@venturialstd/workflow 0.1.114 → 0.1.116

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 (612) hide show
  1. package/dist/modules/capa/actions/cancel-transaction.action.d.ts +3 -0
  2. package/dist/modules/capa/actions/cancel-transaction.action.d.ts.map +1 -0
  3. package/dist/modules/capa/actions/cancel-transaction.action.js +58 -0
  4. package/dist/modules/capa/actions/cancel-transaction.action.js.map +1 -0
  5. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts +3 -0
  6. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts.map +1 -0
  7. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js +143 -0
  8. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js.map +1 -0
  9. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts +3 -0
  10. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts.map +1 -0
  11. package/dist/modules/capa/actions/create-cross-ramp.action.js +158 -0
  12. package/dist/modules/capa/actions/create-cross-ramp.action.js.map +1 -0
  13. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts +3 -0
  14. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts.map +1 -0
  15. package/dist/modules/capa/actions/create-kyb-verification-link.action.js +50 -0
  16. package/dist/modules/capa/actions/create-kyb-verification-link.action.js.map +1 -0
  17. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts +3 -0
  18. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts.map +1 -0
  19. package/dist/modules/capa/actions/create-kyc-verification-link.action.js +50 -0
  20. package/dist/modules/capa/actions/create-kyc-verification-link.action.js.map +1 -0
  21. package/dist/modules/capa/actions/create-off-ramp.action.d.ts +3 -0
  22. package/dist/modules/capa/actions/create-off-ramp.action.d.ts.map +1 -0
  23. package/dist/modules/capa/actions/create-off-ramp.action.js +195 -0
  24. package/dist/modules/capa/actions/create-off-ramp.action.js.map +1 -0
  25. package/dist/modules/capa/actions/create-on-ramp.action.d.ts +3 -0
  26. package/dist/modules/capa/actions/create-on-ramp.action.d.ts.map +1 -0
  27. package/dist/modules/capa/actions/create-on-ramp.action.js +195 -0
  28. package/dist/modules/capa/actions/create-on-ramp.action.js.map +1 -0
  29. package/dist/modules/capa/actions/create-quote.action.d.ts +3 -0
  30. package/dist/modules/capa/actions/create-quote.action.d.ts.map +1 -0
  31. package/dist/modules/capa/actions/create-quote.action.js +156 -0
  32. package/dist/modules/capa/actions/create-quote.action.js.map +1 -0
  33. package/dist/modules/capa/actions/create-receiver.action.d.ts +3 -0
  34. package/dist/modules/capa/actions/create-receiver.action.d.ts.map +1 -0
  35. package/dist/modules/capa/actions/create-receiver.action.js +217 -0
  36. package/dist/modules/capa/actions/create-receiver.action.js.map +1 -0
  37. package/dist/modules/capa/actions/create-user-kyc.action.d.ts +3 -0
  38. package/dist/modules/capa/actions/create-user-kyc.action.d.ts.map +1 -0
  39. package/dist/modules/capa/actions/create-user-kyc.action.js +90 -0
  40. package/dist/modules/capa/actions/create-user-kyc.action.js.map +1 -0
  41. package/dist/modules/capa/actions/create-user.action.d.ts +3 -0
  42. package/dist/modules/capa/actions/create-user.action.d.ts.map +1 -0
  43. package/dist/modules/capa/actions/create-user.action.js +110 -0
  44. package/dist/modules/capa/actions/create-user.action.js.map +1 -0
  45. package/dist/modules/capa/actions/delete-receiver.action.d.ts +3 -0
  46. package/dist/modules/capa/actions/delete-receiver.action.d.ts.map +1 -0
  47. package/dist/modules/capa/actions/delete-receiver.action.js +56 -0
  48. package/dist/modules/capa/actions/delete-receiver.action.js.map +1 -0
  49. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts +3 -0
  50. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts.map +1 -0
  51. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js +143 -0
  52. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js.map +1 -0
  53. package/dist/modules/capa/actions/get-kyb-details.action.d.ts +3 -0
  54. package/dist/modules/capa/actions/get-kyb-details.action.d.ts.map +1 -0
  55. package/dist/modules/capa/actions/get-kyb-details.action.js +64 -0
  56. package/dist/modules/capa/actions/get-kyb-details.action.js.map +1 -0
  57. package/dist/modules/capa/actions/get-kyc-details.action.d.ts +3 -0
  58. package/dist/modules/capa/actions/get-kyc-details.action.d.ts.map +1 -0
  59. package/dist/modules/capa/actions/get-kyc-details.action.js +100 -0
  60. package/dist/modules/capa/actions/get-kyc-details.action.js.map +1 -0
  61. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts +3 -0
  62. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts.map +1 -0
  63. package/dist/modules/capa/actions/get-mock-testing-guide.action.js +23 -0
  64. package/dist/modules/capa/actions/get-mock-testing-guide.action.js.map +1 -0
  65. package/dist/modules/capa/actions/get-quote.action.d.ts +3 -0
  66. package/dist/modules/capa/actions/get-quote.action.d.ts.map +1 -0
  67. package/dist/modules/capa/actions/get-quote.action.js +156 -0
  68. package/dist/modules/capa/actions/get-quote.action.js.map +1 -0
  69. package/dist/modules/capa/actions/get-user-agreements.action.d.ts +3 -0
  70. package/dist/modules/capa/actions/get-user-agreements.action.d.ts.map +1 -0
  71. package/dist/modules/capa/actions/get-user-agreements.action.js +40 -0
  72. package/dist/modules/capa/actions/get-user-agreements.action.js.map +1 -0
  73. package/dist/modules/capa/actions/index.d.ts +23 -0
  74. package/dist/modules/capa/actions/index.d.ts.map +1 -0
  75. package/dist/modules/capa/actions/index.js +39 -0
  76. package/dist/modules/capa/actions/index.js.map +1 -0
  77. package/dist/modules/capa/actions/list-receivers.action.d.ts +3 -0
  78. package/dist/modules/capa/actions/list-receivers.action.d.ts.map +1 -0
  79. package/dist/modules/capa/actions/list-receivers.action.js +51 -0
  80. package/dist/modules/capa/actions/list-receivers.action.js.map +1 -0
  81. package/dist/modules/capa/actions/list-transactions.action.d.ts +3 -0
  82. package/dist/modules/capa/actions/list-transactions.action.d.ts.map +1 -0
  83. package/dist/modules/capa/actions/list-transactions.action.js +125 -0
  84. package/dist/modules/capa/actions/list-transactions.action.js.map +1 -0
  85. package/dist/modules/capa/actions/request-document-signature.action.d.ts +3 -0
  86. package/dist/modules/capa/actions/request-document-signature.action.d.ts.map +1 -0
  87. package/dist/modules/capa/actions/request-document-signature.action.js +50 -0
  88. package/dist/modules/capa/actions/request-document-signature.action.js.map +1 -0
  89. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts +3 -0
  90. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts.map +1 -0
  91. package/dist/modules/capa/actions/update-webhook-settings.action.js +52 -0
  92. package/dist/modules/capa/actions/update-webhook-settings.action.js.map +1 -0
  93. package/dist/modules/capa/auth/capa-auth.service.d.ts +8 -0
  94. package/dist/modules/capa/auth/capa-auth.service.d.ts.map +1 -0
  95. package/dist/modules/capa/auth/capa-auth.service.js +94 -0
  96. package/dist/modules/capa/auth/capa-auth.service.js.map +1 -0
  97. package/dist/modules/capa/auth/index.d.ts +2 -0
  98. package/dist/modules/capa/auth/index.d.ts.map +1 -0
  99. package/dist/modules/capa/auth/index.js +18 -0
  100. package/dist/modules/capa/auth/index.js.map +1 -0
  101. package/dist/modules/capa/capa-nest.module.d.ts +3 -0
  102. package/dist/modules/capa/capa-nest.module.d.ts.map +1 -0
  103. package/dist/modules/capa/capa-nest.module.js +72 -0
  104. package/dist/modules/capa/capa-nest.module.js.map +1 -0
  105. package/dist/modules/capa/capa.module.d.ts +3 -0
  106. package/dist/modules/capa/capa.module.d.ts.map +1 -0
  107. package/dist/modules/capa/capa.module.js +42 -0
  108. package/dist/modules/capa/capa.module.js.map +1 -0
  109. package/dist/modules/capa/credentials.d.ts +3 -0
  110. package/dist/modules/capa/credentials.d.ts.map +1 -0
  111. package/dist/modules/capa/credentials.js +46 -0
  112. package/dist/modules/capa/credentials.js.map +1 -0
  113. package/dist/modules/capa/services/cancel-transaction.service.d.ts +9 -0
  114. package/dist/modules/capa/services/cancel-transaction.service.d.ts.map +1 -0
  115. package/dist/modules/capa/services/cancel-transaction.service.js +45 -0
  116. package/dist/modules/capa/services/cancel-transaction.service.js.map +1 -0
  117. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts +9 -0
  118. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts.map +1 -0
  119. package/dist/modules/capa/services/create-cross-ramp-quote.service.js +75 -0
  120. package/dist/modules/capa/services/create-cross-ramp-quote.service.js.map +1 -0
  121. package/dist/modules/capa/services/create-cross-ramp.service.d.ts +9 -0
  122. package/dist/modules/capa/services/create-cross-ramp.service.d.ts.map +1 -0
  123. package/dist/modules/capa/services/create-cross-ramp.service.js +66 -0
  124. package/dist/modules/capa/services/create-cross-ramp.service.js.map +1 -0
  125. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts +9 -0
  126. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts.map +1 -0
  127. package/dist/modules/capa/services/create-kyb-verification-link.service.js +47 -0
  128. package/dist/modules/capa/services/create-kyb-verification-link.service.js.map +1 -0
  129. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts +9 -0
  130. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts.map +1 -0
  131. package/dist/modules/capa/services/create-kyc-verification-link.service.js +47 -0
  132. package/dist/modules/capa/services/create-kyc-verification-link.service.js.map +1 -0
  133. package/dist/modules/capa/services/create-off-ramp.service.d.ts +9 -0
  134. package/dist/modules/capa/services/create-off-ramp.service.d.ts.map +1 -0
  135. package/dist/modules/capa/services/create-off-ramp.service.js +80 -0
  136. package/dist/modules/capa/services/create-off-ramp.service.js.map +1 -0
  137. package/dist/modules/capa/services/create-on-ramp.service.d.ts +9 -0
  138. package/dist/modules/capa/services/create-on-ramp.service.d.ts.map +1 -0
  139. package/dist/modules/capa/services/create-on-ramp.service.js +80 -0
  140. package/dist/modules/capa/services/create-on-ramp.service.js.map +1 -0
  141. package/dist/modules/capa/services/create-quote.service.d.ts +9 -0
  142. package/dist/modules/capa/services/create-quote.service.d.ts.map +1 -0
  143. package/dist/modules/capa/services/create-quote.service.js +77 -0
  144. package/dist/modules/capa/services/create-quote.service.js.map +1 -0
  145. package/dist/modules/capa/services/create-receiver.service.d.ts +9 -0
  146. package/dist/modules/capa/services/create-receiver.service.d.ts.map +1 -0
  147. package/dist/modules/capa/services/create-receiver.service.js +79 -0
  148. package/dist/modules/capa/services/create-receiver.service.js.map +1 -0
  149. package/dist/modules/capa/services/create-user-kyc.service.d.ts +9 -0
  150. package/dist/modules/capa/services/create-user-kyc.service.d.ts.map +1 -0
  151. package/dist/modules/capa/services/create-user-kyc.service.js +54 -0
  152. package/dist/modules/capa/services/create-user-kyc.service.js.map +1 -0
  153. package/dist/modules/capa/services/create-user.service.d.ts +9 -0
  154. package/dist/modules/capa/services/create-user.service.d.ts.map +1 -0
  155. package/dist/modules/capa/services/create-user.service.js +57 -0
  156. package/dist/modules/capa/services/create-user.service.js.map +1 -0
  157. package/dist/modules/capa/services/delete-receiver.service.d.ts +9 -0
  158. package/dist/modules/capa/services/delete-receiver.service.d.ts.map +1 -0
  159. package/dist/modules/capa/services/delete-receiver.service.js +47 -0
  160. package/dist/modules/capa/services/delete-receiver.service.js.map +1 -0
  161. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts +9 -0
  162. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts.map +1 -0
  163. package/dist/modules/capa/services/get-cross-ramp-quote.service.js +75 -0
  164. package/dist/modules/capa/services/get-cross-ramp-quote.service.js.map +1 -0
  165. package/dist/modules/capa/services/get-kyb-details.service.d.ts +9 -0
  166. package/dist/modules/capa/services/get-kyb-details.service.d.ts.map +1 -0
  167. package/dist/modules/capa/services/get-kyb-details.service.js +46 -0
  168. package/dist/modules/capa/services/get-kyb-details.service.js.map +1 -0
  169. package/dist/modules/capa/services/get-kyc-details.service.d.ts +9 -0
  170. package/dist/modules/capa/services/get-kyc-details.service.d.ts.map +1 -0
  171. package/dist/modules/capa/services/get-kyc-details.service.js +52 -0
  172. package/dist/modules/capa/services/get-kyc-details.service.js.map +1 -0
  173. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts +9 -0
  174. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts.map +1 -0
  175. package/dist/modules/capa/services/get-mock-testing-guide.service.js +37 -0
  176. package/dist/modules/capa/services/get-mock-testing-guide.service.js.map +1 -0
  177. package/dist/modules/capa/services/get-quote.service.d.ts +9 -0
  178. package/dist/modules/capa/services/get-quote.service.d.ts.map +1 -0
  179. package/dist/modules/capa/services/get-quote.service.js +77 -0
  180. package/dist/modules/capa/services/get-quote.service.js.map +1 -0
  181. package/dist/modules/capa/services/get-user-agreements.service.d.ts +9 -0
  182. package/dist/modules/capa/services/get-user-agreements.service.d.ts.map +1 -0
  183. package/dist/modules/capa/services/get-user-agreements.service.js +42 -0
  184. package/dist/modules/capa/services/get-user-agreements.service.js.map +1 -0
  185. package/dist/modules/capa/services/index.d.ts +23 -0
  186. package/dist/modules/capa/services/index.d.ts.map +1 -0
  187. package/dist/modules/capa/services/index.js +39 -0
  188. package/dist/modules/capa/services/index.js.map +1 -0
  189. package/dist/modules/capa/services/list-receivers.service.d.ts +9 -0
  190. package/dist/modules/capa/services/list-receivers.service.d.ts.map +1 -0
  191. package/dist/modules/capa/services/list-receivers.service.js +45 -0
  192. package/dist/modules/capa/services/list-receivers.service.js.map +1 -0
  193. package/dist/modules/capa/services/list-transactions.service.d.ts +9 -0
  194. package/dist/modules/capa/services/list-transactions.service.d.ts.map +1 -0
  195. package/dist/modules/capa/services/list-transactions.service.js +58 -0
  196. package/dist/modules/capa/services/list-transactions.service.js.map +1 -0
  197. package/dist/modules/capa/services/request-document-signature.service.d.ts +9 -0
  198. package/dist/modules/capa/services/request-document-signature.service.d.ts.map +1 -0
  199. package/dist/modules/capa/services/request-document-signature.service.js +46 -0
  200. package/dist/modules/capa/services/request-document-signature.service.js.map +1 -0
  201. package/dist/modules/capa/services/update-webhook-settings.service.d.ts +9 -0
  202. package/dist/modules/capa/services/update-webhook-settings.service.d.ts.map +1 -0
  203. package/dist/modules/capa/services/update-webhook-settings.service.js +47 -0
  204. package/dist/modules/capa/services/update-webhook-settings.service.js.map +1 -0
  205. package/dist/modules/capa/triggers/index.d.ts +3 -0
  206. package/dist/modules/capa/triggers/index.d.ts.map +1 -0
  207. package/dist/modules/capa/triggers/index.js +5 -0
  208. package/dist/modules/capa/triggers/index.js.map +1 -0
  209. package/dist/modules/capa/utils/capa-credentials.util.d.ts +4 -0
  210. package/dist/modules/capa/utils/capa-credentials.util.d.ts.map +1 -0
  211. package/dist/modules/capa/utils/capa-credentials.util.js +24 -0
  212. package/dist/modules/capa/utils/capa-credentials.util.js.map +1 -0
  213. package/dist/modules/capa/utils/capa-query.util.d.ts +4 -0
  214. package/dist/modules/capa/utils/capa-query.util.d.ts.map +1 -0
  215. package/dist/modules/capa/utils/capa-query.util.js +55 -0
  216. package/dist/modules/capa/utils/capa-query.util.js.map +1 -0
  217. package/dist/modules/chatgpt/actions/chat-completion.action.d.ts +3 -0
  218. package/dist/modules/chatgpt/actions/chat-completion.action.d.ts.map +1 -0
  219. package/dist/modules/chatgpt/actions/chat-completion.action.js +116 -0
  220. package/dist/modules/chatgpt/actions/chat-completion.action.js.map +1 -0
  221. package/dist/modules/chatgpt/actions/create-embedding.action.d.ts +3 -0
  222. package/dist/modules/chatgpt/actions/create-embedding.action.d.ts.map +1 -0
  223. package/dist/modules/chatgpt/actions/create-embedding.action.js +71 -0
  224. package/dist/modules/chatgpt/actions/create-embedding.action.js.map +1 -0
  225. package/dist/modules/chatgpt/actions/generate-image.action.d.ts +3 -0
  226. package/dist/modules/chatgpt/actions/generate-image.action.d.ts.map +1 -0
  227. package/dist/modules/chatgpt/actions/generate-image.action.js +103 -0
  228. package/dist/modules/chatgpt/actions/generate-image.action.js.map +1 -0
  229. package/dist/modules/chatgpt/actions/index.d.ts +6 -0
  230. package/dist/modules/chatgpt/actions/index.d.ts.map +1 -0
  231. package/dist/modules/chatgpt/actions/index.js +22 -0
  232. package/dist/modules/chatgpt/actions/index.js.map +1 -0
  233. package/dist/modules/chatgpt/actions/speech-to-text.action.d.ts +3 -0
  234. package/dist/modules/chatgpt/actions/speech-to-text.action.d.ts.map +1 -0
  235. package/dist/modules/chatgpt/actions/speech-to-text.action.js +83 -0
  236. package/dist/modules/chatgpt/actions/speech-to-text.action.js.map +1 -0
  237. package/dist/modules/chatgpt/actions/text-to-speech.action.d.ts +3 -0
  238. package/dist/modules/chatgpt/actions/text-to-speech.action.d.ts.map +1 -0
  239. package/dist/modules/chatgpt/actions/text-to-speech.action.js +111 -0
  240. package/dist/modules/chatgpt/actions/text-to-speech.action.js.map +1 -0
  241. package/dist/modules/chatgpt/chatgpt-nest.module.d.ts +3 -0
  242. package/dist/modules/chatgpt/chatgpt-nest.module.d.ts.map +1 -0
  243. package/dist/modules/chatgpt/chatgpt-nest.module.js +35 -0
  244. package/dist/modules/chatgpt/chatgpt-nest.module.js.map +1 -0
  245. package/dist/modules/chatgpt/chatgpt.module.d.ts +3 -0
  246. package/dist/modules/chatgpt/chatgpt.module.d.ts.map +1 -0
  247. package/dist/modules/chatgpt/chatgpt.module.js +22 -0
  248. package/dist/modules/chatgpt/chatgpt.module.js.map +1 -0
  249. package/dist/modules/chatgpt/credentials.d.ts +3 -0
  250. package/dist/modules/chatgpt/credentials.d.ts.map +1 -0
  251. package/dist/modules/chatgpt/credentials.js +32 -0
  252. package/dist/modules/chatgpt/credentials.js.map +1 -0
  253. package/dist/modules/chatgpt/services/chat-completion.service.d.ts +9 -0
  254. package/dist/modules/chatgpt/services/chat-completion.service.d.ts.map +1 -0
  255. package/dist/modules/chatgpt/services/chat-completion.service.js +78 -0
  256. package/dist/modules/chatgpt/services/chat-completion.service.js.map +1 -0
  257. package/dist/modules/chatgpt/services/create-embedding.service.d.ts +8 -0
  258. package/dist/modules/chatgpt/services/create-embedding.service.d.ts.map +1 -0
  259. package/dist/modules/chatgpt/services/create-embedding.service.js +65 -0
  260. package/dist/modules/chatgpt/services/create-embedding.service.js.map +1 -0
  261. package/dist/modules/chatgpt/services/generate-image.service.d.ts +8 -0
  262. package/dist/modules/chatgpt/services/generate-image.service.d.ts.map +1 -0
  263. package/dist/modules/chatgpt/services/generate-image.service.js +56 -0
  264. package/dist/modules/chatgpt/services/generate-image.service.js.map +1 -0
  265. package/dist/modules/chatgpt/services/index.d.ts +6 -0
  266. package/dist/modules/chatgpt/services/index.d.ts.map +1 -0
  267. package/dist/modules/chatgpt/services/index.js +22 -0
  268. package/dist/modules/chatgpt/services/index.js.map +1 -0
  269. package/dist/modules/chatgpt/services/speech-to-text.service.d.ts +8 -0
  270. package/dist/modules/chatgpt/services/speech-to-text.service.d.ts.map +1 -0
  271. package/dist/modules/chatgpt/services/speech-to-text.service.js +54 -0
  272. package/dist/modules/chatgpt/services/speech-to-text.service.js.map +1 -0
  273. package/dist/modules/chatgpt/services/text-to-speech.service.d.ts +8 -0
  274. package/dist/modules/chatgpt/services/text-to-speech.service.d.ts.map +1 -0
  275. package/dist/modules/chatgpt/services/text-to-speech.service.js +55 -0
  276. package/dist/modules/chatgpt/services/text-to-speech.service.js.map +1 -0
  277. package/dist/modules/email/actions/index.d.ts +3 -0
  278. package/dist/modules/email/actions/index.d.ts.map +1 -0
  279. package/dist/modules/email/actions/index.js +19 -0
  280. package/dist/modules/email/actions/index.js.map +1 -0
  281. package/dist/modules/email/actions/send-email.action.d.ts +3 -0
  282. package/dist/modules/email/actions/send-email.action.d.ts.map +1 -0
  283. package/dist/modules/email/actions/send-email.action.js +84 -0
  284. package/dist/modules/email/actions/send-email.action.js.map +1 -0
  285. package/dist/modules/email/actions/send-template-email.action.d.ts +3 -0
  286. package/dist/modules/email/actions/send-template-email.action.d.ts.map +1 -0
  287. package/dist/modules/email/actions/send-template-email.action.js +91 -0
  288. package/dist/modules/email/actions/send-template-email.action.js.map +1 -0
  289. package/dist/modules/email/auth/email-auth.service.d.ts +9 -0
  290. package/dist/modules/email/auth/email-auth.service.d.ts.map +1 -0
  291. package/dist/modules/email/auth/email-auth.service.js +150 -0
  292. package/dist/modules/email/auth/email-auth.service.js.map +1 -0
  293. package/dist/modules/email/auth/index.d.ts +2 -0
  294. package/dist/modules/email/auth/index.d.ts.map +1 -0
  295. package/dist/modules/email/auth/index.js +18 -0
  296. package/dist/modules/email/auth/index.js.map +1 -0
  297. package/dist/modules/email/credentials.d.ts +3 -0
  298. package/dist/modules/email/credentials.d.ts.map +1 -0
  299. package/dist/modules/email/credentials.js +81 -0
  300. package/dist/modules/email/credentials.js.map +1 -0
  301. package/dist/modules/email/email-nest.module.d.ts +3 -0
  302. package/dist/modules/email/email-nest.module.d.ts.map +1 -0
  303. package/dist/modules/email/email-nest.module.js +24 -0
  304. package/dist/modules/email/email-nest.module.js.map +1 -0
  305. package/dist/modules/email/email.module.d.ts +3 -0
  306. package/dist/modules/email/email.module.d.ts.map +1 -0
  307. package/dist/modules/email/email.module.js +19 -0
  308. package/dist/modules/email/email.module.js.map +1 -0
  309. package/dist/modules/email/services/index.d.ts +3 -0
  310. package/dist/modules/email/services/index.d.ts.map +1 -0
  311. package/dist/modules/email/services/index.js +19 -0
  312. package/dist/modules/email/services/index.js.map +1 -0
  313. package/dist/modules/email/services/send-email.service.d.ts +9 -0
  314. package/dist/modules/email/services/send-email.service.d.ts.map +1 -0
  315. package/dist/modules/email/services/send-email.service.js +99 -0
  316. package/dist/modules/email/services/send-email.service.js.map +1 -0
  317. package/dist/modules/email/services/send-template-email.service.d.ts +9 -0
  318. package/dist/modules/email/services/send-template-email.service.d.ts.map +1 -0
  319. package/dist/modules/email/services/send-template-email.service.js +99 -0
  320. package/dist/modules/email/services/send-template-email.service.js.map +1 -0
  321. package/dist/modules/email/utils/template-options.util.d.ts +6 -0
  322. package/dist/modules/email/utils/template-options.util.d.ts.map +1 -0
  323. package/dist/modules/email/utils/template-options.util.js +30 -0
  324. package/dist/modules/email/utils/template-options.util.js.map +1 -0
  325. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts.map +1 -1
  326. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js.map +1 -1
  327. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts.map +1 -1
  328. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js.map +1 -1
  329. package/dist/modules/index.d.ts +4 -0
  330. package/dist/modules/index.d.ts.map +1 -1
  331. package/dist/modules/index.js +17 -1
  332. package/dist/modules/index.js.map +1 -1
  333. package/dist/modules/slack/actions/add-reaction.action.d.ts +3 -0
  334. package/dist/modules/slack/actions/add-reaction.action.d.ts.map +1 -0
  335. package/dist/modules/slack/actions/add-reaction.action.js +63 -0
  336. package/dist/modules/slack/actions/add-reaction.action.js.map +1 -0
  337. package/dist/modules/slack/actions/archive-conversation.action.d.ts +3 -0
  338. package/dist/modules/slack/actions/archive-conversation.action.d.ts.map +1 -0
  339. package/dist/modules/slack/actions/archive-conversation.action.js +41 -0
  340. package/dist/modules/slack/actions/archive-conversation.action.js.map +1 -0
  341. package/dist/modules/slack/actions/complete-upload-external.action.d.ts +3 -0
  342. package/dist/modules/slack/actions/complete-upload-external.action.d.ts.map +1 -0
  343. package/dist/modules/slack/actions/complete-upload-external.action.js +76 -0
  344. package/dist/modules/slack/actions/complete-upload-external.action.js.map +1 -0
  345. package/dist/modules/slack/actions/create-conversation.action.d.ts +3 -0
  346. package/dist/modules/slack/actions/create-conversation.action.d.ts.map +1 -0
  347. package/dist/modules/slack/actions/create-conversation.action.js +67 -0
  348. package/dist/modules/slack/actions/create-conversation.action.js.map +1 -0
  349. package/dist/modules/slack/actions/create-reminder.action.d.ts +3 -0
  350. package/dist/modules/slack/actions/create-reminder.action.d.ts.map +1 -0
  351. package/dist/modules/slack/actions/create-reminder.action.js +68 -0
  352. package/dist/modules/slack/actions/create-reminder.action.js.map +1 -0
  353. package/dist/modules/slack/actions/delete-message.action.d.ts +3 -0
  354. package/dist/modules/slack/actions/delete-message.action.d.ts.map +1 -0
  355. package/dist/modules/slack/actions/delete-message.action.js +74 -0
  356. package/dist/modules/slack/actions/delete-message.action.js.map +1 -0
  357. package/dist/modules/slack/actions/get-conversation-history.action.d.ts +3 -0
  358. package/dist/modules/slack/actions/get-conversation-history.action.d.ts.map +1 -0
  359. package/dist/modules/slack/actions/get-conversation-history.action.js +116 -0
  360. package/dist/modules/slack/actions/get-conversation-history.action.js.map +1 -0
  361. package/dist/modules/slack/actions/get-conversation-info.action.d.ts +3 -0
  362. package/dist/modules/slack/actions/get-conversation-info.action.d.ts.map +1 -0
  363. package/dist/modules/slack/actions/get-conversation-info.action.js +67 -0
  364. package/dist/modules/slack/actions/get-conversation-info.action.js.map +1 -0
  365. package/dist/modules/slack/actions/get-message-permalink.action.d.ts +3 -0
  366. package/dist/modules/slack/actions/get-message-permalink.action.d.ts.map +1 -0
  367. package/dist/modules/slack/actions/get-message-permalink.action.js +64 -0
  368. package/dist/modules/slack/actions/get-message-permalink.action.js.map +1 -0
  369. package/dist/modules/slack/actions/get-team-info.action.d.ts +3 -0
  370. package/dist/modules/slack/actions/get-team-info.action.d.ts.map +1 -0
  371. package/dist/modules/slack/actions/get-team-info.action.js +46 -0
  372. package/dist/modules/slack/actions/get-team-info.action.js.map +1 -0
  373. package/dist/modules/slack/actions/get-thread-replies.action.d.ts +3 -0
  374. package/dist/modules/slack/actions/get-thread-replies.action.d.ts.map +1 -0
  375. package/dist/modules/slack/actions/get-thread-replies.action.js +121 -0
  376. package/dist/modules/slack/actions/get-thread-replies.action.js.map +1 -0
  377. package/dist/modules/slack/actions/get-upload-url-external.action.d.ts +3 -0
  378. package/dist/modules/slack/actions/get-upload-url-external.action.d.ts.map +1 -0
  379. package/dist/modules/slack/actions/get-upload-url-external.action.js +64 -0
  380. package/dist/modules/slack/actions/get-upload-url-external.action.js.map +1 -0
  381. package/dist/modules/slack/actions/get-user-info.action.d.ts +3 -0
  382. package/dist/modules/slack/actions/get-user-info.action.d.ts.map +1 -0
  383. package/dist/modules/slack/actions/get-user-info.action.js +57 -0
  384. package/dist/modules/slack/actions/get-user-info.action.js.map +1 -0
  385. package/dist/modules/slack/actions/index.d.ts +30 -0
  386. package/dist/modules/slack/actions/index.d.ts.map +1 -0
  387. package/dist/modules/slack/actions/index.js +46 -0
  388. package/dist/modules/slack/actions/index.js.map +1 -0
  389. package/dist/modules/slack/actions/invite-to-conversation.action.d.ts +3 -0
  390. package/dist/modules/slack/actions/invite-to-conversation.action.d.ts.map +1 -0
  391. package/dist/modules/slack/actions/invite-to-conversation.action.js +58 -0
  392. package/dist/modules/slack/actions/invite-to-conversation.action.js.map +1 -0
  393. package/dist/modules/slack/actions/join-conversation.action.d.ts +3 -0
  394. package/dist/modules/slack/actions/join-conversation.action.d.ts.map +1 -0
  395. package/dist/modules/slack/actions/join-conversation.action.js +53 -0
  396. package/dist/modules/slack/actions/join-conversation.action.js.map +1 -0
  397. package/dist/modules/slack/actions/list-conversations.action.d.ts +3 -0
  398. package/dist/modules/slack/actions/list-conversations.action.d.ts.map +1 -0
  399. package/dist/modules/slack/actions/list-conversations.action.js +93 -0
  400. package/dist/modules/slack/actions/list-conversations.action.js.map +1 -0
  401. package/dist/modules/slack/actions/list-emoji.action.d.ts +3 -0
  402. package/dist/modules/slack/actions/list-emoji.action.d.ts.map +1 -0
  403. package/dist/modules/slack/actions/list-emoji.action.js +41 -0
  404. package/dist/modules/slack/actions/list-emoji.action.js.map +1 -0
  405. package/dist/modules/slack/actions/list-files.action.d.ts +3 -0
  406. package/dist/modules/slack/actions/list-files.action.d.ts.map +1 -0
  407. package/dist/modules/slack/actions/list-files.action.js +142 -0
  408. package/dist/modules/slack/actions/list-files.action.js.map +1 -0
  409. package/dist/modules/slack/actions/list-users.action.d.ts +3 -0
  410. package/dist/modules/slack/actions/list-users.action.d.ts.map +1 -0
  411. package/dist/modules/slack/actions/list-users.action.js +88 -0
  412. package/dist/modules/slack/actions/list-users.action.js.map +1 -0
  413. package/dist/modules/slack/actions/lookup-user-by-email.action.d.ts +3 -0
  414. package/dist/modules/slack/actions/lookup-user-by-email.action.d.ts.map +1 -0
  415. package/dist/modules/slack/actions/lookup-user-by-email.action.js +46 -0
  416. package/dist/modules/slack/actions/lookup-user-by-email.action.js.map +1 -0
  417. package/dist/modules/slack/actions/open-view.action.d.ts +3 -0
  418. package/dist/modules/slack/actions/open-view.action.d.ts.map +1 -0
  419. package/dist/modules/slack/actions/open-view.action.js +57 -0
  420. package/dist/modules/slack/actions/open-view.action.js.map +1 -0
  421. package/dist/modules/slack/actions/pin-message.action.d.ts +3 -0
  422. package/dist/modules/slack/actions/pin-message.action.d.ts.map +1 -0
  423. package/dist/modules/slack/actions/pin-message.action.js +71 -0
  424. package/dist/modules/slack/actions/pin-message.action.js.map +1 -0
  425. package/dist/modules/slack/actions/post-message.action.d.ts +3 -0
  426. package/dist/modules/slack/actions/post-message.action.d.ts.map +1 -0
  427. package/dist/modules/slack/actions/post-message.action.js +183 -0
  428. package/dist/modules/slack/actions/post-message.action.js.map +1 -0
  429. package/dist/modules/slack/actions/remove-reaction.action.d.ts +3 -0
  430. package/dist/modules/slack/actions/remove-reaction.action.d.ts.map +1 -0
  431. package/dist/modules/slack/actions/remove-reaction.action.js +63 -0
  432. package/dist/modules/slack/actions/remove-reaction.action.js.map +1 -0
  433. package/dist/modules/slack/actions/schedule-message.action.d.ts +3 -0
  434. package/dist/modules/slack/actions/schedule-message.action.d.ts.map +1 -0
  435. package/dist/modules/slack/actions/schedule-message.action.js +96 -0
  436. package/dist/modules/slack/actions/schedule-message.action.js.map +1 -0
  437. package/dist/modules/slack/actions/search-messages.action.d.ts +3 -0
  438. package/dist/modules/slack/actions/search-messages.action.d.ts.map +1 -0
  439. package/dist/modules/slack/actions/search-messages.action.js +116 -0
  440. package/dist/modules/slack/actions/search-messages.action.js.map +1 -0
  441. package/dist/modules/slack/actions/set-conversation-topic.action.d.ts +3 -0
  442. package/dist/modules/slack/actions/set-conversation-topic.action.d.ts.map +1 -0
  443. package/dist/modules/slack/actions/set-conversation-topic.action.js +59 -0
  444. package/dist/modules/slack/actions/set-conversation-topic.action.js.map +1 -0
  445. package/dist/modules/slack/actions/update-message.action.d.ts +3 -0
  446. package/dist/modules/slack/actions/update-message.action.d.ts.map +1 -0
  447. package/dist/modules/slack/actions/update-message.action.js +139 -0
  448. package/dist/modules/slack/actions/update-message.action.js.map +1 -0
  449. package/dist/modules/slack/actions/upload-file.action.d.ts +3 -0
  450. package/dist/modules/slack/actions/upload-file.action.d.ts.map +1 -0
  451. package/dist/modules/slack/actions/upload-file.action.js +114 -0
  452. package/dist/modules/slack/actions/upload-file.action.js.map +1 -0
  453. package/dist/modules/slack/auth/index.d.ts +2 -0
  454. package/dist/modules/slack/auth/index.d.ts.map +1 -0
  455. package/dist/modules/slack/auth/index.js +18 -0
  456. package/dist/modules/slack/auth/index.js.map +1 -0
  457. package/dist/modules/slack/auth/slack-auth.service.d.ts +8 -0
  458. package/dist/modules/slack/auth/slack-auth.service.d.ts.map +1 -0
  459. package/dist/modules/slack/auth/slack-auth.service.js +78 -0
  460. package/dist/modules/slack/auth/slack-auth.service.js.map +1 -0
  461. package/dist/modules/slack/credentials.d.ts +3 -0
  462. package/dist/modules/slack/credentials.d.ts.map +1 -0
  463. package/dist/modules/slack/credentials.js +20 -0
  464. package/dist/modules/slack/credentials.js.map +1 -0
  465. package/dist/modules/slack/services/add-reaction.service.d.ts +8 -0
  466. package/dist/modules/slack/services/add-reaction.service.d.ts.map +1 -0
  467. package/dist/modules/slack/services/add-reaction.service.js +52 -0
  468. package/dist/modules/slack/services/add-reaction.service.js.map +1 -0
  469. package/dist/modules/slack/services/archive-conversation.service.d.ts +8 -0
  470. package/dist/modules/slack/services/archive-conversation.service.d.ts.map +1 -0
  471. package/dist/modules/slack/services/archive-conversation.service.js +42 -0
  472. package/dist/modules/slack/services/archive-conversation.service.js.map +1 -0
  473. package/dist/modules/slack/services/complete-upload-external.service.d.ts +8 -0
  474. package/dist/modules/slack/services/complete-upload-external.service.d.ts.map +1 -0
  475. package/dist/modules/slack/services/complete-upload-external.service.js +49 -0
  476. package/dist/modules/slack/services/complete-upload-external.service.js.map +1 -0
  477. package/dist/modules/slack/services/create-conversation.service.d.ts +8 -0
  478. package/dist/modules/slack/services/create-conversation.service.d.ts.map +1 -0
  479. package/dist/modules/slack/services/create-conversation.service.js +47 -0
  480. package/dist/modules/slack/services/create-conversation.service.js.map +1 -0
  481. package/dist/modules/slack/services/create-reminder.service.d.ts +8 -0
  482. package/dist/modules/slack/services/create-reminder.service.d.ts.map +1 -0
  483. package/dist/modules/slack/services/create-reminder.service.js +50 -0
  484. package/dist/modules/slack/services/create-reminder.service.js.map +1 -0
  485. package/dist/modules/slack/services/delete-message.service.d.ts +8 -0
  486. package/dist/modules/slack/services/delete-message.service.d.ts.map +1 -0
  487. package/dist/modules/slack/services/delete-message.service.js +51 -0
  488. package/dist/modules/slack/services/delete-message.service.js.map +1 -0
  489. package/dist/modules/slack/services/get-conversation-history.service.d.ts +8 -0
  490. package/dist/modules/slack/services/get-conversation-history.service.d.ts.map +1 -0
  491. package/dist/modules/slack/services/get-conversation-history.service.js +56 -0
  492. package/dist/modules/slack/services/get-conversation-history.service.js.map +1 -0
  493. package/dist/modules/slack/services/get-conversation-info.service.d.ts +8 -0
  494. package/dist/modules/slack/services/get-conversation-info.service.d.ts.map +1 -0
  495. package/dist/modules/slack/services/get-conversation-info.service.js +47 -0
  496. package/dist/modules/slack/services/get-conversation-info.service.js.map +1 -0
  497. package/dist/modules/slack/services/get-message-permalink.service.d.ts +8 -0
  498. package/dist/modules/slack/services/get-message-permalink.service.d.ts.map +1 -0
  499. package/dist/modules/slack/services/get-message-permalink.service.js +49 -0
  500. package/dist/modules/slack/services/get-message-permalink.service.js.map +1 -0
  501. package/dist/modules/slack/services/get-team-info.service.d.ts +8 -0
  502. package/dist/modules/slack/services/get-team-info.service.d.ts.map +1 -0
  503. package/dist/modules/slack/services/get-team-info.service.js +40 -0
  504. package/dist/modules/slack/services/get-team-info.service.js.map +1 -0
  505. package/dist/modules/slack/services/get-thread-replies.service.d.ts +8 -0
  506. package/dist/modules/slack/services/get-thread-replies.service.d.ts.map +1 -0
  507. package/dist/modules/slack/services/get-thread-replies.service.js +60 -0
  508. package/dist/modules/slack/services/get-thread-replies.service.js.map +1 -0
  509. package/dist/modules/slack/services/get-upload-url-external.service.d.ts +8 -0
  510. package/dist/modules/slack/services/get-upload-url-external.service.d.ts.map +1 -0
  511. package/dist/modules/slack/services/get-upload-url-external.service.js +49 -0
  512. package/dist/modules/slack/services/get-upload-url-external.service.js.map +1 -0
  513. package/dist/modules/slack/services/get-user-info.service.d.ts +8 -0
  514. package/dist/modules/slack/services/get-user-info.service.d.ts.map +1 -0
  515. package/dist/modules/slack/services/get-user-info.service.js +45 -0
  516. package/dist/modules/slack/services/get-user-info.service.js.map +1 -0
  517. package/dist/modules/slack/services/index.d.ts +31 -0
  518. package/dist/modules/slack/services/index.d.ts.map +1 -0
  519. package/dist/modules/slack/services/index.js +47 -0
  520. package/dist/modules/slack/services/index.js.map +1 -0
  521. package/dist/modules/slack/services/invite-to-conversation.service.d.ts +8 -0
  522. package/dist/modules/slack/services/invite-to-conversation.service.d.ts.map +1 -0
  523. package/dist/modules/slack/services/invite-to-conversation.service.js +49 -0
  524. package/dist/modules/slack/services/invite-to-conversation.service.js.map +1 -0
  525. package/dist/modules/slack/services/join-conversation.service.d.ts +8 -0
  526. package/dist/modules/slack/services/join-conversation.service.d.ts.map +1 -0
  527. package/dist/modules/slack/services/join-conversation.service.js +44 -0
  528. package/dist/modules/slack/services/join-conversation.service.js.map +1 -0
  529. package/dist/modules/slack/services/list-conversations.service.d.ts +8 -0
  530. package/dist/modules/slack/services/list-conversations.service.d.ts.map +1 -0
  531. package/dist/modules/slack/services/list-conversations.service.js +49 -0
  532. package/dist/modules/slack/services/list-conversations.service.js.map +1 -0
  533. package/dist/modules/slack/services/list-emoji.service.d.ts +8 -0
  534. package/dist/modules/slack/services/list-emoji.service.d.ts.map +1 -0
  535. package/dist/modules/slack/services/list-emoji.service.js +38 -0
  536. package/dist/modules/slack/services/list-emoji.service.js.map +1 -0
  537. package/dist/modules/slack/services/list-files.service.d.ts +8 -0
  538. package/dist/modules/slack/services/list-files.service.d.ts.map +1 -0
  539. package/dist/modules/slack/services/list-files.service.js +59 -0
  540. package/dist/modules/slack/services/list-files.service.js.map +1 -0
  541. package/dist/modules/slack/services/list-users.service.d.ts +8 -0
  542. package/dist/modules/slack/services/list-users.service.d.ts.map +1 -0
  543. package/dist/modules/slack/services/list-users.service.js +48 -0
  544. package/dist/modules/slack/services/list-users.service.js.map +1 -0
  545. package/dist/modules/slack/services/lookup-user-by-email.service.d.ts +8 -0
  546. package/dist/modules/slack/services/lookup-user-by-email.service.d.ts.map +1 -0
  547. package/dist/modules/slack/services/lookup-user-by-email.service.js +43 -0
  548. package/dist/modules/slack/services/lookup-user-by-email.service.js.map +1 -0
  549. package/dist/modules/slack/services/message-received.service.d.ts +30 -0
  550. package/dist/modules/slack/services/message-received.service.d.ts.map +1 -0
  551. package/dist/modules/slack/services/message-received.service.js +220 -0
  552. package/dist/modules/slack/services/message-received.service.js.map +1 -0
  553. package/dist/modules/slack/services/open-view.service.d.ts +8 -0
  554. package/dist/modules/slack/services/open-view.service.d.ts.map +1 -0
  555. package/dist/modules/slack/services/open-view.service.js +48 -0
  556. package/dist/modules/slack/services/open-view.service.js.map +1 -0
  557. package/dist/modules/slack/services/pin-message.service.d.ts +8 -0
  558. package/dist/modules/slack/services/pin-message.service.d.ts.map +1 -0
  559. package/dist/modules/slack/services/pin-message.service.js +51 -0
  560. package/dist/modules/slack/services/pin-message.service.js.map +1 -0
  561. package/dist/modules/slack/services/post-message.service.d.ts +8 -0
  562. package/dist/modules/slack/services/post-message.service.d.ts.map +1 -0
  563. package/dist/modules/slack/services/post-message.service.js +72 -0
  564. package/dist/modules/slack/services/post-message.service.js.map +1 -0
  565. package/dist/modules/slack/services/remove-reaction.service.d.ts +8 -0
  566. package/dist/modules/slack/services/remove-reaction.service.d.ts.map +1 -0
  567. package/dist/modules/slack/services/remove-reaction.service.js +52 -0
  568. package/dist/modules/slack/services/remove-reaction.service.js.map +1 -0
  569. package/dist/modules/slack/services/schedule-message.service.d.ts +8 -0
  570. package/dist/modules/slack/services/schedule-message.service.d.ts.map +1 -0
  571. package/dist/modules/slack/services/schedule-message.service.js +59 -0
  572. package/dist/modules/slack/services/schedule-message.service.js.map +1 -0
  573. package/dist/modules/slack/services/search-messages.service.d.ts +8 -0
  574. package/dist/modules/slack/services/search-messages.service.d.ts.map +1 -0
  575. package/dist/modules/slack/services/search-messages.service.js +54 -0
  576. package/dist/modules/slack/services/search-messages.service.js.map +1 -0
  577. package/dist/modules/slack/services/set-conversation-topic.service.d.ts +8 -0
  578. package/dist/modules/slack/services/set-conversation-topic.service.d.ts.map +1 -0
  579. package/dist/modules/slack/services/set-conversation-topic.service.js +48 -0
  580. package/dist/modules/slack/services/set-conversation-topic.service.js.map +1 -0
  581. package/dist/modules/slack/services/update-message.service.d.ts +8 -0
  582. package/dist/modules/slack/services/update-message.service.d.ts.map +1 -0
  583. package/dist/modules/slack/services/update-message.service.js +66 -0
  584. package/dist/modules/slack/services/update-message.service.js.map +1 -0
  585. package/dist/modules/slack/services/upload-file.service.d.ts +8 -0
  586. package/dist/modules/slack/services/upload-file.service.d.ts.map +1 -0
  587. package/dist/modules/slack/services/upload-file.service.js +66 -0
  588. package/dist/modules/slack/services/upload-file.service.js.map +1 -0
  589. package/dist/modules/slack/slack-nest.module.d.ts +3 -0
  590. package/dist/modules/slack/slack-nest.module.d.ts.map +1 -0
  591. package/dist/modules/slack/slack-nest.module.js +89 -0
  592. package/dist/modules/slack/slack-nest.module.js.map +1 -0
  593. package/dist/modules/slack/slack.module.d.ts +3 -0
  594. package/dist/modules/slack/slack.module.d.ts.map +1 -0
  595. package/dist/modules/slack/slack.module.js +49 -0
  596. package/dist/modules/slack/slack.module.js.map +1 -0
  597. package/dist/modules/slack/triggers/index.d.ts +3 -0
  598. package/dist/modules/slack/triggers/index.d.ts.map +1 -0
  599. package/dist/modules/slack/triggers/index.js +8 -0
  600. package/dist/modules/slack/triggers/index.js.map +1 -0
  601. package/dist/modules/slack/triggers/message-received.trigger.d.ts +3 -0
  602. package/dist/modules/slack/triggers/message-received.trigger.d.ts.map +1 -0
  603. package/dist/modules/slack/triggers/message-received.trigger.js +122 -0
  604. package/dist/modules/slack/triggers/message-received.trigger.js.map +1 -0
  605. package/dist/modules/slack/utils/slack-credentials.util.d.ts +4 -0
  606. package/dist/modules/slack/utils/slack-credentials.util.d.ts.map +1 -0
  607. package/dist/modules/slack/utils/slack-credentials.util.js +13 -0
  608. package/dist/modules/slack/utils/slack-credentials.util.js.map +1 -0
  609. package/dist/workflow.module.d.ts.map +1 -1
  610. package/dist/workflow.module.js +12 -0
  611. package/dist/workflow.module.js.map +1 -1
  612. package/package.json +7 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-to-speech.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/chatgpt/services/text-to-speech.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAE5E,qBACa,mBAAoB,YAAW,sBAAsB;IACpD,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAAnB,mBAAmB,EAAE,mBAAmB;IAE/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;CAsCpC"}
@@ -0,0 +1,55 @@
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.TextToSpeechService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const chatgpt_1 = require("@venturialstd/chatgpt");
15
+ let TextToSpeechService = class TextToSpeechService {
16
+ chatGptAudioService;
17
+ constructor(chatGptAudioService) {
18
+ this.chatGptAudioService = chatGptAudioService;
19
+ }
20
+ async perform(inputs, context) {
21
+ const apiKey = context.credentials?.apiKey;
22
+ const baseUrl = context.credentials?.baseUrl || 'https://api.openai.com/v1';
23
+ if (!apiKey) {
24
+ throw new Error('OpenAI API key is required in credentials');
25
+ }
26
+ const text = inputs.text;
27
+ const model = inputs.model || 'tts-1';
28
+ const voice = inputs.voice || 'alloy';
29
+ const speed = inputs.speed || 1.0;
30
+ const responseFormat = inputs.responseFormat || 'mp3';
31
+ if (!text) {
32
+ throw new Error('Text is required');
33
+ }
34
+ const audioBuffer = await this.chatGptAudioService.textToSpeech({
35
+ model: model,
36
+ voice: voice,
37
+ speed,
38
+ responseFormat: responseFormat,
39
+ apiKey,
40
+ baseUrl,
41
+ }, text);
42
+ const audioBase64 = audioBuffer.toString('base64');
43
+ return {
44
+ audioBase64,
45
+ format: responseFormat,
46
+ size: audioBuffer.length,
47
+ };
48
+ }
49
+ };
50
+ exports.TextToSpeechService = TextToSpeechService;
51
+ exports.TextToSpeechService = TextToSpeechService = __decorate([
52
+ (0, common_1.Injectable)(),
53
+ __metadata("design:paramtypes", [chatgpt_1.ChatGptAudioService])
54
+ ], TextToSpeechService);
55
+ //# sourceMappingURL=text-to-speech.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-to-speech.service.js","sourceRoot":"","sources":["../../../../src/modules/chatgpt/services/text-to-speech.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,mDAA4D;AAKrD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IACD;IAA7B,YAA6B,mBAAwC;QAAxC,wBAAmB,GAAnB,mBAAmB,CAAqB;IAAG,CAAC;IAEzE,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,MAAgB,CAAC;QACrD,MAAM,OAAO,GAAI,OAAO,CAAC,WAAW,EAAE,OAAkB,IAAI,2BAA2B,CAAC;QAExF,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;QAC/D,CAAC;QAED,MAAM,IAAI,GAAG,MAAM,CAAC,IAAc,CAAC;QACnC,MAAM,KAAK,GAAI,MAAM,CAAC,KAAgB,IAAI,OAAO,CAAC;QAClD,MAAM,KAAK,GAAI,MAAM,CAAC,KAAgB,IAAI,OAAO,CAAC;QAClD,MAAM,KAAK,GAAI,MAAM,CAAC,KAAgB,IAAI,GAAG,CAAC;QAC9C,MAAM,cAAc,GAAI,MAAM,CAAC,cAAyB,IAAI,KAAK,CAAC;QAElE,IAAI,CAAC,IAAI,EAAE,CAAC;YACV,MAAM,IAAI,KAAK,CAAC,kBAAkB,CAAC,CAAC;QACtC,CAAC;QAED,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAAC,YAAY,CAC7D;YACE,KAAK,EAAE,KAA6B;YACpC,KAAK,EAAE,KAAiE;YACxE,KAAK;YACL,cAAc,EAAE,cAAiD;YACjE,MAAM;YACN,OAAO;SACR,EACD,IAAI,CACL,CAAC;QAEF,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAEnD,OAAO;YACL,WAAW;YACX,MAAM,EAAE,cAAc;YACtB,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB,CAAC;IACJ,CAAC;CACF,CAAA;AA5CY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,mBAAU,GAAE;qCAEuC,6BAAmB;GAD1D,mBAAmB,CA4C/B"}
@@ -0,0 +1,3 @@
1
+ export * from './send-email.action';
2
+ export * from './send-template-email.action';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/email/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC"}
@@ -0,0 +1,19 @@
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("./send-email.action"), exports);
18
+ __exportStar(require("./send-template-email.action"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/email/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,+DAA6C"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const sendEmailAction: WorkflowActionTrigger;
3
+ //# sourceMappingURL=send-email.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-email.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/email/actions/send-email.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,eAAe,EAAE,qBA6E7B,CAAC"}
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sendEmailAction = void 0;
4
+ const types_1 = require("../../types");
5
+ const send_email_service_1 = require("../services/send-email.service");
6
+ exports.sendEmailAction = {
7
+ key: 'send-email',
8
+ name: 'Send Email',
9
+ description: 'Send a simple email with subject and content',
10
+ category: types_1.NODE_CATEGORY.ACTION,
11
+ icon: '📧',
12
+ serviceClass: send_email_service_1.SendEmailService,
13
+ inputs: [
14
+ {
15
+ id: 'to',
16
+ name: 'To',
17
+ description: 'Email recipient address',
18
+ type: types_1.FIELD_TYPE.EMAIL,
19
+ validation: {
20
+ required: true,
21
+ },
22
+ },
23
+ {
24
+ id: 'subject',
25
+ name: 'Subject',
26
+ description: 'Email subject line',
27
+ type: types_1.FIELD_TYPE.STRING,
28
+ validation: {
29
+ required: true,
30
+ },
31
+ },
32
+ {
33
+ id: 'text',
34
+ name: 'Text Content',
35
+ description: 'Plain text email content',
36
+ type: types_1.FIELD_TYPE.STRING,
37
+ },
38
+ {
39
+ id: 'html',
40
+ name: 'HTML Content',
41
+ description: 'HTML email content',
42
+ type: types_1.FIELD_TYPE.STRING,
43
+ },
44
+ {
45
+ id: 'from',
46
+ name: 'From',
47
+ description: 'Email sender address (optional, defaults to configured sender)',
48
+ type: types_1.FIELD_TYPE.EMAIL,
49
+ },
50
+ {
51
+ id: 'cc',
52
+ name: 'CC',
53
+ description: 'Email CC recipients (comma-separated)',
54
+ type: types_1.FIELD_TYPE.STRING,
55
+ },
56
+ {
57
+ id: 'bcc',
58
+ name: 'BCC',
59
+ description: 'Email BCC recipients (comma-separated)',
60
+ type: types_1.FIELD_TYPE.STRING,
61
+ },
62
+ ],
63
+ outputs: [
64
+ {
65
+ id: 'success',
66
+ name: 'Success',
67
+ description: 'Whether the email was sent successfully',
68
+ type: types_1.FIELD_TYPE.BOOLEAN,
69
+ },
70
+ {
71
+ id: 'emailId',
72
+ name: 'Email ID',
73
+ description: 'The ID of the email log entry',
74
+ type: types_1.FIELD_TYPE.STRING,
75
+ },
76
+ {
77
+ id: 'error',
78
+ name: 'Error',
79
+ description: 'Error message if the email failed to send',
80
+ type: types_1.FIELD_TYPE.STRING,
81
+ },
82
+ ],
83
+ };
84
+ //# sourceMappingURL=send-email.action.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-email.action.js","sourceRoot":"","sources":["../../../../src/modules/email/actions/send-email.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,uEAAkE;AAErD,QAAA,eAAe,GAA0B;IACpD,GAAG,EAAE,YAAY;IACjB,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,qCAAsE;IACpF,MAAM,EAAE;QACN;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,IAAI;YACV,WAAW,EAAE,yBAAyB;YACtC,IAAI,EAAE,kBAAU,CAAC,KAAK;YACtB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;SACF;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;SACF;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,0BAA0B;YACvC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,gEAAgE;YAC7E,IAAI,EAAE,kBAAU,CAAC,KAAK;SACvB;QACD;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,IAAI;YACV,WAAW,EAAE,uCAAuC;YACpD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,KAAK;YACT,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,wCAAwC;YACrD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yCAAyC;YACtD,IAAI,EAAE,kBAAU,CAAC,OAAO;SACzB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,+BAA+B;YAC5C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,2CAA2C;YACxD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const sendTemplateEmailAction: WorkflowActionTrigger;
3
+ //# sourceMappingURL=send-template-email.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-template-email.action.d.ts","sourceRoot":"","sources":["../../../../src/modules/email/actions/send-template-email.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAIrB,eAAO,MAAM,uBAAuB,EAAE,qBAmFrC,CAAC"}
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sendTemplateEmailAction = void 0;
4
+ const types_1 = require("../../types");
5
+ const send_template_email_service_1 = require("../services/send-template-email.service");
6
+ const template_options_util_1 = require("../utils/template-options.util");
7
+ exports.sendTemplateEmailAction = {
8
+ key: 'send-template-email',
9
+ name: 'Send Template Email',
10
+ description: 'Send an email using a database template with dynamic variables',
11
+ category: types_1.NODE_CATEGORY.ACTION,
12
+ icon: '📬',
13
+ serviceClass: send_template_email_service_1.SendTemplateEmailService,
14
+ inputs: [
15
+ {
16
+ id: 'to',
17
+ name: 'To',
18
+ description: 'Email recipient address',
19
+ type: types_1.FIELD_TYPE.EMAIL,
20
+ validation: {
21
+ required: true,
22
+ },
23
+ },
24
+ {
25
+ id: 'template',
26
+ name: 'Template Name',
27
+ description: 'Select an email template from the database',
28
+ type: types_1.FIELD_TYPE.STRING,
29
+ validation: {
30
+ required: true,
31
+ },
32
+ placeholder: 'Select a template...',
33
+ loadOptions: template_options_util_1.loadEmailTemplateOptions,
34
+ },
35
+ {
36
+ id: 'context',
37
+ name: 'Template Context',
38
+ description: 'JSON object with template variables (e.g., {"name": "John", "url": "https://..."})',
39
+ type: types_1.FIELD_TYPE.JSON,
40
+ validation: {
41
+ required: true,
42
+ },
43
+ dependsOn: ['template'],
44
+ },
45
+ {
46
+ id: 'from',
47
+ name: 'From',
48
+ description: 'Email sender address (optional, defaults to configured sender)',
49
+ type: types_1.FIELD_TYPE.EMAIL,
50
+ },
51
+ {
52
+ id: 'cc',
53
+ name: 'CC',
54
+ description: 'Email CC recipients (comma-separated)',
55
+ type: types_1.FIELD_TYPE.STRING,
56
+ },
57
+ {
58
+ id: 'bcc',
59
+ name: 'BCC',
60
+ description: 'Email BCC recipients (comma-separated)',
61
+ type: types_1.FIELD_TYPE.STRING,
62
+ },
63
+ ],
64
+ outputs: [
65
+ {
66
+ id: 'success',
67
+ name: 'Success',
68
+ description: 'Whether the email was sent successfully',
69
+ type: types_1.FIELD_TYPE.BOOLEAN,
70
+ },
71
+ {
72
+ id: 'emailId',
73
+ name: 'Email ID',
74
+ description: 'The ID of the email log entry',
75
+ type: types_1.FIELD_TYPE.STRING,
76
+ },
77
+ {
78
+ id: 'templateName',
79
+ name: 'Template Name',
80
+ description: 'The name of the template used',
81
+ type: types_1.FIELD_TYPE.STRING,
82
+ },
83
+ {
84
+ id: 'error',
85
+ name: 'Error',
86
+ description: 'Error message if the email failed to send',
87
+ type: types_1.FIELD_TYPE.STRING,
88
+ },
89
+ ],
90
+ };
91
+ //# sourceMappingURL=send-template-email.action.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-template-email.action.js","sourceRoot":"","sources":["../../../../src/modules/email/actions/send-template-email.action.ts"],"names":[],"mappings":";;;AAAA,uCAKqB;AACrB,yFAAmF;AACnF,0EAA0E;AAE7D,QAAA,uBAAuB,GAA0B;IAC5D,GAAG,EAAE,qBAAqB;IAC1B,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,gEAAgE;IAC7E,QAAQ,EAAE,qBAAa,CAAC,MAAM;IAC9B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,sDAA8E;IAC5F,MAAM,EAAE;QACN;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,IAAI;YACV,WAAW,EAAE,yBAAyB;YACtC,IAAI,EAAE,kBAAU,CAAC,KAAK;YACtB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;SACF;QACD;YACE,EAAE,EAAE,UAAU;YACd,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,WAAW,EAAE,sBAAsB;YACnC,WAAW,EAAE,gDAAwB;SACtC;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,oFAAoF;YACjG,IAAI,EAAE,kBAAU,CAAC,IAAI;YACrB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,SAAS,EAAE,CAAC,UAAU,CAAC;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,gEAAgE;YAC7E,IAAI,EAAE,kBAAU,CAAC,KAAK;SACvB;QACD;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,IAAI;YACV,WAAW,EAAE,uCAAuC;YACpD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,KAAK;YACT,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,wCAAwC;YACrD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yCAAyC;YACtD,IAAI,EAAE,kBAAU,CAAC,OAAO;SACzB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,+BAA+B;YAC5C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,cAAc;YAClB,IAAI,EAAE,eAAe;YACrB,WAAW,EAAE,+BAA+B;YAC5C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,2CAA2C;YACxD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { EmailService } from '@venturialstd/email';
2
+ import { CredentialAuthResult, IWorkflowCredentialAuthService } from '../../types';
3
+ export declare class EmailAuthService implements IWorkflowCredentialAuthService {
4
+ private readonly emailService;
5
+ private readonly logger;
6
+ constructor(emailService: EmailService);
7
+ authenticate(credentials: Record<string, unknown>): Promise<CredentialAuthResult>;
8
+ }
9
+ //# sourceMappingURL=email-auth.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-auth.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/email/auth/email-auth.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAEnF,qBACa,gBAAiB,YAAW,8BAA8B;IAGzD,OAAO,CAAC,QAAQ,CAAC,YAAY;IAFzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;gBAE/B,YAAY,EAAE,YAAY;IAEjD,YAAY,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,oBAAoB,CAAC;CAsIxF"}
@@ -0,0 +1,150 @@
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
+ var EmailAuthService_1;
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.EmailAuthService = void 0;
14
+ const common_1 = require("@nestjs/common");
15
+ const email_1 = require("@venturialstd/email");
16
+ let EmailAuthService = EmailAuthService_1 = class EmailAuthService {
17
+ emailService;
18
+ logger = new common_1.Logger(EmailAuthService_1.name);
19
+ constructor(emailService) {
20
+ this.emailService = emailService;
21
+ }
22
+ async authenticate(credentials) {
23
+ try {
24
+ if (!credentials || Object.keys(credentials).length === 0) {
25
+ return {
26
+ success: false,
27
+ message: 'SMTP credentials are required',
28
+ error: 'MISSING_CREDENTIALS',
29
+ };
30
+ }
31
+ const smtpHost = credentials.smtpHost;
32
+ const smtpPort = credentials.smtpPort;
33
+ const smtpUser = credentials.smtpUser;
34
+ const smtpPassword = credentials.smtpPassword;
35
+ const smtpSecure = credentials.smtpSecure;
36
+ if (!smtpHost || !smtpHost.trim()) {
37
+ return {
38
+ success: false,
39
+ message: 'SMTP host is required',
40
+ error: 'MISSING_SMTP_HOST',
41
+ };
42
+ }
43
+ if (!smtpUser || !smtpUser.trim()) {
44
+ return {
45
+ success: false,
46
+ message: 'SMTP username is required',
47
+ error: 'MISSING_SMTP_USER',
48
+ };
49
+ }
50
+ if (!smtpPassword || !smtpPassword.trim()) {
51
+ return {
52
+ success: false,
53
+ message: 'SMTP password is required',
54
+ error: 'MISSING_SMTP_PASSWORD',
55
+ };
56
+ }
57
+ if (smtpPort && (smtpPort < 1 || smtpPort > 65535)) {
58
+ return {
59
+ success: false,
60
+ message: 'SMTP port must be between 1 and 65535',
61
+ error: 'INVALID_SMTP_PORT',
62
+ };
63
+ }
64
+ this.logger.log(`Testing SMTP connection to ${smtpHost}:${smtpPort || 587}`);
65
+ try {
66
+ const port = smtpPort || 587;
67
+ const secure = smtpSecure || false;
68
+ const emailConfig = {
69
+ transporter: 'SMTP',
70
+ smtp: {
71
+ host: smtpHost,
72
+ port,
73
+ secure,
74
+ auth: {
75
+ user: smtpUser,
76
+ pass: smtpPassword,
77
+ },
78
+ },
79
+ };
80
+ this.logger.debug('Validating SMTP credentials using EmailService...');
81
+ await this.emailService.validateCredentials(emailConfig);
82
+ this.logger.log(`✅ SMTP credentials validated successfully for ${smtpHost}:${port}`);
83
+ return {
84
+ success: true,
85
+ message: 'SMTP credentials validated successfully',
86
+ };
87
+ }
88
+ catch (error) {
89
+ const errorMessage = error instanceof Error ? error.message : 'Unknown error';
90
+ this.logger.error(`❌ SMTP connection failed: ${errorMessage}`, error);
91
+ if (errorMessage.includes('EAUTH')) {
92
+ return {
93
+ success: false,
94
+ message: 'Authentication failed. Please check your username and password.',
95
+ error: 'AUTH_FAILED',
96
+ };
97
+ }
98
+ else if (errorMessage.includes('ECONNREFUSED')) {
99
+ return {
100
+ success: false,
101
+ message: 'Connection refused. Please check the host and port.',
102
+ error: 'CONNECTION_REFUSED',
103
+ };
104
+ }
105
+ else if (errorMessage.includes('ETIMEDOUT') || errorMessage.includes('ENOTFOUND')) {
106
+ return {
107
+ success: false,
108
+ message: 'Connection timeout. Please check the host name and your network.',
109
+ error: 'CONNECTION_TIMEOUT',
110
+ };
111
+ }
112
+ else if (errorMessage.includes('ECONNRESET')) {
113
+ return {
114
+ success: false,
115
+ message: 'Connection reset. The server may have rejected the connection.',
116
+ error: 'CONNECTION_RESET',
117
+ };
118
+ }
119
+ else if (errorMessage.includes('tls') || errorMessage.includes('SSL')) {
120
+ return {
121
+ success: false,
122
+ message: 'TLS/SSL error. Try toggling the "Use SSL/TLS" setting or using a different port.',
123
+ error: 'TLS_ERROR',
124
+ };
125
+ }
126
+ else {
127
+ return {
128
+ success: false,
129
+ message: `SMTP connection failed: ${errorMessage}`,
130
+ error: 'CONNECTION_ERROR',
131
+ };
132
+ }
133
+ }
134
+ }
135
+ catch (error) {
136
+ this.logger.error('Authentication error:', error);
137
+ return {
138
+ success: false,
139
+ message: error instanceof Error ? error.message : 'Unknown error occurred',
140
+ error: 'AUTH_ERROR',
141
+ };
142
+ }
143
+ }
144
+ };
145
+ exports.EmailAuthService = EmailAuthService;
146
+ exports.EmailAuthService = EmailAuthService = EmailAuthService_1 = __decorate([
147
+ (0, common_1.Injectable)(),
148
+ __metadata("design:paramtypes", [email_1.EmailService])
149
+ ], EmailAuthService);
150
+ //# sourceMappingURL=email-auth.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-auth.service.js","sourceRoot":"","sources":["../../../../src/modules/email/auth/email-auth.service.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export * from './email-auth.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/email/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,18 @@
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("./email-auth.service"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/email/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
@@ -0,0 +1,3 @@
1
+ import { CredentialFieldDefinition } from '../types';
2
+ export declare const emailCredentials: CredentialFieldDefinition[];
3
+ //# sourceMappingURL=credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../src/modules/email/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAc,MAAM,UAAU,CAAC;AAMjE,eAAO,MAAM,gBAAgB,EAAE,yBAAyB,EA2EvD,CAAC"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.emailCredentials = void 0;
4
+ const types_1 = require("../types");
5
+ exports.emailCredentials = [
6
+ {
7
+ id: 'smtpHost',
8
+ name: 'SMTP Host',
9
+ description: 'SMTP server hostname',
10
+ type: types_1.FIELD_TYPE.STRING,
11
+ validation: {
12
+ required: true,
13
+ minLength: 3,
14
+ },
15
+ placeholder: 'smtp.gmail.com',
16
+ sensitive: false,
17
+ required: true,
18
+ },
19
+ {
20
+ id: 'smtpPort',
21
+ name: 'SMTP Port',
22
+ description: 'SMTP server port (default: 587 for STARTTLS, 465 for SSL)',
23
+ type: types_1.FIELD_TYPE.NUMBER,
24
+ validation: {
25
+ required: false,
26
+ min: 1,
27
+ max: 65535,
28
+ },
29
+ placeholder: '587',
30
+ sensitive: false,
31
+ required: false,
32
+ },
33
+ {
34
+ id: 'smtpSecure',
35
+ name: 'Use SSL/TLS',
36
+ description: 'Use secure connection (true for port 465, false for port 587 with STARTTLS)',
37
+ type: types_1.FIELD_TYPE.BOOLEAN,
38
+ validation: {
39
+ required: false,
40
+ },
41
+ sensitive: false,
42
+ required: false,
43
+ },
44
+ {
45
+ id: 'smtpUser',
46
+ name: 'SMTP Username',
47
+ description: 'SMTP authentication username',
48
+ type: types_1.FIELD_TYPE.STRING,
49
+ validation: {
50
+ required: true,
51
+ },
52
+ placeholder: 'your-email@example.com',
53
+ sensitive: false,
54
+ required: true,
55
+ },
56
+ {
57
+ id: 'smtpPassword',
58
+ name: 'SMTP Password',
59
+ description: 'SMTP authentication password or app-specific password',
60
+ type: types_1.FIELD_TYPE.STRING,
61
+ validation: {
62
+ required: true,
63
+ },
64
+ placeholder: 'Your SMTP password or app-specific password',
65
+ sensitive: true,
66
+ required: true,
67
+ },
68
+ {
69
+ id: 'defaultFrom',
70
+ name: 'Default From Address',
71
+ description: 'Default email sender address',
72
+ type: types_1.FIELD_TYPE.EMAIL,
73
+ validation: {
74
+ required: false,
75
+ },
76
+ placeholder: 'noreply@example.com',
77
+ sensitive: false,
78
+ required: false,
79
+ },
80
+ ];
81
+ //# sourceMappingURL=credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credentials.js","sourceRoot":"","sources":["../../../src/modules/email/credentials.ts"],"names":[],"mappings":";;;AAAA,oCAAiE;AAMpD,QAAA,gBAAgB,GAAgC;IAC3D;QACE,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,WAAW;QACjB,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,kBAAU,CAAC,MAAM;QACvB,UAAU,EAAE;YACV,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,CAAC;SACb;QACD,WAAW,EAAE,gBAAgB;QAC7B,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,IAAI;KACf;IACD;QACE,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,WAAW;QACjB,WAAW,EAAE,2DAA2D;QACxE,IAAI,EAAE,kBAAU,CAAC,MAAM;QACvB,UAAU,EAAE;YACV,QAAQ,EAAE,KAAK;YACf,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,KAAK;SACX;QACD,WAAW,EAAE,KAAK;QAClB,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;KAChB;IACD;QACE,EAAE,EAAE,YAAY;QAChB,IAAI,EAAE,aAAa;QACnB,WAAW,EAAE,6EAA6E;QAC1F,IAAI,EAAE,kBAAU,CAAC,OAAO;QACxB,UAAU,EAAE;YACV,QAAQ,EAAE,KAAK;SAChB;QACD,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;KAChB;IACD;QACE,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,kBAAU,CAAC,MAAM;QACvB,UAAU,EAAE;YACV,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE,wBAAwB;QACrC,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,IAAI;KACf;IACD;QACE,EAAE,EAAE,cAAc;QAClB,IAAI,EAAE,eAAe;QACrB,WAAW,EAAE,uDAAuD;QACpE,IAAI,EAAE,kBAAU,CAAC,MAAM;QACvB,UAAU,EAAE;YACV,QAAQ,EAAE,IAAI;SACf;QACD,WAAW,EAAE,6CAA6C;QAC1D,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,IAAI;KACf;IACD;QACE,EAAE,EAAE,aAAa;QACjB,IAAI,EAAE,sBAAsB;QAC5B,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,kBAAU,CAAC,KAAK;QACtB,UAAU,EAAE;YACV,QAAQ,EAAE,KAAK;SAChB;QACD,WAAW,EAAE,qBAAqB;QAClC,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;KAChB;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare class EmailNestModule {
2
+ }
3
+ //# sourceMappingURL=email-nest.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/email/email-nest.module.ts"],"names":[],"mappings":"AAMA,qBAKa,eAAe;CAAG"}
@@ -0,0 +1,24 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.EmailNestModule = void 0;
10
+ const common_1 = require("@nestjs/common");
11
+ const email_1 = require("@venturialstd/email");
12
+ const email_auth_service_1 = require("./auth/email-auth.service");
13
+ const services_1 = require("./services");
14
+ let EmailNestModule = class EmailNestModule {
15
+ };
16
+ exports.EmailNestModule = EmailNestModule;
17
+ exports.EmailNestModule = EmailNestModule = __decorate([
18
+ (0, common_1.Module)({
19
+ imports: [email_1.EmailModule],
20
+ providers: [email_auth_service_1.EmailAuthService, services_1.SendEmailService, services_1.SendTemplateEmailService],
21
+ exports: [email_auth_service_1.EmailAuthService, services_1.SendEmailService, services_1.SendTemplateEmailService],
22
+ })
23
+ ], EmailNestModule);
24
+ //# sourceMappingURL=email-nest.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-nest.module.js","sourceRoot":"","sources":["../../../src/modules/email/email-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,+CAAkD;AAElD,kEAA6D;AAC7D,yCAAwE;AAOjE,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAL3B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,mBAAW,CAAC;QACtB,SAAS,EAAE,CAAC,qCAAgB,EAAE,2BAAgB,EAAE,mCAAwB,CAAC;QACzE,OAAO,EAAE,CAAC,qCAAgB,EAAE,2BAAgB,EAAE,mCAAwB,CAAC;KACxE,CAAC;GACW,eAAe,CAAG"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowModuleDefinition } from '../types';
2
+ export declare const emailModule: WorkflowModuleDefinition;
3
+ //# sourceMappingURL=email.module.d.ts.map