Skip to content

Commit

Permalink
fix(androidmanagement): update the API
Browse files Browse the repository at this point in the history
#### androidmanagement:v1

The following keys were changed:
- schemas.SetupAction.properties.launchApp.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent bd0d5e5 commit 080e682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/androidmanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
}
}
},
"revision": "20221205",
"revision": "20230123",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4875,7 +4875,7 @@
},
"launchApp": {
"$ref": "LaunchAppAction",
"description": "An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow."
"description": "An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow. If SetupAction references an app, the corresponding installType in the application policy must be set as REQUIRED_FOR_SETUP or said setup will fail."
},
"title": {
"$ref": "UserFacingMessage",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/androidmanagement/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ export namespace androidmanagement_v1 {
*/
description?: Schema$UserFacingMessage;
/**
* An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow.
* An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow. If SetupAction references an app, the corresponding installType in the application policy must be set as REQUIRED_FOR_SETUP or said setup will fail.
*/
launchApp?: Schema$LaunchAppAction;
/**
Expand Down

0 comments on commit 080e682

Please sign in to comment.