@epilot/blueprint-manifest-client 3.0.0-beta.3 → 3.0.1-beta.3
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 +3 -21
- package/dist/openapi.json +6 -26
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={
|
|
1
|
+
(()=>{"use strict";var e={914: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(240));t.default=s.default},240: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","parameters":[{"$ref":"#/components/parameters/JobID"}],"responses":{}}},"/v1/blueprint-manifest/jobs:createExport":{"post":{"operationId":"createExport","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:exportManifest":{"post":{"operationId":"exportManifest","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","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:applyPlan":{"post":{"operationId":"applyPlan","parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/manifests":{"get":{"operationId":"listInstalledManifests","responses":{}}},"/v1/blueprint-manifest/manifests/{manifest_id}":{"get":{"operationId":"getManifest","parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}},"put":{"operationId":"updateManifest","parameters":[{"in":"path","required":true,"name":"manifest_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteManifest","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/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"}],"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"}],"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}(914),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
|
@@ -104,7 +104,6 @@ declare namespace Components {
|
|
|
104
104
|
BlueprintID;
|
|
105
105
|
source_blueprint_type?: "custom" | "file" | "marketplace" | "deploy" | "app";
|
|
106
106
|
source_org_id?: string;
|
|
107
|
-
source_blueprint_file?: string;
|
|
108
107
|
destination_blueprint_id?: /**
|
|
109
108
|
* ID of a blueprint
|
|
110
109
|
* example:
|
|
@@ -1133,7 +1132,7 @@ declare namespace Components {
|
|
|
1133
1132
|
/**
|
|
1134
1133
|
* Type of the resource
|
|
1135
1134
|
*/
|
|
1136
|
-
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "dashboard" | "custom_variable" | "coupon" | "usergroup" | "saved_view" | "app" | "role";
|
|
1135
|
+
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "dashboard" | "custom_variable" | "coupon" | "usergroup" | "saved_view" | "app" | "role" | "portal_config";
|
|
1137
1136
|
export interface ResourceReplacement {
|
|
1138
1137
|
/**
|
|
1139
1138
|
* Original resource ID to be replaced
|
|
@@ -1729,7 +1728,6 @@ declare namespace Paths {
|
|
|
1729
1728
|
}
|
|
1730
1729
|
namespace InstallBlueprint {
|
|
1731
1730
|
export interface RequestBody {
|
|
1732
|
-
source_org_id?: string;
|
|
1733
1731
|
source_blueprint_id?: /**
|
|
1734
1732
|
* ID of a blueprint
|
|
1735
1733
|
* example:
|
|
@@ -1739,14 +1737,7 @@ declare namespace Paths {
|
|
|
1739
1737
|
/**
|
|
1740
1738
|
* URL to the blueprint zip file
|
|
1741
1739
|
*/
|
|
1742
|
-
|
|
1743
|
-
destination_org_id?: string;
|
|
1744
|
-
destination_blueprint_id?: /**
|
|
1745
|
-
* ID of a blueprint
|
|
1746
|
-
* example:
|
|
1747
|
-
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
1748
|
-
*/
|
|
1749
|
-
Components.Schemas.BlueprintID;
|
|
1740
|
+
source_blueprint_file_url?: string;
|
|
1750
1741
|
/**
|
|
1751
1742
|
* Installation mode
|
|
1752
1743
|
*/
|
|
@@ -1765,14 +1756,7 @@ declare namespace Paths {
|
|
|
1765
1756
|
}
|
|
1766
1757
|
namespace ListBlueprintJobs {
|
|
1767
1758
|
namespace Responses {
|
|
1768
|
-
export
|
|
1769
|
-
/**
|
|
1770
|
-
* example:
|
|
1771
|
-
* 1
|
|
1772
|
-
*/
|
|
1773
|
-
total?: number;
|
|
1774
|
-
results?: Components.Schemas.BlueprintJob[];
|
|
1775
|
-
}
|
|
1759
|
+
export type $200 = Components.Schemas.BlueprintJob[];
|
|
1776
1760
|
}
|
|
1777
1761
|
}
|
|
1778
1762
|
namespace ListBlueprints {
|
|
@@ -1892,7 +1876,6 @@ declare namespace Paths {
|
|
|
1892
1876
|
}
|
|
1893
1877
|
}
|
|
1894
1878
|
|
|
1895
|
-
|
|
1896
1879
|
export interface OperationMethods {
|
|
1897
1880
|
/**
|
|
1898
1881
|
* getJob - getJob
|
|
@@ -2527,7 +2510,6 @@ export interface PathsDictionary {
|
|
|
2527
2510
|
|
|
2528
2511
|
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
2529
2512
|
|
|
2530
|
-
|
|
2531
2513
|
export type AppBlueprint = Components.Schemas.AppBlueprint;
|
|
2532
2514
|
export type Blueprint = Components.Schemas.Blueprint;
|
|
2533
2515
|
export type BlueprintExportJob = Components.Schemas.BlueprintExportJob;
|
package/dist/openapi.json
CHANGED
|
@@ -766,22 +766,13 @@
|
|
|
766
766
|
"schema": {
|
|
767
767
|
"type": "object",
|
|
768
768
|
"properties": {
|
|
769
|
-
"source_org_id": {
|
|
770
|
-
"type": "string"
|
|
771
|
-
},
|
|
772
769
|
"source_blueprint_id": {
|
|
773
770
|
"$ref": "#/components/schemas/BlueprintID"
|
|
774
771
|
},
|
|
775
|
-
"
|
|
772
|
+
"source_blueprint_file_url": {
|
|
776
773
|
"type": "string",
|
|
777
774
|
"description": "URL to the blueprint zip file"
|
|
778
775
|
},
|
|
779
|
-
"destination_org_id": {
|
|
780
|
-
"type": "string"
|
|
781
|
-
},
|
|
782
|
-
"destination_blueprint_id": {
|
|
783
|
-
"$ref": "#/components/schemas/BlueprintID"
|
|
784
|
-
},
|
|
785
776
|
"mode": {
|
|
786
777
|
"type": "string",
|
|
787
778
|
"enum": [
|
|
@@ -1424,18 +1415,9 @@
|
|
|
1424
1415
|
"content": {
|
|
1425
1416
|
"application/json": {
|
|
1426
1417
|
"schema": {
|
|
1427
|
-
"type": "
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"type": "integer",
|
|
1431
|
-
"example": 1
|
|
1432
|
-
},
|
|
1433
|
-
"results": {
|
|
1434
|
-
"type": "array",
|
|
1435
|
-
"items": {
|
|
1436
|
-
"$ref": "#/components/schemas/BlueprintJob"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1418
|
+
"type": "array",
|
|
1419
|
+
"items": {
|
|
1420
|
+
"$ref": "#/components/schemas/BlueprintJob"
|
|
1439
1421
|
}
|
|
1440
1422
|
}
|
|
1441
1423
|
}
|
|
@@ -1908,9 +1890,6 @@
|
|
|
1908
1890
|
"source_org_id": {
|
|
1909
1891
|
"type": "string"
|
|
1910
1892
|
},
|
|
1911
|
-
"source_blueprint_file": {
|
|
1912
|
-
"type": "string"
|
|
1913
|
-
},
|
|
1914
1893
|
"destination_blueprint_id": {
|
|
1915
1894
|
"$ref": "#/components/schemas/BlueprintID"
|
|
1916
1895
|
},
|
|
@@ -2077,7 +2056,8 @@
|
|
|
2077
2056
|
"usergroup",
|
|
2078
2057
|
"saved_view",
|
|
2079
2058
|
"app",
|
|
2080
|
-
"role"
|
|
2059
|
+
"role",
|
|
2060
|
+
"portal_config"
|
|
2081
2061
|
]
|
|
2082
2062
|
},
|
|
2083
2063
|
"PlanChanges": {
|