@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20230925 → 0.0.20231004
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 +7 -1
- 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: 20231004
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -714,6 +714,12 @@ declare namespace gapi.client {
|
|
|
714
714
|
/** Controls whether airplane mode can be toggled by the user or not. */
|
|
715
715
|
airplaneModeState?:
|
|
716
716
|
string;
|
|
717
|
+
/** Controls whether cellular 2G setting can be toggled by the user or not. */
|
|
718
|
+
cellularTwoGState?:
|
|
719
|
+
string;
|
|
720
|
+
/** Controls the state of the ultra wideband setting and whether the user can toggle it on or off. */
|
|
721
|
+
ultraWidebandState?:
|
|
722
|
+
string;
|
|
717
723
|
/** Controls current state of Wi-Fi and if user can change its state. */
|
|
718
724
|
wifiState?:
|
|
719
725
|
string;
|
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: 20231004
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -695,6 +695,8 @@ gapi.load('client', async () => {
|
|
|
695
695
|
},
|
|
696
696
|
deviceRadioState: {
|
|
697
697
|
airplaneModeState: "Test string",
|
|
698
|
+
cellularTwoGState: "Test string",
|
|
699
|
+
ultraWidebandState: "Test string",
|
|
698
700
|
wifiState: "Test string",
|
|
699
701
|
},
|
|
700
702
|
encryptionPolicy: "Test string",
|