@epilot/blueprint-manifest-client 4.5.0 → 4.5.1
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/definition.js +1 -1
- package/dist/openapi.d.ts +13 -13
- package/dist/openapi.json +5 -5
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={330
|
|
1
|
+
(()=>{"use strict";var e={330(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(r(466));t.default=i.default},466(e){e.exports=JSON.parse('{"openapi":"3.1.0","info":{"title":"","version":""},"servers":[{"url":"https://blueprint-manifest.sls.epilot.io"}],"paths":{"/v1/blueprint-manifest/jobs/{job_id}":{"get":{"operationId":"getJob","deprecated":true,"parameters":[{"$ref":"#/components/parameters/JobID"}],"responses":{}}},"/v1/blueprint-manifest/jobs:createExport":{"post":{"operationId":"createExport","deprecated":true,"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:exportManifest":{"post":{"operationId":"exportManifest","deprecated":true,"parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest:uploadManifest":{"post":{"operationId":"uploadManifest","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs:createPlan":{"post":{"operationId":"createPlan","deprecated":true,"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:applyPlan":{"post":{"operationId":"applyPlan","deprecated":true,"parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/manifests":{"get":{"operationId":"listInstalledManifests","deprecated":true,"responses":{}}},"/v1/blueprint-manifest/manifests/{manifest_id}":{"get":{"operationId":"getManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}},"put":{"operationId":"updateManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints":{"get":{"operationId":"listBlueprints","parameters":[{"name":"archived","in":"query","required":false}],"responses":{}},"post":{"operationId":"createBlueprint","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints:marketplace":{"get":{"operationId":"listInstalledMarketplaceBlueprints","responses":{}}},"/v2/blueprint-manifest/blueprints:pre-install":{"post":{"operationId":"preInstallBlueprint","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints:preview/{preview_id}":{"get":{"operationId":"getBlueprintPreview","parameters":[{"in":"path","required":true,"name":"preview_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprint:install":{"post":{"operationId":"installBlueprint","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}":{"get":{"operationId":"getBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}},"put":{"operationId":"updateBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/validate":{"post":{"operationId":"validateBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:export":{"post":{"operationId":"exportBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:format-description":{"post":{"operationId":"formatBlueprintDescription","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources":{"post":{"operationId":"addBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"query","name":"add_dependencies"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies":{"post":{"operationId":"syncDependencies","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk":{"post":{"operationId":"bulkAddBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"query","name":"add_dependencies"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"put":{"operationId":"bulkUpdateBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"bulkDeleteBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}":{"put":{"operationId":"updateBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"path","required":true,"name":"resource_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"path","required":true,"name":"resource_id"}],"responses":{}}},"/v2/blueprint-manifest/jobs":{"get":{"operationId":"listBlueprintJobs","responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}":{"get":{"operationId":"getBlueprintJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}:continue":{"post":{"operationId":"continueInstallationJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}:cancel":{"post":{"operationId":"cancelBlueprintJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}}},"components":{"parameters":{"JobID":{"name":"job_id","in":"path","required":true}}}}')}},t={},r=function r(n){var i=t[n];if(void 0!==i)return i.exports;var s=t[n]={exports:{}};return e[n].call(s.exports,s,s.exports,r),s.exports}(330),n=exports;for(var i in r)n[i]=r[i];r.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
package/dist/openapi.d.ts
CHANGED
|
@@ -84,9 +84,9 @@ declare namespace Components {
|
|
|
84
84
|
*/
|
|
85
85
|
docs_url?: string;
|
|
86
86
|
/**
|
|
87
|
-
* List of
|
|
87
|
+
* List of recommended app IDs for the blueprint
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
recommended_apps?: string[];
|
|
90
90
|
/**
|
|
91
91
|
* Feature constraints for blueprint installation
|
|
92
92
|
*/
|
|
@@ -243,7 +243,7 @@ declare namespace Components {
|
|
|
243
243
|
blueprint_file_s3_key: string;
|
|
244
244
|
is_verified: boolean;
|
|
245
245
|
docs_url?: string;
|
|
246
|
-
|
|
246
|
+
recommended_apps?: string[];
|
|
247
247
|
created_at: string; // date-time
|
|
248
248
|
created_by: CallerIdentity;
|
|
249
249
|
/**
|
|
@@ -422,9 +422,9 @@ declare namespace Components {
|
|
|
422
422
|
*/
|
|
423
423
|
docs_url?: string;
|
|
424
424
|
/**
|
|
425
|
-
* List of
|
|
425
|
+
* List of recommended app IDs for the blueprint
|
|
426
426
|
*/
|
|
427
|
-
|
|
427
|
+
recommended_apps?: string[];
|
|
428
428
|
/**
|
|
429
429
|
* Feature constraints for blueprint installation
|
|
430
430
|
*/
|
|
@@ -692,9 +692,9 @@ declare namespace Components {
|
|
|
692
692
|
*/
|
|
693
693
|
docs_url?: string;
|
|
694
694
|
/**
|
|
695
|
-
* List of
|
|
695
|
+
* List of recommended app IDs for the blueprint
|
|
696
696
|
*/
|
|
697
|
-
|
|
697
|
+
recommended_apps?: string[];
|
|
698
698
|
/**
|
|
699
699
|
* Feature constraints for blueprint installation
|
|
700
700
|
*/
|
|
@@ -778,9 +778,9 @@ declare namespace Components {
|
|
|
778
778
|
*/
|
|
779
779
|
docs_url?: string;
|
|
780
780
|
/**
|
|
781
|
-
* List of
|
|
781
|
+
* List of recommended app IDs for the blueprint
|
|
782
782
|
*/
|
|
783
|
-
|
|
783
|
+
recommended_apps?: string[];
|
|
784
784
|
/**
|
|
785
785
|
* Feature constraints for blueprint installation
|
|
786
786
|
*/
|
|
@@ -864,9 +864,9 @@ declare namespace Components {
|
|
|
864
864
|
*/
|
|
865
865
|
docs_url?: string;
|
|
866
866
|
/**
|
|
867
|
-
* List of
|
|
867
|
+
* List of recommended app IDs for the blueprint
|
|
868
868
|
*/
|
|
869
|
-
|
|
869
|
+
recommended_apps?: string[];
|
|
870
870
|
/**
|
|
871
871
|
* Feature constraints for blueprint installation
|
|
872
872
|
*/
|
|
@@ -1519,9 +1519,9 @@ declare namespace Components {
|
|
|
1519
1519
|
*/
|
|
1520
1520
|
docs_url?: string;
|
|
1521
1521
|
/**
|
|
1522
|
-
* List of
|
|
1522
|
+
* List of recommended app IDs for the blueprint
|
|
1523
1523
|
*/
|
|
1524
|
-
|
|
1524
|
+
recommended_apps?: string[];
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Feature constraints for blueprint installation
|
|
1527
1527
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -1865,12 +1865,12 @@
|
|
|
1865
1865
|
"type": "string",
|
|
1866
1866
|
"description": "URL to the blueprint documentation"
|
|
1867
1867
|
},
|
|
1868
|
-
"
|
|
1868
|
+
"recommended_apps": {
|
|
1869
1869
|
"type": "array",
|
|
1870
1870
|
"items": {
|
|
1871
1871
|
"type": "string"
|
|
1872
1872
|
},
|
|
1873
|
-
"description": "List of
|
|
1873
|
+
"description": "List of recommended app IDs for the blueprint"
|
|
1874
1874
|
},
|
|
1875
1875
|
"required_features": {
|
|
1876
1876
|
"type": "object",
|
|
@@ -2026,7 +2026,7 @@
|
|
|
2026
2026
|
"docs_url": {
|
|
2027
2027
|
"type": "string"
|
|
2028
2028
|
},
|
|
2029
|
-
"
|
|
2029
|
+
"recommended_apps": {
|
|
2030
2030
|
"type": "array",
|
|
2031
2031
|
"items": {
|
|
2032
2032
|
"type": "string"
|
|
@@ -2135,12 +2135,12 @@
|
|
|
2135
2135
|
"$ref": "#/components/schemas/BlueprintResource"
|
|
2136
2136
|
}
|
|
2137
2137
|
},
|
|
2138
|
-
"
|
|
2138
|
+
"recommended_apps": {
|
|
2139
2139
|
"type": "array",
|
|
2140
2140
|
"items": {
|
|
2141
2141
|
"type": "string"
|
|
2142
2142
|
},
|
|
2143
|
-
"description": "List of
|
|
2143
|
+
"description": "List of recommended app IDs for the blueprint"
|
|
2144
2144
|
},
|
|
2145
2145
|
"has_update_available": {
|
|
2146
2146
|
"type": "boolean",
|