@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
|
@@ -148,6 +148,7 @@ declare namespace Components {
|
|
|
148
148
|
enabled: boolean;
|
|
149
149
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
150
150
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
151
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
151
152
|
/**
|
|
152
153
|
* Taxonomy ids that are associated with this workflow and used for filtering
|
|
153
154
|
*/
|
|
@@ -275,6 +276,7 @@ declare namespace Components {
|
|
|
275
276
|
enabled: boolean;
|
|
276
277
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
277
278
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
279
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
278
280
|
/**
|
|
279
281
|
* Taxonomy ids that are associated with this workflow and used for filtering
|
|
280
282
|
*/
|
|
@@ -415,6 +417,7 @@ declare namespace Components {
|
|
|
415
417
|
enabled: boolean;
|
|
416
418
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
417
419
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
420
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
418
421
|
/**
|
|
419
422
|
* Taxonomy ids that are associated with this workflow and used for filtering
|
|
420
423
|
*/
|
|
@@ -423,6 +426,10 @@ declare namespace Components {
|
|
|
423
426
|
task_type: TaskType;
|
|
424
427
|
trigger_mode: TriggerMode;
|
|
425
428
|
conditions: Condition[];
|
|
429
|
+
/**
|
|
430
|
+
* When true, all branches with met conditions execute in parallel. When false, only the first branch with a met condition is executed. Defaults to true for backwards compatibility.
|
|
431
|
+
*/
|
|
432
|
+
allow_parallel_execution?: boolean;
|
|
426
433
|
schedule?: DelayedSchedule | RelativeSchedule;
|
|
427
434
|
loop_config?: LoopConfig;
|
|
428
435
|
}
|
|
@@ -807,6 +814,7 @@ declare namespace Components {
|
|
|
807
814
|
enabled: boolean;
|
|
808
815
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
809
816
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
817
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
810
818
|
/**
|
|
811
819
|
* Taxonomy ids that are associated with this workflow and used for filtering
|
|
812
820
|
*/
|
|
@@ -816,6 +824,14 @@ declare namespace Components {
|
|
|
816
824
|
loop_config?: /* Information about loop iterations, when task is part of a loop branch */ LoopInfo;
|
|
817
825
|
}
|
|
818
826
|
export type Operator = "equals" | "not_equals" | "any_of" | "none_of" | "contains" | "not_contains" | "starts_with" | "ends_with" | "greater_than" | "less_than" | "greater_than_or_equals" | "less_than_or_equals" | "is_empty" | "is_not_empty";
|
|
827
|
+
/**
|
|
828
|
+
* Details regarding partner for the workflow step
|
|
829
|
+
*/
|
|
830
|
+
export interface PartnerDetails {
|
|
831
|
+
enabled?: boolean;
|
|
832
|
+
label?: string;
|
|
833
|
+
description?: string;
|
|
834
|
+
}
|
|
819
835
|
export interface PatchFlowReq {
|
|
820
836
|
status?: WorkflowStatus;
|
|
821
837
|
assigned_to?: /* The user ids or variable assignments */ Assignees;
|
|
@@ -867,6 +883,10 @@ declare namespace Components {
|
|
|
867
883
|
description?: /* Longer information regarding Task */ StepDescription;
|
|
868
884
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
869
885
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
886
|
+
/**
|
|
887
|
+
* Partner-specific task details shown to partner org users viewing shared resources
|
|
888
|
+
*/
|
|
889
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
870
890
|
/**
|
|
871
891
|
* Condition to evaluate as true for a decision task with a manual trigger mode
|
|
872
892
|
*/
|
|
@@ -1027,6 +1047,7 @@ declare namespace Components {
|
|
|
1027
1047
|
type: ItemType;
|
|
1028
1048
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1029
1049
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1050
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1030
1051
|
/**
|
|
1031
1052
|
* enabled flag results from calculating the requirements
|
|
1032
1053
|
*/
|
|
@@ -1174,6 +1195,7 @@ declare namespace Components {
|
|
|
1174
1195
|
type: ItemType;
|
|
1175
1196
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1176
1197
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1198
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1177
1199
|
/**
|
|
1178
1200
|
* enabled flag results from calculating the requirements
|
|
1179
1201
|
*/
|
|
@@ -1248,6 +1270,7 @@ declare namespace Components {
|
|
|
1248
1270
|
type: ItemType;
|
|
1249
1271
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1250
1272
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1273
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1251
1274
|
/**
|
|
1252
1275
|
* enabled flag results from calculating the requirements
|
|
1253
1276
|
*/
|
|
@@ -1350,6 +1373,10 @@ declare namespace Components {
|
|
|
1350
1373
|
type: ItemType;
|
|
1351
1374
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1352
1375
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1376
|
+
/**
|
|
1377
|
+
* Partner-specific task details shown to partner org users viewing shared resources
|
|
1378
|
+
*/
|
|
1379
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1353
1380
|
enabled?: boolean;
|
|
1354
1381
|
requirements?: /* describe the requirement for step enablement */ StepRequirement[];
|
|
1355
1382
|
/**
|
|
@@ -1427,6 +1454,10 @@ declare namespace Components {
|
|
|
1427
1454
|
enabled: boolean;
|
|
1428
1455
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1429
1456
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1457
|
+
/**
|
|
1458
|
+
* Partner-specific task details shown to partner org users viewing shared resources
|
|
1459
|
+
*/
|
|
1460
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1430
1461
|
/**
|
|
1431
1462
|
* Taxonomy ids that are associated with this workflow and used for filtering
|
|
1432
1463
|
*/
|
|
@@ -1516,6 +1547,7 @@ declare namespace Components {
|
|
|
1516
1547
|
type: ItemType;
|
|
1517
1548
|
ecp?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1518
1549
|
installer?: /* Details regarding ECP for the workflow step */ ECPDetails;
|
|
1550
|
+
partner?: /* Details regarding partner for the workflow step */ PartnerDetails;
|
|
1519
1551
|
/**
|
|
1520
1552
|
* enabled flag results from calculating the requirements
|
|
1521
1553
|
*/
|
|
@@ -2370,6 +2402,23 @@ declare namespace Paths {
|
|
|
2370
2402
|
export type $500 = Components.Schemas.ErrorResp;
|
|
2371
2403
|
}
|
|
2372
2404
|
}
|
|
2405
|
+
namespace RunTaskScheduleNow {
|
|
2406
|
+
namespace Parameters {
|
|
2407
|
+
export type ExecutionId = string;
|
|
2408
|
+
export type TaskId = string;
|
|
2409
|
+
}
|
|
2410
|
+
export interface PathParameters {
|
|
2411
|
+
execution_id: Parameters.ExecutionId;
|
|
2412
|
+
task_id: Parameters.TaskId;
|
|
2413
|
+
}
|
|
2414
|
+
namespace Responses {
|
|
2415
|
+
export type $200 = Components.Schemas.Task;
|
|
2416
|
+
export type $400 = Components.Schemas.ErrorResp;
|
|
2417
|
+
export type $401 = Components.Schemas.ErrorResp;
|
|
2418
|
+
export type $404 = Components.Schemas.ErrorResp;
|
|
2419
|
+
export type $500 = Components.Schemas.ErrorResp;
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2373
2422
|
namespace SearchExecutions {
|
|
2374
2423
|
export type RequestBody = Components.Schemas.SearchExecutionsReq;
|
|
2375
2424
|
namespace Responses {
|
|
@@ -2672,6 +2721,16 @@ interface OperationMethods {
|
|
|
2672
2721
|
data?: any,
|
|
2673
2722
|
config?: AxiosRequestConfig
|
|
2674
2723
|
): OperationResponse<Paths.CancelTaskSchedule.Responses.$204>
|
|
2724
|
+
/**
|
|
2725
|
+
* runTaskScheduleNow - runTaskScheduleNow
|
|
2726
|
+
*
|
|
2727
|
+
* Cancels the pending schedule for a task and immediately triggers its automation execution.
|
|
2728
|
+
*/
|
|
2729
|
+
'runTaskScheduleNow'(
|
|
2730
|
+
parameters?: Parameters<Paths.RunTaskScheduleNow.PathParameters> | null,
|
|
2731
|
+
data?: any,
|
|
2732
|
+
config?: AxiosRequestConfig
|
|
2733
|
+
): OperationResponse<Paths.RunTaskScheduleNow.Responses.$200>
|
|
2675
2734
|
/**
|
|
2676
2735
|
* cancelSchedule - cancelSchedule
|
|
2677
2736
|
*
|
|
@@ -2943,6 +3002,18 @@ interface PathsDictionary {
|
|
|
2943
3002
|
config?: AxiosRequestConfig
|
|
2944
3003
|
): OperationResponse<Paths.CancelTaskSchedule.Responses.$204>
|
|
2945
3004
|
}
|
|
3005
|
+
['/v2/flows/executions/{execution_id}/tasks/{task_id}/schedule/run-now']: {
|
|
3006
|
+
/**
|
|
3007
|
+
* runTaskScheduleNow - runTaskScheduleNow
|
|
3008
|
+
*
|
|
3009
|
+
* Cancels the pending schedule for a task and immediately triggers its automation execution.
|
|
3010
|
+
*/
|
|
3011
|
+
'post'(
|
|
3012
|
+
parameters?: Parameters<Paths.RunTaskScheduleNow.PathParameters> | null,
|
|
3013
|
+
data?: any,
|
|
3014
|
+
config?: AxiosRequestConfig
|
|
3015
|
+
): OperationResponse<Paths.RunTaskScheduleNow.Responses.$200>
|
|
3016
|
+
}
|
|
2946
3017
|
['/v2/flows/executions/{execution_id}/schedules/{schedule_id}']: {
|
|
2947
3018
|
/**
|
|
2948
3019
|
* cancelSchedule - cancelSchedule
|
|
@@ -3005,6 +3076,7 @@ type LoopConfig = Components.Schemas.LoopConfig;
|
|
|
3005
3076
|
type LoopInfo = Components.Schemas.LoopInfo;
|
|
3006
3077
|
type ManualTask = Components.Schemas.ManualTask;
|
|
3007
3078
|
type Operator = Components.Schemas.Operator;
|
|
3079
|
+
type PartnerDetails = Components.Schemas.PartnerDetails;
|
|
3008
3080
|
type PatchFlowReq = Components.Schemas.PatchFlowReq;
|
|
3009
3081
|
type PatchPhaseReq = Components.Schemas.PatchPhaseReq;
|
|
3010
3082
|
type PatchTaskReq = Components.Schemas.PatchTaskReq;
|
|
@@ -3055,4 +3127,4 @@ type WorkflowExecutionUpdateReq = Components.Schemas.WorkflowExecutionUpdateReq;
|
|
|
3055
3127
|
type WorkflowInEntity = Components.Schemas.WorkflowInEntity;
|
|
3056
3128
|
type WorkflowStatus = Components.Schemas.WorkflowStatus;
|
|
3057
3129
|
|
|
3058
|
-
export { type
|
|
3130
|
+
export { type PhaseInEntity as $, type ActionSchedule as A, type FlowClosingReason as B, type Client as C, type DecisionTask as D, type ECPDetails as E, type Flow as F, type FlowContext as G, type FlowExecution as H, type FlowExecutionId as I, type FlowSlim as J, type FlowTemplateId as K, type FlowTrigger as L, type ImmediateSchedule as M, type ItemType as N, type OperationMethods as O, Paths as P, type LastEvaluatedKey as Q, type LoopConfig as R, type LoopInfo as S, type ManualTask as T, type Operator as U, type PartnerDetails as V, type PatchFlowReq as W, type PatchPhaseReq as X, type PatchTaskReq as Y, type Phase as Z, type PhaseId as _, Components as a, type RelativeSchedule as a0, type SearchExecutionsReq as a1, type SearchExecutionsResp as a2, type SearchFlowsReq as a3, type SearchPagination as a4, type SearchSorting as a5, type SearchStepsReq as a6, type SearchStepsResp as a7, type Section as a8, type SectionSimplified as a9, type WorkflowExecution as aA, type WorkflowExecutionBase as aB, type WorkflowExecutionCreateReq as aC, type WorkflowExecutionSlim as aD, type WorkflowExecutionUpdateReq as aE, type WorkflowInEntity as aF, type WorkflowStatus as aG, type SectionStatus as aa, type StartFlowReq as ab, type Statement as ac, type Step as ad, type StepDescription as ae, type StepExtended as af, type StepId as ag, type StepJourney as ah, type StepPositionAt as ai, type StepRequirement as aj, type StepSimplified as ak, type StepStatus as al, type StepType as am, type Task as an, type TaskBase as ao, type TaskId as ap, type TaskType as aq, type TimeUnit as ar, type TriggerMode as as, type TriggerType as at, type UpdateEntityAttributes as au, type UpdateStepReq as av, type UpdateStepResp as aw, type UserId as ax, type VariableAssignment as ay, type WorkflowContext as az, type PathsDictionary as b, type AddTaskReq as c, type AgentConfig as d, type AgentExecutionInfo as e, type AiAgentTask as f, type AnalyticsInfo as g, type Assignees as h, type AutomationConfig as i, type AutomationInfo as j, type AutomationTask as k, type ClosingReason as l, type ClosingReasonResp as m, type Condition as n, type ConditionId as o, type CreateStepReq as p, type DelayedSchedule as q, type DueDateConfig as r, type DynamicDueDate as s, type Edge as t, type EnableRequirement as u, type EntityRef as v, type EntitySync as w, type ErrorResp as x, type EvaluationSource as y, type ExecutionPaginationDynamo as z };
|
package/docs/automation.md
CHANGED
|
@@ -85,6 +85,12 @@ const { data } = await automationClient.searchFlows(...)
|
|
|
85
85
|
- [`AssignThreadConfig`](#assignthreadconfig)
|
|
86
86
|
- [`SendEmailActionConfig`](#sendemailactionconfig)
|
|
87
87
|
- [`SendEmailAction`](#sendemailaction)
|
|
88
|
+
- [`ForwardEmailActionConfig`](#forwardemailactionconfig)
|
|
89
|
+
- [`ForwardEmailAction`](#forwardemailaction)
|
|
90
|
+
- [`ForwardEmailConfig`](#forwardemailconfig)
|
|
91
|
+
- [`ReplyEmailActionConfig`](#replyemailactionconfig)
|
|
92
|
+
- [`ReplyEmailAction`](#replyemailaction)
|
|
93
|
+
- [`ReplyEmailConfig`](#replyemailconfig)
|
|
88
94
|
- [`SendEmailConfig`](#sendemailconfig)
|
|
89
95
|
- [`SendEmailCondition`](#sendemailcondition)
|
|
90
96
|
- [`CreateDocumentActionConfig`](#createdocumentactionconfig)
|
|
@@ -1440,9 +1446,9 @@ type AnyAction = {
|
|
|
1440
1446
|
notify_portal_user_only?: boolean
|
|
1441
1447
|
skip_creating_entities?: boolean
|
|
1442
1448
|
wait_for_confirmation?: boolean
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1449
|
+
reply_to_sender?: boolean
|
|
1450
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
1451
|
+
mark_as_done?: boolean
|
|
1446
1452
|
// ...
|
|
1447
1453
|
}
|
|
1448
1454
|
```
|
|
@@ -2167,6 +2173,9 @@ type SendEmailActionConfig = {
|
|
|
2167
2173
|
notify_portal_user_only?: boolean
|
|
2168
2174
|
skip_creating_entities?: boolean
|
|
2169
2175
|
wait_for_confirmation?: boolean
|
|
2176
|
+
reply_to_sender?: boolean
|
|
2177
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2178
|
+
mark_as_done?: boolean
|
|
2170
2179
|
attachments?: Array<{
|
|
2171
2180
|
source_filter?: { ... }
|
|
2172
2181
|
}>
|
|
@@ -2197,6 +2206,9 @@ type SendEmailAction = {
|
|
|
2197
2206
|
notify_portal_user_only?: boolean
|
|
2198
2207
|
skip_creating_entities?: boolean
|
|
2199
2208
|
wait_for_confirmation?: boolean
|
|
2209
|
+
reply_to_sender?: boolean
|
|
2210
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2211
|
+
mark_as_done?: boolean
|
|
2200
2212
|
attachments?: Array<{
|
|
2201
2213
|
source_filter?: { ... }
|
|
2202
2214
|
}>
|
|
@@ -2207,6 +2219,117 @@ type SendEmailAction = {
|
|
|
2207
2219
|
}
|
|
2208
2220
|
```
|
|
2209
2221
|
|
|
2222
|
+
### `ForwardEmailActionConfig`
|
|
2223
|
+
|
|
2224
|
+
```ts
|
|
2225
|
+
type ForwardEmailActionConfig = {
|
|
2226
|
+
id?: string
|
|
2227
|
+
flow_action_id?: string
|
|
2228
|
+
name?: string
|
|
2229
|
+
type?: "forward-email"
|
|
2230
|
+
config?: {
|
|
2231
|
+
forward_to: Array<{
|
|
2232
|
+
email: { ... }
|
|
2233
|
+
name?: { ... }
|
|
2234
|
+
}>
|
|
2235
|
+
include_attachments?: boolean
|
|
2236
|
+
subject_prefix?: string
|
|
2237
|
+
mark_as_done?: boolean
|
|
2238
|
+
}
|
|
2239
|
+
allow_failure?: boolean
|
|
2240
|
+
created_automatically?: boolean
|
|
2241
|
+
is_bulk_action?: boolean
|
|
2242
|
+
reason?: {
|
|
2243
|
+
message?: string
|
|
2244
|
+
payload?: Record<string, unknown>
|
|
2245
|
+
}
|
|
2246
|
+
condition_id?: string
|
|
2247
|
+
schedule_id?: string
|
|
2248
|
+
}
|
|
2249
|
+
```
|
|
2250
|
+
|
|
2251
|
+
### `ForwardEmailAction`
|
|
2252
|
+
|
|
2253
|
+
```ts
|
|
2254
|
+
type ForwardEmailAction = {
|
|
2255
|
+
type?: "forward-email"
|
|
2256
|
+
config?: {
|
|
2257
|
+
forward_to: Array<{
|
|
2258
|
+
email: { ... }
|
|
2259
|
+
name?: { ... }
|
|
2260
|
+
}>
|
|
2261
|
+
include_attachments?: boolean
|
|
2262
|
+
subject_prefix?: string
|
|
2263
|
+
mark_as_done?: boolean
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
```
|
|
2267
|
+
|
|
2268
|
+
### `ForwardEmailConfig`
|
|
2269
|
+
|
|
2270
|
+
```ts
|
|
2271
|
+
type ForwardEmailConfig = {
|
|
2272
|
+
forward_to: Array<{
|
|
2273
|
+
email: string // email
|
|
2274
|
+
name?: string
|
|
2275
|
+
}>
|
|
2276
|
+
include_attachments?: boolean
|
|
2277
|
+
subject_prefix?: string
|
|
2278
|
+
mark_as_done?: boolean
|
|
2279
|
+
}
|
|
2280
|
+
```
|
|
2281
|
+
|
|
2282
|
+
### `ReplyEmailActionConfig`
|
|
2283
|
+
|
|
2284
|
+
```ts
|
|
2285
|
+
type ReplyEmailActionConfig = {
|
|
2286
|
+
id?: string
|
|
2287
|
+
flow_action_id?: string
|
|
2288
|
+
name?: string
|
|
2289
|
+
type?: "reply-email"
|
|
2290
|
+
config?: {
|
|
2291
|
+
email_template_id?: string
|
|
2292
|
+
language_code?: "de" | "en"
|
|
2293
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2294
|
+
mark_as_done?: boolean
|
|
2295
|
+
}
|
|
2296
|
+
allow_failure?: boolean
|
|
2297
|
+
created_automatically?: boolean
|
|
2298
|
+
is_bulk_action?: boolean
|
|
2299
|
+
reason?: {
|
|
2300
|
+
message?: string
|
|
2301
|
+
payload?: Record<string, unknown>
|
|
2302
|
+
}
|
|
2303
|
+
condition_id?: string
|
|
2304
|
+
schedule_id?: string
|
|
2305
|
+
}
|
|
2306
|
+
```
|
|
2307
|
+
|
|
2308
|
+
### `ReplyEmailAction`
|
|
2309
|
+
|
|
2310
|
+
```ts
|
|
2311
|
+
type ReplyEmailAction = {
|
|
2312
|
+
type?: "reply-email"
|
|
2313
|
+
config?: {
|
|
2314
|
+
email_template_id?: string
|
|
2315
|
+
language_code?: "de" | "en"
|
|
2316
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2317
|
+
mark_as_done?: boolean
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2320
|
+
```
|
|
2321
|
+
|
|
2322
|
+
### `ReplyEmailConfig`
|
|
2323
|
+
|
|
2324
|
+
```ts
|
|
2325
|
+
type ReplyEmailConfig = {
|
|
2326
|
+
email_template_id?: string
|
|
2327
|
+
language_code?: "de" | "en"
|
|
2328
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2329
|
+
mark_as_done?: boolean
|
|
2330
|
+
}
|
|
2331
|
+
```
|
|
2332
|
+
|
|
2210
2333
|
### `SendEmailConfig`
|
|
2211
2334
|
|
|
2212
2335
|
```ts
|
|
@@ -2216,6 +2339,9 @@ type SendEmailConfig = {
|
|
|
2216
2339
|
notify_portal_user_only?: boolean
|
|
2217
2340
|
skip_creating_entities?: boolean
|
|
2218
2341
|
wait_for_confirmation?: boolean
|
|
2342
|
+
reply_to_sender?: boolean
|
|
2343
|
+
reply_mode?: "reply_in_thread" | "new_email"
|
|
2344
|
+
mark_as_done?: boolean
|
|
2219
2345
|
attachments?: Array<{
|
|
2220
2346
|
source_filter?: {
|
|
2221
2347
|
limit?: { ... }
|
|
@@ -3071,6 +3197,12 @@ type GetExecutionsResp = {
|
|
|
3071
3197
|
} | {
|
|
3072
3198
|
type?: { ... }
|
|
3073
3199
|
config?: { ... }
|
|
3200
|
+
} | {
|
|
3201
|
+
type?: { ... }
|
|
3202
|
+
config?: { ... }
|
|
3203
|
+
} | {
|
|
3204
|
+
type?: { ... }
|
|
3205
|
+
config?: { ... }
|
|
3074
3206
|
}>
|
|
3075
3207
|
resume_token?: string
|
|
3076
3208
|
trigger_context?: Record<string, string>
|
|
@@ -3078,12 +3210,6 @@ type GetExecutionsResp = {
|
|
|
3078
3210
|
trigger_event?: {
|
|
3079
3211
|
type?: { ... }
|
|
3080
3212
|
org_id: { ... }
|
|
3081
|
-
entity_id: { ... }
|
|
3082
|
-
caller?: { ... }
|
|
3083
|
-
} | {
|
|
3084
|
-
type?: { ... }
|
|
3085
|
-
org_id: { ... }
|
|
3086
|
-
activity_id: { ... }
|
|
3087
3213
|
// ...
|
|
3088
3214
|
}
|
|
3089
3215
|
```
|
|
@@ -4016,6 +4142,12 @@ type ResumeResp = {
|
|
|
4016
4142
|
} | {
|
|
4017
4143
|
type?: { ... }
|
|
4018
4144
|
config?: { ... }
|
|
4145
|
+
} | {
|
|
4146
|
+
type?: { ... }
|
|
4147
|
+
config?: { ... }
|
|
4148
|
+
} | {
|
|
4149
|
+
type?: { ... }
|
|
4150
|
+
config?: { ... }
|
|
4019
4151
|
}>
|
|
4020
4152
|
resume_token?: string
|
|
4021
4153
|
trigger_context?: Record<string, string>
|
|
@@ -4024,12 +4156,6 @@ type ResumeResp = {
|
|
|
4024
4156
|
type?: { ... }
|
|
4025
4157
|
org_id: { ... }
|
|
4026
4158
|
entity_id: { ... }
|
|
4027
|
-
caller?: { ... }
|
|
4028
|
-
} | {
|
|
4029
|
-
type?: { ... }
|
|
4030
|
-
org_id: { ... }
|
|
4031
|
-
activity_id: { ... }
|
|
4032
|
-
activity_type: { ... }
|
|
4033
4159
|
// ...
|
|
4034
4160
|
}
|
|
4035
4161
|
```
|