@epilot/blueprint-manifest-client 4.5.0 → 4.5.2
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 +17 -13
- package/dist/openapi.json +9 -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
|
*/
|
|
@@ -2108,6 +2108,10 @@ declare namespace Paths {
|
|
|
2108
2108
|
export interface RequestBody {
|
|
2109
2109
|
destination_org_id?: string;
|
|
2110
2110
|
destination_blueprint_id?: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* When true, run terraform validate before creating the export zip. If validation fails, the job will be marked as FAILED with errors.
|
|
2113
|
+
*/
|
|
2114
|
+
validate?: boolean;
|
|
2111
2115
|
}
|
|
2112
2116
|
namespace Responses {
|
|
2113
2117
|
export interface $202 {
|
package/dist/openapi.json
CHANGED
|
@@ -1154,6 +1154,10 @@
|
|
|
1154
1154
|
},
|
|
1155
1155
|
"destination_blueprint_id": {
|
|
1156
1156
|
"type": "string"
|
|
1157
|
+
},
|
|
1158
|
+
"validate": {
|
|
1159
|
+
"type": "boolean",
|
|
1160
|
+
"description": "When true, run terraform validate before creating the export zip. If validation fails, the job will be marked as FAILED with errors."
|
|
1157
1161
|
}
|
|
1158
1162
|
}
|
|
1159
1163
|
}
|
|
@@ -1865,12 +1869,12 @@
|
|
|
1865
1869
|
"type": "string",
|
|
1866
1870
|
"description": "URL to the blueprint documentation"
|
|
1867
1871
|
},
|
|
1868
|
-
"
|
|
1872
|
+
"recommended_apps": {
|
|
1869
1873
|
"type": "array",
|
|
1870
1874
|
"items": {
|
|
1871
1875
|
"type": "string"
|
|
1872
1876
|
},
|
|
1873
|
-
"description": "List of
|
|
1877
|
+
"description": "List of recommended app IDs for the blueprint"
|
|
1874
1878
|
},
|
|
1875
1879
|
"required_features": {
|
|
1876
1880
|
"type": "object",
|
|
@@ -2026,7 +2030,7 @@
|
|
|
2026
2030
|
"docs_url": {
|
|
2027
2031
|
"type": "string"
|
|
2028
2032
|
},
|
|
2029
|
-
"
|
|
2033
|
+
"recommended_apps": {
|
|
2030
2034
|
"type": "array",
|
|
2031
2035
|
"items": {
|
|
2032
2036
|
"type": "string"
|
|
@@ -2135,12 +2139,12 @@
|
|
|
2135
2139
|
"$ref": "#/components/schemas/BlueprintResource"
|
|
2136
2140
|
}
|
|
2137
2141
|
},
|
|
2138
|
-
"
|
|
2142
|
+
"recommended_apps": {
|
|
2139
2143
|
"type": "array",
|
|
2140
2144
|
"items": {
|
|
2141
2145
|
"type": "string"
|
|
2142
2146
|
},
|
|
2143
|
-
"description": "List of
|
|
2147
|
+
"description": "List of recommended app IDs for the blueprint"
|
|
2144
2148
|
},
|
|
2145
2149
|
"has_update_available": {
|
|
2146
2150
|
"type": "boolean",
|