@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,51 @@
|
|
|
1
|
+
export declare namespace DataReport {
|
|
2
|
+
enum InsightsVolumeMetricsV2Path {
|
|
3
|
+
REFUNDS_AND_CHARGEBACKS = "refunds-and-chargebacks",
|
|
4
|
+
APPROVED_PAYMENTS = "approved-payments",
|
|
5
|
+
PAYMENT_METHODS = "payment-methods",
|
|
6
|
+
PROVIDERS = "providers",
|
|
7
|
+
COUNTRIES = "countries",
|
|
8
|
+
UNIQUE_CUSTOMER_PAYMENTS = "unique-customer-payments",
|
|
9
|
+
TOTAL_PAYMENTS = "total-payments"
|
|
10
|
+
}
|
|
11
|
+
interface SmartRouting {
|
|
12
|
+
version: string;
|
|
13
|
+
code_integration: string;
|
|
14
|
+
Conditions: {
|
|
15
|
+
minutes: number;
|
|
16
|
+
approvalRate: {
|
|
17
|
+
SUCCEEDED: number;
|
|
18
|
+
REJECTED: number;
|
|
19
|
+
ERROR: number;
|
|
20
|
+
};
|
|
21
|
+
cost: number;
|
|
22
|
+
}[];
|
|
23
|
+
}
|
|
24
|
+
enum OverviewMetricType {
|
|
25
|
+
GENERAL = "volume-and-total-payments",
|
|
26
|
+
LATENCY = "provider-latency",
|
|
27
|
+
STATUS = "status",
|
|
28
|
+
SUBSCRIPTIONS = "subscriptions"
|
|
29
|
+
}
|
|
30
|
+
interface InsightMetricParams {
|
|
31
|
+
[a: string]: string | boolean | number | string[] | undefined;
|
|
32
|
+
account_code?: string;
|
|
33
|
+
connection_name?: string;
|
|
34
|
+
}
|
|
35
|
+
interface InsightMetricBody {
|
|
36
|
+
account_codes?: string[];
|
|
37
|
+
account_code?: string[];
|
|
38
|
+
connection_name?: string[];
|
|
39
|
+
}
|
|
40
|
+
interface InsightExportParams {
|
|
41
|
+
type?: string;
|
|
42
|
+
code?: string;
|
|
43
|
+
}
|
|
44
|
+
interface InsightsHomeMetrics {
|
|
45
|
+
account_codes?: string[];
|
|
46
|
+
organization_code?: string;
|
|
47
|
+
currency_code?: string;
|
|
48
|
+
timezone?: string;
|
|
49
|
+
isLiveMode?: boolean;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
export interface InsightsFraudParams {
|
|
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 InsightsFraudBody {
|
|
15
|
+
account_codes: string[];
|
|
16
|
+
connection_name: string[];
|
|
17
|
+
}
|
|
18
|
+
export interface PeriodicityRecord {
|
|
19
|
+
[key: string]: number;
|
|
20
|
+
}
|
|
21
|
+
export interface TotalTimeline {
|
|
22
|
+
total: number;
|
|
23
|
+
timeline: PeriodicityRecord;
|
|
24
|
+
}
|
|
25
|
+
interface BaseTotalsItem {
|
|
26
|
+
total_rate: number;
|
|
27
|
+
total_amount: number;
|
|
28
|
+
total_count_tx: number;
|
|
29
|
+
}
|
|
30
|
+
interface BaseTimelineItem {
|
|
31
|
+
periodicity: string;
|
|
32
|
+
rate: number;
|
|
33
|
+
}
|
|
34
|
+
interface BaseTransactionTimelineItem {
|
|
35
|
+
periodicity: string;
|
|
36
|
+
count_tx: number;
|
|
37
|
+
conversion_rate: number;
|
|
38
|
+
amount: number;
|
|
39
|
+
}
|
|
40
|
+
export interface FraudScreeningVolume {
|
|
41
|
+
total_conversion_rate: number;
|
|
42
|
+
insight_fraud_total_conversion_rate_periodicity: PeriodicityRecord;
|
|
43
|
+
}
|
|
44
|
+
export interface FraudScreeningCount {
|
|
45
|
+
total_count_tx: number;
|
|
46
|
+
insight_fraud_count_tx_periodicity: PeriodicityRecord;
|
|
47
|
+
}
|
|
48
|
+
export interface InsightsFraudScreeningResumeResponse {
|
|
49
|
+
total_volume: FraudScreeningVolume;
|
|
50
|
+
succeeded_volume: FraudScreeningVolume;
|
|
51
|
+
not_succeeded_volume: FraudScreeningVolume;
|
|
52
|
+
total_count_tx: FraudScreeningCount;
|
|
53
|
+
succeeded_count_tx: FraudScreeningCount;
|
|
54
|
+
not_succeeded_count_tx: FraudScreeningCount;
|
|
55
|
+
}
|
|
56
|
+
export interface InsightsFraudConversionRateResponse {
|
|
57
|
+
total_conversion_rate: number;
|
|
58
|
+
insight_fraud_total_conversion_rate_and_evolution: PeriodicityRecord;
|
|
59
|
+
}
|
|
60
|
+
export interface Fraud3dsVolume {
|
|
61
|
+
total_conversion_rate: number;
|
|
62
|
+
insight_three_ds_total_conversion_rate_periodicity: PeriodicityRecord;
|
|
63
|
+
}
|
|
64
|
+
export interface Fraud3dsCount {
|
|
65
|
+
total_count_tx: number;
|
|
66
|
+
insight_three_ds_count_tx_periodicity: PeriodicityRecord;
|
|
67
|
+
}
|
|
68
|
+
export interface Insights3dsResumeResponse {
|
|
69
|
+
total_volume: Fraud3dsVolume;
|
|
70
|
+
succeeded_volume: Fraud3dsVolume;
|
|
71
|
+
not_succeeded_volume: Fraud3dsVolume;
|
|
72
|
+
total_count_tx: Fraud3dsCount;
|
|
73
|
+
succeeded_count_tx: Fraud3dsCount;
|
|
74
|
+
not_succeeded_count_tx: Fraud3dsCount;
|
|
75
|
+
}
|
|
76
|
+
export interface Insights3dsConversionRate {
|
|
77
|
+
total_conversion_rate: number;
|
|
78
|
+
insight_fraud_total_conversion_rate_and_evolution: PeriodicityRecord;
|
|
79
|
+
}
|
|
80
|
+
export interface Insights3dsDeclineReasons {
|
|
81
|
+
totals: (BaseTotalsItem & {
|
|
82
|
+
decline_reason: string;
|
|
83
|
+
})[];
|
|
84
|
+
timeline: (BaseTimelineItem & {
|
|
85
|
+
decline_reason: string;
|
|
86
|
+
})[];
|
|
87
|
+
}
|
|
88
|
+
export interface Insights3dsFrictionlessVsChallenge {
|
|
89
|
+
frictionless: {
|
|
90
|
+
total_count_tx: number;
|
|
91
|
+
total_conversion_rate: number;
|
|
92
|
+
total_amount: number;
|
|
93
|
+
timeline: BaseTransactionTimelineItem[];
|
|
94
|
+
};
|
|
95
|
+
challenge: {
|
|
96
|
+
total_count_tx: number;
|
|
97
|
+
total_conversion_rate: number;
|
|
98
|
+
total_amount: number;
|
|
99
|
+
timeline: BaseTransactionTimelineItem[];
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
export interface ChargebacksVolume {
|
|
103
|
+
total_conversion_rate: number;
|
|
104
|
+
insight_chargebacks_total_conversion_rate_periodicity: PeriodicityRecord;
|
|
105
|
+
}
|
|
106
|
+
export interface ChargebacksCount {
|
|
107
|
+
total_count_tx: number;
|
|
108
|
+
insight_chargebacks_count_tx_periodicity: PeriodicityRecord;
|
|
109
|
+
}
|
|
110
|
+
export interface InsightsChargebacksResumeResponse {
|
|
111
|
+
total_volume: ChargebacksVolume;
|
|
112
|
+
succeeded_volume: ChargebacksVolume;
|
|
113
|
+
not_succeeded_volume: ChargebacksVolume;
|
|
114
|
+
total_count_tx: ChargebacksCount;
|
|
115
|
+
succeeded_count_tx: ChargebacksCount;
|
|
116
|
+
not_succeeded_count_tx: ChargebacksCount;
|
|
117
|
+
}
|
|
118
|
+
export interface InsightsChargebacksTotalRateAndEvolution {
|
|
119
|
+
total_chargeback_rate: number;
|
|
120
|
+
chargeback_rate_periodicity: PeriodicityRecord;
|
|
121
|
+
}
|
|
122
|
+
export interface InsightsChargebacksWinRate {
|
|
123
|
+
total_win_rate: number;
|
|
124
|
+
insight_cbk_win_rates: PeriodicityRecord;
|
|
125
|
+
}
|
|
126
|
+
export interface InsightsChargebacksDisputed {
|
|
127
|
+
total_disputed: number;
|
|
128
|
+
insight_cbk_disputed: PeriodicityRecord;
|
|
129
|
+
}
|
|
130
|
+
export interface InsightsChargebacksStatusDistribution {
|
|
131
|
+
totals: (BaseTotalsItem & {
|
|
132
|
+
status: string;
|
|
133
|
+
})[];
|
|
134
|
+
timeline: (BaseTimelineItem & {
|
|
135
|
+
status: string;
|
|
136
|
+
})[];
|
|
137
|
+
}
|
|
138
|
+
export interface InsightsChargebacksByProviderAndCardBrand {
|
|
139
|
+
totals: (BaseTotalsItem & {
|
|
140
|
+
provider_and_brand: string;
|
|
141
|
+
})[];
|
|
142
|
+
timeline: (BaseTimelineItem & {
|
|
143
|
+
provider_and_brand: string;
|
|
144
|
+
})[];
|
|
145
|
+
}
|
|
146
|
+
export interface InsightsChargebacksByReason {
|
|
147
|
+
totals: (BaseTotalsItem & {
|
|
148
|
+
reason: string;
|
|
149
|
+
})[];
|
|
150
|
+
timeline: (BaseTimelineItem & {
|
|
151
|
+
reason: string;
|
|
152
|
+
})[];
|
|
153
|
+
}
|
|
154
|
+
export interface InsightsChargebacksByCardBrand {
|
|
155
|
+
insight_card_conversion_by_brand_distribution: {
|
|
156
|
+
periodicity: string;
|
|
157
|
+
card_brand: string;
|
|
158
|
+
total_payments: number;
|
|
159
|
+
total_amount: number;
|
|
160
|
+
total_payments_succeeded: number;
|
|
161
|
+
total_chargeback: number;
|
|
162
|
+
chargeback_rate: number;
|
|
163
|
+
}[];
|
|
164
|
+
}
|
|
165
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Organization } from '../organization';
|
|
2
|
+
export declare namespace Developer {
|
|
3
|
+
interface DeveloperCredentials extends Organization.Credentials {
|
|
4
|
+
'x-account-code': string;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export interface IKeyRoll {
|
|
8
|
+
payload: {
|
|
9
|
+
expiration_in: string;
|
|
10
|
+
};
|
|
11
|
+
code: string;
|
|
12
|
+
password: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './developer';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare namespace FeatureFlags {
|
|
2
|
+
interface Request {
|
|
3
|
+
account_code: string;
|
|
4
|
+
organization_code: string;
|
|
5
|
+
name: string;
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
}
|
|
8
|
+
interface RequestAll {
|
|
9
|
+
account_code: string;
|
|
10
|
+
organization_code: string;
|
|
11
|
+
email: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
export declare namespace FraudScreening {
|
|
2
|
+
interface BlackList {
|
|
3
|
+
account_code: string;
|
|
4
|
+
organization_code: string;
|
|
5
|
+
code: string;
|
|
6
|
+
name: string;
|
|
7
|
+
type: string;
|
|
8
|
+
created_at: string;
|
|
9
|
+
updated_at: string;
|
|
10
|
+
deleted_at: string;
|
|
11
|
+
elements_amount: number;
|
|
12
|
+
elements: elementBlacklist[];
|
|
13
|
+
}
|
|
14
|
+
interface BlocklistData {
|
|
15
|
+
total_pages: number;
|
|
16
|
+
total_records: number;
|
|
17
|
+
blacklists: BlackList[];
|
|
18
|
+
}
|
|
19
|
+
interface Allowlist {
|
|
20
|
+
account_code: string;
|
|
21
|
+
organization_code: string;
|
|
22
|
+
code: string;
|
|
23
|
+
name: string;
|
|
24
|
+
type: string;
|
|
25
|
+
created_at: string;
|
|
26
|
+
updated_at: string;
|
|
27
|
+
deleted_at: string;
|
|
28
|
+
allowed_payments?: number;
|
|
29
|
+
status?: string | boolean;
|
|
30
|
+
elements_amount: number;
|
|
31
|
+
elements: elementBlacklist[];
|
|
32
|
+
}
|
|
33
|
+
interface elementBlacklist {
|
|
34
|
+
element: string;
|
|
35
|
+
}
|
|
36
|
+
interface BlackListPayload {
|
|
37
|
+
type?: string;
|
|
38
|
+
name?: string;
|
|
39
|
+
page?: number;
|
|
40
|
+
code?: string;
|
|
41
|
+
size?: number | string;
|
|
42
|
+
account_codes?: string[];
|
|
43
|
+
account?: string;
|
|
44
|
+
active?: boolean | string;
|
|
45
|
+
}
|
|
46
|
+
interface PostBlockList {
|
|
47
|
+
account_codes: string[];
|
|
48
|
+
name: string;
|
|
49
|
+
page?: number;
|
|
50
|
+
size?: number;
|
|
51
|
+
}
|
|
52
|
+
interface ListItem {
|
|
53
|
+
first_value: string;
|
|
54
|
+
second_value: string;
|
|
55
|
+
}
|
|
56
|
+
interface BlackListItemsPayload {
|
|
57
|
+
blacklist_code: string;
|
|
58
|
+
expiration_days: number;
|
|
59
|
+
items: string[] | ListItem[];
|
|
60
|
+
}
|
|
61
|
+
interface EditBlackListPayload {
|
|
62
|
+
blacklist_code?: string;
|
|
63
|
+
code?: string;
|
|
64
|
+
name?: string;
|
|
65
|
+
status?: string;
|
|
66
|
+
}
|
|
67
|
+
interface DeleteBlackList {
|
|
68
|
+
account_code: string;
|
|
69
|
+
black_list_code: string;
|
|
70
|
+
item?: string;
|
|
71
|
+
}
|
|
72
|
+
interface DeleteBlockListItem {
|
|
73
|
+
account_code: string;
|
|
74
|
+
blocklist_code: string;
|
|
75
|
+
blocklist_item_id: string;
|
|
76
|
+
}
|
|
77
|
+
interface DeleteAllowListItem {
|
|
78
|
+
account_code: string;
|
|
79
|
+
allowlist_code: string;
|
|
80
|
+
allowlist_item_id: string;
|
|
81
|
+
}
|
|
82
|
+
interface ValidateBlockListItems {
|
|
83
|
+
account_code: string;
|
|
84
|
+
blocklist_code: string;
|
|
85
|
+
file_items_values?: string;
|
|
86
|
+
items_values?: string[];
|
|
87
|
+
}
|
|
88
|
+
interface ValidateAllowListItems {
|
|
89
|
+
account_code: string;
|
|
90
|
+
allowlist_code: string;
|
|
91
|
+
file_items_values?: string;
|
|
92
|
+
items_values?: string[];
|
|
93
|
+
}
|
|
94
|
+
interface BlockListSummary {
|
|
95
|
+
id: number;
|
|
96
|
+
account_code: string;
|
|
97
|
+
organization_code: string;
|
|
98
|
+
code: string;
|
|
99
|
+
name: string;
|
|
100
|
+
type: string;
|
|
101
|
+
created_at: string;
|
|
102
|
+
updated_at: string;
|
|
103
|
+
deleted_at: string | null;
|
|
104
|
+
elements_amount: number;
|
|
105
|
+
unique_elements_amount: number;
|
|
106
|
+
active: boolean;
|
|
107
|
+
blocked_payments: number;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fraud-screening';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export * from './accounts';
|
|
2
|
+
export * from './payment';
|
|
3
|
+
export * from './operation-transaction';
|
|
4
|
+
export * from './organization';
|
|
5
|
+
export * from './developer';
|
|
6
|
+
export * from './connection';
|
|
7
|
+
export * from './webhook';
|
|
8
|
+
export * from './user';
|
|
9
|
+
export * from './country';
|
|
10
|
+
export * from './cms';
|
|
11
|
+
export * from './checkout';
|
|
12
|
+
export * from './reports';
|
|
13
|
+
export * from './notifications';
|
|
14
|
+
export * from './smart-routing';
|
|
15
|
+
export * from './routing-monitors';
|
|
16
|
+
export * from './team';
|
|
17
|
+
export * from './data-report';
|
|
18
|
+
export * from './batch-refunds';
|
|
19
|
+
export * from './reconciliation';
|
|
20
|
+
export * from './fraud-screening';
|
|
21
|
+
export * from './organization-settings';
|
|
22
|
+
export * from './velocity-rules';
|
|
23
|
+
export * from './payouts';
|
|
24
|
+
export * from './audit';
|
|
25
|
+
export * from './payment-links';
|
|
26
|
+
export * from './saml-config';
|
|
27
|
+
export * from './s3-client';
|
|
28
|
+
export * from './mfa';
|
|
29
|
+
export * from './translation';
|
|
30
|
+
export * from './ai';
|
|
31
|
+
export * from './template-reporting';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './mfa';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './notifications';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare namespace Notifications {
|
|
2
|
+
export interface ICreateNotificationsPayload {
|
|
3
|
+
account_code: string;
|
|
4
|
+
notification_type: string;
|
|
5
|
+
status: string;
|
|
6
|
+
customer_code: string;
|
|
7
|
+
payload: IPayload;
|
|
8
|
+
}
|
|
9
|
+
export interface IPayload {
|
|
10
|
+
text: string;
|
|
11
|
+
notification_id: string;
|
|
12
|
+
}
|
|
13
|
+
export type NotificationsResponse = {
|
|
14
|
+
updated_at: string;
|
|
15
|
+
type_notification: 'NOTIFICATION' | 'REPORTS';
|
|
16
|
+
}[];
|
|
17
|
+
export interface NotificationsBodyResponse {
|
|
18
|
+
data: NotificationsResponse;
|
|
19
|
+
content: INotificationsResponse[];
|
|
20
|
+
code?: string | number;
|
|
21
|
+
}
|
|
22
|
+
export interface INotificationsResponse {
|
|
23
|
+
notifications: INotification[];
|
|
24
|
+
notifications_not_checked: number;
|
|
25
|
+
}
|
|
26
|
+
interface INotification {
|
|
27
|
+
code: string;
|
|
28
|
+
account_code: string;
|
|
29
|
+
notification_type: string;
|
|
30
|
+
status: string;
|
|
31
|
+
customer_code: string;
|
|
32
|
+
is_checked: boolean;
|
|
33
|
+
created_at: string;
|
|
34
|
+
updated_at: string;
|
|
35
|
+
}
|
|
36
|
+
export interface IEmpty {
|
|
37
|
+
}
|
|
38
|
+
export {};
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './operation-transaction';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Payment } from '../payment';
|
|
2
|
+
export declare namespace OperationTransaction {
|
|
3
|
+
type Reason = 'DUPLICATE' | 'FRAUDULENT' | 'REQUESTED_BY_CUSTOMER' | '' | null;
|
|
4
|
+
type Actions = 'refund' | 'cancel' | 'capture';
|
|
5
|
+
interface ParamsOperationTransaction {
|
|
6
|
+
paymentId: string;
|
|
7
|
+
transactionId: string;
|
|
8
|
+
action: Actions;
|
|
9
|
+
}
|
|
10
|
+
interface Request {
|
|
11
|
+
description?: string;
|
|
12
|
+
reason?: Reason;
|
|
13
|
+
merchant_reference: string;
|
|
14
|
+
amount?: Payment.Amount;
|
|
15
|
+
}
|
|
16
|
+
interface Response {
|
|
17
|
+
id: string;
|
|
18
|
+
type: string;
|
|
19
|
+
status: string;
|
|
20
|
+
category: string;
|
|
21
|
+
amount: Payment.Amount;
|
|
22
|
+
merchant_reference: string;
|
|
23
|
+
created_at: string;
|
|
24
|
+
updated_at: string;
|
|
25
|
+
provider_data: Payment.Provider;
|
|
26
|
+
payment: Payment.Payment;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './organization';
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import type { Request } from 'express';
|
|
2
|
+
import { Cost } from '../connection/costs';
|
|
3
|
+
import { Connection } from '../connection';
|
|
4
|
+
export declare namespace Organization {
|
|
5
|
+
type OrganizationStatus = 'INACTIVE' | 'ACTIVE' | 'VERIFYING_ACCOUNT';
|
|
6
|
+
interface Organization {
|
|
7
|
+
code: string;
|
|
8
|
+
name: string;
|
|
9
|
+
category: string;
|
|
10
|
+
status: OrganizationStatus;
|
|
11
|
+
selected?: boolean;
|
|
12
|
+
created_at: Date;
|
|
13
|
+
updated_at: Date;
|
|
14
|
+
nps: number;
|
|
15
|
+
type: string;
|
|
16
|
+
allowed_sections?: {
|
|
17
|
+
nova: boolean;
|
|
18
|
+
reconciliations: boolean;
|
|
19
|
+
future_providers: boolean;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
enum CustomClaims {
|
|
23
|
+
ORGANIZATION_CODE = "https://dashboard.dev.y.uno/organization_code",
|
|
24
|
+
USER_CODE = "https://dashboard.dev.y.uno/user_code",
|
|
25
|
+
USER_EMAIL = "https://dashboard.dev.y.uno/user_email"
|
|
26
|
+
}
|
|
27
|
+
interface PatchOrganizationStatusParam {
|
|
28
|
+
status: OrganizationStatus;
|
|
29
|
+
}
|
|
30
|
+
interface ProviderParams {
|
|
31
|
+
paymentMethods: PaymentMethods[];
|
|
32
|
+
new_params_catalog: Connection.ConnectionPayload[];
|
|
33
|
+
params: Connection.ConnectionPayload[];
|
|
34
|
+
provider: {
|
|
35
|
+
async: boolean;
|
|
36
|
+
location_coverage: string[];
|
|
37
|
+
};
|
|
38
|
+
code: number;
|
|
39
|
+
}
|
|
40
|
+
interface OrganizationRequest extends Request {
|
|
41
|
+
user: {
|
|
42
|
+
[CustomClaims.ORGANIZATION_CODE]: string;
|
|
43
|
+
[CustomClaims.USER_CODE]: string;
|
|
44
|
+
sub: string;
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
interface AccountOrganization extends Account {
|
|
48
|
+
account_codes: string[];
|
|
49
|
+
}
|
|
50
|
+
interface Account {
|
|
51
|
+
active: boolean;
|
|
52
|
+
email: string;
|
|
53
|
+
legal_name: string;
|
|
54
|
+
phone: string;
|
|
55
|
+
country_code: string;
|
|
56
|
+
updated_at: string;
|
|
57
|
+
account_code_live: string;
|
|
58
|
+
account_code_testing: string;
|
|
59
|
+
code: string;
|
|
60
|
+
created_at: string;
|
|
61
|
+
id: number;
|
|
62
|
+
name: string;
|
|
63
|
+
organization_code: string;
|
|
64
|
+
principal: boolean;
|
|
65
|
+
role: {
|
|
66
|
+
adming: boolean;
|
|
67
|
+
id: string;
|
|
68
|
+
name: string;
|
|
69
|
+
permission_ids: string[];
|
|
70
|
+
staff: boolean;
|
|
71
|
+
status: string;
|
|
72
|
+
user_account_code: string;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
interface Integration {
|
|
76
|
+
code: string;
|
|
77
|
+
provider_id: string;
|
|
78
|
+
active: boolean;
|
|
79
|
+
country: string;
|
|
80
|
+
created_at: string;
|
|
81
|
+
updated_at: string;
|
|
82
|
+
}
|
|
83
|
+
interface IntegrationParams {
|
|
84
|
+
payment_method: string[];
|
|
85
|
+
param_id: string;
|
|
86
|
+
category: string;
|
|
87
|
+
panel_name: string;
|
|
88
|
+
panel_description: string;
|
|
89
|
+
type: string;
|
|
90
|
+
created_at: string;
|
|
91
|
+
updated_at: string;
|
|
92
|
+
country: string;
|
|
93
|
+
async: string;
|
|
94
|
+
provider_description?: string;
|
|
95
|
+
integration_type?: string;
|
|
96
|
+
costs?: Cost[];
|
|
97
|
+
value?: string;
|
|
98
|
+
}
|
|
99
|
+
interface PaymentMethods {
|
|
100
|
+
type?: string;
|
|
101
|
+
provider_id: string;
|
|
102
|
+
icon?: string;
|
|
103
|
+
name?: string;
|
|
104
|
+
description?: string;
|
|
105
|
+
active?: boolean;
|
|
106
|
+
country?: string;
|
|
107
|
+
}
|
|
108
|
+
interface ProviderParamsResponse {
|
|
109
|
+
paymentMethods: PaymentMethods[];
|
|
110
|
+
params: IntegrationParams[];
|
|
111
|
+
}
|
|
112
|
+
interface Credentials {
|
|
113
|
+
public_api_key: string;
|
|
114
|
+
private_secret_key: string;
|
|
115
|
+
}
|
|
116
|
+
type ConnectionState = 'ARCHIVED' | 'ACTIVE' | 'PAUSED';
|
|
117
|
+
interface Connections {
|
|
118
|
+
integration_code: string;
|
|
119
|
+
type: string;
|
|
120
|
+
provider_id: string;
|
|
121
|
+
icon: string;
|
|
122
|
+
name: string;
|
|
123
|
+
description: string;
|
|
124
|
+
active: boolean;
|
|
125
|
+
created_at: string;
|
|
126
|
+
updated_at: string;
|
|
127
|
+
provider_name: string;
|
|
128
|
+
connection_name: string;
|
|
129
|
+
network_token_enable: boolean;
|
|
130
|
+
connection_state?: ConnectionState;
|
|
131
|
+
provider_icon: string;
|
|
132
|
+
category: string;
|
|
133
|
+
costs?: Cost[];
|
|
134
|
+
percentage_cost?: number;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './organization-settings';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare namespace OrganizationSettings {
|
|
2
|
+
interface MfaConfig {
|
|
3
|
+
mfa_enforcing: boolean;
|
|
4
|
+
organization_code: string;
|
|
5
|
+
enforcing_from: string | null;
|
|
6
|
+
period_for_new_users: string | null;
|
|
7
|
+
updated_at: string | null;
|
|
8
|
+
}
|
|
9
|
+
interface MfaConfigRequest {
|
|
10
|
+
enforcing_mfa_from: string | null;
|
|
11
|
+
period_for_new_users: string | null;
|
|
12
|
+
}
|
|
13
|
+
interface MfaUserExcluded {
|
|
14
|
+
user: [code: string, exclude_until: string];
|
|
15
|
+
}
|
|
16
|
+
interface MfaStatus {
|
|
17
|
+
now: string;
|
|
18
|
+
mfa_enforcing: boolean;
|
|
19
|
+
mfa_config: {
|
|
20
|
+
organization_code: string;
|
|
21
|
+
enforcing_from: string;
|
|
22
|
+
period_for_new_users: string;
|
|
23
|
+
updated_at: string;
|
|
24
|
+
};
|
|
25
|
+
mfa_excluded_until: string;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './payment';
|