@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
|
@@ -549,4 +549,4 @@ type PortalTokenParameters = Components.Schemas.PortalTokenParameters;
|
|
|
549
549
|
type RoleId = Components.Schemas.RoleId;
|
|
550
550
|
type TokenParameters = Components.Schemas.TokenParameters;
|
|
551
551
|
|
|
552
|
-
export type
|
|
552
|
+
export { type AccessToken as A, type Client as C, type ExpiresIn as E, type JourneyTokenParameters as J, type OperationMethods as O, Paths as P, type RoleId as R, type TokenParameters as T, Components as a, type PathsDictionary as b, type AccessTokenId as c, type AccessTokenItem as d, type AccessTokenJourneyId as e, type AccessTokenName as f, type AccessTokenParameters as g, type AccessTokenType as h, type AppTokenParameters as i, type Assignments as j, type AssumeTokenParameters as k, type PortalId as l, type PortalTokenParameters as m };
|
|
@@ -549,4 +549,4 @@ type PortalTokenParameters = Components.Schemas.PortalTokenParameters;
|
|
|
549
549
|
type RoleId = Components.Schemas.RoleId;
|
|
550
550
|
type TokenParameters = Components.Schemas.TokenParameters;
|
|
551
551
|
|
|
552
|
-
export type
|
|
552
|
+
export { type AccessToken as A, type Client as C, type ExpiresIn as E, type JourneyTokenParameters as J, type OperationMethods as O, Paths as P, type RoleId as R, type TokenParameters as T, Components as a, type PathsDictionary as b, type AccessTokenId as c, type AccessTokenItem as d, type AccessTokenJourneyId as e, type AccessTokenName as f, type AccessTokenParameters as g, type AccessTokenType as h, type AppTokenParameters as i, type Assignments as j, type AssumeTokenParameters as k, type PortalId as l, type PortalTokenParameters as m };
|
|
@@ -336,4 +336,4 @@ type ValidateAddressFileError = Components.Schemas.ValidateAddressFileError;
|
|
|
336
336
|
type ValidateAddressFileResult = Components.Schemas.ValidateAddressFileResult;
|
|
337
337
|
type ValidateAddressSuggestionsFileResult = Components.Schemas.ValidateAddressSuggestionsFileResult;
|
|
338
338
|
|
|
339
|
-
export type
|
|
339
|
+
export { type AddressSuggestion as A, type Client as C, type Error as E, type OperationMethods as O, Paths as P, type ValidateAddressFileError as V, Components as a, type PathsDictionary as b, type AddressSuggestionError as c, type AddressSuggestions as d, type AvailabilityLocation as e, type AvailabilityResult as f, type ValidateAddressFileResult as g, type ValidateAddressSuggestionsFileResult as h };
|
|
@@ -336,4 +336,4 @@ type ValidateAddressFileError = Components.Schemas.ValidateAddressFileError;
|
|
|
336
336
|
type ValidateAddressFileResult = Components.Schemas.ValidateAddressFileResult;
|
|
337
337
|
type ValidateAddressSuggestionsFileResult = Components.Schemas.ValidateAddressSuggestionsFileResult;
|
|
338
338
|
|
|
339
|
-
export type
|
|
339
|
+
export { type AddressSuggestion as A, type Client as C, type Error as E, type OperationMethods as O, Paths as P, type ValidateAddressFileError as V, Components as a, type PathsDictionary as b, type AddressSuggestionError as c, type AddressSuggestions as d, type AvailabilityLocation as e, type AvailabilityResult as f, type ValidateAddressFileResult as g, type ValidateAddressSuggestionsFileResult as h };
|
|
@@ -434,4 +434,4 @@ type ErrorResponse = Components.Schemas.ErrorResponse;
|
|
|
434
434
|
type ValidateAvailabilityFileError = Components.Schemas.ValidateAvailabilityFileError;
|
|
435
435
|
type ValidateAvailabilityFileResult = Components.Schemas.ValidateAvailabilityFileResult;
|
|
436
436
|
|
|
437
|
-
export type
|
|
437
|
+
export { type AddressSuggestion as A, type Client as C, type ErrorResponse as E, type OperationMethods as O, Paths as P, type ValidateAvailabilityFileError as V, Components as a, type PathsDictionary as b, type AddressSuggestions as c, type AvailabilityCheckParams as d, type AvailabilityDate as e, type AvailabilityFilters as f, type AvailabilityLocation as g, type AvailabilityResult as h, type ValidateAvailabilityFileResult as i };
|
|
@@ -434,4 +434,4 @@ type ErrorResponse = Components.Schemas.ErrorResponse;
|
|
|
434
434
|
type ValidateAvailabilityFileError = Components.Schemas.ValidateAvailabilityFileError;
|
|
435
435
|
type ValidateAvailabilityFileResult = Components.Schemas.ValidateAvailabilityFileResult;
|
|
436
436
|
|
|
437
|
-
export type
|
|
437
|
+
export { type AddressSuggestion as A, type Client as C, type ErrorResponse as E, type OperationMethods as O, Paths as P, type ValidateAvailabilityFileError as V, Components as a, type PathsDictionary as b, type AddressSuggestions as c, type AvailabilityCheckParams as d, type AvailabilityDate as e, type AvailabilityFilters as f, type AvailabilityLocation as g, type AvailabilityResult as h, type ValidateAvailabilityFileResult as i };
|
|
@@ -1336,4 +1336,4 @@ type ToolDefinition = Components.Schemas.ToolDefinition;
|
|
|
1336
1336
|
type ToolPreview = Components.Schemas.ToolPreview;
|
|
1337
1337
|
type UpdateAgentRequest = Components.Schemas.UpdateAgentRequest;
|
|
1338
1338
|
|
|
1339
|
-
export type
|
|
1339
|
+
export { type AgentDefinition as A, type Client as C, type Error as E, type InputParameterDefinition as I, type ListAgentsResponse as L, type ModelConfig as M, type OperationMethods as O, Paths as P, type RejectExecutionRequest as R, type SkillAvailability as S, type ToolDefinition as T, type UpdateAgentRequest as U, Components as a, type PathsDictionary as b, type AgentId as c, type AgentSource as d, type ApproveExecutionRequest as e, type CreateAgentRequest as f, type ExecuteAgentRequest as g, type ExecutionContext as h, type ExecutionError as i, type ExecutionIteration as j, type ExecutionMetrics as k, type ExecutionMode as l, type ExecutionPattern as m, type ExecutionResponse as n, type ExecutionStatus as o, type ExecutionTrace as p, type InputParametersSchema as q, type ListExecutionsResponse as r, type ParameterType as s, type PendingAction as t, type PreviewActionType as u, type PreviewChange as v, type PreviewEntity as w, type PreviewValue as x, type SkillCategory as y, type ToolPreview as z };
|
|
@@ -1336,4 +1336,4 @@ type ToolDefinition = Components.Schemas.ToolDefinition;
|
|
|
1336
1336
|
type ToolPreview = Components.Schemas.ToolPreview;
|
|
1337
1337
|
type UpdateAgentRequest = Components.Schemas.UpdateAgentRequest;
|
|
1338
1338
|
|
|
1339
|
-
export type
|
|
1339
|
+
export { type AgentDefinition as A, type Client as C, type Error as E, type InputParameterDefinition as I, type ListAgentsResponse as L, type ModelConfig as M, type OperationMethods as O, Paths as P, type RejectExecutionRequest as R, type SkillAvailability as S, type ToolDefinition as T, type UpdateAgentRequest as U, Components as a, type PathsDictionary as b, type AgentId as c, type AgentSource as d, type ApproveExecutionRequest as e, type CreateAgentRequest as f, type ExecuteAgentRequest as g, type ExecutionContext as h, type ExecutionError as i, type ExecutionIteration as j, type ExecutionMetrics as k, type ExecutionMode as l, type ExecutionPattern as m, type ExecutionResponse as n, type ExecutionStatus as o, type ExecutionTrace as p, type InputParametersSchema as q, type ListExecutionsResponse as r, type ParameterType as s, type PendingAction as t, type PreviewActionType as u, type PreviewChange as v, type PreviewEntity as w, type PreviewValue as x, type SkillCategory as y, type ToolPreview as z };
|
|
@@ -3,103 +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/access-tokens": {
|
|
19
|
-
post: {
|
|
20
|
-
operationId: "createAccessToken",
|
|
21
|
-
requestBody: {
|
|
22
|
-
content: {
|
|
23
|
-
"application/json": {}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
responses: {}
|
|
27
|
-
},
|
|
28
|
-
get: {
|
|
29
|
-
operationId: "listAccessTokens",
|
|
30
|
-
parameters: [
|
|
31
|
-
{
|
|
32
|
-
in: "query",
|
|
33
|
-
name: "token_type"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
responses: {}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"/v1/access-tokens/{id}": {
|
|
40
|
-
delete: {
|
|
41
|
-
operationId: "revokeAccessToken",
|
|
42
|
-
parameters: [
|
|
43
|
-
{
|
|
44
|
-
name: "id",
|
|
45
|
-
in: "path",
|
|
46
|
-
required: true
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
responses: {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"/v1/access-tokens/.well-known/jwks.json": {
|
|
53
|
-
get: {
|
|
54
|
-
operationId: "getAccessTokenJwks",
|
|
55
|
-
responses: {}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"/v1/access-tokens/.well-known/openid-configuration": {
|
|
59
|
-
get: {
|
|
60
|
-
operationId: "getAccessTokenOIDC",
|
|
61
|
-
responses: {}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"/v1/access-tokens/public/.well-known/jwks.json": {
|
|
65
|
-
get: {
|
|
66
|
-
operationId: "getPublicTokenJwks",
|
|
67
|
-
responses: {}
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"/v1/access-tokens/public/.well-known/openid-configuration": {
|
|
71
|
-
get: {
|
|
72
|
-
operationId: "getPublicTokenOIDC",
|
|
73
|
-
responses: {}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
components: {},
|
|
78
|
-
servers: [
|
|
79
|
-
{
|
|
80
|
-
url: "https://access-token.sls.epilot.io"
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
};
|
|
7
|
+
var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
|
|
8
|
+
|
|
9
|
+
// src/definitions/access-token-runtime.json
|
|
10
|
+
var require_access_token_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
|
|
11
|
+
"src/definitions/access-token-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://access-token.sls.epilot.io", o: [["createAccessToken", "post", "/v1/access-tokens", null, 1], ["listAccessTokens", "get", "/v1/access-tokens", [["token_type", "q"]]], ["revokeAccessToken", "delete", "/v1/access-tokens/{id}", [["id", "p", true]]], ["getAccessTokenJwks", "get", "/v1/access-tokens/.well-known/jwks.json"], ["getAccessTokenOIDC", "get", "/v1/access-tokens/.well-known/openid-configuration"], ["getPublicTokenJwks", "get", "/v1/access-tokens/public/.well-known/jwks.json"], ["getPublicTokenOIDC", "get", "/v1/access-tokens/public/.well-known/openid-configuration"]], v: "3.0.3" };
|
|
84
13
|
}
|
|
85
14
|
});
|
|
86
15
|
|
|
87
16
|
// src/apis/access-token.ts
|
|
88
17
|
var loadDefinition = () => {
|
|
89
|
-
const mod =
|
|
90
|
-
return _nullishCoalesce(mod.default, () => ( mod));
|
|
18
|
+
const mod = require_access_token_runtime();
|
|
19
|
+
return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
91
20
|
};
|
|
92
21
|
var _instance = null;
|
|
93
22
|
var resolve = () => {
|
|
94
23
|
if (!_instance) {
|
|
95
|
-
const
|
|
96
|
-
_instance =
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
|
|
97
26
|
}
|
|
98
27
|
return _instance;
|
|
99
28
|
};
|
|
100
|
-
var _handle =
|
|
29
|
+
var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
|
|
101
30
|
resolveClient: resolve,
|
|
102
|
-
createClient: () =>
|
|
31
|
+
createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
|
|
103
32
|
});
|
|
104
33
|
var getClient = _handle.getClient;
|
|
105
34
|
var createClient = _handle.createClient;
|
|
@@ -109,4 +38,4 @@ var accessToken = _handle;
|
|
|
109
38
|
|
|
110
39
|
|
|
111
40
|
|
|
112
|
-
exports.accessToken = accessToken; exports.authorize =
|
|
41
|
+
exports.accessToken = accessToken; exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
|
@@ -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 '../access-token.d-
|
|
4
|
-
export { A as AccessToken,
|
|
3
|
+
import { C as Client } from '../access-token.d-CnmUTOlq.cjs';
|
|
4
|
+
export { A as AccessToken, c as AccessTokenId, d as AccessTokenItem, e as AccessTokenJourneyId, f as AccessTokenName, g as AccessTokenParameters, h as AccessTokenType, i as AppTokenParameters, j as Assignments, k as AssumeTokenParameters, a as Components, E as ExpiresIn, J as JourneyTokenParameters, O as OperationMethods, P as Paths, b as PathsDictionary, l as PortalId, m as PortalTokenParameters, R as RoleId, T as TokenParameters } from '../access-token.d-CnmUTOlq.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;
|
|
@@ -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 '../access-token.d-
|
|
4
|
-
export { A as AccessToken,
|
|
3
|
+
import { C as Client } from '../access-token.d-CnmUTOlq.js';
|
|
4
|
+
export { A as AccessToken, c as AccessTokenId, d as AccessTokenItem, e as AccessTokenJourneyId, f as AccessTokenName, g as AccessTokenParameters, h as AccessTokenType, i as AppTokenParameters, j as Assignments, k as AssumeTokenParameters, a as Components, E as ExpiresIn, J as JourneyTokenParameters, O as OperationMethods, P as Paths, b as PathsDictionary, l as PortalId, m as PortalTokenParameters, R as RoleId, T as TokenParameters } from '../access-token.d-CnmUTOlq.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;
|
|
@@ -2,98 +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/access-token.json
|
|
9
|
-
var
|
|
10
|
-
"src/definitions/access-token.json"(exports, module) {
|
|
11
|
-
module.exports = {
|
|
12
|
-
openapi: "3.0.3",
|
|
13
|
-
info: {
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
paths: {
|
|
18
|
-
"/v1/access-tokens": {
|
|
19
|
-
post: {
|
|
20
|
-
operationId: "createAccessToken",
|
|
21
|
-
requestBody: {
|
|
22
|
-
content: {
|
|
23
|
-
"application/json": {}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
responses: {}
|
|
27
|
-
},
|
|
28
|
-
get: {
|
|
29
|
-
operationId: "listAccessTokens",
|
|
30
|
-
parameters: [
|
|
31
|
-
{
|
|
32
|
-
in: "query",
|
|
33
|
-
name: "token_type"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
responses: {}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"/v1/access-tokens/{id}": {
|
|
40
|
-
delete: {
|
|
41
|
-
operationId: "revokeAccessToken",
|
|
42
|
-
parameters: [
|
|
43
|
-
{
|
|
44
|
-
name: "id",
|
|
45
|
-
in: "path",
|
|
46
|
-
required: true
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
responses: {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"/v1/access-tokens/.well-known/jwks.json": {
|
|
53
|
-
get: {
|
|
54
|
-
operationId: "getAccessTokenJwks",
|
|
55
|
-
responses: {}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"/v1/access-tokens/.well-known/openid-configuration": {
|
|
59
|
-
get: {
|
|
60
|
-
operationId: "getAccessTokenOIDC",
|
|
61
|
-
responses: {}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"/v1/access-tokens/public/.well-known/jwks.json": {
|
|
65
|
-
get: {
|
|
66
|
-
operationId: "getPublicTokenJwks",
|
|
67
|
-
responses: {}
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"/v1/access-tokens/public/.well-known/openid-configuration": {
|
|
71
|
-
get: {
|
|
72
|
-
operationId: "getPublicTokenOIDC",
|
|
73
|
-
responses: {}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
components: {},
|
|
78
|
-
servers: [
|
|
79
|
-
{
|
|
80
|
-
url: "https://access-token.sls.epilot.io"
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
};
|
|
9
|
+
// src/definitions/access-token-runtime.json
|
|
10
|
+
var require_access_token_runtime = __commonJS({
|
|
11
|
+
"src/definitions/access-token-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://access-token.sls.epilot.io", o: [["createAccessToken", "post", "/v1/access-tokens", null, 1], ["listAccessTokens", "get", "/v1/access-tokens", [["token_type", "q"]]], ["revokeAccessToken", "delete", "/v1/access-tokens/{id}", [["id", "p", true]]], ["getAccessTokenJwks", "get", "/v1/access-tokens/.well-known/jwks.json"], ["getAccessTokenOIDC", "get", "/v1/access-tokens/.well-known/openid-configuration"], ["getPublicTokenJwks", "get", "/v1/access-tokens/public/.well-known/jwks.json"], ["getPublicTokenOIDC", "get", "/v1/access-tokens/public/.well-known/openid-configuration"]], v: "3.0.3" };
|
|
84
13
|
}
|
|
85
14
|
});
|
|
86
15
|
|
|
87
16
|
// src/apis/access-token.ts
|
|
88
17
|
var loadDefinition = () => {
|
|
89
|
-
const mod =
|
|
90
|
-
return mod.default ?? mod;
|
|
18
|
+
const mod = require_access_token_runtime();
|
|
19
|
+
return expand(mod.default ?? mod);
|
|
91
20
|
};
|
|
92
21
|
var _instance = null;
|
|
93
22
|
var resolve = () => {
|
|
94
23
|
if (!_instance) {
|
|
95
|
-
const
|
|
96
|
-
_instance = createApiClient({ definition });
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = createApiClient({ definition: def });
|
|
97
26
|
}
|
|
98
27
|
return _instance;
|
|
99
28
|
};
|
|
@@ -3,146 +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
|
-
servers: [
|
|
18
|
-
{
|
|
19
|
-
url: "https://address-suggestions-api.sls.epilot.io"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
paths: {
|
|
23
|
-
"/v1/public/suggestions": {
|
|
24
|
-
get: {
|
|
25
|
-
parameters: [
|
|
26
|
-
{
|
|
27
|
-
in: "header",
|
|
28
|
-
name: "X-Epilot-Org-ID",
|
|
29
|
-
required: true
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
in: "query",
|
|
33
|
-
name: "s3FileUrl",
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
in: "query",
|
|
38
|
-
name: "fileId",
|
|
39
|
-
required: false
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
in: "query",
|
|
43
|
-
name: "countryCodeSearchTerm",
|
|
44
|
-
required: false
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
in: "query",
|
|
48
|
-
name: "postalCodeSearchTerm",
|
|
49
|
-
required: false
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
in: "query",
|
|
53
|
-
name: "streetSearchTerm",
|
|
54
|
-
required: false
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
operationId: "getAddresses"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"/v1/suggestions:validate": {
|
|
61
|
-
get: {
|
|
62
|
-
operationId: "validateAddresses",
|
|
63
|
-
deprecated: true,
|
|
64
|
-
parameters: [
|
|
65
|
-
{
|
|
66
|
-
in: "query",
|
|
67
|
-
name: "s3FileUrl"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
in: "query",
|
|
71
|
-
name: "fileId"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"/v1/public/availability:check": {
|
|
77
|
-
get: {
|
|
78
|
-
operationId: "checkAvailability",
|
|
79
|
-
parameters: [
|
|
80
|
-
{
|
|
81
|
-
in: "header",
|
|
82
|
-
name: "X-Epilot-Org-ID",
|
|
83
|
-
required: true
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
in: "query",
|
|
87
|
-
name: "files",
|
|
88
|
-
required: true
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
in: "query",
|
|
92
|
-
name: "countryCode",
|
|
93
|
-
required: true
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
in: "query",
|
|
97
|
-
name: "postalCode",
|
|
98
|
-
required: true
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
in: "query",
|
|
102
|
-
name: "street",
|
|
103
|
-
required: false
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
in: "query",
|
|
107
|
-
name: "streetNumber",
|
|
108
|
-
required: false
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"/v1/addresses-files:validate": {
|
|
114
|
-
get: {
|
|
115
|
-
operationId: "validateAddressesFile",
|
|
116
|
-
parameters: [
|
|
117
|
-
{
|
|
118
|
-
in: "query",
|
|
119
|
-
name: "fileId"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
components: {}
|
|
126
|
-
};
|
|
7
|
+
var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
|
|
8
|
+
|
|
9
|
+
// src/definitions/address-suggestions-runtime.json
|
|
10
|
+
var require_address_suggestions_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
|
|
11
|
+
"src/definitions/address-suggestions-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://address-suggestions-api.sls.epilot.io", o: [["getAddresses", "get", "/v1/public/suggestions", [["X-Epilot-Org-ID", "h", true], ["s3FileUrl", "q"], ["fileId", "q"], ["countryCodeSearchTerm", "q"], ["postalCodeSearchTerm", "q"], ["streetSearchTerm", "q"]]], ["validateAddresses", "get", "/v1/suggestions:validate", [["s3FileUrl", "q"], ["fileId", "q"]]], ["checkAvailability", "get", "/v1/public/availability:check", [["X-Epilot-Org-ID", "h", true], ["files", "q", true], ["countryCode", "q", true], ["postalCode", "q", true], ["street", "q"], ["streetNumber", "q"]]], ["validateAddressesFile", "get", "/v1/addresses-files:validate", [["fileId", "q"]]]], v: "3.0.3" };
|
|
127
13
|
}
|
|
128
14
|
});
|
|
129
15
|
|
|
130
16
|
// src/apis/address-suggestions.ts
|
|
131
17
|
var loadDefinition = () => {
|
|
132
|
-
const mod =
|
|
133
|
-
return _nullishCoalesce(mod.default, () => ( mod));
|
|
18
|
+
const mod = require_address_suggestions_runtime();
|
|
19
|
+
return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
134
20
|
};
|
|
135
21
|
var _instance = null;
|
|
136
22
|
var resolve = () => {
|
|
137
23
|
if (!_instance) {
|
|
138
|
-
const
|
|
139
|
-
_instance =
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
|
|
140
26
|
}
|
|
141
27
|
return _instance;
|
|
142
28
|
};
|
|
143
|
-
var _handle =
|
|
29
|
+
var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
|
|
144
30
|
resolveClient: resolve,
|
|
145
|
-
createClient: () =>
|
|
31
|
+
createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
|
|
146
32
|
});
|
|
147
33
|
var getClient = _handle.getClient;
|
|
148
34
|
var createClient = _handle.createClient;
|
|
@@ -152,4 +38,4 @@ var addressSuggestions = _handle;
|
|
|
152
38
|
|
|
153
39
|
|
|
154
40
|
|
|
155
|
-
exports.addressSuggestions = addressSuggestions; exports.authorize =
|
|
41
|
+
exports.addressSuggestions = addressSuggestions; exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
|
@@ -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 '../address-suggestions.d-
|
|
4
|
-
export { A as AddressSuggestion,
|
|
3
|
+
import { C as Client } from '../address-suggestions.d-_YwTOR-9.cjs';
|
|
4
|
+
export { A as AddressSuggestion, c as AddressSuggestionError, d as AddressSuggestions, e as AvailabilityLocation, f as AvailabilityResult, a as Components, E as Error, O as OperationMethods, P as Paths, b as PathsDictionary, V as ValidateAddressFileError, g as ValidateAddressFileResult, h as ValidateAddressSuggestionsFileResult } from '../address-suggestions.d-_YwTOR-9.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;
|
|
@@ -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 '../address-suggestions.d-
|
|
4
|
-
export { A as AddressSuggestion,
|
|
3
|
+
import { C as Client } from '../address-suggestions.d-_YwTOR-9.js';
|
|
4
|
+
export { A as AddressSuggestion, c as AddressSuggestionError, d as AddressSuggestions, e as AvailabilityLocation, f as AvailabilityResult, a as Components, E as Error, O as OperationMethods, P as Paths, b as PathsDictionary, V as ValidateAddressFileError, g as ValidateAddressFileResult, h as ValidateAddressSuggestionsFileResult } from '../address-suggestions.d-_YwTOR-9.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;
|