@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20250121 → 0.0.20250127
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: 20250127
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1022,7 +1022,7 @@ declare namespace gapi.client {
|
|
|
1022
1022
|
accountTypesWithManagementDisabled?: string[];
|
|
1023
1023
|
/** Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users. */
|
|
1024
1024
|
addUserDisabled?: boolean;
|
|
1025
|
-
/** Whether adjusting the master volume is disabled. Also mutes the device. */
|
|
1025
|
+
/** Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices. */
|
|
1026
1026
|
adjustVolumeDisabled?: boolean;
|
|
1027
1027
|
/** Advanced security settings. In most cases, setting these is not needed. */
|
|
1028
1028
|
advancedSecurityOverrides?: AdvancedSecurityOverrides;
|
|
@@ -1166,7 +1166,7 @@ declare namespace gapi.client {
|
|
|
1166
1166
|
screenCaptureDisabled?: boolean;
|
|
1167
1167
|
/** Action to take during the setup process. At most one action may be specified. */
|
|
1168
1168
|
setupActions?: SetupAction[];
|
|
1169
|
-
/** Whether changing the user icon is disabled. */
|
|
1169
|
+
/** Whether changing the user icon is disabled. The setting has effect only on fully managed devices. */
|
|
1170
1170
|
setUserIconDisabled?: boolean;
|
|
1171
1171
|
/** Whether changing the wallpaper is disabled. */
|
|
1172
1172
|
setWallpaperDisabled?: boolean;
|