@servicelabsco/nestjs-utility-services 1.2.14 → 1.2.16

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 (229) hide show
  1. package/dist/app.controller.js +1 -5
  2. package/dist/app.controller.js.map +1 -1
  3. package/dist/auth/controllers/index.js.map +1 -1
  4. package/dist/auth/dtos/index.js.map +1 -1
  5. package/dist/auth/entities/index.js.map +1 -1
  6. package/dist/auth/es6.classes.d.ts +5 -4
  7. package/dist/auth/es6.classes.js +2 -1
  8. package/dist/auth/es6.classes.js.map +1 -1
  9. package/dist/auth/index.js.map +1 -1
  10. package/dist/auth/middlewares/client.connect.middleware.d.ts +10 -0
  11. package/dist/auth/middlewares/client.connect.middleware.js +45 -0
  12. package/dist/auth/middlewares/client.connect.middleware.js.map +1 -0
  13. package/dist/auth/middlewares/index.d.ts +1 -0
  14. package/dist/auth/middlewares/index.js +1 -0
  15. package/dist/auth/middlewares/index.js.map +1 -1
  16. package/dist/auth/services/access.manager.d.ts +1 -0
  17. package/dist/auth/services/access.manager.js +10 -0
  18. package/dist/auth/services/access.manager.js.map +1 -1
  19. package/dist/auth/services/index.js.map +1 -1
  20. package/dist/auth/services/user.service.js +5 -5
  21. package/dist/auth/services/user.service.js.map +1 -1
  22. package/dist/common/adapters/index.js.map +1 -1
  23. package/dist/common/dtos/database.event.dto.d.ts +1 -1
  24. package/dist/common/dtos/index.js.map +1 -1
  25. package/dist/common/dtos/report.data.manager.dto.d.ts +1 -1
  26. package/dist/common/dtos/report.data.manager.dto.js.map +1 -1
  27. package/dist/common/es6.classes.d.ts +1 -1
  28. package/dist/common/exceptions/index.js.map +1 -1
  29. package/dist/common/index.js.map +1 -1
  30. package/dist/common/libraries/common.job.d.ts +1 -1
  31. package/dist/common/libraries/common.job.js.map +1 -1
  32. package/dist/common/libraries/index.js.map +1 -1
  33. package/dist/common/libraries/platform.utility.d.ts +1 -1
  34. package/dist/common/libraries/platform.utility.js.map +1 -1
  35. package/dist/config/entity.constants.d.ts +6 -0
  36. package/dist/config/entity.constants.js +6 -0
  37. package/dist/config/entity.constants.js.map +1 -1
  38. package/dist/index.js.map +1 -1
  39. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.d.ts +8 -0
  40. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js +59 -0
  41. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +1 -0
  42. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.d.ts +1 -1
  43. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js +2 -2
  44. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js.map +1 -1
  45. package/dist/migrations/1669970181143-CreateDynamoTableTable.d.ts +1 -1
  46. package/dist/migrations/1669970181143-CreateDynamoTableTable.js +2 -2
  47. package/dist/migrations/1669970181143-CreateDynamoTableTable.js.map +1 -1
  48. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.d.ts +1 -1
  49. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js +2 -2
  50. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js.map +1 -1
  51. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.d.ts +1 -1
  52. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js +2 -2
  53. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js.map +1 -1
  54. package/dist/migrations/1678730411972-CreatePendingBullJobTable.d.ts +1 -1
  55. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js +2 -2
  56. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js.map +1 -1
  57. package/dist/migrations/1697532611670-CreateClientTable.d.ts +5 -0
  58. package/dist/migrations/1697532611670-CreateClientTable.js +19 -0
  59. package/dist/migrations/1697532611670-CreateClientTable.js.map +1 -0
  60. package/dist/migrations/1697536293283-CreateClientCredentialTable.d.ts +5 -0
  61. package/dist/migrations/1697536293283-CreateClientCredentialTable.js +23 -0
  62. package/dist/migrations/1697536293283-CreateClientCredentialTable.js.map +1 -0
  63. package/dist/migrations/1697536852083-CreateCredentialIpTable.d.ts +5 -0
  64. package/dist/migrations/1697536852083-CreateCredentialIpTable.js +19 -0
  65. package/dist/migrations/1697536852083-CreateCredentialIpTable.js.map +1 -0
  66. package/dist/platformUtility/commands/index.js.map +1 -1
  67. package/dist/platformUtility/commands/sync.class.command.js +2 -2
  68. package/dist/platformUtility/commands/sync.class.command.js.map +1 -1
  69. package/dist/platformUtility/consumers/index.js.map +1 -1
  70. package/dist/platformUtility/controllers/index.js.map +1 -1
  71. package/dist/platformUtility/dtos/index.js.map +1 -1
  72. package/dist/platformUtility/entities/index.js.map +1 -1
  73. package/dist/platformUtility/es6.classes.d.ts +5 -5
  74. package/dist/platformUtility/index.js.map +1 -1
  75. package/dist/platformUtility/jobs/index.js.map +1 -1
  76. package/dist/platformUtility/jobs/test.job.js +2 -2
  77. package/dist/platformUtility/jobs/test.job.js.map +1 -1
  78. package/dist/platformUtility/libraries/index.js.map +1 -1
  79. package/dist/platformUtility/libraries/process.kaleyra.sms.js +5 -4
  80. package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +1 -1
  81. package/dist/platformUtility/middlewares/index.js.map +1 -1
  82. package/dist/platformUtility/services/aws.config.service.js +2 -2
  83. package/dist/platformUtility/services/aws.config.service.js.map +1 -1
  84. package/dist/platformUtility/services/dynamo.service.js.map +1 -1
  85. package/dist/platformUtility/services/index.js.map +1 -1
  86. package/dist/platformUtility/services/shutdown.service.d.ts +0 -1
  87. package/dist/platformUtility/services/shutdown.service.js +2 -5
  88. package/dist/platformUtility/services/shutdown.service.js.map +1 -1
  89. package/dist/platformUtility/services/sqs.service.js.map +1 -1
  90. package/dist/platformUtility/subscribers/index.js.map +1 -1
  91. package/dist/security/entities/index.js.map +1 -1
  92. package/dist/security/index.js.map +1 -1
  93. package/dist/seeders/sys_column_definitions.json +255 -0
  94. package/dist/seeders/sys_lookup_types.json +102 -0
  95. package/dist/seeders/sys_lookup_values.json +386 -0
  96. package/dist/seeders/sys_menu_details.json +622 -0
  97. package/dist/seeders/sys_menu_roles.json +202 -0
  98. package/dist/seeders/sys_module_details.json +26 -0
  99. package/dist/seeders/sys_module_menus.json +222 -0
  100. package/dist/seeders/sys_page_definitions.json +112 -0
  101. package/dist/seeders/sys_parent_menus.json +112 -0
  102. package/dist/seeders/sys_roles.json +50 -0
  103. package/dist/seeders/sys_security_rules.json +178 -0
  104. package/dist/seeders/sys_system_scripts.json +145 -0
  105. package/dist/seeders/sys_ui_actions.json +386 -0
  106. package/dist/seeders/sys_user_roles.json +12 -0
  107. package/dist/system/commands/db.scanner.command.js +2 -2
  108. package/dist/system/commands/db.scanner.command.js.map +1 -1
  109. package/dist/system/commands/index.js.map +1 -1
  110. package/dist/system/commands/sync.all.command.d.ts +1 -1
  111. package/dist/system/commands/sync.all.command.js +4 -4
  112. package/dist/system/commands/sync.all.command.js.map +1 -1
  113. package/dist/system/controllers/form.controller.d.ts +2 -2
  114. package/dist/system/controllers/form.controller.js +2 -2
  115. package/dist/system/controllers/form.controller.js.map +1 -1
  116. package/dist/system/controllers/index.js.map +1 -1
  117. package/dist/system/controllers/report.controller.d.ts +1 -1
  118. package/dist/system/controllers/report.controller.js +2 -2
  119. package/dist/system/controllers/report.controller.js.map +1 -1
  120. package/dist/system/dtos/client.attributes.dto.d.ts +3 -0
  121. package/dist/system/dtos/client.attributes.dto.js +8 -0
  122. package/dist/system/dtos/client.attributes.dto.js.map +1 -0
  123. package/dist/system/dtos/client.credential.attributes.dto.d.ts +3 -0
  124. package/dist/system/dtos/client.credential.attributes.dto.js +8 -0
  125. package/dist/system/dtos/client.credential.attributes.dto.js.map +1 -0
  126. package/dist/system/dtos/client.credential.dto.d.ts +5 -0
  127. package/dist/system/dtos/client.credential.dto.js +7 -0
  128. package/dist/system/dtos/client.credential.dto.js.map +1 -0
  129. package/dist/system/dtos/credential.ip.attributes.dto.d.ts +3 -0
  130. package/dist/system/dtos/credential.ip.attributes.dto.js +8 -0
  131. package/dist/system/dtos/credential.ip.attributes.dto.js.map +1 -0
  132. package/dist/system/dtos/index.d.ts +4 -0
  133. package/dist/system/dtos/index.js +4 -0
  134. package/dist/system/dtos/index.js.map +1 -1
  135. package/dist/system/dtos/model.allowed.column.dto.d.ts +1 -1
  136. package/dist/system/entities/client.credential.entity.d.ts +14 -0
  137. package/dist/system/entities/client.credential.entity.js +57 -0
  138. package/dist/system/entities/client.credential.entity.js.map +1 -0
  139. package/dist/system/entities/client.entity.d.ts +9 -0
  140. package/dist/system/entities/client.entity.js +39 -0
  141. package/dist/system/entities/client.entity.js.map +1 -0
  142. package/dist/system/entities/credential.ip.entity.d.ts +9 -0
  143. package/dist/system/entities/credential.ip.entity.js +40 -0
  144. package/dist/system/entities/credential.ip.entity.js.map +1 -0
  145. package/dist/system/entities/dynamo.table.entity.d.ts +1 -1
  146. package/dist/system/entities/dynamo.table.entity.js +2 -2
  147. package/dist/system/entities/dynamo.table.entity.js.map +1 -1
  148. package/dist/system/entities/index.d.ts +3 -0
  149. package/dist/system/entities/index.js +3 -0
  150. package/dist/system/entities/index.js.map +1 -1
  151. package/dist/system/es6.classes.d.ts +18 -7
  152. package/dist/system/es6.classes.js +28 -0
  153. package/dist/system/es6.classes.js.map +1 -1
  154. package/dist/system/index.js.map +1 -1
  155. package/dist/system/jobs/client.credential.job.d.ts +13 -0
  156. package/dist/system/jobs/client.credential.job.js +44 -0
  157. package/dist/system/jobs/client.credential.job.js.map +1 -0
  158. package/dist/system/jobs/client.job.d.ts +12 -0
  159. package/dist/system/jobs/client.job.js +43 -0
  160. package/dist/system/jobs/client.job.js.map +1 -0
  161. package/dist/system/jobs/column.mapper.job.js +2 -2
  162. package/dist/system/jobs/column.mapper.job.js.map +1 -1
  163. package/dist/system/jobs/comment.job.js +2 -2
  164. package/dist/system/jobs/comment.job.js.map +1 -1
  165. package/dist/system/jobs/credential.ip.job.d.ts +12 -0
  166. package/dist/system/jobs/credential.ip.job.js +40 -0
  167. package/dist/system/jobs/credential.ip.job.js.map +1 -0
  168. package/dist/system/jobs/document.job.js +2 -2
  169. package/dist/system/jobs/document.job.js.map +1 -1
  170. package/dist/system/jobs/index.d.ts +3 -0
  171. package/dist/system/jobs/index.js +3 -0
  172. package/dist/system/jobs/index.js.map +1 -1
  173. package/dist/system/jobs/model.scanner.job.js +3 -3
  174. package/dist/system/jobs/model.scanner.job.js.map +1 -1
  175. package/dist/system/jobs/property.job.d.ts +2 -1
  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/user.group.role.job.d.ts +1 -1
  179. package/dist/system/jobs/user.group.role.job.js.map +1 -1
  180. package/dist/system/libraries/business.rule.query.evaluator.js +2 -2
  181. package/dist/system/libraries/business.rule.query.evaluator.js.map +1 -1
  182. package/dist/system/libraries/index.js.map +1 -1
  183. package/dist/system/libraries/model.sync.js +2 -2
  184. package/dist/system/libraries/model.sync.js.map +1 -1
  185. package/dist/system/modifiers/index.js.map +1 -1
  186. package/dist/system/services/business.rule.service.js +2 -2
  187. package/dist/system/services/business.rule.service.js.map +1 -1
  188. package/dist/system/services/client.credential.service.d.ts +14 -0
  189. package/dist/system/services/client.credential.service.js +63 -0
  190. package/dist/system/services/client.credential.service.js.map +1 -0
  191. package/dist/system/services/comment.service.d.ts +1 -1
  192. package/dist/system/services/comment.service.js.map +1 -1
  193. package/dist/system/services/document.service.js +4 -3
  194. package/dist/system/services/document.service.js.map +1 -1
  195. package/dist/system/services/es6.jobs.service.d.ts +7 -1
  196. package/dist/system/services/es6.jobs.service.js +13 -1
  197. package/dist/system/services/es6.jobs.service.js.map +1 -1
  198. package/dist/system/services/index.d.ts +1 -0
  199. package/dist/system/services/index.js +1 -0
  200. package/dist/system/services/index.js.map +1 -1
  201. package/dist/system/services/report.service.d.ts +1 -1
  202. package/dist/system/services/report.service.js +6 -4
  203. package/dist/system/services/report.service.js.map +1 -1
  204. package/dist/system/subscribers/client.credential.subscriber.d.ts +13 -0
  205. package/dist/system/subscribers/client.credential.subscriber.js +44 -0
  206. package/dist/system/subscribers/client.credential.subscriber.js.map +1 -0
  207. package/dist/system/subscribers/client.subscriber.d.ts +12 -0
  208. package/dist/system/subscribers/client.subscriber.js +40 -0
  209. package/dist/system/subscribers/client.subscriber.js.map +1 -0
  210. package/dist/system/subscribers/credential.ip.subscriber.d.ts +12 -0
  211. package/dist/system/subscribers/credential.ip.subscriber.js +40 -0
  212. package/dist/system/subscribers/credential.ip.subscriber.js.map +1 -0
  213. package/dist/system/subscribers/index.d.ts +3 -0
  214. package/dist/system/subscribers/index.js +3 -0
  215. package/dist/system/subscribers/index.js.map +1 -1
  216. package/dist/system/subscribers/property.subscriber.d.ts +2 -2
  217. package/dist/system/subscribers/property.subscriber.js +5 -5
  218. package/dist/system/subscribers/property.subscriber.js.map +1 -1
  219. package/dist/system/subscribers/user.group.member.subscriber.d.ts +1 -1
  220. package/dist/system/subscribers/user.group.member.subscriber.js +2 -2
  221. package/dist/system/subscribers/user.group.member.subscriber.js.map +1 -1
  222. package/dist/system/subscribers/user.group.permission.subscriber.d.ts +1 -1
  223. package/dist/system/subscribers/user.group.permission.subscriber.js +2 -2
  224. package/dist/system/subscribers/user.group.permission.subscriber.js.map +1 -1
  225. package/dist/system/subscribers/user.group.role.subscriber.d.ts +1 -1
  226. package/dist/system/subscribers/user.group.role.subscriber.js +2 -2
  227. package/dist/system/subscribers/user.group.role.subscriber.js.map +1 -1
  228. package/dist/tsconfig.build.tsbuildinfo +1 -1
  229. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientAttributesDto = void 0;
4
+ const common_attributes_dto_1 = require("../../platformUtility/dtos/common.attributes.dto");
5
+ class ClientAttributesDto extends common_attributes_dto_1.CommonAttributesDto {
6
+ }
7
+ exports.ClientAttributesDto = ClientAttributesDto;
8
+ //# sourceMappingURL=client.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.attributes.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/client.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,4FAAuF;AAEvF,MAAa,mBAAoB,SAAQ,2CAAmB;CAAG;AAA/D,kDAA+D"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '../../platformUtility/dtos/common.attributes.dto';
2
+ export declare class ClientCredentialAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientCredentialAttributesDto = void 0;
4
+ const common_attributes_dto_1 = require("../../platformUtility/dtos/common.attributes.dto");
5
+ class ClientCredentialAttributesDto extends common_attributes_dto_1.CommonAttributesDto {
6
+ }
7
+ exports.ClientCredentialAttributesDto = ClientCredentialAttributesDto;
8
+ //# sourceMappingURL=client.credential.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.credential.attributes.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/client.credential.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,4FAAuF;AACvF,MAAa,6BAA8B,SAAQ,2CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -0,0 +1,5 @@
1
+ export declare class ClientCredentialDto {
2
+ client_id: string;
3
+ client_secret: string;
4
+ ip?: string[];
5
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientCredentialDto = void 0;
4
+ class ClientCredentialDto {
5
+ }
6
+ exports.ClientCredentialDto = ClientCredentialDto;
7
+ //# sourceMappingURL=client.credential.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.credential.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/client.credential.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,mBAAmB;CAI/B;AAJD,kDAIC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '../../platformUtility/dtos/common.attributes.dto';
2
+ export declare class CredentialIpAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CredentialIpAttributesDto = void 0;
4
+ const common_attributes_dto_1 = require("../../platformUtility/dtos/common.attributes.dto");
5
+ class CredentialIpAttributesDto extends common_attributes_dto_1.CommonAttributesDto {
6
+ }
7
+ exports.CredentialIpAttributesDto = CredentialIpAttributesDto;
8
+ //# sourceMappingURL=credential.ip.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credential.ip.attributes.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/credential.ip.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,4FAAuF;AAEvF,MAAa,yBAA0B,SAAQ,2CAAmB;CAAG;AAArE,8DAAqE"}
@@ -1,5 +1,9 @@
1
1
  export * from './add.comment.dto';
2
+ export * from './client.attributes.dto';
3
+ export * from './client.credential.attributes.dto';
4
+ export * from './client.credential.dto';
2
5
  export * from './comment.attributes.dto';
6
+ export * from './credential.ip.attributes.dto';
3
7
  export * from './document.attributes.dto';
4
8
  export * from './file.upload.dto';
5
9
  export * from './file.upload.spec.dto';
@@ -15,7 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./add.comment.dto"), exports);
18
+ __exportStar(require("./client.attributes.dto"), exports);
19
+ __exportStar(require("./client.credential.attributes.dto"), exports);
20
+ __exportStar(require("./client.credential.dto"), exports);
18
21
  __exportStar(require("./comment.attributes.dto"), exports);
22
+ __exportStar(require("./credential.ip.attributes.dto"), exports);
19
23
  __exportStar(require("./document.attributes.dto"), exports);
20
24
  __exportStar(require("./file.upload.dto"), exports);
21
25
  __exportStar(require("./file.upload.spec.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,2DAAyC;AACzC,4DAA0C;AAC1C,oDAAkC;AAClC,yDAAuC;AACvC,yDAAuC;AACvC,6DAA2C;AAC3C,wDAAsC;AACtC,sEAAoD;AACpD,0DAAwC;AACxC,6DAA2C;AAC3C,uEAAqD;AACrD,uDAAqC;AACrC,uDAAqC;AACrC,0DAAwC;AACxC,+DAA6C;AAC7C,iEAA+C;AAC/C,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,qEAAmD;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,wDAAsC;AAAA,sEAAoD;AAAA,0DAAwC;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,iEAA+C;AAAA,2DAAwC"}
@@ -1,4 +1,4 @@
1
- import { ColumnEntity } from '../entities';
1
+ import { ColumnEntity } from '../entities/column.entity';
2
2
  export declare class ModelAllowedColumnDto {
3
3
  allowed: Partial<ColumnEntity[]>;
4
4
  allowed_identifiers: string[];
@@ -0,0 +1,14 @@
1
+ import { CommonEntity } from '../../common/libraries/common.entity';
2
+ import { ClientCredentialAttributesDto } from '../dtos/client.credential.attributes.dto';
3
+ import { ClientEntity } from './client.entity';
4
+ import { CredentialIpEntity } from './credential.ip.entity';
5
+ export declare class ClientCredentialEntity extends CommonEntity {
6
+ client_id: number;
7
+ name: string;
8
+ identifier: string;
9
+ credential: string;
10
+ active: boolean;
11
+ attributes: ClientCredentialAttributesDto;
12
+ client: ClientEntity;
13
+ ips: CredentialIpEntity[];
14
+ }
@@ -0,0 +1,57 @@
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.ClientCredentialEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const common_entity_1 = require("../../common/libraries/common.entity");
15
+ const client_credential_attributes_dto_1 = require("../dtos/client.credential.attributes.dto");
16
+ const client_entity_1 = require("./client.entity");
17
+ const credential_ip_entity_1 = require("./credential.ip.entity");
18
+ let ClientCredentialEntity = class ClientCredentialEntity extends common_entity_1.CommonEntity {
19
+ };
20
+ exports.ClientCredentialEntity = ClientCredentialEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], ClientCredentialEntity.prototype, "client_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", String)
28
+ ], ClientCredentialEntity.prototype, "name", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", String)
32
+ ], ClientCredentialEntity.prototype, "identifier", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)(),
35
+ __metadata("design:type", String)
36
+ ], ClientCredentialEntity.prototype, "credential", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Boolean)
40
+ ], ClientCredentialEntity.prototype, "active", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)('json'),
43
+ __metadata("design:type", client_credential_attributes_dto_1.ClientCredentialAttributesDto)
44
+ ], ClientCredentialEntity.prototype, "attributes", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.ManyToOne)(() => client_entity_1.ClientEntity),
47
+ (0, typeorm_1.JoinColumn)({ name: 'client_id' }),
48
+ __metadata("design:type", client_entity_1.ClientEntity)
49
+ ], ClientCredentialEntity.prototype, "client", void 0);
50
+ __decorate([
51
+ (0, typeorm_1.OneToMany)(() => credential_ip_entity_1.CredentialIpEntity, (ip) => ip.credential),
52
+ __metadata("design:type", Array)
53
+ ], ClientCredentialEntity.prototype, "ips", void 0);
54
+ exports.ClientCredentialEntity = ClientCredentialEntity = __decorate([
55
+ (0, typeorm_1.Entity)('sys_client_credentials')
56
+ ], ClientCredentialEntity);
57
+ //# sourceMappingURL=client.credential.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.credential.entity.js","sourceRoot":"","sources":["../../../src/system/entities/client.credential.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2E;AAC3E,wEAAoE;AACpE,+FAAyF;AACzF,mDAA+C;AAC/C,iEAA4D;AASrD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,4BAAY;CAsBvD,CAAA;AAtBY,wDAAsB;AAE/B;IADC,IAAA,gBAAM,GAAE;;yDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;oDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gEAA6B;0DAAC;AAGwB;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4BAAY;sDAAC;AAC3B;IAA3D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,UAAU,CAAC;;mDAA2B;iCArB7E,sBAAsB;IADlC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,sBAAsB,CAsBlC"}
@@ -0,0 +1,9 @@
1
+ import { CommonEntity } from '../../common/libraries/common.entity';
2
+ import { ClientAttributesDto } from '../dtos/client.attributes.dto';
3
+ import { ClientCredentialEntity } from './client.credential.entity';
4
+ export declare class ClientEntity extends CommonEntity {
5
+ name: string;
6
+ active: boolean;
7
+ attributes: ClientAttributesDto;
8
+ credentials: ClientCredentialEntity[];
9
+ }
@@ -0,0 +1,39 @@
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.ClientEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const common_entity_1 = require("../../common/libraries/common.entity");
15
+ const client_attributes_dto_1 = require("../dtos/client.attributes.dto");
16
+ const client_credential_entity_1 = require("./client.credential.entity");
17
+ let ClientEntity = class ClientEntity extends common_entity_1.CommonEntity {
18
+ };
19
+ exports.ClientEntity = ClientEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", String)
23
+ ], ClientEntity.prototype, "name", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", Boolean)
27
+ ], ClientEntity.prototype, "active", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)('json'),
30
+ __metadata("design:type", client_attributes_dto_1.ClientAttributesDto)
31
+ ], ClientEntity.prototype, "attributes", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.OneToMany)(() => client_credential_entity_1.ClientCredentialEntity, (credential) => credential.client),
34
+ __metadata("design:type", Array)
35
+ ], ClientEntity.prototype, "credentials", void 0);
36
+ exports.ClientEntity = ClientEntity = __decorate([
37
+ (0, typeorm_1.Entity)('sys_client_details')
38
+ ], ClientEntity);
39
+ //# sourceMappingURL=client.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.entity.js","sourceRoot":"","sources":["../../../src/system/entities/client.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoD;AACpD,wEAAoE;AACpE,yEAAoE;AACpE,yEAAoE;AAS7D,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,4BAAY;CAY7C,CAAA;AAZY,oCAAY;AAErB;IADC,IAAA,gBAAM,GAAE;;0CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;4CACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,2CAAmB;gDAAC;AAG4C;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAsB,EAAE,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;;iDAAuC;uBAXzG,YAAY;IADxB,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,YAAY,CAYxB"}
@@ -0,0 +1,9 @@
1
+ import { CommonEntity } from '../../common/libraries/common.entity';
2
+ import { CredentialIpAttributesDto } from '../dtos/credential.ip.attributes.dto';
3
+ import { ClientCredentialEntity } from './client.credential.entity';
4
+ export declare class CredentialIpEntity extends CommonEntity {
5
+ credential_id: number;
6
+ ip: string;
7
+ attributes: CredentialIpAttributesDto;
8
+ credential: ClientCredentialEntity;
9
+ }
@@ -0,0 +1,40 @@
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.CredentialIpEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const common_entity_1 = require("../../common/libraries/common.entity");
15
+ const credential_ip_attributes_dto_1 = require("../dtos/credential.ip.attributes.dto");
16
+ const client_credential_entity_1 = require("./client.credential.entity");
17
+ let CredentialIpEntity = class CredentialIpEntity extends common_entity_1.CommonEntity {
18
+ };
19
+ exports.CredentialIpEntity = CredentialIpEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", Number)
23
+ ], CredentialIpEntity.prototype, "credential_id", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", String)
27
+ ], CredentialIpEntity.prototype, "ip", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)('json'),
30
+ __metadata("design:type", credential_ip_attributes_dto_1.CredentialIpAttributesDto)
31
+ ], CredentialIpEntity.prototype, "attributes", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.ManyToOne)(() => client_credential_entity_1.ClientCredentialEntity),
34
+ (0, typeorm_1.JoinColumn)({ name: 'credential_id' }),
35
+ __metadata("design:type", client_credential_entity_1.ClientCredentialEntity)
36
+ ], CredentialIpEntity.prototype, "credential", void 0);
37
+ exports.CredentialIpEntity = CredentialIpEntity = __decorate([
38
+ (0, typeorm_1.Entity)('sys_credential_ips')
39
+ ], CredentialIpEntity);
40
+ //# sourceMappingURL=credential.ip.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credential.ip.entity.js","sourceRoot":"","sources":["../../../src/system/entities/credential.ip.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,uFAAiF;AACjF,yEAAoE;AAS7D,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,4BAAY;CAYnD,CAAA;AAZY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;yDACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;8CACE;AAGX;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAG0C;IAA/E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAAa,iDAAsB;sDAAC;6BAX1G,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAY9B"}
@@ -1,4 +1,4 @@
1
- import { CommonEntity } from '../../common';
1
+ import { CommonEntity } from '../../common/libraries/common.entity';
2
2
  import { ColumnDefinitionEntity } from './column.definition.entity';
3
3
  export declare class DynamoTableEntity extends CommonEntity {
4
4
  table_name: string;
@@ -11,9 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.DynamoTableEntity = void 0;
13
13
  const typeorm_1 = require("typeorm");
14
- const common_1 = require("../../common");
14
+ const common_entity_1 = require("../../common/libraries/common.entity");
15
15
  const column_definition_entity_1 = require("./column.definition.entity");
16
- let DynamoTableEntity = class DynamoTableEntity extends common_1.CommonEntity {
16
+ let DynamoTableEntity = class DynamoTableEntity extends common_entity_1.CommonEntity {
17
17
  };
18
18
  exports.DynamoTableEntity = DynamoTableEntity;
19
19
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"dynamo.table.entity.js","sourceRoot":"","sources":["../../../src/system/entities/dynamo.table.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,yCAA4C;AAC5C,yEAAoE;AAS7D,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,qBAAY;CAkBlD,CAAA;AAlBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;uDACY;AAGrB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACC;AAG+D;IAA9E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BAAY,iDAAsB;oDAAC;4BAjBxG,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAkB7B"}
1
+ {"version":3,"file":"dynamo.table.entity.js","sourceRoot":"","sources":["../../../src/system/entities/dynamo.table.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,yEAAoE;AAS7D,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,4BAAY;CAkBlD,CAAA;AAlBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;uDACY;AAGrB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACC;AAG+D;IAA9E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BAAY,iDAAsB;oDAAC;4BAjBxG,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAkB7B"}
@@ -1,10 +1,13 @@
1
1
  export * from './business.rule.entity';
2
2
  export * from './business.rule.role.entity';
3
3
  export * from './chart.entity';
4
+ export * from './client.credential.entity';
5
+ export * from './client.entity';
4
6
  export * from './client.script.entity';
5
7
  export * from './column.definition.entity';
6
8
  export * from './column.entity';
7
9
  export * from './comment.entity';
10
+ export * from './credential.ip.entity';
8
11
  export * from './document.entity';
9
12
  export * from './dynamo.table.entity';
10
13
  export * from './email.template.entity';
@@ -17,10 +17,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./business.rule.entity"), exports);
18
18
  __exportStar(require("./business.rule.role.entity"), exports);
19
19
  __exportStar(require("./chart.entity"), exports);
20
+ __exportStar(require("./client.credential.entity"), exports);
21
+ __exportStar(require("./client.entity"), exports);
20
22
  __exportStar(require("./client.script.entity"), exports);
21
23
  __exportStar(require("./column.definition.entity"), exports);
22
24
  __exportStar(require("./column.entity"), exports);
23
25
  __exportStar(require("./comment.entity"), exports);
26
+ __exportStar(require("./credential.ip.entity"), exports);
24
27
  __exportStar(require("./document.entity"), exports);
25
28
  __exportStar(require("./dynamo.table.entity"), exports);
26
29
  __exportStar(require("./email.template.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,8DAA4C;AAC5C,iDAA+B;AAC/B,yDAAuC;AACvC,6DAA2C;AAC3C,kDAAgC;AAChC,mDAAiC;AACjC,oDAAkC;AAClC,wDAAsC;AACtC,0DAAwC;AACxC,wDAAsC;AACtC,uDAAqC;AACrC,uDAAqC;AACrC,gDAA8B;AAC9B,2DAAyC;AACzC,2DAAyC;AACzC,uDAAqC;AACrC,wDAAsC;AACtC,oDAAkC;AAClC,2DAAyC;AACzC,gDAA8B;AAC9B,qDAAmC;AACnC,6DAA2C;AAC3C,wDAAsC;AACtC,iDAA+B;AAC/B,8DAA4C;AAC5C,sDAAoC;AACpC,kDAAgC;AAChC,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,uDAAqC;AACrC,wDAAsC;AACtC,oDAAkC;AAClC,wDAAsC;AACtC,yDAAuC;AACvC,kDAAgC;AAChC,yDAAuC;AACvC,wDAAsC;AACtC,+DAA6C;AAC7C,uDAAqC;AACrC,2DAAyC;AACzC,0DAAwC;AACxC,yDAAuC;AACvC,mDAAiC;AACjC,uDAAqC;AACrC,wDAAsC;AACtC,yDAAuC;AACvC,qDAAmC;AACnC,gEAA8C;AAC9C,0DAAwC;AACxC,sDAAoC;AACpC,6DAA2C;AAC3C,iEAA+C;AAC/C,2DAAyC;AACzC,2DAAyC;AACzC,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AAAA,8DAA4C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,mDAAiC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,6DAA2C;AAAA,wDAAsC;AAAA,iDAA+B;AAAA,8DAA4C;AAAA,sDAAoC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,mDAAiC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,6DAA0C"}
@@ -15,7 +15,8 @@ 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';
18
+ import { ClientCredentialAttributesDto } from './dtos/client.credential.attributes.dto';
19
+ import { ClientCredentialDto } from './dtos/client.credential.dto';
19
20
  import { FileUploadDto } from './dtos/file.upload.dto';
20
21
  import { FileUploadSpecDto } from './dtos/file.upload.spec.dto';
21
22
  import { JobRecordParamDto } from './dtos/job.record.param.dto';
@@ -32,10 +33,13 @@ import { ValidationOptionsDto } from './dtos/validation.options.dto';
32
33
  import { BusinessRuleEntity } from './entities/business.rule.entity';
33
34
  import { BusinessRuleRoleEntity } from './entities/business.rule.role.entity';
34
35
  import { ChartEntity } from './entities/chart.entity';
36
+ import { ClientCredentialEntity } from './entities/client.credential.entity';
37
+ import { ClientEntity } from './entities/client.entity';
35
38
  import { ClientScriptEntity } from './entities/client.script.entity';
36
39
  import { ColumnDefinitionEntity } from './entities/column.definition.entity';
37
40
  import { ColumnEntity } from './entities/column.entity';
38
41
  import { CommentEntity } from './entities/comment.entity';
42
+ import { CredentialIpEntity } from './entities/credential.ip.entity';
39
43
  import { DocumentEntity } from './entities/document.entity';
40
44
  import { DynamoTableEntity } from './entities/dynamo.table.entity';
41
45
  import { EventDetailEntity } from './entities/event.detail.entity';
@@ -80,8 +84,11 @@ import { UserGroupRoleEntity } from './entities/user.group.role.entity';
80
84
  import { UserPreferenceEntity } from './entities/user.preference.entity';
81
85
  import { WhatsappTemplateEntity } from './entities/whatsapp.template.entity';
82
86
  import { CleanScheduledEventJob } from './jobs/clean.scheduled.event.job';
87
+ import { ClientCredentialJob } from './jobs/client.credential.job';
88
+ import { ClientJob } from './jobs/client.job';
83
89
  import { ColumnMapperJob } from './jobs/column.mapper.job';
84
90
  import { CommentJob } from './jobs/comment.job';
91
+ import { CredentialIpJob } from './jobs/credential.ip.job';
85
92
  import { DocumentJob } from './jobs/document.job';
86
93
  import { MailValidationJob } from './jobs/mail.validation.job';
87
94
  import { MobileValidationJob } from './jobs/mobile.validation.job';
@@ -106,6 +113,7 @@ import { MenuListModifier } from './modifiers/menu.list.modifier';
106
113
  import { ModuleListModifier } from './modifiers/module.list.modifier';
107
114
  import { AwsS3Service } from './services/aws.s3.service';
108
115
  import { BusinessRuleService } from './services/business.rule.service';
116
+ import { ClientCredentialService } from './services/client.credential.service';
109
117
  import { ClientScriptService } from './services/client.script.service';
110
118
  import { ColumnService } from './services/column.service';
111
119
  import { CommentService } from './services/comment.service';
@@ -129,8 +137,11 @@ import { SecurityRuleService } from './services/security.rule.service';
129
137
  import { UiActionService } from './services/ui.action.service';
130
138
  import { UploadService } from './services/upload.service';
131
139
  import { UserPreferenceService } from './services/user.preference.service';
140
+ import { ClientCredentialSubscriber } from './subscribers/client.credential.subscriber';
141
+ import { ClientSubscriber } from './subscribers/client.subscriber';
132
142
  import { ColumnSubscriber } from './subscribers/column.subscriber';
133
143
  import { CommentSubscriber } from './subscribers/comment.subscriber';
144
+ import { CredentialIpSubscriber } from './subscribers/credential.ip.subscriber';
134
145
  import { DocumentSubscriber } from './subscribers/document.subscriber';
135
146
  import { MailValidationSubscriber } from './subscribers/mail.validation.subscriber';
136
147
  import { MobileValidationSubscriber } from './subscribers/mobile.validation.subscriber';
@@ -143,13 +154,13 @@ import { UserGroupPermissionSubscriber } from './subscribers/user.group.permissi
143
154
  import { UserGroupRoleSubscriber } from './subscribers/user.group.role.subscriber';
144
155
  declare const es6Classes: {
145
156
  commands: (typeof DbScannerCommand | typeof DynamoScannerCommand | typeof EventQueueCommand | typeof JobsScannerCommand | typeof ModelScannerCommand | typeof ReportScannerCommand | typeof ServiceScannerCommand | typeof SyncAllCommand)[];
146
- controllers: (typeof BaseController | typeof DataController | typeof FormController | typeof MenuController | typeof PreferenceController | typeof UploadController | typeof UserPreferenceController | typeof ReportController)[];
147
- dtos: (typeof ModelFormPreferenceCreationDto | typeof FileUploadSpecDto | typeof S3UploadOptionsDto | typeof LocalFileS3UploadDto | typeof S3ObjectInfoDto | typeof UserPreferenceCreationDto | typeof AddCommentDto | typeof CommentAttributesDto | typeof FileUploadDto | typeof JobRecordParamDto | typeof MailValidationDto | typeof MobileValidationDto | typeof ModelAllowedColumnDto | typeof OtpGenerationDto | typeof ValidationOptionsDto)[];
148
- entities: (typeof ColumnDefinitionEntity | typeof BusinessRuleRoleEntity | typeof BusinessRuleEntity | typeof LookupTypeEntity | typeof SystemScriptEntity | typeof ModelEntity | typeof FormPreferenceEntity | typeof ModelColumnEntity | typeof ColumnEntity | typeof RelationshipEntity | typeof ModelRelationshipEntity | typeof ModelRoleEntity | typeof FormColumnEntity | typeof UiActionPermissionEntity | typeof UiActionEntity | typeof UiActionRoleEntity | typeof UserGroupRoleEntity | typeof UserGroupEntity | typeof UserGroupMemberEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof PrimaryAxisEntity | typeof ChartEntity | typeof ReportColumnEntity | typeof ReportEntity | typeof ReportFilterEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ServiceEntity | typeof SecurityRuleEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof MailLogEntity | typeof MailValidationEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof MobileValidationEntity | typeof OpenPropertyEntity | typeof ScheduledEventEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
149
- jobs: (typeof ModelScannerJob | typeof ReportColumnSyncJob | typeof ScheduledEventJob | typeof CleanScheduledEventJob | typeof ColumnMapperJob | typeof CommentJob | typeof DocumentJob | typeof MailValidationJob | typeof MobileValidationJob | typeof RefreshPropertyCacheJob | typeof PropertyJob | typeof RelationshipMapperJob | typeof ScheduledEventsJob | typeof SmsMessageJob | typeof UserGroupMemberJob | typeof UserGroupPermissionJob | typeof UserGroupRoleJob)[];
157
+ controllers: (typeof BaseController | typeof DataController | typeof FormController | typeof MenuController | typeof PreferenceController | typeof ReportController | typeof UploadController | typeof UserPreferenceController)[];
158
+ dtos: (typeof ClientCredentialAttributesDto | typeof ModelFormPreferenceCreationDto | typeof FileUploadSpecDto | typeof S3UploadOptionsDto | typeof LocalFileS3UploadDto | typeof S3ObjectInfoDto | typeof UserPreferenceCreationDto | typeof AddCommentDto | typeof ClientCredentialDto | typeof FileUploadDto | typeof JobRecordParamDto | typeof MailValidationDto | typeof MobileValidationDto | typeof ModelAllowedColumnDto | typeof OtpGenerationDto | typeof ValidationOptionsDto)[];
159
+ 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 ClientEntity | typeof ClientCredentialEntity | typeof CredentialIpEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof MailLogEntity | typeof MailValidationEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof MobileValidationEntity | typeof OpenPropertyEntity | typeof ReportFilterEntity | typeof ReportEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ReportColumnEntity | typeof ScheduledEventEntity | typeof SecurityRuleEntity | typeof ServiceEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
160
+ jobs: (typeof ModelScannerJob | typeof ReportColumnSyncJob | typeof ScheduledEventJob | typeof CleanScheduledEventJob | typeof ClientCredentialJob | typeof ClientJob | typeof ColumnMapperJob | typeof CommentJob | typeof CredentialIpJob | typeof DocumentJob | typeof MailValidationJob | typeof MobileValidationJob | typeof RefreshPropertyCacheJob | typeof PropertyJob | typeof RelationshipMapperJob | typeof ScheduledEventsJob | typeof SmsMessageJob | typeof UserGroupMemberJob | typeof UserGroupPermissionJob | typeof UserGroupRoleJob)[];
150
161
  libraries: (typeof SyncDynamoTables | typeof ModelSync | typeof SecurityRuleEvaluator | typeof ColumnManager | typeof BusinessRuleFilterValidator | typeof BusinessRuleQueryEvaluator)[];
151
162
  modifiers: (typeof MenuListModifier | typeof ModuleListModifier)[];
152
- 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)[];
153
- subscribers: (typeof ColumnSubscriber | typeof CommentSubscriber | typeof DocumentSubscriber | typeof MailValidationSubscriber | typeof MobileValidationSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof SmsMessageSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
163
+ 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 ClientCredentialService | typeof ColumnService | typeof CommentService | typeof DocumentService | typeof Es6JobsService | typeof Es6Service | typeof MailValidationService | typeof MobileValidationService)[];
164
+ subscribers: (typeof ClientCredentialSubscriber | typeof ClientSubscriber | typeof ColumnSubscriber | typeof CommentSubscriber | typeof CredentialIpSubscriber | typeof DocumentSubscriber | typeof MailValidationSubscriber | typeof MobileValidationSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof SmsMessageSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
154
165
  };
155
166
  export default es6Classes;
@@ -17,7 +17,11 @@ const report_controller_1 = require("./controllers/report.controller");
17
17
  const upload_controller_1 = require("./controllers/upload.controller");
18
18
  const user_preference_controller_1 = require("./controllers/user.preference.controller");
19
19
  const add_comment_dto_1 = require("./dtos/add.comment.dto");
20
+ const client_attributes_dto_1 = require("./dtos/client.attributes.dto");
21
+ const client_credential_attributes_dto_1 = require("./dtos/client.credential.attributes.dto");
22
+ const client_credential_dto_1 = require("./dtos/client.credential.dto");
20
23
  const comment_attributes_dto_1 = require("./dtos/comment.attributes.dto");
24
+ const credential_ip_attributes_dto_1 = require("./dtos/credential.ip.attributes.dto");
21
25
  const document_attributes_dto_1 = require("./dtos/document.attributes.dto");
22
26
  const file_upload_dto_1 = require("./dtos/file.upload.dto");
23
27
  const file_upload_spec_dto_1 = require("./dtos/file.upload.spec.dto");
@@ -37,10 +41,13 @@ const validation_options_dto_1 = require("./dtos/validation.options.dto");
37
41
  const business_rule_entity_1 = require("./entities/business.rule.entity");
38
42
  const business_rule_role_entity_1 = require("./entities/business.rule.role.entity");
39
43
  const chart_entity_1 = require("./entities/chart.entity");
44
+ const client_credential_entity_1 = require("./entities/client.credential.entity");
45
+ const client_entity_1 = require("./entities/client.entity");
40
46
  const client_script_entity_1 = require("./entities/client.script.entity");
41
47
  const column_definition_entity_1 = require("./entities/column.definition.entity");
42
48
  const column_entity_1 = require("./entities/column.entity");
43
49
  const comment_entity_1 = require("./entities/comment.entity");
50
+ const credential_ip_entity_1 = require("./entities/credential.ip.entity");
44
51
  const document_entity_1 = require("./entities/document.entity");
45
52
  const dynamo_table_entity_1 = require("./entities/dynamo.table.entity");
46
53
  const email_template_entity_1 = require("./entities/email.template.entity");
@@ -92,8 +99,11 @@ const user_group_role_entity_1 = require("./entities/user.group.role.entity");
92
99
  const user_preference_entity_1 = require("./entities/user.preference.entity");
93
100
  const whatsapp_template_entity_1 = require("./entities/whatsapp.template.entity");
94
101
  const clean_scheduled_event_job_1 = require("./jobs/clean.scheduled.event.job");
102
+ const client_credential_job_1 = require("./jobs/client.credential.job");
103
+ const client_job_1 = require("./jobs/client.job");
95
104
  const column_mapper_job_1 = require("./jobs/column.mapper.job");
96
105
  const comment_job_1 = require("./jobs/comment.job");
106
+ const credential_ip_job_1 = require("./jobs/credential.ip.job");
97
107
  const document_job_1 = require("./jobs/document.job");
98
108
  const mail_validation_job_1 = require("./jobs/mail.validation.job");
99
109
  const mobile_validation_job_1 = require("./jobs/mobile.validation.job");
@@ -118,6 +128,7 @@ const menu_list_modifier_1 = require("./modifiers/menu.list.modifier");
118
128
  const module_list_modifier_1 = require("./modifiers/module.list.modifier");
119
129
  const aws_s3_service_1 = require("./services/aws.s3.service");
120
130
  const business_rule_service_1 = require("./services/business.rule.service");
131
+ const client_credential_service_1 = require("./services/client.credential.service");
121
132
  const client_script_service_1 = require("./services/client.script.service");
122
133
  const column_service_1 = require("./services/column.service");
123
134
  const comment_service_1 = require("./services/comment.service");
@@ -141,8 +152,11 @@ const security_rule_service_1 = require("./services/security.rule.service");
141
152
  const ui_action_service_1 = require("./services/ui.action.service");
142
153
  const upload_service_1 = require("./services/upload.service");
143
154
  const user_preference_service_1 = require("./services/user.preference.service");
155
+ const client_credential_subscriber_1 = require("./subscribers/client.credential.subscriber");
156
+ const client_subscriber_1 = require("./subscribers/client.subscriber");
144
157
  const column_subscriber_1 = require("./subscribers/column.subscriber");
145
158
  const comment_subscriber_1 = require("./subscribers/comment.subscriber");
159
+ const credential_ip_subscriber_1 = require("./subscribers/credential.ip.subscriber");
146
160
  const document_subscriber_1 = require("./subscribers/document.subscriber");
147
161
  const mail_validation_subscriber_1 = require("./subscribers/mail.validation.subscriber");
148
162
  const mobile_validation_subscriber_1 = require("./subscribers/mobile.validation.subscriber");
@@ -176,7 +190,11 @@ const es6Classes = {
176
190
  ],
177
191
  dtos: [
178
192
  add_comment_dto_1.AddCommentDto,
193
+ client_attributes_dto_1.ClientAttributesDto,
194
+ client_credential_attributes_dto_1.ClientCredentialAttributesDto,
195
+ client_credential_dto_1.ClientCredentialDto,
179
196
  comment_attributes_dto_1.CommentAttributesDto,
197
+ credential_ip_attributes_dto_1.CredentialIpAttributesDto,
180
198
  document_attributes_dto_1.DocumentAttributesDto,
181
199
  file_upload_dto_1.FileUploadDto,
182
200
  file_upload_spec_dto_1.FileUploadSpecDto,
@@ -198,10 +216,13 @@ const es6Classes = {
198
216
  business_rule_entity_1.BusinessRuleEntity,
199
217
  business_rule_role_entity_1.BusinessRuleRoleEntity,
200
218
  chart_entity_1.ChartEntity,
219
+ client_credential_entity_1.ClientCredentialEntity,
220
+ client_entity_1.ClientEntity,
201
221
  client_script_entity_1.ClientScriptEntity,
202
222
  column_definition_entity_1.ColumnDefinitionEntity,
203
223
  column_entity_1.ColumnEntity,
204
224
  comment_entity_1.CommentEntity,
225
+ credential_ip_entity_1.CredentialIpEntity,
205
226
  document_entity_1.DocumentEntity,
206
227
  dynamo_table_entity_1.DynamoTableEntity,
207
228
  email_template_entity_1.EmailTemplateEntity,
@@ -255,8 +276,11 @@ const es6Classes = {
255
276
  ],
256
277
  jobs: [
257
278
  clean_scheduled_event_job_1.CleanScheduledEventJob,
279
+ client_credential_job_1.ClientCredentialJob,
280
+ client_job_1.ClientJob,
258
281
  column_mapper_job_1.ColumnMapperJob,
259
282
  comment_job_1.CommentJob,
283
+ credential_ip_job_1.CredentialIpJob,
260
284
  document_job_1.DocumentJob,
261
285
  mail_validation_job_1.MailValidationJob,
262
286
  mobile_validation_job_1.MobileValidationJob,
@@ -277,6 +301,7 @@ const es6Classes = {
277
301
  services: [
278
302
  aws_s3_service_1.AwsS3Service,
279
303
  business_rule_service_1.BusinessRuleService,
304
+ client_credential_service_1.ClientCredentialService,
280
305
  client_script_service_1.ClientScriptService,
281
306
  column_service_1.ColumnService,
282
307
  comment_service_1.CommentService,
@@ -302,8 +327,11 @@ const es6Classes = {
302
327
  user_preference_service_1.UserPreferenceService,
303
328
  ],
304
329
  subscribers: [
330
+ client_credential_subscriber_1.ClientCredentialSubscriber,
331
+ client_subscriber_1.ClientSubscriber,
305
332
  column_subscriber_1.ColumnSubscriber,
306
333
  comment_subscriber_1.CommentSubscriber,
334
+ credential_ip_subscriber_1.CredentialIpSubscriber,
307
335
  document_subscriber_1.DocumentSubscriber,
308
336
  mail_validation_subscriber_1.MailValidationSubscriber,
309
337
  mobile_validation_subscriber_1.MobileValidationSubscriber,
@@ -1 +1 @@
1
- {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/system/es6.classes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/system/es6.classes.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,gDAA8B;AAC9B,yCAAuB;AACvB,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,yCAAuB;AAAA,6CAA2B;AAAA,yCAAuB;AAAA,8CAA4B;AAAA,8CAA4B;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,kDAA+B"}