@maxim_mazurok/gapi.client.admin-directory_v1 0.0.20240521 → 0.0.20240603
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 +2 -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:
|
|
12
|
+
// Revision: 20240603
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4071,7 +4071,7 @@ declare namespace gapi.client {
|
|
|
4071
4071
|
includeChildOrgunits?: boolean;
|
|
4072
4072
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4073
4073
|
key?: string;
|
|
4074
|
-
/** Maximum number of results to return
|
|
4074
|
+
/** Maximum number of results to return. Value should not exceed 300. */
|
|
4075
4075
|
maxResults?: number;
|
|
4076
4076
|
/** OAuth 2.0 token for the current user. */
|
|
4077
4077
|
oauth_token?: string;
|