@epilot/sdk 2.0.0-beta.3 → 2.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/definitions/access-token-runtime.json +1 -0
- package/definitions/access-token.json +663 -0
- package/definitions/address-runtime.json +1 -0
- package/definitions/address-suggestions-runtime.json +1 -0
- package/definitions/address-suggestions.json +582 -0
- package/definitions/address.json +578 -0
- package/definitions/ai-agents-runtime.json +1 -0
- package/definitions/ai-agents.json +1711 -0
- package/definitions/app-runtime.json +1 -0
- package/definitions/app.json +4443 -0
- package/definitions/audit-logs-runtime.json +1 -0
- package/definitions/audit-logs.json +305 -0
- package/definitions/automation-runtime.json +1 -0
- package/definitions/automation.json +4850 -0
- package/definitions/billing-runtime.json +1 -0
- package/definitions/billing.json +837 -0
- package/definitions/blueprint-manifest-runtime.json +1 -0
- package/definitions/blueprint-manifest.json +3376 -0
- package/definitions/consent-runtime.json +1 -0
- package/definitions/consent.json +344 -0
- package/definitions/customer-portal-runtime.json +1 -0
- package/definitions/customer-portal.json +15000 -0
- package/definitions/dashboard-runtime.json +1 -0
- package/definitions/dashboard.json +484 -0
- package/definitions/data-management-runtime.json +1 -0
- package/definitions/data-management.json +962 -0
- package/definitions/deduplication-runtime.json +1 -0
- package/definitions/deduplication.json +183 -0
- package/definitions/design-runtime.json +1 -0
- package/definitions/design.json +1423 -0
- package/definitions/document-runtime.json +1 -0
- package/definitions/document.json +758 -0
- package/definitions/email-settings-runtime.json +1 -0
- package/definitions/email-settings.json +2627 -0
- package/definitions/email-template-runtime.json +1 -0
- package/definitions/email-template.json +1419 -0
- package/definitions/entity-mapping-runtime.json +1 -0
- package/definitions/entity-mapping.json +1642 -0
- package/definitions/entity-runtime.json +1 -0
- package/definitions/entity.json +10074 -0
- package/definitions/environments-runtime.json +1 -0
- package/definitions/environments.json +363 -0
- package/definitions/erp-integration-runtime.json +1 -0
- package/definitions/erp-integration.json +5845 -0
- package/definitions/event-catalog-runtime.json +1 -0
- package/definitions/event-catalog.json +1051 -0
- package/definitions/file-runtime.json +1 -0
- package/definitions/file.json +2842 -0
- package/definitions/iban-runtime.json +1 -0
- package/definitions/iban.json +132 -0
- package/definitions/journey-runtime.json +1 -0
- package/definitions/journey.json +2341 -0
- package/definitions/kanban-runtime.json +1 -0
- package/definitions/kanban.json +929 -0
- package/definitions/message-runtime.json +1 -0
- package/definitions/message.json +2660 -0
- package/definitions/metering-runtime.json +1 -0
- package/definitions/metering.json +2321 -0
- package/definitions/notes-runtime.json +1 -0
- package/definitions/notes.json +1531 -0
- package/definitions/notification-runtime.json +1 -0
- package/definitions/notification.json +1425 -0
- package/definitions/organization-runtime.json +1 -0
- package/definitions/organization.json +629 -0
- package/definitions/partner-directory-runtime.json +1 -0
- package/definitions/partner-directory.json +1718 -0
- package/definitions/permissions-runtime.json +1 -0
- package/definitions/permissions.json +1480 -0
- package/definitions/pricing-runtime.json +1 -0
- package/definitions/pricing-tier-runtime.json +1 -0
- package/definitions/pricing-tier.json +105 -0
- package/definitions/pricing.json +9884 -0
- package/definitions/purpose-runtime.json +1 -0
- package/definitions/purpose.json +524 -0
- package/definitions/sandbox-runtime.json +1 -0
- package/definitions/sandbox.json +453 -0
- package/definitions/submission-runtime.json +1 -0
- package/definitions/submission.json +313 -0
- package/definitions/targeting-runtime.json +1 -0
- package/definitions/targeting.json +1474 -0
- package/definitions/template-variables-runtime.json +1 -0
- package/definitions/template-variables.json +1408 -0
- package/definitions/user-runtime.json +1 -0
- package/definitions/user.json +2408 -0
- package/definitions/validation-rules-runtime.json +1 -0
- package/definitions/validation-rules.json +1491 -0
- package/definitions/webhooks-runtime.json +1 -0
- package/definitions/webhooks.json +1525 -0
- package/definitions/workflow-definition-runtime.json +1 -0
- package/definitions/workflow-definition.json +3417 -0
- package/definitions/workflow-runtime.json +1 -0
- package/definitions/workflow.json +4106 -0
- package/dist/{access-token.d-BuXO-21p.d.cts → access-token.d-CnmUTOlq.d.cts} +1 -1
- package/dist/{access-token.d-BuXO-21p.d.ts → access-token.d-CnmUTOlq.d.ts} +1 -1
- package/dist/{address-suggestions.d-Cay0qOfA.d.cts → address-suggestions.d-_YwTOR-9.d.cts} +1 -1
- package/dist/{address-suggestions.d-Cay0qOfA.d.ts → address-suggestions.d-_YwTOR-9.d.ts} +1 -1
- package/dist/{address.d-D-oZY0rk.d.cts → address.d-CwAPOVxa.d.cts} +1 -1
- package/dist/{address.d-D-oZY0rk.d.ts → address.d-CwAPOVxa.d.ts} +1 -1
- package/dist/{ai-agents.d-B4_CZTCP.d.cts → ai-agents.d-OkXfr2bz.d.cts} +1 -1
- package/dist/{ai-agents.d-B4_CZTCP.d.ts → ai-agents.d-OkXfr2bz.d.ts} +1 -1
- package/dist/apis/access-token.cjs +13 -84
- package/dist/apis/access-token.d.cts +3 -3
- package/dist/apis/access-token.d.ts +3 -3
- package/dist/apis/access-token.js +11 -82
- package/dist/apis/address-suggestions.cjs +13 -127
- package/dist/apis/address-suggestions.d.cts +3 -3
- package/dist/apis/address-suggestions.d.ts +3 -3
- package/dist/apis/address-suggestions.js +11 -125
- package/dist/apis/address.cjs +13 -79
- package/dist/apis/address.d.cts +3 -3
- package/dist/apis/address.d.ts +3 -3
- package/dist/apis/address.js +11 -77
- package/dist/apis/ai-agents.cjs +13 -210
- package/dist/apis/ai-agents.d.cts +3 -3
- package/dist/apis/ai-agents.d.ts +3 -3
- package/dist/apis/ai-agents.js +11 -208
- package/dist/apis/app.cjs +13 -568
- package/dist/apis/app.d.cts +3 -3
- package/dist/apis/app.d.ts +3 -3
- package/dist/apis/app.js +11 -566
- package/dist/apis/audit-logs.cjs +13 -50
- package/dist/apis/audit-logs.d.cts +3 -3
- package/dist/apis/audit-logs.d.ts +3 -3
- package/dist/apis/audit-logs.js +11 -48
- package/dist/apis/automation.cjs +13 -277
- package/dist/apis/automation.d.cts +3 -3
- package/dist/apis/automation.d.ts +3 -3
- package/dist/apis/automation.js +11 -275
- package/dist/apis/billing.cjs +13 -170
- package/dist/apis/billing.d.cts +3 -3
- package/dist/apis/billing.d.ts +3 -3
- package/dist/apis/billing.js +11 -168
- package/dist/apis/blueprint-manifest.cjs +13 -499
- package/dist/apis/blueprint-manifest.d.cts +3 -3
- package/dist/apis/blueprint-manifest.d.ts +3 -3
- package/dist/apis/blueprint-manifest.js +11 -497
- package/dist/apis/consent.cjs +13 -79
- package/dist/apis/consent.d.cts +3 -3
- package/dist/apis/consent.d.ts +3 -3
- package/dist/apis/consent.js +11 -77
- package/dist/apis/customer-portal.cjs +13 -2247
- package/dist/apis/customer-portal.d.cts +3 -3
- package/dist/apis/customer-portal.d.ts +3 -3
- package/dist/apis/customer-portal.js +11 -2245
- package/dist/apis/dashboard.cjs +13 -79
- package/dist/apis/dashboard.d.cts +3 -3
- package/dist/apis/dashboard.d.ts +3 -3
- package/dist/apis/dashboard.js +11 -77
- package/dist/apis/data-management.cjs +13 -235
- package/dist/apis/data-management.d.cts +3 -3
- package/dist/apis/data-management.d.ts +3 -3
- package/dist/apis/data-management.js +11 -233
- package/dist/apis/deduplication.cjs +13 -37
- package/dist/apis/deduplication.d.cts +3 -3
- package/dist/apis/deduplication.d.ts +3 -3
- package/dist/apis/deduplication.js +11 -35
- package/dist/apis/design.cjs +13 -214
- package/dist/apis/design.d.cts +3 -3
- package/dist/apis/design.d.ts +3 -3
- package/dist/apis/design.js +11 -212
- package/dist/apis/document.cjs +13 -73
- package/dist/apis/document.d.cts +3 -3
- package/dist/apis/document.d.ts +3 -3
- package/dist/apis/document.js +11 -71
- package/dist/apis/email-settings.cjs +13 -528
- package/dist/apis/email-settings.d.cts +3 -3
- package/dist/apis/email-settings.d.ts +3 -3
- package/dist/apis/email-settings.js +11 -526
- package/dist/apis/email-template.cjs +13 -117
- package/dist/apis/email-template.d.cts +3 -3
- package/dist/apis/email-template.d.ts +3 -3
- package/dist/apis/email-template.js +11 -115
- package/dist/apis/entity-mapping.cjs +13 -210
- package/dist/apis/entity-mapping.d.cts +3 -3
- package/dist/apis/entity-mapping.d.ts +3 -3
- package/dist/apis/entity-mapping.js +11 -208
- package/dist/apis/entity.cjs +13 -1595
- package/dist/apis/entity.d.cts +3 -3
- package/dist/apis/entity.d.ts +3 -3
- package/dist/apis/entity.js +11 -1593
- package/dist/apis/environments.cjs +13 -66
- package/dist/apis/environments.d.cts +3 -3
- package/dist/apis/environments.d.ts +3 -3
- package/dist/apis/environments.js +11 -64
- package/dist/apis/erp-integration.cjs +13 -581
- package/dist/apis/erp-integration.d.cts +3 -3
- package/dist/apis/erp-integration.d.ts +3 -3
- package/dist/apis/erp-integration.js +11 -579
- package/dist/apis/event-catalog.cjs +13 -125
- package/dist/apis/event-catalog.d.cts +3 -3
- package/dist/apis/event-catalog.d.ts +3 -3
- package/dist/apis/event-catalog.js +11 -123
- package/dist/apis/file.cjs +13 -568
- package/dist/apis/file.d.cts +3 -3
- package/dist/apis/file.d.ts +3 -3
- package/dist/apis/file.js +11 -566
- package/dist/apis/iban.cjs +13 -38
- package/dist/apis/iban.d.cts +3 -3
- package/dist/apis/iban.d.ts +3 -3
- package/dist/apis/iban.js +11 -36
- package/dist/apis/journey.cjs +13 -265
- package/dist/apis/journey.d.cts +3 -3
- package/dist/apis/journey.d.ts +3 -3
- package/dist/apis/journey.js +11 -263
- package/dist/apis/kanban.cjs +13 -159
- package/dist/apis/kanban.d.cts +3 -3
- package/dist/apis/kanban.d.ts +3 -3
- package/dist/apis/kanban.js +11 -157
- package/dist/apis/message.cjs +13 -668
- package/dist/apis/message.d.cts +3 -3
- package/dist/apis/message.d.ts +3 -3
- package/dist/apis/message.js +11 -666
- package/dist/apis/metering.cjs +13 -394
- package/dist/apis/metering.d.cts +3 -3
- package/dist/apis/metering.d.ts +3 -3
- package/dist/apis/metering.js +11 -392
- package/dist/apis/notes.cjs +13 -214
- package/dist/apis/notes.d.cts +3 -3
- package/dist/apis/notes.d.ts +3 -3
- package/dist/apis/notes.js +11 -212
- package/dist/apis/notification.cjs +13 -232
- package/dist/apis/notification.d.cts +3 -3
- package/dist/apis/notification.d.ts +3 -3
- package/dist/apis/notification.js +11 -230
- package/dist/apis/organization.cjs +13 -113
- package/dist/apis/organization.d.cts +3 -3
- package/dist/apis/organization.d.ts +3 -3
- package/dist/apis/organization.js +11 -111
- package/dist/apis/partner-directory.cjs +13 -277
- package/dist/apis/partner-directory.d.cts +3 -3
- package/dist/apis/partner-directory.d.ts +3 -3
- package/dist/apis/partner-directory.js +11 -275
- package/dist/apis/permissions.cjs +13 -173
- package/dist/apis/permissions.d.cts +3 -3
- package/dist/apis/permissions.d.ts +3 -3
- package/dist/apis/permissions.js +11 -171
- package/dist/apis/pricing-tier.cjs +14 -32
- package/dist/apis/pricing-tier.d.cts +3 -3
- package/dist/apis/pricing-tier.d.ts +3 -3
- package/dist/apis/pricing-tier.js +11 -29
- package/dist/apis/pricing.cjs +13 -434
- package/dist/apis/pricing.d.cts +3 -3
- package/dist/apis/pricing.d.ts +3 -3
- package/dist/apis/pricing.js +11 -432
- package/dist/apis/purpose.cjs +13 -175
- package/dist/apis/purpose.d.cts +3 -3
- package/dist/apis/purpose.d.ts +3 -3
- package/dist/apis/purpose.js +11 -173
- package/dist/apis/sandbox.cjs +13 -95
- package/dist/apis/sandbox.d.cts +3 -3
- package/dist/apis/sandbox.d.ts +3 -3
- package/dist/apis/sandbox.js +11 -93
- package/dist/apis/submission.cjs +13 -50
- package/dist/apis/submission.d.cts +3 -3
- package/dist/apis/submission.d.ts +3 -3
- package/dist/apis/submission.js +11 -48
- package/dist/apis/targeting.cjs +13 -270
- package/dist/apis/targeting.d.cts +3 -3
- package/dist/apis/targeting.d.ts +3 -3
- package/dist/apis/targeting.js +11 -268
- package/dist/apis/template-variables.cjs +13 -154
- package/dist/apis/template-variables.d.cts +3 -3
- package/dist/apis/template-variables.d.ts +3 -3
- package/dist/apis/template-variables.js +11 -152
- package/dist/apis/user.cjs +13 -483
- package/dist/apis/user.d.cts +3 -3
- package/dist/apis/user.d.ts +3 -3
- package/dist/apis/user.js +11 -481
- package/dist/apis/validation-rules.cjs +13 -115
- package/dist/apis/validation-rules.d.cts +3 -3
- package/dist/apis/validation-rules.d.ts +3 -3
- package/dist/apis/validation-rules.js +11 -113
- package/dist/apis/webhooks.cjs +13 -247
- package/dist/apis/webhooks.d.cts +3 -3
- package/dist/apis/webhooks.d.ts +3 -3
- package/dist/apis/webhooks.js +11 -245
- package/dist/apis/workflow-definition.cjs +13 -337
- package/dist/apis/workflow-definition.d.cts +3 -3
- package/dist/apis/workflow-definition.d.ts +3 -3
- package/dist/apis/workflow-definition.js +11 -335
- package/dist/apis/workflow.cjs +13 -397
- package/dist/apis/workflow.d.cts +3 -3
- package/dist/apis/workflow.d.ts +3 -3
- package/dist/apis/workflow.js +11 -395
- package/dist/{app.d-BKyfin-q.d.cts → app.d-Dr03n4J4.d.cts} +1 -1
- package/dist/{app.d-BKyfin-q.d.ts → app.d-Dr03n4J4.d.ts} +1 -1
- package/dist/{audit-logs.d-19BKb-ur.d.cts → audit-logs.d-BRToFqeX.d.cts} +1 -1
- package/dist/{audit-logs.d-19BKb-ur.d.ts → audit-logs.d-BRToFqeX.d.ts} +1 -1
- package/dist/{automation.d-DKl2VtnW.d.cts → automation.d-sRCRiHKf.d.cts} +1 -1
- package/dist/{automation.d-DKl2VtnW.d.ts → automation.d-sRCRiHKf.d.ts} +1 -1
- package/dist/{billing.d-58fUMBqj.d.cts → billing.d-Bs8Ku9qE.d.cts} +1 -1
- package/dist/{billing.d-58fUMBqj.d.ts → billing.d-Bs8Ku9qE.d.ts} +1 -1
- package/dist/{blueprint-manifest.d-Bu1GyXFW.d.cts → blueprint-manifest.d-CEWRdF3i.d.cts} +1 -1
- package/dist/{blueprint-manifest.d-Bu1GyXFW.d.ts → blueprint-manifest.d-CEWRdF3i.d.ts} +1 -1
- package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
- package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
- package/dist/{consent.d-CQ88IEj0.d.cts → consent.d-C2PROHhX.d.cts} +1 -1
- package/dist/{consent.d-CQ88IEj0.d.ts → consent.d-C2PROHhX.d.ts} +1 -1
- package/dist/{customer-portal.d-EyndRWh6.d.cts → customer-portal.d-D7cJvhBK.d.cts} +1 -1
- package/dist/{customer-portal.d-EyndRWh6.d.ts → customer-portal.d-D7cJvhBK.d.ts} +1 -1
- package/dist/{dashboard.d-AE3RQ6zo.d.cts → dashboard.d-CsGcA74I.d.cts} +1 -1
- package/dist/{dashboard.d-AE3RQ6zo.d.ts → dashboard.d-CsGcA74I.d.ts} +1 -1
- package/dist/{data-management.d-CNExsqJQ.d.cts → data-management.d-pnuiRU2h.d.cts} +1 -1
- package/dist/{data-management.d-CNExsqJQ.d.ts → data-management.d-pnuiRU2h.d.ts} +1 -1
- package/dist/{deduplication.d-DCeJzdbM.d.cts → deduplication.d-w_2aJD5f.d.cts} +1 -1
- package/dist/{deduplication.d-DCeJzdbM.d.ts → deduplication.d-w_2aJD5f.d.ts} +1 -1
- package/dist/{design.d-CkwgJ78Z.d.cts → design.d-eA-irKEX.d.cts} +1 -1
- package/dist/{design.d-CkwgJ78Z.d.ts → design.d-eA-irKEX.d.ts} +1 -1
- package/dist/{document.d-Y8i32qNV.d.cts → document.d-DN37pjdx.d.cts} +1 -1
- package/dist/{document.d-Y8i32qNV.d.ts → document.d-DN37pjdx.d.ts} +1 -1
- package/dist/{email-settings.d-CPAsRFWN.d.cts → email-settings.d-BXxYjVDr.d.cts} +1 -1
- package/dist/{email-settings.d-CPAsRFWN.d.ts → email-settings.d-BXxYjVDr.d.ts} +1 -1
- package/dist/{email-template.d-CQqiCN0N.d.cts → email-template.d-BeqkDHtk.d.cts} +1 -1
- package/dist/{email-template.d-CQqiCN0N.d.ts → email-template.d-BeqkDHtk.d.ts} +1 -1
- package/dist/{entity-mapping.d-DiqXqJWb.d.cts → entity-mapping.d-DKSW3sfy.d.cts} +1 -1
- package/dist/{entity-mapping.d-DiqXqJWb.d.ts → entity-mapping.d-DKSW3sfy.d.ts} +1 -1
- package/dist/{entity.d-BtT4mdq4.d.cts → entity.d-CrtZaZr8.d.cts} +1 -1
- package/dist/{entity.d-BtT4mdq4.d.ts → entity.d-CrtZaZr8.d.ts} +1 -1
- package/dist/{environments.d-C1xIs8N2.d.cts → environments.d-H3LK_KuH.d.cts} +1 -1
- package/dist/{environments.d-C1xIs8N2.d.ts → environments.d-H3LK_KuH.d.ts} +1 -1
- package/dist/{erp-integration.d-CNLzgl4L.d.cts → erp-integration.d-3LmxMirP.d.cts} +1 -1
- package/dist/{erp-integration.d-CNLzgl4L.d.ts → erp-integration.d-3LmxMirP.d.ts} +1 -1
- package/dist/{event-catalog.d-DW1dOyVh.d.cts → event-catalog.d-ENw6HO-w.d.cts} +1 -1
- package/dist/{event-catalog.d-DW1dOyVh.d.ts → event-catalog.d-ENw6HO-w.d.ts} +1 -1
- package/dist/{file.d-Bpdt2ORN.d.cts → file.d-DcTJxjp7.d.cts} +1 -1
- package/dist/{file.d-Bpdt2ORN.d.ts → file.d-DcTJxjp7.d.ts} +1 -1
- package/dist/{iban.d-3_7FEsbx.d.cts → iban.d-BwdiGbxi.d.cts} +1 -1
- package/dist/{iban.d-3_7FEsbx.d.ts → iban.d-BwdiGbxi.d.ts} +1 -1
- package/dist/index.cjs +56 -54
- package/dist/index.d.cts +46 -46
- package/dist/index.d.ts +46 -46
- package/dist/index.js +53 -51
- package/dist/{journey.d-C2lgynUF.d.cts → journey.d-DkBvO_Wa.d.cts} +1 -1
- package/dist/{journey.d-C2lgynUF.d.ts → journey.d-DkBvO_Wa.d.ts} +1 -1
- package/dist/{kanban.d-DYVjUQ_S.d.cts → kanban.d-DUClxyBG.d.cts} +1 -1
- package/dist/{kanban.d-DYVjUQ_S.d.ts → kanban.d-DUClxyBG.d.ts} +1 -1
- package/dist/{message.d-TAVDRlDJ.d.cts → message.d-YEv1kmQd.d.cts} +1 -1
- package/dist/{message.d-TAVDRlDJ.d.ts → message.d-YEv1kmQd.d.ts} +1 -1
- package/dist/{metering.d-qyYaAU-O.d.cts → metering.d-DvtPv7wk.d.cts} +1 -1
- package/dist/{metering.d-qyYaAU-O.d.ts → metering.d-DvtPv7wk.d.ts} +1 -1
- package/dist/{notes.d-CDyIbegf.d.cts → notes.d-BC-scR42.d.cts} +1 -1
- package/dist/{notes.d-CDyIbegf.d.ts → notes.d-BC-scR42.d.ts} +1 -1
- package/dist/{notification.d-B7ccbaPr.d.cts → notification.d-BfBL3lga.d.cts} +1 -1
- package/dist/{notification.d-B7ccbaPr.d.ts → notification.d-BfBL3lga.d.ts} +1 -1
- package/dist/{organization.d-BxZWnh8L.d.cts → organization.d-BOLK3v9o.d.cts} +1 -1
- package/dist/{organization.d-BxZWnh8L.d.ts → organization.d-BOLK3v9o.d.ts} +1 -1
- package/dist/{partner-directory.d-CzKV3WfP.d.cts → partner-directory.d-CRNkDF8q.d.cts} +1 -1
- package/dist/{partner-directory.d-CzKV3WfP.d.ts → partner-directory.d-CRNkDF8q.d.ts} +1 -1
- package/dist/{permissions.d-lVoPAfl3.d.cts → permissions.d-BHB1FFS5.d.cts} +1 -1
- package/dist/{permissions.d-lVoPAfl3.d.ts → permissions.d-BHB1FFS5.d.ts} +1 -1
- package/dist/{pricing-tier.d-BW2cZt1w.d.cts → pricing-tier.d-Cg0jl6n_.d.cts} +1 -1
- package/dist/{pricing-tier.d-BW2cZt1w.d.ts → pricing-tier.d-Cg0jl6n_.d.ts} +1 -1
- package/dist/{pricing.d-Ehb2JuKY.d.cts → pricing.d-Cv39plGm.d.cts} +1 -1
- package/dist/{pricing.d-Ehb2JuKY.d.ts → pricing.d-Cv39plGm.d.ts} +1 -1
- package/dist/{purpose.d-BVxst611.d.cts → purpose.d-CbIYfTua.d.cts} +1 -1
- package/dist/{purpose.d-BVxst611.d.ts → purpose.d-CbIYfTua.d.ts} +1 -1
- package/dist/{sandbox.d-tRO2movo.d.cts → sandbox.d-BdbOFzDu.d.cts} +1 -1
- package/dist/{sandbox.d-tRO2movo.d.ts → sandbox.d-BdbOFzDu.d.ts} +1 -1
- package/dist/{submission.d-CSll5Km9.d.cts → submission.d-BamwfhXw.d.cts} +1 -1
- package/dist/{submission.d-CSll5Km9.d.ts → submission.d-BamwfhXw.d.ts} +1 -1
- package/dist/{targeting.d-CDxIsOWy.d.cts → targeting.d-BNmcVsNS.d.cts} +1 -1
- package/dist/{targeting.d-CDxIsOWy.d.ts → targeting.d-BNmcVsNS.d.ts} +1 -1
- package/dist/{template-variables.d-PwA27Ocv.d.cts → template-variables.d-Ch3H3zYf.d.cts} +1 -1
- package/dist/{template-variables.d-PwA27Ocv.d.ts → template-variables.d-Ch3H3zYf.d.ts} +1 -1
- package/dist/{user.d-DJBp6aX5.d.cts → user.d-CXqM751M.d.cts} +1 -1
- package/dist/{user.d-DJBp6aX5.d.ts → user.d-CXqM751M.d.ts} +1 -1
- package/dist/{validation-rules.d-CScjNdxD.d.cts → validation-rules.d-Db5c5zTf.d.cts} +1 -1
- package/dist/{validation-rules.d-CScjNdxD.d.ts → validation-rules.d-Db5c5zTf.d.ts} +1 -1
- package/dist/{webhooks.d-C_MQSJEB.d.cts → webhooks.d-CUNJrltY.d.cts} +1 -1
- package/dist/{webhooks.d-C_MQSJEB.d.ts → webhooks.d-CUNJrltY.d.ts} +1 -1
- package/dist/{workflow-definition.d-CFXrp2Hg.d.cts → workflow-definition.d-CE3kk9gl.d.cts} +1 -1
- package/dist/{workflow-definition.d-CFXrp2Hg.d.ts → workflow-definition.d-CE3kk9gl.d.ts} +1 -1
- package/dist/{workflow.d-BIWtgMyP.d.cts → workflow.d-EPa2OdVW.d.cts} +1 -1
- package/dist/{workflow.d-BIWtgMyP.d.ts → workflow.d-EPa2OdVW.d.ts} +1 -1
- package/package.json +192 -3
package/dist/apis/workflow.js
CHANGED
|
@@ -2,411 +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/workflow.json
|
|
9
|
-
var
|
|
10
|
-
"src/definitions/workflow.json"(exports, module) {
|
|
11
|
-
module.exports = {
|
|
12
|
-
openapi: "3.0.0",
|
|
13
|
-
info: {
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
servers: [
|
|
18
|
-
{
|
|
19
|
-
url: "https://workflows-execution.sls.epilot.io"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
paths: {
|
|
23
|
-
"/v1/workflows/executions": {
|
|
24
|
-
get: {
|
|
25
|
-
operationId: "getExecutions",
|
|
26
|
-
parameters: [
|
|
27
|
-
{
|
|
28
|
-
in: "query",
|
|
29
|
-
name: "context",
|
|
30
|
-
required: false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
in: "query",
|
|
34
|
-
name: "schema",
|
|
35
|
-
required: false
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
responses: {}
|
|
39
|
-
},
|
|
40
|
-
post: {
|
|
41
|
-
operationId: "createExecution",
|
|
42
|
-
requestBody: {
|
|
43
|
-
required: true,
|
|
44
|
-
content: {
|
|
45
|
-
"application/json": {}
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
responses: {}
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"/v1/workflows/executions/{executionId}": {
|
|
52
|
-
get: {
|
|
53
|
-
operationId: "getExecution",
|
|
54
|
-
parameters: [
|
|
55
|
-
{
|
|
56
|
-
in: "path",
|
|
57
|
-
name: "executionId",
|
|
58
|
-
required: true
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
responses: {}
|
|
62
|
-
},
|
|
63
|
-
patch: {
|
|
64
|
-
operationId: "updateExecution",
|
|
65
|
-
parameters: [
|
|
66
|
-
{
|
|
67
|
-
in: "path",
|
|
68
|
-
name: "executionId",
|
|
69
|
-
required: true
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
requestBody: {
|
|
73
|
-
required: true,
|
|
74
|
-
content: {
|
|
75
|
-
"application/json": {}
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
responses: {}
|
|
79
|
-
},
|
|
80
|
-
delete: {
|
|
81
|
-
operationId: "deleteExecution",
|
|
82
|
-
parameters: [
|
|
83
|
-
{
|
|
84
|
-
in: "path",
|
|
85
|
-
name: "executionId",
|
|
86
|
-
required: true
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
responses: {}
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"/v1/workflows/executions/{executionId}/steps": {
|
|
93
|
-
post: {
|
|
94
|
-
operationId: "createStep",
|
|
95
|
-
parameters: [
|
|
96
|
-
{
|
|
97
|
-
in: "path",
|
|
98
|
-
name: "executionId",
|
|
99
|
-
required: true
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
requestBody: {
|
|
103
|
-
required: true,
|
|
104
|
-
content: {
|
|
105
|
-
"application/json": {}
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
responses: {}
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"/v1/workflows/executions/{executionId}/steps/{stepId}": {
|
|
112
|
-
patch: {
|
|
113
|
-
operationId: "updateStep",
|
|
114
|
-
parameters: [
|
|
115
|
-
{
|
|
116
|
-
in: "path",
|
|
117
|
-
name: "executionId",
|
|
118
|
-
required: true
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
in: "path",
|
|
122
|
-
name: "stepId",
|
|
123
|
-
required: true
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
requestBody: {
|
|
127
|
-
required: true,
|
|
128
|
-
content: {
|
|
129
|
-
"application/json": {}
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
responses: {}
|
|
133
|
-
},
|
|
134
|
-
delete: {
|
|
135
|
-
operationId: "deleteStep",
|
|
136
|
-
parameters: [
|
|
137
|
-
{
|
|
138
|
-
in: "path",
|
|
139
|
-
name: "executionId",
|
|
140
|
-
required: true
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
in: "path",
|
|
144
|
-
name: "stepId",
|
|
145
|
-
required: true
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
responses: {}
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
"/v1/workflows/executions/search": {
|
|
152
|
-
post: {
|
|
153
|
-
deprecated: true,
|
|
154
|
-
operationId: "searchExecutions",
|
|
155
|
-
requestBody: {
|
|
156
|
-
required: true,
|
|
157
|
-
content: {
|
|
158
|
-
"application/json": {}
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
responses: {}
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
"/v1/workflows/executions/steps/search": {
|
|
165
|
-
post: {
|
|
166
|
-
deprecated: true,
|
|
167
|
-
operationId: "searchSteps",
|
|
168
|
-
requestBody: {
|
|
169
|
-
required: true,
|
|
170
|
-
content: {
|
|
171
|
-
"application/json": {}
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
responses: {}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"/v1/workflows/executions/{executionId}/closing-reasons": {
|
|
178
|
-
get: {
|
|
179
|
-
operationId: "getClosingReasonExecution",
|
|
180
|
-
parameters: [
|
|
181
|
-
{
|
|
182
|
-
in: "path",
|
|
183
|
-
name: "executionId",
|
|
184
|
-
required: true
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
responses: {}
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
"/v2/flows/executions": {
|
|
191
|
-
post: {
|
|
192
|
-
operationId: "startFlowExecution",
|
|
193
|
-
requestBody: {
|
|
194
|
-
required: true,
|
|
195
|
-
content: {
|
|
196
|
-
"application/json": {}
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
responses: {}
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"/v2/flows/executions/{execution_id}": {
|
|
203
|
-
get: {
|
|
204
|
-
operationId: "getFlowExecution",
|
|
205
|
-
parameters: [
|
|
206
|
-
{
|
|
207
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
responses: {}
|
|
211
|
-
},
|
|
212
|
-
patch: {
|
|
213
|
-
operationId: "patchFlowExecution",
|
|
214
|
-
parameters: [
|
|
215
|
-
{
|
|
216
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
217
|
-
}
|
|
218
|
-
],
|
|
219
|
-
requestBody: {
|
|
220
|
-
required: true,
|
|
221
|
-
content: {
|
|
222
|
-
"application/json": {}
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
responses: {}
|
|
226
|
-
},
|
|
227
|
-
delete: {
|
|
228
|
-
operationId: "deleteFlowExecution",
|
|
229
|
-
parameters: [
|
|
230
|
-
{
|
|
231
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
$ref: "#/components/parameters/SoftDeleteParam"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
responses: {}
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
"/v2/flows/executions:search": {
|
|
241
|
-
post: {
|
|
242
|
-
operationId: "searchFlowExecutions",
|
|
243
|
-
requestBody: {
|
|
244
|
-
required: true,
|
|
245
|
-
content: {
|
|
246
|
-
"application/json": {}
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
responses: {}
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
"/v2/flows/executions/{execution_id}/tasks/{task_id}": {
|
|
253
|
-
patch: {
|
|
254
|
-
operationId: "patchTask",
|
|
255
|
-
parameters: [
|
|
256
|
-
{
|
|
257
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
$ref: "#/components/parameters/TaskIdParam"
|
|
261
|
-
}
|
|
262
|
-
],
|
|
263
|
-
requestBody: {
|
|
264
|
-
required: true,
|
|
265
|
-
content: {
|
|
266
|
-
"application/json": {}
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
responses: {}
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"/v2/flows/executions/{execution_id}/tasks/{task_id}/automation:run": {
|
|
273
|
-
post: {
|
|
274
|
-
operationId: "runTaskAutomation",
|
|
275
|
-
parameters: [
|
|
276
|
-
{
|
|
277
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
$ref: "#/components/parameters/TaskIdParam"
|
|
281
|
-
}
|
|
282
|
-
],
|
|
283
|
-
responses: {}
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"/v2/flows/executions/{execution_id}/tasks/{task_id}/execute": {
|
|
287
|
-
post: {
|
|
288
|
-
operationId: "executeTask",
|
|
289
|
-
parameters: [
|
|
290
|
-
{
|
|
291
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
$ref: "#/components/parameters/TaskIdParam"
|
|
295
|
-
}
|
|
296
|
-
],
|
|
297
|
-
responses: {}
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"/v2/flows/executions/{execution_id}/phases/{phase_id}": {
|
|
301
|
-
patch: {
|
|
302
|
-
operationId: "patchPhase",
|
|
303
|
-
parameters: [
|
|
304
|
-
{
|
|
305
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
$ref: "#/components/parameters/PhaseIdParam"
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
requestBody: {
|
|
312
|
-
required: true,
|
|
313
|
-
content: {
|
|
314
|
-
"application/json": {}
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
responses: {}
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
"/v2/flows/executions/{execution_id}/tasks": {
|
|
321
|
-
post: {
|
|
322
|
-
operationId: "addTask",
|
|
323
|
-
parameters: [
|
|
324
|
-
{
|
|
325
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
requestBody: {
|
|
329
|
-
required: true,
|
|
330
|
-
content: {
|
|
331
|
-
"application/json": {}
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
responses: {}
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"/v2/flows/executions/{execution_id}/tasks/{task_id}/schedule": {
|
|
338
|
-
delete: {
|
|
339
|
-
operationId: "cancelTaskSchedule",
|
|
340
|
-
parameters: [
|
|
341
|
-
{
|
|
342
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
$ref: "#/components/parameters/TaskIdParam"
|
|
346
|
-
}
|
|
347
|
-
],
|
|
348
|
-
responses: {}
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"/v2/flows/executions/{execution_id}/schedules/{schedule_id}": {
|
|
352
|
-
post: {
|
|
353
|
-
operationId: "cancelSchedule",
|
|
354
|
-
deprecated: true,
|
|
355
|
-
parameters: [
|
|
356
|
-
{
|
|
357
|
-
$ref: "#/components/parameters/ExecutionIdParam"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
$ref: "#/components/parameters/ScheduleIdParam"
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
responses: {}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
components: {
|
|
368
|
-
parameters: {
|
|
369
|
-
ExecutionIdParam: {
|
|
370
|
-
in: "path",
|
|
371
|
-
name: "execution_id",
|
|
372
|
-
required: true
|
|
373
|
-
},
|
|
374
|
-
TaskIdParam: {
|
|
375
|
-
in: "path",
|
|
376
|
-
name: "task_id",
|
|
377
|
-
required: true
|
|
378
|
-
},
|
|
379
|
-
PhaseIdParam: {
|
|
380
|
-
in: "path",
|
|
381
|
-
name: "phase_id",
|
|
382
|
-
required: true
|
|
383
|
-
},
|
|
384
|
-
ScheduleIdParam: {
|
|
385
|
-
in: "path",
|
|
386
|
-
name: "schedule_id",
|
|
387
|
-
required: true
|
|
388
|
-
},
|
|
389
|
-
SoftDeleteParam: {
|
|
390
|
-
in: "query",
|
|
391
|
-
name: "soft",
|
|
392
|
-
required: false
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
};
|
|
9
|
+
// src/definitions/workflow-runtime.json
|
|
10
|
+
var require_workflow_runtime = __commonJS({
|
|
11
|
+
"src/definitions/workflow-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://workflows-execution.sls.epilot.io", o: [["getExecutions", "get", "/v1/workflows/executions", [["context", "q"], ["schema", "q"]]], ["createExecution", "post", "/v1/workflows/executions", null, 1], ["getExecution", "get", "/v1/workflows/executions/{executionId}", [["executionId", "p", true]]], ["updateExecution", "patch", "/v1/workflows/executions/{executionId}", [["executionId", "p", true]], 1], ["deleteExecution", "delete", "/v1/workflows/executions/{executionId}", [["executionId", "p", true]]], ["createStep", "post", "/v1/workflows/executions/{executionId}/steps", [["executionId", "p", true]], 1], ["updateStep", "patch", "/v1/workflows/executions/{executionId}/steps/{stepId}", [["executionId", "p", true], ["stepId", "p", true]], 1], ["deleteStep", "delete", "/v1/workflows/executions/{executionId}/steps/{stepId}", [["executionId", "p", true], ["stepId", "p", true]]], ["searchExecutions", "post", "/v1/workflows/executions/search", null, 1], ["searchSteps", "post", "/v1/workflows/executions/steps/search", null, 1], ["getClosingReasonExecution", "get", "/v1/workflows/executions/{executionId}/closing-reasons", [["executionId", "p", true]]], ["startFlowExecution", "post", "/v2/flows/executions", null, 1], ["getFlowExecution", "get", "/v2/flows/executions/{execution_id}", [["ExecutionIdParam"]]], ["patchFlowExecution", "patch", "/v2/flows/executions/{execution_id}", [["ExecutionIdParam"]], 1], ["deleteFlowExecution", "delete", "/v2/flows/executions/{execution_id}", [["ExecutionIdParam"], ["SoftDeleteParam"]]], ["searchFlowExecutions", "post", "/v2/flows/executions:search", null, 1], ["patchTask", "patch", "/v2/flows/executions/{execution_id}/tasks/{task_id}", [["ExecutionIdParam"], ["TaskIdParam"]], 1], ["runTaskAutomation", "post", "/v2/flows/executions/{execution_id}/tasks/{task_id}/automation:run", [["ExecutionIdParam"], ["TaskIdParam"]]], ["executeTask", "post", "/v2/flows/executions/{execution_id}/tasks/{task_id}/execute", [["ExecutionIdParam"], ["TaskIdParam"]]], ["patchPhase", "patch", "/v2/flows/executions/{execution_id}/phases/{phase_id}", [["ExecutionIdParam"], ["PhaseIdParam"]], 1], ["addTask", "post", "/v2/flows/executions/{execution_id}/tasks", [["ExecutionIdParam"]], 1], ["cancelTaskSchedule", "delete", "/v2/flows/executions/{execution_id}/tasks/{task_id}/schedule", [["ExecutionIdParam"], ["TaskIdParam"]]], ["cancelSchedule", "post", "/v2/flows/executions/{execution_id}/schedules/{schedule_id}", [["ExecutionIdParam"], ["ScheduleIdParam"]]]], v: "3.0.0", cp: { ExecutionIdParam: ["execution_id", "p", true], TaskIdParam: ["task_id", "p", true], PhaseIdParam: ["phase_id", "p", true], ScheduleIdParam: ["schedule_id", "p", true], SoftDeleteParam: ["soft", "q"] } };
|
|
397
13
|
}
|
|
398
14
|
});
|
|
399
15
|
|
|
400
16
|
// src/apis/workflow.ts
|
|
401
17
|
var loadDefinition = () => {
|
|
402
|
-
const mod =
|
|
403
|
-
return mod.default ?? mod;
|
|
18
|
+
const mod = require_workflow_runtime();
|
|
19
|
+
return expand(mod.default ?? mod);
|
|
404
20
|
};
|
|
405
21
|
var _instance = null;
|
|
406
22
|
var resolve = () => {
|
|
407
23
|
if (!_instance) {
|
|
408
|
-
const
|
|
409
|
-
_instance = createApiClient({ definition });
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = createApiClient({ definition: def });
|
|
410
26
|
}
|
|
411
27
|
return _instance;
|
|
412
28
|
};
|
|
@@ -3366,4 +3366,4 @@ type SandboxCustomActionConfig = Components.Schemas.SandboxCustomActionConfig;
|
|
|
3366
3366
|
type TextArg = Components.Schemas.TextArg;
|
|
3367
3367
|
type TranslatedString = Components.Schemas.TranslatedString;
|
|
3368
3368
|
|
|
3369
|
-
export type
|
|
3369
|
+
export { type PortalExtensionComponent as $, type Actor as A, type BaseComponent as B, type Client as C, type ExternalIntegrationCustomActionConfig as D, type EnumArg as E, type ExternalProductCatalogAuthBlock as F, type ExternalProductCatalogComponent as G, type ExternalProductCatalogConfig as H, type ExternalProductCatalogHookProductRecommendations as I, type ExternalProductCatalogHookProducts as J, type Grants as K, type Installation as L, type JourneyBlockComponent as M, type JourneyBlockComponentArgs as N, type OperationMethods as O, Paths as P, type JourneyBlockConfig as Q, type NotificationConfig as R, type NotificationEvent as S, type Option as T, type Options as U, type OptionsRef as V, type OverrideDevMode as W, type PortalBlockComponent as X, type PortalBlockConfig as Y, type PortalBlockSurfaceConfig as Z, type PortalExtensionAuthBlock as _, Components as a, type PortalExtensionConfig as a0, type PortalExtensionHookConsumptionDataRetrieval as a1, type PortalExtensionHookContractIdentification as a2, type PortalExtensionHookCostDataRetrieval as a3, type PortalExtensionHookMeterReadingPlausibilityCheck as a4, type PortalExtensionHookPriceDataRetrieval as a5, type PortalExtensionHookRegistrationIdentifiersCheck as a6, type PortalExtensionSeamlessLink as a7, type Pricing as a8, type PublicConfiguration as a9, type RawEvents as aa, type Review as ab, type Role as ac, type S3Reference as ad, type SandboxCustomActionConfig as ae, type TextArg as af, type TranslatedString as ag, type PathsDictionary as b, type AggregatedEvents as c, type AppBridgeSurfaceConfig as d, type AppEventData as e, type Audit as f, type Author as g, type BaseComponentCommon as h, type BaseCustomActionConfig as i, type BatchEventRequest as j, type BillingFrequency as k, type BlueprintRef as l, type BooleanArg as m, type CallerIdentity as n, type ComponentType as o, type Configuration as p, type ConfigurationMetadata as q, type ConfigurationVersion as r, type CustomCapabilityComponent as s, type CustomFlowActionComponent as t, type CustomFlowConfig as u, type CustomPageComponent as v, type CustomPageConfig as w, type ErpInformToolkitComponent as x, type EventsQuery as y, type EventsQueryResponse as z };
|
|
@@ -3366,4 +3366,4 @@ type SandboxCustomActionConfig = Components.Schemas.SandboxCustomActionConfig;
|
|
|
3366
3366
|
type TextArg = Components.Schemas.TextArg;
|
|
3367
3367
|
type TranslatedString = Components.Schemas.TranslatedString;
|
|
3368
3368
|
|
|
3369
|
-
export type
|
|
3369
|
+
export { type PortalExtensionComponent as $, type Actor as A, type BaseComponent as B, type Client as C, type ExternalIntegrationCustomActionConfig as D, type EnumArg as E, type ExternalProductCatalogAuthBlock as F, type ExternalProductCatalogComponent as G, type ExternalProductCatalogConfig as H, type ExternalProductCatalogHookProductRecommendations as I, type ExternalProductCatalogHookProducts as J, type Grants as K, type Installation as L, type JourneyBlockComponent as M, type JourneyBlockComponentArgs as N, type OperationMethods as O, Paths as P, type JourneyBlockConfig as Q, type NotificationConfig as R, type NotificationEvent as S, type Option as T, type Options as U, type OptionsRef as V, type OverrideDevMode as W, type PortalBlockComponent as X, type PortalBlockConfig as Y, type PortalBlockSurfaceConfig as Z, type PortalExtensionAuthBlock as _, Components as a, type PortalExtensionConfig as a0, type PortalExtensionHookConsumptionDataRetrieval as a1, type PortalExtensionHookContractIdentification as a2, type PortalExtensionHookCostDataRetrieval as a3, type PortalExtensionHookMeterReadingPlausibilityCheck as a4, type PortalExtensionHookPriceDataRetrieval as a5, type PortalExtensionHookRegistrationIdentifiersCheck as a6, type PortalExtensionSeamlessLink as a7, type Pricing as a8, type PublicConfiguration as a9, type RawEvents as aa, type Review as ab, type Role as ac, type S3Reference as ad, type SandboxCustomActionConfig as ae, type TextArg as af, type TranslatedString as ag, type PathsDictionary as b, type AggregatedEvents as c, type AppBridgeSurfaceConfig as d, type AppEventData as e, type Audit as f, type Author as g, type BaseComponentCommon as h, type BaseCustomActionConfig as i, type BatchEventRequest as j, type BillingFrequency as k, type BlueprintRef as l, type BooleanArg as m, type CallerIdentity as n, type ComponentType as o, type Configuration as p, type ConfigurationMetadata as q, type ConfigurationVersion as r, type CustomCapabilityComponent as s, type CustomFlowActionComponent as t, type CustomFlowConfig as u, type CustomPageComponent as v, type CustomPageConfig as w, type ErpInformToolkitComponent as x, type EventsQuery as y, type EventsQueryResponse as z };
|
|
@@ -284,4 +284,4 @@ type Event = Components.Schemas.Event;
|
|
|
284
284
|
type HttpContext = Components.Schemas.HttpContext;
|
|
285
285
|
type SearchOptions = Components.Schemas.SearchOptions;
|
|
286
286
|
|
|
287
|
-
export type
|
|
287
|
+
export { type Client as C, type Event as E, type HttpContext as H, type OperationMethods as O, Paths as P, type SearchOptions as S, Components as a, type PathsDictionary as b, type Caller as c };
|
|
@@ -284,4 +284,4 @@ type Event = Components.Schemas.Event;
|
|
|
284
284
|
type HttpContext = Components.Schemas.HttpContext;
|
|
285
285
|
type SearchOptions = Components.Schemas.SearchOptions;
|
|
286
286
|
|
|
287
|
-
export type
|
|
287
|
+
export { type Client as C, type Event as E, type HttpContext as H, type OperationMethods as O, Paths as P, type SearchOptions as S, Components as a, type PathsDictionary as b, type Caller as c };
|
|
@@ -4917,4 +4917,4 @@ type WorkflowContext = Components.Schemas.WorkflowContext;
|
|
|
4917
4917
|
type WorkflowContextRole = Components.Schemas.WorkflowContextRole;
|
|
4918
4918
|
type WorkflowExecutionContext = Components.Schemas.WorkflowExecutionContext;
|
|
4919
4919
|
|
|
4920
|
-
export type
|
|
4920
|
+
export { type EqualsIgnoreCaseCondition as $, type ActionCondition as A, type BulkTriggerJob as B, type Client as C, type CancellationReason as D, type CartCheckoutAction as E, type CartCheckoutActionConfig as F, type CartCheckoutConfig as G, type Comparison as H, type ConditionStatement as I, type CopyValueMapper as J, type CreateDocumentAction as K, type CreateDocumentActionConfig as L, type CreateDocumentConfig as M, type CustomAction as N, type OperationMethods as O, Paths as P, type DiffAdded as Q, type DiffDeleted as R, type DiffUpdated as S, type EntityId as T, type EntityItemSnapshot as U, type EntityManualTrigger as V, type EntityOperation as W, type EntityOperationTrigger as X, type EntityRef as Y, type EntitySearchFilter as Z, type EntitySearchFilterValue as _, Components as a, type TriggerEventMessaging as a$, type ErrorCode as a0, type ErrorDetail as a1, type ErrorObject as a2, type ErrorOutput as a3, type ExecItem as a4, type ExecutionChain as a5, type ExecutionStatus as a6, type ExistsCondition as a7, type FilterConditionOnEvent as a8, type FlowExecutionCancelAction as a9, type PatchBulkJobRequest as aA, type PrefixCondition as aB, type PrimitiveJSONValue as aC, type ReceivedEmailTrigger as aD, type RelationAttribute as aE, type ResumeReq as aF, type ResumeResp as aG, type ResumeToken as aH, type RetryReq as aI, type RetryStrategy as aJ, type SearchAutomationsResp as aK, type SendEmailAction as aL, type SendEmailActionConfig as aM, type SendEmailCondition as aN, type SendEmailConfig as aO, type SetValueMapper as aP, type StartExecutionRequest as aQ, type SuffixCondition as aR, type TriggerCondition as aS, type TriggerContext as aT, type TriggerEventAction as aU, type TriggerEventActionConfig as aV, type TriggerEventConfig as aW, type TriggerEventEntityActivity as aX, type TriggerEventEntityOperation as aY, type TriggerEventFlowAutomationTask as aZ, type TriggerEventManual as a_, type FlowExecutionCancelActionConfig as aa, type FlowExecutionCancelConfig as ab, type FlowsTrigger as ac, type FrontendSubmitTrigger as ad, type GetExecutionsResp as ae, type InformERPAction as af, type InformERPActionConfig as ag, type InformERPConfig as ah, type JobId as ai, type JourneySubmitTrigger as aj, type MapEntityAction as ak, type MapEntityActionConfig as al, type MapEntityConfig as am, type MappingAttribute as an, type MappingAttributeMode as ao, type MappingAttributeV2 as ap, type MappingConfigRef as aq, type MoveThreadAction as ar, type MoveThreadConfig as as, type NewEmailThreadTrigger as at, type NumericCondition as au, type OperationNode as av, type OperationObjectNode as aw, type OrCondition as ax, type OrConditionForDiff as ay, type OrganizationId as az, type PathsDictionary as b, type TriggerShareEntityAction as b0, type TriggerShareEntityActionConfig as b1, type TriggerShareEntityConfig as b2, type TriggerWebhookAction as b3, type TriggerWebhookActionConfig as b4, type TriggerWebhookConfig as b5, type TriggerWorkflowAction as b6, type TriggerWorkflowActionConfig as b7, type TriggerWorkflowCondition as b8, type TriggerWorkflowConfig as b9, type WildcardCondition as ba, type WorkflowContext as bb, type WorkflowContextRole as bc, type WorkflowExecutionContext as bd, type ActionSchedule as c, type ActionScheduleSource as d, type ActivityId as e, type ActivityTrigger as f, type AnyAction as g, type AnyActionConfig as h, type AnyTrigger as i, type AnythingButCondition as j, type ApiCallerContext as k, type ApiSubmissionTrigger as l, type AppendValueMapper as m, type AssignThreadAction as n, type AssignThreadConfig as o, type AssignUsersToStep as p, type AutomationAction as q, type AutomationActionConfig as r, type AutomationActionExecutionState as s, type AutomationActionId as t, type AutomationExecution as u, type AutomationExecutionId as v, type AutomationFlow as w, type AutomationFlowId as x, type AutomationTrigger as y, type BulkTriggerRequest as z };
|
|
@@ -4917,4 +4917,4 @@ type WorkflowContext = Components.Schemas.WorkflowContext;
|
|
|
4917
4917
|
type WorkflowContextRole = Components.Schemas.WorkflowContextRole;
|
|
4918
4918
|
type WorkflowExecutionContext = Components.Schemas.WorkflowExecutionContext;
|
|
4919
4919
|
|
|
4920
|
-
export type
|
|
4920
|
+
export { type EqualsIgnoreCaseCondition as $, type ActionCondition as A, type BulkTriggerJob as B, type Client as C, type CancellationReason as D, type CartCheckoutAction as E, type CartCheckoutActionConfig as F, type CartCheckoutConfig as G, type Comparison as H, type ConditionStatement as I, type CopyValueMapper as J, type CreateDocumentAction as K, type CreateDocumentActionConfig as L, type CreateDocumentConfig as M, type CustomAction as N, type OperationMethods as O, Paths as P, type DiffAdded as Q, type DiffDeleted as R, type DiffUpdated as S, type EntityId as T, type EntityItemSnapshot as U, type EntityManualTrigger as V, type EntityOperation as W, type EntityOperationTrigger as X, type EntityRef as Y, type EntitySearchFilter as Z, type EntitySearchFilterValue as _, Components as a, type TriggerEventMessaging as a$, type ErrorCode as a0, type ErrorDetail as a1, type ErrorObject as a2, type ErrorOutput as a3, type ExecItem as a4, type ExecutionChain as a5, type ExecutionStatus as a6, type ExistsCondition as a7, type FilterConditionOnEvent as a8, type FlowExecutionCancelAction as a9, type PatchBulkJobRequest as aA, type PrefixCondition as aB, type PrimitiveJSONValue as aC, type ReceivedEmailTrigger as aD, type RelationAttribute as aE, type ResumeReq as aF, type ResumeResp as aG, type ResumeToken as aH, type RetryReq as aI, type RetryStrategy as aJ, type SearchAutomationsResp as aK, type SendEmailAction as aL, type SendEmailActionConfig as aM, type SendEmailCondition as aN, type SendEmailConfig as aO, type SetValueMapper as aP, type StartExecutionRequest as aQ, type SuffixCondition as aR, type TriggerCondition as aS, type TriggerContext as aT, type TriggerEventAction as aU, type TriggerEventActionConfig as aV, type TriggerEventConfig as aW, type TriggerEventEntityActivity as aX, type TriggerEventEntityOperation as aY, type TriggerEventFlowAutomationTask as aZ, type TriggerEventManual as a_, type FlowExecutionCancelActionConfig as aa, type FlowExecutionCancelConfig as ab, type FlowsTrigger as ac, type FrontendSubmitTrigger as ad, type GetExecutionsResp as ae, type InformERPAction as af, type InformERPActionConfig as ag, type InformERPConfig as ah, type JobId as ai, type JourneySubmitTrigger as aj, type MapEntityAction as ak, type MapEntityActionConfig as al, type MapEntityConfig as am, type MappingAttribute as an, type MappingAttributeMode as ao, type MappingAttributeV2 as ap, type MappingConfigRef as aq, type MoveThreadAction as ar, type MoveThreadConfig as as, type NewEmailThreadTrigger as at, type NumericCondition as au, type OperationNode as av, type OperationObjectNode as aw, type OrCondition as ax, type OrConditionForDiff as ay, type OrganizationId as az, type PathsDictionary as b, type TriggerShareEntityAction as b0, type TriggerShareEntityActionConfig as b1, type TriggerShareEntityConfig as b2, type TriggerWebhookAction as b3, type TriggerWebhookActionConfig as b4, type TriggerWebhookConfig as b5, type TriggerWorkflowAction as b6, type TriggerWorkflowActionConfig as b7, type TriggerWorkflowCondition as b8, type TriggerWorkflowConfig as b9, type WildcardCondition as ba, type WorkflowContext as bb, type WorkflowContextRole as bc, type WorkflowExecutionContext as bd, type ActionSchedule as c, type ActionScheduleSource as d, type ActivityId as e, type ActivityTrigger as f, type AnyAction as g, type AnyActionConfig as h, type AnyTrigger as i, type AnythingButCondition as j, type ApiCallerContext as k, type ApiSubmissionTrigger as l, type AppendValueMapper as m, type AssignThreadAction as n, type AssignThreadConfig as o, type AssignUsersToStep as p, type AutomationAction as q, type AutomationActionConfig as r, type AutomationActionExecutionState as s, type AutomationActionId as t, type AutomationExecution as u, type AutomationExecutionId as v, type AutomationFlow as w, type AutomationFlowId as x, type AutomationTrigger as y, type BulkTriggerRequest as z };
|
|
@@ -990,4 +990,4 @@ type EntitySlug = Components.Schemas.EntitySlug;
|
|
|
990
990
|
type InstallmentEvent = Components.Schemas.InstallmentEvent;
|
|
991
991
|
type ReimbursementEvent = Components.Schemas.ReimbursementEvent;
|
|
992
992
|
|
|
993
|
-
export type
|
|
993
|
+
export { type Balance as B, type Client as C, type EntityId as E, type InstallmentEvent as I, type OperationMethods as O, Paths as P, type ReimbursementEvent as R, Components as a, type PathsDictionary as b, type BaseBillingEvent as c, type BaseEntity as d, type BillingEvent as e, type Contract as f, type ContractItem as g, type Currency as h, type EntityRelationItem as i, type EntitySlug as j };
|
|
@@ -990,4 +990,4 @@ type EntitySlug = Components.Schemas.EntitySlug;
|
|
|
990
990
|
type InstallmentEvent = Components.Schemas.InstallmentEvent;
|
|
991
991
|
type ReimbursementEvent = Components.Schemas.ReimbursementEvent;
|
|
992
992
|
|
|
993
|
-
export type
|
|
993
|
+
export { type Balance as B, type Client as C, type EntityId as E, type InstallmentEvent as I, type OperationMethods as O, Paths as P, type ReimbursementEvent as R, Components as a, type PathsDictionary as b, type BaseBillingEvent as c, type BaseEntity as d, type BillingEvent as e, type Contract as f, type ContractItem as g, type Currency as h, type EntityRelationItem as i, type EntitySlug as j };
|
|
@@ -3323,4 +3323,4 @@ type SelectedResources = Components.Schemas.SelectedResources;
|
|
|
3323
3323
|
type UploadFilePayload = Components.Schemas.UploadFilePayload;
|
|
3324
3324
|
type VirtualResourceNodeGroup = Components.Schemas.VirtualResourceNodeGroup;
|
|
3325
3325
|
|
|
3326
|
-
export type
|
|
3326
|
+
export { type VirtualResourceNodeGroup as $, type AppBlueprint as A, type Blueprint as B, type Client as C, type DeployedBlueprint as D, type JobID as E, type FileBlueprint as F, type JobStatus as G, type ManifestID as H, type InstalledMarketplaceBlueprintItem as I, type Job as J, type ManifestItem as K, type ManifestSource as L, type Manifest as M, type ManifestTimestampFields as N, type OperationMethods as O, Paths as P, type MarketplaceBlueprint as Q, type PlanChanges as R, type PreInstallRequirements as S, type PutManifestPayload as T, type ResourceNode as U, type ResourceNodeType as V, type ResourceReplacement as W, type RootResourceNode as X, type S3Reference as Y, type SelectedResources as Z, type UploadFilePayload as _, Components as a, type PathsDictionary as b, type BlueprintDependenciesSyncJob as c, type BlueprintExportJob as d, type BlueprintID as e, type BlueprintInstallStatus as f, type BlueprintInstallationJob as g, type BlueprintInstallationJobOptions as h, type BlueprintJob as i, type BlueprintJobEvent as j, type BlueprintJobID as k, type BlueprintPreview as l, type BlueprintResource as m, type BlueprintResourceID as n, type BlueprintValidateJob as o, type CallerIdentity as p, type CommonBlueprintFields as q, type CommonBlueprintJobFields as r, type CommonImportFields as s, type CommonManifestFields as t, type CommonMarkdownFields as u, type CommonResourceNode as v, type CustomBlueprint as w, type FormattedError as x, type FormattedErrorCodes as y, type FormattedErrorData as z };
|
|
@@ -3323,4 +3323,4 @@ type SelectedResources = Components.Schemas.SelectedResources;
|
|
|
3323
3323
|
type UploadFilePayload = Components.Schemas.UploadFilePayload;
|
|
3324
3324
|
type VirtualResourceNodeGroup = Components.Schemas.VirtualResourceNodeGroup;
|
|
3325
3325
|
|
|
3326
|
-
export type
|
|
3326
|
+
export { type VirtualResourceNodeGroup as $, type AppBlueprint as A, type Blueprint as B, type Client as C, type DeployedBlueprint as D, type JobID as E, type FileBlueprint as F, type JobStatus as G, type ManifestID as H, type InstalledMarketplaceBlueprintItem as I, type Job as J, type ManifestItem as K, type ManifestSource as L, type Manifest as M, type ManifestTimestampFields as N, type OperationMethods as O, Paths as P, type MarketplaceBlueprint as Q, type PlanChanges as R, type PreInstallRequirements as S, type PutManifestPayload as T, type ResourceNode as U, type ResourceNodeType as V, type ResourceReplacement as W, type RootResourceNode as X, type S3Reference as Y, type SelectedResources as Z, type UploadFilePayload as _, Components as a, type PathsDictionary as b, type BlueprintDependenciesSyncJob as c, type BlueprintExportJob as d, type BlueprintID as e, type BlueprintInstallStatus as f, type BlueprintInstallationJob as g, type BlueprintInstallationJobOptions as h, type BlueprintJob as i, type BlueprintJobEvent as j, type BlueprintJobID as k, type BlueprintPreview as l, type BlueprintResource as m, type BlueprintResourceID as n, type BlueprintValidateJob as o, type CallerIdentity as p, type CommonBlueprintFields as q, type CommonBlueprintJobFields as r, type CommonImportFields as s, type CommonManifestFields as t, type CommonMarkdownFields as u, type CommonResourceNode as v, type CustomBlueprint as w, type FormattedError as x, type FormattedErrorCodes as y, type FormattedErrorData as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
2
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
3
3
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
4
4
|
}) : x)(function(x) {
|
|
@@ -23,6 +23,54 @@ var authorize = (client, token) => {
|
|
|
23
23
|
return client;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
// src/compact.ts
|
|
27
|
+
var L = { p: "path", q: "query", h: "header", c: "cookie" };
|
|
28
|
+
var ep = (p) => {
|
|
29
|
+
const r = { name: p[0], in: L[p[1]] };
|
|
30
|
+
let i = 2;
|
|
31
|
+
if (typeof p[i] === "boolean") {
|
|
32
|
+
if (p[i]) r.required = true;
|
|
33
|
+
i++;
|
|
34
|
+
}
|
|
35
|
+
if (typeof p[i] === "string") {
|
|
36
|
+
r.style = p[i];
|
|
37
|
+
i++;
|
|
38
|
+
}
|
|
39
|
+
if (typeof p[i] === "boolean") {
|
|
40
|
+
r.explode = p[i];
|
|
41
|
+
i++;
|
|
42
|
+
}
|
|
43
|
+
return r;
|
|
44
|
+
};
|
|
45
|
+
var mp = (ps) => ps.map((p) => p.length === 1 ? { $ref: `#/components/parameters/${p[0]}` } : ep(p));
|
|
46
|
+
var expand = (c) => {
|
|
47
|
+
const paths = {};
|
|
48
|
+
for (const [id, m, p, ps, b] of c.o) {
|
|
49
|
+
const op = { operationId: id, responses: {} };
|
|
50
|
+
if (_optionalChain([ps, 'optionalAccess', _2 => _2.length])) op.parameters = mp(ps);
|
|
51
|
+
if (b) op.requestBody = { content: { "application/json": {} } };
|
|
52
|
+
if (!paths[p]) paths[p] = {};
|
|
53
|
+
paths[p][m] = op;
|
|
54
|
+
}
|
|
55
|
+
if (c.pp)
|
|
56
|
+
for (const [p, ps] of Object.entries(c.pp)) {
|
|
57
|
+
if (!paths[p]) paths[p] = {};
|
|
58
|
+
paths[p].parameters = mp(ps);
|
|
59
|
+
}
|
|
60
|
+
const doc = {
|
|
61
|
+
openapi: c.v || "3.0.2",
|
|
62
|
+
info: { title: "", version: "" },
|
|
63
|
+
paths,
|
|
64
|
+
servers: [{ url: c.s }]
|
|
65
|
+
};
|
|
66
|
+
if (c.cp) {
|
|
67
|
+
const params = {};
|
|
68
|
+
for (const [k, v] of Object.entries(c.cp)) params[k] = ep(v);
|
|
69
|
+
doc.components = { parameters: params };
|
|
70
|
+
}
|
|
71
|
+
return doc;
|
|
72
|
+
};
|
|
73
|
+
|
|
26
74
|
// src/client-factory.ts
|
|
27
75
|
var _openapiclientaxios = require('openapi-client-axios'); var _openapiclientaxios2 = _interopRequireDefault(_openapiclientaxios);
|
|
28
76
|
var createApiClient = (params) => {
|
|
@@ -73,4 +121,5 @@ var createApiHandle = (params) => {
|
|
|
73
121
|
|
|
74
122
|
|
|
75
123
|
|
|
76
|
-
|
|
124
|
+
|
|
125
|
+
exports.__require = __require; exports.__commonJS = __commonJS; exports.authorize = authorize; exports.expand = expand; exports.createApiClient = createApiClient; exports.createApiHandle = createApiHandle;
|