@maxim_mazurok/gapi.client.drive-v3 0.0.20240508 → 0.0.20240517
Sign up to get free protection for your applications and to get access to all the features.
- 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://www.googleapis.com/discovery/v1/apis/drive/v3/rest
|
12
|
-
// Revision:
|
12
|
+
// Revision: 20240517
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -52,11 +52,11 @@ declare namespace gapi.client {
|
|
52
52
|
maxImportSizes?: {[P in string]: string};
|
53
53
|
/** The maximum upload size in bytes. */
|
54
54
|
maxUploadSize?: string;
|
55
|
-
/** The user's storage quota limits and usage. All fields are measured in bytes. */
|
55
|
+
/** The user's storage quota limits and usage. For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes. */
|
56
56
|
storageQuota?: {
|
57
|
-
/** The usage limit, if applicable. This will not be present if the user has unlimited storage. */
|
57
|
+
/** The usage limit, if applicable. This will not be present if the user has unlimited storage. For users that are part of an organization with pooled storage, this is the limit for the organization, rather than the individual user. */
|
58
58
|
limit?: string;
|
59
|
-
/** The total usage across all services. */
|
59
|
+
/** The total usage across all services. For users that are part of an organization with pooled storage, this is the usage across all services for the organization, rather than the individual user. */
|
60
60
|
usage?: string;
|
61
61
|
/** The usage by all files in Google Drive. */
|
62
62
|
usageInDrive?: string;
|