@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20231004 → 0.0.20231016
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 +10 -6
- package/package.json +1 -1
- package/tests.ts +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: 20231016
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -541,9 +541,9 @@ declare namespace gapi.client {
|
|
|
541
541
|
string;
|
|
542
542
|
/**
|
|
543
543
|
* List of apps which are excluded from the ShowWorkContactsInPersonalProfile setting. For this to be set, ShowWorkContactsInPersonalProfile must be set to one of the following values:
|
|
544
|
-
*
|
|
545
|
-
*
|
|
546
|
-
*
|
|
544
|
+
* SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED. In this case, these exemptions act as a blocklist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions
|
|
545
|
+
* act as an allowlist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this case, these exemptions act as an allowlist, in addition to the already allowlisted
|
|
546
|
+
* system apps.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.
|
|
547
547
|
*/
|
|
548
548
|
exemptionsToShowWorkContactsInPersonalProfile?:
|
|
549
549
|
PackageNameList;
|
|
@@ -1489,7 +1489,11 @@ declare namespace gapi.client {
|
|
|
1489
1489
|
/** If true, the camera is disabled on the personal profile. */
|
|
1490
1490
|
cameraDisabled?:
|
|
1491
1491
|
boolean;
|
|
1492
|
-
/**
|
|
1492
|
+
/**
|
|
1493
|
+
* Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned
|
|
1494
|
+
* off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long
|
|
1495
|
+
* periods of off-time, you can temporarily set a large value for this parameter.
|
|
1496
|
+
*/
|
|
1493
1497
|
maxDaysWithWorkOff?:
|
|
1494
1498
|
number;
|
|
1495
1499
|
/** Policy applied to applications in the personal profile. */
|
|
@@ -1961,7 +1965,7 @@ declare namespace gapi.client {
|
|
|
1961
1965
|
*/
|
|
1962
1966
|
signinUrl?:
|
|
1963
1967
|
string;
|
|
1964
|
-
/** An EMM-specified
|
|
1968
|
+
/** An EMM-specified metadata to distinguish between instances of SigninDetail. */
|
|
1965
1969
|
tokenTag?:
|
|
1966
1970
|
string;
|
|
1967
1971
|
}
|
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: 20231016
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|