@epilot/sdk 2.2.7 → 2.3.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/README.md +3 -2
- package/definitions/automation-runtime.json +1 -1
- package/definitions/automation.json +209 -0
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +1279 -150
- package/definitions/data-governance-runtime.json +1 -0
- package/definitions/data-governance.json +1126 -0
- package/definitions/deduplication-runtime.json +1 -1
- package/definitions/deduplication.json +135 -4
- package/definitions/design-runtime.json +1 -1
- package/definitions/design.json +103 -57
- package/definitions/email-settings-runtime.json +1 -1
- package/definitions/email-settings.json +29 -0
- package/definitions/entity.json +44 -2
- package/definitions/{erp-integration-runtime.json → integration-toolkit-runtime.json} +1 -1
- package/definitions/{erp-integration.json → integration-toolkit.json} +76 -5
- package/definitions/journey.json +9 -0
- package/definitions/message-runtime.json +1 -1
- package/definitions/message.json +202 -0
- package/definitions/sharing-runtime.json +1 -0
- package/definitions/sharing.json +956 -0
- package/definitions/template-variables.json +12 -4
- package/definitions/user.json +52 -0
- package/definitions/workflow-definition.json +15 -1
- package/definitions/workflow-runtime.json +1 -1
- package/definitions/workflow.json +102 -0
- package/dist/README-KX4XC2HB.js +7 -0
- package/dist/README-PTYV6PQI.cjs +7 -0
- package/dist/{_index-NWNYWBIF.js → _index-CLT2KTVS.js} +9 -6
- package/dist/{_index-ONGE545F.cjs → _index-O7JDGRSE.cjs} +8 -5
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +8 -8
- package/dist/apis/automation.d.cts +2 -2
- package/dist/apis/automation.d.ts +2 -2
- package/dist/apis/automation.js +2 -2
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +38 -0
- package/dist/apis/{data-management.d.cts → data-governance.d.cts} +5 -5
- package/dist/apis/{data-management.d.ts → data-governance.d.ts} +5 -5
- package/dist/apis/{data-management.js → data-governance.js} +10 -10
- package/dist/apis/deduplication.cjs +8 -8
- package/dist/apis/deduplication.d.cts +2 -2
- package/dist/apis/deduplication.d.ts +2 -2
- package/dist/apis/deduplication.js +2 -2
- package/dist/apis/design.cjs +8 -8
- package/dist/apis/design.d.cts +2 -2
- package/dist/apis/design.d.ts +2 -2
- package/dist/apis/design.js +2 -2
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +8 -8
- package/dist/apis/email-settings.d.cts +2 -2
- package/dist/apis/email-settings.d.ts +2 -2
- package/dist/apis/email-settings.js +2 -2
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.d.cts +2 -2
- package/dist/apis/entity.d.ts +2 -2
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/erp-integration.cjs +6 -6
- package/dist/apis/erp-integration.d.cts +5755 -3
- package/dist/apis/erp-integration.d.ts +5755 -3
- package/dist/apis/erp-integration.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +38 -0
- package/dist/apis/integration-toolkit.d.cts +18 -0
- package/dist/apis/integration-toolkit.d.ts +18 -0
- package/dist/apis/integration-toolkit.js +38 -0
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.d.cts +2 -2
- package/dist/apis/journey.d.ts +2 -2
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +8 -8
- package/dist/apis/message.d.cts +2 -2
- package/dist/apis/message.d.ts +2 -2
- package/dist/apis/message.js +2 -2
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +38 -0
- package/dist/apis/sharing.d.cts +18 -0
- package/dist/apis/sharing.d.ts +18 -0
- package/dist/apis/sharing.js +38 -0
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.d.cts +2 -2
- package/dist/apis/template-variables.d.ts +2 -2
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.d.cts +2 -2
- package/dist/apis/user.d.ts +2 -2
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.d.cts +2 -2
- package/dist/apis/workflow-definition.d.ts +2 -2
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +8 -8
- package/dist/apis/workflow.d.cts +2 -2
- package/dist/apis/workflow.d.ts +2 -2
- package/dist/apis/workflow.js +2 -2
- package/dist/automation-GFNNLSIN.js +7 -0
- package/dist/automation-IOCVCTKR.cjs +7 -0
- package/dist/{automation-runtime-YBGGE5PL.cjs → automation-runtime-DO5QSGJJ.cjs} +2 -2
- package/dist/{automation-runtime-L5UKEFLA.js → automation-runtime-VP4M7Z4R.js} +1 -1
- package/dist/{automation.d-D7BzN7Gq.d.cts → automation.d-CzhG2m4L.d.cts} +353 -3
- package/dist/{automation.d-D7BzN7Gq.d.ts → automation.d-CzhG2m4L.d.ts} +353 -3
- package/dist/blueprint-manifest-ELK4SGN7.js +7 -0
- package/dist/blueprint-manifest-VBOWPK52.cjs +7 -0
- package/dist/{blueprint-manifest-runtime-2RTW5C52.js → blueprint-manifest-runtime-E2FN43TB.js} +1 -1
- package/dist/{blueprint-manifest-runtime-AF3FIDVX.cjs → blueprint-manifest-runtime-G4UK5VEX.cjs} +2 -2
- package/dist/{blueprint-manifest.d-DECw6HdM.d.cts → blueprint-manifest.d-BGrGU787.d.cts} +712 -22
- package/dist/{blueprint-manifest.d-DECw6HdM.d.ts → blueprint-manifest.d-BGrGU787.d.ts} +712 -22
- package/dist/chunk-5APJZUIH.cjs +14 -0
- package/dist/chunk-5ED7FB3Q.js +14 -0
- package/dist/{chunk-UNCVJH6J.cjs → chunk-77JS7NDM.cjs} +1 -1
- package/dist/{chunk-6UAS2VVG.js → chunk-DLYPVF4U.js} +1 -1
- package/dist/chunk-DVM27A7E.cjs +14 -0
- package/dist/{chunk-3NLMZLCD.js → chunk-EFWPEVXI.js} +1 -1
- package/dist/chunk-EIIIKDOJ.cjs +14 -0
- package/dist/{chunk-HAZ3WP7V.cjs → chunk-IAHSYVYB.cjs} +1 -1
- package/dist/chunk-JTFWOEZF.cjs +14 -0
- package/dist/{chunk-A67W5WAP.cjs → chunk-KEI3GHDY.cjs} +1 -1
- package/dist/chunk-KIWRGUKM.js +14 -0
- package/dist/{chunk-PSQMDY3B.js → chunk-KQKBSWGI.js} +1 -1
- package/dist/chunk-NPDSA7T2.js +14 -0
- package/dist/{chunk-ZI33AJQ5.cjs → chunk-QNZPOA54.cjs} +1 -1
- package/dist/{chunk-BN6EJPDC.js → chunk-QSEIJWJW.js} +31 -26
- package/dist/{chunk-VUVWHQMP.cjs → chunk-TKTSGA7G.cjs} +31 -26
- package/dist/chunk-TZQFJ5GX.cjs +14 -0
- package/dist/chunk-U4PUHKZC.js +14 -0
- package/dist/chunk-VPDA5SAH.js +14 -0
- package/dist/chunk-WT26LFC2.js +14 -0
- package/dist/{chunk-3YSEO476.js → chunk-X2SC4GW5.js} +1 -1
- package/dist/chunk-ZL6KDJFT.cjs +14 -0
- package/dist/data-governance-2U5UU4GM.cjs +7 -0
- package/dist/data-governance-36Y33JVG.js +7 -0
- package/dist/{data-management-W5JQGGGH.js → data-governance-PLS5TJ7Z.js} +3 -3
- package/dist/{data-management-XFSRLFYA.cjs → data-governance-ZJ2K4ZWX.cjs} +3 -3
- package/dist/data-governance-runtime-LITKCNSG.js +5 -0
- package/dist/{data-management-runtime-J5IS7T47.cjs → data-governance-runtime-TDGFG67G.cjs} +2 -2
- package/dist/data-governance.d-BbZ466j5.d.cts +1178 -0
- package/dist/data-governance.d-BbZ466j5.d.ts +1178 -0
- package/dist/deduplication-G2ZY4NMX.js +7 -0
- package/dist/deduplication-PKKTZAEA.cjs +7 -0
- package/dist/{deduplication-runtime-BBHG7MJW.cjs → deduplication-runtime-5QS6I4S7.cjs} +2 -2
- package/dist/{deduplication-runtime-DLGBF4RN.js → deduplication-runtime-VL4R2VIG.js} +1 -1
- package/dist/deduplication.d-D5GYddVu.d.cts +218 -0
- package/dist/deduplication.d-D5GYddVu.d.ts +218 -0
- package/dist/design-NISDHPFD.cjs +7 -0
- package/dist/design-WL4AZIGX.js +7 -0
- package/dist/design-runtime-OXEXKZVG.cjs +5 -0
- package/dist/{design-runtime-3SKJA7QH.js → design-runtime-QMJM4FAF.js} +1 -1
- package/dist/{design.d-eA-irKEX.d.ts → design.d-DTo29S0F.d.cts} +142 -15
- package/dist/{design.d-eA-irKEX.d.cts → design.d-DTo29S0F.d.ts} +142 -15
- package/dist/email-settings-CKFJU4WZ.js +7 -0
- package/dist/email-settings-NQJJKS2P.cjs +7 -0
- package/dist/{email-settings-runtime-Q2HVKJDS.js → email-settings-runtime-EGIJ2AVQ.js} +1 -1
- package/dist/{email-settings-runtime-3NJIAWWI.cjs → email-settings-runtime-WGVLI7N6.cjs} +2 -2
- package/dist/{email-settings.d-DUvmLZMN.d.ts → email-settings.d-B7Q_xT25.d.cts} +29 -2
- package/dist/{email-settings.d-DUvmLZMN.d.cts → email-settings.d-B7Q_xT25.d.ts} +29 -2
- package/dist/entity-CK76MXVN.js +7 -0
- package/dist/entity-TFMH5VTZ.cjs +7 -0
- package/dist/{entity.d-__Tx1Y0J.d.cts → entity.d-ByufVI16.d.cts} +40 -1
- package/dist/{entity.d-__Tx1Y0J.d.ts → entity.d-ByufVI16.d.ts} +40 -1
- package/dist/erp-integration-PAVHSUDM.cjs +7 -0
- package/dist/erp-integration-SBQJ6HEG.js +7 -0
- package/dist/index.cjs +67 -40
- package/dist/index.d.cts +36 -34
- package/dist/index.d.ts +36 -34
- package/dist/index.js +54 -27
- package/dist/integration-toolkit-FRPFOYT2.js +7 -0
- package/dist/integration-toolkit-VNMDI55O.cjs +7 -0
- package/dist/integration-toolkit-runtime-5KG3LGXF.cjs +5 -0
- package/dist/integration-toolkit-runtime-LYHFVIRW.js +5 -0
- package/dist/{erp-integration.d-B4XPU_j-.d.cts → integration-toolkit.d-Ry-KC9ow.d.cts} +69 -3
- package/dist/{erp-integration.d-B4XPU_j-.d.ts → integration-toolkit.d-Ry-KC9ow.d.ts} +69 -3
- package/dist/journey-KDR5EU3W.js +7 -0
- package/dist/journey-REBN4TGQ.cjs +7 -0
- package/dist/{journey.d-BguKXj73.d.cts → journey.d-ClXO0xK8.d.cts} +8 -0
- package/dist/{journey.d-BguKXj73.d.ts → journey.d-ClXO0xK8.d.ts} +8 -0
- package/dist/message-HCA2KSH6.js +7 -0
- package/dist/message-J2SFQJNB.cjs +7 -0
- package/dist/{message-runtime-ITR7MPKT.cjs → message-runtime-CGFCT6FU.cjs} +2 -2
- package/dist/{message-runtime-YMKW2N3R.js → message-runtime-XDCFFLYK.js} +1 -1
- package/dist/{message.d-YEv1kmQd.d.cts → message.d-D3QUkBjg.d.cts} +230 -4
- package/dist/{message.d-YEv1kmQd.d.ts → message.d-D3QUkBjg.d.ts} +230 -4
- package/dist/sharing-KEWK5LNG.js +976 -0
- package/dist/sharing-MNDABPL7.js +7 -0
- package/dist/sharing-MR7ANOST.cjs +7 -0
- package/dist/sharing-WG4L7LH2.cjs +976 -0
- package/dist/sharing-runtime-OZGIZWL3.js +5 -0
- package/dist/sharing-runtime-VOFLBIFW.cjs +5 -0
- package/dist/sharing.d-sOXq-gtz.d.cts +571 -0
- package/dist/sharing.d-sOXq-gtz.d.ts +571 -0
- package/dist/{template-variables-VKDJJZUT.js → template-variables-6CLOG67C.js} +13 -0
- package/dist/{template-variables-OAYS2E3G.cjs → template-variables-I72B5WS6.cjs} +13 -0
- package/dist/{template-variables.d-Ch3H3zYf.d.cts → template-variables.d-Ble9TSBa.d.cts} +8 -2
- package/dist/{template-variables.d-Ch3H3zYf.d.ts → template-variables.d-Ble9TSBa.d.ts} +8 -2
- package/dist/user-7ZN2XO7G.cjs +7 -0
- package/dist/user-ZK7BK6VY.js +7 -0
- package/dist/{user.d-CXqM751M.d.cts → user.d-D18fe97W.d.cts} +75 -3
- package/dist/{user.d-CXqM751M.d.ts → user.d-D18fe97W.d.ts} +75 -3
- package/dist/workflow-CQOBZ25C.cjs +7 -0
- package/dist/workflow-G7VFCXY7.js +7 -0
- package/dist/workflow-definition-CVBYKAUY.cjs +7 -0
- package/dist/workflow-definition-GNAKDNG7.js +7 -0
- package/dist/{workflow-definition.d-CtmE-ymB.d.cts → workflow-definition.d-ByCJK9_x.d.cts} +16 -0
- package/dist/{workflow-definition.d-CtmE-ymB.d.ts → workflow-definition.d-ByCJK9_x.d.ts} +16 -0
- package/dist/{workflow-runtime-RLZO2OQB.js → workflow-runtime-DNTQDYPQ.js} +1 -1
- package/dist/{workflow-runtime-WCJ7NRTH.cjs → workflow-runtime-VKFESVFX.cjs} +2 -2
- package/dist/{workflow.d-DvhTpEtU.d.cts → workflow.d-pD8ISOg-.d.cts} +73 -1
- package/dist/{workflow.d-DvhTpEtU.d.ts → workflow.d-pD8ISOg-.d.ts} +73 -1
- package/docs/automation.md +141 -15
- package/docs/blueprint-manifest.md +854 -55
- package/docs/{data-management.md → data-governance.md} +113 -28
- package/docs/deduplication.md +122 -0
- package/docs/design.md +140 -82
- package/docs/email-settings.md +22 -0
- package/docs/entity.md +17 -0
- package/docs/erp-integration.md +21 -6
- package/docs/integration-toolkit.md +6048 -0
- package/docs/journey.md +6 -0
- package/docs/message.md +110 -1
- package/docs/sharing.md +1181 -0
- package/docs/template-variables.md +13 -0
- package/docs/user.md +62 -8
- package/docs/workflow-definition.md +28 -14
- package/docs/workflow.md +231 -30
- package/package.json +29 -17
- package/definitions/data-management-runtime.json +0 -1
- package/definitions/data-management.json +0 -978
- package/dist/README-6OOYWQYJ.cjs +0 -7
- package/dist/README-JUWX7KNV.js +0 -7
- package/dist/apis/data-management.cjs +0 -38
- package/dist/automation-3HGCK725.cjs +0 -7
- package/dist/automation-72VGEJCY.js +0 -7
- package/dist/blueprint-manifest-CXSCRQ5X.js +0 -7
- package/dist/blueprint-manifest-SHNZPK5O.cjs +0 -7
- package/dist/chunk-4BCQGZJB.cjs +0 -14
- package/dist/chunk-4G6LO3JY.cjs +0 -14
- package/dist/chunk-6GC363VV.js +0 -14
- package/dist/chunk-75ZWZM3L.js +0 -14
- package/dist/chunk-D32L2HMX.cjs +0 -14
- package/dist/chunk-O4JDWMYD.js +0 -14
- package/dist/chunk-RXMOHUBP.cjs +0 -14
- package/dist/chunk-ZKQ573B7.js +0 -14
- package/dist/data-management-3N3A3XBM.js +0 -7
- package/dist/data-management-YXFLQWLV.cjs +0 -7
- package/dist/data-management-runtime-DN7FGK7G.js +0 -5
- package/dist/data-management.d-BXS5jbJY.d.cts +0 -547
- package/dist/data-management.d-BXS5jbJY.d.ts +0 -547
- package/dist/deduplication-ECVAZVVA.cjs +0 -7
- package/dist/deduplication-GYIST22B.js +0 -7
- package/dist/deduplication.d-w_2aJD5f.d.cts +0 -113
- package/dist/deduplication.d-w_2aJD5f.d.ts +0 -113
- package/dist/design-KUVXMFFK.cjs +0 -7
- package/dist/design-YKBXRW5C.js +0 -7
- package/dist/design-runtime-Y3VGTQLP.cjs +0 -5
- package/dist/email-settings-EJ3DCPPN.js +0 -7
- package/dist/email-settings-TALOPLBC.cjs +0 -7
- package/dist/entity-M5F22DSS.cjs +0 -7
- package/dist/entity-RT4YRZDG.js +0 -7
- package/dist/erp-integration-76K5HOGL.js +0 -7
- package/dist/erp-integration-A33WOGPF.cjs +0 -7
- package/dist/journey-HKN7QXCZ.cjs +0 -7
- package/dist/journey-UBZCOJNW.js +0 -7
- package/dist/message-3XZLJR6R.cjs +0 -7
- package/dist/message-ZNMCS5YH.js +0 -7
- package/dist/user-EIEOI3OG.js +0 -7
- package/dist/user-NJJ7XVKB.cjs +0 -7
- package/dist/workflow-3LLURW3H.js +0 -7
- package/dist/workflow-RAGQDYXT.cjs +0 -7
- package/dist/workflow-definition-MBOMPMCG.js +0 -7
- package/dist/workflow-definition-SPAHD3HS.cjs +0 -7
|
@@ -38,6 +38,7 @@ const { data } = await blueprintManifestClient.getJob(...)
|
|
|
38
38
|
- [`updateBlueprint`](#updateblueprint)
|
|
39
39
|
- [`deleteBlueprint`](#deleteblueprint)
|
|
40
40
|
- [`validateBlueprint`](#validateblueprint)
|
|
41
|
+
- [`verifyBlueprint`](#verifyblueprint)
|
|
41
42
|
- [`exportBlueprint`](#exportblueprint)
|
|
42
43
|
- [`listMarketplaceSlugs`](#listmarketplaceslugs)
|
|
43
44
|
- [`publishBlueprint`](#publishblueprint)
|
|
@@ -56,6 +57,19 @@ const { data } = await blueprintManifestClient.getJob(...)
|
|
|
56
57
|
- [`continueInstallationJob`](#continueinstallationjob)
|
|
57
58
|
- [`cancelBlueprintJob`](#cancelblueprintjob)
|
|
58
59
|
|
|
60
|
+
**Marketplace Listings**
|
|
61
|
+
- [`createMarketplaceListing`](#createmarketplacelisting)
|
|
62
|
+
- [`getMarketplaceListing`](#getmarketplacelisting)
|
|
63
|
+
- [`getMarketplaceListingById`](#getmarketplacelistingbyid)
|
|
64
|
+
- [`updateMarketplaceListing`](#updatemarketplacelisting)
|
|
65
|
+
- [`deleteMarketplaceListing`](#deletemarketplacelisting)
|
|
66
|
+
|
|
67
|
+
**Marketplace Listing Versions**
|
|
68
|
+
- [`createMarketplaceListingVersion`](#createmarketplacelistingversion)
|
|
69
|
+
- [`listMarketplaceListingVersions`](#listmarketplacelistingversions)
|
|
70
|
+
- [`updateMarketplaceListingVersion`](#updatemarketplacelistingversion)
|
|
71
|
+
- [`publishMarketplaceListingVersion`](#publishmarketplacelistingversion)
|
|
72
|
+
|
|
59
73
|
**Schemas**
|
|
60
74
|
- [`BlueprintID`](#blueprintid)
|
|
61
75
|
- [`BlueprintResourceID`](#blueprintresourceid)
|
|
@@ -76,6 +90,10 @@ const { data } = await blueprintManifestClient.getJob(...)
|
|
|
76
90
|
- [`BlueprintJob`](#blueprintjob)
|
|
77
91
|
- [`BlueprintDependenciesSyncJob`](#blueprintdependenciessyncjob)
|
|
78
92
|
- [`BlueprintValidateJob`](#blueprintvalidatejob)
|
|
93
|
+
- [`BlueprintVerificationJob`](#blueprintverificationjob)
|
|
94
|
+
- [`VerificationSummary`](#verificationsummary)
|
|
95
|
+
- [`ResourceVerificationResult`](#resourceverificationresult)
|
|
96
|
+
- [`FieldDiff`](#fielddiff)
|
|
79
97
|
- [`BlueprintJobEvent`](#blueprintjobevent)
|
|
80
98
|
- [`BlueprintInstallationJobOptions`](#blueprintinstallationjoboptions)
|
|
81
99
|
- [`ManifestID`](#manifestid)
|
|
@@ -106,6 +124,9 @@ const { data } = await blueprintManifestClient.getJob(...)
|
|
|
106
124
|
- [`SelectedResources`](#selectedresources)
|
|
107
125
|
- [`ResourceReplacement`](#resourcereplacement)
|
|
108
126
|
- [`PutManifestPayload`](#putmanifestpayload)
|
|
127
|
+
- [`MarketplaceListing`](#marketplacelisting)
|
|
128
|
+
- [`MarketplaceListingUpdate`](#marketplacelistingupdate)
|
|
129
|
+
- [`MarketplaceListingVersion`](#marketplacelistingversion)
|
|
109
130
|
|
|
110
131
|
### `uploadManifest`
|
|
111
132
|
|
|
@@ -173,7 +194,8 @@ const { data } = await client.listBlueprints({
|
|
|
173
194
|
"source_blueprint_id": "string",
|
|
174
195
|
"destination_org_id": "string",
|
|
175
196
|
"destination_blueprint_id": "string",
|
|
176
|
-
"triggered_at": "1970-01-01T00:00:00.000Z"
|
|
197
|
+
"triggered_at": "1970-01-01T00:00:00.000Z",
|
|
198
|
+
"note": "string"
|
|
177
199
|
}
|
|
178
200
|
],
|
|
179
201
|
"is_verified": true,
|
|
@@ -219,7 +241,7 @@ const { data } = await client.listBlueprints({
|
|
|
219
241
|
"impact_on_install_reason": ["string"]
|
|
220
242
|
}
|
|
221
243
|
],
|
|
222
|
-
"source_type": "
|
|
244
|
+
"source_type": "custom"
|
|
223
245
|
}
|
|
224
246
|
]
|
|
225
247
|
}
|
|
@@ -255,7 +277,8 @@ const { data } = await client.createBlueprint(
|
|
|
255
277
|
source_blueprint_id: 'string',
|
|
256
278
|
destination_org_id: 'string',
|
|
257
279
|
destination_blueprint_id: 'string',
|
|
258
|
-
triggered_at: '1970-01-01T00:00:00.000Z'
|
|
280
|
+
triggered_at: '1970-01-01T00:00:00.000Z',
|
|
281
|
+
note: 'string'
|
|
259
282
|
}
|
|
260
283
|
],
|
|
261
284
|
is_verified: true,
|
|
@@ -301,7 +324,7 @@ const { data } = await client.createBlueprint(
|
|
|
301
324
|
impact_on_install_reason: ['string']
|
|
302
325
|
}
|
|
303
326
|
],
|
|
304
|
-
source_type: '
|
|
327
|
+
source_type: 'custom'
|
|
305
328
|
},
|
|
306
329
|
)
|
|
307
330
|
```
|
|
@@ -325,7 +348,8 @@ const { data } = await client.createBlueprint(
|
|
|
325
348
|
"source_blueprint_id": "string",
|
|
326
349
|
"destination_org_id": "string",
|
|
327
350
|
"destination_blueprint_id": "string",
|
|
328
|
-
"triggered_at": "1970-01-01T00:00:00.000Z"
|
|
351
|
+
"triggered_at": "1970-01-01T00:00:00.000Z",
|
|
352
|
+
"note": "string"
|
|
329
353
|
}
|
|
330
354
|
],
|
|
331
355
|
"is_verified": true,
|
|
@@ -371,7 +395,7 @@ const { data } = await client.createBlueprint(
|
|
|
371
395
|
"impact_on_install_reason": ["string"]
|
|
372
396
|
}
|
|
373
397
|
],
|
|
374
|
-
"source_type": "
|
|
398
|
+
"source_type": "custom"
|
|
375
399
|
}
|
|
376
400
|
```
|
|
377
401
|
|
|
@@ -462,6 +486,10 @@ const { data } = await client.preInstallBlueprint(
|
|
|
462
486
|
"is_verified": true,
|
|
463
487
|
"docs_url": "string",
|
|
464
488
|
"recommended_apps": ["string"],
|
|
489
|
+
"required_features": {
|
|
490
|
+
"enabled": ["string"],
|
|
491
|
+
"disabled": ["string"]
|
|
492
|
+
},
|
|
465
493
|
"created_at": "1970-01-01T00:00:00.000Z",
|
|
466
494
|
"created_by": {
|
|
467
495
|
"name": "manifest@epilot.cloud",
|
|
@@ -524,6 +552,10 @@ const { data } = await client.getBlueprintPreview({
|
|
|
524
552
|
"is_verified": true,
|
|
525
553
|
"docs_url": "string",
|
|
526
554
|
"recommended_apps": ["string"],
|
|
555
|
+
"required_features": {
|
|
556
|
+
"enabled": ["string"],
|
|
557
|
+
"disabled": ["string"]
|
|
558
|
+
},
|
|
527
559
|
"created_at": "1970-01-01T00:00:00.000Z",
|
|
528
560
|
"created_by": {
|
|
529
561
|
"name": "manifest@epilot.cloud",
|
|
@@ -576,7 +608,8 @@ const { data } = await client.installBlueprint(
|
|
|
576
608
|
},
|
|
577
609
|
mode: 'simple',
|
|
578
610
|
source_blueprint_type: 'marketplace',
|
|
579
|
-
slug: 'string'
|
|
611
|
+
slug: 'string',
|
|
612
|
+
auto_enable_features: true
|
|
580
613
|
},
|
|
581
614
|
)
|
|
582
615
|
```
|
|
@@ -614,7 +647,8 @@ const { data } = await client.getBlueprint({
|
|
|
614
647
|
"source_blueprint_id": "string",
|
|
615
648
|
"destination_org_id": "string",
|
|
616
649
|
"destination_blueprint_id": "string",
|
|
617
|
-
"triggered_at": "1970-01-01T00:00:00.000Z"
|
|
650
|
+
"triggered_at": "1970-01-01T00:00:00.000Z",
|
|
651
|
+
"note": "string"
|
|
618
652
|
}
|
|
619
653
|
],
|
|
620
654
|
"is_verified": true,
|
|
@@ -660,7 +694,7 @@ const { data } = await client.getBlueprint({
|
|
|
660
694
|
"impact_on_install_reason": ["string"]
|
|
661
695
|
}
|
|
662
696
|
],
|
|
663
|
-
"source_type": "
|
|
697
|
+
"source_type": "custom"
|
|
664
698
|
}
|
|
665
699
|
```
|
|
666
700
|
|
|
@@ -696,7 +730,8 @@ const { data } = await client.updateBlueprint(
|
|
|
696
730
|
source_blueprint_id: 'string',
|
|
697
731
|
destination_org_id: 'string',
|
|
698
732
|
destination_blueprint_id: 'string',
|
|
699
|
-
triggered_at: '1970-01-01T00:00:00.000Z'
|
|
733
|
+
triggered_at: '1970-01-01T00:00:00.000Z',
|
|
734
|
+
note: 'string'
|
|
700
735
|
}
|
|
701
736
|
],
|
|
702
737
|
is_verified: true,
|
|
@@ -742,7 +777,7 @@ const { data } = await client.updateBlueprint(
|
|
|
742
777
|
impact_on_install_reason: ['string']
|
|
743
778
|
}
|
|
744
779
|
],
|
|
745
|
-
source_type: '
|
|
780
|
+
source_type: 'custom'
|
|
746
781
|
},
|
|
747
782
|
)
|
|
748
783
|
```
|
|
@@ -766,7 +801,8 @@ const { data } = await client.updateBlueprint(
|
|
|
766
801
|
"source_blueprint_id": "string",
|
|
767
802
|
"destination_org_id": "string",
|
|
768
803
|
"destination_blueprint_id": "string",
|
|
769
|
-
"triggered_at": "1970-01-01T00:00:00.000Z"
|
|
804
|
+
"triggered_at": "1970-01-01T00:00:00.000Z",
|
|
805
|
+
"note": "string"
|
|
770
806
|
}
|
|
771
807
|
],
|
|
772
808
|
"is_verified": true,
|
|
@@ -812,7 +848,7 @@ const { data } = await client.updateBlueprint(
|
|
|
812
848
|
"impact_on_install_reason": ["string"]
|
|
813
849
|
}
|
|
814
850
|
],
|
|
815
|
-
"source_type": "
|
|
851
|
+
"source_type": "custom"
|
|
816
852
|
}
|
|
817
853
|
```
|
|
818
854
|
|
|
@@ -851,7 +887,8 @@ const { data } = await client.deleteBlueprint({
|
|
|
851
887
|
"source_blueprint_id": "string",
|
|
852
888
|
"destination_org_id": "string",
|
|
853
889
|
"destination_blueprint_id": "string",
|
|
854
|
-
"triggered_at": "1970-01-01T00:00:00.000Z"
|
|
890
|
+
"triggered_at": "1970-01-01T00:00:00.000Z",
|
|
891
|
+
"note": "string"
|
|
855
892
|
}
|
|
856
893
|
],
|
|
857
894
|
"is_verified": true,
|
|
@@ -897,7 +934,7 @@ const { data } = await client.deleteBlueprint({
|
|
|
897
934
|
"impact_on_install_reason": ["string"]
|
|
898
935
|
}
|
|
899
936
|
],
|
|
900
|
-
"source_type": "
|
|
937
|
+
"source_type": "custom"
|
|
901
938
|
}
|
|
902
939
|
```
|
|
903
940
|
|
|
@@ -920,6 +957,31 @@ const { data } = await client.validateBlueprint({
|
|
|
920
957
|
|
|
921
958
|
---
|
|
922
959
|
|
|
960
|
+
### `verifyBlueprint`
|
|
961
|
+
|
|
962
|
+
Start a blueprint verification job. Compares resource configurations between a source org
|
|
963
|
+
and a destination org to verify that a sync/install was successful.
|
|
964
|
+
Returns 202 Accepted with job_id. Poll GET
|
|
965
|
+
|
|
966
|
+
`POST /v2/blueprint-manifest/blueprints/{blueprint_id}:verify`
|
|
967
|
+
|
|
968
|
+
```ts
|
|
969
|
+
const { data } = await client.verifyBlueprint(
|
|
970
|
+
{
|
|
971
|
+
blueprint_id: 'example',
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
source_org_id: 'string',
|
|
975
|
+
source_blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
|
|
976
|
+
destination_org_id: 'string',
|
|
977
|
+
destination_blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
|
|
978
|
+
source_auth_token: 'string'
|
|
979
|
+
},
|
|
980
|
+
)
|
|
981
|
+
```
|
|
982
|
+
|
|
983
|
+
---
|
|
984
|
+
|
|
923
985
|
### `exportBlueprint`
|
|
924
986
|
|
|
925
987
|
Kick off a new blueprint export job. Returns 202 Accepted with Location header pointing to the job resource.
|
|
@@ -960,6 +1022,7 @@ const { data } = await client.listMarketplaceSlugs()
|
|
|
960
1022
|
"results": [
|
|
961
1023
|
{
|
|
962
1024
|
"slug": "wallbox_b2c",
|
|
1025
|
+
"marketplace_slug": "wallbox-b2c",
|
|
963
1026
|
"version": "v1.0.0",
|
|
964
1027
|
"name": "Wallbox B2C",
|
|
965
1028
|
"installation_link": "https://portal.epilot.cloud/app/blueprints/install/marketplace/wallbox_b2c?s3Ref=https://example.com/blueprint.zip"
|
|
@@ -1643,6 +1706,524 @@ const { data } = await client.cancelBlueprintJob({
|
|
|
1643
1706
|
|
|
1644
1707
|
---
|
|
1645
1708
|
|
|
1709
|
+
### `createMarketplaceListing`
|
|
1710
|
+
|
|
1711
|
+
Create a marketplace listing for a blueprint. Returns 409 if one already exists.
|
|
1712
|
+
|
|
1713
|
+
`POST /v1/blueprints/{blueprint_id}/marketplace-listing`
|
|
1714
|
+
|
|
1715
|
+
```ts
|
|
1716
|
+
const { data } = await client.createMarketplaceListing(
|
|
1717
|
+
{
|
|
1718
|
+
blueprint_id: 'example',
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
name: 'string',
|
|
1722
|
+
slug: 'string'
|
|
1723
|
+
},
|
|
1724
|
+
)
|
|
1725
|
+
```
|
|
1726
|
+
|
|
1727
|
+
<details>
|
|
1728
|
+
<summary>Response</summary>
|
|
1729
|
+
|
|
1730
|
+
```json
|
|
1731
|
+
{
|
|
1732
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
1733
|
+
"blueprint_id": "string",
|
|
1734
|
+
"name": "string",
|
|
1735
|
+
"slug": "string",
|
|
1736
|
+
"logo": "string",
|
|
1737
|
+
"documentation_url": "string",
|
|
1738
|
+
"pricing_type": "free",
|
|
1739
|
+
"support_email": "string",
|
|
1740
|
+
"portal_description": "string",
|
|
1741
|
+
"teaser_name": "string",
|
|
1742
|
+
"teaser_short_description": "string",
|
|
1743
|
+
"teaser_thumbnail": "string",
|
|
1744
|
+
"details_page_title": "string",
|
|
1745
|
+
"details_page_description": "string",
|
|
1746
|
+
"details_page_hero_image": "string",
|
|
1747
|
+
"details_page_carousel": ["string"],
|
|
1748
|
+
"documentation_link": "string",
|
|
1749
|
+
"resources_section_description": "string",
|
|
1750
|
+
"resources_section_benefits_title": "string",
|
|
1751
|
+
"resources_section_benefits_list": "string",
|
|
1752
|
+
"resources_section_process_details": "string",
|
|
1753
|
+
"partner": "string",
|
|
1754
|
+
"partner_subtext": "string",
|
|
1755
|
+
"partner_logo": "string",
|
|
1756
|
+
"partner_website_link": "string",
|
|
1757
|
+
"last_updated_on": "string",
|
|
1758
|
+
"requires_customer_portal": true,
|
|
1759
|
+
"process_details_section_title": "string",
|
|
1760
|
+
"is_new_blueprint": true,
|
|
1761
|
+
"available_in": "string",
|
|
1762
|
+
"testimonials": ["string"],
|
|
1763
|
+
"installation_link": "string",
|
|
1764
|
+
"installation_slug": "string",
|
|
1765
|
+
"demo_form_link": "string",
|
|
1766
|
+
"order": 0,
|
|
1767
|
+
"categories": ["string"],
|
|
1768
|
+
"main_category": ["string"],
|
|
1769
|
+
"status": "draft",
|
|
1770
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1771
|
+
"updated_at": "1970-01-01T00:00:00.000Z"
|
|
1772
|
+
}
|
|
1773
|
+
```
|
|
1774
|
+
|
|
1775
|
+
</details>
|
|
1776
|
+
|
|
1777
|
+
---
|
|
1778
|
+
|
|
1779
|
+
### `getMarketplaceListing`
|
|
1780
|
+
|
|
1781
|
+
Get marketplace listing for a blueprint including all versions
|
|
1782
|
+
|
|
1783
|
+
`GET /v1/blueprints/{blueprint_id}/marketplace-listing`
|
|
1784
|
+
|
|
1785
|
+
```ts
|
|
1786
|
+
const { data } = await client.getMarketplaceListing({
|
|
1787
|
+
blueprint_id: 'example',
|
|
1788
|
+
})
|
|
1789
|
+
```
|
|
1790
|
+
|
|
1791
|
+
<details>
|
|
1792
|
+
<summary>Response</summary>
|
|
1793
|
+
|
|
1794
|
+
```json
|
|
1795
|
+
{
|
|
1796
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
1797
|
+
"blueprint_id": "string",
|
|
1798
|
+
"name": "string",
|
|
1799
|
+
"slug": "string",
|
|
1800
|
+
"logo": "string",
|
|
1801
|
+
"documentation_url": "string",
|
|
1802
|
+
"pricing_type": "free",
|
|
1803
|
+
"support_email": "string",
|
|
1804
|
+
"portal_description": "string",
|
|
1805
|
+
"teaser_name": "string",
|
|
1806
|
+
"teaser_short_description": "string",
|
|
1807
|
+
"teaser_thumbnail": "string",
|
|
1808
|
+
"details_page_title": "string",
|
|
1809
|
+
"details_page_description": "string",
|
|
1810
|
+
"details_page_hero_image": "string",
|
|
1811
|
+
"details_page_carousel": ["string"],
|
|
1812
|
+
"documentation_link": "string",
|
|
1813
|
+
"resources_section_description": "string",
|
|
1814
|
+
"resources_section_benefits_title": "string",
|
|
1815
|
+
"resources_section_benefits_list": "string",
|
|
1816
|
+
"resources_section_process_details": "string",
|
|
1817
|
+
"partner": "string",
|
|
1818
|
+
"partner_subtext": "string",
|
|
1819
|
+
"partner_logo": "string",
|
|
1820
|
+
"partner_website_link": "string",
|
|
1821
|
+
"last_updated_on": "string",
|
|
1822
|
+
"requires_customer_portal": true,
|
|
1823
|
+
"process_details_section_title": "string",
|
|
1824
|
+
"is_new_blueprint": true,
|
|
1825
|
+
"available_in": "string",
|
|
1826
|
+
"testimonials": ["string"],
|
|
1827
|
+
"installation_link": "string",
|
|
1828
|
+
"installation_slug": "string",
|
|
1829
|
+
"demo_form_link": "string",
|
|
1830
|
+
"order": 0,
|
|
1831
|
+
"categories": ["string"],
|
|
1832
|
+
"main_category": ["string"],
|
|
1833
|
+
"status": "draft",
|
|
1834
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1835
|
+
"updated_at": "1970-01-01T00:00:00.000Z",
|
|
1836
|
+
"versions": [
|
|
1837
|
+
{
|
|
1838
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
1839
|
+
"listing_id": "string",
|
|
1840
|
+
"status": "draft",
|
|
1841
|
+
"version_name": "string",
|
|
1842
|
+
"draft_label": "string",
|
|
1843
|
+
"update_note": "string",
|
|
1844
|
+
"resources": [
|
|
1845
|
+
{}
|
|
1846
|
+
],
|
|
1847
|
+
"required_features": ["string"],
|
|
1848
|
+
"recommended_apps": ["string"],
|
|
1849
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1850
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
"has_publishable_draft": true
|
|
1854
|
+
}
|
|
1855
|
+
```
|
|
1856
|
+
|
|
1857
|
+
</details>
|
|
1858
|
+
|
|
1859
|
+
---
|
|
1860
|
+
|
|
1861
|
+
### `getMarketplaceListingById`
|
|
1862
|
+
|
|
1863
|
+
Get marketplace listing by listing ID including all versions
|
|
1864
|
+
|
|
1865
|
+
`GET /v1/marketplace-listings/{listing_id}`
|
|
1866
|
+
|
|
1867
|
+
```ts
|
|
1868
|
+
const { data } = await client.getMarketplaceListingById({
|
|
1869
|
+
listing_id: 'example',
|
|
1870
|
+
})
|
|
1871
|
+
```
|
|
1872
|
+
|
|
1873
|
+
<details>
|
|
1874
|
+
<summary>Response</summary>
|
|
1875
|
+
|
|
1876
|
+
```json
|
|
1877
|
+
{
|
|
1878
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
1879
|
+
"blueprint_id": "string",
|
|
1880
|
+
"name": "string",
|
|
1881
|
+
"slug": "string",
|
|
1882
|
+
"logo": "string",
|
|
1883
|
+
"documentation_url": "string",
|
|
1884
|
+
"pricing_type": "free",
|
|
1885
|
+
"support_email": "string",
|
|
1886
|
+
"portal_description": "string",
|
|
1887
|
+
"teaser_name": "string",
|
|
1888
|
+
"teaser_short_description": "string",
|
|
1889
|
+
"teaser_thumbnail": "string",
|
|
1890
|
+
"details_page_title": "string",
|
|
1891
|
+
"details_page_description": "string",
|
|
1892
|
+
"details_page_hero_image": "string",
|
|
1893
|
+
"details_page_carousel": ["string"],
|
|
1894
|
+
"documentation_link": "string",
|
|
1895
|
+
"resources_section_description": "string",
|
|
1896
|
+
"resources_section_benefits_title": "string",
|
|
1897
|
+
"resources_section_benefits_list": "string",
|
|
1898
|
+
"resources_section_process_details": "string",
|
|
1899
|
+
"partner": "string",
|
|
1900
|
+
"partner_subtext": "string",
|
|
1901
|
+
"partner_logo": "string",
|
|
1902
|
+
"partner_website_link": "string",
|
|
1903
|
+
"last_updated_on": "string",
|
|
1904
|
+
"requires_customer_portal": true,
|
|
1905
|
+
"process_details_section_title": "string",
|
|
1906
|
+
"is_new_blueprint": true,
|
|
1907
|
+
"available_in": "string",
|
|
1908
|
+
"testimonials": ["string"],
|
|
1909
|
+
"installation_link": "string",
|
|
1910
|
+
"installation_slug": "string",
|
|
1911
|
+
"demo_form_link": "string",
|
|
1912
|
+
"order": 0,
|
|
1913
|
+
"categories": ["string"],
|
|
1914
|
+
"main_category": ["string"],
|
|
1915
|
+
"status": "draft",
|
|
1916
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1917
|
+
"updated_at": "1970-01-01T00:00:00.000Z",
|
|
1918
|
+
"versions": [
|
|
1919
|
+
{
|
|
1920
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
1921
|
+
"listing_id": "string",
|
|
1922
|
+
"status": "draft",
|
|
1923
|
+
"version_name": "string",
|
|
1924
|
+
"draft_label": "string",
|
|
1925
|
+
"update_note": "string",
|
|
1926
|
+
"resources": [
|
|
1927
|
+
{}
|
|
1928
|
+
],
|
|
1929
|
+
"required_features": ["string"],
|
|
1930
|
+
"recommended_apps": ["string"],
|
|
1931
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1932
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"has_publishable_draft": true
|
|
1936
|
+
}
|
|
1937
|
+
```
|
|
1938
|
+
|
|
1939
|
+
</details>
|
|
1940
|
+
|
|
1941
|
+
---
|
|
1942
|
+
|
|
1943
|
+
### `updateMarketplaceListing`
|
|
1944
|
+
|
|
1945
|
+
Update listing-level fields
|
|
1946
|
+
|
|
1947
|
+
`PATCH /v1/marketplace-listings/{listing_id}`
|
|
1948
|
+
|
|
1949
|
+
```ts
|
|
1950
|
+
const { data } = await client.updateMarketplaceListing(
|
|
1951
|
+
{
|
|
1952
|
+
listing_id: 'example',
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
name: 'string',
|
|
1956
|
+
slug: 'string',
|
|
1957
|
+
logo: 'string',
|
|
1958
|
+
documentation_url: 'string',
|
|
1959
|
+
pricing_type: 'free',
|
|
1960
|
+
support_email: 'string',
|
|
1961
|
+
portal_description: 'string',
|
|
1962
|
+
teaser_name: 'string',
|
|
1963
|
+
teaser_short_description: 'string',
|
|
1964
|
+
teaser_thumbnail: 'string',
|
|
1965
|
+
details_page_title: 'string',
|
|
1966
|
+
details_page_description: 'string',
|
|
1967
|
+
details_page_hero_image: 'string',
|
|
1968
|
+
details_page_carousel: ['string'],
|
|
1969
|
+
documentation_link: 'string',
|
|
1970
|
+
resources_section_description: 'string',
|
|
1971
|
+
resources_section_benefits_title: 'string',
|
|
1972
|
+
resources_section_benefits_list: 'string',
|
|
1973
|
+
resources_section_process_details: 'string',
|
|
1974
|
+
partner: 'string',
|
|
1975
|
+
partner_subtext: 'string',
|
|
1976
|
+
partner_logo: 'string',
|
|
1977
|
+
partner_website_link: 'string',
|
|
1978
|
+
last_updated_on: 'string',
|
|
1979
|
+
requires_customer_portal: true,
|
|
1980
|
+
process_details_section_title: 'string',
|
|
1981
|
+
is_new_blueprint: true,
|
|
1982
|
+
available_in: 'string',
|
|
1983
|
+
testimonials: ['string'],
|
|
1984
|
+
installation_link: 'string',
|
|
1985
|
+
installation_slug: 'string',
|
|
1986
|
+
demo_form_link: 'string',
|
|
1987
|
+
order: 0,
|
|
1988
|
+
categories: ['string'],
|
|
1989
|
+
main_category: ['string']
|
|
1990
|
+
},
|
|
1991
|
+
)
|
|
1992
|
+
```
|
|
1993
|
+
|
|
1994
|
+
<details>
|
|
1995
|
+
<summary>Response</summary>
|
|
1996
|
+
|
|
1997
|
+
```json
|
|
1998
|
+
{
|
|
1999
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
2000
|
+
"blueprint_id": "string",
|
|
2001
|
+
"name": "string",
|
|
2002
|
+
"slug": "string",
|
|
2003
|
+
"logo": "string",
|
|
2004
|
+
"documentation_url": "string",
|
|
2005
|
+
"pricing_type": "free",
|
|
2006
|
+
"support_email": "string",
|
|
2007
|
+
"portal_description": "string",
|
|
2008
|
+
"teaser_name": "string",
|
|
2009
|
+
"teaser_short_description": "string",
|
|
2010
|
+
"teaser_thumbnail": "string",
|
|
2011
|
+
"details_page_title": "string",
|
|
2012
|
+
"details_page_description": "string",
|
|
2013
|
+
"details_page_hero_image": "string",
|
|
2014
|
+
"details_page_carousel": ["string"],
|
|
2015
|
+
"documentation_link": "string",
|
|
2016
|
+
"resources_section_description": "string",
|
|
2017
|
+
"resources_section_benefits_title": "string",
|
|
2018
|
+
"resources_section_benefits_list": "string",
|
|
2019
|
+
"resources_section_process_details": "string",
|
|
2020
|
+
"partner": "string",
|
|
2021
|
+
"partner_subtext": "string",
|
|
2022
|
+
"partner_logo": "string",
|
|
2023
|
+
"partner_website_link": "string",
|
|
2024
|
+
"last_updated_on": "string",
|
|
2025
|
+
"requires_customer_portal": true,
|
|
2026
|
+
"process_details_section_title": "string",
|
|
2027
|
+
"is_new_blueprint": true,
|
|
2028
|
+
"available_in": "string",
|
|
2029
|
+
"testimonials": ["string"],
|
|
2030
|
+
"installation_link": "string",
|
|
2031
|
+
"installation_slug": "string",
|
|
2032
|
+
"demo_form_link": "string",
|
|
2033
|
+
"order": 0,
|
|
2034
|
+
"categories": ["string"],
|
|
2035
|
+
"main_category": ["string"],
|
|
2036
|
+
"status": "draft",
|
|
2037
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
2038
|
+
"updated_at": "1970-01-01T00:00:00.000Z"
|
|
2039
|
+
}
|
|
2040
|
+
```
|
|
2041
|
+
|
|
2042
|
+
</details>
|
|
2043
|
+
|
|
2044
|
+
---
|
|
2045
|
+
|
|
2046
|
+
### `deleteMarketplaceListing`
|
|
2047
|
+
|
|
2048
|
+
Delete listing and all versions
|
|
2049
|
+
|
|
2050
|
+
`DELETE /v1/marketplace-listings/{listing_id}`
|
|
2051
|
+
|
|
2052
|
+
```ts
|
|
2053
|
+
const { data } = await client.deleteMarketplaceListing({
|
|
2054
|
+
listing_id: 'example',
|
|
2055
|
+
})
|
|
2056
|
+
```
|
|
2057
|
+
|
|
2058
|
+
---
|
|
2059
|
+
|
|
2060
|
+
### `createMarketplaceListingVersion`
|
|
2061
|
+
|
|
2062
|
+
Create a draft version; auto-snapshots resources, requiredFeatures, recommendedApps from current blueprint
|
|
2063
|
+
|
|
2064
|
+
`POST /v1/marketplace-listings/{listing_id}/versions`
|
|
2065
|
+
|
|
2066
|
+
```ts
|
|
2067
|
+
const { data } = await client.createMarketplaceListingVersion({
|
|
2068
|
+
listing_id: 'example',
|
|
2069
|
+
})
|
|
2070
|
+
```
|
|
2071
|
+
|
|
2072
|
+
<details>
|
|
2073
|
+
<summary>Response</summary>
|
|
2074
|
+
|
|
2075
|
+
```json
|
|
2076
|
+
{
|
|
2077
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
2078
|
+
"listing_id": "string",
|
|
2079
|
+
"status": "draft",
|
|
2080
|
+
"version_name": "string",
|
|
2081
|
+
"draft_label": "string",
|
|
2082
|
+
"update_note": "string",
|
|
2083
|
+
"resources": [
|
|
2084
|
+
{}
|
|
2085
|
+
],
|
|
2086
|
+
"required_features": ["string"],
|
|
2087
|
+
"recommended_apps": ["string"],
|
|
2088
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
2089
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
2090
|
+
}
|
|
2091
|
+
```
|
|
2092
|
+
|
|
2093
|
+
</details>
|
|
2094
|
+
|
|
2095
|
+
---
|
|
2096
|
+
|
|
2097
|
+
### `listMarketplaceListingVersions`
|
|
2098
|
+
|
|
2099
|
+
List all versions for a listing, newest first
|
|
2100
|
+
|
|
2101
|
+
`GET /v1/marketplace-listings/{listing_id}/versions`
|
|
2102
|
+
|
|
2103
|
+
```ts
|
|
2104
|
+
const { data } = await client.listMarketplaceListingVersions({
|
|
2105
|
+
listing_id: 'example',
|
|
2106
|
+
})
|
|
2107
|
+
```
|
|
2108
|
+
|
|
2109
|
+
<details>
|
|
2110
|
+
<summary>Response</summary>
|
|
2111
|
+
|
|
2112
|
+
```json
|
|
2113
|
+
{
|
|
2114
|
+
"versions": [
|
|
2115
|
+
{
|
|
2116
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
2117
|
+
"listing_id": "string",
|
|
2118
|
+
"status": "draft",
|
|
2119
|
+
"version_name": "string",
|
|
2120
|
+
"draft_label": "string",
|
|
2121
|
+
"update_note": "string",
|
|
2122
|
+
"resources": [
|
|
2123
|
+
{}
|
|
2124
|
+
],
|
|
2125
|
+
"required_features": ["string"],
|
|
2126
|
+
"recommended_apps": ["string"],
|
|
2127
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
2128
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
2129
|
+
}
|
|
2130
|
+
]
|
|
2131
|
+
}
|
|
2132
|
+
```
|
|
2133
|
+
|
|
2134
|
+
</details>
|
|
2135
|
+
|
|
2136
|
+
---
|
|
2137
|
+
|
|
2138
|
+
### `updateMarketplaceListingVersion`
|
|
2139
|
+
|
|
2140
|
+
Update updateNote, requiredFeatures, or recommendedApps on a draft version
|
|
2141
|
+
|
|
2142
|
+
`PATCH /v1/marketplace-listings/{listing_id}/versions/{version_id}`
|
|
2143
|
+
|
|
2144
|
+
```ts
|
|
2145
|
+
const { data } = await client.updateMarketplaceListingVersion(
|
|
2146
|
+
{
|
|
2147
|
+
listing_id: 'example',
|
|
2148
|
+
version_id: 'example',
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
update_note: 'string',
|
|
2152
|
+
required_features: ['string'],
|
|
2153
|
+
recommended_apps: ['string']
|
|
2154
|
+
},
|
|
2155
|
+
)
|
|
2156
|
+
```
|
|
2157
|
+
|
|
2158
|
+
<details>
|
|
2159
|
+
<summary>Response</summary>
|
|
2160
|
+
|
|
2161
|
+
```json
|
|
2162
|
+
{
|
|
2163
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
2164
|
+
"listing_id": "string",
|
|
2165
|
+
"status": "draft",
|
|
2166
|
+
"version_name": "string",
|
|
2167
|
+
"draft_label": "string",
|
|
2168
|
+
"update_note": "string",
|
|
2169
|
+
"resources": [
|
|
2170
|
+
{}
|
|
2171
|
+
],
|
|
2172
|
+
"required_features": ["string"],
|
|
2173
|
+
"recommended_apps": ["string"],
|
|
2174
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
2175
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
2176
|
+
}
|
|
2177
|
+
```
|
|
2178
|
+
|
|
2179
|
+
</details>
|
|
2180
|
+
|
|
2181
|
+
---
|
|
2182
|
+
|
|
2183
|
+
### `publishMarketplaceListingVersion`
|
|
2184
|
+
|
|
2185
|
+
Publish a draft version; archives the previous live version
|
|
2186
|
+
|
|
2187
|
+
`POST /v1/marketplace-listings/{listing_id}/versions/{version_id}/publish`
|
|
2188
|
+
|
|
2189
|
+
```ts
|
|
2190
|
+
const { data } = await client.publishMarketplaceListingVersion(
|
|
2191
|
+
{
|
|
2192
|
+
listing_id: 'example',
|
|
2193
|
+
version_id: 'example',
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
version_name: 'string',
|
|
2197
|
+
update_note: 'string'
|
|
2198
|
+
},
|
|
2199
|
+
)
|
|
2200
|
+
```
|
|
2201
|
+
|
|
2202
|
+
<details>
|
|
2203
|
+
<summary>Response</summary>
|
|
2204
|
+
|
|
2205
|
+
```json
|
|
2206
|
+
{
|
|
2207
|
+
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
|
2208
|
+
"listing_id": "string",
|
|
2209
|
+
"status": "draft",
|
|
2210
|
+
"version_name": "string",
|
|
2211
|
+
"draft_label": "string",
|
|
2212
|
+
"update_note": "string",
|
|
2213
|
+
"resources": [
|
|
2214
|
+
{}
|
|
2215
|
+
],
|
|
2216
|
+
"required_features": ["string"],
|
|
2217
|
+
"recommended_apps": ["string"],
|
|
2218
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
2219
|
+
"published_at": "1970-01-01T00:00:00.000Z"
|
|
2220
|
+
}
|
|
2221
|
+
```
|
|
2222
|
+
|
|
2223
|
+
</details>
|
|
2224
|
+
|
|
2225
|
+
---
|
|
2226
|
+
|
|
1646
2227
|
## Schemas
|
|
1647
2228
|
|
|
1648
2229
|
### `BlueprintID`
|
|
@@ -1679,6 +2260,7 @@ type CommonBlueprintFields = {
|
|
|
1679
2260
|
destination_org_id?: string
|
|
1680
2261
|
destination_blueprint_id?: string
|
|
1681
2262
|
triggered_at?: string // date-time
|
|
2263
|
+
note?: string
|
|
1682
2264
|
}>
|
|
1683
2265
|
is_verified?: boolean
|
|
1684
2266
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -1715,13 +2297,13 @@ type CommonBlueprintFields = {
|
|
|
1715
2297
|
type BlueprintResource = {
|
|
1716
2298
|
id: string
|
|
1717
2299
|
name?: string
|
|
1718
|
-
type: "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" | "notification_template"
|
|
2300
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
1719
2301
|
address?: string
|
|
1720
2302
|
is_root?: boolean
|
|
1721
2303
|
is_ready?: boolean
|
|
1722
2304
|
is_hidden?: boolean
|
|
1723
2305
|
is_disabled?: boolean
|
|
1724
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2306
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
1725
2307
|
parent_resource_ids?: string[]
|
|
1726
2308
|
depends_on_addresses?: string[]
|
|
1727
2309
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -1748,6 +2330,10 @@ type BlueprintPreview = {
|
|
|
1748
2330
|
is_verified: boolean
|
|
1749
2331
|
docs_url?: string
|
|
1750
2332
|
recommended_apps?: string[]
|
|
2333
|
+
required_features?: {
|
|
2334
|
+
enabled?: string[]
|
|
2335
|
+
disabled?: string[]
|
|
2336
|
+
}
|
|
1751
2337
|
created_at: string // date-time
|
|
1752
2338
|
created_by: {
|
|
1753
2339
|
name?: unknown
|
|
@@ -1759,13 +2345,13 @@ type BlueprintPreview = {
|
|
|
1759
2345
|
resources: Array<{
|
|
1760
2346
|
id: string
|
|
1761
2347
|
name?: string
|
|
1762
|
-
type: "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" | "notification_template"
|
|
2348
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
1763
2349
|
address?: string
|
|
1764
2350
|
is_root?: boolean
|
|
1765
2351
|
is_ready?: boolean
|
|
1766
2352
|
is_hidden?: boolean
|
|
1767
2353
|
is_disabled?: boolean
|
|
1768
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2354
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
1769
2355
|
parent_resource_ids?: string[]
|
|
1770
2356
|
depends_on_addresses?: string[]
|
|
1771
2357
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -1792,6 +2378,7 @@ type CustomBlueprint = {
|
|
|
1792
2378
|
destination_org_id?: string
|
|
1793
2379
|
destination_blueprint_id?: string
|
|
1794
2380
|
triggered_at?: string // date-time
|
|
2381
|
+
note?: string
|
|
1795
2382
|
}>
|
|
1796
2383
|
is_verified?: boolean
|
|
1797
2384
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -1822,19 +2409,19 @@ type CustomBlueprint = {
|
|
|
1822
2409
|
resources?: Array<{
|
|
1823
2410
|
id: string
|
|
1824
2411
|
name?: string
|
|
1825
|
-
type: "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" | "notification_template"
|
|
2412
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
1826
2413
|
address?: string
|
|
1827
2414
|
is_root?: boolean
|
|
1828
2415
|
is_ready?: boolean
|
|
1829
2416
|
is_hidden?: boolean
|
|
1830
2417
|
is_disabled?: boolean
|
|
1831
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2418
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
1832
2419
|
parent_resource_ids?: string[]
|
|
1833
2420
|
depends_on_addresses?: string[]
|
|
1834
2421
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
1835
2422
|
impact_on_install_reason?: string[]
|
|
1836
2423
|
}>
|
|
1837
|
-
source_type?:
|
|
2424
|
+
source_type?: "custom"
|
|
1838
2425
|
}
|
|
1839
2426
|
```
|
|
1840
2427
|
|
|
@@ -1856,6 +2443,7 @@ type FileBlueprint = {
|
|
|
1856
2443
|
destination_org_id?: string
|
|
1857
2444
|
destination_blueprint_id?: string
|
|
1858
2445
|
triggered_at?: string // date-time
|
|
2446
|
+
note?: string
|
|
1859
2447
|
}>
|
|
1860
2448
|
is_verified?: boolean
|
|
1861
2449
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -1883,17 +2471,17 @@ type FileBlueprint = {
|
|
|
1883
2471
|
disabled?: string[]
|
|
1884
2472
|
}
|
|
1885
2473
|
zip_file_name?: string
|
|
1886
|
-
source_type?:
|
|
2474
|
+
source_type?: "file"
|
|
1887
2475
|
resources?: Array<{
|
|
1888
2476
|
id: string
|
|
1889
2477
|
name?: string
|
|
1890
|
-
type: "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" | "notification_template"
|
|
2478
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
1891
2479
|
address?: string
|
|
1892
2480
|
is_root?: boolean
|
|
1893
2481
|
is_ready?: boolean
|
|
1894
2482
|
is_hidden?: boolean
|
|
1895
2483
|
is_disabled?: boolean
|
|
1896
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2484
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
1897
2485
|
parent_resource_ids?: string[]
|
|
1898
2486
|
depends_on_addresses?: string[]
|
|
1899
2487
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -1920,6 +2508,7 @@ type MarketplaceBlueprint = {
|
|
|
1920
2508
|
destination_org_id?: string
|
|
1921
2509
|
destination_blueprint_id?: string
|
|
1922
2510
|
triggered_at?: string // date-time
|
|
2511
|
+
note?: string
|
|
1923
2512
|
}>
|
|
1924
2513
|
is_verified?: boolean
|
|
1925
2514
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -1947,17 +2536,17 @@ type MarketplaceBlueprint = {
|
|
|
1947
2536
|
disabled?: string[]
|
|
1948
2537
|
}
|
|
1949
2538
|
zip_file_name?: string
|
|
1950
|
-
source_type?:
|
|
2539
|
+
source_type?: "marketplace"
|
|
1951
2540
|
resources?: Array<{
|
|
1952
2541
|
id: string
|
|
1953
2542
|
name?: string
|
|
1954
|
-
type: "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" | "notification_template"
|
|
2543
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
1955
2544
|
address?: string
|
|
1956
2545
|
is_root?: boolean
|
|
1957
2546
|
is_ready?: boolean
|
|
1958
2547
|
is_hidden?: boolean
|
|
1959
2548
|
is_disabled?: boolean
|
|
1960
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2549
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
1961
2550
|
parent_resource_ids?: string[]
|
|
1962
2551
|
depends_on_addresses?: string[]
|
|
1963
2552
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -2016,6 +2605,7 @@ type DeployedBlueprint = {
|
|
|
2016
2605
|
destination_org_id?: string
|
|
2017
2606
|
destination_blueprint_id?: string
|
|
2018
2607
|
triggered_at?: string // date-time
|
|
2608
|
+
note?: string
|
|
2019
2609
|
}>
|
|
2020
2610
|
is_verified?: boolean
|
|
2021
2611
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -2043,17 +2633,17 @@ type DeployedBlueprint = {
|
|
|
2043
2633
|
disabled?: string[]
|
|
2044
2634
|
}
|
|
2045
2635
|
zip_file_name?: string
|
|
2046
|
-
source_type?:
|
|
2636
|
+
source_type?: "deploy"
|
|
2047
2637
|
resources?: Array<{
|
|
2048
2638
|
id: string
|
|
2049
2639
|
name?: string
|
|
2050
|
-
type: "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" | "notification_template"
|
|
2640
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2051
2641
|
address?: string
|
|
2052
2642
|
is_root?: boolean
|
|
2053
2643
|
is_ready?: boolean
|
|
2054
2644
|
is_hidden?: boolean
|
|
2055
2645
|
is_disabled?: boolean
|
|
2056
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2646
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
2057
2647
|
parent_resource_ids?: string[]
|
|
2058
2648
|
depends_on_addresses?: string[]
|
|
2059
2649
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -2080,6 +2670,7 @@ type AppBlueprint = {
|
|
|
2080
2670
|
destination_org_id?: string
|
|
2081
2671
|
destination_blueprint_id?: string
|
|
2082
2672
|
triggered_at?: string // date-time
|
|
2673
|
+
note?: string
|
|
2083
2674
|
}>
|
|
2084
2675
|
is_verified?: boolean
|
|
2085
2676
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -2107,17 +2698,17 @@ type AppBlueprint = {
|
|
|
2107
2698
|
disabled?: string[]
|
|
2108
2699
|
}
|
|
2109
2700
|
zip_file_name?: string
|
|
2110
|
-
source_type?:
|
|
2701
|
+
source_type?: "app"
|
|
2111
2702
|
resources?: Array<{
|
|
2112
2703
|
id: string
|
|
2113
2704
|
name?: string
|
|
2114
|
-
type: "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" | "notification_template"
|
|
2705
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2115
2706
|
address?: string
|
|
2116
2707
|
is_root?: boolean
|
|
2117
2708
|
is_ready?: boolean
|
|
2118
2709
|
is_hidden?: boolean
|
|
2119
2710
|
is_disabled?: boolean
|
|
2120
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2711
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
2121
2712
|
parent_resource_ids?: string[]
|
|
2122
2713
|
depends_on_addresses?: string[]
|
|
2123
2714
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
@@ -2144,6 +2735,7 @@ type Blueprint = {
|
|
|
2144
2735
|
destination_org_id?: string
|
|
2145
2736
|
destination_blueprint_id?: string
|
|
2146
2737
|
triggered_at?: string // date-time
|
|
2738
|
+
note?: string
|
|
2147
2739
|
}>
|
|
2148
2740
|
is_verified?: boolean
|
|
2149
2741
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -2174,19 +2766,19 @@ type Blueprint = {
|
|
|
2174
2766
|
resources?: Array<{
|
|
2175
2767
|
id: string
|
|
2176
2768
|
name?: string
|
|
2177
|
-
type: "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" | "notification_template"
|
|
2769
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2178
2770
|
address?: string
|
|
2179
2771
|
is_root?: boolean
|
|
2180
2772
|
is_ready?: boolean
|
|
2181
2773
|
is_hidden?: boolean
|
|
2182
2774
|
is_disabled?: boolean
|
|
2183
|
-
hard_dependencies?: "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" | "notification_template"[]
|
|
2775
|
+
hard_dependencies?: "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" | "notification_template" | "environment_variable"[]
|
|
2184
2776
|
parent_resource_ids?: string[]
|
|
2185
2777
|
depends_on_addresses?: string[]
|
|
2186
2778
|
impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
2187
2779
|
impact_on_install_reason?: string[]
|
|
2188
2780
|
}>
|
|
2189
|
-
source_type?:
|
|
2781
|
+
source_type?: "custom"
|
|
2190
2782
|
} | {
|
|
2191
2783
|
id?: string
|
|
2192
2784
|
title: string
|
|
@@ -2202,6 +2794,7 @@ type Blueprint = {
|
|
|
2202
2794
|
destination_org_id?: string
|
|
2203
2795
|
destination_blueprint_id?: string
|
|
2204
2796
|
triggered_at?: string // date-time
|
|
2797
|
+
note?: string
|
|
2205
2798
|
}>
|
|
2206
2799
|
is_verified?: boolean
|
|
2207
2800
|
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"
|
|
@@ -2227,8 +2820,6 @@ type Blueprint = {
|
|
|
2227
2820
|
required_features?: {
|
|
2228
2821
|
enabled?: string[]
|
|
2229
2822
|
disabled?: string[]
|
|
2230
|
-
}
|
|
2231
|
-
zip_file_name?: string
|
|
2232
2823
|
// ...
|
|
2233
2824
|
}
|
|
2234
2825
|
```
|
|
@@ -2529,6 +3120,107 @@ type BlueprintValidateJob = {
|
|
|
2529
3120
|
}
|
|
2530
3121
|
```
|
|
2531
3122
|
|
|
3123
|
+
### `BlueprintVerificationJob`
|
|
3124
|
+
|
|
3125
|
+
```ts
|
|
3126
|
+
type BlueprintVerificationJob = {
|
|
3127
|
+
id?: string
|
|
3128
|
+
events?: Array<{
|
|
3129
|
+
timestamp?: string // date-time
|
|
3130
|
+
message?: string
|
|
3131
|
+
errors?: Array<{
|
|
3132
|
+
error?: { ... }
|
|
3133
|
+
code?: { ... }
|
|
3134
|
+
data?: { ... }
|
|
3135
|
+
}>
|
|
3136
|
+
level?: "info" | "warning" | "error"
|
|
3137
|
+
data?: {
|
|
3138
|
+
installed_blueprint_id?: { ... }
|
|
3139
|
+
export_job_id?: { ... }
|
|
3140
|
+
resources?: { ... }
|
|
3141
|
+
}
|
|
3142
|
+
}>
|
|
3143
|
+
triggered_at?: string // date-time
|
|
3144
|
+
created_by?: {
|
|
3145
|
+
name?: unknown
|
|
3146
|
+
org_id: string
|
|
3147
|
+
user_id?: string
|
|
3148
|
+
token_id?: string
|
|
3149
|
+
}
|
|
3150
|
+
source_org_id?: string
|
|
3151
|
+
source_blueprint_id?: string
|
|
3152
|
+
destination_org_id?: string
|
|
3153
|
+
destination_blueprint_id?: string
|
|
3154
|
+
status?: "IN_PROGRESS" | "SUCCESS" | "FAILED"
|
|
3155
|
+
summary?: {
|
|
3156
|
+
total_resources?: number
|
|
3157
|
+
matched?: number
|
|
3158
|
+
mismatched?: number
|
|
3159
|
+
missing_in_destination?: number
|
|
3160
|
+
missing_in_source?: number
|
|
3161
|
+
fetch_errors?: number
|
|
3162
|
+
}
|
|
3163
|
+
resource_results?: Array<{
|
|
3164
|
+
resource_type?: "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" | "notification_template" | "environment_variable"
|
|
3165
|
+
resource_name?: string
|
|
3166
|
+
source_resource_id?: string
|
|
3167
|
+
destination_resource_id?: string
|
|
3168
|
+
status?: "matched" | "mismatched" | "missing_in_destination" | "missing_in_source" | "fetch_error"
|
|
3169
|
+
field_diffs?: Array<{
|
|
3170
|
+
path?: { ... }
|
|
3171
|
+
source_value?: { ... }
|
|
3172
|
+
destination_value?: { ... }
|
|
3173
|
+
diff_type?: { ... }
|
|
3174
|
+
}>
|
|
3175
|
+
error?: string
|
|
3176
|
+
}>
|
|
3177
|
+
resource_results_s3_key?: string
|
|
3178
|
+
}
|
|
3179
|
+
```
|
|
3180
|
+
|
|
3181
|
+
### `VerificationSummary`
|
|
3182
|
+
|
|
3183
|
+
```ts
|
|
3184
|
+
type VerificationSummary = {
|
|
3185
|
+
total_resources?: number
|
|
3186
|
+
matched?: number
|
|
3187
|
+
mismatched?: number
|
|
3188
|
+
missing_in_destination?: number
|
|
3189
|
+
missing_in_source?: number
|
|
3190
|
+
fetch_errors?: number
|
|
3191
|
+
}
|
|
3192
|
+
```
|
|
3193
|
+
|
|
3194
|
+
### `ResourceVerificationResult`
|
|
3195
|
+
|
|
3196
|
+
```ts
|
|
3197
|
+
type ResourceVerificationResult = {
|
|
3198
|
+
resource_type?: "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" | "notification_template" | "environment_variable"
|
|
3199
|
+
resource_name?: string
|
|
3200
|
+
source_resource_id?: string
|
|
3201
|
+
destination_resource_id?: string
|
|
3202
|
+
status?: "matched" | "mismatched" | "missing_in_destination" | "missing_in_source" | "fetch_error"
|
|
3203
|
+
field_diffs?: Array<{
|
|
3204
|
+
path?: string
|
|
3205
|
+
source_value?: unknown
|
|
3206
|
+
destination_value?: unknown
|
|
3207
|
+
diff_type?: "value_changed" | "field_missing_in_destination" | "field_missing_in_source" | "type_mismatch"
|
|
3208
|
+
}>
|
|
3209
|
+
error?: string
|
|
3210
|
+
}
|
|
3211
|
+
```
|
|
3212
|
+
|
|
3213
|
+
### `FieldDiff`
|
|
3214
|
+
|
|
3215
|
+
```ts
|
|
3216
|
+
type FieldDiff = {
|
|
3217
|
+
path?: string
|
|
3218
|
+
source_value?: unknown
|
|
3219
|
+
destination_value?: unknown
|
|
3220
|
+
diff_type?: "value_changed" | "field_missing_in_destination" | "field_missing_in_source" | "type_mismatch"
|
|
3221
|
+
}
|
|
3222
|
+
```
|
|
3223
|
+
|
|
2532
3224
|
### `BlueprintJobEvent`
|
|
2533
3225
|
|
|
2534
3226
|
```ts
|
|
@@ -2755,7 +3447,7 @@ type JobStatus = "PENDING" | "STARTED" | "WAITING_USER_ACTION" | "CANCELED" | "I
|
|
|
2755
3447
|
Type of the resource
|
|
2756
3448
|
|
|
2757
3449
|
```ts
|
|
2758
|
-
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" | "notification_template"
|
|
3450
|
+
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" | "notification_template" | "environment_variable"
|
|
2759
3451
|
```
|
|
2760
3452
|
|
|
2761
3453
|
### `PlanChanges`
|
|
@@ -2769,7 +3461,7 @@ type PlanChanges = "create" | "update" | "internal-update" | "no-op" | "delete"
|
|
|
2769
3461
|
```ts
|
|
2770
3462
|
type CommonResourceNode = {
|
|
2771
3463
|
id: string
|
|
2772
|
-
type: "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" | "notification_template"
|
|
3464
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2773
3465
|
name?: string
|
|
2774
3466
|
source_id?: string
|
|
2775
3467
|
is_virtual?: boolean
|
|
@@ -2781,14 +3473,14 @@ type CommonResourceNode = {
|
|
|
2781
3473
|
```ts
|
|
2782
3474
|
type RootResourceNode = {
|
|
2783
3475
|
id: string
|
|
2784
|
-
type: "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" | "notification_template"
|
|
3476
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2785
3477
|
name?: string
|
|
2786
3478
|
source_id?: string
|
|
2787
3479
|
is_virtual?: boolean
|
|
2788
3480
|
address?: string
|
|
2789
3481
|
dependencies?: Array<{
|
|
2790
3482
|
id: string
|
|
2791
|
-
type: "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" | "notification_template"
|
|
3483
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2792
3484
|
name?: string
|
|
2793
3485
|
source_id?: string
|
|
2794
3486
|
is_virtual?: true
|
|
@@ -2815,13 +3507,13 @@ type RootResourceNode = {
|
|
|
2815
3507
|
```ts
|
|
2816
3508
|
type VirtualResourceNodeGroup = {
|
|
2817
3509
|
id: string
|
|
2818
|
-
type: "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" | "notification_template"
|
|
3510
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2819
3511
|
name?: string
|
|
2820
3512
|
source_id?: string
|
|
2821
3513
|
is_virtual?: true
|
|
2822
3514
|
dependencies?: Array<{
|
|
2823
3515
|
id: string
|
|
2824
|
-
type: "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" | "notification_template"
|
|
3516
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2825
3517
|
name?: string
|
|
2826
3518
|
source_id?: string
|
|
2827
3519
|
is_virtual?: boolean
|
|
@@ -2853,14 +3545,14 @@ type VirtualResourceNodeGroup = {
|
|
|
2853
3545
|
```ts
|
|
2854
3546
|
type ResourceNode = {
|
|
2855
3547
|
id: string
|
|
2856
|
-
type: "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" | "notification_template"
|
|
3548
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2857
3549
|
name?: string
|
|
2858
3550
|
source_id?: string
|
|
2859
3551
|
is_virtual?: boolean
|
|
2860
3552
|
address?: string
|
|
2861
3553
|
dependencies?: Array<{
|
|
2862
3554
|
id: string
|
|
2863
|
-
type: "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" | "notification_template"
|
|
3555
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2864
3556
|
name?: string
|
|
2865
3557
|
source_id?: string
|
|
2866
3558
|
is_virtual?: boolean
|
|
@@ -2886,7 +3578,7 @@ type ResourceNode = {
|
|
|
2886
3578
|
}>
|
|
2887
3579
|
parents?: Array<{
|
|
2888
3580
|
id?: string
|
|
2889
|
-
type?: "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" | "notification_template"
|
|
3581
|
+
type?: "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" | "notification_template" | "environment_variable"
|
|
2890
3582
|
}>
|
|
2891
3583
|
changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
|
|
2892
3584
|
changes_reason?: string[]
|
|
@@ -2905,7 +3597,7 @@ type Job = {
|
|
|
2905
3597
|
plan_file_content?: string
|
|
2906
3598
|
resources_to_export?: Array<{
|
|
2907
3599
|
id: string
|
|
2908
|
-
type: "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" | "notification_template"
|
|
3600
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2909
3601
|
name?: string
|
|
2910
3602
|
source_id?: string
|
|
2911
3603
|
is_virtual?: boolean
|
|
@@ -2922,7 +3614,7 @@ type Job = {
|
|
|
2922
3614
|
changes_reason?: string[]
|
|
2923
3615
|
}> | {
|
|
2924
3616
|
id: string
|
|
2925
|
-
type: "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" | "notification_template"
|
|
3617
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2926
3618
|
name?: string
|
|
2927
3619
|
source_id?: string
|
|
2928
3620
|
is_virtual?: boolean
|
|
@@ -2941,7 +3633,7 @@ type Job = {
|
|
|
2941
3633
|
large_resources_to_export_url?: string
|
|
2942
3634
|
resources_to_import?: Array<{
|
|
2943
3635
|
id: string
|
|
2944
|
-
type: "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" | "notification_template"
|
|
3636
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2945
3637
|
name?: string
|
|
2946
3638
|
source_id?: string
|
|
2947
3639
|
is_virtual?: boolean
|
|
@@ -2958,7 +3650,7 @@ type Job = {
|
|
|
2958
3650
|
changes_reason?: string[]
|
|
2959
3651
|
}> | {
|
|
2960
3652
|
id: string
|
|
2961
|
-
type: "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" | "notification_template"
|
|
3653
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
2962
3654
|
name?: string
|
|
2963
3655
|
source_id?: string
|
|
2964
3656
|
is_virtual?: boolean
|
|
@@ -3082,7 +3774,7 @@ type CommonImportFields = {
|
|
|
3082
3774
|
source_type?: "file" | "marketplace" | "sandbox"
|
|
3083
3775
|
imported_resources?: Array<{
|
|
3084
3776
|
id: string
|
|
3085
|
-
type: "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" | "notification_template"
|
|
3777
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
3086
3778
|
name?: string
|
|
3087
3779
|
source_id?: string
|
|
3088
3780
|
is_virtual?: boolean
|
|
@@ -3099,7 +3791,7 @@ type CommonImportFields = {
|
|
|
3099
3791
|
changes_reason?: string[]
|
|
3100
3792
|
}> | {
|
|
3101
3793
|
id: string
|
|
3102
|
-
type: "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" | "notification_template"
|
|
3794
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
3103
3795
|
name?: string
|
|
3104
3796
|
source_id?: string
|
|
3105
3797
|
is_virtual?: boolean
|
|
@@ -3199,7 +3891,7 @@ type CallerIdentity = {
|
|
|
3199
3891
|
type SelectedResources = {
|
|
3200
3892
|
exported_root_resources: Array<{
|
|
3201
3893
|
id: string
|
|
3202
|
-
type: "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" | "notification_template"
|
|
3894
|
+
type: "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" | "notification_template" | "environment_variable"
|
|
3203
3895
|
address?: string
|
|
3204
3896
|
}>
|
|
3205
3897
|
selected_resources: string[]
|
|
@@ -3232,3 +3924,110 @@ type PutManifestPayload = {
|
|
|
3232
3924
|
}>
|
|
3233
3925
|
}
|
|
3234
3926
|
```
|
|
3927
|
+
|
|
3928
|
+
### `MarketplaceListing`
|
|
3929
|
+
|
|
3930
|
+
```ts
|
|
3931
|
+
type MarketplaceListing = {
|
|
3932
|
+
id: string // uuid
|
|
3933
|
+
blueprint_id: string
|
|
3934
|
+
name: string
|
|
3935
|
+
slug: string
|
|
3936
|
+
logo?: string
|
|
3937
|
+
documentation_url?: string
|
|
3938
|
+
pricing_type?: "free" | "paid" | "freemium" | "contact_us"
|
|
3939
|
+
support_email?: string
|
|
3940
|
+
portal_description?: string
|
|
3941
|
+
teaser_name?: string
|
|
3942
|
+
teaser_short_description?: string
|
|
3943
|
+
teaser_thumbnail?: string
|
|
3944
|
+
details_page_title?: string
|
|
3945
|
+
details_page_description?: string
|
|
3946
|
+
details_page_hero_image?: string
|
|
3947
|
+
details_page_carousel?: string[]
|
|
3948
|
+
documentation_link?: string
|
|
3949
|
+
resources_section_description?: string
|
|
3950
|
+
resources_section_benefits_title?: string
|
|
3951
|
+
resources_section_benefits_list?: string
|
|
3952
|
+
resources_section_process_details?: string
|
|
3953
|
+
partner?: string
|
|
3954
|
+
partner_subtext?: string
|
|
3955
|
+
partner_logo?: string
|
|
3956
|
+
partner_website_link?: string
|
|
3957
|
+
last_updated_on?: string
|
|
3958
|
+
requires_customer_portal?: boolean
|
|
3959
|
+
process_details_section_title?: string
|
|
3960
|
+
is_new_blueprint?: boolean
|
|
3961
|
+
available_in?: string
|
|
3962
|
+
testimonials?: string[]
|
|
3963
|
+
installation_link?: string
|
|
3964
|
+
installation_slug?: string
|
|
3965
|
+
demo_form_link?: string
|
|
3966
|
+
order?: number
|
|
3967
|
+
categories?: string[]
|
|
3968
|
+
main_category?: string[]
|
|
3969
|
+
status: "draft" | "live" | "archived"
|
|
3970
|
+
created_at?: string // date-time
|
|
3971
|
+
updated_at?: string // date-time
|
|
3972
|
+
}
|
|
3973
|
+
```
|
|
3974
|
+
|
|
3975
|
+
### `MarketplaceListingUpdate`
|
|
3976
|
+
|
|
3977
|
+
```ts
|
|
3978
|
+
type MarketplaceListingUpdate = {
|
|
3979
|
+
name?: string
|
|
3980
|
+
slug?: string
|
|
3981
|
+
logo?: string
|
|
3982
|
+
documentation_url?: string
|
|
3983
|
+
pricing_type?: "free" | "paid" | "freemium" | "contact_us"
|
|
3984
|
+
support_email?: string
|
|
3985
|
+
portal_description?: string
|
|
3986
|
+
teaser_name?: string
|
|
3987
|
+
teaser_short_description?: string
|
|
3988
|
+
teaser_thumbnail?: string
|
|
3989
|
+
details_page_title?: string
|
|
3990
|
+
details_page_description?: string
|
|
3991
|
+
details_page_hero_image?: string
|
|
3992
|
+
details_page_carousel?: string[]
|
|
3993
|
+
documentation_link?: string
|
|
3994
|
+
resources_section_description?: string
|
|
3995
|
+
resources_section_benefits_title?: string
|
|
3996
|
+
resources_section_benefits_list?: string
|
|
3997
|
+
resources_section_process_details?: string
|
|
3998
|
+
partner?: string
|
|
3999
|
+
partner_subtext?: string
|
|
4000
|
+
partner_logo?: string
|
|
4001
|
+
partner_website_link?: string
|
|
4002
|
+
last_updated_on?: string
|
|
4003
|
+
requires_customer_portal?: boolean
|
|
4004
|
+
process_details_section_title?: string
|
|
4005
|
+
is_new_blueprint?: boolean
|
|
4006
|
+
available_in?: string
|
|
4007
|
+
testimonials?: string[]
|
|
4008
|
+
installation_link?: string
|
|
4009
|
+
installation_slug?: string
|
|
4010
|
+
demo_form_link?: string
|
|
4011
|
+
order?: number
|
|
4012
|
+
categories?: string[]
|
|
4013
|
+
main_category?: string[]
|
|
4014
|
+
}
|
|
4015
|
+
```
|
|
4016
|
+
|
|
4017
|
+
### `MarketplaceListingVersion`
|
|
4018
|
+
|
|
4019
|
+
```ts
|
|
4020
|
+
type MarketplaceListingVersion = {
|
|
4021
|
+
id: string // uuid
|
|
4022
|
+
listing_id: string
|
|
4023
|
+
status: "draft" | "published" | "archived"
|
|
4024
|
+
version_name?: string
|
|
4025
|
+
draft_label: string
|
|
4026
|
+
update_note?: string
|
|
4027
|
+
resources?: object[]
|
|
4028
|
+
required_features?: string[]
|
|
4029
|
+
recommended_apps?: string[]
|
|
4030
|
+
created_at: string // date-time
|
|
4031
|
+
published_at?: string // date-time
|
|
4032
|
+
}
|
|
4033
|
+
```
|