@maxim_mazurok/gapi.client.androidmanagement-v1 0.4.20260701 → 0.4.20260702
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: 20260702
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1809,7 +1809,7 @@ declare namespace gapi.client {
|
|
|
1809
1809
|
dataRoamingDisabled?: boolean;
|
|
1810
1810
|
/** Whether the user is allowed to enable debugging features. */
|
|
1811
1811
|
debuggingFeaturesAllowed?: boolean;
|
|
1812
|
-
/** Optional. The default application setting for supported types. If the default application is successfully set for at least one app type on a profile, users are prevented from changing any default applications on that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.See Default application settings (https://developers.google.com/android/management/default-application-settings) guide for more details. */
|
|
1812
|
+
/** Optional. The default application setting for supported types. If the default application is successfully set for at least one app type on a profile, users are prevented from changing any default applications on that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.Warning: Do not configure this and persistent_preferred_activities for the same intent domain, such as web browsing. Setting both for the same intent domain can lead to unpredictable behavior.See Default application settings (https://developers.google.com/android/management/default-application-settings) guide for more details. */
|
|
1813
1813
|
defaultApplicationSettings?: DefaultApplicationSetting[];
|
|
1814
1814
|
/** The default permission policy for runtime permission requests. */
|
|
1815
1815
|
defaultPermissionPolicy?:
|
|
@@ -1916,7 +1916,7 @@ declare namespace gapi.client {
|
|
|
1916
1916
|
permittedAccessibilityServices?: PackageNameList;
|
|
1917
1917
|
/** If present, only the input methods provided by packages in this list are permitted. If this field is present, but the list is empty, then only system input methods are permitted. */
|
|
1918
1918
|
permittedInputMethods?: PackageNameList;
|
|
1919
|
-
/** Default intent handler activities. */
|
|
1919
|
+
/** Default intent handler activities.Warning: Do not configure this and default_application_settings for the same intent domain, such as web browsing. Setting both for the same intent domain can lead to unpredictable behavior. */
|
|
1920
1920
|
persistentPreferredActivities?: PersistentPreferredActivity[];
|
|
1921
1921
|
/** Policies managing personal usage on a company-owned device. */
|
|
1922
1922
|
personalUsagePolicies?: PersonalUsagePolicies;
|