@maxim_mazurok/gapi.client.admin-directory_v1 0.4.20260619 → 0.5.20260619
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 +10 -34
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -459,10 +459,7 @@ declare namespace gapi.client {
|
|
|
459
459
|
osVersion?: string;
|
|
460
460
|
/** Output only. Device policy compliance status of the OS version. */
|
|
461
461
|
osVersionCompliance?:
|
|
462
|
-
| '
|
|
463
|
-
| 'compliant'
|
|
464
|
-
| 'pending'
|
|
465
|
-
| 'notCompliant';
|
|
462
|
+
'complianceUnspecified' | 'compliant' | 'pending' | 'notCompliant';
|
|
466
463
|
/** The Chrome device's platform version. */
|
|
467
464
|
platformVersion?: string;
|
|
468
465
|
/** A list of recent device users, in descending order, by last login time. */
|
|
@@ -633,10 +630,7 @@ declare namespace gapi.client {
|
|
|
633
630
|
executeTime?: string;
|
|
634
631
|
/** The result of the command. */
|
|
635
632
|
result?:
|
|
636
|
-
| '
|
|
637
|
-
| 'IGNORED'
|
|
638
|
-
| 'FAILURE'
|
|
639
|
-
| 'SUCCESS';
|
|
633
|
+
'COMMAND_RESULT_TYPE_UNSPECIFIED' | 'IGNORED' | 'FAILURE' | 'SUCCESS';
|
|
640
634
|
}
|
|
641
635
|
interface DirectoryChromeosdevicesIssueCommandRequest {
|
|
642
636
|
/** The type of command. */
|
|
@@ -3033,10 +3027,7 @@ declare namespace gapi.client {
|
|
|
3033
3027
|
osVersion?: string;
|
|
3034
3028
|
/** Output only. Device policy compliance status of the OS version. */
|
|
3035
3029
|
osVersionCompliance?:
|
|
3036
|
-
| '
|
|
3037
|
-
| 'compliant'
|
|
3038
|
-
| 'pending'
|
|
3039
|
-
| 'notCompliant';
|
|
3030
|
+
'complianceUnspecified' | 'compliant' | 'pending' | 'notCompliant';
|
|
3040
3031
|
/** The Chrome device's platform version. */
|
|
3041
3032
|
platformVersion?: string;
|
|
3042
3033
|
/** A list of recent device users, in descending order, by last login time. */
|
|
@@ -3207,10 +3198,7 @@ declare namespace gapi.client {
|
|
|
3207
3198
|
executeTime?: string;
|
|
3208
3199
|
/** The result of the command. */
|
|
3209
3200
|
result?:
|
|
3210
|
-
| '
|
|
3211
|
-
| 'IGNORED'
|
|
3212
|
-
| 'FAILURE'
|
|
3213
|
-
| 'SUCCESS';
|
|
3201
|
+
'COMMAND_RESULT_TYPE_UNSPECIFIED' | 'IGNORED' | 'FAILURE' | 'SUCCESS';
|
|
3214
3202
|
}
|
|
3215
3203
|
interface DirectoryChromeosdevicesIssueCommandRequest {
|
|
3216
3204
|
/** The type of command. */
|
|
@@ -6311,9 +6299,7 @@ declare namespace gapi.client {
|
|
|
6311
6299
|
callback?: string;
|
|
6312
6300
|
/** Source from which Building.coordinates are derived. */
|
|
6313
6301
|
coordinatesSource?:
|
|
6314
|
-
| '
|
|
6315
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6316
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6302
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6317
6303
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6318
6304
|
customer: string;
|
|
6319
6305
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6345,9 +6331,7 @@ declare namespace gapi.client {
|
|
|
6345
6331
|
callback?: string;
|
|
6346
6332
|
/** Source from which Building.coordinates are derived. */
|
|
6347
6333
|
coordinatesSource?:
|
|
6348
|
-
| '
|
|
6349
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6350
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6334
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6351
6335
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6352
6336
|
customer: string;
|
|
6353
6337
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6412,9 +6396,7 @@ declare namespace gapi.client {
|
|
|
6412
6396
|
callback?: string;
|
|
6413
6397
|
/** Source from which Building.coordinates are derived. */
|
|
6414
6398
|
coordinatesSource?:
|
|
6415
|
-
| '
|
|
6416
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6417
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6399
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6418
6400
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6419
6401
|
customer: string;
|
|
6420
6402
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6448,9 +6430,7 @@ declare namespace gapi.client {
|
|
|
6448
6430
|
callback?: string;
|
|
6449
6431
|
/** Source from which Building.coordinates are derived. */
|
|
6450
6432
|
coordinatesSource?:
|
|
6451
|
-
| '
|
|
6452
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6453
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6433
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6454
6434
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6455
6435
|
customer: string;
|
|
6456
6436
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6484,9 +6464,7 @@ declare namespace gapi.client {
|
|
|
6484
6464
|
callback?: string;
|
|
6485
6465
|
/** Source from which Building.coordinates are derived. */
|
|
6486
6466
|
coordinatesSource?:
|
|
6487
|
-
| '
|
|
6488
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6489
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6467
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6490
6468
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6491
6469
|
customer: string;
|
|
6492
6470
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6520,9 +6498,7 @@ declare namespace gapi.client {
|
|
|
6520
6498
|
callback?: string;
|
|
6521
6499
|
/** Source from which Building.coordinates are derived. */
|
|
6522
6500
|
coordinatesSource?:
|
|
6523
|
-
| '
|
|
6524
|
-
| 'RESOLVED_FROM_ADDRESS'
|
|
6525
|
-
| 'SOURCE_UNSPECIFIED';
|
|
6501
|
+
'CLIENT_SPECIFIED' | 'RESOLVED_FROM_ADDRESS' | 'SOURCE_UNSPECIFIED';
|
|
6526
6502
|
/** The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. */
|
|
6527
6503
|
customer: string;
|
|
6528
6504
|
/** Selector specifying which fields to include in a partial response. */
|