@venturialstd/workflow 0.1.113 → 0.1.115

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 (630) hide show
  1. package/README.md +238 -238
  2. package/dist/index.d.ts +0 -1
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +0 -1
  5. package/dist/index.js.map +1 -1
  6. package/dist/modules/capa/actions/cancel-transaction.action.d.ts +3 -0
  7. package/dist/modules/capa/actions/cancel-transaction.action.d.ts.map +1 -0
  8. package/dist/modules/capa/actions/cancel-transaction.action.js +58 -0
  9. package/dist/modules/capa/actions/cancel-transaction.action.js.map +1 -0
  10. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts +3 -0
  11. package/dist/modules/capa/actions/create-cross-ramp-quote.action.d.ts.map +1 -0
  12. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js +143 -0
  13. package/dist/modules/capa/actions/create-cross-ramp-quote.action.js.map +1 -0
  14. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts +3 -0
  15. package/dist/modules/capa/actions/create-cross-ramp.action.d.ts.map +1 -0
  16. package/dist/modules/capa/actions/create-cross-ramp.action.js +158 -0
  17. package/dist/modules/capa/actions/create-cross-ramp.action.js.map +1 -0
  18. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts +3 -0
  19. package/dist/modules/capa/actions/create-kyb-verification-link.action.d.ts.map +1 -0
  20. package/dist/modules/capa/actions/create-kyb-verification-link.action.js +50 -0
  21. package/dist/modules/capa/actions/create-kyb-verification-link.action.js.map +1 -0
  22. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts +3 -0
  23. package/dist/modules/capa/actions/create-kyc-verification-link.action.d.ts.map +1 -0
  24. package/dist/modules/capa/actions/create-kyc-verification-link.action.js +50 -0
  25. package/dist/modules/capa/actions/create-kyc-verification-link.action.js.map +1 -0
  26. package/dist/modules/capa/actions/create-off-ramp.action.d.ts +3 -0
  27. package/dist/modules/capa/actions/create-off-ramp.action.d.ts.map +1 -0
  28. package/dist/modules/capa/actions/create-off-ramp.action.js +195 -0
  29. package/dist/modules/capa/actions/create-off-ramp.action.js.map +1 -0
  30. package/dist/modules/capa/actions/create-on-ramp.action.d.ts +3 -0
  31. package/dist/modules/capa/actions/create-on-ramp.action.d.ts.map +1 -0
  32. package/dist/modules/capa/actions/create-on-ramp.action.js +195 -0
  33. package/dist/modules/capa/actions/create-on-ramp.action.js.map +1 -0
  34. package/dist/modules/capa/actions/create-quote.action.d.ts +3 -0
  35. package/dist/modules/capa/actions/create-quote.action.d.ts.map +1 -0
  36. package/dist/modules/capa/actions/create-quote.action.js +156 -0
  37. package/dist/modules/capa/actions/create-quote.action.js.map +1 -0
  38. package/dist/modules/capa/actions/create-receiver.action.d.ts +3 -0
  39. package/dist/modules/capa/actions/create-receiver.action.d.ts.map +1 -0
  40. package/dist/modules/capa/actions/create-receiver.action.js +217 -0
  41. package/dist/modules/capa/actions/create-receiver.action.js.map +1 -0
  42. package/dist/modules/capa/actions/create-user-kyc.action.d.ts +3 -0
  43. package/dist/modules/capa/actions/create-user-kyc.action.d.ts.map +1 -0
  44. package/dist/modules/capa/actions/create-user-kyc.action.js +90 -0
  45. package/dist/modules/capa/actions/create-user-kyc.action.js.map +1 -0
  46. package/dist/modules/capa/actions/create-user.action.d.ts +3 -0
  47. package/dist/modules/capa/actions/create-user.action.d.ts.map +1 -0
  48. package/dist/modules/capa/actions/create-user.action.js +110 -0
  49. package/dist/modules/capa/actions/create-user.action.js.map +1 -0
  50. package/dist/modules/capa/actions/delete-receiver.action.d.ts +3 -0
  51. package/dist/modules/capa/actions/delete-receiver.action.d.ts.map +1 -0
  52. package/dist/modules/capa/actions/delete-receiver.action.js +56 -0
  53. package/dist/modules/capa/actions/delete-receiver.action.js.map +1 -0
  54. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts +3 -0
  55. package/dist/modules/capa/actions/get-cross-ramp-quote.action.d.ts.map +1 -0
  56. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js +143 -0
  57. package/dist/modules/capa/actions/get-cross-ramp-quote.action.js.map +1 -0
  58. package/dist/modules/capa/actions/get-kyb-details.action.d.ts +3 -0
  59. package/dist/modules/capa/actions/get-kyb-details.action.d.ts.map +1 -0
  60. package/dist/modules/capa/actions/get-kyb-details.action.js +64 -0
  61. package/dist/modules/capa/actions/get-kyb-details.action.js.map +1 -0
  62. package/dist/modules/capa/actions/get-kyc-details.action.d.ts +3 -0
  63. package/dist/modules/capa/actions/get-kyc-details.action.d.ts.map +1 -0
  64. package/dist/modules/capa/actions/get-kyc-details.action.js +100 -0
  65. package/dist/modules/capa/actions/get-kyc-details.action.js.map +1 -0
  66. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts +3 -0
  67. package/dist/modules/capa/actions/get-mock-testing-guide.action.d.ts.map +1 -0
  68. package/dist/modules/capa/actions/get-mock-testing-guide.action.js +23 -0
  69. package/dist/modules/capa/actions/get-mock-testing-guide.action.js.map +1 -0
  70. package/dist/modules/capa/actions/get-quote.action.d.ts +3 -0
  71. package/dist/modules/capa/actions/get-quote.action.d.ts.map +1 -0
  72. package/dist/modules/capa/actions/get-quote.action.js +156 -0
  73. package/dist/modules/capa/actions/get-quote.action.js.map +1 -0
  74. package/dist/modules/capa/actions/get-user-agreements.action.d.ts +3 -0
  75. package/dist/modules/capa/actions/get-user-agreements.action.d.ts.map +1 -0
  76. package/dist/modules/capa/actions/get-user-agreements.action.js +40 -0
  77. package/dist/modules/capa/actions/get-user-agreements.action.js.map +1 -0
  78. package/dist/modules/capa/actions/index.d.ts +23 -0
  79. package/dist/modules/capa/actions/index.d.ts.map +1 -0
  80. package/dist/modules/capa/actions/index.js +39 -0
  81. package/dist/modules/capa/actions/index.js.map +1 -0
  82. package/dist/modules/capa/actions/list-receivers.action.d.ts +3 -0
  83. package/dist/modules/capa/actions/list-receivers.action.d.ts.map +1 -0
  84. package/dist/modules/capa/actions/list-receivers.action.js +51 -0
  85. package/dist/modules/capa/actions/list-receivers.action.js.map +1 -0
  86. package/dist/modules/capa/actions/list-transactions.action.d.ts +3 -0
  87. package/dist/modules/capa/actions/list-transactions.action.d.ts.map +1 -0
  88. package/dist/modules/capa/actions/list-transactions.action.js +125 -0
  89. package/dist/modules/capa/actions/list-transactions.action.js.map +1 -0
  90. package/dist/modules/capa/actions/request-document-signature.action.d.ts +3 -0
  91. package/dist/modules/capa/actions/request-document-signature.action.d.ts.map +1 -0
  92. package/dist/modules/capa/actions/request-document-signature.action.js +50 -0
  93. package/dist/modules/capa/actions/request-document-signature.action.js.map +1 -0
  94. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts +3 -0
  95. package/dist/modules/capa/actions/update-webhook-settings.action.d.ts.map +1 -0
  96. package/dist/modules/capa/actions/update-webhook-settings.action.js +52 -0
  97. package/dist/modules/capa/actions/update-webhook-settings.action.js.map +1 -0
  98. package/dist/modules/capa/auth/capa-auth.service.d.ts +8 -0
  99. package/dist/modules/capa/auth/capa-auth.service.d.ts.map +1 -0
  100. package/dist/modules/capa/auth/capa-auth.service.js +94 -0
  101. package/dist/modules/capa/auth/capa-auth.service.js.map +1 -0
  102. package/dist/modules/capa/auth/index.d.ts +2 -0
  103. package/dist/modules/capa/auth/index.d.ts.map +1 -0
  104. package/dist/modules/{chatbot/triggers → capa/auth}/index.js +1 -1
  105. package/dist/modules/capa/auth/index.js.map +1 -0
  106. package/dist/modules/capa/capa-nest.module.d.ts +3 -0
  107. package/dist/modules/capa/capa-nest.module.d.ts.map +1 -0
  108. package/dist/modules/capa/capa-nest.module.js +72 -0
  109. package/dist/modules/capa/capa-nest.module.js.map +1 -0
  110. package/dist/modules/capa/capa.module.d.ts +3 -0
  111. package/dist/modules/capa/capa.module.d.ts.map +1 -0
  112. package/dist/modules/capa/capa.module.js +42 -0
  113. package/dist/modules/capa/capa.module.js.map +1 -0
  114. package/dist/modules/capa/credentials.d.ts +3 -0
  115. package/dist/modules/capa/credentials.d.ts.map +1 -0
  116. package/dist/modules/capa/credentials.js +46 -0
  117. package/dist/modules/capa/credentials.js.map +1 -0
  118. package/dist/modules/capa/services/cancel-transaction.service.d.ts +9 -0
  119. package/dist/modules/capa/services/cancel-transaction.service.d.ts.map +1 -0
  120. package/dist/modules/capa/services/cancel-transaction.service.js +45 -0
  121. package/dist/modules/capa/services/cancel-transaction.service.js.map +1 -0
  122. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts +9 -0
  123. package/dist/modules/capa/services/create-cross-ramp-quote.service.d.ts.map +1 -0
  124. package/dist/modules/capa/services/create-cross-ramp-quote.service.js +75 -0
  125. package/dist/modules/capa/services/create-cross-ramp-quote.service.js.map +1 -0
  126. package/dist/modules/capa/services/create-cross-ramp.service.d.ts +9 -0
  127. package/dist/modules/capa/services/create-cross-ramp.service.d.ts.map +1 -0
  128. package/dist/modules/capa/services/create-cross-ramp.service.js +66 -0
  129. package/dist/modules/capa/services/create-cross-ramp.service.js.map +1 -0
  130. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts +9 -0
  131. package/dist/modules/capa/services/create-kyb-verification-link.service.d.ts.map +1 -0
  132. package/dist/modules/capa/services/create-kyb-verification-link.service.js +47 -0
  133. package/dist/modules/capa/services/create-kyb-verification-link.service.js.map +1 -0
  134. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts +9 -0
  135. package/dist/modules/capa/services/create-kyc-verification-link.service.d.ts.map +1 -0
  136. package/dist/modules/capa/services/create-kyc-verification-link.service.js +47 -0
  137. package/dist/modules/capa/services/create-kyc-verification-link.service.js.map +1 -0
  138. package/dist/modules/capa/services/create-off-ramp.service.d.ts +9 -0
  139. package/dist/modules/capa/services/create-off-ramp.service.d.ts.map +1 -0
  140. package/dist/modules/capa/services/create-off-ramp.service.js +80 -0
  141. package/dist/modules/capa/services/create-off-ramp.service.js.map +1 -0
  142. package/dist/modules/capa/services/create-on-ramp.service.d.ts +9 -0
  143. package/dist/modules/capa/services/create-on-ramp.service.d.ts.map +1 -0
  144. package/dist/modules/capa/services/create-on-ramp.service.js +80 -0
  145. package/dist/modules/capa/services/create-on-ramp.service.js.map +1 -0
  146. package/dist/modules/capa/services/create-quote.service.d.ts +9 -0
  147. package/dist/modules/capa/services/create-quote.service.d.ts.map +1 -0
  148. package/dist/modules/capa/services/create-quote.service.js +77 -0
  149. package/dist/modules/capa/services/create-quote.service.js.map +1 -0
  150. package/dist/modules/capa/services/create-receiver.service.d.ts +9 -0
  151. package/dist/modules/capa/services/create-receiver.service.d.ts.map +1 -0
  152. package/dist/modules/capa/services/create-receiver.service.js +79 -0
  153. package/dist/modules/capa/services/create-receiver.service.js.map +1 -0
  154. package/dist/modules/capa/services/create-user-kyc.service.d.ts +9 -0
  155. package/dist/modules/capa/services/create-user-kyc.service.d.ts.map +1 -0
  156. package/dist/modules/capa/services/create-user-kyc.service.js +54 -0
  157. package/dist/modules/capa/services/create-user-kyc.service.js.map +1 -0
  158. package/dist/modules/capa/services/create-user.service.d.ts +9 -0
  159. package/dist/modules/capa/services/create-user.service.d.ts.map +1 -0
  160. package/dist/modules/capa/services/create-user.service.js +57 -0
  161. package/dist/modules/capa/services/create-user.service.js.map +1 -0
  162. package/dist/modules/capa/services/delete-receiver.service.d.ts +9 -0
  163. package/dist/modules/capa/services/delete-receiver.service.d.ts.map +1 -0
  164. package/dist/modules/capa/services/delete-receiver.service.js +47 -0
  165. package/dist/modules/capa/services/delete-receiver.service.js.map +1 -0
  166. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts +9 -0
  167. package/dist/modules/capa/services/get-cross-ramp-quote.service.d.ts.map +1 -0
  168. package/dist/modules/capa/services/get-cross-ramp-quote.service.js +75 -0
  169. package/dist/modules/capa/services/get-cross-ramp-quote.service.js.map +1 -0
  170. package/dist/modules/capa/services/get-kyb-details.service.d.ts +9 -0
  171. package/dist/modules/capa/services/get-kyb-details.service.d.ts.map +1 -0
  172. package/dist/modules/capa/services/get-kyb-details.service.js +46 -0
  173. package/dist/modules/capa/services/get-kyb-details.service.js.map +1 -0
  174. package/dist/modules/capa/services/get-kyc-details.service.d.ts +9 -0
  175. package/dist/modules/capa/services/get-kyc-details.service.d.ts.map +1 -0
  176. package/dist/modules/capa/services/get-kyc-details.service.js +52 -0
  177. package/dist/modules/capa/services/get-kyc-details.service.js.map +1 -0
  178. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts +9 -0
  179. package/dist/modules/capa/services/get-mock-testing-guide.service.d.ts.map +1 -0
  180. package/dist/modules/capa/services/get-mock-testing-guide.service.js +37 -0
  181. package/dist/modules/capa/services/get-mock-testing-guide.service.js.map +1 -0
  182. package/dist/modules/capa/services/get-quote.service.d.ts +9 -0
  183. package/dist/modules/capa/services/get-quote.service.d.ts.map +1 -0
  184. package/dist/modules/capa/services/get-quote.service.js +77 -0
  185. package/dist/modules/capa/services/get-quote.service.js.map +1 -0
  186. package/dist/modules/capa/services/get-user-agreements.service.d.ts +9 -0
  187. package/dist/modules/capa/services/get-user-agreements.service.d.ts.map +1 -0
  188. package/dist/modules/capa/services/get-user-agreements.service.js +42 -0
  189. package/dist/modules/capa/services/get-user-agreements.service.js.map +1 -0
  190. package/dist/modules/capa/services/index.d.ts +23 -0
  191. package/dist/modules/capa/services/index.d.ts.map +1 -0
  192. package/dist/modules/capa/services/index.js +39 -0
  193. package/dist/modules/capa/services/index.js.map +1 -0
  194. package/dist/modules/capa/services/list-receivers.service.d.ts +9 -0
  195. package/dist/modules/capa/services/list-receivers.service.d.ts.map +1 -0
  196. package/dist/modules/capa/services/list-receivers.service.js +45 -0
  197. package/dist/modules/capa/services/list-receivers.service.js.map +1 -0
  198. package/dist/modules/capa/services/list-transactions.service.d.ts +9 -0
  199. package/dist/modules/capa/services/list-transactions.service.d.ts.map +1 -0
  200. package/dist/modules/capa/services/list-transactions.service.js +58 -0
  201. package/dist/modules/capa/services/list-transactions.service.js.map +1 -0
  202. package/dist/modules/capa/services/request-document-signature.service.d.ts +9 -0
  203. package/dist/modules/capa/services/request-document-signature.service.d.ts.map +1 -0
  204. package/dist/modules/capa/services/request-document-signature.service.js +46 -0
  205. package/dist/modules/capa/services/request-document-signature.service.js.map +1 -0
  206. package/dist/modules/capa/services/update-webhook-settings.service.d.ts +9 -0
  207. package/dist/modules/capa/services/update-webhook-settings.service.d.ts.map +1 -0
  208. package/dist/modules/capa/services/update-webhook-settings.service.js +47 -0
  209. package/dist/modules/capa/services/update-webhook-settings.service.js.map +1 -0
  210. package/dist/modules/capa/triggers/index.d.ts +3 -0
  211. package/dist/modules/capa/triggers/index.d.ts.map +1 -0
  212. package/dist/modules/capa/triggers/index.js +5 -0
  213. package/dist/modules/capa/triggers/index.js.map +1 -0
  214. package/dist/modules/capa/utils/capa-credentials.util.d.ts +4 -0
  215. package/dist/modules/capa/utils/capa-credentials.util.d.ts.map +1 -0
  216. package/dist/modules/capa/utils/capa-credentials.util.js +24 -0
  217. package/dist/modules/capa/utils/capa-credentials.util.js.map +1 -0
  218. package/dist/modules/capa/utils/capa-query.util.d.ts +4 -0
  219. package/dist/modules/capa/utils/capa-query.util.d.ts.map +1 -0
  220. package/dist/modules/capa/utils/capa-query.util.js +55 -0
  221. package/dist/modules/capa/utils/capa-query.util.js.map +1 -0
  222. package/dist/modules/chatgpt/actions/chat-completion.action.d.ts +3 -0
  223. package/dist/modules/chatgpt/actions/chat-completion.action.d.ts.map +1 -0
  224. package/dist/modules/chatgpt/actions/chat-completion.action.js +168 -0
  225. package/dist/modules/chatgpt/actions/chat-completion.action.js.map +1 -0
  226. package/dist/modules/chatgpt/actions/create-embedding.action.d.ts +3 -0
  227. package/dist/modules/chatgpt/actions/create-embedding.action.d.ts.map +1 -0
  228. package/dist/modules/chatgpt/actions/create-embedding.action.js +71 -0
  229. package/dist/modules/chatgpt/actions/create-embedding.action.js.map +1 -0
  230. package/dist/modules/chatgpt/actions/generate-image.action.d.ts +3 -0
  231. package/dist/modules/chatgpt/actions/generate-image.action.d.ts.map +1 -0
  232. package/dist/modules/chatgpt/actions/generate-image.action.js +103 -0
  233. package/dist/modules/chatgpt/actions/generate-image.action.js.map +1 -0
  234. package/dist/modules/chatgpt/actions/index.d.ts +6 -0
  235. package/dist/modules/chatgpt/actions/index.d.ts.map +1 -0
  236. package/dist/modules/{chatbot/services → chatgpt/actions}/index.js +5 -4
  237. package/dist/modules/chatgpt/actions/index.js.map +1 -0
  238. package/dist/modules/chatgpt/actions/speech-to-text.action.d.ts +3 -0
  239. package/dist/modules/chatgpt/actions/speech-to-text.action.d.ts.map +1 -0
  240. package/dist/modules/chatgpt/actions/speech-to-text.action.js +83 -0
  241. package/dist/modules/chatgpt/actions/speech-to-text.action.js.map +1 -0
  242. package/dist/modules/chatgpt/actions/text-to-speech.action.d.ts +3 -0
  243. package/dist/modules/chatgpt/actions/text-to-speech.action.d.ts.map +1 -0
  244. package/dist/modules/chatgpt/actions/text-to-speech.action.js +111 -0
  245. package/dist/modules/chatgpt/actions/text-to-speech.action.js.map +1 -0
  246. package/dist/modules/chatgpt/auth/chatgpt-auth.service.d.ts +5 -0
  247. package/dist/modules/chatgpt/auth/chatgpt-auth.service.d.ts.map +1 -0
  248. package/dist/modules/chatgpt/auth/chatgpt-auth.service.js +68 -0
  249. package/dist/modules/chatgpt/auth/chatgpt-auth.service.js.map +1 -0
  250. package/dist/modules/chatgpt/chatgpt-nest.module.d.ts +3 -0
  251. package/dist/modules/chatgpt/chatgpt-nest.module.d.ts.map +1 -0
  252. package/dist/modules/chatgpt/chatgpt-nest.module.js +37 -0
  253. package/dist/modules/chatgpt/chatgpt-nest.module.js.map +1 -0
  254. package/dist/modules/chatgpt/chatgpt.module.d.ts +3 -0
  255. package/dist/modules/chatgpt/chatgpt.module.d.ts.map +1 -0
  256. package/dist/modules/chatgpt/chatgpt.module.js +24 -0
  257. package/dist/modules/chatgpt/chatgpt.module.js.map +1 -0
  258. package/dist/modules/chatgpt/constants/chatgpt-completion.constants.d.ts +4 -0
  259. package/dist/modules/chatgpt/constants/chatgpt-completion.constants.d.ts.map +1 -0
  260. package/dist/modules/chatgpt/constants/chatgpt-completion.constants.js +32 -0
  261. package/dist/modules/chatgpt/constants/chatgpt-completion.constants.js.map +1 -0
  262. package/dist/modules/chatgpt/credentials.d.ts +3 -0
  263. package/dist/modules/chatgpt/credentials.d.ts.map +1 -0
  264. package/dist/modules/chatgpt/credentials.js +32 -0
  265. package/dist/modules/chatgpt/credentials.js.map +1 -0
  266. package/dist/modules/chatgpt/services/chat-completion.service.d.ts +12 -0
  267. package/dist/modules/chatgpt/services/chat-completion.service.d.ts.map +1 -0
  268. package/dist/modules/chatgpt/services/chat-completion.service.js +151 -0
  269. package/dist/modules/chatgpt/services/chat-completion.service.js.map +1 -0
  270. package/dist/modules/chatgpt/services/create-embedding.service.d.ts +8 -0
  271. package/dist/modules/chatgpt/services/create-embedding.service.d.ts.map +1 -0
  272. package/dist/modules/chatgpt/services/create-embedding.service.js +65 -0
  273. package/dist/modules/chatgpt/services/create-embedding.service.js.map +1 -0
  274. package/dist/modules/chatgpt/services/generate-image.service.d.ts +8 -0
  275. package/dist/modules/chatgpt/services/generate-image.service.d.ts.map +1 -0
  276. package/dist/modules/chatgpt/services/generate-image.service.js +56 -0
  277. package/dist/modules/chatgpt/services/generate-image.service.js.map +1 -0
  278. package/dist/modules/chatgpt/services/index.d.ts +6 -0
  279. package/dist/modules/chatgpt/services/index.d.ts.map +1 -0
  280. package/dist/modules/chatgpt/services/index.js +22 -0
  281. package/dist/modules/chatgpt/services/index.js.map +1 -0
  282. package/dist/modules/chatgpt/services/speech-to-text.service.d.ts +8 -0
  283. package/dist/modules/chatgpt/services/speech-to-text.service.d.ts.map +1 -0
  284. package/dist/modules/chatgpt/services/speech-to-text.service.js +54 -0
  285. package/dist/modules/chatgpt/services/speech-to-text.service.js.map +1 -0
  286. package/dist/modules/chatgpt/services/text-to-speech.service.d.ts +8 -0
  287. package/dist/modules/chatgpt/services/text-to-speech.service.d.ts.map +1 -0
  288. package/dist/modules/chatgpt/services/text-to-speech.service.js +55 -0
  289. package/dist/modules/chatgpt/services/text-to-speech.service.js.map +1 -0
  290. package/dist/modules/inbestgo/auth/inbestgo-auth.service.d.ts.map +1 -1
  291. package/dist/modules/inbestgo/auth/inbestgo-auth.service.js.map +1 -1
  292. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.d.ts.map +1 -1
  293. package/dist/modules/inbestgo/services/lookup-user-by-phone.service.js.map +1 -1
  294. package/dist/modules/index.d.ts +3 -1
  295. package/dist/modules/index.d.ts.map +1 -1
  296. package/dist/modules/index.js +13 -5
  297. package/dist/modules/index.js.map +1 -1
  298. package/dist/modules/slack/actions/add-reaction.action.d.ts +3 -0
  299. package/dist/modules/slack/actions/add-reaction.action.d.ts.map +1 -0
  300. package/dist/modules/slack/actions/add-reaction.action.js +63 -0
  301. package/dist/modules/slack/actions/add-reaction.action.js.map +1 -0
  302. package/dist/modules/slack/actions/archive-conversation.action.d.ts +3 -0
  303. package/dist/modules/slack/actions/archive-conversation.action.d.ts.map +1 -0
  304. package/dist/modules/slack/actions/archive-conversation.action.js +41 -0
  305. package/dist/modules/slack/actions/archive-conversation.action.js.map +1 -0
  306. package/dist/modules/slack/actions/complete-upload-external.action.d.ts +3 -0
  307. package/dist/modules/slack/actions/complete-upload-external.action.d.ts.map +1 -0
  308. package/dist/modules/slack/actions/complete-upload-external.action.js +76 -0
  309. package/dist/modules/slack/actions/complete-upload-external.action.js.map +1 -0
  310. package/dist/modules/slack/actions/create-conversation.action.d.ts +3 -0
  311. package/dist/modules/slack/actions/create-conversation.action.d.ts.map +1 -0
  312. package/dist/modules/slack/actions/create-conversation.action.js +67 -0
  313. package/dist/modules/slack/actions/create-conversation.action.js.map +1 -0
  314. package/dist/modules/slack/actions/create-reminder.action.d.ts +3 -0
  315. package/dist/modules/slack/actions/create-reminder.action.d.ts.map +1 -0
  316. package/dist/modules/slack/actions/create-reminder.action.js +68 -0
  317. package/dist/modules/slack/actions/create-reminder.action.js.map +1 -0
  318. package/dist/modules/slack/actions/delete-message.action.d.ts +3 -0
  319. package/dist/modules/slack/actions/delete-message.action.d.ts.map +1 -0
  320. package/dist/modules/slack/actions/delete-message.action.js +74 -0
  321. package/dist/modules/slack/actions/delete-message.action.js.map +1 -0
  322. package/dist/modules/slack/actions/get-conversation-history.action.d.ts +3 -0
  323. package/dist/modules/slack/actions/get-conversation-history.action.d.ts.map +1 -0
  324. package/dist/modules/slack/actions/get-conversation-history.action.js +116 -0
  325. package/dist/modules/slack/actions/get-conversation-history.action.js.map +1 -0
  326. package/dist/modules/slack/actions/get-conversation-info.action.d.ts +3 -0
  327. package/dist/modules/slack/actions/get-conversation-info.action.d.ts.map +1 -0
  328. package/dist/modules/slack/actions/get-conversation-info.action.js +67 -0
  329. package/dist/modules/slack/actions/get-conversation-info.action.js.map +1 -0
  330. package/dist/modules/slack/actions/get-message-permalink.action.d.ts +3 -0
  331. package/dist/modules/slack/actions/get-message-permalink.action.d.ts.map +1 -0
  332. package/dist/modules/slack/actions/get-message-permalink.action.js +64 -0
  333. package/dist/modules/slack/actions/get-message-permalink.action.js.map +1 -0
  334. package/dist/modules/slack/actions/get-team-info.action.d.ts +3 -0
  335. package/dist/modules/slack/actions/get-team-info.action.d.ts.map +1 -0
  336. package/dist/modules/slack/actions/get-team-info.action.js +46 -0
  337. package/dist/modules/slack/actions/get-team-info.action.js.map +1 -0
  338. package/dist/modules/slack/actions/get-thread-replies.action.d.ts +3 -0
  339. package/dist/modules/slack/actions/get-thread-replies.action.d.ts.map +1 -0
  340. package/dist/modules/slack/actions/get-thread-replies.action.js +121 -0
  341. package/dist/modules/slack/actions/get-thread-replies.action.js.map +1 -0
  342. package/dist/modules/slack/actions/get-upload-url-external.action.d.ts +3 -0
  343. package/dist/modules/slack/actions/get-upload-url-external.action.d.ts.map +1 -0
  344. package/dist/modules/slack/actions/get-upload-url-external.action.js +64 -0
  345. package/dist/modules/slack/actions/get-upload-url-external.action.js.map +1 -0
  346. package/dist/modules/slack/actions/get-user-info.action.d.ts +3 -0
  347. package/dist/modules/slack/actions/get-user-info.action.d.ts.map +1 -0
  348. package/dist/modules/slack/actions/get-user-info.action.js +57 -0
  349. package/dist/modules/slack/actions/get-user-info.action.js.map +1 -0
  350. package/dist/modules/slack/actions/index.d.ts +30 -0
  351. package/dist/modules/slack/actions/index.d.ts.map +1 -0
  352. package/dist/modules/slack/actions/index.js +46 -0
  353. package/dist/modules/slack/actions/index.js.map +1 -0
  354. package/dist/modules/slack/actions/invite-to-conversation.action.d.ts +3 -0
  355. package/dist/modules/slack/actions/invite-to-conversation.action.d.ts.map +1 -0
  356. package/dist/modules/slack/actions/invite-to-conversation.action.js +58 -0
  357. package/dist/modules/slack/actions/invite-to-conversation.action.js.map +1 -0
  358. package/dist/modules/slack/actions/join-conversation.action.d.ts +3 -0
  359. package/dist/modules/slack/actions/join-conversation.action.d.ts.map +1 -0
  360. package/dist/modules/slack/actions/join-conversation.action.js +53 -0
  361. package/dist/modules/slack/actions/join-conversation.action.js.map +1 -0
  362. package/dist/modules/slack/actions/list-conversations.action.d.ts +3 -0
  363. package/dist/modules/slack/actions/list-conversations.action.d.ts.map +1 -0
  364. package/dist/modules/slack/actions/list-conversations.action.js +93 -0
  365. package/dist/modules/slack/actions/list-conversations.action.js.map +1 -0
  366. package/dist/modules/slack/actions/list-emoji.action.d.ts +3 -0
  367. package/dist/modules/slack/actions/list-emoji.action.d.ts.map +1 -0
  368. package/dist/modules/slack/actions/list-emoji.action.js +41 -0
  369. package/dist/modules/slack/actions/list-emoji.action.js.map +1 -0
  370. package/dist/modules/slack/actions/list-files.action.d.ts +3 -0
  371. package/dist/modules/slack/actions/list-files.action.d.ts.map +1 -0
  372. package/dist/modules/slack/actions/list-files.action.js +142 -0
  373. package/dist/modules/slack/actions/list-files.action.js.map +1 -0
  374. package/dist/modules/slack/actions/list-users.action.d.ts +3 -0
  375. package/dist/modules/slack/actions/list-users.action.d.ts.map +1 -0
  376. package/dist/modules/slack/actions/list-users.action.js +88 -0
  377. package/dist/modules/slack/actions/list-users.action.js.map +1 -0
  378. package/dist/modules/slack/actions/lookup-user-by-email.action.d.ts +3 -0
  379. package/dist/modules/slack/actions/lookup-user-by-email.action.d.ts.map +1 -0
  380. package/dist/modules/slack/actions/lookup-user-by-email.action.js +46 -0
  381. package/dist/modules/slack/actions/lookup-user-by-email.action.js.map +1 -0
  382. package/dist/modules/slack/actions/open-view.action.d.ts +3 -0
  383. package/dist/modules/slack/actions/open-view.action.d.ts.map +1 -0
  384. package/dist/modules/slack/actions/open-view.action.js +57 -0
  385. package/dist/modules/slack/actions/open-view.action.js.map +1 -0
  386. package/dist/modules/slack/actions/pin-message.action.d.ts +3 -0
  387. package/dist/modules/slack/actions/pin-message.action.d.ts.map +1 -0
  388. package/dist/modules/slack/actions/pin-message.action.js +71 -0
  389. package/dist/modules/slack/actions/pin-message.action.js.map +1 -0
  390. package/dist/modules/slack/actions/post-message.action.d.ts +3 -0
  391. package/dist/modules/slack/actions/post-message.action.d.ts.map +1 -0
  392. package/dist/modules/slack/actions/post-message.action.js +183 -0
  393. package/dist/modules/slack/actions/post-message.action.js.map +1 -0
  394. package/dist/modules/slack/actions/remove-reaction.action.d.ts +3 -0
  395. package/dist/modules/slack/actions/remove-reaction.action.d.ts.map +1 -0
  396. package/dist/modules/slack/actions/remove-reaction.action.js +63 -0
  397. package/dist/modules/slack/actions/remove-reaction.action.js.map +1 -0
  398. package/dist/modules/slack/actions/schedule-message.action.d.ts +3 -0
  399. package/dist/modules/slack/actions/schedule-message.action.d.ts.map +1 -0
  400. package/dist/modules/slack/actions/schedule-message.action.js +96 -0
  401. package/dist/modules/slack/actions/schedule-message.action.js.map +1 -0
  402. package/dist/modules/slack/actions/search-messages.action.d.ts +3 -0
  403. package/dist/modules/slack/actions/search-messages.action.d.ts.map +1 -0
  404. package/dist/modules/slack/actions/search-messages.action.js +116 -0
  405. package/dist/modules/slack/actions/search-messages.action.js.map +1 -0
  406. package/dist/modules/slack/actions/set-conversation-topic.action.d.ts +3 -0
  407. package/dist/modules/slack/actions/set-conversation-topic.action.d.ts.map +1 -0
  408. package/dist/modules/slack/actions/set-conversation-topic.action.js +59 -0
  409. package/dist/modules/slack/actions/set-conversation-topic.action.js.map +1 -0
  410. package/dist/modules/slack/actions/update-message.action.d.ts +3 -0
  411. package/dist/modules/slack/actions/update-message.action.d.ts.map +1 -0
  412. package/dist/modules/slack/actions/update-message.action.js +139 -0
  413. package/dist/modules/slack/actions/update-message.action.js.map +1 -0
  414. package/dist/modules/slack/actions/upload-file.action.d.ts +3 -0
  415. package/dist/modules/slack/actions/upload-file.action.d.ts.map +1 -0
  416. package/dist/modules/slack/actions/upload-file.action.js +114 -0
  417. package/dist/modules/slack/actions/upload-file.action.js.map +1 -0
  418. package/dist/modules/slack/auth/index.d.ts +2 -0
  419. package/dist/modules/slack/auth/index.d.ts.map +1 -0
  420. package/dist/modules/{chatbot/actions → slack/auth}/index.js +1 -3
  421. package/dist/modules/slack/auth/index.js.map +1 -0
  422. package/dist/modules/slack/auth/slack-auth.service.d.ts +8 -0
  423. package/dist/modules/slack/auth/slack-auth.service.d.ts.map +1 -0
  424. package/dist/modules/slack/auth/slack-auth.service.js +78 -0
  425. package/dist/modules/slack/auth/slack-auth.service.js.map +1 -0
  426. package/dist/modules/slack/credentials.d.ts +3 -0
  427. package/dist/modules/slack/credentials.d.ts.map +1 -0
  428. package/dist/modules/slack/credentials.js +20 -0
  429. package/dist/modules/slack/credentials.js.map +1 -0
  430. package/dist/modules/slack/services/add-reaction.service.d.ts +8 -0
  431. package/dist/modules/slack/services/add-reaction.service.d.ts.map +1 -0
  432. package/dist/modules/slack/services/add-reaction.service.js +52 -0
  433. package/dist/modules/slack/services/add-reaction.service.js.map +1 -0
  434. package/dist/modules/slack/services/archive-conversation.service.d.ts +8 -0
  435. package/dist/modules/slack/services/archive-conversation.service.d.ts.map +1 -0
  436. package/dist/modules/slack/services/archive-conversation.service.js +42 -0
  437. package/dist/modules/slack/services/archive-conversation.service.js.map +1 -0
  438. package/dist/modules/slack/services/complete-upload-external.service.d.ts +8 -0
  439. package/dist/modules/slack/services/complete-upload-external.service.d.ts.map +1 -0
  440. package/dist/modules/slack/services/complete-upload-external.service.js +49 -0
  441. package/dist/modules/slack/services/complete-upload-external.service.js.map +1 -0
  442. package/dist/modules/slack/services/create-conversation.service.d.ts +8 -0
  443. package/dist/modules/slack/services/create-conversation.service.d.ts.map +1 -0
  444. package/dist/modules/slack/services/create-conversation.service.js +47 -0
  445. package/dist/modules/slack/services/create-conversation.service.js.map +1 -0
  446. package/dist/modules/slack/services/create-reminder.service.d.ts +8 -0
  447. package/dist/modules/slack/services/create-reminder.service.d.ts.map +1 -0
  448. package/dist/modules/slack/services/create-reminder.service.js +50 -0
  449. package/dist/modules/slack/services/create-reminder.service.js.map +1 -0
  450. package/dist/modules/slack/services/delete-message.service.d.ts +8 -0
  451. package/dist/modules/slack/services/delete-message.service.d.ts.map +1 -0
  452. package/dist/modules/slack/services/delete-message.service.js +51 -0
  453. package/dist/modules/slack/services/delete-message.service.js.map +1 -0
  454. package/dist/modules/slack/services/get-conversation-history.service.d.ts +8 -0
  455. package/dist/modules/slack/services/get-conversation-history.service.d.ts.map +1 -0
  456. package/dist/modules/slack/services/get-conversation-history.service.js +56 -0
  457. package/dist/modules/slack/services/get-conversation-history.service.js.map +1 -0
  458. package/dist/modules/slack/services/get-conversation-info.service.d.ts +8 -0
  459. package/dist/modules/slack/services/get-conversation-info.service.d.ts.map +1 -0
  460. package/dist/modules/slack/services/get-conversation-info.service.js +47 -0
  461. package/dist/modules/slack/services/get-conversation-info.service.js.map +1 -0
  462. package/dist/modules/slack/services/get-message-permalink.service.d.ts +8 -0
  463. package/dist/modules/slack/services/get-message-permalink.service.d.ts.map +1 -0
  464. package/dist/modules/slack/services/get-message-permalink.service.js +49 -0
  465. package/dist/modules/slack/services/get-message-permalink.service.js.map +1 -0
  466. package/dist/modules/slack/services/get-team-info.service.d.ts +8 -0
  467. package/dist/modules/slack/services/get-team-info.service.d.ts.map +1 -0
  468. package/dist/modules/slack/services/get-team-info.service.js +40 -0
  469. package/dist/modules/slack/services/get-team-info.service.js.map +1 -0
  470. package/dist/modules/slack/services/get-thread-replies.service.d.ts +8 -0
  471. package/dist/modules/slack/services/get-thread-replies.service.d.ts.map +1 -0
  472. package/dist/modules/slack/services/get-thread-replies.service.js +60 -0
  473. package/dist/modules/slack/services/get-thread-replies.service.js.map +1 -0
  474. package/dist/modules/slack/services/get-upload-url-external.service.d.ts +8 -0
  475. package/dist/modules/slack/services/get-upload-url-external.service.d.ts.map +1 -0
  476. package/dist/modules/slack/services/get-upload-url-external.service.js +49 -0
  477. package/dist/modules/slack/services/get-upload-url-external.service.js.map +1 -0
  478. package/dist/modules/slack/services/get-user-info.service.d.ts +8 -0
  479. package/dist/modules/slack/services/get-user-info.service.d.ts.map +1 -0
  480. package/dist/modules/slack/services/get-user-info.service.js +45 -0
  481. package/dist/modules/slack/services/get-user-info.service.js.map +1 -0
  482. package/dist/modules/slack/services/index.d.ts +31 -0
  483. package/dist/modules/slack/services/index.d.ts.map +1 -0
  484. package/dist/modules/slack/services/index.js +47 -0
  485. package/dist/modules/slack/services/index.js.map +1 -0
  486. package/dist/modules/slack/services/invite-to-conversation.service.d.ts +8 -0
  487. package/dist/modules/slack/services/invite-to-conversation.service.d.ts.map +1 -0
  488. package/dist/modules/slack/services/invite-to-conversation.service.js +49 -0
  489. package/dist/modules/slack/services/invite-to-conversation.service.js.map +1 -0
  490. package/dist/modules/slack/services/join-conversation.service.d.ts +8 -0
  491. package/dist/modules/slack/services/join-conversation.service.d.ts.map +1 -0
  492. package/dist/modules/slack/services/join-conversation.service.js +44 -0
  493. package/dist/modules/slack/services/join-conversation.service.js.map +1 -0
  494. package/dist/modules/slack/services/list-conversations.service.d.ts +8 -0
  495. package/dist/modules/slack/services/list-conversations.service.d.ts.map +1 -0
  496. package/dist/modules/slack/services/list-conversations.service.js +49 -0
  497. package/dist/modules/slack/services/list-conversations.service.js.map +1 -0
  498. package/dist/modules/slack/services/list-emoji.service.d.ts +8 -0
  499. package/dist/modules/slack/services/list-emoji.service.d.ts.map +1 -0
  500. package/dist/modules/slack/services/list-emoji.service.js +38 -0
  501. package/dist/modules/slack/services/list-emoji.service.js.map +1 -0
  502. package/dist/modules/slack/services/list-files.service.d.ts +8 -0
  503. package/dist/modules/slack/services/list-files.service.d.ts.map +1 -0
  504. package/dist/modules/slack/services/list-files.service.js +59 -0
  505. package/dist/modules/slack/services/list-files.service.js.map +1 -0
  506. package/dist/modules/slack/services/list-users.service.d.ts +8 -0
  507. package/dist/modules/slack/services/list-users.service.d.ts.map +1 -0
  508. package/dist/modules/slack/services/list-users.service.js +48 -0
  509. package/dist/modules/slack/services/list-users.service.js.map +1 -0
  510. package/dist/modules/slack/services/lookup-user-by-email.service.d.ts +8 -0
  511. package/dist/modules/slack/services/lookup-user-by-email.service.d.ts.map +1 -0
  512. package/dist/modules/slack/services/lookup-user-by-email.service.js +43 -0
  513. package/dist/modules/slack/services/lookup-user-by-email.service.js.map +1 -0
  514. package/dist/modules/slack/services/message-received.service.d.ts +30 -0
  515. package/dist/modules/slack/services/message-received.service.d.ts.map +1 -0
  516. package/dist/modules/slack/services/message-received.service.js +220 -0
  517. package/dist/modules/slack/services/message-received.service.js.map +1 -0
  518. package/dist/modules/slack/services/open-view.service.d.ts +8 -0
  519. package/dist/modules/slack/services/open-view.service.d.ts.map +1 -0
  520. package/dist/modules/slack/services/open-view.service.js +48 -0
  521. package/dist/modules/slack/services/open-view.service.js.map +1 -0
  522. package/dist/modules/slack/services/pin-message.service.d.ts +8 -0
  523. package/dist/modules/slack/services/pin-message.service.d.ts.map +1 -0
  524. package/dist/modules/slack/services/pin-message.service.js +51 -0
  525. package/dist/modules/slack/services/pin-message.service.js.map +1 -0
  526. package/dist/modules/slack/services/post-message.service.d.ts +8 -0
  527. package/dist/modules/slack/services/post-message.service.d.ts.map +1 -0
  528. package/dist/modules/slack/services/post-message.service.js +72 -0
  529. package/dist/modules/slack/services/post-message.service.js.map +1 -0
  530. package/dist/modules/slack/services/remove-reaction.service.d.ts +8 -0
  531. package/dist/modules/slack/services/remove-reaction.service.d.ts.map +1 -0
  532. package/dist/modules/slack/services/remove-reaction.service.js +52 -0
  533. package/dist/modules/slack/services/remove-reaction.service.js.map +1 -0
  534. package/dist/modules/slack/services/schedule-message.service.d.ts +8 -0
  535. package/dist/modules/slack/services/schedule-message.service.d.ts.map +1 -0
  536. package/dist/modules/slack/services/schedule-message.service.js +59 -0
  537. package/dist/modules/slack/services/schedule-message.service.js.map +1 -0
  538. package/dist/modules/slack/services/search-messages.service.d.ts +8 -0
  539. package/dist/modules/slack/services/search-messages.service.d.ts.map +1 -0
  540. package/dist/modules/slack/services/search-messages.service.js +54 -0
  541. package/dist/modules/slack/services/search-messages.service.js.map +1 -0
  542. package/dist/modules/slack/services/set-conversation-topic.service.d.ts +8 -0
  543. package/dist/modules/slack/services/set-conversation-topic.service.d.ts.map +1 -0
  544. package/dist/modules/slack/services/set-conversation-topic.service.js +48 -0
  545. package/dist/modules/slack/services/set-conversation-topic.service.js.map +1 -0
  546. package/dist/modules/slack/services/update-message.service.d.ts +8 -0
  547. package/dist/modules/slack/services/update-message.service.d.ts.map +1 -0
  548. package/dist/modules/slack/services/update-message.service.js +66 -0
  549. package/dist/modules/slack/services/update-message.service.js.map +1 -0
  550. package/dist/modules/slack/services/upload-file.service.d.ts +8 -0
  551. package/dist/modules/slack/services/upload-file.service.d.ts.map +1 -0
  552. package/dist/modules/slack/services/upload-file.service.js +66 -0
  553. package/dist/modules/slack/services/upload-file.service.js.map +1 -0
  554. package/dist/modules/slack/slack-nest.module.d.ts +3 -0
  555. package/dist/modules/slack/slack-nest.module.d.ts.map +1 -0
  556. package/dist/modules/slack/slack-nest.module.js +89 -0
  557. package/dist/modules/slack/slack-nest.module.js.map +1 -0
  558. package/dist/modules/slack/slack.module.d.ts +3 -0
  559. package/dist/modules/slack/slack.module.d.ts.map +1 -0
  560. package/dist/modules/slack/slack.module.js +49 -0
  561. package/dist/modules/slack/slack.module.js.map +1 -0
  562. package/dist/modules/slack/triggers/index.d.ts +3 -0
  563. package/dist/modules/slack/triggers/index.d.ts.map +1 -0
  564. package/dist/modules/slack/triggers/index.js +8 -0
  565. package/dist/modules/slack/triggers/index.js.map +1 -0
  566. package/dist/modules/slack/triggers/message-received.trigger.d.ts +3 -0
  567. package/dist/modules/slack/triggers/message-received.trigger.d.ts.map +1 -0
  568. package/dist/modules/slack/triggers/message-received.trigger.js +122 -0
  569. package/dist/modules/slack/triggers/message-received.trigger.js.map +1 -0
  570. package/dist/modules/slack/utils/slack-credentials.util.d.ts +4 -0
  571. package/dist/modules/slack/utils/slack-credentials.util.d.ts.map +1 -0
  572. package/dist/modules/slack/utils/slack-credentials.util.js +13 -0
  573. package/dist/modules/slack/utils/slack-credentials.util.js.map +1 -0
  574. package/dist/workflow.module.d.ts.map +1 -1
  575. package/dist/workflow.module.js +9 -3
  576. package/dist/workflow.module.js.map +1 -1
  577. package/package.json +106 -102
  578. package/dist/modules/chatbot/actions/ask-question.action.d.ts +0 -3
  579. package/dist/modules/chatbot/actions/ask-question.action.d.ts.map +0 -1
  580. package/dist/modules/chatbot/actions/ask-question.action.js +0 -42
  581. package/dist/modules/chatbot/actions/ask-question.action.js.map +0 -1
  582. package/dist/modules/chatbot/actions/index.d.ts +0 -4
  583. package/dist/modules/chatbot/actions/index.d.ts.map +0 -1
  584. package/dist/modules/chatbot/actions/index.js.map +0 -1
  585. package/dist/modules/chatbot/actions/send-buttons.action.d.ts +0 -3
  586. package/dist/modules/chatbot/actions/send-buttons.action.d.ts.map +0 -1
  587. package/dist/modules/chatbot/actions/send-buttons.action.js +0 -67
  588. package/dist/modules/chatbot/actions/send-buttons.action.js.map +0 -1
  589. package/dist/modules/chatbot/actions/send-message.action.d.ts +0 -3
  590. package/dist/modules/chatbot/actions/send-message.action.d.ts.map +0 -1
  591. package/dist/modules/chatbot/actions/send-message.action.js +0 -52
  592. package/dist/modules/chatbot/actions/send-message.action.js.map +0 -1
  593. package/dist/modules/chatbot/chatbot-nest.module.d.ts +0 -3
  594. package/dist/modules/chatbot/chatbot-nest.module.d.ts.map +0 -1
  595. package/dist/modules/chatbot/chatbot-nest.module.js +0 -21
  596. package/dist/modules/chatbot/chatbot-nest.module.js.map +0 -1
  597. package/dist/modules/chatbot/chatbot.module.d.ts +0 -3
  598. package/dist/modules/chatbot/chatbot.module.d.ts.map +0 -1
  599. package/dist/modules/chatbot/chatbot.module.js +0 -17
  600. package/dist/modules/chatbot/chatbot.module.js.map +0 -1
  601. package/dist/modules/chatbot/credentials.d.ts +0 -3
  602. package/dist/modules/chatbot/credentials.d.ts.map +0 -1
  603. package/dist/modules/chatbot/credentials.js +0 -5
  604. package/dist/modules/chatbot/credentials.js.map +0 -1
  605. package/dist/modules/chatbot/services/ask-question.service.d.ts +0 -5
  606. package/dist/modules/chatbot/services/ask-question.service.d.ts.map +0 -1
  607. package/dist/modules/chatbot/services/ask-question.service.js +0 -25
  608. package/dist/modules/chatbot/services/ask-question.service.js.map +0 -1
  609. package/dist/modules/chatbot/services/index.d.ts +0 -5
  610. package/dist/modules/chatbot/services/index.d.ts.map +0 -1
  611. package/dist/modules/chatbot/services/index.js.map +0 -1
  612. package/dist/modules/chatbot/services/send-buttons.service.d.ts +0 -5
  613. package/dist/modules/chatbot/services/send-buttons.service.d.ts.map +0 -1
  614. package/dist/modules/chatbot/services/send-buttons.service.js +0 -25
  615. package/dist/modules/chatbot/services/send-buttons.service.js.map +0 -1
  616. package/dist/modules/chatbot/services/send-message.service.d.ts +0 -5
  617. package/dist/modules/chatbot/services/send-message.service.d.ts.map +0 -1
  618. package/dist/modules/chatbot/services/send-message.service.js +0 -27
  619. package/dist/modules/chatbot/services/send-message.service.js.map +0 -1
  620. package/dist/modules/chatbot/services/user-responded.service.d.ts +0 -5
  621. package/dist/modules/chatbot/services/user-responded.service.d.ts.map +0 -1
  622. package/dist/modules/chatbot/services/user-responded.service.js +0 -25
  623. package/dist/modules/chatbot/services/user-responded.service.js.map +0 -1
  624. package/dist/modules/chatbot/triggers/index.d.ts +0 -2
  625. package/dist/modules/chatbot/triggers/index.d.ts.map +0 -1
  626. package/dist/modules/chatbot/triggers/index.js.map +0 -1
  627. package/dist/modules/chatbot/triggers/user-responded.trigger.d.ts +0 -3
  628. package/dist/modules/chatbot/triggers/user-responded.trigger.d.ts.map +0 -1
  629. package/dist/modules/chatbot/triggers/user-responded.trigger.js +0 -45
  630. package/dist/modules/chatbot/triggers/user-responded.trigger.js.map +0 -1
@@ -0,0 +1,54 @@
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.SearchMessagesService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const slack_1 = require("@venturialstd/slack");
15
+ const slack_credentials_util_1 = require("../utils/slack-credentials.util");
16
+ let SearchMessagesService = class SearchMessagesService {
17
+ slackSearchService;
18
+ constructor(slackSearchService) {
19
+ this.slackSearchService = slackSearchService;
20
+ }
21
+ async perform(inputs, context) {
22
+ const query = inputs.query;
23
+ const count = inputs.count;
24
+ const highlight = inputs.highlight;
25
+ const page = inputs.page;
26
+ const sort = inputs.sort;
27
+ const sortDir = inputs.sortDir;
28
+ if (!query) {
29
+ throw new Error('Search query is required');
30
+ }
31
+ const config = (0, slack_credentials_util_1.getSlackConfigFromContext)(context);
32
+ const args = {
33
+ query,
34
+ ...(count && { count }),
35
+ ...(highlight !== undefined && { highlight }),
36
+ ...(page && { page }),
37
+ ...(sort && { sort: sort }),
38
+ ...(sortDir && { sort_dir: sortDir }),
39
+ };
40
+ const result = await this.slackSearchService.messages(config, args);
41
+ return {
42
+ ok: result.ok,
43
+ query: result.query,
44
+ messages: result.messages,
45
+ error: result.error,
46
+ };
47
+ }
48
+ };
49
+ exports.SearchMessagesService = SearchMessagesService;
50
+ exports.SearchMessagesService = SearchMessagesService = __decorate([
51
+ (0, common_1.Injectable)(),
52
+ __metadata("design:paramtypes", [slack_1.SlackSearchService])
53
+ ], SearchMessagesService);
54
+ //# sourceMappingURL=search-messages.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-messages.service.js","sourceRoot":"","sources":["../../../../src/modules/slack/services/search-messages.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,+CAAkF;AAGlF,4EAA4E;AAGrE,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IACH;IAA7B,YAA6B,kBAAsC;QAAtC,uBAAkB,GAAlB,kBAAkB,CAAoB;IAAG,CAAC;IAEvE,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,KAAK,GAAG,MAAM,CAAC,KAAe,CAAC;QACrC,MAAM,KAAK,GAAG,MAAM,CAAC,KAA2B,CAAC;QACjD,MAAM,SAAS,GAAG,MAAM,CAAC,SAAgC,CAAC;QAC1D,MAAM,IAAI,GAAG,MAAM,CAAC,IAA0B,CAAC;QAC/C,MAAM,IAAI,GAAG,MAAM,CAAC,IAA0B,CAAC;QAC/C,MAAM,OAAO,GAAG,MAAM,CAAC,OAA6B,CAAC;QAErD,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;QAC9C,CAAC;QAED,MAAM,MAAM,GAAG,IAAA,kDAAyB,EAAC,OAAO,CAAC,CAAC;QAElD,MAAM,IAAI,GAA4B;YACpC,KAAK;YACL,GAAG,CAAC,KAAK,IAAI,EAAE,KAAK,EAAE,CAAC;YACvB,GAAG,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,SAAS,EAAE,CAAC;YAC7C,GAAG,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,CAAC;YACrB,GAAG,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,IAA6B,EAAE,CAAC;YACpD,GAAG,CAAC,OAAO,IAAI,EAAE,QAAQ,EAAE,OAAyB,EAAE,CAAC;SAC7B,CAAC;QAE7B,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAEpE,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,MAAM,CAAC,KAAK;SACpB,CAAC;IACJ,CAAC;CACF,CAAA;AAtCY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,mBAAU,GAAE;qCAEsC,0BAAkB;GADxD,qBAAqB,CAsCjC"}
@@ -0,0 +1,8 @@
1
+ import { SlackConversationsService } from '@venturialstd/slack';
2
+ import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
+ export declare class SetConversationTopicService implements IWorkflowActionService {
4
+ private readonly slackConversationsService;
5
+ constructor(slackConversationsService: SlackConversationsService);
6
+ perform(inputs: Record<string, unknown>, context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
+ }
8
+ //# sourceMappingURL=set-conversation-topic.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-conversation-topic.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/services/set-conversation-topic.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAkC,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAG5E,qBACa,2BAA4B,YAAW,sBAAsB;IAC5D,OAAO,CAAC,QAAQ,CAAC,yBAAyB;gBAAzB,yBAAyB,EAAE,yBAAyB;IAE3E,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;CA2BpC"}
@@ -0,0 +1,48 @@
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.SetConversationTopicService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const slack_1 = require("@venturialstd/slack");
15
+ const slack_credentials_util_1 = require("../utils/slack-credentials.util");
16
+ let SetConversationTopicService = class SetConversationTopicService {
17
+ slackConversationsService;
18
+ constructor(slackConversationsService) {
19
+ this.slackConversationsService = slackConversationsService;
20
+ }
21
+ async perform(inputs, context) {
22
+ const channel = inputs.channel;
23
+ const topic = inputs.topic;
24
+ if (!channel) {
25
+ throw new Error('Channel is required');
26
+ }
27
+ if (!topic) {
28
+ throw new Error('Topic is required');
29
+ }
30
+ const config = (0, slack_credentials_util_1.getSlackConfigFromContext)(context);
31
+ const args = {
32
+ channel,
33
+ topic,
34
+ };
35
+ const result = await this.slackConversationsService.setTopic(config, args);
36
+ return {
37
+ ok: result.ok,
38
+ channel: result.channel,
39
+ error: result.error,
40
+ };
41
+ }
42
+ };
43
+ exports.SetConversationTopicService = SetConversationTopicService;
44
+ exports.SetConversationTopicService = SetConversationTopicService = __decorate([
45
+ (0, common_1.Injectable)(),
46
+ __metadata("design:paramtypes", [slack_1.SlackConversationsService])
47
+ ], SetConversationTopicService);
48
+ //# sourceMappingURL=set-conversation-topic.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-conversation-topic.service.js","sourceRoot":"","sources":["../../../../src/modules/slack/services/set-conversation-topic.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,+CAAgG;AAGhG,4EAA4E;AAGrE,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;IACT;IAA7B,YAA6B,yBAAoD;QAApD,8BAAyB,GAAzB,yBAAyB,CAA2B;IAAG,CAAC;IAErF,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,OAAO,GAAG,MAAM,CAAC,OAAiB,CAAC;QACzC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAe,CAAC;QAErC,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QACzC,CAAC;QAED,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,MAAM,IAAI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QACvC,CAAC;QAED,MAAM,MAAM,GAAG,IAAA,kDAAyB,EAAC,OAAO,CAAC,CAAC;QAElD,MAAM,IAAI,GAAmC;YAC3C,OAAO;YACP,KAAK;SACN,CAAC;QAEF,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAE3E,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,KAAK,EAAE,MAAM,CAAC,KAAK;SACpB,CAAC;IACJ,CAAC;CACF,CAAA;AAjCY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,mBAAU,GAAE;qCAE6C,iCAAyB;GADtE,2BAA2B,CAiCvC"}
@@ -0,0 +1,8 @@
1
+ import { SlackChatService } from '@venturialstd/slack';
2
+ import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
+ export declare class UpdateMessageService implements IWorkflowActionService {
4
+ private readonly slackChatService;
5
+ constructor(slackChatService: SlackChatService);
6
+ perform(inputs: Record<string, unknown>, context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
+ }
8
+ //# sourceMappingURL=update-message.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-message.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/services/update-message.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5E,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAG5E,qBACa,oBAAqB,YAAW,sBAAsB;IACrD,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAEzD,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;CA8CpC"}
@@ -0,0 +1,66 @@
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.UpdateMessageService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const slack_1 = require("@venturialstd/slack");
15
+ const slack_credentials_util_1 = require("../utils/slack-credentials.util");
16
+ let UpdateMessageService = class UpdateMessageService {
17
+ slackChatService;
18
+ constructor(slackChatService) {
19
+ this.slackChatService = slackChatService;
20
+ }
21
+ async perform(inputs, context) {
22
+ const channel = inputs.channel;
23
+ const ts = inputs.ts;
24
+ const text = inputs.text;
25
+ const blocks = inputs.blocks;
26
+ const asUser = inputs.asUser;
27
+ const attachments = inputs.attachments;
28
+ const linkNames = inputs.linkNames;
29
+ const parse = inputs.parse;
30
+ if (!channel) {
31
+ throw new Error('Channel is required');
32
+ }
33
+ if (!ts) {
34
+ throw new Error('Message timestamp (ts) is required');
35
+ }
36
+ if (!text && !blocks && !attachments) {
37
+ throw new Error('Either text, blocks, or attachments is required');
38
+ }
39
+ const config = (0, slack_credentials_util_1.getSlackConfigFromContext)(context);
40
+ const args = {
41
+ channel,
42
+ ts,
43
+ ...(text && { text }),
44
+ ...(blocks && { blocks: blocks }),
45
+ ...(asUser !== undefined && { as_user: asUser }),
46
+ ...(attachments && { attachments: attachments }),
47
+ ...(linkNames !== undefined && { link_names: linkNames }),
48
+ ...(parse && { parse: parse }),
49
+ };
50
+ const result = await this.slackChatService.update(config, args);
51
+ return {
52
+ ok: result.ok,
53
+ channel: result.channel,
54
+ ts: result.ts,
55
+ text: result.text,
56
+ message: result.message,
57
+ error: result.error,
58
+ };
59
+ }
60
+ };
61
+ exports.UpdateMessageService = UpdateMessageService;
62
+ exports.UpdateMessageService = UpdateMessageService = __decorate([
63
+ (0, common_1.Injectable)(),
64
+ __metadata("design:paramtypes", [slack_1.SlackChatService])
65
+ ], UpdateMessageService);
66
+ //# sourceMappingURL=update-message.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-message.service.js","sourceRoot":"","sources":["../../../../src/modules/slack/services/update-message.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,+CAA4E;AAG5E,4EAA4E;AAGrE,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IACF;IAA7B,YAA6B,gBAAkC;QAAlC,qBAAgB,GAAhB,gBAAgB,CAAkB;IAAG,CAAC;IAEnE,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,OAAO,GAAG,MAAM,CAAC,OAAiB,CAAC;QACzC,MAAM,EAAE,GAAG,MAAM,CAAC,EAAY,CAAC;QAC/B,MAAM,IAAI,GAAG,MAAM,CAAC,IAA0B,CAAC;QAC/C,MAAM,MAAM,GAAG,MAAM,CAAC,MAA+B,CAAC;QACtD,MAAM,MAAM,GAAG,MAAM,CAAC,MAA6B,CAAC;QACpD,MAAM,WAAW,GAAG,MAAM,CAAC,WAAoC,CAAC;QAChE,MAAM,SAAS,GAAG,MAAM,CAAC,SAAgC,CAAC;QAC1D,MAAM,KAAK,GAAG,MAAM,CAAC,KAA2B,CAAC;QAEjD,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QACzC,CAAC;QAED,IAAI,CAAC,EAAE,EAAE,CAAC;YACR,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;QACxD,CAAC;QAED,IAAI,CAAC,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC;YACrC,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;QACrE,CAAC;QAED,MAAM,MAAM,GAAG,IAAA,kDAAyB,EAAC,OAAO,CAAC,CAAC;QAElD,MAAM,IAAI,GAAwB;YAChC,OAAO;YACP,EAAE;YACF,GAAG,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,CAAC;YACrB,GAAG,CAAC,MAAM,IAAI,EAAE,MAAM,EAAE,MAAa,EAAE,CAAC;YACxC,GAAG,CAAC,MAAM,KAAK,SAAS,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;YAChD,GAAG,CAAC,WAAW,IAAI,EAAE,WAAW,EAAE,WAAkB,EAAE,CAAC;YACvD,GAAG,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC;YACzD,GAAG,CAAC,KAAK,IAAI,EAAE,KAAK,EAAE,KAAwB,EAAE,CAAC;SAC3B,CAAC;QAEzB,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAEhE,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,KAAK,EAAE,MAAM,CAAC,KAAK;SACpB,CAAC;IACJ,CAAC;CACF,CAAA;AApDY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,mBAAU,GAAE;qCAEoC,wBAAgB;GADpD,oBAAoB,CAoDhC"}
@@ -0,0 +1,8 @@
1
+ import { SlackFilesService } from '@venturialstd/slack';
2
+ import { IWorkflowActionService, WorkflowActionContext } from '../../types';
3
+ export declare class UploadFileService implements IWorkflowActionService {
4
+ private readonly slackFilesService;
5
+ constructor(slackFilesService: SlackFilesService);
6
+ perform(inputs: Record<string, unknown>, context: WorkflowActionContext): Promise<Record<string, unknown>>;
7
+ }
8
+ //# sourceMappingURL=upload-file.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-file.service.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/services/upload-file.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAG5E,qBACa,iBAAkB,YAAW,sBAAsB;IAClD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;gBAAjB,iBAAiB,EAAE,iBAAiB;IAE3D,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;CAuCpC"}
@@ -0,0 +1,66 @@
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.UploadFileService = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const slack_1 = require("@venturialstd/slack");
15
+ const slack_credentials_util_1 = require("../utils/slack-credentials.util");
16
+ let UploadFileService = class UploadFileService {
17
+ slackFilesService;
18
+ constructor(slackFilesService) {
19
+ this.slackFilesService = slackFilesService;
20
+ }
21
+ async perform(inputs, context) {
22
+ const channels = inputs.channels;
23
+ const content = inputs.content;
24
+ const file = inputs.file;
25
+ const filename = inputs.filename;
26
+ const filetype = inputs.filetype;
27
+ const initialComment = inputs.initialComment;
28
+ const title = inputs.title;
29
+ const threadTs = inputs.threadTs;
30
+ if (!channels && !content && !file) {
31
+ throw new Error('Either channels, content, or file is required');
32
+ }
33
+ const config = (0, slack_credentials_util_1.getSlackConfigFromContext)(context);
34
+ const channelsStr = Array.isArray(channels) ? channels.join(',') : channels;
35
+ const baseArgs = {};
36
+ if (channelsStr)
37
+ baseArgs.channels = channelsStr;
38
+ if (content)
39
+ baseArgs.content = content;
40
+ if (file)
41
+ baseArgs.file = file;
42
+ if (filename)
43
+ baseArgs.filename = filename;
44
+ if (filetype)
45
+ baseArgs.filetype = filetype;
46
+ if (initialComment)
47
+ baseArgs.initial_comment = initialComment;
48
+ if (title)
49
+ baseArgs.title = title;
50
+ if (threadTs)
51
+ baseArgs.thread_ts = threadTs;
52
+ const args = baseArgs;
53
+ const result = await this.slackFilesService.upload(config, args);
54
+ return {
55
+ ok: result.ok,
56
+ file: result.file,
57
+ error: result.error,
58
+ };
59
+ }
60
+ };
61
+ exports.UploadFileService = UploadFileService;
62
+ exports.UploadFileService = UploadFileService = __decorate([
63
+ (0, common_1.Injectable)(),
64
+ __metadata("design:paramtypes", [slack_1.SlackFilesService])
65
+ ], UploadFileService);
66
+ //# sourceMappingURL=upload-file.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-file.service.js","sourceRoot":"","sources":["../../../../src/modules/slack/services/upload-file.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,+CAA8E;AAG9E,4EAA4E;AAGrE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IACC;IAA7B,YAA6B,iBAAoC;QAApC,sBAAiB,GAAjB,iBAAiB,CAAmB;IAAG,CAAC;IAErE,KAAK,CAAC,OAAO,CACX,MAA+B,EAC/B,OAA8B;QAE9B,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAyC,CAAC;QAClE,MAAM,OAAO,GAAG,MAAM,CAAC,OAA6B,CAAC;QACrD,MAAM,IAAI,GAAG,MAAM,CAAC,IAAe,CAAC;QACpC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAA8B,CAAC;QACvD,MAAM,QAAQ,GAAG,MAAM,CAAC,QAA8B,CAAC;QACvD,MAAM,cAAc,GAAG,MAAM,CAAC,cAAoC,CAAC;QACnE,MAAM,KAAK,GAAG,MAAM,CAAC,KAA2B,CAAC;QACjD,MAAM,QAAQ,GAAG,MAAM,CAAC,QAA8B,CAAC;QAEvD,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACnC,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;QACnE,CAAC;QAED,MAAM,MAAM,GAAG,IAAA,kDAAyB,EAAC,OAAO,CAAC,CAAC;QAElD,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;QAG5E,MAAM,QAAQ,GAA4B,EAAE,CAAC;QAC7C,IAAI,WAAW;YAAE,QAAQ,CAAC,QAAQ,GAAG,WAAW,CAAC;QACjD,IAAI,OAAO;YAAE,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;QACxC,IAAI,IAAI;YAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;QAC/B,IAAI,QAAQ;YAAE,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAC3C,IAAI,QAAQ;YAAE,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAC3C,IAAI,cAAc;YAAE,QAAQ,CAAC,eAAe,GAAG,cAAc,CAAC;QAC9D,IAAI,KAAK;YAAE,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;QAClC,IAAI,QAAQ;YAAE,QAAQ,CAAC,SAAS,GAAG,QAAQ,CAAC;QAE5C,MAAM,IAAI,GAAG,QAA2C,CAAC;QAEzD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAEjE,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,KAAK,EAAE,MAAM,CAAC,KAAK;SACpB,CAAC;IACJ,CAAC;CACF,CAAA;AA7CY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;qCAEqC,yBAAiB;GADtD,iBAAiB,CA6C7B"}
@@ -0,0 +1,3 @@
1
+ export declare class SlackNestModule {
2
+ }
3
+ //# sourceMappingURL=slack-nest.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack-nest.module.d.ts","sourceRoot":"","sources":["../../../src/modules/slack/slack-nest.module.ts"],"names":[],"mappings":"AAsCA,qBAqEa,eAAe;CAAG"}
@@ -0,0 +1,89 @@
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.SlackNestModule = void 0;
10
+ const common_1 = require("@nestjs/common");
11
+ const slack_1 = require("@venturialstd/slack");
12
+ const workflow_core_module_1 = require("../../workflow-core.module");
13
+ const slack_auth_service_1 = require("./auth/slack-auth.service");
14
+ const services_1 = require("./services");
15
+ let SlackNestModule = class SlackNestModule {
16
+ };
17
+ exports.SlackNestModule = SlackNestModule;
18
+ exports.SlackNestModule = SlackNestModule = __decorate([
19
+ (0, common_1.Module)({
20
+ imports: [slack_1.SlackModule, workflow_core_module_1.WorkflowCoreModule],
21
+ providers: [
22
+ services_1.PostMessageService,
23
+ services_1.UpdateMessageService,
24
+ services_1.DeleteMessageService,
25
+ services_1.ScheduleMessageService,
26
+ services_1.GetMessagePermalinkService,
27
+ services_1.ListConversationsService,
28
+ services_1.CreateConversationService,
29
+ services_1.GetConversationHistoryService,
30
+ services_1.GetConversationInfoService,
31
+ services_1.GetThreadRepliesService,
32
+ services_1.InviteToConversationService,
33
+ services_1.JoinConversationService,
34
+ services_1.SetConversationTopicService,
35
+ services_1.ArchiveConversationService,
36
+ services_1.ListUsersService,
37
+ services_1.GetUserInfoService,
38
+ services_1.LookupUserByEmailService,
39
+ services_1.AddReactionService,
40
+ services_1.RemoveReactionService,
41
+ services_1.PinMessageService,
42
+ services_1.CreateReminderService,
43
+ services_1.SearchMessagesService,
44
+ services_1.GetTeamInfoService,
45
+ services_1.ListEmojiService,
46
+ services_1.OpenViewService,
47
+ services_1.UploadFileService,
48
+ services_1.GetUploadURLExternalService,
49
+ services_1.CompleteUploadExternalService,
50
+ services_1.ListFilesService,
51
+ services_1.MessageReceivedService,
52
+ slack_auth_service_1.SlackAuthService,
53
+ ],
54
+ exports: [
55
+ services_1.PostMessageService,
56
+ services_1.UpdateMessageService,
57
+ services_1.DeleteMessageService,
58
+ services_1.ScheduleMessageService,
59
+ services_1.GetMessagePermalinkService,
60
+ services_1.ListConversationsService,
61
+ services_1.CreateConversationService,
62
+ services_1.GetConversationHistoryService,
63
+ services_1.GetConversationInfoService,
64
+ services_1.GetThreadRepliesService,
65
+ services_1.InviteToConversationService,
66
+ services_1.JoinConversationService,
67
+ services_1.SetConversationTopicService,
68
+ services_1.ArchiveConversationService,
69
+ services_1.ListUsersService,
70
+ services_1.GetUserInfoService,
71
+ services_1.LookupUserByEmailService,
72
+ services_1.AddReactionService,
73
+ services_1.RemoveReactionService,
74
+ services_1.PinMessageService,
75
+ services_1.CreateReminderService,
76
+ services_1.SearchMessagesService,
77
+ services_1.GetTeamInfoService,
78
+ services_1.ListEmojiService,
79
+ services_1.OpenViewService,
80
+ services_1.UploadFileService,
81
+ services_1.GetUploadURLExternalService,
82
+ services_1.CompleteUploadExternalService,
83
+ services_1.ListFilesService,
84
+ services_1.MessageReceivedService,
85
+ slack_auth_service_1.SlackAuthService,
86
+ ],
87
+ })
88
+ ], SlackNestModule);
89
+ //# sourceMappingURL=slack-nest.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack-nest.module.js","sourceRoot":"","sources":["../../../src/modules/slack/slack-nest.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,+CAAkD;AAElD,qEAAgE;AAChE,kEAA6D;AAC7D,yCA+BoB;AAuEb,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IArE3B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,mBAAW,EAAE,yCAAkB,CAAC;QAC1C,SAAS,EAAE;YACT,6BAAkB;YAClB,+BAAoB;YACpB,+BAAoB;YACpB,iCAAsB;YACtB,qCAA0B;YAC1B,mCAAwB;YACxB,oCAAyB;YACzB,wCAA6B;YAC7B,qCAA0B;YAC1B,kCAAuB;YACvB,sCAA2B;YAC3B,kCAAuB;YACvB,sCAA2B;YAC3B,qCAA0B;YAC1B,2BAAgB;YAChB,6BAAkB;YAClB,mCAAwB;YACxB,6BAAkB;YAClB,gCAAqB;YACrB,4BAAiB;YACjB,gCAAqB;YACrB,gCAAqB;YACrB,6BAAkB;YAClB,2BAAgB;YAChB,0BAAe;YACf,4BAAiB;YACjB,sCAA2B;YAC3B,wCAA6B;YAC7B,2BAAgB;YAChB,iCAAsB;YACtB,qCAAgB;SACjB;QACD,OAAO,EAAE;YACP,6BAAkB;YAClB,+BAAoB;YACpB,+BAAoB;YACpB,iCAAsB;YACtB,qCAA0B;YAC1B,mCAAwB;YACxB,oCAAyB;YACzB,wCAA6B;YAC7B,qCAA0B;YAC1B,kCAAuB;YACvB,sCAA2B;YAC3B,kCAAuB;YACvB,sCAA2B;YAC3B,qCAA0B;YAC1B,2BAAgB;YAChB,6BAAkB;YAClB,mCAAwB;YACxB,6BAAkB;YAClB,gCAAqB;YACrB,4BAAiB;YACjB,gCAAqB;YACrB,gCAAqB;YACrB,6BAAkB;YAClB,2BAAgB;YAChB,0BAAe;YACf,4BAAiB;YACjB,sCAA2B;YAC3B,wCAA6B;YAC7B,2BAAgB;YAChB,iCAAsB;YACtB,qCAAgB;SACjB;KACF,CAAC;GACW,eAAe,CAAG"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowModuleDefinition } from '../types';
2
+ export declare const slackModule: WorkflowModuleDefinition;
3
+ //# sourceMappingURL=slack.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.module.d.ts","sourceRoot":"","sources":["../../../src/modules/slack/slack.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAoCpF,eAAO,MAAM,WAAW,EAAE,wBAmDzB,CAAC"}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.slackModule = void 0;
4
+ const actions_1 = require("./actions");
5
+ const slack_auth_service_1 = require("./auth/slack-auth.service");
6
+ const credentials_1 = require("./credentials");
7
+ const triggers_1 = require("./triggers");
8
+ exports.slackModule = {
9
+ key: 'slack',
10
+ name: 'Slack',
11
+ description: 'Integrate with Slack for messaging, file management, user interactions, and webhook handling',
12
+ icon: '💬',
13
+ version: '1.0.0',
14
+ credentialFields: credentials_1.slackCredentials,
15
+ authServiceClass: slack_auth_service_1.SlackAuthService,
16
+ actions: [
17
+ actions_1.postMessageAction,
18
+ actions_1.updateMessageAction,
19
+ actions_1.deleteMessageAction,
20
+ actions_1.scheduleMessageAction,
21
+ actions_1.getMessagePermalinkAction,
22
+ actions_1.listConversationsAction,
23
+ actions_1.createConversationAction,
24
+ actions_1.getConversationHistoryAction,
25
+ actions_1.getConversationInfoAction,
26
+ actions_1.getThreadRepliesAction,
27
+ actions_1.inviteToConversationAction,
28
+ actions_1.joinConversationAction,
29
+ actions_1.setConversationTopicAction,
30
+ actions_1.archiveConversationAction,
31
+ actions_1.listUsersAction,
32
+ actions_1.getUserInfoAction,
33
+ actions_1.lookupUserByEmailAction,
34
+ actions_1.addReactionAction,
35
+ actions_1.removeReactionAction,
36
+ actions_1.pinMessageAction,
37
+ actions_1.createReminderAction,
38
+ actions_1.searchMessagesAction,
39
+ actions_1.getTeamInfoAction,
40
+ actions_1.listEmojiAction,
41
+ actions_1.openViewAction,
42
+ actions_1.uploadFileAction,
43
+ actions_1.getUploadURLExternalAction,
44
+ actions_1.completeUploadExternalAction,
45
+ actions_1.listFilesAction,
46
+ ],
47
+ triggers: triggers_1.slackTriggers,
48
+ };
49
+ //# sourceMappingURL=slack.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.module.js","sourceRoot":"","sources":["../../../src/modules/slack/slack.module.ts"],"names":[],"mappings":";;;AACA,uCA8BmB;AACnB,kEAA6D;AAC7D,+CAAiD;AACjD,yCAA2C;AAE9B,QAAA,WAAW,GAA6B;IACnD,GAAG,EAAE,OAAO;IACZ,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,8FAA8F;IAC3G,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,OAAO;IAChB,gBAAgB,EAAE,8BAAgB;IAClC,gBAAgB,EAAE,qCAA8E;IAChG,OAAO,EAAE;QAEP,2BAAiB;QACjB,6BAAmB;QACnB,6BAAmB;QACnB,+BAAqB;QACrB,mCAAyB;QAEzB,iCAAuB;QACvB,kCAAwB;QACxB,sCAA4B;QAC5B,mCAAyB;QACzB,gCAAsB;QACtB,oCAA0B;QAC1B,gCAAsB;QACtB,oCAA0B;QAC1B,mCAAyB;QAEzB,yBAAe;QACf,2BAAiB;QACjB,iCAAuB;QAEvB,2BAAiB;QACjB,8BAAoB;QAEpB,0BAAgB;QAEhB,8BAAoB;QAEpB,8BAAoB;QAEpB,2BAAiB;QAEjB,yBAAe;QAEf,wBAAc;QAEd,0BAAgB;QAChB,oCAA0B;QAC1B,sCAA4B;QAC5B,yBAAe;KAChB;IACD,QAAQ,EAAE,wBAAa;CACxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const slackTriggers: WorkflowActionTrigger[];
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/triggers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAGpD,eAAO,MAAM,aAAa,EAAE,qBAAqB,EAEhD,CAAC"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.slackTriggers = void 0;
4
+ const message_received_trigger_1 = require("./message-received.trigger");
5
+ exports.slackTriggers = [
6
+ message_received_trigger_1.messageReceivedTrigger,
7
+ ];
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/slack/triggers/index.ts"],"names":[],"mappings":";;;AACA,yEAAoE;AAEvD,QAAA,aAAa,GAA4B;IACpD,iDAAsB;CACvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WorkflowActionTrigger } from '../../types';
2
+ export declare const messageReceivedTrigger: WorkflowActionTrigger;
3
+ //# sourceMappingURL=message-received.trigger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-received.trigger.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/triggers/message-received.trigger.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAGrB,eAAO,MAAM,sBAAsB,EAAE,qBA+HpC,CAAC"}
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.messageReceivedTrigger = void 0;
4
+ const types_1 = require("../../types");
5
+ const message_received_service_1 = require("../services/message-received.service");
6
+ exports.messageReceivedTrigger = {
7
+ key: 'message-received',
8
+ name: 'Message Received',
9
+ description: 'Triggered when a message is received in a Slack channel',
10
+ category: types_1.NODE_CATEGORY.TRIGGER,
11
+ icon: '📥',
12
+ serviceClass: message_received_service_1.MessageReceivedService,
13
+ performSubscribe: async (inputs, context, nodeId) => {
14
+ throw new Error('performSubscribe must be called through WorkflowModuleService which resolves MessageReceivedService from the container');
15
+ },
16
+ performUnsubscribe: async (inputs, context, nodeId) => {
17
+ throw new Error('performUnsubscribe must be called through WorkflowModuleService which resolves MessageReceivedService from the container');
18
+ },
19
+ inputs: [
20
+ {
21
+ id: 'channel',
22
+ name: 'Channel',
23
+ description: 'Channel ID to monitor for incoming messages (optional, leave empty to monitor all channels)',
24
+ type: types_1.FIELD_TYPE.STRING,
25
+ validation: {
26
+ required: false,
27
+ },
28
+ placeholder: 'C1234567890',
29
+ },
30
+ {
31
+ id: 'webhookUrl',
32
+ name: 'Webhook URL',
33
+ description: 'URL to configure in Slack app Event Subscriptions for receiving messages',
34
+ type: types_1.FIELD_TYPE.URL,
35
+ validation: {
36
+ required: true,
37
+ },
38
+ placeholder: 'https://your-domain.com/general/slack/webhook',
39
+ },
40
+ ],
41
+ outputs: [
42
+ {
43
+ id: 'type',
44
+ name: 'Event Type',
45
+ description: 'Type of the event',
46
+ type: types_1.FIELD_TYPE.STRING,
47
+ },
48
+ {
49
+ id: 'user',
50
+ name: 'User',
51
+ description: 'User ID who sent the message',
52
+ type: types_1.FIELD_TYPE.STRING,
53
+ },
54
+ {
55
+ id: 'text',
56
+ name: 'Text',
57
+ description: 'Content of the message',
58
+ type: types_1.FIELD_TYPE.STRING,
59
+ },
60
+ {
61
+ id: 'channel',
62
+ name: 'Channel',
63
+ description: 'Channel ID where the message was received',
64
+ type: types_1.FIELD_TYPE.STRING,
65
+ },
66
+ {
67
+ id: 'ts',
68
+ name: 'Timestamp',
69
+ description: 'Message timestamp',
70
+ type: types_1.FIELD_TYPE.STRING,
71
+ },
72
+ {
73
+ id: 'threadTs',
74
+ name: 'Thread Timestamp',
75
+ description: 'Thread timestamp if message is in a thread',
76
+ type: types_1.FIELD_TYPE.STRING,
77
+ },
78
+ {
79
+ id: 'botId',
80
+ name: 'Bot ID',
81
+ description: 'Bot ID if message was sent by a bot',
82
+ type: types_1.FIELD_TYPE.STRING,
83
+ },
84
+ {
85
+ id: 'eventTs',
86
+ name: 'Event Timestamp',
87
+ description: 'Event timestamp',
88
+ type: types_1.FIELD_TYPE.STRING,
89
+ },
90
+ {
91
+ id: 'channelType',
92
+ name: 'Channel Type',
93
+ description: 'Type of channel (channel, im, etc.)',
94
+ type: types_1.FIELD_TYPE.STRING,
95
+ },
96
+ {
97
+ id: 'receivedAt',
98
+ name: 'Received At',
99
+ description: 'Timestamp when the event was received',
100
+ type: types_1.FIELD_TYPE.DATE,
101
+ },
102
+ {
103
+ id: 'clientMsgId',
104
+ name: 'Client Message ID',
105
+ description: 'Client message ID',
106
+ type: types_1.FIELD_TYPE.STRING,
107
+ },
108
+ {
109
+ id: 'team',
110
+ name: 'Team',
111
+ description: 'Team ID',
112
+ type: types_1.FIELD_TYPE.STRING,
113
+ },
114
+ {
115
+ id: 'blocks',
116
+ name: 'Blocks',
117
+ description: 'Message blocks (Block Kit)',
118
+ type: types_1.FIELD_TYPE.OBJECT,
119
+ },
120
+ ],
121
+ };
122
+ //# sourceMappingURL=message-received.trigger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-received.trigger.js","sourceRoot":"","sources":["../../../../src/modules/slack/triggers/message-received.trigger.ts"],"names":[],"mappings":";;;AAAA,uCAMqB;AACrB,mFAA8E;AAEjE,QAAA,sBAAsB,GAA0B;IAC3D,GAAG,EAAE,kBAAkB;IACvB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,yDAAyD;IACtE,QAAQ,EAAE,qBAAa,CAAC,OAAO;IAC/B,IAAI,EAAE,IAAI;IACV,YAAY,EAAE,iDAA4E;IAC1F,gBAAgB,EAAE,KAAK,EACrB,MAA+B,EAC/B,OAA8B,EAC9B,MAAc,EACC,EAAE;QACjB,MAAM,IAAI,KAAK,CACb,wHAAwH,CACzH,CAAC;IACJ,CAAC;IACD,kBAAkB,EAAE,KAAK,EACvB,MAA+B,EAC/B,OAA8B,EAC9B,MAAc,EACC,EAAE;QACjB,MAAM,IAAI,KAAK,CACb,0HAA0H,CAC3H,CAAC;IACJ,CAAC;IACD,MAAM,EAAE;QACN;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,6FAA6F;YAC1G,IAAI,EAAE,kBAAU,CAAC,MAAM;YACvB,UAAU,EAAE;gBACV,QAAQ,EAAE,KAAK;aAChB;YACD,WAAW,EAAE,aAAa;SAC3B;QACD;YACE,EAAE,EAAE,YAAY;YAChB,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,0EAA0E;YACvF,IAAI,EAAE,kBAAU,CAAC,GAAG;YACpB,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;aACf;YACD,WAAW,EAAE,+CAA+C;SAC7D;KACF;IACD,OAAO,EAAE;QACP;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,8BAA8B;YAC3C,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,wBAAwB;YACrC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,2CAA2C;YACxD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,UAAU;YACd,IAAI,EAAE,kBAAkB;YACxB,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,OAAO;YACX,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qCAAqC;YAClD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,SAAS;YACb,IAAI,EAAE,iBAAiB;YACvB,WAAW,EAAE,iBAAiB;YAC9B,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,aAAa;YACjB,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,qCAAqC;YAClD,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,YAAY;YAChB,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,uCAAuC;YACpD,IAAI,EAAE,kBAAU,CAAC,IAAI;SACtB;QACD;YACE,EAAE,EAAE,aAAa;YACjB,IAAI,EAAE,mBAAmB;YACzB,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,MAAM;YACV,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,SAAS;YACtB,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;QACD;YACE,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,4BAA4B;YACzC,IAAI,EAAE,kBAAU,CAAC,MAAM;SACxB;KACF;CACF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SlackConfig } from '@venturialstd/slack';
2
+ import { WorkflowActionContext } from '../../types';
3
+ export declare function getSlackConfigFromContext(context: WorkflowActionContext): SlackConfig | null;
4
+ //# sourceMappingURL=slack-credentials.util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack-credentials.util.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/utils/slack-credentials.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAOpD,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,qBAAqB,GAAG,WAAW,GAAG,IAAI,CAS5F"}