Skip to content

Commit

Permalink
feat(identitytoolkit): update the API
Browse files Browse the repository at this point in the history
#### identitytoolkit:v2

The following keys were added:
- schemas.GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig.properties.codeFlowConfig.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 6, 2024
1 parent a796571 commit 16a4ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions discovery/identitytoolkit-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
}
}
},
"revision": "20240424",
"revision": "20240522",
"rootUrl": "https://identitytoolkit.googleapis.com/",
"schemas": {
"GoogleCloudIdentitytoolkitAdminV2AllowByDefault": {
Expand Down Expand Up @@ -1709,7 +1709,8 @@
"type": "array"
},
"codeFlowConfig": {
"$ref": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig"
"$ref": "GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig",
"description": "Additional config for Apple for code flow."
}
},
"type": "object"
Expand Down
3 changes: 3 additions & 0 deletions src/apis/identitytoolkit/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ export namespace identitytoolkit_v2 {
* A list of Bundle ID's usable by this project
*/
bundleIds?: string[] | null;
/**
* Additional config for Apple for code flow.
*/
codeFlowConfig?: Schema$GoogleCloudIdentitytoolkitAdminV2CodeFlowConfig;
}
/**
Expand Down

0 comments on commit 16a4ff8

Please sign in to comment.