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

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 +19 -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: 20240429
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,12 @@ 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;
353
361
  /** The Chrome device's firmware version. */
354
362
  firmwareVersion?: string;
355
363
  /** Date and time for the first time the device was enrolled. */
@@ -2639,8 +2647,10 @@ declare namespace gapi.client {
2639
2647
  annotatedLocation?: string;
2640
2648
  /** The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed. */
2641
2649
  annotatedUser?: string;
2642
- /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support */
2650
+ /** (Read-only) The timestamp after which the device will stop receiving Chrome updates or support. Please use "autoUpdateThrough" instead. */
2643
2651
  autoUpdateExpiration?: string;
2652
+ /** Output only. The timestamp after which the device will stop receiving Chrome updates or support. */
2653
+ autoUpdateThrough?: string;
2644
2654
  /** Output only. Contains backlight information for the device. */
2645
2655
  backlightInfo?: BacklightInfo[];
2646
2656
  /** 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 +2730,12 @@ declare namespace gapi.client {
2720
2730
  ethernetMacAddress?: string;
2721
2731
  /** (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
2732
  ethernetMacAddress0?: string;
2733
+ /** Output only. Whether or not the device requires the extended support opt in. */
2734
+ extendedSupportEligible?: boolean;
2735
+ /** Output only. Whether extended support policy is enabled on the device. */
2736
+ extendedSupportEnabled?: boolean;
2737
+ /** Output only. Date of the device when extended support policy for automatic updates starts. */
2738
+ extendedSupportStart?: string;
2723
2739
  /** The Chrome device's firmware version. */
2724
2740
  firmwareVersion?: string;
2725
2741
  /** Date and time for the first time the device was enrolled. */
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.20240429",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",