@yuno-payments/dashboard-api-mfe 1.10.8 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +34 -16
- package/build/cjs/types/api/api.singleton.d.ts +1 -0
- package/build/cjs/types/api/api.types.d.ts +1 -0
- package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
- package/build/cjs/types/mutations/concierge/concierge.mutation.d.ts +8 -0
- package/build/cjs/types/mutations/concierge/index.d.ts +1 -0
- package/build/cjs/types/mutations/index.d.ts +3 -0
- package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
- package/build/cjs/types/mutations/playground/index.d.ts +1 -0
- package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +18 -0
- package/build/cjs/types/mutations/settings/index.d.ts +1 -0
- package/build/cjs/types/mutations/settings/use-table-onboarding.d.ts +6 -0
- package/build/cjs/types/queries/audit/audit-v3.query.d.ts +9 -0
- package/build/cjs/types/queries/audit/audit.query.d.ts +5 -1
- package/build/cjs/types/queries/audit/index.d.ts +1 -0
- package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/cjs/types/queries/concierge/concierge.query.d.ts +6 -0
- package/build/cjs/types/queries/concierge/index.d.ts +1 -0
- package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/cjs/types/queries/index.d.ts +1 -2
- package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/cjs/types/types/audit/audit.d.ts +82 -0
- package/build/cjs/types/types/checkout/styling/styling.d.ts +31 -0
- package/build/cjs/types/types/concierge/concierge-alerts.d.ts +42 -0
- package/build/cjs/types/types/concierge/index.d.ts +1 -0
- package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
- package/build/cjs/types/types/index.d.ts +2 -1
- package/build/cjs/types/types/installments/installments.d.ts +4 -0
- package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
- package/build/cjs/types/types/organization/organization.d.ts +1 -0
- package/build/cjs/types/types/playground/index.d.ts +1 -0
- package/build/cjs/types/types/playground/playground.d.ts +33 -0
- package/build/cjs/types/types/recipients/index.d.ts +2 -0
- package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/cjs/types/types/recipients/recipients.d.ts +7 -0
- package/build/cjs/types/types/reports/reports.d.ts +1 -0
- package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/cjs/types/types/team/team.d.ts +1 -0
- package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/cjs/types/types/webhook/webhook.d.ts +2 -0
- package/build/cjs/types/utils/enums.d.ts +0 -143
- package/build/esm/index.js +6 -6
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +34 -16
- package/build/esm/types/api/api.singleton.d.ts +1 -0
- package/build/esm/types/api/api.types.d.ts +1 -0
- package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
- package/build/esm/types/msw/handlers/recipients.d.ts +1 -0
- package/build/esm/types/msw/mocks/recipients/recipients.mock.d.ts +775 -0
- package/build/esm/types/mutations/concierge/concierge.mutation.d.ts +8 -0
- package/build/esm/types/mutations/concierge/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +3 -0
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
- package/build/esm/types/mutations/playground/index.d.ts +1 -0
- package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
- package/build/esm/types/mutations/recipients/index.d.ts +1 -0
- package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +18 -0
- package/build/esm/types/mutations/settings/index.d.ts +1 -0
- package/build/esm/types/mutations/settings/use-table-onboarding.d.ts +6 -0
- package/build/esm/types/queries/audit/audit-v3.query.d.ts +9 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +5 -1
- package/build/esm/types/queries/audit/index.d.ts +1 -0
- package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
- package/build/esm/types/queries/concierge/concierge.query.d.ts +6 -0
- package/build/esm/types/queries/concierge/index.d.ts +1 -0
- package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
- package/build/esm/types/queries/index.d.ts +1 -2
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
- package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
- package/build/esm/types/types/audit/audit.d.ts +82 -0
- package/build/esm/types/types/checkout/styling/styling.d.ts +31 -0
- package/build/esm/types/types/concierge/concierge-alerts.d.ts +42 -0
- package/build/esm/types/types/concierge/index.d.ts +1 -0
- package/build/esm/types/types/data-report/data-report.d.ts +4 -1
- package/build/esm/types/types/index.d.ts +2 -1
- package/build/esm/types/types/installments/installments.d.ts +4 -0
- package/build/esm/types/types/mfa/mfa.d.ts +4 -0
- package/build/esm/types/types/organization/organization.d.ts +1 -0
- package/build/esm/types/types/playground/index.d.ts +1 -0
- package/build/esm/types/types/playground/playground.d.ts +33 -0
- package/build/esm/types/types/recipients/index.d.ts +2 -0
- package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
- package/build/esm/types/types/recipients/recipients-mutations.d.ts +136 -0
- package/build/esm/types/types/recipients/recipients.d.ts +7 -0
- package/build/esm/types/types/reports/reports.d.ts +1 -0
- package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
- package/build/esm/types/types/team/team.d.ts +1 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
- package/build/esm/types/types/webhook/webhook.d.ts +2 -0
- package/build/esm/types/utils/enums.d.ts +0 -143
- package/build/index.d.ts +614 -86
- package/package.json +1 -1
- package/build/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -10
- package/build/api/api.d.ts +0 -675
- package/build/api/api.singleton.d.ts +0 -9
- package/build/api/api.test.d.ts +0 -1
- package/build/api/api.types.d.ts +0 -229
- package/build/api/index.d.ts +0 -3
- package/build/api-provider.d.ts +0 -4
- package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
- package/build/cjs/types/queries/cms/index.d.ts +0 -1
- package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
- package/build/cjs/types/types/cms/cms.d.ts +0 -47
- package/build/cjs/types/types/cms/index.d.ts +0 -1
- package/build/common/config.d.ts +0 -13
- package/build/common/config.test.d.ts +0 -0
- package/build/constants/errors-code.constant.d.ts +0 -5
- package/build/constants/index.d.ts +0 -1
- package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
- package/build/esm/types/queries/cms/index.d.ts +0 -1
- package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/esm/types/queries/dialogs/index.d.ts +0 -1
- package/build/esm/types/types/cms/cms.d.ts +0 -47
- package/build/esm/types/types/cms/index.d.ts +0 -1
- package/build/lib/http-client/__tests__/http-client.test.d.ts +0 -1
- package/build/lib/http-client/api.config.d.ts +0 -2
- package/build/lib/http-client/axios.d.ts +0 -19
- package/build/lib/http-client/http-client.d.ts +0 -175
- package/build/lib/http-client/index.d.ts +0 -2
- package/build/msw/browser.d.ts +0 -1
- package/build/msw/handlers/api-logs.d.ts +0 -1
- package/build/msw/handlers/index.d.ts +0 -1
- package/build/msw/handlers/insights.d.ts +0 -1
- package/build/msw/handlers/installments.d.ts +0 -1
- package/build/msw/handlers/organizations.d.ts +0 -1
- package/build/msw/handlers/payments.d.ts +0 -1
- package/build/msw/handlers/reconciliation-insights.d.ts +0 -1
- package/build/msw/handlers/webhooks.d.ts +0 -1
- package/build/msw/index.d.ts +0 -1
- package/build/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -14
- package/build/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -34
- package/build/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -9
- package/build/msw/mocks/insights/overview/overview.mock.d.ts +0 -139
- package/build/msw/mocks/installments/installments.mock.d.ts +0 -8
- package/build/msw/mocks/payments/payments.mock.d.ts +0 -92
- package/build/msw/mocks/payments/transaction-details.mock.d.ts +0 -579
- package/build/msw/mocks/reconciliation-insights/index.d.ts +0 -22
- package/build/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/mutations/S3Client/S3Client.mutation.d.ts +0 -6
- package/build/mutations/S3Client/index.d.ts +0 -1
- package/build/mutations/accounts/accounts.mutation.d.ts +0 -57
- package/build/mutations/accounts/accounts.mutation.test.d.ts +0 -1
- package/build/mutations/accounts/delete-mutation.d.ts +0 -20
- package/build/mutations/accounts/index.d.ts +0 -2
- package/build/mutations/accounts/types.d.ts +0 -25
- package/build/mutations/ai/ai.mutation.d.ts +0 -28
- package/build/mutations/ai/ai.mutation.test.d.ts +0 -1
- package/build/mutations/ai/index.d.ts +0 -1
- package/build/mutations/audit/audit-api.mutation.d.ts +0 -13
- package/build/mutations/audit/audit-api.mutation.test.d.ts +0 -1
- package/build/mutations/audit/audit.mutation.d.ts +0 -6
- package/build/mutations/audit/index.d.ts +0 -2
- package/build/mutations/audit/settings.mutation.test.d.ts +0 -1
- package/build/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -32
- package/build/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -1
- package/build/mutations/batch-refunds/index.d.ts +0 -1
- package/build/mutations/chartgpt/chartgpt.mutation.d.ts +0 -70
- package/build/mutations/chartgpt/chartgpt.mutation.test.d.ts +0 -1
- package/build/mutations/chartgpt/index.d.ts +0 -1
- package/build/mutations/checkouts/checkouts.mutation.d.ts +0 -5
- package/build/mutations/checkouts/checkouts.mutation.test.d.ts +0 -1
- package/build/mutations/checkouts/index.d.ts +0 -1
- package/build/mutations/connections/conections.mutation.test.d.ts +0 -1
- package/build/mutations/connections/connections.mutation.d.ts +0 -40
- package/build/mutations/connections/index.d.ts +0 -1
- package/build/mutations/developers/developers.mutation.d.ts +0 -31
- package/build/mutations/developers/developers.mutation.test.d.ts +0 -1
- package/build/mutations/developers/index.d.ts +0 -2
- package/build/mutations/developers/types.d.ts +0 -5
- package/build/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -52
- package/build/mutations/fraud-screening/index.d.ts +0 -1
- package/build/mutations/index.d.ts +0 -34
- package/build/mutations/insights/index.d.ts +0 -1
- package/build/mutations/insights/insights.mutation.d.ts +0 -2
- package/build/mutations/installments/index.d.ts +0 -1
- package/build/mutations/installments/installments.mutation.d.ts +0 -17
- package/build/mutations/installments/installments.mutation.test.d.ts +0 -1
- package/build/mutations/multi-factor-authentication/index.d.ts +0 -1
- package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -12
- package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.test.d.ts +0 -1
- package/build/mutations/notifications/index.d.ts +0 -1
- package/build/mutations/notifications/notifications.mutation.d.ts +0 -6
- package/build/mutations/organization-config/index.d.ts +0 -1
- package/build/mutations/organization-config/organization-config.mutation.d.ts +0 -6
- package/build/mutations/organization-settings/index.d.ts +0 -1
- package/build/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/mutations/organizations/index.d.ts +0 -1
- package/build/mutations/organizations/organizations.mutation.d.ts +0 -2
- package/build/mutations/organizations/organizations.mutation.test.d.ts +0 -1
- package/build/mutations/payment-links/index.d.ts +0 -1
- package/build/mutations/payment-links/payment-links.mutation.d.ts +0 -21
- package/build/mutations/payment-links/payment-links.mutation.test.d.ts +0 -1
- package/build/mutations/payments/index.d.ts +0 -1
- package/build/mutations/payments/payments.mutation.d.ts +0 -21
- package/build/mutations/payments/payments.mutation.test.d.ts +0 -1
- package/build/mutations/recipients/recipients.mutation.d.ts +0 -11
- package/build/mutations/reconciliations/index.d.ts +0 -2
- package/build/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -5
- package/build/mutations/reconciliations/reconciliations-alerts.mutation.test.d.ts +0 -1
- package/build/mutations/reconciliations/reconciliations.mutation.d.ts +0 -4
- package/build/mutations/reports/index.d.ts +0 -1
- package/build/mutations/reports/reports.mutation.d.ts +0 -10
- package/build/mutations/reports/reports.mutation.test.d.ts +0 -1
- package/build/mutations/routing-monitors/index.d.ts +0 -1
- package/build/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -4
- package/build/mutations/saml-config/index.d.ts +0 -1
- package/build/mutations/saml-config/saml-config.query.d.ts +0 -4
- package/build/mutations/saml-config/saml-config.query.test.d.ts +0 -1
- package/build/mutations/scheduled-reports/index.d.ts +0 -1
- package/build/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -8
- package/build/mutations/security/index.d.ts +0 -1
- package/build/mutations/security/security.mutation.d.ts +0 -7
- package/build/mutations/security/security.mutation.test.d.ts +0 -1
- package/build/mutations/settings/index.d.ts +0 -1
- package/build/mutations/settings/settings.mutation.d.ts +0 -17
- package/build/mutations/settings/settings.mutation.test.d.ts +0 -1
- package/build/mutations/smart-routing/index.d.ts +0 -1
- package/build/mutations/smart-routing/smart-routing.mutation.d.ts +0 -90
- package/build/mutations/smart-routing/smart-routing.mutation.test.d.ts +0 -1
- package/build/mutations/subscriptions/index.d.ts +0 -1
- package/build/mutations/subscriptions/subscriptions.mutation.d.ts +0 -19
- package/build/mutations/subscriptions/subscriptions.mutation.test.d.ts +0 -1
- package/build/mutations/team/index.d.ts +0 -1
- package/build/mutations/team/team.mutaion.test.d.ts +0 -1
- package/build/mutations/team/team.mutation.d.ts +0 -12
- package/build/mutations/template-reporting/index.d.ts +0 -1
- package/build/mutations/template-reporting/template-reporting.mutation.d.ts +0 -29
- package/build/mutations/template-reporting/template-reporting.mutation.test.d.ts +0 -1
- package/build/mutations/users/index.d.ts +0 -1
- package/build/mutations/users/users.mutation.d.ts +0 -17
- package/build/mutations/users/users.mutation.test.d.ts +0 -1
- package/build/mutations/velocity-rules/index.d.ts +0 -1
- package/build/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -5
- package/build/queries/accounts/accounts.query.d.ts +0 -30
- package/build/queries/accounts/accounts.query.test.d.ts +0 -1
- package/build/queries/accounts/index.d.ts +0 -2
- package/build/queries/accounts/types.d.ts +0 -21
- package/build/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/queries/api-logs/api-logs-v3.query.test.d.ts +0 -1
- package/build/queries/api-logs/index.d.ts +0 -1
- package/build/queries/audit/audit.query.d.ts +0 -28
- package/build/queries/audit/audit.query.test.d.ts +0 -1
- package/build/queries/audit/index.d.ts +0 -1
- package/build/queries/batch-refunds/batch-refunds.query.d.ts +0 -3
- package/build/queries/batch-refunds/index.d.ts +0 -1
- package/build/queries/chartgpt/chartgpt.query.d.ts +0 -65
- package/build/queries/chartgpt/chartgpt.query.test.d.ts +0 -1
- package/build/queries/chartgpt/index.d.ts +0 -1
- package/build/queries/checkouts/checkouts.query.d.ts +0 -12
- package/build/queries/checkouts/checkouts.query.test.d.ts +0 -1
- package/build/queries/checkouts/index.d.ts +0 -2
- package/build/queries/checkouts/styling/styling.query.d.ts +0 -11
- package/build/queries/checkouts/styling/styling.query.test.d.ts +0 -1
- package/build/queries/cms/cms.query.d.ts +0 -14
- package/build/queries/cms/cms.query.test.d.ts +0 -1
- package/build/queries/cms/index.d.ts +0 -1
- package/build/queries/connections/connections.query.d.ts +0 -3
- package/build/queries/connections/connections.query.test.d.ts +0 -1
- package/build/queries/connections/index.d.ts +0 -1
- package/build/queries/data-report/data-report.query.d.ts +0 -20
- package/build/queries/data-report/data-report.query.test.d.ts +0 -1
- package/build/queries/data-report/fraud/fraud.query.d.ts +0 -17
- package/build/queries/data-report/fraud/fraud.query.test.d.ts +0 -1
- package/build/queries/data-report/index.d.ts +0 -2
- package/build/queries/developers/developers.query.d.ts +0 -16
- package/build/queries/developers/developers.query.test.d.ts +0 -1
- package/build/queries/developers/index.d.ts +0 -1
- package/build/queries/dialogs/dialogs.query.d.ts +0 -2
- package/build/queries/dialogs/dialogs.query.test.d.ts +0 -1
- package/build/queries/dialogs/index.d.ts +0 -1
- package/build/queries/feature-flags/feature-flags.test.d.ts +0 -1
- package/build/queries/feature-flags/index.d.ts +0 -8
- package/build/queries/firebase/firebase.query.d.ts +0 -8
- package/build/queries/firebase/firebase.query.test.d.ts +0 -1
- package/build/queries/firebase/index.d.ts +0 -1
- package/build/queries/fraud-screening/fraud-screening.query.d.ts +0 -11
- package/build/queries/fraud-screening/fraud-screening.query.test.d.ts +0 -1
- package/build/queries/fraud-screening/index.d.ts +0 -1
- package/build/queries/index.d.ts +0 -39
- package/build/queries/installments/index.d.ts +0 -1
- package/build/queries/installments/installments.query.d.ts +0 -4
- package/build/queries/installments/installments.query.test.d.ts +0 -1
- package/build/queries/mfa/index.d.ts +0 -1
- package/build/queries/mfa/organization-settings.query.d.ts +0 -11
- package/build/queries/network-tokens/index.d.ts +0 -1
- package/build/queries/network-tokens/network-tokens.query.d.ts +0 -4
- package/build/queries/notifications/index.d.ts +0 -1
- package/build/queries/notifications/notifications.query.d.ts +0 -12
- package/build/queries/notifications/notifications.query.test.d.ts +0 -1
- package/build/queries/onboarding/index.d.ts +0 -1
- package/build/queries/onboarding/onboarding.query.d.ts +0 -7
- package/build/queries/onboarding/onboarding.query.test.d.ts +0 -1
- package/build/queries/organization-config/index.d.ts +0 -1
- package/build/queries/organization-config/organization-config.query.d.ts +0 -4
- package/build/queries/organizations/index.d.ts +0 -1
- package/build/queries/organizations/organizations.query.d.ts +0 -30
- package/build/queries/organizations/organizations.query.test.d.ts +0 -1
- package/build/queries/payment-links/index.d.ts +0 -1
- package/build/queries/payment-links/payment-links.query.d.ts +0 -7
- package/build/queries/payment-links/payment-links.query.test.d.ts +0 -1
- package/build/queries/payments/index.d.ts +0 -2
- package/build/queries/payments/payments.query.d.ts +0 -36
- package/build/queries/payments/payments.query.test.d.ts +0 -1
- package/build/queries/payments/payouts-timeline.query.test.d.ts +0 -1
- package/build/queries/payments/payouts.query.d.ts +0 -7
- package/build/queries/payments/payouts.query.test.d.ts +0 -1
- package/build/queries/recipients/index.d.ts +0 -1
- package/build/queries/recipients/recipients.query.d.ts +0 -8
- package/build/queries/reconciliations/index.d.ts +0 -7
- package/build/queries/reconciliations/reconciliation-insights.query.d.ts +0 -26
- package/build/queries/reconciliations/reconciliation-insights.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-advancements.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-agenda.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -8
- package/build/queries/reconciliations/reconciliations-alerts.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-fees.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-fees.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations-sales.query.d.ts +0 -9
- package/build/queries/reconciliations/reconciliations-sales.query.test.d.ts +0 -1
- package/build/queries/reconciliations/reconciliations.query.d.ts +0 -11
- package/build/queries/reconciliations/reconciliations.query.test.d.ts +0 -1
- package/build/queries/reports/index.d.ts +0 -1
- package/build/queries/reports/reports.query.d.ts +0 -13
- package/build/queries/reports/reports.query.test.d.ts +0 -1
- package/build/queries/routing-monitors/index.d.ts +0 -1
- package/build/queries/routing-monitors/routing-monitors.query.d.ts +0 -4
- package/build/queries/saml-config/index.d.ts +0 -1
- package/build/queries/saml-config/saml-config.query.d.ts +0 -4
- package/build/queries/saml-config/saml-config.query.test.d.ts +0 -1
- package/build/queries/security/index.d.ts +0 -1
- package/build/queries/security/security.query.d.ts +0 -8
- package/build/queries/security/security.query.test.d.ts +0 -1
- package/build/queries/smart-recovery/index.d.ts +0 -1
- package/build/queries/smart-recovery/smart-recovery-overview.query.d.ts +0 -9
- package/build/queries/smart-recovery/smart-recovery-overview.query.test.d.ts +0 -1
- package/build/queries/smart-routing/index.d.ts +0 -1
- package/build/queries/smart-routing/smart-routing.query.d.ts +0 -28
- package/build/queries/smart-routing/smart-routing.query.test.d.ts +0 -1
- package/build/queries/subscriptions/index.d.ts +0 -1
- package/build/queries/subscriptions/subscriptions.query.d.ts +0 -3
- package/build/queries/subscriptions/subscriptions.query.test.d.ts +0 -1
- package/build/queries/team/index.d.ts +0 -1
- package/build/queries/team/team.query.d.ts +0 -28
- package/build/queries/team/team.query.test.d.ts +0 -1
- package/build/queries/template-reporting/index.d.ts +0 -1
- package/build/queries/template-reporting/template-reporting.query.d.ts +0 -7
- package/build/queries/template-reporting/template-reporting.query.test.d.ts +0 -1
- package/build/queries/translation/index.d.ts +0 -1
- package/build/queries/translation/translation.query.d.ts +0 -5
- package/build/queries/users/index.d.ts +0 -1
- package/build/queries/users/users.query.d.ts +0 -25
- package/build/queries/users/users.query.test.d.ts +0 -1
- package/build/queries/velocity-rules/index.d.ts +0 -1
- package/build/queries/velocity-rules/velocity-rules.query.d.ts +0 -6
- package/build/queries/webhooks/index.d.ts +0 -1
- package/build/queries/webhooks/webhook-timeline.query.d.ts +0 -9
- package/build/queries/webhooks/webhook-timeline.query.test.d.ts +0 -1
- package/build/store/index.d.ts +0 -3
- package/build/types/accounts/accounts.d.ts +0 -11
- package/build/types/accounts/index.d.ts +0 -1
- package/build/types/ai/ai.d.ts +0 -78
- package/build/types/ai/index.d.ts +0 -1
- package/build/types/allowed-list/allowed-list.d.ts +0 -9
- package/build/types/allowed-list/index.d.ts +0 -1
- package/build/types/audit/audit.d.ts +0 -387
- package/build/types/audit/index.d.ts +0 -1
- package/build/types/batch-refunds/batch-refunds.d.ts +0 -38
- package/build/types/batch-refunds/index.d.ts +0 -1
- package/build/types/chartgpt/feedback.types.d.ts +0 -34
- package/build/types/chartgpt/index.d.ts +0 -1
- package/build/types/checkout/checkout.d.ts +0 -289
- package/build/types/checkout/index.d.ts +0 -1
- package/build/types/checkout/styling/styling.d.ts +0 -176
- package/build/types/cms/cms.d.ts +0 -47
- package/build/types/cms/index.d.ts +0 -1
- package/build/types/connection/connection.d.ts +0 -81
- package/build/types/connection/costs.d.ts +0 -26
- package/build/types/connection/index.d.ts +0 -2
- package/build/types/country/country.d.ts +0 -12
- package/build/types/country/index.d.ts +0 -1
- package/build/types/customized-api-keys/customized-api-keys.d.ts +0 -30
- package/build/types/customized-api-keys/index.d.ts +0 -1
- package/build/types/data-report/conversion-rate.types.d.ts +0 -48
- package/build/types/data-report/data-report.d.ts +0 -66
- package/build/types/data-report/fraud.types.d.ts +0 -166
- package/build/types/data-report/index.d.ts +0 -3
- package/build/types/developer/developer.d.ts +0 -13
- package/build/types/developer/index.d.ts +0 -1
- package/build/types/feature-flags/intex.d.ts +0 -13
- package/build/types/fraud-screening/fraud-screening.d.ts +0 -109
- package/build/types/fraud-screening/index.d.ts +0 -1
- package/build/types/index.d.ts +0 -37
- package/build/types/installments/index.d.ts +0 -1
- package/build/types/installments/installments.d.ts +0 -125
- package/build/types/mfa/index.d.ts +0 -1
- package/build/types/mfa/mfa.d.ts +0 -6
- package/build/types/notifications/index.d.ts +0 -1
- package/build/types/notifications/notifications.d.ts +0 -39
- package/build/types/onboarding/index.d.ts +0 -1
- package/build/types/onboarding/onboarding.d.ts +0 -7
- package/build/types/operation-transaction/index.d.ts +0 -1
- package/build/types/operation-transaction/operation-transaction.d.ts +0 -28
- package/build/types/organization/index.d.ts +0 -1
- package/build/types/organization/organization.d.ts +0 -137
- package/build/types/organization-config/index.d.ts +0 -1
- package/build/types/organization-config/organization-config.d.ts +0 -34
- package/build/types/organization-settings/index.d.ts +0 -1
- package/build/types/organization-settings/organization-settings.d.ts +0 -27
- package/build/types/payment/index.d.ts +0 -1
- package/build/types/payment/payment.d.ts +0 -581
- package/build/types/payment-links/index.d.ts +0 -1
- package/build/types/payment-links/payment-links.d.ts +0 -16
- package/build/types/payouts/index.d.ts +0 -1
- package/build/types/payouts/payouts.d.ts +0 -125
- package/build/types/recipients/index.d.ts +0 -2
- package/build/types/recipients/recipients.d.ts +0 -223
- package/build/types/reconciliation/index.d.ts +0 -7
- package/build/types/reconciliation/reconciliation-advancements.d.ts +0 -40
- package/build/types/reconciliation/reconciliation-agenda.d.ts +0 -84
- package/build/types/reconciliation/reconciliation-alerts.d.ts +0 -38
- package/build/types/reconciliation/reconciliation-fees.d.ts +0 -45
- package/build/types/reconciliation/reconciliation-insights.d.ts +0 -188
- package/build/types/reconciliation/reconciliation-sales.d.ts +0 -56
- package/build/types/reconciliation/reconciliation.d.ts +0 -349
- package/build/types/reports/index.d.ts +0 -1
- package/build/types/reports/reports.d.ts +0 -154
- package/build/types/routing-monitors/index.d.ts +0 -1
- package/build/types/routing-monitors/routing-monitors.d.ts +0 -35
- package/build/types/s3-client/index.d.ts +0 -1
- package/build/types/s3-client/s3-client.d.ts +0 -19
- package/build/types/saml-config/index.d.ts +0 -1
- package/build/types/saml-config/saml-config.d.ts +0 -28
- package/build/types/smart-recovery/index.d.ts +0 -1
- package/build/types/smart-recovery/smart-recovery-overview.types.d.ts +0 -94
- package/build/types/smart-routing/index.d.ts +0 -1
- package/build/types/smart-routing/smart-routing.d.ts +0 -362
- package/build/types/subscriptions/index.d.ts +0 -1
- package/build/types/subscriptions/subscriptions.d.ts +0 -68
- package/build/types/team/index.d.ts +0 -1
- package/build/types/team/team.d.ts +0 -122
- package/build/types/template-reporting/common.types.d.ts +0 -65
- package/build/types/template-reporting/index.d.ts +0 -55
- package/build/types/template-reporting/schedule.types.d.ts +0 -72
- package/build/types/template-reporting/template.types.d.ts +0 -98
- package/build/types/translation/index.d.ts +0 -1
- package/build/types/translation/translation.d.ts +0 -8
- package/build/types/user/index.d.ts +0 -1
- package/build/types/user/user.d.ts +0 -208
- package/build/types/velocity-rules/index.d.ts +0 -1
- package/build/types/velocity-rules/velocity-rules.d.ts +0 -15
- package/build/types/webhook/index.d.ts +0 -1
- package/build/types/webhook/webhook.d.ts +0 -73
- package/build/utils/enums.d.ts +0 -162
- package/build/utils/handler-error.d.ts +0 -6
- package/build/utils/index.d.ts +0 -3
- package/build/utils/test-utils.d.ts +0 -4
- package/build/utils/use-account-code.d.ts +0 -1
- package/build/utils/use-account-code.test.d.ts +0 -1
- package/build/utils/use-is-testing.d.ts +0 -3
- package/build/utils/use-is-testing.test.d.ts +0 -1
- package/build/utils/use-localstorage.d.ts +0 -2
- package/build/websockets/index.d.ts +0 -1
- package/build/websockets/use-chart-assistant-socket.d.ts +0 -17
- package/build/websockets/use-chart-assistant-socket.test.d.ts +0 -1
- package/build/yuno-dashboard-api-mfe.d.ts +0 -9
- /package/build/{msw → cjs/types/msw}/handlers/recipients.d.ts +0 -0
- /package/build/{msw → cjs/types/msw}/mocks/recipients/recipients.mock.d.ts +0 -0
- /package/build/{mutations → cjs/types/mutations}/recipients/index.d.ts +0 -0
- /package/build/{set-public-path.d.ts → cjs/types/set-public-path.d.ts} +0 -0
- /package/build/{types → cjs/types/types}/recipients/recipients-mutations.d.ts +0 -0
- /package/build/{api-provider.test.d.ts → esm/types/set-public-path.d.ts} +0 -0
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
export declare namespace Reports {
|
|
2
|
-
interface ICreateReportPayload {
|
|
3
|
-
type: string;
|
|
4
|
-
start_date: string;
|
|
5
|
-
end_date: string;
|
|
6
|
-
merchant_reference_id: string;
|
|
7
|
-
}
|
|
8
|
-
interface ICreateReportsResponse {
|
|
9
|
-
report_id: string;
|
|
10
|
-
report_type: string;
|
|
11
|
-
status: 'COMPLETED' | 'PENDING' | 'IN_PROCESS';
|
|
12
|
-
merchant_reference_id: string;
|
|
13
|
-
start_date: string;
|
|
14
|
-
end_date: string;
|
|
15
|
-
created_at: string;
|
|
16
|
-
updated_at: string;
|
|
17
|
-
user_code: string;
|
|
18
|
-
url?: string | null;
|
|
19
|
-
total_lines?: number;
|
|
20
|
-
}
|
|
21
|
-
interface CountRowsReportsResponse {
|
|
22
|
-
total_rows: number;
|
|
23
|
-
}
|
|
24
|
-
interface IRetrieveReportResponse {
|
|
25
|
-
report_id: string;
|
|
26
|
-
report_type: string;
|
|
27
|
-
status: string;
|
|
28
|
-
merchant_reference_id: string;
|
|
29
|
-
start_date: string;
|
|
30
|
-
end_date: string;
|
|
31
|
-
created_at: string;
|
|
32
|
-
updated_at: string;
|
|
33
|
-
}
|
|
34
|
-
interface IListReportsQueryParams {
|
|
35
|
-
page_number: string;
|
|
36
|
-
page_size: string;
|
|
37
|
-
start_date: string;
|
|
38
|
-
end_date: string;
|
|
39
|
-
code?: string;
|
|
40
|
-
content: string;
|
|
41
|
-
}
|
|
42
|
-
interface IListReportsResponse {
|
|
43
|
-
report_id: number;
|
|
44
|
-
id: string;
|
|
45
|
-
organization_code: string;
|
|
46
|
-
account_code: string;
|
|
47
|
-
type: string;
|
|
48
|
-
s3_link: string;
|
|
49
|
-
merchant_reference_id: string;
|
|
50
|
-
start_date: string;
|
|
51
|
-
end_date: string;
|
|
52
|
-
created_at: string;
|
|
53
|
-
updated_at: string;
|
|
54
|
-
status: string;
|
|
55
|
-
}
|
|
56
|
-
interface ITemplate {
|
|
57
|
-
id: number;
|
|
58
|
-
name: string;
|
|
59
|
-
columns: string[];
|
|
60
|
-
organization_code: string;
|
|
61
|
-
flow_type: string;
|
|
62
|
-
metadata_fields: [];
|
|
63
|
-
type: ReportType;
|
|
64
|
-
}
|
|
65
|
-
interface ICreateTemplate {
|
|
66
|
-
name: string;
|
|
67
|
-
columns: string[];
|
|
68
|
-
metadata_fields?: string[];
|
|
69
|
-
type: string;
|
|
70
|
-
}
|
|
71
|
-
interface IDeletePaymentsReportTemplate {
|
|
72
|
-
name: string;
|
|
73
|
-
type: string;
|
|
74
|
-
}
|
|
75
|
-
interface IColumn {
|
|
76
|
-
key: string;
|
|
77
|
-
name: string;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
export type CentralizedColumn = {
|
|
81
|
-
name: string;
|
|
82
|
-
table: string;
|
|
83
|
-
snowflake_name: string;
|
|
84
|
-
snowflake_table: string;
|
|
85
|
-
report_name: string;
|
|
86
|
-
type: 'general';
|
|
87
|
-
report_type: 'PAYOUTS';
|
|
88
|
-
dashboard_name: string;
|
|
89
|
-
selection: 'ALL';
|
|
90
|
-
CreatedAt: Date;
|
|
91
|
-
UpdatedAt: Date;
|
|
92
|
-
unique_key: string;
|
|
93
|
-
};
|
|
94
|
-
export declare enum ReportType {
|
|
95
|
-
PAYMENTS = "PAYMENTS",
|
|
96
|
-
TRANSACTIONS = "TRANSACTIONS",
|
|
97
|
-
FRAUD_TRANSACTIONS = "FRAUD_TRANSACTIONS",
|
|
98
|
-
PAYOUTS = "PAYOUTS"
|
|
99
|
-
}
|
|
100
|
-
export declare enum TemplateType {
|
|
101
|
-
ALL = "ALL",
|
|
102
|
-
DEFAULT = "DEFAULT",
|
|
103
|
-
CUSTOM = "CUSTOM"
|
|
104
|
-
}
|
|
105
|
-
export interface ICreateReportsRequest {
|
|
106
|
-
type: ReportType;
|
|
107
|
-
name: string;
|
|
108
|
-
start_date: string;
|
|
109
|
-
end_date: string;
|
|
110
|
-
template: string;
|
|
111
|
-
file_format: string;
|
|
112
|
-
filters?: {
|
|
113
|
-
account_codes?: string[];
|
|
114
|
-
payment_code?: string;
|
|
115
|
-
transaction_code?: string;
|
|
116
|
-
order_id?: string;
|
|
117
|
-
merchant_reference?: string;
|
|
118
|
-
provider_transaction_id?: string;
|
|
119
|
-
statuses?: string[];
|
|
120
|
-
sub_statuses?: string[];
|
|
121
|
-
payment_method_types?: string[];
|
|
122
|
-
provider_ids?: string[];
|
|
123
|
-
start_date?: string;
|
|
124
|
-
end_date?: string;
|
|
125
|
-
customer_payer_email?: string;
|
|
126
|
-
country?: string;
|
|
127
|
-
transaction_type?: string;
|
|
128
|
-
transaction_status?: string;
|
|
129
|
-
updated_at_start?: string;
|
|
130
|
-
updated_at_end?: string;
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
export interface ICreateReconciliationsReportV3Request {
|
|
134
|
-
accounts: string[];
|
|
135
|
-
columns: string[];
|
|
136
|
-
filters: Record<string, unknown>;
|
|
137
|
-
}
|
|
138
|
-
export interface IListScheduledReportsResponse {
|
|
139
|
-
id?: string;
|
|
140
|
-
code?: string;
|
|
141
|
-
name: string;
|
|
142
|
-
schedule_type: 'DAILY' | 'WEEKLY' | 'MONTHLY';
|
|
143
|
-
recipients?: string[];
|
|
144
|
-
columns: string[];
|
|
145
|
-
metadata_fields?: string[];
|
|
146
|
-
column_preference: 'ALL' | 'CUSTOM' | 'DEFAULT';
|
|
147
|
-
file_type: 'CSV' | 'CSV_ZIP';
|
|
148
|
-
report_type: 'PAYMENTS' | 'TRANSACTIONS' | 'FRAUD_TRANSACTIONS';
|
|
149
|
-
user_timezone: string;
|
|
150
|
-
day_scheduled: number | 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY' | '';
|
|
151
|
-
hour_scheduled: string;
|
|
152
|
-
timezone: string;
|
|
153
|
-
day_week_scheduled: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY' | '';
|
|
154
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './routing-monitors';
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export declare namespace RoutingMonitors {
|
|
2
|
-
export interface TemplateSelector {
|
|
3
|
-
code: string;
|
|
4
|
-
template_name: string;
|
|
5
|
-
}
|
|
6
|
-
export interface Template {
|
|
7
|
-
threshold: Threshold;
|
|
8
|
-
conditions: Condition[];
|
|
9
|
-
opsgenie_alert_users: any[];
|
|
10
|
-
}
|
|
11
|
-
interface Condition {
|
|
12
|
-
id: number;
|
|
13
|
-
approval_rate: number;
|
|
14
|
-
timelapse_seconds: number;
|
|
15
|
-
conditional: 'BETWEEN' | 'ABOVE' | 'BELOW';
|
|
16
|
-
payments_amounts: number[];
|
|
17
|
-
threshold_id: number;
|
|
18
|
-
}
|
|
19
|
-
interface Threshold {
|
|
20
|
-
id: number;
|
|
21
|
-
organization_code: string;
|
|
22
|
-
account_code: string;
|
|
23
|
-
code: string;
|
|
24
|
-
emails: string[];
|
|
25
|
-
redistribute_traffic: boolean;
|
|
26
|
-
unavailable_traffic_percentage: number;
|
|
27
|
-
available_traffic_percentage: number;
|
|
28
|
-
template_name: string;
|
|
29
|
-
condition_set_id?: number;
|
|
30
|
-
created_at: string;
|
|
31
|
-
updated_at?: string;
|
|
32
|
-
redistribution_active: boolean;
|
|
33
|
-
}
|
|
34
|
-
export {};
|
|
35
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './s3-client';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare namespace S3Client {
|
|
2
|
-
interface UploadS3Response {
|
|
3
|
-
s3_url: string;
|
|
4
|
-
pre_signed_url: string;
|
|
5
|
-
}
|
|
6
|
-
interface PayloadV1 {
|
|
7
|
-
base64_data: string;
|
|
8
|
-
name_file: string;
|
|
9
|
-
ext_file: string;
|
|
10
|
-
base_path: string;
|
|
11
|
-
days: number;
|
|
12
|
-
}
|
|
13
|
-
interface PayloadV2 {
|
|
14
|
-
base64_data: string | ArrayBuffer;
|
|
15
|
-
name_file: string;
|
|
16
|
-
ext_file: string;
|
|
17
|
-
days: number;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './saml-config';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare namespace SamlConfig {
|
|
2
|
-
interface SamlConfigResponse {
|
|
3
|
-
code: string;
|
|
4
|
-
organization_code: string;
|
|
5
|
-
connection_name: string | null;
|
|
6
|
-
entity_id: string;
|
|
7
|
-
idp_entity_id: string | null;
|
|
8
|
-
sign_in_url: string | null;
|
|
9
|
-
sign_out_url: string | null;
|
|
10
|
-
certificate: string | null;
|
|
11
|
-
metadata_url: string | null;
|
|
12
|
-
http_binding: 'POST' | 'REDIRECT';
|
|
13
|
-
status: 'ENABLED' | 'DISABLED';
|
|
14
|
-
created_at: string;
|
|
15
|
-
updated_at: string;
|
|
16
|
-
}
|
|
17
|
-
interface SamlConfigRequest {
|
|
18
|
-
connection_name?: string;
|
|
19
|
-
entity_id: string;
|
|
20
|
-
idp_entity_id?: string;
|
|
21
|
-
sign_in_url?: string;
|
|
22
|
-
sign_out_url?: string;
|
|
23
|
-
certificate?: string;
|
|
24
|
-
metadata_url?: string;
|
|
25
|
-
http_binding?: 'POST' | 'REDIRECT';
|
|
26
|
-
status?: 'ENABLED' | 'DISABLED';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './smart-recovery-overview.types';
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
export interface CommunicationDistribution {
|
|
2
|
-
key: string;
|
|
3
|
-
total: number;
|
|
4
|
-
percentage?: number;
|
|
5
|
-
current_label?: string;
|
|
6
|
-
current_amount?: number;
|
|
7
|
-
past_amount?: number;
|
|
8
|
-
}
|
|
9
|
-
export interface CommunicationStatusDistribution {
|
|
10
|
-
key: 'CREATED' | 'SUCCEEDED' | 'PENDING' | 'DECLINED';
|
|
11
|
-
total: number;
|
|
12
|
-
percentage: number;
|
|
13
|
-
amount?: number;
|
|
14
|
-
}
|
|
15
|
-
export interface DailyCommunicationsAndConversionRate {
|
|
16
|
-
communications: {
|
|
17
|
-
distribution: CommunicationDistribution[];
|
|
18
|
-
total: number;
|
|
19
|
-
};
|
|
20
|
-
conversion_rate: {
|
|
21
|
-
distribution: CommunicationDistribution[];
|
|
22
|
-
total: number;
|
|
23
|
-
};
|
|
24
|
-
completed_communications: {
|
|
25
|
-
distribution: CommunicationDistribution[];
|
|
26
|
-
total: number;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
export interface CommunicationsBySubStatus {
|
|
30
|
-
distribution: CommunicationStatusDistribution[];
|
|
31
|
-
total: number;
|
|
32
|
-
}
|
|
33
|
-
export interface DailyCommunicationsSubStatusDistribution {
|
|
34
|
-
[key: string]: CommunicationDistribution[];
|
|
35
|
-
}
|
|
36
|
-
export interface RecoveredPayments {
|
|
37
|
-
distribution: CommunicationDistribution[];
|
|
38
|
-
total: number;
|
|
39
|
-
total_amount: number;
|
|
40
|
-
}
|
|
41
|
-
export interface RecoveredTPV {
|
|
42
|
-
distribution: CommunicationDistribution[];
|
|
43
|
-
total: number;
|
|
44
|
-
total_amount: number;
|
|
45
|
-
}
|
|
46
|
-
export interface SmartRecoveryOverviewFilters {
|
|
47
|
-
date?: string;
|
|
48
|
-
start_date?: string;
|
|
49
|
-
end_date?: string;
|
|
50
|
-
account_code?: string[];
|
|
51
|
-
countries?: string[];
|
|
52
|
-
channels?: string[];
|
|
53
|
-
focuses?: string[];
|
|
54
|
-
communication_type?: string[];
|
|
55
|
-
sub_status?: string[];
|
|
56
|
-
}
|
|
57
|
-
export interface SmartRecoveryOverviewQueryParams extends SmartRecoveryOverviewFilters {
|
|
58
|
-
organization_code: string;
|
|
59
|
-
timezone?: string;
|
|
60
|
-
}
|
|
61
|
-
export interface PlotRow {
|
|
62
|
-
date?: string;
|
|
63
|
-
label?: string;
|
|
64
|
-
value: string;
|
|
65
|
-
}
|
|
66
|
-
export interface Plot {
|
|
67
|
-
type: 'BAR' | 'LINE' | 'TABLE';
|
|
68
|
-
label: string;
|
|
69
|
-
value: string;
|
|
70
|
-
unit: 'NUMERIC' | 'PERCENTAGE' | 'MONETARY' | 'CURRENCY';
|
|
71
|
-
currency?: string;
|
|
72
|
-
percentage?: string;
|
|
73
|
-
rows?: PlotRow[] | null;
|
|
74
|
-
}
|
|
75
|
-
export interface CommunicationsByDayResponse {
|
|
76
|
-
title: string;
|
|
77
|
-
plots: Plot[];
|
|
78
|
-
}
|
|
79
|
-
export interface CommunicationsBySubstatusResponse {
|
|
80
|
-
title: string;
|
|
81
|
-
plots: Plot[];
|
|
82
|
-
}
|
|
83
|
-
export interface CommunicationsSubstatusByDayResponse {
|
|
84
|
-
title: string;
|
|
85
|
-
plots: Plot[];
|
|
86
|
-
}
|
|
87
|
-
export interface RecoveredTPVByDayResponse {
|
|
88
|
-
title: string;
|
|
89
|
-
plots: Plot[];
|
|
90
|
-
}
|
|
91
|
-
export interface RecoveredPaymentsByDayResponse {
|
|
92
|
-
title: string;
|
|
93
|
-
plots: Plot[];
|
|
94
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './smart-routing';
|