@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/apis/automation.js
CHANGED
|
@@ -2,291 +2,27 @@ import {
|
|
|
2
2
|
__commonJS,
|
|
3
3
|
authorize,
|
|
4
4
|
createApiClient,
|
|
5
|
-
createApiHandle
|
|
6
|
-
|
|
5
|
+
createApiHandle,
|
|
6
|
+
expand
|
|
7
|
+
} from "../chunk-QMQNMCOC.js";
|
|
7
8
|
|
|
8
|
-
// src/definitions/automation.json
|
|
9
|
-
var
|
|
10
|
-
"src/definitions/automation.json"(exports, module) {
|
|
11
|
-
module.exports = {
|
|
12
|
-
openapi: "3.0.3",
|
|
13
|
-
info: {
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
paths: {
|
|
18
|
-
"/v1/automation/flows": {
|
|
19
|
-
get: {
|
|
20
|
-
operationId: "searchFlows",
|
|
21
|
-
parameters: [
|
|
22
|
-
{
|
|
23
|
-
name: "schema",
|
|
24
|
-
in: "query"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: "size",
|
|
28
|
-
in: "query"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
name: "from",
|
|
32
|
-
in: "query"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: "trigger_source_id",
|
|
36
|
-
in: "query"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
name: "include_flows",
|
|
40
|
-
in: "query"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
responses: {}
|
|
44
|
-
},
|
|
45
|
-
post: {
|
|
46
|
-
operationId: "createFlow",
|
|
47
|
-
requestBody: {
|
|
48
|
-
content: {
|
|
49
|
-
"application/json": {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
responses: {}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"/v1/automation/flows:batchGet": {
|
|
56
|
-
post: {
|
|
57
|
-
operationId: "batchGetFlows",
|
|
58
|
-
requestBody: {
|
|
59
|
-
content: {
|
|
60
|
-
"application/json": {}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
responses: {}
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"/v1/automation/flows/{flow_id}": {
|
|
67
|
-
get: {
|
|
68
|
-
operationId: "getFlow",
|
|
69
|
-
parameters: [
|
|
70
|
-
{
|
|
71
|
-
name: "flow_id",
|
|
72
|
-
in: "path",
|
|
73
|
-
required: true
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
responses: {}
|
|
77
|
-
},
|
|
78
|
-
put: {
|
|
79
|
-
operationId: "putFlow",
|
|
80
|
-
parameters: [
|
|
81
|
-
{
|
|
82
|
-
name: "flow_id",
|
|
83
|
-
in: "path",
|
|
84
|
-
required: true
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
requestBody: {
|
|
88
|
-
content: {
|
|
89
|
-
"application/json": {}
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
responses: {}
|
|
93
|
-
},
|
|
94
|
-
delete: {
|
|
95
|
-
operationId: "deleteFlow",
|
|
96
|
-
parameters: [
|
|
97
|
-
{
|
|
98
|
-
name: "flow_id",
|
|
99
|
-
in: "path",
|
|
100
|
-
required: true
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
responses: {}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"/v1/automation/executions": {
|
|
107
|
-
get: {
|
|
108
|
-
operationId: "getExecutions",
|
|
109
|
-
parameters: [
|
|
110
|
-
{
|
|
111
|
-
name: "entity_id",
|
|
112
|
-
in: "query"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
name: "size",
|
|
116
|
-
in: "query"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: "from",
|
|
120
|
-
in: "query"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: "include_flows",
|
|
124
|
-
in: "query"
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
responses: {}
|
|
128
|
-
},
|
|
129
|
-
post: {
|
|
130
|
-
operationId: "startExecution",
|
|
131
|
-
requestBody: {
|
|
132
|
-
content: {
|
|
133
|
-
"application/json": {}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
responses: {}
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"/v1/automation/executions/bulk-jobs": {
|
|
140
|
-
post: {
|
|
141
|
-
operationId: "bulkTriggerExecutions",
|
|
142
|
-
requestBody: {
|
|
143
|
-
content: {
|
|
144
|
-
"application/json": {}
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
responses: {}
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"/v1/automation/executions/bulk-jobs/{job_id}": {
|
|
151
|
-
get: {
|
|
152
|
-
operationId: "getBulkJob",
|
|
153
|
-
parameters: [
|
|
154
|
-
{
|
|
155
|
-
name: "job_id",
|
|
156
|
-
in: "path",
|
|
157
|
-
required: true
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
responses: {}
|
|
161
|
-
},
|
|
162
|
-
patch: {
|
|
163
|
-
operationId: "patchBulkJob",
|
|
164
|
-
parameters: [
|
|
165
|
-
{
|
|
166
|
-
name: "job_id",
|
|
167
|
-
in: "path",
|
|
168
|
-
required: true
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
requestBody: {
|
|
172
|
-
content: {
|
|
173
|
-
"application/json": {}
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
responses: {}
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"/v1/automation/executions/{execution_id}": {
|
|
180
|
-
get: {
|
|
181
|
-
operationId: "getExecution",
|
|
182
|
-
parameters: [
|
|
183
|
-
{
|
|
184
|
-
name: "execution_id",
|
|
185
|
-
in: "path",
|
|
186
|
-
required: true
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
responses: {}
|
|
190
|
-
},
|
|
191
|
-
delete: {
|
|
192
|
-
operationId: "cancelExecution",
|
|
193
|
-
parameters: [
|
|
194
|
-
{
|
|
195
|
-
name: "execution_id",
|
|
196
|
-
in: "path",
|
|
197
|
-
required: true
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
responses: {}
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
"/v1/automation/executions/{execution_id}/{action_id}/retrigger": {
|
|
204
|
-
post: {
|
|
205
|
-
operationId: "retriggerAction",
|
|
206
|
-
parameters: [
|
|
207
|
-
{
|
|
208
|
-
name: "execution_id",
|
|
209
|
-
in: "path",
|
|
210
|
-
required: true
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
name: "action_id",
|
|
214
|
-
in: "path",
|
|
215
|
-
required: true
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
requestBody: {
|
|
219
|
-
required: false,
|
|
220
|
-
content: {
|
|
221
|
-
"application/json": {}
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
responses: {}
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"/v1/automation/public/executions:resume": {
|
|
228
|
-
post: {
|
|
229
|
-
operationId: "resumeExecutionWithToken",
|
|
230
|
-
requestBody: {
|
|
231
|
-
content: {
|
|
232
|
-
"application/json": {}
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
responses: {}
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
"/v1/automation/executions/{execution_id}/schedules/{schedule_id}": {
|
|
239
|
-
delete: {
|
|
240
|
-
operationId: "cancelSchedule",
|
|
241
|
-
parameters: [
|
|
242
|
-
{
|
|
243
|
-
name: "execution_id",
|
|
244
|
-
in: "path",
|
|
245
|
-
required: true
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
name: "schedule_id",
|
|
249
|
-
in: "path",
|
|
250
|
-
required: true
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
responses: {}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
components: {
|
|
258
|
-
responses: {
|
|
259
|
-
NotFoundError: {
|
|
260
|
-
content: {
|
|
261
|
-
"application/json": {}
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
ForbiddenError: {
|
|
265
|
-
content: {
|
|
266
|
-
"application/json": {}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
servers: [
|
|
272
|
-
{
|
|
273
|
-
url: "https://automation.sls.epilot.io"
|
|
274
|
-
}
|
|
275
|
-
]
|
|
276
|
-
};
|
|
9
|
+
// src/definitions/automation-runtime.json
|
|
10
|
+
var require_automation_runtime = __commonJS({
|
|
11
|
+
"src/definitions/automation-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://automation.sls.epilot.io", o: [["searchFlows", "get", "/v1/automation/flows", [["schema", "q"], ["size", "q"], ["from", "q"], ["trigger_source_id", "q"], ["include_flows", "q"]]], ["createFlow", "post", "/v1/automation/flows", null, 1], ["batchGetFlows", "post", "/v1/automation/flows:batchGet", null, 1], ["getFlow", "get", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["putFlow", "put", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]], 1], ["deleteFlow", "delete", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["getExecutions", "get", "/v1/automation/executions", [["entity_id", "q"], ["size", "q"], ["from", "q"], ["include_flows", "q"]]], ["startExecution", "post", "/v1/automation/executions", null, 1], ["bulkTriggerExecutions", "post", "/v1/automation/executions/bulk-jobs", null, 1], ["getBulkJob", "get", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]]], ["patchBulkJob", "patch", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]], 1], ["getExecution", "get", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["cancelExecution", "delete", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["retriggerAction", "post", "/v1/automation/executions/{execution_id}/{action_id}/retrigger", [["execution_id", "p", true], ["action_id", "p", true]], 1], ["resumeExecutionWithToken", "post", "/v1/automation/public/executions:resume", null, 1], ["cancelSchedule", "delete", "/v1/automation/executions/{execution_id}/schedules/{schedule_id}", [["execution_id", "p", true], ["schedule_id", "p", true]]]], v: "3.0.3" };
|
|
277
13
|
}
|
|
278
14
|
});
|
|
279
15
|
|
|
280
16
|
// src/apis/automation.ts
|
|
281
17
|
var loadDefinition = () => {
|
|
282
|
-
const mod =
|
|
283
|
-
return mod.default ?? mod;
|
|
18
|
+
const mod = require_automation_runtime();
|
|
19
|
+
return expand(mod.default ?? mod);
|
|
284
20
|
};
|
|
285
21
|
var _instance = null;
|
|
286
22
|
var resolve = () => {
|
|
287
23
|
if (!_instance) {
|
|
288
|
-
const
|
|
289
|
-
_instance = createApiClient({ definition });
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = createApiClient({ definition: def });
|
|
290
26
|
}
|
|
291
27
|
return _instance;
|
|
292
28
|
};
|
package/dist/apis/billing.cjs
CHANGED
|
@@ -3,189 +3,32 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
paths: {
|
|
18
|
-
"/v1/billing/events": {
|
|
19
|
-
get: {
|
|
20
|
-
operationId: "getBillingEvents",
|
|
21
|
-
parameters: [
|
|
22
|
-
{
|
|
23
|
-
in: "query",
|
|
24
|
-
name: "from",
|
|
25
|
-
required: false
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
in: "query",
|
|
29
|
-
name: "size",
|
|
30
|
-
required: false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
name: "entity_id",
|
|
34
|
-
in: "query",
|
|
35
|
-
required: false
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
name: "event_type",
|
|
39
|
-
in: "query"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
name: "date_after",
|
|
43
|
-
in: "query"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
name: "date_before",
|
|
47
|
-
in: "query"
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
post: {
|
|
52
|
-
operationId: "createBillingEvent",
|
|
53
|
-
requestBody: {
|
|
54
|
-
required: true,
|
|
55
|
-
content: {
|
|
56
|
-
"application/json": {}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"/v1/billing/events/{id}": {
|
|
62
|
-
get: {
|
|
63
|
-
operationId: "getBillingEvent",
|
|
64
|
-
parameters: [
|
|
65
|
-
{
|
|
66
|
-
name: "id",
|
|
67
|
-
in: "path",
|
|
68
|
-
required: true
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
patch: {
|
|
73
|
-
operationId: "updateBillingEvent",
|
|
74
|
-
parameters: [
|
|
75
|
-
{
|
|
76
|
-
name: "id",
|
|
77
|
-
in: "path",
|
|
78
|
-
required: true
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
|
-
requestBody: {
|
|
82
|
-
required: true,
|
|
83
|
-
content: {
|
|
84
|
-
"application/json": {}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
delete: {
|
|
89
|
-
operationId: "deleteBillingEvent",
|
|
90
|
-
parameters: [
|
|
91
|
-
{
|
|
92
|
-
name: "id",
|
|
93
|
-
in: "path",
|
|
94
|
-
required: true
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"/v1/billing/external/{external_id}": {
|
|
100
|
-
get: {
|
|
101
|
-
operationId: "getBillingEventByExternalId",
|
|
102
|
-
parameters: [
|
|
103
|
-
{
|
|
104
|
-
name: "external_id",
|
|
105
|
-
in: "path",
|
|
106
|
-
required: true
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"/v1/billing/contracts": {
|
|
112
|
-
post: {
|
|
113
|
-
operationId: "createContractEntity",
|
|
114
|
-
requestBody: {
|
|
115
|
-
required: true,
|
|
116
|
-
content: {
|
|
117
|
-
"application/json": {}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
"/v1/billing/contracts/{id}": {
|
|
123
|
-
patch: {
|
|
124
|
-
operationId: "updateContractEntity",
|
|
125
|
-
parameters: [
|
|
126
|
-
{
|
|
127
|
-
name: "id",
|
|
128
|
-
in: "path",
|
|
129
|
-
required: true
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
requestBody: {
|
|
133
|
-
required: true,
|
|
134
|
-
content: {
|
|
135
|
-
"application/json": {}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
delete: {
|
|
140
|
-
operationId: "deleteContractEntity",
|
|
141
|
-
parameters: [
|
|
142
|
-
{
|
|
143
|
-
name: "id",
|
|
144
|
-
in: "path",
|
|
145
|
-
required: true
|
|
146
|
-
}
|
|
147
|
-
]
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"/v1/billing/customers/{id}/balance": {
|
|
151
|
-
get: {
|
|
152
|
-
operationId: "getCustomerBalance",
|
|
153
|
-
parameters: [
|
|
154
|
-
{
|
|
155
|
-
name: "id",
|
|
156
|
-
in: "path",
|
|
157
|
-
required: true
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
components: {},
|
|
164
|
-
servers: [
|
|
165
|
-
{
|
|
166
|
-
url: "https://billing.sls.epilot.io"
|
|
167
|
-
}
|
|
168
|
-
]
|
|
169
|
-
};
|
|
7
|
+
var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
|
|
8
|
+
|
|
9
|
+
// src/definitions/billing-runtime.json
|
|
10
|
+
var require_billing_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
|
|
11
|
+
"src/definitions/billing-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://billing.sls.epilot.io", o: [["getBillingEvents", "get", "/v1/billing/events", [["from", "q"], ["size", "q"], ["entity_id", "q"], ["event_type", "q"], ["date_after", "q"], ["date_before", "q"]]], ["createBillingEvent", "post", "/v1/billing/events", null, 1], ["getBillingEvent", "get", "/v1/billing/events/{id}", [["id", "p", true]]], ["updateBillingEvent", "patch", "/v1/billing/events/{id}", [["id", "p", true]], 1], ["deleteBillingEvent", "delete", "/v1/billing/events/{id}", [["id", "p", true]]], ["getBillingEventByExternalId", "get", "/v1/billing/external/{external_id}", [["external_id", "p", true]]], ["createContractEntity", "post", "/v1/billing/contracts", null, 1], ["updateContractEntity", "patch", "/v1/billing/contracts/{id}", [["id", "p", true]], 1], ["deleteContractEntity", "delete", "/v1/billing/contracts/{id}", [["id", "p", true]]], ["getCustomerBalance", "get", "/v1/billing/customers/{id}/balance", [["id", "p", true]]]], v: "3.0.3" };
|
|
170
13
|
}
|
|
171
14
|
});
|
|
172
15
|
|
|
173
16
|
// src/apis/billing.ts
|
|
174
17
|
var loadDefinition = () => {
|
|
175
|
-
const mod =
|
|
176
|
-
return _nullishCoalesce(mod.default, () => ( mod));
|
|
18
|
+
const mod = require_billing_runtime();
|
|
19
|
+
return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
177
20
|
};
|
|
178
21
|
var _instance = null;
|
|
179
22
|
var resolve = () => {
|
|
180
23
|
if (!_instance) {
|
|
181
|
-
const
|
|
182
|
-
_instance =
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
|
|
183
26
|
}
|
|
184
27
|
return _instance;
|
|
185
28
|
};
|
|
186
|
-
var _handle =
|
|
29
|
+
var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
|
|
187
30
|
resolveClient: resolve,
|
|
188
|
-
createClient: () =>
|
|
31
|
+
createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
|
|
189
32
|
});
|
|
190
33
|
var getClient = _handle.getClient;
|
|
191
34
|
var createClient = _handle.createClient;
|
|
@@ -195,4 +38,4 @@ var billing = _handle;
|
|
|
195
38
|
|
|
196
39
|
|
|
197
40
|
|
|
198
|
-
exports.authorize =
|
|
41
|
+
exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.billing = billing; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/billing.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-BwBvJkY_.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-BwBvJkY_.cjs';
|
|
3
|
-
import { C as Client } from '../billing.d-
|
|
4
|
-
export { B as Balance,
|
|
3
|
+
import { C as Client } from '../billing.d-Bs8Ku9qE.cjs';
|
|
4
|
+
export { B as Balance, c as BaseBillingEvent, d as BaseEntity, e as BillingEvent, a as Components, f as Contract, g as ContractItem, h as Currency, E as EntityId, i as EntityRelationItem, j as EntitySlug, I as InstallmentEvent, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReimbursementEvent } from '../billing.d-Bs8Ku9qE.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
5
6
|
import 'axios';
|
|
6
|
-
import 'openapi-client-axios';
|
|
7
7
|
|
|
8
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
9
|
declare const getClient: () => Client;
|
package/dist/apis/billing.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-BwBvJkY_.js';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-BwBvJkY_.js';
|
|
3
|
-
import { C as Client } from '../billing.d-
|
|
4
|
-
export { B as Balance,
|
|
3
|
+
import { C as Client } from '../billing.d-Bs8Ku9qE.js';
|
|
4
|
+
export { B as Balance, c as BaseBillingEvent, d as BaseEntity, e as BillingEvent, a as Components, f as Contract, g as ContractItem, h as Currency, E as EntityId, i as EntityRelationItem, j as EntitySlug, I as InstallmentEvent, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReimbursementEvent } from '../billing.d-Bs8Ku9qE.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
5
6
|
import 'axios';
|
|
6
|
-
import 'openapi-client-axios';
|
|
7
7
|
|
|
8
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
9
|
declare const getClient: () => Client;
|