@kipicore/dbcore 1.1.0 → 1.1.1

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 (563) hide show
  1. package/dist/scripts/fix-import-extensions.js +12 -7
  2. package/dist/scripts/generate-index.js +12 -7
  3. package/dist/src/configs/aws.js +9 -6
  4. package/dist/src/configs/env.js +56 -17
  5. package/dist/src/configs/postgresConfig.js +1 -1
  6. package/dist/src/constants/app.js +318 -312
  7. package/dist/src/constants/defaultModelAttributes.js +12 -9
  8. package/dist/src/constants/errorMessages.js +219 -214
  9. package/dist/src/constants/httpStatusCode.js +5 -2
  10. package/dist/src/constants/successMessages.js +223 -217
  11. package/dist/src/db/mongodb.js +10 -3
  12. package/dist/src/db/postgres.js +5 -2
  13. package/dist/src/db/psql/index.js +1 -1
  14. package/dist/src/db/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.js +0 -1
  15. package/dist/src/db/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.js +0 -1
  16. package/dist/src/db/psql/migrations/20250106080059-add-fields-and-deleted-fields.js +0 -1
  17. package/dist/src/db/psql/migrations/20250108092439-update-batch-model-fields.js +0 -1
  18. package/dist/src/db/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.js +0 -1
  19. package/dist/src/db/psql/migrations/20250211071743-add-action-user-has-histroy.js +0 -1
  20. package/dist/src/db/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.js +0 -1
  21. package/dist/src/db/psql/migrations/20250214072626-add-middlename-user.js +0 -1
  22. package/dist/src/db/psql/migrations/20250224085333-add-apptype-in-user.js +0 -1
  23. package/dist/src/db/psql/migrations/20250226053006-add-brouchure-in-institute.js +0 -1
  24. package/dist/src/db/psql/migrations/20250227123530-add-defult-in-fee-reminder.js +0 -1
  25. package/dist/src/db/psql/migrations/20250304052831-add-institued-in-school-data-clm.js +0 -1
  26. package/dist/src/db/psql/migrations/20250306053557-add-shifyId-in-batch.js +0 -1
  27. package/dist/src/db/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.js +0 -1
  28. package/dist/src/db/psql/migrations/20250402090653-add-user-area.js +0 -1
  29. package/dist/src/db/psql/migrations/20250407094125-update-type-in-typeManagement.js +0 -1
  30. package/dist/src/db/psql/migrations/20250409105229-add-user-type-in-role.js +0 -1
  31. package/dist/src/db/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.js +0 -1
  32. package/dist/src/db/psql/migrations/20250419071236-fee_histroy_add_school_clm.js +0 -1
  33. package/dist/src/db/psql/migrations/20250419085334-fee_histroy_add_school_clm.js +0 -1
  34. package/dist/src/db/psql/migrations/20250421085618-add-entityIds-field-in-announcements.js +0 -1
  35. package/dist/src/db/psql/migrations/20250422114032-add-account.js +0 -1
  36. package/dist/src/db/psql/migrations/20250423051841-add-master-leave-clm.js +0 -1
  37. package/dist/src/db/psql/migrations/20250423064522-update-calender-enum.js +0 -1
  38. package/dist/src/db/psql/migrations/20250423093827-update-institued-district.js +0 -1
  39. package/dist/src/db/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.js +0 -1
  40. package/dist/src/db/psql/migrations/20250424053841-update-fee-history-key.js +1 -1
  41. package/dist/src/db/psql/migrations/20250426070309-update-banner-clm-userType.js +0 -1
  42. package/dist/src/db/psql/migrations/20250505035157-update-fee-collection-clm-add.js +0 -1
  43. package/dist/src/db/psql/migrations/20250505082924-update-banner-clm.js +0 -1
  44. package/dist/src/db/psql/migrations/20250505094616-about-as-clm-in-institued.js +0 -1
  45. package/dist/src/db/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.js +0 -1
  46. package/dist/src/db/psql/migrations/20250509055920-add-feecollection-isleft-clm.js +0 -1
  47. package/dist/src/db/psql/migrations/20250513061037-add-techer-clm-batch.js +0 -1
  48. package/dist/src/db/psql/migrations/20250514101801-add-slotId-workingShif.js +0 -1
  49. package/dist/src/db/psql/migrations/20250516062917-add-globalId-clm-user-model.js +0 -1
  50. package/dist/src/db/psql/migrations/20250516063542-add-globalId-clm-institute-model.js +0 -1
  51. package/dist/src/db/psql/migrations/20250520061231-add-institued_mobile_person_data.js +0 -1
  52. package/dist/src/db/psql/migrations/20250522044729-add-institued_update_add_2.js +0 -1
  53. package/dist/src/db/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.js +0 -1
  54. package/dist/src/db/psql/migrations/20250526093322-add-appType_clm_in_module.js +0 -1
  55. package/dist/src/db/psql/migrations/20250526094030-add-appType_clm_in_action.js +0 -1
  56. package/dist/src/db/psql/migrations/20250526094233-add-appType_clm_in_module_features.js +0 -1
  57. package/dist/src/db/psql/migrations/20250527065001-add-app-type-in-role-model.js +0 -1
  58. package/dist/src/db/psql/migrations/20250528045906-add-module-type-to-notifications.js +0 -1
  59. package/dist/src/db/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.js +0 -1
  60. package/dist/src/db/psql/migrations/20250602100550-add-planner-sync-status-to-institute.js +0 -1
  61. package/dist/src/db/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.js +0 -1
  62. package/dist/src/db/psql/migrations/20250604103905-add-is-institute-default-field-in-role.js +0 -1
  63. package/dist/src/db/psql/migrations/20250604121051-update-mobile-number-opstion.js +0 -1
  64. package/dist/src/db/psql/migrations/20250617064159-update-type-management-jun-17.js +0 -1
  65. package/dist/src/db/psql/migrations/20250627065013-is-institute-default-added-type-managemente.js +0 -1
  66. package/dist/src/db/psql/migrations/20250701095321-add-clm-institute-pdfId.js +0 -1
  67. package/dist/src/db/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.js +0 -1
  68. package/dist/src/db/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.js +0 -1
  69. package/dist/src/db/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.js +0 -1
  70. package/dist/src/db/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.js +0 -1
  71. package/dist/src/db/psql/migrations/20250717092933-add-floor-id-to-class-rooms.js +0 -1
  72. package/dist/src/db/psql/migrations/20250718121251-add-clm-classroom-typeid.js +0 -1
  73. package/dist/src/db/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.js +0 -1
  74. package/dist/src/db/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.js +0 -1
  75. package/dist/src/db/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.js +0 -1
  76. package/dist/src/db/psql/migrations/20250722071836-add-title-to-floor-management.js +0 -1
  77. package/dist/src/db/psql/migrations/20250723150111-add-clm-batch-slotId.js +0 -1
  78. package/dist/src/db/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.js +0 -1
  79. package/dist/src/db/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.js +0 -1
  80. package/dist/src/db/psql/migrations/20250730104844-update-unique-key-assessment-type.js +0 -1
  81. package/dist/src/db/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.js +0 -1
  82. package/dist/src/db/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.js +0 -1
  83. package/dist/src/db/psql/migrations/20250805115805-add-descriptions-to-lectures.js +0 -1
  84. package/dist/src/db/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.js +0 -1
  85. package/dist/src/db/psql/migrations/20250808101515-add-sequence-to-institute_entities.js +0 -1
  86. package/dist/src/db/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.js +0 -1
  87. package/dist/src/db/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.js +0 -1
  88. package/dist/src/db/psql/migrations/20250829103203-remove-syllabus-composit-index.js +0 -1
  89. package/dist/src/db/psql/migrations/20250905132024-add-uuid-to-users.js +0 -1
  90. package/dist/src/db/psql/migrations/20250908054025-userHasOffer_model_update.js +0 -1
  91. package/dist/src/db/psql/migrations/20250908054754-offer_in_add_offertype_clm.js +0 -1
  92. package/dist/src/db/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.js +0 -1
  93. package/dist/src/db/psql/migrations/20250911060106-change-wallet-history-columns-to-float.js +0 -1
  94. package/dist/src/db/psql/migrations/20250911060245-change-coin-to-float-in-wallets.js +0 -1
  95. package/dist/src/db/psql/migrations/20250917135646-change-storageInBytes-to-float.js +0 -1
  96. package/dist/src/db/psql/seeders/20240809100759-add-countries-states-cities.js +1 -1
  97. package/dist/src/db/psql/seeders/20250101122757-add-default-permissions-modules.js +0 -1
  98. package/dist/src/db/psql/seeders/Data/AcademicCalendarModule.js +1 -1
  99. package/dist/src/db/psql/seeders/Data/AdministrativeStaffModule.js +1 -1
  100. package/dist/src/db/psql/seeders/Data/AnnouncementsModule.js +1 -1
  101. package/dist/src/db/psql/seeders/Data/AssetsModule.js +1 -1
  102. package/dist/src/db/psql/seeders/Data/AttendanceModule.js +1 -1
  103. package/dist/src/db/psql/seeders/Data/BannerModule.js +1 -1
  104. package/dist/src/db/psql/seeders/Data/BatchModule.js +1 -1
  105. package/dist/src/db/psql/seeders/Data/BoardModule .js +1 -1
  106. package/dist/src/db/psql/seeders/Data/BookAssessmentsModule.js +1 -1
  107. package/dist/src/db/psql/seeders/Data/CategoriesModule.js +1 -1
  108. package/dist/src/db/psql/seeders/Data/ClassroomModule.js +1 -1
  109. package/dist/src/db/psql/seeders/Data/DivisionModule.js +1 -1
  110. package/dist/src/db/psql/seeders/Data/EventModule.js +1 -1
  111. package/dist/src/db/psql/seeders/Data/ExamsAndResultsModule.js +1 -1
  112. package/dist/src/db/psql/seeders/Data/FacilityModule.js +1 -1
  113. package/dist/src/db/psql/seeders/Data/FeeAndDiscountModule.js +1 -1
  114. package/dist/src/db/psql/seeders/Data/FeedBackModule.js +1 -1
  115. package/dist/src/db/psql/seeders/Data/FileModule.js +1 -1
  116. package/dist/src/db/psql/seeders/Data/GenerateIdModule.js +1 -1
  117. package/dist/src/db/psql/seeders/Data/HolidayModule.js +1 -1
  118. package/dist/src/db/psql/seeders/Data/HomeworkModule.js +1 -1
  119. package/dist/src/db/psql/seeders/Data/IndexModule.js +1 -1
  120. package/dist/src/db/psql/seeders/Data/InquiryModule.js +1 -1
  121. package/dist/src/db/psql/seeders/Data/InstituteModule.js +1 -1
  122. package/dist/src/db/psql/seeders/Data/InventoryModule.js +1 -1
  123. package/dist/src/db/psql/seeders/Data/JobApplyModule.js +1 -1
  124. package/dist/src/db/psql/seeders/Data/LectureModule.js +1 -1
  125. package/dist/src/db/psql/seeders/Data/ParentModule.js +1 -1
  126. package/dist/src/db/psql/seeders/Data/PayoutModule.js +1 -1
  127. package/dist/src/db/psql/seeders/Data/PdcChequesModule.js +1 -1
  128. package/dist/src/db/psql/seeders/Data/PhotosGalleryModule.js +1 -1
  129. package/dist/src/db/psql/seeders/Data/PlannerModule.js +1 -1
  130. package/dist/src/db/psql/seeders/Data/ProjectAssessmentsModule.js +1 -1
  131. package/dist/src/db/psql/seeders/Data/ReplaceTeacherModule.js +1 -1
  132. package/dist/src/db/psql/seeders/Data/RoleModule.js +1 -1
  133. package/dist/src/db/psql/seeders/Data/RollNumberModule.js +1 -1
  134. package/dist/src/db/psql/seeders/Data/SchoolFeeModule.js +1 -1
  135. package/dist/src/db/psql/seeders/Data/SchoolModule.js +1 -1
  136. package/dist/src/db/psql/seeders/Data/SchoolRegistration.js +1 -1
  137. package/dist/src/db/psql/seeders/Data/SettingsModule.js +1 -1
  138. package/dist/src/db/psql/seeders/Data/StaffTimingModule.js +1 -1
  139. package/dist/src/db/psql/seeders/Data/StudentModule.js +1 -1
  140. package/dist/src/db/psql/seeders/Data/SubjectModule.js +1 -1
  141. package/dist/src/db/psql/seeders/Data/SyllabusManagementModule.js +1 -1
  142. package/dist/src/db/psql/seeders/Data/TeacherModule.js +1 -1
  143. package/dist/src/db/psql/seeders/Data/TestimonialsModule.js +1 -1
  144. package/dist/src/db/psql/seeders/Data/TimetableModule.js +1 -1
  145. package/dist/src/db/psql/seeders/Data/To-doModule.js +1 -1
  146. package/dist/src/db/psql/seeders/Data/TypeManagementModule.js +1 -1
  147. package/dist/src/db/psql/seeders/Data/UserModule.js +1 -1
  148. package/dist/src/db/psql/seeders/Data/appType.js +1 -1
  149. package/dist/src/helpers/s3Uploader.js +25 -17
  150. package/dist/src/helpers/utils.js +148 -69
  151. package/dist/src/index.js +431 -415
  152. package/dist/src/interfaces/academicCalendarInterface.js +2 -1
  153. package/dist/src/interfaces/accountHasReceiptDetailsInterface.js +2 -1
  154. package/dist/src/interfaces/announcementInterface.js +2 -1
  155. package/dist/src/interfaces/approvalRequestInterface.js +2 -1
  156. package/dist/src/interfaces/areaInterface.js +2 -1
  157. package/dist/src/interfaces/attendanceInterface.js +2 -1
  158. package/dist/src/interfaces/bankAccountDetailsInterface.js +2 -1
  159. package/dist/src/interfaces/bannerInterface.js +2 -1
  160. package/dist/src/interfaces/batchInterface.js +2 -1
  161. package/dist/src/interfaces/batchSubjectBookAssessmentInterface.js +2 -1
  162. package/dist/src/interfaces/batchSubjectProjectAssessmentInterface.js +2 -1
  163. package/dist/src/interfaces/blogInterface.js +2 -1
  164. package/dist/src/interfaces/bookAssessmentDateInterface.js +2 -1
  165. package/dist/src/interfaces/careerInterface.js +2 -1
  166. package/dist/src/interfaces/categoriesInterface.js +2 -1
  167. package/dist/src/interfaces/certificatesHistoryInterface.js +2 -1
  168. package/dist/src/interfaces/certificatesManagementInterface.js +2 -1
  169. package/dist/src/interfaces/cityInterface.js +2 -1
  170. package/dist/src/interfaces/classRoomInterface.js +2 -1
  171. package/dist/src/interfaces/cloudStorageInterface.js +2 -1
  172. package/dist/src/interfaces/coinPurchaseOfferInterface.js +2 -1
  173. package/dist/src/interfaces/columnInterface.js +2 -1
  174. package/dist/src/interfaces/commanInterface.js +2 -1
  175. package/dist/src/interfaces/contactFeedBackInterface.js +2 -1
  176. package/dist/src/interfaces/countryInterface.js +2 -1
  177. package/dist/src/interfaces/courseHasVisitorsInterface.js +2 -1
  178. package/dist/src/interfaces/courseInterface.js +2 -1
  179. package/dist/src/interfaces/dailyBookInterface.js +2 -1
  180. package/dist/src/interfaces/dashboardManagementInterface.js +2 -1
  181. package/dist/src/interfaces/driverInterface.js +2 -1
  182. package/dist/src/interfaces/entityGroupInterface.js +2 -1
  183. package/dist/src/interfaces/eventInterface.js +2 -1
  184. package/dist/src/interfaces/examGroupInterface.js +2 -1
  185. package/dist/src/interfaces/examHasAnswerSheetInterface.js +2 -1
  186. package/dist/src/interfaces/examInterface.js +2 -1
  187. package/dist/src/interfaces/facilityInterface.js +2 -1
  188. package/dist/src/interfaces/featureActionInterface.js +2 -1
  189. package/dist/src/interfaces/feeHistoryDetailsInterface.js +2 -1
  190. package/dist/src/interfaces/feeHistoryInterface.js +2 -1
  191. package/dist/src/interfaces/feeReminderInterface.js +2 -1
  192. package/dist/src/interfaces/feeReminderSettingInterface.js +2 -1
  193. package/dist/src/interfaces/feeReminderTypeInterface.js +2 -1
  194. package/dist/src/interfaces/feeTypeHasTermsInterface.js +2 -1
  195. package/dist/src/interfaces/feeTypeInterface.js +2 -1
  196. package/dist/src/interfaces/feedBackInterface.js +2 -1
  197. package/dist/src/interfaces/feesCollectionInterface.js +2 -1
  198. package/dist/src/interfaces/fileStorageInterface.js +2 -1
  199. package/dist/src/interfaces/floorManagementInterface.js +2 -1
  200. package/dist/src/interfaces/generateIdCardInterface.js +2 -1
  201. package/dist/src/interfaces/greetingsInterface.js +2 -1
  202. package/dist/src/interfaces/holidayInterface.js +2 -1
  203. package/dist/src/interfaces/homeworkInterface.js +2 -1
  204. package/dist/src/interfaces/informationSupportInterface.js +2 -1
  205. package/dist/src/interfaces/inquiryInterface.js +2 -1
  206. package/dist/src/interfaces/instituteEntityInterface.js +2 -1
  207. package/dist/src/interfaces/instituteEntityTypeInterface.js +2 -1
  208. package/dist/src/interfaces/instituteInterface.js +2 -1
  209. package/dist/src/interfaces/instituteSubscriptionPlanInterface.js +2 -1
  210. package/dist/src/interfaces/inventoryHistoryInterface.js +2 -1
  211. package/dist/src/interfaces/inventoryInterface.js +2 -1
  212. package/dist/src/interfaces/invoiceInterface.js +2 -1
  213. package/dist/src/interfaces/jobApplyInterface.js +2 -1
  214. package/dist/src/interfaces/lectureHistoryInterface.js +2 -1
  215. package/dist/src/interfaces/lectureInterface.js +2 -1
  216. package/dist/src/interfaces/masterLeaveInterface.js +2 -1
  217. package/dist/src/interfaces/moduleFeatureInterface.js +2 -1
  218. package/dist/src/interfaces/moduleInterface.js +2 -1
  219. package/dist/src/interfaces/offersInterface.js +2 -1
  220. package/dist/src/interfaces/paymentTermsInterface.js +2 -1
  221. package/dist/src/interfaces/pdcChequeInterface.js +2 -1
  222. package/dist/src/interfaces/pdcHistoryInterface.js +2 -1
  223. package/dist/src/interfaces/photosGalleryInterface.js +2 -1
  224. package/dist/src/interfaces/pincodeInterface.js +2 -1
  225. package/dist/src/interfaces/plannerInterface.js +2 -1
  226. package/dist/src/interfaces/productInterface.js +2 -1
  227. package/dist/src/interfaces/projectAssessmentOptionInterface.js +2 -1
  228. package/dist/src/interfaces/replaceTeacherInterface.js +2 -1
  229. package/dist/src/interfaces/roleInterface.js +2 -1
  230. package/dist/src/interfaces/rulesRegulationInterface.js +2 -1
  231. package/dist/src/interfaces/schoolFeeCollectionInterface.js +2 -1
  232. package/dist/src/interfaces/schoolFeeInterface.js +2 -1
  233. package/dist/src/interfaces/schoolOfferInterface.js +2 -1
  234. package/dist/src/interfaces/sendNotificationInerface.js +2 -1
  235. package/dist/src/interfaces/slotInterface.js +2 -1
  236. package/dist/src/interfaces/stateInterface.js +2 -1
  237. package/dist/src/interfaces/subCategoriesInterface.js +2 -1
  238. package/dist/src/interfaces/subjectHasFeeInterface.js +2 -1
  239. package/dist/src/interfaces/subjectHasPayFeeHistoryInterface.js +2 -1
  240. package/dist/src/interfaces/subjectIndexInterface.js +2 -1
  241. package/dist/src/interfaces/subscriptionPlanInterface.js +2 -1
  242. package/dist/src/interfaces/syllabusInterface.js +2 -1
  243. package/dist/src/interfaces/taskManagementInterface.js +2 -1
  244. package/dist/src/interfaces/testimonialInterface.js +2 -1
  245. package/dist/src/interfaces/toDoInterface.js +2 -1
  246. package/dist/src/interfaces/tokenInterface.js +2 -1
  247. package/dist/src/interfaces/tripInterface.js +2 -1
  248. package/dist/src/interfaces/typeManagementInterface.js +2 -1
  249. package/dist/src/interfaces/uniqueNumberCounterInterface.js +2 -1
  250. package/dist/src/interfaces/userBookAssessmentInterface.js +2 -1
  251. package/dist/src/interfaces/userDetailsInterface.js +2 -1
  252. package/dist/src/interfaces/userFeeTypeByAccountInterface.js +2 -1
  253. package/dist/src/interfaces/userFeeTypeInterface.js +2 -1
  254. package/dist/src/interfaces/userHasAnnouncementInterface.js +2 -1
  255. package/dist/src/interfaces/userHasBatchInterface.js +2 -1
  256. package/dist/src/interfaces/userHasCourseInterface.js +2 -1
  257. package/dist/src/interfaces/userHasDeviceInterface.js +2 -1
  258. package/dist/src/interfaces/userHasFeeTermsInterface.js +2 -1
  259. package/dist/src/interfaces/userHasFileInterface.js +2 -1
  260. package/dist/src/interfaces/userHasHomeWorkInterface.js +2 -1
  261. package/dist/src/interfaces/userHasInventoryHistoryInterface.js +2 -1
  262. package/dist/src/interfaces/userHasInventoryInterface.js +2 -1
  263. package/dist/src/interfaces/userHasLeaveHistoryInterface.js +2 -1
  264. package/dist/src/interfaces/userHasLeaveInterface.js +2 -1
  265. package/dist/src/interfaces/userHasOfferInterface.js +2 -1
  266. package/dist/src/interfaces/userHasParentInterface.js +2 -1
  267. package/dist/src/interfaces/userHasRoleInterface.js +2 -1
  268. package/dist/src/interfaces/userHasRollNumberInterface.js +2 -1
  269. package/dist/src/interfaces/userHasStorageInterface.js +2 -1
  270. package/dist/src/interfaces/userHasSubjectFeeInterface.js +2 -1
  271. package/dist/src/interfaces/userInstituteMetaInterface.js +2 -1
  272. package/dist/src/interfaces/userInterface.js +2 -1
  273. package/dist/src/interfaces/userLeaveRequestInterface.js +2 -1
  274. package/dist/src/interfaces/userMetaInterface.js +2 -1
  275. package/dist/src/interfaces/userPayoutDetailsInterface.js +2 -1
  276. package/dist/src/interfaces/userPayoutHistoryInterface.js +2 -1
  277. package/dist/src/interfaces/userPayoutInterface.js +2 -1
  278. package/dist/src/interfaces/userProjectAssessmentOptionInterface.js +2 -1
  279. package/dist/src/interfaces/userRequiredStepsInterface.js +2 -1
  280. package/dist/src/interfaces/userSchoolMetaInterface.js +2 -1
  281. package/dist/src/interfaces/vehicleInterface.js +2 -1
  282. package/dist/src/interfaces/vendorManagementInterface.js +2 -1
  283. package/dist/src/interfaces/videoAnalystInterface.js +2 -1
  284. package/dist/src/interfaces/walletHistoryInterface.js +2 -1
  285. package/dist/src/interfaces/walletInterface.js +2 -1
  286. package/dist/src/interfaces/walletTransactionInterface.js +2 -1
  287. package/dist/src/interfaces/workingDayInterface.js +2 -1
  288. package/dist/src/interfaces/workingShiftInterface.js +2 -1
  289. package/dist/src/models/mongodb/approvalRequestModel.js +43 -8
  290. package/dist/src/models/mongodb/attendanceModel.js +68 -30
  291. package/dist/src/models/mongodb/blogModel.js +46 -11
  292. package/dist/src/models/mongodb/careerModel.js +42 -7
  293. package/dist/src/models/mongodb/certificatesHistoryModel.js +39 -4
  294. package/dist/src/models/mongodb/certificatesManagementModel.js +42 -7
  295. package/dist/src/models/mongodb/columnModel.js +45 -10
  296. package/dist/src/models/mongodb/dailyBookModel.js +39 -4
  297. package/dist/src/models/mongodb/dashboardManagementModel.js +46 -11
  298. package/dist/src/models/mongodb/eventModel.js +58 -20
  299. package/dist/src/models/mongodb/examGroupModel.js +69 -31
  300. package/dist/src/models/mongodb/examHasAnswerSheetModel.js +56 -18
  301. package/dist/src/models/mongodb/examModel.js +76 -38
  302. package/dist/src/models/mongodb/feeReminderTypeModel.js +42 -7
  303. package/dist/src/models/mongodb/feedBackModel.js +43 -8
  304. package/dist/src/models/mongodb/generateIdCardModel.js +39 -4
  305. package/dist/src/models/mongodb/holidayModel.js +58 -20
  306. package/dist/src/models/mongodb/index.js +16 -11
  307. package/dist/src/models/mongodb/informationSupportModel.js +42 -7
  308. package/dist/src/models/mongodb/inquiryModel.js +67 -29
  309. package/dist/src/models/mongodb/invoiceModel.js +48 -13
  310. package/dist/src/models/mongodb/jobApplyModel.js +49 -14
  311. package/dist/src/models/mongodb/photosGalleryModel.js +46 -11
  312. package/dist/src/models/mongodb/plannerModel.js +45 -10
  313. package/dist/src/models/mongodb/plugin/addDefaultAttributesPlugin.js +4 -1
  314. package/dist/src/models/mongodb/plugin/transformIdInQueryPlugin.js +3 -1
  315. package/dist/src/models/mongodb/plugin/transformIdInResponsePlugin.js +8 -3
  316. package/dist/src/models/mongodb/replaceTeacherModel.js +46 -11
  317. package/dist/src/models/mongodb/schoolFeeModel.js +56 -18
  318. package/dist/src/models/mongodb/subjectIndexModel.js +152 -114
  319. package/dist/src/models/mongodb/subscriptionPlanModel.js +49 -14
  320. package/dist/src/models/mongodb/taskManagementModel.js +58 -20
  321. package/dist/src/models/mongodb/uniqueNumberCounterModel.js +42 -7
  322. package/dist/src/models/mongodb/userDetailsModel.js +68 -32
  323. package/dist/src/models/mongodb/userDoc.js +6 -3
  324. package/dist/src/models/mongodb/userInstituteMetaModel.js +54 -19
  325. package/dist/src/models/mongodb/userSchoolMetaModel.js +46 -41
  326. package/dist/src/models/mongodb/videoAnalystModel.js +40 -5
  327. package/dist/src/models/mongodb/walletTransactionModel.js +56 -21
  328. package/dist/src/models/psql/SubCategoriesModel.js +28 -23
  329. package/dist/src/models/psql/academicCalendarModel.js +26 -21
  330. package/dist/src/models/psql/accountHasReceiptDetailsModel.js +38 -33
  331. package/dist/src/models/psql/announcementModel.js +58 -53
  332. package/dist/src/models/psql/areaModel.js +17 -12
  333. package/dist/src/models/psql/bankAccountDetailsModel.js +35 -30
  334. package/dist/src/models/psql/bannerModel.js +40 -35
  335. package/dist/src/models/psql/batchModel.js +53 -48
  336. package/dist/src/models/psql/batchSubjectBookAssessmentModel.js +35 -30
  337. package/dist/src/models/psql/batchSubjectProjectAssessmentModel.js +35 -30
  338. package/dist/src/models/psql/bookAssessmentDateModel.js +25 -20
  339. package/dist/src/models/psql/categoriesModel.js +24 -19
  340. package/dist/src/models/psql/cityModel.js +21 -16
  341. package/dist/src/models/psql/classRoomModel.js +36 -31
  342. package/dist/src/models/psql/cloudStorageModel.js +30 -25
  343. package/dist/src/models/psql/coinPurchaseOfferModel.js +31 -26
  344. package/dist/src/models/psql/contactFeedBackModel.js +34 -29
  345. package/dist/src/models/psql/countryModel.js +13 -11
  346. package/dist/src/models/psql/courseHasVisitorsModel.js +22 -17
  347. package/dist/src/models/psql/courseModel.js +41 -36
  348. package/dist/src/models/psql/driverModel.js +51 -46
  349. package/dist/src/models/psql/entityGroupModel.js +29 -24
  350. package/dist/src/models/psql/facilityModel.js +34 -29
  351. package/dist/src/models/psql/featureActionModel.js +28 -23
  352. package/dist/src/models/psql/feeHistoryDetailsModel.js +45 -40
  353. package/dist/src/models/psql/feeHistoryModel.js +78 -73
  354. package/dist/src/models/psql/feeReminderModel.js +63 -58
  355. package/dist/src/models/psql/feeReminderSettingModel.js +27 -22
  356. package/dist/src/models/psql/feeTypeHasTermsModel.js +31 -26
  357. package/dist/src/models/psql/feeTypeModel.js +42 -37
  358. package/dist/src/models/psql/feesCollectionModel.js +55 -50
  359. package/dist/src/models/psql/fileStorageModel.js +26 -21
  360. package/dist/src/models/psql/floorManagementModel.js +25 -20
  361. package/dist/src/models/psql/greetingsModel.js +34 -29
  362. package/dist/src/models/psql/homeWorkModel.js +36 -31
  363. package/dist/src/models/psql/index.js +48 -7
  364. package/dist/src/models/psql/instituteEntityModel.js +34 -29
  365. package/dist/src/models/psql/instituteEntityTypeModel.js +25 -20
  366. package/dist/src/models/psql/instituteModel.js +70 -65
  367. package/dist/src/models/psql/instituteSubscriptionPlanModel.js +42 -37
  368. package/dist/src/models/psql/inventoryHistoryModel.js +42 -37
  369. package/dist/src/models/psql/inventoryModel.js +36 -31
  370. package/dist/src/models/psql/lectureHistoryModel.js +62 -57
  371. package/dist/src/models/psql/lectureModel.js +117 -112
  372. package/dist/src/models/psql/masterLeaveModel.js +41 -36
  373. package/dist/src/models/psql/moduleFeatureModel.js +29 -24
  374. package/dist/src/models/psql/moduleModel.js +30 -25
  375. package/dist/src/models/psql/offerModel.js +39 -34
  376. package/dist/src/models/psql/paymentTermsModel.js +35 -30
  377. package/dist/src/models/psql/pdcChequeModel.js +40 -35
  378. package/dist/src/models/psql/pdcHistoryModel.js +44 -39
  379. package/dist/src/models/psql/pincodeModel.js +28 -23
  380. package/dist/src/models/psql/productModel.js +32 -27
  381. package/dist/src/models/psql/projectAssessmentOptionModel.js +23 -18
  382. package/dist/src/models/psql/roleModel.js +26 -21
  383. package/dist/src/models/psql/rulesRegulationModel.js +23 -18
  384. package/dist/src/models/psql/schoolFeeCollectionModel.js +34 -29
  385. package/dist/src/models/psql/schoolOfferModel.js +43 -38
  386. package/dist/src/models/psql/sendNotificationModel.js +32 -27
  387. package/dist/src/models/psql/slotModel.js +27 -22
  388. package/dist/src/models/psql/stateModel.js +18 -13
  389. package/dist/src/models/psql/subjectHasFeeModel.js +25 -20
  390. package/dist/src/models/psql/subjectHasPayFeeHistoryModel.js +32 -27
  391. package/dist/src/models/psql/syllabusModel.js +31 -26
  392. package/dist/src/models/psql/testimonialModel.js +52 -47
  393. package/dist/src/models/psql/toDoModel.js +35 -30
  394. package/dist/src/models/psql/tokenModel.js +12 -10
  395. package/dist/src/models/psql/tripModel.js +34 -29
  396. package/dist/src/models/psql/typeManagementModel.js +32 -27
  397. package/dist/src/models/psql/userBookAssessmentModel.js +34 -29
  398. package/dist/src/models/psql/userFeeTypeByAccountModel.js +41 -36
  399. package/dist/src/models/psql/userFeeTypeModel.js +44 -39
  400. package/dist/src/models/psql/userHasAnnouncementModel.js +31 -26
  401. package/dist/src/models/psql/userHasBatchModel.js +24 -19
  402. package/dist/src/models/psql/userHasCourseModel.js +35 -30
  403. package/dist/src/models/psql/userHasDeviceModel.js +26 -21
  404. package/dist/src/models/psql/userHasFeeTermsModel.js +45 -40
  405. package/dist/src/models/psql/userHasFileModel.js +29 -24
  406. package/dist/src/models/psql/userHasHomeWorkModel.js +36 -31
  407. package/dist/src/models/psql/userHasInventoryHistoryModel.js +41 -36
  408. package/dist/src/models/psql/userHasInventoryModel.js +45 -40
  409. package/dist/src/models/psql/userHasLeaveHistoryModel.js +41 -36
  410. package/dist/src/models/psql/userHasLeaveModel.js +34 -29
  411. package/dist/src/models/psql/userHasOfferModel.js +36 -31
  412. package/dist/src/models/psql/userHasParentModel.js +31 -26
  413. package/dist/src/models/psql/userHasRoleModel.js +27 -22
  414. package/dist/src/models/psql/userHasRollNumberModel.js +28 -23
  415. package/dist/src/models/psql/userHasStorageModel.js +27 -22
  416. package/dist/src/models/psql/userHasSubjectFeeModel.js +27 -22
  417. package/dist/src/models/psql/userLeaveRequestModel.js +43 -38
  418. package/dist/src/models/psql/userModel.js +94 -89
  419. package/dist/src/models/psql/userPayoutDetailsModel.js +41 -36
  420. package/dist/src/models/psql/userPayoutHistoryModel.js +40 -35
  421. package/dist/src/models/psql/userPayoutModel.js +63 -58
  422. package/dist/src/models/psql/userProjectAssessmentOptionModel.js +31 -26
  423. package/dist/src/models/psql/userRequiredStepsModel.js +22 -17
  424. package/dist/src/models/psql/vehicleModel.js +30 -25
  425. package/dist/src/models/psql/vendorManagementModel.js +44 -39
  426. package/dist/src/models/psql/walletHistoryModel.js +34 -28
  427. package/dist/src/models/psql/walletModel.js +25 -20
  428. package/dist/src/models/psql/workingDayModel.js +24 -19
  429. package/dist/src/models/psql/workingShiftModel.js +34 -29
  430. package/dist/src/services/Concrete/mongooseCommonService.js +9 -5
  431. package/dist/src/services/Concrete/sequelizeCommanService.js +9 -6
  432. package/dist/src/services/Contracts/IMongooseCommonService.js +2 -1
  433. package/dist/src/services/Contracts/ISequelizeCommonService.js +2 -1
  434. package/dist/src/types/academicCalendarType.js +2 -1
  435. package/dist/src/types/accountHasReceiptDetailsType.js +2 -1
  436. package/dist/src/types/announcementType.js +2 -1
  437. package/dist/src/types/approveRequestType.js +2 -1
  438. package/dist/src/types/areaType.js +2 -1
  439. package/dist/src/types/attendanceType.js +2 -1
  440. package/dist/src/types/bankAccountDetailsType.js +2 -1
  441. package/dist/src/types/bannerType.js +2 -1
  442. package/dist/src/types/batchSubjectBookAssessmentType.js +2 -1
  443. package/dist/src/types/batchSubjectProjectAssessmentType.js +2 -1
  444. package/dist/src/types/batchType.js +2 -1
  445. package/dist/src/types/blogType.js +2 -1
  446. package/dist/src/types/bookAssessmentDateType.js +2 -1
  447. package/dist/src/types/careerType.js +2 -1
  448. package/dist/src/types/categoriesType.js +2 -1
  449. package/dist/src/types/certificatesHistoryType.js +2 -1
  450. package/dist/src/types/certificatesManagementType.js +2 -1
  451. package/dist/src/types/classRoomType.js +2 -1
  452. package/dist/src/types/cloudStorageType.js +2 -1
  453. package/dist/src/types/coinPurchaseOfferType.js +2 -1
  454. package/dist/src/types/commonType.js +2 -1
  455. package/dist/src/types/contactFeedBackType.js +2 -1
  456. package/dist/src/types/courseHasVisitorsType.js +2 -1
  457. package/dist/src/types/courseType.js +2 -1
  458. package/dist/src/types/dailyBookType.js +2 -1
  459. package/dist/src/types/dashboardManagementType.js +2 -1
  460. package/dist/src/types/driverType.js +2 -1
  461. package/dist/src/types/entityGroupType.js +2 -1
  462. package/dist/src/types/eventType.js +2 -1
  463. package/dist/src/types/examGroupType.js +2 -1
  464. package/dist/src/types/examHasAnswerSheetType.js +2 -1
  465. package/dist/src/types/examType.js +2 -1
  466. package/dist/src/types/facilityType.js +2 -1
  467. package/dist/src/types/featureActionType.js +2 -1
  468. package/dist/src/types/feeHistoryDetailsType.js +2 -1
  469. package/dist/src/types/feeHistoryType.js +2 -1
  470. package/dist/src/types/feeReminderSettingType.js +2 -1
  471. package/dist/src/types/feeReminderType.js +2 -1
  472. package/dist/src/types/feeReminderTypeType.js +2 -1
  473. package/dist/src/types/feeTypeHasTermsType.js +2 -1
  474. package/dist/src/types/feeTypeType.js +2 -1
  475. package/dist/src/types/feedBackType.js +2 -1
  476. package/dist/src/types/feesCollectionType.js +2 -1
  477. package/dist/src/types/fileStorageType.js +2 -1
  478. package/dist/src/types/floormanagementType.js +2 -1
  479. package/dist/src/types/generateIdCardType.js +2 -1
  480. package/dist/src/types/greetingsType.js +2 -1
  481. package/dist/src/types/holidayType.js +2 -1
  482. package/dist/src/types/homeWorkType.js +2 -1
  483. package/dist/src/types/informationSupportType.js +2 -1
  484. package/dist/src/types/inquiryType.js +2 -1
  485. package/dist/src/types/instituteEntityType.js +2 -1
  486. package/dist/src/types/instituteEntityTypeType.js +2 -1
  487. package/dist/src/types/instituteSubscriptionPlanType.js +2 -1
  488. package/dist/src/types/instituteType.js +2 -1
  489. package/dist/src/types/inventoryHistoryType.js +2 -1
  490. package/dist/src/types/inventoryType.js +2 -1
  491. package/dist/src/types/jobApply.js +2 -1
  492. package/dist/src/types/lectureHistoryType.js +2 -1
  493. package/dist/src/types/lectureType.js +2 -1
  494. package/dist/src/types/masterLeaveType.js +2 -1
  495. package/dist/src/types/moduleFeatureType.js +2 -1
  496. package/dist/src/types/moduleType.js +2 -1
  497. package/dist/src/types/offerType.js +2 -1
  498. package/dist/src/types/paymentTermsType.js +2 -1
  499. package/dist/src/types/pdcChequeType.js +2 -1
  500. package/dist/src/types/pdcHistoryType.js +2 -1
  501. package/dist/src/types/photosGalleryType.js +2 -1
  502. package/dist/src/types/plannerType.js +2 -1
  503. package/dist/src/types/productType.js +2 -1
  504. package/dist/src/types/projectAssessmentOptionType.js +2 -1
  505. package/dist/src/types/roleType.js +2 -1
  506. package/dist/src/types/rulesRegulationType.js +2 -1
  507. package/dist/src/types/schoolFeeCollectionType.js +2 -1
  508. package/dist/src/types/schoolFeeType.js +2 -1
  509. package/dist/src/types/schoolOfferType.js +2 -1
  510. package/dist/src/types/sendNotificationType.js +2 -1
  511. package/dist/src/types/slotType.js +2 -1
  512. package/dist/src/types/subCategoryType.js +2 -1
  513. package/dist/src/types/subjectHasFeeType.js +2 -1
  514. package/dist/src/types/subjectHasPayFeeHistoryType.js +2 -1
  515. package/dist/src/types/subjectIndexType.js +2 -1
  516. package/dist/src/types/subscriptionPlanType.js +2 -1
  517. package/dist/src/types/syllabusType.js +2 -1
  518. package/dist/src/types/taskManagementType.js +2 -1
  519. package/dist/src/types/testimonialType.js +2 -1
  520. package/dist/src/types/toDoType.js +2 -1
  521. package/dist/src/types/tripType.js +2 -1
  522. package/dist/src/types/typeManagementType.js +2 -1
  523. package/dist/src/types/uniqueNumberCounterType.js +2 -1
  524. package/dist/src/types/userBookAssessmentType.js +2 -1
  525. package/dist/src/types/userDetailsType.js +2 -1
  526. package/dist/src/types/userFeeTypeByAccountType.js +2 -1
  527. package/dist/src/types/userFeeTypeType.js +2 -1
  528. package/dist/src/types/userHasAnnouncementType.js +2 -1
  529. package/dist/src/types/userHasBatchType.js +2 -1
  530. package/dist/src/types/userHasCourseType.js +2 -1
  531. package/dist/src/types/userHasDeviceType.js +2 -1
  532. package/dist/src/types/userHasFeeTermsType.js +2 -1
  533. package/dist/src/types/userHasFileType.js +2 -1
  534. package/dist/src/types/userHasHomeWorkType.js +2 -1
  535. package/dist/src/types/userHasInventoryHistoryType.js +2 -1
  536. package/dist/src/types/userHasInventoryType.js +2 -1
  537. package/dist/src/types/userHasLeaveHistoryType.js +2 -1
  538. package/dist/src/types/userHasLeaveType.js +2 -1
  539. package/dist/src/types/userHasOffer.js +2 -1
  540. package/dist/src/types/userHasParentType.js +2 -1
  541. package/dist/src/types/userHasRoleType.js +2 -1
  542. package/dist/src/types/userHasRollNumberType.js +2 -1
  543. package/dist/src/types/userHasStorageType.js +2 -1
  544. package/dist/src/types/userHasSubjectFeeType.js +2 -1
  545. package/dist/src/types/userInstituteMetaType.js +2 -1
  546. package/dist/src/types/userLeaveRequestType.js +2 -1
  547. package/dist/src/types/userMetaType.js +2 -1
  548. package/dist/src/types/userPayoutDetailsType.js +2 -1
  549. package/dist/src/types/userPayoutHistoryType.js +2 -1
  550. package/dist/src/types/userPayoutType.js +2 -1
  551. package/dist/src/types/userProjectAssessmentOptionType.js +2 -1
  552. package/dist/src/types/userRequiredStepsType.js +2 -1
  553. package/dist/src/types/userSchoolMetaType.js +2 -1
  554. package/dist/src/types/userType.js +2 -1
  555. package/dist/src/types/vehicleType.js +2 -1
  556. package/dist/src/types/vendorType.js +2 -1
  557. package/dist/src/types/videoAnalystType.js +2 -1
  558. package/dist/src/types/walletHistoryType.js +2 -1
  559. package/dist/src/types/walletTransactionType.js +2 -1
  560. package/dist/src/types/walletType.js +2 -1
  561. package/dist/src/types/workingDayType.js +2 -1
  562. package/dist/src/types/workingShiftType.js +2 -1
  563. package/package.json +1 -1
@@ -1,93 +1,98 @@
1
- import { DataTypes, Model } from 'sequelize';
2
- import { sequelize } from './index.js';
3
- import { USER_PAYOUT_TYPE, USER_TYPES } from '../../constants/app.js';
4
- import UserModel from './userModel.js';
5
- import InstituteModel from './instituteModel.js';
6
- import UserPayoutModel from './userPayoutModel.js';
7
- class UserPayoutHistoryModel extends Model {
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const sequelize_1 = require("sequelize");
7
+ const index_js_1 = require("./index.js");
8
+ const app_js_1 = require("../../constants/app.js");
9
+ const userModel_js_1 = __importDefault(require("./userModel.js"));
10
+ const instituteModel_js_1 = __importDefault(require("./instituteModel.js"));
11
+ const userPayoutModel_js_1 = __importDefault(require("./userPayoutModel.js"));
12
+ class UserPayoutHistoryModel extends sequelize_1.Model {
8
13
  }
9
14
  UserPayoutHistoryModel.init({
10
15
  id: {
11
- type: DataTypes.UUID,
12
- defaultValue: DataTypes.UUIDV4,
16
+ type: sequelize_1.DataTypes.UUID,
17
+ defaultValue: sequelize_1.DataTypes.UUIDV4,
13
18
  allowNull: false,
14
19
  primaryKey: true,
15
20
  },
16
21
  userId: {
17
- type: DataTypes.UUID,
22
+ type: sequelize_1.DataTypes.UUID,
18
23
  allowNull: false,
19
24
  field: 'user_id',
20
25
  },
21
26
  userType: {
22
- type: DataTypes.ENUM,
23
- values: Object.values(USER_TYPES),
27
+ type: sequelize_1.DataTypes.ENUM,
28
+ values: Object.values(app_js_1.USER_TYPES),
24
29
  allowNull: false,
25
30
  field: 'user_type',
26
31
  },
27
32
  instituteId: {
28
- type: DataTypes.UUID,
33
+ type: sequelize_1.DataTypes.UUID,
29
34
  allowNull: false,
30
35
  field: 'institute_id',
31
36
  },
32
37
  userPayoutId: {
33
- type: DataTypes.UUID,
38
+ type: sequelize_1.DataTypes.UUID,
34
39
  allowNull: false,
35
40
  field: 'user_payout_id',
36
41
  },
37
42
  paidAmount: {
38
- type: DataTypes.FLOAT,
43
+ type: sequelize_1.DataTypes.FLOAT,
39
44
  allowNull: false,
40
45
  field: 'paid_amount',
41
46
  },
42
47
  payableAmount: {
43
- type: DataTypes.FLOAT,
48
+ type: sequelize_1.DataTypes.FLOAT,
44
49
  allowNull: false,
45
50
  field: 'payable_amount',
46
51
  },
47
52
  bonusAmount: {
48
- type: DataTypes.FLOAT,
53
+ type: sequelize_1.DataTypes.FLOAT,
49
54
  allowNull: true,
50
55
  defaultValue: 0,
51
56
  field: 'bonus_amount',
52
57
  },
53
58
  overtimeAmount: {
54
- type: DataTypes.FLOAT,
59
+ type: sequelize_1.DataTypes.FLOAT,
55
60
  allowNull: true,
56
61
  defaultValue: 0,
57
62
  field: 'overtime_amount',
58
63
  },
59
64
  payoutDate: {
60
- type: DataTypes.DATE,
65
+ type: sequelize_1.DataTypes.DATE,
61
66
  allowNull: false,
62
67
  field: 'payout_date',
63
68
  },
64
69
  payoutStartTime: {
65
- type: DataTypes.DATE,
70
+ type: sequelize_1.DataTypes.DATE,
66
71
  allowNull: false,
67
72
  field: 'payout_start_time',
68
73
  },
69
74
  payoutEndTime: {
70
- type: DataTypes.DATE,
75
+ type: sequelize_1.DataTypes.DATE,
71
76
  allowNull: false,
72
77
  field: 'payout_end_time',
73
78
  },
74
79
  payoutType: {
75
- type: DataTypes.ENUM,
76
- values: Object.values(USER_PAYOUT_TYPE),
80
+ type: sequelize_1.DataTypes.ENUM,
81
+ values: Object.values(app_js_1.USER_PAYOUT_TYPE),
77
82
  allowNull: false,
78
83
  field: 'payout_type',
79
84
  },
80
85
  description: {
81
- type: DataTypes.STRING,
86
+ type: sequelize_1.DataTypes.STRING,
82
87
  allowNull: true,
83
88
  },
84
89
  }, {
85
90
  modelName: 'UserPayoutHistoryModel',
86
91
  tableName: 'user_payout_history',
87
92
  timestamps: true,
88
- sequelize,
93
+ sequelize: index_js_1.sequelize,
89
94
  });
90
- UserPayoutHistoryModel.belongsTo(UserModel, {
95
+ UserPayoutHistoryModel.belongsTo(userModel_js_1.default, {
91
96
  foreignKey: {
92
97
  name: 'createdBy',
93
98
  allowNull: true,
@@ -95,7 +100,7 @@ UserPayoutHistoryModel.belongsTo(UserModel, {
95
100
  },
96
101
  as: 'createdByUser',
97
102
  });
98
- UserPayoutHistoryModel.belongsTo(UserModel, {
103
+ UserPayoutHistoryModel.belongsTo(userModel_js_1.default, {
99
104
  foreignKey: {
100
105
  name: 'updatedBy',
101
106
  allowNull: true,
@@ -103,7 +108,7 @@ UserPayoutHistoryModel.belongsTo(UserModel, {
103
108
  },
104
109
  as: 'updatedByUser',
105
110
  });
106
- UserPayoutHistoryModel.belongsTo(UserModel, {
111
+ UserPayoutHistoryModel.belongsTo(userModel_js_1.default, {
107
112
  foreignKey: {
108
113
  name: 'deletedBy',
109
114
  allowNull: true,
@@ -111,40 +116,40 @@ UserPayoutHistoryModel.belongsTo(UserModel, {
111
116
  },
112
117
  as: 'deletedByUser',
113
118
  });
114
- UserPayoutHistoryModel.belongsTo(InstituteModel, {
119
+ UserPayoutHistoryModel.belongsTo(instituteModel_js_1.default, {
115
120
  foreignKey: {
116
121
  name: 'instituteId',
117
122
  },
118
123
  as: 'institute',
119
124
  });
120
- InstituteModel.hasMany(UserPayoutHistoryModel, {
125
+ instituteModel_js_1.default.hasMany(UserPayoutHistoryModel, {
121
126
  foreignKey: {
122
127
  name: 'instituteId',
123
128
  },
124
129
  as: 'instituteHasPayoutHistoryList',
125
130
  });
126
- UserPayoutHistoryModel.belongsTo(UserModel, {
131
+ UserPayoutHistoryModel.belongsTo(userModel_js_1.default, {
127
132
  foreignKey: {
128
133
  name: 'userId',
129
134
  },
130
135
  as: 'user',
131
136
  });
132
- UserModel.hasMany(UserPayoutHistoryModel, {
137
+ userModel_js_1.default.hasMany(UserPayoutHistoryModel, {
133
138
  foreignKey: {
134
139
  name: 'userId',
135
140
  },
136
141
  as: 'userHasPayoutHistoryList',
137
142
  });
138
- UserPayoutHistoryModel.belongsTo(UserPayoutModel, {
143
+ UserPayoutHistoryModel.belongsTo(userPayoutModel_js_1.default, {
139
144
  foreignKey: {
140
145
  name: 'userPayoutId',
141
146
  },
142
147
  as: 'userPayout',
143
148
  });
144
- UserPayoutModel.hasMany(UserPayoutHistoryModel, {
149
+ userPayoutModel_js_1.default.hasMany(UserPayoutHistoryModel, {
145
150
  foreignKey: {
146
151
  name: 'userPayoutId',
147
152
  },
148
153
  as: 'userPayoutHistoryList',
149
154
  });
150
- export default UserPayoutHistoryModel;
155
+ exports.default = UserPayoutHistoryModel;
@@ -1,68 +1,73 @@
1
- import { DataTypes, Model, Op, Sequelize, } from "sequelize";
2
- import { sequelize } from "./index.js";
3
- import { ATTENDANCE_STATUS, SIXTY, USER_PAYOUT_TYPE, USER_TYPES, } from "../../constants/app.js";
4
- import UserModel from "./userModel.js";
5
- import InstituteModel from "./instituteModel.js";
6
- import { endOfMonth, format, startOfMonth, startOfToday, subMonths, } from "date-fns";
7
- import { getUniqueArrayByFields } from "../../helpers/utils.js";
8
- import SubjectHasPayFeeHistory from "./subjectHasPayFeeHistoryModel.js";
9
- import LectureModel from "./lectureModel.js";
10
- import AttendanceModel from "../mongodb/attendanceModel.js";
11
- import UserPayoutDetailsModel from "./userPayoutDetailsModel.js";
12
- class UserPayoutModel extends Model {
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const sequelize_1 = require("sequelize");
7
+ const index_js_1 = require("./index.js");
8
+ const app_js_1 = require("../../constants/app.js");
9
+ const userModel_js_1 = __importDefault(require("./userModel.js"));
10
+ const instituteModel_js_1 = __importDefault(require("./instituteModel.js"));
11
+ const date_fns_1 = require("date-fns");
12
+ const utils_js_1 = require("../../helpers/utils.js");
13
+ const subjectHasPayFeeHistoryModel_js_1 = __importDefault(require("./subjectHasPayFeeHistoryModel.js"));
14
+ const lectureModel_js_1 = __importDefault(require("./lectureModel.js"));
15
+ const attendanceModel_js_1 = __importDefault(require("../mongodb/attendanceModel.js"));
16
+ const userPayoutDetailsModel_js_1 = __importDefault(require("./userPayoutDetailsModel.js"));
17
+ class UserPayoutModel extends sequelize_1.Model {
13
18
  }
14
19
  UserPayoutModel.init({
15
20
  id: {
16
- type: DataTypes.UUID,
17
- defaultValue: DataTypes.UUIDV4,
21
+ type: sequelize_1.DataTypes.UUID,
22
+ defaultValue: sequelize_1.DataTypes.UUIDV4,
18
23
  allowNull: false,
19
24
  primaryKey: true,
20
25
  },
21
26
  userId: {
22
- type: DataTypes.UUID,
27
+ type: sequelize_1.DataTypes.UUID,
23
28
  allowNull: false,
24
29
  field: "user_id",
25
30
  },
26
31
  userType: {
27
- type: DataTypes.ENUM,
28
- values: Object.values(USER_TYPES),
32
+ type: sequelize_1.DataTypes.ENUM,
33
+ values: Object.values(app_js_1.USER_TYPES),
29
34
  allowNull: false,
30
35
  field: "user_type",
31
36
  },
32
37
  instituteId: {
33
- type: DataTypes.UUID,
38
+ type: sequelize_1.DataTypes.UUID,
34
39
  allowNull: false,
35
40
  field: "institute_id",
36
41
  },
37
42
  totalPayableAmount: {
38
- type: DataTypes.FLOAT,
43
+ type: sequelize_1.DataTypes.FLOAT,
39
44
  allowNull: true,
40
45
  defaultValue: 0,
41
46
  field: "total_payable_amount",
42
47
  },
43
48
  totalPaidAmount: {
44
- type: DataTypes.FLOAT,
49
+ type: sequelize_1.DataTypes.FLOAT,
45
50
  allowNull: true,
46
51
  defaultValue: 0,
47
52
  field: "total_paid_amount",
48
53
  },
49
54
  type: {
50
- type: DataTypes.ENUM,
51
- values: Object.values(USER_PAYOUT_TYPE),
55
+ type: sequelize_1.DataTypes.ENUM,
56
+ values: Object.values(app_js_1.USER_PAYOUT_TYPE),
52
57
  allowNull: false,
53
58
  },
54
59
  lastCalculatedAt: {
55
- type: DataTypes.DATE,
56
- defaultValue: startOfToday(),
60
+ type: sequelize_1.DataTypes.DATE,
61
+ defaultValue: (0, date_fns_1.startOfToday)(),
57
62
  field: "last_calculated_at",
58
63
  },
59
64
  }, {
60
65
  modelName: "UserPayoutModel",
61
66
  tableName: "user_payouts",
62
67
  timestamps: true,
63
- sequelize,
68
+ sequelize: index_js_1.sequelize,
64
69
  });
65
- UserPayoutModel.belongsTo(UserModel, {
70
+ UserPayoutModel.belongsTo(userModel_js_1.default, {
66
71
  foreignKey: {
67
72
  name: "createdBy",
68
73
  allowNull: true,
@@ -70,7 +75,7 @@ UserPayoutModel.belongsTo(UserModel, {
70
75
  },
71
76
  as: "createdByUser",
72
77
  });
73
- UserPayoutModel.belongsTo(UserModel, {
78
+ UserPayoutModel.belongsTo(userModel_js_1.default, {
74
79
  foreignKey: {
75
80
  name: "updatedBy",
76
81
  allowNull: true,
@@ -78,7 +83,7 @@ UserPayoutModel.belongsTo(UserModel, {
78
83
  },
79
84
  as: "updatedByUser",
80
85
  });
81
- UserPayoutModel.belongsTo(UserModel, {
86
+ UserPayoutModel.belongsTo(userModel_js_1.default, {
82
87
  foreignKey: {
83
88
  name: "deletedBy",
84
89
  allowNull: true,
@@ -86,25 +91,25 @@ UserPayoutModel.belongsTo(UserModel, {
86
91
  },
87
92
  as: "deletedByUser",
88
93
  });
89
- UserPayoutModel.belongsTo(InstituteModel, {
94
+ UserPayoutModel.belongsTo(instituteModel_js_1.default, {
90
95
  foreignKey: {
91
96
  name: "instituteId",
92
97
  },
93
98
  as: "institute",
94
99
  });
95
- InstituteModel.hasMany(UserPayoutModel, {
100
+ instituteModel_js_1.default.hasMany(UserPayoutModel, {
96
101
  foreignKey: {
97
102
  name: "instituteId",
98
103
  },
99
104
  as: "instituteHasPayoutList",
100
105
  });
101
- UserPayoutModel.belongsTo(UserModel, {
106
+ UserPayoutModel.belongsTo(userModel_js_1.default, {
102
107
  foreignKey: {
103
108
  name: "userId",
104
109
  },
105
110
  as: "user",
106
111
  });
107
- UserModel.hasMany(UserPayoutModel, {
112
+ userModel_js_1.default.hasMany(UserPayoutModel, {
108
113
  foreignKey: {
109
114
  name: "userId",
110
115
  },
@@ -115,16 +120,16 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
115
120
  if (!userPayout.userPayoutDetailsList ||
116
121
  !userPayout.userPayoutDetailsList.length)
117
122
  return userPayout;
118
- userPayout.userPayoutDetailsList = getUniqueArrayByFields(userPayout.userPayoutDetailsList, ["subjectId"]);
123
+ userPayout.userPayoutDetailsList = (0, utils_js_1.getUniqueArrayByFields)(userPayout.userPayoutDetailsList, ["subjectId"]);
119
124
  const options = {
120
125
  transaction,
121
126
  };
122
127
  if (user)
123
128
  options.userId = user.id;
124
129
  const now = new Date();
125
- const previousMonthDate = subMonths(now, 1);
126
- let startOfPreviousMonth = startOfMonth(previousMonthDate).toISOString();
127
- let endOfPreviousMonth = endOfMonth(previousMonthDate).toISOString();
130
+ const previousMonthDate = (0, date_fns_1.subMonths)(now, 1);
131
+ let startOfPreviousMonth = (0, date_fns_1.startOfMonth)(previousMonthDate).toISOString();
132
+ let endOfPreviousMonth = (0, date_fns_1.endOfMonth)(previousMonthDate).toISOString();
128
133
  if (filterOptions.include) {
129
134
  filterOptions.include = !Array.isArray(filterOptions.include)
130
135
  ? [filterOptions.include]
@@ -133,12 +138,12 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
133
138
  let where = {};
134
139
  if (historyListInclude &&
135
140
  historyListInclude.where &&
136
- historyListInclude.where[Op.and]) {
137
- where = historyListInclude.where[Op.and].pop();
141
+ historyListInclude.where[sequelize_1.Op.and]) {
142
+ where = historyListInclude.where[sequelize_1.Op.and].pop();
138
143
  }
139
144
  if (where.payout_start_time && where.payout_end_time) {
140
- startOfPreviousMonth = where.payout_start_time[Op.gte];
141
- endOfPreviousMonth = where.payout_end_time[Op.lte];
145
+ startOfPreviousMonth = where.payout_start_time[sequelize_1.Op.gte];
146
+ endOfPreviousMonth = where.payout_end_time[sequelize_1.Op.lte];
142
147
  }
143
148
  }
144
149
  const attendanceWhereAnd = [
@@ -152,17 +157,17 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
152
157
  }));
153
158
  if (!exsitUserPayout)
154
159
  return userPayout;
155
- if (userPayout.type === USER_PAYOUT_TYPE.PERCENTAGE) {
156
- let feeTotalBySubjectList = await SubjectHasPayFeeHistory.findAll({
160
+ if (userPayout.type === app_js_1.USER_PAYOUT_TYPE.PERCENTAGE) {
161
+ let feeTotalBySubjectList = await subjectHasPayFeeHistoryModel_js_1.default.findAll({
157
162
  where: {
158
163
  instituteId: exsitUserPayout.instituteId,
159
164
  subjectId: {
160
- [Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
165
+ [sequelize_1.Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
161
166
  },
162
167
  },
163
168
  attributes: [
164
169
  ["subject_id", "subjectId"],
165
- [Sequelize.fn("sum", Sequelize.col("amount")), "amount"],
170
+ [sequelize_1.Sequelize.fn("sum", sequelize_1.Sequelize.col("amount")), "amount"],
166
171
  ],
167
172
  group: ["subject_id", "created_at"],
168
173
  raw: true,
@@ -182,14 +187,14 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
182
187
  return oneUserPayoutDetails;
183
188
  });
184
189
  }
185
- if (userPayout.type === USER_PAYOUT_TYPE.HOURLY) {
186
- let lectureList = (await LectureModel.findAll({
190
+ if (userPayout.type === app_js_1.USER_PAYOUT_TYPE.HOURLY) {
191
+ let lectureList = (await lectureModel_js_1.default.findAll({
187
192
  where: {
188
193
  instituteId: exsitUserPayout.instituteId,
189
194
  subject: {
190
- [Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
195
+ [sequelize_1.Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
191
196
  },
192
- [Op.or]: [
197
+ [sequelize_1.Op.or]: [
193
198
  { primaryUserId: exsitUserPayout.userId },
194
199
  { secondaryUserId: exsitUserPayout.userId },
195
200
  ],
@@ -197,16 +202,16 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
197
202
  include: [{ association: "workingDay" }],
198
203
  }));
199
204
  lectureList = JSON.parse(JSON.stringify(lectureList));
200
- const currentMonthAttendenceList = await AttendanceModel.find({
205
+ const currentMonthAttendenceList = await attendanceModel_js_1.default.find({
201
206
  $and: attendanceWhereAnd,
202
207
  userType: userPayout.userType,
203
208
  "users.userId": userPayout.userId,
204
- "users.status": { $ne: ATTENDANCE_STATUS.ABSENT },
209
+ "users.status": { $ne: app_js_1.ATTENDANCE_STATUS.ABSENT },
205
210
  });
206
211
  userPayout.userPayoutDetailsList = userPayout.userPayoutDetailsList.map((oneUserPayoutDetails) => {
207
212
  let totalMinutes = 0;
208
213
  currentMonthAttendenceList.forEach((attendance) => {
209
- const dayName = format(attendance.date, "EEEE");
214
+ const dayName = (0, date_fns_1.format)(attendance.date, "EEEE");
210
215
  const attendanceDayLectureBySubjectList = lectureList.filter((lecture) => {
211
216
  return (lecture.workingDay.dayName === dayName &&
212
217
  lecture.subject === oneUserPayoutDetails.subjectId);
@@ -218,7 +223,7 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
218
223
  }
219
224
  });
220
225
  oneUserPayoutDetails.payableAmount =
221
- ((oneUserPayoutDetails.amountPerHour || 0) / SIXTY) * totalMinutes;
226
+ ((oneUserPayoutDetails.amountPerHour || 0) / app_js_1.SIXTY) * totalMinutes;
222
227
  return oneUserPayoutDetails;
223
228
  });
224
229
  }
@@ -236,21 +241,21 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
236
241
  userPayoutDetails.subjectId === exsitUserPayoutDetails.subjectId &&
237
242
  userPayoutDetails.batchId === exsitUserPayoutDetails.batchId);
238
243
  if (found) {
239
- await UserPayoutDetailsModel.update(userPayoutDetails, {
244
+ await userPayoutDetailsModel_js_1.default.update(userPayoutDetails, {
240
245
  where: { id: found.id },
241
246
  ...options,
242
247
  });
243
248
  }
244
249
  else {
245
- userPayoutDetails = (await UserPayoutDetailsModel.create(userPayoutDetails, options));
250
+ userPayoutDetails = (await userPayoutDetailsModel_js_1.default.create(userPayoutDetails, options));
246
251
  }
247
252
  userPayoutDetailsList.push(userPayoutDetails);
248
253
  }
249
254
  if (userPayoutDetailsList.length) {
250
- await UserPayoutDetailsModel.destroy({
255
+ await userPayoutDetailsModel_js_1.default.destroy({
251
256
  where: {
252
257
  id: {
253
- [Op.notIn]: userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.id),
258
+ [sequelize_1.Op.notIn]: userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.id),
254
259
  },
255
260
  userPayoutId: exsitUserPayout.id,
256
261
  },
@@ -271,7 +276,7 @@ const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, fil
271
276
  }
272
277
  };
273
278
  const afterFindHook = async (userPayoutList, options = {}) => {
274
- const afterFindHookTransaction = await sequelize.transaction();
279
+ const afterFindHookTransaction = await index_js_1.sequelize.transaction();
275
280
  try {
276
281
  const syncUserPayoutList = JSON.parse(JSON.stringify(userPayoutList));
277
282
  if (!syncUserPayoutList.length) {
@@ -308,4 +313,4 @@ UserPayoutModel.addHook("afterFind", async (result, options) => {
308
313
  result = (await afterFindHook([result], options)).pop();
309
314
  }
310
315
  });
311
- export default UserPayoutModel;
316
+ exports.default = UserPayoutModel;
@@ -1,46 +1,51 @@
1
- import { DataTypes, Model } from 'sequelize';
2
- import { sequelize } from './index.js';
3
- import UserModel from './userModel.js';
4
- import { PROJECT_ASSESSMENT_OPTION_STATUS } from '../../constants/app.js';
5
- import BatchSubjectProjectAssessmentModel from './batchSubjectProjectAssessmentModel.js';
6
- import ProjectAssessmentOptionModel from './projectAssessmentOptionModel.js';
7
- class UserProjectAssessmentOptionModel extends Model {
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const sequelize_1 = require("sequelize");
7
+ const index_js_1 = require("./index.js");
8
+ const userModel_js_1 = __importDefault(require("./userModel.js"));
9
+ const app_js_1 = require("../../constants/app.js");
10
+ const batchSubjectProjectAssessmentModel_js_1 = __importDefault(require("./batchSubjectProjectAssessmentModel.js"));
11
+ const projectAssessmentOptionModel_js_1 = __importDefault(require("./projectAssessmentOptionModel.js"));
12
+ class UserProjectAssessmentOptionModel extends sequelize_1.Model {
8
13
  }
9
14
  UserProjectAssessmentOptionModel.init({
10
15
  id: {
11
- type: DataTypes.UUID,
12
- defaultValue: DataTypes.UUIDV4,
16
+ type: sequelize_1.DataTypes.UUID,
17
+ defaultValue: sequelize_1.DataTypes.UUIDV4,
13
18
  allowNull: false,
14
19
  primaryKey: true,
15
20
  },
16
21
  assessmentProjectId: {
17
- type: DataTypes.UUID,
22
+ type: sequelize_1.DataTypes.UUID,
18
23
  allowNull: false,
19
24
  field: 'assessment_project_id',
20
25
  },
21
26
  projectOptionId: {
22
- type: DataTypes.UUID,
27
+ type: sequelize_1.DataTypes.UUID,
23
28
  allowNull: true,
24
29
  field: 'project_option_id',
25
30
  },
26
31
  userId: {
27
- type: DataTypes.UUID,
32
+ type: sequelize_1.DataTypes.UUID,
28
33
  allowNull: false,
29
34
  field: 'user_id',
30
35
  },
31
36
  status: {
32
- type: DataTypes.ENUM(...Object.values(PROJECT_ASSESSMENT_OPTION_STATUS)),
37
+ type: sequelize_1.DataTypes.ENUM(...Object.values(app_js_1.PROJECT_ASSESSMENT_OPTION_STATUS)),
33
38
  allowNull: false,
34
- defaultValue: PROJECT_ASSESSMENT_OPTION_STATUS.PENDING,
39
+ defaultValue: app_js_1.PROJECT_ASSESSMENT_OPTION_STATUS.PENDING,
35
40
  },
36
41
  note: {
37
- type: DataTypes.TEXT,
42
+ type: sequelize_1.DataTypes.TEXT,
38
43
  allowNull: true,
39
44
  },
40
45
  }, {
41
46
  modelName: 'UserProjectAssessmentOptionModel',
42
47
  tableName: 'user_project_assessment_options',
43
- sequelize,
48
+ sequelize: index_js_1.sequelize,
44
49
  indexes: [
45
50
  {
46
51
  name: 'user_project_assessments_unique_key',
@@ -52,49 +57,49 @@ UserProjectAssessmentOptionModel.init({
52
57
  ],
53
58
  });
54
59
  // Associations
55
- UserProjectAssessmentOptionModel.belongsTo(BatchSubjectProjectAssessmentModel, {
60
+ UserProjectAssessmentOptionModel.belongsTo(batchSubjectProjectAssessmentModel_js_1.default, {
56
61
  foreignKey: {
57
62
  name: 'assessmentProjectId',
58
63
  field: 'assessment_project_id',
59
64
  },
60
65
  as: 'assessmentProject',
61
66
  });
62
- BatchSubjectProjectAssessmentModel.hasMany(UserProjectAssessmentOptionModel, {
67
+ batchSubjectProjectAssessmentModel_js_1.default.hasMany(UserProjectAssessmentOptionModel, {
63
68
  foreignKey: {
64
69
  name: 'assessmentProjectId',
65
70
  field: 'assessment_project_id',
66
71
  },
67
72
  as: 'assessmentProjectUserList',
68
73
  });
69
- UserProjectAssessmentOptionModel.belongsTo(ProjectAssessmentOptionModel, {
74
+ UserProjectAssessmentOptionModel.belongsTo(projectAssessmentOptionModel_js_1.default, {
70
75
  foreignKey: {
71
76
  name: 'projectOptionId',
72
77
  field: 'project_option_id',
73
78
  },
74
79
  as: 'assessmentProjectOption',
75
80
  });
76
- ProjectAssessmentOptionModel.hasMany(UserProjectAssessmentOptionModel, {
81
+ projectAssessmentOptionModel_js_1.default.hasMany(UserProjectAssessmentOptionModel, {
77
82
  foreignKey: {
78
83
  name: 'projectOptionId',
79
84
  field: 'project_option_id',
80
85
  },
81
86
  as: 'assessmentProjectOptionUserList',
82
87
  });
83
- UserProjectAssessmentOptionModel.belongsTo(UserModel, {
88
+ UserProjectAssessmentOptionModel.belongsTo(userModel_js_1.default, {
84
89
  foreignKey: {
85
90
  name: 'userId',
86
91
  field: 'user_id',
87
92
  },
88
93
  as: 'user',
89
94
  });
90
- UserModel.hasMany(UserProjectAssessmentOptionModel, {
95
+ userModel_js_1.default.hasMany(UserProjectAssessmentOptionModel, {
91
96
  foreignKey: {
92
97
  name: 'userId',
93
98
  field: 'user_id',
94
99
  },
95
100
  as: 'userProjectAssessmentOptionList',
96
101
  });
97
- UserProjectAssessmentOptionModel.belongsTo(UserModel, {
102
+ UserProjectAssessmentOptionModel.belongsTo(userModel_js_1.default, {
98
103
  foreignKey: {
99
104
  name: 'createdBy',
100
105
  allowNull: true,
@@ -102,7 +107,7 @@ UserProjectAssessmentOptionModel.belongsTo(UserModel, {
102
107
  },
103
108
  as: 'createdByUser',
104
109
  });
105
- UserProjectAssessmentOptionModel.belongsTo(UserModel, {
110
+ UserProjectAssessmentOptionModel.belongsTo(userModel_js_1.default, {
106
111
  foreignKey: {
107
112
  name: 'updatedBy',
108
113
  allowNull: true,
@@ -110,7 +115,7 @@ UserProjectAssessmentOptionModel.belongsTo(UserModel, {
110
115
  },
111
116
  as: 'updatedByUser',
112
117
  });
113
- UserProjectAssessmentOptionModel.belongsTo(UserModel, {
118
+ UserProjectAssessmentOptionModel.belongsTo(userModel_js_1.default, {
114
119
  foreignKey: {
115
120
  name: 'deletedBy',
116
121
  allowNull: true,
@@ -118,4 +123,4 @@ UserProjectAssessmentOptionModel.belongsTo(UserModel, {
118
123
  },
119
124
  as: 'deletedByUser',
120
125
  });
121
- export default UserProjectAssessmentOptionModel;
126
+ exports.default = UserProjectAssessmentOptionModel;