@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-session-by-key.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/get-session-by-key.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAK5E,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAED,qBACa,sBAAuB,YAAW,sBAAsB;IAEjE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBAFxB,YAAY,EAAE,YAAY,EAC1B,sBAAsB,EAAE,sBAAsB,EAC9C,wBAAwB,EAAE,wBAAwB;IAG/D,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAA;KAAE,CAAC;CAiCrF"}
@@ -0,0 +1,62 @@
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.GetSessionByKeyService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const core_1 = require("@venturialstd/core");
15
+ const workflow_execution_service_1 = require("../../../services/workflow-execution.service");
16
+ const workflow_session_service_1 = require("../../../services/workflow-session.service");
17
+ let GetSessionByKeyService = class GetSessionByKeyService {
18
+ cacheService;
19
+ workflowSessionService;
20
+ workflowExecutionService;
21
+ constructor(cacheService, workflowSessionService, workflowExecutionService) {
22
+ this.cacheService = cacheService;
23
+ this.workflowSessionService = workflowSessionService;
24
+ this.workflowExecutionService = workflowExecutionService;
25
+ }
26
+ async perform(inputs, _context) {
27
+ const response = {
28
+ success: false,
29
+ error: 'Session not found',
30
+ session: {
31
+ currentNodeId: '',
32
+ executionId: '',
33
+ data: {},
34
+ },
35
+ };
36
+ const sessionKey = inputs.sessionKey;
37
+ if (!sessionKey) {
38
+ throw new Error('Session key is required');
39
+ }
40
+ const cachedSessionData = await this.cacheService.get(sessionKey);
41
+ if (!cachedSessionData) {
42
+ response.error = `Session with key "${sessionKey}" not found in cache`;
43
+ return response;
44
+ }
45
+ response.error = '';
46
+ response.success = true;
47
+ response.session = {
48
+ currentNodeId: cachedSessionData.currentNodeId,
49
+ executionId: cachedSessionData.executionId,
50
+ data: cachedSessionData.data,
51
+ };
52
+ return response;
53
+ }
54
+ };
55
+ exports.GetSessionByKeyService = GetSessionByKeyService;
56
+ exports.GetSessionByKeyService = GetSessionByKeyService = __decorate([
57
+ (0, common_1.Injectable)(),
58
+ __metadata("design:paramtypes", [core_1.CacheService,
59
+ workflow_session_service_1.WorkflowSessionService,
60
+ workflow_execution_service_1.WorkflowExecutionService])
61
+ ], GetSessionByKeyService);
62
+ //# sourceMappingURL=get-session-by-key.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-session-by-key.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/get-session-by-key.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAElD,6FAAwF;AACxF,yFAAoF;AAa7E,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAEd;IACA;IACA;IAHnB,YACmB,YAA0B,EAC1B,sBAA8C,EAC9C,wBAAkD;QAFlD,iBAAY,GAAZ,YAAY,CAAc;QAC1B,2BAAsB,GAAtB,sBAAsB,CAAwB;QAC9C,6BAAwB,GAAxB,wBAAwB,CAA0B;IAClE,CAAC;IAEJ,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,QAAQ,GAAG;YACf,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,mBAAmB;YAC1B,OAAO,EAAE;gBACP,aAAa,EAAE,EAAE;gBACjB,WAAW,EAAE,EAAE;gBACf,IAAI,EAAE,EAAE;aACc;SACzB,CAAC;QACF,MAAM,UAAU,GAAG,MAAM,CAAC,UAAoB,CAAC;QAE/C,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAC7C,CAAC;QAGD,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,GAAG,CAA6B,UAAU,CAAC,CAAC;QAE9F,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,QAAQ,CAAC,KAAK,GAAG,qBAAqB,UAAU,sBAAsB,CAAC;YACvE,OAAO,QAAQ,CAAC;QAClB,CAAC;QAED,QAAQ,CAAC,KAAK,GAAG,EAAE,CAAC;QACpB,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;QACxB,QAAQ,CAAC,OAAO,GAAG;YACjB,aAAa,EAAE,iBAAiB,CAAC,aAAa;YAC9C,WAAW,EAAE,iBAAiB,CAAC,WAAW;YAC1C,IAAI,EAAE,iBAAiB,CAAC,IAAI;SAC7B,CAAC;QACF,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF,CAAA;AA3CY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,mBAAU,GAAE;qCAGsB,mBAAY;QACF,iDAAsB;QACpB,qDAAwB;GAJ1D,sBAAsB,CA2ClC"}
@@ -1,2 +1,4 @@
1
+ export * from './get-session-by-key.service';
2
+ export * from './save-context-by-key.service';
1
3
  export * from './set-session-variable.service';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./get-session-by-key.service"), exports);
18
+ __exportStar(require("./save-context-by-key.service"), exports);
17
19
  __exportStar(require("./set-session-variable.service"), exports);
18
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/session/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,gEAA8C;AAC9C,iEAA+C"}
@@ -0,0 +1,10 @@
1
+ import { CacheService } from '@venturialstd/core';
2
+ import { WorkflowExecutionService } from '../../../services/workflow-execution.service';
3
+ import { IWorkflowActionService, WorkflowActionContext } from '../../types';
4
+ export declare class SaveContextByKeyService implements IWorkflowActionService {
5
+ private readonly cacheService;
6
+ private readonly workflowExecutionService;
7
+ constructor(cacheService: CacheService, workflowExecutionService: WorkflowExecutionService);
8
+ perform(inputs: Record<string, unknown>, context: WorkflowActionContext): Promise<Record<string, unknown>>;
9
+ }
10
+ //# sourceMappingURL=save-context-by-key.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"save-context-by-key.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/save-context-by-key.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAW5E,qBACa,uBAAwB,YAAW,sBAAsB;IAElE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBADxB,YAAY,EAAE,YAAY,EAC1B,wBAAwB,EAAE,wBAAwB;IAG/D,OAAO,CACX,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CA+CpC"}
@@ -0,0 +1,63 @@
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.SaveContextByKeyService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const core_1 = require("@venturialstd/core");
15
+ const workflow_execution_service_1 = require("../../../services/workflow-execution.service");
16
+ let SaveContextByKeyService = class SaveContextByKeyService {
17
+ cacheService;
18
+ workflowExecutionService;
19
+ constructor(cacheService, workflowExecutionService) {
20
+ this.cacheService = cacheService;
21
+ this.workflowExecutionService = workflowExecutionService;
22
+ }
23
+ async perform(inputs, context) {
24
+ const contextKey = inputs.contextKey;
25
+ const ttl = inputs.ttl;
26
+ const customData = JSON.parse(inputs.customData);
27
+ if (!contextKey) {
28
+ throw new Error('Context key is required');
29
+ }
30
+ if (!context.executionId) {
31
+ throw new Error('Execution ID is required in context');
32
+ }
33
+ const execution = await this.workflowExecutionService.findOne({
34
+ where: { id: context.executionId },
35
+ });
36
+ if (!execution) {
37
+ throw new Error(`Execution with ID "${context.executionId}" not found`);
38
+ }
39
+ const mergedData = {
40
+ ...(context.previousOutputs || {}),
41
+ };
42
+ const contextData = {
43
+ currentNodeId: execution.currentNodeId || '',
44
+ executionId: context.executionId,
45
+ data: mergedData,
46
+ };
47
+ await this.cacheService.set(contextKey, contextData, undefined, ttl);
48
+ return {
49
+ success: true,
50
+ contextKey,
51
+ savedAt: new Date().toISOString(),
52
+ message: `Context saved successfully with key "${contextKey}"`,
53
+ ...(customData || {}),
54
+ };
55
+ }
56
+ };
57
+ exports.SaveContextByKeyService = SaveContextByKeyService;
58
+ exports.SaveContextByKeyService = SaveContextByKeyService = __decorate([
59
+ (0, common_1.Injectable)(),
60
+ __metadata("design:paramtypes", [core_1.CacheService,
61
+ workflow_execution_service_1.WorkflowExecutionService])
62
+ ], SaveContextByKeyService);
63
+ //# sourceMappingURL=save-context-by-key.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"save-context-by-key.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/save-context-by-key.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAElD,6FAAwF;AAajF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAEf;IACA;IAFnB,YACmB,YAA0B,EAC1B,wBAAkD;QADlD,iBAAY,GAAZ,YAAY,CAAc;QAC1B,6BAAwB,GAAxB,wBAAwB,CAA0B;IAClE,CAAC;IAEJ,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,UAAU,GAAG,MAAM,CAAC,UAAoB,CAAC;QAC/C,MAAM,GAAG,GAAG,MAAM,CAAC,GAAyB,CAAC;QAC7C,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAoB,CAE5C,CAAC;QAEd,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAC7C,CAAC;QAED,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;QACzD,CAAC;QAGD,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC;YAC5D,KAAK,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,WAAW,EAAE;SACnC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,KAAK,CAAC,sBAAsB,OAAO,CAAC,WAAW,aAAa,CAAC,CAAC;QAC1E,CAAC;QAGD,MAAM,UAAU,GAAG;YACjB,GAAG,CAAC,OAAO,CAAC,eAAe,IAAI,EAAE,CAAC;SACnC,CAAC;QAGF,MAAM,WAAW,GAAwB;YACvC,aAAa,EAAE,SAAS,CAAC,aAAa,IAAI,EAAE;YAC5C,WAAW,EAAE,OAAO,CAAC,WAAW;YAChC,IAAI,EAAE,UAAU;SACjB,CAAC;QAGF,MAAM,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;QAErE,OAAO;YACL,OAAO,EAAE,IAAI;YACb,UAAU;YACV,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;YACjC,OAAO,EAAE,wCAAwC,UAAU,GAAG;YAC9D,GAAG,CAAC,UAAU,IAAI,EAAE,CAAC;SACtB,CAAC;IACJ,CAAC;CACF,CAAA;AAxDY,0DAAuB;kCAAvB,uBAAuB;IADnC,IAAA,mBAAU,GAAE;qCAGsB,mBAAY;QACA,qDAAwB;GAH1D,uBAAuB,CAwDnC"}
@@ -1,8 +1,8 @@
1
- import { WorkflowSessionService } from '../../../services/workflow-session.service';
1
+ import { CacheService } from '@venturialstd/core';
2
2
  import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
3
  export declare class SetSessionVariableService implements IWorkflowActionService {
4
- private readonly workflowSessionService;
5
- constructor(workflowSessionService: WorkflowSessionService);
4
+ private readonly cacheService;
5
+ constructor(cacheService: CacheService);
6
6
  perform(inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
7
  }
8
8
  //# sourceMappingURL=set-session-variable.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"set-session-variable.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,yBAA0B,YAAW,sBAAsB;IAC1D,OAAO,CAAC,QAAQ,CAAC,sBAAsB;gBAAtB,sBAAsB,EAAE,sBAAsB;IAErE,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;CAapC"}
1
+ {"version":3,"file":"set-session-variable.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,yBAA0B,YAAW,sBAAsB;IAC1D,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAEjD,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;CAapC"}
@@ -11,11 +11,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SetSessionVariableService = void 0;
13
13
  const common_1 = require("@nestjs/common");
14
- const workflow_session_service_1 = require("../../../services/workflow-session.service");
14
+ const core_1 = require("@venturialstd/core");
15
15
  let SetSessionVariableService = class SetSessionVariableService {
16
- workflowSessionService;
17
- constructor(workflowSessionService) {
18
- this.workflowSessionService = workflowSessionService;
16
+ cacheService;
17
+ constructor(cacheService) {
18
+ this.cacheService = cacheService;
19
19
  }
20
20
  async perform(inputs, _context) {
21
21
  const variableName = inputs.variableName;
@@ -32,6 +32,6 @@ let SetSessionVariableService = class SetSessionVariableService {
32
32
  exports.SetSessionVariableService = SetSessionVariableService;
33
33
  exports.SetSessionVariableService = SetSessionVariableService = __decorate([
34
34
  (0, common_1.Injectable)(),
35
- __metadata("design:paramtypes", [workflow_session_service_1.WorkflowSessionService])
35
+ __metadata("design:paramtypes", [core_1.CacheService])
36
36
  ], SetSessionVariableService);
37
37
  //# sourceMappingURL=set-session-variable.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"set-session-variable.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAE5C,yFAAoF;AAI7E,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IACP;IAA7B,YAA6B,sBAA8C;QAA9C,2BAAsB,GAAtB,sBAAsB,CAAwB;IAAG,CAAC;IAE/E,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,YAAY,GAAG,MAAM,CAAC,YAAsB,CAAC;QACnD,MAAM,aAAa,GAAG,MAAM,CAAC,aAAwB,CAAC;QAEtD,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO;YACL,OAAO,EAAE,IAAI;YACb,CAAC,YAAY,CAAC,EAAE,aAAa;SAC9B,CAAC;IACJ,CAAC;CACF,CAAA;AAnBY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,mBAAU,GAAE;qCAE0C,iDAAsB;GADhE,yBAAyB,CAmBrC"}
1
+ {"version":3,"file":"set-session-variable.service.js","sourceRoot":"","sources":["../../../../src/modules/session/services/set-session-variable.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,6CAAkD;AAK3C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IACP;IAA7B,YAA6B,YAA0B;QAA1B,iBAAY,GAAZ,YAAY,CAAc;IAAG,CAAC;IAE3D,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,QAA+B;QAE/B,MAAM,YAAY,GAAG,MAAM,CAAC,YAAsB,CAAC;QACnD,MAAM,aAAa,GAAG,MAAM,CAAC,aAAwB,CAAC;QAEtD,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO;YACL,OAAO,EAAE,IAAI;YACb,CAAC,YAAY,CAAC,EAAE,aAAa;SAC9B,CAAC;IACJ,CAAC;CACF,CAAA;AAnBY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,mBAAU,GAAE;qCAEgC,mBAAY;GAD5C,yBAAyB,CAmBrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"session-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":"AAKA,qBAKa,iBAAiB;CAAG"}
1
+ {"version":3,"file":"session-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":"AASA,qBAKa,iBAAiB;CAAG"}
@@ -16,8 +16,8 @@ exports.SessionNestModule = SessionNestModule;
16
16
  exports.SessionNestModule = SessionNestModule = __decorate([
17
17
  (0, common_1.Module)({
18
18
  imports: [workflow_core_module_1.WorkflowCoreModule],
19
- providers: [services_1.SetSessionVariableService],
20
- exports: [services_1.SetSessionVariableService],
19
+ providers: [services_1.GetSessionByKeyService, services_1.SaveContextByKeyService, services_1.SetSessionVariableService],
20
+ exports: [services_1.GetSessionByKeyService, services_1.SaveContextByKeyService, services_1.SetSessionVariableService],
21
21
  })
22
22
  ], SessionNestModule);
23
23
  //# sourceMappingURL=session-nest.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"session-nest.module.js","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAExC,qEAAgE;AAChE,yCAAuD;AAOhD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAL7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,yCAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,oCAAyB,CAAC;QACtC,OAAO,EAAE,CAAC,oCAAyB,CAAC;KACrC,CAAC;GACW,iBAAiB,CAAG"}
1
+ {"version":3,"file":"session-nest.module.js","sourceRoot":"","sources":["../../../src/modules/session/session-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AAExC,qEAAgE;AAChE,yCAIoB;AAOb,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAL7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,yCAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,iCAAsB,EAAE,kCAAuB,EAAE,oCAAyB,CAAC;QACvF,OAAO,EAAE,CAAC,iCAAsB,EAAE,kCAAuB,EAAE,oCAAyB,CAAC;KACtF,CAAC;GACW,iBAAiB,CAAG"}
@@ -8,7 +8,7 @@ exports.sessionModule = {
8
8
  description: 'Manage workflow session variables and context',
9
9
  icon: '💾',
10
10
  version: '1.0.0',
11
- actions: [actions_1.setSessionVariableAction],
11
+ actions: [actions_1.getSessionByKeyAction, actions_1.saveContextByKeyAction, actions_1.setSessionVariableAction],
12
12
  triggers: [],
13
13
  };
14
14
  //# sourceMappingURL=session.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"session.module.js","sourceRoot":"","sources":["../../../src/modules/session/session.module.ts"],"names":[],"mappings":";;;AACA,uCAAqD;AAExC,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,+CAA+C;IAC5D,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,kCAAwB,CAAC;IACnC,QAAQ,EAAE,EAAE;CACb,CAAC"}
1
+ {"version":3,"file":"session.module.js","sourceRoot":"","sources":["../../../src/modules/session/session.module.ts"],"names":[],"mappings":";;;AACA,uCAAoG;AAEvF,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,+CAA+C;IAC5D,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,+BAAqB,EAAE,gCAAsB,EAAE,kCAAwB,CAAC;IAClF,QAAQ,EAAE,EAAE;CACb,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const emptyAction: WorkflowActionTrigger;
3
+ //# sourceMappingURL=empty-action.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-action.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/empty-action.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,WAAW,EAAE,qBAsBzB,CAAC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.emptyAction = void 0;
4
+ const types_1 = require("../../types");
5
+ const empty_action_service_1 = require("../services/empty-action.service");
6
+ exports.emptyAction = {
7
+ key: 'empty-action',
8
+ name: 'Empty Action',
9
+ description: 'An empty action that does nothing (useful for placeholders or testing)',
10
+ category: types_1.NODE_CATEGORY.ACTION,
11
+ icon: '⚪',
12
+ serviceClass: empty_action_service_1.EmptyActionService,
13
+ inputs: [],
14
+ outputs: [
15
+ {
16
+ id: 'success',
17
+ name: 'Success',
18
+ description: 'Whether the action executed successfully',
19
+ type: types_1.FIELD_TYPE.BOOLEAN,
20
+ },
21
+ {
22
+ id: 'message',
23
+ name: 'Message',
24
+ description: 'Success message',
25
+ type: types_1.FIELD_TYPE.STRING,
26
+ },
27
+ ],
28
+ };
29
+ //# sourceMappingURL=empty-action.action.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-action.action.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/empty-action.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,2EAAsE;AAEzD,QAAA,WAAW,GAA0B;IAChD,GAAG,EAAE,cAAc;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,wEAAwE;IACrF,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,GAAG;IACT,YAAY,EAAE,yCAAwE;IACtF,MAAM,EAAE,EAAE;IACV,OAAO,EAAE;QACP;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,0CAA0C;YACvD,IAAI,EAAE,kBAAU,CAAC,OAAO;SACzB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,iBAAiB;YAC9B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './empty-action.action';
1
2
  export * from './generate-shortcode.action';
2
3
  export * from './generate-uuid.action';
3
4
  export * from './resolve-shortcode.action';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC"}
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./empty-action.action"), exports);
17
18
  __exportStar(require("./generate-shortcode.action"), exports);
18
19
  __exportStar(require("./generate-uuid.action"), exports);
19
20
  __exportStar(require("./resolve-shortcode.action"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,yDAAuC;AACvC,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,8DAA4C;AAC5C,yDAAuC;AACvC,6DAA2C"}
@@ -0,0 +1,6 @@
1
+ import { IWorkflowActionService, WorkflowActionContext } from '../../types';
2
+ export declare class EmptyActionService implements IWorkflowActionService {
3
+ constructor();
4
+ perform(_inputs: Record<string, unknown>, _context: WorkflowActionContext): Promise<Record<string, unknown>>;
5
+ }
6
+ //# sourceMappingURL=empty-action.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-action.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/empty-action.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,kBAAmB,YAAW,sBAAsB;;IAGzD,OAAO,CACX,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChC,QAAQ,EAAE,qBAAqB,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAOpC"}
@@ -0,0 +1,28 @@
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.EmptyActionService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ let EmptyActionService = class EmptyActionService {
15
+ constructor() { }
16
+ async perform(_inputs, _context) {
17
+ return {
18
+ success: true,
19
+ message: 'Empty action executed successfully',
20
+ };
21
+ }
22
+ };
23
+ exports.EmptyActionService = EmptyActionService;
24
+ exports.EmptyActionService = EmptyActionService = __decorate([
25
+ (0, common_1.Injectable)(),
26
+ __metadata("design:paramtypes", [])
27
+ ], EmptyActionService);
28
+ //# sourceMappingURL=empty-action.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-action.service.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/empty-action.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAKrC,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAC7B,gBAAe,CAAC;IAEhB,KAAK,CAAC,OAAO,CACX,OAAgC,EAChC,QAA+B;QAG/B,OAAO;YACL,OAAO,EAAE,IAAI;YACb,OAAO,EAAE,oCAAoC;SAC9C,CAAC;IACJ,CAAC;CACF,CAAA;AAbY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;;GACA,kBAAkB,CAa9B"}
@@ -1,3 +1,4 @@
1
+ export * from './empty-action.service';
1
2
  export * from './generate-shortcode.service';
2
3
  export * from './generate-uuid.service';
3
4
  export * from './resolve-shortcode.service';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./empty-action.service"), exports);
17
18
  __exportStar(require("./generate-shortcode.service"), exports);
18
19
  __exportStar(require("./generate-uuid.service"), exports);
19
20
  __exportStar(require("./resolve-shortcode.service"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/toolbox/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,+DAA6C;AAC7C,0DAAwC;AACxC,8DAA4C"}
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":"AAKA,qBAKa,iBAAiB;CAAG"}
1
+ {"version":3,"file":"toolbox-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":"AAUA,qBAea,iBAAiB;CAAG"}
@@ -16,8 +16,18 @@ exports.ToolboxNestModule = ToolboxNestModule;
16
16
  exports.ToolboxNestModule = ToolboxNestModule = __decorate([
17
17
  (0, common_1.Module)({
18
18
  imports: [toolbox_1.ToolboxModule],
19
- providers: [services_1.GenerateShortcodeService, services_1.GenerateUuidService, services_1.ResolveShortcodeService],
20
- exports: [services_1.GenerateShortcodeService, services_1.GenerateUuidService, services_1.ResolveShortcodeService],
19
+ providers: [
20
+ services_1.EmptyActionService,
21
+ services_1.GenerateShortcodeService,
22
+ services_1.GenerateUuidService,
23
+ services_1.ResolveShortcodeService,
24
+ ],
25
+ exports: [
26
+ services_1.EmptyActionService,
27
+ services_1.GenerateShortcodeService,
28
+ services_1.GenerateUuidService,
29
+ services_1.ResolveShortcodeService,
30
+ ],
21
31
  })
22
32
  ], ToolboxNestModule);
23
33
  //# sourceMappingURL=toolbox-nest.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-nest.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAAsD;AAEtD,yCAAoG;AAO7F,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAL7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC;QACxB,SAAS,EAAE,CAAC,mCAAwB,EAAE,8BAAmB,EAAE,kCAAuB,CAAC;QACnF,OAAO,EAAE,CAAC,mCAAwB,EAAE,8BAAmB,EAAE,kCAAuB,CAAC;KAClF,CAAC;GACW,iBAAiB,CAAG"}
1
+ {"version":3,"file":"toolbox-nest.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mDAAsD;AAEtD,yCAKoB;AAiBb,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAf7B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC;QACxB,SAAS,EAAE;YACT,6BAAkB;YAClB,mCAAwB;YACxB,8BAAmB;YACnB,kCAAuB;SACxB;QACD,OAAO,EAAE;YACP,6BAAkB;YAClB,mCAAwB;YACxB,8BAAmB;YACnB,kCAAuB;SACxB;KACF,CAAC;GACW,iBAAiB,CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAGpD,eAAO,MAAM,aAAa,EAAE,wBAQ3B,CAAC"}
1
+ {"version":3,"file":"toolbox.module.d.ts","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAQpD,eAAO,MAAM,aAAa,EAAE,wBAQ3B,CAAC"}
@@ -8,7 +8,7 @@ exports.toolboxModule = {
8
8
  description: 'Generate and resolve shortcodes, UUIDs, and other utility functions',
9
9
  icon: '🔧',
10
10
  version: '1.0.0',
11
- actions: [actions_1.generateShortcodeAction, actions_1.generateUuidAction, actions_1.resolveShortcodeAction],
11
+ actions: [actions_1.emptyAction, actions_1.generateShortcodeAction, actions_1.generateUuidAction, actions_1.resolveShortcodeAction],
12
12
  triggers: [],
13
13
  };
14
14
  //# sourceMappingURL=toolbox.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":";;;AACA,uCAAgG;AAEnF,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,qEAAqE;IAClF,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,iCAAuB,EAAE,4BAAkB,EAAE,gCAAsB,CAAC;IAC9E,QAAQ,EAAE,EAAE;CACb,CAAC"}
1
+ {"version":3,"file":"toolbox.module.js","sourceRoot":"","sources":["../../../src/modules/toolbox/toolbox.module.ts"],"names":[],"mappings":";;;AACA,uCAKmB;AAEN,QAAA,aAAa,GAA6B;IACrD,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,qEAAqE;IAClF,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,qBAAW,EAAE,iCAAuB,EAAE,4BAAkB,EAAE,gCAAsB,CAAC;IAC3F,QAAQ,EAAE,EAAE;CACb,CAAC"}
@@ -41,6 +41,7 @@ export interface FieldDefinition {
41
41
  label: string;
42
42
  value: string;
43
43
  }>>;
44
+ metadata?: Record<string, unknown>;
44
45
  }
45
46
  export interface WorkflowActionContext {
46
47
  workflowId?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":";;;AAGA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAKD,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,2BAAa,CAAA;IACb,6BAAe,CAAA;IACf,6BAAe,CAAA;IACf,yBAAW,CAAA;IACX,2BAAa,CAAA;AACf,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;AAqKD,MAAa,sBAAsB;IACzB,OAAO,GAA0C,IAAI,GAAG,EAAE,CAAC;IAKnE,QAAQ,CAAC,MAAgC;QACvC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IACvC,CAAC;IAKD,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACrC,CAAC;IAKD,MAAM;QACJ,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3C,CAAC;IAKD,UAAU,CAAC,SAAiB;QAC1B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,OAAO,IAAI,EAAE,CAAC;IAC/B,CAAC;IAKD,WAAW,CAAC,SAAiB;QAC3B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,QAAQ,IAAI,EAAE,CAAC;IAChC,CAAC;IAKD,kBAAkB,CAChB,SAAiB,EACjB,gBAAwB;QAExB,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,IAAI,CAAC,MAAM;YAAE,OAAO,SAAS,CAAC;QAE9B,OAAO,CAAC,GAAG,MAAM,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,KAAK,gBAAgB,CAAC,CAAC;IAC/F,CAAC;CACF;AApDD,wDAoDC;AAGY,QAAA,sBAAsB,GAAG,IAAI,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/modules/types.ts"],"names":[],"mappings":";;;AAGA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAKD,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,2BAAa,CAAA;IACb,6BAAe,CAAA;IACf,6BAAe,CAAA;IACf,yBAAW,CAAA;IACX,2BAAa,CAAA;AACf,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;AA2KD,MAAa,sBAAsB;IACzB,OAAO,GAA0C,IAAI,GAAG,EAAE,CAAC;IAKnE,QAAQ,CAAC,MAAgC;QACvC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IACvC,CAAC;IAKD,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACrC,CAAC;IAKD,MAAM;QACJ,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3C,CAAC;IAKD,UAAU,CAAC,SAAiB;QAC1B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,OAAO,IAAI,EAAE,CAAC;IAC/B,CAAC;IAKD,WAAW,CAAC,SAAiB;QAC3B,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,MAAM,EAAE,QAAQ,IAAI,EAAE,CAAC;IAChC,CAAC;IAKD,kBAAkB,CAChB,SAAiB,EACjB,gBAAwB;QAExB,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACnC,IAAI,CAAC,MAAM;YAAE,OAAO,SAAS,CAAC;QAE9B,OAAO,CAAC,GAAG,MAAM,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,KAAK,gBAAgB,CAAC,CAAC;IAC/F,CAAC;CACF;AApDD,wDAoDC;AAGY,QAAA,sBAAsB,GAAG,IAAI,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const getOrCreateUserByParamsAction: WorkflowActionTrigger;
3
+ //# sourceMappingURL=get-or-create-user-by-params.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-or-create-user-by-params.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/user/actions/get-or-create-user-by-params.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,6BAA6B,EAAE,qBAqR3C,CAAC"}