@servicelabsco/slabs-access-manager 0.1.96 → 0.1.97

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 (384) hide show
  1. package/dist/access/dtos/email.notification.payload.dto.d.ts +19 -0
  2. package/dist/access/dtos/email.notification.payload.dto.js +7 -0
  3. package/dist/access/dtos/email.notification.payload.dto.js.map +1 -0
  4. package/dist/access/dtos/gchat.message.attributes.dto.d.ts +3 -0
  5. package/dist/access/dtos/gchat.message.attributes.dto.js +8 -0
  6. package/dist/access/dtos/gchat.message.attributes.dto.js.map +1 -0
  7. package/dist/access/dtos/gchat.posting.payload.dto.d.ts +4 -0
  8. package/dist/access/dtos/gchat.posting.payload.dto.js +7 -0
  9. package/dist/access/dtos/gchat.posting.payload.dto.js.map +1 -0
  10. package/dist/access/dtos/gchat.template.attributes.dto.d.ts +3 -0
  11. package/dist/access/dtos/gchat.template.attributes.dto.js +8 -0
  12. package/dist/access/dtos/gchat.template.attributes.dto.js.map +1 -0
  13. package/dist/access/dtos/gchat.user.attributes.dto.d.ts +3 -0
  14. package/dist/access/dtos/gchat.user.attributes.dto.js +8 -0
  15. package/dist/access/dtos/gchat.user.attributes.dto.js.map +1 -0
  16. package/dist/access/dtos/gchat.webhook.attributes.dto.d.ts +3 -0
  17. package/dist/access/dtos/gchat.webhook.attributes.dto.js +8 -0
  18. package/dist/access/dtos/gchat.webhook.attributes.dto.js.map +1 -0
  19. package/dist/access/dtos/gchat.webhook.message.attributes.dto.d.ts +3 -0
  20. package/dist/access/dtos/gchat.webhook.message.attributes.dto.js +8 -0
  21. package/dist/access/dtos/gchat.webhook.message.attributes.dto.js.map +1 -0
  22. package/dist/access/dtos/index.d.ts +19 -0
  23. package/dist/access/dtos/index.js +19 -0
  24. package/dist/access/dtos/index.js.map +1 -1
  25. package/dist/access/dtos/notification.payload.dto.d.ts +10 -0
  26. package/dist/access/dtos/notification.payload.dto.js +7 -0
  27. package/dist/access/dtos/notification.payload.dto.js.map +1 -0
  28. package/dist/access/dtos/send.email.notification.data.dto.d.ts +10 -0
  29. package/dist/access/dtos/send.email.notification.data.dto.js +7 -0
  30. package/dist/access/dtos/send.email.notification.data.dto.js.map +1 -0
  31. package/dist/access/dtos/slack.integration.attributes.dto.d.ts +3 -0
  32. package/dist/access/dtos/slack.integration.attributes.dto.js +8 -0
  33. package/dist/access/dtos/slack.integration.attributes.dto.js.map +1 -0
  34. package/dist/access/dtos/slack.message.attributes.dto.d.ts +3 -0
  35. package/dist/access/dtos/slack.message.attributes.dto.js +8 -0
  36. package/dist/access/dtos/slack.message.attributes.dto.js.map +1 -0
  37. package/dist/access/dtos/slack.posting.payload.dto.d.ts +5 -0
  38. package/dist/access/dtos/slack.posting.payload.dto.js +7 -0
  39. package/dist/access/dtos/slack.posting.payload.dto.js.map +1 -0
  40. package/dist/access/dtos/slack.template.attributes.dto.d.ts +3 -0
  41. package/dist/access/dtos/slack.template.attributes.dto.js +8 -0
  42. package/dist/access/dtos/slack.template.attributes.dto.js.map +1 -0
  43. package/dist/access/dtos/slack.user.attributes.dto.d.ts +3 -0
  44. package/dist/access/dtos/slack.user.attributes.dto.js +8 -0
  45. package/dist/access/dtos/slack.user.attributes.dto.js.map +1 -0
  46. package/dist/access/dtos/slack.webhook.attributes.dto.d.ts +3 -0
  47. package/dist/access/dtos/slack.webhook.attributes.dto.js +8 -0
  48. package/dist/access/dtos/slack.webhook.attributes.dto.js.map +1 -0
  49. package/dist/access/dtos/slack.webhook.message.attributes.dto.d.ts +3 -0
  50. package/dist/access/dtos/slack.webhook.message.attributes.dto.js +8 -0
  51. package/dist/access/dtos/slack.webhook.message.attributes.dto.js.map +1 -0
  52. package/dist/access/dtos/whatsapp.message.attributes.dto.d.ts +3 -0
  53. package/dist/access/dtos/whatsapp.message.attributes.dto.js +8 -0
  54. package/dist/access/dtos/whatsapp.message.attributes.dto.js.map +1 -0
  55. package/dist/access/dtos/whatsapp.posting.payload.dto.d.ts +5 -0
  56. package/dist/access/dtos/whatsapp.posting.payload.dto.js +7 -0
  57. package/dist/access/dtos/whatsapp.posting.payload.dto.js.map +1 -0
  58. package/dist/access/dtos/whatsapp.template.attributes.dto.d.ts +3 -0
  59. package/dist/access/dtos/whatsapp.template.attributes.dto.js +8 -0
  60. package/dist/access/dtos/whatsapp.template.attributes.dto.js.map +1 -0
  61. package/dist/access/entities/gchat.message.entity.d.ts +20 -0
  62. package/dist/access/entities/gchat.message.entity.js +84 -0
  63. package/dist/access/entities/gchat.message.entity.js.map +1 -0
  64. package/dist/access/entities/gchat.template.entity.d.ts +10 -0
  65. package/dist/access/entities/gchat.template.entity.js +46 -0
  66. package/dist/access/entities/gchat.template.entity.js.map +1 -0
  67. package/dist/access/entities/gchat.user.entity.d.ts +15 -0
  68. package/dist/access/entities/gchat.user.entity.js +63 -0
  69. package/dist/access/entities/gchat.user.entity.js.map +1 -0
  70. package/dist/access/entities/gchat.webhook.entity.d.ts +20 -0
  71. package/dist/access/entities/gchat.webhook.entity.js +78 -0
  72. package/dist/access/entities/gchat.webhook.entity.js.map +1 -0
  73. package/dist/access/entities/gchat.webhook.message.entity.d.ts +15 -0
  74. package/dist/access/entities/gchat.webhook.message.entity.js +62 -0
  75. package/dist/access/entities/gchat.webhook.message.entity.js.map +1 -0
  76. package/dist/access/entities/index.d.ts +14 -0
  77. package/dist/access/entities/index.js +14 -0
  78. package/dist/access/entities/index.js.map +1 -1
  79. package/dist/access/entities/slack.integration.entity.d.ts +11 -0
  80. package/dist/access/entities/slack.integration.entity.js +48 -0
  81. package/dist/access/entities/slack.integration.entity.js.map +1 -0
  82. package/dist/access/entities/slack.message.entity.d.ts +22 -0
  83. package/dist/access/entities/slack.message.entity.js +93 -0
  84. package/dist/access/entities/slack.message.entity.js.map +1 -0
  85. package/dist/access/entities/slack.template.entity.d.ts +10 -0
  86. package/dist/access/entities/slack.template.entity.js +46 -0
  87. package/dist/access/entities/slack.template.entity.js.map +1 -0
  88. package/dist/access/entities/slack.user.entity.d.ts +15 -0
  89. package/dist/access/entities/slack.user.entity.js +62 -0
  90. package/dist/access/entities/slack.user.entity.js.map +1 -0
  91. package/dist/access/entities/slack.webhook.entity.d.ts +20 -0
  92. package/dist/access/entities/slack.webhook.entity.js +78 -0
  93. package/dist/access/entities/slack.webhook.entity.js.map +1 -0
  94. package/dist/access/entities/slack.webhook.message.entity.d.ts +15 -0
  95. package/dist/access/entities/slack.webhook.message.entity.js +62 -0
  96. package/dist/access/entities/slack.webhook.message.entity.js.map +1 -0
  97. package/dist/access/entities/whatsapp.message.entity.d.ts +20 -0
  98. package/dist/access/entities/whatsapp.message.entity.js +84 -0
  99. package/dist/access/entities/whatsapp.message.entity.js.map +1 -0
  100. package/dist/access/entities/whatsapp.preference.entity.d.ts +10 -0
  101. package/dist/access/entities/whatsapp.preference.entity.js +48 -0
  102. package/dist/access/entities/whatsapp.preference.entity.js.map +1 -0
  103. package/dist/access/entities/whatsapp.template.entity.d.ts +10 -0
  104. package/dist/access/entities/whatsapp.template.entity.js +46 -0
  105. package/dist/access/entities/whatsapp.template.entity.js.map +1 -0
  106. package/dist/access/enums/index.d.ts +1 -0
  107. package/dist/access/enums/index.js +1 -0
  108. package/dist/access/enums/index.js.map +1 -1
  109. package/dist/access/enums/notification.type.enum.d.ts +5 -0
  110. package/dist/access/enums/notification.type.enum.js +10 -0
  111. package/dist/access/enums/notification.type.enum.js.map +1 -0
  112. package/dist/access/es6.classes.d.ts +64 -8
  113. package/dist/access/es6.classes.js +152 -1
  114. package/dist/access/es6.classes.js.map +1 -1
  115. package/dist/access/jobs/gchat.incoming.webhook.job.d.ts +9 -0
  116. package/dist/access/jobs/gchat.incoming.webhook.job.js +70 -0
  117. package/dist/access/jobs/gchat.incoming.webhook.job.js.map +1 -0
  118. package/dist/access/jobs/gchat.message.job.d.ts +7 -0
  119. package/dist/access/jobs/gchat.message.job.js +29 -0
  120. package/dist/access/jobs/gchat.message.job.js.map +1 -0
  121. package/dist/access/jobs/gchat.template.job.d.ts +7 -0
  122. package/dist/access/jobs/gchat.template.job.js +29 -0
  123. package/dist/access/jobs/gchat.template.job.js.map +1 -0
  124. package/dist/access/jobs/gchat.user.job.d.ts +7 -0
  125. package/dist/access/jobs/gchat.user.job.js +29 -0
  126. package/dist/access/jobs/gchat.user.job.js.map +1 -0
  127. package/dist/access/jobs/gchat.webhook.job.d.ts +7 -0
  128. package/dist/access/jobs/gchat.webhook.job.js +29 -0
  129. package/dist/access/jobs/gchat.webhook.job.js.map +1 -0
  130. package/dist/access/jobs/gchat.webhook.message.job.d.ts +7 -0
  131. package/dist/access/jobs/gchat.webhook.message.job.js +29 -0
  132. package/dist/access/jobs/gchat.webhook.message.job.js.map +1 -0
  133. package/dist/access/jobs/index.d.ts +16 -0
  134. package/dist/access/jobs/index.js +16 -0
  135. package/dist/access/jobs/index.js.map +1 -1
  136. package/dist/access/jobs/slack.incoming.webhook.job.d.ts +10 -0
  137. package/dist/access/jobs/slack.incoming.webhook.job.js +76 -0
  138. package/dist/access/jobs/slack.incoming.webhook.job.js.map +1 -0
  139. package/dist/access/jobs/slack.integration.job.d.ts +7 -0
  140. package/dist/access/jobs/slack.integration.job.js +29 -0
  141. package/dist/access/jobs/slack.integration.job.js.map +1 -0
  142. package/dist/access/jobs/slack.message.job.d.ts +7 -0
  143. package/dist/access/jobs/slack.message.job.js +29 -0
  144. package/dist/access/jobs/slack.message.job.js.map +1 -0
  145. package/dist/access/jobs/slack.template.job.d.ts +7 -0
  146. package/dist/access/jobs/slack.template.job.js +29 -0
  147. package/dist/access/jobs/slack.template.job.js.map +1 -0
  148. package/dist/access/jobs/slack.user.job.d.ts +7 -0
  149. package/dist/access/jobs/slack.user.job.js +29 -0
  150. package/dist/access/jobs/slack.user.job.js.map +1 -0
  151. package/dist/access/jobs/slack.webhook.job.d.ts +7 -0
  152. package/dist/access/jobs/slack.webhook.job.js +29 -0
  153. package/dist/access/jobs/slack.webhook.job.js.map +1 -0
  154. package/dist/access/jobs/slack.webhook.message.job.d.ts +7 -0
  155. package/dist/access/jobs/slack.webhook.message.job.js +29 -0
  156. package/dist/access/jobs/slack.webhook.message.job.js.map +1 -0
  157. package/dist/access/jobs/whatsapp.incoming.webhook.job.d.ts +10 -0
  158. package/dist/access/jobs/whatsapp.incoming.webhook.job.js +66 -0
  159. package/dist/access/jobs/whatsapp.incoming.webhook.job.js.map +1 -0
  160. package/dist/access/jobs/whatsapp.message.job.d.ts +7 -0
  161. package/dist/access/jobs/whatsapp.message.job.js +29 -0
  162. package/dist/access/jobs/whatsapp.message.job.js.map +1 -0
  163. package/dist/access/jobs/whatsapp.template.job.d.ts +7 -0
  164. package/dist/access/jobs/whatsapp.template.job.js +29 -0
  165. package/dist/access/jobs/whatsapp.template.job.js.map +1 -0
  166. package/dist/access/libraries/index.d.ts +8 -0
  167. package/dist/access/libraries/index.js +8 -0
  168. package/dist/access/libraries/index.js.map +1 -1
  169. package/dist/access/libraries/process.email.notification.d.ts +19 -0
  170. package/dist/access/libraries/process.email.notification.js +102 -0
  171. package/dist/access/libraries/process.email.notification.js.map +1 -0
  172. package/dist/access/libraries/process.notification.d.ts +15 -0
  173. package/dist/access/libraries/process.notification.js +67 -0
  174. package/dist/access/libraries/process.notification.js.map +1 -0
  175. package/dist/access/libraries/send.email.notification.d.ts +12 -0
  176. package/dist/access/libraries/send.email.notification.js +31 -0
  177. package/dist/access/libraries/send.email.notification.js.map +1 -0
  178. package/dist/access/libraries/send.gchat.message.notification.d.ts +14 -0
  179. package/dist/access/libraries/send.gchat.message.notification.js +66 -0
  180. package/dist/access/libraries/send.gchat.message.notification.js.map +1 -0
  181. package/dist/access/libraries/send.gchat.webhook.notification.d.ts +15 -0
  182. package/dist/access/libraries/send.gchat.webhook.notification.js +54 -0
  183. package/dist/access/libraries/send.gchat.webhook.notification.js.map +1 -0
  184. package/dist/access/libraries/send.slack.message.notification.d.ts +18 -0
  185. package/dist/access/libraries/send.slack.message.notification.js +68 -0
  186. package/dist/access/libraries/send.slack.message.notification.js.map +1 -0
  187. package/dist/access/libraries/send.slack.webhook.notification..d.ts +17 -0
  188. package/dist/access/libraries/send.slack.webhook.notification..js +59 -0
  189. package/dist/access/libraries/send.slack.webhook.notification..js.map +1 -0
  190. package/dist/access/libraries/send.whatsapp.message.notification.d.ts +20 -0
  191. package/dist/access/libraries/send.whatsapp.message.notification.js +89 -0
  192. package/dist/access/libraries/send.whatsapp.message.notification.js.map +1 -0
  193. package/dist/access/services/es6.jobs.service.d.ts +33 -1
  194. package/dist/access/services/es6.jobs.service.js +66 -2
  195. package/dist/access/services/es6.jobs.service.js.map +1 -1
  196. package/dist/access/services/gchat.service.d.ts +14 -0
  197. package/dist/access/services/gchat.service.js +65 -0
  198. package/dist/access/services/gchat.service.js.map +1 -0
  199. package/dist/access/services/index.d.ts +5 -0
  200. package/dist/access/services/index.js +5 -0
  201. package/dist/access/services/index.js.map +1 -1
  202. package/dist/access/services/notification.service.d.ts +30 -0
  203. package/dist/access/services/notification.service.js +92 -0
  204. package/dist/access/services/notification.service.js.map +1 -0
  205. package/dist/access/services/send.email.service.d.ts +10 -0
  206. package/dist/access/services/send.email.service.js +41 -0
  207. package/dist/access/services/send.email.service.js.map +1 -0
  208. package/dist/access/services/slack.service.d.ts +14 -0
  209. package/dist/access/services/slack.service.js +96 -0
  210. package/dist/access/services/slack.service.js.map +1 -0
  211. package/dist/access/services/whatsapp.service.d.ts +11 -0
  212. package/dist/access/services/whatsapp.service.js +59 -0
  213. package/dist/access/services/whatsapp.service.js.map +1 -0
  214. package/dist/access/subscribers/gchat.message.subscriber.d.ts +12 -0
  215. package/dist/access/subscribers/gchat.message.subscriber.js +40 -0
  216. package/dist/access/subscribers/gchat.message.subscriber.js.map +1 -0
  217. package/dist/access/subscribers/gchat.template.subscriber.d.ts +12 -0
  218. package/dist/access/subscribers/gchat.template.subscriber.js +40 -0
  219. package/dist/access/subscribers/gchat.template.subscriber.js.map +1 -0
  220. package/dist/access/subscribers/gchat.user.subscriber.d.ts +12 -0
  221. package/dist/access/subscribers/gchat.user.subscriber.js +40 -0
  222. package/dist/access/subscribers/gchat.user.subscriber.js.map +1 -0
  223. package/dist/access/subscribers/gchat.webhook.message.subscriber.d.ts +12 -0
  224. package/dist/access/subscribers/gchat.webhook.message.subscriber.js +40 -0
  225. package/dist/access/subscribers/gchat.webhook.message.subscriber.js.map +1 -0
  226. package/dist/access/subscribers/gchat.webhook.subscriber.d.ts +12 -0
  227. package/dist/access/subscribers/gchat.webhook.subscriber.js +40 -0
  228. package/dist/access/subscribers/gchat.webhook.subscriber.js.map +1 -0
  229. package/dist/access/subscribers/index.d.ts +13 -0
  230. package/dist/access/subscribers/index.js +13 -0
  231. package/dist/access/subscribers/index.js.map +1 -1
  232. package/dist/access/subscribers/slack.integration.subscriber.d.ts +12 -0
  233. package/dist/access/subscribers/slack.integration.subscriber.js +40 -0
  234. package/dist/access/subscribers/slack.integration.subscriber.js.map +1 -0
  235. package/dist/access/subscribers/slack.message.subscriber.d.ts +12 -0
  236. package/dist/access/subscribers/slack.message.subscriber.js +40 -0
  237. package/dist/access/subscribers/slack.message.subscriber.js.map +1 -0
  238. package/dist/access/subscribers/slack.template.subscriber.d.ts +12 -0
  239. package/dist/access/subscribers/slack.template.subscriber.js +40 -0
  240. package/dist/access/subscribers/slack.template.subscriber.js.map +1 -0
  241. package/dist/access/subscribers/slack.user.subscriber.d.ts +12 -0
  242. package/dist/access/subscribers/slack.user.subscriber.js +40 -0
  243. package/dist/access/subscribers/slack.user.subscriber.js.map +1 -0
  244. package/dist/access/subscribers/slack.webhook.message.subscriber.d.ts +12 -0
  245. package/dist/access/subscribers/slack.webhook.message.subscriber.js +40 -0
  246. package/dist/access/subscribers/slack.webhook.message.subscriber.js.map +1 -0
  247. package/dist/access/subscribers/slack.webhook.subscriber.d.ts +12 -0
  248. package/dist/access/subscribers/slack.webhook.subscriber.js +40 -0
  249. package/dist/access/subscribers/slack.webhook.subscriber.js.map +1 -0
  250. package/dist/access/subscribers/whatsapp.message.subscriber.d.ts +12 -0
  251. package/dist/access/subscribers/whatsapp.message.subscriber.js +40 -0
  252. package/dist/access/subscribers/whatsapp.message.subscriber.js.map +1 -0
  253. package/dist/access/subscribers/whatsapp.template.subscriber.d.ts +12 -0
  254. package/dist/access/subscribers/whatsapp.template.subscriber.js +40 -0
  255. package/dist/access/subscribers/whatsapp.template.subscriber.js.map +1 -0
  256. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.d.ts +3 -0
  257. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.js +8 -0
  258. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.js.map +1 -0
  259. package/dist/accessUtility/dtos/index.d.ts +3 -0
  260. package/dist/accessUtility/dtos/index.js +3 -0
  261. package/dist/accessUtility/dtos/index.js.map +1 -1
  262. package/dist/accessUtility/dtos/notification.attributes.dto.d.ts +6 -0
  263. package/dist/accessUtility/dtos/notification.attributes.dto.js.map +1 -1
  264. package/dist/accessUtility/dtos/slack.notification.attributes.dto.d.ts +3 -0
  265. package/dist/accessUtility/dtos/slack.notification.attributes.dto.js +8 -0
  266. package/dist/accessUtility/dtos/slack.notification.attributes.dto.js.map +1 -0
  267. package/dist/accessUtility/dtos/webhook.attributes.dto.d.ts +5 -0
  268. package/dist/accessUtility/dtos/webhook.attributes.dto.js +8 -0
  269. package/dist/accessUtility/dtos/webhook.attributes.dto.js.map +1 -0
  270. package/dist/accessUtility/entities/email.notification.entity.d.ts +1 -1
  271. package/dist/accessUtility/entities/email.notification.entity.js +1 -1
  272. package/dist/accessUtility/entities/email.notification.entity.js.map +1 -1
  273. package/dist/accessUtility/entities/gchat.notification.entity.d.ts +14 -0
  274. package/dist/accessUtility/entities/gchat.notification.entity.js +58 -0
  275. package/dist/accessUtility/entities/gchat.notification.entity.js.map +1 -0
  276. package/dist/accessUtility/entities/inapp.notification.entity.d.ts +1 -1
  277. package/dist/accessUtility/entities/inapp.notification.entity.js +1 -1
  278. package/dist/accessUtility/entities/inapp.notification.entity.js.map +1 -1
  279. package/dist/accessUtility/entities/index.d.ts +2 -0
  280. package/dist/accessUtility/entities/index.js +2 -0
  281. package/dist/accessUtility/entities/index.js.map +1 -1
  282. package/dist/accessUtility/entities/notification.entity.d.ts +12 -0
  283. package/dist/accessUtility/entities/notification.entity.js +30 -0
  284. package/dist/accessUtility/entities/notification.entity.js.map +1 -1
  285. package/dist/accessUtility/entities/slack.notification.entity.d.ts +14 -0
  286. package/dist/accessUtility/entities/slack.notification.entity.js +58 -0
  287. package/dist/accessUtility/entities/slack.notification.entity.js.map +1 -0
  288. package/dist/accessUtility/entities/sms.notification.entity.d.ts +1 -1
  289. package/dist/accessUtility/entities/sms.notification.entity.js +1 -1
  290. package/dist/accessUtility/entities/sms.notification.entity.js.map +1 -1
  291. package/dist/accessUtility/entities/whatsapp.notification.entity.d.ts +3 -2
  292. package/dist/accessUtility/entities/whatsapp.notification.entity.js +4 -3
  293. package/dist/accessUtility/entities/whatsapp.notification.entity.js.map +1 -1
  294. package/dist/accessUtility/es6.classes.d.ts +11 -5
  295. package/dist/accessUtility/es6.classes.js +18 -0
  296. package/dist/accessUtility/es6.classes.js.map +1 -1
  297. package/dist/accessUtility/jobs/gchat.notification.job.d.ts +7 -0
  298. package/dist/accessUtility/jobs/gchat.notification.job.js +29 -0
  299. package/dist/accessUtility/jobs/gchat.notification.job.js.map +1 -0
  300. package/dist/accessUtility/jobs/index.d.ts +2 -0
  301. package/dist/accessUtility/jobs/index.js +2 -0
  302. package/dist/accessUtility/jobs/index.js.map +1 -1
  303. package/dist/accessUtility/jobs/slack.notification.job.d.ts +7 -0
  304. package/dist/accessUtility/jobs/slack.notification.job.js +29 -0
  305. package/dist/accessUtility/jobs/slack.notification.job.js.map +1 -0
  306. package/dist/accessUtility/services/es6.jobs.service.d.ts +5 -1
  307. package/dist/accessUtility/services/es6.jobs.service.js +9 -1
  308. package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
  309. package/dist/accessUtility/subscribers/gchat.notification.subscriber.d.ts +12 -0
  310. package/dist/accessUtility/subscribers/gchat.notification.subscriber.js +40 -0
  311. package/dist/accessUtility/subscribers/gchat.notification.subscriber.js.map +1 -0
  312. package/dist/accessUtility/subscribers/index.d.ts +2 -0
  313. package/dist/accessUtility/subscribers/index.js +2 -0
  314. package/dist/accessUtility/subscribers/index.js.map +1 -1
  315. package/dist/accessUtility/subscribers/slack.notification.subscriber.d.ts +12 -0
  316. package/dist/accessUtility/subscribers/slack.notification.subscriber.js +40 -0
  317. package/dist/accessUtility/subscribers/slack.notification.subscriber.js.map +1 -0
  318. package/dist/app.controller.d.ts +3 -1
  319. package/dist/app.controller.js +30 -4
  320. package/dist/app.controller.js.map +1 -1
  321. package/dist/config/entity.constants.d.ts +32 -0
  322. package/dist/config/entity.constants.js +32 -0
  323. package/dist/config/entity.constants.js.map +1 -1
  324. package/dist/migrations/1715839779781-CreateSlackTemplateTable.d.ts +5 -0
  325. package/dist/migrations/1715839779781-CreateSlackTemplateTable.js +22 -0
  326. package/dist/migrations/1715839779781-CreateSlackTemplateTable.js.map +1 -0
  327. package/dist/migrations/1715840043954-CreateGchatTemplateTable.d.ts +5 -0
  328. package/dist/migrations/1715840043954-CreateGchatTemplateTable.js +22 -0
  329. package/dist/migrations/1715840043954-CreateGchatTemplateTable.js.map +1 -0
  330. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.d.ts +5 -0
  331. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.js +17 -0
  332. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.js.map +1 -0
  333. package/dist/migrations/1715841825698-CreateGchatUserTable.d.ts +5 -0
  334. package/dist/migrations/1715841825698-CreateGchatUserTable.js +22 -0
  335. package/dist/migrations/1715841825698-CreateGchatUserTable.js.map +1 -0
  336. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.d.ts +5 -0
  337. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.js +21 -0
  338. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.js.map +1 -0
  339. package/dist/migrations/1715844214368-CreateSlackUserTable.d.ts +5 -0
  340. package/dist/migrations/1715844214368-CreateSlackUserTable.js +23 -0
  341. package/dist/migrations/1715844214368-CreateSlackUserTable.js.map +1 -0
  342. package/dist/migrations/1715854491813-CreateGchatWebhookTable.d.ts +5 -0
  343. package/dist/migrations/1715854491813-CreateGchatWebhookTable.js +24 -0
  344. package/dist/migrations/1715854491813-CreateGchatWebhookTable.js.map +1 -0
  345. package/dist/migrations/1715854735102-CreateSlackWebhookTable.d.ts +5 -0
  346. package/dist/migrations/1715854735102-CreateSlackWebhookTable.js +24 -0
  347. package/dist/migrations/1715854735102-CreateSlackWebhookTable.js.map +1 -0
  348. package/dist/migrations/1715860233245-CreateGchatNotificationTable.d.ts +5 -0
  349. package/dist/migrations/1715860233245-CreateGchatNotificationTable.js +22 -0
  350. package/dist/migrations/1715860233245-CreateGchatNotificationTable.js.map +1 -0
  351. package/dist/migrations/1715860381516-CreateSlackNotificationTable.d.ts +5 -0
  352. package/dist/migrations/1715860381516-CreateSlackNotificationTable.js +22 -0
  353. package/dist/migrations/1715860381516-CreateSlackNotificationTable.js.map +1 -0
  354. package/dist/migrations/1716367203152-CreateSlackMessageTable.d.ts +5 -0
  355. package/dist/migrations/1716367203152-CreateSlackMessageTable.js +26 -0
  356. package/dist/migrations/1716367203152-CreateSlackMessageTable.js.map +1 -0
  357. package/dist/migrations/1716367315656-CreateGchatMessageTable.d.ts +5 -0
  358. package/dist/migrations/1716367315656-CreateGchatMessageTable.js +26 -0
  359. package/dist/migrations/1716367315656-CreateGchatMessageTable.js.map +1 -0
  360. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.d.ts +5 -0
  361. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.js +23 -0
  362. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.js.map +1 -0
  363. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.d.ts +5 -0
  364. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.js +23 -0
  365. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.js.map +1 -0
  366. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.d.ts +5 -0
  367. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.js +26 -0
  368. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.js.map +1 -0
  369. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.d.ts +5 -0
  370. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.js +15 -0
  371. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.js.map +1 -0
  372. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.d.ts +7 -0
  373. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.js +51 -0
  374. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.js.map +1 -0
  375. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.d.ts +5 -0
  376. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.js +15 -0
  377. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.js.map +1 -0
  378. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.d.ts +5 -0
  379. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.js +15 -0
  380. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.js.map +1 -0
  381. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.d.ts +5 -0
  382. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.js +15 -0
  383. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.js.map +1 -0
  384. package/package.json +2 -1
@@ -0,0 +1,19 @@
1
+ export declare class EmailNotificationPayloadDto {
2
+ template: string;
3
+ business_template?: string;
4
+ data: any;
5
+ to: string | string[];
6
+ replyTo?: string | string[];
7
+ html?: string;
8
+ subject?: string;
9
+ files?: {
10
+ file: string;
11
+ name?: string;
12
+ type?: string;
13
+ }[];
14
+ name?: string;
15
+ business_id?: number;
16
+ from?: string;
17
+ cc?: string | string[];
18
+ metadata?: any;
19
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EmailNotificationPayloadDto = void 0;
4
+ class EmailNotificationPayloadDto {
5
+ }
6
+ exports.EmailNotificationPayloadDto = EmailNotificationPayloadDto;
7
+ //# sourceMappingURL=email.notification.payload.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.notification.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/email.notification.payload.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,2BAA2B;CAcvC;AAdD,kEAcC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class GchatMessageAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatMessageAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class GchatMessageAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.GchatMessageAttributesDto = GchatMessageAttributesDto;
8
+ //# sourceMappingURL=gchat.message.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.message.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,yBAA0B,SAAQ,6CAAmB;CAAG;AAArE,8DAAqE"}
@@ -0,0 +1,4 @@
1
+ export declare class GchatPostingPayloadDto {
2
+ parent: string;
3
+ requestBody: any;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatPostingPayloadDto = void 0;
4
+ class GchatPostingPayloadDto {
5
+ }
6
+ exports.GchatPostingPayloadDto = GchatPostingPayloadDto;
7
+ //# sourceMappingURL=gchat.posting.payload.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.posting.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.posting.payload.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class GchatTemplateAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatTemplateAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class GchatTemplateAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.GchatTemplateAttributesDto = GchatTemplateAttributesDto;
8
+ //# sourceMappingURL=gchat.template.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.template.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.template.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAG7E,MAAa,0BAA2B,SAAQ,6CAAmB;CAAG;AAAtE,gEAAsE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class GchatUserAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatUserAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class GchatUserAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.GchatUserAttributesDto = GchatUserAttributesDto;
8
+ //# sourceMappingURL=gchat.user.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.user.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.user.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,sBAAuB,SAAQ,6CAAmB;CAAG;AAAlE,wDAAkE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class GchatWebhookAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatWebhookAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class GchatWebhookAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.GchatWebhookAttributesDto = GchatWebhookAttributesDto;
8
+ //# sourceMappingURL=gchat.webhook.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.webhook.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.webhook.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,yBAA0B,SAAQ,6CAAmB;CAAG;AAArE,8DAAqE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class GchatWebhookMessageAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GchatWebhookMessageAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class GchatWebhookMessageAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.GchatWebhookMessageAttributesDto = GchatWebhookMessageAttributesDto;
8
+ //# sourceMappingURL=gchat.webhook.message.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.webhook.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gchat.webhook.message.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,gCAAiC,SAAQ,6CAAmB;CAAG;AAA5E,4EAA4E"}
@@ -42,7 +42,14 @@ export * from './download.log.attributes.dto';
42
42
  export * from './download.log.list.filter.dto';
43
43
  export * from './email.attachment.attributes.dto';
44
44
  export * from './email.message.attributes.dto';
45
+ export * from './email.notification.payload.dto';
45
46
  export * from './email.recipient.attributes.dto';
47
+ export * from './gchat.message.attributes.dto';
48
+ export * from './gchat.posting.payload.dto';
49
+ export * from './gchat.template.attributes.dto';
50
+ export * from './gchat.user.attributes.dto';
51
+ export * from './gchat.webhook.attributes.dto';
52
+ export * from './gchat.webhook.message.attributes.dto';
46
53
  export * from './group.member.attributes.dto';
47
54
  export * from './group.member.list.filter.dto';
48
55
  export * from './group.role.attributes.dto';
@@ -59,6 +66,7 @@ export * from './menu.role.attributes.dto';
59
66
  export * from './modify.custom.field.status.dto';
60
67
  export * from './module.attributes.dto';
61
68
  export * from './module.menu.attributes.dto';
69
+ export * from './notification.payload.dto';
62
70
  export * from './number.range.filter.dto';
63
71
  export * from './preference.user.group.attributes.dto';
64
72
  export * from './preference.users.attributes.dto';
@@ -72,6 +80,14 @@ export * from './scheduled.report.email.attributes.dto';
72
80
  export * from './scheduled.report.item.attributes.dto';
73
81
  export * from './scheduled.report.item.list.filter.dto';
74
82
  export * from './scheduled.report.list.filter.dto';
83
+ export * from './send.email.notification.data.dto';
84
+ export * from './slack.integration.attributes.dto';
85
+ export * from './slack.message.attributes.dto';
86
+ export * from './slack.posting.payload.dto';
87
+ export * from './slack.template.attributes.dto';
88
+ export * from './slack.user.attributes.dto';
89
+ export * from './slack.webhook.attributes.dto';
90
+ export * from './slack.webhook.message.attributes.dto';
75
91
  export * from './string.search.dto';
76
92
  export * from './tagged.user.dto';
77
93
  export * from './ui.action.attributes.dto';
@@ -83,3 +99,6 @@ export * from './user.role.attributes.dto';
83
99
  export * from './watchlist.assignment.attributes.dto';
84
100
  export * from './webhook.slug.attributes.dto';
85
101
  export * from './webhook.type.attributes.dto';
102
+ export * from './whatsapp.message.attributes.dto';
103
+ export * from './whatsapp.posting.payload.dto';
104
+ export * from './whatsapp.template.attributes.dto';
@@ -58,7 +58,14 @@ __exportStar(require("./download.log.attributes.dto"), exports);
58
58
  __exportStar(require("./download.log.list.filter.dto"), exports);
59
59
  __exportStar(require("./email.attachment.attributes.dto"), exports);
60
60
  __exportStar(require("./email.message.attributes.dto"), exports);
61
+ __exportStar(require("./email.notification.payload.dto"), exports);
61
62
  __exportStar(require("./email.recipient.attributes.dto"), exports);
63
+ __exportStar(require("./gchat.message.attributes.dto"), exports);
64
+ __exportStar(require("./gchat.posting.payload.dto"), exports);
65
+ __exportStar(require("./gchat.template.attributes.dto"), exports);
66
+ __exportStar(require("./gchat.user.attributes.dto"), exports);
67
+ __exportStar(require("./gchat.webhook.attributes.dto"), exports);
68
+ __exportStar(require("./gchat.webhook.message.attributes.dto"), exports);
62
69
  __exportStar(require("./group.member.attributes.dto"), exports);
63
70
  __exportStar(require("./group.member.list.filter.dto"), exports);
64
71
  __exportStar(require("./group.role.attributes.dto"), exports);
@@ -75,6 +82,7 @@ __exportStar(require("./menu.role.attributes.dto"), exports);
75
82
  __exportStar(require("./modify.custom.field.status.dto"), exports);
76
83
  __exportStar(require("./module.attributes.dto"), exports);
77
84
  __exportStar(require("./module.menu.attributes.dto"), exports);
85
+ __exportStar(require("./notification.payload.dto"), exports);
78
86
  __exportStar(require("./number.range.filter.dto"), exports);
79
87
  __exportStar(require("./preference.user.group.attributes.dto"), exports);
80
88
  __exportStar(require("./preference.users.attributes.dto"), exports);
@@ -88,6 +96,14 @@ __exportStar(require("./scheduled.report.email.attributes.dto"), exports);
88
96
  __exportStar(require("./scheduled.report.item.attributes.dto"), exports);
89
97
  __exportStar(require("./scheduled.report.item.list.filter.dto"), exports);
90
98
  __exportStar(require("./scheduled.report.list.filter.dto"), exports);
99
+ __exportStar(require("./send.email.notification.data.dto"), exports);
100
+ __exportStar(require("./slack.integration.attributes.dto"), exports);
101
+ __exportStar(require("./slack.message.attributes.dto"), exports);
102
+ __exportStar(require("./slack.posting.payload.dto"), exports);
103
+ __exportStar(require("./slack.template.attributes.dto"), exports);
104
+ __exportStar(require("./slack.user.attributes.dto"), exports);
105
+ __exportStar(require("./slack.webhook.attributes.dto"), exports);
106
+ __exportStar(require("./slack.webhook.message.attributes.dto"), exports);
91
107
  __exportStar(require("./string.search.dto"), exports);
92
108
  __exportStar(require("./tagged.user.dto"), exports);
93
109
  __exportStar(require("./ui.action.attributes.dto"), exports);
@@ -99,4 +115,7 @@ __exportStar(require("./user.role.attributes.dto"), exports);
99
115
  __exportStar(require("./watchlist.assignment.attributes.dto"), exports);
100
116
  __exportStar(require("./webhook.slug.attributes.dto"), exports);
101
117
  __exportStar(require("./webhook.type.attributes.dto"), exports);
118
+ __exportStar(require("./whatsapp.message.attributes.dto"), exports);
119
+ __exportStar(require("./whatsapp.posting.payload.dto"), exports);
120
+ __exportStar(require("./whatsapp.template.attributes.dto"), exports);
102
121
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,kEAAgD;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,gEAA8C;AAAA,gEAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,kEAAgD;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAkD"}
@@ -0,0 +1,10 @@
1
+ import { SourceColumnDto } from '@servicelabsco/nestjs-utility-services';
2
+ import { AccessBusinessEntity } from '../entities/access.business.entity';
3
+ export declare class NotificationPayloadDto {
4
+ business: AccessBusinessEntity;
5
+ identifier: string;
6
+ user_ids?: number[];
7
+ data: any;
8
+ source?: SourceColumnDto;
9
+ options?: any;
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationPayloadDto = void 0;
4
+ class NotificationPayloadDto {
5
+ }
6
+ exports.NotificationPayloadDto = NotificationPayloadDto;
7
+ //# sourceMappingURL=notification.payload.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/notification.payload.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,sBAAsB;CASlC;AATD,wDASC"}
@@ -0,0 +1,10 @@
1
+ export declare class SendEmailNotificationDataDto {
2
+ payload: any;
3
+ files?: {
4
+ file: string;
5
+ name?: string;
6
+ type?: string;
7
+ }[];
8
+ from?: string;
9
+ cc?: string | string[];
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SendEmailNotificationDataDto = void 0;
4
+ class SendEmailNotificationDataDto {
5
+ }
6
+ exports.SendEmailNotificationDataDto = SendEmailNotificationDataDto;
7
+ //# sourceMappingURL=send.email.notification.data.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send.email.notification.data.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/send.email.notification.data.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,4BAA4B;CAKxC;AALD,oEAKC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackIntegrationAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackIntegrationAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackIntegrationAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackIntegrationAttributesDto = SlackIntegrationAttributesDto;
8
+ //# sourceMappingURL=slack.integration.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.integration.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.integration.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,6BAA8B,SAAQ,6CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackMessageAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackMessageAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackMessageAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackMessageAttributesDto = SlackMessageAttributesDto;
8
+ //# sourceMappingURL=slack.message.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.message.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,yBAA0B,SAAQ,6CAAmB;CAAG;AAArE,8DAAqE"}
@@ -0,0 +1,5 @@
1
+ export declare class SlackPostingPayloadDto {
2
+ endPoint: string;
3
+ token: string;
4
+ data: any;
5
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackPostingPayloadDto = void 0;
4
+ class SlackPostingPayloadDto {
5
+ }
6
+ exports.SlackPostingPayloadDto = SlackPostingPayloadDto;
7
+ //# sourceMappingURL=slack.posting.payload.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.posting.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.posting.payload.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackTemplateAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackTemplateAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackTemplateAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackTemplateAttributesDto = SlackTemplateAttributesDto;
8
+ //# sourceMappingURL=slack.template.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.template.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.template.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAG7E,MAAa,0BAA2B,SAAQ,6CAAmB;CAAG;AAAtE,gEAAsE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackUserAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackUserAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackUserAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackUserAttributesDto = SlackUserAttributesDto;
8
+ //# sourceMappingURL=slack.user.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.user.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.user.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,sBAAuB,SAAQ,6CAAmB;CAAG;AAAlE,wDAAkE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackWebhookAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackWebhookAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackWebhookAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackWebhookAttributesDto = SlackWebhookAttributesDto;
8
+ //# sourceMappingURL=slack.webhook.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.webhook.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.webhook.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,yBAA0B,SAAQ,6CAAmB;CAAG;AAArE,8DAAqE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class SlackWebhookMessageAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SlackWebhookMessageAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class SlackWebhookMessageAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.SlackWebhookMessageAttributesDto = SlackWebhookMessageAttributesDto;
8
+ //# sourceMappingURL=slack.webhook.message.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.webhook.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/slack.webhook.message.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,gCAAiC,SAAQ,6CAAmB;CAAG;AAA5E,4EAA4E"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class WhatsappMessageAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WhatsappMessageAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class WhatsappMessageAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.WhatsappMessageAttributesDto = WhatsappMessageAttributesDto;
8
+ //# sourceMappingURL=whatsapp.message.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whatsapp.message.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/whatsapp.message.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,4BAA6B,SAAQ,6CAAmB;CAAG;AAAxE,oEAAwE"}
@@ -0,0 +1,5 @@
1
+ export declare class WhatsappPostingPayloadDto {
2
+ endPoint: string;
3
+ token: string;
4
+ data: any;
5
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WhatsappPostingPayloadDto = void 0;
4
+ class WhatsappPostingPayloadDto {
5
+ }
6
+ exports.WhatsappPostingPayloadDto = WhatsappPostingPayloadDto;
7
+ //# sourceMappingURL=whatsapp.posting.payload.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whatsapp.posting.payload.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/whatsapp.posting.payload.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAAyB;CAIrC;AAJD,8DAIC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class WhatsappTemplateAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WhatsappTemplateAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class WhatsappTemplateAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.WhatsappTemplateAttributesDto = WhatsappTemplateAttributesDto;
8
+ //# sourceMappingURL=whatsapp.template.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whatsapp.template.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/whatsapp.template.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,6BAA8B,SAAQ,6CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -0,0 +1,20 @@
1
+ import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { GchatMessageAttributesDto } from '../dtos/gchat.message.attributes.dto';
3
+ import { GchatNotificationEntity } from '../../accessUtility/entities/gchat.notification.entity';
4
+ import { AccessBusinessEntity } from './access.business.entity';
5
+ export declare class GchatMessageEntity extends CommonEntity {
6
+ business_id: number;
7
+ user_id: number;
8
+ gchat_notification_id: number;
9
+ parent_id: number;
10
+ type_id: number;
11
+ message_identifier: string;
12
+ content: any;
13
+ source_type: string;
14
+ source_id: number;
15
+ attributes: GchatMessageAttributesDto;
16
+ business: AccessBusinessEntity;
17
+ user: UserEntity;
18
+ slack_notification: GchatNotificationEntity;
19
+ parent: GchatMessageEntity;
20
+ }
@@ -0,0 +1,84 @@
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.GchatMessageEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const gchat_message_attributes_dto_1 = require("../dtos/gchat.message.attributes.dto");
16
+ const gchat_notification_entity_1 = require("../../accessUtility/entities/gchat.notification.entity");
17
+ const access_business_entity_1 = require("./access.business.entity");
18
+ let GchatMessageEntity = class GchatMessageEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.GchatMessageEntity = GchatMessageEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], GchatMessageEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], GchatMessageEntity.prototype, "user_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Number)
32
+ ], GchatMessageEntity.prototype, "gchat_notification_id", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)(),
35
+ __metadata("design:type", Number)
36
+ ], GchatMessageEntity.prototype, "parent_id", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Number)
40
+ ], GchatMessageEntity.prototype, "type_id", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)(),
43
+ __metadata("design:type", String)
44
+ ], GchatMessageEntity.prototype, "message_identifier", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.Column)('json'),
47
+ __metadata("design:type", Object)
48
+ ], GchatMessageEntity.prototype, "content", void 0);
49
+ __decorate([
50
+ (0, typeorm_1.Column)(),
51
+ __metadata("design:type", String)
52
+ ], GchatMessageEntity.prototype, "source_type", void 0);
53
+ __decorate([
54
+ (0, typeorm_1.Column)(),
55
+ __metadata("design:type", Number)
56
+ ], GchatMessageEntity.prototype, "source_id", void 0);
57
+ __decorate([
58
+ (0, typeorm_1.Column)('json'),
59
+ __metadata("design:type", gchat_message_attributes_dto_1.GchatMessageAttributesDto)
60
+ ], GchatMessageEntity.prototype, "attributes", void 0);
61
+ __decorate([
62
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
63
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
64
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
65
+ ], GchatMessageEntity.prototype, "business", void 0);
66
+ __decorate([
67
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
68
+ (0, typeorm_1.JoinColumn)({ name: 'user_id' }),
69
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
70
+ ], GchatMessageEntity.prototype, "user", void 0);
71
+ __decorate([
72
+ (0, typeorm_1.ManyToOne)(() => gchat_notification_entity_1.GchatNotificationEntity),
73
+ (0, typeorm_1.JoinColumn)({ name: 'gchat_notification_id' }),
74
+ __metadata("design:type", gchat_notification_entity_1.GchatNotificationEntity)
75
+ ], GchatMessageEntity.prototype, "slack_notification", void 0);
76
+ __decorate([
77
+ (0, typeorm_1.ManyToOne)(() => GchatMessageEntity),
78
+ (0, typeorm_1.JoinColumn)({ name: 'parent_id' }),
79
+ __metadata("design:type", GchatMessageEntity)
80
+ ], GchatMessageEntity.prototype, "parent", void 0);
81
+ exports.GchatMessageEntity = GchatMessageEntity = __decorate([
82
+ (0, typeorm_1.Entity)('sys_gchat_messages')
83
+ ], GchatMessageEntity);
84
+ //# sourceMappingURL=gchat.message.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/gchat.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAkF;AAClF,uFAAiF;AACjF,sGAAiG;AACjG,qEAAgE;AASzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CAqCnD,CAAA;AArCY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;iEACqB;AAG9B;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;mDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;8DACkB;AAG3B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;mDACF;AAGb;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAGsC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;oDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;gDAAC;AACU;IAAxF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mDAAuB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC;8BAAqB,mDAAuB;8DAAC;AAE7D;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,kBAAkB;kDAAC;6BApC1F,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAqC9B"}
@@ -0,0 +1,10 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { GchatTemplateAttributesDto } from '../dtos/gchat.template.attributes.dto';
3
+ export declare class GchatTemplateEntity extends CommonEntity {
4
+ name: string;
5
+ identifier: string;
6
+ content: any;
7
+ variables: any;
8
+ active: boolean;
9
+ attributes: GchatTemplateAttributesDto;
10
+ }