@ryancavanaugh/gapi.urlshortener
Advanced tools
Comparing version 8601.0.10-alpha to 8601.0.11-alpha
// Type definitions for Google Url Shortener API | ||
// Project: https://developers.google.com/url-shortener/ | ||
// Definitions by: Frank M <https://github.com/sgtfrankieboy> | ||
// Definitions: https://github.com/borisyankov/DefinitelyTyped | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/// <reference library="gapi" /> | ||
/// <reference types="gapi" /> | ||
declare module gapi.client.urlshortener { | ||
declare namespace gapi.client.urlshortener { | ||
export interface url { | ||
/** | ||
@@ -88,19 +88,19 @@ * Expands a short URL or gets creation time and analytics. | ||
/** | ||
* Click analytics over all time. | ||
* Click analytics over all time. | ||
*/ | ||
allTime: GoogleApiUrlShortenerUrlResourceAnalyticsObject; | ||
/** | ||
* Click analytics over the last month. | ||
* Click analytics over the last month. | ||
*/ | ||
month: GoogleApiUrlShortenerUrlResourceAnalyticsObject; | ||
/** | ||
* Click analytics over the last week. | ||
* Click analytics over the last week. | ||
*/ | ||
week: GoogleApiUrlShortenerUrlResourceAnalyticsObject; | ||
/** | ||
* Click analytics over the last day. | ||
/** | ||
* Click analytics over the last day. | ||
*/ | ||
day: GoogleApiUrlShortenerUrlResourceAnalyticsObject; | ||
/** | ||
* Click analytics over the last two hours. | ||
* Click analytics over the last two hours. | ||
*/ | ||
@@ -113,23 +113,23 @@ twoHours: GoogleApiUrlShortenerUrlResourceAnalyticsObject; | ||
/** | ||
* Number of clicks on this short URL. | ||
* Number of clicks on this short URL. | ||
*/ | ||
shortUrlClicks: string; | ||
/** | ||
* Number of clicks on all goo.gl short URLs pointing to this long URL. | ||
* Number of clicks on all goo.gl short URLs pointing to this long URL. | ||
*/ | ||
longUrlClicks: string; | ||
/** | ||
* Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available. | ||
* Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available. | ||
*/ | ||
referrers: GoogleApiUrlShortenerUrlResourceAnalyticsArrayObject[]; | ||
/** | ||
* Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available. | ||
/** | ||
* Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available. | ||
*/ | ||
countries: GoogleApiUrlShortenerUrlResourceAnalyticsArrayObject[]; | ||
/** | ||
* Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available. | ||
* Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available. | ||
*/ | ||
browsers: GoogleApiUrlShortenerUrlResourceAnalyticsArrayObject[]; | ||
/** | ||
* Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available. | ||
* Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available. | ||
*/ | ||
@@ -141,9 +141,9 @@ platforms: GoogleApiUrlShortenerUrlResourceAnalyticsArrayObject[]; | ||
/** | ||
* Number of clicks for this top entry, e.g. for this particular country or browser. | ||
* Number of clicks for this top entry, e.g. for this particular country or browser. | ||
*/ | ||
count: string; | ||
/** | ||
* Label assigned to this top entry, e.g. "US" or "Chrome". | ||
* Label assigned to this top entry, e.g. "US" or "Chrome". | ||
*/ | ||
id: string; | ||
} | ||
} |
{ | ||
"name": "@ryancavanaugh/gapi.urlshortener", | ||
"version": "8601.0.10-alpha", | ||
"version": "8601.0.11-alpha", | ||
"description": "Type definitions for Google Url Shortener API from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -11,4 +11,4 @@ "main": "", | ||
"dependencies": { | ||
"@ryancavanaugh/gapi": "*" | ||
"@ryancavanaugh/gapi": "2.0.11-alpha" | ||
} | ||
} |
@@ -0,1 +1,5 @@ | ||
# Installation | ||
> `npm install --save-dev @ryancavanaugh/gapi.urlshortener | ||
# Summary | ||
This package contains type definitions for Google Url Shortener API. | ||
@@ -5,8 +9,11 @@ | ||
# Credits | ||
These definitions were written by Frank M <https://github.com/sgtfrankieboy>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the gapi.urlshortener directory. | ||
Additional Details | ||
* Last updated: Fri, 01 Apr 2016 16:52:09 GMT | ||
* Last updated: Wed, 06 Apr 2016 03:44:16 GMT | ||
* Typings kind: Global | ||
@@ -13,0 +20,0 @@ * Library Dependencies: gapi |
@@ -20,3 +20,3 @@ { | ||
], | ||
"contentHash": "31e2b21e3c93aad05f1f052cf50f39ee8d4981b25e228166a31569939bc1aff9" | ||
"contentHash": "e3e8184c9aaf518e2ed726a20593c4250ae8bed140bdb7365b3c2b882169c574" | ||
} |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
6635
159
1
22
+ Added@ryancavanaugh/gapi@2.0.11-alpha(transitive)
- Removed@ryancavanaugh/gapi@2.0.6(transitive)