@yuno-payments/dashboard-api-mfe 0.39.6 → 0.40.0
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 +76 -0
- package/build/cjs/index.js.map +1 -0
- package/build/{types → cjs/types}/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +3 -2
- package/build/{types → cjs/types}/mutations/connections/connections.mutation.d.ts +1 -0
- package/build/{types → cjs/types}/types/organization/organization.d.ts +2 -0
- package/build/{types → cjs/types}/utils/test-utils.d.ts +2 -1
- package/build/esm/index.js +76 -0
- package/build/esm/index.js.map +1 -0
- package/build/esm/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
- package/build/esm/types/api/api.d.ts +537 -0
- package/build/esm/types/api/api.singleton.d.ts +9 -0
- package/build/esm/types/api/api.types.d.ts +199 -0
- package/build/esm/types/api/index.d.ts +3 -0
- package/build/esm/types/api-provider.d.ts +4 -0
- package/build/esm/types/common/config.d.ts +13 -0
- package/build/esm/types/constants/errors-code.constant.d.ts +5 -0
- package/build/esm/types/constants/index.d.ts +1 -0
- package/build/esm/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
- package/build/esm/types/lib/http-client/api.config.d.ts +2 -0
- package/build/esm/types/lib/http-client/axios.d.ts +19 -0
- package/build/esm/types/lib/http-client/http-client.d.ts +168 -0
- package/build/esm/types/lib/http-client/index.d.ts +2 -0
- package/build/esm/types/msw/browser.d.ts +1 -0
- package/build/esm/types/msw/handlers/index.d.ts +1 -0
- package/build/esm/types/msw/handlers/insights.d.ts +1 -0
- package/build/esm/types/msw/handlers/organizations.d.ts +1 -0
- package/build/esm/types/msw/handlers/payments.d.ts +1 -0
- package/build/esm/types/msw/index.d.ts +1 -0
- package/build/esm/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
- package/build/esm/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
- package/build/esm/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +9 -0
- package/build/esm/types/msw/mocks/insights/overview/overview.mock.d.ts +139 -0
- package/build/esm/types/msw/mocks/payments/payments.mock.d.ts +92 -0
- package/build/esm/types/msw/mocks/payments/transaction-details.mock.d.ts +579 -0
- package/build/esm/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
- package/build/esm/types/mutations/S3Client/index.d.ts +1 -0
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +52 -0
- package/build/esm/types/mutations/accounts/delete-mutation.d.ts +20 -0
- package/build/esm/types/mutations/accounts/index.d.ts +1 -0
- package/build/esm/types/mutations/ai/ai.mutation.d.ts +28 -0
- package/build/esm/types/mutations/ai/ai.mutation.test.d.ts +1 -0
- package/build/esm/types/mutations/ai/index.d.ts +1 -0
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +5 -0
- package/build/esm/types/mutations/audit/audit.mutation.d.ts +6 -0
- package/build/esm/types/mutations/audit/index.d.ts +2 -0
- package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +32 -0
- package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
- package/build/esm/types/mutations/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/mutations/chartgpt/chartgpt.mutation.d.ts +37 -0
- package/build/esm/types/mutations/chartgpt/index.d.ts +1 -0
- package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +11 -0
- package/build/esm/types/mutations/checkouts/index.d.ts +2 -0
- package/build/esm/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
- package/build/esm/types/mutations/connections/connections.mutation.d.ts +37 -0
- package/build/esm/types/mutations/connections/index.d.ts +1 -0
- package/build/esm/types/mutations/developers/developers.mutation.d.ts +21 -0
- package/build/esm/types/mutations/developers/index.d.ts +1 -0
- package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +52 -0
- package/build/esm/types/mutations/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +30 -0
- package/build/esm/types/mutations/insights/index.d.ts +1 -0
- package/build/esm/types/mutations/insights/insights.mutation.d.ts +2 -0
- package/build/esm/types/mutations/multi-factor-authentication/index.d.ts +1 -0
- package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +12 -0
- package/build/esm/types/mutations/notifications/index.d.ts +1 -0
- package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +6 -0
- package/build/esm/types/mutations/organization-settings/index.d.ts +1 -0
- package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
- package/build/esm/types/mutations/organizations/index.d.ts +1 -0
- package/build/esm/types/mutations/organizations/organizations.mutation.d.ts +2 -0
- package/build/esm/types/mutations/payment-links/index.d.ts +1 -0
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +12 -0
- package/build/esm/types/mutations/payments/index.d.ts +1 -0
- package/build/esm/types/mutations/payments/payments.mutation.d.ts +13 -0
- package/build/esm/types/mutations/reconciliations/index.d.ts +2 -0
- package/build/esm/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
- package/build/esm/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
- package/build/esm/types/mutations/reports/index.d.ts +1 -0
- package/build/esm/types/mutations/reports/reports.mutation.d.ts +8 -0
- package/build/esm/types/mutations/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
- package/build/esm/types/mutations/saml-config/index.d.ts +1 -0
- package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +4 -0
- package/build/esm/types/mutations/scheduled-reports/index.d.ts +1 -0
- package/build/esm/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
- package/build/esm/types/mutations/security/index.d.ts +1 -0
- package/build/esm/types/mutations/security/security.mutation.d.ts +3 -0
- package/build/esm/types/mutations/settings/index.d.ts +1 -0
- package/build/esm/types/mutations/settings/settings.mutation.d.ts +17 -0
- package/build/esm/types/mutations/smart-routing/index.d.ts +1 -0
- package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +67 -0
- package/build/esm/types/mutations/team/index.d.ts +1 -0
- package/build/esm/types/mutations/team/team.mutaion.test.d.ts +1 -0
- package/build/esm/types/mutations/team/team.mutation.d.ts +8 -0
- package/build/esm/types/mutations/template-reporting/index.d.ts +1 -0
- package/build/esm/types/mutations/template-reporting/template-reporting.mutation.d.ts +20 -0
- package/build/esm/types/mutations/users/index.d.ts +1 -0
- package/build/esm/types/mutations/users/users.mutation.d.ts +16 -0
- package/build/esm/types/mutations/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +5 -0
- package/build/esm/types/queries/accounts/accounts.query.d.ts +24 -0
- package/build/esm/types/queries/accounts/index.d.ts +1 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +11 -0
- package/build/esm/types/queries/audit/index.d.ts +1 -0
- package/build/esm/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
- package/build/esm/types/queries/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/queries/chartgpt/chartgpt.query.d.ts +44 -0
- package/build/esm/types/queries/chartgpt/index.d.ts +1 -0
- package/build/esm/types/queries/checkouts/checkouts.query.d.ts +15 -0
- package/build/esm/types/queries/checkouts/index.d.ts +2 -0
- package/build/esm/types/queries/checkouts/styling/styling.query.d.ts +25 -0
- package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
- package/build/esm/types/queries/cms/index.d.ts +1 -0
- package/build/esm/types/queries/connections/connections.query.d.ts +3 -0
- package/build/esm/types/queries/connections/index.d.ts +1 -0
- package/build/esm/types/queries/data-report/data-report.query.d.ts +17 -0
- package/build/esm/types/queries/data-report/fraud/fraud.query.d.ts +17 -0
- package/build/esm/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
- package/build/esm/types/queries/data-report/index.d.ts +2 -0
- package/build/esm/types/queries/developers/developers.query.d.ts +14 -0
- package/build/esm/types/queries/developers/index.d.ts +1 -0
- package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
- package/build/esm/types/queries/dialogs/index.d.ts +1 -0
- package/build/esm/types/queries/feature-flags/feature-flags.test.d.ts +1 -0
- package/build/esm/types/queries/feature-flags/index.d.ts +8 -0
- package/build/esm/types/queries/firebase/firebase.query.d.ts +10 -0
- package/build/esm/types/queries/firebase/index.d.ts +1 -0
- package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +11 -0
- package/build/esm/types/queries/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/queries/index.d.ts +28 -0
- package/build/esm/types/queries/mfa/index.d.ts +1 -0
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +11 -0
- package/build/esm/types/queries/notifications/index.d.ts +1 -0
- package/build/esm/types/queries/notifications/notifications.query.d.ts +12 -0
- package/build/esm/types/queries/organizations/index.d.ts +1 -0
- package/build/esm/types/queries/organizations/organizations.query.d.ts +28 -0
- package/build/esm/types/queries/payment-links/index.d.ts +1 -0
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +7 -0
- package/build/esm/types/queries/payments/index.d.ts +2 -0
- package/build/esm/types/queries/payments/payments.query.d.ts +36 -0
- package/build/esm/types/queries/payments/payouts.query.d.ts +6 -0
- package/build/esm/types/queries/reconciliations/index.d.ts +6 -0
- package/build/esm/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
- package/build/esm/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
- package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +11 -0
- package/build/esm/types/queries/reports/index.d.ts +1 -0
- package/build/esm/types/queries/reports/reports.query.d.ts +13 -0
- package/build/esm/types/queries/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
- package/build/esm/types/queries/saml-config/index.d.ts +1 -0
- package/build/esm/types/queries/saml-config/saml-config.query.d.ts +4 -0
- package/build/esm/types/queries/smart-routing/index.d.ts +1 -0
- package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +30 -0
- package/build/esm/types/queries/team/index.d.ts +1 -0
- package/build/esm/types/queries/team/team.query.d.ts +14 -0
- package/build/esm/types/queries/template-reporting/index.d.ts +1 -0
- package/build/esm/types/queries/template-reporting/template-reporting.query.d.ts +7 -0
- package/build/esm/types/queries/translation/index.d.ts +1 -0
- package/build/esm/types/queries/translation/translation.query.d.ts +5 -0
- package/build/esm/types/queries/users/index.d.ts +1 -0
- package/build/esm/types/queries/users/users.query.d.ts +25 -0
- package/build/esm/types/queries/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
- package/build/esm/types/store/index.d.ts +3 -0
- package/build/esm/types/types/accounts/accounts.d.ts +11 -0
- package/build/esm/types/types/accounts/index.d.ts +1 -0
- package/build/esm/types/types/ai/ai.d.ts +78 -0
- package/build/esm/types/types/ai/index.d.ts +1 -0
- package/build/esm/types/types/allowed-list/allowed-list.d.ts +9 -0
- package/build/esm/types/types/allowed-list/index.d.ts +1 -0
- package/build/esm/types/types/audit/audit.d.ts +191 -0
- package/build/esm/types/types/audit/index.d.ts +1 -0
- package/build/esm/types/types/batch-refunds/batch-refunds.d.ts +38 -0
- package/build/esm/types/types/batch-refunds/index.d.ts +1 -0
- package/build/esm/types/types/checkout/checkout.d.ts +207 -0
- package/build/esm/types/types/checkout/index.d.ts +1 -0
- package/build/esm/types/types/checkout/styling/styling.d.ts +215 -0
- package/build/esm/types/types/cms/cms.d.ts +47 -0
- package/build/esm/types/types/cms/index.d.ts +1 -0
- package/build/esm/types/types/connection/connection.d.ts +54 -0
- package/build/esm/types/types/connection/costs.d.ts +26 -0
- package/build/esm/types/types/connection/index.d.ts +2 -0
- package/build/esm/types/types/country/country.d.ts +12 -0
- package/build/esm/types/types/country/index.d.ts +1 -0
- package/build/esm/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
- package/build/esm/types/types/customized-api-keys/index.d.ts +1 -0
- package/build/esm/types/types/data-report/conversion-rate.types.d.ts +48 -0
- package/build/esm/types/types/data-report/data-report.d.ts +51 -0
- package/build/esm/types/types/data-report/fraud.types.d.ts +165 -0
- package/build/esm/types/types/data-report/index.d.ts +3 -0
- package/build/esm/types/types/developer/developer.d.ts +13 -0
- package/build/esm/types/types/developer/index.d.ts +1 -0
- package/build/esm/types/types/feature-flags/intex.d.ts +13 -0
- package/build/esm/types/types/fraud-screening/fraud-screening.d.ts +109 -0
- package/build/esm/types/types/fraud-screening/index.d.ts +1 -0
- package/build/esm/types/types/index.d.ts +31 -0
- package/build/esm/types/types/mfa/index.d.ts +1 -0
- package/build/esm/types/types/mfa/mfa.d.ts +6 -0
- package/build/esm/types/types/notifications/index.d.ts +1 -0
- package/build/esm/types/types/notifications/notifications.d.ts +39 -0
- package/build/esm/types/types/operation-transaction/index.d.ts +1 -0
- package/build/esm/types/types/operation-transaction/operation-transaction.d.ts +28 -0
- package/build/esm/types/types/organization/index.d.ts +1 -0
- package/build/esm/types/types/organization/organization.d.ts +136 -0
- package/build/esm/types/types/organization-settings/index.d.ts +1 -0
- package/build/esm/types/types/organization-settings/organization-settings.d.ts +27 -0
- package/build/esm/types/types/payment/index.d.ts +1 -0
- package/build/esm/types/types/payment/payment.d.ts +566 -0
- package/build/esm/types/types/payment-links/index.d.ts +1 -0
- package/build/esm/types/types/payment-links/payment-links.d.ts +15 -0
- package/build/esm/types/types/payouts/index.d.ts +1 -0
- package/build/esm/types/types/payouts/payouts.d.ts +105 -0
- package/build/esm/types/types/reconciliation/index.d.ts +6 -0
- package/build/esm/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
- package/build/esm/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
- package/build/esm/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
- package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +45 -0
- package/build/esm/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
- package/build/esm/types/types/reconciliation/reconciliation.d.ts +345 -0
- package/build/esm/types/types/reports/index.d.ts +1 -0
- package/build/esm/types/types/reports/reports.d.ts +136 -0
- package/build/esm/types/types/routing-monitors/index.d.ts +1 -0
- package/build/esm/types/types/routing-monitors/routing-monitors.d.ts +35 -0
- package/build/esm/types/types/s3-client/index.d.ts +1 -0
- package/build/esm/types/types/s3-client/s3-client.d.ts +19 -0
- package/build/esm/types/types/saml-config/index.d.ts +1 -0
- package/build/esm/types/types/saml-config/saml-config.d.ts +28 -0
- package/build/esm/types/types/smart-routing/index.d.ts +1 -0
- package/build/esm/types/types/smart-routing/smart-routing.d.ts +330 -0
- package/build/esm/types/types/team/index.d.ts +1 -0
- package/build/esm/types/types/team/team.d.ts +75 -0
- package/build/esm/types/types/template-reporting/common.types.d.ts +60 -0
- package/build/esm/types/types/template-reporting/index.d.ts +47 -0
- package/build/esm/types/types/template-reporting/schedule.types.d.ts +58 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +86 -0
- package/build/esm/types/types/translation/index.d.ts +1 -0
- package/build/esm/types/types/translation/translation.d.ts +8 -0
- package/build/esm/types/types/user/index.d.ts +1 -0
- package/build/esm/types/types/user/user.d.ts +181 -0
- package/build/esm/types/types/velocity-rules/index.d.ts +1 -0
- package/build/esm/types/types/velocity-rules/velocity-rules.d.ts +15 -0
- package/build/esm/types/types/webhook/index.d.ts +1 -0
- package/build/esm/types/types/webhook/webhook.d.ts +63 -0
- package/build/esm/types/utils/enums.d.ts +162 -0
- package/build/esm/types/utils/handler-error.d.ts +6 -0
- package/build/esm/types/utils/test-utils.d.ts +5 -0
- package/build/esm/types/utils/use-localstorage.d.ts +2 -0
- package/build/esm/types/websockets/index.d.ts +1 -0
- package/build/esm/types/websockets/use-chart-assistant-socket.d.ts +17 -0
- package/build/esm/types/websockets/use-chart-assistant-socket.test.d.ts +1 -0
- package/build/esm/types/yuno-dashboard-api-mfe.d.ts +8 -0
- package/build/index.d.ts +3 -0
- package/package.json +8 -10
- package/build/index.js +0 -42
- /package/build/{types → cjs/types}/api/api.d.ts +0 -0
- /package/build/{types → cjs/types}/api/api.singleton.d.ts +0 -0
- /package/build/{types → cjs/types}/api/api.types.d.ts +0 -0
- /package/build/{types → cjs/types}/api/index.d.ts +0 -0
- /package/build/{types → cjs/types}/api-provider.d.ts +0 -0
- /package/build/{types → cjs/types}/common/config.d.ts +0 -0
- /package/build/{types → cjs/types}/constants/errors-code.constant.d.ts +0 -0
- /package/build/{types → cjs/types}/constants/index.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/__tests__/http-client.test.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/api.config.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/axios.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/http-client.d.ts +0 -0
- /package/build/{types → cjs/types}/lib/http-client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/browser.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/insights.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/organizations.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/handlers/payments.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/index.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/payments/payments.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/msw/mocks/payments/transaction-details.mock.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/S3Client/S3Client.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/S3Client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/accounts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/delete-mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/ai.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/ai.mutation.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/ai/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/audit-api.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/audit.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/chartgpt/chartgpt.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/chartgpt/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/checkouts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/checkouts/styling/styling.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/connections/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/developers/developers.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/developers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/insights/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/insights/insights.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/multi-factor-authentication/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/notifications/notifications.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organization-settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organization-settings/organization-settings.mutations.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organizations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/organizations/organizations.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payment-links/payment-links.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payments/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/payments/payments.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/reports/reports.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/scheduled-reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/security/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/security/security.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/settings/settings.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/smart-routing/smart-routing.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/team.mutaion.test.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/team/team.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/template-reporting/template-reporting.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/users/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/users/users.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/accounts/accounts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/audit/audit.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/batch-refunds/batch-refunds.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/chartgpt/chartgpt.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/chartgpt/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/checkouts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/checkouts/styling/styling.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/cms/cms.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/cms/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/connections/connections.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/connections/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/data-report.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.test.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/data-report/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/developers/developers.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/developers/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/dialogs/dialogs.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/dialogs/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/feature-flags/feature-flags.test.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/feature-flags/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/firebase/firebase.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/firebase/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/fraud-screening/fraud-screening.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/mfa/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/mfa/organization-settings.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/notifications/notifications.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/organizations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/organizations/organizations.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payment-links/payment-links.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/payments.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/payments/payouts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-fees.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-sales.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reconciliations/reconciliations.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/reports/reports.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/routing-monitors/routing-monitors.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/saml-config/saml-config.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/smart-routing/smart-routing.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/team/team.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/template-reporting/template-reporting.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/translation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/translation/translation.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/users/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/users/users.query.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/queries/velocity-rules/velocity-rules.query.d.ts +0 -0
- /package/build/{types → cjs/types}/store/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/accounts/accounts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/accounts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/ai/ai.d.ts +0 -0
- /package/build/{types → cjs/types}/types/ai/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/allowed-list/allowed-list.d.ts +0 -0
- /package/build/{types → cjs/types}/types/allowed-list/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/audit/audit.d.ts +0 -0
- /package/build/{types → cjs/types}/types/audit/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/batch-refunds/batch-refunds.d.ts +0 -0
- /package/build/{types → cjs/types}/types/batch-refunds/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/checkout.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/checkout/styling/styling.d.ts +0 -0
- /package/build/{types → cjs/types}/types/cms/cms.d.ts +0 -0
- /package/build/{types → cjs/types}/types/cms/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/connection.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/costs.d.ts +0 -0
- /package/build/{types → cjs/types}/types/connection/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/country/country.d.ts +0 -0
- /package/build/{types → cjs/types}/types/country/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/customized-api-keys/customized-api-keys.d.ts +0 -0
- /package/build/{types → cjs/types}/types/customized-api-keys/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/conversion-rate.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/data-report.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/fraud.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/data-report/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/developer/developer.d.ts +0 -0
- /package/build/{types → cjs/types}/types/developer/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/feature-flags/intex.d.ts +0 -0
- /package/build/{types → cjs/types}/types/fraud-screening/fraud-screening.d.ts +0 -0
- /package/build/{types → cjs/types}/types/fraud-screening/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/mfa/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/mfa/mfa.d.ts +0 -0
- /package/build/{types → cjs/types}/types/notifications/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/notifications/notifications.d.ts +0 -0
- /package/build/{types → cjs/types}/types/operation-transaction/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/operation-transaction/operation-transaction.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization-settings/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/organization-settings/organization-settings.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment/payment.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment-links/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payment-links/payment-links.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payouts/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/payouts/payouts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-advancements.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-agenda.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-alerts.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-fees.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation-sales.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reconciliation/reconciliation.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reports/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/reports/reports.d.ts +0 -0
- /package/build/{types → cjs/types}/types/routing-monitors/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/routing-monitors/routing-monitors.d.ts +0 -0
- /package/build/{types → cjs/types}/types/s3-client/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/s3-client/s3-client.d.ts +0 -0
- /package/build/{types → cjs/types}/types/saml-config/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/saml-config/saml-config.d.ts +0 -0
- /package/build/{types → cjs/types}/types/smart-routing/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/smart-routing/smart-routing.d.ts +0 -0
- /package/build/{types → cjs/types}/types/team/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/team/team.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/common.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/schedule.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/template-reporting/template.types.d.ts +0 -0
- /package/build/{types → cjs/types}/types/translation/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/translation/translation.d.ts +0 -0
- /package/build/{types → cjs/types}/types/user/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/user/user.d.ts +0 -0
- /package/build/{types → cjs/types}/types/velocity-rules/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/velocity-rules/velocity-rules.d.ts +0 -0
- /package/build/{types → cjs/types}/types/webhook/index.d.ts +0 -0
- /package/build/{types → cjs/types}/types/webhook/webhook.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/enums.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/handler-error.d.ts +0 -0
- /package/build/{types → cjs/types}/utils/use-localstorage.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/index.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.d.ts +0 -0
- /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.test.d.ts +0 -0
- /package/build/{types → cjs/types}/yuno-dashboard-api-mfe.d.ts +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Organization, Webhook } from '../../types';
|
|
2
|
+
import { DeleteMutation } from './delete-mutation';
|
|
3
|
+
export declare function usePostWebhookMultiAccount({ onSuccessCallback, }: {
|
|
4
|
+
onSuccessCallback?: (data: any) => void;
|
|
5
|
+
}): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, {
|
|
6
|
+
payload: Webhook.WebHookV2MultiAccount;
|
|
7
|
+
}, {
|
|
8
|
+
payload: Webhook.WebHookV2MultiAccount;
|
|
9
|
+
}>;
|
|
10
|
+
export declare function useDeleteWebhookV2({ onSuccessCallback, }: {
|
|
11
|
+
onSuccessCallback?: (data: any) => void;
|
|
12
|
+
}): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<null, any, {}>, unknown, {
|
|
13
|
+
code: string;
|
|
14
|
+
accountCode: string;
|
|
15
|
+
}, {
|
|
16
|
+
code: string;
|
|
17
|
+
accountCode: string;
|
|
18
|
+
}>;
|
|
19
|
+
export declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
20
|
+
onSuccessCallback?: (data: any) => void;
|
|
21
|
+
}): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Webhook.WebHookV2, any, {}>, unknown, {
|
|
22
|
+
code: string;
|
|
23
|
+
payload: any;
|
|
24
|
+
accountCode: string;
|
|
25
|
+
}, {
|
|
26
|
+
code: string;
|
|
27
|
+
payload: any;
|
|
28
|
+
accountCode: string;
|
|
29
|
+
}>;
|
|
30
|
+
export declare function usePostAccount(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Organization.Account, any, {}>, unknown, {
|
|
31
|
+
name: string;
|
|
32
|
+
principal: boolean;
|
|
33
|
+
}, unknown>;
|
|
34
|
+
export declare function usePatchAccountV2(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Organization.Account, any, {}>, unknown, {
|
|
35
|
+
name: string;
|
|
36
|
+
code: string;
|
|
37
|
+
principal: boolean;
|
|
38
|
+
}, unknown>;
|
|
39
|
+
export declare function usePutAccountPrincipal(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Organization.Account, any, {}>, unknown, {
|
|
40
|
+
account_code: string;
|
|
41
|
+
}, unknown>;
|
|
42
|
+
export declare function usePutAccountsUserMassive(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Organization.Account, any, {}>, unknown, {
|
|
43
|
+
organizationCode: string;
|
|
44
|
+
userCode: string;
|
|
45
|
+
payload: {
|
|
46
|
+
accounts_roles: {
|
|
47
|
+
role_id: string;
|
|
48
|
+
account_code: string;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
}, unknown>;
|
|
52
|
+
export declare function useDeleteAccountsUserMassive(): DeleteMutation;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { AxiosResponse } from 'axios';
|
|
3
|
+
import { Organization } from '../../types';
|
|
4
|
+
export type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrganization, unknown>, {
|
|
5
|
+
response: {
|
|
6
|
+
data: {
|
|
7
|
+
data: {
|
|
8
|
+
messages: string[];
|
|
9
|
+
};
|
|
10
|
+
statusCode: number;
|
|
11
|
+
messages: string[];
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
organizationCode: string;
|
|
16
|
+
userCode: string;
|
|
17
|
+
payload: {
|
|
18
|
+
accounts: Organization.Account[];
|
|
19
|
+
};
|
|
20
|
+
}, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './accounts.mutation';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { UseMutationOptions, UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { AI, SmartRouting } from '../../types';
|
|
3
|
+
import { AxiosError } from 'axios';
|
|
4
|
+
interface CreateAIsResponse {
|
|
5
|
+
code: string;
|
|
6
|
+
route: {
|
|
7
|
+
condition_sets: SmartRouting.ConditionItem[];
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export interface ErrorRoutingAIResponseData {
|
|
11
|
+
errors: {
|
|
12
|
+
message: string;
|
|
13
|
+
code: string;
|
|
14
|
+
params?: string[];
|
|
15
|
+
param?: string;
|
|
16
|
+
}[];
|
|
17
|
+
}
|
|
18
|
+
export interface ErrorRoutingAIResponse {
|
|
19
|
+
response: {
|
|
20
|
+
status_code: number;
|
|
21
|
+
data: {
|
|
22
|
+
data: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function useAICreateWorkflow(organizationCode: string, options?: Omit<UseMutationOptions<CreateAIsResponse, AxiosError<ErrorRoutingAIResponse>, SmartRouting.PayloadAIWorkflowCreate, unknown> | undefined, 'mutationKey' | 'mutationFn'>): UseMutationResult<CreateAIsResponse, AxiosError<ErrorRoutingAIResponse>, SmartRouting.PayloadAIWorkflowCreate>;
|
|
27
|
+
export declare function useGenerateFeedback(options?: Omit<UseMutationOptions<any, AxiosError<ErrorRoutingAIResponse>, AI.AIGenerate, unknown> | undefined, 'mutationKey' | 'mutationFn'>): UseMutationResult<any, AxiosError<ErrorRoutingAIResponse>, AI.AIGenerate>;
|
|
28
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ai.mutation';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { Audit, Reports } from '../../types';
|
|
3
|
+
import { BFFErrorResponse } from '../smart-routing';
|
|
4
|
+
export declare function useResendWebhooks(): UseMutationResult<void, BFFErrorResponse, Audit.AuditWebhooksResendParams>;
|
|
5
|
+
export declare function useExportApiLogs(): UseMutationResult<Reports.ICreateReportsResponse, BFFErrorResponse, Audit.ExportApiLogsRequest>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Audit } from '../../types';
|
|
2
|
+
export declare function usePostAuditMonitors({ onMutate }: {
|
|
3
|
+
onMutate: any;
|
|
4
|
+
}): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Audit.AuditMonitors, any, {}>, unknown, {
|
|
5
|
+
payload: Audit.AuditMonitorsParams;
|
|
6
|
+
}, unknown>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BatchRefunds } from '../../types';
|
|
2
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
3
|
+
import { AxiosError } from 'axios';
|
|
4
|
+
export declare function useUploadBatchRefundsFileV2({ fileName, onSuccess, onError, }: {
|
|
5
|
+
fileName: string;
|
|
6
|
+
onSuccess?: (a: BatchRefunds.UploadRequest) => void;
|
|
7
|
+
onError?: () => void;
|
|
8
|
+
}): {
|
|
9
|
+
mutation: UseMutationResult<BatchRefunds.UploadRequest, {
|
|
10
|
+
code: string;
|
|
11
|
+
message: string;
|
|
12
|
+
}, BatchRefunds.PayloadV2, unknown>;
|
|
13
|
+
cancelRequest: () => void;
|
|
14
|
+
progress: number;
|
|
15
|
+
};
|
|
16
|
+
export declare function useUploadBatchRefundsV2(): UseMutationResult<BatchRefunds.ListBatchRefunds[], AxiosError<{
|
|
17
|
+
data: {
|
|
18
|
+
code: string;
|
|
19
|
+
message: string;
|
|
20
|
+
};
|
|
21
|
+
}, any>, BatchRefunds.UploadRequest, unknown>;
|
|
22
|
+
export declare function usePostBatchRefundByFile(): UseMutationResult<BatchRefunds.ListBatchRefunds[], unknown, BatchRefunds.BatchRefundByFile, unknown>;
|
|
23
|
+
export declare function useGetBatchRefundProcessedFileDownload(): UseMutationResult<BatchRefunds.BatchRefundByFileResponse, AxiosError<unknown, any>, {
|
|
24
|
+
batchRefundId: string;
|
|
25
|
+
organizationCode: string;
|
|
26
|
+
accountCode: string;
|
|
27
|
+
}, unknown>;
|
|
28
|
+
export declare function useGetBatchRefundUserFileDownload(): UseMutationResult<BatchRefunds.BatchRefundUserFileResponse, AxiosError<unknown, any>, {
|
|
29
|
+
batchRefundId: string;
|
|
30
|
+
organizationCode: string;
|
|
31
|
+
accountCode: string;
|
|
32
|
+
}, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './batch-refunds.mutation';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { AxiosError } from 'axios';
|
|
3
|
+
import { ChartGPTChart, ChartGPTExecuteResponse } from '../../queries';
|
|
4
|
+
export interface CreateChartGPTChartPayload {
|
|
5
|
+
user_prompt: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CreateChartGPTChartResponse {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}
|
|
10
|
+
export interface ErrorChartGPTResponse {
|
|
11
|
+
errors: {
|
|
12
|
+
message: string;
|
|
13
|
+
code: string;
|
|
14
|
+
params?: string[];
|
|
15
|
+
param?: string;
|
|
16
|
+
}[];
|
|
17
|
+
}
|
|
18
|
+
export interface PatchChartGPTChartPayload {
|
|
19
|
+
chart_id: string;
|
|
20
|
+
type: string;
|
|
21
|
+
name: string;
|
|
22
|
+
user_prompt: string;
|
|
23
|
+
}
|
|
24
|
+
export interface CreateAndExecuteChartPayload {
|
|
25
|
+
user_prompt: string;
|
|
26
|
+
}
|
|
27
|
+
export interface CreateAndExecuteChartResult {
|
|
28
|
+
chart_id?: string;
|
|
29
|
+
execution?: ChartGPTExecuteResponse;
|
|
30
|
+
chart?: ChartGPTChart;
|
|
31
|
+
status?: string;
|
|
32
|
+
type?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare function useCreateChart(): UseMutationResult<CreateChartGPTChartResponse, AxiosError<ErrorChartGPTResponse>, CreateChartGPTChartPayload>;
|
|
35
|
+
export declare function useDeleteChart(): UseMutationResult<void, AxiosError<ErrorChartGPTResponse>, string>;
|
|
36
|
+
export declare function usePatchChartName(): UseMutationResult<void, AxiosError<ErrorChartGPTResponse>, PatchChartGPTChartPayload>;
|
|
37
|
+
export declare function useCreateAndExecuteChart(): UseMutationResult<CreateAndExecuteChartResult, AxiosError<ErrorChartGPTResponse>, CreateAndExecuteChartPayload>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './chartgpt.mutation';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import { Checkout } from '../../types';
|
|
3
|
+
import { AxiosResponse } from 'axios';
|
|
4
|
+
export declare function useUpdateIsActiveCheckout(options?: UseMutationOptions<AxiosResponse, unknown, Checkout.UpdateIsActiveCheckoutParams>): import("@tanstack/react-query").UseMutationResult<AxiosResponse<any, any, {}>, unknown, Checkout.UpdateIsActiveCheckoutParams, unknown>;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated since version 0.28.6. use useChangeStylingSettings instead
|
|
7
|
+
*/
|
|
8
|
+
export declare function useUpdateCheckoutTemplate(): import("@tanstack/react-query").UseMutationResult<Checkout.CheckoutList, unknown, {
|
|
9
|
+
accountCode: string;
|
|
10
|
+
template: Record<string, string>;
|
|
11
|
+
}, unknown>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Connection } from '../../types';
|
|
2
|
+
import { Cost } from '../../types/connection/costs';
|
|
3
|
+
import { CustomAxiosResponse } from '../../utils/handler-error';
|
|
4
|
+
type PatchConnection = {
|
|
5
|
+
payload: Connection.ConnectionPayload;
|
|
6
|
+
connectionCode: string;
|
|
7
|
+
};
|
|
8
|
+
type ChangeValidateStatusConnections = {
|
|
9
|
+
payload: {
|
|
10
|
+
integration_codes: string[];
|
|
11
|
+
status: string;
|
|
12
|
+
};
|
|
13
|
+
accountCode: string;
|
|
14
|
+
};
|
|
15
|
+
export declare function usePostValideStatusConnection(): import("@tanstack/react-query").UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
16
|
+
export declare function usePostChangeStatusConnection(): import("@tanstack/react-query").UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
17
|
+
export declare function usePutCosts(): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
18
|
+
integration_code: string;
|
|
19
|
+
costs: Cost[];
|
|
20
|
+
}, unknown>;
|
|
21
|
+
export declare function usePostConnectionMultiAccount(): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
22
|
+
payload: Connection.ConnectionPayload;
|
|
23
|
+
}, unknown>;
|
|
24
|
+
export declare function useNewPostConnectionValidate(): import("@tanstack/react-query").UseMutationResult<string[], CustomAxiosResponse<null>, void, unknown>;
|
|
25
|
+
export declare function usePatchConnection(): import("@tanstack/react-query").UseMutationResult<any, unknown, PatchConnection, unknown>;
|
|
26
|
+
export declare function usePostDefaultRoutes(): import("@tanstack/react-query").UseMutationResult<any, CustomAxiosResponse<null>, Connection.PostDefaultRoutes, unknown>;
|
|
27
|
+
export declare function useValidateCredentials(): import("@tanstack/react-query").UseMutationResult<any, CustomAxiosResponse<null>, {
|
|
28
|
+
payload: {
|
|
29
|
+
account_code: string;
|
|
30
|
+
provider_id: string;
|
|
31
|
+
provider_type: string;
|
|
32
|
+
integration_code: string;
|
|
33
|
+
payment_method: string;
|
|
34
|
+
country_code?: string;
|
|
35
|
+
};
|
|
36
|
+
}, unknown>;
|
|
37
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './connections.mutation';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
export declare function usePostCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
3
|
+
export declare function usePathCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4
|
+
export declare function useGetCustomizedApiKeysToken(): UseMutationResult<unknown>;
|
|
5
|
+
export declare function usePostCredentialsValidatePassword(): UseMutationResult<unknown>;
|
|
6
|
+
export declare function useDeleteCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
7
|
+
export declare function usePatchApiKeysEditNote(): UseMutationResult<unknown>;
|
|
8
|
+
export declare function usePostApiKeysRoll(): UseMutationResult<unknown>;
|
|
9
|
+
export declare function useGetCredentialsMFA(): UseMutationResult<{
|
|
10
|
+
isValid: boolean;
|
|
11
|
+
'x-account-code': string;
|
|
12
|
+
public_api_key: string;
|
|
13
|
+
private_secret_key: string;
|
|
14
|
+
} | {
|
|
15
|
+
isValid: boolean;
|
|
16
|
+
status: any;
|
|
17
|
+
error: any;
|
|
18
|
+
}, unknown, {
|
|
19
|
+
password?: string | undefined;
|
|
20
|
+
accountCode?: string | undefined;
|
|
21
|
+
}, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './developers.mutation';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { FraudScreening } from '../../types';
|
|
2
|
+
export type Blacklist = {
|
|
3
|
+
name: string;
|
|
4
|
+
type: string;
|
|
5
|
+
code: string;
|
|
6
|
+
active?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export type AllowlistMultiAccount = {
|
|
9
|
+
allow_lists: Blacklist[];
|
|
10
|
+
};
|
|
11
|
+
export type PostBlackList = {
|
|
12
|
+
payload?: FraudScreening.BlackListPayload;
|
|
13
|
+
name?: string;
|
|
14
|
+
code?: string;
|
|
15
|
+
page?: number | string;
|
|
16
|
+
size?: number | string;
|
|
17
|
+
account_codes?: string[];
|
|
18
|
+
};
|
|
19
|
+
type PostBlackListItems = {
|
|
20
|
+
payload: FraudScreening.BlackListItemsPayload;
|
|
21
|
+
};
|
|
22
|
+
type PostBlackListBatch = {
|
|
23
|
+
blacklist_code: string;
|
|
24
|
+
expiration_days: number;
|
|
25
|
+
file: string;
|
|
26
|
+
};
|
|
27
|
+
export type ChangePaymentsWebhook = {
|
|
28
|
+
paymentCode: string;
|
|
29
|
+
status: 'SUCCEEDED' | 'DECLINED';
|
|
30
|
+
};
|
|
31
|
+
export declare function usePostGetAllowlistItems(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
32
|
+
export declare function usePostGetAllowlistMultiAccount(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
33
|
+
export declare function usePostCreateAllowlistMultiAccount(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
34
|
+
export declare function usePatchChangeStatusAllowlist(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
35
|
+
export declare function usePatchChangeStatusAllowlistItem(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
36
|
+
export declare function usePatchAddAllowlistItems(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
37
|
+
export declare function usePatchAllowlist(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
38
|
+
export declare function usePostBlackListMultiAccount(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
39
|
+
export declare function usePutBlackListType(): import("@tanstack/react-query").UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
40
|
+
export declare function useChangeStatusBlackList(): import("@tanstack/react-query").UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
41
|
+
export declare function useChangeStatusItemBlackList(): import("@tanstack/react-query").UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
42
|
+
export declare function usePostBlackListItems(): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
43
|
+
export declare function useDeleteBlackListType(): import("@tanstack/react-query").UseMutationResult<any, unknown, FraudScreening.DeleteBlackList, unknown>;
|
|
44
|
+
export declare function usePostBlackListBatch({ handleSetProgress }: {
|
|
45
|
+
handleSetProgress: any;
|
|
46
|
+
}): import("@tanstack/react-query").UseMutationResult<any, unknown, PostBlackListBatch, unknown>;
|
|
47
|
+
export declare function useChangePaymentsWebhook(): import("@tanstack/react-query").UseMutationResult<any, unknown, ChangePaymentsWebhook, unknown>;
|
|
48
|
+
export declare function useDeleteBlockListItem(): import("@tanstack/react-query").UseMutationResult<unknown, unknown, FraudScreening.DeleteBlockListItem, unknown>;
|
|
49
|
+
export declare function useValidateBlockListItems(): import("@tanstack/react-query").UseMutationResult<unknown, unknown, FraudScreening.ValidateBlockListItems, unknown>;
|
|
50
|
+
export declare function useDeleteAllowlistItem(): import("@tanstack/react-query").UseMutationResult<any, unknown, FraudScreening.DeleteAllowListItem, unknown>;
|
|
51
|
+
export declare function useValiateAllowlistItems(): import("@tanstack/react-query").UseMutationResult<unknown, unknown, FraudScreening.ValidateAllowListItems, unknown>;
|
|
52
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fraud-screening.mutation';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export * from './accounts';
|
|
2
|
+
export * from './connections';
|
|
3
|
+
export * from './organizations';
|
|
4
|
+
export * from './security';
|
|
5
|
+
export * from './users';
|
|
6
|
+
export * from './checkouts';
|
|
7
|
+
export * from './payments';
|
|
8
|
+
export * from './reports';
|
|
9
|
+
export * from './smart-routing';
|
|
10
|
+
export * from './routing-monitors';
|
|
11
|
+
export * from './notifications';
|
|
12
|
+
export * from './team';
|
|
13
|
+
export * from './payment-links';
|
|
14
|
+
export * from './settings';
|
|
15
|
+
export * from './multi-factor-authentication';
|
|
16
|
+
export * from './fraud-screening';
|
|
17
|
+
export * from './batch-refunds';
|
|
18
|
+
export * from './S3Client';
|
|
19
|
+
export * from './organization-settings';
|
|
20
|
+
export * from './scheduled-reports';
|
|
21
|
+
export * from './velocity-rules';
|
|
22
|
+
export * from './developers';
|
|
23
|
+
export * from './audit';
|
|
24
|
+
export * from './audit/audit-api.mutation';
|
|
25
|
+
export * from './reconciliations';
|
|
26
|
+
export * from './insights';
|
|
27
|
+
export * from './saml-config';
|
|
28
|
+
export * from './ai';
|
|
29
|
+
export * from './chartgpt';
|
|
30
|
+
export * from './template-reporting';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './insights.mutation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './multi-factor-authentication.mutation';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { MfaUserPayload } from '../../api';
|
|
3
|
+
interface PropsGetEnrollment {
|
|
4
|
+
secret: string;
|
|
5
|
+
barcode_uri: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function useGetTokenValidation(): UseMutationResult<PropsGetEnrollment>;
|
|
8
|
+
export declare function useGetEmailOtp(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
9
|
+
export declare function useConfirmedOtpMfa(): UseMutationResult<unknown, unknown, MfaUserPayload, unknown>;
|
|
10
|
+
export declare function useUnrollUserV2(): UseMutationResult<unknown, unknown, string, unknown>;
|
|
11
|
+
export declare function useValidatePasswordStatus(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './notifications.mutation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './organization-settings.mutations';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OrganizationSettings } from '../../types';
|
|
2
|
+
export declare function useUpdateMFAConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
3
|
+
payload: OrganizationSettings.MfaConfigRequest;
|
|
4
|
+
organizationCode: string;
|
|
5
|
+
}, unknown>;
|
|
6
|
+
export declare function useExcludeUsers(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
7
|
+
payload: OrganizationSettings.MfaUserExcluded[];
|
|
8
|
+
organizationCode: string;
|
|
9
|
+
}, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './organizations.mutation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './payment-links.mutation';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function useCreatePaymentLinks(): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
2
|
+
payload: any;
|
|
3
|
+
accountCode: string;
|
|
4
|
+
}, unknown>;
|
|
5
|
+
export declare function useDeletePaymentLink(): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
6
|
+
code: string;
|
|
7
|
+
}, unknown>;
|
|
8
|
+
export declare function useEditPaymentLinks(): import("@tanstack/react-query").UseMutationResult<any, unknown, {
|
|
9
|
+
payload: any;
|
|
10
|
+
accountCode: string;
|
|
11
|
+
paymentLinkCode: string;
|
|
12
|
+
}, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './payments.mutation';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OperationTransaction, Payment } from '../../types';
|
|
2
|
+
export declare function useCreateOperationTransaction(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OperationTransaction.Response, any, {}>, unknown, {
|
|
3
|
+
payload: OperationTransaction.Request;
|
|
4
|
+
transactionId: string;
|
|
5
|
+
paymentId: string;
|
|
6
|
+
action: OperationTransaction.Actions;
|
|
7
|
+
}, unknown>;
|
|
8
|
+
export declare function useChargebacksUpload(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<Payment.UploadRequest, any, {}>, unknown, {
|
|
9
|
+
payload: Payment.UploadRequest;
|
|
10
|
+
paymentId: string;
|
|
11
|
+
transactionId: string;
|
|
12
|
+
handleSetProgress: (progress: number) => void;
|
|
13
|
+
}, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { Reconciliation, ReconciliationAlerts } from '../../types';
|
|
3
|
+
export declare function useCreateReconciliationAlert(): UseMutationResult<ReconciliationAlerts.PostReconciliationAlertRespose, Reconciliation.Error>;
|
|
4
|
+
export declare function useDeleteReconciliationAlert(): UseMutationResult<ReconciliationAlerts.PostReconciliationAlertRespose, Reconciliation.Error>;
|
|
5
|
+
export declare function useUpdateReconciliationAlert(): UseMutationResult<ReconciliationAlerts.PostReconciliationAlertRespose, Reconciliation.Error>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { Reconciliation, Reports } from '../../types';
|
|
3
|
+
export declare function useCreateReconciliationReportTemplate(payload: Reports.ICreateTemplate): UseMutationResult<Reconciliation.Template, Reconciliation.Error>;
|
|
4
|
+
export declare function useUpdateReconciliationReportTemplate(payload: Reports.ICreateTemplate): UseMutationResult<unknown, Reconciliation.Error>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './reports.mutation';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Reports } from '../../types';
|
|
2
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
3
|
+
export declare function useCreateReconciliationsReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
4
|
+
export declare function useCreateReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
5
|
+
export declare function useCountRowsForReport(): UseMutationResult<Reports.CountRowsReportsResponse, unknown>;
|
|
6
|
+
export declare function useCancelReport(): UseMutationResult<string, unknown>;
|
|
7
|
+
export declare function useCreateReportTemplate(payload: Reports.ICreateTemplate): UseMutationResult<Reports.ICreateTemplate>;
|
|
8
|
+
export declare function useUpdateReportTemplate(payload: Reports.ICreateTemplate): UseMutationResult<unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './routing-monitors.mutation';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { UseMutationResult } from '@tanstack/react-query';
|
|
2
|
+
import { SmartRouting } from '../../types';
|
|
3
|
+
export declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
4
|
+
export declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './saml-config.query';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SamlConfig } from '../../types';
|
|
2
|
+
export declare function useCreateSamlConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, SamlConfig.SamlConfigRequest, unknown>;
|
|
3
|
+
export declare function useUpdateSamlConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, Partial<SamlConfig.SamlConfigRequest>, unknown>;
|
|
4
|
+
export declare function useDeleteSamlConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, void, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './scheduled-reports.mutation';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IListScheduledReportsResponse } from './../../types/reports/reports';
|
|
2
|
+
import { UseMutationResult, UseQueryResult } from '@tanstack/react-query';
|
|
3
|
+
export declare function useGetScheduledReportsList(reportType: any): UseQueryResult<Array<IListScheduledReportsResponse>, unknown>;
|
|
4
|
+
export declare function useCreateScheduledReport(): UseMutationResult<any, unknown, {
|
|
5
|
+
payload: IListScheduledReportsResponse;
|
|
6
|
+
}, unknown>;
|
|
7
|
+
export declare function useUpdateScheduledReport(): UseMutationResult<void, unknown>;
|
|
8
|
+
export declare function useDeleteScheduledReport(): UseMutationResult<void, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './security.mutation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './settings.mutation';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PinnedSections, ThemeSettings } from '../../api';
|
|
2
|
+
export declare function usePostUserSettings(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, {
|
|
3
|
+
payload: any;
|
|
4
|
+
}, {
|
|
5
|
+
payload: any;
|
|
6
|
+
}>;
|
|
7
|
+
export declare function usePostUserThemeSettings(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, ThemeSettings, unknown>;
|
|
8
|
+
export declare function usePostUserSettingsTables(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, {
|
|
9
|
+
payload: any;
|
|
10
|
+
section: string;
|
|
11
|
+
}, {
|
|
12
|
+
payload: any;
|
|
13
|
+
section: string;
|
|
14
|
+
}>;
|
|
15
|
+
export declare function usePostUserSettingsPinned(onMutate: any): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<unknown, any, {}>, unknown, {
|
|
16
|
+
payload: PinnedSections;
|
|
17
|
+
}, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './smart-routing.mutation';
|