Comparing version 6.0.1-beta.871 to 6.0.1-beta.882
@@ -0,1 +1,13 @@ | ||
export interface BitlyClient { | ||
info: (items: string | string[]) => Promise<BitlyResponseData>; | ||
shorten: (longUrl: string) => Promise<BitlyResponseData>; | ||
expand: (items: string | string[]) => Promise<BitlyResponseData>; | ||
clicks: (items: string | string[]) => Promise<BitlyResponseData>; | ||
clicksByMinute: (items: string | string[]) => Promise<BitlyResponseData>; | ||
clicksByDay: (items: string | string[]) => Promise<BitlyResponseData>; | ||
lookup: (url: string) => Promise<BitlyResponseData>; | ||
referrers: (item: string) => Promise<BitlyResponseData>; | ||
countries: (item: string) => Promise<BitlyResponseData>; | ||
} | ||
export interface BitlyConfig { | ||
@@ -2,0 +14,0 @@ apiUrl?: string; |
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/tanepiper/node-bitly", | ||
"version": "6.0.1-beta.871", | ||
"version": "6.0.1-beta.882", | ||
"author": { | ||
@@ -15,0 +15,0 @@ "name": "Tane Piper", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
422603
1933