@maxim_mazurok/gapi.client.run-v1 0.0.20240503 → 0.0.20240510

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 +11 -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://run.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240503
12
+ // Revision: 20240510
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -529,6 +529,14 @@ declare namespace gapi.client {
529
529
  /** Collection of file hashes. */
530
530
  fileHash?: GoogleDevtoolsCloudbuildV1Hash[];
531
531
  }
532
+ interface GoogleDevtoolsCloudbuildV1GCSLocation {
533
+ /** Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements */
534
+ bucket?: string;
535
+ /** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
536
+ generation?: string;
537
+ /** Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames */
538
+ object?: string;
539
+ }
532
540
  interface GoogleDevtoolsCloudbuildV1GitConfig {
533
541
  /** Configuration for HTTP related git operations. */
534
542
  http?: GoogleDevtoolsCloudbuildV1HttpConfig;
@@ -550,6 +558,8 @@ declare namespace gapi.client {
550
558
  interface GoogleDevtoolsCloudbuildV1HttpConfig {
551
559
  /** SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]. */
552
560
  proxySecretVersionName?: string;
561
+ /** Optional. Cloud Storage object storing the certificate to use with the HTTP proxy. */
562
+ proxySslCaInfo?: GoogleDevtoolsCloudbuildV1GCSLocation;
553
563
  }
554
564
  interface GoogleDevtoolsCloudbuildV1InlineSecret {
555
565
  /** Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.0.20240503",
3
+ "version": "0.0.20240510",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",