@yuno-payments/dashboard-api-mfe 0.39.6 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +76 -0
- package/build/cjs/index.js.map +1 -0
- package/build/{types → cjs/types}/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +3 -2
- package/build/{types → cjs/types}/mutations/connections/connections.mutation.d.ts +1 -0
- package/build/{types → cjs/types}/types/organization/organization.d.ts +2 -0
- package/build/{types → cjs/types}/utils/test-utils.d.ts +2 -1
- package/build/esm/index.js +76 -0
- package/build/esm/index.js.map +1 -0
- package/build/esm/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
- package/build/esm/types/api/api.d.ts +537 -0
- package/build/esm/types/api/api.singleton.d.ts +9 -0
- package/build/esm/types/api/api.types.d.ts +199 -0
- package/build/esm/types/api/index.d.ts +3 -0
- package/build/esm/types/api-provider.d.ts +4 -0
- package/build/esm/types/common/config.d.ts +13 -0
- package/build/esm/types/constants/errors-code.constant.d.ts +5 -0
- package/build/esm/types/constants/index.d.ts +1 -0
- package/build/esm/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
- package/build/esm/types/lib/http-client/api.config.d.ts +2 -0
- package/build/esm/types/lib/http-client/axios.d.ts +19 -0
- package/build/esm/types/lib/http-client/http-client.d.ts +168 -0
- package/build/esm/types/lib/http-client/index.d.ts +2 -0
- package/build/esm/types/msw/browser.d.ts +1 -0
- package/build/esm/types/msw/handlers/index.d.ts +1 -0
- package/build/esm/types/msw/handlers/insights.d.ts +1 -0
- package/build/esm/types/msw/handlers/organizations.d.ts +1 -0
- package/build/esm/types/msw/handlers/payments.d.ts +1 -0
- package/build/esm/types/msw/index.d.ts +1 -0
- package/build/esm/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
- package/build/esm/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
- package/build/esm/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +9 -0
- package/build/esm/types/msw/mocks/insights/overview/overview.mock.d.ts +139 -0
- package/build/esm/types/msw/mocks/payments/payments.mock.d.ts +92 -0
- package/build/esm/types/msw/mocks/payments/transaction-details.mock.d.ts +579 -0
- package/build/esm/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
- package/build/esm/types/mutations/S3Client/index.d.ts +1 -0
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +52 -0
- package/build/esm/types/mutations/accounts/delete-mutation.d.ts +20 -0
- package/build/esm/types/mutations/accounts/index.d.ts +1 -0
- package/build/esm/types/mutations/ai/ai.mutation.d.ts +28 -0
- package/build/esm/types/mutations/ai/ai.mutation.test.d.ts +1 -0
- package/build/esm/types/mutations/ai/index.d.ts +1 -0
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +5 -0
- package/build/esm/types/mutations/audit/audit.mutation.d.ts +6 -0
- package/build/esm/types/mutations/audit/index.d.ts +2 -0
- package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +32 -0
- package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
- package/build/esm/types/mutations/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/mutations/chartgpt/chartgpt.mutation.d.ts +37 -0
- package/build/esm/types/mutations/chartgpt/index.d.ts +1 -0
- package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +11 -0
- package/build/esm/types/mutations/checkouts/index.d.ts +2 -0
- package/build/esm/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
- package/build/esm/types/mutations/connections/connections.mutation.d.ts +37 -0
- package/build/esm/types/mutations/connections/index.d.ts +1 -0
- package/build/esm/types/mutations/developers/developers.mutation.d.ts +21 -0
- package/build/esm/types/mutations/developers/index.d.ts +1 -0
- package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +52 -0
- package/build/esm/types/mutations/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +30 -0
- package/build/esm/types/mutations/insights/index.d.ts +1 -0
- package/build/esm/types/mutations/insights/insights.mutation.d.ts +2 -0
- package/build/esm/types/mutations/multi-factor-authentication/index.d.ts +1 -0
- package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +12 -0
- package/build/esm/types/mutations/notifications/index.d.ts +1 -0
- package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +6 -0
- package/build/esm/types/mutations/organization-settings/index.d.ts +1 -0
- package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
- package/build/esm/types/mutations/organizations/index.d.ts +1 -0
- package/build/esm/types/mutations/organizations/organizations.mutation.d.ts +2 -0
- package/build/esm/types/mutations/payment-links/index.d.ts +1 -0
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +12 -0
- package/build/esm/types/mutations/payments/index.d.ts +1 -0
- package/build/esm/types/mutations/payments/payments.mutation.d.ts +13 -0
- package/build/esm/types/mutations/reconciliations/index.d.ts +2 -0
- package/build/esm/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
- package/build/esm/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
- package/build/esm/types/mutations/reports/index.d.ts +1 -0
- package/build/esm/types/mutations/reports/reports.mutation.d.ts +8 -0
- package/build/esm/types/mutations/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
- package/build/esm/types/mutations/saml-config/index.d.ts +1 -0
- package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +4 -0
- package/build/esm/types/mutations/scheduled-reports/index.d.ts +1 -0
- package/build/esm/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
- package/build/esm/types/mutations/security/index.d.ts +1 -0
- package/build/esm/types/mutations/security/security.mutation.d.ts +3 -0
- package/build/esm/types/mutations/settings/index.d.ts +1 -0
- package/build/esm/types/mutations/settings/settings.mutation.d.ts +17 -0
- package/build/esm/types/mutations/smart-routing/index.d.ts +1 -0
- package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +67 -0
- package/build/esm/types/mutations/team/index.d.ts +1 -0
- package/build/esm/types/mutations/team/team.mutaion.test.d.ts +1 -0
- package/build/esm/types/mutations/team/team.mutation.d.ts +8 -0
- package/build/esm/types/mutations/template-reporting/index.d.ts +1 -0
- package/build/esm/types/mutations/template-reporting/template-reporting.mutation.d.ts +20 -0
- package/build/esm/types/mutations/users/index.d.ts +1 -0
- package/build/esm/types/mutations/users/users.mutation.d.ts +16 -0
- package/build/esm/types/mutations/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +5 -0
- package/build/esm/types/queries/accounts/accounts.query.d.ts +24 -0
- package/build/esm/types/queries/accounts/index.d.ts +1 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +11 -0
- package/build/esm/types/queries/audit/index.d.ts +1 -0
- package/build/esm/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
- package/build/esm/types/queries/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/queries/chartgpt/chartgpt.query.d.ts +44 -0
- package/build/esm/types/queries/chartgpt/index.d.ts +1 -0
- package/build/esm/types/queries/checkouts/checkouts.query.d.ts +15 -0
- package/build/esm/types/queries/checkouts/index.d.ts +2 -0
- package/build/esm/types/queries/checkouts/styling/styling.query.d.ts +25 -0
- package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
- package/build/esm/types/queries/cms/index.d.ts +1 -0
- package/build/esm/types/queries/connections/connections.query.d.ts +3 -0
- package/build/esm/types/queries/connections/index.d.ts +1 -0
- package/build/esm/types/queries/data-report/data-report.query.d.ts +17 -0
- package/build/esm/types/queries/data-report/fraud/fraud.query.d.ts +17 -0
- package/build/esm/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
- package/build/esm/types/queries/data-report/index.d.ts +2 -0
- package/build/esm/types/queries/developers/developers.query.d.ts +14 -0
- package/build/esm/types/queries/developers/index.d.ts +1 -0
- package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
- package/build/esm/types/queries/dialogs/index.d.ts +1 -0
- package/build/esm/types/queries/feature-flags/feature-flags.test.d.ts +1 -0
- package/build/esm/types/queries/feature-flags/index.d.ts +8 -0
- package/build/esm/types/queries/firebase/firebase.query.d.ts +10 -0
- package/build/esm/types/queries/firebase/index.d.ts +1 -0
- package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +11 -0
- package/build/esm/types/queries/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/queries/index.d.ts +28 -0
- package/build/esm/types/queries/mfa/index.d.ts +1 -0
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +11 -0
- package/build/esm/types/queries/notifications/index.d.ts +1 -0
- package/build/esm/types/queries/notifications/notifications.query.d.ts +12 -0
- package/build/esm/types/queries/organizations/index.d.ts +1 -0
- package/build/esm/types/queries/organizations/organizations.query.d.ts +28 -0
- package/build/esm/types/queries/payment-links/index.d.ts +1 -0
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +7 -0
- package/build/esm/types/queries/payments/index.d.ts +2 -0
- package/build/esm/types/queries/payments/payments.query.d.ts +36 -0
- package/build/esm/types/queries/payments/payouts.query.d.ts +6 -0
- package/build/esm/types/queries/reconciliations/index.d.ts +6 -0
- package/build/esm/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
- package/build/esm/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +11 -0
- package/build/esm/types/queries/reports/index.d.ts +1 -0
- package/build/esm/types/queries/reports/reports.query.d.ts +13 -0
- package/build/esm/types/queries/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
- package/build/esm/types/queries/saml-config/index.d.ts +1 -0
- package/build/esm/types/queries/saml-config/saml-config.query.d.ts +4 -0
- package/build/esm/types/queries/smart-routing/index.d.ts +1 -0
- package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +30 -0
- package/build/esm/types/queries/team/index.d.ts +1 -0
- package/build/esm/types/queries/team/team.query.d.ts +14 -0
- package/build/esm/types/queries/template-reporting/index.d.ts +1 -0
- package/build/esm/types/queries/template-reporting/template-reporting.query.d.ts +7 -0
- package/build/esm/types/queries/translation/index.d.ts +1 -0
- package/build/esm/types/queries/translation/translation.query.d.ts +5 -0
- package/build/esm/types/queries/users/index.d.ts +1 -0
- package/build/esm/types/queries/users/users.query.d.ts +25 -0
- package/build/esm/types/queries/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
- package/build/esm/types/store/index.d.ts +3 -0
- package/build/esm/types/types/accounts/accounts.d.ts +11 -0
- package/build/esm/types/types/accounts/index.d.ts +1 -0
- package/build/esm/types/types/ai/ai.d.ts +78 -0
- package/build/esm/types/types/ai/index.d.ts +1 -0
- package/build/esm/types/types/allowed-list/allowed-list.d.ts +9 -0
- package/build/esm/types/types/allowed-list/index.d.ts +1 -0
- package/build/esm/types/types/audit/audit.d.ts +191 -0
- package/build/esm/types/types/audit/index.d.ts +1 -0
- package/build/esm/types/types/batch-refunds/batch-refunds.d.ts +38 -0
- package/build/esm/types/types/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/types/checkout/checkout.d.ts +207 -0
- package/build/esm/types/types/checkout/index.d.ts +1 -0
- package/build/esm/types/types/checkout/styling/styling.d.ts +215 -0
- package/build/esm/types/types/cms/cms.d.ts +47 -0
- package/build/esm/types/types/cms/index.d.ts +1 -0
- package/build/esm/types/types/connection/connection.d.ts +54 -0
- package/build/esm/types/types/connection/costs.d.ts +26 -0
- package/build/esm/types/types/connection/index.d.ts +2 -0
- package/build/esm/types/types/country/country.d.ts +12 -0
- package/build/esm/types/types/country/index.d.ts +1 -0
- package/build/esm/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
- package/build/esm/types/types/customized-api-keys/index.d.ts +1 -0
- package/build/esm/types/types/data-report/conversion-rate.types.d.ts +48 -0
- package/build/esm/types/types/data-report/data-report.d.ts +51 -0
- package/build/esm/types/types/data-report/fraud.types.d.ts +165 -0
- package/build/esm/types/types/data-report/index.d.ts +3 -0
- package/build/esm/types/types/developer/developer.d.ts +13 -0
- package/build/esm/types/types/developer/index.d.ts +1 -0
- package/build/esm/types/types/feature-flags/intex.d.ts +13 -0
- package/build/esm/types/types/fraud-screening/fraud-screening.d.ts +109 -0
- package/build/esm/types/types/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/types/index.d.ts +31 -0
- package/build/esm/types/types/mfa/index.d.ts +1 -0
- package/build/esm/types/types/mfa/mfa.d.ts +6 -0
- package/build/esm/types/types/notifications/index.d.ts +1 -0
- package/build/esm/types/types/notifications/notifications.d.ts +39 -0
- package/build/esm/types/types/operation-transaction/index.d.ts +1 -0
- package/build/esm/types/types/operation-transaction/operation-transaction.d.ts +28 -0
- package/build/esm/types/types/organization/index.d.ts +1 -0
- package/build/esm/types/types/organization/organization.d.ts +136 -0
- package/build/esm/types/types/organization-settings/index.d.ts +1 -0
- package/build/esm/types/types/organization-settings/organization-settings.d.ts +27 -0
- package/build/esm/types/types/payment/index.d.ts +1 -0
- package/build/esm/types/types/payment/payment.d.ts +566 -0
- package/build/esm/types/types/payment-links/index.d.ts +1 -0
- package/build/esm/types/types/payment-links/payment-links.d.ts +15 -0
- package/build/esm/types/types/payouts/index.d.ts +1 -0
- package/build/esm/types/types/payouts/payouts.d.ts +105 -0
- package/build/esm/types/types/reconciliation/index.d.ts +6 -0
- package/build/esm/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
- package/build/esm/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
- package/build/esm/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
- package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +45 -0
- package/build/esm/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
- package/build/esm/types/types/reconciliation/reconciliation.d.ts +345 -0
- package/build/esm/types/types/reports/index.d.ts +1 -0
- package/build/esm/types/types/reports/reports.d.ts +136 -0
- package/build/esm/types/types/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/types/routing-monitors/routing-monitors.d.ts +35 -0
- package/build/esm/types/types/s3-client/index.d.ts +1 -0
- package/build/esm/types/types/s3-client/s3-client.d.ts +19 -0
- package/build/esm/types/types/saml-config/index.d.ts +1 -0
- package/build/esm/types/types/saml-config/saml-config.d.ts +28 -0
- package/build/esm/types/types/smart-routing/index.d.ts +1 -0
- package/build/esm/types/types/smart-routing/smart-routing.d.ts +330 -0
- package/build/esm/types/types/team/index.d.ts +1 -0
- package/build/esm/types/types/team/team.d.ts +75 -0
- package/build/esm/types/types/template-reporting/common.types.d.ts +60 -0
- package/build/esm/types/types/template-reporting/index.d.ts +47 -0
- package/build/esm/types/types/template-reporting/schedule.types.d.ts +58 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +86 -0
- package/build/esm/types/types/translation/index.d.ts +1 -0
- package/build/esm/types/types/translation/translation.d.ts +8 -0
- package/build/esm/types/types/user/index.d.ts +1 -0
- package/build/esm/types/types/user/user.d.ts +181 -0
- package/build/esm/types/types/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/types/velocity-rules/velocity-rules.d.ts +15 -0
- package/build/esm/types/types/webhook/index.d.ts +1 -0
- package/build/esm/types/types/webhook/webhook.d.ts +63 -0
- package/build/esm/types/utils/enums.d.ts +162 -0
- package/build/esm/types/utils/handler-error.d.ts +6 -0
- package/build/esm/types/utils/test-utils.d.ts +5 -0
- package/build/esm/types/utils/use-localstorage.d.ts +2 -0
- package/build/esm/types/websockets/index.d.ts +1 -0
- package/build/esm/types/websockets/use-chart-assistant-socket.d.ts +17 -0
- package/build/esm/types/websockets/use-chart-assistant-socket.test.d.ts +1 -0
- package/build/esm/types/yuno-dashboard-api-mfe.d.ts +8 -0
- package/build/index.d.ts +3 -0
- package/package.json +8 -10
- package/build/index.js +0 -42
- /package/build/{types → cjs/types}/api/api.d.ts +0 -0
- /package/build/{types → cjs/types}/api/api.singleton.d.ts +0 -0
- /package/build/{types → cjs/types}/api/api.types.d.ts +0 -0
- /package/build/{types → cjs/types}/api/index.d.ts +0 -0
- /package/build/{types → cjs/types}/api-provider.d.ts +0 -0
- /package/build/{types → cjs/types}/common/config.d.ts +0 -0
- /package/build/{types → cjs/types}/constants/errors-code.constant.d.ts +0 -0
- /package/build/{types → cjs/types}/constants/index.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/__tests__/http-client.test.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/api.config.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/axios.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/http-client.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/browser.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/insights.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/organizations.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/payments.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/payments/payments.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/payments/transaction-details.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/S3Client/S3Client.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/S3Client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/accounts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/delete-mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/ai.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/ai.mutation.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/audit-api.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/audit.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/chartgpt/chartgpt.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/chartgpt/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/checkouts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/styling/styling.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/connections/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/developers/developers.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/developers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/insights/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/insights/insights.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/multi-factor-authentication/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/notifications/notifications.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organization-settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organization-settings/organization-settings.mutations.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organizations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organizations/organizations.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payment-links/payment-links.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payments/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payments/payments.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reports/reports.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/scheduled-reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/security/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/security/security.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/settings/settings.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/smart-routing/smart-routing.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/team.mutaion.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/team.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/template-reporting/template-reporting.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/users/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/users/users.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/accounts/accounts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/audit/audit.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/batch-refunds/batch-refunds.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/chartgpt/chartgpt.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/chartgpt/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/checkouts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/styling/styling.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/cms/cms.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/cms/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/connections/connections.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/connections/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/data-report.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.test.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/developers/developers.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/developers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/dialogs/dialogs.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/dialogs/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/feature-flags/feature-flags.test.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/feature-flags/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/firebase/firebase.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/firebase/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/fraud-screening/fraud-screening.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/mfa/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/mfa/organization-settings.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/notifications/notifications.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/organizations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/organizations/organizations.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payment-links/payment-links.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/payments.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/payouts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-fees.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-sales.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reports/reports.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/routing-monitors/routing-monitors.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/smart-routing/smart-routing.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/team/team.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/template-reporting/template-reporting.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/translation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/translation/translation.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/users/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/users/users.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/velocity-rules/velocity-rules.query.d.ts +0 -0
- /package/build/{types → cjs/types}/store/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/accounts/accounts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/ai/ai.d.ts +0 -0
- /package/build/{types → cjs/types}/types/ai/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/allowed-list/allowed-list.d.ts +0 -0
- /package/build/{types → cjs/types}/types/allowed-list/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/audit/audit.d.ts +0 -0
- /package/build/{types → cjs/types}/types/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/batch-refunds/batch-refunds.d.ts +0 -0
- /package/build/{types → cjs/types}/types/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/checkout.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/styling/styling.d.ts +0 -0
- /package/build/{types → cjs/types}/types/cms/cms.d.ts +0 -0
- /package/build/{types → cjs/types}/types/cms/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/connection.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/costs.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/country/country.d.ts +0 -0
- /package/build/{types → cjs/types}/types/country/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/customized-api-keys/customized-api-keys.d.ts +0 -0
- /package/build/{types → cjs/types}/types/customized-api-keys/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/conversion-rate.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/data-report.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/fraud.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/developer/developer.d.ts +0 -0
- /package/build/{types → cjs/types}/types/developer/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/feature-flags/intex.d.ts +0 -0
- /package/build/{types → cjs/types}/types/fraud-screening/fraud-screening.d.ts +0 -0
- /package/build/{types → cjs/types}/types/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/mfa/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/mfa/mfa.d.ts +0 -0
- /package/build/{types → cjs/types}/types/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/notifications/notifications.d.ts +0 -0
- /package/build/{types → cjs/types}/types/operation-transaction/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/operation-transaction/operation-transaction.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization-settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization-settings/organization-settings.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment/payment.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment-links/payment-links.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payouts/payouts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-advancements.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-agenda.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-alerts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-fees.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-sales.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reports/reports.d.ts +0 -0
- /package/build/{types → cjs/types}/types/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/routing-monitors/routing-monitors.d.ts +0 -0
- /package/build/{types → cjs/types}/types/s3-client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/s3-client/s3-client.d.ts +0 -0
- /package/build/{types → cjs/types}/types/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/saml-config/saml-config.d.ts +0 -0
- /package/build/{types → cjs/types}/types/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/smart-routing/smart-routing.d.ts +0 -0
- /package/build/{types → cjs/types}/types/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/team/team.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/common.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/schedule.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/template.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/translation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/translation/translation.d.ts +0 -0
- /package/build/{types → cjs/types}/types/user/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/user/user.d.ts +0 -0
- /package/build/{types → cjs/types}/types/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/velocity-rules/velocity-rules.d.ts +0 -0
- /package/build/{types → cjs/types}/types/webhook/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/webhook/webhook.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/enums.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/handler-error.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/use-localstorage.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/index.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.test.d.ts +0 -0
- /package/build/{types → cjs/types}/yuno-dashboard-api-mfe.d.ts +0 -0
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
export declare namespace Checkout {
|
|
2
|
+
export interface PaymentMethodsPayload {
|
|
3
|
+
payment_method_type: string;
|
|
4
|
+
is_active: boolean;
|
|
5
|
+
is_archive?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface PaymentMethods {
|
|
8
|
+
payment_method_type: string;
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
is_active: boolean;
|
|
12
|
+
is_archive: boolean;
|
|
13
|
+
icon: string;
|
|
14
|
+
created_at: Date;
|
|
15
|
+
updated_at: Date;
|
|
16
|
+
deleted_at?: Date;
|
|
17
|
+
category: string;
|
|
18
|
+
hint?: string;
|
|
19
|
+
short_name: string;
|
|
20
|
+
order_to_show: number;
|
|
21
|
+
type: string;
|
|
22
|
+
has_enrollment: boolean;
|
|
23
|
+
conditions_quantity: number;
|
|
24
|
+
active_enrollment_type: string;
|
|
25
|
+
}
|
|
26
|
+
export interface CheckoutList {
|
|
27
|
+
account_code: string;
|
|
28
|
+
code: string;
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
is_active: boolean;
|
|
32
|
+
is_archive: boolean;
|
|
33
|
+
organization_code: string;
|
|
34
|
+
root: boolean;
|
|
35
|
+
created_at: Date;
|
|
36
|
+
updated_at: Date;
|
|
37
|
+
deleted_at?: Date;
|
|
38
|
+
payment_methods: PaymentMethods[];
|
|
39
|
+
feature_flags?: {
|
|
40
|
+
custom_required_fields?: boolean;
|
|
41
|
+
custom_logo_icon?: boolean;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
export interface GetNameAndIconArgs {
|
|
45
|
+
paymentMethodType: string;
|
|
46
|
+
type: string;
|
|
47
|
+
}
|
|
48
|
+
export interface GetNameAndIconResponse {
|
|
49
|
+
is_active: boolean;
|
|
50
|
+
icon: string | null;
|
|
51
|
+
name: string | null;
|
|
52
|
+
description: string | null;
|
|
53
|
+
default: {
|
|
54
|
+
icon: string | null;
|
|
55
|
+
name: string | null;
|
|
56
|
+
description: string | null;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
export interface GetRequiredFieldsArgs {
|
|
60
|
+
paymentMethodType: string;
|
|
61
|
+
type: string;
|
|
62
|
+
}
|
|
63
|
+
interface Provider {
|
|
64
|
+
provider_id: string;
|
|
65
|
+
icon: string;
|
|
66
|
+
}
|
|
67
|
+
interface RequiredField {
|
|
68
|
+
field_name: string;
|
|
69
|
+
providers: Provider[];
|
|
70
|
+
is_active: boolean;
|
|
71
|
+
current_value?: string;
|
|
72
|
+
options?: string[];
|
|
73
|
+
}
|
|
74
|
+
export interface GetRequiredFieldsResponse {
|
|
75
|
+
payment_method: string;
|
|
76
|
+
is_active: boolean;
|
|
77
|
+
required_fields: RequiredField[];
|
|
78
|
+
}
|
|
79
|
+
export interface CheckoutTemplateResponse {
|
|
80
|
+
account_code: string;
|
|
81
|
+
organization_code: string;
|
|
82
|
+
template: {
|
|
83
|
+
branding: {
|
|
84
|
+
primary: string;
|
|
85
|
+
};
|
|
86
|
+
payment_form: {
|
|
87
|
+
field: {
|
|
88
|
+
name: {
|
|
89
|
+
display: string;
|
|
90
|
+
font_size: number;
|
|
91
|
+
font_color: string;
|
|
92
|
+
font_weight: string;
|
|
93
|
+
};
|
|
94
|
+
style: string;
|
|
95
|
+
font_size: number;
|
|
96
|
+
font_color: string;
|
|
97
|
+
font_weight: string;
|
|
98
|
+
background_color: string;
|
|
99
|
+
placeholder_color: string;
|
|
100
|
+
};
|
|
101
|
+
button: {
|
|
102
|
+
style: string;
|
|
103
|
+
font_size: number;
|
|
104
|
+
font_color: string;
|
|
105
|
+
font_weight: string;
|
|
106
|
+
background_color: string;
|
|
107
|
+
};
|
|
108
|
+
selector: {
|
|
109
|
+
style: string;
|
|
110
|
+
thickness: number;
|
|
111
|
+
border_color: string;
|
|
112
|
+
background_color: string;
|
|
113
|
+
};
|
|
114
|
+
settings: {
|
|
115
|
+
font_size: number;
|
|
116
|
+
font_color: string;
|
|
117
|
+
font_weight: string;
|
|
118
|
+
background_color: string;
|
|
119
|
+
};
|
|
120
|
+
container: {
|
|
121
|
+
edge_color: string;
|
|
122
|
+
fill_color: string;
|
|
123
|
+
edge_radius: number;
|
|
124
|
+
edge_weight: number;
|
|
125
|
+
outside_color: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
checkout_font: {
|
|
129
|
+
font_family: string;
|
|
130
|
+
};
|
|
131
|
+
shopping_cart: {
|
|
132
|
+
font_color: string;
|
|
133
|
+
description: {
|
|
134
|
+
font_color: string;
|
|
135
|
+
};
|
|
136
|
+
information: {
|
|
137
|
+
background_color: string;
|
|
138
|
+
};
|
|
139
|
+
background_color: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
created_at: string;
|
|
143
|
+
updated_at: string;
|
|
144
|
+
}
|
|
145
|
+
export interface UpdateIsActiveCheckoutParams {
|
|
146
|
+
checkoutCode: string;
|
|
147
|
+
paymentMethods: {
|
|
148
|
+
is_active: boolean;
|
|
149
|
+
payment_method_type: string;
|
|
150
|
+
order_to_show: number;
|
|
151
|
+
active_enrollment_type?: string;
|
|
152
|
+
type: string;
|
|
153
|
+
icon_name_to_override?: {
|
|
154
|
+
is_active: boolean;
|
|
155
|
+
name: string | null;
|
|
156
|
+
icon: string | null;
|
|
157
|
+
description: string | null;
|
|
158
|
+
};
|
|
159
|
+
required_fields_to_override?: {
|
|
160
|
+
is_active: boolean | null;
|
|
161
|
+
fields: {
|
|
162
|
+
current_value: string | null;
|
|
163
|
+
field_name: string;
|
|
164
|
+
is_active: boolean;
|
|
165
|
+
}[];
|
|
166
|
+
enrollment_fields: {
|
|
167
|
+
current_value: string | null;
|
|
168
|
+
field_name: string;
|
|
169
|
+
is_active: boolean;
|
|
170
|
+
}[];
|
|
171
|
+
is_enrollment_active: boolean | null;
|
|
172
|
+
};
|
|
173
|
+
conditions_to_override?: {
|
|
174
|
+
name: string;
|
|
175
|
+
order: number;
|
|
176
|
+
payment_method_data: {
|
|
177
|
+
name: string | null;
|
|
178
|
+
description: string | null;
|
|
179
|
+
logo: string | null;
|
|
180
|
+
};
|
|
181
|
+
conditions: {
|
|
182
|
+
icon: string | null;
|
|
183
|
+
condition_type: string;
|
|
184
|
+
conditional: string;
|
|
185
|
+
values: string[];
|
|
186
|
+
id: string | null;
|
|
187
|
+
condition_set_id: string | null;
|
|
188
|
+
additional_field_name: string | null;
|
|
189
|
+
time_period_start_time: string | null;
|
|
190
|
+
metadata_key: string | null;
|
|
191
|
+
time_period_end_time: string | null;
|
|
192
|
+
time_period_repeat_amount: string | null;
|
|
193
|
+
time_period_repeat_frequency: string | null;
|
|
194
|
+
time_period_repetition_days: string | null;
|
|
195
|
+
complex_index: number | null;
|
|
196
|
+
complex_name: string | null;
|
|
197
|
+
detail: {
|
|
198
|
+
operators: string[] | null;
|
|
199
|
+
payment_method: string | null;
|
|
200
|
+
value_source: string | null;
|
|
201
|
+
};
|
|
202
|
+
}[];
|
|
203
|
+
}[];
|
|
204
|
+
}[];
|
|
205
|
+
}
|
|
206
|
+
export {};
|
|
207
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './checkout';
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
export declare namespace Styling {
|
|
2
|
+
type Mode = 'default';
|
|
3
|
+
interface Spacing {
|
|
4
|
+
top: number;
|
|
5
|
+
right: number;
|
|
6
|
+
bottom: number;
|
|
7
|
+
left: number;
|
|
8
|
+
}
|
|
9
|
+
interface BorderRadius {
|
|
10
|
+
top_left: number;
|
|
11
|
+
top_right: number;
|
|
12
|
+
bottom_right: number;
|
|
13
|
+
bottom_left: number;
|
|
14
|
+
}
|
|
15
|
+
interface Decorator {
|
|
16
|
+
hover: StyleProps;
|
|
17
|
+
disabled: StyleProps;
|
|
18
|
+
focused: StyleProps;
|
|
19
|
+
error: StyleProps;
|
|
20
|
+
}
|
|
21
|
+
type StyleProps = {
|
|
22
|
+
color: string;
|
|
23
|
+
font_family: string;
|
|
24
|
+
font_size: number;
|
|
25
|
+
font_weight: string | number;
|
|
26
|
+
line_height: number;
|
|
27
|
+
padding: Spacing;
|
|
28
|
+
margin: Spacing;
|
|
29
|
+
background_color: string;
|
|
30
|
+
border_radius: BorderRadius;
|
|
31
|
+
decorator: Decorator;
|
|
32
|
+
text_align: string;
|
|
33
|
+
width: number;
|
|
34
|
+
height: number;
|
|
35
|
+
weight: number;
|
|
36
|
+
border_color: string;
|
|
37
|
+
border_style: string;
|
|
38
|
+
border_width: number;
|
|
39
|
+
};
|
|
40
|
+
type Style = {
|
|
41
|
+
props: StyleProps;
|
|
42
|
+
ref: string;
|
|
43
|
+
};
|
|
44
|
+
type Variables = {
|
|
45
|
+
color_primary: string;
|
|
46
|
+
background_color: string;
|
|
47
|
+
};
|
|
48
|
+
interface Section {
|
|
49
|
+
mode: Mode;
|
|
50
|
+
variables?: Variables;
|
|
51
|
+
styles: Style[];
|
|
52
|
+
}
|
|
53
|
+
interface Sections {
|
|
54
|
+
general: Section;
|
|
55
|
+
pm_list: Section;
|
|
56
|
+
apm: Section;
|
|
57
|
+
card_one_step: Section;
|
|
58
|
+
card_step_by_step: Section;
|
|
59
|
+
}
|
|
60
|
+
export interface Theme {
|
|
61
|
+
account_code: string;
|
|
62
|
+
sections: Sections;
|
|
63
|
+
}
|
|
64
|
+
export interface Settings {
|
|
65
|
+
sdk_dynamic: boolean;
|
|
66
|
+
}
|
|
67
|
+
export {};
|
|
68
|
+
}
|
|
69
|
+
export declare namespace StylingSettings {
|
|
70
|
+
interface UpdateSettings {
|
|
71
|
+
styles: {
|
|
72
|
+
global?: {
|
|
73
|
+
accent_color?: string;
|
|
74
|
+
primary_background_color?: string;
|
|
75
|
+
primary_text_color?: string;
|
|
76
|
+
primary_button_text_color?: string;
|
|
77
|
+
secondary_background_color?: string;
|
|
78
|
+
secondary_text_color?: string;
|
|
79
|
+
secondary_button_background_color?: string;
|
|
80
|
+
secondary_button_text_color?: string;
|
|
81
|
+
font_family?: string;
|
|
82
|
+
};
|
|
83
|
+
header?: {
|
|
84
|
+
logo_border_size?: number;
|
|
85
|
+
logo_border_color?: string;
|
|
86
|
+
logo_corner_radius?: number;
|
|
87
|
+
font_size?: number;
|
|
88
|
+
font_weight?: number;
|
|
89
|
+
};
|
|
90
|
+
button?: {
|
|
91
|
+
corner_radius?: number;
|
|
92
|
+
border_size?: number;
|
|
93
|
+
primary_border_color?: string;
|
|
94
|
+
secondary_border_color?: string;
|
|
95
|
+
font_size?: number;
|
|
96
|
+
font_weight?: number;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
settings: {
|
|
100
|
+
sdk_type?: {
|
|
101
|
+
web?: 'SEAMLESS' | 'FULL';
|
|
102
|
+
mobile?: 'SEAMLESS' | 'FULL';
|
|
103
|
+
};
|
|
104
|
+
card?: {
|
|
105
|
+
enable_ocr?: boolean;
|
|
106
|
+
save_on_success?: boolean;
|
|
107
|
+
visualization_mode?: VisualizationMode;
|
|
108
|
+
credit_card_only_processing?: boolean;
|
|
109
|
+
};
|
|
110
|
+
web_sdk?: {
|
|
111
|
+
hide_pay_button?: boolean;
|
|
112
|
+
render_mode?: RenderMode;
|
|
113
|
+
};
|
|
114
|
+
payment_method_list?: {
|
|
115
|
+
unfolded_display?: boolean;
|
|
116
|
+
preselected_payment_method?: boolean;
|
|
117
|
+
condensed_checkout_view?: boolean;
|
|
118
|
+
edit_payment_method_list?: boolean;
|
|
119
|
+
};
|
|
120
|
+
ui?: {
|
|
121
|
+
dark_mode?: boolean;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
flags?: {
|
|
125
|
+
force_default_styles?: boolean;
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
interface UpdateSettingsResponse extends UpdateSettings {
|
|
129
|
+
external_fonts: {
|
|
130
|
+
family_name: string;
|
|
131
|
+
files: {
|
|
132
|
+
url: string;
|
|
133
|
+
weight: number;
|
|
134
|
+
}[];
|
|
135
|
+
}[];
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
export declare enum RenderMode {
|
|
139
|
+
MODAL = "MODAL",
|
|
140
|
+
RENDER = "RENDER"
|
|
141
|
+
}
|
|
142
|
+
export declare enum VisualizationMode {
|
|
143
|
+
ONE_STEP = "ONE_STEP",
|
|
144
|
+
STEP_BY_STEP = "STEP_BY_STEP"
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @deprecated since version 0.36.27. Remove all the code below when new styling section is fully implemented
|
|
148
|
+
*/
|
|
149
|
+
type Mode = 'default';
|
|
150
|
+
interface Spacing {
|
|
151
|
+
top: number;
|
|
152
|
+
right: number;
|
|
153
|
+
bottom: number;
|
|
154
|
+
left: number;
|
|
155
|
+
}
|
|
156
|
+
interface BorderRadius {
|
|
157
|
+
top_left: number;
|
|
158
|
+
top_right: number;
|
|
159
|
+
bottom_right: number;
|
|
160
|
+
bottom_left: number;
|
|
161
|
+
}
|
|
162
|
+
interface Decorator {
|
|
163
|
+
hover: StyleProps;
|
|
164
|
+
disabled: StyleProps;
|
|
165
|
+
focused: StyleProps;
|
|
166
|
+
error: StyleProps;
|
|
167
|
+
}
|
|
168
|
+
type StyleProps = {
|
|
169
|
+
color: string;
|
|
170
|
+
font_family: string;
|
|
171
|
+
font_size: number;
|
|
172
|
+
font_weight: string | number;
|
|
173
|
+
line_height: number;
|
|
174
|
+
padding: Spacing;
|
|
175
|
+
margin: Spacing;
|
|
176
|
+
background_color: string;
|
|
177
|
+
border_radius: BorderRadius;
|
|
178
|
+
decorator: Decorator;
|
|
179
|
+
text_align: string;
|
|
180
|
+
width: number;
|
|
181
|
+
height: number;
|
|
182
|
+
weight: number;
|
|
183
|
+
border_color: string;
|
|
184
|
+
border_style: string;
|
|
185
|
+
border_width: number;
|
|
186
|
+
};
|
|
187
|
+
type Style = {
|
|
188
|
+
props: StyleProps;
|
|
189
|
+
ref: string;
|
|
190
|
+
};
|
|
191
|
+
type Variables = {
|
|
192
|
+
color_primary: string;
|
|
193
|
+
background_color: string;
|
|
194
|
+
};
|
|
195
|
+
interface Section {
|
|
196
|
+
mode: Mode;
|
|
197
|
+
variables?: Variables;
|
|
198
|
+
styles: Style[];
|
|
199
|
+
}
|
|
200
|
+
interface Sections {
|
|
201
|
+
general: Section;
|
|
202
|
+
pm_list: Section;
|
|
203
|
+
apm: Section;
|
|
204
|
+
card_one_step: Section;
|
|
205
|
+
card_step_by_step: Section;
|
|
206
|
+
}
|
|
207
|
+
interface ThemeWithPartialSections {
|
|
208
|
+
account_code: string;
|
|
209
|
+
sections: Partial<Sections>;
|
|
210
|
+
}
|
|
211
|
+
export interface UpdateStylingThemeParams {
|
|
212
|
+
accountCode: string;
|
|
213
|
+
theme: ThemeWithPartialSections;
|
|
214
|
+
}
|
|
215
|
+
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare namespace Cms {
|
|
2
|
+
enum Locale {
|
|
3
|
+
EN = "en",
|
|
4
|
+
ES = "es",
|
|
5
|
+
PT = "pt"
|
|
6
|
+
}
|
|
7
|
+
enum Target {
|
|
8
|
+
BLANK = "_blank",
|
|
9
|
+
PARENT = "_parent",
|
|
10
|
+
SELF = "_self",
|
|
11
|
+
TOP = "_top"
|
|
12
|
+
}
|
|
13
|
+
interface Content<T> {
|
|
14
|
+
id: 1;
|
|
15
|
+
attributes: T;
|
|
16
|
+
}
|
|
17
|
+
interface BaseItem {
|
|
18
|
+
createdAt: string;
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
publishedAt: string;
|
|
21
|
+
locale: Locale;
|
|
22
|
+
}
|
|
23
|
+
interface MenuItem extends BaseItem {
|
|
24
|
+
text: string;
|
|
25
|
+
pathname?: string;
|
|
26
|
+
position: number;
|
|
27
|
+
icon?: string;
|
|
28
|
+
type?: 'SUB_HEADER';
|
|
29
|
+
target?: Target;
|
|
30
|
+
permission: string;
|
|
31
|
+
}
|
|
32
|
+
type Menu = GroupByLocale<MenuItem>;
|
|
33
|
+
type GroupByLocale<T> = {
|
|
34
|
+
[key in Locale]: T;
|
|
35
|
+
};
|
|
36
|
+
type StatusStyle = {
|
|
37
|
+
status: string;
|
|
38
|
+
sub_status?: string;
|
|
39
|
+
icon: string;
|
|
40
|
+
type: string;
|
|
41
|
+
label: string;
|
|
42
|
+
};
|
|
43
|
+
type Language = {
|
|
44
|
+
code: string;
|
|
45
|
+
name: string;
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cms';
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Cost } from './costs';
|
|
2
|
+
export declare namespace Connection {
|
|
3
|
+
interface Connection {
|
|
4
|
+
id: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
more_info_url: string;
|
|
7
|
+
name: string;
|
|
8
|
+
category: string;
|
|
9
|
+
location_coverage: string[];
|
|
10
|
+
description: string;
|
|
11
|
+
active: boolean;
|
|
12
|
+
future?: boolean;
|
|
13
|
+
created_at: string;
|
|
14
|
+
updated_at: string;
|
|
15
|
+
}
|
|
16
|
+
interface ConnectionPayloadParams {
|
|
17
|
+
param_id: string;
|
|
18
|
+
value: string;
|
|
19
|
+
}
|
|
20
|
+
interface ConnectionPayload {
|
|
21
|
+
provider_id: string;
|
|
22
|
+
country: string;
|
|
23
|
+
name: string;
|
|
24
|
+
params: ConnectionPayloadParams[];
|
|
25
|
+
costs?: Cost[];
|
|
26
|
+
accounts?: string[];
|
|
27
|
+
}
|
|
28
|
+
interface ConnectionMultiaccountResponse {
|
|
29
|
+
accounts: string[];
|
|
30
|
+
provider_id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
payment_method_type: string;
|
|
33
|
+
country: string;
|
|
34
|
+
params: Params[];
|
|
35
|
+
}
|
|
36
|
+
interface Params {
|
|
37
|
+
param_id: string;
|
|
38
|
+
value: string;
|
|
39
|
+
}
|
|
40
|
+
type PostDefaultRoutes = {
|
|
41
|
+
payload: {
|
|
42
|
+
provider_id: string;
|
|
43
|
+
connections: [integration_code: string, account_code: string];
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
type PostDefaultRoutesResponse = {
|
|
47
|
+
default_routes_created: [
|
|
48
|
+
{
|
|
49
|
+
account_code: string;
|
|
50
|
+
workflow_version_code: string;
|
|
51
|
+
}
|
|
52
|
+
];
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface Condition {
|
|
2
|
+
condition_name: string;
|
|
3
|
+
condition_type: string;
|
|
4
|
+
condition_values: string[];
|
|
5
|
+
conditional: string;
|
|
6
|
+
}
|
|
7
|
+
export interface Cost {
|
|
8
|
+
cost_name: string;
|
|
9
|
+
sort_number: number;
|
|
10
|
+
cost_values: {
|
|
11
|
+
successful: {
|
|
12
|
+
percentage: number;
|
|
13
|
+
fixed_fee: number;
|
|
14
|
+
};
|
|
15
|
+
unsuccessful: {
|
|
16
|
+
percentage: number;
|
|
17
|
+
fixed_fee: number;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
currency: string[];
|
|
21
|
+
conditions: Condition[];
|
|
22
|
+
}
|
|
23
|
+
export interface CostPayload {
|
|
24
|
+
costs: Cost[];
|
|
25
|
+
integration_code: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './country';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare namespace CustomizedApiKeys {
|
|
2
|
+
interface ICustomizedApiKeys {
|
|
3
|
+
name: string;
|
|
4
|
+
code: string;
|
|
5
|
+
credential: string;
|
|
6
|
+
user_code: string;
|
|
7
|
+
details: {
|
|
8
|
+
accounts: [
|
|
9
|
+
{
|
|
10
|
+
name: string;
|
|
11
|
+
code_live: string;
|
|
12
|
+
code_testing: string;
|
|
13
|
+
}
|
|
14
|
+
];
|
|
15
|
+
assigned_users: [
|
|
16
|
+
{
|
|
17
|
+
code: string;
|
|
18
|
+
name: string;
|
|
19
|
+
}
|
|
20
|
+
];
|
|
21
|
+
};
|
|
22
|
+
apply_to_all_accounts: false;
|
|
23
|
+
created_at: string;
|
|
24
|
+
last_used: null;
|
|
25
|
+
}
|
|
26
|
+
interface ICustomizedApiKeysProducts {
|
|
27
|
+
key: string;
|
|
28
|
+
description: string;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './customized-api-keys';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface ConversionRateParams {
|
|
2
|
+
start_date: string;
|
|
3
|
+
end_date: string;
|
|
4
|
+
periodicity: string;
|
|
5
|
+
provider_id: string;
|
|
6
|
+
payment_method_type: string;
|
|
7
|
+
currency_code: string;
|
|
8
|
+
timezone: string;
|
|
9
|
+
source: string;
|
|
10
|
+
new_version: boolean;
|
|
11
|
+
payment_statuses: string;
|
|
12
|
+
card_brand: string;
|
|
13
|
+
}
|
|
14
|
+
export interface ConversionRateBody {
|
|
15
|
+
account_codes: string[];
|
|
16
|
+
connection_name: string[];
|
|
17
|
+
}
|
|
18
|
+
export interface ConversionRatePeriodicityRecord {
|
|
19
|
+
[key: string]: number;
|
|
20
|
+
}
|
|
21
|
+
export interface ConversionRateOverview {
|
|
22
|
+
total: {
|
|
23
|
+
total_conversion_rate: number;
|
|
24
|
+
insight_payment_total_conversion_rate_periodicity: ConversionRatePeriodicityRecord;
|
|
25
|
+
};
|
|
26
|
+
cards: {
|
|
27
|
+
cards_approvals_rate: number;
|
|
28
|
+
insight_payment_total_conversion_rate_periodicity_for_card: ConversionRatePeriodicityRecord;
|
|
29
|
+
};
|
|
30
|
+
apms: {
|
|
31
|
+
apms_conversion_rate: number;
|
|
32
|
+
insight_payment_total_conversion_rate_periodicity_for_apm: ConversionRatePeriodicityRecord;
|
|
33
|
+
};
|
|
34
|
+
cards_without_insufficient_funds: {
|
|
35
|
+
without_insufficient_funds_conversion_rate: number;
|
|
36
|
+
insight_conversion_rate_without_insufficient_funds: ConversionRatePeriodicityRecord;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export interface ConversionRateOverviewFraud3ds {
|
|
40
|
+
fraud: {
|
|
41
|
+
conversion_rate_fraud_transactions: number;
|
|
42
|
+
conversion_fraud_transactions_periodicity: ConversionRatePeriodicityRecord | null;
|
|
43
|
+
};
|
|
44
|
+
'3ds': {
|
|
45
|
+
conversion_rate_card_transactions3ds: number;
|
|
46
|
+
conversion_rate_card_transactions3ds_periodicity: ConversionRatePeriodicityRecord;
|
|
47
|
+
};
|
|
48
|
+
}
|