@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20251024 → 0.0.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=v1
12
- // Revision: 20251024
12
+ // Revision: 20251104
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -524,6 +524,8 @@ declare namespace gapi.client {
524
524
  text?: string;
525
525
  }
526
526
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage {
527
+ /** Output only. Path to the artifact in Artifact Registry. */
528
+ artifactRegistryPackage?: string;
527
529
  /** Docker Registry 2.0 digest. */
528
530
  digest?: string;
529
531
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
@@ -716,6 +718,8 @@ declare namespace gapi.client {
716
718
  startTime?: string;
717
719
  }
718
720
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule {
721
+ /** Output only. Path to the artifact in Artifact Registry. */
722
+ artifactRegistryPackage?: string;
719
723
  /** Hash types and values of the Go Module Artifact. */
720
724
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
721
725
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -724,6 +728,8 @@ declare namespace gapi.client {
724
728
  uri?: string;
725
729
  }
726
730
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
731
+ /** Output only. Path to the artifact in Artifact Registry. */
732
+ artifactRegistryPackage?: string;
727
733
  /** Hash types and values of the Maven Artifact. */
728
734
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
729
735
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -732,6 +738,8 @@ declare namespace gapi.client {
732
738
  uri?: string;
733
739
  }
734
740
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage {
741
+ /** Output only. Path to the artifact in Artifact Registry. */
742
+ artifactRegistryPackage?: string;
735
743
  /** Hash types and values of the npm package. */
736
744
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
737
745
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -740,6 +748,8 @@ declare namespace gapi.client {
740
748
  uri?: string;
741
749
  }
742
750
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage {
751
+ /** Output only. Path to the artifact in Artifact Registry. */
752
+ artifactRegistryPackage?: string;
743
753
  /** Hash types and values of the Python Artifact. */
744
754
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
745
755
  /** 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-v1",
3
- "version": "0.0.20251024",
3
+ "version": "0.0.20251104",
4
4
  "description": "TypeScript typings for Container Analysis API v1",
5
5
  "repository": {
6
6
  "type": "git",