@yuno-payments/dashboard-api-mfe 1.10.8 → 1.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. package/build/cjs/index.js +6 -6
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/types/api/api.d.ts +34 -16
  4. package/build/cjs/types/api/api.singleton.d.ts +1 -0
  5. package/build/cjs/types/api/api.types.d.ts +1 -0
  6. package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
  7. package/build/cjs/types/mutations/concierge/concierge.mutation.d.ts +8 -0
  8. package/build/cjs/types/mutations/concierge/index.d.ts +1 -0
  9. package/build/cjs/types/mutations/index.d.ts +3 -0
  10. package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
  11. package/build/cjs/types/mutations/playground/index.d.ts +1 -0
  12. package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
  13. package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +18 -0
  14. package/build/cjs/types/mutations/settings/index.d.ts +1 -0
  15. package/build/cjs/types/mutations/settings/use-table-onboarding.d.ts +6 -0
  16. package/build/cjs/types/queries/audit/audit-v3.query.d.ts +9 -0
  17. package/build/cjs/types/queries/audit/audit.query.d.ts +5 -1
  18. package/build/cjs/types/queries/audit/index.d.ts +1 -0
  19. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
  20. package/build/cjs/types/queries/concierge/concierge.query.d.ts +6 -0
  21. package/build/cjs/types/queries/concierge/index.d.ts +1 -0
  22. package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
  23. package/build/cjs/types/queries/index.d.ts +1 -2
  24. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
  25. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
  26. package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
  27. package/build/cjs/types/types/audit/audit.d.ts +82 -0
  28. package/build/cjs/types/types/checkout/styling/styling.d.ts +31 -0
  29. package/build/cjs/types/types/concierge/concierge-alerts.d.ts +42 -0
  30. package/build/cjs/types/types/concierge/index.d.ts +1 -0
  31. package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
  32. package/build/cjs/types/types/index.d.ts +2 -1
  33. package/build/cjs/types/types/installments/installments.d.ts +4 -0
  34. package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
  35. package/build/cjs/types/types/organization/organization.d.ts +1 -0
  36. package/build/cjs/types/types/playground/index.d.ts +1 -0
  37. package/build/cjs/types/types/playground/playground.d.ts +33 -0
  38. package/build/cjs/types/types/recipients/index.d.ts +2 -0
  39. package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
  40. package/build/cjs/types/types/recipients/recipients.d.ts +7 -0
  41. package/build/cjs/types/types/reports/reports.d.ts +1 -0
  42. package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
  43. package/build/cjs/types/types/team/team.d.ts +1 -0
  44. package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
  45. package/build/cjs/types/types/webhook/webhook.d.ts +2 -0
  46. package/build/cjs/types/utils/enums.d.ts +0 -143
  47. package/build/esm/index.js +6 -6
  48. package/build/esm/index.js.map +1 -1
  49. package/build/esm/types/api/api.d.ts +34 -16
  50. package/build/esm/types/api/api.singleton.d.ts +1 -0
  51. package/build/esm/types/api/api.types.d.ts +1 -0
  52. package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
  53. package/build/esm/types/msw/handlers/recipients.d.ts +1 -0
  54. package/build/esm/types/msw/mocks/recipients/recipients.mock.d.ts +775 -0
  55. package/build/esm/types/mutations/concierge/concierge.mutation.d.ts +8 -0
  56. package/build/esm/types/mutations/concierge/index.d.ts +1 -0
  57. package/build/esm/types/mutations/index.d.ts +3 -0
  58. package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +9 -0
  59. package/build/esm/types/mutations/playground/index.d.ts +1 -0
  60. package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
  61. package/build/esm/types/mutations/recipients/index.d.ts +1 -0
  62. package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +18 -0
  63. package/build/esm/types/mutations/settings/index.d.ts +1 -0
  64. package/build/esm/types/mutations/settings/use-table-onboarding.d.ts +6 -0
  65. package/build/esm/types/queries/audit/audit-v3.query.d.ts +9 -0
  66. package/build/esm/types/queries/audit/audit.query.d.ts +5 -1
  67. package/build/esm/types/queries/audit/index.d.ts +1 -0
  68. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
  69. package/build/esm/types/queries/concierge/concierge.query.d.ts +6 -0
  70. package/build/esm/types/queries/concierge/index.d.ts +1 -0
  71. package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
  72. package/build/esm/types/queries/index.d.ts +1 -2
  73. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
  74. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
  75. package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
  76. package/build/esm/types/types/audit/audit.d.ts +82 -0
  77. package/build/esm/types/types/checkout/styling/styling.d.ts +31 -0
  78. package/build/esm/types/types/concierge/concierge-alerts.d.ts +42 -0
  79. package/build/esm/types/types/concierge/index.d.ts +1 -0
  80. package/build/esm/types/types/data-report/data-report.d.ts +4 -1
  81. package/build/esm/types/types/index.d.ts +2 -1
  82. package/build/esm/types/types/installments/installments.d.ts +4 -0
  83. package/build/esm/types/types/mfa/mfa.d.ts +4 -0
  84. package/build/esm/types/types/organization/organization.d.ts +1 -0
  85. package/build/esm/types/types/playground/index.d.ts +1 -0
  86. package/build/esm/types/types/playground/playground.d.ts +33 -0
  87. package/build/esm/types/types/recipients/index.d.ts +2 -0
  88. package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
  89. package/build/esm/types/types/recipients/recipients-mutations.d.ts +136 -0
  90. package/build/esm/types/types/recipients/recipients.d.ts +7 -0
  91. package/build/esm/types/types/reports/reports.d.ts +1 -0
  92. package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
  93. package/build/esm/types/types/team/team.d.ts +1 -0
  94. package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
  95. package/build/esm/types/types/webhook/webhook.d.ts +2 -0
  96. package/build/esm/types/utils/enums.d.ts +0 -143
  97. package/build/index.d.ts +614 -86
  98. package/package.json +1 -1
  99. package/build/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +0 -10
  100. package/build/api/api.d.ts +0 -675
  101. package/build/api/api.singleton.d.ts +0 -9
  102. package/build/api/api.test.d.ts +0 -1
  103. package/build/api/api.types.d.ts +0 -229
  104. package/build/api/index.d.ts +0 -3
  105. package/build/api-provider.d.ts +0 -4
  106. package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
  107. package/build/cjs/types/queries/cms/index.d.ts +0 -1
  108. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
  109. package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
  110. package/build/cjs/types/types/cms/cms.d.ts +0 -47
  111. package/build/cjs/types/types/cms/index.d.ts +0 -1
  112. package/build/common/config.d.ts +0 -13
  113. package/build/common/config.test.d.ts +0 -0
  114. package/build/constants/errors-code.constant.d.ts +0 -5
  115. package/build/constants/index.d.ts +0 -1
  116. package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
  117. package/build/esm/types/queries/cms/index.d.ts +0 -1
  118. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
  119. package/build/esm/types/queries/dialogs/index.d.ts +0 -1
  120. package/build/esm/types/types/cms/cms.d.ts +0 -47
  121. package/build/esm/types/types/cms/index.d.ts +0 -1
  122. package/build/lib/http-client/__tests__/http-client.test.d.ts +0 -1
  123. package/build/lib/http-client/api.config.d.ts +0 -2
  124. package/build/lib/http-client/axios.d.ts +0 -19
  125. package/build/lib/http-client/http-client.d.ts +0 -175
  126. package/build/lib/http-client/index.d.ts +0 -2
  127. package/build/msw/browser.d.ts +0 -1
  128. package/build/msw/handlers/api-logs.d.ts +0 -1
  129. package/build/msw/handlers/index.d.ts +0 -1
  130. package/build/msw/handlers/insights.d.ts +0 -1
  131. package/build/msw/handlers/installments.d.ts +0 -1
  132. package/build/msw/handlers/organizations.d.ts +0 -1
  133. package/build/msw/handlers/payments.d.ts +0 -1
  134. package/build/msw/handlers/reconciliation-insights.d.ts +0 -1
  135. package/build/msw/handlers/webhooks.d.ts +0 -1
  136. package/build/msw/index.d.ts +0 -1
  137. package/build/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
  138. package/build/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -14
  139. package/build/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -34
  140. package/build/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -9
  141. package/build/msw/mocks/insights/overview/overview.mock.d.ts +0 -139
  142. package/build/msw/mocks/installments/installments.mock.d.ts +0 -8
  143. package/build/msw/mocks/payments/payments.mock.d.ts +0 -92
  144. package/build/msw/mocks/payments/transaction-details.mock.d.ts +0 -579
  145. package/build/msw/mocks/reconciliation-insights/index.d.ts +0 -22
  146. package/build/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
  147. package/build/mutations/S3Client/S3Client.mutation.d.ts +0 -6
  148. package/build/mutations/S3Client/index.d.ts +0 -1
  149. package/build/mutations/accounts/accounts.mutation.d.ts +0 -57
  150. package/build/mutations/accounts/accounts.mutation.test.d.ts +0 -1
  151. package/build/mutations/accounts/delete-mutation.d.ts +0 -20
  152. package/build/mutations/accounts/index.d.ts +0 -2
  153. package/build/mutations/accounts/types.d.ts +0 -25
  154. package/build/mutations/ai/ai.mutation.d.ts +0 -28
  155. package/build/mutations/ai/ai.mutation.test.d.ts +0 -1
  156. package/build/mutations/ai/index.d.ts +0 -1
  157. package/build/mutations/audit/audit-api.mutation.d.ts +0 -13
  158. package/build/mutations/audit/audit-api.mutation.test.d.ts +0 -1
  159. package/build/mutations/audit/audit.mutation.d.ts +0 -6
  160. package/build/mutations/audit/index.d.ts +0 -2
  161. package/build/mutations/audit/settings.mutation.test.d.ts +0 -1
  162. package/build/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -32
  163. package/build/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -1
  164. package/build/mutations/batch-refunds/index.d.ts +0 -1
  165. package/build/mutations/chartgpt/chartgpt.mutation.d.ts +0 -70
  166. package/build/mutations/chartgpt/chartgpt.mutation.test.d.ts +0 -1
  167. package/build/mutations/chartgpt/index.d.ts +0 -1
  168. package/build/mutations/checkouts/checkouts.mutation.d.ts +0 -5
  169. package/build/mutations/checkouts/checkouts.mutation.test.d.ts +0 -1
  170. package/build/mutations/checkouts/index.d.ts +0 -1
  171. package/build/mutations/connections/conections.mutation.test.d.ts +0 -1
  172. package/build/mutations/connections/connections.mutation.d.ts +0 -40
  173. package/build/mutations/connections/index.d.ts +0 -1
  174. package/build/mutations/developers/developers.mutation.d.ts +0 -31
  175. package/build/mutations/developers/developers.mutation.test.d.ts +0 -1
  176. package/build/mutations/developers/index.d.ts +0 -2
  177. package/build/mutations/developers/types.d.ts +0 -5
  178. package/build/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -52
  179. package/build/mutations/fraud-screening/index.d.ts +0 -1
  180. package/build/mutations/index.d.ts +0 -34
  181. package/build/mutations/insights/index.d.ts +0 -1
  182. package/build/mutations/insights/insights.mutation.d.ts +0 -2
  183. package/build/mutations/installments/index.d.ts +0 -1
  184. package/build/mutations/installments/installments.mutation.d.ts +0 -17
  185. package/build/mutations/installments/installments.mutation.test.d.ts +0 -1
  186. package/build/mutations/multi-factor-authentication/index.d.ts +0 -1
  187. package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -12
  188. package/build/mutations/multi-factor-authentication/multi-factor-authentication.mutation.test.d.ts +0 -1
  189. package/build/mutations/notifications/index.d.ts +0 -1
  190. package/build/mutations/notifications/notifications.mutation.d.ts +0 -6
  191. package/build/mutations/organization-config/index.d.ts +0 -1
  192. package/build/mutations/organization-config/organization-config.mutation.d.ts +0 -6
  193. package/build/mutations/organization-settings/index.d.ts +0 -1
  194. package/build/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
  195. package/build/mutations/organizations/index.d.ts +0 -1
  196. package/build/mutations/organizations/organizations.mutation.d.ts +0 -2
  197. package/build/mutations/organizations/organizations.mutation.test.d.ts +0 -1
  198. package/build/mutations/payment-links/index.d.ts +0 -1
  199. package/build/mutations/payment-links/payment-links.mutation.d.ts +0 -21
  200. package/build/mutations/payment-links/payment-links.mutation.test.d.ts +0 -1
  201. package/build/mutations/payments/index.d.ts +0 -1
  202. package/build/mutations/payments/payments.mutation.d.ts +0 -21
  203. package/build/mutations/payments/payments.mutation.test.d.ts +0 -1
  204. package/build/mutations/recipients/recipients.mutation.d.ts +0 -11
  205. package/build/mutations/reconciliations/index.d.ts +0 -2
  206. package/build/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -5
  207. package/build/mutations/reconciliations/reconciliations-alerts.mutation.test.d.ts +0 -1
  208. package/build/mutations/reconciliations/reconciliations.mutation.d.ts +0 -4
  209. package/build/mutations/reports/index.d.ts +0 -1
  210. package/build/mutations/reports/reports.mutation.d.ts +0 -10
  211. package/build/mutations/reports/reports.mutation.test.d.ts +0 -1
  212. package/build/mutations/routing-monitors/index.d.ts +0 -1
  213. package/build/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -4
  214. package/build/mutations/saml-config/index.d.ts +0 -1
  215. package/build/mutations/saml-config/saml-config.query.d.ts +0 -4
  216. package/build/mutations/saml-config/saml-config.query.test.d.ts +0 -1
  217. package/build/mutations/scheduled-reports/index.d.ts +0 -1
  218. package/build/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -8
  219. package/build/mutations/security/index.d.ts +0 -1
  220. package/build/mutations/security/security.mutation.d.ts +0 -7
  221. package/build/mutations/security/security.mutation.test.d.ts +0 -1
  222. package/build/mutations/settings/index.d.ts +0 -1
  223. package/build/mutations/settings/settings.mutation.d.ts +0 -17
  224. package/build/mutations/settings/settings.mutation.test.d.ts +0 -1
  225. package/build/mutations/smart-routing/index.d.ts +0 -1
  226. package/build/mutations/smart-routing/smart-routing.mutation.d.ts +0 -90
  227. package/build/mutations/smart-routing/smart-routing.mutation.test.d.ts +0 -1
  228. package/build/mutations/subscriptions/index.d.ts +0 -1
  229. package/build/mutations/subscriptions/subscriptions.mutation.d.ts +0 -19
  230. package/build/mutations/subscriptions/subscriptions.mutation.test.d.ts +0 -1
  231. package/build/mutations/team/index.d.ts +0 -1
  232. package/build/mutations/team/team.mutaion.test.d.ts +0 -1
  233. package/build/mutations/team/team.mutation.d.ts +0 -12
  234. package/build/mutations/template-reporting/index.d.ts +0 -1
  235. package/build/mutations/template-reporting/template-reporting.mutation.d.ts +0 -29
  236. package/build/mutations/template-reporting/template-reporting.mutation.test.d.ts +0 -1
  237. package/build/mutations/users/index.d.ts +0 -1
  238. package/build/mutations/users/users.mutation.d.ts +0 -17
  239. package/build/mutations/users/users.mutation.test.d.ts +0 -1
  240. package/build/mutations/velocity-rules/index.d.ts +0 -1
  241. package/build/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -5
  242. package/build/queries/accounts/accounts.query.d.ts +0 -30
  243. package/build/queries/accounts/accounts.query.test.d.ts +0 -1
  244. package/build/queries/accounts/index.d.ts +0 -2
  245. package/build/queries/accounts/types.d.ts +0 -21
  246. package/build/queries/api-logs/api-logs-v3.query.d.ts +0 -9
  247. package/build/queries/api-logs/api-logs-v3.query.test.d.ts +0 -1
  248. package/build/queries/api-logs/index.d.ts +0 -1
  249. package/build/queries/audit/audit.query.d.ts +0 -28
  250. package/build/queries/audit/audit.query.test.d.ts +0 -1
  251. package/build/queries/audit/index.d.ts +0 -1
  252. package/build/queries/batch-refunds/batch-refunds.query.d.ts +0 -3
  253. package/build/queries/batch-refunds/index.d.ts +0 -1
  254. package/build/queries/chartgpt/chartgpt.query.d.ts +0 -65
  255. package/build/queries/chartgpt/chartgpt.query.test.d.ts +0 -1
  256. package/build/queries/chartgpt/index.d.ts +0 -1
  257. package/build/queries/checkouts/checkouts.query.d.ts +0 -12
  258. package/build/queries/checkouts/checkouts.query.test.d.ts +0 -1
  259. package/build/queries/checkouts/index.d.ts +0 -2
  260. package/build/queries/checkouts/styling/styling.query.d.ts +0 -11
  261. package/build/queries/checkouts/styling/styling.query.test.d.ts +0 -1
  262. package/build/queries/cms/cms.query.d.ts +0 -14
  263. package/build/queries/cms/cms.query.test.d.ts +0 -1
  264. package/build/queries/cms/index.d.ts +0 -1
  265. package/build/queries/connections/connections.query.d.ts +0 -3
  266. package/build/queries/connections/connections.query.test.d.ts +0 -1
  267. package/build/queries/connections/index.d.ts +0 -1
  268. package/build/queries/data-report/data-report.query.d.ts +0 -20
  269. package/build/queries/data-report/data-report.query.test.d.ts +0 -1
  270. package/build/queries/data-report/fraud/fraud.query.d.ts +0 -17
  271. package/build/queries/data-report/fraud/fraud.query.test.d.ts +0 -1
  272. package/build/queries/data-report/index.d.ts +0 -2
  273. package/build/queries/developers/developers.query.d.ts +0 -16
  274. package/build/queries/developers/developers.query.test.d.ts +0 -1
  275. package/build/queries/developers/index.d.ts +0 -1
  276. package/build/queries/dialogs/dialogs.query.d.ts +0 -2
  277. package/build/queries/dialogs/dialogs.query.test.d.ts +0 -1
  278. package/build/queries/dialogs/index.d.ts +0 -1
  279. package/build/queries/feature-flags/feature-flags.test.d.ts +0 -1
  280. package/build/queries/feature-flags/index.d.ts +0 -8
  281. package/build/queries/firebase/firebase.query.d.ts +0 -8
  282. package/build/queries/firebase/firebase.query.test.d.ts +0 -1
  283. package/build/queries/firebase/index.d.ts +0 -1
  284. package/build/queries/fraud-screening/fraud-screening.query.d.ts +0 -11
  285. package/build/queries/fraud-screening/fraud-screening.query.test.d.ts +0 -1
  286. package/build/queries/fraud-screening/index.d.ts +0 -1
  287. package/build/queries/index.d.ts +0 -39
  288. package/build/queries/installments/index.d.ts +0 -1
  289. package/build/queries/installments/installments.query.d.ts +0 -4
  290. package/build/queries/installments/installments.query.test.d.ts +0 -1
  291. package/build/queries/mfa/index.d.ts +0 -1
  292. package/build/queries/mfa/organization-settings.query.d.ts +0 -11
  293. package/build/queries/network-tokens/index.d.ts +0 -1
  294. package/build/queries/network-tokens/network-tokens.query.d.ts +0 -4
  295. package/build/queries/notifications/index.d.ts +0 -1
  296. package/build/queries/notifications/notifications.query.d.ts +0 -12
  297. package/build/queries/notifications/notifications.query.test.d.ts +0 -1
  298. package/build/queries/onboarding/index.d.ts +0 -1
  299. package/build/queries/onboarding/onboarding.query.d.ts +0 -7
  300. package/build/queries/onboarding/onboarding.query.test.d.ts +0 -1
  301. package/build/queries/organization-config/index.d.ts +0 -1
  302. package/build/queries/organization-config/organization-config.query.d.ts +0 -4
  303. package/build/queries/organizations/index.d.ts +0 -1
  304. package/build/queries/organizations/organizations.query.d.ts +0 -30
  305. package/build/queries/organizations/organizations.query.test.d.ts +0 -1
  306. package/build/queries/payment-links/index.d.ts +0 -1
  307. package/build/queries/payment-links/payment-links.query.d.ts +0 -7
  308. package/build/queries/payment-links/payment-links.query.test.d.ts +0 -1
  309. package/build/queries/payments/index.d.ts +0 -2
  310. package/build/queries/payments/payments.query.d.ts +0 -36
  311. package/build/queries/payments/payments.query.test.d.ts +0 -1
  312. package/build/queries/payments/payouts-timeline.query.test.d.ts +0 -1
  313. package/build/queries/payments/payouts.query.d.ts +0 -7
  314. package/build/queries/payments/payouts.query.test.d.ts +0 -1
  315. package/build/queries/recipients/index.d.ts +0 -1
  316. package/build/queries/recipients/recipients.query.d.ts +0 -8
  317. package/build/queries/reconciliations/index.d.ts +0 -7
  318. package/build/queries/reconciliations/reconciliation-insights.query.d.ts +0 -26
  319. package/build/queries/reconciliations/reconciliation-insights.query.test.d.ts +0 -1
  320. package/build/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -9
  321. package/build/queries/reconciliations/reconciliations-advancements.query.test.d.ts +0 -1
  322. package/build/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -9
  323. package/build/queries/reconciliations/reconciliations-agenda.query.test.d.ts +0 -1
  324. package/build/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -8
  325. package/build/queries/reconciliations/reconciliations-alerts.query.test.d.ts +0 -1
  326. package/build/queries/reconciliations/reconciliations-fees.query.d.ts +0 -9
  327. package/build/queries/reconciliations/reconciliations-fees.query.test.d.ts +0 -1
  328. package/build/queries/reconciliations/reconciliations-sales.query.d.ts +0 -9
  329. package/build/queries/reconciliations/reconciliations-sales.query.test.d.ts +0 -1
  330. package/build/queries/reconciliations/reconciliations.query.d.ts +0 -11
  331. package/build/queries/reconciliations/reconciliations.query.test.d.ts +0 -1
  332. package/build/queries/reports/index.d.ts +0 -1
  333. package/build/queries/reports/reports.query.d.ts +0 -13
  334. package/build/queries/reports/reports.query.test.d.ts +0 -1
  335. package/build/queries/routing-monitors/index.d.ts +0 -1
  336. package/build/queries/routing-monitors/routing-monitors.query.d.ts +0 -4
  337. package/build/queries/saml-config/index.d.ts +0 -1
  338. package/build/queries/saml-config/saml-config.query.d.ts +0 -4
  339. package/build/queries/saml-config/saml-config.query.test.d.ts +0 -1
  340. package/build/queries/security/index.d.ts +0 -1
  341. package/build/queries/security/security.query.d.ts +0 -8
  342. package/build/queries/security/security.query.test.d.ts +0 -1
  343. package/build/queries/smart-recovery/index.d.ts +0 -1
  344. package/build/queries/smart-recovery/smart-recovery-overview.query.d.ts +0 -9
  345. package/build/queries/smart-recovery/smart-recovery-overview.query.test.d.ts +0 -1
  346. package/build/queries/smart-routing/index.d.ts +0 -1
  347. package/build/queries/smart-routing/smart-routing.query.d.ts +0 -28
  348. package/build/queries/smart-routing/smart-routing.query.test.d.ts +0 -1
  349. package/build/queries/subscriptions/index.d.ts +0 -1
  350. package/build/queries/subscriptions/subscriptions.query.d.ts +0 -3
  351. package/build/queries/subscriptions/subscriptions.query.test.d.ts +0 -1
  352. package/build/queries/team/index.d.ts +0 -1
  353. package/build/queries/team/team.query.d.ts +0 -28
  354. package/build/queries/team/team.query.test.d.ts +0 -1
  355. package/build/queries/template-reporting/index.d.ts +0 -1
  356. package/build/queries/template-reporting/template-reporting.query.d.ts +0 -7
  357. package/build/queries/template-reporting/template-reporting.query.test.d.ts +0 -1
  358. package/build/queries/translation/index.d.ts +0 -1
  359. package/build/queries/translation/translation.query.d.ts +0 -5
  360. package/build/queries/users/index.d.ts +0 -1
  361. package/build/queries/users/users.query.d.ts +0 -25
  362. package/build/queries/users/users.query.test.d.ts +0 -1
  363. package/build/queries/velocity-rules/index.d.ts +0 -1
  364. package/build/queries/velocity-rules/velocity-rules.query.d.ts +0 -6
  365. package/build/queries/webhooks/index.d.ts +0 -1
  366. package/build/queries/webhooks/webhook-timeline.query.d.ts +0 -9
  367. package/build/queries/webhooks/webhook-timeline.query.test.d.ts +0 -1
  368. package/build/store/index.d.ts +0 -3
  369. package/build/types/accounts/accounts.d.ts +0 -11
  370. package/build/types/accounts/index.d.ts +0 -1
  371. package/build/types/ai/ai.d.ts +0 -78
  372. package/build/types/ai/index.d.ts +0 -1
  373. package/build/types/allowed-list/allowed-list.d.ts +0 -9
  374. package/build/types/allowed-list/index.d.ts +0 -1
  375. package/build/types/audit/audit.d.ts +0 -387
  376. package/build/types/audit/index.d.ts +0 -1
  377. package/build/types/batch-refunds/batch-refunds.d.ts +0 -38
  378. package/build/types/batch-refunds/index.d.ts +0 -1
  379. package/build/types/chartgpt/feedback.types.d.ts +0 -34
  380. package/build/types/chartgpt/index.d.ts +0 -1
  381. package/build/types/checkout/checkout.d.ts +0 -289
  382. package/build/types/checkout/index.d.ts +0 -1
  383. package/build/types/checkout/styling/styling.d.ts +0 -176
  384. package/build/types/cms/cms.d.ts +0 -47
  385. package/build/types/cms/index.d.ts +0 -1
  386. package/build/types/connection/connection.d.ts +0 -81
  387. package/build/types/connection/costs.d.ts +0 -26
  388. package/build/types/connection/index.d.ts +0 -2
  389. package/build/types/country/country.d.ts +0 -12
  390. package/build/types/country/index.d.ts +0 -1
  391. package/build/types/customized-api-keys/customized-api-keys.d.ts +0 -30
  392. package/build/types/customized-api-keys/index.d.ts +0 -1
  393. package/build/types/data-report/conversion-rate.types.d.ts +0 -48
  394. package/build/types/data-report/data-report.d.ts +0 -66
  395. package/build/types/data-report/fraud.types.d.ts +0 -166
  396. package/build/types/data-report/index.d.ts +0 -3
  397. package/build/types/developer/developer.d.ts +0 -13
  398. package/build/types/developer/index.d.ts +0 -1
  399. package/build/types/feature-flags/intex.d.ts +0 -13
  400. package/build/types/fraud-screening/fraud-screening.d.ts +0 -109
  401. package/build/types/fraud-screening/index.d.ts +0 -1
  402. package/build/types/index.d.ts +0 -37
  403. package/build/types/installments/index.d.ts +0 -1
  404. package/build/types/installments/installments.d.ts +0 -125
  405. package/build/types/mfa/index.d.ts +0 -1
  406. package/build/types/mfa/mfa.d.ts +0 -6
  407. package/build/types/notifications/index.d.ts +0 -1
  408. package/build/types/notifications/notifications.d.ts +0 -39
  409. package/build/types/onboarding/index.d.ts +0 -1
  410. package/build/types/onboarding/onboarding.d.ts +0 -7
  411. package/build/types/operation-transaction/index.d.ts +0 -1
  412. package/build/types/operation-transaction/operation-transaction.d.ts +0 -28
  413. package/build/types/organization/index.d.ts +0 -1
  414. package/build/types/organization/organization.d.ts +0 -137
  415. package/build/types/organization-config/index.d.ts +0 -1
  416. package/build/types/organization-config/organization-config.d.ts +0 -34
  417. package/build/types/organization-settings/index.d.ts +0 -1
  418. package/build/types/organization-settings/organization-settings.d.ts +0 -27
  419. package/build/types/payment/index.d.ts +0 -1
  420. package/build/types/payment/payment.d.ts +0 -581
  421. package/build/types/payment-links/index.d.ts +0 -1
  422. package/build/types/payment-links/payment-links.d.ts +0 -16
  423. package/build/types/payouts/index.d.ts +0 -1
  424. package/build/types/payouts/payouts.d.ts +0 -125
  425. package/build/types/recipients/index.d.ts +0 -2
  426. package/build/types/recipients/recipients.d.ts +0 -223
  427. package/build/types/reconciliation/index.d.ts +0 -7
  428. package/build/types/reconciliation/reconciliation-advancements.d.ts +0 -40
  429. package/build/types/reconciliation/reconciliation-agenda.d.ts +0 -84
  430. package/build/types/reconciliation/reconciliation-alerts.d.ts +0 -38
  431. package/build/types/reconciliation/reconciliation-fees.d.ts +0 -45
  432. package/build/types/reconciliation/reconciliation-insights.d.ts +0 -188
  433. package/build/types/reconciliation/reconciliation-sales.d.ts +0 -56
  434. package/build/types/reconciliation/reconciliation.d.ts +0 -349
  435. package/build/types/reports/index.d.ts +0 -1
  436. package/build/types/reports/reports.d.ts +0 -154
  437. package/build/types/routing-monitors/index.d.ts +0 -1
  438. package/build/types/routing-monitors/routing-monitors.d.ts +0 -35
  439. package/build/types/s3-client/index.d.ts +0 -1
  440. package/build/types/s3-client/s3-client.d.ts +0 -19
  441. package/build/types/saml-config/index.d.ts +0 -1
  442. package/build/types/saml-config/saml-config.d.ts +0 -28
  443. package/build/types/smart-recovery/index.d.ts +0 -1
  444. package/build/types/smart-recovery/smart-recovery-overview.types.d.ts +0 -94
  445. package/build/types/smart-routing/index.d.ts +0 -1
  446. package/build/types/smart-routing/smart-routing.d.ts +0 -362
  447. package/build/types/subscriptions/index.d.ts +0 -1
  448. package/build/types/subscriptions/subscriptions.d.ts +0 -68
  449. package/build/types/team/index.d.ts +0 -1
  450. package/build/types/team/team.d.ts +0 -122
  451. package/build/types/template-reporting/common.types.d.ts +0 -65
  452. package/build/types/template-reporting/index.d.ts +0 -55
  453. package/build/types/template-reporting/schedule.types.d.ts +0 -72
  454. package/build/types/template-reporting/template.types.d.ts +0 -98
  455. package/build/types/translation/index.d.ts +0 -1
  456. package/build/types/translation/translation.d.ts +0 -8
  457. package/build/types/user/index.d.ts +0 -1
  458. package/build/types/user/user.d.ts +0 -208
  459. package/build/types/velocity-rules/index.d.ts +0 -1
  460. package/build/types/velocity-rules/velocity-rules.d.ts +0 -15
  461. package/build/types/webhook/index.d.ts +0 -1
  462. package/build/types/webhook/webhook.d.ts +0 -73
  463. package/build/utils/enums.d.ts +0 -162
  464. package/build/utils/handler-error.d.ts +0 -6
  465. package/build/utils/index.d.ts +0 -3
  466. package/build/utils/test-utils.d.ts +0 -4
  467. package/build/utils/use-account-code.d.ts +0 -1
  468. package/build/utils/use-account-code.test.d.ts +0 -1
  469. package/build/utils/use-is-testing.d.ts +0 -3
  470. package/build/utils/use-is-testing.test.d.ts +0 -1
  471. package/build/utils/use-localstorage.d.ts +0 -2
  472. package/build/websockets/index.d.ts +0 -1
  473. package/build/websockets/use-chart-assistant-socket.d.ts +0 -17
  474. package/build/websockets/use-chart-assistant-socket.test.d.ts +0 -1
  475. package/build/yuno-dashboard-api-mfe.d.ts +0 -9
  476. /package/build/{msw → cjs/types/msw}/handlers/recipients.d.ts +0 -0
  477. /package/build/{msw → cjs/types/msw}/mocks/recipients/recipients.mock.d.ts +0 -0
  478. /package/build/{mutations → cjs/types/mutations}/recipients/index.d.ts +0 -0
  479. /package/build/{set-public-path.d.ts → cjs/types/set-public-path.d.ts} +0 -0
  480. /package/build/{types → cjs/types/types}/recipients/recipients-mutations.d.ts +0 -0
  481. /package/build/{api-provider.test.d.ts → esm/types/set-public-path.d.ts} +0 -0
@@ -0,0 +1,8 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { ConciergeAlerts } from '../../types';
3
+ export declare function useCreateConciergeAlert(): UseMutationResult<ConciergeAlerts.CreateAlertResponse, ConciergeAlerts.Error, ConciergeAlerts.CreateAlertPayload>;
4
+ export declare function useDeleteConciergeAlert(): UseMutationResult<ConciergeAlerts.DeleteAlertResponse, ConciergeAlerts.Error, string>;
5
+ export declare function useEnableConciergeAlert(): UseMutationResult<ConciergeAlerts.EnableAlertResponse, ConciergeAlerts.Error, {
6
+ alertId: string;
7
+ payload: ConciergeAlerts.EnableAlertPayload;
8
+ }>;
@@ -0,0 +1 @@
1
+ export * from './concierge.mutation';
@@ -31,3 +31,6 @@ export * from './chartgpt';
31
31
  export * from './template-reporting';
32
32
  export * from './organization-config';
33
33
  export * from './installments';
34
+ export * from './recipients';
35
+ export * from './concierge';
36
+ export * from './playground';
@@ -10,3 +10,12 @@ export declare function useEditPaymentLinks(): import("@tanstack/react-query").U
10
10
  accountCode: string;
11
11
  paymentLinkCode: string;
12
12
  }, unknown>;
13
+ export declare function useUploadPaymentLinkLogo(): import("@tanstack/react-query").UseMutationResult<{
14
+ s3_url: string;
15
+ logo: string;
16
+ }, unknown, {
17
+ payload: {
18
+ base64_data: string;
19
+ file_name: string;
20
+ };
21
+ }, unknown>;
@@ -0,0 +1 @@
1
+ export * from './playground.mutation';
@@ -0,0 +1,7 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { AxiosError } from 'axios';
3
+ import { Playground } from '../../types';
4
+ import { BFFErrorResponse } from '../smart-routing';
5
+ export declare function usePostPlaygroundExecuteFlow(): UseMutationResult<Playground.ExecuteFlowResponse, AxiosError<BFFErrorResponse>, {
6
+ payload: Playground.ExecuteFlowPayload;
7
+ }>;
@@ -0,0 +1 @@
1
+ export * from './recipients.mutation';
@@ -0,0 +1,18 @@
1
+ import { AxiosError } from 'axios';
2
+ import { UseMutationResult } from '@tanstack/react-query';
3
+ import { RecipientsExport } from '../../types/recipients';
4
+ import { CreateRecipientParams, UpdateRecipientParams, DeleteRecipientParams, CreateOnboardingParams, UpdateOnboardingParams, BlockOnboardingParams, UnblockOnboardingParams } from '../../types/recipients/recipients-mutations';
5
+ import { Recipients } from '../../types/recipients/recipients';
6
+ import { BFFErrorResponse } from '../smart-routing/smart-routing.mutation';
7
+ export declare function useCreateRecipientExport(): UseMutationResult<RecipientsExport.ExportItem, unknown>;
8
+ export declare function useDownloadRecipientExport(): UseMutationResult<{
9
+ download_url: string;
10
+ expires_in_seconds: number;
11
+ }, unknown>;
12
+ export declare function useCreateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
13
+ export declare function useUpdateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
14
+ export declare function useDeleteRecipient(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
15
+ export declare function useCreateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
16
+ export declare function useUpdateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
17
+ export declare function useBlockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
18
+ export declare function useUnblockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
@@ -1 +1,2 @@
1
1
  export * from './settings.mutation';
2
+ export * from './use-table-onboarding';
@@ -0,0 +1,6 @@
1
+ export declare function useTableOnboarding(accountCode: string | undefined, table: string, section: string): {
2
+ hasSeenOnboarding: boolean;
3
+ dismiss: () => void;
4
+ id: string;
5
+ isProfileLoading: boolean;
6
+ };
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import type { Audit } from '../../types';
3
+ import { BFFErrorResponse } from '../../mutations';
4
+ export interface UseGetApiLogsV3ByPaymentCodeOptions {
5
+ paymentCode: string;
6
+ createdAtFrom?: string;
7
+ enabled?: boolean;
8
+ }
9
+ export declare function useGetApiLogsV3ByPaymentCode({ paymentCode, createdAtFrom, enabled, }: UseGetApiLogsV3ByPaymentCodeOptions): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
@@ -8,7 +8,7 @@ export declare function usePostApiLogs(params: Audit.AuditApiLogsParams): UseQue
8
8
  export declare function usePostWebhookLogs({ params, }: {
9
9
  params: Audit.AuditWebhooksParams;
10
10
  }): UseQueryResult<Audit.AuditWebhooksResponse, BFFErrorResponse>;
11
- export declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined): UseQueryResult<unknown, BFFErrorResponse>;
11
+ export declare function useGetApiLogsDetailByPaymentCode(code: string | null | undefined, createdAtFrom?: string): UseQueryResult<Audit.ApiLogsDetailByPaymentCode, BFFErrorResponse>;
12
12
  export declare function useGetApiLogsByTransactionCode(transactionCode: string | null | undefined, accountCode: string | null | undefined): UseQueryResult<Audit.ApiLogByTransactionCode, BFFErrorResponse>;
13
13
  export declare function useGetAuditExportsList(reportType: Audit.AuditExportReportType, enabled?: boolean): UseQueryResult<Audit.AuditExportResponse[], BFFErrorResponse>;
14
14
  export declare function useGetAuditExportDownload(reportId: string, enabled?: boolean, onSuccess?: (data: Audit.AuditExportDownloadResponse) => void): UseQueryResult<Audit.AuditExportDownloadResponse, BFFErrorResponse>;
@@ -26,3 +26,7 @@ export interface UnifiedExportsListQueryParams {
26
26
  enabled?: boolean;
27
27
  }
28
28
  export declare function useGetUnifiedExportsList({ tab, page, size, enabled, }: UnifiedExportsListQueryParams): UseQueryResult<Audit.UnifiedExportListResponse, BFFErrorResponse>;
29
+ export declare function useGetApiLogsStatsRequests(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
30
+ export declare function useGetApiLogsStatsErrors(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsStatsResponse, BFFErrorResponse>;
31
+ export declare function useGetApiLogsStatsErrorsByEndpoint(params: Audit.ApiLogsStatsParams): UseQueryResult<Audit.ApiLogsErrorsByEndpointResponse, BFFErrorResponse>;
32
+ export declare function useGetApiLogsList(params: Audit.ApiLogsListParams): UseQueryResult<Audit.ApiLogsListResponse, BFFErrorResponse>;
@@ -1 +1,2 @@
1
1
  export * from './audit.query';
2
+ export * from './audit-v3.query';
@@ -2,7 +2,111 @@ import { UseQueryOptions } from '@tanstack/react-query';
2
2
  import type { Checkout } from '../../types';
3
3
  export declare function useGetCheckouts({ accountCode }: {
4
4
  accountCode: any;
5
- }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): import("@tanstack/react-query").UseQueryResult<Checkout.CheckoutList[], unknown>;
5
+ }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
6
+ refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
7
+ data: Checkout.CheckoutList[];
8
+ error: unknown;
9
+ isError: true;
10
+ isLoading: false;
11
+ isLoadingError: false;
12
+ isRefetchError: true;
13
+ isSuccess: false;
14
+ status: "error";
15
+ dataUpdatedAt: number;
16
+ errorUpdatedAt: number;
17
+ failureCount: number;
18
+ failureReason: unknown;
19
+ errorUpdateCount: number;
20
+ isFetched: boolean;
21
+ isFetchedAfterMount: boolean;
22
+ isFetching: boolean;
23
+ isInitialLoading: boolean;
24
+ isPaused: boolean;
25
+ isPlaceholderData: boolean;
26
+ isPreviousData: boolean;
27
+ isRefetching: boolean;
28
+ isStale: boolean;
29
+ remove: () => void;
30
+ fetchStatus: import("@tanstack/react-query").FetchStatus;
31
+ } | {
32
+ refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
33
+ data: Checkout.CheckoutList[];
34
+ error: null;
35
+ isError: false;
36
+ isLoading: false;
37
+ isLoadingError: false;
38
+ isRefetchError: false;
39
+ isSuccess: true;
40
+ status: "success";
41
+ dataUpdatedAt: number;
42
+ errorUpdatedAt: number;
43
+ failureCount: number;
44
+ failureReason: unknown;
45
+ errorUpdateCount: number;
46
+ isFetched: boolean;
47
+ isFetchedAfterMount: boolean;
48
+ isFetching: boolean;
49
+ isInitialLoading: boolean;
50
+ isPaused: boolean;
51
+ isPlaceholderData: boolean;
52
+ isPreviousData: boolean;
53
+ isRefetching: boolean;
54
+ isStale: boolean;
55
+ remove: () => void;
56
+ fetchStatus: import("@tanstack/react-query").FetchStatus;
57
+ } | {
58
+ refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
59
+ data: undefined;
60
+ error: unknown;
61
+ isError: true;
62
+ isLoading: false;
63
+ isLoadingError: true;
64
+ isRefetchError: false;
65
+ isSuccess: false;
66
+ status: "error";
67
+ dataUpdatedAt: number;
68
+ errorUpdatedAt: number;
69
+ failureCount: number;
70
+ failureReason: unknown;
71
+ errorUpdateCount: number;
72
+ isFetched: boolean;
73
+ isFetchedAfterMount: boolean;
74
+ isFetching: boolean;
75
+ isInitialLoading: boolean;
76
+ isPaused: boolean;
77
+ isPlaceholderData: boolean;
78
+ isPreviousData: boolean;
79
+ isRefetching: boolean;
80
+ isStale: boolean;
81
+ remove: () => void;
82
+ fetchStatus: import("@tanstack/react-query").FetchStatus;
83
+ } | {
84
+ refetch: <TPageData>(options?: (import("@tanstack/react-query").RefetchOptions & import("@tanstack/react-query").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/react-query").QueryObserverResult<Checkout.CheckoutList[], unknown>>;
85
+ data: undefined;
86
+ error: null;
87
+ isError: false;
88
+ isLoading: true;
89
+ isLoadingError: false;
90
+ isRefetchError: false;
91
+ isSuccess: false;
92
+ status: "loading";
93
+ dataUpdatedAt: number;
94
+ errorUpdatedAt: number;
95
+ failureCount: number;
96
+ failureReason: unknown;
97
+ errorUpdateCount: number;
98
+ isFetched: boolean;
99
+ isFetchedAfterMount: boolean;
100
+ isFetching: boolean;
101
+ isInitialLoading: boolean;
102
+ isPaused: boolean;
103
+ isPlaceholderData: boolean;
104
+ isPreviousData: boolean;
105
+ isRefetching: boolean;
106
+ isStale: boolean;
107
+ remove: () => void;
108
+ fetchStatus: import("@tanstack/react-query").FetchStatus;
109
+ };
6
110
  export declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
7
111
  export declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => import("@tanstack/react-query").UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
8
112
  export declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { ConciergeAlerts } from '../../types';
3
+ export declare const CONCIERGE_ALERTS_QUERY_KEY = "GET/concierge/alerts";
4
+ export declare const CONCIERGE_ALERT_BY_ID_QUERY_KEY = "GET/concierge/alerts/by-id";
5
+ export declare function useGetConciergeAlerts(): UseQueryResult<ConciergeAlerts.Alert[], ConciergeAlerts.Error>;
6
+ export declare function useGetConciergeAlertById(alertId: string): UseQueryResult<ConciergeAlerts.Alert, ConciergeAlerts.Error>;
@@ -0,0 +1 @@
1
+ export * from './concierge.query';
@@ -9,11 +9,7 @@ export declare function useInsightsConversionRateMetricsV2(params: DataReport.In
9
9
  }): UseQueryResult<any, unknown>;
10
10
  export declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
11
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
12
  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
13
  export declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
18
14
  export declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
19
15
  export declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
@@ -2,9 +2,7 @@ export * from './payments';
2
2
  export * from './developers';
3
3
  export * from './organizations';
4
4
  export * from './connections';
5
- export * from './dialogs';
6
5
  export * from './accounts';
7
- export * from './cms';
8
6
  export * from './smart-routing';
9
7
  export * from './routing-monitors';
10
8
  export * from './checkouts';
@@ -37,3 +35,4 @@ export * from './installments';
37
35
  export * from './api-logs';
38
36
  export * from './webhooks';
39
37
  export * from './security';
38
+ export * from './concierge';
@@ -1,5 +1,5 @@
1
1
  import { UseQueryResult } from '@tanstack/react-query';
2
- import { OrganizationSettings } from '../../types';
2
+ import { MFA, OrganizationSettings } from '../../types';
3
3
  export declare function useGetMFAExcludedUsers({ organizationCode, }: {
4
4
  organizationCode: string;
5
5
  }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig[], unknown>;
@@ -9,3 +9,6 @@ export declare function useGetMFAConfig({ organizationCode, }: {
9
9
  export declare function useGetMFAStatus({ accountCode, }: {
10
10
  accountCode: string;
11
11
  }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
12
+ export declare function useGetWorkOsMfaStatus({ enabled, }: {
13
+ enabled: boolean;
14
+ }): UseQueryResult<MFA.WorkOsMfaStatus, unknown>;
@@ -4,4 +4,3 @@ export declare function useGetPaymentLinks(params: any, accountCode: any): UseQu
4
4
  export declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
5
5
  export declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
6
6
  export declare function useGetCountriesConfigPaymentLinkV2(acceptLanguage?: string): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
7
- export declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
@@ -1,8 +1,13 @@
1
1
  import { AxiosError } from 'axios';
2
2
  import { UseQueryResult } from '@tanstack/react-query';
3
- import { Recipients, GetRecipientsParams, GetRecipientByIdParams, GetOnboardingDetailParams, GetOnboardingTimelineParams } from '../../types/recipients';
3
+ import { Recipients, GetRecipientsParams, GetRecipientByIdParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, RecipientsExport, GetRecipientExportsParams } from '../../types/recipients';
4
4
  import { BFFErrorResponse } from '../../mutations';
5
5
  export declare function useGetRecipients(organizationCode: string, params: GetRecipientsParams, enabled?: boolean): UseQueryResult<Recipients.RecipientListResponse, AxiosError<BFFErrorResponse>>;
6
6
  export declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
7
7
  export declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
8
8
  export declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
9
+ export declare function useGetRecipientExports(accountCode: string, params: GetRecipientExportsParams, enabled?: boolean): UseQueryResult<RecipientsExport.ExportListResponse, AxiosError<BFFErrorResponse>>;
10
+ export declare function useGetRecipientExportDownload(accountCode: string, exportCode: string, enabled?: boolean): UseQueryResult<{
11
+ download_url: string;
12
+ expires_in_seconds: number;
13
+ }, AxiosError<BFFErrorResponse>>;
@@ -1,4 +1,11 @@
1
1
  export declare namespace Audit {
2
+ interface ApiLogsDetailByPaymentCode {
3
+ data: ApiLogByTransactionCode[];
4
+ page: number;
5
+ size: number;
6
+ total_rows: number;
7
+ total_pages: number;
8
+ }
2
9
  interface AuditEventsParams {
3
10
  page: number;
4
11
  size: number;
@@ -61,6 +68,7 @@ export declare namespace Audit {
61
68
  time_zone: string;
62
69
  account_codes?: string[] | null;
63
70
  }
71
+ type MonitorType = 'CREATED TRANSACTIONS' | 'SUCCEEDED TRANSACTIONS';
64
72
  interface AuditMonitorData {
65
73
  alert_id: number;
66
74
  status: string;
@@ -79,6 +87,7 @@ export declare namespace Audit {
79
87
  condition_set_id: number;
80
88
  approval_rate: number;
81
89
  account_code: string;
90
+ monitor_type?: MonitorType | null;
82
91
  }
83
92
  interface AuditMonitors {
84
93
  page: number;
@@ -377,4 +386,77 @@ export declare namespace Audit {
377
386
  interface AuditExportDownloadResponse {
378
387
  redirect_link: string;
379
388
  }
389
+ interface ApiLogsStatsParams {
390
+ start_date?: string;
391
+ end_date?: string;
392
+ timezone?: string;
393
+ accounts?: string[];
394
+ granularity?: string;
395
+ }
396
+ interface ApiLogsStatsResponse {
397
+ total: number;
398
+ time_series: Array<{
399
+ timestamp: string;
400
+ count: number;
401
+ }>;
402
+ }
403
+ interface ApiLogsErrorsByEndpointResponse {
404
+ total: number;
405
+ endpoints: Array<{
406
+ url: string;
407
+ count: number;
408
+ time_series: Array<{
409
+ timestamp: string;
410
+ count: number;
411
+ }>;
412
+ }>;
413
+ }
414
+ interface ApiLogsListParams {
415
+ page?: number;
416
+ size?: number;
417
+ start_date?: string;
418
+ end_date?: string;
419
+ status_codes?: number[];
420
+ methods?: string[];
421
+ search?: string;
422
+ accounts?: string[];
423
+ }
424
+ interface ApiLogsListResponse {
425
+ page: number;
426
+ size: number;
427
+ total_rows: number;
428
+ total_pages: number;
429
+ data: ApiLogItem[];
430
+ }
431
+ interface ApiLogItem {
432
+ code: string;
433
+ url: string;
434
+ method: string;
435
+ status_code: number;
436
+ trace_id: string | null;
437
+ created_at: string;
438
+ account_code: string | null;
439
+ request: unknown;
440
+ response: unknown;
441
+ }
442
+ interface ApiLogV3Item {
443
+ organization_code: string | null;
444
+ account_code: string | null;
445
+ method: string | null;
446
+ request_uri: string | null;
447
+ status_code: number | null;
448
+ payment_id: string | null;
449
+ trace_id: string | null;
450
+ request_body: unknown;
451
+ response_body: unknown;
452
+ response_time: number | null;
453
+ created_at: string | null;
454
+ }
455
+ interface ApiLogsV3ListResponse {
456
+ page: number;
457
+ size: number;
458
+ total_rows: number;
459
+ total_pages: number;
460
+ data: ApiLogV3Item[];
461
+ }
380
462
  }
@@ -66,6 +66,36 @@ export declare namespace Styling {
66
66
  }
67
67
  export {};
68
68
  }
69
+ export interface PaymentLinkStyles {
70
+ panel?: {
71
+ left?: {
72
+ logo?: string | null;
73
+ background?: {
74
+ color?: string;
75
+ };
76
+ };
77
+ };
78
+ checkbox?: {
79
+ color?: string;
80
+ };
81
+ border?: {
82
+ color?: string;
83
+ };
84
+ radio_button?: {
85
+ color?: string;
86
+ };
87
+ button?: {
88
+ text?: {
89
+ color?: string;
90
+ };
91
+ background?: {
92
+ color?: string;
93
+ hover?: {
94
+ color?: string;
95
+ };
96
+ };
97
+ };
98
+ }
69
99
  export declare namespace StylingSettings {
70
100
  interface UpdateSettings {
71
101
  styles: {
@@ -124,6 +154,7 @@ export declare namespace StylingSettings {
124
154
  flags?: {
125
155
  force_default_styles?: boolean;
126
156
  };
157
+ payment_link_styles?: PaymentLinkStyles;
127
158
  }
128
159
  interface UpdateSettingsResponse extends UpdateSettings {
129
160
  external_fonts: {
@@ -0,0 +1,42 @@
1
+ export declare namespace ConciergeAlerts {
2
+ interface AntiNoiseControls {
3
+ cooldown: number;
4
+ minimum_transactions: number;
5
+ }
6
+ interface ThresholdConfiguration {
7
+ error_rate_threshold: number;
8
+ error_types: string[];
9
+ }
10
+ interface ScopeFilters {
11
+ countries: string[];
12
+ providers: string[];
13
+ payment_methods: string[];
14
+ card_brands: string[];
15
+ }
16
+ interface Alert {
17
+ id: string;
18
+ alert_type: string;
19
+ name: string;
20
+ language: string;
21
+ analysis_window: string;
22
+ comparison_baseline: string;
23
+ anti_noise_controls: AntiNoiseControls;
24
+ threshold_configuration: ThresholdConfiguration;
25
+ scope_filters: ScopeFilters;
26
+ enabled: boolean;
27
+ }
28
+ type CreateAlertPayload = Omit<Alert, 'id' | 'enabled'>;
29
+ type CreateAlertResponse = Pick<Alert, 'id'>;
30
+ type DeleteAlertResponse = Pick<Alert, 'id'>;
31
+ interface EnableAlertPayload {
32
+ enable: boolean;
33
+ }
34
+ interface EnableAlertResponse {
35
+ id: string;
36
+ enable: boolean;
37
+ }
38
+ type Error = {
39
+ code?: string;
40
+ name?: string;
41
+ };
42
+ }
@@ -0,0 +1 @@
1
+ export * from './concierge-alerts';
@@ -6,7 +6,10 @@ export declare namespace DataReport {
6
6
  PROVIDERS = "providers",
7
7
  COUNTRIES = "countries",
8
8
  UNIQUE_CUSTOMER_PAYMENTS = "unique-customer-payments",
9
- TOTAL_PAYMENTS = "total-payments"
9
+ TOTAL_PAYMENTS = "total-payments",
10
+ CARD_TYPES = "card-types",
11
+ CARD_BRANDS = "card-brands",
12
+ ISSUERS = "issuers"
10
13
  }
11
14
  export interface SmartRouting {
12
15
  version: string;
@@ -8,7 +8,6 @@ export * from './connection';
8
8
  export * from './webhook';
9
9
  export * from './user';
10
10
  export * from './country';
11
- export * from './cms';
12
11
  export * from './checkout';
13
12
  export * from './reports';
14
13
  export * from './notifications';
@@ -35,3 +34,5 @@ export * from './organization-config';
35
34
  export * from './onboarding';
36
35
  export * from './recipients';
37
36
  export * from './installments';
37
+ export * from './concierge';
38
+ export * from './playground';
@@ -50,6 +50,7 @@ export declare namespace Installments {
50
50
  amount: PlanAmount;
51
51
  availability?: Availability;
52
52
  types_list?: string[] | null;
53
+ payment_method_type?: string;
53
54
  created_at?: string;
54
55
  updated_at?: string;
55
56
  }
@@ -61,6 +62,7 @@ export declare namespace Installments {
61
62
  amount?: PlanAmount;
62
63
  installments_plan?: InstallmentPlanItem[];
63
64
  availability?: Availability;
65
+ payment_method_type?: string;
64
66
  }
65
67
  interface CreateInstallmentsPlanResponse extends InstallmentsPlan {
66
68
  }
@@ -70,6 +72,7 @@ export declare namespace Installments {
70
72
  amount?: PlanAmount;
71
73
  installments_plan?: InstallmentPlanItem[];
72
74
  availability?: Availability;
75
+ payment_method_type?: string;
73
76
  }
74
77
  interface UpdateInstallmentsPlanResponse extends InstallmentsPlan {
75
78
  }
@@ -105,6 +108,7 @@ export declare namespace Installments {
105
108
  amount?: PlanAmount;
106
109
  installments_plan?: InstallmentPlanItem[];
107
110
  availability?: Availability;
111
+ payment_method_type?: string;
108
112
  }
109
113
  interface BulkCreateInstallmentsPlansResponse {
110
114
  created: InstallmentsPlan[];
@@ -3,4 +3,8 @@ export declare namespace MFA {
3
3
  interface MFAStatusResponse {
4
4
  status: MFAStatus;
5
5
  }
6
+ interface WorkOsMfaStatus {
7
+ mfa_active: boolean;
8
+ factor_id: string | null;
9
+ }
6
10
  }
@@ -17,6 +17,7 @@ export declare namespace Organization {
17
17
  nova: boolean;
18
18
  reconciliations: boolean;
19
19
  future_providers: boolean;
20
+ hide_denied_sections: boolean;
20
21
  };
21
22
  }
22
23
  enum CustomClaims {
@@ -0,0 +1 @@
1
+ export * from './playground';
@@ -0,0 +1,33 @@
1
+ export declare namespace Playground {
2
+ type FlowType = 'DIRECT';
3
+ type FlowStatus = 'SUCCESS' | 'PARTIAL_FAILURE' | 'FAILURE';
4
+ type StepStatus = 'SUCCESS' | 'FAILED' | 'SKIPPED';
5
+ type StepName = 'CREATE_CUSTOMER' | 'CREATE_CHECKOUT_SESSION' | 'CREATE_PAYMENT';
6
+ interface ExecuteFlowPayload {
7
+ flow_type: FlowType;
8
+ config: {
9
+ capture: boolean;
10
+ };
11
+ customer: Record<string, unknown>;
12
+ payment_method: Record<string, unknown>;
13
+ country: string;
14
+ amount: Record<string, unknown>;
15
+ account_id: string;
16
+ payment_description: string;
17
+ }
18
+ interface StepResult {
19
+ step: StepName;
20
+ status: StepStatus;
21
+ http_status: number | null;
22
+ response: Record<string, unknown> | null;
23
+ error_message: string | null;
24
+ duration_ms: number;
25
+ }
26
+ interface ExecuteFlowResponse {
27
+ status: FlowStatus;
28
+ failed_step: string | null;
29
+ error_message: string | null;
30
+ steps: StepResult[];
31
+ total_duration_ms: number;
32
+ }
33
+ }
@@ -1 +1,3 @@
1
1
  export * from './recipients';
2
+ export * from './recipients-export';
3
+ export * from './recipients-mutations';