@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.3.20260805 → 0.3.20260819
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 +5 -1
- 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:
|
|
12
|
+
// Revision: 20260819
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -614,6 +614,8 @@ declare namespace gapi.client {
|
|
|
614
614
|
depth?: string;
|
|
615
615
|
/** Required. Where should the files be placed on the worker. */
|
|
616
616
|
destPath?: string;
|
|
617
|
+
/** Optional. True if remote tags should be fetched too (default false). Note: when depth is 1 (default), git fetch only retrieves tags pointing to commits within the shallow boundary. Set depth to -1 to fetch all historical tags. */
|
|
618
|
+
fetchTags?: boolean;
|
|
617
619
|
/** Optional. True if submodules should be fetched too (default false). */
|
|
618
620
|
recurseSubmodules?: boolean;
|
|
619
621
|
/** Required. The kind of repo (url or dev connect). */
|
|
@@ -1578,6 +1580,8 @@ declare namespace gapi.client {
|
|
|
1578
1580
|
interface MaliciousContentLLMResult {
|
|
1579
1581
|
/** Tracks max severity found. */
|
|
1580
1582
|
maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
1583
|
+
/** The base name of the model that performed the scan. */
|
|
1584
|
+
modelId?: string;
|
|
1581
1585
|
/** Status of the scan. */
|
|
1582
1586
|
scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
|
|
1583
1587
|
}
|