@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240423 → 0.0.20240507

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 +31 -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: 20240423
12
+ // Revision: 20240507
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -269,8 +269,10 @@ declare namespace gapi.client {
269
269
  annotatedLocation?: string;
270
270
  /** The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed. */
271
271
  annotatedUser?: string;
272
- /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support */
272
+ /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support. Please use "autoUpdateThrough" instead. */
273
273
  autoUpdateExpiration?: string;
274
+ /** Output only. The timestamp after which the device will stop receiving Chrome updates or support. */
275
+ autoUpdateThrough?: string;
274
276
  /** Output only. Contains backlight information for the device. */
275
277
  backlightInfo?: BacklightInfo[];
276
278
  /** 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). */
@@ -350,6 +352,14 @@ declare namespace gapi.client {
350
352
  ethernetMacAddress?: string;
351
353
  /** (Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices. */
352
354
  ethernetMacAddress0?: string;
355
+ /** Output only. Whether or not the device requires the extended support opt in. */
356
+ extendedSupportEligible?: boolean;
357
+ /** Output only. Whether extended support policy is enabled on the device. */
358
+ extendedSupportEnabled?: boolean;
359
+ /** Output only. Date of the device when extended support policy for automatic updates starts. */
360
+ extendedSupportStart?: string;
361
+ /** Output only. Fan information for the device. */
362
+ fanInfo?: FanInfo[];
353
363
  /** The Chrome device's firmware version. */
354
364
  firmwareVersion?: string;
355
365
  /** Date and time for the first time the device was enrolled. */
@@ -606,6 +616,10 @@ declare namespace gapi.client {
606
616
  /** Id of a failed printer. */
607
617
  printerId?: string;
608
618
  }
619
+ interface FanInfo {
620
+ /** Output only. Fan speed in RPM. */
621
+ speedRpm?: number;
622
+ }
609
623
  interface Feature {
610
624
  /** ETag of the resource. */
611
625
  etags?: string;
@@ -2639,8 +2653,10 @@ declare namespace gapi.client {
2639
2653
  annotatedLocation?: string;
2640
2654
  /** The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed. */
2641
2655
  annotatedUser?: string;
2642
- /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support */
2656
+ /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support. Please use "autoUpdateThrough" instead. */
2643
2657
  autoUpdateExpiration?: string;
2658
+ /** Output only. The timestamp after which the device will stop receiving Chrome updates or support. */
2659
+ autoUpdateThrough?: string;
2644
2660
  /** Output only. Contains backlight information for the device. */
2645
2661
  backlightInfo?: BacklightInfo[];
2646
2662
  /** 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). */
@@ -2720,6 +2736,14 @@ declare namespace gapi.client {
2720
2736
  ethernetMacAddress?: string;
2721
2737
  /** (Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices. */
2722
2738
  ethernetMacAddress0?: string;
2739
+ /** Output only. Whether or not the device requires the extended support opt in. */
2740
+ extendedSupportEligible?: boolean;
2741
+ /** Output only. Whether extended support policy is enabled on the device. */
2742
+ extendedSupportEnabled?: boolean;
2743
+ /** Output only. Date of the device when extended support policy for automatic updates starts. */
2744
+ extendedSupportStart?: string;
2745
+ /** Output only. Fan information for the device. */
2746
+ fanInfo?: FanInfo[];
2723
2747
  /** The Chrome device's firmware version. */
2724
2748
  firmwareVersion?: string;
2725
2749
  /** Date and time for the first time the device was enrolled. */
@@ -2976,6 +3000,10 @@ declare namespace gapi.client {
2976
3000
  /** Id of a failed printer. */
2977
3001
  printerId?: string;
2978
3002
  }
3003
+ interface FanInfo {
3004
+ /** Output only. Fan speed in RPM. */
3005
+ speedRpm?: number;
3006
+ }
2979
3007
  interface Feature {
2980
3008
  /** ETag of the resource. */
2981
3009
  etags?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.0.20240423",
3
+ "version": "0.0.20240507",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",