@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.1.20260220 → 0.1.20260313

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 +13 -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://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20260220
12
+ // Revision: 20260313
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -258,6 +258,8 @@ declare namespace gapi.client {
258
258
  npmPackages?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage[];
259
259
  /** A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. */
260
260
  objects?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects;
261
+ /** Optional. A list of OCI images to be uploaded to Artifact Registry upon successful completion of all build steps. OCI images in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any images fail to be pushed, the build is marked FAILURE. */
262
+ oci?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci[];
261
263
  /** A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE. */
262
264
  pythonPackages?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage[];
263
265
  }
@@ -303,6 +305,14 @@ declare namespace gapi.client {
303
305
  /** Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY" Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix. */
304
306
  repository?: string;
305
307
  }
308
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsOci {
309
+ /** Required. Path on the local file system where to find the container to upload. e.g. /workspace/my-image.tar */
310
+ file?: string;
311
+ /** Required. Registry path to upload the container to. e.g. us-east1-docker.pkg.dev/my-project/my-repo/my-image */
312
+ registryPath?: string;
313
+ /** Optional. Tags to apply to the uploaded image. e.g. latest, 1.0.0 */
314
+ tags?: string[];
315
+ }
306
316
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage {
307
317
  /** Path globs used to match files in the build's workspace. For Python/ Twine, this is usually `dist/*`, and sometimes additionally an `.asc` file. */
308
318
  paths?: string[];
@@ -480,6 +490,8 @@ declare namespace gapi.client {
480
490
  digest?: string;
481
491
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
482
492
  name?: string;
493
+ /** Output only. The OCI media type of the artifact. Non-OCI images, such as Docker images, will have an unspecified value. */
494
+ ociMediaType?: string;
483
495
  /** Output only. Stores timing information for pushing the specified image. */
484
496
  pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
485
497
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.1.20260220",
3
+ "version": "0.1.20260313",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",