@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,125 +0,0 @@
|
|
|
1
|
-
export declare namespace Payouts {
|
|
2
|
-
interface Filters {
|
|
3
|
-
organization_code: string;
|
|
4
|
-
account_codes: string[];
|
|
5
|
-
statuses: string[];
|
|
6
|
-
sub_statuses: string[];
|
|
7
|
-
currency_codes: string[];
|
|
8
|
-
providers: string[];
|
|
9
|
-
withdrawal_method_types: string[];
|
|
10
|
-
country_codes: string[];
|
|
11
|
-
purposes: string[];
|
|
12
|
-
}
|
|
13
|
-
interface List {
|
|
14
|
-
content: ItemList[];
|
|
15
|
-
number: number;
|
|
16
|
-
size: number;
|
|
17
|
-
total_elements: number;
|
|
18
|
-
total_pages: number;
|
|
19
|
-
last_page: boolean;
|
|
20
|
-
}
|
|
21
|
-
interface ItemList {
|
|
22
|
-
payout_code: string;
|
|
23
|
-
transaction_code: string;
|
|
24
|
-
merchant_reference: string;
|
|
25
|
-
status: string;
|
|
26
|
-
sub_status: string;
|
|
27
|
-
amount: number;
|
|
28
|
-
currency_code: string;
|
|
29
|
-
provider_id: string;
|
|
30
|
-
withdrawal_method_type: string;
|
|
31
|
-
created_at: string;
|
|
32
|
-
updated_at: string;
|
|
33
|
-
country: string;
|
|
34
|
-
account_code: string;
|
|
35
|
-
organization_code: string;
|
|
36
|
-
beneficiary_email: string;
|
|
37
|
-
}
|
|
38
|
-
interface Details {
|
|
39
|
-
code: string;
|
|
40
|
-
status: string;
|
|
41
|
-
sub_status: string;
|
|
42
|
-
merchant_reference: string;
|
|
43
|
-
trace_id?: string;
|
|
44
|
-
purpose: string;
|
|
45
|
-
account_code: string;
|
|
46
|
-
organization_code: string;
|
|
47
|
-
country: string;
|
|
48
|
-
description: string;
|
|
49
|
-
amount: {
|
|
50
|
-
currency: string;
|
|
51
|
-
value: number;
|
|
52
|
-
};
|
|
53
|
-
beneficiary: Beneficiary;
|
|
54
|
-
metadata: {
|
|
55
|
-
key: string;
|
|
56
|
-
value: string;
|
|
57
|
-
}[];
|
|
58
|
-
created_at: string;
|
|
59
|
-
updated_at: string;
|
|
60
|
-
withdrawal_method: WithdrawlMethod;
|
|
61
|
-
}
|
|
62
|
-
interface Beneficiary {
|
|
63
|
-
merchant_beneficiary_id: string;
|
|
64
|
-
national_entity: string;
|
|
65
|
-
first_name: string;
|
|
66
|
-
last_name: string;
|
|
67
|
-
legal_name: string;
|
|
68
|
-
email: string;
|
|
69
|
-
date_of_birth: string;
|
|
70
|
-
country: string;
|
|
71
|
-
document: Document;
|
|
72
|
-
phone: {
|
|
73
|
-
country_code: string;
|
|
74
|
-
number: string;
|
|
75
|
-
};
|
|
76
|
-
address: {
|
|
77
|
-
address_line_1: string;
|
|
78
|
-
address_line_2: string;
|
|
79
|
-
city: string;
|
|
80
|
-
country: string;
|
|
81
|
-
state: string;
|
|
82
|
-
zip_code: string;
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
interface WithdrawlMethod {
|
|
86
|
-
type: string;
|
|
87
|
-
provider_id: string;
|
|
88
|
-
detail: {
|
|
89
|
-
bank_transfer?: string;
|
|
90
|
-
wallet: {
|
|
91
|
-
code?: string;
|
|
92
|
-
email: string;
|
|
93
|
-
country: string;
|
|
94
|
-
document: Document;
|
|
95
|
-
phone: {
|
|
96
|
-
country_code: string;
|
|
97
|
-
number: string;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
}
|
|
102
|
-
interface Document {
|
|
103
|
-
document_number: string;
|
|
104
|
-
document_type: string;
|
|
105
|
-
}
|
|
106
|
-
interface TimelineEvent {
|
|
107
|
-
id: number;
|
|
108
|
-
payout_id?: string;
|
|
109
|
-
transaction_id?: string;
|
|
110
|
-
category?: string;
|
|
111
|
-
code: string;
|
|
112
|
-
description?: string;
|
|
113
|
-
status?: string;
|
|
114
|
-
amount?: number;
|
|
115
|
-
provider_data?: Record<string, unknown>;
|
|
116
|
-
withdrawal_method_type?: string;
|
|
117
|
-
type?: string;
|
|
118
|
-
metadata?: Record<string, unknown>;
|
|
119
|
-
created_at: string;
|
|
120
|
-
updated_at?: string;
|
|
121
|
-
}
|
|
122
|
-
interface Timeline {
|
|
123
|
-
events: TimelineEvent[];
|
|
124
|
-
}
|
|
125
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './playground';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export declare namespace Playground {
|
|
2
|
-
type FlowType = 'DIRECT';
|
|
3
|
-
type FlowStatus = 'SUCCESS' | 'PARTIAL_FAILURE' | 'FAILURE';
|
|
4
|
-
type StepStatus = 'SUCCESS' | 'FAILED' | 'SKIPPED';
|
|
5
|
-
type StepName = 'CREATE_CUSTOMER' | 'CREATE_CHECKOUT_SESSION' | 'CREATE_PAYMENT';
|
|
6
|
-
interface ExecuteFlowPayload {
|
|
7
|
-
flow_type: FlowType;
|
|
8
|
-
config: {
|
|
9
|
-
capture: boolean;
|
|
10
|
-
};
|
|
11
|
-
customer: Record<string, unknown>;
|
|
12
|
-
payment_method: Record<string, unknown>;
|
|
13
|
-
country: string;
|
|
14
|
-
amount: Record<string, unknown>;
|
|
15
|
-
account_id: string;
|
|
16
|
-
payment_description: string;
|
|
17
|
-
}
|
|
18
|
-
interface StepResult {
|
|
19
|
-
step: StepName;
|
|
20
|
-
status: StepStatus;
|
|
21
|
-
http_status: number | null;
|
|
22
|
-
response: Record<string, unknown> | null;
|
|
23
|
-
error_message: string | null;
|
|
24
|
-
duration_ms: number;
|
|
25
|
-
}
|
|
26
|
-
interface ExecuteFlowResponse {
|
|
27
|
-
status: FlowStatus;
|
|
28
|
-
failed_step: string | null;
|
|
29
|
-
error_message: string | null;
|
|
30
|
-
steps: StepResult[];
|
|
31
|
-
total_duration_ms: number;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
export declare namespace RecipientsExport {
|
|
2
|
-
interface ExportFilters {
|
|
3
|
-
type?: string;
|
|
4
|
-
countries?: string[];
|
|
5
|
-
entity_types?: string[];
|
|
6
|
-
sort_by?: string;
|
|
7
|
-
sort_order?: string;
|
|
8
|
-
columns?: string[];
|
|
9
|
-
}
|
|
10
|
-
interface CreateExportRequest {
|
|
11
|
-
export_name: string;
|
|
12
|
-
filters: ExportFilters;
|
|
13
|
-
}
|
|
14
|
-
interface ExportItem {
|
|
15
|
-
code: string;
|
|
16
|
-
export_name: string;
|
|
17
|
-
status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED';
|
|
18
|
-
download_url: string | null;
|
|
19
|
-
error_message: string | null;
|
|
20
|
-
created_at: string;
|
|
21
|
-
}
|
|
22
|
-
interface ExportListResponse {
|
|
23
|
-
content: ExportItem[];
|
|
24
|
-
empty: boolean;
|
|
25
|
-
first: boolean;
|
|
26
|
-
last: boolean;
|
|
27
|
-
number: number;
|
|
28
|
-
number_of_elements: number;
|
|
29
|
-
size: number;
|
|
30
|
-
pageable: {
|
|
31
|
-
offset: number;
|
|
32
|
-
page_number: number;
|
|
33
|
-
page_size: number;
|
|
34
|
-
paged: boolean;
|
|
35
|
-
sort: {
|
|
36
|
-
empty: boolean;
|
|
37
|
-
sorted: boolean;
|
|
38
|
-
unsorted: boolean;
|
|
39
|
-
};
|
|
40
|
-
unpaged: boolean;
|
|
41
|
-
};
|
|
42
|
-
sort: {
|
|
43
|
-
empty: boolean;
|
|
44
|
-
sorted: boolean;
|
|
45
|
-
unsorted: boolean;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
export interface GetRecipientExportsParams {
|
|
50
|
-
page?: number;
|
|
51
|
-
size?: number;
|
|
52
|
-
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
export interface CreateRecipientDocument {
|
|
2
|
-
document_number: string;
|
|
3
|
-
document_type: string;
|
|
4
|
-
}
|
|
5
|
-
export interface CreateRecipientPhone {
|
|
6
|
-
country_code: string;
|
|
7
|
-
number: string;
|
|
8
|
-
}
|
|
9
|
-
export interface CreateRecipientAddress {
|
|
10
|
-
address_line_1?: string;
|
|
11
|
-
address_line_2?: string;
|
|
12
|
-
city?: string;
|
|
13
|
-
country?: string;
|
|
14
|
-
state?: string;
|
|
15
|
-
zip_code?: string;
|
|
16
|
-
neighborhood?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface CreateRecipientBank {
|
|
19
|
-
code?: string;
|
|
20
|
-
branch?: string;
|
|
21
|
-
branch_digit?: string;
|
|
22
|
-
account?: string;
|
|
23
|
-
account_digit?: string;
|
|
24
|
-
account_type?: string;
|
|
25
|
-
routing?: string;
|
|
26
|
-
country?: string;
|
|
27
|
-
currency?: string;
|
|
28
|
-
payout_schedule?: string;
|
|
29
|
-
}
|
|
30
|
-
export interface CreateRecipientWithdrawalMethod {
|
|
31
|
-
bank?: CreateRecipientBank;
|
|
32
|
-
}
|
|
33
|
-
export interface CreateRecipientDocumentation {
|
|
34
|
-
file_name: string;
|
|
35
|
-
content_type: string;
|
|
36
|
-
content_category: string;
|
|
37
|
-
content: string;
|
|
38
|
-
}
|
|
39
|
-
export interface CreateRecipientLegalRepresentative {
|
|
40
|
-
merchant_reference?: string;
|
|
41
|
-
first_name?: string;
|
|
42
|
-
last_name?: string;
|
|
43
|
-
email?: string;
|
|
44
|
-
date_of_birth?: string;
|
|
45
|
-
document?: CreateRecipientDocument;
|
|
46
|
-
phone?: CreateRecipientPhone;
|
|
47
|
-
address?: CreateRecipientAddress;
|
|
48
|
-
country?: string;
|
|
49
|
-
nationality?: string;
|
|
50
|
-
title?: string;
|
|
51
|
-
publicly_exposed_person?: boolean;
|
|
52
|
-
ultimate_beneficial_owner?: boolean;
|
|
53
|
-
}
|
|
54
|
-
export interface CreateOnboardingProvider {
|
|
55
|
-
id: string;
|
|
56
|
-
connection_id: string;
|
|
57
|
-
recipient_id?: string;
|
|
58
|
-
recipient_type?: string;
|
|
59
|
-
}
|
|
60
|
-
export interface CreateOnboardingTermsOfService {
|
|
61
|
-
acceptance: boolean;
|
|
62
|
-
date?: string;
|
|
63
|
-
ip?: string;
|
|
64
|
-
}
|
|
65
|
-
export interface CreateOnboardingPayload {
|
|
66
|
-
account_id?: string;
|
|
67
|
-
type: string;
|
|
68
|
-
workflow: string;
|
|
69
|
-
description?: string;
|
|
70
|
-
callback_url?: string;
|
|
71
|
-
provider: CreateOnboardingProvider;
|
|
72
|
-
documentation?: CreateRecipientDocumentation[];
|
|
73
|
-
withdrawal_methods?: CreateRecipientWithdrawalMethod[];
|
|
74
|
-
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
75
|
-
terms_of_service?: CreateOnboardingTermsOfService;
|
|
76
|
-
}
|
|
77
|
-
export interface CreateRecipientPayload {
|
|
78
|
-
account_id: string;
|
|
79
|
-
merchant_recipient_id: string;
|
|
80
|
-
national_entity: string;
|
|
81
|
-
entity_type?: string;
|
|
82
|
-
first_name: string;
|
|
83
|
-
last_name: string;
|
|
84
|
-
date_of_birth?: string;
|
|
85
|
-
legal_name?: string;
|
|
86
|
-
email?: string;
|
|
87
|
-
country: string;
|
|
88
|
-
website?: string;
|
|
89
|
-
industry?: string;
|
|
90
|
-
merchant_category_code?: string;
|
|
91
|
-
document?: CreateRecipientDocument;
|
|
92
|
-
phone?: CreateRecipientPhone;
|
|
93
|
-
address?: CreateRecipientAddress;
|
|
94
|
-
legal_representatives?: CreateRecipientLegalRepresentative[];
|
|
95
|
-
withdrawal_methods?: CreateRecipientWithdrawalMethod;
|
|
96
|
-
documentation?: CreateRecipientDocumentation[];
|
|
97
|
-
onboardings?: CreateOnboardingPayload[];
|
|
98
|
-
}
|
|
99
|
-
export type UpdateRecipientPayload = Partial<Omit<CreateRecipientPayload, 'account_id' | 'onboardings'>>;
|
|
100
|
-
export type UpdateOnboardingPayload = Partial<Omit<CreateOnboardingPayload, 'type' | 'workflow' | 'provider'>> & {
|
|
101
|
-
provider?: Partial<CreateOnboardingProvider>;
|
|
102
|
-
};
|
|
103
|
-
export interface CreateRecipientParams {
|
|
104
|
-
organizationCode: string;
|
|
105
|
-
payload: CreateRecipientPayload;
|
|
106
|
-
}
|
|
107
|
-
export interface UpdateRecipientParams {
|
|
108
|
-
organizationCode: string;
|
|
109
|
-
recipientId: string;
|
|
110
|
-
payload: UpdateRecipientPayload;
|
|
111
|
-
}
|
|
112
|
-
export interface DeleteRecipientParams {
|
|
113
|
-
organizationCode: string;
|
|
114
|
-
recipientId: string;
|
|
115
|
-
}
|
|
116
|
-
export interface CreateOnboardingParams {
|
|
117
|
-
organizationCode: string;
|
|
118
|
-
recipientId: string;
|
|
119
|
-
payload: CreateOnboardingPayload;
|
|
120
|
-
}
|
|
121
|
-
export interface UpdateOnboardingParams {
|
|
122
|
-
organizationCode: string;
|
|
123
|
-
recipientId: string;
|
|
124
|
-
onboardingId: string;
|
|
125
|
-
payload: UpdateOnboardingPayload;
|
|
126
|
-
}
|
|
127
|
-
export interface BlockOnboardingParams {
|
|
128
|
-
organizationCode: string;
|
|
129
|
-
recipientId: string;
|
|
130
|
-
onboardingId: string;
|
|
131
|
-
}
|
|
132
|
-
export interface UnblockOnboardingParams {
|
|
133
|
-
organizationCode: string;
|
|
134
|
-
recipientId: string;
|
|
135
|
-
onboardingId: string;
|
|
136
|
-
}
|
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
export declare namespace Recipients {
|
|
2
|
-
interface Document {
|
|
3
|
-
number: string | null;
|
|
4
|
-
type: string | null;
|
|
5
|
-
}
|
|
6
|
-
interface Phone {
|
|
7
|
-
country_code: string | null;
|
|
8
|
-
number: string | null;
|
|
9
|
-
}
|
|
10
|
-
interface Address {
|
|
11
|
-
address_line_1: string | null;
|
|
12
|
-
address_line_2: string | null;
|
|
13
|
-
country: string | null;
|
|
14
|
-
city: string | null;
|
|
15
|
-
state: string | null;
|
|
16
|
-
zip_code: string | null;
|
|
17
|
-
}
|
|
18
|
-
interface Bank {
|
|
19
|
-
code: string | null;
|
|
20
|
-
branch: string | null;
|
|
21
|
-
branch_digit: string | null;
|
|
22
|
-
account: string | null;
|
|
23
|
-
account_digit: string | null;
|
|
24
|
-
account_type: string | null;
|
|
25
|
-
routing: string | null;
|
|
26
|
-
country: string | null;
|
|
27
|
-
currency: string | null;
|
|
28
|
-
payout_schedule?: string | null;
|
|
29
|
-
}
|
|
30
|
-
interface WithdrawalMethod {
|
|
31
|
-
bank: Bank | null;
|
|
32
|
-
}
|
|
33
|
-
interface Documentation {
|
|
34
|
-
file_name: string;
|
|
35
|
-
content_type: string;
|
|
36
|
-
content_category: string;
|
|
37
|
-
content: string | null;
|
|
38
|
-
}
|
|
39
|
-
interface OnboardingSummary {
|
|
40
|
-
id: string;
|
|
41
|
-
provider_id: string;
|
|
42
|
-
status: string;
|
|
43
|
-
created_at: string;
|
|
44
|
-
updated_at?: string;
|
|
45
|
-
}
|
|
46
|
-
interface RecipientListItem {
|
|
47
|
-
id: string;
|
|
48
|
-
merchant_recipient_id: string | null;
|
|
49
|
-
national_entity: string;
|
|
50
|
-
entity_type: string | null;
|
|
51
|
-
country: string;
|
|
52
|
-
first_name: string | null;
|
|
53
|
-
last_name: string | null;
|
|
54
|
-
legal_name: string | null;
|
|
55
|
-
email: string | null;
|
|
56
|
-
account_id: string;
|
|
57
|
-
date_of_birth: string | null;
|
|
58
|
-
website: string | null;
|
|
59
|
-
industry: string | null;
|
|
60
|
-
merchant_category_code: string | null;
|
|
61
|
-
created_at: string;
|
|
62
|
-
updated_at: string;
|
|
63
|
-
}
|
|
64
|
-
interface Pagination {
|
|
65
|
-
page: number;
|
|
66
|
-
page_size: number;
|
|
67
|
-
total_items: number;
|
|
68
|
-
total_pages: number;
|
|
69
|
-
has_next: boolean;
|
|
70
|
-
has_previous: boolean;
|
|
71
|
-
}
|
|
72
|
-
interface RecipientListResponse {
|
|
73
|
-
data: RecipientListItem[];
|
|
74
|
-
pagination: Pagination;
|
|
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
|
-
}
|
|
93
|
-
interface RecipientDetail {
|
|
94
|
-
id: string;
|
|
95
|
-
merchant_recipient_id: string | null;
|
|
96
|
-
national_entity: string;
|
|
97
|
-
entity_type: string | null;
|
|
98
|
-
country: string;
|
|
99
|
-
first_name: string | null;
|
|
100
|
-
last_name: string | null;
|
|
101
|
-
legal_name: string | null;
|
|
102
|
-
email: string | null;
|
|
103
|
-
account_id: string;
|
|
104
|
-
created_at: string;
|
|
105
|
-
updated_at: string;
|
|
106
|
-
document: Document | null;
|
|
107
|
-
phone: Phone | null;
|
|
108
|
-
address: Address | null;
|
|
109
|
-
withdrawal_method: WithdrawalMethod | null;
|
|
110
|
-
documentation: Documentation[];
|
|
111
|
-
legal_representatives: LegalRepresentative[];
|
|
112
|
-
onboardings: OnboardingSummary[];
|
|
113
|
-
}
|
|
114
|
-
interface OnboardingProvider {
|
|
115
|
-
id: string | null;
|
|
116
|
-
connection_id: string | null;
|
|
117
|
-
redirect_url: string | null;
|
|
118
|
-
recipient_id: string | null;
|
|
119
|
-
recipient_additional_id: string | null;
|
|
120
|
-
onboarding_url: string | null;
|
|
121
|
-
legal_entity: string | null;
|
|
122
|
-
balance_account_id: string | null;
|
|
123
|
-
recipient_type: string | null;
|
|
124
|
-
raw_notification: string | null;
|
|
125
|
-
raw_response: string | null;
|
|
126
|
-
response_code: string | null;
|
|
127
|
-
response_message: string | null;
|
|
128
|
-
}
|
|
129
|
-
interface LegalRepresentativeDocument {
|
|
130
|
-
type: string | null;
|
|
131
|
-
number: string | null;
|
|
132
|
-
}
|
|
133
|
-
interface LegalRepresentative {
|
|
134
|
-
merchant_reference: string | null;
|
|
135
|
-
first_name: string | null;
|
|
136
|
-
last_name: string | null;
|
|
137
|
-
email: string | null;
|
|
138
|
-
document: LegalRepresentativeDocument | null;
|
|
139
|
-
phone: Phone | null;
|
|
140
|
-
address: Address | null;
|
|
141
|
-
date_of_birth: string | null;
|
|
142
|
-
country: string | null;
|
|
143
|
-
nationality: string | null;
|
|
144
|
-
title: string | null;
|
|
145
|
-
publicly_exposed_person: boolean | null;
|
|
146
|
-
ultimate_beneficial_owner: boolean | null;
|
|
147
|
-
}
|
|
148
|
-
interface Requirement {
|
|
149
|
-
field: string | null;
|
|
150
|
-
message: string | null;
|
|
151
|
-
status: string | null;
|
|
152
|
-
}
|
|
153
|
-
interface CapabilityRequirement {
|
|
154
|
-
provider_response_code: string | null;
|
|
155
|
-
provider_response_message: string | null;
|
|
156
|
-
provider_response_field: string | null;
|
|
157
|
-
message: string | null;
|
|
158
|
-
status: string | null;
|
|
159
|
-
}
|
|
160
|
-
interface Capability {
|
|
161
|
-
status: string | null;
|
|
162
|
-
requirements: CapabilityRequirement[];
|
|
163
|
-
}
|
|
164
|
-
interface Capabilities {
|
|
165
|
-
payouts: Capability | null;
|
|
166
|
-
send_transfers: Capability | null;
|
|
167
|
-
receive_transfers: Capability | null;
|
|
168
|
-
payments: Capability | null;
|
|
169
|
-
}
|
|
170
|
-
interface TermsOfService {
|
|
171
|
-
acceptance: boolean | null;
|
|
172
|
-
date: string | null;
|
|
173
|
-
ip: string | null;
|
|
174
|
-
}
|
|
175
|
-
interface Metadata {
|
|
176
|
-
key: string;
|
|
177
|
-
value: string;
|
|
178
|
-
}
|
|
179
|
-
interface OnboardingDetail {
|
|
180
|
-
id: string;
|
|
181
|
-
type: string;
|
|
182
|
-
workflow: string;
|
|
183
|
-
description: string | null;
|
|
184
|
-
status: string;
|
|
185
|
-
response_message: string | null;
|
|
186
|
-
callback_url: string | null;
|
|
187
|
-
provider: OnboardingProvider | null;
|
|
188
|
-
documentation: Documentation[];
|
|
189
|
-
legal_representatives: LegalRepresentative[];
|
|
190
|
-
withdrawal_methods: WithdrawalMethod | null;
|
|
191
|
-
requirements: Requirement[];
|
|
192
|
-
capabilities: Capabilities | null;
|
|
193
|
-
terms_of_service: TermsOfService | null;
|
|
194
|
-
metadata: Metadata[];
|
|
195
|
-
created_at: string;
|
|
196
|
-
updated_at: string;
|
|
197
|
-
expires_at: string | null;
|
|
198
|
-
}
|
|
199
|
-
interface TimelineEventData {
|
|
200
|
-
provider_id?: string | null;
|
|
201
|
-
provider_status?: string | null;
|
|
202
|
-
provider_response_code?: string | null;
|
|
203
|
-
provider_response_message?: string | null;
|
|
204
|
-
provider_recipient_id?: string | null;
|
|
205
|
-
provider_redirect_url?: string | null;
|
|
206
|
-
requirements?: Requirement[];
|
|
207
|
-
capabilities?: Capabilities | null;
|
|
208
|
-
change_type?: string | null;
|
|
209
|
-
}
|
|
210
|
-
interface TimelineEvent {
|
|
211
|
-
timestamp: string;
|
|
212
|
-
event_type: string;
|
|
213
|
-
status: string | null;
|
|
214
|
-
event_data: TimelineEventData | null;
|
|
215
|
-
}
|
|
216
|
-
type OnboardingTimeline = TimelineEvent[];
|
|
217
|
-
}
|
|
218
|
-
export interface GetRecipientsParams {
|
|
219
|
-
account_ids?: string;
|
|
220
|
-
countries?: string;
|
|
221
|
-
national_entities?: string;
|
|
222
|
-
entity_types?: string;
|
|
223
|
-
start_date?: string;
|
|
224
|
-
end_date?: string;
|
|
225
|
-
search_type?: string;
|
|
226
|
-
search_value?: string;
|
|
227
|
-
page?: number;
|
|
228
|
-
page_size?: number;
|
|
229
|
-
sort_by?: string;
|
|
230
|
-
sort_order?: string;
|
|
231
|
-
}
|
|
232
|
-
export interface GetRecipientByIdParams {
|
|
233
|
-
recipient_id: string;
|
|
234
|
-
masking_mode?: 'full';
|
|
235
|
-
}
|
|
236
|
-
export interface GetOnboardingDetailParams {
|
|
237
|
-
recipient_id: string;
|
|
238
|
-
onboarding_id: string;
|
|
239
|
-
}
|
|
240
|
-
export interface GetOnboardingTimelineParams {
|
|
241
|
-
onboarding_id: string;
|
|
242
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './reconciliation';
|
|
2
|
-
export * from './reconciliation-alerts';
|
|
3
|
-
export * from './reconciliation-agenda';
|
|
4
|
-
export * from './reconciliation-sales';
|
|
5
|
-
export * from './reconciliation-advancements';
|
|
6
|
-
export * from './reconciliation-fees';
|
|
7
|
-
export * from './reconciliation-insights';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export declare namespace ReconciliationAdvancements {
|
|
2
|
-
interface Advancements {
|
|
3
|
-
operation_id: string;
|
|
4
|
-
merchant_id: string;
|
|
5
|
-
product_id: string;
|
|
6
|
-
ur_key: string;
|
|
7
|
-
operation_type: string;
|
|
8
|
-
movement_type: string;
|
|
9
|
-
operation_date: string;
|
|
10
|
-
operation_settlement_date: string;
|
|
11
|
-
ur_operation_date: string;
|
|
12
|
-
ur_original_settlement_date: string;
|
|
13
|
-
negotiation_gross_amount: number;
|
|
14
|
-
negotiation_fees: number;
|
|
15
|
-
negotiation_net_amount: number;
|
|
16
|
-
ur_gross_amount: number;
|
|
17
|
-
ur_fees: number;
|
|
18
|
-
ur_net_amount: number;
|
|
19
|
-
bank: string;
|
|
20
|
-
bank_agency: string;
|
|
21
|
-
bank_account: string;
|
|
22
|
-
country: string;
|
|
23
|
-
acquirer: string;
|
|
24
|
-
ur_currency: string;
|
|
25
|
-
}
|
|
26
|
-
interface FiltersRequestParams {
|
|
27
|
-
page_number: number;
|
|
28
|
-
page_size: number;
|
|
29
|
-
}
|
|
30
|
-
interface FiltersRequestBody {
|
|
31
|
-
accounts?: string[];
|
|
32
|
-
acquirers?: string[];
|
|
33
|
-
countries?: string[];
|
|
34
|
-
start_date?: string;
|
|
35
|
-
end_date?: string;
|
|
36
|
-
}
|
|
37
|
-
interface GetAllReconciliationsAdvancementsResponse extends FiltersRequestParams {
|
|
38
|
-
items: Advancements[];
|
|
39
|
-
}
|
|
40
|
-
}
|