@types/gapi.client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -27,3 +27,3 @@ // Type definitions for non-npm package Google API client 1.0 | ||
*/ | ||
function request<T>(args: { | ||
function request(args: { | ||
/** | ||
@@ -53,4 +53,3 @@ * The URL to handle the request | ||
// callback?: () => any; | ||
// tslint:disable-next-line:no-unnecessary-generics | ||
}): Request<T>; | ||
}): Request<any>; | ||
@@ -147,4 +146,3 @@ /** | ||
*/ | ||
// tslint:disable-next-line:no-unnecessary-generics | ||
function newBatch<T>(): Batch<T>; | ||
function newBatch(): Batch<any>; | ||
} | ||
@@ -151,0 +149,0 @@ |
{ | ||
"name": "@types/gapi.client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for Google API client", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9f70073af2770f8cd180d51390c9c3050851a1429396d4c54c78bb644b27f88e", | ||
"typesPublisherContentHash": "6eaccc07c8dcd655eb3dc5c04799862cabafe60bbddc72e9c95c827be8c4a0e8", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Apr 2020 15:37:13 GMT | ||
* Last updated: Sun, 26 Apr 2020 16:35:34 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `gapi` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10711
198