@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230501 → 0.0.20230510

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 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://workstations.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20230501
12
+ // Revision: 20230510
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -103,7 +103,10 @@ declare namespace gapi.client {
103
103
  string;
104
104
  }
105
105
  interface CustomerEncryptionKey {
106
- /** Immutable. The name of the Google Cloud KMS encryption key. For example, `projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`. */
106
+ /**
107
+ * Immutable. The name of the Google Cloud KMS encryption key. For example, `projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`. The key must be in the same
108
+ * region as the workstation configuration.
109
+ */
107
110
  kmsKey?:
108
111
  string;
109
112
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20230501",
3
+ "version": "0.0.20230510",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "license": "MIT",
6
6
  "author": {
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TypeScript typings for Cloud Workstations API v1beta
2
2
 
3
-
3
+ Allows administrators to create managed developer environments in the cloud.
4
4
  For detailed description please check [documentation](https://cloud.google.com/workstations).
5
5
 
6
6
  ## Installing
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: 20230501
6
+ // Revision: 20230510
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */