@kipicore/dbcore 1.1.12 → 1.1.14
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/cjs/constants/app.js +1105 -0
- package/dist/cjs/helpers/utils.js +682 -0
- package/dist/cjs/index.d.ts +419 -0
- package/dist/cjs/index.js +758 -0
- package/dist/esm/configs/aws.d.ts +2 -0
- package/dist/esm/configs/aws.js +9 -0
- package/dist/esm/configs/env.d.ts +61 -0
- package/dist/esm/configs/env.js +132 -0
- package/dist/esm/constants/app.d.ts +871 -0
- package/dist/esm/constants/app.js +1099 -0
- package/dist/esm/constants/defaultModelAttributes.d.ts +17 -0
- package/dist/esm/constants/defaultModelAttributes.js +18 -0
- package/dist/esm/constants/errorMessages.d.ts +1055 -0
- package/dist/esm/constants/errorMessages.js +1161 -0
- package/dist/esm/constants/httpStatusCode.d.ts +26 -0
- package/dist/esm/constants/httpStatusCode.js +27 -0
- package/dist/esm/constants/successMessages.d.ts +699 -0
- package/dist/esm/constants/successMessages.js +807 -0
- package/dist/esm/helpers/s3Uploader.d.ts +3 -0
- package/dist/esm/helpers/s3Uploader.js +53 -0
- package/dist/esm/helpers/utils.d.ts +173 -0
- package/dist/esm/helpers/utils.js +603 -0
- package/dist/esm/index.d.ts +419 -0
- package/dist/esm/index.js +151 -0
- package/dist/esm/interfaces/academicCalendarInterface.d.ts +9 -0
- package/dist/esm/interfaces/academicCalendarInterface.js +1 -0
- package/dist/esm/interfaces/accountHasReceiptDetailsInterface.d.ts +17 -0
- package/dist/esm/interfaces/accountHasReceiptDetailsInterface.js +1 -0
- package/dist/esm/interfaces/announcementInterface.d.ts +19 -0
- package/dist/esm/interfaces/announcementInterface.js +1 -0
- package/dist/esm/interfaces/approvalRequestInterface.d.ts +14 -0
- package/dist/esm/interfaces/approvalRequestInterface.js +1 -0
- package/dist/esm/interfaces/areaInterface.d.ts +5 -0
- package/dist/esm/interfaces/areaInterface.js +1 -0
- package/dist/esm/interfaces/attendanceInterface.d.ts +21 -0
- package/dist/esm/interfaces/attendanceInterface.js +1 -0
- package/dist/esm/interfaces/bankAccountDetailsInterface.d.ts +14 -0
- package/dist/esm/interfaces/bankAccountDetailsInterface.js +1 -0
- package/dist/esm/interfaces/bannerInterface.d.ts +15 -0
- package/dist/esm/interfaces/bannerInterface.js +1 -0
- package/dist/esm/interfaces/batchInterface.d.ts +18 -0
- package/dist/esm/interfaces/batchInterface.js +1 -0
- package/dist/esm/interfaces/batchSubjectBookAssessmentInterface.d.ts +9 -0
- package/dist/esm/interfaces/batchSubjectBookAssessmentInterface.js +1 -0
- package/dist/esm/interfaces/batchSubjectProjectAssessmentInterface.d.ts +12 -0
- package/dist/esm/interfaces/batchSubjectProjectAssessmentInterface.js +1 -0
- package/dist/esm/interfaces/blogInterface.d.ts +46 -0
- package/dist/esm/interfaces/blogInterface.js +1 -0
- package/dist/esm/interfaces/bookAssessmentDateInterface.d.ts +8 -0
- package/dist/esm/interfaces/bookAssessmentDateInterface.js +1 -0
- package/dist/esm/interfaces/careerInterface.d.ts +12 -0
- package/dist/esm/interfaces/careerInterface.js +1 -0
- package/dist/esm/interfaces/categoriesInterface.d.ts +8 -0
- package/dist/esm/interfaces/categoriesInterface.js +1 -0
- package/dist/esm/interfaces/certificatesHistoryInterface.d.ts +9 -0
- package/dist/esm/interfaces/certificatesHistoryInterface.js +1 -0
- package/dist/esm/interfaces/certificatesManagementInterface.d.ts +11 -0
- package/dist/esm/interfaces/certificatesManagementInterface.js +1 -0
- package/dist/esm/interfaces/cityInterface.d.ts +12 -0
- package/dist/esm/interfaces/cityInterface.js +1 -0
- package/dist/esm/interfaces/classRoomInterface.d.ts +13 -0
- package/dist/esm/interfaces/classRoomInterface.js +1 -0
- package/dist/esm/interfaces/cloudStorageInterface.d.ts +15 -0
- package/dist/esm/interfaces/cloudStorageInterface.js +1 -0
- package/dist/esm/interfaces/coinPurchaseOfferInterface.d.ts +16 -0
- package/dist/esm/interfaces/coinPurchaseOfferInterface.js +1 -0
- package/dist/esm/interfaces/columnInterface.d.ts +15 -0
- package/dist/esm/interfaces/columnInterface.js +1 -0
- package/dist/esm/interfaces/commanInterface.d.ts +52 -0
- package/dist/esm/interfaces/commanInterface.js +1 -0
- package/dist/esm/interfaces/contactFeedBackInterface.d.ts +13 -0
- package/dist/esm/interfaces/contactFeedBackInterface.js +1 -0
- package/dist/esm/interfaces/countryInterface.d.ts +11 -0
- package/dist/esm/interfaces/countryInterface.js +1 -0
- package/dist/esm/interfaces/courseHasVisitorsInterface.d.ts +7 -0
- package/dist/esm/interfaces/courseHasVisitorsInterface.js +1 -0
- package/dist/esm/interfaces/courseInterface.d.ts +18 -0
- package/dist/esm/interfaces/courseInterface.js +1 -0
- package/dist/esm/interfaces/dailyBookInterface.d.ts +14 -0
- package/dist/esm/interfaces/dailyBookInterface.js +1 -0
- package/dist/esm/interfaces/dashboardManagementInterface.d.ts +19 -0
- package/dist/esm/interfaces/dashboardManagementInterface.js +1 -0
- package/dist/esm/interfaces/driverInterface.d.ts +21 -0
- package/dist/esm/interfaces/driverInterface.js +1 -0
- package/dist/esm/interfaces/entityGroupInterface.d.ts +12 -0
- package/dist/esm/interfaces/entityGroupInterface.js +1 -0
- package/dist/esm/interfaces/eventInterface.d.ts +21 -0
- package/dist/esm/interfaces/eventInterface.js +1 -0
- package/dist/esm/interfaces/examGroupInterface.d.ts +30 -0
- package/dist/esm/interfaces/examGroupInterface.js +1 -0
- package/dist/esm/interfaces/examHasAnswerSheetInterface.d.ts +23 -0
- package/dist/esm/interfaces/examHasAnswerSheetInterface.js +1 -0
- package/dist/esm/interfaces/examInterface.d.ts +38 -0
- package/dist/esm/interfaces/examInterface.js +1 -0
- package/dist/esm/interfaces/facilityInterface.d.ts +9 -0
- package/dist/esm/interfaces/facilityInterface.js +1 -0
- package/dist/esm/interfaces/featureActionInterface.d.ts +17 -0
- package/dist/esm/interfaces/featureActionInterface.js +1 -0
- package/dist/esm/interfaces/feeHistoryDetailsInterface.d.ts +17 -0
- package/dist/esm/interfaces/feeHistoryDetailsInterface.js +1 -0
- package/dist/esm/interfaces/feeHistoryInterface.d.ts +21 -0
- package/dist/esm/interfaces/feeHistoryInterface.js +1 -0
- package/dist/esm/interfaces/feeReminderInterface.d.ts +13 -0
- package/dist/esm/interfaces/feeReminderInterface.js +1 -0
- package/dist/esm/interfaces/feeReminderSettingInterface.d.ts +10 -0
- package/dist/esm/interfaces/feeReminderSettingInterface.js +1 -0
- package/dist/esm/interfaces/feeReminderTypeInterface.d.ts +10 -0
- package/dist/esm/interfaces/feeReminderTypeInterface.js +1 -0
- package/dist/esm/interfaces/feeTypeHasTermsInterface.d.ts +12 -0
- package/dist/esm/interfaces/feeTypeHasTermsInterface.js +1 -0
- package/dist/esm/interfaces/feeTypeInterface.d.ts +13 -0
- package/dist/esm/interfaces/feeTypeInterface.js +1 -0
- package/dist/esm/interfaces/feedBackInterface.d.ts +19 -0
- package/dist/esm/interfaces/feedBackInterface.js +1 -0
- package/dist/esm/interfaces/feesCollectionInterface.d.ts +19 -0
- package/dist/esm/interfaces/feesCollectionInterface.js +1 -0
- package/dist/esm/interfaces/fileStorageInterface.d.ts +14 -0
- package/dist/esm/interfaces/fileStorageInterface.js +1 -0
- package/dist/esm/interfaces/floorManagementInterface.d.ts +9 -0
- package/dist/esm/interfaces/floorManagementInterface.js +1 -0
- package/dist/esm/interfaces/generateIdCardInterface.d.ts +8 -0
- package/dist/esm/interfaces/generateIdCardInterface.js +1 -0
- package/dist/esm/interfaces/greetingsInterface.d.ts +12 -0
- package/dist/esm/interfaces/greetingsInterface.js +1 -0
- package/dist/esm/interfaces/holidayInterface.d.ts +22 -0
- package/dist/esm/interfaces/holidayInterface.js +1 -0
- package/dist/esm/interfaces/homeworkInterface.d.ts +13 -0
- package/dist/esm/interfaces/homeworkInterface.js +1 -0
- package/dist/esm/interfaces/informationSupportInterface.d.ts +15 -0
- package/dist/esm/interfaces/informationSupportInterface.js +1 -0
- package/dist/esm/interfaces/inquiryInterface.d.ts +54 -0
- package/dist/esm/interfaces/inquiryInterface.js +1 -0
- package/dist/esm/interfaces/instituteEntityInterface.d.ts +16 -0
- package/dist/esm/interfaces/instituteEntityInterface.js +1 -0
- package/dist/esm/interfaces/instituteEntityTypeInterface.d.ts +10 -0
- package/dist/esm/interfaces/instituteEntityTypeInterface.js +1 -0
- package/dist/esm/interfaces/instituteInterface.d.ts +35 -0
- package/dist/esm/interfaces/instituteInterface.js +1 -0
- package/dist/esm/interfaces/instituteSubscriptionPlanInterface.d.ts +21 -0
- package/dist/esm/interfaces/instituteSubscriptionPlanInterface.js +1 -0
- package/dist/esm/interfaces/inventoryHistoryInterface.d.ts +17 -0
- package/dist/esm/interfaces/inventoryHistoryInterface.js +1 -0
- package/dist/esm/interfaces/inventoryInterface.d.ts +15 -0
- package/dist/esm/interfaces/inventoryInterface.js +1 -0
- package/dist/esm/interfaces/invoiceInterface.d.ts +31 -0
- package/dist/esm/interfaces/invoiceInterface.js +1 -0
- package/dist/esm/interfaces/jobApplyInterface.d.ts +35 -0
- package/dist/esm/interfaces/jobApplyInterface.js +1 -0
- package/dist/esm/interfaces/lectureHistoryInterface.d.ts +24 -0
- package/dist/esm/interfaces/lectureHistoryInterface.js +1 -0
- package/dist/esm/interfaces/lectureInterface.d.ts +26 -0
- package/dist/esm/interfaces/lectureInterface.js +1 -0
- package/dist/esm/interfaces/masterLeaveInterface.d.ts +13 -0
- package/dist/esm/interfaces/masterLeaveInterface.js +1 -0
- package/dist/esm/interfaces/moduleFeatureInterface.d.ts +16 -0
- package/dist/esm/interfaces/moduleFeatureInterface.js +1 -0
- package/dist/esm/interfaces/moduleInterface.d.ts +15 -0
- package/dist/esm/interfaces/moduleInterface.js +1 -0
- package/dist/esm/interfaces/offersInterface.d.ts +18 -0
- package/dist/esm/interfaces/offersInterface.js +1 -0
- package/dist/esm/interfaces/paymentTermsInterface.d.ts +15 -0
- package/dist/esm/interfaces/paymentTermsInterface.js +1 -0
- package/dist/esm/interfaces/pdcChequeInterface.d.ts +16 -0
- package/dist/esm/interfaces/pdcChequeInterface.js +1 -0
- package/dist/esm/interfaces/pdcHistoryInterface.d.ts +17 -0
- package/dist/esm/interfaces/pdcHistoryInterface.js +1 -0
- package/dist/esm/interfaces/photosGalleryInterface.d.ts +17 -0
- package/dist/esm/interfaces/photosGalleryInterface.js +1 -0
- package/dist/esm/interfaces/pincodeInterface.d.ts +15 -0
- package/dist/esm/interfaces/pincodeInterface.js +1 -0
- package/dist/esm/interfaces/plannerInterface.d.ts +32 -0
- package/dist/esm/interfaces/plannerInterface.js +1 -0
- package/dist/esm/interfaces/productInterface.d.ts +10 -0
- package/dist/esm/interfaces/productInterface.js +1 -0
- package/dist/esm/interfaces/projectAssessmentOptionInterface.d.ts +8 -0
- package/dist/esm/interfaces/projectAssessmentOptionInterface.js +1 -0
- package/dist/esm/interfaces/replaceTeacherInterface.d.ts +22 -0
- package/dist/esm/interfaces/replaceTeacherInterface.js +1 -0
- package/dist/esm/interfaces/roleInterface.d.ts +26 -0
- package/dist/esm/interfaces/roleInterface.js +1 -0
- package/dist/esm/interfaces/rulesRegulationInterface.d.ts +10 -0
- package/dist/esm/interfaces/rulesRegulationInterface.js +1 -0
- package/dist/esm/interfaces/schoolFeeCollectionInterface.d.ts +13 -0
- package/dist/esm/interfaces/schoolFeeCollectionInterface.js +1 -0
- package/dist/esm/interfaces/schoolFeeInterface.d.ts +21 -0
- package/dist/esm/interfaces/schoolFeeInterface.js +1 -0
- package/dist/esm/interfaces/schoolOfferInterface.d.ts +20 -0
- package/dist/esm/interfaces/schoolOfferInterface.js +1 -0
- package/dist/esm/interfaces/sendNotificationInerface.d.ts +20 -0
- package/dist/esm/interfaces/sendNotificationInerface.js +1 -0
- package/dist/esm/interfaces/slotInterface.d.ts +8 -0
- package/dist/esm/interfaces/slotInterface.js +1 -0
- package/dist/esm/interfaces/stateInterface.d.ts +11 -0
- package/dist/esm/interfaces/stateInterface.js +1 -0
- package/dist/esm/interfaces/subCategoriesInterface.d.ts +9 -0
- package/dist/esm/interfaces/subCategoriesInterface.js +1 -0
- package/dist/esm/interfaces/subjectHasFeeInterface.d.ts +7 -0
- package/dist/esm/interfaces/subjectHasFeeInterface.js +1 -0
- package/dist/esm/interfaces/subjectHasPayFeeHistoryInterface.d.ts +9 -0
- package/dist/esm/interfaces/subjectHasPayFeeHistoryInterface.js +1 -0
- package/dist/esm/interfaces/subjectIndexInterface.d.ts +48 -0
- package/dist/esm/interfaces/subjectIndexInterface.js +1 -0
- package/dist/esm/interfaces/subscriptionPlanInterface.d.ts +29 -0
- package/dist/esm/interfaces/subscriptionPlanInterface.js +1 -0
- package/dist/esm/interfaces/syllabusInterface.d.ts +9 -0
- package/dist/esm/interfaces/syllabusInterface.js +1 -0
- package/dist/esm/interfaces/taskManagementInterface.d.ts +24 -0
- package/dist/esm/interfaces/taskManagementInterface.js +1 -0
- package/dist/esm/interfaces/testimonialInterface.d.ts +12 -0
- package/dist/esm/interfaces/testimonialInterface.js +1 -0
- package/dist/esm/interfaces/toDoInterface.d.ts +11 -0
- package/dist/esm/interfaces/toDoInterface.js +1 -0
- package/dist/esm/interfaces/tokenInterface.d.ts +27 -0
- package/dist/esm/interfaces/tokenInterface.js +1 -0
- package/dist/esm/interfaces/tripInterface.d.ts +13 -0
- package/dist/esm/interfaces/tripInterface.js +1 -0
- package/dist/esm/interfaces/typeManagementInterface.d.ts +11 -0
- package/dist/esm/interfaces/typeManagementInterface.js +1 -0
- package/dist/esm/interfaces/uniqueNumberCounterInterface.d.ts +11 -0
- package/dist/esm/interfaces/uniqueNumberCounterInterface.js +1 -0
- package/dist/esm/interfaces/userBookAssessmentInterface.d.ts +10 -0
- package/dist/esm/interfaces/userBookAssessmentInterface.js +1 -0
- package/dist/esm/interfaces/userDetailsInterface.d.ts +122 -0
- package/dist/esm/interfaces/userDetailsInterface.js +1 -0
- package/dist/esm/interfaces/userFeeTypeByAccountInterface.d.ts +19 -0
- package/dist/esm/interfaces/userFeeTypeByAccountInterface.js +1 -0
- package/dist/esm/interfaces/userFeeTypeInterface.d.ts +16 -0
- package/dist/esm/interfaces/userFeeTypeInterface.js +1 -0
- package/dist/esm/interfaces/userHasAnnouncementInterface.d.ts +9 -0
- package/dist/esm/interfaces/userHasAnnouncementInterface.js +1 -0
- package/dist/esm/interfaces/userHasBatchInterface.d.ts +7 -0
- package/dist/esm/interfaces/userHasBatchInterface.js +1 -0
- package/dist/esm/interfaces/userHasCourseInterface.d.ts +13 -0
- package/dist/esm/interfaces/userHasCourseInterface.js +1 -0
- package/dist/esm/interfaces/userHasDeviceInterface.d.ts +10 -0
- package/dist/esm/interfaces/userHasDeviceInterface.js +1 -0
- package/dist/esm/interfaces/userHasFeeTermsInterface.d.ts +37 -0
- package/dist/esm/interfaces/userHasFeeTermsInterface.js +1 -0
- package/dist/esm/interfaces/userHasFileInterface.d.ts +11 -0
- package/dist/esm/interfaces/userHasFileInterface.js +1 -0
- package/dist/esm/interfaces/userHasHomeWorkInterface.d.ts +11 -0
- package/dist/esm/interfaces/userHasHomeWorkInterface.js +1 -0
- package/dist/esm/interfaces/userHasInventoryHistoryInterface.d.ts +20 -0
- package/dist/esm/interfaces/userHasInventoryHistoryInterface.js +1 -0
- package/dist/esm/interfaces/userHasInventoryInterface.d.ts +21 -0
- package/dist/esm/interfaces/userHasInventoryInterface.js +1 -0
- package/dist/esm/interfaces/userHasLeaveHistoryInterface.d.ts +16 -0
- package/dist/esm/interfaces/userHasLeaveHistoryInterface.js +1 -0
- package/dist/esm/interfaces/userHasLeaveInterface.d.ts +12 -0
- package/dist/esm/interfaces/userHasLeaveInterface.js +1 -0
- package/dist/esm/interfaces/userHasOfferInterface.d.ts +10 -0
- package/dist/esm/interfaces/userHasOfferInterface.js +1 -0
- package/dist/esm/interfaces/userHasParentInterface.d.ts +14 -0
- package/dist/esm/interfaces/userHasParentInterface.js +1 -0
- package/dist/esm/interfaces/userHasRoleInterface.d.ts +13 -0
- package/dist/esm/interfaces/userHasRoleInterface.js +1 -0
- package/dist/esm/interfaces/userHasRollNumberInterface.d.ts +8 -0
- package/dist/esm/interfaces/userHasRollNumberInterface.js +1 -0
- package/dist/esm/interfaces/userHasStorageInterface.d.ts +11 -0
- package/dist/esm/interfaces/userHasStorageInterface.js +1 -0
- package/dist/esm/interfaces/userHasSubjectFeeInterface.d.ts +9 -0
- package/dist/esm/interfaces/userHasSubjectFeeInterface.js +1 -0
- package/dist/esm/interfaces/userInstituteMetaInterface.d.ts +39 -0
- package/dist/esm/interfaces/userInstituteMetaInterface.js +1 -0
- package/dist/esm/interfaces/userInterface.d.ts +44 -0
- package/dist/esm/interfaces/userInterface.js +1 -0
- package/dist/esm/interfaces/userLeaveRequestInterface.d.ts +15 -0
- package/dist/esm/interfaces/userLeaveRequestInterface.js +1 -0
- package/dist/esm/interfaces/userMetaInterface.d.ts +13 -0
- package/dist/esm/interfaces/userMetaInterface.js +1 -0
- package/dist/esm/interfaces/userPayoutDetailsInterface.d.ts +14 -0
- package/dist/esm/interfaces/userPayoutDetailsInterface.js +1 -0
- package/dist/esm/interfaces/userPayoutHistoryInterface.d.ts +18 -0
- package/dist/esm/interfaces/userPayoutHistoryInterface.js +1 -0
- package/dist/esm/interfaces/userPayoutInterface.d.ts +12 -0
- package/dist/esm/interfaces/userPayoutInterface.js +1 -0
- package/dist/esm/interfaces/userProjectAssessmentOptionInterface.d.ts +10 -0
- package/dist/esm/interfaces/userProjectAssessmentOptionInterface.js +1 -0
- package/dist/esm/interfaces/userRequiredStepsInterface.d.ts +9 -0
- package/dist/esm/interfaces/userRequiredStepsInterface.js +1 -0
- package/dist/esm/interfaces/userSchoolMetaInterface.d.ts +115 -0
- package/dist/esm/interfaces/userSchoolMetaInterface.js +1 -0
- package/dist/esm/interfaces/vehicleInterface.d.ts +11 -0
- package/dist/esm/interfaces/vehicleInterface.js +1 -0
- package/dist/esm/interfaces/vendorManagementInterface.d.ts +19 -0
- package/dist/esm/interfaces/vendorManagementInterface.js +1 -0
- package/dist/esm/interfaces/videoAnalystInterface.d.ts +37 -0
- package/dist/esm/interfaces/videoAnalystInterface.js +1 -0
- package/dist/esm/interfaces/walletHistoryInterface.d.ts +15 -0
- package/dist/esm/interfaces/walletHistoryInterface.js +1 -0
- package/dist/esm/interfaces/walletInterface.d.ts +10 -0
- package/dist/esm/interfaces/walletInterface.js +1 -0
- package/dist/esm/interfaces/walletTransactionInterface.d.ts +34 -0
- package/dist/esm/interfaces/walletTransactionInterface.js +1 -0
- package/dist/esm/interfaces/workingDayInterface.d.ts +11 -0
- package/dist/esm/interfaces/workingDayInterface.js +1 -0
- package/dist/esm/interfaces/workingShiftInterface.d.ts +12 -0
- package/dist/esm/interfaces/workingShiftInterface.js +1 -0
- package/dist/esm/models/mongodb/approvalRequestModel.d.ts +4 -0
- package/dist/esm/models/mongodb/approvalRequestModel.js +61 -0
- package/dist/esm/models/mongodb/attendanceModel.d.ts +4 -0
- package/dist/esm/models/mongodb/attendanceModel.js +139 -0
- package/dist/esm/models/mongodb/blogModel.d.ts +4 -0
- package/dist/esm/models/mongodb/blogModel.js +56 -0
- package/dist/esm/models/mongodb/careerModel.d.ts +4 -0
- package/dist/esm/models/mongodb/careerModel.js +48 -0
- package/dist/esm/models/mongodb/certificatesHistoryModel.d.ts +4 -0
- package/dist/esm/models/mongodb/certificatesHistoryModel.js +23 -0
- package/dist/esm/models/mongodb/certificatesManagementModel.d.ts +4 -0
- package/dist/esm/models/mongodb/certificatesManagementModel.js +32 -0
- package/dist/esm/models/mongodb/columnModel.d.ts +4 -0
- package/dist/esm/models/mongodb/columnModel.js +40 -0
- package/dist/esm/models/mongodb/dailyBookModel.d.ts +4 -0
- package/dist/esm/models/mongodb/dailyBookModel.js +53 -0
- package/dist/esm/models/mongodb/dashboardManagementModel.d.ts +4 -0
- package/dist/esm/models/mongodb/dashboardManagementModel.js +76 -0
- package/dist/esm/models/mongodb/eventModel.d.ts +4 -0
- package/dist/esm/models/mongodb/eventModel.js +126 -0
- package/dist/esm/models/mongodb/examGroupModel.d.ts +4 -0
- package/dist/esm/models/mongodb/examGroupModel.js +249 -0
- package/dist/esm/models/mongodb/examHasAnswerSheetModel.d.ts +4 -0
- package/dist/esm/models/mongodb/examHasAnswerSheetModel.js +94 -0
- package/dist/esm/models/mongodb/examModel.d.ts +4 -0
- package/dist/esm/models/mongodb/examModel.js +226 -0
- package/dist/esm/models/mongodb/feeReminderTypeModel.d.ts +4 -0
- package/dist/esm/models/mongodb/feeReminderTypeModel.js +38 -0
- package/dist/esm/models/mongodb/feedBackModel.d.ts +4 -0
- package/dist/esm/models/mongodb/feedBackModel.js +76 -0
- package/dist/esm/models/mongodb/generateIdCardModel.d.ts +4 -0
- package/dist/esm/models/mongodb/generateIdCardModel.js +20 -0
- package/dist/esm/models/mongodb/holidayModel.d.ts +4 -0
- package/dist/esm/models/mongodb/holidayModel.js +132 -0
- package/dist/esm/models/mongodb/index.d.ts +2 -0
- package/dist/esm/models/mongodb/index.js +19 -0
- package/dist/esm/models/mongodb/informationSupportModel.d.ts +4 -0
- package/dist/esm/models/mongodb/informationSupportModel.js +61 -0
- package/dist/esm/models/mongodb/inquiryModel.d.ts +4 -0
- package/dist/esm/models/mongodb/inquiryModel.js +147 -0
- package/dist/esm/models/mongodb/invoiceModel.d.ts +4 -0
- package/dist/esm/models/mongodb/invoiceModel.js +99 -0
- package/dist/esm/models/mongodb/jobApplyModel.d.ts +4 -0
- package/dist/esm/models/mongodb/jobApplyModel.js +116 -0
- package/dist/esm/models/mongodb/photosGalleryModel.d.ts +4 -0
- package/dist/esm/models/mongodb/photosGalleryModel.js +51 -0
- package/dist/esm/models/mongodb/plannerModel.d.ts +4 -0
- package/dist/esm/models/mongodb/plannerModel.js +139 -0
- package/dist/esm/models/mongodb/plugin/addDefaultAttributesPlugin.d.ts +2 -0
- package/dist/esm/models/mongodb/plugin/addDefaultAttributesPlugin.js +60 -0
- package/dist/esm/models/mongodb/plugin/transformIdInQueryPlugin.d.ts +3 -0
- package/dist/esm/models/mongodb/plugin/transformIdInQueryPlugin.js +59 -0
- package/dist/esm/models/mongodb/plugin/transformIdInResponsePlugin.d.ts +3 -0
- package/dist/esm/models/mongodb/plugin/transformIdInResponsePlugin.js +58 -0
- package/dist/esm/models/mongodb/replaceTeacherModel.d.ts +4 -0
- package/dist/esm/models/mongodb/replaceTeacherModel.js +75 -0
- package/dist/esm/models/mongodb/schoolFeeModel.d.ts +4 -0
- package/dist/esm/models/mongodb/schoolFeeModel.js +140 -0
- package/dist/esm/models/mongodb/subjectIndexModel.d.ts +4 -0
- package/dist/esm/models/mongodb/subjectIndexModel.js +586 -0
- package/dist/esm/models/mongodb/subscriptionPlanModel.d.ts +4 -0
- package/dist/esm/models/mongodb/subscriptionPlanModel.js +97 -0
- package/dist/esm/models/mongodb/taskManagementModel.d.ts +4 -0
- package/dist/esm/models/mongodb/taskManagementModel.js +128 -0
- package/dist/esm/models/mongodb/uniqueNumberCounterModel.d.ts +4 -0
- package/dist/esm/models/mongodb/uniqueNumberCounterModel.js +48 -0
- package/dist/esm/models/mongodb/userDetailsModel.d.ts +5 -0
- package/dist/esm/models/mongodb/userDetailsModel.js +473 -0
- package/dist/esm/models/mongodb/userDoc.d.ts +10 -0
- package/dist/esm/models/mongodb/userDoc.js +6 -0
- package/dist/esm/models/mongodb/userInstituteMetaModel.d.ts +4 -0
- package/dist/esm/models/mongodb/userInstituteMetaModel.js +177 -0
- package/dist/esm/models/mongodb/userSchoolMetaModel.d.ts +7 -0
- package/dist/esm/models/mongodb/userSchoolMetaModel.js +547 -0
- package/dist/esm/models/mongodb/videoAnalystModel.d.ts +4 -0
- package/dist/esm/models/mongodb/videoAnalystModel.js +45 -0
- package/dist/esm/models/mongodb/walletTransactionModel.d.ts +4 -0
- package/dist/esm/models/mongodb/walletTransactionModel.js +128 -0
- package/dist/esm/models/psql/SubCategoriesModel.d.ts +17 -0
- package/dist/esm/models/psql/SubCategoriesModel.js +97 -0
- package/dist/esm/models/psql/academicCalendarModel.d.ts +18 -0
- package/dist/esm/models/psql/academicCalendarModel.js +89 -0
- package/dist/esm/models/psql/accountHasReceiptDetailsModel.d.ts +26 -0
- package/dist/esm/models/psql/accountHasReceiptDetailsModel.js +140 -0
- package/dist/esm/models/psql/announcementModel.d.ts +28 -0
- package/dist/esm/models/psql/announcementModel.js +193 -0
- package/dist/esm/models/psql/areaModel.d.ts +9 -0
- package/dist/esm/models/psql/areaModel.js +35 -0
- package/dist/esm/models/psql/bankAccountDetailsModel.d.ts +23 -0
- package/dist/esm/models/psql/bankAccountDetailsModel.js +95 -0
- package/dist/esm/models/psql/bannerModel.d.ts +24 -0
- package/dist/esm/models/psql/bannerModel.js +111 -0
- package/dist/esm/models/psql/batchModel.d.ts +27 -0
- package/dist/esm/models/psql/batchModel.js +217 -0
- package/dist/esm/models/psql/batchSubjectBookAssessmentModel.d.ts +18 -0
- package/dist/esm/models/psql/batchSubjectBookAssessmentModel.js +151 -0
- package/dist/esm/models/psql/batchSubjectProjectAssessmentModel.d.ts +21 -0
- package/dist/esm/models/psql/batchSubjectProjectAssessmentModel.js +149 -0
- package/dist/esm/models/psql/bookAssessmentDateModel.d.ts +17 -0
- package/dist/esm/models/psql/bookAssessmentDateModel.js +82 -0
- package/dist/esm/models/psql/categoriesModel.d.ts +17 -0
- package/dist/esm/models/psql/categoriesModel.js +75 -0
- package/dist/esm/models/psql/cityModel.d.ts +13 -0
- package/dist/esm/models/psql/cityModel.js +67 -0
- package/dist/esm/models/psql/classRoomModel.d.ts +22 -0
- package/dist/esm/models/psql/classRoomModel.js +121 -0
- package/dist/esm/models/psql/cloudStorageModel.d.ts +24 -0
- package/dist/esm/models/psql/cloudStorageModel.js +92 -0
- package/dist/esm/models/psql/coinPurchaseOfferModel.d.ts +25 -0
- package/dist/esm/models/psql/coinPurchaseOfferModel.js +98 -0
- package/dist/esm/models/psql/contactFeedBackModel.d.ts +22 -0
- package/dist/esm/models/psql/contactFeedBackModel.js +115 -0
- package/dist/esm/models/psql/countryModel.d.ts +14 -0
- package/dist/esm/models/psql/countryModel.js +41 -0
- package/dist/esm/models/psql/courseHasVisitorsModel.d.ts +16 -0
- package/dist/esm/models/psql/courseHasVisitorsModel.js +66 -0
- package/dist/esm/models/psql/courseModel.d.ts +27 -0
- package/dist/esm/models/psql/courseModel.js +131 -0
- package/dist/esm/models/psql/driverModel.d.ts +30 -0
- package/dist/esm/models/psql/driverModel.js +158 -0
- package/dist/esm/models/psql/entityGroupModel.d.ts +21 -0
- package/dist/esm/models/psql/entityGroupModel.js +95 -0
- package/dist/esm/models/psql/facilityModel.d.ts +18 -0
- package/dist/esm/models/psql/facilityModel.js +115 -0
- package/dist/esm/models/psql/featureActionModel.d.ts +22 -0
- package/dist/esm/models/psql/featureActionModel.js +90 -0
- package/dist/esm/models/psql/feeHistoryDetailsModel.d.ts +26 -0
- package/dist/esm/models/psql/feeHistoryDetailsModel.js +181 -0
- package/dist/esm/models/psql/feeHistoryModel.d.ts +30 -0
- package/dist/esm/models/psql/feeHistoryModel.js +328 -0
- package/dist/esm/models/psql/feeReminderModel.d.ts +22 -0
- package/dist/esm/models/psql/feeReminderModel.js +234 -0
- package/dist/esm/models/psql/feeReminderSettingModel.d.ts +19 -0
- package/dist/esm/models/psql/feeReminderSettingModel.js +85 -0
- package/dist/esm/models/psql/feeTypeHasTermsModel.d.ts +21 -0
- package/dist/esm/models/psql/feeTypeHasTermsModel.js +97 -0
- package/dist/esm/models/psql/feeTypeModel.d.ts +22 -0
- package/dist/esm/models/psql/feeTypeModel.js +120 -0
- package/dist/esm/models/psql/feesCollectionModel.d.ts +28 -0
- package/dist/esm/models/psql/feesCollectionModel.js +226 -0
- package/dist/esm/models/psql/fileStorageModel.d.ts +6 -0
- package/dist/esm/models/psql/fileStorageModel.js +81 -0
- package/dist/esm/models/psql/floorManagementModel.d.ts +18 -0
- package/dist/esm/models/psql/floorManagementModel.js +85 -0
- package/dist/esm/models/psql/greetingsModel.d.ts +21 -0
- package/dist/esm/models/psql/greetingsModel.js +113 -0
- package/dist/esm/models/psql/homeWorkModel.d.ts +22 -0
- package/dist/esm/models/psql/homeWorkModel.js +123 -0
- package/dist/esm/models/psql/index.d.ts +4 -0
- package/dist/esm/models/psql/index.js +80 -0
- package/dist/esm/models/psql/instituteEntityModel.d.ts +25 -0
- package/dist/esm/models/psql/instituteEntityModel.js +126 -0
- package/dist/esm/models/psql/instituteEntityTypeModel.d.ts +19 -0
- package/dist/esm/models/psql/instituteEntityTypeModel.js +69 -0
- package/dist/esm/models/psql/instituteModel.d.ts +44 -0
- package/dist/esm/models/psql/instituteModel.js +235 -0
- package/dist/esm/models/psql/instituteSubscriptionPlanModel.d.ts +33 -0
- package/dist/esm/models/psql/instituteSubscriptionPlanModel.js +181 -0
- package/dist/esm/models/psql/inventoryHistoryModel.d.ts +26 -0
- package/dist/esm/models/psql/inventoryHistoryModel.js +154 -0
- package/dist/esm/models/psql/inventoryModel.d.ts +24 -0
- package/dist/esm/models/psql/inventoryModel.js +127 -0
- package/dist/esm/models/psql/lectureHistoryModel.d.ts +32 -0
- package/dist/esm/models/psql/lectureHistoryModel.js +218 -0
- package/dist/esm/models/psql/lectureModel.d.ts +34 -0
- package/dist/esm/models/psql/lectureModel.js +471 -0
- package/dist/esm/models/psql/masterLeaveModel.d.ts +22 -0
- package/dist/esm/models/psql/masterLeaveModel.js +126 -0
- package/dist/esm/models/psql/moduleFeatureModel.d.ts +21 -0
- package/dist/esm/models/psql/moduleFeatureModel.js +93 -0
- package/dist/esm/models/psql/moduleModel.d.ts +20 -0
- package/dist/esm/models/psql/moduleModel.js +96 -0
- package/dist/esm/models/psql/offerModel.d.ts +27 -0
- package/dist/esm/models/psql/offerModel.js +139 -0
- package/dist/esm/models/psql/paymentTermsModel.d.ts +17 -0
- package/dist/esm/models/psql/paymentTermsModel.js +109 -0
- package/dist/esm/models/psql/pdcChequeModel.d.ts +25 -0
- package/dist/esm/models/psql/pdcChequeModel.js +133 -0
- package/dist/esm/models/psql/pdcHistoryModel.d.ts +26 -0
- package/dist/esm/models/psql/pdcHistoryModel.js +147 -0
- package/dist/esm/models/psql/pincodeModel.d.ts +23 -0
- package/dist/esm/models/psql/pincodeModel.js +74 -0
- package/dist/esm/models/psql/productModel.d.ts +19 -0
- package/dist/esm/models/psql/productModel.js +119 -0
- package/dist/esm/models/psql/projectAssessmentOptionModel.d.ts +17 -0
- package/dist/esm/models/psql/projectAssessmentOptionModel.js +85 -0
- package/dist/esm/models/psql/roleModel.d.ts +22 -0
- package/dist/esm/models/psql/roleModel.js +92 -0
- package/dist/esm/models/psql/rulesRegulationModel.d.ts +19 -0
- package/dist/esm/models/psql/rulesRegulationModel.js +67 -0
- package/dist/esm/models/psql/schoolFeeCollectionModel.d.ts +22 -0
- package/dist/esm/models/psql/schoolFeeCollectionModel.js +151 -0
- package/dist/esm/models/psql/schoolOfferModel.d.ts +29 -0
- package/dist/esm/models/psql/schoolOfferModel.js +162 -0
- package/dist/esm/models/psql/sendNotificationModel.d.ts +22 -0
- package/dist/esm/models/psql/sendNotificationModel.js +112 -0
- package/dist/esm/models/psql/slotModel.d.ts +17 -0
- package/dist/esm/models/psql/slotModel.js +94 -0
- package/dist/esm/models/psql/stateModel.d.ts +13 -0
- package/dist/esm/models/psql/stateModel.js +53 -0
- package/dist/esm/models/psql/subjectHasFeeModel.d.ts +16 -0
- package/dist/esm/models/psql/subjectHasFeeModel.js +73 -0
- package/dist/esm/models/psql/subjectHasPayFeeHistoryModel.d.ts +18 -0
- package/dist/esm/models/psql/subjectHasPayFeeHistoryModel.js +104 -0
- package/dist/esm/models/psql/syllabusModel.d.ts +18 -0
- package/dist/esm/models/psql/syllabusModel.js +120 -0
- package/dist/esm/models/psql/testimonialModel.d.ts +21 -0
- package/dist/esm/models/psql/testimonialModel.js +155 -0
- package/dist/esm/models/psql/toDoModel.d.ts +20 -0
- package/dist/esm/models/psql/toDoModel.js +111 -0
- package/dist/esm/models/psql/tokenModel.d.ts +15 -0
- package/dist/esm/models/psql/tokenModel.js +35 -0
- package/dist/esm/models/psql/tripModel.d.ts +22 -0
- package/dist/esm/models/psql/tripModel.js +109 -0
- package/dist/esm/models/psql/typeManagementModel.d.ts +20 -0
- package/dist/esm/models/psql/typeManagementModel.js +117 -0
- package/dist/esm/models/psql/userBookAssessmentModel.d.ts +19 -0
- package/dist/esm/models/psql/userBookAssessmentModel.js +136 -0
- package/dist/esm/models/psql/userFeeTypeByAccountModel.d.ts +22 -0
- package/dist/esm/models/psql/userFeeTypeByAccountModel.js +179 -0
- package/dist/esm/models/psql/userFeeTypeModel.d.ts +25 -0
- package/dist/esm/models/psql/userFeeTypeModel.js +167 -0
- package/dist/esm/models/psql/userHasAnnouncementModel.d.ts +18 -0
- package/dist/esm/models/psql/userHasAnnouncementModel.js +103 -0
- package/dist/esm/models/psql/userHasBatchModel.d.ts +16 -0
- package/dist/esm/models/psql/userHasBatchModel.js +87 -0
- package/dist/esm/models/psql/userHasCourseModel.d.ts +22 -0
- package/dist/esm/models/psql/userHasCourseModel.js +111 -0
- package/dist/esm/models/psql/userHasDeviceModel.d.ts +19 -0
- package/dist/esm/models/psql/userHasDeviceModel.js +86 -0
- package/dist/esm/models/psql/userHasFeeTermsModel.d.ts +27 -0
- package/dist/esm/models/psql/userHasFeeTermsModel.js +197 -0
- package/dist/esm/models/psql/userHasFileModel.d.ts +16 -0
- package/dist/esm/models/psql/userHasFileModel.js +102 -0
- package/dist/esm/models/psql/userHasHomeWorkModel.d.ts +19 -0
- package/dist/esm/models/psql/userHasHomeWorkModel.js +114 -0
- package/dist/esm/models/psql/userHasInventoryHistoryModel.d.ts +29 -0
- package/dist/esm/models/psql/userHasInventoryHistoryModel.js +141 -0
- package/dist/esm/models/psql/userHasInventoryModel.d.ts +30 -0
- package/dist/esm/models/psql/userHasInventoryModel.js +143 -0
- package/dist/esm/models/psql/userHasLeaveHistoryModel.d.ts +25 -0
- package/dist/esm/models/psql/userHasLeaveHistoryModel.js +101 -0
- package/dist/esm/models/psql/userHasLeaveModel.d.ts +21 -0
- package/dist/esm/models/psql/userHasLeaveModel.js +116 -0
- package/dist/esm/models/psql/userHasOfferModel.d.ts +19 -0
- package/dist/esm/models/psql/userHasOfferModel.js +149 -0
- package/dist/esm/models/psql/userHasParentModel.d.ts +23 -0
- package/dist/esm/models/psql/userHasParentModel.js +130 -0
- package/dist/esm/models/psql/userHasRoleModel.d.ts +18 -0
- package/dist/esm/models/psql/userHasRoleModel.js +92 -0
- package/dist/esm/models/psql/userHasRollNumberModel.d.ts +17 -0
- package/dist/esm/models/psql/userHasRollNumberModel.js +85 -0
- package/dist/esm/models/psql/userHasStorageModel.d.ts +20 -0
- package/dist/esm/models/psql/userHasStorageModel.js +81 -0
- package/dist/esm/models/psql/userHasSubjectFeeModel.d.ts +18 -0
- package/dist/esm/models/psql/userHasSubjectFeeModel.js +81 -0
- package/dist/esm/models/psql/userLeaveRequestModel.d.ts +24 -0
- package/dist/esm/models/psql/userLeaveRequestModel.js +99 -0
- package/dist/esm/models/psql/userModel.d.ts +55 -0
- package/dist/esm/models/psql/userModel.js +387 -0
- package/dist/esm/models/psql/userPayoutDetailsModel.d.ts +21 -0
- package/dist/esm/models/psql/userPayoutDetailsModel.js +157 -0
- package/dist/esm/models/psql/userPayoutHistoryModel.d.ts +27 -0
- package/dist/esm/models/psql/userPayoutHistoryModel.js +150 -0
- package/dist/esm/models/psql/userPayoutModel.d.ts +20 -0
- package/dist/esm/models/psql/userPayoutModel.js +296 -0
- package/dist/esm/models/psql/userProjectAssessmentOptionModel.d.ts +19 -0
- package/dist/esm/models/psql/userProjectAssessmentOptionModel.js +121 -0
- package/dist/esm/models/psql/userRequiredStepsModel.d.ts +17 -0
- package/dist/esm/models/psql/userRequiredStepsModel.js +73 -0
- package/dist/esm/models/psql/vehicleModel.d.ts +20 -0
- package/dist/esm/models/psql/vehicleModel.js +105 -0
- package/dist/esm/models/psql/vendorManagementModel.d.ts +28 -0
- package/dist/esm/models/psql/vendorManagementModel.js +174 -0
- package/dist/esm/models/psql/walletHistoryModel.d.ts +24 -0
- package/dist/esm/models/psql/walletHistoryModel.js +97 -0
- package/dist/esm/models/psql/walletModel.d.ts +19 -0
- package/dist/esm/models/psql/walletModel.js +88 -0
- package/dist/esm/models/psql/workingDayModel.d.ts +20 -0
- package/dist/esm/models/psql/workingDayModel.js +74 -0
- package/dist/esm/models/psql/workingShiftModel.d.ts +21 -0
- package/dist/esm/models/psql/workingShiftModel.js +87 -0
- package/dist/esm/services/Concrete/mongooseCommonService.d.ts +36 -0
- package/dist/esm/services/Concrete/mongooseCommonService.js +103 -0
- package/dist/esm/services/Concrete/sequelizeCommonService.d.ts +17 -0
- package/dist/esm/services/Concrete/sequelizeCommonService.js +121 -0
- package/dist/esm/services/Contracts/IMongooseCommonService.d.ts +36 -0
- package/dist/esm/services/Contracts/IMongooseCommonService.js +1 -0
- package/dist/esm/services/Contracts/ISequelizeCommonService.d.ts +21 -0
- package/dist/esm/services/Contracts/ISequelizeCommonService.js +1 -0
- package/dist/esm/types/academicCalendarType.d.ts +6 -0
- package/dist/esm/types/academicCalendarType.js +1 -0
- package/dist/esm/types/accountHasReceiptDetailsType.d.ts +7 -0
- package/dist/esm/types/accountHasReceiptDetailsType.js +1 -0
- package/dist/esm/types/announcementType.d.ts +6 -0
- package/dist/esm/types/announcementType.js +1 -0
- package/dist/esm/types/approveRequestType.d.ts +2 -0
- package/dist/esm/types/approveRequestType.js +1 -0
- package/dist/esm/types/areaType.d.ts +3 -0
- package/dist/esm/types/areaType.js +1 -0
- package/dist/esm/types/attendanceType.d.ts +2 -0
- package/dist/esm/types/attendanceType.js +1 -0
- package/dist/esm/types/bankAccountDetailsType.d.ts +3 -0
- package/dist/esm/types/bankAccountDetailsType.js +1 -0
- package/dist/esm/types/bannerType.d.ts +7 -0
- package/dist/esm/types/bannerType.js +1 -0
- package/dist/esm/types/batchSubjectBookAssessmentType.d.ts +7 -0
- package/dist/esm/types/batchSubjectBookAssessmentType.js +1 -0
- package/dist/esm/types/batchSubjectProjectAssessmentType.d.ts +7 -0
- package/dist/esm/types/batchSubjectProjectAssessmentType.js +1 -0
- package/dist/esm/types/batchType.d.ts +7 -0
- package/dist/esm/types/batchType.js +1 -0
- package/dist/esm/types/blogType.d.ts +2 -0
- package/dist/esm/types/blogType.js +1 -0
- package/dist/esm/types/bookAssessmentDateType.d.ts +7 -0
- package/dist/esm/types/bookAssessmentDateType.js +1 -0
- package/dist/esm/types/careerType.d.ts +2 -0
- package/dist/esm/types/careerType.js +1 -0
- package/dist/esm/types/categoriesType.d.ts +3 -0
- package/dist/esm/types/categoriesType.js +1 -0
- package/dist/esm/types/certificatesHistoryType.d.ts +2 -0
- package/dist/esm/types/certificatesHistoryType.js +1 -0
- package/dist/esm/types/certificatesManagementType.d.ts +2 -0
- package/dist/esm/types/certificatesManagementType.js +1 -0
- package/dist/esm/types/classRoomType.d.ts +3 -0
- package/dist/esm/types/classRoomType.js +1 -0
- package/dist/esm/types/cloudStorageType.d.ts +3 -0
- package/dist/esm/types/cloudStorageType.js +1 -0
- package/dist/esm/types/coinPurchaseOfferType.d.ts +3 -0
- package/dist/esm/types/coinPurchaseOfferType.js +1 -0
- package/dist/esm/types/commonType.d.ts +9 -0
- package/dist/esm/types/commonType.js +1 -0
- package/dist/esm/types/contactFeedBackType.d.ts +3 -0
- package/dist/esm/types/contactFeedBackType.js +1 -0
- package/dist/esm/types/courseHasVisitorsType.d.ts +2 -0
- package/dist/esm/types/courseHasVisitorsType.js +1 -0
- package/dist/esm/types/courseType.d.ts +2 -0
- package/dist/esm/types/courseType.js +1 -0
- package/dist/esm/types/dailyBookType.d.ts +2 -0
- package/dist/esm/types/dailyBookType.js +1 -0
- package/dist/esm/types/dashboardManagementType.d.ts +2 -0
- package/dist/esm/types/dashboardManagementType.js +1 -0
- package/dist/esm/types/driverType.d.ts +6 -0
- package/dist/esm/types/driverType.js +1 -0
- package/dist/esm/types/entityGroupType.d.ts +3 -0
- package/dist/esm/types/entityGroupType.js +1 -0
- package/dist/esm/types/eventType.d.ts +2 -0
- package/dist/esm/types/eventType.js +1 -0
- package/dist/esm/types/examGroupType.d.ts +6 -0
- package/dist/esm/types/examGroupType.js +1 -0
- package/dist/esm/types/examHasAnswerSheetType.d.ts +2 -0
- package/dist/esm/types/examHasAnswerSheetType.js +1 -0
- package/dist/esm/types/examType.d.ts +6 -0
- package/dist/esm/types/examType.js +1 -0
- package/dist/esm/types/facilityType.d.ts +3 -0
- package/dist/esm/types/facilityType.js +1 -0
- package/dist/esm/types/featureActionType.d.ts +3 -0
- package/dist/esm/types/featureActionType.js +1 -0
- package/dist/esm/types/feeHistoryDetailsType.d.ts +6 -0
- package/dist/esm/types/feeHistoryDetailsType.js +1 -0
- package/dist/esm/types/feeHistoryType.d.ts +18 -0
- package/dist/esm/types/feeHistoryType.js +1 -0
- package/dist/esm/types/feeReminderSettingType.d.ts +3 -0
- package/dist/esm/types/feeReminderSettingType.js +1 -0
- package/dist/esm/types/feeReminderType.d.ts +3 -0
- package/dist/esm/types/feeReminderType.js +1 -0
- package/dist/esm/types/feeReminderTypeType.d.ts +2 -0
- package/dist/esm/types/feeReminderTypeType.js +1 -0
- package/dist/esm/types/feeTypeHasTermsType.d.ts +3 -0
- package/dist/esm/types/feeTypeHasTermsType.js +1 -0
- package/dist/esm/types/feeTypeType.d.ts +3 -0
- package/dist/esm/types/feeTypeType.js +1 -0
- package/dist/esm/types/feedBackType.d.ts +2 -0
- package/dist/esm/types/feedBackType.js +1 -0
- package/dist/esm/types/feesCollectionType.d.ts +3 -0
- package/dist/esm/types/feesCollectionType.js +1 -0
- package/dist/esm/types/fileStorageType.d.ts +3 -0
- package/dist/esm/types/fileStorageType.js +1 -0
- package/dist/esm/types/floormanagementType.d.ts +3 -0
- package/dist/esm/types/floormanagementType.js +1 -0
- package/dist/esm/types/generateIdCardType.d.ts +2 -0
- package/dist/esm/types/generateIdCardType.js +1 -0
- package/dist/esm/types/greetingsType.d.ts +6 -0
- package/dist/esm/types/greetingsType.js +1 -0
- package/dist/esm/types/holidayType.d.ts +2 -0
- package/dist/esm/types/holidayType.js +2 -0
- package/dist/esm/types/homeWorkType.d.ts +3 -0
- package/dist/esm/types/homeWorkType.js +1 -0
- package/dist/esm/types/informationSupportType.d.ts +2 -0
- package/dist/esm/types/informationSupportType.js +1 -0
- package/dist/esm/types/inquiryType.d.ts +2 -0
- package/dist/esm/types/inquiryType.js +1 -0
- package/dist/esm/types/instituteEntityType.d.ts +6 -0
- package/dist/esm/types/instituteEntityType.js +1 -0
- package/dist/esm/types/instituteEntityTypeType.d.ts +3 -0
- package/dist/esm/types/instituteEntityTypeType.js +1 -0
- package/dist/esm/types/instituteSubscriptionPlanType.d.ts +3 -0
- package/dist/esm/types/instituteSubscriptionPlanType.js +1 -0
- package/dist/esm/types/instituteType.d.ts +3 -0
- package/dist/esm/types/instituteType.js +1 -0
- package/dist/esm/types/inventoryHistoryType.d.ts +3 -0
- package/dist/esm/types/inventoryHistoryType.js +1 -0
- package/dist/esm/types/inventoryType.d.ts +3 -0
- package/dist/esm/types/inventoryType.js +1 -0
- package/dist/esm/types/jobApply.d.ts +2 -0
- package/dist/esm/types/jobApply.js +1 -0
- package/dist/esm/types/lectureHistoryType.d.ts +6 -0
- package/dist/esm/types/lectureHistoryType.js +1 -0
- package/dist/esm/types/lectureType.d.ts +6 -0
- package/dist/esm/types/lectureType.js +1 -0
- package/dist/esm/types/masterLeaveType.d.ts +3 -0
- package/dist/esm/types/masterLeaveType.js +1 -0
- package/dist/esm/types/moduleFeatureType.d.ts +3 -0
- package/dist/esm/types/moduleFeatureType.js +1 -0
- package/dist/esm/types/moduleType.d.ts +3 -0
- package/dist/esm/types/moduleType.js +1 -0
- package/dist/esm/types/offerType.d.ts +3 -0
- package/dist/esm/types/offerType.js +1 -0
- package/dist/esm/types/paymentTermsType.d.ts +3 -0
- package/dist/esm/types/paymentTermsType.js +2 -0
- package/dist/esm/types/pdcChequeType.d.ts +6 -0
- package/dist/esm/types/pdcChequeType.js +1 -0
- package/dist/esm/types/pdcHistoryType.d.ts +2 -0
- package/dist/esm/types/pdcHistoryType.js +1 -0
- package/dist/esm/types/photosGalleryType.d.ts +2 -0
- package/dist/esm/types/photosGalleryType.js +1 -0
- package/dist/esm/types/plannerType.d.ts +7 -0
- package/dist/esm/types/plannerType.js +1 -0
- package/dist/esm/types/productType.d.ts +3 -0
- package/dist/esm/types/productType.js +1 -0
- package/dist/esm/types/projectAssessmentOptionType.d.ts +7 -0
- package/dist/esm/types/projectAssessmentOptionType.js +1 -0
- package/dist/esm/types/roleType.d.ts +11 -0
- package/dist/esm/types/roleType.js +1 -0
- package/dist/esm/types/rulesRegulationType.d.ts +3 -0
- package/dist/esm/types/rulesRegulationType.js +1 -0
- package/dist/esm/types/schoolFeeCollectionType.d.ts +3 -0
- package/dist/esm/types/schoolFeeCollectionType.js +1 -0
- package/dist/esm/types/schoolFeeType.d.ts +3 -0
- package/dist/esm/types/schoolFeeType.js +1 -0
- package/dist/esm/types/schoolOfferType.d.ts +3 -0
- package/dist/esm/types/schoolOfferType.js +1 -0
- package/dist/esm/types/sendNotificationType.d.ts +3 -0
- package/dist/esm/types/sendNotificationType.js +1 -0
- package/dist/esm/types/slotType.d.ts +2 -0
- package/dist/esm/types/slotType.js +1 -0
- package/dist/esm/types/subCategoryType.d.ts +3 -0
- package/dist/esm/types/subCategoryType.js +1 -0
- package/dist/esm/types/subjectHasFeeType.d.ts +3 -0
- package/dist/esm/types/subjectHasFeeType.js +1 -0
- package/dist/esm/types/subjectHasPayFeeHistoryType.d.ts +3 -0
- package/dist/esm/types/subjectHasPayFeeHistoryType.js +1 -0
- package/dist/esm/types/subjectIndexType.d.ts +7 -0
- package/dist/esm/types/subjectIndexType.js +1 -0
- package/dist/esm/types/subscriptionPlanType.d.ts +2 -0
- package/dist/esm/types/subscriptionPlanType.js +1 -0
- package/dist/esm/types/syllabusType.d.ts +7 -0
- package/dist/esm/types/syllabusType.js +1 -0
- package/dist/esm/types/taskManagementType.d.ts +2 -0
- package/dist/esm/types/taskManagementType.js +1 -0
- package/dist/esm/types/testimonialType.d.ts +13 -0
- package/dist/esm/types/testimonialType.js +1 -0
- package/dist/esm/types/toDoType.d.ts +6 -0
- package/dist/esm/types/toDoType.js +1 -0
- package/dist/esm/types/tripType.d.ts +2 -0
- package/dist/esm/types/tripType.js +1 -0
- package/dist/esm/types/typeManagementType.d.ts +3 -0
- package/dist/esm/types/typeManagementType.js +1 -0
- package/dist/esm/types/uniqueNumberCounterType.d.ts +2 -0
- package/dist/esm/types/uniqueNumberCounterType.js +1 -0
- package/dist/esm/types/userBookAssessmentType.d.ts +7 -0
- package/dist/esm/types/userBookAssessmentType.js +1 -0
- package/dist/esm/types/userDetailsType.d.ts +2 -0
- package/dist/esm/types/userDetailsType.js +1 -0
- package/dist/esm/types/userFeeTypeByAccountType.d.ts +3 -0
- package/dist/esm/types/userFeeTypeByAccountType.js +1 -0
- package/dist/esm/types/userFeeTypeType.d.ts +6 -0
- package/dist/esm/types/userFeeTypeType.js +1 -0
- package/dist/esm/types/userHasAnnouncementType.d.ts +3 -0
- package/dist/esm/types/userHasAnnouncementType.js +1 -0
- package/dist/esm/types/userHasBatchType.d.ts +9 -0
- package/dist/esm/types/userHasBatchType.js +1 -0
- package/dist/esm/types/userHasCourseType.d.ts +3 -0
- package/dist/esm/types/userHasCourseType.js +1 -0
- package/dist/esm/types/userHasDeviceType.d.ts +3 -0
- package/dist/esm/types/userHasDeviceType.js +1 -0
- package/dist/esm/types/userHasFeeTermsType.d.ts +3 -0
- package/dist/esm/types/userHasFeeTermsType.js +1 -0
- package/dist/esm/types/userHasFileType.d.ts +3 -0
- package/dist/esm/types/userHasFileType.js +1 -0
- package/dist/esm/types/userHasHomeWorkType.d.ts +3 -0
- package/dist/esm/types/userHasHomeWorkType.js +1 -0
- package/dist/esm/types/userHasInventoryHistoryType.d.ts +3 -0
- package/dist/esm/types/userHasInventoryHistoryType.js +1 -0
- package/dist/esm/types/userHasInventoryType.d.ts +3 -0
- package/dist/esm/types/userHasInventoryType.js +1 -0
- package/dist/esm/types/userHasLeaveHistoryType.d.ts +3 -0
- package/dist/esm/types/userHasLeaveHistoryType.js +1 -0
- package/dist/esm/types/userHasLeaveType.d.ts +3 -0
- package/dist/esm/types/userHasLeaveType.js +1 -0
- package/dist/esm/types/userHasOffer.d.ts +3 -0
- package/dist/esm/types/userHasOffer.js +1 -0
- package/dist/esm/types/userHasParentType.d.ts +10 -0
- package/dist/esm/types/userHasParentType.js +1 -0
- package/dist/esm/types/userHasRoleType.d.ts +3 -0
- package/dist/esm/types/userHasRoleType.js +1 -0
- package/dist/esm/types/userHasRollNumberType.d.ts +3 -0
- package/dist/esm/types/userHasRollNumberType.js +1 -0
- package/dist/esm/types/userHasStorageType.d.ts +3 -0
- package/dist/esm/types/userHasStorageType.js +1 -0
- package/dist/esm/types/userHasSubjectFeeType.d.ts +3 -0
- package/dist/esm/types/userHasSubjectFeeType.js +1 -0
- package/dist/esm/types/userInstituteMetaType.d.ts +2 -0
- package/dist/esm/types/userInstituteMetaType.js +1 -0
- package/dist/esm/types/userLeaveRequestType.d.ts +3 -0
- package/dist/esm/types/userLeaveRequestType.js +1 -0
- package/dist/esm/types/userMetaType.d.ts +13 -0
- package/dist/esm/types/userMetaType.js +1 -0
- package/dist/esm/types/userPayoutDetailsType.d.ts +3 -0
- package/dist/esm/types/userPayoutDetailsType.js +1 -0
- package/dist/esm/types/userPayoutHistoryType.d.ts +3 -0
- package/dist/esm/types/userPayoutHistoryType.js +1 -0
- package/dist/esm/types/userPayoutType.d.ts +7 -0
- package/dist/esm/types/userPayoutType.js +1 -0
- package/dist/esm/types/userProjectAssessmentOptionType.d.ts +7 -0
- package/dist/esm/types/userProjectAssessmentOptionType.js +1 -0
- package/dist/esm/types/userRequiredStepsType.d.ts +3 -0
- package/dist/esm/types/userRequiredStepsType.js +1 -0
- package/dist/esm/types/userSchoolMetaType.d.ts +3 -0
- package/dist/esm/types/userSchoolMetaType.js +1 -0
- package/dist/esm/types/userType.d.ts +12 -0
- package/dist/esm/types/userType.js +1 -0
- package/dist/esm/types/vehicleType.d.ts +3 -0
- package/dist/esm/types/vehicleType.js +1 -0
- package/dist/esm/types/vendorType.d.ts +3 -0
- package/dist/esm/types/vendorType.js +1 -0
- package/dist/esm/types/videoAnalystType.d.ts +2 -0
- package/dist/esm/types/videoAnalystType.js +1 -0
- package/dist/esm/types/walletHistoryType.d.ts +3 -0
- package/dist/esm/types/walletHistoryType.js +1 -0
- package/dist/esm/types/walletTransactionType.d.ts +3 -0
- package/dist/esm/types/walletTransactionType.js +1 -0
- package/dist/esm/types/walletType.d.ts +3 -0
- package/dist/esm/types/walletType.js +1 -0
- package/dist/esm/types/workingDayType.d.ts +3 -0
- package/dist/esm/types/workingDayType.js +1 -0
- package/dist/esm/types/workingShiftType.d.ts +3 -0
- package/dist/esm/types/workingShiftType.js +1 -0
- package/package.json +15 -5
- package/dist/configs/postgresConfig.d.ts +0 -8
- package/dist/configs/postgresConfig.js +0 -32
- package/dist/constants/app.js +0 -1105
- package/dist/db/psql/index.d.ts +0 -16
- package/dist/db/psql/index.js +0 -105
- package/dist/db/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.d.ts +0 -2
- package/dist/db/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.js +0 -71
- package/dist/db/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.d.ts +0 -3
- package/dist/db/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.js +0 -33
- package/dist/db/psql/migrations/20250106080059-add-fields-and-deleted-fields.d.ts +0 -3
- package/dist/db/psql/migrations/20250106080059-add-fields-and-deleted-fields.js +0 -94
- package/dist/db/psql/migrations/20250108092439-update-batch-model-fields.d.ts +0 -2
- package/dist/db/psql/migrations/20250108092439-update-batch-model-fields.js +0 -38
- package/dist/db/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.d.ts +0 -3
- package/dist/db/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.js +0 -102
- package/dist/db/psql/migrations/20250211071743-add-action-user-has-histroy.d.ts +0 -3
- package/dist/db/psql/migrations/20250211071743-add-action-user-has-histroy.js +0 -76
- package/dist/db/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.d.ts +0 -3
- package/dist/db/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.js +0 -80
- package/dist/db/psql/migrations/20250214072626-add-middlename-user.d.ts +0 -3
- package/dist/db/psql/migrations/20250214072626-add-middlename-user.js +0 -80
- package/dist/db/psql/migrations/20250224085333-add-apptype-in-user.d.ts +0 -3
- package/dist/db/psql/migrations/20250224085333-add-apptype-in-user.js +0 -78
- package/dist/db/psql/migrations/20250226053006-add-brouchure-in-institute.d.ts +0 -3
- package/dist/db/psql/migrations/20250226053006-add-brouchure-in-institute.js +0 -80
- package/dist/db/psql/migrations/20250227123530-add-defult-in-fee-reminder.d.ts +0 -3
- package/dist/db/psql/migrations/20250227123530-add-defult-in-fee-reminder.js +0 -78
- package/dist/db/psql/migrations/20250304052831-add-institued-in-school-data-clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250304052831-add-institued-in-school-data-clm.js +0 -112
- package/dist/db/psql/migrations/20250306053557-add-shifyId-in-batch.d.ts +0 -3
- package/dist/db/psql/migrations/20250306053557-add-shifyId-in-batch.js +0 -86
- package/dist/db/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.d.ts +0 -2
- package/dist/db/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.js +0 -43
- package/dist/db/psql/migrations/20250402090653-add-user-area.d.ts +0 -3
- package/dist/db/psql/migrations/20250402090653-add-user-area.js +0 -94
- package/dist/db/psql/migrations/20250407094125-update-type-in-typeManagement.d.ts +0 -2
- package/dist/db/psql/migrations/20250407094125-update-type-in-typeManagement.js +0 -64
- package/dist/db/psql/migrations/20250409105229-add-user-type-in-role.d.ts +0 -3
- package/dist/db/psql/migrations/20250409105229-add-user-type-in-role.js +0 -55
- package/dist/db/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.d.ts +0 -2
- package/dist/db/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.js +0 -16
- package/dist/db/psql/migrations/20250419071236-fee_histroy_add_school_clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250419071236-fee_histroy_add_school_clm.js +0 -134
- package/dist/db/psql/migrations/20250419085334-fee_histroy_add_school_clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250419085334-fee_histroy_add_school_clm.js +0 -86
- package/dist/db/psql/migrations/20250421085618-add-entityIds-field-in-announcements.d.ts +0 -3
- package/dist/db/psql/migrations/20250421085618-add-entityIds-field-in-announcements.js +0 -81
- package/dist/db/psql/migrations/20250422114032-add-account.d.ts +0 -3
- package/dist/db/psql/migrations/20250422114032-add-account.js +0 -86
- package/dist/db/psql/migrations/20250423051841-add-master-leave-clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250423051841-add-master-leave-clm.js +0 -71
- package/dist/db/psql/migrations/20250423064522-update-calender-enum.d.ts +0 -2
- package/dist/db/psql/migrations/20250423064522-update-calender-enum.js +0 -34
- package/dist/db/psql/migrations/20250423093827-update-institued-district.d.ts +0 -3
- package/dist/db/psql/migrations/20250423093827-update-institued-district.js +0 -78
- package/dist/db/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.js +0 -34
- package/dist/db/psql/migrations/20250424053841-update-fee-history-key.d.ts +0 -2
- package/dist/db/psql/migrations/20250424053841-update-fee-history-key.js +0 -35
- package/dist/db/psql/migrations/20250426070309-update-banner-clm-userType.d.ts +0 -3
- package/dist/db/psql/migrations/20250426070309-update-banner-clm-userType.js +0 -55
- package/dist/db/psql/migrations/20250505035157-update-fee-collection-clm-add.d.ts +0 -3
- package/dist/db/psql/migrations/20250505035157-update-fee-collection-clm-add.js +0 -86
- package/dist/db/psql/migrations/20250505082924-update-banner-clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250505082924-update-banner-clm.js +0 -18
- package/dist/db/psql/migrations/20250505094616-about-as-clm-in-institued.d.ts +0 -2
- package/dist/db/psql/migrations/20250505094616-about-as-clm-in-institued.js +0 -16
- package/dist/db/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.d.ts +0 -3
- package/dist/db/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.js +0 -80
- package/dist/db/psql/migrations/20250509055920-add-feecollection-isleft-clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250509055920-add-feecollection-isleft-clm.js +0 -80
- package/dist/db/psql/migrations/20250513061037-add-techer-clm-batch.d.ts +0 -3
- package/dist/db/psql/migrations/20250513061037-add-techer-clm-batch.js +0 -88
- package/dist/db/psql/migrations/20250514101801-add-slotId-workingShif.d.ts +0 -3
- package/dist/db/psql/migrations/20250514101801-add-slotId-workingShif.js +0 -86
- package/dist/db/psql/migrations/20250516062917-add-globalId-clm-user-model.d.ts +0 -3
- package/dist/db/psql/migrations/20250516062917-add-globalId-clm-user-model.js +0 -80
- package/dist/db/psql/migrations/20250516063542-add-globalId-clm-institute-model.d.ts +0 -3
- package/dist/db/psql/migrations/20250516063542-add-globalId-clm-institute-model.js +0 -80
- package/dist/db/psql/migrations/20250520061231-add-institued_mobile_person_data.d.ts +0 -3
- package/dist/db/psql/migrations/20250520061231-add-institued_mobile_person_data.js +0 -116
- package/dist/db/psql/migrations/20250522044729-add-institued_update_add_2.d.ts +0 -2
- package/dist/db/psql/migrations/20250522044729-add-institued_update_add_2.js +0 -16
- package/dist/db/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.d.ts +0 -3
- package/dist/db/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.js +0 -98
- package/dist/db/psql/migrations/20250526093322-add-appType_clm_in_module.d.ts +0 -3
- package/dist/db/psql/migrations/20250526093322-add-appType_clm_in_module.js +0 -80
- package/dist/db/psql/migrations/20250526094030-add-appType_clm_in_action.d.ts +0 -3
- package/dist/db/psql/migrations/20250526094030-add-appType_clm_in_action.js +0 -80
- package/dist/db/psql/migrations/20250526094233-add-appType_clm_in_module_features.d.ts +0 -3
- package/dist/db/psql/migrations/20250526094233-add-appType_clm_in_module_features.js +0 -80
- package/dist/db/psql/migrations/20250527065001-add-app-type-in-role-model.d.ts +0 -3
- package/dist/db/psql/migrations/20250527065001-add-app-type-in-role-model.js +0 -57
- package/dist/db/psql/migrations/20250528045906-add-module-type-to-notifications.d.ts +0 -2
- package/dist/db/psql/migrations/20250528045906-add-module-type-to-notifications.js +0 -13
- package/dist/db/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.d.ts +0 -3
- package/dist/db/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.js +0 -107
- package/dist/db/psql/migrations/20250602100550-add-planner-sync-status-to-institute.d.ts +0 -3
- package/dist/db/psql/migrations/20250602100550-add-planner-sync-status-to-institute.js +0 -113
- package/dist/db/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.d.ts +0 -3
- package/dist/db/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.js +0 -80
- package/dist/db/psql/migrations/20250604103905-add-is-institute-default-field-in-role.d.ts +0 -3
- package/dist/db/psql/migrations/20250604103905-add-is-institute-default-field-in-role.js +0 -57
- package/dist/db/psql/migrations/20250604121051-update-mobile-number-opstion.d.ts +0 -3
- package/dist/db/psql/migrations/20250604121051-update-mobile-number-opstion.js +0 -15
- package/dist/db/psql/migrations/20250617064159-update-type-management-jun-17.d.ts +0 -2
- package/dist/db/psql/migrations/20250617064159-update-type-management-jun-17.js +0 -11
- package/dist/db/psql/migrations/20250627065013-is-institute-default-added-type-managemente.d.ts +0 -2
- package/dist/db/psql/migrations/20250627065013-is-institute-default-added-type-managemente.js +0 -12
- package/dist/db/psql/migrations/20250701095321-add-clm-institute-pdfId.d.ts +0 -3
- package/dist/db/psql/migrations/20250701095321-add-clm-institute-pdfId.js +0 -57
- package/dist/db/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.d.ts +0 -2
- package/dist/db/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.js +0 -12
- package/dist/db/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.d.ts +0 -2
- package/dist/db/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.js +0 -13
- package/dist/db/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.d.ts +0 -2
- package/dist/db/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.js +0 -12
- package/dist/db/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.d.ts +0 -2
- package/dist/db/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.js +0 -9
- package/dist/db/psql/migrations/20250717092933-add-floor-id-to-class-rooms.d.ts +0 -3
- package/dist/db/psql/migrations/20250717092933-add-floor-id-to-class-rooms.js +0 -86
- package/dist/db/psql/migrations/20250718121251-add-clm-classroom-typeid.d.ts +0 -3
- package/dist/db/psql/migrations/20250718121251-add-clm-classroom-typeid.js +0 -86
- package/dist/db/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.d.ts +0 -2
- package/dist/db/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.js +0 -22
- package/dist/db/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.d.ts +0 -2
- package/dist/db/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.js +0 -17
- package/dist/db/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.d.ts +0 -3
- package/dist/db/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.js +0 -78
- package/dist/db/psql/migrations/20250722071836-add-title-to-floor-management.d.ts +0 -2
- package/dist/db/psql/migrations/20250722071836-add-title-to-floor-management.js +0 -14
- package/dist/db/psql/migrations/20250723150111-add-clm-batch-slotId.d.ts +0 -3
- package/dist/db/psql/migrations/20250723150111-add-clm-batch-slotId.js +0 -86
- package/dist/db/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.d.ts +0 -2
- package/dist/db/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.js +0 -15
- package/dist/db/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.d.ts +0 -2
- package/dist/db/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.js +0 -24
- package/dist/db/psql/migrations/20250730104844-update-unique-key-assessment-type.d.ts +0 -2
- package/dist/db/psql/migrations/20250730104844-update-unique-key-assessment-type.js +0 -30
- package/dist/db/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.d.ts +0 -3
- package/dist/db/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.js +0 -62
- package/dist/db/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.d.ts +0 -2
- package/dist/db/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.js +0 -21
- package/dist/db/psql/migrations/20250805115805-add-descriptions-to-lectures.d.ts +0 -2
- package/dist/db/psql/migrations/20250805115805-add-descriptions-to-lectures.js +0 -12
- package/dist/db/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.d.ts +0 -3
- package/dist/db/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.js +0 -86
- package/dist/db/psql/migrations/20250808101515-add-sequence-to-institute_entities.d.ts +0 -2
- package/dist/db/psql/migrations/20250808101515-add-sequence-to-institute_entities.js +0 -12
- package/dist/db/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.d.ts +0 -2
- package/dist/db/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.js +0 -17
- package/dist/db/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.d.ts +0 -2
- package/dist/db/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.js +0 -15
- package/dist/db/psql/migrations/20250829103203-remove-syllabus-composit-index.d.ts +0 -2
- package/dist/db/psql/migrations/20250829103203-remove-syllabus-composit-index.js +0 -15
- package/dist/db/psql/migrations/20250905132024-add-uuid-to-users.d.ts +0 -2
- package/dist/db/psql/migrations/20250905132024-add-uuid-to-users.js +0 -12
- package/dist/db/psql/migrations/20250908054025-userHasOffer_model_update.d.ts +0 -3
- package/dist/db/psql/migrations/20250908054025-userHasOffer_model_update.js +0 -112
- package/dist/db/psql/migrations/20250908054754-offer_in_add_offertype_clm.d.ts +0 -3
- package/dist/db/psql/migrations/20250908054754-offer_in_add_offertype_clm.js +0 -70
- package/dist/db/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.d.ts +0 -2
- package/dist/db/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.js +0 -17
- package/dist/db/psql/migrations/20250911060106-change-wallet-history-columns-to-float.d.ts +0 -2
- package/dist/db/psql/migrations/20250911060106-change-wallet-history-columns-to-float.js +0 -39
- package/dist/db/psql/migrations/20250911060245-change-coin-to-float-in-wallets.d.ts +0 -2
- package/dist/db/psql/migrations/20250911060245-change-coin-to-float-in-wallets.js +0 -17
- package/dist/db/psql/migrations/20250917135646-change-storageInBytes-to-float.d.ts +0 -2
- package/dist/db/psql/migrations/20250917135646-change-storageInBytes-to-float.js +0 -17
- package/dist/db/psql/seeders/20240809100759-add-countries-states-cities.d.ts +0 -2
- package/dist/db/psql/seeders/20240809100759-add-countries-states-cities.js +0 -64
- package/dist/db/psql/seeders/20250101122757-add-default-permissions-modules.d.ts +0 -2
- package/dist/db/psql/seeders/20250101122757-add-default-permissions-modules.js +0 -159
- package/dist/db/psql/seeders/Data/AcademicCalendarModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/AcademicCalendarModule.js +0 -24
- package/dist/db/psql/seeders/Data/AdministrativeStaffModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/AdministrativeStaffModule.js +0 -38
- package/dist/db/psql/seeders/Data/AnnouncementsModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/AnnouncementsModule.js +0 -50
- package/dist/db/psql/seeders/Data/AssetsModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/AssetsModule.js +0 -37
- package/dist/db/psql/seeders/Data/AttendanceModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/AttendanceModule.js +0 -57
- package/dist/db/psql/seeders/Data/BannerModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/BannerModule.js +0 -24
- package/dist/db/psql/seeders/Data/BatchModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/BatchModule.js +0 -34
- package/dist/db/psql/seeders/Data/BoardModule .d.ts +0 -10
- package/dist/db/psql/seeders/Data/BoardModule .js +0 -18
- package/dist/db/psql/seeders/Data/BookAssessmentsModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/BookAssessmentsModule.js +0 -23
- package/dist/db/psql/seeders/Data/CategoriesModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/CategoriesModule.js +0 -18
- package/dist/db/psql/seeders/Data/ClassroomModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/ClassroomModule.js +0 -37
- package/dist/db/psql/seeders/Data/DivisionModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/DivisionModule.js +0 -25
- package/dist/db/psql/seeders/Data/EventModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/EventModule.js +0 -22
- package/dist/db/psql/seeders/Data/ExamsAndResultsModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/ExamsAndResultsModule.js +0 -113
- package/dist/db/psql/seeders/Data/FacilityModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/FacilityModule.js +0 -22
- package/dist/db/psql/seeders/Data/FeeAndDiscountModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/FeeAndDiscountModule.js +0 -239
- package/dist/db/psql/seeders/Data/FeedBackModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/FeedBackModule.js +0 -27
- package/dist/db/psql/seeders/Data/FileModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/FileModule.js +0 -38
- package/dist/db/psql/seeders/Data/GenerateIdModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/GenerateIdModule.js +0 -19
- package/dist/db/psql/seeders/Data/HolidayModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/HolidayModule.js +0 -22
- package/dist/db/psql/seeders/Data/HomeworkModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/HomeworkModule.js +0 -42
- package/dist/db/psql/seeders/Data/IndexModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/IndexModule.js +0 -97
- package/dist/db/psql/seeders/Data/InquiryModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/InquiryModule.js +0 -22
- package/dist/db/psql/seeders/Data/InstituteModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/InstituteModule.js +0 -63
- package/dist/db/psql/seeders/Data/InventoryModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/InventoryModule.js +0 -42
- package/dist/db/psql/seeders/Data/JobApplyModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/JobApplyModule.js +0 -22
- package/dist/db/psql/seeders/Data/LectureModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/LectureModule.js +0 -28
- package/dist/db/psql/seeders/Data/ParentModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/ParentModule.js +0 -38
- package/dist/db/psql/seeders/Data/PayoutModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/PayoutModule.js +0 -18
- package/dist/db/psql/seeders/Data/PdcChequesModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/PdcChequesModule.js +0 -27
- package/dist/db/psql/seeders/Data/PhotosGalleryModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/PhotosGalleryModule.js +0 -27
- package/dist/db/psql/seeders/Data/PlannerModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/PlannerModule.js +0 -18
- package/dist/db/psql/seeders/Data/ProjectAssessmentsModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/ProjectAssessmentsModule.js +0 -23
- package/dist/db/psql/seeders/Data/ReplaceTeacherModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/ReplaceTeacherModule.js +0 -22
- package/dist/db/psql/seeders/Data/RoleModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/RoleModule.js +0 -53
- package/dist/db/psql/seeders/Data/RollNumberModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/RollNumberModule.js +0 -22
- package/dist/db/psql/seeders/Data/SchoolFeeModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/SchoolFeeModule.js +0 -38
- package/dist/db/psql/seeders/Data/SchoolModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/SchoolModule.js +0 -63
- package/dist/db/psql/seeders/Data/SchoolRegistration.d.ts +0 -13
- package/dist/db/psql/seeders/Data/SchoolRegistration.js +0 -22
- package/dist/db/psql/seeders/Data/SettingsModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/SettingsModule.js +0 -28
- package/dist/db/psql/seeders/Data/StaffTimingModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/StaffTimingModule.js +0 -22
- package/dist/db/psql/seeders/Data/StudentModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/StudentModule.js +0 -18
- package/dist/db/psql/seeders/Data/SubjectModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/SubjectModule.js +0 -37
- package/dist/db/psql/seeders/Data/SyllabusManagementModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/SyllabusManagementModule.js +0 -25
- package/dist/db/psql/seeders/Data/TeacherModule.d.ts +0 -10
- package/dist/db/psql/seeders/Data/TeacherModule.js +0 -68
- package/dist/db/psql/seeders/Data/TestimonialsModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/TestimonialsModule.js +0 -27
- package/dist/db/psql/seeders/Data/TimetableModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/TimetableModule.js +0 -43
- package/dist/db/psql/seeders/Data/To-doModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/To-doModule.js +0 -27
- package/dist/db/psql/seeders/Data/TypeManagementModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/TypeManagementModule.js +0 -28
- package/dist/db/psql/seeders/Data/UserModule.d.ts +0 -13
- package/dist/db/psql/seeders/Data/UserModule.js +0 -266
- package/dist/db/psql/seeders/Data/appType.d.ts +0 -4
- package/dist/db/psql/seeders/Data/appType.js +0 -8
- package/dist/helpers/utils.js +0 -682
- package/dist/index.d.ts +0 -419
- package/dist/index.js +0 -758
- /package/dist/{configs → cjs/configs}/aws.d.ts +0 -0
- /package/dist/{configs → cjs/configs}/aws.js +0 -0
- /package/dist/{configs → cjs/configs}/env.d.ts +0 -0
- /package/dist/{configs → cjs/configs}/env.js +0 -0
- /package/dist/{constants → cjs/constants}/app.d.ts +0 -0
- /package/dist/{constants → cjs/constants}/defaultModelAttributes.d.ts +0 -0
- /package/dist/{constants → cjs/constants}/defaultModelAttributes.js +0 -0
- /package/dist/{constants → cjs/constants}/errorMessages.d.ts +0 -0
- /package/dist/{constants → cjs/constants}/errorMessages.js +0 -0
- /package/dist/{constants → cjs/constants}/httpStatusCode.d.ts +0 -0
- /package/dist/{constants → cjs/constants}/httpStatusCode.js +0 -0
- /package/dist/{constants → cjs/constants}/successMessages.d.ts +0 -0
- /package/dist/{constants → cjs/constants}/successMessages.js +0 -0
- /package/dist/{helpers → cjs/helpers}/s3Uploader.d.ts +0 -0
- /package/dist/{helpers → cjs/helpers}/s3Uploader.js +0 -0
- /package/dist/{helpers → cjs/helpers}/utils.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/academicCalendarInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/academicCalendarInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/accountHasReceiptDetailsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/accountHasReceiptDetailsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/announcementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/announcementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/approvalRequestInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/approvalRequestInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/areaInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/areaInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/attendanceInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/attendanceInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bankAccountDetailsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bankAccountDetailsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bannerInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bannerInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchSubjectBookAssessmentInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchSubjectBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchSubjectProjectAssessmentInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/batchSubjectProjectAssessmentInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/blogInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/blogInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bookAssessmentDateInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/bookAssessmentDateInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/careerInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/careerInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/categoriesInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/categoriesInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/certificatesHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/certificatesHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/certificatesManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/certificatesManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/cityInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/cityInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/classRoomInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/classRoomInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/cloudStorageInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/cloudStorageInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/coinPurchaseOfferInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/coinPurchaseOfferInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/columnInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/columnInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/commanInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/commanInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/contactFeedBackInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/contactFeedBackInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/countryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/countryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/courseHasVisitorsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/courseHasVisitorsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/courseInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/courseInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/dailyBookInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/dailyBookInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/dashboardManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/dashboardManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/driverInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/driverInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/entityGroupInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/entityGroupInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/eventInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/eventInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examGroupInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examGroupInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examHasAnswerSheetInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examHasAnswerSheetInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/examInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/facilityInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/facilityInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/featureActionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/featureActionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeHistoryDetailsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeHistoryDetailsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderSettingInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderSettingInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderTypeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeReminderTypeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeTypeHasTermsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeTypeHasTermsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeTypeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feeTypeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feedBackInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feedBackInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feesCollectionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/feesCollectionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/fileStorageInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/fileStorageInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/floorManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/floorManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/generateIdCardInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/generateIdCardInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/greetingsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/greetingsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/holidayInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/holidayInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/homeworkInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/homeworkInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/informationSupportInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/informationSupportInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inquiryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inquiryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteEntityInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteEntityInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteEntityTypeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteEntityTypeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteSubscriptionPlanInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/instituteSubscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inventoryHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inventoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/inventoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/invoiceInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/invoiceInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/jobApplyInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/jobApplyInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/lectureHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/lectureHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/lectureInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/lectureInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/masterLeaveInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/masterLeaveInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/moduleFeatureInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/moduleFeatureInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/moduleInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/moduleInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/offersInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/offersInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/paymentTermsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/paymentTermsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pdcChequeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pdcChequeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pdcHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pdcHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/photosGalleryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/photosGalleryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pincodeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/pincodeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/plannerInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/plannerInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/productInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/productInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/projectAssessmentOptionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/projectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/replaceTeacherInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/replaceTeacherInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/roleInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/roleInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/rulesRegulationInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/rulesRegulationInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolFeeCollectionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolFeeCollectionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolFeeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolFeeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolOfferInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/schoolOfferInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/sendNotificationInerface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/sendNotificationInerface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/slotInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/slotInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/stateInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/stateInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subCategoriesInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subCategoriesInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectHasFeeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectHasFeeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectHasPayFeeHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectHasPayFeeHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectIndexInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subjectIndexInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subscriptionPlanInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/subscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/syllabusInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/syllabusInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/taskManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/taskManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/testimonialInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/testimonialInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/toDoInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/toDoInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/tokenInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/tokenInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/tripInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/tripInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/typeManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/typeManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/uniqueNumberCounterInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/uniqueNumberCounterInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userBookAssessmentInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userDetailsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userDetailsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userFeeTypeByAccountInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userFeeTypeByAccountInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userFeeTypeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userFeeTypeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasAnnouncementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasAnnouncementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasBatchInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasBatchInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasCourseInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasCourseInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasDeviceInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasDeviceInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasFeeTermsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasFeeTermsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasFileInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasFileInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasHomeWorkInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasHomeWorkInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasInventoryHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasInventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasInventoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasInventoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasLeaveHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasLeaveHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasLeaveInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasLeaveInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasOfferInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasOfferInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasParentInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasParentInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasRoleInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasRoleInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasRollNumberInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasRollNumberInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasStorageInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasStorageInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasSubjectFeeInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userHasSubjectFeeInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userInstituteMetaInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userInstituteMetaInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userLeaveRequestInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userLeaveRequestInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userMetaInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userMetaInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutDetailsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutDetailsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userPayoutInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userProjectAssessmentOptionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userProjectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userRequiredStepsInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userRequiredStepsInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userSchoolMetaInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/userSchoolMetaInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/vehicleInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/vehicleInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/vendorManagementInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/vendorManagementInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/videoAnalystInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/videoAnalystInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletHistoryInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletHistoryInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletTransactionInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/walletTransactionInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/workingDayInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/workingDayInterface.js +0 -0
- /package/dist/{interfaces → cjs/interfaces}/workingShiftInterface.d.ts +0 -0
- /package/dist/{interfaces → cjs/interfaces}/workingShiftInterface.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/approvalRequestModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/approvalRequestModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/attendanceModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/attendanceModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/blogModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/blogModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/careerModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/careerModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/certificatesHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/certificatesHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/certificatesManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/certificatesManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/columnModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/columnModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/dailyBookModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/dailyBookModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/dashboardManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/dashboardManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/eventModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/eventModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/examGroupModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/examGroupModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/examHasAnswerSheetModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/examHasAnswerSheetModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/examModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/examModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/feeReminderTypeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/feeReminderTypeModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/feedBackModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/feedBackModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/generateIdCardModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/generateIdCardModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/holidayModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/holidayModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/index.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/index.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/informationSupportModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/informationSupportModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/inquiryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/inquiryModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/invoiceModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/invoiceModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/jobApplyModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/jobApplyModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/photosGalleryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/photosGalleryModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/plannerModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/plannerModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/addDefaultAttributesPlugin.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/addDefaultAttributesPlugin.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/transformIdInQueryPlugin.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/transformIdInQueryPlugin.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/transformIdInResponsePlugin.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/plugin/transformIdInResponsePlugin.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/replaceTeacherModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/replaceTeacherModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/schoolFeeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/schoolFeeModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/subjectIndexModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/subjectIndexModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/subscriptionPlanModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/subscriptionPlanModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/taskManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/taskManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/uniqueNumberCounterModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/uniqueNumberCounterModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/userDetailsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/userDetailsModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/userDoc.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/userDoc.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/userInstituteMetaModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/userInstituteMetaModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/userSchoolMetaModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/userSchoolMetaModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/videoAnalystModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/videoAnalystModel.js +0 -0
- /package/dist/{models → cjs/models}/mongodb/walletTransactionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/mongodb/walletTransactionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/SubCategoriesModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/SubCategoriesModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/academicCalendarModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/academicCalendarModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/accountHasReceiptDetailsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/accountHasReceiptDetailsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/announcementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/announcementModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/areaModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/areaModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/bankAccountDetailsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/bankAccountDetailsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/bannerModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/bannerModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/batchModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/batchModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/batchSubjectBookAssessmentModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/batchSubjectBookAssessmentModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/batchSubjectProjectAssessmentModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/batchSubjectProjectAssessmentModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/bookAssessmentDateModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/bookAssessmentDateModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/categoriesModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/categoriesModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/cityModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/cityModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/classRoomModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/classRoomModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/cloudStorageModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/cloudStorageModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/coinPurchaseOfferModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/coinPurchaseOfferModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/contactFeedBackModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/contactFeedBackModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/countryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/countryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/courseHasVisitorsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/courseHasVisitorsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/courseModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/courseModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/driverModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/driverModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/entityGroupModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/entityGroupModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/facilityModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/facilityModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/featureActionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/featureActionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeHistoryDetailsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeHistoryDetailsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeReminderModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeReminderModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeReminderSettingModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeReminderSettingModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeTypeHasTermsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeTypeHasTermsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feeTypeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feeTypeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/feesCollectionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/feesCollectionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/fileStorageModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/fileStorageModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/floorManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/floorManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/greetingsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/greetingsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/homeWorkModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/homeWorkModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/index.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/index.js +0 -0
- /package/dist/{models → cjs/models}/psql/instituteEntityModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/instituteEntityModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/instituteEntityTypeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/instituteEntityTypeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/instituteModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/instituteModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/instituteSubscriptionPlanModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/instituteSubscriptionPlanModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/inventoryHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/inventoryHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/inventoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/inventoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/lectureHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/lectureHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/lectureModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/lectureModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/masterLeaveModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/masterLeaveModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/moduleFeatureModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/moduleFeatureModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/moduleModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/moduleModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/offerModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/offerModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/paymentTermsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/paymentTermsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/pdcChequeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/pdcChequeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/pdcHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/pdcHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/pincodeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/pincodeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/productModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/productModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/projectAssessmentOptionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/projectAssessmentOptionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/roleModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/roleModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/rulesRegulationModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/rulesRegulationModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/schoolFeeCollectionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/schoolFeeCollectionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/schoolOfferModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/schoolOfferModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/sendNotificationModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/sendNotificationModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/slotModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/slotModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/stateModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/stateModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/subjectHasFeeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/subjectHasFeeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/subjectHasPayFeeHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/subjectHasPayFeeHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/syllabusModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/syllabusModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/testimonialModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/testimonialModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/toDoModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/toDoModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/tokenModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/tokenModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/tripModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/tripModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/typeManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/typeManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userBookAssessmentModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userBookAssessmentModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userFeeTypeByAccountModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userFeeTypeByAccountModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userFeeTypeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userFeeTypeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasAnnouncementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasAnnouncementModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasBatchModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasBatchModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasCourseModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasCourseModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasDeviceModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasDeviceModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasFeeTermsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasFeeTermsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasFileModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasFileModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasHomeWorkModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasHomeWorkModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasInventoryHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasInventoryHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasInventoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasInventoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasLeaveHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasLeaveHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasLeaveModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasLeaveModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasOfferModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasOfferModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasParentModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasParentModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasRoleModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasRoleModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasRollNumberModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasRollNumberModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasStorageModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasStorageModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userHasSubjectFeeModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userHasSubjectFeeModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userLeaveRequestModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userLeaveRequestModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutDetailsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutDetailsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userPayoutModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userProjectAssessmentOptionModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userProjectAssessmentOptionModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/userRequiredStepsModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/userRequiredStepsModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/vehicleModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/vehicleModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/vendorManagementModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/vendorManagementModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/walletHistoryModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/walletHistoryModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/walletModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/walletModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/workingDayModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/workingDayModel.js +0 -0
- /package/dist/{models → cjs/models}/psql/workingShiftModel.d.ts +0 -0
- /package/dist/{models → cjs/models}/psql/workingShiftModel.js +0 -0
- /package/dist/{services → cjs/services}/Concrete/mongooseCommonService.d.ts +0 -0
- /package/dist/{services → cjs/services}/Concrete/mongooseCommonService.js +0 -0
- /package/dist/{services → cjs/services}/Concrete/sequelizeCommonService.d.ts +0 -0
- /package/dist/{services → cjs/services}/Concrete/sequelizeCommonService.js +0 -0
- /package/dist/{services → cjs/services}/Contracts/IMongooseCommonService.d.ts +0 -0
- /package/dist/{services → cjs/services}/Contracts/IMongooseCommonService.js +0 -0
- /package/dist/{services → cjs/services}/Contracts/ISequelizeCommonService.d.ts +0 -0
- /package/dist/{services → cjs/services}/Contracts/ISequelizeCommonService.js +0 -0
- /package/dist/{types → cjs/types}/academicCalendarType.d.ts +0 -0
- /package/dist/{types → cjs/types}/academicCalendarType.js +0 -0
- /package/dist/{types → cjs/types}/accountHasReceiptDetailsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/accountHasReceiptDetailsType.js +0 -0
- /package/dist/{types → cjs/types}/announcementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/announcementType.js +0 -0
- /package/dist/{types → cjs/types}/approveRequestType.d.ts +0 -0
- /package/dist/{types → cjs/types}/approveRequestType.js +0 -0
- /package/dist/{types → cjs/types}/areaType.d.ts +0 -0
- /package/dist/{types → cjs/types}/areaType.js +0 -0
- /package/dist/{types → cjs/types}/attendanceType.d.ts +0 -0
- /package/dist/{types → cjs/types}/attendanceType.js +0 -0
- /package/dist/{types → cjs/types}/bankAccountDetailsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/bankAccountDetailsType.js +0 -0
- /package/dist/{types → cjs/types}/bannerType.d.ts +0 -0
- /package/dist/{types → cjs/types}/bannerType.js +0 -0
- /package/dist/{types → cjs/types}/batchSubjectBookAssessmentType.d.ts +0 -0
- /package/dist/{types → cjs/types}/batchSubjectBookAssessmentType.js +0 -0
- /package/dist/{types → cjs/types}/batchSubjectProjectAssessmentType.d.ts +0 -0
- /package/dist/{types → cjs/types}/batchSubjectProjectAssessmentType.js +0 -0
- /package/dist/{types → cjs/types}/batchType.d.ts +0 -0
- /package/dist/{types → cjs/types}/batchType.js +0 -0
- /package/dist/{types → cjs/types}/blogType.d.ts +0 -0
- /package/dist/{types → cjs/types}/blogType.js +0 -0
- /package/dist/{types → cjs/types}/bookAssessmentDateType.d.ts +0 -0
- /package/dist/{types → cjs/types}/bookAssessmentDateType.js +0 -0
- /package/dist/{types → cjs/types}/careerType.d.ts +0 -0
- /package/dist/{types → cjs/types}/careerType.js +0 -0
- /package/dist/{types → cjs/types}/categoriesType.d.ts +0 -0
- /package/dist/{types → cjs/types}/categoriesType.js +0 -0
- /package/dist/{types → cjs/types}/certificatesHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/certificatesHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/certificatesManagementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/certificatesManagementType.js +0 -0
- /package/dist/{types → cjs/types}/classRoomType.d.ts +0 -0
- /package/dist/{types → cjs/types}/classRoomType.js +0 -0
- /package/dist/{types → cjs/types}/cloudStorageType.d.ts +0 -0
- /package/dist/{types → cjs/types}/cloudStorageType.js +0 -0
- /package/dist/{types → cjs/types}/coinPurchaseOfferType.d.ts +0 -0
- /package/dist/{types → cjs/types}/coinPurchaseOfferType.js +0 -0
- /package/dist/{types → cjs/types}/commonType.d.ts +0 -0
- /package/dist/{types → cjs/types}/commonType.js +0 -0
- /package/dist/{types → cjs/types}/contactFeedBackType.d.ts +0 -0
- /package/dist/{types → cjs/types}/contactFeedBackType.js +0 -0
- /package/dist/{types → cjs/types}/courseHasVisitorsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/courseHasVisitorsType.js +0 -0
- /package/dist/{types → cjs/types}/courseType.d.ts +0 -0
- /package/dist/{types → cjs/types}/courseType.js +0 -0
- /package/dist/{types → cjs/types}/dailyBookType.d.ts +0 -0
- /package/dist/{types → cjs/types}/dailyBookType.js +0 -0
- /package/dist/{types → cjs/types}/dashboardManagementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/dashboardManagementType.js +0 -0
- /package/dist/{types → cjs/types}/driverType.d.ts +0 -0
- /package/dist/{types → cjs/types}/driverType.js +0 -0
- /package/dist/{types → cjs/types}/entityGroupType.d.ts +0 -0
- /package/dist/{types → cjs/types}/entityGroupType.js +0 -0
- /package/dist/{types → cjs/types}/eventType.d.ts +0 -0
- /package/dist/{types → cjs/types}/eventType.js +0 -0
- /package/dist/{types → cjs/types}/examGroupType.d.ts +0 -0
- /package/dist/{types → cjs/types}/examGroupType.js +0 -0
- /package/dist/{types → cjs/types}/examHasAnswerSheetType.d.ts +0 -0
- /package/dist/{types → cjs/types}/examHasAnswerSheetType.js +0 -0
- /package/dist/{types → cjs/types}/examType.d.ts +0 -0
- /package/dist/{types → cjs/types}/examType.js +0 -0
- /package/dist/{types → cjs/types}/facilityType.d.ts +0 -0
- /package/dist/{types → cjs/types}/facilityType.js +0 -0
- /package/dist/{types → cjs/types}/featureActionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/featureActionType.js +0 -0
- /package/dist/{types → cjs/types}/feeHistoryDetailsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeHistoryDetailsType.js +0 -0
- /package/dist/{types → cjs/types}/feeHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/feeReminderSettingType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeReminderSettingType.js +0 -0
- /package/dist/{types → cjs/types}/feeReminderType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeReminderType.js +0 -0
- /package/dist/{types → cjs/types}/feeReminderTypeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeReminderTypeType.js +0 -0
- /package/dist/{types → cjs/types}/feeTypeHasTermsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeTypeHasTermsType.js +0 -0
- /package/dist/{types → cjs/types}/feeTypeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feeTypeType.js +0 -0
- /package/dist/{types → cjs/types}/feedBackType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feedBackType.js +0 -0
- /package/dist/{types → cjs/types}/feesCollectionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/feesCollectionType.js +0 -0
- /package/dist/{types → cjs/types}/fileStorageType.d.ts +0 -0
- /package/dist/{types → cjs/types}/fileStorageType.js +0 -0
- /package/dist/{types → cjs/types}/floormanagementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/floormanagementType.js +0 -0
- /package/dist/{types → cjs/types}/generateIdCardType.d.ts +0 -0
- /package/dist/{types → cjs/types}/generateIdCardType.js +0 -0
- /package/dist/{types → cjs/types}/greetingsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/greetingsType.js +0 -0
- /package/dist/{types → cjs/types}/holidayType.d.ts +0 -0
- /package/dist/{types → cjs/types}/holidayType.js +0 -0
- /package/dist/{types → cjs/types}/homeWorkType.d.ts +0 -0
- /package/dist/{types → cjs/types}/homeWorkType.js +0 -0
- /package/dist/{types → cjs/types}/informationSupportType.d.ts +0 -0
- /package/dist/{types → cjs/types}/informationSupportType.js +0 -0
- /package/dist/{types → cjs/types}/inquiryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/inquiryType.js +0 -0
- /package/dist/{types → cjs/types}/instituteEntityType.d.ts +0 -0
- /package/dist/{types → cjs/types}/instituteEntityType.js +0 -0
- /package/dist/{types → cjs/types}/instituteEntityTypeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/instituteEntityTypeType.js +0 -0
- /package/dist/{types → cjs/types}/instituteSubscriptionPlanType.d.ts +0 -0
- /package/dist/{types → cjs/types}/instituteSubscriptionPlanType.js +0 -0
- /package/dist/{types → cjs/types}/instituteType.d.ts +0 -0
- /package/dist/{types → cjs/types}/instituteType.js +0 -0
- /package/dist/{types → cjs/types}/inventoryHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/inventoryHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/inventoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/inventoryType.js +0 -0
- /package/dist/{types → cjs/types}/jobApply.d.ts +0 -0
- /package/dist/{types → cjs/types}/jobApply.js +0 -0
- /package/dist/{types → cjs/types}/lectureHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/lectureHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/lectureType.d.ts +0 -0
- /package/dist/{types → cjs/types}/lectureType.js +0 -0
- /package/dist/{types → cjs/types}/masterLeaveType.d.ts +0 -0
- /package/dist/{types → cjs/types}/masterLeaveType.js +0 -0
- /package/dist/{types → cjs/types}/moduleFeatureType.d.ts +0 -0
- /package/dist/{types → cjs/types}/moduleFeatureType.js +0 -0
- /package/dist/{types → cjs/types}/moduleType.d.ts +0 -0
- /package/dist/{types → cjs/types}/moduleType.js +0 -0
- /package/dist/{types → cjs/types}/offerType.d.ts +0 -0
- /package/dist/{types → cjs/types}/offerType.js +0 -0
- /package/dist/{types → cjs/types}/paymentTermsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/paymentTermsType.js +0 -0
- /package/dist/{types → cjs/types}/pdcChequeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/pdcChequeType.js +0 -0
- /package/dist/{types → cjs/types}/pdcHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/pdcHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/photosGalleryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/photosGalleryType.js +0 -0
- /package/dist/{types → cjs/types}/plannerType.d.ts +0 -0
- /package/dist/{types → cjs/types}/plannerType.js +0 -0
- /package/dist/{types → cjs/types}/productType.d.ts +0 -0
- /package/dist/{types → cjs/types}/productType.js +0 -0
- /package/dist/{types → cjs/types}/projectAssessmentOptionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/projectAssessmentOptionType.js +0 -0
- /package/dist/{types → cjs/types}/roleType.d.ts +0 -0
- /package/dist/{types → cjs/types}/roleType.js +0 -0
- /package/dist/{types → cjs/types}/rulesRegulationType.d.ts +0 -0
- /package/dist/{types → cjs/types}/rulesRegulationType.js +0 -0
- /package/dist/{types → cjs/types}/schoolFeeCollectionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/schoolFeeCollectionType.js +0 -0
- /package/dist/{types → cjs/types}/schoolFeeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/schoolFeeType.js +0 -0
- /package/dist/{types → cjs/types}/schoolOfferType.d.ts +0 -0
- /package/dist/{types → cjs/types}/schoolOfferType.js +0 -0
- /package/dist/{types → cjs/types}/sendNotificationType.d.ts +0 -0
- /package/dist/{types → cjs/types}/sendNotificationType.js +0 -0
- /package/dist/{types → cjs/types}/slotType.d.ts +0 -0
- /package/dist/{types → cjs/types}/slotType.js +0 -0
- /package/dist/{types → cjs/types}/subCategoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/subCategoryType.js +0 -0
- /package/dist/{types → cjs/types}/subjectHasFeeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/subjectHasFeeType.js +0 -0
- /package/dist/{types → cjs/types}/subjectHasPayFeeHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/subjectHasPayFeeHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/subjectIndexType.d.ts +0 -0
- /package/dist/{types → cjs/types}/subjectIndexType.js +0 -0
- /package/dist/{types → cjs/types}/subscriptionPlanType.d.ts +0 -0
- /package/dist/{types → cjs/types}/subscriptionPlanType.js +0 -0
- /package/dist/{types → cjs/types}/syllabusType.d.ts +0 -0
- /package/dist/{types → cjs/types}/syllabusType.js +0 -0
- /package/dist/{types → cjs/types}/taskManagementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/taskManagementType.js +0 -0
- /package/dist/{types → cjs/types}/testimonialType.d.ts +0 -0
- /package/dist/{types → cjs/types}/testimonialType.js +0 -0
- /package/dist/{types → cjs/types}/toDoType.d.ts +0 -0
- /package/dist/{types → cjs/types}/toDoType.js +0 -0
- /package/dist/{types → cjs/types}/tripType.d.ts +0 -0
- /package/dist/{types → cjs/types}/tripType.js +0 -0
- /package/dist/{types → cjs/types}/typeManagementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/typeManagementType.js +0 -0
- /package/dist/{types → cjs/types}/uniqueNumberCounterType.d.ts +0 -0
- /package/dist/{types → cjs/types}/uniqueNumberCounterType.js +0 -0
- /package/dist/{types → cjs/types}/userBookAssessmentType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userBookAssessmentType.js +0 -0
- /package/dist/{types → cjs/types}/userDetailsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userDetailsType.js +0 -0
- /package/dist/{types → cjs/types}/userFeeTypeByAccountType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userFeeTypeByAccountType.js +0 -0
- /package/dist/{types → cjs/types}/userFeeTypeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userFeeTypeType.js +0 -0
- /package/dist/{types → cjs/types}/userHasAnnouncementType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasAnnouncementType.js +0 -0
- /package/dist/{types → cjs/types}/userHasBatchType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasBatchType.js +0 -0
- /package/dist/{types → cjs/types}/userHasCourseType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasCourseType.js +0 -0
- /package/dist/{types → cjs/types}/userHasDeviceType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasDeviceType.js +0 -0
- /package/dist/{types → cjs/types}/userHasFeeTermsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasFeeTermsType.js +0 -0
- /package/dist/{types → cjs/types}/userHasFileType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasFileType.js +0 -0
- /package/dist/{types → cjs/types}/userHasHomeWorkType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasHomeWorkType.js +0 -0
- /package/dist/{types → cjs/types}/userHasInventoryHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasInventoryHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/userHasInventoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasInventoryType.js +0 -0
- /package/dist/{types → cjs/types}/userHasLeaveHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasLeaveHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/userHasLeaveType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasLeaveType.js +0 -0
- /package/dist/{types → cjs/types}/userHasOffer.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasOffer.js +0 -0
- /package/dist/{types → cjs/types}/userHasParentType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasParentType.js +0 -0
- /package/dist/{types → cjs/types}/userHasRoleType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasRoleType.js +0 -0
- /package/dist/{types → cjs/types}/userHasRollNumberType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasRollNumberType.js +0 -0
- /package/dist/{types → cjs/types}/userHasStorageType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasStorageType.js +0 -0
- /package/dist/{types → cjs/types}/userHasSubjectFeeType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userHasSubjectFeeType.js +0 -0
- /package/dist/{types → cjs/types}/userInstituteMetaType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userInstituteMetaType.js +0 -0
- /package/dist/{types → cjs/types}/userLeaveRequestType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userLeaveRequestType.js +0 -0
- /package/dist/{types → cjs/types}/userMetaType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userMetaType.js +0 -0
- /package/dist/{types → cjs/types}/userPayoutDetailsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userPayoutDetailsType.js +0 -0
- /package/dist/{types → cjs/types}/userPayoutHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userPayoutHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/userPayoutType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userPayoutType.js +0 -0
- /package/dist/{types → cjs/types}/userProjectAssessmentOptionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userProjectAssessmentOptionType.js +0 -0
- /package/dist/{types → cjs/types}/userRequiredStepsType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userRequiredStepsType.js +0 -0
- /package/dist/{types → cjs/types}/userSchoolMetaType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userSchoolMetaType.js +0 -0
- /package/dist/{types → cjs/types}/userType.d.ts +0 -0
- /package/dist/{types → cjs/types}/userType.js +0 -0
- /package/dist/{types → cjs/types}/vehicleType.d.ts +0 -0
- /package/dist/{types → cjs/types}/vehicleType.js +0 -0
- /package/dist/{types → cjs/types}/vendorType.d.ts +0 -0
- /package/dist/{types → cjs/types}/vendorType.js +0 -0
- /package/dist/{types → cjs/types}/videoAnalystType.d.ts +0 -0
- /package/dist/{types → cjs/types}/videoAnalystType.js +0 -0
- /package/dist/{types → cjs/types}/walletHistoryType.d.ts +0 -0
- /package/dist/{types → cjs/types}/walletHistoryType.js +0 -0
- /package/dist/{types → cjs/types}/walletTransactionType.d.ts +0 -0
- /package/dist/{types → cjs/types}/walletTransactionType.js +0 -0
- /package/dist/{types → cjs/types}/walletType.d.ts +0 -0
- /package/dist/{types → cjs/types}/walletType.js +0 -0
- /package/dist/{types → cjs/types}/workingDayType.d.ts +0 -0
- /package/dist/{types → cjs/types}/workingDayType.js +0 -0
- /package/dist/{types → cjs/types}/workingShiftType.d.ts +0 -0
- /package/dist/{types → cjs/types}/workingShiftType.js +0 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { uploadFileToS3, getPresignedUrl } from './helpers/s3Uploader.js';
|
|
2
|
+
import { pick, isValidMongoDbId, omit, ensureDirectoryExists, generateOtp, generateAlphaNumericCode, generateTempPassword, getUniqueArrayByFields, keyByFieldOrFields, groupByFieldOrFields, isTimeWithinRange, isDateWithinRange, startOfDay, generateUuidToNumber, endOfDay, groupByFields, sortArray, getChildrenByParentId, getParentsByChildrenId, buildNestedStructure, flattenNestedStructure, removeFalsyValues, isValidUUID, parseOrderOptions, capitalizeFirst, normalizeToArray, fromSnakeCaseToNormalText, slugify, assignNonNull, isUserSchoolInfoUpdate, chunkArray, extractFromObject, enumAlternatives, objectIdAlternatives, uuidIdAlternatives, customPagination, generateHmacSHA256, verifyHmacSHA256, generateVoucherCode, getCityAreas, getNextLetter } from './helpers/utils.js';
|
|
3
|
+
import { MongooseCommonService } from './services/Concrete/mongooseCommonService.js';
|
|
4
|
+
import SequelizeCommonService from './services/Concrete/sequelizeCommonService.js';
|
|
5
|
+
import { s3 } from './configs/aws.js';
|
|
6
|
+
import { ENV_VARIABLE } from './configs/env.js';
|
|
7
|
+
import { SIXTY, ONE_HUNDRED, ONE_THOUSAND, USER_INSTITUTE_META_STATUS_REJECTED_COUNT, PAGINATION, DEFAULT_CLASS_ROOM_TITLE, DEFAULT_BATCH_TITLE, PAGINATION_ORDER, PAGINATION_UPDATE_ORDER, EMAIL_VERIFICATION, MOBILE_VERIFICATION, PDF_MICRO_SERVICE_END_POINT, USER_STATUS, INVENTORY_TYPE, USER_INVENTORY_ACTION, ATTENDANCE_STATUS, ATTENDANCE_TYPE, SCHOOL_TYPE, SCHOOL_SUB_TYPE, GENDER, ASSIGN_TYPE, RETURN_STATUS, ACADEMIC_CALENDARS_TYPE, USER_TYPES, TOKEN_TYPES, COMMAN_STATUS, USER_COURSE_STATUS, TRIP_TYPE, GREETING_TYPE, FEE_REMINDER_SETTING_STATUS, TERM_DURATION, FEE_REMINDER_SETTING_TYPE, FEE_REMINDER_SETTING_FREQUENCY, FEE_TYPE_FREQUENCY, PAYMENT_TYPE, FEE_PAYMENT_STATUS, INSTITUTE_STATUS, OFFER_TYPE, OFFER_NAME, LEAVE_TYPE, LEAVE, LEAVE_STATUS, WORKIN_DAY_STATUS, SCHOOL_SHIFT, INSTITUTE_ENTITY_STATUS, INSTITUTE_ENTITY_TYPE_STATUS, INSTITUTE_ENTITY_TYPE_SEQUENCE, ADMISSION_TYPE, NO_TYPE, USER_DETAILS, WORK_TYPE, BLOG_STATUS, WORK_CATEGORY, DISABILITY_TYPE, GUARDIANS_USER_META_MODEL_STATUS, USER_HAS_PARENT_STATUS, USER_INSTITUTE_META_STATUS, EMPLOYMENT_TYPE, FACILITY_TYPE, FEED_BACK_TYPE, FEED_BACK_STATUS, APP_TYPE, BANNER_TYPE, ACADEMIC_CALENDARS_STATUS, FILE_TYPE, TYPE_MANAGEMENT_TYPE, TYPE_MANAGEMENT_STATUS, APPROVE_REQUEST_TYPE, APPROVE_REQUEST_STATUS, ANNOUCEMENT_SCHEDULE_TYPE, TYPE_OF_USER, ANNOUCEMENT_STATUS, USER_HAS_ANNOUCEMENT_STATUS, GREETING_STATUS, EXAM_MODE, COURSE_STATUS, EXAM_STATUS, EXAM_ANSWER_SELECTION_TYPE, EXAM_VALID_ANSWER_TYPE, EXAM_ANSWER_SHEET_STATUS, EXAM_ANSWER_SHEET_RESULT_STATUS, EXAM_ANSWER_SHEET_RESULT_TYPE, PAYMENT_TERMS_STATUS, PAYMENT_TERMS_TYPE, EXAM_ANSWER_SHEET_QUESTION_RESULT, LECTURE_SLOT_DURATION, SUBJECT_INDEX_TYPE, EXAM_GROUP_STATUS, EXAM_GROUP_STANDARD_RESULT, INQUIRY_REFERRED_BY, INQUIRY_STATUS, IMAGE__NAME, CHAPTER_INDEX_TYPE, USER_CHAPTER_INDEX_STATUS, FEE_HISTORY_STATUS, CHAPTER_INDEX_FILE_TYPE, PARENTS_CHILDREN_CURRENT, USER_PAYOUT_TYPE, QDC_NAME, SVA_NAME, TRUST_TYPE, TRUST_REGISTERED_UNDER, DESIGNATION_OF_PERSON, PROPERTY_STATUS, BOOLEAN_STATUS, FEE_TYPE, IS_PRINCIPAL, CATEGORY, NATIONALITY, RELIGION_CASTE, CASTE, SCHOOL_INFORMATION_STEP, LECTURE_STATUS, LECTURE_TITLE, TO_DO_STATUS, SVG_URL_PATH, UPLOAD_PATH, DEFAULT_INSTITUTED_LOGO, API_URL, GOOGLE_AUTH, META_AUTH, APPLE_AUTH, PINCODE_API_URL, EMAIL_TEMPLATES, PDF_TEMPLATES, EMAIL_SUBJECTS, bankAccountRegexMap, templateKeyWord, DEVICE_TYPE, USER_DETAILS_FILED, TASK_MANAGEMENT_STATUS, BOOK_ASSESSMENT_DATE_STATUS, USER_BOOK_ASSESSMENT_STATUS, PROJECT_ASSESSMENT_OPTION_STATUS, NOTIFICATION_TYPE, NOTIFICATION_STATUS, NOTIFICATION_MODULE_TYPE, NOTIFICATION_ACTION, PLANNER_SYNC_STATUS, CONTACT_FEED_BACK_TYPE, DISCOUNT_TYPE, SUBSCRIPTION_PLAN_CHARGE_INTERVAL, VALID_CURRENCY, SUBSCRIPTION_PLAN_FILES_TYPE, SOCKET_EVENTS, HOME_WORK_STATUS, LANGUAGES, PDF_CHEQUE_STATUS, PDF_CHEQUE_FREQUENCY, INVOICE_PAYMENT_TYPE, COLUMN_LIST_TITLE, PURCHASE_STATUS, INVOICE_TYPE, TEACHER_TYPE, REPLACE_TEACHER_STATUS, WALLET_HISTORY_TYPE, WALLET_HISTORY_ITEM_TYPE, WALLET_HISTORY_ACTION, WALLET_HISTORY_STATUS, WALLET_TRANSACTION_USERS_TYPE, INSTITUTE_SUBSCRIPTION_PLAN_STATUS, CHARGE_PER_TRANSACTION_ITEM_UNIT, ONE_GB_BYTES, JOB_ACTION, PAYMENT_GATEWAY_TYPES, PAYMENT_METHODS, WALLET_TRANSACTION_VALID_DATE_IN_MINUTES, WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES, COIN_PURCHASE_GST_PERCENTAGE, PAYMENT_PROCESSING_STATUS_URL, PAYMENT_PROCESSING_PAGE_URL, PAYMENT_PROCESSING_CALLBACK_URL, INITIAL_FREE_COIN, INITIAL_FREE_STORAGE_IN_GB, FREE_SUBSCRIPTION_SEQUENCE } from './constants/app.js';
|
|
8
|
+
import { INSTITUTE_DEFAULT_ATTRIBUTES, INSTITUTE_WORKING_DAY_DEFAULT_ATTRIBUTES, DEFAULT_EXCLUDES_ATTRIBUTES, USER_BASIC_DETAIL, SUBJECT_FEE_BASIC_DETAIL, FEE_COLLECTION_BASIC_DETAIL, INSTITUTE_BASIC_DETAIL, FILE_BASIC_DETAIL, USER_PAYOUT_BASIC_DETAIL } from './constants/defaultModelAttributes.js';
|
|
9
|
+
import { ERROR_MESSAGES, USER_ERROR_MESSAGES, USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES, BANNER_ERROR_MESSAGES, APPROVE_REQUEST_ERROR_MESSAGES, INQUIRY_ERROR_MESSAGES, INFORMATION_SUPPORT_ERROR_MESSAGES, BANK_ACCOUNT_DETAILS_ERROR_MESSAGES, SCHOOL_SHIFT_ERROR_MESSAGES, ACCOUNT_RECEIPT_ERROR_MESSAGES, SCHOOL_FEES_COLLECTION_ERROR_MESSAGES, FEEDBACK_ERROR_MESSAGES, SUBSCRIPTION_ERROR_MESSAGES, LEAVE_ERROR_MESSAGES, MASTER_LEAVE_ERROR_MESSAGES, FEE_HISTORY_ERROR_MESSAGES, SUBJECT_HAS_FEE_ERROR_MESSAGES, USER_HAS_INVENTORY_ERROR_MESSAGES, CATEGORY_ERROR_MESSAGES, INVENTORY_ERROR_MESSAGES, PAYMENT_TERMS_ERROR_MESSAGES, INVENTORY_HISTORY_ERROR_MESSAGES, OFFER_ERROR_MESSAGES, FACILITY_ERROR_MESSAGES, FEE_TYPE_ERROR_MESSAGES, SCHOOL_FEE_ERROR_MESSAGES, USER_FEE_TYPE_ERROR_MESSAGES, FEESCOLLECTION_ERROR_MESSAGES, FEEREMINDER_ERROR_MESSAGES, FEE_REMINDER_SETTING_ERROR_MESSAGES, FEE_REMINDER_ERROR_MESSAGES, USER_HAS_OFFER_ERROR_MESSAGES, USER_HAS_ROLL_NUMBER_ERROR_MESSAGES, HOLIDAY_ERROR_MESSAGES, EVENT_ERROR_MESSAGES, ACADEMIC_CALENDAR_ERROR_MESSAGES, BATCH_ERROR_MESSAGES, CLASSROOM_ERROR_MESSAGES, TYPE_MANAGEMENT_ERROR_MESSAGES, ROLE_ERROR_MESSAGES, MODULE_ERROR_MESSAGES, INSTITUTE_ERROR_MESSAGES, INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES, INSTITUTE_ENTITY_ERROR_MESSAGES, USER_INSTITUTE_META_ERROR_MESSAGES, PARENTS_ERROR_MESSAGES, ANNOUCEMENT_ERROR_MESSAGES, EXAM_ERROR_MESSAGES, EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES, FILE_STORAGE_ERROR_MESSAGES, ATTENDANCE_ERROR_MESSAGES, USER_SCHOOL_METADATA_ERROR_MESSAGES, WORKING_DAYS_ERROR_MESSAGES, LECTURE_ERROR_MESSAGES, TRIP_ERROR_MESSAGES, SLOT_ERROR_MESSAGES, TO_DO_ERROR_MESSAGES, COURSE_ERROR_MESSAGES, USER_HAS_COURSE_ERROR_MESSAGES, GREETING_ERROR_MESSAGES, PDC_CHEQUE_ERROR_MESSAGES, VIDEO_ANALYST_ERROR_MESSAGES, BLOG_ERROR_MESSAGES, DRIVER_ERROR_MESSAGES, TESTIMONIAL_ERROR_MESSAGES, SUBJECT_INDEX_ERROR_MESSAGES, USER_PAYOUT_ERROR_MESSAGES, USER_PAYOUT_HISTORY_ERROR_MESSAGES, EXAM_GROUP_ERROR_MESSAGES, TASK_MANAGEMENT_ERROR_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES, USER_BOOK_ASSESSMENT_ERROR_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES, VEHICLE_ERROR_MESSAGES, GENERATE_ID_CARD_ERROR_MESSAGES, CONTACT_FEED_BACK_ERROR_MESSAGES, PHOTO_GALLERY_ERROR_MESSAGES, NOTIFICATION_ERROR_MESSAGES, RULES_REGULATION_ERROR_MESSAGES, CAREER_ERROR_MESSAGES, SIGNED_URL_ERROR_MESSAGES, FLOOR_MANAGEMENT_ERROR_MESSAGES, SUBSCRIPTION_PLAN_ERROR_MESSAGES, CLOUD_STORAGE_ERROR_MESSAGES, HOME_WORK_ERROR_MESSAGES, USER_HAS_HOME_WORK_ERROR_MESSAGES, DAILY_BOOK_ERROR_MESSAGES, SYLLABUS_ERROR_MESSAGES, COIN_PURCHASE_OFFER_ERROR_MESSAGES, VENDOR_MANAGEMENT_ERROR_MESSAGES, SUB_CATEGORY_ERROR_MESSAGES, PRODUCT_ERROR_MESSAGES, INVOICE_ERROR_MESSAGES, COLUMN_ERROR_MESSAGES, PDC_HISTORY_ERROR_MESSAGES, DASHBOARD_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_HISTORY_ERROR_MESSAGES, REPLACE_TEACHER_ERROR_MESSAGES, WALLET_ERROR_MESSAGES, WALLET_HISTORY_ERROR_MESSAGES, WALLET_TRANSACTION_ERROR_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES, USER_HAS_STORAGE_ERROR_MESSAGES, ENTITY_GROUP_ERROR_MESSAGES, JOB_APPLY_ERROR_MESSAGES, USER_REQUIRED_STEPS_ERROR_MESSAGES, PAYMENT_TRANSACTION_ERROR_MESSAGES } from './constants/errorMessages.js';
|
|
10
|
+
import { HTTP_STATUS_CODE } from './constants/httpStatusCode.js';
|
|
11
|
+
import { SUCCESS_MESSAGES, USER_SUCCESS_MESSAGES, BANNER_SUCCESS_MESSAGES, APPROVE_REQUEST_SUCCESS_MESSAGES, ADMIN_SUCCESS_MESSAGES, USER_FEE_TYPE_ACCOUNT_SUCCESS_MESSAGES, USER_FEE_TYPE_SUCCESS_MESSAGES, SCHOOL_FEES_COLLECTION_SUCCESS_MESSAGES, FEE_SUCCESS_MESSAGES, INQUIRY_SUCCESS_MESSAGES, INFORMATION_SUPPORT_SUCCESS_MESSAGES, FEEDBACK_SUCCESS_MESSAGES, FEE_TYPE_SUCCESS_MESSAGES, ACCOUNT_RECEIPT_SUCCESS_MESSAGES, BANK_ACCOUNT_DETAILS_SUCCESS_MESSAGES, SUBSCRIPTION_SUCCESS_MESSAGES, SCHOOL_SHIFT_SUCCESS_MESSAGES, FEE_REMINDER_SUCCESS_MESSAGES, FACILITY_SUCCESS_MESSAGES, PAYMENT_TERMS_SUCCESS_MESSAGES, LEAVE_SUCCESS_MESSAGES, MASTER_LEAVE_SUCCESS_MESSAGES, FEE_HISTORY_SUCCESS_MESSAGES, SUBJECT_HAS_FEE_SUCCESS_MESSAGES, USER_HAS_INVENTORY_SUCCESS_MESSAGES, USER_HAS_INVENTORY_HISTORY_SUCCESS_MESSAGES, INVENTORY_SUCCESS_MESSAGES, INVENTORY_HISTORY_SUCCESS_MESSAGES, CATEGORY_SUCCESS_MESSAGES, OFFER_SUCCESS_MESSAGES, FEESCOLLECTION_SUCCESS_MESSAGES, FEEREMINDER_SUCCESS_MESSAGES, FEE_REMINDER_SETTING_SUCCESS_MESSAGES, USER_HAS_OFFER_SUCCESS_MESSAGES, USER_HAS_ROLL_NUMBER_SUCCESS_MESSAGES, HOLIDAY_SUCCESS_MESSAGES, EVENT_SUCCESS_MESSAGES, ACADEMIC_CALENDAR_SUCCESS_MESSAGES, BATCH_SUCCESS_MESSAGES, CLASSROOM_SUCCESS_MESSAGES, ROLE_SUCCESS_MESSAGES, MODULE_SUCCESS_MESSAGES, INSTITUTE_SUCCESS_MESSAGES, WORKING_DAYS_SUCCESS_MESSAGES, INSTITUTE_ENTITY_SUCCESS_MESSAGES, INSTITUTE_ENTITY_TYPE_SUCCESS_MESSAGES, USER_INSTITUTE_META_SUCCESS_MESSAGES, PARENTS_SUCCESS_MESSAGES, TYPE_MANAGEMENT_SUCCESS_MESSAGES, ANNOUCEMENT_SUCCESS_MESSAGES, EXAM_SUCCESS_MESSAGES, EXAM_HAS_ANSWER_SHEET_SUCCESS_MESSAGES, ATTENDANCE_SUCCESS_MESSAGES, USER_SCHOOL_METADATA_SUCCESS_MESSAGES, LECTURE_SUCCESS_MESSAGES, TRIP_SUCCESS_MESSAGES, SLOT_SUCCESS_MESSAGES, TO_DO_SUCCESS_MESSAGES, COURSE_SUCCESS_MESSAGES, USER_HAS_COURSE_SUCCESS_MESSAGES, GREETING_SUCCESS_MESSAGES, PDC_CHEQUE_SUCCESS_MESSAGES, TESTIMONIAL_SUCCESS_MESSAGES, VIDEO_ANALYST_SUCCESS_MESSAGES, BLOG_SUCCESS_MESSAGES, DRIVER_SUCCESS_MESSAGES, SUBJECT_INDEX_SUCCESS_MESSAGES, USER_PAYOUT_SUCCESS_MESSAGES, USER_PAYOUT_HISTORY_SUCCESS_MESSAGES, PLANNER_SUCCESS_MESSAGES, EXAM_GROUP_SUCCESS_MESSAGES, TASK_MANAGEMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_SUCCESS_MESSAGES, USER_BOOK_ASSESSMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_SUCCESS_MESSAGES, VEHICLE_SUCCESS_MESSAGES, GENERATE_ID_CARD_SUCCESS_MESSAGES, CONTACT_FEED_BACK_SUCCESS_MESSAGES, PHOTO_GALLERY_SUCCESS_MESSAGES, NOTIFICATION_SUCCESS_MESSAGES, CUSTOME_NOTIFICATION_SUCCESS_MESSAGES, RULE_REGULATION_SUCCESS_MESSAGES, CAREER_SUCCESS_MESSAGES, FLOOR_MANAGEMENT_SUCCESS_MESSAGES, SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, CLOUD_STORAGE_SUCCESS_MESSAGES, HOME_WORK_SUCCESS_MESSAGES, USER_HAS_HOME_WORK_SUCCESS_MESSAGES, DAILY_BOOK_SUCCESS_MESSAGES, SYLLABUS_SUCCESS_MESSAGES, COIN_PURCHASE_OFFER_SUCCESS_MESSAGES, VENDOR_MANAGEMENT_SUCCESS_MESSAGES, SUB_CATEGORY_SUCCESS_MESSAGES, PRODUCT_SUCCESS_MESSAGES, INVOICE_SUCCESS_MESSAGES, COLUMN_SUCCESS_MESSAGES, PDC_HISTORY_SUCCESS_MESSAGES, DASHBOARD_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_HISTORY_SUCCESS_MESSAGES, REPLACE_TEACHER_SUCCESS_MESSAGES, WALLET_SUCCESS_MESSAGES, WALLET_HISTORY_SUCCESS_MESSAGES, WALLET_TRANSACTION_SUCCESS_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, USER_HAS_STORAGE_SUCCESS_MESSAGES, ENTITY_GROUP_SUCCESS_MESSAGES, JOB_APPLY_SUCCESS_MESSAGES, USER_REQUIRED_STEPS_SUCCESS_MESSAGES, PAYMENT_TRANSACTION_SUCCESS_MESSAGES } from './constants/successMessages.js';
|
|
12
|
+
import ApprovalRequestModel from './models/mongodb/approvalRequestModel.js';
|
|
13
|
+
import AttendanceModel from './models/mongodb/attendanceModel.js';
|
|
14
|
+
import BlogModel from './models/mongodb/blogModel.js';
|
|
15
|
+
import CareerModel from './models/mongodb/careerModel.js';
|
|
16
|
+
import CertificatesHistoryModel from './models/mongodb/certificatesHistoryModel.js';
|
|
17
|
+
import CertificatesManagementModel from './models/mongodb/certificatesManagementModel.js';
|
|
18
|
+
import ColumnModel from './models/mongodb/columnModel.js';
|
|
19
|
+
import DailyBookModel from './models/mongodb/dailyBookModel.js';
|
|
20
|
+
import DashboardManagementModel from './models/mongodb/dashboardManagementModel.js';
|
|
21
|
+
import EventModel from './models/mongodb/eventModel.js';
|
|
22
|
+
import ExamGroupModel from './models/mongodb/examGroupModel.js';
|
|
23
|
+
import ExamHasAnswerSheetModel from './models/mongodb/examHasAnswerSheetModel.js';
|
|
24
|
+
import ExamModel from './models/mongodb/examModel.js';
|
|
25
|
+
import FeeReminderTypeModel from './models/mongodb/feeReminderTypeModel.js';
|
|
26
|
+
import FeedBackModel from './models/mongodb/feedBackModel.js';
|
|
27
|
+
import GenerateIdCardModel from './models/mongodb/generateIdCardModel.js';
|
|
28
|
+
import HolidayModel from './models/mongodb/holidayModel.js';
|
|
29
|
+
import InformationSupportModel from './models/mongodb/informationSupportModel.js';
|
|
30
|
+
import InquiryModel from './models/mongodb/inquiryModel.js';
|
|
31
|
+
import InvoiceModel from './models/mongodb/invoiceModel.js';
|
|
32
|
+
import JobApplyModel from './models/mongodb/jobApplyModel.js';
|
|
33
|
+
import PhotosGalleryModel from './models/mongodb/photosGalleryModel.js';
|
|
34
|
+
import PlannerModel from './models/mongodb/plannerModel.js';
|
|
35
|
+
import ReplaceTeacherModel from './models/mongodb/replaceTeacherModel.js';
|
|
36
|
+
import SchoolFeeModel from './models/mongodb/schoolFeeModel.js';
|
|
37
|
+
import SubjectIndexModel from './models/mongodb/subjectIndexModel.js';
|
|
38
|
+
import SubscriptionPlanModel from './models/mongodb/subscriptionPlanModel.js';
|
|
39
|
+
import TaskManagementModel from './models/mongodb/taskManagementModel.js';
|
|
40
|
+
import UniqueNumberCounterModel from './models/mongodb/uniqueNumberCounterModel.js';
|
|
41
|
+
import UserDetailsModel from './models/mongodb/userDetailsModel.js';
|
|
42
|
+
import { UserSchoolInfoSchema } from './models/mongodb/userDetailsModel.js';
|
|
43
|
+
import { UserDoc } from './models/mongodb/userDoc.js';
|
|
44
|
+
import UserInstituteMetaModel from './models/mongodb/userInstituteMetaModel.js';
|
|
45
|
+
import UserSchoolMetaModel from './models/mongodb/userSchoolMetaModel.js';
|
|
46
|
+
import VideoAnalystModel from './models/mongodb/videoAnalystModel.js';
|
|
47
|
+
import WalletTransactionModel from './models/mongodb/walletTransactionModel.js';
|
|
48
|
+
import SubCategoriesModel from './models/psql/SubCategoriesModel.js';
|
|
49
|
+
import AcademicCalendarModel from './models/psql/academicCalendarModel.js';
|
|
50
|
+
import AccountHasReceiptDetailsModel from './models/psql/accountHasReceiptDetailsModel.js';
|
|
51
|
+
import AnnouncementModel from './models/psql/announcementModel.js';
|
|
52
|
+
import AreaModel from './models/psql/areaModel.js';
|
|
53
|
+
import BankAccountDetailsModel from './models/psql/bankAccountDetailsModel.js';
|
|
54
|
+
import BannerModel from './models/psql/bannerModel.js';
|
|
55
|
+
import BatchModel from './models/psql/batchModel.js';
|
|
56
|
+
import BatchSubjectBookAssessmentModel from './models/psql/batchSubjectBookAssessmentModel.js';
|
|
57
|
+
import BatchSubjectProjectAssessmentModel from './models/psql/batchSubjectProjectAssessmentModel.js';
|
|
58
|
+
import BookAssessmentDateModel from './models/psql/bookAssessmentDateModel.js';
|
|
59
|
+
import CategoriesModel from './models/psql/categoriesModel.js';
|
|
60
|
+
import CityModel from './models/psql/cityModel.js';
|
|
61
|
+
import ClassRoomModel from './models/psql/classRoomModel.js';
|
|
62
|
+
import CloudStorageModel from './models/psql/cloudStorageModel.js';
|
|
63
|
+
import CoinPurchaseOfferModel from './models/psql/coinPurchaseOfferModel.js';
|
|
64
|
+
import ContactFeedBackModel from './models/psql/contactFeedBackModel.js';
|
|
65
|
+
import CountryModel from './models/psql/countryModel.js';
|
|
66
|
+
import CourseHasVisitorsModel from './models/psql/courseHasVisitorsModel.js';
|
|
67
|
+
import CourseModel from './models/psql/courseModel.js';
|
|
68
|
+
import DriverModel from './models/psql/driverModel.js';
|
|
69
|
+
import EntityGroupModel from './models/psql/entityGroupModel.js';
|
|
70
|
+
import FacilityModel from './models/psql/facilityModel.js';
|
|
71
|
+
import FeatureActionModel from './models/psql/featureActionModel.js';
|
|
72
|
+
import FeeHistoryDetailsModel from './models/psql/feeHistoryDetailsModel.js';
|
|
73
|
+
import FeeHistoryModel from './models/psql/feeHistoryModel.js';
|
|
74
|
+
import FeeReminderModel from './models/psql/feeReminderModel.js';
|
|
75
|
+
import FeeReminderSettingModel from './models/psql/feeReminderSettingModel.js';
|
|
76
|
+
import FeeTypeHasTermsModel from './models/psql/feeTypeHasTermsModel.js';
|
|
77
|
+
import FeeTypeModel from './models/psql/feeTypeModel.js';
|
|
78
|
+
import FeesCollectionModel from './models/psql/feesCollectionModel.js';
|
|
79
|
+
import FileStorageModel from './models/psql/fileStorageModel.js';
|
|
80
|
+
import FloorManagementModel from './models/psql/floorManagementModel.js';
|
|
81
|
+
import GreetingsModel from './models/psql/greetingsModel.js';
|
|
82
|
+
import HomeWorkModel from './models/psql/homeWorkModel.js';
|
|
83
|
+
import InstituteEntityModel from './models/psql/instituteEntityModel.js';
|
|
84
|
+
import InstituteEntityTypeModel from './models/psql/instituteEntityTypeModel.js';
|
|
85
|
+
import InstituteModel from './models/psql/instituteModel.js';
|
|
86
|
+
import InstituteSubscriptionPlanModel from './models/psql/instituteSubscriptionPlanModel.js';
|
|
87
|
+
import InventoryHistoryModel from './models/psql/inventoryHistoryModel.js';
|
|
88
|
+
import InventoryModel from './models/psql/inventoryModel.js';
|
|
89
|
+
import LectureHistoryModel from './models/psql/lectureHistoryModel.js';
|
|
90
|
+
import LectureModel from './models/psql/lectureModel.js';
|
|
91
|
+
import MasterLeaveModel from './models/psql/masterLeaveModel.js';
|
|
92
|
+
import ModuleFeatureModel from './models/psql/moduleFeatureModel.js';
|
|
93
|
+
import ModuleModel from './models/psql/moduleModel.js';
|
|
94
|
+
import OfferModel from './models/psql/offerModel.js';
|
|
95
|
+
import PaymentTermsModel from './models/psql/paymentTermsModel.js';
|
|
96
|
+
import PdcChequeModel from './models/psql/pdcChequeModel.js';
|
|
97
|
+
import PdcHistoryModel from './models/psql/pdcHistoryModel.js';
|
|
98
|
+
import PincodeModel from './models/psql/pincodeModel.js';
|
|
99
|
+
import ProductModel from './models/psql/productModel.js';
|
|
100
|
+
import ProjectAssessmentOptionModel from './models/psql/projectAssessmentOptionModel.js';
|
|
101
|
+
import RoleModel from './models/psql/roleModel.js';
|
|
102
|
+
import RulesRegulationModel from './models/psql/rulesRegulationModel.js';
|
|
103
|
+
import SchoolFeeCollectionModel from './models/psql/schoolFeeCollectionModel.js';
|
|
104
|
+
import SchoolOfferModel from './models/psql/schoolOfferModel.js';
|
|
105
|
+
import SendNotificationModel from './models/psql/sendNotificationModel.js';
|
|
106
|
+
import SlotModel from './models/psql/slotModel.js';
|
|
107
|
+
import StateModel from './models/psql/stateModel.js';
|
|
108
|
+
import SubjectHasFeeModel from './models/psql/subjectHasFeeModel.js';
|
|
109
|
+
import SubjectHasPayFeeHistoryModel from './models/psql/subjectHasPayFeeHistoryModel.js';
|
|
110
|
+
import SyllabusModel from './models/psql/syllabusModel.js';
|
|
111
|
+
import TestimonialModel from './models/psql/testimonialModel.js';
|
|
112
|
+
import ToDoModel from './models/psql/toDoModel.js';
|
|
113
|
+
import TokenModel from './models/psql/tokenModel.js';
|
|
114
|
+
import TripModel from './models/psql/tripModel.js';
|
|
115
|
+
import TypeManagementModel from './models/psql/typeManagementModel.js';
|
|
116
|
+
import UserBookAssessmentModel from './models/psql/userBookAssessmentModel.js';
|
|
117
|
+
import UserFeeTypeByAccountModel from './models/psql/userFeeTypeByAccountModel.js';
|
|
118
|
+
import UserFeeTypeModel from './models/psql/userFeeTypeModel.js';
|
|
119
|
+
import UserHasAnnouncementModel from './models/psql/userHasAnnouncementModel.js';
|
|
120
|
+
import UserHasBatchModel from './models/psql/userHasBatchModel.js';
|
|
121
|
+
import UserHasCourseModel from './models/psql/userHasCourseModel.js';
|
|
122
|
+
import UserHasDeviceModel from './models/psql/userHasDeviceModel.js';
|
|
123
|
+
import UserHasFeeTermsModel from './models/psql/userHasFeeTermsModel.js';
|
|
124
|
+
import UserHasFileModel from './models/psql/userHasFileModel.js';
|
|
125
|
+
import UserHasHomeWorkModel from './models/psql/userHasHomeWorkModel.js';
|
|
126
|
+
import UserHasInventoryHistoryModel from './models/psql/userHasInventoryHistoryModel.js';
|
|
127
|
+
import UserHasInventoryModel from './models/psql/userHasInventoryModel.js';
|
|
128
|
+
import UserHasLeaveHistoryModel from './models/psql/userHasLeaveHistoryModel.js';
|
|
129
|
+
import UserHasLeaveModel from './models/psql/userHasLeaveModel.js';
|
|
130
|
+
import UserHasOfferModel from './models/psql/userHasOfferModel.js';
|
|
131
|
+
import UserHasParentModel from './models/psql/userHasParentModel.js';
|
|
132
|
+
import UserHasRoleModel from './models/psql/userHasRoleModel.js';
|
|
133
|
+
import UserHasRollNumberModel from './models/psql/userHasRollNumberModel.js';
|
|
134
|
+
import UserHasStorageModel from './models/psql/userHasStorageModel.js';
|
|
135
|
+
import UserHasSubjectFeeModel from './models/psql/userHasSubjectFeeModel.js';
|
|
136
|
+
import UserLeaveRequestModel from './models/psql/userLeaveRequestModel.js';
|
|
137
|
+
import UserModel from './models/psql/userModel.js';
|
|
138
|
+
import UserPayoutDetailsModel from './models/psql/userPayoutDetailsModel.js';
|
|
139
|
+
import UserPayoutHistoryModel from './models/psql/userPayoutHistoryModel.js';
|
|
140
|
+
import UserPayoutModel from './models/psql/userPayoutModel.js';
|
|
141
|
+
import UserProjectAssessmentOptionModel from './models/psql/userProjectAssessmentOptionModel.js';
|
|
142
|
+
import UserRequiredStepsModel from './models/psql/userRequiredStepsModel.js';
|
|
143
|
+
import VehicleModel from './models/psql/vehicleModel.js';
|
|
144
|
+
import VendorManagementModel from './models/psql/vendorManagementModel.js';
|
|
145
|
+
import WalletHistoryModel from './models/psql/walletHistoryModel.js';
|
|
146
|
+
import WalletModel from './models/psql/walletModel.js';
|
|
147
|
+
import WorkingDayModel from './models/psql/workingDayModel.js';
|
|
148
|
+
import WorkingShiftModel from './models/psql/workingShiftModel.js';
|
|
149
|
+
import { sequelize, db, Sequelize } from './models/psql/index.js';
|
|
150
|
+
import connectMongoDb from './models/mongodb/index.js';
|
|
151
|
+
export { uploadFileToS3, getPresignedUrl, pick, isValidMongoDbId, omit, ensureDirectoryExists, generateOtp, generateAlphaNumericCode, generateTempPassword, getUniqueArrayByFields, keyByFieldOrFields, groupByFieldOrFields, isTimeWithinRange, isDateWithinRange, startOfDay, generateUuidToNumber, endOfDay, groupByFields, sortArray, getChildrenByParentId, getParentsByChildrenId, buildNestedStructure, flattenNestedStructure, removeFalsyValues, isValidUUID, parseOrderOptions, capitalizeFirst, normalizeToArray, fromSnakeCaseToNormalText, slugify, assignNonNull, isUserSchoolInfoUpdate, chunkArray, extractFromObject, enumAlternatives, objectIdAlternatives, uuidIdAlternatives, customPagination, generateHmacSHA256, verifyHmacSHA256, generateVoucherCode, getCityAreas, getNextLetter, MongooseCommonService, SequelizeCommonService, s3, ENV_VARIABLE, SIXTY, ONE_HUNDRED, ONE_THOUSAND, USER_INSTITUTE_META_STATUS_REJECTED_COUNT, PAGINATION, DEFAULT_CLASS_ROOM_TITLE, DEFAULT_BATCH_TITLE, PAGINATION_ORDER, PAGINATION_UPDATE_ORDER, EMAIL_VERIFICATION, MOBILE_VERIFICATION, PDF_MICRO_SERVICE_END_POINT, USER_STATUS, INVENTORY_TYPE, USER_INVENTORY_ACTION, ATTENDANCE_STATUS, ATTENDANCE_TYPE, SCHOOL_TYPE, SCHOOL_SUB_TYPE, GENDER, ASSIGN_TYPE, RETURN_STATUS, ACADEMIC_CALENDARS_TYPE, USER_TYPES, TOKEN_TYPES, COMMAN_STATUS, USER_COURSE_STATUS, TRIP_TYPE, GREETING_TYPE, FEE_REMINDER_SETTING_STATUS, TERM_DURATION, FEE_REMINDER_SETTING_TYPE, FEE_REMINDER_SETTING_FREQUENCY, FEE_TYPE_FREQUENCY, PAYMENT_TYPE, FEE_PAYMENT_STATUS, INSTITUTE_STATUS, OFFER_TYPE, OFFER_NAME, LEAVE_TYPE, LEAVE, LEAVE_STATUS, WORKIN_DAY_STATUS, SCHOOL_SHIFT, INSTITUTE_ENTITY_STATUS, INSTITUTE_ENTITY_TYPE_STATUS, INSTITUTE_ENTITY_TYPE_SEQUENCE, ADMISSION_TYPE, NO_TYPE, USER_DETAILS, WORK_TYPE, BLOG_STATUS, WORK_CATEGORY, DISABILITY_TYPE, GUARDIANS_USER_META_MODEL_STATUS, USER_HAS_PARENT_STATUS, USER_INSTITUTE_META_STATUS, EMPLOYMENT_TYPE, FACILITY_TYPE, FEED_BACK_TYPE, FEED_BACK_STATUS, APP_TYPE, BANNER_TYPE, ACADEMIC_CALENDARS_STATUS, FILE_TYPE, TYPE_MANAGEMENT_TYPE, TYPE_MANAGEMENT_STATUS, APPROVE_REQUEST_TYPE, APPROVE_REQUEST_STATUS, ANNOUCEMENT_SCHEDULE_TYPE, TYPE_OF_USER, ANNOUCEMENT_STATUS, USER_HAS_ANNOUCEMENT_STATUS, GREETING_STATUS, EXAM_MODE, COURSE_STATUS, EXAM_STATUS, EXAM_ANSWER_SELECTION_TYPE, EXAM_VALID_ANSWER_TYPE, EXAM_ANSWER_SHEET_STATUS, EXAM_ANSWER_SHEET_RESULT_STATUS, EXAM_ANSWER_SHEET_RESULT_TYPE, PAYMENT_TERMS_STATUS, PAYMENT_TERMS_TYPE, EXAM_ANSWER_SHEET_QUESTION_RESULT, LECTURE_SLOT_DURATION, SUBJECT_INDEX_TYPE, EXAM_GROUP_STATUS, EXAM_GROUP_STANDARD_RESULT, INQUIRY_REFERRED_BY, INQUIRY_STATUS, IMAGE__NAME, CHAPTER_INDEX_TYPE, USER_CHAPTER_INDEX_STATUS, FEE_HISTORY_STATUS, CHAPTER_INDEX_FILE_TYPE, PARENTS_CHILDREN_CURRENT, USER_PAYOUT_TYPE, QDC_NAME, SVA_NAME, TRUST_TYPE, TRUST_REGISTERED_UNDER, DESIGNATION_OF_PERSON, PROPERTY_STATUS, BOOLEAN_STATUS, FEE_TYPE, IS_PRINCIPAL, CATEGORY, NATIONALITY, RELIGION_CASTE, CASTE, SCHOOL_INFORMATION_STEP, LECTURE_STATUS, LECTURE_TITLE, TO_DO_STATUS, SVG_URL_PATH, UPLOAD_PATH, DEFAULT_INSTITUTED_LOGO, API_URL, GOOGLE_AUTH, META_AUTH, APPLE_AUTH, PINCODE_API_URL, EMAIL_TEMPLATES, PDF_TEMPLATES, EMAIL_SUBJECTS, bankAccountRegexMap, templateKeyWord, DEVICE_TYPE, USER_DETAILS_FILED, TASK_MANAGEMENT_STATUS, BOOK_ASSESSMENT_DATE_STATUS, USER_BOOK_ASSESSMENT_STATUS, PROJECT_ASSESSMENT_OPTION_STATUS, NOTIFICATION_TYPE, NOTIFICATION_STATUS, NOTIFICATION_MODULE_TYPE, NOTIFICATION_ACTION, PLANNER_SYNC_STATUS, CONTACT_FEED_BACK_TYPE, DISCOUNT_TYPE, SUBSCRIPTION_PLAN_CHARGE_INTERVAL, VALID_CURRENCY, SUBSCRIPTION_PLAN_FILES_TYPE, SOCKET_EVENTS, HOME_WORK_STATUS, LANGUAGES, PDF_CHEQUE_STATUS, PDF_CHEQUE_FREQUENCY, INVOICE_PAYMENT_TYPE, COLUMN_LIST_TITLE, PURCHASE_STATUS, INVOICE_TYPE, TEACHER_TYPE, REPLACE_TEACHER_STATUS, WALLET_HISTORY_TYPE, WALLET_HISTORY_ITEM_TYPE, WALLET_HISTORY_ACTION, WALLET_HISTORY_STATUS, WALLET_TRANSACTION_USERS_TYPE, INSTITUTE_SUBSCRIPTION_PLAN_STATUS, CHARGE_PER_TRANSACTION_ITEM_UNIT, ONE_GB_BYTES, JOB_ACTION, PAYMENT_GATEWAY_TYPES, PAYMENT_METHODS, WALLET_TRANSACTION_VALID_DATE_IN_MINUTES, WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES, COIN_PURCHASE_GST_PERCENTAGE, PAYMENT_PROCESSING_STATUS_URL, PAYMENT_PROCESSING_PAGE_URL, PAYMENT_PROCESSING_CALLBACK_URL, INITIAL_FREE_COIN, INITIAL_FREE_STORAGE_IN_GB, FREE_SUBSCRIPTION_SEQUENCE, INSTITUTE_DEFAULT_ATTRIBUTES, INSTITUTE_WORKING_DAY_DEFAULT_ATTRIBUTES, DEFAULT_EXCLUDES_ATTRIBUTES, USER_BASIC_DETAIL, SUBJECT_FEE_BASIC_DETAIL, FEE_COLLECTION_BASIC_DETAIL, INSTITUTE_BASIC_DETAIL, FILE_BASIC_DETAIL, USER_PAYOUT_BASIC_DETAIL, ERROR_MESSAGES, USER_ERROR_MESSAGES, USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES, BANNER_ERROR_MESSAGES, APPROVE_REQUEST_ERROR_MESSAGES, INQUIRY_ERROR_MESSAGES, INFORMATION_SUPPORT_ERROR_MESSAGES, BANK_ACCOUNT_DETAILS_ERROR_MESSAGES, SCHOOL_SHIFT_ERROR_MESSAGES, ACCOUNT_RECEIPT_ERROR_MESSAGES, SCHOOL_FEES_COLLECTION_ERROR_MESSAGES, FEEDBACK_ERROR_MESSAGES, SUBSCRIPTION_ERROR_MESSAGES, LEAVE_ERROR_MESSAGES, MASTER_LEAVE_ERROR_MESSAGES, FEE_HISTORY_ERROR_MESSAGES, SUBJECT_HAS_FEE_ERROR_MESSAGES, USER_HAS_INVENTORY_ERROR_MESSAGES, CATEGORY_ERROR_MESSAGES, INVENTORY_ERROR_MESSAGES, PAYMENT_TERMS_ERROR_MESSAGES, INVENTORY_HISTORY_ERROR_MESSAGES, OFFER_ERROR_MESSAGES, FACILITY_ERROR_MESSAGES, FEE_TYPE_ERROR_MESSAGES, SCHOOL_FEE_ERROR_MESSAGES, USER_FEE_TYPE_ERROR_MESSAGES, FEESCOLLECTION_ERROR_MESSAGES, FEEREMINDER_ERROR_MESSAGES, FEE_REMINDER_SETTING_ERROR_MESSAGES, FEE_REMINDER_ERROR_MESSAGES, USER_HAS_OFFER_ERROR_MESSAGES, USER_HAS_ROLL_NUMBER_ERROR_MESSAGES, HOLIDAY_ERROR_MESSAGES, EVENT_ERROR_MESSAGES, ACADEMIC_CALENDAR_ERROR_MESSAGES, BATCH_ERROR_MESSAGES, CLASSROOM_ERROR_MESSAGES, TYPE_MANAGEMENT_ERROR_MESSAGES, ROLE_ERROR_MESSAGES, MODULE_ERROR_MESSAGES, INSTITUTE_ERROR_MESSAGES, INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES, INSTITUTE_ENTITY_ERROR_MESSAGES, USER_INSTITUTE_META_ERROR_MESSAGES, PARENTS_ERROR_MESSAGES, ANNOUCEMENT_ERROR_MESSAGES, EXAM_ERROR_MESSAGES, EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES, FILE_STORAGE_ERROR_MESSAGES, ATTENDANCE_ERROR_MESSAGES, USER_SCHOOL_METADATA_ERROR_MESSAGES, WORKING_DAYS_ERROR_MESSAGES, LECTURE_ERROR_MESSAGES, TRIP_ERROR_MESSAGES, SLOT_ERROR_MESSAGES, TO_DO_ERROR_MESSAGES, COURSE_ERROR_MESSAGES, USER_HAS_COURSE_ERROR_MESSAGES, GREETING_ERROR_MESSAGES, PDC_CHEQUE_ERROR_MESSAGES, VIDEO_ANALYST_ERROR_MESSAGES, BLOG_ERROR_MESSAGES, DRIVER_ERROR_MESSAGES, TESTIMONIAL_ERROR_MESSAGES, SUBJECT_INDEX_ERROR_MESSAGES, USER_PAYOUT_ERROR_MESSAGES, USER_PAYOUT_HISTORY_ERROR_MESSAGES, EXAM_GROUP_ERROR_MESSAGES, TASK_MANAGEMENT_ERROR_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES, USER_BOOK_ASSESSMENT_ERROR_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES, VEHICLE_ERROR_MESSAGES, GENERATE_ID_CARD_ERROR_MESSAGES, CONTACT_FEED_BACK_ERROR_MESSAGES, PHOTO_GALLERY_ERROR_MESSAGES, NOTIFICATION_ERROR_MESSAGES, RULES_REGULATION_ERROR_MESSAGES, CAREER_ERROR_MESSAGES, SIGNED_URL_ERROR_MESSAGES, FLOOR_MANAGEMENT_ERROR_MESSAGES, SUBSCRIPTION_PLAN_ERROR_MESSAGES, CLOUD_STORAGE_ERROR_MESSAGES, HOME_WORK_ERROR_MESSAGES, USER_HAS_HOME_WORK_ERROR_MESSAGES, DAILY_BOOK_ERROR_MESSAGES, SYLLABUS_ERROR_MESSAGES, COIN_PURCHASE_OFFER_ERROR_MESSAGES, VENDOR_MANAGEMENT_ERROR_MESSAGES, SUB_CATEGORY_ERROR_MESSAGES, PRODUCT_ERROR_MESSAGES, INVOICE_ERROR_MESSAGES, COLUMN_ERROR_MESSAGES, PDC_HISTORY_ERROR_MESSAGES, DASHBOARD_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_MANAGEMENT_ERROR_MESSAGES, CERTIFICATES_HISTORY_ERROR_MESSAGES, REPLACE_TEACHER_ERROR_MESSAGES, WALLET_ERROR_MESSAGES, WALLET_HISTORY_ERROR_MESSAGES, WALLET_TRANSACTION_ERROR_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES, USER_HAS_STORAGE_ERROR_MESSAGES, ENTITY_GROUP_ERROR_MESSAGES, JOB_APPLY_ERROR_MESSAGES, USER_REQUIRED_STEPS_ERROR_MESSAGES, PAYMENT_TRANSACTION_ERROR_MESSAGES, HTTP_STATUS_CODE, SUCCESS_MESSAGES, USER_SUCCESS_MESSAGES, BANNER_SUCCESS_MESSAGES, APPROVE_REQUEST_SUCCESS_MESSAGES, ADMIN_SUCCESS_MESSAGES, USER_FEE_TYPE_ACCOUNT_SUCCESS_MESSAGES, USER_FEE_TYPE_SUCCESS_MESSAGES, SCHOOL_FEES_COLLECTION_SUCCESS_MESSAGES, FEE_SUCCESS_MESSAGES, INQUIRY_SUCCESS_MESSAGES, INFORMATION_SUPPORT_SUCCESS_MESSAGES, FEEDBACK_SUCCESS_MESSAGES, FEE_TYPE_SUCCESS_MESSAGES, ACCOUNT_RECEIPT_SUCCESS_MESSAGES, BANK_ACCOUNT_DETAILS_SUCCESS_MESSAGES, SUBSCRIPTION_SUCCESS_MESSAGES, SCHOOL_SHIFT_SUCCESS_MESSAGES, FEE_REMINDER_SUCCESS_MESSAGES, FACILITY_SUCCESS_MESSAGES, PAYMENT_TERMS_SUCCESS_MESSAGES, LEAVE_SUCCESS_MESSAGES, MASTER_LEAVE_SUCCESS_MESSAGES, FEE_HISTORY_SUCCESS_MESSAGES, SUBJECT_HAS_FEE_SUCCESS_MESSAGES, USER_HAS_INVENTORY_SUCCESS_MESSAGES, USER_HAS_INVENTORY_HISTORY_SUCCESS_MESSAGES, INVENTORY_SUCCESS_MESSAGES, INVENTORY_HISTORY_SUCCESS_MESSAGES, CATEGORY_SUCCESS_MESSAGES, OFFER_SUCCESS_MESSAGES, FEESCOLLECTION_SUCCESS_MESSAGES, FEEREMINDER_SUCCESS_MESSAGES, FEE_REMINDER_SETTING_SUCCESS_MESSAGES, USER_HAS_OFFER_SUCCESS_MESSAGES, USER_HAS_ROLL_NUMBER_SUCCESS_MESSAGES, HOLIDAY_SUCCESS_MESSAGES, EVENT_SUCCESS_MESSAGES, ACADEMIC_CALENDAR_SUCCESS_MESSAGES, BATCH_SUCCESS_MESSAGES, CLASSROOM_SUCCESS_MESSAGES, ROLE_SUCCESS_MESSAGES, MODULE_SUCCESS_MESSAGES, INSTITUTE_SUCCESS_MESSAGES, WORKING_DAYS_SUCCESS_MESSAGES, INSTITUTE_ENTITY_SUCCESS_MESSAGES, INSTITUTE_ENTITY_TYPE_SUCCESS_MESSAGES, USER_INSTITUTE_META_SUCCESS_MESSAGES, PARENTS_SUCCESS_MESSAGES, TYPE_MANAGEMENT_SUCCESS_MESSAGES, ANNOUCEMENT_SUCCESS_MESSAGES, EXAM_SUCCESS_MESSAGES, EXAM_HAS_ANSWER_SHEET_SUCCESS_MESSAGES, ATTENDANCE_SUCCESS_MESSAGES, USER_SCHOOL_METADATA_SUCCESS_MESSAGES, LECTURE_SUCCESS_MESSAGES, TRIP_SUCCESS_MESSAGES, SLOT_SUCCESS_MESSAGES, TO_DO_SUCCESS_MESSAGES, COURSE_SUCCESS_MESSAGES, USER_HAS_COURSE_SUCCESS_MESSAGES, GREETING_SUCCESS_MESSAGES, PDC_CHEQUE_SUCCESS_MESSAGES, TESTIMONIAL_SUCCESS_MESSAGES, VIDEO_ANALYST_SUCCESS_MESSAGES, BLOG_SUCCESS_MESSAGES, DRIVER_SUCCESS_MESSAGES, SUBJECT_INDEX_SUCCESS_MESSAGES, USER_PAYOUT_SUCCESS_MESSAGES, USER_PAYOUT_HISTORY_SUCCESS_MESSAGES, PLANNER_SUCCESS_MESSAGES, EXAM_GROUP_SUCCESS_MESSAGES, TASK_MANAGEMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_BOOK_ASSESSMENT_SUCCESS_MESSAGES, USER_BOOK_ASSESSMENT_SUCCESS_MESSAGES, BATCH_SUBJECT_PROJECT_ASSESSMENT_SUCCESS_MESSAGES, VEHICLE_SUCCESS_MESSAGES, GENERATE_ID_CARD_SUCCESS_MESSAGES, CONTACT_FEED_BACK_SUCCESS_MESSAGES, PHOTO_GALLERY_SUCCESS_MESSAGES, NOTIFICATION_SUCCESS_MESSAGES, CUSTOME_NOTIFICATION_SUCCESS_MESSAGES, RULE_REGULATION_SUCCESS_MESSAGES, CAREER_SUCCESS_MESSAGES, FLOOR_MANAGEMENT_SUCCESS_MESSAGES, SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, CLOUD_STORAGE_SUCCESS_MESSAGES, HOME_WORK_SUCCESS_MESSAGES, USER_HAS_HOME_WORK_SUCCESS_MESSAGES, DAILY_BOOK_SUCCESS_MESSAGES, SYLLABUS_SUCCESS_MESSAGES, COIN_PURCHASE_OFFER_SUCCESS_MESSAGES, VENDOR_MANAGEMENT_SUCCESS_MESSAGES, SUB_CATEGORY_SUCCESS_MESSAGES, PRODUCT_SUCCESS_MESSAGES, INVOICE_SUCCESS_MESSAGES, COLUMN_SUCCESS_MESSAGES, PDC_HISTORY_SUCCESS_MESSAGES, DASHBOARD_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_MANAGEMENT_SUCCESS_MESSAGES, CERTIFICATES_HISTORY_SUCCESS_MESSAGES, REPLACE_TEACHER_SUCCESS_MESSAGES, WALLET_SUCCESS_MESSAGES, WALLET_HISTORY_SUCCESS_MESSAGES, WALLET_TRANSACTION_SUCCESS_MESSAGES, INSTITUTE_SUBSCRIPTION_PLAN_SUCCESS_MESSAGES, USER_HAS_STORAGE_SUCCESS_MESSAGES, ENTITY_GROUP_SUCCESS_MESSAGES, JOB_APPLY_SUCCESS_MESSAGES, USER_REQUIRED_STEPS_SUCCESS_MESSAGES, PAYMENT_TRANSACTION_SUCCESS_MESSAGES, ApprovalRequestModel, AttendanceModel, BlogModel, CareerModel, CertificatesHistoryModel, CertificatesManagementModel, ColumnModel, DailyBookModel, DashboardManagementModel, EventModel, ExamGroupModel, ExamHasAnswerSheetModel, ExamModel, FeeReminderTypeModel, FeedBackModel, GenerateIdCardModel, HolidayModel, InformationSupportModel, InquiryModel, InvoiceModel, JobApplyModel, PhotosGalleryModel, PlannerModel, ReplaceTeacherModel, SchoolFeeModel, SubjectIndexModel, SubscriptionPlanModel, TaskManagementModel, UniqueNumberCounterModel, UserDetailsModel, UserSchoolInfoSchema, UserDoc, UserInstituteMetaModel, UserSchoolMetaModel, VideoAnalystModel, WalletTransactionModel, SubCategoriesModel, AcademicCalendarModel, AccountHasReceiptDetailsModel, AnnouncementModel, AreaModel, BankAccountDetailsModel, BannerModel, BatchModel, BatchSubjectBookAssessmentModel, BatchSubjectProjectAssessmentModel, BookAssessmentDateModel, CategoriesModel, CityModel, ClassRoomModel, CloudStorageModel, CoinPurchaseOfferModel, ContactFeedBackModel, CountryModel, CourseHasVisitorsModel, CourseModel, DriverModel, EntityGroupModel, FacilityModel, FeatureActionModel, FeeHistoryDetailsModel, FeeHistoryModel, FeeReminderModel, FeeReminderSettingModel, FeeTypeHasTermsModel, FeeTypeModel, FeesCollectionModel, FileStorageModel, FloorManagementModel, GreetingsModel, HomeWorkModel, InstituteEntityModel, InstituteEntityTypeModel, InstituteModel, InstituteSubscriptionPlanModel, InventoryHistoryModel, InventoryModel, LectureHistoryModel, LectureModel, MasterLeaveModel, ModuleFeatureModel, ModuleModel, OfferModel, PaymentTermsModel, PdcChequeModel, PdcHistoryModel, PincodeModel, ProductModel, ProjectAssessmentOptionModel, RoleModel, RulesRegulationModel, SchoolFeeCollectionModel, SchoolOfferModel, SendNotificationModel, SlotModel, StateModel, SubjectHasFeeModel, SubjectHasPayFeeHistoryModel, SyllabusModel, TestimonialModel, ToDoModel, TokenModel, TripModel, TypeManagementModel, UserBookAssessmentModel, UserFeeTypeByAccountModel, UserFeeTypeModel, UserHasAnnouncementModel, UserHasBatchModel, UserHasCourseModel, UserHasDeviceModel, UserHasFeeTermsModel, UserHasFileModel, UserHasHomeWorkModel, UserHasInventoryHistoryModel, UserHasInventoryModel, UserHasLeaveHistoryModel, UserHasLeaveModel, UserHasOfferModel, UserHasParentModel, UserHasRoleModel, UserHasRollNumberModel, UserHasStorageModel, UserHasSubjectFeeModel, UserLeaveRequestModel, UserModel, UserPayoutDetailsModel, UserPayoutHistoryModel, UserPayoutModel, UserProjectAssessmentOptionModel, UserRequiredStepsModel, VehicleModel, VendorManagementModel, WalletHistoryModel, WalletModel, WorkingDayModel, WorkingShiftModel, sequelize, Sequelize, db, connectMongoDb };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ACADEMIC_CALENDARS_STATUS } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface IAcademicCalendarModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
startDate: Date;
|
|
6
|
+
endDate: Date;
|
|
7
|
+
instituteId: string;
|
|
8
|
+
status: ACADEMIC_CALENDARS_STATUS;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
export interface IAccountHasReceiptDetailsInterfaceModelAttributes extends IDefaultAttributes {
|
|
3
|
+
id: string;
|
|
4
|
+
bankId: string;
|
|
5
|
+
addressLine1: string;
|
|
6
|
+
addressLine2: string;
|
|
7
|
+
pinCode: string;
|
|
8
|
+
city: number;
|
|
9
|
+
state: number;
|
|
10
|
+
country: number;
|
|
11
|
+
mobile: string[];
|
|
12
|
+
area: string;
|
|
13
|
+
profileImage: string;
|
|
14
|
+
name: string;
|
|
15
|
+
landline: string;
|
|
16
|
+
instituteId: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ANNOUCEMENT_STATUS, ANNOUCEMENT_SCHEDULE_TYPE, USER_TYPES } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface IAnnouncementModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
subTitle: string;
|
|
7
|
+
description: string;
|
|
8
|
+
scheduleType: ANNOUCEMENT_SCHEDULE_TYPE;
|
|
9
|
+
subjects?: string[];
|
|
10
|
+
batches?: string[];
|
|
11
|
+
userTypes?: USER_TYPES[];
|
|
12
|
+
scheduleDate?: Date;
|
|
13
|
+
instituteId?: string;
|
|
14
|
+
userIds?: string[];
|
|
15
|
+
status: ANNOUCEMENT_STATUS;
|
|
16
|
+
fileStorageId?: string;
|
|
17
|
+
link?: string;
|
|
18
|
+
entityIds?: string[];
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Document } from 'mongoose';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
import { APPROVE_REQUEST_STATUS, APPROVE_REQUEST_TYPE } from '../constants/app.js';
|
|
4
|
+
export interface IApproveRequestModelAttributes extends IDefaultAttributes, Document {
|
|
5
|
+
id: string;
|
|
6
|
+
approveType: APPROVE_REQUEST_TYPE;
|
|
7
|
+
data: object;
|
|
8
|
+
status: APPROVE_REQUEST_STATUS;
|
|
9
|
+
approveBy?: string;
|
|
10
|
+
rejectBy?: string;
|
|
11
|
+
reason?: string;
|
|
12
|
+
rejectDate?: string;
|
|
13
|
+
approveDate?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Document } from 'mongoose';
|
|
2
|
+
import { ATTENDANCE_STATUS, ATTENDANCE_TYPE, USER_TYPES } from '../constants/app.js';
|
|
3
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
4
|
+
export interface IAttendanceUser {
|
|
5
|
+
userId: string;
|
|
6
|
+
status: ATTENDANCE_STATUS;
|
|
7
|
+
description: string;
|
|
8
|
+
checkedInTime: Date;
|
|
9
|
+
checkedOutTime: Date;
|
|
10
|
+
}
|
|
11
|
+
export interface IAttendanceModelAttributes extends IDefaultAttributes, Document {
|
|
12
|
+
id: string;
|
|
13
|
+
date: Date;
|
|
14
|
+
type: ATTENDANCE_TYPE;
|
|
15
|
+
userType: USER_TYPES;
|
|
16
|
+
instituteId?: string;
|
|
17
|
+
users: IAttendanceUser[];
|
|
18
|
+
batchId?: string;
|
|
19
|
+
lectureId?: string;
|
|
20
|
+
slotId?: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
import { COMMAN_STATUS, BOOLEAN_STATUS } from '../constants/app.js';
|
|
3
|
+
export interface IBankAccountDetailsInterfaceModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
accountHolderName: string;
|
|
6
|
+
bankName: string;
|
|
7
|
+
branchName: string;
|
|
8
|
+
accountNumber: string;
|
|
9
|
+
ifscCode: string;
|
|
10
|
+
instituteId: string;
|
|
11
|
+
status: COMMAN_STATUS;
|
|
12
|
+
isDefault: BOOLEAN_STATUS;
|
|
13
|
+
isSelfAccount: BOOLEAN_STATUS;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
import { BANNER_TYPE, APP_TYPE, COMMAN_STATUS, USER_TYPES } from '../constants/app.js';
|
|
3
|
+
export interface IBannerModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
subTitle: string;
|
|
7
|
+
description: string;
|
|
8
|
+
type: APP_TYPE;
|
|
9
|
+
bannerType: BANNER_TYPE;
|
|
10
|
+
userType?: USER_TYPES;
|
|
11
|
+
status: COMMAN_STATUS;
|
|
12
|
+
fileStorageId: string;
|
|
13
|
+
instituteId?: string;
|
|
14
|
+
fileUrl?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { COMMAN_STATUS, PLANNER_SYNC_STATUS } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface IBatchModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
type: string;
|
|
7
|
+
subjects: string[];
|
|
8
|
+
startTime: Date;
|
|
9
|
+
endTime: Date;
|
|
10
|
+
capacity: number;
|
|
11
|
+
instituteId: string;
|
|
12
|
+
shiftId: string | null;
|
|
13
|
+
slotId?: string;
|
|
14
|
+
teacherId?: string;
|
|
15
|
+
status: COMMAN_STATUS;
|
|
16
|
+
plannerSyncStatus?: PLANNER_SYNC_STATUS;
|
|
17
|
+
academicCalendarId?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
export interface IBatchSubjectBookAssessmentModelAttributes extends IDefaultAttributes {
|
|
3
|
+
id: string;
|
|
4
|
+
batchId: string;
|
|
5
|
+
subjectId: string;
|
|
6
|
+
standardId: string;
|
|
7
|
+
assessmentType: string;
|
|
8
|
+
instituteId?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
export interface IBatchSubjectProjectAssessmentModelAttributes extends IDefaultAttributes {
|
|
3
|
+
id: string;
|
|
4
|
+
batchId: string;
|
|
5
|
+
title: string;
|
|
6
|
+
descriptions: string;
|
|
7
|
+
subjectId: string;
|
|
8
|
+
standardId: string;
|
|
9
|
+
optionSelectionDueDate: Date;
|
|
10
|
+
submissionDate: Date;
|
|
11
|
+
instituteId?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { BLOG_STATUS } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
import { Document } from 'mongoose';
|
|
4
|
+
export interface ICommentSchema {
|
|
5
|
+
id: string;
|
|
6
|
+
userId: string;
|
|
7
|
+
text: string;
|
|
8
|
+
parentCommentId?: string;
|
|
9
|
+
createdAt: Date;
|
|
10
|
+
updateAt: Date;
|
|
11
|
+
isHide: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface ILikeSchema {
|
|
14
|
+
likeId: string;
|
|
15
|
+
userId: string;
|
|
16
|
+
createdAt: Date;
|
|
17
|
+
}
|
|
18
|
+
export interface IShareListSchema {
|
|
19
|
+
userId: string;
|
|
20
|
+
createdAt: Date;
|
|
21
|
+
createdBy: string;
|
|
22
|
+
}
|
|
23
|
+
export interface ISubTopicSchema {
|
|
24
|
+
title: string;
|
|
25
|
+
description: string;
|
|
26
|
+
files: string[];
|
|
27
|
+
srNo: number;
|
|
28
|
+
}
|
|
29
|
+
export interface IBlogModelAttributes extends IDefaultAttributes, Document {
|
|
30
|
+
id: string;
|
|
31
|
+
title: string;
|
|
32
|
+
description: string;
|
|
33
|
+
blogStatus: BLOG_STATUS;
|
|
34
|
+
instituteId: string;
|
|
35
|
+
feedBackId?: string;
|
|
36
|
+
files: string[];
|
|
37
|
+
academicCalendarId: string;
|
|
38
|
+
comment: ICommentSchema[];
|
|
39
|
+
like: ILikeSchema[];
|
|
40
|
+
approveBy?: string;
|
|
41
|
+
rejectBy?: string;
|
|
42
|
+
rejectNote?: string;
|
|
43
|
+
subTopic?: ISubTopicSchema[];
|
|
44
|
+
slug: string;
|
|
45
|
+
shareList: IShareListSchema[];
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BOOK_ASSESSMENT_DATE_STATUS } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface IBookAssessmentDateModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
assessmentBookId: string;
|
|
6
|
+
status: BOOK_ASSESSMENT_DATE_STATUS;
|
|
7
|
+
date: Date;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from 'mongoose';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
import { COMMAN_STATUS } from '../constants/app.js';
|
|
4
|
+
export interface ICareerModelAttributes extends IDefaultAttributes, Document {
|
|
5
|
+
id: string;
|
|
6
|
+
fullName: string;
|
|
7
|
+
email: string;
|
|
8
|
+
phone: string;
|
|
9
|
+
technology: string[];
|
|
10
|
+
resumeFileStorageId: string;
|
|
11
|
+
status: COMMAN_STATUS;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
import { COMMAN_STATUS } from '../constants/app.js';
|
|
3
|
+
export interface ICategoriesModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
status: COMMAN_STATUS;
|
|
7
|
+
instituteId?: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
import { Document } from 'mongoose';
|
|
3
|
+
export interface ICertificatesHistoryAttributes extends IDefaultAttributes, Document {
|
|
4
|
+
id: string;
|
|
5
|
+
instituteId?: string;
|
|
6
|
+
userInstituteMetaId: string[];
|
|
7
|
+
certificatesManagementId: string;
|
|
8
|
+
additionalData: object;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { COMMAN_STATUS } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
import { Document } from 'mongoose';
|
|
4
|
+
export interface ICertificatesManagementAttributes extends IDefaultAttributes, Document {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
status: COMMAN_STATUS;
|
|
8
|
+
instituteId?: string;
|
|
9
|
+
additionalData: string[];
|
|
10
|
+
isInstituteDefault?: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
export interface ICityAttributes extends IDefaultAttributes {
|
|
3
|
+
id?: number;
|
|
4
|
+
name: string;
|
|
5
|
+
countryCode: string;
|
|
6
|
+
stateCode: string;
|
|
7
|
+
isActive?: boolean;
|
|
8
|
+
countryId?: number;
|
|
9
|
+
stateId?: number;
|
|
10
|
+
createdAt?: Date;
|
|
11
|
+
updatedAt?: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
2
|
+
import { COMMAN_STATUS } from '../constants/app.js';
|
|
3
|
+
export interface IClassRoomModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
classroomNumber?: string;
|
|
7
|
+
status: COMMAN_STATUS;
|
|
8
|
+
color: string;
|
|
9
|
+
capacity: number;
|
|
10
|
+
instituteId: string;
|
|
11
|
+
floorId?: string;
|
|
12
|
+
typeManagementId?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { COMMAN_STATUS, DISCOUNT_TYPE, VALID_CURRENCY } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface ICloudStorageModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
storageInGb: number;
|
|
7
|
+
chargePerGb: number;
|
|
8
|
+
discountType: DISCOUNT_TYPE;
|
|
9
|
+
discount: number;
|
|
10
|
+
validCurrency: VALID_CURRENCY;
|
|
11
|
+
totalAmount: number;
|
|
12
|
+
totalPayableAmount: number;
|
|
13
|
+
isDefault: boolean;
|
|
14
|
+
status: COMMAN_STATUS;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { COMMAN_STATUS, DISCOUNT_TYPE } from '../constants/app.js';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
export interface ICoinPurchaseOfferModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
discountType: DISCOUNT_TYPE;
|
|
7
|
+
discount: number;
|
|
8
|
+
amount: number;
|
|
9
|
+
coin: number;
|
|
10
|
+
totalCoin: number;
|
|
11
|
+
isDefault: boolean;
|
|
12
|
+
status: COMMAN_STATUS;
|
|
13
|
+
gstCharge: number;
|
|
14
|
+
payableAmount: number;
|
|
15
|
+
gstPercentage: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Document } from 'mongoose';
|
|
2
|
+
import { IDefaultAttributes } from './commanInterface.js';
|
|
3
|
+
import { COMMAN_STATUS } from '../constants/app.js';
|
|
4
|
+
export interface IRowSchema {
|
|
5
|
+
id: string;
|
|
6
|
+
title: string;
|
|
7
|
+
column: string;
|
|
8
|
+
default: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface IColumnModelAttributes extends IDefaultAttributes, Document {
|
|
11
|
+
id: string;
|
|
12
|
+
title: string;
|
|
13
|
+
columnList: IRowSchema[];
|
|
14
|
+
status: COMMAN_STATUS;
|
|
15
|
+
}
|