@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
package/dist/index.js
CHANGED
|
@@ -2,8 +2,9 @@ import {
|
|
|
2
2
|
__require,
|
|
3
3
|
authorize,
|
|
4
4
|
createApiClient,
|
|
5
|
-
createApiHandle
|
|
6
|
-
|
|
5
|
+
createApiHandle,
|
|
6
|
+
expand
|
|
7
|
+
} from "./chunk-QMQNMCOC.js";
|
|
7
8
|
|
|
8
9
|
// src/large-response.ts
|
|
9
10
|
var CONTENT_TYPE = "application/large-response.vnd+json";
|
|
@@ -99,240 +100,241 @@ var resetAllClients = (registry) => {
|
|
|
99
100
|
};
|
|
100
101
|
|
|
101
102
|
// src/apis/_registry.ts
|
|
102
|
-
var
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
var base = "../definitions/";
|
|
104
|
+
var loadDef = (name) => {
|
|
105
|
+
const mod = __require(base + name + "-runtime.json");
|
|
106
|
+
return expand(mod.default ?? mod);
|
|
105
107
|
};
|
|
106
108
|
var registerBuiltinApis = (registry) => {
|
|
107
109
|
registerApi({
|
|
108
110
|
registry,
|
|
109
111
|
name: "accessToken",
|
|
110
|
-
loader: () => loadDef("
|
|
112
|
+
loader: () => loadDef("access-token")
|
|
111
113
|
});
|
|
112
114
|
registerApi({
|
|
113
115
|
registry,
|
|
114
116
|
name: "address",
|
|
115
|
-
loader: () => loadDef("
|
|
117
|
+
loader: () => loadDef("address")
|
|
116
118
|
});
|
|
117
119
|
registerApi({
|
|
118
120
|
registry,
|
|
119
121
|
name: "addressSuggestions",
|
|
120
|
-
loader: () => loadDef("
|
|
122
|
+
loader: () => loadDef("address-suggestions")
|
|
121
123
|
});
|
|
122
124
|
registerApi({
|
|
123
125
|
registry,
|
|
124
126
|
name: "aiAgents",
|
|
125
|
-
loader: () => loadDef("
|
|
127
|
+
loader: () => loadDef("ai-agents")
|
|
126
128
|
});
|
|
127
129
|
registerApi({
|
|
128
130
|
registry,
|
|
129
131
|
name: "app",
|
|
130
|
-
loader: () => loadDef("
|
|
132
|
+
loader: () => loadDef("app")
|
|
131
133
|
});
|
|
132
134
|
registerApi({
|
|
133
135
|
registry,
|
|
134
136
|
name: "auditLogs",
|
|
135
|
-
loader: () => loadDef("
|
|
137
|
+
loader: () => loadDef("audit-logs")
|
|
136
138
|
});
|
|
137
139
|
registerApi({
|
|
138
140
|
registry,
|
|
139
141
|
name: "automation",
|
|
140
|
-
loader: () => loadDef("
|
|
142
|
+
loader: () => loadDef("automation")
|
|
141
143
|
});
|
|
142
144
|
registerApi({
|
|
143
145
|
registry,
|
|
144
146
|
name: "billing",
|
|
145
|
-
loader: () => loadDef("
|
|
147
|
+
loader: () => loadDef("billing")
|
|
146
148
|
});
|
|
147
149
|
registerApi({
|
|
148
150
|
registry,
|
|
149
151
|
name: "blueprintManifest",
|
|
150
|
-
loader: () => loadDef("
|
|
152
|
+
loader: () => loadDef("blueprint-manifest")
|
|
151
153
|
});
|
|
152
154
|
registerApi({
|
|
153
155
|
registry,
|
|
154
156
|
name: "consent",
|
|
155
|
-
loader: () => loadDef("
|
|
157
|
+
loader: () => loadDef("consent")
|
|
156
158
|
});
|
|
157
159
|
registerApi({
|
|
158
160
|
registry,
|
|
159
161
|
name: "customerPortal",
|
|
160
|
-
loader: () => loadDef("
|
|
162
|
+
loader: () => loadDef("customer-portal")
|
|
161
163
|
});
|
|
162
164
|
registerApi({
|
|
163
165
|
registry,
|
|
164
166
|
name: "dashboard",
|
|
165
|
-
loader: () => loadDef("
|
|
167
|
+
loader: () => loadDef("dashboard")
|
|
166
168
|
});
|
|
167
169
|
registerApi({
|
|
168
170
|
registry,
|
|
169
171
|
name: "dataManagement",
|
|
170
|
-
loader: () => loadDef("
|
|
172
|
+
loader: () => loadDef("data-management")
|
|
171
173
|
});
|
|
172
174
|
registerApi({
|
|
173
175
|
registry,
|
|
174
176
|
name: "deduplication",
|
|
175
|
-
loader: () => loadDef("
|
|
177
|
+
loader: () => loadDef("deduplication")
|
|
176
178
|
});
|
|
177
179
|
registerApi({
|
|
178
180
|
registry,
|
|
179
181
|
name: "design",
|
|
180
|
-
loader: () => loadDef("
|
|
182
|
+
loader: () => loadDef("design")
|
|
181
183
|
});
|
|
182
184
|
registerApi({
|
|
183
185
|
registry,
|
|
184
186
|
name: "document",
|
|
185
|
-
loader: () => loadDef("
|
|
187
|
+
loader: () => loadDef("document")
|
|
186
188
|
});
|
|
187
189
|
registerApi({
|
|
188
190
|
registry,
|
|
189
191
|
name: "emailSettings",
|
|
190
|
-
loader: () => loadDef("
|
|
192
|
+
loader: () => loadDef("email-settings")
|
|
191
193
|
});
|
|
192
194
|
registerApi({
|
|
193
195
|
registry,
|
|
194
196
|
name: "emailTemplate",
|
|
195
|
-
loader: () => loadDef("
|
|
197
|
+
loader: () => loadDef("email-template")
|
|
196
198
|
});
|
|
197
199
|
registerApi({
|
|
198
200
|
registry,
|
|
199
201
|
name: "entity",
|
|
200
|
-
loader: () => loadDef("
|
|
202
|
+
loader: () => loadDef("entity")
|
|
201
203
|
});
|
|
202
204
|
registerApi({
|
|
203
205
|
registry,
|
|
204
206
|
name: "entityMapping",
|
|
205
|
-
loader: () => loadDef("
|
|
207
|
+
loader: () => loadDef("entity-mapping")
|
|
206
208
|
});
|
|
207
209
|
registerApi({
|
|
208
210
|
registry,
|
|
209
211
|
name: "environments",
|
|
210
|
-
loader: () => loadDef("
|
|
212
|
+
loader: () => loadDef("environments")
|
|
211
213
|
});
|
|
212
214
|
registerApi({
|
|
213
215
|
registry,
|
|
214
216
|
name: "erpIntegration",
|
|
215
|
-
loader: () => loadDef("
|
|
217
|
+
loader: () => loadDef("erp-integration")
|
|
216
218
|
});
|
|
217
219
|
registerApi({
|
|
218
220
|
registry,
|
|
219
221
|
name: "eventCatalog",
|
|
220
|
-
loader: () => loadDef("
|
|
222
|
+
loader: () => loadDef("event-catalog")
|
|
221
223
|
});
|
|
222
224
|
registerApi({
|
|
223
225
|
registry,
|
|
224
226
|
name: "file",
|
|
225
|
-
loader: () => loadDef("
|
|
227
|
+
loader: () => loadDef("file")
|
|
226
228
|
});
|
|
227
229
|
registerApi({
|
|
228
230
|
registry,
|
|
229
231
|
name: "iban",
|
|
230
|
-
loader: () => loadDef("
|
|
232
|
+
loader: () => loadDef("iban")
|
|
231
233
|
});
|
|
232
234
|
registerApi({
|
|
233
235
|
registry,
|
|
234
236
|
name: "journey",
|
|
235
|
-
loader: () => loadDef("
|
|
237
|
+
loader: () => loadDef("journey")
|
|
236
238
|
});
|
|
237
239
|
registerApi({
|
|
238
240
|
registry,
|
|
239
241
|
name: "kanban",
|
|
240
|
-
loader: () => loadDef("
|
|
242
|
+
loader: () => loadDef("kanban")
|
|
241
243
|
});
|
|
242
244
|
registerApi({
|
|
243
245
|
registry,
|
|
244
246
|
name: "message",
|
|
245
|
-
loader: () => loadDef("
|
|
247
|
+
loader: () => loadDef("message")
|
|
246
248
|
});
|
|
247
249
|
registerApi({
|
|
248
250
|
registry,
|
|
249
251
|
name: "metering",
|
|
250
|
-
loader: () => loadDef("
|
|
252
|
+
loader: () => loadDef("metering")
|
|
251
253
|
});
|
|
252
254
|
registerApi({
|
|
253
255
|
registry,
|
|
254
256
|
name: "notes",
|
|
255
|
-
loader: () => loadDef("
|
|
257
|
+
loader: () => loadDef("notes")
|
|
256
258
|
});
|
|
257
259
|
registerApi({
|
|
258
260
|
registry,
|
|
259
261
|
name: "notification",
|
|
260
|
-
loader: () => loadDef("
|
|
262
|
+
loader: () => loadDef("notification")
|
|
261
263
|
});
|
|
262
264
|
registerApi({
|
|
263
265
|
registry,
|
|
264
266
|
name: "organization",
|
|
265
|
-
loader: () => loadDef("
|
|
267
|
+
loader: () => loadDef("organization")
|
|
266
268
|
});
|
|
267
269
|
registerApi({
|
|
268
270
|
registry,
|
|
269
271
|
name: "partnerDirectory",
|
|
270
|
-
loader: () => loadDef("
|
|
272
|
+
loader: () => loadDef("partner-directory")
|
|
271
273
|
});
|
|
272
274
|
registerApi({
|
|
273
275
|
registry,
|
|
274
276
|
name: "permissions",
|
|
275
|
-
loader: () => loadDef("
|
|
277
|
+
loader: () => loadDef("permissions")
|
|
276
278
|
});
|
|
277
279
|
registerApi({
|
|
278
280
|
registry,
|
|
279
281
|
name: "pricing",
|
|
280
|
-
loader: () => loadDef("
|
|
282
|
+
loader: () => loadDef("pricing")
|
|
281
283
|
});
|
|
282
284
|
registerApi({
|
|
283
285
|
registry,
|
|
284
286
|
name: "pricingTier",
|
|
285
|
-
loader: () => loadDef("
|
|
287
|
+
loader: () => loadDef("pricing-tier")
|
|
286
288
|
});
|
|
287
289
|
registerApi({
|
|
288
290
|
registry,
|
|
289
291
|
name: "purpose",
|
|
290
|
-
loader: () => loadDef("
|
|
292
|
+
loader: () => loadDef("purpose")
|
|
291
293
|
});
|
|
292
294
|
registerApi({
|
|
293
295
|
registry,
|
|
294
296
|
name: "sandbox",
|
|
295
|
-
loader: () => loadDef("
|
|
297
|
+
loader: () => loadDef("sandbox")
|
|
296
298
|
});
|
|
297
299
|
registerApi({
|
|
298
300
|
registry,
|
|
299
301
|
name: "submission",
|
|
300
|
-
loader: () => loadDef("
|
|
302
|
+
loader: () => loadDef("submission")
|
|
301
303
|
});
|
|
302
304
|
registerApi({
|
|
303
305
|
registry,
|
|
304
306
|
name: "targeting",
|
|
305
|
-
loader: () => loadDef("
|
|
307
|
+
loader: () => loadDef("targeting")
|
|
306
308
|
});
|
|
307
309
|
registerApi({
|
|
308
310
|
registry,
|
|
309
311
|
name: "templateVariables",
|
|
310
|
-
loader: () => loadDef("
|
|
312
|
+
loader: () => loadDef("template-variables")
|
|
311
313
|
});
|
|
312
314
|
registerApi({
|
|
313
315
|
registry,
|
|
314
316
|
name: "user",
|
|
315
|
-
loader: () => loadDef("
|
|
317
|
+
loader: () => loadDef("user")
|
|
316
318
|
});
|
|
317
319
|
registerApi({
|
|
318
320
|
registry,
|
|
319
321
|
name: "validationRules",
|
|
320
|
-
loader: () => loadDef("
|
|
322
|
+
loader: () => loadDef("validation-rules")
|
|
321
323
|
});
|
|
322
324
|
registerApi({
|
|
323
325
|
registry,
|
|
324
326
|
name: "webhooks",
|
|
325
|
-
loader: () => loadDef("
|
|
327
|
+
loader: () => loadDef("webhooks")
|
|
326
328
|
});
|
|
327
329
|
registerApi({
|
|
328
330
|
registry,
|
|
329
331
|
name: "workflow",
|
|
330
|
-
loader: () => loadDef("
|
|
332
|
+
loader: () => loadDef("workflow")
|
|
331
333
|
});
|
|
332
334
|
registerApi({
|
|
333
335
|
registry,
|
|
334
336
|
name: "workflowDefinition",
|
|
335
|
-
loader: () => loadDef("
|
|
337
|
+
loader: () => loadDef("workflow-definition")
|
|
336
338
|
});
|
|
337
339
|
};
|
|
338
340
|
|
|
@@ -1790,4 +1790,4 @@ type SearchJourneysResponse = Components.Schemas.SearchJourneysResponse;
|
|
|
1790
1790
|
type TemplateSettings = Components.Schemas.TemplateSettings;
|
|
1791
1791
|
type ValidationRuleRef = Components.Schemas.ValidationRuleRef;
|
|
1792
1792
|
|
|
1793
|
-
export { type ButtonOption as B, type Client as C, type GenerateDocumentRequest as G, type Journey as J, type OperationMethods as O,
|
|
1793
|
+
export { type ButtonOption as B, type Client as C, type GenerateDocumentRequest as G, type Journey as J, type OperationMethods as O, Paths as P, type RuleRef as R, type S3Reference as S, type TemplateSettings as T, type ValidationRuleRef as V, Components as a, type PathsDictionary as b, type GenerateDocumentResponse as c, type GetJourneysResponse as d, GetSettingsForJourney as e, type JourneyAuditInfo as f, type JourneyCreationRequest as g, type JourneyCreationRequestV2 as h, type JourneyFeatureFlags as i, type JourneyProductsResponse as j, type JourneyResponse as k, type PatchUpdateJourneyRequest as l, type SearchJourneysQueryRequest as m, type SearchJourneysResponse as n };
|
|
@@ -1790,4 +1790,4 @@ type SearchJourneysResponse = Components.Schemas.SearchJourneysResponse;
|
|
|
1790
1790
|
type TemplateSettings = Components.Schemas.TemplateSettings;
|
|
1791
1791
|
type ValidationRuleRef = Components.Schemas.ValidationRuleRef;
|
|
1792
1792
|
|
|
1793
|
-
export { type ButtonOption as B, type Client as C, type GenerateDocumentRequest as G, type Journey as J, type OperationMethods as O,
|
|
1793
|
+
export { type ButtonOption as B, type Client as C, type GenerateDocumentRequest as G, type Journey as J, type OperationMethods as O, Paths as P, type RuleRef as R, type S3Reference as S, type TemplateSettings as T, type ValidationRuleRef as V, Components as a, type PathsDictionary as b, type GenerateDocumentResponse as c, type GetJourneysResponse as d, GetSettingsForJourney as e, type JourneyAuditInfo as f, type JourneyCreationRequest as g, type JourneyCreationRequestV2 as h, type JourneyFeatureFlags as i, type JourneyProductsResponse as j, type JourneyResponse as k, type PatchUpdateJourneyRequest as l, type SearchJourneysQueryRequest as m, type SearchJourneysResponse as n };
|
|
@@ -627,4 +627,4 @@ type Sorting = Components.Schemas.Sorting;
|
|
|
627
627
|
type Swimlane = Components.Schemas.Swimlane;
|
|
628
628
|
type ValueType = Components.Schemas.ValueType;
|
|
629
629
|
|
|
630
|
-
export type
|
|
630
|
+
export { type Board as B, type Client as C, type DynamicDateValue as D, type FilterGroup as F, type OperationMethods as O, Paths as P, type Sorting as S, type ValueType as V, Components as a, type PathsDictionary as b, type BoardFilter as c, type BoardSummary as d, type FilterItem as e, type FilterOperator as f, type FlowsQueryRequest as g, type FlowsQueryResult as h, type Swimlane as i };
|
|
@@ -627,4 +627,4 @@ type Sorting = Components.Schemas.Sorting;
|
|
|
627
627
|
type Swimlane = Components.Schemas.Swimlane;
|
|
628
628
|
type ValueType = Components.Schemas.ValueType;
|
|
629
629
|
|
|
630
|
-
export type
|
|
630
|
+
export { type Board as B, type Client as C, type DynamicDateValue as D, type FilterGroup as F, type OperationMethods as O, Paths as P, type Sorting as S, type ValueType as V, Components as a, type PathsDictionary as b, type BoardFilter as c, type BoardSummary as d, type FilterItem as e, type FilterOperator as f, type FlowsQueryRequest as g, type FlowsQueryResult as h, type Swimlane as i };
|
|
@@ -3576,4 +3576,4 @@ type ThreadTimeline = Components.Schemas.ThreadTimeline;
|
|
|
3576
3576
|
type TimelineEvent = Components.Schemas.TimelineEvent;
|
|
3577
3577
|
type TimelineEventData = Components.Schemas.TimelineEventData;
|
|
3578
3578
|
|
|
3579
|
-
export type
|
|
3579
|
+
export { type Address as A, type BaseEntity as B, type Client as C, type ErrorResponse as E, type FieldsParam as F, type Message as M, type OperationMethods as O, Paths as P, type ReadMessagePayload as R, type SearchIDParams as S, type Thread as T, Components as a, type PathsDictionary as b, type AttachmentsRelation as c, type BulkActionsPayload as d, type BulkActionsPayloadWithScopes as e, type File as f, type MessageRequestParams as g, type MessageV2 as h, type MoveThreadPayload as i, type ReadingScope as j, type SearchParams as k, type SearchParamsV2 as l, type ThreadDoneEvent as m, type ThreadOpenEvent as n, type ThreadTimeline as o, type TimelineEvent as p, type TimelineEventData as q };
|
|
@@ -3576,4 +3576,4 @@ type ThreadTimeline = Components.Schemas.ThreadTimeline;
|
|
|
3576
3576
|
type TimelineEvent = Components.Schemas.TimelineEvent;
|
|
3577
3577
|
type TimelineEventData = Components.Schemas.TimelineEventData;
|
|
3578
3578
|
|
|
3579
|
-
export type
|
|
3579
|
+
export { type Address as A, type BaseEntity as B, type Client as C, type ErrorResponse as E, type FieldsParam as F, type Message as M, type OperationMethods as O, Paths as P, type ReadMessagePayload as R, type SearchIDParams as S, type Thread as T, Components as a, type PathsDictionary as b, type AttachmentsRelation as c, type BulkActionsPayload as d, type BulkActionsPayloadWithScopes as e, type File as f, type MessageRequestParams as g, type MessageV2 as h, type MoveThreadPayload as i, type ReadingScope as j, type SearchParams as k, type SearchParamsV2 as l, type ThreadDoneEvent as m, type ThreadOpenEvent as n, type ThreadTimeline as o, type TimelineEvent as p, type TimelineEventData as q };
|
|
@@ -1838,4 +1838,4 @@ type TariffType = Components.Schemas.TariffType;
|
|
|
1838
1838
|
type Unit = Components.Schemas.Unit;
|
|
1839
1839
|
type UpdateMeterReading = Components.Schemas.UpdateMeterReading;
|
|
1840
1840
|
|
|
1841
|
-
export { type ActionLabel as A, type BaseEntity as B, type Client as C, type Direction as D, type Entity as E, type Id as I, type JourneyActions as J, type Meter as M, type OperationMethods as O,
|
|
1841
|
+
export { type ActionLabel as A, type BaseEntity as B, type Client as C, type Direction as D, type Entity as E, type Id as I, type JourneyActions as J, type Meter as M, type OperationMethods as O, Paths as P, type ReadBy as R, type Source as S, type TariffType as T, type Unit as U, Components as a, type PathsDictionary as b, type ActivityId as c, type CounterReadingOnSubmission as d, type EntityId as e, type EntityItem as f, type EntityRelation as g, type EntitySlug as h, type ErrorResp as i, type MeterCounter as j, type MeterReading as k, type PortalMeterReading as l, type Reading as m, type ReadingStatus as n, type ReadingWithMeter as o, type Reason as p, type ReasonString as q, type Rule as r, type SubmissionMeterReading as s, UpdateMeterReading as t };
|
|
@@ -1838,4 +1838,4 @@ type TariffType = Components.Schemas.TariffType;
|
|
|
1838
1838
|
type Unit = Components.Schemas.Unit;
|
|
1839
1839
|
type UpdateMeterReading = Components.Schemas.UpdateMeterReading;
|
|
1840
1840
|
|
|
1841
|
-
export { type ActionLabel as A, type BaseEntity as B, type Client as C, type Direction as D, type Entity as E, type Id as I, type JourneyActions as J, type Meter as M, type OperationMethods as O,
|
|
1841
|
+
export { type ActionLabel as A, type BaseEntity as B, type Client as C, type Direction as D, type Entity as E, type Id as I, type JourneyActions as J, type Meter as M, type OperationMethods as O, Paths as P, type ReadBy as R, type Source as S, type TariffType as T, type Unit as U, Components as a, type PathsDictionary as b, type ActivityId as c, type CounterReadingOnSubmission as d, type EntityId as e, type EntityItem as f, type EntityRelation as g, type EntitySlug as h, type ErrorResp as i, type MeterCounter as j, type MeterReading as k, type PortalMeterReading as l, type Reading as m, type ReadingStatus as n, type ReadingWithMeter as o, type Reason as p, type ReasonString as q, type Rule as r, type SubmissionMeterReading as s, UpdateMeterReading as t };
|
|
@@ -1043,4 +1043,4 @@ type ReactionRequest = Components.Schemas.ReactionRequest;
|
|
|
1043
1043
|
type ToggleReactionsRequest = Components.Schemas.ToggleReactionsRequest;
|
|
1044
1044
|
type WorkflowExecution = Components.Schemas.WorkflowExecution;
|
|
1045
1045
|
|
|
1046
|
-
export type
|
|
1046
|
+
export { type Client as C, type Entity as E, type NonHydratedNoteEntity as N, type OperationMethods as O, Paths as P, type ReactionRequest as R, type ToggleReactionsRequest as T, type WorkflowExecution as W, Components as a, type PathsDictionary as b, type ContextType as c, type CreatedByType as d, type NoteContexts as e, type NoteEntity as f, type NoteEntityParent as g, type NoteGetRequestResponse as h, type NotePatchRequestBody as i, type NotePostRequestBody as j, type NotePutRequestBody as k, type NoteSearchByContextRequestBody as l, type NotesSearchRequestResponse as m };
|
|
@@ -1043,4 +1043,4 @@ type ReactionRequest = Components.Schemas.ReactionRequest;
|
|
|
1043
1043
|
type ToggleReactionsRequest = Components.Schemas.ToggleReactionsRequest;
|
|
1044
1044
|
type WorkflowExecution = Components.Schemas.WorkflowExecution;
|
|
1045
1045
|
|
|
1046
|
-
export type
|
|
1046
|
+
export { type Client as C, type Entity as E, type NonHydratedNoteEntity as N, type OperationMethods as O, Paths as P, type ReactionRequest as R, type ToggleReactionsRequest as T, type WorkflowExecution as W, Components as a, type PathsDictionary as b, type ContextType as c, type CreatedByType as d, type NoteContexts as e, type NoteEntity as f, type NoteEntityParent as g, type NoteGetRequestResponse as h, type NotePatchRequestBody as i, type NotePostRequestBody as j, type NotePutRequestBody as k, type NoteSearchByContextRequestBody as l, type NotesSearchRequestResponse as m };
|
|
@@ -1144,4 +1144,4 @@ type SendPreviewInput = Components.Schemas.SendPreviewInput;
|
|
|
1144
1144
|
type SendPreviewResponse = Components.Schemas.SendPreviewResponse;
|
|
1145
1145
|
type UpdateNotificationTemplateInput = Components.Schemas.UpdateNotificationTemplateInput;
|
|
1146
1146
|
|
|
1147
|
-
export type
|
|
1147
|
+
export { type Client as C, type Entity as E, type Id as I, type Notification as N, type OperationMethods as O, Paths as P, type SendPreviewInput as S, type UpdateNotificationTemplateInput as U, Components as a, type PathsDictionary as b, type CreateNotificationTemplateInput as c, type EntityAcl as d, type EntityId as e, type EntityOperation as f, type EntityOwner as g, type EntitySlug as h, type Error as i, type NotificationBase as j, type NotificationCallerContext as k, type NotificationId as l, type NotificationItem as m, type NotificationTemplate as n, type NotificationTemplateListResponse as o, type SendPreviewResponse as p };
|
|
@@ -1144,4 +1144,4 @@ type SendPreviewInput = Components.Schemas.SendPreviewInput;
|
|
|
1144
1144
|
type SendPreviewResponse = Components.Schemas.SendPreviewResponse;
|
|
1145
1145
|
type UpdateNotificationTemplateInput = Components.Schemas.UpdateNotificationTemplateInput;
|
|
1146
1146
|
|
|
1147
|
-
export type
|
|
1147
|
+
export { type Client as C, type Entity as E, type Id as I, type Notification as N, type OperationMethods as O, Paths as P, type SendPreviewInput as S, type UpdateNotificationTemplateInput as U, Components as a, type PathsDictionary as b, type CreateNotificationTemplateInput as c, type EntityAcl as d, type EntityId as e, type EntityOperation as f, type EntityOwner as g, type EntitySlug as h, type Error as i, type NotificationBase as j, type NotificationCallerContext as k, type NotificationId as l, type NotificationItem as m, type NotificationTemplate as n, type NotificationTemplateListResponse as o, type SendPreviewResponse as p };
|
|
@@ -625,4 +625,4 @@ type SettingKey = Components.Schemas.SettingKey;
|
|
|
625
625
|
type Settings = Components.Schemas.Settings;
|
|
626
626
|
type SettingsValue = Components.Schemas.SettingsValue;
|
|
627
627
|
|
|
628
|
-
export type
|
|
628
|
+
export { type Client as C, type DataPoint as D, type InternalOrganization as I, type OperationMethods as O, Paths as P, type SettingKey as S, Components as a, type PathsDictionary as b, type CreateOrganizationRequest as c, type DataPointsResponse as d, type Organization as e, type OrganizationCleanupStatus as f, type OrganizationId as g, type OrganizationToCleanup as h, type Settings as i, type SettingsValue as j };
|
|
@@ -625,4 +625,4 @@ type SettingKey = Components.Schemas.SettingKey;
|
|
|
625
625
|
type Settings = Components.Schemas.Settings;
|
|
626
626
|
type SettingsValue = Components.Schemas.SettingsValue;
|
|
627
627
|
|
|
628
|
-
export type
|
|
628
|
+
export { type Client as C, type DataPoint as D, type InternalOrganization as I, type OperationMethods as O, Paths as P, type SettingKey as S, Components as a, type PathsDictionary as b, type CreateOrganizationRequest as c, type DataPointsResponse as d, type Organization as e, type OrganizationCleanupStatus as f, type OrganizationId as g, type OrganizationToCleanup as h, type Settings as i, type SettingsValue as j };
|
|
@@ -1507,4 +1507,4 @@ type SearchGeolocation = Components.Schemas.SearchGeolocation;
|
|
|
1507
1507
|
type UpdatePartnerRolePayload = Components.Schemas.UpdatePartnerRolePayload;
|
|
1508
1508
|
type User = Components.Schemas.User;
|
|
1509
1509
|
|
|
1510
|
-
export type
|
|
1510
|
+
export { type ActivatePartnerPayload as A, type BaseAssignable as B, type Client as C, type EqualsCondition as E, type Geolocation as G, type InviteToken as I, type OperationMethods as O, Paths as P, type RoleId as R, type SearchGeolocation as S, type UpdatePartnerRolePayload as U, Components as a, type PathsDictionary as b, type Address as c, type AddressGeolocation as d, type AssignRolesPayload as e, type Assignable as f, type AssignableEcpPlaceholder as g, type AssignableGroup as h, type AssignableOrganization as i, type AssignablePartnerUser as j, type AssignableUser as k, type BaseRoleForCreate as l, type CreatePartnerRolePayload as m, type CreatePartnerUserPayload as n, type Grant as o, type GrantCondition as p, type GrantWithDependencies as q, type OrganizationId as r, type Partner as s, type PartnerId as t, type PartnerInvitationPayload as u, type PartnerRole as v, type PartnerUser as w, type User as x };
|
|
@@ -1507,4 +1507,4 @@ type SearchGeolocation = Components.Schemas.SearchGeolocation;
|
|
|
1507
1507
|
type UpdatePartnerRolePayload = Components.Schemas.UpdatePartnerRolePayload;
|
|
1508
1508
|
type User = Components.Schemas.User;
|
|
1509
1509
|
|
|
1510
|
-
export type
|
|
1510
|
+
export { type ActivatePartnerPayload as A, type BaseAssignable as B, type Client as C, type EqualsCondition as E, type Geolocation as G, type InviteToken as I, type OperationMethods as O, Paths as P, type RoleId as R, type SearchGeolocation as S, type UpdatePartnerRolePayload as U, Components as a, type PathsDictionary as b, type Address as c, type AddressGeolocation as d, type AssignRolesPayload as e, type Assignable as f, type AssignableEcpPlaceholder as g, type AssignableGroup as h, type AssignableOrganization as i, type AssignablePartnerUser as j, type AssignableUser as k, type BaseRoleForCreate as l, type CreatePartnerRolePayload as m, type CreatePartnerUserPayload as n, type Grant as o, type GrantCondition as p, type GrantWithDependencies as q, type OrganizationId as r, type Partner as s, type PartnerId as t, type PartnerInvitationPayload as u, type PartnerRole as v, type PartnerUser as w, type User as x };
|
|
@@ -1249,4 +1249,4 @@ type Slug = Components.Schemas.Slug;
|
|
|
1249
1249
|
type UserId = Components.Schemas.UserId;
|
|
1250
1250
|
type UserRole = Components.Schemas.UserRole;
|
|
1251
1251
|
|
|
1252
|
-
export type
|
|
1252
|
+
export { type Assignment as A, type BaseRole as B, type Client as C, type EqualsCondition as E, type Grant as G, type InternalAssignment as I, type OperationMethods as O, Paths as P, type Role as R, type ShareRole as S, type UserId as U, Components as a, type PathsDictionary as b, type Assignments as c, type BaseRoleForCreate as d, type CreateRolePayload as e, type Error as f, type GrantCondition as g, type GrantWithDependencies as h, type OrgAssignments as i, type OrgRole as j, type OrgRoles as k, type OrganizationId as l, type PartnerRole as m, type PortalRole as n, type RoleId as o, type RolePayload as p, type RoleSearchInput as q, type Slug as r, type UserRole as s };
|
|
@@ -1249,4 +1249,4 @@ type Slug = Components.Schemas.Slug;
|
|
|
1249
1249
|
type UserId = Components.Schemas.UserId;
|
|
1250
1250
|
type UserRole = Components.Schemas.UserRole;
|
|
1251
1251
|
|
|
1252
|
-
export type
|
|
1252
|
+
export { type Assignment as A, type BaseRole as B, type Client as C, type EqualsCondition as E, type Grant as G, type InternalAssignment as I, type OperationMethods as O, Paths as P, type Role as R, type ShareRole as S, type UserId as U, Components as a, type PathsDictionary as b, type Assignments as c, type BaseRoleForCreate as d, type CreateRolePayload as e, type Error as f, type GrantCondition as g, type GrantWithDependencies as h, type OrgAssignments as i, type OrgRole as j, type OrgRoles as k, type OrganizationId as l, type PartnerRole as m, type PortalRole as n, type RoleId as o, type RolePayload as p, type RoleSearchInput as q, type Slug as r, type UserRole as s };
|
|
@@ -78,4 +78,4 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
78
78
|
|
|
79
79
|
type PricingTier = Components.Schemas.PricingTier;
|
|
80
80
|
|
|
81
|
-
export type
|
|
81
|
+
export { type Client as C, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type PricingTier as c };
|
|
@@ -78,4 +78,4 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
78
78
|
|
|
79
79
|
type PricingTier = Components.Schemas.PricingTier;
|
|
80
80
|
|
|
81
|
-
export type
|
|
81
|
+
export { type Client as C, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type PricingTier as c };
|
|
@@ -12197,4 +12197,4 @@ type TypeGetAg = Components.Schemas.TypeGetAg;
|
|
|
12197
12197
|
type ValidateAvailabilityFileError = Components.Schemas.ValidateAvailabilityFileError;
|
|
12198
12198
|
type ValidateAvailabilityFileResult = Components.Schemas.ValidateAvailabilityFileResult;
|
|
12199
12199
|
|
|
12200
|
-
export type
|
|
12200
|
+
export { type EntityItem as $, type Address as A, type BaseCompositePrice as B, type Client as C, type CompositePrice as D, type CompositePriceItem as E, type CompositePriceItemDto as F, type ComputePriceParams as G, type ComputePriceParamsBase as H, type ComputePriceParamsGas as I, type ComputePriceParamsPower as J, type ComputePriceResult as K, type ComputedBasePrice as L, type ComputedPriceBreakdown as M, type ComputedPriceComponents as N, type OperationMethods as O, Paths as P, type ConsumptionTypeGetAg as Q, type Coupon as R, type CouponItem as S, type CouponWithoutPromoCodes as T, type Currency as U, type CustomContext as V, type Customer as W, type DiscountAmounts as X, type DynamicTariffInterval as Y, type DynamicTariffMode as Z, type EntityId as _, Components as a, type RecurrenceAmount as a$, type EntityRelation as a0, type Error as a1, type ExternalCatalogConfigurationRequest as a2, type ExternalCatalogCustomRequest as a3, type ExternalCatalogItem as a4, type ExternalCatalogJourneyRequest as a5, type ExternalCatalogPortalRequest as a6, type ExternalCatalogRequest as a7, type ExternalFeeMapping as a8, type ExternalFeeMappings as a9, type PowerMeterType as aA, type Price as aB, type PriceAmounts as aC, type PriceComponentRelation as aD, type PriceConditions as aE, type PriceDynamicTariff as aF, type PriceGetAg as aG, type PriceInputMapping as aH, type PriceInputMappings as aI, type PriceItem as aJ, type PriceItemDto as aK, type PriceItemDtoUnion as aL, type PriceItems as aM, type PriceItemsDto as aN, type PriceTier as aO, type PriceTierDisplayMode as aP, type PricingDetails as aQ, type PricingDetailsResponse as aR, type PricingModel as aS, type Product as aT, type ProductCategory as aU, type ProductRecommendation as aV, type ProductRecommendationResponse as aW, type ProductRecommendationSearch as aX, type PromoCode as aY, type PromoCodeValidationResponse as aZ, type Provider as a_, type ExternalFeeMetadata as aa, type ExternalPriceMetadata as ab, type File as ac, type GasConcessionType as ad, type HistoricMarketPriceRecord as ae, type HistoricMarketPricesResult as af, type HydratedCompositePrice as ag, type IntegrationAuthCredentials as ah, type IntegrationCredentialsResult as ai, type IntegrationId as aj, type JourneyContext as ak, type MarkupPricingModel as al, type MetaData as am, type NonHydratedCompositePrice as an, type OAuthCredentials as ao, type OAuthIntegration as ap, type Offer as aq, type Opportunity as ar, type OpportunitySource as as, type Order as at, type OrderPayload as au, type OrderRelation as av, type OrderSource as aw, type OrderStatus as ax, type PaymentMethod as ay, type PortalContext as az, type PathsDictionary as b, type RecurrenceAmountDto as b0, type RecurrenceAmountWithTax as b1, type RedeemedPromo as b2, type SalesTax as b3, type SaveIntegrationCredentialsParams as b4, type SearchExternalCatalogParams as b5, type SearchExternalCatalogRecommendationsResult as b6, type SearchExternalCatalogResult as b7, type SearchProvidersParams as b8, type SearchProvidersResult as b9, type SearchStreetsParams as ba, type SearchStreetsResult as bb, type SignatureMeta as bc, type SpotMarketBiddingZone as bd, type SpotMarketDataFrequency as be, type SpotMarketType as bf, type Street as bg, type TariffTypeGetAg as bh, type Tax as bi, type TaxAmount as bj, type TaxAmountBreakdown as bk, type TaxAmountDto as bl, type TaxBreakdownInfo as bm, type TierDetails as bn, type TotalDetails as bo, type TypeGetAg as bp, type ValidateAvailabilityFileError as bq, type ValidateAvailabilityFileResult as br, type Amounts as c, type AvailabilityCheckParams as d, type AvailabilityFilters as e, type AvailabilityLocation as f, type AvailabilityResult as g, type AverageMarketPriceRecord as h, type AverageMarketPriceResult as i, type BaseCouponCommon as j, type BaseMarketPriceRecord as k, type BasePriceItem as l, type BasePriceItemCommon as m, type BasePriceItemDto as n, type BasicAuthCredentials as o, type BasicAuthIntegration as p, type BillingPeriod as q, type CartDto as r, type CashbackAmount as s, type CashbackAmounts as t, type CashbackPeriod as u, type CatalogSearch as v, type CatalogSearchResult as w, type CheckoutCart as x, type CheckoutCartResult as y, type CheckoutMode as z };
|
|
@@ -12197,4 +12197,4 @@ type TypeGetAg = Components.Schemas.TypeGetAg;
|
|
|
12197
12197
|
type ValidateAvailabilityFileError = Components.Schemas.ValidateAvailabilityFileError;
|
|
12198
12198
|
type ValidateAvailabilityFileResult = Components.Schemas.ValidateAvailabilityFileResult;
|
|
12199
12199
|
|
|
12200
|
-
export type
|
|
12200
|
+
export { type EntityItem as $, type Address as A, type BaseCompositePrice as B, type Client as C, type CompositePrice as D, type CompositePriceItem as E, type CompositePriceItemDto as F, type ComputePriceParams as G, type ComputePriceParamsBase as H, type ComputePriceParamsGas as I, type ComputePriceParamsPower as J, type ComputePriceResult as K, type ComputedBasePrice as L, type ComputedPriceBreakdown as M, type ComputedPriceComponents as N, type OperationMethods as O, Paths as P, type ConsumptionTypeGetAg as Q, type Coupon as R, type CouponItem as S, type CouponWithoutPromoCodes as T, type Currency as U, type CustomContext as V, type Customer as W, type DiscountAmounts as X, type DynamicTariffInterval as Y, type DynamicTariffMode as Z, type EntityId as _, Components as a, type RecurrenceAmount as a$, type EntityRelation as a0, type Error as a1, type ExternalCatalogConfigurationRequest as a2, type ExternalCatalogCustomRequest as a3, type ExternalCatalogItem as a4, type ExternalCatalogJourneyRequest as a5, type ExternalCatalogPortalRequest as a6, type ExternalCatalogRequest as a7, type ExternalFeeMapping as a8, type ExternalFeeMappings as a9, type PowerMeterType as aA, type Price as aB, type PriceAmounts as aC, type PriceComponentRelation as aD, type PriceConditions as aE, type PriceDynamicTariff as aF, type PriceGetAg as aG, type PriceInputMapping as aH, type PriceInputMappings as aI, type PriceItem as aJ, type PriceItemDto as aK, type PriceItemDtoUnion as aL, type PriceItems as aM, type PriceItemsDto as aN, type PriceTier as aO, type PriceTierDisplayMode as aP, type PricingDetails as aQ, type PricingDetailsResponse as aR, type PricingModel as aS, type Product as aT, type ProductCategory as aU, type ProductRecommendation as aV, type ProductRecommendationResponse as aW, type ProductRecommendationSearch as aX, type PromoCode as aY, type PromoCodeValidationResponse as aZ, type Provider as a_, type ExternalFeeMetadata as aa, type ExternalPriceMetadata as ab, type File as ac, type GasConcessionType as ad, type HistoricMarketPriceRecord as ae, type HistoricMarketPricesResult as af, type HydratedCompositePrice as ag, type IntegrationAuthCredentials as ah, type IntegrationCredentialsResult as ai, type IntegrationId as aj, type JourneyContext as ak, type MarkupPricingModel as al, type MetaData as am, type NonHydratedCompositePrice as an, type OAuthCredentials as ao, type OAuthIntegration as ap, type Offer as aq, type Opportunity as ar, type OpportunitySource as as, type Order as at, type OrderPayload as au, type OrderRelation as av, type OrderSource as aw, type OrderStatus as ax, type PaymentMethod as ay, type PortalContext as az, type PathsDictionary as b, type RecurrenceAmountDto as b0, type RecurrenceAmountWithTax as b1, type RedeemedPromo as b2, type SalesTax as b3, type SaveIntegrationCredentialsParams as b4, type SearchExternalCatalogParams as b5, type SearchExternalCatalogRecommendationsResult as b6, type SearchExternalCatalogResult as b7, type SearchProvidersParams as b8, type SearchProvidersResult as b9, type SearchStreetsParams as ba, type SearchStreetsResult as bb, type SignatureMeta as bc, type SpotMarketBiddingZone as bd, type SpotMarketDataFrequency as be, type SpotMarketType as bf, type Street as bg, type TariffTypeGetAg as bh, type Tax as bi, type TaxAmount as bj, type TaxAmountBreakdown as bk, type TaxAmountDto as bl, type TaxBreakdownInfo as bm, type TierDetails as bn, type TotalDetails as bo, type TypeGetAg as bp, type ValidateAvailabilityFileError as bq, type ValidateAvailabilityFileResult as br, type Amounts as c, type AvailabilityCheckParams as d, type AvailabilityFilters as e, type AvailabilityLocation as f, type AvailabilityResult as g, type AverageMarketPriceRecord as h, type AverageMarketPriceResult as i, type BaseCouponCommon as j, type BaseMarketPriceRecord as k, type BasePriceItem as l, type BasePriceItemCommon as m, type BasePriceItemDto as n, type BasicAuthCredentials as o, type BasicAuthIntegration as p, type BillingPeriod as q, type CartDto as r, type CashbackAmount as s, type CashbackAmounts as t, type CashbackPeriod as u, type CatalogSearch as v, type CatalogSearchResult as w, type CheckoutCart as x, type CheckoutCartResult as y, type CheckoutMode as z };
|
|
@@ -369,4 +369,4 @@ type Error = Components.Schemas.Error;
|
|
|
369
369
|
type Purpose = Components.Schemas.Purpose;
|
|
370
370
|
type UpdatePurposeInput = Components.Schemas.UpdatePurposeInput;
|
|
371
371
|
|
|
372
|
-
export type
|
|
372
|
+
export { type BatchGetPurposesInput as B, type Client as C, type Error as E, type OperationMethods as O, Paths as P, type UpdatePurposeInput as U, Components as a, type PathsDictionary as b, type CreatePurposeInput as c, type Purpose as d };
|
|
@@ -369,4 +369,4 @@ type Error = Components.Schemas.Error;
|
|
|
369
369
|
type Purpose = Components.Schemas.Purpose;
|
|
370
370
|
type UpdatePurposeInput = Components.Schemas.UpdatePurposeInput;
|
|
371
371
|
|
|
372
|
-
export type
|
|
372
|
+
export { type BatchGetPurposesInput as B, type Client as C, type Error as E, type OperationMethods as O, Paths as P, type UpdatePurposeInput as U, Components as a, type PathsDictionary as b, type CreatePurposeInput as c, type Purpose as d };
|
|
@@ -462,4 +462,4 @@ type PipelineToken = Components.Schemas.PipelineToken;
|
|
|
462
462
|
type SandboxRequest = Components.Schemas.SandboxRequest;
|
|
463
463
|
type SandboxToken = Components.Schemas.SandboxToken;
|
|
464
464
|
|
|
465
|
-
export type
|
|
465
|
+
export { type AccessToken as A, type Client as C, type OperationMethods as O, Paths as P, type SandboxRequest as S, Components as a, type PathsDictionary as b, type CreatePipelineRequest as c, type OrgId as d, type Pipeline as e, type PipelineId as f, type PipelineItem as g, type PipelineRole as h, type PipelineToken as i, type SandboxToken as j };
|
|
@@ -462,4 +462,4 @@ type PipelineToken = Components.Schemas.PipelineToken;
|
|
|
462
462
|
type SandboxRequest = Components.Schemas.SandboxRequest;
|
|
463
463
|
type SandboxToken = Components.Schemas.SandboxToken;
|
|
464
464
|
|
|
465
|
-
export type
|
|
465
|
+
export { type AccessToken as A, type Client as C, type OperationMethods as O, Paths as P, type SandboxRequest as S, Components as a, type PathsDictionary as b, type CreatePipelineRequest as c, type OrgId as d, type Pipeline as e, type PipelineId as f, type PipelineItem as g, type PipelineRole as h, type PipelineToken as i, type SandboxToken as j };
|
|
@@ -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 };
|