@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
|
@@ -121,7 +121,7 @@ declare namespace Components {
|
|
|
121
121
|
types?: (("CreateMeterReading" | "UpdateMeterReading" | "DocDownloadedFromPortal" | "PortalUserResetPassword" | "PortalUserResetForgotPassword" | "SelfAssignmentFromPortal") | string)[];
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
|
-
export type AnyAction = MapEntityAction | TriggerWorkflowAction | TriggerShareEntityAction | TriggerWebhookAction | InformERPAction | TriggerEventAction | CreateDocumentAction | SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | CustomAction | AutomationAction | FlowExecutionCancelAction;
|
|
124
|
+
export type AnyAction = MapEntityAction | TriggerWorkflowAction | TriggerShareEntityAction | TriggerWebhookAction | InformERPAction | TriggerEventAction | CreateDocumentAction | SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | CustomAction | AutomationAction | FlowExecutionCancelAction | ForwardEmailAction | ReplyEmailAction;
|
|
125
125
|
export type AnyActionConfig = /**
|
|
126
126
|
* example:
|
|
127
127
|
* {
|
|
@@ -371,7 +371,36 @@ declare namespace Components {
|
|
|
371
371
|
* }
|
|
372
372
|
* }
|
|
373
373
|
*/
|
|
374
|
-
FlowExecutionCancelActionConfig
|
|
374
|
+
FlowExecutionCancelActionConfig | /**
|
|
375
|
+
* example:
|
|
376
|
+
* {
|
|
377
|
+
* "id": "25jga0-gkasl26-0asg-908sgaj2",
|
|
378
|
+
* "name": "Forward Email",
|
|
379
|
+
* "type": "forward-email",
|
|
380
|
+
* "config": {
|
|
381
|
+
* "forward_to": [
|
|
382
|
+
* {
|
|
383
|
+
* "email": "external@outlook.com",
|
|
384
|
+
* "name": "External User"
|
|
385
|
+
* }
|
|
386
|
+
* ]
|
|
387
|
+
* }
|
|
388
|
+
* }
|
|
389
|
+
*/
|
|
390
|
+
ForwardEmailActionConfig | /**
|
|
391
|
+
* example:
|
|
392
|
+
* {
|
|
393
|
+
* "id": "25jga0-gkasl26-0asg-908sgaj2",
|
|
394
|
+
* "name": "Reply Email",
|
|
395
|
+
* "type": "reply-email",
|
|
396
|
+
* "config": {
|
|
397
|
+
* "email_template_id": "gasj02-29ug9asgm-29t9gsaghg2g-pkmbhx2",
|
|
398
|
+
* "language_code": "de",
|
|
399
|
+
* "reply_mode": "reply_in_thread"
|
|
400
|
+
* }
|
|
401
|
+
* }
|
|
402
|
+
*/
|
|
403
|
+
ReplyEmailActionConfig;
|
|
375
404
|
export type AnyTrigger = FrontendSubmitTrigger | JourneySubmitTrigger | ApiSubmissionTrigger | /**
|
|
376
405
|
* - If provides filter_config, executes an automation based on the filtered configuration when an entity event occurs.
|
|
377
406
|
* - The conditions on a filter follows the event bridge patterns - `https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html`
|
|
@@ -2317,6 +2346,159 @@ declare namespace Components {
|
|
|
2317
2346
|
journey_id?: string; // uuid
|
|
2318
2347
|
};
|
|
2319
2348
|
}
|
|
2349
|
+
export interface ForwardEmailAction {
|
|
2350
|
+
id?: /**
|
|
2351
|
+
* example:
|
|
2352
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
2353
|
+
*/
|
|
2354
|
+
AutomationActionId;
|
|
2355
|
+
flow_action_id?: /**
|
|
2356
|
+
* example:
|
|
2357
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
2358
|
+
*/
|
|
2359
|
+
AutomationActionId;
|
|
2360
|
+
name?: string;
|
|
2361
|
+
type?: "forward-email";
|
|
2362
|
+
config?: ForwardEmailConfig;
|
|
2363
|
+
/**
|
|
2364
|
+
* Whether to stop execution in a failed state if this action fails
|
|
2365
|
+
*/
|
|
2366
|
+
allow_failure?: boolean;
|
|
2367
|
+
/**
|
|
2368
|
+
* Flag indicating whether the action was created automatically or manually
|
|
2369
|
+
*/
|
|
2370
|
+
created_automatically?: boolean;
|
|
2371
|
+
/**
|
|
2372
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2373
|
+
*/
|
|
2374
|
+
is_bulk_action?: boolean;
|
|
2375
|
+
reason?: {
|
|
2376
|
+
/**
|
|
2377
|
+
* Why the action has to be skipped/failed
|
|
2378
|
+
* example:
|
|
2379
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
2380
|
+
*/
|
|
2381
|
+
message?: string;
|
|
2382
|
+
/**
|
|
2383
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
2384
|
+
*/
|
|
2385
|
+
payload?: {
|
|
2386
|
+
[name: string]: any;
|
|
2387
|
+
};
|
|
2388
|
+
};
|
|
2389
|
+
/**
|
|
2390
|
+
* Condition Id to be checked before executing the action
|
|
2391
|
+
*/
|
|
2392
|
+
condition_id?: string;
|
|
2393
|
+
/**
|
|
2394
|
+
* Schedule Id which indicates the schedule of the action
|
|
2395
|
+
*/
|
|
2396
|
+
schedule_id?: string;
|
|
2397
|
+
execution_status?: ExecutionStatus;
|
|
2398
|
+
started_at?: string;
|
|
2399
|
+
updated_at?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
* example:
|
|
2402
|
+
* {}
|
|
2403
|
+
*/
|
|
2404
|
+
outputs?: {
|
|
2405
|
+
[name: string]: any;
|
|
2406
|
+
};
|
|
2407
|
+
error_output?: ErrorOutput;
|
|
2408
|
+
retry_strategy?: /* different behaviors for retrying failed execution actions. */ RetryStrategy;
|
|
2409
|
+
}
|
|
2410
|
+
/**
|
|
2411
|
+
* example:
|
|
2412
|
+
* {
|
|
2413
|
+
* "id": "25jga0-gkasl26-0asg-908sgaj2",
|
|
2414
|
+
* "name": "Forward Email",
|
|
2415
|
+
* "type": "forward-email",
|
|
2416
|
+
* "config": {
|
|
2417
|
+
* "forward_to": [
|
|
2418
|
+
* {
|
|
2419
|
+
* "email": "external@outlook.com",
|
|
2420
|
+
* "name": "External User"
|
|
2421
|
+
* }
|
|
2422
|
+
* ]
|
|
2423
|
+
* }
|
|
2424
|
+
* }
|
|
2425
|
+
*/
|
|
2426
|
+
export interface ForwardEmailActionConfig {
|
|
2427
|
+
id?: /**
|
|
2428
|
+
* example:
|
|
2429
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
2430
|
+
*/
|
|
2431
|
+
AutomationActionId;
|
|
2432
|
+
flow_action_id?: /**
|
|
2433
|
+
* example:
|
|
2434
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
2435
|
+
*/
|
|
2436
|
+
AutomationActionId;
|
|
2437
|
+
name?: string;
|
|
2438
|
+
type?: "forward-email";
|
|
2439
|
+
config?: ForwardEmailConfig;
|
|
2440
|
+
/**
|
|
2441
|
+
* Whether to stop execution in a failed state if this action fails
|
|
2442
|
+
*/
|
|
2443
|
+
allow_failure?: boolean;
|
|
2444
|
+
/**
|
|
2445
|
+
* Flag indicating whether the action was created automatically or manually
|
|
2446
|
+
*/
|
|
2447
|
+
created_automatically?: boolean;
|
|
2448
|
+
/**
|
|
2449
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2450
|
+
*/
|
|
2451
|
+
is_bulk_action?: boolean;
|
|
2452
|
+
reason?: {
|
|
2453
|
+
/**
|
|
2454
|
+
* Why the action has to be skipped/failed
|
|
2455
|
+
* example:
|
|
2456
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
2457
|
+
*/
|
|
2458
|
+
message?: string;
|
|
2459
|
+
/**
|
|
2460
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
2461
|
+
*/
|
|
2462
|
+
payload?: {
|
|
2463
|
+
[name: string]: any;
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
/**
|
|
2467
|
+
* Condition Id to be checked before executing the action
|
|
2468
|
+
*/
|
|
2469
|
+
condition_id?: string;
|
|
2470
|
+
/**
|
|
2471
|
+
* Schedule Id which indicates the schedule of the action
|
|
2472
|
+
*/
|
|
2473
|
+
schedule_id?: string;
|
|
2474
|
+
}
|
|
2475
|
+
export interface ForwardEmailConfig {
|
|
2476
|
+
/**
|
|
2477
|
+
* List of email addresses to forward the incoming email to
|
|
2478
|
+
*/
|
|
2479
|
+
forward_to: {
|
|
2480
|
+
/**
|
|
2481
|
+
* Email address to forward to
|
|
2482
|
+
*/
|
|
2483
|
+
email: string; // email
|
|
2484
|
+
/**
|
|
2485
|
+
* Display name for the recipient
|
|
2486
|
+
*/
|
|
2487
|
+
name?: string;
|
|
2488
|
+
}[];
|
|
2489
|
+
/**
|
|
2490
|
+
* Whether to include the original email attachments in the forwarded email
|
|
2491
|
+
*/
|
|
2492
|
+
include_attachments?: boolean;
|
|
2493
|
+
/**
|
|
2494
|
+
* Prefix to add to the original email subject
|
|
2495
|
+
*/
|
|
2496
|
+
subject_prefix?: string;
|
|
2497
|
+
/**
|
|
2498
|
+
* When enabled, the email thread will be automatically marked as done after this action completes.
|
|
2499
|
+
*/
|
|
2500
|
+
mark_as_done?: boolean;
|
|
2501
|
+
}
|
|
2320
2502
|
export interface FrontendSubmitTrigger {
|
|
2321
2503
|
/**
|
|
2322
2504
|
* example:
|
|
@@ -2984,6 +3166,150 @@ declare namespace Components {
|
|
|
2984
3166
|
};
|
|
2985
3167
|
mode: "append" | "prepend" | "set";
|
|
2986
3168
|
}
|
|
3169
|
+
export interface ReplyEmailAction {
|
|
3170
|
+
id?: /**
|
|
3171
|
+
* example:
|
|
3172
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
3173
|
+
*/
|
|
3174
|
+
AutomationActionId;
|
|
3175
|
+
flow_action_id?: /**
|
|
3176
|
+
* example:
|
|
3177
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
3178
|
+
*/
|
|
3179
|
+
AutomationActionId;
|
|
3180
|
+
name?: string;
|
|
3181
|
+
type?: "reply-email";
|
|
3182
|
+
config?: ReplyEmailConfig;
|
|
3183
|
+
/**
|
|
3184
|
+
* Whether to stop execution in a failed state if this action fails
|
|
3185
|
+
*/
|
|
3186
|
+
allow_failure?: boolean;
|
|
3187
|
+
/**
|
|
3188
|
+
* Flag indicating whether the action was created automatically or manually
|
|
3189
|
+
*/
|
|
3190
|
+
created_automatically?: boolean;
|
|
3191
|
+
/**
|
|
3192
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
3193
|
+
*/
|
|
3194
|
+
is_bulk_action?: boolean;
|
|
3195
|
+
reason?: {
|
|
3196
|
+
/**
|
|
3197
|
+
* Why the action has to be skipped/failed
|
|
3198
|
+
* example:
|
|
3199
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
3200
|
+
*/
|
|
3201
|
+
message?: string;
|
|
3202
|
+
/**
|
|
3203
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
3204
|
+
*/
|
|
3205
|
+
payload?: {
|
|
3206
|
+
[name: string]: any;
|
|
3207
|
+
};
|
|
3208
|
+
};
|
|
3209
|
+
/**
|
|
3210
|
+
* Condition Id to be checked before executing the action
|
|
3211
|
+
*/
|
|
3212
|
+
condition_id?: string;
|
|
3213
|
+
/**
|
|
3214
|
+
* Schedule Id which indicates the schedule of the action
|
|
3215
|
+
*/
|
|
3216
|
+
schedule_id?: string;
|
|
3217
|
+
execution_status?: ExecutionStatus;
|
|
3218
|
+
started_at?: string;
|
|
3219
|
+
updated_at?: string;
|
|
3220
|
+
/**
|
|
3221
|
+
* example:
|
|
3222
|
+
* {}
|
|
3223
|
+
*/
|
|
3224
|
+
outputs?: {
|
|
3225
|
+
[name: string]: any;
|
|
3226
|
+
};
|
|
3227
|
+
error_output?: ErrorOutput;
|
|
3228
|
+
retry_strategy?: /* different behaviors for retrying failed execution actions. */ RetryStrategy;
|
|
3229
|
+
}
|
|
3230
|
+
/**
|
|
3231
|
+
* example:
|
|
3232
|
+
* {
|
|
3233
|
+
* "id": "25jga0-gkasl26-0asg-908sgaj2",
|
|
3234
|
+
* "name": "Reply Email",
|
|
3235
|
+
* "type": "reply-email",
|
|
3236
|
+
* "config": {
|
|
3237
|
+
* "email_template_id": "gasj02-29ug9asgm-29t9gsaghg2g-pkmbhx2",
|
|
3238
|
+
* "language_code": "de",
|
|
3239
|
+
* "reply_mode": "reply_in_thread"
|
|
3240
|
+
* }
|
|
3241
|
+
* }
|
|
3242
|
+
*/
|
|
3243
|
+
export interface ReplyEmailActionConfig {
|
|
3244
|
+
id?: /**
|
|
3245
|
+
* example:
|
|
3246
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
3247
|
+
*/
|
|
3248
|
+
AutomationActionId;
|
|
3249
|
+
flow_action_id?: /**
|
|
3250
|
+
* example:
|
|
3251
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
3252
|
+
*/
|
|
3253
|
+
AutomationActionId;
|
|
3254
|
+
name?: string;
|
|
3255
|
+
type?: "reply-email";
|
|
3256
|
+
config?: ReplyEmailConfig;
|
|
3257
|
+
/**
|
|
3258
|
+
* Whether to stop execution in a failed state if this action fails
|
|
3259
|
+
*/
|
|
3260
|
+
allow_failure?: boolean;
|
|
3261
|
+
/**
|
|
3262
|
+
* Flag indicating whether the action was created automatically or manually
|
|
3263
|
+
*/
|
|
3264
|
+
created_automatically?: boolean;
|
|
3265
|
+
/**
|
|
3266
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
3267
|
+
*/
|
|
3268
|
+
is_bulk_action?: boolean;
|
|
3269
|
+
reason?: {
|
|
3270
|
+
/**
|
|
3271
|
+
* Why the action has to be skipped/failed
|
|
3272
|
+
* example:
|
|
3273
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
3274
|
+
*/
|
|
3275
|
+
message?: string;
|
|
3276
|
+
/**
|
|
3277
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
3278
|
+
*/
|
|
3279
|
+
payload?: {
|
|
3280
|
+
[name: string]: any;
|
|
3281
|
+
};
|
|
3282
|
+
};
|
|
3283
|
+
/**
|
|
3284
|
+
* Condition Id to be checked before executing the action
|
|
3285
|
+
*/
|
|
3286
|
+
condition_id?: string;
|
|
3287
|
+
/**
|
|
3288
|
+
* Schedule Id which indicates the schedule of the action
|
|
3289
|
+
*/
|
|
3290
|
+
schedule_id?: string;
|
|
3291
|
+
}
|
|
3292
|
+
export interface ReplyEmailConfig {
|
|
3293
|
+
/**
|
|
3294
|
+
* ID of the email template to use for the reply
|
|
3295
|
+
*/
|
|
3296
|
+
email_template_id?: string;
|
|
3297
|
+
/**
|
|
3298
|
+
* Language code for the email template
|
|
3299
|
+
*/
|
|
3300
|
+
language_code?: "de" | "en";
|
|
3301
|
+
/**
|
|
3302
|
+
* Controls how the reply email is sent.
|
|
3303
|
+
* - reply_in_thread: Sends the email as a reply within the existing email thread (default).
|
|
3304
|
+
* - new_email: Sends the email as a new standalone email to the original sender, creating a fresh thread.
|
|
3305
|
+
*
|
|
3306
|
+
*/
|
|
3307
|
+
reply_mode?: "reply_in_thread" | "new_email";
|
|
3308
|
+
/**
|
|
3309
|
+
* When enabled, the email thread will be automatically marked as done after this action completes.
|
|
3310
|
+
*/
|
|
3311
|
+
mark_as_done?: boolean;
|
|
3312
|
+
}
|
|
2987
3313
|
export interface ResumeReq {
|
|
2988
3314
|
resume_token: /**
|
|
2989
3315
|
* A unique token to resume a paused automation execution
|
|
@@ -3163,6 +3489,24 @@ declare namespace Components {
|
|
|
3163
3489
|
*
|
|
3164
3490
|
*/
|
|
3165
3491
|
wait_for_confirmation?: boolean;
|
|
3492
|
+
/**
|
|
3493
|
+
* When enabled, overrides the template's "To" field with the sender address of the triggering incoming email.
|
|
3494
|
+
* This is useful for auto-reply scenarios where you want to automatically respond to the person who sent the email.
|
|
3495
|
+
* Only works when the automation is triggered by a received email (received_email or new_email_thread triggers).
|
|
3496
|
+
*
|
|
3497
|
+
*/
|
|
3498
|
+
reply_to_sender?: boolean;
|
|
3499
|
+
/**
|
|
3500
|
+
* Controls how the auto-reply email is sent when reply_to_sender is enabled.
|
|
3501
|
+
* - reply_in_thread: Sends the email as a reply within the existing email thread (default).
|
|
3502
|
+
* - new_email: Sends the email as a new standalone email to the original sender, creating a fresh thread.
|
|
3503
|
+
*
|
|
3504
|
+
*/
|
|
3505
|
+
reply_mode?: "reply_in_thread" | "new_email";
|
|
3506
|
+
/**
|
|
3507
|
+
* When enabled, the email thread will be automatically marked as done after this action completes.
|
|
3508
|
+
*/
|
|
3509
|
+
mark_as_done?: boolean;
|
|
3166
3510
|
/**
|
|
3167
3511
|
* Include extra file attachments in sent email.
|
|
3168
3512
|
* Attachments in email template will be sent regardless of this configuration.
|
|
@@ -4834,6 +5178,9 @@ type FlowExecutionCancelAction = Components.Schemas.FlowExecutionCancelAction;
|
|
|
4834
5178
|
type FlowExecutionCancelActionConfig = Components.Schemas.FlowExecutionCancelActionConfig;
|
|
4835
5179
|
type FlowExecutionCancelConfig = Components.Schemas.FlowExecutionCancelConfig;
|
|
4836
5180
|
type FlowsTrigger = Components.Schemas.FlowsTrigger;
|
|
5181
|
+
type ForwardEmailAction = Components.Schemas.ForwardEmailAction;
|
|
5182
|
+
type ForwardEmailActionConfig = Components.Schemas.ForwardEmailActionConfig;
|
|
5183
|
+
type ForwardEmailConfig = Components.Schemas.ForwardEmailConfig;
|
|
4837
5184
|
type FrontendSubmitTrigger = Components.Schemas.FrontendSubmitTrigger;
|
|
4838
5185
|
type GetExecutionsResp = Components.Schemas.GetExecutionsResp;
|
|
4839
5186
|
type InformERPAction = Components.Schemas.InformERPAction;
|
|
@@ -4862,6 +5209,9 @@ type PrefixCondition = Components.Schemas.PrefixCondition;
|
|
|
4862
5209
|
type PrimitiveJSONValue = Components.Schemas.PrimitiveJSONValue;
|
|
4863
5210
|
type ReceivedEmailTrigger = Components.Schemas.ReceivedEmailTrigger;
|
|
4864
5211
|
type RelationAttribute = Components.Schemas.RelationAttribute;
|
|
5212
|
+
type ReplyEmailAction = Components.Schemas.ReplyEmailAction;
|
|
5213
|
+
type ReplyEmailActionConfig = Components.Schemas.ReplyEmailActionConfig;
|
|
5214
|
+
type ReplyEmailConfig = Components.Schemas.ReplyEmailConfig;
|
|
4865
5215
|
type ResumeReq = Components.Schemas.ResumeReq;
|
|
4866
5216
|
type ResumeResp = Components.Schemas.ResumeResp;
|
|
4867
5217
|
type ResumeToken = Components.Schemas.ResumeToken;
|
|
@@ -4899,4 +5249,4 @@ type WildcardCondition = Components.Schemas.WildcardCondition;
|
|
|
4899
5249
|
type WorkflowContextRole = Components.Schemas.WorkflowContextRole;
|
|
4900
5250
|
type WorkflowExecutionContext = Components.Schemas.WorkflowExecutionContext;
|
|
4901
5251
|
|
|
4902
|
-
export { type EqualsIgnoreCaseCondition as $, type ActionCondition as A, type BulkTriggerJob as B, type Client as C, type CancellationReason as D, type CartCheckoutAction as E, type CartCheckoutActionConfig as F, type CartCheckoutConfig as G, type Comparison as H, type ConditionStatement as I, type CopyValueMapper as J, type CreateDocumentAction as K, type CreateDocumentActionConfig as L, type CreateDocumentConfig as M, type CustomAction as N, type OperationMethods as O, Paths as P, type DiffAdded as Q, type DiffDeleted as R, type DiffUpdated as S, type EntityId as T, type EntityItemSnapshot as U, type EntityManualTrigger as V, type EntityOperation as W, type EntityOperationTrigger as X, type EntityRef as Y, type EntitySearchFilter as Z, type EntitySearchFilterValue as _, Components as a, type
|
|
5252
|
+
export { type EqualsIgnoreCaseCondition as $, type ActionCondition as A, type BulkTriggerJob as B, type Client as C, type CancellationReason as D, type CartCheckoutAction as E, type CartCheckoutActionConfig as F, type CartCheckoutConfig as G, type Comparison as H, type ConditionStatement as I, type CopyValueMapper as J, type CreateDocumentAction as K, type CreateDocumentActionConfig as L, type CreateDocumentConfig as M, type CustomAction as N, type OperationMethods as O, Paths as P, type DiffAdded as Q, type DiffDeleted as R, type DiffUpdated as S, type EntityId as T, type EntityItemSnapshot as U, type EntityManualTrigger as V, type EntityOperation as W, type EntityOperationTrigger as X, type EntityRef as Y, type EntitySearchFilter as Z, type EntitySearchFilterValue as _, Components as a, type TriggerEventActionConfig as a$, type ErrorCode as a0, type ErrorDetail as a1, type ErrorObject as a2, type ErrorOutput as a3, type ExecItem as a4, type ExecutionChain as a5, type ExecutionStatus as a6, type ExistsCondition as a7, type FilterConditionOnEvent as a8, type FlowExecutionCancelAction as a9, type OrCondition as aA, type OrConditionForDiff as aB, type OrganizationId as aC, type PatchBulkJobRequest as aD, type PrefixCondition as aE, type PrimitiveJSONValue as aF, type ReceivedEmailTrigger as aG, type RelationAttribute as aH, type ReplyEmailAction as aI, type ReplyEmailActionConfig as aJ, type ReplyEmailConfig as aK, type ResumeReq as aL, type ResumeResp as aM, type ResumeToken as aN, type RetryReq as aO, type RetryStrategy as aP, type SearchAutomationsResp as aQ, type SendEmailAction as aR, type SendEmailActionConfig as aS, type SendEmailCondition as aT, type SendEmailConfig as aU, type SetValueMapper as aV, type StartExecutionRequest as aW, type SuffixCondition as aX, type TriggerCondition as aY, type TriggerContext as aZ, type TriggerEventAction as a_, type FlowExecutionCancelActionConfig as aa, type FlowExecutionCancelConfig as ab, type FlowsTrigger as ac, type ForwardEmailAction as ad, type ForwardEmailActionConfig as ae, type ForwardEmailConfig as af, type FrontendSubmitTrigger as ag, type GetExecutionsResp as ah, type InformERPAction as ai, type InformERPActionConfig as aj, type InformERPConfig as ak, type JobId as al, type JourneySubmitTrigger as am, type MapEntityAction as an, type MapEntityActionConfig as ao, type MapEntityConfig as ap, type MappingAttribute as aq, type MappingAttributeMode as ar, type MappingAttributeV2 as as, type MappingConfigRef as at, type MoveThreadAction as au, type MoveThreadConfig as av, type NewEmailThreadTrigger as aw, type NumericCondition as ax, type OperationNode as ay, type OperationObjectNode as az, type PathsDictionary as b, type TriggerEventConfig as b0, type TriggerEventEntityActivity as b1, type TriggerEventEntityOperation as b2, type TriggerEventFlowAutomationTask as b3, type TriggerEventManual as b4, type TriggerEventMessaging as b5, type TriggerShareEntityAction as b6, type TriggerShareEntityActionConfig as b7, type TriggerShareEntityConfig as b8, type TriggerWebhookAction as b9, type TriggerWebhookActionConfig as ba, type TriggerWebhookConfig as bb, type TriggerWorkflowAction as bc, type TriggerWorkflowActionConfig as bd, type TriggerWorkflowCondition as be, type TriggerWorkflowConfig as bf, type WildcardCondition as bg, type WorkflowContextRole as bh, type WorkflowExecutionContext as bi, type ActionSchedule as c, type ActionScheduleSource as d, type ActivityId as e, type ActivityTrigger as f, type AnyAction as g, type AnyActionConfig as h, type AnyTrigger as i, type AnythingButCondition as j, type ApiCallerContext as k, type ApiSubmissionTrigger as l, type AppendValueMapper as m, type AssignThreadAction as n, type AssignThreadConfig as o, type AssignUsersToStep as p, type AutomationAction as q, type AutomationActionConfig as r, type AutomationActionExecutionState as s, type AutomationActionId as t, type AutomationExecution as u, type AutomationExecutionId as v, type AutomationFlow as w, type AutomationFlowId as x, type AutomationTrigger as y, type BulkTriggerRequest as z };
|