@maxim_mazurok/gapi.client.androidmanagement-v1 0.2.20260312 → 0.2.20260317
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 +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://androidmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1224,7 +1224,7 @@ declare namespace gapi.client {
|
|
|
1224
1224
|
personalPlayStoreMode?: string;
|
|
1225
1225
|
/** Optional. Controls whether a private space is allowed on the device. */
|
|
1226
1226
|
privateSpacePolicy?: string;
|
|
1227
|
-
/** If true, screen capture is disabled for all users. */
|
|
1227
|
+
/** If true, screen capture is disabled for all users. This also blocks Circle to Search (https://support.google.com/android/answer/14508957). */
|
|
1228
1228
|
screenCaptureDisabled?: boolean;
|
|
1229
1229
|
}
|
|
1230
1230
|
interface Policy {
|
|
@@ -1378,7 +1378,7 @@ declare namespace gapi.client {
|
|
|
1378
1378
|
removeUserDisabled?: boolean;
|
|
1379
1379
|
/** Whether rebooting the device into safe boot is disabled. */
|
|
1380
1380
|
safeBootDisabled?: boolean;
|
|
1381
|
-
/** Whether screen capture is disabled. */
|
|
1381
|
+
/** Whether screen capture is disabled. This also blocks Circle to Search (https://support.google.com/android/answer/14508957). */
|
|
1382
1382
|
screenCaptureDisabled?: boolean;
|
|
1383
1383
|
/** Action to take during the setup process. At most one action may be specified. */
|
|
1384
1384
|
setupActions?: SetupAction[];
|