@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20230911 → 0.0.20230925
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 +5 -2
- package/package.json +1 -1
- package/tests.ts +3 -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: 20230925
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -547,7 +547,7 @@ declare namespace gapi.client {
|
|
|
547
547
|
*/
|
|
548
548
|
exemptionsToShowWorkContactsInPersonalProfile?:
|
|
549
549
|
PackageNameList;
|
|
550
|
-
/** Whether contacts stored in the work profile
|
|
550
|
+
/** Whether personal apps can access contacts stored in the work profile.See also exemptions_to_show_work_contacts_in_personal_profile. */
|
|
551
551
|
showWorkContactsInPersonalProfile?:
|
|
552
552
|
string;
|
|
553
553
|
/**
|
|
@@ -1955,6 +1955,9 @@ declare namespace gapi.client {
|
|
|
1955
1955
|
*/
|
|
1956
1956
|
signinUrl?:
|
|
1957
1957
|
string;
|
|
1958
|
+
/** An EMM-specified tag to distinguish between instances of SigninDetail. */
|
|
1959
|
+
tokenTag?:
|
|
1960
|
+
string;
|
|
1958
1961
|
}
|
|
1959
1962
|
interface SignupUrl {
|
|
1960
1963
|
/** The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow. */
|
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: 20230925
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -63,6 +63,7 @@ gapi.load('client', async () => {
|
|
|
63
63
|
qrCode: "Test string",
|
|
64
64
|
signinEnrollmentToken: "Test string",
|
|
65
65
|
signinUrl: "Test string",
|
|
66
|
+
tokenTag: "Test string",
|
|
66
67
|
}
|
|
67
68
|
],
|
|
68
69
|
termsAndConditions: [
|
|
@@ -129,6 +130,7 @@ gapi.load('client', async () => {
|
|
|
129
130
|
qrCode: "Test string",
|
|
130
131
|
signinEnrollmentToken: "Test string",
|
|
131
132
|
signinUrl: "Test string",
|
|
133
|
+
tokenTag: "Test string",
|
|
132
134
|
}
|
|
133
135
|
],
|
|
134
136
|
termsAndConditions: [
|