@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240402 → 0.0.20240416
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 +11 -5
- 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: 20240416
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -536,7 +536,7 @@ declare namespace gapi.client {
|
|
|
536
536
|
policyName?: string;
|
|
537
537
|
/** A JSON string whose UTF-8 representation can be used to generate a QR code to enroll a device with this enrollment token. To enroll a device using NFC, the NFC record must contain a serialized java.util.Properties representation of the properties in the JSON. */
|
|
538
538
|
qrCode?: string;
|
|
539
|
-
/**
|
|
539
|
+
/** This field is deprecated and the value is ignored. */
|
|
540
540
|
user?: User;
|
|
541
541
|
/** The token value that's passed to the device and authorizes the device to enroll. This is a read-only field generated by the server. */
|
|
542
542
|
value?: string;
|
|
@@ -1208,14 +1208,20 @@ declare namespace gapi.client {
|
|
|
1208
1208
|
brand?: string;
|
|
1209
1209
|
/** The name of the enterprise in the form enterprises/{enterprise}. */
|
|
1210
1210
|
enterprise?: string;
|
|
1211
|
+
/** IMEI number of the GSM device. For example, A1000031212. */
|
|
1212
|
+
imei?: string;
|
|
1211
1213
|
/** The management mode of the device or profile. */
|
|
1212
1214
|
managementMode?: string;
|
|
1215
|
+
/** MEID number of the CDMA device. For example, A00000292788E1. */
|
|
1216
|
+
meid?: string;
|
|
1213
1217
|
/** The model of the device. For example, Asus Nexus 7. */
|
|
1214
1218
|
model?: string;
|
|
1215
1219
|
/** The name of this resource in the form provisioningInfo/{provisioning_info}. */
|
|
1216
1220
|
name?: string;
|
|
1217
1221
|
/** Ownership of the managed device. */
|
|
1218
1222
|
ownership?: string;
|
|
1223
|
+
/** The device serial number. */
|
|
1224
|
+
serialNumber?: string;
|
|
1219
1225
|
}
|
|
1220
1226
|
interface ProxyInfo {
|
|
1221
1227
|
/** For a direct proxy, the hosts for which the proxy is bypassed. The host names may contain wildcards such as *.example.com. */
|
|
@@ -1983,7 +1989,7 @@ declare namespace gapi.client {
|
|
|
1983
1989
|
}): Request<ListEnrollmentTokensResponse>;
|
|
1984
1990
|
}
|
|
1985
1991
|
interface MigrationTokensResource {
|
|
1986
|
-
/** Creates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API. */
|
|
1992
|
+
/** Creates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API. See the guide (https://developers.google.com/android/management/dpc-migration) for more details. */
|
|
1987
1993
|
create(request: {
|
|
1988
1994
|
/** V1 error format. */
|
|
1989
1995
|
'$.xgafv'?: string;
|
|
@@ -1999,7 +2005,7 @@ declare namespace gapi.client {
|
|
|
1999
2005
|
key?: string;
|
|
2000
2006
|
/** OAuth 2.0 token for the current user. */
|
|
2001
2007
|
oauth_token?: string;
|
|
2002
|
-
/** Required. The enterprise in which this migration token
|
|
2008
|
+
/** Required. The enterprise in which this migration token is created. This must be the same enterprise which already manages the device in the Play EMM API. Format: enterprises/{enterprise} */
|
|
2003
2009
|
parent: string;
|
|
2004
2010
|
/** Returns response with indentations and line breaks. */
|
|
2005
2011
|
prettyPrint?: boolean;
|
|
@@ -2028,7 +2034,7 @@ declare namespace gapi.client {
|
|
|
2028
2034
|
key?: string;
|
|
2029
2035
|
/** OAuth 2.0 token for the current user. */
|
|
2030
2036
|
oauth_token?: string;
|
|
2031
|
-
/** Required. The enterprise in which this migration token
|
|
2037
|
+
/** Required. The enterprise in which this migration token is created. This must be the same enterprise which already manages the device in the Play EMM API. Format: enterprises/{enterprise} */
|
|
2032
2038
|
parent: string;
|
|
2033
2039
|
/** Returns response with indentations and line breaks. */
|
|
2034
2040
|
prettyPrint?: boolean;
|