@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.0.20230303 → 0.0.20230310

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 +5 -5
  2. package/package.json +1 -1
  3. package/tests.ts +5 -11
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=v1alpha1
12
- // Revision: 20230303
12
+ // Revision: 20230310
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -479,6 +479,8 @@ declare namespace gapi.client {
479
479
  type?: string;
480
480
  }
481
481
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions {
482
+ /** Optional. Option to specify how default logs buckets are setup. */
483
+ defaultLogsBucketBehavior?: string;
482
484
  /**
483
485
  * Requested disk size for the VM that runs the build. Note that this is *NOT* "disk free"; some of the space will be used by the operating system and build utilities. Also note that
484
486
  * this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that
@@ -1576,12 +1578,12 @@ declare namespace gapi.client {
1576
1578
  name?: string;
1577
1579
  }
1578
1580
  interface Publisher {
1579
- /** The context or namespace. Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io */
1580
- context?: string;
1581
1581
  /** Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations. */
1582
1582
  issuingAuthority?: string;
1583
1583
  /** Name of the publisher. Examples: 'Google', 'Google Cloud Platform'. */
1584
1584
  name?: string;
1585
+ /** The context or namespace. Contains a URL which is under control of the issuing party and can be used as a globally unique identifier for that issuing party. Example: https://csaf.io */
1586
+ publisherNamespace?: string;
1585
1587
  }
1586
1588
  interface Recipe {
1587
1589
  /**
@@ -1630,8 +1632,6 @@ declare namespace gapi.client {
1630
1632
  interface Remediation {
1631
1633
  /** Contains a comprehensive human-readable discussion of the remediation. */
1632
1634
  details?: string;
1633
- /** Contains the date from which the remediation is available. */
1634
- remediationTime?: string;
1635
1635
  /** The type of remediation that can be applied. */
1636
1636
  remediationType?: string;
1637
1637
  /** Contains the URL where to obtain the remediation. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1alpha1",
3
- "version": "0.0.20230303",
3
+ "version": "0.0.20230310",
4
4
  "description": "TypeScript typings for Container Analysis API v1alpha1",
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: 20230303
6
+ // Revision: 20230310
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -230,7 +230,6 @@ gapi.load('client', async () => {
230
230
  remediations: [
231
231
  {
232
232
  details: "Test string",
233
- remediationTime: "Test string",
234
233
  remediationType: "Test string",
235
234
  remediationUri: {
236
235
  label: "Test string",
@@ -252,9 +251,9 @@ gapi.load('client', async () => {
252
251
  name: "Test string",
253
252
  },
254
253
  publisher: {
255
- context: "Test string",
256
254
  issuingAuthority: "Test string",
257
255
  name: "Test string",
256
+ publisherNamespace: "Test string",
258
257
  },
259
258
  shortDescription: "Test string",
260
259
  title: "Test string",
@@ -553,7 +552,6 @@ gapi.load('client', async () => {
553
552
  remediations: [
554
553
  {
555
554
  details: "Test string",
556
- remediationTime: "Test string",
557
555
  remediationType: "Test string",
558
556
  remediationUri: {
559
557
  label: "Test string",
@@ -575,9 +573,9 @@ gapi.load('client', async () => {
575
573
  name: "Test string",
576
574
  },
577
575
  publisher: {
578
- context: "Test string",
579
576
  issuingAuthority: "Test string",
580
577
  name: "Test string",
578
+ publisherNamespace: "Test string",
581
579
  },
582
580
  shortDescription: "Test string",
583
581
  title: "Test string",
@@ -1449,7 +1447,6 @@ gapi.load('client', async () => {
1449
1447
  remediations: [
1450
1448
  {
1451
1449
  details: "Test string",
1452
- remediationTime: "Test string",
1453
1450
  remediationType: "Test string",
1454
1451
  remediationUri: {
1455
1452
  label: "Test string",
@@ -2253,7 +2250,6 @@ gapi.load('client', async () => {
2253
2250
  remediations: [
2254
2251
  {
2255
2252
  details: "Test string",
2256
- remediationTime: "Test string",
2257
2253
  remediationType: "Test string",
2258
2254
  remediationUri: {
2259
2255
  label: "Test string",
@@ -2580,7 +2576,6 @@ gapi.load('client', async () => {
2580
2576
  remediations: [
2581
2577
  {
2582
2578
  details: "Test string",
2583
- remediationTime: "Test string",
2584
2579
  remediationType: "Test string",
2585
2580
  remediationUri: {
2586
2581
  label: "Test string",
@@ -2602,9 +2597,9 @@ gapi.load('client', async () => {
2602
2597
  name: "Test string",
2603
2598
  },
2604
2599
  publisher: {
2605
- context: "Test string",
2606
2600
  issuingAuthority: "Test string",
2607
2601
  name: "Test string",
2602
+ publisherNamespace: "Test string",
2608
2603
  },
2609
2604
  shortDescription: "Test string",
2610
2605
  title: "Test string",
@@ -2903,7 +2898,6 @@ gapi.load('client', async () => {
2903
2898
  remediations: [
2904
2899
  {
2905
2900
  details: "Test string",
2906
- remediationTime: "Test string",
2907
2901
  remediationType: "Test string",
2908
2902
  remediationUri: {
2909
2903
  label: "Test string",
@@ -2925,9 +2919,9 @@ gapi.load('client', async () => {
2925
2919
  name: "Test string",
2926
2920
  },
2927
2921
  publisher: {
2928
- context: "Test string",
2929
2922
  issuingAuthority: "Test string",
2930
2923
  name: "Test string",
2924
+ publisherNamespace: "Test string",
2931
2925
  },
2932
2926
  shortDescription: "Test string",
2933
2927
  title: "Test string",