@servicelabsco/slabs-access-manager 0.1.95 → 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 (393) 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/common.tag.controller.d.ts +1 -1
  167. package/dist/access/libraries/common.tag.controller.js +2 -2
  168. package/dist/access/libraries/common.tag.controller.js.map +1 -1
  169. package/dist/access/libraries/index.d.ts +8 -0
  170. package/dist/access/libraries/index.js +8 -0
  171. package/dist/access/libraries/index.js.map +1 -1
  172. package/dist/access/libraries/process.email.notification.d.ts +19 -0
  173. package/dist/access/libraries/process.email.notification.js +102 -0
  174. package/dist/access/libraries/process.email.notification.js.map +1 -0
  175. package/dist/access/libraries/process.notification.d.ts +15 -0
  176. package/dist/access/libraries/process.notification.js +67 -0
  177. package/dist/access/libraries/process.notification.js.map +1 -0
  178. package/dist/access/libraries/send.email.notification.d.ts +12 -0
  179. package/dist/access/libraries/send.email.notification.js +31 -0
  180. package/dist/access/libraries/send.email.notification.js.map +1 -0
  181. package/dist/access/libraries/send.gchat.message.notification.d.ts +14 -0
  182. package/dist/access/libraries/send.gchat.message.notification.js +66 -0
  183. package/dist/access/libraries/send.gchat.message.notification.js.map +1 -0
  184. package/dist/access/libraries/send.gchat.webhook.notification.d.ts +15 -0
  185. package/dist/access/libraries/send.gchat.webhook.notification.js +54 -0
  186. package/dist/access/libraries/send.gchat.webhook.notification.js.map +1 -0
  187. package/dist/access/libraries/send.slack.message.notification.d.ts +18 -0
  188. package/dist/access/libraries/send.slack.message.notification.js +68 -0
  189. package/dist/access/libraries/send.slack.message.notification.js.map +1 -0
  190. package/dist/access/libraries/send.slack.webhook.notification..d.ts +17 -0
  191. package/dist/access/libraries/send.slack.webhook.notification..js +59 -0
  192. package/dist/access/libraries/send.slack.webhook.notification..js.map +1 -0
  193. package/dist/access/libraries/send.whatsapp.message.notification.d.ts +20 -0
  194. package/dist/access/libraries/send.whatsapp.message.notification.js +89 -0
  195. package/dist/access/libraries/send.whatsapp.message.notification.js.map +1 -0
  196. package/dist/access/services/es6.jobs.service.d.ts +33 -1
  197. package/dist/access/services/es6.jobs.service.js +66 -2
  198. package/dist/access/services/es6.jobs.service.js.map +1 -1
  199. package/dist/access/services/gchat.service.d.ts +14 -0
  200. package/dist/access/services/gchat.service.js +65 -0
  201. package/dist/access/services/gchat.service.js.map +1 -0
  202. package/dist/access/services/index.d.ts +5 -0
  203. package/dist/access/services/index.js +5 -0
  204. package/dist/access/services/index.js.map +1 -1
  205. package/dist/access/services/notification.service.d.ts +30 -0
  206. package/dist/access/services/notification.service.js +92 -0
  207. package/dist/access/services/notification.service.js.map +1 -0
  208. package/dist/access/services/send.email.service.d.ts +10 -0
  209. package/dist/access/services/send.email.service.js +41 -0
  210. package/dist/access/services/send.email.service.js.map +1 -0
  211. package/dist/access/services/slack.service.d.ts +14 -0
  212. package/dist/access/services/slack.service.js +96 -0
  213. package/dist/access/services/slack.service.js.map +1 -0
  214. package/dist/access/services/whatsapp.service.d.ts +11 -0
  215. package/dist/access/services/whatsapp.service.js +59 -0
  216. package/dist/access/services/whatsapp.service.js.map +1 -0
  217. package/dist/access/subscribers/gchat.message.subscriber.d.ts +12 -0
  218. package/dist/access/subscribers/gchat.message.subscriber.js +40 -0
  219. package/dist/access/subscribers/gchat.message.subscriber.js.map +1 -0
  220. package/dist/access/subscribers/gchat.template.subscriber.d.ts +12 -0
  221. package/dist/access/subscribers/gchat.template.subscriber.js +40 -0
  222. package/dist/access/subscribers/gchat.template.subscriber.js.map +1 -0
  223. package/dist/access/subscribers/gchat.user.subscriber.d.ts +12 -0
  224. package/dist/access/subscribers/gchat.user.subscriber.js +40 -0
  225. package/dist/access/subscribers/gchat.user.subscriber.js.map +1 -0
  226. package/dist/access/subscribers/gchat.webhook.message.subscriber.d.ts +12 -0
  227. package/dist/access/subscribers/gchat.webhook.message.subscriber.js +40 -0
  228. package/dist/access/subscribers/gchat.webhook.message.subscriber.js.map +1 -0
  229. package/dist/access/subscribers/gchat.webhook.subscriber.d.ts +12 -0
  230. package/dist/access/subscribers/gchat.webhook.subscriber.js +40 -0
  231. package/dist/access/subscribers/gchat.webhook.subscriber.js.map +1 -0
  232. package/dist/access/subscribers/index.d.ts +13 -0
  233. package/dist/access/subscribers/index.js +13 -0
  234. package/dist/access/subscribers/index.js.map +1 -1
  235. package/dist/access/subscribers/slack.integration.subscriber.d.ts +12 -0
  236. package/dist/access/subscribers/slack.integration.subscriber.js +40 -0
  237. package/dist/access/subscribers/slack.integration.subscriber.js.map +1 -0
  238. package/dist/access/subscribers/slack.message.subscriber.d.ts +12 -0
  239. package/dist/access/subscribers/slack.message.subscriber.js +40 -0
  240. package/dist/access/subscribers/slack.message.subscriber.js.map +1 -0
  241. package/dist/access/subscribers/slack.template.subscriber.d.ts +12 -0
  242. package/dist/access/subscribers/slack.template.subscriber.js +40 -0
  243. package/dist/access/subscribers/slack.template.subscriber.js.map +1 -0
  244. package/dist/access/subscribers/slack.user.subscriber.d.ts +12 -0
  245. package/dist/access/subscribers/slack.user.subscriber.js +40 -0
  246. package/dist/access/subscribers/slack.user.subscriber.js.map +1 -0
  247. package/dist/access/subscribers/slack.webhook.message.subscriber.d.ts +12 -0
  248. package/dist/access/subscribers/slack.webhook.message.subscriber.js +40 -0
  249. package/dist/access/subscribers/slack.webhook.message.subscriber.js.map +1 -0
  250. package/dist/access/subscribers/slack.webhook.subscriber.d.ts +12 -0
  251. package/dist/access/subscribers/slack.webhook.subscriber.js +40 -0
  252. package/dist/access/subscribers/slack.webhook.subscriber.js.map +1 -0
  253. package/dist/access/subscribers/whatsapp.message.subscriber.d.ts +12 -0
  254. package/dist/access/subscribers/whatsapp.message.subscriber.js +40 -0
  255. package/dist/access/subscribers/whatsapp.message.subscriber.js.map +1 -0
  256. package/dist/access/subscribers/whatsapp.template.subscriber.d.ts +12 -0
  257. package/dist/access/subscribers/whatsapp.template.subscriber.js +40 -0
  258. package/dist/access/subscribers/whatsapp.template.subscriber.js.map +1 -0
  259. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.d.ts +3 -0
  260. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.js +8 -0
  261. package/dist/accessUtility/dtos/gchat.notification.attributes.dto.js.map +1 -0
  262. package/dist/accessUtility/dtos/index.d.ts +3 -0
  263. package/dist/accessUtility/dtos/index.js +3 -0
  264. package/dist/accessUtility/dtos/index.js.map +1 -1
  265. package/dist/accessUtility/dtos/notification.attributes.dto.d.ts +6 -0
  266. package/dist/accessUtility/dtos/notification.attributes.dto.js.map +1 -1
  267. package/dist/accessUtility/dtos/slack.notification.attributes.dto.d.ts +3 -0
  268. package/dist/accessUtility/dtos/slack.notification.attributes.dto.js +8 -0
  269. package/dist/accessUtility/dtos/slack.notification.attributes.dto.js.map +1 -0
  270. package/dist/accessUtility/dtos/webhook.attributes.dto.d.ts +5 -0
  271. package/dist/accessUtility/dtos/webhook.attributes.dto.js +8 -0
  272. package/dist/accessUtility/dtos/webhook.attributes.dto.js.map +1 -0
  273. package/dist/accessUtility/entities/email.notification.entity.d.ts +1 -1
  274. package/dist/accessUtility/entities/email.notification.entity.js +1 -1
  275. package/dist/accessUtility/entities/email.notification.entity.js.map +1 -1
  276. package/dist/accessUtility/entities/gchat.notification.entity.d.ts +14 -0
  277. package/dist/accessUtility/entities/gchat.notification.entity.js +58 -0
  278. package/dist/accessUtility/entities/gchat.notification.entity.js.map +1 -0
  279. package/dist/accessUtility/entities/inapp.notification.entity.d.ts +1 -1
  280. package/dist/accessUtility/entities/inapp.notification.entity.js +1 -1
  281. package/dist/accessUtility/entities/inapp.notification.entity.js.map +1 -1
  282. package/dist/accessUtility/entities/index.d.ts +2 -0
  283. package/dist/accessUtility/entities/index.js +2 -0
  284. package/dist/accessUtility/entities/index.js.map +1 -1
  285. package/dist/accessUtility/entities/notification.entity.d.ts +12 -0
  286. package/dist/accessUtility/entities/notification.entity.js +30 -0
  287. package/dist/accessUtility/entities/notification.entity.js.map +1 -1
  288. package/dist/accessUtility/entities/slack.notification.entity.d.ts +14 -0
  289. package/dist/accessUtility/entities/slack.notification.entity.js +58 -0
  290. package/dist/accessUtility/entities/slack.notification.entity.js.map +1 -0
  291. package/dist/accessUtility/entities/sms.notification.entity.d.ts +1 -1
  292. package/dist/accessUtility/entities/sms.notification.entity.js +1 -1
  293. package/dist/accessUtility/entities/sms.notification.entity.js.map +1 -1
  294. package/dist/accessUtility/entities/whatsapp.notification.entity.d.ts +3 -2
  295. package/dist/accessUtility/entities/whatsapp.notification.entity.js +4 -3
  296. package/dist/accessUtility/entities/whatsapp.notification.entity.js.map +1 -1
  297. package/dist/accessUtility/es6.classes.d.ts +13 -6
  298. package/dist/accessUtility/es6.classes.js +20 -1
  299. package/dist/accessUtility/es6.classes.js.map +1 -1
  300. package/dist/accessUtility/jobs/gchat.notification.job.d.ts +7 -0
  301. package/dist/accessUtility/jobs/gchat.notification.job.js +29 -0
  302. package/dist/accessUtility/jobs/gchat.notification.job.js.map +1 -0
  303. package/dist/accessUtility/jobs/index.d.ts +2 -0
  304. package/dist/accessUtility/jobs/index.js +2 -0
  305. package/dist/accessUtility/jobs/index.js.map +1 -1
  306. package/dist/accessUtility/jobs/slack.notification.job.d.ts +7 -0
  307. package/dist/accessUtility/jobs/slack.notification.job.js +29 -0
  308. package/dist/accessUtility/jobs/slack.notification.job.js.map +1 -0
  309. package/dist/accessUtility/libraries/index.d.ts +1 -0
  310. package/dist/accessUtility/libraries/index.js +1 -0
  311. package/dist/accessUtility/libraries/index.js.map +1 -1
  312. package/dist/accessUtility/libraries/slabs.util.d.ts +9 -0
  313. package/dist/accessUtility/libraries/slabs.util.js +22 -0
  314. package/dist/accessUtility/libraries/slabs.util.js.map +1 -0
  315. package/dist/accessUtility/services/es6.jobs.service.d.ts +5 -1
  316. package/dist/accessUtility/services/es6.jobs.service.js +9 -1
  317. package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
  318. package/dist/accessUtility/subscribers/gchat.notification.subscriber.d.ts +12 -0
  319. package/dist/accessUtility/subscribers/gchat.notification.subscriber.js +40 -0
  320. package/dist/accessUtility/subscribers/gchat.notification.subscriber.js.map +1 -0
  321. package/dist/accessUtility/subscribers/index.d.ts +2 -0
  322. package/dist/accessUtility/subscribers/index.js +2 -0
  323. package/dist/accessUtility/subscribers/index.js.map +1 -1
  324. package/dist/accessUtility/subscribers/slack.notification.subscriber.d.ts +12 -0
  325. package/dist/accessUtility/subscribers/slack.notification.subscriber.js +40 -0
  326. package/dist/accessUtility/subscribers/slack.notification.subscriber.js.map +1 -0
  327. package/dist/app.controller.d.ts +3 -1
  328. package/dist/app.controller.js +30 -4
  329. package/dist/app.controller.js.map +1 -1
  330. package/dist/config/entity.constants.d.ts +32 -0
  331. package/dist/config/entity.constants.js +32 -0
  332. package/dist/config/entity.constants.js.map +1 -1
  333. package/dist/migrations/1715839779781-CreateSlackTemplateTable.d.ts +5 -0
  334. package/dist/migrations/1715839779781-CreateSlackTemplateTable.js +22 -0
  335. package/dist/migrations/1715839779781-CreateSlackTemplateTable.js.map +1 -0
  336. package/dist/migrations/1715840043954-CreateGchatTemplateTable.d.ts +5 -0
  337. package/dist/migrations/1715840043954-CreateGchatTemplateTable.js +22 -0
  338. package/dist/migrations/1715840043954-CreateGchatTemplateTable.js.map +1 -0
  339. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.d.ts +5 -0
  340. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.js +17 -0
  341. package/dist/migrations/1715840120259-AddColumnsWhatsappTemplateTable.js.map +1 -0
  342. package/dist/migrations/1715841825698-CreateGchatUserTable.d.ts +5 -0
  343. package/dist/migrations/1715841825698-CreateGchatUserTable.js +22 -0
  344. package/dist/migrations/1715841825698-CreateGchatUserTable.js.map +1 -0
  345. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.d.ts +5 -0
  346. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.js +21 -0
  347. package/dist/migrations/1715843181123-CreateSlackIntegrationTable.js.map +1 -0
  348. package/dist/migrations/1715844214368-CreateSlackUserTable.d.ts +5 -0
  349. package/dist/migrations/1715844214368-CreateSlackUserTable.js +23 -0
  350. package/dist/migrations/1715844214368-CreateSlackUserTable.js.map +1 -0
  351. package/dist/migrations/1715854491813-CreateGchatWebhookTable.d.ts +5 -0
  352. package/dist/migrations/1715854491813-CreateGchatWebhookTable.js +24 -0
  353. package/dist/migrations/1715854491813-CreateGchatWebhookTable.js.map +1 -0
  354. package/dist/migrations/1715854735102-CreateSlackWebhookTable.d.ts +5 -0
  355. package/dist/migrations/1715854735102-CreateSlackWebhookTable.js +24 -0
  356. package/dist/migrations/1715854735102-CreateSlackWebhookTable.js.map +1 -0
  357. package/dist/migrations/1715860233245-CreateGchatNotificationTable.d.ts +5 -0
  358. package/dist/migrations/1715860233245-CreateGchatNotificationTable.js +22 -0
  359. package/dist/migrations/1715860233245-CreateGchatNotificationTable.js.map +1 -0
  360. package/dist/migrations/1715860381516-CreateSlackNotificationTable.d.ts +5 -0
  361. package/dist/migrations/1715860381516-CreateSlackNotificationTable.js +22 -0
  362. package/dist/migrations/1715860381516-CreateSlackNotificationTable.js.map +1 -0
  363. package/dist/migrations/1716367203152-CreateSlackMessageTable.d.ts +5 -0
  364. package/dist/migrations/1716367203152-CreateSlackMessageTable.js +26 -0
  365. package/dist/migrations/1716367203152-CreateSlackMessageTable.js.map +1 -0
  366. package/dist/migrations/1716367315656-CreateGchatMessageTable.d.ts +5 -0
  367. package/dist/migrations/1716367315656-CreateGchatMessageTable.js +26 -0
  368. package/dist/migrations/1716367315656-CreateGchatMessageTable.js.map +1 -0
  369. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.d.ts +5 -0
  370. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.js +23 -0
  371. package/dist/migrations/1716371652013-CreateGchatWebhookMessageTable.js.map +1 -0
  372. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.d.ts +5 -0
  373. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.js +23 -0
  374. package/dist/migrations/1716371864244-CreateSlackWebhookMessageTable.js.map +1 -0
  375. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.d.ts +5 -0
  376. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.js +26 -0
  377. package/dist/migrations/1716379083593-CreateWhatsappMessageTable.js.map +1 -0
  378. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.d.ts +5 -0
  379. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.js +15 -0
  380. package/dist/migrations/1716562127944-RenamecolumnSysSlackWebhookMessagesTable.js.map +1 -0
  381. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.d.ts +7 -0
  382. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.js +51 -0
  383. package/dist/migrations/1716565122165-AddSlackMessageTypeDataSeederTable.js.map +1 -0
  384. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.d.ts +5 -0
  385. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.js +15 -0
  386. package/dist/migrations/1716565304099-AddTypeSysSlackMessagesTable.ts.js.map +1 -0
  387. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.d.ts +5 -0
  388. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.js +15 -0
  389. package/dist/migrations/1716568667166-AddTypeIdSysGchatMessagesTable.js.map +1 -0
  390. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.d.ts +5 -0
  391. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.js +15 -0
  392. package/dist/migrations/1716568739132-AddTypeIdSysWhatsappMessagesTable.js.map +1 -0
  393. package/package.json +2 -1
@@ -0,0 +1,58 @@
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.GchatNotificationEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const gchat_notification_attributes_dto_1 = require("../dtos/gchat.notification.attributes.dto");
16
+ const notification_entity_1 = require("./notification.entity");
17
+ const gchat_template_entity_1 = require("../../access/entities/gchat.template.entity");
18
+ let GchatNotificationEntity = class GchatNotificationEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.GchatNotificationEntity = GchatNotificationEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], GchatNotificationEntity.prototype, "notification_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], GchatNotificationEntity.prototype, "template_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Boolean)
32
+ ], GchatNotificationEntity.prototype, "through_webhook", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)('json'),
35
+ __metadata("design:type", Object)
36
+ ], GchatNotificationEntity.prototype, "filter_condition", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Boolean)
40
+ ], GchatNotificationEntity.prototype, "active", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)('json'),
43
+ __metadata("design:type", gchat_notification_attributes_dto_1.GchatNotificationAttributesDto)
44
+ ], GchatNotificationEntity.prototype, "attributes", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.ManyToOne)(() => notification_entity_1.NotificationEntity),
47
+ (0, typeorm_1.JoinColumn)({ name: 'notification_id' }),
48
+ __metadata("design:type", notification_entity_1.NotificationEntity)
49
+ ], GchatNotificationEntity.prototype, "notification", void 0);
50
+ __decorate([
51
+ (0, typeorm_1.ManyToOne)(() => gchat_template_entity_1.GchatTemplateEntity),
52
+ (0, typeorm_1.JoinColumn)({ name: 'template_id' }),
53
+ __metadata("design:type", gchat_template_entity_1.GchatTemplateEntity)
54
+ ], GchatNotificationEntity.prototype, "template", void 0);
55
+ exports.GchatNotificationEntity = GchatNotificationEntity = __decorate([
56
+ (0, typeorm_1.Entity)('utl_gchat_notifications')
57
+ ], GchatNotificationEntity);
58
+ //# sourceMappingURL=gchat.notification.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gchat.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/gchat.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,iGAA2F;AAC3F,+DAA2D;AAC3D,uFAAkF;AAS3E,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,sCAAY;CAwBxD,CAAA;AAxBY,0DAAuB;AAEhC;IADC,IAAA,gBAAM,GAAE;;gEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;4DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;gEACgB;AAGzB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iEACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;uDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,kEAA8B;2DAAC;AAImC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;6DAAC;AAEpC;IAA1E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAmB;yDAAC;kCAvBhG,uBAAuB;IADnC,IAAA,gBAAM,EAAC,yBAAyB,CAAC;GACrB,uBAAuB,CAwBnC"}
@@ -4,7 +4,7 @@ import { NotificationEntity } from './notification.entity';
4
4
  export declare class InappNotificationEntity extends CommonEntity {
5
5
  notification_id: number;
6
6
  body: string;
7
- filer_condition: any;
7
+ filter_condition: any;
8
8
  context: any;
9
9
  active: boolean;
10
10
  attributes: InappNotificationAttributesDto;
@@ -28,7 +28,7 @@ __decorate([
28
28
  __decorate([
29
29
  (0, typeorm_1.Column)('json'),
30
30
  __metadata("design:type", Object)
31
- ], InappNotificationEntity.prototype, "filer_condition", void 0);
31
+ ], InappNotificationEntity.prototype, "filter_condition", void 0);
32
32
  __decorate([
33
33
  (0, typeorm_1.Column)('json'),
34
34
  __metadata("design:type", Object)
@@ -1 +1 @@
1
- {"version":3,"file":"inapp.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/inapp.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,iGAA2F;AAC3F,+DAA2D;AASpD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,sCAAY;CAqBxD,CAAA;AArBY,0DAAuB;AAEhC;IADC,IAAA,gBAAM,GAAE;;gEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;qDACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;gEACM;AAGrB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDACF;AAGb;IADC,IAAA,gBAAM,GAAE;;uDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,kEAA8B;2DAAC;AAGmC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;6DAAC;kCApBtG,uBAAuB;IADnC,IAAA,gBAAM,EAAC,yBAAyB,CAAC;GACrB,uBAAuB,CAqBnC"}
1
+ {"version":3,"file":"inapp.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/inapp.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,iGAA2F;AAC3F,+DAA2D;AASpD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,sCAAY;CAqBxD,CAAA;AArBY,0DAAuB;AAEhC;IADC,IAAA,gBAAM,GAAE;;gEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;qDACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iEACO;AAGtB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDACF;AAGb;IADC,IAAA,gBAAM,GAAE;;uDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,kEAA8B;2DAAC;AAGmC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;6DAAC;kCApBtG,uBAAuB;IADnC,IAAA,gBAAM,EAAC,yBAAyB,CAAC;GACrB,uBAAuB,CAqBnC"}
@@ -7,10 +7,12 @@ export * from './bulk.upload.item.entity';
7
7
  export * from './bulk.upload.type.entity';
8
8
  export * from './data.mapping.entity';
9
9
  export * from './email.notification.entity';
10
+ export * from './gchat.notification.entity';
10
11
  export * from './inapp.notification.entity';
11
12
  export * from './listing.model.entity';
12
13
  export * from './notification.entity';
13
14
  export * from './notification.recipient.entity';
15
+ export * from './slack.notification.entity';
14
16
  export * from './sms.notification.entity';
15
17
  export * from './tag.assignment.entity';
16
18
  export * from './upload.modification.entity';
@@ -23,10 +23,12 @@ __exportStar(require("./bulk.upload.item.entity"), exports);
23
23
  __exportStar(require("./bulk.upload.type.entity"), exports);
24
24
  __exportStar(require("./data.mapping.entity"), exports);
25
25
  __exportStar(require("./email.notification.entity"), exports);
26
+ __exportStar(require("./gchat.notification.entity"), exports);
26
27
  __exportStar(require("./inapp.notification.entity"), exports);
27
28
  __exportStar(require("./listing.model.entity"), exports);
28
29
  __exportStar(require("./notification.entity"), exports);
29
30
  __exportStar(require("./notification.recipient.entity"), exports);
31
+ __exportStar(require("./slack.notification.entity"), exports);
30
32
  __exportStar(require("./sms.notification.entity"), exports);
31
33
  __exportStar(require("./tag.assignment.entity"), exports);
32
34
  __exportStar(require("./upload.modification.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,iEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,8DAA4C;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,iEAA8C"}
@@ -1,5 +1,11 @@
1
1
  import { CommonEntity, ModelEntity, SystemScriptEntity } from '@servicelabsco/nestjs-utility-services';
2
2
  import { NotificationAttributesDto } from '../dtos/notification.attributes.dto';
3
+ import { EmailNotificationEntity } from './email.notification.entity';
4
+ import { GchatNotificationEntity } from './gchat.notification.entity';
5
+ import { InappNotificationEntity } from './inapp.notification.entity';
6
+ import { SlackNotificationEntity } from './slack.notification.entity';
7
+ import { SmsNotificationEntity } from './sms.notification.entity';
8
+ import { WhatsappNotificationEntity } from './whatsapp.notification.entity';
3
9
  export declare class NotificationEntity extends CommonEntity {
4
10
  name: string;
5
11
  identifier: string;
@@ -12,4 +18,10 @@ export declare class NotificationEntity extends CommonEntity {
12
18
  attributes: NotificationAttributesDto;
13
19
  model: ModelEntity;
14
20
  modifier_script: SystemScriptEntity;
21
+ sms: SmsNotificationEntity[];
22
+ emails: EmailNotificationEntity[];
23
+ whatsapp: WhatsappNotificationEntity[];
24
+ slack: SlackNotificationEntity[];
25
+ gchat: GchatNotificationEntity[];
26
+ inapp: InappNotificationEntity[];
15
27
  }
@@ -13,6 +13,12 @@ exports.NotificationEntity = void 0;
13
13
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
14
  const typeorm_1 = require("typeorm");
15
15
  const notification_attributes_dto_1 = require("../dtos/notification.attributes.dto");
16
+ const email_notification_entity_1 = require("./email.notification.entity");
17
+ const gchat_notification_entity_1 = require("./gchat.notification.entity");
18
+ const inapp_notification_entity_1 = require("./inapp.notification.entity");
19
+ const slack_notification_entity_1 = require("./slack.notification.entity");
20
+ const sms_notification_entity_1 = require("./sms.notification.entity");
21
+ const whatsapp_notification_entity_1 = require("./whatsapp.notification.entity");
16
22
  let NotificationEntity = class NotificationEntity extends nestjs_utility_services_1.CommonEntity {
17
23
  };
18
24
  exports.NotificationEntity = NotificationEntity;
@@ -62,6 +68,30 @@ __decorate([
62
68
  (0, typeorm_1.JoinColumn)({ name: 'modifier_script_id' }),
63
69
  __metadata("design:type", nestjs_utility_services_1.SystemScriptEntity)
64
70
  ], NotificationEntity.prototype, "modifier_script", void 0);
71
+ __decorate([
72
+ (0, typeorm_1.OneToMany)(() => sms_notification_entity_1.SmsNotificationEntity, (sms) => sms.notification),
73
+ __metadata("design:type", Array)
74
+ ], NotificationEntity.prototype, "sms", void 0);
75
+ __decorate([
76
+ (0, typeorm_1.OneToMany)(() => email_notification_entity_1.EmailNotificationEntity, (email) => email.notification),
77
+ __metadata("design:type", Array)
78
+ ], NotificationEntity.prototype, "emails", void 0);
79
+ __decorate([
80
+ (0, typeorm_1.OneToMany)(() => whatsapp_notification_entity_1.WhatsappNotificationEntity, (whatsapp) => whatsapp.notification),
81
+ __metadata("design:type", Array)
82
+ ], NotificationEntity.prototype, "whatsapp", void 0);
83
+ __decorate([
84
+ (0, typeorm_1.OneToMany)(() => slack_notification_entity_1.SlackNotificationEntity, (slack) => slack.notification),
85
+ __metadata("design:type", Array)
86
+ ], NotificationEntity.prototype, "slack", void 0);
87
+ __decorate([
88
+ (0, typeorm_1.OneToMany)(() => gchat_notification_entity_1.GchatNotificationEntity, (gchat) => gchat.notification),
89
+ __metadata("design:type", Array)
90
+ ], NotificationEntity.prototype, "gchat", void 0);
91
+ __decorate([
92
+ (0, typeorm_1.OneToMany)(() => inapp_notification_entity_1.InappNotificationEntity, (inapp) => inapp.notification),
93
+ __metadata("design:type", Array)
94
+ ], NotificationEntity.prototype, "inapp", void 0);
65
95
  exports.NotificationEntity = NotificationEntity = __decorate([
66
96
  (0, typeorm_1.Entity)('utl_notification_details')
67
97
  ], NotificationEntity);
@@ -1 +1 @@
1
- {"version":3,"file":"notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAuG;AACvG,qCAAgE;AAChE,qFAAgF;AASzE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CAgCnD,CAAA;AAhCY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;gDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;0DACc;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;4DACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;8DACkB;AAG3B;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,uDAAyB;sDAAC;AAG0B;IAA/D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAW,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,qCAAW;iDAAC;AAEF;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;8BAAkB,4CAAkB;2DAAC;6BA/B5G,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,0BAA0B,CAAC;GACtB,kBAAkB,CAgC9B"}
1
+ {"version":3,"file":"notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAuG;AACvG,qCAA2E;AAC3E,qFAAgF;AAChF,2EAAsE;AACtE,2EAAsE;AACtE,2EAAsE;AACtE,2EAAsE;AACtE,uEAAkE;AAClE,iFAA4E;AASrE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CA4CnD,CAAA;AA5CY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;gDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;0DACc;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;4DACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;8DACkB;AAG3B;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,uDAAyB;sDAAC;AAG0B;IAA/D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qCAAW,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,qCAAW;iDAAC;AAEF;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;8BAAkB,4CAAkB;2DAAC;AAElD;IAAlE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+CAAqB,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,YAAY,CAAC;;+CAA8B;AAEvB;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mDAAuB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;;kDAAmC;AAEzB;IAAjF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yDAA0B,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;;oDAAwC;AAEhD;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mDAAuB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;;iDAAkC;AAEjC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mDAAuB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;;iDAAkC;AAEjC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mDAAuB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;;iDAAkC;6BA3CjG,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,0BAA0B,CAAC;GACtB,kBAAkB,CA4C9B"}
@@ -0,0 +1,14 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { SlackTemplateEntity } from '../../access/entities/slack.template.entity';
3
+ import { SlackNotificationAttributesDto } from '../dtos/slack.notification.attributes.dto';
4
+ import { NotificationEntity } from './notification.entity';
5
+ export declare class SlackNotificationEntity extends CommonEntity {
6
+ notification_id: number;
7
+ template_id: number;
8
+ through_webhook: boolean;
9
+ filter_condition: any;
10
+ active: boolean;
11
+ attributes: SlackNotificationAttributesDto;
12
+ notification: NotificationEntity;
13
+ template: SlackTemplateEntity;
14
+ }
@@ -0,0 +1,58 @@
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.SlackNotificationEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const slack_template_entity_1 = require("../../access/entities/slack.template.entity");
16
+ const slack_notification_attributes_dto_1 = require("../dtos/slack.notification.attributes.dto");
17
+ const notification_entity_1 = require("./notification.entity");
18
+ let SlackNotificationEntity = class SlackNotificationEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.SlackNotificationEntity = SlackNotificationEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], SlackNotificationEntity.prototype, "notification_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], SlackNotificationEntity.prototype, "template_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Boolean)
32
+ ], SlackNotificationEntity.prototype, "through_webhook", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)('json'),
35
+ __metadata("design:type", Object)
36
+ ], SlackNotificationEntity.prototype, "filter_condition", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Boolean)
40
+ ], SlackNotificationEntity.prototype, "active", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)('json'),
43
+ __metadata("design:type", slack_notification_attributes_dto_1.SlackNotificationAttributesDto)
44
+ ], SlackNotificationEntity.prototype, "attributes", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.ManyToOne)(() => notification_entity_1.NotificationEntity),
47
+ (0, typeorm_1.JoinColumn)({ name: 'notification_id' }),
48
+ __metadata("design:type", notification_entity_1.NotificationEntity)
49
+ ], SlackNotificationEntity.prototype, "notification", void 0);
50
+ __decorate([
51
+ (0, typeorm_1.ManyToOne)(() => slack_template_entity_1.SlackTemplateEntity),
52
+ (0, typeorm_1.JoinColumn)({ name: 'template_id' }),
53
+ __metadata("design:type", slack_template_entity_1.SlackTemplateEntity)
54
+ ], SlackNotificationEntity.prototype, "template", void 0);
55
+ exports.SlackNotificationEntity = SlackNotificationEntity = __decorate([
56
+ (0, typeorm_1.Entity)('utl_slack_notifications')
57
+ ], SlackNotificationEntity);
58
+ //# sourceMappingURL=slack.notification.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slack.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/slack.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,uFAAkF;AAClF,iGAA2F;AAC3F,+DAA2D;AASpD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,sCAAY;CAwBxD,CAAA;AAxBY,0DAAuB;AAEhC;IADC,IAAA,gBAAM,GAAE;;gEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;4DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;gEACgB;AAGzB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iEACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;uDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,kEAA8B;2DAAC;AAImC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;6DAAC;AAEpC;IAA1E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAmB;yDAAC;kCAvBhG,uBAAuB;IADnC,IAAA,gBAAM,EAAC,yBAAyB,CAAC;GACrB,uBAAuB,CAwBnC"}
@@ -4,7 +4,7 @@ import { NotificationEntity } from './notification.entity';
4
4
  export declare class SmsNotificationEntity extends CommonEntity {
5
5
  notification_id: number;
6
6
  template_id: number;
7
- filer_condition: any;
7
+ filter_condition: any;
8
8
  active: boolean;
9
9
  attributes: SmsNotificationAttributesDto;
10
10
  notification: NotificationEntity;
@@ -28,7 +28,7 @@ __decorate([
28
28
  __decorate([
29
29
  (0, typeorm_1.Column)('json'),
30
30
  __metadata("design:type", Object)
31
- ], SmsNotificationEntity.prototype, "filer_condition", void 0);
31
+ ], SmsNotificationEntity.prototype, "filter_condition", void 0);
32
32
  __decorate([
33
33
  (0, typeorm_1.Column)(),
34
34
  __metadata("design:type", Boolean)
@@ -1 +1 @@
1
- {"version":3,"file":"sms.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/sms.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAyF;AACzF,qCAAgE;AAChE,6FAAuF;AACvF,+DAA2D;AASpD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,sCAAY;CAoBtD,CAAA;AApBY,sDAAqB;AAE9B;IADC,IAAA,gBAAM,GAAE;;8DACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;0DACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;8DACM;AAGrB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,8DAA4B;yDAAC;AAGqC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;2DAAC;AAEtC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAiB;uDAAC;gCAnB5F,qBAAqB;IADjC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,qBAAqB,CAoBjC"}
1
+ {"version":3,"file":"sms.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/sms.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAyF;AACzF,qCAAgE;AAChE,6FAAuF;AACvF,+DAA2D;AASpD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,sCAAY;CAoBtD,CAAA;AApBY,sDAAqB;AAE9B;IADC,IAAA,gBAAM,GAAE;;8DACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;0DACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;+DACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,8DAA4B;yDAAC;AAGqC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;2DAAC;AAEtC;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAiB;uDAAC;gCAnB5F,qBAAqB;IADjC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,qBAAqB,CAoBjC"}
@@ -1,10 +1,11 @@
1
- import { CommonEntity, WhatsappTemplateEntity } from '@servicelabsco/nestjs-utility-services';
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
2
  import { WhatsappNotificationAttributesDto } from '../dtos/whatsapp.notification.attributes.dto';
3
3
  import { NotificationEntity } from './notification.entity';
4
+ import { WhatsappTemplateEntity } from '../../access/entities/whatsapp.template.entity';
4
5
  export declare class WhatsappNotificationEntity extends CommonEntity {
5
6
  notification_id: number;
6
7
  template_id: number;
7
- filer_condition: any;
8
+ filter_condition: any;
8
9
  active: boolean;
9
10
  attributes: WhatsappNotificationAttributesDto;
10
11
  notification: NotificationEntity;
@@ -14,6 +14,7 @@ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-service
14
14
  const typeorm_1 = require("typeorm");
15
15
  const whatsapp_notification_attributes_dto_1 = require("../dtos/whatsapp.notification.attributes.dto");
16
16
  const notification_entity_1 = require("./notification.entity");
17
+ const whatsapp_template_entity_1 = require("../../access/entities/whatsapp.template.entity");
17
18
  let WhatsappNotificationEntity = class WhatsappNotificationEntity extends nestjs_utility_services_1.CommonEntity {
18
19
  };
19
20
  exports.WhatsappNotificationEntity = WhatsappNotificationEntity;
@@ -28,7 +29,7 @@ __decorate([
28
29
  __decorate([
29
30
  (0, typeorm_1.Column)('json'),
30
31
  __metadata("design:type", Object)
31
- ], WhatsappNotificationEntity.prototype, "filer_condition", void 0);
32
+ ], WhatsappNotificationEntity.prototype, "filter_condition", void 0);
32
33
  __decorate([
33
34
  (0, typeorm_1.Column)(),
34
35
  __metadata("design:type", Boolean)
@@ -43,9 +44,9 @@ __decorate([
43
44
  __metadata("design:type", notification_entity_1.NotificationEntity)
44
45
  ], WhatsappNotificationEntity.prototype, "notification", void 0);
45
46
  __decorate([
46
- (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.WhatsappTemplateEntity),
47
+ (0, typeorm_1.ManyToOne)(() => whatsapp_template_entity_1.WhatsappTemplateEntity),
47
48
  (0, typeorm_1.JoinColumn)({ name: 'template_id' }),
48
- __metadata("design:type", nestjs_utility_services_1.WhatsappTemplateEntity)
49
+ __metadata("design:type", whatsapp_template_entity_1.WhatsappTemplateEntity)
49
50
  ], WhatsappNotificationEntity.prototype, "template", void 0);
50
51
  exports.WhatsappNotificationEntity = WhatsappNotificationEntity = __decorate([
51
52
  (0, typeorm_1.Entity)('utl_whatsapp_notifications')
@@ -1 +1 @@
1
- {"version":3,"file":"whatsapp.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/whatsapp.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8F;AAC9F,qCAAgE;AAChE,uGAAiG;AACjG,+DAA2D;AASpD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,sCAAY;CAoB3D,CAAA;AApBY,gEAA0B;AAEnC;IADC,IAAA,gBAAM,GAAE;;mEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;+DACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;mEACM;AAGrB;IADC,IAAA,gBAAM,GAAE;;0DACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wEAAiC;8DAAC;AAGgC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;gEAAC;AAEjC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,gDAAsB;4DAAC;qCAnBtG,0BAA0B;IADtC,IAAA,gBAAM,EAAC,4BAA4B,CAAC;GACxB,0BAA0B,CAoBtC"}
1
+ {"version":3,"file":"whatsapp.notification.entity.js","sourceRoot":"","sources":["../../../src/accessUtility/entities/whatsapp.notification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,uGAAiG;AACjG,+DAA2D;AAC3D,6FAAwF;AASjF,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,sCAAY;CAoB3D,CAAA;AApBY,gEAA0B;AAEnC;IADC,IAAA,gBAAM,GAAE;;mEACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;+DACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oEACO;AAGtB;IADC,IAAA,gBAAM,GAAE;;0DACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wEAAiC;8DAAC;AAGgC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;gEAAC;AAEjC;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,iDAAsB;4DAAC;qCAnBtG,0BAA0B;IADtC,IAAA,gBAAM,EAAC,4BAA4B,CAAC;GACxB,0BAA0B,CAoBtC"}
@@ -1,6 +1,6 @@
1
- import { BulkDefinitionProcessingAttributesDto } from './dtos/bulk.definition.processing.attributes.dto';
2
1
  import { BulkUploadSheetDto } from './dtos/bulk.upload.sheet.dto';
3
2
  import { DocumentFileUploadDto } from './dtos/document.file.upload.dto';
3
+ import { EmailNotificationAttributesDto } from './dtos/email.notification.attributes.dto';
4
4
  import { ErrorHandlingDto } from './dtos/error.handling.dto';
5
5
  import { BulkDefinitionEntity } from './entities/bulk.definition.entity';
6
6
  import { BulkDefinitionProcessingEntity } from './entities/bulk.definition.processing.entity';
@@ -9,6 +9,8 @@ import { BulkUploadEntity } from './entities/bulk.upload.entity';
9
9
  import { BulkUploadItemEntity } from './entities/bulk.upload.item.entity';
10
10
  import { BulkUploadTypeEntity } from './entities/bulk.upload.type.entity';
11
11
  import { DataMappingEntity } from './entities/data.mapping.entity';
12
+ import { EmailNotificationEntity } from './entities/email.notification.entity';
13
+ import { GchatNotificationEntity } from './entities/gchat.notification.entity';
12
14
  import { InappNotificationEntity } from './entities/inapp.notification.entity';
13
15
  import { ListingModelEntity } from './entities/listing.model.entity';
14
16
  import { NotificationEntity } from './entities/notification.entity';
@@ -29,11 +31,13 @@ import { BulkUploadStatsJob } from './jobs/bulk.upload.stats.job';
29
31
  import { BulkUploadTypeJob } from './jobs/bulk.upload.type.job';
30
32
  import { DataMappingJob } from './jobs/data.mapping.job';
31
33
  import { EmailNotificationJob } from './jobs/email.notification.job';
34
+ import { GchatNotificationJob } from './jobs/gchat.notification.job';
32
35
  import { InappNotificationJob } from './jobs/inapp.notification.job';
33
36
  import { ListingModelJob } from './jobs/listing.model.job';
34
37
  import { NotificationJob } from './jobs/notification.job';
35
38
  import { NotificationRecipientJob } from './jobs/notification.recipient.job';
36
39
  import { PushToBulkItemJob } from './jobs/push.to.bulk.item.job';
40
+ import { SlackNotificationJob } from './jobs/slack.notification.job';
37
41
  import { SmsNotificationJob } from './jobs/sms.notification.job';
38
42
  import { TagAssignmentJob } from './jobs/tag.assignment.job';
39
43
  import { UploadModificationJob } from './jobs/upload.modification.job';
@@ -45,6 +49,7 @@ import { LoadXlsFile } from './libraries/load.xls.file';
45
49
  import { ProcessCommonData } from './libraries/process.common.data';
46
50
  import { ReadXlsFile } from './libraries/read.xls.file';
47
51
  import { SetBulkUploadLogFile } from './libraries/set.bulk.upload.log.file';
52
+ import { SlabsUtil } from './libraries/slabs.util';
48
53
  import { AccessReportService } from './services/access.report.service';
49
54
  import { Es6JobsService } from './services/es6.jobs.service';
50
55
  import { TestAccessService } from './services/test.access.service';
@@ -57,21 +62,23 @@ import { BulkUploadSubscriber } from './subscribers/bulk.upload.subscriber';
57
62
  import { BulkUploadTypeSubscriber } from './subscribers/bulk.upload.type.subscriber';
58
63
  import { DataMappingSubscriber } from './subscribers/data.mapping.subscriber';
59
64
  import { EmailNotificationSubscriber } from './subscribers/email.notification.subscriber';
65
+ import { GchatNotificationSubscriber } from './subscribers/gchat.notification.subscriber';
60
66
  import { InappNotificationSubscriber } from './subscribers/inapp.notification.subscriber';
61
67
  import { ListingModelSubscriber } from './subscribers/listing.model.subscriber';
62
68
  import { NotificationRecipientSubscriber } from './subscribers/notification.recipient.subscriber';
63
69
  import { NotificationSubscriber } from './subscribers/notification.subscriber';
70
+ import { SlackNotificationSubscriber } from './subscribers/slack.notification.subscriber';
64
71
  import { SmsNotificationSubscriber } from './subscribers/sms.notification.subscriber';
65
72
  import { TagAssignmentSubscriber } from './subscribers/tag.assignment.subscriber';
66
73
  import { UploadModificationSubscriber } from './subscribers/upload.modification.subscriber';
67
74
  import { WebhookRequestSubscriber } from './subscribers/webhook.request.subscriber';
68
75
  import { WhatsappNotificationSubscriber } from './subscribers/whatsapp.notification.subscriber';
69
76
  declare const es6Classes: {
70
- dtos: (typeof BulkUploadSheetDto | typeof BulkDefinitionProcessingAttributesDto | typeof DocumentFileUploadDto | typeof ErrorHandlingDto)[];
71
- entities: (typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof UploadModificationEntity | typeof TagAssignmentEntity | typeof ListingModelEntity | typeof DataMappingEntity | typeof NotificationEntity | typeof InappNotificationEntity | typeof NotificationRecipientEntity | typeof SmsNotificationEntity | typeof WebhookRequestEntity | typeof WhatsappNotificationEntity)[];
72
- jobs: (typeof PushToBulkItemJob | typeof AnalyseBulkUploadJob | typeof BulkDefinitionJob | typeof BulkDefinitionLoadJob | typeof BulkDefinitionProcessingJob | typeof BulkUploadColumnJob | typeof BulkUploadStatsJob | typeof BulkUploadItemJob | typeof BulkUploadJob | typeof BulkUploadTypeJob | typeof DataMappingJob | typeof EmailNotificationJob | typeof InappNotificationJob | typeof ListingModelJob | typeof NotificationJob | typeof NotificationRecipientJob | typeof SmsNotificationJob | typeof TagAssignmentJob | typeof UploadModificationJob | typeof WebhookRequestJob | typeof WhatsappNotificationJob)[];
73
- libraries: (typeof ReadXlsFile | typeof AnalyseBulkUpload | typeof GenerateBulkUploadSheet | typeof LoadXlsFile | typeof ProcessCommonData | typeof SetBulkUploadLogFile)[];
77
+ dtos: (typeof EmailNotificationAttributesDto | typeof BulkUploadSheetDto | typeof DocumentFileUploadDto | typeof ErrorHandlingDto)[];
78
+ entities: (typeof EmailNotificationEntity | typeof NotificationEntity | typeof GchatNotificationEntity | typeof InappNotificationEntity | typeof SmsNotificationEntity | typeof WhatsappNotificationEntity | typeof BulkUploadColumnEntity | typeof BulkUploadTypeEntity | typeof BulkDefinitionEntity | typeof BulkDefinitionProcessingEntity | typeof BulkUploadItemEntity | typeof BulkUploadEntity | typeof UploadModificationEntity | typeof TagAssignmentEntity | typeof ListingModelEntity | typeof DataMappingEntity | typeof NotificationRecipientEntity | typeof WebhookRequestEntity)[];
79
+ jobs: (typeof PushToBulkItemJob | typeof AnalyseBulkUploadJob | typeof BulkDefinitionJob | typeof BulkDefinitionLoadJob | typeof BulkDefinitionProcessingJob | typeof BulkUploadColumnJob | typeof BulkUploadStatsJob | typeof BulkUploadItemJob | typeof BulkUploadJob | typeof BulkUploadTypeJob | typeof DataMappingJob | typeof EmailNotificationJob | typeof GchatNotificationJob | typeof InappNotificationJob | typeof ListingModelJob | typeof NotificationJob | typeof NotificationRecipientJob | typeof SlackNotificationJob | typeof SmsNotificationJob | typeof TagAssignmentJob | typeof UploadModificationJob | typeof WebhookRequestJob | typeof WhatsappNotificationJob)[];
80
+ libraries: (typeof ReadXlsFile | typeof AnalyseBulkUpload | typeof GenerateBulkUploadSheet | typeof LoadXlsFile | typeof ProcessCommonData | typeof SetBulkUploadLogFile | typeof SlabsUtil)[];
74
81
  services: (typeof AccessReportService | typeof Es6JobsService | typeof TestAccessService)[];
75
- subscribers: (typeof BulkDefinitionLoadSubscriber | typeof BulkDefinitionProcessingSubscriber | typeof BulkDefinitionSubscriber | typeof BulkUploadColumnSubscriber | typeof BulkUploadItemSubscriber | typeof BulkUploadSubscriber | typeof BulkUploadTypeSubscriber | typeof DataMappingSubscriber | typeof EmailNotificationSubscriber | typeof InappNotificationSubscriber | typeof ListingModelSubscriber | typeof NotificationRecipientSubscriber | typeof NotificationSubscriber | typeof SmsNotificationSubscriber | typeof TagAssignmentSubscriber | typeof UploadModificationSubscriber | typeof WebhookRequestSubscriber | typeof WhatsappNotificationSubscriber)[];
82
+ subscribers: (typeof BulkDefinitionLoadSubscriber | typeof BulkDefinitionProcessingSubscriber | typeof BulkDefinitionSubscriber | typeof BulkUploadColumnSubscriber | typeof BulkUploadItemSubscriber | typeof BulkUploadSubscriber | typeof BulkUploadTypeSubscriber | typeof DataMappingSubscriber | typeof EmailNotificationSubscriber | typeof GchatNotificationSubscriber | typeof InappNotificationSubscriber | typeof ListingModelSubscriber | typeof NotificationRecipientSubscriber | typeof NotificationSubscriber | typeof SlackNotificationSubscriber | typeof SmsNotificationSubscriber | typeof TagAssignmentSubscriber | typeof UploadModificationSubscriber | typeof WebhookRequestSubscriber | typeof WhatsappNotificationSubscriber)[];
76
83
  };
77
84
  export default es6Classes;
@@ -12,13 +12,16 @@ const data_mapping_attributes_dto_1 = require("./dtos/data.mapping.attributes.dt
12
12
  const document_file_upload_dto_1 = require("./dtos/document.file.upload.dto");
13
13
  const email_notification_attributes_dto_1 = require("./dtos/email.notification.attributes.dto");
14
14
  const error_handling_dto_1 = require("./dtos/error.handling.dto");
15
+ const gchat_notification_attributes_dto_1 = require("./dtos/gchat.notification.attributes.dto");
15
16
  const inapp_notification_attributes_dto_1 = require("./dtos/inapp.notification.attributes.dto");
16
17
  const listing_model_attributes_dto_1 = require("./dtos/listing.model.attributes.dto");
17
18
  const notification_attributes_dto_1 = require("./dtos/notification.attributes.dto");
18
19
  const notification_recipient_attributes_dto_1 = require("./dtos/notification.recipient.attributes.dto");
20
+ const slack_notification_attributes_dto_1 = require("./dtos/slack.notification.attributes.dto");
19
21
  const sms_notification_attributes_dto_1 = require("./dtos/sms.notification.attributes.dto");
20
22
  const tag_assignment_attributes_dto_1 = require("./dtos/tag.assignment.attributes.dto");
21
23
  const upload_modification_attributes_dto_1 = require("./dtos/upload.modification.attributes.dto");
24
+ const webhook_attributes_dto_1 = require("./dtos/webhook.attributes.dto");
22
25
  const webhook_request_attributes_dto_1 = require("./dtos/webhook.request.attributes.dto");
23
26
  const whatsapp_notification_attributes_dto_1 = require("./dtos/whatsapp.notification.attributes.dto");
24
27
  const bulk_definition_entity_1 = require("./entities/bulk.definition.entity");
@@ -30,10 +33,12 @@ const bulk_upload_item_entity_1 = require("./entities/bulk.upload.item.entity");
30
33
  const bulk_upload_type_entity_1 = require("./entities/bulk.upload.type.entity");
31
34
  const data_mapping_entity_1 = require("./entities/data.mapping.entity");
32
35
  const email_notification_entity_1 = require("./entities/email.notification.entity");
36
+ const gchat_notification_entity_1 = require("./entities/gchat.notification.entity");
33
37
  const inapp_notification_entity_1 = require("./entities/inapp.notification.entity");
34
38
  const listing_model_entity_1 = require("./entities/listing.model.entity");
35
39
  const notification_entity_1 = require("./entities/notification.entity");
36
40
  const notification_recipient_entity_1 = require("./entities/notification.recipient.entity");
41
+ const slack_notification_entity_1 = require("./entities/slack.notification.entity");
37
42
  const sms_notification_entity_1 = require("./entities/sms.notification.entity");
38
43
  const tag_assignment_entity_1 = require("./entities/tag.assignment.entity");
39
44
  const upload_modification_entity_1 = require("./entities/upload.modification.entity");
@@ -50,11 +55,13 @@ const bulk_upload_stats_job_1 = require("./jobs/bulk.upload.stats.job");
50
55
  const bulk_upload_type_job_1 = require("./jobs/bulk.upload.type.job");
51
56
  const data_mapping_job_1 = require("./jobs/data.mapping.job");
52
57
  const email_notification_job_1 = require("./jobs/email.notification.job");
58
+ const gchat_notification_job_1 = require("./jobs/gchat.notification.job");
53
59
  const inapp_notification_job_1 = require("./jobs/inapp.notification.job");
54
60
  const listing_model_job_1 = require("./jobs/listing.model.job");
55
61
  const notification_job_1 = require("./jobs/notification.job");
56
62
  const notification_recipient_job_1 = require("./jobs/notification.recipient.job");
57
63
  const push_to_bulk_item_job_1 = require("./jobs/push.to.bulk.item.job");
64
+ const slack_notification_job_1 = require("./jobs/slack.notification.job");
58
65
  const sms_notification_job_1 = require("./jobs/sms.notification.job");
59
66
  const tag_assignment_job_1 = require("./jobs/tag.assignment.job");
60
67
  const upload_modification_job_1 = require("./jobs/upload.modification.job");
@@ -66,6 +73,7 @@ const load_xls_file_1 = require("./libraries/load.xls.file");
66
73
  const process_common_data_1 = require("./libraries/process.common.data");
67
74
  const read_xls_file_1 = require("./libraries/read.xls.file");
68
75
  const set_bulk_upload_log_file_1 = require("./libraries/set.bulk.upload.log.file");
76
+ const slabs_util_1 = require("./libraries/slabs.util");
69
77
  const access_report_service_1 = require("./services/access.report.service");
70
78
  const bulk_upload_service_1 = require("./services/bulk.upload.service");
71
79
  const es6_jobs_service_1 = require("./services/es6.jobs.service");
@@ -79,10 +87,12 @@ const bulk_upload_subscriber_1 = require("./subscribers/bulk.upload.subscriber")
79
87
  const bulk_upload_type_subscriber_1 = require("./subscribers/bulk.upload.type.subscriber");
80
88
  const data_mapping_subscriber_1 = require("./subscribers/data.mapping.subscriber");
81
89
  const email_notification_subscriber_1 = require("./subscribers/email.notification.subscriber");
90
+ const gchat_notification_subscriber_1 = require("./subscribers/gchat.notification.subscriber");
82
91
  const inapp_notification_subscriber_1 = require("./subscribers/inapp.notification.subscriber");
83
92
  const listing_model_subscriber_1 = require("./subscribers/listing.model.subscriber");
84
93
  const notification_recipient_subscriber_1 = require("./subscribers/notification.recipient.subscriber");
85
94
  const notification_subscriber_1 = require("./subscribers/notification.subscriber");
95
+ const slack_notification_subscriber_1 = require("./subscribers/slack.notification.subscriber");
86
96
  const sms_notification_subscriber_1 = require("./subscribers/sms.notification.subscriber");
87
97
  const tag_assignment_subscriber_1 = require("./subscribers/tag.assignment.subscriber");
88
98
  const upload_modification_subscriber_1 = require("./subscribers/upload.modification.subscriber");
@@ -102,13 +112,16 @@ const es6Classes = {
102
112
  document_file_upload_dto_1.DocumentFileUploadDto,
103
113
  email_notification_attributes_dto_1.EmailNotificationAttributesDto,
104
114
  error_handling_dto_1.ErrorHandlingDto,
115
+ gchat_notification_attributes_dto_1.GchatNotificationAttributesDto,
105
116
  inapp_notification_attributes_dto_1.InappNotificationAttributesDto,
106
117
  listing_model_attributes_dto_1.ListingModelAttributesDto,
107
118
  notification_attributes_dto_1.NotificationAttributesDto,
108
119
  notification_recipient_attributes_dto_1.NotificationRecipientAttributesDto,
120
+ slack_notification_attributes_dto_1.SlackNotificationAttributesDto,
109
121
  sms_notification_attributes_dto_1.SmsNotificationAttributesDto,
110
122
  tag_assignment_attributes_dto_1.TagAssignmentAttributesDto,
111
123
  upload_modification_attributes_dto_1.UploadModificationAttributesDto,
124
+ webhook_attributes_dto_1.WebhookAttributesDto,
112
125
  webhook_request_attributes_dto_1.WebhookRequestAttributesDto,
113
126
  whatsapp_notification_attributes_dto_1.WhatsappNotificationAttributesDto,
114
127
  ],
@@ -122,10 +135,12 @@ const es6Classes = {
122
135
  bulk_upload_type_entity_1.BulkUploadTypeEntity,
123
136
  data_mapping_entity_1.DataMappingEntity,
124
137
  email_notification_entity_1.EmailNotificationEntity,
138
+ gchat_notification_entity_1.GchatNotificationEntity,
125
139
  inapp_notification_entity_1.InappNotificationEntity,
126
140
  listing_model_entity_1.ListingModelEntity,
127
141
  notification_entity_1.NotificationEntity,
128
142
  notification_recipient_entity_1.NotificationRecipientEntity,
143
+ slack_notification_entity_1.SlackNotificationEntity,
129
144
  sms_notification_entity_1.SmsNotificationEntity,
130
145
  tag_assignment_entity_1.TagAssignmentEntity,
131
146
  upload_modification_entity_1.UploadModificationEntity,
@@ -144,18 +159,20 @@ const es6Classes = {
144
159
  bulk_upload_type_job_1.BulkUploadTypeJob,
145
160
  data_mapping_job_1.DataMappingJob,
146
161
  email_notification_job_1.EmailNotificationJob,
162
+ gchat_notification_job_1.GchatNotificationJob,
147
163
  inapp_notification_job_1.InappNotificationJob,
148
164
  listing_model_job_1.ListingModelJob,
149
165
  notification_job_1.NotificationJob,
150
166
  notification_recipient_job_1.NotificationRecipientJob,
151
167
  push_to_bulk_item_job_1.PushToBulkItemJob,
168
+ slack_notification_job_1.SlackNotificationJob,
152
169
  sms_notification_job_1.SmsNotificationJob,
153
170
  tag_assignment_job_1.TagAssignmentJob,
154
171
  upload_modification_job_1.UploadModificationJob,
155
172
  webhook_request_job_1.WebhookRequestJob,
156
173
  whatsapp_notification_job_1.WhatsappNotificationJob,
157
174
  ],
158
- libraries: [analyse_bulk_upload_1.AnalyseBulkUpload, generate_bulk_upload_sheet_1.GenerateBulkUploadSheet, load_xls_file_1.LoadXlsFile, process_common_data_1.ProcessCommonData, read_xls_file_1.ReadXlsFile, set_bulk_upload_log_file_1.SetBulkUploadLogFile],
175
+ libraries: [analyse_bulk_upload_1.AnalyseBulkUpload, generate_bulk_upload_sheet_1.GenerateBulkUploadSheet, load_xls_file_1.LoadXlsFile, process_common_data_1.ProcessCommonData, read_xls_file_1.ReadXlsFile, set_bulk_upload_log_file_1.SetBulkUploadLogFile, slabs_util_1.SlabsUtil],
159
176
  services: [access_report_service_1.AccessReportService, bulk_upload_service_1.BulkUploadService, es6_jobs_service_1.Es6JobsService, test_access_service_1.TestAccessService],
160
177
  subscribers: [
161
178
  bulk_definition_load_subscriber_1.BulkDefinitionLoadSubscriber,
@@ -167,10 +184,12 @@ const es6Classes = {
167
184
  bulk_upload_type_subscriber_1.BulkUploadTypeSubscriber,
168
185
  data_mapping_subscriber_1.DataMappingSubscriber,
169
186
  email_notification_subscriber_1.EmailNotificationSubscriber,
187
+ gchat_notification_subscriber_1.GchatNotificationSubscriber,
170
188
  inapp_notification_subscriber_1.InappNotificationSubscriber,
171
189
  listing_model_subscriber_1.ListingModelSubscriber,
172
190
  notification_recipient_subscriber_1.NotificationRecipientSubscriber,
173
191
  notification_subscriber_1.NotificationSubscriber,
192
+ slack_notification_subscriber_1.SlackNotificationSubscriber,
174
193
  sms_notification_subscriber_1.SmsNotificationSubscriber,
175
194
  tag_assignment_subscriber_1.TagAssignmentSubscriber,
176
195
  upload_modification_subscriber_1.UploadModificationSubscriber,
@@ -1 +1 @@
1
- {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/accessUtility/es6.classes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
2
+ import { GchatNotificationEntity } from '../entities/gchat.notification.entity';
3
+ export declare class GchatNotificationJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ constructor(queueService: QueueService);
6
+ handle(evt: DatabaseEventDto<GchatNotificationEntity>): Promise<GchatNotificationEntity>;
7
+ }