@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240429 → 0.0.20240509
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 +23 -7
- 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: 20240509
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -277,6 +277,8 @@ declare namespace gapi.client {
|
|
|
277
277
|
backlightInfo?: BacklightInfo[];
|
|
278
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). */
|
|
279
279
|
bootMode?: string;
|
|
280
|
+
/** Output only. Chrome OS type of the device. */
|
|
281
|
+
chromeOsType?: string;
|
|
280
282
|
/** Information regarding CPU specs in the device. */
|
|
281
283
|
cpuInfo?: Array<{
|
|
282
284
|
/** The CPU architecture. */
|
|
@@ -358,6 +360,8 @@ declare namespace gapi.client {
|
|
|
358
360
|
extendedSupportEnabled?: boolean;
|
|
359
361
|
/** Output only. Date of the device when extended support policy for automatic updates starts. */
|
|
360
362
|
extendedSupportStart?: string;
|
|
363
|
+
/** Output only. Fan information for the device. */
|
|
364
|
+
fanInfo?: FanInfo[];
|
|
361
365
|
/** The Chrome device's firmware version. */
|
|
362
366
|
firmwareVersion?: string;
|
|
363
367
|
/** Date and time for the first time the device was enrolled. */
|
|
@@ -614,6 +618,10 @@ declare namespace gapi.client {
|
|
|
614
618
|
/** Id of a failed printer. */
|
|
615
619
|
printerId?: string;
|
|
616
620
|
}
|
|
621
|
+
interface FanInfo {
|
|
622
|
+
/** Output only. Fan speed in RPM. */
|
|
623
|
+
speedRpm?: number;
|
|
624
|
+
}
|
|
617
625
|
interface Feature {
|
|
618
626
|
/** ETag of the resource. */
|
|
619
627
|
etags?: string;
|
|
@@ -2655,6 +2663,8 @@ declare namespace gapi.client {
|
|
|
2655
2663
|
backlightInfo?: BacklightInfo[];
|
|
2656
2664
|
/** 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). */
|
|
2657
2665
|
bootMode?: string;
|
|
2666
|
+
/** Output only. Chrome OS type of the device. */
|
|
2667
|
+
chromeOsType?: string;
|
|
2658
2668
|
/** Information regarding CPU specs in the device. */
|
|
2659
2669
|
cpuInfo?: Array<{
|
|
2660
2670
|
/** The CPU architecture. */
|
|
@@ -2736,6 +2746,8 @@ declare namespace gapi.client {
|
|
|
2736
2746
|
extendedSupportEnabled?: boolean;
|
|
2737
2747
|
/** Output only. Date of the device when extended support policy for automatic updates starts. */
|
|
2738
2748
|
extendedSupportStart?: string;
|
|
2749
|
+
/** Output only. Fan information for the device. */
|
|
2750
|
+
fanInfo?: FanInfo[];
|
|
2739
2751
|
/** The Chrome device's firmware version. */
|
|
2740
2752
|
firmwareVersion?: string;
|
|
2741
2753
|
/** Date and time for the first time the device was enrolled. */
|
|
@@ -2992,6 +3004,10 @@ declare namespace gapi.client {
|
|
|
2992
3004
|
/** Id of a failed printer. */
|
|
2993
3005
|
printerId?: string;
|
|
2994
3006
|
}
|
|
3007
|
+
interface FanInfo {
|
|
3008
|
+
/** Output only. Fan speed in RPM. */
|
|
3009
|
+
speedRpm?: number;
|
|
3010
|
+
}
|
|
2995
3011
|
interface Feature {
|
|
2996
3012
|
/** ETag of the resource. */
|
|
2997
3013
|
etags?: string;
|
|
@@ -4055,7 +4071,7 @@ declare namespace gapi.client {
|
|
|
4055
4071
|
includeChildOrgunits?: boolean;
|
|
4056
4072
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4057
4073
|
key?: string;
|
|
4058
|
-
/** Maximum number of results to return. */
|
|
4074
|
+
/** Maximum number of results to return, value should not exceed 300. */
|
|
4059
4075
|
maxResults?: number;
|
|
4060
4076
|
/** OAuth 2.0 token for the current user. */
|
|
4061
4077
|
oauth_token?: string;
|
|
@@ -4067,7 +4083,7 @@ declare namespace gapi.client {
|
|
|
4067
4083
|
pageToken?: string;
|
|
4068
4084
|
/** Returns response with indentations and line breaks. */
|
|
4069
4085
|
prettyPrint?: boolean;
|
|
4070
|
-
/**
|
|
4086
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4071
4087
|
projection?: string;
|
|
4072
4088
|
/** Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/list-query-operators */
|
|
4073
4089
|
query?: string;
|
|
@@ -4164,7 +4180,7 @@ declare namespace gapi.client {
|
|
|
4164
4180
|
oauth_token?: string;
|
|
4165
4181
|
/** Returns response with indentations and line breaks. */
|
|
4166
4182
|
prettyPrint?: boolean;
|
|
4167
|
-
/**
|
|
4183
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4168
4184
|
projection?: string;
|
|
4169
4185
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4170
4186
|
quotaUser?: string;
|
|
@@ -4197,7 +4213,7 @@ declare namespace gapi.client {
|
|
|
4197
4213
|
oauth_token?: string;
|
|
4198
4214
|
/** Returns response with indentations and line breaks. */
|
|
4199
4215
|
prettyPrint?: boolean;
|
|
4200
|
-
/**
|
|
4216
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4201
4217
|
projection?: string;
|
|
4202
4218
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4203
4219
|
quotaUser?: string;
|
|
@@ -4230,7 +4246,7 @@ declare namespace gapi.client {
|
|
|
4230
4246
|
oauth_token?: string;
|
|
4231
4247
|
/** Returns response with indentations and line breaks. */
|
|
4232
4248
|
prettyPrint?: boolean;
|
|
4233
|
-
/**
|
|
4249
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4234
4250
|
projection?: string;
|
|
4235
4251
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4236
4252
|
quotaUser?: string;
|
|
@@ -4263,7 +4279,7 @@ declare namespace gapi.client {
|
|
|
4263
4279
|
oauth_token?: string;
|
|
4264
4280
|
/** Returns response with indentations and line breaks. */
|
|
4265
4281
|
prettyPrint?: boolean;
|
|
4266
|
-
/**
|
|
4282
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4267
4283
|
projection?: string;
|
|
4268
4284
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4269
4285
|
quotaUser?: string;
|