@venturialstd/workflow 0.1.91 → 0.1.92

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 (508) hide show
  1. package/README.md +238 -238
  2. package/dist/modules/capa/actions/cancel-transaction.action.d.ts +3 -0
  3. package/dist/modules/capa/actions/cancel-transaction.action.d.ts.map +1 -0
  4. package/dist/modules/capa/actions/cancel-transaction.action.js +58 -0
  5. package/dist/modules/capa/actions/cancel-transaction.action.js.map +1 -0
  6. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts +3 -0
  7. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts.map +1 -0
  8. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js +143 -0
  9. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js.map +1 -0
  10. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts +3 -0
  11. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts.map +1 -0
  12. package/dist/modules/capa/actions/create-cross-ramp.action.js +158 -0
  13. package/dist/modules/capa/actions/create-cross-ramp.action.js.map +1 -0
  14. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts +3 -0
  15. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts.map +1 -0
  16. package/dist/modules/capa/actions/create-kyb-verification-link.action.js +50 -0
  17. package/dist/modules/capa/actions/create-kyb-verification-link.action.js.map +1 -0
  18. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts +3 -0
  19. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts.map +1 -0
  20. package/dist/modules/capa/actions/create-kyc-verification-link.action.js +50 -0
  21. package/dist/modules/capa/actions/create-kyc-verification-link.action.js.map +1 -0
  22. package/dist/modules/capa/actions/create-off-ramp.action.d.ts +3 -0
  23. package/dist/modules/capa/actions/create-off-ramp.action.d.ts.map +1 -0
  24. package/dist/modules/capa/actions/create-off-ramp.action.js +195 -0
  25. package/dist/modules/capa/actions/create-off-ramp.action.js.map +1 -0
  26. package/dist/modules/capa/actions/create-on-ramp.action.d.ts +3 -0
  27. package/dist/modules/capa/actions/create-on-ramp.action.d.ts.map +1 -0
  28. package/dist/modules/capa/actions/create-on-ramp.action.js +195 -0
  29. package/dist/modules/capa/actions/create-on-ramp.action.js.map +1 -0
  30. package/dist/modules/capa/actions/create-quote.action.d.ts +3 -0
  31. package/dist/modules/capa/actions/create-quote.action.d.ts.map +1 -0
  32. package/dist/modules/capa/actions/create-quote.action.js +156 -0
  33. package/dist/modules/capa/actions/create-quote.action.js.map +1 -0
  34. package/dist/modules/capa/actions/create-receiver.action.d.ts +3 -0
  35. package/dist/modules/capa/actions/create-receiver.action.d.ts.map +1 -0
  36. package/dist/modules/capa/actions/create-receiver.action.js +217 -0
  37. package/dist/modules/capa/actions/create-receiver.action.js.map +1 -0
  38. package/dist/modules/capa/actions/create-user-kyc.action.d.ts +3 -0
  39. package/dist/modules/capa/actions/create-user-kyc.action.d.ts.map +1 -0
  40. package/dist/modules/capa/actions/create-user-kyc.action.js +90 -0
  41. package/dist/modules/capa/actions/create-user-kyc.action.js.map +1 -0
  42. package/dist/modules/capa/actions/create-user.action.d.ts +3 -0
  43. package/dist/modules/capa/actions/create-user.action.d.ts.map +1 -0
  44. package/dist/modules/capa/actions/create-user.action.js +110 -0
  45. package/dist/modules/capa/actions/create-user.action.js.map +1 -0
  46. package/dist/modules/capa/actions/delete-receiver.action.d.ts +3 -0
  47. package/dist/modules/capa/actions/delete-receiver.action.d.ts.map +1 -0
  48. package/dist/modules/capa/actions/delete-receiver.action.js +56 -0
  49. package/dist/modules/capa/actions/delete-receiver.action.js.map +1 -0
  50. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts +3 -0
  51. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts.map +1 -0
  52. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js +143 -0
  53. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js.map +1 -0
  54. package/dist/modules/capa/actions/get-kyb-details.action.d.ts +3 -0
  55. package/dist/modules/capa/actions/get-kyb-details.action.d.ts.map +1 -0
  56. package/dist/modules/capa/actions/get-kyb-details.action.js +64 -0
  57. package/dist/modules/capa/actions/get-kyb-details.action.js.map +1 -0
  58. package/dist/modules/capa/actions/get-kyc-details.action.d.ts +3 -0
  59. package/dist/modules/capa/actions/get-kyc-details.action.d.ts.map +1 -0
  60. package/dist/modules/capa/actions/get-kyc-details.action.js +100 -0
  61. package/dist/modules/capa/actions/get-kyc-details.action.js.map +1 -0
  62. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts +3 -0
  63. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts.map +1 -0
  64. package/dist/modules/capa/actions/get-mock-testing-guide.action.js +23 -0
  65. package/dist/modules/capa/actions/get-mock-testing-guide.action.js.map +1 -0
  66. package/dist/modules/capa/actions/get-quote.action.d.ts +3 -0
  67. package/dist/modules/capa/actions/get-quote.action.d.ts.map +1 -0
  68. package/dist/modules/capa/actions/get-quote.action.js +156 -0
  69. package/dist/modules/capa/actions/get-quote.action.js.map +1 -0
  70. package/dist/modules/capa/actions/get-user-agreements.action.d.ts +3 -0
  71. package/dist/modules/capa/actions/get-user-agreements.action.d.ts.map +1 -0
  72. package/dist/modules/capa/actions/get-user-agreements.action.js +40 -0
  73. package/dist/modules/capa/actions/get-user-agreements.action.js.map +1 -0
  74. package/dist/modules/capa/actions/index.d.ts +23 -0
  75. package/dist/modules/capa/actions/index.d.ts.map +1 -0
  76. package/dist/modules/capa/actions/index.js +39 -0
  77. package/dist/modules/capa/actions/index.js.map +1 -0
  78. package/dist/modules/capa/actions/list-receivers.action.d.ts +3 -0
  79. package/dist/modules/capa/actions/list-receivers.action.d.ts.map +1 -0
  80. package/dist/modules/capa/actions/list-receivers.action.js +51 -0
  81. package/dist/modules/capa/actions/list-receivers.action.js.map +1 -0
  82. package/dist/modules/capa/actions/list-transactions.action.d.ts +3 -0
  83. package/dist/modules/capa/actions/list-transactions.action.d.ts.map +1 -0
  84. package/dist/modules/capa/actions/list-transactions.action.js +125 -0
  85. package/dist/modules/capa/actions/list-transactions.action.js.map +1 -0
  86. package/dist/modules/capa/actions/request-document-signature.action.d.ts +3 -0
  87. package/dist/modules/capa/actions/request-document-signature.action.d.ts.map +1 -0
  88. package/dist/modules/capa/actions/request-document-signature.action.js +50 -0
  89. package/dist/modules/capa/actions/request-document-signature.action.js.map +1 -0
  90. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts +3 -0
  91. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts.map +1 -0
  92. package/dist/modules/capa/actions/update-webhook-settings.action.js +52 -0
  93. package/dist/modules/capa/actions/update-webhook-settings.action.js.map +1 -0
  94. package/dist/modules/capa/auth/capa-auth.service.d.ts +8 -0
  95. package/dist/modules/capa/auth/capa-auth.service.d.ts.map +1 -0
  96. package/dist/modules/capa/auth/capa-auth.service.js +94 -0
  97. package/dist/modules/capa/auth/capa-auth.service.js.map +1 -0
  98. package/dist/modules/capa/auth/index.d.ts +2 -0
  99. package/dist/modules/capa/auth/index.d.ts.map +1 -0
  100. package/dist/modules/{inbestgo → capa}/auth/index.js +1 -1
  101. package/dist/modules/capa/auth/index.js.map +1 -0
  102. package/dist/modules/capa/capa-nest.module.d.ts +3 -0
  103. package/dist/modules/capa/capa-nest.module.d.ts.map +1 -0
  104. package/dist/modules/capa/capa-nest.module.js +72 -0
  105. package/dist/modules/capa/capa-nest.module.js.map +1 -0
  106. package/dist/modules/capa/capa.module.d.ts +3 -0
  107. package/dist/modules/capa/capa.module.d.ts.map +1 -0
  108. package/dist/modules/capa/capa.module.js +42 -0
  109. package/dist/modules/capa/capa.module.js.map +1 -0
  110. package/dist/modules/capa/credentials.d.ts +3 -0
  111. package/dist/modules/capa/credentials.d.ts.map +1 -0
  112. package/dist/modules/capa/credentials.js +46 -0
  113. package/dist/modules/capa/credentials.js.map +1 -0
  114. package/dist/modules/capa/services/cancel-transaction.service.d.ts +9 -0
  115. package/dist/modules/capa/services/cancel-transaction.service.d.ts.map +1 -0
  116. package/dist/modules/capa/services/cancel-transaction.service.js +45 -0
  117. package/dist/modules/capa/services/cancel-transaction.service.js.map +1 -0
  118. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts +9 -0
  119. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts.map +1 -0
  120. package/dist/modules/capa/services/create-cross-ramp-quote.service.js +75 -0
  121. package/dist/modules/capa/services/create-cross-ramp-quote.service.js.map +1 -0
  122. package/dist/modules/capa/services/create-cross-ramp.service.d.ts +9 -0
  123. package/dist/modules/capa/services/create-cross-ramp.service.d.ts.map +1 -0
  124. package/dist/modules/capa/services/create-cross-ramp.service.js +66 -0
  125. package/dist/modules/capa/services/create-cross-ramp.service.js.map +1 -0
  126. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts +9 -0
  127. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts.map +1 -0
  128. package/dist/modules/capa/services/create-kyb-verification-link.service.js +47 -0
  129. package/dist/modules/capa/services/create-kyb-verification-link.service.js.map +1 -0
  130. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts +9 -0
  131. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts.map +1 -0
  132. package/dist/modules/capa/services/create-kyc-verification-link.service.js +47 -0
  133. package/dist/modules/capa/services/create-kyc-verification-link.service.js.map +1 -0
  134. package/dist/modules/capa/services/create-off-ramp.service.d.ts +9 -0
  135. package/dist/modules/capa/services/create-off-ramp.service.d.ts.map +1 -0
  136. package/dist/modules/capa/services/create-off-ramp.service.js +80 -0
  137. package/dist/modules/capa/services/create-off-ramp.service.js.map +1 -0
  138. package/dist/modules/capa/services/create-on-ramp.service.d.ts +9 -0
  139. package/dist/modules/capa/services/create-on-ramp.service.d.ts.map +1 -0
  140. package/dist/modules/capa/services/create-on-ramp.service.js +80 -0
  141. package/dist/modules/capa/services/create-on-ramp.service.js.map +1 -0
  142. package/dist/modules/capa/services/create-quote.service.d.ts +9 -0
  143. package/dist/modules/capa/services/create-quote.service.d.ts.map +1 -0
  144. package/dist/modules/capa/services/create-quote.service.js +77 -0
  145. package/dist/modules/capa/services/create-quote.service.js.map +1 -0
  146. package/dist/modules/capa/services/create-receiver.service.d.ts +9 -0
  147. package/dist/modules/capa/services/create-receiver.service.d.ts.map +1 -0
  148. package/dist/modules/capa/services/create-receiver.service.js +79 -0
  149. package/dist/modules/capa/services/create-receiver.service.js.map +1 -0
  150. package/dist/modules/capa/services/create-user-kyc.service.d.ts +9 -0
  151. package/dist/modules/capa/services/create-user-kyc.service.d.ts.map +1 -0
  152. package/dist/modules/capa/services/create-user-kyc.service.js +54 -0
  153. package/dist/modules/capa/services/create-user-kyc.service.js.map +1 -0
  154. package/dist/modules/capa/services/create-user.service.d.ts +9 -0
  155. package/dist/modules/capa/services/create-user.service.d.ts.map +1 -0
  156. package/dist/modules/capa/services/create-user.service.js +57 -0
  157. package/dist/modules/capa/services/create-user.service.js.map +1 -0
  158. package/dist/modules/capa/services/delete-receiver.service.d.ts +9 -0
  159. package/dist/modules/capa/services/delete-receiver.service.d.ts.map +1 -0
  160. package/dist/modules/capa/services/delete-receiver.service.js +47 -0
  161. package/dist/modules/capa/services/delete-receiver.service.js.map +1 -0
  162. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts +9 -0
  163. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts.map +1 -0
  164. package/dist/modules/capa/services/get-cross-ramp-quote.service.js +75 -0
  165. package/dist/modules/capa/services/get-cross-ramp-quote.service.js.map +1 -0
  166. package/dist/modules/capa/services/get-kyb-details.service.d.ts +9 -0
  167. package/dist/modules/capa/services/get-kyb-details.service.d.ts.map +1 -0
  168. package/dist/modules/capa/services/get-kyb-details.service.js +46 -0
  169. package/dist/modules/capa/services/get-kyb-details.service.js.map +1 -0
  170. package/dist/modules/capa/services/get-kyc-details.service.d.ts +9 -0
  171. package/dist/modules/capa/services/get-kyc-details.service.d.ts.map +1 -0
  172. package/dist/modules/capa/services/get-kyc-details.service.js +52 -0
  173. package/dist/modules/capa/services/get-kyc-details.service.js.map +1 -0
  174. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts +9 -0
  175. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts.map +1 -0
  176. package/dist/modules/capa/services/get-mock-testing-guide.service.js +37 -0
  177. package/dist/modules/capa/services/get-mock-testing-guide.service.js.map +1 -0
  178. package/dist/modules/capa/services/get-quote.service.d.ts +9 -0
  179. package/dist/modules/capa/services/get-quote.service.d.ts.map +1 -0
  180. package/dist/modules/capa/services/get-quote.service.js +77 -0
  181. package/dist/modules/capa/services/get-quote.service.js.map +1 -0
  182. package/dist/modules/capa/services/get-user-agreements.service.d.ts +9 -0
  183. package/dist/modules/capa/services/get-user-agreements.service.d.ts.map +1 -0
  184. package/dist/modules/capa/services/get-user-agreements.service.js +42 -0
  185. package/dist/modules/capa/services/get-user-agreements.service.js.map +1 -0
  186. package/dist/modules/capa/services/index.d.ts +23 -0
  187. package/dist/modules/capa/services/index.d.ts.map +1 -0
  188. package/dist/modules/capa/services/index.js +39 -0
  189. package/dist/modules/capa/services/index.js.map +1 -0
  190. package/dist/modules/capa/services/list-receivers.service.d.ts +9 -0
  191. package/dist/modules/capa/services/list-receivers.service.d.ts.map +1 -0
  192. package/dist/modules/capa/services/list-receivers.service.js +45 -0
  193. package/dist/modules/capa/services/list-receivers.service.js.map +1 -0
  194. package/dist/modules/capa/services/list-transactions.service.d.ts +9 -0
  195. package/dist/modules/capa/services/list-transactions.service.d.ts.map +1 -0
  196. package/dist/modules/capa/services/list-transactions.service.js +58 -0
  197. package/dist/modules/capa/services/list-transactions.service.js.map +1 -0
  198. package/dist/modules/capa/services/request-document-signature.service.d.ts +9 -0
  199. package/dist/modules/capa/services/request-document-signature.service.d.ts.map +1 -0
  200. package/dist/modules/capa/services/request-document-signature.service.js +46 -0
  201. package/dist/modules/capa/services/request-document-signature.service.js.map +1 -0
  202. package/dist/modules/capa/services/update-webhook-settings.service.d.ts +9 -0
  203. package/dist/modules/capa/services/update-webhook-settings.service.d.ts.map +1 -0
  204. package/dist/modules/capa/services/update-webhook-settings.service.js +47 -0
  205. package/dist/modules/capa/services/update-webhook-settings.service.js.map +1 -0
  206. package/dist/modules/capa/triggers/index.d.ts +3 -0
  207. package/dist/modules/capa/triggers/index.d.ts.map +1 -0
  208. package/dist/modules/capa/triggers/index.js +5 -0
  209. package/dist/modules/capa/triggers/index.js.map +1 -0
  210. package/dist/modules/capa/utils/capa-credentials.util.d.ts +4 -0
  211. package/dist/modules/capa/utils/capa-credentials.util.d.ts.map +1 -0
  212. package/dist/modules/capa/utils/capa-credentials.util.js +24 -0
  213. package/dist/modules/capa/utils/capa-credentials.util.js.map +1 -0
  214. package/dist/modules/capa/utils/capa-query.util.d.ts +4 -0
  215. package/dist/modules/capa/utils/capa-query.util.d.ts.map +1 -0
  216. package/dist/modules/capa/utils/capa-query.util.js +55 -0
  217. package/dist/modules/capa/utils/capa-query.util.js.map +1 -0
  218. package/dist/modules/circle/actions/index.d.ts +0 -1
  219. package/dist/modules/circle/actions/index.d.ts.map +1 -1
  220. package/dist/modules/circle/actions/index.js +0 -1
  221. package/dist/modules/circle/actions/index.js.map +1 -1
  222. package/dist/modules/circle/circle-nest.module.d.ts.map +1 -1
  223. package/dist/modules/circle/circle-nest.module.js +0 -2
  224. package/dist/modules/circle/circle-nest.module.js.map +1 -1
  225. package/dist/modules/circle/circle.module.d.ts.map +1 -1
  226. package/dist/modules/circle/circle.module.js +0 -1
  227. package/dist/modules/circle/circle.module.js.map +1 -1
  228. package/dist/modules/circle/services/index.d.ts +0 -1
  229. package/dist/modules/circle/services/index.d.ts.map +1 -1
  230. package/dist/modules/circle/services/index.js +0 -1
  231. package/dist/modules/circle/services/index.js.map +1 -1
  232. package/dist/modules/conditional/actions/index.d.ts +0 -1
  233. package/dist/modules/conditional/actions/index.d.ts.map +1 -1
  234. package/dist/modules/conditional/actions/index.js +0 -1
  235. package/dist/modules/conditional/actions/index.js.map +1 -1
  236. package/dist/modules/conditional/conditional-nest.module.d.ts.map +1 -1
  237. package/dist/modules/conditional/conditional-nest.module.js +2 -7
  238. package/dist/modules/conditional/conditional-nest.module.js.map +1 -1
  239. package/dist/modules/conditional/conditional.module.js +1 -1
  240. package/dist/modules/conditional/conditional.module.js.map +1 -1
  241. package/dist/modules/conditional/services/evaluate-condition.service.d.ts.map +1 -1
  242. package/dist/modules/conditional/services/evaluate-condition.service.js +1 -11
  243. package/dist/modules/conditional/services/evaluate-condition.service.js.map +1 -1
  244. package/dist/modules/conditional/services/index.d.ts +0 -1
  245. package/dist/modules/conditional/services/index.d.ts.map +1 -1
  246. package/dist/modules/conditional/services/index.js +0 -1
  247. package/dist/modules/conditional/services/index.js.map +1 -1
  248. package/dist/modules/fintech/actions/add-balance.action.js +4 -4
  249. package/dist/modules/fintech/actions/add-balance.action.js.map +1 -1
  250. package/dist/modules/fintech/actions/create-operation.action.d.ts.map +1 -1
  251. package/dist/modules/fintech/actions/create-operation.action.js +12 -33
  252. package/dist/modules/fintech/actions/create-operation.action.js.map +1 -1
  253. package/dist/modules/fintech/actions/create-transaction.action.d.ts.map +1 -1
  254. package/dist/modules/fintech/actions/create-transaction.action.js +8 -30
  255. package/dist/modules/fintech/actions/create-transaction.action.js.map +1 -1
  256. package/dist/modules/fintech/actions/index.d.ts +0 -8
  257. package/dist/modules/fintech/actions/index.d.ts.map +1 -1
  258. package/dist/modules/fintech/actions/index.js +0 -8
  259. package/dist/modules/fintech/actions/index.js.map +1 -1
  260. package/dist/modules/fintech/actions/subtract-balance.action.js +4 -4
  261. package/dist/modules/fintech/actions/subtract-balance.action.js.map +1 -1
  262. package/dist/modules/fintech/fintech-nest.module.d.ts.map +1 -1
  263. package/dist/modules/fintech/fintech-nest.module.js +0 -16
  264. package/dist/modules/fintech/fintech-nest.module.js.map +1 -1
  265. package/dist/modules/fintech/fintech.module.d.ts.map +1 -1
  266. package/dist/modules/fintech/fintech.module.js +1 -9
  267. package/dist/modules/fintech/fintech.module.js.map +1 -1
  268. package/dist/modules/fintech/services/create-operation.service.d.ts.map +1 -1
  269. package/dist/modules/fintech/services/create-operation.service.js +2 -6
  270. package/dist/modules/fintech/services/create-operation.service.js.map +1 -1
  271. package/dist/modules/fintech/services/create-transaction.service.d.ts.map +1 -1
  272. package/dist/modules/fintech/services/create-transaction.service.js +2 -6
  273. package/dist/modules/fintech/services/create-transaction.service.js.map +1 -1
  274. package/dist/modules/fintech/services/get-operation.service.d.ts.map +1 -1
  275. package/dist/modules/fintech/services/get-operation.service.js +1 -3
  276. package/dist/modules/fintech/services/get-operation.service.js.map +1 -1
  277. package/dist/modules/fintech/services/get-transaction.service.d.ts.map +1 -1
  278. package/dist/modules/fintech/services/get-transaction.service.js +1 -3
  279. package/dist/modules/fintech/services/get-transaction.service.js.map +1 -1
  280. package/dist/modules/fintech/services/index.d.ts +0 -8
  281. package/dist/modules/fintech/services/index.d.ts.map +1 -1
  282. package/dist/modules/fintech/services/index.js +0 -8
  283. package/dist/modules/fintech/services/index.js.map +1 -1
  284. package/dist/modules/fintech/services/update-operation-status.service.d.ts.map +1 -1
  285. package/dist/modules/fintech/services/update-operation-status.service.js +1 -3
  286. package/dist/modules/fintech/services/update-operation-status.service.js.map +1 -1
  287. package/dist/modules/index.d.ts +1 -1
  288. package/dist/modules/index.d.ts.map +1 -1
  289. package/dist/modules/index.js +5 -5
  290. package/dist/modules/index.js.map +1 -1
  291. package/dist/modules/session/actions/index.d.ts +0 -2
  292. package/dist/modules/session/actions/index.d.ts.map +1 -1
  293. package/dist/modules/session/actions/index.js +0 -2
  294. package/dist/modules/session/actions/index.js.map +1 -1
  295. package/dist/modules/session/services/index.d.ts +0 -2
  296. package/dist/modules/session/services/index.d.ts.map +1 -1
  297. package/dist/modules/session/services/index.js +0 -2
  298. package/dist/modules/session/services/index.js.map +1 -1
  299. package/dist/modules/session/services/set-session-variable.service.d.ts +3 -3
  300. package/dist/modules/session/services/set-session-variable.service.d.ts.map +1 -1
  301. package/dist/modules/session/services/set-session-variable.service.js +5 -5
  302. package/dist/modules/session/services/set-session-variable.service.js.map +1 -1
  303. package/dist/modules/session/session-nest.module.d.ts.map +1 -1
  304. package/dist/modules/session/session-nest.module.js +2 -2
  305. package/dist/modules/session/session-nest.module.js.map +1 -1
  306. package/dist/modules/session/session.module.js +1 -1
  307. package/dist/modules/session/session.module.js.map +1 -1
  308. package/dist/modules/toolbox/actions/index.d.ts +0 -1
  309. package/dist/modules/toolbox/actions/index.d.ts.map +1 -1
  310. package/dist/modules/toolbox/actions/index.js +0 -1
  311. package/dist/modules/toolbox/actions/index.js.map +1 -1
  312. package/dist/modules/toolbox/services/index.d.ts +0 -1
  313. package/dist/modules/toolbox/services/index.d.ts.map +1 -1
  314. package/dist/modules/toolbox/services/index.js +0 -1
  315. package/dist/modules/toolbox/services/index.js.map +1 -1
  316. package/dist/modules/toolbox/toolbox-nest.module.d.ts.map +1 -1
  317. package/dist/modules/toolbox/toolbox-nest.module.js +2 -12
  318. package/dist/modules/toolbox/toolbox-nest.module.js.map +1 -1
  319. package/dist/modules/toolbox/toolbox.module.d.ts.map +1 -1
  320. package/dist/modules/toolbox/toolbox.module.js +1 -1
  321. package/dist/modules/toolbox/toolbox.module.js.map +1 -1
  322. package/dist/modules/types.d.ts +0 -1
  323. package/dist/modules/types.d.ts.map +1 -1
  324. package/dist/modules/types.js.map +1 -1
  325. package/dist/modules/user/actions/get-or-create-user.action.d.ts.map +1 -1
  326. package/dist/modules/user/actions/get-or-create-user.action.js +2 -12
  327. package/dist/modules/user/actions/get-or-create-user.action.js.map +1 -1
  328. package/dist/modules/user/services/get-or-create-user.service.d.ts.map +1 -1
  329. package/dist/modules/user/services/get-or-create-user.service.js +3 -42
  330. package/dist/modules/user/services/get-or-create-user.service.js.map +1 -1
  331. package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts +0 -2
  332. package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts.map +1 -1
  333. package/dist/modules/webhook/controllers/webhook-receiver.controller.js +0 -14
  334. package/dist/modules/webhook/controllers/webhook-receiver.controller.js.map +1 -1
  335. package/dist/services/workflow-execution.service.d.ts +3 -3
  336. package/dist/services/workflow-execution.service.d.ts.map +1 -1
  337. package/dist/services/workflow-execution.service.js +14 -52
  338. package/dist/services/workflow-execution.service.js.map +1 -1
  339. package/dist/workflow-core.module.d.ts.map +1 -1
  340. package/dist/workflow-core.module.js +0 -5
  341. package/dist/workflow-core.module.js.map +1 -1
  342. package/dist/workflow.module.d.ts.map +1 -1
  343. package/dist/workflow.module.js +3 -0
  344. package/dist/workflow.module.js.map +1 -1
  345. package/package.json +102 -102
  346. package/dist/controllers/workflow-sse.controller.d.ts +0 -8
  347. package/dist/controllers/workflow-sse.controller.d.ts.map +0 -1
  348. package/dist/controllers/workflow-sse.controller.js +0 -46
  349. package/dist/controllers/workflow-sse.controller.js.map +0 -1
  350. package/dist/modules/circle/actions/get-token.action.d.ts +0 -3
  351. package/dist/modules/circle/actions/get-token.action.d.ts.map +0 -1
  352. package/dist/modules/circle/actions/get-token.action.js +0 -94
  353. package/dist/modules/circle/actions/get-token.action.js.map +0 -1
  354. package/dist/modules/circle/services/get-token.service.d.ts +0 -8
  355. package/dist/modules/circle/services/get-token.service.d.ts.map +0 -1
  356. package/dist/modules/circle/services/get-token.service.js +0 -51
  357. package/dist/modules/circle/services/get-token.service.js.map +0 -1
  358. package/dist/modules/conditional/actions/map-value.action.d.ts +0 -3
  359. package/dist/modules/conditional/actions/map-value.action.d.ts.map +0 -1
  360. package/dist/modules/conditional/actions/map-value.action.js +0 -122
  361. package/dist/modules/conditional/actions/map-value.action.js.map +0 -1
  362. package/dist/modules/conditional/services/map-value.service.d.ts +0 -5
  363. package/dist/modules/conditional/services/map-value.service.d.ts.map +0 -1
  364. package/dist/modules/conditional/services/map-value.service.js +0 -108
  365. package/dist/modules/conditional/services/map-value.service.js.map +0 -1
  366. package/dist/modules/fintech/actions/complete-remittance.action.d.ts +0 -3
  367. package/dist/modules/fintech/actions/complete-remittance.action.d.ts.map +0 -1
  368. package/dist/modules/fintech/actions/complete-remittance.action.js +0 -93
  369. package/dist/modules/fintech/actions/complete-remittance.action.js.map +0 -1
  370. package/dist/modules/fintech/actions/create-remittance.action.d.ts +0 -3
  371. package/dist/modules/fintech/actions/create-remittance.action.d.ts.map +0 -1
  372. package/dist/modules/fintech/actions/create-remittance.action.js +0 -208
  373. package/dist/modules/fintech/actions/create-remittance.action.js.map +0 -1
  374. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts +0 -3
  375. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts.map +0 -1
  376. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js +0 -80
  377. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js.map +0 -1
  378. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts +0 -3
  379. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts.map +0 -1
  380. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js +0 -122
  381. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js.map +0 -1
  382. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts +0 -3
  383. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts.map +0 -1
  384. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js +0 -113
  385. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js.map +0 -1
  386. package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts +0 -3
  387. package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts.map +0 -1
  388. package/dist/modules/fintech/actions/get-remittance-by-id.action.js +0 -83
  389. package/dist/modules/fintech/actions/get-remittance-by-id.action.js.map +0 -1
  390. package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts +0 -3
  391. package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts.map +0 -1
  392. package/dist/modules/fintech/actions/get-remittance-by-reference.action.js +0 -65
  393. package/dist/modules/fintech/actions/get-remittance-by-reference.action.js.map +0 -1
  394. package/dist/modules/fintech/actions/process-remittance-step.action.d.ts +0 -3
  395. package/dist/modules/fintech/actions/process-remittance-step.action.d.ts.map +0 -1
  396. package/dist/modules/fintech/actions/process-remittance-step.action.js +0 -119
  397. package/dist/modules/fintech/actions/process-remittance-step.action.js.map +0 -1
  398. package/dist/modules/fintech/services/complete-remittance.service.d.ts +0 -8
  399. package/dist/modules/fintech/services/complete-remittance.service.d.ts.map +0 -1
  400. package/dist/modules/fintech/services/complete-remittance.service.js +0 -52
  401. package/dist/modules/fintech/services/complete-remittance.service.js.map +0 -1
  402. package/dist/modules/fintech/services/create-remittance.service.d.ts +0 -8
  403. package/dist/modules/fintech/services/create-remittance.service.d.ts.map +0 -1
  404. package/dist/modules/fintech/services/create-remittance.service.js +0 -65
  405. package/dist/modules/fintech/services/create-remittance.service.js.map +0 -1
  406. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts +0 -8
  407. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts.map +0 -1
  408. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js +0 -47
  409. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js.map +0 -1
  410. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts +0 -8
  411. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts.map +0 -1
  412. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js +0 -127
  413. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js.map +0 -1
  414. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts +0 -8
  415. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts.map +0 -1
  416. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js +0 -61
  417. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js.map +0 -1
  418. package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts +0 -8
  419. package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts.map +0 -1
  420. package/dist/modules/fintech/services/get-remittance-by-id.service.js +0 -48
  421. package/dist/modules/fintech/services/get-remittance-by-id.service.js.map +0 -1
  422. package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts +0 -8
  423. package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts.map +0 -1
  424. package/dist/modules/fintech/services/get-remittance-by-reference.service.js +0 -48
  425. package/dist/modules/fintech/services/get-remittance-by-reference.service.js.map +0 -1
  426. package/dist/modules/fintech/services/process-remittance-step.service.d.ts +0 -8
  427. package/dist/modules/fintech/services/process-remittance-step.service.d.ts.map +0 -1
  428. package/dist/modules/fintech/services/process-remittance-step.service.js +0 -59
  429. package/dist/modules/fintech/services/process-remittance-step.service.js.map +0 -1
  430. package/dist/modules/inbestgo/actions/create-transaction.action.d.ts +0 -3
  431. package/dist/modules/inbestgo/actions/create-transaction.action.d.ts.map +0 -1
  432. package/dist/modules/inbestgo/actions/create-transaction.action.js +0 -132
  433. package/dist/modules/inbestgo/actions/create-transaction.action.js.map +0 -1
  434. package/dist/modules/inbestgo/actions/index.d.ts +0 -3
  435. package/dist/modules/inbestgo/actions/index.d.ts.map +0 -1
  436. package/dist/modules/inbestgo/actions/index.js +0 -19
  437. package/dist/modules/inbestgo/actions/index.js.map +0 -1
  438. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts +0 -3
  439. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts.map +0 -1
  440. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js +0 -76
  441. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js.map +0 -1
  442. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts +0 -8
  443. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts.map +0 -1
  444. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js +0 -75
  445. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js.map +0 -1
  446. package/dist/modules/inbestgo/auth/index.d.ts +0 -2
  447. package/dist/modules/inbestgo/auth/index.d.ts.map +0 -1
  448. package/dist/modules/inbestgo/auth/index.js.map +0 -1
  449. package/dist/modules/inbestgo/credentials.d.ts +0 -3
  450. package/dist/modules/inbestgo/credentials.d.ts.map +0 -1
  451. package/dist/modules/inbestgo/credentials.js +0 -32
  452. package/dist/modules/inbestgo/credentials.js.map +0 -1
  453. package/dist/modules/inbestgo/inbestgo-nest.module.d.ts +0 -3
  454. package/dist/modules/inbestgo/inbestgo-nest.module.d.ts.map +0 -1
  455. package/dist/modules/inbestgo/inbestgo-nest.module.js +0 -29
  456. package/dist/modules/inbestgo/inbestgo-nest.module.js.map +0 -1
  457. package/dist/modules/inbestgo/inbestgo.module.d.ts +0 -3
  458. package/dist/modules/inbestgo/inbestgo.module.d.ts.map +0 -1
  459. package/dist/modules/inbestgo/inbestgo.module.js +0 -21
  460. package/dist/modules/inbestgo/inbestgo.module.js.map +0 -1
  461. package/dist/modules/inbestgo/services/create-transaction.service.d.ts +0 -8
  462. package/dist/modules/inbestgo/services/create-transaction.service.d.ts.map +0 -1
  463. package/dist/modules/inbestgo/services/create-transaction.service.js +0 -78
  464. package/dist/modules/inbestgo/services/create-transaction.service.js.map +0 -1
  465. package/dist/modules/inbestgo/services/index.d.ts +0 -3
  466. package/dist/modules/inbestgo/services/index.d.ts.map +0 -1
  467. package/dist/modules/inbestgo/services/index.js +0 -19
  468. package/dist/modules/inbestgo/services/index.js.map +0 -1
  469. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts +0 -8
  470. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts.map +0 -1
  471. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js +0 -54
  472. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js.map +0 -1
  473. package/dist/modules/session/actions/get-session-by-key.action.d.ts +0 -3
  474. package/dist/modules/session/actions/get-session-by-key.action.d.ts.map +0 -1
  475. package/dist/modules/session/actions/get-session-by-key.action.js +0 -104
  476. package/dist/modules/session/actions/get-session-by-key.action.js.map +0 -1
  477. package/dist/modules/session/actions/save-context-by-key.action.d.ts +0 -3
  478. package/dist/modules/session/actions/save-context-by-key.action.d.ts.map +0 -1
  479. package/dist/modules/session/actions/save-context-by-key.action.js +0 -72
  480. package/dist/modules/session/actions/save-context-by-key.action.js.map +0 -1
  481. package/dist/modules/session/services/get-session-by-key.service.d.ts +0 -22
  482. package/dist/modules/session/services/get-session-by-key.service.d.ts.map +0 -1
  483. package/dist/modules/session/services/get-session-by-key.service.js +0 -62
  484. package/dist/modules/session/services/get-session-by-key.service.js.map +0 -1
  485. package/dist/modules/session/services/save-context-by-key.service.d.ts +0 -10
  486. package/dist/modules/session/services/save-context-by-key.service.d.ts.map +0 -1
  487. package/dist/modules/session/services/save-context-by-key.service.js +0 -63
  488. package/dist/modules/session/services/save-context-by-key.service.js.map +0 -1
  489. package/dist/modules/toolbox/actions/empty-action.action.d.ts +0 -3
  490. package/dist/modules/toolbox/actions/empty-action.action.d.ts.map +0 -1
  491. package/dist/modules/toolbox/actions/empty-action.action.js +0 -29
  492. package/dist/modules/toolbox/actions/empty-action.action.js.map +0 -1
  493. package/dist/modules/toolbox/services/empty-action.service.d.ts +0 -6
  494. package/dist/modules/toolbox/services/empty-action.service.d.ts.map +0 -1
  495. package/dist/modules/toolbox/services/empty-action.service.js +0 -28
  496. package/dist/modules/toolbox/services/empty-action.service.js.map +0 -1
  497. package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts +0 -3
  498. package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts.map +0 -1
  499. package/dist/modules/user/actions/get-or-create-user-by-params.action.js +0 -284
  500. package/dist/modules/user/actions/get-or-create-user-by-params.action.js.map +0 -1
  501. package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts +0 -8
  502. package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts.map +0 -1
  503. package/dist/modules/user/services/get-or-create-user-by-params.service.js +0 -175
  504. package/dist/modules/user/services/get-or-create-user-by-params.service.js.map +0 -1
  505. package/dist/services/workflow-sse.service.d.ts +0 -29
  506. package/dist/services/workflow-sse.service.d.ts.map +0 -1
  507. package/dist/services/workflow-sse.service.js +0 -155
  508. package/dist/services/workflow-sse.service.js.map +0 -1
@@ -1,122 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getLatestRemittancesByAccountAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_latest_remittances_by_account_service_1 = require("../services/get-latest-remittances-by-account.service");
6
- exports.getLatestRemittancesByAccountAction = {
7
- key: 'get-latest-remittances-by-account',
8
- name: 'Get Latest Remittances by Account',
9
- description: 'Get the latest remittances for an account (as sender or recipient)',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '📋',
12
- serviceClass: get_latest_remittances_by_account_service_1.GetLatestRemittancesByAccountService,
13
- inputs: [
14
- {
15
- id: 'accountId',
16
- name: 'Account ID',
17
- description: 'The account ID to search for',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- minLength: 1,
22
- },
23
- placeholder: 'account-uuid or {{node_id.accountId}}',
24
- },
25
- {
26
- id: 'accountType',
27
- name: 'Account Type',
28
- description: 'Search as sender or recipient account',
29
- type: types_1.FIELD_TYPE.STRING,
30
- validation: {
31
- required: true,
32
- enum: ['sender', 'recipient', 'both'],
33
- },
34
- options: [
35
- { label: 'Sender (Outgoing)', value: 'sender' },
36
- { label: 'Recipient (Incoming)', value: 'recipient' },
37
- { label: 'Both (All)', value: 'both' },
38
- ],
39
- defaultValue: 'both',
40
- },
41
- {
42
- id: 'limit',
43
- name: 'Limit',
44
- description: 'Maximum number of remittances to return',
45
- type: types_1.FIELD_TYPE.STRING,
46
- validation: {
47
- required: false,
48
- },
49
- placeholder: '10 or {{node_id.limit}}',
50
- defaultValue: '10',
51
- },
52
- {
53
- id: 'status',
54
- name: 'Status Filter',
55
- description: 'Filter by remittance status (optional)',
56
- type: types_1.FIELD_TYPE.STRING,
57
- validation: {
58
- required: false,
59
- enum: [
60
- 'all',
61
- 'pending',
62
- 'incoming_processing',
63
- 'incoming_completed',
64
- 'incoming_failed',
65
- 'transfer_processing',
66
- 'transfer_completed',
67
- 'transfer_failed',
68
- 'outgoing_processing',
69
- 'outgoing_completed',
70
- 'outgoing_failed',
71
- ],
72
- },
73
- options: [
74
- { label: 'All Statuses', value: 'all' },
75
- { label: 'Pending', value: 'pending' },
76
- { label: 'Incoming Processing', value: 'incoming_processing' },
77
- { label: 'Incoming Completed', value: 'incoming_completed' },
78
- { label: 'Incoming Failed', value: 'incoming_failed' },
79
- { label: 'Transfer Processing', value: 'transfer_processing' },
80
- { label: 'Transfer Completed', value: 'transfer_completed' },
81
- { label: 'Transfer Failed', value: 'transfer_failed' },
82
- { label: 'Outgoing Processing', value: 'outgoing_processing' },
83
- { label: 'Outgoing Completed', value: 'outgoing_completed' },
84
- { label: 'Outgoing Failed', value: 'outgoing_failed' },
85
- ],
86
- defaultValue: 'all',
87
- },
88
- ],
89
- outputs: [
90
- {
91
- id: 'remittances',
92
- name: 'Remittances',
93
- description: 'Array of remittances',
94
- type: types_1.FIELD_TYPE.ARRAY,
95
- },
96
- {
97
- id: 'count',
98
- name: 'Count',
99
- description: 'Number of remittances returned',
100
- type: types_1.FIELD_TYPE.NUMBER,
101
- },
102
- {
103
- id: 'totalAmount',
104
- name: 'Total Amount',
105
- description: 'Sum of all source amounts',
106
- type: types_1.FIELD_TYPE.NUMBER,
107
- },
108
- {
109
- id: 'accountId',
110
- name: 'Account ID',
111
- description: 'The account ID that was searched',
112
- type: types_1.FIELD_TYPE.STRING,
113
- },
114
- {
115
- id: 'accountType',
116
- name: 'Account Type',
117
- description: 'The account type that was searched',
118
- type: types_1.FIELD_TYPE.STRING,
119
- },
120
- ],
121
- };
122
- //# sourceMappingURL=get-latest-remittances-by-account.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-latest-remittances-by-account.action.js","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-latest-remittances-by-account.action.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const getRemittanceByExternalTxIdAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=get-remittance-by-external-tx-id.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-external-tx-id.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-external-tx-id.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,iCAAiC,EAAE,qBA6G/C,CAAC"}
@@ -1,113 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRemittanceByExternalTxIdAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_remittance_by_external_tx_id_service_1 = require("../services/get-remittance-by-external-tx-id.service");
6
- exports.getRemittanceByExternalTxIdAction = {
7
- key: 'get-remittance-by-external-tx-id',
8
- name: 'Get Remittance by External TX ID',
9
- description: 'Find a remittance using any external transaction ID from incoming, transfer, or outgoing operations',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '🔍',
12
- serviceClass: get_remittance_by_external_tx_id_service_1.GetRemittanceByExternalTxIdService,
13
- inputs: [
14
- {
15
- id: 'externalTransactionId',
16
- name: 'External Transaction ID',
17
- description: "Provider's transaction ID (e.g., Stripe charge ID, Wise transfer ID)",
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- minLength: 1,
22
- },
23
- placeholder: 'stripe_ch_1234567890 or wise-12345678',
24
- },
25
- ],
26
- outputs: [
27
- {
28
- id: 'id',
29
- name: 'Remittance ID',
30
- description: 'The remittance ID',
31
- type: types_1.FIELD_TYPE.STRING,
32
- },
33
- {
34
- id: 'referenceNumber',
35
- name: 'Reference Number',
36
- description: 'Remittance reference number (REM-xxx)',
37
- type: types_1.FIELD_TYPE.STRING,
38
- },
39
- {
40
- id: 'status',
41
- name: 'Status',
42
- description: 'Current remittance status',
43
- type: types_1.FIELD_TYPE.STRING,
44
- },
45
- {
46
- id: 'senderAccountId',
47
- name: 'Sender Account ID',
48
- description: 'Sender account ID',
49
- type: types_1.FIELD_TYPE.STRING,
50
- },
51
- {
52
- id: 'recipientAccountId',
53
- name: 'Recipient Account ID',
54
- description: 'Recipient account ID',
55
- type: types_1.FIELD_TYPE.STRING,
56
- },
57
- {
58
- id: 'currencyId',
59
- name: 'Currency ID',
60
- description: 'Currency ID',
61
- type: types_1.FIELD_TYPE.STRING,
62
- },
63
- {
64
- id: 'sourceAmount',
65
- name: 'Source Amount',
66
- description: 'Amount from sender',
67
- type: types_1.FIELD_TYPE.NUMBER,
68
- },
69
- {
70
- id: 'destinationAmount',
71
- name: 'Destination Amount',
72
- description: 'Amount to recipient',
73
- type: types_1.FIELD_TYPE.NUMBER,
74
- },
75
- {
76
- id: 'totalFees',
77
- name: 'Total Fees',
78
- description: 'Total fees applied',
79
- type: types_1.FIELD_TYPE.NUMBER,
80
- },
81
- {
82
- id: 'incomingOperationId',
83
- name: 'Incoming Operation ID',
84
- description: 'ID of incoming operation',
85
- type: types_1.FIELD_TYPE.STRING,
86
- },
87
- {
88
- id: 'transferOperationId',
89
- name: 'Transfer Operation ID',
90
- description: 'ID of transfer operation',
91
- type: types_1.FIELD_TYPE.STRING,
92
- },
93
- {
94
- id: 'outgoingOperationId',
95
- name: 'Outgoing Operation ID',
96
- description: 'ID of outgoing operation',
97
- type: types_1.FIELD_TYPE.STRING,
98
- },
99
- {
100
- id: 'createdAt',
101
- name: 'Created At',
102
- description: 'When remittance was created',
103
- type: types_1.FIELD_TYPE.DATE,
104
- },
105
- {
106
- id: 'completedAt',
107
- name: 'Completed At',
108
- description: 'When remittance was completed',
109
- type: types_1.FIELD_TYPE.DATE,
110
- },
111
- ],
112
- };
113
- //# sourceMappingURL=get-remittance-by-external-tx-id.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-external-tx-id.action.js","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-external-tx-id.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,mHAA0G;AAE7F,QAAA,iCAAiC,GAA0B;IACtE,GAAG,EAAE,kCAAkC;IACvC,IAAI,EAAE,kCAAkC;IACxC,WAAW,EACT,qGAAqG;IACvG,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,6EAEa;IAC3B,MAAM,EAAE;QACN;YACE,EAAE,EAAE,uBAAuB;YAC3B,IAAI,EAAE,yBAAyB;YAC/B,WAAW,EAAE,sEAAsE;YACnF,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,SAAS,EAAE,CAAC;aACb;YACD,WAAW,EAAE,uCAAuC;SACrD;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,uCAAuC;YACpD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,2BAA2B;YACxC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,mBAAmB;YACzB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,oBAAoB;YACxB,IAAI,EAAE,sBAAsB;YAC5B,WAAW,EAAE,sBAAsB;YACnC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,YAAY;YAChB,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,cAAc;YAClB,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,mBAAmB;YACvB,IAAI,EAAE,oBAAoB;YAC1B,WAAW,EAAE,qBAAqB;YAClC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,qBAAqB;YACzB,IAAI,EAAE,uBAAuB;YAC7B,WAAW,EAAE,0BAA0B;YACvC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,qBAAqB;YACzB,IAAI,EAAE,uBAAuB;YAC7B,WAAW,EAAE,0BAA0B;YACvC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,qBAAqB;YACzB,IAAI,EAAE,uBAAuB;YAC7B,WAAW,EAAE,0BAA0B;YACvC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,6BAA6B;YAC1C,IAAI,EAAE,kBAAU,CAAC,IAAI;SACtB;QACD;YACE,EAAE,EAAE,aAAa;YACjB,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,+BAA+B;YAC5C,IAAI,EAAE,kBAAU,CAAC,IAAI;SACtB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const getRemittanceByIdAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=get-remittance-by-id.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-id.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-id.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,uBAAuB,EAAE,qBA4ErC,CAAC"}
@@ -1,83 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRemittanceByIdAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_remittance_by_id_service_1 = require("../services/get-remittance-by-id.service");
6
- exports.getRemittanceByIdAction = {
7
- key: 'get-remittance-by-id',
8
- name: 'Get Remittance by ID',
9
- description: 'Retrieve a remittance by its UUID',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '🔍',
12
- serviceClass: get_remittance_by_id_service_1.GetRemittanceByIdService,
13
- inputs: [
14
- {
15
- id: 'remittanceId',
16
- name: 'Remittance ID',
17
- description: 'The UUID of the remittance',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- minLength: 1,
22
- },
23
- placeholder: 'remittance-uuid',
24
- },
25
- ],
26
- outputs: [
27
- {
28
- id: 'id',
29
- name: 'Remittance ID',
30
- description: 'The remittance ID',
31
- type: types_1.FIELD_TYPE.STRING,
32
- },
33
- {
34
- id: 'referenceNumber',
35
- name: 'Reference Number',
36
- description: 'Remittance reference number',
37
- type: types_1.FIELD_TYPE.STRING,
38
- },
39
- {
40
- id: 'status',
41
- name: 'Status',
42
- description: 'Current status',
43
- type: types_1.FIELD_TYPE.STRING,
44
- },
45
- {
46
- id: 'senderAccountId',
47
- name: 'Sender Account ID',
48
- description: 'Sender account ID',
49
- type: types_1.FIELD_TYPE.STRING,
50
- },
51
- {
52
- id: 'recipientAccountId',
53
- name: 'Recipient Account ID',
54
- description: 'Recipient account ID',
55
- type: types_1.FIELD_TYPE.STRING,
56
- },
57
- {
58
- id: 'sourceAmount',
59
- name: 'Source Amount',
60
- description: 'Amount from sender',
61
- type: types_1.FIELD_TYPE.NUMBER,
62
- },
63
- {
64
- id: 'destinationAmount',
65
- name: 'Destination Amount',
66
- description: 'Amount to recipient',
67
- type: types_1.FIELD_TYPE.NUMBER,
68
- },
69
- {
70
- id: 'totalFees',
71
- name: 'Total Fees',
72
- description: 'Total fees',
73
- type: types_1.FIELD_TYPE.NUMBER,
74
- },
75
- {
76
- id: 'createdAt',
77
- name: 'Created At',
78
- description: 'Creation timestamp',
79
- type: types_1.FIELD_TYPE.DATE,
80
- },
81
- ],
82
- };
83
- //# sourceMappingURL=get-remittance-by-id.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-id.action.js","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-id.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,2FAAoF;AAEvE,QAAA,uBAAuB,GAA0B;IAC5D,GAAG,EAAE,sBAAsB;IAC3B,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,mCAAmC;IAChD,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,uDAA8E;IAC5F,MAAM,EAAE;QACN;YACE,EAAE,EAAE,cAAc;YAClB,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,4BAA4B;YACzC,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,SAAS,EAAE,CAAC;aACb;YACD,WAAW,EAAE,iBAAiB;SAC/B;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,6BAA6B;YAC1C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,gBAAgB;YAC7B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,mBAAmB;YACzB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,oBAAoB;YACxB,IAAI,EAAE,sBAAsB;YAC5B,WAAW,EAAE,sBAAsB;YACnC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,cAAc;YAClB,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,mBAAmB;YACvB,IAAI,EAAE,oBAAoB;YAC1B,WAAW,EAAE,qBAAqB;YAClC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,IAAI;SACtB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const getRemittanceByReferenceAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=get-remittance-by-reference.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-reference.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-reference.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,8BAA8B,EAAE,qBA4D5C,CAAC"}
@@ -1,65 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRemittanceByReferenceAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_remittance_by_reference_service_1 = require("../services/get-remittance-by-reference.service");
6
- exports.getRemittanceByReferenceAction = {
7
- key: 'get-remittance-by-reference',
8
- name: 'Get Remittance by Reference',
9
- description: 'Retrieve a remittance by its reference number (REM-xxx)',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '🔍',
12
- serviceClass: get_remittance_by_reference_service_1.GetRemittanceByReferenceService,
13
- inputs: [
14
- {
15
- id: 'referenceNumber',
16
- name: 'Reference Number',
17
- description: 'The remittance reference number (REM-xxx)',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- minLength: 1,
22
- },
23
- placeholder: 'REM-1234567890-0001',
24
- },
25
- ],
26
- outputs: [
27
- {
28
- id: 'id',
29
- name: 'Remittance ID',
30
- description: 'The remittance ID',
31
- type: types_1.FIELD_TYPE.STRING,
32
- },
33
- {
34
- id: 'referenceNumber',
35
- name: 'Reference Number',
36
- description: 'Remittance reference number',
37
- type: types_1.FIELD_TYPE.STRING,
38
- },
39
- {
40
- id: 'status',
41
- name: 'Status',
42
- description: 'Current status',
43
- type: types_1.FIELD_TYPE.STRING,
44
- },
45
- {
46
- id: 'sourceAmount',
47
- name: 'Source Amount',
48
- description: 'Amount from sender',
49
- type: types_1.FIELD_TYPE.NUMBER,
50
- },
51
- {
52
- id: 'destinationAmount',
53
- name: 'Destination Amount',
54
- description: 'Amount to recipient',
55
- type: types_1.FIELD_TYPE.NUMBER,
56
- },
57
- {
58
- id: 'createdAt',
59
- name: 'Created At',
60
- description: 'Creation timestamp',
61
- type: types_1.FIELD_TYPE.DATE,
62
- },
63
- ],
64
- };
65
- //# sourceMappingURL=get-remittance-by-reference.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-remittance-by-reference.action.js","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/get-remittance-by-reference.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,yGAAkG;AAErF,QAAA,8BAA8B,GAA0B;IACnE,GAAG,EAAE,6BAA6B;IAClC,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE,yDAAyD;IACtE,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,qEAEa;IAC3B,MAAM,EAAE;QACN;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,2CAA2C;YACxD,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,SAAS,EAAE,CAAC;aACb;YACD,WAAW,EAAE,qBAAqB;SACnC;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,iBAAiB;YACrB,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,6BAA6B;YAC1C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,gBAAgB;YAC7B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,cAAc;YAClB,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,mBAAmB;YACvB,IAAI,EAAE,oBAAoB;YAC1B,WAAW,EAAE,qBAAqB;YAClC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,IAAI;SACtB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const processRemittanceStepAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=process-remittance-step.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"process-remittance-step.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/process-remittance-step.action.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,2BAA2B,EAAE,qBA+GzC,CAAC"}
@@ -1,119 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.processRemittanceStepAction = void 0;
4
- const fintech_1 = require("@venturialstd/fintech");
5
- const types_1 = require("../../types");
6
- const process_remittance_step_service_1 = require("../services/process-remittance-step.service");
7
- exports.processRemittanceStepAction = {
8
- key: 'process-remittance-step',
9
- name: 'Process Remittance Step',
10
- description: 'Process a specific step of the remittance (incoming, transfer, or outgoing)',
11
- category: types_1.NODE_CATEGORY.ACTION,
12
- icon: '⚡',
13
- serviceClass: process_remittance_step_service_1.ProcessRemittanceStepService,
14
- inputs: [
15
- {
16
- id: 'remittanceId',
17
- name: 'Remittance ID',
18
- description: 'The ID of the remittance to process',
19
- type: types_1.FIELD_TYPE.STRING,
20
- validation: {
21
- required: true,
22
- minLength: 1,
23
- },
24
- placeholder: 'remittance-uuid',
25
- },
26
- {
27
- id: 'step',
28
- name: 'Step',
29
- description: 'Which step to process',
30
- type: types_1.FIELD_TYPE.STRING,
31
- validation: {
32
- required: true,
33
- enum: Object.values(fintech_1.RemittanceStep),
34
- },
35
- options: [
36
- { label: 'Incoming', value: fintech_1.RemittanceStep.INCOMING },
37
- { label: 'Transfer', value: fintech_1.RemittanceStep.TRANSFER },
38
- { label: 'Outgoing', value: fintech_1.RemittanceStep.OUTGOING },
39
- ],
40
- },
41
- {
42
- id: 'providerId',
43
- name: 'Provider ID',
44
- description: 'Payment provider ID (optional)',
45
- type: types_1.FIELD_TYPE.STRING,
46
- validation: {
47
- required: false,
48
- },
49
- placeholder: 'provider-uuid',
50
- },
51
- {
52
- id: 'externalTransactionId',
53
- name: 'External Transaction ID',
54
- description: 'External transaction ID from provider (for incoming/outgoing)',
55
- type: types_1.FIELD_TYPE.STRING,
56
- validation: {
57
- required: false,
58
- },
59
- placeholder: 'stripe_ch_123456',
60
- },
61
- {
62
- id: 'externalDebitTransactionId',
63
- name: 'External Debit Transaction ID',
64
- description: 'External ID for debit transaction (for transfers)',
65
- type: types_1.FIELD_TYPE.STRING,
66
- validation: {
67
- required: false,
68
- },
69
- placeholder: 'LEDGER-DR-001',
70
- },
71
- {
72
- id: 'externalCreditTransactionId',
73
- name: 'External Credit Transaction ID',
74
- description: 'External ID for credit transaction (for transfers)',
75
- type: types_1.FIELD_TYPE.STRING,
76
- validation: {
77
- required: false,
78
- },
79
- placeholder: 'LEDGER-CR-002',
80
- },
81
- {
82
- id: 'metadata',
83
- name: 'Metadata',
84
- description: 'Additional metadata as JSON object',
85
- type: types_1.FIELD_TYPE.JSON,
86
- validation: {
87
- required: false,
88
- },
89
- placeholder: '{"key": "value"}',
90
- },
91
- ],
92
- outputs: [
93
- {
94
- id: 'id',
95
- name: 'Remittance ID',
96
- description: 'The remittance ID',
97
- type: types_1.FIELD_TYPE.STRING,
98
- },
99
- {
100
- id: 'referenceNumber',
101
- name: 'Reference Number',
102
- description: 'Remittance reference number',
103
- type: types_1.FIELD_TYPE.STRING,
104
- },
105
- {
106
- id: 'status',
107
- name: 'Status',
108
- description: 'Updated remittance status',
109
- type: types_1.FIELD_TYPE.STRING,
110
- },
111
- {
112
- id: 'operationId',
113
- name: 'Operation ID',
114
- description: 'ID of the operation created for this step',
115
- type: types_1.FIELD_TYPE.STRING,
116
- },
117
- ],
118
- };
119
- //# sourceMappingURL=process-remittance-step.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"process-remittance-step.action.js","sourceRoot":"","sources":["../../../../src/modules/fintech/actions/process-remittance-step.action.ts"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- import { RemittanceService } from '@venturialstd/fintech';
2
- import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
- export declare class CompleteRemittanceService implements IWorkflowActionService {
4
- private readonly remittanceService;
5
- constructor(remittanceService: RemittanceService);
6
- perform(inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
- }
8
- //# sourceMappingURL=complete-remittance.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"complete-remittance.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/fintech/services/complete-remittance.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,yBAA0B,YAAW,sBAAsB;IAC1D,OAAO,CAAC,QAAQ,CAAC,iBAAiB;gBAAjB,iBAAiB,EAAE,iBAAiB;IAE3D,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CA+BpC"}
@@ -1,52 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CompleteRemittanceService = void 0;
13
- const common_1 = require("@nestjs/common");
14
- const fintech_1 = require("@venturialstd/fintech");
15
- let CompleteRemittanceService = class CompleteRemittanceService {
16
- remittanceService;
17
- constructor(remittanceService) {
18
- this.remittanceService = remittanceService;
19
- }
20
- async perform(inputs, _context) {
21
- const remittanceId = inputs.remittanceId;
22
- const providerId = inputs.providerId;
23
- const remittance = await this.remittanceService.processCompleteRemittance(remittanceId, providerId);
24
- return {
25
- id: remittance.id,
26
- referenceNumber: remittance.referenceNumber,
27
- status: remittance.status,
28
- senderAccountId: remittance.senderAccountId,
29
- recipientAccountId: remittance.recipientAccountId,
30
- sourceCurrencyId: remittance.sourceCurrencyId,
31
- targetCurrencyId: remittance.targetCurrencyId,
32
- sourceAmount: remittance.sourceAmount,
33
- destinationAmount: remittance.destinationAmount,
34
- totalFees: remittance.totalFees,
35
- exchangeRate: remittance.exchangeRate,
36
- incomingOperationId: remittance.incomingOperationId || undefined,
37
- transferOperationId: remittance.transferOperationId || undefined,
38
- outgoingOperationId: remittance.outgoingOperationId || undefined,
39
- incomingCompletedAt: remittance.incomingCompletedAt?.toISOString(),
40
- transferCompletedAt: remittance.transferCompletedAt?.toISOString(),
41
- outgoingCompletedAt: remittance.outgoingCompletedAt?.toISOString(),
42
- completedAt: remittance.completedAt?.toISOString(),
43
- createdAt: remittance.createdAt?.toISOString() || new Date().toISOString(),
44
- };
45
- }
46
- };
47
- exports.CompleteRemittanceService = CompleteRemittanceService;
48
- exports.CompleteRemittanceService = CompleteRemittanceService = __decorate([
49
- (0, common_1.Injectable)(),
50
- __metadata("design:paramtypes", [fintech_1.RemittanceService])
51
- ], CompleteRemittanceService);
52
- //# sourceMappingURL=complete-remittance.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"complete-remittance.service.js","sourceRoot":"","sources":["../../../../src/modules/fintech/services/complete-remittance.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,mDAA0D;AAKnD,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IACP;IAA7B,YAA6B,iBAAoC;QAApC,sBAAiB,GAAjB,iBAAiB,CAAmB;IAAG,CAAC;IAErE,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,YAAY,GAAG,MAAM,CAAC,YAAsB,CAAC;QACnD,MAAM,UAAU,GAAG,MAAM,CAAC,UAAgC,CAAC;QAE3D,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,yBAAyB,CACvE,YAAY,EACZ,UAAU,CACX,CAAC;QAEF,OAAO;YACL,EAAE,EAAE,UAAU,CAAC,EAAE;YACjB,eAAe,EAAE,UAAU,CAAC,eAAe;YAC3C,MAAM,EAAE,UAAU,CAAC,MAAM;YACzB,eAAe,EAAE,UAAU,CAAC,eAAe;YAC3C,kBAAkB,EAAE,UAAU,CAAC,kBAAkB;YACjD,gBAAgB,EAAE,UAAU,CAAC,gBAAgB;YAC7C,gBAAgB,EAAE,UAAU,CAAC,gBAAgB;YAC7C,YAAY,EAAE,UAAU,CAAC,YAAY;YACrC,iBAAiB,EAAE,UAAU,CAAC,iBAAiB;YAC/C,SAAS,EAAE,UAAU,CAAC,SAAS;YAC/B,YAAY,EAAE,UAAU,CAAC,YAAY;YACrC,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,IAAI,SAAS;YAChE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,IAAI,SAAS;YAChE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,IAAI,SAAS;YAChE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,EAAE,WAAW,EAAE;YAClE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,EAAE,WAAW,EAAE;YAClE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,EAAE,WAAW,EAAE;YAClE,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,WAAW,EAAE;YAClD,SAAS,EAAE,UAAU,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;SAC3E,CAAC;IACJ,CAAC;CACF,CAAA;AArCY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,mBAAU,GAAE;qCAEqC,2BAAiB;GADtD,yBAAyB,CAqCrC"}
@@ -1,8 +0,0 @@
1
- import { RemittanceService } from '@venturialstd/fintech';
2
- import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
- export declare class CreateRemittanceService implements IWorkflowActionService {
4
- private readonly remittanceService;
5
- constructor(remittanceService: RemittanceService);
6
- perform(inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
- }
8
- //# sourceMappingURL=create-remittance.service.d.ts.map