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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare class IAppPublishDetailsMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
apppub_reg_id_appreg?: string;
|
|
4
|
+
apppub_link_id_applink?: string;
|
|
5
|
+
apppub_version_id_appver?: string;
|
|
6
|
+
apppub_store_provider_id_appstore?: string;
|
|
7
|
+
apppub_platform_id_sygms?: string;
|
|
8
|
+
apppub_store_version_number?: string;
|
|
9
|
+
apppub_store_version_code?: number;
|
|
10
|
+
apppub_store_build_number?: string;
|
|
11
|
+
apppub_publish_type_id_sygms?: string;
|
|
12
|
+
apppub_publish_status_id_sygms?: string;
|
|
13
|
+
apppub_workflow_id_wfrg?: string;
|
|
14
|
+
apppub_current_step?: number;
|
|
15
|
+
apppub_store_app_id?: string;
|
|
16
|
+
apppub_store_listing_id?: string;
|
|
17
|
+
apppub_store_url?: string;
|
|
18
|
+
apppub_release_notes?: string;
|
|
19
|
+
apppub_promotional_text?: string;
|
|
20
|
+
apppub_product_description?: string;
|
|
21
|
+
apppub_category_ids_sygms?: string[];
|
|
22
|
+
apppub_preview_image_ids_cyfm?: string[];
|
|
23
|
+
apppub_screenshot_ids_cyfm?: string[];
|
|
24
|
+
apppub_feature_image_id_cyfm?: string;
|
|
25
|
+
apppub_promo_image_id_cyfm?: string;
|
|
26
|
+
apppub_icon_file_id_cyfm?: string;
|
|
27
|
+
apppub_keywords?: string[];
|
|
28
|
+
apppub_tags?: string[];
|
|
29
|
+
apppub_pricing_info?: Record<string, unknown>;
|
|
30
|
+
apppub_availability_info?: Record<string, unknown>;
|
|
31
|
+
apppub_store_specific_data?: Record<string, unknown>;
|
|
32
|
+
apppub_deployment_method_id_sygms?: string;
|
|
33
|
+
apppub_auto_deploy_enabled?: boolean;
|
|
34
|
+
apppub_deployment_api_response?: Record<string, unknown>;
|
|
35
|
+
apppub_deployment_url?: string;
|
|
36
|
+
apppub_deployment_log?: string;
|
|
37
|
+
apppub_submitted_at?: Date;
|
|
38
|
+
apppub_review_started_at?: Date;
|
|
39
|
+
apppub_approved_at?: Date;
|
|
40
|
+
apppub_published_at?: Date;
|
|
41
|
+
apppub_deployed_at?: Date;
|
|
42
|
+
apppub_deployment_started_at?: Date;
|
|
43
|
+
apppub_removed_at?: Date;
|
|
44
|
+
apppub_rejection_reason?: string;
|
|
45
|
+
apppub_rejection_details?: Record<string, unknown>;
|
|
46
|
+
apppub_published_by_id_auth?: string;
|
|
47
|
+
apppub_created_at?: Date;
|
|
48
|
+
apppub_updated_at?: Date;
|
|
49
|
+
}
|
|
50
|
+
export { IAppPublishDetailsMst };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare class IAppRegistrationMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appreg_app_id?: string;
|
|
4
|
+
appreg_app_name?: string;
|
|
5
|
+
appreg_app_description?: string;
|
|
6
|
+
appreg_organization_name?: string;
|
|
7
|
+
appreg_organization_id?: string;
|
|
8
|
+
appreg_registration_date?: Date;
|
|
9
|
+
appreg_registration_status_id_sygms?: string;
|
|
10
|
+
appreg_registered_by_id_auth?: string;
|
|
11
|
+
appreg_workflow_id_wfrg?: string;
|
|
12
|
+
appreg_current_step?: number;
|
|
13
|
+
appreg_created_at?: Date;
|
|
14
|
+
appreg_updated_at?: Date;
|
|
15
|
+
}
|
|
16
|
+
export { IAppRegistrationMst };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare class IAppRegistrationStartMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appstart_reg_id_appreg?: string;
|
|
4
|
+
appstart_start_date?: Date;
|
|
5
|
+
appstart_configuration_data?: Record<string, unknown>;
|
|
6
|
+
appstart_start_status_id_sygms?: string;
|
|
7
|
+
appstart_started_by_id_auth?: string;
|
|
8
|
+
appstart_completed_at?: Date;
|
|
9
|
+
appstart_created_at?: Date;
|
|
10
|
+
appstart_updated_at?: Date;
|
|
11
|
+
}
|
|
12
|
+
export { IAppRegistrationStartMst };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare class IAppRolloutConfigMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
approll_version_id_appver?: string;
|
|
4
|
+
approll_rollout_phases?: Array<{
|
|
5
|
+
phase_number?: number;
|
|
6
|
+
percentage?: number;
|
|
7
|
+
start_date?: Date;
|
|
8
|
+
end_date?: Date;
|
|
9
|
+
phase_status_id_sygms?: string;
|
|
10
|
+
}>;
|
|
11
|
+
approll_rollout_criteria?: Record<string, unknown>;
|
|
12
|
+
approll_auto_advance?: boolean;
|
|
13
|
+
approll_created_by_id_auth?: string;
|
|
14
|
+
approll_created_at?: Date;
|
|
15
|
+
approll_updated_at?: Date;
|
|
16
|
+
}
|
|
17
|
+
export { IAppRolloutConfigMst };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare class IAppStoreProviderMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appstore_store_name?: string;
|
|
4
|
+
appstore_store_type_id_sygms?: string;
|
|
5
|
+
appstore_store_provider_code?: string;
|
|
6
|
+
appstore_store_api_endpoint?: string;
|
|
7
|
+
appstore_store_credentials?: Record<string, unknown>;
|
|
8
|
+
appstore_store_config?: Record<string, unknown>;
|
|
9
|
+
appstore_is_active?: boolean;
|
|
10
|
+
appstore_created_by_id_auth?: string;
|
|
11
|
+
appstore_created_at?: Date;
|
|
12
|
+
appstore_updated_at?: Date;
|
|
13
|
+
}
|
|
14
|
+
export { IAppStoreProviderMst };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare class IAppUpdateChangelogMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appchg_version_id_appver?: string;
|
|
4
|
+
appchg_category_id_sygms?: string;
|
|
5
|
+
appchg_title?: string;
|
|
6
|
+
appchg_description?: string;
|
|
7
|
+
appchg_bug_id?: string;
|
|
8
|
+
appchg_affected_modules?: string[];
|
|
9
|
+
appchg_priority_id_sygms?: string;
|
|
10
|
+
appchg_tags?: string[];
|
|
11
|
+
appchg_created_by_id_auth?: string;
|
|
12
|
+
appchg_created_at?: Date;
|
|
13
|
+
}
|
|
14
|
+
export { IAppUpdateChangelogMst };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare class IAppUpdateDeploymentMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appdep_version_id_appver?: string;
|
|
4
|
+
appdep_deployment_type_id_sygms?: string;
|
|
5
|
+
appdep_rollout_percentage?: number;
|
|
6
|
+
appdep_target_users?: string[];
|
|
7
|
+
appdep_start_date?: Date;
|
|
8
|
+
appdep_end_date?: Date;
|
|
9
|
+
appdep_status_id_sygms?: string;
|
|
10
|
+
appdep_rollback_version_id_appver?: string;
|
|
11
|
+
appdep_rollback_reason?: string;
|
|
12
|
+
appdep_workflow_id_wfrg?: string;
|
|
13
|
+
appdep_current_step?: number;
|
|
14
|
+
appdep_created_by_id_auth?: string;
|
|
15
|
+
appdep_created_at?: Date;
|
|
16
|
+
appdep_updated_at?: Date;
|
|
17
|
+
}
|
|
18
|
+
export { IAppUpdateDeploymentMst };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare class IAppUpdateStatisticsMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appstat_version_id_appver?: string;
|
|
4
|
+
appstat_stat_date?: Date;
|
|
5
|
+
appstat_total_users?: number;
|
|
6
|
+
appstat_users_on_version?: number;
|
|
7
|
+
appstat_users_updated?: number;
|
|
8
|
+
appstat_users_failed?: number;
|
|
9
|
+
appstat_success_rate?: number;
|
|
10
|
+
appstat_avg_update_time?: number;
|
|
11
|
+
appstat_download_count?: number;
|
|
12
|
+
appstat_install_count?: number;
|
|
13
|
+
appstat_rollback_count?: number;
|
|
14
|
+
appstat_created_at?: Date;
|
|
15
|
+
appstat_updated_at?: Date;
|
|
16
|
+
}
|
|
17
|
+
export { IAppUpdateStatisticsMst };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare class IAppUserUpdateStatusMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appust_reg_id_appreg?: string;
|
|
4
|
+
appust_user_id_auth?: string;
|
|
5
|
+
appust_device_id?: string;
|
|
6
|
+
appust_current_version?: string;
|
|
7
|
+
appust_current_version_code?: number;
|
|
8
|
+
appust_platform_id_sygms?: string;
|
|
9
|
+
appust_last_update_check?: Date;
|
|
10
|
+
appust_last_update_attempt?: Date;
|
|
11
|
+
appust_last_update_success?: Date;
|
|
12
|
+
appust_last_update_error?: string;
|
|
13
|
+
appust_update_status_id_sygms?: string;
|
|
14
|
+
appust_auto_update_enabled?: boolean;
|
|
15
|
+
appust_device_info?: Record<string, unknown>;
|
|
16
|
+
appust_created_at?: Date;
|
|
17
|
+
appust_updated_at?: Date;
|
|
18
|
+
}
|
|
19
|
+
export { IAppUserUpdateStatusMst };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare class IAppVersionMst {
|
|
2
|
+
_id?: string;
|
|
3
|
+
appver_reg_id_appreg?: string;
|
|
4
|
+
appver_version_number?: string;
|
|
5
|
+
appver_version_code?: number;
|
|
6
|
+
appver_release_type_id_sygms?: string;
|
|
7
|
+
appver_is_active?: boolean;
|
|
8
|
+
appver_is_forced?: boolean;
|
|
9
|
+
appver_min_supported_version?: string;
|
|
10
|
+
appver_release_date?: Date;
|
|
11
|
+
appver_release_notes?: string;
|
|
12
|
+
appver_build_number?: string;
|
|
13
|
+
appver_bundle_size?: number;
|
|
14
|
+
appver_bundle_file_id_cyfm?: string;
|
|
15
|
+
appver_bundle_hash?: string;
|
|
16
|
+
appver_bundle_signature?: string;
|
|
17
|
+
appver_deployment_status_id_sygms?: string;
|
|
18
|
+
appver_deployed_by_id_auth?: string;
|
|
19
|
+
appver_deployed_at?: Date;
|
|
20
|
+
appver_created_by_id_auth?: string;
|
|
21
|
+
appver_created_at?: Date;
|
|
22
|
+
appver_updated_at?: Date;
|
|
23
|
+
}
|
|
24
|
+
export { IAppVersionMst };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './app_registration_mst';
|
|
2
|
+
export * from './app_platform_link_mst';
|
|
3
|
+
export * from './app_registration_start_mst';
|
|
4
|
+
export * from './app_build_config_mst';
|
|
5
|
+
export * from './app_store_provider_mst';
|
|
6
|
+
export * from './app_publish_details_mst';
|
|
7
|
+
export * from './app_version_mst';
|
|
8
|
+
export * from './app_update_deployment_mst';
|
|
9
|
+
export * from './app_update_changelog_mst';
|
|
10
|
+
export * from './app_user_update_status_mst';
|
|
11
|
+
export * from './app_update_statistics_mst';
|
|
12
|
+
export * from './app_rollout_config_mst';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './app_registration_mst';
|
|
2
|
+
export * from './app_platform_link_mst';
|
|
3
|
+
export * from './app_registration_start_mst';
|
|
4
|
+
export * from './app_build_config_mst';
|
|
5
|
+
export * from './app_store_provider_mst';
|
|
6
|
+
export * from './app_publish_details_mst';
|
|
7
|
+
export * from './app_version_mst';
|
|
8
|
+
export * from './app_update_deployment_mst';
|
|
9
|
+
export * from './app_update_changelog_mst';
|
|
10
|
+
export * from './app_user_update_status_mst';
|
|
11
|
+
export * from './app_update_statistics_mst';
|
|
12
|
+
export * from './app_rollout_config_mst';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/lib/schema/auth/index.js
CHANGED
|
@@ -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("./auth_user_mst"), exports);
|
|
18
|
-
__exportStar(require("./auth_logses"), exports);
|
|
19
|
-
__exportStar(require("./auth_mpin"), exports);
|
|
1
|
+
export * from "./auth_user_mst";
|
|
2
|
+
export * from './auth_logses';
|
|
3
|
+
export * from './auth_mpin';
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.COLLECTIONS = void 0;
|
|
4
1
|
const COLLECTIONS = {
|
|
5
2
|
// A - Academic Collections
|
|
6
3
|
aca_academic_year: "aca_academic_year",
|
|
@@ -112,4 +109,4 @@ const COLLECTIONS = {
|
|
|
112
109
|
subscriptions: "subscriptions",
|
|
113
110
|
subscription_payments: "subscription_payments"
|
|
114
111
|
};
|
|
115
|
-
|
|
112
|
+
export { COLLECTIONS };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreBoardExamPattern = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class CoreBoardExamPattern {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreBoardExamPattern // interface
|
|
6
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreBoardGradeSystem = void 0;
|
|
4
1
|
class CoreBoardGradeSystem {
|
|
5
2
|
}
|
|
6
|
-
|
|
3
|
+
/* INTERFACE END */
|
|
4
|
+
export { CoreBoardGradeSystem // interface
|
|
5
|
+
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreEducationBoard = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class CoreEducationBoard {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreEducationBoard // interface
|
|
6
|
+
};
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreEntityAccessPassManagement = exports.CoreEntityAccessPassManagementBase = void 0;
|
|
4
1
|
class CoreEntityAccessPassManagementBase {
|
|
5
2
|
}
|
|
6
|
-
exports.CoreEntityAccessPassManagementBase = CoreEntityAccessPassManagementBase;
|
|
7
3
|
class CoreEntityAccessPassManagement extends CoreEntityAccessPassManagementBase {
|
|
8
4
|
}
|
|
9
|
-
|
|
5
|
+
export { CoreEntityAccessPassManagementBase, CoreEntityAccessPassManagement, };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreEntityMappingBase = exports.CoreEntityMapping = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class CoreEntityMappingBase {
|
|
6
3
|
}
|
|
7
|
-
exports.CoreEntityMappingBase = CoreEntityMappingBase;
|
|
8
4
|
class CoreEntityMapping extends CoreEntityMappingBase {
|
|
9
5
|
}
|
|
10
|
-
|
|
6
|
+
/* INTERFACE END */
|
|
7
|
+
export { CoreEntityMapping, // interface
|
|
8
|
+
CoreEntityMappingBase // interface
|
|
9
|
+
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreEntityUdise = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class CoreEntityUdise {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreEntityUdise // interface
|
|
6
|
+
};
|
|
@@ -11,6 +11,7 @@ declare class CoreFinancialConfig {
|
|
|
11
11
|
fincfg_financial_year_start_month?: number;
|
|
12
12
|
fincfg_financial_year_start_day?: number;
|
|
13
13
|
fincfg_financial_year_naming?: "calendar_year" | "fiscal_year" | "academic_year";
|
|
14
|
+
fincfg_is_self_financial_year?: boolean;
|
|
14
15
|
fincfg_default_tax_percentage?: number;
|
|
15
16
|
fincfg_tax_inclusive_pricing?: boolean;
|
|
16
17
|
fincfg_show_tax_breakdown?: boolean;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreFinancialConfig = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class CoreFinancialConfig {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreFinancialConfig };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreSchoolBoardAffiliation = void 0;
|
|
4
1
|
/* INTERFACE START */
|
|
5
2
|
class CoreSchoolBoardAffiliation {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreSchoolBoardAffiliation // interface
|
|
6
|
+
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CoreSystemEntity = void 0;
|
|
4
1
|
/* INTERFASE START */
|
|
5
2
|
class CoreSystemEntity {
|
|
6
3
|
}
|
|
7
|
-
|
|
4
|
+
/* INTERFACE END */
|
|
5
|
+
export { CoreSystemEntity // interface
|
|
6
|
+
};
|