@maxim_mazurok/gapi.client.cloudresourcemanager-v3 0.0.20250424 → 0.0.20250508

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://cloudresourcemanager.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20250424
12
+ // Revision: 20250508
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -135,7 +135,7 @@ declare namespace gapi.client {
135
135
  etag?: string;
136
136
  /** Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY. */
137
137
  managementProject?: string;
138
- /** Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
138
+ /** Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
139
139
  name?: string;
140
140
  /** Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder. */
141
141
  parent?: string;
@@ -798,7 +798,7 @@ declare namespace gapi.client {
798
798
  fields?: string;
799
799
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
800
800
  key?: string;
801
- /** Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
801
+ /** Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
802
802
  name: string;
803
803
  /** OAuth 2.0 token for the current user. */
804
804
  oauth_token?: string;
@@ -829,7 +829,7 @@ declare namespace gapi.client {
829
829
  fields?: string;
830
830
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
831
831
  key?: string;
832
- /** Output only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
832
+ /** Identifier. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
833
833
  name: string;
834
834
  /** OAuth 2.0 token for the current user. */
835
835
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudresourcemanager-v3",
3
- "version": "0.0.20250424",
3
+ "version": "0.0.20250508",
4
4
  "description": "TypeScript typings for Cloud Resource Manager API v3",
5
5
  "repository": {
6
6
  "type": "git",