@schemastore/cloudbuild 0.0.6 → 0.0.7
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/README.md +1 -1
- package/index.d.ts +20 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,5 +8,5 @@ This package contains type definitions for cloudbuild.
|
|
|
8
8
|
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cloudbuild.
|
|
9
9
|
|
|
10
10
|
## Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, Jan 23, 2023, 19:39:42 GMT
|
|
12
12
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -200,7 +200,25 @@ export interface BuildOptions {
|
|
|
200
200
|
/**
|
|
201
201
|
* Compute Engine machine type on which to run the build.
|
|
202
202
|
*/
|
|
203
|
-
machineType?:
|
|
203
|
+
machineType?:
|
|
204
|
+
| "E2_HIGHCPU_2"
|
|
205
|
+
| "E2_HIGHCPU_4"
|
|
206
|
+
| "E2_HIGHCPU_8"
|
|
207
|
+
| "E2_HIGHCPU_16"
|
|
208
|
+
| "E2_HIGHCPU_32"
|
|
209
|
+
| "E2_HIGHMEM_2"
|
|
210
|
+
| "E2_HIGHMEM_4"
|
|
211
|
+
| "E2_HIGHMEM_8"
|
|
212
|
+
| "E2_HIGHMEM_16"
|
|
213
|
+
| "E2_MEDIUM"
|
|
214
|
+
| "E2_STANDARD_2"
|
|
215
|
+
| "E2_STANDARD_4"
|
|
216
|
+
| "E2_STANDARD_8"
|
|
217
|
+
| "E2_STANDARD_16"
|
|
218
|
+
| "E2_STANDARD_32"
|
|
219
|
+
| "N1_HIGHCPU_8"
|
|
220
|
+
| "N1_HIGHCPU_32"
|
|
221
|
+
| "UNSPECIFIED";
|
|
204
222
|
/**
|
|
205
223
|
* Global list of volumes to mount for ALL build steps
|
|
206
224
|
*
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/cloudbuild",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cloudbuild",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"typesPublisherContentHash": "
|
|
10
|
+
"typesPublisherContentHash": "778f15989f2ad6fddffdd9d41c6a8b3fd071ee4f5c15fbddd99f02f7a6d1f29a",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.7",
|
|
13
13
|
"typeScriptVersion": "2.2"
|
|
14
14
|
}
|