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
package/lib/routes/coreRoutes.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.coreRoutesUrl = void 0;
|
|
4
1
|
const coreRoutesUrl = {
|
|
5
2
|
module: 'core',
|
|
6
3
|
/** Endpoint to get file details (file-manager)
|
|
@@ -32,6 +29,10 @@ const coreRoutesUrl = {
|
|
|
32
29
|
* @description Endpoint to get the entity by id (entity-by-id)
|
|
33
30
|
*/
|
|
34
31
|
entityById: "entity-by-id",
|
|
32
|
+
/**
|
|
33
|
+
* @description Endpoint to get the entity by domain (entity-by-domain)
|
|
34
|
+
*/
|
|
35
|
+
entityByDomain: "entity-by-domain",
|
|
35
36
|
/**
|
|
36
37
|
* @description Endpoint to get the general master (general-master)
|
|
37
38
|
*/
|
|
@@ -137,5 +138,5 @@ const coreRoutesUrl = {
|
|
|
137
138
|
*/
|
|
138
139
|
workflowStatus: "workflow/status",
|
|
139
140
|
};
|
|
140
|
-
exports.coreRoutesUrl = coreRoutesUrl;
|
|
141
141
|
Object.freeze(coreRoutesUrl);
|
|
142
|
+
export { coreRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.designConfigRoutesUrl = void 0;
|
|
4
1
|
const designConfigRoutesUrl = {
|
|
5
2
|
module: 'design-config',
|
|
6
3
|
/**
|
|
@@ -26,5 +23,5 @@ const designConfigRoutesUrl = {
|
|
|
26
23
|
*/
|
|
27
24
|
systemThemeUserPreferences: "system-theme-user-preferences"
|
|
28
25
|
};
|
|
29
|
-
exports.designConfigRoutesUrl = designConfigRoutesUrl;
|
|
30
26
|
Object.freeze(designConfigRoutesUrl);
|
|
27
|
+
export { designConfigRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.emailRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for email-related endpoints.
|
|
6
3
|
* These URLs are used for various email operations such as templates, references, vendors, lists, logs, and subscriptions.
|
|
@@ -32,6 +29,6 @@ const emailRoutesUrl = {
|
|
|
32
29
|
*/
|
|
33
30
|
emailSubscription: 'email-subscription'
|
|
34
31
|
};
|
|
35
|
-
exports.emailRoutesUrl = emailRoutesUrl;
|
|
36
32
|
// Freeze the emailRoutesUrl object to prevent modifications
|
|
37
33
|
Object.freeze(emailRoutesUrl);
|
|
34
|
+
export { emailRoutesUrl };
|
package/lib/routes/feesRoutes.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.feesRoutesUrl = void 0;
|
|
4
1
|
const feesRoutesUrl = {
|
|
5
2
|
module: 'fees',
|
|
6
3
|
structure: 'structure',
|
|
@@ -15,6 +12,6 @@ const feesRoutesUrl = {
|
|
|
15
12
|
assignment: 'assignment',
|
|
16
13
|
reports: 'reports'
|
|
17
14
|
};
|
|
18
|
-
exports.feesRoutesUrl = feesRoutesUrl;
|
|
19
15
|
// Freeze the feesRoutesUrl object to prevent modifications
|
|
20
16
|
Object.freeze(feesRoutesUrl);
|
|
17
|
+
export { feesRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.frontdeskRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for frontdesk lead management endpoints.
|
|
6
3
|
* These URLs are used for various lead management operations.
|
|
@@ -20,6 +17,6 @@ const frontdeskRoutesUrl = {
|
|
|
20
17
|
/** Endpoint to manage admission forms (admission-forms) */
|
|
21
18
|
admissionForms: "admission-forms",
|
|
22
19
|
};
|
|
23
|
-
exports.frontdeskRoutesUrl = frontdeskRoutesUrl;
|
|
24
20
|
// Freeze the frontdeskRoutesUrl object to prevent modifications
|
|
25
21
|
Object.freeze(frontdeskRoutesUrl);
|
|
22
|
+
export { frontdeskRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.hostManagerRoutesUrl = void 0;
|
|
4
1
|
const hostManagerRoutesUrl = {
|
|
5
2
|
/** Base path for host name to interceptor and replace with actual URL
|
|
6
3
|
* for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.j3vzaryhajl1
|
|
@@ -8,5 +5,5 @@ const hostManagerRoutesUrl = {
|
|
|
8
5
|
*/
|
|
9
6
|
cideSuiteHost: "__cloud_ide_suite_layout__"
|
|
10
7
|
};
|
|
11
|
-
exports.hostManagerRoutesUrl = hostManagerRoutesUrl;
|
|
12
8
|
Object.freeze(hostManagerRoutesUrl);
|
|
9
|
+
export { hostManagerRoutesUrl };
|
package/lib/routes/index.d.ts
CHANGED
package/lib/routes/index.js
CHANGED
|
@@ -1,29 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./hostManagerRoutes"), exports);
|
|
18
|
-
__exportStar(require("./coreRoutes"), exports);
|
|
19
|
-
__exportStar(require("./designConfigRoutes"), exports);
|
|
20
|
-
__exportStar(require("./authRoutes"), exports);
|
|
21
|
-
__exportStar(require("./userRoutes"), exports);
|
|
22
|
-
__exportStar(require("./academicsRoutes"), exports);
|
|
23
|
-
__exportStar(require("./accountsRoutes"), exports);
|
|
24
|
-
__exportStar(require("./commonRoutes"), exports);
|
|
25
|
-
__exportStar(require("./frontdeskRoutes"), exports);
|
|
26
|
-
__exportStar(require("./feesRoutes"), exports);
|
|
27
|
-
__exportStar(require("./notificationRoutes"), exports);
|
|
28
|
-
__exportStar(require("./admissionRoutes"), exports);
|
|
29
|
-
__exportStar(require("./emailRoutes"), exports);
|
|
1
|
+
export * from './hostManagerRoutes';
|
|
2
|
+
export * from './coreRoutes';
|
|
3
|
+
export * from './designConfigRoutes';
|
|
4
|
+
export * from './authRoutes';
|
|
5
|
+
export * from './userRoutes';
|
|
6
|
+
export * from './academicsRoutes';
|
|
7
|
+
export * from './accountsRoutes';
|
|
8
|
+
export * from './commonRoutes';
|
|
9
|
+
export * from './frontdeskRoutes';
|
|
10
|
+
export * from './feesRoutes';
|
|
11
|
+
export * from './notificationRoutes';
|
|
12
|
+
export * from './admissionRoutes';
|
|
13
|
+
export * from './emailRoutes';
|
|
14
|
+
export * from './appRoutes';
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.notificationRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for notification-related endpoints.
|
|
6
3
|
* These URLs are used for various notification operations such as getting notifications, marking as read, etc.
|
|
@@ -16,6 +13,6 @@ const notificationRoutesUrl = {
|
|
|
16
13
|
*/
|
|
17
14
|
unreadCount: "unread-count",
|
|
18
15
|
};
|
|
19
|
-
exports.notificationRoutesUrl = notificationRoutesUrl;
|
|
20
16
|
// Freeze the notificationRoutesUrl object to prevent modifications
|
|
21
17
|
Object.freeze(notificationRoutesUrl);
|
|
18
|
+
export { notificationRoutesUrl };
|
package/lib/routes/userRoutes.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.userRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for user-related endpoints.
|
|
6
3
|
* These URLs are used for various user operations such as user selection.
|
|
@@ -9,6 +6,6 @@ const userRoutesUrl = {
|
|
|
9
6
|
module: 'user',
|
|
10
7
|
user: "user",
|
|
11
8
|
};
|
|
12
|
-
exports.userRoutesUrl = userRoutesUrl;
|
|
13
9
|
// Freeze the userRoutesUrl object to prevent modifications
|
|
14
10
|
Object.freeze(userRoutesUrl);
|
|
11
|
+
export { userRoutesUrl };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcaAcademicYearMapping = exports.AcaAcademicYearMappingBase = void 0;
|
|
4
1
|
class AcaAcademicYearMappingBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AcaAcademicYearMappingBase = AcaAcademicYearMappingBase;
|
|
7
3
|
class AcaAcademicYearMapping extends AcaAcademicYearMappingBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AcaAcademicYearMappingBase, // interface
|
|
6
|
+
AcaAcademicYearMapping };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcaClassPrgBranch = exports.AcaClassPrgBranchBase = void 0;
|
|
4
1
|
class AcaClassPrgBranchBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AcaClassPrgBranchBase = AcaClassPrgBranchBase;
|
|
7
3
|
class AcaClassPrgBranch extends AcaClassPrgBranchBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AcaClassPrgBranchBase, // interface
|
|
6
|
+
AcaClassPrgBranch };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcaClassProgramMaster = exports.AcaClassProgramMasterBase = void 0;
|
|
4
1
|
class AcaClassProgramMasterBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AcaClassProgramMasterBase = AcaClassProgramMasterBase;
|
|
7
3
|
class AcaClassProgramMaster extends AcaClassProgramMasterBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AcaClassProgramMasterBase, // interface
|
|
6
|
+
AcaClassProgramMaster };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcaClassProgramTerm = exports.AcaClassProgramTermBase = void 0;
|
|
4
1
|
class AcaClassProgramTermBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AcaClassProgramTermBase = AcaClassProgramTermBase;
|
|
7
3
|
class AcaClassProgramTerm extends AcaClassProgramTermBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AcaClassProgramTermBase, // interface
|
|
6
|
+
AcaClassProgramTerm };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcaPrgTrmSection = exports.AcaPrgTrmSectionBase = void 0;
|
|
4
1
|
class AcaPrgTrmSectionBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AcaPrgTrmSectionBase = AcaPrgTrmSectionBase;
|
|
7
3
|
class AcaPrgTrmSection extends AcaPrgTrmSectionBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AcaPrgTrmSectionBase, // interface
|
|
6
|
+
AcaPrgTrmSection };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IAcademicsBonafideRequest = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class IAcademicsBonafideRequest {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { IAcademicsBonafideRequest // interface
|
|
6
|
+
};
|
|
@@ -1,23 +1,7 @@
|
|
|
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("./aca_academic_year"), exports);
|
|
18
|
-
__exportStar(require("./aca_academic_year_mapping"), exports);
|
|
19
|
-
__exportStar(require("./aca_class_program_master"), exports);
|
|
20
|
-
__exportStar(require("./aca_class_program_term"), exports);
|
|
21
|
-
__exportStar(require("./aca_prg_trm_section"), exports);
|
|
22
|
-
__exportStar(require("./aca_class_prg_branch"), exports);
|
|
23
|
-
__exportStar(require("./academics_bonafide_request"), exports);
|
|
1
|
+
export * from './aca_academic_year';
|
|
2
|
+
export * from './aca_academic_year_mapping';
|
|
3
|
+
export * from './aca_class_program_master';
|
|
4
|
+
export * from './aca_class_program_term';
|
|
5
|
+
export * from './aca_prg_trm_section';
|
|
6
|
+
export * from './aca_class_prg_branch';
|
|
7
|
+
export * from './academics_bonafide_request';
|
|
@@ -11,6 +11,7 @@ declare class AccFinancialConfig {
|
|
|
11
11
|
accfincfg_financial_year_start_month?: number;
|
|
12
12
|
accfincfg_financial_year_start_day?: number;
|
|
13
13
|
accfincfg_financial_year_naming?: "calendar_year" | "fiscal_year" | "academic_year";
|
|
14
|
+
accfincfg_is_self_financial_year?: boolean;
|
|
14
15
|
accfincfg_default_tax_percentage?: number;
|
|
15
16
|
accfincfg_tax_inclusive_pricing?: boolean;
|
|
16
17
|
accfincfg_show_tax_breakdown?: boolean;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AccFinancialConfig = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class AccFinancialConfig {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { AccFinancialConfig };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AccFinancialYearMapping = exports.AccFinancialYearMappingBase = void 0;
|
|
4
1
|
class AccFinancialYearMappingBase {
|
|
5
2
|
}
|
|
6
|
-
exports.AccFinancialYearMappingBase = AccFinancialYearMappingBase;
|
|
7
3
|
class AccFinancialYearMapping extends AccFinancialYearMappingBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { AccFinancialYearMappingBase, // interface
|
|
6
|
+
AccFinancialYearMapping };
|
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
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("./acc_financial_year"), exports);
|
|
18
|
-
__exportStar(require("./acc_financial_year_mapping"), exports);
|
|
19
|
-
__exportStar(require("./acc_financial_config"), exports);
|
|
1
|
+
export * from './acc_financial_year';
|
|
2
|
+
export * from './acc_financial_year_mapping';
|
|
3
|
+
export * from './acc_financial_config';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdmissionApplicationMain = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class AdmissionApplicationMain {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { AdmissionApplicationMain // interface
|
|
6
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Admission Contact Addresses Schema - TypeScript Interfaces
|
|
4
3
|
*
|
|
@@ -6,20 +5,19 @@
|
|
|
6
5
|
* Cloned from: CoreUserContactAddresses
|
|
7
6
|
* Prefix: admca_ (admission contact addresses)
|
|
8
7
|
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.AdmissionEntityAccessPassManagement = exports.AdmissionEntityAccessPassManagementBase = exports.AdmissionContactAddresses = exports.AdmissionContactAddressesBase = void 0;
|
|
11
8
|
class AdmissionContactAddressesBase {
|
|
12
9
|
}
|
|
13
|
-
exports.AdmissionContactAddressesBase = AdmissionContactAddressesBase;
|
|
14
10
|
class AdmissionContactAddresses extends AdmissionContactAddressesBase {
|
|
15
11
|
}
|
|
16
|
-
exports.AdmissionContactAddresses = AdmissionContactAddresses;
|
|
17
12
|
/**
|
|
18
13
|
* Access Pass Management Base Schema
|
|
19
14
|
*/
|
|
20
15
|
class AdmissionEntityAccessPassManagementBase {
|
|
21
16
|
}
|
|
22
|
-
exports.AdmissionEntityAccessPassManagementBase = AdmissionEntityAccessPassManagementBase;
|
|
23
17
|
class AdmissionEntityAccessPassManagement extends AdmissionEntityAccessPassManagementBase {
|
|
24
18
|
}
|
|
25
|
-
|
|
19
|
+
export { AdmissionContactAddressesBase, // Base interface
|
|
20
|
+
AdmissionContactAddresses, // Main schema
|
|
21
|
+
AdmissionEntityAccessPassManagementBase, // Access pass base
|
|
22
|
+
AdmissionEntityAccessPassManagement // Access pass main
|
|
23
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdmissionDocumentUploads = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class AdmissionDocumentUploads {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { AdmissionDocumentUploads // interface
|
|
6
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdmissionElectiveDetail = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class AdmissionElectiveDetail {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { AdmissionElectiveDetail // interface
|
|
6
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Admission Family Members / Guardians Schema - TypeScript Interfaces
|
|
4
3
|
*
|
|
@@ -6,11 +5,10 @@
|
|
|
6
5
|
* Cloned from: CoreUserFamilyDetails
|
|
7
6
|
* Prefix: admfm_ (admission family member)
|
|
8
7
|
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.AdmissionFamilyMembers = exports.AdmissionFamilyMembersBase = void 0;
|
|
11
8
|
class AdmissionFamilyMembersBase {
|
|
12
9
|
}
|
|
13
|
-
exports.AdmissionFamilyMembersBase = AdmissionFamilyMembersBase;
|
|
14
10
|
class AdmissionFamilyMembers extends AdmissionFamilyMembersBase {
|
|
15
11
|
}
|
|
16
|
-
|
|
12
|
+
export { AdmissionFamilyMembersBase, // Base interface
|
|
13
|
+
AdmissionFamilyMembers // Main schema
|
|
14
|
+
};
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Admission RTE (Right to Education) Details Schema - TypeScript Interfaces
|
|
4
3
|
*
|
|
5
4
|
* Purpose: Type definitions for admission RTE details
|
|
6
5
|
* Prefix: admrte_ (admission RTE)
|
|
7
6
|
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.AdmissionRteDetails = exports.AdmissionRteDetailsBase = void 0;
|
|
10
7
|
class AdmissionRteDetailsBase {
|
|
11
8
|
}
|
|
12
|
-
exports.AdmissionRteDetailsBase = AdmissionRteDetailsBase;
|
|
13
9
|
class AdmissionRteDetails extends AdmissionRteDetailsBase {
|
|
14
10
|
}
|
|
15
|
-
|
|
11
|
+
export { AdmissionRteDetailsBase, // Base interface
|
|
12
|
+
AdmissionRteDetails };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdmissionStatusHistory = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class AdmissionStatusHistory {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { AdmissionStatusHistory // interface
|
|
6
|
+
};
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Admission Vital Information Schema - TypeScript Interfaces
|
|
4
3
|
*
|
|
5
4
|
* Purpose: Type definitions for admission vital information
|
|
6
5
|
* Prefix: admvi_ (admission vital information)
|
|
7
6
|
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.AdmissionVitalInformation = exports.AdmissionVitalInformationBase = void 0;
|
|
10
7
|
class AdmissionVitalInformationBase {
|
|
11
8
|
}
|
|
12
|
-
exports.AdmissionVitalInformationBase = AdmissionVitalInformationBase;
|
|
13
9
|
class AdmissionVitalInformation extends AdmissionVitalInformationBase {
|
|
14
10
|
}
|
|
15
|
-
|
|
11
|
+
export { AdmissionVitalInformationBase, // Base interface
|
|
12
|
+
AdmissionVitalInformation };
|
|
@@ -1,25 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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("./admission_application_main"), exports);
|
|
18
|
-
__exportStar(require("./admission_elective_detail"), exports);
|
|
19
|
-
__exportStar(require("./admission_status_history"), exports);
|
|
20
|
-
__exportStar(require("./admission_document_uploads"), exports);
|
|
21
|
-
__exportStar(require("./admission_contact_addresses"), exports);
|
|
22
|
-
__exportStar(require("./admission_family_members"), exports);
|
|
23
|
-
__exportStar(require("./admission_fee_snapshot"), exports);
|
|
24
|
-
__exportStar(require("./admission_rte_details"), exports);
|
|
25
|
-
__exportStar(require("./admission_vital_information"), exports);
|
|
1
|
+
export * from './admission_application_main';
|
|
2
|
+
export * from './admission_elective_detail';
|
|
3
|
+
export * from './admission_status_history';
|
|
4
|
+
export * from './admission_document_uploads';
|
|
5
|
+
export * from './admission_contact_addresses';
|
|
6
|
+
export * from './admission_family_members';
|
|
7
|
+
export * from './admission_fee_snapshot';
|
|
8
|
+
export * from './admission_rte_details';
|
|
9
|
+
export * from './admission_vital_information';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare class IAppBuildConfigMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appbuild_reg_id_appreg?: string;
|
|
4
|
+
appbuild_link_id_applink?: string;
|
|
5
|
+
appbuild_platform_id_sygms?: string;
|
|
6
|
+
appbuild_build_type_id_sygms?: string;
|
|
7
|
+
appbuild_config_data?: Record<string, unknown>;
|
|
8
|
+
appbuild_is_active?: boolean;
|
|
9
|
+
appbuild_created_by_id_auth?: string;
|
|
10
|
+
appbuild_created_at?: Date;
|
|
11
|
+
appbuild_updated_at?: Date;
|
|
12
|
+
}
|
|
13
|
+
export { IAppBuildConfigMst };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare class IAppPlatformLinkMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
applink_reg_id_appreg?: string;
|
|
4
|
+
applink_store_provider_id_appstore?: string;
|
|
5
|
+
applink_platform_id_sygms?: string;
|
|
6
|
+
applink_link_status_id_sygms?: string;
|
|
7
|
+
applink_workflow_id_wfrg?: string;
|
|
8
|
+
applink_current_step?: number;
|
|
9
|
+
applink_platform_app_id?: string;
|
|
10
|
+
applink_store_app_id?: string;
|
|
11
|
+
applink_platform_config?: Record<string, unknown>;
|
|
12
|
+
applink_platform_api_config?: Record<string, unknown>;
|
|
13
|
+
applink_linked_by_id_auth?: string;
|
|
14
|
+
applink_linked_at?: Date;
|
|
15
|
+
applink_unlinked_at?: Date;
|
|
16
|
+
applink_created_at?: Date;
|
|
17
|
+
applink_updated_at?: Date;
|
|
18
|
+
}
|
|
19
|
+
export { IAppPlatformLinkMst };
|