@types/gapi.client
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -88,8 +88,10 @@ // Type definitions for non-npm package Google API client 1.0 | ||
*/ | ||
execute(callback: ( | ||
/** | ||
* contains the response parsed as JSON. If the response is not JSON, this field will be false. | ||
*/ | ||
response: Response<T> | ||
) => any): void; | ||
execute( | ||
callback: ( | ||
/** | ||
* contains the response parsed as JSON. If the response is not JSON, this field will be false. | ||
*/ | ||
response: Response<T>, | ||
) => any, | ||
): void; | ||
} | ||
@@ -123,4 +125,4 @@ | ||
*/ | ||
rawBatchResponse: string | ||
): any | ||
rawBatchResponse: string, | ||
): any; | ||
}): void; | ||
@@ -131,12 +133,14 @@ /** | ||
*/ | ||
execute(callback: ( | ||
/** | ||
* is an ID-response map of each requests response. | ||
*/ | ||
responseMap: ResponseMap<T>, | ||
/** | ||
* is the same response, but as an unparsed JSON-string. | ||
*/ | ||
rawBatchResponse: string | ||
) => any): void; | ||
execute( | ||
callback: ( | ||
/** | ||
* is an ID-response map of each requests response. | ||
*/ | ||
responseMap: ResponseMap<T>, | ||
/** | ||
* is the same response, but as an unparsed JSON-string. | ||
*/ | ||
rawBatchResponse: string, | ||
) => any, | ||
): void; | ||
} | ||
@@ -199,3 +203,4 @@ | ||
}, | ||
callback: (authResult: GoogleApiOAuth2TokenObject) => void): void; | ||
callback: (authResult: GoogleApiOAuth2TokenObject) => void, | ||
): void; | ||
@@ -202,0 +207,0 @@ /** |
{ | ||
"name": "@types/gapi.client", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for Google API client", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.client", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6bb791a103e6649561ce89a9aee9d4409ebba8a854b3b2ffd17818c7ac455ae8", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "bb8b8e1697503f57eba86ba293a26894b5224768735a65bf73e1e11ae7c3456b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:33:03 GMT | ||
* Last updated: Wed, 20 Sep 2023 17:08:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `gapi` |
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
11066
203