@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 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=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230728
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -266,6 +266,9 @@ declare namespace gapi.client {
|
|
|
266
266
|
*/
|
|
267
267
|
args?:
|
|
268
268
|
string[];
|
|
269
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
270
|
+
automapSubstitutions?:
|
|
271
|
+
boolean;
|
|
269
272
|
/**
|
|
270
273
|
* 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
|
|
271
274
|
* 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
|
|
@@ -662,6 +665,9 @@ declare namespace gapi.client {
|
|
|
662
665
|
string;
|
|
663
666
|
}
|
|
664
667
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions {
|
|
668
|
+
/** Option to include built-in and custom substitutions as env variables for all build steps. */
|
|
669
|
+
automapSubstitutions?:
|
|
670
|
+
boolean;
|
|
665
671
|
/** Optional. Option to specify how default logs buckets are setup. */
|
|
666
672
|
defaultLogsBucketBehavior?:
|
|
667
673
|
string;
|
|
@@ -755,6 +761,9 @@ declare namespace gapi.client {
|
|
|
755
761
|
*/
|
|
756
762
|
args?:
|
|
757
763
|
string[];
|
|
764
|
+
/** Option to include built-in and custom substitutions as env variables for this build step. This option will override the global option in BuildOption. */
|
|
765
|
+
automapSubstitutions?:
|
|
766
|
+
boolean;
|
|
758
767
|
/**
|
|
759
768
|
* 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
|
|
760
769
|
* 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 */
|