@kipicore/dbcore 1.1.19 → 1.1.20

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 (561) hide show
  1. package/dist/configs/aws.js +4 -4
  2. package/dist/configs/index.d.ts +2 -0
  3. package/dist/configs/index.js +18 -0
  4. package/dist/constants/app.js +13 -13
  5. package/dist/constants/index.d.ts +5 -0
  6. package/dist/constants/index.js +21 -0
  7. package/dist/constants/successMessages.d.ts +1 -1
  8. package/dist/helpers/index.d.ts +2 -0
  9. package/dist/helpers/index.js +18 -0
  10. package/dist/helpers/s3Uploader.d.ts +1 -1
  11. package/dist/helpers/s3Uploader.js +6 -6
  12. package/dist/helpers/utils.d.ts +3 -3
  13. package/dist/helpers/utils.js +4 -4
  14. package/dist/index.d.ts +17 -419
  15. package/dist/index.js +30 -755
  16. package/dist/interfaces/academicCalendarInterface.d.ts +2 -2
  17. package/dist/interfaces/accountHasReceiptDetailsInterface.d.ts +1 -1
  18. package/dist/interfaces/announcementInterface.d.ts +2 -2
  19. package/dist/interfaces/approvalRequestInterface.d.ts +2 -2
  20. package/dist/interfaces/attendanceInterface.d.ts +2 -2
  21. package/dist/interfaces/bankAccountDetailsInterface.d.ts +2 -2
  22. package/dist/interfaces/bannerInterface.d.ts +2 -2
  23. package/dist/interfaces/batchInterface.d.ts +2 -2
  24. package/dist/interfaces/batchSubjectBookAssessmentInterface.d.ts +1 -1
  25. package/dist/interfaces/batchSubjectProjectAssessmentInterface.d.ts +1 -1
  26. package/dist/interfaces/blogInterface.d.ts +2 -2
  27. package/dist/interfaces/bookAssessmentDateInterface.d.ts +2 -2
  28. package/dist/interfaces/careerInterface.d.ts +2 -2
  29. package/dist/interfaces/categoriesInterface.d.ts +2 -2
  30. package/dist/interfaces/certificatesHistoryInterface.d.ts +1 -1
  31. package/dist/interfaces/certificatesManagementInterface.d.ts +2 -2
  32. package/dist/interfaces/cityInterface.d.ts +1 -1
  33. package/dist/interfaces/classRoomInterface.d.ts +2 -2
  34. package/dist/interfaces/cloudStorageInterface.d.ts +2 -2
  35. package/dist/interfaces/coinPurchaseOfferInterface.d.ts +2 -2
  36. package/dist/interfaces/columnInterface.d.ts +2 -2
  37. package/dist/interfaces/contactFeedBackInterface.d.ts +2 -2
  38. package/dist/interfaces/countryInterface.d.ts +1 -1
  39. package/dist/interfaces/courseHasVisitorsInterface.d.ts +1 -1
  40. package/dist/interfaces/courseInterface.d.ts +2 -2
  41. package/dist/interfaces/dailyBookInterface.d.ts +1 -1
  42. package/dist/interfaces/dashboardManagementInterface.d.ts +2 -2
  43. package/dist/interfaces/driverInterface.d.ts +2 -2
  44. package/dist/interfaces/entityGroupInterface.d.ts +2 -2
  45. package/dist/interfaces/eventInterface.d.ts +2 -2
  46. package/dist/interfaces/examGroupInterface.d.ts +3 -3
  47. package/dist/interfaces/examHasAnswerSheetInterface.d.ts +2 -2
  48. package/dist/interfaces/examInterface.d.ts +2 -2
  49. package/dist/interfaces/facilityInterface.d.ts +2 -2
  50. package/dist/interfaces/featureActionInterface.d.ts +2 -2
  51. package/dist/interfaces/feeHistoryDetailsInterface.d.ts +2 -2
  52. package/dist/interfaces/feeHistoryInterface.d.ts +2 -2
  53. package/dist/interfaces/feeReminderInterface.d.ts +1 -1
  54. package/dist/interfaces/feeReminderSettingInterface.d.ts +2 -2
  55. package/dist/interfaces/feeReminderTypeInterface.d.ts +2 -2
  56. package/dist/interfaces/feeTypeHasTermsInterface.d.ts +2 -2
  57. package/dist/interfaces/feeTypeInterface.d.ts +2 -2
  58. package/dist/interfaces/feedBackInterface.d.ts +2 -2
  59. package/dist/interfaces/feesCollectionInterface.d.ts +2 -2
  60. package/dist/interfaces/fileStorageInterface.d.ts +2 -2
  61. package/dist/interfaces/floorManagementInterface.d.ts +2 -2
  62. package/dist/interfaces/generateIdCardInterface.d.ts +1 -1
  63. package/dist/interfaces/greetingsInterface.d.ts +2 -2
  64. package/dist/interfaces/holidayInterface.d.ts +2 -2
  65. package/dist/interfaces/homeworkInterface.d.ts +2 -2
  66. package/dist/interfaces/index.d.ts +137 -0
  67. package/dist/interfaces/index.js +153 -0
  68. package/dist/interfaces/informationSupportInterface.d.ts +2 -2
  69. package/dist/interfaces/inquiryInterface.d.ts +3 -3
  70. package/dist/interfaces/instituteEntityInterface.d.ts +2 -2
  71. package/dist/interfaces/instituteEntityTypeInterface.d.ts +2 -2
  72. package/dist/interfaces/instituteInterface.d.ts +2 -2
  73. package/dist/interfaces/instituteSubscriptionPlanInterface.d.ts +2 -2
  74. package/dist/interfaces/inventoryHistoryInterface.d.ts +2 -2
  75. package/dist/interfaces/inventoryInterface.d.ts +2 -2
  76. package/dist/interfaces/invoiceInterface.d.ts +2 -2
  77. package/dist/interfaces/jobApplyInterface.d.ts +2 -2
  78. package/dist/interfaces/lectureHistoryInterface.d.ts +2 -2
  79. package/dist/interfaces/lectureInterface.d.ts +2 -2
  80. package/dist/interfaces/masterLeaveInterface.d.ts +2 -2
  81. package/dist/interfaces/moduleFeatureInterface.d.ts +2 -2
  82. package/dist/interfaces/moduleInterface.d.ts +2 -2
  83. package/dist/interfaces/offersInterface.d.ts +2 -2
  84. package/dist/interfaces/paymentTermsInterface.d.ts +2 -2
  85. package/dist/interfaces/pdcChequeInterface.d.ts +2 -2
  86. package/dist/interfaces/pdcHistoryInterface.d.ts +2 -2
  87. package/dist/interfaces/photosGalleryInterface.d.ts +2 -2
  88. package/dist/interfaces/pincodeInterface.d.ts +1 -1
  89. package/dist/interfaces/plannerInterface.d.ts +2 -2
  90. package/dist/interfaces/productInterface.d.ts +2 -2
  91. package/dist/interfaces/projectAssessmentOptionInterface.d.ts +1 -1
  92. package/dist/interfaces/replaceTeacherInterface.d.ts +2 -2
  93. package/dist/interfaces/roleInterface.d.ts +4 -4
  94. package/dist/interfaces/rulesRegulationInterface.d.ts +2 -2
  95. package/dist/interfaces/schoolFeeCollectionInterface.d.ts +1 -1
  96. package/dist/interfaces/schoolFeeInterface.d.ts +2 -2
  97. package/dist/interfaces/schoolOfferInterface.d.ts +2 -2
  98. package/dist/interfaces/sendNotificationInerface.d.ts +2 -2
  99. package/dist/interfaces/slotInterface.d.ts +2 -2
  100. package/dist/interfaces/stateInterface.d.ts +1 -1
  101. package/dist/interfaces/subCategoriesInterface.d.ts +2 -2
  102. package/dist/interfaces/subjectHasFeeInterface.d.ts +1 -1
  103. package/dist/interfaces/subjectHasPayFeeHistoryInterface.d.ts +1 -1
  104. package/dist/interfaces/subjectIndexInterface.d.ts +2 -2
  105. package/dist/interfaces/subscriptionPlanInterface.d.ts +2 -2
  106. package/dist/interfaces/syllabusInterface.d.ts +2 -2
  107. package/dist/interfaces/taskManagementInterface.d.ts +2 -2
  108. package/dist/interfaces/testimonialInterface.d.ts +2 -2
  109. package/dist/interfaces/toDoInterface.d.ts +2 -2
  110. package/dist/interfaces/tokenInterface.d.ts +2 -2
  111. package/dist/interfaces/tripInterface.d.ts +2 -2
  112. package/dist/interfaces/typeManagementInterface.d.ts +2 -2
  113. package/dist/interfaces/uniqueNumberCounterInterface.d.ts +2 -2
  114. package/dist/interfaces/userBookAssessmentInterface.d.ts +2 -2
  115. package/dist/interfaces/userDetailsInterface.d.ts +2 -2
  116. package/dist/interfaces/userFeeTypeByAccountInterface.d.ts +2 -2
  117. package/dist/interfaces/userFeeTypeInterface.d.ts +2 -2
  118. package/dist/interfaces/userHasAnnouncementInterface.d.ts +2 -2
  119. package/dist/interfaces/userHasBatchInterface.d.ts +1 -1
  120. package/dist/interfaces/userHasCourseInterface.d.ts +2 -2
  121. package/dist/interfaces/userHasDeviceInterface.d.ts +2 -2
  122. package/dist/interfaces/userHasFeeTermsInterface.d.ts +2 -2
  123. package/dist/interfaces/userHasFileInterface.d.ts +2 -2
  124. package/dist/interfaces/userHasHomeWorkInterface.d.ts +2 -2
  125. package/dist/interfaces/userHasInventoryHistoryInterface.d.ts +2 -2
  126. package/dist/interfaces/userHasInventoryInterface.d.ts +2 -2
  127. package/dist/interfaces/userHasLeaveHistoryInterface.d.ts +2 -2
  128. package/dist/interfaces/userHasLeaveInterface.d.ts +2 -2
  129. package/dist/interfaces/userHasOfferInterface.d.ts +1 -1
  130. package/dist/interfaces/userHasParentInterface.d.ts +2 -2
  131. package/dist/interfaces/userHasRoleInterface.d.ts +2 -2
  132. package/dist/interfaces/userHasRollNumberInterface.d.ts +1 -1
  133. package/dist/interfaces/userHasStorageInterface.d.ts +2 -2
  134. package/dist/interfaces/userHasSubjectFeeInterface.d.ts +1 -1
  135. package/dist/interfaces/userInstituteMetaInterface.d.ts +2 -2
  136. package/dist/interfaces/userInterface.d.ts +2 -2
  137. package/dist/interfaces/userLeaveRequestInterface.d.ts +2 -2
  138. package/dist/interfaces/userMetaInterface.d.ts +2 -2
  139. package/dist/interfaces/userPayoutDetailsInterface.d.ts +2 -2
  140. package/dist/interfaces/userPayoutHistoryInterface.d.ts +2 -2
  141. package/dist/interfaces/userPayoutInterface.d.ts +2 -2
  142. package/dist/interfaces/userProjectAssessmentOptionInterface.d.ts +2 -2
  143. package/dist/interfaces/userRequiredStepsInterface.d.ts +2 -2
  144. package/dist/interfaces/userSchoolMetaInterface.d.ts +2 -2
  145. package/dist/interfaces/vehicleInterface.d.ts +2 -2
  146. package/dist/interfaces/vendorManagementInterface.d.ts +2 -2
  147. package/dist/interfaces/videoAnalystInterface.d.ts +1 -1
  148. package/dist/interfaces/walletHistoryInterface.d.ts +2 -2
  149. package/dist/interfaces/walletInterface.d.ts +2 -2
  150. package/dist/interfaces/walletTransactionInterface.d.ts +3 -3
  151. package/dist/interfaces/workingDayInterface.d.ts +2 -2
  152. package/dist/interfaces/workingShiftInterface.d.ts +2 -2
  153. package/dist/models/mongodb/approvalRequestModel.d.ts +1 -1
  154. package/dist/models/mongodb/approvalRequestModel.js +4 -4
  155. package/dist/models/mongodb/attendanceModel.d.ts +1 -1
  156. package/dist/models/mongodb/attendanceModel.js +23 -23
  157. package/dist/models/mongodb/blogModel.d.ts +1 -1
  158. package/dist/models/mongodb/blogModel.js +3 -3
  159. package/dist/models/mongodb/careerModel.d.ts +1 -1
  160. package/dist/models/mongodb/careerModel.js +3 -3
  161. package/dist/models/mongodb/certificatesHistoryModel.d.ts +1 -1
  162. package/dist/models/mongodb/certificatesManagementModel.d.ts +1 -1
  163. package/dist/models/mongodb/certificatesManagementModel.js +3 -3
  164. package/dist/models/mongodb/columnModel.d.ts +1 -1
  165. package/dist/models/mongodb/columnModel.js +5 -5
  166. package/dist/models/mongodb/dailyBookModel.d.ts +1 -1
  167. package/dist/models/mongodb/dashboardManagementModel.d.ts +1 -1
  168. package/dist/models/mongodb/dashboardManagementModel.js +6 -6
  169. package/dist/models/mongodb/eventModel.d.ts +1 -1
  170. package/dist/models/mongodb/eventModel.js +15 -15
  171. package/dist/models/mongodb/examGroupModel.d.ts +1 -1
  172. package/dist/models/mongodb/examGroupModel.js +18 -18
  173. package/dist/models/mongodb/examHasAnswerSheetModel.d.ts +1 -1
  174. package/dist/models/mongodb/examHasAnswerSheetModel.js +12 -12
  175. package/dist/models/mongodb/examModel.d.ts +1 -1
  176. package/dist/models/mongodb/examModel.js +28 -28
  177. package/dist/models/mongodb/feeReminderTypeModel.d.ts +1 -1
  178. package/dist/models/mongodb/feeReminderTypeModel.js +3 -3
  179. package/dist/models/mongodb/feedBackModel.d.ts +1 -1
  180. package/dist/models/mongodb/feedBackModel.js +3 -3
  181. package/dist/models/mongodb/generateIdCardModel.d.ts +1 -1
  182. package/dist/models/mongodb/holidayModel.d.ts +1 -1
  183. package/dist/models/mongodb/holidayModel.js +15 -15
  184. package/dist/models/mongodb/index.d.ts +36 -2
  185. package/dist/models/mongodb/index.js +60 -10
  186. package/dist/models/mongodb/informationSupportModel.d.ts +1 -1
  187. package/dist/models/mongodb/informationSupportModel.js +2 -2
  188. package/dist/models/mongodb/inquiryModel.d.ts +1 -1
  189. package/dist/models/mongodb/inquiryModel.js +18 -18
  190. package/dist/models/mongodb/invoiceModel.d.ts +1 -1
  191. package/dist/models/mongodb/invoiceModel.js +7 -7
  192. package/dist/models/mongodb/jobApplyModel.d.ts +1 -1
  193. package/dist/models/mongodb/jobApplyModel.js +7 -7
  194. package/dist/models/mongodb/photosGalleryModel.d.ts +1 -1
  195. package/dist/models/mongodb/photosGalleryModel.js +6 -6
  196. package/dist/models/mongodb/plannerModel.d.ts +1 -1
  197. package/dist/models/mongodb/plannerModel.js +3 -3
  198. package/dist/models/mongodb/replaceTeacherModel.d.ts +1 -1
  199. package/dist/models/mongodb/replaceTeacherModel.js +6 -6
  200. package/dist/models/mongodb/schoolFeeModel.d.ts +1 -1
  201. package/dist/models/mongodb/schoolFeeModel.js +12 -12
  202. package/dist/models/mongodb/subjectIndexModel.d.ts +1 -1
  203. package/dist/models/mongodb/subjectIndexModel.js +88 -88
  204. package/dist/models/mongodb/subscriptionPlanModel.d.ts +1 -1
  205. package/dist/models/mongodb/subscriptionPlanModel.js +6 -6
  206. package/dist/models/mongodb/taskManagementModel.d.ts +1 -1
  207. package/dist/models/mongodb/taskManagementModel.js +10 -10
  208. package/dist/models/mongodb/uniqueNumberCounterModel.d.ts +1 -1
  209. package/dist/models/mongodb/uniqueNumberCounterModel.js +3 -3
  210. package/dist/models/mongodb/userDetailsModel.d.ts +1 -1
  211. package/dist/models/mongodb/userDetailsModel.js +19 -19
  212. package/dist/models/mongodb/userInstituteMetaModel.d.ts +1 -1
  213. package/dist/models/mongodb/userInstituteMetaModel.js +14 -14
  214. package/dist/models/mongodb/userSchoolMetaModel.d.ts +1 -1
  215. package/dist/models/mongodb/userSchoolMetaModel.js +30 -30
  216. package/dist/models/mongodb/videoAnalystModel.d.ts +1 -1
  217. package/dist/models/mongodb/walletTransactionModel.d.ts +1 -1
  218. package/dist/models/mongodb/walletTransactionModel.js +12 -12
  219. package/dist/models/psql/SubCategoriesModel.d.ts +3 -3
  220. package/dist/models/psql/SubCategoriesModel.js +14 -14
  221. package/dist/models/psql/academicCalendarModel.d.ts +3 -3
  222. package/dist/models/psql/academicCalendarModel.js +13 -13
  223. package/dist/models/psql/accountHasReceiptDetailsModel.d.ts +2 -2
  224. package/dist/models/psql/accountHasReceiptDetailsModel.js +15 -15
  225. package/dist/models/psql/announcementModel.d.ts +3 -3
  226. package/dist/models/psql/announcementModel.js +30 -30
  227. package/dist/models/psql/areaModel.d.ts +2 -2
  228. package/dist/models/psql/areaModel.js +5 -5
  229. package/dist/models/psql/bankAccountDetailsModel.d.ts +3 -3
  230. package/dist/models/psql/bankAccountDetailsModel.js +16 -16
  231. package/dist/models/psql/bannerModel.d.ts +3 -3
  232. package/dist/models/psql/bannerModel.js +20 -20
  233. package/dist/models/psql/batchModel.d.ts +3 -3
  234. package/dist/models/psql/batchModel.js +27 -27
  235. package/dist/models/psql/batchSubjectBookAssessmentModel.d.ts +2 -2
  236. package/dist/models/psql/batchSubjectBookAssessmentModel.js +20 -20
  237. package/dist/models/psql/batchSubjectProjectAssessmentModel.d.ts +2 -2
  238. package/dist/models/psql/batchSubjectProjectAssessmentModel.js +17 -17
  239. package/dist/models/psql/bookAssessmentDateModel.d.ts +3 -3
  240. package/dist/models/psql/bookAssessmentDateModel.js +12 -12
  241. package/dist/models/psql/categoriesModel.d.ts +3 -3
  242. package/dist/models/psql/categoriesModel.js +11 -11
  243. package/dist/models/psql/cityModel.d.ts +1 -1
  244. package/dist/models/psql/cityModel.js +8 -8
  245. package/dist/models/psql/classRoomModel.d.ts +3 -3
  246. package/dist/models/psql/classRoomModel.js +18 -18
  247. package/dist/models/psql/cloudStorageModel.d.ts +3 -3
  248. package/dist/models/psql/cloudStorageModel.js +10 -10
  249. package/dist/models/psql/coinPurchaseOfferModel.d.ts +3 -3
  250. package/dist/models/psql/coinPurchaseOfferModel.js +10 -10
  251. package/dist/models/psql/contactFeedBackModel.d.ts +3 -3
  252. package/dist/models/psql/contactFeedBackModel.js +16 -16
  253. package/dist/models/psql/countryModel.d.ts +1 -1
  254. package/dist/models/psql/countryModel.js +2 -2
  255. package/dist/models/psql/courseHasVisitorsModel.d.ts +2 -2
  256. package/dist/models/psql/courseHasVisitorsModel.js +9 -9
  257. package/dist/models/psql/courseModel.d.ts +3 -3
  258. package/dist/models/psql/courseModel.js +18 -18
  259. package/dist/models/psql/driverModel.d.ts +3 -3
  260. package/dist/models/psql/driverModel.js +25 -25
  261. package/dist/models/psql/entityGroupModel.d.ts +3 -3
  262. package/dist/models/psql/entityGroupModel.js +12 -12
  263. package/dist/models/psql/facilityModel.d.ts +3 -3
  264. package/dist/models/psql/facilityModel.js +20 -20
  265. package/dist/models/psql/featureActionModel.d.ts +3 -3
  266. package/dist/models/psql/featureActionModel.js +10 -10
  267. package/dist/models/psql/feeHistoryDetailsModel.d.ts +3 -3
  268. package/dist/models/psql/feeHistoryDetailsModel.js +23 -23
  269. package/dist/models/psql/feeHistoryModel.d.ts +3 -3
  270. package/dist/models/psql/feeHistoryModel.js +49 -49
  271. package/dist/models/psql/feeReminderModel.d.ts +2 -2
  272. package/dist/models/psql/feeReminderModel.js +41 -41
  273. package/dist/models/psql/feeReminderSettingModel.d.ts +3 -3
  274. package/dist/models/psql/feeReminderSettingModel.js +14 -14
  275. package/dist/models/psql/feeTypeHasTermsModel.d.ts +3 -3
  276. package/dist/models/psql/feeTypeHasTermsModel.js +14 -14
  277. package/dist/models/psql/feeTypeModel.d.ts +3 -3
  278. package/dist/models/psql/feeTypeModel.js +24 -24
  279. package/dist/models/psql/feesCollectionModel.d.ts +3 -3
  280. package/dist/models/psql/feesCollectionModel.js +30 -30
  281. package/dist/models/psql/fileStorageModel.d.ts +2 -2
  282. package/dist/models/psql/fileStorageModel.js +8 -8
  283. package/dist/models/psql/floorManagementModel.d.ts +3 -3
  284. package/dist/models/psql/floorManagementModel.js +11 -11
  285. package/dist/models/psql/greetingsModel.d.ts +3 -3
  286. package/dist/models/psql/greetingsModel.js +17 -17
  287. package/dist/models/psql/homeWorkModel.d.ts +3 -3
  288. package/dist/models/psql/homeWorkModel.js +18 -18
  289. package/dist/models/psql/index.d.ts +101 -0
  290. package/dist/models/psql/index.js +106 -2
  291. package/dist/models/psql/instituteEntityModel.d.ts +3 -3
  292. package/dist/models/psql/instituteEntityModel.js +14 -14
  293. package/dist/models/psql/instituteEntityTypeModel.d.ts +3 -3
  294. package/dist/models/psql/instituteEntityTypeModel.js +10 -10
  295. package/dist/models/psql/instituteModel.d.ts +3 -3
  296. package/dist/models/psql/instituteModel.js +30 -30
  297. package/dist/models/psql/instituteSubscriptionPlanModel.d.ts +3 -3
  298. package/dist/models/psql/instituteSubscriptionPlanModel.js +16 -16
  299. package/dist/models/psql/inventoryHistoryModel.d.ts +3 -3
  300. package/dist/models/psql/inventoryHistoryModel.js +20 -20
  301. package/dist/models/psql/inventoryModel.d.ts +3 -3
  302. package/dist/models/psql/inventoryModel.js +16 -16
  303. package/dist/models/psql/lectureHistoryModel.d.ts +3 -3
  304. package/dist/models/psql/lectureHistoryModel.js +33 -33
  305. package/dist/models/psql/lectureModel.d.ts +3 -3
  306. package/dist/models/psql/lectureModel.js +74 -74
  307. package/dist/models/psql/masterLeaveModel.d.ts +3 -3
  308. package/dist/models/psql/masterLeaveModel.js +23 -23
  309. package/dist/models/psql/moduleFeatureModel.d.ts +3 -3
  310. package/dist/models/psql/moduleFeatureModel.js +12 -12
  311. package/dist/models/psql/moduleModel.d.ts +3 -3
  312. package/dist/models/psql/moduleModel.js +14 -14
  313. package/dist/models/psql/offerModel.d.ts +3 -3
  314. package/dist/models/psql/offerModel.js +16 -16
  315. package/dist/models/psql/paymentTermsModel.d.ts +2 -2
  316. package/dist/models/psql/paymentTermsModel.js +15 -15
  317. package/dist/models/psql/pdcChequeModel.d.ts +3 -3
  318. package/dist/models/psql/pdcChequeModel.js +19 -19
  319. package/dist/models/psql/pdcHistoryModel.d.ts +3 -3
  320. package/dist/models/psql/pdcHistoryModel.js +22 -22
  321. package/dist/models/psql/pincodeModel.d.ts +1 -1
  322. package/dist/models/psql/pincodeModel.js +8 -8
  323. package/dist/models/psql/productModel.d.ts +3 -3
  324. package/dist/models/psql/productModel.js +17 -17
  325. package/dist/models/psql/projectAssessmentOptionModel.d.ts +2 -2
  326. package/dist/models/psql/projectAssessmentOptionModel.js +9 -9
  327. package/dist/models/psql/roleModel.d.ts +3 -3
  328. package/dist/models/psql/roleModel.js +9 -9
  329. package/dist/models/psql/rulesRegulationModel.d.ts +3 -3
  330. package/dist/models/psql/rulesRegulationModel.js +8 -8
  331. package/dist/models/psql/schoolFeeCollectionModel.d.ts +2 -2
  332. package/dist/models/psql/schoolFeeCollectionModel.js +14 -14
  333. package/dist/models/psql/schoolOfferModel.d.ts +3 -3
  334. package/dist/models/psql/schoolOfferModel.js +18 -18
  335. package/dist/models/psql/sendNotificationModel.d.ts +3 -3
  336. package/dist/models/psql/sendNotificationModel.js +14 -14
  337. package/dist/models/psql/slotModel.d.ts +3 -3
  338. package/dist/models/psql/slotModel.js +14 -14
  339. package/dist/models/psql/stateModel.d.ts +1 -1
  340. package/dist/models/psql/stateModel.js +5 -5
  341. package/dist/models/psql/subjectHasFeeModel.d.ts +2 -2
  342. package/dist/models/psql/subjectHasFeeModel.js +12 -12
  343. package/dist/models/psql/subjectHasPayFeeHistoryModel.d.ts +2 -2
  344. package/dist/models/psql/subjectHasPayFeeHistoryModel.js +17 -17
  345. package/dist/models/psql/syllabusModel.d.ts +3 -3
  346. package/dist/models/psql/syllabusModel.js +17 -17
  347. package/dist/models/psql/testimonialModel.d.ts +3 -3
  348. package/dist/models/psql/testimonialModel.js +31 -31
  349. package/dist/models/psql/toDoModel.d.ts +3 -3
  350. package/dist/models/psql/toDoModel.js +19 -19
  351. package/dist/models/psql/tokenModel.d.ts +2 -2
  352. package/dist/models/psql/tokenModel.js +2 -2
  353. package/dist/models/psql/tripModel.d.ts +3 -3
  354. package/dist/models/psql/tripModel.js +16 -16
  355. package/dist/models/psql/typeManagementModel.d.ts +3 -3
  356. package/dist/models/psql/typeManagementModel.js +16 -16
  357. package/dist/models/psql/userBookAssessmentModel.d.ts +3 -3
  358. package/dist/models/psql/userBookAssessmentModel.js +20 -20
  359. package/dist/models/psql/userFeeTypeByAccountModel.d.ts +2 -2
  360. package/dist/models/psql/userFeeTypeByAccountModel.js +22 -22
  361. package/dist/models/psql/userFeeTypeModel.d.ts +3 -3
  362. package/dist/models/psql/userFeeTypeModel.js +23 -23
  363. package/dist/models/psql/userHasAnnouncementModel.d.ts +3 -3
  364. package/dist/models/psql/userHasAnnouncementModel.js +17 -17
  365. package/dist/models/psql/userHasBatchModel.d.ts +2 -2
  366. package/dist/models/psql/userHasBatchModel.js +11 -11
  367. package/dist/models/psql/userHasCourseModel.d.ts +3 -3
  368. package/dist/models/psql/userHasCourseModel.js +17 -17
  369. package/dist/models/psql/userHasDeviceModel.d.ts +3 -3
  370. package/dist/models/psql/userHasDeviceModel.js +11 -11
  371. package/dist/models/psql/userHasFeeTermsModel.d.ts +3 -3
  372. package/dist/models/psql/userHasFeeTermsModel.js +23 -23
  373. package/dist/models/psql/userHasFileModel.d.ts +2 -2
  374. package/dist/models/psql/userHasFileModel.js +15 -15
  375. package/dist/models/psql/userHasHomeWorkModel.d.ts +3 -3
  376. package/dist/models/psql/userHasHomeWorkModel.js +20 -20
  377. package/dist/models/psql/userHasInventoryHistoryModel.d.ts +3 -3
  378. package/dist/models/psql/userHasInventoryHistoryModel.js +16 -16
  379. package/dist/models/psql/userHasInventoryModel.d.ts +3 -3
  380. package/dist/models/psql/userHasInventoryModel.js +19 -19
  381. package/dist/models/psql/userHasLeaveHistoryModel.d.ts +3 -3
  382. package/dist/models/psql/userHasLeaveHistoryModel.js +20 -20
  383. package/dist/models/psql/userHasLeaveModel.d.ts +3 -3
  384. package/dist/models/psql/userHasLeaveModel.js +17 -17
  385. package/dist/models/psql/userHasOfferModel.d.ts +2 -2
  386. package/dist/models/psql/userHasOfferModel.js +20 -20
  387. package/dist/models/psql/userHasParentModel.d.ts +3 -3
  388. package/dist/models/psql/userHasParentModel.js +12 -12
  389. package/dist/models/psql/userHasRoleModel.d.ts +3 -3
  390. package/dist/models/psql/userHasRoleModel.js +13 -13
  391. package/dist/models/psql/userHasRollNumberModel.d.ts +2 -2
  392. package/dist/models/psql/userHasRollNumberModel.js +14 -14
  393. package/dist/models/psql/userHasStorageModel.d.ts +3 -3
  394. package/dist/models/psql/userHasStorageModel.js +11 -11
  395. package/dist/models/psql/userHasSubjectFeeModel.d.ts +2 -2
  396. package/dist/models/psql/userHasSubjectFeeModel.js +12 -12
  397. package/dist/models/psql/userLeaveRequestModel.d.ts +3 -3
  398. package/dist/models/psql/userLeaveRequestModel.js +23 -23
  399. package/dist/models/psql/userModel.d.ts +3 -3
  400. package/dist/models/psql/userModel.js +43 -43
  401. package/dist/models/psql/userPayoutDetailsModel.d.ts +3 -3
  402. package/dist/models/psql/userPayoutDetailsModel.js +22 -22
  403. package/dist/models/psql/userPayoutHistoryModel.d.ts +3 -3
  404. package/dist/models/psql/userPayoutHistoryModel.js +17 -17
  405. package/dist/models/psql/userPayoutModel.d.ts +3 -3
  406. package/dist/models/psql/userPayoutModel.js +31 -31
  407. package/dist/models/psql/userProjectAssessmentOptionModel.d.ts +3 -3
  408. package/dist/models/psql/userProjectAssessmentOptionModel.js +17 -17
  409. package/dist/models/psql/userRequiredStepsModel.d.ts +2 -2
  410. package/dist/models/psql/userRequiredStepsModel.js +8 -8
  411. package/dist/models/psql/vehicleModel.d.ts +3 -3
  412. package/dist/models/psql/vehicleModel.js +14 -14
  413. package/dist/models/psql/vendorManagementModel.d.ts +3 -3
  414. package/dist/models/psql/vendorManagementModel.js +20 -20
  415. package/dist/models/psql/walletHistoryModel.d.ts +3 -3
  416. package/dist/models/psql/walletHistoryModel.js +13 -13
  417. package/dist/models/psql/walletModel.d.ts +3 -3
  418. package/dist/models/psql/walletModel.js +10 -10
  419. package/dist/models/psql/workingDayModel.d.ts +3 -3
  420. package/dist/models/psql/workingDayModel.js +8 -8
  421. package/dist/models/psql/workingShiftModel.d.ts +3 -3
  422. package/dist/models/psql/workingShiftModel.js +17 -17
  423. package/dist/services/Concrete/mongooseCommonService.d.ts +2 -2
  424. package/dist/services/Concrete/mongooseCommonService.js +4 -4
  425. package/dist/services/Concrete/sequelizeCommonService.d.ts +2 -2
  426. package/dist/services/Concrete/sequelizeCommonService.js +5 -5
  427. package/dist/services/Contracts/IMongooseCommonService.d.ts +1 -1
  428. package/dist/services/Contracts/ISequelizeCommonService.d.ts +1 -1
  429. package/dist/types/academicCalendarType.d.ts +1 -1
  430. package/dist/types/accountHasReceiptDetailsType.d.ts +2 -2
  431. package/dist/types/announcementType.d.ts +1 -1
  432. package/dist/types/approveRequestType.d.ts +1 -1
  433. package/dist/types/areaType.d.ts +1 -1
  434. package/dist/types/attendanceType.d.ts +1 -1
  435. package/dist/types/bankAccountDetailsType.d.ts +1 -1
  436. package/dist/types/bannerType.d.ts +2 -2
  437. package/dist/types/batchSubjectBookAssessmentType.d.ts +2 -2
  438. package/dist/types/batchSubjectProjectAssessmentType.d.ts +2 -2
  439. package/dist/types/batchType.d.ts +2 -2
  440. package/dist/types/blogType.d.ts +1 -1
  441. package/dist/types/bookAssessmentDateType.d.ts +2 -2
  442. package/dist/types/careerType.d.ts +1 -1
  443. package/dist/types/categoriesType.d.ts +1 -1
  444. package/dist/types/certificatesHistoryType.d.ts +1 -1
  445. package/dist/types/certificatesManagementType.d.ts +1 -1
  446. package/dist/types/classRoomType.d.ts +1 -1
  447. package/dist/types/cloudStorageType.d.ts +1 -1
  448. package/dist/types/coinPurchaseOfferType.d.ts +1 -1
  449. package/dist/types/contactFeedBackType.d.ts +1 -1
  450. package/dist/types/courseHasVisitorsType.d.ts +1 -1
  451. package/dist/types/courseType.d.ts +1 -1
  452. package/dist/types/dailyBookType.d.ts +1 -1
  453. package/dist/types/dashboardManagementType.d.ts +1 -1
  454. package/dist/types/driverType.d.ts +2 -2
  455. package/dist/types/entityGroupType.d.ts +1 -1
  456. package/dist/types/eventType.d.ts +1 -1
  457. package/dist/types/examGroupType.d.ts +1 -1
  458. package/dist/types/examHasAnswerSheetType.d.ts +1 -1
  459. package/dist/types/examType.d.ts +2 -2
  460. package/dist/types/facilityType.d.ts +1 -1
  461. package/dist/types/featureActionType.d.ts +1 -1
  462. package/dist/types/feeHistoryDetailsType.d.ts +2 -2
  463. package/dist/types/feeHistoryType.d.ts +3 -3
  464. package/dist/types/feeReminderSettingType.d.ts +1 -1
  465. package/dist/types/feeReminderType.d.ts +1 -1
  466. package/dist/types/feeReminderTypeType.d.ts +1 -1
  467. package/dist/types/feeTypeHasTermsType.d.ts +1 -1
  468. package/dist/types/feeTypeType.d.ts +1 -1
  469. package/dist/types/feedBackType.d.ts +1 -1
  470. package/dist/types/feesCollectionType.d.ts +1 -1
  471. package/dist/types/fileStorageType.d.ts +1 -1
  472. package/dist/types/floormanagementType.d.ts +1 -1
  473. package/dist/types/generateIdCardType.d.ts +1 -1
  474. package/dist/types/greetingsType.d.ts +2 -2
  475. package/dist/types/holidayType.d.ts +1 -1
  476. package/dist/types/homeWorkType.d.ts +1 -1
  477. package/dist/types/index.d.ts +129 -0
  478. package/dist/types/index.js +145 -0
  479. package/dist/types/informationSupportType.d.ts +1 -1
  480. package/dist/types/inquiryType.d.ts +1 -1
  481. package/dist/types/instituteEntityType.d.ts +1 -1
  482. package/dist/types/instituteEntityTypeType.d.ts +1 -1
  483. package/dist/types/instituteSubscriptionPlanType.d.ts +1 -1
  484. package/dist/types/instituteType.d.ts +1 -1
  485. package/dist/types/inventoryHistoryType.d.ts +1 -1
  486. package/dist/types/inventoryType.d.ts +1 -1
  487. package/dist/types/jobApply.d.ts +1 -1
  488. package/dist/types/lectureHistoryType.d.ts +2 -2
  489. package/dist/types/lectureType.d.ts +2 -2
  490. package/dist/types/masterLeaveType.d.ts +1 -1
  491. package/dist/types/moduleFeatureType.d.ts +1 -1
  492. package/dist/types/moduleType.d.ts +1 -1
  493. package/dist/types/offerType.d.ts +1 -1
  494. package/dist/types/paymentTermsType.d.ts +1 -1
  495. package/dist/types/pdcChequeType.d.ts +2 -2
  496. package/dist/types/pdcHistoryType.d.ts +1 -1
  497. package/dist/types/photosGalleryType.d.ts +1 -1
  498. package/dist/types/plannerType.d.ts +1 -1
  499. package/dist/types/productType.d.ts +1 -1
  500. package/dist/types/projectAssessmentOptionType.d.ts +2 -2
  501. package/dist/types/roleType.d.ts +4 -4
  502. package/dist/types/rulesRegulationType.d.ts +1 -1
  503. package/dist/types/schoolFeeCollectionType.d.ts +1 -1
  504. package/dist/types/schoolFeeType.d.ts +1 -1
  505. package/dist/types/schoolOfferType.d.ts +1 -1
  506. package/dist/types/sendNotificationType.d.ts +1 -1
  507. package/dist/types/slotType.d.ts +1 -1
  508. package/dist/types/subCategoryType.d.ts +1 -1
  509. package/dist/types/subjectHasFeeType.d.ts +1 -1
  510. package/dist/types/subjectHasPayFeeHistoryType.d.ts +1 -1
  511. package/dist/types/subjectIndexType.d.ts +2 -2
  512. package/dist/types/subscriptionPlanType.d.ts +1 -1
  513. package/dist/types/syllabusType.d.ts +2 -2
  514. package/dist/types/taskManagementType.d.ts +1 -1
  515. package/dist/types/testimonialType.d.ts +2 -2
  516. package/dist/types/toDoType.d.ts +2 -2
  517. package/dist/types/tripType.d.ts +1 -1
  518. package/dist/types/typeManagementType.d.ts +1 -1
  519. package/dist/types/uniqueNumberCounterType.d.ts +1 -1
  520. package/dist/types/userBookAssessmentType.d.ts +2 -2
  521. package/dist/types/userDetailsType.d.ts +1 -1
  522. package/dist/types/userFeeTypeByAccountType.d.ts +1 -1
  523. package/dist/types/userFeeTypeType.d.ts +1 -1
  524. package/dist/types/userHasAnnouncementType.d.ts +1 -1
  525. package/dist/types/userHasBatchType.d.ts +3 -3
  526. package/dist/types/userHasCourseType.d.ts +1 -1
  527. package/dist/types/userHasDeviceType.d.ts +1 -1
  528. package/dist/types/userHasFeeTermsType.d.ts +1 -1
  529. package/dist/types/userHasFileType.d.ts +1 -1
  530. package/dist/types/userHasHomeWorkType.d.ts +1 -1
  531. package/dist/types/userHasInventoryHistoryType.d.ts +1 -1
  532. package/dist/types/userHasInventoryType.d.ts +1 -1
  533. package/dist/types/userHasLeaveHistoryType.d.ts +1 -1
  534. package/dist/types/userHasLeaveType.d.ts +1 -1
  535. package/dist/types/userHasOffer.d.ts +1 -1
  536. package/dist/types/userHasParentType.d.ts +1 -1
  537. package/dist/types/userHasRoleType.d.ts +1 -1
  538. package/dist/types/userHasRollNumberType.d.ts +1 -1
  539. package/dist/types/userHasStorageType.d.ts +1 -1
  540. package/dist/types/userHasSubjectFeeType.d.ts +1 -1
  541. package/dist/types/userInstituteMetaType.d.ts +1 -1
  542. package/dist/types/userLeaveRequestType.d.ts +1 -1
  543. package/dist/types/userMetaType.d.ts +2 -2
  544. package/dist/types/userPayoutDetailsType.d.ts +1 -1
  545. package/dist/types/userPayoutHistoryType.d.ts +1 -1
  546. package/dist/types/userPayoutType.d.ts +2 -2
  547. package/dist/types/userProjectAssessmentOptionType.d.ts +2 -2
  548. package/dist/types/userRequiredStepsType.d.ts +1 -1
  549. package/dist/types/userSchoolMetaType.d.ts +1 -1
  550. package/dist/types/userType.d.ts +3 -3
  551. package/dist/types/vehicleType.d.ts +1 -1
  552. package/dist/types/vendorType.d.ts +1 -1
  553. package/dist/types/videoAnalystType.d.ts +1 -1
  554. package/dist/types/walletHistoryType.d.ts +1 -1
  555. package/dist/types/walletTransactionType.d.ts +1 -1
  556. package/dist/types/walletType.d.ts +1 -1
  557. package/dist/types/workingDayType.d.ts +1 -1
  558. package/dist/types/workingShiftType.d.ts +1 -1
  559. package/package.json +2 -3
  560. /package/dist/interfaces/{commanInterface.d.ts → commonInterface.d.ts} +0 -0
  561. /package/dist/interfaces/{commanInterface.js → commonInterface.js} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,419 +1,17 @@
1
- import { IAcademicCalendarModelAttributes } from './interfaces/academicCalendarInterface.js';
2
- import { IAccountHasReceiptDetailsInterfaceModelAttributes } from './interfaces/accountHasReceiptDetailsInterface.js';
3
- import { IAnnouncementModelAttributes } from './interfaces/announcementInterface.js';
4
- import { IApproveRequestModelAttributes } from './interfaces/approvalRequestInterface.js';
5
- import { IAreaModelAttributes } from './interfaces/areaInterface.js';
6
- import { IAttendanceUser, IAttendanceModelAttributes } from './interfaces/attendanceInterface.js';
7
- import { IBankAccountDetailsInterfaceModelAttributes } from './interfaces/bankAccountDetailsInterface.js';
8
- import { IBannerModelAttributes } from './interfaces/bannerInterface.js';
9
- import { IBatchModelAttributes } from './interfaces/batchInterface.js';
10
- import { IBatchSubjectBookAssessmentModelAttributes } from './interfaces/batchSubjectBookAssessmentInterface.js';
11
- import { IBatchSubjectProjectAssessmentModelAttributes } from './interfaces/batchSubjectProjectAssessmentInterface.js';
12
- import { ICommentSchema, ILikeSchema, IShareListSchema, ISubTopicSchema, IBlogModelAttributes } from './interfaces/blogInterface.js';
13
- import { IBookAssessmentDateModelAttributes } from './interfaces/bookAssessmentDateInterface.js';
14
- import { ICareerModelAttributes } from './interfaces/careerInterface.js';
15
- import { ICategoriesModelAttributes } from './interfaces/categoriesInterface.js';
16
- import { ICertificatesHistoryAttributes } from './interfaces/certificatesHistoryInterface.js';
17
- import { ICertificatesManagementAttributes } from './interfaces/certificatesManagementInterface.js';
18
- import { ICityAttributes } from './interfaces/cityInterface.js';
19
- import { IClassRoomModelAttributes } from './interfaces/classRoomInterface.js';
20
- import { ICloudStorageModelAttributes } from './interfaces/cloudStorageInterface.js';
21
- import { ICoinPurchaseOfferModelAttributes } from './interfaces/coinPurchaseOfferInterface.js';
22
- import { IRowSchema, IColumnModelAttributes } from './interfaces/columnInterface.js';
23
- import { IDefaultAttributes, IEmailOptions, ICommanDao, ICountDao, IDeleteDao, IFindAllDao, IFindOneDao, IUpsertDao, ICommanMongoDao } from './interfaces/commanInterface.js';
24
- import { IContactFeedBackAttributes } from './interfaces/contactFeedBackInterface.js';
25
- import { ICountryAttributes } from './interfaces/countryInterface.js';
26
- import { ICourseHasVisitorsModelAttributes } from './interfaces/courseHasVisitorsInterface.js';
27
- import { ICourseModelAttributes } from './interfaces/courseInterface.js';
28
- import { IDailyBookModelAttributes } from './interfaces/dailyBookInterface.js';
29
- import { IModuleList, IDashboardManagementAttributes } from './interfaces/dashboardManagementInterface.js';
30
- import { IDriverModelAttributes } from './interfaces/driverInterface.js';
31
- import { IEntityGroupModelAttributes } from './interfaces/entityGroupInterface.js';
32
- import { IEventHasBatch, IEventModelAttributes } from './interfaces/eventInterface.js';
33
- import { IExamGroupDaysAttributes, IExamGroupStandardByDaysAttributes, IExamGroupModelAttributes } from './interfaces/examGroupInterface.js';
34
- import { IAnswerSheetQuestion, IExamHasAnswerSheetModelAttributes } from './interfaces/examHasAnswerSheetInterface.js';
35
- import { IExamHasBatch, IExamModelAttributes } from './interfaces/examInterface.js';
36
- import { IFacilityAttributes } from './interfaces/facilityInterface.js';
37
- import { IFeatureActionAttributes } from './interfaces/featureActionInterface.js';
38
- import { IFeeHistoryDetailsModelAttributes } from './interfaces/feeHistoryDetailsInterface.js';
39
- import { IFeeHistoryModelAttributes } from './interfaces/feeHistoryInterface.js';
40
- import { IFeeReminderModelAttributes } from './interfaces/feeReminderInterface.js';
41
- import { IFeeReminderSettingModelAttributes } from './interfaces/feeReminderSettingInterface.js';
42
- import { IFeeReminderTypeModelAttributes } from './interfaces/feeReminderTypeInterface.js';
43
- import { IFeeTypeHasTermsModelAttributes } from './interfaces/feeTypeHasTermsInterface.js';
44
- import { IFeeTypeModelAttributes } from './interfaces/feeTypeInterface.js';
45
- import { IConversation, IFeedBackModelAttributes } from './interfaces/feedBackInterface.js';
46
- import { IFeesCollectionModelAttributes } from './interfaces/feesCollectionInterface.js';
47
- import { IFileStorageAttributes } from './interfaces/fileStorageInterface.js';
48
- import { IFloorManagementModelAttributes } from './interfaces/floorManagementInterface.js';
49
- import { IGenarateIdCardModelAttributes } from './interfaces/generateIdCardInterface.js';
50
- import { IGreetingsModelAttributes } from './interfaces/greetingsInterface.js';
51
- import { IHolidayHasBatch, IHolidayModelAttributes } from './interfaces/holidayInterface.js';
52
- import { IHomeWorkModelAttributes } from './interfaces/homeworkInterface.js';
53
- import { IDescription, IInformationSupportModelAttributes } from './interfaces/informationSupportInterface.js';
54
- import { IBasicInformation, IAcademicInformation, ILastSchool, IGuardianInformation, IInquiryModelAttributes } from './interfaces/inquiryInterface.js';
55
- import { IInstituteEntityAttributes } from './interfaces/instituteEntityInterface.js';
56
- import { IInstituteEntityTypeAttributes } from './interfaces/instituteEntityTypeInterface.js';
57
- import { IInstituteAttributes } from './interfaces/instituteInterface.js';
58
- import { IInstituteSubscriptionPlanModelAttributes } from './interfaces/instituteSubscriptionPlanInterface.js';
59
- import { IInventoryHistoryModelAttributes } from './interfaces/inventoryHistoryInterface.js';
60
- import { IInventoryModelAttributes } from './interfaces/inventoryInterface.js';
61
- import { IPurchaseSchema, IFileStorageItemsSchema, IInvoiceModelAttributes } from './interfaces/invoiceInterface.js';
62
- import { IQualifications, IExperience, IDocuments, IJobApplyAttributes } from './interfaces/jobApplyInterface.js';
63
- import { ILectureHistoryModelAttributes } from './interfaces/lectureHistoryInterface.js';
64
- import { ILectureModelAttributes } from './interfaces/lectureInterface.js';
65
- import { IMasterLeaveModelAttributes } from './interfaces/masterLeaveInterface.js';
66
- import { IModuleFeatureAttributes } from './interfaces/moduleFeatureInterface.js';
67
- import { IModuleAttributes } from './interfaces/moduleInterface.js';
68
- import { IOffersModelAttributes } from './interfaces/offersInterface.js';
69
- import { IPaymentTermsModelAttributes } from './interfaces/paymentTermsInterface.js';
70
- import { IPdcChequeModelAttributes } from './interfaces/pdcChequeInterface.js';
71
- import { IPdcHistoryModelAttributes } from './interfaces/pdcHistoryInterface.js';
72
- import { IGalleryFile, IGalleryAlbumAttributes } from './interfaces/photosGalleryInterface.js';
73
- import { IPincodeAttributes } from './interfaces/pincodeInterface.js';
74
- import { IPlannerLectureContentAttributes, IPlannerLectureAttributes, IPlannerTimeSlotAttributes, IPlannerModelAttributes } from './interfaces/plannerInterface.js';
75
- import { IProductModelAttributes } from './interfaces/productInterface.js';
76
- import { IProjectAssessmentOptionModelAttributes } from './interfaces/projectAssessmentOptionInterface.js';
77
- import { IReplaceTeacherBatchesSchema, IReplaceTeacherModelAttributes } from './interfaces/replaceTeacherInterface.js';
78
- import { IRoleAttributes, ICreateRolePermissions } from './interfaces/roleInterface.js';
79
- import { IRulesRegulationAttributes } from './interfaces/rulesRegulationInterface.js';
80
- import { ISchoolFeesCollectionModelAttributes } from './interfaces/schoolFeeCollectionInterface.js';
81
- import { ITermsSchema, IFeeSchema, ISchoolFeeModelAttributes } from './interfaces/schoolFeeInterface.js';
82
- import { ISchoolOffersModelAttributes } from './interfaces/schoolOfferInterface.js';
83
- import { INotificationModelAttributes, INotification } from './interfaces/sendNotificationInerface.js';
84
- import { ISlotModelAttributes } from './interfaces/slotInterface.js';
85
- import { IStateAttributes } from './interfaces/stateInterface.js';
86
- import { ISubCategoriesModelAttributes } from './interfaces/subCategoriesInterface.js';
87
- import { ISubjectHasFeeModelAttributes } from './interfaces/subjectHasFeeInterface.js';
88
- import { ISubjectHasPayFeeHistoryModelAttributes } from './interfaces/subjectHasPayFeeHistoryInterface.js';
89
- import { IChapterFileAttributes, IChapterIndexAttributes, IAssignedUsersAttributes, ISubjectIndexModelAttributes } from './interfaces/subjectIndexInterface.js';
90
- import { ISubscriptionPlanFiles, ISubscriptionPlanModelAttributes } from './interfaces/subscriptionPlanInterface.js';
91
- import { ISyllabusModelAttributes } from './interfaces/syllabusInterface.js';
92
- import { ITaskConversationsAttributes, ITaskManagementModelAttributes } from './interfaces/taskManagementInterface.js';
93
- import { ITestimonialModelAttributes } from './interfaces/testimonialInterface.js';
94
- import { IToDoModelAttributes } from './interfaces/toDoInterface.js';
95
- import { ITokenAttributes, ITokenDao, ITokenService } from './interfaces/tokenInterface.js';
96
- import { ITripModelAttributes } from './interfaces/tripInterface.js';
97
- import { ITypeManagementModelAttributes } from './interfaces/typeManagementInterface.js';
98
- import { IUniqueNumberCounterModelAttributes } from './interfaces/uniqueNumberCounterInterface.js';
99
- import { IUserBookAssessmentModelAttributes } from './interfaces/userBookAssessmentInterface.js';
100
- import { IUserHasFiles, IUserHasQualification, IUserSchoolInfo, IExperienceSchema, ILastSchoolSchema, IAddressSchema, IEmergencyContactSchema, IWorkingDetailsSchema, IUserDetailsAttributes } from './interfaces/userDetailsInterface.js';
101
- import { collectionHasUserFeeType, IUserFeeTypeByAccountModelAttributes } from './interfaces/userFeeTypeByAccountInterface.js';
102
- import { IUserFeeTypeModelAttributes } from './interfaces/userFeeTypeInterface.js';
103
- import { IUserHasAnnouncementModelAttributes } from './interfaces/userHasAnnouncementInterface.js';
104
- import { IUserHasBatchModelAttributes } from './interfaces/userHasBatchInterface.js';
105
- import { IUserHasCourseModelAttributes } from './interfaces/userHasCourseInterface.js';
106
- import { IUserHasDeviceModelAttributes } from './interfaces/userHasDeviceInterface.js';
107
- import { IUserHasFeeTermsModelAttributes, IUserPayFeeAttributes } from './interfaces/userHasFeeTermsInterface.js';
108
- import { IUserHasFileModelAttributes } from './interfaces/userHasFileInterface.js';
109
- import { IUserHasHomeWorkModelAttributes } from './interfaces/userHasHomeWorkInterface.js';
110
- import { IUserHasInventoryHistoryModelAttributes } from './interfaces/userHasInventoryHistoryInterface.js';
111
- import { IUserHasInventoryModelAttributes } from './interfaces/userHasInventoryInterface.js';
112
- import { IUserHasLeaveHistoryModelAttributes } from './interfaces/userHasLeaveHistoryInterface.js';
113
- import { IUserHasLeaveModelAttributes } from './interfaces/userHasLeaveInterface.js';
114
- import { IUserHasOfferModelAttributes } from './interfaces/userHasOfferInterface.js';
115
- import { IUserHasParentAttributes } from './interfaces/userHasParentInterface.js';
116
- import { IUserHasRoleAttributes } from './interfaces/userHasRoleInterface.js';
117
- import { IUserHasRollNumberModelAttributes } from './interfaces/userHasRollNumberInterface.js';
118
- import { IUserHasStorageModelAttributes } from './interfaces/userHasStorageInterface.js';
119
- import { IUserHasSubjectFeeModelAttributes } from './interfaces/userHasSubjectFeeInterface.js';
120
- import { IUserInstituteMetaSlots, IUserInstituteMetaAttributes } from './interfaces/userInstituteMetaInterface.js';
121
- import { IUserAttributes } from './interfaces/userInterface.js';
122
- import { IUserLeaveRequestModelAttributes } from './interfaces/userLeaveRequestInterface.js';
123
- import { IUserMetaAttributes } from './interfaces/userMetaInterface.js';
124
- import { IUserPayoutDetailsModelAttributes } from './interfaces/userPayoutDetailsInterface.js';
125
- import { IUserPayoutHistoryModelAttributes } from './interfaces/userPayoutHistoryInterface.js';
126
- import { IUserPayoutModelAttributes } from './interfaces/userPayoutInterface.js';
127
- import { IUserProjectAssessmentOptionModelAttributes } from './interfaces/userProjectAssessmentOptionInterface.js';
128
- import { IUserRequiredStepsAttributes } from './interfaces/userRequiredStepsInterface.js';
129
- import { ITrustInformation, ICorrespondentInformation, ITrustiesInformation, IBuildingInformation, IHscSscSchema, ICoInfrastructureSchema, ISchoolInformation, IUserSchoolMetaModelAttributes } from './interfaces/userSchoolMetaInterface.js';
130
- import { IVehicleModelAttributes } from './interfaces/vehicleInterface.js';
131
- import { IVendorModelAttributes } from './interfaces/vendorManagementInterface.js';
132
- import { IVideoAnalystModelAttributes } from './interfaces/videoAnalystInterface.js';
133
- import { IWalletHistoryModelAttributes } from './interfaces/walletHistoryInterface.js';
134
- import { IWalletModelAttributes } from './interfaces/walletInterface.js';
135
- import { IWalletTransactionUsers, IWalletTransactionModelAttributes } from './interfaces/walletTransactionInterface.js';
136
- import { IWorkingDayAttributes } from './interfaces/workingDayInterface.js';
137
- import { IWorkingShiftAttributes } from './interfaces/workingShiftInterface.js';
138
- import { uploadFileToS3, getPresignedUrl } from './helpers/s3Uploader.js';
139
- import { pick, isValidMongoDbId, omit, ensureDirectoryExists, generateOtp, generateAlphaNumericCode, generateTempPassword, getUniqueArrayByFields, keyByFieldOrFields, groupByFieldOrFields, isTimeWithinRange, isDateWithinRange, startOfDay, generateUuidToNumber, endOfDay, groupByFields, sortArray, getChildrenByParentId, getParentsByChildrenId, buildNestedStructure, flattenNestedStructure, removeFalsyValues, isValidUUID, parseOrderOptions, capitalizeFirst, normalizeToArray, fromSnakeCaseToNormalText, slugify, assignNonNull, isUserSchoolInfoUpdate, chunkArray, extractFromObject, enumAlternatives, objectIdAlternatives, uuidIdAlternatives, customPagination, generateHmacSHA256, verifyHmacSHA256, generateVoucherCode, getCityAreas, getNextLetter } from './helpers/utils.js';
140
- import { MongooseCommonService } from './services/Concrete/mongooseCommonService.js';
141
- import SequelizeCommonService from './services/Concrete/sequelizeCommonService.js';
142
- import { IMongooseCommonService } from './services/Contracts/IMongooseCommonService.js';
143
- import { ISequelizeCommonService } from './services/Contracts/ISequelizeCommonService.js';
144
- import { TAcademicCalendarModelCreationAttributes, TUpdateAcademicCalenderStatusParams } from './types/academicCalendarType.js';
145
- import { TAccountHasReceiptDetailsModelCreationAttributes, TAccountHasReceiptDetailAttributesWithAssociations } from './types/accountHasReceiptDetailsType.js';
146
- import { TAnnouncementModelCreationAttributes, TAnnouncementCreateParams } from './types/announcementType.js';
147
- import { TApproveRequestCreationAttributes } from './types/approveRequestType.js';
148
- import { TAeraModelCreationAttributes } from './types/areaType.js';
149
- import { TAttendanceCreationAttributes } from './types/attendanceType.js';
150
- import { TBankAccountDetailsModelCreationAttributes } from './types/bankAccountDetailsType.js';
151
- import { TBannerModelCreationAttributes, TBannerAttributesWithAssociations } from './types/bannerType.js';
152
- import { TBatchSubjectBookAssessmentModelCreationAttributes, TBatchSubjectBookAssessmentAttributesWithAssociations } from './types/batchSubjectBookAssessmentType.js';
153
- import { TBatchSubjectProjectAssessmentModelCreationAttributes, TBatchSubjectProjectAssessmentAttributesWithAssociations } from './types/batchSubjectProjectAssessmentType.js';
154
- import { TBatchModelCreationAttributes, TBatchWithAssociationsAttributes } from './types/batchType.js';
155
- import { TBlogModelCreationAttributes } from './types/blogType.js';
156
- import { TBookAssessmentDateModelCreationAttributes, TBookAssessmentDateAttributesWithAssociations } from './types/bookAssessmentDateType.js';
157
- import { TCareerModelCreationAttributes } from './types/careerType.js';
158
- import { TCategoriesModelCreationAttributes } from './types/categoriesType.js';
159
- import { TCertificatesHistoryModelCreationAttributes } from './types/certificatesHistoryType.js';
160
- import { TCertificatesManagementModelCreationAttributes } from './types/certificatesManagementType.js';
161
- import { TClassRoomModelCreationAttributes } from './types/classRoomType.js';
162
- import { TCloudStorageModelCreationAttributes } from './types/cloudStorageType.js';
163
- import { TCoinPurchaseOfferModelCreationAttributes } from './types/coinPurchaseOfferType.js';
164
- import { TPaginationOptions } from './types/commonType.js';
165
- import { TContactFeedBackModelCreationAttributes } from './types/contactFeedBackType.js';
166
- import { TCourseHasVisitorsModelCreationAttributes } from './types/courseHasVisitorsType.js';
167
- import { TCourseModelCreationAttributes } from './types/courseType.js';
168
- import { TDailyBookModelCreationAttributes } from './types/dailyBookType.js';
169
- import { TDashboardManagementModelCreationAttributes } from './types/dashboardManagementType.js';
170
- import { TDriverModelCreationAttributes, TDriverWithAssociation } from './types/driverType.js';
171
- import { TEntityGroupModelCreationAttributes } from './types/entityGroupType.js';
172
- import { TEventModelCreationAttributes } from './types/eventType.js';
173
- import { TExamGroupCreationAttributes, TUpdateExamGroupDataParams } from './types/examGroupType.js';
174
- import { TExamHasAnswerSheetModelCreationAttributes } from './types/examHasAnswerSheetType.js';
175
- import { TExamModelCreationAttributes, TExamAttributesWithAssociations } from './types/examType.js';
176
- import { TFacilityCreationAttributes } from './types/facilityType.js';
177
- import { TFeatureActionCreationAttributes } from './types/featureActionType.js';
178
- import { TFeeHistoryDetailsModelCreationAttributes, TFeeHistoryDetailsWithAssociation } from './types/feeHistoryDetailsType.js';
179
- import { TFeeHistoryModelCreationAttributes, TFeeHistoryAttributesWithAssociations } from './types/feeHistoryType.js';
180
- import { TFeeReminderSettingModelCreationAttributes } from './types/feeReminderSettingType.js';
181
- import { TFeeReminderModelCreationAttributes } from './types/feeReminderType.js';
182
- import { TFeeReminderTypeModelCreationAttributes } from './types/feeReminderTypeType.js';
183
- import { TFeeTypeHasTermsModelCreationAttributes } from './types/feeTypeHasTermsType.js';
184
- import { TFeeTypeModelCreationAttributes } from './types/feeTypeType.js';
185
- import { TFeedBackModelCreationAttributes } from './types/feedBackType.js';
186
- import { TFeesCollectionModelCreationAttributes } from './types/feesCollectionType.js';
187
- import { TFileStorageModelCreationAttributes } from './types/fileStorageType.js';
188
- import { TFloorManagementCreationAttributs } from './types/floormanagementType.js';
189
- import { TGenarateIdCardModelAttributes } from './types/generateIdCardType.js';
190
- import { TGreetingsModelCreationAttributes, TGreetingAttributesWithAssociations } from './types/greetingsType.js';
191
- import { THolidayModelCreationAttributes } from './types/holidayType.js';
192
- import { THomeWorkModelCreationAttributes } from './types/homeWorkType.js';
193
- import { TInformationSupportModelCreationAttributes } from './types/informationSupportType.js';
194
- import { TInquiryModelCreationAttributes } from './types/inquiryType.js';
195
- import { TInstituteEntityCreationAttributes, TInstituteEntityWithAssociation } from './types/instituteEntityType.js';
196
- import { TInstituteEntityTypeCreationAttributes } from './types/instituteEntityTypeType.js';
197
- import { TInstituteSubscriptionPlanModelCreationAttributes } from './types/instituteSubscriptionPlanType.js';
198
- import { TInstituteCreationAttributes } from './types/instituteType.js';
199
- import { TInventoryHistoryModelCreationAttributes } from './types/inventoryHistoryType.js';
200
- import { TInventoryModelCreationAttributes } from './types/inventoryType.js';
201
- import { TJobApplyCreationAttributes } from './types/jobApply.js';
202
- import { TLectureHistoryModelCreationAttributes, TLectureHistoryWithAssociation } from './types/lectureHistoryType.js';
203
- import { TLectureModelCreationAttributes, TLectureWithAssociation } from './types/lectureType.js';
204
- import { TMasterLeaveModelCreationAttributes } from './types/masterLeaveType.js';
205
- import { TModuleFeatureCreationAttributes } from './types/moduleFeatureType.js';
206
- import { TModuleCreationAttributes } from './types/moduleType.js';
207
- import { TOfferModelCreationAttributes } from './types/offerType.js';
208
- import { TPaymentTermsModelCreationAttributes } from './types/paymentTermsType.js';
209
- import { TPdcChequeModelCreationAttributes, TPdcChequeWithAssociation } from './types/pdcChequeType.js';
210
- import { TPdcHistoryModelCreationAttributes } from './types/pdcHistoryType.js';
211
- import { TPhotosGalleryModelCreationAttributes } from './types/photosGalleryType.js';
212
- import { TPlannerCreationAttributes, TUpdatePlannerDataParams } from './types/plannerType.js';
213
- import { TProductsModelCreationAttributes } from './types/productType.js';
214
- import { TProjectAssessmentOptionModelCreationAttributes, TProjectAssessmentOptionAttributesWithAssociations } from './types/projectAssessmentOptionType.js';
215
- import { TRoleCreationAttributes, TRolePermission } from './types/roleType.js';
216
- import { TRulesRegulationCreationAttributes } from './types/rulesRegulationType.js';
217
- import { TSchoolFeeCollectionModelCreationAttributes } from './types/schoolFeeCollectionType.js';
218
- import { TSchoolFeeModelCreationAttributes } from './types/schoolFeeType.js';
219
- import { TSchoolOfferModelCreationAttributes } from './types/schoolOfferType.js';
220
- import { TNotificationModelCreationAttributes } from './types/sendNotificationType.js';
221
- import { TSlotModelCreationAttributes } from './types/slotType.js';
222
- import { TSubCategoriesModelCreationAttributes } from './types/subCategoryType.js';
223
- import { TSubjectHasFeeModelCreationAttributes } from './types/subjectHasFeeType.js';
224
- import { TSubjectHasPayFeeHistoryModelCreationAttributes } from './types/subjectHasPayFeeHistoryType.js';
225
- import { TSubjectIndexModelCreationAttributes, TSubjectIndexAttributesWithAssociations } from './types/subjectIndexType.js';
226
- import { TSubscriptionPlanCreationAttributes } from './types/subscriptionPlanType.js';
227
- import { TSyllabusCreationAttributes, TSyllabusAttributesWithAssociations } from './types/syllabusType.js';
228
- import { TTaskManagementCreationAttributes } from './types/taskManagementType.js';
229
- import { TTestimonialModelCreationAttributes, TTestimonialAttributesWithAssociations } from './types/testimonialType.js';
230
- import { TToDoModelCreationAttributes, TToDoWithAssociation } from './types/toDoType.js';
231
- import { TTripModelCreationAttributes } from './types/tripType.js';
232
- import { TTypeManagementModelCreationAttributes } from './types/typeManagementType.js';
233
- import { TUniqueNumberCounterCreationAttributes } from './types/uniqueNumberCounterType.js';
234
- import { TUserBookAssessmentModelCreationAttributes, TUserBookAssessmentAttributesWithAssociations } from './types/userBookAssessmentType.js';
235
- import { TUserDetailsModelCreationAttributes } from './types/userDetailsType.js';
236
- import { TUserFeeTypeByAccountModelCreationAttributes } from './types/userFeeTypeByAccountType.js';
237
- import { TUserFeeTypeModelCreationAttributes, TUserFeeTypeModelCreationWithBankIdAttributes } from './types/userFeeTypeType.js';
238
- import { TUserHasAnnouncementModelCreationAttributes } from './types/userHasAnnouncementType.js';
239
- import { TUserHasBatchModelCreationAttributes, TUserHasBatchModelAttributesWithAssociations } from './types/userHasBatchType.js';
240
- import { TUserHasCourseModelCreationAttributes } from './types/userHasCourseType.js';
241
- import { TUserHasDeviceModelCreationAttributes } from './types/userHasDeviceType.js';
242
- import { TUserHasFeeTermsModelCreationAttributes } from './types/userHasFeeTermsType.js';
243
- import { TUserHasFileCreationAttributes } from './types/userHasFileType.js';
244
- import { TUserHasHomeWorkAttributes } from './types/userHasHomeWorkType.js';
245
- import { TUserHasInventoryHistoryModelCreationAttributes } from './types/userHasInventoryHistoryType.js';
246
- import { TUserHasInventoryModelCreationAttributes } from './types/userHasInventoryType.js';
247
- import { TUserHasLeaveHistoryModelCreationAttributes } from './types/userHasLeaveHistoryType.js';
248
- import { TUserHasLeaveModelCreationAttributes } from './types/userHasLeaveType.js';
249
- import { TUserHasOfferModelCreationAttributes } from './types/userHasOffer.js';
250
- import { TUserHasParentCreationAttributes, TCreateParentUserType, TCreateParentType } from './types/userHasParentType.js';
251
- import { TUserHasRoleCreationAttributes } from './types/userHasRoleType.js';
252
- import { TUserHasRollNumberModelCreationAttributes } from './types/userHasRollNumberType.js';
253
- import { TUserHasStorageModelCreationAttributes } from './types/userHasStorageType.js';
254
- import { TUserHasSubjectFeeModelCreationAttributes } from './types/userHasSubjectFeeType.js';
255
- import { TUserInstituteMetaCreationAttributes } from './types/userInstituteMetaType.js';
256
- import { TUserLeaveRequestModelCreationAttributes } from './types/userLeaveRequestType.js';
257
- import { TUserMetaCreationAttributes, TParentsUserMetaModelAttributes, TGuardiansUserMetaModelAttributes } from './types/userMetaType.js';
258
- import { TUserPayoutDetailsModelCreationAttributes } from './types/userPayoutDetailsType.js';
259
- import { TUserPayoutHistoryModelCreationAttributes } from './types/userPayoutHistoryType.js';
260
- import { TUserPayoutModelCreationAttributes, TUserPayoutWithDetails } from './types/userPayoutType.js';
261
- import { TUserProjectAssessmentOptionModelCreationAttributes, TUserProjectAssessmentOptionAttributesWithAssociations } from './types/userProjectAssessmentOptionType.js';
262
- import { TUserRequiredStepsAttributes } from './types/userRequiredStepsType.js';
263
- import { TUserSchoolMetaModelCreationAttributes } from './types/userSchoolMetaType.js';
264
- import { TUserCreationAttributes, TUserParentAttributes, TGenerateTokenRes } from './types/userType.js';
265
- import { TVehicleModelCreationAttributes } from './types/vehicleType.js';
266
- import { TVendorCreationAttributes } from './types/vendorType.js';
267
- import { TVideoAnalystCreationAttributes } from './types/videoAnalystType.js';
268
- import { TWalletHistoryModelCreationAttributes } from './types/walletHistoryType.js';
269
- import { TWalletTransactionModelCreationAttributes } from './types/walletTransactionType.js';
270
- import { TWalletModelCreationAttributes } from './types/walletType.js';
271
- import { TWorkingDayCreationAttributes } from './types/workingDayType.js';
272
- import { TWorkingShiftCreationAttributes } from './types/workingShiftType.js';
273
- import { s3 } from './configs/aws.js';
274
- import { ENV_VARIABLE } from './configs/env.js';
275
- import { SIXTY, ONE_HUNDRED, ONE_THOUSAND, USER_INSTITUTE_META_STATUS_REJECTED_COUNT, PAGINATION, DEFAULT_CLASS_ROOM_TITLE, DEFAULT_BATCH_TITLE, PAGINATION_ORDER, PAGINATION_UPDATE_ORDER, EMAIL_VERIFICATION, MOBILE_VERIFICATION, PDF_MICRO_SERVICE_END_POINT, USER_STATUS, INVENTORY_TYPE, USER_INVENTORY_ACTION, ATTENDANCE_STATUS, ATTENDANCE_TYPE, SCHOOL_TYPE, SCHOOL_SUB_TYPE, GENDER, ASSIGN_TYPE, RETURN_STATUS, ACADEMIC_CALENDARS_TYPE, USER_TYPES, TOKEN_TYPES, COMMAN_STATUS, USER_COURSE_STATUS, TRIP_TYPE, GREETING_TYPE, FEE_REMINDER_SETTING_STATUS, TERM_DURATION, FEE_REMINDER_SETTING_TYPE, FEE_REMINDER_SETTING_FREQUENCY, FEE_TYPE_FREQUENCY, PAYMENT_TYPE, FEE_PAYMENT_STATUS, INSTITUTE_STATUS, OFFER_TYPE, OFFER_NAME, LEAVE_TYPE, LEAVE, LEAVE_STATUS, WORKIN_DAY_STATUS, SCHOOL_SHIFT, INSTITUTE_ENTITY_STATUS, INSTITUTE_ENTITY_TYPE_STATUS, INSTITUTE_ENTITY_TYPE_SEQUENCE, ADMISSION_TYPE, NO_TYPE, USER_DETAILS, WORK_TYPE, BLOG_STATUS, WORK_CATEGORY, DISABILITY_TYPE, GUARDIANS_USER_META_MODEL_STATUS, USER_HAS_PARENT_STATUS, USER_INSTITUTE_META_STATUS, EMPLOYMENT_TYPE, FACILITY_TYPE, FEED_BACK_TYPE, FEED_BACK_STATUS, APP_TYPE, BANNER_TYPE, ACADEMIC_CALENDARS_STATUS, FILE_TYPE, TYPE_MANAGEMENT_TYPE, TYPE_MANAGEMENT_STATUS, APPROVE_REQUEST_TYPE, APPROVE_REQUEST_STATUS, ANNOUCEMENT_SCHEDULE_TYPE, TYPE_OF_USER, ANNOUCEMENT_STATUS, USER_HAS_ANNOUCEMENT_STATUS, GREETING_STATUS, EXAM_MODE, COURSE_STATUS, EXAM_STATUS, EXAM_ANSWER_SELECTION_TYPE, EXAM_VALID_ANSWER_TYPE, EXAM_ANSWER_SHEET_STATUS, EXAM_ANSWER_SHEET_RESULT_STATUS, EXAM_ANSWER_SHEET_RESULT_TYPE, PAYMENT_TERMS_STATUS, PAYMENT_TERMS_TYPE, EXAM_ANSWER_SHEET_QUESTION_RESULT, LECTURE_SLOT_DURATION, SUBJECT_INDEX_TYPE, EXAM_GROUP_STATUS, EXAM_GROUP_STANDARD_RESULT, INQUIRY_REFERRED_BY, INQUIRY_STATUS, IMAGE__NAME, CHAPTER_INDEX_TYPE, USER_CHAPTER_INDEX_STATUS, FEE_HISTORY_STATUS, CHAPTER_INDEX_FILE_TYPE, PARENTS_CHILDREN_CURRENT, USER_PAYOUT_TYPE, QDC_NAME, SVA_NAME, TRUST_TYPE, TRUST_REGISTERED_UNDER, DESIGNATION_OF_PERSON, PROPERTY_STATUS, BOOLEAN_STATUS, FEE_TYPE, IS_PRINCIPAL, CATEGORY, NATIONALITY, RELIGION_CASTE, CASTE, SCHOOL_INFORMATION_STEP, LECTURE_STATUS, LECTURE_TITLE, TO_DO_STATUS, SVG_URL_PATH, UPLOAD_PATH, DEFAULT_INSTITUTED_LOGO, API_URL, GOOGLE_AUTH, META_AUTH, APPLE_AUTH, PINCODE_API_URL, EMAIL_TEMPLATES, PDF_TEMPLATES, EMAIL_SUBJECTS, bankAccountRegexMap, templateKeyWord, DEVICE_TYPE, USER_DETAILS_FILED, TASK_MANAGEMENT_STATUS, BOOK_ASSESSMENT_DATE_STATUS, USER_BOOK_ASSESSMENT_STATUS, PROJECT_ASSESSMENT_OPTION_STATUS, NOTIFICATION_TYPE, NOTIFICATION_STATUS, NOTIFICATION_MODULE_TYPE, NOTIFICATION_ACTION, PLANNER_SYNC_STATUS, CONTACT_FEED_BACK_TYPE, DISCOUNT_TYPE, SUBSCRIPTION_PLAN_CHARGE_INTERVAL, VALID_CURRENCY, SUBSCRIPTION_PLAN_FILES_TYPE, SOCKET_EVENTS, HOME_WORK_STATUS, LANGUAGES, PDF_CHEQUE_STATUS, PDF_CHEQUE_FREQUENCY, INVOICE_PAYMENT_TYPE, COLUMN_LIST_TITLE, PURCHASE_STATUS, INVOICE_TYPE, TEACHER_TYPE, REPLACE_TEACHER_STATUS, WALLET_HISTORY_TYPE, WALLET_HISTORY_ITEM_TYPE, WALLET_HISTORY_ACTION, WALLET_HISTORY_STATUS, WALLET_TRANSACTION_USERS_TYPE, INSTITUTE_SUBSCRIPTION_PLAN_STATUS, CHARGE_PER_TRANSACTION_ITEM_UNIT, ONE_GB_BYTES, JOB_ACTION, PAYMENT_GATEWAY_TYPES, PAYMENT_METHODS, WALLET_TRANSACTION_VALID_DATE_IN_MINUTES, WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES, COIN_PURCHASE_GST_PERCENTAGE, PAYMENT_PROCESSING_STATUS_URL, PAYMENT_PROCESSING_PAGE_URL, PAYMENT_PROCESSING_CALLBACK_URL, INITIAL_FREE_COIN, INITIAL_FREE_STORAGE_IN_GB, FREE_SUBSCRIPTION_SEQUENCE } from './constants/app.js';
276
- import { INSTITUTE_DEFAULT_ATTRIBUTES, INSTITUTE_WORKING_DAY_DEFAULT_ATTRIBUTES, DEFAULT_EXCLUDES_ATTRIBUTES, USER_BASIC_DETAIL, SUBJECT_FEE_BASIC_DETAIL, FEE_COLLECTION_BASIC_DETAIL, INSTITUTE_BASIC_DETAIL, FILE_BASIC_DETAIL, USER_PAYOUT_BASIC_DETAIL } from './constants/defaultModelAttributes.js';
277
- import { ERROR_MESSAGES, USER_ERROR_MESSAGES, USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES, BANNER_ERROR_MESSAGES, APPROVE_REQUEST_ERROR_MESSAGES, INQUIRY_ERROR_MESSAGES, INFORMATION_SUPPORT_ERROR_MESSAGES, BANK_ACCOUNT_DETAILS_ERROR_MESSAGES, SCHOOL_SHIFT_ERROR_MESSAGES, ACCOUNT_RECEIPT_ERROR_MESSAGES, SCHOOL_FEES_COLLECTION_ERROR_MESSAGES, FEEDBACK_ERROR_MESSAGES, SUBSCRIPTION_ERROR_MESSAGES, LEAVE_ERROR_MESSAGES, MASTER_LEAVE_ERROR_MESSAGES, FEE_HISTORY_ERROR_MESSAGES, SUBJECT_HAS_FEE_ERROR_MESSAGES, USER_HAS_INVENTORY_ERROR_MESSAGES, CATEGORY_ERROR_MESSAGES, INVENTORY_ERROR_MESSAGES, PAYMENT_TERMS_ERROR_MESSAGES, INVENTORY_HISTORY_ERROR_MESSAGES, OFFER_ERROR_MESSAGES, FACILITY_ERROR_MESSAGES, FEE_TYPE_ERROR_MESSAGES, SCHOOL_FEE_ERROR_MESSAGES, USER_FEE_TYPE_ERROR_MESSAGES, FEESCOLLECTION_ERROR_MESSAGES, FEEREMINDER_ERROR_MESSAGES, FEE_REMINDER_SETTING_ERROR_MESSAGES, FEE_REMINDER_ERROR_MESSAGES, USER_HAS_OFFER_ERROR_MESSAGES, USER_HAS_ROLL_NUMBER_ERROR_MESSAGES, HOLIDAY_ERROR_MESSAGES, EVENT_ERROR_MESSAGES, ACADEMIC_CALENDAR_ERROR_MESSAGES, BATCH_ERROR_MESSAGES, CLASSROOM_ERROR_MESSAGES, TYPE_MANAGEMENT_ERROR_MESSAGES, ROLE_ERROR_MESSAGES, MODULE_ERROR_MESSAGES, INSTITUTE_ERROR_MESSAGES, INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES, INSTITUTE_ENTITY_ERROR_MESSAGES, USER_INSTITUTE_META_ERROR_MESSAGES, PARENTS_ERROR_MESSAGES, ANNOUCEMENT_ERROR_MESSAGES, EXAM_ERROR_MESSAGES, EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES, FILE_STORAGE_ERROR_MESSAGES, ATTENDANCE_ERROR_MESSAGES, USER_SCHOOL_METADATA_ERROR_MESSAGES, WORKING_DAYS_ERROR_MESSAGES, LECTURE_ERROR_MESSAGES, TRIP_ERROR_MESSAGES, SLOT_ERROR_MESSAGES, TO_DO_ERROR_MESSAGES, COURSE_ERROR_MESSAGES, USER_HAS_COURSE_ERROR_MESSAGES, GREETING_ERROR_MESSAGES, PDC_CHEQUE_ERROR_MESSAGES, VIDEO_ANALYST_ERROR_MESSAGES, BLOG_ERROR_MESSAGES, DRIVER_ERROR_MESSAGES, TESTIMONIAL_ERROR_MESSAGES, SUBJECT_INDEX_ERROR_MESSAGES, USER_PAYOUT_ERROR_MESSAGES, USER_PAYOUT_HISTORY_ERROR_MESSAGES, EXAM_GROUP_ERROR_MESSAGES, TASK_MANAGEMENT_ERROR_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES, USER_BOOK_ASSESSMENT_ERROR_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES, VEHICLE_ERROR_MESSAGES, GENERATE_ID_CARD_ERROR_MESSAGES, CONTACT_FEED_BACK_ERROR_MESSAGES, PHOTO_GALLERY_ERROR_MESSAGES, NOTIFICATION_ERROR_MESSAGES, RULES_REGULATION_ERROR_MESSAGES, CAREER_ERROR_MESSAGES, SIGNED_URL_ERROR_MESSAGES, FLOOR_MANAGEMENT_ERROR_MESSAGES, SUBSCRIPTION_PLAN_ERROR_MESSAGES, CLOUD_STORAGE_ERROR_MESSAGES, HOME_WORK_ERROR_MESSAGES, USER_HAS_HOME_WORK_ERROR_MESSAGES, DAILY_BOOK_ERROR_MESSAGES, SYLLABUS_ERROR_MESSAGES, COIN_PURCHASE_OFFER_ERROR_MESSAGES, VENDOR_MANAGEMENT_ERROR_MESSAGES, SUB_CATEGORY_ERROR_MESSAGES, PRODUCT_ERROR_MESSAGES, INVOICE_ERROR_MESSAGES, COLUMN_ERROR_MESSAGES, PDC_HISTORY_ERROR_MESSAGES, DASHBOARD_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_HISTORY_ERROR_MESSAGES, REPLACE_TEACHER_ERROR_MESSAGES, WALLET_ERROR_MESSAGES, WALLET_HISTORY_ERROR_MESSAGES, WALLET_TRANSACTION_ERROR_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES, USER_HAS_STORAGE_ERROR_MESSAGES, ENTITY_GROUP_ERROR_MESSAGES, JOB_APPLY_ERROR_MESSAGES, USER_REQUIRED_STEPS_ERROR_MESSAGES, PAYMENT_TRANSACTION_ERROR_MESSAGES } from './constants/errorMessages.js';
278
- import { HTTP_STATUS_CODE } from './constants/httpStatusCode.js';
279
- import { SUCCESS_MESSAGES, USER_SUCCESS_MESSAGES, BANNER_SUCCESS_MESSAGES, APPROVE_REQUEST_SUCCESS_MESSAGES, ADMIN_SUCCESS_MESSAGES, USER_FEE_TYPE_ACCOUNT_SUCCESS_MESSAGES, USER_FEE_TYPE_SUCCESS_MESSAGES, SCHOOL_FEES_COLLECTION_SUCCESS_MESSAGES, FEE_SUCCESS_MESSAGES, INQUIRY_SUCCESS_MESSAGES, INFORMATION_SUPPORT_SUCCESS_MESSAGES, FEEDBACK_SUCCESS_MESSAGES, FEE_TYPE_SUCCESS_MESSAGES, ACCOUNT_RECEIPT_SUCCESS_MESSAGES, BANK_ACCOUNT_DETAILS_SUCCESS_MESSAGES, SUBSCRIPTION_SUCCESS_MESSAGES, SCHOOL_SHIFT_SUCCESS_MESSAGES, FEE_REMINDER_SUCCESS_MESSAGES, FACILITY_SUCCESS_MESSAGES, PAYMENT_TERMS_SUCCESS_MESSAGES, LEAVE_SUCCESS_MESSAGES, MASTER_LEAVE_SUCCESS_MESSAGES, FEE_HISTORY_SUCCESS_MESSAGES, SUBJECT_HAS_FEE_SUCCESS_MESSAGES, USER_HAS_INVENTORY_SUCCESS_MESSAGES, USER_HAS_INVENTORY_HISTORY_SUCCESS_MESSAGES, INVENTORY_SUCCESS_MESSAGES, INVENTORY_HISTORY_SUCCESS_MESSAGES, CATEGORY_SUCCESS_MESSAGES, OFFER_SUCCESS_MESSAGES, FEESCOLLECTION_SUCCESS_MESSAGES, FEEREMINDER_SUCCESS_MESSAGES, FEE_REMINDER_SETTING_SUCCESS_MESSAGES, USER_HAS_OFFER_SUCCESS_MESSAGES, USER_HAS_ROLL_NUMBER_SUCCESS_MESSAGES, HOLIDAY_SUCCESS_MESSAGES, EVENT_SUCCESS_MESSAGES, ACADEMIC_CALENDAR_SUCCESS_MESSAGES, BATCH_SUCCESS_MESSAGES, CLASSROOM_SUCCESS_MESSAGES, ROLE_SUCCESS_MESSAGES, MODULE_SUCCESS_MESSAGES, INSTITUTE_SUCCESS_MESSAGES, WORKING_DAYS_SUCCESS_MESSAGES, INSTITUTE_ENTITY_SUCCESS_MESSAGES, INSTITUTE_ENTITY_TYPE_SUCCESS_MESSAGES, USER_INSTITUTE_META_SUCCESS_MESSAGES, PARENTS_SUCCESS_MESSAGES, TYPE_MANAGEMENT_SUCCESS_MESSAGES, ANNOUCEMENT_SUCCESS_MESSAGES, EXAM_SUCCESS_MESSAGES, EXAM_HAS_ANSWER_SHEET_SUCCESS_MESSAGES, ATTENDANCE_SUCCESS_MESSAGES, USER_SCHOOL_METADATA_SUCCESS_MESSAGES, LECTURE_SUCCESS_MESSAGES, TRIP_SUCCESS_MESSAGES, SLOT_SUCCESS_MESSAGES, TO_DO_SUCCESS_MESSAGES, COURSE_SUCCESS_MESSAGES, USER_HAS_COURSE_SUCCESS_MESSAGES, GREETING_SUCCESS_MESSAGES, PDC_CHEQUE_SUCCESS_MESSAGES, TESTIMONIAL_SUCCESS_MESSAGES, VIDEO_ANALYST_SUCCESS_MESSAGES, BLOG_SUCCESS_MESSAGES, DRIVER_SUCCESS_MESSAGES, SUBJECT_INDEX_SUCCESS_MESSAGES, USER_PAYOUT_SUCCESS_MESSAGES, USER_PAYOUT_HISTORY_SUCCESS_MESSAGES, PLANNER_SUCCESS_MESSAGES, EXAM_GROUP_SUCCESS_MESSAGES, TASK_MANAGEMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_SUCCESS_MESSAGES, USER_BOOK_ASSESSMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_SUCCESS_MESSAGES, VEHICLE_SUCCESS_MESSAGES, GENERATE_ID_CARD_SUCCESS_MESSAGES, CONTACT_FEED_BACK_SUCCESS_MESSAGES, PHOTO_GALLERY_SUCCESS_MESSAGES, NOTIFICATION_SUCCESS_MESSAGES, CUSTOME_NOTIFICATION_SUCCESS_MESSAGES, RULE_REGULATION_SUCCESS_MESSAGES, CAREER_SUCCESS_MESSAGES, FLOOR_MANAGEMENT_SUCCESS_MESSAGES, SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, CLOUD_STORAGE_SUCCESS_MESSAGES, HOME_WORK_SUCCESS_MESSAGES, USER_HAS_HOME_WORK_SUCCESS_MESSAGES, DAILY_BOOK_SUCCESS_MESSAGES, SYLLABUS_SUCCESS_MESSAGES, COIN_PURCHASE_OFFER_SUCCESS_MESSAGES, VENDOR_MANAGEMENT_SUCCESS_MESSAGES, SUB_CATEGORY_SUCCESS_MESSAGES, PRODUCT_SUCCESS_MESSAGES, INVOICE_SUCCESS_MESSAGES, COLUMN_SUCCESS_MESSAGES, PDC_HISTORY_SUCCESS_MESSAGES, DASHBOARD_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_HISTORY_SUCCESS_MESSAGES, REPLACE_TEACHER_SUCCESS_MESSAGES, WALLET_SUCCESS_MESSAGES, WALLET_HISTORY_SUCCESS_MESSAGES, WALLET_TRANSACTION_SUCCESS_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, USER_HAS_STORAGE_SUCCESS_MESSAGES, ENTITY_GROUP_SUCCESS_MESSAGES, JOB_APPLY_SUCCESS_MESSAGES, USER_REQUIRED_STEPS_SUCCESS_MESSAGES, PAYMENT_TRANSACTION_SUCCESS_MESSAGES } from './constants/successMessages.js';
280
- import ApprovalRequestModel from './models/mongodb/approvalRequestModel.js';
281
- import AttendanceModel from './models/mongodb/attendanceModel.js';
282
- import BlogModel from './models/mongodb/blogModel.js';
283
- import CareerModel from './models/mongodb/careerModel.js';
284
- import CertificatesHistoryModel from './models/mongodb/certificatesHistoryModel.js';
285
- import CertificatesManagementModel from './models/mongodb/certificatesManagementModel.js';
286
- import ColumnModel from './models/mongodb/columnModel.js';
287
- import DailyBookModel from './models/mongodb/dailyBookModel.js';
288
- import DashboardManagementModel from './models/mongodb/dashboardManagementModel.js';
289
- import EventModel from './models/mongodb/eventModel.js';
290
- import ExamGroupModel from './models/mongodb/examGroupModel.js';
291
- import ExamHasAnswerSheetModel from './models/mongodb/examHasAnswerSheetModel.js';
292
- import ExamModel from './models/mongodb/examModel.js';
293
- import FeeReminderTypeModel from './models/mongodb/feeReminderTypeModel.js';
294
- import FeedBackModel from './models/mongodb/feedBackModel.js';
295
- import GenerateIdCardModel from './models/mongodb/generateIdCardModel.js';
296
- import HolidayModel from './models/mongodb/holidayModel.js';
297
- import InformationSupportModel from './models/mongodb/informationSupportModel.js';
298
- import InquiryModel from './models/mongodb/inquiryModel.js';
299
- import InvoiceModel from './models/mongodb/invoiceModel.js';
300
- import JobApplyModel from './models/mongodb/jobApplyModel.js';
301
- import PhotosGalleryModel from './models/mongodb/photosGalleryModel.js';
302
- import PlannerModel from './models/mongodb/plannerModel.js';
303
- import ReplaceTeacherModel from './models/mongodb/replaceTeacherModel.js';
304
- import SchoolFeeModel from './models/mongodb/schoolFeeModel.js';
305
- import SubjectIndexModel from './models/mongodb/subjectIndexModel.js';
306
- import SubscriptionPlanModel from './models/mongodb/subscriptionPlanModel.js';
307
- import TaskManagementModel from './models/mongodb/taskManagementModel.js';
308
- import UniqueNumberCounterModel from './models/mongodb/uniqueNumberCounterModel.js';
309
- import UserDetailsModel from './models/mongodb/userDetailsModel.js';
310
- import { UserSchoolInfoSchema } from './models/mongodb/userDetailsModel.js';
311
- import { IUserDoc, UserDoc } from './models/mongodb/userDoc.js';
312
- import UserInstituteMetaModel from './models/mongodb/userInstituteMetaModel.js';
313
- import UserSchoolMetaModel from './models/mongodb/userSchoolMetaModel.js';
314
- import VideoAnalystModel from './models/mongodb/videoAnalystModel.js';
315
- import WalletTransactionModel from './models/mongodb/walletTransactionModel.js';
316
- import SubCategoriesModel from './models/psql/SubCategoriesModel.js';
317
- import AcademicCalendarModel from './models/psql/academicCalendarModel.js';
318
- import AccountHasReceiptDetailsModel from './models/psql/accountHasReceiptDetailsModel.js';
319
- import AnnouncementModel from './models/psql/announcementModel.js';
320
- import AreaModel from './models/psql/areaModel.js';
321
- import BankAccountDetailsModel from './models/psql/bankAccountDetailsModel.js';
322
- import BannerModel from './models/psql/bannerModel.js';
323
- import BatchModel from './models/psql/batchModel.js';
324
- import BatchSubjectBookAssessmentModel from './models/psql/batchSubjectBookAssessmentModel.js';
325
- import BatchSubjectProjectAssessmentModel from './models/psql/batchSubjectProjectAssessmentModel.js';
326
- import BookAssessmentDateModel from './models/psql/bookAssessmentDateModel.js';
327
- import CategoriesModel from './models/psql/categoriesModel.js';
328
- import CityModel from './models/psql/cityModel.js';
329
- import ClassRoomModel from './models/psql/classRoomModel.js';
330
- import CloudStorageModel from './models/psql/cloudStorageModel.js';
331
- import CoinPurchaseOfferModel from './models/psql/coinPurchaseOfferModel.js';
332
- import ContactFeedBackModel from './models/psql/contactFeedBackModel.js';
333
- import CountryModel from './models/psql/countryModel.js';
334
- import CourseHasVisitorsModel from './models/psql/courseHasVisitorsModel.js';
335
- import CourseModel from './models/psql/courseModel.js';
336
- import DriverModel from './models/psql/driverModel.js';
337
- import EntityGroupModel from './models/psql/entityGroupModel.js';
338
- import FacilityModel from './models/psql/facilityModel.js';
339
- import FeatureActionModel from './models/psql/featureActionModel.js';
340
- import FeeHistoryDetailsModel from './models/psql/feeHistoryDetailsModel.js';
341
- import FeeHistoryModel from './models/psql/feeHistoryModel.js';
342
- import FeeReminderModel from './models/psql/feeReminderModel.js';
343
- import FeeReminderSettingModel from './models/psql/feeReminderSettingModel.js';
344
- import FeeTypeHasTermsModel from './models/psql/feeTypeHasTermsModel.js';
345
- import FeeTypeModel from './models/psql/feeTypeModel.js';
346
- import FeesCollectionModel from './models/psql/feesCollectionModel.js';
347
- import FileStorageModel from './models/psql/fileStorageModel.js';
348
- import FloorManagementModel from './models/psql/floorManagementModel.js';
349
- import GreetingsModel from './models/psql/greetingsModel.js';
350
- import HomeWorkModel from './models/psql/homeWorkModel.js';
351
- import InstituteEntityModel from './models/psql/instituteEntityModel.js';
352
- import InstituteEntityTypeModel from './models/psql/instituteEntityTypeModel.js';
353
- import InstituteModel from './models/psql/instituteModel.js';
354
- import InstituteSubscriptionPlanModel from './models/psql/instituteSubscriptionPlanModel.js';
355
- import InventoryHistoryModel from './models/psql/inventoryHistoryModel.js';
356
- import InventoryModel from './models/psql/inventoryModel.js';
357
- import LectureHistoryModel from './models/psql/lectureHistoryModel.js';
358
- import LectureModel from './models/psql/lectureModel.js';
359
- import MasterLeaveModel from './models/psql/masterLeaveModel.js';
360
- import ModuleFeatureModel from './models/psql/moduleFeatureModel.js';
361
- import ModuleModel from './models/psql/moduleModel.js';
362
- import OfferModel from './models/psql/offerModel.js';
363
- import PaymentTermsModel from './models/psql/paymentTermsModel.js';
364
- import PdcChequeModel from './models/psql/pdcChequeModel.js';
365
- import PdcHistoryModel from './models/psql/pdcHistoryModel.js';
366
- import PincodeModel from './models/psql/pincodeModel.js';
367
- import ProductModel from './models/psql/productModel.js';
368
- import ProjectAssessmentOptionModel from './models/psql/projectAssessmentOptionModel.js';
369
- import RoleModel from './models/psql/roleModel.js';
370
- import RulesRegulationModel from './models/psql/rulesRegulationModel.js';
371
- import SchoolFeeCollectionModel from './models/psql/schoolFeeCollectionModel.js';
372
- import SchoolOfferModel from './models/psql/schoolOfferModel.js';
373
- import SendNotificationModel from './models/psql/sendNotificationModel.js';
374
- import SlotModel from './models/psql/slotModel.js';
375
- import StateModel from './models/psql/stateModel.js';
376
- import SubjectHasFeeModel from './models/psql/subjectHasFeeModel.js';
377
- import SubjectHasPayFeeHistoryModel from './models/psql/subjectHasPayFeeHistoryModel.js';
378
- import SyllabusModel from './models/psql/syllabusModel.js';
379
- import TestimonialModel from './models/psql/testimonialModel.js';
380
- import ToDoModel from './models/psql/toDoModel.js';
381
- import TokenModel from './models/psql/tokenModel.js';
382
- import TripModel from './models/psql/tripModel.js';
383
- import TypeManagementModel from './models/psql/typeManagementModel.js';
384
- import UserBookAssessmentModel from './models/psql/userBookAssessmentModel.js';
385
- import UserFeeTypeByAccountModel from './models/psql/userFeeTypeByAccountModel.js';
386
- import UserFeeTypeModel from './models/psql/userFeeTypeModel.js';
387
- import UserHasAnnouncementModel from './models/psql/userHasAnnouncementModel.js';
388
- import UserHasBatchModel from './models/psql/userHasBatchModel.js';
389
- import UserHasCourseModel from './models/psql/userHasCourseModel.js';
390
- import UserHasDeviceModel from './models/psql/userHasDeviceModel.js';
391
- import UserHasFeeTermsModel from './models/psql/userHasFeeTermsModel.js';
392
- import UserHasFileModel from './models/psql/userHasFileModel.js';
393
- import UserHasHomeWorkModel from './models/psql/userHasHomeWorkModel.js';
394
- import UserHasInventoryHistoryModel from './models/psql/userHasInventoryHistoryModel.js';
395
- import UserHasInventoryModel from './models/psql/userHasInventoryModel.js';
396
- import UserHasLeaveHistoryModel from './models/psql/userHasLeaveHistoryModel.js';
397
- import UserHasLeaveModel from './models/psql/userHasLeaveModel.js';
398
- import UserHasOfferModel from './models/psql/userHasOfferModel.js';
399
- import UserHasParentModel from './models/psql/userHasParentModel.js';
400
- import UserHasRoleModel from './models/psql/userHasRoleModel.js';
401
- import UserHasRollNumberModel from './models/psql/userHasRollNumberModel.js';
402
- import UserHasStorageModel from './models/psql/userHasStorageModel.js';
403
- import UserHasSubjectFeeModel from './models/psql/userHasSubjectFeeModel.js';
404
- import UserLeaveRequestModel from './models/psql/userLeaveRequestModel.js';
405
- import UserModel from './models/psql/userModel.js';
406
- import UserPayoutDetailsModel from './models/psql/userPayoutDetailsModel.js';
407
- import UserPayoutHistoryModel from './models/psql/userPayoutHistoryModel.js';
408
- import UserPayoutModel from './models/psql/userPayoutModel.js';
409
- import UserProjectAssessmentOptionModel from './models/psql/userProjectAssessmentOptionModel.js';
410
- import UserRequiredStepsModel from './models/psql/userRequiredStepsModel.js';
411
- import VehicleModel from './models/psql/vehicleModel.js';
412
- import VendorManagementModel from './models/psql/vendorManagementModel.js';
413
- import WalletHistoryModel from './models/psql/walletHistoryModel.js';
414
- import WalletModel from './models/psql/walletModel.js';
415
- import WorkingDayModel from './models/psql/workingDayModel.js';
416
- import WorkingShiftModel from './models/psql/workingShiftModel.js';
417
- import { sequelize, db, Sequelize } from './models/psql/index.js';
418
- import connectMongoDb from './models/mongodb/index.js';
419
- export { IAcademicCalendarModelAttributes, IAccountHasReceiptDetailsInterfaceModelAttributes, IAnnouncementModelAttributes, IApproveRequestModelAttributes, IAreaModelAttributes, IAttendanceUser, IAttendanceModelAttributes, IBankAccountDetailsInterfaceModelAttributes, IBannerModelAttributes, IBatchModelAttributes, IBatchSubjectBookAssessmentModelAttributes, IBatchSubjectProjectAssessmentModelAttributes, ICommentSchema, ILikeSchema, IShareListSchema, ISubTopicSchema, IBlogModelAttributes, IBookAssessmentDateModelAttributes, ICareerModelAttributes, ICategoriesModelAttributes, ICertificatesHistoryAttributes, ICertificatesManagementAttributes, ICityAttributes, IClassRoomModelAttributes, ICloudStorageModelAttributes, ICoinPurchaseOfferModelAttributes, IRowSchema, IColumnModelAttributes, IDefaultAttributes, IEmailOptions, ICommanDao, ICountDao, IDeleteDao, IFindAllDao, IFindOneDao, IUpsertDao, ICommanMongoDao, IContactFeedBackAttributes, ICountryAttributes, ICourseHasVisitorsModelAttributes, ICourseModelAttributes, IDailyBookModelAttributes, IModuleList, IDashboardManagementAttributes, IDriverModelAttributes, IEntityGroupModelAttributes, IEventHasBatch, IEventModelAttributes, IExamGroupDaysAttributes, IExamGroupStandardByDaysAttributes, IExamGroupModelAttributes, IAnswerSheetQuestion, IExamHasAnswerSheetModelAttributes, IExamHasBatch, IExamModelAttributes, IFacilityAttributes, IFeatureActionAttributes, IFeeHistoryDetailsModelAttributes, IFeeHistoryModelAttributes, IFeeReminderModelAttributes, IFeeReminderSettingModelAttributes, IFeeReminderTypeModelAttributes, IFeeTypeHasTermsModelAttributes, IFeeTypeModelAttributes, IConversation, IFeedBackModelAttributes, IFeesCollectionModelAttributes, IFileStorageAttributes, IFloorManagementModelAttributes, IGenarateIdCardModelAttributes, IGreetingsModelAttributes, IHolidayHasBatch, IHolidayModelAttributes, IHomeWorkModelAttributes, IDescription, IInformationSupportModelAttributes, IBasicInformation, IAcademicInformation, ILastSchool, IGuardianInformation, IInquiryModelAttributes, IInstituteEntityAttributes, IInstituteEntityTypeAttributes, IInstituteAttributes, IInstituteSubscriptionPlanModelAttributes, IInventoryHistoryModelAttributes, IInventoryModelAttributes, IPurchaseSchema, IFileStorageItemsSchema, IInvoiceModelAttributes, IQualifications, IExperience, IDocuments, IJobApplyAttributes, ILectureHistoryModelAttributes, ILectureModelAttributes, IMasterLeaveModelAttributes, IModuleFeatureAttributes, IModuleAttributes, IOffersModelAttributes, IPaymentTermsModelAttributes, IPdcChequeModelAttributes, IPdcHistoryModelAttributes, IGalleryFile, IGalleryAlbumAttributes, IPincodeAttributes, IPlannerLectureContentAttributes, IPlannerLectureAttributes, IPlannerTimeSlotAttributes, IPlannerModelAttributes, IProductModelAttributes, IProjectAssessmentOptionModelAttributes, IReplaceTeacherBatchesSchema, IReplaceTeacherModelAttributes, IRoleAttributes, ICreateRolePermissions, IRulesRegulationAttributes, ISchoolFeesCollectionModelAttributes, ITermsSchema, IFeeSchema, ISchoolFeeModelAttributes, ISchoolOffersModelAttributes, INotificationModelAttributes, INotification, ISlotModelAttributes, IStateAttributes, ISubCategoriesModelAttributes, ISubjectHasFeeModelAttributes, ISubjectHasPayFeeHistoryModelAttributes, IChapterFileAttributes, IChapterIndexAttributes, IAssignedUsersAttributes, ISubjectIndexModelAttributes, ISubscriptionPlanFiles, ISubscriptionPlanModelAttributes, ISyllabusModelAttributes, ITaskConversationsAttributes, ITaskManagementModelAttributes, ITestimonialModelAttributes, IToDoModelAttributes, ITokenAttributes, ITokenDao, ITokenService, ITripModelAttributes, ITypeManagementModelAttributes, IUniqueNumberCounterModelAttributes, IUserBookAssessmentModelAttributes, IUserHasFiles, IUserHasQualification, IUserSchoolInfo, IExperienceSchema, ILastSchoolSchema, IAddressSchema, IEmergencyContactSchema, IWorkingDetailsSchema, IUserDetailsAttributes, collectionHasUserFeeType, IUserFeeTypeByAccountModelAttributes, IUserFeeTypeModelAttributes, IUserHasAnnouncementModelAttributes, IUserHasBatchModelAttributes, IUserHasCourseModelAttributes, IUserHasDeviceModelAttributes, IUserHasFeeTermsModelAttributes, IUserPayFeeAttributes, IUserHasFileModelAttributes, IUserHasHomeWorkModelAttributes, IUserHasInventoryHistoryModelAttributes, IUserHasInventoryModelAttributes, IUserHasLeaveHistoryModelAttributes, IUserHasLeaveModelAttributes, IUserHasOfferModelAttributes, IUserHasParentAttributes, IUserHasRoleAttributes, IUserHasRollNumberModelAttributes, IUserHasStorageModelAttributes, IUserHasSubjectFeeModelAttributes, IUserInstituteMetaSlots, IUserInstituteMetaAttributes, IUserAttributes, IUserLeaveRequestModelAttributes, IUserMetaAttributes, IUserPayoutDetailsModelAttributes, IUserPayoutHistoryModelAttributes, IUserPayoutModelAttributes, IUserProjectAssessmentOptionModelAttributes, IUserRequiredStepsAttributes, ITrustInformation, ICorrespondentInformation, ITrustiesInformation, IBuildingInformation, IHscSscSchema, ICoInfrastructureSchema, ISchoolInformation, IUserSchoolMetaModelAttributes, IVehicleModelAttributes, IVendorModelAttributes, IVideoAnalystModelAttributes, IWalletHistoryModelAttributes, IWalletModelAttributes, IWalletTransactionUsers, IWalletTransactionModelAttributes, IWorkingDayAttributes, IWorkingShiftAttributes, uploadFileToS3, getPresignedUrl, pick, isValidMongoDbId, omit, ensureDirectoryExists, generateOtp, generateAlphaNumericCode, generateTempPassword, getUniqueArrayByFields, keyByFieldOrFields, groupByFieldOrFields, isTimeWithinRange, isDateWithinRange, startOfDay, generateUuidToNumber, endOfDay, groupByFields, sortArray, getChildrenByParentId, getParentsByChildrenId, buildNestedStructure, flattenNestedStructure, removeFalsyValues, isValidUUID, parseOrderOptions, capitalizeFirst, normalizeToArray, fromSnakeCaseToNormalText, slugify, assignNonNull, isUserSchoolInfoUpdate, chunkArray, extractFromObject, enumAlternatives, objectIdAlternatives, uuidIdAlternatives, customPagination, generateHmacSHA256, verifyHmacSHA256, generateVoucherCode, getCityAreas, getNextLetter, MongooseCommonService, SequelizeCommonService, IMongooseCommonService, ISequelizeCommonService, TAcademicCalendarModelCreationAttributes, TUpdateAcademicCalenderStatusParams, TAccountHasReceiptDetailsModelCreationAttributes, TAccountHasReceiptDetailAttributesWithAssociations, TAnnouncementModelCreationAttributes, TAnnouncementCreateParams, TApproveRequestCreationAttributes, TAeraModelCreationAttributes, TAttendanceCreationAttributes, TBankAccountDetailsModelCreationAttributes, TBannerModelCreationAttributes, TBannerAttributesWithAssociations, TBatchSubjectBookAssessmentModelCreationAttributes, TBatchSubjectBookAssessmentAttributesWithAssociations, TBatchSubjectProjectAssessmentModelCreationAttributes, TBatchSubjectProjectAssessmentAttributesWithAssociations, TBatchModelCreationAttributes, TBatchWithAssociationsAttributes, TBlogModelCreationAttributes, TBookAssessmentDateModelCreationAttributes, TBookAssessmentDateAttributesWithAssociations, TCareerModelCreationAttributes, TCategoriesModelCreationAttributes, TCertificatesHistoryModelCreationAttributes, TCertificatesManagementModelCreationAttributes, TClassRoomModelCreationAttributes, TCloudStorageModelCreationAttributes, TCoinPurchaseOfferModelCreationAttributes, TPaginationOptions, TContactFeedBackModelCreationAttributes, TCourseHasVisitorsModelCreationAttributes, TCourseModelCreationAttributes, TDailyBookModelCreationAttributes, TDashboardManagementModelCreationAttributes, TDriverModelCreationAttributes, TDriverWithAssociation, TEntityGroupModelCreationAttributes, TEventModelCreationAttributes, TExamGroupCreationAttributes, TUpdateExamGroupDataParams, TExamHasAnswerSheetModelCreationAttributes, TExamModelCreationAttributes, TExamAttributesWithAssociations, TFacilityCreationAttributes, TFeatureActionCreationAttributes, TFeeHistoryDetailsModelCreationAttributes, TFeeHistoryDetailsWithAssociation, TFeeHistoryModelCreationAttributes, TFeeHistoryAttributesWithAssociations, TFeeReminderSettingModelCreationAttributes, TFeeReminderModelCreationAttributes, TFeeReminderTypeModelCreationAttributes, TFeeTypeHasTermsModelCreationAttributes, TFeeTypeModelCreationAttributes, TFeedBackModelCreationAttributes, TFeesCollectionModelCreationAttributes, TFileStorageModelCreationAttributes, TFloorManagementCreationAttributs, TGenarateIdCardModelAttributes, TGreetingsModelCreationAttributes, TGreetingAttributesWithAssociations, THolidayModelCreationAttributes, THomeWorkModelCreationAttributes, TInformationSupportModelCreationAttributes, TInquiryModelCreationAttributes, TInstituteEntityCreationAttributes, TInstituteEntityWithAssociation, TInstituteEntityTypeCreationAttributes, TInstituteSubscriptionPlanModelCreationAttributes, TInstituteCreationAttributes, TInventoryHistoryModelCreationAttributes, TInventoryModelCreationAttributes, TJobApplyCreationAttributes, TLectureHistoryModelCreationAttributes, TLectureHistoryWithAssociation, TLectureModelCreationAttributes, TLectureWithAssociation, TMasterLeaveModelCreationAttributes, TModuleFeatureCreationAttributes, TModuleCreationAttributes, TOfferModelCreationAttributes, TPaymentTermsModelCreationAttributes, TPdcChequeModelCreationAttributes, TPdcChequeWithAssociation, TPdcHistoryModelCreationAttributes, TPhotosGalleryModelCreationAttributes, TPlannerCreationAttributes, TUpdatePlannerDataParams, TProductsModelCreationAttributes, TProjectAssessmentOptionModelCreationAttributes, TProjectAssessmentOptionAttributesWithAssociations, TRoleCreationAttributes, TRolePermission, TRulesRegulationCreationAttributes, TSchoolFeeCollectionModelCreationAttributes, TSchoolFeeModelCreationAttributes, TSchoolOfferModelCreationAttributes, TNotificationModelCreationAttributes, TSlotModelCreationAttributes, TSubCategoriesModelCreationAttributes, TSubjectHasFeeModelCreationAttributes, TSubjectHasPayFeeHistoryModelCreationAttributes, TSubjectIndexModelCreationAttributes, TSubjectIndexAttributesWithAssociations, TSubscriptionPlanCreationAttributes, TSyllabusCreationAttributes, TSyllabusAttributesWithAssociations, TTaskManagementCreationAttributes, TTestimonialModelCreationAttributes, TTestimonialAttributesWithAssociations, TToDoModelCreationAttributes, TToDoWithAssociation, TTripModelCreationAttributes, TTypeManagementModelCreationAttributes, TUniqueNumberCounterCreationAttributes, TUserBookAssessmentModelCreationAttributes, TUserBookAssessmentAttributesWithAssociations, TUserDetailsModelCreationAttributes, TUserFeeTypeByAccountModelCreationAttributes, TUserFeeTypeModelCreationAttributes, TUserFeeTypeModelCreationWithBankIdAttributes, TUserHasAnnouncementModelCreationAttributes, TUserHasBatchModelCreationAttributes, TUserHasBatchModelAttributesWithAssociations, TUserHasCourseModelCreationAttributes, TUserHasDeviceModelCreationAttributes, TUserHasFeeTermsModelCreationAttributes, TUserHasFileCreationAttributes, TUserHasHomeWorkAttributes, TUserHasInventoryHistoryModelCreationAttributes, TUserHasInventoryModelCreationAttributes, TUserHasLeaveHistoryModelCreationAttributes, TUserHasLeaveModelCreationAttributes, TUserHasOfferModelCreationAttributes, TUserHasParentCreationAttributes, TCreateParentUserType, TCreateParentType, TUserHasRoleCreationAttributes, TUserHasRollNumberModelCreationAttributes, TUserHasStorageModelCreationAttributes, TUserHasSubjectFeeModelCreationAttributes, TUserInstituteMetaCreationAttributes, TUserLeaveRequestModelCreationAttributes, TUserMetaCreationAttributes, TParentsUserMetaModelAttributes, TGuardiansUserMetaModelAttributes, TUserPayoutDetailsModelCreationAttributes, TUserPayoutHistoryModelCreationAttributes, TUserPayoutModelCreationAttributes, TUserPayoutWithDetails, TUserProjectAssessmentOptionModelCreationAttributes, TUserProjectAssessmentOptionAttributesWithAssociations, TUserRequiredStepsAttributes, TUserSchoolMetaModelCreationAttributes, TUserCreationAttributes, TUserParentAttributes, TGenerateTokenRes, TVehicleModelCreationAttributes, TVendorCreationAttributes, TVideoAnalystCreationAttributes, TWalletHistoryModelCreationAttributes, TWalletTransactionModelCreationAttributes, TWalletModelCreationAttributes, TWorkingDayCreationAttributes, TWorkingShiftCreationAttributes, s3, ENV_VARIABLE, SIXTY, ONE_HUNDRED, ONE_THOUSAND, USER_INSTITUTE_META_STATUS_REJECTED_COUNT, PAGINATION, DEFAULT_CLASS_ROOM_TITLE, DEFAULT_BATCH_TITLE, PAGINATION_ORDER, PAGINATION_UPDATE_ORDER, EMAIL_VERIFICATION, MOBILE_VERIFICATION, PDF_MICRO_SERVICE_END_POINT, USER_STATUS, INVENTORY_TYPE, USER_INVENTORY_ACTION, ATTENDANCE_STATUS, ATTENDANCE_TYPE, SCHOOL_TYPE, SCHOOL_SUB_TYPE, GENDER, ASSIGN_TYPE, RETURN_STATUS, ACADEMIC_CALENDARS_TYPE, USER_TYPES, TOKEN_TYPES, COMMAN_STATUS, USER_COURSE_STATUS, TRIP_TYPE, GREETING_TYPE, FEE_REMINDER_SETTING_STATUS, TERM_DURATION, FEE_REMINDER_SETTING_TYPE, FEE_REMINDER_SETTING_FREQUENCY, FEE_TYPE_FREQUENCY, PAYMENT_TYPE, FEE_PAYMENT_STATUS, INSTITUTE_STATUS, OFFER_TYPE, OFFER_NAME, LEAVE_TYPE, LEAVE, LEAVE_STATUS, WORKIN_DAY_STATUS, SCHOOL_SHIFT, INSTITUTE_ENTITY_STATUS, INSTITUTE_ENTITY_TYPE_STATUS, INSTITUTE_ENTITY_TYPE_SEQUENCE, ADMISSION_TYPE, NO_TYPE, USER_DETAILS, WORK_TYPE, BLOG_STATUS, WORK_CATEGORY, DISABILITY_TYPE, GUARDIANS_USER_META_MODEL_STATUS, USER_HAS_PARENT_STATUS, USER_INSTITUTE_META_STATUS, EMPLOYMENT_TYPE, FACILITY_TYPE, FEED_BACK_TYPE, FEED_BACK_STATUS, APP_TYPE, BANNER_TYPE, ACADEMIC_CALENDARS_STATUS, FILE_TYPE, TYPE_MANAGEMENT_TYPE, TYPE_MANAGEMENT_STATUS, APPROVE_REQUEST_TYPE, APPROVE_REQUEST_STATUS, ANNOUCEMENT_SCHEDULE_TYPE, TYPE_OF_USER, ANNOUCEMENT_STATUS, USER_HAS_ANNOUCEMENT_STATUS, GREETING_STATUS, EXAM_MODE, COURSE_STATUS, EXAM_STATUS, EXAM_ANSWER_SELECTION_TYPE, EXAM_VALID_ANSWER_TYPE, EXAM_ANSWER_SHEET_STATUS, EXAM_ANSWER_SHEET_RESULT_STATUS, EXAM_ANSWER_SHEET_RESULT_TYPE, PAYMENT_TERMS_STATUS, PAYMENT_TERMS_TYPE, EXAM_ANSWER_SHEET_QUESTION_RESULT, LECTURE_SLOT_DURATION, SUBJECT_INDEX_TYPE, EXAM_GROUP_STATUS, EXAM_GROUP_STANDARD_RESULT, INQUIRY_REFERRED_BY, INQUIRY_STATUS, IMAGE__NAME, CHAPTER_INDEX_TYPE, USER_CHAPTER_INDEX_STATUS, FEE_HISTORY_STATUS, CHAPTER_INDEX_FILE_TYPE, PARENTS_CHILDREN_CURRENT, USER_PAYOUT_TYPE, QDC_NAME, SVA_NAME, TRUST_TYPE, TRUST_REGISTERED_UNDER, DESIGNATION_OF_PERSON, PROPERTY_STATUS, BOOLEAN_STATUS, FEE_TYPE, IS_PRINCIPAL, CATEGORY, NATIONALITY, RELIGION_CASTE, CASTE, SCHOOL_INFORMATION_STEP, LECTURE_STATUS, LECTURE_TITLE, TO_DO_STATUS, SVG_URL_PATH, UPLOAD_PATH, DEFAULT_INSTITUTED_LOGO, API_URL, GOOGLE_AUTH, META_AUTH, APPLE_AUTH, PINCODE_API_URL, EMAIL_TEMPLATES, PDF_TEMPLATES, EMAIL_SUBJECTS, bankAccountRegexMap, templateKeyWord, DEVICE_TYPE, USER_DETAILS_FILED, TASK_MANAGEMENT_STATUS, BOOK_ASSESSMENT_DATE_STATUS, USER_BOOK_ASSESSMENT_STATUS, PROJECT_ASSESSMENT_OPTION_STATUS, NOTIFICATION_TYPE, NOTIFICATION_STATUS, NOTIFICATION_MODULE_TYPE, NOTIFICATION_ACTION, PLANNER_SYNC_STATUS, CONTACT_FEED_BACK_TYPE, DISCOUNT_TYPE, SUBSCRIPTION_PLAN_CHARGE_INTERVAL, VALID_CURRENCY, SUBSCRIPTION_PLAN_FILES_TYPE, SOCKET_EVENTS, HOME_WORK_STATUS, LANGUAGES, PDF_CHEQUE_STATUS, PDF_CHEQUE_FREQUENCY, INVOICE_PAYMENT_TYPE, COLUMN_LIST_TITLE, PURCHASE_STATUS, INVOICE_TYPE, TEACHER_TYPE, REPLACE_TEACHER_STATUS, WALLET_HISTORY_TYPE, WALLET_HISTORY_ITEM_TYPE, WALLET_HISTORY_ACTION, WALLET_HISTORY_STATUS, WALLET_TRANSACTION_USERS_TYPE, INSTITUTE_SUBSCRIPTION_PLAN_STATUS, CHARGE_PER_TRANSACTION_ITEM_UNIT, ONE_GB_BYTES, JOB_ACTION, PAYMENT_GATEWAY_TYPES, PAYMENT_METHODS, WALLET_TRANSACTION_VALID_DATE_IN_MINUTES, WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES, COIN_PURCHASE_GST_PERCENTAGE, PAYMENT_PROCESSING_STATUS_URL, PAYMENT_PROCESSING_PAGE_URL, PAYMENT_PROCESSING_CALLBACK_URL, INITIAL_FREE_COIN, INITIAL_FREE_STORAGE_IN_GB, FREE_SUBSCRIPTION_SEQUENCE, INSTITUTE_DEFAULT_ATTRIBUTES, INSTITUTE_WORKING_DAY_DEFAULT_ATTRIBUTES, DEFAULT_EXCLUDES_ATTRIBUTES, USER_BASIC_DETAIL, SUBJECT_FEE_BASIC_DETAIL, FEE_COLLECTION_BASIC_DETAIL, INSTITUTE_BASIC_DETAIL, FILE_BASIC_DETAIL, USER_PAYOUT_BASIC_DETAIL, ERROR_MESSAGES, USER_ERROR_MESSAGES, USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES, BANNER_ERROR_MESSAGES, APPROVE_REQUEST_ERROR_MESSAGES, INQUIRY_ERROR_MESSAGES, INFORMATION_SUPPORT_ERROR_MESSAGES, BANK_ACCOUNT_DETAILS_ERROR_MESSAGES, SCHOOL_SHIFT_ERROR_MESSAGES, ACCOUNT_RECEIPT_ERROR_MESSAGES, SCHOOL_FEES_COLLECTION_ERROR_MESSAGES, FEEDBACK_ERROR_MESSAGES, SUBSCRIPTION_ERROR_MESSAGES, LEAVE_ERROR_MESSAGES, MASTER_LEAVE_ERROR_MESSAGES, FEE_HISTORY_ERROR_MESSAGES, SUBJECT_HAS_FEE_ERROR_MESSAGES, USER_HAS_INVENTORY_ERROR_MESSAGES, CATEGORY_ERROR_MESSAGES, INVENTORY_ERROR_MESSAGES, PAYMENT_TERMS_ERROR_MESSAGES, INVENTORY_HISTORY_ERROR_MESSAGES, OFFER_ERROR_MESSAGES, FACILITY_ERROR_MESSAGES, FEE_TYPE_ERROR_MESSAGES, SCHOOL_FEE_ERROR_MESSAGES, USER_FEE_TYPE_ERROR_MESSAGES, FEESCOLLECTION_ERROR_MESSAGES, FEEREMINDER_ERROR_MESSAGES, FEE_REMINDER_SETTING_ERROR_MESSAGES, FEE_REMINDER_ERROR_MESSAGES, USER_HAS_OFFER_ERROR_MESSAGES, USER_HAS_ROLL_NUMBER_ERROR_MESSAGES, HOLIDAY_ERROR_MESSAGES, EVENT_ERROR_MESSAGES, ACADEMIC_CALENDAR_ERROR_MESSAGES, BATCH_ERROR_MESSAGES, CLASSROOM_ERROR_MESSAGES, TYPE_MANAGEMENT_ERROR_MESSAGES, ROLE_ERROR_MESSAGES, MODULE_ERROR_MESSAGES, INSTITUTE_ERROR_MESSAGES, INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES, INSTITUTE_ENTITY_ERROR_MESSAGES, USER_INSTITUTE_META_ERROR_MESSAGES, PARENTS_ERROR_MESSAGES, ANNOUCEMENT_ERROR_MESSAGES, EXAM_ERROR_MESSAGES, EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES, FILE_STORAGE_ERROR_MESSAGES, ATTENDANCE_ERROR_MESSAGES, USER_SCHOOL_METADATA_ERROR_MESSAGES, WORKING_DAYS_ERROR_MESSAGES, LECTURE_ERROR_MESSAGES, TRIP_ERROR_MESSAGES, SLOT_ERROR_MESSAGES, TO_DO_ERROR_MESSAGES, COURSE_ERROR_MESSAGES, USER_HAS_COURSE_ERROR_MESSAGES, GREETING_ERROR_MESSAGES, PDC_CHEQUE_ERROR_MESSAGES, VIDEO_ANALYST_ERROR_MESSAGES, BLOG_ERROR_MESSAGES, DRIVER_ERROR_MESSAGES, TESTIMONIAL_ERROR_MESSAGES, SUBJECT_INDEX_ERROR_MESSAGES, USER_PAYOUT_ERROR_MESSAGES, USER_PAYOUT_HISTORY_ERROR_MESSAGES, EXAM_GROUP_ERROR_MESSAGES, TASK_MANAGEMENT_ERROR_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES, USER_BOOK_ASSESSMENT_ERROR_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES, VEHICLE_ERROR_MESSAGES, GENERATE_ID_CARD_ERROR_MESSAGES, CONTACT_FEED_BACK_ERROR_MESSAGES, PHOTO_GALLERY_ERROR_MESSAGES, NOTIFICATION_ERROR_MESSAGES, RULES_REGULATION_ERROR_MESSAGES, CAREER_ERROR_MESSAGES, SIGNED_URL_ERROR_MESSAGES, FLOOR_MANAGEMENT_ERROR_MESSAGES, SUBSCRIPTION_PLAN_ERROR_MESSAGES, CLOUD_STORAGE_ERROR_MESSAGES, HOME_WORK_ERROR_MESSAGES, USER_HAS_HOME_WORK_ERROR_MESSAGES, DAILY_BOOK_ERROR_MESSAGES, SYLLABUS_ERROR_MESSAGES, COIN_PURCHASE_OFFER_ERROR_MESSAGES, VENDOR_MANAGEMENT_ERROR_MESSAGES, SUB_CATEGORY_ERROR_MESSAGES, PRODUCT_ERROR_MESSAGES, INVOICE_ERROR_MESSAGES, COLUMN_ERROR_MESSAGES, PDC_HISTORY_ERROR_MESSAGES, DASHBOARD_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_HISTORY_ERROR_MESSAGES, REPLACE_TEACHER_ERROR_MESSAGES, WALLET_ERROR_MESSAGES, WALLET_HISTORY_ERROR_MESSAGES, WALLET_TRANSACTION_ERROR_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES, USER_HAS_STORAGE_ERROR_MESSAGES, ENTITY_GROUP_ERROR_MESSAGES, JOB_APPLY_ERROR_MESSAGES, USER_REQUIRED_STEPS_ERROR_MESSAGES, PAYMENT_TRANSACTION_ERROR_MESSAGES, HTTP_STATUS_CODE, SUCCESS_MESSAGES, USER_SUCCESS_MESSAGES, BANNER_SUCCESS_MESSAGES, APPROVE_REQUEST_SUCCESS_MESSAGES, ADMIN_SUCCESS_MESSAGES, USER_FEE_TYPE_ACCOUNT_SUCCESS_MESSAGES, USER_FEE_TYPE_SUCCESS_MESSAGES, SCHOOL_FEES_COLLECTION_SUCCESS_MESSAGES, FEE_SUCCESS_MESSAGES, INQUIRY_SUCCESS_MESSAGES, INFORMATION_SUPPORT_SUCCESS_MESSAGES, FEEDBACK_SUCCESS_MESSAGES, FEE_TYPE_SUCCESS_MESSAGES, ACCOUNT_RECEIPT_SUCCESS_MESSAGES, BANK_ACCOUNT_DETAILS_SUCCESS_MESSAGES, SUBSCRIPTION_SUCCESS_MESSAGES, SCHOOL_SHIFT_SUCCESS_MESSAGES, FEE_REMINDER_SUCCESS_MESSAGES, FACILITY_SUCCESS_MESSAGES, PAYMENT_TERMS_SUCCESS_MESSAGES, LEAVE_SUCCESS_MESSAGES, MASTER_LEAVE_SUCCESS_MESSAGES, FEE_HISTORY_SUCCESS_MESSAGES, SUBJECT_HAS_FEE_SUCCESS_MESSAGES, USER_HAS_INVENTORY_SUCCESS_MESSAGES, USER_HAS_INVENTORY_HISTORY_SUCCESS_MESSAGES, INVENTORY_SUCCESS_MESSAGES, INVENTORY_HISTORY_SUCCESS_MESSAGES, CATEGORY_SUCCESS_MESSAGES, OFFER_SUCCESS_MESSAGES, FEESCOLLECTION_SUCCESS_MESSAGES, FEEREMINDER_SUCCESS_MESSAGES, FEE_REMINDER_SETTING_SUCCESS_MESSAGES, USER_HAS_OFFER_SUCCESS_MESSAGES, USER_HAS_ROLL_NUMBER_SUCCESS_MESSAGES, HOLIDAY_SUCCESS_MESSAGES, EVENT_SUCCESS_MESSAGES, ACADEMIC_CALENDAR_SUCCESS_MESSAGES, BATCH_SUCCESS_MESSAGES, CLASSROOM_SUCCESS_MESSAGES, ROLE_SUCCESS_MESSAGES, MODULE_SUCCESS_MESSAGES, INSTITUTE_SUCCESS_MESSAGES, WORKING_DAYS_SUCCESS_MESSAGES, INSTITUTE_ENTITY_SUCCESS_MESSAGES, INSTITUTE_ENTITY_TYPE_SUCCESS_MESSAGES, USER_INSTITUTE_META_SUCCESS_MESSAGES, PARENTS_SUCCESS_MESSAGES, TYPE_MANAGEMENT_SUCCESS_MESSAGES, ANNOUCEMENT_SUCCESS_MESSAGES, EXAM_SUCCESS_MESSAGES, EXAM_HAS_ANSWER_SHEET_SUCCESS_MESSAGES, ATTENDANCE_SUCCESS_MESSAGES, USER_SCHOOL_METADATA_SUCCESS_MESSAGES, LECTURE_SUCCESS_MESSAGES, TRIP_SUCCESS_MESSAGES, SLOT_SUCCESS_MESSAGES, TO_DO_SUCCESS_MESSAGES, COURSE_SUCCESS_MESSAGES, USER_HAS_COURSE_SUCCESS_MESSAGES, GREETING_SUCCESS_MESSAGES, PDC_CHEQUE_SUCCESS_MESSAGES, TESTIMONIAL_SUCCESS_MESSAGES, VIDEO_ANALYST_SUCCESS_MESSAGES, BLOG_SUCCESS_MESSAGES, DRIVER_SUCCESS_MESSAGES, SUBJECT_INDEX_SUCCESS_MESSAGES, USER_PAYOUT_SUCCESS_MESSAGES, USER_PAYOUT_HISTORY_SUCCESS_MESSAGES, PLANNER_SUCCESS_MESSAGES, EXAM_GROUP_SUCCESS_MESSAGES, TASK_MANAGEMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_SUCCESS_MESSAGES, USER_BOOK_ASSESSMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_SUCCESS_MESSAGES, VEHICLE_SUCCESS_MESSAGES, GENERATE_ID_CARD_SUCCESS_MESSAGES, CONTACT_FEED_BACK_SUCCESS_MESSAGES, PHOTO_GALLERY_SUCCESS_MESSAGES, NOTIFICATION_SUCCESS_MESSAGES, CUSTOME_NOTIFICATION_SUCCESS_MESSAGES, RULE_REGULATION_SUCCESS_MESSAGES, CAREER_SUCCESS_MESSAGES, FLOOR_MANAGEMENT_SUCCESS_MESSAGES, SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, CLOUD_STORAGE_SUCCESS_MESSAGES, HOME_WORK_SUCCESS_MESSAGES, USER_HAS_HOME_WORK_SUCCESS_MESSAGES, DAILY_BOOK_SUCCESS_MESSAGES, SYLLABUS_SUCCESS_MESSAGES, COIN_PURCHASE_OFFER_SUCCESS_MESSAGES, VENDOR_MANAGEMENT_SUCCESS_MESSAGES, SUB_CATEGORY_SUCCESS_MESSAGES, PRODUCT_SUCCESS_MESSAGES, INVOICE_SUCCESS_MESSAGES, COLUMN_SUCCESS_MESSAGES, PDC_HISTORY_SUCCESS_MESSAGES, DASHBOARD_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_HISTORY_SUCCESS_MESSAGES, REPLACE_TEACHER_SUCCESS_MESSAGES, WALLET_SUCCESS_MESSAGES, WALLET_HISTORY_SUCCESS_MESSAGES, WALLET_TRANSACTION_SUCCESS_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, USER_HAS_STORAGE_SUCCESS_MESSAGES, ENTITY_GROUP_SUCCESS_MESSAGES, JOB_APPLY_SUCCESS_MESSAGES, USER_REQUIRED_STEPS_SUCCESS_MESSAGES, PAYMENT_TRANSACTION_SUCCESS_MESSAGES, ApprovalRequestModel, AttendanceModel, BlogModel, CareerModel, CertificatesHistoryModel, CertificatesManagementModel, ColumnModel, DailyBookModel, DashboardManagementModel, EventModel, ExamGroupModel, ExamHasAnswerSheetModel, ExamModel, FeeReminderTypeModel, FeedBackModel, GenerateIdCardModel, HolidayModel, InformationSupportModel, InquiryModel, InvoiceModel, JobApplyModel, PhotosGalleryModel, PlannerModel, ReplaceTeacherModel, SchoolFeeModel, SubjectIndexModel, SubscriptionPlanModel, TaskManagementModel, UniqueNumberCounterModel, UserDetailsModel, UserSchoolInfoSchema, IUserDoc, UserDoc, UserInstituteMetaModel, UserSchoolMetaModel, VideoAnalystModel, WalletTransactionModel, SubCategoriesModel, AcademicCalendarModel, AccountHasReceiptDetailsModel, AnnouncementModel, AreaModel, BankAccountDetailsModel, BannerModel, BatchModel, BatchSubjectBookAssessmentModel, BatchSubjectProjectAssessmentModel, BookAssessmentDateModel, CategoriesModel, CityModel, ClassRoomModel, CloudStorageModel, CoinPurchaseOfferModel, ContactFeedBackModel, CountryModel, CourseHasVisitorsModel, CourseModel, DriverModel, EntityGroupModel, FacilityModel, FeatureActionModel, FeeHistoryDetailsModel, FeeHistoryModel, FeeReminderModel, FeeReminderSettingModel, FeeTypeHasTermsModel, FeeTypeModel, FeesCollectionModel, FileStorageModel, FloorManagementModel, GreetingsModel, HomeWorkModel, InstituteEntityModel, InstituteEntityTypeModel, InstituteModel, InstituteSubscriptionPlanModel, InventoryHistoryModel, InventoryModel, LectureHistoryModel, LectureModel, MasterLeaveModel, ModuleFeatureModel, ModuleModel, OfferModel, PaymentTermsModel, PdcChequeModel, PdcHistoryModel, PincodeModel, ProductModel, ProjectAssessmentOptionModel, RoleModel, RulesRegulationModel, SchoolFeeCollectionModel, SchoolOfferModel, SendNotificationModel, SlotModel, StateModel, SubjectHasFeeModel, SubjectHasPayFeeHistoryModel, SyllabusModel, TestimonialModel, ToDoModel, TokenModel, TripModel, TypeManagementModel, UserBookAssessmentModel, UserFeeTypeByAccountModel, UserFeeTypeModel, UserHasAnnouncementModel, UserHasBatchModel, UserHasCourseModel, UserHasDeviceModel, UserHasFeeTermsModel, UserHasFileModel, UserHasHomeWorkModel, UserHasInventoryHistoryModel, UserHasInventoryModel, UserHasLeaveHistoryModel, UserHasLeaveModel, UserHasOfferModel, UserHasParentModel, UserHasRoleModel, UserHasRollNumberModel, UserHasStorageModel, UserHasSubjectFeeModel, UserLeaveRequestModel, UserModel, UserPayoutDetailsModel, UserPayoutHistoryModel, UserPayoutModel, UserProjectAssessmentOptionModel, UserRequiredStepsModel, VehicleModel, VendorManagementModel, WalletHistoryModel, WalletModel, WorkingDayModel, WorkingShiftModel, sequelize, Sequelize, db, connectMongoDb };
1
+ export * from './services/Concrete/mongooseCommonService';
2
+ export * from './services/Concrete/sequelizeCommonService';
3
+ export * from './services/Contracts/IMongooseCommonService';
4
+ export * from './services/Contracts/ISequelizeCommonService';
5
+ /************ configs *************/
6
+ export * from './configs/index';
7
+ /************ constants *************/
8
+ export * from './constants/index';
9
+ /************ helpers *************/
10
+ export * from './helpers/index';
11
+ /************ interfaces *************/
12
+ export * from './interfaces/index';
13
+ /************ models *************/
14
+ export * from './models/mongodb/index';
15
+ export * from './models/psql/index';
16
+ /************ types *************/
17
+ export * from './types/index';