@yuno-payments/dashboard-api-mfe 0.34.5

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.
Files changed (443) hide show
  1. package/README.md +41 -0
  2. package/build/cjs/index.js +241 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
  5. package/build/cjs/types/api/api.d.ts +573 -0
  6. package/build/cjs/types/api/api.singleton.d.ts +9 -0
  7. package/build/cjs/types/api/api.types.d.ts +198 -0
  8. package/build/cjs/types/api/index.d.ts +3 -0
  9. package/build/cjs/types/api-provider.d.ts +4 -0
  10. package/build/cjs/types/common/config.d.ts +8 -0
  11. package/build/cjs/types/constants/errors-code.constant.d.ts +5 -0
  12. package/build/cjs/types/constants/index.d.ts +1 -0
  13. package/build/cjs/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
  14. package/build/cjs/types/lib/http-client/api.config.d.ts +2 -0
  15. package/build/cjs/types/lib/http-client/axios.d.ts +19 -0
  16. package/build/cjs/types/lib/http-client/http-client.d.ts +168 -0
  17. package/build/cjs/types/lib/http-client/index.d.ts +2 -0
  18. package/build/cjs/types/msw/browser.d.ts +1 -0
  19. package/build/cjs/types/msw/handlers.d.ts +1 -0
  20. package/build/cjs/types/msw/index.d.ts +1 -0
  21. package/build/cjs/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
  22. package/build/cjs/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
  23. package/build/cjs/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
  24. package/build/cjs/types/mutations/S3Client/index.d.ts +1 -0
  25. package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +103 -0
  26. package/build/cjs/types/mutations/accounts/delete-mutation.d.ts +20 -0
  27. package/build/cjs/types/mutations/accounts/index.d.ts +1 -0
  28. package/build/cjs/types/mutations/ai/ai.mutation.d.ts +27 -0
  29. package/build/cjs/types/mutations/ai/ai.mutation.test.d.ts +1 -0
  30. package/build/cjs/types/mutations/ai/index.d.ts +1 -0
  31. package/build/cjs/types/mutations/audit/audit.mutation.d.ts +6 -0
  32. package/build/cjs/types/mutations/audit/index.d.ts +1 -0
  33. package/build/cjs/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +25 -0
  34. package/build/cjs/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
  35. package/build/cjs/types/mutations/batch-refunds/index.d.ts +1 -0
  36. package/build/cjs/types/mutations/checkouts/checkouts.mutation.d.ts +15 -0
  37. package/build/cjs/types/mutations/checkouts/index.d.ts +2 -0
  38. package/build/cjs/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
  39. package/build/cjs/types/mutations/connections/connections.mutation.d.ts +51 -0
  40. package/build/cjs/types/mutations/connections/index.d.ts +1 -0
  41. package/build/cjs/types/mutations/developers/developers.mutation.d.ts +22 -0
  42. package/build/cjs/types/mutations/developers/index.d.ts +1 -0
  43. package/build/cjs/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +54 -0
  44. package/build/cjs/types/mutations/fraud-screening/index.d.ts +1 -0
  45. package/build/cjs/types/mutations/index.d.ts +27 -0
  46. package/build/cjs/types/mutations/insights/index.d.ts +1 -0
  47. package/build/cjs/types/mutations/insights/insights.mutation.d.ts +2 -0
  48. package/build/cjs/types/mutations/multi-factor-authentication/index.d.ts +1 -0
  49. package/build/cjs/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +19 -0
  50. package/build/cjs/types/mutations/notifications/index.d.ts +1 -0
  51. package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +8 -0
  52. package/build/cjs/types/mutations/organization-settings/index.d.ts +1 -0
  53. package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
  54. package/build/cjs/types/mutations/organizations/index.d.ts +1 -0
  55. package/build/cjs/types/mutations/organizations/organizations.mutation.d.ts +2 -0
  56. package/build/cjs/types/mutations/payment-links/index.d.ts +1 -0
  57. package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +16 -0
  58. package/build/cjs/types/mutations/payments/index.d.ts +1 -0
  59. package/build/cjs/types/mutations/payments/payments.mutation.d.ts +13 -0
  60. package/build/cjs/types/mutations/reconciliations/index.d.ts +2 -0
  61. package/build/cjs/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
  62. package/build/cjs/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
  63. package/build/cjs/types/mutations/reports/index.d.ts +1 -0
  64. package/build/cjs/types/mutations/reports/reports.mutation.d.ts +9 -0
  65. package/build/cjs/types/mutations/routing-monitors/index.d.ts +1 -0
  66. package/build/cjs/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
  67. package/build/cjs/types/mutations/saml-config/index.d.ts +1 -0
  68. package/build/cjs/types/mutations/saml-config/saml-config.query.d.ts +4 -0
  69. package/build/cjs/types/mutations/scheduled-reports/index.d.ts +1 -0
  70. package/build/cjs/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
  71. package/build/cjs/types/mutations/security/index.d.ts +1 -0
  72. package/build/cjs/types/mutations/security/security.mutation.d.ts +4 -0
  73. package/build/cjs/types/mutations/settings/index.d.ts +1 -0
  74. package/build/cjs/types/mutations/settings/settings.mutation.d.ts +17 -0
  75. package/build/cjs/types/mutations/smart-routing/index.d.ts +1 -0
  76. package/build/cjs/types/mutations/smart-routing/smart-routing.mutation.d.ts +74 -0
  77. package/build/cjs/types/mutations/team/index.d.ts +1 -0
  78. package/build/cjs/types/mutations/team/team.mutaion.test.d.ts +1 -0
  79. package/build/cjs/types/mutations/team/team.mutation.d.ts +10 -0
  80. package/build/cjs/types/mutations/users/index.d.ts +1 -0
  81. package/build/cjs/types/mutations/users/users.mutation.d.ts +21 -0
  82. package/build/cjs/types/mutations/velocity-rules/index.d.ts +1 -0
  83. package/build/cjs/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +6 -0
  84. package/build/cjs/types/queries/accounts/accounts.query.d.ts +25 -0
  85. package/build/cjs/types/queries/accounts/index.d.ts +1 -0
  86. package/build/cjs/types/queries/audit/audit.query.d.ts +5 -0
  87. package/build/cjs/types/queries/audit/index.d.ts +1 -0
  88. package/build/cjs/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
  89. package/build/cjs/types/queries/batch-refunds/index.d.ts +1 -0
  90. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +15 -0
  91. package/build/cjs/types/queries/checkouts/index.d.ts +2 -0
  92. package/build/cjs/types/queries/checkouts/styling/styling.query.d.ts +6 -0
  93. package/build/cjs/types/queries/cms/cms.query.d.ts +14 -0
  94. package/build/cjs/types/queries/cms/index.d.ts +1 -0
  95. package/build/cjs/types/queries/connections/connections.query.d.ts +3 -0
  96. package/build/cjs/types/queries/connections/index.d.ts +1 -0
  97. package/build/cjs/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +5 -0
  98. package/build/cjs/types/queries/data-report/data-report.query.d.ts +20 -0
  99. package/build/cjs/types/queries/data-report/fraud/fraud.query.d.ts +16 -0
  100. package/build/cjs/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
  101. package/build/cjs/types/queries/data-report/index.d.ts +3 -0
  102. package/build/cjs/types/queries/developers/developers.query.d.ts +17 -0
  103. package/build/cjs/types/queries/developers/index.d.ts +1 -0
  104. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +2 -0
  105. package/build/cjs/types/queries/dialogs/index.d.ts +1 -0
  106. package/build/cjs/types/queries/feature-flags/feature.test.d.ts +1 -0
  107. package/build/cjs/types/queries/feature-flags/index.d.ts +6 -0
  108. package/build/cjs/types/queries/firebase/firebase.query.d.ts +10 -0
  109. package/build/cjs/types/queries/firebase/index.d.ts +1 -0
  110. package/build/cjs/types/queries/fraud-screening/fraud-screening.query.d.ts +12 -0
  111. package/build/cjs/types/queries/fraud-screening/index.d.ts +1 -0
  112. package/build/cjs/types/queries/index.d.ts +25 -0
  113. package/build/cjs/types/queries/mfa/index.d.ts +1 -0
  114. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +11 -0
  115. package/build/cjs/types/queries/notifications/index.d.ts +1 -0
  116. package/build/cjs/types/queries/notifications/notifications.query.d.ts +14 -0
  117. package/build/cjs/types/queries/organizations/index.d.ts +1 -0
  118. package/build/cjs/types/queries/organizations/organizations.query.d.ts +31 -0
  119. package/build/cjs/types/queries/payment-links/index.d.ts +1 -0
  120. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +12 -0
  121. package/build/cjs/types/queries/payments/index.d.ts +2 -0
  122. package/build/cjs/types/queries/payments/payments.query.d.ts +45 -0
  123. package/build/cjs/types/queries/payments/payouts.query.d.ts +6 -0
  124. package/build/cjs/types/queries/reconciliations/index.d.ts +6 -0
  125. package/build/cjs/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
  126. package/build/cjs/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
  127. package/build/cjs/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
  128. package/build/cjs/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
  129. package/build/cjs/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
  130. package/build/cjs/types/queries/reconciliations/reconciliations.query.d.ts +13 -0
  131. package/build/cjs/types/queries/reports/index.d.ts +1 -0
  132. package/build/cjs/types/queries/reports/reports.query.d.ts +13 -0
  133. package/build/cjs/types/queries/routing-monitors/index.d.ts +1 -0
  134. package/build/cjs/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
  135. package/build/cjs/types/queries/saml-config/index.d.ts +1 -0
  136. package/build/cjs/types/queries/saml-config/saml-config.query.d.ts +4 -0
  137. package/build/cjs/types/queries/smart-routing/index.d.ts +1 -0
  138. package/build/cjs/types/queries/smart-routing/smart-routing.query.d.ts +27 -0
  139. package/build/cjs/types/queries/team/index.d.ts +1 -0
  140. package/build/cjs/types/queries/team/team.query.d.ts +32 -0
  141. package/build/cjs/types/queries/users/index.d.ts +1 -0
  142. package/build/cjs/types/queries/users/users.query.d.ts +7 -0
  143. package/build/cjs/types/queries/velocity-rules/index.d.ts +1 -0
  144. package/build/cjs/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
  145. package/build/cjs/types/store/index.d.ts +3 -0
  146. package/build/cjs/types/types/accounts/accounts.d.ts +11 -0
  147. package/build/cjs/types/types/accounts/index.d.ts +1 -0
  148. package/build/cjs/types/types/allowed-list/allowed-list.d.ts +9 -0
  149. package/build/cjs/types/types/allowed-list/index.d.ts +1 -0
  150. package/build/cjs/types/types/audit/audit.d.ts +110 -0
  151. package/build/cjs/types/types/audit/index.d.ts +1 -0
  152. package/build/cjs/types/types/batch-refunds/batch-refunds.d.ts +32 -0
  153. package/build/cjs/types/types/batch-refunds/index.d.ts +1 -0
  154. package/build/cjs/types/types/checkout/checkout.d.ts +207 -0
  155. package/build/cjs/types/types/checkout/index.d.ts +1 -0
  156. package/build/cjs/types/types/checkout/styling/styling.d.ts +76 -0
  157. package/build/cjs/types/types/cms/cms.d.ts +47 -0
  158. package/build/cjs/types/types/cms/index.d.ts +1 -0
  159. package/build/cjs/types/types/connection/connection.d.ts +53 -0
  160. package/build/cjs/types/types/connection/costs.d.ts +26 -0
  161. package/build/cjs/types/types/connection/index.d.ts +2 -0
  162. package/build/cjs/types/types/country/country.d.ts +12 -0
  163. package/build/cjs/types/types/country/index.d.ts +1 -0
  164. package/build/cjs/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
  165. package/build/cjs/types/types/customized-api-keys/index.d.ts +1 -0
  166. package/build/cjs/types/types/data-report/conversion-rate.types.d.ts +48 -0
  167. package/build/cjs/types/types/data-report/data-report.d.ts +51 -0
  168. package/build/cjs/types/types/data-report/fraud.types.d.ts +161 -0
  169. package/build/cjs/types/types/data-report/index.d.ts +3 -0
  170. package/build/cjs/types/types/developer/developer.d.ts +13 -0
  171. package/build/cjs/types/types/developer/index.d.ts +1 -0
  172. package/build/cjs/types/types/feature-flags/intex.d.ts +8 -0
  173. package/build/cjs/types/types/fraud-screening/fraud-screening.d.ts +109 -0
  174. package/build/cjs/types/types/fraud-screening/index.d.ts +1 -0
  175. package/build/cjs/types/types/index.d.ts +28 -0
  176. package/build/cjs/types/types/mfa/index.d.ts +1 -0
  177. package/build/cjs/types/types/mfa/mfa.d.ts +6 -0
  178. package/build/cjs/types/types/notifications/index.d.ts +1 -0
  179. package/build/cjs/types/types/notifications/notifications.d.ts +39 -0
  180. package/build/cjs/types/types/operation-transaction/index.d.ts +1 -0
  181. package/build/cjs/types/types/operation-transaction/operation-transaction.d.ts +28 -0
  182. package/build/cjs/types/types/organization/index.d.ts +1 -0
  183. package/build/cjs/types/types/organization/organization.d.ts +130 -0
  184. package/build/cjs/types/types/organization-settings/index.d.ts +1 -0
  185. package/build/cjs/types/types/organization-settings/organization-settings.d.ts +27 -0
  186. package/build/cjs/types/types/payment/index.d.ts +1 -0
  187. package/build/cjs/types/types/payment/payment.d.ts +409 -0
  188. package/build/cjs/types/types/payment-links/index.d.ts +1 -0
  189. package/build/cjs/types/types/payment-links/payment-links.d.ts +15 -0
  190. package/build/cjs/types/types/payouts/index.d.ts +1 -0
  191. package/build/cjs/types/types/payouts/payouts.d.ts +105 -0
  192. package/build/cjs/types/types/reconciliation/index.d.ts +6 -0
  193. package/build/cjs/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
  194. package/build/cjs/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
  195. package/build/cjs/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
  196. package/build/cjs/types/types/reconciliation/reconciliation-fees.d.ts +47 -0
  197. package/build/cjs/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
  198. package/build/cjs/types/types/reconciliation/reconciliation.d.ts +343 -0
  199. package/build/cjs/types/types/reports/index.d.ts +1 -0
  200. package/build/cjs/types/types/reports/reports.d.ts +123 -0
  201. package/build/cjs/types/types/routing-monitors/index.d.ts +1 -0
  202. package/build/cjs/types/types/routing-monitors/routing-monitors.d.ts +35 -0
  203. package/build/cjs/types/types/s3-client/index.d.ts +1 -0
  204. package/build/cjs/types/types/s3-client/s3-client.d.ts +19 -0
  205. package/build/cjs/types/types/saml-config/index.d.ts +1 -0
  206. package/build/cjs/types/types/saml-config/saml-config.d.ts +28 -0
  207. package/build/cjs/types/types/smart-routing/index.d.ts +1 -0
  208. package/build/cjs/types/types/smart-routing/smart-routing.d.ts +311 -0
  209. package/build/cjs/types/types/team/index.d.ts +1 -0
  210. package/build/cjs/types/types/team/team.d.ts +75 -0
  211. package/build/cjs/types/types/user/index.d.ts +1 -0
  212. package/build/cjs/types/types/user/user.d.ts +133 -0
  213. package/build/cjs/types/types/velocity-rules/index.d.ts +1 -0
  214. package/build/cjs/types/types/velocity-rules/velocity-rules.d.ts +15 -0
  215. package/build/cjs/types/types/webhook/index.d.ts +1 -0
  216. package/build/cjs/types/types/webhook/webhook.d.ts +63 -0
  217. package/build/cjs/types/utils/enums.d.ts +162 -0
  218. package/build/cjs/types/utils/handler-error.d.ts +6 -0
  219. package/build/cjs/types/utils/test-utils.d.ts +4 -0
  220. package/build/cjs/types/utils/use-localstorage.d.ts +2 -0
  221. package/build/cjs/types/yuno-dashboard-api-mfe.d.ts +7 -0
  222. package/build/esm/index.js +241 -0
  223. package/build/esm/index.js.map +1 -0
  224. package/build/esm/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
  225. package/build/esm/types/api/api.d.ts +573 -0
  226. package/build/esm/types/api/api.singleton.d.ts +9 -0
  227. package/build/esm/types/api/api.types.d.ts +198 -0
  228. package/build/esm/types/api/index.d.ts +3 -0
  229. package/build/esm/types/api-provider.d.ts +4 -0
  230. package/build/esm/types/common/config.d.ts +8 -0
  231. package/build/esm/types/constants/errors-code.constant.d.ts +5 -0
  232. package/build/esm/types/constants/index.d.ts +1 -0
  233. package/build/esm/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
  234. package/build/esm/types/lib/http-client/api.config.d.ts +2 -0
  235. package/build/esm/types/lib/http-client/axios.d.ts +19 -0
  236. package/build/esm/types/lib/http-client/http-client.d.ts +168 -0
  237. package/build/esm/types/lib/http-client/index.d.ts +2 -0
  238. package/build/esm/types/msw/browser.d.ts +1 -0
  239. package/build/esm/types/msw/handlers.d.ts +1 -0
  240. package/build/esm/types/msw/index.d.ts +1 -0
  241. package/build/esm/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
  242. package/build/esm/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
  243. package/build/esm/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
  244. package/build/esm/types/mutations/S3Client/index.d.ts +1 -0
  245. package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +103 -0
  246. package/build/esm/types/mutations/accounts/delete-mutation.d.ts +20 -0
  247. package/build/esm/types/mutations/accounts/index.d.ts +1 -0
  248. package/build/esm/types/mutations/ai/ai.mutation.d.ts +27 -0
  249. package/build/esm/types/mutations/ai/ai.mutation.test.d.ts +1 -0
  250. package/build/esm/types/mutations/ai/index.d.ts +1 -0
  251. package/build/esm/types/mutations/audit/audit.mutation.d.ts +6 -0
  252. package/build/esm/types/mutations/audit/index.d.ts +1 -0
  253. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +25 -0
  254. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
  255. package/build/esm/types/mutations/batch-refunds/index.d.ts +1 -0
  256. package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +15 -0
  257. package/build/esm/types/mutations/checkouts/index.d.ts +2 -0
  258. package/build/esm/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
  259. package/build/esm/types/mutations/connections/connections.mutation.d.ts +51 -0
  260. package/build/esm/types/mutations/connections/index.d.ts +1 -0
  261. package/build/esm/types/mutations/developers/developers.mutation.d.ts +22 -0
  262. package/build/esm/types/mutations/developers/index.d.ts +1 -0
  263. package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +54 -0
  264. package/build/esm/types/mutations/fraud-screening/index.d.ts +1 -0
  265. package/build/esm/types/mutations/index.d.ts +27 -0
  266. package/build/esm/types/mutations/insights/index.d.ts +1 -0
  267. package/build/esm/types/mutations/insights/insights.mutation.d.ts +2 -0
  268. package/build/esm/types/mutations/multi-factor-authentication/index.d.ts +1 -0
  269. package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +19 -0
  270. package/build/esm/types/mutations/notifications/index.d.ts +1 -0
  271. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +8 -0
  272. package/build/esm/types/mutations/organization-settings/index.d.ts +1 -0
  273. package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
  274. package/build/esm/types/mutations/organizations/index.d.ts +1 -0
  275. package/build/esm/types/mutations/organizations/organizations.mutation.d.ts +2 -0
  276. package/build/esm/types/mutations/payment-links/index.d.ts +1 -0
  277. package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +16 -0
  278. package/build/esm/types/mutations/payments/index.d.ts +1 -0
  279. package/build/esm/types/mutations/payments/payments.mutation.d.ts +13 -0
  280. package/build/esm/types/mutations/reconciliations/index.d.ts +2 -0
  281. package/build/esm/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
  282. package/build/esm/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
  283. package/build/esm/types/mutations/reports/index.d.ts +1 -0
  284. package/build/esm/types/mutations/reports/reports.mutation.d.ts +9 -0
  285. package/build/esm/types/mutations/routing-monitors/index.d.ts +1 -0
  286. package/build/esm/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
  287. package/build/esm/types/mutations/saml-config/index.d.ts +1 -0
  288. package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +4 -0
  289. package/build/esm/types/mutations/scheduled-reports/index.d.ts +1 -0
  290. package/build/esm/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
  291. package/build/esm/types/mutations/security/index.d.ts +1 -0
  292. package/build/esm/types/mutations/security/security.mutation.d.ts +4 -0
  293. package/build/esm/types/mutations/settings/index.d.ts +1 -0
  294. package/build/esm/types/mutations/settings/settings.mutation.d.ts +17 -0
  295. package/build/esm/types/mutations/smart-routing/index.d.ts +1 -0
  296. package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +74 -0
  297. package/build/esm/types/mutations/team/index.d.ts +1 -0
  298. package/build/esm/types/mutations/team/team.mutaion.test.d.ts +1 -0
  299. package/build/esm/types/mutations/team/team.mutation.d.ts +10 -0
  300. package/build/esm/types/mutations/users/index.d.ts +1 -0
  301. package/build/esm/types/mutations/users/users.mutation.d.ts +21 -0
  302. package/build/esm/types/mutations/velocity-rules/index.d.ts +1 -0
  303. package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +6 -0
  304. package/build/esm/types/queries/accounts/accounts.query.d.ts +25 -0
  305. package/build/esm/types/queries/accounts/index.d.ts +1 -0
  306. package/build/esm/types/queries/audit/audit.query.d.ts +5 -0
  307. package/build/esm/types/queries/audit/index.d.ts +1 -0
  308. package/build/esm/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
  309. package/build/esm/types/queries/batch-refunds/index.d.ts +1 -0
  310. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +15 -0
  311. package/build/esm/types/queries/checkouts/index.d.ts +2 -0
  312. package/build/esm/types/queries/checkouts/styling/styling.query.d.ts +6 -0
  313. package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
  314. package/build/esm/types/queries/cms/index.d.ts +1 -0
  315. package/build/esm/types/queries/connections/connections.query.d.ts +3 -0
  316. package/build/esm/types/queries/connections/index.d.ts +1 -0
  317. package/build/esm/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +5 -0
  318. package/build/esm/types/queries/data-report/data-report.query.d.ts +20 -0
  319. package/build/esm/types/queries/data-report/fraud/fraud.query.d.ts +16 -0
  320. package/build/esm/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
  321. package/build/esm/types/queries/data-report/index.d.ts +3 -0
  322. package/build/esm/types/queries/developers/developers.query.d.ts +17 -0
  323. package/build/esm/types/queries/developers/index.d.ts +1 -0
  324. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
  325. package/build/esm/types/queries/dialogs/index.d.ts +1 -0
  326. package/build/esm/types/queries/feature-flags/feature.test.d.ts +1 -0
  327. package/build/esm/types/queries/feature-flags/index.d.ts +6 -0
  328. package/build/esm/types/queries/firebase/firebase.query.d.ts +10 -0
  329. package/build/esm/types/queries/firebase/index.d.ts +1 -0
  330. package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +12 -0
  331. package/build/esm/types/queries/fraud-screening/index.d.ts +1 -0
  332. package/build/esm/types/queries/index.d.ts +25 -0
  333. package/build/esm/types/queries/mfa/index.d.ts +1 -0
  334. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +11 -0
  335. package/build/esm/types/queries/notifications/index.d.ts +1 -0
  336. package/build/esm/types/queries/notifications/notifications.query.d.ts +14 -0
  337. package/build/esm/types/queries/organizations/index.d.ts +1 -0
  338. package/build/esm/types/queries/organizations/organizations.query.d.ts +31 -0
  339. package/build/esm/types/queries/payment-links/index.d.ts +1 -0
  340. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +12 -0
  341. package/build/esm/types/queries/payments/index.d.ts +2 -0
  342. package/build/esm/types/queries/payments/payments.query.d.ts +45 -0
  343. package/build/esm/types/queries/payments/payouts.query.d.ts +6 -0
  344. package/build/esm/types/queries/reconciliations/index.d.ts +6 -0
  345. package/build/esm/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
  346. package/build/esm/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
  347. package/build/esm/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
  348. package/build/esm/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
  349. package/build/esm/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
  350. package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +13 -0
  351. package/build/esm/types/queries/reports/index.d.ts +1 -0
  352. package/build/esm/types/queries/reports/reports.query.d.ts +13 -0
  353. package/build/esm/types/queries/routing-monitors/index.d.ts +1 -0
  354. package/build/esm/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
  355. package/build/esm/types/queries/saml-config/index.d.ts +1 -0
  356. package/build/esm/types/queries/saml-config/saml-config.query.d.ts +4 -0
  357. package/build/esm/types/queries/smart-routing/index.d.ts +1 -0
  358. package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +27 -0
  359. package/build/esm/types/queries/team/index.d.ts +1 -0
  360. package/build/esm/types/queries/team/team.query.d.ts +32 -0
  361. package/build/esm/types/queries/users/index.d.ts +1 -0
  362. package/build/esm/types/queries/users/users.query.d.ts +7 -0
  363. package/build/esm/types/queries/velocity-rules/index.d.ts +1 -0
  364. package/build/esm/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
  365. package/build/esm/types/store/index.d.ts +3 -0
  366. package/build/esm/types/types/accounts/accounts.d.ts +11 -0
  367. package/build/esm/types/types/accounts/index.d.ts +1 -0
  368. package/build/esm/types/types/allowed-list/allowed-list.d.ts +9 -0
  369. package/build/esm/types/types/allowed-list/index.d.ts +1 -0
  370. package/build/esm/types/types/audit/audit.d.ts +110 -0
  371. package/build/esm/types/types/audit/index.d.ts +1 -0
  372. package/build/esm/types/types/batch-refunds/batch-refunds.d.ts +32 -0
  373. package/build/esm/types/types/batch-refunds/index.d.ts +1 -0
  374. package/build/esm/types/types/checkout/checkout.d.ts +207 -0
  375. package/build/esm/types/types/checkout/index.d.ts +1 -0
  376. package/build/esm/types/types/checkout/styling/styling.d.ts +76 -0
  377. package/build/esm/types/types/cms/cms.d.ts +47 -0
  378. package/build/esm/types/types/cms/index.d.ts +1 -0
  379. package/build/esm/types/types/connection/connection.d.ts +53 -0
  380. package/build/esm/types/types/connection/costs.d.ts +26 -0
  381. package/build/esm/types/types/connection/index.d.ts +2 -0
  382. package/build/esm/types/types/country/country.d.ts +12 -0
  383. package/build/esm/types/types/country/index.d.ts +1 -0
  384. package/build/esm/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
  385. package/build/esm/types/types/customized-api-keys/index.d.ts +1 -0
  386. package/build/esm/types/types/data-report/conversion-rate.types.d.ts +48 -0
  387. package/build/esm/types/types/data-report/data-report.d.ts +51 -0
  388. package/build/esm/types/types/data-report/fraud.types.d.ts +161 -0
  389. package/build/esm/types/types/data-report/index.d.ts +3 -0
  390. package/build/esm/types/types/developer/developer.d.ts +13 -0
  391. package/build/esm/types/types/developer/index.d.ts +1 -0
  392. package/build/esm/types/types/feature-flags/intex.d.ts +8 -0
  393. package/build/esm/types/types/fraud-screening/fraud-screening.d.ts +109 -0
  394. package/build/esm/types/types/fraud-screening/index.d.ts +1 -0
  395. package/build/esm/types/types/index.d.ts +28 -0
  396. package/build/esm/types/types/mfa/index.d.ts +1 -0
  397. package/build/esm/types/types/mfa/mfa.d.ts +6 -0
  398. package/build/esm/types/types/notifications/index.d.ts +1 -0
  399. package/build/esm/types/types/notifications/notifications.d.ts +39 -0
  400. package/build/esm/types/types/operation-transaction/index.d.ts +1 -0
  401. package/build/esm/types/types/operation-transaction/operation-transaction.d.ts +28 -0
  402. package/build/esm/types/types/organization/index.d.ts +1 -0
  403. package/build/esm/types/types/organization/organization.d.ts +130 -0
  404. package/build/esm/types/types/organization-settings/index.d.ts +1 -0
  405. package/build/esm/types/types/organization-settings/organization-settings.d.ts +27 -0
  406. package/build/esm/types/types/payment/index.d.ts +1 -0
  407. package/build/esm/types/types/payment/payment.d.ts +409 -0
  408. package/build/esm/types/types/payment-links/index.d.ts +1 -0
  409. package/build/esm/types/types/payment-links/payment-links.d.ts +15 -0
  410. package/build/esm/types/types/payouts/index.d.ts +1 -0
  411. package/build/esm/types/types/payouts/payouts.d.ts +105 -0
  412. package/build/esm/types/types/reconciliation/index.d.ts +6 -0
  413. package/build/esm/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
  414. package/build/esm/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
  415. package/build/esm/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
  416. package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +47 -0
  417. package/build/esm/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
  418. package/build/esm/types/types/reconciliation/reconciliation.d.ts +343 -0
  419. package/build/esm/types/types/reports/index.d.ts +1 -0
  420. package/build/esm/types/types/reports/reports.d.ts +123 -0
  421. package/build/esm/types/types/routing-monitors/index.d.ts +1 -0
  422. package/build/esm/types/types/routing-monitors/routing-monitors.d.ts +35 -0
  423. package/build/esm/types/types/s3-client/index.d.ts +1 -0
  424. package/build/esm/types/types/s3-client/s3-client.d.ts +19 -0
  425. package/build/esm/types/types/saml-config/index.d.ts +1 -0
  426. package/build/esm/types/types/saml-config/saml-config.d.ts +28 -0
  427. package/build/esm/types/types/smart-routing/index.d.ts +1 -0
  428. package/build/esm/types/types/smart-routing/smart-routing.d.ts +311 -0
  429. package/build/esm/types/types/team/index.d.ts +1 -0
  430. package/build/esm/types/types/team/team.d.ts +75 -0
  431. package/build/esm/types/types/user/index.d.ts +1 -0
  432. package/build/esm/types/types/user/user.d.ts +133 -0
  433. package/build/esm/types/types/velocity-rules/index.d.ts +1 -0
  434. package/build/esm/types/types/velocity-rules/velocity-rules.d.ts +15 -0
  435. package/build/esm/types/types/webhook/index.d.ts +1 -0
  436. package/build/esm/types/types/webhook/webhook.d.ts +63 -0
  437. package/build/esm/types/utils/enums.d.ts +162 -0
  438. package/build/esm/types/utils/handler-error.d.ts +6 -0
  439. package/build/esm/types/utils/test-utils.d.ts +4 -0
  440. package/build/esm/types/utils/use-localstorage.d.ts +2 -0
  441. package/build/esm/types/yuno-dashboard-api-mfe.d.ts +7 -0
  442. package/build/index.d.ts +5093 -0
  443. package/package.json +107 -0
@@ -0,0 +1 @@
1
+ export * from './batch-refunds.query';
@@ -0,0 +1,15 @@
1
+ import { UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
2
+ import type { Checkout } from '../../types';
3
+ export declare function useGetCheckouts({ accountCode }: {
4
+ accountCode: any;
5
+ }): UseQueryResult<Checkout.CheckoutList[], unknown>;
6
+ /**
7
+ * @deprecated since version 0.28.6. use useGetStylingTheme instead
8
+ */
9
+ export declare function useGetCheckoutTemplate({ accountCode, }: {
10
+ accountCode: any;
11
+ }): UseQueryResult<Checkout.CheckoutTemplateResponse[], unknown>;
12
+ export declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
13
+ export declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
14
+ export declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
15
+ export declare const useGetRequiredFields: ({ paymentMethodType, type }: Checkout.GetRequiredFieldsArgs, option?: UseQueryOptions<Checkout.GetRequiredFieldsResponse, unknown, Checkout.GetRequiredFieldsResponse>) => UseQueryResult<Checkout.GetRequiredFieldsResponse, unknown>;
@@ -0,0 +1,2 @@
1
+ export * from './checkouts.query';
2
+ export * from './styling/styling.query';
@@ -0,0 +1,6 @@
1
+ export declare function useGetStylingTheme({ accountCode }: {
2
+ accountCode: string;
3
+ }): import("@tanstack/react-query").UseQueryResult<import("../../../types/checkout/styling/styling").Styling.Theme, unknown>;
4
+ export declare function useGetStylingSettings({ accountCode, }: {
5
+ accountCode: string;
6
+ }): import("@tanstack/react-query").UseQueryResult<import("../../../types/checkout/styling/styling").Styling.Settings, unknown>;
@@ -0,0 +1,14 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { TimeZoneCatalog } from '../../api';
3
+ import { Cms } from '../../types';
4
+ import { AxiosError } from 'axios';
5
+ export declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
6
+ export declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
7
+ export declare function useGetTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
8
+ export declare function useGetReconciliationTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
9
+ export declare function useGetTimeZoneCatalog(): UseQueryResult<Array<TimeZoneCatalog>, unknown>;
10
+ export declare function useGetAuditLogsFilters(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
11
+ export declare function useGetDashboardStaticContents(): UseQueryResult<Array<{
12
+ [key: string]: string;
13
+ }>, unknown>;
14
+ export declare function useGetLocales(): UseQueryResult<Cms.Language[], AxiosError>;
@@ -0,0 +1 @@
1
+ export * from './cms.query';
@@ -0,0 +1,3 @@
1
+ import { Connection } from '../../types';
2
+ import { CustomAxiosResponse } from '../../utils/handler-error';
3
+ export declare function useGetConnections(): import("@tanstack/react-query").UseQueryResult<Connection.Connection[], CustomAxiosResponse<null>>;
@@ -0,0 +1 @@
1
+ export * from './connections.query';
@@ -0,0 +1,5 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { AxiosError, AxiosResponse } from 'axios';
3
+ import { ConversionRateParams, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds } from '../../../types/data-report/conversion-rate.types';
4
+ export declare const useConversionRateOverview: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverview>, AxiosError>;
5
+ export declare const useConversionRateOverviewFraud3ds: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverviewFraud3ds>, AxiosError>;
@@ -0,0 +1,20 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { DataReport } from '../../types';
3
+ export declare function useGetSmartRoutingDataReport(params: {
4
+ [a: string]: number;
5
+ }): UseQueryResult<any, unknown>;
6
+ export declare function useDashboardInsights(params: DataReport.InsightMetricParams, readyFilters: boolean, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
7
+ export declare function useDashboardInsightsIsolated(params: DataReport.InsightMetricParams, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
8
+ export declare function useInsightsConversionRateMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
9
+ export declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string): UseQueryResult<any, unknown>;
10
+ export declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
11
+ export declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
12
+ export declare function useInsightsVolumeMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
13
+ export declare function useInsightsVolumeMetricsV2(account_codes: string, params: DataReport.InsightMetricParams, path: DataReport.InsightsVolumeMetricsV2Path, enabled?: boolean): UseQueryResult<any, unknown>;
14
+ export declare function useInsightsTotalPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
15
+ export declare function useInsightsCustomerPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
16
+ export declare function useInsightsOverviewMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
17
+ export declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
18
+ export declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
19
+ export declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
20
+ export declare function useGetInsightsReportAgain(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
@@ -0,0 +1,16 @@
1
+ import { AxiosResponse } from 'axios';
2
+ import { UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
3
+ import { Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse } from '../../../types/data-report';
4
+ export declare function useInsightsFraudScreeningVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsFraudScreeningResumeResponse>>;
5
+ export declare function useInsightsFraudScreeningConversionRate(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsFraudConversionRateResponse>>;
6
+ export declare function useInsights3dsVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsResumeResponse>>;
7
+ export declare function useInsights3dsConversionRateAndEvolution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsConversionRate>>;
8
+ export declare function useInsights3dsDeclineReasons(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsDeclineReasons>>;
9
+ export declare function useInsights3dsFrictionlessVsChallenge(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<Insights3dsFrictionlessVsChallenge>>;
10
+ export declare function useInsightsChargebacksVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksResumeResponse>>;
11
+ export declare function useInsightsChargebacksWinRate(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksWinRate>>;
12
+ export declare function useInsightsChargebacksDisputed(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksDisputed>>;
13
+ export declare function useInsightsChargebacksByProviderAndCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByProviderAndCardBrand>>;
14
+ export declare function useInsightsChargebacksReasonsDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByReason>>;
15
+ export declare function useInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksStatusDistribution>>;
16
+ export declare function useInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByCardBrand>>;
@@ -0,0 +1,3 @@
1
+ export * from './data-report.query';
2
+ export * from './fraud/fraud.query';
3
+ export * from './conversion-rate/conversion-rate.query';
@@ -0,0 +1,17 @@
1
+ import { UseMutationResult, UseQueryResult } from '@tanstack/react-query';
2
+ import type { Developer, User } from '../../types';
3
+ import { CustomizedApiKeys } from '../../types/customized-api-keys';
4
+ import { AllowedList } from '../../types/allowed-list';
5
+ export declare function useGetCredentials({ password, accountCode, }: {
6
+ password: string;
7
+ accountCode: string;
8
+ }): UseQueryResult<Developer.DeveloperCredentials, unknown>;
9
+ export declare function useGetCredentialsValidatePassword({ password, }: {
10
+ password: string;
11
+ }): UseQueryResult<Developer.DeveloperCredentials, unknown>;
12
+ export declare function useGetCustomizedApiKeysMembers(): UseQueryResult<User.ICustomizedApiKeysMembers, unknown>;
13
+ export declare function useGetAllowedIps(): UseQueryResult<AllowedList.Response, unknown>;
14
+ export declare function useGetCustomizedApiKeysAccounts(): UseQueryResult<User.ICustomizedApiKeysAccounts, unknown>;
15
+ export declare function useGetCustomizedApiKeys(accountCodes: string[]): UseQueryResult<CustomizedApiKeys.ICustomizedApiKeys, unknown>;
16
+ export declare function useGetCustomizedApiKeysProducts(): UseQueryResult<CustomizedApiKeys.ICustomizedApiKeysProducts[], unknown>;
17
+ export declare function usePatchAllowedIps(): UseMutationResult<AllowedList.Response, unknown>;
@@ -0,0 +1 @@
1
+ export * from './developers.query';
@@ -0,0 +1,2 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ export declare function useGetDialogs(): UseQueryResult<any, unknown>;
@@ -0,0 +1 @@
1
+ export * from './dialogs.query';
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { FeatureFlags } from '../../types/feature-flags/intex';
3
+ export interface FeatureFlagsResult {
4
+ result: boolean;
5
+ }
6
+ export declare function useFeatureFlags(data: FeatureFlags.Request): UseQueryResult<FeatureFlagsResult, unknown>;
@@ -0,0 +1,10 @@
1
+ import { FirebaseUserSubscribe } from '../../api';
2
+ export declare function useFirebaseUserSubscribe({ onSuccessCallback, }: {
3
+ onSuccessCallback?: (data: any) => void;
4
+ }): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<{
5
+ code: string;
6
+ }, any>, unknown, {
7
+ payload: FirebaseUserSubscribe;
8
+ }, {
9
+ payload: FirebaseUserSubscribe;
10
+ }>;
@@ -0,0 +1 @@
1
+ export * from './firebase.query';
@@ -0,0 +1,12 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { FraudScreening } from '../../types';
3
+ import { AllowlistMultiAccount, PostBlackList } from '../../mutations';
4
+ import { AxiosError } from 'axios';
5
+ export declare function useGetConfigAllowlist(accountCode: string, enabled: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
6
+ export declare function useGetBlackList(accountCode: string): UseQueryResult<FraudScreening.BlackList[], unknown>;
7
+ export declare function usePostBlockList(accountCodes: string[], listName?: string, page?: number, size?: number): UseQueryResult<FraudScreening.BlocklistData, AxiosError>;
8
+ export declare function useOneBlackList(black_list_code: string): UseQueryResult<any, unknown>;
9
+ export declare function useGetBlockListSummary(block_list_code: string, account: string, enabled: boolean): UseQueryResult<FraudScreening.BlockListSummary, unknown>;
10
+ export declare function useBlackListDetail(black_list_code: string, offset: number, limit: any, account: string, search: string, enabled: boolean): UseQueryResult<any, unknown>;
11
+ export declare function useAllowListDetail(code: string, account: string, enabled: boolean): UseQueryResult<any, unknown>;
12
+ export declare function usePostAllowlistMultiAccount(payload: PostBlackList): UseQueryResult<AllowlistMultiAccount>;
@@ -0,0 +1 @@
1
+ export * from './fraud-screening.query';
@@ -0,0 +1,25 @@
1
+ export * from './payments';
2
+ export * from './developers';
3
+ export * from './organizations';
4
+ export * from './connections';
5
+ export * from './dialogs';
6
+ export * from './accounts';
7
+ export * from './cms';
8
+ export * from './smart-routing';
9
+ export * from './routing-monitors';
10
+ export * from './checkouts';
11
+ export * from './users';
12
+ export * from './notifications';
13
+ export * from './reports';
14
+ export * from './team';
15
+ export * from './data-report';
16
+ export * from './reconciliations';
17
+ export * from './feature-flags';
18
+ export * from './audit';
19
+ export * from './payment-links';
20
+ export * from './firebase';
21
+ export * from './fraud-screening';
22
+ export * from './batch-refunds';
23
+ export * from './velocity-rules';
24
+ export * from './mfa';
25
+ export * from './saml-config';
@@ -0,0 +1 @@
1
+ export * from './organization-settings.query';
@@ -0,0 +1,11 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { OrganizationSettings } from '../../types';
3
+ export declare function useGetMFAExcludedUsers({ organizationCode, }: {
4
+ organizationCode: string;
5
+ }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig[], unknown>;
6
+ export declare function useGetMFAConfig({ organizationCode, }: {
7
+ organizationCode: string;
8
+ }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
9
+ export declare function useGetMFAStatus({ accountCode, }: {
10
+ accountCode: string;
11
+ }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
@@ -0,0 +1 @@
1
+ export * from './notifications.query';
@@ -0,0 +1,14 @@
1
+ import { UseMutationResult, UseQueryResult } from '@tanstack/react-query';
2
+ import { PathNotification } from '../../api';
3
+ import type { Notifications } from '../../types';
4
+ export declare function useGetNotificationsCustomer(customer: string): UseQueryResult<Notifications.NotificationsBodyResponse, unknown>;
5
+ export declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
6
+ name: string;
7
+ } & {
8
+ error?: boolean;
9
+ }, unknown>;
10
+ export declare function useGetMergedNotifications(): UseQueryResult<Notifications.NotificationsResponse, unknown>;
11
+ export declare function useGetNotificationsAccount(account: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
12
+ export declare function useGetNotificationsNumber(customer: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
13
+ export declare function useGetNotificationsNumberMutation(): UseMutationResult<any, unknown, string, unknown>;
14
+ export declare function usePathNotifications(): UseMutationResult<Notifications.INotificationsResponse, PathNotification, PathNotification, unknown>;
@@ -0,0 +1 @@
1
+ export * from './organizations.query';
@@ -0,0 +1,31 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import type { Organization } from '../../types';
3
+ import { CustomAxiosResponse } from '../../utils/handler-error';
4
+ import { AxiosError } from 'axios';
5
+ import { BFFErrorResponse } from '../../mutations';
6
+ export declare function useGetOrganization(): UseQueryResult<Organization.Organization, CustomAxiosResponse<null>>;
7
+ export declare function useGetAllOrganizations(): UseQueryResult<Organization.Organization[], CustomAxiosResponse<null>>;
8
+ export declare function useGetProviderParams(params: {
9
+ id: string;
10
+ }): UseQueryResult<Organization.ProviderParams, CustomAxiosResponse<null>>;
11
+ export declare function useGetIntegrationParams({ integration_code, enabled, }: {
12
+ integration_code: string;
13
+ enabled: boolean;
14
+ }): UseQueryResult<Organization.IntegrationParams, {
15
+ code: string;
16
+ }>;
17
+ export declare function useGetIntegrationByAccount({ accountCode, organizationCode, }: {
18
+ accountCode: string;
19
+ organizationCode: string;
20
+ }): UseQueryResult<Organization.Integration[], unknown>;
21
+ export declare function useGetIntegrationByAccountV2({ accountCode, organizationCode, }: {
22
+ accountCode: string;
23
+ organizationCode: string;
24
+ }): UseQueryResult<Organization.Integration[], CustomAxiosResponse<null>>;
25
+ export declare function useGetConnectionsByPaymentMethod({ accountCode, paymentMethod, }: {
26
+ accountCode: string;
27
+ paymentMethod: string;
28
+ }): UseQueryResult<Organization.Connections[], AxiosError<BFFErrorResponse, any>>;
29
+ export declare function useGetHashPylon(): UseQueryResult<{
30
+ data: string;
31
+ }, CustomAxiosResponse<null>>;
@@ -0,0 +1 @@
1
+ export * from './payment-links.query';
@@ -0,0 +1,12 @@
1
+ import { Payment, PaymentLinks } from '../../types';
2
+ import { UseQueryResult } from '@tanstack/react-query';
3
+ export declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
4
+ export declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
5
+ export declare function useGetProductsByAccount({ accountCode, }: {
6
+ accountCode: any;
7
+ }): UseQueryResult<any, unknown>;
8
+ export declare function useGetPaymentsByPaymentLink(params: {
9
+ payment_link_code: string;
10
+ }, organizationCode: string): UseQueryResult<Payment.PaymentList, unknown>;
11
+ export declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
12
+ export declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
@@ -0,0 +1,2 @@
1
+ export * from './payments.query';
2
+ export * from './payouts.query';
@@ -0,0 +1,45 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { GetPaymentsParams, GetPaymentParams, GetPaymentTransactionsParams, GetTransactionDetailsParams, GetPaymentMethodsByProviderParams, GetTransactionDetailsV2Params, GetTransactionsParams, GetPaymentsEvaluatedParams, GetPayoutDetail, GetPayoutTransactionDetail } from '../../api';
3
+ import type { Organization, Payment, Payouts, RefundPdfResponse, SendPaymentNotification, TransactionHistory } from '../../types';
4
+ import { CustomAxiosResponse } from '../../utils/handler-error';
5
+ import { AxiosError } from 'axios';
6
+ export declare function usePostPaymentsLazy(params: GetPaymentsParams): UseQueryResult<Payment.PaymentList | AxiosError>;
7
+ export declare function usePostPaymentsEvaluated(params: GetPaymentsEvaluatedParams): UseQueryResult<Payment.PaymentList, unknown>;
8
+ export declare function useGetPayment({ enabled, ...params }: GetPaymentParams): UseQueryResult<Payment.Payment, unknown>;
9
+ export declare function useGetPaymentV2({ paymentCode, enabled, }: {
10
+ paymentCode: string;
11
+ enabled?: boolean;
12
+ }): UseQueryResult<Payment.PaymentV2, unknown>;
13
+ export declare function useGetPaymentTransactions(payment_code: string, params: GetPaymentTransactionsParams & GetPaymentParams): UseQueryResult<Payment.Transaction[], unknown>;
14
+ export declare function useGetPaymentTransactionsLazy(payment_code: string): UseQueryResult<Payment.Transaction[], unknown>;
15
+ export declare function useGetTransactionDetails({ payment_code, transaction_code, enabled, }: GetTransactionDetailsParams): UseQueryResult<Payment.TransactionDetails, unknown>;
16
+ export declare function useGetTransactionDetailsV2({ payment_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
17
+ export declare function useGetPaymentsMethodsByCountry(params: Organization.PaymentMethods): UseQueryResult<Organization.PaymentMethods[], CustomAxiosResponse<null>>;
18
+ export declare function useGetPaymentMethodsByProvider({ provider, }: GetPaymentMethodsByProviderParams): UseQueryResult<Payment.TransactionDetails, unknown>;
19
+ export declare function useGetPaymentMethodsAndProviders(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
20
+ export declare function useGetPaymentMethodsAndProvidersActive(): UseQueryResult<Payment.PaymentMethodsAndProvidersActive, unknown>;
21
+ export declare function useGetPaymentAndTrxStatuses(): UseQueryResult<Payment.PaymentAndTransactionStatuses, unknown>;
22
+ export declare function useGetCardBrands(): UseQueryResult<Payment.CardBrand[], unknown>;
23
+ export declare function useGetPaymentFilters(enabled?: boolean): UseQueryResult<Payment.Filters, CustomAxiosResponse>;
24
+ export declare function useGetPaymentMetricsFilters(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
25
+ export declare function useGetTransactionHistory({ transaction_code, }: {
26
+ transaction_code: string;
27
+ }): UseQueryResult<TransactionHistory, unknown>;
28
+ export declare function useGetPaymentTransactionsDetails({ transaction_code, enabled, }: {
29
+ transaction_code: string;
30
+ enabled?: boolean;
31
+ }): UseQueryResult<Payment.TransactionDetails | {
32
+ error: boolean;
33
+ }, unknown>;
34
+ export declare function useGetTransactionHistoryByPaymentCode({ payment_code, enabled, }: {
35
+ payment_code: string;
36
+ enabled?: boolean;
37
+ }): UseQueryResult<Payment.TransactionHistoryByPayment, unknown>;
38
+ export declare function useGetTransactions(params: GetTransactionsParams): UseQueryResult;
39
+ export declare function usePostTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
40
+ export declare function usePostFraudTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
41
+ export declare function useGetPayoutDetail(params: GetPayoutDetail): UseQueryResult<Payouts.Details | AxiosError>;
42
+ export declare function useGetPayoutTransactionDetail(params: GetPayoutTransactionDetail): UseQueryResult;
43
+ export declare function useGetPayoutHistoryDetail(params: GetPayoutDetail): UseQueryResult;
44
+ export declare function useGetProofOfCancel(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
45
+ export declare function useSendPaymentNotification(params: SendPaymentNotification.Params, body: SendPaymentNotification.Body, options: SendPaymentNotification.Options): UseQueryResult<SendPaymentNotification.Response, AxiosError>;
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { GetPaymentsParams } from '../../api';
3
+ import { Payouts } from '../../types/payouts';
4
+ import { AxiosError } from 'axios';
5
+ export declare function usePayoutsList(params: GetPaymentsParams | null): UseQueryResult<Payouts.List | AxiosError>;
6
+ export declare function usePayoutsFilters(enabled?: boolean): UseQueryResult<Payouts.Filters>;
@@ -0,0 +1,6 @@
1
+ export * from './reconciliations.query';
2
+ export * from './reconciliations-alerts.query';
3
+ export * from './reconciliations-agenda.query';
4
+ export * from './reconciliations-sales.query';
5
+ export * from './reconciliations-advancements.query';
6
+ export * from './reconciliations-fees.query';
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Reconciliation } from '../../types';
3
+ import { ReconciliationAdvancements } from '../../types/reconciliation/reconciliation-advancements';
4
+ export type UseGetAllReconciliationsAdvancementsProps = {
5
+ body: ReconciliationAdvancements.FiltersRequestBody;
6
+ params: ReconciliationAdvancements.FiltersRequestParams;
7
+ enabled: boolean;
8
+ };
9
+ export declare function useGetAllReconciliationsAdvancements({ body, params, enabled, }: UseGetAllReconciliationsAdvancementsProps): UseQueryResult<ReconciliationAdvancements.GetAllReconciliationsAdvancementsResponse, Reconciliation.Error>;
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Reconciliation, ReconciliationAgenda } from '../../types';
3
+ export type ReconAgendaProps<B, P> = {
4
+ body: B;
5
+ params: P;
6
+ enabled: boolean;
7
+ };
8
+ export declare function useGetAllReconciliationsAgenda({ body, params, enabled, }: ReconAgendaProps<ReconciliationAgenda.FiltersRequestBody, ReconciliationAgenda.FiltersRequestParams>): UseQueryResult<ReconciliationAgenda.GetAllReconciliationsAgendaResponse, Reconciliation.Error>;
9
+ export declare function useGetReconciliationAgendaInsightsByKey({ body, params, enabled, }: ReconAgendaProps<ReconciliationAgenda.FiltersRequestBody, ReconciliationAgenda.InsightRequestParams>): UseQueryResult<ReconciliationAgenda.GetReconciliationsAgendaInsightsResponse, Reconciliation.Error>;
@@ -0,0 +1,8 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Reconciliation, ReconciliationAlerts } from '../../types';
3
+ export type UseGetAllReconciliationsAlertsProps = {
4
+ body: ReconciliationAlerts.ReconciliationAlertFiltersBody;
5
+ params: ReconciliationAlerts.ReconciliationAlertFiltersParams;
6
+ enabled: boolean;
7
+ };
8
+ export declare function useGetAllReconciliationsAlerts({ body, params, enabled, }: UseGetAllReconciliationsAlertsProps): UseQueryResult<ReconciliationAlerts.GetAllReconciliationsAlertsResponse, Reconciliation.Error>;
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Reconciliation } from '../../types';
3
+ import { ReconciliationFees } from '../../types/reconciliation/reconciliation-fees';
4
+ export type UseGetAllReconciliationsFeesProps = {
5
+ body: ReconciliationFees.FiltersRequestBody;
6
+ params: ReconciliationFees.FiltersRequestParams;
7
+ enabled: boolean;
8
+ };
9
+ export declare function useGetAllReconciliationsFees({ body, params, enabled, }: UseGetAllReconciliationsFeesProps): UseQueryResult<ReconciliationFees.GetAllReconciliationsFeesResponse, Reconciliation.Error>;
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Reconciliation } from '../../types';
3
+ import { ReconciliationSales } from '../../types/reconciliation/reconciliation-sales';
4
+ export type UseGetAllReconciliationsSalesProps = {
5
+ body: ReconciliationSales.FiltersRequestBody;
6
+ params: ReconciliationSales.FiltersRequestParams;
7
+ enabled: boolean;
8
+ };
9
+ export declare function useGetAllReconciliationsSales({ body, params, enabled, }: UseGetAllReconciliationsSalesProps): UseQueryResult<ReconciliationSales.GetAllReconciliationsSalesResponse, Reconciliation.Error>;
@@ -0,0 +1,13 @@
1
+ import { Reconciliation, ReconciliationReportType, TemplateType } from '../../types';
2
+ import { UseQueryResult } from '@tanstack/react-query';
3
+ import { GetReconciliationMetricParams } from '../../api';
4
+ export declare function useGetReconciliationTransactions(params: Reconciliation.UseGetReconciliationTransactionsParams, enabled: boolean): UseQueryResult<Reconciliation.TransactionList, Reconciliation.Error>;
5
+ export declare function useGetSettlements(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.Settlement>, Reconciliation.Error>;
6
+ export declare function useGetSettlementsHeader(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementHeader>, unknown>;
7
+ export declare function useGetSettlementsBody(params: Reconciliation.GetSettlementsBodyParams, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementBody>, unknown>;
8
+ export declare function useGetReconciliationMetrics(params: GetReconciliationMetricParams, enabled: boolean): UseQueryResult<Reconciliation.Metrics, unknown>;
9
+ export declare function useGetReconciliationFilters(): UseQueryResult<Reconciliation.Filters>;
10
+ export declare function useGetAllTableColumns(tableType: Reconciliation.TableType): UseQueryResult<Array<Reconciliation.TableColumn>, Reconciliation.Error>;
11
+ export declare function useGetReconciliationActive(): UseQueryResult<Reconciliation.Section, Reconciliation.Error>;
12
+ export declare function useGetReconciliationsReportColumns(enabled: boolean, templateType: TemplateType, reportType: ReconciliationReportType): UseQueryResult<Reconciliation.GetReconciliationsReportColumnsResponse, Reconciliation.Error>;
13
+ export declare function useGetReconciliationsReportTemplates(enabled: boolean): UseQueryResult<Reconciliation.GetReconciliationsReportTemplatesResponse, Reconciliation.Error>;
@@ -0,0 +1 @@
1
+ export * from './reports.query';
@@ -0,0 +1,13 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import type { RefundPdfResponse, Reports, ReportType, TemplateType } from '../../types';
3
+ import { AxiosError } from 'axios';
4
+ export declare function useGetReportsList(): UseQueryResult<Array<Reports.IListReportsResponse>, unknown>;
5
+ export declare function useGetReportsListMultiEnv(enabled?: boolean): UseQueryResult<Reports.IRetrieveReportResponse[] | {
6
+ code: string;
7
+ }, unknown>;
8
+ export declare function useGetDownloadReport(reportId: string, enabled: boolean | undefined, onSuccess: any): UseQueryResult<{
9
+ code: string;
10
+ }, unknown>;
11
+ export declare function useGetReportTemplates(enabled: boolean): UseQueryResult<Reports.ITemplate[], unknown>;
12
+ export declare function useGetReportColumns(enabled: boolean, templateType: TemplateType, reportType: ReportType): UseQueryResult<Reports.IColumn[], unknown>;
13
+ export declare function useGetRefundPdf(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
@@ -0,0 +1 @@
1
+ export * from './routing-monitors.query';
@@ -0,0 +1,4 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { RoutingMonitors } from '../../types/routing-monitors';
3
+ export declare function useGetRoutingMonitorsTemplates(organizationCode: string): UseQueryResult<RoutingMonitors.TemplateSelector[], unknown>;
4
+ export declare function useGetRoutingMonitorsTemplate(code: string, organizationCode: string): UseQueryResult<RoutingMonitors.Template, unknown>;
@@ -0,0 +1 @@
1
+ export * from './saml-config.query';
@@ -0,0 +1,4 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { AxiosError } from 'axios';
3
+ import { SamlConfig } from '../../types';
4
+ export declare function useGetSamlConfig(organizationCode: string): UseQueryResult<SamlConfig.SamlConfigResponse, AxiosError>;
@@ -0,0 +1 @@
1
+ export * from './smart-routing.query';
@@ -0,0 +1,27 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { SmartRouting } from '../../types';
3
+ export interface ErrorProp {
4
+ name?: string;
5
+ }
6
+ export declare const useIsTesting: () => {
7
+ isTesting: boolean;
8
+ };
9
+ export declare function useGetSmartRoutingMethods(accountCode: string): UseQueryResult<SmartRouting.PaymentMethods & ErrorProp, unknown>;
10
+ export declare function useGetSmartRoutingWorkflow(accountCode: string, paymentMethod: string): UseQueryResult<SmartRouting.WorkflowVersions & ErrorProp, unknown>;
11
+ export declare function useGetSmartRoutingConditionTypes(accountCode: string, paymentMethod: string): UseQueryResult<SmartRouting.ConditionTypes & ErrorProp, unknown>;
12
+ export declare function useGetSmartRoutingConditionPaymentMethod(accountCode: string, paymentMethod: string): UseQueryResult<SmartRouting.ConditionPaymentMethod[], unknown & ErrorProp>;
13
+ export declare function useGetSmartRoutingConditionTypesValues(accountCode: string, index: number): UseQueryResult<SmartRouting.ConditionTypeValues & ErrorProp, unknown>;
14
+ export declare function useGetSmartRoutingWorkflowVersion({ accountCode, workflowVersionId, }: {
15
+ accountCode: string;
16
+ workflowVersionId: string;
17
+ }): UseQueryResult<SmartRouting.WorkflowVersion & ErrorProp, unknown>;
18
+ export declare function useGetSmartRoutingNextRoute(accountCode: string, stepType: string, status: string): UseQueryResult<string[] & ErrorProp, unknown>;
19
+ export declare function useGetSmartRoutingDeclineGroups(accountCode: string): UseQueryResult<SmartRouting.DeclineGroups & ErrorProp, unknown>;
20
+ export declare function useGetSmartRoutingTutorial(accountCode: string): UseQueryResult<string[] & ErrorProp, unknown>;
21
+ export declare function useGetSmartRoutingPaymentRoute(accountCode: string, paymentId: string): UseQueryResult<SmartRouting.PaymentRoutes & ErrorProp, unknown>;
22
+ export declare function useGetSmartRoutingSimulateConditionTypeValues(accountCode: string): UseQueryResult<SmartRouting.AllConditionTypeValues & ErrorProp, unknown>;
23
+ export declare function useGetSmartRoutingSearchConditionValues({ text, conditionType, }: {
24
+ text: string;
25
+ conditionType: string;
26
+ }): UseQueryResult<SmartRouting.ConditionTypeValues & ErrorProp, unknown>;
27
+ export declare function useProviderConversionRatesData(): UseQueryResult<SmartRouting.SRConversionRates[] & ErrorProp, unknown>;
@@ -0,0 +1 @@
1
+ export * from './team.query';
@@ -0,0 +1,32 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { AxiosError } from 'axios';
3
+ import { Team } from '../../types';
4
+ export declare function useGetMembers(organizationCode: string): UseQueryResult<Team.TeamList[], unknown>;
5
+ export declare function useGetMembersV3({ organizationCode, }: {
6
+ organizationCode: any;
7
+ }): UseQueryResult<Team.TeamList[], unknown>;
8
+ export declare function useGetTeamsFiltersMembers(): UseQueryResult<Team.TeamList[], unknown>;
9
+ export declare function useGetMembersV4({ organizationCode, accountCodes, }: {
10
+ organizationCode: any;
11
+ accountCodes: any;
12
+ }): UseQueryResult<Team.TeamList[], unknown>;
13
+ export declare function usePostMembersV4({ organizationCode, accountCodes, }: {
14
+ organizationCode: any;
15
+ accountCodes: any;
16
+ }): UseQueryResult<Team.TeamList[], unknown>;
17
+ export declare function usePostMembersPaginated({ organizationCode, accountCodes, page, pageSize, }: {
18
+ organizationCode: any;
19
+ accountCodes: any;
20
+ page: any;
21
+ pageSize: any;
22
+ }): UseQueryResult<Team.TeamResponse, unknown>;
23
+ export declare function usePostMembersPaginatedV2({ organizationCode, accountCodes, email, page, pageSize, }: {
24
+ organizationCode: any;
25
+ accountCodes: any;
26
+ email: any;
27
+ page: any;
28
+ pageSize: any;
29
+ }): UseQueryResult<Team.TeamResponse, unknown>;
30
+ export declare function useGetRoles(): UseQueryResult<Team.RolesList[], AxiosError>;
31
+ export declare function useGetRolesPermissions(): UseQueryResult<Team.ListRolesPermissions[], unknown>;
32
+ export declare function useGetPermissionsCatalog(): UseQueryResult<Team.CatalogPermissions[], unknown>;
@@ -0,0 +1 @@
1
+ export * from './users.query';
@@ -0,0 +1,7 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { Accounts, User } from '../../types';
3
+ export declare function useGetProfile(): UseQueryResult<User.UserResponsePayload, unknown>;
4
+ export declare function useGetPermissions(organizationCode: any, accountCode: any): UseQueryResult<Accounts.PermissionsResponse[], unknown>;
5
+ export declare function useEmailVerification(email: string): UseQueryResult<User.UserResponseEmailVerification | string, unknown>;
6
+ export declare function useLoginSSO(email: string): UseQueryResult<unknown>;
7
+ export declare function useGetLoginMethods(): UseQueryResult<unknown, unknown>;
@@ -0,0 +1 @@
1
+ export * from './velocity-rules.query';
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { VelocityRules } from '../../types';
3
+ export declare function usePostVelocityRules(params: {
4
+ [key: string]: string | string[];
5
+ }): UseQueryResult<VelocityRules.VelocityRulesList, unknown>;
6
+ export declare function useGetAllConfigRules(): UseQueryResult<unknown>;
@@ -0,0 +1,3 @@
1
+ import { QueryCache, QueryClient } from '@tanstack/react-query';
2
+ export declare const queryCache: QueryCache;
3
+ export declare const queryClient: QueryClient;
@@ -0,0 +1,11 @@
1
+ export declare namespace Accounts {
2
+ type PermissionsList = {
3
+ permissions: string[];
4
+ };
5
+ interface PermissionsResponse {
6
+ permission_name: string;
7
+ description: string;
8
+ resource_server_name: string;
9
+ resource_server_identifier: string;
10
+ }
11
+ }
@@ -0,0 +1 @@
1
+ export * from './accounts';