@servicelabsco/nestjs-utility-services 1.1.83 → 1.1.85

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 (212) hide show
  1. package/dist/app.controller.d.ts +7 -4
  2. package/dist/app.controller.js +14 -5
  3. package/dist/app.controller.js.map +1 -1
  4. package/dist/app.module.js +0 -2
  5. package/dist/app.module.js.map +1 -1
  6. package/dist/app.service.d.ts +2 -2
  7. package/dist/app.service.js +1 -3
  8. package/dist/app.service.js.map +1 -1
  9. package/dist/auth/dtos/user.access.dto.d.ts +13 -12
  10. package/dist/auth/dtos/user.access.dto.js.map +1 -1
  11. package/dist/auth/entities/user.entity.js +0 -2
  12. package/dist/auth/entities/user.entity.js.map +1 -1
  13. package/dist/auth/es6.classes.d.ts +2 -1
  14. package/dist/auth/middlewares/jwt.middleware.d.ts +2 -2
  15. package/dist/auth/middlewares/jwt.middleware.js +2 -1
  16. package/dist/auth/middlewares/jwt.middleware.js.map +1 -1
  17. package/dist/auth/services/refresh.token.service.js +1 -2
  18. package/dist/auth/services/refresh.token.service.js.map +1 -1
  19. package/dist/common/es6.classes.js +2 -0
  20. package/dist/common/es6.classes.js.map +1 -1
  21. package/dist/common/libraries/common.mongo.entity.d.ts +21 -0
  22. package/dist/common/libraries/common.mongo.entity.js +121 -0
  23. package/dist/common/libraries/common.mongo.entity.js.map +1 -0
  24. package/dist/common/libraries/index.d.ts +1 -0
  25. package/dist/common/libraries/index.js +1 -0
  26. package/dist/common/libraries/index.js.map +1 -1
  27. package/dist/common/libraries/platform.utility.d.ts +2 -0
  28. package/dist/common/libraries/platform.utility.js +14 -0
  29. package/dist/common/libraries/platform.utility.js.map +1 -1
  30. package/dist/config/cache.config.d.ts +1 -0
  31. package/dist/config/cache.config.js +3 -2
  32. package/dist/config/cache.config.js.map +1 -1
  33. package/dist/config/entity.constants.d.ts +4 -0
  34. package/dist/config/entity.constants.js +4 -0
  35. package/dist/config/entity.constants.js.map +1 -1
  36. package/dist/config/mongo.config.d.ts +3 -0
  37. package/dist/config/mongo.config.js +25 -0
  38. package/dist/config/mongo.config.js.map +1 -0
  39. package/dist/config/source.hash.d.ts +1 -0
  40. package/dist/config/source.hash.js +1 -0
  41. package/dist/config/source.hash.js.map +1 -1
  42. package/dist/migrations/1686046172898-CreateMailValidationTable.d.ts +5 -0
  43. package/dist/migrations/1686046172898-CreateMailValidationTable.js +24 -0
  44. package/dist/migrations/1686046172898-CreateMailValidationTable.js.map +1 -0
  45. package/dist/migrations/1686048669716-CreateMobileValidationTable.d.ts +5 -0
  46. package/dist/migrations/1686048669716-CreateMobileValidationTable.js +26 -0
  47. package/dist/migrations/1686048669716-CreateMobileValidationTable.js.map +1 -0
  48. package/dist/platformUtility/dtos/index.d.ts +1 -0
  49. package/dist/platformUtility/dtos/index.js +1 -0
  50. package/dist/platformUtility/dtos/index.js.map +1 -1
  51. package/dist/platformUtility/dtos/sms.payload.dto.d.ts +7 -0
  52. package/dist/platformUtility/dtos/sms.payload.dto.js +38 -0
  53. package/dist/platformUtility/dtos/sms.payload.dto.js.map +1 -0
  54. package/dist/platformUtility/es6.classes.d.ts +6 -4
  55. package/dist/platformUtility/es6.classes.js +6 -2
  56. package/dist/platformUtility/es6.classes.js.map +1 -1
  57. package/dist/platformUtility/jobs/record.watcher.job.js +1 -1
  58. package/dist/platformUtility/jobs/record.watcher.job.js.map +1 -1
  59. package/dist/platformUtility/libraries/index.d.ts +1 -1
  60. package/dist/platformUtility/libraries/index.js +1 -1
  61. package/dist/platformUtility/libraries/index.js.map +1 -1
  62. package/dist/platformUtility/libraries/process.kaleyra.sms.d.ts +12 -0
  63. package/dist/platformUtility/libraries/process.kaleyra.sms.js +59 -0
  64. package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +1 -0
  65. package/dist/platformUtility/platform.utility.module.js +2 -1
  66. package/dist/platformUtility/platform.utility.module.js.map +1 -1
  67. package/dist/platformUtility/services/audit.service.d.ts +1 -1
  68. package/dist/platformUtility/services/audit.service.js +10 -8
  69. package/dist/platformUtility/services/audit.service.js.map +1 -1
  70. package/dist/platformUtility/services/cache.service.d.ts +2 -2
  71. package/dist/platformUtility/services/cache.service.js +5 -5
  72. package/dist/platformUtility/services/cache.service.js.map +1 -1
  73. package/dist/platformUtility/services/index.d.ts +1 -0
  74. package/dist/platformUtility/services/index.js +1 -0
  75. package/dist/platformUtility/services/index.js.map +1 -1
  76. package/dist/platformUtility/services/mail.service.js +0 -3
  77. package/dist/platformUtility/services/mail.service.js.map +1 -1
  78. package/dist/platformUtility/services/sms.service.d.ts +12 -0
  79. package/dist/platformUtility/services/sms.service.js +43 -0
  80. package/dist/platformUtility/services/sms.service.js.map +1 -0
  81. package/dist/security/entities/permission.entity.js +0 -4
  82. package/dist/security/entities/permission.entity.js.map +1 -1
  83. package/dist/security/entities/role.entity.js +0 -5
  84. package/dist/security/entities/role.entity.js.map +1 -1
  85. package/dist/system/dtos/index.d.ts +7 -0
  86. package/dist/system/dtos/index.js +7 -0
  87. package/dist/system/dtos/index.js.map +1 -1
  88. package/dist/system/dtos/mail.validation.attributes.dto.d.ts +3 -0
  89. package/dist/system/dtos/mail.validation.attributes.dto.js +8 -0
  90. package/dist/system/dtos/mail.validation.attributes.dto.js.map +1 -0
  91. package/dist/system/dtos/mail.validation.dto.d.ts +5 -0
  92. package/dist/system/dtos/mail.validation.dto.js +7 -0
  93. package/dist/system/dtos/mail.validation.dto.js.map +1 -0
  94. package/dist/system/dtos/mobile.validation.attributes.dto.d.ts +3 -0
  95. package/dist/system/dtos/mobile.validation.attributes.dto.js +8 -0
  96. package/dist/system/dtos/mobile.validation.attributes.dto.js.map +1 -0
  97. package/dist/system/dtos/mobile.validation.dto.d.ts +5 -0
  98. package/dist/system/dtos/mobile.validation.dto.js +7 -0
  99. package/dist/system/dtos/mobile.validation.dto.js.map +1 -0
  100. package/dist/system/dtos/otp.generation.dto.d.ts +5 -0
  101. package/dist/system/dtos/otp.generation.dto.js +25 -0
  102. package/dist/system/dtos/otp.generation.dto.js.map +1 -0
  103. package/dist/system/dtos/sms.message.attributes.dto.d.ts +4 -0
  104. package/dist/system/dtos/sms.message.attributes.dto.js +8 -0
  105. package/dist/system/dtos/sms.message.attributes.dto.js.map +1 -0
  106. package/dist/system/dtos/validation.options.dto.d.ts +4 -0
  107. package/dist/system/dtos/validation.options.dto.js +7 -0
  108. package/dist/system/dtos/validation.options.dto.js.map +1 -0
  109. package/dist/system/entities/business.rule.entity.js +0 -13
  110. package/dist/system/entities/business.rule.entity.js.map +1 -1
  111. package/dist/system/entities/column.definition.entity.js +0 -4
  112. package/dist/system/entities/column.definition.entity.js.map +1 -1
  113. package/dist/system/entities/column.entity.js +0 -15
  114. package/dist/system/entities/column.entity.js.map +1 -1
  115. package/dist/system/entities/index.d.ts +2 -0
  116. package/dist/system/entities/index.js +2 -0
  117. package/dist/system/entities/index.js.map +1 -1
  118. package/dist/system/entities/list.preference.entity.js +0 -4
  119. package/dist/system/entities/list.preference.entity.js.map +1 -1
  120. package/dist/system/entities/lookup.type.entity.js +0 -3
  121. package/dist/system/entities/lookup.type.entity.js.map +1 -1
  122. package/dist/system/entities/lookup.value.entity.js +0 -5
  123. package/dist/system/entities/lookup.value.entity.js.map +1 -1
  124. package/dist/system/entities/mail.validation.entity.d.ts +14 -0
  125. package/dist/system/entities/mail.validation.entity.js +60 -0
  126. package/dist/system/entities/mail.validation.entity.js.map +1 -0
  127. package/dist/system/entities/menu.entity.js +0 -4
  128. package/dist/system/entities/menu.entity.js.map +1 -1
  129. package/dist/system/entities/menu.role.entity.js +0 -3
  130. package/dist/system/entities/menu.role.entity.js.map +1 -1
  131. package/dist/system/entities/mobile.validation.entity.d.ts +15 -0
  132. package/dist/system/entities/mobile.validation.entity.js +64 -0
  133. package/dist/system/entities/mobile.validation.entity.js.map +1 -0
  134. package/dist/system/entities/model.entity.js +0 -9
  135. package/dist/system/entities/model.entity.js.map +1 -1
  136. package/dist/system/entities/model.relationship.entity.js +0 -2
  137. package/dist/system/entities/model.relationship.entity.js.map +1 -1
  138. package/dist/system/entities/module.entity.js +0 -4
  139. package/dist/system/entities/module.entity.js.map +1 -1
  140. package/dist/system/entities/module.menu.entity.js +0 -4
  141. package/dist/system/entities/module.menu.entity.js.map +1 -1
  142. package/dist/system/entities/page.definition.entity.js +0 -4
  143. package/dist/system/entities/page.definition.entity.js.map +1 -1
  144. package/dist/system/entities/parent.menu.entity.js +0 -3
  145. package/dist/system/entities/parent.menu.entity.js.map +1 -1
  146. package/dist/system/entities/relationship.entity.js +0 -10
  147. package/dist/system/entities/relationship.entity.js.map +1 -1
  148. package/dist/system/entities/security.rule.entity.js +0 -9
  149. package/dist/system/entities/security.rule.entity.js.map +1 -1
  150. package/dist/system/entities/sms.message.entity.d.ts +2 -1
  151. package/dist/system/entities/sms.message.entity.js +2 -1
  152. package/dist/system/entities/sms.message.entity.js.map +1 -1
  153. package/dist/system/entities/system.script.entity.js +0 -6
  154. package/dist/system/entities/system.script.entity.js.map +1 -1
  155. package/dist/system/entities/user.group.entity.js +0 -4
  156. package/dist/system/entities/user.group.entity.js.map +1 -1
  157. package/dist/system/entities/user.group.member.entity.js +0 -3
  158. package/dist/system/entities/user.group.member.entity.js.map +1 -1
  159. package/dist/system/entities/user.group.role.entity.js +0 -3
  160. package/dist/system/entities/user.group.role.entity.js.map +1 -1
  161. package/dist/system/entities/user.preference.entity.js +0 -4
  162. package/dist/system/entities/user.preference.entity.js.map +1 -1
  163. package/dist/system/es6.classes.d.ts +20 -6
  164. package/dist/system/es6.classes.js +34 -0
  165. package/dist/system/es6.classes.js.map +1 -1
  166. package/dist/system/jobs/index.d.ts +3 -0
  167. package/dist/system/jobs/index.js +3 -0
  168. package/dist/system/jobs/index.js.map +1 -1
  169. package/dist/system/jobs/mail.validation.job.d.ts +9 -0
  170. package/dist/system/jobs/mail.validation.job.js +28 -0
  171. package/dist/system/jobs/mail.validation.job.js.map +1 -0
  172. package/dist/system/jobs/mobile.validation.job.d.ts +9 -0
  173. package/dist/system/jobs/mobile.validation.job.js +28 -0
  174. package/dist/system/jobs/mobile.validation.job.js.map +1 -0
  175. package/dist/system/jobs/property.job.d.ts +2 -2
  176. package/dist/system/jobs/property.job.js +2 -2
  177. package/dist/system/jobs/property.job.js.map +1 -1
  178. package/dist/system/jobs/refresh.property.cache.job.d.ts +2 -2
  179. package/dist/system/jobs/refresh.property.cache.job.js +4 -4
  180. package/dist/system/jobs/refresh.property.cache.job.js.map +1 -1
  181. package/dist/system/jobs/sms.message.job.d.ts +12 -0
  182. package/dist/system/jobs/sms.message.job.js +39 -0
  183. package/dist/system/jobs/sms.message.job.js.map +1 -0
  184. package/dist/system/services/es6.jobs.service.d.ts +7 -1
  185. package/dist/system/services/es6.jobs.service.js +13 -1
  186. package/dist/system/services/es6.jobs.service.js.map +1 -1
  187. package/dist/system/services/index.d.ts +2 -0
  188. package/dist/system/services/index.js +2 -0
  189. package/dist/system/services/index.js.map +1 -1
  190. package/dist/system/services/mail.validation.service.d.ts +14 -0
  191. package/dist/system/services/mail.validation.service.js +84 -0
  192. package/dist/system/services/mail.validation.service.js.map +1 -0
  193. package/dist/system/services/mobile.validation.service.d.ts +14 -0
  194. package/dist/system/services/mobile.validation.service.js +89 -0
  195. package/dist/system/services/mobile.validation.service.js.map +1 -0
  196. package/dist/system/services/scheduled.event.service.js.map +1 -1
  197. package/dist/system/subscribers/index.d.ts +3 -0
  198. package/dist/system/subscribers/index.js +3 -0
  199. package/dist/system/subscribers/index.js.map +1 -1
  200. package/dist/system/subscribers/mail.validation.subscriber.d.ts +12 -0
  201. package/dist/system/subscribers/mail.validation.subscriber.js +39 -0
  202. package/dist/system/subscribers/mail.validation.subscriber.js.map +1 -0
  203. package/dist/system/subscribers/mobile.validation.subscriber.d.ts +12 -0
  204. package/dist/system/subscribers/mobile.validation.subscriber.js +39 -0
  205. package/dist/system/subscribers/mobile.validation.subscriber.js.map +1 -0
  206. package/dist/system/subscribers/sms.message.subscriber.d.ts +12 -0
  207. package/dist/system/subscribers/sms.message.subscriber.js +39 -0
  208. package/dist/system/subscribers/sms.message.subscriber.js.map +1 -0
  209. package/package.json +6 -4
  210. package/dist/platformUtility/libraries/process.postmark.mail.d.ts +0 -9
  211. package/dist/platformUtility/libraries/process.postmark.mail.js +0 -44
  212. package/dist/platformUtility/libraries/process.postmark.mail.js.map +0 -1
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.PageDefinitionEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -18,18 +17,15 @@ let PageDefinitionEntity = class PageDefinitionEntity extends common_entity_1.Co
18
17
  };
19
18
  __decorate([
20
19
  (0, class_validator_1.IsNotEmpty)(),
21
- (0, swagger_1.ApiProperty)(),
22
20
  (0, typeorm_1.Column)(),
23
21
  __metadata("design:type", String)
24
22
  ], PageDefinitionEntity.prototype, "name", void 0);
25
23
  __decorate([
26
24
  (0, class_validator_1.IsNotEmpty)(),
27
- (0, swagger_1.ApiProperty)(),
28
25
  (0, typeorm_1.Column)(),
29
26
  __metadata("design:type", String)
30
27
  ], PageDefinitionEntity.prototype, "description", void 0);
31
28
  __decorate([
32
- (0, swagger_1.ApiPropertyOptional)(),
33
29
  (0, typeorm_1.Column)(),
34
30
  __metadata("design:type", String)
35
31
  ], PageDefinitionEntity.prototype, "path", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"page.definition.entity.js","sourceRoot":"","sources":["../../../src/system/entities/page.definition.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAyC;AACzC,wEAAoE;AAS7D,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;CASrD,CAAA;AARG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAc;AAEpD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;yDAAqB;AAE3D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAc;AAC9C;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDAAiB;AANvB,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAShC;AATY,oDAAoB"}
1
+ {"version":3,"file":"page.definition.entity.js","sourceRoot":"","sources":["../../../src/system/entities/page.definition.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAyC;AACzC,wEAAoE;AAS7D,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;CASrD,CAAA;AARG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAc;AAErC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;yDAAqB;AAE5C;IAAC,IAAA,gBAAM,GAAE;;kDAAc;AACvB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDAAiB;AANvB,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAShC;AATY,oDAAoB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ParentMenuEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -19,13 +18,11 @@ let ParentMenuEntity = class ParentMenuEntity extends common_entity_1.CommonEnti
19
18
  };
20
19
  __decorate([
21
20
  (0, class_validator_1.IsNotEmpty)(),
22
- (0, swagger_1.ApiProperty)(),
23
21
  (0, typeorm_1.Column)(),
24
22
  __metadata("design:type", Number)
25
23
  ], ParentMenuEntity.prototype, "menu_id", void 0);
26
24
  __decorate([
27
25
  (0, class_validator_1.IsNotEmpty)(),
28
- (0, swagger_1.ApiProperty)(),
29
26
  (0, typeorm_1.Column)(),
30
27
  __metadata("design:type", Number)
31
28
  ], ParentMenuEntity.prototype, "parent_menu_id", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"parent.menu.entity.js","sourceRoot":"","sources":["../../../src/system/entities/parent.menu.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+CAA2C;AASpC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;CAgBjD,CAAA;AAfG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;iDAAiB;AAEvD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;wDAAwB;AAE9D;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDAAiB;AAIhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;8CAAC;AAEjB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAC1B,wBAAU;qDAAC;AAff,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAgB5B;AAhBY,4CAAgB"}
1
+ {"version":3,"file":"parent.menu.entity.js","sourceRoot":"","sources":["../../../src/system/entities/parent.menu.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+CAA2C;AASpC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;CAgBjD,CAAA;AAfG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;iDAAiB;AAExC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;wDAAwB;AAE/C;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDAAiB;AAIhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;8CAAC;AAEjB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAC1B,wBAAU;qDAAC;AAff,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAgB5B;AAhBY,4CAAgB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.RelationshipEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -29,51 +28,42 @@ __decorate([
29
28
  ], RelationshipEntity.prototype, "source_id", void 0);
30
29
  __decorate([
31
30
  (0, class_validator_1.IsNotEmpty)(),
32
- (0, swagger_1.ApiProperty)(),
33
31
  (0, typeorm_1.Column)(),
34
32
  __metadata("design:type", String)
35
33
  ], RelationshipEntity.prototype, "name", void 0);
36
34
  __decorate([
37
35
  (0, class_validator_1.IsNotEmpty)(),
38
- (0, swagger_1.ApiProperty)(),
39
36
  (0, typeorm_1.Column)(),
40
37
  __metadata("design:type", String)
41
38
  ], RelationshipEntity.prototype, "display_name", void 0);
42
39
  __decorate([
43
40
  (0, class_validator_1.IsNotEmpty)(),
44
- (0, swagger_1.ApiProperty)(),
45
41
  (0, typeorm_1.Column)(),
46
42
  __metadata("design:type", String)
47
43
  ], RelationshipEntity.prototype, "description", void 0);
48
44
  __decorate([
49
45
  (0, class_validator_1.IsNotEmpty)(),
50
- (0, swagger_1.ApiProperty)(),
51
46
  (0, typeorm_1.Column)(),
52
47
  __metadata("design:type", String)
53
48
  ], RelationshipEntity.prototype, "join_definition", void 0);
54
49
  __decorate([
55
- (0, swagger_1.ApiPropertyOptional)(),
56
50
  (0, typeorm_1.Column)(),
57
51
  __metadata("design:type", Number)
58
52
  ], RelationshipEntity.prototype, "reference_type_id", void 0);
59
53
  __decorate([
60
- (0, swagger_1.ApiPropertyOptional)(),
61
54
  (0, typeorm_1.Column)(),
62
55
  __metadata("design:type", Number)
63
56
  ], RelationshipEntity.prototype, "reference_model_id", void 0);
64
57
  __decorate([
65
- (0, swagger_1.ApiPropertyOptional)(),
66
58
  (0, typeorm_1.Column)(),
67
59
  __metadata("design:type", Number)
68
60
  ], RelationshipEntity.prototype, "source_column_id", void 0);
69
61
  __decorate([
70
- (0, swagger_1.ApiPropertyOptional)(),
71
62
  (0, typeorm_1.Column)(),
72
63
  __metadata("design:type", Number)
73
64
  ], RelationshipEntity.prototype, "alias_column_id", void 0);
74
65
  __decorate([
75
66
  (0, class_validator_1.IsNotEmpty)(),
76
- (0, swagger_1.ApiProperty)(),
77
67
  (0, typeorm_1.Column)(),
78
68
  __metadata("design:type", String)
79
69
  ], RelationshipEntity.prototype, "default_ordering", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"relationship.entity.js","sourceRoot":"","sources":["../../../src/system/entities/relationship.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,mDAA+C;AAC/C,+DAA0D;AAC1D,iDAA6C;AAStC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAuCnD,CAAA;AAtCG;IAAC,IAAA,gBAAM,GAAE;;uDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;qDACS;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,GAAE;IACb,IAAA,gBAAM,GAAE;;gDACI;AAEb;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;wDAAsB;AAC5D;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC3D;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;2DAAyB;AAC/D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;6DAA2B;AAC3D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;8DAA4B;AAC5D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;4DAA0B;AAC1D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;2DAAyB;AACzD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;4DAA0B;AAEhE;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAGhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;8BAC1B,uCAAiB;0DAAC;AAElC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IAC5B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;8BAC1B,0BAAW;2DAAC;AAE7B;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IAC7B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BAC1B,4BAAY;yDAAC;AAE5B;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IAC7B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAC1B,4BAAY;wDAAC;AAtClB,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,0BAA0B,CAAC;GACtB,kBAAkB,CAuC9B;AAvCY,gDAAkB"}
1
+ {"version":3,"file":"relationship.entity.js","sourceRoot":"","sources":["../../../src/system/entities/relationship.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,mDAA+C;AAC/C,+DAA0D;AAC1D,iDAA6C;AAStC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAsCnD,CAAA;AArCG;IAAC,IAAA,gBAAM,GAAE;;uDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;qDACS;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,GAAE;;gDACI;AAEb;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;wDAAsB;AAC7C;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC5C;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;2DAAyB;AAChD;IAAC,IAAA,gBAAM,GAAE;;6DAA2B;AACpC;IAAC,IAAA,gBAAM,GAAE;;8DAA4B;AACrC;IAAC,IAAA,gBAAM,GAAE;;4DAA0B;AACnC;IAAC,IAAA,gBAAM,GAAE;;2DAAyB;AAClC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;4DAA0B;AAEjD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAGhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;8BAC1B,uCAAiB;0DAAC;AAElC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IAC5B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;8BAC1B,0BAAW;2DAAC;AAE7B;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IAC7B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BAC1B,4BAAY;yDAAC;AAE5B;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IAC7B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAC1B,4BAAY;wDAAC;AArClB,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,0BAA0B,CAAC;GACtB,kBAAkB,CAsC9B;AAtCY,gDAAkB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SecurityRuleEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -19,46 +18,38 @@ let SecurityRuleEntity = class SecurityRuleEntity extends common_entity_1.Common
19
18
  };
20
19
  __decorate([
21
20
  (0, class_validator_1.IsNotEmpty)(),
22
- (0, swagger_1.ApiProperty)(),
23
21
  (0, typeorm_1.Column)(),
24
22
  __metadata("design:type", String)
25
23
  ], SecurityRuleEntity.prototype, "name", void 0);
26
24
  __decorate([
27
25
  (0, class_validator_1.IsNotEmpty)(),
28
- (0, swagger_1.ApiProperty)(),
29
26
  (0, typeorm_1.Column)(),
30
27
  __metadata("design:type", String)
31
28
  ], SecurityRuleEntity.prototype, "description", void 0);
32
29
  __decorate([
33
30
  (0, class_validator_1.IsNotEmpty)(),
34
- (0, swagger_1.ApiProperty)(),
35
31
  (0, typeorm_1.Column)(),
36
32
  __metadata("design:type", String)
37
33
  ], SecurityRuleEntity.prototype, "source_type", void 0);
38
34
  __decorate([
39
- (0, swagger_1.ApiPropertyOptional)(),
40
35
  (0, typeorm_1.Column)(),
41
36
  __metadata("design:type", Number)
42
37
  ], SecurityRuleEntity.prototype, "source_id", void 0);
43
38
  __decorate([
44
39
  (0, class_validator_1.IsNotEmpty)(),
45
- (0, swagger_1.ApiProperty)(),
46
40
  (0, typeorm_1.Column)(),
47
41
  __metadata("design:type", String)
48
42
  ], SecurityRuleEntity.prototype, "operation", void 0);
49
43
  __decorate([
50
44
  (0, class_validator_1.IsNotEmpty)(),
51
- (0, swagger_1.ApiProperty)(),
52
45
  (0, typeorm_1.Column)(),
53
46
  __metadata("design:type", Number)
54
47
  ], SecurityRuleEntity.prototype, "filter_condition_id", void 0);
55
48
  __decorate([
56
- (0, swagger_1.ApiPropertyOptional)(),
57
49
  (0, typeorm_1.Column)(),
58
50
  __metadata("design:type", Number)
59
51
  ], SecurityRuleEntity.prototype, "script_id", void 0);
60
52
  __decorate([
61
- (0, swagger_1.ApiPropertyOptional)(),
62
53
  (0, typeorm_1.Column)(),
63
54
  __metadata("design:type", Boolean)
64
55
  ], SecurityRuleEntity.prototype, "active", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"security.rule.entity.js","sourceRoot":"","sources":["../../../src/system/entities/security.rule.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAA+D;AAC/D,wEAAoE;AACpE,iEAA4D;AASrD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAoBnD,CAAA;AAnBG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACpD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC3D;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC3D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACnD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACzD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;+DAA6B;AACnE;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACnD;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAiB;AAEjD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC1B,yCAAkB;kDAAC;AAE3B;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAC1B,yCAAkB;4DAAC;AAnB5B,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAoB9B;AApBY,gDAAkB"}
1
+ {"version":3,"file":"security.rule.entity.js","sourceRoot":"","sources":["../../../src/system/entities/security.rule.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAA+D;AAC/D,wEAAoE;AACpE,iEAA4D;AASrD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAoBnD,CAAA;AAnBG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACrC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC5C;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC5C;IAAC,IAAA,gBAAM,GAAE;;qDAAmB;AAC5B;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AAC1C;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;+DAA6B;AACpD;IAAC,IAAA,gBAAM,GAAE;;qDAAmB;AAC5B;IAAC,IAAA,gBAAM,GAAE;;kDAAiB;AAE1B;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC1B,yCAAkB;kDAAC;AAE3B;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAC1B,yCAAkB;4DAAC;AAnB5B,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAoB9B;AApBY,gDAAkB"}
@@ -1,3 +1,4 @@
1
+ import { SmsMessageAttributesDto } from '../dtos/sms.message.attributes.dto';
1
2
  import { CommonEntity } from './../../common/libraries/common.entity';
2
3
  import { LookupValueEntity } from './lookup.value.entity';
3
4
  import { SmsTemplateEntity } from './sms.template.entity';
@@ -11,7 +12,7 @@ export declare class SmsMessageEntity extends CommonEntity {
11
12
  gateway_id: number;
12
13
  delivered_on: Date;
13
14
  identifier: string;
14
- attributes: any;
15
+ attributes: SmsMessageAttributesDto;
15
16
  template: SmsTemplateEntity;
16
17
  gateway: LookupValueEntity;
17
18
  }
@@ -11,6 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SmsMessageEntity = void 0;
13
13
  const typeorm_1 = require("typeorm");
14
+ const sms_message_attributes_dto_1 = require("../dtos/sms.message.attributes.dto");
14
15
  const common_entity_1 = require("./../../common/libraries/common.entity");
15
16
  const lookup_value_entity_1 = require("./lookup.value.entity");
16
17
  const sms_template_entity_1 = require("./sms.template.entity");
@@ -54,7 +55,7 @@ __decorate([
54
55
  ], SmsMessageEntity.prototype, "identifier", void 0);
55
56
  __decorate([
56
57
  (0, typeorm_1.Column)('json'),
57
- __metadata("design:type", Object)
58
+ __metadata("design:type", sms_message_attributes_dto_1.SmsMessageAttributesDto)
58
59
  ], SmsMessageEntity.prototype, "attributes", void 0);
59
60
  __decorate([
60
61
  (0, typeorm_1.ManyToOne)(() => sms_template_entity_1.SmsTemplateEntity),
@@ -1 +1 @@
1
- {"version":3,"file":"sms.message.entity.js","sourceRoot":"","sources":["../../../src/system/entities/sms.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,0EAAsE;AACtE,+DAA0D;AAC1D,+DAA0D;AASnD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;CAkCjD,CAAA;AAjCG;IAAC,IAAA,gBAAM,GAAE;;qDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;mDACS;AAElB;IAAC,IAAA,gBAAM,GAAE;;sDACY;AAErB;IAAC,IAAA,gBAAM,GAAE;;gDACM;AAEf;IAAC,IAAA,gBAAM,GAAE;;iDACO;AAEhB;IAAC,IAAA,gBAAM,GAAE;;qDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;oDACU;AAEnB;IAAC,IAAA,gBAAM,GAAE;8BACK,IAAI;sDAAC;AAEnB;IAAC,IAAA,gBAAM,GAAE;;oDACU;AAEnB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;oDACC;AAGhB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,uCAAiB;kDAAC;AACrG;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,uCAAiB;iDAAC;AAjC1F,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAkC5B;AAlCY,4CAAgB"}
1
+ {"version":3,"file":"sms.message.entity.js","sourceRoot":"","sources":["../../../src/system/entities/sms.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,mFAA6E;AAC7E,0EAAsE;AACtE,+DAA0D;AAC1D,+DAA0D;AASnD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;CAkCjD,CAAA;AAjCG;IAAC,IAAA,gBAAM,GAAE;;qDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;mDACS;AAElB;IAAC,IAAA,gBAAM,GAAE;;sDACY;AAErB;IAAC,IAAA,gBAAM,GAAE;;gDACM;AAEf;IAAC,IAAA,gBAAM,GAAE;;iDACO;AAEhB;IAAC,IAAA,gBAAM,GAAE;;qDACW;AAEpB;IAAC,IAAA,gBAAM,GAAE;;oDACU;AAEnB;IAAC,IAAA,gBAAM,GAAE;8BACK,IAAI;sDAAC;AAEnB;IAAC,IAAA,gBAAM,GAAE;;oDACU;AAEnB;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGpC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,uCAAiB;kDAAC;AACrG;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,uCAAiB;iDAAC;AAjC1F,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAkC5B;AAlCY,4CAAgB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SystemScriptEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -19,29 +18,24 @@ let SystemScriptEntity = class SystemScriptEntity extends common_entity_1.Common
19
18
  };
20
19
  __decorate([
21
20
  (0, class_validator_1.IsNotEmpty)(),
22
- (0, swagger_1.ApiProperty)(),
23
21
  (0, typeorm_1.Column)(),
24
22
  __metadata("design:type", String)
25
23
  ], SystemScriptEntity.prototype, "name", void 0);
26
24
  __decorate([
27
- (0, swagger_1.ApiPropertyOptional)(),
28
25
  (0, typeorm_1.Column)(),
29
26
  __metadata("design:type", Number)
30
27
  ], SystemScriptEntity.prototype, "type_id", void 0);
31
28
  __decorate([
32
29
  (0, class_validator_1.IsNotEmpty)(),
33
- (0, swagger_1.ApiProperty)(),
34
30
  (0, typeorm_1.Column)(),
35
31
  __metadata("design:type", String)
36
32
  ], SystemScriptEntity.prototype, "source_type", void 0);
37
33
  __decorate([
38
- (0, swagger_1.ApiPropertyOptional)(),
39
34
  (0, typeorm_1.Column)(),
40
35
  __metadata("design:type", Number)
41
36
  ], SystemScriptEntity.prototype, "source_id", void 0);
42
37
  __decorate([
43
38
  (0, class_validator_1.IsNotEmpty)(),
44
- (0, swagger_1.ApiProperty)(),
45
39
  (0, typeorm_1.Column)(),
46
40
  __metadata("design:type", String)
47
41
  ], SystemScriptEntity.prototype, "script", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"system.script.entity.js","sourceRoot":"","sources":["../../../src/system/entities/system.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AASnD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAanD,CAAA;AAZG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACpD;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;mDAAiB;AACjD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC3D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACnD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAgB;AACtD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAIhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,uCAAiB;gDAAC;AAZf,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAa9B;AAbY,gDAAkB"}
1
+ {"version":3,"file":"system.script.entity.js","sourceRoot":"","sources":["../../../src/system/entities/system.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AASnD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAanD,CAAA;AAZG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACrC;IAAC,IAAA,gBAAM,GAAE;;mDAAiB;AAC1B;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC5C;IAAC,IAAA,gBAAM,GAAE;;qDAAmB;AAC5B;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAgB;AACvC;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDAAiB;AAIhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,uCAAiB;gDAAC;AAZf,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAa9B;AAbY,gDAAkB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.UserGroupEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const creator_entity_1 = require("../../auth/entities/creator.entity");
@@ -22,18 +21,15 @@ let UserGroupEntity = class UserGroupEntity extends common_entity_1.CommonEntity
22
21
  };
23
22
  __decorate([
24
23
  (0, class_validator_1.IsNotEmpty)(),
25
- (0, swagger_1.ApiProperty)(),
26
24
  (0, typeorm_1.Column)(),
27
25
  __metadata("design:type", String)
28
26
  ], UserGroupEntity.prototype, "name", void 0);
29
27
  __decorate([
30
28
  (0, class_validator_1.IsNotEmpty)(),
31
- (0, swagger_1.ApiProperty)(),
32
29
  (0, typeorm_1.Column)(),
33
30
  __metadata("design:type", String)
34
31
  ], UserGroupEntity.prototype, "description", void 0);
35
32
  __decorate([
36
- (0, swagger_1.ApiPropertyOptional)(),
37
33
  (0, typeorm_1.Column)(),
38
34
  __metadata("design:type", Number)
39
35
  ], UserGroupEntity.prototype, "manager_id", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"user.group.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAkG;AAClG,uEAAmE;AACnE,wEAAoE;AACpE,qEAAiE;AACjE,yEAAmE;AACnE,qEAA+D;AASxD,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,4BAAY;CAyBhD,CAAA;AAxBG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;6CAAc;AACpD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;oDAAqB;AAC3D;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;mDAAoB;AAEpD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;mDAAiB;AAGhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAqB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC;;gDACvC;AAEjC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAmB,EAAE,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,UAAU,CAAC;;yDAChD;AAExC;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC5B,IAAA,mBAAS,EAAC;QACP,IAAI,EAAE,sBAAsB;QAC5B,UAAU,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE;QACrC,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KACzC,CAAC;;8CACkB;AAEpB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAC9B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC1B,8BAAa;gDAAC;AAxBd,eAAe;IAD3B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,eAAe,CAyB3B;AAzBY,0CAAe"}
1
+ {"version":3,"file":"user.group.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAkG;AAClG,uEAAmE;AACnE,wEAAoE;AACpE,qEAAiE;AACjE,yEAAmE;AACnE,qEAA+D;AASxD,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,4BAAY;CAyBhD,CAAA;AAxBG;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;6CAAc;AACrC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;oDAAqB;AAC5C;IAAC,IAAA,gBAAM,GAAE;;mDAAoB;AAE7B;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;mDAAiB;AAGhC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAqB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC;;gDACvC;AAEjC;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAmB,EAAE,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,UAAU,CAAC;;yDAChD;AAExC;IAAC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC5B,IAAA,mBAAS,EAAC;QACP,IAAI,EAAE,sBAAsB;QAC5B,UAAU,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE;QACrC,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KACzC,CAAC;;8CACkB;AAEpB;IAAC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAC9B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC1B,8BAAa;gDAAC;AAxBd,eAAe;IAD3B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,eAAe,CAyB3B;AAzBY,0CAAe"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.UserGroupMemberEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const typeorm_1 = require("typeorm");
15
14
  const user_entity_1 = require("../../auth/entities/user.entity");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
@@ -18,12 +17,10 @@ const user_group_entity_1 = require("./user.group.entity");
18
17
  let UserGroupMemberEntity = class UserGroupMemberEntity extends common_entity_1.CommonEntity {
19
18
  };
20
19
  __decorate([
21
- (0, swagger_1.ApiPropertyOptional)(),
22
20
  (0, typeorm_1.Column)(),
23
21
  __metadata("design:type", Number)
24
22
  ], UserGroupMemberEntity.prototype, "user_group_id", void 0);
25
23
  __decorate([
26
- (0, swagger_1.ApiPropertyOptional)(),
27
24
  (0, typeorm_1.Column)(),
28
25
  __metadata("design:type", Number)
29
26
  ], UserGroupMemberEntity.prototype, "user_id", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"user.group.member.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.member.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,qCAA+D;AAC/D,iEAA6D;AAC7D,wEAAoE;AACpE,2DAAsD;AAS/C,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,4BAAY;CActD,CAAA;AAbG;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;4DAAuB;AACvD;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;sDAAiB;AAEjD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;yDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC1B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;mDAAC;AAEjB;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,mCAAe,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAC1B,mCAAe;yDAAC;AAbnB,qBAAqB;IADjC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,qBAAqB,CAcjC;AAdY,sDAAqB"}
1
+ {"version":3,"file":"user.group.member.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.member.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA+D;AAC/D,iEAA6D;AAC7D,wEAAoE;AACpE,2DAAsD;AAS/C,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,4BAAY;CActD,CAAA;AAbG;IAAC,IAAA,gBAAM,GAAE;;4DAAuB;AAChC;IAAC,IAAA,gBAAM,GAAE;;sDAAiB;AAE1B;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;yDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC1B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;mDAAC;AAEjB;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,mCAAe,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAC1B,mCAAe;yDAAC;AAbnB,qBAAqB;IADjC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,qBAAqB,CAcjC;AAdY,sDAAqB"}
@@ -10,7 +10,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.UserGroupRoleEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const typeorm_1 = require("typeorm");
15
14
  const common_entity_1 = require("../../common/libraries/common.entity");
16
15
  const role_entity_1 = require("../../security/entities/role.entity");
@@ -18,12 +17,10 @@ const user_group_entity_1 = require("./user.group.entity");
18
17
  let UserGroupRoleEntity = class UserGroupRoleEntity extends common_entity_1.CommonEntity {
19
18
  };
20
19
  __decorate([
21
- (0, swagger_1.ApiPropertyOptional)(),
22
20
  (0, typeorm_1.Column)(),
23
21
  __metadata("design:type", Number)
24
22
  ], UserGroupRoleEntity.prototype, "user_group_id", void 0);
25
23
  __decorate([
26
- (0, swagger_1.ApiPropertyOptional)(),
27
24
  (0, typeorm_1.Column)(),
28
25
  __metadata("design:type", Number)
29
26
  ], UserGroupRoleEntity.prototype, "role_id", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"user.group.role.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,qCAA+D;AAC/D,wEAAoE;AACpE,qEAAiE;AACjE,2DAAsD;AAS/C,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,4BAAY;CAcpD,CAAA;AAbG;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;0DAAuB;AACvD;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;oDAAiB;AAEjD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;uDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC1B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;iDAAC;AAEjB;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,mCAAe,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAC1B,mCAAe;uDAAC;AAbnB,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,mBAAmB,CAc/B;AAdY,kDAAmB"}
1
+ {"version":3,"file":"user.group.role.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA+D;AAC/D,wEAAoE;AACpE,qEAAiE;AACjE,2DAAsD;AAS/C,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,4BAAY;CAcpD,CAAA;AAbG;IAAC,IAAA,gBAAM,GAAE;;0DAAuB;AAChC;IAAC,IAAA,gBAAM,GAAE;;oDAAiB;AAE1B;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;uDAAiB;AAGhC;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC1B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;iDAAC;AAEjB;IAAC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,mCAAe,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAC1B,mCAAe;uDAAC;AAbnB,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,mBAAmB,CAc/B;AAdY,kDAAmB"}
@@ -10,26 +10,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.UserPreferenceEntity = void 0;
13
- const swagger_1 = require("@nestjs/swagger");
14
13
  const class_validator_1 = require("class-validator");
15
14
  const typeorm_1 = require("typeorm");
16
15
  const common_entity_1 = require("../../common/libraries/common.entity");
17
16
  let UserPreferenceEntity = class UserPreferenceEntity extends common_entity_1.CommonEntity {
18
17
  };
19
18
  __decorate([
20
- (0, swagger_1.ApiPropertyOptional)(),
21
19
  (0, typeorm_1.Column)(),
22
20
  __metadata("design:type", Number)
23
21
  ], UserPreferenceEntity.prototype, "user_id", void 0);
24
22
  __decorate([
25
23
  (0, class_validator_1.IsNotEmpty)(),
26
- (0, swagger_1.ApiProperty)(),
27
24
  (0, typeorm_1.Column)(),
28
25
  __metadata("design:type", String)
29
26
  ], UserPreferenceEntity.prototype, "name", void 0);
30
27
  __decorate([
31
28
  (0, class_validator_1.IsNotEmpty)(),
32
- (0, swagger_1.ApiProperty)(),
33
29
  (0, typeorm_1.Column)('json'),
34
30
  __metadata("design:type", Object)
35
31
  ], UserPreferenceEntity.prototype, "value", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"user.preference.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAyC;AACzC,wEAAoE;AAS7D,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;CASrD,CAAA;AARG;IAAC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAiB;AAEjD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAc;AACpD;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,EAAC,MAAM,CAAC;;mDAAY;AAExD;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDAAiB;AANvB,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAShC;AATY,oDAAoB"}
1
+ {"version":3,"file":"user.preference.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,qCAAyC;AACzC,wEAAoE;AAS7D,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,4BAAY;CASrD,CAAA;AARG;IAAC,IAAA,gBAAM,GAAE;;qDAAiB;AAE1B;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAc;AACrC;IAAC,IAAA,4BAAU,GAAE;IAAE,IAAA,gBAAM,EAAC,MAAM,CAAC;;mDAAY;AAEzC;IAAC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDAAiB;AANvB,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAShC;AATY,oDAAoB"}
@@ -15,16 +15,20 @@ import { ReportController } from './controllers/report.controller';
15
15
  import { UploadController } from './controllers/upload.controller';
16
16
  import { UserPreferenceController } from './controllers/user.preference.controller';
17
17
  import { AddCommentDto } from './dtos/add.comment.dto';
18
- import { CommentAttributesDto } from './dtos/comment.attributes.dto';
19
18
  import { FileUploadDto } from './dtos/file.upload.dto';
20
19
  import { FileUploadSpecDto } from './dtos/file.upload.spec.dto';
21
20
  import { JobRecordParamDto } from './dtos/job.record.param.dto';
22
21
  import { LocalFileS3UploadDto } from './dtos/local.file.s3.upload.dto';
22
+ import { MailValidationAttributesDto } from './dtos/mail.validation.attributes.dto';
23
+ import { MailValidationDto } from './dtos/mail.validation.dto';
24
+ import { MobileValidationDto } from './dtos/mobile.validation.dto';
23
25
  import { ModelAllowedColumnDto } from './dtos/model.allowed.column.dto';
24
26
  import { ModelFormPreferenceCreationDto } from './dtos/model.form.preference.creation.dto';
27
+ import { OtpGenerationDto } from './dtos/otp.generation.dto';
25
28
  import { S3ObjectInfoDto } from './dtos/s3.object.info.dto';
26
29
  import { S3UploadOptionsDto } from './dtos/s3.upload.options.dto';
27
30
  import { UserPreferenceCreationDto } from './dtos/user.preference.creation.dto';
31
+ import { ValidationOptionsDto } from './dtos/validation.options.dto';
28
32
  import { BusinessRuleEntity } from './entities/business.rule.entity';
29
33
  import { BusinessRuleRoleEntity } from './entities/business.rule.role.entity';
30
34
  import { ChartEntity } from './entities/chart.entity';
@@ -40,8 +44,10 @@ import { FormColumnEntity } from './entities/form.column.entity';
40
44
  import { FormPreferenceEntity } from './entities/form.preference.entity';
41
45
  import { LookupTypeEntity } from './entities/lookup.type.entity';
42
46
  import { MailLogEntity } from './entities/mail.log.entity';
47
+ import { MailValidationEntity } from './entities/mail.validation.entity';
43
48
  import { MenuEntity } from './entities/menu.entity';
44
49
  import { MenuRoleEntity } from './entities/menu.role.entity';
50
+ import { MobileValidationEntity } from './entities/mobile.validation.entity';
45
51
  import { ModelColumnEntity } from './entities/model.column.entity';
46
52
  import { ModelEntity } from './entities/model.entity';
47
53
  import { ModelRelationshipEntity } from './entities/model.relationship.entity';
@@ -75,6 +81,8 @@ import { UserPreferenceEntity } from './entities/user.preference.entity';
75
81
  import { WhatsappTemplateEntity } from './entities/whatsapp.template.entity';
76
82
  import { CleanScheduledEventJob } from './jobs/clean.scheduled.event.job';
77
83
  import { ColumnMapperJob } from './jobs/column.mapper.job';
84
+ import { MailValidationJob } from './jobs/mail.validation.job';
85
+ import { MobileValidationJob } from './jobs/mobile.validation.job';
78
86
  import { ModelScannerJob } from './jobs/model.scanner.job';
79
87
  import { PropertyJob } from './jobs/property.job';
80
88
  import { RefreshPropertyCacheJob } from './jobs/refresh.property.cache.job';
@@ -82,6 +90,7 @@ import { RelationshipMapperJob } from './jobs/relationship.mapper.job';
82
90
  import { ReportColumnSyncJob } from './jobs/report.column.sync.job';
83
91
  import { ScheduledEventJob } from './jobs/scheduled.event.job';
84
92
  import { ScheduledEventsJob } from './jobs/scheduled.events.job';
93
+ import { SmsMessageJob } from './jobs/sms.message.job';
85
94
  import { UserGroupMemberJob } from './jobs/user.group.member.job';
86
95
  import { UserGroupPermissionJob } from './jobs/user.group.permission.job';
87
96
  import { UserGroupRoleJob } from './jobs/user.group.role.job';
@@ -106,7 +115,9 @@ import { EventDetailService } from './services/event.detail.service';
106
115
  import { EventQueueService } from './services/event.queue.service';
107
116
  import { FormService } from './services/form.service';
108
117
  import { ListService } from './services/list.service';
118
+ import { MailValidationService } from './services/mail.validation.service';
109
119
  import { MenuService } from './services/menu.service';
120
+ import { MobileValidationService } from './services/mobile.validation.service';
110
121
  import { ModelService } from './services/model.service';
111
122
  import { PreferenceService } from './services/preference.service';
112
123
  import { PropertyService } from './services/property.service';
@@ -117,21 +128,24 @@ import { UiActionService } from './services/ui.action.service';
117
128
  import { UploadService } from './services/upload.service';
118
129
  import { UserPreferenceService } from './services/user.preference.service';
119
130
  import { ColumnSubscriber } from './subscribers/column.subscriber';
131
+ import { MailValidationSubscriber } from './subscribers/mail.validation.subscriber';
132
+ import { MobileValidationSubscriber } from './subscribers/mobile.validation.subscriber';
120
133
  import { PropertySubscriber } from './subscribers/property.subscriber';
121
134
  import { RelationshipSubscriber } from './subscribers/relationship.subscriber';
122
135
  import { ScheduledEventSubscriber } from './subscribers/scheduled.event.subscriber';
136
+ import { SmsMessageSubscriber } from './subscribers/sms.message.subscriber';
123
137
  import { UserGroupMemberSubscriber } from './subscribers/user.group.member.subscriber';
124
138
  import { UserGroupPermissionSubscriber } from './subscribers/user.group.permission.subscriber';
125
139
  import { UserGroupRoleSubscriber } from './subscribers/user.group.role.subscriber';
126
140
  declare const es6Classes: {
127
141
  commands: (typeof DbScannerCommand | typeof DynamoScannerCommand | typeof EventQueueCommand | typeof JobsScannerCommand | typeof ModelScannerCommand | typeof ReportScannerCommand | typeof ServiceScannerCommand | typeof SyncAllCommand)[];
128
142
  controllers: (typeof BaseController | typeof DataController | typeof FormController | typeof MenuController | typeof PreferenceController | typeof UploadController | typeof UserPreferenceController | typeof ReportController)[];
129
- dtos: (typeof ModelFormPreferenceCreationDto | typeof S3UploadOptionsDto | typeof LocalFileS3UploadDto | typeof S3ObjectInfoDto | typeof FileUploadSpecDto | typeof UserPreferenceCreationDto | typeof AddCommentDto | typeof CommentAttributesDto | typeof FileUploadDto | typeof JobRecordParamDto | typeof ModelAllowedColumnDto)[];
130
- entities: (typeof LookupTypeEntity | typeof UserGroupRoleEntity | typeof UserGroupEntity | typeof UserGroupMemberEntity | typeof BusinessRuleRoleEntity | typeof BusinessRuleEntity | typeof ColumnDefinitionEntity | typeof ColumnEntity | typeof ModelEntity | typeof FormPreferenceEntity | typeof ModelColumnEntity | typeof RelationshipEntity | typeof ModelRelationshipEntity | typeof ModelRoleEntity | typeof FormColumnEntity | typeof SystemScriptEntity | typeof UiActionPermissionEntity | typeof UiActionEntity | typeof UiActionRoleEntity | typeof PrimaryAxisEntity | typeof ChartEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof ReportColumnEntity | typeof ReportEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ServiceEntity | typeof SecurityRuleEntity | typeof MailLogEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof OpenPropertyEntity | typeof ReportFilterEntity | typeof ScheduledEventEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
131
- jobs: (typeof ModelScannerJob | typeof ReportColumnSyncJob | typeof ScheduledEventJob | typeof CleanScheduledEventJob | typeof ColumnMapperJob | typeof RefreshPropertyCacheJob | typeof PropertyJob | typeof RelationshipMapperJob | typeof ScheduledEventsJob | typeof UserGroupMemberJob | typeof UserGroupPermissionJob | typeof UserGroupRoleJob)[];
143
+ dtos: (typeof MailValidationAttributesDto | typeof ModelFormPreferenceCreationDto | typeof S3UploadOptionsDto | typeof LocalFileS3UploadDto | typeof S3ObjectInfoDto | typeof FileUploadSpecDto | typeof UserPreferenceCreationDto | typeof AddCommentDto | typeof FileUploadDto | typeof JobRecordParamDto | typeof MailValidationDto | typeof MobileValidationDto | typeof ModelAllowedColumnDto | typeof OtpGenerationDto | typeof ValidationOptionsDto)[];
144
+ entities: (typeof LookupTypeEntity | typeof UserGroupRoleEntity | typeof UserGroupEntity | typeof UserGroupMemberEntity | typeof BusinessRuleRoleEntity | typeof BusinessRuleEntity | typeof ColumnDefinitionEntity | typeof ColumnEntity | typeof ModelEntity | typeof FormPreferenceEntity | typeof ModelColumnEntity | typeof RelationshipEntity | typeof ModelRelationshipEntity | typeof ModelRoleEntity | typeof FormColumnEntity | typeof SystemScriptEntity | typeof UiActionPermissionEntity | typeof UiActionEntity | typeof UiActionRoleEntity | typeof PrimaryAxisEntity | typeof ChartEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof ReportColumnEntity | typeof ReportEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ServiceEntity | typeof SecurityRuleEntity | typeof MailLogEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof MailValidationEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof MobileValidationEntity | typeof OpenPropertyEntity | typeof ReportFilterEntity | typeof ScheduledEventEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
145
+ jobs: (typeof ModelScannerJob | typeof ReportColumnSyncJob | typeof ScheduledEventJob | typeof CleanScheduledEventJob | typeof ColumnMapperJob | typeof MailValidationJob | typeof MobileValidationJob | typeof RefreshPropertyCacheJob | typeof PropertyJob | typeof RelationshipMapperJob | typeof ScheduledEventsJob | typeof SmsMessageJob | typeof UserGroupMemberJob | typeof UserGroupPermissionJob | typeof UserGroupRoleJob)[];
132
146
  libraries: (typeof SyncDynamoTables | typeof ModelSync | typeof SecurityRuleEvaluator | typeof ColumnManager | typeof BusinessRuleFilterValidator | typeof BusinessRuleQueryEvaluator)[];
133
147
  modifiers: (typeof MenuListModifier | typeof ModuleListModifier)[];
134
- services: (typeof PropertyService | typeof EventQueueService | typeof EventDetailService | typeof SecurityRuleService | typeof UiActionService | typeof ModelService | typeof CommonService | typeof ClientScriptService | typeof PreferenceService | typeof BusinessRuleService | typeof ListService | typeof FormService | typeof MenuService | typeof UserPreferenceService | typeof ReportService | typeof AwsS3Service | typeof UploadService | typeof ScheduledEventService | typeof ColumnService | typeof CommentService | typeof DocumentService | typeof Es6JobsService | typeof Es6Service)[];
135
- subscribers: (typeof ColumnSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
148
+ services: (typeof PropertyService | typeof EventQueueService | typeof EventDetailService | typeof SecurityRuleService | typeof UiActionService | typeof ModelService | typeof CommonService | typeof ClientScriptService | typeof PreferenceService | typeof BusinessRuleService | typeof ListService | typeof FormService | typeof MenuService | typeof UserPreferenceService | typeof ReportService | typeof AwsS3Service | typeof UploadService | typeof ScheduledEventService | typeof ColumnService | typeof CommentService | typeof DocumentService | typeof MailValidationService | typeof MobileValidationService | typeof Es6JobsService | typeof Es6Service)[];
149
+ subscribers: (typeof ColumnSubscriber | typeof MailValidationSubscriber | typeof MobileValidationSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof SmsMessageSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
136
150
  };
137
151
  export default es6Classes;