@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240227 → 0.0.20240304
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 +21 -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: 20240304
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -72,6 +72,14 @@ declare namespace gapi.client {
|
|
|
72
72
|
/** Message severity */
|
|
73
73
|
severity?: string;
|
|
74
74
|
}
|
|
75
|
+
interface BacklightInfo {
|
|
76
|
+
/** Output only. Current brightness of the backlight, between 0 and max_brightness. */
|
|
77
|
+
brightness?: number;
|
|
78
|
+
/** Output only. Maximum brightness for the backlight. */
|
|
79
|
+
maxBrightness?: number;
|
|
80
|
+
/** Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information. */
|
|
81
|
+
path?: string;
|
|
82
|
+
}
|
|
75
83
|
interface BatchChangeChromeOsDeviceStatusRequest {
|
|
76
84
|
/** Required. The action to take on the ChromeOS device in order to change its status. */
|
|
77
85
|
changeChromeOsDeviceStatusAction?: string;
|
|
@@ -263,6 +271,8 @@ declare namespace gapi.client {
|
|
|
263
271
|
annotatedUser?: string;
|
|
264
272
|
/** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support */
|
|
265
273
|
autoUpdateExpiration?: string;
|
|
274
|
+
/** Output only. Contains backlight information for the device. */
|
|
275
|
+
backlightInfo?: BacklightInfo[];
|
|
266
276
|
/** 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). */
|
|
267
277
|
bootMode?: string;
|
|
268
278
|
/** Information regarding CPU specs in the device. */
|
|
@@ -2432,6 +2442,14 @@ declare namespace gapi.client {
|
|
|
2432
2442
|
/** Message severity */
|
|
2433
2443
|
severity?: string;
|
|
2434
2444
|
}
|
|
2445
|
+
interface BacklightInfo {
|
|
2446
|
+
/** Output only. Current brightness of the backlight, between 0 and max_brightness. */
|
|
2447
|
+
brightness?: number;
|
|
2448
|
+
/** Output only. Maximum brightness for the backlight. */
|
|
2449
|
+
maxBrightness?: number;
|
|
2450
|
+
/** Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information. */
|
|
2451
|
+
path?: string;
|
|
2452
|
+
}
|
|
2435
2453
|
interface BatchChangeChromeOsDeviceStatusRequest {
|
|
2436
2454
|
/** Required. The action to take on the ChromeOS device in order to change its status. */
|
|
2437
2455
|
changeChromeOsDeviceStatusAction?: string;
|
|
@@ -2623,6 +2641,8 @@ declare namespace gapi.client {
|
|
|
2623
2641
|
annotatedUser?: string;
|
|
2624
2642
|
/** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support */
|
|
2625
2643
|
autoUpdateExpiration?: string;
|
|
2644
|
+
/** Output only. Contains backlight information for the device. */
|
|
2645
|
+
backlightInfo?: BacklightInfo[];
|
|
2626
2646
|
/** 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). */
|
|
2627
2647
|
bootMode?: string;
|
|
2628
2648
|
/** Information regarding CPU specs in the device. */
|