@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,40 @@
|
|
|
1
|
+
export declare namespace ReconciliationAdvancements {
|
|
2
|
+
interface Advancements {
|
|
3
|
+
operation_id: string;
|
|
4
|
+
merchant_id: string;
|
|
5
|
+
product_id: string;
|
|
6
|
+
ur_key: string;
|
|
7
|
+
operation_type: string;
|
|
8
|
+
movement_type: string;
|
|
9
|
+
operation_date: string;
|
|
10
|
+
operation_settlement_date: string;
|
|
11
|
+
ur_operation_date: string;
|
|
12
|
+
ur_original_settlement_date: string;
|
|
13
|
+
negotiation_gross_amount: number;
|
|
14
|
+
negotiation_fees: number;
|
|
15
|
+
negotiation_net_amount: number;
|
|
16
|
+
ur_gross_amount: number;
|
|
17
|
+
ur_fees: number;
|
|
18
|
+
ur_net_amount: number;
|
|
19
|
+
bank: string;
|
|
20
|
+
bank_agency: string;
|
|
21
|
+
bank_account: string;
|
|
22
|
+
country: string;
|
|
23
|
+
acquirer: string;
|
|
24
|
+
ur_currency: string;
|
|
25
|
+
}
|
|
26
|
+
interface FiltersRequestParams {
|
|
27
|
+
page_number: number;
|
|
28
|
+
page_size: number;
|
|
29
|
+
}
|
|
30
|
+
interface FiltersRequestBody {
|
|
31
|
+
accounts?: string[];
|
|
32
|
+
acquirers?: string[];
|
|
33
|
+
countries?: string[];
|
|
34
|
+
start_date?: string;
|
|
35
|
+
end_date?: string;
|
|
36
|
+
}
|
|
37
|
+
interface GetAllReconciliationsAdvancementsResponse extends FiltersRequestParams {
|
|
38
|
+
items: Advancements[];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export declare namespace ReconciliationAgenda {
|
|
2
|
+
interface Agenda {
|
|
3
|
+
ur_key: string;
|
|
4
|
+
country: string;
|
|
5
|
+
type_transaction: string;
|
|
6
|
+
payment_method_category: string;
|
|
7
|
+
payment_method_type: string;
|
|
8
|
+
provider_id: string;
|
|
9
|
+
customer_id: string;
|
|
10
|
+
payment_id: string;
|
|
11
|
+
merchant_order_id: string;
|
|
12
|
+
merchant_transaction_id: string;
|
|
13
|
+
transaction_id: string;
|
|
14
|
+
provider_transaction_id: string;
|
|
15
|
+
third_party_transaction_id: string;
|
|
16
|
+
status_payment: string;
|
|
17
|
+
response_code: string;
|
|
18
|
+
provider_status: string;
|
|
19
|
+
transaction_amount: number;
|
|
20
|
+
currency: string;
|
|
21
|
+
card_type: string;
|
|
22
|
+
card_brand: string;
|
|
23
|
+
card_iin: string;
|
|
24
|
+
card_lfd: string;
|
|
25
|
+
authorization_code: string;
|
|
26
|
+
installments: number;
|
|
27
|
+
installment_number: number;
|
|
28
|
+
installment_amount: number;
|
|
29
|
+
pnr: string;
|
|
30
|
+
created_at: string;
|
|
31
|
+
updated_at: string;
|
|
32
|
+
agenda_status: string;
|
|
33
|
+
agenda_sub_status: string;
|
|
34
|
+
sales_reconciliation_date: string;
|
|
35
|
+
provider_intended_settlement_date: string;
|
|
36
|
+
provider_confirmation_date: string;
|
|
37
|
+
bank_account: string;
|
|
38
|
+
bank_agency: string;
|
|
39
|
+
bank: string;
|
|
40
|
+
advancement_amount: number;
|
|
41
|
+
provider_fees: number;
|
|
42
|
+
provider_taxes: number;
|
|
43
|
+
pending_amount: number;
|
|
44
|
+
acquirer: string;
|
|
45
|
+
}
|
|
46
|
+
interface InsightValue {
|
|
47
|
+
key: string;
|
|
48
|
+
value: number;
|
|
49
|
+
color?: string;
|
|
50
|
+
percentage?: number;
|
|
51
|
+
}
|
|
52
|
+
interface FiltersRequestParams {
|
|
53
|
+
page_number: number;
|
|
54
|
+
page_size: number;
|
|
55
|
+
}
|
|
56
|
+
interface InsightRequestParams {
|
|
57
|
+
insight_type: ReconciliationAgendaInsight;
|
|
58
|
+
}
|
|
59
|
+
interface FiltersRequestBody {
|
|
60
|
+
acquirers?: string[];
|
|
61
|
+
accounts?: string[];
|
|
62
|
+
countries?: string[];
|
|
63
|
+
providers?: string[];
|
|
64
|
+
}
|
|
65
|
+
interface GetAllReconciliationsAgendaResponse extends FiltersRequestParams {
|
|
66
|
+
agenda: Agenda[];
|
|
67
|
+
}
|
|
68
|
+
interface AmountToBeSettled {
|
|
69
|
+
amount_to_be_settled: number;
|
|
70
|
+
currency: string;
|
|
71
|
+
}
|
|
72
|
+
interface InsightDistribution {
|
|
73
|
+
items: InsightValue[];
|
|
74
|
+
total: number;
|
|
75
|
+
average: number;
|
|
76
|
+
}
|
|
77
|
+
type GetReconciliationsAgendaInsightsResponse = InsightDistribution | AmountToBeSettled;
|
|
78
|
+
}
|
|
79
|
+
export declare enum ReconciliationAgendaInsight {
|
|
80
|
+
TOTAL_AMOUNT = "AGENDA_TOTAL_AMOUNT",
|
|
81
|
+
DAILY = "AGENDA_DAILY_DISTRIBUTION",
|
|
82
|
+
PAYMENT_METHOD = "AGENDA_PAYMENT_METHOD_DISTRIBUTION",
|
|
83
|
+
CARD_BRAND = "AGENDA_CARD_BRAND_DISTRIBUTION"
|
|
84
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare namespace ReconciliationAlerts {
|
|
2
|
+
interface Alert {
|
|
3
|
+
alert_id?: string;
|
|
4
|
+
name: string;
|
|
5
|
+
description: string;
|
|
6
|
+
provider: string;
|
|
7
|
+
country: string;
|
|
8
|
+
alert_type: string;
|
|
9
|
+
emails: string[];
|
|
10
|
+
accounts: string[];
|
|
11
|
+
conditions: string;
|
|
12
|
+
created_at: string;
|
|
13
|
+
updated_at: string;
|
|
14
|
+
}
|
|
15
|
+
interface ReconciliationAlertFiltersParams {
|
|
16
|
+
page_number: number;
|
|
17
|
+
page_size: number;
|
|
18
|
+
}
|
|
19
|
+
interface ReconciliationAlertFiltersBody {
|
|
20
|
+
start_date: string;
|
|
21
|
+
end_date: string;
|
|
22
|
+
accounts?: string[];
|
|
23
|
+
countries?: string[];
|
|
24
|
+
providers?: string[];
|
|
25
|
+
search?: string;
|
|
26
|
+
}
|
|
27
|
+
type ReconciliationAlertToSave = Omit<Alert, 'alert_id' | 'created_at' | 'updated_at'>;
|
|
28
|
+
type ReconciliationAlertToUpdate = Omit<Alert, 'created_at' | 'updated_at'>;
|
|
29
|
+
type GetAllReconciliationsAlertsResponse = {
|
|
30
|
+
page: number;
|
|
31
|
+
page_size: number;
|
|
32
|
+
total_pages: number;
|
|
33
|
+
total: number;
|
|
34
|
+
alerts: Alert[];
|
|
35
|
+
};
|
|
36
|
+
type PostReconciliationAlertRespose = Alert;
|
|
37
|
+
type DeleteReconciliationAlertResponse = Pick<Alert, 'alert_id'>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare namespace ReconciliationFees {
|
|
2
|
+
interface Fees {
|
|
3
|
+
transaction_id: string;
|
|
4
|
+
provider_transaction_id: string;
|
|
5
|
+
card_iin: string;
|
|
6
|
+
card_lfd: string;
|
|
7
|
+
authorization_code: string;
|
|
8
|
+
acquirer_type: string;
|
|
9
|
+
acquirer_gross_amount: number;
|
|
10
|
+
acquirer_real_amount: number;
|
|
11
|
+
acquirer_fees: number;
|
|
12
|
+
acquirer_taxes: number;
|
|
13
|
+
country: string;
|
|
14
|
+
type: string;
|
|
15
|
+
gross_field: string;
|
|
16
|
+
percentage_cost: number;
|
|
17
|
+
fix_cost: number;
|
|
18
|
+
calculated_fix_costed_fee: number;
|
|
19
|
+
calculated_percentage_cost: number;
|
|
20
|
+
acquirer_net_amount: number;
|
|
21
|
+
calculated_net_amount: number;
|
|
22
|
+
fee_taxes_diff: number;
|
|
23
|
+
fee_status: string;
|
|
24
|
+
fee_sub_status: string;
|
|
25
|
+
currency: string;
|
|
26
|
+
acquirer: string;
|
|
27
|
+
settlement_date: string;
|
|
28
|
+
}
|
|
29
|
+
interface FiltersRequestParams {
|
|
30
|
+
page_number: number;
|
|
31
|
+
page_size: number;
|
|
32
|
+
}
|
|
33
|
+
interface FiltersRequestBody {
|
|
34
|
+
accounts?: string[];
|
|
35
|
+
acquirers?: string[];
|
|
36
|
+
countries?: string[];
|
|
37
|
+
start_date: string;
|
|
38
|
+
end_date: string;
|
|
39
|
+
fee_status?: string;
|
|
40
|
+
fee_sub_status?: string;
|
|
41
|
+
}
|
|
42
|
+
interface GetAllReconciliationsFeesResponse extends FiltersRequestParams {
|
|
43
|
+
items: Fees[];
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare namespace ReconciliationSales {
|
|
2
|
+
interface Sales {
|
|
3
|
+
transaction_id: string;
|
|
4
|
+
payment_method_category: string;
|
|
5
|
+
type: string;
|
|
6
|
+
payment_method_type: string;
|
|
7
|
+
provider_id: string;
|
|
8
|
+
status: string;
|
|
9
|
+
response_code: string;
|
|
10
|
+
amount: number;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
13
|
+
provider_status: string;
|
|
14
|
+
merchant_transaction_id: string;
|
|
15
|
+
provider_transaction_id: string;
|
|
16
|
+
country: string;
|
|
17
|
+
customer_id: string;
|
|
18
|
+
description: string;
|
|
19
|
+
merchant_order_id: string;
|
|
20
|
+
payment_id: string;
|
|
21
|
+
currency: string;
|
|
22
|
+
card_issuer_name: string;
|
|
23
|
+
card_issuer_country: string;
|
|
24
|
+
card_category: string;
|
|
25
|
+
card_expiration_month: number;
|
|
26
|
+
card_expiration_year: number;
|
|
27
|
+
pnr: string;
|
|
28
|
+
retrieval_reference_number: string;
|
|
29
|
+
card_iin: string;
|
|
30
|
+
card_lfd: string;
|
|
31
|
+
authorization_code: string;
|
|
32
|
+
installments: number;
|
|
33
|
+
card_type: string;
|
|
34
|
+
card_brand: string;
|
|
35
|
+
provider_card_brand: string;
|
|
36
|
+
confirmation_status: string;
|
|
37
|
+
provider_confirmation_date: string;
|
|
38
|
+
acquirer: string;
|
|
39
|
+
}
|
|
40
|
+
interface FiltersRequestParams {
|
|
41
|
+
page_number: number;
|
|
42
|
+
page_size: number;
|
|
43
|
+
}
|
|
44
|
+
interface FiltersRequestBody {
|
|
45
|
+
accounts?: string[];
|
|
46
|
+
providers?: string[];
|
|
47
|
+
acquirers?: string[];
|
|
48
|
+
countries?: string[];
|
|
49
|
+
types?: string[];
|
|
50
|
+
start_date: string;
|
|
51
|
+
end_date: string;
|
|
52
|
+
}
|
|
53
|
+
interface GetAllReconciliationsSalesResponse extends FiltersRequestParams {
|
|
54
|
+
items: Sales[];
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
import { Reports } from '../reports';
|
|
2
|
+
export declare namespace Reconciliation {
|
|
3
|
+
type Template = {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
columns: string[];
|
|
7
|
+
organization_code: string;
|
|
8
|
+
type: string;
|
|
9
|
+
};
|
|
10
|
+
type GetReconciliationsReportTemplatesResponse = {
|
|
11
|
+
templates: Template[];
|
|
12
|
+
};
|
|
13
|
+
type GetReconciliationsReportColumnsResponse = {
|
|
14
|
+
columns: Reports.IColumn[];
|
|
15
|
+
};
|
|
16
|
+
type SettlementHeaderQuery = {
|
|
17
|
+
currency?: string;
|
|
18
|
+
account_code?: string;
|
|
19
|
+
acquirer?: string;
|
|
20
|
+
page: number;
|
|
21
|
+
size: number;
|
|
22
|
+
sort?: string;
|
|
23
|
+
start_date?: string;
|
|
24
|
+
end_date?: string;
|
|
25
|
+
reconciliation_status?: string;
|
|
26
|
+
reconciliation_sub_status?: string;
|
|
27
|
+
settlement_batch_id?: number;
|
|
28
|
+
provider_merchant_id?: string;
|
|
29
|
+
country?: string;
|
|
30
|
+
payment_method_category?: string;
|
|
31
|
+
payment_method_type?: string;
|
|
32
|
+
provider_id?: string;
|
|
33
|
+
payment_id?: string;
|
|
34
|
+
merchant_order_id?: string;
|
|
35
|
+
amount?: string;
|
|
36
|
+
merchant_reference?: string;
|
|
37
|
+
transaction_id?: string;
|
|
38
|
+
provider_transaction_id?: string;
|
|
39
|
+
transaction_date?: string;
|
|
40
|
+
type?: string;
|
|
41
|
+
gross_currency?: string;
|
|
42
|
+
gross_credit?: string;
|
|
43
|
+
gross_debit?: string;
|
|
44
|
+
fee_rate?: string;
|
|
45
|
+
fx_rate?: string;
|
|
46
|
+
settlement_gross_amount?: string;
|
|
47
|
+
settlement_fees?: string;
|
|
48
|
+
settlement_fee_taxes?: string;
|
|
49
|
+
settlement_taxes?: string;
|
|
50
|
+
cost_of_installment_rate?: string;
|
|
51
|
+
settlement_cost_of_installments?: string;
|
|
52
|
+
settlement_net_credit?: string;
|
|
53
|
+
settlement_net_debit?: string;
|
|
54
|
+
card_type?: string;
|
|
55
|
+
card_brand?: string;
|
|
56
|
+
card_iin?: string;
|
|
57
|
+
card_lfd?: string;
|
|
58
|
+
authorization_code?: string;
|
|
59
|
+
customer_id?: string;
|
|
60
|
+
voucher?: string;
|
|
61
|
+
installments?: string;
|
|
62
|
+
installment_number?: string;
|
|
63
|
+
pnr?: string;
|
|
64
|
+
reconciliation_date?: string;
|
|
65
|
+
reconciliation_id?: string;
|
|
66
|
+
};
|
|
67
|
+
type Section = {
|
|
68
|
+
active: boolean;
|
|
69
|
+
};
|
|
70
|
+
type TableColumn = {
|
|
71
|
+
name: string;
|
|
72
|
+
enable_search: boolean;
|
|
73
|
+
};
|
|
74
|
+
type TableType = 'transactions' | 'settlements';
|
|
75
|
+
type Error = {
|
|
76
|
+
code?: string;
|
|
77
|
+
name?: string;
|
|
78
|
+
};
|
|
79
|
+
type UseGetReconciliationTransactionsParams = {
|
|
80
|
+
start_date?: string | Date;
|
|
81
|
+
end_date?: string | Date;
|
|
82
|
+
page: number;
|
|
83
|
+
size: number;
|
|
84
|
+
enabled?: boolean;
|
|
85
|
+
account_code?: string;
|
|
86
|
+
provider_id?: string;
|
|
87
|
+
currency?: string;
|
|
88
|
+
country?: string;
|
|
89
|
+
sort?: string;
|
|
90
|
+
reconciliation_status?: string;
|
|
91
|
+
reconciliation_sub_status?: string;
|
|
92
|
+
transaction_id?: string;
|
|
93
|
+
};
|
|
94
|
+
type GetSettlementsBodyParams = {
|
|
95
|
+
acquirer?: string;
|
|
96
|
+
settlement_date?: string;
|
|
97
|
+
settlement_batch_id?: string;
|
|
98
|
+
settlement_currency?: string;
|
|
99
|
+
page: number;
|
|
100
|
+
size: number;
|
|
101
|
+
};
|
|
102
|
+
interface Transaction {
|
|
103
|
+
primary_key: string;
|
|
104
|
+
account_code: string;
|
|
105
|
+
country: string;
|
|
106
|
+
type: string;
|
|
107
|
+
payment_method_category: string;
|
|
108
|
+
payment_method_type: string;
|
|
109
|
+
provider_id: string;
|
|
110
|
+
customer_code: string;
|
|
111
|
+
payment_id: string;
|
|
112
|
+
order_id: string;
|
|
113
|
+
merchant_transaction_id: string;
|
|
114
|
+
transaction_id: string;
|
|
115
|
+
provider_transaction_id: string;
|
|
116
|
+
status: string;
|
|
117
|
+
response_code: string;
|
|
118
|
+
provider_status: string;
|
|
119
|
+
amount: string;
|
|
120
|
+
currency_code: string;
|
|
121
|
+
card_type: string;
|
|
122
|
+
card_brand: string;
|
|
123
|
+
card_iin: string;
|
|
124
|
+
card_lfd: string;
|
|
125
|
+
authorization_code: string;
|
|
126
|
+
installments: string;
|
|
127
|
+
pnr: string;
|
|
128
|
+
created_at: string;
|
|
129
|
+
updated_at: string;
|
|
130
|
+
reconciliation_status: string;
|
|
131
|
+
reconciliation_sub_status: string;
|
|
132
|
+
reconciliation_date: string;
|
|
133
|
+
reconciliation_id: string;
|
|
134
|
+
}
|
|
135
|
+
type Settlement = {
|
|
136
|
+
primary_key: string;
|
|
137
|
+
organization_code: string;
|
|
138
|
+
account_id: string;
|
|
139
|
+
provider_merchant_id: string;
|
|
140
|
+
country: string;
|
|
141
|
+
settlement_batch_id: string;
|
|
142
|
+
settlement_date: string;
|
|
143
|
+
payment_method_category: string;
|
|
144
|
+
payment_method_type: string;
|
|
145
|
+
provider_id: string;
|
|
146
|
+
acquirer: string;
|
|
147
|
+
payment_id: string;
|
|
148
|
+
merchant_order_id: string;
|
|
149
|
+
amount: number;
|
|
150
|
+
merchant_reference: string;
|
|
151
|
+
transaction_id: string;
|
|
152
|
+
provider_transaction_id: string;
|
|
153
|
+
transaction_date: string;
|
|
154
|
+
type: string;
|
|
155
|
+
gross_currency: string;
|
|
156
|
+
gross_credit: number;
|
|
157
|
+
gross_debit: number;
|
|
158
|
+
fee_rate: number;
|
|
159
|
+
settlement_currency: string;
|
|
160
|
+
fx_rate: number;
|
|
161
|
+
settlement_gross_amount: number;
|
|
162
|
+
settlement_fees: number;
|
|
163
|
+
settlement_fee_taxes: number;
|
|
164
|
+
settlement_taxes: number;
|
|
165
|
+
cost_of_installment_rate: number;
|
|
166
|
+
settlement_cost_of_installments: number;
|
|
167
|
+
settlement_net_credit: number;
|
|
168
|
+
settlement_net_debit: number;
|
|
169
|
+
card_type: string;
|
|
170
|
+
card_brand: string;
|
|
171
|
+
card_iin: string;
|
|
172
|
+
card_lfd: string;
|
|
173
|
+
authorization_code: string;
|
|
174
|
+
customer_id: string;
|
|
175
|
+
voucher: string;
|
|
176
|
+
installments: number;
|
|
177
|
+
installment_number: number;
|
|
178
|
+
pnr: string;
|
|
179
|
+
reconciliation_status: string;
|
|
180
|
+
reconciliation_sub_status: string;
|
|
181
|
+
reconciliation_date: string;
|
|
182
|
+
reconciliation_id: string;
|
|
183
|
+
};
|
|
184
|
+
interface SettlementHeader {
|
|
185
|
+
type: string;
|
|
186
|
+
provider_id: string;
|
|
187
|
+
number_of_transactions: string;
|
|
188
|
+
gross_currency: string;
|
|
189
|
+
gross_credit: string;
|
|
190
|
+
gross_debit: string;
|
|
191
|
+
settlement_currency: string;
|
|
192
|
+
settlement_gross_amount: string;
|
|
193
|
+
settlement_credit_fees: number;
|
|
194
|
+
settlement_debit_fees: number;
|
|
195
|
+
settlement_fee_taxes: number;
|
|
196
|
+
settlement_taxes: number;
|
|
197
|
+
settlement_cost_of_installments: number;
|
|
198
|
+
settlement_net_credit: string;
|
|
199
|
+
settlement_net_debit: string | null;
|
|
200
|
+
settlement_net_balance: string;
|
|
201
|
+
settlement_batch_id: string;
|
|
202
|
+
settlement_date: string;
|
|
203
|
+
country: string;
|
|
204
|
+
acquirer: string;
|
|
205
|
+
settlement_fees_total: number;
|
|
206
|
+
settlement_taxes_total: number;
|
|
207
|
+
}
|
|
208
|
+
type SettlementBody = {
|
|
209
|
+
account_code: string;
|
|
210
|
+
provider_merchant_id: string;
|
|
211
|
+
country: string;
|
|
212
|
+
settlement_batch_id: string;
|
|
213
|
+
settlement_date: string;
|
|
214
|
+
payment_method_category: string;
|
|
215
|
+
payment_method_type: string;
|
|
216
|
+
provider_id: string;
|
|
217
|
+
acquirer: string;
|
|
218
|
+
payment_id: string;
|
|
219
|
+
order_id: string;
|
|
220
|
+
amount: null;
|
|
221
|
+
merchant_transaction_id: string;
|
|
222
|
+
transaction_id: string;
|
|
223
|
+
provider_transaction_id: string;
|
|
224
|
+
transaction_date: string;
|
|
225
|
+
type: string;
|
|
226
|
+
gross_currency: string;
|
|
227
|
+
gross_credit: string;
|
|
228
|
+
gross_debit: null;
|
|
229
|
+
fee_rate: null;
|
|
230
|
+
settlement_currency: string;
|
|
231
|
+
fx_rate: string;
|
|
232
|
+
settlement_gross_amount: string;
|
|
233
|
+
settlement_fees: string;
|
|
234
|
+
settlement_fee_taxes: null;
|
|
235
|
+
settlement_taxes: null;
|
|
236
|
+
cost_of_installment_rate: null;
|
|
237
|
+
settlement_cost_of_installments: null;
|
|
238
|
+
settlement_net_credit: string;
|
|
239
|
+
settlement_net_debit: null;
|
|
240
|
+
card_type: string;
|
|
241
|
+
card_brand: string;
|
|
242
|
+
card_iin: string;
|
|
243
|
+
card_lfd: string;
|
|
244
|
+
authorization_code: string;
|
|
245
|
+
customer_id: string;
|
|
246
|
+
voucher: string;
|
|
247
|
+
installments: string;
|
|
248
|
+
installment_number: string;
|
|
249
|
+
pnr: string;
|
|
250
|
+
reconciliation_status: string;
|
|
251
|
+
reconciliation_sub_status: string;
|
|
252
|
+
reconciliation_date: string;
|
|
253
|
+
reconciliation_id: string;
|
|
254
|
+
};
|
|
255
|
+
type SettlementBodyParam = {
|
|
256
|
+
acquirer?: string;
|
|
257
|
+
settlement_date?: string;
|
|
258
|
+
start_date?: string;
|
|
259
|
+
end_date?: string;
|
|
260
|
+
settlement_currency?: string;
|
|
261
|
+
page: number;
|
|
262
|
+
size: number;
|
|
263
|
+
};
|
|
264
|
+
interface TransactionList {
|
|
265
|
+
content: Array<Transaction>;
|
|
266
|
+
number: number;
|
|
267
|
+
number_of_elements: number;
|
|
268
|
+
size: number;
|
|
269
|
+
total_elements: number;
|
|
270
|
+
total_pages: number;
|
|
271
|
+
}
|
|
272
|
+
type MetricByDayProvider = {
|
|
273
|
+
provider_id: string;
|
|
274
|
+
Metrics: {
|
|
275
|
+
transaction_date: string;
|
|
276
|
+
total_transactions: number;
|
|
277
|
+
reconciled_transactions: number;
|
|
278
|
+
transactions_allocation: number;
|
|
279
|
+
}[];
|
|
280
|
+
};
|
|
281
|
+
type Metrics = {
|
|
282
|
+
reconciled_rate_total: {
|
|
283
|
+
reconciliation_status: string;
|
|
284
|
+
total_transactions: number;
|
|
285
|
+
transactions_percentage: number;
|
|
286
|
+
total_amount: number;
|
|
287
|
+
amount_percentage: number;
|
|
288
|
+
}[] | null;
|
|
289
|
+
reconciled_rate_by_provider: {
|
|
290
|
+
reconciliation_status: string;
|
|
291
|
+
provider_id: string;
|
|
292
|
+
transactions: number;
|
|
293
|
+
total_transactions: number;
|
|
294
|
+
transactions_percentage: number;
|
|
295
|
+
total_amount: number;
|
|
296
|
+
amount_percentage: number;
|
|
297
|
+
}[] | null;
|
|
298
|
+
reconciled_rate_by_currency: {
|
|
299
|
+
reconciliation_status: string;
|
|
300
|
+
currency_code: string;
|
|
301
|
+
transactions: number;
|
|
302
|
+
total_transactions: number;
|
|
303
|
+
transactions_percentage: number;
|
|
304
|
+
total_amount: number;
|
|
305
|
+
amount_percentage: number;
|
|
306
|
+
}[] | null;
|
|
307
|
+
reconciled_rate_by_account: {
|
|
308
|
+
reconciliation_status: string;
|
|
309
|
+
account_code: string;
|
|
310
|
+
transactions: number;
|
|
311
|
+
total_transactions: number;
|
|
312
|
+
transactions_percentage: number;
|
|
313
|
+
total_amount: number;
|
|
314
|
+
amount_percentage: number;
|
|
315
|
+
}[] | null;
|
|
316
|
+
not_reconciled_by_status: object | null;
|
|
317
|
+
metrics_by_day_provider: {
|
|
318
|
+
EndDate: string;
|
|
319
|
+
StartDate: string;
|
|
320
|
+
MetricsByDayProv: MetricByDayProvider[] | null;
|
|
321
|
+
};
|
|
322
|
+
message_default: string | null;
|
|
323
|
+
};
|
|
324
|
+
type Filters = {
|
|
325
|
+
organization_code: string;
|
|
326
|
+
statuses: string[];
|
|
327
|
+
sub_statuses: string[];
|
|
328
|
+
currency_codes: string[];
|
|
329
|
+
country_codes: string[];
|
|
330
|
+
transaction_statuses: string[];
|
|
331
|
+
providers: string[];
|
|
332
|
+
payment_methods: string[];
|
|
333
|
+
routes: string[];
|
|
334
|
+
acquirers: string[];
|
|
335
|
+
};
|
|
336
|
+
}
|
|
337
|
+
export declare enum ReconciliationReportType {
|
|
338
|
+
TRANSACTIONS = "TRANSACTION_RECONCILIATION",
|
|
339
|
+
SETTLEMENTS = "SETTLEMENTS",
|
|
340
|
+
SETTLEMENTS_HEADER = "SETTLEMENTS_HEADER",
|
|
341
|
+
AGENDA = "AGENDA",
|
|
342
|
+
SALES_CONCILIATION = "SALES_CONCILIATION",
|
|
343
|
+
ADVANCEMENTS = "ADVANCEMENTS",
|
|
344
|
+
FEES = "FEES"
|
|
345
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './reports';
|