@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240220 → 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.
Files changed (2) hide show
  1. package/index.d.ts +23 -3
  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://admin.googleapis.com/$discovery/rest?version=directory_v1
12
- // Revision: 20240220
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. */
@@ -532,7 +542,7 @@ declare namespace gapi.client {
532
542
  interface DirectoryChromeosdevicesIssueCommandRequest {
533
543
  /** The type of command. */
534
544
  commandType?: string;
535
- /** The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { "user_session_delay_seconds": 300 }. The delay has to be in the range [0, 300]. */
545
+ /** The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { "user_session_delay_seconds": 300 }. The delay has to be in the range [0, 300]. * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form: {"supportPacketDetails":{ "issueCaseId": optional_support_case_id_string, "issueDescription": optional_issue_description_string, "requestedDataCollectors": []}} The list of available `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help article](https://support.google.com/chrome/a?p=remote-log). */
536
546
  payload?: string;
537
547
  }
538
548
  interface DirectoryChromeosdevicesIssueCommandResponse {
@@ -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. */
@@ -2892,7 +2912,7 @@ declare namespace gapi.client {
2892
2912
  interface DirectoryChromeosdevicesIssueCommandRequest {
2893
2913
  /** The type of command. */
2894
2914
  commandType?: string;
2895
- /** The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { "user_session_delay_seconds": 300 }. The delay has to be in the range [0, 300]. */
2915
+ /** The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { "user_session_delay_seconds": 300 }. The delay has to be in the range [0, 300]. * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form: {"supportPacketDetails":{ "issueCaseId": optional_support_case_id_string, "issueDescription": optional_issue_description_string, "requestedDataCollectors": []}} The list of available `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help article](https://support.google.com/chrome/a?p=remote-log). */
2896
2916
  payload?: string;
2897
2917
  }
2898
2918
  interface DirectoryChromeosdevicesIssueCommandResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.0.20240220",
3
+ "version": "0.0.20240304",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",