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.
- package/.claude/settings.local.json +26 -0
- package/.idea/250218_nodejs_core.iml +9 -0
- package/.idea/codeStyles/Project.xml +59 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/vcs.xml +6 -0
- package/dist/module/dashboard/controller/dashboard.controller.d.ts +5 -6
- package/dist/module/dashboard/entity/dashboard_page_data.entity.d.ts +0 -1
- package/dist/module/dashboard/entity/dashboard_page_data.entity.js +1 -6
- package/dist/module/dashboard/entity/dashboard_page_data.entity.js.map +1 -1
- package/dist/module/dashboard/entity/widget_master.entity.d.ts +0 -1
- package/dist/module/dashboard/entity/widget_master.entity.js +1 -6
- package/dist/module/dashboard/entity/widget_master.entity.js.map +1 -1
- package/dist/module/dashboard/service/dashboard.service.d.ts +5 -6
- package/dist/module/entity_json/service/entity_json.service.js +1 -11
- package/dist/module/entity_json/service/entity_json.service.js.map +1 -1
- package/dist/module/filter/entity/saved-filter-detail.entity.d.ts +0 -1
- package/dist/module/filter/entity/saved-filter-detail.entity.js +1 -7
- package/dist/module/filter/entity/saved-filter-detail.entity.js.map +1 -1
- package/dist/module/filter/entity/saved-filter-master.entity.d.ts +0 -1
- package/dist/module/filter/entity/saved-filter-master.entity.js +1 -7
- package/dist/module/filter/entity/saved-filter-master.entity.js.map +1 -1
- package/dist/module/filter/repository/saved-filter.repository.js +2 -2
- package/dist/module/filter/repository/saved-filter.repository.js.map +1 -1
- package/dist/module/filter/service/filter.service.js +1 -1
- package/dist/module/filter/service/filter.service.js.map +1 -1
- package/dist/module/filter/service/saved-filter.service.js +0 -1
- package/dist/module/filter/service/saved-filter.service.js.map +1 -1
- package/dist/module/integration/service/integration.service.js +2 -4
- package/dist/module/integration/service/integration.service.js.map +1 -1
- package/dist/module/listmaster/entity/list-master-items.entity.d.ts +0 -2
- package/dist/module/listmaster/entity/list-master-items.entity.js +2 -12
- package/dist/module/listmaster/entity/list-master-items.entity.js.map +1 -1
- package/dist/module/listmaster/entity/list-master.entity.d.ts +0 -1
- package/dist/module/listmaster/entity/list-master.entity.js +1 -7
- package/dist/module/listmaster/entity/list-master.entity.js.map +1 -1
- package/dist/module/listmaster/service/list-master.service.js.map +1 -1
- package/dist/module/mapper/entity/field-lovs.entity.d.ts +0 -1
- package/dist/module/mapper/entity/field-lovs.entity.js +1 -6
- package/dist/module/mapper/entity/field-lovs.entity.js.map +1 -1
- package/dist/module/mapper/entity/field-mapper.entity.d.ts +0 -1
- package/dist/module/mapper/entity/field-mapper.entity.js +1 -6
- package/dist/module/mapper/entity/field-mapper.entity.js.map +1 -1
- package/dist/module/mapper/entity/mapper.entity.d.ts +0 -1
- package/dist/module/mapper/entity/mapper.entity.js +1 -6
- package/dist/module/mapper/entity/mapper.entity.js.map +1 -1
- package/dist/module/mapper/service/field-mapper.service.js +0 -1
- package/dist/module/mapper/service/field-mapper.service.js.map +1 -1
- package/dist/module/master/controller/master.controller.d.ts +1 -3
- package/dist/module/master/controller/master.controller.js +4 -6
- package/dist/module/master/controller/master.controller.js.map +1 -1
- package/dist/module/master/service/master.service.d.ts +1 -1
- package/dist/module/master/service/master.service.js +25 -44
- package/dist/module/master/service/master.service.js.map +1 -1
- package/dist/module/meta/entity/attribute-master.entity.d.ts +4 -14
- package/dist/module/meta/entity/attribute-master.entity.js +17 -82
- package/dist/module/meta/entity/attribute-master.entity.js.map +1 -1
- package/dist/module/meta/entity/base-entity.entity.d.ts +5 -7
- package/dist/module/meta/entity/base-entity.entity.js +21 -48
- package/dist/module/meta/entity/base-entity.entity.js.map +1 -1
- package/dist/module/meta/entity/entity-master.entity.d.ts +0 -1
- package/dist/module/meta/entity/entity-master.entity.js +1 -7
- package/dist/module/meta/entity/entity-master.entity.js.map +1 -1
- package/dist/module/meta/entity/entity-relation-data.entity.d.ts +0 -1
- package/dist/module/meta/entity/entity-relation-data.entity.js +1 -7
- package/dist/module/meta/entity/entity-relation-data.entity.js.map +1 -1
- package/dist/module/meta/entity/entity-relation.entity.d.ts +0 -1
- package/dist/module/meta/entity/entity-relation.entity.js +1 -7
- package/dist/module/meta/entity/entity-relation.entity.js.map +1 -1
- package/dist/module/meta/entity/entity-table-column.entity.d.ts +0 -1
- package/dist/module/meta/entity/entity-table-column.entity.js +1 -7
- package/dist/module/meta/entity/entity-table-column.entity.js.map +1 -1
- package/dist/module/meta/entity/entity-table.entity.d.ts +0 -1
- package/dist/module/meta/entity/entity-table.entity.js +1 -7
- package/dist/module/meta/entity/entity-table.entity.js.map +1 -1
- package/dist/module/meta/entity/media-data.entity.d.ts +0 -1
- package/dist/module/meta/entity/media-data.entity.js +1 -7
- package/dist/module/meta/entity/media-data.entity.js.map +1 -1
- package/dist/module/meta/entity/preference.entity.d.ts +0 -1
- package/dist/module/meta/entity/preference.entity.js +1 -7
- package/dist/module/meta/entity/preference.entity.js.map +1 -1
- package/dist/module/meta/entity/view-master.entity.d.ts +0 -1
- package/dist/module/meta/entity/view-master.entity.js +1 -7
- package/dist/module/meta/entity/view-master.entity.js.map +1 -1
- package/dist/module/meta/repository/attribute-master.repository.d.ts +1 -1
- package/dist/module/meta/repository/attribute-master.repository.js +4 -5
- package/dist/module/meta/repository/attribute-master.repository.js.map +1 -1
- package/dist/module/meta/repository/entity-master.repository.js +1 -1
- package/dist/module/meta/repository/entity-master.repository.js.map +1 -1
- package/dist/module/meta/service/attribute-master.service.js +2 -2
- package/dist/module/meta/service/attribute-master.service.js.map +1 -1
- package/dist/module/meta/service/entity-dynamic.service.js +1 -1
- package/dist/module/meta/service/entity-dynamic.service.js.map +1 -1
- package/dist/module/meta/service/entity-service-impl.service.js +2 -2
- package/dist/module/meta/service/entity-service-impl.service.js.map +1 -1
- package/dist/module/meta/service/entity-validation.service.js +0 -30
- package/dist/module/meta/service/entity-validation.service.js.map +1 -1
- package/dist/module/meta/service/resolver.service.js +21 -21
- package/dist/module/meta/service/resolver.service.js.map +1 -1
- package/dist/module/workflow/controller/activity-log.controller.d.ts +4 -6
- package/dist/module/workflow/entity/action-category.entity.d.ts +0 -1
- package/dist/module/workflow/entity/action-category.entity.js +1 -7
- package/dist/module/workflow/entity/action-category.entity.js.map +1 -1
- package/dist/module/workflow/entity/action-data.entity.d.ts +0 -1
- package/dist/module/workflow/entity/action-data.entity.js +1 -6
- package/dist/module/workflow/entity/action-data.entity.js.map +1 -1
- package/dist/module/workflow/entity/action-resources-mapping.entity.d.ts +0 -1
- package/dist/module/workflow/entity/action-resources-mapping.entity.js +1 -7
- package/dist/module/workflow/entity/action-resources-mapping.entity.js.map +1 -1
- package/dist/module/workflow/entity/action-template-mapping.entity.d.ts +0 -1
- package/dist/module/workflow/entity/action-template-mapping.entity.js +1 -7
- package/dist/module/workflow/entity/action-template-mapping.entity.js.map +1 -1
- package/dist/module/workflow/entity/action.entity.d.ts +0 -1
- package/dist/module/workflow/entity/action.entity.js +1 -7
- package/dist/module/workflow/entity/action.entity.js.map +1 -1
- package/dist/module/workflow/entity/activity-log.entity.d.ts +0 -1
- package/dist/module/workflow/entity/activity-log.entity.js +1 -6
- package/dist/module/workflow/entity/activity-log.entity.js.map +1 -1
- package/dist/module/workflow/entity/comm-template.entity.d.ts +0 -1
- package/dist/module/workflow/entity/comm-template.entity.js +1 -7
- package/dist/module/workflow/entity/comm-template.entity.js.map +1 -1
- package/dist/module/workflow/entity/entity-modification.entity.d.ts +0 -1
- package/dist/module/workflow/entity/entity-modification.entity.js +1 -7
- package/dist/module/workflow/entity/entity-modification.entity.js.map +1 -1
- package/dist/module/workflow/entity/form.entity.d.ts +0 -1
- package/dist/module/workflow/entity/form.entity.js +1 -6
- package/dist/module/workflow/entity/form.entity.js.map +1 -1
- package/dist/module/workflow/entity/stage-action-mapping.entity.d.ts +0 -1
- package/dist/module/workflow/entity/stage-action-mapping.entity.js +1 -7
- package/dist/module/workflow/entity/stage-action-mapping.entity.js.map +1 -1
- package/dist/module/workflow/entity/stage-group.entity.d.ts +0 -1
- package/dist/module/workflow/entity/stage-group.entity.js +1 -7
- package/dist/module/workflow/entity/stage-group.entity.js.map +1 -1
- package/dist/module/workflow/entity/stage-movement-data.entity.d.ts +0 -1
- package/dist/module/workflow/entity/stage-movement-data.entity.js +1 -7
- package/dist/module/workflow/entity/stage-movement-data.entity.js.map +1 -1
- package/dist/module/workflow/entity/stage.entity.d.ts +0 -1
- package/dist/module/workflow/entity/stage.entity.js +1 -7
- package/dist/module/workflow/entity/stage.entity.js.map +1 -1
- package/dist/module/workflow/entity/task-data.entity.d.ts +0 -1
- package/dist/module/workflow/entity/task-data.entity.js +1 -6
- package/dist/module/workflow/entity/task-data.entity.js.map +1 -1
- package/dist/module/workflow/entity/workflow-data.entity.d.ts +0 -1
- package/dist/module/workflow/entity/workflow-data.entity.js +1 -10
- package/dist/module/workflow/entity/workflow-data.entity.js.map +1 -1
- package/dist/module/workflow/entity/workflow.entity.d.ts +0 -1
- package/dist/module/workflow/entity/workflow.entity.js +1 -7
- package/dist/module/workflow/entity/workflow.entity.js.map +1 -1
- package/dist/module/workflow/repository/activity-log.repository.d.ts +4 -6
- package/dist/module/workflow/repository/comm-template.repository.js +2 -2
- package/dist/module/workflow/repository/comm-template.repository.js.map +1 -1
- package/dist/module/workflow/repository/stage-group.repository.d.ts +5 -6
- package/dist/module/workflow/repository/stage.repository.d.ts +4 -6
- package/dist/module/workflow/repository/task.repository.js +0 -1
- package/dist/module/workflow/repository/task.repository.js.map +1 -1
- package/dist/module/workflow/repository/workflow.repository.js +1 -1
- package/dist/module/workflow/repository/workflow.repository.js.map +1 -1
- package/dist/module/workflow/service/action.service.js +8 -10
- package/dist/module/workflow/service/action.service.js.map +1 -1
- package/dist/module/workflow/service/activity-log.service.d.ts +4 -6
- package/dist/module/workflow-automation/service/schedule-handler.service.js +2 -3
- package/dist/module/workflow-automation/service/schedule-handler.service.js.map +1 -1
- package/dist/module/workflow-automation/service/workflow-automation.service.d.ts +4 -6
- package/dist/module/workflow-schedule/interfaces/schedule-job-data.interface.d.ts +1 -2
- package/dist/module/workflow-schedule/processors/schedule.processor.js +5 -9
- package/dist/module/workflow-schedule/processors/schedule.processor.js.map +1 -1
- package/dist/module/workflow-schedule/service/workflow-schedule.service.js +4 -11
- package/dist/module/workflow-schedule/service/workflow-schedule.service.js.map +1 -1
- package/dist/table.config.d.ts +1 -8
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/server.log +850 -0
- package/src/module/dashboard/entity/dashboard_page_data.entity.ts +1 -5
- package/src/module/dashboard/entity/widget_master.entity.ts +2 -5
- package/src/module/entity_json/service/entity_json.service.ts +13 -9
- package/src/module/filter/entity/saved-filter-detail.entity.ts +0 -4
- package/src/module/filter/entity/saved-filter-master.entity.ts +0 -5
- package/src/module/filter/repository/saved-filter.repository.ts +2 -2
- package/src/module/filter/service/filter.service.ts +1 -1
- package/src/module/filter/service/saved-filter.service.ts +0 -1
- package/src/module/integration/service/integration.service.ts +2 -4
- package/src/module/listmaster/entity/list-master-items.entity.ts +2 -9
- package/src/module/listmaster/entity/list-master.entity.ts +1 -5
- package/src/module/listmaster/service/list-master.service.ts +1 -1
- package/src/module/mapper/entity/field-lovs.entity.ts +0 -4
- package/src/module/mapper/entity/field-mapper.entity.ts +0 -4
- package/src/module/mapper/entity/mapper.entity.ts +0 -4
- package/src/module/mapper/service/field-mapper.service.ts +0 -1
- package/src/module/master/controller/master.controller.ts +4 -7
- package/src/module/master/service/master.service.ts +23 -49
- package/src/module/meta/entity/attribute-master.entity.ts +17 -70
- package/src/module/meta/entity/base-entity.entity.ts +20 -46
- package/src/module/meta/entity/entity-master.entity.ts +1 -6
- package/src/module/meta/entity/entity-relation-data.entity.ts +0 -5
- package/src/module/meta/entity/entity-relation.entity.ts +0 -5
- package/src/module/meta/entity/entity-table-column.entity.ts +0 -5
- package/src/module/meta/entity/entity-table.entity.ts +0 -5
- package/src/module/meta/entity/media-data.entity.ts +0 -5
- package/src/module/meta/entity/preference.entity.ts +0 -5
- package/src/module/meta/entity/view-master.entity.ts +1 -6
- package/src/module/meta/repository/attribute-master.repository.ts +4 -5
- package/src/module/meta/repository/entity-master.repository.ts +1 -1
- package/src/module/meta/service/attribute-master.service.ts +2 -2
- package/src/module/meta/service/entity-dynamic.service.ts +1 -1
- package/src/module/meta/service/entity-service-impl.service.ts +2 -2
- package/src/module/meta/service/entity-validation.service.ts +41 -41
- package/src/module/meta/service/resolver.service.ts +21 -21
- package/src/module/workflow/entity/action-category.entity.ts +0 -5
- package/src/module/workflow/entity/action-data.entity.ts +1 -5
- package/src/module/workflow/entity/action-resources-mapping.entity.ts +0 -8
- package/src/module/workflow/entity/action-template-mapping.entity.ts +0 -5
- package/src/module/workflow/entity/action.entity.ts +0 -5
- package/src/module/workflow/entity/activity-log.entity.ts +0 -4
- package/src/module/workflow/entity/comm-template.entity.ts +0 -5
- package/src/module/workflow/entity/entity-modification.entity.ts +0 -5
- package/src/module/workflow/entity/form.entity.ts +0 -4
- package/src/module/workflow/entity/stage-action-mapping.entity.ts +0 -5
- package/src/module/workflow/entity/stage-group.entity.ts +0 -5
- package/src/module/workflow/entity/stage-movement-data.entity.ts +0 -5
- package/src/module/workflow/entity/stage.entity.ts +0 -5
- package/src/module/workflow/entity/task-data.entity.ts +0 -4
- package/src/module/workflow/entity/workflow-data.entity.ts +0 -5
- package/src/module/workflow/entity/workflow.entity.ts +0 -5
- package/src/module/workflow/repository/comm-template.repository.ts +2 -2
- package/src/module/workflow/repository/task.repository.ts +0 -1
- package/src/module/workflow/repository/workflow.repository.ts +1 -1
- package/src/module/workflow/service/action.service.ts +8 -10
- package/src/module/workflow-automation/service/schedule-handler.service.ts +2 -3
- package/src/module/workflow-schedule/interfaces/schedule-job-data.interface.ts +1 -2
- package/src/module/workflow-schedule/processors/schedule.processor.ts +5 -9
- package/src/module/workflow-schedule/service/workflow-schedule.service.ts +4 -11
|
@@ -20,106 +20,41 @@ __decorate([
|
|
|
20
20
|
__metadata("design:type", String)
|
|
21
21
|
], AttributeMaster.prototype, "mapped_entity_type", void 0);
|
|
22
22
|
__decorate([
|
|
23
|
-
(0, typeorm_1.Column)({ name: '
|
|
24
|
-
__metadata("design:type",
|
|
25
|
-
], AttributeMaster.prototype, "
|
|
23
|
+
(0, typeorm_1.Column)({ name: 'attribute_key', type: 'varchar', nullable: true, length: 50 }),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], AttributeMaster.prototype, "attribute_key", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, typeorm_1.Column)({ name: 'element_type', type: 'varchar', nullable: true, length: 50 }),
|
|
28
28
|
__metadata("design:type", String)
|
|
29
29
|
], AttributeMaster.prototype, "element_type", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({
|
|
32
|
-
name: 'data_source_type',
|
|
33
|
-
type: 'varchar',
|
|
34
|
-
nullable: true,
|
|
35
|
-
length: 50,
|
|
36
|
-
}),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], AttributeMaster.prototype, "data_source_type", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, typeorm_1.Column)({
|
|
41
|
-
name: 'data_type',
|
|
42
|
-
type: 'varchar',
|
|
43
|
-
nullable: true,
|
|
44
|
-
length: 50,
|
|
45
|
-
}),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], AttributeMaster.prototype, "data_type", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, typeorm_1.Column)({ name: 'datasource_list', type: 'varchar', nullable: true }),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], AttributeMaster.prototype, "datasource_list", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, typeorm_1.Column)({
|
|
54
|
-
name: 'custom_values',
|
|
55
|
-
type: 'varchar',
|
|
56
|
-
length: 2000,
|
|
57
|
-
nullable: true,
|
|
58
|
-
}),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], AttributeMaster.prototype, "custom_values", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, typeorm_1.Column)({ name: 'max_length', nullable: true }),
|
|
63
|
-
__metadata("design:type", Number)
|
|
64
|
-
], AttributeMaster.prototype, "max_length", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, typeorm_1.Column)({ name: 'required', nullable: true }),
|
|
67
|
-
__metadata("design:type", Boolean)
|
|
68
|
-
], AttributeMaster.prototype, "required", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, typeorm_1.Column)({
|
|
71
|
-
name: 'description',
|
|
72
|
-
type: 'varchar',
|
|
73
|
-
length: 2000,
|
|
74
|
-
nullable: true,
|
|
75
|
-
}),
|
|
76
|
-
__metadata("design:type", String)
|
|
77
|
-
], AttributeMaster.prototype, "description", void 0);
|
|
78
|
-
__decorate([
|
|
79
|
-
(0, typeorm_1.Column)({
|
|
80
|
-
name: 'attribute_key',
|
|
81
|
-
type: 'varchar',
|
|
82
|
-
nullable: true,
|
|
83
|
-
length: 50,
|
|
84
|
-
}),
|
|
85
|
-
__metadata("design:type", String)
|
|
86
|
-
], AttributeMaster.prototype, "attribute_key", void 0);
|
|
87
30
|
__decorate([
|
|
88
31
|
(0, typeorm_1.Column)({ name: 'db_datatype', type: 'varchar', nullable: true, length: 50 }),
|
|
89
32
|
__metadata("design:type", String)
|
|
90
33
|
], AttributeMaster.prototype, "db_datatype", void 0);
|
|
91
34
|
__decorate([
|
|
92
|
-
(0, typeorm_1.Column)({ name: '
|
|
93
|
-
__metadata("design:type",
|
|
94
|
-
], AttributeMaster.prototype, "
|
|
95
|
-
__decorate([
|
|
96
|
-
(0, typeorm_1.Column)({ name: 'is_unique', nullable: true }),
|
|
97
|
-
__metadata("design:type", Boolean)
|
|
98
|
-
], AttributeMaster.prototype, "is_unique", void 0);
|
|
35
|
+
(0, typeorm_1.Column)({ name: 'db_length', type: 'int', nullable: true }),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], AttributeMaster.prototype, "db_length", void 0);
|
|
99
38
|
__decorate([
|
|
100
|
-
(0, typeorm_1.Column)({ name: '
|
|
39
|
+
(0, typeorm_1.Column)({ name: 'storage_type', type: 'varchar', nullable: true, length: 50 }),
|
|
101
40
|
__metadata("design:type", String)
|
|
102
|
-
], AttributeMaster.prototype, "
|
|
41
|
+
], AttributeMaster.prototype, "storage_type", void 0);
|
|
103
42
|
__decorate([
|
|
104
|
-
(0, typeorm_1.Column)({ name: 'regex', nullable: true }),
|
|
43
|
+
(0, typeorm_1.Column)({ name: 'regex', type: 'varchar', nullable: true, length: 255 }),
|
|
105
44
|
__metadata("design:type", String)
|
|
106
45
|
], AttributeMaster.prototype, "regex", void 0);
|
|
107
46
|
__decorate([
|
|
108
|
-
(0, typeorm_1.Column)({ name: '
|
|
47
|
+
(0, typeorm_1.Column)({ name: 'required', type: 'boolean', nullable: true }),
|
|
109
48
|
__metadata("design:type", Boolean)
|
|
110
|
-
], AttributeMaster.prototype, "
|
|
49
|
+
], AttributeMaster.prototype, "required", void 0);
|
|
111
50
|
__decorate([
|
|
112
|
-
(0, typeorm_1.Column)({ name: '
|
|
113
|
-
__metadata("design:type",
|
|
114
|
-
], AttributeMaster.prototype, "
|
|
51
|
+
(0, typeorm_1.Column)({ name: 'can_export', type: 'boolean', nullable: true }),
|
|
52
|
+
__metadata("design:type", Boolean)
|
|
53
|
+
], AttributeMaster.prototype, "can_export", void 0);
|
|
115
54
|
__decorate([
|
|
116
|
-
(0, typeorm_1.Column)({ name: 'is_hidden', nullable: true }),
|
|
55
|
+
(0, typeorm_1.Column)({ name: 'is_hidden', type: 'boolean', nullable: true }),
|
|
117
56
|
__metadata("design:type", Boolean)
|
|
118
57
|
], AttributeMaster.prototype, "is_hidden", void 0);
|
|
119
|
-
__decorate([
|
|
120
|
-
(0, typeorm_1.Column)({ name: 'flat_json_key', nullable: true }),
|
|
121
|
-
__metadata("design:type", String)
|
|
122
|
-
], AttributeMaster.prototype, "flat_json_key", void 0);
|
|
123
58
|
__decorate([
|
|
124
59
|
(0, typeorm_1.Column)({ name: 'ds_category', type: 'varchar', nullable: true, length: 50 }),
|
|
125
60
|
__metadata("design:type", String)
|
|
@@ -138,7 +73,7 @@ __decorate([
|
|
|
138
73
|
], AttributeMaster.prototype, "ds_appcode", void 0);
|
|
139
74
|
exports.AttributeMaster = AttributeMaster = __decorate([
|
|
140
75
|
(0, typeorm_1.Entity)({ name: 'frm_entity_attribute' }),
|
|
141
|
-
(0, typeorm_1.Index)('idx_attribute_master_key_org_entity', ['attribute_key', '
|
|
142
|
-
(0, typeorm_1.Index)('idx_attribute_master_org_entity', ['
|
|
76
|
+
(0, typeorm_1.Index)('idx_attribute_master_key_org_entity', ['attribute_key', 'enterprise_id', 'mapped_entity_type']),
|
|
77
|
+
(0, typeorm_1.Index)('idx_attribute_master_org_entity', ['enterprise_id', 'mapped_entity_type'])
|
|
143
78
|
], AttributeMaster);
|
|
144
79
|
//# sourceMappingURL=attribute-master.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute-master.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/attribute-master.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,qCAAgD;AAKzC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAU;
|
|
1
|
+
{"version":3,"file":"attribute-master.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/attribute-master.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,qCAAgD;AAKzC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAU;CA6C9C,CAAA;AA7CY,0CAAe;AAE1B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DAC7C;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;sDACzD;AAItB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qDACzD;AAIrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;oDACzD;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACzC;AAIlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qDACzD;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;8CAC1D;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC5C;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC5C;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5C;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;oDACzD;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sDAC1D;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;sDAC1D;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;mDACzD;0BA5CR,eAAe;IAH3B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC;IACxC,IAAA,eAAK,EAAC,qCAAqC,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAC;IACtG,IAAA,eAAK,EAAC,iCAAiC,EAAE,CAAC,eAAe,EAAE,oBAAoB,CAAC,CAAC;GACrE,eAAe,CA6C3B"}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
export declare class BaseEntity {
|
|
2
|
-
constructor();
|
|
3
2
|
id: number;
|
|
4
3
|
entity_type: string;
|
|
4
|
+
code: string;
|
|
5
5
|
name: string;
|
|
6
|
+
description: string;
|
|
6
7
|
status: string;
|
|
7
|
-
parent_type: string;
|
|
8
|
-
parent_id: number;
|
|
9
|
-
code: string;
|
|
10
8
|
created_by: number;
|
|
11
9
|
created_date: Date;
|
|
12
10
|
modified_by: number;
|
|
13
11
|
modified_date: Date;
|
|
14
12
|
enterprise_id: number;
|
|
15
|
-
organization_id: number;
|
|
16
|
-
appcode: string;
|
|
17
|
-
level_id: string;
|
|
18
13
|
level_type: string;
|
|
14
|
+
level_id: number;
|
|
15
|
+
parent_type: string;
|
|
16
|
+
parent_id: number;
|
|
19
17
|
}
|
|
@@ -11,94 +11,67 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.BaseEntity = void 0;
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
14
|
class BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
this.created_date = new Date();
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
exports.BaseEntity = BaseEntity;
|
|
21
17
|
__decorate([
|
|
22
18
|
(0, typeorm_1.PrimaryGeneratedColumn)({ type: 'bigint' }),
|
|
23
|
-
(0, class_transformer_1.Expose)(),
|
|
24
19
|
__metadata("design:type", Number)
|
|
25
20
|
], BaseEntity.prototype, "id", void 0);
|
|
26
21
|
__decorate([
|
|
27
|
-
(0, typeorm_1.Column)({ name: 'entity_type', type: 'varchar', length:
|
|
28
|
-
(0, class_transformer_1.Expose)(),
|
|
22
|
+
(0, typeorm_1.Column)({ name: 'entity_type', type: 'varchar', length: 50, nullable: true }),
|
|
29
23
|
__metadata("design:type", String)
|
|
30
24
|
], BaseEntity.prototype, "entity_type", void 0);
|
|
31
25
|
__decorate([
|
|
32
|
-
(0, typeorm_1.Column)({ name: '
|
|
33
|
-
(0, class_transformer_1.Expose)(),
|
|
26
|
+
(0, typeorm_1.Column)({ name: 'code', type: 'varchar', length: 100, nullable: true }),
|
|
34
27
|
__metadata("design:type", String)
|
|
35
|
-
], BaseEntity.prototype, "
|
|
28
|
+
], BaseEntity.prototype, "code", void 0);
|
|
36
29
|
__decorate([
|
|
37
|
-
(0, typeorm_1.Column)({ name: '
|
|
38
|
-
(0, class_transformer_1.Expose)(),
|
|
30
|
+
(0, typeorm_1.Column)({ name: 'name', type: 'varchar', length: 255, nullable: true }),
|
|
39
31
|
__metadata("design:type", String)
|
|
40
|
-
], BaseEntity.prototype, "
|
|
32
|
+
], BaseEntity.prototype, "name", void 0);
|
|
41
33
|
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({
|
|
43
|
-
(0, class_transformer_1.Expose)(),
|
|
34
|
+
(0, typeorm_1.Column)({ length: 1000, type: 'varchar', nullable: true }),
|
|
44
35
|
__metadata("design:type", String)
|
|
45
|
-
], BaseEntity.prototype, "
|
|
36
|
+
], BaseEntity.prototype, "description", void 0);
|
|
46
37
|
__decorate([
|
|
47
|
-
(0, typeorm_1.Column)({ name: '
|
|
48
|
-
(0, class_transformer_1.Expose)(),
|
|
49
|
-
__metadata("design:type", Number)
|
|
50
|
-
], BaseEntity.prototype, "parent_id", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, typeorm_1.Column)({ name: 'code', type: 'varchar', length: 100, nullable: true }),
|
|
53
|
-
(0, class_transformer_1.Expose)(),
|
|
38
|
+
(0, typeorm_1.Column)({ name: 'status', type: 'varchar', nullable: true, length: 50 }),
|
|
54
39
|
__metadata("design:type", String)
|
|
55
|
-
], BaseEntity.prototype, "
|
|
40
|
+
], BaseEntity.prototype, "status", void 0);
|
|
56
41
|
__decorate([
|
|
57
42
|
(0, typeorm_1.Column)({ name: 'created_by', type: 'bigint', nullable: true }),
|
|
58
|
-
(0, class_transformer_1.Expose)(),
|
|
59
43
|
__metadata("design:type", Number)
|
|
60
44
|
], BaseEntity.prototype, "created_by", void 0);
|
|
61
45
|
__decorate([
|
|
62
|
-
(0, typeorm_1.
|
|
63
|
-
name: 'created_date',
|
|
64
|
-
nullable: true,
|
|
65
|
-
}),
|
|
66
|
-
(0, class_transformer_1.Expose)(),
|
|
46
|
+
(0, typeorm_1.CreateDateColumn)({ nullable: true }),
|
|
67
47
|
__metadata("design:type", Date)
|
|
68
48
|
], BaseEntity.prototype, "created_date", void 0);
|
|
69
49
|
__decorate([
|
|
70
50
|
(0, typeorm_1.Column)({ name: 'modified_by', type: 'bigint', nullable: true }),
|
|
71
|
-
(0, class_transformer_1.Expose)(),
|
|
72
51
|
__metadata("design:type", Number)
|
|
73
52
|
], BaseEntity.prototype, "modified_by", void 0);
|
|
74
53
|
__decorate([
|
|
75
|
-
(0, typeorm_1.
|
|
76
|
-
(0, class_transformer_1.Expose)(),
|
|
54
|
+
(0, typeorm_1.UpdateDateColumn)({ nullable: true }),
|
|
77
55
|
__metadata("design:type", Date)
|
|
78
56
|
], BaseEntity.prototype, "modified_date", void 0);
|
|
79
57
|
__decorate([
|
|
80
58
|
(0, typeorm_1.Column)({ name: 'enterprise_id', type: 'int', nullable: true }),
|
|
81
|
-
(0, class_transformer_1.Expose)(),
|
|
82
59
|
__metadata("design:type", Number)
|
|
83
60
|
], BaseEntity.prototype, "enterprise_id", void 0);
|
|
84
61
|
__decorate([
|
|
85
|
-
(0, typeorm_1.Column)({ name: '
|
|
86
|
-
(0, class_transformer_1.Expose)(),
|
|
87
|
-
__metadata("design:type", Number)
|
|
88
|
-
], BaseEntity.prototype, "organization_id", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
(0, typeorm_1.Column)({ name: 'appcode', type: 'varchar', length: 100, nullable: true }),
|
|
91
|
-
(0, class_transformer_1.Expose)(),
|
|
62
|
+
(0, typeorm_1.Column)({ name: 'level_type', type: 'varchar', length: 25, nullable: true }),
|
|
92
63
|
__metadata("design:type", String)
|
|
93
|
-
], BaseEntity.prototype, "
|
|
64
|
+
], BaseEntity.prototype, "level_type", void 0);
|
|
94
65
|
__decorate([
|
|
95
|
-
(0, typeorm_1.Column)({ name: 'level_id', type: '
|
|
96
|
-
(
|
|
97
|
-
__metadata("design:type", String)
|
|
66
|
+
(0, typeorm_1.Column)({ name: 'level_id', type: 'int', nullable: true }),
|
|
67
|
+
__metadata("design:type", Number)
|
|
98
68
|
], BaseEntity.prototype, "level_id", void 0);
|
|
99
69
|
__decorate([
|
|
100
|
-
(0, typeorm_1.Column)({ name: '
|
|
101
|
-
(0, class_transformer_1.Expose)(),
|
|
70
|
+
(0, typeorm_1.Column)({ name: 'parent_type', type: 'varchar', length: 100, nullable: true }),
|
|
102
71
|
__metadata("design:type", String)
|
|
103
|
-
], BaseEntity.prototype, "
|
|
72
|
+
], BaseEntity.prototype, "parent_type", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, typeorm_1.Column)({ name: 'parent_id', type: 'bigint', nullable: true }),
|
|
75
|
+
__metadata("design:type", Number)
|
|
76
|
+
], BaseEntity.prototype, "parent_id", void 0);
|
|
104
77
|
//# sourceMappingURL=base-entity.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-entity.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/base-entity.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"base-entity.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/base-entity.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6F;AAE7F,MAAa,UAAU;CA8CtB;AA9CD,gCA8CC;AA3CC;IADC,IAAA,gCAAsB,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;sCAChC;AAGX;IADC,IAAA,gBAAM,EAAC,EAAC,IAAI,EAAE,aAAa,EAAG,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;;+CACxD;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC1D;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCAC1D;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACtC;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;0CACzD;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC5C;AAGnB;IADC,IAAA,0BAAgB,EAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;8BACrB,IAAI;gDAAC;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC5C;AAGpB;IADC,IAAA,0BAAgB,EAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;8BACpB,IAAI;iDAAC;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACzC;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACzD;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACzC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC1D;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CAC5C"}
|
|
@@ -11,13 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EntityMaster = void 0;
|
|
13
13
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
14
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let EntityMaster = class EntityMaster extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_ENTITYMASTER;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityMaster = EntityMaster;
|
|
23
18
|
__decorate([
|
|
@@ -111,7 +106,6 @@ __decorate([
|
|
|
111
106
|
], EntityMaster.prototype, "overwrite_path", void 0);
|
|
112
107
|
exports.EntityMaster = EntityMaster = __decorate([
|
|
113
108
|
(0, typeorm_1.Entity)({ name: 'frm_entity_master' }),
|
|
114
|
-
(0, typeorm_1.Index)('idx_entity_master_mapped_type_org', ['mapped_entity_type', '
|
|
115
|
-
__metadata("design:paramtypes", [])
|
|
109
|
+
(0, typeorm_1.Index)('idx_entity_master_mapped_type_org', ['mapped_entity_type', 'enterprise_id'])
|
|
116
110
|
], EntityMaster);
|
|
117
111
|
//# sourceMappingURL=entity-master.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-master.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-master.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,
|
|
1
|
+
{"version":3,"file":"entity-master.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-master.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,qCAAgD;AAIzC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;CA0E3C,CAAA;AA1EY,oCAAY;AAQvB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACyB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACzD;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACzD;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC1D;AAQf;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAQ1B;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACqB;AAQvB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACoB;AAQtB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACkB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;kDACxC;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;yDACxC;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;gDACxC;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;sDACxC;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC5B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC3B;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAC,EAAE,EAAE,CAAC;;qDACvC;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;;oDACvC;uBAzEZ,YAAY;IAFxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;IACrC,IAAA,eAAK,EAAC,mCAAmC,EAAE,CAAC,oBAAoB,EAAE,eAAe,CAAC,CAAC;GACvE,YAAY,CA0ExB"}
|
|
@@ -10,14 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EntityRelationData = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const typeorm_1 = require("typeorm");
|
|
15
14
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
16
15
|
let EntityRelationData = class EntityRelationData extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_ENTITY_RELATION_DATA;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityRelationData = EntityRelationData;
|
|
23
18
|
__decorate([
|
|
@@ -45,7 +40,6 @@ __decorate([
|
|
|
45
40
|
__metadata("design:type", Number)
|
|
46
41
|
], EntityRelationData.prototype, "relation_id", void 0);
|
|
47
42
|
exports.EntityRelationData = EntityRelationData = __decorate([
|
|
48
|
-
(0, typeorm_1.Entity)({ name: 'frm_entity_relation_data' })
|
|
49
|
-
__metadata("design:paramtypes", [])
|
|
43
|
+
(0, typeorm_1.Entity)({ name: 'frm_entity_relation_data' })
|
|
50
44
|
], EntityRelationData);
|
|
51
45
|
//# sourceMappingURL=entity-relation-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-relation-data.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-relation-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"entity-relation-data.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-relation-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;AAG3C,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,+BAAU;CAmBjD,CAAA;AAnBY,gDAAkB;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACL;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACP;6BAlBT,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,0BAA0B,EAAE,CAAC;GAChC,kBAAkB,CAmB9B"}
|
|
@@ -10,14 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EntityRelation = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const typeorm_1 = require("typeorm");
|
|
15
14
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
16
15
|
let EntityRelation = class EntityRelation extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_ENTITY_RELATION;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityRelation = EntityRelation;
|
|
23
18
|
__decorate([
|
|
@@ -37,7 +32,6 @@ __decorate([
|
|
|
37
32
|
__metadata("design:type", Number)
|
|
38
33
|
], EntityRelation.prototype, "relation_id", void 0);
|
|
39
34
|
exports.EntityRelation = EntityRelation = __decorate([
|
|
40
|
-
(0, typeorm_1.Entity)({ name: 'frm_entity_relation' })
|
|
41
|
-
__metadata("design:paramtypes", [])
|
|
35
|
+
(0, typeorm_1.Entity)({ name: 'frm_entity_relation' })
|
|
42
36
|
], EntityRelation);
|
|
43
37
|
//# sourceMappingURL=entity-relation.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-relation.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-relation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"entity-relation.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-relation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;AAG3C,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,+BAAU;CAa7C,CAAA;AAbY,wCAAc;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACL;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACP;yBAZT,cAAc;IAD1B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;GAC3B,cAAc,CAa1B"}
|
|
@@ -10,14 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EntityTableColumn = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const typeorm_1 = require("typeorm");
|
|
15
14
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
16
15
|
let EntityTableColumn = class EntityTableColumn extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_ENTITYTABLECOLUMN;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityTableColumn = EntityTableColumn;
|
|
23
18
|
__decorate([
|
|
@@ -86,7 +81,6 @@ __decorate([
|
|
|
86
81
|
__metadata("design:type", Number)
|
|
87
82
|
], EntityTableColumn.prototype, "size", void 0);
|
|
88
83
|
exports.EntityTableColumn = EntityTableColumn = __decorate([
|
|
89
|
-
(0, typeorm_1.Entity)({ name: 'frm_entity_table_column' })
|
|
90
|
-
__metadata("design:paramtypes", [])
|
|
84
|
+
(0, typeorm_1.Entity)({ name: 'frm_entity_table_column' })
|
|
91
85
|
], EntityTableColumn);
|
|
92
86
|
//# sourceMappingURL=entity-table-column.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-table-column.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-table-column.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"entity-table-column.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-table-column.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,+BAAU;CAmDhD,CAAA;AAnDY,8CAAiB;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DAC5B;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC5B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC5B;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDAC5B;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC5B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC5B;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDAC5B;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC5B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC5B;AAQlB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,EAAE;KACX,CAAC;;2DACuB;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DAC7C;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACN;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC5B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC5B;4BAlDF,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,CAAC;GAC/B,iBAAiB,CAmD7B"}
|
|
@@ -12,12 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.EntityTable = void 0;
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
15
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
16
15
|
let EntityTable = class EntityTable extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_ENTITYTABLE;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityTable = EntityTable;
|
|
23
18
|
__decorate([
|
|
@@ -73,7 +68,6 @@ __decorate([
|
|
|
73
68
|
__metadata("design:type", String)
|
|
74
69
|
], EntityTable.prototype, "display_type", void 0);
|
|
75
70
|
exports.EntityTable = EntityTable = __decorate([
|
|
76
|
-
(0, typeorm_1.Entity)({ name: 'frm_entity_table' })
|
|
77
|
-
__metadata("design:paramtypes", [])
|
|
71
|
+
(0, typeorm_1.Entity)({ name: 'frm_entity_table' })
|
|
78
72
|
], EntityTable);
|
|
79
73
|
//# sourceMappingURL=entity-table.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-table.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-table.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;
|
|
1
|
+
{"version":3,"file":"entity-table.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/entity-table.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;AAG3C,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,+BAAU;CAwC1C,CAAA;AAxCY,kCAAW;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDAC5B;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC5B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CAC5B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC5B;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5B;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC5B;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC5B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC5B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC5B;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC5B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC5B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDAC5B;sBAvCV,WAAW;IADvB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;GACxB,WAAW,CAwCvB"}
|
|
@@ -12,12 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.MediaData = void 0;
|
|
13
13
|
const typeorm_1 = require("typeorm");
|
|
14
14
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
15
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
16
15
|
let MediaData = class MediaData extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_MEDIA;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.MediaData = MediaData;
|
|
23
18
|
__decorate([
|
|
@@ -49,7 +44,6 @@ __decorate([
|
|
|
49
44
|
__metadata("design:type", String)
|
|
50
45
|
], MediaData.prototype, "content_type", void 0);
|
|
51
46
|
exports.MediaData = MediaData = __decorate([
|
|
52
|
-
(0, typeorm_1.Entity)({ name: 'frm_media_data' })
|
|
53
|
-
__metadata("design:paramtypes", [])
|
|
47
|
+
(0, typeorm_1.Entity)({ name: 'frm_media_data' })
|
|
54
48
|
], MediaData);
|
|
55
49
|
//# sourceMappingURL=media-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-data.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/media-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;
|
|
1
|
+
{"version":3,"file":"media-data.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/media-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,6DAAkD;AAG3C,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAU;CAsBxC,CAAA;AAtBY,8BAAS;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACvC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDAC5B;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC7B;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAClB;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACvC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACtC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACnC;oBArBV,SAAS;IADrB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;GACtB,SAAS,CAsBrB"}
|
|
@@ -12,12 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.PreferenceMaster = void 0;
|
|
13
13
|
const base_entity_entity_1 = require("./base-entity.entity");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
16
15
|
let PreferenceMaster = class PreferenceMaster extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITYTYPE_PREFERENCEMASTER;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.PreferenceMaster = PreferenceMaster;
|
|
23
18
|
__decorate([
|
|
@@ -79,7 +74,6 @@ __decorate([
|
|
|
79
74
|
__metadata("design:type", String)
|
|
80
75
|
], PreferenceMaster.prototype, "possible_values", void 0);
|
|
81
76
|
exports.PreferenceMaster = PreferenceMaster = __decorate([
|
|
82
|
-
(0, typeorm_1.Entity)({ name: 'frm_preference_master' })
|
|
83
|
-
__metadata("design:paramtypes", [])
|
|
77
|
+
(0, typeorm_1.Entity)({ name: 'frm_preference_master' })
|
|
84
78
|
], PreferenceMaster);
|
|
85
79
|
//# sourceMappingURL=preference.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preference.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,qCAAyC;
|
|
1
|
+
{"version":3,"file":"preference.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6DAAkD;AAClD,qCAAyC;AAGlC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,+BAAU;CAoD/C,CAAA;AApDY,4CAAgB;AAQ3B;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACmB;AAQrB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACqB;AAQvB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACuB;AAQzB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,IAAI;QACZ,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC1D;AAQnB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACoB;AAQtB;IANC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;2BAnDb,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC;GAC7B,gBAAgB,CAoD5B"}
|