@yuno-payments/dashboard-api-mfe 0.39.6 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (499) hide show
  1. package/build/cjs/index.js +76 -0
  2. package/build/cjs/index.js.map +1 -0
  3. package/build/{types → cjs/types}/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +3 -2
  4. package/build/{types → cjs/types}/mutations/connections/connections.mutation.d.ts +1 -0
  5. package/build/{types → cjs/types}/types/organization/organization.d.ts +2 -0
  6. package/build/{types → cjs/types}/utils/test-utils.d.ts +2 -1
  7. package/build/esm/index.js +76 -0
  8. package/build/esm/index.js.map +1 -0
  9. package/build/esm/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
  10. package/build/esm/types/api/api.d.ts +537 -0
  11. package/build/esm/types/api/api.singleton.d.ts +9 -0
  12. package/build/esm/types/api/api.types.d.ts +199 -0
  13. package/build/esm/types/api/index.d.ts +3 -0
  14. package/build/esm/types/api-provider.d.ts +4 -0
  15. package/build/esm/types/common/config.d.ts +13 -0
  16. package/build/esm/types/constants/errors-code.constant.d.ts +5 -0
  17. package/build/esm/types/constants/index.d.ts +1 -0
  18. package/build/esm/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
  19. package/build/esm/types/lib/http-client/api.config.d.ts +2 -0
  20. package/build/esm/types/lib/http-client/axios.d.ts +19 -0
  21. package/build/esm/types/lib/http-client/http-client.d.ts +168 -0
  22. package/build/esm/types/lib/http-client/index.d.ts +2 -0
  23. package/build/esm/types/msw/browser.d.ts +1 -0
  24. package/build/esm/types/msw/handlers/index.d.ts +1 -0
  25. package/build/esm/types/msw/handlers/insights.d.ts +1 -0
  26. package/build/esm/types/msw/handlers/organizations.d.ts +1 -0
  27. package/build/esm/types/msw/handlers/payments.d.ts +1 -0
  28. package/build/esm/types/msw/index.d.ts +1 -0
  29. package/build/esm/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
  30. package/build/esm/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
  31. package/build/esm/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +9 -0
  32. package/build/esm/types/msw/mocks/insights/overview/overview.mock.d.ts +139 -0
  33. package/build/esm/types/msw/mocks/payments/payments.mock.d.ts +92 -0
  34. package/build/esm/types/msw/mocks/payments/transaction-details.mock.d.ts +579 -0
  35. package/build/esm/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
  36. package/build/esm/types/mutations/S3Client/index.d.ts +1 -0
  37. package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +52 -0
  38. package/build/esm/types/mutations/accounts/delete-mutation.d.ts +20 -0
  39. package/build/esm/types/mutations/accounts/index.d.ts +1 -0
  40. package/build/esm/types/mutations/ai/ai.mutation.d.ts +28 -0
  41. package/build/esm/types/mutations/ai/ai.mutation.test.d.ts +1 -0
  42. package/build/esm/types/mutations/ai/index.d.ts +1 -0
  43. package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +5 -0
  44. package/build/esm/types/mutations/audit/audit.mutation.d.ts +6 -0
  45. package/build/esm/types/mutations/audit/index.d.ts +2 -0
  46. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +32 -0
  47. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
  48. package/build/esm/types/mutations/batch-refunds/index.d.ts +1 -0
  49. package/build/esm/types/mutations/chartgpt/chartgpt.mutation.d.ts +37 -0
  50. package/build/esm/types/mutations/chartgpt/index.d.ts +1 -0
  51. package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +11 -0
  52. package/build/esm/types/mutations/checkouts/index.d.ts +2 -0
  53. package/build/esm/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
  54. package/build/esm/types/mutations/connections/connections.mutation.d.ts +37 -0
  55. package/build/esm/types/mutations/connections/index.d.ts +1 -0
  56. package/build/esm/types/mutations/developers/developers.mutation.d.ts +21 -0
  57. package/build/esm/types/mutations/developers/index.d.ts +1 -0
  58. package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +52 -0
  59. package/build/esm/types/mutations/fraud-screening/index.d.ts +1 -0
  60. package/build/esm/types/mutations/index.d.ts +30 -0
  61. package/build/esm/types/mutations/insights/index.d.ts +1 -0
  62. package/build/esm/types/mutations/insights/insights.mutation.d.ts +2 -0
  63. package/build/esm/types/mutations/multi-factor-authentication/index.d.ts +1 -0
  64. package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +12 -0
  65. package/build/esm/types/mutations/notifications/index.d.ts +1 -0
  66. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +6 -0
  67. package/build/esm/types/mutations/organization-settings/index.d.ts +1 -0
  68. package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
  69. package/build/esm/types/mutations/organizations/index.d.ts +1 -0
  70. package/build/esm/types/mutations/organizations/organizations.mutation.d.ts +2 -0
  71. package/build/esm/types/mutations/payment-links/index.d.ts +1 -0
  72. package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +12 -0
  73. package/build/esm/types/mutations/payments/index.d.ts +1 -0
  74. package/build/esm/types/mutations/payments/payments.mutation.d.ts +13 -0
  75. package/build/esm/types/mutations/reconciliations/index.d.ts +2 -0
  76. package/build/esm/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
  77. package/build/esm/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
  78. package/build/esm/types/mutations/reports/index.d.ts +1 -0
  79. package/build/esm/types/mutations/reports/reports.mutation.d.ts +8 -0
  80. package/build/esm/types/mutations/routing-monitors/index.d.ts +1 -0
  81. package/build/esm/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
  82. package/build/esm/types/mutations/saml-config/index.d.ts +1 -0
  83. package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +4 -0
  84. package/build/esm/types/mutations/scheduled-reports/index.d.ts +1 -0
  85. package/build/esm/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
  86. package/build/esm/types/mutations/security/index.d.ts +1 -0
  87. package/build/esm/types/mutations/security/security.mutation.d.ts +3 -0
  88. package/build/esm/types/mutations/settings/index.d.ts +1 -0
  89. package/build/esm/types/mutations/settings/settings.mutation.d.ts +17 -0
  90. package/build/esm/types/mutations/smart-routing/index.d.ts +1 -0
  91. package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +67 -0
  92. package/build/esm/types/mutations/team/index.d.ts +1 -0
  93. package/build/esm/types/mutations/team/team.mutaion.test.d.ts +1 -0
  94. package/build/esm/types/mutations/team/team.mutation.d.ts +8 -0
  95. package/build/esm/types/mutations/template-reporting/index.d.ts +1 -0
  96. package/build/esm/types/mutations/template-reporting/template-reporting.mutation.d.ts +20 -0
  97. package/build/esm/types/mutations/users/index.d.ts +1 -0
  98. package/build/esm/types/mutations/users/users.mutation.d.ts +16 -0
  99. package/build/esm/types/mutations/velocity-rules/index.d.ts +1 -0
  100. package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +5 -0
  101. package/build/esm/types/queries/accounts/accounts.query.d.ts +24 -0
  102. package/build/esm/types/queries/accounts/index.d.ts +1 -0
  103. package/build/esm/types/queries/audit/audit.query.d.ts +11 -0
  104. package/build/esm/types/queries/audit/index.d.ts +1 -0
  105. package/build/esm/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
  106. package/build/esm/types/queries/batch-refunds/index.d.ts +1 -0
  107. package/build/esm/types/queries/chartgpt/chartgpt.query.d.ts +44 -0
  108. package/build/esm/types/queries/chartgpt/index.d.ts +1 -0
  109. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +15 -0
  110. package/build/esm/types/queries/checkouts/index.d.ts +2 -0
  111. package/build/esm/types/queries/checkouts/styling/styling.query.d.ts +25 -0
  112. package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
  113. package/build/esm/types/queries/cms/index.d.ts +1 -0
  114. package/build/esm/types/queries/connections/connections.query.d.ts +3 -0
  115. package/build/esm/types/queries/connections/index.d.ts +1 -0
  116. package/build/esm/types/queries/data-report/data-report.query.d.ts +17 -0
  117. package/build/esm/types/queries/data-report/fraud/fraud.query.d.ts +17 -0
  118. package/build/esm/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
  119. package/build/esm/types/queries/data-report/index.d.ts +2 -0
  120. package/build/esm/types/queries/developers/developers.query.d.ts +14 -0
  121. package/build/esm/types/queries/developers/index.d.ts +1 -0
  122. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
  123. package/build/esm/types/queries/dialogs/index.d.ts +1 -0
  124. package/build/esm/types/queries/feature-flags/feature-flags.test.d.ts +1 -0
  125. package/build/esm/types/queries/feature-flags/index.d.ts +8 -0
  126. package/build/esm/types/queries/firebase/firebase.query.d.ts +10 -0
  127. package/build/esm/types/queries/firebase/index.d.ts +1 -0
  128. package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +11 -0
  129. package/build/esm/types/queries/fraud-screening/index.d.ts +1 -0
  130. package/build/esm/types/queries/index.d.ts +28 -0
  131. package/build/esm/types/queries/mfa/index.d.ts +1 -0
  132. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +11 -0
  133. package/build/esm/types/queries/notifications/index.d.ts +1 -0
  134. package/build/esm/types/queries/notifications/notifications.query.d.ts +12 -0
  135. package/build/esm/types/queries/organizations/index.d.ts +1 -0
  136. package/build/esm/types/queries/organizations/organizations.query.d.ts +28 -0
  137. package/build/esm/types/queries/payment-links/index.d.ts +1 -0
  138. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +7 -0
  139. package/build/esm/types/queries/payments/index.d.ts +2 -0
  140. package/build/esm/types/queries/payments/payments.query.d.ts +36 -0
  141. package/build/esm/types/queries/payments/payouts.query.d.ts +6 -0
  142. package/build/esm/types/queries/reconciliations/index.d.ts +6 -0
  143. package/build/esm/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
  144. package/build/esm/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
  145. package/build/esm/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
  146. package/build/esm/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
  147. package/build/esm/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
  148. package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +11 -0
  149. package/build/esm/types/queries/reports/index.d.ts +1 -0
  150. package/build/esm/types/queries/reports/reports.query.d.ts +13 -0
  151. package/build/esm/types/queries/routing-monitors/index.d.ts +1 -0
  152. package/build/esm/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
  153. package/build/esm/types/queries/saml-config/index.d.ts +1 -0
  154. package/build/esm/types/queries/saml-config/saml-config.query.d.ts +4 -0
  155. package/build/esm/types/queries/smart-routing/index.d.ts +1 -0
  156. package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +30 -0
  157. package/build/esm/types/queries/team/index.d.ts +1 -0
  158. package/build/esm/types/queries/team/team.query.d.ts +14 -0
  159. package/build/esm/types/queries/template-reporting/index.d.ts +1 -0
  160. package/build/esm/types/queries/template-reporting/template-reporting.query.d.ts +7 -0
  161. package/build/esm/types/queries/translation/index.d.ts +1 -0
  162. package/build/esm/types/queries/translation/translation.query.d.ts +5 -0
  163. package/build/esm/types/queries/users/index.d.ts +1 -0
  164. package/build/esm/types/queries/users/users.query.d.ts +25 -0
  165. package/build/esm/types/queries/velocity-rules/index.d.ts +1 -0
  166. package/build/esm/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
  167. package/build/esm/types/store/index.d.ts +3 -0
  168. package/build/esm/types/types/accounts/accounts.d.ts +11 -0
  169. package/build/esm/types/types/accounts/index.d.ts +1 -0
  170. package/build/esm/types/types/ai/ai.d.ts +78 -0
  171. package/build/esm/types/types/ai/index.d.ts +1 -0
  172. package/build/esm/types/types/allowed-list/allowed-list.d.ts +9 -0
  173. package/build/esm/types/types/allowed-list/index.d.ts +1 -0
  174. package/build/esm/types/types/audit/audit.d.ts +191 -0
  175. package/build/esm/types/types/audit/index.d.ts +1 -0
  176. package/build/esm/types/types/batch-refunds/batch-refunds.d.ts +38 -0
  177. package/build/esm/types/types/batch-refunds/index.d.ts +1 -0
  178. package/build/esm/types/types/checkout/checkout.d.ts +207 -0
  179. package/build/esm/types/types/checkout/index.d.ts +1 -0
  180. package/build/esm/types/types/checkout/styling/styling.d.ts +215 -0
  181. package/build/esm/types/types/cms/cms.d.ts +47 -0
  182. package/build/esm/types/types/cms/index.d.ts +1 -0
  183. package/build/esm/types/types/connection/connection.d.ts +54 -0
  184. package/build/esm/types/types/connection/costs.d.ts +26 -0
  185. package/build/esm/types/types/connection/index.d.ts +2 -0
  186. package/build/esm/types/types/country/country.d.ts +12 -0
  187. package/build/esm/types/types/country/index.d.ts +1 -0
  188. package/build/esm/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
  189. package/build/esm/types/types/customized-api-keys/index.d.ts +1 -0
  190. package/build/esm/types/types/data-report/conversion-rate.types.d.ts +48 -0
  191. package/build/esm/types/types/data-report/data-report.d.ts +51 -0
  192. package/build/esm/types/types/data-report/fraud.types.d.ts +165 -0
  193. package/build/esm/types/types/data-report/index.d.ts +3 -0
  194. package/build/esm/types/types/developer/developer.d.ts +13 -0
  195. package/build/esm/types/types/developer/index.d.ts +1 -0
  196. package/build/esm/types/types/feature-flags/intex.d.ts +13 -0
  197. package/build/esm/types/types/fraud-screening/fraud-screening.d.ts +109 -0
  198. package/build/esm/types/types/fraud-screening/index.d.ts +1 -0
  199. package/build/esm/types/types/index.d.ts +31 -0
  200. package/build/esm/types/types/mfa/index.d.ts +1 -0
  201. package/build/esm/types/types/mfa/mfa.d.ts +6 -0
  202. package/build/esm/types/types/notifications/index.d.ts +1 -0
  203. package/build/esm/types/types/notifications/notifications.d.ts +39 -0
  204. package/build/esm/types/types/operation-transaction/index.d.ts +1 -0
  205. package/build/esm/types/types/operation-transaction/operation-transaction.d.ts +28 -0
  206. package/build/esm/types/types/organization/index.d.ts +1 -0
  207. package/build/esm/types/types/organization/organization.d.ts +136 -0
  208. package/build/esm/types/types/organization-settings/index.d.ts +1 -0
  209. package/build/esm/types/types/organization-settings/organization-settings.d.ts +27 -0
  210. package/build/esm/types/types/payment/index.d.ts +1 -0
  211. package/build/esm/types/types/payment/payment.d.ts +566 -0
  212. package/build/esm/types/types/payment-links/index.d.ts +1 -0
  213. package/build/esm/types/types/payment-links/payment-links.d.ts +15 -0
  214. package/build/esm/types/types/payouts/index.d.ts +1 -0
  215. package/build/esm/types/types/payouts/payouts.d.ts +105 -0
  216. package/build/esm/types/types/reconciliation/index.d.ts +6 -0
  217. package/build/esm/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
  218. package/build/esm/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
  219. package/build/esm/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
  220. package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +45 -0
  221. package/build/esm/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
  222. package/build/esm/types/types/reconciliation/reconciliation.d.ts +345 -0
  223. package/build/esm/types/types/reports/index.d.ts +1 -0
  224. package/build/esm/types/types/reports/reports.d.ts +136 -0
  225. package/build/esm/types/types/routing-monitors/index.d.ts +1 -0
  226. package/build/esm/types/types/routing-monitors/routing-monitors.d.ts +35 -0
  227. package/build/esm/types/types/s3-client/index.d.ts +1 -0
  228. package/build/esm/types/types/s3-client/s3-client.d.ts +19 -0
  229. package/build/esm/types/types/saml-config/index.d.ts +1 -0
  230. package/build/esm/types/types/saml-config/saml-config.d.ts +28 -0
  231. package/build/esm/types/types/smart-routing/index.d.ts +1 -0
  232. package/build/esm/types/types/smart-routing/smart-routing.d.ts +330 -0
  233. package/build/esm/types/types/team/index.d.ts +1 -0
  234. package/build/esm/types/types/team/team.d.ts +75 -0
  235. package/build/esm/types/types/template-reporting/common.types.d.ts +60 -0
  236. package/build/esm/types/types/template-reporting/index.d.ts +47 -0
  237. package/build/esm/types/types/template-reporting/schedule.types.d.ts +58 -0
  238. package/build/esm/types/types/template-reporting/template.types.d.ts +86 -0
  239. package/build/esm/types/types/translation/index.d.ts +1 -0
  240. package/build/esm/types/types/translation/translation.d.ts +8 -0
  241. package/build/esm/types/types/user/index.d.ts +1 -0
  242. package/build/esm/types/types/user/user.d.ts +181 -0
  243. package/build/esm/types/types/velocity-rules/index.d.ts +1 -0
  244. package/build/esm/types/types/velocity-rules/velocity-rules.d.ts +15 -0
  245. package/build/esm/types/types/webhook/index.d.ts +1 -0
  246. package/build/esm/types/types/webhook/webhook.d.ts +63 -0
  247. package/build/esm/types/utils/enums.d.ts +162 -0
  248. package/build/esm/types/utils/handler-error.d.ts +6 -0
  249. package/build/esm/types/utils/test-utils.d.ts +5 -0
  250. package/build/esm/types/utils/use-localstorage.d.ts +2 -0
  251. package/build/esm/types/websockets/index.d.ts +1 -0
  252. package/build/esm/types/websockets/use-chart-assistant-socket.d.ts +17 -0
  253. package/build/esm/types/websockets/use-chart-assistant-socket.test.d.ts +1 -0
  254. package/build/esm/types/yuno-dashboard-api-mfe.d.ts +8 -0
  255. package/build/index.d.ts +3 -0
  256. package/package.json +8 -10
  257. package/build/index.js +0 -42
  258. /package/build/{types → cjs/types}/api/api.d.ts +0 -0
  259. /package/build/{types → cjs/types}/api/api.singleton.d.ts +0 -0
  260. /package/build/{types → cjs/types}/api/api.types.d.ts +0 -0
  261. /package/build/{types → cjs/types}/api/index.d.ts +0 -0
  262. /package/build/{types → cjs/types}/api-provider.d.ts +0 -0
  263. /package/build/{types → cjs/types}/common/config.d.ts +0 -0
  264. /package/build/{types → cjs/types}/constants/errors-code.constant.d.ts +0 -0
  265. /package/build/{types → cjs/types}/constants/index.d.ts +0 -0
  266. /package/build/{types → cjs/types}/lib/http-client/__tests__/http-client.test.d.ts +0 -0
  267. /package/build/{types → cjs/types}/lib/http-client/api.config.d.ts +0 -0
  268. /package/build/{types → cjs/types}/lib/http-client/axios.d.ts +0 -0
  269. /package/build/{types → cjs/types}/lib/http-client/http-client.d.ts +0 -0
  270. /package/build/{types → cjs/types}/lib/http-client/index.d.ts +0 -0
  271. /package/build/{types → cjs/types}/msw/browser.d.ts +0 -0
  272. /package/build/{types → cjs/types}/msw/handlers/index.d.ts +0 -0
  273. /package/build/{types → cjs/types}/msw/handlers/insights.d.ts +0 -0
  274. /package/build/{types → cjs/types}/msw/handlers/organizations.d.ts +0 -0
  275. /package/build/{types → cjs/types}/msw/handlers/payments.d.ts +0 -0
  276. /package/build/{types → cjs/types}/msw/index.d.ts +0 -0
  277. /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +0 -0
  278. /package/build/{types → cjs/types}/msw/mocks/insights/conversion-rate/overview.mock.d.ts +0 -0
  279. /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview-metrics.mock.d.ts +0 -0
  280. /package/build/{types → cjs/types}/msw/mocks/insights/overview/overview.mock.d.ts +0 -0
  281. /package/build/{types → cjs/types}/msw/mocks/payments/payments.mock.d.ts +0 -0
  282. /package/build/{types → cjs/types}/msw/mocks/payments/transaction-details.mock.d.ts +0 -0
  283. /package/build/{types → cjs/types}/mutations/S3Client/S3Client.mutation.d.ts +0 -0
  284. /package/build/{types → cjs/types}/mutations/S3Client/index.d.ts +0 -0
  285. /package/build/{types → cjs/types}/mutations/accounts/accounts.mutation.d.ts +0 -0
  286. /package/build/{types → cjs/types}/mutations/accounts/delete-mutation.d.ts +0 -0
  287. /package/build/{types → cjs/types}/mutations/accounts/index.d.ts +0 -0
  288. /package/build/{types → cjs/types}/mutations/ai/ai.mutation.d.ts +0 -0
  289. /package/build/{types → cjs/types}/mutations/ai/ai.mutation.test.d.ts +0 -0
  290. /package/build/{types → cjs/types}/mutations/ai/index.d.ts +0 -0
  291. /package/build/{types → cjs/types}/mutations/audit/audit-api.mutation.d.ts +0 -0
  292. /package/build/{types → cjs/types}/mutations/audit/audit.mutation.d.ts +0 -0
  293. /package/build/{types → cjs/types}/mutations/audit/index.d.ts +0 -0
  294. /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -0
  295. /package/build/{types → cjs/types}/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +0 -0
  296. /package/build/{types → cjs/types}/mutations/batch-refunds/index.d.ts +0 -0
  297. /package/build/{types → cjs/types}/mutations/chartgpt/chartgpt.mutation.d.ts +0 -0
  298. /package/build/{types → cjs/types}/mutations/chartgpt/index.d.ts +0 -0
  299. /package/build/{types → cjs/types}/mutations/checkouts/checkouts.mutation.d.ts +0 -0
  300. /package/build/{types → cjs/types}/mutations/checkouts/index.d.ts +0 -0
  301. /package/build/{types → cjs/types}/mutations/checkouts/styling/styling.mutation.d.ts +0 -0
  302. /package/build/{types → cjs/types}/mutations/connections/index.d.ts +0 -0
  303. /package/build/{types → cjs/types}/mutations/developers/developers.mutation.d.ts +0 -0
  304. /package/build/{types → cjs/types}/mutations/developers/index.d.ts +0 -0
  305. /package/build/{types → cjs/types}/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -0
  306. /package/build/{types → cjs/types}/mutations/fraud-screening/index.d.ts +0 -0
  307. /package/build/{types → cjs/types}/mutations/index.d.ts +0 -0
  308. /package/build/{types → cjs/types}/mutations/insights/index.d.ts +0 -0
  309. /package/build/{types → cjs/types}/mutations/insights/insights.mutation.d.ts +0 -0
  310. /package/build/{types → cjs/types}/mutations/multi-factor-authentication/index.d.ts +0 -0
  311. /package/build/{types → cjs/types}/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -0
  312. /package/build/{types → cjs/types}/mutations/notifications/index.d.ts +0 -0
  313. /package/build/{types → cjs/types}/mutations/notifications/notifications.mutation.d.ts +0 -0
  314. /package/build/{types → cjs/types}/mutations/organization-settings/index.d.ts +0 -0
  315. /package/build/{types → cjs/types}/mutations/organization-settings/organization-settings.mutations.d.ts +0 -0
  316. /package/build/{types → cjs/types}/mutations/organizations/index.d.ts +0 -0
  317. /package/build/{types → cjs/types}/mutations/organizations/organizations.mutation.d.ts +0 -0
  318. /package/build/{types → cjs/types}/mutations/payment-links/index.d.ts +0 -0
  319. /package/build/{types → cjs/types}/mutations/payment-links/payment-links.mutation.d.ts +0 -0
  320. /package/build/{types → cjs/types}/mutations/payments/index.d.ts +0 -0
  321. /package/build/{types → cjs/types}/mutations/payments/payments.mutation.d.ts +0 -0
  322. /package/build/{types → cjs/types}/mutations/reconciliations/index.d.ts +0 -0
  323. /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +0 -0
  324. /package/build/{types → cjs/types}/mutations/reconciliations/reconciliations.mutation.d.ts +0 -0
  325. /package/build/{types → cjs/types}/mutations/reports/index.d.ts +0 -0
  326. /package/build/{types → cjs/types}/mutations/reports/reports.mutation.d.ts +0 -0
  327. /package/build/{types → cjs/types}/mutations/routing-monitors/index.d.ts +0 -0
  328. /package/build/{types → cjs/types}/mutations/routing-monitors/routing-monitors.mutation.d.ts +0 -0
  329. /package/build/{types → cjs/types}/mutations/saml-config/index.d.ts +0 -0
  330. /package/build/{types → cjs/types}/mutations/saml-config/saml-config.query.d.ts +0 -0
  331. /package/build/{types → cjs/types}/mutations/scheduled-reports/index.d.ts +0 -0
  332. /package/build/{types → cjs/types}/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +0 -0
  333. /package/build/{types → cjs/types}/mutations/security/index.d.ts +0 -0
  334. /package/build/{types → cjs/types}/mutations/security/security.mutation.d.ts +0 -0
  335. /package/build/{types → cjs/types}/mutations/settings/index.d.ts +0 -0
  336. /package/build/{types → cjs/types}/mutations/settings/settings.mutation.d.ts +0 -0
  337. /package/build/{types → cjs/types}/mutations/smart-routing/index.d.ts +0 -0
  338. /package/build/{types → cjs/types}/mutations/smart-routing/smart-routing.mutation.d.ts +0 -0
  339. /package/build/{types → cjs/types}/mutations/team/index.d.ts +0 -0
  340. /package/build/{types → cjs/types}/mutations/team/team.mutaion.test.d.ts +0 -0
  341. /package/build/{types → cjs/types}/mutations/team/team.mutation.d.ts +0 -0
  342. /package/build/{types → cjs/types}/mutations/template-reporting/index.d.ts +0 -0
  343. /package/build/{types → cjs/types}/mutations/template-reporting/template-reporting.mutation.d.ts +0 -0
  344. /package/build/{types → cjs/types}/mutations/users/index.d.ts +0 -0
  345. /package/build/{types → cjs/types}/mutations/users/users.mutation.d.ts +0 -0
  346. /package/build/{types → cjs/types}/mutations/velocity-rules/index.d.ts +0 -0
  347. /package/build/{types → cjs/types}/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -0
  348. /package/build/{types → cjs/types}/queries/accounts/accounts.query.d.ts +0 -0
  349. /package/build/{types → cjs/types}/queries/accounts/index.d.ts +0 -0
  350. /package/build/{types → cjs/types}/queries/audit/audit.query.d.ts +0 -0
  351. /package/build/{types → cjs/types}/queries/audit/index.d.ts +0 -0
  352. /package/build/{types → cjs/types}/queries/batch-refunds/batch-refunds.query.d.ts +0 -0
  353. /package/build/{types → cjs/types}/queries/batch-refunds/index.d.ts +0 -0
  354. /package/build/{types → cjs/types}/queries/chartgpt/chartgpt.query.d.ts +0 -0
  355. /package/build/{types → cjs/types}/queries/chartgpt/index.d.ts +0 -0
  356. /package/build/{types → cjs/types}/queries/checkouts/checkouts.query.d.ts +0 -0
  357. /package/build/{types → cjs/types}/queries/checkouts/index.d.ts +0 -0
  358. /package/build/{types → cjs/types}/queries/checkouts/styling/styling.query.d.ts +0 -0
  359. /package/build/{types → cjs/types}/queries/cms/cms.query.d.ts +0 -0
  360. /package/build/{types → cjs/types}/queries/cms/index.d.ts +0 -0
  361. /package/build/{types → cjs/types}/queries/connections/connections.query.d.ts +0 -0
  362. /package/build/{types → cjs/types}/queries/connections/index.d.ts +0 -0
  363. /package/build/{types → cjs/types}/queries/data-report/data-report.query.d.ts +0 -0
  364. /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.d.ts +0 -0
  365. /package/build/{types → cjs/types}/queries/data-report/fraud/fraud.query.test.d.ts +0 -0
  366. /package/build/{types → cjs/types}/queries/data-report/index.d.ts +0 -0
  367. /package/build/{types → cjs/types}/queries/developers/developers.query.d.ts +0 -0
  368. /package/build/{types → cjs/types}/queries/developers/index.d.ts +0 -0
  369. /package/build/{types → cjs/types}/queries/dialogs/dialogs.query.d.ts +0 -0
  370. /package/build/{types → cjs/types}/queries/dialogs/index.d.ts +0 -0
  371. /package/build/{types → cjs/types}/queries/feature-flags/feature-flags.test.d.ts +0 -0
  372. /package/build/{types → cjs/types}/queries/feature-flags/index.d.ts +0 -0
  373. /package/build/{types → cjs/types}/queries/firebase/firebase.query.d.ts +0 -0
  374. /package/build/{types → cjs/types}/queries/firebase/index.d.ts +0 -0
  375. /package/build/{types → cjs/types}/queries/fraud-screening/fraud-screening.query.d.ts +0 -0
  376. /package/build/{types → cjs/types}/queries/fraud-screening/index.d.ts +0 -0
  377. /package/build/{types → cjs/types}/queries/index.d.ts +0 -0
  378. /package/build/{types → cjs/types}/queries/mfa/index.d.ts +0 -0
  379. /package/build/{types → cjs/types}/queries/mfa/organization-settings.query.d.ts +0 -0
  380. /package/build/{types → cjs/types}/queries/notifications/index.d.ts +0 -0
  381. /package/build/{types → cjs/types}/queries/notifications/notifications.query.d.ts +0 -0
  382. /package/build/{types → cjs/types}/queries/organizations/index.d.ts +0 -0
  383. /package/build/{types → cjs/types}/queries/organizations/organizations.query.d.ts +0 -0
  384. /package/build/{types → cjs/types}/queries/payment-links/index.d.ts +0 -0
  385. /package/build/{types → cjs/types}/queries/payment-links/payment-links.query.d.ts +0 -0
  386. /package/build/{types → cjs/types}/queries/payments/index.d.ts +0 -0
  387. /package/build/{types → cjs/types}/queries/payments/payments.query.d.ts +0 -0
  388. /package/build/{types → cjs/types}/queries/payments/payouts.query.d.ts +0 -0
  389. /package/build/{types → cjs/types}/queries/reconciliations/index.d.ts +0 -0
  390. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-advancements.query.d.ts +0 -0
  391. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-agenda.query.d.ts +0 -0
  392. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-alerts.query.d.ts +0 -0
  393. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-fees.query.d.ts +0 -0
  394. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations-sales.query.d.ts +0 -0
  395. /package/build/{types → cjs/types}/queries/reconciliations/reconciliations.query.d.ts +0 -0
  396. /package/build/{types → cjs/types}/queries/reports/index.d.ts +0 -0
  397. /package/build/{types → cjs/types}/queries/reports/reports.query.d.ts +0 -0
  398. /package/build/{types → cjs/types}/queries/routing-monitors/index.d.ts +0 -0
  399. /package/build/{types → cjs/types}/queries/routing-monitors/routing-monitors.query.d.ts +0 -0
  400. /package/build/{types → cjs/types}/queries/saml-config/index.d.ts +0 -0
  401. /package/build/{types → cjs/types}/queries/saml-config/saml-config.query.d.ts +0 -0
  402. /package/build/{types → cjs/types}/queries/smart-routing/index.d.ts +0 -0
  403. /package/build/{types → cjs/types}/queries/smart-routing/smart-routing.query.d.ts +0 -0
  404. /package/build/{types → cjs/types}/queries/team/index.d.ts +0 -0
  405. /package/build/{types → cjs/types}/queries/team/team.query.d.ts +0 -0
  406. /package/build/{types → cjs/types}/queries/template-reporting/index.d.ts +0 -0
  407. /package/build/{types → cjs/types}/queries/template-reporting/template-reporting.query.d.ts +0 -0
  408. /package/build/{types → cjs/types}/queries/translation/index.d.ts +0 -0
  409. /package/build/{types → cjs/types}/queries/translation/translation.query.d.ts +0 -0
  410. /package/build/{types → cjs/types}/queries/users/index.d.ts +0 -0
  411. /package/build/{types → cjs/types}/queries/users/users.query.d.ts +0 -0
  412. /package/build/{types → cjs/types}/queries/velocity-rules/index.d.ts +0 -0
  413. /package/build/{types → cjs/types}/queries/velocity-rules/velocity-rules.query.d.ts +0 -0
  414. /package/build/{types → cjs/types}/store/index.d.ts +0 -0
  415. /package/build/{types → cjs/types}/types/accounts/accounts.d.ts +0 -0
  416. /package/build/{types → cjs/types}/types/accounts/index.d.ts +0 -0
  417. /package/build/{types → cjs/types}/types/ai/ai.d.ts +0 -0
  418. /package/build/{types → cjs/types}/types/ai/index.d.ts +0 -0
  419. /package/build/{types → cjs/types}/types/allowed-list/allowed-list.d.ts +0 -0
  420. /package/build/{types → cjs/types}/types/allowed-list/index.d.ts +0 -0
  421. /package/build/{types → cjs/types}/types/audit/audit.d.ts +0 -0
  422. /package/build/{types → cjs/types}/types/audit/index.d.ts +0 -0
  423. /package/build/{types → cjs/types}/types/batch-refunds/batch-refunds.d.ts +0 -0
  424. /package/build/{types → cjs/types}/types/batch-refunds/index.d.ts +0 -0
  425. /package/build/{types → cjs/types}/types/checkout/checkout.d.ts +0 -0
  426. /package/build/{types → cjs/types}/types/checkout/index.d.ts +0 -0
  427. /package/build/{types → cjs/types}/types/checkout/styling/styling.d.ts +0 -0
  428. /package/build/{types → cjs/types}/types/cms/cms.d.ts +0 -0
  429. /package/build/{types → cjs/types}/types/cms/index.d.ts +0 -0
  430. /package/build/{types → cjs/types}/types/connection/connection.d.ts +0 -0
  431. /package/build/{types → cjs/types}/types/connection/costs.d.ts +0 -0
  432. /package/build/{types → cjs/types}/types/connection/index.d.ts +0 -0
  433. /package/build/{types → cjs/types}/types/country/country.d.ts +0 -0
  434. /package/build/{types → cjs/types}/types/country/index.d.ts +0 -0
  435. /package/build/{types → cjs/types}/types/customized-api-keys/customized-api-keys.d.ts +0 -0
  436. /package/build/{types → cjs/types}/types/customized-api-keys/index.d.ts +0 -0
  437. /package/build/{types → cjs/types}/types/data-report/conversion-rate.types.d.ts +0 -0
  438. /package/build/{types → cjs/types}/types/data-report/data-report.d.ts +0 -0
  439. /package/build/{types → cjs/types}/types/data-report/fraud.types.d.ts +0 -0
  440. /package/build/{types → cjs/types}/types/data-report/index.d.ts +0 -0
  441. /package/build/{types → cjs/types}/types/developer/developer.d.ts +0 -0
  442. /package/build/{types → cjs/types}/types/developer/index.d.ts +0 -0
  443. /package/build/{types → cjs/types}/types/feature-flags/intex.d.ts +0 -0
  444. /package/build/{types → cjs/types}/types/fraud-screening/fraud-screening.d.ts +0 -0
  445. /package/build/{types → cjs/types}/types/fraud-screening/index.d.ts +0 -0
  446. /package/build/{types → cjs/types}/types/index.d.ts +0 -0
  447. /package/build/{types → cjs/types}/types/mfa/index.d.ts +0 -0
  448. /package/build/{types → cjs/types}/types/mfa/mfa.d.ts +0 -0
  449. /package/build/{types → cjs/types}/types/notifications/index.d.ts +0 -0
  450. /package/build/{types → cjs/types}/types/notifications/notifications.d.ts +0 -0
  451. /package/build/{types → cjs/types}/types/operation-transaction/index.d.ts +0 -0
  452. /package/build/{types → cjs/types}/types/operation-transaction/operation-transaction.d.ts +0 -0
  453. /package/build/{types → cjs/types}/types/organization/index.d.ts +0 -0
  454. /package/build/{types → cjs/types}/types/organization-settings/index.d.ts +0 -0
  455. /package/build/{types → cjs/types}/types/organization-settings/organization-settings.d.ts +0 -0
  456. /package/build/{types → cjs/types}/types/payment/index.d.ts +0 -0
  457. /package/build/{types → cjs/types}/types/payment/payment.d.ts +0 -0
  458. /package/build/{types → cjs/types}/types/payment-links/index.d.ts +0 -0
  459. /package/build/{types → cjs/types}/types/payment-links/payment-links.d.ts +0 -0
  460. /package/build/{types → cjs/types}/types/payouts/index.d.ts +0 -0
  461. /package/build/{types → cjs/types}/types/payouts/payouts.d.ts +0 -0
  462. /package/build/{types → cjs/types}/types/reconciliation/index.d.ts +0 -0
  463. /package/build/{types → cjs/types}/types/reconciliation/reconciliation-advancements.d.ts +0 -0
  464. /package/build/{types → cjs/types}/types/reconciliation/reconciliation-agenda.d.ts +0 -0
  465. /package/build/{types → cjs/types}/types/reconciliation/reconciliation-alerts.d.ts +0 -0
  466. /package/build/{types → cjs/types}/types/reconciliation/reconciliation-fees.d.ts +0 -0
  467. /package/build/{types → cjs/types}/types/reconciliation/reconciliation-sales.d.ts +0 -0
  468. /package/build/{types → cjs/types}/types/reconciliation/reconciliation.d.ts +0 -0
  469. /package/build/{types → cjs/types}/types/reports/index.d.ts +0 -0
  470. /package/build/{types → cjs/types}/types/reports/reports.d.ts +0 -0
  471. /package/build/{types → cjs/types}/types/routing-monitors/index.d.ts +0 -0
  472. /package/build/{types → cjs/types}/types/routing-monitors/routing-monitors.d.ts +0 -0
  473. /package/build/{types → cjs/types}/types/s3-client/index.d.ts +0 -0
  474. /package/build/{types → cjs/types}/types/s3-client/s3-client.d.ts +0 -0
  475. /package/build/{types → cjs/types}/types/saml-config/index.d.ts +0 -0
  476. /package/build/{types → cjs/types}/types/saml-config/saml-config.d.ts +0 -0
  477. /package/build/{types → cjs/types}/types/smart-routing/index.d.ts +0 -0
  478. /package/build/{types → cjs/types}/types/smart-routing/smart-routing.d.ts +0 -0
  479. /package/build/{types → cjs/types}/types/team/index.d.ts +0 -0
  480. /package/build/{types → cjs/types}/types/team/team.d.ts +0 -0
  481. /package/build/{types → cjs/types}/types/template-reporting/common.types.d.ts +0 -0
  482. /package/build/{types → cjs/types}/types/template-reporting/index.d.ts +0 -0
  483. /package/build/{types → cjs/types}/types/template-reporting/schedule.types.d.ts +0 -0
  484. /package/build/{types → cjs/types}/types/template-reporting/template.types.d.ts +0 -0
  485. /package/build/{types → cjs/types}/types/translation/index.d.ts +0 -0
  486. /package/build/{types → cjs/types}/types/translation/translation.d.ts +0 -0
  487. /package/build/{types → cjs/types}/types/user/index.d.ts +0 -0
  488. /package/build/{types → cjs/types}/types/user/user.d.ts +0 -0
  489. /package/build/{types → cjs/types}/types/velocity-rules/index.d.ts +0 -0
  490. /package/build/{types → cjs/types}/types/velocity-rules/velocity-rules.d.ts +0 -0
  491. /package/build/{types → cjs/types}/types/webhook/index.d.ts +0 -0
  492. /package/build/{types → cjs/types}/types/webhook/webhook.d.ts +0 -0
  493. /package/build/{types → cjs/types}/utils/enums.d.ts +0 -0
  494. /package/build/{types → cjs/types}/utils/handler-error.d.ts +0 -0
  495. /package/build/{types → cjs/types}/utils/use-localstorage.d.ts +0 -0
  496. /package/build/{types → cjs/types}/websockets/index.d.ts +0 -0
  497. /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.d.ts +0 -0
  498. /package/build/{types → cjs/types}/websockets/use-chart-assistant-socket.test.d.ts +0 -0
  499. /package/build/{types → cjs/types}/yuno-dashboard-api-mfe.d.ts +0 -0
File without changes
File without changes