@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.2.20260521 → 0.2.20260604

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 +12 -5
  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: 20260521
12
+ // Revision: 20260604
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -33,7 +33,7 @@ declare namespace gapi.client {
33
33
  /** Findings produced by the analysis. */
34
34
  findings?: Finding[];
35
35
  /** Maximum severity found among findings. */
36
- maxSeverity?: string;
36
+ maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
37
37
  /** Name of the skill that produced this analysis. */
38
38
  skillName?: string;
39
39
  }
@@ -487,7 +487,8 @@ declare namespace gapi.client {
487
487
  | 'N1_HIGHCPU_32'
488
488
  | 'E2_HIGHCPU_8'
489
489
  | 'E2_HIGHCPU_32'
490
- | 'E2_MEDIUM';
490
+ | 'E2_MEDIUM'
491
+ | 'E2_STANDARD_2';
491
492
  /** Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. */
492
493
  pool?: ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption;
493
494
  /** Optional. Option to specify the Pub/Sub topic to receive build status updates. */
@@ -1275,12 +1276,14 @@ declare namespace gapi.client {
1275
1276
  interface Finding {
1276
1277
  /** Category of the finding. */
1277
1278
  category?: string;
1279
+ /** Description of the finding category. */
1280
+ details?: string;
1278
1281
  /** Location (path and line) where the finding was detected. */
1279
1282
  location?: FindingLocation;
1280
1283
  /** Scanner determines which engine (e.g. static, llm) emitted the finding. */
1281
- scanner?: string;
1284
+ scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM';
1282
1285
  /** Severity of the finding. */
1283
- severity?: string;
1286
+ severity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
1284
1287
  }
1285
1288
  interface FindingLocation {
1286
1289
  /** Relative path of the file containing the finding. */
@@ -1393,6 +1396,8 @@ declare namespace gapi.client {
1393
1396
  cvssV2?: CVSS;
1394
1397
  /** The cvss v3 score for the vulnerability. */
1395
1398
  cvssV3?: CVSS;
1399
+ /** The cvss v4 score of this vulnerability. */
1400
+ cvssV4?: CVSS;
1396
1401
  /** Output only. CVSS version used to populate cvss_score and severity. */
1397
1402
  cvssVersion?:
1398
1403
  | 'CVSS_VERSION_UNSPECIFIED'
@@ -2220,6 +2225,8 @@ declare namespace gapi.client {
2220
2225
  cvssV2?: CVSS;
2221
2226
  /** The full description of the CVSS for version 3. */
2222
2227
  cvssV3?: CVSSv3;
2228
+ /** The full description of the CVSS for version 4. */
2229
+ cvssV4?: CVSS;
2223
2230
  /** CVSS version used to populate cvss_score and severity. */
2224
2231
  cvssVersion?:
2225
2232
  | 'CVSS_VERSION_UNSPECIFIED'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.2.20260521",
3
+ "version": "0.2.20260604",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",