@epilot/blueprint-manifest-client 2.5.6 → 2.5.8
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/dist/openapi.d.ts +7 -1
- package/dist/openapi.json +6 -0
- package/package.json +2 -2
package/dist/openapi.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ declare namespace Components {
|
|
|
67
67
|
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
68
68
|
*/
|
|
69
69
|
ManifestID;
|
|
70
|
+
source_type?: ManifestSource;
|
|
70
71
|
/**
|
|
71
72
|
* example:
|
|
72
73
|
* Solar B2B
|
|
@@ -90,6 +91,7 @@ declare namespace Components {
|
|
|
90
91
|
* https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
|
|
91
92
|
*/
|
|
92
93
|
source_blueprint_file?: string;
|
|
94
|
+
source_blueprint_file_ref?: S3Reference;
|
|
93
95
|
/**
|
|
94
96
|
* Whether the manifest comes from a trusted source and is signed by epilot
|
|
95
97
|
*/
|
|
@@ -263,6 +265,7 @@ declare namespace Components {
|
|
|
263
265
|
* https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
|
|
264
266
|
*/
|
|
265
267
|
source_blueprint_file?: string;
|
|
268
|
+
source_blueprint_file_ref?: S3Reference;
|
|
266
269
|
created_by?: CallerIdentity;
|
|
267
270
|
updated_by?: CallerIdentity;
|
|
268
271
|
}
|
|
@@ -286,6 +289,7 @@ declare namespace Components {
|
|
|
286
289
|
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
287
290
|
*/
|
|
288
291
|
ManifestID;
|
|
292
|
+
source_type?: ManifestSource;
|
|
289
293
|
/**
|
|
290
294
|
* example:
|
|
291
295
|
* Solar B2B
|
|
@@ -309,6 +313,7 @@ declare namespace Components {
|
|
|
309
313
|
* https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
|
|
310
314
|
*/
|
|
311
315
|
source_blueprint_file?: string;
|
|
316
|
+
source_blueprint_file_ref?: S3Reference;
|
|
312
317
|
/**
|
|
313
318
|
* Whether the manifest comes from a trusted source and is signed by epilot
|
|
314
319
|
*/
|
|
@@ -341,7 +346,6 @@ declare namespace Components {
|
|
|
341
346
|
*/
|
|
342
347
|
postinstall?: string;
|
|
343
348
|
};
|
|
344
|
-
source_type?: ManifestSource;
|
|
345
349
|
/**
|
|
346
350
|
* An array of tree-like JSON objects or a singular tree-like JSON object representing the resources to import
|
|
347
351
|
*/
|
|
@@ -374,6 +378,7 @@ declare namespace Components {
|
|
|
374
378
|
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
375
379
|
*/
|
|
376
380
|
ManifestID;
|
|
381
|
+
source_type?: ManifestSource;
|
|
377
382
|
/**
|
|
378
383
|
* example:
|
|
379
384
|
* Solar B2B
|
|
@@ -397,6 +402,7 @@ declare namespace Components {
|
|
|
397
402
|
* https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
|
|
398
403
|
*/
|
|
399
404
|
source_blueprint_file?: string;
|
|
405
|
+
source_blueprint_file_ref?: S3Reference;
|
|
400
406
|
/**
|
|
401
407
|
* Whether the manifest comes from a trusted source and is signed by epilot
|
|
402
408
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -827,6 +827,9 @@
|
|
|
827
827
|
"manifest_id": {
|
|
828
828
|
"$ref": "#/components/schemas/ManifestID"
|
|
829
829
|
},
|
|
830
|
+
"source_type": {
|
|
831
|
+
"$ref": "#/components/schemas/ManifestSource"
|
|
832
|
+
},
|
|
830
833
|
"source_blueprint_name": {
|
|
831
834
|
"type": "string",
|
|
832
835
|
"example": "Solar B2B"
|
|
@@ -846,6 +849,9 @@
|
|
|
846
849
|
"description": "A URL to download the source blueprint file used to import the blueprint",
|
|
847
850
|
"example": "https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip"
|
|
848
851
|
},
|
|
852
|
+
"source_blueprint_file_ref": {
|
|
853
|
+
"$ref": "#/components/schemas/S3Reference"
|
|
854
|
+
},
|
|
849
855
|
"is_verified": {
|
|
850
856
|
"type": "boolean",
|
|
851
857
|
"description": "Whether the manifest comes from a trusted source and is signed by epilot"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/blueprint-manifest-client",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8",
|
|
4
4
|
"description": "Client for epilot Terraform Blueprint Manifest API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "jest",
|
|
25
25
|
"bundle-definition": "webpack",
|
|
26
26
|
"openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/blueprint-manifest.yaml",
|
|
27
|
-
"openapi:local": "node ../../scripts/update-openapi.js ../../../
|
|
27
|
+
"openapi:local": "node ../../scripts/update-openapi.js ../../../blueprint-manifest-api/lambda/TerraformHandlerFunction/openapi.yml",
|
|
28
28
|
"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
|
|
29
29
|
"build": "tsc && npm run build:patch && npm run bundle-definition",
|
|
30
30
|
"build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js",
|