@maxim_mazurok/gapi.client.drive-v3 0.0.20230603 → 0.0.20230610

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 (3) hide show
  1. package/index.d.ts +20 -15
  2. package/package.json +1 -1
  3. package/tests.ts +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://www.googleapis.com/discovery/v1/apis/drive/v3/rest
12
- // Revision: 20230603
12
+ // Revision: 20230610
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -138,13 +138,10 @@ declare namespace gapi.client {
138
138
  /** Identifies what kind of resource this is. Value: the fixed string `"drive#changeList"`. */
139
139
  kind?:
140
140
  string;
141
- /** The starting page token for future changes. This will be present only if the end of the current changes list has been reached. */
141
+ /** The starting page token for future changes. This will be present only if the end of the current changes list has been reached. The page token doesn't expire. */
142
142
  newStartPageToken?:
143
143
  string;
144
- /**
145
- * The page token for the next page of changes. This will be absent if the end of the changes list has been reached. If the token is rejected for any reason, it should be discarded,
146
- * and pagination should be restarted from the first page of results.
147
- */
144
+ /** The page token for the next page of changes. This will be absent if the end of the changes list has been reached. The page token doesn't expire. */
148
145
  nextPageToken?:
149
146
  string;
150
147
  }
@@ -237,7 +234,8 @@ declare namespace gapi.client {
237
234
  string;
238
235
  /**
239
236
  * The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded,
240
- * and pagination should be restarted from the first page of results.
237
+ * and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected
238
+ * results might differ.
241
239
  */
242
240
  nextPageToken?:
243
241
  string;
@@ -424,7 +422,8 @@ declare namespace gapi.client {
424
422
  string;
425
423
  /**
426
424
  * The page token for the next page of shared drives. This will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and
427
- * pagination should be restarted from the first page of results.
425
+ * pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results
426
+ * might differ.
428
427
  */
429
428
  nextPageToken?:
430
429
  string;
@@ -930,7 +929,8 @@ declare namespace gapi.client {
930
929
  string;
931
930
  /**
932
931
  * The page token for the next page of files. This will be absent if the end of the files list has been reached. If the token is rejected for any reason, it should be discarded, and
933
- * pagination should be restarted from the first page of results.
932
+ * pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results
933
+ * might differ.
934
934
  */
935
935
  nextPageToken?:
936
936
  string;
@@ -1021,7 +1021,8 @@ declare namespace gapi.client {
1021
1021
  Label[];
1022
1022
  /**
1023
1023
  * The page token for the next page of labels. This field will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and
1024
- * pagination should be restarted from the first page of results.
1024
+ * pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results
1025
+ * might differ.
1025
1026
  */
1026
1027
  nextPageToken?:
1027
1028
  string;
@@ -1154,7 +1155,8 @@ declare namespace gapi.client {
1154
1155
  string;
1155
1156
  /**
1156
1157
  * The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be
1157
- * discarded, and pagination should be restarted from the first page of results.
1158
+ * discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your
1159
+ * expected results might differ.
1158
1160
  */
1159
1161
  nextPageToken?:
1160
1162
  string;
@@ -1197,7 +1199,8 @@ declare namespace gapi.client {
1197
1199
  string;
1198
1200
  /**
1199
1201
  * The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded,
1200
- * and pagination should be restarted from the first page of results.
1202
+ * and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected
1203
+ * results might differ.
1201
1204
  */
1202
1205
  nextPageToken?:
1203
1206
  string;
@@ -1258,7 +1261,8 @@ declare namespace gapi.client {
1258
1261
  string;
1259
1262
  /**
1260
1263
  * The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be
1261
- * discarded, and pagination should be restarted from the first page of results.
1264
+ * discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your
1265
+ * expected results might differ.
1262
1266
  */
1263
1267
  nextPageToken?:
1264
1268
  string;
@@ -1270,7 +1274,7 @@ declare namespace gapi.client {
1270
1274
  /** Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`. */
1271
1275
  kind?:
1272
1276
  string;
1273
- /** The starting page token for listing changes. */
1277
+ /** The starting page token for listing future changes. The page token doesn't expire. */
1274
1278
  startPageToken?:
1275
1279
  string;
1276
1280
  }
@@ -1430,7 +1434,8 @@ declare namespace gapi.client {
1430
1434
  string;
1431
1435
  /**
1432
1436
  * The page token for the next page of Team Drives. This will be absent if the end of the Team Drives list has been reached. If the token is rejected for any reason, it should be
1433
- * discarded, and pagination should be restarted from the first page of results.
1437
+ * discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your
1438
+ * expected results might differ.
1434
1439
  */
1435
1440
  nextPageToken?:
1436
1441
  string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.0.20230603",
3
+ "version": "0.0.20230610",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230603
6
+ // Revision: 20230610
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */