@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240829 → 0.0.20240902
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 -2
- 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: 20240902
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1026,6 +1026,8 @@ declare namespace gapi.client {
|
|
|
1026
1026
|
appAutoUpdatePolicy?: string;
|
|
1027
1027
|
/** Policy applied to apps. This can have at most 3,000 elements. */
|
|
1028
1028
|
applications?: ApplicationPolicy[];
|
|
1029
|
+
/** Optional. Controls whether AssistContent (https://developer.android.com/reference/android/app/assist/AssistContent) is allowed to be sent to a privileged app such as an assistant app. AssistContent includes screenshots and information about an app, such as package name. This is supported on Android 15 and above. */
|
|
1030
|
+
assistContentPolicy?: string;
|
|
1029
1031
|
/** Whether auto date, time, and time zone are enabled on a company-owned device. If this is set, then autoTimeRequired is ignored. */
|
|
1030
1032
|
autoDateAndTimeZone?: string;
|
|
1031
1033
|
/** Whether auto time is required, which prevents the user from manually setting the date and time. If autoDateAndTimeZone is set, this field is ignored. */
|
|
@@ -1194,7 +1196,7 @@ declare namespace gapi.client {
|
|
|
1194
1196
|
vpnConfigDisabled?: boolean;
|
|
1195
1197
|
/** Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. If configureWifi is set to anything other than CONFIGURE_WIFI_UNSPECIFIED, this setting is ignored. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled). */
|
|
1196
1198
|
wifiConfigDisabled?: boolean;
|
|
1197
|
-
/**
|
|
1199
|
+
/** This is deprecated. */
|
|
1198
1200
|
wifiConfigsLockdownEnabled?: boolean;
|
|
1199
1201
|
}
|
|
1200
1202
|
interface PolicyEnforcementRule {
|