@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20251103 → 0.1.20251107
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 +3 -3
- 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://admin.googleapis.com/$discovery/rest?version=directory_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251107
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -287,7 +287,7 @@ declare namespace gapi.client {
|
|
|
287
287
|
autoUpdateThrough?: string;
|
|
288
288
|
/** Output only. Contains backlight information for the device. */
|
|
289
289
|
backlightInfo?: BacklightInfo[];
|
|
290
|
-
/** Output only. Information about
|
|
290
|
+
/** Output only. Information about Bluetooth adapters of the device. */
|
|
291
291
|
bluetoothAdapterInfo?: BluetoothAdapterInfo[];
|
|
292
292
|
/** The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch). */
|
|
293
293
|
bootMode?: string;
|
|
@@ -2693,7 +2693,7 @@ declare namespace gapi.client {
|
|
|
2693
2693
|
autoUpdateThrough?: string;
|
|
2694
2694
|
/** Output only. Contains backlight information for the device. */
|
|
2695
2695
|
backlightInfo?: BacklightInfo[];
|
|
2696
|
-
/** Output only. Information about
|
|
2696
|
+
/** Output only. Information about Bluetooth adapters of the device. */
|
|
2697
2697
|
bluetoothAdapterInfo?: BluetoothAdapterInfo[];
|
|
2698
2698
|
/** The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch). */
|
|
2699
2699
|
bootMode?: string;
|