@maxim_mazurok/gapi.client.drive-v3 0.0.20230531 → 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.
- package/index.d.ts +24 -16
- package/package.json +1 -1
- 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:
|
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;
|
@@ -861,7 +860,10 @@ declare namespace gapi.client {
|
|
861
860
|
/** Deprecated: Output only. Use `driveId` instead. */
|
862
861
|
teamDriveId?:
|
863
862
|
string;
|
864
|
-
/**
|
863
|
+
/**
|
864
|
+
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
|
865
|
+
* If the file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a credentialed request.
|
866
|
+
*/
|
865
867
|
thumbnailLink?:
|
866
868
|
string;
|
867
869
|
/** Output only. The thumbnail version for use in thumbnail cache invalidation. */
|
@@ -927,7 +929,8 @@ declare namespace gapi.client {
|
|
927
929
|
string;
|
928
930
|
/**
|
929
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
|
930
|
-
* 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.
|
931
934
|
*/
|
932
935
|
nextPageToken?:
|
933
936
|
string;
|
@@ -1018,7 +1021,8 @@ declare namespace gapi.client {
|
|
1018
1021
|
Label[];
|
1019
1022
|
/**
|
1020
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
|
1021
|
-
* 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.
|
1022
1026
|
*/
|
1023
1027
|
nextPageToken?:
|
1024
1028
|
string;
|
@@ -1151,7 +1155,8 @@ declare namespace gapi.client {
|
|
1151
1155
|
string;
|
1152
1156
|
/**
|
1153
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
|
1154
|
-
* 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.
|
1155
1160
|
*/
|
1156
1161
|
nextPageToken?:
|
1157
1162
|
string;
|
@@ -1194,7 +1199,8 @@ declare namespace gapi.client {
|
|
1194
1199
|
string;
|
1195
1200
|
/**
|
1196
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,
|
1197
|
-
* 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.
|
1198
1204
|
*/
|
1199
1205
|
nextPageToken?:
|
1200
1206
|
string;
|
@@ -1255,7 +1261,8 @@ declare namespace gapi.client {
|
|
1255
1261
|
string;
|
1256
1262
|
/**
|
1257
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
|
1258
|
-
* 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.
|
1259
1266
|
*/
|
1260
1267
|
nextPageToken?:
|
1261
1268
|
string;
|
@@ -1267,7 +1274,7 @@ declare namespace gapi.client {
|
|
1267
1274
|
/** Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`. */
|
1268
1275
|
kind?:
|
1269
1276
|
string;
|
1270
|
-
/** The starting page token for listing changes. */
|
1277
|
+
/** The starting page token for listing future changes. The page token doesn't expire. */
|
1271
1278
|
startPageToken?:
|
1272
1279
|
string;
|
1273
1280
|
}
|
@@ -1427,7 +1434,8 @@ declare namespace gapi.client {
|
|
1427
1434
|
string;
|
1428
1435
|
/**
|
1429
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
|
1430
|
-
* 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.
|
1431
1439
|
*/
|
1432
1440
|
nextPageToken?:
|
1433
1441
|
string;
|
package/package.json
CHANGED
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:
|
6
|
+
// Revision: 20230610
|
7
7
|
|
8
8
|
gapi.load('client', async () => {
|
9
9
|
/** now we can use gapi.client */
|