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
|
@@ -13,10 +13,6 @@ exports.ActionDataEntity = void 0;
|
|
|
13
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
15
|
let ActionDataEntity = class ActionDataEntity extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'ACTION_DATA';
|
|
19
|
-
}
|
|
20
16
|
};
|
|
21
17
|
exports.ActionDataEntity = ActionDataEntity;
|
|
22
18
|
__decorate([
|
|
@@ -80,7 +76,6 @@ __decorate([
|
|
|
80
76
|
__metadata("design:type", String)
|
|
81
77
|
], ActionDataEntity.prototype, "mode", void 0);
|
|
82
78
|
exports.ActionDataEntity = ActionDataEntity = __decorate([
|
|
83
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_action_data' })
|
|
84
|
-
__metadata("design:paramtypes", [])
|
|
79
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_action_data' })
|
|
85
80
|
], ActionDataEntity);
|
|
86
81
|
//# sourceMappingURL=action-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,+BAAU;
|
|
1
|
+
{"version":3,"file":"action-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,+BAAU;CA8C/C,CAAA;AA9CY,4CAAgB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACf,IAAI;oDAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjB,IAAI;kDAAC;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACL;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACtB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACzB;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;kDAC3B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;wDAChB;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACC;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC/B;2BA7CF,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;GAC1B,gBAAgB,CA8C5B"}
|
|
@@ -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.ActionResourcesMapping = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let ActionResourcesMapping = class ActionResourcesMapping extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ACTION_RESOURCES_MAPPING;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.ActionResourcesMapping = ActionResourcesMapping;
|
|
23
18
|
__decorate([
|
|
@@ -41,7 +36,6 @@ __decorate([
|
|
|
41
36
|
__metadata("design:type", String)
|
|
42
37
|
], ActionResourcesMapping.prototype, "form_entity_type", void 0);
|
|
43
38
|
exports.ActionResourcesMapping = ActionResourcesMapping = __decorate([
|
|
44
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_action_resources_mapping' })
|
|
45
|
-
__metadata("design:paramtypes", [])
|
|
39
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_action_resources_mapping' })
|
|
46
40
|
], ActionResourcesMapping);
|
|
47
41
|
//# sourceMappingURL=action-resources-mapping.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-resources-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-resources-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"action-resources-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-resources-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,+BAAU;CAgBrD,CAAA;AAhBY,wDAAsB;AAGjC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACtB;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC/B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEACb;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gEACnB;iCAfd,sBAAsB;IADlC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC;GACvC,sBAAsB,CAgBlC"}
|
|
@@ -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.ActionTemplateMapping = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let ActionTemplateMapping = class ActionTemplateMapping extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ACTION_TEMPLATE_MAPPING;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.ActionTemplateMapping = ActionTemplateMapping;
|
|
23
18
|
__decorate([
|
|
@@ -29,7 +24,6 @@ __decorate([
|
|
|
29
24
|
__metadata("design:type", String)
|
|
30
25
|
], ActionTemplateMapping.prototype, "template_code", void 0);
|
|
31
26
|
exports.ActionTemplateMapping = ActionTemplateMapping = __decorate([
|
|
32
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_action_template_mapping' })
|
|
33
|
-
__metadata("design:paramtypes", [])
|
|
27
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_action_template_mapping' })
|
|
34
28
|
], ActionTemplateMapping);
|
|
35
29
|
//# sourceMappingURL=action-template-mapping.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-template-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-template-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"action-template-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action-template-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,+BAAU;CAOpD,CAAA;AAPY,sDAAqB;AAGhC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iEACb;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACtB;gCANX,qBAAqB;IADjC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAAC;GACtC,qBAAqB,CAOjC"}
|
|
@@ -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.ActionEntity = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let ActionEntity = class ActionEntity extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ACTION;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.ActionEntity = ActionEntity;
|
|
23
18
|
__decorate([
|
|
@@ -77,7 +72,6 @@ __decorate([
|
|
|
77
72
|
__metadata("design:type", String)
|
|
78
73
|
], ActionEntity.prototype, "pdf_template", void 0);
|
|
79
74
|
exports.ActionEntity = ActionEntity = __decorate([
|
|
80
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_action' })
|
|
81
|
-
__metadata("design:paramtypes", [])
|
|
75
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_action' })
|
|
82
76
|
], ActionEntity);
|
|
83
77
|
//# sourceMappingURL=action.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"action.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;CA2C3C,CAAA;AA3CY,oCAAY;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACpB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACpB;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC3B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACxB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDAChB;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACjC;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACpB;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACvB;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACC;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC3B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACvB;uBA1CV,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;GACrB,YAAY,CA2CxB"}
|
|
@@ -13,10 +13,6 @@ exports.ActivityLog = void 0;
|
|
|
13
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
15
|
let ActivityLog = class ActivityLog extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'ACLG';
|
|
19
|
-
}
|
|
20
16
|
};
|
|
21
17
|
exports.ActivityLog = ActivityLog;
|
|
22
18
|
__decorate([
|
|
@@ -64,7 +60,6 @@ __decorate([
|
|
|
64
60
|
__metadata("design:type", String)
|
|
65
61
|
], ActivityLog.prototype, "additional_info_3", void 0);
|
|
66
62
|
exports.ActivityLog = ActivityLog = __decorate([
|
|
67
|
-
(0, typeorm_1.Entity)({ name: 'frm_activity_log' })
|
|
68
|
-
__metadata("design:paramtypes", [])
|
|
63
|
+
(0, typeorm_1.Entity)({ name: 'frm_activity_log' })
|
|
69
64
|
], ActivityLog);
|
|
70
65
|
//# sourceMappingURL=activity-log.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity-log.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/activity-log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,+BAAU;
|
|
1
|
+
{"version":3,"file":"activity-log.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/activity-log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,+BAAU;CAkC1C,CAAA;AAlCY,kCAAW;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACnB;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC9B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACxB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CAC3B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CAC7B;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC/B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC9B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAClB;AAG1B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAClB;AAG1B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAClB;sBAjCf,WAAW;IADvB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;GACxB,WAAW,CAkCvB"}
|
|
@@ -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.CommTemplate = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let CommTemplate = class CommTemplate extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.COMM_TEMPLATE;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.CommTemplate = CommTemplate;
|
|
23
18
|
__decorate([
|
|
@@ -61,7 +56,6 @@ __decorate([
|
|
|
61
56
|
__metadata("design:type", Number)
|
|
62
57
|
], CommTemplate.prototype, "mapper_id", void 0);
|
|
63
58
|
exports.CommTemplate = CommTemplate = __decorate([
|
|
64
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_comm_template' })
|
|
65
|
-
__metadata("design:paramtypes", [])
|
|
59
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_comm_template' })
|
|
66
60
|
], CommTemplate);
|
|
67
61
|
//# sourceMappingURL=comm-template.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comm-template.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/comm-template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"comm-template.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/comm-template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;CAiC3C,CAAA;AAjCY,oCAAY;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CACd;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACP;AAIpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACvB;AAIlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACN;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC/B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACxB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACtB;uBAhCP,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC;GAC5B,YAAY,CAiCxB"}
|
|
@@ -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.EntityModification = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let EntityModification = class EntityModification extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.ENTITY_MODIFICATION;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.EntityModification = EntityModification;
|
|
23
18
|
__decorate([
|
|
@@ -57,7 +52,6 @@ __decorate([
|
|
|
57
52
|
__metadata("design:type", String)
|
|
58
53
|
], EntityModification.prototype, "reason_code", void 0);
|
|
59
54
|
exports.EntityModification = EntityModification = __decorate([
|
|
60
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_entity_modification' })
|
|
61
|
-
__metadata("design:paramtypes", [])
|
|
55
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_entity_modification' })
|
|
62
56
|
], EntityModification);
|
|
63
57
|
//# sourceMappingURL=entity-modification.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-modification.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/entity-modification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"entity-modification.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/entity-modification.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,+BAAU;CA4BjD,CAAA;AA5BY,gDAAkB;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACf;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACvB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACtB;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACtB;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACtB;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDAC1B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACxB;6BA3BT,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC;GAClC,kBAAkB,CA4B9B"}
|
|
@@ -13,10 +13,6 @@ exports.FormDataEntity = void 0;
|
|
|
13
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
15
|
let FormDataEntity = class FormDataEntity extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'FORM';
|
|
19
|
-
}
|
|
20
16
|
};
|
|
21
17
|
exports.FormDataEntity = FormDataEntity;
|
|
22
18
|
__decorate([
|
|
@@ -40,7 +36,6 @@ __decorate([
|
|
|
40
36
|
__metadata("design:type", Number)
|
|
41
37
|
], FormDataEntity.prototype, "action_id", void 0);
|
|
42
38
|
exports.FormDataEntity = FormDataEntity = __decorate([
|
|
43
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_form' })
|
|
44
|
-
__metadata("design:paramtypes", [])
|
|
39
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_form' })
|
|
45
40
|
], FormDataEntity);
|
|
46
41
|
//# sourceMappingURL=form.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/form.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,+BAAU;
|
|
1
|
+
{"version":3,"file":"form.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/form.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,+BAAU;CAgB7C,CAAA;AAhBY,wCAAc;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACF;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACA;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACT;yBAfP,cAAc;IAD1B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;GACnB,cAAc,CAgB1B"}
|
|
@@ -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.StageActionMapping = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let StageActionMapping = class StageActionMapping extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.STAGE_ACTION_MAPPING;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.StageActionMapping = StageActionMapping;
|
|
23
18
|
__decorate([
|
|
@@ -29,7 +24,6 @@ __decorate([
|
|
|
29
24
|
__metadata("design:type", Number)
|
|
30
25
|
], StageActionMapping.prototype, "action_id", void 0);
|
|
31
26
|
exports.StageActionMapping = StageActionMapping = __decorate([
|
|
32
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_action_mapping' })
|
|
33
|
-
__metadata("design:paramtypes", [])
|
|
27
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_action_mapping' })
|
|
34
28
|
], StageActionMapping);
|
|
35
29
|
//# sourceMappingURL=stage-action-mapping.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-action-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-action-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"stage-action-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-action-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,+BAAU;CAOjD,CAAA;AAPY,gDAAkB;AAG7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACvB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACtB;6BANP,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,6BAA6B,EAAE,CAAC;GACnC,kBAAkB,CAO9B"}
|
|
@@ -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.StageGroup = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let StageGroup = class StageGroup extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.STAGE_GROUP;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.StageGroup = StageGroup;
|
|
23
18
|
__decorate([
|
|
@@ -37,7 +32,6 @@ __decorate([
|
|
|
37
32
|
__metadata("design:type", String)
|
|
38
33
|
], StageGroup.prototype, "dark_color", void 0);
|
|
39
34
|
exports.StageGroup = StageGroup = __decorate([
|
|
40
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_group' })
|
|
41
|
-
__metadata("design:paramtypes", [])
|
|
35
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_group' })
|
|
42
36
|
], StageGroup);
|
|
43
37
|
//# sourceMappingURL=stage-group.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-group.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"stage-group.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,+BAAU;CAazC,CAAA;AAbY,gCAAU;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACpB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACvB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC9B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACzB;qBAZR,UAAU;IADtB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;GAC1B,UAAU,CAatB"}
|
|
@@ -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.StageMovementData = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let StageMovementData = class StageMovementData extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.STAGE_MOVEMENT_DATA;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.StageMovementData = StageMovementData;
|
|
23
18
|
__decorate([
|
|
@@ -57,7 +52,6 @@ __decorate([
|
|
|
57
52
|
__metadata("design:type", Number)
|
|
58
53
|
], StageMovementData.prototype, "mapped_entity_id", void 0);
|
|
59
54
|
exports.StageMovementData = StageMovementData = __decorate([
|
|
60
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_movement_data' })
|
|
61
|
-
__metadata("design:paramtypes", [])
|
|
55
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_stage_movement_data' })
|
|
62
56
|
], StageMovementData);
|
|
63
57
|
//# sourceMappingURL=stage-movement-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-movement-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-movement-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"stage-movement-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage-movement-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,+BAAU;CA4BhD,CAAA;AA5BY,8CAAiB;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DAChB;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEACR;AAGhC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACjB;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACvB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACf,IAAI;qDAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjB,IAAI;mDAAC;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACzB;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACf;4BA3Bd,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC;GAClC,iBAAiB,CA4B7B"}
|
|
@@ -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.Stage = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let Stage = class Stage extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.STAGE;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.Stage = Stage;
|
|
23
18
|
__decorate([
|
|
@@ -33,7 +28,6 @@ __decorate([
|
|
|
33
28
|
__metadata("design:type", String)
|
|
34
29
|
], Stage.prototype, "description", void 0);
|
|
35
30
|
exports.Stage = Stage = __decorate([
|
|
36
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_stage' })
|
|
37
|
-
__metadata("design:paramtypes", [])
|
|
31
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_stage' })
|
|
38
32
|
], Stage);
|
|
39
33
|
//# sourceMappingURL=stage.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"stage.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/stage.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,+BAAU;CAUpC,CAAA;AAVY,sBAAK;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACjB;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCACvB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CACxB;gBATT,KAAK;IADjB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;GACpB,KAAK,CAUjB"}
|
|
@@ -13,10 +13,6 @@ exports.TaskDataEntity = void 0;
|
|
|
13
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
15
|
let TaskDataEntity = class TaskDataEntity extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'TASK';
|
|
19
|
-
}
|
|
20
16
|
};
|
|
21
17
|
exports.TaskDataEntity = TaskDataEntity;
|
|
22
18
|
__decorate([
|
|
@@ -124,7 +120,6 @@ __decorate([
|
|
|
124
120
|
__metadata("design:type", String)
|
|
125
121
|
], TaskDataEntity.prototype, "message", void 0);
|
|
126
122
|
exports.TaskDataEntity = TaskDataEntity = __decorate([
|
|
127
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_task_data' })
|
|
128
|
-
__metadata("design:paramtypes", [])
|
|
123
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_task_data' })
|
|
129
124
|
], TaskDataEntity);
|
|
130
125
|
//# sourceMappingURL=task-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/task-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,+BAAU;
|
|
1
|
+
{"version":3,"file":"task-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/task-data.entity.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,23 +5,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
5
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
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
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
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
9
|
exports.WorkFlowData = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
10
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
11
|
const typeorm_1 = require("typeorm");
|
|
16
12
|
let WorkFlowData = class WorkFlowData extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.WORKFLOW_DATA;
|
|
20
|
-
}
|
|
21
13
|
};
|
|
22
14
|
exports.WorkFlowData = WorkFlowData;
|
|
23
15
|
exports.WorkFlowData = WorkFlowData = __decorate([
|
|
24
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_data' })
|
|
25
|
-
__metadata("design:paramtypes", [])
|
|
16
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_data' })
|
|
26
17
|
], WorkFlowData);
|
|
27
18
|
//# sourceMappingURL=workflow-data.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow-data.entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"workflow-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow-data.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,6EAAuE;AACvE,qCAAiC;AAG1B,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;CAC3C,CAAA;AADY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;GACnB,YAAY,CACxB"}
|
|
@@ -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.Workflow = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
13
|
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
14
|
const typeorm_1 = require("typeorm");
|
|
16
15
|
let Workflow = class Workflow extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.WORKFLOW;
|
|
20
|
-
}
|
|
21
16
|
};
|
|
22
17
|
exports.Workflow = Workflow;
|
|
23
18
|
__decorate([
|
|
@@ -33,7 +28,6 @@ __decorate([
|
|
|
33
28
|
__metadata("design:type", Boolean)
|
|
34
29
|
], Workflow.prototype, "is_factory", void 0);
|
|
35
30
|
exports.Workflow = Workflow = __decorate([
|
|
36
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_master' })
|
|
37
|
-
__metadata("design:paramtypes", [])
|
|
31
|
+
(0, typeorm_1.Entity)({ name: 'frm_wf_master' })
|
|
38
32
|
], Workflow);
|
|
39
33
|
//# sourceMappingURL=workflow.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"workflow.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,+BAAU;CAUvC,CAAA;AAVY,4BAAQ;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACxB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACxB;mBATT,QAAQ;IADpB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;GACrB,QAAQ,CAUpB"}
|