@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20240402 → 0.0.20240408

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  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: 20240402
12
+ // Revision: 20240408
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
- /** The user associated with this enrollment token. If it's specified when the enrollment token is created and the user does not exist, the user will be created. This field must not contain personally identifiable information. Only the account_identifier field needs to be set. */
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;
@@ -1983,7 +1983,7 @@ declare namespace gapi.client {
1983
1983
  }): Request<ListEnrollmentTokensResponse>;
1984
1984
  }
1985
1985
  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. */
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. See the guide (https://developers.google.com/android/management/dpc-migration) for more details. */
1987
1987
  create(request: {
1988
1988
  /** V1 error format. */
1989
1989
  '$.xgafv'?: string;
@@ -1999,7 +1999,7 @@ declare namespace gapi.client {
1999
1999
  key?: string;
2000
2000
  /** OAuth 2.0 token for the current user. */
2001
2001
  oauth_token?: string;
2002
- /** Required. The enterprise in which this migration token will be created. Format: enterprises/{enterprise} */
2002
+ /** 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
2003
  parent: string;
2004
2004
  /** Returns response with indentations and line breaks. */
2005
2005
  prettyPrint?: boolean;
@@ -2028,7 +2028,7 @@ declare namespace gapi.client {
2028
2028
  key?: string;
2029
2029
  /** OAuth 2.0 token for the current user. */
2030
2030
  oauth_token?: string;
2031
- /** Required. The enterprise in which this migration token will be created. Format: enterprises/{enterprise} */
2031
+ /** 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
2032
  parent: string;
2033
2033
  /** Returns response with indentations and line breaks. */
2034
2034
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.androidmanagement-v1",
3
- "version": "0.0.20240402",
3
+ "version": "0.0.20240408",
4
4
  "description": "TypeScript typings for Android Management API v1",
5
5
  "repository": {
6
6
  "type": "git",