@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20250728 → 0.0.20250808
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 +5 -1
- 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: 20250808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -409,6 +409,8 @@ declare namespace gapi.client {
|
|
|
409
409
|
osUpdateStatus?: OsUpdateStatus;
|
|
410
410
|
/** The Chrome device's operating system version. */
|
|
411
411
|
osVersion?: string;
|
|
412
|
+
/** Output only. Compliance status of the OS version. */
|
|
413
|
+
osVersionCompliance?: string;
|
|
412
414
|
/** The Chrome device's platform version. */
|
|
413
415
|
platformVersion?: string;
|
|
414
416
|
/** A list of recent device users, in descending order, by last login time. */
|
|
@@ -2805,6 +2807,8 @@ declare namespace gapi.client {
|
|
|
2805
2807
|
osUpdateStatus?: OsUpdateStatus;
|
|
2806
2808
|
/** The Chrome device's operating system version. */
|
|
2807
2809
|
osVersion?: string;
|
|
2810
|
+
/** Output only. Compliance status of the OS version. */
|
|
2811
|
+
osVersionCompliance?: string;
|
|
2808
2812
|
/** The Chrome device's platform version. */
|
|
2809
2813
|
platformVersion?: string;
|
|
2810
2814
|
/** A list of recent device users, in descending order, by last login time. */
|