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,10 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICoreSylog = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class ICoreSylog {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { ICoreSylog // interface
|
|
6
|
+
};
|
|
8
7
|
/*
|
|
9
8
|
|| EXAMPLE for TRACE log type
|
|
10
9
|
||{
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/* INTERFASE START */
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ICoreSypn = void 0;
|
|
5
2
|
/* INTERFACE END */
|
|
6
3
|
/**
|
|
7
4
|
* @description core_system_page_notes_manager (Reference: sypn)
|
|
@@ -31,4 +28,5 @@ class ICoreSypn {
|
|
|
31
28
|
return errorLogger;
|
|
32
29
|
}
|
|
33
30
|
}
|
|
34
|
-
|
|
31
|
+
/* INTERFACE END */
|
|
32
|
+
export { ICoreSypn };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserContactAddresses = exports.CoreUserContactAddressesBase = void 0;
|
|
4
1
|
class CoreUserContactAddressesBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserContactAddressesBase = CoreUserContactAddressesBase;
|
|
7
3
|
class CoreUserContactAddresses extends CoreUserContactAddressesBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserContactAddressesBase, // interface
|
|
6
|
+
CoreUserContactAddresses };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserDocuments = exports.CoreUserDocumentsBase = void 0;
|
|
4
1
|
class CoreUserDocumentsBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserDocumentsBase = CoreUserDocumentsBase;
|
|
7
3
|
class CoreUserDocuments extends CoreUserDocumentsBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserDocumentsBase, // interface
|
|
6
|
+
CoreUserDocuments };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserFamilyDetails = exports.CoreUserFamilyDetailsBase = void 0;
|
|
4
1
|
class CoreUserFamilyDetailsBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserFamilyDetailsBase = CoreUserFamilyDetailsBase;
|
|
7
3
|
class CoreUserFamilyDetails extends CoreUserFamilyDetailsBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserFamilyDetailsBase, // interface
|
|
6
|
+
CoreUserFamilyDetails };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserRole = exports.CoreUserRoleBase = void 0;
|
|
4
1
|
class CoreUserRoleBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserRoleBase = CoreUserRoleBase;
|
|
7
3
|
class CoreUserRole extends CoreUserRoleBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserRoleBase, // interface
|
|
6
|
+
CoreUserRole };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserRoleExceptions = exports.CoreUserRoleExceptionsBase = void 0;
|
|
4
1
|
class CoreUserRoleExceptionsBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserRoleExceptionsBase = CoreUserRoleExceptionsBase;
|
|
7
3
|
class CoreUserRoleExceptions extends CoreUserRoleExceptionsBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserRoleExceptionsBase, // interface
|
|
6
|
+
CoreUserRoleExceptions };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreUserRoleRights = exports.CoreUserRoleRightsBase = void 0;
|
|
4
1
|
class CoreUserRoleRightsBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreUserRoleRightsBase = CoreUserRoleRightsBase;
|
|
7
3
|
class CoreUserRoleRights extends CoreUserRoleRightsBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreUserRoleRightsBase, // interface
|
|
6
|
+
CoreUserRoleRights };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICoreWorkflowApproverRules = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class ICoreWorkflowApproverRules {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { ICoreWorkflowApproverRules // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICoreWorkflowConfig = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class ICoreWorkflowConfig {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { ICoreWorkflowConfig // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICoreWorkflowRegistry = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class ICoreWorkflowRegistry {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { ICoreWorkflowRegistry // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICoreWorkflowTransactionHistory = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class ICoreWorkflowTransactionHistory {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { ICoreWorkflowTransactionHistory // interface
|
|
6
|
+
};
|
package/lib/schema/core/index.js
CHANGED
|
@@ -1,62 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
__exportStar(require("./core_user_attributes"), exports);
|
|
48
|
-
__exportStar(require("./core_user_role"), exports);
|
|
49
|
-
__exportStar(require("./core_user_role_rights"), exports);
|
|
50
|
-
__exportStar(require("./core_entity_access_pass_management"), exports);
|
|
51
|
-
__exportStar(require("./core_user_role_exceptions"), exports);
|
|
52
|
-
__exportStar(require("./core_education_board"), exports);
|
|
53
|
-
__exportStar(require("./core_entity_udise"), exports);
|
|
54
|
-
__exportStar(require("./core_board_exam_pattern"), exports);
|
|
55
|
-
__exportStar(require("./core_board_grade_system"), exports);
|
|
56
|
-
__exportStar(require("./core_school_board_affiliation"), exports);
|
|
57
|
-
__exportStar(require("./core_user_type_mapping"), exports);
|
|
58
|
-
__exportStar(require("./core_dashboard_cards"), exports);
|
|
59
|
-
__exportStar(require("./core_workflow_registry"), exports);
|
|
60
|
-
__exportStar(require("./core_workflow_config"), exports);
|
|
61
|
-
__exportStar(require("./core_workflow_approver_rules"), exports);
|
|
62
|
-
__exportStar(require("./core_workflow_transaction_history"), exports);
|
|
1
|
+
export * from './core_system_pages';
|
|
2
|
+
export * from './core_system_pages_theme';
|
|
3
|
+
export * from './core_system_menu';
|
|
4
|
+
export * from './core_system_logs';
|
|
5
|
+
export * from './core_system_entity';
|
|
6
|
+
export * from './core_system_config';
|
|
7
|
+
export * from './core_financial_config';
|
|
8
|
+
export * from './core_pin_code';
|
|
9
|
+
export * from './core_page_tab';
|
|
10
|
+
export * from './core_page_grid';
|
|
11
|
+
export * from './core_page_elements';
|
|
12
|
+
export * from './core_page_elements_mapping';
|
|
13
|
+
export * from './core_general_master';
|
|
14
|
+
export * from './core_general_master_type';
|
|
15
|
+
export * from './core_entity_mapping';
|
|
16
|
+
export * from './core_file_manager';
|
|
17
|
+
export * from './core_system_country';
|
|
18
|
+
export * from './core_system_nationality';
|
|
19
|
+
export * from './core_language';
|
|
20
|
+
export * from './core_system_theme_user_preferences';
|
|
21
|
+
export * from './core_system_themes';
|
|
22
|
+
export * from './core_system_organization_themes';
|
|
23
|
+
export * from './core_system_page_notes_manager';
|
|
24
|
+
export * from './core_iso_currency';
|
|
25
|
+
export * from './core_department';
|
|
26
|
+
export * from './core_designation';
|
|
27
|
+
export * from './core_designation_grade_level';
|
|
28
|
+
export * from './core_user_contact_addresses';
|
|
29
|
+
export * from './core_user_documents';
|
|
30
|
+
export * from './core_user_family_details';
|
|
31
|
+
export * from './core_user_attributes';
|
|
32
|
+
export * from './core_user_role';
|
|
33
|
+
export * from './core_user_role_rights';
|
|
34
|
+
export * from './core_entity_access_pass_management';
|
|
35
|
+
export * from './core_user_role_exceptions';
|
|
36
|
+
export * from './core_education_board';
|
|
37
|
+
export * from './core_entity_udise';
|
|
38
|
+
export * from './core_board_exam_pattern';
|
|
39
|
+
export * from './core_board_grade_system';
|
|
40
|
+
export * from './core_school_board_affiliation';
|
|
41
|
+
export * from './core_user_type_mapping';
|
|
42
|
+
export * from './core_dashboard_cards';
|
|
43
|
+
export * from './core_workflow_registry';
|
|
44
|
+
export * from './core_workflow_config';
|
|
45
|
+
export * from './core_workflow_approver_rules';
|
|
46
|
+
export * from './core_workflow_transaction_history';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IEmailReference = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class IEmailReference {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { IEmailReference // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IEmailVendorSubscription = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class IEmailVendorSubscription {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { IEmailVendorSubscription // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IEmailTemplete = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class IEmailTemplete {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { IEmailTemplete // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IEmailVendor = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class IEmailVendor {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { IEmailVendor // interface
|
|
6
|
+
};
|
|
@@ -1,22 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./email_list"), exports);
|
|
18
|
-
__exportStar(require("./email_log"), exports);
|
|
19
|
-
__exportStar(require("./email_reference"), exports);
|
|
20
|
-
__exportStar(require("./email_subscription_vendor"), exports);
|
|
21
|
-
__exportStar(require("./email_templete"), exports);
|
|
22
|
-
__exportStar(require("./email_vendor"), exports);
|
|
1
|
+
export * from './email_list';
|
|
2
|
+
export * from './email_log';
|
|
3
|
+
export * from './email_reference';
|
|
4
|
+
export * from './email_subscription_vendor';
|
|
5
|
+
export * from './email_templete';
|
|
6
|
+
export * from './email_vendor';
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeAssignment = exports.FeeAssignmentBase = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Assignment Schema
|
|
6
3
|
* Assigns fees to individual students
|
|
7
4
|
*/
|
|
8
5
|
class FeeAssignmentBase {
|
|
9
6
|
}
|
|
10
|
-
exports.FeeAssignmentBase = FeeAssignmentBase;
|
|
11
7
|
class FeeAssignment extends FeeAssignmentBase {
|
|
12
8
|
}
|
|
13
|
-
|
|
9
|
+
export { FeeAssignmentBase, FeeAssignment };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeCollectionConfig = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Collection Configuration Schema
|
|
6
3
|
* Defines collection mode and installment structure for fee structures
|
|
7
4
|
*/
|
|
8
5
|
class FeeCollectionConfig {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeCollectionConfig };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeDiscount = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Discount Schema
|
|
6
3
|
* Individual discount records applied to students
|
|
7
4
|
*/
|
|
8
5
|
class FeeDiscount {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeDiscount };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeDiscountRule = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Discount Rule Schema
|
|
6
3
|
* Rule-based discount configuration (e.g., sibling discount, staff child discount)
|
|
7
4
|
*/
|
|
8
5
|
class FeeDiscountRule {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeDiscountRule };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeInstallmentConfig = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Installment Configuration Schema
|
|
6
3
|
* Defines individual installment details within a collection configuration
|
|
7
4
|
*/
|
|
8
5
|
class FeeInstallmentConfig {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeInstallmentConfig };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeInstallmentItem = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Installment Item Schema
|
|
6
3
|
* Defines fee head distribution per installment
|
|
7
4
|
*/
|
|
8
5
|
class FeeInstallmentItem {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeInstallmentItem };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeLateFee = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Late Fee Schema
|
|
6
3
|
* Applied late fees for students
|
|
7
4
|
*/
|
|
8
5
|
class FeeLateFee {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeLateFee };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeLateFeeRule = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Late Fee Rule Schema
|
|
6
3
|
* Rules for calculating late fees
|
|
7
4
|
*/
|
|
8
5
|
class FeeLateFeeRule {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeLateFeeRule };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeePayment = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Payment Schema
|
|
6
3
|
* Records student fee payments
|
|
7
4
|
*/
|
|
8
5
|
class FeePayment {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeePayment };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeePaymentItem = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Payment Item Schema
|
|
6
3
|
* Line items for individual payments
|
|
7
4
|
*/
|
|
8
5
|
class FeePaymentItem {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeePaymentItem };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeReceiptTemplate = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Receipt Template Schema
|
|
6
3
|
* Customizable receipt templates with HTML editor
|
|
7
4
|
*/
|
|
8
5
|
class FeeReceiptTemplate {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeReceiptTemplate };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FeeScholarship = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Fee Scholarship Schema
|
|
6
3
|
* Scholarship records for students
|
|
7
4
|
*/
|
|
8
5
|
class FeeScholarship {
|
|
9
6
|
}
|
|
10
|
-
|
|
7
|
+
export { FeeScholarship };
|