@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20250902 → 0.1.20250924

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 +7 -7
  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: 20250902
12
+ // Revision: 20250924
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -409,7 +409,7 @@ 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. */
412
+ /** Output only. Device policy compliance status of the OS version. */
413
413
  osVersionCompliance?: string;
414
414
  /** The Chrome device's platform version. */
415
415
  platformVersion?: string;
@@ -2807,7 +2807,7 @@ declare namespace gapi.client {
2807
2807
  osUpdateStatus?: OsUpdateStatus;
2808
2808
  /** The Chrome device's operating system version. */
2809
2809
  osVersion?: string;
2810
- /** Output only. Compliance status of the OS version. */
2810
+ /** Output only. Device policy compliance status of the OS version. */
2811
2811
  osVersionCompliance?: string;
2812
2812
  /** The Chrome device's platform version. */
2813
2813
  platformVersion?: string;
@@ -5005,7 +5005,7 @@ declare namespace gapi.client {
5005
5005
  pageToken?: string;
5006
5006
  /** Returns response with indentations and line breaks. */
5007
5007
  prettyPrint?: boolean;
5008
- /** Query string search. Should be of the form "". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-groups */
5008
+ /** Query string search. Contains one or more search clauses, each with a field, operator, and value. For complete documentation, go to [Search for groups](https://developers.google.com/workspace/admin/directory/v1/guides/search-groups). */
5009
5009
  query?: string;
5010
5010
  /** 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. */
5011
5011
  quotaUser?: string;
@@ -6335,7 +6335,7 @@ declare namespace gapi.client {
6335
6335
  pageToken?: string;
6336
6336
  /** Returns response with indentations and line breaks. */
6337
6337
  prettyPrint?: boolean;
6338
- /** String query used to filter results. Should be of the form "field operator value" where field can be any of supported fields and operators can be any of supported operations. Operators include '=' for exact match, '!=' for mismatch and ':' for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`. */
6338
+ /** String query used to filter results. Contains one or more search clauses, each with a field, operator, and value. A field can be any of supported fields and operators can be any of supported operations. Operators include '=' for exact match, '!=' for mismatch and ':' for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`. */
6339
6339
  query?: string;
6340
6340
  /** 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. */
6341
6341
  quotaUser?: string;
@@ -8435,7 +8435,7 @@ declare namespace gapi.client {
8435
8435
  prettyPrint?: boolean;
8436
8436
  /** What subset of fields to fetch for this user. */
8437
8437
  projection?: string;
8438
- /** Query string search. Should be of the form "". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users */
8438
+ /** Query string search. Contains one or more search clauses, each with a field, operator, and value. For complete documentation, go to [Search for users](https://developers.google.com/workspace/admin/directory/v1/guides/search-users). */
8439
8439
  query?: string;
8440
8440
  /** 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. */
8441
8441
  quotaUser?: string;
@@ -8486,7 +8486,7 @@ declare namespace gapi.client {
8486
8486
  prettyPrint?: boolean;
8487
8487
  /** What subset of fields to fetch for this user. */
8488
8488
  projection?: string;
8489
- /** Query string search. Should be of the form "". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users */
8489
+ /** Query string search. Contains one or more search clauses, each with a field, operator, and value. For complete documentation, go to [Search for users](https://developers.google.com/workspace/admin/directory/v1/guides/search-users). */
8490
8490
  query?: string;
8491
8491
  /** 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. */
8492
8492
  quotaUser?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-directory_v1",
3
- "version": "0.1.20250902",
3
+ "version": "0.1.20250924",
4
4
  "description": "TypeScript typings for Admin SDK API directory_v1",
5
5
  "repository": {
6
6
  "type": "git",