@servicelabsco/slabs-access-manager 0.1.273 → 0.1.274

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 (543) hide show
  1. package/dist/access/dtos/access.employee.attributes.dto.d.ts +5 -0
  2. package/dist/access/dtos/access.employee.attributes.dto.js +8 -0
  3. package/dist/access/dtos/access.employee.attributes.dto.js.map +1 -0
  4. package/dist/access/dtos/business.property.attributes.dto.d.ts +3 -0
  5. package/dist/access/dtos/business.property.attributes.dto.js +8 -0
  6. package/dist/access/dtos/business.property.attributes.dto.js.map +1 -0
  7. package/dist/access/dtos/index.d.ts +3 -0
  8. package/dist/access/dtos/index.js +3 -0
  9. package/dist/access/dtos/index.js.map +1 -1
  10. package/dist/access/dtos/onhold.document.attributes.dto.d.ts +5 -0
  11. package/dist/access/dtos/onhold.document.attributes.dto.js +8 -0
  12. package/dist/access/dtos/onhold.document.attributes.dto.js.map +1 -0
  13. package/dist/access/entities/access.employee.entity.d.ts +17 -0
  14. package/dist/access/entities/access.employee.entity.js +75 -0
  15. package/dist/access/entities/access.employee.entity.js.map +1 -0
  16. package/dist/access/entities/business.property.entity.d.ts +15 -0
  17. package/dist/access/entities/business.property.entity.js +65 -0
  18. package/dist/access/entities/business.property.entity.js.map +1 -0
  19. package/dist/access/entities/index.d.ts +3 -0
  20. package/dist/access/entities/index.js +3 -0
  21. package/dist/access/entities/index.js.map +1 -1
  22. package/dist/access/entities/onhold.document.entity.d.ts +12 -0
  23. package/dist/access/entities/onhold.document.entity.js +55 -0
  24. package/dist/access/entities/onhold.document.entity.js.map +1 -0
  25. package/dist/access/es6.classes.d.ts +10 -4
  26. package/dist/access/es6.classes.js +22 -0
  27. package/dist/access/es6.classes.js.map +1 -1
  28. package/dist/access/jobs/business.property.job.d.ts +7 -0
  29. package/dist/access/jobs/business.property.job.js +29 -0
  30. package/dist/access/jobs/business.property.job.js.map +1 -0
  31. package/dist/access/jobs/index.d.ts +2 -0
  32. package/dist/access/jobs/index.js +2 -0
  33. package/dist/access/jobs/index.js.map +1 -1
  34. package/dist/access/jobs/onhold.document.job.d.ts +10 -0
  35. package/dist/access/jobs/onhold.document.job.js +54 -0
  36. package/dist/access/jobs/onhold.document.job.js.map +1 -0
  37. package/dist/access/services/business.property.service.d.ts +10 -0
  38. package/dist/access/services/business.property.service.js +71 -0
  39. package/dist/access/services/business.property.service.js.map +1 -0
  40. package/dist/access/services/es6.jobs.service.d.ts +5 -1
  41. package/dist/access/services/es6.jobs.service.js +9 -1
  42. package/dist/access/services/es6.jobs.service.js.map +1 -1
  43. package/dist/access/services/index.d.ts +1 -0
  44. package/dist/access/services/index.js +1 -0
  45. package/dist/access/services/index.js.map +1 -1
  46. package/dist/access/services/utility.service.d.ts +1 -0
  47. package/dist/access/services/utility.service.js +13 -0
  48. package/dist/access/services/utility.service.js.map +1 -1
  49. package/dist/access/subscribers/business.property.subscriber.d.ts +10 -0
  50. package/dist/access/subscribers/business.property.subscriber.js +34 -0
  51. package/dist/access/subscribers/business.property.subscriber.js.map +1 -0
  52. package/dist/access/subscribers/index.d.ts +2 -0
  53. package/dist/access/subscribers/index.js +2 -0
  54. package/dist/access/subscribers/index.js.map +1 -1
  55. package/dist/access/subscribers/onhold.document.subscriber.d.ts +10 -0
  56. package/dist/access/subscribers/onhold.document.subscriber.js +34 -0
  57. package/dist/access/subscribers/onhold.document.subscriber.js.map +1 -0
  58. package/dist/accessUtility/controllers/index.d.ts +1 -0
  59. package/dist/accessUtility/controllers/index.js +1 -0
  60. package/dist/accessUtility/controllers/index.js.map +1 -1
  61. package/dist/accessUtility/controllers/violation.definition.controller.d.ts +16 -0
  62. package/dist/accessUtility/controllers/violation.definition.controller.js +97 -0
  63. package/dist/accessUtility/controllers/violation.definition.controller.js.map +1 -0
  64. package/dist/accessUtility/dtos/business.violation.approval.dto.d.ts +6 -0
  65. package/dist/accessUtility/dtos/business.violation.approval.dto.js +42 -0
  66. package/dist/accessUtility/dtos/business.violation.approval.dto.js.map +1 -0
  67. package/dist/accessUtility/dtos/business.violation.attributes.dto.d.ts +3 -0
  68. package/dist/accessUtility/dtos/business.violation.attributes.dto.js +8 -0
  69. package/dist/accessUtility/dtos/business.violation.attributes.dto.js.map +1 -0
  70. package/dist/accessUtility/dtos/data.access.attributes.dto.d.ts +3 -0
  71. package/dist/accessUtility/dtos/data.access.attributes.dto.js +8 -0
  72. package/dist/accessUtility/dtos/data.access.attributes.dto.js.map +1 -0
  73. package/dist/accessUtility/dtos/data.violation.attributes.dto.d.ts +3 -0
  74. package/dist/accessUtility/dtos/data.violation.attributes.dto.js +8 -0
  75. package/dist/accessUtility/dtos/data.violation.attributes.dto.js.map +1 -0
  76. package/dist/accessUtility/dtos/id.payload.dto.d.ts +3 -0
  77. package/dist/accessUtility/dtos/id.payload.dto.js +24 -0
  78. package/dist/accessUtility/dtos/id.payload.dto.js.map +1 -0
  79. package/dist/accessUtility/dtos/index.d.ts +7 -0
  80. package/dist/accessUtility/dtos/index.js +7 -0
  81. package/dist/accessUtility/dtos/index.js.map +1 -1
  82. package/dist/accessUtility/dtos/violation.definition.attributes.dto.d.ts +3 -0
  83. package/dist/accessUtility/dtos/violation.definition.attributes.dto.js +8 -0
  84. package/dist/accessUtility/dtos/violation.definition.attributes.dto.js.map +1 -0
  85. package/dist/accessUtility/dtos/violation.definition.list.filter.dto.d.ts +7 -0
  86. package/dist/accessUtility/dtos/violation.definition.list.filter.dto.js +42 -0
  87. package/dist/accessUtility/dtos/violation.definition.list.filter.dto.js.map +1 -0
  88. package/dist/accessUtility/entities/business.violation.entity.d.ts +19 -0
  89. package/dist/accessUtility/entities/business.violation.entity.js +76 -0
  90. package/dist/accessUtility/entities/business.violation.entity.js.map +1 -0
  91. package/dist/accessUtility/entities/data.access.entity.d.ts +13 -0
  92. package/dist/accessUtility/entities/data.access.entity.js +59 -0
  93. package/dist/accessUtility/entities/data.access.entity.js.map +1 -0
  94. package/dist/accessUtility/entities/data.violation.entity.d.ts +18 -0
  95. package/dist/accessUtility/entities/data.violation.entity.js +75 -0
  96. package/dist/accessUtility/entities/data.violation.entity.js.map +1 -0
  97. package/dist/accessUtility/entities/index.d.ts +4 -0
  98. package/dist/accessUtility/entities/index.js +4 -0
  99. package/dist/accessUtility/entities/index.js.map +1 -1
  100. package/dist/accessUtility/entities/violation.definition.entity.d.ts +17 -0
  101. package/dist/accessUtility/entities/violation.definition.entity.js +76 -0
  102. package/dist/accessUtility/entities/violation.definition.entity.js.map +1 -0
  103. package/dist/accessUtility/enums/data.violation.status.type.enum.d.ts +5 -0
  104. package/dist/accessUtility/enums/data.violation.status.type.enum.js +10 -0
  105. package/dist/accessUtility/enums/data.violation.status.type.enum.js.map +1 -0
  106. package/dist/accessUtility/enums/index.d.ts +3 -0
  107. package/dist/accessUtility/enums/index.js +3 -0
  108. package/dist/accessUtility/enums/index.js.map +1 -1
  109. package/dist/accessUtility/enums/violation.column.type.enum.d.ts +7 -0
  110. package/dist/accessUtility/enums/violation.column.type.enum.js +12 -0
  111. package/dist/accessUtility/enums/violation.column.type.enum.js.map +1 -0
  112. package/dist/accessUtility/enums/violation.type.enum.d.ts +6 -0
  113. package/dist/accessUtility/enums/violation.type.enum.js +11 -0
  114. package/dist/accessUtility/enums/violation.type.enum.js.map +1 -0
  115. package/dist/accessUtility/es6.classes.d.ts +29 -9
  116. package/dist/accessUtility/es6.classes.js +50 -3
  117. package/dist/accessUtility/es6.classes.js.map +1 -1
  118. package/dist/accessUtility/jobs/business.violation.job.d.ts +7 -0
  119. package/dist/accessUtility/jobs/business.violation.job.js +29 -0
  120. package/dist/accessUtility/jobs/business.violation.job.js.map +1 -0
  121. package/dist/accessUtility/jobs/data.access.job.d.ts +7 -0
  122. package/dist/accessUtility/jobs/data.access.job.js +29 -0
  123. package/dist/accessUtility/jobs/data.access.job.js.map +1 -0
  124. package/dist/accessUtility/jobs/data.violation.job.d.ts +7 -0
  125. package/dist/accessUtility/jobs/data.violation.job.js +29 -0
  126. package/dist/accessUtility/jobs/data.violation.job.js.map +1 -0
  127. package/dist/accessUtility/jobs/index.d.ts +4 -0
  128. package/dist/accessUtility/jobs/index.js +4 -0
  129. package/dist/accessUtility/jobs/index.js.map +1 -1
  130. package/dist/accessUtility/jobs/violation.definition.job.d.ts +7 -0
  131. package/dist/accessUtility/jobs/violation.definition.job.js +29 -0
  132. package/dist/accessUtility/jobs/violation.definition.job.js.map +1 -0
  133. package/dist/accessUtility/libraries/index.d.ts +2 -0
  134. package/dist/accessUtility/libraries/index.js +2 -0
  135. package/dist/accessUtility/libraries/index.js.map +1 -1
  136. package/dist/accessUtility/libraries/json.evaluator.d.ts +10 -0
  137. package/dist/accessUtility/libraries/json.evaluator.js +252 -0
  138. package/dist/accessUtility/libraries/json.evaluator.js.map +1 -0
  139. package/dist/accessUtility/libraries/process.violation.definition.list.d.ts +23 -0
  140. package/dist/accessUtility/libraries/process.violation.definition.list.js +53 -0
  141. package/dist/accessUtility/libraries/process.violation.definition.list.js.map +1 -0
  142. package/dist/accessUtility/services/data.access.service.d.ts +8 -0
  143. package/dist/accessUtility/services/data.access.service.js +42 -0
  144. package/dist/accessUtility/services/data.access.service.js.map +1 -0
  145. package/dist/accessUtility/services/es6.jobs.service.d.ts +9 -1
  146. package/dist/accessUtility/services/es6.jobs.service.js +17 -1
  147. package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
  148. package/dist/accessUtility/services/index.d.ts +1 -0
  149. package/dist/accessUtility/services/index.js +1 -0
  150. package/dist/accessUtility/services/index.js.map +1 -1
  151. package/dist/accessUtility/subscribers/business.violation.subscriber.d.ts +10 -0
  152. package/dist/accessUtility/subscribers/business.violation.subscriber.js +34 -0
  153. package/dist/accessUtility/subscribers/business.violation.subscriber.js.map +1 -0
  154. package/dist/accessUtility/subscribers/data.access.subscriber.d.ts +10 -0
  155. package/dist/accessUtility/subscribers/data.access.subscriber.js +34 -0
  156. package/dist/accessUtility/subscribers/data.access.subscriber.js.map +1 -0
  157. package/dist/accessUtility/subscribers/data.violation.subscriber.d.ts +11 -0
  158. package/dist/accessUtility/subscribers/data.violation.subscriber.js +38 -0
  159. package/dist/accessUtility/subscribers/data.violation.subscriber.js.map +1 -0
  160. package/dist/accessUtility/subscribers/index.d.ts +4 -0
  161. package/dist/accessUtility/subscribers/index.js +4 -0
  162. package/dist/accessUtility/subscribers/index.js.map +1 -1
  163. package/dist/accessUtility/subscribers/violation.definition.subscriber.d.ts +10 -0
  164. package/dist/accessUtility/subscribers/violation.definition.subscriber.js +34 -0
  165. package/dist/accessUtility/subscribers/violation.definition.subscriber.js.map +1 -0
  166. package/dist/accessWorkflow/access.workflow.module.d.ts +2 -0
  167. package/dist/accessWorkflow/access.workflow.module.js +26 -0
  168. package/dist/accessWorkflow/access.workflow.module.js.map +1 -0
  169. package/dist/accessWorkflow/controllers/authority.delegation.controller.d.ts +19 -0
  170. package/dist/accessWorkflow/controllers/authority.delegation.controller.js +141 -0
  171. package/dist/accessWorkflow/controllers/authority.delegation.controller.js.map +1 -0
  172. package/dist/accessWorkflow/controllers/index.d.ts +3 -0
  173. package/dist/accessWorkflow/controllers/index.js +20 -0
  174. package/dist/accessWorkflow/controllers/index.js.map +1 -0
  175. package/dist/accessWorkflow/controllers/limit.config.controller.d.ts +20 -0
  176. package/dist/accessWorkflow/controllers/limit.config.controller.js +135 -0
  177. package/dist/accessWorkflow/controllers/limit.config.controller.js.map +1 -0
  178. package/dist/accessWorkflow/controllers/self.authority.delegation.controller.d.ts +16 -0
  179. package/dist/accessWorkflow/controllers/self.authority.delegation.controller.js +124 -0
  180. package/dist/accessWorkflow/controllers/self.authority.delegation.controller.js.map +1 -0
  181. package/dist/accessWorkflow/dtos/add.approval.rule.dto.d.ts +9 -0
  182. package/dist/accessWorkflow/dtos/add.approval.rule.dto.js +50 -0
  183. package/dist/accessWorkflow/dtos/add.approval.rule.dto.js.map +1 -0
  184. package/dist/accessWorkflow/dtos/add.approval.step.dto.d.ts +7 -0
  185. package/dist/accessWorkflow/dtos/add.approval.step.dto.js +48 -0
  186. package/dist/accessWorkflow/dtos/add.approval.step.dto.js.map +1 -0
  187. package/dist/accessWorkflow/dtos/add.delegation.payload.dto.d.ts +9 -0
  188. package/dist/accessWorkflow/dtos/add.delegation.payload.dto.js +52 -0
  189. package/dist/accessWorkflow/dtos/add.delegation.payload.dto.js.map +1 -0
  190. package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.d.ts +4 -0
  191. package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.js +8 -0
  192. package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.js.map +1 -0
  193. package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.d.ts +6 -0
  194. package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.js +36 -0
  195. package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.js.map +1 -0
  196. package/dist/accessWorkflow/dtos/approval.step.attributes.dto.d.ts +4 -0
  197. package/dist/accessWorkflow/dtos/approval.step.attributes.dto.js +8 -0
  198. package/dist/accessWorkflow/dtos/approval.step.attributes.dto.js.map +1 -0
  199. package/dist/accessWorkflow/dtos/approval.user.limit.dto.d.ts +4 -0
  200. package/dist/accessWorkflow/dtos/approval.user.limit.dto.js +7 -0
  201. package/dist/accessWorkflow/dtos/approval.user.limit.dto.js.map +1 -0
  202. package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.d.ts +3 -0
  203. package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.js +8 -0
  204. package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.js.map +1 -0
  205. package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.d.ts +7 -0
  206. package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.js +43 -0
  207. package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.js.map +1 -0
  208. package/dist/accessWorkflow/dtos/edit.approval.rule.dto.d.ts +6 -0
  209. package/dist/accessWorkflow/dtos/edit.approval.rule.dto.js +40 -0
  210. package/dist/accessWorkflow/dtos/edit.approval.rule.dto.js.map +1 -0
  211. package/dist/accessWorkflow/dtos/index.d.ts +21 -0
  212. package/dist/accessWorkflow/dtos/index.js +38 -0
  213. package/dist/accessWorkflow/dtos/index.js.map +1 -0
  214. package/dist/accessWorkflow/dtos/limit.config.attributes.dto.d.ts +3 -0
  215. package/dist/accessWorkflow/dtos/limit.config.attributes.dto.js +8 -0
  216. package/dist/accessWorkflow/dtos/limit.config.attributes.dto.js.map +1 -0
  217. package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.d.ts +5 -0
  218. package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.js +31 -0
  219. package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.js.map +1 -0
  220. package/dist/accessWorkflow/dtos/modify.verification.config.dto.d.ts +4 -0
  221. package/dist/accessWorkflow/dtos/modify.verification.config.dto.js +27 -0
  222. package/dist/accessWorkflow/dtos/modify.verification.config.dto.js.map +1 -0
  223. package/dist/accessWorkflow/dtos/verification.config.priority.dto.d.ts +4 -0
  224. package/dist/accessWorkflow/dtos/verification.config.priority.dto.js +30 -0
  225. package/dist/accessWorkflow/dtos/verification.config.priority.dto.js.map +1 -0
  226. package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.d.ts +21 -0
  227. package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.js +7 -0
  228. package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.js.map +1 -0
  229. package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.d.ts +3 -0
  230. package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.js +8 -0
  231. package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.js.map +1 -0
  232. package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.d.ts +4 -0
  233. package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.js +8 -0
  234. package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.js.map +1 -0
  235. package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.d.ts +4 -0
  236. package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.js +8 -0
  237. package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.js.map +1 -0
  238. package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.d.ts +3 -0
  239. package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.js +8 -0
  240. package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.js.map +1 -0
  241. package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.d.ts +5 -0
  242. package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.js +8 -0
  243. package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.js.map +1 -0
  244. package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.d.ts +10 -0
  245. package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.js +8 -0
  246. package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.js.map +1 -0
  247. package/dist/accessWorkflow/entities/approval.rule.entity.d.ts +21 -0
  248. package/dist/accessWorkflow/entities/approval.rule.entity.js +84 -0
  249. package/dist/accessWorkflow/entities/approval.rule.entity.js.map +1 -0
  250. package/dist/accessWorkflow/entities/approval.step.entity.d.ts +13 -0
  251. package/dist/accessWorkflow/entities/approval.step.entity.js +57 -0
  252. package/dist/accessWorkflow/entities/approval.step.entity.js.map +1 -0
  253. package/dist/accessWorkflow/entities/authority.delegation.entity.d.ts +16 -0
  254. package/dist/accessWorkflow/entities/authority.delegation.entity.js +70 -0
  255. package/dist/accessWorkflow/entities/authority.delegation.entity.js.map +1 -0
  256. package/dist/accessWorkflow/entities/index.d.ts +10 -0
  257. package/dist/accessWorkflow/entities/index.js +27 -0
  258. package/dist/accessWorkflow/entities/index.js.map +1 -0
  259. package/dist/accessWorkflow/entities/limit.config.entity.d.ts +14 -0
  260. package/dist/accessWorkflow/entities/limit.config.entity.js +62 -0
  261. package/dist/accessWorkflow/entities/limit.config.entity.js.map +1 -0
  262. package/dist/accessWorkflow/entities/workflow.stage.activity.entity.d.ts +16 -0
  263. package/dist/accessWorkflow/entities/workflow.stage.activity.entity.js +67 -0
  264. package/dist/accessWorkflow/entities/workflow.stage.activity.entity.js.map +1 -0
  265. package/dist/accessWorkflow/entities/workflow.stage.entity.d.ts +12 -0
  266. package/dist/accessWorkflow/entities/workflow.stage.entity.js +49 -0
  267. package/dist/accessWorkflow/entities/workflow.stage.entity.js.map +1 -0
  268. package/dist/accessWorkflow/entities/workflow.stage.level.entity.d.ts +12 -0
  269. package/dist/accessWorkflow/entities/workflow.stage.level.entity.js +52 -0
  270. package/dist/accessWorkflow/entities/workflow.stage.level.entity.js.map +1 -0
  271. package/dist/accessWorkflow/entities/workflow.stage.status.entity.d.ts +16 -0
  272. package/dist/accessWorkflow/entities/workflow.stage.status.entity.js +67 -0
  273. package/dist/accessWorkflow/entities/workflow.stage.status.entity.js.map +1 -0
  274. package/dist/accessWorkflow/entities/workflow.step.entity.d.ts +35 -0
  275. package/dist/accessWorkflow/entities/workflow.step.entity.js +135 -0
  276. package/dist/accessWorkflow/entities/workflow.step.entity.js.map +1 -0
  277. package/dist/accessWorkflow/entities/workflow.user.entity.d.ts +26 -0
  278. package/dist/accessWorkflow/entities/workflow.user.entity.js +108 -0
  279. package/dist/accessWorkflow/entities/workflow.user.entity.js.map +1 -0
  280. package/dist/accessWorkflow/enums/approval.status.type.enum.d.ts +6 -0
  281. package/dist/accessWorkflow/enums/approval.status.type.enum.js +11 -0
  282. package/dist/accessWorkflow/enums/approval.status.type.enum.js.map +1 -0
  283. package/dist/accessWorkflow/enums/approval.step.type.enum.d.ts +14 -0
  284. package/dist/accessWorkflow/enums/approval.step.type.enum.js +19 -0
  285. package/dist/accessWorkflow/enums/approval.step.type.enum.js.map +1 -0
  286. package/dist/accessWorkflow/enums/approval.transfer.reason.enum.d.ts +5 -0
  287. package/dist/accessWorkflow/enums/approval.transfer.reason.enum.js +10 -0
  288. package/dist/accessWorkflow/enums/approval.transfer.reason.enum.js.map +1 -0
  289. package/dist/accessWorkflow/enums/index.d.ts +4 -0
  290. package/dist/accessWorkflow/enums/index.js +21 -0
  291. package/dist/accessWorkflow/enums/index.js.map +1 -0
  292. package/dist/accessWorkflow/enums/verification.status.type.enum.d.ts +8 -0
  293. package/dist/accessWorkflow/enums/verification.status.type.enum.js +13 -0
  294. package/dist/accessWorkflow/enums/verification.status.type.enum.js.map +1 -0
  295. package/dist/accessWorkflow/es6.classes.d.ts +80 -0
  296. package/dist/accessWorkflow/es6.classes.js +166 -0
  297. package/dist/accessWorkflow/es6.classes.js.map +1 -0
  298. package/dist/accessWorkflow/index.d.ts +9 -0
  299. package/dist/accessWorkflow/index.js +26 -0
  300. package/dist/accessWorkflow/index.js.map +1 -0
  301. package/dist/accessWorkflow/jobs/approval.rule.job.d.ts +7 -0
  302. package/dist/accessWorkflow/jobs/approval.rule.job.js +29 -0
  303. package/dist/accessWorkflow/jobs/approval.rule.job.js.map +1 -0
  304. package/dist/accessWorkflow/jobs/approval.step.job.d.ts +9 -0
  305. package/dist/accessWorkflow/jobs/approval.step.job.js +44 -0
  306. package/dist/accessWorkflow/jobs/approval.step.job.js.map +1 -0
  307. package/dist/accessWorkflow/jobs/authority.delegation.job.d.ts +11 -0
  308. package/dist/accessWorkflow/jobs/authority.delegation.job.js +50 -0
  309. package/dist/accessWorkflow/jobs/authority.delegation.job.js.map +1 -0
  310. package/dist/accessWorkflow/jobs/index.d.ts +14 -0
  311. package/dist/accessWorkflow/jobs/index.js +31 -0
  312. package/dist/accessWorkflow/jobs/index.js.map +1 -0
  313. package/dist/accessWorkflow/jobs/limit.config.job.d.ts +7 -0
  314. package/dist/accessWorkflow/jobs/limit.config.job.js +29 -0
  315. package/dist/accessWorkflow/jobs/limit.config.job.js.map +1 -0
  316. package/dist/accessWorkflow/jobs/lock.document.comment.job.d.ts +8 -0
  317. package/dist/accessWorkflow/jobs/lock.document.comment.job.js +48 -0
  318. package/dist/accessWorkflow/jobs/lock.document.comment.job.js.map +1 -0
  319. package/dist/accessWorkflow/jobs/set.approval.context.job.d.ts +8 -0
  320. package/dist/accessWorkflow/jobs/set.approval.context.job.js +32 -0
  321. package/dist/accessWorkflow/jobs/set.approval.context.job.js.map +1 -0
  322. package/dist/accessWorkflow/jobs/set.user.delegation.job.d.ts +13 -0
  323. package/dist/accessWorkflow/jobs/set.user.delegation.job.js +71 -0
  324. package/dist/accessWorkflow/jobs/set.user.delegation.job.js.map +1 -0
  325. package/dist/accessWorkflow/jobs/sync.workflow.activity.job.d.ts +9 -0
  326. package/dist/accessWorkflow/jobs/sync.workflow.activity.job.js +86 -0
  327. package/dist/accessWorkflow/jobs/sync.workflow.activity.job.js.map +1 -0
  328. package/dist/accessWorkflow/jobs/workflow.stage.activity.job.d.ts +11 -0
  329. package/dist/accessWorkflow/jobs/workflow.stage.activity.job.js +59 -0
  330. package/dist/accessWorkflow/jobs/workflow.stage.activity.job.js.map +1 -0
  331. package/dist/accessWorkflow/jobs/workflow.stage.job.d.ts +7 -0
  332. package/dist/accessWorkflow/jobs/workflow.stage.job.js +29 -0
  333. package/dist/accessWorkflow/jobs/workflow.stage.job.js.map +1 -0
  334. package/dist/accessWorkflow/jobs/workflow.stage.level.job.d.ts +10 -0
  335. package/dist/accessWorkflow/jobs/workflow.stage.level.job.js +62 -0
  336. package/dist/accessWorkflow/jobs/workflow.stage.level.job.js.map +1 -0
  337. package/dist/accessWorkflow/jobs/workflow.stage.status.job.d.ts +7 -0
  338. package/dist/accessWorkflow/jobs/workflow.stage.status.job.js +29 -0
  339. package/dist/accessWorkflow/jobs/workflow.stage.status.job.js.map +1 -0
  340. package/dist/accessWorkflow/jobs/workflow.step.job.d.ts +18 -0
  341. package/dist/accessWorkflow/jobs/workflow.step.job.js +139 -0
  342. package/dist/accessWorkflow/jobs/workflow.step.job.js.map +1 -0
  343. package/dist/accessWorkflow/jobs/workflow.user.job.d.ts +21 -0
  344. package/dist/accessWorkflow/jobs/workflow.user.job.js +140 -0
  345. package/dist/accessWorkflow/jobs/workflow.user.job.js.map +1 -0
  346. package/dist/accessWorkflow/libraries/common.approval.rule.controller.d.ts +23 -0
  347. package/dist/accessWorkflow/libraries/common.approval.rule.controller.js +176 -0
  348. package/dist/accessWorkflow/libraries/common.approval.rule.controller.js.map +1 -0
  349. package/dist/accessWorkflow/libraries/common.workflow.generator.d.ts +33 -0
  350. package/dist/accessWorkflow/libraries/common.workflow.generator.js +201 -0
  351. package/dist/accessWorkflow/libraries/common.workflow.generator.js.map +1 -0
  352. package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.d.ts +5 -0
  353. package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.js +23 -0
  354. package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.js.map +1 -0
  355. package/dist/accessWorkflow/libraries/flatten.approval.rule.record.d.ts +5 -0
  356. package/dist/accessWorkflow/libraries/flatten.approval.rule.record.js +12 -0
  357. package/dist/accessWorkflow/libraries/flatten.approval.rule.record.js.map +1 -0
  358. package/dist/accessWorkflow/libraries/handle.approval.approval.d.ts +12 -0
  359. package/dist/accessWorkflow/libraries/handle.approval.approval.js +70 -0
  360. package/dist/accessWorkflow/libraries/handle.approval.approval.js.map +1 -0
  361. package/dist/accessWorkflow/libraries/handle.approval.rejection.d.ts +7 -0
  362. package/dist/accessWorkflow/libraries/handle.approval.rejection.js +44 -0
  363. package/dist/accessWorkflow/libraries/handle.approval.rejection.js.map +1 -0
  364. package/dist/accessWorkflow/libraries/handle.approval.user.approval.d.ts +16 -0
  365. package/dist/accessWorkflow/libraries/handle.approval.user.approval.js +61 -0
  366. package/dist/accessWorkflow/libraries/handle.approval.user.approval.js.map +1 -0
  367. package/dist/accessWorkflow/libraries/handle.approval.user.rejection.d.ts +17 -0
  368. package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js +58 -0
  369. package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js.map +1 -0
  370. package/dist/accessWorkflow/libraries/index.d.ts +14 -0
  371. package/dist/accessWorkflow/libraries/index.js +31 -0
  372. package/dist/accessWorkflow/libraries/index.js.map +1 -0
  373. package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.d.ts +10 -0
  374. package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.js +59 -0
  375. package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.js.map +1 -0
  376. package/dist/accessWorkflow/libraries/process.approval.rule.data.d.ts +18 -0
  377. package/dist/accessWorkflow/libraries/process.approval.rule.data.js +95 -0
  378. package/dist/accessWorkflow/libraries/process.approval.rule.data.js.map +1 -0
  379. package/dist/accessWorkflow/libraries/process.approval.rule.list.d.ts +22 -0
  380. package/dist/accessWorkflow/libraries/process.approval.rule.list.js +49 -0
  381. package/dist/accessWorkflow/libraries/process.approval.rule.list.js.map +1 -0
  382. package/dist/accessWorkflow/libraries/process.authority.delegation.data.d.ts +17 -0
  383. package/dist/accessWorkflow/libraries/process.authority.delegation.data.js +82 -0
  384. package/dist/accessWorkflow/libraries/process.authority.delegation.data.js.map +1 -0
  385. package/dist/accessWorkflow/libraries/process.authority.delegation.list.d.ts +23 -0
  386. package/dist/accessWorkflow/libraries/process.authority.delegation.list.js +56 -0
  387. package/dist/accessWorkflow/libraries/process.authority.delegation.list.js.map +1 -0
  388. package/dist/accessWorkflow/libraries/process.limit.config.list.d.ts +20 -0
  389. package/dist/accessWorkflow/libraries/process.limit.config.list.js +36 -0
  390. package/dist/accessWorkflow/libraries/process.limit.config.list.js.map +1 -0
  391. package/dist/accessWorkflow/services/authority.delegation.service.d.ts +6 -0
  392. package/dist/accessWorkflow/services/authority.delegation.service.js +54 -0
  393. package/dist/accessWorkflow/services/authority.delegation.service.js.map +1 -0
  394. package/dist/accessWorkflow/services/es6.jobs.service.d.ts +34 -0
  395. package/dist/accessWorkflow/services/es6.jobs.service.js +89 -0
  396. package/dist/accessWorkflow/services/es6.jobs.service.js.map +1 -0
  397. package/dist/accessWorkflow/services/index.d.ts +3 -0
  398. package/dist/accessWorkflow/services/index.js +20 -0
  399. package/dist/accessWorkflow/services/index.js.map +1 -0
  400. package/dist/accessWorkflow/services/workflow.limit.service.d.ts +7 -0
  401. package/dist/accessWorkflow/services/workflow.limit.service.js +37 -0
  402. package/dist/accessWorkflow/services/workflow.limit.service.js.map +1 -0
  403. package/dist/accessWorkflow/services/workflow.step.service.d.ts +19 -0
  404. package/dist/accessWorkflow/services/workflow.step.service.js +231 -0
  405. package/dist/accessWorkflow/services/workflow.step.service.js.map +1 -0
  406. package/dist/accessWorkflow/subscribers/approval.rule.subscriber.d.ts +10 -0
  407. package/dist/accessWorkflow/subscribers/approval.rule.subscriber.js +34 -0
  408. package/dist/accessWorkflow/subscribers/approval.rule.subscriber.js.map +1 -0
  409. package/dist/accessWorkflow/subscribers/approval.step.subscriber.d.ts +10 -0
  410. package/dist/accessWorkflow/subscribers/approval.step.subscriber.js +34 -0
  411. package/dist/accessWorkflow/subscribers/approval.step.subscriber.js.map +1 -0
  412. package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.d.ts +10 -0
  413. package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.js +34 -0
  414. package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.js.map +1 -0
  415. package/dist/accessWorkflow/subscribers/index.d.ts +9 -0
  416. package/dist/accessWorkflow/subscribers/index.js +26 -0
  417. package/dist/accessWorkflow/subscribers/index.js.map +1 -0
  418. package/dist/accessWorkflow/subscribers/limit.config.subscriber.d.ts +10 -0
  419. package/dist/accessWorkflow/subscribers/limit.config.subscriber.js +34 -0
  420. package/dist/accessWorkflow/subscribers/limit.config.subscriber.js.map +1 -0
  421. package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.d.ts +12 -0
  422. package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.js +52 -0
  423. package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.js.map +1 -0
  424. package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.d.ts +10 -0
  425. package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.js +34 -0
  426. package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.js.map +1 -0
  427. package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.d.ts +10 -0
  428. package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.js +34 -0
  429. package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.js.map +1 -0
  430. package/dist/accessWorkflow/subscribers/workflow.step.subscriber.d.ts +10 -0
  431. package/dist/accessWorkflow/subscribers/workflow.step.subscriber.js +34 -0
  432. package/dist/accessWorkflow/subscribers/workflow.step.subscriber.js.map +1 -0
  433. package/dist/accessWorkflow/subscribers/workflow.user.subscriber.d.ts +13 -0
  434. package/dist/accessWorkflow/subscribers/workflow.user.subscriber.js +55 -0
  435. package/dist/accessWorkflow/subscribers/workflow.user.subscriber.js.map +1 -0
  436. package/dist/app.module.js +2 -0
  437. package/dist/app.module.js.map +1 -1
  438. package/dist/config/entity.constants.d.ts +34 -0
  439. package/dist/config/entity.constants.js +34 -0
  440. package/dist/config/entity.constants.js.map +1 -1
  441. package/dist/config/source.hash.d.ts +1 -0
  442. package/dist/config/source.hash.js +1 -0
  443. package/dist/config/source.hash.js.map +1 -1
  444. package/dist/index.d.ts +1 -0
  445. package/dist/index.js +1 -0
  446. package/dist/index.js.map +1 -1
  447. package/dist/migrations/1680160548988-CreateEmployeeTable.d.ts +5 -0
  448. package/dist/migrations/1680160548988-CreateEmployeeTable.js +22 -0
  449. package/dist/migrations/1680160548988-CreateEmployeeTable.js.map +1 -0
  450. package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.d.ts +7 -0
  451. package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.js +72 -0
  452. package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.js.map +1 -0
  453. package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.d.ts +7 -0
  454. package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.js +58 -0
  455. package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.js.map +1 -0
  456. package/dist/migrations/1681807455558-CreateLimitConfigTable.d.ts +5 -0
  457. package/dist/migrations/1681807455558-CreateLimitConfigTable.js +22 -0
  458. package/dist/migrations/1681807455558-CreateLimitConfigTable.js.map +1 -0
  459. package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.d.ts +7 -0
  460. package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.js +114 -0
  461. package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.js.map +1 -0
  462. package/dist/migrations/1681887888769-CreateApprovalRuleTable.d.ts +5 -0
  463. package/dist/migrations/1681887888769-CreateApprovalRuleTable.js +25 -0
  464. package/dist/migrations/1681887888769-CreateApprovalRuleTable.js.map +1 -0
  465. package/dist/migrations/1681887921006-CreateApprovalStepTable.d.ts +5 -0
  466. package/dist/migrations/1681887921006-CreateApprovalStepTable.js +22 -0
  467. package/dist/migrations/1681887921006-CreateApprovalStepTable.js.map +1 -0
  468. package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.d.ts +7 -0
  469. package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.js +51 -0
  470. package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.js.map +1 -0
  471. package/dist/migrations/1684096349427-CreateWorkflowStepTable.d.ts +5 -0
  472. package/dist/migrations/1684096349427-CreateWorkflowStepTable.js +30 -0
  473. package/dist/migrations/1684096349427-CreateWorkflowStepTable.js.map +1 -0
  474. package/dist/migrations/1684096460949-CreateWorkflowUserTable.d.ts +5 -0
  475. package/dist/migrations/1684096460949-CreateWorkflowUserTable.js +24 -0
  476. package/dist/migrations/1684096460949-CreateWorkflowUserTable.js.map +1 -0
  477. package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.d.ts +5 -0
  478. package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.js +15 -0
  479. package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.js.map +1 -0
  480. package/dist/migrations/1690127788147-CreateBusinessPropertyTable.d.ts +5 -0
  481. package/dist/migrations/1690127788147-CreateBusinessPropertyTable.js +24 -0
  482. package/dist/migrations/1690127788147-CreateBusinessPropertyTable.js.map +1 -0
  483. package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.d.ts +5 -0
  484. package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.js +24 -0
  485. package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.js.map +1 -0
  486. package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.d.ts +5 -0
  487. package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.js +16 -0
  488. package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.js.map +1 -0
  489. package/dist/migrations/1692617976902-CreateOnholdDocumentTable.d.ts +5 -0
  490. package/dist/migrations/1692617976902-CreateOnholdDocumentTable.js +22 -0
  491. package/dist/migrations/1692617976902-CreateOnholdDocumentTable.js.map +1 -0
  492. package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.d.ts +5 -0
  493. package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.js +15 -0
  494. package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.js.map +1 -0
  495. package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.d.ts +5 -0
  496. package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.js +15 -0
  497. package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.js.map +1 -0
  498. package/dist/migrations/1707316477676-CreateDataAccessTable.d.ts +5 -0
  499. package/dist/migrations/1707316477676-CreateDataAccessTable.js +21 -0
  500. package/dist/migrations/1707316477676-CreateDataAccessTable.js.map +1 -0
  501. package/dist/migrations/1715594984104-CreateViolationDefinitionTable.d.ts +5 -0
  502. package/dist/migrations/1715594984104-CreateViolationDefinitionTable.js +26 -0
  503. package/dist/migrations/1715594984104-CreateViolationDefinitionTable.js.map +1 -0
  504. package/dist/migrations/1715661898677-CreateBusinessViolationTable.d.ts +5 -0
  505. package/dist/migrations/1715661898677-CreateBusinessViolationTable.js +24 -0
  506. package/dist/migrations/1715661898677-CreateBusinessViolationTable.js.map +1 -0
  507. package/dist/migrations/1715664591005-CreateDataViolationTable.d.ts +5 -0
  508. package/dist/migrations/1715664591005-CreateDataViolationTable.js +24 -0
  509. package/dist/migrations/1715664591005-CreateDataViolationTable.js.map +1 -0
  510. package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.d.ts +7 -0
  511. package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.js +58 -0
  512. package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.js.map +1 -0
  513. package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.d.ts +7 -0
  514. package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.js +51 -0
  515. package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.js.map +1 -0
  516. package/dist/migrations/1729659520911-CreateWorkflowStageTable.d.ts +5 -0
  517. package/dist/migrations/1729659520911-CreateWorkflowStageTable.js +20 -0
  518. package/dist/migrations/1729659520911-CreateWorkflowStageTable.js.map +1 -0
  519. package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.d.ts +5 -0
  520. package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.js +20 -0
  521. package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.js.map +1 -0
  522. package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.d.ts +5 -0
  523. package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.js +22 -0
  524. package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.js.map +1 -0
  525. package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.d.ts +5 -0
  526. package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.js +15 -0
  527. package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.js.map +1 -0
  528. package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.d.ts +5 -0
  529. package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.js +15 -0
  530. package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.js.map +1 -0
  531. package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.d.ts +5 -0
  532. package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.js +15 -0
  533. package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.js.map +1 -0
  534. package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.d.ts +5 -0
  535. package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.js +15 -0
  536. package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.js.map +1 -0
  537. package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.d.ts +5 -0
  538. package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.js +22 -0
  539. package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.js.map +1 -0
  540. package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.d.ts +5 -0
  541. package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.js +15 -0
  542. package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.js.map +1 -0
  543. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class AccessEmployeeAttributesDto extends CommonAttributesDto {
3
+ directs?: number;
4
+ balance?: number;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AccessEmployeeAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class AccessEmployeeAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.AccessEmployeeAttributesDto = AccessEmployeeAttributesDto;
8
+ //# sourceMappingURL=access.employee.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access.employee.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/access.employee.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,2BAA4B,SAAQ,6CAAmB;CAGnE;AAHD,kEAGC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class BusinessPropertyAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessPropertyAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class BusinessPropertyAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.BusinessPropertyAttributesDto = BusinessPropertyAttributesDto;
8
+ //# sourceMappingURL=business.property.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.property.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/business.property.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,6BAA8B,SAAQ,6CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -1,4 +1,5 @@
1
1
  export * from './access.business.param.dto';
2
+ export * from './access.employee.attributes.dto';
2
3
  export * from './add.api.account.dto';
3
4
  export * from './add.business.app.integration.dto';
4
5
  export * from './add.business.preference.dto';
@@ -38,6 +39,7 @@ export * from './business.menu.attributes.dto';
38
39
  export * from './business.notification.channel.preference.list.filter.dto';
39
40
  export * from './business.param.dto';
40
41
  export * from './business.preference.attributes.dto';
42
+ export * from './business.property.attributes.dto';
41
43
  export * from './business.user.attributes.dto';
42
44
  export * from './business.user.group.attributes.dto';
43
45
  export * from './business.user.group.list.filter.dto';
@@ -107,6 +109,7 @@ export * from './module.attributes.dto';
107
109
  export * from './module.menu.attributes.dto';
108
110
  export * from './notification.payload.dto';
109
111
  export * from './number.range.filter.dto';
112
+ export * from './onhold.document.attributes.dto';
110
113
  export * from './pan.payload.dto';
111
114
  export * from './preference.user.group.attributes.dto';
112
115
  export * from './preference.users.attributes.dto';
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./access.business.param.dto"), exports);
18
+ __exportStar(require("./access.employee.attributes.dto"), exports);
18
19
  __exportStar(require("./add.api.account.dto"), exports);
19
20
  __exportStar(require("./add.business.app.integration.dto"), exports);
20
21
  __exportStar(require("./add.business.preference.dto"), exports);
@@ -54,6 +55,7 @@ __exportStar(require("./business.menu.attributes.dto"), exports);
54
55
  __exportStar(require("./business.notification.channel.preference.list.filter.dto"), exports);
55
56
  __exportStar(require("./business.param.dto"), exports);
56
57
  __exportStar(require("./business.preference.attributes.dto"), exports);
58
+ __exportStar(require("./business.property.attributes.dto"), exports);
57
59
  __exportStar(require("./business.user.attributes.dto"), exports);
58
60
  __exportStar(require("./business.user.group.attributes.dto"), exports);
59
61
  __exportStar(require("./business.user.group.list.filter.dto"), exports);
@@ -123,6 +125,7 @@ __exportStar(require("./module.attributes.dto"), exports);
123
125
  __exportStar(require("./module.menu.attributes.dto"), exports);
124
126
  __exportStar(require("./notification.payload.dto"), exports);
125
127
  __exportStar(require("./number.range.filter.dto"), exports);
128
+ __exportStar(require("./onhold.document.attributes.dto"), exports);
126
129
  __exportStar(require("./pan.payload.dto"), exports);
127
130
  __exportStar(require("./preference.user.group.attributes.dto"), exports);
128
131
  __exportStar(require("./preference.users.attributes.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,4EAA0D;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,mEAAiD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,4EAA0D;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,mEAAiD;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
@@ -0,0 +1,5 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class OnholdDocumentAttributesDto extends CommonAttributesDto {
3
+ party_status_id?: number;
4
+ is_bulk_operation?: boolean;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OnholdDocumentAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class OnholdDocumentAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.OnholdDocumentAttributesDto = OnholdDocumentAttributesDto;
8
+ //# sourceMappingURL=onhold.document.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onhold.document.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/onhold.document.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,2BAA4B,SAAQ,6CAAmB;CAGnE;AAHD,kEAGC"}
@@ -0,0 +1,17 @@
1
+ import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { AccessEmployeeAttributesDto } from '../dtos/access.employee.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class AccessEmployeeEntity extends CommonEntity {
5
+ business_id: number;
6
+ user_id: number;
7
+ manager_id: number;
8
+ approval_manager_id: number;
9
+ name: string;
10
+ identifier: string;
11
+ active: boolean;
12
+ attributes: AccessEmployeeAttributesDto;
13
+ business: AccessBusinessEntity;
14
+ user: UserEntity;
15
+ manager: AccessEmployeeEntity;
16
+ approval_manager: AccessEmployeeEntity;
17
+ }
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AccessEmployeeEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const access_employee_attributes_dto_1 = require("../dtos/access.employee.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ let AccessEmployeeEntity = class AccessEmployeeEntity extends nestjs_utility_services_1.CommonEntity {
18
+ };
19
+ exports.AccessEmployeeEntity = AccessEmployeeEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", Number)
23
+ ], AccessEmployeeEntity.prototype, "business_id", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", Number)
27
+ ], AccessEmployeeEntity.prototype, "user_id", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)(),
30
+ __metadata("design:type", Number)
31
+ ], AccessEmployeeEntity.prototype, "manager_id", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)(),
34
+ __metadata("design:type", Number)
35
+ ], AccessEmployeeEntity.prototype, "approval_manager_id", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)(),
38
+ __metadata("design:type", String)
39
+ ], AccessEmployeeEntity.prototype, "name", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", String)
43
+ ], AccessEmployeeEntity.prototype, "identifier", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)(),
46
+ __metadata("design:type", Boolean)
47
+ ], AccessEmployeeEntity.prototype, "active", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)('json'),
50
+ __metadata("design:type", access_employee_attributes_dto_1.AccessEmployeeAttributesDto)
51
+ ], AccessEmployeeEntity.prototype, "attributes", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
54
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
55
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
56
+ ], AccessEmployeeEntity.prototype, "business", void 0);
57
+ __decorate([
58
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
59
+ (0, typeorm_1.JoinColumn)({ name: 'user_id' }),
60
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
61
+ ], AccessEmployeeEntity.prototype, "user", void 0);
62
+ __decorate([
63
+ (0, typeorm_1.ManyToOne)(() => AccessEmployeeEntity),
64
+ (0, typeorm_1.JoinColumn)({ name: 'manager_id' }),
65
+ __metadata("design:type", AccessEmployeeEntity)
66
+ ], AccessEmployeeEntity.prototype, "manager", void 0);
67
+ __decorate([
68
+ (0, typeorm_1.ManyToOne)(() => AccessEmployeeEntity),
69
+ (0, typeorm_1.JoinColumn)({ name: 'approval_manager_id' }),
70
+ __metadata("design:type", AccessEmployeeEntity)
71
+ ], AccessEmployeeEntity.prototype, "approval_manager", void 0);
72
+ exports.AccessEmployeeEntity = AccessEmployeeEntity = __decorate([
73
+ (0, typeorm_1.Entity)('emp_employee_details')
74
+ ], AccessEmployeeEntity);
75
+ //# sourceMappingURL=access.employee.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access.employee.entity.js","sourceRoot":"","sources":["../../../src/access/entities/access.employee.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,2FAAqF;AACrF,qEAAgE;AASzD,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CA8BrD,CAAA;AA9BY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iEACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;oDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;AAGoC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;sDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;kDAAC;AACJ;IAA1E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,oBAAoB;qDAAC;AACrB;IAAnF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAAmB,oBAAoB;8DAAC;+BA7BlH,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CA8BhC"}
@@ -0,0 +1,15 @@
1
+ import { ColumnDefinitionEntity, CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { BusinessPropertyAttributesDto } from '../dtos/business.property.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class BusinessPropertyEntity extends CommonEntity {
5
+ business_id: number;
6
+ name: string;
7
+ identifier: string;
8
+ description: string;
9
+ value: string;
10
+ is_encrypted: boolean;
11
+ column_type_id: number;
12
+ attributes: BusinessPropertyAttributesDto;
13
+ business: AccessBusinessEntity;
14
+ column_type: ColumnDefinitionEntity;
15
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.BusinessPropertyEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const business_property_attributes_dto_1 = require("../dtos/business.property.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ let BusinessPropertyEntity = class BusinessPropertyEntity extends nestjs_utility_services_1.CommonEntity {
18
+ };
19
+ exports.BusinessPropertyEntity = BusinessPropertyEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", Number)
23
+ ], BusinessPropertyEntity.prototype, "business_id", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", String)
27
+ ], BusinessPropertyEntity.prototype, "name", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)(),
30
+ __metadata("design:type", String)
31
+ ], BusinessPropertyEntity.prototype, "identifier", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)(),
34
+ __metadata("design:type", String)
35
+ ], BusinessPropertyEntity.prototype, "description", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)(),
38
+ __metadata("design:type", String)
39
+ ], BusinessPropertyEntity.prototype, "value", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", Boolean)
43
+ ], BusinessPropertyEntity.prototype, "is_encrypted", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)(),
46
+ __metadata("design:type", Number)
47
+ ], BusinessPropertyEntity.prototype, "column_type_id", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)('json'),
50
+ __metadata("design:type", business_property_attributes_dto_1.BusinessPropertyAttributesDto)
51
+ ], BusinessPropertyEntity.prototype, "attributes", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
54
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
55
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
56
+ ], BusinessPropertyEntity.prototype, "business", void 0);
57
+ __decorate([
58
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.ColumnDefinitionEntity),
59
+ (0, typeorm_1.JoinColumn)({ name: 'column_type_id' }),
60
+ __metadata("design:type", nestjs_utility_services_1.ColumnDefinitionEntity)
61
+ ], BusinessPropertyEntity.prototype, "column_type", void 0);
62
+ exports.BusinessPropertyEntity = BusinessPropertyEntity = __decorate([
63
+ (0, typeorm_1.Entity)('bz_business_properties')
64
+ ], BusinessPropertyEntity);
65
+ //# sourceMappingURL=business.property.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.property.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.property.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8F;AAC9F,qCAAgE;AAChE,+FAAyF;AACzF,qEAAgE;AASzD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,sCAAY;CA6BvD,CAAA;AA7BY,wDAAsB;AAE/B;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;4DACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;8DACc;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gEAA6B;0DAAC;AAGkC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;wDAAC;AAE1B;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,gDAAsB;2DAAC;iCA5B5G,sBAAsB;IADlC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,sBAAsB,CA6BlC"}
@@ -1,4 +1,5 @@
1
1
  export * from './access.business.entity';
2
+ export * from './access.employee.entity';
2
3
  export * from './api.account.entity';
3
4
  export * from './app.integration.entity';
4
5
  export * from './business.app.integration.credential.entity';
@@ -9,6 +10,7 @@ export * from './business.email.entity';
9
10
  export * from './business.group.role.entity';
10
11
  export * from './business.menu.entity';
11
12
  export * from './business.preference.entity';
13
+ export * from './business.property.entity';
12
14
  export * from './business.report.entity';
13
15
  export * from './business.user.entity';
14
16
  export * from './business.user.group.entity';
@@ -50,6 +52,7 @@ export * from './menu.entity';
50
52
  export * from './menu.role.entity';
51
53
  export * from './module.entity';
52
54
  export * from './module.menu.entity';
55
+ export * from './onhold.document.entity';
53
56
  export * from './preference.user.entity';
54
57
  export * from './preference.user.group.entity';
55
58
  export * from './product.entity';
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./access.business.entity"), exports);
18
+ __exportStar(require("./access.employee.entity"), exports);
18
19
  __exportStar(require("./api.account.entity"), exports);
19
20
  __exportStar(require("./app.integration.entity"), exports);
20
21
  __exportStar(require("./business.app.integration.credential.entity"), exports);
@@ -25,6 +26,7 @@ __exportStar(require("./business.email.entity"), exports);
25
26
  __exportStar(require("./business.group.role.entity"), exports);
26
27
  __exportStar(require("./business.menu.entity"), exports);
27
28
  __exportStar(require("./business.preference.entity"), exports);
29
+ __exportStar(require("./business.property.entity"), exports);
28
30
  __exportStar(require("./business.report.entity"), exports);
29
31
  __exportStar(require("./business.user.entity"), exports);
30
32
  __exportStar(require("./business.user.group.entity"), exports);
@@ -66,6 +68,7 @@ __exportStar(require("./menu.entity"), exports);
66
68
  __exportStar(require("./menu.role.entity"), exports);
67
69
  __exportStar(require("./module.entity"), exports);
68
70
  __exportStar(require("./module.menu.entity"), exports);
71
+ __exportStar(require("./onhold.document.entity"), exports);
69
72
  __exportStar(require("./preference.user.entity"), exports);
70
73
  __exportStar(require("./preference.user.group.entity"), exports);
71
74
  __exportStar(require("./product.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
@@ -0,0 +1,12 @@
1
+ import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { OnholdDocumentAttributesDto } from '../dtos/onhold.document.attributes.dto';
3
+ export declare class OnholdDocumentEntity extends CommonEntity {
4
+ source_type: string;
5
+ source_id: number;
6
+ is_blocked: boolean;
7
+ reason: string;
8
+ approver_id: number;
9
+ approved_at: Date;
10
+ attributes: OnholdDocumentAttributesDto;
11
+ approver: UserEntity;
12
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.OnholdDocumentEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const onhold_document_attributes_dto_1 = require("../dtos/onhold.document.attributes.dto");
16
+ let OnholdDocumentEntity = class OnholdDocumentEntity extends nestjs_utility_services_1.CommonEntity {
17
+ };
18
+ exports.OnholdDocumentEntity = OnholdDocumentEntity;
19
+ __decorate([
20
+ (0, typeorm_1.Column)(),
21
+ __metadata("design:type", String)
22
+ ], OnholdDocumentEntity.prototype, "source_type", void 0);
23
+ __decorate([
24
+ (0, typeorm_1.Column)(),
25
+ __metadata("design:type", Number)
26
+ ], OnholdDocumentEntity.prototype, "source_id", void 0);
27
+ __decorate([
28
+ (0, typeorm_1.Column)(),
29
+ __metadata("design:type", Boolean)
30
+ ], OnholdDocumentEntity.prototype, "is_blocked", void 0);
31
+ __decorate([
32
+ (0, typeorm_1.Column)(),
33
+ __metadata("design:type", String)
34
+ ], OnholdDocumentEntity.prototype, "reason", void 0);
35
+ __decorate([
36
+ (0, typeorm_1.Column)(),
37
+ __metadata("design:type", Number)
38
+ ], OnholdDocumentEntity.prototype, "approver_id", void 0);
39
+ __decorate([
40
+ (0, typeorm_1.Column)(),
41
+ __metadata("design:type", Date)
42
+ ], OnholdDocumentEntity.prototype, "approved_at", void 0);
43
+ __decorate([
44
+ (0, typeorm_1.Column)('json'),
45
+ __metadata("design:type", onhold_document_attributes_dto_1.OnholdDocumentAttributesDto)
46
+ ], OnholdDocumentEntity.prototype, "attributes", void 0);
47
+ __decorate([
48
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
49
+ (0, typeorm_1.JoinColumn)({ name: 'approver_id' }),
50
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
51
+ ], OnholdDocumentEntity.prototype, "approver", void 0);
52
+ exports.OnholdDocumentEntity = OnholdDocumentEntity = __decorate([
53
+ (0, typeorm_1.Entity)('bz_onhold_documents')
54
+ ], OnholdDocumentEntity);
55
+ //# sourceMappingURL=onhold.document.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onhold.document.entity.js","sourceRoot":"","sources":["../../../src/access/entities/onhold.document.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,2FAAqF;AAS9E,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CAwBrD,CAAA;AAxBY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;uDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;wDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACM;AAGf;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;yDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;AAG0B;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,oCAAU;sDAAC;+BAvB9E,oBAAoB;IADhC,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,oBAAoB,CAwBhC"}
@@ -111,6 +111,7 @@ import { MenuActionEntity } from './entities/menu.action.entity';
111
111
  import { MenuEntity } from './entities/menu.entity';
112
112
  import { MenuRoleEntity } from './entities/menu.role.entity';
113
113
  import { ModuleMenuEntity } from './entities/module.menu.entity';
114
+ import { OnholdDocumentEntity } from './entities/onhold.document.entity';
114
115
  import { PreferenceUserEntity } from './entities/preference.user.entity';
115
116
  import { PreferenceUserGroupEntity } from './entities/preference.user.group.entity';
116
117
  import { ProductEntity } from './entities/product.entity';
@@ -148,6 +149,7 @@ import { BusinessEmailJob } from './jobs/business.email.job';
148
149
  import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
149
150
  import { BusinessMenuJob } from './jobs/business.menu.job';
150
151
  import { BusinessPreferenceJob } from './jobs/business.preference.job';
152
+ import { BusinessPropertyJob } from './jobs/business.property.job';
151
153
  import { BusinessReportJob } from './jobs/business.report.job';
152
154
  import { BusinessUserGroupJob } from './jobs/business.user.group.job';
153
155
  import { BusinessUserJob } from './jobs/business.user.job';
@@ -194,6 +196,7 @@ import { MenuJob } from './jobs/menu.job';
194
196
  import { MenuRoleJob } from './jobs/menu.role.job';
195
197
  import { ModuleJob } from './jobs/module.job';
196
198
  import { ModuleMenuJob } from './jobs/module.menu.job';
199
+ import { OnholdDocumentJob } from './jobs/onhold.document.job';
197
200
  import { PreferenceUserGroupJob } from './jobs/preference.user.group.job';
198
201
  import { PreferenceUsersJob } from './jobs/preference.users.job';
199
202
  import { ProcessServerEmailJob } from './jobs/process.server.email.job';
@@ -302,6 +305,7 @@ import { ApiAccountService } from './services/api.account.service';
302
305
  import { AppIntegrationService } from './services/app.integration.service';
303
306
  import { AuditLogService } from './services/audit.log.service';
304
307
  import { BusinessPreferenceService } from './services/business.preference.service';
308
+ import { BusinessPropertyService } from './services/business.property.service';
305
309
  import { BusinessUserRoleService } from './services/business.user.role.service';
306
310
  import { CustomFieldService } from './services/custom.field.service';
307
311
  import { Es6JobsService } from './services/es6.jobs.service';
@@ -334,6 +338,7 @@ import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber
334
338
  import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
335
339
  import { BusinessMenuSubscriber } from './subscribers/business.menu.subscriber';
336
340
  import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
341
+ import { BusinessPropertySubscriber } from './subscribers/business.property.subscriber';
337
342
  import { BusinessReportSubscriber } from './subscribers/business.report.subscriber';
338
343
  import { BusinessUserGroupSubscriber } from './subscribers/business.user.group.subscriber';
339
344
  import { BusinessUserNotificationPreferenceSubscriber } from './subscribers/business.user.notification.preference.subscriber';
@@ -377,6 +382,7 @@ import { MenuRoleSubscriber } from './subscribers/menu.role.subscriber';
377
382
  import { MenuSubscriber } from './subscribers/menu.subscriber';
378
383
  import { ModuleMenuSubscriber } from './subscribers/module.menu.subscriber';
379
384
  import { ModuleSubscriber } from './subscribers/module.subscriber';
385
+ import { OnholdDocumentSubscriber } from './subscribers/onhold.document.subscriber';
380
386
  import { PreferenceUserGroupSubscriber } from './subscribers/preference.user.group.subscriber';
381
387
  import { PreferenceUserSubscriber } from './subscribers/preference.user.subscriber';
382
388
  import { ProductSubscriber } from './subscribers/product.subscriber';
@@ -410,12 +416,12 @@ declare const es6Classes: {
410
416
  commands: (typeof WebhookPollCommand)[];
411
417
  controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessReportController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
412
418
  dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof SlackMessageDataDto)[];
413
- entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
419
+ entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
414
420
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
415
- jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
421
+ jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
416
422
  libraries: (typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
417
423
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
418
- services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof AccessBusinessService | typeof ListingService | typeof WebhookService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof UtilityService | typeof CustomFieldService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
419
- subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessReportSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
424
+ services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
425
+ subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
420
426
  };
421
427
  export default es6Classes;