@venturialstd/workflow 0.1.92 → 0.1.93

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 (520) hide show
  1. package/README.md +238 -238
  2. package/dist/controllers/workflow-sse.controller.d.ts +8 -0
  3. package/dist/controllers/workflow-sse.controller.d.ts.map +1 -0
  4. package/dist/controllers/workflow-sse.controller.js +46 -0
  5. package/dist/controllers/workflow-sse.controller.js.map +1 -0
  6. package/dist/modules/circle/actions/create-transaction.action.d.ts.map +1 -1
  7. package/dist/modules/circle/actions/create-transaction.action.js +57 -7
  8. package/dist/modules/circle/actions/create-transaction.action.js.map +1 -1
  9. package/dist/modules/circle/actions/get-token.action.d.ts +3 -0
  10. package/dist/modules/circle/actions/get-token.action.d.ts.map +1 -0
  11. package/dist/modules/circle/actions/get-token.action.js +94 -0
  12. package/dist/modules/circle/actions/get-token.action.js.map +1 -0
  13. package/dist/modules/circle/actions/index.d.ts +1 -0
  14. package/dist/modules/circle/actions/index.d.ts.map +1 -1
  15. package/dist/modules/circle/actions/index.js +1 -0
  16. package/dist/modules/circle/actions/index.js.map +1 -1
  17. package/dist/modules/circle/circle-nest.module.d.ts.map +1 -1
  18. package/dist/modules/circle/circle-nest.module.js +2 -0
  19. package/dist/modules/circle/circle-nest.module.js.map +1 -1
  20. package/dist/modules/circle/circle.module.d.ts.map +1 -1
  21. package/dist/modules/circle/circle.module.js +1 -0
  22. package/dist/modules/circle/circle.module.js.map +1 -1
  23. package/dist/modules/circle/services/create-transaction.service.d.ts.map +1 -1
  24. package/dist/modules/circle/services/create-transaction.service.js +22 -1
  25. package/dist/modules/circle/services/create-transaction.service.js.map +1 -1
  26. package/dist/modules/circle/services/get-token.service.d.ts +8 -0
  27. package/dist/modules/circle/services/get-token.service.d.ts.map +1 -0
  28. package/dist/modules/circle/services/get-token.service.js +51 -0
  29. package/dist/modules/circle/services/get-token.service.js.map +1 -0
  30. package/dist/modules/circle/services/index.d.ts +1 -0
  31. package/dist/modules/circle/services/index.d.ts.map +1 -1
  32. package/dist/modules/circle/services/index.js +1 -0
  33. package/dist/modules/circle/services/index.js.map +1 -1
  34. package/dist/modules/conditional/actions/index.d.ts +1 -0
  35. package/dist/modules/conditional/actions/index.d.ts.map +1 -1
  36. package/dist/modules/conditional/actions/index.js +1 -0
  37. package/dist/modules/conditional/actions/index.js.map +1 -1
  38. package/dist/modules/conditional/actions/map-value.action.d.ts +3 -0
  39. package/dist/modules/conditional/actions/map-value.action.d.ts.map +1 -0
  40. package/dist/modules/conditional/actions/map-value.action.js +122 -0
  41. package/dist/modules/conditional/actions/map-value.action.js.map +1 -0
  42. package/dist/modules/conditional/conditional-nest.module.d.ts.map +1 -1
  43. package/dist/modules/conditional/conditional-nest.module.js +7 -2
  44. package/dist/modules/conditional/conditional-nest.module.js.map +1 -1
  45. package/dist/modules/conditional/conditional.module.js +1 -1
  46. package/dist/modules/conditional/conditional.module.js.map +1 -1
  47. package/dist/modules/conditional/services/evaluate-condition.service.d.ts.map +1 -1
  48. package/dist/modules/conditional/services/evaluate-condition.service.js +11 -1
  49. package/dist/modules/conditional/services/evaluate-condition.service.js.map +1 -1
  50. package/dist/modules/conditional/services/index.d.ts +1 -0
  51. package/dist/modules/conditional/services/index.d.ts.map +1 -1
  52. package/dist/modules/conditional/services/index.js +1 -0
  53. package/dist/modules/conditional/services/index.js.map +1 -1
  54. package/dist/modules/conditional/services/map-value.service.d.ts +5 -0
  55. package/dist/modules/conditional/services/map-value.service.d.ts.map +1 -0
  56. package/dist/modules/conditional/services/map-value.service.js +108 -0
  57. package/dist/modules/conditional/services/map-value.service.js.map +1 -0
  58. package/dist/modules/events/actions/send-event.action.js +3 -3
  59. package/dist/modules/events/actions/send-event.action.js.map +1 -1
  60. package/dist/modules/events/services/send-event.service.d.ts +1 -0
  61. package/dist/modules/events/services/send-event.service.d.ts.map +1 -1
  62. package/dist/modules/events/services/send-event.service.js +36 -7
  63. package/dist/modules/events/services/send-event.service.js.map +1 -1
  64. package/dist/modules/fintech/actions/add-balance.action.js +4 -4
  65. package/dist/modules/fintech/actions/add-balance.action.js.map +1 -1
  66. package/dist/modules/fintech/actions/complete-remittance.action.d.ts +3 -0
  67. package/dist/modules/fintech/actions/complete-remittance.action.d.ts.map +1 -0
  68. package/dist/modules/fintech/actions/complete-remittance.action.js +93 -0
  69. package/dist/modules/fintech/actions/complete-remittance.action.js.map +1 -0
  70. package/dist/modules/fintech/actions/create-operation.action.d.ts.map +1 -1
  71. package/dist/modules/fintech/actions/create-operation.action.js +33 -12
  72. package/dist/modules/fintech/actions/create-operation.action.js.map +1 -1
  73. package/dist/modules/fintech/actions/create-remittance.action.d.ts +3 -0
  74. package/dist/modules/fintech/actions/create-remittance.action.d.ts.map +1 -0
  75. package/dist/modules/fintech/actions/create-remittance.action.js +208 -0
  76. package/dist/modules/fintech/actions/create-remittance.action.js.map +1 -0
  77. package/dist/modules/fintech/actions/create-transaction.action.d.ts.map +1 -1
  78. package/dist/modules/fintech/actions/create-transaction.action.js +30 -8
  79. package/dist/modules/fintech/actions/create-transaction.action.js.map +1 -1
  80. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts +3 -0
  81. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.d.ts.map +1 -0
  82. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js +80 -0
  83. package/dist/modules/fintech/actions/get-currency-by-type-and-code.action.js.map +1 -0
  84. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts +3 -0
  85. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.d.ts.map +1 -0
  86. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js +122 -0
  87. package/dist/modules/fintech/actions/get-latest-remittances-by-account.action.js.map +1 -0
  88. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts +3 -0
  89. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.d.ts.map +1 -0
  90. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js +113 -0
  91. package/dist/modules/fintech/actions/get-remittance-by-external-tx-id.action.js.map +1 -0
  92. package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts +3 -0
  93. package/dist/modules/fintech/actions/get-remittance-by-id.action.d.ts.map +1 -0
  94. package/dist/modules/fintech/actions/get-remittance-by-id.action.js +83 -0
  95. package/dist/modules/fintech/actions/get-remittance-by-id.action.js.map +1 -0
  96. package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts +3 -0
  97. package/dist/modules/fintech/actions/get-remittance-by-reference.action.d.ts.map +1 -0
  98. package/dist/modules/fintech/actions/get-remittance-by-reference.action.js +65 -0
  99. package/dist/modules/fintech/actions/get-remittance-by-reference.action.js.map +1 -0
  100. package/dist/modules/fintech/actions/index.d.ts +8 -0
  101. package/dist/modules/fintech/actions/index.d.ts.map +1 -1
  102. package/dist/modules/fintech/actions/index.js +8 -0
  103. package/dist/modules/fintech/actions/index.js.map +1 -1
  104. package/dist/modules/fintech/actions/process-remittance-step.action.d.ts +3 -0
  105. package/dist/modules/fintech/actions/process-remittance-step.action.d.ts.map +1 -0
  106. package/dist/modules/fintech/actions/process-remittance-step.action.js +119 -0
  107. package/dist/modules/fintech/actions/process-remittance-step.action.js.map +1 -0
  108. package/dist/modules/fintech/actions/subtract-balance.action.js +4 -4
  109. package/dist/modules/fintech/actions/subtract-balance.action.js.map +1 -1
  110. package/dist/modules/fintech/fintech-nest.module.d.ts.map +1 -1
  111. package/dist/modules/fintech/fintech-nest.module.js +16 -0
  112. package/dist/modules/fintech/fintech-nest.module.js.map +1 -1
  113. package/dist/modules/fintech/fintech.module.d.ts.map +1 -1
  114. package/dist/modules/fintech/fintech.module.js +9 -1
  115. package/dist/modules/fintech/fintech.module.js.map +1 -1
  116. package/dist/modules/fintech/services/complete-remittance.service.d.ts +8 -0
  117. package/dist/modules/fintech/services/complete-remittance.service.d.ts.map +1 -0
  118. package/dist/modules/fintech/services/complete-remittance.service.js +52 -0
  119. package/dist/modules/fintech/services/complete-remittance.service.js.map +1 -0
  120. package/dist/modules/fintech/services/create-operation.service.d.ts.map +1 -1
  121. package/dist/modules/fintech/services/create-operation.service.js +6 -2
  122. package/dist/modules/fintech/services/create-operation.service.js.map +1 -1
  123. package/dist/modules/fintech/services/create-remittance.service.d.ts +8 -0
  124. package/dist/modules/fintech/services/create-remittance.service.d.ts.map +1 -0
  125. package/dist/modules/fintech/services/create-remittance.service.js +65 -0
  126. package/dist/modules/fintech/services/create-remittance.service.js.map +1 -0
  127. package/dist/modules/fintech/services/create-transaction.service.d.ts.map +1 -1
  128. package/dist/modules/fintech/services/create-transaction.service.js +6 -2
  129. package/dist/modules/fintech/services/create-transaction.service.js.map +1 -1
  130. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts +8 -0
  131. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.d.ts.map +1 -0
  132. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js +47 -0
  133. package/dist/modules/fintech/services/get-currency-by-type-and-code.service.js.map +1 -0
  134. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts +8 -0
  135. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.d.ts.map +1 -0
  136. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js +127 -0
  137. package/dist/modules/fintech/services/get-latest-remittances-by-account.service.js.map +1 -0
  138. package/dist/modules/fintech/services/get-operation.service.d.ts.map +1 -1
  139. package/dist/modules/fintech/services/get-operation.service.js +3 -1
  140. package/dist/modules/fintech/services/get-operation.service.js.map +1 -1
  141. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts +8 -0
  142. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.d.ts.map +1 -0
  143. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js +61 -0
  144. package/dist/modules/fintech/services/get-remittance-by-external-tx-id.service.js.map +1 -0
  145. package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts +8 -0
  146. package/dist/modules/fintech/services/get-remittance-by-id.service.d.ts.map +1 -0
  147. package/dist/modules/fintech/services/get-remittance-by-id.service.js +48 -0
  148. package/dist/modules/fintech/services/get-remittance-by-id.service.js.map +1 -0
  149. package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts +8 -0
  150. package/dist/modules/fintech/services/get-remittance-by-reference.service.d.ts.map +1 -0
  151. package/dist/modules/fintech/services/get-remittance-by-reference.service.js +48 -0
  152. package/dist/modules/fintech/services/get-remittance-by-reference.service.js.map +1 -0
  153. package/dist/modules/fintech/services/get-transaction.service.d.ts.map +1 -1
  154. package/dist/modules/fintech/services/get-transaction.service.js +3 -1
  155. package/dist/modules/fintech/services/get-transaction.service.js.map +1 -1
  156. package/dist/modules/fintech/services/index.d.ts +8 -0
  157. package/dist/modules/fintech/services/index.d.ts.map +1 -1
  158. package/dist/modules/fintech/services/index.js +8 -0
  159. package/dist/modules/fintech/services/index.js.map +1 -1
  160. package/dist/modules/fintech/services/process-remittance-step.service.d.ts +8 -0
  161. package/dist/modules/fintech/services/process-remittance-step.service.d.ts.map +1 -0
  162. package/dist/modules/fintech/services/process-remittance-step.service.js +59 -0
  163. package/dist/modules/fintech/services/process-remittance-step.service.js.map +1 -0
  164. package/dist/modules/fintech/services/update-operation-status.service.d.ts.map +1 -1
  165. package/dist/modules/fintech/services/update-operation-status.service.js +3 -1
  166. package/dist/modules/fintech/services/update-operation-status.service.js.map +1 -1
  167. package/dist/modules/inbestgo/actions/create-transaction.action.d.ts +3 -0
  168. package/dist/modules/inbestgo/actions/create-transaction.action.d.ts.map +1 -0
  169. package/dist/modules/inbestgo/actions/create-transaction.action.js +132 -0
  170. package/dist/modules/inbestgo/actions/create-transaction.action.js.map +1 -0
  171. package/dist/modules/inbestgo/actions/index.d.ts +3 -0
  172. package/dist/modules/inbestgo/actions/index.d.ts.map +1 -0
  173. package/dist/modules/inbestgo/actions/index.js +19 -0
  174. package/dist/modules/inbestgo/actions/index.js.map +1 -0
  175. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts +3 -0
  176. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.d.ts.map +1 -0
  177. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js +76 -0
  178. package/dist/modules/inbestgo/actions/lookup-user-by-phone.action.js.map +1 -0
  179. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts +8 -0
  180. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts.map +1 -0
  181. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js +75 -0
  182. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js.map +1 -0
  183. package/dist/modules/inbestgo/auth/index.d.ts +2 -0
  184. package/dist/modules/inbestgo/auth/index.d.ts.map +1 -0
  185. package/dist/modules/{capa → inbestgo}/auth/index.js +1 -1
  186. package/dist/modules/inbestgo/auth/index.js.map +1 -0
  187. package/dist/modules/inbestgo/credentials.d.ts +3 -0
  188. package/dist/modules/inbestgo/credentials.d.ts.map +1 -0
  189. package/dist/modules/inbestgo/credentials.js +32 -0
  190. package/dist/modules/inbestgo/credentials.js.map +1 -0
  191. package/dist/modules/inbestgo/inbestgo-nest.module.d.ts +3 -0
  192. package/dist/modules/inbestgo/inbestgo-nest.module.d.ts.map +1 -0
  193. package/dist/modules/inbestgo/inbestgo-nest.module.js +29 -0
  194. package/dist/modules/inbestgo/inbestgo-nest.module.js.map +1 -0
  195. package/dist/modules/inbestgo/inbestgo.module.d.ts +3 -0
  196. package/dist/modules/inbestgo/inbestgo.module.d.ts.map +1 -0
  197. package/dist/modules/inbestgo/inbestgo.module.js +21 -0
  198. package/dist/modules/inbestgo/inbestgo.module.js.map +1 -0
  199. package/dist/modules/inbestgo/services/create-transaction.service.d.ts +8 -0
  200. package/dist/modules/inbestgo/services/create-transaction.service.d.ts.map +1 -0
  201. package/dist/modules/inbestgo/services/create-transaction.service.js +78 -0
  202. package/dist/modules/inbestgo/services/create-transaction.service.js.map +1 -0
  203. package/dist/modules/inbestgo/services/index.d.ts +3 -0
  204. package/dist/modules/inbestgo/services/index.d.ts.map +1 -0
  205. package/dist/modules/inbestgo/services/index.js +19 -0
  206. package/dist/modules/inbestgo/services/index.js.map +1 -0
  207. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts +8 -0
  208. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts.map +1 -0
  209. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js +54 -0
  210. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js.map +1 -0
  211. package/dist/modules/index.d.ts +1 -1
  212. package/dist/modules/index.d.ts.map +1 -1
  213. package/dist/modules/index.js +5 -5
  214. package/dist/modules/index.js.map +1 -1
  215. package/dist/modules/session/actions/get-session-by-key.action.d.ts +3 -0
  216. package/dist/modules/session/actions/get-session-by-key.action.d.ts.map +1 -0
  217. package/dist/modules/session/actions/get-session-by-key.action.js +104 -0
  218. package/dist/modules/session/actions/get-session-by-key.action.js.map +1 -0
  219. package/dist/modules/session/actions/index.d.ts +2 -0
  220. package/dist/modules/session/actions/index.d.ts.map +1 -1
  221. package/dist/modules/session/actions/index.js +2 -0
  222. package/dist/modules/session/actions/index.js.map +1 -1
  223. package/dist/modules/session/actions/save-context-by-key.action.d.ts +3 -0
  224. package/dist/modules/session/actions/save-context-by-key.action.d.ts.map +1 -0
  225. package/dist/modules/session/actions/save-context-by-key.action.js +72 -0
  226. package/dist/modules/session/actions/save-context-by-key.action.js.map +1 -0
  227. package/dist/modules/session/services/get-session-by-key.service.d.ts +22 -0
  228. package/dist/modules/session/services/get-session-by-key.service.d.ts.map +1 -0
  229. package/dist/modules/session/services/get-session-by-key.service.js +62 -0
  230. package/dist/modules/session/services/get-session-by-key.service.js.map +1 -0
  231. package/dist/modules/session/services/index.d.ts +2 -0
  232. package/dist/modules/session/services/index.d.ts.map +1 -1
  233. package/dist/modules/session/services/index.js +2 -0
  234. package/dist/modules/session/services/index.js.map +1 -1
  235. package/dist/modules/session/services/save-context-by-key.service.d.ts +10 -0
  236. package/dist/modules/session/services/save-context-by-key.service.d.ts.map +1 -0
  237. package/dist/modules/session/services/save-context-by-key.service.js +63 -0
  238. package/dist/modules/session/services/save-context-by-key.service.js.map +1 -0
  239. package/dist/modules/session/services/set-session-variable.service.d.ts +3 -3
  240. package/dist/modules/session/services/set-session-variable.service.d.ts.map +1 -1
  241. package/dist/modules/session/services/set-session-variable.service.js +5 -5
  242. package/dist/modules/session/services/set-session-variable.service.js.map +1 -1
  243. package/dist/modules/session/session-nest.module.d.ts.map +1 -1
  244. package/dist/modules/session/session-nest.module.js +2 -2
  245. package/dist/modules/session/session-nest.module.js.map +1 -1
  246. package/dist/modules/session/session.module.js +1 -1
  247. package/dist/modules/session/session.module.js.map +1 -1
  248. package/dist/modules/toolbox/actions/empty-action.action.d.ts +3 -0
  249. package/dist/modules/toolbox/actions/empty-action.action.d.ts.map +1 -0
  250. package/dist/modules/toolbox/actions/empty-action.action.js +29 -0
  251. package/dist/modules/toolbox/actions/empty-action.action.js.map +1 -0
  252. package/dist/modules/toolbox/actions/index.d.ts +1 -0
  253. package/dist/modules/toolbox/actions/index.d.ts.map +1 -1
  254. package/dist/modules/toolbox/actions/index.js +1 -0
  255. package/dist/modules/toolbox/actions/index.js.map +1 -1
  256. package/dist/modules/toolbox/services/empty-action.service.d.ts +6 -0
  257. package/dist/modules/toolbox/services/empty-action.service.d.ts.map +1 -0
  258. package/dist/modules/toolbox/services/empty-action.service.js +28 -0
  259. package/dist/modules/toolbox/services/empty-action.service.js.map +1 -0
  260. package/dist/modules/toolbox/services/index.d.ts +1 -0
  261. package/dist/modules/toolbox/services/index.d.ts.map +1 -1
  262. package/dist/modules/toolbox/services/index.js +1 -0
  263. package/dist/modules/toolbox/services/index.js.map +1 -1
  264. package/dist/modules/toolbox/toolbox-nest.module.d.ts.map +1 -1
  265. package/dist/modules/toolbox/toolbox-nest.module.js +12 -2
  266. package/dist/modules/toolbox/toolbox-nest.module.js.map +1 -1
  267. package/dist/modules/toolbox/toolbox.module.d.ts.map +1 -1
  268. package/dist/modules/toolbox/toolbox.module.js +1 -1
  269. package/dist/modules/toolbox/toolbox.module.js.map +1 -1
  270. package/dist/modules/types.d.ts +1 -0
  271. package/dist/modules/types.d.ts.map +1 -1
  272. package/dist/modules/types.js.map +1 -1
  273. package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts +3 -0
  274. package/dist/modules/user/actions/get-or-create-user-by-params.action.d.ts.map +1 -0
  275. package/dist/modules/user/actions/get-or-create-user-by-params.action.js +284 -0
  276. package/dist/modules/user/actions/get-or-create-user-by-params.action.js.map +1 -0
  277. package/dist/modules/user/actions/get-or-create-user.action.d.ts.map +1 -1
  278. package/dist/modules/user/actions/get-or-create-user.action.js +12 -2
  279. package/dist/modules/user/actions/get-or-create-user.action.js.map +1 -1
  280. package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts +8 -0
  281. package/dist/modules/user/services/get-or-create-user-by-params.service.d.ts.map +1 -0
  282. package/dist/modules/user/services/get-or-create-user-by-params.service.js +175 -0
  283. package/dist/modules/user/services/get-or-create-user-by-params.service.js.map +1 -0
  284. package/dist/modules/user/services/get-or-create-user.service.d.ts.map +1 -1
  285. package/dist/modules/user/services/get-or-create-user.service.js +42 -3
  286. package/dist/modules/user/services/get-or-create-user.service.js.map +1 -1
  287. package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts +2 -0
  288. package/dist/modules/webhook/controllers/webhook-receiver.controller.d.ts.map +1 -1
  289. package/dist/modules/webhook/controllers/webhook-receiver.controller.js +14 -0
  290. package/dist/modules/webhook/controllers/webhook-receiver.controller.js.map +1 -1
  291. package/dist/services/workflow-execution.service.d.ts +3 -3
  292. package/dist/services/workflow-execution.service.d.ts.map +1 -1
  293. package/dist/services/workflow-execution.service.js +96 -28
  294. package/dist/services/workflow-execution.service.js.map +1 -1
  295. package/dist/services/workflow-sse.service.d.ts +29 -0
  296. package/dist/services/workflow-sse.service.d.ts.map +1 -0
  297. package/dist/services/workflow-sse.service.js +155 -0
  298. package/dist/services/workflow-sse.service.js.map +1 -0
  299. package/dist/workflow-core.module.d.ts.map +1 -1
  300. package/dist/workflow-core.module.js +5 -0
  301. package/dist/workflow-core.module.js.map +1 -1
  302. package/dist/workflow.module.d.ts.map +1 -1
  303. package/dist/workflow.module.js +0 -3
  304. package/dist/workflow.module.js.map +1 -1
  305. package/package.json +102 -102
  306. package/dist/modules/capa/actions/cancel-transaction.action.d.ts +0 -3
  307. package/dist/modules/capa/actions/cancel-transaction.action.d.ts.map +0 -1
  308. package/dist/modules/capa/actions/cancel-transaction.action.js +0 -58
  309. package/dist/modules/capa/actions/cancel-transaction.action.js.map +0 -1
  310. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts +0 -3
  311. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts.map +0 -1
  312. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js +0 -143
  313. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js.map +0 -1
  314. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts +0 -3
  315. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts.map +0 -1
  316. package/dist/modules/capa/actions/create-cross-ramp.action.js +0 -158
  317. package/dist/modules/capa/actions/create-cross-ramp.action.js.map +0 -1
  318. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts +0 -3
  319. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts.map +0 -1
  320. package/dist/modules/capa/actions/create-kyb-verification-link.action.js +0 -50
  321. package/dist/modules/capa/actions/create-kyb-verification-link.action.js.map +0 -1
  322. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts +0 -3
  323. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts.map +0 -1
  324. package/dist/modules/capa/actions/create-kyc-verification-link.action.js +0 -50
  325. package/dist/modules/capa/actions/create-kyc-verification-link.action.js.map +0 -1
  326. package/dist/modules/capa/actions/create-off-ramp.action.d.ts +0 -3
  327. package/dist/modules/capa/actions/create-off-ramp.action.d.ts.map +0 -1
  328. package/dist/modules/capa/actions/create-off-ramp.action.js +0 -195
  329. package/dist/modules/capa/actions/create-off-ramp.action.js.map +0 -1
  330. package/dist/modules/capa/actions/create-on-ramp.action.d.ts +0 -3
  331. package/dist/modules/capa/actions/create-on-ramp.action.d.ts.map +0 -1
  332. package/dist/modules/capa/actions/create-on-ramp.action.js +0 -195
  333. package/dist/modules/capa/actions/create-on-ramp.action.js.map +0 -1
  334. package/dist/modules/capa/actions/create-quote.action.d.ts +0 -3
  335. package/dist/modules/capa/actions/create-quote.action.d.ts.map +0 -1
  336. package/dist/modules/capa/actions/create-quote.action.js +0 -156
  337. package/dist/modules/capa/actions/create-quote.action.js.map +0 -1
  338. package/dist/modules/capa/actions/create-receiver.action.d.ts +0 -3
  339. package/dist/modules/capa/actions/create-receiver.action.d.ts.map +0 -1
  340. package/dist/modules/capa/actions/create-receiver.action.js +0 -217
  341. package/dist/modules/capa/actions/create-receiver.action.js.map +0 -1
  342. package/dist/modules/capa/actions/create-user-kyc.action.d.ts +0 -3
  343. package/dist/modules/capa/actions/create-user-kyc.action.d.ts.map +0 -1
  344. package/dist/modules/capa/actions/create-user-kyc.action.js +0 -90
  345. package/dist/modules/capa/actions/create-user-kyc.action.js.map +0 -1
  346. package/dist/modules/capa/actions/create-user.action.d.ts +0 -3
  347. package/dist/modules/capa/actions/create-user.action.d.ts.map +0 -1
  348. package/dist/modules/capa/actions/create-user.action.js +0 -110
  349. package/dist/modules/capa/actions/create-user.action.js.map +0 -1
  350. package/dist/modules/capa/actions/delete-receiver.action.d.ts +0 -3
  351. package/dist/modules/capa/actions/delete-receiver.action.d.ts.map +0 -1
  352. package/dist/modules/capa/actions/delete-receiver.action.js +0 -56
  353. package/dist/modules/capa/actions/delete-receiver.action.js.map +0 -1
  354. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts +0 -3
  355. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts.map +0 -1
  356. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js +0 -143
  357. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js.map +0 -1
  358. package/dist/modules/capa/actions/get-kyb-details.action.d.ts +0 -3
  359. package/dist/modules/capa/actions/get-kyb-details.action.d.ts.map +0 -1
  360. package/dist/modules/capa/actions/get-kyb-details.action.js +0 -64
  361. package/dist/modules/capa/actions/get-kyb-details.action.js.map +0 -1
  362. package/dist/modules/capa/actions/get-kyc-details.action.d.ts +0 -3
  363. package/dist/modules/capa/actions/get-kyc-details.action.d.ts.map +0 -1
  364. package/dist/modules/capa/actions/get-kyc-details.action.js +0 -100
  365. package/dist/modules/capa/actions/get-kyc-details.action.js.map +0 -1
  366. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts +0 -3
  367. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts.map +0 -1
  368. package/dist/modules/capa/actions/get-mock-testing-guide.action.js +0 -23
  369. package/dist/modules/capa/actions/get-mock-testing-guide.action.js.map +0 -1
  370. package/dist/modules/capa/actions/get-quote.action.d.ts +0 -3
  371. package/dist/modules/capa/actions/get-quote.action.d.ts.map +0 -1
  372. package/dist/modules/capa/actions/get-quote.action.js +0 -156
  373. package/dist/modules/capa/actions/get-quote.action.js.map +0 -1
  374. package/dist/modules/capa/actions/get-user-agreements.action.d.ts +0 -3
  375. package/dist/modules/capa/actions/get-user-agreements.action.d.ts.map +0 -1
  376. package/dist/modules/capa/actions/get-user-agreements.action.js +0 -40
  377. package/dist/modules/capa/actions/get-user-agreements.action.js.map +0 -1
  378. package/dist/modules/capa/actions/index.d.ts +0 -23
  379. package/dist/modules/capa/actions/index.d.ts.map +0 -1
  380. package/dist/modules/capa/actions/index.js +0 -39
  381. package/dist/modules/capa/actions/index.js.map +0 -1
  382. package/dist/modules/capa/actions/list-receivers.action.d.ts +0 -3
  383. package/dist/modules/capa/actions/list-receivers.action.d.ts.map +0 -1
  384. package/dist/modules/capa/actions/list-receivers.action.js +0 -51
  385. package/dist/modules/capa/actions/list-receivers.action.js.map +0 -1
  386. package/dist/modules/capa/actions/list-transactions.action.d.ts +0 -3
  387. package/dist/modules/capa/actions/list-transactions.action.d.ts.map +0 -1
  388. package/dist/modules/capa/actions/list-transactions.action.js +0 -125
  389. package/dist/modules/capa/actions/list-transactions.action.js.map +0 -1
  390. package/dist/modules/capa/actions/request-document-signature.action.d.ts +0 -3
  391. package/dist/modules/capa/actions/request-document-signature.action.d.ts.map +0 -1
  392. package/dist/modules/capa/actions/request-document-signature.action.js +0 -50
  393. package/dist/modules/capa/actions/request-document-signature.action.js.map +0 -1
  394. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts +0 -3
  395. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts.map +0 -1
  396. package/dist/modules/capa/actions/update-webhook-settings.action.js +0 -52
  397. package/dist/modules/capa/actions/update-webhook-settings.action.js.map +0 -1
  398. package/dist/modules/capa/auth/capa-auth.service.d.ts +0 -8
  399. package/dist/modules/capa/auth/capa-auth.service.d.ts.map +0 -1
  400. package/dist/modules/capa/auth/capa-auth.service.js +0 -94
  401. package/dist/modules/capa/auth/capa-auth.service.js.map +0 -1
  402. package/dist/modules/capa/auth/index.d.ts +0 -2
  403. package/dist/modules/capa/auth/index.d.ts.map +0 -1
  404. package/dist/modules/capa/auth/index.js.map +0 -1
  405. package/dist/modules/capa/capa-nest.module.d.ts +0 -3
  406. package/dist/modules/capa/capa-nest.module.d.ts.map +0 -1
  407. package/dist/modules/capa/capa-nest.module.js +0 -72
  408. package/dist/modules/capa/capa-nest.module.js.map +0 -1
  409. package/dist/modules/capa/capa.module.d.ts +0 -3
  410. package/dist/modules/capa/capa.module.d.ts.map +0 -1
  411. package/dist/modules/capa/capa.module.js +0 -42
  412. package/dist/modules/capa/capa.module.js.map +0 -1
  413. package/dist/modules/capa/credentials.d.ts +0 -3
  414. package/dist/modules/capa/credentials.d.ts.map +0 -1
  415. package/dist/modules/capa/credentials.js +0 -46
  416. package/dist/modules/capa/credentials.js.map +0 -1
  417. package/dist/modules/capa/services/cancel-transaction.service.d.ts +0 -9
  418. package/dist/modules/capa/services/cancel-transaction.service.d.ts.map +0 -1
  419. package/dist/modules/capa/services/cancel-transaction.service.js +0 -45
  420. package/dist/modules/capa/services/cancel-transaction.service.js.map +0 -1
  421. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts +0 -9
  422. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts.map +0 -1
  423. package/dist/modules/capa/services/create-cross-ramp-quote.service.js +0 -75
  424. package/dist/modules/capa/services/create-cross-ramp-quote.service.js.map +0 -1
  425. package/dist/modules/capa/services/create-cross-ramp.service.d.ts +0 -9
  426. package/dist/modules/capa/services/create-cross-ramp.service.d.ts.map +0 -1
  427. package/dist/modules/capa/services/create-cross-ramp.service.js +0 -66
  428. package/dist/modules/capa/services/create-cross-ramp.service.js.map +0 -1
  429. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts +0 -9
  430. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts.map +0 -1
  431. package/dist/modules/capa/services/create-kyb-verification-link.service.js +0 -47
  432. package/dist/modules/capa/services/create-kyb-verification-link.service.js.map +0 -1
  433. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts +0 -9
  434. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts.map +0 -1
  435. package/dist/modules/capa/services/create-kyc-verification-link.service.js +0 -47
  436. package/dist/modules/capa/services/create-kyc-verification-link.service.js.map +0 -1
  437. package/dist/modules/capa/services/create-off-ramp.service.d.ts +0 -9
  438. package/dist/modules/capa/services/create-off-ramp.service.d.ts.map +0 -1
  439. package/dist/modules/capa/services/create-off-ramp.service.js +0 -80
  440. package/dist/modules/capa/services/create-off-ramp.service.js.map +0 -1
  441. package/dist/modules/capa/services/create-on-ramp.service.d.ts +0 -9
  442. package/dist/modules/capa/services/create-on-ramp.service.d.ts.map +0 -1
  443. package/dist/modules/capa/services/create-on-ramp.service.js +0 -80
  444. package/dist/modules/capa/services/create-on-ramp.service.js.map +0 -1
  445. package/dist/modules/capa/services/create-quote.service.d.ts +0 -9
  446. package/dist/modules/capa/services/create-quote.service.d.ts.map +0 -1
  447. package/dist/modules/capa/services/create-quote.service.js +0 -77
  448. package/dist/modules/capa/services/create-quote.service.js.map +0 -1
  449. package/dist/modules/capa/services/create-receiver.service.d.ts +0 -9
  450. package/dist/modules/capa/services/create-receiver.service.d.ts.map +0 -1
  451. package/dist/modules/capa/services/create-receiver.service.js +0 -79
  452. package/dist/modules/capa/services/create-receiver.service.js.map +0 -1
  453. package/dist/modules/capa/services/create-user-kyc.service.d.ts +0 -9
  454. package/dist/modules/capa/services/create-user-kyc.service.d.ts.map +0 -1
  455. package/dist/modules/capa/services/create-user-kyc.service.js +0 -54
  456. package/dist/modules/capa/services/create-user-kyc.service.js.map +0 -1
  457. package/dist/modules/capa/services/create-user.service.d.ts +0 -9
  458. package/dist/modules/capa/services/create-user.service.d.ts.map +0 -1
  459. package/dist/modules/capa/services/create-user.service.js +0 -57
  460. package/dist/modules/capa/services/create-user.service.js.map +0 -1
  461. package/dist/modules/capa/services/delete-receiver.service.d.ts +0 -9
  462. package/dist/modules/capa/services/delete-receiver.service.d.ts.map +0 -1
  463. package/dist/modules/capa/services/delete-receiver.service.js +0 -47
  464. package/dist/modules/capa/services/delete-receiver.service.js.map +0 -1
  465. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts +0 -9
  466. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts.map +0 -1
  467. package/dist/modules/capa/services/get-cross-ramp-quote.service.js +0 -75
  468. package/dist/modules/capa/services/get-cross-ramp-quote.service.js.map +0 -1
  469. package/dist/modules/capa/services/get-kyb-details.service.d.ts +0 -9
  470. package/dist/modules/capa/services/get-kyb-details.service.d.ts.map +0 -1
  471. package/dist/modules/capa/services/get-kyb-details.service.js +0 -46
  472. package/dist/modules/capa/services/get-kyb-details.service.js.map +0 -1
  473. package/dist/modules/capa/services/get-kyc-details.service.d.ts +0 -9
  474. package/dist/modules/capa/services/get-kyc-details.service.d.ts.map +0 -1
  475. package/dist/modules/capa/services/get-kyc-details.service.js +0 -52
  476. package/dist/modules/capa/services/get-kyc-details.service.js.map +0 -1
  477. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts +0 -9
  478. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts.map +0 -1
  479. package/dist/modules/capa/services/get-mock-testing-guide.service.js +0 -37
  480. package/dist/modules/capa/services/get-mock-testing-guide.service.js.map +0 -1
  481. package/dist/modules/capa/services/get-quote.service.d.ts +0 -9
  482. package/dist/modules/capa/services/get-quote.service.d.ts.map +0 -1
  483. package/dist/modules/capa/services/get-quote.service.js +0 -77
  484. package/dist/modules/capa/services/get-quote.service.js.map +0 -1
  485. package/dist/modules/capa/services/get-user-agreements.service.d.ts +0 -9
  486. package/dist/modules/capa/services/get-user-agreements.service.d.ts.map +0 -1
  487. package/dist/modules/capa/services/get-user-agreements.service.js +0 -42
  488. package/dist/modules/capa/services/get-user-agreements.service.js.map +0 -1
  489. package/dist/modules/capa/services/index.d.ts +0 -23
  490. package/dist/modules/capa/services/index.d.ts.map +0 -1
  491. package/dist/modules/capa/services/index.js +0 -39
  492. package/dist/modules/capa/services/index.js.map +0 -1
  493. package/dist/modules/capa/services/list-receivers.service.d.ts +0 -9
  494. package/dist/modules/capa/services/list-receivers.service.d.ts.map +0 -1
  495. package/dist/modules/capa/services/list-receivers.service.js +0 -45
  496. package/dist/modules/capa/services/list-receivers.service.js.map +0 -1
  497. package/dist/modules/capa/services/list-transactions.service.d.ts +0 -9
  498. package/dist/modules/capa/services/list-transactions.service.d.ts.map +0 -1
  499. package/dist/modules/capa/services/list-transactions.service.js +0 -58
  500. package/dist/modules/capa/services/list-transactions.service.js.map +0 -1
  501. package/dist/modules/capa/services/request-document-signature.service.d.ts +0 -9
  502. package/dist/modules/capa/services/request-document-signature.service.d.ts.map +0 -1
  503. package/dist/modules/capa/services/request-document-signature.service.js +0 -46
  504. package/dist/modules/capa/services/request-document-signature.service.js.map +0 -1
  505. package/dist/modules/capa/services/update-webhook-settings.service.d.ts +0 -9
  506. package/dist/modules/capa/services/update-webhook-settings.service.d.ts.map +0 -1
  507. package/dist/modules/capa/services/update-webhook-settings.service.js +0 -47
  508. package/dist/modules/capa/services/update-webhook-settings.service.js.map +0 -1
  509. package/dist/modules/capa/triggers/index.d.ts +0 -3
  510. package/dist/modules/capa/triggers/index.d.ts.map +0 -1
  511. package/dist/modules/capa/triggers/index.js +0 -5
  512. package/dist/modules/capa/triggers/index.js.map +0 -1
  513. package/dist/modules/capa/utils/capa-credentials.util.d.ts +0 -4
  514. package/dist/modules/capa/utils/capa-credentials.util.d.ts.map +0 -1
  515. package/dist/modules/capa/utils/capa-credentials.util.js +0 -24
  516. package/dist/modules/capa/utils/capa-credentials.util.js.map +0 -1
  517. package/dist/modules/capa/utils/capa-query.util.d.ts +0 -4
  518. package/dist/modules/capa/utils/capa-query.util.d.ts.map +0 -1
  519. package/dist/modules/capa/utils/capa-query.util.js +0 -55
  520. package/dist/modules/capa/utils/capa-query.util.js.map +0 -1
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getMockTestingGuideAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_mock_testing_guide_service_1 = require("../services/get-mock-testing-guide.service");
6
- exports.getMockTestingGuideAction = {
7
- key: 'get-mock-testing-guide',
8
- name: 'Get Mock Testing Guide',
9
- description: 'Get the mock testing guide for staging environment',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '📖',
12
- serviceClass: get_mock_testing_guide_service_1.GetMockTestingGuideService,
13
- inputs: [],
14
- outputs: [
15
- {
16
- id: 'guide',
17
- name: 'Guide',
18
- description: 'Mock testing guide object',
19
- type: types_1.FIELD_TYPE.OBJECT,
20
- },
21
- ],
22
- };
23
- //# sourceMappingURL=get-mock-testing-guide.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-mock-testing-guide.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/get-mock-testing-guide.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,+FAAwF;AAE3E,QAAA,yBAAyB,GAA0B;IAC9D,GAAG,EAAE,wBAAwB;IAC7B,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,oDAAoD;IACjE,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,2DAAgF;IAC9F,MAAM,EAAE,EAAE;IACV,OAAO,EAAE;QACP;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,2BAA2B;YACxC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const getQuoteAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=get-quote.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-quote.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/get-quote.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,cAAc,EAAE,qBAqJ5B,CAAC"}
@@ -1,156 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getQuoteAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_quote_service_1 = require("../services/get-quote.service");
6
- exports.getQuoteAction = {
7
- key: 'get-quote',
8
- name: 'Get Quote',
9
- description: 'Get a quote for on-ramp, off-ramp, or cross-ramp transaction',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '💰',
12
- serviceClass: get_quote_service_1.GetQuoteService,
13
- inputs: [
14
- {
15
- id: 'tokenSymbol',
16
- name: 'Token Symbol',
17
- description: 'Cryptocurrency token symbol (e.g., USDC, USDT)',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- },
22
- placeholder: 'USDC',
23
- },
24
- {
25
- id: 'transactionType',
26
- name: 'Transaction Type',
27
- description: 'Type of transaction',
28
- type: types_1.FIELD_TYPE.STRING,
29
- validation: {
30
- required: true,
31
- enum: ['ON_RAMP', 'OFF_RAMP', 'CROSS_RAMP'],
32
- },
33
- options: [
34
- { label: 'On-Ramp', value: 'ON_RAMP' },
35
- { label: 'Off-Ramp', value: 'OFF_RAMP' },
36
- { label: 'Cross-Ramp', value: 'CROSS_RAMP' },
37
- ],
38
- },
39
- {
40
- id: 'blockchainSymbol',
41
- name: 'Blockchain Symbol',
42
- description: 'Blockchain identifier (e.g., POL, SOL, BASE, ARB)',
43
- type: types_1.FIELD_TYPE.STRING,
44
- validation: {
45
- required: true,
46
- },
47
- placeholder: 'POL',
48
- },
49
- {
50
- id: 'fiatCurrency',
51
- name: 'Fiat Currency',
52
- description: 'Fiat currency code (e.g., MXN, USD, DOP)',
53
- type: types_1.FIELD_TYPE.STRING,
54
- validation: {
55
- required: true,
56
- },
57
- placeholder: 'MXN',
58
- },
59
- {
60
- id: 'cryptoAmount',
61
- name: 'Crypto Amount',
62
- description: 'Amount of cryptocurrency (required if fiatAmount not provided). Mutually exclusive with fiatAmount.',
63
- type: types_1.FIELD_TYPE.NUMBER,
64
- validation: {
65
- required: false,
66
- min: 0,
67
- },
68
- placeholder: '100',
69
- },
70
- {
71
- id: 'fiatAmount',
72
- name: 'Fiat Amount',
73
- description: 'Amount of fiat currency (required if cryptoAmount not provided). Mutually exclusive with cryptoAmount.',
74
- type: types_1.FIELD_TYPE.NUMBER,
75
- validation: {
76
- required: false,
77
- min: 0,
78
- },
79
- placeholder: '5000',
80
- },
81
- {
82
- id: 'premiumSpread',
83
- name: 'Premium Spread',
84
- description: 'Optional premium spread percentage (e.g., 0.01 for 1%). Must be greater than 0 if provided.',
85
- type: types_1.FIELD_TYPE.NUMBER,
86
- validation: {
87
- required: false,
88
- min: 0.0001,
89
- },
90
- placeholder: '0.01',
91
- },
92
- ],
93
- outputs: [
94
- {
95
- id: 'quote',
96
- name: 'Quote',
97
- description: 'Complete quote object',
98
- type: types_1.FIELD_TYPE.OBJECT,
99
- },
100
- {
101
- id: 'transactionType',
102
- name: 'Transaction Type',
103
- description: 'Transaction type',
104
- type: types_1.FIELD_TYPE.STRING,
105
- },
106
- {
107
- id: 'fiatAmount',
108
- name: 'Fiat Amount',
109
- description: 'Fiat amount',
110
- type: types_1.FIELD_TYPE.NUMBER,
111
- },
112
- {
113
- id: 'fiatCurrency',
114
- name: 'Fiat Currency',
115
- description: 'Fiat currency code',
116
- type: types_1.FIELD_TYPE.STRING,
117
- },
118
- {
119
- id: 'blockchainSymbol',
120
- name: 'Blockchain Symbol',
121
- description: 'Blockchain identifier',
122
- type: types_1.FIELD_TYPE.STRING,
123
- },
124
- {
125
- id: 'tokenSymbol',
126
- name: 'Token Symbol',
127
- description: 'Token symbol',
128
- type: types_1.FIELD_TYPE.STRING,
129
- },
130
- {
131
- id: 'cryptoAmount',
132
- name: 'Crypto Amount',
133
- description: 'Cryptocurrency amount',
134
- type: types_1.FIELD_TYPE.NUMBER,
135
- },
136
- {
137
- id: 'rate',
138
- name: 'Rate',
139
- description: 'Exchange rate',
140
- type: types_1.FIELD_TYPE.NUMBER,
141
- },
142
- {
143
- id: 'premiumSpread',
144
- name: 'Premium Spread',
145
- description: 'Premium spread applied',
146
- type: types_1.FIELD_TYPE.NUMBER,
147
- },
148
- {
149
- id: 'flow',
150
- name: 'Flow',
151
- description: 'Transaction flow type',
152
- type: types_1.FIELD_TYPE.STRING,
153
- },
154
- ],
155
- };
156
- //# sourceMappingURL=get-quote.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-quote.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/get-quote.action.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const getUserAgreementsAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=get-user-agreements.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-user-agreements.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/get-user-agreements.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,uBAAuB,EAAE,qBAiCrC,CAAC"}
@@ -1,40 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getUserAgreementsAction = void 0;
4
- const types_1 = require("../../types");
5
- const get_user_agreements_service_1 = require("../services/get-user-agreements.service");
6
- exports.getUserAgreementsAction = {
7
- key: 'get-user-agreements',
8
- name: 'Get User Agreements',
9
- description: 'Get all agreements for a user',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '📄',
12
- serviceClass: get_user_agreements_service_1.GetUserAgreementsService,
13
- inputs: [
14
- {
15
- id: 'userId',
16
- name: 'User ID',
17
- description: 'Capa user ID',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- },
22
- placeholder: 'user-id',
23
- },
24
- ],
25
- outputs: [
26
- {
27
- id: 'agreements',
28
- name: 'Agreements',
29
- description: 'Array of agreement objects',
30
- type: types_1.FIELD_TYPE.ARRAY,
31
- },
32
- {
33
- id: 'count',
34
- name: 'Count',
35
- description: 'Number of agreements',
36
- type: types_1.FIELD_TYPE.NUMBER,
37
- },
38
- ],
39
- };
40
- //# sourceMappingURL=get-user-agreements.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-user-agreements.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/get-user-agreements.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,yFAAmF;AAEtE,QAAA,uBAAuB,GAA0B;IAC5D,GAAG,EAAE,qBAAqB;IAC1B,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,+BAA+B;IAC5C,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,sDAA8E;IAC5F,MAAM,EAAE;QACN;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,WAAW,EAAE,SAAS;SACvB;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,YAAY;YAChB,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,4BAA4B;YACzC,IAAI,EAAE,kBAAU,CAAC,KAAK;SACvB;QACD;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,sBAAsB;YACnC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -1,23 +0,0 @@
1
- export * from './cancel-transaction.action';
2
- export * from './create-cross-ramp-quote.action';
3
- export * from './create-cross-ramp.action';
4
- export * from './create-kyb-verification-link.action';
5
- export * from './create-kyc-verification-link.action';
6
- export * from './create-off-ramp.action';
7
- export * from './create-on-ramp.action';
8
- export * from './create-quote.action';
9
- export * from './create-receiver.action';
10
- export * from './create-user-kyc.action';
11
- export * from './create-user.action';
12
- export * from './delete-receiver.action';
13
- export * from './get-cross-ramp-quote.action';
14
- export * from './get-kyb-details.action';
15
- export * from './get-kyc-details.action';
16
- export * from './get-mock-testing-guide.action';
17
- export * from './get-quote.action';
18
- export * from './get-user-agreements.action';
19
- export * from './list-receivers.action';
20
- export * from './list-transactions.action';
21
- export * from './request-document-signature.action';
22
- export * from './update-webhook-settings.action';
23
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC"}
@@ -1,39 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./cancel-transaction.action"), exports);
18
- __exportStar(require("./create-cross-ramp-quote.action"), exports);
19
- __exportStar(require("./create-cross-ramp.action"), exports);
20
- __exportStar(require("./create-kyb-verification-link.action"), exports);
21
- __exportStar(require("./create-kyc-verification-link.action"), exports);
22
- __exportStar(require("./create-off-ramp.action"), exports);
23
- __exportStar(require("./create-on-ramp.action"), exports);
24
- __exportStar(require("./create-quote.action"), exports);
25
- __exportStar(require("./create-receiver.action"), exports);
26
- __exportStar(require("./create-user-kyc.action"), exports);
27
- __exportStar(require("./create-user.action"), exports);
28
- __exportStar(require("./delete-receiver.action"), exports);
29
- __exportStar(require("./get-cross-ramp-quote.action"), exports);
30
- __exportStar(require("./get-kyb-details.action"), exports);
31
- __exportStar(require("./get-kyc-details.action"), exports);
32
- __exportStar(require("./get-mock-testing-guide.action"), exports);
33
- __exportStar(require("./get-quote.action"), exports);
34
- __exportStar(require("./get-user-agreements.action"), exports);
35
- __exportStar(require("./list-receivers.action"), exports);
36
- __exportStar(require("./list-transactions.action"), exports);
37
- __exportStar(require("./request-document-signature.action"), exports);
38
- __exportStar(require("./update-webhook-settings.action"), exports);
39
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,mEAAiD;AACjD,6DAA2C;AAC3C,wEAAsD;AACtD,wEAAsD;AACtD,2DAAyC;AACzC,0DAAwC;AACxC,wDAAsC;AACtC,2DAAyC;AACzC,2DAAyC;AACzC,uDAAqC;AACrC,2DAAyC;AACzC,gEAA8C;AAC9C,2DAAyC;AACzC,2DAAyC;AACzC,kEAAgD;AAChD,qDAAmC;AACnC,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const listReceiversAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=list-receivers.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-receivers.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/list-receivers.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,mBAAmB,EAAE,qBA4CjC,CAAC"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.listReceiversAction = void 0;
4
- const types_1 = require("../../types");
5
- const list_receivers_service_1 = require("../services/list-receivers.service");
6
- exports.listReceiversAction = {
7
- key: 'list-receivers',
8
- name: 'List Receivers',
9
- description: 'List all receivers for a user',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '📋',
12
- serviceClass: list_receivers_service_1.ListReceiversService,
13
- inputs: [
14
- {
15
- id: 'userId',
16
- name: 'User ID',
17
- description: 'Capa user ID to filter receivers (optional)',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: false,
21
- },
22
- placeholder: 'user-id',
23
- },
24
- {
25
- id: 'page',
26
- name: 'Page',
27
- description: 'Page number for pagination',
28
- type: types_1.FIELD_TYPE.NUMBER,
29
- validation: {
30
- required: false,
31
- min: 1,
32
- },
33
- placeholder: '1',
34
- },
35
- ],
36
- outputs: [
37
- {
38
- id: 'receivers',
39
- name: 'Receivers',
40
- description: 'Array of receiver objects',
41
- type: types_1.FIELD_TYPE.ARRAY,
42
- },
43
- {
44
- id: 'count',
45
- name: 'Count',
46
- description: 'Number of receivers returned',
47
- type: types_1.FIELD_TYPE.NUMBER,
48
- },
49
- ],
50
- };
51
- //# sourceMappingURL=list-receivers.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-receivers.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/list-receivers.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,+EAA0E;AAE7D,QAAA,mBAAmB,GAA0B;IACxD,GAAG,EAAE,gBAAgB;IACrB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,+BAA+B;IAC5C,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,6CAA0E;IACxF,MAAM,EAAE;QACN;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,6CAA6C;YAC1D,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,KAAK;aAChB;YACD,WAAW,EAAE,SAAS;SACvB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,4BAA4B;YACzC,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,KAAK;gBACf,GAAG,EAAE,CAAC;aACP;YACD,WAAW,EAAE,GAAG;SACjB;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,WAAW;YACf,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,2BAA2B;YACxC,IAAI,EAAE,kBAAU,CAAC,KAAK;SACvB;QACD;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,8BAA8B;YAC3C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const listTransactionsAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=list-transactions.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-transactions.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/list-transactions.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,sBAAsB,EAAE,qBAsHpC,CAAC"}
@@ -1,125 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.listTransactionsAction = void 0;
4
- const types_1 = require("../../types");
5
- const list_transactions_service_1 = require("../services/list-transactions.service");
6
- exports.listTransactionsAction = {
7
- key: 'list-transactions',
8
- name: 'List Transactions',
9
- description: 'List all transactions with optional filters',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '📊',
12
- serviceClass: list_transactions_service_1.ListTransactionsService,
13
- inputs: [
14
- {
15
- id: 'userId',
16
- name: 'User ID',
17
- description: 'Filter by user ID (optional)',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: false,
21
- },
22
- placeholder: 'user-id',
23
- },
24
- {
25
- id: 'status',
26
- name: 'Status',
27
- description: 'Filter by transaction status (optional)',
28
- type: types_1.FIELD_TYPE.STRING,
29
- validation: {
30
- required: false,
31
- },
32
- placeholder: 'PENDING',
33
- },
34
- {
35
- id: 'type',
36
- name: 'Transaction Type',
37
- description: 'Filter by transaction type (optional)',
38
- type: types_1.FIELD_TYPE.STRING,
39
- validation: {
40
- required: false,
41
- enum: ['ON_RAMP', 'OFF_RAMP', 'CROSS_RAMP'],
42
- },
43
- options: [
44
- { label: 'On-Ramp', value: 'ON_RAMP' },
45
- { label: 'Off-Ramp', value: 'OFF_RAMP' },
46
- { label: 'Cross-Ramp', value: 'CROSS_RAMP' },
47
- ],
48
- },
49
- {
50
- id: 'startDate',
51
- name: 'Start Date',
52
- description: 'Filter transactions from this date (ISO 8601)',
53
- type: types_1.FIELD_TYPE.DATE,
54
- validation: {
55
- required: false,
56
- },
57
- placeholder: '2024-01-01T00:00:00Z',
58
- },
59
- {
60
- id: 'endDate',
61
- name: 'End Date',
62
- description: 'Filter transactions until this date (ISO 8601)',
63
- type: types_1.FIELD_TYPE.DATE,
64
- validation: {
65
- required: false,
66
- },
67
- placeholder: '2024-12-31T23:59:59Z',
68
- },
69
- {
70
- id: 'page',
71
- name: 'Page',
72
- description: 'Page number for pagination (must be >= 1 if provided)',
73
- type: types_1.FIELD_TYPE.NUMBER,
74
- validation: {
75
- required: false,
76
- min: 1,
77
- },
78
- placeholder: '1',
79
- },
80
- {
81
- id: 'limit',
82
- name: 'Limit',
83
- description: 'Number of transactions per page (must be >= 1 if provided)',
84
- type: types_1.FIELD_TYPE.NUMBER,
85
- validation: {
86
- required: false,
87
- min: 1,
88
- },
89
- placeholder: '10',
90
- },
91
- ],
92
- outputs: [
93
- {
94
- id: 'response',
95
- name: 'Response',
96
- description: 'Complete response object',
97
- type: types_1.FIELD_TYPE.OBJECT,
98
- },
99
- {
100
- id: 'transactions',
101
- name: 'Transactions',
102
- description: 'Array of transaction objects',
103
- type: types_1.FIELD_TYPE.ARRAY,
104
- },
105
- {
106
- id: 'total',
107
- name: 'Total',
108
- description: 'Total number of transactions',
109
- type: types_1.FIELD_TYPE.NUMBER,
110
- },
111
- {
112
- id: 'page',
113
- name: 'Page',
114
- description: 'Current page number',
115
- type: types_1.FIELD_TYPE.NUMBER,
116
- },
117
- {
118
- id: 'limit',
119
- name: 'Limit',
120
- description: 'Number of transactions per page',
121
- type: types_1.FIELD_TYPE.NUMBER,
122
- },
123
- ],
124
- };
125
- //# sourceMappingURL=list-transactions.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-transactions.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/list-transactions.action.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const requestDocumentSignatureAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=request-document-signature.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"request-document-signature.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/request-document-signature.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,8BAA8B,EAAE,qBA2C5C,CAAC"}
@@ -1,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.requestDocumentSignatureAction = void 0;
4
- const types_1 = require("../../types");
5
- const request_document_signature_service_1 = require("../services/request-document-signature.service");
6
- exports.requestDocumentSignatureAction = {
7
- key: 'request-document-signature',
8
- name: 'Request Document Signature',
9
- description: 'Request a document signature URL for a user',
10
- category: types_1.NODE_CATEGORY.ACTION,
11
- icon: '✍️',
12
- serviceClass: request_document_signature_service_1.RequestDocumentSignatureService,
13
- inputs: [
14
- {
15
- id: 'userId',
16
- name: 'User ID',
17
- description: 'Capa user ID',
18
- type: types_1.FIELD_TYPE.STRING,
19
- validation: {
20
- required: true,
21
- },
22
- placeholder: 'user-id',
23
- },
24
- {
25
- id: 'country',
26
- name: 'Country',
27
- description: 'Country code (ISO 3166-1 alpha-2)',
28
- type: types_1.FIELD_TYPE.STRING,
29
- validation: {
30
- required: true,
31
- },
32
- placeholder: 'MX',
33
- },
34
- ],
35
- outputs: [
36
- {
37
- id: 'response',
38
- name: 'Response',
39
- description: 'Complete response object',
40
- type: types_1.FIELD_TYPE.OBJECT,
41
- },
42
- {
43
- id: 'url',
44
- name: 'URL',
45
- description: 'Document signature URL',
46
- type: types_1.FIELD_TYPE.URL,
47
- },
48
- ],
49
- };
50
- //# sourceMappingURL=request-document-signature.action.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"request-document-signature.action.js","sourceRoot":"","sources":["../../../../src/modules/capa/actions/request-document-signature.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,uGAAiG;AAEpF,QAAA,8BAA8B,GAA0B;IACnE,GAAG,EAAE,4BAA4B;IACjC,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE,6CAA6C;IAC1D,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,oEAAqF;IACnG,MAAM,EAAE;QACN;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,WAAW,EAAE,SAAS;SACvB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,mCAAmC;YAChD,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,WAAW,EAAE,IAAI;SAClB;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,UAAU;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,0BAA0B;YACvC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,KAAK;YACT,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,wBAAwB;YACrC,IAAI,EAAE,kBAAU,CAAC,GAAG;SACrB;KACF;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { WorkflowActionTrigger } from '../../types';
2
- export declare const updateWebhookSettingsAction: WorkflowActionTrigger;
3
- //# sourceMappingURL=update-webhook-settings.action.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-webhook-settings.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/capa/actions/update-webhook-settings.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,2BAA2B,EAAE,qBA6CzC,CAAC"}