@maxim_mazurok/gapi.client.cloudsupport-v2 0.0.20241218 → 0.0.20250112
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://cloudsupport.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250112
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -361,7 +361,7 @@ declare namespace gapi.client {
|
|
|
361
361
|
key?: string;
|
|
362
362
|
/** OAuth 2.0 token for the current user. */
|
|
363
363
|
oauth_token?: string;
|
|
364
|
-
/** The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. */
|
|
364
|
+
/** The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90. */
|
|
365
365
|
pageSize?: number;
|
|
366
366
|
/** A token identifying the page of results to return. If unspecified, the first page is retrieved. */
|
|
367
367
|
pageToken?: string;
|