@maxim_mazurok/gapi.client.cloudresourcemanager-v3 0.0.20250522 → 0.0.20250606

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 +6 -8
  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://cloudresourcemanager.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20250522
12
+ // Revision: 20250606
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -296,6 +296,8 @@ declare namespace gapi.client {
296
296
  version?: number;
297
297
  }
298
298
  interface Project {
299
+ /** Output only. If this project is a Management Project, list of capabilities configured on the parent folder. Note, presence of any capability implies that this is a Management Project. Example: `folders/123/capabilities/app-management`. OUTPUT ONLY. */
300
+ configuredCapabilities?: string[];
299
301
  /** Output only. Creation time. */
300
302
  createTime?: string;
301
303
  /** Output only. The time at which this resource was requested for deletion. */
@@ -1213,8 +1215,8 @@ declare namespace gapi.client {
1213
1215
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1214
1216
  uploadType?: string;
1215
1217
  }): Request<TagBindingCollection>;
1216
- /** Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*". */
1217
- patch(request: {
1218
+ /** Updates tag bindings directly attached to a GCP resource. */
1219
+ update(request: {
1218
1220
  /** V1 error format. */
1219
1221
  '$.xgafv'?: string;
1220
1222
  /** OAuth access token. */
@@ -1235,8 +1237,6 @@ declare namespace gapi.client {
1235
1237
  prettyPrint?: boolean;
1236
1238
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1237
1239
  quotaUser?: string;
1238
- /** Optional. An update mask to selectively update fields. */
1239
- updateMask?: string;
1240
1240
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1241
1241
  upload_protocol?: string;
1242
1242
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -1244,7 +1244,7 @@ declare namespace gapi.client {
1244
1244
  /** Request body */
1245
1245
  resource: TagBindingCollection;
1246
1246
  }): Request<Operation>;
1247
- patch(
1247
+ update(
1248
1248
  request: {
1249
1249
  /** V1 error format. */
1250
1250
  '$.xgafv'?: string;
@@ -1266,8 +1266,6 @@ declare namespace gapi.client {
1266
1266
  prettyPrint?: boolean;
1267
1267
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1268
1268
  quotaUser?: string;
1269
- /** Optional. An update mask to selectively update fields. */
1270
- updateMask?: string;
1271
1269
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1272
1270
  upload_protocol?: string;
1273
1271
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudresourcemanager-v3",
3
- "version": "0.0.20250522",
3
+ "version": "0.0.20250606",
4
4
  "description": "TypeScript typings for Cloud Resource Manager API v3",
5
5
  "repository": {
6
6
  "type": "git",