@maxim_mazurok/gapi.client.iam-v1 0.0.20230406 → 0.0.20230427
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3578 -1785
- package/package.json +1 -1
- package/tests.ts +9 -1
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230427
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -175,6 +175,10 @@ gapi.load('client', async () => {
|
|
|
175
175
|
oidc: {
|
|
176
176
|
clientId: "Test string",
|
|
177
177
|
issuerUri: "Test string",
|
|
178
|
+
webSsoConfig: {
|
|
179
|
+
assertionClaimsBehavior: "Test string",
|
|
180
|
+
responseType: "Test string",
|
|
181
|
+
},
|
|
178
182
|
},
|
|
179
183
|
saml: {
|
|
180
184
|
idpMetadataXml: "Test string",
|
|
@@ -215,6 +219,10 @@ gapi.load('client', async () => {
|
|
|
215
219
|
oidc: {
|
|
216
220
|
clientId: "Test string",
|
|
217
221
|
issuerUri: "Test string",
|
|
222
|
+
webSsoConfig: {
|
|
223
|
+
assertionClaimsBehavior: "Test string",
|
|
224
|
+
responseType: "Test string",
|
|
225
|
+
},
|
|
218
226
|
},
|
|
219
227
|
saml: {
|
|
220
228
|
idpMetadataXml: "Test string",
|