rez_core 6.5.66 → 6.5.68

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 (238) hide show
  1. package/.claude/settings.local.json +26 -0
  2. package/.idea/250218_nodejs_core.iml +9 -0
  3. package/.idea/codeStyles/Project.xml +59 -0
  4. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  5. package/.idea/copilot.data.migration.agent.xml +6 -0
  6. package/.idea/copilot.data.migration.ask.xml +6 -0
  7. package/.idea/copilot.data.migration.ask2agent.xml +6 -0
  8. package/.idea/copilot.data.migration.edit.xml +6 -0
  9. package/.idea/inspectionProfiles/Project_Default.xml +6 -0
  10. package/.idea/misc.xml +6 -0
  11. package/.idea/modules.xml +8 -0
  12. package/.idea/prettier.xml +6 -0
  13. package/.idea/vcs.xml +6 -0
  14. package/dist/module/dashboard/controller/dashboard.controller.d.ts +5 -6
  15. package/dist/module/dashboard/entity/dashboard_page_data.entity.d.ts +0 -1
  16. package/dist/module/dashboard/entity/dashboard_page_data.entity.js +1 -6
  17. package/dist/module/dashboard/entity/dashboard_page_data.entity.js.map +1 -1
  18. package/dist/module/dashboard/entity/widget_master.entity.d.ts +0 -1
  19. package/dist/module/dashboard/entity/widget_master.entity.js +1 -6
  20. package/dist/module/dashboard/entity/widget_master.entity.js.map +1 -1
  21. package/dist/module/dashboard/service/dashboard.service.d.ts +5 -6
  22. package/dist/module/entity_json/service/entity_json.service.js +1 -11
  23. package/dist/module/entity_json/service/entity_json.service.js.map +1 -1
  24. package/dist/module/filter/entity/saved-filter-detail.entity.d.ts +0 -1
  25. package/dist/module/filter/entity/saved-filter-detail.entity.js +1 -7
  26. package/dist/module/filter/entity/saved-filter-detail.entity.js.map +1 -1
  27. package/dist/module/filter/entity/saved-filter-master.entity.d.ts +0 -1
  28. package/dist/module/filter/entity/saved-filter-master.entity.js +1 -7
  29. package/dist/module/filter/entity/saved-filter-master.entity.js.map +1 -1
  30. package/dist/module/filter/repository/saved-filter.repository.js +2 -2
  31. package/dist/module/filter/repository/saved-filter.repository.js.map +1 -1
  32. package/dist/module/filter/service/filter.service.js +1 -1
  33. package/dist/module/filter/service/filter.service.js.map +1 -1
  34. package/dist/module/filter/service/saved-filter.service.js +0 -1
  35. package/dist/module/filter/service/saved-filter.service.js.map +1 -1
  36. package/dist/module/integration/service/integration.service.js +2 -4
  37. package/dist/module/integration/service/integration.service.js.map +1 -1
  38. package/dist/module/listmaster/entity/list-master-items.entity.d.ts +0 -2
  39. package/dist/module/listmaster/entity/list-master-items.entity.js +2 -12
  40. package/dist/module/listmaster/entity/list-master-items.entity.js.map +1 -1
  41. package/dist/module/listmaster/entity/list-master.entity.d.ts +0 -1
  42. package/dist/module/listmaster/entity/list-master.entity.js +1 -7
  43. package/dist/module/listmaster/entity/list-master.entity.js.map +1 -1
  44. package/dist/module/listmaster/service/list-master.service.js.map +1 -1
  45. package/dist/module/mapper/entity/field-lovs.entity.d.ts +0 -1
  46. package/dist/module/mapper/entity/field-lovs.entity.js +1 -6
  47. package/dist/module/mapper/entity/field-lovs.entity.js.map +1 -1
  48. package/dist/module/mapper/entity/field-mapper.entity.d.ts +0 -1
  49. package/dist/module/mapper/entity/field-mapper.entity.js +1 -6
  50. package/dist/module/mapper/entity/field-mapper.entity.js.map +1 -1
  51. package/dist/module/mapper/entity/mapper.entity.d.ts +0 -1
  52. package/dist/module/mapper/entity/mapper.entity.js +1 -6
  53. package/dist/module/mapper/entity/mapper.entity.js.map +1 -1
  54. package/dist/module/mapper/service/field-mapper.service.js +0 -1
  55. package/dist/module/mapper/service/field-mapper.service.js.map +1 -1
  56. package/dist/module/master/controller/master.controller.d.ts +1 -3
  57. package/dist/module/master/controller/master.controller.js +4 -6
  58. package/dist/module/master/controller/master.controller.js.map +1 -1
  59. package/dist/module/master/service/master.service.d.ts +1 -1
  60. package/dist/module/master/service/master.service.js +25 -44
  61. package/dist/module/master/service/master.service.js.map +1 -1
  62. package/dist/module/meta/entity/attribute-master.entity.d.ts +4 -14
  63. package/dist/module/meta/entity/attribute-master.entity.js +17 -82
  64. package/dist/module/meta/entity/attribute-master.entity.js.map +1 -1
  65. package/dist/module/meta/entity/base-entity.entity.d.ts +5 -7
  66. package/dist/module/meta/entity/base-entity.entity.js +21 -48
  67. package/dist/module/meta/entity/base-entity.entity.js.map +1 -1
  68. package/dist/module/meta/entity/entity-master.entity.d.ts +0 -1
  69. package/dist/module/meta/entity/entity-master.entity.js +1 -7
  70. package/dist/module/meta/entity/entity-master.entity.js.map +1 -1
  71. package/dist/module/meta/entity/entity-relation-data.entity.d.ts +0 -1
  72. package/dist/module/meta/entity/entity-relation-data.entity.js +1 -7
  73. package/dist/module/meta/entity/entity-relation-data.entity.js.map +1 -1
  74. package/dist/module/meta/entity/entity-relation.entity.d.ts +0 -1
  75. package/dist/module/meta/entity/entity-relation.entity.js +1 -7
  76. package/dist/module/meta/entity/entity-relation.entity.js.map +1 -1
  77. package/dist/module/meta/entity/entity-table-column.entity.d.ts +0 -1
  78. package/dist/module/meta/entity/entity-table-column.entity.js +1 -7
  79. package/dist/module/meta/entity/entity-table-column.entity.js.map +1 -1
  80. package/dist/module/meta/entity/entity-table.entity.d.ts +0 -1
  81. package/dist/module/meta/entity/entity-table.entity.js +1 -7
  82. package/dist/module/meta/entity/entity-table.entity.js.map +1 -1
  83. package/dist/module/meta/entity/media-data.entity.d.ts +0 -1
  84. package/dist/module/meta/entity/media-data.entity.js +1 -7
  85. package/dist/module/meta/entity/media-data.entity.js.map +1 -1
  86. package/dist/module/meta/entity/preference.entity.d.ts +0 -1
  87. package/dist/module/meta/entity/preference.entity.js +1 -7
  88. package/dist/module/meta/entity/preference.entity.js.map +1 -1
  89. package/dist/module/meta/entity/view-master.entity.d.ts +0 -1
  90. package/dist/module/meta/entity/view-master.entity.js +1 -7
  91. package/dist/module/meta/entity/view-master.entity.js.map +1 -1
  92. package/dist/module/meta/repository/attribute-master.repository.d.ts +1 -1
  93. package/dist/module/meta/repository/attribute-master.repository.js +4 -5
  94. package/dist/module/meta/repository/attribute-master.repository.js.map +1 -1
  95. package/dist/module/meta/repository/entity-master.repository.js +1 -1
  96. package/dist/module/meta/repository/entity-master.repository.js.map +1 -1
  97. package/dist/module/meta/service/attribute-master.service.js +2 -2
  98. package/dist/module/meta/service/attribute-master.service.js.map +1 -1
  99. package/dist/module/meta/service/entity-dynamic.service.js +1 -1
  100. package/dist/module/meta/service/entity-dynamic.service.js.map +1 -1
  101. package/dist/module/meta/service/entity-service-impl.service.js +2 -2
  102. package/dist/module/meta/service/entity-service-impl.service.js.map +1 -1
  103. package/dist/module/meta/service/entity-validation.service.js +0 -30
  104. package/dist/module/meta/service/entity-validation.service.js.map +1 -1
  105. package/dist/module/meta/service/resolver.service.js +21 -21
  106. package/dist/module/meta/service/resolver.service.js.map +1 -1
  107. package/dist/module/workflow/controller/activity-log.controller.d.ts +4 -6
  108. package/dist/module/workflow/entity/action-category.entity.d.ts +0 -1
  109. package/dist/module/workflow/entity/action-category.entity.js +1 -7
  110. package/dist/module/workflow/entity/action-category.entity.js.map +1 -1
  111. package/dist/module/workflow/entity/action-data.entity.d.ts +0 -1
  112. package/dist/module/workflow/entity/action-data.entity.js +1 -6
  113. package/dist/module/workflow/entity/action-data.entity.js.map +1 -1
  114. package/dist/module/workflow/entity/action-resources-mapping.entity.d.ts +0 -1
  115. package/dist/module/workflow/entity/action-resources-mapping.entity.js +1 -7
  116. package/dist/module/workflow/entity/action-resources-mapping.entity.js.map +1 -1
  117. package/dist/module/workflow/entity/action-template-mapping.entity.d.ts +0 -1
  118. package/dist/module/workflow/entity/action-template-mapping.entity.js +1 -7
  119. package/dist/module/workflow/entity/action-template-mapping.entity.js.map +1 -1
  120. package/dist/module/workflow/entity/action.entity.d.ts +0 -1
  121. package/dist/module/workflow/entity/action.entity.js +1 -7
  122. package/dist/module/workflow/entity/action.entity.js.map +1 -1
  123. package/dist/module/workflow/entity/activity-log.entity.d.ts +0 -1
  124. package/dist/module/workflow/entity/activity-log.entity.js +1 -6
  125. package/dist/module/workflow/entity/activity-log.entity.js.map +1 -1
  126. package/dist/module/workflow/entity/comm-template.entity.d.ts +0 -1
  127. package/dist/module/workflow/entity/comm-template.entity.js +1 -7
  128. package/dist/module/workflow/entity/comm-template.entity.js.map +1 -1
  129. package/dist/module/workflow/entity/entity-modification.entity.d.ts +0 -1
  130. package/dist/module/workflow/entity/entity-modification.entity.js +1 -7
  131. package/dist/module/workflow/entity/entity-modification.entity.js.map +1 -1
  132. package/dist/module/workflow/entity/form.entity.d.ts +0 -1
  133. package/dist/module/workflow/entity/form.entity.js +1 -6
  134. package/dist/module/workflow/entity/form.entity.js.map +1 -1
  135. package/dist/module/workflow/entity/stage-action-mapping.entity.d.ts +0 -1
  136. package/dist/module/workflow/entity/stage-action-mapping.entity.js +1 -7
  137. package/dist/module/workflow/entity/stage-action-mapping.entity.js.map +1 -1
  138. package/dist/module/workflow/entity/stage-group.entity.d.ts +0 -1
  139. package/dist/module/workflow/entity/stage-group.entity.js +1 -7
  140. package/dist/module/workflow/entity/stage-group.entity.js.map +1 -1
  141. package/dist/module/workflow/entity/stage-movement-data.entity.d.ts +0 -1
  142. package/dist/module/workflow/entity/stage-movement-data.entity.js +1 -7
  143. package/dist/module/workflow/entity/stage-movement-data.entity.js.map +1 -1
  144. package/dist/module/workflow/entity/stage.entity.d.ts +0 -1
  145. package/dist/module/workflow/entity/stage.entity.js +1 -7
  146. package/dist/module/workflow/entity/stage.entity.js.map +1 -1
  147. package/dist/module/workflow/entity/task-data.entity.d.ts +0 -1
  148. package/dist/module/workflow/entity/task-data.entity.js +1 -6
  149. package/dist/module/workflow/entity/task-data.entity.js.map +1 -1
  150. package/dist/module/workflow/entity/workflow-data.entity.d.ts +0 -1
  151. package/dist/module/workflow/entity/workflow-data.entity.js +1 -10
  152. package/dist/module/workflow/entity/workflow-data.entity.js.map +1 -1
  153. package/dist/module/workflow/entity/workflow.entity.d.ts +0 -1
  154. package/dist/module/workflow/entity/workflow.entity.js +1 -7
  155. package/dist/module/workflow/entity/workflow.entity.js.map +1 -1
  156. package/dist/module/workflow/repository/activity-log.repository.d.ts +4 -6
  157. package/dist/module/workflow/repository/comm-template.repository.js +2 -2
  158. package/dist/module/workflow/repository/comm-template.repository.js.map +1 -1
  159. package/dist/module/workflow/repository/stage-group.repository.d.ts +5 -6
  160. package/dist/module/workflow/repository/stage.repository.d.ts +4 -6
  161. package/dist/module/workflow/repository/task.repository.js +0 -1
  162. package/dist/module/workflow/repository/task.repository.js.map +1 -1
  163. package/dist/module/workflow/repository/workflow.repository.js +1 -1
  164. package/dist/module/workflow/repository/workflow.repository.js.map +1 -1
  165. package/dist/module/workflow/service/action.service.js +8 -10
  166. package/dist/module/workflow/service/action.service.js.map +1 -1
  167. package/dist/module/workflow/service/activity-log.service.d.ts +4 -6
  168. package/dist/module/workflow-automation/service/schedule-handler.service.js +2 -3
  169. package/dist/module/workflow-automation/service/schedule-handler.service.js.map +1 -1
  170. package/dist/module/workflow-automation/service/workflow-automation.service.d.ts +4 -6
  171. package/dist/module/workflow-schedule/interfaces/schedule-job-data.interface.d.ts +1 -2
  172. package/dist/module/workflow-schedule/processors/schedule.processor.js +5 -9
  173. package/dist/module/workflow-schedule/processors/schedule.processor.js.map +1 -1
  174. package/dist/module/workflow-schedule/service/workflow-schedule.service.js +4 -11
  175. package/dist/module/workflow-schedule/service/workflow-schedule.service.js.map +1 -1
  176. package/dist/table.config.d.ts +1 -8
  177. package/dist/tsconfig.build.tsbuildinfo +1 -1
  178. package/package.json +1 -1
  179. package/server.log +850 -0
  180. package/src/module/dashboard/entity/dashboard_page_data.entity.ts +1 -5
  181. package/src/module/dashboard/entity/widget_master.entity.ts +2 -5
  182. package/src/module/entity_json/service/entity_json.service.ts +13 -9
  183. package/src/module/filter/entity/saved-filter-detail.entity.ts +0 -4
  184. package/src/module/filter/entity/saved-filter-master.entity.ts +0 -5
  185. package/src/module/filter/repository/saved-filter.repository.ts +2 -2
  186. package/src/module/filter/service/filter.service.ts +1 -1
  187. package/src/module/filter/service/saved-filter.service.ts +0 -1
  188. package/src/module/integration/service/integration.service.ts +2 -4
  189. package/src/module/listmaster/entity/list-master-items.entity.ts +2 -9
  190. package/src/module/listmaster/entity/list-master.entity.ts +1 -5
  191. package/src/module/listmaster/service/list-master.service.ts +1 -1
  192. package/src/module/mapper/entity/field-lovs.entity.ts +0 -4
  193. package/src/module/mapper/entity/field-mapper.entity.ts +0 -4
  194. package/src/module/mapper/entity/mapper.entity.ts +0 -4
  195. package/src/module/mapper/service/field-mapper.service.ts +0 -1
  196. package/src/module/master/controller/master.controller.ts +4 -7
  197. package/src/module/master/service/master.service.ts +23 -49
  198. package/src/module/meta/entity/attribute-master.entity.ts +17 -70
  199. package/src/module/meta/entity/base-entity.entity.ts +20 -46
  200. package/src/module/meta/entity/entity-master.entity.ts +1 -6
  201. package/src/module/meta/entity/entity-relation-data.entity.ts +0 -5
  202. package/src/module/meta/entity/entity-relation.entity.ts +0 -5
  203. package/src/module/meta/entity/entity-table-column.entity.ts +0 -5
  204. package/src/module/meta/entity/entity-table.entity.ts +0 -5
  205. package/src/module/meta/entity/media-data.entity.ts +0 -5
  206. package/src/module/meta/entity/preference.entity.ts +0 -5
  207. package/src/module/meta/entity/view-master.entity.ts +1 -6
  208. package/src/module/meta/repository/attribute-master.repository.ts +4 -5
  209. package/src/module/meta/repository/entity-master.repository.ts +1 -1
  210. package/src/module/meta/service/attribute-master.service.ts +2 -2
  211. package/src/module/meta/service/entity-dynamic.service.ts +1 -1
  212. package/src/module/meta/service/entity-service-impl.service.ts +2 -2
  213. package/src/module/meta/service/entity-validation.service.ts +41 -41
  214. package/src/module/meta/service/resolver.service.ts +21 -21
  215. package/src/module/workflow/entity/action-category.entity.ts +0 -5
  216. package/src/module/workflow/entity/action-data.entity.ts +1 -5
  217. package/src/module/workflow/entity/action-resources-mapping.entity.ts +0 -8
  218. package/src/module/workflow/entity/action-template-mapping.entity.ts +0 -5
  219. package/src/module/workflow/entity/action.entity.ts +0 -5
  220. package/src/module/workflow/entity/activity-log.entity.ts +0 -4
  221. package/src/module/workflow/entity/comm-template.entity.ts +0 -5
  222. package/src/module/workflow/entity/entity-modification.entity.ts +0 -5
  223. package/src/module/workflow/entity/form.entity.ts +0 -4
  224. package/src/module/workflow/entity/stage-action-mapping.entity.ts +0 -5
  225. package/src/module/workflow/entity/stage-group.entity.ts +0 -5
  226. package/src/module/workflow/entity/stage-movement-data.entity.ts +0 -5
  227. package/src/module/workflow/entity/stage.entity.ts +0 -5
  228. package/src/module/workflow/entity/task-data.entity.ts +0 -4
  229. package/src/module/workflow/entity/workflow-data.entity.ts +0 -5
  230. package/src/module/workflow/entity/workflow.entity.ts +0 -5
  231. package/src/module/workflow/repository/comm-template.repository.ts +2 -2
  232. package/src/module/workflow/repository/task.repository.ts +0 -1
  233. package/src/module/workflow/repository/workflow.repository.ts +1 -1
  234. package/src/module/workflow/service/action.service.ts +8 -10
  235. package/src/module/workflow-automation/service/schedule-handler.service.ts +2 -3
  236. package/src/module/workflow-schedule/interfaces/schedule-job-data.interface.ts +1 -2
  237. package/src/module/workflow-schedule/processors/schedule.processor.ts +5 -9
  238. package/src/module/workflow-schedule/service/workflow-schedule.service.ts +4 -11
@@ -1,4 +1,3 @@
1
- import { DashboardPageData } from './module/dashboard/entity/dashboard_page_data.entity';
2
1
  import { EnterpriseData } from './module/enterprise/entity/enterprise.entity';
3
2
  import { OrganizationAppMapping } from './module/enterprise/entity/organization-app-mapping.entity';
4
3
  import { SavedFilterDetail } from './module/filter/entity/saved-filter-detail.entity';
@@ -8,18 +7,12 @@ import { IntegrationSource } from './module/integration/entity/integration-sourc
8
7
  import { UserIntegration } from './module/integration/entity/user-integration.entity';
9
8
  import { HeaderItems } from './module/layout/entity/header-items.entity';
10
9
  import { HeaderSection } from './module/layout/entity/header-section.entity';
11
- import { LayoutPreference } from './module/layout_preference/entity/layout_preference.entity';
12
- import { LinkedAttributes } from './module/linked_attributes/entity/linked_attribute.entity';
13
10
  import { ListMasterItems } from './module/listmaster/entity/list-master-items.entity';
14
11
  import { ListMasterData } from './module/listmaster/entity/list-master.entity';
15
12
  import { FieldLovMapper } from './module/mapper/entity/field-lovs.entity';
16
- import { FieldMapper } from './module/mapper/entity/field-mapper.entity';
17
13
  import { Mapper } from './module/mapper/entity/mapper.entity';
18
14
  import { AppMaster } from './module/app_master/entity/app-master.entity';
19
15
  import { EntityRelation } from './module/meta/entity/entity-relation.entity';
20
- import { EntityTableColumn } from './module/meta/entity/entity-table-column.entity';
21
- import { EntityTable } from './module/meta/entity/entity-table.entity';
22
- import { MediaData } from './module/meta/entity/media-data.entity';
23
16
  import { PreferenceMaster } from './module/meta/entity/preference.entity';
24
17
  import { MenuData } from './module/module/entity/menu.entity';
25
18
  import { ModuleAccess } from './module/module/entity/module-access.entity';
@@ -34,6 +27,6 @@ import { UserData } from './module/user/entity/user.entity';
34
27
  import { TemplateAttach } from './module/workflow/entity/template-attach-mapper.entity';
35
28
  import { WorkFlowData } from './module/workflow/entity/workflow-data.entity';
36
29
  import { WorkflowLevelMappingEntity } from './module/workflow/entity/workflow-level-mapping.entity';
37
- export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof EntityTable | typeof EntityTableColumn | typeof SavedFilterDetail | typeof MediaData | typeof EntityRelation | typeof PreferenceMaster | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof HeaderSection | typeof HeaderItems | typeof LayoutPreference | typeof DashboardPageData | typeof LinkedAttributes)[];
30
+ export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof SavedFilterDetail | typeof EntityRelation | typeof PreferenceMaster | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof HeaderSection | typeof HeaderItems)[];
38
31
  export declare const workflowTables: (typeof TemplateAttach | typeof WorkflowLevelMappingEntity | typeof WorkFlowData)[];
39
32
  export declare const SSOTables: (typeof EnterpriseData | typeof AppMaster | typeof UserData | typeof Role | typeof UserRoleMapping | typeof OrganizationAppMapping | typeof UserSession | typeof ModuleData | typeof ModuleAction | typeof ModuleAccess | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems)[];