@maxim_mazurok/gapi.client.storage-v1 0.2.20251111 → 0.2.20251118
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 +3 -1
- 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://storage.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251118
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -417,6 +417,8 @@ declare namespace gapi.client {
|
|
|
417
417
|
type?: string;
|
|
418
418
|
}
|
|
419
419
|
interface ComposeRequest {
|
|
420
|
+
/** If true, the source objects will be deleted. */
|
|
421
|
+
deleteSourceObjects?: boolean;
|
|
420
422
|
/** Properties of the resulting object. */
|
|
421
423
|
destination?: Object;
|
|
422
424
|
/** The kind of item this is. */
|