@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240507 → 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 +11 -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. */
|
|
@@ -2661,6 +2663,8 @@ declare namespace gapi.client {
|
|
|
2661
2663
|
backlightInfo?: BacklightInfo[];
|
|
2662
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). */
|
|
2663
2665
|
bootMode?: string;
|
|
2666
|
+
/** Output only. Chrome OS type of the device. */
|
|
2667
|
+
chromeOsType?: string;
|
|
2664
2668
|
/** Information regarding CPU specs in the device. */
|
|
2665
2669
|
cpuInfo?: Array<{
|
|
2666
2670
|
/** The CPU architecture. */
|
|
@@ -4067,7 +4071,7 @@ declare namespace gapi.client {
|
|
|
4067
4071
|
includeChildOrgunits?: boolean;
|
|
4068
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. */
|
|
4069
4073
|
key?: string;
|
|
4070
|
-
/** Maximum number of results to return. */
|
|
4074
|
+
/** Maximum number of results to return, value should not exceed 300. */
|
|
4071
4075
|
maxResults?: number;
|
|
4072
4076
|
/** OAuth 2.0 token for the current user. */
|
|
4073
4077
|
oauth_token?: string;
|
|
@@ -4079,7 +4083,7 @@ declare namespace gapi.client {
|
|
|
4079
4083
|
pageToken?: string;
|
|
4080
4084
|
/** Returns response with indentations and line breaks. */
|
|
4081
4085
|
prettyPrint?: boolean;
|
|
4082
|
-
/**
|
|
4086
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4083
4087
|
projection?: string;
|
|
4084
4088
|
/** Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/list-query-operators */
|
|
4085
4089
|
query?: string;
|
|
@@ -4176,7 +4180,7 @@ declare namespace gapi.client {
|
|
|
4176
4180
|
oauth_token?: string;
|
|
4177
4181
|
/** Returns response with indentations and line breaks. */
|
|
4178
4182
|
prettyPrint?: boolean;
|
|
4179
|
-
/**
|
|
4183
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4180
4184
|
projection?: string;
|
|
4181
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. */
|
|
4182
4186
|
quotaUser?: string;
|
|
@@ -4209,7 +4213,7 @@ declare namespace gapi.client {
|
|
|
4209
4213
|
oauth_token?: string;
|
|
4210
4214
|
/** Returns response with indentations and line breaks. */
|
|
4211
4215
|
prettyPrint?: boolean;
|
|
4212
|
-
/**
|
|
4216
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4213
4217
|
projection?: string;
|
|
4214
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. */
|
|
4215
4219
|
quotaUser?: string;
|
|
@@ -4242,7 +4246,7 @@ declare namespace gapi.client {
|
|
|
4242
4246
|
oauth_token?: string;
|
|
4243
4247
|
/** Returns response with indentations and line breaks. */
|
|
4244
4248
|
prettyPrint?: boolean;
|
|
4245
|
-
/**
|
|
4249
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4246
4250
|
projection?: string;
|
|
4247
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. */
|
|
4248
4252
|
quotaUser?: string;
|
|
@@ -4275,7 +4279,7 @@ declare namespace gapi.client {
|
|
|
4275
4279
|
oauth_token?: string;
|
|
4276
4280
|
/** Returns response with indentations and line breaks. */
|
|
4277
4281
|
prettyPrint?: boolean;
|
|
4278
|
-
/**
|
|
4282
|
+
/** Determines whether the response contains the full list of properties or only a subset. */
|
|
4279
4283
|
projection?: string;
|
|
4280
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. */
|
|
4281
4285
|
quotaUser?: string;
|