@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.1.20251024 → 0.1.20251104

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://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20251024
12
+ // Revision: 20251104
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -472,6 +472,8 @@ declare namespace gapi.client {
472
472
  text?: string;
473
473
  }
474
474
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage {
475
+ /** Output only. Path to the artifact in Artifact Registry. */
476
+ artifactRegistryPackage?: string;
475
477
  /** Docker Registry 2.0 digest. */
476
478
  digest?: string;
477
479
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
@@ -664,6 +666,8 @@ declare namespace gapi.client {
664
666
  startTime?: string;
665
667
  }
666
668
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule {
669
+ /** Output only. Path to the artifact in Artifact Registry. */
670
+ artifactRegistryPackage?: string;
667
671
  /** Hash types and values of the Go Module Artifact. */
668
672
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
669
673
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -672,6 +676,8 @@ declare namespace gapi.client {
672
676
  uri?: string;
673
677
  }
674
678
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
679
+ /** Output only. Path to the artifact in Artifact Registry. */
680
+ artifactRegistryPackage?: string;
675
681
  /** Hash types and values of the Maven Artifact. */
676
682
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
677
683
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -680,6 +686,8 @@ declare namespace gapi.client {
680
686
  uri?: string;
681
687
  }
682
688
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage {
689
+ /** Output only. Path to the artifact in Artifact Registry. */
690
+ artifactRegistryPackage?: string;
683
691
  /** Hash types and values of the npm package. */
684
692
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
685
693
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -688,6 +696,8 @@ declare namespace gapi.client {
688
696
  uri?: string;
689
697
  }
690
698
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage {
699
+ /** Output only. Path to the artifact in Artifact Registry. */
700
+ artifactRegistryPackage?: string;
691
701
  /** Hash types and values of the Python Artifact. */
692
702
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
693
703
  /** Output only. Stores timing information for pushing the specified artifact. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.1.20251024",
3
+ "version": "0.1.20251104",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",