@epilot/sdk 2.4.4-alpha.0 → 2.5.0
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/app.json +137 -58
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +496 -24
- package/definitions/entity.json +185 -8
- package/definitions/webhooks-runtime.json +1 -1
- package/definitions/webhooks.json +134 -4
- package/dist/access-token.d-CnmUTOlq.d.cts +552 -0
- package/dist/access-token.d-CnmUTOlq.d.ts +552 -0
- package/dist/address-suggestions.d-_YwTOR-9.d.cts +339 -0
- package/dist/address-suggestions.d-_YwTOR-9.d.ts +339 -0
- package/dist/address.d-CwAPOVxa.d.cts +437 -0
- package/dist/address.d-CwAPOVxa.d.ts +437 -0
- package/dist/ai-agents.d-OkXfr2bz.d.cts +1339 -0
- package/dist/ai-agents.d-OkXfr2bz.d.ts +1339 -0
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.d.cts +18 -0
- package/dist/apis/access-token.d.ts +12 -9
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.d.cts +18 -0
- package/dist/apis/address-suggestions.d.ts +12 -9
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.d.cts +18 -0
- package/dist/apis/address.d.ts +12 -9
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.d.cts +18 -0
- package/dist/apis/ai-agents.d.ts +12 -9
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +8 -8
- package/dist/apis/app.d.cts +18 -0
- package/dist/apis/app.d.ts +12 -9
- package/dist/apis/app.js +2 -2
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.d.cts +18 -0
- package/dist/apis/audit-logs.d.ts +12 -9
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.d.cts +18 -0
- package/dist/apis/automation.d.ts +12 -9
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.d.cts +18 -0
- package/dist/apis/billing.d.ts +12 -9
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +6 -6
- package/dist/apis/blueprint-manifest.d.cts +18 -0
- package/dist/apis/blueprint-manifest.d.ts +12 -9
- package/dist/apis/blueprint-manifest.js +1 -1
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.d.cts +18 -0
- package/dist/apis/calendar.d.ts +12 -9
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.d.cts +18 -0
- package/dist/apis/configuration-hub.d.ts +12 -9
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.d.cts +18 -0
- package/dist/apis/consent.d.ts +12 -9
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +8 -8
- package/dist/apis/customer-portal.d.cts +18 -0
- package/dist/apis/customer-portal.d.ts +12 -9
- package/dist/apis/customer-portal.js +2 -2
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.d.cts +18 -0
- package/dist/apis/dashboard.d.ts +12 -9
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.d.cts +18 -0
- package/dist/apis/data-governance.d.ts +12 -9
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.d.cts +18 -0
- package/dist/apis/deduplication.d.ts +12 -9
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.d.cts +18 -0
- package/dist/apis/design.d.ts +12 -9
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.d.cts +18 -0
- package/dist/apis/document.d.ts +12 -9
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.d.cts +18 -0
- package/dist/apis/email-settings.d.ts +12 -9
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.d.cts +18 -0
- package/dist/apis/email-template.d.ts +12 -9
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.d.cts +18 -0
- package/dist/apis/entity-mapping.d.ts +12 -9
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.d.cts +18 -0
- package/dist/apis/entity.d.ts +12 -9
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.d.cts +18 -0
- package/dist/apis/environments.d.ts +12 -9
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.d.cts +18 -0
- package/dist/apis/event-catalog.d.ts +12 -9
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.d.cts +18 -0
- package/dist/apis/file.d.ts +12 -9
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.d.cts +18 -0
- package/dist/apis/iban.d.ts +12 -9
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.d.cts +18 -0
- package/dist/apis/integration-toolkit.d.ts +12 -9
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.d.cts +18 -0
- package/dist/apis/journey.d.ts +12 -9
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.d.cts +18 -0
- package/dist/apis/kanban.d.ts +12 -9
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.d.cts +18 -0
- package/dist/apis/message.d.ts +12 -9
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.d.cts +18 -0
- package/dist/apis/metering.d.ts +12 -9
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.d.cts +18 -0
- package/dist/apis/notes.d.ts +12 -9
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.d.cts +18 -0
- package/dist/apis/notification.d.ts +12 -9
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.d.cts +18 -0
- package/dist/apis/organization.d.ts +12 -9
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.d.cts +18 -0
- package/dist/apis/partner-directory.d.ts +12 -9
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.d.cts +18 -0
- package/dist/apis/permissions.d.ts +12 -9
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.d.cts +18 -0
- package/dist/apis/pricing-tier.d.ts +12 -9
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.d.cts +18 -0
- package/dist/apis/pricing.d.ts +12 -9
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.d.cts +18 -0
- package/dist/apis/purpose.d.ts +12 -9
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.d.cts +18 -0
- package/dist/apis/query.d.ts +12 -9
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.d.cts +18 -0
- package/dist/apis/sandbox.d.ts +12 -9
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.d.cts +18 -0
- package/dist/apis/sharing.d.ts +12 -9
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.d.cts +18 -0
- package/dist/apis/submission.d.ts +12 -9
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.d.cts +597 -0
- package/dist/apis/target.d.ts +591 -9
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.d.cts +18 -0
- package/dist/apis/targeting.d.ts +12 -9
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.d.cts +18 -0
- package/dist/apis/template-variables.d.ts +12 -9
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.d.cts +18 -0
- package/dist/apis/user.d.ts +12 -9
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.d.cts +18 -0
- package/dist/apis/validation-rules.d.ts +12 -9
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +8 -8
- package/dist/apis/webhooks.d.cts +18 -0
- package/dist/apis/webhooks.d.ts +12 -9
- package/dist/apis/webhooks.js +2 -2
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.d.cts +18 -0
- package/dist/apis/workflow-definition.d.ts +12 -9
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.d.cts +18 -0
- package/dist/apis/workflow.d.ts +12 -9
- package/dist/apis/workflow.js +1 -1
- package/dist/app-34OBBTA4.js +7 -0
- package/dist/app-SSF545U7.cjs +7 -0
- package/dist/app-runtime-AFNM67YN.cjs +5 -0
- package/dist/{app-runtime-U7RGV7KT.js → app-runtime-DBUXZL6E.js} +1 -1
- package/dist/app.d--5n0FQQ4.d.cts +3757 -0
- package/dist/app.d--5n0FQQ4.d.ts +3757 -0
- package/dist/audit-logs.d-BRToFqeX.d.cts +287 -0
- package/dist/audit-logs.d-BRToFqeX.d.ts +287 -0
- package/dist/automation.d-Du6-uiz5.d.cts +5283 -0
- package/dist/automation.d-Du6-uiz5.d.ts +5283 -0
- package/dist/billing.d-Bs8Ku9qE.d.cts +993 -0
- package/dist/billing.d-Bs8Ku9qE.d.ts +993 -0
- package/dist/bin/cli.js +1 -1
- package/dist/blueprint-manifest.d-BPyzoR0X.d.cts +4343 -0
- package/dist/blueprint-manifest.d-BPyzoR0X.d.ts +4343 -0
- package/dist/calendar.d-BEjLDagH.d.cts +353 -0
- package/dist/calendar.d-BEjLDagH.d.ts +353 -0
- package/dist/chunk-5OBMZHRL.cjs +14 -0
- package/dist/{chunk-CD4OX2U6.cjs → chunk-C7GDYBXX.cjs} +9 -9
- package/dist/{chunk-L66IX6GX.cjs → chunk-KMVJYNLB.cjs} +1 -1
- package/dist/chunk-KYCVV2XE.cjs +14 -0
- package/dist/chunk-RGO3LTAM.js +14 -0
- package/dist/{chunk-TSV242UN.js → chunk-WRD2XFHY.js} +9 -9
- package/dist/{chunk-LLZYRINH.js → chunk-Z4H2FZ2K.js} +1 -1
- package/dist/chunk-Z6HGUGXK.js +14 -0
- package/dist/configuration-hub.d-Cqaq2F-W.d.cts +478 -0
- package/dist/configuration-hub.d-Cqaq2F-W.d.ts +478 -0
- package/dist/consent.d-C2PROHhX.d.cts +265 -0
- package/dist/consent.d-C2PROHhX.d.ts +265 -0
- package/dist/customer-portal-5I7ZGQDU.cjs +7 -0
- package/dist/customer-portal-YL2YMPZL.js +7 -0
- package/dist/{customer-portal-runtime-PSM55KGU.js → customer-portal-runtime-N4NWQ67M.js} +1 -1
- package/dist/{customer-portal-runtime-DULJLR7F.cjs → customer-portal-runtime-OEXTSMSE.cjs} +2 -2
- package/dist/customer-portal.d-ChSEioI5.d.cts +17113 -0
- package/dist/customer-portal.d-ChSEioI5.d.ts +17113 -0
- package/dist/dashboard.d-CsGcA74I.d.cts +440 -0
- package/dist/dashboard.d-CsGcA74I.d.ts +440 -0
- package/dist/data-governance.d-BbZ466j5.d.cts +1178 -0
- package/dist/data-governance.d-BbZ466j5.d.ts +1178 -0
- package/dist/deduplication.d-D5GYddVu.d.cts +218 -0
- package/dist/deduplication.d-D5GYddVu.d.ts +218 -0
- package/dist/design.d-BRre8iLg.d.cts +2346 -0
- package/dist/design.d-BRre8iLg.d.ts +2346 -0
- package/dist/document.d-DN37pjdx.d.cts +648 -0
- package/dist/document.d-DN37pjdx.d.ts +648 -0
- package/dist/email-settings.d-B7Q_xT25.d.cts +2417 -0
- package/dist/email-settings.d-B7Q_xT25.d.ts +2417 -0
- package/dist/email-template.d-gtQkdaXM.d.cts +1188 -0
- package/dist/email-template.d-gtQkdaXM.d.ts +1188 -0
- package/dist/entity-SS36LQO6.cjs +7 -0
- package/dist/entity-Z4YWKDVG.js +7 -0
- package/dist/entity-mapping.d-DKSW3sfy.d.cts +1092 -0
- package/dist/entity-mapping.d-DKSW3sfy.d.ts +1092 -0
- package/dist/entity.d-fospShiN.d.cts +18544 -0
- package/dist/entity.d-fospShiN.d.ts +18544 -0
- package/dist/environments.d-BvqvN-PD.d.cts +382 -0
- package/dist/environments.d-BvqvN-PD.d.ts +382 -0
- package/dist/event-catalog.d-ENw6HO-w.d.cts +1511 -0
- package/dist/event-catalog.d-ENw6HO-w.d.ts +1511 -0
- package/dist/file.d-DcTJxjp7.d.cts +2992 -0
- package/dist/file.d-DcTJxjp7.d.ts +2992 -0
- package/dist/iban.d-BwdiGbxi.d.cts +70 -0
- package/dist/iban.d-BwdiGbxi.d.ts +70 -0
- package/dist/index.cjs +14 -14
- package/dist/index.d.cts +182 -0
- package/dist/index.d.ts +182 -12
- package/dist/index.js +4 -4
- package/dist/integration-toolkit.d-Ry-KC9ow.d.cts +5796 -0
- package/dist/integration-toolkit.d-Ry-KC9ow.d.ts +5796 -0
- package/dist/journey.d-ClXO0xK8.d.cts +1931 -0
- package/dist/journey.d-ClXO0xK8.d.ts +1931 -0
- package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
- package/dist/kanban.d-BHnSRCYW.d.cts +760 -0
- package/dist/kanban.d-BHnSRCYW.d.ts +760 -0
- package/dist/message.d-B5UuSqgw.d.cts +3811 -0
- package/dist/message.d-B5UuSqgw.d.ts +3811 -0
- package/dist/metering.d-DvtPv7wk.d.cts +1841 -0
- package/dist/metering.d-DvtPv7wk.d.ts +1841 -0
- package/dist/notes-K2IIFCX3.cjs +7 -0
- package/dist/notes-Q7JGS7O3.js +7 -0
- package/dist/notes.d-BcV_m5fe.d.cts +1068 -0
- package/dist/notes.d-BcV_m5fe.d.ts +1068 -0
- package/dist/notification.d-BfBL3lga.d.cts +1147 -0
- package/dist/notification.d-BfBL3lga.d.ts +1147 -0
- package/dist/organization.d-DqwnNxMg.d.cts +1271 -0
- package/dist/organization.d-DqwnNxMg.d.ts +1271 -0
- package/dist/partner-directory.d-BCIjHoGs.d.cts +2337 -0
- package/dist/partner-directory.d-BCIjHoGs.d.ts +2337 -0
- package/dist/permissions.d-l6AT8SYP.d.cts +1279 -0
- package/dist/permissions.d-l6AT8SYP.d.ts +1279 -0
- package/dist/{pricing-XAET4G7T.cjs → pricing-FODHQFCB.cjs} +1 -1
- package/dist/{pricing-G67CH3XH.js → pricing-XRIDVZFC.js} +1 -1
- package/dist/pricing-tier.d-Cg0jl6n_.d.cts +81 -0
- package/dist/pricing-tier.d-Cg0jl6n_.d.ts +81 -0
- package/dist/pricing.d-BHpMU4KU.d.cts +12255 -0
- package/dist/pricing.d-BHpMU4KU.d.ts +12255 -0
- package/dist/purpose.d-CbIYfTua.d.cts +372 -0
- package/dist/purpose.d-CbIYfTua.d.ts +372 -0
- package/dist/query.d-Cmp78IhZ.d.cts +2375 -0
- package/dist/query.d-Cmp78IhZ.d.ts +2375 -0
- package/dist/sandbox.d-BdbOFzDu.d.cts +465 -0
- package/dist/sandbox.d-BdbOFzDu.d.ts +465 -0
- package/dist/sharing.d-sOXq-gtz.d.cts +571 -0
- package/dist/sharing.d-sOXq-gtz.d.ts +571 -0
- package/dist/submission.d-BamwfhXw.d.cts +469 -0
- package/dist/submission.d-BamwfhXw.d.ts +469 -0
- package/dist/targeting.d-BNmcVsNS.d.cts +2057 -0
- package/dist/targeting.d-BNmcVsNS.d.ts +2057 -0
- package/dist/template-variables.d-Ble9TSBa.d.cts +1320 -0
- package/dist/template-variables.d-Ble9TSBa.d.ts +1320 -0
- package/dist/types-ChU9Acbv.d.cts +37 -0
- package/dist/types-ChU9Acbv.d.ts +37 -0
- package/dist/user.d-D18fe97W.d.cts +2270 -0
- package/dist/user.d-D18fe97W.d.ts +2270 -0
- package/dist/validation-rules.d-Db5c5zTf.d.cts +807 -0
- package/dist/validation-rules.d-Db5c5zTf.d.ts +807 -0
- package/dist/webhooks-NZ3TM3AY.cjs +7 -0
- package/dist/webhooks-XLBUXXCS.js +7 -0
- package/dist/{webhooks-runtime-EBM4M3SU.cjs → webhooks-runtime-QVAFNBDW.cjs} +2 -2
- package/dist/{webhooks-runtime-XCQYIGQK.js → webhooks-runtime-UYTPQQVG.js} +1 -1
- package/dist/webhooks.d-D79qib9f.d.cts +1366 -0
- package/dist/webhooks.d-D79qib9f.d.ts +1366 -0
- package/dist/workflow-definition.d-DOeb0KVV.d.cts +1922 -0
- package/dist/workflow-definition.d-DOeb0KVV.d.ts +1922 -0
- package/dist/workflow.d-CMSKt8oN.d.cts +3151 -0
- package/dist/workflow.d-CMSKt8oN.d.ts +3151 -0
- package/docs/app.md +244 -9
- package/docs/customer-portal.md +340 -113
- package/docs/entity.md +65 -0
- package/docs/notes.md +19 -12
- package/docs/pricing.md +3 -1
- package/docs/webhooks.md +49 -0
- package/package.json +1 -1
- package/dist/apis/_registry.d.ts +0 -8
- package/dist/app-5KSVSKDU.js +0 -7
- package/dist/app-PL3IOROO.cjs +0 -7
- package/dist/app-runtime-SSNHSBR7.cjs +0 -5
- package/dist/authorize.d.ts +0 -3
- package/dist/bin/cli.d.ts +0 -1
- package/dist/chunk-2MMSXUOL.cjs +0 -14
- package/dist/chunk-A7AAVJGM.js +0 -14
- package/dist/chunk-GVNT76UU.js +0 -14
- package/dist/chunk-HHMXS5NC.cjs +0 -14
- package/dist/client-factory.d.ts +0 -9
- package/dist/client-map.d.ts +0 -102
- package/dist/compact.d.ts +0 -22
- package/dist/customer-portal-5LMHNBMD.cjs +0 -7
- package/dist/customer-portal-RZACUF4N.js +0 -7
- package/dist/entity-H6ESUH3Y.js +0 -7
- package/dist/entity-ZVDKWQSF.cjs +0 -7
- package/dist/help.d.ts +0 -12
- package/dist/large-response.d.ts +0 -9
- package/dist/notes-3AO5GXIT.js +0 -7
- package/dist/notes-MPWOQC5J.cjs +0 -7
- package/dist/openapi.d.ts +0 -12
- package/dist/overrides.d.ts +0 -9
- package/dist/proxy.d.ts +0 -14
- package/dist/registry.d.ts +0 -19
- package/dist/retry.d.ts +0 -11
- package/dist/sdk.d.ts +0 -29
- package/dist/types.d.ts +0 -53
- package/dist/webhooks-H3RT33BF.cjs +0 -7
- package/dist/webhooks-RTOU3MS5.js +0 -7
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../pricing-tier.d-Cg0jl6n_.cjs';
|
|
4
|
+
export { a as Components, O as OperationMethods, P as Paths, b as PathsDictionary, c as PricingTier } from '../pricing-tier.d-Cg0jl6n_.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `pricingTier.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const pricingTier: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, pricingTier };
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../pricing-tier.d-Cg0jl6n_.js';
|
|
4
|
+
export { a as Components, O as OperationMethods, P as Paths, b as PathsDictionary, c as PricingTier } from '../pricing-tier.d-Cg0jl6n_.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `pricingTier.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const pricingTier: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, pricingTier };
|
package/dist/apis/pricing.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkKP7H52BFcjs = require('../chunk-KP7H52BF.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/pricing.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkKP7H52BFcjs.require_pricing_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "pricing" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "pricing" }),
|
|
28
28
|
apiName: "pricing"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var pricing = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.pricing = pricing;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../pricing.d-BHpMU4KU.cjs';
|
|
4
|
+
export { A as Address, c as Amounts, d as AvailabilityCheckParams, e as AvailabilityFilters, f as AvailabilityLocation, g as AvailabilityResult, h as AverageMarketPriceRecord, i as AverageMarketPriceResult, B as BaseCompositePrice, j as BaseCouponCommon, k as BaseMarketPriceRecord, l as BasePriceItem, m as BasePriceItemCommon, n as BasePriceItemDto, o as BasicAuthCredentials, p as BasicAuthIntegration, q as BillingPeriod, r as CartDto, s as CashbackAmount, t as CashbackAmounts, u as CashbackPeriod, v as CatalogSearch, w as CatalogSearchResult, x as CheckoutCart, y as CheckoutCartResult, z as CheckoutMode, a as Components, D as CompositePrice, E as CompositePriceItem, F as CompositePriceItemDto, G as ComputePriceParams, H as ComputePriceParamsBase, I as ComputePriceParamsGas, J as ComputePriceParamsPower, K as ComputePriceResult, L as ComputedBasePrice, M as ComputedPriceBreakdown, N as ComputedPriceComponents, Q as ConsumptionTypeGetAg, R as Coupon, S as CouponItem, T as CouponWithoutPromoCodes, U as Currency, V as CustomContext, W as Customer, X as DiscountAmounts, Y as DynamicTariffInterval, Z as DynamicTariffMode, _ as EntityId, $ as EntityItem, a0 as EntityRelation, a1 as Error, a2 as ExternalCatalogConfigurationRequest, a3 as ExternalCatalogCustomRequest, a4 as ExternalCatalogItem, a5 as ExternalCatalogJourneyRequest, a6 as ExternalCatalogPortalRequest, a7 as ExternalCatalogRequest, a8 as ExternalFeeMapping, a9 as ExternalFeeMappings, aa as ExternalFeeMetadata, ab as ExternalPriceMetadata, ac as File, ad as GasConcessionType, ae as HistoricMarketPriceRecord, af as HistoricMarketPricesResult, ag as HydratedCompositePrice, ah as IntegrationAuthCredentials, ai as IntegrationCredentialsResult, aj as IntegrationId, ak as JourneyContext, al as MarkupPricingModel, am as MetaData, an as NonHydratedCompositePrice, ao as OAuthCredentials, ap as OAuthIntegration, aq as Offer, O as OperationMethods, ar as Opportunity, as as OpportunitySource, at as Order, au as OrderPayload, av as OrderRelation, aw as OrderSource, ax as OrderStatus, P as Paths, b as PathsDictionary, ay as PaymentMethod, az as PortalContext, aA as PowerMeterType, aB as Price, aC as PriceAmounts, aD as PriceComponentRelation, aE as PriceConditions, aF as PriceDynamicTariff, aG as PriceGetAg, aH as PriceInputMapping, aI as PriceInputMappings, aJ as PriceItem, aK as PriceItemDto, aL as PriceItemDtoUnion, aM as PriceItems, aN as PriceItemsDto, aO as PriceTier, aP as PriceTierDisplayMode, aQ as PricingDetails, aR as PricingDetailsResponse, aS as PricingModel, aT as Product, aU as ProductCategory, aV as ProductRecommendation, aW as ProductRecommendationResponse, aX as ProductRecommendationSearch, aY as PromoCode, aZ as PromoCodeValidationResponse, a_ as Provider, a$ as RecurrenceAmount, b0 as RecurrenceAmountDto, b1 as RecurrenceAmountWithTax, b2 as RedeemedPromo, b3 as SalesTax, b4 as SaveIntegrationCredentialsParams, b5 as SearchExternalCatalogParams, b6 as SearchExternalCatalogRecommendationsResult, b7 as SearchExternalCatalogResult, b8 as SearchProvidersParams, b9 as SearchProvidersResult, ba as SearchStreetsParams, bb as SearchStreetsResult, bc as SignatureMeta, bd as SpotMarketBiddingZone, be as SpotMarketDataFrequency, bf as SpotMarketType, bg as Street, bh as TariffTypeGetAg, bi as Tax, bj as TaxAmount, bk as TaxAmountBreakdown, bl as TaxAmountDto, bm as TaxBreakdownInfo, bn as TierDetails, bo as TotalDetails, bp as TypeGetAg, bq as ValidateAvailabilityFileError, br as ValidateAvailabilityFileResult } from '../pricing.d-BHpMU4KU.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `pricing.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const pricing: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, pricing };
|
package/dist/apis/pricing.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../pricing.d-BHpMU4KU.js';
|
|
4
|
+
export { A as Address, c as Amounts, d as AvailabilityCheckParams, e as AvailabilityFilters, f as AvailabilityLocation, g as AvailabilityResult, h as AverageMarketPriceRecord, i as AverageMarketPriceResult, B as BaseCompositePrice, j as BaseCouponCommon, k as BaseMarketPriceRecord, l as BasePriceItem, m as BasePriceItemCommon, n as BasePriceItemDto, o as BasicAuthCredentials, p as BasicAuthIntegration, q as BillingPeriod, r as CartDto, s as CashbackAmount, t as CashbackAmounts, u as CashbackPeriod, v as CatalogSearch, w as CatalogSearchResult, x as CheckoutCart, y as CheckoutCartResult, z as CheckoutMode, a as Components, D as CompositePrice, E as CompositePriceItem, F as CompositePriceItemDto, G as ComputePriceParams, H as ComputePriceParamsBase, I as ComputePriceParamsGas, J as ComputePriceParamsPower, K as ComputePriceResult, L as ComputedBasePrice, M as ComputedPriceBreakdown, N as ComputedPriceComponents, Q as ConsumptionTypeGetAg, R as Coupon, S as CouponItem, T as CouponWithoutPromoCodes, U as Currency, V as CustomContext, W as Customer, X as DiscountAmounts, Y as DynamicTariffInterval, Z as DynamicTariffMode, _ as EntityId, $ as EntityItem, a0 as EntityRelation, a1 as Error, a2 as ExternalCatalogConfigurationRequest, a3 as ExternalCatalogCustomRequest, a4 as ExternalCatalogItem, a5 as ExternalCatalogJourneyRequest, a6 as ExternalCatalogPortalRequest, a7 as ExternalCatalogRequest, a8 as ExternalFeeMapping, a9 as ExternalFeeMappings, aa as ExternalFeeMetadata, ab as ExternalPriceMetadata, ac as File, ad as GasConcessionType, ae as HistoricMarketPriceRecord, af as HistoricMarketPricesResult, ag as HydratedCompositePrice, ah as IntegrationAuthCredentials, ai as IntegrationCredentialsResult, aj as IntegrationId, ak as JourneyContext, al as MarkupPricingModel, am as MetaData, an as NonHydratedCompositePrice, ao as OAuthCredentials, ap as OAuthIntegration, aq as Offer, O as OperationMethods, ar as Opportunity, as as OpportunitySource, at as Order, au as OrderPayload, av as OrderRelation, aw as OrderSource, ax as OrderStatus, P as Paths, b as PathsDictionary, ay as PaymentMethod, az as PortalContext, aA as PowerMeterType, aB as Price, aC as PriceAmounts, aD as PriceComponentRelation, aE as PriceConditions, aF as PriceDynamicTariff, aG as PriceGetAg, aH as PriceInputMapping, aI as PriceInputMappings, aJ as PriceItem, aK as PriceItemDto, aL as PriceItemDtoUnion, aM as PriceItems, aN as PriceItemsDto, aO as PriceTier, aP as PriceTierDisplayMode, aQ as PricingDetails, aR as PricingDetailsResponse, aS as PricingModel, aT as Product, aU as ProductCategory, aV as ProductRecommendation, aW as ProductRecommendationResponse, aX as ProductRecommendationSearch, aY as PromoCode, aZ as PromoCodeValidationResponse, a_ as Provider, a$ as RecurrenceAmount, b0 as RecurrenceAmountDto, b1 as RecurrenceAmountWithTax, b2 as RedeemedPromo, b3 as SalesTax, b4 as SaveIntegrationCredentialsParams, b5 as SearchExternalCatalogParams, b6 as SearchExternalCatalogRecommendationsResult, b7 as SearchExternalCatalogResult, b8 as SearchProvidersParams, b9 as SearchProvidersResult, ba as SearchStreetsParams, bb as SearchStreetsResult, bc as SignatureMeta, bd as SpotMarketBiddingZone, be as SpotMarketDataFrequency, bf as SpotMarketType, bg as Street, bh as TariffTypeGetAg, bi as Tax, bj as TaxAmount, bk as TaxAmountBreakdown, bl as TaxAmountDto, bm as TaxBreakdownInfo, bn as TierDetails, bo as TotalDetails, bp as TypeGetAg, bq as ValidateAvailabilityFileError, br as ValidateAvailabilityFileResult } from '../pricing.d-BHpMU4KU.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `pricing.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const pricing: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, pricing };
|
package/dist/apis/pricing.js
CHANGED
package/dist/apis/purpose.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkWQBBB6BNcjs = require('../chunk-WQBBB6BN.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/purpose.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkWQBBB6BNcjs.require_purpose_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "purpose" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "purpose" }),
|
|
28
28
|
apiName: "purpose"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var purpose = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.purpose = purpose;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../purpose.d-CbIYfTua.cjs';
|
|
4
|
+
export { B as BatchGetPurposesInput, a as Components, c as CreatePurposeInput, E as Error, O as OperationMethods, P as Paths, b as PathsDictionary, d as Purpose, U as UpdatePurposeInput } from '../purpose.d-CbIYfTua.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `purpose.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const purpose: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, purpose };
|
package/dist/apis/purpose.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../purpose.d-CbIYfTua.js';
|
|
4
|
+
export { B as BatchGetPurposesInput, a as Components, c as CreatePurposeInput, E as Error, O as OperationMethods, P as Paths, b as PathsDictionary, d as Purpose, U as UpdatePurposeInput } from '../purpose.d-CbIYfTua.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `purpose.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const purpose: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, purpose };
|
package/dist/apis/purpose.js
CHANGED
package/dist/apis/query.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkXDZ2JKJ4cjs = require('../chunk-XDZ2JKJ4.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/query.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkXDZ2JKJ4cjs.require_query_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "query" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "query" }),
|
|
28
28
|
apiName: "query"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var query = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.query = query;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../query.d-Cmp78IhZ.cjs';
|
|
4
|
+
export { A as AutomationConfig, c as AutomationExecutionDataset, d as AutomationExecutionResponse, e as AutomationQueryOptions, f as CacheExpiration, a as Components, g as CurrentEntitiesViewRequest, D as DatalakeQuery, h as DatalakeQueryOptions, i as Dataset, j as DatasetDomain, k as DatasetName, l as DatasetOptions_AutomationExecutionsOverview, m as DatasetOptions_CancellationReasons, n as DatasetOptions_CumulativeSumOfWorkflows, o as DatasetOptions_ListAutomationDefinitions, p as DatasetOptions_TotalCountOfWorkflowExecutions, q as DatasetOptions_WorkflowExecutionTimeSeries, r as DatasetOptions_WorkflowTasksOverview, s as DynamicDueDate, E as ECPDetails, t as EntityDataset, u as ErrorResponse, L as ListAutomationDefinitionsResponse, N as NameDurationSettings, v as NoCache, O as OperationMethods, P as Paths, b as PathsDictionary, w as PhaseStates, Q as QueryResults, R as RelationshipRequest, x as RelationshipResponse, y as RelationshipsListResponse, z as RelativeTimeRange, B as Response_WorkflowTaskOverview, S as SemanticModel, F as SortBy, T as Task, G as TaskRequirement, H as TaskStates, I as TaskStatus, J as TaskType, K as TaxonomiesViewRequest, M as TimeGroups, U as TimeSeriesSettings, V as UserId, W as ViewRequest, X as ViewResponse, Y as ViewsListResponse, Z as WorkflowContext, _ as WorkflowDataset, $ as WorkflowExecutionsViewRequest, a0 as WorkflowStates, a1 as WorkflowStatus, a2 as WorkflowsQueryOptions, a3 as WorkflowsQueryOptions_EntitySchema, a4 as WorkflowsQueryOptions_GroupTimeBy, a5 as WorkflowsQueryOptions_RelativeTimeRange, a6 as WorkflowsQueryOptions_TimeRangeFrom, a7 as WorkflowsQueryOptions_TimeRangeTo, a8 as WorkflowsQueryOptions_WorkflowDefinitionIDs, a9 as WorkflowsQueryOptions_WorkflowStates, aa as WorkflowsQueryResult } from '../query.d-Cmp78IhZ.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `query.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const query: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, query };
|
package/dist/apis/query.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../query.d-Cmp78IhZ.js';
|
|
4
|
+
export { A as AutomationConfig, c as AutomationExecutionDataset, d as AutomationExecutionResponse, e as AutomationQueryOptions, f as CacheExpiration, a as Components, g as CurrentEntitiesViewRequest, D as DatalakeQuery, h as DatalakeQueryOptions, i as Dataset, j as DatasetDomain, k as DatasetName, l as DatasetOptions_AutomationExecutionsOverview, m as DatasetOptions_CancellationReasons, n as DatasetOptions_CumulativeSumOfWorkflows, o as DatasetOptions_ListAutomationDefinitions, p as DatasetOptions_TotalCountOfWorkflowExecutions, q as DatasetOptions_WorkflowExecutionTimeSeries, r as DatasetOptions_WorkflowTasksOverview, s as DynamicDueDate, E as ECPDetails, t as EntityDataset, u as ErrorResponse, L as ListAutomationDefinitionsResponse, N as NameDurationSettings, v as NoCache, O as OperationMethods, P as Paths, b as PathsDictionary, w as PhaseStates, Q as QueryResults, R as RelationshipRequest, x as RelationshipResponse, y as RelationshipsListResponse, z as RelativeTimeRange, B as Response_WorkflowTaskOverview, S as SemanticModel, F as SortBy, T as Task, G as TaskRequirement, H as TaskStates, I as TaskStatus, J as TaskType, K as TaxonomiesViewRequest, M as TimeGroups, U as TimeSeriesSettings, V as UserId, W as ViewRequest, X as ViewResponse, Y as ViewsListResponse, Z as WorkflowContext, _ as WorkflowDataset, $ as WorkflowExecutionsViewRequest, a0 as WorkflowStates, a1 as WorkflowStatus, a2 as WorkflowsQueryOptions, a3 as WorkflowsQueryOptions_EntitySchema, a4 as WorkflowsQueryOptions_GroupTimeBy, a5 as WorkflowsQueryOptions_RelativeTimeRange, a6 as WorkflowsQueryOptions_TimeRangeFrom, a7 as WorkflowsQueryOptions_TimeRangeTo, a8 as WorkflowsQueryOptions_WorkflowDefinitionIDs, a9 as WorkflowsQueryOptions_WorkflowStates, aa as WorkflowsQueryResult } from '../query.d-Cmp78IhZ.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `query.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const query: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, query };
|
package/dist/apis/query.js
CHANGED
package/dist/apis/sandbox.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkNEVFKRDUcjs = require('../chunk-NEVFKRDU.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/sandbox.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkNEVFKRDUcjs.require_sandbox_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "sandbox" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "sandbox" }),
|
|
28
28
|
apiName: "sandbox"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var sandbox = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.sandbox = sandbox;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../sandbox.d-BdbOFzDu.cjs';
|
|
4
|
+
export { A as AccessToken, a as Components, c as CreatePipelineRequest, O as OperationMethods, d as OrgId, P as Paths, b as PathsDictionary, e as Pipeline, f as PipelineId, g as PipelineItem, h as PipelineRole, i as PipelineToken, S as SandboxRequest, j as SandboxToken } from '../sandbox.d-BdbOFzDu.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `sandbox.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const sandbox: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, sandbox };
|
package/dist/apis/sandbox.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../sandbox.d-BdbOFzDu.js';
|
|
4
|
+
export { A as AccessToken, a as Components, c as CreatePipelineRequest, O as OperationMethods, d as OrgId, P as Paths, b as PathsDictionary, e as Pipeline, f as PipelineId, g as PipelineItem, h as PipelineRole, i as PipelineToken, S as SandboxRequest, j as SandboxToken } from '../sandbox.d-BdbOFzDu.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `sandbox.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const sandbox: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, sandbox };
|
package/dist/apis/sandbox.js
CHANGED
package/dist/apis/sharing.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkTZQFJ5GXcjs = require('../chunk-TZQFJ5GX.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/sharing.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkTZQFJ5GXcjs.require_sharing_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "sharing" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "sharing" }),
|
|
28
28
|
apiName: "sharing"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var sharing = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.sharing = sharing;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../sharing.d-sOXq-gtz.cjs';
|
|
4
|
+
export { A as AcceptOfferPayload, c as AssignRolePayload, a as Components, E as EntityResource, d as EntityResourceInput, e as OfferEntityPayload, f as OfferEntityResource, g as OfferEntityResourceInput, h as OfferStatus, i as OfferStatusEnum, O as OperationMethods, j as PartialEntity, k as PartnerEntitiesInput, l as PartnerEntityInput, m as PartnerOfferedEntitiesInput, n as PartnerSharingConfig, o as PartnerStatus, P as Paths, b as PathsDictionary, S as SearchSharingConfigurationsPayload, p as ShareChildEntityPayload, q as SharingEntityPayload, T as TemplateRoleGrant, U as UpdateSharingConfigurationPayload } from '../sharing.d-sOXq-gtz.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `sharing.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const sharing: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, sharing };
|
package/dist/apis/sharing.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
export { authorize } from '../
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
+
import { C as Client } from '../sharing.d-sOXq-gtz.js';
|
|
4
|
+
export { A as AcceptOfferPayload, c as AssignRolePayload, a as Components, E as EntityResource, d as EntityResourceInput, e as OfferEntityPayload, f as OfferEntityResource, g as OfferEntityResourceInput, h as OfferStatus, i as OfferStatusEnum, O as OperationMethods, j as PartialEntity, k as PartnerEntitiesInput, l as PartnerEntityInput, m as PartnerOfferedEntitiesInput, n as PartnerSharingConfig, o as PartnerStatus, P as Paths, b as PathsDictionary, S as SearchSharingConfigurationsPayload, p as ShareChildEntityPayload, q as SharingEntityPayload, T as TemplateRoleGrant, U as UpdateSharingConfigurationPayload } from '../sharing.d-sOXq-gtz.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
7
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
8
|
-
|
|
9
|
+
declare const getClient: () => Client;
|
|
9
10
|
/** Create a fresh client instance (not cached) */
|
|
10
|
-
|
|
11
|
+
declare const createClient: () => Client;
|
|
11
12
|
/**
|
|
12
13
|
* API handle — also exposes operations directly:
|
|
13
14
|
* `sharing.someOperation(...)` calls forwarded to lazy singleton
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
declare const sharing: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, sharing };
|
package/dist/apis/sharing.js
CHANGED
package/dist/apis/submission.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkWWOAKRNGcjs = require('../chunk-WWOAKRNG.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkC7GDYBXXcjs = require('../chunk-C7GDYBXX.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/submission.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkWWOAKRNGcjs.require_submission_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkC7GDYBXXcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: def, apiName: "submission" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkC7GDYBXXcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkC7GDYBXXcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "submission" }),
|
|
28
28
|
apiName: "submission"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var submission = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkC7GDYBXXcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.submission = submission;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
|
+
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
+
import { C as Client } from '../submission.d-BamwfhXw.cjs';
|
|
4
|
+
export { a as Components, O as OperationMethods, c as OptIn, P as Paths, b as PathsDictionary, S as S3Reference, d as SubmissionEntity, e as SubmissionNonce, f as SubmissionPayload } from '../submission.d-BamwfhXw.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
|
+
import 'axios';
|
|
7
|
+
|
|
8
|
+
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
|
+
declare const getClient: () => Client;
|
|
10
|
+
/** Create a fresh client instance (not cached) */
|
|
11
|
+
declare const createClient: () => Client;
|
|
12
|
+
/**
|
|
13
|
+
* API handle — also exposes operations directly:
|
|
14
|
+
* `submission.someOperation(...)` calls forwarded to lazy singleton
|
|
15
|
+
*/
|
|
16
|
+
declare const submission: ApiHandle<Client>;
|
|
17
|
+
|
|
18
|
+
export { Client, createClient, getClient, submission };
|