rez_core 3.1.38 → 3.1.40

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 (954) hide show
  1. package/package.json +1 -1
  2. package/src/core.module.ts +5 -2
  3. package/src/module/filter/repository/saved-filter.repository.ts +1 -1
  4. package/src/module/mapper/controller/mapper.controller.ts +1 -1
  5. package/src/module/mapper/dto/field-mapper.dto.ts +1 -1
  6. package/dist/app.controller.d.ts +0 -6
  7. package/dist/app.controller.js +0 -34
  8. package/dist/app.controller.js.map +0 -1
  9. package/dist/app.module.d.ts +0 -2
  10. package/dist/app.module.js +0 -62
  11. package/dist/app.module.js.map +0 -1
  12. package/dist/app.service.d.ts +0 -3
  13. package/dist/app.service.js +0 -20
  14. package/dist/app.service.js.map +0 -1
  15. package/dist/config/config.module.d.ts +0 -2
  16. package/dist/config/config.module.js +0 -29
  17. package/dist/config/config.module.js.map +0 -1
  18. package/dist/config/database.config.d.ts +0 -7
  19. package/dist/config/database.config.js +0 -39
  20. package/dist/config/database.config.js.map +0 -1
  21. package/dist/constant/global.constant.d.ts +0 -50
  22. package/dist/constant/global.constant.js +0 -54
  23. package/dist/constant/global.constant.js.map +0 -1
  24. package/dist/core.module.d.ts +0 -4
  25. package/dist/core.module.js +0 -76
  26. package/dist/core.module.js.map +0 -1
  27. package/dist/decorators/roles.decorator.d.ts +0 -1
  28. package/dist/decorators/roles.decorator.js +0 -7
  29. package/dist/decorators/roles.decorator.js.map +0 -1
  30. package/dist/dtos/response.d.ts +0 -5
  31. package/dist/dtos/response.dto.d.ts +0 -5
  32. package/dist/dtos/response.dto.js +0 -3
  33. package/dist/dtos/response.dto.js.map +0 -1
  34. package/dist/dtos/response.js +0 -3
  35. package/dist/dtos/response.js.map +0 -1
  36. package/dist/index.d.ts +0 -1
  37. package/dist/index.js +0 -18
  38. package/dist/index.js.map +0 -1
  39. package/dist/main.d.ts +0 -1
  40. package/dist/main.js +0 -25
  41. package/dist/main.js.map +0 -1
  42. package/dist/module/auth/auth.module.d.ts +0 -2
  43. package/dist/module/auth/auth.module.js +0 -57
  44. package/dist/module/auth/auth.module.js.map +0 -1
  45. package/dist/module/auth/controller/auth.controller.d.ts +0 -8
  46. package/dist/module/auth/controller/auth.controller.js +0 -51
  47. package/dist/module/auth/controller/auth.controller.js.map +0 -1
  48. package/dist/module/auth/guards/google-auth.guard.d.ts +0 -6
  49. package/dist/module/auth/guards/google-auth.guard.js +0 -21
  50. package/dist/module/auth/guards/google-auth.guard.js.map +0 -1
  51. package/dist/module/auth/guards/jwt.guard.d.ts +0 -10
  52. package/dist/module/auth/guards/jwt.guard.js +0 -36
  53. package/dist/module/auth/guards/jwt.guard.js.map +0 -1
  54. package/dist/module/auth/guards/role.guard.d.ts +0 -9
  55. package/dist/module/auth/guards/role.guard.js +0 -59
  56. package/dist/module/auth/guards/role.guard.js.map +0 -1
  57. package/dist/module/auth/services/auth.service.d.ts +0 -14
  58. package/dist/module/auth/services/auth.service.js +0 -39
  59. package/dist/module/auth/services/auth.service.js.map +0 -1
  60. package/dist/module/auth/services/jwt.service.d.ts +0 -6
  61. package/dist/module/auth/services/jwt.service.js +0 -28
  62. package/dist/module/auth/services/jwt.service.js.map +0 -1
  63. package/dist/module/auth/strategies/google.strategy.d.ts +0 -10
  64. package/dist/module/auth/strategies/google.strategy.js +0 -59
  65. package/dist/module/auth/strategies/google.strategy.js.map +0 -1
  66. package/dist/module/auth/strategies/jwt.strategy.d.ts +0 -19
  67. package/dist/module/auth/strategies/jwt.strategy.js +0 -46
  68. package/dist/module/auth/strategies/jwt.strategy.js.map +0 -1
  69. package/dist/module/auth/strategies/local.strategy.d.ts +0 -7
  70. package/dist/module/auth/strategies/local.strategy.js +0 -30
  71. package/dist/module/auth/strategies/local.strategy.js.map +0 -1
  72. package/dist/module/dashboard/controller/dashboard.controller.d.ts +0 -33
  73. package/dist/module/dashboard/controller/dashboard.controller.js +0 -55
  74. package/dist/module/dashboard/controller/dashboard.controller.js.map +0 -1
  75. package/dist/module/dashboard/dashboard.module.d.ts +0 -2
  76. package/dist/module/dashboard/dashboard.module.js +0 -34
  77. package/dist/module/dashboard/dashboard.module.js.map +0 -1
  78. package/dist/module/dashboard/entity/dashboard_page_data.entity.d.ts +0 -10
  79. package/dist/module/dashboard/entity/dashboard_page_data.entity.js +0 -50
  80. package/dist/module/dashboard/entity/dashboard_page_data.entity.js.map +0 -1
  81. package/dist/module/dashboard/entity/widget_master.entity.d.ts +0 -7
  82. package/dist/module/dashboard/entity/widget_master.entity.js +0 -38
  83. package/dist/module/dashboard/entity/widget_master.entity.js.map +0 -1
  84. package/dist/module/dashboard/repository/dashboard.repository.d.ts +0 -10
  85. package/dist/module/dashboard/repository/dashboard.repository.js +0 -50
  86. package/dist/module/dashboard/repository/dashboard.repository.js.map +0 -1
  87. package/dist/module/dashboard/service/dashboard.service.d.ts +0 -35
  88. package/dist/module/dashboard/service/dashboard.service.js +0 -62
  89. package/dist/module/dashboard/service/dashboard.service.js.map +0 -1
  90. package/dist/module/dev/dev.module.d.ts +0 -2
  91. package/dist/module/dev/dev.module.js +0 -25
  92. package/dist/module/dev/dev.module.js.map +0 -1
  93. package/dist/module/dev/service/dev.service.d.ts +0 -5
  94. package/dist/module/dev/service/dev.service.js +0 -25
  95. package/dist/module/dev/service/dev.service.js.map +0 -1
  96. package/dist/module/enterprise/controller/organization.controller.d.ts +0 -14
  97. package/dist/module/enterprise/controller/organization.controller.js +0 -59
  98. package/dist/module/enterprise/controller/organization.controller.js.map +0 -1
  99. package/dist/module/enterprise/enterprise.module.d.ts +0 -2
  100. package/dist/module/enterprise/enterprise.module.js +0 -43
  101. package/dist/module/enterprise/enterprise.module.js.map +0 -1
  102. package/dist/module/enterprise/entity/enterprise.entity.d.ts +0 -13
  103. package/dist/module/enterprise/entity/enterprise.entity.js +0 -64
  104. package/dist/module/enterprise/entity/enterprise.entity.js.map +0 -1
  105. package/dist/module/enterprise/entity/organization-app-mapping.entity.d.ts +0 -5
  106. package/dist/module/enterprise/entity/organization-app-mapping.entity.js +0 -32
  107. package/dist/module/enterprise/entity/organization-app-mapping.entity.js.map +0 -1
  108. package/dist/module/enterprise/entity/organization.entity.d.ts +0 -30
  109. package/dist/module/enterprise/entity/organization.entity.js +0 -136
  110. package/dist/module/enterprise/entity/organization.entity.js.map +0 -1
  111. package/dist/module/enterprise/repository/enterprise.repository.d.ts +0 -8
  112. package/dist/module/enterprise/repository/enterprise.repository.js +0 -48
  113. package/dist/module/enterprise/repository/enterprise.repository.js.map +0 -1
  114. package/dist/module/enterprise/repository/organization.repository.d.ts +0 -8
  115. package/dist/module/enterprise/repository/organization.repository.js +0 -41
  116. package/dist/module/enterprise/repository/organization.repository.js.map +0 -1
  117. package/dist/module/enterprise/repository/school.repository.d.ts +0 -8
  118. package/dist/module/enterprise/repository/school.repository.js +0 -245
  119. package/dist/module/enterprise/repository/school.repository.js.map +0 -1
  120. package/dist/module/enterprise/service/brand.service.d.ts +0 -3
  121. package/dist/module/enterprise/service/brand.service.js +0 -18
  122. package/dist/module/enterprise/service/brand.service.js.map +0 -1
  123. package/dist/module/enterprise/service/enterprise.service.d.ts +0 -8
  124. package/dist/module/enterprise/service/enterprise.service.js +0 -31
  125. package/dist/module/enterprise/service/enterprise.service.js.map +0 -1
  126. package/dist/module/enterprise/service/organization-app-mapping.service.d.ts +0 -2
  127. package/dist/module/enterprise/service/organization-app-mapping.service.js +0 -17
  128. package/dist/module/enterprise/service/organization-app-mapping.service.js.map +0 -1
  129. package/dist/module/enterprise/service/organization.service.d.ts +0 -19
  130. package/dist/module/enterprise/service/organization.service.js +0 -121
  131. package/dist/module/enterprise/service/organization.service.js.map +0 -1
  132. package/dist/module/filter/controller/filter.controller.d.ts +0 -39
  133. package/dist/module/filter/controller/filter.controller.js +0 -91
  134. package/dist/module/filter/controller/filter.controller.js.map +0 -1
  135. package/dist/module/filter/dto/filter-request.dto.d.ts +0 -35
  136. package/dist/module/filter/dto/filter-request.dto.js +0 -3
  137. package/dist/module/filter/dto/filter-request.dto.js.map +0 -1
  138. package/dist/module/filter/entity/saved-filter-detail.entity.d.ts +0 -14
  139. package/dist/module/filter/entity/saved-filter-detail.entity.js +0 -67
  140. package/dist/module/filter/entity/saved-filter-detail.entity.js.map +0 -1
  141. package/dist/module/filter/entity/saved-filter-master.entity.d.ts +0 -8
  142. package/dist/module/filter/entity/saved-filter-master.entity.js +0 -43
  143. package/dist/module/filter/entity/saved-filter-master.entity.js.map +0 -1
  144. package/dist/module/filter/filter.module.d.ts +0 -2
  145. package/dist/module/filter/filter.module.js +0 -44
  146. package/dist/module/filter/filter.module.js.map +0 -1
  147. package/dist/module/filter/repository/saved-filter.repository.d.ts +0 -38
  148. package/dist/module/filter/repository/saved-filter.repository.js +0 -144
  149. package/dist/module/filter/repository/saved-filter.repository.js.map +0 -1
  150. package/dist/module/filter/service/filter-evaluator.service.d.ts +0 -9
  151. package/dist/module/filter/service/filter-evaluator.service.js +0 -62
  152. package/dist/module/filter/service/filter-evaluator.service.js.map +0 -1
  153. package/dist/module/filter/service/filter.service.d.ts +0 -66
  154. package/dist/module/filter/service/filter.service.js +0 -641
  155. package/dist/module/filter/service/filter.service.js.map +0 -1
  156. package/dist/module/filter/service/saved-filter.service.d.ts +0 -30
  157. package/dist/module/filter/service/saved-filter.service.js +0 -125
  158. package/dist/module/filter/service/saved-filter.service.js.map +0 -1
  159. package/dist/module/ics/controller/ics.controller.d.ts +0 -8
  160. package/dist/module/ics/controller/ics.controller.js +0 -45
  161. package/dist/module/ics/controller/ics.controller.js.map +0 -1
  162. package/dist/module/ics/dto/ics.dto.d.ts +0 -17
  163. package/dist/module/ics/dto/ics.dto.js +0 -73
  164. package/dist/module/ics/dto/ics.dto.js.map +0 -1
  165. package/dist/module/ics/ics.module.d.ts +0 -2
  166. package/dist/module/ics/ics.module.js +0 -26
  167. package/dist/module/ics/ics.module.js.map +0 -1
  168. package/dist/module/ics/service/ics.service.d.ts +0 -4
  169. package/dist/module/ics/service/ics.service.js +0 -61
  170. package/dist/module/ics/service/ics.service.js.map +0 -1
  171. package/dist/module/integration/controller/calender-event.controller.d.ts +0 -7
  172. package/dist/module/integration/controller/calender-event.controller.js +0 -51
  173. package/dist/module/integration/controller/calender-event.controller.js.map +0 -1
  174. package/dist/module/integration/controller/integration.controller.d.ts +0 -139
  175. package/dist/module/integration/controller/integration.controller.js +0 -540
  176. package/dist/module/integration/controller/integration.controller.js.map +0 -1
  177. package/dist/module/integration/controller/wrapper.controller.d.ts +0 -23
  178. package/dist/module/integration/controller/wrapper.controller.js +0 -56
  179. package/dist/module/integration/controller/wrapper.controller.js.map +0 -1
  180. package/dist/module/integration/dto/create-config.dto.d.ts +0 -208
  181. package/dist/module/integration/dto/create-config.dto.js +0 -461
  182. package/dist/module/integration/dto/create-config.dto.js.map +0 -1
  183. package/dist/module/integration/entity/integration-config.entity.d.ts +0 -54
  184. package/dist/module/integration/entity/integration-config.entity.js +0 -78
  185. package/dist/module/integration/entity/integration-config.entity.js.map +0 -1
  186. package/dist/module/integration/entity/integration-ivr-mapper.entity.d.ts +0 -6
  187. package/dist/module/integration/entity/integration-ivr-mapper.entity.js +0 -33
  188. package/dist/module/integration/entity/integration-ivr-mapper.entity.js.map +0 -1
  189. package/dist/module/integration/entity/integration-source.entity.d.ts +0 -7
  190. package/dist/module/integration/entity/integration-source.entity.js +0 -37
  191. package/dist/module/integration/entity/integration-source.entity.js.map +0 -1
  192. package/dist/module/integration/entity/user-integration.entity.d.ts +0 -23
  193. package/dist/module/integration/entity/user-integration.entity.js +0 -70
  194. package/dist/module/integration/entity/user-integration.entity.js.map +0 -1
  195. package/dist/module/integration/examples/usage.example.d.ts +0 -16
  196. package/dist/module/integration/examples/usage.example.js +0 -217
  197. package/dist/module/integration/examples/usage.example.js.map +0 -1
  198. package/dist/module/integration/factories/base.factory.d.ts +0 -9
  199. package/dist/module/integration/factories/base.factory.js +0 -3
  200. package/dist/module/integration/factories/base.factory.js.map +0 -1
  201. package/dist/module/integration/factories/email.factory.d.ts +0 -17
  202. package/dist/module/integration/factories/email.factory.js +0 -55
  203. package/dist/module/integration/factories/email.factory.js.map +0 -1
  204. package/dist/module/integration/factories/integration.factory.d.ts +0 -33
  205. package/dist/module/integration/factories/integration.factory.js +0 -104
  206. package/dist/module/integration/factories/integration.factory.js.map +0 -1
  207. package/dist/module/integration/factories/sms.factory.d.ts +0 -17
  208. package/dist/module/integration/factories/sms.factory.js +0 -58
  209. package/dist/module/integration/factories/sms.factory.js.map +0 -1
  210. package/dist/module/integration/factories/telephone.factory.d.ts +0 -15
  211. package/dist/module/integration/factories/telephone.factory.js +0 -49
  212. package/dist/module/integration/factories/telephone.factory.js.map +0 -1
  213. package/dist/module/integration/factories/whatsapp.factory.d.ts +0 -19
  214. package/dist/module/integration/factories/whatsapp.factory.js +0 -63
  215. package/dist/module/integration/factories/whatsapp.factory.js.map +0 -1
  216. package/dist/module/integration/integration.module.d.ts +0 -2
  217. package/dist/module/integration/integration.module.js +0 -87
  218. package/dist/module/integration/integration.module.js.map +0 -1
  219. package/dist/module/integration/service/calendar-event.service.d.ts +0 -8
  220. package/dist/module/integration/service/calendar-event.service.js +0 -101
  221. package/dist/module/integration/service/calendar-event.service.js.map +0 -1
  222. package/dist/module/integration/service/integration-queue.service.d.ts +0 -40
  223. package/dist/module/integration/service/integration-queue.service.js +0 -147
  224. package/dist/module/integration/service/integration-queue.service.js.map +0 -1
  225. package/dist/module/integration/service/integration.service.d.ts +0 -165
  226. package/dist/module/integration/service/integration.service.js +0 -1362
  227. package/dist/module/integration/service/integration.service.js.map +0 -1
  228. package/dist/module/integration/service/oauth.service.d.ts +0 -18
  229. package/dist/module/integration/service/oauth.service.js +0 -190
  230. package/dist/module/integration/service/oauth.service.js.map +0 -1
  231. package/dist/module/integration/service/wrapper.service.d.ts +0 -32
  232. package/dist/module/integration/service/wrapper.service.js +0 -253
  233. package/dist/module/integration/service/wrapper.service.js.map +0 -1
  234. package/dist/module/integration/strategies/email/gmail-api.strategy.d.ts +0 -13
  235. package/dist/module/integration/strategies/email/gmail-api.strategy.js +0 -198
  236. package/dist/module/integration/strategies/email/gmail-api.strategy.js.map +0 -1
  237. package/dist/module/integration/strategies/email/outlook-api.strategy.d.ts +0 -5
  238. package/dist/module/integration/strategies/email/outlook-api.strategy.js +0 -44
  239. package/dist/module/integration/strategies/email/outlook-api.strategy.js.map +0 -1
  240. package/dist/module/integration/strategies/email/outlook.strategy.d.ts +0 -5
  241. package/dist/module/integration/strategies/email/outlook.strategy.js +0 -64
  242. package/dist/module/integration/strategies/email/outlook.strategy.js.map +0 -1
  243. package/dist/module/integration/strategies/email/sendgrid-api.strategy.d.ts +0 -22
  244. package/dist/module/integration/strategies/email/sendgrid-api.strategy.js +0 -203
  245. package/dist/module/integration/strategies/email/sendgrid-api.strategy.js.map +0 -1
  246. package/dist/module/integration/strategies/integration.strategy.d.ts +0 -30
  247. package/dist/module/integration/strategies/integration.strategy.js +0 -40
  248. package/dist/module/integration/strategies/integration.strategy.js.map +0 -1
  249. package/dist/module/integration/strategies/sms/gupshup-sms.strategy.d.ts +0 -9
  250. package/dist/module/integration/strategies/sms/gupshup-sms.strategy.js +0 -104
  251. package/dist/module/integration/strategies/sms/gupshup-sms.strategy.js.map +0 -1
  252. package/dist/module/integration/strategies/sms/msg91-sms.strategy.d.ts +0 -9
  253. package/dist/module/integration/strategies/sms/msg91-sms.strategy.js +0 -113
  254. package/dist/module/integration/strategies/sms/msg91-sms.strategy.js.map +0 -1
  255. package/dist/module/integration/strategies/sms/tubelight-sms.strategy.d.ts +0 -9
  256. package/dist/module/integration/strategies/sms/tubelight-sms.strategy.js +0 -109
  257. package/dist/module/integration/strategies/sms/tubelight-sms.strategy.js.map +0 -1
  258. package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.d.ts +0 -22
  259. package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.js +0 -162
  260. package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.js.map +0 -1
  261. package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.d.ts +0 -17
  262. package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.js +0 -100
  263. package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.js.map +0 -1
  264. package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.d.ts +0 -19
  265. package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.js +0 -257
  266. package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.js.map +0 -1
  267. package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.d.ts +0 -22
  268. package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.js +0 -295
  269. package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.js.map +0 -1
  270. package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.d.ts +0 -20
  271. package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.js +0 -264
  272. package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.js.map +0 -1
  273. package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.d.ts +0 -5
  274. package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.js +0 -57
  275. package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.js.map +0 -1
  276. package/dist/module/layout/controller/layout.controller.d.ts +0 -11
  277. package/dist/module/layout/controller/layout.controller.js +0 -59
  278. package/dist/module/layout/controller/layout.controller.js.map +0 -1
  279. package/dist/module/layout/dto/header.dto.d.ts +0 -0
  280. package/dist/module/layout/dto/header.dto.js +0 -1
  281. package/dist/module/layout/dto/header.dto.js.map +0 -1
  282. package/dist/module/layout/entity/header-items.entity.d.ts +0 -10
  283. package/dist/module/layout/entity/header-items.entity.js +0 -52
  284. package/dist/module/layout/entity/header-items.entity.js.map +0 -1
  285. package/dist/module/layout/entity/header-section.entity.d.ts +0 -7
  286. package/dist/module/layout/entity/header-section.entity.js +0 -40
  287. package/dist/module/layout/entity/header-section.entity.js.map +0 -1
  288. package/dist/module/layout/layout.module.d.ts +0 -2
  289. package/dist/module/layout/layout.module.js +0 -34
  290. package/dist/module/layout/layout.module.js.map +0 -1
  291. package/dist/module/layout/repository/header-items.repository.d.ts +0 -7
  292. package/dist/module/layout/repository/header-items.repository.js +0 -36
  293. package/dist/module/layout/repository/header-items.repository.js.map +0 -1
  294. package/dist/module/layout/repository/header-section.repository.d.ts +0 -8
  295. package/dist/module/layout/repository/header-section.repository.js +0 -39
  296. package/dist/module/layout/repository/header-section.repository.js.map +0 -1
  297. package/dist/module/layout/service/header-section.service.d.ts +0 -8
  298. package/dist/module/layout/service/header-section.service.js +0 -37
  299. package/dist/module/layout/service/header-section.service.js.map +0 -1
  300. package/dist/module/layout_preference/controller/layout_preference.controller.d.ts +0 -13
  301. package/dist/module/layout_preference/controller/layout_preference.controller.js +0 -59
  302. package/dist/module/layout_preference/controller/layout_preference.controller.js.map +0 -1
  303. package/dist/module/layout_preference/dto/layout_preference.dto.d.ts +0 -0
  304. package/dist/module/layout_preference/dto/layout_preference.dto.js +0 -1
  305. package/dist/module/layout_preference/dto/layout_preference.dto.js.map +0 -1
  306. package/dist/module/layout_preference/entity/layout_preference.entity.d.ts +0 -9
  307. package/dist/module/layout_preference/entity/layout_preference.entity.js +0 -50
  308. package/dist/module/layout_preference/entity/layout_preference.entity.js.map +0 -1
  309. package/dist/module/layout_preference/layout_preference.module.d.ts +0 -2
  310. package/dist/module/layout_preference/layout_preference.module.js +0 -31
  311. package/dist/module/layout_preference/layout_preference.module.js.map +0 -1
  312. package/dist/module/layout_preference/repository/layout_preference.repository.d.ts +0 -7
  313. package/dist/module/layout_preference/repository/layout_preference.repository.js +0 -42
  314. package/dist/module/layout_preference/repository/layout_preference.repository.js.map +0 -1
  315. package/dist/module/layout_preference/service/layout_preference.service.d.ts +0 -15
  316. package/dist/module/layout_preference/service/layout_preference.service.js +0 -99
  317. package/dist/module/layout_preference/service/layout_preference.service.js.map +0 -1
  318. package/dist/module/lead/controller/lead.controller.d.ts +0 -20
  319. package/dist/module/lead/controller/lead.controller.js +0 -58
  320. package/dist/module/lead/controller/lead.controller.js.map +0 -1
  321. package/dist/module/lead/lead.module.d.ts +0 -2
  322. package/dist/module/lead/lead.module.js +0 -26
  323. package/dist/module/lead/lead.module.js.map +0 -1
  324. package/dist/module/lead/repository/lead.repository.d.ts +0 -10
  325. package/dist/module/lead/repository/lead.repository.js +0 -53
  326. package/dist/module/lead/repository/lead.repository.js.map +0 -1
  327. package/dist/module/lead/service/lead.service.d.ts +0 -20
  328. package/dist/module/lead/service/lead.service.js +0 -55
  329. package/dist/module/lead/service/lead.service.js.map +0 -1
  330. package/dist/module/listmaster/controller/list-master.controller.d.ts +0 -24
  331. package/dist/module/listmaster/controller/list-master.controller.js +0 -124
  332. package/dist/module/listmaster/controller/list-master.controller.js.map +0 -1
  333. package/dist/module/listmaster/entity/list-master-items.entity.d.ts +0 -14
  334. package/dist/module/listmaster/entity/list-master-items.entity.js +0 -67
  335. package/dist/module/listmaster/entity/list-master-items.entity.js.map +0 -1
  336. package/dist/module/listmaster/entity/list-master.entity.d.ts +0 -11
  337. package/dist/module/listmaster/entity/list-master.entity.js +0 -55
  338. package/dist/module/listmaster/entity/list-master.entity.js.map +0 -1
  339. package/dist/module/listmaster/listmaster.module.d.ts +0 -2
  340. package/dist/module/listmaster/listmaster.module.js +0 -43
  341. package/dist/module/listmaster/listmaster.module.js.map +0 -1
  342. package/dist/module/listmaster/repository/list-master-items.repository.d.ts +0 -21
  343. package/dist/module/listmaster/repository/list-master-items.repository.js +0 -142
  344. package/dist/module/listmaster/repository/list-master-items.repository.js.map +0 -1
  345. package/dist/module/listmaster/repository/list-master.repository.d.ts +0 -9
  346. package/dist/module/listmaster/repository/list-master.repository.js +0 -53
  347. package/dist/module/listmaster/repository/list-master.repository.js.map +0 -1
  348. package/dist/module/listmaster/service/list-master-item.service.d.ts +0 -19
  349. package/dist/module/listmaster/service/list-master-item.service.js +0 -151
  350. package/dist/module/listmaster/service/list-master-item.service.js.map +0 -1
  351. package/dist/module/listmaster/service/list-master.service.d.ts +0 -32
  352. package/dist/module/listmaster/service/list-master.service.js +0 -228
  353. package/dist/module/listmaster/service/list-master.service.js.map +0 -1
  354. package/dist/module/mapper/controller/field-mapper.controller.d.ts +0 -7
  355. package/dist/module/mapper/controller/field-mapper.controller.js +0 -58
  356. package/dist/module/mapper/controller/field-mapper.controller.js.map +0 -1
  357. package/dist/module/mapper/controller/mapper.controller.d.ts +0 -6
  358. package/dist/module/mapper/controller/mapper.controller.js +0 -39
  359. package/dist/module/mapper/controller/mapper.controller.js.map +0 -1
  360. package/dist/module/mapper/dto/field-mapper.dto.d.ts +0 -11
  361. package/dist/module/mapper/dto/field-mapper.dto.js +0 -8
  362. package/dist/module/mapper/dto/field-mapper.dto.js.map +0 -1
  363. package/dist/module/mapper/entity/field-lovs.entity.d.ts +0 -7
  364. package/dist/module/mapper/entity/field-lovs.entity.js +0 -38
  365. package/dist/module/mapper/entity/field-lovs.entity.js.map +0 -1
  366. package/dist/module/mapper/entity/field-mapper.entity.d.ts +0 -12
  367. package/dist/module/mapper/entity/field-mapper.entity.js +0 -58
  368. package/dist/module/mapper/entity/field-mapper.entity.js.map +0 -1
  369. package/dist/module/mapper/entity/mapper.entity.d.ts +0 -6
  370. package/dist/module/mapper/entity/mapper.entity.js +0 -34
  371. package/dist/module/mapper/entity/mapper.entity.js.map +0 -1
  372. package/dist/module/mapper/mapper.module.d.ts +0 -2
  373. package/dist/module/mapper/mapper.module.js +0 -42
  374. package/dist/module/mapper/mapper.module.js.map +0 -1
  375. package/dist/module/mapper/repository/field-lovs.repository.d.ts +0 -8
  376. package/dist/module/mapper/repository/field-lovs.repository.js +0 -41
  377. package/dist/module/mapper/repository/field-lovs.repository.js.map +0 -1
  378. package/dist/module/mapper/repository/field-mapper.repository.d.ts +0 -9
  379. package/dist/module/mapper/repository/field-mapper.repository.js +0 -42
  380. package/dist/module/mapper/repository/field-mapper.repository.js.map +0 -1
  381. package/dist/module/mapper/service/field-mapper.service.d.ts +0 -20
  382. package/dist/module/mapper/service/field-mapper.service.js +0 -140
  383. package/dist/module/mapper/service/field-mapper.service.js.map +0 -1
  384. package/dist/module/mapper/service/mapper.service.d.ts +0 -7
  385. package/dist/module/mapper/service/mapper.service.js +0 -40
  386. package/dist/module/mapper/service/mapper.service.js.map +0 -1
  387. package/dist/module/master/controller/master.controller.d.ts +0 -20
  388. package/dist/module/master/controller/master.controller.js +0 -82
  389. package/dist/module/master/controller/master.controller.js.map +0 -1
  390. package/dist/module/master/service/master.service.d.ts +0 -31
  391. package/dist/module/master/service/master.service.js +0 -366
  392. package/dist/module/master/service/master.service.js.map +0 -1
  393. package/dist/module/meta/controller/app-master.controller.d.ts +0 -9
  394. package/dist/module/meta/controller/app-master.controller.js +0 -51
  395. package/dist/module/meta/controller/app-master.controller.js.map +0 -1
  396. package/dist/module/meta/controller/attribute-master.controller.d.ts +0 -21
  397. package/dist/module/meta/controller/attribute-master.controller.js +0 -78
  398. package/dist/module/meta/controller/attribute-master.controller.js.map +0 -1
  399. package/dist/module/meta/controller/entity-dynamic.controller.d.ts +0 -18
  400. package/dist/module/meta/controller/entity-dynamic.controller.js +0 -102
  401. package/dist/module/meta/controller/entity-dynamic.controller.js.map +0 -1
  402. package/dist/module/meta/controller/entity-master.controller.d.ts +0 -8
  403. package/dist/module/meta/controller/entity-master.controller.js +0 -44
  404. package/dist/module/meta/controller/entity-master.controller.js.map +0 -1
  405. package/dist/module/meta/controller/entity-relation.controller.d.ts +0 -6
  406. package/dist/module/meta/controller/entity-relation.controller.js +0 -45
  407. package/dist/module/meta/controller/entity-relation.controller.js.map +0 -1
  408. package/dist/module/meta/controller/entity.controller.d.ts +0 -38
  409. package/dist/module/meta/controller/entity.controller.js +0 -245
  410. package/dist/module/meta/controller/entity.controller.js.map +0 -1
  411. package/dist/module/meta/controller/media.controller.d.ts +0 -17
  412. package/dist/module/meta/controller/media.controller.js +0 -79
  413. package/dist/module/meta/controller/media.controller.js.map +0 -1
  414. package/dist/module/meta/controller/meta.controller.d.ts +0 -19
  415. package/dist/module/meta/controller/meta.controller.js +0 -87
  416. package/dist/module/meta/controller/meta.controller.js.map +0 -1
  417. package/dist/module/meta/controller/view-master.controller.d.ts +0 -12
  418. package/dist/module/meta/controller/view-master.controller.js +0 -87
  419. package/dist/module/meta/controller/view-master.controller.js.map +0 -1
  420. package/dist/module/meta/dto/entity-list-data.dto.d.ts +0 -5
  421. package/dist/module/meta/dto/entity-list-data.dto.js +0 -7
  422. package/dist/module/meta/dto/entity-list-data.dto.js.map +0 -1
  423. package/dist/module/meta/dto/entity-tab.dto.d.ts +0 -4
  424. package/dist/module/meta/dto/entity-tab.dto.js +0 -7
  425. package/dist/module/meta/dto/entity-tab.dto.js.map +0 -1
  426. package/dist/module/meta/dto/entity-table.dto.d.ts +0 -11
  427. package/dist/module/meta/dto/entity-table.dto.js +0 -8
  428. package/dist/module/meta/dto/entity-table.dto.js.map +0 -1
  429. package/dist/module/meta/entity/app-master.entity.d.ts +0 -12
  430. package/dist/module/meta/entity/app-master.entity.js +0 -58
  431. package/dist/module/meta/entity/app-master.entity.js.map +0 -1
  432. package/dist/module/meta/entity/attribute-master.entity.d.ts +0 -21
  433. package/dist/module/meta/entity/attribute-master.entity.js +0 -118
  434. package/dist/module/meta/entity/attribute-master.entity.js.map +0 -1
  435. package/dist/module/meta/entity/base-entity.entity.d.ts +0 -19
  436. package/dist/module/meta/entity/base-entity.entity.js +0 -104
  437. package/dist/module/meta/entity/base-entity.entity.js.map +0 -1
  438. package/dist/module/meta/entity/entity-master.entity.d.ts +0 -18
  439. package/dist/module/meta/entity/entity-master.entity.js +0 -108
  440. package/dist/module/meta/entity/entity-master.entity.js.map +0 -1
  441. package/dist/module/meta/entity/entity-relation-data.entity.d.ts +0 -10
  442. package/dist/module/meta/entity/entity-relation-data.entity.js +0 -51
  443. package/dist/module/meta/entity/entity-relation-data.entity.js.map +0 -1
  444. package/dist/module/meta/entity/entity-relation.entity.d.ts +0 -8
  445. package/dist/module/meta/entity/entity-relation.entity.js +0 -43
  446. package/dist/module/meta/entity/entity-relation.entity.js.map +0 -1
  447. package/dist/module/meta/entity/entity-table-column.entity.d.ts +0 -19
  448. package/dist/module/meta/entity/entity-table-column.entity.js +0 -92
  449. package/dist/module/meta/entity/entity-table-column.entity.js.map +0 -1
  450. package/dist/module/meta/entity/entity-table.entity.d.ts +0 -17
  451. package/dist/module/meta/entity/entity-table.entity.js +0 -79
  452. package/dist/module/meta/entity/entity-table.entity.js.map +0 -1
  453. package/dist/module/meta/entity/media-data.entity.d.ts +0 -11
  454. package/dist/module/meta/entity/media-data.entity.js +0 -55
  455. package/dist/module/meta/entity/media-data.entity.js.map +0 -1
  456. package/dist/module/meta/entity/preference.entity.d.ts +0 -11
  457. package/dist/module/meta/entity/preference.entity.js +0 -85
  458. package/dist/module/meta/entity/preference.entity.js.map +0 -1
  459. package/dist/module/meta/entity/view-master.entity.d.ts +0 -14
  460. package/dist/module/meta/entity/view-master.entity.js +0 -67
  461. package/dist/module/meta/entity/view-master.entity.js.map +0 -1
  462. package/dist/module/meta/entity.module.d.ts +0 -2
  463. package/dist/module/meta/entity.module.js +0 -153
  464. package/dist/module/meta/entity.module.js.map +0 -1
  465. package/dist/module/meta/repository/app-master.repository.d.ts +0 -7
  466. package/dist/module/meta/repository/app-master.repository.js +0 -36
  467. package/dist/module/meta/repository/app-master.repository.js.map +0 -1
  468. package/dist/module/meta/repository/attribute-master.repository.d.ts +0 -20
  469. package/dist/module/meta/repository/attribute-master.repository.js +0 -85
  470. package/dist/module/meta/repository/attribute-master.repository.js.map +0 -1
  471. package/dist/module/meta/repository/entity-master.repository.d.ts +0 -9
  472. package/dist/module/meta/repository/entity-master.repository.js +0 -44
  473. package/dist/module/meta/repository/entity-master.repository.js.map +0 -1
  474. package/dist/module/meta/repository/entity-table-column.repository.d.ts +0 -7
  475. package/dist/module/meta/repository/entity-table-column.repository.js +0 -52
  476. package/dist/module/meta/repository/entity-table-column.repository.js.map +0 -1
  477. package/dist/module/meta/repository/entity-table.repository.d.ts +0 -9
  478. package/dist/module/meta/repository/entity-table.repository.js +0 -60
  479. package/dist/module/meta/repository/entity-table.repository.js.map +0 -1
  480. package/dist/module/meta/repository/media-data.repository.d.ts +0 -9
  481. package/dist/module/meta/repository/media-data.repository.js +0 -55
  482. package/dist/module/meta/repository/media-data.repository.js.map +0 -1
  483. package/dist/module/meta/repository/preference.repository.d.ts +0 -7
  484. package/dist/module/meta/repository/preference.repository.js +0 -36
  485. package/dist/module/meta/repository/preference.repository.js.map +0 -1
  486. package/dist/module/meta/repository/user-app-mapping.repository.d.ts +0 -0
  487. package/dist/module/meta/repository/user-app-mapping.repository.js +0 -1
  488. package/dist/module/meta/repository/user-app-mapping.repository.js.map +0 -1
  489. package/dist/module/meta/repository/view-master.repository.d.ts +0 -11
  490. package/dist/module/meta/repository/view-master.repository.js +0 -50
  491. package/dist/module/meta/repository/view-master.repository.js.map +0 -1
  492. package/dist/module/meta/service/app-master.service.d.ts +0 -8
  493. package/dist/module/meta/service/app-master.service.js +0 -45
  494. package/dist/module/meta/service/app-master.service.js.map +0 -1
  495. package/dist/module/meta/service/attribute-master.service.d.ts +0 -16
  496. package/dist/module/meta/service/attribute-master.service.js +0 -75
  497. package/dist/module/meta/service/attribute-master.service.js.map +0 -1
  498. package/dist/module/meta/service/common.service.d.ts +0 -4
  499. package/dist/module/meta/service/common.service.js +0 -25
  500. package/dist/module/meta/service/common.service.js.map +0 -1
  501. package/dist/module/meta/service/entity-dynamic.service.d.ts +0 -19
  502. package/dist/module/meta/service/entity-dynamic.service.js +0 -395
  503. package/dist/module/meta/service/entity-dynamic.service.js.map +0 -1
  504. package/dist/module/meta/service/entity-list.service.d.ts +0 -17
  505. package/dist/module/meta/service/entity-list.service.js +0 -141
  506. package/dist/module/meta/service/entity-list.service.js.map +0 -1
  507. package/dist/module/meta/service/entity-master.service.d.ts +0 -20
  508. package/dist/module/meta/service/entity-master.service.js +0 -106
  509. package/dist/module/meta/service/entity-master.service.js.map +0 -1
  510. package/dist/module/meta/service/entity-realation-data.service.d.ts +0 -4
  511. package/dist/module/meta/service/entity-realation-data.service.js +0 -25
  512. package/dist/module/meta/service/entity-realation-data.service.js.map +0 -1
  513. package/dist/module/meta/service/entity-relation.service.d.ts +0 -8
  514. package/dist/module/meta/service/entity-relation.service.js +0 -58
  515. package/dist/module/meta/service/entity-relation.service.js.map +0 -1
  516. package/dist/module/meta/service/entity-service-impl.service.d.ts +0 -42
  517. package/dist/module/meta/service/entity-service-impl.service.js +0 -267
  518. package/dist/module/meta/service/entity-service-impl.service.js.map +0 -1
  519. package/dist/module/meta/service/entity-table-column.service.d.ts +0 -7
  520. package/dist/module/meta/service/entity-table-column.service.js +0 -37
  521. package/dist/module/meta/service/entity-table-column.service.js.map +0 -1
  522. package/dist/module/meta/service/entity-table.service.d.ts +0 -17
  523. package/dist/module/meta/service/entity-table.service.js +0 -86
  524. package/dist/module/meta/service/entity-table.service.js.map +0 -1
  525. package/dist/module/meta/service/entity-validation.service.d.ts +0 -21
  526. package/dist/module/meta/service/entity-validation.service.js +0 -117
  527. package/dist/module/meta/service/entity-validation.service.js.map +0 -1
  528. package/dist/module/meta/service/entity.service.d.ts +0 -15
  529. package/dist/module/meta/service/entity.service.js +0 -3
  530. package/dist/module/meta/service/entity.service.js.map +0 -1
  531. package/dist/module/meta/service/field-group.service.d.ts +0 -26
  532. package/dist/module/meta/service/field-group.service.js +0 -78
  533. package/dist/module/meta/service/field-group.service.js.map +0 -1
  534. package/dist/module/meta/service/media-data.service.d.ts +0 -29
  535. package/dist/module/meta/service/media-data.service.js +0 -108
  536. package/dist/module/meta/service/media-data.service.js.map +0 -1
  537. package/dist/module/meta/service/populate-meta.service.d.ts +0 -11
  538. package/dist/module/meta/service/populate-meta.service.js +0 -108
  539. package/dist/module/meta/service/populate-meta.service.js.map +0 -1
  540. package/dist/module/meta/service/preference.service.d.ts +0 -7
  541. package/dist/module/meta/service/preference.service.js +0 -31
  542. package/dist/module/meta/service/preference.service.js.map +0 -1
  543. package/dist/module/meta/service/resolver.service.d.ts +0 -9
  544. package/dist/module/meta/service/resolver.service.js +0 -168
  545. package/dist/module/meta/service/resolver.service.js.map +0 -1
  546. package/dist/module/meta/service/section-master.service.d.ts +0 -26
  547. package/dist/module/meta/service/section-master.service.js +0 -77
  548. package/dist/module/meta/service/section-master.service.js.map +0 -1
  549. package/dist/module/meta/service/update-form-json.service.d.ts +0 -9
  550. package/dist/module/meta/service/update-form-json.service.js +0 -39
  551. package/dist/module/meta/service/update-form-json.service.js.map +0 -1
  552. package/dist/module/meta/service/user-app-mapping.service.d.ts +0 -0
  553. package/dist/module/meta/service/user-app-mapping.service.js +0 -1
  554. package/dist/module/meta/service/user-app-mapping.service.js.map +0 -1
  555. package/dist/module/meta/service/view-master.service.d.ts +0 -26
  556. package/dist/module/meta/service/view-master.service.js +0 -58
  557. package/dist/module/meta/service/view-master.service.js.map +0 -1
  558. package/dist/module/module/controller/menu.controller.d.ts +0 -8
  559. package/dist/module/module/controller/menu.controller.js +0 -41
  560. package/dist/module/module/controller/menu.controller.js.map +0 -1
  561. package/dist/module/module/controller/module-access.controller.d.ts +0 -35
  562. package/dist/module/module/controller/module-access.controller.js +0 -148
  563. package/dist/module/module/controller/module-access.controller.js.map +0 -1
  564. package/dist/module/module/entity/menu.entity.d.ts +0 -15
  565. package/dist/module/module/entity/menu.entity.js +0 -72
  566. package/dist/module/module/entity/menu.entity.js.map +0 -1
  567. package/dist/module/module/entity/module-access.entity.d.ts +0 -9
  568. package/dist/module/module/entity/module-access.entity.js +0 -48
  569. package/dist/module/module/entity/module-access.entity.js.map +0 -1
  570. package/dist/module/module/entity/module-action.entity.d.ts +0 -6
  571. package/dist/module/module/entity/module-action.entity.js +0 -37
  572. package/dist/module/module/entity/module-action.entity.js.map +0 -1
  573. package/dist/module/module/entity/module.entity.d.ts +0 -18
  574. package/dist/module/module/entity/module.entity.js +0 -84
  575. package/dist/module/module/entity/module.entity.js.map +0 -1
  576. package/dist/module/module/module.module.d.ts +0 -2
  577. package/dist/module/module/module.module.js +0 -55
  578. package/dist/module/module/module.module.js.map +0 -1
  579. package/dist/module/module/repository/menu.repository.d.ts +0 -11
  580. package/dist/module/module/repository/menu.repository.js +0 -152
  581. package/dist/module/module/repository/menu.repository.js.map +0 -1
  582. package/dist/module/module/repository/module-access.repository.d.ts +0 -51
  583. package/dist/module/module/repository/module-access.repository.js +0 -271
  584. package/dist/module/module/repository/module-access.repository.js.map +0 -1
  585. package/dist/module/module/service/menu.service.d.ts +0 -12
  586. package/dist/module/module/service/menu.service.js +0 -59
  587. package/dist/module/module/service/menu.service.js.map +0 -1
  588. package/dist/module/module/service/module-access.service.d.ts +0 -60
  589. package/dist/module/module/service/module-access.service.js +0 -119
  590. package/dist/module/module/service/module-access.service.js.map +0 -1
  591. package/dist/module/notification/controller/notification.controller.d.ts +0 -23
  592. package/dist/module/notification/controller/notification.controller.js +0 -74
  593. package/dist/module/notification/controller/notification.controller.js.map +0 -1
  594. package/dist/module/notification/controller/otp.controller.d.ts +0 -53
  595. package/dist/module/notification/controller/otp.controller.js +0 -103
  596. package/dist/module/notification/controller/otp.controller.js.map +0 -1
  597. package/dist/module/notification/entity/notification.entity.d.ts +0 -9
  598. package/dist/module/notification/entity/notification.entity.js +0 -45
  599. package/dist/module/notification/entity/notification.entity.js.map +0 -1
  600. package/dist/module/notification/entity/otp.entity.d.ts +0 -10
  601. package/dist/module/notification/entity/otp.entity.js +0 -52
  602. package/dist/module/notification/entity/otp.entity.js.map +0 -1
  603. package/dist/module/notification/firebase-admin.config.d.ts +0 -7
  604. package/dist/module/notification/firebase-admin.config.js +0 -24
  605. package/dist/module/notification/firebase-admin.config.js.map +0 -1
  606. package/dist/module/notification/notification.module.d.ts +0 -2
  607. package/dist/module/notification/notification.module.js +0 -82
  608. package/dist/module/notification/notification.module.js.map +0 -1
  609. package/dist/module/notification/repository/otp.repository.d.ts +0 -9
  610. package/dist/module/notification/repository/otp.repository.js +0 -44
  611. package/dist/module/notification/repository/otp.repository.js.map +0 -1
  612. package/dist/module/notification/service/email.service.d.ts +0 -14
  613. package/dist/module/notification/service/email.service.js +0 -110
  614. package/dist/module/notification/service/email.service.js.map +0 -1
  615. package/dist/module/notification/service/notification.service.d.ts +0 -25
  616. package/dist/module/notification/service/notification.service.js +0 -112
  617. package/dist/module/notification/service/notification.service.js.map +0 -1
  618. package/dist/module/notification/service/otp.service.d.ts +0 -49
  619. package/dist/module/notification/service/otp.service.js +0 -102
  620. package/dist/module/notification/service/otp.service.js.map +0 -1
  621. package/dist/module/third-party-module/entity/third-party-api-registry.entity.d.ts +0 -18
  622. package/dist/module/third-party-module/entity/third-party-api-registry.entity.js +0 -84
  623. package/dist/module/third-party-module/entity/third-party-api-registry.entity.js.map +0 -1
  624. package/dist/module/third-party-module/repository/third-party-api-registry.repository.d.ts +0 -7
  625. package/dist/module/third-party-module/repository/third-party-api-registry.repository.js +0 -38
  626. package/dist/module/third-party-module/repository/third-party-api-registry.repository.js.map +0 -1
  627. package/dist/module/third-party-module/service/api-registry.service.d.ts +0 -6
  628. package/dist/module/third-party-module/service/api-registry.service.js +0 -28
  629. package/dist/module/third-party-module/service/api-registry.service.js.map +0 -1
  630. package/dist/module/third-party-module/third-party.module.d.ts +0 -2
  631. package/dist/module/third-party-module/third-party.module.js +0 -25
  632. package/dist/module/third-party-module/third-party.module.js.map +0 -1
  633. package/dist/module/user/controller/login.controller.d.ts +0 -26
  634. package/dist/module/user/controller/login.controller.js +0 -176
  635. package/dist/module/user/controller/login.controller.js.map +0 -1
  636. package/dist/module/user/controller/user.controller.d.ts +0 -9
  637. package/dist/module/user/controller/user.controller.js +0 -59
  638. package/dist/module/user/controller/user.controller.js.map +0 -1
  639. package/dist/module/user/dto/create-user.dto.d.ts +0 -17
  640. package/dist/module/user/dto/create-user.dto.js +0 -64
  641. package/dist/module/user/dto/create-user.dto.js.map +0 -1
  642. package/dist/module/user/dto/update-user.dto.d.ts +0 -5
  643. package/dist/module/user/dto/update-user.dto.js +0 -9
  644. package/dist/module/user/dto/update-user.dto.js.map +0 -1
  645. package/dist/module/user/entity/role.entity.d.ts +0 -11
  646. package/dist/module/user/entity/role.entity.js +0 -56
  647. package/dist/module/user/entity/role.entity.js.map +0 -1
  648. package/dist/module/user/entity/user-role-mapping.entity.d.ts +0 -12
  649. package/dist/module/user/entity/user-role-mapping.entity.js +0 -63
  650. package/dist/module/user/entity/user-role-mapping.entity.js.map +0 -1
  651. package/dist/module/user/entity/user-session.entity.d.ts +0 -11
  652. package/dist/module/user/entity/user-session.entity.js +0 -86
  653. package/dist/module/user/entity/user-session.entity.js.map +0 -1
  654. package/dist/module/user/entity/user.entity.d.ts +0 -23
  655. package/dist/module/user/entity/user.entity.js +0 -103
  656. package/dist/module/user/entity/user.entity.js.map +0 -1
  657. package/dist/module/user/repository/role.repository.d.ts +0 -18
  658. package/dist/module/user/repository/role.repository.js +0 -87
  659. package/dist/module/user/repository/role.repository.js.map +0 -1
  660. package/dist/module/user/repository/user-role-mapping.repository.d.ts +0 -19
  661. package/dist/module/user/repository/user-role-mapping.repository.js +0 -110
  662. package/dist/module/user/repository/user-role-mapping.repository.js.map +0 -1
  663. package/dist/module/user/repository/user.repository.d.ts +0 -10
  664. package/dist/module/user/repository/user.repository.js +0 -58
  665. package/dist/module/user/repository/user.repository.js.map +0 -1
  666. package/dist/module/user/repository/userSession.repository.d.ts +0 -10
  667. package/dist/module/user/repository/userSession.repository.js +0 -45
  668. package/dist/module/user/repository/userSession.repository.js.map +0 -1
  669. package/dist/module/user/service/login.service.d.ts +0 -80
  670. package/dist/module/user/service/login.service.js +0 -209
  671. package/dist/module/user/service/login.service.js.map +0 -1
  672. package/dist/module/user/service/role.service.d.ts +0 -23
  673. package/dist/module/user/service/role.service.js +0 -146
  674. package/dist/module/user/service/role.service.js.map +0 -1
  675. package/dist/module/user/service/user-role-mapping.service.d.ts +0 -12
  676. package/dist/module/user/service/user-role-mapping.service.js +0 -60
  677. package/dist/module/user/service/user-role-mapping.service.js.map +0 -1
  678. package/dist/module/user/service/user-session.service.d.ts +0 -38
  679. package/dist/module/user/service/user-session.service.js +0 -132
  680. package/dist/module/user/service/user-session.service.js.map +0 -1
  681. package/dist/module/user/service/user.service.d.ts +0 -38
  682. package/dist/module/user/service/user.service.js +0 -234
  683. package/dist/module/user/service/user.service.js.map +0 -1
  684. package/dist/module/user/user.module.d.ts +0 -2
  685. package/dist/module/user/user.module.js +0 -78
  686. package/dist/module/user/user.module.js.map +0 -1
  687. package/dist/module/workflow/controller/action-category.controller.d.ts +0 -18
  688. package/dist/module/workflow/controller/action-category.controller.js +0 -79
  689. package/dist/module/workflow/controller/action-category.controller.js.map +0 -1
  690. package/dist/module/workflow/controller/action-resource-mapping.controller.d.ts +0 -5
  691. package/dist/module/workflow/controller/action-resource-mapping.controller.js +0 -31
  692. package/dist/module/workflow/controller/action-resource-mapping.controller.js.map +0 -1
  693. package/dist/module/workflow/controller/action-template-mapping.controller.d.ts +0 -12
  694. package/dist/module/workflow/controller/action-template-mapping.controller.js +0 -44
  695. package/dist/module/workflow/controller/action-template-mapping.controller.js.map +0 -1
  696. package/dist/module/workflow/controller/action.controller.d.ts +0 -45
  697. package/dist/module/workflow/controller/action.controller.js +0 -108
  698. package/dist/module/workflow/controller/action.controller.js.map +0 -1
  699. package/dist/module/workflow/controller/activity-log.controller.d.ts +0 -44
  700. package/dist/module/workflow/controller/activity-log.controller.js +0 -62
  701. package/dist/module/workflow/controller/activity-log.controller.js.map +0 -1
  702. package/dist/module/workflow/controller/comm-template.controller.d.ts +0 -13
  703. package/dist/module/workflow/controller/comm-template.controller.js +0 -45
  704. package/dist/module/workflow/controller/comm-template.controller.js.map +0 -1
  705. package/dist/module/workflow/controller/entity-modification.controller.d.ts +0 -8
  706. package/dist/module/workflow/controller/entity-modification.controller.js +0 -44
  707. package/dist/module/workflow/controller/entity-modification.controller.js.map +0 -1
  708. package/dist/module/workflow/controller/form-master.controller.d.ts +0 -11
  709. package/dist/module/workflow/controller/form-master.controller.js +0 -59
  710. package/dist/module/workflow/controller/form-master.controller.js.map +0 -1
  711. package/dist/module/workflow/controller/stage-group.controller.d.ts +0 -19
  712. package/dist/module/workflow/controller/stage-group.controller.js +0 -56
  713. package/dist/module/workflow/controller/stage-group.controller.js.map +0 -1
  714. package/dist/module/workflow/controller/stage.controller.d.ts +0 -34
  715. package/dist/module/workflow/controller/stage.controller.js +0 -56
  716. package/dist/module/workflow/controller/stage.controller.js.map +0 -1
  717. package/dist/module/workflow/controller/task.controller.d.ts +0 -32
  718. package/dist/module/workflow/controller/task.controller.js +0 -72
  719. package/dist/module/workflow/controller/task.controller.js.map +0 -1
  720. package/dist/module/workflow/controller/workflow-list-master.controller.d.ts +0 -14
  721. package/dist/module/workflow/controller/workflow-list-master.controller.js +0 -67
  722. package/dist/module/workflow/controller/workflow-list-master.controller.js.map +0 -1
  723. package/dist/module/workflow/controller/workflow-meta.controller.d.ts +0 -15
  724. package/dist/module/workflow/controller/workflow-meta.controller.js +0 -72
  725. package/dist/module/workflow/controller/workflow-meta.controller.js.map +0 -1
  726. package/dist/module/workflow/controller/workflow.controller.d.ts +0 -31
  727. package/dist/module/workflow/controller/workflow.controller.js +0 -83
  728. package/dist/module/workflow/controller/workflow.controller.js.map +0 -1
  729. package/dist/module/workflow/entity/action-category.entity.d.ts +0 -12
  730. package/dist/module/workflow/entity/action-category.entity.js +0 -59
  731. package/dist/module/workflow/entity/action-category.entity.js.map +0 -1
  732. package/dist/module/workflow/entity/action-data.entity.d.ts +0 -19
  733. package/dist/module/workflow/entity/action-data.entity.js +0 -86
  734. package/dist/module/workflow/entity/action-data.entity.js.map +0 -1
  735. package/dist/module/workflow/entity/action-resources-mapping.entity.d.ts +0 -9
  736. package/dist/module/workflow/entity/action-resources-mapping.entity.js +0 -47
  737. package/dist/module/workflow/entity/action-resources-mapping.entity.js.map +0 -1
  738. package/dist/module/workflow/entity/action-template-mapping.entity.d.ts +0 -6
  739. package/dist/module/workflow/entity/action-template-mapping.entity.js +0 -35
  740. package/dist/module/workflow/entity/action-template-mapping.entity.js.map +0 -1
  741. package/dist/module/workflow/entity/action.entity.d.ts +0 -17
  742. package/dist/module/workflow/entity/action.entity.js +0 -79
  743. package/dist/module/workflow/entity/action.entity.js.map +0 -1
  744. package/dist/module/workflow/entity/activity-log.entity.d.ts +0 -15
  745. package/dist/module/workflow/entity/activity-log.entity.js +0 -70
  746. package/dist/module/workflow/entity/activity-log.entity.js.map +0 -1
  747. package/dist/module/workflow/entity/comm-template.entity.d.ts +0 -13
  748. package/dist/module/workflow/entity/comm-template.entity.js +0 -63
  749. package/dist/module/workflow/entity/comm-template.entity.js.map +0 -1
  750. package/dist/module/workflow/entity/entity-modification.entity.d.ts +0 -13
  751. package/dist/module/workflow/entity/entity-modification.entity.js +0 -63
  752. package/dist/module/workflow/entity/entity-modification.entity.js.map +0 -1
  753. package/dist/module/workflow/entity/form-master.entity.d.ts +0 -10
  754. package/dist/module/workflow/entity/form-master.entity.js +0 -50
  755. package/dist/module/workflow/entity/form-master.entity.js.map +0 -1
  756. package/dist/module/workflow/entity/form.entity.d.ts +0 -9
  757. package/dist/module/workflow/entity/form.entity.js +0 -46
  758. package/dist/module/workflow/entity/form.entity.js.map +0 -1
  759. package/dist/module/workflow/entity/stage-action-mapping.entity.d.ts +0 -6
  760. package/dist/module/workflow/entity/stage-action-mapping.entity.js +0 -35
  761. package/dist/module/workflow/entity/stage-action-mapping.entity.js.map +0 -1
  762. package/dist/module/workflow/entity/stage-group.entity.d.ts +0 -8
  763. package/dist/module/workflow/entity/stage-group.entity.js +0 -43
  764. package/dist/module/workflow/entity/stage-group.entity.js.map +0 -1
  765. package/dist/module/workflow/entity/stage-movement-data.entity.d.ts +0 -13
  766. package/dist/module/workflow/entity/stage-movement-data.entity.js +0 -63
  767. package/dist/module/workflow/entity/stage-movement-data.entity.js.map +0 -1
  768. package/dist/module/workflow/entity/stage.entity.d.ts +0 -7
  769. package/dist/module/workflow/entity/stage.entity.js +0 -39
  770. package/dist/module/workflow/entity/stage.entity.js.map +0 -1
  771. package/dist/module/workflow/entity/task-data.entity.d.ts +0 -30
  772. package/dist/module/workflow/entity/task-data.entity.js +0 -130
  773. package/dist/module/workflow/entity/task-data.entity.js.map +0 -1
  774. package/dist/module/workflow/entity/template-attach-mapper.entity.d.ts +0 -11
  775. package/dist/module/workflow/entity/template-attach-mapper.entity.js +0 -54
  776. package/dist/module/workflow/entity/template-attach-mapper.entity.js.map +0 -1
  777. package/dist/module/workflow/entity/workflow-data.entity.d.ts +0 -4
  778. package/dist/module/workflow/entity/workflow-data.entity.js +0 -27
  779. package/dist/module/workflow/entity/workflow-data.entity.js.map +0 -1
  780. package/dist/module/workflow/entity/workflow-level-mapping.entity.d.ts +0 -7
  781. package/dist/module/workflow/entity/workflow-level-mapping.entity.js +0 -38
  782. package/dist/module/workflow/entity/workflow-level-mapping.entity.js.map +0 -1
  783. package/dist/module/workflow/entity/workflow.entity.d.ts +0 -7
  784. package/dist/module/workflow/entity/workflow.entity.js +0 -39
  785. package/dist/module/workflow/entity/workflow.entity.js.map +0 -1
  786. package/dist/module/workflow/repository/action-category.repository.d.ts +0 -19
  787. package/dist/module/workflow/repository/action-category.repository.js +0 -84
  788. package/dist/module/workflow/repository/action-category.repository.js.map +0 -1
  789. package/dist/module/workflow/repository/action-data.repository.d.ts +0 -20
  790. package/dist/module/workflow/repository/action-data.repository.js +0 -176
  791. package/dist/module/workflow/repository/action-data.repository.js.map +0 -1
  792. package/dist/module/workflow/repository/action.repository.d.ts +0 -29
  793. package/dist/module/workflow/repository/action.repository.js +0 -220
  794. package/dist/module/workflow/repository/action.repository.js.map +0 -1
  795. package/dist/module/workflow/repository/activity-log.repository.d.ts +0 -57
  796. package/dist/module/workflow/repository/activity-log.repository.js +0 -112
  797. package/dist/module/workflow/repository/activity-log.repository.js.map +0 -1
  798. package/dist/module/workflow/repository/comm-template.repository.d.ts +0 -15
  799. package/dist/module/workflow/repository/comm-template.repository.js +0 -107
  800. package/dist/module/workflow/repository/comm-template.repository.js.map +0 -1
  801. package/dist/module/workflow/repository/form-master.repository.d.ts +0 -12
  802. package/dist/module/workflow/repository/form-master.repository.js +0 -59
  803. package/dist/module/workflow/repository/form-master.repository.js.map +0 -1
  804. package/dist/module/workflow/repository/form.repository.d.ts +0 -0
  805. package/dist/module/workflow/repository/form.repository.js +0 -1
  806. package/dist/module/workflow/repository/form.repository.js.map +0 -1
  807. package/dist/module/workflow/repository/stage-group.repository.d.ts +0 -34
  808. package/dist/module/workflow/repository/stage-group.repository.js +0 -135
  809. package/dist/module/workflow/repository/stage-group.repository.js.map +0 -1
  810. package/dist/module/workflow/repository/stage-movement.repository.d.ts +0 -23
  811. package/dist/module/workflow/repository/stage-movement.repository.js +0 -150
  812. package/dist/module/workflow/repository/stage-movement.repository.js.map +0 -1
  813. package/dist/module/workflow/repository/stage.repository.d.ts +0 -30
  814. package/dist/module/workflow/repository/stage.repository.js +0 -88
  815. package/dist/module/workflow/repository/stage.repository.js.map +0 -1
  816. package/dist/module/workflow/repository/task.repository.d.ts +0 -10
  817. package/dist/module/workflow/repository/task.repository.js +0 -92
  818. package/dist/module/workflow/repository/task.repository.js.map +0 -1
  819. package/dist/module/workflow/repository/workflow.repository.d.ts +0 -10
  820. package/dist/module/workflow/repository/workflow.repository.js +0 -49
  821. package/dist/module/workflow/repository/workflow.repository.js.map +0 -1
  822. package/dist/module/workflow/service/action-category.service.d.ts +0 -21
  823. package/dist/module/workflow/service/action-category.service.js +0 -42
  824. package/dist/module/workflow/service/action-category.service.js.map +0 -1
  825. package/dist/module/workflow/service/action-data.service.d.ts +0 -16
  826. package/dist/module/workflow/service/action-data.service.js +0 -40
  827. package/dist/module/workflow/service/action-data.service.js.map +0 -1
  828. package/dist/module/workflow/service/action-resources-mapping.service.d.ts +0 -6
  829. package/dist/module/workflow/service/action-resources-mapping.service.js +0 -27
  830. package/dist/module/workflow/service/action-resources-mapping.service.js.map +0 -1
  831. package/dist/module/workflow/service/action-template-mapping.service.d.ts +0 -7
  832. package/dist/module/workflow/service/action-template-mapping.service.js +0 -52
  833. package/dist/module/workflow/service/action-template-mapping.service.js.map +0 -1
  834. package/dist/module/workflow/service/action.service.d.ts +0 -35
  835. package/dist/module/workflow/service/action.service.js +0 -152
  836. package/dist/module/workflow/service/action.service.js.map +0 -1
  837. package/dist/module/workflow/service/activity-log.service.d.ts +0 -44
  838. package/dist/module/workflow/service/activity-log.service.js +0 -92
  839. package/dist/module/workflow/service/activity-log.service.js.map +0 -1
  840. package/dist/module/workflow/service/comm-template.service.d.ts +0 -16
  841. package/dist/module/workflow/service/comm-template.service.js +0 -91
  842. package/dist/module/workflow/service/comm-template.service.js.map +0 -1
  843. package/dist/module/workflow/service/entity-modification.service.d.ts +0 -8
  844. package/dist/module/workflow/service/entity-modification.service.js +0 -52
  845. package/dist/module/workflow/service/entity-modification.service.js.map +0 -1
  846. package/dist/module/workflow/service/form-master.service.d.ts +0 -14
  847. package/dist/module/workflow/service/form-master.service.js +0 -38
  848. package/dist/module/workflow/service/form-master.service.js.map +0 -1
  849. package/dist/module/workflow/service/populate-workflow.service.d.ts +0 -21
  850. package/dist/module/workflow/service/populate-workflow.service.js +0 -181
  851. package/dist/module/workflow/service/populate-workflow.service.js.map +0 -1
  852. package/dist/module/workflow/service/stage-action-mapping.service.d.ts +0 -3
  853. package/dist/module/workflow/service/stage-action-mapping.service.js +0 -18
  854. package/dist/module/workflow/service/stage-action-mapping.service.js.map +0 -1
  855. package/dist/module/workflow/service/stage-group.service.d.ts +0 -29
  856. package/dist/module/workflow/service/stage-group.service.js +0 -213
  857. package/dist/module/workflow/service/stage-group.service.js.map +0 -1
  858. package/dist/module/workflow/service/stage.service.d.ts +0 -42
  859. package/dist/module/workflow/service/stage.service.js +0 -102
  860. package/dist/module/workflow/service/stage.service.js.map +0 -1
  861. package/dist/module/workflow/service/task.service.d.ts +0 -48
  862. package/dist/module/workflow/service/task.service.js +0 -324
  863. package/dist/module/workflow/service/task.service.js.map +0 -1
  864. package/dist/module/workflow/service/workflow-list-master.service.d.ts +0 -9
  865. package/dist/module/workflow/service/workflow-list-master.service.js +0 -61
  866. package/dist/module/workflow/service/workflow-list-master.service.js.map +0 -1
  867. package/dist/module/workflow/service/workflow-meta.service.d.ts +0 -26
  868. package/dist/module/workflow/service/workflow-meta.service.js +0 -343
  869. package/dist/module/workflow/service/workflow-meta.service.js.map +0 -1
  870. package/dist/module/workflow/service/workflow.service.d.ts +0 -33
  871. package/dist/module/workflow/service/workflow.service.js +0 -140
  872. package/dist/module/workflow/service/workflow.service.js.map +0 -1
  873. package/dist/module/workflow/workflow.module.d.ts +0 -2
  874. package/dist/module/workflow/workflow.module.js +0 -188
  875. package/dist/module/workflow/workflow.module.js.map +0 -1
  876. package/dist/module/workflow-automation/controller/workflow-automation.controller.d.ts +0 -5
  877. package/dist/module/workflow-automation/controller/workflow-automation.controller.js +0 -31
  878. package/dist/module/workflow-automation/controller/workflow-automation.controller.js.map +0 -1
  879. package/dist/module/workflow-automation/entity/workflow-automation-action.entity.d.ts +0 -10
  880. package/dist/module/workflow-automation/entity/workflow-automation-action.entity.js +0 -51
  881. package/dist/module/workflow-automation/entity/workflow-automation-action.entity.js.map +0 -1
  882. package/dist/module/workflow-automation/entity/workflow-automation.entity.d.ts +0 -11
  883. package/dist/module/workflow-automation/entity/workflow-automation.entity.js +0 -55
  884. package/dist/module/workflow-automation/entity/workflow-automation.entity.js.map +0 -1
  885. package/dist/module/workflow-automation/interface/action.decorator.d.ts +0 -2
  886. package/dist/module/workflow-automation/interface/action.decorator.js +0 -8
  887. package/dist/module/workflow-automation/interface/action.decorator.js.map +0 -1
  888. package/dist/module/workflow-automation/interface/action.interface.d.ts +0 -4
  889. package/dist/module/workflow-automation/interface/action.interface.js +0 -3
  890. package/dist/module/workflow-automation/interface/action.interface.js.map +0 -1
  891. package/dist/module/workflow-automation/service/action-registery.service.d.ts +0 -11
  892. package/dist/module/workflow-automation/service/action-registery.service.js +0 -46
  893. package/dist/module/workflow-automation/service/action-registery.service.js.map +0 -1
  894. package/dist/module/workflow-automation/service/workflow-automation-engine.service.d.ts +0 -12
  895. package/dist/module/workflow-automation/service/workflow-automation-engine.service.js +0 -70
  896. package/dist/module/workflow-automation/service/workflow-automation-engine.service.js.map +0 -1
  897. package/dist/module/workflow-automation/service/workflow-automation.service.d.ts +0 -53
  898. package/dist/module/workflow-automation/service/workflow-automation.service.js +0 -219
  899. package/dist/module/workflow-automation/service/workflow-automation.service.js.map +0 -1
  900. package/dist/module/workflow-automation/workflow-automation.module.d.ts +0 -2
  901. package/dist/module/workflow-automation/workflow-automation.module.js +0 -47
  902. package/dist/module/workflow-automation/workflow-automation.module.js.map +0 -1
  903. package/dist/resources/properties.module.d.ts +0 -2
  904. package/dist/resources/properties.module.js +0 -25
  905. package/dist/resources/properties.module.js.map +0 -1
  906. package/dist/resources/properties.yaml.d.ts +0 -2
  907. package/dist/resources/properties.yaml.js +0 -10
  908. package/dist/resources/properties.yaml.js.map +0 -1
  909. package/dist/tsconfig.build.tsbuildinfo +0 -1
  910. package/dist/utils/dto/excel-data.dto.d.ts +0 -7
  911. package/dist/utils/dto/excel-data.dto.js +0 -16
  912. package/dist/utils/dto/excel-data.dto.js.map +0 -1
  913. package/dist/utils/dto/excelsheet-data.dto.d.ts +0 -5
  914. package/dist/utils/dto/excelsheet-data.dto.js +0 -3
  915. package/dist/utils/dto/excelsheet-data.dto.js.map +0 -1
  916. package/dist/utils/service/base64util.service.d.ts +0 -4
  917. package/dist/utils/service/base64util.service.js +0 -21
  918. package/dist/utils/service/base64util.service.js.map +0 -1
  919. package/dist/utils/service/clockIDGenUtil.service.d.ts +0 -8
  920. package/dist/utils/service/clockIDGenUtil.service.js +0 -32
  921. package/dist/utils/service/clockIDGenUtil.service.js.map +0 -1
  922. package/dist/utils/service/codeGenerator.service.d.ts +0 -3
  923. package/dist/utils/service/codeGenerator.service.js +0 -19
  924. package/dist/utils/service/codeGenerator.service.js.map +0 -1
  925. package/dist/utils/service/dateUtil.service.d.ts +0 -3
  926. package/dist/utils/service/dateUtil.service.js +0 -28
  927. package/dist/utils/service/dateUtil.service.js.map +0 -1
  928. package/dist/utils/service/encryptUtil.service.d.ts +0 -9
  929. package/dist/utils/service/encryptUtil.service.js +0 -112
  930. package/dist/utils/service/encryptUtil.service.js.map +0 -1
  931. package/dist/utils/service/excel-helper.service.d.ts +0 -9
  932. package/dist/utils/service/excel-helper.service.js +0 -56
  933. package/dist/utils/service/excel-helper.service.js.map +0 -1
  934. package/dist/utils/service/excelUtil.service.d.ts +0 -3
  935. package/dist/utils/service/excelUtil.service.js +0 -17
  936. package/dist/utils/service/excelUtil.service.js.map +0 -1
  937. package/dist/utils/service/file-util.service.d.ts +0 -3
  938. package/dist/utils/service/file-util.service.js +0 -15
  939. package/dist/utils/service/file-util.service.js.map +0 -1
  940. package/dist/utils/service/json-util.service.d.ts +0 -3
  941. package/dist/utils/service/json-util.service.js +0 -24
  942. package/dist/utils/service/json-util.service.js.map +0 -1
  943. package/dist/utils/service/loggingUtil.service.d.ts +0 -4
  944. package/dist/utils/service/loggingUtil.service.js +0 -49
  945. package/dist/utils/service/loggingUtil.service.js.map +0 -1
  946. package/dist/utils/service/reflection-helper.service.d.ts +0 -9
  947. package/dist/utils/service/reflection-helper.service.js +0 -60
  948. package/dist/utils/service/reflection-helper.service.js.map +0 -1
  949. package/dist/utils/service/wbsCodeGen.service.d.ts +0 -3
  950. package/dist/utils/service/wbsCodeGen.service.js +0 -20
  951. package/dist/utils/service/wbsCodeGen.service.js.map +0 -1
  952. package/dist/utils/utils.module.d.ts +0 -2
  953. package/dist/utils/utils.module.js +0 -38
  954. package/dist/utils/utils.module.js.map +0 -1
@@ -1,176 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ActionDataRepository = void 0;
16
- const common_1 = require("@nestjs/common");
17
- const typeorm_1 = require("@nestjs/typeorm");
18
- const action_data_entity_1 = require("../entity/action-data.entity");
19
- const typeorm_2 = require("typeorm");
20
- const form_entity_1 = require("../entity/form.entity");
21
- const task_data_entity_1 = require("../entity/task-data.entity");
22
- const entity_service_impl_service_1 = require("../../meta/service/entity-service-impl.service");
23
- const global_constant_1 = require("../../../constant/global.constant");
24
- let ActionDataRepository = class ActionDataRepository extends entity_service_impl_service_1.EntityServiceImpl {
25
- constructor(actionDataRepo, dataSource, formRepo, TaskRepository) {
26
- super();
27
- this.actionDataRepo = actionDataRepo;
28
- this.dataSource = dataSource;
29
- this.formRepo = formRepo;
30
- this.TaskRepository = TaskRepository;
31
- }
32
- async saveActionData(action, loggedInUser, mapped_entity_id, mapped_entity_type) {
33
- if (!action?.length)
34
- return;
35
- const minSequence = Math.min(...action.map((a) => a.sequence));
36
- if (action.length > 0) {
37
- for (const act of action) {
38
- const is_mandatory = await this.dataSource.query(`SELECT code FROM cr_list_master_items WHERE id = ? and organization_id = ? LIMIT 1;`, [act.action_requirement, loggedInUser.organization_id]);
39
- const isFirst = act.sequence == minSequence;
40
- const actionData = this.actionDataRepo.create({
41
- stage_id: act.stage_id,
42
- user_id: loggedInUser.id,
43
- action_id: act.id,
44
- sequence: act.sequence,
45
- name: act.name,
46
- organization_id: loggedInUser.organization_id,
47
- mapped_entity_id,
48
- mapped_entity_type,
49
- is_current: isFirst ? 'Y' : null,
50
- start_time: isFirst ? new Date() : null,
51
- is_mandatory: is_mandatory[0]?.code === 'mandatory' ? true : false,
52
- category: act?.action_category_code,
53
- });
54
- await this.actionDataRepo.save(actionData);
55
- if (act?.action_category_code === 'SDFM') {
56
- const data = {
57
- entity_type: 'LFRM',
58
- stage_id: act.stage_id,
59
- mapped_entity_type,
60
- mapped_entity_id,
61
- view_id: act.form_id,
62
- status: global_constant_1.FORM_STATUS_TO_BE_SENT,
63
- action_id: act.id,
64
- };
65
- super.createEntity(data, loggedInUser);
66
- }
67
- }
68
- }
69
- }
70
- async updateActionStatus(loggedInUser, mapped_entity_type, mapped_entity_id, stage_id, action_id) {
71
- const actionData = await this.actionDataRepo.findOne({
72
- where: {
73
- mapped_entity_type,
74
- mapped_entity_id,
75
- stage_id,
76
- action_id,
77
- },
78
- });
79
- if (!actionData)
80
- return;
81
- actionData.end_time = new Date();
82
- actionData.modified_by = loggedInUser.id;
83
- actionData.modified_date = new Date();
84
- actionData.is_done = true;
85
- actionData.is_current = 'N';
86
- await this.actionDataRepo.update(actionData.id, actionData);
87
- const allActionData = await this.actionDataRepo.find({
88
- where: { mapped_entity_type, mapped_entity_id, stage_id },
89
- order: { sequence: 'ASC' },
90
- });
91
- const nextAction = allActionData.find((a) => a.sequence > actionData.sequence);
92
- if (nextAction && nextAction.is_current !== 'Y') {
93
- nextAction.is_current = 'Y';
94
- nextAction.start_time = new Date();
95
- nextAction.modified_by = loggedInUser.id;
96
- nextAction.modified_date = new Date();
97
- await this.actionDataRepo.update(nextAction.id, nextAction);
98
- }
99
- return { finished: actionData, activated: nextAction ?? null };
100
- }
101
- async resubmitAction(organization_id, mapped_entity_type, mapped_entity_id, stage_id, action_id) {
102
- const currentAction = await this.actionDataRepo.findOne({
103
- where: {
104
- organization_id,
105
- stage_id,
106
- mapped_entity_id,
107
- mapped_entity_type,
108
- action_id,
109
- is_current: 'Y',
110
- },
111
- });
112
- if (!currentAction) {
113
- return;
114
- }
115
- const previousAction = await this.actionDataRepo.findOne({
116
- where: {
117
- organization_id,
118
- stage_id,
119
- mapped_entity_id,
120
- mapped_entity_type,
121
- sequence: (0, typeorm_2.LessThan)(currentAction.sequence),
122
- },
123
- order: { sequence: 'DESC' },
124
- });
125
- if (!previousAction) {
126
- return;
127
- }
128
- currentAction.is_current = null;
129
- currentAction.modified_date = new Date();
130
- currentAction.modified_by = organization_id;
131
- currentAction.start_time = null;
132
- currentAction.resubmit_count = (currentAction.resubmit_count ?? 0) + 1;
133
- await this.actionDataRepo.update(currentAction.id, currentAction);
134
- previousAction.is_current = 'Y';
135
- previousAction.modified_date = new Date();
136
- previousAction.modified_by = organization_id;
137
- previousAction.end_time = null;
138
- previousAction.is_done = false;
139
- await this.actionDataRepo.update(previousAction.id, previousAction);
140
- const tasksForPrevAction = await this.TaskRepository.find({
141
- where: {
142
- action_id: String(previousAction.action_id),
143
- mapped_entity_type,
144
- mapped_entity_id,
145
- stage_id: String(previousAction.stage_id),
146
- is_done: true,
147
- },
148
- });
149
- if (tasksForPrevAction.length > 0) {
150
- for (const task of tasksForPrevAction) {
151
- task.modified_date = new Date();
152
- task.is_done = false;
153
- const pendingListMasterItemId = await this.dataSource.query(`SELECT id FROM cr_list_master_items WHERE code = 'in_progress' AND organization_id = ? AND listtype = 'TKST' LIMIT 1;`, [organization_id]);
154
- task.status = pendingListMasterItemId[0]?.id ?? task.status;
155
- await this.TaskRepository.update(task.id, task);
156
- }
157
- }
158
- return {
159
- message: 'Action resubmitted successfully',
160
- revertedTo: previousAction,
161
- updated: currentAction,
162
- };
163
- }
164
- };
165
- exports.ActionDataRepository = ActionDataRepository;
166
- exports.ActionDataRepository = ActionDataRepository = __decorate([
167
- (0, common_1.Injectable)(),
168
- __param(0, (0, typeorm_1.InjectRepository)(action_data_entity_1.ActionDataEntity)),
169
- __param(2, (0, typeorm_1.InjectRepository)(form_entity_1.FormDataEntity)),
170
- __param(3, (0, typeorm_1.InjectRepository)(task_data_entity_1.TaskDataEntity)),
171
- __metadata("design:paramtypes", [typeorm_2.Repository,
172
- typeorm_2.DataSource,
173
- typeorm_2.Repository,
174
- typeorm_2.Repository])
175
- ], ActionDataRepository);
176
- //# sourceMappingURL=action-data.repository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"action-data.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/action-data.repository.ts"],"names":[],"mappings":"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"}
@@ -1,29 +0,0 @@
1
- import { DataSource, Repository } from 'typeorm';
2
- import { ActionEntity } from '../entity/action.entity';
3
- import { UserData } from 'src/module/user/entity/user.entity';
4
- export declare class ActionRepository {
5
- private readonly actionRepository;
6
- private readonly dataSource;
7
- constructor(actionRepository: Repository<ActionEntity>, dataSource: DataSource);
8
- getReasonCode(loggedInUser: UserData): Promise<any>;
9
- defaultReasonCode(list_type: string, loggedInUser: UserData): Promise<any>;
10
- getActions(loggedInUser: UserData, stage_id: number): Promise<any[]>;
11
- getAction(organization_id: number, stage_id: number, mapped_entity_id: number, mapped_entity_type: string): Promise<{
12
- value: any;
13
- dependent_action_id: any;
14
- label: any;
15
- modalName: any;
16
- logo: any;
17
- mode: any;
18
- name: any;
19
- reason_code: any;
20
- default_reason_code: any;
21
- is_default: boolean;
22
- is_current: any;
23
- is_done: any;
24
- is_mandatory: any;
25
- }[] | {
26
- value: string;
27
- label: string;
28
- }[]>;
29
- }
@@ -1,220 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ActionRepository = void 0;
16
- const common_1 = require("@nestjs/common");
17
- const typeorm_1 = require("@nestjs/typeorm");
18
- const typeorm_2 = require("typeorm");
19
- const action_entity_1 = require("../entity/action.entity");
20
- let ActionRepository = class ActionRepository {
21
- constructor(actionRepository, dataSource) {
22
- this.actionRepository = actionRepository;
23
- this.dataSource = dataSource;
24
- }
25
- async getReasonCode(loggedInUser) {
26
- const { organization_id } = loggedInUser;
27
- const result = await this.dataSource.query(`
28
- SELECT name, type
29
- FROM cr_list_master
30
- WHERE organization_id = ? AND source = 'master'
31
- `, [organization_id]);
32
- const formatted = result.map((item) => ({
33
- label: item.name,
34
- value: item.type,
35
- }));
36
- return formatted;
37
- }
38
- async defaultReasonCode(list_type, loggedInUser) {
39
- const { organization_id } = loggedInUser;
40
- if (!list_type) {
41
- throw new common_1.BadRequestException('list_type is required');
42
- }
43
- const result = await this.dataSource.query(`
44
- SELECT name, id
45
- FROM cr_list_master_items
46
- WHERE listtype = ? AND organization_id = ?
47
- `, [list_type, organization_id]);
48
- return result.map((row) => ({
49
- label: row.name,
50
- value: row.id,
51
- }));
52
- }
53
- async getActions(loggedInUser, stage_id) {
54
- const { organization_id } = loggedInUser;
55
- const stageActions = await this.dataSource.query(`
56
- SELECT id, action_id
57
- FROM cr_wf_stage_action_mapping
58
- WHERE stage_id = ?
59
- `, [stage_id]);
60
- if (!stageActions?.length)
61
- return [];
62
- const actionIds = stageActions.map((sa) => sa.action_id);
63
- const mappingIds = stageActions.map((sa) => sa.id);
64
- const templateMappings = await this.dataSource.query(`
65
- SELECT stg_act_mapping_id, template_code
66
- FROM cr_wf_action_template_mapping
67
- WHERE stg_act_mapping_id IN (${mappingIds.map(() => '?').join(',')})
68
- `, mappingIds);
69
- const templateCodes = templateMappings.map((tm) => tm.template_code);
70
- const templateCodeToName = {};
71
- if (templateCodes.length > 0) {
72
- const templates = await this.dataSource
73
- .createQueryBuilder()
74
- .select(['t.code AS code', 't.name AS name'])
75
- .from('cr_wf_comm_template', 't')
76
- .where('t.code IN (:...codes)', { codes: templateCodes })
77
- .andWhere('t.organization_id = :orgId', { orgId: organization_id })
78
- .getRawMany();
79
- templates.forEach((tpl) => {
80
- templateCodeToName[tpl.code] = tpl.name;
81
- });
82
- }
83
- const mappingIdToTemplates = {};
84
- for (const tm of templateMappings) {
85
- const mappingId = tm.stg_act_mapping_id;
86
- const name = templateCodeToName[tm.template_code];
87
- if (name) {
88
- if (!mappingIdToTemplates[mappingId]) {
89
- mappingIdToTemplates[mappingId] = [];
90
- }
91
- mappingIdToTemplates[mappingId].push(name);
92
- }
93
- }
94
- const actionIdToTemplates = {};
95
- for (const sa of stageActions) {
96
- const mappingId = sa.id;
97
- const templates = mappingIdToTemplates[mappingId];
98
- if (templates?.length) {
99
- if (!actionIdToTemplates[sa.action_id]) {
100
- actionIdToTemplates[sa.action_id] = [];
101
- }
102
- actionIdToTemplates[sa.action_id].push(...templates);
103
- }
104
- }
105
- const actionResults = await this.dataSource
106
- .createQueryBuilder()
107
- .select([
108
- 'a.*',
109
- 'ac.name AS action_category',
110
- 'ar.name AS action_requirement',
111
- ])
112
- .from('cr_wf_action', 'a')
113
- .leftJoin('cr_wf_action_category', 'ac', 'ac.id = a.action_category')
114
- .leftJoin('cr_list_master_items', 'ar', `ar.id = a.action_requirement AND ar.listtype = 'ACRQ' AND ar.organization_id = :orgId`, { orgId: organization_id })
115
- .where('a.organization_id = :orgId', { orgId: organization_id })
116
- .andWhere('a.id IN (:...actionIds)', { actionIds })
117
- .getRawMany();
118
- const enrichedResult = actionResults.map((row) => {
119
- const actionId = Number(row.id);
120
- const templates = actionIdToTemplates[actionId] || [];
121
- const uniqueTemplates = [...new Set(templates)];
122
- return {
123
- ...row,
124
- template: uniqueTemplates.join(', '),
125
- };
126
- });
127
- return enrichedResult;
128
- }
129
- async getAction(organization_id, stage_id, mapped_entity_id, mapped_entity_type) {
130
- const stageActions = await this.dataSource.query(`SELECT id, action_id FROM cr_wf_stage_action_mapping WHERE stage_id = ?`, [stage_id]);
131
- if (!stageActions?.length) {
132
- return [
133
- {
134
- value: '0',
135
- label: 'Generic',
136
- },
137
- ];
138
- }
139
- const actionIds = stageActions.map((sa) => sa.action_id);
140
- const actions = await this.dataSource
141
- .createQueryBuilder()
142
- .select([
143
- 'a.id AS action_id',
144
- 'a.name AS action_name',
145
- 'a.reason_code AS action_reason_code',
146
- 'a.default_reason_code AS default_reason_code',
147
- 'a.default_value AS default_value',
148
- 'a.mode AS mode',
149
- 'a.action_category AS action_category_id',
150
- 'ac.reason_code AS category_reason_code',
151
- 'ac.modalName AS modalName',
152
- 'ac.logo AS logo',
153
- 'ac.name AS action_category_name',
154
- 'a.dependent_action_id AS dependent_action_id',
155
- ])
156
- .from('cr_wf_action', 'a')
157
- .leftJoin('cr_wf_action_category', 'ac', 'ac.id = a.action_category')
158
- .where('a.organization_id = :orgId', { orgId: organization_id })
159
- .andWhere('a.id IN (:...actionIds)', { actionIds })
160
- .getRawMany();
161
- const actionData = await this.dataSource
162
- .createQueryBuilder()
163
- .select([
164
- 'ad.action_id AS action_id',
165
- 'ad.is_current AS is_current',
166
- 'ad.is_mandatory AS is_mandatory',
167
- 'ad.is_done AS is_done',
168
- ])
169
- .from('cr_wf_action_data', 'ad')
170
- .where('ad.stage_id = :stageId', { stageId: stage_id })
171
- .andWhere('ad.action_id IN (:...actionIds)', { actionIds })
172
- .andWhere('ad.mapped_entity_id = :mapped_entity_id', { mapped_entity_id })
173
- .andWhere('ad.mapped_entity_type = :mapped_entity_type', {
174
- mapped_entity_type,
175
- })
176
- .getRawMany();
177
- const actionIdToData = actionData.reduce((acc, row) => {
178
- acc[row.action_id] = {
179
- is_current: row.is_current === 'Y',
180
- is_mandatory: row.is_mandatory === 1,
181
- is_done: row.is_done === 1,
182
- };
183
- return acc;
184
- }, {});
185
- const enrichedResult = actions.map((row) => {
186
- const data = actionIdToData[row.action_id];
187
- const reason_code = row.action_reason_code && row.action_reason_code.trim()
188
- ? row.action_reason_code
189
- : row.category_reason_code;
190
- return {
191
- value: row.action_id,
192
- dependent_action_id: row.dependent_action_id,
193
- label: row.action_name,
194
- modalName: row.modalName,
195
- logo: row.logo,
196
- mode: row.mode,
197
- name: row.action_category_name,
198
- reason_code,
199
- default_reason_code: row.default_reason_code,
200
- is_default: row.default_value === 1,
201
- is_current: data?.is_current ?? false,
202
- is_done: data?.is_done ?? false,
203
- is_mandatory: data?.is_mandatory ?? false,
204
- };
205
- });
206
- enrichedResult.push({
207
- value: '0',
208
- label: 'Generic',
209
- });
210
- return enrichedResult;
211
- }
212
- };
213
- exports.ActionRepository = ActionRepository;
214
- exports.ActionRepository = ActionRepository = __decorate([
215
- (0, common_1.Injectable)(),
216
- __param(0, (0, typeorm_1.InjectRepository)(action_entity_1.ActionEntity)),
217
- __metadata("design:paramtypes", [typeorm_2.Repository,
218
- typeorm_2.DataSource])
219
- ], ActionRepository);
220
- //# sourceMappingURL=action.repository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"action.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/action.repository.ts"],"names":[],"mappings":"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"}
@@ -1,57 +0,0 @@
1
- import { MediaDataService } from 'src/module/meta/service/media-data.service';
2
- import { ActivityLog } from '../entity/activity-log.entity';
3
- import { Repository } from 'typeorm';
4
- export declare const ACTIVITY_CATEGORIES: {
5
- readonly ASSIGN: "ASSIGN";
6
- readonly INTERACTION: "INTERACTION";
7
- readonly FORM: "FORM";
8
- readonly STAGE: "STAGE";
9
- readonly ASSESSMENT: "ASSESSMENT";
10
- readonly MEETING: "MEETING";
11
- readonly PROCESS: "PROCESS";
12
- readonly STATUS: "STATUS";
13
- readonly TASK: "TASK";
14
- readonly LEAD: "LEAD";
15
- readonly STAGEGROUP: "STAGE_GROUP";
16
- };
17
- export type ActivityCategoryType = keyof typeof ACTIVITY_CATEGORIES;
18
- export declare class ActivityLogRepository {
19
- private readonly activityLogRepository;
20
- private readonly mediaDataService;
21
- constructor(activityLogRepository: Repository<ActivityLog>, mediaDataService: MediaDataService);
22
- getAllActivityLog(mapped_entity_type: string, mapped_entity_id: number | string, category: string | undefined, loggedInUser: any): Promise<{
23
- category: string;
24
- user_name: any;
25
- profile: any;
26
- created_date: string | null;
27
- mapped_entity_type: string;
28
- mapped_entity_id: string;
29
- title: string;
30
- description: string;
31
- action: string;
32
- icon: string;
33
- color: string;
34
- additional_info_1: string;
35
- additional_info_2: string;
36
- additional_info_3: string;
37
- id: number;
38
- entity_type: string;
39
- name: string;
40
- status: string;
41
- parent_type: string;
42
- parent_id: number;
43
- code: string;
44
- created_by: number;
45
- modified_by: number;
46
- modified_date: Date;
47
- enterprise_id: number;
48
- organization_id: number;
49
- appcode: string;
50
- level_id: string;
51
- level_type: string;
52
- }[]>;
53
- getAllActivityCategory(mapped_entity_id: number | string, mapped_entity_type: string, loggedInUser: any): Promise<{
54
- label: any;
55
- value: any;
56
- }[]>;
57
- }
@@ -1,112 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ActivityLogRepository = exports.ACTIVITY_CATEGORIES = void 0;
16
- const typeorm_1 = require("@nestjs/typeorm");
17
- const media_data_service_1 = require("../../meta/service/media-data.service");
18
- const activity_log_entity_1 = require("../entity/activity-log.entity");
19
- const typeorm_2 = require("typeorm");
20
- const moment = require("moment");
21
- exports.ACTIVITY_CATEGORIES = {
22
- ASSIGN: 'ASSIGN',
23
- INTERACTION: 'INTERACTION',
24
- FORM: 'FORM',
25
- STAGE: 'STAGE',
26
- ASSESSMENT: 'ASSESSMENT',
27
- MEETING: 'MEETING',
28
- PROCESS: 'PROCESS',
29
- STATUS: 'STATUS',
30
- TASK: 'TASK',
31
- LEAD: 'LEAD',
32
- STAGEGROUP: 'STAGE_GROUP',
33
- };
34
- let ActivityLogRepository = class ActivityLogRepository {
35
- constructor(activityLogRepository, mediaDataService) {
36
- this.activityLogRepository = activityLogRepository;
37
- this.mediaDataService = mediaDataService;
38
- }
39
- async getAllActivityLog(mapped_entity_type, mapped_entity_id, category, loggedInUser) {
40
- const { organization_id, id: loggedInUserId } = loggedInUser;
41
- const query = this.activityLogRepository
42
- .createQueryBuilder('log')
43
- .leftJoin('cr_user', 'user', 'log.created_by = user.id')
44
- .leftJoin('eth_user_profile', 'profile', 'profile.parent_id = user.id')
45
- .addSelect('user.name', 'user_name')
46
- .addSelect('profile.profile_image', 'profile_image')
47
- .where('log.mapped_entity_type = :mapped_entity_type', {
48
- mapped_entity_type,
49
- })
50
- .andWhere('log.organization_id = :organization_id', { organization_id })
51
- .andWhere('log.mapped_entity_id = :mapped_entity_id', {
52
- mapped_entity_id,
53
- });
54
- if (category) {
55
- query.andWhere('log.category = :category', { category });
56
- }
57
- query.orderBy('log.created_date', 'DESC');
58
- const rows = await query.getRawAndEntities();
59
- const result = await Promise.all(rows.entities.map(async (entity, i) => {
60
- const profileImageId = rows.raw[i].profile_image;
61
- let profile = null;
62
- if (profileImageId) {
63
- profile = await this.mediaDataService.getMediaDownloadUrl(profileImageId, loggedInUser);
64
- }
65
- const formattedLabel = entity.category
66
- .toLowerCase()
67
- .replace(/_/g, ' ')
68
- .replace(/\b\w/g, (char) => char.toUpperCase());
69
- return {
70
- ...entity,
71
- category: formattedLabel,
72
- user_name: rows.raw[i].user_name,
73
- profile,
74
- created_date: entity.created_date
75
- ? moment(entity.created_date).local().format('DD-MMM, hh:mm A')
76
- : null,
77
- };
78
- }));
79
- return result;
80
- }
81
- async getAllActivityCategory(mapped_entity_id, mapped_entity_type, loggedInUser) {
82
- const { organization_id } = loggedInUser;
83
- const result = await this.activityLogRepository
84
- .createQueryBuilder('log')
85
- .select('DISTINCT UPPER(log.category)', 'category')
86
- .where('log.mapped_entity_type = :mapped_entity_type', {
87
- mapped_entity_type,
88
- })
89
- .andWhere('log.organization_id = :organization_id', { organization_id })
90
- .andWhere('log.mapped_entity_id = :mapped_entity_id', {
91
- mapped_entity_id,
92
- })
93
- .getRawMany();
94
- return result.map((row) => {
95
- const formattedLabel = row.category
96
- .toLowerCase()
97
- .replace(/_/g, ' ')
98
- .replace(/\b\w/g, (char) => char.toUpperCase());
99
- return {
100
- label: formattedLabel,
101
- value: row.category,
102
- };
103
- });
104
- }
105
- };
106
- exports.ActivityLogRepository = ActivityLogRepository;
107
- exports.ActivityLogRepository = ActivityLogRepository = __decorate([
108
- __param(0, (0, typeorm_1.InjectRepository)(activity_log_entity_1.ActivityLog)),
109
- __metadata("design:paramtypes", [typeorm_2.Repository,
110
- media_data_service_1.MediaDataService])
111
- ], ActivityLogRepository);
112
- //# sourceMappingURL=activity-log.repository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"activity-log.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/activity-log.repository.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import { DataSource, Repository } from 'typeorm';
2
- import { CommTemplate } from '../entity/comm-template.entity';
3
- import { TemplateAttach } from '../entity/template-attach-mapper.entity';
4
- import { MediaDataService } from 'src/module/meta/service/media-data.service';
5
- export declare class CommTemplateRepository {
6
- private readonly commTemplateRepository;
7
- private readonly templateAttachEntity;
8
- private readonly mediaDataService;
9
- private readonly dataSource;
10
- constructor(commTemplateRepository: Repository<CommTemplate>, templateAttachEntity: Repository<TemplateAttach>, mediaDataService: MediaDataService, dataSource: DataSource);
11
- getAllCommTemplate(entity_type: string, action_id?: number, loggedInUser?: any): Promise<CommTemplate[]>;
12
- save(commTemplate: any): Promise<any>;
13
- delete(id: any): Promise<any>;
14
- getTemplateByCode(entity_type: string, id: number, loggedInUser: any): Promise<any | null>;
15
- }