@maxim_mazurok/gapi.client.ondemandscanning-v1beta1 0.0.20240624 → 0.0.20240709

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 -11
  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://ondemandscanning.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240624
12
+ // Revision: 20240709
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -239,8 +239,6 @@ declare namespace gapi.client {
239
239
  lastScanTime?: string;
240
240
  /** The status of an SBOM generation. */
241
241
  sbomStatus?: SBOMStatus;
242
- /** The status of an vulnerability attestation generation. */
243
- vulnerabilityAttestation?: VulnerabilityAttestation;
244
242
  }
245
243
  interface DSSEAttestationOccurrence {
246
244
  /** If doing something security critical, make sure to verify the signatures in this metadata. */
@@ -815,14 +813,6 @@ declare namespace gapi.client {
815
813
  /** The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc. */
816
814
  vulnerabilityId?: string;
817
815
  }
818
- interface VulnerabilityAttestation {
819
- /** If failure, the error reason for why the attestation generation failed. */
820
- error?: string;
821
- /** The last time we attempted to generate an attestation. */
822
- lastAttemptTime?: string;
823
- /** The success/failure state of the latest attestation attempt. */
824
- state?: string;
825
- }
826
816
  interface VulnerabilityOccurrence {
827
817
  /** Output only. 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. */
828
818
  cvssScore?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.ondemandscanning-v1beta1",
3
- "version": "0.0.20240624",
3
+ "version": "0.0.20240709",
4
4
  "description": "TypeScript typings for On-Demand Scanning API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",