@yuno-payments/dashboard-api-mfe 1.10.8 → 1.11.2
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 +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +34 -16
- package/build/cjs/types/api/api.singleton.d.ts +1 -0
- package/build/cjs/types/api/api.types.d.ts +1 -0
- package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
- package/build/cjs/types/mutations/concierge/concierge.mutation.d.ts +8 -0
- package/build/cjs/types/mutations/concierge/index.d.ts +1 -0
- package/build/cjs/types/mutations/index.d.ts +3 -0
- package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
- package/build/cjs/types/mutations/playground/index.d.ts +1 -0
- package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +18 -0
- package/build/cjs/types/mutations/settings/index.d.ts +1 -0
- package/build/cjs/types/mutations/settings/use-table-onboarding.d.ts +6 -0
- package/build/cjs/types/queries/audit/audit-v3.query.d.ts +9 -0
- package/build/cjs/types/queries/audit/audit.query.d.ts +5 -1
- package/build/cjs/types/queries/audit/index.d.ts +1 -0
- package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/cjs/types/queries/concierge/concierge.query.d.ts +6 -0
- package/build/cjs/types/queries/concierge/index.d.ts +1 -0
- package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/cjs/types/queries/index.d.ts +1 -2
- package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/cjs/types/types/audit/audit.d.ts +82 -0
- package/build/cjs/types/types/checkout/styling/styling.d.ts +31 -0
- package/build/cjs/types/types/concierge/concierge-alerts.d.ts +42 -0
- package/build/cjs/types/types/concierge/index.d.ts +1 -0
- package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
- package/build/cjs/types/types/index.d.ts +2 -1
- package/build/cjs/types/types/installments/installments.d.ts +4 -0
- package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
- package/build/cjs/types/types/organization/organization.d.ts +1 -0
- package/build/cjs/types/types/playground/index.d.ts +1 -0
- package/build/cjs/types/types/playground/playground.d.ts +33 -0
- package/build/cjs/types/types/recipients/index.d.ts +2 -0
- package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/cjs/types/types/recipients/recipients.d.ts +7 -0
- package/build/cjs/types/types/reports/reports.d.ts +1 -0
- package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/cjs/types/types/team/team.d.ts +1 -0
- package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/cjs/types/types/webhook/webhook.d.ts +2 -0
- package/build/cjs/types/utils/enums.d.ts +0 -143
- package/build/esm/index.js +6 -6
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +34 -16
- package/build/esm/types/api/api.singleton.d.ts +1 -0
- package/build/esm/types/api/api.types.d.ts +1 -0
- package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
- package/build/esm/types/msw/handlers/recipients.d.ts +1 -0
- package/build/esm/types/msw/mocks/recipients/recipients.mock.d.ts +775 -0
- package/build/esm/types/mutations/concierge/concierge.mutation.d.ts +8 -0
- package/build/esm/types/mutations/concierge/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +3 -0
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
- package/build/esm/types/mutations/playground/index.d.ts +1 -0
- package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/esm/types/mutations/recipients/index.d.ts +1 -0
- package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +18 -0
- package/build/esm/types/mutations/settings/index.d.ts +1 -0
- package/build/esm/types/mutations/settings/use-table-onboarding.d.ts +6 -0
- package/build/esm/types/queries/audit/audit-v3.query.d.ts +9 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +5 -1
- package/build/esm/types/queries/audit/index.d.ts +1 -0
- package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/esm/types/queries/concierge/concierge.query.d.ts +6 -0
- package/build/esm/types/queries/concierge/index.d.ts +1 -0
- package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/esm/types/queries/index.d.ts +1 -2
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/esm/types/types/audit/audit.d.ts +82 -0
- package/build/esm/types/types/checkout/styling/styling.d.ts +31 -0
- package/build/esm/types/types/concierge/concierge-alerts.d.ts +42 -0
- package/build/esm/types/types/concierge/index.d.ts +1 -0
- package/build/esm/types/types/data-report/data-report.d.ts +4 -1
- package/build/esm/types/types/index.d.ts +2 -1
- package/build/esm/types/types/installments/installments.d.ts +4 -0
- package/build/esm/types/types/mfa/mfa.d.ts +4 -0
- package/build/esm/types/types/organization/organization.d.ts +1 -0
- package/build/esm/types/types/playground/index.d.ts +1 -0
- package/build/esm/types/types/playground/playground.d.ts +33 -0
- package/build/esm/types/types/recipients/index.d.ts +2 -0
- package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/esm/types/types/recipients/recipients-mutations.d.ts +136 -0
- package/build/esm/types/types/recipients/recipients.d.ts +7 -0
- package/build/esm/types/types/reports/reports.d.ts +1 -0
- package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/esm/types/types/team/team.d.ts +1 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/esm/types/types/webhook/webhook.d.ts +2 -0
- package/build/esm/types/utils/enums.d.ts +0 -143
- package/build/index.d.ts +614 -86
- package/package.json +1 -1
- package/build/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -10
- package/build/api/api.d.ts +0 -675
- package/build/api/api.singleton.d.ts +0 -9
- package/build/api/api.test.d.ts +0 -1
- package/build/api/api.types.d.ts +0 -229
- package/build/api/index.d.ts +0 -3
- package/build/api-provider.d.ts +0 -4
- package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
- package/build/cjs/types/queries/cms/index.d.ts +0 -1
- package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
- package/build/cjs/types/types/cms/cms.d.ts +0 -47
- package/build/cjs/types/types/cms/index.d.ts +0 -1
- package/build/common/config.d.ts +0 -13
- package/build/common/config.test.d.ts +0 -0
- package/build/constants/errors-code.constant.d.ts +0 -5
- package/build/constants/index.d.ts +0 -1
- package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
- package/build/esm/types/queries/cms/index.d.ts +0 -1
- package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/esm/types/queries/dialogs/index.d.ts +0 -1
- package/build/esm/types/types/cms/cms.d.ts +0 -47
- package/build/esm/types/types/cms/index.d.ts +0 -1
- package/build/lib/http-client/__tests__/http-client.test.d.ts +0 -1
- package/build/lib/http-client/api.config.d.ts +0 -2
- package/build/lib/http-client/axios.d.ts +0 -19
- package/build/lib/http-client/http-client.d.ts +0 -175
- package/build/lib/http-client/index.d.ts +0 -2
- package/build/msw/browser.d.ts +0 -1
- package/build/msw/handlers/api-logs.d.ts +0 -1
- package/build/msw/handlers/index.d.ts +0 -1
- package/build/msw/handlers/insights.d.ts +0 -1
- package/build/msw/handlers/installments.d.ts +0 -1
- package/build/msw/handlers/organizations.d.ts +0 -1
- package/build/msw/handlers/payments.d.ts +0 -1
- package/build/msw/handlers/reconciliation-insights.d.ts +0 -1
- package/build/msw/handlers/webhooks.d.ts +0 -1
- package/build/msw/index.d.ts +0 -1
- package/build/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -14
- package/build/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -34
- package/build/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -9
- package/build/msw/mocks/insights/overview/overview.mock.d.ts +0 -139
- package/build/msw/mocks/installments/installments.mock.d.ts +0 -8
- package/build/msw/mocks/payments/payments.mock.d.ts +0 -92
- package/build/msw/mocks/payments/transaction-details.mock.d.ts +0 -579
- package/build/msw/mocks/reconciliation-insights/index.d.ts +0 -22
- package/build/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/mutations/S3Client/S3Client.mutation.d.ts +0 -6
- package/build/mutations/S3Client/index.d.ts +0 -1
- package/build/mutations/accounts/accounts.mutation.d.ts +0 -57
- package/build/mutations/accounts/accounts.mutation.test.d.ts +0 -1
- package/build/mutations/accounts/delete-mutation.d.ts +0 -20
- package/build/mutations/accounts/index.d.ts +0 -2
- package/build/mutations/accounts/types.d.ts +0 -25
- package/build/mutations/ai/ai.mutation.d.ts +0 -28
- package/build/mutations/ai/ai.mutation.test.d.ts +0 -1
- package/build/mutations/ai/index.d.ts +0 -1
- package/build/mutations/audit/audit-api.mutation.d.ts +0 -13
- package/build/mutations/audit/audit-api.mutation.test.d.ts +0 -1
- package/build/mutations/audit/audit.mutation.d.ts +0 -6
- package/build/mutations/audit/index.d.ts +0 -2
- package/build/mutations/audit/settings.mutation.test.d.ts +0 -1
- package/build/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -32
- package/build/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -1
- package/build/mutations/batch-refunds/index.d.ts +0 -1
- package/build/mutations/chartgpt/chartgpt.mutation.d.ts +0 -70
- package/build/mutations/chartgpt/chartgpt.mutation.test.d.ts +0 -1
- package/build/mutations/chartgpt/index.d.ts +0 -1
- package/build/mutations/checkouts/checkouts.mutation.d.ts +0 -5
- package/build/mutations/checkouts/checkouts.mutation.test.d.ts +0 -1
- package/build/mutations/checkouts/index.d.ts +0 -1
- package/build/mutations/connections/conections.mutation.test.d.ts +0 -1
- package/build/mutations/connections/connections.mutation.d.ts +0 -40
- package/build/mutations/connections/index.d.ts +0 -1
- package/build/mutations/developers/developers.mutation.d.ts +0 -31
- package/build/mutations/developers/developers.mutation.test.d.ts +0 -1
- package/build/mutations/developers/index.d.ts +0 -2
- package/build/mutations/developers/types.d.ts +0 -5
- package/build/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -52
- package/build/mutations/fraud-screening/index.d.ts +0 -1
- package/build/mutations/index.d.ts +0 -34
- package/build/mutations/insights/index.d.ts +0 -1
- package/build/mutations/insights/insights.mutation.d.ts +0 -2
- package/build/mutations/installments/index.d.ts +0 -1
- package/build/mutations/installments/installments.mutation.d.ts +0 -17
- package/build/mutations/installments/installments.mutation.test.d.ts +0 -1
- package/build/mutations/multi-factor-authentication/index.d.ts +0 -1
- package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -12
- package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.test.d.ts +0 -1
- package/build/mutations/notifications/index.d.ts +0 -1
- package/build/mutations/notifications/notifications.mutation.d.ts +0 -6
- package/build/mutations/organization-config/index.d.ts +0 -1
- package/build/mutations/organization-config/organization-config.mutation.d.ts +0 -6
- package/build/mutations/organization-settings/index.d.ts +0 -1
- package/build/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/mutations/organizations/index.d.ts +0 -1
- package/build/mutations/organizations/organizations.mutation.d.ts +0 -2
- package/build/mutations/organizations/organizations.mutation.test.d.ts +0 -1
- package/build/mutations/payment-links/index.d.ts +0 -1
- package/build/mutations/payment-links/payment-links.mutation.d.ts +0 -21
- package/build/mutations/payment-links/payment-links.mutation.test.d.ts +0 -1
- package/build/mutations/payments/index.d.ts +0 -1
- package/build/mutations/payments/payments.mutation.d.ts +0 -21
- package/build/mutations/payments/payments.mutation.test.d.ts +0 -1
- package/build/mutations/recipients/recipients.mutation.d.ts +0 -11
- package/build/mutations/reconciliations/index.d.ts +0 -2
- package/build/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -5
- package/build/mutations/reconciliations/reconciliations-alerts.mutation.test.d.ts +0 -1
- package/build/mutations/reconciliations/reconciliations.mutation.d.ts +0 -4
- package/build/mutations/reports/index.d.ts +0 -1
- package/build/mutations/reports/reports.mutation.d.ts +0 -10
- package/build/mutations/reports/reports.mutation.test.d.ts +0 -1
- package/build/mutations/routing-monitors/index.d.ts +0 -1
- package/build/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -4
- package/build/mutations/saml-config/index.d.ts +0 -1
- package/build/mutations/saml-config/saml-config.query.d.ts +0 -4
- package/build/mutations/saml-config/saml-config.query.test.d.ts +0 -1
- package/build/mutations/scheduled-reports/index.d.ts +0 -1
- package/build/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -8
- package/build/mutations/security/index.d.ts +0 -1
- package/build/mutations/security/security.mutation.d.ts +0 -7
- package/build/mutations/security/security.mutation.test.d.ts +0 -1
- package/build/mutations/settings/index.d.ts +0 -1
- package/build/mutations/settings/settings.mutation.d.ts +0 -17
- package/build/mutations/settings/settings.mutation.test.d.ts +0 -1
- package/build/mutations/smart-routing/index.d.ts +0 -1
- package/build/mutations/smart-routing/smart-routing.mutation.d.ts +0 -90
- package/build/mutations/smart-routing/smart-routing.mutation.test.d.ts +0 -1
- package/build/mutations/subscriptions/index.d.ts +0 -1
- package/build/mutations/subscriptions/subscriptions.mutation.d.ts +0 -19
- package/build/mutations/subscriptions/subscriptions.mutation.test.d.ts +0 -1
- package/build/mutations/team/index.d.ts +0 -1
- package/build/mutations/team/team.mutaion.test.d.ts +0 -1
- package/build/mutations/team/team.mutation.d.ts +0 -12
- package/build/mutations/template-reporting/index.d.ts +0 -1
- package/build/mutations/template-reporting/template-reporting.mutation.d.ts +0 -29
- package/build/mutations/template-reporting/template-reporting.mutation.test.d.ts +0 -1
- package/build/mutations/users/index.d.ts +0 -1
- package/build/mutations/users/users.mutation.d.ts +0 -17
- package/build/mutations/users/users.mutation.test.d.ts +0 -1
- package/build/mutations/velocity-rules/index.d.ts +0 -1
- package/build/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -5
- package/build/queries/accounts/accounts.query.d.ts +0 -30
- package/build/queries/accounts/accounts.query.test.d.ts +0 -1
- package/build/queries/accounts/index.d.ts +0 -2
- package/build/queries/accounts/types.d.ts +0 -21
- package/build/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/queries/api-logs/api-logs-v3.query.test.d.ts +0 -1
- package/build/queries/api-logs/index.d.ts +0 -1
- package/build/queries/audit/audit.query.d.ts +0 -28
- package/build/queries/audit/audit.query.test.d.ts +0 -1
- package/build/queries/audit/index.d.ts +0 -1
- package/build/queries/batch-refunds/batch-refunds.query.d.ts +0 -3
- package/build/queries/batch-refunds/index.d.ts +0 -1
- package/build/queries/chartgpt/chartgpt.query.d.ts +0 -65
- package/build/queries/chartgpt/chartgpt.query.test.d.ts +0 -1
- package/build/queries/chartgpt/index.d.ts +0 -1
- package/build/queries/checkouts/checkouts.query.d.ts +0 -12
- package/build/queries/checkouts/checkouts.query.test.d.ts +0 -1
- package/build/queries/checkouts/index.d.ts +0 -2
- package/build/queries/checkouts/styling/styling.query.d.ts +0 -11
- package/build/queries/checkouts/styling/styling.query.test.d.ts +0 -1
- package/build/queries/cms/cms.query.d.ts +0 -14
- package/build/queries/cms/cms.query.test.d.ts +0 -1
- package/build/queries/cms/index.d.ts +0 -1
- package/build/queries/connections/connections.query.d.ts +0 -3
- package/build/queries/connections/connections.query.test.d.ts +0 -1
- package/build/queries/connections/index.d.ts +0 -1
- package/build/queries/data-report/data-report.query.d.ts +0 -20
- package/build/queries/data-report/data-report.query.test.d.ts +0 -1
- package/build/queries/data-report/fraud/fraud.query.d.ts +0 -17
- package/build/queries/data-report/fraud/fraud.query.test.d.ts +0 -1
- package/build/queries/data-report/index.d.ts +0 -2
- package/build/queries/developers/developers.query.d.ts +0 -16
- package/build/queries/developers/developers.query.test.d.ts +0 -1
- package/build/queries/developers/index.d.ts +0 -1
- package/build/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/queries/dialogs/dialogs.query.test.d.ts +0 -1
- package/build/queries/dialogs/index.d.ts +0 -1
- package/build/queries/feature-flags/feature-flags.test.d.ts +0 -1
- package/build/queries/feature-flags/index.d.ts +0 -8
- package/build/queries/firebase/firebase.query.d.ts +0 -8
- package/build/queries/firebase/firebase.query.test.d.ts +0 -1
- package/build/queries/firebase/index.d.ts +0 -1
- package/build/queries/fraud-screening/fraud-screening.query.d.ts +0 -11
- package/build/queries/fraud-screening/fraud-screening.query.test.d.ts +0 -1
- package/build/queries/fraud-screening/index.d.ts +0 -1
- package/build/queries/index.d.ts +0 -39
- package/build/queries/installments/index.d.ts +0 -1
- package/build/queries/installments/installments.query.d.ts +0 -4
- package/build/queries/installments/installments.query.test.d.ts +0 -1
- package/build/queries/mfa/index.d.ts +0 -1
- package/build/queries/mfa/organization-settings.query.d.ts +0 -11
- package/build/queries/network-tokens/index.d.ts +0 -1
- package/build/queries/network-tokens/network-tokens.query.d.ts +0 -4
- package/build/queries/notifications/index.d.ts +0 -1
- package/build/queries/notifications/notifications.query.d.ts +0 -12
- package/build/queries/notifications/notifications.query.test.d.ts +0 -1
- package/build/queries/onboarding/index.d.ts +0 -1
- package/build/queries/onboarding/onboarding.query.d.ts +0 -7
- package/build/queries/onboarding/onboarding.query.test.d.ts +0 -1
- package/build/queries/organization-config/index.d.ts +0 -1
- package/build/queries/organization-config/organization-config.query.d.ts +0 -4
- package/build/queries/organizations/index.d.ts +0 -1
- package/build/queries/organizations/organizations.query.d.ts +0 -30
- package/build/queries/organizations/organizations.query.test.d.ts +0 -1
- package/build/queries/payment-links/index.d.ts +0 -1
- package/build/queries/payment-links/payment-links.query.d.ts +0 -7
- package/build/queries/payment-links/payment-links.query.test.d.ts +0 -1
- package/build/queries/payments/index.d.ts +0 -2
- package/build/queries/payments/payments.query.d.ts +0 -36
- package/build/queries/payments/payments.query.test.d.ts +0 -1
- package/build/queries/payments/payouts-timeline.query.test.d.ts +0 -1
- package/build/queries/payments/payouts.query.d.ts +0 -7
- package/build/queries/payments/payouts.query.test.d.ts +0 -1
- package/build/queries/recipients/index.d.ts +0 -1
- package/build/queries/recipients/recipients.query.d.ts +0 -8
- package/build/queries/reconciliations/index.d.ts +0 -7
- package/build/queries/reconciliations/reconciliation-insights.query.d.ts +0 -26
- package/build/queries/reconciliations/reconciliation-insights.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-advancements.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-agenda.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -8
- package/build/queries/reconciliations/reconciliations-alerts.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-fees.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-fees.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-sales.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-sales.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations.query.d.ts +0 -11
- package/build/queries/reconciliations/reconciliations.query.test.d.ts +0 -1
- package/build/queries/reports/index.d.ts +0 -1
- package/build/queries/reports/reports.query.d.ts +0 -13
- package/build/queries/reports/reports.query.test.d.ts +0 -1
- package/build/queries/routing-monitors/index.d.ts +0 -1
- package/build/queries/routing-monitors/routing-monitors.query.d.ts +0 -4
- package/build/queries/saml-config/index.d.ts +0 -1
- package/build/queries/saml-config/saml-config.query.d.ts +0 -4
- package/build/queries/saml-config/saml-config.query.test.d.ts +0 -1
- package/build/queries/security/index.d.ts +0 -1
- package/build/queries/security/security.query.d.ts +0 -8
- package/build/queries/security/security.query.test.d.ts +0 -1
- package/build/queries/smart-recovery/index.d.ts +0 -1
- package/build/queries/smart-recovery/smart-recovery-overview.query.d.ts +0 -9
- package/build/queries/smart-recovery/smart-recovery-overview.query.test.d.ts +0 -1
- package/build/queries/smart-routing/index.d.ts +0 -1
- package/build/queries/smart-routing/smart-routing.query.d.ts +0 -28
- package/build/queries/smart-routing/smart-routing.query.test.d.ts +0 -1
- package/build/queries/subscriptions/index.d.ts +0 -1
- package/build/queries/subscriptions/subscriptions.query.d.ts +0 -3
- package/build/queries/subscriptions/subscriptions.query.test.d.ts +0 -1
- package/build/queries/team/index.d.ts +0 -1
- package/build/queries/team/team.query.d.ts +0 -28
- package/build/queries/team/team.query.test.d.ts +0 -1
- package/build/queries/template-reporting/index.d.ts +0 -1
- package/build/queries/template-reporting/template-reporting.query.d.ts +0 -7
- package/build/queries/template-reporting/template-reporting.query.test.d.ts +0 -1
- package/build/queries/translation/index.d.ts +0 -1
- package/build/queries/translation/translation.query.d.ts +0 -5
- package/build/queries/users/index.d.ts +0 -1
- package/build/queries/users/users.query.d.ts +0 -25
- package/build/queries/users/users.query.test.d.ts +0 -1
- package/build/queries/velocity-rules/index.d.ts +0 -1
- package/build/queries/velocity-rules/velocity-rules.query.d.ts +0 -6
- package/build/queries/webhooks/index.d.ts +0 -1
- package/build/queries/webhooks/webhook-timeline.query.d.ts +0 -9
- package/build/queries/webhooks/webhook-timeline.query.test.d.ts +0 -1
- package/build/store/index.d.ts +0 -3
- package/build/types/accounts/accounts.d.ts +0 -11
- package/build/types/accounts/index.d.ts +0 -1
- package/build/types/ai/ai.d.ts +0 -78
- package/build/types/ai/index.d.ts +0 -1
- package/build/types/allowed-list/allowed-list.d.ts +0 -9
- package/build/types/allowed-list/index.d.ts +0 -1
- package/build/types/audit/audit.d.ts +0 -387
- package/build/types/audit/index.d.ts +0 -1
- package/build/types/batch-refunds/batch-refunds.d.ts +0 -38
- package/build/types/batch-refunds/index.d.ts +0 -1
- package/build/types/chartgpt/feedback.types.d.ts +0 -34
- package/build/types/chartgpt/index.d.ts +0 -1
- package/build/types/checkout/checkout.d.ts +0 -289
- package/build/types/checkout/index.d.ts +0 -1
- package/build/types/checkout/styling/styling.d.ts +0 -176
- package/build/types/cms/cms.d.ts +0 -47
- package/build/types/cms/index.d.ts +0 -1
- package/build/types/connection/connection.d.ts +0 -81
- package/build/types/connection/costs.d.ts +0 -26
- package/build/types/connection/index.d.ts +0 -2
- package/build/types/country/country.d.ts +0 -12
- package/build/types/country/index.d.ts +0 -1
- package/build/types/customized-api-keys/customized-api-keys.d.ts +0 -30
- package/build/types/customized-api-keys/index.d.ts +0 -1
- package/build/types/data-report/conversion-rate.types.d.ts +0 -48
- package/build/types/data-report/data-report.d.ts +0 -66
- package/build/types/data-report/fraud.types.d.ts +0 -166
- package/build/types/data-report/index.d.ts +0 -3
- package/build/types/developer/developer.d.ts +0 -13
- package/build/types/developer/index.d.ts +0 -1
- package/build/types/feature-flags/intex.d.ts +0 -13
- package/build/types/fraud-screening/fraud-screening.d.ts +0 -109
- package/build/types/fraud-screening/index.d.ts +0 -1
- package/build/types/index.d.ts +0 -37
- package/build/types/installments/index.d.ts +0 -1
- package/build/types/installments/installments.d.ts +0 -125
- package/build/types/mfa/index.d.ts +0 -1
- package/build/types/mfa/mfa.d.ts +0 -6
- package/build/types/notifications/index.d.ts +0 -1
- package/build/types/notifications/notifications.d.ts +0 -39
- package/build/types/onboarding/index.d.ts +0 -1
- package/build/types/onboarding/onboarding.d.ts +0 -7
- package/build/types/operation-transaction/index.d.ts +0 -1
- package/build/types/operation-transaction/operation-transaction.d.ts +0 -28
- package/build/types/organization/index.d.ts +0 -1
- package/build/types/organization/organization.d.ts +0 -137
- package/build/types/organization-config/index.d.ts +0 -1
- package/build/types/organization-config/organization-config.d.ts +0 -34
- package/build/types/organization-settings/index.d.ts +0 -1
- package/build/types/organization-settings/organization-settings.d.ts +0 -27
- package/build/types/payment/index.d.ts +0 -1
- package/build/types/payment/payment.d.ts +0 -581
- package/build/types/payment-links/index.d.ts +0 -1
- package/build/types/payment-links/payment-links.d.ts +0 -16
- package/build/types/payouts/index.d.ts +0 -1
- package/build/types/payouts/payouts.d.ts +0 -125
- package/build/types/recipients/index.d.ts +0 -2
- package/build/types/recipients/recipients.d.ts +0 -223
- package/build/types/reconciliation/index.d.ts +0 -7
- package/build/types/reconciliation/reconciliation-advancements.d.ts +0 -40
- package/build/types/reconciliation/reconciliation-agenda.d.ts +0 -84
- package/build/types/reconciliation/reconciliation-alerts.d.ts +0 -38
- package/build/types/reconciliation/reconciliation-fees.d.ts +0 -45
- package/build/types/reconciliation/reconciliation-insights.d.ts +0 -188
- package/build/types/reconciliation/reconciliation-sales.d.ts +0 -56
- package/build/types/reconciliation/reconciliation.d.ts +0 -349
- package/build/types/reports/index.d.ts +0 -1
- package/build/types/reports/reports.d.ts +0 -154
- package/build/types/routing-monitors/index.d.ts +0 -1
- package/build/types/routing-monitors/routing-monitors.d.ts +0 -35
- package/build/types/s3-client/index.d.ts +0 -1
- package/build/types/s3-client/s3-client.d.ts +0 -19
- package/build/types/saml-config/index.d.ts +0 -1
- package/build/types/saml-config/saml-config.d.ts +0 -28
- package/build/types/smart-recovery/index.d.ts +0 -1
- package/build/types/smart-recovery/smart-recovery-overview.types.d.ts +0 -94
- package/build/types/smart-routing/index.d.ts +0 -1
- package/build/types/smart-routing/smart-routing.d.ts +0 -362
- package/build/types/subscriptions/index.d.ts +0 -1
- package/build/types/subscriptions/subscriptions.d.ts +0 -68
- package/build/types/team/index.d.ts +0 -1
- package/build/types/team/team.d.ts +0 -122
- package/build/types/template-reporting/common.types.d.ts +0 -65
- package/build/types/template-reporting/index.d.ts +0 -55
- package/build/types/template-reporting/schedule.types.d.ts +0 -72
- package/build/types/template-reporting/template.types.d.ts +0 -98
- package/build/types/translation/index.d.ts +0 -1
- package/build/types/translation/translation.d.ts +0 -8
- package/build/types/user/index.d.ts +0 -1
- package/build/types/user/user.d.ts +0 -208
- package/build/types/velocity-rules/index.d.ts +0 -1
- package/build/types/velocity-rules/velocity-rules.d.ts +0 -15
- package/build/types/webhook/index.d.ts +0 -1
- package/build/types/webhook/webhook.d.ts +0 -73
- package/build/utils/enums.d.ts +0 -162
- package/build/utils/handler-error.d.ts +0 -6
- package/build/utils/index.d.ts +0 -3
- package/build/utils/test-utils.d.ts +0 -4
- package/build/utils/use-account-code.d.ts +0 -1
- package/build/utils/use-account-code.test.d.ts +0 -1
- package/build/utils/use-is-testing.d.ts +0 -3
- package/build/utils/use-is-testing.test.d.ts +0 -1
- package/build/utils/use-localstorage.d.ts +0 -2
- package/build/websockets/index.d.ts +0 -1
- package/build/websockets/use-chart-assistant-socket.d.ts +0 -17
- package/build/websockets/use-chart-assistant-socket.test.d.ts +0 -1
- package/build/yuno-dashboard-api-mfe.d.ts +0 -9
- /package/build/{msw → cjs/types/msw}/handlers/recipients.d.ts +0 -0
- /package/build/{msw → cjs/types/msw}/mocks/recipients/recipients.mock.d.ts +0 -0
- /package/build/{mutations → cjs/types/mutations}/recipients/index.d.ts +0 -0
- /package/build/{set-public-path.d.ts → cjs/types/set-public-path.d.ts} +0 -0
- /package/build/{types → cjs/types/types}/recipients/recipients-mutations.d.ts +0 -0
- /package/build/{api-provider.test.d.ts → esm/types/set-public-path.d.ts} +0 -0
package/build/index.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ interface ListSubscriptionsParams {
|
|
|
410
410
|
end_date?: string;
|
|
411
411
|
statuses?: string[];
|
|
412
412
|
countries?: string[];
|
|
413
|
+
currencies?: string[];
|
|
413
414
|
payment_method_types?: string[];
|
|
414
415
|
page?: number;
|
|
415
416
|
size?: number;
|
|
@@ -1201,6 +1202,7 @@ declare namespace Organization {
|
|
|
1201
1202
|
nova: boolean;
|
|
1202
1203
|
reconciliations: boolean;
|
|
1203
1204
|
future_providers: boolean;
|
|
1205
|
+
hide_denied_sections: boolean;
|
|
1204
1206
|
};
|
|
1205
1207
|
}
|
|
1206
1208
|
enum CustomClaims {
|
|
@@ -1380,6 +1382,7 @@ declare namespace Webhook {
|
|
|
1380
1382
|
subscription_triggers?: Array<IWebhooksTriggers>;
|
|
1381
1383
|
onboarding_triggers?: Array<IWebhooksTriggers>;
|
|
1382
1384
|
reports_v2_triggers?: Array<IWebhooksTriggers>;
|
|
1385
|
+
renewal_days?: number;
|
|
1383
1386
|
created_at: string;
|
|
1384
1387
|
updated_at?: string;
|
|
1385
1388
|
}
|
|
@@ -1399,6 +1402,7 @@ declare namespace Webhook {
|
|
|
1399
1402
|
subscription_triggers?: Array<IWebhooksTriggers>;
|
|
1400
1403
|
onboarding_triggers?: Array<IWebhooksTriggers>;
|
|
1401
1404
|
reports_v2_triggers?: Array<IWebhooksTriggers>;
|
|
1405
|
+
renewal_days?: number;
|
|
1402
1406
|
created_at: string;
|
|
1403
1407
|
updated_at?: string;
|
|
1404
1408
|
}
|
|
@@ -1625,54 +1629,6 @@ declare namespace Country {
|
|
|
1625
1629
|
}
|
|
1626
1630
|
}
|
|
1627
1631
|
|
|
1628
|
-
declare namespace Cms {
|
|
1629
|
-
enum Locale {
|
|
1630
|
-
EN = "en",
|
|
1631
|
-
ES = "es",
|
|
1632
|
-
PT = "pt"
|
|
1633
|
-
}
|
|
1634
|
-
enum Target {
|
|
1635
|
-
BLANK = "_blank",
|
|
1636
|
-
PARENT = "_parent",
|
|
1637
|
-
SELF = "_self",
|
|
1638
|
-
TOP = "_top"
|
|
1639
|
-
}
|
|
1640
|
-
interface Content<T> {
|
|
1641
|
-
id: 1;
|
|
1642
|
-
attributes: T;
|
|
1643
|
-
}
|
|
1644
|
-
interface BaseItem {
|
|
1645
|
-
createdAt: string;
|
|
1646
|
-
updatedAt: string;
|
|
1647
|
-
publishedAt: string;
|
|
1648
|
-
locale: Locale;
|
|
1649
|
-
}
|
|
1650
|
-
interface MenuItem extends BaseItem {
|
|
1651
|
-
text: string;
|
|
1652
|
-
pathname?: string;
|
|
1653
|
-
position: number;
|
|
1654
|
-
icon?: string;
|
|
1655
|
-
type?: 'SUB_HEADER';
|
|
1656
|
-
target?: Target;
|
|
1657
|
-
permission: string;
|
|
1658
|
-
}
|
|
1659
|
-
type Menu = GroupByLocale<MenuItem>;
|
|
1660
|
-
type GroupByLocale<T> = {
|
|
1661
|
-
[key in Locale]: T;
|
|
1662
|
-
};
|
|
1663
|
-
type StatusStyle = {
|
|
1664
|
-
status: string;
|
|
1665
|
-
sub_status?: string;
|
|
1666
|
-
icon: string;
|
|
1667
|
-
type: string;
|
|
1668
|
-
label: string;
|
|
1669
|
-
};
|
|
1670
|
-
type Language = {
|
|
1671
|
-
code: string;
|
|
1672
|
-
name: string;
|
|
1673
|
-
};
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
1632
|
declare namespace Checkout {
|
|
1677
1633
|
export interface PaymentMethodsPayload {
|
|
1678
1634
|
payment_method_type: string;
|
|
@@ -2098,6 +2054,7 @@ interface ICreateReportsRequest {
|
|
|
2098
2054
|
interface ICreateReconciliationsReportV3Request {
|
|
2099
2055
|
accounts: string[];
|
|
2100
2056
|
columns: string[];
|
|
2057
|
+
columns_metadata?: string[];
|
|
2101
2058
|
filters: Record<string, unknown>;
|
|
2102
2059
|
}
|
|
2103
2060
|
interface IListScheduledReportsResponse {
|
|
@@ -2617,6 +2574,7 @@ declare namespace Team {
|
|
|
2617
2574
|
description: string;
|
|
2618
2575
|
admin: string;
|
|
2619
2576
|
permission_ids: string[];
|
|
2577
|
+
role_type: RoleType;
|
|
2620
2578
|
};
|
|
2621
2579
|
type CatalogPermissions = {
|
|
2622
2580
|
section: string;
|
|
@@ -2686,7 +2644,10 @@ declare namespace DataReport {
|
|
|
2686
2644
|
PROVIDERS = "providers",
|
|
2687
2645
|
COUNTRIES = "countries",
|
|
2688
2646
|
UNIQUE_CUSTOMER_PAYMENTS = "unique-customer-payments",
|
|
2689
|
-
TOTAL_PAYMENTS = "total-payments"
|
|
2647
|
+
TOTAL_PAYMENTS = "total-payments",
|
|
2648
|
+
CARD_TYPES = "card-types",
|
|
2649
|
+
CARD_BRANDS = "card-brands",
|
|
2650
|
+
ISSUERS = "issuers"
|
|
2690
2651
|
}
|
|
2691
2652
|
export interface SmartRouting {
|
|
2692
2653
|
version: string;
|
|
@@ -4086,6 +4047,13 @@ declare namespace Payouts {
|
|
|
4086
4047
|
}
|
|
4087
4048
|
|
|
4088
4049
|
declare namespace Audit {
|
|
4050
|
+
interface ApiLogsDetailByPaymentCode {
|
|
4051
|
+
data: ApiLogByTransactionCode[];
|
|
4052
|
+
page: number;
|
|
4053
|
+
size: number;
|
|
4054
|
+
total_rows: number;
|
|
4055
|
+
total_pages: number;
|
|
4056
|
+
}
|
|
4089
4057
|
interface AuditEventsParams {
|
|
4090
4058
|
page: number;
|
|
4091
4059
|
size: number;
|
|
@@ -4148,6 +4116,7 @@ declare namespace Audit {
|
|
|
4148
4116
|
time_zone: string;
|
|
4149
4117
|
account_codes?: string[] | null;
|
|
4150
4118
|
}
|
|
4119
|
+
type MonitorType = 'CREATED TRANSACTIONS' | 'SUCCEEDED TRANSACTIONS';
|
|
4151
4120
|
interface AuditMonitorData {
|
|
4152
4121
|
alert_id: number;
|
|
4153
4122
|
status: string;
|
|
@@ -4166,6 +4135,7 @@ declare namespace Audit {
|
|
|
4166
4135
|
condition_set_id: number;
|
|
4167
4136
|
approval_rate: number;
|
|
4168
4137
|
account_code: string;
|
|
4138
|
+
monitor_type?: MonitorType | null;
|
|
4169
4139
|
}
|
|
4170
4140
|
interface AuditMonitors {
|
|
4171
4141
|
page: number;
|
|
@@ -4464,6 +4434,79 @@ declare namespace Audit {
|
|
|
4464
4434
|
interface AuditExportDownloadResponse {
|
|
4465
4435
|
redirect_link: string;
|
|
4466
4436
|
}
|
|
4437
|
+
interface ApiLogsStatsParams {
|
|
4438
|
+
start_date?: string;
|
|
4439
|
+
end_date?: string;
|
|
4440
|
+
timezone?: string;
|
|
4441
|
+
accounts?: string[];
|
|
4442
|
+
granularity?: string;
|
|
4443
|
+
}
|
|
4444
|
+
interface ApiLogsStatsResponse {
|
|
4445
|
+
total: number;
|
|
4446
|
+
time_series: Array<{
|
|
4447
|
+
timestamp: string;
|
|
4448
|
+
count: number;
|
|
4449
|
+
}>;
|
|
4450
|
+
}
|
|
4451
|
+
interface ApiLogsErrorsByEndpointResponse {
|
|
4452
|
+
total: number;
|
|
4453
|
+
endpoints: Array<{
|
|
4454
|
+
url: string;
|
|
4455
|
+
count: number;
|
|
4456
|
+
time_series: Array<{
|
|
4457
|
+
timestamp: string;
|
|
4458
|
+
count: number;
|
|
4459
|
+
}>;
|
|
4460
|
+
}>;
|
|
4461
|
+
}
|
|
4462
|
+
interface ApiLogsListParams {
|
|
4463
|
+
page?: number;
|
|
4464
|
+
size?: number;
|
|
4465
|
+
start_date?: string;
|
|
4466
|
+
end_date?: string;
|
|
4467
|
+
status_codes?: number[];
|
|
4468
|
+
methods?: string[];
|
|
4469
|
+
search?: string;
|
|
4470
|
+
accounts?: string[];
|
|
4471
|
+
}
|
|
4472
|
+
interface ApiLogsListResponse {
|
|
4473
|
+
page: number;
|
|
4474
|
+
size: number;
|
|
4475
|
+
total_rows: number;
|
|
4476
|
+
total_pages: number;
|
|
4477
|
+
data: ApiLogItem[];
|
|
4478
|
+
}
|
|
4479
|
+
interface ApiLogItem {
|
|
4480
|
+
code: string;
|
|
4481
|
+
url: string;
|
|
4482
|
+
method: string;
|
|
4483
|
+
status_code: number;
|
|
4484
|
+
trace_id: string | null;
|
|
4485
|
+
created_at: string;
|
|
4486
|
+
account_code: string | null;
|
|
4487
|
+
request: unknown;
|
|
4488
|
+
response: unknown;
|
|
4489
|
+
}
|
|
4490
|
+
interface ApiLogV3Item {
|
|
4491
|
+
organization_code: string | null;
|
|
4492
|
+
account_code: string | null;
|
|
4493
|
+
method: string | null;
|
|
4494
|
+
request_uri: string | null;
|
|
4495
|
+
status_code: number | null;
|
|
4496
|
+
payment_id: string | null;
|
|
4497
|
+
trace_id: string | null;
|
|
4498
|
+
request_body: unknown;
|
|
4499
|
+
response_body: unknown;
|
|
4500
|
+
response_time: number | null;
|
|
4501
|
+
created_at: string | null;
|
|
4502
|
+
}
|
|
4503
|
+
interface ApiLogsV3ListResponse {
|
|
4504
|
+
page: number;
|
|
4505
|
+
size: number;
|
|
4506
|
+
total_rows: number;
|
|
4507
|
+
total_pages: number;
|
|
4508
|
+
data: ApiLogV3Item[];
|
|
4509
|
+
}
|
|
4467
4510
|
}
|
|
4468
4511
|
|
|
4469
4512
|
declare namespace PaymentLinks {
|
|
@@ -4537,6 +4580,10 @@ declare namespace MFA {
|
|
|
4537
4580
|
interface MFAStatusResponse {
|
|
4538
4581
|
status: MFAStatus;
|
|
4539
4582
|
}
|
|
4583
|
+
interface WorkOsMfaStatus {
|
|
4584
|
+
mfa_active: boolean;
|
|
4585
|
+
factor_id: string | null;
|
|
4586
|
+
}
|
|
4540
4587
|
}
|
|
4541
4588
|
|
|
4542
4589
|
declare namespace Translation {
|
|
@@ -4793,6 +4840,9 @@ interface TemplateMetadata {
|
|
|
4793
4840
|
timezone: {
|
|
4794
4841
|
enabled: boolean;
|
|
4795
4842
|
};
|
|
4843
|
+
columns_metadata?: {
|
|
4844
|
+
enabled: boolean;
|
|
4845
|
+
};
|
|
4796
4846
|
}
|
|
4797
4847
|
interface TemplateSelection {
|
|
4798
4848
|
version: number;
|
|
@@ -4802,6 +4852,7 @@ interface TemplateSelection {
|
|
|
4802
4852
|
mode: ColumnModeType;
|
|
4803
4853
|
keys?: string[];
|
|
4804
4854
|
};
|
|
4855
|
+
columns_metadata?: string[];
|
|
4805
4856
|
}
|
|
4806
4857
|
interface ReportTemplateMetadata {
|
|
4807
4858
|
id: number;
|
|
@@ -5141,6 +5192,7 @@ declare namespace Recipients {
|
|
|
5141
5192
|
address: Address | null;
|
|
5142
5193
|
withdrawal_method: WithdrawalMethod | null;
|
|
5143
5194
|
documentation: Documentation[];
|
|
5195
|
+
legal_representatives: LegalRepresentative[];
|
|
5144
5196
|
onboardings: OnboardingSummary[];
|
|
5145
5197
|
}
|
|
5146
5198
|
interface OnboardingProvider {
|
|
@@ -5163,6 +5215,7 @@ declare namespace Recipients {
|
|
|
5163
5215
|
number: string | null;
|
|
5164
5216
|
}
|
|
5165
5217
|
interface LegalRepresentative {
|
|
5218
|
+
merchant_reference: string | null;
|
|
5166
5219
|
first_name: string | null;
|
|
5167
5220
|
last_name: string | null;
|
|
5168
5221
|
email: string | null;
|
|
@@ -5170,6 +5223,11 @@ declare namespace Recipients {
|
|
|
5170
5223
|
phone: Phone | null;
|
|
5171
5224
|
address: Address | null;
|
|
5172
5225
|
date_of_birth: string | null;
|
|
5226
|
+
country: string | null;
|
|
5227
|
+
nationality: string | null;
|
|
5228
|
+
title: string | null;
|
|
5229
|
+
publicly_exposed_person: boolean | null;
|
|
5230
|
+
ultimate_beneficial_owner: boolean | null;
|
|
5173
5231
|
}
|
|
5174
5232
|
interface Requirement {
|
|
5175
5233
|
field: string | null;
|
|
@@ -5266,6 +5324,196 @@ interface GetOnboardingTimelineParams {
|
|
|
5266
5324
|
onboarding_id: string;
|
|
5267
5325
|
}
|
|
5268
5326
|
|
|
5327
|
+
declare namespace RecipientsExport {
|
|
5328
|
+
interface ExportFilters {
|
|
5329
|
+
type?: string;
|
|
5330
|
+
countries?: string[];
|
|
5331
|
+
entity_types?: string[];
|
|
5332
|
+
sort_by?: string;
|
|
5333
|
+
sort_order?: string;
|
|
5334
|
+
columns?: string[];
|
|
5335
|
+
}
|
|
5336
|
+
interface CreateExportRequest {
|
|
5337
|
+
export_name: string;
|
|
5338
|
+
filters: ExportFilters;
|
|
5339
|
+
}
|
|
5340
|
+
interface ExportItem {
|
|
5341
|
+
code: string;
|
|
5342
|
+
export_name: string;
|
|
5343
|
+
status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED';
|
|
5344
|
+
download_url: string | null;
|
|
5345
|
+
error_message: string | null;
|
|
5346
|
+
created_at: string;
|
|
5347
|
+
}
|
|
5348
|
+
interface ExportListResponse {
|
|
5349
|
+
content: ExportItem[];
|
|
5350
|
+
empty: boolean;
|
|
5351
|
+
first: boolean;
|
|
5352
|
+
last: boolean;
|
|
5353
|
+
number: number;
|
|
5354
|
+
number_of_elements: number;
|
|
5355
|
+
size: number;
|
|
5356
|
+
pageable: {
|
|
5357
|
+
offset: number;
|
|
5358
|
+
page_number: number;
|
|
5359
|
+
page_size: number;
|
|
5360
|
+
paged: boolean;
|
|
5361
|
+
sort: {
|
|
5362
|
+
empty: boolean;
|
|
5363
|
+
sorted: boolean;
|
|
5364
|
+
unsorted: boolean;
|
|
5365
|
+
};
|
|
5366
|
+
unpaged: boolean;
|
|
5367
|
+
};
|
|
5368
|
+
sort: {
|
|
5369
|
+
empty: boolean;
|
|
5370
|
+
sorted: boolean;
|
|
5371
|
+
unsorted: boolean;
|
|
5372
|
+
};
|
|
5373
|
+
}
|
|
5374
|
+
}
|
|
5375
|
+
interface GetRecipientExportsParams {
|
|
5376
|
+
page?: number;
|
|
5377
|
+
size?: number;
|
|
5378
|
+
}
|
|
5379
|
+
|
|
5380
|
+
interface CreateRecipientDocument {
|
|
5381
|
+
document_number: string;
|
|
5382
|
+
document_type: string;
|
|
5383
|
+
}
|
|
5384
|
+
interface CreateRecipientPhone {
|
|
5385
|
+
country_code: string;
|
|
5386
|
+
number: string;
|
|
5387
|
+
}
|
|
5388
|
+
interface CreateRecipientAddress {
|
|
5389
|
+
address_line_1?: string;
|
|
5390
|
+
address_line_2?: string;
|
|
5391
|
+
city?: string;
|
|
5392
|
+
country?: string;
|
|
5393
|
+
state?: string;
|
|
5394
|
+
zip_code?: string;
|
|
5395
|
+
neighborhood?: string;
|
|
5396
|
+
}
|
|
5397
|
+
interface CreateRecipientBank {
|
|
5398
|
+
code?: string;
|
|
5399
|
+
branch?: string;
|
|
5400
|
+
branch_digit?: string;
|
|
5401
|
+
account?: string;
|
|
5402
|
+
account_digit?: string;
|
|
5403
|
+
account_type?: string;
|
|
5404
|
+
routing?: string;
|
|
5405
|
+
country?: string;
|
|
5406
|
+
currency?: string;
|
|
5407
|
+
payout_schedule?: string;
|
|
5408
|
+
}
|
|
5409
|
+
interface CreateRecipientWithdrawalMethod {
|
|
5410
|
+
bank?: CreateRecipientBank;
|
|
5411
|
+
}
|
|
5412
|
+
interface CreateRecipientDocumentation {
|
|
5413
|
+
file_name: string;
|
|
5414
|
+
content_type: string;
|
|
5415
|
+
content_category: string;
|
|
5416
|
+
content: string;
|
|
5417
|
+
}
|
|
5418
|
+
interface CreateRecipientLegalRepresentative {
|
|
5419
|
+
merchant_reference?: string;
|
|
5420
|
+
first_name?: string;
|
|
5421
|
+
last_name?: string;
|
|
5422
|
+
email?: string;
|
|
5423
|
+
date_of_birth?: string;
|
|
5424
|
+
document?: CreateRecipientDocument;
|
|
5425
|
+
phone?: CreateRecipientPhone;
|
|
5426
|
+
address?: CreateRecipientAddress;
|
|
5427
|
+
country?: string;
|
|
5428
|
+
nationality?: string;
|
|
5429
|
+
title?: string;
|
|
5430
|
+
publicly_exposed_person?: boolean;
|
|
5431
|
+
ultimate_beneficial_owner?: boolean;
|
|
5432
|
+
}
|
|
5433
|
+
interface CreateOnboardingProvider {
|
|
5434
|
+
id: string;
|
|
5435
|
+
connection_id: string;
|
|
5436
|
+
recipient_id?: string;
|
|
5437
|
+
recipient_type?: string;
|
|
5438
|
+
}
|
|
5439
|
+
interface CreateOnboardingTermsOfService {
|
|
5440
|
+
acceptance: boolean;
|
|
5441
|
+
date?: string;
|
|
5442
|
+
ip?: string;
|
|
5443
|
+
}
|
|
5444
|
+
interface CreateOnboardingPayload {
|
|
5445
|
+
account_id?: string;
|
|
5446
|
+
type: string;
|
|
5447
|
+
workflow: string;
|
|
5448
|
+
description?: string;
|
|
5449
|
+
callback_url?: string;
|
|
5450
|
+
provider: CreateOnboardingProvider;
|
|
5451
|
+
documentation?: CreateRecipientDocumentation[];
|
|
5452
|
+
withdrawal_methods?: CreateRecipientWithdrawalMethod[];
|
|
5453
|
+
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
5454
|
+
terms_of_service?: CreateOnboardingTermsOfService;
|
|
5455
|
+
}
|
|
5456
|
+
interface CreateRecipientPayload {
|
|
5457
|
+
account_id: string;
|
|
5458
|
+
merchant_recipient_id: string;
|
|
5459
|
+
national_entity: string;
|
|
5460
|
+
entity_type?: string;
|
|
5461
|
+
first_name: string;
|
|
5462
|
+
last_name: string;
|
|
5463
|
+
date_of_birth?: string;
|
|
5464
|
+
legal_name?: string;
|
|
5465
|
+
email?: string;
|
|
5466
|
+
country: string;
|
|
5467
|
+
website?: string;
|
|
5468
|
+
industry?: string;
|
|
5469
|
+
merchant_category_code?: string;
|
|
5470
|
+
document?: CreateRecipientDocument;
|
|
5471
|
+
phone?: CreateRecipientPhone;
|
|
5472
|
+
address?: CreateRecipientAddress;
|
|
5473
|
+
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
5474
|
+
withdrawal_methods?: CreateRecipientWithdrawalMethod;
|
|
5475
|
+
documentation?: CreateRecipientDocumentation[];
|
|
5476
|
+
onboardings?: CreateOnboardingPayload[];
|
|
5477
|
+
}
|
|
5478
|
+
type UpdateRecipientPayload = Partial<Omit<CreateRecipientPayload, 'account_id' | 'onboardings'>>;
|
|
5479
|
+
type UpdateOnboardingPayload = Partial<Omit<CreateOnboardingPayload, 'type' | 'workflow' | 'provider'>> & {
|
|
5480
|
+
provider?: Partial<CreateOnboardingProvider>;
|
|
5481
|
+
};
|
|
5482
|
+
interface CreateRecipientParams {
|
|
5483
|
+
organizationCode: string;
|
|
5484
|
+
payload: CreateRecipientPayload;
|
|
5485
|
+
}
|
|
5486
|
+
interface UpdateRecipientParams {
|
|
5487
|
+
organizationCode: string;
|
|
5488
|
+
recipientId: string;
|
|
5489
|
+
payload: UpdateRecipientPayload;
|
|
5490
|
+
}
|
|
5491
|
+
interface DeleteRecipientParams {
|
|
5492
|
+
organizationCode: string;
|
|
5493
|
+
recipientId: string;
|
|
5494
|
+
}
|
|
5495
|
+
interface CreateOnboardingParams {
|
|
5496
|
+
organizationCode: string;
|
|
5497
|
+
recipientId: string;
|
|
5498
|
+
payload: CreateOnboardingPayload;
|
|
5499
|
+
}
|
|
5500
|
+
interface UpdateOnboardingParams {
|
|
5501
|
+
organizationCode: string;
|
|
5502
|
+
recipientId: string;
|
|
5503
|
+
onboardingId: string;
|
|
5504
|
+
payload: UpdateOnboardingPayload;
|
|
5505
|
+
}
|
|
5506
|
+
interface BlockOnboardingParams {
|
|
5507
|
+
organizationCode: string;
|
|
5508
|
+
recipientId: string;
|
|
5509
|
+
onboardingId: string;
|
|
5510
|
+
}
|
|
5511
|
+
interface UnblockOnboardingParams {
|
|
5512
|
+
organizationCode: string;
|
|
5513
|
+
recipientId: string;
|
|
5514
|
+
onboardingId: string;
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5269
5517
|
declare namespace Installments {
|
|
5270
5518
|
interface GetInstallmentsPlansParams {
|
|
5271
5519
|
account_id?: string | string[];
|
|
@@ -5318,6 +5566,7 @@ declare namespace Installments {
|
|
|
5318
5566
|
amount: PlanAmount;
|
|
5319
5567
|
availability?: Availability;
|
|
5320
5568
|
types_list?: string[] | null;
|
|
5569
|
+
payment_method_type?: string;
|
|
5321
5570
|
created_at?: string;
|
|
5322
5571
|
updated_at?: string;
|
|
5323
5572
|
}
|
|
@@ -5329,6 +5578,7 @@ declare namespace Installments {
|
|
|
5329
5578
|
amount?: PlanAmount;
|
|
5330
5579
|
installments_plan?: InstallmentPlanItem[];
|
|
5331
5580
|
availability?: Availability;
|
|
5581
|
+
payment_method_type?: string;
|
|
5332
5582
|
}
|
|
5333
5583
|
interface CreateInstallmentsPlanResponse extends InstallmentsPlan {
|
|
5334
5584
|
}
|
|
@@ -5338,6 +5588,7 @@ declare namespace Installments {
|
|
|
5338
5588
|
amount?: PlanAmount;
|
|
5339
5589
|
installments_plan?: InstallmentPlanItem[];
|
|
5340
5590
|
availability?: Availability;
|
|
5591
|
+
payment_method_type?: string;
|
|
5341
5592
|
}
|
|
5342
5593
|
interface UpdateInstallmentsPlanResponse extends InstallmentsPlan {
|
|
5343
5594
|
}
|
|
@@ -5373,6 +5624,7 @@ declare namespace Installments {
|
|
|
5373
5624
|
amount?: PlanAmount;
|
|
5374
5625
|
installments_plan?: InstallmentPlanItem[];
|
|
5375
5626
|
availability?: Availability;
|
|
5627
|
+
payment_method_type?: string;
|
|
5376
5628
|
}
|
|
5377
5629
|
interface BulkCreateInstallmentsPlansResponse {
|
|
5378
5630
|
created: InstallmentsPlan[];
|
|
@@ -5392,6 +5644,83 @@ declare namespace Installments {
|
|
|
5392
5644
|
}
|
|
5393
5645
|
}
|
|
5394
5646
|
|
|
5647
|
+
declare namespace ConciergeAlerts {
|
|
5648
|
+
interface AntiNoiseControls {
|
|
5649
|
+
cooldown: number;
|
|
5650
|
+
minimum_transactions: number;
|
|
5651
|
+
}
|
|
5652
|
+
interface ThresholdConfiguration {
|
|
5653
|
+
error_rate_threshold: number;
|
|
5654
|
+
error_types: string[];
|
|
5655
|
+
}
|
|
5656
|
+
interface ScopeFilters {
|
|
5657
|
+
countries: string[];
|
|
5658
|
+
providers: string[];
|
|
5659
|
+
payment_methods: string[];
|
|
5660
|
+
card_brands: string[];
|
|
5661
|
+
}
|
|
5662
|
+
interface Alert {
|
|
5663
|
+
id: string;
|
|
5664
|
+
alert_type: string;
|
|
5665
|
+
name: string;
|
|
5666
|
+
language: string;
|
|
5667
|
+
analysis_window: string;
|
|
5668
|
+
comparison_baseline: string;
|
|
5669
|
+
anti_noise_controls: AntiNoiseControls;
|
|
5670
|
+
threshold_configuration: ThresholdConfiguration;
|
|
5671
|
+
scope_filters: ScopeFilters;
|
|
5672
|
+
enabled: boolean;
|
|
5673
|
+
}
|
|
5674
|
+
type CreateAlertPayload = Omit<Alert, 'id' | 'enabled'>;
|
|
5675
|
+
type CreateAlertResponse = Pick<Alert, 'id'>;
|
|
5676
|
+
type DeleteAlertResponse = Pick<Alert, 'id'>;
|
|
5677
|
+
interface EnableAlertPayload {
|
|
5678
|
+
enable: boolean;
|
|
5679
|
+
}
|
|
5680
|
+
interface EnableAlertResponse {
|
|
5681
|
+
id: string;
|
|
5682
|
+
enable: boolean;
|
|
5683
|
+
}
|
|
5684
|
+
type Error = {
|
|
5685
|
+
code?: string;
|
|
5686
|
+
name?: string;
|
|
5687
|
+
};
|
|
5688
|
+
}
|
|
5689
|
+
|
|
5690
|
+
declare namespace Playground {
|
|
5691
|
+
type FlowType = 'DIRECT';
|
|
5692
|
+
type FlowStatus = 'SUCCESS' | 'PARTIAL_FAILURE' | 'FAILURE';
|
|
5693
|
+
type StepStatus = 'SUCCESS' | 'FAILED' | 'SKIPPED';
|
|
5694
|
+
type StepName = 'CREATE_CUSTOMER' | 'CREATE_CHECKOUT_SESSION' | 'CREATE_PAYMENT';
|
|
5695
|
+
interface ExecuteFlowPayload {
|
|
5696
|
+
flow_type: FlowType;
|
|
5697
|
+
config: {
|
|
5698
|
+
capture: boolean;
|
|
5699
|
+
};
|
|
5700
|
+
customer: Record<string, unknown>;
|
|
5701
|
+
payment_method: Record<string, unknown>;
|
|
5702
|
+
country: string;
|
|
5703
|
+
amount: Record<string, unknown>;
|
|
5704
|
+
account_id: string;
|
|
5705
|
+
payment_description: string;
|
|
5706
|
+
}
|
|
5707
|
+
interface StepResult {
|
|
5708
|
+
step: StepName;
|
|
5709
|
+
status: StepStatus;
|
|
5710
|
+
http_status: number | null;
|
|
5711
|
+
response: Record<string, unknown> | null;
|
|
5712
|
+
error_message: string | null;
|
|
5713
|
+
duration_ms: number;
|
|
5714
|
+
}
|
|
5715
|
+
interface ExecuteFlowResponse {
|
|
5716
|
+
status: FlowStatus;
|
|
5717
|
+
failed_step: string | null;
|
|
5718
|
+
error_message: string | null;
|
|
5719
|
+
steps: StepResult[];
|
|
5720
|
+
total_duration_ms: number;
|
|
5721
|
+
}
|
|
5722
|
+
}
|
|
5723
|
+
|
|
5395
5724
|
type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrganization, unknown>, {
|
|
5396
5725
|
response: {
|
|
5397
5726
|
data: {
|
|
@@ -5709,6 +6038,15 @@ declare function useEditPaymentLinks(): _tanstack_react_query.UseMutationResult<
|
|
|
5709
6038
|
accountCode: string;
|
|
5710
6039
|
paymentLinkCode: string;
|
|
5711
6040
|
}, unknown>;
|
|
6041
|
+
declare function useUploadPaymentLinkLogo(): _tanstack_react_query.UseMutationResult<{
|
|
6042
|
+
s3_url: string;
|
|
6043
|
+
logo: string;
|
|
6044
|
+
}, unknown, {
|
|
6045
|
+
payload: {
|
|
6046
|
+
base64_data: string;
|
|
6047
|
+
file_name: string;
|
|
6048
|
+
};
|
|
6049
|
+
}, unknown>;
|
|
5712
6050
|
|
|
5713
6051
|
declare function useCreateSubscription(): _tanstack_react_query.UseMutationResult<any, unknown, any, unknown>;
|
|
5714
6052
|
declare function usePauseSubscription(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
@@ -5746,6 +6084,13 @@ declare function usePostUserSettingsPinned(onMutate: any): _tanstack_react_query
|
|
|
5746
6084
|
payload: PinnedSections;
|
|
5747
6085
|
}, any>;
|
|
5748
6086
|
|
|
6087
|
+
declare function useTableOnboarding(accountCode: string | undefined, table: string, section: string): {
|
|
6088
|
+
hasSeenOnboarding: boolean;
|
|
6089
|
+
dismiss: () => void;
|
|
6090
|
+
id: string;
|
|
6091
|
+
isProfileLoading: boolean;
|
|
6092
|
+
};
|
|
6093
|
+
|
|
5749
6094
|
interface PropsGetEnrollment {
|
|
5750
6095
|
secret: string;
|
|
5751
6096
|
barcode_uri: string;
|
|
@@ -6069,8 +6414,6 @@ declare function useGetHashPylon(): UseQueryResult<{
|
|
|
6069
6414
|
|
|
6070
6415
|
declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Connection.Connection[], CustomAxiosResponse<null>>;
|
|
6071
6416
|
|
|
6072
|
-
declare function useGetDialogs(): UseQueryResult<any, unknown>;
|
|
6073
|
-
|
|
6074
6417
|
type PendingDuplicateAccount = {
|
|
6075
6418
|
code: string;
|
|
6076
6419
|
target_account_name: string;
|
|
@@ -6120,17 +6463,6 @@ declare function useGetRolesForImpersonation(organizationCode?: string): UseQuer
|
|
|
6120
6463
|
}>, unknown>;
|
|
6121
6464
|
declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
|
|
6122
6465
|
|
|
6123
|
-
declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
|
|
6124
|
-
declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
6125
|
-
declare function useGetTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
6126
|
-
declare function useGetReconciliationTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
6127
|
-
declare function useGetTimeZoneCatalog(): UseQueryResult<Array<TimeZoneCatalog>, unknown>;
|
|
6128
|
-
declare function useGetAuditLogsFilters(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
6129
|
-
declare function useGetDashboardStaticContents(): UseQueryResult<Array<{
|
|
6130
|
-
[key: string]: string;
|
|
6131
|
-
}>, unknown>;
|
|
6132
|
-
declare function useGetLocales(): UseQueryResult<Cms.Language[], AxiosError>;
|
|
6133
|
-
|
|
6134
6466
|
interface ErrorProp {
|
|
6135
6467
|
name?: string;
|
|
6136
6468
|
}
|
|
@@ -6161,7 +6493,111 @@ declare function useGetRoutingMonitorsTemplate(code: string, organizationCode: s
|
|
|
6161
6493
|
|
|
6162
6494
|
declare function useGetCheckouts({ accountCode }: {
|
|
6163
6495
|
accountCode: any;
|
|
6164
|
-
}, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>):
|
|
6496
|
+
}, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
|
|
6497
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6498
|
+
data: Checkout.CheckoutList[];
|
|
6499
|
+
error: unknown;
|
|
6500
|
+
isError: true;
|
|
6501
|
+
isLoading: false;
|
|
6502
|
+
isLoadingError: false;
|
|
6503
|
+
isRefetchError: true;
|
|
6504
|
+
isSuccess: false;
|
|
6505
|
+
status: "error";
|
|
6506
|
+
dataUpdatedAt: number;
|
|
6507
|
+
errorUpdatedAt: number;
|
|
6508
|
+
failureCount: number;
|
|
6509
|
+
failureReason: unknown;
|
|
6510
|
+
errorUpdateCount: number;
|
|
6511
|
+
isFetched: boolean;
|
|
6512
|
+
isFetchedAfterMount: boolean;
|
|
6513
|
+
isFetching: boolean;
|
|
6514
|
+
isInitialLoading: boolean;
|
|
6515
|
+
isPaused: boolean;
|
|
6516
|
+
isPlaceholderData: boolean;
|
|
6517
|
+
isPreviousData: boolean;
|
|
6518
|
+
isRefetching: boolean;
|
|
6519
|
+
isStale: boolean;
|
|
6520
|
+
remove: () => void;
|
|
6521
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6522
|
+
} | {
|
|
6523
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6524
|
+
data: Checkout.CheckoutList[];
|
|
6525
|
+
error: null;
|
|
6526
|
+
isError: false;
|
|
6527
|
+
isLoading: false;
|
|
6528
|
+
isLoadingError: false;
|
|
6529
|
+
isRefetchError: false;
|
|
6530
|
+
isSuccess: true;
|
|
6531
|
+
status: "success";
|
|
6532
|
+
dataUpdatedAt: number;
|
|
6533
|
+
errorUpdatedAt: number;
|
|
6534
|
+
failureCount: number;
|
|
6535
|
+
failureReason: unknown;
|
|
6536
|
+
errorUpdateCount: number;
|
|
6537
|
+
isFetched: boolean;
|
|
6538
|
+
isFetchedAfterMount: boolean;
|
|
6539
|
+
isFetching: boolean;
|
|
6540
|
+
isInitialLoading: boolean;
|
|
6541
|
+
isPaused: boolean;
|
|
6542
|
+
isPlaceholderData: boolean;
|
|
6543
|
+
isPreviousData: boolean;
|
|
6544
|
+
isRefetching: boolean;
|
|
6545
|
+
isStale: boolean;
|
|
6546
|
+
remove: () => void;
|
|
6547
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6548
|
+
} | {
|
|
6549
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6550
|
+
data: undefined;
|
|
6551
|
+
error: unknown;
|
|
6552
|
+
isError: true;
|
|
6553
|
+
isLoading: false;
|
|
6554
|
+
isLoadingError: true;
|
|
6555
|
+
isRefetchError: false;
|
|
6556
|
+
isSuccess: false;
|
|
6557
|
+
status: "error";
|
|
6558
|
+
dataUpdatedAt: number;
|
|
6559
|
+
errorUpdatedAt: number;
|
|
6560
|
+
failureCount: number;
|
|
6561
|
+
failureReason: unknown;
|
|
6562
|
+
errorUpdateCount: number;
|
|
6563
|
+
isFetched: boolean;
|
|
6564
|
+
isFetchedAfterMount: boolean;
|
|
6565
|
+
isFetching: boolean;
|
|
6566
|
+
isInitialLoading: boolean;
|
|
6567
|
+
isPaused: boolean;
|
|
6568
|
+
isPlaceholderData: boolean;
|
|
6569
|
+
isPreviousData: boolean;
|
|
6570
|
+
isRefetching: boolean;
|
|
6571
|
+
isStale: boolean;
|
|
6572
|
+
remove: () => void;
|
|
6573
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6574
|
+
} | {
|
|
6575
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6576
|
+
data: undefined;
|
|
6577
|
+
error: null;
|
|
6578
|
+
isError: false;
|
|
6579
|
+
isLoading: true;
|
|
6580
|
+
isLoadingError: false;
|
|
6581
|
+
isRefetchError: false;
|
|
6582
|
+
isSuccess: false;
|
|
6583
|
+
status: "loading";
|
|
6584
|
+
dataUpdatedAt: number;
|
|
6585
|
+
errorUpdatedAt: number;
|
|
6586
|
+
failureCount: number;
|
|
6587
|
+
failureReason: unknown;
|
|
6588
|
+
errorUpdateCount: number;
|
|
6589
|
+
isFetched: boolean;
|
|
6590
|
+
isFetchedAfterMount: boolean;
|
|
6591
|
+
isFetching: boolean;
|
|
6592
|
+
isInitialLoading: boolean;
|
|
6593
|
+
isPaused: boolean;
|
|
6594
|
+
isPlaceholderData: boolean;
|
|
6595
|
+
isPreviousData: boolean;
|
|
6596
|
+
isRefetching: boolean;
|
|
6597
|
+
isStale: boolean;
|
|
6598
|
+
remove: () => void;
|
|
6599
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6600
|
+
};
|
|
6165
6601
|
declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
|
|
6166
6602
|
declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => _tanstack_react_query.UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
|
|
6167
6603
|
declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
|
|
@@ -6238,6 +6674,36 @@ declare namespace Styling {
|
|
|
6238
6674
|
}
|
|
6239
6675
|
export {};
|
|
6240
6676
|
}
|
|
6677
|
+
interface PaymentLinkStyles {
|
|
6678
|
+
panel?: {
|
|
6679
|
+
left?: {
|
|
6680
|
+
logo?: string | null;
|
|
6681
|
+
background?: {
|
|
6682
|
+
color?: string;
|
|
6683
|
+
};
|
|
6684
|
+
};
|
|
6685
|
+
};
|
|
6686
|
+
checkbox?: {
|
|
6687
|
+
color?: string;
|
|
6688
|
+
};
|
|
6689
|
+
border?: {
|
|
6690
|
+
color?: string;
|
|
6691
|
+
};
|
|
6692
|
+
radio_button?: {
|
|
6693
|
+
color?: string;
|
|
6694
|
+
};
|
|
6695
|
+
button?: {
|
|
6696
|
+
text?: {
|
|
6697
|
+
color?: string;
|
|
6698
|
+
};
|
|
6699
|
+
background?: {
|
|
6700
|
+
color?: string;
|
|
6701
|
+
hover?: {
|
|
6702
|
+
color?: string;
|
|
6703
|
+
};
|
|
6704
|
+
};
|
|
6705
|
+
};
|
|
6706
|
+
}
|
|
6241
6707
|
declare namespace StylingSettings {
|
|
6242
6708
|
interface UpdateSettings {
|
|
6243
6709
|
styles: {
|
|
@@ -6296,6 +6762,7 @@ declare namespace StylingSettings {
|
|
|
6296
6762
|
flags?: {
|
|
6297
6763
|
force_default_styles?: boolean;
|
|
6298
6764
|
};
|
|
6765
|
+
payment_link_styles?: PaymentLinkStyles;
|
|
6299
6766
|
}
|
|
6300
6767
|
interface UpdateSettingsResponse extends UpdateSettings {
|
|
6301
6768
|
external_fonts: {
|
|
@@ -6406,11 +6873,7 @@ declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMe
|
|
|
6406
6873
|
}): UseQueryResult<any, unknown>;
|
|
6407
6874
|
declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
|
|
6408
6875
|
declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
6409
|
-
declare function useInsightsVolumeMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6410
6876
|
declare function useInsightsVolumeMetricsV2(account_codes: string, params: DataReport.InsightMetricParams, path: DataReport.InsightsVolumeMetricsV2Path, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6411
|
-
declare function useInsightsTotalPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6412
|
-
declare function useInsightsCustomerPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6413
|
-
declare function useInsightsOverviewMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
6414
6877
|
declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
|
|
6415
6878
|
declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
|
|
6416
6879
|
declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
|
|
@@ -6528,7 +6991,7 @@ declare function usePostApiLogs(params: Audit.AuditApiLogsParams): UseQueryResul
|
|
|
6528
6991
|
declare function usePostWebhookLogs({ params, }: {
|
|
6529
6992
|
params: Audit.AuditWebhooksParams;
|
|
6530
6993
|
}): UseQueryResult<Audit.AuditWebhooksResponse, BFFErrorResponse>;
|
|
6531
|
-
declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined): UseQueryResult<
|
|
6994
|
+
declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined, createdAtFrom?: string): UseQueryResult<Audit.ApiLogsDetailByPaymentCode, BFFErrorResponse>;
|
|
6532
6995
|
declare function useGetApiLogsByTransactionCode(transactionCode: string | null | undefined, accountCode: string | null | undefined): UseQueryResult<Audit.ApiLogByTransactionCode, BFFErrorResponse>;
|
|
6533
6996
|
declare function useGetAuditExportsList(reportType: Audit.AuditExportReportType, enabled?: boolean): UseQueryResult<Audit.AuditExportResponse[], BFFErrorResponse>;
|
|
6534
6997
|
declare function useGetAuditExportDownload(reportId: string, enabled?: boolean, onSuccess?: (data: Audit.AuditExportDownloadResponse) => void): UseQueryResult<Audit.AuditExportDownloadResponse, BFFErrorResponse>;
|
|
@@ -6546,12 +7009,22 @@ interface UnifiedExportsListQueryParams {
|
|
|
6546
7009
|
enabled?: boolean;
|
|
6547
7010
|
}
|
|
6548
7011
|
declare function useGetUnifiedExportsList({ tab, page, size, enabled, }: UnifiedExportsListQueryParams): UseQueryResult<Audit.UnifiedExportListResponse, BFFErrorResponse>;
|
|
7012
|
+
declare function useGetApiLogsStatsRequests(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
7013
|
+
declare function useGetApiLogsStatsErrors(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
7014
|
+
declare function useGetApiLogsStatsErrorsByEndpoint(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsErrorsByEndpointResponse, BFFErrorResponse>;
|
|
7015
|
+
declare function useGetApiLogsList(params: Audit.ApiLogsListParams): UseQueryResult<Audit.ApiLogsListResponse, BFFErrorResponse>;
|
|
7016
|
+
|
|
7017
|
+
interface UseGetApiLogsV3ByPaymentCodeOptions {
|
|
7018
|
+
paymentCode: string;
|
|
7019
|
+
createdAtFrom?: string;
|
|
7020
|
+
enabled?: boolean;
|
|
7021
|
+
}
|
|
7022
|
+
declare function useGetApiLogsV3ByPaymentCode({ paymentCode, createdAtFrom, enabled, }: UseGetApiLogsV3ByPaymentCodeOptions): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
6549
7023
|
|
|
6550
7024
|
declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
|
|
6551
7025
|
declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
|
|
6552
7026
|
declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
6553
7027
|
declare function useGetCountriesConfigPaymentLinkV2(acceptLanguage?: string): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
6554
|
-
declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
|
|
6555
7028
|
|
|
6556
7029
|
declare function useGetSubscriptionByCode(subscriptionCode: string, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6557
7030
|
declare function useGetSubscriptionPayments(subscriptionCode: string, page?: number, size?: number, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
@@ -6590,6 +7063,9 @@ declare function useGetMFAConfig({ organizationCode, }: {
|
|
|
6590
7063
|
declare function useGetMFAStatus({ accountCode, }: {
|
|
6591
7064
|
accountCode: string;
|
|
6592
7065
|
}, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
|
|
7066
|
+
declare function useGetWorkOsMfaStatus({ enabled, }: {
|
|
7067
|
+
enabled: boolean;
|
|
7068
|
+
}): UseQueryResult<MFA.WorkOsMfaStatus, unknown>;
|
|
6593
7069
|
|
|
6594
7070
|
declare function useGetSamlConfig(organizationCode: string): UseQueryResult<SamlConfig.SamlConfigResponse, AxiosError>;
|
|
6595
7071
|
|
|
@@ -6685,6 +7161,11 @@ declare function useGetRecipients(organizationCode: string, params: GetRecipient
|
|
|
6685
7161
|
declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
|
|
6686
7162
|
declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
|
|
6687
7163
|
declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
|
|
7164
|
+
declare function useGetRecipientExports(accountCode: string, params: GetRecipientExportsParams, enabled?: boolean): UseQueryResult<RecipientsExport.ExportListResponse, AxiosError<BFFErrorResponse>>;
|
|
7165
|
+
declare function useGetRecipientExportDownload(accountCode: string, exportCode: string, enabled?: boolean): UseQueryResult<{
|
|
7166
|
+
download_url: string;
|
|
7167
|
+
expires_in_seconds: number;
|
|
7168
|
+
}, AxiosError<BFFErrorResponse>>;
|
|
6688
7169
|
|
|
6689
7170
|
declare function useGetInstallmentsPlans(accountCode: string, enabled?: boolean, params?: Installments.GetInstallmentsPlansParams): UseQueryResult<Installments.GetInstallmentsPlansResponse, Error>;
|
|
6690
7171
|
declare function useSearchInstallmentsPlans(payload: Installments.SearchInstallmentsPlansRequest, enabled?: boolean): UseQueryResult<Installments.SearchInstallmentsPlansResponse, Error>;
|
|
@@ -6710,6 +7191,11 @@ interface WorkosDomainStatusResponse {
|
|
|
6710
7191
|
}
|
|
6711
7192
|
declare function useWorkosDomainStatus(): _tanstack_react_query.UseQueryResult<WorkosDomainStatusResponse, unknown>;
|
|
6712
7193
|
|
|
7194
|
+
declare const CONCIERGE_ALERTS_QUERY_KEY = "GET/concierge/alerts";
|
|
7195
|
+
declare const CONCIERGE_ALERT_BY_ID_QUERY_KEY = "GET/concierge/alerts/by-id";
|
|
7196
|
+
declare function useGetConciergeAlerts(): UseQueryResult<ConciergeAlerts.Alert[], ConciergeAlerts.Error>;
|
|
7197
|
+
declare function useGetConciergeAlertById(alertId: string): UseQueryResult<ConciergeAlerts.Alert, ConciergeAlerts.Error>;
|
|
7198
|
+
|
|
6713
7199
|
interface CreateChartGPTChartPayload {
|
|
6714
7200
|
user_prompt: string;
|
|
6715
7201
|
timezone?: string;
|
|
@@ -6824,6 +7310,30 @@ declare function useBulkDeleteInstallmentsPlans(): _tanstack_react_query.UseMuta
|
|
|
6824
7310
|
payload: Installments.BulkDeleteInstallmentsPlansRequest;
|
|
6825
7311
|
}, unknown>;
|
|
6826
7312
|
|
|
7313
|
+
declare function useCreateRecipientExport(): UseMutationResult<RecipientsExport.ExportItem, unknown>;
|
|
7314
|
+
declare function useDownloadRecipientExport(): UseMutationResult<{
|
|
7315
|
+
download_url: string;
|
|
7316
|
+
expires_in_seconds: number;
|
|
7317
|
+
}, unknown>;
|
|
7318
|
+
declare function useCreateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
|
|
7319
|
+
declare function useUpdateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
|
|
7320
|
+
declare function useDeleteRecipient(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
|
|
7321
|
+
declare function useCreateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
|
|
7322
|
+
declare function useUpdateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
|
|
7323
|
+
declare function useBlockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
|
|
7324
|
+
declare function useUnblockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
|
|
7325
|
+
|
|
7326
|
+
declare function useCreateConciergeAlert(): UseMutationResult<ConciergeAlerts.CreateAlertResponse, ConciergeAlerts.Error, ConciergeAlerts.CreateAlertPayload>;
|
|
7327
|
+
declare function useDeleteConciergeAlert(): UseMutationResult<ConciergeAlerts.DeleteAlertResponse, ConciergeAlerts.Error, string>;
|
|
7328
|
+
declare function useEnableConciergeAlert(): UseMutationResult<ConciergeAlerts.EnableAlertResponse, ConciergeAlerts.Error, {
|
|
7329
|
+
alertId: string;
|
|
7330
|
+
payload: ConciergeAlerts.EnableAlertPayload;
|
|
7331
|
+
}>;
|
|
7332
|
+
|
|
7333
|
+
declare function usePostPlaygroundExecuteFlow(): UseMutationResult<Playground.ExecuteFlowResponse, AxiosError<BFFErrorResponse>, {
|
|
7334
|
+
payload: Playground.ExecuteFlowPayload;
|
|
7335
|
+
}>;
|
|
7336
|
+
|
|
6827
7337
|
interface S3Payload {
|
|
6828
7338
|
payload: S3Client.PayloadV2;
|
|
6829
7339
|
handleSetProgress?: (progress: number) => void;
|
|
@@ -6950,7 +7460,6 @@ declare class Api extends HttpClient {
|
|
|
6950
7460
|
connections: [integration_code: string, account_code: string];
|
|
6951
7461
|
};
|
|
6952
7462
|
}): Promise<AxiosResponse<T, any>>;
|
|
6953
|
-
getDialogs<T>(): Promise<AxiosResponse<T, any>>;
|
|
6954
7463
|
getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
|
|
6955
7464
|
getWebhooksV3<T>({ accountCode, name, }: {
|
|
6956
7465
|
accountCode: string;
|
|
@@ -6964,7 +7473,6 @@ declare class Api extends HttpClient {
|
|
|
6964
7473
|
}): Promise<AxiosResponse<T>>;
|
|
6965
7474
|
deleteWebhookV2<T>(code: string, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6966
7475
|
updateWebhookV2<T>(code: string, payload: any, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6967
|
-
getMenu<T>(): Promise<AxiosResponse<T>>;
|
|
6968
7476
|
postWebhookLogs<T>({ payload: { account_code, ...rest }, }: {
|
|
6969
7477
|
payload: Audit.AuditWebhooksParams;
|
|
6970
7478
|
}): Promise<AxiosResponse<T>>;
|
|
@@ -6984,17 +7492,15 @@ declare class Api extends HttpClient {
|
|
|
6984
7492
|
postApiLogs<T>({ payload: { account_code, ...rest }, }: {
|
|
6985
7493
|
payload: Audit.AuditApiLogsParams;
|
|
6986
7494
|
}): Promise<AxiosResponse<T>>;
|
|
6987
|
-
getApiLogsDetailByPaymentCode<T>(paymentCode: string): Promise<AxiosResponse<T>>;
|
|
7495
|
+
getApiLogsDetailByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
6988
7496
|
getApiLogsByTransactionCode<T>(transactionCode: string, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
|
|
7497
|
+
postApiLogsStatsRequests<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7498
|
+
postApiLogsStatsErrors<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7499
|
+
postApiLogsStatsErrorsByEndpoint<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7500
|
+
postApiLogsList<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
|
|
7501
|
+
getApiLogsV3ByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
6992
7502
|
useGetCountriesConfig<T>(): Promise<AxiosResponse<T, any>>;
|
|
6993
7503
|
useGetCountriesConfigV2<T>(acceptLanguage?: string): Promise<AxiosResponse<T, any>>;
|
|
6994
|
-
useGetTimeZoneCatalog<T>(): Promise<AxiosResponse<T, any>>;
|
|
6995
|
-
useGetAuditLogsFilters<T>(): Promise<AxiosResponse<T, any>>;
|
|
6996
|
-
getDashboardStaticContents<T>(): Promise<AxiosResponse<T, any>>;
|
|
6997
|
-
getLocales<T>(): Promise<AxiosResponse<T, any>>;
|
|
6998
7504
|
getSmartRoutingMethods<T>(accountCode: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
6999
7505
|
putSmartRoutingToggleMethod<T>(accountCode: string, paymentMethod: string, active: boolean, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
7000
7506
|
getSmartRoutingConditionTypes<T>(accountCode: string, paymentMethod: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
@@ -7038,7 +7544,6 @@ declare class Api extends HttpClient {
|
|
|
7038
7544
|
getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
|
|
7039
7545
|
getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
|
|
7040
7546
|
getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7041
|
-
getInsightsMetricsVolume<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7042
7547
|
getInsightsMetricsVolumeV2<T>(account_codes: string, path: DataReport.InsightsVolumeMetricsV2Path, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7043
7548
|
getInsightsFraudScreeningVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
|
|
7044
7549
|
getInsightsFraudScreeningConversionRate(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
|
|
@@ -7054,11 +7559,8 @@ declare class Api extends HttpClient {
|
|
|
7054
7559
|
getInsightsChargebacksReasonsDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
|
|
7055
7560
|
getInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
|
|
7056
7561
|
getInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
|
|
7057
|
-
getInsightOverview<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7058
7562
|
getInsightOverviewV3<T>(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): Promise<AxiosResponse<T, any>>;
|
|
7059
7563
|
getInsighstHomeMetrics<T>(params: DataReport.InsightsHomeMetrics): Promise<AxiosResponse<T, any>>;
|
|
7060
|
-
getInsightsMetricsTotalPaymentsAndFraud<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7061
|
-
getInsightsMetricsCustomerPaymentsAndFraud<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
7062
7564
|
getCheckouts({ accountCode, }: {
|
|
7063
7565
|
accountCode: any;
|
|
7064
7566
|
}): Promise<AxiosResponse<Checkout.CheckoutList[]>>;
|
|
@@ -7254,6 +7756,12 @@ declare class Api extends HttpClient {
|
|
|
7254
7756
|
postDeletePaymentLink<T>({ code }: {
|
|
7255
7757
|
code: any;
|
|
7256
7758
|
}): Promise<AxiosResponse<T, any>>;
|
|
7759
|
+
uploadPaymentLinkLogo<T>({ payload, }: {
|
|
7760
|
+
payload: {
|
|
7761
|
+
base64_data: string;
|
|
7762
|
+
file_name: string;
|
|
7763
|
+
};
|
|
7764
|
+
}): Promise<AxiosResponse<T, any>>;
|
|
7257
7765
|
postSubscription<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
7258
7766
|
getSubscriptionByCode<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
7259
7767
|
postPauseSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -7263,7 +7771,6 @@ declare class Api extends HttpClient {
|
|
|
7263
7771
|
postRescheduleSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
7264
7772
|
getSubscriptionPayments<T>(subscriptionCode: string, page?: number, size?: number): Promise<AxiosResponse<T, any>>;
|
|
7265
7773
|
postListSubscriptions<T>(payload: ListSubscriptionsParams): Promise<AxiosResponse<T, any>>;
|
|
7266
|
-
getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7267
7774
|
getInstallmentPlans(params?: Installments.GetInstallmentsPlansParams): Promise<AxiosResponse<Installments.GetInstallmentsPlansResponse>>;
|
|
7268
7775
|
createInstallmentsPlan<T, P = unknown>(payload: P): Promise<AxiosResponse<T>>;
|
|
7269
7776
|
updateInstallmentsPlan<T, P = unknown>(code: string, payload: P): Promise<AxiosResponse<T>>;
|
|
@@ -7366,6 +7873,7 @@ declare class Api extends HttpClient {
|
|
|
7366
7873
|
organizationCode: any;
|
|
7367
7874
|
}): Promise<AxiosResponse<T, any>>;
|
|
7368
7875
|
getMFAEnforcementStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
7876
|
+
getWorkOsMfaStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
7369
7877
|
updateMFAConfig<T>(payload: OrganizationSettings.MfaConfigRequest, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7370
7878
|
mfaExcludeUsers<T>(users: OrganizationSettings.MfaUserExcluded[], organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7371
7879
|
getAllConfigRules<T>(): Promise<AxiosResponse<T, any>>;
|
|
@@ -7468,11 +7976,31 @@ declare class Api extends HttpClient {
|
|
|
7468
7976
|
getRecipientById<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
|
|
7469
7977
|
getOnboardingDetail<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7470
7978
|
getOnboardingTimeline<T>(organizationCode: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7979
|
+
createRecipientExport<T>(payload: unknown, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7980
|
+
getRecipientExports<T>(params: {
|
|
7981
|
+
page?: number;
|
|
7982
|
+
size?: number;
|
|
7983
|
+
}, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7984
|
+
downloadRecipientExport<T>(exportCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7985
|
+
createRecipient<T>(organizationCode: string, payload: CreateRecipientPayload): Promise<AxiosResponse<T, any>>;
|
|
7986
|
+
updateRecipient<T>(organizationCode: string, recipientId: string, payload: UpdateRecipientPayload): Promise<AxiosResponse<T, any>>;
|
|
7987
|
+
deleteRecipient<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
|
|
7988
|
+
createOnboarding<T>(organizationCode: string, recipientId: string, payload: CreateOnboardingPayload): Promise<AxiosResponse<T, any>>;
|
|
7989
|
+
updateOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string, payload: UpdateOnboardingPayload): Promise<AxiosResponse<T, any>>;
|
|
7990
|
+
blockOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7991
|
+
unblockOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7992
|
+
getConciergeAlerts<T>(): Promise<AxiosResponse<T>>;
|
|
7993
|
+
getConciergeAlertById<T>(alertId: string): Promise<AxiosResponse<T>>;
|
|
7994
|
+
createConciergeAlert<T>(payload: ConciergeAlerts.CreateAlertPayload): Promise<AxiosResponse<T>>;
|
|
7995
|
+
deleteConciergeAlert<T>(alertId: string): Promise<AxiosResponse<T>>;
|
|
7996
|
+
enableConciergeAlert<T>(alertId: string, payload: ConciergeAlerts.EnableAlertPayload): Promise<AxiosResponse<T>>;
|
|
7997
|
+
postPlaygroundExecuteFlow<T>(payload: Playground.ExecuteFlowPayload): Promise<AxiosResponse<T, unknown>>;
|
|
7471
7998
|
}
|
|
7472
7999
|
|
|
7473
8000
|
declare class ApiSingleton extends Api {
|
|
7474
8001
|
private static classInstance;
|
|
7475
8002
|
private constructor();
|
|
8003
|
+
private static registerCanaryInterceptor;
|
|
7476
8004
|
static refreshInstance(config?: AxiosRequestConfig): ApiSingleton;
|
|
7477
8005
|
static getInstance(config?: AxiosRequestConfig): ApiSingleton;
|
|
7478
8006
|
static setMode(mode: any): Promise<void>;
|
|
@@ -7517,5 +8045,5 @@ declare const useOrganizationCode: () => any;
|
|
|
7517
8045
|
|
|
7518
8046
|
declare const useAccountCode: () => any;
|
|
7519
8047
|
|
|
7520
|
-
export { AI, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, Checkout, Cms, Connection, Country, DataReport, Developer, DuplicateSetting, FEEDBACK_ISSUE_OPTIONS, FraudScreening, Installments, MFA, Notifications, Onboarding, OperationTransaction, Organization, OrganizationConfig, OrganizationSettings, Payment, PaymentFiltersSection, PaymentLinks, Payouts, PendingDuplicateAccountStatus, Recipients, Reconciliation, ReconciliationAdvancements, ReconciliationAgenda, ReconciliationAgendaInsight, ReconciliationAlerts, ReconciliationFees, ReconciliationInsights, ReconciliationReportType, ReconciliationSales, ReportType, Reports, RoutingMonitors, S3Client, SamlConfig, SendPaymentNotification, SmartRouting, Team, TemplateReporting, TemplateType, Translation, User, VelocityRules, Webhook, getQueryKeyGetNameAndIcon, getQueryKeyPaymentMethodAccounts, getQueryKeyRequiredFields, queryCache, queryClient, use3DSExemptions, useAICreateWorkflow, useAccountCode, useAddToRiskList, useAllFeatureFlags, useAllowListDetail, useBlackListDetail, useBulkCreateInstallmentsPlans, useBulkDeleteInstallmentsPlans, useBulkToggleMethod, useCachedFeatureFlag, useCancelReport, useCancelSubscription, useChangePasswordV2, useChangePaymentsWebhook, useChangeStatusBlackList, useChangeStatusItemBlackList, useChangeStylingSettings, useChangeTemplateStatus, useChargebacksUpload, useChartAssistantSocket, useChartExecute, useCloneTemplate, useCommunicationDetails, useCommunications, useCommunicationsByDay, useCommunicationsBySubstatus, useCommunicationsFilters, useCommunicationsSubstatusByDay, useConfirmedOtpMfa, useCountRowsForReport, useCreateAndExecuteChart, useCreateAndExecuteChartWithTimezone, useCreateChart, useCreateChartWithTimezone, useCreateInstallmentsPlan, useCreateMonitorTemplate, useCreateMonitorThreshold, useCreateOperationTransaction, useCreateOrgRole, useCreatePaymentLinks, useCreateReconciliationAlert, useCreateReconciliationReportTemplate, useCreateReconciliationsReportV2, useCreateReconciliationsReportV3, useCreateReportTemplate, useCreateReportV2, useCreateRoles, useCreateSamlConfig, useCreateSchedule, useCreateScheduledReport, useCreateSubscription, useCreateTemplate, useCreateUserAuth0, useCreateWorkflow, useDeleteAccountsUserMassive, useDeleteAllowlistItem, useDeleteBlackListType, useDeleteBlockListItem, useDeleteChart, useDeleteCustomizedApiKeys, useDeleteInstallmentsPlan, useDeleteOrgRole, useDeletePaymentLink, useDeleteReconciliationAlert, useDeleteReportTemplate, useDeleteRoles, useDeleteSamlConfig, useDeleteSchedule, useDeleteScheduledReport, useDeleteTemplate, useDeleteUserTeamV2, useDeleteVersion, useDeleteWebhookV2, useDisableSchedule, useDuplicateAccount, useDuplicateVersion, useEditOrgRole, useEditPaymentLinks, useEditRoles, useEmailVerification, useExcludeUsers, useExportApiLogs, useExportDashboardLogs, useExportMonitorsLogs, useExportWebhooksLogs, useFeatureFlags, useFetchUserExportDetail, useFirebaseUserSubscribe, useGenerateFeedback, useGetAccounts, useGetAccountsByUser, useGetAccountsForImpersonation, useGetAccountsV2, useGetAllConfigRules, useGetAllOrganizations, useGetAllReconciliationsAdvancements, useGetAllReconciliationsAgenda, useGetAllReconciliationsAlerts, useGetAllReconciliationsFees, useGetAllReconciliationsSales, useGetAllTableColumns, useGetAllowedIps, useGetApiLogsByTransactionCode, useGetApiLogsDetailByPaymentCode, useGetApiLogsV3, useGetAuditEvents, useGetAuditExportDownload, useGetAuditExportsList, useGetAuditLogsFilters, useGetAuditMonitorEventDetail, useGetBatchRefundProcessedFileDownload, useGetBatchRefundUserFileDownload, useGetBatchRefunds, useGetBlackList, useGetBlockListSummary, useGetCardBrands, useGetChartFeedback, useGetChartsByUser, useGetChartsByUserWithResults, useGetCheckouts, useGetConditionalConfigRules, useGetConfigAllowlist, useGetConnections, useGetConnectionsByPaymentMethod, useGetCountriesConfigPaymentLink, useGetCountriesConfigPaymentLinkV2, useGetCountryData, useGetCredentials, useGetCredentialsMFA, useGetCustomizedApiKeys, useGetCustomizedApiKeysAccounts, useGetCustomizedApiKeysMembers, useGetCustomizedApiKeysProducts, useGetCustomizedApiKeysToken, useGetDashboardStaticContents, useGetDialogs, useGetDownloadReport, useGetEmailOtp, useGetHashPylon, useGetImpersonationEnabled, useGetImpersonationUsers, useGetInsightsReport, useGetInsightsReportAgain, useGetInstallmentsPlans, useGetIntegrationByAccountV2, useGetIntegrationParams, useGetLanguages, useGetLocales, useGetLoginMethods, useGetMFAConfig, useGetMFAExcludedUsers, useGetMFAStatus, useGetMenu, useGetMergedNotifications, useGetNameAndIcon, useGetNetworkTokensOnboardingByOrganization, useGetNotificationsCustomer, useGetNotificationsNumberMutation, useGetOnboardingDetail, useGetOnboardingStatus, useGetOnboardingTimeline, useGetOrgPermissionsCatalog, useGetOrgRolesPermissions, useGetOrganization, useGetOrganizationConfigs, useGetOrganizationKeysMetadata, useGetPaymentFilters, useGetPaymentLinkByCode, useGetPaymentLinks, useGetPaymentMethodAccounts, useGetPaymentMethodsAndProviders, useGetPaymentMetricsFilters, useGetPaymentStatusesStyles, useGetPaymentTransactionsDetails, useGetPaymentV2, useGetPaymentsMethodsByCountry, useGetPayoutDetail, useGetPayoutHistoryDetail, useGetPayoutTimeline, useGetPayoutTransactionDetail, useGetPendingDuplicateAccounts, useGetPermissions, useGetPermissionsCatalog, useGetProfile, useGetProofOfCancel, useGetProofOfPayment, useGetProviderParams, useGetRecipientById, useGetRecipients, useGetReconciliationActive, useGetReconciliationAgendaInsightsByKey, useGetReconciliationFilters, useGetReconciliationInsightsAmountConflictAggregators, useGetReconciliationInsightsAmountConflictList, useGetReconciliationInsightsAmountToBeSettledSummary, useGetReconciliationInsightsConflictDateAggregators, useGetReconciliationInsightsConflictDateList, useGetReconciliationInsightsConflictDateSummary, useGetReconciliationInsightsConflictsSummary, useGetReconciliationInsightsFeesChargedSummary, useGetReconciliationInsightsIncorrectFeesAggregators, useGetReconciliationInsightsIncorrectFeesList, useGetReconciliationInsightsIncorrectFeesSummary, useGetReconciliationInsightsNotConfirmAggregators, useGetReconciliationInsightsNotConfirmList, useGetReconciliationInsightsNotConfirmSummary, useGetReconciliationInsightsNotReconciledAggregators, useGetReconciliationInsightsNotReconciledList, useGetReconciliationInsightsReconciledAggregators, useGetReconciliationInsightsReconciledList, useGetReconciliationInsightsReconciledSummary, useGetReconciliationInsightsReconciliationRateByAccount, useGetReconciliationInsightsReconciliationRateByCurrency, useGetReconciliationInsightsReconciliationRateByProvider, useGetReconciliationInsightsStatusConflictAggregators, useGetReconciliationInsightsStatusConflictList, useGetReconciliationMetrics, useGetReconciliationTransactionStatusesStyles, useGetReconciliationTransactions, useGetReconciliationsReportColumns, useGetReconciliationsReportTemplates, useGetRefundPdf, useGetReportColumns, useGetReportTemplates, useGetReportsList, useGetReportsListMultiEnv, useGetRequiredFields, useGetRoles, useGetRolesForImpersonation, useGetRolesPermissions, useGetRoutingMonitorsTemplate, useGetRoutingMonitorsTemplates, useGetRule, useGetSamlConfig, useGetScheduledReportsList, useGetSettlements, useGetSmartRoutingConditionPaymentMethod, useGetSmartRoutingConditionTypes, useGetSmartRoutingConditionTypesValues, useGetSmartRoutingDataReport, useGetSmartRoutingDeclineGroups, useGetSmartRoutingMethods, useGetSmartRoutingNextRoute, useGetSmartRoutingPaymentRoute, useGetSmartRoutingSearchConditionValues, useGetSmartRoutingSimulateConditionTypeValues, useGetSmartRoutingWorkflow, useGetSmartRoutingWorkflowVersion, useGetStylingSdkDynamic, useGetStylingSettingsV2, useGetSubscriptionByCode, useGetSubscriptionPayments, useGetTeamsFiltersMembers, useGetTimeZoneCatalog, useGetTimezonePaymentLink, useGetTokenValidation, useGetTransactionDetailsV2, useGetTransactionHistoryByPaymentCode, useGetTransactionRawResponse, useGetTransactionStatusesStyles, useGetTranslations, useGetUnifiedExportStatus, useGetUnifiedExportsList, useGetUserExportStatus, useGetUserFull, useGetUsersToImpersonate, useGetValidateOpsgenieKey, useGetWebhookParamsV2, useGetWebhookTimeline, useGetWebhooksV2Detail, useGetWebhooksV3, useInsights3dsConversionRateAndEvolution, useInsights3dsDeclineReasons, useInsights3dsFrictionlessVsChallenge, useInsights3dsVolumeAndCountTx, useInsightsChargebacksByCardBrand, useInsightsChargebacksByProviderAndCardBrand, useInsightsChargebacksDisputed, useInsightsChargebacksReasonsDistribution, useInsightsChargebacksStatusDistribution, useInsightsChargebacksTotalRateAndEvolution, useInsightsChargebacksVolumeAndCountTx, useInsightsChargebacksWinRate, useInsightsConversionRateMetricsV2, useInsightsCustomerPaymentsAndFraudMetrics, useInsightsFallbackMetrics, useInsightsFraudScreeningConversionRate, useInsightsFraudScreeningVolumeAndCountTx, useInsightsHomeMetrics, useInsightsOverviewMetrics, useInsightsOverviewMetricsV3, useInsightsTotalPaymentsAndFraudMetrics, useInsightsVolumeMetrics, useInsightsVolumeMetricsV2, useInviteUsersMultiaccountMassive, useInviteUsersMultiaccountMassiveV2, useIsTesting, useListSubscriptions, useListUserExports, useLocalStorage, useLoginMethods, useNetworkTokensOnboarding, useNewPostConnectionValidate, useOrganizationCode, usePatchAccountV2, usePatchAddAllowlistItems, usePatchAllowedIps, usePatchAllowlist, usePatchAndExecuteChart, usePatchApiKeysEditNote, usePatchChangeStatusAllowlist, usePatchChangeStatusAllowlistItem, usePatchChartName, usePatchConnection, usePatchOrganizationKeysNote, usePathCreateCustomizedApiKeys, usePathNotifications, usePauseSubscription, usePayoutsFilters, usePayoutsList, usePostAccount, usePostAllowlistMultiAccount, usePostApiKeysRoll, usePostApiLogs, usePostAuditMonitors, usePostBatchRefundByFile, usePostBlackListBatch, usePostBlackListItems, usePostBlackListMultiAccount, usePostBlockList, usePostCall, usePostChangeStatusConnection, usePostConnectionMultiAccount, usePostCreateAllowlistMultiAccount, usePostCreateCustomizedApiKeys, usePostCreateInsightsReport, usePostCreateRuleMultiAccount, usePostCredentialsValidatePassword, usePostCredentialsValidatePasswordRegularUser, usePostCredentialsWithOtpMfa, usePostDefaultRoutes, usePostEditRule, usePostFraudTransactions, usePostGetAllowlistItems, usePostGetAllowlistMultiAccount, usePostMembersPaginatedV2, usePostNetworkTokensOnboarding, usePostOrganizationConfigs, usePostOrganizationKeysMarkRevealed, usePostOrganizationKeysRoll, usePostOrganizationKeysTamRequest, usePostPaymentsEvaluated, usePostPaymentsLazy, usePostSlackMessageChannel, usePostTransactions, usePostUserSettings, usePostUserSettingsPinned, usePostUserSettingsTables, usePostUserThemeSettings, usePostValideStatusConnection, usePostVelocityRules, usePostWebhookLogs, usePostWebhookMultiAccount, useProviderConversionRatesData, useProviderRawResponse, usePublishCheckout, usePublishVersion, usePutAccountPrincipal, usePutAccountsUserMassive, usePutBlackListType, usePutCosts, usePutOrganizationConfigsByAccount, useRecoveredPaymentsByDay, useRecoveredTPVByDay, useRescheduleSubscription, useResendWebhooks, useResumeSubscription, useRetryDuplicateAccount, useSaveVersion, useSearchInstallmentsPlans, useSearchScheduleById, useSearchSchedules, useSearchTemplateById, useSearchTemplates, useSendPaymentNotification, useSetCustodian, useSmartRoutingCreateDeclinedGroup, useSmartRoutingEditWorkflowName, useSmartRoutingMultiAccountDeclinedGroupCreate, useSmartRoutingRemoveDeclinedGroup, useSmartRoutingSimulateTransaction, useSmartRoutingToggleFavorite, useSmartRoutingUpdateDeclinedGroup, useSmartRoutingUpdateMonitorRedistribution, useStartUserExport, useSubmitChartFeedback, useToggleMethod, useUnInviteUsersV2, useUnifiedExportStart, useUnrollUserV2, useUpdateInstallmentsPlan, useUpdateIsActiveCheckout, useUpdateMFAConfig, useUpdateOrganizationStatus, useUpdateProfile, useUpdateReconciliationAlert, useUpdateReconciliationReportTemplate, useUpdateReportTemplate, useUpdateSamlConfig, useUpdateScheduledReport, useUpdateSubscription, useUpdateTemplateSelection, useUpdateWebhookV2, useUploadBatchRefundsFileV2, useUploadBatchRefundsV2, useUploadFileS3ClientBatchRefunds, useValiateAllowlistItems, useValidateBlockListItems, useValidateCredentials, useValidateOrgName, useValidatePasswordStatus, useViewMoreMetrics, useWorkosAdminPortal, useWorkosDomainStatus, useWorkosDomainVerificationPortal, useWorkosPasswordReset, useWorkosVerifyMfa };
|
|
7521
|
-
export type { AccountRoles, AddToRiskListRequest, AddToRiskListResponse, AllowlistMultiAccount, AvailableColumn, BFFErrorResponse, Blacklist, BulkToggleResult, CentralizedColumn, ChangePaymentsWebhook, ChangeTemplateStatusRequest, ChargebacksCount, ChargebacksVolume, ChartFeedbackData, ChartFeedbackRequest, ChartFeedbackResponse, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, CloneTemplateRequest, ColumnModeType, CommunicationDistribution, CommunicationStatusDistribution, CommunicationsByDayResponse, CommunicationsBySubStatus, CommunicationsBySubstatusResponse, CommunicationsSubstatusByDayResponse, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse, CreateScheduleRequest, CreateTemplateRequest, DailyCommunicationsAndConversionRate, DailyCommunicationsSubStatusDistribution, DateFilter, DateFilterSelection, DateFilterValue, DatePresetType, DeleteResponse, DeleteScheduleRequest, DeleteTemplateRequest, DisableScheduleRequest, DuplicateAccountBody, DuplicateAccountResponse, ErrorChartGPTResponse, ErrorProp, ErrorRoutingAIResponse, ErrorRoutingAIResponseData, FeatureFlagsResult, FeedbackIssueOption, FeedbackIssueType, FeedbackRating, FilterBase, FilterDefinition, FilterKindType, FilterSelection, FilterSelectionBase, FirebaseUserSubscribe, FormatType, Fraud3dsCount, Fraud3dsVolume, FraudScreeningCount, FraudScreeningVolume, FrequencyType, GetApiLogsParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, GetPaymentMethodsByProviderParams, GetPaymentParams, GetPaymentTransactionsParams, GetPaymentsEvaluatedParams, GetPaymentsParams, GetPayoutDetail, GetPayoutTransactionDetail, GetRecipientByIdParams, GetRecipientsParams, GetReconciliationMetricParams, GetSchedulesListResponse, GetTemplatesListResponse, GetTransactionDetailsParams, GetTransactionDetailsV2Params, GetTransactionsParams, GetUserFullResponse, IChangePassword, ICreateReconciliationsReportV3Request, ICreateReportsRequest, IKeyRoll, IListScheduledReportsResponse, InsightMetricParams, Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksTotalRateAndEvolution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse, ListSubscriptionsParams, MfaUserPayload, MfaUserSubscribe, MultiSelectFilter, MultiSelectFilterSelection, MultiSelectFilterValue, PatchAndExecuteChartResult, PatchChartGPTChartPayload, PatchChartGPTPayload, PathNotification, PaymentMethodStyled, PaymentsSettings, PendingDuplicateAccount, PendingDuplicateAccountsResponse, PeriodicityRecord, PinnedSections, Plot, PlotRow, PostBlackList, ProviderStyled, RangeFilter, RangeFilterSelection, RangeFilterValue, ReconAgendaProps, RecoveredPayments, RecoveredPaymentsByDayResponse, RecoveredTPV, RecoveredTPVByDayResponse, RefundPdfResponse, ReportSchedule, ReportScheduleExecution, ReportTemplate, ReportTemplateMetadata, ResponseValidatePasswordRegularUser, RetryDuplicateAccountBody, RetryDuplicateAccountResponse, RoleType, ScheduleExecutionStatusType, ScheduleWithExecutions, ScheduleWithTemplate, SearchScheduleByIdRequest, SearchSchedulesRequest, SearchTemplateByIdRequest, SearchTemplatesRequest, SmartRecoveryOverviewFilters, SmartRecoveryOverviewQueryParams, TemplateMetadata, TemplateReportingError, TemplateSelection, TemplateStatusType, TemplateVariantType, TemplateWithMetadata, ThemeSettings, TimeZoneCatalog, ToggleMethodItem, TotalTimeline, TransactionHistory, UnifiedExportStartParams, UnifiedExportStatusQueryParams, UnifiedExportsListQueryParams, UpdateTemplateSelectionRequest, UseGetAllReconciliationsAdvancementsProps, UseGetAllReconciliationsAlertsProps, UseGetAllReconciliationsFeesProps, UseGetAllReconciliationsSalesProps, UseGetApiLogsV3Options, UseGetChartFeedbackParams, UseGetOnboardingStatusParams, UseGetWebhookTimelineOptions, UseSubmitChartFeedbackOptions, UseSubmitChartFeedbackParams, UserInviteMultiaccountPayload, WebSocketMessage, WorkosDomainStatusResponse };
|
|
8048
|
+
export { AI, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, CONCIERGE_ALERTS_QUERY_KEY, CONCIERGE_ALERT_BY_ID_QUERY_KEY, Checkout, ConciergeAlerts, Connection, Country, DataReport, Developer, DuplicateSetting, FEEDBACK_ISSUE_OPTIONS, FraudScreening, Installments, MFA, Notifications, Onboarding, OperationTransaction, Organization, OrganizationConfig, OrganizationSettings, Payment, PaymentFiltersSection, PaymentLinks, Payouts, PendingDuplicateAccountStatus, Playground, Recipients, RecipientsExport, Reconciliation, ReconciliationAdvancements, ReconciliationAgenda, ReconciliationAgendaInsight, ReconciliationAlerts, ReconciliationFees, ReconciliationInsights, ReconciliationReportType, ReconciliationSales, ReportType, Reports, RoutingMonitors, S3Client, SamlConfig, SendPaymentNotification, SmartRouting, Team, TemplateReporting, TemplateType, Translation, User, VelocityRules, Webhook, getQueryKeyGetNameAndIcon, getQueryKeyPaymentMethodAccounts, getQueryKeyRequiredFields, queryCache, queryClient, use3DSExemptions, useAICreateWorkflow, useAccountCode, useAddToRiskList, useAllFeatureFlags, useAllowListDetail, useBlackListDetail, useBlockOnboarding, useBulkCreateInstallmentsPlans, useBulkDeleteInstallmentsPlans, useBulkToggleMethod, useCachedFeatureFlag, useCancelReport, useCancelSubscription, useChangePasswordV2, useChangePaymentsWebhook, useChangeStatusBlackList, useChangeStatusItemBlackList, useChangeStylingSettings, useChangeTemplateStatus, useChargebacksUpload, useChartAssistantSocket, useChartExecute, useCloneTemplate, useCommunicationDetails, useCommunications, useCommunicationsByDay, useCommunicationsBySubstatus, useCommunicationsFilters, useCommunicationsSubstatusByDay, useConfirmedOtpMfa, useCountRowsForReport, useCreateAndExecuteChart, useCreateAndExecuteChartWithTimezone, useCreateChart, useCreateChartWithTimezone, useCreateConciergeAlert, useCreateInstallmentsPlan, useCreateMonitorTemplate, useCreateMonitorThreshold, useCreateOnboarding, useCreateOperationTransaction, useCreateOrgRole, useCreatePaymentLinks, useCreateRecipient, useCreateRecipientExport, useCreateReconciliationAlert, useCreateReconciliationReportTemplate, useCreateReconciliationsReportV2, useCreateReconciliationsReportV3, useCreateReportTemplate, useCreateReportV2, useCreateRoles, useCreateSamlConfig, useCreateSchedule, useCreateScheduledReport, useCreateSubscription, useCreateTemplate, useCreateUserAuth0, useCreateWorkflow, useDeleteAccountsUserMassive, useDeleteAllowlistItem, useDeleteBlackListType, useDeleteBlockListItem, useDeleteChart, useDeleteConciergeAlert, useDeleteCustomizedApiKeys, useDeleteInstallmentsPlan, useDeleteOrgRole, useDeletePaymentLink, useDeleteRecipient, useDeleteReconciliationAlert, useDeleteReportTemplate, useDeleteRoles, useDeleteSamlConfig, useDeleteSchedule, useDeleteScheduledReport, useDeleteTemplate, useDeleteUserTeamV2, useDeleteVersion, useDeleteWebhookV2, useDisableSchedule, useDownloadRecipientExport, useDuplicateAccount, useDuplicateVersion, useEditOrgRole, useEditPaymentLinks, useEditRoles, useEmailVerification, useEnableConciergeAlert, useExcludeUsers, useExportApiLogs, useExportDashboardLogs, useExportMonitorsLogs, useExportWebhooksLogs, useFeatureFlags, useFetchUserExportDetail, useFirebaseUserSubscribe, useGenerateFeedback, useGetAccounts, useGetAccountsByUser, useGetAccountsForImpersonation, useGetAccountsV2, useGetAllConfigRules, useGetAllOrganizations, useGetAllReconciliationsAdvancements, useGetAllReconciliationsAgenda, useGetAllReconciliationsAlerts, useGetAllReconciliationsFees, useGetAllReconciliationsSales, useGetAllTableColumns, useGetAllowedIps, useGetApiLogsByTransactionCode, useGetApiLogsDetailByPaymentCode, useGetApiLogsList, useGetApiLogsStatsErrors, useGetApiLogsStatsErrorsByEndpoint, useGetApiLogsStatsRequests, useGetApiLogsV3, useGetApiLogsV3ByPaymentCode, useGetAuditEvents, useGetAuditExportDownload, useGetAuditExportsList, useGetAuditMonitorEventDetail, useGetBatchRefundProcessedFileDownload, useGetBatchRefundUserFileDownload, useGetBatchRefunds, useGetBlackList, useGetBlockListSummary, useGetCardBrands, useGetChartFeedback, useGetChartsByUser, useGetChartsByUserWithResults, useGetCheckouts, useGetConciergeAlertById, useGetConciergeAlerts, useGetConditionalConfigRules, useGetConfigAllowlist, useGetConnections, useGetConnectionsByPaymentMethod, useGetCountriesConfigPaymentLink, useGetCountriesConfigPaymentLinkV2, useGetCountryData, useGetCredentials, useGetCredentialsMFA, useGetCustomizedApiKeys, useGetCustomizedApiKeysAccounts, useGetCustomizedApiKeysMembers, useGetCustomizedApiKeysProducts, useGetCustomizedApiKeysToken, useGetDownloadReport, useGetEmailOtp, useGetHashPylon, useGetImpersonationEnabled, useGetImpersonationUsers, useGetInsightsReport, useGetInsightsReportAgain, useGetInstallmentsPlans, useGetIntegrationByAccountV2, useGetIntegrationParams, useGetLanguages, useGetLoginMethods, useGetMFAConfig, useGetMFAExcludedUsers, useGetMFAStatus, useGetMergedNotifications, useGetNameAndIcon, useGetNetworkTokensOnboardingByOrganization, useGetNotificationsCustomer, useGetNotificationsNumberMutation, useGetOnboardingDetail, useGetOnboardingStatus, useGetOnboardingTimeline, useGetOrgPermissionsCatalog, useGetOrgRolesPermissions, useGetOrganization, useGetOrganizationConfigs, useGetOrganizationKeysMetadata, useGetPaymentFilters, useGetPaymentLinkByCode, useGetPaymentLinks, useGetPaymentMethodAccounts, useGetPaymentMethodsAndProviders, useGetPaymentMetricsFilters, useGetPaymentTransactionsDetails, useGetPaymentV2, useGetPaymentsMethodsByCountry, useGetPayoutDetail, useGetPayoutHistoryDetail, useGetPayoutTimeline, useGetPayoutTransactionDetail, useGetPendingDuplicateAccounts, useGetPermissions, useGetPermissionsCatalog, useGetProfile, useGetProofOfCancel, useGetProofOfPayment, useGetProviderParams, useGetRecipientById, useGetRecipientExportDownload, useGetRecipientExports, useGetRecipients, useGetReconciliationActive, useGetReconciliationAgendaInsightsByKey, useGetReconciliationFilters, useGetReconciliationInsightsAmountConflictAggregators, useGetReconciliationInsightsAmountConflictList, useGetReconciliationInsightsAmountToBeSettledSummary, useGetReconciliationInsightsConflictDateAggregators, useGetReconciliationInsightsConflictDateList, useGetReconciliationInsightsConflictDateSummary, useGetReconciliationInsightsConflictsSummary, useGetReconciliationInsightsFeesChargedSummary, useGetReconciliationInsightsIncorrectFeesAggregators, useGetReconciliationInsightsIncorrectFeesList, useGetReconciliationInsightsIncorrectFeesSummary, useGetReconciliationInsightsNotConfirmAggregators, useGetReconciliationInsightsNotConfirmList, useGetReconciliationInsightsNotConfirmSummary, useGetReconciliationInsightsNotReconciledAggregators, useGetReconciliationInsightsNotReconciledList, useGetReconciliationInsightsReconciledAggregators, useGetReconciliationInsightsReconciledList, useGetReconciliationInsightsReconciledSummary, useGetReconciliationInsightsReconciliationRateByAccount, useGetReconciliationInsightsReconciliationRateByCurrency, useGetReconciliationInsightsReconciliationRateByProvider, useGetReconciliationInsightsStatusConflictAggregators, useGetReconciliationInsightsStatusConflictList, useGetReconciliationMetrics, useGetReconciliationTransactions, useGetReconciliationsReportColumns, useGetReconciliationsReportTemplates, useGetRefundPdf, useGetReportColumns, useGetReportTemplates, useGetReportsList, useGetReportsListMultiEnv, useGetRequiredFields, useGetRoles, useGetRolesForImpersonation, useGetRolesPermissions, useGetRoutingMonitorsTemplate, useGetRoutingMonitorsTemplates, useGetRule, useGetSamlConfig, useGetScheduledReportsList, useGetSettlements, useGetSmartRoutingConditionPaymentMethod, useGetSmartRoutingConditionTypes, useGetSmartRoutingConditionTypesValues, useGetSmartRoutingDataReport, useGetSmartRoutingDeclineGroups, useGetSmartRoutingMethods, useGetSmartRoutingNextRoute, useGetSmartRoutingPaymentRoute, useGetSmartRoutingSearchConditionValues, useGetSmartRoutingSimulateConditionTypeValues, useGetSmartRoutingWorkflow, useGetSmartRoutingWorkflowVersion, useGetStylingSdkDynamic, useGetStylingSettingsV2, useGetSubscriptionByCode, useGetSubscriptionPayments, useGetTeamsFiltersMembers, useGetTokenValidation, useGetTransactionDetailsV2, useGetTransactionHistoryByPaymentCode, useGetTransactionRawResponse, useGetTranslations, useGetUnifiedExportStatus, useGetUnifiedExportsList, useGetUserExportStatus, useGetUserFull, useGetUsersToImpersonate, useGetValidateOpsgenieKey, useGetWebhookParamsV2, useGetWebhookTimeline, useGetWebhooksV2Detail, useGetWebhooksV3, useGetWorkOsMfaStatus, useInsights3dsConversionRateAndEvolution, useInsights3dsDeclineReasons, useInsights3dsFrictionlessVsChallenge, useInsights3dsVolumeAndCountTx, useInsightsChargebacksByCardBrand, useInsightsChargebacksByProviderAndCardBrand, useInsightsChargebacksDisputed, useInsightsChargebacksReasonsDistribution, useInsightsChargebacksStatusDistribution, useInsightsChargebacksTotalRateAndEvolution, useInsightsChargebacksVolumeAndCountTx, useInsightsChargebacksWinRate, useInsightsConversionRateMetricsV2, useInsightsFallbackMetrics, useInsightsFraudScreeningConversionRate, useInsightsFraudScreeningVolumeAndCountTx, useInsightsHomeMetrics, useInsightsOverviewMetricsV3, useInsightsVolumeMetricsV2, useInviteUsersMultiaccountMassive, useInviteUsersMultiaccountMassiveV2, useIsTesting, useListSubscriptions, useListUserExports, useLocalStorage, useLoginMethods, useNetworkTokensOnboarding, useNewPostConnectionValidate, useOrganizationCode, usePatchAccountV2, usePatchAddAllowlistItems, usePatchAllowedIps, usePatchAllowlist, usePatchAndExecuteChart, usePatchApiKeysEditNote, usePatchChangeStatusAllowlist, usePatchChangeStatusAllowlistItem, usePatchChartName, usePatchConnection, usePatchOrganizationKeysNote, usePathCreateCustomizedApiKeys, usePathNotifications, usePauseSubscription, usePayoutsFilters, usePayoutsList, usePostAccount, usePostAllowlistMultiAccount, usePostApiKeysRoll, usePostApiLogs, usePostAuditMonitors, usePostBatchRefundByFile, usePostBlackListBatch, usePostBlackListItems, usePostBlackListMultiAccount, usePostBlockList, usePostCall, usePostChangeStatusConnection, usePostConnectionMultiAccount, usePostCreateAllowlistMultiAccount, usePostCreateCustomizedApiKeys, usePostCreateInsightsReport, usePostCreateRuleMultiAccount, usePostCredentialsValidatePassword, usePostCredentialsValidatePasswordRegularUser, usePostCredentialsWithOtpMfa, usePostDefaultRoutes, usePostEditRule, usePostFraudTransactions, usePostGetAllowlistItems, usePostGetAllowlistMultiAccount, usePostMembersPaginatedV2, usePostNetworkTokensOnboarding, usePostOrganizationConfigs, usePostOrganizationKeysMarkRevealed, usePostOrganizationKeysRoll, usePostOrganizationKeysTamRequest, usePostPaymentsEvaluated, usePostPaymentsLazy, usePostPlaygroundExecuteFlow, usePostSlackMessageChannel, usePostTransactions, usePostUserSettings, usePostUserSettingsPinned, usePostUserSettingsTables, usePostUserThemeSettings, usePostValideStatusConnection, usePostVelocityRules, usePostWebhookLogs, usePostWebhookMultiAccount, useProviderConversionRatesData, useProviderRawResponse, usePublishCheckout, usePublishVersion, usePutAccountPrincipal, usePutAccountsUserMassive, usePutBlackListType, usePutCosts, usePutOrganizationConfigsByAccount, useRecoveredPaymentsByDay, useRecoveredTPVByDay, useRescheduleSubscription, useResendWebhooks, useResumeSubscription, useRetryDuplicateAccount, useSaveVersion, useSearchInstallmentsPlans, useSearchScheduleById, useSearchSchedules, useSearchTemplateById, useSearchTemplates, useSendPaymentNotification, useSetCustodian, useSmartRoutingCreateDeclinedGroup, useSmartRoutingEditWorkflowName, useSmartRoutingMultiAccountDeclinedGroupCreate, useSmartRoutingRemoveDeclinedGroup, useSmartRoutingSimulateTransaction, useSmartRoutingToggleFavorite, useSmartRoutingUpdateDeclinedGroup, useSmartRoutingUpdateMonitorRedistribution, useStartUserExport, useSubmitChartFeedback, useTableOnboarding, useToggleMethod, useUnInviteUsersV2, useUnblockOnboarding, useUnifiedExportStart, useUnrollUserV2, useUpdateInstallmentsPlan, useUpdateIsActiveCheckout, useUpdateMFAConfig, useUpdateOnboarding, useUpdateOrganizationStatus, useUpdateProfile, useUpdateRecipient, useUpdateReconciliationAlert, useUpdateReconciliationReportTemplate, useUpdateReportTemplate, useUpdateSamlConfig, useUpdateScheduledReport, useUpdateSubscription, useUpdateTemplateSelection, useUpdateWebhookV2, useUploadBatchRefundsFileV2, useUploadBatchRefundsV2, useUploadFileS3ClientBatchRefunds, useUploadPaymentLinkLogo, useValiateAllowlistItems, useValidateBlockListItems, useValidateCredentials, useValidateOrgName, useValidatePasswordStatus, useViewMoreMetrics, useWorkosAdminPortal, useWorkosDomainStatus, useWorkosDomainVerificationPortal, useWorkosPasswordReset, useWorkosVerifyMfa };
|
|
8049
|
+
export type { AccountRoles, AddToRiskListRequest, AddToRiskListResponse, AllowlistMultiAccount, AvailableColumn, BFFErrorResponse, Blacklist, BlockOnboardingParams, BulkToggleResult, CentralizedColumn, ChangePaymentsWebhook, ChangeTemplateStatusRequest, ChargebacksCount, ChargebacksVolume, ChartFeedbackData, ChartFeedbackRequest, ChartFeedbackResponse, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, CloneTemplateRequest, ColumnModeType, CommunicationDistribution, CommunicationStatusDistribution, CommunicationsByDayResponse, CommunicationsBySubStatus, CommunicationsBySubstatusResponse, CommunicationsSubstatusByDayResponse, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse, CreateOnboardingParams, CreateOnboardingPayload, CreateOnboardingProvider, CreateOnboardingTermsOfService, CreateRecipientAddress, CreateRecipientBank, CreateRecipientDocument, CreateRecipientDocumentation, CreateRecipientLegalRepresentative, CreateRecipientParams, CreateRecipientPayload, CreateRecipientPhone, CreateRecipientWithdrawalMethod, CreateScheduleRequest, CreateTemplateRequest, DailyCommunicationsAndConversionRate, DailyCommunicationsSubStatusDistribution, DateFilter, DateFilterSelection, DateFilterValue, DatePresetType, DeleteRecipientParams, DeleteResponse, DeleteScheduleRequest, DeleteTemplateRequest, DisableScheduleRequest, DuplicateAccountBody, DuplicateAccountResponse, ErrorChartGPTResponse, ErrorProp, ErrorRoutingAIResponse, ErrorRoutingAIResponseData, FeatureFlagsResult, FeedbackIssueOption, FeedbackIssueType, FeedbackRating, FilterBase, FilterDefinition, FilterKindType, FilterSelection, FilterSelectionBase, FirebaseUserSubscribe, FormatType, Fraud3dsCount, Fraud3dsVolume, FraudScreeningCount, FraudScreeningVolume, FrequencyType, GetApiLogsParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, GetPaymentMethodsByProviderParams, GetPaymentParams, GetPaymentTransactionsParams, GetPaymentsEvaluatedParams, GetPaymentsParams, GetPayoutDetail, GetPayoutTransactionDetail, GetRecipientByIdParams, GetRecipientExportsParams, GetRecipientsParams, GetReconciliationMetricParams, GetSchedulesListResponse, GetTemplatesListResponse, GetTransactionDetailsParams, GetTransactionDetailsV2Params, GetTransactionsParams, GetUserFullResponse, IChangePassword, ICreateReconciliationsReportV3Request, ICreateReportsRequest, IKeyRoll, IListScheduledReportsResponse, InsightMetricParams, Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksTotalRateAndEvolution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse, ListSubscriptionsParams, MfaUserPayload, MfaUserSubscribe, MultiSelectFilter, MultiSelectFilterSelection, MultiSelectFilterValue, PatchAndExecuteChartResult, PatchChartGPTChartPayload, PatchChartGPTPayload, PathNotification, PaymentMethodStyled, PaymentsSettings, PendingDuplicateAccount, PendingDuplicateAccountsResponse, PeriodicityRecord, PinnedSections, Plot, PlotRow, PostBlackList, ProviderStyled, RangeFilter, RangeFilterSelection, RangeFilterValue, ReconAgendaProps, RecoveredPayments, RecoveredPaymentsByDayResponse, RecoveredTPV, RecoveredTPVByDayResponse, RefundPdfResponse, ReportSchedule, ReportScheduleExecution, ReportTemplate, ReportTemplateMetadata, ResponseValidatePasswordRegularUser, RetryDuplicateAccountBody, RetryDuplicateAccountResponse, RoleType, ScheduleExecutionStatusType, ScheduleWithExecutions, ScheduleWithTemplate, SearchScheduleByIdRequest, SearchSchedulesRequest, SearchTemplateByIdRequest, SearchTemplatesRequest, SmartRecoveryOverviewFilters, SmartRecoveryOverviewQueryParams, TemplateMetadata, TemplateReportingError, TemplateSelection, TemplateStatusType, TemplateVariantType, TemplateWithMetadata, ThemeSettings, TimeZoneCatalog, ToggleMethodItem, TotalTimeline, TransactionHistory, UnblockOnboardingParams, UnifiedExportStartParams, UnifiedExportStatusQueryParams, UnifiedExportsListQueryParams, UpdateOnboardingParams, UpdateOnboardingPayload, UpdateRecipientParams, UpdateRecipientPayload, UpdateTemplateSelectionRequest, UseGetAllReconciliationsAdvancementsProps, UseGetAllReconciliationsAlertsProps, UseGetAllReconciliationsFeesProps, UseGetAllReconciliationsSalesProps, UseGetApiLogsV3ByPaymentCodeOptions, UseGetApiLogsV3Options, UseGetChartFeedbackParams, UseGetOnboardingStatusParams, UseGetWebhookTimelineOptions, UseSubmitChartFeedbackOptions, UseSubmitChartFeedbackParams, UserInviteMultiaccountPayload, WebSocketMessage, WorkosDomainStatusResponse };
|