@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20230717 → 0.0.20230728
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 +10 -1
- package/package.json +1 -1
- package/tests.ts +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: 20230728
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -269,6 +269,9 @@ declare namespace gapi.client {
|
|
|
269
269
|
*/
|
|
270
270
|
args?:
|
|
271
271
|
string[];
|
|
272
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
273
|
+
automapSubstitutions?:
|
|
274
|
+
boolean;
|
|
272
275
|
/**
|
|
273
276
|
* Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be
|
|
274
277
|
* outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the
|
|
@@ -611,6 +614,9 @@ declare namespace gapi.client {
|
|
|
611
614
|
string;
|
|
612
615
|
}
|
|
613
616
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions {
|
|
617
|
+
/** Option to include built-in and custom substitutions as env variables for all build steps. */
|
|
618
|
+
automapSubstitutions?:
|
|
619
|
+
boolean;
|
|
614
620
|
/** Optional. Option to specify how default logs buckets are setup. */
|
|
615
621
|
defaultLogsBucketBehavior?:
|
|
616
622
|
string;
|
|
@@ -704,6 +710,9 @@ declare namespace gapi.client {
|
|
|
704
710
|
*/
|
|
705
711
|
args?:
|
|
706
712
|
string[];
|
|
713
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
714
|
+
automapSubstitutions?:
|
|
715
|
+
boolean;
|
|
707
716
|
/**
|
|
708
717
|
* Working directory to use when running this step's container. If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be
|
|
709
718
|
* outside the build's working directory, in which case the contents of the path may not be persisted across build step executions, unless a `volume` for that path is specified. If the
|
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: 20230728
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|