@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20240614 → 0.0.20240625

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: 20240614
12
+ // Revision: 20240625
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -801,6 +801,8 @@ declare namespace gapi.client {
801
801
  lastScanTime?: string;
802
802
  /** The status of an SBOM generation. */
803
803
  sbomStatus?: SBOMStatus;
804
+ /** The status of an vulnerability attestation generation. */
805
+ vulnerabilityAttestation?: VulnerabilityAttestation;
804
806
  }
805
807
  interface Distribution {
806
808
  /** The CPU architecture for which packages in this distribution channel were built. */
@@ -1542,6 +1544,14 @@ declare namespace gapi.client {
1542
1544
  /** The title of the note. E.g. `Vex-Debian-11.4` */
1543
1545
  title?: string;
1544
1546
  }
1547
+ interface VulnerabilityAttestation {
1548
+ /** If failure, the error reason for why the attestation generation failed. */
1549
+ error?: string;
1550
+ /** The last time we attempted to generate an attestation. */
1551
+ lastAttemptTime?: string;
1552
+ /** The success/failure state of the latest attestation attempt. */
1553
+ state?: string;
1554
+ }
1545
1555
  interface VulnerabilityNote {
1546
1556
  /** The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity. */
1547
1557
  cvssScore?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1",
3
- "version": "0.0.20240614",
3
+ "version": "0.0.20240625",
4
4
  "description": "TypeScript typings for Container Analysis API v1",
5
5
  "repository": {
6
6
  "type": "git",