@kipicore/dbcore 1.1.1 → 1.1.3

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 (1128) hide show
  1. package/dist/index.d.ts +415 -0
  2. package/dist/index.js +431 -0
  3. package/dist/{src/models → models}/psql/userModel.js +2 -0
  4. package/dist/{src/services → services}/Concrete/mongooseCommonService.js +49 -48
  5. package/dist/services/Concrete/sequelizeCommanService.js +124 -0
  6. package/package.json +2 -2
  7. package/dist/scripts/fix-import-extensions.d.ts +0 -1
  8. package/dist/scripts/fix-import-extensions.js +0 -33
  9. package/dist/scripts/generate-index.d.ts +0 -1
  10. package/dist/scripts/generate-index.js +0 -43
  11. package/dist/src/index.d.ts +0 -415
  12. package/dist/src/index.js +0 -431
  13. package/dist/src/services/Concrete/sequelizeCommanService.js +0 -123
  14. /package/dist/{src/configs → configs}/aws.d.ts +0 -0
  15. /package/dist/{src/configs → configs}/aws.js +0 -0
  16. /package/dist/{src/configs → configs}/env.d.ts +0 -0
  17. /package/dist/{src/configs → configs}/env.js +0 -0
  18. /package/dist/{src/configs → configs}/postgresConfig.d.ts +0 -0
  19. /package/dist/{src/configs → configs}/postgresConfig.js +0 -0
  20. /package/dist/{src/constants → constants}/app.d.ts +0 -0
  21. /package/dist/{src/constants → constants}/app.js +0 -0
  22. /package/dist/{src/constants → constants}/defaultModelAttributes.d.ts +0 -0
  23. /package/dist/{src/constants → constants}/defaultModelAttributes.js +0 -0
  24. /package/dist/{src/constants → constants}/errorMessages.d.ts +0 -0
  25. /package/dist/{src/constants → constants}/errorMessages.js +0 -0
  26. /package/dist/{src/constants → constants}/httpStatusCode.d.ts +0 -0
  27. /package/dist/{src/constants → constants}/httpStatusCode.js +0 -0
  28. /package/dist/{src/constants → constants}/successMessages.d.ts +0 -0
  29. /package/dist/{src/constants → constants}/successMessages.js +0 -0
  30. /package/dist/{src/db → db}/mongodb.d.ts +0 -0
  31. /package/dist/{src/db → db}/mongodb.js +0 -0
  32. /package/dist/{src/db → db}/postgres.d.ts +0 -0
  33. /package/dist/{src/db → db}/postgres.js +0 -0
  34. /package/dist/{src/db → db}/psql/index.d.ts +0 -0
  35. /package/dist/{src/db → db}/psql/index.js +0 -0
  36. /package/dist/{src/db → db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.d.ts +0 -0
  37. /package/dist/{src/db → db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.js +0 -0
  38. /package/dist/{src/db → db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.d.ts +0 -0
  39. /package/dist/{src/db → db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.js +0 -0
  40. /package/dist/{src/db → db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.d.ts +0 -0
  41. /package/dist/{src/db → db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.js +0 -0
  42. /package/dist/{src/db → db}/psql/migrations/20250108092439-update-batch-model-fields.d.ts +0 -0
  43. /package/dist/{src/db → db}/psql/migrations/20250108092439-update-batch-model-fields.js +0 -0
  44. /package/dist/{src/db → db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.d.ts +0 -0
  45. /package/dist/{src/db → db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.js +0 -0
  46. /package/dist/{src/db → db}/psql/migrations/20250211071743-add-action-user-has-histroy.d.ts +0 -0
  47. /package/dist/{src/db → db}/psql/migrations/20250211071743-add-action-user-has-histroy.js +0 -0
  48. /package/dist/{src/db → db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.d.ts +0 -0
  49. /package/dist/{src/db → db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.js +0 -0
  50. /package/dist/{src/db → db}/psql/migrations/20250214072626-add-middlename-user.d.ts +0 -0
  51. /package/dist/{src/db → db}/psql/migrations/20250214072626-add-middlename-user.js +0 -0
  52. /package/dist/{src/db → db}/psql/migrations/20250224085333-add-apptype-in-user.d.ts +0 -0
  53. /package/dist/{src/db → db}/psql/migrations/20250224085333-add-apptype-in-user.js +0 -0
  54. /package/dist/{src/db → db}/psql/migrations/20250226053006-add-brouchure-in-institute.d.ts +0 -0
  55. /package/dist/{src/db → db}/psql/migrations/20250226053006-add-brouchure-in-institute.js +0 -0
  56. /package/dist/{src/db → db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.d.ts +0 -0
  57. /package/dist/{src/db → db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.js +0 -0
  58. /package/dist/{src/db → db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.d.ts +0 -0
  59. /package/dist/{src/db → db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.js +0 -0
  60. /package/dist/{src/db → db}/psql/migrations/20250306053557-add-shifyId-in-batch.d.ts +0 -0
  61. /package/dist/{src/db → db}/psql/migrations/20250306053557-add-shifyId-in-batch.js +0 -0
  62. /package/dist/{src/db → db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.d.ts +0 -0
  63. /package/dist/{src/db → db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.js +0 -0
  64. /package/dist/{src/db → db}/psql/migrations/20250402090653-add-user-area.d.ts +0 -0
  65. /package/dist/{src/db → db}/psql/migrations/20250402090653-add-user-area.js +0 -0
  66. /package/dist/{src/db → db}/psql/migrations/20250407094125-update-type-in-typeManagement.d.ts +0 -0
  67. /package/dist/{src/db → db}/psql/migrations/20250407094125-update-type-in-typeManagement.js +0 -0
  68. /package/dist/{src/db → db}/psql/migrations/20250409105229-add-user-type-in-role.d.ts +0 -0
  69. /package/dist/{src/db → db}/psql/migrations/20250409105229-add-user-type-in-role.js +0 -0
  70. /package/dist/{src/db → db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.d.ts +0 -0
  71. /package/dist/{src/db → db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.js +0 -0
  72. /package/dist/{src/db → db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.d.ts +0 -0
  73. /package/dist/{src/db → db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.js +0 -0
  74. /package/dist/{src/db → db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.d.ts +0 -0
  75. /package/dist/{src/db → db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.js +0 -0
  76. /package/dist/{src/db → db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.d.ts +0 -0
  77. /package/dist/{src/db → db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.js +0 -0
  78. /package/dist/{src/db → db}/psql/migrations/20250422114032-add-account.d.ts +0 -0
  79. /package/dist/{src/db → db}/psql/migrations/20250422114032-add-account.js +0 -0
  80. /package/dist/{src/db → db}/psql/migrations/20250423051841-add-master-leave-clm.d.ts +0 -0
  81. /package/dist/{src/db → db}/psql/migrations/20250423051841-add-master-leave-clm.js +0 -0
  82. /package/dist/{src/db → db}/psql/migrations/20250423064522-update-calender-enum.d.ts +0 -0
  83. /package/dist/{src/db → db}/psql/migrations/20250423064522-update-calender-enum.js +0 -0
  84. /package/dist/{src/db → db}/psql/migrations/20250423093827-update-institued-district.d.ts +0 -0
  85. /package/dist/{src/db → db}/psql/migrations/20250423093827-update-institued-district.js +0 -0
  86. /package/dist/{src/db → db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.d.ts +0 -0
  87. /package/dist/{src/db → db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.js +0 -0
  88. /package/dist/{src/db → db}/psql/migrations/20250424053841-update-fee-history-key.d.ts +0 -0
  89. /package/dist/{src/db → db}/psql/migrations/20250424053841-update-fee-history-key.js +0 -0
  90. /package/dist/{src/db → db}/psql/migrations/20250426070309-update-banner-clm-userType.d.ts +0 -0
  91. /package/dist/{src/db → db}/psql/migrations/20250426070309-update-banner-clm-userType.js +0 -0
  92. /package/dist/{src/db → db}/psql/migrations/20250505035157-update-fee-collection-clm-add.d.ts +0 -0
  93. /package/dist/{src/db → db}/psql/migrations/20250505035157-update-fee-collection-clm-add.js +0 -0
  94. /package/dist/{src/db → db}/psql/migrations/20250505082924-update-banner-clm.d.ts +0 -0
  95. /package/dist/{src/db → db}/psql/migrations/20250505082924-update-banner-clm.js +0 -0
  96. /package/dist/{src/db → db}/psql/migrations/20250505094616-about-as-clm-in-institued.d.ts +0 -0
  97. /package/dist/{src/db → db}/psql/migrations/20250505094616-about-as-clm-in-institued.js +0 -0
  98. /package/dist/{src/db → db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.d.ts +0 -0
  99. /package/dist/{src/db → db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.js +0 -0
  100. /package/dist/{src/db → db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.d.ts +0 -0
  101. /package/dist/{src/db → db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.js +0 -0
  102. /package/dist/{src/db → db}/psql/migrations/20250513061037-add-techer-clm-batch.d.ts +0 -0
  103. /package/dist/{src/db → db}/psql/migrations/20250513061037-add-techer-clm-batch.js +0 -0
  104. /package/dist/{src/db → db}/psql/migrations/20250514101801-add-slotId-workingShif.d.ts +0 -0
  105. /package/dist/{src/db → db}/psql/migrations/20250514101801-add-slotId-workingShif.js +0 -0
  106. /package/dist/{src/db → db}/psql/migrations/20250516062917-add-globalId-clm-user-model.d.ts +0 -0
  107. /package/dist/{src/db → db}/psql/migrations/20250516062917-add-globalId-clm-user-model.js +0 -0
  108. /package/dist/{src/db → db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.d.ts +0 -0
  109. /package/dist/{src/db → db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.js +0 -0
  110. /package/dist/{src/db → db}/psql/migrations/20250520061231-add-institued_mobile_person_data.d.ts +0 -0
  111. /package/dist/{src/db → db}/psql/migrations/20250520061231-add-institued_mobile_person_data.js +0 -0
  112. /package/dist/{src/db → db}/psql/migrations/20250522044729-add-institued_update_add_2.d.ts +0 -0
  113. /package/dist/{src/db → db}/psql/migrations/20250522044729-add-institued_update_add_2.js +0 -0
  114. /package/dist/{src/db → db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.d.ts +0 -0
  115. /package/dist/{src/db → db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.js +0 -0
  116. /package/dist/{src/db → db}/psql/migrations/20250526093322-add-appType_clm_in_module.d.ts +0 -0
  117. /package/dist/{src/db → db}/psql/migrations/20250526093322-add-appType_clm_in_module.js +0 -0
  118. /package/dist/{src/db → db}/psql/migrations/20250526094030-add-appType_clm_in_action.d.ts +0 -0
  119. /package/dist/{src/db → db}/psql/migrations/20250526094030-add-appType_clm_in_action.js +0 -0
  120. /package/dist/{src/db → db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.d.ts +0 -0
  121. /package/dist/{src/db → db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.js +0 -0
  122. /package/dist/{src/db → db}/psql/migrations/20250527065001-add-app-type-in-role-model.d.ts +0 -0
  123. /package/dist/{src/db → db}/psql/migrations/20250527065001-add-app-type-in-role-model.js +0 -0
  124. /package/dist/{src/db → db}/psql/migrations/20250528045906-add-module-type-to-notifications.d.ts +0 -0
  125. /package/dist/{src/db → db}/psql/migrations/20250528045906-add-module-type-to-notifications.js +0 -0
  126. /package/dist/{src/db → db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.d.ts +0 -0
  127. /package/dist/{src/db → db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.js +0 -0
  128. /package/dist/{src/db → db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.d.ts +0 -0
  129. /package/dist/{src/db → db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.js +0 -0
  130. /package/dist/{src/db → db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.d.ts +0 -0
  131. /package/dist/{src/db → db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.js +0 -0
  132. /package/dist/{src/db → db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.d.ts +0 -0
  133. /package/dist/{src/db → db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.js +0 -0
  134. /package/dist/{src/db → db}/psql/migrations/20250604121051-update-mobile-number-opstion.d.ts +0 -0
  135. /package/dist/{src/db → db}/psql/migrations/20250604121051-update-mobile-number-opstion.js +0 -0
  136. /package/dist/{src/db → db}/psql/migrations/20250617064159-update-type-management-jun-17.d.ts +0 -0
  137. /package/dist/{src/db → db}/psql/migrations/20250617064159-update-type-management-jun-17.js +0 -0
  138. /package/dist/{src/db → db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.d.ts +0 -0
  139. /package/dist/{src/db → db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.js +0 -0
  140. /package/dist/{src/db → db}/psql/migrations/20250701095321-add-clm-institute-pdfId.d.ts +0 -0
  141. /package/dist/{src/db → db}/psql/migrations/20250701095321-add-clm-institute-pdfId.js +0 -0
  142. /package/dist/{src/db → db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.d.ts +0 -0
  143. /package/dist/{src/db → db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.js +0 -0
  144. /package/dist/{src/db → db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.d.ts +0 -0
  145. /package/dist/{src/db → db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.js +0 -0
  146. /package/dist/{src/db → db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.d.ts +0 -0
  147. /package/dist/{src/db → db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.js +0 -0
  148. /package/dist/{src/db → db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.d.ts +0 -0
  149. /package/dist/{src/db → db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.js +0 -0
  150. /package/dist/{src/db → db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.d.ts +0 -0
  151. /package/dist/{src/db → db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.js +0 -0
  152. /package/dist/{src/db → db}/psql/migrations/20250718121251-add-clm-classroom-typeid.d.ts +0 -0
  153. /package/dist/{src/db → db}/psql/migrations/20250718121251-add-clm-classroom-typeid.js +0 -0
  154. /package/dist/{src/db → db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.d.ts +0 -0
  155. /package/dist/{src/db → db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.js +0 -0
  156. /package/dist/{src/db → db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.d.ts +0 -0
  157. /package/dist/{src/db → db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.js +0 -0
  158. /package/dist/{src/db → db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.d.ts +0 -0
  159. /package/dist/{src/db → db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.js +0 -0
  160. /package/dist/{src/db → db}/psql/migrations/20250722071836-add-title-to-floor-management.d.ts +0 -0
  161. /package/dist/{src/db → db}/psql/migrations/20250722071836-add-title-to-floor-management.js +0 -0
  162. /package/dist/{src/db → db}/psql/migrations/20250723150111-add-clm-batch-slotId.d.ts +0 -0
  163. /package/dist/{src/db → db}/psql/migrations/20250723150111-add-clm-batch-slotId.js +0 -0
  164. /package/dist/{src/db → db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.d.ts +0 -0
  165. /package/dist/{src/db → db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.js +0 -0
  166. /package/dist/{src/db → db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.d.ts +0 -0
  167. /package/dist/{src/db → db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.js +0 -0
  168. /package/dist/{src/db → db}/psql/migrations/20250730104844-update-unique-key-assessment-type.d.ts +0 -0
  169. /package/dist/{src/db → db}/psql/migrations/20250730104844-update-unique-key-assessment-type.js +0 -0
  170. /package/dist/{src/db → db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.d.ts +0 -0
  171. /package/dist/{src/db → db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.js +0 -0
  172. /package/dist/{src/db → db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.d.ts +0 -0
  173. /package/dist/{src/db → db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.js +0 -0
  174. /package/dist/{src/db → db}/psql/migrations/20250805115805-add-descriptions-to-lectures.d.ts +0 -0
  175. /package/dist/{src/db → db}/psql/migrations/20250805115805-add-descriptions-to-lectures.js +0 -0
  176. /package/dist/{src/db → db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.d.ts +0 -0
  177. /package/dist/{src/db → db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.js +0 -0
  178. /package/dist/{src/db → db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.d.ts +0 -0
  179. /package/dist/{src/db → db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.js +0 -0
  180. /package/dist/{src/db → db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.d.ts +0 -0
  181. /package/dist/{src/db → db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.js +0 -0
  182. /package/dist/{src/db → db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.d.ts +0 -0
  183. /package/dist/{src/db → db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.js +0 -0
  184. /package/dist/{src/db → db}/psql/migrations/20250829103203-remove-syllabus-composit-index.d.ts +0 -0
  185. /package/dist/{src/db → db}/psql/migrations/20250829103203-remove-syllabus-composit-index.js +0 -0
  186. /package/dist/{src/db → db}/psql/migrations/20250905132024-add-uuid-to-users.d.ts +0 -0
  187. /package/dist/{src/db → db}/psql/migrations/20250905132024-add-uuid-to-users.js +0 -0
  188. /package/dist/{src/db → db}/psql/migrations/20250908054025-userHasOffer_model_update.d.ts +0 -0
  189. /package/dist/{src/db → db}/psql/migrations/20250908054025-userHasOffer_model_update.js +0 -0
  190. /package/dist/{src/db → db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.d.ts +0 -0
  191. /package/dist/{src/db → db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.js +0 -0
  192. /package/dist/{src/db → db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.d.ts +0 -0
  193. /package/dist/{src/db → db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.js +0 -0
  194. /package/dist/{src/db → db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.d.ts +0 -0
  195. /package/dist/{src/db → db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.js +0 -0
  196. /package/dist/{src/db → db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.d.ts +0 -0
  197. /package/dist/{src/db → db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.js +0 -0
  198. /package/dist/{src/db → db}/psql/migrations/20250917135646-change-storageInBytes-to-float.d.ts +0 -0
  199. /package/dist/{src/db → db}/psql/migrations/20250917135646-change-storageInBytes-to-float.js +0 -0
  200. /package/dist/{src/db → db}/psql/seeders/20240809100759-add-countries-states-cities.d.ts +0 -0
  201. /package/dist/{src/db → db}/psql/seeders/20240809100759-add-countries-states-cities.js +0 -0
  202. /package/dist/{src/db → db}/psql/seeders/20250101122757-add-default-permissions-modules.d.ts +0 -0
  203. /package/dist/{src/db → db}/psql/seeders/20250101122757-add-default-permissions-modules.js +0 -0
  204. /package/dist/{src/db → db}/psql/seeders/Data/AcademicCalendarModule.d.ts +0 -0
  205. /package/dist/{src/db → db}/psql/seeders/Data/AcademicCalendarModule.js +0 -0
  206. /package/dist/{src/db → db}/psql/seeders/Data/AdministrativeStaffModule.d.ts +0 -0
  207. /package/dist/{src/db → db}/psql/seeders/Data/AdministrativeStaffModule.js +0 -0
  208. /package/dist/{src/db → db}/psql/seeders/Data/AnnouncementsModule.d.ts +0 -0
  209. /package/dist/{src/db → db}/psql/seeders/Data/AnnouncementsModule.js +0 -0
  210. /package/dist/{src/db → db}/psql/seeders/Data/AssetsModule.d.ts +0 -0
  211. /package/dist/{src/db → db}/psql/seeders/Data/AssetsModule.js +0 -0
  212. /package/dist/{src/db → db}/psql/seeders/Data/AttendanceModule.d.ts +0 -0
  213. /package/dist/{src/db → db}/psql/seeders/Data/AttendanceModule.js +0 -0
  214. /package/dist/{src/db → db}/psql/seeders/Data/BannerModule.d.ts +0 -0
  215. /package/dist/{src/db → db}/psql/seeders/Data/BannerModule.js +0 -0
  216. /package/dist/{src/db → db}/psql/seeders/Data/BatchModule.d.ts +0 -0
  217. /package/dist/{src/db → db}/psql/seeders/Data/BatchModule.js +0 -0
  218. /package/dist/{src/db → db}/psql/seeders/Data/BoardModule .d.ts +0 -0
  219. /package/dist/{src/db → db}/psql/seeders/Data/BoardModule .js +0 -0
  220. /package/dist/{src/db → db}/psql/seeders/Data/BookAssessmentsModule.d.ts +0 -0
  221. /package/dist/{src/db → db}/psql/seeders/Data/BookAssessmentsModule.js +0 -0
  222. /package/dist/{src/db → db}/psql/seeders/Data/CategoriesModule.d.ts +0 -0
  223. /package/dist/{src/db → db}/psql/seeders/Data/CategoriesModule.js +0 -0
  224. /package/dist/{src/db → db}/psql/seeders/Data/ClassroomModule.d.ts +0 -0
  225. /package/dist/{src/db → db}/psql/seeders/Data/ClassroomModule.js +0 -0
  226. /package/dist/{src/db → db}/psql/seeders/Data/DivisionModule.d.ts +0 -0
  227. /package/dist/{src/db → db}/psql/seeders/Data/DivisionModule.js +0 -0
  228. /package/dist/{src/db → db}/psql/seeders/Data/EventModule.d.ts +0 -0
  229. /package/dist/{src/db → db}/psql/seeders/Data/EventModule.js +0 -0
  230. /package/dist/{src/db → db}/psql/seeders/Data/ExamsAndResultsModule.d.ts +0 -0
  231. /package/dist/{src/db → db}/psql/seeders/Data/ExamsAndResultsModule.js +0 -0
  232. /package/dist/{src/db → db}/psql/seeders/Data/FacilityModule.d.ts +0 -0
  233. /package/dist/{src/db → db}/psql/seeders/Data/FacilityModule.js +0 -0
  234. /package/dist/{src/db → db}/psql/seeders/Data/FeeAndDiscountModule.d.ts +0 -0
  235. /package/dist/{src/db → db}/psql/seeders/Data/FeeAndDiscountModule.js +0 -0
  236. /package/dist/{src/db → db}/psql/seeders/Data/FeedBackModule.d.ts +0 -0
  237. /package/dist/{src/db → db}/psql/seeders/Data/FeedBackModule.js +0 -0
  238. /package/dist/{src/db → db}/psql/seeders/Data/FileModule.d.ts +0 -0
  239. /package/dist/{src/db → db}/psql/seeders/Data/FileModule.js +0 -0
  240. /package/dist/{src/db → db}/psql/seeders/Data/GenerateIdModule.d.ts +0 -0
  241. /package/dist/{src/db → db}/psql/seeders/Data/GenerateIdModule.js +0 -0
  242. /package/dist/{src/db → db}/psql/seeders/Data/HolidayModule.d.ts +0 -0
  243. /package/dist/{src/db → db}/psql/seeders/Data/HolidayModule.js +0 -0
  244. /package/dist/{src/db → db}/psql/seeders/Data/HomeworkModule.d.ts +0 -0
  245. /package/dist/{src/db → db}/psql/seeders/Data/HomeworkModule.js +0 -0
  246. /package/dist/{src/db → db}/psql/seeders/Data/IndexModule.d.ts +0 -0
  247. /package/dist/{src/db → db}/psql/seeders/Data/IndexModule.js +0 -0
  248. /package/dist/{src/db → db}/psql/seeders/Data/InquiryModule.d.ts +0 -0
  249. /package/dist/{src/db → db}/psql/seeders/Data/InquiryModule.js +0 -0
  250. /package/dist/{src/db → db}/psql/seeders/Data/InstituteModule.d.ts +0 -0
  251. /package/dist/{src/db → db}/psql/seeders/Data/InstituteModule.js +0 -0
  252. /package/dist/{src/db → db}/psql/seeders/Data/InventoryModule.d.ts +0 -0
  253. /package/dist/{src/db → db}/psql/seeders/Data/InventoryModule.js +0 -0
  254. /package/dist/{src/db → db}/psql/seeders/Data/JobApplyModule.d.ts +0 -0
  255. /package/dist/{src/db → db}/psql/seeders/Data/JobApplyModule.js +0 -0
  256. /package/dist/{src/db → db}/psql/seeders/Data/LectureModule.d.ts +0 -0
  257. /package/dist/{src/db → db}/psql/seeders/Data/LectureModule.js +0 -0
  258. /package/dist/{src/db → db}/psql/seeders/Data/ParentModule.d.ts +0 -0
  259. /package/dist/{src/db → db}/psql/seeders/Data/ParentModule.js +0 -0
  260. /package/dist/{src/db → db}/psql/seeders/Data/PayoutModule.d.ts +0 -0
  261. /package/dist/{src/db → db}/psql/seeders/Data/PayoutModule.js +0 -0
  262. /package/dist/{src/db → db}/psql/seeders/Data/PdcChequesModule.d.ts +0 -0
  263. /package/dist/{src/db → db}/psql/seeders/Data/PdcChequesModule.js +0 -0
  264. /package/dist/{src/db → db}/psql/seeders/Data/PhotosGalleryModule.d.ts +0 -0
  265. /package/dist/{src/db → db}/psql/seeders/Data/PhotosGalleryModule.js +0 -0
  266. /package/dist/{src/db → db}/psql/seeders/Data/PlannerModule.d.ts +0 -0
  267. /package/dist/{src/db → db}/psql/seeders/Data/PlannerModule.js +0 -0
  268. /package/dist/{src/db → db}/psql/seeders/Data/ProjectAssessmentsModule.d.ts +0 -0
  269. /package/dist/{src/db → db}/psql/seeders/Data/ProjectAssessmentsModule.js +0 -0
  270. /package/dist/{src/db → db}/psql/seeders/Data/ReplaceTeacherModule.d.ts +0 -0
  271. /package/dist/{src/db → db}/psql/seeders/Data/ReplaceTeacherModule.js +0 -0
  272. /package/dist/{src/db → db}/psql/seeders/Data/RoleModule.d.ts +0 -0
  273. /package/dist/{src/db → db}/psql/seeders/Data/RoleModule.js +0 -0
  274. /package/dist/{src/db → db}/psql/seeders/Data/RollNumberModule.d.ts +0 -0
  275. /package/dist/{src/db → db}/psql/seeders/Data/RollNumberModule.js +0 -0
  276. /package/dist/{src/db → db}/psql/seeders/Data/SchoolFeeModule.d.ts +0 -0
  277. /package/dist/{src/db → db}/psql/seeders/Data/SchoolFeeModule.js +0 -0
  278. /package/dist/{src/db → db}/psql/seeders/Data/SchoolModule.d.ts +0 -0
  279. /package/dist/{src/db → db}/psql/seeders/Data/SchoolModule.js +0 -0
  280. /package/dist/{src/db → db}/psql/seeders/Data/SchoolRegistration.d.ts +0 -0
  281. /package/dist/{src/db → db}/psql/seeders/Data/SchoolRegistration.js +0 -0
  282. /package/dist/{src/db → db}/psql/seeders/Data/SettingsModule.d.ts +0 -0
  283. /package/dist/{src/db → db}/psql/seeders/Data/SettingsModule.js +0 -0
  284. /package/dist/{src/db → db}/psql/seeders/Data/StaffTimingModule.d.ts +0 -0
  285. /package/dist/{src/db → db}/psql/seeders/Data/StaffTimingModule.js +0 -0
  286. /package/dist/{src/db → db}/psql/seeders/Data/StudentModule.d.ts +0 -0
  287. /package/dist/{src/db → db}/psql/seeders/Data/StudentModule.js +0 -0
  288. /package/dist/{src/db → db}/psql/seeders/Data/SubjectModule.d.ts +0 -0
  289. /package/dist/{src/db → db}/psql/seeders/Data/SubjectModule.js +0 -0
  290. /package/dist/{src/db → db}/psql/seeders/Data/SyllabusManagementModule.d.ts +0 -0
  291. /package/dist/{src/db → db}/psql/seeders/Data/SyllabusManagementModule.js +0 -0
  292. /package/dist/{src/db → db}/psql/seeders/Data/TeacherModule.d.ts +0 -0
  293. /package/dist/{src/db → db}/psql/seeders/Data/TeacherModule.js +0 -0
  294. /package/dist/{src/db → db}/psql/seeders/Data/TestimonialsModule.d.ts +0 -0
  295. /package/dist/{src/db → db}/psql/seeders/Data/TestimonialsModule.js +0 -0
  296. /package/dist/{src/db → db}/psql/seeders/Data/TimetableModule.d.ts +0 -0
  297. /package/dist/{src/db → db}/psql/seeders/Data/TimetableModule.js +0 -0
  298. /package/dist/{src/db → db}/psql/seeders/Data/To-doModule.d.ts +0 -0
  299. /package/dist/{src/db → db}/psql/seeders/Data/To-doModule.js +0 -0
  300. /package/dist/{src/db → db}/psql/seeders/Data/TypeManagementModule.d.ts +0 -0
  301. /package/dist/{src/db → db}/psql/seeders/Data/TypeManagementModule.js +0 -0
  302. /package/dist/{src/db → db}/psql/seeders/Data/UserModule.d.ts +0 -0
  303. /package/dist/{src/db → db}/psql/seeders/Data/UserModule.js +0 -0
  304. /package/dist/{src/db → db}/psql/seeders/Data/appType.d.ts +0 -0
  305. /package/dist/{src/db → db}/psql/seeders/Data/appType.js +0 -0
  306. /package/dist/{src/helpers → helpers}/s3Uploader.d.ts +0 -0
  307. /package/dist/{src/helpers → helpers}/s3Uploader.js +0 -0
  308. /package/dist/{src/helpers → helpers}/utils.d.ts +0 -0
  309. /package/dist/{src/helpers → helpers}/utils.js +0 -0
  310. /package/dist/{src/interfaces → interfaces}/academicCalendarInterface.d.ts +0 -0
  311. /package/dist/{src/interfaces → interfaces}/academicCalendarInterface.js +0 -0
  312. /package/dist/{src/interfaces → interfaces}/accountHasReceiptDetailsInterface.d.ts +0 -0
  313. /package/dist/{src/interfaces → interfaces}/accountHasReceiptDetailsInterface.js +0 -0
  314. /package/dist/{src/interfaces → interfaces}/announcementInterface.d.ts +0 -0
  315. /package/dist/{src/interfaces → interfaces}/announcementInterface.js +0 -0
  316. /package/dist/{src/interfaces → interfaces}/approvalRequestInterface.d.ts +0 -0
  317. /package/dist/{src/interfaces → interfaces}/approvalRequestInterface.js +0 -0
  318. /package/dist/{src/interfaces → interfaces}/areaInterface.d.ts +0 -0
  319. /package/dist/{src/interfaces → interfaces}/areaInterface.js +0 -0
  320. /package/dist/{src/interfaces → interfaces}/attendanceInterface.d.ts +0 -0
  321. /package/dist/{src/interfaces → interfaces}/attendanceInterface.js +0 -0
  322. /package/dist/{src/interfaces → interfaces}/bankAccountDetailsInterface.d.ts +0 -0
  323. /package/dist/{src/interfaces → interfaces}/bankAccountDetailsInterface.js +0 -0
  324. /package/dist/{src/interfaces → interfaces}/bannerInterface.d.ts +0 -0
  325. /package/dist/{src/interfaces → interfaces}/bannerInterface.js +0 -0
  326. /package/dist/{src/interfaces → interfaces}/batchInterface.d.ts +0 -0
  327. /package/dist/{src/interfaces → interfaces}/batchInterface.js +0 -0
  328. /package/dist/{src/interfaces → interfaces}/batchSubjectBookAssessmentInterface.d.ts +0 -0
  329. /package/dist/{src/interfaces → interfaces}/batchSubjectBookAssessmentInterface.js +0 -0
  330. /package/dist/{src/interfaces → interfaces}/batchSubjectProjectAssessmentInterface.d.ts +0 -0
  331. /package/dist/{src/interfaces → interfaces}/batchSubjectProjectAssessmentInterface.js +0 -0
  332. /package/dist/{src/interfaces → interfaces}/blogInterface.d.ts +0 -0
  333. /package/dist/{src/interfaces → interfaces}/blogInterface.js +0 -0
  334. /package/dist/{src/interfaces → interfaces}/bookAssessmentDateInterface.d.ts +0 -0
  335. /package/dist/{src/interfaces → interfaces}/bookAssessmentDateInterface.js +0 -0
  336. /package/dist/{src/interfaces → interfaces}/careerInterface.d.ts +0 -0
  337. /package/dist/{src/interfaces → interfaces}/careerInterface.js +0 -0
  338. /package/dist/{src/interfaces → interfaces}/categoriesInterface.d.ts +0 -0
  339. /package/dist/{src/interfaces → interfaces}/categoriesInterface.js +0 -0
  340. /package/dist/{src/interfaces → interfaces}/certificatesHistoryInterface.d.ts +0 -0
  341. /package/dist/{src/interfaces → interfaces}/certificatesHistoryInterface.js +0 -0
  342. /package/dist/{src/interfaces → interfaces}/certificatesManagementInterface.d.ts +0 -0
  343. /package/dist/{src/interfaces → interfaces}/certificatesManagementInterface.js +0 -0
  344. /package/dist/{src/interfaces → interfaces}/cityInterface.d.ts +0 -0
  345. /package/dist/{src/interfaces → interfaces}/cityInterface.js +0 -0
  346. /package/dist/{src/interfaces → interfaces}/classRoomInterface.d.ts +0 -0
  347. /package/dist/{src/interfaces → interfaces}/classRoomInterface.js +0 -0
  348. /package/dist/{src/interfaces → interfaces}/cloudStorageInterface.d.ts +0 -0
  349. /package/dist/{src/interfaces → interfaces}/cloudStorageInterface.js +0 -0
  350. /package/dist/{src/interfaces → interfaces}/coinPurchaseOfferInterface.d.ts +0 -0
  351. /package/dist/{src/interfaces → interfaces}/coinPurchaseOfferInterface.js +0 -0
  352. /package/dist/{src/interfaces → interfaces}/columnInterface.d.ts +0 -0
  353. /package/dist/{src/interfaces → interfaces}/columnInterface.js +0 -0
  354. /package/dist/{src/interfaces → interfaces}/commanInterface.d.ts +0 -0
  355. /package/dist/{src/interfaces → interfaces}/commanInterface.js +0 -0
  356. /package/dist/{src/interfaces → interfaces}/contactFeedBackInterface.d.ts +0 -0
  357. /package/dist/{src/interfaces → interfaces}/contactFeedBackInterface.js +0 -0
  358. /package/dist/{src/interfaces → interfaces}/countryInterface.d.ts +0 -0
  359. /package/dist/{src/interfaces → interfaces}/countryInterface.js +0 -0
  360. /package/dist/{src/interfaces → interfaces}/courseHasVisitorsInterface.d.ts +0 -0
  361. /package/dist/{src/interfaces → interfaces}/courseHasVisitorsInterface.js +0 -0
  362. /package/dist/{src/interfaces → interfaces}/courseInterface.d.ts +0 -0
  363. /package/dist/{src/interfaces → interfaces}/courseInterface.js +0 -0
  364. /package/dist/{src/interfaces → interfaces}/dailyBookInterface.d.ts +0 -0
  365. /package/dist/{src/interfaces → interfaces}/dailyBookInterface.js +0 -0
  366. /package/dist/{src/interfaces → interfaces}/dashboardManagementInterface.d.ts +0 -0
  367. /package/dist/{src/interfaces → interfaces}/dashboardManagementInterface.js +0 -0
  368. /package/dist/{src/interfaces → interfaces}/driverInterface.d.ts +0 -0
  369. /package/dist/{src/interfaces → interfaces}/driverInterface.js +0 -0
  370. /package/dist/{src/interfaces → interfaces}/entityGroupInterface.d.ts +0 -0
  371. /package/dist/{src/interfaces → interfaces}/entityGroupInterface.js +0 -0
  372. /package/dist/{src/interfaces → interfaces}/eventInterface.d.ts +0 -0
  373. /package/dist/{src/interfaces → interfaces}/eventInterface.js +0 -0
  374. /package/dist/{src/interfaces → interfaces}/examGroupInterface.d.ts +0 -0
  375. /package/dist/{src/interfaces → interfaces}/examGroupInterface.js +0 -0
  376. /package/dist/{src/interfaces → interfaces}/examHasAnswerSheetInterface.d.ts +0 -0
  377. /package/dist/{src/interfaces → interfaces}/examHasAnswerSheetInterface.js +0 -0
  378. /package/dist/{src/interfaces → interfaces}/examInterface.d.ts +0 -0
  379. /package/dist/{src/interfaces → interfaces}/examInterface.js +0 -0
  380. /package/dist/{src/interfaces → interfaces}/facilityInterface.d.ts +0 -0
  381. /package/dist/{src/interfaces → interfaces}/facilityInterface.js +0 -0
  382. /package/dist/{src/interfaces → interfaces}/featureActionInterface.d.ts +0 -0
  383. /package/dist/{src/interfaces → interfaces}/featureActionInterface.js +0 -0
  384. /package/dist/{src/interfaces → interfaces}/feeHistoryDetailsInterface.d.ts +0 -0
  385. /package/dist/{src/interfaces → interfaces}/feeHistoryDetailsInterface.js +0 -0
  386. /package/dist/{src/interfaces → interfaces}/feeHistoryInterface.d.ts +0 -0
  387. /package/dist/{src/interfaces → interfaces}/feeHistoryInterface.js +0 -0
  388. /package/dist/{src/interfaces → interfaces}/feeReminderInterface.d.ts +0 -0
  389. /package/dist/{src/interfaces → interfaces}/feeReminderInterface.js +0 -0
  390. /package/dist/{src/interfaces → interfaces}/feeReminderSettingInterface.d.ts +0 -0
  391. /package/dist/{src/interfaces → interfaces}/feeReminderSettingInterface.js +0 -0
  392. /package/dist/{src/interfaces → interfaces}/feeReminderTypeInterface.d.ts +0 -0
  393. /package/dist/{src/interfaces → interfaces}/feeReminderTypeInterface.js +0 -0
  394. /package/dist/{src/interfaces → interfaces}/feeTypeHasTermsInterface.d.ts +0 -0
  395. /package/dist/{src/interfaces → interfaces}/feeTypeHasTermsInterface.js +0 -0
  396. /package/dist/{src/interfaces → interfaces}/feeTypeInterface.d.ts +0 -0
  397. /package/dist/{src/interfaces → interfaces}/feeTypeInterface.js +0 -0
  398. /package/dist/{src/interfaces → interfaces}/feedBackInterface.d.ts +0 -0
  399. /package/dist/{src/interfaces → interfaces}/feedBackInterface.js +0 -0
  400. /package/dist/{src/interfaces → interfaces}/feesCollectionInterface.d.ts +0 -0
  401. /package/dist/{src/interfaces → interfaces}/feesCollectionInterface.js +0 -0
  402. /package/dist/{src/interfaces → interfaces}/fileStorageInterface.d.ts +0 -0
  403. /package/dist/{src/interfaces → interfaces}/fileStorageInterface.js +0 -0
  404. /package/dist/{src/interfaces → interfaces}/floorManagementInterface.d.ts +0 -0
  405. /package/dist/{src/interfaces → interfaces}/floorManagementInterface.js +0 -0
  406. /package/dist/{src/interfaces → interfaces}/generateIdCardInterface.d.ts +0 -0
  407. /package/dist/{src/interfaces → interfaces}/generateIdCardInterface.js +0 -0
  408. /package/dist/{src/interfaces → interfaces}/greetingsInterface.d.ts +0 -0
  409. /package/dist/{src/interfaces → interfaces}/greetingsInterface.js +0 -0
  410. /package/dist/{src/interfaces → interfaces}/holidayInterface.d.ts +0 -0
  411. /package/dist/{src/interfaces → interfaces}/holidayInterface.js +0 -0
  412. /package/dist/{src/interfaces → interfaces}/homeworkInterface.d.ts +0 -0
  413. /package/dist/{src/interfaces → interfaces}/homeworkInterface.js +0 -0
  414. /package/dist/{src/interfaces → interfaces}/informationSupportInterface.d.ts +0 -0
  415. /package/dist/{src/interfaces → interfaces}/informationSupportInterface.js +0 -0
  416. /package/dist/{src/interfaces → interfaces}/inquiryInterface.d.ts +0 -0
  417. /package/dist/{src/interfaces → interfaces}/inquiryInterface.js +0 -0
  418. /package/dist/{src/interfaces → interfaces}/instituteEntityInterface.d.ts +0 -0
  419. /package/dist/{src/interfaces → interfaces}/instituteEntityInterface.js +0 -0
  420. /package/dist/{src/interfaces → interfaces}/instituteEntityTypeInterface.d.ts +0 -0
  421. /package/dist/{src/interfaces → interfaces}/instituteEntityTypeInterface.js +0 -0
  422. /package/dist/{src/interfaces → interfaces}/instituteInterface.d.ts +0 -0
  423. /package/dist/{src/interfaces → interfaces}/instituteInterface.js +0 -0
  424. /package/dist/{src/interfaces → interfaces}/instituteSubscriptionPlanInterface.d.ts +0 -0
  425. /package/dist/{src/interfaces → interfaces}/instituteSubscriptionPlanInterface.js +0 -0
  426. /package/dist/{src/interfaces → interfaces}/inventoryHistoryInterface.d.ts +0 -0
  427. /package/dist/{src/interfaces → interfaces}/inventoryHistoryInterface.js +0 -0
  428. /package/dist/{src/interfaces → interfaces}/inventoryInterface.d.ts +0 -0
  429. /package/dist/{src/interfaces → interfaces}/inventoryInterface.js +0 -0
  430. /package/dist/{src/interfaces → interfaces}/invoiceInterface.d.ts +0 -0
  431. /package/dist/{src/interfaces → interfaces}/invoiceInterface.js +0 -0
  432. /package/dist/{src/interfaces → interfaces}/jobApplyInterface.d.ts +0 -0
  433. /package/dist/{src/interfaces → interfaces}/jobApplyInterface.js +0 -0
  434. /package/dist/{src/interfaces → interfaces}/lectureHistoryInterface.d.ts +0 -0
  435. /package/dist/{src/interfaces → interfaces}/lectureHistoryInterface.js +0 -0
  436. /package/dist/{src/interfaces → interfaces}/lectureInterface.d.ts +0 -0
  437. /package/dist/{src/interfaces → interfaces}/lectureInterface.js +0 -0
  438. /package/dist/{src/interfaces → interfaces}/masterLeaveInterface.d.ts +0 -0
  439. /package/dist/{src/interfaces → interfaces}/masterLeaveInterface.js +0 -0
  440. /package/dist/{src/interfaces → interfaces}/moduleFeatureInterface.d.ts +0 -0
  441. /package/dist/{src/interfaces → interfaces}/moduleFeatureInterface.js +0 -0
  442. /package/dist/{src/interfaces → interfaces}/moduleInterface.d.ts +0 -0
  443. /package/dist/{src/interfaces → interfaces}/moduleInterface.js +0 -0
  444. /package/dist/{src/interfaces → interfaces}/offersInterface.d.ts +0 -0
  445. /package/dist/{src/interfaces → interfaces}/offersInterface.js +0 -0
  446. /package/dist/{src/interfaces → interfaces}/paymentTermsInterface.d.ts +0 -0
  447. /package/dist/{src/interfaces → interfaces}/paymentTermsInterface.js +0 -0
  448. /package/dist/{src/interfaces → interfaces}/pdcChequeInterface.d.ts +0 -0
  449. /package/dist/{src/interfaces → interfaces}/pdcChequeInterface.js +0 -0
  450. /package/dist/{src/interfaces → interfaces}/pdcHistoryInterface.d.ts +0 -0
  451. /package/dist/{src/interfaces → interfaces}/pdcHistoryInterface.js +0 -0
  452. /package/dist/{src/interfaces → interfaces}/photosGalleryInterface.d.ts +0 -0
  453. /package/dist/{src/interfaces → interfaces}/photosGalleryInterface.js +0 -0
  454. /package/dist/{src/interfaces → interfaces}/pincodeInterface.d.ts +0 -0
  455. /package/dist/{src/interfaces → interfaces}/pincodeInterface.js +0 -0
  456. /package/dist/{src/interfaces → interfaces}/plannerInterface.d.ts +0 -0
  457. /package/dist/{src/interfaces → interfaces}/plannerInterface.js +0 -0
  458. /package/dist/{src/interfaces → interfaces}/productInterface.d.ts +0 -0
  459. /package/dist/{src/interfaces → interfaces}/productInterface.js +0 -0
  460. /package/dist/{src/interfaces → interfaces}/projectAssessmentOptionInterface.d.ts +0 -0
  461. /package/dist/{src/interfaces → interfaces}/projectAssessmentOptionInterface.js +0 -0
  462. /package/dist/{src/interfaces → interfaces}/replaceTeacherInterface.d.ts +0 -0
  463. /package/dist/{src/interfaces → interfaces}/replaceTeacherInterface.js +0 -0
  464. /package/dist/{src/interfaces → interfaces}/roleInterface.d.ts +0 -0
  465. /package/dist/{src/interfaces → interfaces}/roleInterface.js +0 -0
  466. /package/dist/{src/interfaces → interfaces}/rulesRegulationInterface.d.ts +0 -0
  467. /package/dist/{src/interfaces → interfaces}/rulesRegulationInterface.js +0 -0
  468. /package/dist/{src/interfaces → interfaces}/schoolFeeCollectionInterface.d.ts +0 -0
  469. /package/dist/{src/interfaces → interfaces}/schoolFeeCollectionInterface.js +0 -0
  470. /package/dist/{src/interfaces → interfaces}/schoolFeeInterface.d.ts +0 -0
  471. /package/dist/{src/interfaces → interfaces}/schoolFeeInterface.js +0 -0
  472. /package/dist/{src/interfaces → interfaces}/schoolOfferInterface.d.ts +0 -0
  473. /package/dist/{src/interfaces → interfaces}/schoolOfferInterface.js +0 -0
  474. /package/dist/{src/interfaces → interfaces}/sendNotificationInerface.d.ts +0 -0
  475. /package/dist/{src/interfaces → interfaces}/sendNotificationInerface.js +0 -0
  476. /package/dist/{src/interfaces → interfaces}/slotInterface.d.ts +0 -0
  477. /package/dist/{src/interfaces → interfaces}/slotInterface.js +0 -0
  478. /package/dist/{src/interfaces → interfaces}/stateInterface.d.ts +0 -0
  479. /package/dist/{src/interfaces → interfaces}/stateInterface.js +0 -0
  480. /package/dist/{src/interfaces → interfaces}/subCategoriesInterface.d.ts +0 -0
  481. /package/dist/{src/interfaces → interfaces}/subCategoriesInterface.js +0 -0
  482. /package/dist/{src/interfaces → interfaces}/subjectHasFeeInterface.d.ts +0 -0
  483. /package/dist/{src/interfaces → interfaces}/subjectHasFeeInterface.js +0 -0
  484. /package/dist/{src/interfaces → interfaces}/subjectHasPayFeeHistoryInterface.d.ts +0 -0
  485. /package/dist/{src/interfaces → interfaces}/subjectHasPayFeeHistoryInterface.js +0 -0
  486. /package/dist/{src/interfaces → interfaces}/subjectIndexInterface.d.ts +0 -0
  487. /package/dist/{src/interfaces → interfaces}/subjectIndexInterface.js +0 -0
  488. /package/dist/{src/interfaces → interfaces}/subscriptionPlanInterface.d.ts +0 -0
  489. /package/dist/{src/interfaces → interfaces}/subscriptionPlanInterface.js +0 -0
  490. /package/dist/{src/interfaces → interfaces}/syllabusInterface.d.ts +0 -0
  491. /package/dist/{src/interfaces → interfaces}/syllabusInterface.js +0 -0
  492. /package/dist/{src/interfaces → interfaces}/taskManagementInterface.d.ts +0 -0
  493. /package/dist/{src/interfaces → interfaces}/taskManagementInterface.js +0 -0
  494. /package/dist/{src/interfaces → interfaces}/testimonialInterface.d.ts +0 -0
  495. /package/dist/{src/interfaces → interfaces}/testimonialInterface.js +0 -0
  496. /package/dist/{src/interfaces → interfaces}/toDoInterface.d.ts +0 -0
  497. /package/dist/{src/interfaces → interfaces}/toDoInterface.js +0 -0
  498. /package/dist/{src/interfaces → interfaces}/tokenInterface.d.ts +0 -0
  499. /package/dist/{src/interfaces → interfaces}/tokenInterface.js +0 -0
  500. /package/dist/{src/interfaces → interfaces}/tripInterface.d.ts +0 -0
  501. /package/dist/{src/interfaces → interfaces}/tripInterface.js +0 -0
  502. /package/dist/{src/interfaces → interfaces}/typeManagementInterface.d.ts +0 -0
  503. /package/dist/{src/interfaces → interfaces}/typeManagementInterface.js +0 -0
  504. /package/dist/{src/interfaces → interfaces}/uniqueNumberCounterInterface.d.ts +0 -0
  505. /package/dist/{src/interfaces → interfaces}/uniqueNumberCounterInterface.js +0 -0
  506. /package/dist/{src/interfaces → interfaces}/userBookAssessmentInterface.d.ts +0 -0
  507. /package/dist/{src/interfaces → interfaces}/userBookAssessmentInterface.js +0 -0
  508. /package/dist/{src/interfaces → interfaces}/userDetailsInterface.d.ts +0 -0
  509. /package/dist/{src/interfaces → interfaces}/userDetailsInterface.js +0 -0
  510. /package/dist/{src/interfaces → interfaces}/userFeeTypeByAccountInterface.d.ts +0 -0
  511. /package/dist/{src/interfaces → interfaces}/userFeeTypeByAccountInterface.js +0 -0
  512. /package/dist/{src/interfaces → interfaces}/userFeeTypeInterface.d.ts +0 -0
  513. /package/dist/{src/interfaces → interfaces}/userFeeTypeInterface.js +0 -0
  514. /package/dist/{src/interfaces → interfaces}/userHasAnnouncementInterface.d.ts +0 -0
  515. /package/dist/{src/interfaces → interfaces}/userHasAnnouncementInterface.js +0 -0
  516. /package/dist/{src/interfaces → interfaces}/userHasBatchInterface.d.ts +0 -0
  517. /package/dist/{src/interfaces → interfaces}/userHasBatchInterface.js +0 -0
  518. /package/dist/{src/interfaces → interfaces}/userHasCourseInterface.d.ts +0 -0
  519. /package/dist/{src/interfaces → interfaces}/userHasCourseInterface.js +0 -0
  520. /package/dist/{src/interfaces → interfaces}/userHasDeviceInterface.d.ts +0 -0
  521. /package/dist/{src/interfaces → interfaces}/userHasDeviceInterface.js +0 -0
  522. /package/dist/{src/interfaces → interfaces}/userHasFeeTermsInterface.d.ts +0 -0
  523. /package/dist/{src/interfaces → interfaces}/userHasFeeTermsInterface.js +0 -0
  524. /package/dist/{src/interfaces → interfaces}/userHasFileInterface.d.ts +0 -0
  525. /package/dist/{src/interfaces → interfaces}/userHasFileInterface.js +0 -0
  526. /package/dist/{src/interfaces → interfaces}/userHasHomeWorkInterface.d.ts +0 -0
  527. /package/dist/{src/interfaces → interfaces}/userHasHomeWorkInterface.js +0 -0
  528. /package/dist/{src/interfaces → interfaces}/userHasInventoryHistoryInterface.d.ts +0 -0
  529. /package/dist/{src/interfaces → interfaces}/userHasInventoryHistoryInterface.js +0 -0
  530. /package/dist/{src/interfaces → interfaces}/userHasInventoryInterface.d.ts +0 -0
  531. /package/dist/{src/interfaces → interfaces}/userHasInventoryInterface.js +0 -0
  532. /package/dist/{src/interfaces → interfaces}/userHasLeaveHistoryInterface.d.ts +0 -0
  533. /package/dist/{src/interfaces → interfaces}/userHasLeaveHistoryInterface.js +0 -0
  534. /package/dist/{src/interfaces → interfaces}/userHasLeaveInterface.d.ts +0 -0
  535. /package/dist/{src/interfaces → interfaces}/userHasLeaveInterface.js +0 -0
  536. /package/dist/{src/interfaces → interfaces}/userHasOfferInterface.d.ts +0 -0
  537. /package/dist/{src/interfaces → interfaces}/userHasOfferInterface.js +0 -0
  538. /package/dist/{src/interfaces → interfaces}/userHasParentInterface.d.ts +0 -0
  539. /package/dist/{src/interfaces → interfaces}/userHasParentInterface.js +0 -0
  540. /package/dist/{src/interfaces → interfaces}/userHasRoleInterface.d.ts +0 -0
  541. /package/dist/{src/interfaces → interfaces}/userHasRoleInterface.js +0 -0
  542. /package/dist/{src/interfaces → interfaces}/userHasRollNumberInterface.d.ts +0 -0
  543. /package/dist/{src/interfaces → interfaces}/userHasRollNumberInterface.js +0 -0
  544. /package/dist/{src/interfaces → interfaces}/userHasStorageInterface.d.ts +0 -0
  545. /package/dist/{src/interfaces → interfaces}/userHasStorageInterface.js +0 -0
  546. /package/dist/{src/interfaces → interfaces}/userHasSubjectFeeInterface.d.ts +0 -0
  547. /package/dist/{src/interfaces → interfaces}/userHasSubjectFeeInterface.js +0 -0
  548. /package/dist/{src/interfaces → interfaces}/userInstituteMetaInterface.d.ts +0 -0
  549. /package/dist/{src/interfaces → interfaces}/userInstituteMetaInterface.js +0 -0
  550. /package/dist/{src/interfaces → interfaces}/userInterface.d.ts +0 -0
  551. /package/dist/{src/interfaces → interfaces}/userInterface.js +0 -0
  552. /package/dist/{src/interfaces → interfaces}/userLeaveRequestInterface.d.ts +0 -0
  553. /package/dist/{src/interfaces → interfaces}/userLeaveRequestInterface.js +0 -0
  554. /package/dist/{src/interfaces → interfaces}/userMetaInterface.d.ts +0 -0
  555. /package/dist/{src/interfaces → interfaces}/userMetaInterface.js +0 -0
  556. /package/dist/{src/interfaces → interfaces}/userPayoutDetailsInterface.d.ts +0 -0
  557. /package/dist/{src/interfaces → interfaces}/userPayoutDetailsInterface.js +0 -0
  558. /package/dist/{src/interfaces → interfaces}/userPayoutHistoryInterface.d.ts +0 -0
  559. /package/dist/{src/interfaces → interfaces}/userPayoutHistoryInterface.js +0 -0
  560. /package/dist/{src/interfaces → interfaces}/userPayoutInterface.d.ts +0 -0
  561. /package/dist/{src/interfaces → interfaces}/userPayoutInterface.js +0 -0
  562. /package/dist/{src/interfaces → interfaces}/userProjectAssessmentOptionInterface.d.ts +0 -0
  563. /package/dist/{src/interfaces → interfaces}/userProjectAssessmentOptionInterface.js +0 -0
  564. /package/dist/{src/interfaces → interfaces}/userRequiredStepsInterface.d.ts +0 -0
  565. /package/dist/{src/interfaces → interfaces}/userRequiredStepsInterface.js +0 -0
  566. /package/dist/{src/interfaces → interfaces}/userSchoolMetaInterface.d.ts +0 -0
  567. /package/dist/{src/interfaces → interfaces}/userSchoolMetaInterface.js +0 -0
  568. /package/dist/{src/interfaces → interfaces}/vehicleInterface.d.ts +0 -0
  569. /package/dist/{src/interfaces → interfaces}/vehicleInterface.js +0 -0
  570. /package/dist/{src/interfaces → interfaces}/vendorManagementInterface.d.ts +0 -0
  571. /package/dist/{src/interfaces → interfaces}/vendorManagementInterface.js +0 -0
  572. /package/dist/{src/interfaces → interfaces}/videoAnalystInterface.d.ts +0 -0
  573. /package/dist/{src/interfaces → interfaces}/videoAnalystInterface.js +0 -0
  574. /package/dist/{src/interfaces → interfaces}/walletHistoryInterface.d.ts +0 -0
  575. /package/dist/{src/interfaces → interfaces}/walletHistoryInterface.js +0 -0
  576. /package/dist/{src/interfaces → interfaces}/walletInterface.d.ts +0 -0
  577. /package/dist/{src/interfaces → interfaces}/walletInterface.js +0 -0
  578. /package/dist/{src/interfaces → interfaces}/walletTransactionInterface.d.ts +0 -0
  579. /package/dist/{src/interfaces → interfaces}/walletTransactionInterface.js +0 -0
  580. /package/dist/{src/interfaces → interfaces}/workingDayInterface.d.ts +0 -0
  581. /package/dist/{src/interfaces → interfaces}/workingDayInterface.js +0 -0
  582. /package/dist/{src/interfaces → interfaces}/workingShiftInterface.d.ts +0 -0
  583. /package/dist/{src/interfaces → interfaces}/workingShiftInterface.js +0 -0
  584. /package/dist/{src/models → models}/mongodb/approvalRequestModel.d.ts +0 -0
  585. /package/dist/{src/models → models}/mongodb/approvalRequestModel.js +0 -0
  586. /package/dist/{src/models → models}/mongodb/attendanceModel.d.ts +0 -0
  587. /package/dist/{src/models → models}/mongodb/attendanceModel.js +0 -0
  588. /package/dist/{src/models → models}/mongodb/blogModel.d.ts +0 -0
  589. /package/dist/{src/models → models}/mongodb/blogModel.js +0 -0
  590. /package/dist/{src/models → models}/mongodb/careerModel.d.ts +0 -0
  591. /package/dist/{src/models → models}/mongodb/careerModel.js +0 -0
  592. /package/dist/{src/models → models}/mongodb/certificatesHistoryModel.d.ts +0 -0
  593. /package/dist/{src/models → models}/mongodb/certificatesHistoryModel.js +0 -0
  594. /package/dist/{src/models → models}/mongodb/certificatesManagementModel.d.ts +0 -0
  595. /package/dist/{src/models → models}/mongodb/certificatesManagementModel.js +0 -0
  596. /package/dist/{src/models → models}/mongodb/columnModel.d.ts +0 -0
  597. /package/dist/{src/models → models}/mongodb/columnModel.js +0 -0
  598. /package/dist/{src/models → models}/mongodb/dailyBookModel.d.ts +0 -0
  599. /package/dist/{src/models → models}/mongodb/dailyBookModel.js +0 -0
  600. /package/dist/{src/models → models}/mongodb/dashboardManagementModel.d.ts +0 -0
  601. /package/dist/{src/models → models}/mongodb/dashboardManagementModel.js +0 -0
  602. /package/dist/{src/models → models}/mongodb/eventModel.d.ts +0 -0
  603. /package/dist/{src/models → models}/mongodb/eventModel.js +0 -0
  604. /package/dist/{src/models → models}/mongodb/examGroupModel.d.ts +0 -0
  605. /package/dist/{src/models → models}/mongodb/examGroupModel.js +0 -0
  606. /package/dist/{src/models → models}/mongodb/examHasAnswerSheetModel.d.ts +0 -0
  607. /package/dist/{src/models → models}/mongodb/examHasAnswerSheetModel.js +0 -0
  608. /package/dist/{src/models → models}/mongodb/examModel.d.ts +0 -0
  609. /package/dist/{src/models → models}/mongodb/examModel.js +0 -0
  610. /package/dist/{src/models → models}/mongodb/feeReminderTypeModel.d.ts +0 -0
  611. /package/dist/{src/models → models}/mongodb/feeReminderTypeModel.js +0 -0
  612. /package/dist/{src/models → models}/mongodb/feedBackModel.d.ts +0 -0
  613. /package/dist/{src/models → models}/mongodb/feedBackModel.js +0 -0
  614. /package/dist/{src/models → models}/mongodb/generateIdCardModel.d.ts +0 -0
  615. /package/dist/{src/models → models}/mongodb/generateIdCardModel.js +0 -0
  616. /package/dist/{src/models → models}/mongodb/holidayModel.d.ts +0 -0
  617. /package/dist/{src/models → models}/mongodb/holidayModel.js +0 -0
  618. /package/dist/{src/models → models}/mongodb/index.d.ts +0 -0
  619. /package/dist/{src/models → models}/mongodb/index.js +0 -0
  620. /package/dist/{src/models → models}/mongodb/informationSupportModel.d.ts +0 -0
  621. /package/dist/{src/models → models}/mongodb/informationSupportModel.js +0 -0
  622. /package/dist/{src/models → models}/mongodb/inquiryModel.d.ts +0 -0
  623. /package/dist/{src/models → models}/mongodb/inquiryModel.js +0 -0
  624. /package/dist/{src/models → models}/mongodb/invoiceModel.d.ts +0 -0
  625. /package/dist/{src/models → models}/mongodb/invoiceModel.js +0 -0
  626. /package/dist/{src/models → models}/mongodb/jobApplyModel.d.ts +0 -0
  627. /package/dist/{src/models → models}/mongodb/jobApplyModel.js +0 -0
  628. /package/dist/{src/models → models}/mongodb/photosGalleryModel.d.ts +0 -0
  629. /package/dist/{src/models → models}/mongodb/photosGalleryModel.js +0 -0
  630. /package/dist/{src/models → models}/mongodb/plannerModel.d.ts +0 -0
  631. /package/dist/{src/models → models}/mongodb/plannerModel.js +0 -0
  632. /package/dist/{src/models → models}/mongodb/plugin/addDefaultAttributesPlugin.d.ts +0 -0
  633. /package/dist/{src/models → models}/mongodb/plugin/addDefaultAttributesPlugin.js +0 -0
  634. /package/dist/{src/models → models}/mongodb/plugin/transformIdInQueryPlugin.d.ts +0 -0
  635. /package/dist/{src/models → models}/mongodb/plugin/transformIdInQueryPlugin.js +0 -0
  636. /package/dist/{src/models → models}/mongodb/plugin/transformIdInResponsePlugin.d.ts +0 -0
  637. /package/dist/{src/models → models}/mongodb/plugin/transformIdInResponsePlugin.js +0 -0
  638. /package/dist/{src/models → models}/mongodb/replaceTeacherModel.d.ts +0 -0
  639. /package/dist/{src/models → models}/mongodb/replaceTeacherModel.js +0 -0
  640. /package/dist/{src/models → models}/mongodb/schoolFeeModel.d.ts +0 -0
  641. /package/dist/{src/models → models}/mongodb/schoolFeeModel.js +0 -0
  642. /package/dist/{src/models → models}/mongodb/subjectIndexModel.d.ts +0 -0
  643. /package/dist/{src/models → models}/mongodb/subjectIndexModel.js +0 -0
  644. /package/dist/{src/models → models}/mongodb/subscriptionPlanModel.d.ts +0 -0
  645. /package/dist/{src/models → models}/mongodb/subscriptionPlanModel.js +0 -0
  646. /package/dist/{src/models → models}/mongodb/taskManagementModel.d.ts +0 -0
  647. /package/dist/{src/models → models}/mongodb/taskManagementModel.js +0 -0
  648. /package/dist/{src/models → models}/mongodb/uniqueNumberCounterModel.d.ts +0 -0
  649. /package/dist/{src/models → models}/mongodb/uniqueNumberCounterModel.js +0 -0
  650. /package/dist/{src/models → models}/mongodb/userDetailsModel.d.ts +0 -0
  651. /package/dist/{src/models → models}/mongodb/userDetailsModel.js +0 -0
  652. /package/dist/{src/models → models}/mongodb/userDoc.d.ts +0 -0
  653. /package/dist/{src/models → models}/mongodb/userDoc.js +0 -0
  654. /package/dist/{src/models → models}/mongodb/userInstituteMetaModel.d.ts +0 -0
  655. /package/dist/{src/models → models}/mongodb/userInstituteMetaModel.js +0 -0
  656. /package/dist/{src/models → models}/mongodb/userSchoolMetaModel.d.ts +0 -0
  657. /package/dist/{src/models → models}/mongodb/userSchoolMetaModel.js +0 -0
  658. /package/dist/{src/models → models}/mongodb/videoAnalystModel.d.ts +0 -0
  659. /package/dist/{src/models → models}/mongodb/videoAnalystModel.js +0 -0
  660. /package/dist/{src/models → models}/mongodb/walletTransactionModel.d.ts +0 -0
  661. /package/dist/{src/models → models}/mongodb/walletTransactionModel.js +0 -0
  662. /package/dist/{src/models → models}/psql/SubCategoriesModel.d.ts +0 -0
  663. /package/dist/{src/models → models}/psql/SubCategoriesModel.js +0 -0
  664. /package/dist/{src/models → models}/psql/academicCalendarModel.d.ts +0 -0
  665. /package/dist/{src/models → models}/psql/academicCalendarModel.js +0 -0
  666. /package/dist/{src/models → models}/psql/accountHasReceiptDetailsModel.d.ts +0 -0
  667. /package/dist/{src/models → models}/psql/accountHasReceiptDetailsModel.js +0 -0
  668. /package/dist/{src/models → models}/psql/announcementModel.d.ts +0 -0
  669. /package/dist/{src/models → models}/psql/announcementModel.js +0 -0
  670. /package/dist/{src/models → models}/psql/areaModel.d.ts +0 -0
  671. /package/dist/{src/models → models}/psql/areaModel.js +0 -0
  672. /package/dist/{src/models → models}/psql/bankAccountDetailsModel.d.ts +0 -0
  673. /package/dist/{src/models → models}/psql/bankAccountDetailsModel.js +0 -0
  674. /package/dist/{src/models → models}/psql/bannerModel.d.ts +0 -0
  675. /package/dist/{src/models → models}/psql/bannerModel.js +0 -0
  676. /package/dist/{src/models → models}/psql/batchModel.d.ts +0 -0
  677. /package/dist/{src/models → models}/psql/batchModel.js +0 -0
  678. /package/dist/{src/models → models}/psql/batchSubjectBookAssessmentModel.d.ts +0 -0
  679. /package/dist/{src/models → models}/psql/batchSubjectBookAssessmentModel.js +0 -0
  680. /package/dist/{src/models → models}/psql/batchSubjectProjectAssessmentModel.d.ts +0 -0
  681. /package/dist/{src/models → models}/psql/batchSubjectProjectAssessmentModel.js +0 -0
  682. /package/dist/{src/models → models}/psql/bookAssessmentDateModel.d.ts +0 -0
  683. /package/dist/{src/models → models}/psql/bookAssessmentDateModel.js +0 -0
  684. /package/dist/{src/models → models}/psql/categoriesModel.d.ts +0 -0
  685. /package/dist/{src/models → models}/psql/categoriesModel.js +0 -0
  686. /package/dist/{src/models → models}/psql/cityModel.d.ts +0 -0
  687. /package/dist/{src/models → models}/psql/cityModel.js +0 -0
  688. /package/dist/{src/models → models}/psql/classRoomModel.d.ts +0 -0
  689. /package/dist/{src/models → models}/psql/classRoomModel.js +0 -0
  690. /package/dist/{src/models → models}/psql/cloudStorageModel.d.ts +0 -0
  691. /package/dist/{src/models → models}/psql/cloudStorageModel.js +0 -0
  692. /package/dist/{src/models → models}/psql/coinPurchaseOfferModel.d.ts +0 -0
  693. /package/dist/{src/models → models}/psql/coinPurchaseOfferModel.js +0 -0
  694. /package/dist/{src/models → models}/psql/contactFeedBackModel.d.ts +0 -0
  695. /package/dist/{src/models → models}/psql/contactFeedBackModel.js +0 -0
  696. /package/dist/{src/models → models}/psql/countryModel.d.ts +0 -0
  697. /package/dist/{src/models → models}/psql/countryModel.js +0 -0
  698. /package/dist/{src/models → models}/psql/courseHasVisitorsModel.d.ts +0 -0
  699. /package/dist/{src/models → models}/psql/courseHasVisitorsModel.js +0 -0
  700. /package/dist/{src/models → models}/psql/courseModel.d.ts +0 -0
  701. /package/dist/{src/models → models}/psql/courseModel.js +0 -0
  702. /package/dist/{src/models → models}/psql/driverModel.d.ts +0 -0
  703. /package/dist/{src/models → models}/psql/driverModel.js +0 -0
  704. /package/dist/{src/models → models}/psql/entityGroupModel.d.ts +0 -0
  705. /package/dist/{src/models → models}/psql/entityGroupModel.js +0 -0
  706. /package/dist/{src/models → models}/psql/facilityModel.d.ts +0 -0
  707. /package/dist/{src/models → models}/psql/facilityModel.js +0 -0
  708. /package/dist/{src/models → models}/psql/featureActionModel.d.ts +0 -0
  709. /package/dist/{src/models → models}/psql/featureActionModel.js +0 -0
  710. /package/dist/{src/models → models}/psql/feeHistoryDetailsModel.d.ts +0 -0
  711. /package/dist/{src/models → models}/psql/feeHistoryDetailsModel.js +0 -0
  712. /package/dist/{src/models → models}/psql/feeHistoryModel.d.ts +0 -0
  713. /package/dist/{src/models → models}/psql/feeHistoryModel.js +0 -0
  714. /package/dist/{src/models → models}/psql/feeReminderModel.d.ts +0 -0
  715. /package/dist/{src/models → models}/psql/feeReminderModel.js +0 -0
  716. /package/dist/{src/models → models}/psql/feeReminderSettingModel.d.ts +0 -0
  717. /package/dist/{src/models → models}/psql/feeReminderSettingModel.js +0 -0
  718. /package/dist/{src/models → models}/psql/feeTypeHasTermsModel.d.ts +0 -0
  719. /package/dist/{src/models → models}/psql/feeTypeHasTermsModel.js +0 -0
  720. /package/dist/{src/models → models}/psql/feeTypeModel.d.ts +0 -0
  721. /package/dist/{src/models → models}/psql/feeTypeModel.js +0 -0
  722. /package/dist/{src/models → models}/psql/feesCollectionModel.d.ts +0 -0
  723. /package/dist/{src/models → models}/psql/feesCollectionModel.js +0 -0
  724. /package/dist/{src/models → models}/psql/fileStorageModel.d.ts +0 -0
  725. /package/dist/{src/models → models}/psql/fileStorageModel.js +0 -0
  726. /package/dist/{src/models → models}/psql/floorManagementModel.d.ts +0 -0
  727. /package/dist/{src/models → models}/psql/floorManagementModel.js +0 -0
  728. /package/dist/{src/models → models}/psql/greetingsModel.d.ts +0 -0
  729. /package/dist/{src/models → models}/psql/greetingsModel.js +0 -0
  730. /package/dist/{src/models → models}/psql/homeWorkModel.d.ts +0 -0
  731. /package/dist/{src/models → models}/psql/homeWorkModel.js +0 -0
  732. /package/dist/{src/models → models}/psql/index.d.ts +0 -0
  733. /package/dist/{src/models → models}/psql/index.js +0 -0
  734. /package/dist/{src/models → models}/psql/instituteEntityModel.d.ts +0 -0
  735. /package/dist/{src/models → models}/psql/instituteEntityModel.js +0 -0
  736. /package/dist/{src/models → models}/psql/instituteEntityTypeModel.d.ts +0 -0
  737. /package/dist/{src/models → models}/psql/instituteEntityTypeModel.js +0 -0
  738. /package/dist/{src/models → models}/psql/instituteModel.d.ts +0 -0
  739. /package/dist/{src/models → models}/psql/instituteModel.js +0 -0
  740. /package/dist/{src/models → models}/psql/instituteSubscriptionPlanModel.d.ts +0 -0
  741. /package/dist/{src/models → models}/psql/instituteSubscriptionPlanModel.js +0 -0
  742. /package/dist/{src/models → models}/psql/inventoryHistoryModel.d.ts +0 -0
  743. /package/dist/{src/models → models}/psql/inventoryHistoryModel.js +0 -0
  744. /package/dist/{src/models → models}/psql/inventoryModel.d.ts +0 -0
  745. /package/dist/{src/models → models}/psql/inventoryModel.js +0 -0
  746. /package/dist/{src/models → models}/psql/lectureHistoryModel.d.ts +0 -0
  747. /package/dist/{src/models → models}/psql/lectureHistoryModel.js +0 -0
  748. /package/dist/{src/models → models}/psql/lectureModel.d.ts +0 -0
  749. /package/dist/{src/models → models}/psql/lectureModel.js +0 -0
  750. /package/dist/{src/models → models}/psql/masterLeaveModel.d.ts +0 -0
  751. /package/dist/{src/models → models}/psql/masterLeaveModel.js +0 -0
  752. /package/dist/{src/models → models}/psql/moduleFeatureModel.d.ts +0 -0
  753. /package/dist/{src/models → models}/psql/moduleFeatureModel.js +0 -0
  754. /package/dist/{src/models → models}/psql/moduleModel.d.ts +0 -0
  755. /package/dist/{src/models → models}/psql/moduleModel.js +0 -0
  756. /package/dist/{src/models → models}/psql/offerModel.d.ts +0 -0
  757. /package/dist/{src/models → models}/psql/offerModel.js +0 -0
  758. /package/dist/{src/models → models}/psql/paymentTermsModel.d.ts +0 -0
  759. /package/dist/{src/models → models}/psql/paymentTermsModel.js +0 -0
  760. /package/dist/{src/models → models}/psql/pdcChequeModel.d.ts +0 -0
  761. /package/dist/{src/models → models}/psql/pdcChequeModel.js +0 -0
  762. /package/dist/{src/models → models}/psql/pdcHistoryModel.d.ts +0 -0
  763. /package/dist/{src/models → models}/psql/pdcHistoryModel.js +0 -0
  764. /package/dist/{src/models → models}/psql/pincodeModel.d.ts +0 -0
  765. /package/dist/{src/models → models}/psql/pincodeModel.js +0 -0
  766. /package/dist/{src/models → models}/psql/productModel.d.ts +0 -0
  767. /package/dist/{src/models → models}/psql/productModel.js +0 -0
  768. /package/dist/{src/models → models}/psql/projectAssessmentOptionModel.d.ts +0 -0
  769. /package/dist/{src/models → models}/psql/projectAssessmentOptionModel.js +0 -0
  770. /package/dist/{src/models → models}/psql/roleModel.d.ts +0 -0
  771. /package/dist/{src/models → models}/psql/roleModel.js +0 -0
  772. /package/dist/{src/models → models}/psql/rulesRegulationModel.d.ts +0 -0
  773. /package/dist/{src/models → models}/psql/rulesRegulationModel.js +0 -0
  774. /package/dist/{src/models → models}/psql/schoolFeeCollectionModel.d.ts +0 -0
  775. /package/dist/{src/models → models}/psql/schoolFeeCollectionModel.js +0 -0
  776. /package/dist/{src/models → models}/psql/schoolOfferModel.d.ts +0 -0
  777. /package/dist/{src/models → models}/psql/schoolOfferModel.js +0 -0
  778. /package/dist/{src/models → models}/psql/sendNotificationModel.d.ts +0 -0
  779. /package/dist/{src/models → models}/psql/sendNotificationModel.js +0 -0
  780. /package/dist/{src/models → models}/psql/slotModel.d.ts +0 -0
  781. /package/dist/{src/models → models}/psql/slotModel.js +0 -0
  782. /package/dist/{src/models → models}/psql/stateModel.d.ts +0 -0
  783. /package/dist/{src/models → models}/psql/stateModel.js +0 -0
  784. /package/dist/{src/models → models}/psql/subjectHasFeeModel.d.ts +0 -0
  785. /package/dist/{src/models → models}/psql/subjectHasFeeModel.js +0 -0
  786. /package/dist/{src/models → models}/psql/subjectHasPayFeeHistoryModel.d.ts +0 -0
  787. /package/dist/{src/models → models}/psql/subjectHasPayFeeHistoryModel.js +0 -0
  788. /package/dist/{src/models → models}/psql/syllabusModel.d.ts +0 -0
  789. /package/dist/{src/models → models}/psql/syllabusModel.js +0 -0
  790. /package/dist/{src/models → models}/psql/testimonialModel.d.ts +0 -0
  791. /package/dist/{src/models → models}/psql/testimonialModel.js +0 -0
  792. /package/dist/{src/models → models}/psql/toDoModel.d.ts +0 -0
  793. /package/dist/{src/models → models}/psql/toDoModel.js +0 -0
  794. /package/dist/{src/models → models}/psql/tokenModel.d.ts +0 -0
  795. /package/dist/{src/models → models}/psql/tokenModel.js +0 -0
  796. /package/dist/{src/models → models}/psql/tripModel.d.ts +0 -0
  797. /package/dist/{src/models → models}/psql/tripModel.js +0 -0
  798. /package/dist/{src/models → models}/psql/typeManagementModel.d.ts +0 -0
  799. /package/dist/{src/models → models}/psql/typeManagementModel.js +0 -0
  800. /package/dist/{src/models → models}/psql/userBookAssessmentModel.d.ts +0 -0
  801. /package/dist/{src/models → models}/psql/userBookAssessmentModel.js +0 -0
  802. /package/dist/{src/models → models}/psql/userFeeTypeByAccountModel.d.ts +0 -0
  803. /package/dist/{src/models → models}/psql/userFeeTypeByAccountModel.js +0 -0
  804. /package/dist/{src/models → models}/psql/userFeeTypeModel.d.ts +0 -0
  805. /package/dist/{src/models → models}/psql/userFeeTypeModel.js +0 -0
  806. /package/dist/{src/models → models}/psql/userHasAnnouncementModel.d.ts +0 -0
  807. /package/dist/{src/models → models}/psql/userHasAnnouncementModel.js +0 -0
  808. /package/dist/{src/models → models}/psql/userHasBatchModel.d.ts +0 -0
  809. /package/dist/{src/models → models}/psql/userHasBatchModel.js +0 -0
  810. /package/dist/{src/models → models}/psql/userHasCourseModel.d.ts +0 -0
  811. /package/dist/{src/models → models}/psql/userHasCourseModel.js +0 -0
  812. /package/dist/{src/models → models}/psql/userHasDeviceModel.d.ts +0 -0
  813. /package/dist/{src/models → models}/psql/userHasDeviceModel.js +0 -0
  814. /package/dist/{src/models → models}/psql/userHasFeeTermsModel.d.ts +0 -0
  815. /package/dist/{src/models → models}/psql/userHasFeeTermsModel.js +0 -0
  816. /package/dist/{src/models → models}/psql/userHasFileModel.d.ts +0 -0
  817. /package/dist/{src/models → models}/psql/userHasFileModel.js +0 -0
  818. /package/dist/{src/models → models}/psql/userHasHomeWorkModel.d.ts +0 -0
  819. /package/dist/{src/models → models}/psql/userHasHomeWorkModel.js +0 -0
  820. /package/dist/{src/models → models}/psql/userHasInventoryHistoryModel.d.ts +0 -0
  821. /package/dist/{src/models → models}/psql/userHasInventoryHistoryModel.js +0 -0
  822. /package/dist/{src/models → models}/psql/userHasInventoryModel.d.ts +0 -0
  823. /package/dist/{src/models → models}/psql/userHasInventoryModel.js +0 -0
  824. /package/dist/{src/models → models}/psql/userHasLeaveHistoryModel.d.ts +0 -0
  825. /package/dist/{src/models → models}/psql/userHasLeaveHistoryModel.js +0 -0
  826. /package/dist/{src/models → models}/psql/userHasLeaveModel.d.ts +0 -0
  827. /package/dist/{src/models → models}/psql/userHasLeaveModel.js +0 -0
  828. /package/dist/{src/models → models}/psql/userHasOfferModel.d.ts +0 -0
  829. /package/dist/{src/models → models}/psql/userHasOfferModel.js +0 -0
  830. /package/dist/{src/models → models}/psql/userHasParentModel.d.ts +0 -0
  831. /package/dist/{src/models → models}/psql/userHasParentModel.js +0 -0
  832. /package/dist/{src/models → models}/psql/userHasRoleModel.d.ts +0 -0
  833. /package/dist/{src/models → models}/psql/userHasRoleModel.js +0 -0
  834. /package/dist/{src/models → models}/psql/userHasRollNumberModel.d.ts +0 -0
  835. /package/dist/{src/models → models}/psql/userHasRollNumberModel.js +0 -0
  836. /package/dist/{src/models → models}/psql/userHasStorageModel.d.ts +0 -0
  837. /package/dist/{src/models → models}/psql/userHasStorageModel.js +0 -0
  838. /package/dist/{src/models → models}/psql/userHasSubjectFeeModel.d.ts +0 -0
  839. /package/dist/{src/models → models}/psql/userHasSubjectFeeModel.js +0 -0
  840. /package/dist/{src/models → models}/psql/userLeaveRequestModel.d.ts +0 -0
  841. /package/dist/{src/models → models}/psql/userLeaveRequestModel.js +0 -0
  842. /package/dist/{src/models → models}/psql/userModel.d.ts +0 -0
  843. /package/dist/{src/models → models}/psql/userPayoutDetailsModel.d.ts +0 -0
  844. /package/dist/{src/models → models}/psql/userPayoutDetailsModel.js +0 -0
  845. /package/dist/{src/models → models}/psql/userPayoutHistoryModel.d.ts +0 -0
  846. /package/dist/{src/models → models}/psql/userPayoutHistoryModel.js +0 -0
  847. /package/dist/{src/models → models}/psql/userPayoutModel.d.ts +0 -0
  848. /package/dist/{src/models → models}/psql/userPayoutModel.js +0 -0
  849. /package/dist/{src/models → models}/psql/userProjectAssessmentOptionModel.d.ts +0 -0
  850. /package/dist/{src/models → models}/psql/userProjectAssessmentOptionModel.js +0 -0
  851. /package/dist/{src/models → models}/psql/userRequiredStepsModel.d.ts +0 -0
  852. /package/dist/{src/models → models}/psql/userRequiredStepsModel.js +0 -0
  853. /package/dist/{src/models → models}/psql/vehicleModel.d.ts +0 -0
  854. /package/dist/{src/models → models}/psql/vehicleModel.js +0 -0
  855. /package/dist/{src/models → models}/psql/vendorManagementModel.d.ts +0 -0
  856. /package/dist/{src/models → models}/psql/vendorManagementModel.js +0 -0
  857. /package/dist/{src/models → models}/psql/walletHistoryModel.d.ts +0 -0
  858. /package/dist/{src/models → models}/psql/walletHistoryModel.js +0 -0
  859. /package/dist/{src/models → models}/psql/walletModel.d.ts +0 -0
  860. /package/dist/{src/models → models}/psql/walletModel.js +0 -0
  861. /package/dist/{src/models → models}/psql/workingDayModel.d.ts +0 -0
  862. /package/dist/{src/models → models}/psql/workingDayModel.js +0 -0
  863. /package/dist/{src/models → models}/psql/workingShiftModel.d.ts +0 -0
  864. /package/dist/{src/models → models}/psql/workingShiftModel.js +0 -0
  865. /package/dist/{src/services → services}/Concrete/mongooseCommonService.d.ts +0 -0
  866. /package/dist/{src/services → services}/Concrete/sequelizeCommanService.d.ts +0 -0
  867. /package/dist/{src/services → services}/Contracts/IMongooseCommonService.d.ts +0 -0
  868. /package/dist/{src/services → services}/Contracts/IMongooseCommonService.js +0 -0
  869. /package/dist/{src/services → services}/Contracts/ISequelizeCommonService.d.ts +0 -0
  870. /package/dist/{src/services → services}/Contracts/ISequelizeCommonService.js +0 -0
  871. /package/dist/{src/types → types}/academicCalendarType.d.ts +0 -0
  872. /package/dist/{src/types → types}/academicCalendarType.js +0 -0
  873. /package/dist/{src/types → types}/accountHasReceiptDetailsType.d.ts +0 -0
  874. /package/dist/{src/types → types}/accountHasReceiptDetailsType.js +0 -0
  875. /package/dist/{src/types → types}/announcementType.d.ts +0 -0
  876. /package/dist/{src/types → types}/announcementType.js +0 -0
  877. /package/dist/{src/types → types}/approveRequestType.d.ts +0 -0
  878. /package/dist/{src/types → types}/approveRequestType.js +0 -0
  879. /package/dist/{src/types → types}/areaType.d.ts +0 -0
  880. /package/dist/{src/types → types}/areaType.js +0 -0
  881. /package/dist/{src/types → types}/attendanceType.d.ts +0 -0
  882. /package/dist/{src/types → types}/attendanceType.js +0 -0
  883. /package/dist/{src/types → types}/bankAccountDetailsType.d.ts +0 -0
  884. /package/dist/{src/types → types}/bankAccountDetailsType.js +0 -0
  885. /package/dist/{src/types → types}/bannerType.d.ts +0 -0
  886. /package/dist/{src/types → types}/bannerType.js +0 -0
  887. /package/dist/{src/types → types}/batchSubjectBookAssessmentType.d.ts +0 -0
  888. /package/dist/{src/types → types}/batchSubjectBookAssessmentType.js +0 -0
  889. /package/dist/{src/types → types}/batchSubjectProjectAssessmentType.d.ts +0 -0
  890. /package/dist/{src/types → types}/batchSubjectProjectAssessmentType.js +0 -0
  891. /package/dist/{src/types → types}/batchType.d.ts +0 -0
  892. /package/dist/{src/types → types}/batchType.js +0 -0
  893. /package/dist/{src/types → types}/blogType.d.ts +0 -0
  894. /package/dist/{src/types → types}/blogType.js +0 -0
  895. /package/dist/{src/types → types}/bookAssessmentDateType.d.ts +0 -0
  896. /package/dist/{src/types → types}/bookAssessmentDateType.js +0 -0
  897. /package/dist/{src/types → types}/careerType.d.ts +0 -0
  898. /package/dist/{src/types → types}/careerType.js +0 -0
  899. /package/dist/{src/types → types}/categoriesType.d.ts +0 -0
  900. /package/dist/{src/types → types}/categoriesType.js +0 -0
  901. /package/dist/{src/types → types}/certificatesHistoryType.d.ts +0 -0
  902. /package/dist/{src/types → types}/certificatesHistoryType.js +0 -0
  903. /package/dist/{src/types → types}/certificatesManagementType.d.ts +0 -0
  904. /package/dist/{src/types → types}/certificatesManagementType.js +0 -0
  905. /package/dist/{src/types → types}/classRoomType.d.ts +0 -0
  906. /package/dist/{src/types → types}/classRoomType.js +0 -0
  907. /package/dist/{src/types → types}/cloudStorageType.d.ts +0 -0
  908. /package/dist/{src/types → types}/cloudStorageType.js +0 -0
  909. /package/dist/{src/types → types}/coinPurchaseOfferType.d.ts +0 -0
  910. /package/dist/{src/types → types}/coinPurchaseOfferType.js +0 -0
  911. /package/dist/{src/types → types}/commonType.d.ts +0 -0
  912. /package/dist/{src/types → types}/commonType.js +0 -0
  913. /package/dist/{src/types → types}/contactFeedBackType.d.ts +0 -0
  914. /package/dist/{src/types → types}/contactFeedBackType.js +0 -0
  915. /package/dist/{src/types → types}/courseHasVisitorsType.d.ts +0 -0
  916. /package/dist/{src/types → types}/courseHasVisitorsType.js +0 -0
  917. /package/dist/{src/types → types}/courseType.d.ts +0 -0
  918. /package/dist/{src/types → types}/courseType.js +0 -0
  919. /package/dist/{src/types → types}/dailyBookType.d.ts +0 -0
  920. /package/dist/{src/types → types}/dailyBookType.js +0 -0
  921. /package/dist/{src/types → types}/dashboardManagementType.d.ts +0 -0
  922. /package/dist/{src/types → types}/dashboardManagementType.js +0 -0
  923. /package/dist/{src/types → types}/driverType.d.ts +0 -0
  924. /package/dist/{src/types → types}/driverType.js +0 -0
  925. /package/dist/{src/types → types}/entityGroupType.d.ts +0 -0
  926. /package/dist/{src/types → types}/entityGroupType.js +0 -0
  927. /package/dist/{src/types → types}/eventType.d.ts +0 -0
  928. /package/dist/{src/types → types}/eventType.js +0 -0
  929. /package/dist/{src/types → types}/examGroupType.d.ts +0 -0
  930. /package/dist/{src/types → types}/examGroupType.js +0 -0
  931. /package/dist/{src/types → types}/examHasAnswerSheetType.d.ts +0 -0
  932. /package/dist/{src/types → types}/examHasAnswerSheetType.js +0 -0
  933. /package/dist/{src/types → types}/examType.d.ts +0 -0
  934. /package/dist/{src/types → types}/examType.js +0 -0
  935. /package/dist/{src/types → types}/facilityType.d.ts +0 -0
  936. /package/dist/{src/types → types}/facilityType.js +0 -0
  937. /package/dist/{src/types → types}/featureActionType.d.ts +0 -0
  938. /package/dist/{src/types → types}/featureActionType.js +0 -0
  939. /package/dist/{src/types → types}/feeHistoryDetailsType.d.ts +0 -0
  940. /package/dist/{src/types → types}/feeHistoryDetailsType.js +0 -0
  941. /package/dist/{src/types → types}/feeHistoryType.d.ts +0 -0
  942. /package/dist/{src/types → types}/feeHistoryType.js +0 -0
  943. /package/dist/{src/types → types}/feeReminderSettingType.d.ts +0 -0
  944. /package/dist/{src/types → types}/feeReminderSettingType.js +0 -0
  945. /package/dist/{src/types → types}/feeReminderType.d.ts +0 -0
  946. /package/dist/{src/types → types}/feeReminderType.js +0 -0
  947. /package/dist/{src/types → types}/feeReminderTypeType.d.ts +0 -0
  948. /package/dist/{src/types → types}/feeReminderTypeType.js +0 -0
  949. /package/dist/{src/types → types}/feeTypeHasTermsType.d.ts +0 -0
  950. /package/dist/{src/types → types}/feeTypeHasTermsType.js +0 -0
  951. /package/dist/{src/types → types}/feeTypeType.d.ts +0 -0
  952. /package/dist/{src/types → types}/feeTypeType.js +0 -0
  953. /package/dist/{src/types → types}/feedBackType.d.ts +0 -0
  954. /package/dist/{src/types → types}/feedBackType.js +0 -0
  955. /package/dist/{src/types → types}/feesCollectionType.d.ts +0 -0
  956. /package/dist/{src/types → types}/feesCollectionType.js +0 -0
  957. /package/dist/{src/types → types}/fileStorageType.d.ts +0 -0
  958. /package/dist/{src/types → types}/fileStorageType.js +0 -0
  959. /package/dist/{src/types → types}/floormanagementType.d.ts +0 -0
  960. /package/dist/{src/types → types}/floormanagementType.js +0 -0
  961. /package/dist/{src/types → types}/generateIdCardType.d.ts +0 -0
  962. /package/dist/{src/types → types}/generateIdCardType.js +0 -0
  963. /package/dist/{src/types → types}/greetingsType.d.ts +0 -0
  964. /package/dist/{src/types → types}/greetingsType.js +0 -0
  965. /package/dist/{src/types → types}/holidayType.d.ts +0 -0
  966. /package/dist/{src/types → types}/holidayType.js +0 -0
  967. /package/dist/{src/types → types}/homeWorkType.d.ts +0 -0
  968. /package/dist/{src/types → types}/homeWorkType.js +0 -0
  969. /package/dist/{src/types → types}/informationSupportType.d.ts +0 -0
  970. /package/dist/{src/types → types}/informationSupportType.js +0 -0
  971. /package/dist/{src/types → types}/inquiryType.d.ts +0 -0
  972. /package/dist/{src/types → types}/inquiryType.js +0 -0
  973. /package/dist/{src/types → types}/instituteEntityType.d.ts +0 -0
  974. /package/dist/{src/types → types}/instituteEntityType.js +0 -0
  975. /package/dist/{src/types → types}/instituteEntityTypeType.d.ts +0 -0
  976. /package/dist/{src/types → types}/instituteEntityTypeType.js +0 -0
  977. /package/dist/{src/types → types}/instituteSubscriptionPlanType.d.ts +0 -0
  978. /package/dist/{src/types → types}/instituteSubscriptionPlanType.js +0 -0
  979. /package/dist/{src/types → types}/instituteType.d.ts +0 -0
  980. /package/dist/{src/types → types}/instituteType.js +0 -0
  981. /package/dist/{src/types → types}/inventoryHistoryType.d.ts +0 -0
  982. /package/dist/{src/types → types}/inventoryHistoryType.js +0 -0
  983. /package/dist/{src/types → types}/inventoryType.d.ts +0 -0
  984. /package/dist/{src/types → types}/inventoryType.js +0 -0
  985. /package/dist/{src/types → types}/jobApply.d.ts +0 -0
  986. /package/dist/{src/types → types}/jobApply.js +0 -0
  987. /package/dist/{src/types → types}/lectureHistoryType.d.ts +0 -0
  988. /package/dist/{src/types → types}/lectureHistoryType.js +0 -0
  989. /package/dist/{src/types → types}/lectureType.d.ts +0 -0
  990. /package/dist/{src/types → types}/lectureType.js +0 -0
  991. /package/dist/{src/types → types}/masterLeaveType.d.ts +0 -0
  992. /package/dist/{src/types → types}/masterLeaveType.js +0 -0
  993. /package/dist/{src/types → types}/moduleFeatureType.d.ts +0 -0
  994. /package/dist/{src/types → types}/moduleFeatureType.js +0 -0
  995. /package/dist/{src/types → types}/moduleType.d.ts +0 -0
  996. /package/dist/{src/types → types}/moduleType.js +0 -0
  997. /package/dist/{src/types → types}/offerType.d.ts +0 -0
  998. /package/dist/{src/types → types}/offerType.js +0 -0
  999. /package/dist/{src/types → types}/paymentTermsType.d.ts +0 -0
  1000. /package/dist/{src/types → types}/paymentTermsType.js +0 -0
  1001. /package/dist/{src/types → types}/pdcChequeType.d.ts +0 -0
  1002. /package/dist/{src/types → types}/pdcChequeType.js +0 -0
  1003. /package/dist/{src/types → types}/pdcHistoryType.d.ts +0 -0
  1004. /package/dist/{src/types → types}/pdcHistoryType.js +0 -0
  1005. /package/dist/{src/types → types}/photosGalleryType.d.ts +0 -0
  1006. /package/dist/{src/types → types}/photosGalleryType.js +0 -0
  1007. /package/dist/{src/types → types}/plannerType.d.ts +0 -0
  1008. /package/dist/{src/types → types}/plannerType.js +0 -0
  1009. /package/dist/{src/types → types}/productType.d.ts +0 -0
  1010. /package/dist/{src/types → types}/productType.js +0 -0
  1011. /package/dist/{src/types → types}/projectAssessmentOptionType.d.ts +0 -0
  1012. /package/dist/{src/types → types}/projectAssessmentOptionType.js +0 -0
  1013. /package/dist/{src/types → types}/roleType.d.ts +0 -0
  1014. /package/dist/{src/types → types}/roleType.js +0 -0
  1015. /package/dist/{src/types → types}/rulesRegulationType.d.ts +0 -0
  1016. /package/dist/{src/types → types}/rulesRegulationType.js +0 -0
  1017. /package/dist/{src/types → types}/schoolFeeCollectionType.d.ts +0 -0
  1018. /package/dist/{src/types → types}/schoolFeeCollectionType.js +0 -0
  1019. /package/dist/{src/types → types}/schoolFeeType.d.ts +0 -0
  1020. /package/dist/{src/types → types}/schoolFeeType.js +0 -0
  1021. /package/dist/{src/types → types}/schoolOfferType.d.ts +0 -0
  1022. /package/dist/{src/types → types}/schoolOfferType.js +0 -0
  1023. /package/dist/{src/types → types}/sendNotificationType.d.ts +0 -0
  1024. /package/dist/{src/types → types}/sendNotificationType.js +0 -0
  1025. /package/dist/{src/types → types}/slotType.d.ts +0 -0
  1026. /package/dist/{src/types → types}/slotType.js +0 -0
  1027. /package/dist/{src/types → types}/subCategoryType.d.ts +0 -0
  1028. /package/dist/{src/types → types}/subCategoryType.js +0 -0
  1029. /package/dist/{src/types → types}/subjectHasFeeType.d.ts +0 -0
  1030. /package/dist/{src/types → types}/subjectHasFeeType.js +0 -0
  1031. /package/dist/{src/types → types}/subjectHasPayFeeHistoryType.d.ts +0 -0
  1032. /package/dist/{src/types → types}/subjectHasPayFeeHistoryType.js +0 -0
  1033. /package/dist/{src/types → types}/subjectIndexType.d.ts +0 -0
  1034. /package/dist/{src/types → types}/subjectIndexType.js +0 -0
  1035. /package/dist/{src/types → types}/subscriptionPlanType.d.ts +0 -0
  1036. /package/dist/{src/types → types}/subscriptionPlanType.js +0 -0
  1037. /package/dist/{src/types → types}/syllabusType.d.ts +0 -0
  1038. /package/dist/{src/types → types}/syllabusType.js +0 -0
  1039. /package/dist/{src/types → types}/taskManagementType.d.ts +0 -0
  1040. /package/dist/{src/types → types}/taskManagementType.js +0 -0
  1041. /package/dist/{src/types → types}/testimonialType.d.ts +0 -0
  1042. /package/dist/{src/types → types}/testimonialType.js +0 -0
  1043. /package/dist/{src/types → types}/toDoType.d.ts +0 -0
  1044. /package/dist/{src/types → types}/toDoType.js +0 -0
  1045. /package/dist/{src/types → types}/tripType.d.ts +0 -0
  1046. /package/dist/{src/types → types}/tripType.js +0 -0
  1047. /package/dist/{src/types → types}/typeManagementType.d.ts +0 -0
  1048. /package/dist/{src/types → types}/typeManagementType.js +0 -0
  1049. /package/dist/{src/types → types}/uniqueNumberCounterType.d.ts +0 -0
  1050. /package/dist/{src/types → types}/uniqueNumberCounterType.js +0 -0
  1051. /package/dist/{src/types → types}/userBookAssessmentType.d.ts +0 -0
  1052. /package/dist/{src/types → types}/userBookAssessmentType.js +0 -0
  1053. /package/dist/{src/types → types}/userDetailsType.d.ts +0 -0
  1054. /package/dist/{src/types → types}/userDetailsType.js +0 -0
  1055. /package/dist/{src/types → types}/userFeeTypeByAccountType.d.ts +0 -0
  1056. /package/dist/{src/types → types}/userFeeTypeByAccountType.js +0 -0
  1057. /package/dist/{src/types → types}/userFeeTypeType.d.ts +0 -0
  1058. /package/dist/{src/types → types}/userFeeTypeType.js +0 -0
  1059. /package/dist/{src/types → types}/userHasAnnouncementType.d.ts +0 -0
  1060. /package/dist/{src/types → types}/userHasAnnouncementType.js +0 -0
  1061. /package/dist/{src/types → types}/userHasBatchType.d.ts +0 -0
  1062. /package/dist/{src/types → types}/userHasBatchType.js +0 -0
  1063. /package/dist/{src/types → types}/userHasCourseType.d.ts +0 -0
  1064. /package/dist/{src/types → types}/userHasCourseType.js +0 -0
  1065. /package/dist/{src/types → types}/userHasDeviceType.d.ts +0 -0
  1066. /package/dist/{src/types → types}/userHasDeviceType.js +0 -0
  1067. /package/dist/{src/types → types}/userHasFeeTermsType.d.ts +0 -0
  1068. /package/dist/{src/types → types}/userHasFeeTermsType.js +0 -0
  1069. /package/dist/{src/types → types}/userHasFileType.d.ts +0 -0
  1070. /package/dist/{src/types → types}/userHasFileType.js +0 -0
  1071. /package/dist/{src/types → types}/userHasHomeWorkType.d.ts +0 -0
  1072. /package/dist/{src/types → types}/userHasHomeWorkType.js +0 -0
  1073. /package/dist/{src/types → types}/userHasInventoryHistoryType.d.ts +0 -0
  1074. /package/dist/{src/types → types}/userHasInventoryHistoryType.js +0 -0
  1075. /package/dist/{src/types → types}/userHasInventoryType.d.ts +0 -0
  1076. /package/dist/{src/types → types}/userHasInventoryType.js +0 -0
  1077. /package/dist/{src/types → types}/userHasLeaveHistoryType.d.ts +0 -0
  1078. /package/dist/{src/types → types}/userHasLeaveHistoryType.js +0 -0
  1079. /package/dist/{src/types → types}/userHasLeaveType.d.ts +0 -0
  1080. /package/dist/{src/types → types}/userHasLeaveType.js +0 -0
  1081. /package/dist/{src/types → types}/userHasOffer.d.ts +0 -0
  1082. /package/dist/{src/types → types}/userHasOffer.js +0 -0
  1083. /package/dist/{src/types → types}/userHasParentType.d.ts +0 -0
  1084. /package/dist/{src/types → types}/userHasParentType.js +0 -0
  1085. /package/dist/{src/types → types}/userHasRoleType.d.ts +0 -0
  1086. /package/dist/{src/types → types}/userHasRoleType.js +0 -0
  1087. /package/dist/{src/types → types}/userHasRollNumberType.d.ts +0 -0
  1088. /package/dist/{src/types → types}/userHasRollNumberType.js +0 -0
  1089. /package/dist/{src/types → types}/userHasStorageType.d.ts +0 -0
  1090. /package/dist/{src/types → types}/userHasStorageType.js +0 -0
  1091. /package/dist/{src/types → types}/userHasSubjectFeeType.d.ts +0 -0
  1092. /package/dist/{src/types → types}/userHasSubjectFeeType.js +0 -0
  1093. /package/dist/{src/types → types}/userInstituteMetaType.d.ts +0 -0
  1094. /package/dist/{src/types → types}/userInstituteMetaType.js +0 -0
  1095. /package/dist/{src/types → types}/userLeaveRequestType.d.ts +0 -0
  1096. /package/dist/{src/types → types}/userLeaveRequestType.js +0 -0
  1097. /package/dist/{src/types → types}/userMetaType.d.ts +0 -0
  1098. /package/dist/{src/types → types}/userMetaType.js +0 -0
  1099. /package/dist/{src/types → types}/userPayoutDetailsType.d.ts +0 -0
  1100. /package/dist/{src/types → types}/userPayoutDetailsType.js +0 -0
  1101. /package/dist/{src/types → types}/userPayoutHistoryType.d.ts +0 -0
  1102. /package/dist/{src/types → types}/userPayoutHistoryType.js +0 -0
  1103. /package/dist/{src/types → types}/userPayoutType.d.ts +0 -0
  1104. /package/dist/{src/types → types}/userPayoutType.js +0 -0
  1105. /package/dist/{src/types → types}/userProjectAssessmentOptionType.d.ts +0 -0
  1106. /package/dist/{src/types → types}/userProjectAssessmentOptionType.js +0 -0
  1107. /package/dist/{src/types → types}/userRequiredStepsType.d.ts +0 -0
  1108. /package/dist/{src/types → types}/userRequiredStepsType.js +0 -0
  1109. /package/dist/{src/types → types}/userSchoolMetaType.d.ts +0 -0
  1110. /package/dist/{src/types → types}/userSchoolMetaType.js +0 -0
  1111. /package/dist/{src/types → types}/userType.d.ts +0 -0
  1112. /package/dist/{src/types → types}/userType.js +0 -0
  1113. /package/dist/{src/types → types}/vehicleType.d.ts +0 -0
  1114. /package/dist/{src/types → types}/vehicleType.js +0 -0
  1115. /package/dist/{src/types → types}/vendorType.d.ts +0 -0
  1116. /package/dist/{src/types → types}/vendorType.js +0 -0
  1117. /package/dist/{src/types → types}/videoAnalystType.d.ts +0 -0
  1118. /package/dist/{src/types → types}/videoAnalystType.js +0 -0
  1119. /package/dist/{src/types → types}/walletHistoryType.d.ts +0 -0
  1120. /package/dist/{src/types → types}/walletHistoryType.js +0 -0
  1121. /package/dist/{src/types → types}/walletTransactionType.d.ts +0 -0
  1122. /package/dist/{src/types → types}/walletTransactionType.js +0 -0
  1123. /package/dist/{src/types → types}/walletType.d.ts +0 -0
  1124. /package/dist/{src/types → types}/walletType.js +0 -0
  1125. /package/dist/{src/types → types}/workingDayType.d.ts +0 -0
  1126. /package/dist/{src/types → types}/workingDayType.js +0 -0
  1127. /package/dist/{src/types → types}/workingShiftType.d.ts +0 -0
  1128. /package/dist/{src/types → types}/workingShiftType.js +0 -0
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const app_js_1 = require("../../constants/app.js");
4
+ class SequelizeCommonService {
5
+ model;
6
+ constructor(model) {
7
+ this.model = model;
8
+ }
9
+ findByPk(identifier, options) {
10
+ try {
11
+ return this.model.findByPk(identifier, options);
12
+ }
13
+ catch (err) {
14
+ throw err;
15
+ }
16
+ }
17
+ findAll = (where, options) => {
18
+ try {
19
+ const finalOptions = {
20
+ ...(options || {}),
21
+ order: options?.order || app_js_1.PAGINATION_ORDER,
22
+ };
23
+ return this.model.findAll({ where, ...finalOptions });
24
+ }
25
+ catch (err) {
26
+ throw err;
27
+ }
28
+ };
29
+ findAllWithPagination = async (where, options) => {
30
+ try {
31
+ if (!options)
32
+ options = {};
33
+ const limit = options.limit || app_js_1.PAGINATION.LIMIT;
34
+ const currentPage = options.page || app_js_1.PAGINATION.PAGE;
35
+ // Clean options for count()
36
+ const countOptions = { ...options };
37
+ // options.subQuery = false;
38
+ delete countOptions.order;
39
+ delete countOptions.limit;
40
+ delete countOptions.offset;
41
+ const totalRecords = await this.model.count({
42
+ where,
43
+ include: options.include,
44
+ distinct: true,
45
+ });
46
+ const totalPages = Math.ceil(totalRecords / limit);
47
+ // Apply pagination + order for findAll
48
+ options.limit = limit;
49
+ options.offset = (currentPage - 1) * limit;
50
+ options.order = options.order || app_js_1.PAGINATION_ORDER;
51
+ const listOfRecords = await this.findAll(where, options);
52
+ const paginationOptions = {
53
+ limit,
54
+ totalRecords,
55
+ totalPages,
56
+ hasPreviousPage: currentPage - 1 > 0 ? true : false,
57
+ currentPage: currentPage > totalPages ? totalPages : currentPage,
58
+ hasNextPage: currentPage < totalPages,
59
+ recordList: listOfRecords,
60
+ };
61
+ return paginationOptions;
62
+ }
63
+ catch (err) {
64
+ throw err;
65
+ }
66
+ };
67
+ findOne = async (where, options) => {
68
+ try {
69
+ return this.model.findOne({ where, ...options });
70
+ }
71
+ catch (err) {
72
+ throw err;
73
+ }
74
+ };
75
+ update = async (where, updateData, options) => {
76
+ try {
77
+ return this.model.update(updateData, { where, ...options });
78
+ }
79
+ catch (err) {
80
+ throw err;
81
+ }
82
+ };
83
+ upsert = async (conflictWhere, updateData, options) => {
84
+ try {
85
+ return this.model.upsert(updateData, { conflictWhere, ...options });
86
+ }
87
+ catch (err) {
88
+ throw err;
89
+ }
90
+ };
91
+ create = async (createData, options) => {
92
+ try {
93
+ return this.model.create(createData, options);
94
+ }
95
+ catch (err) {
96
+ throw err;
97
+ }
98
+ };
99
+ bulkCreate = async (createData, options) => {
100
+ try {
101
+ return this.model.bulkCreate(createData, options);
102
+ }
103
+ catch (err) {
104
+ throw err;
105
+ }
106
+ };
107
+ delete = async (where, options) => {
108
+ try {
109
+ return this.model.destroy({ where, ...options });
110
+ }
111
+ catch (err) {
112
+ throw err;
113
+ }
114
+ };
115
+ count = (where, options) => {
116
+ try {
117
+ return this.model.count({ where, ...options });
118
+ }
119
+ catch (err) {
120
+ throw err;
121
+ }
122
+ };
123
+ }
124
+ exports.default = SequelizeCommonService;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
- "type": "module",
5
+ "type": "commonjs",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {
@@ -1 +0,0 @@
1
- export {};
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const promises_1 = __importDefault(require("fs/promises"));
7
- const path_1 = __importDefault(require("path"));
8
- async function fixExtensions(dir) {
9
- const entries = await promises_1.default.readdir(dir, { withFileTypes: true });
10
- for (const entry of entries) {
11
- const fullPath = path_1.default.join(dir, entry.name);
12
- if (entry.isDirectory()) {
13
- await fixExtensions(fullPath);
14
- }
15
- else if (entry.isFile() && entry.name.endsWith(".js")) {
16
- let content = await promises_1.default.readFile(fullPath, "utf-8");
17
- // Fix imports: add .js extension for relative paths without extension
18
- content = content.replace(/(from\s+['"])(\.{1,2}\/[^'"]+)(['"])/g, (match, p1, p2, p3) => {
19
- if (!p2.endsWith(".js") && !p2.endsWith(".json")) {
20
- return `${p1}${p2}.js${p3}`;
21
- }
22
- return match;
23
- });
24
- await promises_1.default.writeFile(fullPath, content, "utf-8");
25
- }
26
- }
27
- }
28
- (async () => {
29
- const distDir = path_1.default.join(process.cwd(), "src");
30
- console.log(`🔍 Fixing import extensions in ${distDir}`);
31
- await fixExtensions(distDir);
32
- console.log("✅ Import extensions fixed.");
33
- })();
@@ -1 +0,0 @@
1
- export {};
@@ -1,43 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const promises_1 = __importDefault(require("fs/promises"));
7
- const path_1 = __importDefault(require("path"));
8
- async function generateIndex(dirPaths) {
9
- try {
10
- const indexFilePath = path_1.default.join(process.cwd(), "src", "index.ts");
11
- await promises_1.default.writeFile(indexFilePath, "");
12
- let allExportLines = [];
13
- for (const dirPath of dirPaths) {
14
- const resolvedDir = path_1.default.join(process.cwd(), "src", dirPath);
15
- const files = await promises_1.default.readdir(resolvedDir);
16
- const tsFiles = files.filter((file) => file.endsWith(".ts") && file !== "index.ts" && !file.endsWith(".d.ts"));
17
- const exportLines = tsFiles.map((file) => {
18
- const fileName = file.replace(".ts", ".js");
19
- return `export * from './${dirPath}/${fileName}';`;
20
- });
21
- allExportLines.push(...exportLines);
22
- console.log(`✅ Found ${tsFiles.length} exports in "${resolvedDir}".`);
23
- }
24
- const finalContent = allExportLines.join("\n") + "\n";
25
- await promises_1.default.writeFile(indexFilePath, finalContent);
26
- console.log(`🚀 index.ts generated with ${allExportLines.length} exports.`);
27
- }
28
- catch (error) {
29
- console.error("❌ Error generating index.ts:", error);
30
- }
31
- }
32
- const dirsToProcess = [
33
- "interfaces",
34
- "helpers",
35
- "services/Concrete",
36
- "services/Contracts",
37
- "types",
38
- "configs",
39
- "constants",
40
- "models/mongodb",
41
- "models/psql"
42
- ];
43
- await generateIndex(dirsToProcess);
@@ -1,415 +0,0 @@
1
- export * from './interfaces/academicCalendarInterface.js';
2
- export * from './interfaces/accountHasReceiptDetailsInterface.js';
3
- export * from './interfaces/announcementInterface.js';
4
- export * from './interfaces/approvalRequestInterface.js';
5
- export * from './interfaces/areaInterface.js';
6
- export * from './interfaces/attendanceInterface.js';
7
- export * from './interfaces/bankAccountDetailsInterface.js';
8
- export * from './interfaces/bannerInterface.js';
9
- export * from './interfaces/batchInterface.js';
10
- export * from './interfaces/batchSubjectBookAssessmentInterface.js';
11
- export * from './interfaces/batchSubjectProjectAssessmentInterface.js';
12
- export * from './interfaces/blogInterface.js';
13
- export * from './interfaces/bookAssessmentDateInterface.js';
14
- export * from './interfaces/careerInterface.js';
15
- export * from './interfaces/categoriesInterface.js';
16
- export * from './interfaces/certificatesHistoryInterface.js';
17
- export * from './interfaces/certificatesManagementInterface.js';
18
- export * from './interfaces/cityInterface.js';
19
- export * from './interfaces/classRoomInterface.js';
20
- export * from './interfaces/cloudStorageInterface.js';
21
- export * from './interfaces/coinPurchaseOfferInterface.js';
22
- export * from './interfaces/columnInterface.js';
23
- export * from './interfaces/commanInterface.js';
24
- export * from './interfaces/contactFeedBackInterface.js';
25
- export * from './interfaces/countryInterface.js';
26
- export * from './interfaces/courseHasVisitorsInterface.js';
27
- export * from './interfaces/courseInterface.js';
28
- export * from './interfaces/dailyBookInterface.js';
29
- export * from './interfaces/dashboardManagementInterface.js';
30
- export * from './interfaces/driverInterface.js';
31
- export * from './interfaces/entityGroupInterface.js';
32
- export * from './interfaces/eventInterface.js';
33
- export * from './interfaces/examGroupInterface.js';
34
- export * from './interfaces/examHasAnswerSheetInterface.js';
35
- export * from './interfaces/examInterface.js';
36
- export * from './interfaces/facilityInterface.js';
37
- export * from './interfaces/featureActionInterface.js';
38
- export * from './interfaces/feeHistoryDetailsInterface.js';
39
- export * from './interfaces/feeHistoryInterface.js';
40
- export * from './interfaces/feeReminderInterface.js';
41
- export * from './interfaces/feeReminderSettingInterface.js';
42
- export * from './interfaces/feeReminderTypeInterface.js';
43
- export * from './interfaces/feeTypeHasTermsInterface.js';
44
- export * from './interfaces/feeTypeInterface.js';
45
- export * from './interfaces/feedBackInterface.js';
46
- export * from './interfaces/feesCollectionInterface.js';
47
- export * from './interfaces/fileStorageInterface.js';
48
- export * from './interfaces/floorManagementInterface.js';
49
- export * from './interfaces/generateIdCardInterface.js';
50
- export * from './interfaces/greetingsInterface.js';
51
- export * from './interfaces/holidayInterface.js';
52
- export * from './interfaces/homeworkInterface.js';
53
- export * from './interfaces/informationSupportInterface.js';
54
- export * from './interfaces/inquiryInterface.js';
55
- export * from './interfaces/instituteEntityInterface.js';
56
- export * from './interfaces/instituteEntityTypeInterface.js';
57
- export * from './interfaces/instituteInterface.js';
58
- export * from './interfaces/instituteSubscriptionPlanInterface.js';
59
- export * from './interfaces/inventoryHistoryInterface.js';
60
- export * from './interfaces/inventoryInterface.js';
61
- export * from './interfaces/invoiceInterface.js';
62
- export * from './interfaces/jobApplyInterface.js';
63
- export * from './interfaces/lectureHistoryInterface.js';
64
- export * from './interfaces/lectureInterface.js';
65
- export * from './interfaces/masterLeaveInterface.js';
66
- export * from './interfaces/moduleFeatureInterface.js';
67
- export * from './interfaces/moduleInterface.js';
68
- export * from './interfaces/offersInterface.js';
69
- export * from './interfaces/paymentTermsInterface.js';
70
- export * from './interfaces/pdcChequeInterface.js';
71
- export * from './interfaces/pdcHistoryInterface.js';
72
- export * from './interfaces/photosGalleryInterface.js';
73
- export * from './interfaces/pincodeInterface.js';
74
- export * from './interfaces/plannerInterface.js';
75
- export * from './interfaces/productInterface.js';
76
- export * from './interfaces/projectAssessmentOptionInterface.js';
77
- export * from './interfaces/replaceTeacherInterface.js';
78
- export * from './interfaces/roleInterface.js';
79
- export * from './interfaces/rulesRegulationInterface.js';
80
- export * from './interfaces/schoolFeeCollectionInterface.js';
81
- export * from './interfaces/schoolFeeInterface.js';
82
- export * from './interfaces/schoolOfferInterface.js';
83
- export * from './interfaces/sendNotificationInerface.js';
84
- export * from './interfaces/slotInterface.js';
85
- export * from './interfaces/stateInterface.js';
86
- export * from './interfaces/subCategoriesInterface.js';
87
- export * from './interfaces/subjectHasFeeInterface.js';
88
- export * from './interfaces/subjectHasPayFeeHistoryInterface.js';
89
- export * from './interfaces/subjectIndexInterface.js';
90
- export * from './interfaces/subscriptionPlanInterface.js';
91
- export * from './interfaces/syllabusInterface.js';
92
- export * from './interfaces/taskManagementInterface.js';
93
- export * from './interfaces/testimonialInterface.js';
94
- export * from './interfaces/toDoInterface.js';
95
- export * from './interfaces/tokenInterface.js';
96
- export * from './interfaces/tripInterface.js';
97
- export * from './interfaces/typeManagementInterface.js';
98
- export * from './interfaces/uniqueNumberCounterInterface.js';
99
- export * from './interfaces/userBookAssessmentInterface.js';
100
- export * from './interfaces/userDetailsInterface.js';
101
- export * from './interfaces/userFeeTypeByAccountInterface.js';
102
- export * from './interfaces/userFeeTypeInterface.js';
103
- export * from './interfaces/userHasAnnouncementInterface.js';
104
- export * from './interfaces/userHasBatchInterface.js';
105
- export * from './interfaces/userHasCourseInterface.js';
106
- export * from './interfaces/userHasDeviceInterface.js';
107
- export * from './interfaces/userHasFeeTermsInterface.js';
108
- export * from './interfaces/userHasFileInterface.js';
109
- export * from './interfaces/userHasHomeWorkInterface.js';
110
- export * from './interfaces/userHasInventoryHistoryInterface.js';
111
- export * from './interfaces/userHasInventoryInterface.js';
112
- export * from './interfaces/userHasLeaveHistoryInterface.js';
113
- export * from './interfaces/userHasLeaveInterface.js';
114
- export * from './interfaces/userHasOfferInterface.js';
115
- export * from './interfaces/userHasParentInterface.js';
116
- export * from './interfaces/userHasRoleInterface.js';
117
- export * from './interfaces/userHasRollNumberInterface.js';
118
- export * from './interfaces/userHasStorageInterface.js';
119
- export * from './interfaces/userHasSubjectFeeInterface.js';
120
- export * from './interfaces/userInstituteMetaInterface.js';
121
- export * from './interfaces/userInterface.js';
122
- export * from './interfaces/userLeaveRequestInterface.js';
123
- export * from './interfaces/userMetaInterface.js';
124
- export * from './interfaces/userPayoutDetailsInterface.js';
125
- export * from './interfaces/userPayoutHistoryInterface.js';
126
- export * from './interfaces/userPayoutInterface.js';
127
- export * from './interfaces/userProjectAssessmentOptionInterface.js';
128
- export * from './interfaces/userRequiredStepsInterface.js';
129
- export * from './interfaces/userSchoolMetaInterface.js';
130
- export * from './interfaces/vehicleInterface.js';
131
- export * from './interfaces/vendorManagementInterface.js';
132
- export * from './interfaces/videoAnalystInterface.js';
133
- export * from './interfaces/walletHistoryInterface.js';
134
- export * from './interfaces/walletInterface.js';
135
- export * from './interfaces/walletTransactionInterface.js';
136
- export * from './interfaces/workingDayInterface.js';
137
- export * from './interfaces/workingShiftInterface.js';
138
- export * from './helpers/s3Uploader.js';
139
- export * from './helpers/utils.js';
140
- export * from './services/Concrete/mongooseCommonService.js';
141
- export * from './services/Concrete/sequelizeCommanService.js';
142
- export * from './services/Contracts/IMongooseCommonService.js';
143
- export * from './services/Contracts/ISequelizeCommonService.js';
144
- export * from './types/academicCalendarType.js';
145
- export * from './types/accountHasReceiptDetailsType.js';
146
- export * from './types/announcementType.js';
147
- export * from './types/approveRequestType.js';
148
- export * from './types/areaType.js';
149
- export * from './types/attendanceType.js';
150
- export * from './types/bankAccountDetailsType.js';
151
- export * from './types/bannerType.js';
152
- export * from './types/batchSubjectBookAssessmentType.js';
153
- export * from './types/batchSubjectProjectAssessmentType.js';
154
- export * from './types/batchType.js';
155
- export * from './types/blogType.js';
156
- export * from './types/bookAssessmentDateType.js';
157
- export * from './types/careerType.js';
158
- export * from './types/categoriesType.js';
159
- export * from './types/certificatesHistoryType.js';
160
- export * from './types/certificatesManagementType.js';
161
- export * from './types/classRoomType.js';
162
- export * from './types/cloudStorageType.js';
163
- export * from './types/coinPurchaseOfferType.js';
164
- export * from './types/commonType.js';
165
- export * from './types/contactFeedBackType.js';
166
- export * from './types/courseHasVisitorsType.js';
167
- export * from './types/courseType.js';
168
- export * from './types/dailyBookType.js';
169
- export * from './types/dashboardManagementType.js';
170
- export * from './types/driverType.js';
171
- export * from './types/entityGroupType.js';
172
- export * from './types/eventType.js';
173
- export * from './types/examGroupType.js';
174
- export * from './types/examHasAnswerSheetType.js';
175
- export * from './types/examType.js';
176
- export * from './types/facilityType.js';
177
- export * from './types/featureActionType.js';
178
- export * from './types/feeHistoryDetailsType.js';
179
- export * from './types/feeHistoryType.js';
180
- export * from './types/feeReminderSettingType.js';
181
- export * from './types/feeReminderType.js';
182
- export * from './types/feeReminderTypeType.js';
183
- export * from './types/feeTypeHasTermsType.js';
184
- export * from './types/feeTypeType.js';
185
- export * from './types/feedBackType.js';
186
- export * from './types/feesCollectionType.js';
187
- export * from './types/fileStorageType.js';
188
- export * from './types/floormanagementType.js';
189
- export * from './types/generateIdCardType.js';
190
- export * from './types/greetingsType.js';
191
- export * from './types/holidayType.js';
192
- export * from './types/homeWorkType.js';
193
- export * from './types/informationSupportType.js';
194
- export * from './types/inquiryType.js';
195
- export * from './types/instituteEntityType.js';
196
- export * from './types/instituteEntityTypeType.js';
197
- export * from './types/instituteSubscriptionPlanType.js';
198
- export * from './types/instituteType.js';
199
- export * from './types/inventoryHistoryType.js';
200
- export * from './types/inventoryType.js';
201
- export * from './types/jobApply.js';
202
- export * from './types/lectureHistoryType.js';
203
- export * from './types/lectureType.js';
204
- export * from './types/masterLeaveType.js';
205
- export * from './types/moduleFeatureType.js';
206
- export * from './types/moduleType.js';
207
- export * from './types/offerType.js';
208
- export * from './types/paymentTermsType.js';
209
- export * from './types/pdcChequeType.js';
210
- export * from './types/pdcHistoryType.js';
211
- export * from './types/photosGalleryType.js';
212
- export * from './types/plannerType.js';
213
- export * from './types/productType.js';
214
- export * from './types/projectAssessmentOptionType.js';
215
- export * from './types/roleType.js';
216
- export * from './types/rulesRegulationType.js';
217
- export * from './types/schoolFeeCollectionType.js';
218
- export * from './types/schoolFeeType.js';
219
- export * from './types/schoolOfferType.js';
220
- export * from './types/sendNotificationType.js';
221
- export * from './types/slotType.js';
222
- export * from './types/subCategoryType.js';
223
- export * from './types/subjectHasFeeType.js';
224
- export * from './types/subjectHasPayFeeHistoryType.js';
225
- export * from './types/subjectIndexType.js';
226
- export * from './types/subscriptionPlanType.js';
227
- export * from './types/syllabusType.js';
228
- export * from './types/taskManagementType.js';
229
- export * from './types/testimonialType.js';
230
- export * from './types/toDoType.js';
231
- export * from './types/tripType.js';
232
- export * from './types/typeManagementType.js';
233
- export * from './types/uniqueNumberCounterType.js';
234
- export * from './types/userBookAssessmentType.js';
235
- export * from './types/userDetailsType.js';
236
- export * from './types/userFeeTypeByAccountType.js';
237
- export * from './types/userFeeTypeType.js';
238
- export * from './types/userHasAnnouncementType.js';
239
- export * from './types/userHasBatchType.js';
240
- export * from './types/userHasCourseType.js';
241
- export * from './types/userHasDeviceType.js';
242
- export * from './types/userHasFeeTermsType.js';
243
- export * from './types/userHasFileType.js';
244
- export * from './types/userHasHomeWorkType.js';
245
- export * from './types/userHasInventoryHistoryType.js';
246
- export * from './types/userHasInventoryType.js';
247
- export * from './types/userHasLeaveHistoryType.js';
248
- export * from './types/userHasLeaveType.js';
249
- export * from './types/userHasOffer.js';
250
- export * from './types/userHasParentType.js';
251
- export * from './types/userHasRoleType.js';
252
- export * from './types/userHasRollNumberType.js';
253
- export * from './types/userHasStorageType.js';
254
- export * from './types/userHasSubjectFeeType.js';
255
- export * from './types/userInstituteMetaType.js';
256
- export * from './types/userLeaveRequestType.js';
257
- export * from './types/userMetaType.js';
258
- export * from './types/userPayoutDetailsType.js';
259
- export * from './types/userPayoutHistoryType.js';
260
- export * from './types/userPayoutType.js';
261
- export * from './types/userProjectAssessmentOptionType.js';
262
- export * from './types/userRequiredStepsType.js';
263
- export * from './types/userSchoolMetaType.js';
264
- export * from './types/userType.js';
265
- export * from './types/vehicleType.js';
266
- export * from './types/vendorType.js';
267
- export * from './types/videoAnalystType.js';
268
- export * from './types/walletHistoryType.js';
269
- export * from './types/walletTransactionType.js';
270
- export * from './types/walletType.js';
271
- export * from './types/workingDayType.js';
272
- export * from './types/workingShiftType.js';
273
- export * from './configs/aws.js';
274
- export * from './configs/env.js';
275
- export * from './constants/app.js';
276
- export * from './constants/defaultModelAttributes.js';
277
- export * from './constants/errorMessages.js';
278
- export * from './constants/httpStatusCode.js';
279
- export * from './constants/successMessages.js';
280
- export * from './models/mongodb/approvalRequestModel.js';
281
- export * from './models/mongodb/attendanceModel.js';
282
- export * from './models/mongodb/blogModel.js';
283
- export * from './models/mongodb/careerModel.js';
284
- export * from './models/mongodb/certificatesHistoryModel.js';
285
- export * from './models/mongodb/certificatesManagementModel.js';
286
- export * from './models/mongodb/columnModel.js';
287
- export * from './models/mongodb/dailyBookModel.js';
288
- export * from './models/mongodb/dashboardManagementModel.js';
289
- export * from './models/mongodb/eventModel.js';
290
- export * from './models/mongodb/examGroupModel.js';
291
- export * from './models/mongodb/examHasAnswerSheetModel.js';
292
- export * from './models/mongodb/examModel.js';
293
- export * from './models/mongodb/feeReminderTypeModel.js';
294
- export * from './models/mongodb/feedBackModel.js';
295
- export * from './models/mongodb/generateIdCardModel.js';
296
- export * from './models/mongodb/holidayModel.js';
297
- export * from './models/mongodb/informationSupportModel.js';
298
- export * from './models/mongodb/inquiryModel.js';
299
- export * from './models/mongodb/invoiceModel.js';
300
- export * from './models/mongodb/jobApplyModel.js';
301
- export * from './models/mongodb/photosGalleryModel.js';
302
- export * from './models/mongodb/plannerModel.js';
303
- export * from './models/mongodb/replaceTeacherModel.js';
304
- export * from './models/mongodb/schoolFeeModel.js';
305
- export * from './models/mongodb/subjectIndexModel.js';
306
- export * from './models/mongodb/subscriptionPlanModel.js';
307
- export * from './models/mongodb/taskManagementModel.js';
308
- export * from './models/mongodb/uniqueNumberCounterModel.js';
309
- export * from './models/mongodb/userDetailsModel.js';
310
- export * from './models/mongodb/userDoc.js';
311
- export * from './models/mongodb/userInstituteMetaModel.js';
312
- export * from './models/mongodb/userSchoolMetaModel.js';
313
- export * from './models/mongodb/videoAnalystModel.js';
314
- export * from './models/mongodb/walletTransactionModel.js';
315
- export * from './models/psql/SubCategoriesModel.js';
316
- export * from './models/psql/academicCalendarModel.js';
317
- export * from './models/psql/accountHasReceiptDetailsModel.js';
318
- export * from './models/psql/announcementModel.js';
319
- export * from './models/psql/areaModel.js';
320
- export * from './models/psql/bankAccountDetailsModel.js';
321
- export * from './models/psql/bannerModel.js';
322
- export * from './models/psql/batchModel.js';
323
- export * from './models/psql/batchSubjectBookAssessmentModel.js';
324
- export * from './models/psql/batchSubjectProjectAssessmentModel.js';
325
- export * from './models/psql/bookAssessmentDateModel.js';
326
- export * from './models/psql/categoriesModel.js';
327
- export * from './models/psql/cityModel.js';
328
- export * from './models/psql/classRoomModel.js';
329
- export * from './models/psql/cloudStorageModel.js';
330
- export * from './models/psql/coinPurchaseOfferModel.js';
331
- export * from './models/psql/contactFeedBackModel.js';
332
- export * from './models/psql/countryModel.js';
333
- export * from './models/psql/courseHasVisitorsModel.js';
334
- export * from './models/psql/courseModel.js';
335
- export * from './models/psql/driverModel.js';
336
- export * from './models/psql/entityGroupModel.js';
337
- export * from './models/psql/facilityModel.js';
338
- export * from './models/psql/featureActionModel.js';
339
- export * from './models/psql/feeHistoryDetailsModel.js';
340
- export * from './models/psql/feeHistoryModel.js';
341
- export * from './models/psql/feeReminderModel.js';
342
- export * from './models/psql/feeReminderSettingModel.js';
343
- export * from './models/psql/feeTypeHasTermsModel.js';
344
- export * from './models/psql/feeTypeModel.js';
345
- export * from './models/psql/feesCollectionModel.js';
346
- export * from './models/psql/fileStorageModel.js';
347
- export * from './models/psql/floorManagementModel.js';
348
- export * from './models/psql/greetingsModel.js';
349
- export * from './models/psql/homeWorkModel.js';
350
- export * from './models/psql/instituteEntityModel.js';
351
- export * from './models/psql/instituteEntityTypeModel.js';
352
- export * from './models/psql/instituteModel.js';
353
- export * from './models/psql/instituteSubscriptionPlanModel.js';
354
- export * from './models/psql/inventoryHistoryModel.js';
355
- export * from './models/psql/inventoryModel.js';
356
- export * from './models/psql/lectureHistoryModel.js';
357
- export * from './models/psql/lectureModel.js';
358
- export * from './models/psql/masterLeaveModel.js';
359
- export * from './models/psql/moduleFeatureModel.js';
360
- export * from './models/psql/moduleModel.js';
361
- export * from './models/psql/offerModel.js';
362
- export * from './models/psql/paymentTermsModel.js';
363
- export * from './models/psql/pdcChequeModel.js';
364
- export * from './models/psql/pdcHistoryModel.js';
365
- export * from './models/psql/pincodeModel.js';
366
- export * from './models/psql/productModel.js';
367
- export * from './models/psql/projectAssessmentOptionModel.js';
368
- export * from './models/psql/roleModel.js';
369
- export * from './models/psql/rulesRegulationModel.js';
370
- export * from './models/psql/schoolFeeCollectionModel.js';
371
- export * from './models/psql/schoolOfferModel.js';
372
- export * from './models/psql/sendNotificationModel.js';
373
- export * from './models/psql/slotModel.js';
374
- export * from './models/psql/stateModel.js';
375
- export * from './models/psql/subjectHasFeeModel.js';
376
- export * from './models/psql/subjectHasPayFeeHistoryModel.js';
377
- export * from './models/psql/syllabusModel.js';
378
- export * from './models/psql/testimonialModel.js';
379
- export * from './models/psql/toDoModel.js';
380
- export * from './models/psql/tokenModel.js';
381
- export * from './models/psql/tripModel.js';
382
- export * from './models/psql/typeManagementModel.js';
383
- export * from './models/psql/userBookAssessmentModel.js';
384
- export * from './models/psql/userFeeTypeByAccountModel.js';
385
- export * from './models/psql/userFeeTypeModel.js';
386
- export * from './models/psql/userHasAnnouncementModel.js';
387
- export * from './models/psql/userHasBatchModel.js';
388
- export * from './models/psql/userHasCourseModel.js';
389
- export * from './models/psql/userHasDeviceModel.js';
390
- export * from './models/psql/userHasFeeTermsModel.js';
391
- export * from './models/psql/userHasFileModel.js';
392
- export * from './models/psql/userHasHomeWorkModel.js';
393
- export * from './models/psql/userHasInventoryHistoryModel.js';
394
- export * from './models/psql/userHasInventoryModel.js';
395
- export * from './models/psql/userHasLeaveHistoryModel.js';
396
- export * from './models/psql/userHasLeaveModel.js';
397
- export * from './models/psql/userHasOfferModel.js';
398
- export * from './models/psql/userHasParentModel.js';
399
- export * from './models/psql/userHasRoleModel.js';
400
- export * from './models/psql/userHasRollNumberModel.js';
401
- export * from './models/psql/userHasStorageModel.js';
402
- export * from './models/psql/userHasSubjectFeeModel.js';
403
- export * from './models/psql/userLeaveRequestModel.js';
404
- export * from './models/psql/userModel.js';
405
- export * from './models/psql/userPayoutDetailsModel.js';
406
- export * from './models/psql/userPayoutHistoryModel.js';
407
- export * from './models/psql/userPayoutModel.js';
408
- export * from './models/psql/userProjectAssessmentOptionModel.js';
409
- export * from './models/psql/userRequiredStepsModel.js';
410
- export * from './models/psql/vehicleModel.js';
411
- export * from './models/psql/vendorManagementModel.js';
412
- export * from './models/psql/walletHistoryModel.js';
413
- export * from './models/psql/walletModel.js';
414
- export * from './models/psql/workingDayModel.js';
415
- export * from './models/psql/workingShiftModel.js';