@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://deduplication.sls.epilot.io","o":[["deduplicate","post","/v1/deduplicate",null,1]]}
|
|
1
|
+
{"s":"https://deduplication.sls.epilot.io","o":[["deduplicate","post","/v1/deduplicate",null,1],["deduplicateAsync","post","/v1/deduplicate/job",null,1],["getDeduplicationJob","get","/v1/deduplicate/jobs/{jobId}",[["jobId","p",true]]]]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.2",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"title": "Deduplication API",
|
|
6
6
|
"description": "Backend for Epilot Deduplication feature"
|
|
7
7
|
},
|
|
@@ -39,6 +39,69 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
+
},
|
|
43
|
+
"/v1/deduplicate/job": {
|
|
44
|
+
"post": {
|
|
45
|
+
"operationId": "deduplicateAsync",
|
|
46
|
+
"summary": "deduplicateAsync",
|
|
47
|
+
"description": "Submits an async deduplication job. Returns a job ID immediately. Poll GET /v1/deduplicate/jobs/{jobId} for status.",
|
|
48
|
+
"tags": [],
|
|
49
|
+
"requestBody": {
|
|
50
|
+
"content": {
|
|
51
|
+
"application/json": {
|
|
52
|
+
"schema": {
|
|
53
|
+
"$ref": "#/components/schemas/DeduplicateRequestBody"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"responses": {
|
|
59
|
+
"202": {
|
|
60
|
+
"description": "Job accepted. Use the returned jobId to poll for status.",
|
|
61
|
+
"content": {
|
|
62
|
+
"application/json": {
|
|
63
|
+
"schema": {
|
|
64
|
+
"$ref": "#/components/schemas/DeduplicateAsyncResponse"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"/v1/deduplicate/jobs/{jobId}": {
|
|
73
|
+
"get": {
|
|
74
|
+
"operationId": "getDeduplicationJob",
|
|
75
|
+
"summary": "getDeduplicationJob",
|
|
76
|
+
"description": "Returns the current status of an async deduplication job",
|
|
77
|
+
"tags": [],
|
|
78
|
+
"parameters": [
|
|
79
|
+
{
|
|
80
|
+
"name": "jobId",
|
|
81
|
+
"in": "path",
|
|
82
|
+
"required": true,
|
|
83
|
+
"schema": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"description": "The job ID returned by POST /v1/deduplicate/job"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"responses": {
|
|
90
|
+
"200": {
|
|
91
|
+
"description": "Current job status",
|
|
92
|
+
"content": {
|
|
93
|
+
"application/json": {
|
|
94
|
+
"schema": {
|
|
95
|
+
"$ref": "#/components/schemas/DeduplicationJob"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"404": {
|
|
101
|
+
"description": "Job not found"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
42
105
|
}
|
|
43
106
|
},
|
|
44
107
|
"components": {
|
|
@@ -169,13 +232,81 @@
|
|
|
169
232
|
"_id"
|
|
170
233
|
],
|
|
171
234
|
"description": "Base Entity schema"
|
|
235
|
+
},
|
|
236
|
+
"DeduplicateAsyncResponse": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"jobId": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"description": "Job ID to poll for status via GET /v1/deduplicate/jobs/{jobId}"
|
|
242
|
+
},
|
|
243
|
+
"status": {
|
|
244
|
+
"$ref": "#/components/schemas/JobStatus"
|
|
245
|
+
},
|
|
246
|
+
"message": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"description": "Initial status message"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"required": [
|
|
252
|
+
"jobId",
|
|
253
|
+
"status",
|
|
254
|
+
"message"
|
|
255
|
+
],
|
|
256
|
+
"description": "Response returned immediately when a deduplication job is submitted"
|
|
257
|
+
},
|
|
258
|
+
"JobStatus": {
|
|
259
|
+
"type": "string",
|
|
260
|
+
"enum": [
|
|
261
|
+
"pending",
|
|
262
|
+
"processing",
|
|
263
|
+
"completed",
|
|
264
|
+
"failed"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"DeduplicationJob": {
|
|
268
|
+
"type": "object",
|
|
269
|
+
"properties": {
|
|
270
|
+
"jobId": {
|
|
271
|
+
"type": "string",
|
|
272
|
+
"description": "Unique identifier for the deduplication job"
|
|
273
|
+
},
|
|
274
|
+
"status": {
|
|
275
|
+
"$ref": "#/components/schemas/JobStatus"
|
|
276
|
+
},
|
|
277
|
+
"message": {
|
|
278
|
+
"type": "string",
|
|
279
|
+
"description": "Human-readable status message (e.g. progress info or error details)"
|
|
280
|
+
},
|
|
281
|
+
"result": {
|
|
282
|
+
"type": "array",
|
|
283
|
+
"items": {
|
|
284
|
+
"$ref": "#/components/schemas/Entity"
|
|
285
|
+
},
|
|
286
|
+
"description": "Array of deduplicated entities, present when status is completed"
|
|
287
|
+
},
|
|
288
|
+
"createdAt": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"description": "ISO 8601 timestamp of job creation",
|
|
291
|
+
"format": "date-time"
|
|
292
|
+
},
|
|
293
|
+
"updatedAt": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"description": "ISO 8601 timestamp of last update",
|
|
296
|
+
"format": "date-time"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": [
|
|
300
|
+
"jobId",
|
|
301
|
+
"status",
|
|
302
|
+
"createdAt",
|
|
303
|
+
"updatedAt"
|
|
304
|
+
],
|
|
305
|
+
"description": "Represents an async deduplication job"
|
|
172
306
|
}
|
|
173
307
|
}
|
|
174
308
|
},
|
|
175
309
|
"servers": [
|
|
176
|
-
{
|
|
177
|
-
"url": "https://deduplication.sls.epilot.io"
|
|
178
|
-
},
|
|
179
310
|
{
|
|
180
311
|
"url": "https://deduplication.sls.epilot.io"
|
|
181
312
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://design-builder-api.epilot.io","o":[["getAllDesigns","get","/v1/designs"],["addDesign","post","/v1/designs",null,1],["getDesign","get","/v1/designs/{designId}",[["designId","p",true]]],["deleteDesign","delete","/v1/designs/{designId}",[["designId","p",true]]],["updateDesign","put","/v1/designs/{designId}",[["designId","p",true]],1],["getThemeFromDesign","get","/v1/designs/{designId}/parse",[["designId","p",true],["orgId","q"],["theme","q",true]]],["uploadFile","post","/v1/designs/files",null,1],["getFiles","get","/v1/designs/files",[["type","q"]]],["getLimit","get","/v1/designs/limit"],["getBrands","get","/v1/brands"],["getConsumerDesign","get","/v1/designs/consumer/{application}/{consumerId}",[["consumerId","p",true],["application","p",true]]],["addConsumer","put","/v1/designs/addConsumer/{application}/{designId}",[["designId","p",true],["application","p",true]],1],["removeConsumer","put","/v1/designs/removeConsumer/{application}/{designId}",[["designId","p",true],["application","p",true]],1]],"v":"3.0.3"}
|
|
1
|
+
{"s":"https://design-builder-api.{environment}.epilot.io","o":[["getAllDesigns","get","/v1/designs"],["addDesign","post","/v1/designs",null,1],["getDesign","get","/v1/designs/{designId}",[["designId","p",true]]],["deleteDesign","delete","/v1/designs/{designId}",[["designId","p",true]]],["updateDesign","put","/v1/designs/{designId}",[["designId","p",true]],1],["getThemeFromDesign","get","/v1/designs/{designId}/parse",[["designId","p",true],["orgId","q"],["theme","q",true]]],["uploadFile","post","/v1/designs/files",null,1],["getFiles","get","/v1/designs/files",[["type","q"]]],["getLimit","get","/v1/designs/limit"],["getBrands","get","/v1/brands"],["getConsumerDesign","get","/v1/designs/consumer/{application}/{consumerId}",[["consumerId","p",true],["application","p",true]]],["addConsumer","put","/v1/designs/addConsumer/{application}/{designId}",[["designId","p",true],["application","p",true]],1],["removeConsumer","put","/v1/designs/removeConsumer/{application}/{designId}",[["designId","p",true],["application","p",true]],1]],"sv":{"environment":{"default":"sls","enum":["sls","dev.sls","staging.sls"]}},"v":"3.0.3"}
|
package/definitions/design.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Design Builder API v2",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.2"
|
|
6
6
|
},
|
|
7
7
|
"tags": [
|
|
8
8
|
{
|
|
@@ -12,7 +12,17 @@
|
|
|
12
12
|
],
|
|
13
13
|
"servers": [
|
|
14
14
|
{
|
|
15
|
-
"url": "https://design-builder-api.epilot.io"
|
|
15
|
+
"url": "https://design-builder-api.{environment}.epilot.io",
|
|
16
|
+
"variables": {
|
|
17
|
+
"environment": {
|
|
18
|
+
"default": "sls",
|
|
19
|
+
"enum": [
|
|
20
|
+
"sls",
|
|
21
|
+
"dev.sls",
|
|
22
|
+
"staging.sls"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
16
26
|
}
|
|
17
27
|
],
|
|
18
28
|
"security": [
|
|
@@ -35,10 +45,7 @@
|
|
|
35
45
|
"content": {
|
|
36
46
|
"application/json": {
|
|
37
47
|
"schema": {
|
|
38
|
-
"
|
|
39
|
-
"items": {
|
|
40
|
-
"$ref": "#/components/schemas/GetAllDesignsRes"
|
|
41
|
-
}
|
|
48
|
+
"$ref": "#/components/schemas/GetAllDesignsRes"
|
|
42
49
|
}
|
|
43
50
|
}
|
|
44
51
|
}
|
|
@@ -129,12 +136,10 @@
|
|
|
129
136
|
{
|
|
130
137
|
"in": "path",
|
|
131
138
|
"name": "designId",
|
|
132
|
-
"schema": {
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
139
|
"required": true,
|
|
136
|
-
"
|
|
137
|
-
|
|
140
|
+
"schema": {
|
|
141
|
+
"$ref": "#/components/schemas/DesignId"
|
|
142
|
+
}
|
|
138
143
|
}
|
|
139
144
|
],
|
|
140
145
|
"responses": {
|
|
@@ -194,12 +199,10 @@
|
|
|
194
199
|
{
|
|
195
200
|
"in": "path",
|
|
196
201
|
"name": "designId",
|
|
197
|
-
"schema": {
|
|
198
|
-
"type": "string"
|
|
199
|
-
},
|
|
200
202
|
"required": true,
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
+
"schema": {
|
|
204
|
+
"$ref": "#/components/schemas/DesignId"
|
|
205
|
+
}
|
|
203
206
|
}
|
|
204
207
|
],
|
|
205
208
|
"responses": {
|
|
@@ -252,12 +255,10 @@
|
|
|
252
255
|
{
|
|
253
256
|
"in": "path",
|
|
254
257
|
"name": "designId",
|
|
255
|
-
"schema": {
|
|
256
|
-
"type": "string"
|
|
257
|
-
},
|
|
258
258
|
"required": true,
|
|
259
|
-
"
|
|
260
|
-
|
|
259
|
+
"schema": {
|
|
260
|
+
"$ref": "#/components/schemas/DesignId"
|
|
261
|
+
}
|
|
261
262
|
}
|
|
262
263
|
],
|
|
263
264
|
"requestBody": {
|
|
@@ -324,16 +325,15 @@
|
|
|
324
325
|
{
|
|
325
326
|
"in": "path",
|
|
326
327
|
"name": "designId",
|
|
327
|
-
"schema": {
|
|
328
|
-
"type": "string"
|
|
329
|
-
},
|
|
330
328
|
"required": true,
|
|
331
|
-
"
|
|
332
|
-
|
|
329
|
+
"schema": {
|
|
330
|
+
"$ref": "#/components/schemas/DesignId"
|
|
331
|
+
}
|
|
333
332
|
},
|
|
334
333
|
{
|
|
335
334
|
"in": "query",
|
|
336
335
|
"name": "orgId",
|
|
336
|
+
"required": false,
|
|
337
337
|
"schema": {
|
|
338
338
|
"type": "string"
|
|
339
339
|
},
|
|
@@ -342,16 +342,10 @@
|
|
|
342
342
|
{
|
|
343
343
|
"in": "query",
|
|
344
344
|
"name": "theme",
|
|
345
|
-
"schema": {
|
|
346
|
-
"type": "string",
|
|
347
|
-
"enum": [
|
|
348
|
-
"NEW",
|
|
349
|
-
"OLD"
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
345
|
"required": true,
|
|
353
|
-
"
|
|
354
|
-
|
|
346
|
+
"schema": {
|
|
347
|
+
"$ref": "#/components/schemas/Theme"
|
|
348
|
+
}
|
|
355
349
|
}
|
|
356
350
|
],
|
|
357
351
|
"responses": {
|
|
@@ -616,22 +610,18 @@
|
|
|
616
610
|
{
|
|
617
611
|
"in": "path",
|
|
618
612
|
"name": "consumerId",
|
|
619
|
-
"schema": {
|
|
620
|
-
"type": "string"
|
|
621
|
-
},
|
|
622
613
|
"required": true,
|
|
623
|
-
"
|
|
624
|
-
|
|
614
|
+
"schema": {
|
|
615
|
+
"$ref": "#/components/schemas/DesignId"
|
|
616
|
+
}
|
|
625
617
|
},
|
|
626
618
|
{
|
|
627
619
|
"in": "path",
|
|
628
620
|
"name": "application",
|
|
629
|
-
"schema": {
|
|
630
|
-
"type": "string"
|
|
631
|
-
},
|
|
632
621
|
"required": true,
|
|
633
|
-
"
|
|
634
|
-
|
|
622
|
+
"schema": {
|
|
623
|
+
"$ref": "#/components/schemas/Application"
|
|
624
|
+
}
|
|
635
625
|
}
|
|
636
626
|
],
|
|
637
627
|
"responses": {
|
|
@@ -693,12 +683,10 @@
|
|
|
693
683
|
{
|
|
694
684
|
"in": "path",
|
|
695
685
|
"name": "designId",
|
|
696
|
-
"schema": {
|
|
697
|
-
"type": "string"
|
|
698
|
-
},
|
|
699
686
|
"required": true,
|
|
700
|
-
"
|
|
701
|
-
|
|
687
|
+
"schema": {
|
|
688
|
+
"$ref": "#/components/schemas/DesignId"
|
|
689
|
+
}
|
|
702
690
|
},
|
|
703
691
|
{
|
|
704
692
|
"in": "path",
|
|
@@ -774,12 +762,10 @@
|
|
|
774
762
|
{
|
|
775
763
|
"in": "path",
|
|
776
764
|
"name": "designId",
|
|
777
|
-
"schema": {
|
|
778
|
-
"type": "string"
|
|
779
|
-
},
|
|
780
765
|
"required": true,
|
|
781
|
-
"
|
|
782
|
-
|
|
766
|
+
"schema": {
|
|
767
|
+
"$ref": "#/components/schemas/DesignId"
|
|
768
|
+
}
|
|
783
769
|
},
|
|
784
770
|
{
|
|
785
771
|
"in": "path",
|
|
@@ -798,7 +784,7 @@
|
|
|
798
784
|
"content": {
|
|
799
785
|
"application/json": {
|
|
800
786
|
"schema": {
|
|
801
|
-
"$ref": "#/components/schemas/
|
|
787
|
+
"$ref": "#/components/schemas/RemoveConsumerReq"
|
|
802
788
|
}
|
|
803
789
|
}
|
|
804
790
|
}
|
|
@@ -1047,7 +1033,7 @@
|
|
|
1047
1033
|
"type": "object",
|
|
1048
1034
|
"properties": {
|
|
1049
1035
|
"consumer_id": {
|
|
1050
|
-
"
|
|
1036
|
+
"$ref": "#/components/schemas/DesignId"
|
|
1051
1037
|
},
|
|
1052
1038
|
"consumer_name": {
|
|
1053
1039
|
"type": "string"
|
|
@@ -1061,6 +1047,21 @@
|
|
|
1061
1047
|
"consumer_name"
|
|
1062
1048
|
]
|
|
1063
1049
|
},
|
|
1050
|
+
"RemoveConsumerReq": {
|
|
1051
|
+
"type": "object",
|
|
1052
|
+
"properties": {
|
|
1053
|
+
"consumer_id": {
|
|
1054
|
+
"$ref": "#/components/schemas/DesignId"
|
|
1055
|
+
},
|
|
1056
|
+
"should_delete": {
|
|
1057
|
+
"type": "string",
|
|
1058
|
+
"deprecated": true
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"required": [
|
|
1062
|
+
"consumer_id"
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1064
1065
|
"DesignItem": {
|
|
1065
1066
|
"type": "object",
|
|
1066
1067
|
"properties": {
|
|
@@ -1122,6 +1123,13 @@
|
|
|
1122
1123
|
},
|
|
1123
1124
|
"is_default": {
|
|
1124
1125
|
"type": "boolean"
|
|
1126
|
+
},
|
|
1127
|
+
"_manifest": {
|
|
1128
|
+
"type": "array",
|
|
1129
|
+
"description": "The manifest IDs associated with this design",
|
|
1130
|
+
"items": {
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
}
|
|
1125
1133
|
}
|
|
1126
1134
|
},
|
|
1127
1135
|
"required": [
|
|
@@ -1386,6 +1394,9 @@
|
|
|
1386
1394
|
"properties": {
|
|
1387
1395
|
"message": {
|
|
1388
1396
|
"type": "string"
|
|
1397
|
+
},
|
|
1398
|
+
"error": {
|
|
1399
|
+
"type": "object"
|
|
1389
1400
|
}
|
|
1390
1401
|
}
|
|
1391
1402
|
},
|
|
@@ -1417,6 +1428,41 @@
|
|
|
1417
1428
|
"s3_object_key",
|
|
1418
1429
|
"url"
|
|
1419
1430
|
]
|
|
1431
|
+
},
|
|
1432
|
+
"DesignId": {
|
|
1433
|
+
"type": "string",
|
|
1434
|
+
"minLength": 36,
|
|
1435
|
+
"maxLength": 36,
|
|
1436
|
+
"description": "Id of the design",
|
|
1437
|
+
"example": "4a062990-a6a3-11eb-9828-4f3da7d4935a"
|
|
1438
|
+
},
|
|
1439
|
+
"Theme": {
|
|
1440
|
+
"type": "string",
|
|
1441
|
+
"enum": [
|
|
1442
|
+
"NEW",
|
|
1443
|
+
"OLD"
|
|
1444
|
+
],
|
|
1445
|
+
"description": "Type of theme to be parsed and returned",
|
|
1446
|
+
"example": "NEW"
|
|
1447
|
+
},
|
|
1448
|
+
"Application": {
|
|
1449
|
+
"type": "string",
|
|
1450
|
+
"description": "Type of application that uses the design",
|
|
1451
|
+
"example": "journey"
|
|
1452
|
+
},
|
|
1453
|
+
"DesignParameters": {
|
|
1454
|
+
"type": "object",
|
|
1455
|
+
"properties": {
|
|
1456
|
+
"designId": {
|
|
1457
|
+
"$ref": "#/components/schemas/DesignId"
|
|
1458
|
+
},
|
|
1459
|
+
"theme": {
|
|
1460
|
+
"$ref": "#/components/schemas/Theme"
|
|
1461
|
+
},
|
|
1462
|
+
"application": {
|
|
1463
|
+
"$ref": "#/components/schemas/Application"
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1420
1466
|
}
|
|
1421
1467
|
}
|
|
1422
1468
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://email-settings.sls.epilot.io","o":[["provisionEpilotEmailAddress","put","/v2/email-settings/email-addresses/epilot:provision",null,1],["setEmailAddressPrimary","post","/v2/email-settings/email-addresses/primary",null,1],["getEmailAddress","get","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]]],["deleteEmailAddress","delete","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]]],["updateEmailAddress","put","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]],1],["listEmailAddresses","get","/v2/email-settings/email-addresses"],["addEmailAddress","post","/v2/email-settings/email-addresses",null,1],["getSharedInbox","get","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"]]],["deleteSharedInbox","delete","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"],["successorInboxId","q"]]],["updateSharedInbox","put","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"]],1],["listSharedInboxes","get","/v2/email-settings/shared-inboxes"],["addSharedInbox","post","/v2/email-settings/shared-inboxes",null,1],["listInboxBuckets","get","/v2/email-settings/inbox-buckets"],["connectOutlook","get","/v2/outlook/connect"],["getOutlookConnectionStatus","get","/v2/outlook/connection/status"],["disconnectOutlook","post","/v2/outlook/connection/disconnect",null,1],["connectMsTeams","post","/v2/channels/msteams/connect"],["disconnectMsTeams","post","/v2/channels/msteams/disconnect"],["getMsTeamsStatus","get","/v2/channels/msteams/status"],["connectOutlookMailbox","post","/v2/outlook/mailbox/connect",null,1],["disconnectOutlookMailbox","post","/v2/outlook/mailbox/{email}/disconnect",[["email","p",true]]],["startMailboxSync","post","/v2/outlook/mailbox/{email}/sync",[["email","p",true]],1],["getMailboxSyncStatus","get","/v2/outlook/mailbox/{email}/sync/status",[["email","p",true]]],["retryMailboxSync","post","/v2/outlook/mailbox/{email}/sync/retry",[["email","p",true]],1],["getConnectedOutlookEmails","get","/v2/outlook/mailbox/mappings"],["outlookOAuthCallback","get","/v2/outlook/oauth/callback",[["code","q"],["state","q",true],["session_state","q"],["error","q"],["error_description","q"],["error_subcode","q"],["client_info","q"],["error_uri","q"],["admin_consent","q"],["tenant","q"]]],["getSettings","get","/v1/email-settings",[["type","q",true],["id","q"]]],["addSetting","post","/v1/email-settings",null,1],["deleteSetting","delete","/v1/email-settings",null,1],["updateSetting","post","/v1/email-settings/{id}",[["id","p",true]],1],["addDomain","post","/v1/email-settings/domain",null,1],["deleteDomain","delete","/v1/email-settings/domain",null,1],["verifyNameServers","post","/v1/email-settings/domain/name-servers:verify",null,1],["verifyDomain","post","/v1/email-settings/domain:verify",null,1]],"v":"3.0.3","cp":{"EmailAddressId":["id","p",true],"SharedInboxId":["id","p",true]}}
|
|
1
|
+
{"s":"https://email-settings.sls.epilot.io","o":[["provisionEpilotEmailAddress","put","/v2/email-settings/email-addresses/epilot:provision",null,1],["setEmailAddressPrimary","post","/v2/email-settings/email-addresses/primary",null,1],["getEmailAddress","get","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]]],["deleteEmailAddress","delete","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]]],["updateEmailAddress","put","/v2/email-settings/email-addresses/{id}",[["EmailAddressId"]],1],["listEmailAddresses","get","/v2/email-settings/email-addresses"],["addEmailAddress","post","/v2/email-settings/email-addresses",null,1],["getSharedInbox","get","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"]]],["deleteSharedInbox","delete","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"],["successorInboxId","q"]]],["updateSharedInbox","put","/v2/email-settings/shared-inboxes/{id}",[["SharedInboxId"]],1],["listSharedInboxes","get","/v2/email-settings/shared-inboxes"],["addSharedInbox","post","/v2/email-settings/shared-inboxes",null,1],["listInboxBuckets","get","/v2/email-settings/inbox-buckets"],["connectOutlook","get","/v2/outlook/connect"],["getOutlookConnectionStatus","get","/v2/outlook/connection/status"],["disconnectOutlook","post","/v2/outlook/connection/disconnect",null,1],["connectMsTeams","post","/v2/channels/msteams/connect"],["disconnectMsTeams","post","/v2/channels/msteams/disconnect"],["getMsTeamsStatus","get","/v2/channels/msteams/status"],["connectOutlookMailbox","post","/v2/outlook/mailbox/connect",null,1],["disconnectOutlookMailbox","post","/v2/outlook/mailbox/{email}/disconnect",[["email","p",true]]],["startMailboxSync","post","/v2/outlook/mailbox/{email}/sync",[["email","p",true]],1],["getMailboxSyncStatus","get","/v2/outlook/mailbox/{email}/sync/status",[["email","p",true]]],["retryMailboxSync","post","/v2/outlook/mailbox/{email}/sync/retry",[["email","p",true]],1],["getConnectedOutlookEmails","get","/v2/outlook/mailbox/mappings"],["outlookOAuthCallback","get","/v2/outlook/oauth/callback",[["code","q"],["state","q",true],["session_state","q"],["error","q"],["error_description","q"],["error_subcode","q"],["client_info","q"],["error_uri","q"],["admin_consent","q"],["tenant","q"]]],["getSettings","get","/v1/email-settings",[["type","q",true],["id","q"]]],["addSetting","post","/v1/email-settings",null,1],["deleteSetting","delete","/v1/email-settings",null,1],["updateSetting","post","/v1/email-settings/{id}",[["id","p",true]],1],["addDomain","post","/v1/email-settings/domain",null,1],["deleteDomain","delete","/v1/email-settings/domain",null,1],["getDomains","get","/v1/email-settings/domain"],["verifyNameServers","post","/v1/email-settings/domain/name-servers:verify",null,1],["verifyDomain","post","/v1/email-settings/domain:verify",null,1]],"v":"3.0.3","cp":{"EmailAddressId":["id","p",true],"SharedInboxId":["id","p",true]}}
|
|
@@ -1620,6 +1620,35 @@
|
|
|
1620
1620
|
"$ref": "#/components/responses/NotFound"
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
|
+
},
|
|
1624
|
+
"get": {
|
|
1625
|
+
"operationId": "getDomains",
|
|
1626
|
+
"summary": "getDomains",
|
|
1627
|
+
"description": "Retrieves all custom email domains for the organization.\n",
|
|
1628
|
+
"tags": [
|
|
1629
|
+
"Domains"
|
|
1630
|
+
],
|
|
1631
|
+
"responses": {
|
|
1632
|
+
"200": {
|
|
1633
|
+
"description": "Successfully retrieved domains.",
|
|
1634
|
+
"content": {
|
|
1635
|
+
"application/json": {
|
|
1636
|
+
"schema": {
|
|
1637
|
+
"type": "array",
|
|
1638
|
+
"items": {
|
|
1639
|
+
"type": "string"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"403": {
|
|
1646
|
+
"$ref": "#/components/responses/Forbidden"
|
|
1647
|
+
},
|
|
1648
|
+
"404": {
|
|
1649
|
+
"$ref": "#/components/responses/NotFound"
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1623
1652
|
}
|
|
1624
1653
|
},
|
|
1625
1654
|
"/v1/email-settings/domain/name-servers:verify": {
|
package/definitions/entity.json
CHANGED
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
"post": {
|
|
1882
1882
|
"operationId": "createActivity",
|
|
1883
1883
|
"summary": "createActivity",
|
|
1884
|
-
"description": "Create an activity that can be displayed in activity feeds.\n\n- All activites are published as events on the event bus\n- Entity mutations are always part of an activity\n",
|
|
1884
|
+
"description": "Create an activity that can be displayed in activity feeds.\n\n- All activites are published as events on the event bus\n- Entity mutations are always part of an activity\n- When more than 10 entities are passed, the first 10 are attached synchronously and the rest are processed asynchronously to avoid DynamoDB throttling\n",
|
|
1885
1885
|
"tags": [
|
|
1886
1886
|
"Activity"
|
|
1887
1887
|
],
|
|
@@ -4935,6 +4935,16 @@
|
|
|
4935
4935
|
"type": "string"
|
|
4936
4936
|
}
|
|
4937
4937
|
},
|
|
4938
|
+
"_manifest": {
|
|
4939
|
+
"type": "array",
|
|
4940
|
+
"description": "Manifest ID used to create the schema",
|
|
4941
|
+
"items": {
|
|
4942
|
+
"type": "string",
|
|
4943
|
+
"format": "uuid",
|
|
4944
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
4945
|
+
},
|
|
4946
|
+
"nullable": true
|
|
4947
|
+
},
|
|
4938
4948
|
"explicit_search_mappings": {
|
|
4939
4949
|
"$ref": "#/components/schemas/SearchMappings"
|
|
4940
4950
|
},
|
|
@@ -5859,6 +5869,11 @@
|
|
|
5859
5869
|
"public-read",
|
|
5860
5870
|
"private"
|
|
5861
5871
|
]
|
|
5872
|
+
},
|
|
5873
|
+
"file_size_bytes": {
|
|
5874
|
+
"type": "integer",
|
|
5875
|
+
"description": "The maximum file size in bytes. Used to derive file_size and file_size_unit in the UI.",
|
|
5876
|
+
"example": 5000000
|
|
5862
5877
|
}
|
|
5863
5878
|
},
|
|
5864
5879
|
"required": [
|
|
@@ -6544,6 +6559,11 @@
|
|
|
6544
6559
|
"type": "boolean",
|
|
6545
6560
|
"description": "Whether this column is required for each row",
|
|
6546
6561
|
"default": false
|
|
6562
|
+
},
|
|
6563
|
+
"bold": {
|
|
6564
|
+
"type": "boolean",
|
|
6565
|
+
"description": "When true, the row is rendered in bold (only applies in transposed mode)",
|
|
6566
|
+
"default": false
|
|
6547
6567
|
}
|
|
6548
6568
|
},
|
|
6549
6569
|
"required": [
|
|
@@ -6560,8 +6580,30 @@
|
|
|
6560
6580
|
},
|
|
6561
6581
|
"max_rows": {
|
|
6562
6582
|
"type": "integer",
|
|
6563
|
-
"description": "Maximum number of rows allowed",
|
|
6583
|
+
"description": "Maximum number of rows allowed (or maximum periods when transposed)",
|
|
6564
6584
|
"minimum": 1
|
|
6585
|
+
},
|
|
6586
|
+
"transposed": {
|
|
6587
|
+
"type": "boolean",
|
|
6588
|
+
"description": "Enable transposed layout where rows become metrics and columns become periods",
|
|
6589
|
+
"default": false
|
|
6590
|
+
},
|
|
6591
|
+
"column_header": {
|
|
6592
|
+
"type": "object",
|
|
6593
|
+
"description": "Configuration for column headers in transposed mode",
|
|
6594
|
+
"properties": {
|
|
6595
|
+
"template": {
|
|
6596
|
+
"type": "string",
|
|
6597
|
+
"description": "Header label pattern with {{i}} as index placeholder (e.g., \"Year {{i}}\")",
|
|
6598
|
+
"example": "Year {{i}}"
|
|
6599
|
+
},
|
|
6600
|
+
"start": {
|
|
6601
|
+
"type": "integer",
|
|
6602
|
+
"description": "Starting index value for the template placeholder",
|
|
6603
|
+
"default": 0,
|
|
6604
|
+
"minimum": 0
|
|
6605
|
+
}
|
|
6606
|
+
}
|
|
6565
6607
|
}
|
|
6566
6608
|
}
|
|
6567
6609
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://
|
|
1
|
+
{"s":"https://integration-toolkit.sls.epilot.io","o":[["acknowledgeTracking","post","/v1/erp/tracking/acknowledgement",null,1],["triggerErp","post","/v1/erp/trigger",null,1],["processErpUpdatesEvents","post","/v1/erp/updates/events",null,1],["processErpUpdatesEventsV2","post","/v2/erp/updates/events",null,1],["processErpUpdatesEventsV3","post","/v3/erp/updates/events",null,1],["simulateMappingV2","post","/v2/erp/updates/mapping_simulation",null,1],["simulateMapping","post","/v1/erp/updates/mapping_simulation",null,1],["listIntegrations","get","/v1/integrations"],["createIntegration","post","/v1/integrations",null,1],["getIntegration","get","/v1/integrations/{integrationId}",[["integrationId","p",true]]],["updateIntegration","put","/v1/integrations/{integrationId}",[["integrationId","p",true]],1],["deleteIntegration","delete","/v1/integrations/{integrationId}",[["integrationId","p",true]]],["queryEvents","post","/v1/integrations/{integrationId}/events",[["integrationId","p",true]],1],["replayEvents","post","/v1/integrations/{integrationId}/events/replay",[["integrationId","p",true]],1],["listUseCases","get","/v1/integrations/{integrationId}/use-cases",[["integrationId","p",true]]],["createUseCase","post","/v1/integrations/{integrationId}/use-cases",[["integrationId","p",true]],1],["getUseCase","get","/v1/integrations/{integrationId}/use-cases/{useCaseId}",[["integrationId","p",true],["useCaseId","p",true]]],["updateUseCase","put","/v1/integrations/{integrationId}/use-cases/{useCaseId}",[["integrationId","p",true],["useCaseId","p",true]],1],["deleteUseCase","delete","/v1/integrations/{integrationId}/use-cases/{useCaseId}",[["integrationId","p",true],["useCaseId","p",true]]],["listUseCaseHistory","get","/v1/integrations/{integrationId}/use-cases/{useCaseId}/history",[["integrationId","p",true],["useCaseId","p",true],["cursor","q"]]],["listIntegrationsV2","get","/v2/integrations"],["createIntegrationV2","post","/v2/integrations",null,1],["getIntegrationV2","get","/v2/integrations/{integrationId}",[["integrationId","p",true]]],["updateIntegrationV2","put","/v2/integrations/{integrationId}",[["integrationId","p",true]],1],["deleteIntegrationV2","delete","/v2/integrations/{integrationId}",[["integrationId","p",true]]],["setIntegrationAppMapping","put","/v1/integrations/{integrationId}/app-mapping",[["integrationId","p",true]],1],["deleteIntegrationAppMapping","delete","/v1/integrations/{integrationId}/app-mapping",[["integrationId","p",true]],1],["queryInboundMonitoringEvents","post","/v1/integrations/{integrationId}/monitoring/inbound-events",[["integrationId","p",true]],1],["getMonitoringStats","post","/v1/integrations/{integrationId}/monitoring/stats",[["integrationId","p",true]],1],["getMonitoringTimeSeries","post","/v1/integrations/{integrationId}/monitoring/timeseries",[["integrationId","p",true]],1],["getOutboundStatus","get","/v1/integrations/{integrationId}/outbound-status",[["integrationId","p",true]]],["queryAccessLogs","post","/v1/integrations/{integrationId}/monitoring/access-logs",[["integrationId","p",true]],1],["queryOutboundMonitoringEvents","post","/v1/integrations/{integrationId}/monitoring/outbound-events",[["integrationId","p",true]],1],["queryMonitoringEventsV2","post","/v2/integrations/{integrationId}/monitoring/events",[["integrationId","p",true]],1],["getMonitoringStatsV2","post","/v2/integrations/{integrationId}/monitoring/stats",[["integrationId","p",true]],1],["getMonitoringTimeSeriesV2","post","/v2/integrations/{integrationId}/monitoring/time-series",[["integrationId","p",true]],1],["getAssociatedMonitoringEvents","get","/v2/integrations/{integrationId}/monitoring/events/{eventId}/associated",[["integrationId","p",true],["eventId","p",true]]],["listSecureProxies","get","/v1/integrations/secure-proxies"],["secureProxy","post","/v1/secure-proxy",null,1],["managedCallExecute","post","/v1/managed-call/{slug}/execute",[["slug","p",true]],1],["generateTypesPreview","post","/v1/integrations/{integrationId}/generate-types-preview",[["integrationId","p",true]]],["generateTypes","post","/v1/integrations/{integrationId}/generate-types",[["integrationId","p",true]],1],["commitTypes","post","/v1/integrations/{integrationId}/commit-types",[["integrationId","p",true]],1]],"v":"3.0.3"}
|