@yuno-payments/dashboard-api-mfe 0.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. package/README.md +41 -0
  2. package/build/cjs/index.js +241 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
  5. package/build/cjs/types/api/api.d.ts +573 -0
  6. package/build/cjs/types/api/api.singleton.d.ts +9 -0
  7. package/build/cjs/types/api/api.types.d.ts +198 -0
  8. package/build/cjs/types/api/index.d.ts +3 -0
  9. package/build/cjs/types/api-provider.d.ts +4 -0
  10. package/build/cjs/types/common/config.d.ts +8 -0
  11. package/build/cjs/types/constants/errors-code.constant.d.ts +5 -0
  12. package/build/cjs/types/constants/index.d.ts +1 -0
  13. package/build/cjs/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
  14. package/build/cjs/types/lib/http-client/api.config.d.ts +2 -0
  15. package/build/cjs/types/lib/http-client/axios.d.ts +19 -0
  16. package/build/cjs/types/lib/http-client/http-client.d.ts +168 -0
  17. package/build/cjs/types/lib/http-client/index.d.ts +2 -0
  18. package/build/cjs/types/msw/browser.d.ts +1 -0
  19. package/build/cjs/types/msw/handlers.d.ts +1 -0
  20. package/build/cjs/types/msw/index.d.ts +1 -0
  21. package/build/cjs/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
  22. package/build/cjs/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
  23. package/build/cjs/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
  24. package/build/cjs/types/mutations/S3Client/index.d.ts +1 -0
  25. package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +103 -0
  26. package/build/cjs/types/mutations/accounts/delete-mutation.d.ts +20 -0
  27. package/build/cjs/types/mutations/accounts/index.d.ts +1 -0
  28. package/build/cjs/types/mutations/ai/ai.mutation.d.ts +27 -0
  29. package/build/cjs/types/mutations/ai/ai.mutation.test.d.ts +1 -0
  30. package/build/cjs/types/mutations/ai/index.d.ts +1 -0
  31. package/build/cjs/types/mutations/audit/audit.mutation.d.ts +6 -0
  32. package/build/cjs/types/mutations/audit/index.d.ts +1 -0
  33. package/build/cjs/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +25 -0
  34. package/build/cjs/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
  35. package/build/cjs/types/mutations/batch-refunds/index.d.ts +1 -0
  36. package/build/cjs/types/mutations/checkouts/checkouts.mutation.d.ts +15 -0
  37. package/build/cjs/types/mutations/checkouts/index.d.ts +2 -0
  38. package/build/cjs/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
  39. package/build/cjs/types/mutations/connections/connections.mutation.d.ts +51 -0
  40. package/build/cjs/types/mutations/connections/index.d.ts +1 -0
  41. package/build/cjs/types/mutations/developers/developers.mutation.d.ts +22 -0
  42. package/build/cjs/types/mutations/developers/index.d.ts +1 -0
  43. package/build/cjs/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +54 -0
  44. package/build/cjs/types/mutations/fraud-screening/index.d.ts +1 -0
  45. package/build/cjs/types/mutations/index.d.ts +27 -0
  46. package/build/cjs/types/mutations/insights/index.d.ts +1 -0
  47. package/build/cjs/types/mutations/insights/insights.mutation.d.ts +2 -0
  48. package/build/cjs/types/mutations/multi-factor-authentication/index.d.ts +1 -0
  49. package/build/cjs/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +19 -0
  50. package/build/cjs/types/mutations/notifications/index.d.ts +1 -0
  51. package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +8 -0
  52. package/build/cjs/types/mutations/organization-settings/index.d.ts +1 -0
  53. package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
  54. package/build/cjs/types/mutations/organizations/index.d.ts +1 -0
  55. package/build/cjs/types/mutations/organizations/organizations.mutation.d.ts +2 -0
  56. package/build/cjs/types/mutations/payment-links/index.d.ts +1 -0
  57. package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +16 -0
  58. package/build/cjs/types/mutations/payments/index.d.ts +1 -0
  59. package/build/cjs/types/mutations/payments/payments.mutation.d.ts +13 -0
  60. package/build/cjs/types/mutations/reconciliations/index.d.ts +2 -0
  61. package/build/cjs/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
  62. package/build/cjs/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
  63. package/build/cjs/types/mutations/reports/index.d.ts +1 -0
  64. package/build/cjs/types/mutations/reports/reports.mutation.d.ts +9 -0
  65. package/build/cjs/types/mutations/routing-monitors/index.d.ts +1 -0
  66. package/build/cjs/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
  67. package/build/cjs/types/mutations/saml-config/index.d.ts +1 -0
  68. package/build/cjs/types/mutations/saml-config/saml-config.query.d.ts +4 -0
  69. package/build/cjs/types/mutations/scheduled-reports/index.d.ts +1 -0
  70. package/build/cjs/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
  71. package/build/cjs/types/mutations/security/index.d.ts +1 -0
  72. package/build/cjs/types/mutations/security/security.mutation.d.ts +4 -0
  73. package/build/cjs/types/mutations/settings/index.d.ts +1 -0
  74. package/build/cjs/types/mutations/settings/settings.mutation.d.ts +17 -0
  75. package/build/cjs/types/mutations/smart-routing/index.d.ts +1 -0
  76. package/build/cjs/types/mutations/smart-routing/smart-routing.mutation.d.ts +74 -0
  77. package/build/cjs/types/mutations/team/index.d.ts +1 -0
  78. package/build/cjs/types/mutations/team/team.mutaion.test.d.ts +1 -0
  79. package/build/cjs/types/mutations/team/team.mutation.d.ts +10 -0
  80. package/build/cjs/types/mutations/users/index.d.ts +1 -0
  81. package/build/cjs/types/mutations/users/users.mutation.d.ts +21 -0
  82. package/build/cjs/types/mutations/velocity-rules/index.d.ts +1 -0
  83. package/build/cjs/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +6 -0
  84. package/build/cjs/types/queries/accounts/accounts.query.d.ts +25 -0
  85. package/build/cjs/types/queries/accounts/index.d.ts +1 -0
  86. package/build/cjs/types/queries/audit/audit.query.d.ts +5 -0
  87. package/build/cjs/types/queries/audit/index.d.ts +1 -0
  88. package/build/cjs/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
  89. package/build/cjs/types/queries/batch-refunds/index.d.ts +1 -0
  90. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +15 -0
  91. package/build/cjs/types/queries/checkouts/index.d.ts +2 -0
  92. package/build/cjs/types/queries/checkouts/styling/styling.query.d.ts +6 -0
  93. package/build/cjs/types/queries/cms/cms.query.d.ts +14 -0
  94. package/build/cjs/types/queries/cms/index.d.ts +1 -0
  95. package/build/cjs/types/queries/connections/connections.query.d.ts +3 -0
  96. package/build/cjs/types/queries/connections/index.d.ts +1 -0
  97. package/build/cjs/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +5 -0
  98. package/build/cjs/types/queries/data-report/data-report.query.d.ts +20 -0
  99. package/build/cjs/types/queries/data-report/fraud/fraud.query.d.ts +16 -0
  100. package/build/cjs/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
  101. package/build/cjs/types/queries/data-report/index.d.ts +3 -0
  102. package/build/cjs/types/queries/developers/developers.query.d.ts +17 -0
  103. package/build/cjs/types/queries/developers/index.d.ts +1 -0
  104. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +2 -0
  105. package/build/cjs/types/queries/dialogs/index.d.ts +1 -0
  106. package/build/cjs/types/queries/feature-flags/feature.test.d.ts +1 -0
  107. package/build/cjs/types/queries/feature-flags/index.d.ts +6 -0
  108. package/build/cjs/types/queries/firebase/firebase.query.d.ts +10 -0
  109. package/build/cjs/types/queries/firebase/index.d.ts +1 -0
  110. package/build/cjs/types/queries/fraud-screening/fraud-screening.query.d.ts +12 -0
  111. package/build/cjs/types/queries/fraud-screening/index.d.ts +1 -0
  112. package/build/cjs/types/queries/index.d.ts +25 -0
  113. package/build/cjs/types/queries/mfa/index.d.ts +1 -0
  114. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +11 -0
  115. package/build/cjs/types/queries/notifications/index.d.ts +1 -0
  116. package/build/cjs/types/queries/notifications/notifications.query.d.ts +14 -0
  117. package/build/cjs/types/queries/organizations/index.d.ts +1 -0
  118. package/build/cjs/types/queries/organizations/organizations.query.d.ts +31 -0
  119. package/build/cjs/types/queries/payment-links/index.d.ts +1 -0
  120. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +12 -0
  121. package/build/cjs/types/queries/payments/index.d.ts +2 -0
  122. package/build/cjs/types/queries/payments/payments.query.d.ts +45 -0
  123. package/build/cjs/types/queries/payments/payouts.query.d.ts +6 -0
  124. package/build/cjs/types/queries/reconciliations/index.d.ts +6 -0
  125. package/build/cjs/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
  126. package/build/cjs/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
  127. package/build/cjs/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
  128. package/build/cjs/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
  129. package/build/cjs/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
  130. package/build/cjs/types/queries/reconciliations/reconciliations.query.d.ts +13 -0
  131. package/build/cjs/types/queries/reports/index.d.ts +1 -0
  132. package/build/cjs/types/queries/reports/reports.query.d.ts +13 -0
  133. package/build/cjs/types/queries/routing-monitors/index.d.ts +1 -0
  134. package/build/cjs/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
  135. package/build/cjs/types/queries/saml-config/index.d.ts +1 -0
  136. package/build/cjs/types/queries/saml-config/saml-config.query.d.ts +4 -0
  137. package/build/cjs/types/queries/smart-routing/index.d.ts +1 -0
  138. package/build/cjs/types/queries/smart-routing/smart-routing.query.d.ts +27 -0
  139. package/build/cjs/types/queries/team/index.d.ts +1 -0
  140. package/build/cjs/types/queries/team/team.query.d.ts +32 -0
  141. package/build/cjs/types/queries/users/index.d.ts +1 -0
  142. package/build/cjs/types/queries/users/users.query.d.ts +7 -0
  143. package/build/cjs/types/queries/velocity-rules/index.d.ts +1 -0
  144. package/build/cjs/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
  145. package/build/cjs/types/store/index.d.ts +3 -0
  146. package/build/cjs/types/types/accounts/accounts.d.ts +11 -0
  147. package/build/cjs/types/types/accounts/index.d.ts +1 -0
  148. package/build/cjs/types/types/allowed-list/allowed-list.d.ts +9 -0
  149. package/build/cjs/types/types/allowed-list/index.d.ts +1 -0
  150. package/build/cjs/types/types/audit/audit.d.ts +110 -0
  151. package/build/cjs/types/types/audit/index.d.ts +1 -0
  152. package/build/cjs/types/types/batch-refunds/batch-refunds.d.ts +32 -0
  153. package/build/cjs/types/types/batch-refunds/index.d.ts +1 -0
  154. package/build/cjs/types/types/checkout/checkout.d.ts +207 -0
  155. package/build/cjs/types/types/checkout/index.d.ts +1 -0
  156. package/build/cjs/types/types/checkout/styling/styling.d.ts +76 -0
  157. package/build/cjs/types/types/cms/cms.d.ts +47 -0
  158. package/build/cjs/types/types/cms/index.d.ts +1 -0
  159. package/build/cjs/types/types/connection/connection.d.ts +53 -0
  160. package/build/cjs/types/types/connection/costs.d.ts +26 -0
  161. package/build/cjs/types/types/connection/index.d.ts +2 -0
  162. package/build/cjs/types/types/country/country.d.ts +12 -0
  163. package/build/cjs/types/types/country/index.d.ts +1 -0
  164. package/build/cjs/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
  165. package/build/cjs/types/types/customized-api-keys/index.d.ts +1 -0
  166. package/build/cjs/types/types/data-report/conversion-rate.types.d.ts +48 -0
  167. package/build/cjs/types/types/data-report/data-report.d.ts +51 -0
  168. package/build/cjs/types/types/data-report/fraud.types.d.ts +161 -0
  169. package/build/cjs/types/types/data-report/index.d.ts +3 -0
  170. package/build/cjs/types/types/developer/developer.d.ts +13 -0
  171. package/build/cjs/types/types/developer/index.d.ts +1 -0
  172. package/build/cjs/types/types/feature-flags/intex.d.ts +8 -0
  173. package/build/cjs/types/types/fraud-screening/fraud-screening.d.ts +109 -0
  174. package/build/cjs/types/types/fraud-screening/index.d.ts +1 -0
  175. package/build/cjs/types/types/index.d.ts +28 -0
  176. package/build/cjs/types/types/mfa/index.d.ts +1 -0
  177. package/build/cjs/types/types/mfa/mfa.d.ts +6 -0
  178. package/build/cjs/types/types/notifications/index.d.ts +1 -0
  179. package/build/cjs/types/types/notifications/notifications.d.ts +39 -0
  180. package/build/cjs/types/types/operation-transaction/index.d.ts +1 -0
  181. package/build/cjs/types/types/operation-transaction/operation-transaction.d.ts +28 -0
  182. package/build/cjs/types/types/organization/index.d.ts +1 -0
  183. package/build/cjs/types/types/organization/organization.d.ts +130 -0
  184. package/build/cjs/types/types/organization-settings/index.d.ts +1 -0
  185. package/build/cjs/types/types/organization-settings/organization-settings.d.ts +27 -0
  186. package/build/cjs/types/types/payment/index.d.ts +1 -0
  187. package/build/cjs/types/types/payment/payment.d.ts +409 -0
  188. package/build/cjs/types/types/payment-links/index.d.ts +1 -0
  189. package/build/cjs/types/types/payment-links/payment-links.d.ts +15 -0
  190. package/build/cjs/types/types/payouts/index.d.ts +1 -0
  191. package/build/cjs/types/types/payouts/payouts.d.ts +105 -0
  192. package/build/cjs/types/types/reconciliation/index.d.ts +6 -0
  193. package/build/cjs/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
  194. package/build/cjs/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
  195. package/build/cjs/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
  196. package/build/cjs/types/types/reconciliation/reconciliation-fees.d.ts +47 -0
  197. package/build/cjs/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
  198. package/build/cjs/types/types/reconciliation/reconciliation.d.ts +343 -0
  199. package/build/cjs/types/types/reports/index.d.ts +1 -0
  200. package/build/cjs/types/types/reports/reports.d.ts +123 -0
  201. package/build/cjs/types/types/routing-monitors/index.d.ts +1 -0
  202. package/build/cjs/types/types/routing-monitors/routing-monitors.d.ts +35 -0
  203. package/build/cjs/types/types/s3-client/index.d.ts +1 -0
  204. package/build/cjs/types/types/s3-client/s3-client.d.ts +19 -0
  205. package/build/cjs/types/types/saml-config/index.d.ts +1 -0
  206. package/build/cjs/types/types/saml-config/saml-config.d.ts +28 -0
  207. package/build/cjs/types/types/smart-routing/index.d.ts +1 -0
  208. package/build/cjs/types/types/smart-routing/smart-routing.d.ts +311 -0
  209. package/build/cjs/types/types/team/index.d.ts +1 -0
  210. package/build/cjs/types/types/team/team.d.ts +75 -0
  211. package/build/cjs/types/types/user/index.d.ts +1 -0
  212. package/build/cjs/types/types/user/user.d.ts +133 -0
  213. package/build/cjs/types/types/velocity-rules/index.d.ts +1 -0
  214. package/build/cjs/types/types/velocity-rules/velocity-rules.d.ts +15 -0
  215. package/build/cjs/types/types/webhook/index.d.ts +1 -0
  216. package/build/cjs/types/types/webhook/webhook.d.ts +63 -0
  217. package/build/cjs/types/utils/enums.d.ts +162 -0
  218. package/build/cjs/types/utils/handler-error.d.ts +6 -0
  219. package/build/cjs/types/utils/test-utils.d.ts +4 -0
  220. package/build/cjs/types/utils/use-localstorage.d.ts +2 -0
  221. package/build/cjs/types/yuno-dashboard-api-mfe.d.ts +7 -0
  222. package/build/esm/index.js +241 -0
  223. package/build/esm/index.js.map +1 -0
  224. package/build/esm/types/__mocks__/@yuno/dashboard-authentication-mfe/index.d.ts +11 -0
  225. package/build/esm/types/api/api.d.ts +573 -0
  226. package/build/esm/types/api/api.singleton.d.ts +9 -0
  227. package/build/esm/types/api/api.types.d.ts +198 -0
  228. package/build/esm/types/api/index.d.ts +3 -0
  229. package/build/esm/types/api-provider.d.ts +4 -0
  230. package/build/esm/types/common/config.d.ts +8 -0
  231. package/build/esm/types/constants/errors-code.constant.d.ts +5 -0
  232. package/build/esm/types/constants/index.d.ts +1 -0
  233. package/build/esm/types/lib/http-client/__tests__/http-client.test.d.ts +1 -0
  234. package/build/esm/types/lib/http-client/api.config.d.ts +2 -0
  235. package/build/esm/types/lib/http-client/axios.d.ts +19 -0
  236. package/build/esm/types/lib/http-client/http-client.d.ts +168 -0
  237. package/build/esm/types/lib/http-client/index.d.ts +2 -0
  238. package/build/esm/types/msw/browser.d.ts +1 -0
  239. package/build/esm/types/msw/handlers.d.ts +1 -0
  240. package/build/esm/types/msw/index.d.ts +1 -0
  241. package/build/esm/types/msw/mocks/insights/conversion-rate/overview-fraud-3ds.mock.d.ts +14 -0
  242. package/build/esm/types/msw/mocks/insights/conversion-rate/overview.mock.d.ts +34 -0
  243. package/build/esm/types/mutations/S3Client/S3Client.mutation.d.ts +6 -0
  244. package/build/esm/types/mutations/S3Client/index.d.ts +1 -0
  245. package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +103 -0
  246. package/build/esm/types/mutations/accounts/delete-mutation.d.ts +20 -0
  247. package/build/esm/types/mutations/accounts/index.d.ts +1 -0
  248. package/build/esm/types/mutations/ai/ai.mutation.d.ts +27 -0
  249. package/build/esm/types/mutations/ai/ai.mutation.test.d.ts +1 -0
  250. package/build/esm/types/mutations/ai/index.d.ts +1 -0
  251. package/build/esm/types/mutations/audit/audit.mutation.d.ts +6 -0
  252. package/build/esm/types/mutations/audit/index.d.ts +1 -0
  253. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +25 -0
  254. package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.test.d.ts +1 -0
  255. package/build/esm/types/mutations/batch-refunds/index.d.ts +1 -0
  256. package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +15 -0
  257. package/build/esm/types/mutations/checkouts/index.d.ts +2 -0
  258. package/build/esm/types/mutations/checkouts/styling/styling.mutation.d.ts +2 -0
  259. package/build/esm/types/mutations/connections/connections.mutation.d.ts +51 -0
  260. package/build/esm/types/mutations/connections/index.d.ts +1 -0
  261. package/build/esm/types/mutations/developers/developers.mutation.d.ts +22 -0
  262. package/build/esm/types/mutations/developers/index.d.ts +1 -0
  263. package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +54 -0
  264. package/build/esm/types/mutations/fraud-screening/index.d.ts +1 -0
  265. package/build/esm/types/mutations/index.d.ts +27 -0
  266. package/build/esm/types/mutations/insights/index.d.ts +1 -0
  267. package/build/esm/types/mutations/insights/insights.mutation.d.ts +2 -0
  268. package/build/esm/types/mutations/multi-factor-authentication/index.d.ts +1 -0
  269. package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +19 -0
  270. package/build/esm/types/mutations/notifications/index.d.ts +1 -0
  271. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +8 -0
  272. package/build/esm/types/mutations/organization-settings/index.d.ts +1 -0
  273. package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +9 -0
  274. package/build/esm/types/mutations/organizations/index.d.ts +1 -0
  275. package/build/esm/types/mutations/organizations/organizations.mutation.d.ts +2 -0
  276. package/build/esm/types/mutations/payment-links/index.d.ts +1 -0
  277. package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +16 -0
  278. package/build/esm/types/mutations/payments/index.d.ts +1 -0
  279. package/build/esm/types/mutations/payments/payments.mutation.d.ts +13 -0
  280. package/build/esm/types/mutations/reconciliations/index.d.ts +2 -0
  281. package/build/esm/types/mutations/reconciliations/reconciliations-alerts.mutation.d.ts +5 -0
  282. package/build/esm/types/mutations/reconciliations/reconciliations.mutation.d.ts +4 -0
  283. package/build/esm/types/mutations/reports/index.d.ts +1 -0
  284. package/build/esm/types/mutations/reports/reports.mutation.d.ts +9 -0
  285. package/build/esm/types/mutations/routing-monitors/index.d.ts +1 -0
  286. package/build/esm/types/mutations/routing-monitors/routing-monitors.mutation.d.ts +4 -0
  287. package/build/esm/types/mutations/saml-config/index.d.ts +1 -0
  288. package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +4 -0
  289. package/build/esm/types/mutations/scheduled-reports/index.d.ts +1 -0
  290. package/build/esm/types/mutations/scheduled-reports/scheduled-reports.mutation.d.ts +8 -0
  291. package/build/esm/types/mutations/security/index.d.ts +1 -0
  292. package/build/esm/types/mutations/security/security.mutation.d.ts +4 -0
  293. package/build/esm/types/mutations/settings/index.d.ts +1 -0
  294. package/build/esm/types/mutations/settings/settings.mutation.d.ts +17 -0
  295. package/build/esm/types/mutations/smart-routing/index.d.ts +1 -0
  296. package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +74 -0
  297. package/build/esm/types/mutations/team/index.d.ts +1 -0
  298. package/build/esm/types/mutations/team/team.mutaion.test.d.ts +1 -0
  299. package/build/esm/types/mutations/team/team.mutation.d.ts +10 -0
  300. package/build/esm/types/mutations/users/index.d.ts +1 -0
  301. package/build/esm/types/mutations/users/users.mutation.d.ts +21 -0
  302. package/build/esm/types/mutations/velocity-rules/index.d.ts +1 -0
  303. package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +6 -0
  304. package/build/esm/types/queries/accounts/accounts.query.d.ts +25 -0
  305. package/build/esm/types/queries/accounts/index.d.ts +1 -0
  306. package/build/esm/types/queries/audit/audit.query.d.ts +5 -0
  307. package/build/esm/types/queries/audit/index.d.ts +1 -0
  308. package/build/esm/types/queries/batch-refunds/batch-refunds.query.d.ts +3 -0
  309. package/build/esm/types/queries/batch-refunds/index.d.ts +1 -0
  310. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +15 -0
  311. package/build/esm/types/queries/checkouts/index.d.ts +2 -0
  312. package/build/esm/types/queries/checkouts/styling/styling.query.d.ts +6 -0
  313. package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
  314. package/build/esm/types/queries/cms/index.d.ts +1 -0
  315. package/build/esm/types/queries/connections/connections.query.d.ts +3 -0
  316. package/build/esm/types/queries/connections/index.d.ts +1 -0
  317. package/build/esm/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +5 -0
  318. package/build/esm/types/queries/data-report/data-report.query.d.ts +20 -0
  319. package/build/esm/types/queries/data-report/fraud/fraud.query.d.ts +16 -0
  320. package/build/esm/types/queries/data-report/fraud/fraud.query.test.d.ts +1 -0
  321. package/build/esm/types/queries/data-report/index.d.ts +3 -0
  322. package/build/esm/types/queries/developers/developers.query.d.ts +17 -0
  323. package/build/esm/types/queries/developers/index.d.ts +1 -0
  324. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
  325. package/build/esm/types/queries/dialogs/index.d.ts +1 -0
  326. package/build/esm/types/queries/feature-flags/feature.test.d.ts +1 -0
  327. package/build/esm/types/queries/feature-flags/index.d.ts +6 -0
  328. package/build/esm/types/queries/firebase/firebase.query.d.ts +10 -0
  329. package/build/esm/types/queries/firebase/index.d.ts +1 -0
  330. package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +12 -0
  331. package/build/esm/types/queries/fraud-screening/index.d.ts +1 -0
  332. package/build/esm/types/queries/index.d.ts +25 -0
  333. package/build/esm/types/queries/mfa/index.d.ts +1 -0
  334. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +11 -0
  335. package/build/esm/types/queries/notifications/index.d.ts +1 -0
  336. package/build/esm/types/queries/notifications/notifications.query.d.ts +14 -0
  337. package/build/esm/types/queries/organizations/index.d.ts +1 -0
  338. package/build/esm/types/queries/organizations/organizations.query.d.ts +31 -0
  339. package/build/esm/types/queries/payment-links/index.d.ts +1 -0
  340. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +12 -0
  341. package/build/esm/types/queries/payments/index.d.ts +2 -0
  342. package/build/esm/types/queries/payments/payments.query.d.ts +45 -0
  343. package/build/esm/types/queries/payments/payouts.query.d.ts +6 -0
  344. package/build/esm/types/queries/reconciliations/index.d.ts +6 -0
  345. package/build/esm/types/queries/reconciliations/reconciliations-advancements.query.d.ts +9 -0
  346. package/build/esm/types/queries/reconciliations/reconciliations-agenda.query.d.ts +9 -0
  347. package/build/esm/types/queries/reconciliations/reconciliations-alerts.query.d.ts +8 -0
  348. package/build/esm/types/queries/reconciliations/reconciliations-fees.query.d.ts +9 -0
  349. package/build/esm/types/queries/reconciliations/reconciliations-sales.query.d.ts +9 -0
  350. package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +13 -0
  351. package/build/esm/types/queries/reports/index.d.ts +1 -0
  352. package/build/esm/types/queries/reports/reports.query.d.ts +13 -0
  353. package/build/esm/types/queries/routing-monitors/index.d.ts +1 -0
  354. package/build/esm/types/queries/routing-monitors/routing-monitors.query.d.ts +4 -0
  355. package/build/esm/types/queries/saml-config/index.d.ts +1 -0
  356. package/build/esm/types/queries/saml-config/saml-config.query.d.ts +4 -0
  357. package/build/esm/types/queries/smart-routing/index.d.ts +1 -0
  358. package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +27 -0
  359. package/build/esm/types/queries/team/index.d.ts +1 -0
  360. package/build/esm/types/queries/team/team.query.d.ts +32 -0
  361. package/build/esm/types/queries/users/index.d.ts +1 -0
  362. package/build/esm/types/queries/users/users.query.d.ts +7 -0
  363. package/build/esm/types/queries/velocity-rules/index.d.ts +1 -0
  364. package/build/esm/types/queries/velocity-rules/velocity-rules.query.d.ts +6 -0
  365. package/build/esm/types/store/index.d.ts +3 -0
  366. package/build/esm/types/types/accounts/accounts.d.ts +11 -0
  367. package/build/esm/types/types/accounts/index.d.ts +1 -0
  368. package/build/esm/types/types/allowed-list/allowed-list.d.ts +9 -0
  369. package/build/esm/types/types/allowed-list/index.d.ts +1 -0
  370. package/build/esm/types/types/audit/audit.d.ts +110 -0
  371. package/build/esm/types/types/audit/index.d.ts +1 -0
  372. package/build/esm/types/types/batch-refunds/batch-refunds.d.ts +32 -0
  373. package/build/esm/types/types/batch-refunds/index.d.ts +1 -0
  374. package/build/esm/types/types/checkout/checkout.d.ts +207 -0
  375. package/build/esm/types/types/checkout/index.d.ts +1 -0
  376. package/build/esm/types/types/checkout/styling/styling.d.ts +76 -0
  377. package/build/esm/types/types/cms/cms.d.ts +47 -0
  378. package/build/esm/types/types/cms/index.d.ts +1 -0
  379. package/build/esm/types/types/connection/connection.d.ts +53 -0
  380. package/build/esm/types/types/connection/costs.d.ts +26 -0
  381. package/build/esm/types/types/connection/index.d.ts +2 -0
  382. package/build/esm/types/types/country/country.d.ts +12 -0
  383. package/build/esm/types/types/country/index.d.ts +1 -0
  384. package/build/esm/types/types/customized-api-keys/customized-api-keys.d.ts +30 -0
  385. package/build/esm/types/types/customized-api-keys/index.d.ts +1 -0
  386. package/build/esm/types/types/data-report/conversion-rate.types.d.ts +48 -0
  387. package/build/esm/types/types/data-report/data-report.d.ts +51 -0
  388. package/build/esm/types/types/data-report/fraud.types.d.ts +161 -0
  389. package/build/esm/types/types/data-report/index.d.ts +3 -0
  390. package/build/esm/types/types/developer/developer.d.ts +13 -0
  391. package/build/esm/types/types/developer/index.d.ts +1 -0
  392. package/build/esm/types/types/feature-flags/intex.d.ts +8 -0
  393. package/build/esm/types/types/fraud-screening/fraud-screening.d.ts +109 -0
  394. package/build/esm/types/types/fraud-screening/index.d.ts +1 -0
  395. package/build/esm/types/types/index.d.ts +28 -0
  396. package/build/esm/types/types/mfa/index.d.ts +1 -0
  397. package/build/esm/types/types/mfa/mfa.d.ts +6 -0
  398. package/build/esm/types/types/notifications/index.d.ts +1 -0
  399. package/build/esm/types/types/notifications/notifications.d.ts +39 -0
  400. package/build/esm/types/types/operation-transaction/index.d.ts +1 -0
  401. package/build/esm/types/types/operation-transaction/operation-transaction.d.ts +28 -0
  402. package/build/esm/types/types/organization/index.d.ts +1 -0
  403. package/build/esm/types/types/organization/organization.d.ts +130 -0
  404. package/build/esm/types/types/organization-settings/index.d.ts +1 -0
  405. package/build/esm/types/types/organization-settings/organization-settings.d.ts +27 -0
  406. package/build/esm/types/types/payment/index.d.ts +1 -0
  407. package/build/esm/types/types/payment/payment.d.ts +409 -0
  408. package/build/esm/types/types/payment-links/index.d.ts +1 -0
  409. package/build/esm/types/types/payment-links/payment-links.d.ts +15 -0
  410. package/build/esm/types/types/payouts/index.d.ts +1 -0
  411. package/build/esm/types/types/payouts/payouts.d.ts +105 -0
  412. package/build/esm/types/types/reconciliation/index.d.ts +6 -0
  413. package/build/esm/types/types/reconciliation/reconciliation-advancements.d.ts +40 -0
  414. package/build/esm/types/types/reconciliation/reconciliation-agenda.d.ts +84 -0
  415. package/build/esm/types/types/reconciliation/reconciliation-alerts.d.ts +38 -0
  416. package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +47 -0
  417. package/build/esm/types/types/reconciliation/reconciliation-sales.d.ts +56 -0
  418. package/build/esm/types/types/reconciliation/reconciliation.d.ts +343 -0
  419. package/build/esm/types/types/reports/index.d.ts +1 -0
  420. package/build/esm/types/types/reports/reports.d.ts +123 -0
  421. package/build/esm/types/types/routing-monitors/index.d.ts +1 -0
  422. package/build/esm/types/types/routing-monitors/routing-monitors.d.ts +35 -0
  423. package/build/esm/types/types/s3-client/index.d.ts +1 -0
  424. package/build/esm/types/types/s3-client/s3-client.d.ts +19 -0
  425. package/build/esm/types/types/saml-config/index.d.ts +1 -0
  426. package/build/esm/types/types/saml-config/saml-config.d.ts +28 -0
  427. package/build/esm/types/types/smart-routing/index.d.ts +1 -0
  428. package/build/esm/types/types/smart-routing/smart-routing.d.ts +311 -0
  429. package/build/esm/types/types/team/index.d.ts +1 -0
  430. package/build/esm/types/types/team/team.d.ts +75 -0
  431. package/build/esm/types/types/user/index.d.ts +1 -0
  432. package/build/esm/types/types/user/user.d.ts +133 -0
  433. package/build/esm/types/types/velocity-rules/index.d.ts +1 -0
  434. package/build/esm/types/types/velocity-rules/velocity-rules.d.ts +15 -0
  435. package/build/esm/types/types/webhook/index.d.ts +1 -0
  436. package/build/esm/types/types/webhook/webhook.d.ts +63 -0
  437. package/build/esm/types/utils/enums.d.ts +162 -0
  438. package/build/esm/types/utils/handler-error.d.ts +6 -0
  439. package/build/esm/types/utils/test-utils.d.ts +4 -0
  440. package/build/esm/types/utils/use-localstorage.d.ts +2 -0
  441. package/build/esm/types/yuno-dashboard-api-mfe.d.ts +7 -0
  442. package/build/index.d.ts +5093 -0
  443. package/package.json +107 -0
@@ -0,0 +1,47 @@
1
+ export declare namespace ReconciliationFees {
2
+ interface Fees {
3
+ settlement_record_key: string;
4
+ transaction_id: string;
5
+ provider_transaction_id: string;
6
+ third_party_transaction_id: string;
7
+ card_iin: string;
8
+ card_lfd: string;
9
+ authorization_code: string;
10
+ acquirer_type: string;
11
+ acquirer_gross_amount: number;
12
+ acquirer_real_amount: number;
13
+ acquirer_fees: number;
14
+ acquirer_taxes: number;
15
+ country: string;
16
+ type: string;
17
+ gross_field: string;
18
+ merchant_fee: number;
19
+ merchant_taxe: number;
20
+ merchant_total_fee_taxe: number;
21
+ calculated_fee: number;
22
+ calculated_taxe: number;
23
+ acquirer_net_amount: number;
24
+ calculated_net_amount: number;
25
+ fee_taxe_diff: number;
26
+ fee_status: string;
27
+ fee_sub_status: string;
28
+ settlement_account_list: string;
29
+ organization_code: string;
30
+ currency: string;
31
+ acquirer: string;
32
+ }
33
+ interface FiltersRequestParams {
34
+ page_number: number;
35
+ page_size: number;
36
+ }
37
+ interface FiltersRequestBody {
38
+ accounts?: string[];
39
+ acquirers?: string[];
40
+ countries?: string[];
41
+ start_date: string;
42
+ end_date: string;
43
+ }
44
+ interface GetAllReconciliationsFeesResponse extends FiltersRequestParams {
45
+ items: Fees[];
46
+ }
47
+ }
@@ -0,0 +1,56 @@
1
+ export declare namespace ReconciliationSales {
2
+ interface Sales {
3
+ transaction_id: string;
4
+ payment_method_category: string;
5
+ type: string;
6
+ payment_method_type: string;
7
+ provider_id: string;
8
+ status: string;
9
+ response_code: string;
10
+ amount: number;
11
+ created_at: string;
12
+ updated_at: string;
13
+ provider_status: string;
14
+ merchant_transaction_id: string;
15
+ provider_transaction_id: string;
16
+ country: string;
17
+ customer_id: string;
18
+ description: string;
19
+ merchant_order_id: string;
20
+ payment_id: string;
21
+ currency: string;
22
+ card_issuer_name: string;
23
+ card_issuer_country: string;
24
+ card_category: string;
25
+ card_expiration_month: number;
26
+ card_expiration_year: number;
27
+ pnr: string;
28
+ retrieval_reference_number: string;
29
+ card_iin: string;
30
+ card_lfd: string;
31
+ authorization_code: string;
32
+ installments: number;
33
+ card_type: string;
34
+ card_brand: string;
35
+ provider_card_brand: string;
36
+ confirmation_status: string;
37
+ provider_confirmation_date: string;
38
+ acquirer: string;
39
+ }
40
+ interface FiltersRequestParams {
41
+ page_number: number;
42
+ page_size: number;
43
+ }
44
+ interface FiltersRequestBody {
45
+ accounts?: string[];
46
+ providers?: string[];
47
+ acquirers?: string[];
48
+ countries?: string[];
49
+ types?: string[];
50
+ start_date: string;
51
+ end_date: string;
52
+ }
53
+ interface GetAllReconciliationsSalesResponse extends FiltersRequestParams {
54
+ items: Sales[];
55
+ }
56
+ }
@@ -0,0 +1,343 @@
1
+ import { Reports } from '../reports';
2
+ export declare namespace Reconciliation {
3
+ type Template = {
4
+ id: number;
5
+ name: string;
6
+ columns: string[];
7
+ organization_code: string;
8
+ type: string;
9
+ };
10
+ type GetReconciliationsReportTemplatesResponse = {
11
+ templates: Template[];
12
+ };
13
+ type GetReconciliationsReportColumnsResponse = {
14
+ columns: Reports.IColumn[];
15
+ };
16
+ type SettlementHeaderQuery = {
17
+ currency?: string;
18
+ account_code?: string;
19
+ acquirer?: string;
20
+ page: number;
21
+ size: number;
22
+ sort?: string;
23
+ start_date?: string;
24
+ end_date?: string;
25
+ reconciliation_status?: string;
26
+ reconciliation_sub_status?: string;
27
+ settlement_batch_id?: number;
28
+ provider_merchant_id?: string;
29
+ country?: string;
30
+ payment_method_category?: string;
31
+ payment_method_type?: string;
32
+ provider_id?: string;
33
+ payment_id?: string;
34
+ merchant_order_id?: string;
35
+ amount?: string;
36
+ merchant_reference?: string;
37
+ transaction_id?: string;
38
+ provider_transaction_id?: string;
39
+ transaction_date?: string;
40
+ type?: string;
41
+ gross_currency?: string;
42
+ gross_credit?: string;
43
+ gross_debit?: string;
44
+ fee_rate?: string;
45
+ fx_rate?: string;
46
+ settlement_gross_amount?: string;
47
+ settlement_fees?: string;
48
+ settlement_fee_taxes?: string;
49
+ settlement_taxes?: string;
50
+ cost_of_installment_rate?: string;
51
+ settlement_cost_of_installments?: string;
52
+ settlement_net_credit?: string;
53
+ settlement_net_debit?: string;
54
+ card_type?: string;
55
+ card_brand?: string;
56
+ card_iin?: string;
57
+ card_lfd?: string;
58
+ authorization_code?: string;
59
+ customer_id?: string;
60
+ voucher?: string;
61
+ installments?: string;
62
+ installment_number?: string;
63
+ pnr?: string;
64
+ reconciliation_date?: string;
65
+ reconciliation_id?: string;
66
+ };
67
+ type Section = {
68
+ active: boolean;
69
+ };
70
+ type TableColumn = {
71
+ name: string;
72
+ enable_search: boolean;
73
+ };
74
+ type TableType = 'transactions' | 'settlements';
75
+ type Error = {
76
+ code?: string;
77
+ name?: string;
78
+ };
79
+ type UseGetReconciliationTransactionsParams = {
80
+ start_date?: string | Date;
81
+ end_date?: string | Date;
82
+ page: number;
83
+ size: number;
84
+ enabled?: boolean;
85
+ account_code?: string;
86
+ provider_id?: string;
87
+ currency?: string;
88
+ country?: string;
89
+ sort?: string;
90
+ reconciliation_status?: string;
91
+ reconciliation_sub_status?: string;
92
+ transaction_id?: string;
93
+ };
94
+ type GetSettlementsBodyParams = {
95
+ acquirer?: string;
96
+ settlement_date?: string;
97
+ settlement_batch_id?: string;
98
+ settlement_currency?: string;
99
+ page: number;
100
+ size: number;
101
+ };
102
+ interface Transaction {
103
+ account_code: string;
104
+ country: string;
105
+ type: string;
106
+ payment_method_category: string;
107
+ payment_method_type: string;
108
+ provider_id: string;
109
+ customer_code: string;
110
+ payment_id: string;
111
+ order_id: string;
112
+ merchant_transaction_id: string;
113
+ transaction_id: string;
114
+ provider_transaction_id: string;
115
+ status: string;
116
+ response_code: string;
117
+ provider_status: string;
118
+ amount: string;
119
+ currency_code: string;
120
+ card_type: string;
121
+ card_brand: string;
122
+ card_iin: string;
123
+ card_lfd: string;
124
+ authorization_code: string;
125
+ installments: string;
126
+ pnr: string;
127
+ created_at: string;
128
+ updated_at: string;
129
+ reconciliation_status: string;
130
+ reconciliation_sub_status: string;
131
+ reconciliation_date: string;
132
+ reconciliation_id: string;
133
+ }
134
+ type Settlement = {
135
+ organization_code: string;
136
+ account_id: string;
137
+ provider_merchant_id: string;
138
+ country: string;
139
+ settlement_batch_id: string;
140
+ settlement_date: string;
141
+ payment_method_category: string;
142
+ payment_method_type: string;
143
+ provider_id: string;
144
+ acquirer: string;
145
+ payment_id: string;
146
+ merchant_order_id: string;
147
+ amount: number;
148
+ merchant_reference: string;
149
+ transaction_id: string;
150
+ provider_transaction_id: string;
151
+ transaction_date: string;
152
+ type: string;
153
+ gross_currency: string;
154
+ gross_credit: number;
155
+ gross_debit: number;
156
+ fee_rate: number;
157
+ settlement_currency: string;
158
+ fx_rate: number;
159
+ settlement_gross_amount: number;
160
+ settlement_fees: number;
161
+ settlement_fee_taxes: number;
162
+ settlement_taxes: number;
163
+ cost_of_installment_rate: number;
164
+ settlement_cost_of_installments: number;
165
+ settlement_net_credit: number;
166
+ settlement_net_debit: number;
167
+ card_type: string;
168
+ card_brand: string;
169
+ card_iin: string;
170
+ card_lfd: string;
171
+ authorization_code: string;
172
+ customer_id: string;
173
+ voucher: string;
174
+ installments: number;
175
+ installment_number: number;
176
+ pnr: string;
177
+ reconciliation_status: string;
178
+ reconciliation_sub_status: string;
179
+ reconciliation_date: string;
180
+ reconciliation_id: string;
181
+ };
182
+ interface SettlementHeader {
183
+ type: string;
184
+ provider_id: string;
185
+ number_of_transactions: string;
186
+ gross_currency: string;
187
+ gross_credit: string;
188
+ gross_debit: string;
189
+ settlement_currency: string;
190
+ settlement_gross_amount: string;
191
+ settlement_credit_fees: number;
192
+ settlement_debit_fees: number;
193
+ settlement_fee_taxes: number;
194
+ settlement_taxes: number;
195
+ settlement_cost_of_installments: number;
196
+ settlement_net_credit: string;
197
+ settlement_net_debit: string | null;
198
+ settlement_net_balance: string;
199
+ settlement_batch_id: string;
200
+ settlement_date: string;
201
+ country: string;
202
+ acquirer: string;
203
+ settlement_fees_total: number;
204
+ settlement_taxes_total: number;
205
+ }
206
+ type SettlementBody = {
207
+ account_code: string;
208
+ provider_merchant_id: string;
209
+ country: string;
210
+ settlement_batch_id: string;
211
+ settlement_date: string;
212
+ payment_method_category: string;
213
+ payment_method_type: string;
214
+ provider_id: string;
215
+ acquirer: string;
216
+ payment_id: string;
217
+ order_id: string;
218
+ amount: null;
219
+ merchant_transaction_id: string;
220
+ transaction_id: string;
221
+ provider_transaction_id: string;
222
+ transaction_date: string;
223
+ type: string;
224
+ gross_currency: string;
225
+ gross_credit: string;
226
+ gross_debit: null;
227
+ fee_rate: null;
228
+ settlement_currency: string;
229
+ fx_rate: string;
230
+ settlement_gross_amount: string;
231
+ settlement_fees: string;
232
+ settlement_fee_taxes: null;
233
+ settlement_taxes: null;
234
+ cost_of_installment_rate: null;
235
+ settlement_cost_of_installments: null;
236
+ settlement_net_credit: string;
237
+ settlement_net_debit: null;
238
+ card_type: string;
239
+ card_brand: string;
240
+ card_iin: string;
241
+ card_lfd: string;
242
+ authorization_code: string;
243
+ customer_id: string;
244
+ voucher: string;
245
+ installments: string;
246
+ installment_number: string;
247
+ pnr: string;
248
+ reconciliation_status: string;
249
+ reconciliation_sub_status: string;
250
+ reconciliation_date: string;
251
+ reconciliation_id: string;
252
+ };
253
+ type SettlementBodyParam = {
254
+ acquirer?: string;
255
+ settlement_date?: string;
256
+ start_date?: string;
257
+ end_date?: string;
258
+ settlement_currency?: string;
259
+ page: number;
260
+ size: number;
261
+ };
262
+ interface TransactionList {
263
+ content: Array<Transaction>;
264
+ number: number;
265
+ number_of_elements: number;
266
+ size: number;
267
+ total_elements: number;
268
+ total_pages: number;
269
+ }
270
+ type MetricByDayProvider = {
271
+ provider_id: string;
272
+ Metrics: {
273
+ transaction_date: string;
274
+ total_transactions: number;
275
+ reconciled_transactions: number;
276
+ transactions_allocation: number;
277
+ }[];
278
+ };
279
+ type Metrics = {
280
+ reconciled_rate_total: {
281
+ reconciliation_status: string;
282
+ total_transactions: number;
283
+ transactions_percentage: number;
284
+ total_amount: number;
285
+ amount_percentage: number;
286
+ }[] | null;
287
+ reconciled_rate_by_provider: {
288
+ reconciliation_status: string;
289
+ provider_id: string;
290
+ transactions: number;
291
+ total_transactions: number;
292
+ transactions_percentage: number;
293
+ total_amount: number;
294
+ amount_percentage: number;
295
+ }[] | null;
296
+ reconciled_rate_by_currency: {
297
+ reconciliation_status: string;
298
+ currency_code: string;
299
+ transactions: number;
300
+ total_transactions: number;
301
+ transactions_percentage: number;
302
+ total_amount: number;
303
+ amount_percentage: number;
304
+ }[] | null;
305
+ reconciled_rate_by_account: {
306
+ reconciliation_status: string;
307
+ account_code: string;
308
+ transactions: number;
309
+ total_transactions: number;
310
+ transactions_percentage: number;
311
+ total_amount: number;
312
+ amount_percentage: number;
313
+ }[] | null;
314
+ not_reconciled_by_status: object | null;
315
+ metrics_by_day_provider: {
316
+ EndDate: string;
317
+ StartDate: string;
318
+ MetricsByDayProv: MetricByDayProvider[] | null;
319
+ };
320
+ message_default: string | null;
321
+ };
322
+ type Filters = {
323
+ organization_code: string;
324
+ statuses: string[];
325
+ sub_statuses: string[];
326
+ currency_codes: string[];
327
+ country_codes: string[];
328
+ transaction_statuses: string[];
329
+ providers: string[];
330
+ payment_methods: string[];
331
+ routes: string[];
332
+ acquirers: string[];
333
+ };
334
+ }
335
+ export declare enum ReconciliationReportType {
336
+ TRANSACTIONS = "TRANSACTION_RECONCILIATION",
337
+ SETTLEMENTS = "SETTLEMENTS",
338
+ SETTLEMENTS_HEADER = "SETTLEMENTS_HEADER",
339
+ AGENDA = "AGENDA",
340
+ SALES_CONCILIATION = "SALES_CONCILIATION",
341
+ ADVANCEMENTS = "ADVANCEMENTS",
342
+ FEES = "FEES"
343
+ }
@@ -0,0 +1 @@
1
+ export * from './reports';
@@ -0,0 +1,123 @@
1
+ export declare namespace Reports {
2
+ interface ICreateReportPayload {
3
+ type: string;
4
+ start_date: string;
5
+ end_date: string;
6
+ merchant_reference_id: string;
7
+ }
8
+ interface ICreateReportsResponse {
9
+ status: 'COMPLETED' | 'PENDING';
10
+ total_lines: number;
11
+ url: string | null;
12
+ }
13
+ interface CountRowsReportsResponse {
14
+ total_rows: number;
15
+ }
16
+ interface IRetrieveReportResponse {
17
+ report_id: string;
18
+ report_type: string;
19
+ status: string;
20
+ merchant_reference_id: string;
21
+ start_date: string;
22
+ end_date: string;
23
+ created_at: string;
24
+ updated_at: string;
25
+ }
26
+ interface IListReportsQueryParams {
27
+ page_number: string;
28
+ page_size: string;
29
+ start_date: string;
30
+ end_date: string;
31
+ code?: string;
32
+ content: string;
33
+ }
34
+ interface IListReportsResponse {
35
+ report_id: number;
36
+ id: string;
37
+ organization_code: string;
38
+ account_code: string;
39
+ type: string;
40
+ s3_link: string;
41
+ merchant_reference_id: string;
42
+ start_date: string;
43
+ end_date: string;
44
+ created_at: string;
45
+ updated_at: string;
46
+ status: string;
47
+ }
48
+ interface ITemplate {
49
+ id: number;
50
+ name: string;
51
+ columns: string[];
52
+ organization_code: string;
53
+ flow_type: string;
54
+ metadata_fields: [];
55
+ type: ReportType;
56
+ }
57
+ interface ICreateTemplate {
58
+ name: string;
59
+ columns: string[];
60
+ metadata_fields?: string[];
61
+ type: string;
62
+ }
63
+ interface IColumn {
64
+ key: string;
65
+ name: string;
66
+ }
67
+ }
68
+ export declare enum ReportType {
69
+ PAYMENTS = "PAYMENTS",
70
+ TRANSACTIONS = "TRANSACTIONS",
71
+ FRAUD_TRANSACTIONS = "FRAUD_TRANSACTIONS",
72
+ PAYOUTS = "PAYOUTS"
73
+ }
74
+ export declare enum TemplateType {
75
+ ALL = "ALL",
76
+ DEFAULT = "DEFAULT",
77
+ CUSTOM = "CUSTOM"
78
+ }
79
+ export interface ICreateReportsRequest {
80
+ type: ReportType;
81
+ name: string;
82
+ start_date: string;
83
+ end_date: string;
84
+ template: string;
85
+ file_format: string;
86
+ filters?: {
87
+ account_codes?: string[];
88
+ payment_code?: string;
89
+ transaction_code?: string;
90
+ order_id?: string;
91
+ merchant_reference?: string;
92
+ provider_transaction_id?: string;
93
+ statuses?: string[];
94
+ sub_statuses?: string[];
95
+ payment_method_types?: string[];
96
+ provider_ids?: string[];
97
+ start_date?: string;
98
+ end_date?: string;
99
+ customer_payer_email?: string;
100
+ country?: string;
101
+ transaction_type?: string;
102
+ transaction_status?: string;
103
+ updated_at_start?: string;
104
+ updated_at_end?: string;
105
+ };
106
+ }
107
+ export interface IListScheduledReportsResponse {
108
+ id?: string;
109
+ code?: string;
110
+ name: string;
111
+ schedule_type: 'DAILY' | 'WEEKLY' | 'MONTHLY';
112
+ recipients?: string[];
113
+ columns: string[];
114
+ metadata_fields?: string[];
115
+ column_preference: 'ALL' | 'CUSTOM' | 'DEFAULT';
116
+ file_type: 'CSV' | 'CSV_ZIP';
117
+ report_type: 'PAYMENTS' | 'TRANSACTIONS' | 'FRAUD_TRANSACTIONS';
118
+ user_timezone: string;
119
+ day_scheduled: number | 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY' | '';
120
+ hour_scheduled: string;
121
+ timezone: string;
122
+ day_week_scheduled: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY' | '';
123
+ }
@@ -0,0 +1 @@
1
+ export * from './routing-monitors';
@@ -0,0 +1,35 @@
1
+ export declare namespace RoutingMonitors {
2
+ export interface TemplateSelector {
3
+ code: string;
4
+ template_name: string;
5
+ }
6
+ export interface Template {
7
+ threshold: Threshold;
8
+ conditions: Condition[];
9
+ opsgenie_alert_users: any[];
10
+ }
11
+ interface Condition {
12
+ id: number;
13
+ approval_rate: number;
14
+ timelapse_seconds: number;
15
+ conditional: 'BETWEEN' | 'ABOVE' | 'BELOW';
16
+ payments_amounts: number[];
17
+ threshold_id: number;
18
+ }
19
+ interface Threshold {
20
+ id: number;
21
+ organization_code: string;
22
+ account_code: string;
23
+ code: string;
24
+ emails: string[];
25
+ redistribute_traffic: boolean;
26
+ unavailable_traffic_percentage: number;
27
+ available_traffic_percentage: number;
28
+ template_name: string;
29
+ condition_set_id?: number;
30
+ created_at: string;
31
+ updated_at?: string;
32
+ redistribution_active: boolean;
33
+ }
34
+ export {};
35
+ }
@@ -0,0 +1 @@
1
+ export * from './s3-client';
@@ -0,0 +1,19 @@
1
+ export declare namespace S3Client {
2
+ interface UploadS3Response {
3
+ s3_url: string;
4
+ pre_signed_url: string;
5
+ }
6
+ interface PayloadV1 {
7
+ base64_data: string;
8
+ name_file: string;
9
+ ext_file: string;
10
+ base_path: string;
11
+ days: number;
12
+ }
13
+ interface PayloadV2 {
14
+ base64_data: string | ArrayBuffer;
15
+ name_file: string;
16
+ ext_file: string;
17
+ days: number;
18
+ }
19
+ }
@@ -0,0 +1 @@
1
+ export * from './saml-config';
@@ -0,0 +1,28 @@
1
+ export declare namespace SamlConfig {
2
+ interface SamlConfigResponse {
3
+ code: string;
4
+ organization_code: string;
5
+ connection_name: string | null;
6
+ entity_id: string;
7
+ idp_entity_id: string | null;
8
+ sign_in_url: string | null;
9
+ sign_out_url: string | null;
10
+ certificate: string | null;
11
+ metadata_url: string | null;
12
+ http_binding: 'POST' | 'REDIRECT';
13
+ status: 'ENABLED' | 'DISABLED';
14
+ created_at: string;
15
+ updated_at: string;
16
+ }
17
+ interface SamlConfigRequest {
18
+ connection_name?: string;
19
+ entity_id: string;
20
+ idp_entity_id?: string;
21
+ sign_in_url?: string;
22
+ sign_out_url?: string;
23
+ certificate?: string;
24
+ metadata_url?: string;
25
+ http_binding?: 'POST' | 'REDIRECT';
26
+ status?: 'ENABLED' | 'DISABLED';
27
+ }
28
+ }
@@ -0,0 +1 @@
1
+ export * from './smart-routing';