@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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes