@maxim_mazurok/gapi.client.storage-v1 0.2.20260127 → 0.2.20260131

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 +9 -1
  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://storage.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260127
12
+ // Revision: 20260131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2979,6 +2979,8 @@ declare namespace gapi.client {
2979
2979
  destinationObject: string;
2980
2980
  /** Apply a predefined set of access controls to the destination object. */
2981
2981
  destinationPredefinedAcl?: string;
2982
+ /** Specifies which groups of Object Contexts from the source object(s) should be dropped from the destination object. */
2983
+ dropContextGroups?: string | string[];
2982
2984
  /** Selector specifying which fields to include in a partial response. */
2983
2985
  fields?: string;
2984
2986
  /** Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. */
@@ -3014,6 +3016,8 @@ declare namespace gapi.client {
3014
3016
  destinationObject: string;
3015
3017
  /** Apply a predefined set of access controls to the destination object. */
3016
3018
  destinationPredefinedAcl?: string;
3019
+ /** Specifies which groups of Object Contexts from the source object(s) should be dropped from the destination object. */
3020
+ dropContextGroups?: string | string[];
3017
3021
  /** Selector specifying which fields to include in a partial response. */
3018
3022
  fields?: string;
3019
3023
  /** Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. */
@@ -3571,6 +3575,8 @@ declare namespace gapi.client {
3571
3575
  destinationObject: string;
3572
3576
  /** Apply a predefined set of access controls to the destination object. */
3573
3577
  destinationPredefinedAcl?: string;
3578
+ /** Specifies which groups of Object Contexts from the source object should be dropped from the destination object. */
3579
+ dropContextGroups?: string | string[];
3574
3580
  /** Selector specifying which fields to include in a partial response. */
3575
3581
  fields?: string;
3576
3582
  /** Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. */
@@ -3630,6 +3636,8 @@ declare namespace gapi.client {
3630
3636
  destinationObject: string;
3631
3637
  /** Apply a predefined set of access controls to the destination object. */
3632
3638
  destinationPredefinedAcl?: string;
3639
+ /** Specifies which groups of Object Contexts from the source object should be dropped from the destination object. */
3640
+ dropContextGroups?: string | string[];
3633
3641
  /** Selector specifying which fields to include in a partial response. */
3634
3642
  fields?: string;
3635
3643
  /** Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.storage-v1",
3
- "version": "0.2.20260127",
3
+ "version": "0.2.20260131",
4
4
  "description": "TypeScript typings for Cloud Storage JSON API v1",
5
5
  "repository": {
6
6
  "type": "git",