rez_core 3.1.208 → 3.1.210

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.
@@ -0,0 +1,40 @@
1
+ import { DashboardPageData } from "./module/dashboard/entity/dashboard_page_data.entity";
2
+ import { EnterpriseData } from "./module/enterprise/entity/enterprise.entity";
3
+ import { OrganizationAppMapping } from "./module/enterprise/entity/organization-app-mapping.entity";
4
+ import { OrganizationData } from "./module/enterprise/entity/organization.entity";
5
+ import { SavedFilterDetail } from "./module/filter/entity/saved-filter-detail.entity";
6
+ import { SavedFilterMaster } from "./module/filter/entity/saved-filter-master.entity";
7
+ import { IntegrationConfig } from "./module/integration/entity/integration-config.entity";
8
+ import { IntegrationEntityMapper } from "./module/integration/entity/integration-entity-mapper.entity";
9
+ import { IntegrationSource } from "./module/integration/entity/integration-source.entity";
10
+ import { UserIntegration } from "./module/integration/entity/user-integration.entity";
11
+ import { HeaderItems } from "./module/layout/entity/header-items.entity";
12
+ import { HeaderSection } from "./module/layout/entity/header-section.entity";
13
+ import { LayoutPreference } from "./module/layout_preference/entity/layout_preference.entity";
14
+ import { ListMasterItems } from "./module/listmaster/entity/list-master-items.entity";
15
+ import { ListMasterData } from "./module/listmaster/entity/list-master.entity";
16
+ import { FieldLovMapper } from "./module/mapper/entity/field-lovs.entity";
17
+ import { FieldMapper } from "./module/mapper/entity/field-mapper.entity";
18
+ import { Mapper } from "./module/mapper/entity/mapper.entity";
19
+ import { AppMaster } from "./module/meta/entity/app-master.entity";
20
+ import { EntityRelation } from "./module/meta/entity/entity-relation.entity";
21
+ import { EntityTableColumn } from "./module/meta/entity/entity-table-column.entity";
22
+ import { EntityTable } from "./module/meta/entity/entity-table.entity";
23
+ import { MediaData } from "./module/meta/entity/media-data.entity";
24
+ import { PreferenceMaster } from "./module/meta/entity/preference.entity";
25
+ import { MenuData } from "./module/module/entity/menu.entity";
26
+ import { ModuleAccess } from "./module/module/entity/module-access.entity";
27
+ import { ModuleAction } from "./module/module/entity/module-action.entity";
28
+ import { ModuleData } from "./module/module/entity/module.entity";
29
+ import { NotificationData } from "./module/notification/entity/notification.entity";
30
+ import { Otp } from "./module/notification/entity/otp.entity";
31
+ import { Role } from "./module/user/entity/role.entity";
32
+ import { UserRoleMapping } from "./module/user/entity/user-role-mapping.entity";
33
+ import { UserSession } from "./module/user/entity/user-session.entity";
34
+ import { UserData } from "./module/user/entity/user.entity";
35
+ import { TemplateAttach } from "./module/workflow/entity/template-attach-mapper.entity";
36
+ import { WorkFlowData } from "./module/workflow/entity/workflow-data.entity";
37
+ import { WorkflowLevelMappingEntity } from "./module/workflow/entity/workflow-level-mapping.entity";
38
+ export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof SavedFilterMaster | typeof SavedFilterDetail | typeof EntityTable | typeof EntityTableColumn | typeof PreferenceMaster | typeof MediaData | typeof EntityRelation | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof LayoutPreference | typeof DashboardPageData)[];
39
+ export declare const workflowTables: (typeof TemplateAttach | typeof WorkflowLevelMappingEntity | typeof WorkFlowData)[];
40
+ export declare const SSOTables: (typeof UserData | typeof Role | typeof ModuleAccess | typeof OrganizationData | typeof UserRoleMapping | typeof AppMaster | typeof UserSession | typeof OrganizationAppMapping | typeof ModuleData | typeof ModuleAction | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems | typeof EnterpriseData)[];
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SSOTables = exports.workflowTables = exports.frameworkTables = void 0;
4
+ const dashboard_page_data_entity_1 = require("./module/dashboard/entity/dashboard_page_data.entity");
5
+ const widget_master_entity_1 = require("./module/dashboard/entity/widget_master.entity");
6
+ const enterprise_entity_1 = require("./module/enterprise/entity/enterprise.entity");
7
+ const organization_app_mapping_entity_1 = require("./module/enterprise/entity/organization-app-mapping.entity");
8
+ const organization_entity_1 = require("./module/enterprise/entity/organization.entity");
9
+ const saved_filter_detail_entity_1 = require("./module/filter/entity/saved-filter-detail.entity");
10
+ const saved_filter_master_entity_1 = require("./module/filter/entity/saved-filter-master.entity");
11
+ const integration_config_entity_1 = require("./module/integration/entity/integration-config.entity");
12
+ const integration_entity_mapper_entity_1 = require("./module/integration/entity/integration-entity-mapper.entity");
13
+ const integration_source_entity_1 = require("./module/integration/entity/integration-source.entity");
14
+ const user_integration_entity_1 = require("./module/integration/entity/user-integration.entity");
15
+ const header_items_entity_1 = require("./module/layout/entity/header-items.entity");
16
+ const header_section_entity_1 = require("./module/layout/entity/header-section.entity");
17
+ const layout_preference_entity_1 = require("./module/layout_preference/entity/layout_preference.entity");
18
+ const list_master_items_entity_1 = require("./module/listmaster/entity/list-master-items.entity");
19
+ const list_master_entity_1 = require("./module/listmaster/entity/list-master.entity");
20
+ const field_lovs_entity_1 = require("./module/mapper/entity/field-lovs.entity");
21
+ const field_mapper_entity_1 = require("./module/mapper/entity/field-mapper.entity");
22
+ const mapper_entity_1 = require("./module/mapper/entity/mapper.entity");
23
+ const app_master_entity_1 = require("./module/meta/entity/app-master.entity");
24
+ const attribute_master_entity_1 = require("./module/meta/entity/attribute-master.entity");
25
+ const entity_master_entity_1 = require("./module/meta/entity/entity-master.entity");
26
+ const entity_relation_data_entity_1 = require("./module/meta/entity/entity-relation-data.entity");
27
+ const entity_relation_entity_1 = require("./module/meta/entity/entity-relation.entity");
28
+ const entity_table_column_entity_1 = require("./module/meta/entity/entity-table-column.entity");
29
+ const entity_table_entity_1 = require("./module/meta/entity/entity-table.entity");
30
+ const media_data_entity_1 = require("./module/meta/entity/media-data.entity");
31
+ const preference_entity_1 = require("./module/meta/entity/preference.entity");
32
+ const view_master_entity_1 = require("./module/meta/entity/view-master.entity");
33
+ const menu_entity_1 = require("./module/module/entity/menu.entity");
34
+ const module_access_entity_1 = require("./module/module/entity/module-access.entity");
35
+ const module_action_entity_1 = require("./module/module/entity/module-action.entity");
36
+ const module_entity_1 = require("./module/module/entity/module.entity");
37
+ const notification_entity_1 = require("./module/notification/entity/notification.entity");
38
+ const otp_entity_1 = require("./module/notification/entity/otp.entity");
39
+ const role_entity_1 = require("./module/user/entity/role.entity");
40
+ const user_role_mapping_entity_1 = require("./module/user/entity/user-role-mapping.entity");
41
+ const user_session_entity_1 = require("./module/user/entity/user-session.entity");
42
+ const user_entity_1 = require("./module/user/entity/user.entity");
43
+ const workflow_automation_action_entity_1 = require("./module/workflow-automation/entity/workflow-automation-action.entity");
44
+ const workflow_automation_entity_1 = require("./module/workflow-automation/entity/workflow-automation.entity");
45
+ const action_category_entity_1 = require("./module/workflow/entity/action-category.entity");
46
+ const action_data_entity_1 = require("./module/workflow/entity/action-data.entity");
47
+ const action_resources_mapping_entity_1 = require("./module/workflow/entity/action-resources-mapping.entity");
48
+ const action_template_mapping_entity_1 = require("./module/workflow/entity/action-template-mapping.entity");
49
+ const action_entity_1 = require("./module/workflow/entity/action.entity");
50
+ const activity_log_entity_1 = require("./module/workflow/entity/activity-log.entity");
51
+ const comm_template_entity_1 = require("./module/workflow/entity/comm-template.entity");
52
+ const entity_modification_entity_1 = require("./module/workflow/entity/entity-modification.entity");
53
+ const form_entity_1 = require("./module/workflow/entity/form.entity");
54
+ const stage_action_mapping_entity_1 = require("./module/workflow/entity/stage-action-mapping.entity");
55
+ const stage_group_entity_1 = require("./module/workflow/entity/stage-group.entity");
56
+ const stage_movement_data_entity_1 = require("./module/workflow/entity/stage-movement-data.entity");
57
+ const stage_entity_1 = require("./module/workflow/entity/stage.entity");
58
+ const task_data_entity_1 = require("./module/workflow/entity/task-data.entity");
59
+ const template_attach_mapper_entity_1 = require("./module/workflow/entity/template-attach-mapper.entity");
60
+ const workflow_data_entity_1 = require("./module/workflow/entity/workflow-data.entity");
61
+ const workflow_level_mapping_entity_1 = require("./module/workflow/entity/workflow-level-mapping.entity");
62
+ const workflow_entity_1 = require("./module/workflow/entity/workflow.entity");
63
+ exports.frameworkTables = [
64
+ activity_log_entity_1.ActivityLog,
65
+ attribute_master_entity_1.AttributeMaster,
66
+ dashboard_page_data_entity_1.DashboardPageData,
67
+ layout_preference_entity_1.LayoutPreference,
68
+ entity_master_entity_1.EntityMaster,
69
+ entity_relation_entity_1.EntityRelation,
70
+ entity_relation_data_entity_1.EntityRelationData,
71
+ entity_table_entity_1.EntityTable,
72
+ entity_table_column_entity_1.EntityTableColumn,
73
+ field_lovs_entity_1.FieldLovMapper,
74
+ field_mapper_entity_1.FieldMapper,
75
+ integration_config_entity_1.IntegrationConfig,
76
+ integration_entity_mapper_entity_1.IntegrationEntityMapper,
77
+ integration_source_entity_1.IntegrationSource,
78
+ list_master_entity_1.ListMasterData,
79
+ list_master_items_entity_1.ListMasterItems,
80
+ mapper_entity_1.Mapper,
81
+ media_data_entity_1.MediaData,
82
+ notification_entity_1.NotificationData,
83
+ preference_entity_1.PreferenceMaster,
84
+ saved_filter_detail_entity_1.SavedFilterDetail,
85
+ saved_filter_master_entity_1.SavedFilterMaster,
86
+ user_integration_entity_1.UserIntegration,
87
+ view_master_entity_1.ViewMaster
88
+ ];
89
+ exports.workflowTables = [
90
+ action_entity_1.ActionEntity,
91
+ action_category_entity_1.ActionCategory,
92
+ action_data_entity_1.ActionDataEntity,
93
+ action_resources_mapping_entity_1.ActionResourcesMapping,
94
+ action_template_mapping_entity_1.ActionTemplateMapping,
95
+ comm_template_entity_1.CommTemplate,
96
+ entity_modification_entity_1.EntityModification,
97
+ form_entity_1.FormDataEntity,
98
+ stage_entity_1.Stage,
99
+ stage_action_mapping_entity_1.StageActionMapping,
100
+ stage_group_entity_1.StageGroup,
101
+ stage_movement_data_entity_1.StageMovementData,
102
+ task_data_entity_1.TaskDataEntity,
103
+ template_attach_mapper_entity_1.TemplateAttach,
104
+ widget_master_entity_1.WidgetMaster,
105
+ workflow_entity_1.Workflow,
106
+ workflow_automation_entity_1.WorkflowAutomation,
107
+ workflow_automation_action_entity_1.WorkflowAutomationActionEntity,
108
+ workflow_level_mapping_entity_1.WorkflowLevelMappingEntity,
109
+ workflow_data_entity_1.WorkFlowData
110
+ ];
111
+ exports.SSOTables = [
112
+ app_master_entity_1.AppMaster,
113
+ enterprise_entity_1.EnterpriseData,
114
+ role_entity_1.Role,
115
+ user_entity_1.UserData,
116
+ user_session_entity_1.UserSession,
117
+ user_role_mapping_entity_1.UserRoleMapping,
118
+ module_entity_1.ModuleData,
119
+ module_access_entity_1.ModuleAccess,
120
+ module_action_entity_1.ModuleAction,
121
+ menu_entity_1.MenuData,
122
+ organization_entity_1.OrganizationData,
123
+ organization_app_mapping_entity_1.OrganizationAppMapping,
124
+ otp_entity_1.Otp,
125
+ header_items_entity_1.HeaderItems,
126
+ header_section_entity_1.HeaderSection
127
+ ];
128
+ //# sourceMappingURL=table.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.config.js","sourceRoot":"","sources":["../src/table.config.ts"],"names":[],"mappings":";;;AAAA,qGAAyF;AACzF,yFAA8E;AAC9E,oFAA8E;AAC9E,gHAAoG;AACpG,wFAAkF;AAClF,kGAAsF;AACtF,kGAAsF;AACtF,qGAA0F;AAC1F,mHAAuG;AACvG,qGAA0F;AAC1F,iGAAsF;AACtF,oFAAyE;AACzE,wFAA6E;AAC7E,yGAA8F;AAC9F,kGAAsF;AACtF,sFAA+E;AAC/E,gFAA0E;AAC1E,oFAAyE;AACzE,wEAA8D;AAC9D,8EAAmE;AACnE,0FAA+E;AAC/E,oFAAyE;AACzE,kGAAsF;AACtF,wFAA6E;AAC7E,gGAAoF;AACpF,kFAAuE;AACvE,8EAAmE;AACnE,8EAA0E;AAC1E,gFAAqE;AACrE,oEAA8D;AAC9D,sFAA2E;AAC3E,sFAA2E;AAC3E,wEAAkE;AAClE,0FAAoF;AACpF,wEAA8D;AAC9D,kEAAwD;AACxD,4FAAgF;AAChF,kFAAuE;AACvE,kEAA4D;AAC5D,6HAAuH;AACvH,+GAAoG;AACpG,4FAAiF;AACjF,oFAA+E;AAC/E,8GAAkG;AAClG,4GAAgG;AAChG,0EAAsE;AACtE,sFAA2E;AAC3E,wFAA6E;AAC7E,oGAAyF;AACzF,sEAAsE;AACtE,sGAA0F;AAC1F,oFAAyE;AACzE,oGAAwF;AACxF,wEAA8D;AAC9D,gFAA2E;AAC3E,0GAAwF;AACxF,wFAA6E;AAC7E,0GAAoG;AACpG,8EAAoE;AAEvD,QAAA,eAAe,GAAG;IAC3B,iCAAW;IACX,yCAAe;IACf,8CAAiB;IACjB,2CAAgB;IAChB,mCAAY;IACZ,uCAAc;IACd,gDAAkB;IAClB,iCAAW;IACX,8CAAiB;IACjB,kCAAc;IACd,iCAAW;IACX,6CAAiB;IACjB,0DAAuB;IACvB,6CAAiB;IACjB,mCAAc;IACd,0CAAe;IACf,sBAAM;IACN,6BAAS;IACT,sCAAgB;IAChB,oCAAgB;IAChB,8CAAiB;IACjB,8CAAiB;IACjB,yCAAe;IACf,+BAAU;CACb,CAAA;AAEY,QAAA,cAAc,GAAG;IAC1B,4BAAY;IACZ,uCAAc;IACd,qCAAgB;IAChB,wDAAsB;IACtB,sDAAqB;IACrB,mCAAY;IACZ,+CAAkB;IAClB,4BAAc;IACd,oBAAK;IACL,gDAAkB;IAClB,+BAAU;IACV,8CAAiB;IACjB,iCAAc;IACd,8CAAc;IACd,mCAAY;IACZ,0BAAQ;IACR,+CAAkB;IAClB,kEAA8B;IAC9B,0DAA0B;IAC1B,mCAAY;CACf,CAAA;AAEY,QAAA,SAAS,GAAG;IACrB,6BAAS;IACT,kCAAc;IACd,kBAAI;IACJ,sBAAQ;IACR,iCAAW;IACX,0CAAe;IACf,0BAAU;IACV,mCAAY;IACZ,mCAAY;IACZ,sBAAQ;IACR,sCAAgB;IAChB,wDAAsB;IACtB,gBAAG;IACH,iCAAW;IACX,qCAAa;CAChB,CAAA"}