@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.3.20260717 → 0.3.20260805

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 +37 -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=v1beta1
12
- // Revision: 20260717
12
+ // Revision: 20260805
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -34,6 +34,8 @@ declare namespace gapi.client {
34
34
  findings?: Finding[];
35
35
  /** Maximum severity found among findings. */
36
36
  maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
37
+ /** Per scanner verdict. */
38
+ perScannerVerdict?: PerScannerVerdict;
37
39
  /** Name of the skill that produced this analysis. */
38
40
  skillName?: string;
39
41
  }
@@ -1573,6 +1575,24 @@ declare namespace gapi.client {
1573
1575
  /** Deprecated. The version installed at this location. */
1574
1576
  version?: Version;
1575
1577
  }
1578
+ interface MaliciousContentLLMResult {
1579
+ /** Tracks max severity found. */
1580
+ maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
1581
+ /** Status of the scan. */
1582
+ scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
1583
+ }
1584
+ interface MaliciousContentStaticResult {
1585
+ /** Tracks max severity found. */
1586
+ maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
1587
+ /** Status of the scan. */
1588
+ scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
1589
+ }
1590
+ interface MalwareScanResult {
1591
+ /** Status of the scan. */
1592
+ scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
1593
+ /** Verdict of the scan. */
1594
+ verdict?: 'VERDICT_UNSPECIFIED' | 'PASSED' | 'FAILED';
1595
+ }
1576
1596
  interface Note {
1577
1597
  /** A note describing an AI Skill analysis. */
1578
1598
  aiSkillAnalysis?: any;
@@ -1813,6 +1833,16 @@ declare namespace gapi.client {
1813
1833
  /** The unique URL of the image or the container for which this summary applies. */
1814
1834
  resourceUrl?: string;
1815
1835
  }
1836
+ interface PerScannerVerdict {
1837
+ /** Malicious Content LLM scan result. */
1838
+ maliciousContentLlmResult?: MaliciousContentLLMResult;
1839
+ /** Malicious Content Static scan result. */
1840
+ maliciousContentStaticResult?: MaliciousContentStaticResult;
1841
+ /** Malware scan result. */
1842
+ malwareScan?: MalwareScanResult;
1843
+ /** Workspace Policy scan result. */
1844
+ workspacePolicy?: WorkspacePolicyResult;
1845
+ }
1816
1846
  interface PgpSignedAttestation {
1817
1847
  /** Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema). */
1818
1848
  contentType?: 'CONTENT_TYPE_UNSPECIFIED' | 'SIMPLE_SIGNING_JSON';
@@ -2282,6 +2312,12 @@ declare namespace gapi.client {
2282
2312
  /** Required. The name of the vulnerability. */
2283
2313
  name?: string;
2284
2314
  }
2315
+ interface WorkspacePolicyResult {
2316
+ /** Status of the scan. */
2317
+ scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
2318
+ /** Verdict of the scan. */
2319
+ verdict?: 'VERDICT_UNSPECIFIED' | 'PASSED' | 'FAILED';
2320
+ }
2285
2321
  interface OccurrencesResource {
2286
2322
  /** Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note. */
2287
2323
  list(request?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.3.20260717",
3
+ "version": "0.3.20260805",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",