@maxim_mazurok/gapi.client.admin-directory_v1 0.1.20250916 → 0.1.20250930
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 -5
- 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: 20250930
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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;
|