@kipicore/dbcore 1.0.10 → 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.
- package/dist/scripts/fix-import-extensions.d.ts +1 -0
- package/dist/scripts/fix-import-extensions.js +33 -0
- package/dist/scripts/generate-index.d.ts +1 -0
- package/dist/scripts/generate-index.js +43 -0
- package/dist/src/configs/aws.js +12 -0
- package/dist/src/constants/successMessages.d.ts +699 -0
- package/dist/src/helpers/s3Uploader.d.ts +3 -0
- package/dist/src/helpers/s3Uploader.js +61 -0
- package/dist/src/helpers/utils.d.ts +173 -0
- package/dist/src/helpers/utils.js +682 -0
- package/dist/src/index.d.ts +415 -0
- package/dist/src/index.js +431 -0
- package/dist/src/interfaces/academicCalendarInterface.d.ts +9 -0
- package/dist/src/interfaces/accountHasReceiptDetailsInterface.d.ts +17 -0
- package/dist/src/interfaces/announcementInterface.d.ts +19 -0
- package/dist/src/interfaces/approvalRequestInterface.d.ts +14 -0
- package/dist/src/interfaces/attendanceInterface.d.ts +21 -0
- package/dist/src/interfaces/bankAccountDetailsInterface.d.ts +14 -0
- package/dist/src/interfaces/bannerInterface.d.ts +15 -0
- package/dist/src/interfaces/batchInterface.d.ts +18 -0
- package/dist/src/interfaces/batchSubjectBookAssessmentInterface.d.ts +9 -0
- package/dist/src/interfaces/batchSubjectProjectAssessmentInterface.d.ts +12 -0
- package/dist/src/interfaces/blogInterface.d.ts +46 -0
- package/dist/src/interfaces/bookAssessmentDateInterface.d.ts +8 -0
- package/dist/src/interfaces/careerInterface.d.ts +12 -0
- package/dist/src/interfaces/categoriesInterface.d.ts +8 -0
- package/dist/src/interfaces/certificatesHistoryInterface.d.ts +9 -0
- package/dist/src/interfaces/certificatesManagementInterface.d.ts +11 -0
- package/dist/src/interfaces/cityInterface.d.ts +12 -0
- package/dist/src/interfaces/classRoomInterface.d.ts +13 -0
- package/dist/src/interfaces/cloudStorageInterface.d.ts +15 -0
- package/dist/src/interfaces/coinPurchaseOfferInterface.d.ts +16 -0
- package/dist/src/interfaces/columnInterface.d.ts +15 -0
- package/dist/src/interfaces/contactFeedBackInterface.d.ts +13 -0
- package/dist/src/interfaces/countryInterface.d.ts +11 -0
- package/dist/src/interfaces/courseHasVisitorsInterface.d.ts +7 -0
- package/dist/src/interfaces/courseInterface.d.ts +18 -0
- package/dist/src/interfaces/dailyBookInterface.d.ts +14 -0
- package/dist/src/interfaces/dashboardManagementInterface.d.ts +19 -0
- package/dist/src/interfaces/driverInterface.d.ts +21 -0
- package/dist/src/interfaces/entityGroupInterface.d.ts +12 -0
- package/dist/src/interfaces/eventInterface.d.ts +21 -0
- package/dist/src/interfaces/examGroupInterface.d.ts +30 -0
- package/dist/src/interfaces/examHasAnswerSheetInterface.d.ts +23 -0
- package/dist/src/interfaces/examInterface.d.ts +38 -0
- package/dist/src/interfaces/facilityInterface.d.ts +9 -0
- package/dist/src/interfaces/featureActionInterface.d.ts +17 -0
- package/dist/src/interfaces/feeHistoryDetailsInterface.d.ts +17 -0
- package/dist/src/interfaces/feeHistoryInterface.d.ts +21 -0
- package/dist/src/interfaces/feeReminderInterface.d.ts +13 -0
- package/dist/src/interfaces/feeReminderSettingInterface.d.ts +10 -0
- package/dist/src/interfaces/feeReminderTypeInterface.d.ts +10 -0
- package/dist/src/interfaces/feeTypeHasTermsInterface.d.ts +12 -0
- package/dist/src/interfaces/feeTypeInterface.d.ts +13 -0
- package/dist/src/interfaces/feedBackInterface.d.ts +19 -0
- package/dist/src/interfaces/feesCollectionInterface.d.ts +19 -0
- package/dist/src/interfaces/fileStorageInterface.d.ts +14 -0
- package/dist/src/interfaces/floorManagementInterface.d.ts +9 -0
- package/dist/src/interfaces/generateIdCardInterface.d.ts +8 -0
- package/dist/src/interfaces/greetingsInterface.d.ts +12 -0
- package/dist/src/interfaces/holidayInterface.d.ts +22 -0
- package/dist/src/interfaces/homeworkInterface.d.ts +13 -0
- package/dist/src/interfaces/informationSupportInterface.d.ts +15 -0
- package/dist/src/interfaces/inquiryInterface.d.ts +54 -0
- package/dist/src/interfaces/instituteEntityInterface.d.ts +16 -0
- package/dist/src/interfaces/instituteEntityTypeInterface.d.ts +10 -0
- package/dist/src/interfaces/instituteInterface.d.ts +35 -0
- package/dist/src/interfaces/instituteSubscriptionPlanInterface.d.ts +21 -0
- package/dist/src/interfaces/inventoryHistoryInterface.d.ts +17 -0
- package/dist/src/interfaces/inventoryInterface.d.ts +15 -0
- package/dist/src/interfaces/invoiceInterface.d.ts +31 -0
- package/dist/src/interfaces/jobApplyInterface.d.ts +35 -0
- package/dist/src/interfaces/lectureHistoryInterface.d.ts +24 -0
- package/dist/src/interfaces/lectureInterface.d.ts +26 -0
- package/dist/src/interfaces/masterLeaveInterface.d.ts +13 -0
- package/dist/src/interfaces/moduleFeatureInterface.d.ts +16 -0
- package/dist/src/interfaces/moduleInterface.d.ts +15 -0
- package/dist/src/interfaces/offersInterface.d.ts +18 -0
- package/dist/src/interfaces/paymentTermsInterface.d.ts +15 -0
- package/dist/src/interfaces/pdcChequeInterface.d.ts +16 -0
- package/dist/src/interfaces/pdcHistoryInterface.d.ts +17 -0
- package/dist/src/interfaces/photosGalleryInterface.d.ts +17 -0
- package/dist/src/interfaces/pincodeInterface.d.ts +15 -0
- package/dist/src/interfaces/plannerInterface.d.ts +32 -0
- package/dist/src/interfaces/productInterface.d.ts +10 -0
- package/dist/src/interfaces/projectAssessmentOptionInterface.d.ts +8 -0
- package/dist/src/interfaces/replaceTeacherInterface.d.ts +22 -0
- package/dist/src/interfaces/roleInterface.d.ts +26 -0
- package/dist/src/interfaces/rulesRegulationInterface.d.ts +10 -0
- package/dist/src/interfaces/schoolFeeCollectionInterface.d.ts +13 -0
- package/dist/src/interfaces/schoolFeeInterface.d.ts +21 -0
- package/dist/src/interfaces/schoolOfferInterface.d.ts +20 -0
- package/dist/src/interfaces/sendNotificationInerface.d.ts +20 -0
- package/dist/src/interfaces/slotInterface.d.ts +8 -0
- package/dist/src/interfaces/stateInterface.d.ts +11 -0
- package/dist/src/interfaces/subCategoriesInterface.d.ts +9 -0
- package/dist/src/interfaces/subjectHasFeeInterface.d.ts +7 -0
- package/dist/src/interfaces/subjectHasPayFeeHistoryInterface.d.ts +9 -0
- package/dist/src/interfaces/subjectIndexInterface.d.ts +48 -0
- package/dist/src/interfaces/subscriptionPlanInterface.d.ts +29 -0
- package/dist/src/interfaces/syllabusInterface.d.ts +9 -0
- package/dist/src/interfaces/taskManagementInterface.d.ts +24 -0
- package/dist/src/interfaces/testimonialInterface.d.ts +12 -0
- package/dist/src/interfaces/toDoInterface.d.ts +11 -0
- package/dist/src/interfaces/tokenInterface.d.ts +27 -0
- package/dist/src/interfaces/tripInterface.d.ts +13 -0
- package/dist/src/interfaces/typeManagementInterface.d.ts +11 -0
- package/dist/src/interfaces/uniqueNumberCounterInterface.d.ts +11 -0
- package/dist/src/interfaces/userBookAssessmentInterface.d.ts +10 -0
- package/dist/src/interfaces/userDetailsInterface.d.ts +122 -0
- package/dist/src/interfaces/userFeeTypeByAccountInterface.d.ts +19 -0
- package/dist/src/interfaces/userFeeTypeInterface.d.ts +16 -0
- package/dist/src/interfaces/userHasAnnouncementInterface.d.ts +9 -0
- package/dist/src/interfaces/userHasBatchInterface.d.ts +7 -0
- package/dist/src/interfaces/userHasCourseInterface.d.ts +13 -0
- package/dist/src/interfaces/userHasDeviceInterface.d.ts +10 -0
- package/dist/src/interfaces/userHasFeeTermsInterface.d.ts +37 -0
- package/dist/src/interfaces/userHasFileInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasHomeWorkInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasInventoryHistoryInterface.d.ts +20 -0
- package/dist/src/interfaces/userHasInventoryInterface.d.ts +21 -0
- package/dist/src/interfaces/userHasLeaveHistoryInterface.d.ts +16 -0
- package/dist/src/interfaces/userHasLeaveInterface.d.ts +12 -0
- package/dist/src/interfaces/userHasOfferInterface.d.ts +10 -0
- package/dist/src/interfaces/userHasParentInterface.d.ts +14 -0
- package/dist/src/interfaces/userHasRoleInterface.d.ts +13 -0
- package/dist/src/interfaces/userHasRollNumberInterface.d.ts +8 -0
- package/dist/src/interfaces/userHasStorageInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasSubjectFeeInterface.d.ts +9 -0
- package/dist/src/interfaces/userInstituteMetaInterface.d.ts +39 -0
- package/dist/src/interfaces/userInterface.d.ts +44 -0
- package/dist/src/interfaces/userLeaveRequestInterface.d.ts +15 -0
- package/dist/src/interfaces/userMetaInterface.d.ts +13 -0
- package/dist/src/interfaces/userPayoutDetailsInterface.d.ts +14 -0
- package/dist/src/interfaces/userPayoutHistoryInterface.d.ts +18 -0
- package/dist/src/interfaces/userPayoutInterface.d.ts +12 -0
- package/dist/src/interfaces/userProjectAssessmentOptionInterface.d.ts +10 -0
- package/dist/src/interfaces/userRequiredStepsInterface.d.ts +9 -0
- package/dist/src/interfaces/userSchoolMetaInterface.d.ts +115 -0
- package/dist/src/interfaces/vehicleInterface.d.ts +11 -0
- package/dist/src/interfaces/vendorManagementInterface.d.ts +19 -0
- package/dist/src/interfaces/videoAnalystInterface.d.ts +37 -0
- package/dist/src/interfaces/walletHistoryInterface.d.ts +15 -0
- package/dist/src/interfaces/walletInterface.d.ts +10 -0
- package/dist/src/interfaces/walletTransactionInterface.d.ts +34 -0
- package/dist/src/interfaces/workingDayInterface.d.ts +11 -0
- package/dist/src/interfaces/workingShiftInterface.d.ts +12 -0
- package/dist/src/models/mongodb/approvalRequestModel.d.ts +4 -0
- package/dist/src/models/mongodb/approvalRequestModel.js +96 -0
- package/dist/src/models/mongodb/attendanceModel.d.ts +4 -0
- package/dist/src/models/mongodb/attendanceModel.js +178 -0
- package/dist/src/models/mongodb/blogModel.d.ts +4 -0
- package/dist/src/models/mongodb/blogModel.js +91 -0
- package/dist/src/models/mongodb/careerModel.d.ts +4 -0
- package/dist/src/models/mongodb/careerModel.js +83 -0
- package/dist/src/models/mongodb/certificatesHistoryModel.d.ts +4 -0
- package/dist/src/models/mongodb/certificatesManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/certificatesManagementModel.js +67 -0
- package/dist/src/models/mongodb/columnModel.d.ts +4 -0
- package/dist/src/models/mongodb/columnModel.js +75 -0
- package/dist/src/models/mongodb/dailyBookModel.d.ts +4 -0
- package/dist/src/models/mongodb/dashboardManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/dashboardManagementModel.js +111 -0
- package/dist/src/models/mongodb/eventModel.d.ts +4 -0
- package/dist/src/models/mongodb/eventModel.js +164 -0
- package/dist/src/models/mongodb/examGroupModel.d.ts +4 -0
- package/dist/src/models/mongodb/examGroupModel.js +293 -0
- package/dist/src/models/mongodb/examHasAnswerSheetModel.d.ts +4 -0
- package/dist/src/models/mongodb/examHasAnswerSheetModel.js +133 -0
- package/dist/src/models/mongodb/examModel.d.ts +4 -0
- package/dist/src/models/mongodb/examModel.js +267 -0
- package/dist/src/models/mongodb/feeReminderTypeModel.d.ts +4 -0
- package/dist/src/models/mongodb/feeReminderTypeModel.js +73 -0
- package/dist/src/models/mongodb/feedBackModel.d.ts +4 -0
- package/dist/src/models/mongodb/feedBackModel.js +111 -0
- package/dist/src/models/mongodb/generateIdCardModel.d.ts +4 -0
- package/dist/src/models/mongodb/holidayModel.d.ts +4 -0
- package/dist/src/models/mongodb/holidayModel.js +172 -0
- package/dist/src/models/mongodb/index.js +24 -0
- package/dist/src/models/mongodb/informationSupportModel.d.ts +4 -0
- package/dist/src/models/mongodb/informationSupportModel.js +96 -0
- package/dist/src/models/mongodb/inquiryModel.d.ts +4 -0
- package/dist/src/models/mongodb/inquiryModel.js +186 -0
- package/dist/src/models/mongodb/invoiceModel.d.ts +4 -0
- package/dist/src/models/mongodb/invoiceModel.js +134 -0
- package/dist/src/models/mongodb/jobApplyModel.d.ts +4 -0
- package/dist/src/models/mongodb/jobApplyModel.js +151 -0
- package/dist/src/models/mongodb/photosGalleryModel.d.ts +4 -0
- package/dist/src/models/mongodb/photosGalleryModel.js +86 -0
- package/dist/src/models/mongodb/plannerModel.d.ts +4 -0
- package/dist/src/models/mongodb/plannerModel.js +174 -0
- package/dist/src/models/mongodb/replaceTeacherModel.d.ts +4 -0
- package/dist/src/models/mongodb/replaceTeacherModel.js +110 -0
- package/dist/src/models/mongodb/schoolFeeModel.d.ts +4 -0
- package/dist/src/models/mongodb/schoolFeeModel.js +178 -0
- package/dist/src/models/mongodb/subjectIndexModel.d.ts +4 -0
- package/dist/src/models/mongodb/subjectIndexModel.js +667 -0
- package/dist/src/models/mongodb/subscriptionPlanModel.d.ts +4 -0
- package/dist/src/models/mongodb/subscriptionPlanModel.js +133 -0
- package/dist/src/models/mongodb/taskManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/taskManagementModel.js +167 -0
- package/dist/src/models/mongodb/uniqueNumberCounterModel.d.ts +4 -0
- package/dist/src/models/mongodb/uniqueNumberCounterModel.js +83 -0
- package/dist/src/models/mongodb/userDetailsModel.d.ts +5 -0
- package/dist/src/models/mongodb/userDetailsModel.js +509 -0
- package/dist/src/models/mongodb/userInstituteMetaModel.d.ts +4 -0
- package/dist/src/models/mongodb/userInstituteMetaModel.js +212 -0
- package/dist/src/models/mongodb/userSchoolMetaModel.d.ts +7 -0
- package/dist/src/models/mongodb/userSchoolMetaModel.js +552 -0
- package/dist/src/models/mongodb/videoAnalystModel.d.ts +4 -0
- package/dist/src/models/mongodb/walletTransactionModel.d.ts +4 -0
- package/dist/src/models/mongodb/walletTransactionModel.js +163 -0
- package/dist/src/models/psql/SubCategoriesModel.d.ts +17 -0
- package/dist/src/models/psql/SubCategoriesModel.js +102 -0
- package/dist/src/models/psql/academicCalendarModel.d.ts +18 -0
- package/dist/src/models/psql/academicCalendarModel.js +94 -0
- package/dist/src/models/psql/accountHasReceiptDetailsModel.d.ts +26 -0
- package/dist/src/models/psql/accountHasReceiptDetailsModel.js +145 -0
- package/dist/src/models/psql/announcementModel.d.ts +28 -0
- package/dist/src/models/psql/announcementModel.js +198 -0
- package/dist/src/models/psql/areaModel.d.ts +9 -0
- package/dist/src/models/psql/areaModel.js +40 -0
- package/dist/src/models/psql/bankAccountDetailsModel.d.ts +23 -0
- package/dist/src/models/psql/bankAccountDetailsModel.js +100 -0
- package/dist/src/models/psql/bannerModel.d.ts +24 -0
- package/dist/src/models/psql/bannerModel.js +116 -0
- package/dist/src/models/psql/batchModel.d.ts +27 -0
- package/dist/src/models/psql/batchModel.js +222 -0
- package/dist/src/models/psql/batchSubjectBookAssessmentModel.d.ts +18 -0
- package/dist/src/models/psql/batchSubjectBookAssessmentModel.js +156 -0
- package/dist/src/models/psql/batchSubjectProjectAssessmentModel.d.ts +21 -0
- package/dist/src/models/psql/batchSubjectProjectAssessmentModel.js +154 -0
- package/dist/src/models/psql/bookAssessmentDateModel.d.ts +17 -0
- package/dist/src/models/psql/bookAssessmentDateModel.js +87 -0
- package/dist/src/models/psql/categoriesModel.d.ts +17 -0
- package/dist/src/models/psql/categoriesModel.js +80 -0
- package/dist/src/models/psql/cityModel.d.ts +13 -0
- package/dist/src/models/psql/cityModel.js +72 -0
- package/dist/src/models/psql/classRoomModel.d.ts +22 -0
- package/dist/src/models/psql/classRoomModel.js +126 -0
- package/dist/src/models/psql/cloudStorageModel.d.ts +24 -0
- package/dist/src/models/psql/cloudStorageModel.js +97 -0
- package/dist/src/models/psql/coinPurchaseOfferModel.d.ts +25 -0
- package/dist/src/models/psql/coinPurchaseOfferModel.js +103 -0
- package/dist/src/models/psql/contactFeedBackModel.d.ts +22 -0
- package/dist/src/models/psql/contactFeedBackModel.js +120 -0
- package/dist/src/models/psql/countryModel.d.ts +14 -0
- package/dist/src/models/psql/countryModel.js +43 -0
- package/dist/src/models/psql/courseHasVisitorsModel.d.ts +16 -0
- package/dist/src/models/psql/courseHasVisitorsModel.js +71 -0
- package/dist/src/models/psql/courseModel.d.ts +27 -0
- package/dist/src/models/psql/courseModel.js +136 -0
- package/dist/src/models/psql/driverModel.d.ts +30 -0
- package/dist/src/models/psql/driverModel.js +163 -0
- package/dist/src/models/psql/entityGroupModel.d.ts +21 -0
- package/dist/src/models/psql/entityGroupModel.js +100 -0
- package/dist/src/models/psql/facilityModel.d.ts +18 -0
- package/dist/src/models/psql/facilityModel.js +120 -0
- package/dist/src/models/psql/featureActionModel.d.ts +22 -0
- package/dist/src/models/psql/featureActionModel.js +95 -0
- package/dist/src/models/psql/feeHistoryDetailsModel.d.ts +26 -0
- package/dist/src/models/psql/feeHistoryDetailsModel.js +186 -0
- package/dist/src/models/psql/feeHistoryModel.d.ts +30 -0
- package/dist/src/models/psql/feeHistoryModel.js +334 -0
- package/dist/src/models/psql/feeReminderModel.d.ts +22 -0
- package/dist/src/models/psql/feeReminderModel.js +239 -0
- package/dist/src/models/psql/feeReminderSettingModel.d.ts +19 -0
- package/dist/src/models/psql/feeReminderSettingModel.js +90 -0
- package/dist/src/models/psql/feeTypeHasTermsModel.d.ts +21 -0
- package/dist/src/models/psql/feeTypeHasTermsModel.js +102 -0
- package/dist/src/models/psql/feeTypeModel.d.ts +22 -0
- package/dist/src/models/psql/feeTypeModel.js +125 -0
- package/dist/src/models/psql/feesCollectionModel.d.ts +28 -0
- package/dist/src/models/psql/feesCollectionModel.js +232 -0
- package/dist/src/models/psql/fileStorageModel.d.ts +6 -0
- package/dist/src/models/psql/fileStorageModel.js +86 -0
- package/dist/src/models/psql/floorManagementModel.d.ts +18 -0
- package/dist/src/models/psql/floorManagementModel.js +90 -0
- package/dist/src/models/psql/greetingsModel.d.ts +21 -0
- package/dist/src/models/psql/greetingsModel.js +118 -0
- package/dist/src/models/psql/homeWorkModel.d.ts +22 -0
- package/dist/src/models/psql/homeWorkModel.js +128 -0
- package/dist/src/models/psql/instituteEntityModel.d.ts +25 -0
- package/dist/src/models/psql/instituteEntityModel.js +131 -0
- package/dist/src/models/psql/instituteEntityTypeModel.d.ts +19 -0
- package/dist/src/models/psql/instituteEntityTypeModel.js +74 -0
- package/dist/src/models/psql/instituteModel.d.ts +44 -0
- package/dist/src/models/psql/instituteModel.js +240 -0
- package/dist/src/models/psql/instituteSubscriptionPlanModel.d.ts +33 -0
- package/dist/src/models/psql/instituteSubscriptionPlanModel.js +186 -0
- package/dist/src/models/psql/inventoryHistoryModel.d.ts +26 -0
- package/dist/src/models/psql/inventoryHistoryModel.js +159 -0
- package/dist/src/models/psql/inventoryModel.d.ts +24 -0
- package/dist/src/models/psql/inventoryModel.js +132 -0
- package/dist/src/models/psql/lectureHistoryModel.d.ts +32 -0
- package/dist/src/models/psql/lectureHistoryModel.js +223 -0
- package/dist/src/models/psql/lectureModel.d.ts +34 -0
- package/dist/src/models/psql/lectureModel.js +485 -0
- package/dist/src/models/psql/masterLeaveModel.d.ts +22 -0
- package/dist/src/models/psql/masterLeaveModel.js +132 -0
- package/dist/src/models/psql/moduleFeatureModel.d.ts +21 -0
- package/dist/src/models/psql/moduleFeatureModel.js +98 -0
- package/dist/src/models/psql/moduleModel.d.ts +20 -0
- package/dist/src/models/psql/moduleModel.js +101 -0
- package/dist/src/models/psql/offerModel.d.ts +27 -0
- package/dist/src/models/psql/offerModel.js +144 -0
- package/dist/src/models/psql/paymentTermsModel.d.ts +17 -0
- package/dist/src/models/psql/paymentTermsModel.js +114 -0
- package/dist/src/models/psql/pdcChequeModel.d.ts +25 -0
- package/dist/src/models/psql/pdcChequeModel.js +138 -0
- package/dist/src/models/psql/pdcHistoryModel.d.ts +26 -0
- package/dist/src/models/psql/pdcHistoryModel.js +152 -0
- package/dist/src/models/psql/pincodeModel.d.ts +23 -0
- package/dist/src/models/psql/pincodeModel.js +79 -0
- package/dist/src/models/psql/productModel.d.ts +19 -0
- package/dist/src/models/psql/productModel.js +124 -0
- package/dist/src/models/psql/projectAssessmentOptionModel.d.ts +17 -0
- package/dist/src/models/psql/projectAssessmentOptionModel.js +90 -0
- package/dist/src/models/psql/roleModel.d.ts +22 -0
- package/dist/src/models/psql/roleModel.js +97 -0
- package/dist/src/models/psql/rulesRegulationModel.d.ts +19 -0
- package/dist/src/models/psql/rulesRegulationModel.js +72 -0
- package/dist/src/models/psql/schoolFeeCollectionModel.d.ts +22 -0
- package/dist/src/models/psql/schoolFeeCollectionModel.js +156 -0
- package/dist/src/models/psql/schoolOfferModel.d.ts +29 -0
- package/dist/src/models/psql/schoolOfferModel.js +167 -0
- package/dist/src/models/psql/sendNotificationModel.d.ts +22 -0
- package/dist/src/models/psql/sendNotificationModel.js +117 -0
- package/dist/src/models/psql/slotModel.d.ts +17 -0
- package/dist/src/models/psql/slotModel.js +99 -0
- package/dist/src/models/psql/stateModel.d.ts +13 -0
- package/dist/src/models/psql/stateModel.js +58 -0
- package/dist/src/models/psql/subjectHasFeeModel.d.ts +16 -0
- package/dist/src/models/psql/subjectHasFeeModel.js +78 -0
- package/dist/src/models/psql/subjectHasPayFeeHistoryModel.d.ts +18 -0
- package/dist/src/models/psql/subjectHasPayFeeHistoryModel.js +109 -0
- package/dist/src/models/psql/syllabusModel.d.ts +18 -0
- package/dist/src/models/psql/syllabusModel.js +125 -0
- package/dist/src/models/psql/testimonialModel.d.ts +21 -0
- package/dist/src/models/psql/testimonialModel.js +162 -0
- package/dist/src/models/psql/toDoModel.d.ts +20 -0
- package/dist/src/models/psql/toDoModel.js +116 -0
- package/dist/src/models/psql/tokenModel.d.ts +15 -0
- package/dist/src/models/psql/tokenModel.js +37 -0
- package/dist/src/models/psql/tripModel.d.ts +22 -0
- package/dist/src/models/psql/tripModel.js +114 -0
- package/dist/src/models/psql/typeManagementModel.d.ts +20 -0
- package/dist/src/models/psql/typeManagementModel.js +122 -0
- package/dist/src/models/psql/userBookAssessmentModel.d.ts +19 -0
- package/dist/src/models/psql/userBookAssessmentModel.js +141 -0
- package/dist/src/models/psql/userFeeTypeByAccountModel.d.ts +22 -0
- package/dist/src/models/psql/userFeeTypeByAccountModel.js +184 -0
- package/dist/src/models/psql/userFeeTypeModel.d.ts +25 -0
- package/dist/src/models/psql/userFeeTypeModel.js +172 -0
- package/dist/src/models/psql/userHasAnnouncementModel.d.ts +18 -0
- package/dist/src/models/psql/userHasAnnouncementModel.js +108 -0
- package/dist/src/models/psql/userHasBatchModel.d.ts +16 -0
- package/dist/src/models/psql/userHasBatchModel.js +92 -0
- package/dist/src/models/psql/userHasCourseModel.d.ts +22 -0
- package/dist/src/models/psql/userHasCourseModel.js +116 -0
- package/dist/src/models/psql/userHasDeviceModel.d.ts +19 -0
- package/dist/src/models/psql/userHasDeviceModel.js +91 -0
- package/dist/src/models/psql/userHasFeeTermsModel.d.ts +27 -0
- package/dist/src/models/psql/userHasFeeTermsModel.js +202 -0
- package/dist/src/models/psql/userHasFileModel.d.ts +16 -0
- package/dist/src/models/psql/userHasFileModel.js +107 -0
- package/dist/src/models/psql/userHasHomeWorkModel.d.ts +19 -0
- package/dist/src/models/psql/userHasHomeWorkModel.js +119 -0
- package/dist/src/models/psql/userHasInventoryHistoryModel.d.ts +29 -0
- package/dist/src/models/psql/userHasInventoryHistoryModel.js +146 -0
- package/dist/src/models/psql/userHasInventoryModel.d.ts +30 -0
- package/dist/src/models/psql/userHasInventoryModel.js +148 -0
- package/dist/src/models/psql/userHasLeaveHistoryModel.d.ts +25 -0
- package/dist/src/models/psql/userHasLeaveHistoryModel.js +106 -0
- package/dist/src/models/psql/userHasLeaveModel.d.ts +21 -0
- package/dist/src/models/psql/userHasLeaveModel.js +121 -0
- package/dist/src/models/psql/userHasOfferModel.d.ts +19 -0
- package/dist/src/models/psql/userHasOfferModel.js +154 -0
- package/dist/src/models/psql/userHasParentModel.d.ts +23 -0
- package/dist/src/models/psql/userHasParentModel.js +135 -0
- package/dist/src/models/psql/userHasRoleModel.d.ts +18 -0
- package/dist/src/models/psql/userHasRoleModel.js +97 -0
- package/dist/src/models/psql/userHasRollNumberModel.d.ts +17 -0
- package/dist/src/models/psql/userHasRollNumberModel.js +90 -0
- package/dist/src/models/psql/userHasStorageModel.d.ts +20 -0
- package/dist/src/models/psql/userHasStorageModel.js +86 -0
- package/dist/src/models/psql/userHasSubjectFeeModel.d.ts +18 -0
- package/dist/src/models/psql/userHasSubjectFeeModel.js +86 -0
- package/dist/src/models/psql/userLeaveRequestModel.d.ts +24 -0
- package/dist/src/models/psql/userLeaveRequestModel.js +104 -0
- package/dist/src/models/psql/userModel.d.ts +55 -0
- package/dist/src/models/psql/userModel.js +392 -0
- package/dist/src/models/psql/userPayoutDetailsModel.d.ts +21 -0
- package/dist/src/models/psql/userPayoutDetailsModel.js +162 -0
- package/dist/src/models/psql/userPayoutHistoryModel.d.ts +27 -0
- package/dist/src/models/psql/userPayoutHistoryModel.js +155 -0
- package/dist/src/models/psql/userPayoutModel.d.ts +20 -0
- package/dist/src/models/psql/userPayoutModel.js +316 -0
- package/dist/src/models/psql/userProjectAssessmentOptionModel.d.ts +19 -0
- package/dist/src/models/psql/userProjectAssessmentOptionModel.js +126 -0
- package/dist/src/models/psql/userRequiredStepsModel.d.ts +17 -0
- package/dist/src/models/psql/userRequiredStepsModel.js +78 -0
- package/dist/src/models/psql/vehicleModel.d.ts +20 -0
- package/dist/src/models/psql/vehicleModel.js +110 -0
- package/dist/src/models/psql/vendorManagementModel.d.ts +28 -0
- package/dist/src/models/psql/vendorManagementModel.js +179 -0
- package/dist/src/models/psql/walletHistoryModel.d.ts +24 -0
- package/dist/src/models/psql/walletHistoryModel.js +103 -0
- package/dist/src/models/psql/walletModel.d.ts +19 -0
- package/dist/src/models/psql/walletModel.js +93 -0
- package/dist/src/models/psql/workingDayModel.d.ts +20 -0
- package/dist/src/models/psql/workingDayModel.js +79 -0
- package/dist/src/models/psql/workingShiftModel.d.ts +21 -0
- package/dist/src/models/psql/workingShiftModel.js +92 -0
- package/dist/src/services/Concrete/mongooseCommonService.d.ts +36 -0
- package/dist/src/services/Concrete/mongooseCommonService.js +108 -0
- package/dist/src/services/Concrete/sequelizeCommanService.d.ts +17 -0
- package/dist/src/services/Concrete/sequelizeCommanService.js +123 -0
- package/dist/src/services/Contracts/IMongooseCommonService.d.ts +36 -0
- package/dist/src/services/Contracts/ISequelizeCommonService.d.ts +21 -0
- package/dist/src/types/academicCalendarType.d.ts +6 -0
- package/dist/src/types/accountHasReceiptDetailsType.d.ts +7 -0
- package/dist/src/types/announcementType.d.ts +6 -0
- package/dist/src/types/approveRequestType.d.ts +2 -0
- package/dist/src/types/areaType.d.ts +3 -0
- package/dist/src/types/attendanceType.d.ts +2 -0
- package/dist/src/types/bankAccountDetailsType.d.ts +3 -0
- package/dist/src/types/bannerType.d.ts +7 -0
- package/dist/src/types/batchSubjectBookAssessmentType.d.ts +7 -0
- package/dist/src/types/batchSubjectProjectAssessmentType.d.ts +7 -0
- package/dist/src/types/batchType.d.ts +7 -0
- package/dist/src/types/blogType.d.ts +2 -0
- package/dist/src/types/bookAssessmentDateType.d.ts +7 -0
- package/dist/src/types/careerType.d.ts +2 -0
- package/dist/src/types/categoriesType.d.ts +3 -0
- package/dist/src/types/certificatesHistoryType.d.ts +2 -0
- package/dist/src/types/certificatesManagementType.d.ts +2 -0
- package/dist/src/types/classRoomType.d.ts +3 -0
- package/dist/src/types/cloudStorageType.d.ts +3 -0
- package/dist/src/types/coinPurchaseOfferType.d.ts +3 -0
- package/dist/src/types/contactFeedBackType.d.ts +3 -0
- package/dist/src/types/courseHasVisitorsType.d.ts +2 -0
- package/dist/src/types/courseType.d.ts +2 -0
- package/dist/src/types/dailyBookType.d.ts +2 -0
- package/dist/src/types/dashboardManagementType.d.ts +2 -0
- package/dist/src/types/driverType.d.ts +6 -0
- package/dist/src/types/entityGroupType.d.ts +3 -0
- package/dist/src/types/eventType.d.ts +2 -0
- package/dist/src/types/examGroupType.d.ts +6 -0
- package/dist/src/types/examHasAnswerSheetType.d.ts +2 -0
- package/dist/src/types/examType.d.ts +6 -0
- package/dist/src/types/facilityType.d.ts +3 -0
- package/dist/src/types/featureActionType.d.ts +3 -0
- package/dist/src/types/feeHistoryDetailsType.d.ts +6 -0
- package/dist/src/types/feeHistoryType.d.ts +18 -0
- package/dist/src/types/feeReminderSettingType.d.ts +3 -0
- package/dist/src/types/feeReminderType.d.ts +3 -0
- package/dist/src/types/feeReminderTypeType.d.ts +2 -0
- package/dist/src/types/feeTypeHasTermsType.d.ts +3 -0
- package/dist/src/types/feeTypeType.d.ts +3 -0
- package/dist/src/types/feedBackType.d.ts +2 -0
- package/dist/src/types/feesCollectionType.d.ts +3 -0
- package/dist/src/types/fileStorageType.d.ts +3 -0
- package/dist/src/types/floormanagementType.d.ts +3 -0
- package/dist/src/types/generateIdCardType.d.ts +2 -0
- package/dist/src/types/greetingsType.d.ts +6 -0
- package/dist/src/types/holidayType.d.ts +2 -0
- package/dist/src/types/homeWorkType.d.ts +3 -0
- package/dist/src/types/informationSupportType.d.ts +2 -0
- package/dist/src/types/inquiryType.d.ts +2 -0
- package/dist/src/types/instituteEntityType.d.ts +6 -0
- package/dist/src/types/instituteEntityTypeType.d.ts +3 -0
- package/dist/src/types/instituteSubscriptionPlanType.d.ts +3 -0
- package/dist/src/types/instituteType.d.ts +3 -0
- package/dist/src/types/inventoryHistoryType.d.ts +3 -0
- package/dist/src/types/inventoryType.d.ts +3 -0
- package/dist/src/types/jobApply.d.ts +2 -0
- package/dist/src/types/lectureHistoryType.d.ts +6 -0
- package/dist/src/types/lectureType.d.ts +6 -0
- package/dist/src/types/masterLeaveType.d.ts +3 -0
- package/dist/src/types/moduleFeatureType.d.ts +3 -0
- package/dist/src/types/moduleType.d.ts +3 -0
- package/dist/src/types/offerType.d.ts +3 -0
- package/dist/src/types/paymentTermsType.d.ts +3 -0
- package/dist/src/types/pdcChequeType.d.ts +6 -0
- package/dist/src/types/pdcHistoryType.d.ts +2 -0
- package/dist/src/types/photosGalleryType.d.ts +2 -0
- package/dist/src/types/plannerType.d.ts +7 -0
- package/dist/src/types/productType.d.ts +3 -0
- package/dist/src/types/projectAssessmentOptionType.d.ts +7 -0
- package/dist/src/types/roleType.d.ts +11 -0
- package/dist/src/types/rulesRegulationType.d.ts +3 -0
- package/dist/src/types/schoolFeeCollectionType.d.ts +3 -0
- package/dist/src/types/schoolFeeType.d.ts +3 -0
- package/dist/src/types/schoolOfferType.d.ts +3 -0
- package/dist/src/types/sendNotificationType.d.ts +3 -0
- package/dist/src/types/slotType.d.ts +2 -0
- package/dist/src/types/subCategoryType.d.ts +3 -0
- package/dist/src/types/subjectHasFeeType.d.ts +3 -0
- package/dist/src/types/subjectHasPayFeeHistoryType.d.ts +3 -0
- package/dist/src/types/subjectIndexType.d.ts +7 -0
- package/dist/src/types/subscriptionPlanType.d.ts +2 -0
- package/dist/src/types/syllabusType.d.ts +7 -0
- package/dist/src/types/taskManagementType.d.ts +2 -0
- package/dist/src/types/testimonialType.d.ts +13 -0
- package/dist/src/types/toDoType.d.ts +6 -0
- package/dist/src/types/tripType.d.ts +2 -0
- package/dist/src/types/typeManagementType.d.ts +3 -0
- package/dist/src/types/uniqueNumberCounterType.d.ts +2 -0
- package/dist/src/types/userBookAssessmentType.d.ts +7 -0
- package/dist/src/types/userDetailsType.d.ts +2 -0
- package/dist/src/types/userFeeTypeByAccountType.d.ts +3 -0
- package/dist/src/types/userFeeTypeType.d.ts +6 -0
- package/dist/src/types/userHasAnnouncementType.d.ts +3 -0
- package/dist/src/types/userHasBatchType.d.ts +9 -0
- package/dist/src/types/userHasCourseType.d.ts +3 -0
- package/dist/src/types/userHasDeviceType.d.ts +3 -0
- package/dist/src/types/userHasFeeTermsType.d.ts +3 -0
- package/dist/src/types/userHasFileType.d.ts +3 -0
- package/dist/src/types/userHasHomeWorkType.d.ts +3 -0
- package/dist/src/types/userHasInventoryHistoryType.d.ts +3 -0
- package/dist/src/types/userHasInventoryType.d.ts +3 -0
- package/dist/src/types/userHasLeaveHistoryType.d.ts +3 -0
- package/dist/src/types/userHasLeaveType.d.ts +3 -0
- package/dist/src/types/userHasOffer.d.ts +3 -0
- package/dist/src/types/userHasParentType.d.ts +10 -0
- package/dist/src/types/userHasRoleType.d.ts +3 -0
- package/dist/src/types/userHasRollNumberType.d.ts +3 -0
- package/dist/src/types/userHasStorageType.d.ts +3 -0
- package/dist/src/types/userHasSubjectFeeType.d.ts +3 -0
- package/dist/src/types/userInstituteMetaType.d.ts +2 -0
- package/dist/src/types/userLeaveRequestType.d.ts +3 -0
- package/dist/src/types/userMetaType.d.ts +13 -0
- package/dist/src/types/userPayoutDetailsType.d.ts +3 -0
- package/dist/src/types/userPayoutHistoryType.d.ts +3 -0
- package/dist/src/types/userPayoutType.d.ts +7 -0
- package/dist/src/types/userProjectAssessmentOptionType.d.ts +7 -0
- package/dist/src/types/userRequiredStepsType.d.ts +3 -0
- package/dist/src/types/userSchoolMetaType.d.ts +3 -0
- package/dist/src/types/userType.d.ts +12 -0
- package/dist/src/types/vehicleType.d.ts +3 -0
- package/dist/src/types/vendorType.d.ts +3 -0
- package/dist/src/types/videoAnalystType.d.ts +2 -0
- package/dist/src/types/walletHistoryType.d.ts +3 -0
- package/dist/src/types/walletTransactionType.d.ts +3 -0
- package/dist/src/types/walletType.d.ts +3 -0
- package/dist/src/types/workingDayType.d.ts +3 -0
- package/dist/src/types/workingShiftType.d.ts +3 -0
- package/package.json +2 -1
- package/dist/configs/aws.js +0 -12
- package/dist/constants/successMessages.d.ts +0 -699
- package/dist/helpers/s3Uploader.d.ts +0 -3
- package/dist/helpers/s3Uploader.js +0 -61
- package/dist/helpers/utils.d.ts +0 -173
- package/dist/helpers/utils.js +0 -682
- package/dist/index.d.ts +0 -415
- package/dist/index.js +0 -431
- package/dist/interfaces/academicCalendarInterface.d.ts +0 -9
- package/dist/interfaces/accountHasReceiptDetailsInterface.d.ts +0 -17
- package/dist/interfaces/announcementInterface.d.ts +0 -19
- package/dist/interfaces/approvalRequestInterface.d.ts +0 -14
- package/dist/interfaces/attendanceInterface.d.ts +0 -21
- package/dist/interfaces/bankAccountDetailsInterface.d.ts +0 -14
- package/dist/interfaces/bannerInterface.d.ts +0 -15
- package/dist/interfaces/batchInterface.d.ts +0 -18
- package/dist/interfaces/batchSubjectBookAssessmentInterface.d.ts +0 -9
- package/dist/interfaces/batchSubjectProjectAssessmentInterface.d.ts +0 -12
- package/dist/interfaces/blogInterface.d.ts +0 -46
- package/dist/interfaces/bookAssessmentDateInterface.d.ts +0 -8
- package/dist/interfaces/careerInterface.d.ts +0 -12
- package/dist/interfaces/categoriesInterface.d.ts +0 -8
- package/dist/interfaces/certificatesHistoryInterface.d.ts +0 -9
- package/dist/interfaces/certificatesManagementInterface.d.ts +0 -11
- package/dist/interfaces/cityInterface.d.ts +0 -12
- package/dist/interfaces/classRoomInterface.d.ts +0 -13
- package/dist/interfaces/cloudStorageInterface.d.ts +0 -15
- package/dist/interfaces/coinPurchaseOfferInterface.d.ts +0 -16
- package/dist/interfaces/columnInterface.d.ts +0 -15
- package/dist/interfaces/contactFeedBackInterface.d.ts +0 -13
- package/dist/interfaces/countryInterface.d.ts +0 -11
- package/dist/interfaces/courseHasVisitorsInterface.d.ts +0 -7
- package/dist/interfaces/courseInterface.d.ts +0 -18
- package/dist/interfaces/dailyBookInterface.d.ts +0 -14
- package/dist/interfaces/dashboardManagementInterface.d.ts +0 -19
- package/dist/interfaces/driverInterface.d.ts +0 -21
- package/dist/interfaces/entityGroupInterface.d.ts +0 -12
- package/dist/interfaces/eventInterface.d.ts +0 -21
- package/dist/interfaces/examGroupInterface.d.ts +0 -30
- package/dist/interfaces/examHasAnswerSheetInterface.d.ts +0 -23
- package/dist/interfaces/examInterface.d.ts +0 -38
- package/dist/interfaces/facilityInterface.d.ts +0 -9
- package/dist/interfaces/featureActionInterface.d.ts +0 -17
- package/dist/interfaces/feeHistoryDetailsInterface.d.ts +0 -17
- package/dist/interfaces/feeHistoryInterface.d.ts +0 -21
- package/dist/interfaces/feeReminderInterface.d.ts +0 -13
- package/dist/interfaces/feeReminderSettingInterface.d.ts +0 -10
- package/dist/interfaces/feeReminderTypeInterface.d.ts +0 -10
- package/dist/interfaces/feeTypeHasTermsInterface.d.ts +0 -12
- package/dist/interfaces/feeTypeInterface.d.ts +0 -13
- package/dist/interfaces/feedBackInterface.d.ts +0 -19
- package/dist/interfaces/feesCollectionInterface.d.ts +0 -19
- package/dist/interfaces/fileStorageInterface.d.ts +0 -14
- package/dist/interfaces/floorManagementInterface.d.ts +0 -9
- package/dist/interfaces/generateIdCardInterface.d.ts +0 -8
- package/dist/interfaces/greetingsInterface.d.ts +0 -12
- package/dist/interfaces/holidayInterface.d.ts +0 -22
- package/dist/interfaces/homeworkInterface.d.ts +0 -13
- package/dist/interfaces/informationSupportInterface.d.ts +0 -15
- package/dist/interfaces/inquiryInterface.d.ts +0 -54
- package/dist/interfaces/instituteEntityInterface.d.ts +0 -16
- package/dist/interfaces/instituteEntityTypeInterface.d.ts +0 -10
- package/dist/interfaces/instituteInterface.d.ts +0 -35
- package/dist/interfaces/instituteSubscriptionPlanInterface.d.ts +0 -21
- package/dist/interfaces/inventoryHistoryInterface.d.ts +0 -17
- package/dist/interfaces/inventoryInterface.d.ts +0 -15
- package/dist/interfaces/invoiceInterface.d.ts +0 -31
- package/dist/interfaces/jobApplyInterface.d.ts +0 -35
- package/dist/interfaces/lectureHistoryInterface.d.ts +0 -24
- package/dist/interfaces/lectureInterface.d.ts +0 -26
- package/dist/interfaces/masterLeaveInterface.d.ts +0 -13
- package/dist/interfaces/moduleFeatureInterface.d.ts +0 -16
- package/dist/interfaces/moduleInterface.d.ts +0 -15
- package/dist/interfaces/offersInterface.d.ts +0 -18
- package/dist/interfaces/paymentTermsInterface.d.ts +0 -15
- package/dist/interfaces/pdcChequeInterface.d.ts +0 -16
- package/dist/interfaces/pdcHistoryInterface.d.ts +0 -17
- package/dist/interfaces/photosGalleryInterface.d.ts +0 -17
- package/dist/interfaces/pincodeInterface.d.ts +0 -15
- package/dist/interfaces/plannerInterface.d.ts +0 -32
- package/dist/interfaces/productInterface.d.ts +0 -10
- package/dist/interfaces/projectAssessmentOptionInterface.d.ts +0 -8
- package/dist/interfaces/replaceTeacherInterface.d.ts +0 -22
- package/dist/interfaces/roleInterface.d.ts +0 -26
- package/dist/interfaces/rulesRegulationInterface.d.ts +0 -10
- package/dist/interfaces/schoolFeeCollectionInterface.d.ts +0 -13
- package/dist/interfaces/schoolFeeInterface.d.ts +0 -21
- package/dist/interfaces/schoolOfferInterface.d.ts +0 -20
- package/dist/interfaces/sendNotificationInerface.d.ts +0 -20
- package/dist/interfaces/slotInterface.d.ts +0 -8
- package/dist/interfaces/stateInterface.d.ts +0 -11
- package/dist/interfaces/subCategoriesInterface.d.ts +0 -9
- package/dist/interfaces/subjectHasFeeInterface.d.ts +0 -7
- package/dist/interfaces/subjectHasPayFeeHistoryInterface.d.ts +0 -9
- package/dist/interfaces/subjectIndexInterface.d.ts +0 -48
- package/dist/interfaces/subscriptionPlanInterface.d.ts +0 -29
- package/dist/interfaces/syllabusInterface.d.ts +0 -9
- package/dist/interfaces/taskManagementInterface.d.ts +0 -24
- package/dist/interfaces/testimonialInterface.d.ts +0 -12
- package/dist/interfaces/toDoInterface.d.ts +0 -11
- package/dist/interfaces/tokenInterface.d.ts +0 -27
- package/dist/interfaces/tripInterface.d.ts +0 -13
- package/dist/interfaces/typeManagementInterface.d.ts +0 -11
- package/dist/interfaces/uniqueNumberCounterInterface.d.ts +0 -11
- package/dist/interfaces/userBookAssessmentInterface.d.ts +0 -10
- package/dist/interfaces/userDetailsInterface.d.ts +0 -122
- package/dist/interfaces/userFeeTypeByAccountInterface.d.ts +0 -19
- package/dist/interfaces/userFeeTypeInterface.d.ts +0 -16
- package/dist/interfaces/userHasAnnouncementInterface.d.ts +0 -9
- package/dist/interfaces/userHasBatchInterface.d.ts +0 -7
- package/dist/interfaces/userHasCourseInterface.d.ts +0 -13
- package/dist/interfaces/userHasDeviceInterface.d.ts +0 -10
- package/dist/interfaces/userHasFeeTermsInterface.d.ts +0 -37
- package/dist/interfaces/userHasFileInterface.d.ts +0 -11
- package/dist/interfaces/userHasHomeWorkInterface.d.ts +0 -11
- package/dist/interfaces/userHasInventoryHistoryInterface.d.ts +0 -20
- package/dist/interfaces/userHasInventoryInterface.d.ts +0 -21
- package/dist/interfaces/userHasLeaveHistoryInterface.d.ts +0 -16
- package/dist/interfaces/userHasLeaveInterface.d.ts +0 -12
- package/dist/interfaces/userHasOfferInterface.d.ts +0 -10
- package/dist/interfaces/userHasParentInterface.d.ts +0 -14
- package/dist/interfaces/userHasRoleInterface.d.ts +0 -13
- package/dist/interfaces/userHasRollNumberInterface.d.ts +0 -8
- package/dist/interfaces/userHasStorageInterface.d.ts +0 -11
- package/dist/interfaces/userHasSubjectFeeInterface.d.ts +0 -9
- package/dist/interfaces/userInstituteMetaInterface.d.ts +0 -39
- package/dist/interfaces/userInterface.d.ts +0 -44
- package/dist/interfaces/userLeaveRequestInterface.d.ts +0 -15
- package/dist/interfaces/userMetaInterface.d.ts +0 -13
- package/dist/interfaces/userPayoutDetailsInterface.d.ts +0 -14
- package/dist/interfaces/userPayoutHistoryInterface.d.ts +0 -18
- package/dist/interfaces/userPayoutInterface.d.ts +0 -12
- package/dist/interfaces/userProjectAssessmentOptionInterface.d.ts +0 -10
- package/dist/interfaces/userRequiredStepsInterface.d.ts +0 -9
- package/dist/interfaces/userSchoolMetaInterface.d.ts +0 -115
- package/dist/interfaces/vehicleInterface.d.ts +0 -11
- package/dist/interfaces/vendorManagementInterface.d.ts +0 -19
- package/dist/interfaces/videoAnalystInterface.d.ts +0 -37
- package/dist/interfaces/walletHistoryInterface.d.ts +0 -15
- package/dist/interfaces/walletInterface.d.ts +0 -10
- package/dist/interfaces/walletTransactionInterface.d.ts +0 -34
- package/dist/interfaces/workingDayInterface.d.ts +0 -11
- package/dist/interfaces/workingShiftInterface.d.ts +0 -12
- package/dist/models/mongodb/approvalRequestModel.d.ts +0 -4
- package/dist/models/mongodb/approvalRequestModel.js +0 -96
- package/dist/models/mongodb/attendanceModel.d.ts +0 -4
- package/dist/models/mongodb/attendanceModel.js +0 -178
- package/dist/models/mongodb/blogModel.d.ts +0 -4
- package/dist/models/mongodb/blogModel.js +0 -91
- package/dist/models/mongodb/careerModel.d.ts +0 -4
- package/dist/models/mongodb/careerModel.js +0 -83
- package/dist/models/mongodb/certificatesHistoryModel.d.ts +0 -4
- package/dist/models/mongodb/certificatesManagementModel.d.ts +0 -4
- package/dist/models/mongodb/certificatesManagementModel.js +0 -67
- package/dist/models/mongodb/columnModel.d.ts +0 -4
- package/dist/models/mongodb/columnModel.js +0 -75
- package/dist/models/mongodb/dailyBookModel.d.ts +0 -4
- package/dist/models/mongodb/dashboardManagementModel.d.ts +0 -4
- package/dist/models/mongodb/dashboardManagementModel.js +0 -111
- package/dist/models/mongodb/eventModel.d.ts +0 -4
- package/dist/models/mongodb/eventModel.js +0 -164
- package/dist/models/mongodb/examGroupModel.d.ts +0 -4
- package/dist/models/mongodb/examGroupModel.js +0 -293
- package/dist/models/mongodb/examHasAnswerSheetModel.d.ts +0 -4
- package/dist/models/mongodb/examHasAnswerSheetModel.js +0 -133
- package/dist/models/mongodb/examModel.d.ts +0 -4
- package/dist/models/mongodb/examModel.js +0 -267
- package/dist/models/mongodb/feeReminderTypeModel.d.ts +0 -4
- package/dist/models/mongodb/feeReminderTypeModel.js +0 -73
- package/dist/models/mongodb/feedBackModel.d.ts +0 -4
- package/dist/models/mongodb/feedBackModel.js +0 -111
- package/dist/models/mongodb/generateIdCardModel.d.ts +0 -4
- package/dist/models/mongodb/holidayModel.d.ts +0 -4
- package/dist/models/mongodb/holidayModel.js +0 -172
- package/dist/models/mongodb/index.js +0 -24
- package/dist/models/mongodb/informationSupportModel.d.ts +0 -4
- package/dist/models/mongodb/informationSupportModel.js +0 -96
- package/dist/models/mongodb/inquiryModel.d.ts +0 -4
- package/dist/models/mongodb/inquiryModel.js +0 -186
- package/dist/models/mongodb/invoiceModel.d.ts +0 -4
- package/dist/models/mongodb/invoiceModel.js +0 -134
- package/dist/models/mongodb/jobApplyModel.d.ts +0 -4
- package/dist/models/mongodb/jobApplyModel.js +0 -151
- package/dist/models/mongodb/photosGalleryModel.d.ts +0 -4
- package/dist/models/mongodb/photosGalleryModel.js +0 -86
- package/dist/models/mongodb/plannerModel.d.ts +0 -4
- package/dist/models/mongodb/plannerModel.js +0 -174
- package/dist/models/mongodb/replaceTeacherModel.d.ts +0 -4
- package/dist/models/mongodb/replaceTeacherModel.js +0 -110
- package/dist/models/mongodb/schoolFeeModel.d.ts +0 -4
- package/dist/models/mongodb/schoolFeeModel.js +0 -178
- package/dist/models/mongodb/subjectIndexModel.d.ts +0 -4
- package/dist/models/mongodb/subjectIndexModel.js +0 -667
- package/dist/models/mongodb/subscriptionPlanModel.d.ts +0 -4
- package/dist/models/mongodb/subscriptionPlanModel.js +0 -133
- package/dist/models/mongodb/taskManagementModel.d.ts +0 -4
- package/dist/models/mongodb/taskManagementModel.js +0 -167
- package/dist/models/mongodb/uniqueNumberCounterModel.d.ts +0 -4
- package/dist/models/mongodb/uniqueNumberCounterModel.js +0 -83
- package/dist/models/mongodb/userDetailsModel.d.ts +0 -5
- package/dist/models/mongodb/userDetailsModel.js +0 -509
- package/dist/models/mongodb/userInstituteMetaModel.d.ts +0 -4
- package/dist/models/mongodb/userInstituteMetaModel.js +0 -212
- package/dist/models/mongodb/userSchoolMetaModel.d.ts +0 -7
- package/dist/models/mongodb/userSchoolMetaModel.js +0 -552
- package/dist/models/mongodb/videoAnalystModel.d.ts +0 -4
- package/dist/models/mongodb/walletTransactionModel.d.ts +0 -4
- package/dist/models/mongodb/walletTransactionModel.js +0 -163
- package/dist/models/psql/SubCategoriesModel.d.ts +0 -17
- package/dist/models/psql/SubCategoriesModel.js +0 -102
- package/dist/models/psql/academicCalendarModel.d.ts +0 -18
- package/dist/models/psql/academicCalendarModel.js +0 -94
- package/dist/models/psql/accountHasReceiptDetailsModel.d.ts +0 -26
- package/dist/models/psql/accountHasReceiptDetailsModel.js +0 -145
- package/dist/models/psql/announcementModel.d.ts +0 -28
- package/dist/models/psql/announcementModel.js +0 -198
- package/dist/models/psql/areaModel.d.ts +0 -9
- package/dist/models/psql/areaModel.js +0 -40
- package/dist/models/psql/bankAccountDetailsModel.d.ts +0 -23
- package/dist/models/psql/bankAccountDetailsModel.js +0 -100
- package/dist/models/psql/bannerModel.d.ts +0 -24
- package/dist/models/psql/bannerModel.js +0 -116
- package/dist/models/psql/batchModel.d.ts +0 -27
- package/dist/models/psql/batchModel.js +0 -222
- package/dist/models/psql/batchSubjectBookAssessmentModel.d.ts +0 -18
- package/dist/models/psql/batchSubjectBookAssessmentModel.js +0 -156
- package/dist/models/psql/batchSubjectProjectAssessmentModel.d.ts +0 -21
- package/dist/models/psql/batchSubjectProjectAssessmentModel.js +0 -154
- package/dist/models/psql/bookAssessmentDateModel.d.ts +0 -17
- package/dist/models/psql/bookAssessmentDateModel.js +0 -87
- package/dist/models/psql/categoriesModel.d.ts +0 -17
- package/dist/models/psql/categoriesModel.js +0 -80
- package/dist/models/psql/cityModel.d.ts +0 -13
- package/dist/models/psql/cityModel.js +0 -72
- package/dist/models/psql/classRoomModel.d.ts +0 -22
- package/dist/models/psql/classRoomModel.js +0 -126
- package/dist/models/psql/cloudStorageModel.d.ts +0 -24
- package/dist/models/psql/cloudStorageModel.js +0 -97
- package/dist/models/psql/coinPurchaseOfferModel.d.ts +0 -25
- package/dist/models/psql/coinPurchaseOfferModel.js +0 -103
- package/dist/models/psql/contactFeedBackModel.d.ts +0 -22
- package/dist/models/psql/contactFeedBackModel.js +0 -120
- package/dist/models/psql/countryModel.d.ts +0 -14
- package/dist/models/psql/countryModel.js +0 -43
- package/dist/models/psql/courseHasVisitorsModel.d.ts +0 -16
- package/dist/models/psql/courseHasVisitorsModel.js +0 -71
- package/dist/models/psql/courseModel.d.ts +0 -27
- package/dist/models/psql/courseModel.js +0 -136
- package/dist/models/psql/driverModel.d.ts +0 -30
- package/dist/models/psql/driverModel.js +0 -163
- package/dist/models/psql/entityGroupModel.d.ts +0 -21
- package/dist/models/psql/entityGroupModel.js +0 -100
- package/dist/models/psql/facilityModel.d.ts +0 -18
- package/dist/models/psql/facilityModel.js +0 -120
- package/dist/models/psql/featureActionModel.d.ts +0 -22
- package/dist/models/psql/featureActionModel.js +0 -95
- package/dist/models/psql/feeHistoryDetailsModel.d.ts +0 -26
- package/dist/models/psql/feeHistoryDetailsModel.js +0 -186
- package/dist/models/psql/feeHistoryModel.d.ts +0 -30
- package/dist/models/psql/feeHistoryModel.js +0 -334
- package/dist/models/psql/feeReminderModel.d.ts +0 -22
- package/dist/models/psql/feeReminderModel.js +0 -239
- package/dist/models/psql/feeReminderSettingModel.d.ts +0 -19
- package/dist/models/psql/feeReminderSettingModel.js +0 -90
- package/dist/models/psql/feeTypeHasTermsModel.d.ts +0 -21
- package/dist/models/psql/feeTypeHasTermsModel.js +0 -102
- package/dist/models/psql/feeTypeModel.d.ts +0 -22
- package/dist/models/psql/feeTypeModel.js +0 -125
- package/dist/models/psql/feesCollectionModel.d.ts +0 -28
- package/dist/models/psql/feesCollectionModel.js +0 -232
- package/dist/models/psql/fileStorageModel.d.ts +0 -6
- package/dist/models/psql/fileStorageModel.js +0 -86
- package/dist/models/psql/floorManagementModel.d.ts +0 -18
- package/dist/models/psql/floorManagementModel.js +0 -90
- package/dist/models/psql/greetingsModel.d.ts +0 -21
- package/dist/models/psql/greetingsModel.js +0 -118
- package/dist/models/psql/homeWorkModel.d.ts +0 -22
- package/dist/models/psql/homeWorkModel.js +0 -128
- package/dist/models/psql/instituteEntityModel.d.ts +0 -25
- package/dist/models/psql/instituteEntityModel.js +0 -131
- package/dist/models/psql/instituteEntityTypeModel.d.ts +0 -19
- package/dist/models/psql/instituteEntityTypeModel.js +0 -74
- package/dist/models/psql/instituteModel.d.ts +0 -44
- package/dist/models/psql/instituteModel.js +0 -240
- package/dist/models/psql/instituteSubscriptionPlanModel.d.ts +0 -33
- package/dist/models/psql/instituteSubscriptionPlanModel.js +0 -186
- package/dist/models/psql/inventoryHistoryModel.d.ts +0 -26
- package/dist/models/psql/inventoryHistoryModel.js +0 -159
- package/dist/models/psql/inventoryModel.d.ts +0 -24
- package/dist/models/psql/inventoryModel.js +0 -132
- package/dist/models/psql/lectureHistoryModel.d.ts +0 -32
- package/dist/models/psql/lectureHistoryModel.js +0 -223
- package/dist/models/psql/lectureModel.d.ts +0 -34
- package/dist/models/psql/lectureModel.js +0 -485
- package/dist/models/psql/masterLeaveModel.d.ts +0 -22
- package/dist/models/psql/masterLeaveModel.js +0 -132
- package/dist/models/psql/moduleFeatureModel.d.ts +0 -21
- package/dist/models/psql/moduleFeatureModel.js +0 -98
- package/dist/models/psql/moduleModel.d.ts +0 -20
- package/dist/models/psql/moduleModel.js +0 -101
- package/dist/models/psql/offerModel.d.ts +0 -27
- package/dist/models/psql/offerModel.js +0 -144
- package/dist/models/psql/paymentTermsModel.d.ts +0 -17
- package/dist/models/psql/paymentTermsModel.js +0 -114
- package/dist/models/psql/pdcChequeModel.d.ts +0 -25
- package/dist/models/psql/pdcChequeModel.js +0 -138
- package/dist/models/psql/pdcHistoryModel.d.ts +0 -26
- package/dist/models/psql/pdcHistoryModel.js +0 -152
- package/dist/models/psql/pincodeModel.d.ts +0 -23
- package/dist/models/psql/pincodeModel.js +0 -79
- package/dist/models/psql/productModel.d.ts +0 -19
- package/dist/models/psql/productModel.js +0 -124
- package/dist/models/psql/projectAssessmentOptionModel.d.ts +0 -17
- package/dist/models/psql/projectAssessmentOptionModel.js +0 -90
- package/dist/models/psql/roleModel.d.ts +0 -22
- package/dist/models/psql/roleModel.js +0 -97
- package/dist/models/psql/rulesRegulationModel.d.ts +0 -19
- package/dist/models/psql/rulesRegulationModel.js +0 -72
- package/dist/models/psql/schoolFeeCollectionModel.d.ts +0 -22
- package/dist/models/psql/schoolFeeCollectionModel.js +0 -156
- package/dist/models/psql/schoolOfferModel.d.ts +0 -29
- package/dist/models/psql/schoolOfferModel.js +0 -167
- package/dist/models/psql/sendNotificationModel.d.ts +0 -22
- package/dist/models/psql/sendNotificationModel.js +0 -117
- package/dist/models/psql/slotModel.d.ts +0 -17
- package/dist/models/psql/slotModel.js +0 -99
- package/dist/models/psql/stateModel.d.ts +0 -13
- package/dist/models/psql/stateModel.js +0 -58
- package/dist/models/psql/subjectHasFeeModel.d.ts +0 -16
- package/dist/models/psql/subjectHasFeeModel.js +0 -78
- package/dist/models/psql/subjectHasPayFeeHistoryModel.d.ts +0 -18
- package/dist/models/psql/subjectHasPayFeeHistoryModel.js +0 -109
- package/dist/models/psql/syllabusModel.d.ts +0 -18
- package/dist/models/psql/syllabusModel.js +0 -125
- package/dist/models/psql/testimonialModel.d.ts +0 -21
- package/dist/models/psql/testimonialModel.js +0 -162
- package/dist/models/psql/toDoModel.d.ts +0 -20
- package/dist/models/psql/toDoModel.js +0 -116
- package/dist/models/psql/tokenModel.d.ts +0 -15
- package/dist/models/psql/tokenModel.js +0 -37
- package/dist/models/psql/tripModel.d.ts +0 -22
- package/dist/models/psql/tripModel.js +0 -114
- package/dist/models/psql/typeManagementModel.d.ts +0 -20
- package/dist/models/psql/typeManagementModel.js +0 -122
- package/dist/models/psql/userBookAssessmentModel.d.ts +0 -19
- package/dist/models/psql/userBookAssessmentModel.js +0 -141
- package/dist/models/psql/userFeeTypeByAccountModel.d.ts +0 -22
- package/dist/models/psql/userFeeTypeByAccountModel.js +0 -184
- package/dist/models/psql/userFeeTypeModel.d.ts +0 -25
- package/dist/models/psql/userFeeTypeModel.js +0 -172
- package/dist/models/psql/userHasAnnouncementModel.d.ts +0 -18
- package/dist/models/psql/userHasAnnouncementModel.js +0 -108
- package/dist/models/psql/userHasBatchModel.d.ts +0 -16
- package/dist/models/psql/userHasBatchModel.js +0 -92
- package/dist/models/psql/userHasCourseModel.d.ts +0 -22
- package/dist/models/psql/userHasCourseModel.js +0 -116
- package/dist/models/psql/userHasDeviceModel.d.ts +0 -19
- package/dist/models/psql/userHasDeviceModel.js +0 -91
- package/dist/models/psql/userHasFeeTermsModel.d.ts +0 -27
- package/dist/models/psql/userHasFeeTermsModel.js +0 -202
- package/dist/models/psql/userHasFileModel.d.ts +0 -16
- package/dist/models/psql/userHasFileModel.js +0 -107
- package/dist/models/psql/userHasHomeWorkModel.d.ts +0 -19
- package/dist/models/psql/userHasHomeWorkModel.js +0 -119
- package/dist/models/psql/userHasInventoryHistoryModel.d.ts +0 -29
- package/dist/models/psql/userHasInventoryHistoryModel.js +0 -146
- package/dist/models/psql/userHasInventoryModel.d.ts +0 -30
- package/dist/models/psql/userHasInventoryModel.js +0 -148
- package/dist/models/psql/userHasLeaveHistoryModel.d.ts +0 -25
- package/dist/models/psql/userHasLeaveHistoryModel.js +0 -106
- package/dist/models/psql/userHasLeaveModel.d.ts +0 -21
- package/dist/models/psql/userHasLeaveModel.js +0 -121
- package/dist/models/psql/userHasOfferModel.d.ts +0 -19
- package/dist/models/psql/userHasOfferModel.js +0 -154
- package/dist/models/psql/userHasParentModel.d.ts +0 -23
- package/dist/models/psql/userHasParentModel.js +0 -135
- package/dist/models/psql/userHasRoleModel.d.ts +0 -18
- package/dist/models/psql/userHasRoleModel.js +0 -97
- package/dist/models/psql/userHasRollNumberModel.d.ts +0 -17
- package/dist/models/psql/userHasRollNumberModel.js +0 -90
- package/dist/models/psql/userHasStorageModel.d.ts +0 -20
- package/dist/models/psql/userHasStorageModel.js +0 -86
- package/dist/models/psql/userHasSubjectFeeModel.d.ts +0 -18
- package/dist/models/psql/userHasSubjectFeeModel.js +0 -86
- package/dist/models/psql/userLeaveRequestModel.d.ts +0 -24
- package/dist/models/psql/userLeaveRequestModel.js +0 -104
- package/dist/models/psql/userModel.d.ts +0 -55
- package/dist/models/psql/userModel.js +0 -392
- package/dist/models/psql/userPayoutDetailsModel.d.ts +0 -21
- package/dist/models/psql/userPayoutDetailsModel.js +0 -162
- package/dist/models/psql/userPayoutHistoryModel.d.ts +0 -27
- package/dist/models/psql/userPayoutHistoryModel.js +0 -155
- package/dist/models/psql/userPayoutModel.d.ts +0 -20
- package/dist/models/psql/userPayoutModel.js +0 -316
- package/dist/models/psql/userProjectAssessmentOptionModel.d.ts +0 -19
- package/dist/models/psql/userProjectAssessmentOptionModel.js +0 -126
- package/dist/models/psql/userRequiredStepsModel.d.ts +0 -17
- package/dist/models/psql/userRequiredStepsModel.js +0 -78
- package/dist/models/psql/vehicleModel.d.ts +0 -20
- package/dist/models/psql/vehicleModel.js +0 -110
- package/dist/models/psql/vendorManagementModel.d.ts +0 -28
- package/dist/models/psql/vendorManagementModel.js +0 -179
- package/dist/models/psql/walletHistoryModel.d.ts +0 -24
- package/dist/models/psql/walletHistoryModel.js +0 -103
- package/dist/models/psql/walletModel.d.ts +0 -19
- package/dist/models/psql/walletModel.js +0 -93
- package/dist/models/psql/workingDayModel.d.ts +0 -20
- package/dist/models/psql/workingDayModel.js +0 -79
- package/dist/models/psql/workingShiftModel.d.ts +0 -21
- package/dist/models/psql/workingShiftModel.js +0 -92
- package/dist/services/Concrete/mongooseCommonService.d.ts +0 -36
- package/dist/services/Concrete/mongooseCommonService.js +0 -108
- package/dist/services/Concrete/sequelizeCommanService.d.ts +0 -17
- package/dist/services/Concrete/sequelizeCommanService.js +0 -123
- package/dist/services/Contracts/IMongooseCommonService.d.ts +0 -36
- package/dist/services/Contracts/ISequelizeCommonService.d.ts +0 -21
- package/dist/types/academicCalendarType.d.ts +0 -6
- package/dist/types/accountHasReceiptDetailsType.d.ts +0 -7
- package/dist/types/announcementType.d.ts +0 -6
- package/dist/types/approveRequestType.d.ts +0 -2
- package/dist/types/areaType.d.ts +0 -3
- package/dist/types/attendanceType.d.ts +0 -2
- package/dist/types/bankAccountDetailsType.d.ts +0 -3
- package/dist/types/bannerType.d.ts +0 -7
- package/dist/types/batchSubjectBookAssessmentType.d.ts +0 -7
- package/dist/types/batchSubjectProjectAssessmentType.d.ts +0 -7
- package/dist/types/batchType.d.ts +0 -7
- package/dist/types/blogType.d.ts +0 -2
- package/dist/types/bookAssessmentDateType.d.ts +0 -7
- package/dist/types/careerType.d.ts +0 -2
- package/dist/types/categoriesType.d.ts +0 -3
- package/dist/types/certificatesHistoryType.d.ts +0 -2
- package/dist/types/certificatesManagementType.d.ts +0 -2
- package/dist/types/classRoomType.d.ts +0 -3
- package/dist/types/cloudStorageType.d.ts +0 -3
- package/dist/types/coinPurchaseOfferType.d.ts +0 -3
- package/dist/types/contactFeedBackType.d.ts +0 -3
- package/dist/types/courseHasVisitorsType.d.ts +0 -2
- package/dist/types/courseType.d.ts +0 -2
- package/dist/types/dailyBookType.d.ts +0 -2
- package/dist/types/dashboardManagementType.d.ts +0 -2
- package/dist/types/driverType.d.ts +0 -6
- package/dist/types/entityGroupType.d.ts +0 -3
- package/dist/types/eventType.d.ts +0 -2
- package/dist/types/examGroupType.d.ts +0 -6
- package/dist/types/examHasAnswerSheetType.d.ts +0 -2
- package/dist/types/examType.d.ts +0 -6
- package/dist/types/facilityType.d.ts +0 -3
- package/dist/types/featureActionType.d.ts +0 -3
- package/dist/types/feeHistoryDetailsType.d.ts +0 -6
- package/dist/types/feeHistoryType.d.ts +0 -18
- package/dist/types/feeReminderSettingType.d.ts +0 -3
- package/dist/types/feeReminderType.d.ts +0 -3
- package/dist/types/feeReminderTypeType.d.ts +0 -2
- package/dist/types/feeTypeHasTermsType.d.ts +0 -3
- package/dist/types/feeTypeType.d.ts +0 -3
- package/dist/types/feedBackType.d.ts +0 -2
- package/dist/types/feesCollectionType.d.ts +0 -3
- package/dist/types/fileStorageType.d.ts +0 -3
- package/dist/types/floormanagementType.d.ts +0 -3
- package/dist/types/generateIdCardType.d.ts +0 -2
- package/dist/types/greetingsType.d.ts +0 -6
- package/dist/types/holidayType.d.ts +0 -2
- package/dist/types/homeWorkType.d.ts +0 -3
- package/dist/types/informationSupportType.d.ts +0 -2
- package/dist/types/inquiryType.d.ts +0 -2
- package/dist/types/instituteEntityType.d.ts +0 -6
- package/dist/types/instituteEntityTypeType.d.ts +0 -3
- package/dist/types/instituteSubscriptionPlanType.d.ts +0 -3
- package/dist/types/instituteType.d.ts +0 -3
- package/dist/types/inventoryHistoryType.d.ts +0 -3
- package/dist/types/inventoryType.d.ts +0 -3
- package/dist/types/jobApply.d.ts +0 -2
- package/dist/types/lectureHistoryType.d.ts +0 -6
- package/dist/types/lectureType.d.ts +0 -6
- package/dist/types/masterLeaveType.d.ts +0 -3
- package/dist/types/moduleFeatureType.d.ts +0 -3
- package/dist/types/moduleType.d.ts +0 -3
- package/dist/types/offerType.d.ts +0 -3
- package/dist/types/paymentTermsType.d.ts +0 -3
- package/dist/types/pdcChequeType.d.ts +0 -6
- package/dist/types/pdcHistoryType.d.ts +0 -2
- package/dist/types/photosGalleryType.d.ts +0 -2
- package/dist/types/plannerType.d.ts +0 -7
- package/dist/types/productType.d.ts +0 -3
- package/dist/types/projectAssessmentOptionType.d.ts +0 -7
- package/dist/types/roleType.d.ts +0 -11
- package/dist/types/rulesRegulationType.d.ts +0 -3
- package/dist/types/schoolFeeCollectionType.d.ts +0 -3
- package/dist/types/schoolFeeType.d.ts +0 -3
- package/dist/types/schoolOfferType.d.ts +0 -3
- package/dist/types/sendNotificationType.d.ts +0 -3
- package/dist/types/slotType.d.ts +0 -2
- package/dist/types/subCategoryType.d.ts +0 -3
- package/dist/types/subjectHasFeeType.d.ts +0 -3
- package/dist/types/subjectHasPayFeeHistoryType.d.ts +0 -3
- package/dist/types/subjectIndexType.d.ts +0 -7
- package/dist/types/subscriptionPlanType.d.ts +0 -2
- package/dist/types/syllabusType.d.ts +0 -7
- package/dist/types/taskManagementType.d.ts +0 -2
- package/dist/types/testimonialType.d.ts +0 -13
- package/dist/types/toDoType.d.ts +0 -6
- package/dist/types/tripType.d.ts +0 -2
- package/dist/types/typeManagementType.d.ts +0 -3
- package/dist/types/uniqueNumberCounterType.d.ts +0 -2
- package/dist/types/userBookAssessmentType.d.ts +0 -7
- package/dist/types/userDetailsType.d.ts +0 -2
- package/dist/types/userFeeTypeByAccountType.d.ts +0 -3
- package/dist/types/userFeeTypeType.d.ts +0 -6
- package/dist/types/userHasAnnouncementType.d.ts +0 -3
- package/dist/types/userHasBatchType.d.ts +0 -9
- package/dist/types/userHasCourseType.d.ts +0 -3
- package/dist/types/userHasDeviceType.d.ts +0 -3
- package/dist/types/userHasFeeTermsType.d.ts +0 -3
- package/dist/types/userHasFileType.d.ts +0 -3
- package/dist/types/userHasHomeWorkType.d.ts +0 -3
- package/dist/types/userHasInventoryHistoryType.d.ts +0 -3
- package/dist/types/userHasInventoryType.d.ts +0 -3
- package/dist/types/userHasLeaveHistoryType.d.ts +0 -3
- package/dist/types/userHasLeaveType.d.ts +0 -3
- package/dist/types/userHasOffer.d.ts +0 -3
- package/dist/types/userHasParentType.d.ts +0 -10
- package/dist/types/userHasRoleType.d.ts +0 -3
- package/dist/types/userHasRollNumberType.d.ts +0 -3
- package/dist/types/userHasStorageType.d.ts +0 -3
- package/dist/types/userHasSubjectFeeType.d.ts +0 -3
- package/dist/types/userInstituteMetaType.d.ts +0 -2
- package/dist/types/userLeaveRequestType.d.ts +0 -3
- package/dist/types/userMetaType.d.ts +0 -13
- package/dist/types/userPayoutDetailsType.d.ts +0 -3
- package/dist/types/userPayoutHistoryType.d.ts +0 -3
- package/dist/types/userPayoutType.d.ts +0 -7
- package/dist/types/userProjectAssessmentOptionType.d.ts +0 -7
- package/dist/types/userRequiredStepsType.d.ts +0 -3
- package/dist/types/userSchoolMetaType.d.ts +0 -3
- package/dist/types/userType.d.ts +0 -12
- package/dist/types/vehicleType.d.ts +0 -3
- package/dist/types/vendorType.d.ts +0 -3
- package/dist/types/videoAnalystType.d.ts +0 -2
- package/dist/types/walletHistoryType.d.ts +0 -3
- package/dist/types/walletTransactionType.d.ts +0 -3
- package/dist/types/walletType.d.ts +0 -3
- package/dist/types/workingDayType.d.ts +0 -3
- package/dist/types/workingShiftType.d.ts +0 -3
- /package/dist/{configs → src/configs}/aws.d.ts +0 -0
- /package/dist/{configs → src/configs}/env.d.ts +0 -0
- /package/dist/{configs → src/configs}/env.js +0 -0
- /package/dist/{configs → src/configs}/postgresConfig.d.ts +0 -0
- /package/dist/{configs → src/configs}/postgresConfig.js +0 -0
- /package/dist/{constants → src/constants}/app.d.ts +0 -0
- /package/dist/{constants → src/constants}/app.js +0 -0
- /package/dist/{constants → src/constants}/defaultModelAttributes.d.ts +0 -0
- /package/dist/{constants → src/constants}/defaultModelAttributes.js +0 -0
- /package/dist/{constants → src/constants}/errorMessages.d.ts +0 -0
- /package/dist/{constants → src/constants}/errorMessages.js +0 -0
- /package/dist/{constants → src/constants}/httpStatusCode.d.ts +0 -0
- /package/dist/{constants → src/constants}/httpStatusCode.js +0 -0
- /package/dist/{constants → src/constants}/successMessages.js +0 -0
- /package/dist/{db → src/db}/mongodb.d.ts +0 -0
- /package/dist/{db → src/db}/mongodb.js +0 -0
- /package/dist/{db → src/db}/postgres.d.ts +0 -0
- /package/dist/{db → src/db}/postgres.js +0 -0
- /package/dist/{db → src/db}/psql/index.d.ts +0 -0
- /package/dist/{db → src/db}/psql/index.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250108092439-update-batch-model-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250108092439-update-batch-model-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250211071743-add-action-user-has-histroy.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250211071743-add-action-user-has-histroy.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250214072626-add-middlename-user.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250214072626-add-middlename-user.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250224085333-add-apptype-in-user.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250224085333-add-apptype-in-user.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250226053006-add-brouchure-in-institute.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250226053006-add-brouchure-in-institute.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250306053557-add-shifyId-in-batch.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250306053557-add-shifyId-in-batch.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250402090653-add-user-area.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250402090653-add-user-area.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250407094125-update-type-in-typeManagement.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250407094125-update-type-in-typeManagement.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250409105229-add-user-type-in-role.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250409105229-add-user-type-in-role.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250422114032-add-account.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250422114032-add-account.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423051841-add-master-leave-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423051841-add-master-leave-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423064522-update-calender-enum.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423064522-update-calender-enum.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423093827-update-institued-district.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423093827-update-institued-district.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424053841-update-fee-history-key.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424053841-update-fee-history-key.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250426070309-update-banner-clm-userType.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250426070309-update-banner-clm-userType.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505035157-update-fee-collection-clm-add.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505035157-update-fee-collection-clm-add.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505082924-update-banner-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505082924-update-banner-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505094616-about-as-clm-in-institued.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505094616-about-as-clm-in-institued.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250513061037-add-techer-clm-batch.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250513061037-add-techer-clm-batch.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250514101801-add-slotId-workingShif.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250514101801-add-slotId-workingShif.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516062917-add-globalId-clm-user-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516062917-add-globalId-clm-user-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250520061231-add-institued_mobile_person_data.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250520061231-add-institued_mobile_person_data.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250522044729-add-institued_update_add_2.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250522044729-add-institued_update_add_2.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526093322-add-appType_clm_in_module.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526093322-add-appType_clm_in_module.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094030-add-appType_clm_in_action.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094030-add-appType_clm_in_action.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250527065001-add-app-type-in-role-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250527065001-add-app-type-in-role-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250528045906-add-module-type-to-notifications.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250528045906-add-module-type-to-notifications.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604121051-update-mobile-number-opstion.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604121051-update-mobile-number-opstion.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250617064159-update-type-management-jun-17.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250617064159-update-type-management-jun-17.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250701095321-add-clm-institute-pdfId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250701095321-add-clm-institute-pdfId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250718121251-add-clm-classroom-typeid.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250718121251-add-clm-classroom-typeid.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250722071836-add-title-to-floor-management.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250722071836-add-title-to-floor-management.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250723150111-add-clm-batch-slotId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250723150111-add-clm-batch-slotId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250730104844-update-unique-key-assessment-type.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250730104844-update-unique-key-assessment-type.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805115805-add-descriptions-to-lectures.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805115805-add-descriptions-to-lectures.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250829103203-remove-syllabus-composit-index.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250829103203-remove-syllabus-composit-index.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250905132024-add-uuid-to-users.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250905132024-add-uuid-to-users.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054025-userHasOffer_model_update.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054025-userHasOffer_model_update.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250917135646-change-storageInBytes-to-float.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250917135646-change-storageInBytes-to-float.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/20240809100759-add-countries-states-cities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/20240809100759-add-countries-states-cities.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/20250101122757-add-default-permissions-modules.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/20250101122757-add-default-permissions-modules.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AcademicCalendarModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AcademicCalendarModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AdministrativeStaffModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AdministrativeStaffModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AnnouncementsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AnnouncementsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AssetsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AssetsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AttendanceModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AttendanceModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BannerModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BannerModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BatchModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BatchModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BoardModule .d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BoardModule .js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BookAssessmentsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BookAssessmentsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/CategoriesModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/CategoriesModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ClassroomModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ClassroomModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/DivisionModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/DivisionModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/EventModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/EventModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ExamsAndResultsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ExamsAndResultsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FacilityModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FacilityModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeeAndDiscountModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeeAndDiscountModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeedBackModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeedBackModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FileModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FileModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/GenerateIdModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/GenerateIdModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HolidayModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HolidayModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HomeworkModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HomeworkModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/IndexModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/IndexModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InquiryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InquiryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InstituteModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InstituteModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InventoryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InventoryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/JobApplyModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/JobApplyModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/LectureModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/LectureModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ParentModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ParentModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PayoutModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PayoutModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PdcChequesModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PdcChequesModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PhotosGalleryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PhotosGalleryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PlannerModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PlannerModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ProjectAssessmentsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ProjectAssessmentsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ReplaceTeacherModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ReplaceTeacherModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RoleModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RoleModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RollNumberModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RollNumberModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolFeeModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolFeeModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolRegistration.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolRegistration.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SettingsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SettingsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StaffTimingModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StaffTimingModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StudentModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StudentModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SubjectModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SubjectModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SyllabusManagementModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SyllabusManagementModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TeacherModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TeacherModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TestimonialsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TestimonialsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TimetableModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TimetableModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/To-doModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/To-doModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TypeManagementModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TypeManagementModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/UserModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/UserModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/appType.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/appType.js +0 -0
- /package/dist/{interfaces → src/interfaces}/academicCalendarInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/accountHasReceiptDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/announcementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/approvalRequestInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/areaInterface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/areaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/attendanceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bankAccountDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bannerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchSubjectBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchSubjectProjectAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/blogInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bookAssessmentDateInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/careerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/categoriesInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/certificatesHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/certificatesManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/cityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/classRoomInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/cloudStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/coinPurchaseOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/columnInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/commanInterface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/commanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/contactFeedBackInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/countryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/courseHasVisitorsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/courseInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/dailyBookInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/dashboardManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/driverInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/entityGroupInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/eventInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examGroupInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examHasAnswerSheetInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/facilityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/featureActionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeHistoryDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderSettingInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeTypeHasTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feedBackInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feesCollectionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/fileStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/floorManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/generateIdCardInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/greetingsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/holidayInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/homeworkInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/informationSupportInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inquiryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteEntityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteEntityTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteSubscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inventoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/invoiceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/jobApplyInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/lectureHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/lectureInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/masterLeaveInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/moduleFeatureInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/moduleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/offersInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/paymentTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pdcChequeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pdcHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/photosGalleryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pincodeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/plannerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/productInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/projectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/replaceTeacherInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/roleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/rulesRegulationInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolFeeCollectionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/sendNotificationInerface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/slotInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/stateInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subCategoriesInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectHasFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectHasPayFeeHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectIndexInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/syllabusInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/taskManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/testimonialInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/toDoInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/tokenInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/tripInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/typeManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/uniqueNumberCounterInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userFeeTypeByAccountInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userFeeTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasAnnouncementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasBatchInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasCourseInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasDeviceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasFeeTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasFileInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasHomeWorkInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasInventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasInventoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasLeaveHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasLeaveInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasParentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasRoleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasRollNumberInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasSubjectFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userInstituteMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userLeaveRequestInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userProjectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userRequiredStepsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userSchoolMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/vehicleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/vendorManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/videoAnalystInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletTransactionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/workingDayInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/workingShiftInterface.js +0 -0
- /package/dist/{models → src/models}/mongodb/certificatesHistoryModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/dailyBookModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/generateIdCardModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/index.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/addDefaultAttributesPlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/addDefaultAttributesPlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInQueryPlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInQueryPlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInResponsePlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInResponsePlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/userDoc.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/userDoc.js +0 -0
- /package/dist/{models → src/models}/mongodb/videoAnalystModel.js +0 -0
- /package/dist/{models → src/models}/psql/index.d.ts +0 -0
- /package/dist/{models → src/models}/psql/index.js +0 -0
- /package/dist/{services → src/services}/Contracts/IMongooseCommonService.js +0 -0
- /package/dist/{services → src/services}/Contracts/ISequelizeCommonService.js +0 -0
- /package/dist/{types → src/types}/academicCalendarType.js +0 -0
- /package/dist/{types → src/types}/accountHasReceiptDetailsType.js +0 -0
- /package/dist/{types → src/types}/announcementType.js +0 -0
- /package/dist/{types → src/types}/approveRequestType.js +0 -0
- /package/dist/{types → src/types}/areaType.js +0 -0
- /package/dist/{types → src/types}/attendanceType.js +0 -0
- /package/dist/{types → src/types}/bankAccountDetailsType.js +0 -0
- /package/dist/{types → src/types}/bannerType.js +0 -0
- /package/dist/{types → src/types}/batchSubjectBookAssessmentType.js +0 -0
- /package/dist/{types → src/types}/batchSubjectProjectAssessmentType.js +0 -0
- /package/dist/{types → src/types}/batchType.js +0 -0
- /package/dist/{types → src/types}/blogType.js +0 -0
- /package/dist/{types → src/types}/bookAssessmentDateType.js +0 -0
- /package/dist/{types → src/types}/careerType.js +0 -0
- /package/dist/{types → src/types}/categoriesType.js +0 -0
- /package/dist/{types → src/types}/certificatesHistoryType.js +0 -0
- /package/dist/{types → src/types}/certificatesManagementType.js +0 -0
- /package/dist/{types → src/types}/classRoomType.js +0 -0
- /package/dist/{types → src/types}/cloudStorageType.js +0 -0
- /package/dist/{types → src/types}/coinPurchaseOfferType.js +0 -0
- /package/dist/{types → src/types}/commonType.d.ts +0 -0
- /package/dist/{types → src/types}/commonType.js +0 -0
- /package/dist/{types → src/types}/contactFeedBackType.js +0 -0
- /package/dist/{types → src/types}/courseHasVisitorsType.js +0 -0
- /package/dist/{types → src/types}/courseType.js +0 -0
- /package/dist/{types → src/types}/dailyBookType.js +0 -0
- /package/dist/{types → src/types}/dashboardManagementType.js +0 -0
- /package/dist/{types → src/types}/driverType.js +0 -0
- /package/dist/{types → src/types}/entityGroupType.js +0 -0
- /package/dist/{types → src/types}/eventType.js +0 -0
- /package/dist/{types → src/types}/examGroupType.js +0 -0
- /package/dist/{types → src/types}/examHasAnswerSheetType.js +0 -0
- /package/dist/{types → src/types}/examType.js +0 -0
- /package/dist/{types → src/types}/facilityType.js +0 -0
- /package/dist/{types → src/types}/featureActionType.js +0 -0
- /package/dist/{types → src/types}/feeHistoryDetailsType.js +0 -0
- /package/dist/{types → src/types}/feeHistoryType.js +0 -0
- /package/dist/{types → src/types}/feeReminderSettingType.js +0 -0
- /package/dist/{types → src/types}/feeReminderType.js +0 -0
- /package/dist/{types → src/types}/feeReminderTypeType.js +0 -0
- /package/dist/{types → src/types}/feeTypeHasTermsType.js +0 -0
- /package/dist/{types → src/types}/feeTypeType.js +0 -0
- /package/dist/{types → src/types}/feedBackType.js +0 -0
- /package/dist/{types → src/types}/feesCollectionType.js +0 -0
- /package/dist/{types → src/types}/fileStorageType.js +0 -0
- /package/dist/{types → src/types}/floormanagementType.js +0 -0
- /package/dist/{types → src/types}/generateIdCardType.js +0 -0
- /package/dist/{types → src/types}/greetingsType.js +0 -0
- /package/dist/{types → src/types}/holidayType.js +0 -0
- /package/dist/{types → src/types}/homeWorkType.js +0 -0
- /package/dist/{types → src/types}/informationSupportType.js +0 -0
- /package/dist/{types → src/types}/inquiryType.js +0 -0
- /package/dist/{types → src/types}/instituteEntityType.js +0 -0
- /package/dist/{types → src/types}/instituteEntityTypeType.js +0 -0
- /package/dist/{types → src/types}/instituteSubscriptionPlanType.js +0 -0
- /package/dist/{types → src/types}/instituteType.js +0 -0
- /package/dist/{types → src/types}/inventoryHistoryType.js +0 -0
- /package/dist/{types → src/types}/inventoryType.js +0 -0
- /package/dist/{types → src/types}/jobApply.js +0 -0
- /package/dist/{types → src/types}/lectureHistoryType.js +0 -0
- /package/dist/{types → src/types}/lectureType.js +0 -0
- /package/dist/{types → src/types}/masterLeaveType.js +0 -0
- /package/dist/{types → src/types}/moduleFeatureType.js +0 -0
- /package/dist/{types → src/types}/moduleType.js +0 -0
- /package/dist/{types → src/types}/offerType.js +0 -0
- /package/dist/{types → src/types}/paymentTermsType.js +0 -0
- /package/dist/{types → src/types}/pdcChequeType.js +0 -0
- /package/dist/{types → src/types}/pdcHistoryType.js +0 -0
- /package/dist/{types → src/types}/photosGalleryType.js +0 -0
- /package/dist/{types → src/types}/plannerType.js +0 -0
- /package/dist/{types → src/types}/productType.js +0 -0
- /package/dist/{types → src/types}/projectAssessmentOptionType.js +0 -0
- /package/dist/{types → src/types}/roleType.js +0 -0
- /package/dist/{types → src/types}/rulesRegulationType.js +0 -0
- /package/dist/{types → src/types}/schoolFeeCollectionType.js +0 -0
- /package/dist/{types → src/types}/schoolFeeType.js +0 -0
- /package/dist/{types → src/types}/schoolOfferType.js +0 -0
- /package/dist/{types → src/types}/sendNotificationType.js +0 -0
- /package/dist/{types → src/types}/slotType.js +0 -0
- /package/dist/{types → src/types}/subCategoryType.js +0 -0
- /package/dist/{types → src/types}/subjectHasFeeType.js +0 -0
- /package/dist/{types → src/types}/subjectHasPayFeeHistoryType.js +0 -0
- /package/dist/{types → src/types}/subjectIndexType.js +0 -0
- /package/dist/{types → src/types}/subscriptionPlanType.js +0 -0
- /package/dist/{types → src/types}/syllabusType.js +0 -0
- /package/dist/{types → src/types}/taskManagementType.js +0 -0
- /package/dist/{types → src/types}/testimonialType.js +0 -0
- /package/dist/{types → src/types}/toDoType.js +0 -0
- /package/dist/{types → src/types}/tripType.js +0 -0
- /package/dist/{types → src/types}/typeManagementType.js +0 -0
- /package/dist/{types → src/types}/uniqueNumberCounterType.js +0 -0
- /package/dist/{types → src/types}/userBookAssessmentType.js +0 -0
- /package/dist/{types → src/types}/userDetailsType.js +0 -0
- /package/dist/{types → src/types}/userFeeTypeByAccountType.js +0 -0
- /package/dist/{types → src/types}/userFeeTypeType.js +0 -0
- /package/dist/{types → src/types}/userHasAnnouncementType.js +0 -0
- /package/dist/{types → src/types}/userHasBatchType.js +0 -0
- /package/dist/{types → src/types}/userHasCourseType.js +0 -0
- /package/dist/{types → src/types}/userHasDeviceType.js +0 -0
- /package/dist/{types → src/types}/userHasFeeTermsType.js +0 -0
- /package/dist/{types → src/types}/userHasFileType.js +0 -0
- /package/dist/{types → src/types}/userHasHomeWorkType.js +0 -0
- /package/dist/{types → src/types}/userHasInventoryHistoryType.js +0 -0
- /package/dist/{types → src/types}/userHasInventoryType.js +0 -0
- /package/dist/{types → src/types}/userHasLeaveHistoryType.js +0 -0
- /package/dist/{types → src/types}/userHasLeaveType.js +0 -0
- /package/dist/{types → src/types}/userHasOffer.js +0 -0
- /package/dist/{types → src/types}/userHasParentType.js +0 -0
- /package/dist/{types → src/types}/userHasRoleType.js +0 -0
- /package/dist/{types → src/types}/userHasRollNumberType.js +0 -0
- /package/dist/{types → src/types}/userHasStorageType.js +0 -0
- /package/dist/{types → src/types}/userHasSubjectFeeType.js +0 -0
- /package/dist/{types → src/types}/userInstituteMetaType.js +0 -0
- /package/dist/{types → src/types}/userLeaveRequestType.js +0 -0
- /package/dist/{types → src/types}/userMetaType.js +0 -0
- /package/dist/{types → src/types}/userPayoutDetailsType.js +0 -0
- /package/dist/{types → src/types}/userPayoutHistoryType.js +0 -0
- /package/dist/{types → src/types}/userPayoutType.js +0 -0
- /package/dist/{types → src/types}/userProjectAssessmentOptionType.js +0 -0
- /package/dist/{types → src/types}/userRequiredStepsType.js +0 -0
- /package/dist/{types → src/types}/userSchoolMetaType.js +0 -0
- /package/dist/{types → src/types}/userType.js +0 -0
- /package/dist/{types → src/types}/vehicleType.js +0 -0
- /package/dist/{types → src/types}/vendorType.js +0 -0
- /package/dist/{types → src/types}/videoAnalystType.js +0 -0
- /package/dist/{types → src/types}/walletHistoryType.js +0 -0
- /package/dist/{types → src/types}/walletTransactionType.js +0 -0
- /package/dist/{types → src/types}/walletType.js +0 -0
- /package/dist/{types → src/types}/workingDayType.js +0 -0
- /package/dist/{types → src/types}/workingShiftType.js +0 -0
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const sequelize_1 = require("sequelize");
|
|
7
|
-
const index_1 = require("./index");
|
|
8
|
-
const app_1 = require("../../constants/app");
|
|
9
|
-
const userModel_1 = __importDefault(require("./userModel"));
|
|
10
|
-
const instituteModel_1 = __importDefault(require("./instituteModel"));
|
|
11
|
-
const userPayoutModel_1 = __importDefault(require("./userPayoutModel"));
|
|
12
|
-
class UserPayoutHistoryModel extends sequelize_1.Model {
|
|
13
|
-
}
|
|
14
|
-
UserPayoutHistoryModel.init({
|
|
15
|
-
id: {
|
|
16
|
-
type: sequelize_1.DataTypes.UUID,
|
|
17
|
-
defaultValue: sequelize_1.DataTypes.UUIDV4,
|
|
18
|
-
allowNull: false,
|
|
19
|
-
primaryKey: true,
|
|
20
|
-
},
|
|
21
|
-
userId: {
|
|
22
|
-
type: sequelize_1.DataTypes.UUID,
|
|
23
|
-
allowNull: false,
|
|
24
|
-
field: 'user_id',
|
|
25
|
-
},
|
|
26
|
-
userType: {
|
|
27
|
-
type: sequelize_1.DataTypes.ENUM,
|
|
28
|
-
values: Object.values(app_1.USER_TYPES),
|
|
29
|
-
allowNull: false,
|
|
30
|
-
field: 'user_type',
|
|
31
|
-
},
|
|
32
|
-
instituteId: {
|
|
33
|
-
type: sequelize_1.DataTypes.UUID,
|
|
34
|
-
allowNull: false,
|
|
35
|
-
field: 'institute_id',
|
|
36
|
-
},
|
|
37
|
-
userPayoutId: {
|
|
38
|
-
type: sequelize_1.DataTypes.UUID,
|
|
39
|
-
allowNull: false,
|
|
40
|
-
field: 'user_payout_id',
|
|
41
|
-
},
|
|
42
|
-
paidAmount: {
|
|
43
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
44
|
-
allowNull: false,
|
|
45
|
-
field: 'paid_amount',
|
|
46
|
-
},
|
|
47
|
-
payableAmount: {
|
|
48
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
49
|
-
allowNull: false,
|
|
50
|
-
field: 'payable_amount',
|
|
51
|
-
},
|
|
52
|
-
bonusAmount: {
|
|
53
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
54
|
-
allowNull: true,
|
|
55
|
-
defaultValue: 0,
|
|
56
|
-
field: 'bonus_amount',
|
|
57
|
-
},
|
|
58
|
-
overtimeAmount: {
|
|
59
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
60
|
-
allowNull: true,
|
|
61
|
-
defaultValue: 0,
|
|
62
|
-
field: 'overtime_amount',
|
|
63
|
-
},
|
|
64
|
-
payoutDate: {
|
|
65
|
-
type: sequelize_1.DataTypes.DATE,
|
|
66
|
-
allowNull: false,
|
|
67
|
-
field: 'payout_date',
|
|
68
|
-
},
|
|
69
|
-
payoutStartTime: {
|
|
70
|
-
type: sequelize_1.DataTypes.DATE,
|
|
71
|
-
allowNull: false,
|
|
72
|
-
field: 'payout_start_time',
|
|
73
|
-
},
|
|
74
|
-
payoutEndTime: {
|
|
75
|
-
type: sequelize_1.DataTypes.DATE,
|
|
76
|
-
allowNull: false,
|
|
77
|
-
field: 'payout_end_time',
|
|
78
|
-
},
|
|
79
|
-
payoutType: {
|
|
80
|
-
type: sequelize_1.DataTypes.ENUM,
|
|
81
|
-
values: Object.values(app_1.USER_PAYOUT_TYPE),
|
|
82
|
-
allowNull: false,
|
|
83
|
-
field: 'payout_type',
|
|
84
|
-
},
|
|
85
|
-
description: {
|
|
86
|
-
type: sequelize_1.DataTypes.STRING,
|
|
87
|
-
allowNull: true,
|
|
88
|
-
},
|
|
89
|
-
}, {
|
|
90
|
-
modelName: 'UserPayoutHistoryModel',
|
|
91
|
-
tableName: 'user_payout_history',
|
|
92
|
-
timestamps: true,
|
|
93
|
-
sequelize: index_1.sequelize,
|
|
94
|
-
});
|
|
95
|
-
UserPayoutHistoryModel.belongsTo(userModel_1.default, {
|
|
96
|
-
foreignKey: {
|
|
97
|
-
name: 'createdBy',
|
|
98
|
-
allowNull: true,
|
|
99
|
-
field: 'created_by',
|
|
100
|
-
},
|
|
101
|
-
as: 'createdByUser',
|
|
102
|
-
});
|
|
103
|
-
UserPayoutHistoryModel.belongsTo(userModel_1.default, {
|
|
104
|
-
foreignKey: {
|
|
105
|
-
name: 'updatedBy',
|
|
106
|
-
allowNull: true,
|
|
107
|
-
field: 'updated_by',
|
|
108
|
-
},
|
|
109
|
-
as: 'updatedByUser',
|
|
110
|
-
});
|
|
111
|
-
UserPayoutHistoryModel.belongsTo(userModel_1.default, {
|
|
112
|
-
foreignKey: {
|
|
113
|
-
name: 'deletedBy',
|
|
114
|
-
allowNull: true,
|
|
115
|
-
field: 'deleted_by',
|
|
116
|
-
},
|
|
117
|
-
as: 'deletedByUser',
|
|
118
|
-
});
|
|
119
|
-
UserPayoutHistoryModel.belongsTo(instituteModel_1.default, {
|
|
120
|
-
foreignKey: {
|
|
121
|
-
name: 'instituteId',
|
|
122
|
-
},
|
|
123
|
-
as: 'institute',
|
|
124
|
-
});
|
|
125
|
-
instituteModel_1.default.hasMany(UserPayoutHistoryModel, {
|
|
126
|
-
foreignKey: {
|
|
127
|
-
name: 'instituteId',
|
|
128
|
-
},
|
|
129
|
-
as: 'instituteHasPayoutHistoryList',
|
|
130
|
-
});
|
|
131
|
-
UserPayoutHistoryModel.belongsTo(userModel_1.default, {
|
|
132
|
-
foreignKey: {
|
|
133
|
-
name: 'userId',
|
|
134
|
-
},
|
|
135
|
-
as: 'user',
|
|
136
|
-
});
|
|
137
|
-
userModel_1.default.hasMany(UserPayoutHistoryModel, {
|
|
138
|
-
foreignKey: {
|
|
139
|
-
name: 'userId',
|
|
140
|
-
},
|
|
141
|
-
as: 'userHasPayoutHistoryList',
|
|
142
|
-
});
|
|
143
|
-
UserPayoutHistoryModel.belongsTo(userPayoutModel_1.default, {
|
|
144
|
-
foreignKey: {
|
|
145
|
-
name: 'userPayoutId',
|
|
146
|
-
},
|
|
147
|
-
as: 'userPayout',
|
|
148
|
-
});
|
|
149
|
-
userPayoutModel_1.default.hasMany(UserPayoutHistoryModel, {
|
|
150
|
-
foreignKey: {
|
|
151
|
-
name: 'userPayoutId',
|
|
152
|
-
},
|
|
153
|
-
as: 'userPayoutHistoryList',
|
|
154
|
-
});
|
|
155
|
-
exports.default = UserPayoutHistoryModel;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Model } from "sequelize";
|
|
2
|
-
import { IUserPayoutModelAttributes } from "../../interfaces/userPayoutInterface";
|
|
3
|
-
import { TUserPayoutModelCreationAttributes } from "../../types/userPayoutType";
|
|
4
|
-
import { USER_PAYOUT_TYPE, USER_TYPES } from "../../constants/app";
|
|
5
|
-
declare class UserPayoutModel extends Model<IUserPayoutModelAttributes, TUserPayoutModelCreationAttributes> {
|
|
6
|
-
id: string;
|
|
7
|
-
userId: string;
|
|
8
|
-
userType: USER_TYPES;
|
|
9
|
-
instituteId: string;
|
|
10
|
-
totalPayableAmount: number;
|
|
11
|
-
totalPaidAmount: number;
|
|
12
|
-
type: USER_PAYOUT_TYPE;
|
|
13
|
-
createdBy: string;
|
|
14
|
-
updatedBy: string;
|
|
15
|
-
deletedBy: string;
|
|
16
|
-
readonly createdAt: Date;
|
|
17
|
-
readonly deletedAt: Date;
|
|
18
|
-
readonly updatedAt: Date;
|
|
19
|
-
}
|
|
20
|
-
export default UserPayoutModel;
|
|
@@ -1,316 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const sequelize_1 = require("sequelize");
|
|
7
|
-
const index_1 = require("./index");
|
|
8
|
-
const app_1 = require("../../constants/app");
|
|
9
|
-
const userModel_1 = __importDefault(require("./userModel"));
|
|
10
|
-
const instituteModel_1 = __importDefault(require("./instituteModel"));
|
|
11
|
-
const date_fns_1 = require("date-fns");
|
|
12
|
-
const utils_1 = require("../../helpers/utils");
|
|
13
|
-
const subjectHasPayFeeHistoryModel_1 = __importDefault(require("./subjectHasPayFeeHistoryModel"));
|
|
14
|
-
const lectureModel_1 = __importDefault(require("./lectureModel"));
|
|
15
|
-
const attendanceModel_1 = __importDefault(require("../mongodb/attendanceModel"));
|
|
16
|
-
const userPayoutDetailsModel_1 = __importDefault(require("./userPayoutDetailsModel"));
|
|
17
|
-
class UserPayoutModel extends sequelize_1.Model {
|
|
18
|
-
}
|
|
19
|
-
UserPayoutModel.init({
|
|
20
|
-
id: {
|
|
21
|
-
type: sequelize_1.DataTypes.UUID,
|
|
22
|
-
defaultValue: sequelize_1.DataTypes.UUIDV4,
|
|
23
|
-
allowNull: false,
|
|
24
|
-
primaryKey: true,
|
|
25
|
-
},
|
|
26
|
-
userId: {
|
|
27
|
-
type: sequelize_1.DataTypes.UUID,
|
|
28
|
-
allowNull: false,
|
|
29
|
-
field: "user_id",
|
|
30
|
-
},
|
|
31
|
-
userType: {
|
|
32
|
-
type: sequelize_1.DataTypes.ENUM,
|
|
33
|
-
values: Object.values(app_1.USER_TYPES),
|
|
34
|
-
allowNull: false,
|
|
35
|
-
field: "user_type",
|
|
36
|
-
},
|
|
37
|
-
instituteId: {
|
|
38
|
-
type: sequelize_1.DataTypes.UUID,
|
|
39
|
-
allowNull: false,
|
|
40
|
-
field: "institute_id",
|
|
41
|
-
},
|
|
42
|
-
totalPayableAmount: {
|
|
43
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
44
|
-
allowNull: true,
|
|
45
|
-
defaultValue: 0,
|
|
46
|
-
field: "total_payable_amount",
|
|
47
|
-
},
|
|
48
|
-
totalPaidAmount: {
|
|
49
|
-
type: sequelize_1.DataTypes.FLOAT,
|
|
50
|
-
allowNull: true,
|
|
51
|
-
defaultValue: 0,
|
|
52
|
-
field: "total_paid_amount",
|
|
53
|
-
},
|
|
54
|
-
type: {
|
|
55
|
-
type: sequelize_1.DataTypes.ENUM,
|
|
56
|
-
values: Object.values(app_1.USER_PAYOUT_TYPE),
|
|
57
|
-
allowNull: false,
|
|
58
|
-
},
|
|
59
|
-
lastCalculatedAt: {
|
|
60
|
-
type: sequelize_1.DataTypes.DATE,
|
|
61
|
-
defaultValue: (0, date_fns_1.startOfToday)(),
|
|
62
|
-
field: "last_calculated_at",
|
|
63
|
-
},
|
|
64
|
-
}, {
|
|
65
|
-
modelName: "UserPayoutModel",
|
|
66
|
-
tableName: "user_payouts",
|
|
67
|
-
timestamps: true,
|
|
68
|
-
sequelize: index_1.sequelize,
|
|
69
|
-
});
|
|
70
|
-
UserPayoutModel.belongsTo(userModel_1.default, {
|
|
71
|
-
foreignKey: {
|
|
72
|
-
name: "createdBy",
|
|
73
|
-
allowNull: true,
|
|
74
|
-
field: "created_by",
|
|
75
|
-
},
|
|
76
|
-
as: "createdByUser",
|
|
77
|
-
});
|
|
78
|
-
UserPayoutModel.belongsTo(userModel_1.default, {
|
|
79
|
-
foreignKey: {
|
|
80
|
-
name: "updatedBy",
|
|
81
|
-
allowNull: true,
|
|
82
|
-
field: "updated_by",
|
|
83
|
-
},
|
|
84
|
-
as: "updatedByUser",
|
|
85
|
-
});
|
|
86
|
-
UserPayoutModel.belongsTo(userModel_1.default, {
|
|
87
|
-
foreignKey: {
|
|
88
|
-
name: "deletedBy",
|
|
89
|
-
allowNull: true,
|
|
90
|
-
field: "deleted_by",
|
|
91
|
-
},
|
|
92
|
-
as: "deletedByUser",
|
|
93
|
-
});
|
|
94
|
-
UserPayoutModel.belongsTo(instituteModel_1.default, {
|
|
95
|
-
foreignKey: {
|
|
96
|
-
name: "instituteId",
|
|
97
|
-
},
|
|
98
|
-
as: "institute",
|
|
99
|
-
});
|
|
100
|
-
instituteModel_1.default.hasMany(UserPayoutModel, {
|
|
101
|
-
foreignKey: {
|
|
102
|
-
name: "instituteId",
|
|
103
|
-
},
|
|
104
|
-
as: "instituteHasPayoutList",
|
|
105
|
-
});
|
|
106
|
-
UserPayoutModel.belongsTo(userModel_1.default, {
|
|
107
|
-
foreignKey: {
|
|
108
|
-
name: "userId",
|
|
109
|
-
},
|
|
110
|
-
as: "user",
|
|
111
|
-
});
|
|
112
|
-
userModel_1.default.hasMany(UserPayoutModel, {
|
|
113
|
-
foreignKey: {
|
|
114
|
-
name: "userId",
|
|
115
|
-
},
|
|
116
|
-
as: "userHasPayoutList",
|
|
117
|
-
});
|
|
118
|
-
const afterCreateOrUpdateHook = async (userPayout, user = null, transaction, filterOptions = {}) => {
|
|
119
|
-
try {
|
|
120
|
-
if (!userPayout.userPayoutDetailsList ||
|
|
121
|
-
!userPayout.userPayoutDetailsList.length)
|
|
122
|
-
return userPayout;
|
|
123
|
-
userPayout.userPayoutDetailsList = (0, utils_1.getUniqueArrayByFields)(userPayout.userPayoutDetailsList, ["subjectId"]);
|
|
124
|
-
const options = {
|
|
125
|
-
transaction,
|
|
126
|
-
};
|
|
127
|
-
if (user)
|
|
128
|
-
options.userId = user.id;
|
|
129
|
-
const now = new Date();
|
|
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();
|
|
133
|
-
if (filterOptions.include) {
|
|
134
|
-
filterOptions.include = !Array.isArray(filterOptions.include)
|
|
135
|
-
? [filterOptions.include]
|
|
136
|
-
: filterOptions.include;
|
|
137
|
-
const historyListInclude = filterOptions.include.find((include) => include.as === "userPayoutHistoryList");
|
|
138
|
-
let where = {};
|
|
139
|
-
if (historyListInclude &&
|
|
140
|
-
historyListInclude.where &&
|
|
141
|
-
historyListInclude.where[sequelize_1.Op.and]) {
|
|
142
|
-
where = historyListInclude.where[sequelize_1.Op.and].pop();
|
|
143
|
-
}
|
|
144
|
-
if (where.payout_start_time && where.payout_end_time) {
|
|
145
|
-
startOfPreviousMonth = where.payout_start_time[sequelize_1.Op.gte];
|
|
146
|
-
endOfPreviousMonth = where.payout_end_time[sequelize_1.Op.lte];
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
const attendanceWhereAnd = [
|
|
150
|
-
{ date: { $gte: startOfPreviousMonth } },
|
|
151
|
-
{ date: { $lte: endOfPreviousMonth } },
|
|
152
|
-
];
|
|
153
|
-
const exsitUserPayout = (await UserPayoutModel.findOne({
|
|
154
|
-
where: { id: userPayout.id },
|
|
155
|
-
include: [{ association: "userPayoutDetailsList" }],
|
|
156
|
-
transaction,
|
|
157
|
-
}));
|
|
158
|
-
if (!exsitUserPayout)
|
|
159
|
-
return userPayout;
|
|
160
|
-
if (userPayout.type === app_1.USER_PAYOUT_TYPE.PERCENTAGE) {
|
|
161
|
-
let feeTotalBySubjectList = await subjectHasPayFeeHistoryModel_1.default.findAll({
|
|
162
|
-
where: {
|
|
163
|
-
instituteId: exsitUserPayout.instituteId,
|
|
164
|
-
subjectId: {
|
|
165
|
-
[sequelize_1.Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
attributes: [
|
|
169
|
-
["subject_id", "subjectId"],
|
|
170
|
-
[sequelize_1.Sequelize.fn("sum", sequelize_1.Sequelize.col("amount")), "amount"],
|
|
171
|
-
],
|
|
172
|
-
group: ["subject_id", "created_at"],
|
|
173
|
-
raw: true,
|
|
174
|
-
});
|
|
175
|
-
feeTotalBySubjectList = JSON.parse(JSON.stringify(feeTotalBySubjectList));
|
|
176
|
-
userPayout.userPayoutDetailsList = userPayout.userPayoutDetailsList.map((oneUserPayoutDetails) => {
|
|
177
|
-
oneUserPayoutDetails.payableAmount = feeTotalBySubjectList
|
|
178
|
-
.filter((feeTotalBySubject) => feeTotalBySubject.subjectId === oneUserPayoutDetails.subjectId)
|
|
179
|
-
.reduce((sum, record) => {
|
|
180
|
-
if (oneUserPayoutDetails.percentage) {
|
|
181
|
-
const amount = ((record.amount || 0) * oneUserPayoutDetails.percentage) /
|
|
182
|
-
100;
|
|
183
|
-
return sum + parseFloat(amount.toFixed(2)); // Add fixed precision and convert back to number
|
|
184
|
-
}
|
|
185
|
-
return sum;
|
|
186
|
-
}, 0);
|
|
187
|
-
return oneUserPayoutDetails;
|
|
188
|
-
});
|
|
189
|
-
}
|
|
190
|
-
if (userPayout.type === app_1.USER_PAYOUT_TYPE.HOURLY) {
|
|
191
|
-
let lectureList = (await lectureModel_1.default.findAll({
|
|
192
|
-
where: {
|
|
193
|
-
instituteId: exsitUserPayout.instituteId,
|
|
194
|
-
subject: {
|
|
195
|
-
[sequelize_1.Op.in]: userPayout.userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.subjectId),
|
|
196
|
-
},
|
|
197
|
-
[sequelize_1.Op.or]: [
|
|
198
|
-
{ primaryUserId: exsitUserPayout.userId },
|
|
199
|
-
{ secondaryUserId: exsitUserPayout.userId },
|
|
200
|
-
],
|
|
201
|
-
},
|
|
202
|
-
include: [{ association: "workingDay" }],
|
|
203
|
-
}));
|
|
204
|
-
lectureList = JSON.parse(JSON.stringify(lectureList));
|
|
205
|
-
const currentMonthAttendenceList = await attendanceModel_1.default.find({
|
|
206
|
-
$and: attendanceWhereAnd,
|
|
207
|
-
userType: userPayout.userType,
|
|
208
|
-
"users.userId": userPayout.userId,
|
|
209
|
-
"users.status": { $ne: app_1.ATTENDANCE_STATUS.ABSENT },
|
|
210
|
-
});
|
|
211
|
-
userPayout.userPayoutDetailsList = userPayout.userPayoutDetailsList.map((oneUserPayoutDetails) => {
|
|
212
|
-
let totalMinutes = 0;
|
|
213
|
-
currentMonthAttendenceList.forEach((attendance) => {
|
|
214
|
-
const dayName = (0, date_fns_1.format)(attendance.date, "EEEE");
|
|
215
|
-
const attendanceDayLectureBySubjectList = lectureList.filter((lecture) => {
|
|
216
|
-
return (lecture.workingDay.dayName === dayName &&
|
|
217
|
-
lecture.subject === oneUserPayoutDetails.subjectId);
|
|
218
|
-
});
|
|
219
|
-
if (attendanceDayLectureBySubjectList.length) {
|
|
220
|
-
totalMinutes += attendanceDayLectureBySubjectList.reduce((sum, record) => {
|
|
221
|
-
return sum + record.slotDuration;
|
|
222
|
-
}, 0);
|
|
223
|
-
}
|
|
224
|
-
});
|
|
225
|
-
oneUserPayoutDetails.payableAmount =
|
|
226
|
-
((oneUserPayoutDetails.amountPerHour || 0) / app_1.SIXTY) * totalMinutes;
|
|
227
|
-
return oneUserPayoutDetails;
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
const userPayoutDetailsList = [];
|
|
231
|
-
for (let userPayoutDetails of userPayout.userPayoutDetailsList) {
|
|
232
|
-
userPayoutDetails.userPayoutId = exsitUserPayout.id;
|
|
233
|
-
userPayoutDetails.userId = exsitUserPayout.userId;
|
|
234
|
-
userPayoutDetails.instituteId = exsitUserPayout.instituteId;
|
|
235
|
-
userPayoutDetails.type = exsitUserPayout.type;
|
|
236
|
-
const found = exsitUserPayout.userPayoutDetailsList.find((exsitUserPayoutDetails) => userPayoutDetails.userPayoutId === exsitUserPayout.id &&
|
|
237
|
-
userPayoutDetails.instituteId ===
|
|
238
|
-
exsitUserPayoutDetails.instituteId &&
|
|
239
|
-
userPayoutDetails.userId === exsitUserPayoutDetails.userId &&
|
|
240
|
-
userPayoutDetails.type === exsitUserPayoutDetails.type &&
|
|
241
|
-
userPayoutDetails.subjectId === exsitUserPayoutDetails.subjectId &&
|
|
242
|
-
userPayoutDetails.batchId === exsitUserPayoutDetails.batchId);
|
|
243
|
-
if (found) {
|
|
244
|
-
await userPayoutDetailsModel_1.default.update(userPayoutDetails, {
|
|
245
|
-
where: { id: found.id },
|
|
246
|
-
...options,
|
|
247
|
-
});
|
|
248
|
-
}
|
|
249
|
-
else {
|
|
250
|
-
userPayoutDetails = (await userPayoutDetailsModel_1.default.create(userPayoutDetails, options));
|
|
251
|
-
}
|
|
252
|
-
userPayoutDetailsList.push(userPayoutDetails);
|
|
253
|
-
}
|
|
254
|
-
if (userPayoutDetailsList.length) {
|
|
255
|
-
await userPayoutDetailsModel_1.default.destroy({
|
|
256
|
-
where: {
|
|
257
|
-
id: {
|
|
258
|
-
[sequelize_1.Op.notIn]: userPayoutDetailsList.map((userPayoutDetails) => userPayoutDetails.id),
|
|
259
|
-
},
|
|
260
|
-
userPayoutId: exsitUserPayout.id,
|
|
261
|
-
},
|
|
262
|
-
...options,
|
|
263
|
-
});
|
|
264
|
-
}
|
|
265
|
-
const totalPayableAmount = userPayoutDetailsList.reduce((sum, record) => {
|
|
266
|
-
return sum + record.payableAmount || 0;
|
|
267
|
-
}, 0);
|
|
268
|
-
//this is updatating payble amount so comment it .
|
|
269
|
-
// await this.update({ id: exsitUserPayout.id }, { totalPayableAmount, lastCalculatedAt: startOfToday() }, options);
|
|
270
|
-
userPayout.userPayoutDetailsList = userPayoutDetailsList;
|
|
271
|
-
userPayout.totalPayableAmount = totalPayableAmount;
|
|
272
|
-
return userPayout;
|
|
273
|
-
}
|
|
274
|
-
catch (err) {
|
|
275
|
-
throw err;
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
const afterFindHook = async (userPayoutList, options = {}) => {
|
|
279
|
-
const afterFindHookTransaction = await index_1.sequelize.transaction();
|
|
280
|
-
try {
|
|
281
|
-
const syncUserPayoutList = JSON.parse(JSON.stringify(userPayoutList));
|
|
282
|
-
if (!syncUserPayoutList.length) {
|
|
283
|
-
await afterFindHookTransaction.commit();
|
|
284
|
-
return userPayoutList;
|
|
285
|
-
}
|
|
286
|
-
const updatedData = [];
|
|
287
|
-
for (let syncUserPayout of syncUserPayoutList) {
|
|
288
|
-
syncUserPayout = await afterCreateOrUpdateHook(JSON.parse(JSON.stringify(syncUserPayout)), undefined, afterFindHookTransaction, options);
|
|
289
|
-
updatedData.push(syncUserPayout);
|
|
290
|
-
}
|
|
291
|
-
userPayoutList = userPayoutList.map((userPayout) => {
|
|
292
|
-
const found = updatedData.find((one) => one.id === userPayout.id);
|
|
293
|
-
if (found) {
|
|
294
|
-
userPayout.totalPayableAmount = found.totalPayableAmount;
|
|
295
|
-
userPayout.userPayoutDetailsList = found.userPayoutDetailsList;
|
|
296
|
-
}
|
|
297
|
-
return userPayout;
|
|
298
|
-
});
|
|
299
|
-
await afterFindHookTransaction.commit();
|
|
300
|
-
return userPayoutList;
|
|
301
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
302
|
-
}
|
|
303
|
-
catch (err) {
|
|
304
|
-
await afterFindHookTransaction.rollback();
|
|
305
|
-
return userPayoutList;
|
|
306
|
-
}
|
|
307
|
-
};
|
|
308
|
-
UserPayoutModel.addHook("afterFind", async (result, options) => {
|
|
309
|
-
if (options.syncUserPayoutLastCalculatedAt && Array.isArray(result)) {
|
|
310
|
-
result = (await afterFindHook(result, options));
|
|
311
|
-
}
|
|
312
|
-
else if (options.syncUserPayoutLastCalculatedAt && result) {
|
|
313
|
-
result = (await afterFindHook([result], options)).pop();
|
|
314
|
-
}
|
|
315
|
-
});
|
|
316
|
-
exports.default = UserPayoutModel;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Model } from 'sequelize';
|
|
2
|
-
import { IUserProjectAssessmentOptionModelAttributes } from '../../interfaces/userProjectAssessmentOptionInterface';
|
|
3
|
-
import { TUserProjectAssessmentOptionModelCreationAttributes } from '../../types/userProjectAssessmentOptionType';
|
|
4
|
-
import { PROJECT_ASSESSMENT_OPTION_STATUS } from '../../constants/app';
|
|
5
|
-
declare class UserProjectAssessmentOptionModel extends Model<IUserProjectAssessmentOptionModelAttributes, TUserProjectAssessmentOptionModelCreationAttributes> {
|
|
6
|
-
id: string;
|
|
7
|
-
assessmentProjectId: string;
|
|
8
|
-
projectOptionId: string;
|
|
9
|
-
userId: string;
|
|
10
|
-
status: PROJECT_ASSESSMENT_OPTION_STATUS;
|
|
11
|
-
note: string;
|
|
12
|
-
createdBy: string;
|
|
13
|
-
updatedBy: string;
|
|
14
|
-
deletedBy: string;
|
|
15
|
-
readonly createdAt: Date;
|
|
16
|
-
readonly deletedAt: string;
|
|
17
|
-
readonly updatedAt: Date;
|
|
18
|
-
}
|
|
19
|
-
export default UserProjectAssessmentOptionModel;
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const sequelize_1 = require("sequelize");
|
|
7
|
-
const index_1 = require("./index");
|
|
8
|
-
const userModel_1 = __importDefault(require("./userModel"));
|
|
9
|
-
const app_1 = require("../../constants/app");
|
|
10
|
-
const batchSubjectProjectAssessmentModel_1 = __importDefault(require("./batchSubjectProjectAssessmentModel"));
|
|
11
|
-
const projectAssessmentOptionModel_1 = __importDefault(require("./projectAssessmentOptionModel"));
|
|
12
|
-
class UserProjectAssessmentOptionModel extends sequelize_1.Model {
|
|
13
|
-
}
|
|
14
|
-
UserProjectAssessmentOptionModel.init({
|
|
15
|
-
id: {
|
|
16
|
-
type: sequelize_1.DataTypes.UUID,
|
|
17
|
-
defaultValue: sequelize_1.DataTypes.UUIDV4,
|
|
18
|
-
allowNull: false,
|
|
19
|
-
primaryKey: true,
|
|
20
|
-
},
|
|
21
|
-
assessmentProjectId: {
|
|
22
|
-
type: sequelize_1.DataTypes.UUID,
|
|
23
|
-
allowNull: false,
|
|
24
|
-
field: 'assessment_project_id',
|
|
25
|
-
},
|
|
26
|
-
projectOptionId: {
|
|
27
|
-
type: sequelize_1.DataTypes.UUID,
|
|
28
|
-
allowNull: true,
|
|
29
|
-
field: 'project_option_id',
|
|
30
|
-
},
|
|
31
|
-
userId: {
|
|
32
|
-
type: sequelize_1.DataTypes.UUID,
|
|
33
|
-
allowNull: false,
|
|
34
|
-
field: 'user_id',
|
|
35
|
-
},
|
|
36
|
-
status: {
|
|
37
|
-
type: sequelize_1.DataTypes.ENUM(...Object.values(app_1.PROJECT_ASSESSMENT_OPTION_STATUS)),
|
|
38
|
-
allowNull: false,
|
|
39
|
-
defaultValue: app_1.PROJECT_ASSESSMENT_OPTION_STATUS.PENDING,
|
|
40
|
-
},
|
|
41
|
-
note: {
|
|
42
|
-
type: sequelize_1.DataTypes.TEXT,
|
|
43
|
-
allowNull: true,
|
|
44
|
-
},
|
|
45
|
-
}, {
|
|
46
|
-
modelName: 'UserProjectAssessmentOptionModel',
|
|
47
|
-
tableName: 'user_project_assessment_options',
|
|
48
|
-
sequelize: index_1.sequelize,
|
|
49
|
-
indexes: [
|
|
50
|
-
{
|
|
51
|
-
name: 'user_project_assessments_unique_key',
|
|
52
|
-
unique: true,
|
|
53
|
-
fields: ['user_id', 'assessment_project_id'],
|
|
54
|
-
// eslint-disable-next-line camelcase
|
|
55
|
-
where: { deleted_at: null },
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
});
|
|
59
|
-
// Associations
|
|
60
|
-
UserProjectAssessmentOptionModel.belongsTo(batchSubjectProjectAssessmentModel_1.default, {
|
|
61
|
-
foreignKey: {
|
|
62
|
-
name: 'assessmentProjectId',
|
|
63
|
-
field: 'assessment_project_id',
|
|
64
|
-
},
|
|
65
|
-
as: 'assessmentProject',
|
|
66
|
-
});
|
|
67
|
-
batchSubjectProjectAssessmentModel_1.default.hasMany(UserProjectAssessmentOptionModel, {
|
|
68
|
-
foreignKey: {
|
|
69
|
-
name: 'assessmentProjectId',
|
|
70
|
-
field: 'assessment_project_id',
|
|
71
|
-
},
|
|
72
|
-
as: 'assessmentProjectUserList',
|
|
73
|
-
});
|
|
74
|
-
UserProjectAssessmentOptionModel.belongsTo(projectAssessmentOptionModel_1.default, {
|
|
75
|
-
foreignKey: {
|
|
76
|
-
name: 'projectOptionId',
|
|
77
|
-
field: 'project_option_id',
|
|
78
|
-
},
|
|
79
|
-
as: 'assessmentProjectOption',
|
|
80
|
-
});
|
|
81
|
-
projectAssessmentOptionModel_1.default.hasMany(UserProjectAssessmentOptionModel, {
|
|
82
|
-
foreignKey: {
|
|
83
|
-
name: 'projectOptionId',
|
|
84
|
-
field: 'project_option_id',
|
|
85
|
-
},
|
|
86
|
-
as: 'assessmentProjectOptionUserList',
|
|
87
|
-
});
|
|
88
|
-
UserProjectAssessmentOptionModel.belongsTo(userModel_1.default, {
|
|
89
|
-
foreignKey: {
|
|
90
|
-
name: 'userId',
|
|
91
|
-
field: 'user_id',
|
|
92
|
-
},
|
|
93
|
-
as: 'user',
|
|
94
|
-
});
|
|
95
|
-
userModel_1.default.hasMany(UserProjectAssessmentOptionModel, {
|
|
96
|
-
foreignKey: {
|
|
97
|
-
name: 'userId',
|
|
98
|
-
field: 'user_id',
|
|
99
|
-
},
|
|
100
|
-
as: 'userProjectAssessmentOptionList',
|
|
101
|
-
});
|
|
102
|
-
UserProjectAssessmentOptionModel.belongsTo(userModel_1.default, {
|
|
103
|
-
foreignKey: {
|
|
104
|
-
name: 'createdBy',
|
|
105
|
-
allowNull: true,
|
|
106
|
-
field: 'created_by',
|
|
107
|
-
},
|
|
108
|
-
as: 'createdByUser',
|
|
109
|
-
});
|
|
110
|
-
UserProjectAssessmentOptionModel.belongsTo(userModel_1.default, {
|
|
111
|
-
foreignKey: {
|
|
112
|
-
name: 'updatedBy',
|
|
113
|
-
allowNull: true,
|
|
114
|
-
field: 'updated_by',
|
|
115
|
-
},
|
|
116
|
-
as: 'updatedByUser',
|
|
117
|
-
});
|
|
118
|
-
UserProjectAssessmentOptionModel.belongsTo(userModel_1.default, {
|
|
119
|
-
foreignKey: {
|
|
120
|
-
name: 'deletedBy',
|
|
121
|
-
allowNull: true,
|
|
122
|
-
field: 'deleted_by',
|
|
123
|
-
},
|
|
124
|
-
as: 'deletedByUser',
|
|
125
|
-
});
|
|
126
|
-
exports.default = UserProjectAssessmentOptionModel;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Model } from 'sequelize';
|
|
2
|
-
import { IUserRequiredStepsAttributes } from '../../interfaces/userRequiredStepsInterface';
|
|
3
|
-
import { APP_TYPE } from '../../constants/app';
|
|
4
|
-
declare class UserRequiredSteps extends Model<IUserRequiredStepsAttributes> implements IUserRequiredStepsAttributes {
|
|
5
|
-
id: string;
|
|
6
|
-
userId: string;
|
|
7
|
-
stepNumber: number;
|
|
8
|
-
isCompleted: boolean;
|
|
9
|
-
appType: APP_TYPE;
|
|
10
|
-
createdBy: string;
|
|
11
|
-
updatedBy: string;
|
|
12
|
-
deletedBy: string;
|
|
13
|
-
readonly createdAt: Date;
|
|
14
|
-
readonly updatedAt: Date;
|
|
15
|
-
readonly deletedAt?: Date;
|
|
16
|
-
}
|
|
17
|
-
export default UserRequiredSteps;
|