@maxim_mazurok/gapi.client.composer-v1 0.0.20230806 → 0.0.20230906

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 (3) hide show
  1. package/index.d.ts +7 -1
  2. package/package.json +1 -1
  3. package/tests.ts +5 -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://composer.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230806
12
+ // Revision: 20230906
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -115,6 +115,9 @@ declare namespace gapi.client {
115
115
  /** The current state of the environment. */
116
116
  state?:
117
117
  string;
118
+ /** Optional. Storage configuration for this environment. */
119
+ storageConfig?:
120
+ any;
118
121
  /** Output only. The time at which this environment was last modified. */
119
122
  updateTime?:
120
123
  string;
@@ -718,6 +721,9 @@ declare namespace gapi.client {
718
721
  output?:
719
722
  string[];
720
723
  }
724
+ // tslint:disable-next-line:no-empty-interface
725
+ interface StorageConfig {
726
+ }
721
727
  interface WebServerConfig {
722
728
  /**
723
729
  * Optional. Machine type on which Airflow web server is running. It has to be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-webserver-8. If not specified,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.composer-v1",
3
- "version": "0.0.20230806",
3
+ "version": "0.0.20230906",
4
4
  "description": "TypeScript typings for Cloud Composer API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230806
6
+ // Revision: 20230906
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -161,6 +161,8 @@ gapi.load('client', async () => {
161
161
  },
162
162
  name: "Test string",
163
163
  state: "Test string",
164
+ storageConfig: {
165
+ },
164
166
  updateTime: "Test string",
165
167
  uuid: "Test string",
166
168
  });
@@ -340,6 +342,8 @@ gapi.load('client', async () => {
340
342
  },
341
343
  name: "Test string",
342
344
  state: "Test string",
345
+ storageConfig: {
346
+ },
343
347
  updateTime: "Test string",
344
348
  uuid: "Test string",
345
349
  });