@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20230829 → 0.0.20230922

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 (3) hide show
  1. package/index.d.ts +13 -1
  2. package/package.json +1 -1
  3. package/tests.ts +7 -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: 20230829
12
+ // Revision: 20230922
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -960,6 +960,12 @@ declare namespace gapi.client {
960
960
  */
961
961
  fileHashes?:
962
962
  { [P in string]: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes };
963
+ /** Output only. A copy of the build's `source.connected_repository`, if exists, with any revisions resolved. */
964
+ resolvedConnectedRepository?:
965
+ ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository;
966
+ /** Output only. A copy of the build's `source.git_source`, if exists, with any revisions resolved. */
967
+ resolvedGitSource?:
968
+ ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource;
963
969
  /** A copy of the build's `source.repo_source`, if exists, with any revisions resolved. */
964
970
  resolvedRepoSource?:
965
971
  ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource;
@@ -1217,6 +1223,9 @@ declare namespace gapi.client {
1217
1223
  /** The last time continuous analysis was done for this resource. Deprecated, do not use. */
1218
1224
  lastAnalysisTime?:
1219
1225
  string;
1226
+ /** The last time this resource was scanned. */
1227
+ lastScanTime?:
1228
+ string;
1220
1229
  /** The status of an SBOM generation. */
1221
1230
  sbomStatus?:
1222
1231
  SBOMStatus;
@@ -2476,6 +2485,9 @@ declare namespace gapi.client {
2476
2485
  /** All information about the package to specifically identify this vulnerability. One entry per (version range and cpe_uri) the package vulnerability has manifested in. */
2477
2486
  details?:
2478
2487
  Detail[];
2488
+ /** Occurrence-specific extra details about the vulnerability. */
2489
+ extraDetails?:
2490
+ string;
2479
2491
  /** Note provider assigned impact of the vulnerability. */
2480
2492
  severity?:
2481
2493
  string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.0.20230829",
3
+ "version": "0.0.20230922",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230829
6
+ // Revision: 20230922
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -274,6 +274,7 @@ gapi.load('client', async () => {
274
274
  vendor: "Test string",
275
275
  }
276
276
  ],
277
+ extraDetails: "Test string",
277
278
  severity: "Test string",
278
279
  sourceUpdateTime: "Test string",
279
280
  windowsDetails: [
@@ -583,6 +584,7 @@ gapi.load('client', async () => {
583
584
  vendor: "Test string",
584
585
  }
585
586
  ],
587
+ extraDetails: "Test string",
586
588
  severity: "Test string",
587
589
  sourceUpdateTime: "Test string",
588
590
  windowsDetails: [
@@ -917,6 +919,7 @@ gapi.load('client', async () => {
917
919
  vendor: "Test string",
918
920
  }
919
921
  ],
922
+ extraDetails: "Test string",
920
923
  severity: "Test string",
921
924
  sourceUpdateTime: "Test string",
922
925
  windowsDetails: [
@@ -1315,6 +1318,7 @@ gapi.load('client', async () => {
1315
1318
  },
1316
1319
  continuousAnalysis: "Test string",
1317
1320
  lastAnalysisTime: "Test string",
1321
+ lastScanTime: "Test string",
1318
1322
  sbomStatus: {
1319
1323
  error: "Test string",
1320
1324
  sbomState: "Test string",
@@ -1891,6 +1895,7 @@ gapi.load('client', async () => {
1891
1895
  },
1892
1896
  continuousAnalysis: "Test string",
1893
1897
  lastAnalysisTime: "Test string",
1898
+ lastScanTime: "Test string",
1894
1899
  sbomStatus: {
1895
1900
  error: "Test string",
1896
1901
  sbomState: "Test string",
@@ -2502,6 +2507,7 @@ gapi.load('client', async () => {
2502
2507
  },
2503
2508
  continuousAnalysis: "Test string",
2504
2509
  lastAnalysisTime: "Test string",
2510
+ lastScanTime: "Test string",
2505
2511
  sbomStatus: {
2506
2512
  error: "Test string",
2507
2513
  sbomState: "Test string",