@maxim_mazurok/gapi.client.cloudbuild-v2 0.0.20250624 → 0.0.20250718

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 +1 -9
  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://cloudbuild.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20250624
12
+ // Revision: 20250718
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -79,12 +79,6 @@ declare namespace gapi.client {
79
79
  webhookSecretSecretVersion?: string;
80
80
  }
81
81
  interface CancelOperationRequest {}
82
- interface Capabilities {
83
- /** Optional. Added capabilities +optional */
84
- add?: string[];
85
- /** Optional. Removed capabilities +optional */
86
- drop?: string[];
87
- }
88
82
  interface ChildStatusReference {
89
83
  /** Name is the name of the TaskRun or Run this is referencing. */
90
84
  name?: string;
@@ -584,8 +578,6 @@ declare namespace gapi.client {
584
578
  interface SecurityContext {
585
579
  /** Optional. AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. +optional */
586
580
  allowPrivilegeEscalation?: boolean;
587
- /** Optional. Adds and removes POSIX capabilities from running containers. */
588
- capabilities?: Capabilities;
589
581
  /** Run container in privileged mode. */
590
582
  privileged?: boolean;
591
583
  /** Optional. The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. +optional */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudbuild-v2",
3
- "version": "0.0.20250624",
3
+ "version": "0.0.20250718",
4
4
  "description": "TypeScript typings for Cloud Build API v2",
5
5
  "repository": {
6
6
  "type": "git",