Skip to content

Commit 16a4ff8

Browse files
yoshi-automationsofisl
authored andcommitted
feat(identitytoolkit): update the API
#### identitytoolkit:v2 The following keys were added: - schemas.GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig.properties.codeFlowConfig.description
1 parent a796571 commit 16a4ff8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

discovery/identitytoolkit-v2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@
16551655
}
16561656
}
16571657
},
1658-
"revision": "20240424",
1658+
"revision": "20240522",
16591659
"rootUrl": "https://identitytoolkit.googleapis.com/",
16601660
"schemas": {
16611661
"GoogleCloudIdentitytoolkitAdminV2AllowByDefault": {
@@ -1709,7 +1709,8 @@
17091709
"type": "array"
17101710
},
17111711
"codeFlowConfig": {
1712-
"$ref": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig"
1712+
"$ref": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig",
1713+
"description": "Additional config for Apple for code flow."
17131714
}
17141715
},
17151716
"type": "object"

src/apis/identitytoolkit/v2.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ export namespace identitytoolkit_v2 {
167167
* A list of Bundle ID's usable by this project
168168
*/
169169
bundleIds?: string[] | null;
170+
/**
171+
* Additional config for Apple for code flow.
172+
*/
170173
codeFlowConfig?: Schema$GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig;
171174
}
172175
/**

0 commit comments

Comments
 (0)