@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,199 @@
|
|
|
1
|
+
export interface GetPaymentsParams {
|
|
2
|
+
start_date?: string | Date;
|
|
3
|
+
end_date?: string | Date;
|
|
4
|
+
page?: number;
|
|
5
|
+
size?: number;
|
|
6
|
+
enabled?: boolean;
|
|
7
|
+
account_code?: string;
|
|
8
|
+
payment_link_code?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetPaymentsEvaluatedParams {
|
|
11
|
+
start_date: string | Date;
|
|
12
|
+
end_date: string | Date;
|
|
13
|
+
page: number;
|
|
14
|
+
size: number;
|
|
15
|
+
enabled?: boolean;
|
|
16
|
+
account_code?: string;
|
|
17
|
+
date: string;
|
|
18
|
+
statuses: [];
|
|
19
|
+
sub_statuses: [];
|
|
20
|
+
account_codes: [];
|
|
21
|
+
countries: [];
|
|
22
|
+
payment_method_types: [];
|
|
23
|
+
currency_codes: [];
|
|
24
|
+
provider_ids: [];
|
|
25
|
+
skip: number;
|
|
26
|
+
payment_code?: string;
|
|
27
|
+
order_id?: string;
|
|
28
|
+
transaction_code?: string;
|
|
29
|
+
provider_transaction_id?: string;
|
|
30
|
+
merchant_reference?: string;
|
|
31
|
+
customer_payer_email?: string;
|
|
32
|
+
customer_payer_document?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface GetPaymentParams {
|
|
35
|
+
payment_code: string;
|
|
36
|
+
enabled?: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface GetPaymentTransactionsParams {
|
|
39
|
+
payment_code: string;
|
|
40
|
+
}
|
|
41
|
+
export interface GetTransactionDetailsParams {
|
|
42
|
+
payment_code: string;
|
|
43
|
+
transaction_code: string;
|
|
44
|
+
enabled?: boolean;
|
|
45
|
+
size?: number;
|
|
46
|
+
}
|
|
47
|
+
export interface GetTransactionDetailsV2Params {
|
|
48
|
+
payment_code?: string;
|
|
49
|
+
transaction_code?: string;
|
|
50
|
+
enabled?: boolean;
|
|
51
|
+
}
|
|
52
|
+
export interface IChangePassword {
|
|
53
|
+
user_id: string;
|
|
54
|
+
payload: IPayloadChangePassword;
|
|
55
|
+
}
|
|
56
|
+
interface IPayloadChangePassword {
|
|
57
|
+
password: string;
|
|
58
|
+
connection: string;
|
|
59
|
+
}
|
|
60
|
+
export interface GetPaymentMethodsByProviderParams {
|
|
61
|
+
provider: string;
|
|
62
|
+
}
|
|
63
|
+
export interface GetApiLogsParams {
|
|
64
|
+
page: number;
|
|
65
|
+
size: number;
|
|
66
|
+
periodicity?: string;
|
|
67
|
+
account_code?: string;
|
|
68
|
+
status_codes?: string;
|
|
69
|
+
methods?: string;
|
|
70
|
+
start_date?: string;
|
|
71
|
+
end_date?: string;
|
|
72
|
+
search?: string;
|
|
73
|
+
organizationCode?: string;
|
|
74
|
+
time_zone?: number;
|
|
75
|
+
now?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface GetReconciliationMetricParams {
|
|
78
|
+
key_metric: string;
|
|
79
|
+
start_date?: string;
|
|
80
|
+
end_date?: string;
|
|
81
|
+
account_code?: string;
|
|
82
|
+
provider_id?: string;
|
|
83
|
+
country?: string;
|
|
84
|
+
currency?: string;
|
|
85
|
+
payment_method?: string;
|
|
86
|
+
metric_type?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface FirebaseUserSubscribe {
|
|
89
|
+
token?: string;
|
|
90
|
+
topic?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface PathNotification {
|
|
93
|
+
type: string;
|
|
94
|
+
}
|
|
95
|
+
export interface TimeZoneCatalog {
|
|
96
|
+
identifier: string;
|
|
97
|
+
utc_offset: {
|
|
98
|
+
dst: string;
|
|
99
|
+
std: string;
|
|
100
|
+
};
|
|
101
|
+
abbreviation: {
|
|
102
|
+
dst: string;
|
|
103
|
+
std: string;
|
|
104
|
+
};
|
|
105
|
+
createdAt: Date;
|
|
106
|
+
updatedAt: Date;
|
|
107
|
+
publishedAt: Date;
|
|
108
|
+
}
|
|
109
|
+
export interface MfaUserSubscribe {
|
|
110
|
+
mfaToken?: string;
|
|
111
|
+
otp: string;
|
|
112
|
+
}
|
|
113
|
+
export interface MfaUserPayload {
|
|
114
|
+
mfa_token?: string;
|
|
115
|
+
otp: string;
|
|
116
|
+
}
|
|
117
|
+
export interface AccountRoles {
|
|
118
|
+
account_code: string;
|
|
119
|
+
role_id: string;
|
|
120
|
+
}
|
|
121
|
+
export interface UserInviteMultiaccountPayload {
|
|
122
|
+
emails: string[];
|
|
123
|
+
account_roles: AccountRoles[];
|
|
124
|
+
organizationCode: string;
|
|
125
|
+
}
|
|
126
|
+
export interface GetTransactionsParams {
|
|
127
|
+
page?: number;
|
|
128
|
+
size?: number;
|
|
129
|
+
account_code?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface GetPayoutDetail {
|
|
132
|
+
payout_code: string;
|
|
133
|
+
enabled?: boolean;
|
|
134
|
+
organization_code?: string;
|
|
135
|
+
}
|
|
136
|
+
export interface GetPayoutTransactionDetail {
|
|
137
|
+
enabled?: boolean;
|
|
138
|
+
payout_code: string;
|
|
139
|
+
transaction_code: string;
|
|
140
|
+
organization_code: string;
|
|
141
|
+
}
|
|
142
|
+
interface Country {
|
|
143
|
+
country_name: string;
|
|
144
|
+
country_code: string;
|
|
145
|
+
prefix_phone: {
|
|
146
|
+
prefix: string;
|
|
147
|
+
regex: string;
|
|
148
|
+
};
|
|
149
|
+
icon: string;
|
|
150
|
+
}
|
|
151
|
+
interface CountryCurrencies {
|
|
152
|
+
[country: string]: Ar[];
|
|
153
|
+
}
|
|
154
|
+
interface Ar {
|
|
155
|
+
currency_code: string;
|
|
156
|
+
decimals: number;
|
|
157
|
+
}
|
|
158
|
+
interface DocumentType {
|
|
159
|
+
country: string;
|
|
160
|
+
code: string;
|
|
161
|
+
description: string;
|
|
162
|
+
regex: string;
|
|
163
|
+
}
|
|
164
|
+
export interface Countries {
|
|
165
|
+
countries?: Country[];
|
|
166
|
+
document_types?: DocumentType[];
|
|
167
|
+
link?: {
|
|
168
|
+
payment_terms_and_conditions: string;
|
|
169
|
+
payment_privacy: string;
|
|
170
|
+
};
|
|
171
|
+
country_currencies?: CountryCurrencies;
|
|
172
|
+
}
|
|
173
|
+
export interface InsightMetricParams {
|
|
174
|
+
account_code?: string;
|
|
175
|
+
periodicity: string;
|
|
176
|
+
organization_code: string;
|
|
177
|
+
start_date: string;
|
|
178
|
+
end_date: string;
|
|
179
|
+
currency_code: string;
|
|
180
|
+
source: string;
|
|
181
|
+
timezone: string;
|
|
182
|
+
}
|
|
183
|
+
export interface PaymentsSettings {
|
|
184
|
+
columns: {
|
|
185
|
+
hide: string[];
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
export interface ThemeSettings {
|
|
189
|
+
theme: {
|
|
190
|
+
mode: string;
|
|
191
|
+
[key: string]: string;
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
export interface PinnedSections {
|
|
195
|
+
pinned_sections: {
|
|
196
|
+
sections: string[];
|
|
197
|
+
};
|
|
198
|
+
}
|
|
199
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const environment: {
|
|
2
|
+
ENVIRONMENT: string | undefined;
|
|
3
|
+
BFF_URL_PROD: string | undefined;
|
|
4
|
+
BFF_URL_SBX: string | undefined;
|
|
5
|
+
BFF_URL_STG: string | undefined;
|
|
6
|
+
BFF_URL_DEV: string | undefined;
|
|
7
|
+
BFF_URL_LOCAL: string | undefined;
|
|
8
|
+
WS_URL_LOCAL: string | undefined;
|
|
9
|
+
WS_URL_PROD: string | undefined;
|
|
10
|
+
WS_URL_SBX: string | undefined;
|
|
11
|
+
WS_URL_STG: string | undefined;
|
|
12
|
+
WS_URL_DEV: string | undefined;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './errors-code.constant';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AxiosInterceptorManager, AxiosRequestConfig, AxiosResponse, AxiosInstance } from 'axios';
|
|
2
|
+
export declare class Axios {
|
|
3
|
+
interceptors?: {
|
|
4
|
+
/**
|
|
5
|
+
* The **Request** interceptor will be call rigth before the `http request`
|
|
6
|
+
* @summary
|
|
7
|
+
* This a useful method especially if you need to send a token on each request.
|
|
8
|
+
*/
|
|
9
|
+
request: AxiosInterceptorManager<AxiosRequestConfig>;
|
|
10
|
+
/**
|
|
11
|
+
* The **Response** interceptor will be call rigth before the `http request` is received.
|
|
12
|
+
* @summary
|
|
13
|
+
* This a useful method especially if you need to send a token on each request.
|
|
14
|
+
*/
|
|
15
|
+
response: AxiosInterceptorManager<AxiosResponse>;
|
|
16
|
+
};
|
|
17
|
+
protected instance: AxiosInstance;
|
|
18
|
+
constructor(config: AxiosRequestConfig);
|
|
19
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { Axios } from './axios';
|
|
2
|
+
import { AxiosRequestConfig, AxiosResponse, AxiosError, CancelTokenSource } from 'axios';
|
|
3
|
+
/**
|
|
4
|
+
* @class Api Class is a fancy es6 wrapper class for axios.
|
|
5
|
+
*
|
|
6
|
+
* @param {import("axios").AxiosRequestConfig} config - axios Request Config.
|
|
7
|
+
* @link [AxiosRequestConfig](https://github.com/axios/axios#request-config)
|
|
8
|
+
*/
|
|
9
|
+
export declare class HttpClient extends Axios {
|
|
10
|
+
private token;
|
|
11
|
+
private cancelToken;
|
|
12
|
+
/**
|
|
13
|
+
* Creates an instance of api.
|
|
14
|
+
* @param {import("axios").AxiosRequestConfig} conf
|
|
15
|
+
*/
|
|
16
|
+
constructor(conf: AxiosRequestConfig);
|
|
17
|
+
/**
|
|
18
|
+
* Gets Token.
|
|
19
|
+
*
|
|
20
|
+
* @returns {string} token.
|
|
21
|
+
* @memberof Api
|
|
22
|
+
*/
|
|
23
|
+
getToken(): string;
|
|
24
|
+
/**
|
|
25
|
+
* Sets Token.
|
|
26
|
+
*
|
|
27
|
+
* @param {string} token - token.
|
|
28
|
+
* @memberof Api
|
|
29
|
+
*/
|
|
30
|
+
setToken(token: string): void;
|
|
31
|
+
/**
|
|
32
|
+
* Get Uri
|
|
33
|
+
*
|
|
34
|
+
* @param {import("axios").AxiosRequestConfig} [config]
|
|
35
|
+
* @returns {string}
|
|
36
|
+
* @memberof Api
|
|
37
|
+
*/
|
|
38
|
+
getUri(config?: AxiosRequestConfig): string;
|
|
39
|
+
getCancelTokenSource(): CancelTokenSource;
|
|
40
|
+
/**
|
|
41
|
+
* Generic request.
|
|
42
|
+
*
|
|
43
|
+
* @access public
|
|
44
|
+
* @template T - `TYPE`: expected object.
|
|
45
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
46
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
47
|
+
* @returns {Promise<R>} - HTTP axios response payload.
|
|
48
|
+
* @memberof Api
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* api.request({
|
|
52
|
+
* method: "GET|POST|DELETE|PUT|PATCH"
|
|
53
|
+
* baseUrl: "http://www.domain.com",
|
|
54
|
+
* url: "/api/v1/users",
|
|
55
|
+
* headers: {
|
|
56
|
+
* "Content-Type": "application/json"
|
|
57
|
+
* }
|
|
58
|
+
* }).then((response: AxiosResponse<User>) => response.data)
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
request<T, R = AxiosResponse<T>>(config: AxiosRequestConfig): Promise<R>;
|
|
62
|
+
/**
|
|
63
|
+
* HTTP GET method, used to fetch data `statusCode`: 200.
|
|
64
|
+
*
|
|
65
|
+
* @access public
|
|
66
|
+
* @template T - `TYPE`: expected object.
|
|
67
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
68
|
+
* @param {string} url - endpoint you want to reach.
|
|
69
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
70
|
+
* @returns {Promise<R>} HTTP `axios` response payload.
|
|
71
|
+
* @memberof Api
|
|
72
|
+
*/
|
|
73
|
+
get<T, R = AxiosResponse<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
|
|
74
|
+
/**
|
|
75
|
+
* HTTP OPTIONS method.
|
|
76
|
+
*
|
|
77
|
+
* @access public
|
|
78
|
+
* @template T - `TYPE`: expected object.
|
|
79
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
80
|
+
* @param {string} url - endpoint you want to reach.
|
|
81
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
82
|
+
* @returns {Promise<R>} HTTP `axios` response payload.
|
|
83
|
+
* @memberof Api
|
|
84
|
+
*/
|
|
85
|
+
options<T, R = AxiosResponse<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
|
|
86
|
+
/**
|
|
87
|
+
* HTTP DELETE method, `statusCode`: 204 No Content.
|
|
88
|
+
*
|
|
89
|
+
* @access public
|
|
90
|
+
* @template T - `TYPE`: expected object.
|
|
91
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
92
|
+
* @param {string} url - endpoint you want to reach.
|
|
93
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
94
|
+
* @returns {Promise<R>} - HTTP [axios] response payload.
|
|
95
|
+
* @memberof Api
|
|
96
|
+
*/
|
|
97
|
+
delete<T, R = AxiosResponse<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
|
|
98
|
+
/**
|
|
99
|
+
* HTTP HEAD method.
|
|
100
|
+
*
|
|
101
|
+
* @access public
|
|
102
|
+
* @template T - `TYPE`: expected object.
|
|
103
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
104
|
+
* @param {string} url - endpoint you want to reach.
|
|
105
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
106
|
+
* @returns {Promise<R>} - HTTP [axios] response payload.
|
|
107
|
+
* @memberof Api
|
|
108
|
+
*/
|
|
109
|
+
head<T, R = AxiosResponse<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
|
|
110
|
+
/**
|
|
111
|
+
* HTTP POST method `statusCode`: 201 Created.
|
|
112
|
+
*
|
|
113
|
+
* @access public
|
|
114
|
+
* @template T - `TYPE`: expected object.
|
|
115
|
+
* @template B - `BODY`: body request object.
|
|
116
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
117
|
+
* @param {string} url - endpoint you want to reach.
|
|
118
|
+
* @param {B} data - payload to be send as the `request body`,
|
|
119
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
120
|
+
* @returns {Promise<R>} - HTTP [axios] response payload.
|
|
121
|
+
* @memberof Api
|
|
122
|
+
*/
|
|
123
|
+
post<T, B, R = AxiosResponse<T>>(url: string, data?: B, config?: AxiosRequestConfig): Promise<R>;
|
|
124
|
+
/**
|
|
125
|
+
* HTTP PUT method.
|
|
126
|
+
*
|
|
127
|
+
* @access public
|
|
128
|
+
* @template T - `TYPE`: expected object.
|
|
129
|
+
* @template B - `BODY`: body request object.
|
|
130
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
131
|
+
* @param {string} url - endpoint you want to reach.
|
|
132
|
+
* @param {B} data - payload to be send as the `request body`,
|
|
133
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
134
|
+
* @returns {Promise<R>} - HTTP [axios] response payload.
|
|
135
|
+
* @memberof Api
|
|
136
|
+
*/
|
|
137
|
+
put<T, B, R = AxiosResponse<T>>(url: string, data?: B, config?: AxiosRequestConfig): Promise<R>;
|
|
138
|
+
/**
|
|
139
|
+
* HTTP PATCH method.
|
|
140
|
+
*
|
|
141
|
+
* @access public
|
|
142
|
+
* @template T - `TYPE`: expected object.
|
|
143
|
+
* @template B - `BODY`: body request object.
|
|
144
|
+
* @template R - `RESPONSE`: expected object inside a axios response format.
|
|
145
|
+
* @param {string} url - endpoint you want to reach.
|
|
146
|
+
* @param {B} data - payload to be send as the `request body`,
|
|
147
|
+
* @param {import("axios").AxiosRequestConfig} [config] - axios request configuration.
|
|
148
|
+
* @returns {Promise<R>} - HTTP [axios] response payload.
|
|
149
|
+
* @memberof Api
|
|
150
|
+
*/
|
|
151
|
+
patch<T, B, R = AxiosResponse<T>>(url: string, data?: B, config?: AxiosRequestConfig): Promise<R>;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @template T - type.
|
|
155
|
+
* @param {import("axios").AxiosResponse<T>} response - axios response.
|
|
156
|
+
* @returns {T} - expected object.
|
|
157
|
+
* @memberof Api
|
|
158
|
+
*/
|
|
159
|
+
success<T>(response: AxiosResponse<T>): T;
|
|
160
|
+
/**
|
|
161
|
+
*
|
|
162
|
+
*
|
|
163
|
+
* @template T type.
|
|
164
|
+
* @param {AxiosError<T>} error
|
|
165
|
+
* @memberof Api
|
|
166
|
+
*/
|
|
167
|
+
error<T>(error: AxiosError<T>): void;
|
|
168
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const worker: import("msw/browser").SetupWorker;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const insightsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const organizationsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const paymentsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function enableMocking(): Promise<void>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const conversionRateOverviewFraud3dsMock: {
|
|
2
|
+
fraud: {
|
|
3
|
+
conversion_rate_fraud_transactions: number;
|
|
4
|
+
conversion_fraud_transactions_periodicity: null;
|
|
5
|
+
};
|
|
6
|
+
'3ds': {
|
|
7
|
+
conversion_rate_card_transactions3ds: number;
|
|
8
|
+
conversion_rate_card_transactions3ds_periodicity: {
|
|
9
|
+
'2025-05-05': number;
|
|
10
|
+
'2025-05-06': number;
|
|
11
|
+
'2025-05-07': number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const conversionRateOverviewMock: {
|
|
2
|
+
total: {
|
|
3
|
+
total_conversion_rate: number;
|
|
4
|
+
insight_payment_total_conversion_rate_periodicity: {
|
|
5
|
+
'2025-05-05': number;
|
|
6
|
+
'2025-05-06': number;
|
|
7
|
+
'2025-05-07': number;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
cards: {
|
|
11
|
+
cards_approvals_rate: number;
|
|
12
|
+
insight_payment_total_conversion_rate_periodicity_for_card: {
|
|
13
|
+
'2025-05-05': number;
|
|
14
|
+
'2025-05-06': number;
|
|
15
|
+
'2025-05-07': number;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
apms: {
|
|
19
|
+
apms_conversion_rate: number;
|
|
20
|
+
insight_payment_total_conversion_rate_periodicity_for_apm: {
|
|
21
|
+
'2025-05-05': number;
|
|
22
|
+
'2025-05-06': number;
|
|
23
|
+
'2025-05-07': number;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
cards_without_insufficient_funds: {
|
|
27
|
+
without_insufficient_funds_conversion_rate: number;
|
|
28
|
+
insight_conversion_rate_without_insufficient_funds: {
|
|
29
|
+
'2025-05-05': number;
|
|
30
|
+
'2025-05-06': number;
|
|
31
|
+
'2025-05-07': number;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum OverviewMetricType {
|
|
2
|
+
GENERAL = "volume-and-total-payments",
|
|
3
|
+
LATENCY = "provider-latency",
|
|
4
|
+
STATUS = "status",
|
|
5
|
+
SUBSCRIPTIONS = "subscriptions"
|
|
6
|
+
}
|
|
7
|
+
export declare const oldOverviewMetricsHandler: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
|
|
8
|
+
export declare const newOverviewMetricsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
9
|
+
export declare const overviewMetricsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
export declare const OVERVIEW_MOCK: {
|
|
2
|
+
sales_volume_metric_group: {
|
|
3
|
+
distribution: {
|
|
4
|
+
key: string;
|
|
5
|
+
total: number;
|
|
6
|
+
}[];
|
|
7
|
+
total: number;
|
|
8
|
+
average: number;
|
|
9
|
+
};
|
|
10
|
+
total_payments: {
|
|
11
|
+
distribution: {
|
|
12
|
+
key: string;
|
|
13
|
+
total: number;
|
|
14
|
+
}[];
|
|
15
|
+
total: number;
|
|
16
|
+
average: number;
|
|
17
|
+
};
|
|
18
|
+
average_ticket: {
|
|
19
|
+
distribution: {
|
|
20
|
+
key: string;
|
|
21
|
+
total: number;
|
|
22
|
+
min_ticket: number;
|
|
23
|
+
max_ticket: number;
|
|
24
|
+
}[];
|
|
25
|
+
total: number;
|
|
26
|
+
min_ticket: number;
|
|
27
|
+
max_ticket: number;
|
|
28
|
+
};
|
|
29
|
+
conversion_rate: null;
|
|
30
|
+
total_payments_and_conversion_rate: {
|
|
31
|
+
payments: {
|
|
32
|
+
distribution: {
|
|
33
|
+
key: string;
|
|
34
|
+
total: number;
|
|
35
|
+
}[];
|
|
36
|
+
total: number;
|
|
37
|
+
};
|
|
38
|
+
conversion_rate: {
|
|
39
|
+
distribution: {
|
|
40
|
+
key: string;
|
|
41
|
+
total: number;
|
|
42
|
+
}[];
|
|
43
|
+
total: number;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
quantity_status_distribution: ({
|
|
47
|
+
SUCCEEDED: {
|
|
48
|
+
distribution: {
|
|
49
|
+
key: string;
|
|
50
|
+
total: number;
|
|
51
|
+
}[];
|
|
52
|
+
total: number;
|
|
53
|
+
};
|
|
54
|
+
DECLINED?: undefined;
|
|
55
|
+
} | {
|
|
56
|
+
DECLINED: {
|
|
57
|
+
distribution: {
|
|
58
|
+
key: string;
|
|
59
|
+
total: number;
|
|
60
|
+
}[];
|
|
61
|
+
total: number;
|
|
62
|
+
};
|
|
63
|
+
SUCCEEDED?: undefined;
|
|
64
|
+
})[];
|
|
65
|
+
volume_successful_payments: number;
|
|
66
|
+
volume_successful_payments_by_periodicity: {
|
|
67
|
+
key: string;
|
|
68
|
+
total: number;
|
|
69
|
+
}[];
|
|
70
|
+
quantity_successful_payments: number;
|
|
71
|
+
quantity_successful_payments_by_periodicity: {
|
|
72
|
+
key: string;
|
|
73
|
+
total: number;
|
|
74
|
+
}[];
|
|
75
|
+
average_provider_latency: ({
|
|
76
|
+
PAYMENTEZ: {
|
|
77
|
+
distribution: {
|
|
78
|
+
key: string;
|
|
79
|
+
total: number;
|
|
80
|
+
}[];
|
|
81
|
+
total: number;
|
|
82
|
+
};
|
|
83
|
+
NUVEI?: undefined;
|
|
84
|
+
WOMPI?: undefined;
|
|
85
|
+
} | {
|
|
86
|
+
NUVEI: {
|
|
87
|
+
distribution: {
|
|
88
|
+
key: string;
|
|
89
|
+
total: number;
|
|
90
|
+
}[];
|
|
91
|
+
total: number;
|
|
92
|
+
};
|
|
93
|
+
PAYMENTEZ?: undefined;
|
|
94
|
+
WOMPI?: undefined;
|
|
95
|
+
} | {
|
|
96
|
+
WOMPI: {
|
|
97
|
+
distribution: {
|
|
98
|
+
key: string;
|
|
99
|
+
total: number;
|
|
100
|
+
}[];
|
|
101
|
+
total: number;
|
|
102
|
+
};
|
|
103
|
+
PAYMENTEZ?: undefined;
|
|
104
|
+
NUVEI?: undefined;
|
|
105
|
+
})[];
|
|
106
|
+
total_subscriptions_and_conversion_rate: {
|
|
107
|
+
subscriptions: {
|
|
108
|
+
distribution: null;
|
|
109
|
+
total: number;
|
|
110
|
+
};
|
|
111
|
+
subscriptions_succeeded: {
|
|
112
|
+
distribution: null;
|
|
113
|
+
total: number;
|
|
114
|
+
};
|
|
115
|
+
conversion_rate: {
|
|
116
|
+
distribution: null;
|
|
117
|
+
total: number;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
total_status_distribution: ({
|
|
121
|
+
SUCCEEDED: {
|
|
122
|
+
distribution: {
|
|
123
|
+
key: string;
|
|
124
|
+
total: number;
|
|
125
|
+
}[];
|
|
126
|
+
total: number;
|
|
127
|
+
};
|
|
128
|
+
DECLINED?: undefined;
|
|
129
|
+
} | {
|
|
130
|
+
DECLINED: {
|
|
131
|
+
distribution: {
|
|
132
|
+
key: string;
|
|
133
|
+
total: number;
|
|
134
|
+
}[];
|
|
135
|
+
total: number;
|
|
136
|
+
};
|
|
137
|
+
SUCCEEDED?: undefined;
|
|
138
|
+
})[];
|
|
139
|
+
};
|