@yuno-payments/dashboard-api-mfe 1.10.8 → 1.10.9
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 +33 -12
- 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 +2 -0
- package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +9 -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/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 +80 -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/index.d.ts +1 -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/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 +33 -12
- 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 +2 -0
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +9 -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/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 +80 -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/index.d.ts +1 -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/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 +569 -77
- 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;
|
|
@@ -4086,6 +4044,13 @@ declare namespace Payouts {
|
|
|
4086
4044
|
}
|
|
4087
4045
|
|
|
4088
4046
|
declare namespace Audit {
|
|
4047
|
+
interface ApiLogsDetailByPaymentCode {
|
|
4048
|
+
data: ApiLogByTransactionCode[];
|
|
4049
|
+
page: number;
|
|
4050
|
+
size: number;
|
|
4051
|
+
total_rows: number;
|
|
4052
|
+
total_pages: number;
|
|
4053
|
+
}
|
|
4089
4054
|
interface AuditEventsParams {
|
|
4090
4055
|
page: number;
|
|
4091
4056
|
size: number;
|
|
@@ -4464,6 +4429,79 @@ declare namespace Audit {
|
|
|
4464
4429
|
interface AuditExportDownloadResponse {
|
|
4465
4430
|
redirect_link: string;
|
|
4466
4431
|
}
|
|
4432
|
+
interface ApiLogsStatsParams {
|
|
4433
|
+
start_date?: string;
|
|
4434
|
+
end_date?: string;
|
|
4435
|
+
timezone?: string;
|
|
4436
|
+
accounts?: string[];
|
|
4437
|
+
granularity?: string;
|
|
4438
|
+
}
|
|
4439
|
+
interface ApiLogsStatsResponse {
|
|
4440
|
+
total: number;
|
|
4441
|
+
time_series: Array<{
|
|
4442
|
+
timestamp: string;
|
|
4443
|
+
count: number;
|
|
4444
|
+
}>;
|
|
4445
|
+
}
|
|
4446
|
+
interface ApiLogsErrorsByEndpointResponse {
|
|
4447
|
+
total: number;
|
|
4448
|
+
endpoints: Array<{
|
|
4449
|
+
url: string;
|
|
4450
|
+
count: number;
|
|
4451
|
+
time_series: Array<{
|
|
4452
|
+
timestamp: string;
|
|
4453
|
+
count: number;
|
|
4454
|
+
}>;
|
|
4455
|
+
}>;
|
|
4456
|
+
}
|
|
4457
|
+
interface ApiLogsListParams {
|
|
4458
|
+
page?: number;
|
|
4459
|
+
size?: number;
|
|
4460
|
+
start_date?: string;
|
|
4461
|
+
end_date?: string;
|
|
4462
|
+
status_codes?: number[];
|
|
4463
|
+
methods?: string[];
|
|
4464
|
+
search?: string;
|
|
4465
|
+
accounts?: string[];
|
|
4466
|
+
}
|
|
4467
|
+
interface ApiLogsListResponse {
|
|
4468
|
+
page: number;
|
|
4469
|
+
size: number;
|
|
4470
|
+
total_rows: number;
|
|
4471
|
+
total_pages: number;
|
|
4472
|
+
data: ApiLogItem[];
|
|
4473
|
+
}
|
|
4474
|
+
interface ApiLogItem {
|
|
4475
|
+
code: string;
|
|
4476
|
+
url: string;
|
|
4477
|
+
method: string;
|
|
4478
|
+
status_code: number;
|
|
4479
|
+
trace_id: string | null;
|
|
4480
|
+
created_at: string;
|
|
4481
|
+
account_code: string | null;
|
|
4482
|
+
request: unknown;
|
|
4483
|
+
response: unknown;
|
|
4484
|
+
}
|
|
4485
|
+
interface ApiLogV3Item {
|
|
4486
|
+
organization_code: string | null;
|
|
4487
|
+
account_code: string | null;
|
|
4488
|
+
method: string | null;
|
|
4489
|
+
request_uri: string | null;
|
|
4490
|
+
status_code: number | null;
|
|
4491
|
+
payment_id: string | null;
|
|
4492
|
+
trace_id: string | null;
|
|
4493
|
+
request_body: unknown;
|
|
4494
|
+
response_body: unknown;
|
|
4495
|
+
response_time: number | null;
|
|
4496
|
+
created_at: string | null;
|
|
4497
|
+
}
|
|
4498
|
+
interface ApiLogsV3ListResponse {
|
|
4499
|
+
page: number;
|
|
4500
|
+
size: number;
|
|
4501
|
+
total_rows: number;
|
|
4502
|
+
total_pages: number;
|
|
4503
|
+
data: ApiLogV3Item[];
|
|
4504
|
+
}
|
|
4467
4505
|
}
|
|
4468
4506
|
|
|
4469
4507
|
declare namespace PaymentLinks {
|
|
@@ -4537,6 +4575,10 @@ declare namespace MFA {
|
|
|
4537
4575
|
interface MFAStatusResponse {
|
|
4538
4576
|
status: MFAStatus;
|
|
4539
4577
|
}
|
|
4578
|
+
interface WorkOsMfaStatus {
|
|
4579
|
+
mfa_active: boolean;
|
|
4580
|
+
factor_id: string | null;
|
|
4581
|
+
}
|
|
4540
4582
|
}
|
|
4541
4583
|
|
|
4542
4584
|
declare namespace Translation {
|
|
@@ -4793,6 +4835,9 @@ interface TemplateMetadata {
|
|
|
4793
4835
|
timezone: {
|
|
4794
4836
|
enabled: boolean;
|
|
4795
4837
|
};
|
|
4838
|
+
columns_metadata?: {
|
|
4839
|
+
enabled: boolean;
|
|
4840
|
+
};
|
|
4796
4841
|
}
|
|
4797
4842
|
interface TemplateSelection {
|
|
4798
4843
|
version: number;
|
|
@@ -4802,6 +4847,7 @@ interface TemplateSelection {
|
|
|
4802
4847
|
mode: ColumnModeType;
|
|
4803
4848
|
keys?: string[];
|
|
4804
4849
|
};
|
|
4850
|
+
columns_metadata?: string[];
|
|
4805
4851
|
}
|
|
4806
4852
|
interface ReportTemplateMetadata {
|
|
4807
4853
|
id: number;
|
|
@@ -5141,6 +5187,7 @@ declare namespace Recipients {
|
|
|
5141
5187
|
address: Address | null;
|
|
5142
5188
|
withdrawal_method: WithdrawalMethod | null;
|
|
5143
5189
|
documentation: Documentation[];
|
|
5190
|
+
legal_representatives: LegalRepresentative[];
|
|
5144
5191
|
onboardings: OnboardingSummary[];
|
|
5145
5192
|
}
|
|
5146
5193
|
interface OnboardingProvider {
|
|
@@ -5163,6 +5210,7 @@ declare namespace Recipients {
|
|
|
5163
5210
|
number: string | null;
|
|
5164
5211
|
}
|
|
5165
5212
|
interface LegalRepresentative {
|
|
5213
|
+
merchant_reference: string | null;
|
|
5166
5214
|
first_name: string | null;
|
|
5167
5215
|
last_name: string | null;
|
|
5168
5216
|
email: string | null;
|
|
@@ -5170,6 +5218,11 @@ declare namespace Recipients {
|
|
|
5170
5218
|
phone: Phone | null;
|
|
5171
5219
|
address: Address | null;
|
|
5172
5220
|
date_of_birth: string | null;
|
|
5221
|
+
country: string | null;
|
|
5222
|
+
nationality: string | null;
|
|
5223
|
+
title: string | null;
|
|
5224
|
+
publicly_exposed_person: boolean | null;
|
|
5225
|
+
ultimate_beneficial_owner: boolean | null;
|
|
5173
5226
|
}
|
|
5174
5227
|
interface Requirement {
|
|
5175
5228
|
field: string | null;
|
|
@@ -5266,6 +5319,196 @@ interface GetOnboardingTimelineParams {
|
|
|
5266
5319
|
onboarding_id: string;
|
|
5267
5320
|
}
|
|
5268
5321
|
|
|
5322
|
+
declare namespace RecipientsExport {
|
|
5323
|
+
interface ExportFilters {
|
|
5324
|
+
type?: string;
|
|
5325
|
+
countries?: string[];
|
|
5326
|
+
entity_types?: string[];
|
|
5327
|
+
sort_by?: string;
|
|
5328
|
+
sort_order?: string;
|
|
5329
|
+
columns?: string[];
|
|
5330
|
+
}
|
|
5331
|
+
interface CreateExportRequest {
|
|
5332
|
+
export_name: string;
|
|
5333
|
+
filters: ExportFilters;
|
|
5334
|
+
}
|
|
5335
|
+
interface ExportItem {
|
|
5336
|
+
code: string;
|
|
5337
|
+
export_name: string;
|
|
5338
|
+
status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED';
|
|
5339
|
+
download_url: string | null;
|
|
5340
|
+
error_message: string | null;
|
|
5341
|
+
created_at: string;
|
|
5342
|
+
}
|
|
5343
|
+
interface ExportListResponse {
|
|
5344
|
+
content: ExportItem[];
|
|
5345
|
+
empty: boolean;
|
|
5346
|
+
first: boolean;
|
|
5347
|
+
last: boolean;
|
|
5348
|
+
number: number;
|
|
5349
|
+
number_of_elements: number;
|
|
5350
|
+
size: number;
|
|
5351
|
+
pageable: {
|
|
5352
|
+
offset: number;
|
|
5353
|
+
page_number: number;
|
|
5354
|
+
page_size: number;
|
|
5355
|
+
paged: boolean;
|
|
5356
|
+
sort: {
|
|
5357
|
+
empty: boolean;
|
|
5358
|
+
sorted: boolean;
|
|
5359
|
+
unsorted: boolean;
|
|
5360
|
+
};
|
|
5361
|
+
unpaged: boolean;
|
|
5362
|
+
};
|
|
5363
|
+
sort: {
|
|
5364
|
+
empty: boolean;
|
|
5365
|
+
sorted: boolean;
|
|
5366
|
+
unsorted: boolean;
|
|
5367
|
+
};
|
|
5368
|
+
}
|
|
5369
|
+
}
|
|
5370
|
+
interface GetRecipientExportsParams {
|
|
5371
|
+
page?: number;
|
|
5372
|
+
size?: number;
|
|
5373
|
+
}
|
|
5374
|
+
|
|
5375
|
+
interface CreateRecipientDocument {
|
|
5376
|
+
document_number: string;
|
|
5377
|
+
document_type: string;
|
|
5378
|
+
}
|
|
5379
|
+
interface CreateRecipientPhone {
|
|
5380
|
+
country_code: string;
|
|
5381
|
+
number: string;
|
|
5382
|
+
}
|
|
5383
|
+
interface CreateRecipientAddress {
|
|
5384
|
+
address_line_1?: string;
|
|
5385
|
+
address_line_2?: string;
|
|
5386
|
+
city?: string;
|
|
5387
|
+
country?: string;
|
|
5388
|
+
state?: string;
|
|
5389
|
+
zip_code?: string;
|
|
5390
|
+
neighborhood?: string;
|
|
5391
|
+
}
|
|
5392
|
+
interface CreateRecipientBank {
|
|
5393
|
+
code?: string;
|
|
5394
|
+
branch?: string;
|
|
5395
|
+
branch_digit?: string;
|
|
5396
|
+
account?: string;
|
|
5397
|
+
account_digit?: string;
|
|
5398
|
+
account_type?: string;
|
|
5399
|
+
routing?: string;
|
|
5400
|
+
country?: string;
|
|
5401
|
+
currency?: string;
|
|
5402
|
+
payout_schedule?: string;
|
|
5403
|
+
}
|
|
5404
|
+
interface CreateRecipientWithdrawalMethod {
|
|
5405
|
+
bank?: CreateRecipientBank;
|
|
5406
|
+
}
|
|
5407
|
+
interface CreateRecipientDocumentation {
|
|
5408
|
+
file_name: string;
|
|
5409
|
+
content_type: string;
|
|
5410
|
+
content_category: string;
|
|
5411
|
+
content: string;
|
|
5412
|
+
}
|
|
5413
|
+
interface CreateRecipientLegalRepresentative {
|
|
5414
|
+
merchant_reference?: string;
|
|
5415
|
+
first_name?: string;
|
|
5416
|
+
last_name?: string;
|
|
5417
|
+
email?: string;
|
|
5418
|
+
date_of_birth?: string;
|
|
5419
|
+
document?: CreateRecipientDocument;
|
|
5420
|
+
phone?: CreateRecipientPhone;
|
|
5421
|
+
address?: CreateRecipientAddress;
|
|
5422
|
+
country?: string;
|
|
5423
|
+
nationality?: string;
|
|
5424
|
+
title?: string;
|
|
5425
|
+
publicly_exposed_person?: boolean;
|
|
5426
|
+
ultimate_beneficial_owner?: boolean;
|
|
5427
|
+
}
|
|
5428
|
+
interface CreateOnboardingProvider {
|
|
5429
|
+
id: string;
|
|
5430
|
+
connection_id: string;
|
|
5431
|
+
recipient_id?: string;
|
|
5432
|
+
recipient_type?: string;
|
|
5433
|
+
}
|
|
5434
|
+
interface CreateOnboardingTermsOfService {
|
|
5435
|
+
acceptance: boolean;
|
|
5436
|
+
date?: string;
|
|
5437
|
+
ip?: string;
|
|
5438
|
+
}
|
|
5439
|
+
interface CreateOnboardingPayload {
|
|
5440
|
+
account_id?: string;
|
|
5441
|
+
type: string;
|
|
5442
|
+
workflow: string;
|
|
5443
|
+
description?: string;
|
|
5444
|
+
callback_url?: string;
|
|
5445
|
+
provider: CreateOnboardingProvider;
|
|
5446
|
+
documentation?: CreateRecipientDocumentation[];
|
|
5447
|
+
withdrawal_methods?: CreateRecipientWithdrawalMethod[];
|
|
5448
|
+
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
5449
|
+
terms_of_service?: CreateOnboardingTermsOfService;
|
|
5450
|
+
}
|
|
5451
|
+
interface CreateRecipientPayload {
|
|
5452
|
+
account_id: string;
|
|
5453
|
+
merchant_recipient_id: string;
|
|
5454
|
+
national_entity: string;
|
|
5455
|
+
entity_type?: string;
|
|
5456
|
+
first_name: string;
|
|
5457
|
+
last_name: string;
|
|
5458
|
+
date_of_birth?: string;
|
|
5459
|
+
legal_name?: string;
|
|
5460
|
+
email?: string;
|
|
5461
|
+
country: string;
|
|
5462
|
+
website?: string;
|
|
5463
|
+
industry?: string;
|
|
5464
|
+
merchant_category_code?: string;
|
|
5465
|
+
document?: CreateRecipientDocument;
|
|
5466
|
+
phone?: CreateRecipientPhone;
|
|
5467
|
+
address?: CreateRecipientAddress;
|
|
5468
|
+
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
5469
|
+
withdrawal_methods?: CreateRecipientWithdrawalMethod;
|
|
5470
|
+
documentation?: CreateRecipientDocumentation[];
|
|
5471
|
+
onboardings?: CreateOnboardingPayload[];
|
|
5472
|
+
}
|
|
5473
|
+
type UpdateRecipientPayload = Partial<Omit<CreateRecipientPayload, 'account_id' | 'onboardings'>>;
|
|
5474
|
+
type UpdateOnboardingPayload = Partial<Omit<CreateOnboardingPayload, 'type' | 'workflow' | 'provider'>> & {
|
|
5475
|
+
provider?: Partial<CreateOnboardingProvider>;
|
|
5476
|
+
};
|
|
5477
|
+
interface CreateRecipientParams {
|
|
5478
|
+
organizationCode: string;
|
|
5479
|
+
payload: CreateRecipientPayload;
|
|
5480
|
+
}
|
|
5481
|
+
interface UpdateRecipientParams {
|
|
5482
|
+
organizationCode: string;
|
|
5483
|
+
recipientId: string;
|
|
5484
|
+
payload: UpdateRecipientPayload;
|
|
5485
|
+
}
|
|
5486
|
+
interface DeleteRecipientParams {
|
|
5487
|
+
organizationCode: string;
|
|
5488
|
+
recipientId: string;
|
|
5489
|
+
}
|
|
5490
|
+
interface CreateOnboardingParams {
|
|
5491
|
+
organizationCode: string;
|
|
5492
|
+
recipientId: string;
|
|
5493
|
+
payload: CreateOnboardingPayload;
|
|
5494
|
+
}
|
|
5495
|
+
interface UpdateOnboardingParams {
|
|
5496
|
+
organizationCode: string;
|
|
5497
|
+
recipientId: string;
|
|
5498
|
+
onboardingId: string;
|
|
5499
|
+
payload: UpdateOnboardingPayload;
|
|
5500
|
+
}
|
|
5501
|
+
interface BlockOnboardingParams {
|
|
5502
|
+
organizationCode: string;
|
|
5503
|
+
recipientId: string;
|
|
5504
|
+
onboardingId: string;
|
|
5505
|
+
}
|
|
5506
|
+
interface UnblockOnboardingParams {
|
|
5507
|
+
organizationCode: string;
|
|
5508
|
+
recipientId: string;
|
|
5509
|
+
onboardingId: string;
|
|
5510
|
+
}
|
|
5511
|
+
|
|
5269
5512
|
declare namespace Installments {
|
|
5270
5513
|
interface GetInstallmentsPlansParams {
|
|
5271
5514
|
account_id?: string | string[];
|
|
@@ -5318,6 +5561,7 @@ declare namespace Installments {
|
|
|
5318
5561
|
amount: PlanAmount;
|
|
5319
5562
|
availability?: Availability;
|
|
5320
5563
|
types_list?: string[] | null;
|
|
5564
|
+
payment_method_type?: string;
|
|
5321
5565
|
created_at?: string;
|
|
5322
5566
|
updated_at?: string;
|
|
5323
5567
|
}
|
|
@@ -5329,6 +5573,7 @@ declare namespace Installments {
|
|
|
5329
5573
|
amount?: PlanAmount;
|
|
5330
5574
|
installments_plan?: InstallmentPlanItem[];
|
|
5331
5575
|
availability?: Availability;
|
|
5576
|
+
payment_method_type?: string;
|
|
5332
5577
|
}
|
|
5333
5578
|
interface CreateInstallmentsPlanResponse extends InstallmentsPlan {
|
|
5334
5579
|
}
|
|
@@ -5338,6 +5583,7 @@ declare namespace Installments {
|
|
|
5338
5583
|
amount?: PlanAmount;
|
|
5339
5584
|
installments_plan?: InstallmentPlanItem[];
|
|
5340
5585
|
availability?: Availability;
|
|
5586
|
+
payment_method_type?: string;
|
|
5341
5587
|
}
|
|
5342
5588
|
interface UpdateInstallmentsPlanResponse extends InstallmentsPlan {
|
|
5343
5589
|
}
|
|
@@ -5373,6 +5619,7 @@ declare namespace Installments {
|
|
|
5373
5619
|
amount?: PlanAmount;
|
|
5374
5620
|
installments_plan?: InstallmentPlanItem[];
|
|
5375
5621
|
availability?: Availability;
|
|
5622
|
+
payment_method_type?: string;
|
|
5376
5623
|
}
|
|
5377
5624
|
interface BulkCreateInstallmentsPlansResponse {
|
|
5378
5625
|
created: InstallmentsPlan[];
|
|
@@ -5392,6 +5639,49 @@ declare namespace Installments {
|
|
|
5392
5639
|
}
|
|
5393
5640
|
}
|
|
5394
5641
|
|
|
5642
|
+
declare namespace ConciergeAlerts {
|
|
5643
|
+
interface AntiNoiseControls {
|
|
5644
|
+
cooldown: number;
|
|
5645
|
+
minimum_transactions: number;
|
|
5646
|
+
}
|
|
5647
|
+
interface ThresholdConfiguration {
|
|
5648
|
+
error_rate_threshold: number;
|
|
5649
|
+
error_types: string[];
|
|
5650
|
+
}
|
|
5651
|
+
interface ScopeFilters {
|
|
5652
|
+
countries: string[];
|
|
5653
|
+
providers: string[];
|
|
5654
|
+
payment_methods: string[];
|
|
5655
|
+
card_brands: string[];
|
|
5656
|
+
}
|
|
5657
|
+
interface Alert {
|
|
5658
|
+
id: string;
|
|
5659
|
+
alert_type: string;
|
|
5660
|
+
name: string;
|
|
5661
|
+
language: string;
|
|
5662
|
+
analysis_window: string;
|
|
5663
|
+
comparison_baseline: string;
|
|
5664
|
+
anti_noise_controls: AntiNoiseControls;
|
|
5665
|
+
threshold_configuration: ThresholdConfiguration;
|
|
5666
|
+
scope_filters: ScopeFilters;
|
|
5667
|
+
enabled: boolean;
|
|
5668
|
+
}
|
|
5669
|
+
type CreateAlertPayload = Omit<Alert, 'id' | 'enabled'>;
|
|
5670
|
+
type CreateAlertResponse = Pick<Alert, 'id'>;
|
|
5671
|
+
type DeleteAlertResponse = Pick<Alert, 'id'>;
|
|
5672
|
+
interface EnableAlertPayload {
|
|
5673
|
+
enable: boolean;
|
|
5674
|
+
}
|
|
5675
|
+
interface EnableAlertResponse {
|
|
5676
|
+
id: string;
|
|
5677
|
+
enable: boolean;
|
|
5678
|
+
}
|
|
5679
|
+
type Error = {
|
|
5680
|
+
code?: string;
|
|
5681
|
+
name?: string;
|
|
5682
|
+
};
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5395
5685
|
type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrganization, unknown>, {
|
|
5396
5686
|
response: {
|
|
5397
5687
|
data: {
|
|
@@ -5709,6 +5999,15 @@ declare function useEditPaymentLinks(): _tanstack_react_query.UseMutationResult<
|
|
|
5709
5999
|
accountCode: string;
|
|
5710
6000
|
paymentLinkCode: string;
|
|
5711
6001
|
}, unknown>;
|
|
6002
|
+
declare function useUploadPaymentLinkLogo(): _tanstack_react_query.UseMutationResult<{
|
|
6003
|
+
s3_url: string;
|
|
6004
|
+
logo: string;
|
|
6005
|
+
}, unknown, {
|
|
6006
|
+
payload: {
|
|
6007
|
+
base64_data: string;
|
|
6008
|
+
file_name: string;
|
|
6009
|
+
};
|
|
6010
|
+
}, unknown>;
|
|
5712
6011
|
|
|
5713
6012
|
declare function useCreateSubscription(): _tanstack_react_query.UseMutationResult<any, unknown, any, unknown>;
|
|
5714
6013
|
declare function usePauseSubscription(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
@@ -5746,6 +6045,13 @@ declare function usePostUserSettingsPinned(onMutate: any): _tanstack_react_query
|
|
|
5746
6045
|
payload: PinnedSections;
|
|
5747
6046
|
}, any>;
|
|
5748
6047
|
|
|
6048
|
+
declare function useTableOnboarding(accountCode: string | undefined, table: string, section: string): {
|
|
6049
|
+
hasSeenOnboarding: boolean;
|
|
6050
|
+
dismiss: () => void;
|
|
6051
|
+
id: string;
|
|
6052
|
+
isProfileLoading: boolean;
|
|
6053
|
+
};
|
|
6054
|
+
|
|
5749
6055
|
interface PropsGetEnrollment {
|
|
5750
6056
|
secret: string;
|
|
5751
6057
|
barcode_uri: string;
|
|
@@ -6069,8 +6375,6 @@ declare function useGetHashPylon(): UseQueryResult<{
|
|
|
6069
6375
|
|
|
6070
6376
|
declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Connection.Connection[], CustomAxiosResponse<null>>;
|
|
6071
6377
|
|
|
6072
|
-
declare function useGetDialogs(): UseQueryResult<any, unknown>;
|
|
6073
|
-
|
|
6074
6378
|
type PendingDuplicateAccount = {
|
|
6075
6379
|
code: string;
|
|
6076
6380
|
target_account_name: string;
|
|
@@ -6120,17 +6424,6 @@ declare function useGetRolesForImpersonation(organizationCode?: string): UseQuer
|
|
|
6120
6424
|
}>, unknown>;
|
|
6121
6425
|
declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
|
|
6122
6426
|
|
|
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
6427
|
interface ErrorProp {
|
|
6135
6428
|
name?: string;
|
|
6136
6429
|
}
|
|
@@ -6161,7 +6454,111 @@ declare function useGetRoutingMonitorsTemplate(code: string, organizationCode: s
|
|
|
6161
6454
|
|
|
6162
6455
|
declare function useGetCheckouts({ accountCode }: {
|
|
6163
6456
|
accountCode: any;
|
|
6164
|
-
}, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>):
|
|
6457
|
+
}, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
|
|
6458
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6459
|
+
data: Checkout.CheckoutList[];
|
|
6460
|
+
error: unknown;
|
|
6461
|
+
isError: true;
|
|
6462
|
+
isLoading: false;
|
|
6463
|
+
isLoadingError: false;
|
|
6464
|
+
isRefetchError: true;
|
|
6465
|
+
isSuccess: false;
|
|
6466
|
+
status: "error";
|
|
6467
|
+
dataUpdatedAt: number;
|
|
6468
|
+
errorUpdatedAt: number;
|
|
6469
|
+
failureCount: number;
|
|
6470
|
+
failureReason: unknown;
|
|
6471
|
+
errorUpdateCount: number;
|
|
6472
|
+
isFetched: boolean;
|
|
6473
|
+
isFetchedAfterMount: boolean;
|
|
6474
|
+
isFetching: boolean;
|
|
6475
|
+
isInitialLoading: boolean;
|
|
6476
|
+
isPaused: boolean;
|
|
6477
|
+
isPlaceholderData: boolean;
|
|
6478
|
+
isPreviousData: boolean;
|
|
6479
|
+
isRefetching: boolean;
|
|
6480
|
+
isStale: boolean;
|
|
6481
|
+
remove: () => void;
|
|
6482
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6483
|
+
} | {
|
|
6484
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6485
|
+
data: Checkout.CheckoutList[];
|
|
6486
|
+
error: null;
|
|
6487
|
+
isError: false;
|
|
6488
|
+
isLoading: false;
|
|
6489
|
+
isLoadingError: false;
|
|
6490
|
+
isRefetchError: false;
|
|
6491
|
+
isSuccess: true;
|
|
6492
|
+
status: "success";
|
|
6493
|
+
dataUpdatedAt: number;
|
|
6494
|
+
errorUpdatedAt: number;
|
|
6495
|
+
failureCount: number;
|
|
6496
|
+
failureReason: unknown;
|
|
6497
|
+
errorUpdateCount: number;
|
|
6498
|
+
isFetched: boolean;
|
|
6499
|
+
isFetchedAfterMount: boolean;
|
|
6500
|
+
isFetching: boolean;
|
|
6501
|
+
isInitialLoading: boolean;
|
|
6502
|
+
isPaused: boolean;
|
|
6503
|
+
isPlaceholderData: boolean;
|
|
6504
|
+
isPreviousData: boolean;
|
|
6505
|
+
isRefetching: boolean;
|
|
6506
|
+
isStale: boolean;
|
|
6507
|
+
remove: () => void;
|
|
6508
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6509
|
+
} | {
|
|
6510
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6511
|
+
data: undefined;
|
|
6512
|
+
error: unknown;
|
|
6513
|
+
isError: true;
|
|
6514
|
+
isLoading: false;
|
|
6515
|
+
isLoadingError: true;
|
|
6516
|
+
isRefetchError: false;
|
|
6517
|
+
isSuccess: false;
|
|
6518
|
+
status: "error";
|
|
6519
|
+
dataUpdatedAt: number;
|
|
6520
|
+
errorUpdatedAt: number;
|
|
6521
|
+
failureCount: number;
|
|
6522
|
+
failureReason: unknown;
|
|
6523
|
+
errorUpdateCount: number;
|
|
6524
|
+
isFetched: boolean;
|
|
6525
|
+
isFetchedAfterMount: boolean;
|
|
6526
|
+
isFetching: boolean;
|
|
6527
|
+
isInitialLoading: boolean;
|
|
6528
|
+
isPaused: boolean;
|
|
6529
|
+
isPlaceholderData: boolean;
|
|
6530
|
+
isPreviousData: boolean;
|
|
6531
|
+
isRefetching: boolean;
|
|
6532
|
+
isStale: boolean;
|
|
6533
|
+
remove: () => void;
|
|
6534
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6535
|
+
} | {
|
|
6536
|
+
refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
6537
|
+
data: undefined;
|
|
6538
|
+
error: null;
|
|
6539
|
+
isError: false;
|
|
6540
|
+
isLoading: true;
|
|
6541
|
+
isLoadingError: false;
|
|
6542
|
+
isRefetchError: false;
|
|
6543
|
+
isSuccess: false;
|
|
6544
|
+
status: "loading";
|
|
6545
|
+
dataUpdatedAt: number;
|
|
6546
|
+
errorUpdatedAt: number;
|
|
6547
|
+
failureCount: number;
|
|
6548
|
+
failureReason: unknown;
|
|
6549
|
+
errorUpdateCount: number;
|
|
6550
|
+
isFetched: boolean;
|
|
6551
|
+
isFetchedAfterMount: boolean;
|
|
6552
|
+
isFetching: boolean;
|
|
6553
|
+
isInitialLoading: boolean;
|
|
6554
|
+
isPaused: boolean;
|
|
6555
|
+
isPlaceholderData: boolean;
|
|
6556
|
+
isPreviousData: boolean;
|
|
6557
|
+
isRefetching: boolean;
|
|
6558
|
+
isStale: boolean;
|
|
6559
|
+
remove: () => void;
|
|
6560
|
+
fetchStatus: _tanstack_react_query.FetchStatus;
|
|
6561
|
+
};
|
|
6165
6562
|
declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
|
|
6166
6563
|
declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => _tanstack_react_query.UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
|
|
6167
6564
|
declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
|
|
@@ -6238,6 +6635,36 @@ declare namespace Styling {
|
|
|
6238
6635
|
}
|
|
6239
6636
|
export {};
|
|
6240
6637
|
}
|
|
6638
|
+
interface PaymentLinkStyles {
|
|
6639
|
+
panel?: {
|
|
6640
|
+
left?: {
|
|
6641
|
+
logo?: string | null;
|
|
6642
|
+
background?: {
|
|
6643
|
+
color?: string;
|
|
6644
|
+
};
|
|
6645
|
+
};
|
|
6646
|
+
};
|
|
6647
|
+
checkbox?: {
|
|
6648
|
+
color?: string;
|
|
6649
|
+
};
|
|
6650
|
+
border?: {
|
|
6651
|
+
color?: string;
|
|
6652
|
+
};
|
|
6653
|
+
radio_button?: {
|
|
6654
|
+
color?: string;
|
|
6655
|
+
};
|
|
6656
|
+
button?: {
|
|
6657
|
+
text?: {
|
|
6658
|
+
color?: string;
|
|
6659
|
+
};
|
|
6660
|
+
background?: {
|
|
6661
|
+
color?: string;
|
|
6662
|
+
hover?: {
|
|
6663
|
+
color?: string;
|
|
6664
|
+
};
|
|
6665
|
+
};
|
|
6666
|
+
};
|
|
6667
|
+
}
|
|
6241
6668
|
declare namespace StylingSettings {
|
|
6242
6669
|
interface UpdateSettings {
|
|
6243
6670
|
styles: {
|
|
@@ -6296,6 +6723,7 @@ declare namespace StylingSettings {
|
|
|
6296
6723
|
flags?: {
|
|
6297
6724
|
force_default_styles?: boolean;
|
|
6298
6725
|
};
|
|
6726
|
+
payment_link_styles?: PaymentLinkStyles;
|
|
6299
6727
|
}
|
|
6300
6728
|
interface UpdateSettingsResponse extends UpdateSettings {
|
|
6301
6729
|
external_fonts: {
|
|
@@ -6528,7 +6956,7 @@ declare function usePostApiLogs(params: Audit.AuditApiLogsParams): UseQueryResul
|
|
|
6528
6956
|
declare function usePostWebhookLogs({ params, }: {
|
|
6529
6957
|
params: Audit.AuditWebhooksParams;
|
|
6530
6958
|
}): UseQueryResult<Audit.AuditWebhooksResponse, BFFErrorResponse>;
|
|
6531
|
-
declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined): UseQueryResult<
|
|
6959
|
+
declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined, createdAtFrom?: string): UseQueryResult<Audit.ApiLogsDetailByPaymentCode, BFFErrorResponse>;
|
|
6532
6960
|
declare function useGetApiLogsByTransactionCode(transactionCode: string | null | undefined, accountCode: string | null | undefined): UseQueryResult<Audit.ApiLogByTransactionCode, BFFErrorResponse>;
|
|
6533
6961
|
declare function useGetAuditExportsList(reportType: Audit.AuditExportReportType, enabled?: boolean): UseQueryResult<Audit.AuditExportResponse[], BFFErrorResponse>;
|
|
6534
6962
|
declare function useGetAuditExportDownload(reportId: string, enabled?: boolean, onSuccess?: (data: Audit.AuditExportDownloadResponse) => void): UseQueryResult<Audit.AuditExportDownloadResponse, BFFErrorResponse>;
|
|
@@ -6546,12 +6974,22 @@ interface UnifiedExportsListQueryParams {
|
|
|
6546
6974
|
enabled?: boolean;
|
|
6547
6975
|
}
|
|
6548
6976
|
declare function useGetUnifiedExportsList({ tab, page, size, enabled, }: UnifiedExportsListQueryParams): UseQueryResult<Audit.UnifiedExportListResponse, BFFErrorResponse>;
|
|
6977
|
+
declare function useGetApiLogsStatsRequests(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
6978
|
+
declare function useGetApiLogsStatsErrors(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
6979
|
+
declare function useGetApiLogsStatsErrorsByEndpoint(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsErrorsByEndpointResponse, BFFErrorResponse>;
|
|
6980
|
+
declare function useGetApiLogsList(params: Audit.ApiLogsListParams): UseQueryResult<Audit.ApiLogsListResponse, BFFErrorResponse>;
|
|
6981
|
+
|
|
6982
|
+
interface UseGetApiLogsV3ByPaymentCodeOptions {
|
|
6983
|
+
paymentCode: string;
|
|
6984
|
+
createdAtFrom?: string;
|
|
6985
|
+
enabled?: boolean;
|
|
6986
|
+
}
|
|
6987
|
+
declare function useGetApiLogsV3ByPaymentCode({ paymentCode, createdAtFrom, enabled, }: UseGetApiLogsV3ByPaymentCodeOptions): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
6549
6988
|
|
|
6550
6989
|
declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
|
|
6551
6990
|
declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
|
|
6552
6991
|
declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
6553
6992
|
declare function useGetCountriesConfigPaymentLinkV2(acceptLanguage?: string): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
6554
|
-
declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
|
|
6555
6993
|
|
|
6556
6994
|
declare function useGetSubscriptionByCode(subscriptionCode: string, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
6557
6995
|
declare function useGetSubscriptionPayments(subscriptionCode: string, page?: number, size?: number, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
@@ -6590,6 +7028,9 @@ declare function useGetMFAConfig({ organizationCode, }: {
|
|
|
6590
7028
|
declare function useGetMFAStatus({ accountCode, }: {
|
|
6591
7029
|
accountCode: string;
|
|
6592
7030
|
}, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
|
|
7031
|
+
declare function useGetWorkOsMfaStatus({ enabled, }: {
|
|
7032
|
+
enabled: boolean;
|
|
7033
|
+
}): UseQueryResult<MFA.WorkOsMfaStatus, unknown>;
|
|
6593
7034
|
|
|
6594
7035
|
declare function useGetSamlConfig(organizationCode: string): UseQueryResult<SamlConfig.SamlConfigResponse, AxiosError>;
|
|
6595
7036
|
|
|
@@ -6685,6 +7126,11 @@ declare function useGetRecipients(organizationCode: string, params: GetRecipient
|
|
|
6685
7126
|
declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
|
|
6686
7127
|
declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
|
|
6687
7128
|
declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
|
|
7129
|
+
declare function useGetRecipientExports(accountCode: string, params: GetRecipientExportsParams, enabled?: boolean): UseQueryResult<RecipientsExport.ExportListResponse, AxiosError<BFFErrorResponse>>;
|
|
7130
|
+
declare function useGetRecipientExportDownload(accountCode: string, exportCode: string, enabled?: boolean): UseQueryResult<{
|
|
7131
|
+
download_url: string;
|
|
7132
|
+
expires_in_seconds: number;
|
|
7133
|
+
}, AxiosError<BFFErrorResponse>>;
|
|
6688
7134
|
|
|
6689
7135
|
declare function useGetInstallmentsPlans(accountCode: string, enabled?: boolean, params?: Installments.GetInstallmentsPlansParams): UseQueryResult<Installments.GetInstallmentsPlansResponse, Error>;
|
|
6690
7136
|
declare function useSearchInstallmentsPlans(payload: Installments.SearchInstallmentsPlansRequest, enabled?: boolean): UseQueryResult<Installments.SearchInstallmentsPlansResponse, Error>;
|
|
@@ -6710,6 +7156,11 @@ interface WorkosDomainStatusResponse {
|
|
|
6710
7156
|
}
|
|
6711
7157
|
declare function useWorkosDomainStatus(): _tanstack_react_query.UseQueryResult<WorkosDomainStatusResponse, unknown>;
|
|
6712
7158
|
|
|
7159
|
+
declare const CONCIERGE_ALERTS_QUERY_KEY = "GET/concierge/alerts";
|
|
7160
|
+
declare const CONCIERGE_ALERT_BY_ID_QUERY_KEY = "GET/concierge/alerts/by-id";
|
|
7161
|
+
declare function useGetConciergeAlerts(): UseQueryResult<ConciergeAlerts.Alert[], ConciergeAlerts.Error>;
|
|
7162
|
+
declare function useGetConciergeAlertById(alertId: string): UseQueryResult<ConciergeAlerts.Alert, ConciergeAlerts.Error>;
|
|
7163
|
+
|
|
6713
7164
|
interface CreateChartGPTChartPayload {
|
|
6714
7165
|
user_prompt: string;
|
|
6715
7166
|
timezone?: string;
|
|
@@ -6824,6 +7275,26 @@ declare function useBulkDeleteInstallmentsPlans(): _tanstack_react_query.UseMuta
|
|
|
6824
7275
|
payload: Installments.BulkDeleteInstallmentsPlansRequest;
|
|
6825
7276
|
}, unknown>;
|
|
6826
7277
|
|
|
7278
|
+
declare function useCreateRecipientExport(): UseMutationResult<RecipientsExport.ExportItem, unknown>;
|
|
7279
|
+
declare function useDownloadRecipientExport(): UseMutationResult<{
|
|
7280
|
+
download_url: string;
|
|
7281
|
+
expires_in_seconds: number;
|
|
7282
|
+
}, unknown>;
|
|
7283
|
+
declare function useCreateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
|
|
7284
|
+
declare function useUpdateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
|
|
7285
|
+
declare function useDeleteRecipient(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
|
|
7286
|
+
declare function useCreateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
|
|
7287
|
+
declare function useUpdateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
|
|
7288
|
+
declare function useBlockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
|
|
7289
|
+
declare function useUnblockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
|
|
7290
|
+
|
|
7291
|
+
declare function useCreateConciergeAlert(): UseMutationResult<ConciergeAlerts.CreateAlertResponse, ConciergeAlerts.Error, ConciergeAlerts.CreateAlertPayload>;
|
|
7292
|
+
declare function useDeleteConciergeAlert(): UseMutationResult<ConciergeAlerts.DeleteAlertResponse, ConciergeAlerts.Error, string>;
|
|
7293
|
+
declare function useEnableConciergeAlert(): UseMutationResult<ConciergeAlerts.EnableAlertResponse, ConciergeAlerts.Error, {
|
|
7294
|
+
alertId: string;
|
|
7295
|
+
payload: ConciergeAlerts.EnableAlertPayload;
|
|
7296
|
+
}>;
|
|
7297
|
+
|
|
6827
7298
|
interface S3Payload {
|
|
6828
7299
|
payload: S3Client.PayloadV2;
|
|
6829
7300
|
handleSetProgress?: (progress: number) => void;
|
|
@@ -6950,7 +7421,6 @@ declare class Api extends HttpClient {
|
|
|
6950
7421
|
connections: [integration_code: string, account_code: string];
|
|
6951
7422
|
};
|
|
6952
7423
|
}): Promise<AxiosResponse<T, any>>;
|
|
6953
|
-
getDialogs<T>(): Promise<AxiosResponse<T, any>>;
|
|
6954
7424
|
getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
|
|
6955
7425
|
getWebhooksV3<T>({ accountCode, name, }: {
|
|
6956
7426
|
accountCode: string;
|
|
@@ -6964,7 +7434,6 @@ declare class Api extends HttpClient {
|
|
|
6964
7434
|
}): Promise<AxiosResponse<T>>;
|
|
6965
7435
|
deleteWebhookV2<T>(code: string, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6966
7436
|
updateWebhookV2<T>(code: string, payload: any, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6967
|
-
getMenu<T>(): Promise<AxiosResponse<T>>;
|
|
6968
7437
|
postWebhookLogs<T>({ payload: { account_code, ...rest }, }: {
|
|
6969
7438
|
payload: Audit.AuditWebhooksParams;
|
|
6970
7439
|
}): Promise<AxiosResponse<T>>;
|
|
@@ -6984,17 +7453,15 @@ declare class Api extends HttpClient {
|
|
|
6984
7453
|
postApiLogs<T>({ payload: { account_code, ...rest }, }: {
|
|
6985
7454
|
payload: Audit.AuditApiLogsParams;
|
|
6986
7455
|
}): Promise<AxiosResponse<T>>;
|
|
6987
|
-
getApiLogsDetailByPaymentCode<T>(paymentCode: string): Promise<AxiosResponse<T>>;
|
|
7456
|
+
getApiLogsDetailByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
6988
7457
|
getApiLogsByTransactionCode<T>(transactionCode: string, accountCode: string): Promise<AxiosResponse<T>>;
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
|
|
7458
|
+
postApiLogsStatsRequests<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7459
|
+
postApiLogsStatsErrors<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7460
|
+
postApiLogsStatsErrorsByEndpoint<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
7461
|
+
postApiLogsList<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
|
|
7462
|
+
getApiLogsV3ByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
6992
7463
|
useGetCountriesConfig<T>(): Promise<AxiosResponse<T, any>>;
|
|
6993
7464
|
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
7465
|
getSmartRoutingMethods<T>(accountCode: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
6999
7466
|
putSmartRoutingToggleMethod<T>(accountCode: string, paymentMethod: string, active: boolean, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
7000
7467
|
getSmartRoutingConditionTypes<T>(accountCode: string, paymentMethod: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
|
|
@@ -7254,6 +7721,12 @@ declare class Api extends HttpClient {
|
|
|
7254
7721
|
postDeletePaymentLink<T>({ code }: {
|
|
7255
7722
|
code: any;
|
|
7256
7723
|
}): Promise<AxiosResponse<T, any>>;
|
|
7724
|
+
uploadPaymentLinkLogo<T>({ payload, }: {
|
|
7725
|
+
payload: {
|
|
7726
|
+
base64_data: string;
|
|
7727
|
+
file_name: string;
|
|
7728
|
+
};
|
|
7729
|
+
}): Promise<AxiosResponse<T, any>>;
|
|
7257
7730
|
postSubscription<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
7258
7731
|
getSubscriptionByCode<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
7259
7732
|
postPauseSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -7263,7 +7736,6 @@ declare class Api extends HttpClient {
|
|
|
7263
7736
|
postRescheduleSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
|
|
7264
7737
|
getSubscriptionPayments<T>(subscriptionCode: string, page?: number, size?: number): Promise<AxiosResponse<T, any>>;
|
|
7265
7738
|
postListSubscriptions<T>(payload: ListSubscriptionsParams): Promise<AxiosResponse<T, any>>;
|
|
7266
|
-
getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7267
7739
|
getInstallmentPlans(params?: Installments.GetInstallmentsPlansParams): Promise<AxiosResponse<Installments.GetInstallmentsPlansResponse>>;
|
|
7268
7740
|
createInstallmentsPlan<T, P = unknown>(payload: P): Promise<AxiosResponse<T>>;
|
|
7269
7741
|
updateInstallmentsPlan<T, P = unknown>(code: string, payload: P): Promise<AxiosResponse<T>>;
|
|
@@ -7366,6 +7838,7 @@ declare class Api extends HttpClient {
|
|
|
7366
7838
|
organizationCode: any;
|
|
7367
7839
|
}): Promise<AxiosResponse<T, any>>;
|
|
7368
7840
|
getMFAEnforcementStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
7841
|
+
getWorkOsMfaStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
7369
7842
|
updateMFAConfig<T>(payload: OrganizationSettings.MfaConfigRequest, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7370
7843
|
mfaExcludeUsers<T>(users: OrganizationSettings.MfaUserExcluded[], organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
7371
7844
|
getAllConfigRules<T>(): Promise<AxiosResponse<T, any>>;
|
|
@@ -7468,11 +7941,30 @@ declare class Api extends HttpClient {
|
|
|
7468
7941
|
getRecipientById<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
|
|
7469
7942
|
getOnboardingDetail<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7470
7943
|
getOnboardingTimeline<T>(organizationCode: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7944
|
+
createRecipientExport<T>(payload: unknown, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7945
|
+
getRecipientExports<T>(params: {
|
|
7946
|
+
page?: number;
|
|
7947
|
+
size?: number;
|
|
7948
|
+
}, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7949
|
+
downloadRecipientExport<T>(exportCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
7950
|
+
createRecipient<T>(organizationCode: string, payload: CreateRecipientPayload): Promise<AxiosResponse<T, any>>;
|
|
7951
|
+
updateRecipient<T>(organizationCode: string, recipientId: string, payload: UpdateRecipientPayload): Promise<AxiosResponse<T, any>>;
|
|
7952
|
+
deleteRecipient<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
|
|
7953
|
+
createOnboarding<T>(organizationCode: string, recipientId: string, payload: CreateOnboardingPayload): Promise<AxiosResponse<T, any>>;
|
|
7954
|
+
updateOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string, payload: UpdateOnboardingPayload): Promise<AxiosResponse<T, any>>;
|
|
7955
|
+
blockOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7956
|
+
unblockOnboarding<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
7957
|
+
getConciergeAlerts<T>(): Promise<AxiosResponse<T>>;
|
|
7958
|
+
getConciergeAlertById<T>(alertId: string): Promise<AxiosResponse<T>>;
|
|
7959
|
+
createConciergeAlert<T>(payload: ConciergeAlerts.CreateAlertPayload): Promise<AxiosResponse<T>>;
|
|
7960
|
+
deleteConciergeAlert<T>(alertId: string): Promise<AxiosResponse<T>>;
|
|
7961
|
+
enableConciergeAlert<T>(alertId: string, payload: ConciergeAlerts.EnableAlertPayload): Promise<AxiosResponse<T>>;
|
|
7471
7962
|
}
|
|
7472
7963
|
|
|
7473
7964
|
declare class ApiSingleton extends Api {
|
|
7474
7965
|
private static classInstance;
|
|
7475
7966
|
private constructor();
|
|
7967
|
+
private static registerCanaryInterceptor;
|
|
7476
7968
|
static refreshInstance(config?: AxiosRequestConfig): ApiSingleton;
|
|
7477
7969
|
static getInstance(config?: AxiosRequestConfig): ApiSingleton;
|
|
7478
7970
|
static setMode(mode: any): Promise<void>;
|
|
@@ -7517,5 +8009,5 @@ declare const useOrganizationCode: () => any;
|
|
|
7517
8009
|
|
|
7518
8010
|
declare const useAccountCode: () => any;
|
|
7519
8011
|
|
|
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 };
|
|
8012
|
+
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, 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, 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, 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 };
|
|
8013
|
+
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 };
|