@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/app.cjs
CHANGED
|
@@ -3,587 +3,32 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
title: "",
|
|
15
|
-
version: ""
|
|
16
|
-
},
|
|
17
|
-
servers: [
|
|
18
|
-
{
|
|
19
|
-
url: "https://app.sls.epilot.io"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
paths: {
|
|
23
|
-
"/v1/public/app/{appId}/components/{componentId}": {
|
|
24
|
-
parameters: [
|
|
25
|
-
{
|
|
26
|
-
name: "appId",
|
|
27
|
-
in: "path",
|
|
28
|
-
required: true,
|
|
29
|
-
description: "ID of the app configuration to install"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
name: "componentId",
|
|
33
|
-
in: "path",
|
|
34
|
-
required: true,
|
|
35
|
-
description: "ID of the component to retrieve"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
get: {
|
|
39
|
-
operationId: "getPublicFacingComponent",
|
|
40
|
-
responses: {}
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"/v1/app-configurations": {
|
|
44
|
-
get: {
|
|
45
|
-
operationId: "listConfigurations",
|
|
46
|
-
parameters: [
|
|
47
|
-
{
|
|
48
|
-
name: "page",
|
|
49
|
-
in: "query"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: "pageSize",
|
|
53
|
-
in: "query"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
responses: {}
|
|
57
|
-
},
|
|
58
|
-
post: {
|
|
59
|
-
operationId: "createConfiguration",
|
|
60
|
-
requestBody: {
|
|
61
|
-
$ref: "#/components/requestBodies/CreateConfigRequest"
|
|
62
|
-
},
|
|
63
|
-
responses: {}
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"/v1/app-configurations/public": {
|
|
67
|
-
get: {
|
|
68
|
-
operationId: "listPublicConfigurations",
|
|
69
|
-
parameters: [
|
|
70
|
-
{
|
|
71
|
-
name: "page",
|
|
72
|
-
in: "query"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
name: "pageSize",
|
|
76
|
-
in: "query"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
responses: {}
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"/v1/app-configurations/public/{appId}": {
|
|
83
|
-
parameters: [
|
|
84
|
-
{
|
|
85
|
-
name: "appId",
|
|
86
|
-
in: "path",
|
|
87
|
-
required: true,
|
|
88
|
-
description: "ID of the app configuration to install"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
get: {
|
|
92
|
-
operationId: "getPublicConfiguration",
|
|
93
|
-
parameters: [
|
|
94
|
-
{
|
|
95
|
-
name: "version",
|
|
96
|
-
in: "query"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
responses: {}
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"/v1/app-configurations/{appId}": {
|
|
103
|
-
parameters: [
|
|
104
|
-
{
|
|
105
|
-
name: "appId",
|
|
106
|
-
in: "path",
|
|
107
|
-
required: true,
|
|
108
|
-
description: "ID of the app configuration"
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
get: {
|
|
112
|
-
operationId: "getConfiguration",
|
|
113
|
-
parameters: [
|
|
114
|
-
{
|
|
115
|
-
name: "version",
|
|
116
|
-
in: "query"
|
|
117
|
-
}
|
|
118
|
-
],
|
|
119
|
-
responses: {}
|
|
120
|
-
},
|
|
121
|
-
patch: {
|
|
122
|
-
operationId: "patchMetadata",
|
|
123
|
-
requestBody: {
|
|
124
|
-
$ref: "#/components/requestBodies/PatchConfigMetadataRequest"
|
|
125
|
-
},
|
|
126
|
-
responses: {}
|
|
127
|
-
},
|
|
128
|
-
delete: {
|
|
129
|
-
operationId: "deleteConfiguration",
|
|
130
|
-
responses: {}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"/v1/app-configurations/{appId}/events": {
|
|
134
|
-
post: {
|
|
135
|
-
operationId: "queryEvents",
|
|
136
|
-
parameters: [
|
|
137
|
-
{
|
|
138
|
-
name: "appId",
|
|
139
|
-
in: "path",
|
|
140
|
-
required: true
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
requestBody: {
|
|
144
|
-
required: true,
|
|
145
|
-
content: {
|
|
146
|
-
"application/json": {}
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
responses: {}
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"/v1/app-configurations/{appId}/bundle": {
|
|
153
|
-
post: {
|
|
154
|
-
operationId: "createBundleUploadUrl",
|
|
155
|
-
parameters: [
|
|
156
|
-
{
|
|
157
|
-
name: "appId",
|
|
158
|
-
in: "path",
|
|
159
|
-
required: true
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
requestBody: {
|
|
163
|
-
$ref: "#/components/requestBodies/CreateBundlePresignedRequest"
|
|
164
|
-
},
|
|
165
|
-
responses: {}
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"/v1/app-configurations/{appId}/zip": {
|
|
169
|
-
post: {
|
|
170
|
-
operationId: "createZipUploadUrl",
|
|
171
|
-
parameters: [
|
|
172
|
-
{
|
|
173
|
-
name: "appId",
|
|
174
|
-
in: "path",
|
|
175
|
-
required: true
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
requestBody: {
|
|
179
|
-
content: {
|
|
180
|
-
"application/json": {}
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
responses: {}
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"/v1/app-configurations/{appId}/logo": {
|
|
187
|
-
parameters: [
|
|
188
|
-
{
|
|
189
|
-
name: "appId",
|
|
190
|
-
in: "path",
|
|
191
|
-
required: true,
|
|
192
|
-
description: "ID of the app configuration"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
post: {
|
|
196
|
-
operationId: "createLogoUploadUrl",
|
|
197
|
-
requestBody: {
|
|
198
|
-
$ref: "#/components/requestBodies/CreateLogoPresignedRequest"
|
|
199
|
-
},
|
|
200
|
-
responses: {}
|
|
201
|
-
},
|
|
202
|
-
delete: {
|
|
203
|
-
operationId: "deleteLogo",
|
|
204
|
-
responses: {}
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
"/v1/app-configurations/{appId}/versions": {
|
|
208
|
-
get: {
|
|
209
|
-
operationId: "listVersions",
|
|
210
|
-
parameters: [
|
|
211
|
-
{
|
|
212
|
-
name: "appId",
|
|
213
|
-
in: "path",
|
|
214
|
-
required: true
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
name: "page",
|
|
218
|
-
in: "query"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
name: "pageSize",
|
|
222
|
-
in: "query"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
responses: {}
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"/v1/app-configurations/{appId}/versions/{version}": {
|
|
229
|
-
get: {
|
|
230
|
-
operationId: "getVersion",
|
|
231
|
-
parameters: [
|
|
232
|
-
{
|
|
233
|
-
name: "appId",
|
|
234
|
-
in: "path",
|
|
235
|
-
required: true
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
name: "version",
|
|
239
|
-
in: "path",
|
|
240
|
-
required: true
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
|
-
responses: {}
|
|
244
|
-
},
|
|
245
|
-
delete: {
|
|
246
|
-
operationId: "deleteVersion",
|
|
247
|
-
parameters: [
|
|
248
|
-
{
|
|
249
|
-
name: "appId",
|
|
250
|
-
in: "path",
|
|
251
|
-
required: true
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
name: "version",
|
|
255
|
-
in: "path",
|
|
256
|
-
required: true
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
responses: {}
|
|
260
|
-
},
|
|
261
|
-
patch: {
|
|
262
|
-
operationId: "patchVersion",
|
|
263
|
-
parameters: [
|
|
264
|
-
{
|
|
265
|
-
name: "appId",
|
|
266
|
-
in: "path",
|
|
267
|
-
required: true
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
name: "version",
|
|
271
|
-
in: "path",
|
|
272
|
-
required: true
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
requestBody: {
|
|
276
|
-
$ref: "#/components/requestBodies/PatchVersionRequest"
|
|
277
|
-
},
|
|
278
|
-
responses: {}
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"/v1/app-configurations/{appId}/versions/{version}/review": {
|
|
282
|
-
get: {
|
|
283
|
-
operationId: "getReview",
|
|
284
|
-
parameters: [
|
|
285
|
-
{
|
|
286
|
-
name: "appId",
|
|
287
|
-
in: "path",
|
|
288
|
-
required: true
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
name: "version",
|
|
292
|
-
in: "path",
|
|
293
|
-
required: true
|
|
294
|
-
}
|
|
295
|
-
],
|
|
296
|
-
responses: {}
|
|
297
|
-
},
|
|
298
|
-
post: {
|
|
299
|
-
operationId: "createReview",
|
|
300
|
-
parameters: [
|
|
301
|
-
{
|
|
302
|
-
name: "appId",
|
|
303
|
-
in: "path",
|
|
304
|
-
required: true
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
name: "version",
|
|
308
|
-
in: "path",
|
|
309
|
-
required: true
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
requestBody: {
|
|
313
|
-
$ref: "#/components/requestBodies/CreateReviewRequest"
|
|
314
|
-
},
|
|
315
|
-
responses: {}
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"/v1/app-configurations/{appId}/versions/{version}/components": {
|
|
319
|
-
post: {
|
|
320
|
-
operationId: "createComponent",
|
|
321
|
-
parameters: [
|
|
322
|
-
{
|
|
323
|
-
name: "appId",
|
|
324
|
-
in: "path",
|
|
325
|
-
required: true
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
name: "version",
|
|
329
|
-
in: "path",
|
|
330
|
-
required: true
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
|
-
requestBody: {
|
|
334
|
-
$ref: "#/components/requestBodies/UpsertComponentRequest"
|
|
335
|
-
},
|
|
336
|
-
responses: {}
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"/v1/app-configurations/{appId}/versions/{version}/components/{componentId}": {
|
|
340
|
-
patch: {
|
|
341
|
-
operationId: "patchComponent",
|
|
342
|
-
parameters: [
|
|
343
|
-
{
|
|
344
|
-
name: "appId",
|
|
345
|
-
in: "path",
|
|
346
|
-
required: true
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
name: "version",
|
|
350
|
-
in: "path",
|
|
351
|
-
required: true
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
name: "componentId",
|
|
355
|
-
in: "path",
|
|
356
|
-
required: true
|
|
357
|
-
}
|
|
358
|
-
],
|
|
359
|
-
requestBody: {
|
|
360
|
-
$ref: "#/components/requestBodies/UpsertComponentRequest"
|
|
361
|
-
},
|
|
362
|
-
responses: {}
|
|
363
|
-
},
|
|
364
|
-
delete: {
|
|
365
|
-
operationId: "deleteComponent",
|
|
366
|
-
parameters: [
|
|
367
|
-
{
|
|
368
|
-
name: "appId",
|
|
369
|
-
in: "path",
|
|
370
|
-
required: true
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
name: "version",
|
|
374
|
-
in: "path",
|
|
375
|
-
required: true
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
name: "componentId",
|
|
379
|
-
in: "path",
|
|
380
|
-
required: true
|
|
381
|
-
}
|
|
382
|
-
],
|
|
383
|
-
responses: {}
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
"/v1/app-configurations/{appId}/versions/{sourceVersion}/clone-to/{targetVersion}": {
|
|
387
|
-
post: {
|
|
388
|
-
operationId: "cloneVersion",
|
|
389
|
-
parameters: [
|
|
390
|
-
{
|
|
391
|
-
name: "appId",
|
|
392
|
-
in: "path",
|
|
393
|
-
required: true
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
name: "sourceVersion",
|
|
397
|
-
in: "path",
|
|
398
|
-
required: true
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
name: "targetVersion",
|
|
402
|
-
in: "path",
|
|
403
|
-
required: true
|
|
404
|
-
}
|
|
405
|
-
],
|
|
406
|
-
responses: {}
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"/v1/app": {
|
|
410
|
-
get: {
|
|
411
|
-
operationId: "listInstallations",
|
|
412
|
-
parameters: [
|
|
413
|
-
{
|
|
414
|
-
name: "componentType",
|
|
415
|
-
in: "query"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
name: "enabled",
|
|
419
|
-
in: "query"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
name: "page",
|
|
423
|
-
in: "query"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
name: "pageSize",
|
|
427
|
-
in: "query"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
responses: {}
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"/v1/app/{appId}": {
|
|
434
|
-
get: {
|
|
435
|
-
operationId: "getInstallation",
|
|
436
|
-
parameters: [
|
|
437
|
-
{
|
|
438
|
-
name: "appId",
|
|
439
|
-
in: "path",
|
|
440
|
-
required: true
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
responses: {}
|
|
444
|
-
},
|
|
445
|
-
post: {
|
|
446
|
-
operationId: "install",
|
|
447
|
-
parameters: [
|
|
448
|
-
{
|
|
449
|
-
name: "appId",
|
|
450
|
-
in: "path",
|
|
451
|
-
required: true
|
|
452
|
-
}
|
|
453
|
-
],
|
|
454
|
-
requestBody: {
|
|
455
|
-
$ref: "#/components/requestBodies/InstallRequest"
|
|
456
|
-
},
|
|
457
|
-
responses: {}
|
|
458
|
-
},
|
|
459
|
-
patch: {
|
|
460
|
-
operationId: "patchInstallation",
|
|
461
|
-
parameters: [
|
|
462
|
-
{
|
|
463
|
-
name: "appId",
|
|
464
|
-
in: "path",
|
|
465
|
-
required: true
|
|
466
|
-
}
|
|
467
|
-
],
|
|
468
|
-
requestBody: {
|
|
469
|
-
$ref: "#/components/requestBodies/InstallRequest"
|
|
470
|
-
},
|
|
471
|
-
responses: {}
|
|
472
|
-
},
|
|
473
|
-
delete: {
|
|
474
|
-
operationId: "uninstall",
|
|
475
|
-
parameters: [
|
|
476
|
-
{
|
|
477
|
-
name: "appId",
|
|
478
|
-
in: "path",
|
|
479
|
-
required: true
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
responses: {}
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
"/v1/app/{appId}/promote-to/{version}": {
|
|
486
|
-
post: {
|
|
487
|
-
operationId: "promoteVersion",
|
|
488
|
-
parameters: [
|
|
489
|
-
{
|
|
490
|
-
name: "appId",
|
|
491
|
-
in: "path",
|
|
492
|
-
required: true
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
name: "version",
|
|
496
|
-
in: "path",
|
|
497
|
-
required: true
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
responses: {}
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
"/v1/app-events": {
|
|
504
|
-
post: {
|
|
505
|
-
operationId: "ingestEvent",
|
|
506
|
-
requestBody: {
|
|
507
|
-
required: true,
|
|
508
|
-
content: {
|
|
509
|
-
"application/json": {}
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
responses: {}
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
components: {
|
|
517
|
-
requestBodies: {
|
|
518
|
-
CreateReviewRequest: {
|
|
519
|
-
required: true,
|
|
520
|
-
content: {
|
|
521
|
-
"application/json": {}
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
CreateLogoPresignedRequest: {
|
|
525
|
-
required: true,
|
|
526
|
-
content: {
|
|
527
|
-
"application/json": {}
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
CreateBundlePresignedRequest: {
|
|
531
|
-
required: true,
|
|
532
|
-
content: {
|
|
533
|
-
"application/json": {}
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
PatchConfigMetadataRequest: {
|
|
537
|
-
required: true,
|
|
538
|
-
content: {
|
|
539
|
-
"application/json": {}
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
PatchVersionRequest: {
|
|
543
|
-
required: true,
|
|
544
|
-
content: {
|
|
545
|
-
"application/json": {}
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
UpsertComponentRequest: {
|
|
549
|
-
required: true,
|
|
550
|
-
content: {
|
|
551
|
-
"application/json": {}
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
CreateConfigRequest: {
|
|
555
|
-
required: true,
|
|
556
|
-
content: {
|
|
557
|
-
"application/json": {}
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
InstallRequest: {
|
|
561
|
-
content: {
|
|
562
|
-
"application/json": {}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
};
|
|
7
|
+
var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
|
|
8
|
+
|
|
9
|
+
// src/definitions/app-runtime.json
|
|
10
|
+
var require_app_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
|
|
11
|
+
"src/definitions/app-runtime.json"(exports, module) {
|
|
12
|
+
module.exports = { s: "https://app.sls.epilot.io", o: [["getPublicFacingComponent", "get", "/v1/public/app/{appId}/components/{componentId}"], ["listConfigurations", "get", "/v1/app-configurations", [["page", "q"], ["pageSize", "q"]]], ["createConfiguration", "post", "/v1/app-configurations", null, 1], ["listPublicConfigurations", "get", "/v1/app-configurations/public", [["page", "q"], ["pageSize", "q"]]], ["getPublicConfiguration", "get", "/v1/app-configurations/public/{appId}", [["version", "q"]]], ["getConfiguration", "get", "/v1/app-configurations/{appId}", [["version", "q"]]], ["patchMetadata", "patch", "/v1/app-configurations/{appId}", null, 1], ["deleteConfiguration", "delete", "/v1/app-configurations/{appId}"], ["queryEvents", "post", "/v1/app-configurations/{appId}/events", [["appId", "p", true]], 1], ["createBundleUploadUrl", "post", "/v1/app-configurations/{appId}/bundle", [["appId", "p", true]], 1], ["createZipUploadUrl", "post", "/v1/app-configurations/{appId}/zip", [["appId", "p", true]], 1], ["createLogoUploadUrl", "post", "/v1/app-configurations/{appId}/logo", null, 1], ["deleteLogo", "delete", "/v1/app-configurations/{appId}/logo"], ["listVersions", "get", "/v1/app-configurations/{appId}/versions", [["appId", "p", true], ["page", "q"], ["pageSize", "q"]]], ["getVersion", "get", "/v1/app-configurations/{appId}/versions/{version}", [["appId", "p", true], ["version", "p", true]]], ["deleteVersion", "delete", "/v1/app-configurations/{appId}/versions/{version}", [["appId", "p", true], ["version", "p", true]]], ["patchVersion", "patch", "/v1/app-configurations/{appId}/versions/{version}", [["appId", "p", true], ["version", "p", true]], 1], ["getReview", "get", "/v1/app-configurations/{appId}/versions/{version}/review", [["appId", "p", true], ["version", "p", true]]], ["createReview", "post", "/v1/app-configurations/{appId}/versions/{version}/review", [["appId", "p", true], ["version", "p", true]], 1], ["createComponent", "post", "/v1/app-configurations/{appId}/versions/{version}/components", [["appId", "p", true], ["version", "p", true]], 1], ["patchComponent", "patch", "/v1/app-configurations/{appId}/versions/{version}/components/{componentId}", [["appId", "p", true], ["version", "p", true], ["componentId", "p", true]], 1], ["deleteComponent", "delete", "/v1/app-configurations/{appId}/versions/{version}/components/{componentId}", [["appId", "p", true], ["version", "p", true], ["componentId", "p", true]]], ["cloneVersion", "post", "/v1/app-configurations/{appId}/versions/{sourceVersion}/clone-to/{targetVersion}", [["appId", "p", true], ["sourceVersion", "p", true], ["targetVersion", "p", true]]], ["listInstallations", "get", "/v1/app", [["componentType", "q"], ["enabled", "q"], ["page", "q"], ["pageSize", "q"]]], ["getInstallation", "get", "/v1/app/{appId}", [["appId", "p", true]]], ["install", "post", "/v1/app/{appId}", [["appId", "p", true]], 1], ["patchInstallation", "patch", "/v1/app/{appId}", [["appId", "p", true]], 1], ["uninstall", "delete", "/v1/app/{appId}", [["appId", "p", true]]], ["promoteVersion", "post", "/v1/app/{appId}/promote-to/{version}", [["appId", "p", true], ["version", "p", true]]], ["ingestEvent", "post", "/v1/app-events", null, 1]], v: "3.1.0", pp: { "/v1/public/app/{appId}/components/{componentId}": [["appId", "p", true], ["componentId", "p", true]], "/v1/app-configurations/public/{appId}": [["appId", "p", true]], "/v1/app-configurations/{appId}": [["appId", "p", true]], "/v1/app-configurations/{appId}/logo": [["appId", "p", true]] } };
|
|
568
13
|
}
|
|
569
14
|
});
|
|
570
15
|
|
|
571
16
|
// src/apis/app.ts
|
|
572
17
|
var loadDefinition = () => {
|
|
573
|
-
const mod =
|
|
574
|
-
return _nullishCoalesce(mod.default, () => ( mod));
|
|
18
|
+
const mod = require_app_runtime();
|
|
19
|
+
return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
575
20
|
};
|
|
576
21
|
var _instance = null;
|
|
577
22
|
var resolve = () => {
|
|
578
23
|
if (!_instance) {
|
|
579
|
-
const
|
|
580
|
-
_instance =
|
|
24
|
+
const def = loadDefinition();
|
|
25
|
+
_instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
|
|
581
26
|
}
|
|
582
27
|
return _instance;
|
|
583
28
|
};
|
|
584
|
-
var _handle =
|
|
29
|
+
var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
|
|
585
30
|
resolveClient: resolve,
|
|
586
|
-
createClient: () =>
|
|
31
|
+
createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
|
|
587
32
|
});
|
|
588
33
|
var getClient = _handle.getClient;
|
|
589
34
|
var createClient = _handle.createClient;
|
|
@@ -593,4 +38,4 @@ var app = _handle;
|
|
|
593
38
|
|
|
594
39
|
|
|
595
40
|
|
|
596
|
-
exports.app = app; exports.authorize =
|
|
41
|
+
exports.app = app; exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/app.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-BwBvJkY_.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-BwBvJkY_.cjs';
|
|
3
|
-
import { C as Client } from '../app.d-
|
|
4
|
-
export { A as Actor,
|
|
3
|
+
import { C as Client } from '../app.d-Dr03n4J4.cjs';
|
|
4
|
+
export { A as Actor, c as AggregatedEvents, d as AppBridgeSurfaceConfig, e as AppEventData, f as Audit, g as Author, B as BaseComponent, h as BaseComponentCommon, i as BaseCustomActionConfig, j as BatchEventRequest, k as BillingFrequency, l as BlueprintRef, m as BooleanArg, n as CallerIdentity, o as ComponentType, a as Components, p as Configuration, q as ConfigurationMetadata, r as ConfigurationVersion, s as CustomCapabilityComponent, t as CustomFlowActionComponent, u as CustomFlowConfig, v as CustomPageComponent, w as CustomPageConfig, E as EnumArg, x as ErpInformToolkitComponent, y as EventsQuery, z as EventsQueryResponse, D as ExternalIntegrationCustomActionConfig, F as ExternalProductCatalogAuthBlock, G as ExternalProductCatalogComponent, H as ExternalProductCatalogConfig, I as ExternalProductCatalogHookProductRecommendations, J as ExternalProductCatalogHookProducts, K as Grants, L as Installation, M as JourneyBlockComponent, N as JourneyBlockComponentArgs, Q as JourneyBlockConfig, R as NotificationConfig, S as NotificationEvent, O as OperationMethods, T as Option, U as Options, V as OptionsRef, W as OverrideDevMode, P as Paths, b as PathsDictionary, X as PortalBlockComponent, Y as PortalBlockConfig, Z as PortalBlockSurfaceConfig, _ as PortalExtensionAuthBlock, $ as PortalExtensionComponent, a0 as PortalExtensionConfig, a1 as PortalExtensionHookConsumptionDataRetrieval, a2 as PortalExtensionHookContractIdentification, a3 as PortalExtensionHookCostDataRetrieval, a4 as PortalExtensionHookMeterReadingPlausibilityCheck, a5 as PortalExtensionHookPriceDataRetrieval, a6 as PortalExtensionHookRegistrationIdentifiersCheck, a7 as PortalExtensionSeamlessLink, a8 as Pricing, a9 as PublicConfiguration, aa as RawEvents, ab as Review, ac as Role, ad as S3Reference, ae as SandboxCustomActionConfig, af as TextArg, ag as TranslatedString } from '../app.d-Dr03n4J4.cjs';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
5
6
|
import 'axios';
|
|
6
|
-
import 'openapi-client-axios';
|
|
7
7
|
|
|
8
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
9
|
declare const getClient: () => Client;
|
package/dist/apis/app.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-BwBvJkY_.js';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-BwBvJkY_.js';
|
|
3
|
-
import { C as Client } from '../app.d-
|
|
4
|
-
export { A as Actor,
|
|
3
|
+
import { C as Client } from '../app.d-Dr03n4J4.js';
|
|
4
|
+
export { A as Actor, c as AggregatedEvents, d as AppBridgeSurfaceConfig, e as AppEventData, f as Audit, g as Author, B as BaseComponent, h as BaseComponentCommon, i as BaseCustomActionConfig, j as BatchEventRequest, k as BillingFrequency, l as BlueprintRef, m as BooleanArg, n as CallerIdentity, o as ComponentType, a as Components, p as Configuration, q as ConfigurationMetadata, r as ConfigurationVersion, s as CustomCapabilityComponent, t as CustomFlowActionComponent, u as CustomFlowConfig, v as CustomPageComponent, w as CustomPageConfig, E as EnumArg, x as ErpInformToolkitComponent, y as EventsQuery, z as EventsQueryResponse, D as ExternalIntegrationCustomActionConfig, F as ExternalProductCatalogAuthBlock, G as ExternalProductCatalogComponent, H as ExternalProductCatalogConfig, I as ExternalProductCatalogHookProductRecommendations, J as ExternalProductCatalogHookProducts, K as Grants, L as Installation, M as JourneyBlockComponent, N as JourneyBlockComponentArgs, Q as JourneyBlockConfig, R as NotificationConfig, S as NotificationEvent, O as OperationMethods, T as Option, U as Options, V as OptionsRef, W as OverrideDevMode, P as Paths, b as PathsDictionary, X as PortalBlockComponent, Y as PortalBlockConfig, Z as PortalBlockSurfaceConfig, _ as PortalExtensionAuthBlock, $ as PortalExtensionComponent, a0 as PortalExtensionConfig, a1 as PortalExtensionHookConsumptionDataRetrieval, a2 as PortalExtensionHookContractIdentification, a3 as PortalExtensionHookCostDataRetrieval, a4 as PortalExtensionHookMeterReadingPlausibilityCheck, a5 as PortalExtensionHookPriceDataRetrieval, a6 as PortalExtensionHookRegistrationIdentifiersCheck, a7 as PortalExtensionSeamlessLink, a8 as Pricing, a9 as PublicConfiguration, aa as RawEvents, ab as Review, ac as Role, ad as S3Reference, ae as SandboxCustomActionConfig, af as TextArg, ag as TranslatedString } from '../app.d-Dr03n4J4.js';
|
|
5
|
+
export { OpenAPIClient } from 'openapi-client-axios';
|
|
5
6
|
import 'axios';
|
|
6
|
-
import 'openapi-client-axios';
|
|
7
7
|
|
|
8
8
|
/** Get the cached singleton client (lazy-initialized on first call) */
|
|
9
9
|
declare const getClient: () => Client;
|