@epilot/blueprint-manifest-client 4.3.0 → 4.3.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 +10 -2
- package/dist/openapi.json +15 -2
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={
|
|
1
|
+
(()=>{"use strict";var e={390:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=n(r(466));t.default=s.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","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}: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}/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 s=t[n];if(void 0!==s)return s.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}(390),n=exports;for(var s in r)n[s]=r[s];r.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
package/dist/openapi.d.ts
CHANGED
|
@@ -149,6 +149,10 @@ declare namespace Components {
|
|
|
149
149
|
*/
|
|
150
150
|
BlueprintID;
|
|
151
151
|
destination_org_id?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Blueprint slug for marketplace blueprints
|
|
154
|
+
*/
|
|
155
|
+
slug?: string;
|
|
152
156
|
status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "CANCELED" | "SUCCESS" | "FAILED";
|
|
153
157
|
}
|
|
154
158
|
export interface BlueprintInstallationJobOptions {
|
|
@@ -255,7 +259,11 @@ declare namespace Components {
|
|
|
255
259
|
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
256
260
|
*/
|
|
257
261
|
BlueprintResourceID[];
|
|
258
|
-
|
|
262
|
+
/**
|
|
263
|
+
* Terraform addresses this resource references (for dependency-aware ignore)
|
|
264
|
+
*/
|
|
265
|
+
depends_on_addresses?: string[];
|
|
266
|
+
impact_on_install?: ("create" | "update" | "internal-update" | "no-op" | "delete" | "ignored")[];
|
|
259
267
|
/**
|
|
260
268
|
* Fields causing the updates / internal updates on a resource install
|
|
261
269
|
*/
|
|
@@ -1354,7 +1362,7 @@ declare namespace Components {
|
|
|
1354
1362
|
*/
|
|
1355
1363
|
installation_link?: string;
|
|
1356
1364
|
}
|
|
1357
|
-
export type PlanChanges = ("create" | "update" | "internal-update" | "no-op" | "delete")[];
|
|
1365
|
+
export type PlanChanges = ("create" | "update" | "internal-update" | "no-op" | "delete" | "ignored")[];
|
|
1358
1366
|
/**
|
|
1359
1367
|
* List of feature settings that must be enabled before installing the blueprint
|
|
1360
1368
|
* example:
|
package/dist/openapi.json
CHANGED
|
@@ -1789,6 +1789,13 @@
|
|
|
1789
1789
|
"$ref": "#/components/schemas/BlueprintResourceID"
|
|
1790
1790
|
}
|
|
1791
1791
|
},
|
|
1792
|
+
"depends_on_addresses": {
|
|
1793
|
+
"type": "array",
|
|
1794
|
+
"description": "Terraform addresses this resource references (for dependency-aware ignore)",
|
|
1795
|
+
"items": {
|
|
1796
|
+
"type": "string"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1792
1799
|
"impact_on_install": {
|
|
1793
1800
|
"type": "array",
|
|
1794
1801
|
"items": {
|
|
@@ -1798,7 +1805,8 @@
|
|
|
1798
1805
|
"update",
|
|
1799
1806
|
"internal-update",
|
|
1800
1807
|
"no-op",
|
|
1801
|
-
"delete"
|
|
1808
|
+
"delete",
|
|
1809
|
+
"ignored"
|
|
1802
1810
|
]
|
|
1803
1811
|
}
|
|
1804
1812
|
},
|
|
@@ -2203,6 +2211,10 @@
|
|
|
2203
2211
|
"destination_org_id": {
|
|
2204
2212
|
"type": "string"
|
|
2205
2213
|
},
|
|
2214
|
+
"slug": {
|
|
2215
|
+
"type": "string",
|
|
2216
|
+
"description": "Blueprint slug for marketplace blueprints"
|
|
2217
|
+
},
|
|
2206
2218
|
"status": {
|
|
2207
2219
|
"type": "string",
|
|
2208
2220
|
"enum": [
|
|
@@ -2433,7 +2445,8 @@
|
|
|
2433
2445
|
"update",
|
|
2434
2446
|
"internal-update",
|
|
2435
2447
|
"no-op",
|
|
2436
|
-
"delete"
|
|
2448
|
+
"delete",
|
|
2449
|
+
"ignored"
|
|
2437
2450
|
]
|
|
2438
2451
|
}
|
|
2439
2452
|
},
|