@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20220913 → 0.0.20220926
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 +4 -5
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
// Nick Amoscato <https://github.com/namoscato>
|
|
5
5
|
// Declan Vong <https://github.com/declanvong>
|
|
6
6
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 2.8
|
|
8
7
|
|
|
9
8
|
// IMPORTANT
|
|
10
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
11
|
// Generated from: https://androidmanagement.googleapis.com/$discovery/rest?version=v1
|
|
13
|
-
// Revision:
|
|
12
|
+
// Revision: 20220926
|
|
14
13
|
|
|
15
14
|
/// <reference types="gapi.client" />
|
|
16
15
|
|
|
@@ -1156,7 +1155,7 @@ declare namespace gapi.client {
|
|
|
1156
1155
|
installAppsDisabled?: boolean;
|
|
1157
1156
|
/** This field has no effect. */
|
|
1158
1157
|
installUnknownSourcesAllowed?: boolean;
|
|
1159
|
-
/**
|
|
1158
|
+
/** If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. */
|
|
1160
1159
|
keyguardDisabled?: boolean;
|
|
1161
1160
|
/** Disabled keyguard customizations, such as widgets. */
|
|
1162
1161
|
keyguardDisabledFeatures?: string[];
|
|
@@ -1255,7 +1254,7 @@ declare namespace gapi.client {
|
|
|
1255
1254
|
setUserIconDisabled?: boolean;
|
|
1256
1255
|
/** Whether changing the wallpaper is disabled. */
|
|
1257
1256
|
setWallpaperDisabled?: boolean;
|
|
1258
|
-
/** Whether location sharing is disabled. */
|
|
1257
|
+
/** Whether location sharing is disabled. share_location_disabled is supported for both fully managed devices and personally owned work profiles. */
|
|
1259
1258
|
shareLocationDisabled?: boolean;
|
|
1260
1259
|
/** A message displayed to the user in the settings screen wherever functionality has been disabled by the admin. If the message is longer than 200 characters it may be truncated. */
|
|
1261
1260
|
shortSupportMessage?: UserFacingMessage;
|
|
@@ -1297,7 +1296,7 @@ declare namespace gapi.client {
|
|
|
1297
1296
|
/** Whether configuring VPN is disabled. */
|
|
1298
1297
|
vpnConfigDisabled?: boolean;
|
|
1299
1298
|
/**
|
|
1300
|
-
* Whether configuring Wi-Fi access points is disabled.Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be
|
|
1299
|
+
* Whether configuring Wi-Fi access points is disabled. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be
|
|
1301
1300
|
* shown in order to refresh the device policy (see networkEscapeHatchEnabled).
|
|
1302
1301
|
*/
|
|
1303
1302
|
wifiConfigDisabled?: boolean;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20220926
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|