@servicelabsco/nestjs-utility-services 1.1.104 → 1.1.105

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 (1399) hide show
  1. package/README.md +70 -12
  2. package/package.json +72 -72
  3. package/dist/app.controller.d.ts +0 -14
  4. package/dist/app.controller.js +0 -82
  5. package/dist/app.controller.js.map +0 -1
  6. package/dist/app.module.d.ts +0 -4
  7. package/dist/app.module.js +0 -61
  8. package/dist/app.module.js.map +0 -1
  9. package/dist/app.service.d.ts +0 -13
  10. package/dist/app.service.js +0 -48
  11. package/dist/app.service.js.map +0 -1
  12. package/dist/auth/auth.module.d.ts +0 -2
  13. package/dist/auth/auth.module.js +0 -26
  14. package/dist/auth/auth.module.js.map +0 -1
  15. package/dist/auth/controllers/admin.auth.controller.d.ts +0 -19
  16. package/dist/auth/controllers/admin.auth.controller.js +0 -150
  17. package/dist/auth/controllers/admin.auth.controller.js.map +0 -1
  18. package/dist/auth/controllers/index.d.ts +0 -3
  19. package/dist/auth/controllers/index.js +0 -20
  20. package/dist/auth/controllers/index.js.map +0 -1
  21. package/dist/auth/controllers/social.controller.d.ts +0 -10
  22. package/dist/auth/controllers/social.controller.js +0 -55
  23. package/dist/auth/controllers/social.controller.js.map +0 -1
  24. package/dist/auth/controllers/user.controller.d.ts +0 -11
  25. package/dist/auth/controllers/user.controller.js +0 -46
  26. package/dist/auth/controllers/user.controller.js.map +0 -1
  27. package/dist/auth/dtos/create.user.dto.d.ts +0 -5
  28. package/dist/auth/dtos/create.user.dto.js +0 -29
  29. package/dist/auth/dtos/create.user.dto.js.map +0 -1
  30. package/dist/auth/dtos/index.d.ts +0 -8
  31. package/dist/auth/dtos/index.js +0 -25
  32. package/dist/auth/dtos/index.js.map +0 -1
  33. package/dist/auth/dtos/offline.user.dto.d.ts +0 -5
  34. package/dist/auth/dtos/offline.user.dto.js +0 -29
  35. package/dist/auth/dtos/offline.user.dto.js.map +0 -1
  36. package/dist/auth/dtos/permission.assignment.dto.d.ts +0 -3
  37. package/dist/auth/dtos/permission.assignment.dto.js +0 -21
  38. package/dist/auth/dtos/permission.assignment.dto.js.map +0 -1
  39. package/dist/auth/dtos/role.assignment.dto.d.ts +0 -3
  40. package/dist/auth/dtos/role.assignment.dto.js +0 -21
  41. package/dist/auth/dtos/role.assignment.dto.js.map +0 -1
  42. package/dist/auth/dtos/update.user.dto.d.ts +0 -4
  43. package/dist/auth/dtos/update.user.dto.js +0 -26
  44. package/dist/auth/dtos/update.user.dto.js.map +0 -1
  45. package/dist/auth/dtos/user.access.dto.d.ts +0 -13
  46. package/dist/auth/dtos/user.access.dto.js +0 -8
  47. package/dist/auth/dtos/user.access.dto.js.map +0 -1
  48. package/dist/auth/dtos/user.login.dto.d.ts +0 -4
  49. package/dist/auth/dtos/user.login.dto.js +0 -25
  50. package/dist/auth/dtos/user.login.dto.js.map +0 -1
  51. package/dist/auth/dtos/user.roles.access.object.dto.d.ts +0 -6
  52. package/dist/auth/dtos/user.roles.access.object.dto.js +0 -7
  53. package/dist/auth/dtos/user.roles.access.object.dto.js.map +0 -1
  54. package/dist/auth/entities/country.entity.d.ts +0 -10
  55. package/dist/auth/entities/country.entity.js +0 -56
  56. package/dist/auth/entities/country.entity.js.map +0 -1
  57. package/dist/auth/entities/creator.entity.d.ts +0 -9
  58. package/dist/auth/entities/creator.entity.js +0 -44
  59. package/dist/auth/entities/creator.entity.js.map +0 -1
  60. package/dist/auth/entities/device.token.entity.d.ts +0 -17
  61. package/dist/auth/entities/device.token.entity.js +0 -79
  62. package/dist/auth/entities/device.token.entity.js.map +0 -1
  63. package/dist/auth/entities/index.d.ts +0 -6
  64. package/dist/auth/entities/index.js +0 -23
  65. package/dist/auth/entities/index.js.map +0 -1
  66. package/dist/auth/entities/refresh.token.entity.d.ts +0 -14
  67. package/dist/auth/entities/refresh.token.entity.js +0 -62
  68. package/dist/auth/entities/refresh.token.entity.js.map +0 -1
  69. package/dist/auth/entities/user.entity.d.ts +0 -27
  70. package/dist/auth/entities/user.entity.js +0 -116
  71. package/dist/auth/entities/user.entity.js.map +0 -1
  72. package/dist/auth/entities/user.referral.entity.d.ts +0 -11
  73. package/dist/auth/entities/user.referral.entity.js +0 -52
  74. package/dist/auth/entities/user.referral.entity.js.map +0 -1
  75. package/dist/auth/es6.classes.d.ts +0 -34
  76. package/dist/auth/es6.classes.js +0 -48
  77. package/dist/auth/es6.classes.js.map +0 -1
  78. package/dist/auth/index.d.ts +0 -6
  79. package/dist/auth/index.js +0 -23
  80. package/dist/auth/index.js.map +0 -1
  81. package/dist/auth/middlewares/basic.auth.middleware.d.ts +0 -10
  82. package/dist/auth/middlewares/basic.auth.middleware.js +0 -43
  83. package/dist/auth/middlewares/basic.auth.middleware.js.map +0 -1
  84. package/dist/auth/middlewares/index.d.ts +0 -4
  85. package/dist/auth/middlewares/index.js +0 -21
  86. package/dist/auth/middlewares/index.js.map +0 -1
  87. package/dist/auth/middlewares/internal.middleware.d.ts +0 -10
  88. package/dist/auth/middlewares/internal.middleware.js +0 -44
  89. package/dist/auth/middlewares/internal.middleware.js.map +0 -1
  90. package/dist/auth/middlewares/jwt.middleware.d.ts +0 -9
  91. package/dist/auth/middlewares/jwt.middleware.js +0 -54
  92. package/dist/auth/middlewares/jwt.middleware.js.map +0 -1
  93. package/dist/auth/middlewares/restricted.middleware.d.ts +0 -4
  94. package/dist/auth/middlewares/restricted.middleware.js +0 -25
  95. package/dist/auth/middlewares/restricted.middleware.js.map +0 -1
  96. package/dist/auth/services/access.manager.d.ts +0 -15
  97. package/dist/auth/services/access.manager.js +0 -127
  98. package/dist/auth/services/access.manager.js.map +0 -1
  99. package/dist/auth/services/auth.service.d.ts +0 -18
  100. package/dist/auth/services/auth.service.js +0 -78
  101. package/dist/auth/services/auth.service.js.map +0 -1
  102. package/dist/auth/services/device.token.service.d.ts +0 -6
  103. package/dist/auth/services/device.token.service.js +0 -65
  104. package/dist/auth/services/device.token.service.js.map +0 -1
  105. package/dist/auth/services/es6.service.d.ts +0 -20
  106. package/dist/auth/services/es6.service.js +0 -63
  107. package/dist/auth/services/es6.service.js.map +0 -1
  108. package/dist/auth/services/index.d.ts +0 -6
  109. package/dist/auth/services/index.js +0 -23
  110. package/dist/auth/services/index.js.map +0 -1
  111. package/dist/auth/services/refresh.token.service.d.ts +0 -9
  112. package/dist/auth/services/refresh.token.service.js +0 -47
  113. package/dist/auth/services/refresh.token.service.js.map +0 -1
  114. package/dist/auth/services/social.service.d.ts +0 -7
  115. package/dist/auth/services/social.service.js +0 -48
  116. package/dist/auth/services/social.service.js.map +0 -1
  117. package/dist/auth/services/user.service.d.ts +0 -15
  118. package/dist/auth/services/user.service.js +0 -84
  119. package/dist/auth/services/user.service.js.map +0 -1
  120. package/dist/cli.d.ts +0 -1
  121. package/dist/cli.js +0 -21
  122. package/dist/cli.js.map +0 -1
  123. package/dist/common/adapters/index.d.ts +0 -1
  124. package/dist/common/adapters/index.js +0 -18
  125. package/dist/common/adapters/index.js.map +0 -1
  126. package/dist/common/adapters/redis.io.adapter.d.ts +0 -5
  127. package/dist/common/adapters/redis.io.adapter.js +0 -23
  128. package/dist/common/adapters/redis.io.adapter.js.map +0 -1
  129. package/dist/common/common.module.d.ts +0 -2
  130. package/dist/common/common.module.js +0 -17
  131. package/dist/common/common.module.js.map +0 -1
  132. package/dist/common/dtos/aggregation.param.dto.d.ts +0 -5
  133. package/dist/common/dtos/aggregation.param.dto.js +0 -29
  134. package/dist/common/dtos/aggregation.param.dto.js.map +0 -1
  135. package/dist/common/dtos/capture.record.index.dto.d.ts +0 -16
  136. package/dist/common/dtos/capture.record.index.dto.js +0 -55
  137. package/dist/common/dtos/capture.record.index.dto.js.map +0 -1
  138. package/dist/common/dtos/capture.record.show.dto.d.ts +0 -10
  139. package/dist/common/dtos/capture.record.show.dto.js +0 -41
  140. package/dist/common/dtos/capture.record.show.dto.js.map +0 -1
  141. package/dist/common/dtos/database.event.dto.d.ts +0 -9
  142. package/dist/common/dtos/database.event.dto.js +0 -7
  143. package/dist/common/dtos/database.event.dto.js.map +0 -1
  144. package/dist/common/dtos/foreign.migration.dto.d.ts +0 -6
  145. package/dist/common/dtos/foreign.migration.dto.js +0 -7
  146. package/dist/common/dtos/foreign.migration.dto.js.map +0 -1
  147. package/dist/common/dtos/generic.index.param.dto.d.ts +0 -22
  148. package/dist/common/dtos/generic.index.param.dto.js +0 -58
  149. package/dist/common/dtos/generic.index.param.dto.js.map +0 -1
  150. package/dist/common/dtos/generic.show.param.dto.d.ts +0 -7
  151. package/dist/common/dtos/generic.show.param.dto.js +0 -7
  152. package/dist/common/dtos/generic.show.param.dto.js.map +0 -1
  153. package/dist/common/dtos/group.param.dto.d.ts +0 -5
  154. package/dist/common/dtos/group.param.dto.js +0 -25
  155. package/dist/common/dtos/group.param.dto.js.map +0 -1
  156. package/dist/common/dtos/index.column.dto.d.ts +0 -4
  157. package/dist/common/dtos/index.column.dto.js +0 -7
  158. package/dist/common/dtos/index.column.dto.js.map +0 -1
  159. package/dist/common/dtos/index.d.ts +0 -18
  160. package/dist/common/dtos/index.js +0 -35
  161. package/dist/common/dtos/index.js.map +0 -1
  162. package/dist/common/dtos/index.params.dto.d.ts +0 -18
  163. package/dist/common/dtos/index.params.dto.js +0 -83
  164. package/dist/common/dtos/index.params.dto.js.map +0 -1
  165. package/dist/common/dtos/key.value.param.dto.d.ts +0 -4
  166. package/dist/common/dtos/key.value.param.dto.js +0 -25
  167. package/dist/common/dtos/key.value.param.dto.js.map +0 -1
  168. package/dist/common/dtos/layout.column.db.dto.d.ts +0 -4
  169. package/dist/common/dtos/layout.column.db.dto.js +0 -7
  170. package/dist/common/dtos/layout.column.db.dto.js.map +0 -1
  171. package/dist/common/dtos/meta.data.dto.d.ts +0 -4
  172. package/dist/common/dtos/meta.data.dto.js +0 -7
  173. package/dist/common/dtos/meta.data.dto.js.map +0 -1
  174. package/dist/common/dtos/record.data.manager.dto.d.ts +0 -33
  175. package/dist/common/dtos/record.data.manager.dto.js +0 -7
  176. package/dist/common/dtos/record.data.manager.dto.js.map +0 -1
  177. package/dist/common/dtos/record.tab.dto.d.ts +0 -19
  178. package/dist/common/dtos/record.tab.dto.js +0 -7
  179. package/dist/common/dtos/record.tab.dto.js.map +0 -1
  180. package/dist/common/dtos/rename.column.dto.d.ts +0 -4
  181. package/dist/common/dtos/rename.column.dto.js +0 -7
  182. package/dist/common/dtos/rename.column.dto.js.map +0 -1
  183. package/dist/common/dtos/report.body.dto.d.ts +0 -20
  184. package/dist/common/dtos/report.body.dto.js +0 -57
  185. package/dist/common/dtos/report.body.dto.js.map +0 -1
  186. package/dist/common/dtos/report.data.manager.dto.d.ts +0 -34
  187. package/dist/common/dtos/report.data.manager.dto.js +0 -7
  188. package/dist/common/dtos/report.data.manager.dto.js.map +0 -1
  189. package/dist/common/es6.classes.d.ts +0 -38
  190. package/dist/common/es6.classes.js +0 -107
  191. package/dist/common/es6.classes.js.map +0 -1
  192. package/dist/common/exceptions/access.exception.d.ts +0 -4
  193. package/dist/common/exceptions/access.exception.js +0 -11
  194. package/dist/common/exceptions/access.exception.js.map +0 -1
  195. package/dist/common/exceptions/form.exception.d.ts +0 -7
  196. package/dist/common/exceptions/form.exception.js +0 -13
  197. package/dist/common/exceptions/form.exception.js.map +0 -1
  198. package/dist/common/exceptions/index.d.ts +0 -6
  199. package/dist/common/exceptions/index.js +0 -23
  200. package/dist/common/exceptions/index.js.map +0 -1
  201. package/dist/common/exceptions/maintenance.exception.d.ts +0 -4
  202. package/dist/common/exceptions/maintenance.exception.js +0 -11
  203. package/dist/common/exceptions/maintenance.exception.js.map +0 -1
  204. package/dist/common/exceptions/no.logged.user.exception.d.ts +0 -4
  205. package/dist/common/exceptions/no.logged.user.exception.js +0 -11
  206. package/dist/common/exceptions/no.logged.user.exception.js.map +0 -1
  207. package/dist/common/exceptions/operation.exception.d.ts +0 -4
  208. package/dist/common/exceptions/operation.exception.js +0 -13
  209. package/dist/common/exceptions/operation.exception.js.map +0 -1
  210. package/dist/common/exceptions/subscription.exception.d.ts +0 -4
  211. package/dist/common/exceptions/subscription.exception.js +0 -11
  212. package/dist/common/exceptions/subscription.exception.js.map +0 -1
  213. package/dist/common/index.d.ts +0 -5
  214. package/dist/common/index.js +0 -22
  215. package/dist/common/index.js.map +0 -1
  216. package/dist/common/libraries/auth.d.ts +0 -7
  217. package/dist/common/libraries/auth.js +0 -22
  218. package/dist/common/libraries/auth.js.map +0 -1
  219. package/dist/common/libraries/base.job.interface.d.ts +0 -4
  220. package/dist/common/libraries/base.job.interface.js +0 -3
  221. package/dist/common/libraries/base.job.interface.js.map +0 -1
  222. package/dist/common/libraries/base.migration.utility.d.ts +0 -58
  223. package/dist/common/libraries/base.migration.utility.js +0 -333
  224. package/dist/common/libraries/base.migration.utility.js.map +0 -1
  225. package/dist/common/libraries/class.mapper.d.ts +0 -8
  226. package/dist/common/libraries/class.mapper.js +0 -65
  227. package/dist/common/libraries/class.mapper.js.map +0 -1
  228. package/dist/common/libraries/common.consumer.d.ts +0 -2
  229. package/dist/common/libraries/common.consumer.js +0 -7
  230. package/dist/common/libraries/common.consumer.js.map +0 -1
  231. package/dist/common/libraries/common.entity.d.ts +0 -22
  232. package/dist/common/libraries/common.entity.js +0 -120
  233. package/dist/common/libraries/common.entity.js.map +0 -1
  234. package/dist/common/libraries/common.job.d.ts +0 -22
  235. package/dist/common/libraries/common.job.js +0 -67
  236. package/dist/common/libraries/common.job.js.map +0 -1
  237. package/dist/common/libraries/common.mapper.job.d.ts +0 -8
  238. package/dist/common/libraries/common.mapper.job.js +0 -36
  239. package/dist/common/libraries/common.mapper.job.js.map +0 -1
  240. package/dist/common/libraries/common.mongo.entity.d.ts +0 -21
  241. package/dist/common/libraries/common.mongo.entity.js +0 -121
  242. package/dist/common/libraries/common.mongo.entity.js.map +0 -1
  243. package/dist/common/libraries/common.subscriber.d.ts +0 -13
  244. package/dist/common/libraries/common.subscriber.js +0 -60
  245. package/dist/common/libraries/common.subscriber.js.map +0 -1
  246. package/dist/common/libraries/custom.crypt.d.ts +0 -6
  247. package/dist/common/libraries/custom.crypt.js +0 -31
  248. package/dist/common/libraries/custom.crypt.js.map +0 -1
  249. package/dist/common/libraries/data.manager.d.ts +0 -33
  250. package/dist/common/libraries/data.manager.js +0 -211
  251. package/dist/common/libraries/data.manager.js.map +0 -1
  252. package/dist/common/libraries/database.event.evaluator.d.ts +0 -11
  253. package/dist/common/libraries/database.event.evaluator.js +0 -40
  254. package/dist/common/libraries/database.event.evaluator.js.map +0 -1
  255. package/dist/common/libraries/date.util.d.ts +0 -15
  256. package/dist/common/libraries/date.util.js +0 -51
  257. package/dist/common/libraries/date.util.js.map +0 -1
  258. package/dist/common/libraries/entity.evaluator.d.ts +0 -28
  259. package/dist/common/libraries/entity.evaluator.js +0 -127
  260. package/dist/common/libraries/entity.evaluator.js.map +0 -1
  261. package/dist/common/libraries/generic.index.parser.d.ts +0 -18
  262. package/dist/common/libraries/generic.index.parser.js +0 -82
  263. package/dist/common/libraries/generic.index.parser.js.map +0 -1
  264. package/dist/common/libraries/generic.show.parser.d.ts +0 -12
  265. package/dist/common/libraries/generic.show.parser.js +0 -41
  266. package/dist/common/libraries/generic.show.parser.js.map +0 -1
  267. package/dist/common/libraries/hash.d.ts +0 -7
  268. package/dist/common/libraries/hash.js +0 -26
  269. package/dist/common/libraries/hash.js.map +0 -1
  270. package/dist/common/libraries/index.d.ts +0 -27
  271. package/dist/common/libraries/index.js +0 -44
  272. package/dist/common/libraries/index.js.map +0 -1
  273. package/dist/common/libraries/list.manager.d.ts +0 -23
  274. package/dist/common/libraries/list.manager.js +0 -101
  275. package/dist/common/libraries/list.manager.js.map +0 -1
  276. package/dist/common/libraries/migration.utility.d.ts +0 -7
  277. package/dist/common/libraries/migration.utility.js +0 -23
  278. package/dist/common/libraries/migration.utility.js.map +0 -1
  279. package/dist/common/libraries/platform.utility.d.ts +0 -33
  280. package/dist/common/libraries/platform.utility.js +0 -129
  281. package/dist/common/libraries/platform.utility.js.map +0 -1
  282. package/dist/common/libraries/record.manager.d.ts +0 -41
  283. package/dist/common/libraries/record.manager.js +0 -146
  284. package/dist/common/libraries/record.manager.js.map +0 -1
  285. package/dist/common/libraries/report.body.parser.d.ts +0 -6
  286. package/dist/common/libraries/report.body.parser.js +0 -21
  287. package/dist/common/libraries/report.body.parser.js.map +0 -1
  288. package/dist/common/libraries/report.data.manager.d.ts +0 -35
  289. package/dist/common/libraries/report.data.manager.js +0 -212
  290. package/dist/common/libraries/report.data.manager.js.map +0 -1
  291. package/dist/common/libraries/report.list.manager.d.ts +0 -22
  292. package/dist/common/libraries/report.list.manager.js +0 -109
  293. package/dist/common/libraries/report.list.manager.js.map +0 -1
  294. package/dist/common/libraries/reverse.migration.utility.d.ts +0 -7
  295. package/dist/common/libraries/reverse.migration.utility.js +0 -17
  296. package/dist/common/libraries/reverse.migration.utility.js.map +0 -1
  297. package/dist/common/libraries/seeder.utility.d.ts +0 -20
  298. package/dist/common/libraries/seeder.utility.js +0 -99
  299. package/dist/common/libraries/seeder.utility.js.map +0 -1
  300. package/dist/config/aws.config.d.ts +0 -7
  301. package/dist/config/aws.config.js +0 -11
  302. package/dist/config/aws.config.js.map +0 -1
  303. package/dist/config/cache.config.d.ts +0 -9
  304. package/dist/config/cache.config.js +0 -14
  305. package/dist/config/cache.config.js.map +0 -1
  306. package/dist/config/cors.config.d.ts +0 -7
  307. package/dist/config/cors.config.js +0 -9
  308. package/dist/config/cors.config.js.map +0 -1
  309. package/dist/config/entity.constants.d.ts +0 -141
  310. package/dist/config/entity.constants.js +0 -143
  311. package/dist/config/entity.constants.js.map +0 -1
  312. package/dist/config/fb.config.d.ts +0 -7
  313. package/dist/config/fb.config.js +0 -11
  314. package/dist/config/fb.config.js.map +0 -1
  315. package/dist/config/google.config.d.ts +0 -7
  316. package/dist/config/google.config.js +0 -11
  317. package/dist/config/google.config.js.map +0 -1
  318. package/dist/config/jwt.config.d.ts +0 -3
  319. package/dist/config/jwt.config.js +0 -13
  320. package/dist/config/jwt.config.js.map +0 -1
  321. package/dist/config/mongo.config.d.ts +0 -3
  322. package/dist/config/mongo.config.js +0 -25
  323. package/dist/config/mongo.config.js.map +0 -1
  324. package/dist/config/orm.config.d.ts +0 -2
  325. package/dist/config/orm.config.js +0 -36
  326. package/dist/config/orm.config.js.map +0 -1
  327. package/dist/config/platform.constants.d.ts +0 -9
  328. package/dist/config/platform.constants.js +0 -14
  329. package/dist/config/platform.constants.js.map +0 -1
  330. package/dist/config/queue.config.d.ts +0 -3
  331. package/dist/config/queue.config.js +0 -16
  332. package/dist/config/queue.config.js.map +0 -1
  333. package/dist/config/rate.limiter.config.d.ts +0 -5
  334. package/dist/config/rate.limiter.config.js +0 -9
  335. package/dist/config/rate.limiter.config.js.map +0 -1
  336. package/dist/config/read.typeorm.config.d.ts +0 -3
  337. package/dist/config/read.typeorm.config.js +0 -30
  338. package/dist/config/read.typeorm.config.js.map +0 -1
  339. package/dist/config/role.mapping.d.ts +0 -6
  340. package/dist/config/role.mapping.js +0 -8
  341. package/dist/config/role.mapping.js.map +0 -1
  342. package/dist/config/source.hash.d.ts +0 -14
  343. package/dist/config/source.hash.js +0 -16
  344. package/dist/config/source.hash.js.map +0 -1
  345. package/dist/config/typeorm.config.d.ts +0 -3
  346. package/dist/config/typeorm.config.js +0 -34
  347. package/dist/config/typeorm.config.js.map +0 -1
  348. package/dist/console.d.ts +0 -1
  349. package/dist/console.js +0 -19
  350. package/dist/console.js.map +0 -1
  351. package/dist/index.d.ts +0 -6
  352. package/dist/index.js +0 -23
  353. package/dist/index.js.map +0 -1
  354. package/dist/main.d.ts +0 -1
  355. package/dist/main.js +0 -37
  356. package/dist/main.js.map +0 -1
  357. package/dist/migrations/1580011348975-SysUsersTable.ts.d.ts +0 -5
  358. package/dist/migrations/1580011348975-SysUsersTable.ts.js +0 -28
  359. package/dist/migrations/1580011348975-SysUsersTable.ts.js.map +0 -1
  360. package/dist/migrations/1580012157523-SysRolesTable.ts.d.ts +0 -5
  361. package/dist/migrations/1580012157523-SysRolesTable.ts.js +0 -21
  362. package/dist/migrations/1580012157523-SysRolesTable.ts.js.map +0 -1
  363. package/dist/migrations/1580012268960-SysPermissionsTable.ts.d.ts +0 -5
  364. package/dist/migrations/1580012268960-SysPermissionsTable.ts.js +0 -20
  365. package/dist/migrations/1580012268960-SysPermissionsTable.ts.js.map +0 -1
  366. package/dist/migrations/1580012428385-SysPropertiesTable.ts.d.ts +0 -5
  367. package/dist/migrations/1580012428385-SysPropertiesTable.ts.js +0 -21
  368. package/dist/migrations/1580012428385-SysPropertiesTable.ts.js.map +0 -1
  369. package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.d.ts +0 -5
  370. package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.js +0 -20
  371. package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.js.map +0 -1
  372. package/dist/migrations/1580012802170-SysLookupTypesTable.ts.d.ts +0 -5
  373. package/dist/migrations/1580012802170-SysLookupTypesTable.ts.js +0 -19
  374. package/dist/migrations/1580012802170-SysLookupTypesTable.ts.js.map +0 -1
  375. package/dist/migrations/1580012876576-SysLookupValuesTable.ts.d.ts +0 -5
  376. package/dist/migrations/1580012876576-SysLookupValuesTable.ts.js +0 -24
  377. package/dist/migrations/1580012876576-SysLookupValuesTable.ts.js.map +0 -1
  378. package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.d.ts +0 -5
  379. package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.js +0 -21
  380. package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.js.map +0 -1
  381. package/dist/migrations/1580013426935-SysUserGroupsTable.ts.d.ts +0 -5
  382. package/dist/migrations/1580013426935-SysUserGroupsTable.ts.js +0 -20
  383. package/dist/migrations/1580013426935-SysUserGroupsTable.ts.js.map +0 -1
  384. package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.d.ts +0 -5
  385. package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.js +0 -22
  386. package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.js.map +0 -1
  387. package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.d.ts +0 -5
  388. package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.js +0 -20
  389. package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.js.map +0 -1
  390. package/dist/migrations/1580013737722-SysModelDetailsTable.ts.d.ts +0 -5
  391. package/dist/migrations/1580013737722-SysModelDetailsTable.ts.js +0 -25
  392. package/dist/migrations/1580013737722-SysModelDetailsTable.ts.js.map +0 -1
  393. package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.d.ts +0 -5
  394. package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.js +0 -34
  395. package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.js.map +0 -1
  396. package/dist/migrations/1580033076554-SysModelColumnsTable.ts.d.ts +0 -5
  397. package/dist/migrations/1580033076554-SysModelColumnsTable.ts.js +0 -19
  398. package/dist/migrations/1580033076554-SysModelColumnsTable.ts.js.map +0 -1
  399. package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.d.ts +0 -5
  400. package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.js +0 -39
  401. package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.js.map +0 -1
  402. package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.d.ts +0 -5
  403. package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.js +0 -20
  404. package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.js.map +0 -1
  405. package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.d.ts +0 -5
  406. package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.js +0 -21
  407. package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.js.map +0 -1
  408. package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.d.ts +0 -5
  409. package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.js +0 -28
  410. package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.js.map +0 -1
  411. package/dist/migrations/1580034121887-SysModuleMenusTable.ts.d.ts +0 -5
  412. package/dist/migrations/1580034121887-SysModuleMenusTable.ts.js +0 -20
  413. package/dist/migrations/1580034121887-SysModuleMenusTable.ts.js.map +0 -1
  414. package/dist/migrations/1580034434762-SysParentMenusTable.ts.d.ts +0 -5
  415. package/dist/migrations/1580034434762-SysParentMenusTable.ts.js +0 -22
  416. package/dist/migrations/1580034434762-SysParentMenusTable.ts.js.map +0 -1
  417. package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.d.ts +0 -5
  418. package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.js +0 -20
  419. package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.js.map +0 -1
  420. package/dist/migrations/1580034717318-SysFormDetailsTable.ts.d.ts +0 -5
  421. package/dist/migrations/1580034717318-SysFormDetailsTable.ts.js +0 -23
  422. package/dist/migrations/1580034717318-SysFormDetailsTable.ts.js.map +0 -1
  423. package/dist/migrations/1580034866284-SysFormColumnsTable.ts.d.ts +0 -5
  424. package/dist/migrations/1580034866284-SysFormColumnsTable.ts.js +0 -19
  425. package/dist/migrations/1580034866284-SysFormColumnsTable.ts.js.map +0 -1
  426. package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.d.ts +0 -5
  427. package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.js +0 -35
  428. package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.js.map +0 -1
  429. package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.d.ts +0 -5
  430. package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.js +0 -20
  431. package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.js.map +0 -1
  432. package/dist/migrations/1580035241990-SysListPreferencesTable.ts.d.ts +0 -5
  433. package/dist/migrations/1580035241990-SysListPreferencesTable.ts.js +0 -22
  434. package/dist/migrations/1580035241990-SysListPreferencesTable.ts.js.map +0 -1
  435. package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.d.ts +0 -5
  436. package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.js +0 -27
  437. package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.js.map +0 -1
  438. package/dist/migrations/1580035532119-SysUiActionsTable.ts.d.ts +0 -5
  439. package/dist/migrations/1580035532119-SysUiActionsTable.ts.js +0 -38
  440. package/dist/migrations/1580035532119-SysUiActionsTable.ts.js.map +0 -1
  441. package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.d.ts +0 -5
  442. package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.js +0 -27
  443. package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.js.map +0 -1
  444. package/dist/migrations/1580036042576-SysCountriesTable.ts.d.ts +0 -5
  445. package/dist/migrations/1580036042576-SysCountriesTable.ts.js +0 -22
  446. package/dist/migrations/1580036042576-SysCountriesTable.ts.js.map +0 -1
  447. package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.d.ts +0 -5
  448. package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.js +0 -22
  449. package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.js.map +0 -1
  450. package/dist/migrations/1580036754269-SysUserRolesTable.ts.d.ts +0 -5
  451. package/dist/migrations/1580036754269-SysUserRolesTable.ts.js +0 -19
  452. package/dist/migrations/1580036754269-SysUserRolesTable.ts.js.map +0 -1
  453. package/dist/migrations/1580036787378-SysMenuRolesTable.ts.d.ts +0 -5
  454. package/dist/migrations/1580036787378-SysMenuRolesTable.ts.js +0 -19
  455. package/dist/migrations/1580036787378-SysMenuRolesTable.ts.js.map +0 -1
  456. package/dist/migrations/1580036809003-SysModelRolesTable.ts.d.ts +0 -5
  457. package/dist/migrations/1580036809003-SysModelRolesTable.ts.js +0 -20
  458. package/dist/migrations/1580036809003-SysModelRolesTable.ts.js.map +0 -1
  459. package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.d.ts +0 -5
  460. package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.js +0 -19
  461. package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.js.map +0 -1
  462. package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.d.ts +0 -5
  463. package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.js +0 -22
  464. package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.js.map +0 -1
  465. package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.d.ts +0 -5
  466. package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.js +0 -22
  467. package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.js.map +0 -1
  468. package/dist/migrations/1598275443562-CreateDocumentTable.d.ts +0 -5
  469. package/dist/migrations/1598275443562-CreateDocumentTable.js +0 -20
  470. package/dist/migrations/1598275443562-CreateDocumentTable.js.map +0 -1
  471. package/dist/migrations/1598276044380-CreateCommentTable.d.ts +0 -5
  472. package/dist/migrations/1598276044380-CreateCommentTable.js +0 -19
  473. package/dist/migrations/1598276044380-CreateCommentTable.js.map +0 -1
  474. package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.d.ts +0 -5
  475. package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.js +0 -20
  476. package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.js.map +0 -1
  477. package/dist/migrations/1599567001962-AddUserSequence.d.ts +0 -5
  478. package/dist/migrations/1599567001962-AddUserSequence.js +0 -12
  479. package/dist/migrations/1599567001962-AddUserSequence.js.map +0 -1
  480. package/dist/migrations/1600155092754-CreateEventDetailTable.d.ts +0 -5
  481. package/dist/migrations/1600155092754-CreateEventDetailTable.js +0 -20
  482. package/dist/migrations/1600155092754-CreateEventDetailTable.js.map +0 -1
  483. package/dist/migrations/1600155436756-CreateEventQueueTable.d.ts +0 -5
  484. package/dist/migrations/1600155436756-CreateEventQueueTable.js +0 -24
  485. package/dist/migrations/1600155436756-CreateEventQueueTable.js.map +0 -1
  486. package/dist/migrations/1600155904221-CreateScheduledEventTable.d.ts +0 -5
  487. package/dist/migrations/1600155904221-CreateScheduledEventTable.js +0 -27
  488. package/dist/migrations/1600155904221-CreateScheduledEventTable.js.map +0 -1
  489. package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.d.ts +0 -5
  490. package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.js +0 -15
  491. package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.js.map +0 -1
  492. package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.d.ts +0 -5
  493. package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.js +0 -17
  494. package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.js.map +0 -1
  495. package/dist/migrations/1608920595813-CreateSmsTemplateTable.d.ts +0 -5
  496. package/dist/migrations/1608920595813-CreateSmsTemplateTable.js +0 -25
  497. package/dist/migrations/1608920595813-CreateSmsTemplateTable.js.map +0 -1
  498. package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.d.ts +0 -5
  499. package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.js +0 -15
  500. package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.js.map +0 -1
  501. package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.d.ts +0 -5
  502. package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.js +0 -15
  503. package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.js.map +0 -1
  504. package/dist/migrations/1610518853208-CreateUserReferralTable.d.ts +0 -5
  505. package/dist/migrations/1610518853208-CreateUserReferralTable.js +0 -22
  506. package/dist/migrations/1610518853208-CreateUserReferralTable.js.map +0 -1
  507. package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.d.ts +0 -5
  508. package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.js +0 -15
  509. package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.js.map +0 -1
  510. package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.d.ts +0 -5
  511. package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.js +0 -15
  512. package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.js.map +0 -1
  513. package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.d.ts +0 -5
  514. package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.js +0 -15
  515. package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.js.map +0 -1
  516. package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.d.ts +0 -5
  517. package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.js +0 -15
  518. package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.js.map +0 -1
  519. package/dist/migrations/1615663840083-CreateUiActionPermissionTable.d.ts +0 -5
  520. package/dist/migrations/1615663840083-CreateUiActionPermissionTable.js +0 -22
  521. package/dist/migrations/1615663840083-CreateUiActionPermissionTable.js.map +0 -1
  522. package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.d.ts +0 -5
  523. package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.js +0 -15
  524. package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.js.map +0 -1
  525. package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.d.ts +0 -5
  526. package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.js +0 -15
  527. package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.js.map +0 -1
  528. package/dist/migrations/1616095909364-CreateClientScriptEntityTable.d.ts +0 -5
  529. package/dist/migrations/1616095909364-CreateClientScriptEntityTable.js +0 -26
  530. package/dist/migrations/1616095909364-CreateClientScriptEntityTable.js.map +0 -1
  531. package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.d.ts +0 -5
  532. package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.js +0 -15
  533. package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.js.map +0 -1
  534. package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.d.ts +0 -5
  535. package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.js +0 -15
  536. package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.js.map +0 -1
  537. package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.d.ts +0 -5
  538. package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.js +0 -15
  539. package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.js.map +0 -1
  540. package/dist/migrations/1616604451282-CreateChartEntityTable.d.ts +0 -5
  541. package/dist/migrations/1616604451282-CreateChartEntityTable.js +0 -28
  542. package/dist/migrations/1616604451282-CreateChartEntityTable.js.map +0 -1
  543. package/dist/migrations/1616604996435-CreatePrimaryAxisTable.d.ts +0 -5
  544. package/dist/migrations/1616604996435-CreatePrimaryAxisTable.js +0 -20
  545. package/dist/migrations/1616604996435-CreatePrimaryAxisTable.js.map +0 -1
  546. package/dist/migrations/1616605261755-CreateSecondaryAxisTable.d.ts +0 -5
  547. package/dist/migrations/1616605261755-CreateSecondaryAxisTable.js +0 -21
  548. package/dist/migrations/1616605261755-CreateSecondaryAxisTable.js.map +0 -1
  549. package/dist/migrations/1616608867213-CreateReportTable.d.ts +0 -5
  550. package/dist/migrations/1616608867213-CreateReportTable.js +0 -21
  551. package/dist/migrations/1616608867213-CreateReportTable.js.map +0 -1
  552. package/dist/migrations/1616609134435-CreateReportColumnTable.d.ts +0 -5
  553. package/dist/migrations/1616609134435-CreateReportColumnTable.js +0 -19
  554. package/dist/migrations/1616609134435-CreateReportColumnTable.js.map +0 -1
  555. package/dist/migrations/1616610298682-CreateReportParamTable.d.ts +0 -5
  556. package/dist/migrations/1616610298682-CreateReportParamTable.js +0 -20
  557. package/dist/migrations/1616610298682-CreateReportParamTable.js.map +0 -1
  558. package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.d.ts +0 -5
  559. package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.js +0 -15
  560. package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.js.map +0 -1
  561. package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.d.ts +0 -5
  562. package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.js +0 -15
  563. package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.js.map +0 -1
  564. package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.d.ts +0 -5
  565. package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.js +0 -22
  566. package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.js.map +0 -1
  567. package/dist/migrations/1616750244901-CreateReportRelationshipTable.d.ts +0 -5
  568. package/dist/migrations/1616750244901-CreateReportRelationshipTable.js +0 -22
  569. package/dist/migrations/1616750244901-CreateReportRelationshipTable.js.map +0 -1
  570. package/dist/migrations/1616787597931-CreateReportRoleTable.d.ts +0 -5
  571. package/dist/migrations/1616787597931-CreateReportRoleTable.js +0 -19
  572. package/dist/migrations/1616787597931-CreateReportRoleTable.js.map +0 -1
  573. package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.d.ts +0 -5
  574. package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.js +0 -20
  575. package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.js.map +0 -1
  576. package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.d.ts +0 -5
  577. package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.js +0 -16
  578. package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.js.map +0 -1
  579. package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.d.ts +0 -5
  580. package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.js +0 -40
  581. package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.js.map +0 -1
  582. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.d.ts +0 -8
  583. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js +0 -55
  584. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +0 -1
  585. package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.d.ts +0 -5
  586. package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.js +0 -15
  587. package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.js.map +0 -1
  588. package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.d.ts +0 -5
  589. package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.js +0 -15
  590. package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.js.map +0 -1
  591. package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.d.ts +0 -5
  592. package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.js +0 -25
  593. package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.js.map +0 -1
  594. package/dist/migrations/1619903986363-CreateServiceTable.d.ts +0 -5
  595. package/dist/migrations/1619903986363-CreateServiceTable.js +0 -22
  596. package/dist/migrations/1619903986363-CreateServiceTable.js.map +0 -1
  597. package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.d.ts +0 -5
  598. package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.js +0 -22
  599. package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.js.map +0 -1
  600. package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.d.ts +0 -5
  601. package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js +0 -15
  602. package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js.map +0 -1
  603. package/dist/migrations/1643398296090-CreateMailLogTable.d.ts +0 -5
  604. package/dist/migrations/1643398296090-CreateMailLogTable.js +0 -25
  605. package/dist/migrations/1643398296090-CreateMailLogTable.js.map +0 -1
  606. package/dist/migrations/1643899218270-CreateSmsMessageTable.d.ts +0 -5
  607. package/dist/migrations/1643899218270-CreateSmsMessageTable.js +0 -26
  608. package/dist/migrations/1643899218270-CreateSmsMessageTable.js.map +0 -1
  609. package/dist/migrations/1645738975654-CreateEmailTemplateTable.d.ts +0 -5
  610. package/dist/migrations/1645738975654-CreateEmailTemplateTable.js +0 -21
  611. package/dist/migrations/1645738975654-CreateEmailTemplateTable.js.map +0 -1
  612. package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.d.ts +0 -5
  613. package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.js +0 -21
  614. package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.js.map +0 -1
  615. package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.d.ts +0 -5
  616. package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.js +0 -15
  617. package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.js.map +0 -1
  618. package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.d.ts +0 -5
  619. package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.js +0 -15
  620. package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.js.map +0 -1
  621. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.d.ts +0 -5
  622. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js +0 -15
  623. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js.map +0 -1
  624. package/dist/migrations/1669970181143-CreateDynamoTableTable.d.ts +0 -5
  625. package/dist/migrations/1669970181143-CreateDynamoTableTable.js +0 -21
  626. package/dist/migrations/1669970181143-CreateDynamoTableTable.js.map +0 -1
  627. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.d.ts +0 -5
  628. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js +0 -21
  629. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js.map +0 -1
  630. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.d.ts +0 -5
  631. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js +0 -15
  632. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js.map +0 -1
  633. package/dist/migrations/1678730411972-CreatePendingBullJobTable.d.ts +0 -5
  634. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js +0 -24
  635. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js.map +0 -1
  636. package/dist/migrations/1678789489235-CreateFailedBullJobTable.d.ts +0 -5
  637. package/dist/migrations/1678789489235-CreateFailedBullJobTable.js +0 -27
  638. package/dist/migrations/1678789489235-CreateFailedBullJobTable.js.map +0 -1
  639. package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.d.ts +0 -5
  640. package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.js +0 -15
  641. package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.js.map +0 -1
  642. package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.d.ts +0 -5
  643. package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.js +0 -16
  644. package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.js.map +0 -1
  645. package/dist/migrations/1686046172898-CreateMailValidationTable.d.ts +0 -5
  646. package/dist/migrations/1686046172898-CreateMailValidationTable.js +0 -24
  647. package/dist/migrations/1686046172898-CreateMailValidationTable.js.map +0 -1
  648. package/dist/migrations/1686048669716-CreateMobileValidationTable.d.ts +0 -5
  649. package/dist/migrations/1686048669716-CreateMobileValidationTable.js +0 -26
  650. package/dist/migrations/1686048669716-CreateMobileValidationTable.js.map +0 -1
  651. package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.d.ts +0 -5
  652. package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.js +0 -19
  653. package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.js.map +0 -1
  654. package/dist/migrations/seeders/sys_column_definitions.json +0 -255
  655. package/dist/migrations/seeders/sys_lookup_types.json +0 -102
  656. package/dist/migrations/seeders/sys_lookup_values.json +0 -386
  657. package/dist/migrations/seeders/sys_menu_details.json +0 -622
  658. package/dist/migrations/seeders/sys_menu_roles.json +0 -202
  659. package/dist/migrations/seeders/sys_module_details.json +0 -26
  660. package/dist/migrations/seeders/sys_module_menus.json +0 -222
  661. package/dist/migrations/seeders/sys_page_definitions.json +0 -112
  662. package/dist/migrations/seeders/sys_parent_menus.json +0 -112
  663. package/dist/migrations/seeders/sys_roles.json +0 -50
  664. package/dist/migrations/seeders/sys_security_rules.json +0 -178
  665. package/dist/migrations/seeders/sys_system_scripts.json +0 -145
  666. package/dist/migrations/seeders/sys_ui_actions.json +0 -386
  667. package/dist/migrations/seeders/sys_user_roles.json +0 -12
  668. package/dist/platformUtility/commands/entity.generator.command.d.ts +0 -24
  669. package/dist/platformUtility/commands/entity.generator.command.js +0 -198
  670. package/dist/platformUtility/commands/entity.generator.command.js.map +0 -1
  671. package/dist/platformUtility/commands/index.d.ts +0 -4
  672. package/dist/platformUtility/commands/index.js +0 -21
  673. package/dist/platformUtility/commands/index.js.map +0 -1
  674. package/dist/platformUtility/commands/maintenance.command.d.ts +0 -14
  675. package/dist/platformUtility/commands/maintenance.command.js +0 -99
  676. package/dist/platformUtility/commands/maintenance.command.js.map +0 -1
  677. package/dist/platformUtility/commands/sqs.worker.command.d.ts +0 -10
  678. package/dist/platformUtility/commands/sqs.worker.command.js +0 -51
  679. package/dist/platformUtility/commands/sqs.worker.command.js.map +0 -1
  680. package/dist/platformUtility/commands/sync.class.command.d.ts +0 -6
  681. package/dist/platformUtility/commands/sync.class.command.js +0 -56
  682. package/dist/platformUtility/commands/sync.class.command.js.map +0 -1
  683. package/dist/platformUtility/consumers/event.consumer.d.ts +0 -18
  684. package/dist/platformUtility/consumers/event.consumer.js +0 -119
  685. package/dist/platformUtility/consumers/event.consumer.js.map +0 -1
  686. package/dist/platformUtility/consumers/index.d.ts +0 -2
  687. package/dist/platformUtility/consumers/index.js +0 -19
  688. package/dist/platformUtility/consumers/index.js.map +0 -1
  689. package/dist/platformUtility/consumers/job.consumer.d.ts +0 -9
  690. package/dist/platformUtility/consumers/job.consumer.js +0 -74
  691. package/dist/platformUtility/consumers/job.consumer.js.map +0 -1
  692. package/dist/platformUtility/controllers/bull.job.controller.d.ts +0 -15
  693. package/dist/platformUtility/controllers/bull.job.controller.js +0 -134
  694. package/dist/platformUtility/controllers/bull.job.controller.js.map +0 -1
  695. package/dist/platformUtility/controllers/index.d.ts +0 -2
  696. package/dist/platformUtility/controllers/index.js +0 -19
  697. package/dist/platformUtility/controllers/index.js.map +0 -1
  698. package/dist/platformUtility/controllers/queue.controller.d.ts +0 -10
  699. package/dist/platformUtility/controllers/queue.controller.js +0 -53
  700. package/dist/platformUtility/controllers/queue.controller.js.map +0 -1
  701. package/dist/platformUtility/dtos/common.attributes.dto.d.ts +0 -7
  702. package/dist/platformUtility/dtos/common.attributes.dto.js +0 -36
  703. package/dist/platformUtility/dtos/common.attributes.dto.js.map +0 -1
  704. package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.d.ts +0 -3
  705. package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.js +0 -8
  706. package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.js.map +0 -1
  707. package/dist/platformUtility/dtos/fcm.response.dto.d.ts +0 -7
  708. package/dist/platformUtility/dtos/fcm.response.dto.js +0 -7
  709. package/dist/platformUtility/dtos/fcm.response.dto.js.map +0 -1
  710. package/dist/platformUtility/dtos/index.d.ts +0 -13
  711. package/dist/platformUtility/dtos/index.js +0 -30
  712. package/dist/platformUtility/dtos/index.js.map +0 -1
  713. package/dist/platformUtility/dtos/job.payload.dto.d.ts +0 -6
  714. package/dist/platformUtility/dtos/job.payload.dto.js +0 -36
  715. package/dist/platformUtility/dtos/job.payload.dto.js.map +0 -1
  716. package/dist/platformUtility/dtos/mail.options.dto.d.ts +0 -14
  717. package/dist/platformUtility/dtos/mail.options.dto.js +0 -59
  718. package/dist/platformUtility/dtos/mail.options.dto.js.map +0 -1
  719. package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.d.ts +0 -3
  720. package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.js +0 -8
  721. package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.js.map +0 -1
  722. package/dist/platformUtility/dtos/push.notification.response.dto.d.ts +0 -6
  723. package/dist/platformUtility/dtos/push.notification.response.dto.js +0 -7
  724. package/dist/platformUtility/dtos/push.notification.response.dto.js.map +0 -1
  725. package/dist/platformUtility/dtos/push.notification.template.dto.d.ts +0 -23
  726. package/dist/platformUtility/dtos/push.notification.template.dto.js +0 -7
  727. package/dist/platformUtility/dtos/push.notification.template.dto.js.map +0 -1
  728. package/dist/platformUtility/dtos/queue.options.dto.d.ts +0 -9
  729. package/dist/platformUtility/dtos/queue.options.dto.js +0 -50
  730. package/dist/platformUtility/dtos/queue.options.dto.js.map +0 -1
  731. package/dist/platformUtility/dtos/remote.raw.response.dto.d.ts +0 -6
  732. package/dist/platformUtility/dtos/remote.raw.response.dto.js +0 -35
  733. package/dist/platformUtility/dtos/remote.raw.response.dto.js.map +0 -1
  734. package/dist/platformUtility/dtos/sms.payload.dto.d.ts +0 -7
  735. package/dist/platformUtility/dtos/sms.payload.dto.js +0 -38
  736. package/dist/platformUtility/dtos/sms.payload.dto.js.map +0 -1
  737. package/dist/platformUtility/dtos/source.column.dto.d.ts +0 -4
  738. package/dist/platformUtility/dtos/source.column.dto.js +0 -29
  739. package/dist/platformUtility/dtos/source.column.dto.js.map +0 -1
  740. package/dist/platformUtility/dtos/string.search.dto.d.ts +0 -5
  741. package/dist/platformUtility/dtos/string.search.dto.js +0 -34
  742. package/dist/platformUtility/dtos/string.search.dto.js.map +0 -1
  743. package/dist/platformUtility/entities/failed.bull.job.entity.d.ts +0 -15
  744. package/dist/platformUtility/entities/failed.bull.job.entity.js +0 -66
  745. package/dist/platformUtility/entities/failed.bull.job.entity.js.map +0 -1
  746. package/dist/platformUtility/entities/index.d.ts +0 -2
  747. package/dist/platformUtility/entities/index.js +0 -19
  748. package/dist/platformUtility/entities/index.js.map +0 -1
  749. package/dist/platformUtility/entities/pending.bull.job.entity.d.ts +0 -12
  750. package/dist/platformUtility/entities/pending.bull.job.entity.js +0 -54
  751. package/dist/platformUtility/entities/pending.bull.job.entity.js.map +0 -1
  752. package/dist/platformUtility/es6.classes.d.ts +0 -67
  753. package/dist/platformUtility/es6.classes.js +0 -114
  754. package/dist/platformUtility/es6.classes.js.map +0 -1
  755. package/dist/platformUtility/index.d.ts +0 -11
  756. package/dist/platformUtility/index.js +0 -28
  757. package/dist/platformUtility/index.js.map +0 -1
  758. package/dist/platformUtility/jobs/index.d.ts +0 -4
  759. package/dist/platformUtility/jobs/index.js +0 -21
  760. package/dist/platformUtility/jobs/index.js.map +0 -1
  761. package/dist/platformUtility/jobs/load.failed.bull.job.d.ts +0 -9
  762. package/dist/platformUtility/jobs/load.failed.bull.job.js +0 -54
  763. package/dist/platformUtility/jobs/load.failed.bull.job.js.map +0 -1
  764. package/dist/platformUtility/jobs/record.watcher.job.d.ts +0 -12
  765. package/dist/platformUtility/jobs/record.watcher.job.js +0 -37
  766. package/dist/platformUtility/jobs/record.watcher.job.js.map +0 -1
  767. package/dist/platformUtility/jobs/reload.pending.bull.job.d.ts +0 -7
  768. package/dist/platformUtility/jobs/reload.pending.bull.job.js +0 -39
  769. package/dist/platformUtility/jobs/reload.pending.bull.job.js.map +0 -1
  770. package/dist/platformUtility/jobs/test.job.d.ts +0 -7
  771. package/dist/platformUtility/jobs/test.job.js +0 -28
  772. package/dist/platformUtility/jobs/test.job.js.map +0 -1
  773. package/dist/platformUtility/libraries/common.sqs.polling.d.ts +0 -24
  774. package/dist/platformUtility/libraries/common.sqs.polling.js +0 -71
  775. package/dist/platformUtility/libraries/common.sqs.polling.js.map +0 -1
  776. package/dist/platformUtility/libraries/create.entity.constants.file.d.ts +0 -10
  777. package/dist/platformUtility/libraries/create.entity.constants.file.js +0 -64
  778. package/dist/platformUtility/libraries/create.entity.constants.file.js.map +0 -1
  779. package/dist/platformUtility/libraries/create.es6.classes.file.d.ts +0 -9
  780. package/dist/platformUtility/libraries/create.es6.classes.file.js +0 -62
  781. package/dist/platformUtility/libraries/create.es6.classes.file.js.map +0 -1
  782. package/dist/platformUtility/libraries/create.es6.jobs.file.d.ts +0 -9
  783. package/dist/platformUtility/libraries/create.es6.jobs.file.js +0 -105
  784. package/dist/platformUtility/libraries/create.es6.jobs.file.js.map +0 -1
  785. package/dist/platformUtility/libraries/create.es6.service.file.d.ts +0 -9
  786. package/dist/platformUtility/libraries/create.es6.service.file.js +0 -109
  787. package/dist/platformUtility/libraries/create.es6.service.file.js.map +0 -1
  788. package/dist/platformUtility/libraries/create.index.file.d.ts +0 -12
  789. package/dist/platformUtility/libraries/create.index.file.js +0 -78
  790. package/dist/platformUtility/libraries/create.index.file.js.map +0 -1
  791. package/dist/platformUtility/libraries/file.system.utility.d.ts +0 -13
  792. package/dist/platformUtility/libraries/file.system.utility.js +0 -67
  793. package/dist/platformUtility/libraries/file.system.utility.js.map +0 -1
  794. package/dist/platformUtility/libraries/index.d.ts +0 -11
  795. package/dist/platformUtility/libraries/index.js +0 -28
  796. package/dist/platformUtility/libraries/index.js.map +0 -1
  797. package/dist/platformUtility/libraries/process.audit.log.data.d.ts +0 -12
  798. package/dist/platformUtility/libraries/process.audit.log.data.js +0 -63
  799. package/dist/platformUtility/libraries/process.audit.log.data.js.map +0 -1
  800. package/dist/platformUtility/libraries/process.common.mail.d.ts +0 -9
  801. package/dist/platformUtility/libraries/process.common.mail.js +0 -42
  802. package/dist/platformUtility/libraries/process.common.mail.js.map +0 -1
  803. package/dist/platformUtility/libraries/process.kaleyra.sms.d.ts +0 -12
  804. package/dist/platformUtility/libraries/process.kaleyra.sms.js +0 -59
  805. package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +0 -1
  806. package/dist/platformUtility/libraries/process.smtp.mail.d.ts +0 -9
  807. package/dist/platformUtility/libraries/process.smtp.mail.js +0 -60
  808. package/dist/platformUtility/libraries/process.smtp.mail.js.map +0 -1
  809. package/dist/platformUtility/middlewares/index.d.ts +0 -2
  810. package/dist/platformUtility/middlewares/index.js +0 -19
  811. package/dist/platformUtility/middlewares/index.js.map +0 -1
  812. package/dist/platformUtility/middlewares/maintenance.middleware.d.ts +0 -7
  813. package/dist/platformUtility/middlewares/maintenance.middleware.js +0 -31
  814. package/dist/platformUtility/middlewares/maintenance.middleware.js.map +0 -1
  815. package/dist/platformUtility/middlewares/trim.pipe.d.ts +0 -6
  816. package/dist/platformUtility/middlewares/trim.pipe.js +0 -42
  817. package/dist/platformUtility/middlewares/trim.pipe.js.map +0 -1
  818. package/dist/platformUtility/platform.utility.module.d.ts +0 -2
  819. package/dist/platformUtility/platform.utility.module.js +0 -30
  820. package/dist/platformUtility/platform.utility.module.js.map +0 -1
  821. package/dist/platformUtility/services/audit.service.d.ts +0 -17
  822. package/dist/platformUtility/services/audit.service.js +0 -96
  823. package/dist/platformUtility/services/audit.service.js.map +0 -1
  824. package/dist/platformUtility/services/cache.service.d.ts +0 -8
  825. package/dist/platformUtility/services/cache.service.js +0 -55
  826. package/dist/platformUtility/services/cache.service.js.map +0 -1
  827. package/dist/platformUtility/services/dynamo.service.d.ts +0 -18
  828. package/dist/platformUtility/services/dynamo.service.js +0 -151
  829. package/dist/platformUtility/services/dynamo.service.js.map +0 -1
  830. package/dist/platformUtility/services/es6.jobs.service.d.ts +0 -14
  831. package/dist/platformUtility/services/es6.jobs.service.js +0 -49
  832. package/dist/platformUtility/services/es6.jobs.service.js.map +0 -1
  833. package/dist/platformUtility/services/fcm.notification.service.d.ts +0 -15
  834. package/dist/platformUtility/services/fcm.notification.service.js +0 -88
  835. package/dist/platformUtility/services/fcm.notification.service.js.map +0 -1
  836. package/dist/platformUtility/services/index.d.ts +0 -14
  837. package/dist/platformUtility/services/index.js +0 -31
  838. package/dist/platformUtility/services/index.js.map +0 -1
  839. package/dist/platformUtility/services/local.property.service.d.ts +0 -8
  840. package/dist/platformUtility/services/local.property.service.js +0 -44
  841. package/dist/platformUtility/services/local.property.service.js.map +0 -1
  842. package/dist/platformUtility/services/mail.service.d.ts +0 -15
  843. package/dist/platformUtility/services/mail.service.js +0 -65
  844. package/dist/platformUtility/services/mail.service.js.map +0 -1
  845. package/dist/platformUtility/services/maintenance.service.d.ts +0 -15
  846. package/dist/platformUtility/services/maintenance.service.js +0 -76
  847. package/dist/platformUtility/services/maintenance.service.js.map +0 -1
  848. package/dist/platformUtility/services/queue.service.d.ts +0 -39
  849. package/dist/platformUtility/services/queue.service.js +0 -188
  850. package/dist/platformUtility/services/queue.service.js.map +0 -1
  851. package/dist/platformUtility/services/remote.request.service.d.ts +0 -5
  852. package/dist/platformUtility/services/remote.request.service.js +0 -40
  853. package/dist/platformUtility/services/remote.request.service.js.map +0 -1
  854. package/dist/platformUtility/services/shutdown.service.d.ts +0 -7
  855. package/dist/platformUtility/services/shutdown.service.js +0 -30
  856. package/dist/platformUtility/services/shutdown.service.js.map +0 -1
  857. package/dist/platformUtility/services/sms.service.d.ts +0 -12
  858. package/dist/platformUtility/services/sms.service.js +0 -43
  859. package/dist/platformUtility/services/sms.service.js.map +0 -1
  860. package/dist/platformUtility/services/sql.service.d.ts +0 -15
  861. package/dist/platformUtility/services/sql.service.js +0 -87
  862. package/dist/platformUtility/services/sql.service.js.map +0 -1
  863. package/dist/platformUtility/services/sqs.service.d.ts +0 -10
  864. package/dist/platformUtility/services/sqs.service.js +0 -73
  865. package/dist/platformUtility/services/sqs.service.js.map +0 -1
  866. package/dist/platformUtility/services/startup.service.d.ts +0 -8
  867. package/dist/platformUtility/services/startup.service.js +0 -36
  868. package/dist/platformUtility/services/startup.service.js.map +0 -1
  869. package/dist/platformUtility/subscribers/base.subscriber.d.ts +0 -11
  870. package/dist/platformUtility/subscribers/base.subscriber.js +0 -63
  871. package/dist/platformUtility/subscribers/base.subscriber.js.map +0 -1
  872. package/dist/platformUtility/subscribers/index.d.ts +0 -1
  873. package/dist/platformUtility/subscribers/index.js +0 -18
  874. package/dist/platformUtility/subscribers/index.js.map +0 -1
  875. package/dist/security/entities/index.d.ts +0 -4
  876. package/dist/security/entities/index.js +0 -21
  877. package/dist/security/entities/index.js.map +0 -1
  878. package/dist/security/entities/permission.entity.d.ts +0 -7
  879. package/dist/security/entities/permission.entity.js +0 -41
  880. package/dist/security/entities/permission.entity.js.map +0 -1
  881. package/dist/security/entities/role.entity.d.ts +0 -8
  882. package/dist/security/entities/role.entity.js +0 -46
  883. package/dist/security/entities/role.entity.js.map +0 -1
  884. package/dist/security/entities/user.permission.entity.d.ts +0 -12
  885. package/dist/security/entities/user.permission.entity.js +0 -56
  886. package/dist/security/entities/user.permission.entity.js.map +0 -1
  887. package/dist/security/entities/user.role.entity.d.ts +0 -12
  888. package/dist/security/entities/user.role.entity.js +0 -56
  889. package/dist/security/entities/user.role.entity.js.map +0 -1
  890. package/dist/security/es6.classes.d.ts +0 -7
  891. package/dist/security/es6.classes.js +0 -11
  892. package/dist/security/es6.classes.js.map +0 -1
  893. package/dist/security/index.d.ts +0 -2
  894. package/dist/security/index.js +0 -19
  895. package/dist/security/index.js.map +0 -1
  896. package/dist/security/security.module.d.ts +0 -2
  897. package/dist/security/security.module.js +0 -21
  898. package/dist/security/security.module.js.map +0 -1
  899. package/dist/system/commands/db.scanner.command.d.ts +0 -30
  900. package/dist/system/commands/db.scanner.command.js +0 -285
  901. package/dist/system/commands/db.scanner.command.js.map +0 -1
  902. package/dist/system/commands/dynamo.scanner.command.d.ts +0 -8
  903. package/dist/system/commands/dynamo.scanner.command.js +0 -42
  904. package/dist/system/commands/dynamo.scanner.command.js.map +0 -1
  905. package/dist/system/commands/event.queue.command.d.ts +0 -17
  906. package/dist/system/commands/event.queue.command.js +0 -83
  907. package/dist/system/commands/event.queue.command.js.map +0 -1
  908. package/dist/system/commands/index.d.ts +0 -8
  909. package/dist/system/commands/index.js +0 -25
  910. package/dist/system/commands/index.js.map +0 -1
  911. package/dist/system/commands/jobs.scanner.command.d.ts +0 -8
  912. package/dist/system/commands/jobs.scanner.command.js +0 -46
  913. package/dist/system/commands/jobs.scanner.command.js.map +0 -1
  914. package/dist/system/commands/model.scanner.command.d.ts +0 -10
  915. package/dist/system/commands/model.scanner.command.js +0 -58
  916. package/dist/system/commands/model.scanner.command.js.map +0 -1
  917. package/dist/system/commands/report.scanner.command.d.ts +0 -8
  918. package/dist/system/commands/report.scanner.command.js +0 -49
  919. package/dist/system/commands/report.scanner.command.js.map +0 -1
  920. package/dist/system/commands/service.scanner.command.d.ts +0 -9
  921. package/dist/system/commands/service.scanner.command.js +0 -47
  922. package/dist/system/commands/service.scanner.command.js.map +0 -1
  923. package/dist/system/commands/sync.all.command.d.ts +0 -18
  924. package/dist/system/commands/sync.all.command.js +0 -76
  925. package/dist/system/commands/sync.all.command.js.map +0 -1
  926. package/dist/system/controllers/base.controller.d.ts +0 -50
  927. package/dist/system/controllers/base.controller.js +0 -187
  928. package/dist/system/controllers/base.controller.js.map +0 -1
  929. package/dist/system/controllers/data.controller.d.ts +0 -9
  930. package/dist/system/controllers/data.controller.js +0 -60
  931. package/dist/system/controllers/data.controller.js.map +0 -1
  932. package/dist/system/controllers/form.controller.d.ts +0 -15
  933. package/dist/system/controllers/form.controller.js +0 -51
  934. package/dist/system/controllers/form.controller.js.map +0 -1
  935. package/dist/system/controllers/index.d.ts +0 -8
  936. package/dist/system/controllers/index.js +0 -25
  937. package/dist/system/controllers/index.js.map +0 -1
  938. package/dist/system/controllers/menu.controller.d.ts +0 -10
  939. package/dist/system/controllers/menu.controller.js +0 -47
  940. package/dist/system/controllers/menu.controller.js.map +0 -1
  941. package/dist/system/controllers/preference.controller.d.ts +0 -18
  942. package/dist/system/controllers/preference.controller.js +0 -149
  943. package/dist/system/controllers/preference.controller.js.map +0 -1
  944. package/dist/system/controllers/report.controller.d.ts +0 -22
  945. package/dist/system/controllers/report.controller.js +0 -117
  946. package/dist/system/controllers/report.controller.js.map +0 -1
  947. package/dist/system/controllers/upload.controller.d.ts +0 -8
  948. package/dist/system/controllers/upload.controller.js +0 -60
  949. package/dist/system/controllers/upload.controller.js.map +0 -1
  950. package/dist/system/controllers/user.preference.controller.d.ts +0 -9
  951. package/dist/system/controllers/user.preference.controller.js +0 -56
  952. package/dist/system/controllers/user.preference.controller.js.map +0 -1
  953. package/dist/system/dtos/add.comment.dto.d.ts +0 -6
  954. package/dist/system/dtos/add.comment.dto.js +0 -41
  955. package/dist/system/dtos/add.comment.dto.js.map +0 -1
  956. package/dist/system/dtos/comment.attributes.dto.d.ts +0 -3
  957. package/dist/system/dtos/comment.attributes.dto.js +0 -8
  958. package/dist/system/dtos/comment.attributes.dto.js.map +0 -1
  959. package/dist/system/dtos/document.attributes.dto.d.ts +0 -7
  960. package/dist/system/dtos/document.attributes.dto.js +0 -40
  961. package/dist/system/dtos/document.attributes.dto.js.map +0 -1
  962. package/dist/system/dtos/file.upload.dto.d.ts +0 -8
  963. package/dist/system/dtos/file.upload.dto.js +0 -48
  964. package/dist/system/dtos/file.upload.dto.js.map +0 -1
  965. package/dist/system/dtos/file.upload.spec.dto.d.ts +0 -10
  966. package/dist/system/dtos/file.upload.spec.dto.js +0 -7
  967. package/dist/system/dtos/file.upload.spec.dto.js.map +0 -1
  968. package/dist/system/dtos/index.d.ts +0 -18
  969. package/dist/system/dtos/index.js +0 -35
  970. package/dist/system/dtos/index.js.map +0 -1
  971. package/dist/system/dtos/job.record.param.dto.d.ts +0 -4
  972. package/dist/system/dtos/job.record.param.dto.js +0 -29
  973. package/dist/system/dtos/job.record.param.dto.js.map +0 -1
  974. package/dist/system/dtos/local.file.s3.upload.dto.d.ts +0 -6
  975. package/dist/system/dtos/local.file.s3.upload.dto.js +0 -33
  976. package/dist/system/dtos/local.file.s3.upload.dto.js.map +0 -1
  977. package/dist/system/dtos/mail.validation.dto.d.ts +0 -5
  978. package/dist/system/dtos/mail.validation.dto.js +0 -7
  979. package/dist/system/dtos/mail.validation.dto.js.map +0 -1
  980. package/dist/system/dtos/menu.list.preference.creation.dto.d.ts +0 -7
  981. package/dist/system/dtos/menu.list.preference.creation.dto.js +0 -39
  982. package/dist/system/dtos/menu.list.preference.creation.dto.js.map +0 -1
  983. package/dist/system/dtos/mobile.validation.dto.d.ts +0 -5
  984. package/dist/system/dtos/mobile.validation.dto.js +0 -7
  985. package/dist/system/dtos/mobile.validation.dto.js.map +0 -1
  986. package/dist/system/dtos/model.allowed.column.dto.d.ts +0 -5
  987. package/dist/system/dtos/model.allowed.column.dto.js +0 -7
  988. package/dist/system/dtos/model.allowed.column.dto.js.map +0 -1
  989. package/dist/system/dtos/model.form.preference.creation.dto.d.ts +0 -4
  990. package/dist/system/dtos/model.form.preference.creation.dto.js +0 -27
  991. package/dist/system/dtos/model.form.preference.creation.dto.js.map +0 -1
  992. package/dist/system/dtos/otp.generation.dto.d.ts +0 -5
  993. package/dist/system/dtos/otp.generation.dto.js +0 -25
  994. package/dist/system/dtos/otp.generation.dto.js.map +0 -1
  995. package/dist/system/dtos/s3.object.info.dto.d.ts +0 -4
  996. package/dist/system/dtos/s3.object.info.dto.js +0 -7
  997. package/dist/system/dtos/s3.object.info.dto.js.map +0 -1
  998. package/dist/system/dtos/s3.upload.options.dto.d.ts +0 -6
  999. package/dist/system/dtos/s3.upload.options.dto.js +0 -7
  1000. package/dist/system/dtos/s3.upload.options.dto.js.map +0 -1
  1001. package/dist/system/dtos/sms.message.attributes.dto.d.ts +0 -4
  1002. package/dist/system/dtos/sms.message.attributes.dto.js +0 -8
  1003. package/dist/system/dtos/sms.message.attributes.dto.js.map +0 -1
  1004. package/dist/system/dtos/user.preference.creation.dto.d.ts +0 -4
  1005. package/dist/system/dtos/user.preference.creation.dto.js +0 -25
  1006. package/dist/system/dtos/user.preference.creation.dto.js.map +0 -1
  1007. package/dist/system/dtos/validation.options.dto.d.ts +0 -4
  1008. package/dist/system/dtos/validation.options.dto.js +0 -7
  1009. package/dist/system/dtos/validation.options.dto.js.map +0 -1
  1010. package/dist/system/entities/business.rule.entity.d.ts +0 -27
  1011. package/dist/system/entities/business.rule.entity.js +0 -115
  1012. package/dist/system/entities/business.rule.entity.js.map +0 -1
  1013. package/dist/system/entities/business.rule.role.entity.d.ts +0 -10
  1014. package/dist/system/entities/business.rule.role.entity.js +0 -45
  1015. package/dist/system/entities/business.rule.role.entity.js.map +0 -1
  1016. package/dist/system/entities/chart.entity.d.ts +0 -21
  1017. package/dist/system/entities/chart.entity.js +0 -87
  1018. package/dist/system/entities/chart.entity.js.map +0 -1
  1019. package/dist/system/entities/client.script.entity.d.ts +0 -15
  1020. package/dist/system/entities/client.script.entity.js +0 -65
  1021. package/dist/system/entities/client.script.entity.js.map +0 -1
  1022. package/dist/system/entities/column.definition.entity.d.ts +0 -7
  1023. package/dist/system/entities/column.definition.entity.js +0 -41
  1024. package/dist/system/entities/column.definition.entity.js.map +0 -1
  1025. package/dist/system/entities/column.entity.d.ts +0 -21
  1026. package/dist/system/entities/column.entity.js +0 -95
  1027. package/dist/system/entities/column.entity.js.map +0 -1
  1028. package/dist/system/entities/comment.entity.d.ts +0 -11
  1029. package/dist/system/entities/comment.entity.js +0 -56
  1030. package/dist/system/entities/comment.entity.js.map +0 -1
  1031. package/dist/system/entities/document.entity.d.ts +0 -11
  1032. package/dist/system/entities/document.entity.js +0 -48
  1033. package/dist/system/entities/document.entity.js.map +0 -1
  1034. package/dist/system/entities/dynamo.table.entity.d.ts +0 -10
  1035. package/dist/system/entities/dynamo.table.entity.js +0 -47
  1036. package/dist/system/entities/dynamo.table.entity.js.map +0 -1
  1037. package/dist/system/entities/email.template.entity.d.ts +0 -9
  1038. package/dist/system/entities/email.template.entity.js +0 -45
  1039. package/dist/system/entities/email.template.entity.js.map +0 -1
  1040. package/dist/system/entities/event.detail.entity.d.ts +0 -7
  1041. package/dist/system/entities/event.detail.entity.js +0 -37
  1042. package/dist/system/entities/event.detail.entity.js.map +0 -1
  1043. package/dist/system/entities/event.queue.entity.d.ts +0 -14
  1044. package/dist/system/entities/event.queue.entity.js +0 -63
  1045. package/dist/system/entities/event.queue.entity.js.map +0 -1
  1046. package/dist/system/entities/form.column.entity.d.ts +0 -10
  1047. package/dist/system/entities/form.column.entity.js +0 -45
  1048. package/dist/system/entities/form.column.entity.js.map +0 -1
  1049. package/dist/system/entities/form.entity.d.ts +0 -17
  1050. package/dist/system/entities/form.entity.js +0 -75
  1051. package/dist/system/entities/form.entity.js.map +0 -1
  1052. package/dist/system/entities/form.preference.entity.d.ts +0 -8
  1053. package/dist/system/entities/form.preference.entity.js +0 -41
  1054. package/dist/system/entities/form.preference.entity.js.map +0 -1
  1055. package/dist/system/entities/index.d.ts +0 -57
  1056. package/dist/system/entities/index.js +0 -74
  1057. package/dist/system/entities/index.js.map +0 -1
  1058. package/dist/system/entities/list.preference.entity.d.ts +0 -12
  1059. package/dist/system/entities/list.preference.entity.js +0 -58
  1060. package/dist/system/entities/list.preference.entity.js.map +0 -1
  1061. package/dist/system/entities/lookup.type.entity.d.ts +0 -8
  1062. package/dist/system/entities/lookup.type.entity.js +0 -41
  1063. package/dist/system/entities/lookup.type.entity.js.map +0 -1
  1064. package/dist/system/entities/lookup.value.entity.d.ts +0 -10
  1065. package/dist/system/entities/lookup.value.entity.js +0 -51
  1066. package/dist/system/entities/lookup.value.entity.js.map +0 -1
  1067. package/dist/system/entities/mail.log.entity.d.ts +0 -12
  1068. package/dist/system/entities/mail.log.entity.js +0 -57
  1069. package/dist/system/entities/mail.log.entity.js.map +0 -1
  1070. package/dist/system/entities/mail.validation.entity.d.ts +0 -13
  1071. package/dist/system/entities/mail.validation.entity.js +0 -59
  1072. package/dist/system/entities/mail.validation.entity.js.map +0 -1
  1073. package/dist/system/entities/menu.entity.d.ts +0 -28
  1074. package/dist/system/entities/menu.entity.js +0 -97
  1075. package/dist/system/entities/menu.entity.js.map +0 -1
  1076. package/dist/system/entities/menu.role.entity.d.ts +0 -10
  1077. package/dist/system/entities/menu.role.entity.js +0 -48
  1078. package/dist/system/entities/menu.role.entity.js.map +0 -1
  1079. package/dist/system/entities/mobile.validation.entity.d.ts +0 -14
  1080. package/dist/system/entities/mobile.validation.entity.js +0 -63
  1081. package/dist/system/entities/mobile.validation.entity.js.map +0 -1
  1082. package/dist/system/entities/model.column.entity.d.ts +0 -10
  1083. package/dist/system/entities/model.column.entity.js +0 -45
  1084. package/dist/system/entities/model.column.entity.js.map +0 -1
  1085. package/dist/system/entities/model.entity.d.ts +0 -31
  1086. package/dist/system/entities/model.entity.js +0 -120
  1087. package/dist/system/entities/model.entity.js.map +0 -1
  1088. package/dist/system/entities/model.relationship.entity.d.ts +0 -10
  1089. package/dist/system/entities/model.relationship.entity.js +0 -45
  1090. package/dist/system/entities/model.relationship.entity.js.map +0 -1
  1091. package/dist/system/entities/model.role.entity.d.ts +0 -11
  1092. package/dist/system/entities/model.role.entity.js +0 -49
  1093. package/dist/system/entities/model.role.entity.js.map +0 -1
  1094. package/dist/system/entities/module.entity.d.ts +0 -10
  1095. package/dist/system/entities/module.entity.js +0 -49
  1096. package/dist/system/entities/module.entity.js.map +0 -1
  1097. package/dist/system/entities/module.menu.entity.d.ts +0 -11
  1098. package/dist/system/entities/module.menu.entity.js +0 -52
  1099. package/dist/system/entities/module.menu.entity.js.map +0 -1
  1100. package/dist/system/entities/open.property.entity.d.ts +0 -7
  1101. package/dist/system/entities/open.property.entity.js +0 -37
  1102. package/dist/system/entities/open.property.entity.js.map +0 -1
  1103. package/dist/system/entities/page.definition.entity.d.ts +0 -7
  1104. package/dist/system/entities/page.definition.entity.js +0 -40
  1105. package/dist/system/entities/page.definition.entity.js.map +0 -1
  1106. package/dist/system/entities/parent.menu.entity.d.ts +0 -9
  1107. package/dist/system/entities/parent.menu.entity.js +0 -47
  1108. package/dist/system/entities/parent.menu.entity.js.map +0 -1
  1109. package/dist/system/entities/primary.axis.entity.d.ts +0 -9
  1110. package/dist/system/entities/primary.axis.entity.js +0 -43
  1111. package/dist/system/entities/primary.axis.entity.js.map +0 -1
  1112. package/dist/system/entities/property.entity.d.ts +0 -10
  1113. package/dist/system/entities/property.entity.js +0 -53
  1114. package/dist/system/entities/property.entity.js.map +0 -1
  1115. package/dist/system/entities/relationship.entity.d.ts +0 -22
  1116. package/dist/system/entities/relationship.entity.js +0 -98
  1117. package/dist/system/entities/relationship.entity.js.map +0 -1
  1118. package/dist/system/entities/report.column.entity.d.ts +0 -8
  1119. package/dist/system/entities/report.column.entity.js +0 -39
  1120. package/dist/system/entities/report.column.entity.js.map +0 -1
  1121. package/dist/system/entities/report.entity.d.ts +0 -35
  1122. package/dist/system/entities/report.entity.js +0 -117
  1123. package/dist/system/entities/report.entity.js.map +0 -1
  1124. package/dist/system/entities/report.filter.entity.d.ts +0 -19
  1125. package/dist/system/entities/report.filter.entity.js +0 -79
  1126. package/dist/system/entities/report.filter.entity.js.map +0 -1
  1127. package/dist/system/entities/report.param.entity.d.ts +0 -12
  1128. package/dist/system/entities/report.param.entity.js +0 -53
  1129. package/dist/system/entities/report.param.entity.js.map +0 -1
  1130. package/dist/system/entities/report.relationship.entity.d.ts +0 -10
  1131. package/dist/system/entities/report.relationship.entity.js +0 -45
  1132. package/dist/system/entities/report.relationship.entity.js.map +0 -1
  1133. package/dist/system/entities/report.role.entity.d.ts +0 -10
  1134. package/dist/system/entities/report.role.entity.js +0 -45
  1135. package/dist/system/entities/report.role.entity.js.map +0 -1
  1136. package/dist/system/entities/scheduled.event.entity.d.ts +0 -15
  1137. package/dist/system/entities/scheduled.event.entity.js +0 -67
  1138. package/dist/system/entities/scheduled.event.entity.js.map +0 -1
  1139. package/dist/system/entities/secondary.axis.entity.d.ts +0 -10
  1140. package/dist/system/entities/secondary.axis.entity.js +0 -47
  1141. package/dist/system/entities/secondary.axis.entity.js.map +0 -1
  1142. package/dist/system/entities/security.rule.entity.d.ts +0 -15
  1143. package/dist/system/entities/security.rule.entity.js +0 -74
  1144. package/dist/system/entities/security.rule.entity.js.map +0 -1
  1145. package/dist/system/entities/service.entity.d.ts +0 -7
  1146. package/dist/system/entities/service.entity.js +0 -37
  1147. package/dist/system/entities/service.entity.js.map +0 -1
  1148. package/dist/system/entities/sms.message.entity.d.ts +0 -18
  1149. package/dist/system/entities/sms.message.entity.js +0 -74
  1150. package/dist/system/entities/sms.message.entity.js.map +0 -1
  1151. package/dist/system/entities/sms.template.entity.d.ts +0 -13
  1152. package/dist/system/entities/sms.template.entity.js +0 -59
  1153. package/dist/system/entities/sms.template.entity.js.map +0 -1
  1154. package/dist/system/entities/system.script.entity.d.ts +0 -11
  1155. package/dist/system/entities/system.script.entity.js +0 -55
  1156. package/dist/system/entities/system.script.entity.js.map +0 -1
  1157. package/dist/system/entities/ui.action.entity.d.ts +0 -29
  1158. package/dist/system/entities/ui.action.entity.js +0 -116
  1159. package/dist/system/entities/ui.action.entity.js.map +0 -1
  1160. package/dist/system/entities/ui.action.permission.entity.d.ts +0 -10
  1161. package/dist/system/entities/ui.action.permission.entity.js +0 -45
  1162. package/dist/system/entities/ui.action.permission.entity.js.map +0 -1
  1163. package/dist/system/entities/ui.action.role.entity.d.ts +0 -10
  1164. package/dist/system/entities/ui.action.role.entity.js +0 -45
  1165. package/dist/system/entities/ui.action.role.entity.js.map +0 -1
  1166. package/dist/system/entities/user.group.entity.d.ts +0 -15
  1167. package/dist/system/entities/user.group.entity.js +0 -66
  1168. package/dist/system/entities/user.group.entity.js.map +0 -1
  1169. package/dist/system/entities/user.group.member.entity.d.ts +0 -10
  1170. package/dist/system/entities/user.group.member.entity.js +0 -45
  1171. package/dist/system/entities/user.group.member.entity.js.map +0 -1
  1172. package/dist/system/entities/user.group.permission.entity.d.ts +0 -6
  1173. package/dist/system/entities/user.group.permission.entity.js +0 -33
  1174. package/dist/system/entities/user.group.permission.entity.js.map +0 -1
  1175. package/dist/system/entities/user.group.role.entity.d.ts +0 -10
  1176. package/dist/system/entities/user.group.role.entity.js +0 -45
  1177. package/dist/system/entities/user.group.role.entity.js.map +0 -1
  1178. package/dist/system/entities/user.preference.entity.d.ts +0 -7
  1179. package/dist/system/entities/user.preference.entity.js +0 -40
  1180. package/dist/system/entities/user.preference.entity.js.map +0 -1
  1181. package/dist/system/entities/whatsapp.template.entity.d.ts +0 -7
  1182. package/dist/system/entities/whatsapp.template.entity.js +0 -37
  1183. package/dist/system/entities/whatsapp.template.entity.js.map +0 -1
  1184. package/dist/system/es6.classes.d.ts +0 -155
  1185. package/dist/system/es6.classes.js +0 -320
  1186. package/dist/system/es6.classes.js.map +0 -1
  1187. package/dist/system/index.d.ts +0 -10
  1188. package/dist/system/index.js +0 -27
  1189. package/dist/system/index.js.map +0 -1
  1190. package/dist/system/jobs/clean.scheduled.event.job.d.ts +0 -12
  1191. package/dist/system/jobs/clean.scheduled.event.job.js +0 -37
  1192. package/dist/system/jobs/clean.scheduled.event.job.js.map +0 -1
  1193. package/dist/system/jobs/column.mapper.job.d.ts +0 -11
  1194. package/dist/system/jobs/column.mapper.job.js +0 -65
  1195. package/dist/system/jobs/column.mapper.job.js.map +0 -1
  1196. package/dist/system/jobs/comment.job.d.ts +0 -10
  1197. package/dist/system/jobs/comment.job.js +0 -45
  1198. package/dist/system/jobs/comment.job.js.map +0 -1
  1199. package/dist/system/jobs/document.job.d.ts +0 -10
  1200. package/dist/system/jobs/document.job.js +0 -45
  1201. package/dist/system/jobs/document.job.js.map +0 -1
  1202. package/dist/system/jobs/index.d.ts +0 -17
  1203. package/dist/system/jobs/index.js +0 -34
  1204. package/dist/system/jobs/index.js.map +0 -1
  1205. package/dist/system/jobs/mail.validation.job.d.ts +0 -9
  1206. package/dist/system/jobs/mail.validation.job.js +0 -28
  1207. package/dist/system/jobs/mail.validation.job.js.map +0 -1
  1208. package/dist/system/jobs/mobile.validation.job.d.ts +0 -9
  1209. package/dist/system/jobs/mobile.validation.job.js +0 -28
  1210. package/dist/system/jobs/mobile.validation.job.js.map +0 -1
  1211. package/dist/system/jobs/model.scanner.job.d.ts +0 -20
  1212. package/dist/system/jobs/model.scanner.job.js +0 -220
  1213. package/dist/system/jobs/model.scanner.job.js.map +0 -1
  1214. package/dist/system/jobs/property.job.d.ts +0 -10
  1215. package/dist/system/jobs/property.job.js +0 -32
  1216. package/dist/system/jobs/property.job.js.map +0 -1
  1217. package/dist/system/jobs/refresh.property.cache.job.d.ts +0 -10
  1218. package/dist/system/jobs/refresh.property.cache.job.js +0 -44
  1219. package/dist/system/jobs/refresh.property.cache.job.js.map +0 -1
  1220. package/dist/system/jobs/relationship.mapper.job.d.ts +0 -11
  1221. package/dist/system/jobs/relationship.mapper.job.js +0 -60
  1222. package/dist/system/jobs/relationship.mapper.job.js.map +0 -1
  1223. package/dist/system/jobs/report.column.sync.job.d.ts +0 -18
  1224. package/dist/system/jobs/report.column.sync.job.js +0 -133
  1225. package/dist/system/jobs/report.column.sync.job.js.map +0 -1
  1226. package/dist/system/jobs/scheduled.event.job.d.ts +0 -11
  1227. package/dist/system/jobs/scheduled.event.job.js +0 -48
  1228. package/dist/system/jobs/scheduled.event.job.js.map +0 -1
  1229. package/dist/system/jobs/scheduled.events.job.d.ts +0 -10
  1230. package/dist/system/jobs/scheduled.events.job.js +0 -43
  1231. package/dist/system/jobs/scheduled.events.job.js.map +0 -1
  1232. package/dist/system/jobs/sms.message.job.d.ts +0 -12
  1233. package/dist/system/jobs/sms.message.job.js +0 -39
  1234. package/dist/system/jobs/sms.message.job.js.map +0 -1
  1235. package/dist/system/jobs/user.group.member.job.d.ts +0 -14
  1236. package/dist/system/jobs/user.group.member.job.js +0 -101
  1237. package/dist/system/jobs/user.group.member.job.js.map +0 -1
  1238. package/dist/system/jobs/user.group.permission.job.d.ts +0 -10
  1239. package/dist/system/jobs/user.group.permission.job.js +0 -59
  1240. package/dist/system/jobs/user.group.permission.job.js.map +0 -1
  1241. package/dist/system/jobs/user.group.role.job.d.ts +0 -10
  1242. package/dist/system/jobs/user.group.role.job.js +0 -59
  1243. package/dist/system/jobs/user.group.role.job.js.map +0 -1
  1244. package/dist/system/libraries/business.rule.filter.validator.d.ts +0 -10
  1245. package/dist/system/libraries/business.rule.filter.validator.js +0 -37
  1246. package/dist/system/libraries/business.rule.filter.validator.js.map +0 -1
  1247. package/dist/system/libraries/business.rule.query.evaluator.d.ts +0 -10
  1248. package/dist/system/libraries/business.rule.query.evaluator.js +0 -40
  1249. package/dist/system/libraries/business.rule.query.evaluator.js.map +0 -1
  1250. package/dist/system/libraries/column.manager.d.ts +0 -17
  1251. package/dist/system/libraries/column.manager.js +0 -70
  1252. package/dist/system/libraries/column.manager.js.map +0 -1
  1253. package/dist/system/libraries/index.d.ts +0 -6
  1254. package/dist/system/libraries/index.js +0 -23
  1255. package/dist/system/libraries/index.js.map +0 -1
  1256. package/dist/system/libraries/model.sync.d.ts +0 -15
  1257. package/dist/system/libraries/model.sync.js +0 -101
  1258. package/dist/system/libraries/model.sync.js.map +0 -1
  1259. package/dist/system/libraries/security.rule.evaluator.d.ts +0 -6
  1260. package/dist/system/libraries/security.rule.evaluator.js +0 -26
  1261. package/dist/system/libraries/security.rule.evaluator.js.map +0 -1
  1262. package/dist/system/libraries/sync.dynamo.tables.d.ts +0 -12
  1263. package/dist/system/libraries/sync.dynamo.tables.js +0 -64
  1264. package/dist/system/libraries/sync.dynamo.tables.js.map +0 -1
  1265. package/dist/system/modifiers/index.d.ts +0 -2
  1266. package/dist/system/modifiers/index.js +0 -19
  1267. package/dist/system/modifiers/index.js.map +0 -1
  1268. package/dist/system/modifiers/menu.list.modifier.d.ts +0 -9
  1269. package/dist/system/modifiers/menu.list.modifier.js +0 -45
  1270. package/dist/system/modifiers/menu.list.modifier.js.map +0 -1
  1271. package/dist/system/modifiers/module.list.modifier.d.ts +0 -8
  1272. package/dist/system/modifiers/module.list.modifier.js +0 -37
  1273. package/dist/system/modifiers/module.list.modifier.js.map +0 -1
  1274. package/dist/system/services/aws.s3.service.d.ts +0 -19
  1275. package/dist/system/services/aws.s3.service.js +0 -131
  1276. package/dist/system/services/aws.s3.service.js.map +0 -1
  1277. package/dist/system/services/business.rule.service.d.ts +0 -11
  1278. package/dist/system/services/business.rule.service.js +0 -62
  1279. package/dist/system/services/business.rule.service.js.map +0 -1
  1280. package/dist/system/services/client.script.service.d.ts +0 -3
  1281. package/dist/system/services/client.script.service.js +0 -39
  1282. package/dist/system/services/client.script.service.js.map +0 -1
  1283. package/dist/system/services/column.service.d.ts +0 -4
  1284. package/dist/system/services/column.service.js +0 -33
  1285. package/dist/system/services/column.service.js.map +0 -1
  1286. package/dist/system/services/comment.service.d.ts +0 -12
  1287. package/dist/system/services/comment.service.js +0 -35
  1288. package/dist/system/services/comment.service.js.map +0 -1
  1289. package/dist/system/services/common.service.d.ts +0 -12
  1290. package/dist/system/services/common.service.js +0 -62
  1291. package/dist/system/services/common.service.js.map +0 -1
  1292. package/dist/system/services/document.service.d.ts +0 -13
  1293. package/dist/system/services/document.service.js +0 -55
  1294. package/dist/system/services/document.service.js.map +0 -1
  1295. package/dist/system/services/es6.jobs.service.d.ts +0 -40
  1296. package/dist/system/services/es6.jobs.service.js +0 -101
  1297. package/dist/system/services/es6.jobs.service.js.map +0 -1
  1298. package/dist/system/services/es6.service.d.ts +0 -50
  1299. package/dist/system/services/es6.service.js +0 -123
  1300. package/dist/system/services/es6.service.js.map +0 -1
  1301. package/dist/system/services/event.detail.service.d.ts +0 -4
  1302. package/dist/system/services/event.detail.service.js +0 -32
  1303. package/dist/system/services/event.detail.service.js.map +0 -1
  1304. package/dist/system/services/event.queue.service.d.ts +0 -5
  1305. package/dist/system/services/event.queue.service.js +0 -47
  1306. package/dist/system/services/event.queue.service.js.map +0 -1
  1307. package/dist/system/services/form.service.d.ts +0 -7
  1308. package/dist/system/services/form.service.js +0 -35
  1309. package/dist/system/services/form.service.js.map +0 -1
  1310. package/dist/system/services/index.d.ts +0 -23
  1311. package/dist/system/services/index.js +0 -40
  1312. package/dist/system/services/index.js.map +0 -1
  1313. package/dist/system/services/list.service.d.ts +0 -37
  1314. package/dist/system/services/list.service.js +0 -73
  1315. package/dist/system/services/list.service.js.map +0 -1
  1316. package/dist/system/services/mail.validation.service.d.ts +0 -14
  1317. package/dist/system/services/mail.validation.service.js +0 -84
  1318. package/dist/system/services/mail.validation.service.js.map +0 -1
  1319. package/dist/system/services/menu.service.d.ts +0 -19
  1320. package/dist/system/services/menu.service.js +0 -113
  1321. package/dist/system/services/menu.service.js.map +0 -1
  1322. package/dist/system/services/mobile.validation.service.d.ts +0 -14
  1323. package/dist/system/services/mobile.validation.service.js +0 -88
  1324. package/dist/system/services/mobile.validation.service.js.map +0 -1
  1325. package/dist/system/services/model.service.d.ts +0 -21
  1326. package/dist/system/services/model.service.js +0 -119
  1327. package/dist/system/services/model.service.js.map +0 -1
  1328. package/dist/system/services/preference.service.d.ts +0 -10
  1329. package/dist/system/services/preference.service.js +0 -64
  1330. package/dist/system/services/preference.service.js.map +0 -1
  1331. package/dist/system/services/property.service.d.ts +0 -9
  1332. package/dist/system/services/property.service.js +0 -63
  1333. package/dist/system/services/property.service.js.map +0 -1
  1334. package/dist/system/services/report.service.d.ts +0 -12
  1335. package/dist/system/services/report.service.js +0 -58
  1336. package/dist/system/services/report.service.js.map +0 -1
  1337. package/dist/system/services/scheduled.event.service.d.ts +0 -10
  1338. package/dist/system/services/scheduled.event.service.js +0 -104
  1339. package/dist/system/services/scheduled.event.service.js.map +0 -1
  1340. package/dist/system/services/security.rule.service.d.ts +0 -12
  1341. package/dist/system/services/security.rule.service.js +0 -90
  1342. package/dist/system/services/security.rule.service.js.map +0 -1
  1343. package/dist/system/services/ui.action.service.d.ts +0 -9
  1344. package/dist/system/services/ui.action.service.js +0 -56
  1345. package/dist/system/services/ui.action.service.js.map +0 -1
  1346. package/dist/system/services/upload.service.d.ts +0 -14
  1347. package/dist/system/services/upload.service.js +0 -72
  1348. package/dist/system/services/upload.service.js.map +0 -1
  1349. package/dist/system/services/user.preference.service.d.ts +0 -11
  1350. package/dist/system/services/user.preference.service.js +0 -76
  1351. package/dist/system/services/user.preference.service.js.map +0 -1
  1352. package/dist/system/subscribers/column.subscriber.d.ts +0 -12
  1353. package/dist/system/subscribers/column.subscriber.js +0 -39
  1354. package/dist/system/subscribers/column.subscriber.js.map +0 -1
  1355. package/dist/system/subscribers/comment.subscriber.d.ts +0 -12
  1356. package/dist/system/subscribers/comment.subscriber.js +0 -39
  1357. package/dist/system/subscribers/comment.subscriber.js.map +0 -1
  1358. package/dist/system/subscribers/document.subscriber.d.ts +0 -12
  1359. package/dist/system/subscribers/document.subscriber.js +0 -39
  1360. package/dist/system/subscribers/document.subscriber.js.map +0 -1
  1361. package/dist/system/subscribers/index.d.ts +0 -12
  1362. package/dist/system/subscribers/index.js +0 -29
  1363. package/dist/system/subscribers/index.js.map +0 -1
  1364. package/dist/system/subscribers/mail.validation.subscriber.d.ts +0 -12
  1365. package/dist/system/subscribers/mail.validation.subscriber.js +0 -39
  1366. package/dist/system/subscribers/mail.validation.subscriber.js.map +0 -1
  1367. package/dist/system/subscribers/mobile.validation.subscriber.d.ts +0 -12
  1368. package/dist/system/subscribers/mobile.validation.subscriber.js +0 -39
  1369. package/dist/system/subscribers/mobile.validation.subscriber.js.map +0 -1
  1370. package/dist/system/subscribers/property.subscriber.d.ts +0 -14
  1371. package/dist/system/subscribers/property.subscriber.js +0 -48
  1372. package/dist/system/subscribers/property.subscriber.js.map +0 -1
  1373. package/dist/system/subscribers/relationship.subscriber.d.ts +0 -11
  1374. package/dist/system/subscribers/relationship.subscriber.js +0 -37
  1375. package/dist/system/subscribers/relationship.subscriber.js.map +0 -1
  1376. package/dist/system/subscribers/scheduled.event.subscriber.d.ts +0 -14
  1377. package/dist/system/subscribers/scheduled.event.subscriber.js +0 -45
  1378. package/dist/system/subscribers/scheduled.event.subscriber.js.map +0 -1
  1379. package/dist/system/subscribers/sms.message.subscriber.d.ts +0 -12
  1380. package/dist/system/subscribers/sms.message.subscriber.js +0 -39
  1381. package/dist/system/subscribers/sms.message.subscriber.js.map +0 -1
  1382. package/dist/system/subscribers/user.group.member.subscriber.d.ts +0 -12
  1383. package/dist/system/subscribers/user.group.member.subscriber.js +0 -39
  1384. package/dist/system/subscribers/user.group.member.subscriber.js.map +0 -1
  1385. package/dist/system/subscribers/user.group.permission.subscriber.d.ts +0 -12
  1386. package/dist/system/subscribers/user.group.permission.subscriber.js +0 -39
  1387. package/dist/system/subscribers/user.group.permission.subscriber.js.map +0 -1
  1388. package/dist/system/subscribers/user.group.role.subscriber.d.ts +0 -12
  1389. package/dist/system/subscribers/user.group.role.subscriber.js +0 -39
  1390. package/dist/system/subscribers/user.group.role.subscriber.js.map +0 -1
  1391. package/dist/system/system.module.d.ts +0 -2
  1392. package/dist/system/system.module.js +0 -26
  1393. package/dist/system/system.module.js.map +0 -1
  1394. package/dist/worker.d.ts +0 -1
  1395. package/dist/worker.js +0 -16
  1396. package/dist/worker.js.map +0 -1
  1397. package/dist/worker.service.d.ts +0 -9
  1398. package/dist/worker.service.js +0 -36
  1399. package/dist/worker.service.js.map +0 -1
@@ -1,50 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.QueueOptionsDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- const job_payload_dto_1 = require("./job.payload.dto");
16
- class QueueOptionsDto {
17
- }
18
- __decorate([
19
- (0, class_validator_1.IsNumber)(),
20
- (0, class_validator_1.IsOptional)(),
21
- __metadata("design:type", Number)
22
- ], QueueOptionsDto.prototype, "delay", void 0);
23
- __decorate([
24
- (0, class_validator_1.IsBoolean)(),
25
- (0, class_validator_1.IsOptional)(),
26
- __metadata("design:type", Boolean)
27
- ], QueueOptionsDto.prototype, "lifo", void 0);
28
- __decorate([
29
- (0, class_validator_1.IsNumber)(),
30
- (0, class_validator_1.IsOptional)(),
31
- __metadata("design:type", Number)
32
- ], QueueOptionsDto.prototype, "priority", void 0);
33
- __decorate([
34
- (0, class_validator_1.IsNumber)(),
35
- (0, class_validator_1.IsOptional)(),
36
- __metadata("design:type", Number)
37
- ], QueueOptionsDto.prototype, "attempts", void 0);
38
- __decorate([
39
- (0, class_validator_1.IsNumber)(),
40
- (0, class_validator_1.IsOptional)(),
41
- __metadata("design:type", Number)
42
- ], QueueOptionsDto.prototype, "timeout", void 0);
43
- __decorate([
44
- (0, class_validator_1.IsOptional)(),
45
- (0, class_validator_1.ValidateNested)(),
46
- (0, class_transformer_1.Type)(() => job_payload_dto_1.JobPayloadDto),
47
- __metadata("design:type", Array)
48
- ], QueueOptionsDto.prototype, "nextQueuePayload", void 0);
49
- exports.QueueOptionsDto = QueueOptionsDto;
50
- //# sourceMappingURL=queue.options.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"queue.options.dto.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/queue.options.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAkF;AAClF,uDAAkD;AAElD,MAAa,eAAe;CAyB3B;AAxBG;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAa,CAAC;;yDACS;AAxBvC,0CAyBC"}
@@ -1,6 +0,0 @@
1
- export declare class RemoteRawResponseDto {
2
- status: number;
3
- data: any;
4
- success: boolean;
5
- headers: any;
6
- }
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.RemoteRawResponseDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class RemoteRawResponseDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsNumber)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", Number)
20
- ], RemoteRawResponseDto.prototype, "status", void 0);
21
- __decorate([
22
- (0, class_validator_1.IsNotEmpty)(),
23
- __metadata("design:type", Object)
24
- ], RemoteRawResponseDto.prototype, "data", void 0);
25
- __decorate([
26
- (0, class_validator_1.IsBoolean)(),
27
- (0, class_validator_1.IsNotEmpty)(),
28
- __metadata("design:type", Boolean)
29
- ], RemoteRawResponseDto.prototype, "success", void 0);
30
- __decorate([
31
- (0, class_validator_1.IsNotEmpty)(),
32
- __metadata("design:type", Object)
33
- ], RemoteRawResponseDto.prototype, "headers", void 0);
34
- exports.RemoteRawResponseDto = RemoteRawResponseDto;
35
- //# sourceMappingURL=remote.raw.response.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remote.raw.response.dto.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/remote.raw.response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,oBAAoB;CAchC;AAbG;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;;kDACH;AAEV;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;;qDACA;AAbjB,oDAcC"}
@@ -1,7 +0,0 @@
1
- import { SmsTemplateEntity } from '../../system/entities/sms.template.entity';
2
- export declare class SmsPayloadDto {
3
- id?: number;
4
- content: string;
5
- mobile: number;
6
- template: SmsTemplateEntity;
7
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SmsPayloadDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- const sms_template_entity_1 = require("../../system/entities/sms.template.entity");
16
- class SmsPayloadDto {
17
- }
18
- __decorate([
19
- (0, class_validator_1.IsOptional)(),
20
- (0, class_validator_1.IsNumber)(),
21
- __metadata("design:type", Number)
22
- ], SmsPayloadDto.prototype, "id", void 0);
23
- __decorate([
24
- (0, class_validator_1.IsNotEmpty)(),
25
- __metadata("design:type", String)
26
- ], SmsPayloadDto.prototype, "content", void 0);
27
- __decorate([
28
- (0, class_validator_1.IsNotEmpty)(),
29
- (0, class_validator_1.IsNumber)(),
30
- __metadata("design:type", Number)
31
- ], SmsPayloadDto.prototype, "mobile", void 0);
32
- __decorate([
33
- (0, class_validator_1.IsNotEmpty)(),
34
- (0, class_transformer_1.Expose)(),
35
- __metadata("design:type", sms_template_entity_1.SmsTemplateEntity)
36
- ], SmsPayloadDto.prototype, "template", void 0);
37
- exports.SmsPayloadDto = SmsPayloadDto;
38
- //# sourceMappingURL=sms.payload.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sms.payload.dto.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/sms.payload.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAmE;AACnE,mFAA8E;AAE9E,MAAa,aAAa;CAezB;AAdG;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yCACC;AAEZ;IAAC,IAAA,4BAAU,GAAE;;8CACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACI;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACC,uCAAiB;+CAAC;AAdhC,sCAeC"}
@@ -1,4 +0,0 @@
1
- export declare class SourceColumnDto {
2
- source_type: string;
3
- source_id: number;
4
- }
@@ -1,29 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SourceColumnDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- class SourceColumnDto {
16
- }
17
- __decorate([
18
- (0, class_validator_1.IsNotEmpty)(),
19
- (0, class_transformer_1.Expose)(),
20
- __metadata("design:type", String)
21
- ], SourceColumnDto.prototype, "source_type", void 0);
22
- __decorate([
23
- (0, class_validator_1.IsNotEmpty)(),
24
- (0, class_transformer_1.Expose)(),
25
- (0, class_validator_1.IsPositive)(),
26
- __metadata("design:type", Number)
27
- ], SourceColumnDto.prototype, "source_id", void 0);
28
- exports.SourceColumnDto = SourceColumnDto;
29
- //# sourceMappingURL=source.column.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source.column.dto.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/source.column.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAyD;AAEzD,MAAa,eAAe;CAS3B;AARG;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;oDACW;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;kDACK;AARtB,0CASC"}
@@ -1,5 +0,0 @@
1
- export declare class StringSearchDto {
2
- str?: string;
3
- limit?: number;
4
- ids?: number[];
5
- }
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.StringSearchDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- class StringSearchDto {
16
- }
17
- __decorate([
18
- (0, class_transformer_1.Expose)(),
19
- (0, class_validator_1.IsOptional)(),
20
- __metadata("design:type", String)
21
- ], StringSearchDto.prototype, "str", void 0);
22
- __decorate([
23
- (0, class_transformer_1.Expose)(),
24
- (0, class_validator_1.IsOptional)(),
25
- __metadata("design:type", Number)
26
- ], StringSearchDto.prototype, "limit", void 0);
27
- __decorate([
28
- (0, class_transformer_1.Expose)(),
29
- (0, class_validator_1.IsOptional)(),
30
- (0, class_validator_1.IsArray)(),
31
- __metadata("design:type", Array)
32
- ], StringSearchDto.prototype, "ids", void 0);
33
- exports.StringSearchDto = StringSearchDto;
34
- //# sourceMappingURL=string.search.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"string.search.dto.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/string.search.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAsD;AAEtD,MAAa,eAAe;CAa3B;AAZG;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;4CACA;AAEb;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;4CACK;AAZnB,0CAaC"}
@@ -1,15 +0,0 @@
1
- import { CommonEntity } from '../../common/libraries/common.entity';
2
- import { FailedBullJobAttributesDto } from '../dtos/failed.bull.job.attributes.dto';
3
- export declare class FailedBullJobEntity extends CommonEntity {
4
- protected enableRecordWatcher: boolean;
5
- job_id: number;
6
- identifier: string;
7
- name: string;
8
- payload: any;
9
- options: any;
10
- attempts: number;
11
- failed_reason: string;
12
- stack_trace: any;
13
- initiated_at: Date;
14
- attributes: FailedBullJobAttributesDto;
15
- }
@@ -1,66 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.FailedBullJobEntity = void 0;
13
- const typeorm_1 = require("typeorm");
14
- const common_entity_1 = require("../../common/libraries/common.entity");
15
- const failed_bull_job_attributes_dto_1 = require("../dtos/failed.bull.job.attributes.dto");
16
- let FailedBullJobEntity = class FailedBullJobEntity extends common_entity_1.CommonEntity {
17
- constructor() {
18
- super(...arguments);
19
- this.enableRecordWatcher = false;
20
- }
21
- };
22
- __decorate([
23
- (0, typeorm_1.Column)(),
24
- __metadata("design:type", Number)
25
- ], FailedBullJobEntity.prototype, "job_id", void 0);
26
- __decorate([
27
- (0, typeorm_1.Column)(),
28
- __metadata("design:type", String)
29
- ], FailedBullJobEntity.prototype, "identifier", void 0);
30
- __decorate([
31
- (0, typeorm_1.Column)(),
32
- __metadata("design:type", String)
33
- ], FailedBullJobEntity.prototype, "name", void 0);
34
- __decorate([
35
- (0, typeorm_1.Column)('json'),
36
- __metadata("design:type", Object)
37
- ], FailedBullJobEntity.prototype, "payload", void 0);
38
- __decorate([
39
- (0, typeorm_1.Column)('json'),
40
- __metadata("design:type", Object)
41
- ], FailedBullJobEntity.prototype, "options", void 0);
42
- __decorate([
43
- (0, typeorm_1.Column)(),
44
- __metadata("design:type", Number)
45
- ], FailedBullJobEntity.prototype, "attempts", void 0);
46
- __decorate([
47
- (0, typeorm_1.Column)(),
48
- __metadata("design:type", String)
49
- ], FailedBullJobEntity.prototype, "failed_reason", void 0);
50
- __decorate([
51
- (0, typeorm_1.Column)('json'),
52
- __metadata("design:type", Object)
53
- ], FailedBullJobEntity.prototype, "stack_trace", void 0);
54
- __decorate([
55
- (0, typeorm_1.Column)(),
56
- __metadata("design:type", Date)
57
- ], FailedBullJobEntity.prototype, "initiated_at", void 0);
58
- __decorate([
59
- (0, typeorm_1.Column)('json'),
60
- __metadata("design:type", failed_bull_job_attributes_dto_1.FailedBullJobAttributesDto)
61
- ], FailedBullJobEntity.prototype, "attributes", void 0);
62
- FailedBullJobEntity = __decorate([
63
- (0, typeorm_1.Entity)('sys_failed_bull_jobs')
64
- ], FailedBullJobEntity);
65
- exports.FailedBullJobEntity = FailedBullJobEntity;
66
- //# sourceMappingURL=failed.bull.job.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"failed.bull.job.entity.js","sourceRoot":"","sources":["../../../src/platformUtility/entities/failed.bull.job.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AACpE,2FAAoF;AAS7E,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,4BAAY;IAA9C;;QAOO,wBAAmB,GAAY,KAAK,CAAC;IAiCnD,CAAC;CAAA,CAAA;AA/BG;IAAC,IAAA,gBAAM,GAAE;;mDACM;AAEf;IAAC,IAAA,gBAAM,GAAE;;uDACU;AAEnB;IAAC,IAAA,gBAAM,GAAE;;iDACI;AAEb;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDACF;AAEb;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDACF;AAEb;IAAC,IAAA,gBAAM,GAAE;;qDACQ;AAEjB;IAAC,IAAA,gBAAM,GAAE;;0DACa;AAEtB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDACE;AAEjB;IAAC,IAAA,gBAAM,GAAE;8BACK,IAAI;yDAAC;AAEnB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,2DAA0B;uDAAC;AArC9B,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,mBAAmB,CAwC/B;AAxCY,kDAAmB"}
@@ -1,2 +0,0 @@
1
- export * from './failed.bull.job.entity';
2
- export * from './pending.bull.job.entity';
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./failed.bull.job.entity"), exports);
18
- __exportStar(require("./pending.bull.job.entity"), exports);
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platformUtility/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,4DAA0C"}
@@ -1,12 +0,0 @@
1
- import { CommonEntity } from '../../common/libraries/common.entity';
2
- import { PendingBullJobAttributesDto } from '../dtos/pending.bull.job.attributes.dto';
3
- export declare class PendingBullJobEntity extends CommonEntity {
4
- protected enableRecordWatcher: boolean;
5
- job_id: number;
6
- identifier: string;
7
- name: string;
8
- payload: any;
9
- initiated_at: Date;
10
- options: any;
11
- attributes: PendingBullJobAttributesDto;
12
- }
@@ -1,54 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PendingBullJobEntity = void 0;
13
- const typeorm_1 = require("typeorm");
14
- const common_entity_1 = require("../../common/libraries/common.entity");
15
- const pending_bull_job_attributes_dto_1 = require("../dtos/pending.bull.job.attributes.dto");
16
- let PendingBullJobEntity = class PendingBullJobEntity extends common_entity_1.CommonEntity {
17
- constructor() {
18
- super(...arguments);
19
- this.enableRecordWatcher = false;
20
- }
21
- };
22
- __decorate([
23
- (0, typeorm_1.Column)(),
24
- __metadata("design:type", Number)
25
- ], PendingBullJobEntity.prototype, "job_id", void 0);
26
- __decorate([
27
- (0, typeorm_1.Column)(),
28
- __metadata("design:type", String)
29
- ], PendingBullJobEntity.prototype, "identifier", void 0);
30
- __decorate([
31
- (0, typeorm_1.Column)(),
32
- __metadata("design:type", String)
33
- ], PendingBullJobEntity.prototype, "name", void 0);
34
- __decorate([
35
- (0, typeorm_1.Column)('json'),
36
- __metadata("design:type", Object)
37
- ], PendingBullJobEntity.prototype, "payload", void 0);
38
- __decorate([
39
- (0, typeorm_1.Column)(),
40
- __metadata("design:type", Date)
41
- ], PendingBullJobEntity.prototype, "initiated_at", void 0);
42
- __decorate([
43
- (0, typeorm_1.Column)('json'),
44
- __metadata("design:type", Object)
45
- ], PendingBullJobEntity.prototype, "options", void 0);
46
- __decorate([
47
- (0, typeorm_1.Column)('json'),
48
- __metadata("design:type", pending_bull_job_attributes_dto_1.PendingBullJobAttributesDto)
49
- ], PendingBullJobEntity.prototype, "attributes", void 0);
50
- PendingBullJobEntity = __decorate([
51
- (0, typeorm_1.Entity)('sys_pending_bull_jobs')
52
- ], PendingBullJobEntity);
53
- exports.PendingBullJobEntity = PendingBullJobEntity;
54
- //# sourceMappingURL=pending.bull.job.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pending.bull.job.entity.js","sourceRoot":"","sources":["../../../src/platformUtility/entities/pending.bull.job.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AACpE,6FAAsF;AAS/E,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;IAA/C;;QAOO,wBAAmB,GAAY,KAAK,CAAC;IAwBnD,CAAC;CAAA,CAAA;AAtBG;IAAC,IAAA,gBAAM,GAAE;;oDACM;AAEf;IAAC,IAAA,gBAAM,GAAE;;wDACU;AAEnB;IAAC,IAAA,gBAAM,GAAE;;kDACI;AAEb;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACF;AAEb;IAAC,IAAA,gBAAM,GAAE;8BACK,IAAI;0DAAC;AAEnB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACF;AAEb;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,6DAA2B;wDAAC;AA5B/B,oBAAoB;IADhC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,oBAAoB,CA+BhC;AA/BY,oDAAoB"}
@@ -1,67 +0,0 @@
1
- import { EntityGeneratorCommand } from './commands/entity.generator.command';
2
- import { MaintenanceCommand } from './commands/maintenance.command';
3
- import { SqsWorkerCommand } from './commands/sqs.worker.command';
4
- import { SyncClassCommand } from './commands/sync.class.command';
5
- import { EventConsumer } from './consumers/event.consumer';
6
- import { JobConsumer } from './consumers/job.consumer';
7
- import { BullJobController } from './controllers/bull.job.controller';
8
- import { QueueController } from './controllers/queue.controller';
9
- import { CommonAttributesDto } from './dtos/common.attributes.dto';
10
- import { FcmResponseDto } from './dtos/fcm.response.dto';
11
- import { JobPayloadDto } from './dtos/job.payload.dto';
12
- import { MailOptionsDto } from './dtos/mail.options.dto';
13
- import { PushNotificationResponseDto } from './dtos/push.notification.response.dto';
14
- import { PushNotificationTemplateDto } from './dtos/push.notification.template.dto';
15
- import { QueueOptionsDto } from './dtos/queue.options.dto';
16
- import { RemoteRawResponseDto } from './dtos/remote.raw.response.dto';
17
- import { SmsPayloadDto } from './dtos/sms.payload.dto';
18
- import { SourceColumnDto } from './dtos/source.column.dto';
19
- import { StringSearchDto } from './dtos/string.search.dto';
20
- import { FailedBullJobEntity } from './entities/failed.bull.job.entity';
21
- import { PendingBullJobEntity } from './entities/pending.bull.job.entity';
22
- import { LoadFailedBullJob } from './jobs/load.failed.bull.job';
23
- import { RecordWatcherJob } from './jobs/record.watcher.job';
24
- import { ReloadPendingBullJob } from './jobs/reload.pending.bull.job';
25
- import { TestJob } from './jobs/test.job';
26
- import { CommonSqsPolling } from './libraries/common.sqs.polling';
27
- import { CreateEntityConstantsFile } from './libraries/create.entity.constants.file';
28
- import { CreateEs6ClassesFile } from './libraries/create.es6.classes.file';
29
- import { CreateEs6JobsFile } from './libraries/create.es6.jobs.file';
30
- import { CreateEs6ServiceFile } from './libraries/create.es6.service.file';
31
- import { CreateIndexFile } from './libraries/create.index.file';
32
- import { FileSystemUtility } from './libraries/file.system.utility';
33
- import { ProcessAuditLogData } from './libraries/process.audit.log.data';
34
- import { ProcessCommonMail } from './libraries/process.common.mail';
35
- import { ProcessKaleyraSms } from './libraries/process.kaleyra.sms';
36
- import { ProcessSmtpMail } from './libraries/process.smtp.mail';
37
- import { MaintenanceMiddleware } from './middlewares/maintenance.middleware';
38
- import { TrimPipe } from './middlewares/trim.pipe';
39
- import { AuditService } from './services/audit.service';
40
- import { CacheService } from './services/cache.service';
41
- import { DynamoService } from './services/dynamo.service';
42
- import { Es6JobsService } from './services/es6.jobs.service';
43
- import { FcmNotificationService } from './services/fcm.notification.service';
44
- import { LocalPropertyService } from './services/local.property.service';
45
- import { MailService } from './services/mail.service';
46
- import { MaintenanceService } from './services/maintenance.service';
47
- import { QueueService } from './services/queue.service';
48
- import { RemoteRequestService } from './services/remote.request.service';
49
- import { ShutdownService } from './services/shutdown.service';
50
- import { SmsService } from './services/sms.service';
51
- import { SqlService } from './services/sql.service';
52
- import { SqsService } from './services/sqs.service';
53
- import { StartupService } from './services/startup.service';
54
- import { BaseSubscriber } from './subscribers/base.subscriber';
55
- declare const es6Classes: {
56
- commands: (typeof MaintenanceCommand | typeof SqsWorkerCommand | typeof SyncClassCommand | typeof EntityGeneratorCommand)[];
57
- consumers: (typeof EventConsumer | typeof JobConsumer)[];
58
- controllers: (typeof BullJobController | typeof QueueController)[];
59
- dtos: (typeof JobPayloadDto | typeof QueueOptionsDto | typeof RemoteRawResponseDto | typeof CommonAttributesDto | typeof SmsPayloadDto | typeof SourceColumnDto | typeof FcmResponseDto | typeof PushNotificationResponseDto | typeof PushNotificationTemplateDto | typeof MailOptionsDto | typeof StringSearchDto)[];
60
- entities: (typeof PendingBullJobEntity | typeof FailedBullJobEntity)[];
61
- jobs: (typeof LoadFailedBullJob | typeof RecordWatcherJob | typeof ReloadPendingBullJob | typeof TestJob)[];
62
- libraries: (typeof FileSystemUtility | typeof ProcessAuditLogData | typeof ProcessKaleyraSms | typeof ProcessCommonMail | typeof ProcessSmtpMail | typeof CommonSqsPolling | typeof CreateEntityConstantsFile | typeof CreateEs6ClassesFile | typeof CreateEs6JobsFile | typeof CreateEs6ServiceFile | typeof CreateIndexFile)[];
63
- middlewares: (typeof MaintenanceMiddleware | typeof TrimPipe)[];
64
- services: (typeof CacheService | typeof RemoteRequestService | typeof DynamoService | typeof MaintenanceService | typeof SqlService | typeof AuditService | typeof SmsService | typeof FcmNotificationService | typeof MailService | typeof ShutdownService | typeof SqsService | typeof StartupService | typeof Es6JobsService | typeof LocalPropertyService | typeof QueueService)[];
65
- subscribers: (typeof BaseSubscriber)[];
66
- };
67
- export default es6Classes;
@@ -1,114 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const entity_generator_command_1 = require("./commands/entity.generator.command");
4
- const maintenance_command_1 = require("./commands/maintenance.command");
5
- const sqs_worker_command_1 = require("./commands/sqs.worker.command");
6
- const sync_class_command_1 = require("./commands/sync.class.command");
7
- const event_consumer_1 = require("./consumers/event.consumer");
8
- const job_consumer_1 = require("./consumers/job.consumer");
9
- const bull_job_controller_1 = require("./controllers/bull.job.controller");
10
- const queue_controller_1 = require("./controllers/queue.controller");
11
- const common_attributes_dto_1 = require("./dtos/common.attributes.dto");
12
- const failed_bull_job_attributes_dto_1 = require("./dtos/failed.bull.job.attributes.dto");
13
- const fcm_response_dto_1 = require("./dtos/fcm.response.dto");
14
- const job_payload_dto_1 = require("./dtos/job.payload.dto");
15
- const mail_options_dto_1 = require("./dtos/mail.options.dto");
16
- const pending_bull_job_attributes_dto_1 = require("./dtos/pending.bull.job.attributes.dto");
17
- const push_notification_response_dto_1 = require("./dtos/push.notification.response.dto");
18
- const push_notification_template_dto_1 = require("./dtos/push.notification.template.dto");
19
- const queue_options_dto_1 = require("./dtos/queue.options.dto");
20
- const remote_raw_response_dto_1 = require("./dtos/remote.raw.response.dto");
21
- const sms_payload_dto_1 = require("./dtos/sms.payload.dto");
22
- const source_column_dto_1 = require("./dtos/source.column.dto");
23
- const string_search_dto_1 = require("./dtos/string.search.dto");
24
- const failed_bull_job_entity_1 = require("./entities/failed.bull.job.entity");
25
- const pending_bull_job_entity_1 = require("./entities/pending.bull.job.entity");
26
- const load_failed_bull_job_1 = require("./jobs/load.failed.bull.job");
27
- const record_watcher_job_1 = require("./jobs/record.watcher.job");
28
- const reload_pending_bull_job_1 = require("./jobs/reload.pending.bull.job");
29
- const test_job_1 = require("./jobs/test.job");
30
- const common_sqs_polling_1 = require("./libraries/common.sqs.polling");
31
- const create_entity_constants_file_1 = require("./libraries/create.entity.constants.file");
32
- const create_es6_classes_file_1 = require("./libraries/create.es6.classes.file");
33
- const create_es6_jobs_file_1 = require("./libraries/create.es6.jobs.file");
34
- const create_es6_service_file_1 = require("./libraries/create.es6.service.file");
35
- const create_index_file_1 = require("./libraries/create.index.file");
36
- const file_system_utility_1 = require("./libraries/file.system.utility");
37
- const process_audit_log_data_1 = require("./libraries/process.audit.log.data");
38
- const process_common_mail_1 = require("./libraries/process.common.mail");
39
- const process_kaleyra_sms_1 = require("./libraries/process.kaleyra.sms");
40
- const process_smtp_mail_1 = require("./libraries/process.smtp.mail");
41
- const maintenance_middleware_1 = require("./middlewares/maintenance.middleware");
42
- const trim_pipe_1 = require("./middlewares/trim.pipe");
43
- const audit_service_1 = require("./services/audit.service");
44
- const cache_service_1 = require("./services/cache.service");
45
- const dynamo_service_1 = require("./services/dynamo.service");
46
- const es6_jobs_service_1 = require("./services/es6.jobs.service");
47
- const fcm_notification_service_1 = require("./services/fcm.notification.service");
48
- const local_property_service_1 = require("./services/local.property.service");
49
- const mail_service_1 = require("./services/mail.service");
50
- const maintenance_service_1 = require("./services/maintenance.service");
51
- const queue_service_1 = require("./services/queue.service");
52
- const remote_request_service_1 = require("./services/remote.request.service");
53
- const shutdown_service_1 = require("./services/shutdown.service");
54
- const sms_service_1 = require("./services/sms.service");
55
- const sql_service_1 = require("./services/sql.service");
56
- const sqs_service_1 = require("./services/sqs.service");
57
- const startup_service_1 = require("./services/startup.service");
58
- const base_subscriber_1 = require("./subscribers/base.subscriber");
59
- const es6Classes = {
60
- commands: [entity_generator_command_1.EntityGeneratorCommand, maintenance_command_1.MaintenanceCommand, sqs_worker_command_1.SqsWorkerCommand, sync_class_command_1.SyncClassCommand],
61
- consumers: [event_consumer_1.EventConsumer, job_consumer_1.JobConsumer],
62
- controllers: [bull_job_controller_1.BullJobController, queue_controller_1.QueueController],
63
- dtos: [
64
- common_attributes_dto_1.CommonAttributesDto,
65
- failed_bull_job_attributes_dto_1.FailedBullJobAttributesDto,
66
- fcm_response_dto_1.FcmResponseDto,
67
- job_payload_dto_1.JobPayloadDto,
68
- mail_options_dto_1.MailOptionsDto,
69
- pending_bull_job_attributes_dto_1.PendingBullJobAttributesDto,
70
- push_notification_response_dto_1.PushNotificationResponseDto,
71
- push_notification_template_dto_1.PushNotificationTemplateDto,
72
- queue_options_dto_1.QueueOptionsDto,
73
- remote_raw_response_dto_1.RemoteRawResponseDto,
74
- sms_payload_dto_1.SmsPayloadDto,
75
- source_column_dto_1.SourceColumnDto,
76
- string_search_dto_1.StringSearchDto,
77
- ],
78
- entities: [failed_bull_job_entity_1.FailedBullJobEntity, pending_bull_job_entity_1.PendingBullJobEntity],
79
- jobs: [load_failed_bull_job_1.LoadFailedBullJob, record_watcher_job_1.RecordWatcherJob, reload_pending_bull_job_1.ReloadPendingBullJob, test_job_1.TestJob],
80
- libraries: [
81
- common_sqs_polling_1.CommonSqsPolling,
82
- create_entity_constants_file_1.CreateEntityConstantsFile,
83
- create_es6_classes_file_1.CreateEs6ClassesFile,
84
- create_es6_jobs_file_1.CreateEs6JobsFile,
85
- create_es6_service_file_1.CreateEs6ServiceFile,
86
- create_index_file_1.CreateIndexFile,
87
- file_system_utility_1.FileSystemUtility,
88
- process_audit_log_data_1.ProcessAuditLogData,
89
- process_common_mail_1.ProcessCommonMail,
90
- process_kaleyra_sms_1.ProcessKaleyraSms,
91
- process_smtp_mail_1.ProcessSmtpMail,
92
- ],
93
- middlewares: [maintenance_middleware_1.MaintenanceMiddleware, trim_pipe_1.TrimPipe],
94
- services: [
95
- audit_service_1.AuditService,
96
- cache_service_1.CacheService,
97
- dynamo_service_1.DynamoService,
98
- es6_jobs_service_1.Es6JobsService,
99
- fcm_notification_service_1.FcmNotificationService,
100
- local_property_service_1.LocalPropertyService,
101
- mail_service_1.MailService,
102
- maintenance_service_1.MaintenanceService,
103
- queue_service_1.QueueService,
104
- remote_request_service_1.RemoteRequestService,
105
- shutdown_service_1.ShutdownService,
106
- sms_service_1.SmsService,
107
- sql_service_1.SqlService,
108
- sqs_service_1.SqsService,
109
- startup_service_1.StartupService,
110
- ],
111
- subscribers: [base_subscriber_1.BaseSubscriber],
112
- };
113
- exports.default = es6Classes;
114
- //# sourceMappingURL=es6.classes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/platformUtility/es6.classes.ts"],"names":[],"mappings":";;AAAA,kFAA6E;AAC7E,wEAAoE;AACpE,sEAAiE;AACjE,sEAAiE;AACjE,+DAA2D;AAC3D,2DAAuD;AACvD,2EAAsE;AACtE,qEAAiE;AACjE,wEAAmE;AACnE,0FAAmF;AACnF,8DAAyD;AACzD,4DAAuD;AACvD,8DAAyD;AACzD,4FAAqF;AACrF,0FAAoF;AACpF,0FAAoF;AACpF,gEAA2D;AAC3D,4EAAsE;AACtE,4DAAuD;AACvD,gEAA2D;AAC3D,gEAA2D;AAC3D,8EAAwE;AACxE,gFAA0E;AAC1E,sEAAgE;AAChE,kEAA6D;AAC7D,4EAAsE;AACtE,8CAA0C;AAC1C,uEAAkE;AAClE,2FAAqF;AACrF,iFAA2E;AAC3E,2EAAqE;AACrE,iFAA2E;AAC3E,qEAAgE;AAChE,yEAAoE;AACpE,+EAAyE;AACzE,yEAAoE;AACpE,yEAAoE;AACpE,qEAAgE;AAChE,iFAA6E;AAC7E,uDAAmD;AACnD,4DAAwD;AACxD,4DAAwD;AACxD,8DAA0D;AAC1D,kEAA6D;AAC7D,kFAA6E;AAC7E,8EAAyE;AACzE,0DAAsD;AACtD,wEAAoE;AACpE,4DAAwD;AACxD,8EAAyE;AACzE,kEAA8D;AAC9D,wDAAoD;AACpD,wDAAoD;AACpD,wDAAoD;AACpD,gEAA4D;AAC5D,mEAA+D;AAE/D,MAAM,UAAU,GAAG;IACf,QAAQ,EAAE,CAAC,iDAAsB,EAAE,wCAAkB,EAAE,qCAAgB,EAAE,qCAAgB,CAAC;IAC1F,SAAS,EAAE,CAAC,8BAAa,EAAE,0BAAW,CAAC;IACvC,WAAW,EAAE,CAAC,uCAAiB,EAAE,kCAAe,CAAC;IACjD,IAAI,EAAE;QACF,2CAAmB;QACnB,2DAA0B;QAC1B,iCAAc;QACd,+BAAa;QACb,iCAAc;QACd,6DAA2B;QAC3B,4DAA2B;QAC3B,4DAA2B;QAC3B,mCAAe;QACf,8CAAoB;QACpB,+BAAa;QACb,mCAAe;QACf,mCAAe;KAClB;IACD,QAAQ,EAAE,CAAC,4CAAmB,EAAE,8CAAoB,CAAC;IACrD,IAAI,EAAE,CAAC,wCAAiB,EAAE,qCAAgB,EAAE,8CAAoB,EAAE,kBAAO,CAAC;IAC1E,SAAS,EAAE;QACP,qCAAgB;QAChB,wDAAyB;QACzB,8CAAoB;QACpB,wCAAiB;QACjB,8CAAoB;QACpB,mCAAe;QACf,uCAAiB;QACjB,4CAAmB;QACnB,uCAAiB;QACjB,uCAAiB;QACjB,mCAAe;KAClB;IACD,WAAW,EAAE,CAAC,8CAAqB,EAAE,oBAAQ,CAAC;IAC9C,QAAQ,EAAE;QACN,4BAAY;QACZ,4BAAY;QACZ,8BAAa;QACb,iCAAc;QACd,iDAAsB;QACtB,6CAAoB;QACpB,0BAAW;QACX,wCAAkB;QAClB,4BAAY;QACZ,6CAAoB;QACpB,kCAAe;QACf,wBAAU;QACV,wBAAU;QACV,wBAAU;QACV,gCAAc;KACjB;IACD,WAAW,EAAE,CAAC,gCAAc,CAAC;CAChC,CAAC;AAEF,kBAAe,UAAU,CAAC"}
@@ -1,11 +0,0 @@
1
- export * from './commands';
2
- export * from './consumers';
3
- export * from './controllers';
4
- export * from './dtos';
5
- export * from './entities';
6
- export * from './jobs';
7
- export * from './libraries';
8
- export * from './middlewares';
9
- export * from './services';
10
- export * from './subscribers';
11
- export * from './platform.utility.module';