@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20251006 → 0.1.20251021
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 +17 -1
- 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: 20251021
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -132,6 +132,12 @@ declare namespace gapi.client {
|
|
|
132
132
|
/** A list of print server IDs that were successfully deleted. */
|
|
133
133
|
printServerIds?: string[];
|
|
134
134
|
}
|
|
135
|
+
interface BluetoothAdapterInfo {
|
|
136
|
+
/** Output only. The MAC address of the adapter. */
|
|
137
|
+
address?: string;
|
|
138
|
+
/** Output only. The number of devices connected to this adapter. */
|
|
139
|
+
numConnectedDevices?: number;
|
|
140
|
+
}
|
|
135
141
|
interface Building {
|
|
136
142
|
/** The postal address of the building. See [`PostalAddress`](/my-business/reference/rest/v4/PostalAddress) for details. Note that only a single address line and region code are required. */
|
|
137
143
|
address?: BuildingAddress;
|
|
@@ -281,6 +287,8 @@ declare namespace gapi.client {
|
|
|
281
287
|
autoUpdateThrough?: string;
|
|
282
288
|
/** Output only. Contains backlight information for the device. */
|
|
283
289
|
backlightInfo?: BacklightInfo[];
|
|
290
|
+
/** Output only. Information about bluetooth adapters of the device. */
|
|
291
|
+
bluetoothAdapterInfo?: BluetoothAdapterInfo[];
|
|
284
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). */
|
|
285
293
|
bootMode?: string;
|
|
286
294
|
/** Output only. Chrome OS type of the device. */
|
|
@@ -2530,6 +2538,12 @@ declare namespace gapi.client {
|
|
|
2530
2538
|
/** A list of print server IDs that were successfully deleted. */
|
|
2531
2539
|
printServerIds?: string[];
|
|
2532
2540
|
}
|
|
2541
|
+
interface BluetoothAdapterInfo {
|
|
2542
|
+
/** Output only. The MAC address of the adapter. */
|
|
2543
|
+
address?: string;
|
|
2544
|
+
/** Output only. The number of devices connected to this adapter. */
|
|
2545
|
+
numConnectedDevices?: number;
|
|
2546
|
+
}
|
|
2533
2547
|
interface Building {
|
|
2534
2548
|
/** The postal address of the building. See [`PostalAddress`](/my-business/reference/rest/v4/PostalAddress) for details. Note that only a single address line and region code are required. */
|
|
2535
2549
|
address?: BuildingAddress;
|
|
@@ -2679,6 +2693,8 @@ declare namespace gapi.client {
|
|
|
2679
2693
|
autoUpdateThrough?: string;
|
|
2680
2694
|
/** Output only. Contains backlight information for the device. */
|
|
2681
2695
|
backlightInfo?: BacklightInfo[];
|
|
2696
|
+
/** Output only. Information about bluetooth adapters of the device. */
|
|
2697
|
+
bluetoothAdapterInfo?: BluetoothAdapterInfo[];
|
|
2682
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). */
|
|
2683
2699
|
bootMode?: string;
|
|
2684
2700
|
/** Output only. Chrome OS type of the device. */
|