@maxim_mazurok/gapi.client.sts-v1beta
Advanced tools
Comparing version 0.0.20250108 to 0.0.20250127
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Security Token Service API v1beta 0.0 */ | ||
// Generated from: https://sts.googleapis.com/$discovery/rest?version=v1beta | ||
// Revision: 20250108 | ||
// Revision: 20250127 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://sts.googleapis.com/$discovery/rest?version=v1beta' | ||
urlOrObject: 'https://sts.googleapis.com/$discovery/rest?version=v1beta', | ||
): Promise<void>; | ||
@@ -162,3 +162,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
}, | ||
body: GoogleIdentityStsV1betaExchangeTokenRequest | ||
body: GoogleIdentityStsV1betaExchangeTokenRequest, | ||
): Request<GoogleIdentityStsV1betaExchangeTokenResponse>; | ||
@@ -165,0 +165,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.sts-v1beta", | ||
"version": "0.0.20250108", | ||
"version": "0.0.20250127", | ||
"description": "TypeScript typings for Security Token Service API v1beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ # TypeScript typings for Security Token Service API v1beta | ||
// gapi.client.sts | ||
} | ||
}, | ||
); | ||
@@ -36,0 +36,0 @@ ``` |
25204