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.
Files changed (279) hide show
  1. package/lib/common-types/common.js +2 -6
  2. package/lib/common-types/emailServiceConfig.js +1 -2
  3. package/lib/common-types/index.js +4 -20
  4. package/lib/common-types/jwtPayload.js +1 -2
  5. package/lib/common-types/userPermissions.js +1 -2
  6. package/lib/index.js +7 -23
  7. package/lib/middleware/index.js +1 -17
  8. package/lib/middleware/securityHeadersMiddleware.js +1 -2
  9. package/lib/model/academics/aca_academic_year.js +5 -12
  10. package/lib/model/academics/aca_academic_year_mapping.js +5 -12
  11. package/lib/model/academics/aca_class_prg_branch.js +6 -15
  12. package/lib/model/academics/aca_class_program_master.js +5 -12
  13. package/lib/model/academics/aca_class_program_term.js +5 -13
  14. package/lib/model/academics/aca_prg_trm_section.js +5 -13
  15. package/lib/model/academics/academics_bonafide_request.js +4 -12
  16. package/lib/model/academics/index.js +7 -23
  17. package/lib/model/accounts/acc_financial_config.js +6 -10
  18. package/lib/model/accounts/acc_financial_year.js +5 -12
  19. package/lib/model/accounts/acc_financial_year_mapping.js +5 -12
  20. package/lib/model/accounts/index.js +3 -19
  21. package/lib/model/admission/admission_application_main.js +3 -8
  22. package/lib/model/admission/admission_confirmation_types.js +5 -12
  23. package/lib/model/admission/admission_contact_addresses.js +1 -2
  24. package/lib/model/admission/admission_elective_detail.js +3 -8
  25. package/lib/model/admission/admission_family_members.js +1 -2
  26. package/lib/model/admission/admission_fee_snapshot.js +1 -2
  27. package/lib/model/admission/admission_rte_details.js +1 -2
  28. package/lib/model/admission/admission_vital_information.js +1 -2
  29. package/lib/model/admission/index.js +8 -24
  30. package/lib/model/app/app-build-config.model.d.ts +55 -0
  31. package/lib/model/app/app-build-config.model.js +36 -0
  32. package/lib/model/app/app-changelog.model.d.ts +55 -0
  33. package/lib/model/app/app-changelog.model.js +36 -0
  34. package/lib/model/app/app-deployment.model.d.ts +59 -0
  35. package/lib/model/app/app-deployment.model.js +36 -0
  36. package/lib/model/app/app-platform-link.model.d.ts +62 -0
  37. package/lib/model/app/app-platform-link.model.js +36 -0
  38. package/lib/model/app/app-publish.model.d.ts +93 -0
  39. package/lib/model/app/app-publish.model.js +36 -0
  40. package/lib/model/app/app-registration-start.model.d.ts +55 -0
  41. package/lib/model/app/app-registration-start.model.js +36 -0
  42. package/lib/model/app/app-registration.model.d.ts +58 -0
  43. package/lib/model/app/app-registration.model.js +36 -0
  44. package/lib/model/app/app-store-provider.model.d.ts +56 -0
  45. package/lib/model/app/app-store-provider.model.js +36 -0
  46. package/lib/model/app/app-version.model.d.ts +66 -0
  47. package/lib/model/app/app-version.model.js +36 -0
  48. package/lib/model/app/index.d.ts +9 -0
  49. package/lib/model/app/index.js +9 -0
  50. package/lib/model/auth/auth_user_mst.js +16 -26
  51. package/lib/model/auth/entity-switch.js +2 -4
  52. package/lib/model/auth/forgot-password.d.ts +1 -0
  53. package/lib/model/auth/forgot-password.js +2 -4
  54. package/lib/model/auth/generate-view-only-token.js +1 -4
  55. package/lib/model/auth/index.js +7 -23
  56. package/lib/model/auth/login.d.ts +1 -0
  57. package/lib/model/auth/login.js +2 -5
  58. package/lib/model/auth/register.js +4 -4
  59. package/lib/model/auth/reset-password.d.ts +2 -0
  60. package/lib/model/auth/reset-password.js +2 -4
  61. package/lib/model/common/index.js +1 -17
  62. package/lib/model/common/mongoose-object.js +1 -2
  63. package/lib/model/core/core_department.js +3 -10
  64. package/lib/model/core/core_designation.js +3 -10
  65. package/lib/model/core/core_designation_grade_level.js +5 -13
  66. package/lib/model/core/core_entity_access_pass_management.js +3 -10
  67. package/lib/model/core/core_file_manager.js +4 -8
  68. package/lib/model/core/core_general_master.js +6 -14
  69. package/lib/model/core/core_general_master_type.js +7 -15
  70. package/lib/model/core/core_iso_currency.js +4 -6
  71. package/lib/model/core/core_page_elements.js +5 -14
  72. package/lib/model/core/core_page_elements_mapping.js +3 -12
  73. package/lib/model/core/core_pin_code.js +2 -4
  74. package/lib/model/core/core_system_country.js +3 -6
  75. package/lib/model/core/core_system_entity.d.ts +17 -1
  76. package/lib/model/core/core_system_entity.js +17 -7
  77. package/lib/model/core/core_system_menu.js +6 -13
  78. package/lib/model/core/core_system_nationality.js +3 -6
  79. package/lib/model/core/core_system_pages.js +5 -13
  80. package/lib/model/core/core_system_pages_theme.js +3 -14
  81. package/lib/model/core/core_system_theme_user_preferences.js +3 -4
  82. package/lib/model/core/core_system_themes.js +2 -4
  83. package/lib/model/core/core_user_role.js +3 -10
  84. package/lib/model/core/core_workflow_config.js +4 -13
  85. package/lib/model/core/core_workflow_engine.js +2 -9
  86. package/lib/model/core/core_workflow_registry.js +4 -12
  87. package/lib/model/core/dashboard-cards.js +3 -9
  88. package/lib/model/core/design-config.js +2 -4
  89. package/lib/model/core/financial_config.js +6 -10
  90. package/lib/model/core/index.js +27 -43
  91. package/lib/model/email/email_list.js +4 -10
  92. package/lib/model/email/email_log.js +4 -8
  93. package/lib/model/email/email_reference.js +4 -10
  94. package/lib/model/email/email_subscription.js +4 -10
  95. package/lib/model/email/email_template.js +4 -10
  96. package/lib/model/email/email_vendor.js +4 -10
  97. package/lib/model/email/index.js +6 -22
  98. package/lib/model/fees/fee_assignment.js +6 -11
  99. package/lib/model/fees/fee_discount_rule.js +5 -12
  100. package/lib/model/fees/fee_payment.js +5 -11
  101. package/lib/model/fees/fee_receipt_template.js +5 -12
  102. package/lib/model/fees/fee_structure.js +5 -13
  103. package/lib/model/fees/index.js +5 -21
  104. package/lib/model/frontdesk/fdsk_lead_assignment_detail.js +4 -7
  105. package/lib/model/frontdesk/fdsk_lead_config_master.js +9 -12
  106. package/lib/model/frontdesk/fdsk_leads.js +5 -8
  107. package/lib/model/frontdesk/index.js +3 -19
  108. package/lib/model/index.d.ts +1 -0
  109. package/lib/model/index.js +11 -26
  110. package/lib/model/notifications/index.js +1 -17
  111. package/lib/model/notifications/notification.js +3 -10
  112. package/lib/routes/academicsRoutes.js +1 -4
  113. package/lib/routes/accountsRoutes.js +1 -4
  114. package/lib/routes/admissionRoutes.js +1 -4
  115. package/lib/routes/appRoutes.d.ts +64 -0
  116. package/lib/routes/appRoutes.js +66 -0
  117. package/lib/routes/authRoutes.js +1 -4
  118. package/lib/routes/commonRoutes.js +1 -4
  119. package/lib/routes/coreRoutes.d.ts +4 -0
  120. package/lib/routes/coreRoutes.js +5 -4
  121. package/lib/routes/designConfigRoutes.js +1 -4
  122. package/lib/routes/emailRoutes.js +1 -4
  123. package/lib/routes/feesRoutes.js +1 -4
  124. package/lib/routes/frontdeskRoutes.js +1 -4
  125. package/lib/routes/hostManagerRoutes.js +1 -4
  126. package/lib/routes/index.d.ts +1 -0
  127. package/lib/routes/index.js +14 -29
  128. package/lib/routes/notificationRoutes.js +1 -4
  129. package/lib/routes/userRoutes.js +1 -4
  130. package/lib/schema/academics/aca_academic_year.js +1 -4
  131. package/lib/schema/academics/aca_academic_year_mapping.js +2 -5
  132. package/lib/schema/academics/aca_class_prg_branch.js +2 -5
  133. package/lib/schema/academics/aca_class_program_master.js +2 -5
  134. package/lib/schema/academics/aca_class_program_term.js +2 -5
  135. package/lib/schema/academics/aca_prg_trm_section.js +2 -5
  136. package/lib/schema/academics/academics_bonafide_request.js +3 -4
  137. package/lib/schema/academics/index.js +7 -23
  138. package/lib/schema/accounts/acc_financial_config.d.ts +1 -0
  139. package/lib/schema/accounts/acc_financial_config.js +2 -4
  140. package/lib/schema/accounts/acc_financial_year.js +1 -4
  141. package/lib/schema/accounts/acc_financial_year_mapping.js +2 -5
  142. package/lib/schema/accounts/index.js +3 -19
  143. package/lib/schema/admission/admission_application_main.js +3 -4
  144. package/lib/schema/admission/admission_contact_addresses.js +5 -7
  145. package/lib/schema/admission/admission_document_uploads.js +3 -4
  146. package/lib/schema/admission/admission_elective_detail.js +3 -4
  147. package/lib/schema/admission/admission_family_members.js +3 -5
  148. package/lib/schema/admission/admission_fee_snapshot.js +1 -2
  149. package/lib/schema/admission/admission_rte_details.js +2 -5
  150. package/lib/schema/admission/admission_status_history.js +3 -4
  151. package/lib/schema/admission/admission_vital_information.js +2 -5
  152. package/lib/schema/admission/index.js +9 -25
  153. package/lib/schema/app/app_build_config_mst.d.ts +13 -0
  154. package/lib/schema/app/app_build_config_mst.js +6 -0
  155. package/lib/schema/app/app_platform_link_mst.d.ts +19 -0
  156. package/lib/schema/app/app_platform_link_mst.js +6 -0
  157. package/lib/schema/app/app_publish_details_mst.d.ts +50 -0
  158. package/lib/schema/app/app_publish_details_mst.js +6 -0
  159. package/lib/schema/app/app_registration_mst.d.ts +16 -0
  160. package/lib/schema/app/app_registration_mst.js +6 -0
  161. package/lib/schema/app/app_registration_start_mst.d.ts +12 -0
  162. package/lib/schema/app/app_registration_start_mst.js +6 -0
  163. package/lib/schema/app/app_rollout_config_mst.d.ts +17 -0
  164. package/lib/schema/app/app_rollout_config_mst.js +6 -0
  165. package/lib/schema/app/app_store_provider_mst.d.ts +14 -0
  166. package/lib/schema/app/app_store_provider_mst.js +6 -0
  167. package/lib/schema/app/app_update_changelog_mst.d.ts +14 -0
  168. package/lib/schema/app/app_update_changelog_mst.js +6 -0
  169. package/lib/schema/app/app_update_deployment_mst.d.ts +18 -0
  170. package/lib/schema/app/app_update_deployment_mst.js +6 -0
  171. package/lib/schema/app/app_update_statistics_mst.d.ts +17 -0
  172. package/lib/schema/app/app_update_statistics_mst.js +6 -0
  173. package/lib/schema/app/app_user_update_status_mst.d.ts +19 -0
  174. package/lib/schema/app/app_user_update_status_mst.js +6 -0
  175. package/lib/schema/app/app_version_mst.d.ts +24 -0
  176. package/lib/schema/app/app_version_mst.js +6 -0
  177. package/lib/schema/app/index.d.ts +12 -0
  178. package/lib/schema/app/index.js +12 -0
  179. package/lib/schema/auth/auth_logses.js +1 -2
  180. package/lib/schema/auth/auth_mpin.js +3 -4
  181. package/lib/schema/auth/auth_user_mst.js +2 -4
  182. package/lib/schema/auth/index.js +3 -19
  183. package/lib/schema/collection_names.js +1 -4
  184. package/lib/schema/core/core_board_exam_pattern.js +3 -4
  185. package/lib/schema/core/core_board_grade_system.js +3 -4
  186. package/lib/schema/core/core_dashboard_cards.js +1 -2
  187. package/lib/schema/core/core_department.js +1 -2
  188. package/lib/schema/core/core_designation.js +1 -2
  189. package/lib/schema/core/core_designation_grade_level.js +2 -4
  190. package/lib/schema/core/core_education_board.js +3 -4
  191. package/lib/schema/core/core_entity_access_pass_management.js +1 -5
  192. package/lib/schema/core/core_entity_mapping.js +4 -5
  193. package/lib/schema/core/core_entity_udise.js +3 -4
  194. package/lib/schema/core/core_file_manager.js +3 -4
  195. package/lib/schema/core/core_financial_config.d.ts +1 -0
  196. package/lib/schema/core/core_financial_config.js +2 -4
  197. package/lib/schema/core/core_general_master.js +3 -4
  198. package/lib/schema/core/core_general_master_type.js +3 -4
  199. package/lib/schema/core/core_iso_currency.js +1 -2
  200. package/lib/schema/core/core_language.js +1 -2
  201. package/lib/schema/core/core_page_elements.js +3 -4
  202. package/lib/schema/core/core_page_elements_mapping.js +1 -2
  203. package/lib/schema/core/core_page_grid.js +1 -2
  204. package/lib/schema/core/core_page_tab.js +1 -2
  205. package/lib/schema/core/core_pin_code.js +1 -2
  206. package/lib/schema/core/core_school_board_affiliation.js +3 -4
  207. package/lib/schema/core/core_system_config.js +3 -4
  208. package/lib/schema/core/core_system_country.js +1 -2
  209. package/lib/schema/core/core_system_entity.js +3 -4
  210. package/lib/schema/core/core_system_logs.js +3 -4
  211. package/lib/schema/core/core_system_menu.js +3 -4
  212. package/lib/schema/core/core_system_nationality.js +1 -2
  213. package/lib/schema/core/core_system_organization_themes.js +3 -4
  214. package/lib/schema/core/core_system_page_notes_manager.js +2 -4
  215. package/lib/schema/core/core_system_pages.js +3 -4
  216. package/lib/schema/core/core_system_pages_theme.js +1 -2
  217. package/lib/schema/core/core_system_theme_user_preferences.js +3 -4
  218. package/lib/schema/core/core_system_themes.js +2 -4
  219. package/lib/schema/core/core_user_attributes.js +2 -4
  220. package/lib/schema/core/core_user_contact_addresses.js +2 -5
  221. package/lib/schema/core/core_user_documents.js +2 -5
  222. package/lib/schema/core/core_user_family_details.js +2 -5
  223. package/lib/schema/core/core_user_role.js +2 -5
  224. package/lib/schema/core/core_user_role_exceptions.js +2 -5
  225. package/lib/schema/core/core_user_role_rights.js +2 -5
  226. package/lib/schema/core/core_user_type_mapping.js +1 -2
  227. package/lib/schema/core/core_workflow_approver_rules.js +3 -4
  228. package/lib/schema/core/core_workflow_config.js +3 -4
  229. package/lib/schema/core/core_workflow_registry.js +3 -4
  230. package/lib/schema/core/core_workflow_transaction_history.js +3 -4
  231. package/lib/schema/core/index.js +46 -62
  232. package/lib/schema/email/email_list.js +3 -4
  233. package/lib/schema/email/email_log.js +3 -4
  234. package/lib/schema/email/email_reference.js +3 -4
  235. package/lib/schema/email/email_subscription_vendor.js +3 -4
  236. package/lib/schema/email/email_templete.js +3 -4
  237. package/lib/schema/email/email_vendor.js +3 -4
  238. package/lib/schema/email/index.js +6 -22
  239. package/lib/schema/fees/fee_assignment.js +1 -5
  240. package/lib/schema/fees/fee_collection_config.js +1 -4
  241. package/lib/schema/fees/fee_discount.js +1 -4
  242. package/lib/schema/fees/fee_discount_rule.js +1 -4
  243. package/lib/schema/fees/fee_installment_config.js +1 -4
  244. package/lib/schema/fees/fee_installment_item.js +1 -4
  245. package/lib/schema/fees/fee_late_fee.js +1 -4
  246. package/lib/schema/fees/fee_late_fee_rule.js +1 -4
  247. package/lib/schema/fees/fee_payment.js +1 -4
  248. package/lib/schema/fees/fee_payment_item.js +1 -4
  249. package/lib/schema/fees/fee_receipt_template.js +1 -4
  250. package/lib/schema/fees/fee_refund.js +1 -4
  251. package/lib/schema/fees/fee_scholarship.js +1 -4
  252. package/lib/schema/fees/fee_structure.js +2 -5
  253. package/lib/schema/fees/fee_structure_item.js +1 -4
  254. package/lib/schema/fees/fee_transaction.js +1 -4
  255. package/lib/schema/fees/index.js +16 -37
  256. package/lib/schema/frontdesk/fdsk_lead_assignment_detail.js +4 -5
  257. package/lib/schema/frontdesk/fdsk_lead_config_master.js +4 -5
  258. package/lib/schema/frontdesk/fdsk_lead_detail.js +4 -5
  259. package/lib/schema/frontdesk/fdsk_lead_scheduling.js +4 -5
  260. package/lib/schema/frontdesk/fdsk_leads.js +4 -5
  261. package/lib/schema/frontdesk/index.js +5 -21
  262. package/lib/schema/index.d.ts +1 -0
  263. package/lib/schema/index.js +11 -26
  264. package/lib/schema/notifications/index.js +1 -17
  265. package/lib/schema/notifications/notification.js +2 -5
  266. package/lib/services/index.js +1 -17
  267. package/lib/services/theme.service.js +1 -2
  268. package/lib/utilities/helpers/encryption.helper.js +1 -4
  269. package/lib/utilities/helpers/error.helper.js +1 -8
  270. package/lib/utilities/helpers/index.js +5 -21
  271. package/lib/utilities/helpers/response.helper.js +1 -4
  272. package/lib/utilities/helpers/string.helper.js +5 -12
  273. package/lib/utilities/helpers/type.hepler.js +1 -2
  274. package/lib/utilities/index.js +1 -17
  275. package/package.json +15 -7
  276. package/lib/model/frontdesk/fdsk_lead_detail.d.ts +0 -34
  277. package/lib/model/frontdesk/fdsk_lead_detail.js +0 -27
  278. package/lib/model/frontdesk/fdsk_lead_scheduling.d.ts +0 -34
  279. 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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppPublishDetailsMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppPublishDetailsMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppRegistrationMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppRegistrationMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppRegistrationStartMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppRegistrationStartMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppRolloutConfigMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppRolloutConfigMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppStoreProviderMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppStoreProviderMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppUpdateChangelogMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppUpdateChangelogMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppUpdateDeploymentMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppUpdateDeploymentMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppUpdateStatisticsMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppUpdateStatisticsMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppUserUpdateStatusMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppUserUpdateStatusMst // interface
6
+ };
@@ -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,6 @@
1
+ /* INTERFACE START */
2
+ class IAppVersionMst {
3
+ }
4
+ /* INTERFACE END */
5
+ export { IAppVersionMst // interface
6
+ };
@@ -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
- "use strict";
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.IMpin = void 0;
4
1
  /* INTERFASE START */
5
2
  class IMpin {
6
3
  }
7
- exports.IMpin = IMpin;
4
+ /* INTERFACE END */
5
+ export { IMpin // interface
6
+ };
@@ -1,7 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthUserMst = void 0;
4
1
  /* INTERFACE START */
5
2
  class AuthUserMst {
6
3
  }
7
- exports.AuthUserMst = AuthUserMst;
4
+ /* INTERFACE END */
5
+ export { AuthUserMst };
@@ -1,19 +1,3 @@
1
- "use strict";
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("./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
- exports.COLLECTIONS = COLLECTIONS;
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
- exports.CoreBoardExamPattern = CoreBoardExamPattern;
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
- exports.CoreBoardGradeSystem = CoreBoardGradeSystem;
3
+ /* INTERFACE END */
4
+ export { CoreBoardGradeSystem // interface
5
+ };
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  /* INTERFACE END */
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,6 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICoreSydsgl = void 0;
4
1
  class ICoreSydsgl {
5
2
  }
6
- exports.ICoreSydsgl = ICoreSydsgl;
3
+ export { ICoreSydsgl // interface
4
+ };
@@ -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
- exports.CoreEducationBoard = CoreEducationBoard;
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
- exports.CoreEntityAccessPassManagement = CoreEntityAccessPassManagement;
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
- exports.CoreEntityMapping = CoreEntityMapping;
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
- exports.CoreEntityUdise = CoreEntityUdise;
4
+ /* INTERFACE END */
5
+ export { CoreEntityUdise // interface
6
+ };
@@ -1,7 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICoreCyfm = void 0;
4
1
  /* INTERFASE START */
5
2
  class ICoreCyfm {
6
3
  }
7
- exports.ICoreCyfm = ICoreCyfm;
4
+ /* INTERFACE END */
5
+ export { ICoreCyfm // 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
- exports.CoreFinancialConfig = CoreFinancialConfig;
4
+ /* INTERFACE END */
5
+ export { CoreFinancialConfig };
@@ -1,7 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICoreSygms = void 0;
4
1
  /* INTERFASE START */
5
2
  class ICoreSygms {
6
3
  }
7
- exports.ICoreSygms = ICoreSygms;
4
+ /* INTERFACE END */
5
+ export { ICoreSygms // interface
6
+ };
@@ -1,7 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICoreSygmt = void 0;
4
1
  /* INTERFASE START */
5
2
  class ICoreSygmt {
6
3
  }
7
- exports.ICoreSygmt = ICoreSygmt;
4
+ /* INTERFACE END */
5
+ export { ICoreSygmt // interface
6
+ };
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,2 +1 @@
1
- "use strict";
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.ICoreSype = void 0;
4
1
  /* INTERFASE START */
5
2
  class ICoreSype {
6
3
  }
7
- exports.ICoreSype = ICoreSype;
4
+ /* INTERFACE END */
5
+ export { ICoreSype // interface
6
+ };
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
@@ -1,2 +1 @@
1
- "use strict";
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
- exports.CoreSchoolBoardAffiliation = CoreSchoolBoardAffiliation;
4
+ /* INTERFACE END */
5
+ export { CoreSchoolBoardAffiliation // interface
6
+ };
@@ -1,7 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICoreSyco = void 0;
4
1
  /* INTERFASE START */
5
2
  class ICoreSyco {
6
3
  }
7
- exports.ICoreSyco = ICoreSyco;
4
+ /* INTERFACE END */
5
+ export { ICoreSyco // interface
6
+ };
@@ -1,2 +1 @@
1
- "use strict";
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
- exports.CoreSystemEntity = CoreSystemEntity;
4
+ /* INTERFACE END */
5
+ export { CoreSystemEntity // interface
6
+ };