cloud-ide-lms-model 1.1.15 → 1.1.19
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/lib/common-types/common.js +2 -6
- package/lib/common-types/emailServiceConfig.js +1 -2
- package/lib/common-types/index.js +4 -20
- package/lib/common-types/jwtPayload.js +1 -2
- package/lib/common-types/userPermissions.js +1 -2
- package/lib/index.js +7 -23
- package/lib/middleware/index.js +1 -17
- package/lib/middleware/securityHeadersMiddleware.js +1 -2
- package/lib/model/academics/aca_academic_year.js +5 -12
- package/lib/model/academics/aca_academic_year_mapping.js +5 -12
- package/lib/model/academics/aca_class_prg_branch.js +6 -15
- package/lib/model/academics/aca_class_program_master.js +5 -12
- package/lib/model/academics/aca_class_program_term.js +5 -13
- package/lib/model/academics/aca_prg_trm_section.js +5 -13
- package/lib/model/academics/academics_bonafide_request.js +4 -12
- package/lib/model/academics/index.js +7 -23
- package/lib/model/accounts/acc_financial_config.js +6 -10
- package/lib/model/accounts/acc_financial_year.js +5 -12
- package/lib/model/accounts/acc_financial_year_mapping.js +5 -12
- package/lib/model/accounts/index.js +3 -19
- package/lib/model/admission/admission_application_main.js +3 -8
- package/lib/model/admission/admission_confirmation_types.js +5 -12
- package/lib/model/admission/admission_contact_addresses.js +1 -2
- package/lib/model/admission/admission_elective_detail.js +3 -8
- package/lib/model/admission/admission_family_members.js +1 -2
- package/lib/model/admission/admission_fee_snapshot.js +1 -2
- package/lib/model/admission/admission_rte_details.js +1 -2
- package/lib/model/admission/admission_vital_information.js +1 -2
- package/lib/model/admission/index.js +8 -24
- package/lib/model/app/app-build-config.model.d.ts +55 -0
- package/lib/model/app/app-build-config.model.js +36 -0
- package/lib/model/app/app-changelog.model.d.ts +55 -0
- package/lib/model/app/app-changelog.model.js +36 -0
- package/lib/model/app/app-deployment.model.d.ts +59 -0
- package/lib/model/app/app-deployment.model.js +36 -0
- package/lib/model/app/app-platform-link.model.d.ts +62 -0
- package/lib/model/app/app-platform-link.model.js +36 -0
- package/lib/model/app/app-publish.model.d.ts +93 -0
- package/lib/model/app/app-publish.model.js +36 -0
- package/lib/model/app/app-registration-start.model.d.ts +55 -0
- package/lib/model/app/app-registration-start.model.js +36 -0
- package/lib/model/app/app-registration.model.d.ts +58 -0
- package/lib/model/app/app-registration.model.js +36 -0
- package/lib/model/app/app-store-provider.model.d.ts +56 -0
- package/lib/model/app/app-store-provider.model.js +36 -0
- package/lib/model/app/app-version.model.d.ts +66 -0
- package/lib/model/app/app-version.model.js +36 -0
- package/lib/model/app/index.d.ts +9 -0
- package/lib/model/app/index.js +9 -0
- package/lib/model/auth/auth_user_mst.js +16 -26
- package/lib/model/auth/entity-switch.js +2 -4
- package/lib/model/auth/forgot-password.d.ts +1 -0
- package/lib/model/auth/forgot-password.js +2 -4
- package/lib/model/auth/generate-view-only-token.js +1 -4
- package/lib/model/auth/index.js +7 -23
- package/lib/model/auth/login.d.ts +1 -0
- package/lib/model/auth/login.js +2 -5
- package/lib/model/auth/register.js +4 -4
- package/lib/model/auth/reset-password.d.ts +2 -0
- package/lib/model/auth/reset-password.js +2 -4
- package/lib/model/common/index.js +1 -17
- package/lib/model/common/mongoose-object.js +1 -2
- package/lib/model/core/core_department.js +3 -10
- package/lib/model/core/core_designation.js +3 -10
- package/lib/model/core/core_designation_grade_level.js +5 -13
- package/lib/model/core/core_entity_access_pass_management.js +3 -10
- package/lib/model/core/core_file_manager.js +4 -8
- package/lib/model/core/core_general_master.js +6 -14
- package/lib/model/core/core_general_master_type.js +7 -15
- package/lib/model/core/core_iso_currency.js +4 -6
- package/lib/model/core/core_page_elements.js +5 -14
- package/lib/model/core/core_page_elements_mapping.js +3 -12
- package/lib/model/core/core_pin_code.js +2 -4
- package/lib/model/core/core_system_country.js +3 -6
- package/lib/model/core/core_system_entity.d.ts +17 -1
- package/lib/model/core/core_system_entity.js +17 -7
- package/lib/model/core/core_system_menu.js +6 -13
- package/lib/model/core/core_system_nationality.js +3 -6
- package/lib/model/core/core_system_pages.js +5 -13
- package/lib/model/core/core_system_pages_theme.js +3 -14
- package/lib/model/core/core_system_theme_user_preferences.js +3 -4
- package/lib/model/core/core_system_themes.js +2 -4
- package/lib/model/core/core_user_role.js +3 -10
- package/lib/model/core/core_workflow_config.js +4 -13
- package/lib/model/core/core_workflow_engine.js +2 -9
- package/lib/model/core/core_workflow_registry.js +4 -12
- package/lib/model/core/dashboard-cards.js +3 -9
- package/lib/model/core/design-config.js +2 -4
- package/lib/model/core/financial_config.js +6 -10
- package/lib/model/core/index.js +27 -43
- package/lib/model/email/email_list.js +4 -10
- package/lib/model/email/email_log.js +4 -8
- package/lib/model/email/email_reference.js +4 -10
- package/lib/model/email/email_subscription.js +4 -10
- package/lib/model/email/email_template.js +4 -10
- package/lib/model/email/email_vendor.js +4 -10
- package/lib/model/email/index.js +6 -22
- package/lib/model/fees/fee_assignment.js +6 -11
- package/lib/model/fees/fee_discount_rule.js +5 -12
- package/lib/model/fees/fee_payment.js +5 -11
- package/lib/model/fees/fee_receipt_template.js +5 -12
- package/lib/model/fees/fee_structure.js +5 -13
- package/lib/model/fees/index.js +5 -21
- package/lib/model/frontdesk/fdsk_lead_assignment_detail.js +4 -7
- package/lib/model/frontdesk/fdsk_lead_config_master.js +9 -12
- package/lib/model/frontdesk/fdsk_leads.js +5 -8
- package/lib/model/frontdesk/index.js +3 -19
- package/lib/model/index.d.ts +1 -0
- package/lib/model/index.js +11 -26
- package/lib/model/notifications/index.js +1 -17
- package/lib/model/notifications/notification.js +3 -10
- package/lib/routes/academicsRoutes.js +1 -4
- package/lib/routes/accountsRoutes.js +1 -4
- package/lib/routes/admissionRoutes.js +1 -4
- package/lib/routes/appRoutes.d.ts +64 -0
- package/lib/routes/appRoutes.js +66 -0
- package/lib/routes/authRoutes.js +1 -4
- package/lib/routes/commonRoutes.js +1 -4
- package/lib/routes/coreRoutes.d.ts +4 -0
- package/lib/routes/coreRoutes.js +5 -4
- package/lib/routes/designConfigRoutes.js +1 -4
- package/lib/routes/emailRoutes.js +1 -4
- package/lib/routes/feesRoutes.js +1 -4
- package/lib/routes/frontdeskRoutes.js +1 -4
- package/lib/routes/hostManagerRoutes.js +1 -4
- package/lib/routes/index.d.ts +1 -0
- package/lib/routes/index.js +14 -29
- package/lib/routes/notificationRoutes.js +1 -4
- package/lib/routes/userRoutes.js +1 -4
- package/lib/schema/academics/aca_academic_year.js +1 -4
- package/lib/schema/academics/aca_academic_year_mapping.js +2 -5
- package/lib/schema/academics/aca_class_prg_branch.js +2 -5
- package/lib/schema/academics/aca_class_program_master.js +2 -5
- package/lib/schema/academics/aca_class_program_term.js +2 -5
- package/lib/schema/academics/aca_prg_trm_section.js +2 -5
- package/lib/schema/academics/academics_bonafide_request.js +3 -4
- package/lib/schema/academics/index.js +7 -23
- package/lib/schema/accounts/acc_financial_config.d.ts +1 -0
- package/lib/schema/accounts/acc_financial_config.js +2 -4
- package/lib/schema/accounts/acc_financial_year.js +1 -4
- package/lib/schema/accounts/acc_financial_year_mapping.js +2 -5
- package/lib/schema/accounts/index.js +3 -19
- package/lib/schema/admission/admission_application_main.js +3 -4
- package/lib/schema/admission/admission_contact_addresses.js +5 -7
- package/lib/schema/admission/admission_document_uploads.js +3 -4
- package/lib/schema/admission/admission_elective_detail.js +3 -4
- package/lib/schema/admission/admission_family_members.js +3 -5
- package/lib/schema/admission/admission_fee_snapshot.js +1 -2
- package/lib/schema/admission/admission_rte_details.js +2 -5
- package/lib/schema/admission/admission_status_history.js +3 -4
- package/lib/schema/admission/admission_vital_information.js +2 -5
- package/lib/schema/admission/index.js +9 -25
- package/lib/schema/app/app_build_config_mst.d.ts +13 -0
- package/lib/schema/app/app_build_config_mst.js +6 -0
- package/lib/schema/app/app_platform_link_mst.d.ts +19 -0
- package/lib/schema/app/app_platform_link_mst.js +6 -0
- package/lib/schema/app/app_publish_details_mst.d.ts +50 -0
- package/lib/schema/app/app_publish_details_mst.js +6 -0
- package/lib/schema/app/app_registration_mst.d.ts +16 -0
- package/lib/schema/app/app_registration_mst.js +6 -0
- package/lib/schema/app/app_registration_start_mst.d.ts +12 -0
- package/lib/schema/app/app_registration_start_mst.js +6 -0
- package/lib/schema/app/app_rollout_config_mst.d.ts +17 -0
- package/lib/schema/app/app_rollout_config_mst.js +6 -0
- package/lib/schema/app/app_store_provider_mst.d.ts +14 -0
- package/lib/schema/app/app_store_provider_mst.js +6 -0
- package/lib/schema/app/app_update_changelog_mst.d.ts +14 -0
- package/lib/schema/app/app_update_changelog_mst.js +6 -0
- package/lib/schema/app/app_update_deployment_mst.d.ts +18 -0
- package/lib/schema/app/app_update_deployment_mst.js +6 -0
- package/lib/schema/app/app_update_statistics_mst.d.ts +17 -0
- package/lib/schema/app/app_update_statistics_mst.js +6 -0
- package/lib/schema/app/app_user_update_status_mst.d.ts +19 -0
- package/lib/schema/app/app_user_update_status_mst.js +6 -0
- package/lib/schema/app/app_version_mst.d.ts +24 -0
- package/lib/schema/app/app_version_mst.js +6 -0
- package/lib/schema/app/index.d.ts +12 -0
- package/lib/schema/app/index.js +12 -0
- package/lib/schema/auth/auth_logses.js +1 -2
- package/lib/schema/auth/auth_mpin.js +3 -4
- package/lib/schema/auth/auth_user_mst.js +2 -4
- package/lib/schema/auth/index.js +3 -19
- package/lib/schema/collection_names.js +1 -4
- package/lib/schema/core/core_board_exam_pattern.js +3 -4
- package/lib/schema/core/core_board_grade_system.js +3 -4
- package/lib/schema/core/core_dashboard_cards.js +1 -2
- package/lib/schema/core/core_department.js +1 -2
- package/lib/schema/core/core_designation.js +1 -2
- package/lib/schema/core/core_designation_grade_level.js +2 -4
- package/lib/schema/core/core_education_board.js +3 -4
- package/lib/schema/core/core_entity_access_pass_management.js +1 -5
- package/lib/schema/core/core_entity_mapping.js +4 -5
- package/lib/schema/core/core_entity_udise.js +3 -4
- package/lib/schema/core/core_file_manager.js +3 -4
- package/lib/schema/core/core_financial_config.d.ts +1 -0
- package/lib/schema/core/core_financial_config.js +2 -4
- package/lib/schema/core/core_general_master.js +3 -4
- package/lib/schema/core/core_general_master_type.js +3 -4
- package/lib/schema/core/core_iso_currency.js +1 -2
- package/lib/schema/core/core_language.js +1 -2
- package/lib/schema/core/core_page_elements.js +3 -4
- package/lib/schema/core/core_page_elements_mapping.js +1 -2
- package/lib/schema/core/core_page_grid.js +1 -2
- package/lib/schema/core/core_page_tab.js +1 -2
- package/lib/schema/core/core_pin_code.js +1 -2
- package/lib/schema/core/core_school_board_affiliation.js +3 -4
- package/lib/schema/core/core_system_config.js +3 -4
- package/lib/schema/core/core_system_country.js +1 -2
- package/lib/schema/core/core_system_entity.js +3 -4
- package/lib/schema/core/core_system_logs.js +3 -4
- package/lib/schema/core/core_system_menu.js +3 -4
- package/lib/schema/core/core_system_nationality.js +1 -2
- package/lib/schema/core/core_system_organization_themes.js +3 -4
- package/lib/schema/core/core_system_page_notes_manager.js +2 -4
- package/lib/schema/core/core_system_pages.js +3 -4
- package/lib/schema/core/core_system_pages_theme.js +1 -2
- package/lib/schema/core/core_system_theme_user_preferences.js +3 -4
- package/lib/schema/core/core_system_themes.js +2 -4
- package/lib/schema/core/core_user_attributes.js +2 -4
- package/lib/schema/core/core_user_contact_addresses.js +2 -5
- package/lib/schema/core/core_user_documents.js +2 -5
- package/lib/schema/core/core_user_family_details.js +2 -5
- package/lib/schema/core/core_user_role.js +2 -5
- package/lib/schema/core/core_user_role_exceptions.js +2 -5
- package/lib/schema/core/core_user_role_rights.js +2 -5
- package/lib/schema/core/core_user_type_mapping.js +1 -2
- package/lib/schema/core/core_workflow_approver_rules.js +3 -4
- package/lib/schema/core/core_workflow_config.js +3 -4
- package/lib/schema/core/core_workflow_registry.js +3 -4
- package/lib/schema/core/core_workflow_transaction_history.js +3 -4
- package/lib/schema/core/index.js +46 -62
- package/lib/schema/email/email_list.js +3 -4
- package/lib/schema/email/email_log.js +3 -4
- package/lib/schema/email/email_reference.js +3 -4
- package/lib/schema/email/email_subscription_vendor.js +3 -4
- package/lib/schema/email/email_templete.js +3 -4
- package/lib/schema/email/email_vendor.js +3 -4
- package/lib/schema/email/index.js +6 -22
- package/lib/schema/fees/fee_assignment.js +1 -5
- package/lib/schema/fees/fee_collection_config.js +1 -4
- package/lib/schema/fees/fee_discount.js +1 -4
- package/lib/schema/fees/fee_discount_rule.js +1 -4
- package/lib/schema/fees/fee_installment_config.js +1 -4
- package/lib/schema/fees/fee_installment_item.js +1 -4
- package/lib/schema/fees/fee_late_fee.js +1 -4
- package/lib/schema/fees/fee_late_fee_rule.js +1 -4
- package/lib/schema/fees/fee_payment.js +1 -4
- package/lib/schema/fees/fee_payment_item.js +1 -4
- package/lib/schema/fees/fee_receipt_template.js +1 -4
- package/lib/schema/fees/fee_refund.js +1 -4
- package/lib/schema/fees/fee_scholarship.js +1 -4
- package/lib/schema/fees/fee_structure.js +2 -5
- package/lib/schema/fees/fee_structure_item.js +1 -4
- package/lib/schema/fees/fee_transaction.js +1 -4
- package/lib/schema/fees/index.js +16 -37
- package/lib/schema/frontdesk/fdsk_lead_assignment_detail.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_config_master.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_detail.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_scheduling.js +4 -5
- package/lib/schema/frontdesk/fdsk_leads.js +4 -5
- package/lib/schema/frontdesk/index.js +5 -21
- package/lib/schema/index.d.ts +1 -0
- package/lib/schema/index.js +11 -26
- package/lib/schema/notifications/index.js +1 -17
- package/lib/schema/notifications/notification.js +2 -5
- package/lib/services/index.js +1 -17
- package/lib/services/theme.service.js +1 -2
- package/lib/utilities/helpers/encryption.helper.js +1 -4
- package/lib/utilities/helpers/error.helper.js +1 -8
- package/lib/utilities/helpers/index.js +5 -21
- package/lib/utilities/helpers/response.helper.js +1 -4
- package/lib/utilities/helpers/string.helper.js +5 -12
- package/lib/utilities/helpers/type.hepler.js +1 -2
- package/lib/utilities/index.js +1 -17
- package/package.json +15 -7
- package/lib/model/frontdesk/fdsk_lead_detail.d.ts +0 -34
- package/lib/model/frontdesk/fdsk_lead_detail.js +0 -27
- package/lib/model/frontdesk/fdsk_lead_scheduling.d.ts +0 -34
- package/lib/model/frontdesk/fdsk_lead_scheduling.js +0 -27
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
5
|
-
const schema_1 = require("../../schema");
|
|
6
|
-
class MPageElements extends common_1.MTableQueries {
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
import { ICoreSype } from "../../schema";
|
|
3
|
+
class MPageElements extends MTableQueries {
|
|
7
4
|
constructor(init) {
|
|
8
5
|
super(init);
|
|
9
6
|
Object.assign(this, init);
|
|
@@ -13,7 +10,6 @@ class MPageElements extends common_1.MTableQueries {
|
|
|
13
10
|
return errorLogger;
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
|
-
exports.MPageElements = MPageElements;
|
|
17
13
|
class MPageElementsGetByIdPayload {
|
|
18
14
|
constructor(init) {
|
|
19
15
|
Object.assign(this, init);
|
|
@@ -26,7 +22,6 @@ class MPageElementsGetByIdPayload {
|
|
|
26
22
|
return errorLogger;
|
|
27
23
|
}
|
|
28
24
|
}
|
|
29
|
-
exports.MPageElementsGetByIdPayload = MPageElementsGetByIdPayload;
|
|
30
25
|
class MPageElementsDeletePayload {
|
|
31
26
|
constructor(init) {
|
|
32
27
|
Object.assign(this, init);
|
|
@@ -39,8 +34,7 @@ class MPageElementsDeletePayload {
|
|
|
39
34
|
return errorLogger;
|
|
40
35
|
}
|
|
41
36
|
}
|
|
42
|
-
|
|
43
|
-
class MPageElementsInsertUpdatePayload extends schema_1.ICoreSype {
|
|
37
|
+
class MPageElementsInsertUpdatePayload extends ICoreSype {
|
|
44
38
|
constructor(init) {
|
|
45
39
|
super();
|
|
46
40
|
Object.assign(this, init);
|
|
@@ -65,7 +59,6 @@ class MPageElementsInsertUpdatePayload extends schema_1.ICoreSype {
|
|
|
65
59
|
return errorLogger;
|
|
66
60
|
}
|
|
67
61
|
}
|
|
68
|
-
exports.MPageElementsInsertUpdatePayload = MPageElementsInsertUpdatePayload;
|
|
69
62
|
class MPageElementsToggleStatusPayload {
|
|
70
63
|
constructor(init) {
|
|
71
64
|
Object.assign(this, init);
|
|
@@ -81,7 +74,6 @@ class MPageElementsToggleStatusPayload {
|
|
|
81
74
|
return errorLogger;
|
|
82
75
|
}
|
|
83
76
|
}
|
|
84
|
-
exports.MPageElementsToggleStatusPayload = MPageElementsToggleStatusPayload;
|
|
85
77
|
class MPageElementsCheckExistsPayload {
|
|
86
78
|
constructor(init) {
|
|
87
79
|
Object.assign(this, init);
|
|
@@ -97,7 +89,6 @@ class MPageElementsCheckExistsPayload {
|
|
|
97
89
|
return errorLogger;
|
|
98
90
|
}
|
|
99
91
|
}
|
|
100
|
-
exports.MPageElementsCheckExistsPayload = MPageElementsCheckExistsPayload;
|
|
101
92
|
class MPageElementsByPageIdPayload {
|
|
102
93
|
constructor(init) {
|
|
103
94
|
Object.assign(this, init);
|
|
@@ -110,4 +101,4 @@ class MPageElementsByPageIdPayload {
|
|
|
110
101
|
return errorLogger;
|
|
111
102
|
}
|
|
112
103
|
}
|
|
113
|
-
|
|
104
|
+
export { MPageElements, MPageElementsGetByIdPayload, MPageElementsDeletePayload, MPageElementsInsertUpdatePayload, MPageElementsToggleStatusPayload, MPageElementsCheckExistsPayload, MPageElementsByPageIdPayload };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MPageElementsMappingCheckExistsPayload = exports.MPageElementsMappingByPageIdPayload = exports.MPageElementsMappingToggleStatusPayload = exports.MPageElementsMappingInsertUpdatePayload = exports.MPageElementsMappingDeletePayload = exports.MPageElementsMappingGetByIdPayload = exports.MPageElementsMapping = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/* MODEL START */
|
|
7
|
-
class MPageElementsMapping extends
|
|
4
|
+
class MPageElementsMapping extends MTableQueries {
|
|
8
5
|
constructor(init) {
|
|
9
6
|
super(init);
|
|
10
7
|
Object.assign(this, init);
|
|
@@ -14,7 +11,6 @@ class MPageElementsMapping extends common_1.MTableQueries {
|
|
|
14
11
|
return errorLogger;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
|
-
exports.MPageElementsMapping = MPageElementsMapping;
|
|
18
14
|
class MPageElementsMappingGetByIdPayload {
|
|
19
15
|
constructor(init) {
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -27,7 +23,6 @@ class MPageElementsMappingGetByIdPayload {
|
|
|
27
23
|
return errorLogger;
|
|
28
24
|
}
|
|
29
25
|
}
|
|
30
|
-
exports.MPageElementsMappingGetByIdPayload = MPageElementsMappingGetByIdPayload;
|
|
31
26
|
class MPageElementsMappingDeletePayload {
|
|
32
27
|
constructor(init) {
|
|
33
28
|
Object.assign(this, init);
|
|
@@ -40,7 +35,6 @@ class MPageElementsMappingDeletePayload {
|
|
|
40
35
|
return errorLogger;
|
|
41
36
|
}
|
|
42
37
|
}
|
|
43
|
-
exports.MPageElementsMappingDeletePayload = MPageElementsMappingDeletePayload;
|
|
44
38
|
class MPageElementsMappingInsertUpdatePayload {
|
|
45
39
|
constructor(init) {
|
|
46
40
|
Object.assign(this, init);
|
|
@@ -56,7 +50,6 @@ class MPageElementsMappingInsertUpdatePayload {
|
|
|
56
50
|
return errorLogger;
|
|
57
51
|
}
|
|
58
52
|
}
|
|
59
|
-
exports.MPageElementsMappingInsertUpdatePayload = MPageElementsMappingInsertUpdatePayload;
|
|
60
53
|
class MPageElementsMappingToggleStatusPayload {
|
|
61
54
|
constructor(init) {
|
|
62
55
|
Object.assign(this, init);
|
|
@@ -72,7 +65,6 @@ class MPageElementsMappingToggleStatusPayload {
|
|
|
72
65
|
return errorLogger;
|
|
73
66
|
}
|
|
74
67
|
}
|
|
75
|
-
exports.MPageElementsMappingToggleStatusPayload = MPageElementsMappingToggleStatusPayload;
|
|
76
68
|
class MPageElementsMappingByPageIdPayload {
|
|
77
69
|
constructor(init) {
|
|
78
70
|
Object.assign(this, init);
|
|
@@ -85,7 +77,6 @@ class MPageElementsMappingByPageIdPayload {
|
|
|
85
77
|
return errorLogger;
|
|
86
78
|
}
|
|
87
79
|
}
|
|
88
|
-
exports.MPageElementsMappingByPageIdPayload = MPageElementsMappingByPageIdPayload;
|
|
89
80
|
class MPageElementsMappingCheckExistsPayload {
|
|
90
81
|
constructor(init) {
|
|
91
82
|
Object.assign(this, init);
|
|
@@ -101,4 +92,4 @@ class MPageElementsMappingCheckExistsPayload {
|
|
|
101
92
|
return errorLogger;
|
|
102
93
|
}
|
|
103
94
|
}
|
|
104
|
-
|
|
95
|
+
export { MPageElementsMapping, MPageElementsMappingGetByIdPayload, MPageElementsMappingDeletePayload, MPageElementsMappingInsertUpdatePayload, MPageElementsMappingToggleStatusPayload, MPageElementsMappingByPageIdPayload, MPageElementsMappingCheckExistsPayload };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MPinCodeSelect = void 0;
|
|
4
1
|
/* INTERFACE END */
|
|
5
2
|
/* MODEL START */
|
|
6
3
|
class MPinCodeSelect {
|
|
@@ -18,4 +15,5 @@ class MPinCodeSelect {
|
|
|
18
15
|
return errorLogger;
|
|
19
16
|
}
|
|
20
17
|
}
|
|
21
|
-
|
|
18
|
+
export { //interface
|
|
19
|
+
MPinCodeSelect };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MSyctrList = void 0;
|
|
4
|
-
const common_types_1 = require("../../common-types");
|
|
1
|
+
import { MTableQueries } from "../../common-types";
|
|
5
2
|
/* INTERFACE END */
|
|
6
|
-
class MSyctrList extends
|
|
3
|
+
class MSyctrList extends MTableQueries {
|
|
7
4
|
constructor(init) {
|
|
8
5
|
super(init);
|
|
9
6
|
this.syctr_id = "";
|
|
@@ -15,4 +12,4 @@ class MSyctrList extends common_types_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
|
|
15
|
+
export { MSyctrList };
|
|
@@ -4,6 +4,9 @@ import { controllerResponse } from "../../utilities";
|
|
|
4
4
|
type IEntityErrorLogger = {
|
|
5
5
|
[key in keyof MEntity]: string;
|
|
6
6
|
};
|
|
7
|
+
type IEntityByDomainErrorLogger = {
|
|
8
|
+
[key in keyof MEntityByDomain]: string;
|
|
9
|
+
};
|
|
7
10
|
type CoreSystemEntityErrorLogger = {
|
|
8
11
|
[key in keyof CoreSystemEntity]: string;
|
|
9
12
|
};
|
|
@@ -18,6 +21,11 @@ declare class MEntity extends MTableQueries {
|
|
|
18
21
|
constructor(init: MEntity);
|
|
19
22
|
Validate?(): Partial<IEntityErrorLogger>;
|
|
20
23
|
}
|
|
24
|
+
declare class MEntityByDomain {
|
|
25
|
+
domain?: string;
|
|
26
|
+
constructor(init: MEntityByDomain);
|
|
27
|
+
Validate?(): Partial<IEntityByDomainErrorLogger>;
|
|
28
|
+
}
|
|
21
29
|
interface entityControllerResponse extends controllerResponse {
|
|
22
30
|
data?: CoreSystemEntityListResponse[];
|
|
23
31
|
}
|
|
@@ -27,9 +35,17 @@ interface entityInsertUpdateControllerResponse extends controllerResponse {
|
|
|
27
35
|
interface entityByIdControllerResponse extends controllerResponse {
|
|
28
36
|
data?: CoreSystemEntity;
|
|
29
37
|
}
|
|
38
|
+
interface entityByDomainControllerResponse extends controllerResponse {
|
|
39
|
+
data?: {
|
|
40
|
+
_id?: string;
|
|
41
|
+
syen_id?: string;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
30
44
|
interface CoreSystemEntityListResponse extends CoreSystemEntity {
|
|
31
45
|
children: CoreSystemEntityListResponse[];
|
|
32
46
|
}
|
|
33
47
|
export { IEntityErrorLogger, //interface
|
|
48
|
+
IEntityByDomainErrorLogger, //interface
|
|
34
49
|
MEntity, // model
|
|
35
|
-
|
|
50
|
+
MEntityByDomain, // model
|
|
51
|
+
entityControllerResponse, CoreSystemEntityListResponse, entityInsertUpdateControllerResponse, entityByIdControllerResponse, entityByDomainControllerResponse, CoreSystemEntitySaveUpdatePayload };
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreSystemEntitySaveUpdatePayload = exports.MEntity = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/* MODEL START */
|
|
7
4
|
class CoreSystemEntitySaveUpdatePayload {
|
|
@@ -13,8 +10,7 @@ class CoreSystemEntitySaveUpdatePayload {
|
|
|
13
10
|
return errorLogger;
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
|
-
|
|
17
|
-
class MEntity extends common_1.MTableQueries {
|
|
13
|
+
class MEntity extends MTableQueries {
|
|
18
14
|
constructor(init) {
|
|
19
15
|
super(init);
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -24,4 +20,18 @@ class MEntity extends common_1.MTableQueries {
|
|
|
24
20
|
return errorLogger;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
|
-
|
|
23
|
+
class MEntityByDomain {
|
|
24
|
+
constructor(init) {
|
|
25
|
+
Object.assign(this, init);
|
|
26
|
+
}
|
|
27
|
+
Validate() {
|
|
28
|
+
let errorLogger = {};
|
|
29
|
+
if (!this.domain) {
|
|
30
|
+
errorLogger.domain = "Domain is Required";
|
|
31
|
+
}
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
export { //interface
|
|
36
|
+
MEntity, // model
|
|
37
|
+
MEntityByDomain, CoreSystemEntitySaveUpdatePayload };
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MCoreSymeGetByIdPayload = exports.MCoreSymeDeletePayload = exports.MCoreSymeInsertUpdatePayload = exports.MMenuListPayload = exports.MMenuChangeSequencePayload = exports.MMenu = void 0;
|
|
4
|
-
const common_types_1 = require("../../common-types");
|
|
5
|
-
const schema_1 = require("../../schema");
|
|
1
|
+
import { MTableQueries } from "../../common-types";
|
|
2
|
+
import { ICoreSyme } from "../../schema";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
|
-
class MMenuListPayload extends
|
|
5
|
+
class MMenuListPayload extends MTableQueries {
|
|
9
6
|
constructor(init) {
|
|
10
7
|
super(init);
|
|
11
8
|
Object.assign(this, init);
|
|
@@ -15,8 +12,7 @@ class MMenuListPayload extends common_types_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
|
|
19
|
-
class MCoreSymeInsertUpdatePayload extends schema_1.ICoreSyme {
|
|
15
|
+
class MCoreSymeInsertUpdatePayload extends ICoreSyme {
|
|
20
16
|
constructor(init) {
|
|
21
17
|
super();
|
|
22
18
|
Object.assign(this, init);
|
|
@@ -26,7 +22,6 @@ class MCoreSymeInsertUpdatePayload extends schema_1.ICoreSyme {
|
|
|
26
22
|
return errorLogger;
|
|
27
23
|
}
|
|
28
24
|
}
|
|
29
|
-
exports.MCoreSymeInsertUpdatePayload = MCoreSymeInsertUpdatePayload;
|
|
30
25
|
class MCoreSymeGetByIdPayload {
|
|
31
26
|
constructor(init) {
|
|
32
27
|
Object.assign(this, init);
|
|
@@ -39,7 +34,6 @@ class MCoreSymeGetByIdPayload {
|
|
|
39
34
|
return errorLogger;
|
|
40
35
|
}
|
|
41
36
|
}
|
|
42
|
-
exports.MCoreSymeGetByIdPayload = MCoreSymeGetByIdPayload;
|
|
43
37
|
class MCoreSymeDeletePayload {
|
|
44
38
|
constructor(init) {
|
|
45
39
|
Object.assign(this, init);
|
|
@@ -52,7 +46,6 @@ class MCoreSymeDeletePayload {
|
|
|
52
46
|
return errorLogger;
|
|
53
47
|
}
|
|
54
48
|
}
|
|
55
|
-
exports.MCoreSymeDeletePayload = MCoreSymeDeletePayload;
|
|
56
49
|
class MMenu {
|
|
57
50
|
constructor(init) {
|
|
58
51
|
Object.assign(this, init);
|
|
@@ -80,7 +73,6 @@ class MMenu {
|
|
|
80
73
|
return errorLogger;
|
|
81
74
|
}
|
|
82
75
|
}
|
|
83
|
-
exports.MMenu = MMenu;
|
|
84
76
|
class MMenuChangeSequencePayload {
|
|
85
77
|
constructor(init) {
|
|
86
78
|
Object.assign(this, init);
|
|
@@ -104,4 +96,5 @@ class MMenuChangeSequencePayload {
|
|
|
104
96
|
return errorLogger;
|
|
105
97
|
}
|
|
106
98
|
}
|
|
107
|
-
|
|
99
|
+
export { MMenu, // model
|
|
100
|
+
MMenuChangeSequencePayload, MMenuListPayload, MCoreSymeInsertUpdatePayload, MCoreSymeDeletePayload, MCoreSymeGetByIdPayload };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreNationalityListPayload = void 0;
|
|
4
|
-
const common_types_1 = require("../../common-types");
|
|
1
|
+
import { MTableQueries } from "../../common-types";
|
|
5
2
|
/* INTERFACE END */
|
|
6
|
-
class CoreNationalityListPayload extends
|
|
3
|
+
class CoreNationalityListPayload extends MTableQueries {
|
|
7
4
|
constructor(init) {
|
|
8
5
|
super(init);
|
|
9
6
|
this.synat_id = "";
|
|
@@ -15,4 +12,4 @@ class CoreNationalityListPayload extends common_types_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
|
|
15
|
+
export { CoreNationalityListPayload };
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MSystemPagesCheckCodeExistsPayload = exports.MSystemPagesToggleStatusPayload = exports.MSystemPagesInsertUpdatePayload = exports.MSystemPagesDeletePayload = exports.MSystemPagesGetByIdPayload = exports.MSystemPages = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
5
|
-
const schema_1 = require("../../schema");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
import { ICoreSypg } from "../../schema";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
|
-
class MSystemPages extends
|
|
5
|
+
class MSystemPages extends MTableQueries {
|
|
9
6
|
constructor(init) {
|
|
10
7
|
super(init);
|
|
11
8
|
Object.assign(this, init);
|
|
@@ -15,7 +12,6 @@ class MSystemPages extends common_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
exports.MSystemPages = MSystemPages;
|
|
19
15
|
class MSystemPagesGetByIdPayload {
|
|
20
16
|
constructor(init) {
|
|
21
17
|
Object.assign(this, init);
|
|
@@ -28,7 +24,6 @@ class MSystemPagesGetByIdPayload {
|
|
|
28
24
|
return errorLogger;
|
|
29
25
|
}
|
|
30
26
|
}
|
|
31
|
-
exports.MSystemPagesGetByIdPayload = MSystemPagesGetByIdPayload;
|
|
32
27
|
class MSystemPagesDeletePayload {
|
|
33
28
|
constructor(init) {
|
|
34
29
|
Object.assign(this, init);
|
|
@@ -41,8 +36,7 @@ class MSystemPagesDeletePayload {
|
|
|
41
36
|
return errorLogger;
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
|
-
|
|
45
|
-
class MSystemPagesInsertUpdatePayload extends schema_1.ICoreSypg {
|
|
39
|
+
class MSystemPagesInsertUpdatePayload extends ICoreSypg {
|
|
46
40
|
constructor(init) {
|
|
47
41
|
super();
|
|
48
42
|
Object.assign(this, init);
|
|
@@ -70,7 +64,6 @@ class MSystemPagesInsertUpdatePayload extends schema_1.ICoreSypg {
|
|
|
70
64
|
return errorLogger;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
73
|
-
exports.MSystemPagesInsertUpdatePayload = MSystemPagesInsertUpdatePayload;
|
|
74
67
|
class MSystemPagesToggleStatusPayload {
|
|
75
68
|
constructor(init) {
|
|
76
69
|
Object.assign(this, init);
|
|
@@ -86,7 +79,6 @@ class MSystemPagesToggleStatusPayload {
|
|
|
86
79
|
return errorLogger;
|
|
87
80
|
}
|
|
88
81
|
}
|
|
89
|
-
exports.MSystemPagesToggleStatusPayload = MSystemPagesToggleStatusPayload;
|
|
90
82
|
class MSystemPagesCheckCodeExistsPayload {
|
|
91
83
|
constructor(init) {
|
|
92
84
|
Object.assign(this, init);
|
|
@@ -102,4 +94,4 @@ class MSystemPagesCheckCodeExistsPayload {
|
|
|
102
94
|
return errorLogger;
|
|
103
95
|
}
|
|
104
96
|
}
|
|
105
|
-
|
|
97
|
+
export { MSystemPages, MSystemPagesGetByIdPayload, MSystemPagesDeletePayload, MSystemPagesInsertUpdatePayload, MSystemPagesToggleStatusPayload, MSystemPagesCheckCodeExistsPayload };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MSystemPagesThemeByThemeCodePayload = exports.MSystemPagesThemeByPageIdPayload = exports.MSystemPagesThemeCheckCodeExistsPayload = exports.MSystemPagesThemeToggleSelectedPayload = exports.MSystemPagesThemeToggleStatusPayload = exports.MSystemPagesThemeInsertUpdatePayload = exports.MSystemPagesThemeDeletePayload = exports.MSystemPagesThemeGetByIdPayload = exports.MSystemPagesTheme = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/* MODEL START */
|
|
7
|
-
class MSystemPagesTheme extends
|
|
4
|
+
class MSystemPagesTheme extends MTableQueries {
|
|
8
5
|
constructor(init) {
|
|
9
6
|
super(init);
|
|
10
7
|
Object.assign(this, init);
|
|
@@ -14,7 +11,6 @@ class MSystemPagesTheme extends common_1.MTableQueries {
|
|
|
14
11
|
return errorLogger;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
|
-
exports.MSystemPagesTheme = MSystemPagesTheme;
|
|
18
14
|
class MSystemPagesThemeGetByIdPayload {
|
|
19
15
|
constructor(init) {
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -27,7 +23,6 @@ class MSystemPagesThemeGetByIdPayload {
|
|
|
27
23
|
return errorLogger;
|
|
28
24
|
}
|
|
29
25
|
}
|
|
30
|
-
exports.MSystemPagesThemeGetByIdPayload = MSystemPagesThemeGetByIdPayload;
|
|
31
26
|
class MSystemPagesThemeDeletePayload {
|
|
32
27
|
constructor(init) {
|
|
33
28
|
Object.assign(this, init);
|
|
@@ -40,7 +35,6 @@ class MSystemPagesThemeDeletePayload {
|
|
|
40
35
|
return errorLogger;
|
|
41
36
|
}
|
|
42
37
|
}
|
|
43
|
-
exports.MSystemPagesThemeDeletePayload = MSystemPagesThemeDeletePayload;
|
|
44
38
|
class MSystemPagesThemeInsertUpdatePayload {
|
|
45
39
|
constructor(init) {
|
|
46
40
|
Object.assign(this, init);
|
|
@@ -94,7 +88,6 @@ class MSystemPagesThemeInsertUpdatePayload {
|
|
|
94
88
|
return errorLogger;
|
|
95
89
|
}
|
|
96
90
|
}
|
|
97
|
-
exports.MSystemPagesThemeInsertUpdatePayload = MSystemPagesThemeInsertUpdatePayload;
|
|
98
91
|
class MSystemPagesThemeToggleStatusPayload {
|
|
99
92
|
constructor(init) {
|
|
100
93
|
Object.assign(this, init);
|
|
@@ -110,7 +103,6 @@ class MSystemPagesThemeToggleStatusPayload {
|
|
|
110
103
|
return errorLogger;
|
|
111
104
|
}
|
|
112
105
|
}
|
|
113
|
-
exports.MSystemPagesThemeToggleStatusPayload = MSystemPagesThemeToggleStatusPayload;
|
|
114
106
|
class MSystemPagesThemeToggleSelectedPayload {
|
|
115
107
|
constructor(init) {
|
|
116
108
|
Object.assign(this, init);
|
|
@@ -126,7 +118,6 @@ class MSystemPagesThemeToggleSelectedPayload {
|
|
|
126
118
|
return errorLogger;
|
|
127
119
|
}
|
|
128
120
|
}
|
|
129
|
-
exports.MSystemPagesThemeToggleSelectedPayload = MSystemPagesThemeToggleSelectedPayload;
|
|
130
121
|
class MSystemPagesThemeCheckCodeExistsPayload {
|
|
131
122
|
constructor(init) {
|
|
132
123
|
Object.assign(this, init);
|
|
@@ -139,7 +130,6 @@ class MSystemPagesThemeCheckCodeExistsPayload {
|
|
|
139
130
|
return errorLogger;
|
|
140
131
|
}
|
|
141
132
|
}
|
|
142
|
-
exports.MSystemPagesThemeCheckCodeExistsPayload = MSystemPagesThemeCheckCodeExistsPayload;
|
|
143
133
|
class MSystemPagesThemeByPageIdPayload {
|
|
144
134
|
constructor(init) {
|
|
145
135
|
Object.assign(this, init);
|
|
@@ -152,7 +142,6 @@ class MSystemPagesThemeByPageIdPayload {
|
|
|
152
142
|
return errorLogger;
|
|
153
143
|
}
|
|
154
144
|
}
|
|
155
|
-
exports.MSystemPagesThemeByPageIdPayload = MSystemPagesThemeByPageIdPayload;
|
|
156
145
|
class MSystemPagesThemeByThemeCodePayload {
|
|
157
146
|
constructor(init) {
|
|
158
147
|
Object.assign(this, init);
|
|
@@ -165,4 +154,4 @@ class MSystemPagesThemeByThemeCodePayload {
|
|
|
165
154
|
return errorLogger;
|
|
166
155
|
}
|
|
167
156
|
}
|
|
168
|
-
|
|
157
|
+
export { MSystemPagesTheme, MSystemPagesThemeGetByIdPayload, MSystemPagesThemeDeletePayload, MSystemPagesThemeInsertUpdatePayload, MSystemPagesThemeToggleStatusPayload, MSystemPagesThemeToggleSelectedPayload, MSystemPagesThemeCheckCodeExistsPayload, MSystemPagesThemeByPageIdPayload, MSystemPagesThemeByThemeCodePayload };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MSystemThemeUserPreferencesRequest = void 0;
|
|
4
1
|
/* INTERFACE END */
|
|
5
2
|
/* MODEL START */
|
|
6
3
|
class MSystemThemeUserPreferencesRequest {
|
|
@@ -21,4 +18,6 @@ class MSystemThemeUserPreferencesRequest {
|
|
|
21
18
|
return errorLogger;
|
|
22
19
|
}
|
|
23
20
|
}
|
|
24
|
-
|
|
21
|
+
export { //interface
|
|
22
|
+
MSystemThemeUserPreferencesRequest, // model
|
|
23
|
+
};
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MSystemThemeRequest = void 0;
|
|
4
1
|
/* INTERFACE END */
|
|
5
2
|
/* MODEL START */
|
|
6
3
|
class MSystemThemeRequest {
|
|
@@ -12,4 +9,5 @@ class MSystemThemeRequest {
|
|
|
12
9
|
return errorLogger;
|
|
13
10
|
}
|
|
14
11
|
}
|
|
15
|
-
|
|
12
|
+
export { //interface
|
|
13
|
+
MSystemThemeRequest };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MUserRoleToggleStatusPayload = exports.MUserRoleWithRightsPayload = exports.MUserRoleDeletePayload = exports.MUserRoleGetByIdPayload = exports.MUserRole = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/* MODEL START */
|
|
7
|
-
class MUserRole extends
|
|
4
|
+
class MUserRole extends MTableQueries {
|
|
8
5
|
constructor(init) {
|
|
9
6
|
super(init);
|
|
10
7
|
this.syusrol_role_entity_id_syen = "";
|
|
@@ -18,7 +15,6 @@ class MUserRole extends common_1.MTableQueries {
|
|
|
18
15
|
return errorLogger;
|
|
19
16
|
}
|
|
20
17
|
}
|
|
21
|
-
exports.MUserRole = MUserRole;
|
|
22
18
|
class MUserRoleGetByIdPayload {
|
|
23
19
|
constructor(init) {
|
|
24
20
|
Object.assign(this, init);
|
|
@@ -31,7 +27,6 @@ class MUserRoleGetByIdPayload {
|
|
|
31
27
|
return errorLogger;
|
|
32
28
|
}
|
|
33
29
|
}
|
|
34
|
-
exports.MUserRoleGetByIdPayload = MUserRoleGetByIdPayload;
|
|
35
30
|
class MUserRoleDeletePayload {
|
|
36
31
|
constructor(init) {
|
|
37
32
|
Object.assign(this, init);
|
|
@@ -44,7 +39,6 @@ class MUserRoleDeletePayload {
|
|
|
44
39
|
return errorLogger;
|
|
45
40
|
}
|
|
46
41
|
}
|
|
47
|
-
exports.MUserRoleDeletePayload = MUserRoleDeletePayload;
|
|
48
42
|
class MUserRoleToggleStatusPayload {
|
|
49
43
|
constructor(init) {
|
|
50
44
|
Object.assign(this, init);
|
|
@@ -57,7 +51,6 @@ class MUserRoleToggleStatusPayload {
|
|
|
57
51
|
return errorLogger;
|
|
58
52
|
}
|
|
59
53
|
}
|
|
60
|
-
exports.MUserRoleToggleStatusPayload = MUserRoleToggleStatusPayload;
|
|
61
54
|
class MUserRoleWithRightsPayload {
|
|
62
55
|
constructor(init) {
|
|
63
56
|
Object.assign(this, init);
|
|
@@ -93,4 +86,4 @@ class MUserRoleWithRightsPayload {
|
|
|
93
86
|
return errorLogger;
|
|
94
87
|
}
|
|
95
88
|
}
|
|
96
|
-
|
|
89
|
+
export { MUserRole, MUserRoleGetByIdPayload, MUserRoleDeletePayload, MUserRoleWithRightsPayload, MUserRoleToggleStatusPayload };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MWorkflowApproverRuleGetPayload = exports.MWorkflowApproverRuleDeletePayload = exports.MWorkflowApproverRuleInsertUpdatePayload = exports.MWorkflowStepDeletePayload = exports.MWorkflowStepInsertUpdatePayload = exports.MWorkflowConfigInsertUpdatePayload = exports.MWorkflowConfigGetByIdPayload = exports.MWorkflowConfig = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/* MODEL START */
|
|
7
|
-
class MWorkflowConfig extends
|
|
4
|
+
class MWorkflowConfig extends MTableQueries {
|
|
8
5
|
constructor(init) {
|
|
9
6
|
super(init);
|
|
10
7
|
Object.assign(this, init);
|
|
@@ -14,7 +11,6 @@ class MWorkflowConfig extends common_1.MTableQueries {
|
|
|
14
11
|
return errorLogger;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
|
-
exports.MWorkflowConfig = MWorkflowConfig;
|
|
18
14
|
class MWorkflowConfigGetByIdPayload {
|
|
19
15
|
constructor(init) {
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -27,7 +23,6 @@ class MWorkflowConfigGetByIdPayload {
|
|
|
27
23
|
return errorLogger;
|
|
28
24
|
}
|
|
29
25
|
}
|
|
30
|
-
exports.MWorkflowConfigGetByIdPayload = MWorkflowConfigGetByIdPayload;
|
|
31
26
|
class MWorkflowConfigInsertUpdatePayload {
|
|
32
27
|
constructor(init) {
|
|
33
28
|
Object.assign(this, init);
|
|
@@ -37,7 +32,6 @@ class MWorkflowConfigInsertUpdatePayload {
|
|
|
37
32
|
return errorLogger;
|
|
38
33
|
}
|
|
39
34
|
}
|
|
40
|
-
exports.MWorkflowConfigInsertUpdatePayload = MWorkflowConfigInsertUpdatePayload;
|
|
41
35
|
class MWorkflowStepInsertUpdatePayload {
|
|
42
36
|
constructor(init) {
|
|
43
37
|
Object.assign(this, init);
|
|
@@ -47,7 +41,6 @@ class MWorkflowStepInsertUpdatePayload {
|
|
|
47
41
|
return errorLogger;
|
|
48
42
|
}
|
|
49
43
|
}
|
|
50
|
-
exports.MWorkflowStepInsertUpdatePayload = MWorkflowStepInsertUpdatePayload;
|
|
51
44
|
class MWorkflowStepDeletePayload {
|
|
52
45
|
constructor(init) {
|
|
53
46
|
Object.assign(this, init);
|
|
@@ -60,7 +53,6 @@ class MWorkflowStepDeletePayload {
|
|
|
60
53
|
return errorLogger;
|
|
61
54
|
}
|
|
62
55
|
}
|
|
63
|
-
exports.MWorkflowStepDeletePayload = MWorkflowStepDeletePayload;
|
|
64
56
|
class MWorkflowApproverRuleInsertUpdatePayload {
|
|
65
57
|
constructor(init) {
|
|
66
58
|
Object.assign(this, init);
|
|
@@ -70,7 +62,6 @@ class MWorkflowApproverRuleInsertUpdatePayload {
|
|
|
70
62
|
return errorLogger;
|
|
71
63
|
}
|
|
72
64
|
}
|
|
73
|
-
exports.MWorkflowApproverRuleInsertUpdatePayload = MWorkflowApproverRuleInsertUpdatePayload;
|
|
74
65
|
class MWorkflowApproverRuleDeletePayload {
|
|
75
66
|
constructor(init) {
|
|
76
67
|
Object.assign(this, init);
|
|
@@ -83,7 +74,6 @@ class MWorkflowApproverRuleDeletePayload {
|
|
|
83
74
|
return errorLogger;
|
|
84
75
|
}
|
|
85
76
|
}
|
|
86
|
-
exports.MWorkflowApproverRuleDeletePayload = MWorkflowApproverRuleDeletePayload;
|
|
87
77
|
class MWorkflowApproverRuleGetPayload {
|
|
88
78
|
constructor(init) {
|
|
89
79
|
Object.assign(this, init);
|
|
@@ -92,4 +82,5 @@ class MWorkflowApproverRuleGetPayload {
|
|
|
92
82
|
return {};
|
|
93
83
|
}
|
|
94
84
|
}
|
|
95
|
-
|
|
85
|
+
/* RESPONSE TYPES END */
|
|
86
|
+
export { MWorkflowConfig, MWorkflowConfigGetByIdPayload, MWorkflowConfigInsertUpdatePayload, MWorkflowStepInsertUpdatePayload, MWorkflowStepDeletePayload, MWorkflowApproverRuleInsertUpdatePayload, MWorkflowApproverRuleDeletePayload, MWorkflowApproverRuleGetPayload };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MWorkflowHistoryPayload = exports.MWorkflowCanApprovePayload = exports.MWorkflowStatusBatchPayload = exports.MWorkflowStatusPayload = exports.MWorkflowActionPayload = exports.MWorkflowInitializePayload = void 0;
|
|
4
1
|
/* MODEL START */
|
|
5
2
|
class MWorkflowInitializePayload {
|
|
6
3
|
constructor(init) {
|
|
@@ -10,7 +7,6 @@ class MWorkflowInitializePayload {
|
|
|
10
7
|
return {};
|
|
11
8
|
}
|
|
12
9
|
}
|
|
13
|
-
exports.MWorkflowInitializePayload = MWorkflowInitializePayload;
|
|
14
10
|
class MWorkflowActionPayload {
|
|
15
11
|
constructor(init) {
|
|
16
12
|
Object.assign(this, init);
|
|
@@ -19,7 +15,6 @@ class MWorkflowActionPayload {
|
|
|
19
15
|
return {};
|
|
20
16
|
}
|
|
21
17
|
}
|
|
22
|
-
exports.MWorkflowActionPayload = MWorkflowActionPayload;
|
|
23
18
|
class MWorkflowStatusPayload {
|
|
24
19
|
constructor(init) {
|
|
25
20
|
Object.assign(this, init);
|
|
@@ -28,7 +23,6 @@ class MWorkflowStatusPayload {
|
|
|
28
23
|
return {};
|
|
29
24
|
}
|
|
30
25
|
}
|
|
31
|
-
exports.MWorkflowStatusPayload = MWorkflowStatusPayload;
|
|
32
26
|
class MWorkflowStatusBatchPayload {
|
|
33
27
|
constructor(init) {
|
|
34
28
|
Object.assign(this, init);
|
|
@@ -37,7 +31,6 @@ class MWorkflowStatusBatchPayload {
|
|
|
37
31
|
return {};
|
|
38
32
|
}
|
|
39
33
|
}
|
|
40
|
-
exports.MWorkflowStatusBatchPayload = MWorkflowStatusBatchPayload;
|
|
41
34
|
class MWorkflowCanApprovePayload {
|
|
42
35
|
constructor(init) {
|
|
43
36
|
Object.assign(this, init);
|
|
@@ -46,7 +39,6 @@ class MWorkflowCanApprovePayload {
|
|
|
46
39
|
return {};
|
|
47
40
|
}
|
|
48
41
|
}
|
|
49
|
-
exports.MWorkflowCanApprovePayload = MWorkflowCanApprovePayload;
|
|
50
42
|
class MWorkflowHistoryPayload {
|
|
51
43
|
constructor(init) {
|
|
52
44
|
Object.assign(this, init);
|
|
@@ -55,4 +47,5 @@ class MWorkflowHistoryPayload {
|
|
|
55
47
|
return {};
|
|
56
48
|
}
|
|
57
49
|
}
|
|
58
|
-
|
|
50
|
+
/* RESPONSE TYPES END */
|
|
51
|
+
export { MWorkflowInitializePayload, MWorkflowActionPayload, MWorkflowStatusPayload, MWorkflowStatusBatchPayload, MWorkflowCanApprovePayload, MWorkflowHistoryPayload };
|