@epilot/blueprint-manifest-client 4.1.0 → 4.2.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 +5 -3
- package/dist/openapi.json +7 -6
- 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","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}(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
|
@@ -213,6 +213,10 @@ declare namespace Components {
|
|
|
213
213
|
compatible_apps?: string[];
|
|
214
214
|
created_at: string; // date-time
|
|
215
215
|
created_by: CallerIdentity;
|
|
216
|
+
/**
|
|
217
|
+
* Whether the blueprint is updating to the latest version in the marketplace
|
|
218
|
+
*/
|
|
219
|
+
is_updating: boolean;
|
|
216
220
|
resources: BlueprintResource[];
|
|
217
221
|
}
|
|
218
222
|
export interface BlueprintResource {
|
|
@@ -1426,7 +1430,7 @@ declare namespace Components {
|
|
|
1426
1430
|
/**
|
|
1427
1431
|
* Type of the resource
|
|
1428
1432
|
*/
|
|
1429
|
-
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "
|
|
1433
|
+
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy";
|
|
1430
1434
|
export interface ResourceReplacement {
|
|
1431
1435
|
/**
|
|
1432
1436
|
* Original resource ID to be replaced
|
|
@@ -2252,7 +2256,6 @@ declare namespace Paths {
|
|
|
2252
2256
|
}
|
|
2253
2257
|
}
|
|
2254
2258
|
|
|
2255
|
-
|
|
2256
2259
|
export interface OperationMethods {
|
|
2257
2260
|
/**
|
|
2258
2261
|
* getJob - getJob
|
|
@@ -2957,7 +2960,6 @@ export interface PathsDictionary {
|
|
|
2957
2960
|
|
|
2958
2961
|
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
2959
2962
|
|
|
2960
|
-
|
|
2961
2963
|
export type AppBlueprint = Components.Schemas.AppBlueprint;
|
|
2962
2964
|
export type Blueprint = Components.Schemas.Blueprint;
|
|
2963
2965
|
export type BlueprintDependenciesSyncJob = Components.Schemas.BlueprintDependenciesSyncJob;
|
package/dist/openapi.json
CHANGED
|
@@ -37,9 +37,6 @@
|
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"servers": [
|
|
40
|
-
{
|
|
41
|
-
"url": "https://blueprint-manifest.sls.epilot.io"
|
|
42
|
-
},
|
|
43
40
|
{
|
|
44
41
|
"url": "https://blueprint-manifest.sls.epilot.io"
|
|
45
42
|
}
|
|
@@ -1877,6 +1874,10 @@
|
|
|
1877
1874
|
"created_by": {
|
|
1878
1875
|
"$ref": "#/components/schemas/CallerIdentity"
|
|
1879
1876
|
},
|
|
1877
|
+
"is_updating": {
|
|
1878
|
+
"type": "boolean",
|
|
1879
|
+
"description": "Whether the blueprint is updating to the latest version in the marketplace"
|
|
1880
|
+
},
|
|
1880
1881
|
"resources": {
|
|
1881
1882
|
"type": "array",
|
|
1882
1883
|
"items": {
|
|
@@ -1893,7 +1894,8 @@
|
|
|
1893
1894
|
"is_verified",
|
|
1894
1895
|
"created_at",
|
|
1895
1896
|
"created_by",
|
|
1896
|
-
"resources"
|
|
1897
|
+
"resources",
|
|
1898
|
+
"is_updating"
|
|
1897
1899
|
]
|
|
1898
1900
|
},
|
|
1899
1901
|
"CustomBlueprint": {
|
|
@@ -2406,8 +2408,7 @@
|
|
|
2406
2408
|
"closing_reason",
|
|
2407
2409
|
"taxonomy_classification",
|
|
2408
2410
|
"webhook",
|
|
2409
|
-
"
|
|
2410
|
-
"erp_integration_use_case",
|
|
2411
|
+
"integration",
|
|
2411
2412
|
"dashboard",
|
|
2412
2413
|
"custom_variable",
|
|
2413
2414
|
"usergroup",
|