@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20260213 → 0.0.20260305
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.
- package/index.d.ts +3 -3
- 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:
|
|
12
|
+
// Revision: 20260305
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1186,8 +1186,6 @@ declare namespace gapi.client {
|
|
|
1186
1186
|
reason?: string;
|
|
1187
1187
|
}
|
|
1188
1188
|
interface Note {
|
|
1189
|
-
/** The timestamp when the advisory was first published by the source feed. */
|
|
1190
|
-
advisoryPublishTime?: string;
|
|
1191
1189
|
/** A note describing an attestation role. */
|
|
1192
1190
|
attestation?: AttestationNote;
|
|
1193
1191
|
/** A note describing build provenance for a verifiable build. */
|
|
@@ -1688,6 +1686,8 @@ declare namespace gapi.client {
|
|
|
1688
1686
|
title?: string;
|
|
1689
1687
|
}
|
|
1690
1688
|
interface VulnerabilityNote {
|
|
1689
|
+
/** The time this advisory was published by the source. */
|
|
1690
|
+
advisoryPublishTime?: string;
|
|
1691
1691
|
/** 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. */
|
|
1692
1692
|
cvssScore?: number;
|
|
1693
1693
|
/** The full description of the v2 CVSS for this vulnerability. */
|