@epilot/blueprint-manifest-client 3.2.1 → 3.3.0
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-runtime.json +9 -0
- package/dist/openapi.d.ts +37 -1
- package/dist/openapi.json +20 -4
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
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/blueprints:pre-install":{"post":{"operationId":"preInstallBlueprint","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"}],"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})})();
|
|
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:pre-install":{"post":{"operationId":"preInstallBlueprint","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"}],"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})})();
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"/v1/blueprint-manifest/jobs/{job_id}": {
|
|
14
14
|
"get": {
|
|
15
15
|
"operationId": "getJob",
|
|
16
|
+
"deprecated": true,
|
|
16
17
|
"parameters": [
|
|
17
18
|
{
|
|
18
19
|
"$ref": "#/components/parameters/JobID"
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
"/v1/blueprint-manifest/jobs:createExport": {
|
|
25
26
|
"post": {
|
|
26
27
|
"operationId": "createExport",
|
|
28
|
+
"deprecated": true,
|
|
27
29
|
"requestBody": {
|
|
28
30
|
"content": {
|
|
29
31
|
"application/json": {}
|
|
@@ -35,6 +37,7 @@
|
|
|
35
37
|
"/v1/blueprint-manifest/jobs/{job_id}:exportManifest": {
|
|
36
38
|
"post": {
|
|
37
39
|
"operationId": "exportManifest",
|
|
40
|
+
"deprecated": true,
|
|
38
41
|
"parameters": [
|
|
39
42
|
{
|
|
40
43
|
"$ref": "#/components/parameters/JobID"
|
|
@@ -62,6 +65,7 @@
|
|
|
62
65
|
"/v1/blueprint-manifest/jobs:createPlan": {
|
|
63
66
|
"post": {
|
|
64
67
|
"operationId": "createPlan",
|
|
68
|
+
"deprecated": true,
|
|
65
69
|
"requestBody": {
|
|
66
70
|
"content": {
|
|
67
71
|
"application/json": {}
|
|
@@ -73,6 +77,7 @@
|
|
|
73
77
|
"/v1/blueprint-manifest/jobs/{job_id}:applyPlan": {
|
|
74
78
|
"post": {
|
|
75
79
|
"operationId": "applyPlan",
|
|
80
|
+
"deprecated": true,
|
|
76
81
|
"parameters": [
|
|
77
82
|
{
|
|
78
83
|
"$ref": "#/components/parameters/JobID"
|
|
@@ -89,12 +94,14 @@
|
|
|
89
94
|
"/v1/blueprint-manifest/manifests": {
|
|
90
95
|
"get": {
|
|
91
96
|
"operationId": "listInstalledManifests",
|
|
97
|
+
"deprecated": true,
|
|
92
98
|
"responses": {}
|
|
93
99
|
}
|
|
94
100
|
},
|
|
95
101
|
"/v1/blueprint-manifest/manifests/{manifest_id}": {
|
|
96
102
|
"get": {
|
|
97
103
|
"operationId": "getManifest",
|
|
104
|
+
"deprecated": true,
|
|
98
105
|
"parameters": [
|
|
99
106
|
{
|
|
100
107
|
"in": "path",
|
|
@@ -106,6 +113,7 @@
|
|
|
106
113
|
},
|
|
107
114
|
"put": {
|
|
108
115
|
"operationId": "updateManifest",
|
|
116
|
+
"deprecated": true,
|
|
109
117
|
"parameters": [
|
|
110
118
|
{
|
|
111
119
|
"in": "path",
|
|
@@ -122,6 +130,7 @@
|
|
|
122
130
|
},
|
|
123
131
|
"delete": {
|
|
124
132
|
"operationId": "deleteManifest",
|
|
133
|
+
"deprecated": true,
|
|
125
134
|
"parameters": [
|
|
126
135
|
{
|
|
127
136
|
"in": "path",
|
package/dist/openapi.d.ts
CHANGED
|
@@ -63,6 +63,12 @@ declare namespace Components {
|
|
|
63
63
|
updated_at?: string; // date-time
|
|
64
64
|
created_by?: CallerIdentity;
|
|
65
65
|
updated_by?: CallerIdentity;
|
|
66
|
+
installation_job_ids?: /**
|
|
67
|
+
* ID of a job
|
|
68
|
+
* example:
|
|
69
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
70
|
+
*/
|
|
71
|
+
BlueprintJobID[];
|
|
66
72
|
source_type: "app";
|
|
67
73
|
resources?: BlueprintResource[];
|
|
68
74
|
}
|
|
@@ -267,6 +273,12 @@ declare namespace Components {
|
|
|
267
273
|
updated_at?: string; // date-time
|
|
268
274
|
created_by?: CallerIdentity;
|
|
269
275
|
updated_by?: CallerIdentity;
|
|
276
|
+
installation_job_ids?: /**
|
|
277
|
+
* ID of a job
|
|
278
|
+
* example:
|
|
279
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
280
|
+
*/
|
|
281
|
+
BlueprintJobID[];
|
|
270
282
|
}
|
|
271
283
|
export interface CommonBlueprintJobFields {
|
|
272
284
|
id?: /**
|
|
@@ -496,6 +508,12 @@ declare namespace Components {
|
|
|
496
508
|
updated_at?: string; // date-time
|
|
497
509
|
created_by?: CallerIdentity;
|
|
498
510
|
updated_by?: CallerIdentity;
|
|
511
|
+
installation_job_ids?: /**
|
|
512
|
+
* ID of a job
|
|
513
|
+
* example:
|
|
514
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
515
|
+
*/
|
|
516
|
+
BlueprintJobID[];
|
|
499
517
|
resources?: BlueprintResource[];
|
|
500
518
|
source_type: "custom";
|
|
501
519
|
}
|
|
@@ -541,6 +559,12 @@ declare namespace Components {
|
|
|
541
559
|
updated_at?: string; // date-time
|
|
542
560
|
created_by?: CallerIdentity;
|
|
543
561
|
updated_by?: CallerIdentity;
|
|
562
|
+
installation_job_ids?: /**
|
|
563
|
+
* ID of a job
|
|
564
|
+
* example:
|
|
565
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
566
|
+
*/
|
|
567
|
+
BlueprintJobID[];
|
|
544
568
|
source_type: "deploy";
|
|
545
569
|
resources?: BlueprintResource[];
|
|
546
570
|
}
|
|
@@ -586,6 +610,12 @@ declare namespace Components {
|
|
|
586
610
|
updated_at?: string; // date-time
|
|
587
611
|
created_by?: CallerIdentity;
|
|
588
612
|
updated_by?: CallerIdentity;
|
|
613
|
+
installation_job_ids?: /**
|
|
614
|
+
* ID of a job
|
|
615
|
+
* example:
|
|
616
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
617
|
+
*/
|
|
618
|
+
BlueprintJobID[];
|
|
589
619
|
source_type: "file";
|
|
590
620
|
resources?: BlueprintResource[];
|
|
591
621
|
}
|
|
@@ -1152,6 +1182,12 @@ declare namespace Components {
|
|
|
1152
1182
|
updated_at?: string; // date-time
|
|
1153
1183
|
created_by?: CallerIdentity;
|
|
1154
1184
|
updated_by?: CallerIdentity;
|
|
1185
|
+
installation_job_ids?: /**
|
|
1186
|
+
* ID of a job
|
|
1187
|
+
* example:
|
|
1188
|
+
* c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341
|
|
1189
|
+
*/
|
|
1190
|
+
BlueprintJobID[];
|
|
1155
1191
|
/**
|
|
1156
1192
|
* URL to the blueprint documentation
|
|
1157
1193
|
*/
|
|
@@ -1235,7 +1271,7 @@ declare namespace Components {
|
|
|
1235
1271
|
/**
|
|
1236
1272
|
* Type of the resource
|
|
1237
1273
|
*/
|
|
1238
|
-
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" | "
|
|
1274
|
+
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" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target";
|
|
1239
1275
|
export interface ResourceReplacement {
|
|
1240
1276
|
/**
|
|
1241
1277
|
* Original resource ID to be replaced
|
package/dist/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Blueprint Manifest API",
|
|
5
|
-
"version": "3.2.
|
|
5
|
+
"version": "3.2.2",
|
|
6
6
|
"description": "Service to create and install Blueprint Manifest files"
|
|
7
7
|
},
|
|
8
8
|
"tags": [
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"operationId": "getJob",
|
|
51
51
|
"summary": "getJob",
|
|
52
52
|
"description": "Get the current status of a blueprint (export or import)",
|
|
53
|
+
"deprecated": true,
|
|
53
54
|
"tags": [
|
|
54
55
|
"Jobs"
|
|
55
56
|
],
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"operationId": "createExport",
|
|
78
79
|
"summary": "createExport",
|
|
79
80
|
"description": "Creates a new Export Job with a list of available resources to export from the passed root resource.\n\nMultiple root resources can be added by calling this multiple times with the same jobId\n",
|
|
81
|
+
"deprecated": true,
|
|
80
82
|
"tags": [
|
|
81
83
|
"Export"
|
|
82
84
|
],
|
|
@@ -152,6 +154,7 @@
|
|
|
152
154
|
"operationId": "exportManifest",
|
|
153
155
|
"summary": "exportManifest",
|
|
154
156
|
"description": "Triggers exporting a manifest file using selected resoruce ids for a job created with `createExportJob`",
|
|
157
|
+
"deprecated": true,
|
|
155
158
|
"tags": [
|
|
156
159
|
"Export"
|
|
157
160
|
],
|
|
@@ -297,6 +300,7 @@
|
|
|
297
300
|
"operationId": "createPlan",
|
|
298
301
|
"summary": "createPlan",
|
|
299
302
|
"description": "Creates a new import job from an uploaded manifest file and returns the plan.\n\nCreates an updated plan for an installed manifest when `manifest_id` is passed\n",
|
|
303
|
+
"deprecated": true,
|
|
300
304
|
"tags": [
|
|
301
305
|
"Import"
|
|
302
306
|
],
|
|
@@ -501,6 +505,7 @@
|
|
|
501
505
|
"operationId": "applyPlan",
|
|
502
506
|
"summary": "applyPlan",
|
|
503
507
|
"description": "Apply a plan returned by `createPlan`.",
|
|
508
|
+
"deprecated": true,
|
|
504
509
|
"tags": [
|
|
505
510
|
"Import"
|
|
506
511
|
],
|
|
@@ -558,6 +563,7 @@
|
|
|
558
563
|
"operationId": "listInstalledManifests",
|
|
559
564
|
"summary": "listInstalledManifests",
|
|
560
565
|
"description": "List Blueprint Manifests installed to the organization",
|
|
566
|
+
"deprecated": true,
|
|
561
567
|
"tags": [
|
|
562
568
|
"Manifests"
|
|
563
569
|
],
|
|
@@ -592,6 +598,7 @@
|
|
|
592
598
|
"operationId": "getManifest",
|
|
593
599
|
"summary": "getManifest",
|
|
594
600
|
"description": "Get installed Manifest by ID",
|
|
601
|
+
"deprecated": true,
|
|
595
602
|
"tags": [
|
|
596
603
|
"Manifests"
|
|
597
604
|
],
|
|
@@ -622,6 +629,7 @@
|
|
|
622
629
|
"operationId": "updateManifest",
|
|
623
630
|
"summary": "updateManifest",
|
|
624
631
|
"description": "Update an installed manifest\n",
|
|
632
|
+
"deprecated": true,
|
|
625
633
|
"tags": [
|
|
626
634
|
"Manifests"
|
|
627
635
|
],
|
|
@@ -661,6 +669,7 @@
|
|
|
661
669
|
"operationId": "deleteManifest",
|
|
662
670
|
"summary": "deleteManifest",
|
|
663
671
|
"description": "Remove installed manifest from the org\n\nNote that this does not delete the installed resources of the Manifest!\n",
|
|
672
|
+
"deprecated": true,
|
|
664
673
|
"tags": [
|
|
665
674
|
"Manifests"
|
|
666
675
|
],
|
|
@@ -1640,6 +1649,12 @@
|
|
|
1640
1649
|
},
|
|
1641
1650
|
"updated_by": {
|
|
1642
1651
|
"$ref": "#/components/schemas/CallerIdentity"
|
|
1652
|
+
},
|
|
1653
|
+
"installation_job_ids": {
|
|
1654
|
+
"type": "array",
|
|
1655
|
+
"items": {
|
|
1656
|
+
"$ref": "#/components/schemas/BlueprintJobID"
|
|
1657
|
+
}
|
|
1643
1658
|
}
|
|
1644
1659
|
},
|
|
1645
1660
|
"required": [
|
|
@@ -2108,6 +2123,8 @@
|
|
|
2108
2123
|
"journey",
|
|
2109
2124
|
"product",
|
|
2110
2125
|
"price",
|
|
2126
|
+
"product_recommendation",
|
|
2127
|
+
"coupon",
|
|
2111
2128
|
"tax",
|
|
2112
2129
|
"automation_flow",
|
|
2113
2130
|
"entity_mapping",
|
|
@@ -2124,13 +2141,12 @@
|
|
|
2124
2141
|
"webhook",
|
|
2125
2142
|
"dashboard",
|
|
2126
2143
|
"custom_variable",
|
|
2127
|
-
"coupon",
|
|
2128
|
-
"product_recommendation",
|
|
2129
2144
|
"usergroup",
|
|
2130
2145
|
"saved_view",
|
|
2131
2146
|
"app",
|
|
2132
2147
|
"role",
|
|
2133
|
-
"portal_config"
|
|
2148
|
+
"portal_config",
|
|
2149
|
+
"target"
|
|
2134
2150
|
]
|
|
2135
2151
|
},
|
|
2136
2152
|
"PlanChanges": {
|