@maxim_mazurok/gapi.client.drive-v3 0.0.20240429 → 0.0.20240509

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 (2) hide show
  1. package/index.d.ts +4 -4
  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://www.googleapis.com/discovery/v1/apis/drive/v3/rest
12
- // Revision: 20240429
12
+ // Revision: 20240509
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.drive-v3",
3
- "version": "0.0.20240429",
3
+ "version": "0.0.20240509",
4
4
  "description": "TypeScript typings for Google Drive API v3",
5
5
  "repository": {
6
6
  "type": "git",