@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
|
@@ -23,6 +23,54 @@ var authorize = (client, token) => {
|
|
|
23
23
|
return client;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
// src/compact.ts
|
|
27
|
+
var L = { p: "path", q: "query", h: "header", c: "cookie" };
|
|
28
|
+
var ep = (p) => {
|
|
29
|
+
const r = { name: p[0], in: L[p[1]] };
|
|
30
|
+
let i = 2;
|
|
31
|
+
if (typeof p[i] === "boolean") {
|
|
32
|
+
if (p[i]) r.required = true;
|
|
33
|
+
i++;
|
|
34
|
+
}
|
|
35
|
+
if (typeof p[i] === "string") {
|
|
36
|
+
r.style = p[i];
|
|
37
|
+
i++;
|
|
38
|
+
}
|
|
39
|
+
if (typeof p[i] === "boolean") {
|
|
40
|
+
r.explode = p[i];
|
|
41
|
+
i++;
|
|
42
|
+
}
|
|
43
|
+
return r;
|
|
44
|
+
};
|
|
45
|
+
var mp = (ps) => ps.map((p) => p.length === 1 ? { $ref: `#/components/parameters/${p[0]}` } : ep(p));
|
|
46
|
+
var expand = (c) => {
|
|
47
|
+
const paths = {};
|
|
48
|
+
for (const [id, m, p, ps, b] of c.o) {
|
|
49
|
+
const op = { operationId: id, responses: {} };
|
|
50
|
+
if (ps?.length) op.parameters = mp(ps);
|
|
51
|
+
if (b) op.requestBody = { content: { "application/json": {} } };
|
|
52
|
+
if (!paths[p]) paths[p] = {};
|
|
53
|
+
paths[p][m] = op;
|
|
54
|
+
}
|
|
55
|
+
if (c.pp)
|
|
56
|
+
for (const [p, ps] of Object.entries(c.pp)) {
|
|
57
|
+
if (!paths[p]) paths[p] = {};
|
|
58
|
+
paths[p].parameters = mp(ps);
|
|
59
|
+
}
|
|
60
|
+
const doc = {
|
|
61
|
+
openapi: c.v || "3.0.2",
|
|
62
|
+
info: { title: "", version: "" },
|
|
63
|
+
paths,
|
|
64
|
+
servers: [{ url: c.s }]
|
|
65
|
+
};
|
|
66
|
+
if (c.cp) {
|
|
67
|
+
const params = {};
|
|
68
|
+
for (const [k, v] of Object.entries(c.cp)) params[k] = ep(v);
|
|
69
|
+
doc.components = { parameters: params };
|
|
70
|
+
}
|
|
71
|
+
return doc;
|
|
72
|
+
};
|
|
73
|
+
|
|
26
74
|
// src/client-factory.ts
|
|
27
75
|
import OpenAPIClientAxios from "openapi-client-axios";
|
|
28
76
|
var createApiClient = (params) => {
|
|
@@ -71,6 +119,7 @@ export {
|
|
|
71
119
|
__require,
|
|
72
120
|
__commonJS,
|
|
73
121
|
authorize,
|
|
122
|
+
expand,
|
|
74
123
|
createApiClient,
|
|
75
124
|
createApiHandle
|
|
76
125
|
};
|
|
@@ -262,4 +262,4 @@ type ConsentSource = Components.Schemas.ConsentSource;
|
|
|
262
262
|
type ConsentTopic = Components.Schemas.ConsentTopic;
|
|
263
263
|
type OrganizationId = Components.Schemas.OrganizationId;
|
|
264
264
|
|
|
265
|
-
export type
|
|
265
|
+
export { type Client as C, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type ConsentEvent as c, type ConsentEventRequestBody as d, type ConsentIdentifier as e, type ConsentMeta as f, type ConsentSource as g, type ConsentTopic as h, type OrganizationId as i };
|
|
@@ -262,4 +262,4 @@ type ConsentSource = Components.Schemas.ConsentSource;
|
|
|
262
262
|
type ConsentTopic = Components.Schemas.ConsentTopic;
|
|
263
263
|
type OrganizationId = Components.Schemas.OrganizationId;
|
|
264
264
|
|
|
265
|
-
export type
|
|
265
|
+
export { type Client as C, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type ConsentEvent as c, type ConsentEventRequestBody as d, type ConsentIdentifier as e, type ConsentMeta as f, type ConsentSource as g, type ConsentTopic as h, type OrganizationId as i };
|
|
@@ -15251,4 +15251,4 @@ type WorfklowIdentifier = Components.Schemas.WorfklowIdentifier;
|
|
|
15251
15251
|
type WorkflowExecution = Components.Schemas.WorkflowExecution;
|
|
15252
15252
|
type WorkflowStep = Components.Schemas.WorkflowStep;
|
|
15253
15253
|
|
|
15254
|
-
export { type
|
|
15254
|
+
export { type EntityResponse as $, type AcceptanceDecision as A, type Balance as B, type Client as C, type ContactCountRequest as D, type ContactExistsRequest as E, type ContentWidget as F, type ContextEntities as G, type ContextEntity as H, type Contract as I, type ContractIdentifier as J, type CreateUserRequest as K, type Currency as L, type DataRetrievalItem as M, DeleteEntityFile as N, type OperationMethods as O, Paths as P, type Direction as Q, type DocumentWidget as R, type DomainSettings as S, type EmailTemplates as T, type Entity as U, type EntityEditRule as V, type EntityFileCount as W, type EntityGetParams as X, type EntityId as Y, type EntityItem as Z, type EntityMatchingConfig as _, Components as a, type ReadingStatus as a$, type EntityResponseGroupedWithHits as a0, type EntityResponseWithHits as a1, type EntitySearchParams as a2, type EntitySlug as a3, type EntityTemplates as a4, type EntityWidget as a5, type ErrorResp as a6, type Exists as a7, type Extension as a8, type ExtensionAuthBlock as a9, type MoblieOIDCConfig as aA, type OIDCProviderConfig as aB, type OIDCProviderMetadata as aC, type Opportunity as aD, type Order as aE, type OrganizationSettings as aF, type Origin as aG, type Page as aH, type PageRequest as aI, type PaymentWidget as aJ, type PortalConfig as aK, type PortalConfigV3 as aL, type PortalId as aM, type PortalUser as aN, type PortalUserRegistrationStatus as aO, type PortalWidget as aP, type Product as aQ, type ProviderConfig as aR, type ProviderDisplayName as aS, type ProviderPublicConfig as aT, type ProviderSlug as aU, type PublicContractIdentificationDetails as aV, type PublicDataRetrievalHookDetails as aW, type PublicExtensionCapabilities as aX, type PublicExtensionDetails as aY, type PublicMeterReadingPlausibilityCheckDetails as aZ, type ReadBy as a_, type ExtensionConfig as aa, type ExtensionHook as ab, type ExtensionHookConsumptionDataRetrieval as ac, type ExtensionHookContractIdentification as ad, type ExtensionHookCostDataRetrieval as ae, type ExtensionHookMeterReadingPlausibilityCheck as af, type ExtensionHookPriceDataRetrieval as ag, type ExtensionHookRegistrationIdentifiersCheck as ah, type ExtensionHookSelection as ai, type ExtensionSeamlessLink as aj, type ExternalLink as ak, type ExtraSchemaAttributes as al, type FailedRuleErrorResp as am, type File as an, type FileItem as ao, type Grant as ap, type IdentifierAttribute as aq, type InstallmentEvent as ar, type JourneyActions as as, type JuiceSettings as at, type Meter as au, type MeterChartWidget as av, type MeterReading as aw, type MeterReadingPhoto as ax, type MeterReadingPhotoData as ay, type MeterReadingWidget as az, type PathsDictionary as b, type Reason as b0, type RegistrationIdentifier as b1, type ReimbursementEvent as b2, type Rule as b3, type SAMLProviderConfig as b4, type SSOCallbackRequest as b5, type SSOCallbackResponse as b6, type SSOLoginToken as b7, SaveEntityFile as b8, type SavePortalFile as b9, type Schema as ba, type Source as bb, type SwappableConfig as bc, type TariffType as bd, type TeaserWidget as be, type TriggerPortalFlow as bf, type UpdateOnlyPortalConfigAttributes as bg, type UpsertPortalConfig as bh, type UpsertPortalConfigV3 as bi, UpsertPortalWidget as bj, type UserRequest as bk, type WidgetAction as bl, type WidgetBase as bm, type WorfklowIdentifier as bn, type WorkflowExecution as bo, type WorkflowStep as bp, type ActionLabel as c, type ActionWidget as d, type Activity as e, type ActivityCallerContext as f, type ActivityId as g, type ActivityItem as h, type AdminUser as i, type AllowedFileExtensions as j, type AttributeMappingConfig as k, type AuthConfig as l, type BaseBillingEvent as m, type BaseEntity as n, type BillingAccount as o, type BillingEvent as p, type Block as q, type BlockId as r, type BlockProps as s, type BlockRequest as t, type BlockType as u, type BusinessPartnerItem as v, type CampaignWidget as w, type CommonConfigAttributes as x, type CommonConfigAttributesV3 as y, type Contact as z };
|
|
@@ -15251,4 +15251,4 @@ type WorfklowIdentifier = Components.Schemas.WorfklowIdentifier;
|
|
|
15251
15251
|
type WorkflowExecution = Components.Schemas.WorkflowExecution;
|
|
15252
15252
|
type WorkflowStep = Components.Schemas.WorkflowStep;
|
|
15253
15253
|
|
|
15254
|
-
export { type
|
|
15254
|
+
export { type EntityResponse as $, type AcceptanceDecision as A, type Balance as B, type Client as C, type ContactCountRequest as D, type ContactExistsRequest as E, type ContentWidget as F, type ContextEntities as G, type ContextEntity as H, type Contract as I, type ContractIdentifier as J, type CreateUserRequest as K, type Currency as L, type DataRetrievalItem as M, DeleteEntityFile as N, type OperationMethods as O, Paths as P, type Direction as Q, type DocumentWidget as R, type DomainSettings as S, type EmailTemplates as T, type Entity as U, type EntityEditRule as V, type EntityFileCount as W, type EntityGetParams as X, type EntityId as Y, type EntityItem as Z, type EntityMatchingConfig as _, Components as a, type ReadingStatus as a$, type EntityResponseGroupedWithHits as a0, type EntityResponseWithHits as a1, type EntitySearchParams as a2, type EntitySlug as a3, type EntityTemplates as a4, type EntityWidget as a5, type ErrorResp as a6, type Exists as a7, type Extension as a8, type ExtensionAuthBlock as a9, type MoblieOIDCConfig as aA, type OIDCProviderConfig as aB, type OIDCProviderMetadata as aC, type Opportunity as aD, type Order as aE, type OrganizationSettings as aF, type Origin as aG, type Page as aH, type PageRequest as aI, type PaymentWidget as aJ, type PortalConfig as aK, type PortalConfigV3 as aL, type PortalId as aM, type PortalUser as aN, type PortalUserRegistrationStatus as aO, type PortalWidget as aP, type Product as aQ, type ProviderConfig as aR, type ProviderDisplayName as aS, type ProviderPublicConfig as aT, type ProviderSlug as aU, type PublicContractIdentificationDetails as aV, type PublicDataRetrievalHookDetails as aW, type PublicExtensionCapabilities as aX, type PublicExtensionDetails as aY, type PublicMeterReadingPlausibilityCheckDetails as aZ, type ReadBy as a_, type ExtensionConfig as aa, type ExtensionHook as ab, type ExtensionHookConsumptionDataRetrieval as ac, type ExtensionHookContractIdentification as ad, type ExtensionHookCostDataRetrieval as ae, type ExtensionHookMeterReadingPlausibilityCheck as af, type ExtensionHookPriceDataRetrieval as ag, type ExtensionHookRegistrationIdentifiersCheck as ah, type ExtensionHookSelection as ai, type ExtensionSeamlessLink as aj, type ExternalLink as ak, type ExtraSchemaAttributes as al, type FailedRuleErrorResp as am, type File as an, type FileItem as ao, type Grant as ap, type IdentifierAttribute as aq, type InstallmentEvent as ar, type JourneyActions as as, type JuiceSettings as at, type Meter as au, type MeterChartWidget as av, type MeterReading as aw, type MeterReadingPhoto as ax, type MeterReadingPhotoData as ay, type MeterReadingWidget as az, type PathsDictionary as b, type Reason as b0, type RegistrationIdentifier as b1, type ReimbursementEvent as b2, type Rule as b3, type SAMLProviderConfig as b4, type SSOCallbackRequest as b5, type SSOCallbackResponse as b6, type SSOLoginToken as b7, SaveEntityFile as b8, type SavePortalFile as b9, type Schema as ba, type Source as bb, type SwappableConfig as bc, type TariffType as bd, type TeaserWidget as be, type TriggerPortalFlow as bf, type UpdateOnlyPortalConfigAttributes as bg, type UpsertPortalConfig as bh, type UpsertPortalConfigV3 as bi, UpsertPortalWidget as bj, type UserRequest as bk, type WidgetAction as bl, type WidgetBase as bm, type WorfklowIdentifier as bn, type WorkflowExecution as bo, type WorkflowStep as bp, type ActionLabel as c, type ActionWidget as d, type Activity as e, type ActivityCallerContext as f, type ActivityId as g, type ActivityItem as h, type AdminUser as i, type AllowedFileExtensions as j, type AttributeMappingConfig as k, type AuthConfig as l, type BaseBillingEvent as m, type BaseEntity as n, type BillingAccount as o, type BillingEvent as p, type Block as q, type BlockId as r, type BlockProps as s, type BlockRequest as t, type BlockType as u, type BusinessPartnerItem as v, type CampaignWidget as w, type CommonConfigAttributes as x, type CommonConfigAttributesV3 as y, type Contact as z };
|
|
@@ -437,4 +437,4 @@ type Visualisation = Components.Schemas.Visualisation;
|
|
|
437
437
|
type VisualisationConfig = Components.Schemas.VisualisationConfig;
|
|
438
438
|
type VisualisationId = Components.Schemas.VisualisationId;
|
|
439
439
|
|
|
440
|
-
export type
|
|
440
|
+
export { type Client as C, type Dashboard as D, type Example as E, type OperationMethods as O, Paths as P, type Visualisation as V, Components as a, type PathsDictionary as b, type DashboardID as c, type DashboardTile as d, type DashboardTileID as e, type DatalakeQuery as f, type ExampleID as g, type VisualisationConfig as h, type VisualisationId as i, type timechartVisualisationConfig as t };
|
|
@@ -437,4 +437,4 @@ type Visualisation = Components.Schemas.Visualisation;
|
|
|
437
437
|
type VisualisationConfig = Components.Schemas.VisualisationConfig;
|
|
438
438
|
type VisualisationId = Components.Schemas.VisualisationId;
|
|
439
439
|
|
|
440
|
-
export type
|
|
440
|
+
export { type Client as C, type Dashboard as D, type Example as E, type OperationMethods as O, Paths as P, type Visualisation as V, Components as a, type PathsDictionary as b, type DashboardID as c, type DashboardTile as d, type DashboardTileID as e, type DatalakeQuery as f, type ExampleID as g, type VisualisationConfig as h, type VisualisationId as i, type timechartVisualisationConfig as t };
|
|
@@ -544,4 +544,4 @@ type QueryFilterType = Components.Schemas.QueryFilterType;
|
|
|
544
544
|
type UpdateJobRequest = Components.Schemas.UpdateJobRequest;
|
|
545
545
|
type UpsertConfigRequest = Components.Schemas.UpsertConfigRequest;
|
|
546
546
|
|
|
547
|
-
export type
|
|
547
|
+
export { type Client as C, type DeletionRelationEntitySchema as D, type IntervalConfigSchedule as I, type Job as J, type ListConfigsResponse as L, type OperationMethods as O, Paths as P, type QueryConfig as Q, type UpdateJobRequest as U, Components as a, type PathsDictionary as b, type Config as c, type ConfigSchedule as d, type ConfigType as e, type CreateJobRequest as f, type JobDetails as g, type JobReport as h, type JobReportFormat as i, type JobReportUrlResponse as j, type JobStatus as k, type JobTrigger as l, type ListJobsResponse as m, type QueryEntitiesRequest as n, type QueryEntitiesResult as o, type QueryFilter as p, type QueryFilterType as q, type UpsertConfigRequest as r };
|
|
@@ -544,4 +544,4 @@ type QueryFilterType = Components.Schemas.QueryFilterType;
|
|
|
544
544
|
type UpdateJobRequest = Components.Schemas.UpdateJobRequest;
|
|
545
545
|
type UpsertConfigRequest = Components.Schemas.UpsertConfigRequest;
|
|
546
546
|
|
|
547
|
-
export type
|
|
547
|
+
export { type Client as C, type DeletionRelationEntitySchema as D, type IntervalConfigSchedule as I, type Job as J, type ListConfigsResponse as L, type OperationMethods as O, Paths as P, type QueryConfig as Q, type UpdateJobRequest as U, Components as a, type PathsDictionary as b, type Config as c, type ConfigSchedule as d, type ConfigType as e, type CreateJobRequest as f, type JobDetails as g, type JobReport as h, type JobReportFormat as i, type JobReportUrlResponse as j, type JobStatus as k, type JobTrigger as l, type ListJobsResponse as m, type QueryEntitiesRequest as n, type QueryEntitiesResult as o, type QueryFilter as p, type QueryFilterType as q, type UpsertConfigRequest as r };
|
|
@@ -110,4 +110,4 @@ type DeduplicateRequestBody = Components.Schemas.DeduplicateRequestBody;
|
|
|
110
110
|
type DeduplicateRequestResponse = Components.Schemas.DeduplicateRequestResponse;
|
|
111
111
|
type Entity = Components.Schemas.Entity;
|
|
112
112
|
|
|
113
|
-
export type
|
|
113
|
+
export { type Client as C, type DeduplicateRequestBody as D, type Entity as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type DeduplicateRequestResponse as c };
|
|
@@ -110,4 +110,4 @@ type DeduplicateRequestBody = Components.Schemas.DeduplicateRequestBody;
|
|
|
110
110
|
type DeduplicateRequestResponse = Components.Schemas.DeduplicateRequestResponse;
|
|
111
111
|
type Entity = Components.Schemas.Entity;
|
|
112
112
|
|
|
113
|
-
export type
|
|
113
|
+
export { type Client as C, type DeduplicateRequestBody as D, type Entity as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type DeduplicateRequestResponse as c };
|
|
@@ -830,4 +830,4 @@ type UploadFileRes = Components.Schemas.UploadFileRes;
|
|
|
830
830
|
type WidgetData = Components.Schemas.WidgetData;
|
|
831
831
|
type WidgetPortalData = Components.Schemas.WidgetPortalData;
|
|
832
832
|
|
|
833
|
-
export type
|
|
833
|
+
export { type AddConsumerReq as A, type BrandItem as B, type Client as C, type DesignItem as D, type ErrorResp as E, type FileData as F, type GetAllDesignsRes as G, type ItemMetada as I, type Journey as J, type LogoData as L, type OperationMethods as O, Paths as P, type ShapeData as S, type TypographyData as T, type UpdateDesignReq as U, type WidgetData as W, Components as a, type PathsDictionary as b, type AddDesignReq as c, type AddDesignRes as d, type ConsumerData as e, type Custom_Style as f, type CustomerPortalData as g, type FontData as h, type FontResponseUrl as i, type GetBrandsRes as j, type GetDesignRes as k, type GetFilesRes as l, type PaletteData as m, type UploadFileReq as n, type UploadFileRes as o, type WidgetPortalData as p };
|
|
@@ -830,4 +830,4 @@ type UploadFileRes = Components.Schemas.UploadFileRes;
|
|
|
830
830
|
type WidgetData = Components.Schemas.WidgetData;
|
|
831
831
|
type WidgetPortalData = Components.Schemas.WidgetPortalData;
|
|
832
832
|
|
|
833
|
-
export type
|
|
833
|
+
export { type AddConsumerReq as A, type BrandItem as B, type Client as C, type DesignItem as D, type ErrorResp as E, type FileData as F, type GetAllDesignsRes as G, type ItemMetada as I, type Journey as J, type LogoData as L, type OperationMethods as O, Paths as P, type ShapeData as S, type TypographyData as T, type UpdateDesignReq as U, type WidgetData as W, Components as a, type PathsDictionary as b, type AddDesignReq as c, type AddDesignRes as d, type ConsumerData as e, type Custom_Style as f, type CustomerPortalData as g, type FontData as h, type FontResponseUrl as i, type GetBrandsRes as j, type GetDesignRes as k, type GetFilesRes as l, type PaletteData as m, type UploadFileReq as n, type UploadFileRes as o, type WidgetPortalData as p };
|
|
@@ -645,4 +645,4 @@ type InvalidCustomVariableErrorDetails = Components.Schemas.InvalidCustomVariabl
|
|
|
645
645
|
type S3Reference = Components.Schemas.S3Reference;
|
|
646
646
|
type TemplateSettings = Components.Schemas.TemplateSettings;
|
|
647
647
|
|
|
648
|
-
export type
|
|
648
|
+
export { type Client as C, type DocumentGenerationV2Request as D, type ErrorCode as E, type InternalErrorDetail as I, type OperationMethods as O, Paths as P, type S3Reference as S, type TemplateSettings as T, Components as a, type PathsDictionary as b, type ConvertDocumentRequest as c, type ConvertDocumentResponse as d, type DocumentGenerationV2Response as e, type DocumentMetaRequest as f, type DocumentMetaResponse as g, type DocxTemplaterErrorDetail as h, type DocxTemplaterErrorDetails as i, type ErrorOutput as j, type InternalErrorDetails as k, type InvalidCustomVariableErrorDetail as l, type InvalidCustomVariableErrorDetails as m };
|
|
@@ -645,4 +645,4 @@ type InvalidCustomVariableErrorDetails = Components.Schemas.InvalidCustomVariabl
|
|
|
645
645
|
type S3Reference = Components.Schemas.S3Reference;
|
|
646
646
|
type TemplateSettings = Components.Schemas.TemplateSettings;
|
|
647
647
|
|
|
648
|
-
export type
|
|
648
|
+
export { type Client as C, type DocumentGenerationV2Request as D, type ErrorCode as E, type InternalErrorDetail as I, type OperationMethods as O, Paths as P, type S3Reference as S, type TemplateSettings as T, Components as a, type PathsDictionary as b, type ConvertDocumentRequest as c, type ConvertDocumentResponse as d, type DocumentGenerationV2Response as e, type DocumentMetaRequest as f, type DocumentMetaResponse as g, type DocxTemplaterErrorDetail as h, type DocxTemplaterErrorDetails as i, type ErrorOutput as j, type InternalErrorDetails as k, type InvalidCustomVariableErrorDetail as l, type InvalidCustomVariableErrorDetails as m };
|
|
@@ -2274,4 +2274,4 @@ type UpdateEmailAddressPayload = Components.Schemas.UpdateEmailAddressPayload;
|
|
|
2274
2274
|
type UpdateSharedInboxPayload = Components.Schemas.UpdateSharedInboxPayload;
|
|
2275
2275
|
type WhitelistEmailAddressSetting = Components.Schemas.WhitelistEmailAddressSetting;
|
|
2276
2276
|
|
|
2277
|
-
export type
|
|
2277
|
+
export { type Client as C, type Domain as D, type EmailAddressResponse as E, type InboxBucketResponse as I, type MailboxSyncFolderStatuses as M, type OperationMethods as O, Paths as P, type RestrictDuplicatesWithinSetting as R, type SetEmailAddressPrimaryPayload as S, type UpdateEmailAddressPayload as U, type WhitelistEmailAddressSetting as W, Components as a, type PathsDictionary as b, type ConnectedOutlookEmail as c, type CreateEmailAddressPayload as d, type CreateSharedInboxPayload as e, type EmailAddressSetting as f, type EmailDomainSetting as g, type ErrorResponse as h, type MailboxSyncStatus as i, type MailboxSyncStatuses as j, type MailboxSyncTimeframePeriods as k, type OutlookConnectionError as l, type OutlookConnectionStatus as m, type ProvisionEpilotEmailAddressPayload as n, type Setting as o, type SettingMeta as p, type SettingType as q, type SettingsResponse as r, type SharedInboxResponse as s, type SignatureSetting as t, type UpdateSharedInboxPayload as u };
|
|
@@ -2274,4 +2274,4 @@ type UpdateEmailAddressPayload = Components.Schemas.UpdateEmailAddressPayload;
|
|
|
2274
2274
|
type UpdateSharedInboxPayload = Components.Schemas.UpdateSharedInboxPayload;
|
|
2275
2275
|
type WhitelistEmailAddressSetting = Components.Schemas.WhitelistEmailAddressSetting;
|
|
2276
2276
|
|
|
2277
|
-
export type
|
|
2277
|
+
export { type Client as C, type Domain as D, type EmailAddressResponse as E, type InboxBucketResponse as I, type MailboxSyncFolderStatuses as M, type OperationMethods as O, Paths as P, type RestrictDuplicatesWithinSetting as R, type SetEmailAddressPrimaryPayload as S, type UpdateEmailAddressPayload as U, type WhitelistEmailAddressSetting as W, Components as a, type PathsDictionary as b, type ConnectedOutlookEmail as c, type CreateEmailAddressPayload as d, type CreateSharedInboxPayload as e, type EmailAddressSetting as f, type EmailDomainSetting as g, type ErrorResponse as h, type MailboxSyncStatus as i, type MailboxSyncStatuses as j, type MailboxSyncTimeframePeriods as k, type OutlookConnectionError as l, type OutlookConnectionStatus as m, type ProvisionEpilotEmailAddressPayload as n, type Setting as o, type SettingMeta as p, type SettingType as q, type SettingsResponse as r, type SharedInboxResponse as s, type SignatureSetting as t, type UpdateSharedInboxPayload as u };
|
|
@@ -1171,4 +1171,4 @@ type UpdatedAt = Components.Schemas.UpdatedAt;
|
|
|
1171
1171
|
type UserResponse = Components.Schemas.UserResponse;
|
|
1172
1172
|
type VariableParameters = Components.Schemas.VariableParameters;
|
|
1173
1173
|
|
|
1174
|
-
export type
|
|
1174
|
+
export { type ApproveAction as A, type BaseEntity as B, type Client as C, type EmailTemplateEntity as E, type From as F, type OperationMethods as O, Paths as P, type SkipCreatingEntities as S, type TaskToken as T, type UpdatedAt as U, type VariableParameters as V, Components as a, type PathsDictionary as b, type ApprovedAt as c, type AsyncEmailTemplateResponse as d, type Attachment as e, type AttachmentResponse as f, type BulkSendMessageJob as g, type BulkSendMessageRequest as h, type BulkSendMessageRequestWithQuery as i, type CreateSystemTemplatesReq as j, type CreateSystemTemplatesResp as k, type CreatedAt as l, type CreatedBy as m, type CustomVariables as n, type EmailTemplateRequest as o, type EmailTemplateResponse as p, type OrgId as q, type PresignedRequest as r, type PresignedResponse as s, type TemplateType as t, type To as u, type UserResponse as v };
|
|
@@ -1171,4 +1171,4 @@ type UpdatedAt = Components.Schemas.UpdatedAt;
|
|
|
1171
1171
|
type UserResponse = Components.Schemas.UserResponse;
|
|
1172
1172
|
type VariableParameters = Components.Schemas.VariableParameters;
|
|
1173
1173
|
|
|
1174
|
-
export type
|
|
1174
|
+
export { type ApproveAction as A, type BaseEntity as B, type Client as C, type EmailTemplateEntity as E, type From as F, type OperationMethods as O, Paths as P, type SkipCreatingEntities as S, type TaskToken as T, type UpdatedAt as U, type VariableParameters as V, Components as a, type PathsDictionary as b, type ApprovedAt as c, type AsyncEmailTemplateResponse as d, type Attachment as e, type AttachmentResponse as f, type BulkSendMessageJob as g, type BulkSendMessageRequest as h, type BulkSendMessageRequestWithQuery as i, type CreateSystemTemplatesReq as j, type CreateSystemTemplatesResp as k, type CreatedAt as l, type CreatedBy as m, type CustomVariables as n, type EmailTemplateRequest as o, type EmailTemplateResponse as p, type OrgId as q, type PresignedRequest as r, type PresignedResponse as s, type TemplateType as t, type To as u, type UserResponse as v };
|
|
@@ -1089,4 +1089,4 @@ type SetValueMapper = Components.Schemas.SetValueMapper;
|
|
|
1089
1089
|
type SourceConfig = Components.Schemas.SourceConfig;
|
|
1090
1090
|
type TargetConfig = Components.Schemas.TargetConfig;
|
|
1091
1091
|
|
|
1092
|
-
export type
|
|
1092
|
+
export { type AppendValueMapper as A, type OperationObjectNode as B, type Client as C, type Owner as D, type Entity as E, type PrimitiveJSONValue as F, type RelationAttribute as G, type RelationItem as H, type SetValueMapper as I, type JourneyRef as J, type SourceConfig as K, type Loop_Index_String as L, type MapCondition as M, type NewRelationItem as N, type OperationMethods as O, Paths as P, type RandomOperation as R, type SearchMappingReq as S, type TargetConfig as T, Components as a, type PathsDictionary as b, type AttributeOrigin as c, type ConditionNode as d, type CopyValueMapper as e, type EntityRef as f, type ExecuteMappingReq as g, type ExecuteMappingResp as h, type ExecuteRelationsReq as i, type ExecuteRelationsResp as j, type MappingAttribute as k, type MappingAttributeMode as l, type MappingAttributeV2 as m, type MappingConfig as n, type MappingConfigCommonFields as o, type MappingConfigV2 as p, type MappingConfigs as q, type MappingConfigsResp as r, type MappingFailure as s, type MappingHistoryEntry as t, type MappingHistoryResp as u, type MappingSource as v, type MappingSourceProperty as w, type MappingSourceTargetType as x, type MappingWarning as y, type OperationNode as z };
|
|
@@ -1089,4 +1089,4 @@ type SetValueMapper = Components.Schemas.SetValueMapper;
|
|
|
1089
1089
|
type SourceConfig = Components.Schemas.SourceConfig;
|
|
1090
1090
|
type TargetConfig = Components.Schemas.TargetConfig;
|
|
1091
1091
|
|
|
1092
|
-
export type
|
|
1092
|
+
export { type AppendValueMapper as A, type OperationObjectNode as B, type Client as C, type Owner as D, type Entity as E, type PrimitiveJSONValue as F, type RelationAttribute as G, type RelationItem as H, type SetValueMapper as I, type JourneyRef as J, type SourceConfig as K, type Loop_Index_String as L, type MapCondition as M, type NewRelationItem as N, type OperationMethods as O, Paths as P, type RandomOperation as R, type SearchMappingReq as S, type TargetConfig as T, Components as a, type PathsDictionary as b, type AttributeOrigin as c, type ConditionNode as d, type CopyValueMapper as e, type EntityRef as f, type ExecuteMappingReq as g, type ExecuteMappingResp as h, type ExecuteRelationsReq as i, type ExecuteRelationsResp as j, type MappingAttribute as k, type MappingAttributeMode as l, type MappingAttributeV2 as m, type MappingConfig as n, type MappingConfigCommonFields as o, type MappingConfigV2 as p, type MappingConfigs as q, type MappingConfigsResp as r, type MappingFailure as s, type MappingHistoryEntry as t, type MappingHistoryResp as u, type MappingSource as v, type MappingSourceProperty as w, type MappingSourceTargetType as x, type MappingWarning as y, type OperationNode as z };
|
|
@@ -16014,4 +16014,4 @@ type TaxonomySlug = Components.Schemas.TaxonomySlug;
|
|
|
16014
16014
|
type TextAttribute = Components.Schemas.TextAttribute;
|
|
16015
16015
|
type UserRelationAttribute = Components.Schemas.UserRelationAttribute;
|
|
16016
16016
|
|
|
16017
|
-
export { type
|
|
16017
|
+
export { type EntitySearchResults as $, type Activity as A, type BaseActivityItem as B, type Client as C, type DateAttribute as D, type ESClusterAssignment as E, type EntityAcl as F, type EntityAction as G, type EntityCapability as H, type EntityCapabilityWithCompositeID as I, type EntityDefaultCreate as J, type EntityDefaultEdit as K, type EntityDefaultTable as L, type EntityId as M, type EntityImportParams as N, type OperationMethods as O, Paths as P, type EntityItem as Q, type EntityListParams as R, type EntityOperation as S, type EntityOwner as T, type EntitySchema as U, type EntitySchemaGroup as V, type EntitySchemaGroupWithCompositeID as W, type EntitySchemaItem as X, type EntitySearchIncludeDeletedParam as Y, type EntitySearchOptions as Z, type EntitySearchParams as _, Components as a, type SearchMappings as a$, type EntitySlug as a0, type EntityTableFilterOption as a1, type EntityTableFilterSearch as a2, type EntityValidationError as a3, type EntityValidationResult as a4, type EntityValidationResultError as a5, type EntityValidationResultSuccess as a6, type EntityValidationV2Error as a7, type EntityValidationV2Result as a8, type EntityValidationV2ResultError as a9, type LinkAttribute as aA, type ListSavedViewsResults as aB, type MessageEmailAddressAttribute as aC, type MultiSelectAttribute as aD, type NullableEntity as aE, type NumberAttribute as aF, type OrderedListAttribute as aG, type PartnerOrganisationAttribute as aH, type PartnerStatusAttribute as aI, type PaymentAttribute as aJ, type PaymentMethodRelationAttribute as aK, type PhoneAttribute as aL, type PortalAccessAttribute as aM, type PriceComponentAttribute as aN, type PurposeAttribute as aO, type RedirectEntityView as aP, type RelationAttribute as aQ, type RelationEntity as aR, type RelationItem as aS, type RepeatableAttribute as aT, type SavedView as aU, type SavedViewId as aV, type SavedViewItem as aW, type SavedViewPartial as aX, type SchemaId as aY, type SearchFilter as aZ, type SearchFilterValue as a_, type EntityValidationV2ResultSuccess as aa, type EntityViewDisabled as ab, type ErrorObject as ac, type ExportJobId as ad, type FieldsParam as ae, type FileAttribute as af, type GenerateEntityTableAIFiltersRequest as ag, type GenerateEntityTableAIFiltersResponse as ah, GetRelatedEntitiesCount as ai, type GetRelationsResp as aj, type GetRelationsRespWithPagination as ak, type GraphDefinition as al, type GraphEdge as am, type GraphNode as an, type GraphQueryRequest as ao, type GraphQueryResponse as ap, type GraphSeed as aq, type GroupHeadline as ar, type GroupHeadlineWithCompositeID as as, type HydratedEntity as at, type HydratedEntityItem as au, type InternalAttribute as av, type InternalUserAttribute as aw, type InvitationEmailAttribute as ax, type IsTemplate as ay, type Language as az, type PathsDictionary as b, type SelectAttribute as b0, type SequenceAttribute as b1, type SettingFlag as b2, type StatusAttribute as b3, type SummaryAttribute as b4, type SummaryField as b5, type TagsAttribute as b6, type Taxonomy as b7, type TaxonomyBulkJob as b8, type TaxonomyBulkJobActionType as b9, type TaxonomyBulkJobStatus as ba, type TaxonomyBulkJobTriggerResponse as bb, type TaxonomyClassification as bc, type TaxonomyLocationId as bd, type TaxonomySearchIncludeArchivedParam as be, type TaxonomySlug as bf, type TextAttribute as bg, type UserRelationAttribute as bh, type ActivityCallerContext as c, type ActivityId as d, type ActivityItem as e, type ActivityType as f, type AddressAttribute as g, type AddressRelationAttribute as h, type Attribute as i, type AttributeWithCompositeID as j, type AutomationAttribute as k, type BaseAttribute as l, type BaseEntity as m, type BlueprintEntityId as n, type BooleanAttribute as o, type ClassificationId as p, type ClassificationIdOrPattern as q, type ClassificationSlug as r, type ClassificationsUpdate as s, type ComputedAttribute as t, type ConsentAttribute as u, type CountryAttribute as v, type CurrencyAttribute as w, type DefaultAddressFields as x, type EmailAttribute as y, type Entity as z };
|
|
@@ -16014,4 +16014,4 @@ type TaxonomySlug = Components.Schemas.TaxonomySlug;
|
|
|
16014
16014
|
type TextAttribute = Components.Schemas.TextAttribute;
|
|
16015
16015
|
type UserRelationAttribute = Components.Schemas.UserRelationAttribute;
|
|
16016
16016
|
|
|
16017
|
-
export { type
|
|
16017
|
+
export { type EntitySearchResults as $, type Activity as A, type BaseActivityItem as B, type Client as C, type DateAttribute as D, type ESClusterAssignment as E, type EntityAcl as F, type EntityAction as G, type EntityCapability as H, type EntityCapabilityWithCompositeID as I, type EntityDefaultCreate as J, type EntityDefaultEdit as K, type EntityDefaultTable as L, type EntityId as M, type EntityImportParams as N, type OperationMethods as O, Paths as P, type EntityItem as Q, type EntityListParams as R, type EntityOperation as S, type EntityOwner as T, type EntitySchema as U, type EntitySchemaGroup as V, type EntitySchemaGroupWithCompositeID as W, type EntitySchemaItem as X, type EntitySearchIncludeDeletedParam as Y, type EntitySearchOptions as Z, type EntitySearchParams as _, Components as a, type SearchMappings as a$, type EntitySlug as a0, type EntityTableFilterOption as a1, type EntityTableFilterSearch as a2, type EntityValidationError as a3, type EntityValidationResult as a4, type EntityValidationResultError as a5, type EntityValidationResultSuccess as a6, type EntityValidationV2Error as a7, type EntityValidationV2Result as a8, type EntityValidationV2ResultError as a9, type LinkAttribute as aA, type ListSavedViewsResults as aB, type MessageEmailAddressAttribute as aC, type MultiSelectAttribute as aD, type NullableEntity as aE, type NumberAttribute as aF, type OrderedListAttribute as aG, type PartnerOrganisationAttribute as aH, type PartnerStatusAttribute as aI, type PaymentAttribute as aJ, type PaymentMethodRelationAttribute as aK, type PhoneAttribute as aL, type PortalAccessAttribute as aM, type PriceComponentAttribute as aN, type PurposeAttribute as aO, type RedirectEntityView as aP, type RelationAttribute as aQ, type RelationEntity as aR, type RelationItem as aS, type RepeatableAttribute as aT, type SavedView as aU, type SavedViewId as aV, type SavedViewItem as aW, type SavedViewPartial as aX, type SchemaId as aY, type SearchFilter as aZ, type SearchFilterValue as a_, type EntityValidationV2ResultSuccess as aa, type EntityViewDisabled as ab, type ErrorObject as ac, type ExportJobId as ad, type FieldsParam as ae, type FileAttribute as af, type GenerateEntityTableAIFiltersRequest as ag, type GenerateEntityTableAIFiltersResponse as ah, GetRelatedEntitiesCount as ai, type GetRelationsResp as aj, type GetRelationsRespWithPagination as ak, type GraphDefinition as al, type GraphEdge as am, type GraphNode as an, type GraphQueryRequest as ao, type GraphQueryResponse as ap, type GraphSeed as aq, type GroupHeadline as ar, type GroupHeadlineWithCompositeID as as, type HydratedEntity as at, type HydratedEntityItem as au, type InternalAttribute as av, type InternalUserAttribute as aw, type InvitationEmailAttribute as ax, type IsTemplate as ay, type Language as az, type PathsDictionary as b, type SelectAttribute as b0, type SequenceAttribute as b1, type SettingFlag as b2, type StatusAttribute as b3, type SummaryAttribute as b4, type SummaryField as b5, type TagsAttribute as b6, type Taxonomy as b7, type TaxonomyBulkJob as b8, type TaxonomyBulkJobActionType as b9, type TaxonomyBulkJobStatus as ba, type TaxonomyBulkJobTriggerResponse as bb, type TaxonomyClassification as bc, type TaxonomyLocationId as bd, type TaxonomySearchIncludeArchivedParam as be, type TaxonomySlug as bf, type TextAttribute as bg, type UserRelationAttribute as bh, type ActivityCallerContext as c, type ActivityId as d, type ActivityItem as e, type ActivityType as f, type AddressAttribute as g, type AddressRelationAttribute as h, type Attribute as i, type AttributeWithCompositeID as j, type AutomationAttribute as k, type BaseAttribute as l, type BaseEntity as m, type BlueprintEntityId as n, type BooleanAttribute as o, type ClassificationId as p, type ClassificationIdOrPattern as q, type ClassificationSlug as r, type ClassificationsUpdate as s, type ComputedAttribute as t, type ConsentAttribute as u, type CountryAttribute as v, type CurrencyAttribute as w, type DefaultAddressFields as x, type EmailAttribute as y, type Entity as z };
|
|
@@ -250,4 +250,4 @@ type EnvironmentVariableList = Components.Schemas.EnvironmentVariableList;
|
|
|
250
250
|
type EnvironmentVariableListItem = Components.Schemas.EnvironmentVariableListItem;
|
|
251
251
|
type EnvironmentVariableUpdateRequest = Components.Schemas.EnvironmentVariableUpdateRequest;
|
|
252
252
|
|
|
253
|
-
export type
|
|
253
|
+
export { type Client as C, type EnvironmentValueType as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentVariable as c, type EnvironmentVariableCreateRequest as d, type EnvironmentVariableList as e, type EnvironmentVariableListItem as f, type EnvironmentVariableUpdateRequest as g };
|
|
@@ -250,4 +250,4 @@ type EnvironmentVariableList = Components.Schemas.EnvironmentVariableList;
|
|
|
250
250
|
type EnvironmentVariableListItem = Components.Schemas.EnvironmentVariableListItem;
|
|
251
251
|
type EnvironmentVariableUpdateRequest = Components.Schemas.EnvironmentVariableUpdateRequest;
|
|
252
252
|
|
|
253
|
-
export type
|
|
253
|
+
export { type Client as C, type EnvironmentValueType as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentVariable as c, type EnvironmentVariableCreateRequest as d, type EnvironmentVariableList as e, type EnvironmentVariableListItem as f, type EnvironmentVariableUpdateRequest as g };
|
|
@@ -4116,4 +4116,4 @@ type UseCaseHistoryEntry = Components.Schemas.UseCaseHistoryEntry;
|
|
|
4116
4116
|
type UseCaseHistoryEntryBase = Components.Schemas.UseCaseHistoryEntryBase;
|
|
4117
4117
|
type WebhookStatus = Components.Schemas.WebhookStatus;
|
|
4118
4118
|
|
|
4119
|
-
export type
|
|
4119
|
+
export { type IntegrationWithUseCases as $, type AccessLogEntry as A, type FileProxyUseCase as B, type Client as C, type DeleteIntegrationAppMappingRequest as D, type EmbeddedInboundUseCaseRequest as E, type FileProxyAuth as F, type FileProxyUseCaseConfiguration as G, type FileProxyUseCaseHistoryEntry as H, type GetMonitoringStatsRequest as I, type GetMonitoringTimeSeriesRequest as J, type InboundIntegrationEventConfiguration as K, type InboundMonitoringEvent as L, type InboundUseCase as M, type InboundUseCaseHistoryEntry as N, type OperationMethods as O, Paths as P, type Integration as Q, type IntegrationAppMapping as R, type IntegrationConfigurationV1 as S, type IntegrationConfigurationV2 as T, type IntegrationEditableFields as U, type IntegrationEntity as V, type IntegrationEntityField as W, type IntegrationFieldV1 as X, type IntegrationMeterReading as Y, type IntegrationObjectV1 as Z, type IntegrationSettings as _, Components as a, type MappingSimulationRequest as a0, type MappingSimulationResponse as a1, type MappingSimulationV2Request as a2, type MappingSimulationWarning as a3, type MeterReadingPruneScopeConfig as a4, type MeterReadingUpdate as a5, type MeterUniqueIdsConfig as a6, type MonitoringStats as a7, type OutboundConflict as a8, type OutboundIntegrationEventConfiguration as a9, type UpdateOutboundUseCaseRequest as aA, type UpdateUseCaseRequest as aB, type UpdateUseCaseRequestBase as aC, type UpsertIntegrationWithUseCasesRequest as aD, type UseCase as aE, type UseCaseBase as aF, type UseCaseHistoryEntry as aG, type UseCaseHistoryEntryBase as aH, type WebhookStatus as aI, type OutboundMapping as aa, type OutboundMonitoringEvent as ab, type OutboundStatusResponse as ac, type OutboundUseCase as ad, type OutboundUseCaseHistoryEntry as ae, type OutboundUseCaseStatus as af, type PruneScopeConfig as ag, type QueryAccessLogsRequest as ah, type QueryEventsRequest as ai, type QueryInboundMonitoringEventsRequest as aj, type QueryOutboundMonitoringEventsRequest as ak, type RelationConfig as al, type RelationItemConfig as am, type RelationRefItemConfig as an, type RelationRefValueConfig as ao, type RelationRefsConfig as ap, type RelationUniqueIdField as aq, type RepeatableFieldType as ar, type ReplayEventsRequest as as, type SetIntegrationAppMappingRequest as at, type TimeSeriesBucket as au, type TriggerErpActionRequest as av, type TriggerWebhookResp as aw, type UpdateFileProxyUseCaseRequest as ax, type UpdateInboundUseCaseRequest as ay, type UpdateIntegrationRequest as az, type PathsDictionary as b, type AutoRefreshSettings as c, type CreateFileProxyUseCaseRequest as d, type CreateInboundUseCaseRequest as e, type CreateIntegrationRequest as f, type CreateOutboundUseCaseRequest as g, type CreateUseCaseRequest as h, type CreateUseCaseRequestBase as i, type DeliveryConfig as j, type EmbeddedOutboundUseCaseRequest as k, type EmbeddedUseCaseRequest as l, type EmbeddedUseCaseRequestBase as m, type EntityUpdate as n, type EnvironmentFieldConfig as o, type ErpEvent as p, type ErpEventV3 as q, type ErpUpdatesEventsV2Request as r, type ErpUpdatesEventsV3Request as s, type ErrorResponseBase as t, type FileProxyParam as u, type FileProxyResponseConfig as v, type FileProxyStep as w, type FileProxyUrlConfig as x, type FileProxyUrlParam as y, type FileProxyUrlParams as z };
|
|
@@ -4116,4 +4116,4 @@ type UseCaseHistoryEntry = Components.Schemas.UseCaseHistoryEntry;
|
|
|
4116
4116
|
type UseCaseHistoryEntryBase = Components.Schemas.UseCaseHistoryEntryBase;
|
|
4117
4117
|
type WebhookStatus = Components.Schemas.WebhookStatus;
|
|
4118
4118
|
|
|
4119
|
-
export type
|
|
4119
|
+
export { type IntegrationWithUseCases as $, type AccessLogEntry as A, type FileProxyUseCase as B, type Client as C, type DeleteIntegrationAppMappingRequest as D, type EmbeddedInboundUseCaseRequest as E, type FileProxyAuth as F, type FileProxyUseCaseConfiguration as G, type FileProxyUseCaseHistoryEntry as H, type GetMonitoringStatsRequest as I, type GetMonitoringTimeSeriesRequest as J, type InboundIntegrationEventConfiguration as K, type InboundMonitoringEvent as L, type InboundUseCase as M, type InboundUseCaseHistoryEntry as N, type OperationMethods as O, Paths as P, type Integration as Q, type IntegrationAppMapping as R, type IntegrationConfigurationV1 as S, type IntegrationConfigurationV2 as T, type IntegrationEditableFields as U, type IntegrationEntity as V, type IntegrationEntityField as W, type IntegrationFieldV1 as X, type IntegrationMeterReading as Y, type IntegrationObjectV1 as Z, type IntegrationSettings as _, Components as a, type MappingSimulationRequest as a0, type MappingSimulationResponse as a1, type MappingSimulationV2Request as a2, type MappingSimulationWarning as a3, type MeterReadingPruneScopeConfig as a4, type MeterReadingUpdate as a5, type MeterUniqueIdsConfig as a6, type MonitoringStats as a7, type OutboundConflict as a8, type OutboundIntegrationEventConfiguration as a9, type UpdateOutboundUseCaseRequest as aA, type UpdateUseCaseRequest as aB, type UpdateUseCaseRequestBase as aC, type UpsertIntegrationWithUseCasesRequest as aD, type UseCase as aE, type UseCaseBase as aF, type UseCaseHistoryEntry as aG, type UseCaseHistoryEntryBase as aH, type WebhookStatus as aI, type OutboundMapping as aa, type OutboundMonitoringEvent as ab, type OutboundStatusResponse as ac, type OutboundUseCase as ad, type OutboundUseCaseHistoryEntry as ae, type OutboundUseCaseStatus as af, type PruneScopeConfig as ag, type QueryAccessLogsRequest as ah, type QueryEventsRequest as ai, type QueryInboundMonitoringEventsRequest as aj, type QueryOutboundMonitoringEventsRequest as ak, type RelationConfig as al, type RelationItemConfig as am, type RelationRefItemConfig as an, type RelationRefValueConfig as ao, type RelationRefsConfig as ap, type RelationUniqueIdField as aq, type RepeatableFieldType as ar, type ReplayEventsRequest as as, type SetIntegrationAppMappingRequest as at, type TimeSeriesBucket as au, type TriggerErpActionRequest as av, type TriggerWebhookResp as aw, type UpdateFileProxyUseCaseRequest as ax, type UpdateInboundUseCaseRequest as ay, type UpdateIntegrationRequest as az, type PathsDictionary as b, type AutoRefreshSettings as c, type CreateFileProxyUseCaseRequest as d, type CreateInboundUseCaseRequest as e, type CreateIntegrationRequest as f, type CreateOutboundUseCaseRequest as g, type CreateUseCaseRequest as h, type CreateUseCaseRequestBase as i, type DeliveryConfig as j, type EmbeddedOutboundUseCaseRequest as k, type EmbeddedUseCaseRequest as l, type EmbeddedUseCaseRequestBase as m, type EntityUpdate as n, type EnvironmentFieldConfig as o, type ErpEvent as p, type ErpEventV3 as q, type ErpUpdatesEventsV2Request as r, type ErpUpdatesEventsV3Request as s, type ErrorResponseBase as t, type FileProxyParam as u, type FileProxyResponseConfig as v, type FileProxyStep as w, type FileProxyUrlConfig as x, type FileProxyUrlParam as y, type FileProxyUrlParams as z };
|
|
@@ -1508,4 +1508,4 @@ type TriggerEventPayload = Components.Schemas.TriggerEventPayload;
|
|
|
1508
1508
|
type TriggerEventResponse = Components.Schemas.TriggerEventResponse;
|
|
1509
1509
|
type UpdateEventPayload = Components.Schemas.UpdateEventPayload;
|
|
1510
1510
|
|
|
1511
|
-
export type
|
|
1511
|
+
export { type Client as C, type EntityOperationTrigger as E, type FieldsParam as F, type GraphDefinition as G, type OperationMethods as O, Paths as P, type SchemaField as S, type TriggerEventPayload as T, type UpdateEventPayload as U, Components as a, type PathsDictionary as b, type CommonEventMetadata as c, type ContextEntity as d, type Event as e, type EventConfig as f, type EventConfigBase as g, type EventJsonSchema as h, type GraphEdge as i, type GraphNode as j, type PrimitiveField as k, type SearchOptions as l, type TriggerEventResponse as m };
|
|
@@ -1508,4 +1508,4 @@ type TriggerEventPayload = Components.Schemas.TriggerEventPayload;
|
|
|
1508
1508
|
type TriggerEventResponse = Components.Schemas.TriggerEventResponse;
|
|
1509
1509
|
type UpdateEventPayload = Components.Schemas.UpdateEventPayload;
|
|
1510
1510
|
|
|
1511
|
-
export type
|
|
1511
|
+
export { type Client as C, type EntityOperationTrigger as E, type FieldsParam as F, type GraphDefinition as G, type OperationMethods as O, Paths as P, type SchemaField as S, type TriggerEventPayload as T, type UpdateEventPayload as U, Components as a, type PathsDictionary as b, type CommonEventMetadata as c, type ContextEntity as d, type Event as e, type EventConfig as f, type EventConfigBase as g, type EventJsonSchema as h, type GraphEdge as i, type GraphNode as j, type PrimitiveField as k, type SearchOptions as l, type TriggerEventResponse as m };
|
|
@@ -2989,4 +2989,4 @@ type SaveS3FilePayload = Components.Schemas.SaveS3FilePayload;
|
|
|
2989
2989
|
type UploadFilePayload = Components.Schemas.UploadFilePayload;
|
|
2990
2990
|
type VerifyCustomDownloadUrlPayload = Components.Schemas.VerifyCustomDownloadUrlPayload;
|
|
2991
2991
|
|
|
2992
|
-
export type
|
|
2992
|
+
export { type ActivityId as A, type BaseEntityAcl as B, type Client as C, type DownloadFilesPayload as D, type EntityId as E, type FileAttributes as F, type OperationMethods as O, Paths as P, type S3Ref as S, type UploadFilePayload as U, type VerifyCustomDownloadUrlPayload as V, Components as a, type PathsDictionary as b, type BaseEntityOwner as c, type BatchSaveFileVersionPayload as d, type CommonSaveFilePayload as e, type CustomDownloadUrl as f, type EntitySlug as g, type ErrorObject as h, type FileCollectionAttributes as i, type FileCollectionCreateRequest as j, type FileCollectionId as k, type FileCollectionItem as l, type FileEntity as m, type FileEntityId as n, type FileItem as o, type FileRelationItem as p, type FileType as q, type FileUpload as r, type PublicLink as s, type S3Reference as t, type SaveCustomFilePayload as u, type SaveFileFromSourceURLPayload as v, type SaveFilePayload as w, type SaveFilePayloadV2 as x, type SaveS3FilePayload as y };
|
|
@@ -2989,4 +2989,4 @@ type SaveS3FilePayload = Components.Schemas.SaveS3FilePayload;
|
|
|
2989
2989
|
type UploadFilePayload = Components.Schemas.UploadFilePayload;
|
|
2990
2990
|
type VerifyCustomDownloadUrlPayload = Components.Schemas.VerifyCustomDownloadUrlPayload;
|
|
2991
2991
|
|
|
2992
|
-
export type
|
|
2992
|
+
export { type ActivityId as A, type BaseEntityAcl as B, type Client as C, type DownloadFilesPayload as D, type EntityId as E, type FileAttributes as F, type OperationMethods as O, Paths as P, type S3Ref as S, type UploadFilePayload as U, type VerifyCustomDownloadUrlPayload as V, Components as a, type PathsDictionary as b, type BaseEntityOwner as c, type BatchSaveFileVersionPayload as d, type CommonSaveFilePayload as e, type CustomDownloadUrl as f, type EntitySlug as g, type ErrorObject as h, type FileCollectionAttributes as i, type FileCollectionCreateRequest as j, type FileCollectionId as k, type FileCollectionItem as l, type FileEntity as m, type FileEntityId as n, type FileItem as o, type FileRelationItem as p, type FileType as q, type FileUpload as r, type PublicLink as s, type S3Reference as t, type SaveCustomFilePayload as u, type SaveFileFromSourceURLPayload as v, type SaveFilePayload as w, type SaveFilePayloadV2 as x, type SaveS3FilePayload as y };
|
|
@@ -67,4 +67,4 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
67
67
|
|
|
68
68
|
type Error = Components.Schemas.Error;
|
|
69
69
|
|
|
70
|
-
export type
|
|
70
|
+
export { type Client as C, type Error as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b };
|
|
@@ -67,4 +67,4 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
67
67
|
|
|
68
68
|
type Error = Components.Schemas.Error;
|
|
69
69
|
|
|
70
|
-
export type
|
|
70
|
+
export { type Client as C, type Error as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b };
|