@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20230303 → 0.0.20230317
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 -5
- package/package.json +1 -1
- package/tests.ts +4 -10
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: 20230317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -445,6 +445,8 @@ declare namespace gapi.client {
|
|
|
445
445
|
type?: string;
|
|
446
446
|
}
|
|
447
447
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions {
|
|
448
|
+
/** Optional. Option to specify how default logs buckets are setup. */
|
|
449
|
+
defaultLogsBucketBehavior?: string;
|
|
448
450
|
/**
|
|
449
451
|
* 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
|
|
450
452
|
* 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
|
|
@@ -1479,12 +1481,12 @@ declare namespace gapi.client {
|
|
|
1479
1481
|
repoName?: string;
|
|
1480
1482
|
}
|
|
1481
1483
|
interface Publisher {
|
|
1482
|
-
/** 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 */
|
|
1483
|
-
context?: string;
|
|
1484
1484
|
/** Provides information about the authority of the issuing party to release the document, in particular, the party's constituency and responsibilities or other obligations. */
|
|
1485
1485
|
issuingAuthority?: string;
|
|
1486
1486
|
/** Name of the publisher. Examples: 'Google', 'Google Cloud Platform'. */
|
|
1487
1487
|
name?: string;
|
|
1488
|
+
/** 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 */
|
|
1489
|
+
publisherNamespace?: string;
|
|
1488
1490
|
}
|
|
1489
1491
|
interface RelatedUrl {
|
|
1490
1492
|
/** Label to describe usage of the URL. */
|
|
@@ -1512,8 +1514,6 @@ declare namespace gapi.client {
|
|
|
1512
1514
|
interface Remediation {
|
|
1513
1515
|
/** Contains a comprehensive human-readable discussion of the remediation. */
|
|
1514
1516
|
details?: string;
|
|
1515
|
-
/** Contains the date from which the remediation is available. */
|
|
1516
|
-
remediationTime?: string;
|
|
1517
1517
|
/** The type of remediation that can be applied. */
|
|
1518
1518
|
remediationType?: string;
|
|
1519
1519
|
/** Contains the URL where to obtain the remediation. */
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230317
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -306,7 +306,6 @@ gapi.load('client', async () => {
|
|
|
306
306
|
remediations: [
|
|
307
307
|
{
|
|
308
308
|
details: "Test string",
|
|
309
|
-
remediationTime: "Test string",
|
|
310
309
|
remediationType: "Test string",
|
|
311
310
|
remediationUri: {
|
|
312
311
|
label: "Test string",
|
|
@@ -325,9 +324,9 @@ gapi.load('client', async () => {
|
|
|
325
324
|
name: "Test string",
|
|
326
325
|
},
|
|
327
326
|
publisher: {
|
|
328
|
-
context: "Test string",
|
|
329
327
|
issuingAuthority: "Test string",
|
|
330
328
|
name: "Test string",
|
|
329
|
+
publisherNamespace: "Test string",
|
|
331
330
|
},
|
|
332
331
|
shortDescription: "Test string",
|
|
333
332
|
title: "Test string",
|
|
@@ -611,7 +610,6 @@ gapi.load('client', async () => {
|
|
|
611
610
|
remediations: [
|
|
612
611
|
{
|
|
613
612
|
details: "Test string",
|
|
614
|
-
remediationTime: "Test string",
|
|
615
613
|
remediationType: "Test string",
|
|
616
614
|
remediationUri: {
|
|
617
615
|
label: "Test string",
|
|
@@ -630,9 +628,9 @@ gapi.load('client', async () => {
|
|
|
630
628
|
name: "Test string",
|
|
631
629
|
},
|
|
632
630
|
publisher: {
|
|
633
|
-
context: "Test string",
|
|
634
631
|
issuingAuthority: "Test string",
|
|
635
632
|
name: "Test string",
|
|
633
|
+
publisherNamespace: "Test string",
|
|
636
634
|
},
|
|
637
635
|
shortDescription: "Test string",
|
|
638
636
|
title: "Test string",
|
|
@@ -941,7 +939,6 @@ gapi.load('client', async () => {
|
|
|
941
939
|
remediations: [
|
|
942
940
|
{
|
|
943
941
|
details: "Test string",
|
|
944
|
-
remediationTime: "Test string",
|
|
945
942
|
remediationType: "Test string",
|
|
946
943
|
remediationUri: {
|
|
947
944
|
label: "Test string",
|
|
@@ -960,9 +957,9 @@ gapi.load('client', async () => {
|
|
|
960
957
|
name: "Test string",
|
|
961
958
|
},
|
|
962
959
|
publisher: {
|
|
963
|
-
context: "Test string",
|
|
964
960
|
issuingAuthority: "Test string",
|
|
965
961
|
name: "Test string",
|
|
962
|
+
publisherNamespace: "Test string",
|
|
966
963
|
},
|
|
967
964
|
shortDescription: "Test string",
|
|
968
965
|
title: "Test string",
|
|
@@ -1463,7 +1460,6 @@ gapi.load('client', async () => {
|
|
|
1463
1460
|
remediations: [
|
|
1464
1461
|
{
|
|
1465
1462
|
details: "Test string",
|
|
1466
|
-
remediationTime: "Test string",
|
|
1467
1463
|
remediationType: "Test string",
|
|
1468
1464
|
remediationUri: {
|
|
1469
1465
|
label: "Test string",
|
|
@@ -1925,7 +1921,6 @@ gapi.load('client', async () => {
|
|
|
1925
1921
|
remediations: [
|
|
1926
1922
|
{
|
|
1927
1923
|
details: "Test string",
|
|
1928
|
-
remediationTime: "Test string",
|
|
1929
1924
|
remediationType: "Test string",
|
|
1930
1925
|
remediationUri: {
|
|
1931
1926
|
label: "Test string",
|
|
@@ -2422,7 +2417,6 @@ gapi.load('client', async () => {
|
|
|
2422
2417
|
remediations: [
|
|
2423
2418
|
{
|
|
2424
2419
|
details: "Test string",
|
|
2425
|
-
remediationTime: "Test string",
|
|
2426
2420
|
remediationType: "Test string",
|
|
2427
2421
|
remediationUri: {
|
|
2428
2422
|
label: "Test string",
|