@epilot/sdk 2.0.0-beta.3 → 2.0.0-beta.6
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/definitions/access-token-runtime.json +1 -0
- package/definitions/access-token.json +663 -0
- package/definitions/address-runtime.json +1 -0
- package/definitions/address-suggestions-runtime.json +1 -0
- package/definitions/address-suggestions.json +582 -0
- package/definitions/address.json +578 -0
- package/definitions/ai-agents-runtime.json +1 -0
- package/definitions/ai-agents.json +1711 -0
- package/definitions/app-runtime.json +1 -0
- package/definitions/app.json +4443 -0
- package/definitions/audit-logs-runtime.json +1 -0
- package/definitions/audit-logs.json +305 -0
- package/definitions/automation-runtime.json +1 -0
- package/definitions/automation.json +4850 -0
- package/definitions/billing-runtime.json +1 -0
- package/definitions/billing.json +837 -0
- package/definitions/blueprint-manifest-runtime.json +1 -0
- package/definitions/blueprint-manifest.json +3376 -0
- package/definitions/consent-runtime.json +1 -0
- package/definitions/consent.json +344 -0
- package/definitions/customer-portal-runtime.json +1 -0
- package/definitions/customer-portal.json +15000 -0
- package/definitions/dashboard-runtime.json +1 -0
- package/definitions/dashboard.json +484 -0
- package/definitions/data-management-runtime.json +1 -0
- package/definitions/data-management.json +962 -0
- package/definitions/deduplication-runtime.json +1 -0
- package/definitions/deduplication.json +183 -0
- package/definitions/design-runtime.json +1 -0
- package/definitions/design.json +1423 -0
- package/definitions/document-runtime.json +1 -0
- package/definitions/document.json +758 -0
- package/definitions/email-settings-runtime.json +1 -0
- package/definitions/email-settings.json +2627 -0
- package/definitions/email-template-runtime.json +1 -0
- package/definitions/email-template.json +1419 -0
- package/definitions/entity-mapping-runtime.json +1 -0
- package/definitions/entity-mapping.json +1642 -0
- package/definitions/entity-runtime.json +1 -0
- package/definitions/entity.json +10074 -0
- package/definitions/environments-runtime.json +1 -0
- package/definitions/environments.json +363 -0
- package/definitions/erp-integration-runtime.json +1 -0
- package/definitions/erp-integration.json +5845 -0
- package/definitions/event-catalog-runtime.json +1 -0
- package/definitions/event-catalog.json +1051 -0
- package/definitions/file-runtime.json +1 -0
- package/definitions/file.json +2842 -0
- package/definitions/iban-runtime.json +1 -0
- package/definitions/iban.json +132 -0
- package/definitions/journey-runtime.json +1 -0
- package/definitions/journey.json +2341 -0
- package/definitions/kanban-runtime.json +1 -0
- package/definitions/kanban.json +929 -0
- package/definitions/message-runtime.json +1 -0
- package/definitions/message.json +2660 -0
- package/definitions/metering-runtime.json +1 -0
- package/definitions/metering.json +2321 -0
- package/definitions/notes-runtime.json +1 -0
- package/definitions/notes.json +1531 -0
- package/definitions/notification-runtime.json +1 -0
- package/definitions/notification.json +1425 -0
- package/definitions/organization-runtime.json +1 -0
- package/definitions/organization.json +629 -0
- package/definitions/partner-directory-runtime.json +1 -0
- package/definitions/partner-directory.json +1718 -0
- package/definitions/permissions-runtime.json +1 -0
- package/definitions/permissions.json +1480 -0
- package/definitions/pricing-runtime.json +1 -0
- package/definitions/pricing-tier-runtime.json +1 -0
- package/definitions/pricing-tier.json +105 -0
- package/definitions/pricing.json +9884 -0
- package/definitions/purpose-runtime.json +1 -0
- package/definitions/purpose.json +524 -0
- package/definitions/sandbox-runtime.json +1 -0
- package/definitions/sandbox.json +453 -0
- package/definitions/submission-runtime.json +1 -0
- package/definitions/submission.json +313 -0
- package/definitions/targeting-runtime.json +1 -0
- package/definitions/targeting.json +1474 -0
- package/definitions/template-variables-runtime.json +1 -0
- package/definitions/template-variables.json +1408 -0
- package/definitions/user-runtime.json +1 -0
- package/definitions/user.json +2408 -0
- package/definitions/validation-rules-runtime.json +1 -0
- package/definitions/validation-rules.json +1491 -0
- package/definitions/webhooks-runtime.json +1 -0
- package/definitions/webhooks.json +1525 -0
- package/definitions/workflow-definition-runtime.json +1 -0
- package/definitions/workflow-definition.json +3417 -0
- package/definitions/workflow-runtime.json +1 -0
- package/definitions/workflow.json +4106 -0
- package/dist/{access-token.d-BuXO-21p.d.cts → access-token.d-CnmUTOlq.d.cts} +1 -1
- package/dist/{access-token.d-BuXO-21p.d.ts → access-token.d-CnmUTOlq.d.ts} +1 -1
- package/dist/{address-suggestions.d-Cay0qOfA.d.cts → address-suggestions.d-_YwTOR-9.d.cts} +1 -1
- package/dist/{address-suggestions.d-Cay0qOfA.d.ts → address-suggestions.d-_YwTOR-9.d.ts} +1 -1
- package/dist/{address.d-D-oZY0rk.d.cts → address.d-CwAPOVxa.d.cts} +1 -1
- package/dist/{address.d-D-oZY0rk.d.ts → address.d-CwAPOVxa.d.ts} +1 -1
- package/dist/{ai-agents.d-B4_CZTCP.d.cts → ai-agents.d-OkXfr2bz.d.cts} +1 -1
- package/dist/{ai-agents.d-B4_CZTCP.d.ts → ai-agents.d-OkXfr2bz.d.ts} +1 -1
- package/dist/apis/access-token.cjs +13 -84
- package/dist/apis/access-token.d.cts +3 -3
- package/dist/apis/access-token.d.ts +3 -3
- package/dist/apis/access-token.js +11 -82
- package/dist/apis/address-suggestions.cjs +13 -127
- package/dist/apis/address-suggestions.d.cts +3 -3
- package/dist/apis/address-suggestions.d.ts +3 -3
- package/dist/apis/address-suggestions.js +11 -125
- package/dist/apis/address.cjs +13 -79
- package/dist/apis/address.d.cts +3 -3
- package/dist/apis/address.d.ts +3 -3
- package/dist/apis/address.js +11 -77
- package/dist/apis/ai-agents.cjs +13 -210
- package/dist/apis/ai-agents.d.cts +3 -3
- package/dist/apis/ai-agents.d.ts +3 -3
- package/dist/apis/ai-agents.js +11 -208
- package/dist/apis/app.cjs +13 -568
- package/dist/apis/app.d.cts +3 -3
- package/dist/apis/app.d.ts +3 -3
- package/dist/apis/app.js +11 -566
- package/dist/apis/audit-logs.cjs +13 -50
- package/dist/apis/audit-logs.d.cts +3 -3
- package/dist/apis/audit-logs.d.ts +3 -3
- package/dist/apis/audit-logs.js +11 -48
- package/dist/apis/automation.cjs +13 -277
- package/dist/apis/automation.d.cts +3 -3
- package/dist/apis/automation.d.ts +3 -3
- package/dist/apis/automation.js +11 -275
- package/dist/apis/billing.cjs +13 -170
- package/dist/apis/billing.d.cts +3 -3
- package/dist/apis/billing.d.ts +3 -3
- package/dist/apis/billing.js +11 -168
- package/dist/apis/blueprint-manifest.cjs +13 -499
- package/dist/apis/blueprint-manifest.d.cts +3 -3
- package/dist/apis/blueprint-manifest.d.ts +3 -3
- package/dist/apis/blueprint-manifest.js +11 -497
- package/dist/apis/consent.cjs +13 -79
- package/dist/apis/consent.d.cts +3 -3
- package/dist/apis/consent.d.ts +3 -3
- package/dist/apis/consent.js +11 -77
- package/dist/apis/customer-portal.cjs +13 -2247
- package/dist/apis/customer-portal.d.cts +3 -3
- package/dist/apis/customer-portal.d.ts +3 -3
- package/dist/apis/customer-portal.js +11 -2245
- package/dist/apis/dashboard.cjs +13 -79
- package/dist/apis/dashboard.d.cts +3 -3
- package/dist/apis/dashboard.d.ts +3 -3
- package/dist/apis/dashboard.js +11 -77
- package/dist/apis/data-management.cjs +13 -235
- package/dist/apis/data-management.d.cts +3 -3
- package/dist/apis/data-management.d.ts +3 -3
- package/dist/apis/data-management.js +11 -233
- package/dist/apis/deduplication.cjs +13 -37
- package/dist/apis/deduplication.d.cts +3 -3
- package/dist/apis/deduplication.d.ts +3 -3
- package/dist/apis/deduplication.js +11 -35
- package/dist/apis/design.cjs +13 -214
- package/dist/apis/design.d.cts +3 -3
- package/dist/apis/design.d.ts +3 -3
- package/dist/apis/design.js +11 -212
- package/dist/apis/document.cjs +13 -73
- package/dist/apis/document.d.cts +3 -3
- package/dist/apis/document.d.ts +3 -3
- package/dist/apis/document.js +11 -71
- package/dist/apis/email-settings.cjs +13 -528
- package/dist/apis/email-settings.d.cts +3 -3
- package/dist/apis/email-settings.d.ts +3 -3
- package/dist/apis/email-settings.js +11 -526
- package/dist/apis/email-template.cjs +13 -117
- package/dist/apis/email-template.d.cts +3 -3
- package/dist/apis/email-template.d.ts +3 -3
- package/dist/apis/email-template.js +11 -115
- package/dist/apis/entity-mapping.cjs +13 -210
- package/dist/apis/entity-mapping.d.cts +3 -3
- package/dist/apis/entity-mapping.d.ts +3 -3
- package/dist/apis/entity-mapping.js +11 -208
- package/dist/apis/entity.cjs +13 -1595
- package/dist/apis/entity.d.cts +3 -3
- package/dist/apis/entity.d.ts +3 -3
- package/dist/apis/entity.js +11 -1593
- package/dist/apis/environments.cjs +13 -66
- package/dist/apis/environments.d.cts +3 -3
- package/dist/apis/environments.d.ts +3 -3
- package/dist/apis/environments.js +11 -64
- package/dist/apis/erp-integration.cjs +13 -581
- package/dist/apis/erp-integration.d.cts +3 -3
- package/dist/apis/erp-integration.d.ts +3 -3
- package/dist/apis/erp-integration.js +11 -579
- package/dist/apis/event-catalog.cjs +13 -125
- package/dist/apis/event-catalog.d.cts +3 -3
- package/dist/apis/event-catalog.d.ts +3 -3
- package/dist/apis/event-catalog.js +11 -123
- package/dist/apis/file.cjs +13 -568
- package/dist/apis/file.d.cts +3 -3
- package/dist/apis/file.d.ts +3 -3
- package/dist/apis/file.js +11 -566
- package/dist/apis/iban.cjs +13 -38
- package/dist/apis/iban.d.cts +3 -3
- package/dist/apis/iban.d.ts +3 -3
- package/dist/apis/iban.js +11 -36
- package/dist/apis/journey.cjs +13 -265
- package/dist/apis/journey.d.cts +3 -3
- package/dist/apis/journey.d.ts +3 -3
- package/dist/apis/journey.js +11 -263
- package/dist/apis/kanban.cjs +13 -159
- package/dist/apis/kanban.d.cts +3 -3
- package/dist/apis/kanban.d.ts +3 -3
- package/dist/apis/kanban.js +11 -157
- package/dist/apis/message.cjs +13 -668
- package/dist/apis/message.d.cts +3 -3
- package/dist/apis/message.d.ts +3 -3
- package/dist/apis/message.js +11 -666
- package/dist/apis/metering.cjs +13 -394
- package/dist/apis/metering.d.cts +3 -3
- package/dist/apis/metering.d.ts +3 -3
- package/dist/apis/metering.js +11 -392
- package/dist/apis/notes.cjs +13 -214
- package/dist/apis/notes.d.cts +3 -3
- package/dist/apis/notes.d.ts +3 -3
- package/dist/apis/notes.js +11 -212
- package/dist/apis/notification.cjs +13 -232
- package/dist/apis/notification.d.cts +3 -3
- package/dist/apis/notification.d.ts +3 -3
- package/dist/apis/notification.js +11 -230
- package/dist/apis/organization.cjs +13 -113
- package/dist/apis/organization.d.cts +3 -3
- package/dist/apis/organization.d.ts +3 -3
- package/dist/apis/organization.js +11 -111
- package/dist/apis/partner-directory.cjs +13 -277
- package/dist/apis/partner-directory.d.cts +3 -3
- package/dist/apis/partner-directory.d.ts +3 -3
- package/dist/apis/partner-directory.js +11 -275
- package/dist/apis/permissions.cjs +13 -173
- package/dist/apis/permissions.d.cts +3 -3
- package/dist/apis/permissions.d.ts +3 -3
- package/dist/apis/permissions.js +11 -171
- package/dist/apis/pricing-tier.cjs +14 -32
- package/dist/apis/pricing-tier.d.cts +3 -3
- package/dist/apis/pricing-tier.d.ts +3 -3
- package/dist/apis/pricing-tier.js +11 -29
- package/dist/apis/pricing.cjs +13 -434
- package/dist/apis/pricing.d.cts +3 -3
- package/dist/apis/pricing.d.ts +3 -3
- package/dist/apis/pricing.js +11 -432
- package/dist/apis/purpose.cjs +13 -175
- package/dist/apis/purpose.d.cts +3 -3
- package/dist/apis/purpose.d.ts +3 -3
- package/dist/apis/purpose.js +11 -173
- package/dist/apis/sandbox.cjs +13 -95
- package/dist/apis/sandbox.d.cts +3 -3
- package/dist/apis/sandbox.d.ts +3 -3
- package/dist/apis/sandbox.js +11 -93
- package/dist/apis/submission.cjs +13 -50
- package/dist/apis/submission.d.cts +3 -3
- package/dist/apis/submission.d.ts +3 -3
- package/dist/apis/submission.js +11 -48
- package/dist/apis/targeting.cjs +13 -270
- package/dist/apis/targeting.d.cts +3 -3
- package/dist/apis/targeting.d.ts +3 -3
- package/dist/apis/targeting.js +11 -268
- package/dist/apis/template-variables.cjs +13 -154
- package/dist/apis/template-variables.d.cts +3 -3
- package/dist/apis/template-variables.d.ts +3 -3
- package/dist/apis/template-variables.js +11 -152
- package/dist/apis/user.cjs +13 -483
- package/dist/apis/user.d.cts +3 -3
- package/dist/apis/user.d.ts +3 -3
- package/dist/apis/user.js +11 -481
- package/dist/apis/validation-rules.cjs +13 -115
- package/dist/apis/validation-rules.d.cts +3 -3
- package/dist/apis/validation-rules.d.ts +3 -3
- package/dist/apis/validation-rules.js +11 -113
- package/dist/apis/webhooks.cjs +13 -247
- package/dist/apis/webhooks.d.cts +3 -3
- package/dist/apis/webhooks.d.ts +3 -3
- package/dist/apis/webhooks.js +11 -245
- package/dist/apis/workflow-definition.cjs +13 -337
- package/dist/apis/workflow-definition.d.cts +3 -3
- package/dist/apis/workflow-definition.d.ts +3 -3
- package/dist/apis/workflow-definition.js +11 -335
- package/dist/apis/workflow.cjs +13 -397
- package/dist/apis/workflow.d.cts +3 -3
- package/dist/apis/workflow.d.ts +3 -3
- package/dist/apis/workflow.js +11 -395
- package/dist/{app.d-BKyfin-q.d.cts → app.d-Dr03n4J4.d.cts} +1 -1
- package/dist/{app.d-BKyfin-q.d.ts → app.d-Dr03n4J4.d.ts} +1 -1
- package/dist/{audit-logs.d-19BKb-ur.d.cts → audit-logs.d-BRToFqeX.d.cts} +1 -1
- package/dist/{audit-logs.d-19BKb-ur.d.ts → audit-logs.d-BRToFqeX.d.ts} +1 -1
- package/dist/{automation.d-DKl2VtnW.d.cts → automation.d-sRCRiHKf.d.cts} +1 -1
- package/dist/{automation.d-DKl2VtnW.d.ts → automation.d-sRCRiHKf.d.ts} +1 -1
- package/dist/{billing.d-58fUMBqj.d.cts → billing.d-Bs8Ku9qE.d.cts} +1 -1
- package/dist/{billing.d-58fUMBqj.d.ts → billing.d-Bs8Ku9qE.d.ts} +1 -1
- package/dist/{blueprint-manifest.d-Bu1GyXFW.d.cts → blueprint-manifest.d-CEWRdF3i.d.cts} +1 -1
- package/dist/{blueprint-manifest.d-Bu1GyXFW.d.ts → blueprint-manifest.d-CEWRdF3i.d.ts} +1 -1
- package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
- package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
- package/dist/{consent.d-CQ88IEj0.d.cts → consent.d-C2PROHhX.d.cts} +1 -1
- package/dist/{consent.d-CQ88IEj0.d.ts → consent.d-C2PROHhX.d.ts} +1 -1
- package/dist/{customer-portal.d-EyndRWh6.d.cts → customer-portal.d-D7cJvhBK.d.cts} +1 -1
- package/dist/{customer-portal.d-EyndRWh6.d.ts → customer-portal.d-D7cJvhBK.d.ts} +1 -1
- package/dist/{dashboard.d-AE3RQ6zo.d.cts → dashboard.d-CsGcA74I.d.cts} +1 -1
- package/dist/{dashboard.d-AE3RQ6zo.d.ts → dashboard.d-CsGcA74I.d.ts} +1 -1
- package/dist/{data-management.d-CNExsqJQ.d.cts → data-management.d-pnuiRU2h.d.cts} +1 -1
- package/dist/{data-management.d-CNExsqJQ.d.ts → data-management.d-pnuiRU2h.d.ts} +1 -1
- package/dist/{deduplication.d-DCeJzdbM.d.cts → deduplication.d-w_2aJD5f.d.cts} +1 -1
- package/dist/{deduplication.d-DCeJzdbM.d.ts → deduplication.d-w_2aJD5f.d.ts} +1 -1
- package/dist/{design.d-CkwgJ78Z.d.cts → design.d-eA-irKEX.d.cts} +1 -1
- package/dist/{design.d-CkwgJ78Z.d.ts → design.d-eA-irKEX.d.ts} +1 -1
- package/dist/{document.d-Y8i32qNV.d.cts → document.d-DN37pjdx.d.cts} +1 -1
- package/dist/{document.d-Y8i32qNV.d.ts → document.d-DN37pjdx.d.ts} +1 -1
- package/dist/{email-settings.d-CPAsRFWN.d.cts → email-settings.d-BXxYjVDr.d.cts} +1 -1
- package/dist/{email-settings.d-CPAsRFWN.d.ts → email-settings.d-BXxYjVDr.d.ts} +1 -1
- package/dist/{email-template.d-CQqiCN0N.d.cts → email-template.d-BeqkDHtk.d.cts} +1 -1
- package/dist/{email-template.d-CQqiCN0N.d.ts → email-template.d-BeqkDHtk.d.ts} +1 -1
- package/dist/{entity-mapping.d-DiqXqJWb.d.cts → entity-mapping.d-DKSW3sfy.d.cts} +1 -1
- package/dist/{entity-mapping.d-DiqXqJWb.d.ts → entity-mapping.d-DKSW3sfy.d.ts} +1 -1
- package/dist/{entity.d-BtT4mdq4.d.cts → entity.d-CrtZaZr8.d.cts} +1 -1
- package/dist/{entity.d-BtT4mdq4.d.ts → entity.d-CrtZaZr8.d.ts} +1 -1
- package/dist/{environments.d-C1xIs8N2.d.cts → environments.d-H3LK_KuH.d.cts} +1 -1
- package/dist/{environments.d-C1xIs8N2.d.ts → environments.d-H3LK_KuH.d.ts} +1 -1
- package/dist/{erp-integration.d-CNLzgl4L.d.cts → erp-integration.d-3LmxMirP.d.cts} +1 -1
- package/dist/{erp-integration.d-CNLzgl4L.d.ts → erp-integration.d-3LmxMirP.d.ts} +1 -1
- package/dist/{event-catalog.d-DW1dOyVh.d.cts → event-catalog.d-ENw6HO-w.d.cts} +1 -1
- package/dist/{event-catalog.d-DW1dOyVh.d.ts → event-catalog.d-ENw6HO-w.d.ts} +1 -1
- package/dist/{file.d-Bpdt2ORN.d.cts → file.d-DcTJxjp7.d.cts} +1 -1
- package/dist/{file.d-Bpdt2ORN.d.ts → file.d-DcTJxjp7.d.ts} +1 -1
- package/dist/{iban.d-3_7FEsbx.d.cts → iban.d-BwdiGbxi.d.cts} +1 -1
- package/dist/{iban.d-3_7FEsbx.d.ts → iban.d-BwdiGbxi.d.ts} +1 -1
- package/dist/index.cjs +56 -54
- package/dist/index.d.cts +46 -46
- package/dist/index.d.ts +46 -46
- package/dist/index.js +53 -51
- package/dist/{journey.d-C2lgynUF.d.cts → journey.d-DkBvO_Wa.d.cts} +1 -1
- package/dist/{journey.d-C2lgynUF.d.ts → journey.d-DkBvO_Wa.d.ts} +1 -1
- package/dist/{kanban.d-DYVjUQ_S.d.cts → kanban.d-DUClxyBG.d.cts} +1 -1
- package/dist/{kanban.d-DYVjUQ_S.d.ts → kanban.d-DUClxyBG.d.ts} +1 -1
- package/dist/{message.d-TAVDRlDJ.d.cts → message.d-YEv1kmQd.d.cts} +1 -1
- package/dist/{message.d-TAVDRlDJ.d.ts → message.d-YEv1kmQd.d.ts} +1 -1
- package/dist/{metering.d-qyYaAU-O.d.cts → metering.d-DvtPv7wk.d.cts} +1 -1
- package/dist/{metering.d-qyYaAU-O.d.ts → metering.d-DvtPv7wk.d.ts} +1 -1
- package/dist/{notes.d-CDyIbegf.d.cts → notes.d-BC-scR42.d.cts} +1 -1
- package/dist/{notes.d-CDyIbegf.d.ts → notes.d-BC-scR42.d.ts} +1 -1
- package/dist/{notification.d-B7ccbaPr.d.cts → notification.d-BfBL3lga.d.cts} +1 -1
- package/dist/{notification.d-B7ccbaPr.d.ts → notification.d-BfBL3lga.d.ts} +1 -1
- package/dist/{organization.d-BxZWnh8L.d.cts → organization.d-BOLK3v9o.d.cts} +1 -1
- package/dist/{organization.d-BxZWnh8L.d.ts → organization.d-BOLK3v9o.d.ts} +1 -1
- package/dist/{partner-directory.d-CzKV3WfP.d.cts → partner-directory.d-CRNkDF8q.d.cts} +1 -1
- package/dist/{partner-directory.d-CzKV3WfP.d.ts → partner-directory.d-CRNkDF8q.d.ts} +1 -1
- package/dist/{permissions.d-lVoPAfl3.d.cts → permissions.d-BHB1FFS5.d.cts} +1 -1
- package/dist/{permissions.d-lVoPAfl3.d.ts → permissions.d-BHB1FFS5.d.ts} +1 -1
- package/dist/{pricing-tier.d-BW2cZt1w.d.cts → pricing-tier.d-Cg0jl6n_.d.cts} +1 -1
- package/dist/{pricing-tier.d-BW2cZt1w.d.ts → pricing-tier.d-Cg0jl6n_.d.ts} +1 -1
- package/dist/{pricing.d-Ehb2JuKY.d.cts → pricing.d-Cv39plGm.d.cts} +1 -1
- package/dist/{pricing.d-Ehb2JuKY.d.ts → pricing.d-Cv39plGm.d.ts} +1 -1
- package/dist/{purpose.d-BVxst611.d.cts → purpose.d-CbIYfTua.d.cts} +1 -1
- package/dist/{purpose.d-BVxst611.d.ts → purpose.d-CbIYfTua.d.ts} +1 -1
- package/dist/{sandbox.d-tRO2movo.d.cts → sandbox.d-BdbOFzDu.d.cts} +1 -1
- package/dist/{sandbox.d-tRO2movo.d.ts → sandbox.d-BdbOFzDu.d.ts} +1 -1
- package/dist/{submission.d-CSll5Km9.d.cts → submission.d-BamwfhXw.d.cts} +1 -1
- package/dist/{submission.d-CSll5Km9.d.ts → submission.d-BamwfhXw.d.ts} +1 -1
- package/dist/{targeting.d-CDxIsOWy.d.cts → targeting.d-BNmcVsNS.d.cts} +1 -1
- package/dist/{targeting.d-CDxIsOWy.d.ts → targeting.d-BNmcVsNS.d.ts} +1 -1
- package/dist/{template-variables.d-PwA27Ocv.d.cts → template-variables.d-Ch3H3zYf.d.cts} +1 -1
- package/dist/{template-variables.d-PwA27Ocv.d.ts → template-variables.d-Ch3H3zYf.d.ts} +1 -1
- package/dist/{user.d-DJBp6aX5.d.cts → user.d-CXqM751M.d.cts} +1 -1
- package/dist/{user.d-DJBp6aX5.d.ts → user.d-CXqM751M.d.ts} +1 -1
- package/dist/{validation-rules.d-CScjNdxD.d.cts → validation-rules.d-Db5c5zTf.d.cts} +1 -1
- package/dist/{validation-rules.d-CScjNdxD.d.ts → validation-rules.d-Db5c5zTf.d.ts} +1 -1
- package/dist/{webhooks.d-C_MQSJEB.d.cts → webhooks.d-CUNJrltY.d.cts} +1 -1
- package/dist/{webhooks.d-C_MQSJEB.d.ts → webhooks.d-CUNJrltY.d.ts} +1 -1
- package/dist/{workflow-definition.d-CFXrp2Hg.d.cts → workflow-definition.d-CE3kk9gl.d.cts} +1 -1
- package/dist/{workflow-definition.d-CFXrp2Hg.d.ts → workflow-definition.d-CE3kk9gl.d.ts} +1 -1
- package/dist/{workflow.d-BIWtgMyP.d.cts → workflow.d-EPa2OdVW.d.cts} +1 -1
- package/dist/{workflow.d-BIWtgMyP.d.ts → workflow.d-EPa2OdVW.d.ts} +1 -1
- package/package.json +192 -3
|
@@ -466,4 +466,4 @@ type SubmissionEntity = Components.Schemas.SubmissionEntity;
|
|
|
466
466
|
type SubmissionNonce = Components.Schemas.SubmissionNonce;
|
|
467
467
|
type SubmissionPayload = Components.Schemas.SubmissionPayload;
|
|
468
468
|
|
|
469
|
-
export type
|
|
469
|
+
export { type Client as C, type OperationMethods as O, Paths as P, type S3Reference as S, Components as a, type PathsDictionary as b, type OptIn as c, type SubmissionEntity as d, type SubmissionNonce as e, type SubmissionPayload as f };
|
|
@@ -2054,4 +2054,4 @@ type TargetQueryResult = Components.Schemas.TargetQueryResult;
|
|
|
2054
2054
|
type UpdatePortalStatusRequest = Components.Schemas.UpdatePortalStatusRequest;
|
|
2055
2055
|
type UpdateRecipientPayload = Components.Schemas.UpdateRecipientPayload;
|
|
2056
2056
|
|
|
2057
|
-
export type
|
|
2057
|
+
export { type AutomationRecipientPayload as A, type BaseEntityAcl as B, type Client as C, type ExecutionSummaryItem as E, type GetTargetQueriesParams as G, type JobStatus as J, type MatchCampaignParams as M, type OperationMethods as O, Paths as P, type Recipient as R, type ServerError as S, type Target as T, type UpdatePortalStatusRequest as U, Components as a, type PathsDictionary as b, type AutomationStatus as c, type BaseEntityOwner as d, type BaseError as e, type BaseNanoID as f, type BaseRecipientPayload as g, type BaseRelation as h, type BaseSystemFields as i, type BaseSystemFieldsRequired as j, type BaseSystemId as k, type BaseTags as l, type BaseUUID as m, type Campaign as n, type CampaignStatus as o, type ClientError as p, type CreateRecipientPayload as q, type MatchTargetParams as r, type PortalRecipientPayload as s, type PortalStatus as t, type RetriggerAutomationsRequest as u, type RetriggerAutomationsResult as v, type TargetQueryResult as w, type UpdateRecipientPayload as x };
|
|
@@ -2054,4 +2054,4 @@ type TargetQueryResult = Components.Schemas.TargetQueryResult;
|
|
|
2054
2054
|
type UpdatePortalStatusRequest = Components.Schemas.UpdatePortalStatusRequest;
|
|
2055
2055
|
type UpdateRecipientPayload = Components.Schemas.UpdateRecipientPayload;
|
|
2056
2056
|
|
|
2057
|
-
export type
|
|
2057
|
+
export { type AutomationRecipientPayload as A, type BaseEntityAcl as B, type Client as C, type ExecutionSummaryItem as E, type GetTargetQueriesParams as G, type JobStatus as J, type MatchCampaignParams as M, type OperationMethods as O, Paths as P, type Recipient as R, type ServerError as S, type Target as T, type UpdatePortalStatusRequest as U, Components as a, type PathsDictionary as b, type AutomationStatus as c, type BaseEntityOwner as d, type BaseError as e, type BaseNanoID as f, type BaseRecipientPayload as g, type BaseRelation as h, type BaseSystemFields as i, type BaseSystemFieldsRequired as j, type BaseSystemId as k, type BaseTags as l, type BaseUUID as m, type Campaign as n, type CampaignStatus as o, type ClientError as p, type CreateRecipientPayload as q, type MatchTargetParams as r, type PortalRecipientPayload as s, type PortalStatus as t, type RetriggerAutomationsRequest as u, type RetriggerAutomationsResult as v, type TargetQueryResult as w, type UpdateRecipientPayload as x };
|
|
@@ -1311,4 +1311,4 @@ type VariableContext = Components.Schemas.VariableContext;
|
|
|
1311
1311
|
type VariableParameters = Components.Schemas.VariableParameters;
|
|
1312
1312
|
type VariableResult = Components.Schemas.VariableResult;
|
|
1313
1313
|
|
|
1314
|
-
export type
|
|
1314
|
+
export { type Client as C, type ExternalCustomVariable as E, type Language as L, type OperationMethods as O, Paths as P, type ReplacementOutput as R, type TemplateType as T, type VariableContext as V, Components as a, type PathsDictionary as b, type CategoryResult as c, type CustomVariable as d, type CustomVariablesSearchParams as e, type ReplacementOutputV2 as f, type VariableParameters as g, type VariableResult as h };
|
|
@@ -1311,4 +1311,4 @@ type VariableContext = Components.Schemas.VariableContext;
|
|
|
1311
1311
|
type VariableParameters = Components.Schemas.VariableParameters;
|
|
1312
1312
|
type VariableResult = Components.Schemas.VariableResult;
|
|
1313
1313
|
|
|
1314
|
-
export type
|
|
1314
|
+
export { type Client as C, type ExternalCustomVariable as E, type Language as L, type OperationMethods as O, Paths as P, type ReplacementOutput as R, type TemplateType as T, type VariableContext as V, Components as a, type PathsDictionary as b, type CategoryResult as c, type CustomVariable as d, type CustomVariablesSearchParams as e, type ReplacementOutputV2 as f, type VariableParameters as g, type VariableResult as h };
|
|
@@ -2195,4 +2195,4 @@ type UserVerificationPayload = Components.Schemas.UserVerificationPayload;
|
|
|
2195
2195
|
type Username = Components.Schemas.Username;
|
|
2196
2196
|
type VerificationToken = Components.Schemas.VerificationToken;
|
|
2197
2197
|
|
|
2198
|
-
export type
|
|
2198
|
+
export { type UserInvitationPayload as A, type UserV2 as B, type Client as C, type DataPoint as D, type UserVerificationPayload as E, type Username as F, type Group as G, type Hydrate as H, type InviteToken as I, type Limit as L, type Navigation as N, type OperationMethods as O, Paths as P, type Query as Q, type SignupUserPayload as S, type UpdateGroupReq as U, type VerificationToken as V, Components as a, type PathsDictionary as b, type CognitoDetails as c, type CreateGroupReq as d, type DataPointsResponse as e, type GroupId as f, type LoginParameters as g, type NavigationConfiguration as h, type NavigationCreateRequest as i, type NavigationGroupItem as j, type NavigationId as k, type NavigationItem as l, type NavigationKeyItem as m, type Offset as n, type Organization as o, type OrganizationDetail as p, type OrganizationId as q, type PartnerInvitationToken as r, type Passkey as s, type PasskeyAuthenticationOptions as t, type PasskeyRegistrationOptions as u, type PasskeyRegistrationResponse as v, type User as w, type UserActivationPayload as x, type UserDetail as y, type UserId as z };
|
|
@@ -2195,4 +2195,4 @@ type UserVerificationPayload = Components.Schemas.UserVerificationPayload;
|
|
|
2195
2195
|
type Username = Components.Schemas.Username;
|
|
2196
2196
|
type VerificationToken = Components.Schemas.VerificationToken;
|
|
2197
2197
|
|
|
2198
|
-
export type
|
|
2198
|
+
export { type UserInvitationPayload as A, type UserV2 as B, type Client as C, type DataPoint as D, type UserVerificationPayload as E, type Username as F, type Group as G, type Hydrate as H, type InviteToken as I, type Limit as L, type Navigation as N, type OperationMethods as O, Paths as P, type Query as Q, type SignupUserPayload as S, type UpdateGroupReq as U, type VerificationToken as V, Components as a, type PathsDictionary as b, type CognitoDetails as c, type CreateGroupReq as d, type DataPointsResponse as e, type GroupId as f, type LoginParameters as g, type NavigationConfiguration as h, type NavigationCreateRequest as i, type NavigationGroupItem as j, type NavigationId as k, type NavigationItem as l, type NavigationKeyItem as m, type Offset as n, type Organization as o, type OrganizationDetail as p, type OrganizationId as q, type PartnerInvitationToken as r, type Passkey as s, type PasskeyAuthenticationOptions as t, type PasskeyRegistrationOptions as u, type PasskeyRegistrationResponse as v, type User as w, type UserActivationPayload as x, type UserDetail as y, type UserId as z };
|
|
@@ -804,4 +804,4 @@ type UsedBy = Components.Schemas.UsedBy;
|
|
|
804
804
|
type ValidationRule = Components.Schemas.ValidationRule;
|
|
805
805
|
type ValidationRuleBase = Components.Schemas.ValidationRuleBase;
|
|
806
806
|
|
|
807
|
-
export type
|
|
807
|
+
export { type Client as C, type GetValidationRulesResponse as G, type NumericCondition as N, type OperationMethods as O, Paths as P, type RegexCondition as R, type UpdateValidationRuleRequest as U, type ValidationRule as V, Components as a, type PathsDictionary as b, type CreateValidationRuleRequest as c, type NumericFactCondition as d, type NumericNestedCondition as e, type NumericRuleType as f, type PatternCondition as g, type PatternFactCondition as h, type PatternNestedCondition as i, type PatternRuleType as j, type RegexFactCondition as k, type RegexNestedCondition as l, type RegexRuleType as m, type UsedBy as n, type ValidationRuleBase as o };
|
|
@@ -804,4 +804,4 @@ type UsedBy = Components.Schemas.UsedBy;
|
|
|
804
804
|
type ValidationRule = Components.Schemas.ValidationRule;
|
|
805
805
|
type ValidationRuleBase = Components.Schemas.ValidationRuleBase;
|
|
806
806
|
|
|
807
|
-
export type
|
|
807
|
+
export { type Client as C, type GetValidationRulesResponse as G, type NumericCondition as N, type OperationMethods as O, Paths as P, type RegexCondition as R, type UpdateValidationRuleRequest as U, type ValidationRule as V, Components as a, type PathsDictionary as b, type CreateValidationRuleRequest as c, type NumericFactCondition as d, type NumericNestedCondition as e, type NumericRuleType as f, type PatternCondition as g, type PatternFactCondition as h, type PatternNestedCondition as i, type PatternRuleType as j, type RegexFactCondition as k, type RegexNestedCondition as l, type RegexRuleType as m, type UsedBy as n, type ValidationRuleBase as o };
|
|
@@ -1197,4 +1197,4 @@ type TriggerWebhookResp = Components.Schemas.TriggerWebhookResp;
|
|
|
1197
1197
|
type WebhookConfig = Components.Schemas.WebhookConfig;
|
|
1198
1198
|
type WebhookEvent = Components.Schemas.WebhookEvent;
|
|
1199
1199
|
|
|
1200
|
-
export type
|
|
1200
|
+
export { type ApiKeyConfig as A, type BasicAuthConfig as B, type Client as C, type ErrorResp as E, type Filter as F, type HttpMethod as H, type Metadata as M, type OperationMethods as O, Paths as P, type SearchOptions as S, type TriggerWebhookResp as T, type WebhookConfig as W, Components as a, type PathsDictionary as b, type Auth as c, type AuthType as d, type BatchReplayRequest as e, type CustomHeader as f, type CustomOAuthParameter as g, type EventConfigEntry as h, type EventConfigResp as i, type EventListResponse as j, type ExampleRequest as k, type ExampleResponse as l, type ExecutionPayload as m, type OAuthConfig as n, type PayloadConfiguration as o, type PublicKeyResponse as p, type WebhookEvent as q };
|
|
@@ -1197,4 +1197,4 @@ type TriggerWebhookResp = Components.Schemas.TriggerWebhookResp;
|
|
|
1197
1197
|
type WebhookConfig = Components.Schemas.WebhookConfig;
|
|
1198
1198
|
type WebhookEvent = Components.Schemas.WebhookEvent;
|
|
1199
1199
|
|
|
1200
|
-
export type
|
|
1200
|
+
export { type ApiKeyConfig as A, type BasicAuthConfig as B, type Client as C, type ErrorResp as E, type Filter as F, type HttpMethod as H, type Metadata as M, type OperationMethods as O, Paths as P, type SearchOptions as S, type TriggerWebhookResp as T, type WebhookConfig as W, Components as a, type PathsDictionary as b, type Auth as c, type AuthType as d, type BatchReplayRequest as e, type CustomHeader as f, type CustomOAuthParameter as g, type EventConfigEntry as h, type EventConfigResp as i, type EventListResponse as j, type ExampleRequest as k, type ExampleResponse as l, type ExecutionPayload as m, type OAuthConfig as n, type PayloadConfiguration as o, type PublicKeyResponse as p, type WebhookEvent as q };
|
|
@@ -2026,4 +2026,4 @@ type VariableAssignment = Components.Schemas.VariableAssignment;
|
|
|
2026
2026
|
type Version = Components.Schemas.Version;
|
|
2027
2027
|
type WorkflowDefinition = Components.Schemas.WorkflowDefinition;
|
|
2028
2028
|
|
|
2029
|
-
export { type
|
|
2029
|
+
export { type StepRequirement as $, type ActionSchedule as A, type FlowTemplateExport as B, type Client as C, type DecisionTask as D, type ECPDetails as E, type FlowTemplate as F, type FlowTemplateId as G, type FlowTemplateImportResult as H, type FlowTemplatesList as I, type ImmediateSchedule as J, type ItemType as K, type JourneyAutomationTrigger as L, type JourneySubmissionTrigger as M, type ManualTask as N, type OperationMethods as O, Paths as P, type ManualTrigger as Q, type MaxAllowedLimit as R, type Operator as S, type Phase as T, type RelativeSchedule as U, SearchFlowTemplates as V, type Section as W, type Statement as X, type Step as Y, type StepDescription as Z, type StepJourney as _, Components as a, type StepType as a0, type Task as a1, type TaskBase as a2, type TaskType as a3, type TimeUnit as a4, type Trigger as a5, type TriggerMode as a6, type TriggerType as a7, type UpdateEntityAttributes as a8, type VariableAssignment as a9, type Version as aa, type WorkflowDefinition as ab, type PathsDictionary as b, type AgentConfig as c, type AiAgentTask as d, type AutomationConfig as e, type AutomationTask as f, type AutomationTrigger as g, type ChangeReasonStatusReq as h, type ClosingReason as i, type ClosingReasonId as j, type ClosingReasonNotFoundResp as k, type ClosingReasons as l, type ClosingReasonsIds as m, type ClosingReasonsStatus as n, type Condition as o, CreateFlowTemplate as p, type DefinitionNotFoundResp as q, type DelayedSchedule as r, type DueDateConfig as s, type DynamicDueDate as t, type Edge as u, type EnableRequirement as v, type EntitySync as w, type ErrorResp as x, type EvaluationSource as y, type FlowTemplateBase as z };
|
|
@@ -2026,4 +2026,4 @@ type VariableAssignment = Components.Schemas.VariableAssignment;
|
|
|
2026
2026
|
type Version = Components.Schemas.Version;
|
|
2027
2027
|
type WorkflowDefinition = Components.Schemas.WorkflowDefinition;
|
|
2028
2028
|
|
|
2029
|
-
export { type
|
|
2029
|
+
export { type StepRequirement as $, type ActionSchedule as A, type FlowTemplateExport as B, type Client as C, type DecisionTask as D, type ECPDetails as E, type FlowTemplate as F, type FlowTemplateId as G, type FlowTemplateImportResult as H, type FlowTemplatesList as I, type ImmediateSchedule as J, type ItemType as K, type JourneyAutomationTrigger as L, type JourneySubmissionTrigger as M, type ManualTask as N, type OperationMethods as O, Paths as P, type ManualTrigger as Q, type MaxAllowedLimit as R, type Operator as S, type Phase as T, type RelativeSchedule as U, SearchFlowTemplates as V, type Section as W, type Statement as X, type Step as Y, type StepDescription as Z, type StepJourney as _, Components as a, type StepType as a0, type Task as a1, type TaskBase as a2, type TaskType as a3, type TimeUnit as a4, type Trigger as a5, type TriggerMode as a6, type TriggerType as a7, type UpdateEntityAttributes as a8, type VariableAssignment as a9, type Version as aa, type WorkflowDefinition as ab, type PathsDictionary as b, type AgentConfig as c, type AiAgentTask as d, type AutomationConfig as e, type AutomationTask as f, type AutomationTrigger as g, type ChangeReasonStatusReq as h, type ClosingReason as i, type ClosingReasonId as j, type ClosingReasonNotFoundResp as k, type ClosingReasons as l, type ClosingReasonsIds as m, type ClosingReasonsStatus as n, type Condition as o, CreateFlowTemplate as p, type DefinitionNotFoundResp as q, type DelayedSchedule as r, type DueDateConfig as s, type DynamicDueDate as t, type Edge as u, type EnableRequirement as v, type EntitySync as w, type ErrorResp as x, type EvaluationSource as y, type FlowTemplateBase as z };
|
|
@@ -3013,4 +3013,4 @@ type WorkflowExecutionUpdateReq = Components.Schemas.WorkflowExecutionUpdateReq;
|
|
|
3013
3013
|
type WorkflowInEntity = Components.Schemas.WorkflowInEntity;
|
|
3014
3014
|
type WorkflowStatus = Components.Schemas.WorkflowStatus;
|
|
3015
3015
|
|
|
3016
|
-
export type
|
|
3016
|
+
export { type RelativeSchedule 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 PatchFlowReq as V, type PatchPhaseReq as W, type PatchTaskReq as X, type Phase as Y, type PhaseId as Z, type PhaseInEntity as _, Components as a, type SearchExecutionsReq as a0, type SearchExecutionsResp as a1, type SearchFlowsReq as a2, type SearchPagination as a3, type SearchSorting as a4, type SearchStepsReq as a5, type SearchStepsResp as a6, type Section as a7, type SectionSimplified as a8, type SectionStatus as a9, type WorkflowExecutionBase as aA, type WorkflowExecutionCreateReq as aB, type WorkflowExecutionSlim as aC, type WorkflowExecutionUpdateReq as aD, type WorkflowInEntity as aE, type WorkflowStatus as aF, type StartFlowReq as aa, type Statement as ab, type Step as ac, type StepDescription as ad, type StepExtended as ae, type StepId as af, type StepJourney as ag, type StepPositionAt as ah, type StepRequirement as ai, type StepSimplified as aj, type StepStatus as ak, type StepType as al, type Task as am, type TaskBase as an, type TaskId as ao, type TaskType as ap, type TimeUnit as aq, type TriggerMode as ar, type TriggerType as as, type UpdateEntityAttributes as at, type UpdateStepReq as au, type UpdateStepResp as av, type UserId as aw, type VariableAssignment as ax, type WorkflowContext as ay, type WorkflowExecution 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 };
|
|
@@ -3013,4 +3013,4 @@ type WorkflowExecutionUpdateReq = Components.Schemas.WorkflowExecutionUpdateReq;
|
|
|
3013
3013
|
type WorkflowInEntity = Components.Schemas.WorkflowInEntity;
|
|
3014
3014
|
type WorkflowStatus = Components.Schemas.WorkflowStatus;
|
|
3015
3015
|
|
|
3016
|
-
export type
|
|
3016
|
+
export { type RelativeSchedule 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 PatchFlowReq as V, type PatchPhaseReq as W, type PatchTaskReq as X, type Phase as Y, type PhaseId as Z, type PhaseInEntity as _, Components as a, type SearchExecutionsReq as a0, type SearchExecutionsResp as a1, type SearchFlowsReq as a2, type SearchPagination as a3, type SearchSorting as a4, type SearchStepsReq as a5, type SearchStepsResp as a6, type Section as a7, type SectionSimplified as a8, type SectionStatus as a9, type WorkflowExecutionBase as aA, type WorkflowExecutionCreateReq as aB, type WorkflowExecutionSlim as aC, type WorkflowExecutionUpdateReq as aD, type WorkflowInEntity as aE, type WorkflowStatus as aF, type StartFlowReq as aa, type Statement as ab, type Step as ac, type StepDescription as ad, type StepExtended as ae, type StepId as af, type StepJourney as ag, type StepPositionAt as ah, type StepRequirement as ai, type StepSimplified as aj, type StepStatus as ak, type StepType as al, type Task as am, type TaskBase as an, type TaskId as ao, type TaskType as ap, type TimeUnit as aq, type TriggerMode as ar, type TriggerType as as, type UpdateEntityAttributes as at, type UpdateStepReq as au, type UpdateStepResp as av, type UserId as aw, type VariableAssignment as ax, type WorkflowContext as ay, type WorkflowExecution 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 };
|