@maxim_mazurok/gapi.client.androidmanagement-v1 0.2.20260211 → 0.2.20260212

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 +4 -4
  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: 20260211
12
+ // Revision: 20260212
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1085,7 +1085,7 @@ declare namespace gapi.client {
1085
1085
  meid?: string;
1086
1086
  /** Alphabetic name of current registered operator. For example, Vodafone. */
1087
1087
  networkOperatorName?: string;
1088
- /** Provides telephony information associated with each SIM card on the device. Only supported on fully managed devices starting from Android API level 23. */
1088
+ /** Provides telephony information associated with each SIM card on the device. Only supported on fully managed devices starting from Android 6. */
1089
1089
  telephonyInfos?: TelephonyInfo[];
1090
1090
  /** Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11. */
1091
1091
  wifiMacAddress?: string;
@@ -1685,11 +1685,11 @@ declare namespace gapi.client {
1685
1685
  updateStatus?: string;
1686
1686
  }
1687
1687
  interface TelephonyInfo {
1688
- /** Output only. Activation state of the SIM card on the device. This is applicable for eSIMs only. This is supported on all devices for API level 35 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below API level 35. */
1688
+ /** Output only. Activation state of the SIM card on the device. This is applicable for eSIMs only. This is supported on all devices for Android 15 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below Android 15. */
1689
1689
  activationState?: string;
1690
1690
  /** The carrier name associated with this SIM card. */
1691
1691
  carrierName?: string;
1692
- /** Output only. The configuration mode of the SIM card on the device. This is applicable for eSIMs only. This is supported on all devices for API level 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below API level 35. */
1692
+ /** Output only. The configuration mode of the SIM card on the device. This is applicable for eSIMs only. This is supported on all devices for Android 15 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below Android 15. */
1693
1693
  configMode?: string;
1694
1694
  /** Output only. The ICCID associated with this SIM card. */
1695
1695
  iccId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.androidmanagement-v1",
3
- "version": "0.2.20260211",
3
+ "version": "0.2.20260212",
4
4
  "description": "TypeScript typings for Android Management API v1",
5
5
  "repository": {
6
6
  "type": "git",