@yuno-payments/dashboard-api-mfe 2.7.0 → 2.7.1
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 +40 -46
- package/build/cjs/types/mutations/audit/audit-api.mutation.d.ts +4 -4
- package/build/cjs/types/mutations/audit/index.d.ts +1 -1
- package/build/cjs/types/mutations/concierge/concierge.mutation.d.ts +8 -6
- package/build/cjs/types/mutations/index.d.ts +1 -1
- package/build/cjs/types/mutations/users/users.mutation.d.ts +0 -4
- package/build/cjs/types/queries/audit/audit.query.d.ts +12 -8
- package/build/cjs/types/queries/audit/index.d.ts +1 -2
- package/build/cjs/types/queries/concierge/concierge.query.d.ts +5 -5
- package/build/cjs/types/queries/index.d.ts +1 -2
- package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +1 -10
- package/build/cjs/types/queries/users/users.query.d.ts +0 -1
- package/build/cjs/types/types/audit/audit.d.ts +21 -152
- package/build/cjs/types/types/concierge/index.d.ts +2 -1
- package/build/cjs/types/types/index.d.ts +1 -0
- package/build/cjs/types/types/recipients/recipients.d.ts +1 -0
- package/build/cjs/types/utils/feature-flags-provider.d.ts +10 -12
- package/build/cjs/types/utils/index.d.ts +1 -0
- package/build/cjs/types/yuno-dashboard-api-mfe.d.ts +1 -0
- package/build/esm/index.js +5 -5
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +40 -46
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +4 -4
- package/build/esm/types/mutations/audit/audit-subscriptions-v2.mutation.d.ts +12 -0
- package/build/esm/types/mutations/audit/index.d.ts +1 -1
- package/build/esm/types/mutations/concierge/concierge.mutation.d.ts +8 -6
- package/build/esm/types/mutations/domains/domains.mutation.d.ts +41 -0
- package/build/esm/types/mutations/domains/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +1 -1
- package/build/esm/types/mutations/users/users.mutation.d.ts +0 -4
- package/build/esm/types/queries/audit/audit-subscriptions-v2.query.d.ts +4 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +12 -8
- package/build/esm/types/queries/audit/index.d.ts +1 -2
- package/build/esm/types/queries/concierge/concierge.query.d.ts +5 -5
- package/build/esm/types/queries/domains/domains.query.d.ts +13 -0
- package/build/esm/types/queries/domains/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 +1 -10
- package/build/esm/types/queries/users/users.query.d.ts +0 -1
- package/build/esm/types/types/audit/audit.d.ts +21 -152
- package/build/esm/types/types/concierge/concierge-access-request.d.ts +36 -0
- package/build/esm/types/types/concierge/concierge-access.d.ts +50 -0
- package/build/esm/types/types/concierge/index.d.ts +2 -1
- package/build/esm/types/types/domains/domains.d.ts +77 -0
- package/build/esm/types/types/domains/index.d.ts +1 -0
- package/build/esm/types/types/index.d.ts +1 -0
- package/build/esm/types/types/recipients/recipients.d.ts +1 -0
- package/build/esm/types/utils/feature-flags-provider.d.ts +10 -12
- package/build/esm/types/utils/index.d.ts +1 -0
- package/build/esm/types/yuno-dashboard-api-mfe.d.ts +1 -0
- package/build/index.d.ts +313 -332
- package/package.json +1 -1
- package/build/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -10
- package/build/api/api.d.ts +0 -739
- package/build/api/api.singleton.d.ts +0 -10
- package/build/api/api.singleton.test.d.ts +0 -1
- package/build/api/api.test.d.ts +0 -1
- package/build/api/api.types.d.ts +0 -231
- package/build/api/index.d.ts +0 -3
- package/build/api-provider.d.ts +0 -4
- package/build/api-provider.test.d.ts +0 -1
- package/build/cjs/types/msw/handlers/api-logs.d.ts +0 -1
- package/build/cjs/types/msw/handlers/webhooks.d.ts +0 -1
- package/build/cjs/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/cjs/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/cjs/types/mutations/audit/audit-subscriptions.mutation.d.ts +0 -41
- package/build/cjs/types/mutations/organization-settings/index.d.ts +0 -1
- package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/cjs/types/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/cjs/types/queries/api-logs/index.d.ts +0 -1
- package/build/cjs/types/queries/audit/audit-subscriptions.query.d.ts +0 -14
- package/build/cjs/types/queries/audit/audit-v3.query.d.ts +0 -9
- package/build/cjs/types/queries/webhooks/index.d.ts +0 -1
- package/build/cjs/types/queries/webhooks/webhook-timeline.query.d.ts +0 -9
- package/build/cjs/types/types/concierge/concierge-alerts.d.ts +0 -42
- 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/msw/handlers/api-logs.d.ts +0 -1
- package/build/esm/types/msw/handlers/webhooks.d.ts +0 -1
- package/build/esm/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/esm/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/esm/types/mutations/audit/audit-subscriptions.mutation.d.ts +0 -41
- package/build/esm/types/mutations/organization-settings/index.d.ts +0 -1
- package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/esm/types/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/esm/types/queries/api-logs/index.d.ts +0 -1
- package/build/esm/types/queries/audit/audit-subscriptions.query.d.ts +0 -14
- package/build/esm/types/queries/audit/audit-v3.query.d.ts +0 -9
- package/build/esm/types/queries/webhooks/index.d.ts +0 -1
- package/build/esm/types/queries/webhooks/webhook-timeline.query.d.ts +0 -9
- package/build/esm/types/types/concierge/concierge-alerts.d.ts +0 -42
- 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/lib/session-expired/emit-expired.d.ts +0 -4
- package/build/lib/session-expired/emit-expired.test.d.ts +0 -1
- package/build/lib/session-expired/index.d.ts +0 -1
- package/build/msw/browser.d.ts +0 -1
- package/build/msw/handlers/accounts.d.ts +0 -1
- package/build/msw/handlers/field-visibility.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/mfa.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/recipients.d.ts +0 -1
- package/build/msw/handlers/reconciliation-insights.d.ts +0 -1
- package/build/msw/index.d.ts +0 -1
- 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/recipients/recipients.mock.d.ts +0 -775
- package/build/msw/mocks/reconciliation-insights/index.d.ts +0 -23
- 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 -59
- 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 -3
- 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/certificates/certificates.mutation.d.ts +0 -31
- package/build/mutations/certificates/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/concierge/concierge.mutation.d.ts +0 -10
- package/build/mutations/concierge/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 -54
- package/build/mutations/fraud-screening/index.d.ts +0 -1
- package/build/mutations/index.d.ts +0 -38
- 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/integration-requests/index.d.ts +0 -1
- package/build/mutations/integration-requests/integration-requests.mutation.d.ts +0 -12
- package/build/mutations/integration-requests/integration-requests.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 -5
- 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/organizations/index.d.ts +0 -1
- package/build/mutations/organizations/organizations.mutation.d.ts +0 -1
- 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/playground/index.d.ts +0 -1
- package/build/mutations/playground/playground.mutation.d.ts +0 -7
- package/build/mutations/playground/playground.mutation.test.d.ts +0 -1
- package/build/mutations/recipients/index.d.ts +0 -1
- package/build/mutations/recipients/recipients.mutation.d.ts +0 -18
- 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 -2
- package/build/mutations/settings/settings.mutation.d.ts +0 -17
- package/build/mutations/settings/settings.mutation.test.d.ts +0 -1
- package/build/mutations/settings/use-table-onboarding.d.ts +0 -6
- 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 -12
- 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.by-organization.test.d.ts +0 -1
- package/build/queries/accounts/accounts.query.d.ts +0 -33
- 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/audit/audit.query.d.ts +0 -49
- package/build/queries/audit/audit.query.test.d.ts +0 -1
- package/build/queries/audit/index.d.ts +0 -2
- 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/certificates/certificates.query.d.ts +0 -6
- package/build/queries/certificates/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 -116
- 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/concierge/concierge.query.d.ts +0 -6
- package/build/queries/concierge/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 -16
- 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/feature-flags/datadog-hooks.d.ts +0 -34
- package/build/queries/feature-flags/datadog-hooks.test.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 -17
- package/build/queries/feature-flags/index.test.d.ts +0 -11
- package/build/queries/feature-flags/legacy-hooks.d.ts +0 -8
- package/build/queries/feature-flags/parity.test.d.ts +0 -8
- package/build/queries/field-visibility/field-visibility.query.d.ts +0 -8
- package/build/queries/field-visibility/field-visibility.query.test.d.ts +0 -1
- package/build/queries/field-visibility/index.d.ts +0 -1
- 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 -5
- package/build/queries/mfa/organization-settings.query.test.d.ts +0 -1
- 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 -29
- 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 -6
- 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 -14
- package/build/queries/reconciliations/index.d.ts +0 -7
- package/build/queries/reconciliations/reconciliation-insights.query.d.ts +0 -27
- 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 -23
- 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 -24
- 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/set-public-path.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 -352
- 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/certificates/certificates.d.ts +0 -26
- package/build/types/certificates/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 -177
- package/build/types/concierge/index.d.ts +0 -2
- 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 -70
- 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/field-visibility/field-visibility.d.ts +0 -6
- package/build/types/field-visibility/index.d.ts +0 -1
- 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 -42
- package/build/types/installments/index.d.ts +0 -1
- package/build/types/installments/installments.d.ts +0 -129
- package/build/types/integration-requests/index.d.ts +0 -1
- package/build/types/integration-requests/integration-request.d.ts +0 -26
- package/build/types/mfa/index.d.ts +0 -1
- package/build/types/mfa/mfa.d.ts +0 -10
- 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 -141
- 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 -582
- 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/playground/index.d.ts +0 -1
- package/build/types/playground/playground.d.ts +0 -33
- package/build/types/recipients/index.d.ts +0 -3
- package/build/types/recipients/recipients-export.d.ts +0 -52
- package/build/types/recipients/recipients-mutations.d.ts +0 -136
- package/build/types/recipients/recipients.d.ts +0 -242
- 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 -238
- 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 -155
- 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 -75
- 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 -102
- 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 -199
- 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/datadog-environment.d.ts +0 -33
- package/build/utils/datadog-environment.test.d.ts +0 -1
- package/build/utils/enums.d.ts +0 -19
- package/build/utils/feature-flags-provider.d.ts +0 -21
- package/build/utils/feature-flags-provider.test.d.ts +0 -1
- package/build/utils/handler-error.d.ts +0 -6
- package/build/utils/index.d.ts +0 -5
- 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 -10
- /package/build/{mutations → cjs/types/mutations}/audit/audit-subscriptions-v2.mutation.d.ts +0 -0
- /package/build/{mutations → cjs/types/mutations}/domains/domains.mutation.d.ts +0 -0
- /package/build/{mutations → cjs/types/mutations}/domains/index.d.ts +0 -0
- /package/build/{queries → cjs/types/queries}/audit/audit-subscriptions-v2.query.d.ts +0 -0
- /package/build/{queries → cjs/types/queries}/domains/domains.query.d.ts +0 -0
- /package/build/{queries → cjs/types/queries}/domains/index.d.ts +0 -0
- /package/build/{types → cjs/types/types}/concierge/concierge-access-request.d.ts +0 -0
- /package/build/{types → cjs/types/types}/concierge/concierge-access.d.ts +0 -0
- /package/build/{types → cjs/types/types}/domains/domains.d.ts +0 -0
- /package/build/{types → cjs/types/types}/domains/index.d.ts +0 -0
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { AxiosError } from 'axios';
|
|
3
|
-
import type { Audit } from '../../types';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export declare function useGetAuditEvents(params: Audit.AuditEventsParams): UseQueryResult<Audit.AuditEvents, AxiosError>;
|
|
6
|
-
export declare function useGetDashboardLogs(params: Audit.AuditEventsParams): UseQueryResult<Audit.AuditEvents, AxiosError>;
|
|
7
|
-
/**
|
|
8
|
-
* Fetches one audit event by its unique code. Powers the dashboard
|
|
9
|
-
* notification deep-link (DAS-15765): clicking "View in audit log" on a bell
|
|
10
|
-
* notification card opens that specific event in the audit log drawer — even
|
|
11
|
-
* when the user's current filtered page does not contain it. Resolves with
|
|
12
|
-
* a 404 (rejected query) when the event has been removed / retention purged /
|
|
13
|
-
* access revoked, which the frontend renders as the inline edge-state banner.
|
|
14
|
-
*
|
|
15
|
-
* [accountCodes] is the user's full authorized account list (up to ~800
|
|
16
|
-
* UUIDs). The BFF scopes the upstream lookup so a deep-link cannot open an
|
|
17
|
-
* event on an account the user can't read.
|
|
18
|
-
*/
|
|
19
|
-
export declare function useGetAuditEventByCode(eventCode: string | null | undefined, accountCodes: string[] | undefined): UseQueryResult<Audit.AuditEventData, AxiosError>;
|
|
20
|
-
export declare function useGetAuditMonitorEventDetail(id: number | null): UseQueryResult<Audit.AuditMonitorDetail, AxiosError>;
|
|
21
|
-
export declare function usePostWebhookLogsV2({ params, }: {
|
|
22
|
-
params: Audit.AuditWebhooksParams;
|
|
23
|
-
}): UseQueryResult<Audit.AuditWebhooksResponse, BFFErrorResponse>;
|
|
24
|
-
export declare function usePostApiLogsV2(params: Audit.ApiLogsListParams & {
|
|
25
|
-
organizationCode?: string;
|
|
26
|
-
}): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
27
|
-
/**
|
|
28
|
-
* GET /api-logs/payment/:paymentId via the new audit-logs microservice.
|
|
29
|
-
*/
|
|
30
|
-
export declare function useGetApiLogsByPaymentId(paymentId: string | null | undefined, accountCode: string | null | undefined, createdAtFrom?: string): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
31
|
-
export declare function useGetAuditExportsList(reportType: Audit.AuditExportReportType, enabled?: boolean): UseQueryResult<Audit.AuditExportResponse[], BFFErrorResponse>;
|
|
32
|
-
export declare function useGetAuditExportDownload(reportId: string, enabled?: boolean, onSuccess?: (data: Audit.AuditExportDownloadResponse) => void): UseQueryResult<Audit.AuditExportDownloadResponse, BFFErrorResponse>;
|
|
33
|
-
export interface UnifiedExportStatusQueryParams {
|
|
34
|
-
tab: Audit.UnifiedExportTabType;
|
|
35
|
-
exportId: string;
|
|
36
|
-
enabled?: boolean;
|
|
37
|
-
onSuccess?: (data: Audit.UnifiedExportStatusResponse) => void;
|
|
38
|
-
}
|
|
39
|
-
export declare function useGetUnifiedExportStatus({ tab, exportId, enabled, onSuccess, }: UnifiedExportStatusQueryParams): UseQueryResult<Audit.UnifiedExportStatusResponse, BFFErrorResponse>;
|
|
40
|
-
export interface UnifiedExportsListQueryParams {
|
|
41
|
-
tab: Audit.UnifiedExportTabType;
|
|
42
|
-
page?: number;
|
|
43
|
-
size?: number;
|
|
44
|
-
enabled?: boolean;
|
|
45
|
-
}
|
|
46
|
-
export declare function useGetUnifiedExportsList({ tab, page, size, enabled, }: UnifiedExportsListQueryParams): UseQueryResult<Audit.UnifiedExportListResponse, BFFErrorResponse>;
|
|
47
|
-
export declare function useGetApiLogsStatsRequestsV2(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
48
|
-
export declare function useGetApiLogsStatsErrorsV2(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
|
|
49
|
-
export declare function useGetApiLogsStatsErrorsByEndpointV2(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsErrorsByEndpointResponse, BFFErrorResponse>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './batch-refunds.query';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AxiosError } from 'axios';
|
|
2
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
3
|
-
import { Certificates } from '../../types/certificates';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export declare function useGetCertificates(organizationCode: string, accountCode: string, enabled?: boolean, type?: Certificates.CertificateType): UseQueryResult<Certificates.Certificate[], AxiosError<BFFErrorResponse>>;
|
|
6
|
-
export declare function useDownloadCertificate(organizationCode: string, accountCode: string, certificateCode: string, enabled?: boolean): UseQueryResult<Certificates.CertificateDownload, AxiosError<BFFErrorResponse>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './certificates.query';
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { ChartFeedbackData } from '../../types/chartgpt/feedback.types';
|
|
3
|
-
export interface ChartGPTResult {
|
|
4
|
-
key: string;
|
|
5
|
-
value: string;
|
|
6
|
-
}
|
|
7
|
-
export interface ChartGPTExecuteResponse {
|
|
8
|
-
status: string;
|
|
9
|
-
summary: string;
|
|
10
|
-
availableTypes?: string[];
|
|
11
|
-
results: ChartGPTResult[];
|
|
12
|
-
sql_query?: string;
|
|
13
|
-
user_prompt?: string;
|
|
14
|
-
type: 'BOX' | 'BAR' | 'LINE' | 'PIE' | 'MULTIPLE_LINES';
|
|
15
|
-
unit_to_display?: 'currency' | 'percentage' | 'number';
|
|
16
|
-
}
|
|
17
|
-
export interface ChartGPTChart {
|
|
18
|
-
chart_id?: string;
|
|
19
|
-
code?: string;
|
|
20
|
-
sql_query?: string;
|
|
21
|
-
name: string;
|
|
22
|
-
type: string;
|
|
23
|
-
user_prompt: string;
|
|
24
|
-
summary: string;
|
|
25
|
-
status: string;
|
|
26
|
-
unit_to_display?: 'currency' | 'percentage' | 'number';
|
|
27
|
-
}
|
|
28
|
-
export interface ChartGPTChartWithResults extends ChartGPTChart {
|
|
29
|
-
results: ChartGPTResult[];
|
|
30
|
-
}
|
|
31
|
-
export interface PatchChartGPTPayload {
|
|
32
|
-
type: string;
|
|
33
|
-
name: string;
|
|
34
|
-
user_prompt?: string;
|
|
35
|
-
chart_id?: string;
|
|
36
|
-
code?: string;
|
|
37
|
-
}
|
|
38
|
-
export interface PatchAndExecuteChartResult {
|
|
39
|
-
chart: ChartGPTChart;
|
|
40
|
-
execution: ChartGPTExecuteResponse;
|
|
41
|
-
}
|
|
42
|
-
export declare function useChartExecute(chart_id: string): UseQueryResult<ChartGPTExecuteResponse, unknown>;
|
|
43
|
-
export declare function useGetChartsByUser(): UseQueryResult<ChartGPTChart[], unknown>;
|
|
44
|
-
export declare function useGetChartsByUserWithResults(): UseQueryResult<ChartGPTChartWithResults[], unknown>;
|
|
45
|
-
export declare function usePatchAndExecuteChart(chart_id: string, patchPayload: PatchChartGPTPayload, enabled?: boolean): UseQueryResult<PatchAndExecuteChartResult, unknown>;
|
|
46
|
-
export interface UseGetChartFeedbackParams {
|
|
47
|
-
chartCode: string;
|
|
48
|
-
enabled?: boolean;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Hook for getting user's feedback for a specific chart
|
|
52
|
-
*
|
|
53
|
-
* @example
|
|
54
|
-
* ```tsx
|
|
55
|
-
* const { data: feedback, isLoading } = useGetChartFeedback({
|
|
56
|
-
* chartCode: 'abc-123',
|
|
57
|
-
* });
|
|
58
|
-
*
|
|
59
|
-
* if (feedback) {
|
|
60
|
-
* console.log(`User rated this chart: ${feedback.rating}`);
|
|
61
|
-
* console.log(`Issues selected: ${feedback.issues.join(', ')}`);
|
|
62
|
-
* }
|
|
63
|
-
* ```
|
|
64
|
-
*/
|
|
65
|
-
export declare function useGetChartFeedback({ chartCode, enabled, }: UseGetChartFeedbackParams): UseQueryResult<ChartFeedbackData | null, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './chartgpt.query';
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import type { Checkout } from '../../types';
|
|
3
|
-
export declare function useGetCheckouts({ accountCode }: {
|
|
4
|
-
accountCode: any;
|
|
5
|
-
}, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
|
|
6
|
-
refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
7
|
-
data: Checkout.CheckoutList[];
|
|
8
|
-
error: unknown;
|
|
9
|
-
isError: true;
|
|
10
|
-
isLoading: false;
|
|
11
|
-
isLoadingError: false;
|
|
12
|
-
isRefetchError: true;
|
|
13
|
-
isSuccess: false;
|
|
14
|
-
status: "error";
|
|
15
|
-
dataUpdatedAt: number;
|
|
16
|
-
errorUpdatedAt: number;
|
|
17
|
-
failureCount: number;
|
|
18
|
-
failureReason: unknown;
|
|
19
|
-
errorUpdateCount: number;
|
|
20
|
-
isFetched: boolean;
|
|
21
|
-
isFetchedAfterMount: boolean;
|
|
22
|
-
isFetching: boolean;
|
|
23
|
-
isInitialLoading: boolean;
|
|
24
|
-
isPaused: boolean;
|
|
25
|
-
isPlaceholderData: boolean;
|
|
26
|
-
isPreviousData: boolean;
|
|
27
|
-
isRefetching: boolean;
|
|
28
|
-
isStale: boolean;
|
|
29
|
-
remove: () => void;
|
|
30
|
-
fetchStatus: import("@tanstack/react-query").FetchStatus;
|
|
31
|
-
} | {
|
|
32
|
-
refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
33
|
-
data: Checkout.CheckoutList[];
|
|
34
|
-
error: null;
|
|
35
|
-
isError: false;
|
|
36
|
-
isLoading: false;
|
|
37
|
-
isLoadingError: false;
|
|
38
|
-
isRefetchError: false;
|
|
39
|
-
isSuccess: true;
|
|
40
|
-
status: "success";
|
|
41
|
-
dataUpdatedAt: number;
|
|
42
|
-
errorUpdatedAt: number;
|
|
43
|
-
failureCount: number;
|
|
44
|
-
failureReason: unknown;
|
|
45
|
-
errorUpdateCount: number;
|
|
46
|
-
isFetched: boolean;
|
|
47
|
-
isFetchedAfterMount: boolean;
|
|
48
|
-
isFetching: boolean;
|
|
49
|
-
isInitialLoading: boolean;
|
|
50
|
-
isPaused: boolean;
|
|
51
|
-
isPlaceholderData: boolean;
|
|
52
|
-
isPreviousData: boolean;
|
|
53
|
-
isRefetching: boolean;
|
|
54
|
-
isStale: boolean;
|
|
55
|
-
remove: () => void;
|
|
56
|
-
fetchStatus: import("@tanstack/react-query").FetchStatus;
|
|
57
|
-
} | {
|
|
58
|
-
refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
59
|
-
data: undefined;
|
|
60
|
-
error: unknown;
|
|
61
|
-
isError: true;
|
|
62
|
-
isLoading: false;
|
|
63
|
-
isLoadingError: true;
|
|
64
|
-
isRefetchError: false;
|
|
65
|
-
isSuccess: false;
|
|
66
|
-
status: "error";
|
|
67
|
-
dataUpdatedAt: number;
|
|
68
|
-
errorUpdatedAt: number;
|
|
69
|
-
failureCount: number;
|
|
70
|
-
failureReason: unknown;
|
|
71
|
-
errorUpdateCount: number;
|
|
72
|
-
isFetched: boolean;
|
|
73
|
-
isFetchedAfterMount: boolean;
|
|
74
|
-
isFetching: boolean;
|
|
75
|
-
isInitialLoading: boolean;
|
|
76
|
-
isPaused: boolean;
|
|
77
|
-
isPlaceholderData: boolean;
|
|
78
|
-
isPreviousData: boolean;
|
|
79
|
-
isRefetching: boolean;
|
|
80
|
-
isStale: boolean;
|
|
81
|
-
remove: () => void;
|
|
82
|
-
fetchStatus: import("@tanstack/react-query").FetchStatus;
|
|
83
|
-
} | {
|
|
84
|
-
refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
|
|
85
|
-
data: undefined;
|
|
86
|
-
error: null;
|
|
87
|
-
isError: false;
|
|
88
|
-
isLoading: true;
|
|
89
|
-
isLoadingError: false;
|
|
90
|
-
isRefetchError: false;
|
|
91
|
-
isSuccess: false;
|
|
92
|
-
status: "loading";
|
|
93
|
-
dataUpdatedAt: number;
|
|
94
|
-
errorUpdatedAt: number;
|
|
95
|
-
failureCount: number;
|
|
96
|
-
failureReason: unknown;
|
|
97
|
-
errorUpdateCount: number;
|
|
98
|
-
isFetched: boolean;
|
|
99
|
-
isFetchedAfterMount: boolean;
|
|
100
|
-
isFetching: boolean;
|
|
101
|
-
isInitialLoading: boolean;
|
|
102
|
-
isPaused: boolean;
|
|
103
|
-
isPlaceholderData: boolean;
|
|
104
|
-
isPreviousData: boolean;
|
|
105
|
-
isRefetching: boolean;
|
|
106
|
-
isStale: boolean;
|
|
107
|
-
remove: () => void;
|
|
108
|
-
fetchStatus: import("@tanstack/react-query").FetchStatus;
|
|
109
|
-
};
|
|
110
|
-
export declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
|
|
111
|
-
export declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => import("@tanstack/react-query").UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
|
|
112
|
-
export declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
|
|
113
|
-
export declare const useGetRequiredFields: ({ paymentMethodType, type }: Checkout.GetRequiredFieldsArgs, option?: UseQueryOptions<Checkout.GetRequiredFieldsResponse, unknown, Checkout.GetRequiredFieldsResponse>) => import("@tanstack/react-query").UseQueryResult<Checkout.GetRequiredFieldsResponse, unknown>;
|
|
114
|
-
export declare const useGetCountryData: (accountCode: string) => import("@tanstack/react-query").UseQueryResult<Checkout.GetCountryDataResponse, unknown>;
|
|
115
|
-
export declare const getQueryKeyPaymentMethodAccounts: ({ paymentMethod, organizationCode, }: Checkout.GetPaymentMethodAccountsArgs) => string[];
|
|
116
|
-
export declare const useGetPaymentMethodAccounts: ({ paymentMethod, organizationCode }: Checkout.GetPaymentMethodAccountsArgs, option?: UseQueryOptions<Checkout.GetPaymentMethodAccountsResponse, unknown, Checkout.GetPaymentMethodAccountsResponse>) => import("@tanstack/react-query").UseQueryResult<Checkout.GetPaymentMethodAccountsResponse, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { StylingSettings } from '../../../types/checkout/styling/styling';
|
|
2
|
-
export declare function useGetStylingSdkDynamic({ accountCode, }: {
|
|
3
|
-
accountCode: string;
|
|
4
|
-
}): import("@tanstack/react-query").UseQueryResult<import("../../../types/checkout/styling/styling").Styling.Settings, unknown>;
|
|
5
|
-
export declare function useGetStylingSettingsV2({ accountCode, }: {
|
|
6
|
-
accountCode: string;
|
|
7
|
-
}): import("@tanstack/react-query").UseQueryResult<StylingSettings.UpdateSettingsResponse, unknown>;
|
|
8
|
-
export declare function useChangeStylingSettings(): import("@tanstack/react-query").UseMutationResult<StylingSettings.UpdateSettingsResponse, unknown, {
|
|
9
|
-
accountCode: string;
|
|
10
|
-
payload: StylingSettings.UpdateSettings;
|
|
11
|
-
}, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { ConciergeAccess, ConciergeAccessRequest } from '../../types';
|
|
3
|
-
export declare const CONCIERGE_ACCESS_QUERY_KEY = "GET/concierge/access";
|
|
4
|
-
export declare const CONCIERGE_ACCESS_REQUEST_STATUS_QUERY_KEY = "GET/concierge/access-requests/me";
|
|
5
|
-
export declare function useGetConciergeAccess(): UseQueryResult<ConciergeAccess.GetResponse, ConciergeAccess.Error>;
|
|
6
|
-
export declare function useGetConciergeAccessRequestStatus(): UseQueryResult<ConciergeAccessRequest.StatusResponse, ConciergeAccessRequest.Error>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './concierge.query';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './connections.query';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { DataReport } from '../../types';
|
|
3
|
-
export declare function useGetSmartRoutingDataReport(params: {
|
|
4
|
-
[a: string]: number;
|
|
5
|
-
}): UseQueryResult<any, unknown>;
|
|
6
|
-
export declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string, enabled?: boolean, cacheConfig?: {
|
|
7
|
-
staleTime?: number;
|
|
8
|
-
cacheTime?: number;
|
|
9
|
-
}): UseQueryResult<any, unknown>;
|
|
10
|
-
export declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
|
|
11
|
-
export declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
12
|
-
export declare function useInsightsVolumeMetricsV2(account_codes: string, params: DataReport.InsightMetricParams, path: DataReport.InsightsVolumeMetricsV2Path, enabled?: boolean): UseQueryResult<any, unknown>;
|
|
13
|
-
export declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
|
|
14
|
-
export declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
|
|
15
|
-
export declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
|
|
16
|
-
export declare function useGetInsightsReportAgain(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AxiosResponse } from 'axios';
|
|
2
|
-
import { UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
|
|
3
|
-
import { Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksTotalRateAndEvolution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse } from '../../../types/data-report';
|
|
4
|
-
export declare function useInsightsFraudScreeningVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsFraudScreeningResumeResponse>>;
|
|
5
|
-
export declare function useInsightsFraudScreeningConversionRate(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsFraudConversionRateResponse>>;
|
|
6
|
-
export declare function useInsights3dsVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsResumeResponse>>;
|
|
7
|
-
export declare function useInsights3dsConversionRateAndEvolution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsConversionRate>>;
|
|
8
|
-
export declare function useInsights3dsDeclineReasons(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsDeclineReasons>>;
|
|
9
|
-
export declare function useInsights3dsFrictionlessVsChallenge(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsFrictionlessVsChallenge>>;
|
|
10
|
-
export declare function useInsightsChargebacksVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksResumeResponse>>;
|
|
11
|
-
export declare function useInsightsChargebacksTotalRateAndEvolution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksTotalRateAndEvolution>>;
|
|
12
|
-
export declare function useInsightsChargebacksWinRate(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksWinRate>>;
|
|
13
|
-
export declare function useInsightsChargebacksDisputed(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksDisputed>>;
|
|
14
|
-
export declare function useInsightsChargebacksByProviderAndCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByProviderAndCardBrand>>;
|
|
15
|
-
export declare function useInsightsChargebacksReasonsDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByReason>>;
|
|
16
|
-
export declare function useInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksStatusDistribution>>;
|
|
17
|
-
export declare function useInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByCardBrand>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { UseMutationResult, UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import type { Developer, User } from '../../types';
|
|
3
|
-
import { CustomizedApiKeys } from '../../types/customized-api-keys';
|
|
4
|
-
import { AllowedList } from '../../types/allowed-list';
|
|
5
|
-
export declare function useGetCredentials({ password, accountCode, otp, mfaToken, }: {
|
|
6
|
-
password: string;
|
|
7
|
-
accountCode: string;
|
|
8
|
-
otp?: string;
|
|
9
|
-
mfaToken?: string;
|
|
10
|
-
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
11
|
-
export declare function useGetCustomizedApiKeysMembers(): UseQueryResult<User.ICustomizedApiKeysMembers, unknown>;
|
|
12
|
-
export declare function useGetAllowedIps(): UseQueryResult<AllowedList.Response, unknown>;
|
|
13
|
-
export declare function useGetCustomizedApiKeysAccounts(): UseQueryResult<User.ICustomizedApiKeysAccounts, unknown>;
|
|
14
|
-
export declare function useGetCustomizedApiKeys(accountCodes: string[]): UseQueryResult<CustomizedApiKeys.ICustomizedApiKeys, unknown>;
|
|
15
|
-
export declare function useGetCustomizedApiKeysProducts(): UseQueryResult<CustomizedApiKeys.ICustomizedApiKeysProducts[], unknown>;
|
|
16
|
-
export declare function usePatchAllowedIps(): UseMutationResult<AllowedList.Response, unknown>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './developers.query';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { FeatureFlags } from '../../types/feature-flags/intex';
|
|
3
|
-
export interface FeatureFlagsResult {
|
|
4
|
-
[key: string]: boolean;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Datadog adapter for `useFeatureFlags({ name, ... })`.
|
|
8
|
-
*
|
|
9
|
-
* Legacy contract: returns `{ data: { [name]: boolean } }`. The container
|
|
10
|
-
* caller's `useFeatureFlagByName` wrapper reads `data?.[name]`. We honour
|
|
11
|
-
* the same shape so the wrapper is unchanged.
|
|
12
|
-
*/
|
|
13
|
-
export declare function useFeatureFlags(data: FeatureFlags.Request): UseQueryResult<FeatureFlagsResult, unknown>;
|
|
14
|
-
/**
|
|
15
|
-
* Datadog adapter for `useAllFeatureFlags`.
|
|
16
|
-
*
|
|
17
|
-
* Under the legacy provider this hook bulk-fetches the org's flag map
|
|
18
|
-
* and pushes it into the `['cached-feature-flags']` query cache so
|
|
19
|
-
* `useCachedFeatureFlag(name)` can read it later. Under OpenFeature the
|
|
20
|
-
* provider is already initialised and evaluation is per-key, so there is
|
|
21
|
-
* no bulk payload to cache. We intentionally return an empty success
|
|
22
|
-
* result — `useCachedFeatureFlag` below evaluates each named flag
|
|
23
|
-
* directly via OpenFeature and does not depend on this cache.
|
|
24
|
-
*/
|
|
25
|
-
export declare function useAllFeatureFlags(_body: FeatureFlags.RequestAll): UseQueryResult<FeatureFlagsResult, unknown>;
|
|
26
|
-
/**
|
|
27
|
-
* Datadog adapter for `useCachedFeatureFlag(name)`.
|
|
28
|
-
*
|
|
29
|
-
* Legacy contract: returns `{ data: { result: boolean | undefined } }`.
|
|
30
|
-
* Consumers in container-mfe (`sidebar-submenu`, `appbar-layout`) read
|
|
31
|
-
* `data?.result`. We evaluate the named boolean flag via OpenFeature and
|
|
32
|
-
* return the same shape.
|
|
33
|
-
*/
|
|
34
|
-
export declare function useCachedFeatureFlag(name: string): UseQueryResult<FeatureFlagsResult>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Feature-flag hooks public entry point.
|
|
3
|
-
*
|
|
4
|
-
* At module load we read the `FEATURE_FLAGS_PROVIDER` build env var and
|
|
5
|
-
* resolve to either the legacy React-Query-backed implementation (default)
|
|
6
|
-
* or the Datadog/OpenFeature-backed implementation. The exported hook
|
|
7
|
-
* signatures are identical in both branches so consumers of
|
|
8
|
-
* `@yuno-payments/dashboard-api-mfe` need no changes.
|
|
9
|
-
*
|
|
10
|
-
* Flip the env var (and redeploy) to swap providers — no code revert.
|
|
11
|
-
* See `src/utils/feature-flags-provider.ts` for the switch semantics.
|
|
12
|
-
*/
|
|
13
|
-
import * as legacy from './legacy-hooks';
|
|
14
|
-
export type { FeatureFlagsResult } from './legacy-hooks';
|
|
15
|
-
export declare const useFeatureFlags: typeof legacy.useFeatureFlags;
|
|
16
|
-
export declare const useAllFeatureFlags: typeof legacy.useAllFeatureFlags;
|
|
17
|
-
export declare const useCachedFeatureFlag: typeof legacy.useCachedFeatureFlag;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Tests for the FEATURE_FLAGS_PROVIDER kill-switch in feature-flags/index.ts.
|
|
3
|
-
*
|
|
4
|
-
* The switch resolves at module-load time, so each test isolates a fresh
|
|
5
|
-
* module instance via `jest.isolateModules` after re-stubbing the env var.
|
|
6
|
-
*
|
|
7
|
-
* `require()` is used inside `isolateModules` because that API is the
|
|
8
|
-
* synchronous CJS entry point Jest exposes for re-loading modules under
|
|
9
|
-
* a mutated env. ESM `import()` would be evaluated asynchronously outside
|
|
10
|
-
* the isolated scope and break the test contract.
|
|
11
|
-
*/
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { FeatureFlags } from '../../types/feature-flags/intex';
|
|
3
|
-
export interface FeatureFlagsResult {
|
|
4
|
-
[key: string]: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare function useFeatureFlags(data: FeatureFlags.Request): UseQueryResult<FeatureFlagsResult, unknown>;
|
|
7
|
-
export declare function useAllFeatureFlags(body: FeatureFlags.RequestAll): UseQueryResult<FeatureFlagsResult, unknown>;
|
|
8
|
-
export declare function useCachedFeatureFlag(name: string): UseQueryResult<FeatureFlagsResult>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shape-parity tests for legacy vs datadog feature-flag hooks.
|
|
3
|
-
*
|
|
4
|
-
* These tests pin the public hook shape across both providers so the
|
|
5
|
-
* kill-switch in `./index.ts` is a safe drop-in. Add a parity assertion
|
|
6
|
-
* here whenever a new hook is added to either branch.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { AxiosError } from 'axios';
|
|
3
|
-
import type { FieldVisibility } from '../../types';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export declare function useGetHiddenFields({ scope, enabled, }: {
|
|
6
|
-
scope: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}): UseQueryResult<FieldVisibility.ScopedHiddenFields[], AxiosError<BFFErrorResponse>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './field-visibility.query';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FirebaseUserSubscribe } from '../../api';
|
|
2
|
-
export declare function useFirebaseUserSubscribe({ onSuccessCallback, }: {
|
|
3
|
-
onSuccessCallback?: (data: any) => void;
|
|
4
|
-
}): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
5
|
-
payload: FirebaseUserSubscribe;
|
|
6
|
-
}, {
|
|
7
|
-
payload: FirebaseUserSubscribe;
|
|
8
|
-
}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './firebase.query';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { FraudScreening } from '../../types';
|
|
3
|
-
import { AllowlistMultiAccount, PostBlackList } from '../../mutations';
|
|
4
|
-
import { AxiosError } from 'axios';
|
|
5
|
-
export declare function useGetConfigAllowlist(accountCode: string, enabled: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
6
|
-
export declare function useGetBlackList(accountCode: string, enabled?: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
7
|
-
export declare function usePostBlockList(accountCodes: string[], listName?: string, page?: number, size?: number): UseQueryResult<FraudScreening.BlocklistData, AxiosError>;
|
|
8
|
-
export declare function useGetBlockListSummary(block_list_code: string, account: string, enabled: boolean): UseQueryResult<FraudScreening.BlockListSummary, unknown>;
|
|
9
|
-
export declare function useBlackListDetail(black_list_code: string, offset: number, limit: any, account: string, search: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
10
|
-
export declare function useAllowListDetail(code: string, account: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
11
|
-
export declare function usePostAllowlistMultiAccount(payload: PostBlackList, enabled?: boolean): UseQueryResult<AllowlistMultiAccount>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './fraud-screening.query';
|
package/build/queries/index.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export * from './payments';
|
|
2
|
-
export * from './developers';
|
|
3
|
-
export * from './organizations';
|
|
4
|
-
export * from './connections';
|
|
5
|
-
export * from './accounts';
|
|
6
|
-
export * from './smart-routing';
|
|
7
|
-
export * from './routing-monitors';
|
|
8
|
-
export * from './checkouts';
|
|
9
|
-
export * from './users';
|
|
10
|
-
export * from './notifications';
|
|
11
|
-
export * from './reports';
|
|
12
|
-
export * from './team';
|
|
13
|
-
export * from './data-report';
|
|
14
|
-
export * from './reconciliations';
|
|
15
|
-
export * from './feature-flags';
|
|
16
|
-
export * from './audit';
|
|
17
|
-
export * from './payment-links';
|
|
18
|
-
export * from './subscriptions';
|
|
19
|
-
export * from './firebase';
|
|
20
|
-
export * from './fraud-screening';
|
|
21
|
-
export * from './batch-refunds';
|
|
22
|
-
export * from './velocity-rules';
|
|
23
|
-
export * from './mfa';
|
|
24
|
-
export * from './saml-config';
|
|
25
|
-
export * from './chartgpt';
|
|
26
|
-
export * from './translation';
|
|
27
|
-
export * from './network-tokens';
|
|
28
|
-
export * from './smart-recovery';
|
|
29
|
-
export * from './network-tokens';
|
|
30
|
-
export * from './template-reporting';
|
|
31
|
-
export * from './organization-config';
|
|
32
|
-
export * from './onboarding';
|
|
33
|
-
export * from './recipients';
|
|
34
|
-
export * from './installments';
|
|
35
|
-
export * from './security';
|
|
36
|
-
export * from './concierge';
|
|
37
|
-
export * from './field-visibility';
|
|
38
|
-
export * from './certificates';
|
|
39
|
-
export * from './domains';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './installments.query';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Installments } from '../../types';
|
|
3
|
-
export declare function useGetInstallmentsPlans(accountCode: string, enabled?: boolean, params?: Installments.GetInstallmentsPlansParams): UseQueryResult<Installments.GetInstallmentsPlansResponse, Error>;
|
|
4
|
-
export declare function useSearchInstallmentsPlans(payload: Installments.SearchInstallmentsPlansRequest, enabled?: boolean): UseQueryResult<Installments.SearchInstallmentsPlansResponse, Error>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './organization-settings.query';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './network-tokens.query';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Connection } from '../../types';
|
|
3
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
4
|
-
export declare function useGetNetworkTokensOnboardingByOrganization(organizationCode: string): UseQueryResult<Connection.NetworkTokensOnboardingMerchantData, BFFErrorResponse>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './notifications.query';
|