@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
package/docs/workflow.md
CHANGED
|
@@ -51,6 +51,7 @@ const { data } = await workflowClient.getExecutions(...)
|
|
|
51
51
|
- [`patchPhase`](#patchphase)
|
|
52
52
|
- [`addTask`](#addtask)
|
|
53
53
|
- [`cancelTaskSchedule`](#canceltaskschedule)
|
|
54
|
+
- [`runTaskScheduleNow`](#runtaskschedulenow)
|
|
54
55
|
|
|
55
56
|
**Schemas**
|
|
56
57
|
- [`WorkflowExecutionCreateReq`](#workflowexecutioncreatereq)
|
|
@@ -75,6 +76,7 @@ const { data } = await workflowClient.getExecutions(...)
|
|
|
75
76
|
- [`StepJourney`](#stepjourney)
|
|
76
77
|
- [`AutomationConfig`](#automationconfig)
|
|
77
78
|
- [`ECPDetails`](#ecpdetails)
|
|
79
|
+
- [`PartnerDetails`](#partnerdetails)
|
|
78
80
|
- [`StepDescription`](#stepdescription)
|
|
79
81
|
- [`ItemType`](#itemtype)
|
|
80
82
|
- [`TriggerType`](#triggertype)
|
|
@@ -463,6 +465,11 @@ const { data } = await client.createStep(
|
|
|
463
465
|
"complete_task_automatically": true
|
|
464
466
|
}
|
|
465
467
|
},
|
|
468
|
+
"partner": {
|
|
469
|
+
"enabled": true,
|
|
470
|
+
"label": "string",
|
|
471
|
+
"description": "string"
|
|
472
|
+
},
|
|
466
473
|
"enabled": true,
|
|
467
474
|
"requirements": [
|
|
468
475
|
{
|
|
@@ -596,6 +603,11 @@ const { data } = await client.updateStep(
|
|
|
596
603
|
"complete_task_automatically": true
|
|
597
604
|
}
|
|
598
605
|
},
|
|
606
|
+
"partner": {
|
|
607
|
+
"enabled": true,
|
|
608
|
+
"label": "string",
|
|
609
|
+
"description": "string"
|
|
610
|
+
},
|
|
599
611
|
"enabled": true,
|
|
600
612
|
"requirements": [
|
|
601
613
|
{
|
|
@@ -798,6 +810,7 @@ const { data } = await client.startFlowExecution(
|
|
|
798
810
|
"enabled": true,
|
|
799
811
|
"ecp": {},
|
|
800
812
|
"installer": {},
|
|
813
|
+
"partner": {},
|
|
801
814
|
"taxonomies": ["string"],
|
|
802
815
|
"phase_id": "string",
|
|
803
816
|
"task_type": "MANUAL",
|
|
@@ -939,6 +952,7 @@ const { data } = await client.getFlowExecution({
|
|
|
939
952
|
"enabled": true,
|
|
940
953
|
"ecp": {},
|
|
941
954
|
"installer": {},
|
|
955
|
+
"partner": {},
|
|
942
956
|
"taxonomies": ["string"],
|
|
943
957
|
"phase_id": "string",
|
|
944
958
|
"task_type": "MANUAL",
|
|
@@ -1116,6 +1130,7 @@ const { data } = await client.patchFlowExecution(
|
|
|
1116
1130
|
"enabled": true,
|
|
1117
1131
|
"ecp": {},
|
|
1118
1132
|
"installer": {},
|
|
1133
|
+
"partner": {},
|
|
1119
1134
|
"taxonomies": ["string"],
|
|
1120
1135
|
"phase_id": "string",
|
|
1121
1136
|
"task_type": "MANUAL",
|
|
@@ -1298,6 +1313,11 @@ const { data } = await client.patchTask(
|
|
|
1298
1313
|
complete_task_automatically: true
|
|
1299
1314
|
}
|
|
1300
1315
|
},
|
|
1316
|
+
partner: {
|
|
1317
|
+
enabled: true,
|
|
1318
|
+
label: 'string',
|
|
1319
|
+
description: 'string'
|
|
1320
|
+
},
|
|
1301
1321
|
next_condition_id: 'string',
|
|
1302
1322
|
revert_execution: false
|
|
1303
1323
|
},
|
|
@@ -1375,6 +1395,11 @@ const { data } = await client.patchTask(
|
|
|
1375
1395
|
"complete_task_automatically": true
|
|
1376
1396
|
}
|
|
1377
1397
|
},
|
|
1398
|
+
"partner": {
|
|
1399
|
+
"enabled": true,
|
|
1400
|
+
"label": "string",
|
|
1401
|
+
"description": "string"
|
|
1402
|
+
},
|
|
1378
1403
|
"taxonomies": ["string"],
|
|
1379
1404
|
"phase_id": "string",
|
|
1380
1405
|
"task_type": "MANUAL",
|
|
@@ -1473,6 +1498,11 @@ const { data } = await client.runTaskAutomation({
|
|
|
1473
1498
|
"complete_task_automatically": true
|
|
1474
1499
|
}
|
|
1475
1500
|
},
|
|
1501
|
+
"partner": {
|
|
1502
|
+
"enabled": true,
|
|
1503
|
+
"label": "string",
|
|
1504
|
+
"description": "string"
|
|
1505
|
+
},
|
|
1476
1506
|
"taxonomies": ["string"],
|
|
1477
1507
|
"phase_id": "string",
|
|
1478
1508
|
"task_type": "MANUAL",
|
|
@@ -1582,6 +1612,11 @@ const { data } = await client.executeTask({
|
|
|
1582
1612
|
"complete_task_automatically": true
|
|
1583
1613
|
}
|
|
1584
1614
|
},
|
|
1615
|
+
"partner": {
|
|
1616
|
+
"enabled": true,
|
|
1617
|
+
"label": "string",
|
|
1618
|
+
"description": "string"
|
|
1619
|
+
},
|
|
1585
1620
|
"taxonomies": ["string"],
|
|
1586
1621
|
"phase_id": "string",
|
|
1587
1622
|
"task_type": "MANUAL",
|
|
@@ -1776,6 +1811,11 @@ const { data } = await client.addTask(
|
|
|
1776
1811
|
"complete_task_automatically": true
|
|
1777
1812
|
}
|
|
1778
1813
|
},
|
|
1814
|
+
"partner": {
|
|
1815
|
+
"enabled": true,
|
|
1816
|
+
"label": "string",
|
|
1817
|
+
"description": "string"
|
|
1818
|
+
},
|
|
1779
1819
|
"taxonomies": ["string"],
|
|
1780
1820
|
"phase_id": "string",
|
|
1781
1821
|
"task_type": "MANUAL",
|
|
@@ -1805,6 +1845,109 @@ const { data } = await client.cancelTaskSchedule({
|
|
|
1805
1845
|
|
|
1806
1846
|
---
|
|
1807
1847
|
|
|
1848
|
+
### `runTaskScheduleNow`
|
|
1849
|
+
|
|
1850
|
+
Cancels the pending schedule for a task and immediately triggers its automation execution.
|
|
1851
|
+
|
|
1852
|
+
`POST /v2/flows/executions/{execution_id}/tasks/{task_id}/schedule/run-now`
|
|
1853
|
+
|
|
1854
|
+
```ts
|
|
1855
|
+
const { data } = await client.runTaskScheduleNow({
|
|
1856
|
+
execution_id: 'example',
|
|
1857
|
+
task_id: 'example',
|
|
1858
|
+
})
|
|
1859
|
+
```
|
|
1860
|
+
|
|
1861
|
+
<details>
|
|
1862
|
+
<summary>Response</summary>
|
|
1863
|
+
|
|
1864
|
+
```json
|
|
1865
|
+
{
|
|
1866
|
+
"id": "string",
|
|
1867
|
+
"template_id": "string",
|
|
1868
|
+
"name": "string",
|
|
1869
|
+
"description": {
|
|
1870
|
+
"enabled": true,
|
|
1871
|
+
"value": "string"
|
|
1872
|
+
},
|
|
1873
|
+
"status": "UNASSIGNED",
|
|
1874
|
+
"journey": {
|
|
1875
|
+
"id": "string",
|
|
1876
|
+
"journeyId": "string",
|
|
1877
|
+
"name": "string",
|
|
1878
|
+
"complete_task_automatically": true
|
|
1879
|
+
},
|
|
1880
|
+
"due_date": "2021-04-27T12:00:00.000Z",
|
|
1881
|
+
"due_date_config": {
|
|
1882
|
+
"duration": 0,
|
|
1883
|
+
"unit": "minutes",
|
|
1884
|
+
"type": "WORKFLOW_STARTED",
|
|
1885
|
+
"task_id": "string",
|
|
1886
|
+
"phase_id": "string"
|
|
1887
|
+
},
|
|
1888
|
+
"requirements": [
|
|
1889
|
+
{
|
|
1890
|
+
"task_id": "string",
|
|
1891
|
+
"phase_id": "string",
|
|
1892
|
+
"when": "TASK_FINISHED"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"assigned_to": ["string"],
|
|
1896
|
+
"analytics": {
|
|
1897
|
+
"started_at": "1970-01-01T00:00:00.000Z",
|
|
1898
|
+
"in_progress_at": "1970-01-01T00:00:00.000Z",
|
|
1899
|
+
"completed_at": "1970-01-01T00:00:00.000Z",
|
|
1900
|
+
"status_updated_at": "1970-01-01T00:00:00.000Z",
|
|
1901
|
+
"in_progress_by": "string",
|
|
1902
|
+
"completed_by": "string",
|
|
1903
|
+
"skipped_by": "string",
|
|
1904
|
+
"on_hold_by": "string"
|
|
1905
|
+
},
|
|
1906
|
+
"created_at": "1970-01-01T00:00:00.000Z",
|
|
1907
|
+
"updated_at": "1970-01-01T00:00:00.000Z",
|
|
1908
|
+
"manually_created": true,
|
|
1909
|
+
"enabled": true,
|
|
1910
|
+
"ecp": {
|
|
1911
|
+
"enabled": true,
|
|
1912
|
+
"label": "string",
|
|
1913
|
+
"description": "string",
|
|
1914
|
+
"journey": {
|
|
1915
|
+
"id": "string",
|
|
1916
|
+
"journeyId": "string",
|
|
1917
|
+
"name": "string",
|
|
1918
|
+
"complete_task_automatically": true
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"installer": {
|
|
1922
|
+
"enabled": true,
|
|
1923
|
+
"label": "string",
|
|
1924
|
+
"description": "string",
|
|
1925
|
+
"journey": {
|
|
1926
|
+
"id": "string",
|
|
1927
|
+
"journeyId": "string",
|
|
1928
|
+
"name": "string",
|
|
1929
|
+
"complete_task_automatically": true
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"partner": {
|
|
1933
|
+
"enabled": true,
|
|
1934
|
+
"label": "string",
|
|
1935
|
+
"description": "string"
|
|
1936
|
+
},
|
|
1937
|
+
"taxonomies": ["string"],
|
|
1938
|
+
"phase_id": "string",
|
|
1939
|
+
"task_type": "MANUAL",
|
|
1940
|
+
"loop_config": {
|
|
1941
|
+
"max_iterations": 3,
|
|
1942
|
+
"crt_iterations": 0
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
```
|
|
1946
|
+
|
|
1947
|
+
</details>
|
|
1948
|
+
|
|
1949
|
+
---
|
|
1950
|
+
|
|
1808
1951
|
## Schemas
|
|
1809
1952
|
|
|
1810
1953
|
### `WorkflowExecutionCreateReq`
|
|
@@ -2005,6 +2148,7 @@ type WorkflowExecutionSlim = {
|
|
|
2005
2148
|
type: { ... }
|
|
2006
2149
|
ecp?: { ... }
|
|
2007
2150
|
installer?: { ... }
|
|
2151
|
+
partner?: { ... }
|
|
2008
2152
|
enabled?: { ... }
|
|
2009
2153
|
requirements?: { ... }
|
|
2010
2154
|
executionType?: { ... }
|
|
@@ -2028,7 +2172,6 @@ type WorkflowExecutionSlim = {
|
|
|
2028
2172
|
taxonomies?: { ... }
|
|
2029
2173
|
}>
|
|
2030
2174
|
taxonomies?: string[]
|
|
2031
|
-
} | {
|
|
2032
2175
|
// ...
|
|
2033
2176
|
}
|
|
2034
2177
|
```
|
|
@@ -2064,6 +2207,7 @@ type FlowSlim = {
|
|
|
2064
2207
|
type: { ... }
|
|
2065
2208
|
ecp?: { ... }
|
|
2066
2209
|
installer?: { ... }
|
|
2210
|
+
partner?: { ... }
|
|
2067
2211
|
enabled?: { ... }
|
|
2068
2212
|
requirements?: { ... }
|
|
2069
2213
|
executionType?: { ... }
|
|
@@ -2109,6 +2253,11 @@ type FlowSlim = {
|
|
|
2109
2253
|
description?: { ... }
|
|
2110
2254
|
journey?: { ... }
|
|
2111
2255
|
}
|
|
2256
|
+
partner?: {
|
|
2257
|
+
enabled?: { ... }
|
|
2258
|
+
label?: { ... }
|
|
2259
|
+
description?: { ... }
|
|
2260
|
+
}
|
|
2112
2261
|
enabled?: boolean
|
|
2113
2262
|
requirements?: Array<{
|
|
2114
2263
|
definitionId: { ... }
|
|
@@ -2130,12 +2279,6 @@ type FlowSlim = {
|
|
|
2130
2279
|
completedTime?: string
|
|
2131
2280
|
dueDate?: string
|
|
2132
2281
|
dynamicDueDate?: {
|
|
2133
|
-
numberOfUnits: { ... }
|
|
2134
|
-
timePeriod: { ... }
|
|
2135
|
-
actionTypeCondition?: { ... }
|
|
2136
|
-
stepId?: { ... }
|
|
2137
|
-
phaseId?: { ... }
|
|
2138
|
-
}
|
|
2139
2282
|
// ...
|
|
2140
2283
|
}
|
|
2141
2284
|
```
|
|
@@ -2171,6 +2314,7 @@ type Flow = {
|
|
|
2171
2314
|
type: { ... }
|
|
2172
2315
|
ecp?: { ... }
|
|
2173
2316
|
installer?: { ... }
|
|
2317
|
+
partner?: { ... }
|
|
2174
2318
|
enabled?: { ... }
|
|
2175
2319
|
requirements?: { ... }
|
|
2176
2320
|
executionType?: { ... }
|
|
@@ -2216,6 +2360,11 @@ type Flow = {
|
|
|
2216
2360
|
description?: { ... }
|
|
2217
2361
|
journey?: { ... }
|
|
2218
2362
|
}
|
|
2363
|
+
partner?: {
|
|
2364
|
+
enabled?: { ... }
|
|
2365
|
+
label?: { ... }
|
|
2366
|
+
description?: { ... }
|
|
2367
|
+
}
|
|
2219
2368
|
enabled?: boolean
|
|
2220
2369
|
requirements?: Array<{
|
|
2221
2370
|
definitionId: { ... }
|
|
@@ -2237,12 +2386,6 @@ type Flow = {
|
|
|
2237
2386
|
completedTime?: string
|
|
2238
2387
|
dueDate?: string
|
|
2239
2388
|
dynamicDueDate?: {
|
|
2240
|
-
numberOfUnits: { ... }
|
|
2241
|
-
timePeriod: { ... }
|
|
2242
|
-
actionTypeCondition?: { ... }
|
|
2243
|
-
stepId?: { ... }
|
|
2244
|
-
phaseId?: { ... }
|
|
2245
|
-
}
|
|
2246
2389
|
// ...
|
|
2247
2390
|
}
|
|
2248
2391
|
```
|
|
@@ -2326,6 +2469,7 @@ type WorkflowExecution = {
|
|
|
2326
2469
|
type: { ... }
|
|
2327
2470
|
ecp?: { ... }
|
|
2328
2471
|
installer?: { ... }
|
|
2472
|
+
partner?: { ... }
|
|
2329
2473
|
enabled?: { ... }
|
|
2330
2474
|
requirements?: { ... }
|
|
2331
2475
|
executionType?: { ... }
|
|
@@ -2349,7 +2493,6 @@ type WorkflowExecution = {
|
|
|
2349
2493
|
taxonomies?: { ... }
|
|
2350
2494
|
}>
|
|
2351
2495
|
taxonomies?: string[]
|
|
2352
|
-
} | {
|
|
2353
2496
|
// ...
|
|
2354
2497
|
}
|
|
2355
2498
|
```
|
|
@@ -2392,6 +2535,11 @@ type SectionSimplified = {
|
|
|
2392
2535
|
description?: { ... }
|
|
2393
2536
|
journey?: { ... }
|
|
2394
2537
|
}
|
|
2538
|
+
partner?: {
|
|
2539
|
+
enabled?: { ... }
|
|
2540
|
+
label?: { ... }
|
|
2541
|
+
description?: { ... }
|
|
2542
|
+
}
|
|
2395
2543
|
enabled?: boolean
|
|
2396
2544
|
requirements?: Array<{
|
|
2397
2545
|
definitionId: { ... }
|
|
@@ -2449,6 +2597,11 @@ type Section = {
|
|
|
2449
2597
|
description?: { ... }
|
|
2450
2598
|
journey?: { ... }
|
|
2451
2599
|
}
|
|
2600
|
+
partner?: {
|
|
2601
|
+
enabled?: { ... }
|
|
2602
|
+
label?: { ... }
|
|
2603
|
+
description?: { ... }
|
|
2604
|
+
}
|
|
2452
2605
|
enabled?: boolean
|
|
2453
2606
|
requirements?: Array<{
|
|
2454
2607
|
definitionId: { ... }
|
|
@@ -2538,6 +2691,11 @@ type StepSimplified = {
|
|
|
2538
2691
|
complete_task_automatically?: { ... }
|
|
2539
2692
|
}
|
|
2540
2693
|
}
|
|
2694
|
+
partner?: {
|
|
2695
|
+
enabled?: boolean
|
|
2696
|
+
label?: string
|
|
2697
|
+
description?: string
|
|
2698
|
+
}
|
|
2541
2699
|
enabled?: boolean
|
|
2542
2700
|
requirements?: Array<{
|
|
2543
2701
|
definitionId: string
|
|
@@ -2583,6 +2741,11 @@ type Step = {
|
|
|
2583
2741
|
complete_task_automatically?: { ... }
|
|
2584
2742
|
}
|
|
2585
2743
|
}
|
|
2744
|
+
partner?: {
|
|
2745
|
+
enabled?: boolean
|
|
2746
|
+
label?: string
|
|
2747
|
+
description?: string
|
|
2748
|
+
}
|
|
2586
2749
|
enabled?: boolean
|
|
2587
2750
|
requirements?: Array<{
|
|
2588
2751
|
definitionId: string
|
|
@@ -2704,6 +2867,18 @@ type ECPDetails = {
|
|
|
2704
2867
|
}
|
|
2705
2868
|
```
|
|
2706
2869
|
|
|
2870
|
+
### `PartnerDetails`
|
|
2871
|
+
|
|
2872
|
+
Details regarding partner for the workflow step
|
|
2873
|
+
|
|
2874
|
+
```ts
|
|
2875
|
+
type PartnerDetails = {
|
|
2876
|
+
enabled?: boolean
|
|
2877
|
+
label?: string
|
|
2878
|
+
description?: string
|
|
2879
|
+
}
|
|
2880
|
+
```
|
|
2881
|
+
|
|
2707
2882
|
### `StepDescription`
|
|
2708
2883
|
|
|
2709
2884
|
Longer information regarding Task
|
|
@@ -2830,6 +3005,11 @@ type UpdateStepResp = {
|
|
|
2830
3005
|
complete_task_automatically?: { ... }
|
|
2831
3006
|
}
|
|
2832
3007
|
}
|
|
3008
|
+
partner?: {
|
|
3009
|
+
enabled?: boolean
|
|
3010
|
+
label?: string
|
|
3011
|
+
description?: string
|
|
3012
|
+
}
|
|
2833
3013
|
enabled?: boolean
|
|
2834
3014
|
requirements?: Array<{
|
|
2835
3015
|
definitionId: string
|
|
@@ -2980,6 +3160,7 @@ type SearchExecutionsResp = {
|
|
|
2980
3160
|
type: { ... }
|
|
2981
3161
|
ecp?: { ... }
|
|
2982
3162
|
installer?: { ... }
|
|
3163
|
+
partner?: { ... }
|
|
2983
3164
|
enabled?: { ... }
|
|
2984
3165
|
requirements?: { ... }
|
|
2985
3166
|
executionType?: { ... }
|
|
@@ -3496,6 +3677,11 @@ type Task = {
|
|
|
3496
3677
|
complete_task_automatically?: { ... }
|
|
3497
3678
|
}
|
|
3498
3679
|
}
|
|
3680
|
+
partner?: {
|
|
3681
|
+
enabled?: boolean
|
|
3682
|
+
label?: string
|
|
3683
|
+
description?: string
|
|
3684
|
+
}
|
|
3499
3685
|
taxonomies?: string[]
|
|
3500
3686
|
phase_id?: string
|
|
3501
3687
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -3523,11 +3709,6 @@ type Task = {
|
|
|
3523
3709
|
duration: number
|
|
3524
3710
|
unit: "minutes" | "hours" | "days" | "weeks" | "months"
|
|
3525
3711
|
type: "WORKFLOW_STARTED" | "TASK_FINISHED" | "PHASE_FINISHED" | "A_PRECEDING_TASK_COMPLETED" | "ALL_PRECEDING_TASKS_COMPLETED"
|
|
3526
|
-
task_id?: string
|
|
3527
|
-
phase_id?: string
|
|
3528
|
-
}
|
|
3529
|
-
requirements?: Array<{
|
|
3530
|
-
task_id?: string
|
|
3531
3712
|
// ...
|
|
3532
3713
|
}
|
|
3533
3714
|
```
|
|
@@ -3609,6 +3790,11 @@ type ManualTask = {
|
|
|
3609
3790
|
complete_task_automatically?: { ... }
|
|
3610
3791
|
}
|
|
3611
3792
|
}
|
|
3793
|
+
partner?: {
|
|
3794
|
+
enabled?: boolean
|
|
3795
|
+
label?: string
|
|
3796
|
+
description?: string
|
|
3797
|
+
}
|
|
3612
3798
|
taxonomies?: string[]
|
|
3613
3799
|
phase_id?: string
|
|
3614
3800
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -3690,6 +3876,11 @@ type AutomationTask = {
|
|
|
3690
3876
|
complete_task_automatically?: { ... }
|
|
3691
3877
|
}
|
|
3692
3878
|
}
|
|
3879
|
+
partner?: {
|
|
3880
|
+
enabled?: boolean
|
|
3881
|
+
label?: string
|
|
3882
|
+
description?: string
|
|
3883
|
+
}
|
|
3693
3884
|
taxonomies?: string[]
|
|
3694
3885
|
phase_id?: string
|
|
3695
3886
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -3717,11 +3908,6 @@ type AutomationTask = {
|
|
|
3717
3908
|
id: { ... }
|
|
3718
3909
|
origin: { ... }
|
|
3719
3910
|
schema?: { ... }
|
|
3720
|
-
attribute?: { ... }
|
|
3721
|
-
}
|
|
3722
|
-
schedule_id?: string
|
|
3723
|
-
}
|
|
3724
|
-
loop_config?: {
|
|
3725
3911
|
// ...
|
|
3726
3912
|
}
|
|
3727
3913
|
```
|
|
@@ -3887,6 +4073,11 @@ type DecisionTask = {
|
|
|
3887
4073
|
complete_task_automatically?: { ... }
|
|
3888
4074
|
}
|
|
3889
4075
|
}
|
|
4076
|
+
partner?: {
|
|
4077
|
+
enabled?: boolean
|
|
4078
|
+
label?: string
|
|
4079
|
+
description?: string
|
|
4080
|
+
}
|
|
3890
4081
|
taxonomies?: string[]
|
|
3891
4082
|
phase_id?: string
|
|
3892
4083
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -3905,6 +4096,7 @@ type DecisionTask = {
|
|
|
3905
4096
|
evaluated_at?: string // date-time
|
|
3906
4097
|
is_met?: boolean
|
|
3907
4098
|
}>
|
|
4099
|
+
allow_parallel_execution?: boolean
|
|
3908
4100
|
schedule?: {
|
|
3909
4101
|
mode: "delayed"
|
|
3910
4102
|
duration: number
|
|
@@ -3913,12 +4105,6 @@ type DecisionTask = {
|
|
|
3913
4105
|
} | {
|
|
3914
4106
|
mode: "relative"
|
|
3915
4107
|
direction: "before" | "after"
|
|
3916
|
-
duration: number
|
|
3917
|
-
unit: "minutes" | "hours" | "days" | "weeks" | "months"
|
|
3918
|
-
reference: {
|
|
3919
|
-
id: { ... }
|
|
3920
|
-
origin: { ... }
|
|
3921
|
-
schema?: { ... }
|
|
3922
4108
|
// ...
|
|
3923
4109
|
}
|
|
3924
4110
|
```
|
|
@@ -3994,6 +4180,11 @@ type AiAgentTask = {
|
|
|
3994
4180
|
complete_task_automatically?: { ... }
|
|
3995
4181
|
}
|
|
3996
4182
|
}
|
|
4183
|
+
partner?: {
|
|
4184
|
+
enabled?: boolean
|
|
4185
|
+
label?: string
|
|
4186
|
+
description?: string
|
|
4187
|
+
}
|
|
3997
4188
|
taxonomies?: string[]
|
|
3998
4189
|
phase_id?: string
|
|
3999
4190
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -4106,6 +4297,11 @@ type TaskBase = {
|
|
|
4106
4297
|
complete_task_automatically?: { ... }
|
|
4107
4298
|
}
|
|
4108
4299
|
}
|
|
4300
|
+
partner?: {
|
|
4301
|
+
enabled?: boolean
|
|
4302
|
+
label?: string
|
|
4303
|
+
description?: string
|
|
4304
|
+
}
|
|
4109
4305
|
taxonomies?: string[]
|
|
4110
4306
|
phase_id?: string
|
|
4111
4307
|
task_type: "MANUAL" | "AUTOMATION" | "DECISION" | "AI_AGENT"
|
|
@@ -4404,6 +4600,11 @@ type PatchTaskReq = {
|
|
|
4404
4600
|
complete_task_automatically?: { ... }
|
|
4405
4601
|
}
|
|
4406
4602
|
}
|
|
4603
|
+
partner?: {
|
|
4604
|
+
enabled?: boolean
|
|
4605
|
+
label?: string
|
|
4606
|
+
description?: string
|
|
4607
|
+
}
|
|
4407
4608
|
next_condition_id?: string
|
|
4408
4609
|
revert_execution?: boolean
|
|
4409
4610
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "JavaScript/TypeScript SDK for epilot APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"require": "./dist/apis/dashboard.cjs"
|
|
88
88
|
},
|
|
89
89
|
"./dashboard/openapi.json": "./definitions/dashboard.json",
|
|
90
|
-
"./data-
|
|
91
|
-
"types": "./dist/apis/data-
|
|
92
|
-
"import": "./dist/apis/data-
|
|
93
|
-
"require": "./dist/apis/data-
|
|
90
|
+
"./data-governance": {
|
|
91
|
+
"types": "./dist/apis/data-governance.d.ts",
|
|
92
|
+
"import": "./dist/apis/data-governance.js",
|
|
93
|
+
"require": "./dist/apis/data-governance.cjs"
|
|
94
94
|
},
|
|
95
|
-
"./data-
|
|
95
|
+
"./data-governance/openapi.json": "./definitions/data-governance.json",
|
|
96
96
|
"./deduplication": {
|
|
97
97
|
"types": "./dist/apis/deduplication.d.ts",
|
|
98
98
|
"import": "./dist/apis/deduplication.js",
|
|
@@ -141,12 +141,6 @@
|
|
|
141
141
|
"require": "./dist/apis/environments.cjs"
|
|
142
142
|
},
|
|
143
143
|
"./environments/openapi.json": "./definitions/environments.json",
|
|
144
|
-
"./erp-integration": {
|
|
145
|
-
"types": "./dist/apis/erp-integration.d.ts",
|
|
146
|
-
"import": "./dist/apis/erp-integration.js",
|
|
147
|
-
"require": "./dist/apis/erp-integration.cjs"
|
|
148
|
-
},
|
|
149
|
-
"./erp-integration/openapi.json": "./definitions/erp-integration.json",
|
|
150
144
|
"./event-catalog": {
|
|
151
145
|
"types": "./dist/apis/event-catalog.d.ts",
|
|
152
146
|
"import": "./dist/apis/event-catalog.js",
|
|
@@ -165,6 +159,12 @@
|
|
|
165
159
|
"require": "./dist/apis/iban.cjs"
|
|
166
160
|
},
|
|
167
161
|
"./iban/openapi.json": "./definitions/iban.json",
|
|
162
|
+
"./integration-toolkit": {
|
|
163
|
+
"types": "./dist/apis/integration-toolkit.d.ts",
|
|
164
|
+
"import": "./dist/apis/integration-toolkit.js",
|
|
165
|
+
"require": "./dist/apis/integration-toolkit.cjs"
|
|
166
|
+
},
|
|
167
|
+
"./integration-toolkit/openapi.json": "./definitions/integration-toolkit.json",
|
|
168
168
|
"./journey": {
|
|
169
169
|
"types": "./dist/apis/journey.d.ts",
|
|
170
170
|
"import": "./dist/apis/journey.js",
|
|
@@ -243,6 +243,12 @@
|
|
|
243
243
|
"require": "./dist/apis/sandbox.cjs"
|
|
244
244
|
},
|
|
245
245
|
"./sandbox/openapi.json": "./definitions/sandbox.json",
|
|
246
|
+
"./sharing": {
|
|
247
|
+
"types": "./dist/apis/sharing.d.ts",
|
|
248
|
+
"import": "./dist/apis/sharing.js",
|
|
249
|
+
"require": "./dist/apis/sharing.cjs"
|
|
250
|
+
},
|
|
251
|
+
"./sharing/openapi.json": "./definitions/sharing.json",
|
|
246
252
|
"./submission": {
|
|
247
253
|
"types": "./dist/apis/submission.d.ts",
|
|
248
254
|
"import": "./dist/apis/submission.js",
|
|
@@ -323,6 +329,9 @@
|
|
|
323
329
|
"definitions",
|
|
324
330
|
"docs"
|
|
325
331
|
],
|
|
332
|
+
"optionalDependencies": {
|
|
333
|
+
"@epilot/epilot-journey-sdk": ">=2.0.0-alpha.1"
|
|
334
|
+
},
|
|
326
335
|
"peerDependencies": {
|
|
327
336
|
"axios": "^1.0.0",
|
|
328
337
|
"openapi-client-axios": "^7.0.0"
|
|
@@ -374,8 +383,8 @@
|
|
|
374
383
|
"dashboard": [
|
|
375
384
|
"./dist/apis/dashboard.d.ts"
|
|
376
385
|
],
|
|
377
|
-
"data-
|
|
378
|
-
"./dist/apis/data-
|
|
386
|
+
"data-governance": [
|
|
387
|
+
"./dist/apis/data-governance.d.ts"
|
|
379
388
|
],
|
|
380
389
|
"deduplication": [
|
|
381
390
|
"./dist/apis/deduplication.d.ts"
|
|
@@ -401,9 +410,6 @@
|
|
|
401
410
|
"environments": [
|
|
402
411
|
"./dist/apis/environments.d.ts"
|
|
403
412
|
],
|
|
404
|
-
"erp-integration": [
|
|
405
|
-
"./dist/apis/erp-integration.d.ts"
|
|
406
|
-
],
|
|
407
413
|
"event-catalog": [
|
|
408
414
|
"./dist/apis/event-catalog.d.ts"
|
|
409
415
|
],
|
|
@@ -413,6 +419,9 @@
|
|
|
413
419
|
"iban": [
|
|
414
420
|
"./dist/apis/iban.d.ts"
|
|
415
421
|
],
|
|
422
|
+
"integration-toolkit": [
|
|
423
|
+
"./dist/apis/integration-toolkit.d.ts"
|
|
424
|
+
],
|
|
416
425
|
"journey": [
|
|
417
426
|
"./dist/apis/journey.d.ts"
|
|
418
427
|
],
|
|
@@ -452,6 +461,9 @@
|
|
|
452
461
|
"sandbox": [
|
|
453
462
|
"./dist/apis/sandbox.d.ts"
|
|
454
463
|
],
|
|
464
|
+
"sharing": [
|
|
465
|
+
"./dist/apis/sharing.d.ts"
|
|
466
|
+
],
|
|
455
467
|
"submission": [
|
|
456
468
|
"./dist/apis/submission.d.ts"
|
|
457
469
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"s":"","o":[["queryEntities","post","/data-management/v1/{entity_schema}/query",[["entity_schema","p",true]],1],["createJob","post","/data-management/v1/{entity_schema}/jobs",[["entity_schema","p",true]],1],["updateJob","patch","/data-management/v1/{entity_schema}/jobs/{job_id}",[["entity_schema","p",true],["job_id","p",true]],1],["getJob","get","/data-management/v1/jobs/{job_id}",[["job_id","p",true]]],["getJobReportUrl","get","/data-management/v1/jobs/{job_id}/report-url",[["job_id","p",true]]],["getConfig","get","/data-management/v1/configs/{config_id}",[["config_id","p",true]]],["createJobForConfig","post","/data-management/v1/configs/{config_id}/jobs",[["config_id","p",true]]],["upsertConfig","post","/data-management/v1/{entity_schema}/configs",[["entity_schema","p",true]],1],["listConfigs","get","/data-management/v1/configs",[["limit","q"],["cursor","q"],["entity_schema","q"],["type","q"],["next_run_at","q"],["enabled","q"]]],["listJobs","get","/data-management/v1/jobs",[["limit","q"],["cursor","q"],["entity_schema","q"],["type","q"],["status","q"],["config_id","q"]]]],"v":"3.0.3"}
|