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,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MFeePaymentInsertUpdatePayload = exports.MFeePaymentDeletePayload = exports.MFeePaymentGetByIdPayload = exports.MFeePayment = 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 { FeePayment } from "../../schema";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
|
-
class MFeePayment extends
|
|
5
|
+
class MFeePayment extends MTableQueries {
|
|
9
6
|
constructor(init) {
|
|
10
7
|
super(init);
|
|
11
8
|
Object.assign(this, init);
|
|
@@ -15,7 +12,6 @@ class MFeePayment extends common_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
exports.MFeePayment = MFeePayment;
|
|
19
15
|
class MFeePaymentGetByIdPayload {
|
|
20
16
|
constructor(init) {
|
|
21
17
|
Object.assign(this, init);
|
|
@@ -28,7 +24,6 @@ class MFeePaymentGetByIdPayload {
|
|
|
28
24
|
return errorLogger;
|
|
29
25
|
}
|
|
30
26
|
}
|
|
31
|
-
exports.MFeePaymentGetByIdPayload = MFeePaymentGetByIdPayload;
|
|
32
27
|
class MFeePaymentDeletePayload {
|
|
33
28
|
constructor(init) {
|
|
34
29
|
Object.assign(this, init);
|
|
@@ -41,8 +36,7 @@ class MFeePaymentDeletePayload {
|
|
|
41
36
|
return errorLogger;
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
|
-
|
|
45
|
-
class MFeePaymentInsertUpdatePayload extends schema_1.FeePayment {
|
|
39
|
+
class MFeePaymentInsertUpdatePayload extends FeePayment {
|
|
46
40
|
constructor(init) {
|
|
47
41
|
super();
|
|
48
42
|
Object.assign(this, init);
|
|
@@ -61,4 +55,4 @@ class MFeePaymentInsertUpdatePayload extends schema_1.FeePayment {
|
|
|
61
55
|
return errorLogger;
|
|
62
56
|
}
|
|
63
57
|
}
|
|
64
|
-
|
|
58
|
+
export { MFeePayment, MFeePaymentGetByIdPayload, MFeePaymentDeletePayload, MFeePaymentInsertUpdatePayload };
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MFeeReceiptTemplateToggleStatusPayload = exports.MFeeReceiptTemplateInsertUpdatePayload = exports.MFeeReceiptTemplateDeletePayload = exports.MFeeReceiptTemplateGetByIdPayload = exports.MFeeReceiptTemplate = 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 { FeeReceiptTemplate } from "../../schema";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
|
-
class MFeeReceiptTemplate extends
|
|
5
|
+
class MFeeReceiptTemplate extends MTableQueries {
|
|
9
6
|
constructor(init) {
|
|
10
7
|
super(init);
|
|
11
8
|
Object.assign(this, init);
|
|
@@ -15,7 +12,6 @@ class MFeeReceiptTemplate extends common_1.MTableQueries {
|
|
|
15
12
|
return errorLogger;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
|
-
exports.MFeeReceiptTemplate = MFeeReceiptTemplate;
|
|
19
15
|
class MFeeReceiptTemplateGetByIdPayload {
|
|
20
16
|
constructor(init) {
|
|
21
17
|
Object.assign(this, init);
|
|
@@ -28,7 +24,6 @@ class MFeeReceiptTemplateGetByIdPayload {
|
|
|
28
24
|
return errorLogger;
|
|
29
25
|
}
|
|
30
26
|
}
|
|
31
|
-
exports.MFeeReceiptTemplateGetByIdPayload = MFeeReceiptTemplateGetByIdPayload;
|
|
32
27
|
class MFeeReceiptTemplateDeletePayload {
|
|
33
28
|
constructor(init) {
|
|
34
29
|
Object.assign(this, init);
|
|
@@ -41,7 +36,6 @@ class MFeeReceiptTemplateDeletePayload {
|
|
|
41
36
|
return errorLogger;
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
|
-
exports.MFeeReceiptTemplateDeletePayload = MFeeReceiptTemplateDeletePayload;
|
|
45
39
|
class MFeeReceiptTemplateToggleStatusPayload {
|
|
46
40
|
constructor(init) {
|
|
47
41
|
Object.assign(this, init);
|
|
@@ -54,8 +48,7 @@ class MFeeReceiptTemplateToggleStatusPayload {
|
|
|
54
48
|
return errorLogger;
|
|
55
49
|
}
|
|
56
50
|
}
|
|
57
|
-
|
|
58
|
-
class MFeeReceiptTemplateInsertUpdatePayload extends schema_1.FeeReceiptTemplate {
|
|
51
|
+
class MFeeReceiptTemplateInsertUpdatePayload extends FeeReceiptTemplate {
|
|
59
52
|
constructor(init) {
|
|
60
53
|
super();
|
|
61
54
|
Object.assign(this, init);
|
|
@@ -71,4 +64,4 @@ class MFeeReceiptTemplateInsertUpdatePayload extends schema_1.FeeReceiptTemplate
|
|
|
71
64
|
return errorLogger;
|
|
72
65
|
}
|
|
73
66
|
}
|
|
74
|
-
|
|
67
|
+
export { MFeeReceiptTemplate, MFeeReceiptTemplateGetByIdPayload, MFeeReceiptTemplateDeletePayload, MFeeReceiptTemplateInsertUpdatePayload, MFeeReceiptTemplateToggleStatusPayload };
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MFeeStructureToggleStatusPayload = exports.FeeStructureSaveUpdatePayload = exports.MFeeStructureInsertUpdatePayload = exports.MFeeStructureDeletePayload = exports.MFeeStructureGetByIdPayload = exports.MFeeStructure = 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 { FeeStructure } from "../../schema";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
5
|
/**
|
|
9
6
|
* Fee Structure Query Model
|
|
10
7
|
* Extends MTableQueries for pagination/querying and includes FeeStructure properties for filtering
|
|
11
8
|
*/
|
|
12
|
-
class MFeeStructure extends
|
|
9
|
+
class MFeeStructure extends MTableQueries {
|
|
13
10
|
constructor(init) {
|
|
14
11
|
super(init);
|
|
15
12
|
Object.assign(this, init);
|
|
@@ -19,7 +16,6 @@ class MFeeStructure extends common_1.MTableQueries {
|
|
|
19
16
|
return errorLogger;
|
|
20
17
|
}
|
|
21
18
|
}
|
|
22
|
-
exports.MFeeStructure = MFeeStructure;
|
|
23
19
|
class MFeeStructureGetByIdPayload {
|
|
24
20
|
constructor(init) {
|
|
25
21
|
Object.assign(this, init);
|
|
@@ -32,7 +28,6 @@ class MFeeStructureGetByIdPayload {
|
|
|
32
28
|
return errorLogger;
|
|
33
29
|
}
|
|
34
30
|
}
|
|
35
|
-
exports.MFeeStructureGetByIdPayload = MFeeStructureGetByIdPayload;
|
|
36
31
|
class MFeeStructureDeletePayload {
|
|
37
32
|
constructor(init) {
|
|
38
33
|
Object.assign(this, init);
|
|
@@ -45,7 +40,6 @@ class MFeeStructureDeletePayload {
|
|
|
45
40
|
return errorLogger;
|
|
46
41
|
}
|
|
47
42
|
}
|
|
48
|
-
exports.MFeeStructureDeletePayload = MFeeStructureDeletePayload;
|
|
49
43
|
class MFeeStructureToggleStatusPayload {
|
|
50
44
|
constructor(init) {
|
|
51
45
|
Object.assign(this, init);
|
|
@@ -58,8 +52,7 @@ class MFeeStructureToggleStatusPayload {
|
|
|
58
52
|
return errorLogger;
|
|
59
53
|
}
|
|
60
54
|
}
|
|
61
|
-
|
|
62
|
-
class MFeeStructureInsertUpdatePayload extends schema_1.FeeStructure {
|
|
55
|
+
class MFeeStructureInsertUpdatePayload extends FeeStructure {
|
|
63
56
|
constructor(init) {
|
|
64
57
|
super();
|
|
65
58
|
Object.assign(this, init);
|
|
@@ -79,7 +72,6 @@ class MFeeStructureInsertUpdatePayload extends schema_1.FeeStructure {
|
|
|
79
72
|
return errorLogger;
|
|
80
73
|
}
|
|
81
74
|
}
|
|
82
|
-
exports.MFeeStructureInsertUpdatePayload = MFeeStructureInsertUpdatePayload;
|
|
83
75
|
/**
|
|
84
76
|
* Fee Structure Save/Update Payload
|
|
85
77
|
* Similar to CoreSystemEntitySaveUpdatePayload, uses separate keys for structure and items
|
|
@@ -109,4 +101,4 @@ class FeeStructureSaveUpdatePayload {
|
|
|
109
101
|
return errorLogger;
|
|
110
102
|
}
|
|
111
103
|
}
|
|
112
|
-
|
|
104
|
+
export { MFeeStructure, MFeeStructureGetByIdPayload, MFeeStructureDeletePayload, MFeeStructureInsertUpdatePayload, FeeStructureSaveUpdatePayload, MFeeStructureToggleStatusPayload };
|
package/lib/model/fees/index.js
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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("./fee_structure"), exports);
|
|
18
|
-
__exportStar(require("./fee_payment"), exports);
|
|
19
|
-
__exportStar(require("./fee_discount_rule"), exports);
|
|
20
|
-
__exportStar(require("./fee_receipt_template"), exports);
|
|
21
|
-
__exportStar(require("./fee_assignment"), exports);
|
|
1
|
+
export * from './fee_structure';
|
|
2
|
+
export * from './fee_payment';
|
|
3
|
+
export * from './fee_discount_rule';
|
|
4
|
+
export * from './fee_receipt_template';
|
|
5
|
+
export * from './fee_assignment';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FdskLeadAssignmentDetailSaveUpdatePayload = exports.MFdskLeadAssignmentDetail = 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 FdskLeadAssignmentDetailSaveUpdatePayload {
|
|
@@ -13,8 +10,7 @@ class FdskLeadAssignmentDetailSaveUpdatePayload {
|
|
|
13
10
|
return errorLogger;
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
|
-
|
|
17
|
-
class MFdskLeadAssignmentDetail extends common_1.MTableQueries {
|
|
13
|
+
class MFdskLeadAssignmentDetail extends MTableQueries {
|
|
18
14
|
constructor(init) {
|
|
19
15
|
super(init);
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -24,4 +20,5 @@ class MFdskLeadAssignmentDetail extends common_1.MTableQueries {
|
|
|
24
20
|
return errorLogger;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
|
-
|
|
23
|
+
export { //interface
|
|
24
|
+
MFdskLeadAssignmentDetail, FdskLeadAssignmentDetailSaveUpdatePayload };
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.FdskLeadConfigMasterSaveUpdatePayload = exports.MFdskLeadConfigMasterDeletePayload = exports.MFdskLeadConfigMasterGetByIdPayload = exports.MFdskLeadConfigMasterListPayload = void 0;
|
|
4
|
-
const common_1 = require("../../common-types/common");
|
|
5
|
-
const utilities_1 = require("../../utilities");
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
import { generateStringFromObject } from "../../utilities";
|
|
6
3
|
/* INTERFACE END */
|
|
7
4
|
/* MODEL START */
|
|
8
5
|
class FdskLeadConfigMasterSaveUpdatePayload {
|
|
@@ -14,8 +11,7 @@ class FdskLeadConfigMasterSaveUpdatePayload {
|
|
|
14
11
|
return errorLogger;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
|
-
|
|
18
|
-
class MFdskLeadConfigMasterListPayload extends common_1.MTableQueries {
|
|
14
|
+
class MFdskLeadConfigMasterListPayload extends MTableQueries {
|
|
19
15
|
constructor(init) {
|
|
20
16
|
super(init);
|
|
21
17
|
Object.assign(this, init);
|
|
@@ -25,7 +21,6 @@ class MFdskLeadConfigMasterListPayload extends common_1.MTableQueries {
|
|
|
25
21
|
return errorLogger;
|
|
26
22
|
}
|
|
27
23
|
}
|
|
28
|
-
exports.MFdskLeadConfigMasterListPayload = MFdskLeadConfigMasterListPayload;
|
|
29
24
|
class MFdskLeadConfigMasterGetByIdPayload {
|
|
30
25
|
constructor(init) {
|
|
31
26
|
Object.assign(this, init);
|
|
@@ -38,10 +33,9 @@ class MFdskLeadConfigMasterGetByIdPayload {
|
|
|
38
33
|
return errorLogger;
|
|
39
34
|
}
|
|
40
35
|
ToQueryString() {
|
|
41
|
-
return
|
|
36
|
+
return generateStringFromObject(this);
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
|
-
exports.MFdskLeadConfigMasterGetByIdPayload = MFdskLeadConfigMasterGetByIdPayload;
|
|
45
39
|
class MFdskLeadConfigMasterDeletePayload {
|
|
46
40
|
constructor(init) {
|
|
47
41
|
Object.assign(this, init);
|
|
@@ -54,7 +48,10 @@ class MFdskLeadConfigMasterDeletePayload {
|
|
|
54
48
|
return errorLogger;
|
|
55
49
|
}
|
|
56
50
|
ToQueryString() {
|
|
57
|
-
return
|
|
51
|
+
return generateStringFromObject(this);
|
|
58
52
|
}
|
|
59
53
|
}
|
|
60
|
-
|
|
54
|
+
export { //interface
|
|
55
|
+
MFdskLeadConfigMasterListPayload, // model
|
|
56
|
+
MFdskLeadConfigMasterGetByIdPayload, // model
|
|
57
|
+
MFdskLeadConfigMasterDeletePayload, FdskLeadConfigMasterSaveUpdatePayload };
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FdskLeadsSaveUpdatePayload = exports.MFdskLeadsGetByIdPayload = exports.MFdskLeads = 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 FdskLeadsSaveUpdatePayload {
|
|
@@ -13,8 +10,7 @@ class FdskLeadsSaveUpdatePayload {
|
|
|
13
10
|
return errorLogger;
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
|
-
|
|
17
|
-
class MFdskLeads extends common_1.MTableQueries {
|
|
13
|
+
class MFdskLeads extends MTableQueries {
|
|
18
14
|
constructor(init) {
|
|
19
15
|
super(init);
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -24,7 +20,6 @@ class MFdskLeads extends common_1.MTableQueries {
|
|
|
24
20
|
return errorLogger;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
|
-
exports.MFdskLeads = MFdskLeads;
|
|
28
23
|
class MFdskLeadsGetByIdPayload {
|
|
29
24
|
constructor(init) {
|
|
30
25
|
Object.assign(this, init);
|
|
@@ -37,4 +32,6 @@ class MFdskLeadsGetByIdPayload {
|
|
|
37
32
|
return errorLogger;
|
|
38
33
|
}
|
|
39
34
|
}
|
|
40
|
-
|
|
35
|
+
export { //interface
|
|
36
|
+
MFdskLeads, // model
|
|
37
|
+
MFdskLeadsGetByIdPayload, FdskLeadsSaveUpdatePayload };
|
|
@@ -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("./fdsk_leads"), exports);
|
|
18
|
-
__exportStar(require("./fdsk_lead_assignment_detail"), exports);
|
|
19
|
-
__exportStar(require("./fdsk_lead_config_master"), exports);
|
|
1
|
+
export * from './fdsk_leads';
|
|
2
|
+
export * from './fdsk_lead_assignment_detail';
|
|
3
|
+
export * from './fdsk_lead_config_master';
|
package/lib/model/index.d.ts
CHANGED
package/lib/model/index.js
CHANGED
|
@@ -1,26 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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("./auth"), exports);
|
|
18
|
-
__exportStar(require("./core"), exports);
|
|
19
|
-
__exportStar(require("./academics"), exports);
|
|
20
|
-
__exportStar(require("./accounts"), exports);
|
|
21
|
-
__exportStar(require("./common"), exports);
|
|
22
|
-
__exportStar(require("./frontdesk"), exports);
|
|
23
|
-
__exportStar(require("./fees"), exports);
|
|
24
|
-
__exportStar(require("./notifications"), exports);
|
|
25
|
-
__exportStar(require("./admission"), exports);
|
|
26
|
-
__exportStar(require("./email"), exports);
|
|
1
|
+
export * from "./auth";
|
|
2
|
+
export * from "./core";
|
|
3
|
+
export * from "./academics";
|
|
4
|
+
export * from "./accounts";
|
|
5
|
+
export * from "./common";
|
|
6
|
+
export * from "./frontdesk";
|
|
7
|
+
export * from "./fees";
|
|
8
|
+
export * from "./notifications";
|
|
9
|
+
export * from "./admission";
|
|
10
|
+
export * from "./email";
|
|
11
|
+
export * from "./app";
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
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("./notification"), exports);
|
|
1
|
+
export * from "./notification";
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotificationResponse = exports.NotificationMarkReadPayload = exports.NotificationCreatePayload = exports.NotificationGetByIdPayload = exports.NotificationListPayload = 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 NotificationListPayload extends
|
|
4
|
+
class NotificationListPayload extends MTableQueries {
|
|
8
5
|
constructor(init) {
|
|
9
6
|
super(init);
|
|
10
7
|
Object.assign(this, init);
|
|
@@ -14,7 +11,6 @@ class NotificationListPayload extends common_1.MTableQueries {
|
|
|
14
11
|
return errorLogger;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
|
-
exports.NotificationListPayload = NotificationListPayload;
|
|
18
14
|
class NotificationGetByIdPayload {
|
|
19
15
|
constructor(init) {
|
|
20
16
|
Object.assign(this, init);
|
|
@@ -27,7 +23,6 @@ class NotificationGetByIdPayload {
|
|
|
27
23
|
return errorLogger;
|
|
28
24
|
}
|
|
29
25
|
}
|
|
30
|
-
exports.NotificationGetByIdPayload = NotificationGetByIdPayload;
|
|
31
26
|
class NotificationCreatePayload {
|
|
32
27
|
constructor(init) {
|
|
33
28
|
Object.assign(this, init);
|
|
@@ -49,7 +44,6 @@ class NotificationCreatePayload {
|
|
|
49
44
|
return errorLogger;
|
|
50
45
|
}
|
|
51
46
|
}
|
|
52
|
-
exports.NotificationCreatePayload = NotificationCreatePayload;
|
|
53
47
|
class NotificationMarkReadPayload {
|
|
54
48
|
constructor(init) {
|
|
55
49
|
Object.assign(this, init);
|
|
@@ -62,7 +56,6 @@ class NotificationMarkReadPayload {
|
|
|
62
56
|
return errorLogger;
|
|
63
57
|
}
|
|
64
58
|
}
|
|
65
|
-
exports.NotificationMarkReadPayload = NotificationMarkReadPayload;
|
|
66
59
|
class NotificationResponse {
|
|
67
60
|
}
|
|
68
|
-
|
|
61
|
+
export { NotificationListPayload, NotificationGetByIdPayload, NotificationCreatePayload, NotificationMarkReadPayload, NotificationResponse };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.academicsRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for authentication-related endpoints.
|
|
6
3
|
* These URLs are used for various authentication operations such as sign-in, sign-out, etc.
|
|
@@ -36,6 +33,6 @@ const academicsRoutesUrl = {
|
|
|
36
33
|
*/
|
|
37
34
|
bonafide: "bonafide/request",
|
|
38
35
|
};
|
|
39
|
-
exports.academicsRoutesUrl = academicsRoutesUrl;
|
|
40
36
|
// Freeze the authRoutesUrl object to prevent modifications
|
|
41
37
|
Object.freeze(academicsRoutesUrl);
|
|
38
|
+
export { academicsRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.accountsRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for authentication-related endpoints.
|
|
6
3
|
* These URLs are used for various authentication operations such as sign-in, sign-out, etc.
|
|
@@ -20,6 +17,6 @@ const accountsRoutesUrl = {
|
|
|
20
17
|
*/
|
|
21
18
|
financialConfig: "financial-config",
|
|
22
19
|
};
|
|
23
|
-
exports.accountsRoutesUrl = accountsRoutesUrl;
|
|
24
20
|
// Freeze the accountsRoutesUrl object to prevent modifications
|
|
25
21
|
Object.freeze(accountsRoutesUrl);
|
|
22
|
+
export { accountsRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.admissionRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for admission management endpoints.
|
|
6
3
|
* These URLs are used for various admission operations such as applications, contact addresses, family members, etc.
|
|
@@ -38,6 +35,6 @@ const admissionRoutesUrl = {
|
|
|
38
35
|
/** Endpoint to manage admission reports (admission-reports) */
|
|
39
36
|
admissionReports: "admission-reports",
|
|
40
37
|
};
|
|
41
|
-
exports.admissionRoutesUrl = admissionRoutesUrl;
|
|
42
38
|
// Freeze the admissionRoutesUrl object to prevent modifications
|
|
43
39
|
Object.freeze(admissionRoutesUrl);
|
|
40
|
+
export { admissionRoutesUrl };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing URLs for app lifecycle management endpoints.
|
|
3
|
+
* These URLs are used for various app operations such as registration, platform linking, publishing, versions, and deployments.
|
|
4
|
+
*/
|
|
5
|
+
declare const appRoutesUrl: {
|
|
6
|
+
module: string;
|
|
7
|
+
/**
|
|
8
|
+
* Endpoint for app registrations (app-registrations)
|
|
9
|
+
*/
|
|
10
|
+
appRegistration: string;
|
|
11
|
+
/**
|
|
12
|
+
* Endpoint for app platform links (app-platform-links)
|
|
13
|
+
*/
|
|
14
|
+
appPlatformLink: string;
|
|
15
|
+
/**
|
|
16
|
+
* Endpoint for app build configs (app-build-configs)
|
|
17
|
+
*/
|
|
18
|
+
appBuildConfig: string;
|
|
19
|
+
/**
|
|
20
|
+
* Endpoint for app store providers (app-store-providers)
|
|
21
|
+
*/
|
|
22
|
+
appStoreProvider: string;
|
|
23
|
+
/**
|
|
24
|
+
* Endpoint for app publish details (app-publish)
|
|
25
|
+
*/
|
|
26
|
+
appPublish: string;
|
|
27
|
+
/**
|
|
28
|
+
* Endpoint for app versions (app-versions)
|
|
29
|
+
*/
|
|
30
|
+
appVersion: string;
|
|
31
|
+
/**
|
|
32
|
+
* Endpoint for app deployments (app-deployments)
|
|
33
|
+
*/
|
|
34
|
+
appDeployment: string;
|
|
35
|
+
/**
|
|
36
|
+
* Endpoint for app changelogs (app-changelogs)
|
|
37
|
+
*/
|
|
38
|
+
appChangelog: string;
|
|
39
|
+
/**
|
|
40
|
+
* Endpoint for app statistics (app-statistics)
|
|
41
|
+
*/
|
|
42
|
+
appStatistics: string;
|
|
43
|
+
/**
|
|
44
|
+
* Endpoint for app updates check (updates/check) - public endpoint for mobile apps
|
|
45
|
+
*/
|
|
46
|
+
appUpdatesCheck: string;
|
|
47
|
+
/**
|
|
48
|
+
* Endpoint for app updates download (updates/download) - public endpoint for mobile apps
|
|
49
|
+
*/
|
|
50
|
+
appUpdatesDownload: string;
|
|
51
|
+
/**
|
|
52
|
+
* Endpoint for app updates status (updates/status) - public endpoint for mobile apps
|
|
53
|
+
*/
|
|
54
|
+
appUpdatesStatus: string;
|
|
55
|
+
/**
|
|
56
|
+
* Endpoint for platform API integration (platform-api)
|
|
57
|
+
*/
|
|
58
|
+
platformApiIntegration: string;
|
|
59
|
+
/**
|
|
60
|
+
* Endpoint for platform deployment (platform-deployment)
|
|
61
|
+
*/
|
|
62
|
+
platformDeployment: string;
|
|
63
|
+
};
|
|
64
|
+
export { appRoutesUrl };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing URLs for app lifecycle management endpoints.
|
|
3
|
+
* These URLs are used for various app operations such as registration, platform linking, publishing, versions, and deployments.
|
|
4
|
+
*/
|
|
5
|
+
const appRoutesUrl = {
|
|
6
|
+
module: 'app',
|
|
7
|
+
/**
|
|
8
|
+
* Endpoint for app registrations (app-registrations)
|
|
9
|
+
*/
|
|
10
|
+
appRegistration: 'app-registrations',
|
|
11
|
+
/**
|
|
12
|
+
* Endpoint for app platform links (app-platform-links)
|
|
13
|
+
*/
|
|
14
|
+
appPlatformLink: 'app-platform-links',
|
|
15
|
+
/**
|
|
16
|
+
* Endpoint for app build configs (app-build-configs)
|
|
17
|
+
*/
|
|
18
|
+
appBuildConfig: 'app-build-configs',
|
|
19
|
+
/**
|
|
20
|
+
* Endpoint for app store providers (app-store-providers)
|
|
21
|
+
*/
|
|
22
|
+
appStoreProvider: 'app-store-providers',
|
|
23
|
+
/**
|
|
24
|
+
* Endpoint for app publish details (app-publish)
|
|
25
|
+
*/
|
|
26
|
+
appPublish: 'app-publish',
|
|
27
|
+
/**
|
|
28
|
+
* Endpoint for app versions (app-versions)
|
|
29
|
+
*/
|
|
30
|
+
appVersion: 'app-versions',
|
|
31
|
+
/**
|
|
32
|
+
* Endpoint for app deployments (app-deployments)
|
|
33
|
+
*/
|
|
34
|
+
appDeployment: 'app-deployments',
|
|
35
|
+
/**
|
|
36
|
+
* Endpoint for app changelogs (app-changelogs)
|
|
37
|
+
*/
|
|
38
|
+
appChangelog: 'app-changelogs',
|
|
39
|
+
/**
|
|
40
|
+
* Endpoint for app statistics (app-statistics)
|
|
41
|
+
*/
|
|
42
|
+
appStatistics: 'app-statistics',
|
|
43
|
+
/**
|
|
44
|
+
* Endpoint for app updates check (updates/check) - public endpoint for mobile apps
|
|
45
|
+
*/
|
|
46
|
+
appUpdatesCheck: 'updates/check',
|
|
47
|
+
/**
|
|
48
|
+
* Endpoint for app updates download (updates/download) - public endpoint for mobile apps
|
|
49
|
+
*/
|
|
50
|
+
appUpdatesDownload: 'updates/download',
|
|
51
|
+
/**
|
|
52
|
+
* Endpoint for app updates status (updates/status) - public endpoint for mobile apps
|
|
53
|
+
*/
|
|
54
|
+
appUpdatesStatus: 'updates/status',
|
|
55
|
+
/**
|
|
56
|
+
* Endpoint for platform API integration (platform-api)
|
|
57
|
+
*/
|
|
58
|
+
platformApiIntegration: 'platform-api',
|
|
59
|
+
/**
|
|
60
|
+
* Endpoint for platform deployment (platform-deployment)
|
|
61
|
+
*/
|
|
62
|
+
platformDeployment: 'platform-deployment'
|
|
63
|
+
};
|
|
64
|
+
// Freeze the appRoutesUrl object to prevent modifications
|
|
65
|
+
Object.freeze(appRoutesUrl);
|
|
66
|
+
export { appRoutesUrl };
|
package/lib/routes/authRoutes.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.authRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for authentication-related endpoints.
|
|
6
3
|
* These URLs are used for various authentication operations such as sign-in, sign-out, etc.
|
|
@@ -24,6 +21,6 @@ const authRoutesUrl = {
|
|
|
24
21
|
/** Endpoint to switch entity for logged-in user */
|
|
25
22
|
switchEntity: 'switch-entity',
|
|
26
23
|
};
|
|
27
|
-
exports.authRoutesUrl = authRoutesUrl;
|
|
28
24
|
// Freeze the authRoutesUrl object to prevent modifications
|
|
29
25
|
Object.freeze(authRoutesUrl);
|
|
26
|
+
export { authRoutesUrl };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonRoutesUrl = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Object containing URLs for common utility endpoints.
|
|
6
3
|
* These URLs are used for various common operations such as ObjectId generation, etc.
|
|
@@ -12,6 +9,6 @@ const commonRoutesUrl = {
|
|
|
12
9
|
/** Endpoint to generate multiple ObjectIds */
|
|
13
10
|
generateObjectIds: "generate-object-ids"
|
|
14
11
|
};
|
|
15
|
-
exports.commonRoutesUrl = commonRoutesUrl;
|
|
16
12
|
// Freeze the commonRoutesUrl object to prevent modifications
|
|
17
13
|
Object.freeze(commonRoutesUrl);
|
|
14
|
+
export { commonRoutesUrl };
|
|
@@ -29,6 +29,10 @@ declare const coreRoutesUrl: {
|
|
|
29
29
|
* @description Endpoint to get the entity by id (entity-by-id)
|
|
30
30
|
*/
|
|
31
31
|
entityById: string;
|
|
32
|
+
/**
|
|
33
|
+
* @description Endpoint to get the entity by domain (entity-by-domain)
|
|
34
|
+
*/
|
|
35
|
+
entityByDomain: string;
|
|
32
36
|
/**
|
|
33
37
|
* @description Endpoint to get the general master (general-master)
|
|
34
38
|
*/
|