@yuno-payments/dashboard-api-mfe 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{2.0.0/cjs → cjs}/index.js +4 -4
- package/build/cjs/index.js.map +1 -0
- package/build/{2.0.0/cjs → cjs}/types/api/api.d.ts +36 -1
- package/build/{2.0.0/cjs → cjs}/types/mutations/audit/audit-subscriptions.mutation.d.ts +1 -1
- package/build/cjs/types/queries/audit/audit-subscriptions.query.d.ts +14 -0
- package/build/{2.0.0/cjs → cjs}/types/queries/audit/audit.query.d.ts +13 -0
- package/build/{2.0.0/esm → cjs}/types/queries/recipients/recipients.query.d.ts +1 -0
- package/build/{2.0.0/esm → cjs}/types/types/audit/audit.d.ts +11 -15
- package/build/{2.0.0/esm → cjs}/types/types/recipients/recipients.d.ts +18 -0
- package/build/cjs/types/utils/datadog-environment.d.ts +33 -0
- package/build/{2.0.0/cjs → cjs}/types/utils/index.d.ts +1 -0
- package/build/{2.0.0/esm → esm}/index.js +5 -5
- package/build/esm/index.js.map +1 -0
- package/build/{2.0.0/esm → esm}/types/api/api.d.ts +36 -1
- package/build/{2.0.0/esm → esm}/types/mutations/audit/audit-subscriptions.mutation.d.ts +1 -1
- package/build/esm/types/queries/audit/audit-subscriptions.query.d.ts +14 -0
- package/build/{2.0.0/esm → esm}/types/queries/audit/audit.query.d.ts +13 -0
- package/build/{2.0.0/cjs → esm}/types/queries/recipients/recipients.query.d.ts +1 -0
- package/build/{2.0.0/cjs → esm}/types/types/audit/audit.d.ts +11 -15
- package/build/{2.0.0/cjs → esm}/types/types/recipients/recipients.d.ts +18 -0
- package/build/esm/types/utils/datadog-environment.d.ts +33 -0
- package/build/{2.0.0/esm → esm}/types/utils/index.d.ts +1 -0
- package/build/esm/types/utils/use-is-testing.test.d.ts +1 -0
- package/build/esm/types/websockets/use-chart-assistant-socket.test.d.ts +1 -0
- package/build/{2.0.0/index.d.ts → index.d.ts} +123 -24
- package/package.json +1 -1
- package/build/2.0.0/cjs/index.js.map +0 -1
- package/build/2.0.0/cjs/types/queries/audit/audit-subscriptions.query.d.ts +0 -11
- package/build/2.0.0/esm/index.js.map +0 -1
- package/build/2.0.0/esm/types/queries/audit/audit-subscriptions.query.d.ts +0 -11
- package/build/2.0.0/yuno-dashboard-api-mfe.js +0 -44
- package/build/2.0.0/yuno-dashboard-api-mfe.js.map +0 -1
- /package/build/{2.0.0/cjs → cjs}/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api/api.singleton.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api/api.singleton.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api/api.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api/api.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/api-provider.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/common/config.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/constants/errors-code.constant.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/constants/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/http-client/__tests__/http-client.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/http-client/api.config.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/http-client/axios.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/http-client/http-client.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/http-client/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/session-expired/emit-expired.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/session-expired/emit-expired.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/lib/session-expired/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/browser.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/accounts.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/api-logs.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/field-visibility.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/insights.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/installments.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/mfa.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/organizations.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/payments.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/recipients.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/reconciliation-insights.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/handlers/webhooks.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/insights/overview/overview.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/installments/installments.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/payments/payments.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/payments/transaction-details.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/recipients/recipients.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/reconciliation-insights/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/S3Client/S3Client.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/S3Client/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/accounts/accounts.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/accounts/delete-mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/accounts/types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/ai/ai.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/ai/ai.mutation.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/ai/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/audit/audit-api.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/audit/audit.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/audit/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/certificates/certificates.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/chartgpt/chartgpt.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/checkouts/checkouts.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/checkouts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/concierge/concierge.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/connections/connections.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/connections/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/developers/developers.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/developers/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/developers/types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/insights/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/insights/insights.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/installments/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/installments/installments.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/integration-requests/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/integration-requests/integration-requests.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/multi-factor-authentication/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/notifications/notifications.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organization-config/organization-config.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organization-settings/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organizations/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/organizations/organizations.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/payment-links/payment-links.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/payments/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/payments/payments.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/playground/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/playground/playground.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/recipients/recipients.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/reconciliations/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/reconciliations/reconciliations.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/reports/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/reports/reports.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/scheduled-reports/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/security/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/security/security.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/settings/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/settings/settings.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/settings/use-table-onboarding.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/smart-routing/smart-routing.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/subscriptions/subscriptions.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/team/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/team/team.mutaion.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/team/team.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/template-reporting/template-reporting.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/users/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/users/users.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/accounts/accounts.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/accounts/types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/api-logs/api-logs-v3.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/api-logs/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/audit/audit-v3.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/audit/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/batch-refunds/batch-refunds.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/certificates/certificates.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/chartgpt/chartgpt.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/checkouts/checkouts.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/checkouts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/checkouts/styling/styling.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/concierge/concierge.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/connections/connections.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/connections/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/data-report/data-report.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/data-report/fraud/fraud.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/data-report/fraud/fraud.query.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/data-report/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/developers/developers.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/developers/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/datadog-hooks.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/datadog-hooks.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/feature-flags.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/index.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/legacy-hooks.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/feature-flags/parity.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/field-visibility/field-visibility.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/field-visibility/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/firebase/firebase.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/firebase/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/fraud-screening/fraud-screening.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/installments/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/installments/installments.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/mfa/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/mfa/organization-settings.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/network-tokens/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/network-tokens/network-tokens.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/notifications/notifications.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/onboarding/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/onboarding/onboarding.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/onboarding/onboarding.query.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/organization-config/organization-config.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/organizations/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/organizations/organizations.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payment-links/payment-links.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payments/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payments/payments.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payments/payouts-timeline.query.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/payments/payouts.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliation-insights.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliation-insights.query.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations-fees.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations-sales.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reconciliations/reconciliations.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reports/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/reports/reports.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/routing-monitors/routing-monitors.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/security/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/security/security.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/smart-recovery/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/smart-recovery/smart-recovery-overview.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/smart-routing/smart-routing.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/subscriptions/subscriptions.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/team/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/team/team.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/template-reporting/template-reporting.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/translation/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/translation/translation.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/users/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/users/users.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/velocity-rules/velocity-rules.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/webhooks/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/queries/webhooks/webhook-timeline.query.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/set-public-path.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/store/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/accounts/accounts.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/ai/ai.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/ai/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/allowed-list/allowed-list.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/allowed-list/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/audit/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/batch-refunds/batch-refunds.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/certificates/certificates.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/chartgpt/feedback.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/checkout/checkout.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/checkout/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/checkout/styling/styling.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/concierge/concierge-alerts.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/connection/connection.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/connection/costs.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/connection/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/country/country.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/country/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/customized-api-keys/customized-api-keys.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/customized-api-keys/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/data-report/conversion-rate.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/data-report/data-report.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/data-report/fraud.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/data-report/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/developer/developer.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/developer/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/feature-flags/intex.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/field-visibility/field-visibility.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/field-visibility/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/fraud-screening/fraud-screening.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/installments/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/installments/installments.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/integration-requests/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/integration-requests/integration-request.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/mfa/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/mfa/mfa.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/notifications/notifications.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/onboarding/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/onboarding/onboarding.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/operation-transaction/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/operation-transaction/operation-transaction.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization/organization.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization-config/organization-config.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization-settings/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/organization-settings/organization-settings.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payment/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payment/payment.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payment-links/payment-links.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payouts/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/payouts/payouts.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/playground/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/playground/playground.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/recipients/recipients-export.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/recipients/recipients-mutations.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-advancements.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-agenda.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-alerts.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-fees.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-insights.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation-sales.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reconciliation/reconciliation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reports/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/reports/reports.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/routing-monitors/routing-monitors.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/s3-client/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/s3-client/s3-client.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/saml-config/saml-config.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/smart-recovery/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/smart-recovery/smart-recovery-overview.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/smart-routing/smart-routing.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/subscriptions/subscriptions.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/team/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/team/team.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/template-reporting/common.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/template-reporting/schedule.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/template-reporting/template.types.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/translation/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/translation/translation.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/user/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/user/user.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/velocity-rules/velocity-rules.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/webhook/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/types/webhook/webhook.d.ts +0 -0
- /package/build/{2.0.0/cjs/types/utils/feature-flags-provider.test.d.ts → cjs/types/utils/datadog-environment.test.d.ts} +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/enums.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/feature-flags-provider.d.ts +0 -0
- /package/build/{2.0.0/esm → cjs}/types/utils/feature-flags-provider.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/handler-error.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/test-utils.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/use-account-code.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/use-account-code.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/use-is-testing.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/use-is-testing.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/utils/use-localstorage.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/websockets/index.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/websockets/use-chart-assistant-socket.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/websockets/use-chart-assistant-socket.test.d.ts +0 -0
- /package/build/{2.0.0/cjs → cjs}/types/yuno-dashboard-api-mfe.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api/api.singleton.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api/api.singleton.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api/api.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api/api.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/api-provider.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/common/config.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/constants/errors-code.constant.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/constants/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/http-client/__tests__/http-client.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/http-client/api.config.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/http-client/axios.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/http-client/http-client.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/http-client/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/session-expired/emit-expired.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/session-expired/emit-expired.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/lib/session-expired/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/browser.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/accounts.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/api-logs.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/field-visibility.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/insights.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/installments.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/mfa.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/organizations.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/payments.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/recipients.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/reconciliation-insights.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/handlers/webhooks.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/insights/overview/overview.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/installments/installments.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/payments/payments.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/payments/transaction-details.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/recipients/recipients.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/reconciliation-insights/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/S3Client/S3Client.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/S3Client/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/accounts/accounts.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/accounts/delete-mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/accounts/types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/ai/ai.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/ai/ai.mutation.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/ai/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/audit/audit-api.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/audit/audit.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/audit/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/certificates/certificates.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/chartgpt/chartgpt.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/checkouts/checkouts.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/checkouts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/concierge/concierge.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/connections/connections.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/connections/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/developers/developers.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/developers/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/developers/types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/insights/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/insights/insights.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/installments/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/installments/installments.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/integration-requests/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/integration-requests/integration-requests.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/multi-factor-authentication/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/notifications/notifications.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organization-config/organization-config.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organization-settings/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organizations/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/organizations/organizations.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/payment-links/payment-links.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/payments/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/payments/payments.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/playground/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/playground/playground.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/recipients/recipients.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/reconciliations/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/reconciliations/reconciliations.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/reports/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/reports/reports.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/scheduled-reports/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/security/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/security/security.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/settings/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/settings/settings.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/settings/use-table-onboarding.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/smart-routing/smart-routing.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/subscriptions/subscriptions.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/team/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/team/team.mutaion.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/team/team.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/template-reporting/template-reporting.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/users/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/users/users.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/accounts/accounts.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/accounts/types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/api-logs/api-logs-v3.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/api-logs/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/audit/audit-v3.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/audit/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/batch-refunds/batch-refunds.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/certificates/certificates.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/chartgpt/chartgpt.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/checkouts/checkouts.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/checkouts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/checkouts/styling/styling.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/concierge/concierge.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/connections/connections.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/connections/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/data-report/data-report.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/data-report/fraud/fraud.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/data-report/fraud/fraud.query.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/data-report/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/developers/developers.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/developers/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/datadog-hooks.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/datadog-hooks.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/feature-flags.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/index.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/legacy-hooks.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/feature-flags/parity.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/field-visibility/field-visibility.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/field-visibility/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/firebase/firebase.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/firebase/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/fraud-screening/fraud-screening.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/installments/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/installments/installments.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/mfa/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/mfa/organization-settings.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/network-tokens/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/network-tokens/network-tokens.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/notifications/notifications.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/onboarding/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/onboarding/onboarding.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/onboarding/onboarding.query.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/organization-config/organization-config.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/organizations/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/organizations/organizations.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payment-links/payment-links.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payments/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payments/payments.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payments/payouts-timeline.query.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/payments/payouts.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliation-insights.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliation-insights.query.test.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations-fees.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations-sales.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reconciliations/reconciliations.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reports/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/reports/reports.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/routing-monitors/routing-monitors.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/security/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/security/security.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/smart-recovery/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/smart-recovery/smart-recovery-overview.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/smart-routing/smart-routing.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/subscriptions/subscriptions.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/team/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/team/team.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/template-reporting/template-reporting.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/translation/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/translation/translation.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/users/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/users/users.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/velocity-rules/velocity-rules.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/webhooks/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/queries/webhooks/webhook-timeline.query.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/set-public-path.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/store/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/accounts/accounts.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/accounts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/ai/ai.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/ai/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/allowed-list/allowed-list.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/allowed-list/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/audit/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/batch-refunds/batch-refunds.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/batch-refunds/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/certificates/certificates.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/certificates/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/chartgpt/feedback.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/chartgpt/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/checkout/checkout.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/checkout/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/checkout/styling/styling.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/concierge/concierge-alerts.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/concierge/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/connection/connection.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/connection/costs.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/connection/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/country/country.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/country/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/customized-api-keys/customized-api-keys.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/customized-api-keys/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/data-report/conversion-rate.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/data-report/data-report.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/data-report/fraud.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/data-report/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/developer/developer.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/developer/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/feature-flags/intex.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/field-visibility/field-visibility.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/field-visibility/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/fraud-screening/fraud-screening.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/fraud-screening/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/installments/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/installments/installments.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/integration-requests/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/integration-requests/integration-request.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/mfa/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/mfa/mfa.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/notifications/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/notifications/notifications.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/onboarding/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/onboarding/onboarding.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/operation-transaction/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/operation-transaction/operation-transaction.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization/organization.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization-config/organization-config.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization-settings/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/organization-settings/organization-settings.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payment/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payment/payment.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payment-links/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payment-links/payment-links.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payouts/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/payouts/payouts.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/playground/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/playground/playground.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/recipients/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/recipients/recipients-export.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/recipients/recipients-mutations.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-advancements.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-agenda.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-alerts.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-fees.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-insights.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation-sales.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reconciliation/reconciliation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reports/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/reports/reports.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/routing-monitors/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/routing-monitors/routing-monitors.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/s3-client/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/s3-client/s3-client.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/saml-config/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/saml-config/saml-config.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/smart-recovery/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/smart-recovery/smart-recovery-overview.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/smart-routing/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/smart-routing/smart-routing.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/subscriptions/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/subscriptions/subscriptions.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/team/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/team/team.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/template-reporting/common.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/template-reporting/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/template-reporting/schedule.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/template-reporting/template.types.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/translation/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/translation/translation.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/user/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/user/user.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/velocity-rules/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/velocity-rules/velocity-rules.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/webhook/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/types/webhook/webhook.d.ts +0 -0
- /package/build/{2.0.0/esm/types/utils/use-account-code.test.d.ts → esm/types/utils/datadog-environment.test.d.ts} +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/enums.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/feature-flags-provider.d.ts +0 -0
- /package/build/{2.0.0/esm/types/utils/use-is-testing.test.d.ts → esm/types/utils/feature-flags-provider.test.d.ts} +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/handler-error.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/test-utils.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/use-account-code.d.ts +0 -0
- /package/build/{2.0.0/esm/types/websockets/use-chart-assistant-socket.test.d.ts → esm/types/utils/use-account-code.test.d.ts} +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/use-is-testing.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/utils/use-localstorage.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/websockets/index.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/websockets/use-chart-assistant-socket.d.ts +0 -0
- /package/build/{2.0.0/esm → esm}/types/yuno-dashboard-api-mfe.d.ts +0 -0
|
@@ -7,6 +7,7 @@ import { RoutingMonitors } from '../types/routing-monitors';
|
|
|
7
7
|
import { ChangePaymentsWebhook } from '../mutations';
|
|
8
8
|
import { S3Client } from '../types/s3-client';
|
|
9
9
|
import { CreateRecipientPayload, UpdateRecipientPayload, CreateOnboardingPayload, UpdateOnboardingPayload } from '../types/recipients/recipients-mutations';
|
|
10
|
+
import { GetRecipientsParams } from '../types/recipients';
|
|
10
11
|
import { AllowedList } from '../types/allowed-list';
|
|
11
12
|
import { Cost } from '../types/connection/costs';
|
|
12
13
|
import { IntegrationRequest } from '../types/integration-requests';
|
|
@@ -186,7 +187,7 @@ export declare class Api extends HttpClient {
|
|
|
186
187
|
postApiLogsList<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
|
|
187
188
|
getApiLogsV3ByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
188
189
|
createAuditSubscription<T>(payload: Audit.CreateAuditSubscriptionPayload): Promise<AxiosResponse<T>>;
|
|
189
|
-
listAuditSubscriptions<T>(
|
|
190
|
+
listAuditSubscriptions<T>(): Promise<AxiosResponse<T>>;
|
|
190
191
|
deleteAuditSubscription<T>(code: string): Promise<AxiosResponse<T>>;
|
|
191
192
|
useGetCountriesConfig<T>(): Promise<AxiosResponse<T, any>>;
|
|
192
193
|
useGetCountriesConfigV2<T>(acceptLanguage?: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -439,6 +440,19 @@ export declare class Api extends HttpClient {
|
|
|
439
440
|
postAuditMonitors<T>(payload: Audit.AuditMonitorsParams): Promise<AxiosResponse<T, any>>;
|
|
440
441
|
getAuditMonitorDetail<T>(id: number | null): Promise<AxiosResponse<T, any>>;
|
|
441
442
|
getAuditEvents<T>(params: Audit.AuditEventsParams): Promise<AxiosResponse<T, any>>;
|
|
443
|
+
/**
|
|
444
|
+
* Fetches one audit event by its unique code. Powers the dashboard
|
|
445
|
+
* notification deep-link (DAS-15765): a bell card carries only the event
|
|
446
|
+
* code, and the audit-log list endpoint cannot filter by a unique code.
|
|
447
|
+
* The BFF resolves the organization from the session.
|
|
448
|
+
*
|
|
449
|
+
* Call is POST (not GET) because [account_codes] can carry ~800 UUIDs
|
|
450
|
+
* (the user's authorized accounts) which would overflow a GET query
|
|
451
|
+
* string. Same convention as the list endpoint. The BFF narrows
|
|
452
|
+
* `account_codes` against the user's permissions before scoping the
|
|
453
|
+
* SQL in audit-logs-ms.
|
|
454
|
+
*/
|
|
455
|
+
getAuditEventByCode<T>(eventCode: string, accountCodes: string[]): Promise<AxiosResponse<T, any>>;
|
|
442
456
|
getPaymentLinks<T>(params: any, account: any): Promise<AxiosResponse<T, any>>;
|
|
443
457
|
getPaymentLinksByCode<T>(paymentLinkCode: any): Promise<AxiosResponse<T, any>>;
|
|
444
458
|
postPaymentLinks<T>({ payload, accountCode, }: {
|
|
@@ -671,6 +685,7 @@ export declare class Api extends HttpClient {
|
|
|
671
685
|
sort_by?: string;
|
|
672
686
|
sort_order?: string;
|
|
673
687
|
}): Promise<AxiosResponse<T, any>>;
|
|
688
|
+
getRecipientsV2<T>(organizationCode: string, params: GetRecipientsParams): Promise<AxiosResponse<T, any>>;
|
|
674
689
|
getRecipientById<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
|
|
675
690
|
getOnboardingDetail<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
676
691
|
getOnboardingTimeline<T>(organizationCode: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -706,5 +721,25 @@ export declare class Api extends HttpClient {
|
|
|
706
721
|
deleteConciergeAlert<T>(alertId: string): Promise<AxiosResponse<T>>;
|
|
707
722
|
enableConciergeAlert<T>(alertId: string, payload: ConciergeAlerts.EnableAlertPayload): Promise<AxiosResponse<T>>;
|
|
708
723
|
postPlaygroundExecuteFlow<T>(payload: Playground.ExecuteFlowPayload): Promise<AxiosResponse<T, unknown>>;
|
|
724
|
+
postApiLogsListV2<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
|
|
725
|
+
getApiLogsByPaymentId<T>(paymentId: string, accountCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
|
|
726
|
+
postApiLogsStatsRequestsV2<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
727
|
+
postApiLogsStatsErrorsV2<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
728
|
+
postApiLogsStatsErrorsByEndpointV2<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
|
|
729
|
+
postApiLogsExport<T>(payload: Audit.UnifiedExportRequest): Promise<AxiosResponse<T>>;
|
|
730
|
+
getApiLogsExportStatus<T>(exportId: string): Promise<AxiosResponse<T>>;
|
|
731
|
+
getApiLogsExportsList<T>(page?: number, size?: number): Promise<AxiosResponse<T>>;
|
|
732
|
+
postWebhookLogsV2<T>({ payload: { account_code, ...rest }, }: {
|
|
733
|
+
payload: Audit.AuditWebhooksParams;
|
|
734
|
+
}): Promise<AxiosResponse<T>>;
|
|
735
|
+
postWebhookLogsExport<T>(payload: Audit.UnifiedExportRequest): Promise<AxiosResponse<T>>;
|
|
736
|
+
getWebhookLogsExportStatus<T>(exportId: string): Promise<AxiosResponse<T>>;
|
|
737
|
+
getWebhookLogsExportsList<T>(page?: number, size?: number): Promise<AxiosResponse<T>>;
|
|
738
|
+
postMonitorLogsV2<T>({ payload: { account_codes, ...rest }, }: {
|
|
739
|
+
payload: Audit.AuditMonitorsParams;
|
|
740
|
+
}): Promise<AxiosResponse<T>>;
|
|
741
|
+
postMonitorLogsExport<T>(payload: Audit.UnifiedExportRequest): Promise<AxiosResponse<T>>;
|
|
742
|
+
getMonitorLogsExportStatus<T>(exportId: string): Promise<AxiosResponse<T>>;
|
|
743
|
+
getMonitorLogsExportsList<T>(page?: number, size?: number): Promise<AxiosResponse<T>>;
|
|
709
744
|
}
|
|
710
745
|
export {};
|
|
@@ -12,7 +12,7 @@ import { BFFErrorResponse } from '../smart-routing';
|
|
|
12
12
|
*/
|
|
13
13
|
export type CreateAuditSubscriptionResult = {
|
|
14
14
|
alreadyExists: false;
|
|
15
|
-
subscription: Audit.
|
|
15
|
+
subscription: Audit.AuditSubscriptionGroup;
|
|
16
16
|
} | {
|
|
17
17
|
alreadyExists: true;
|
|
18
18
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
+
import type { Audit } from '../../types';
|
|
3
|
+
import { BFFErrorResponse } from '../../mutations';
|
|
4
|
+
/**
|
|
5
|
+
* Lists audit-log subscription groups for the current organization.
|
|
6
|
+
*
|
|
7
|
+
* Hits `POST /dashboard-bff/api/audit-logs/subscriptions/list` with an empty
|
|
8
|
+
* JSON body and unwraps the `{ data: [...] }` envelope so consumers receive a
|
|
9
|
+
* flat `Audit.AuditSubscriptionGroup[]`.
|
|
10
|
+
*
|
|
11
|
+
* v2.0 breaking change: filter params (source/event/account_codes) were
|
|
12
|
+
* removed — the BFF now returns all groups for the current user.
|
|
13
|
+
*/
|
|
14
|
+
export declare function useListAuditSubscriptions(): UseQueryResult<Audit.AuditSubscriptionGroup[], BFFErrorResponse>;
|
|
@@ -3,6 +3,19 @@ import { AxiosError } from 'axios';
|
|
|
3
3
|
import type { Audit } from '../../types';
|
|
4
4
|
import { BFFErrorResponse } from '../../mutations';
|
|
5
5
|
export declare function useGetAuditEvents(params: Audit.AuditEventsParams): UseQueryResult<Audit.AuditEvents, AxiosError>;
|
|
6
|
+
/**
|
|
7
|
+
* Fetches one audit event by its unique code. Powers the dashboard
|
|
8
|
+
* notification deep-link (DAS-15765): clicking "View in audit log" on a bell
|
|
9
|
+
* notification card opens that specific event in the audit log drawer — even
|
|
10
|
+
* when the user's current filtered page does not contain it. Resolves with
|
|
11
|
+
* a 404 (rejected query) when the event has been removed / retention purged /
|
|
12
|
+
* access revoked, which the frontend renders as the inline edge-state banner.
|
|
13
|
+
*
|
|
14
|
+
* [accountCodes] is the user's full authorized account list (up to ~800
|
|
15
|
+
* UUIDs). The BFF scopes the upstream lookup so a deep-link cannot open an
|
|
16
|
+
* event on an account the user can't read.
|
|
17
|
+
*/
|
|
18
|
+
export declare function useGetAuditEventByCode(eventCode: string | null | undefined, accountCodes: string[] | undefined): UseQueryResult<Audit.AuditEventData, AxiosError>;
|
|
6
19
|
export declare function useGetAuditMonitorEventDetail(id: number | null): UseQueryResult<Audit.AuditMonitorDetail, AxiosError>;
|
|
7
20
|
export declare function usePostApiLogs(params: Audit.AuditApiLogsParams): UseQueryResult<Audit.AuditApiLogsResponse, BFFErrorResponse>;
|
|
8
21
|
export declare function usePostWebhookLogs({ params, }: {
|
|
@@ -3,6 +3,7 @@ import { UseQueryResult } from '@tanstack/react-query';
|
|
|
3
3
|
import { Recipients, GetRecipientsParams, GetRecipientByIdParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, RecipientsExport, GetRecipientExportsParams } from '../../types/recipients';
|
|
4
4
|
import { BFFErrorResponse } from '../../mutations';
|
|
5
5
|
export declare function useGetRecipients(organizationCode: string, params: GetRecipientsParams, enabled?: boolean): UseQueryResult<Recipients.RecipientListResponse, AxiosError<BFFErrorResponse>>;
|
|
6
|
+
export declare function useGetRecipientsV2(organizationCode: string, params: GetRecipientsParams, enabled?: boolean): UseQueryResult<Recipients.RecipientListResponseV2, AxiosError<BFFErrorResponse>>;
|
|
6
7
|
export declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
|
|
7
8
|
export declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
|
|
8
9
|
export declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
|
|
@@ -459,29 +459,25 @@ export declare namespace Audit {
|
|
|
459
459
|
total_pages: number;
|
|
460
460
|
data: ApiLogV3Item[];
|
|
461
461
|
}
|
|
462
|
-
interface
|
|
462
|
+
interface AuditSubscriptionGroup {
|
|
463
463
|
code: string;
|
|
464
464
|
user_code: string;
|
|
465
465
|
user_email: string;
|
|
466
466
|
organization_code: string;
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
467
|
+
sources: string[];
|
|
468
|
+
events: string[];
|
|
469
|
+
account_codes: string[];
|
|
470
470
|
enabled: boolean;
|
|
471
471
|
created_at: string;
|
|
472
472
|
updated_at: string;
|
|
473
|
+
last_fired_at?: string | null;
|
|
473
474
|
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
}
|
|
479
|
-
interface ListAuditSubscriptionsParams {
|
|
480
|
-
source?: string;
|
|
481
|
-
event?: string;
|
|
482
|
-
account_codes?: string[];
|
|
483
|
-
}
|
|
475
|
+
type CreateAuditSubscriptionPayload = {
|
|
476
|
+
sources: string[];
|
|
477
|
+
events: string[];
|
|
478
|
+
account_codes: string[];
|
|
479
|
+
};
|
|
484
480
|
interface ListAuditSubscriptionsResponse {
|
|
485
|
-
data:
|
|
481
|
+
data: AuditSubscriptionGroup[];
|
|
486
482
|
}
|
|
487
483
|
}
|
|
@@ -41,6 +41,7 @@ export declare namespace Recipients {
|
|
|
41
41
|
provider_id: string;
|
|
42
42
|
status: string;
|
|
43
43
|
created_at: string;
|
|
44
|
+
updated_at?: string;
|
|
44
45
|
}
|
|
45
46
|
interface RecipientListItem {
|
|
46
47
|
id: string;
|
|
@@ -72,6 +73,23 @@ export declare namespace Recipients {
|
|
|
72
73
|
data: RecipientListItem[];
|
|
73
74
|
pagination: Pagination;
|
|
74
75
|
}
|
|
76
|
+
interface RecipientListItemV2 {
|
|
77
|
+
id: string;
|
|
78
|
+
merchant_recipient_id: string | null;
|
|
79
|
+
national_entity: string;
|
|
80
|
+
entity_type: string | null;
|
|
81
|
+
country: string;
|
|
82
|
+
first_name: string | null;
|
|
83
|
+
last_name: string | null;
|
|
84
|
+
legal_name: string | null;
|
|
85
|
+
account_id: string;
|
|
86
|
+
updated_at: string;
|
|
87
|
+
onboardings: OnboardingSummary[];
|
|
88
|
+
}
|
|
89
|
+
interface RecipientListResponseV2 {
|
|
90
|
+
data: RecipientListItemV2[];
|
|
91
|
+
pagination: Pagination;
|
|
92
|
+
}
|
|
75
93
|
interface RecipientDetail {
|
|
76
94
|
id: string;
|
|
77
95
|
merchant_recipient_id: string | null;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolve the current Datadog environment tag from the browser host.
|
|
3
|
+
*
|
|
4
|
+
* Uses the SHORT-FORM env values (`prod` / `stg` / `sb` / `dev`) to match
|
|
5
|
+
* the convention already used by Yuno's existing Datadog dashboards and
|
|
6
|
+
* the backend services they monitor. Confirmed by sweeping the
|
|
7
|
+
* frontend/RUM/dashboard-named dashboards in Datadog — every one of them
|
|
8
|
+
* filters on the short form. Do NOT switch to long-form values
|
|
9
|
+
* (`production` / `staging` / etc.) without coordinating a sweep of every
|
|
10
|
+
* dashboard, monitor, and saved view that filters on the short form.
|
|
11
|
+
*
|
|
12
|
+
* Mapping:
|
|
13
|
+
* - dashboard.y.uno → prod
|
|
14
|
+
* - dashboard.y.uno + isTesting=ON → sb (production hardware, test data)
|
|
15
|
+
* - dashboard.staging.y.uno → stg
|
|
16
|
+
* - dashboard.dev.y.uno → dev
|
|
17
|
+
* - anything else → dev (local dev, PR previews, ad-hoc hosts)
|
|
18
|
+
*
|
|
19
|
+
* Consumed by `dashboard-container-mfe` when bootstrapping the OpenFeature
|
|
20
|
+
* Datadog provider so flag evaluations — and any RUM/log correlation with
|
|
21
|
+
* backend services — are scoped to the correct environment. Kept in
|
|
22
|
+
* api-mfe (rather than container) so other consumers of the SDK can read
|
|
23
|
+
* the same env without re-implementing the host mapping.
|
|
24
|
+
*
|
|
25
|
+
* SSR / non-DOM safe: returns 'dev' when `window` or `localStorage`
|
|
26
|
+
* aren't available (SSR pre-hydration, web workers, Node-side unit tests).
|
|
27
|
+
*
|
|
28
|
+
* The `isTesting` flag mirrors the `'ON' | 'OFF'` convention used by
|
|
29
|
+
* `useIsTesting` elsewhere in this SDK — do not switch to `'true'`/`'false'`
|
|
30
|
+
* without migrating every reader.
|
|
31
|
+
*/
|
|
32
|
+
export type DatadogEnvironment = 'dev' | 'stg' | 'sb' | 'prod';
|
|
33
|
+
export declare function getDatadogEnvironment(): DatadogEnvironment;
|