@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20240528 → 0.0.20240619

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://workstations.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20240528
12
+ // Revision: 20240619
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -194,6 +194,10 @@ declare namespace gapi.client {
194
194
  /** Specifies a Compute Engine instance as the host. */
195
195
  gceInstance?: GceInstance;
196
196
  }
197
+ interface HttpOptions {
198
+ /** Optional. By default, the workstations service makes sure that all requests to the workstation are authenticated. CORS preflight requests do not include cookies or custom headers, and so are considered unauthenticated and blocked by the workstations service. Enabling this option allows these unauthenticated CORS preflight requests through to the workstation, where it becomes the responsibility of the destination server in the workstation to validate the request. */
199
+ allowedUnauthenticatedCorsPreflightRequests?: boolean;
200
+ }
197
201
  interface ListOperationsResponse {
198
202
  /** The standard List next-page token. */
199
203
  nextPageToken?: string;
@@ -361,6 +365,8 @@ declare namespace gapi.client {
361
365
  name?: string;
362
366
  /** Output only. Indicates whether this workstation is currently being updated to match its intended state. */
363
367
  reconciling?: boolean;
368
+ /** Optional. The source workstation from which this workstations persistent directories were cloned on creation. */
369
+ sourceWorkstation?: string;
364
370
  /** Output only. Time when this workstation was most recently successfully started, regardless of the workstation's initial state. */
365
371
  startTime?: string;
366
372
  /** Output only. Current state of the workstation. */
@@ -435,6 +441,8 @@ declare namespace gapi.client {
435
441
  etag?: string;
436
442
  /** Optional. Runtime host for the workstation. */
437
443
  host?: Host;
444
+ /** Optional. Http options that customize the behavior of the workstation service's http proxy. */
445
+ httpOptions?: HttpOptions;
438
446
  /** Optional. Number of seconds to wait before automatically stopping a workstation after it last received user traffic. A value of `"0s"` indicates that Cloud Workstations VMs created with this configuration should never time out due to idleness. Provide [duration](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration) terminated by `s` for seconds—for example, `"7200s"` (2 hours). The default is `"1200s"` (20 minutes). */
439
447
  idleTimeout?: string;
440
448
  /** Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation configuration and that are also propagated to the underlying Compute Engine resources. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20240528",
3
+ "version": "0.0.20240619",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "repository": {
6
6
  "type": "git",