@maxim_mazurok/gapi.client.containeranalysis-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230728
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -271,6 +271,9 @@ declare namespace gapi.client {
|
|
|
271
271
|
*/
|
|
272
272
|
args?:
|
|
273
273
|
string[];
|
|
274
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
275
|
+
automapSubstitutions?:
|
|
276
|
+
boolean;
|
|
274
277
|
/**
|
|
275
278
|
* 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
|
|
276
279
|
* 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
|
|
@@ -673,6 +676,9 @@ declare namespace gapi.client {
|
|
|
673
676
|
string;
|
|
674
677
|
}
|
|
675
678
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions {
|
|
679
|
+
/** Option to include built-in and custom substitutions as env variables for all build steps. */
|
|
680
|
+
automapSubstitutions?:
|
|
681
|
+
boolean;
|
|
676
682
|
/** Optional. Option to specify how default logs buckets are setup. */
|
|
677
683
|
defaultLogsBucketBehavior?:
|
|
678
684
|
string;
|
|
@@ -766,6 +772,9 @@ declare namespace gapi.client {
|
|
|
766
772
|
*/
|
|
767
773
|
args?:
|
|
768
774
|
string[];
|
|
775
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
776
|
+
automapSubstitutions?:
|
|
777
|
+
boolean;
|
|
769
778
|
/**
|
|
770
779
|
* 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
|
|
771
780
|
* 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 */
|