@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20250211 → 0.0.20250225
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 +4 -4
- 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: 20250225
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1449,7 +1449,7 @@ declare namespace gapi.client {
|
|
|
1449
1449
|
etag?: string;
|
|
1450
1450
|
/** Kind of resource this is. */
|
|
1451
1451
|
kind?: string;
|
|
1452
|
-
/** Token used to access next page of this result. */
|
|
1452
|
+
/** Token used to access next page of this result. The page token is only valid for three days. */
|
|
1453
1453
|
nextPageToken?: string;
|
|
1454
1454
|
/** Event that triggered this response (only used in case of Push Response) */
|
|
1455
1455
|
trigger_event?: string;
|
|
@@ -3845,7 +3845,7 @@ declare namespace gapi.client {
|
|
|
3845
3845
|
etag?: string;
|
|
3846
3846
|
/** Kind of resource this is. */
|
|
3847
3847
|
kind?: string;
|
|
3848
|
-
/** Token used to access next page of this result. */
|
|
3848
|
+
/** Token used to access next page of this result. The page token is only valid for three days. */
|
|
3849
3849
|
nextPageToken?: string;
|
|
3850
3850
|
/** Event that triggered this response (only used in case of Push Response) */
|
|
3851
3851
|
trigger_event?: string;
|
|
@@ -8117,7 +8117,7 @@ declare namespace gapi.client {
|
|
|
8117
8117
|
oauth_token?: string;
|
|
8118
8118
|
/** Property to use for sorting results. */
|
|
8119
8119
|
orderBy?: string;
|
|
8120
|
-
/** Token to specify next page in the list */
|
|
8120
|
+
/** Token to specify next page in the list. The page token is only valid for three days. */
|
|
8121
8121
|
pageToken?: string;
|
|
8122
8122
|
/** Returns response with indentations and line breaks. */
|
|
8123
8123
|
prettyPrint?: boolean;
|