@kipicore/dbcore 1.0.10 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scripts/fix-import-extensions.d.ts +1 -0
- package/dist/scripts/fix-import-extensions.js +33 -0
- package/dist/scripts/generate-index.d.ts +1 -0
- package/dist/scripts/generate-index.js +43 -0
- package/dist/src/configs/aws.js +12 -0
- package/dist/src/constants/successMessages.d.ts +699 -0
- package/dist/src/helpers/s3Uploader.d.ts +3 -0
- package/dist/src/helpers/s3Uploader.js +61 -0
- package/dist/src/helpers/utils.d.ts +173 -0
- package/dist/src/helpers/utils.js +682 -0
- package/dist/src/index.d.ts +415 -0
- package/dist/src/index.js +431 -0
- package/dist/src/interfaces/academicCalendarInterface.d.ts +9 -0
- package/dist/src/interfaces/accountHasReceiptDetailsInterface.d.ts +17 -0
- package/dist/src/interfaces/announcementInterface.d.ts +19 -0
- package/dist/src/interfaces/approvalRequestInterface.d.ts +14 -0
- package/dist/src/interfaces/attendanceInterface.d.ts +21 -0
- package/dist/src/interfaces/bankAccountDetailsInterface.d.ts +14 -0
- package/dist/src/interfaces/bannerInterface.d.ts +15 -0
- package/dist/src/interfaces/batchInterface.d.ts +18 -0
- package/dist/src/interfaces/batchSubjectBookAssessmentInterface.d.ts +9 -0
- package/dist/src/interfaces/batchSubjectProjectAssessmentInterface.d.ts +12 -0
- package/dist/src/interfaces/blogInterface.d.ts +46 -0
- package/dist/src/interfaces/bookAssessmentDateInterface.d.ts +8 -0
- package/dist/src/interfaces/careerInterface.d.ts +12 -0
- package/dist/src/interfaces/categoriesInterface.d.ts +8 -0
- package/dist/src/interfaces/certificatesHistoryInterface.d.ts +9 -0
- package/dist/src/interfaces/certificatesManagementInterface.d.ts +11 -0
- package/dist/src/interfaces/cityInterface.d.ts +12 -0
- package/dist/src/interfaces/classRoomInterface.d.ts +13 -0
- package/dist/src/interfaces/cloudStorageInterface.d.ts +15 -0
- package/dist/src/interfaces/coinPurchaseOfferInterface.d.ts +16 -0
- package/dist/src/interfaces/columnInterface.d.ts +15 -0
- package/dist/src/interfaces/contactFeedBackInterface.d.ts +13 -0
- package/dist/src/interfaces/countryInterface.d.ts +11 -0
- package/dist/src/interfaces/courseHasVisitorsInterface.d.ts +7 -0
- package/dist/src/interfaces/courseInterface.d.ts +18 -0
- package/dist/src/interfaces/dailyBookInterface.d.ts +14 -0
- package/dist/src/interfaces/dashboardManagementInterface.d.ts +19 -0
- package/dist/src/interfaces/driverInterface.d.ts +21 -0
- package/dist/src/interfaces/entityGroupInterface.d.ts +12 -0
- package/dist/src/interfaces/eventInterface.d.ts +21 -0
- package/dist/src/interfaces/examGroupInterface.d.ts +30 -0
- package/dist/src/interfaces/examHasAnswerSheetInterface.d.ts +23 -0
- package/dist/src/interfaces/examInterface.d.ts +38 -0
- package/dist/src/interfaces/facilityInterface.d.ts +9 -0
- package/dist/src/interfaces/featureActionInterface.d.ts +17 -0
- package/dist/src/interfaces/feeHistoryDetailsInterface.d.ts +17 -0
- package/dist/src/interfaces/feeHistoryInterface.d.ts +21 -0
- package/dist/src/interfaces/feeReminderInterface.d.ts +13 -0
- package/dist/src/interfaces/feeReminderSettingInterface.d.ts +10 -0
- package/dist/src/interfaces/feeReminderTypeInterface.d.ts +10 -0
- package/dist/src/interfaces/feeTypeHasTermsInterface.d.ts +12 -0
- package/dist/src/interfaces/feeTypeInterface.d.ts +13 -0
- package/dist/src/interfaces/feedBackInterface.d.ts +19 -0
- package/dist/src/interfaces/feesCollectionInterface.d.ts +19 -0
- package/dist/src/interfaces/fileStorageInterface.d.ts +14 -0
- package/dist/src/interfaces/floorManagementInterface.d.ts +9 -0
- package/dist/src/interfaces/generateIdCardInterface.d.ts +8 -0
- package/dist/src/interfaces/greetingsInterface.d.ts +12 -0
- package/dist/src/interfaces/holidayInterface.d.ts +22 -0
- package/dist/src/interfaces/homeworkInterface.d.ts +13 -0
- package/dist/src/interfaces/informationSupportInterface.d.ts +15 -0
- package/dist/src/interfaces/inquiryInterface.d.ts +54 -0
- package/dist/src/interfaces/instituteEntityInterface.d.ts +16 -0
- package/dist/src/interfaces/instituteEntityTypeInterface.d.ts +10 -0
- package/dist/src/interfaces/instituteInterface.d.ts +35 -0
- package/dist/src/interfaces/instituteSubscriptionPlanInterface.d.ts +21 -0
- package/dist/src/interfaces/inventoryHistoryInterface.d.ts +17 -0
- package/dist/src/interfaces/inventoryInterface.d.ts +15 -0
- package/dist/src/interfaces/invoiceInterface.d.ts +31 -0
- package/dist/src/interfaces/jobApplyInterface.d.ts +35 -0
- package/dist/src/interfaces/lectureHistoryInterface.d.ts +24 -0
- package/dist/src/interfaces/lectureInterface.d.ts +26 -0
- package/dist/src/interfaces/masterLeaveInterface.d.ts +13 -0
- package/dist/src/interfaces/moduleFeatureInterface.d.ts +16 -0
- package/dist/src/interfaces/moduleInterface.d.ts +15 -0
- package/dist/src/interfaces/offersInterface.d.ts +18 -0
- package/dist/src/interfaces/paymentTermsInterface.d.ts +15 -0
- package/dist/src/interfaces/pdcChequeInterface.d.ts +16 -0
- package/dist/src/interfaces/pdcHistoryInterface.d.ts +17 -0
- package/dist/src/interfaces/photosGalleryInterface.d.ts +17 -0
- package/dist/src/interfaces/pincodeInterface.d.ts +15 -0
- package/dist/src/interfaces/plannerInterface.d.ts +32 -0
- package/dist/src/interfaces/productInterface.d.ts +10 -0
- package/dist/src/interfaces/projectAssessmentOptionInterface.d.ts +8 -0
- package/dist/src/interfaces/replaceTeacherInterface.d.ts +22 -0
- package/dist/src/interfaces/roleInterface.d.ts +26 -0
- package/dist/src/interfaces/rulesRegulationInterface.d.ts +10 -0
- package/dist/src/interfaces/schoolFeeCollectionInterface.d.ts +13 -0
- package/dist/src/interfaces/schoolFeeInterface.d.ts +21 -0
- package/dist/src/interfaces/schoolOfferInterface.d.ts +20 -0
- package/dist/src/interfaces/sendNotificationInerface.d.ts +20 -0
- package/dist/src/interfaces/slotInterface.d.ts +8 -0
- package/dist/src/interfaces/stateInterface.d.ts +11 -0
- package/dist/src/interfaces/subCategoriesInterface.d.ts +9 -0
- package/dist/src/interfaces/subjectHasFeeInterface.d.ts +7 -0
- package/dist/src/interfaces/subjectHasPayFeeHistoryInterface.d.ts +9 -0
- package/dist/src/interfaces/subjectIndexInterface.d.ts +48 -0
- package/dist/src/interfaces/subscriptionPlanInterface.d.ts +29 -0
- package/dist/src/interfaces/syllabusInterface.d.ts +9 -0
- package/dist/src/interfaces/taskManagementInterface.d.ts +24 -0
- package/dist/src/interfaces/testimonialInterface.d.ts +12 -0
- package/dist/src/interfaces/toDoInterface.d.ts +11 -0
- package/dist/src/interfaces/tokenInterface.d.ts +27 -0
- package/dist/src/interfaces/tripInterface.d.ts +13 -0
- package/dist/src/interfaces/typeManagementInterface.d.ts +11 -0
- package/dist/src/interfaces/uniqueNumberCounterInterface.d.ts +11 -0
- package/dist/src/interfaces/userBookAssessmentInterface.d.ts +10 -0
- package/dist/src/interfaces/userDetailsInterface.d.ts +122 -0
- package/dist/src/interfaces/userFeeTypeByAccountInterface.d.ts +19 -0
- package/dist/src/interfaces/userFeeTypeInterface.d.ts +16 -0
- package/dist/src/interfaces/userHasAnnouncementInterface.d.ts +9 -0
- package/dist/src/interfaces/userHasBatchInterface.d.ts +7 -0
- package/dist/src/interfaces/userHasCourseInterface.d.ts +13 -0
- package/dist/src/interfaces/userHasDeviceInterface.d.ts +10 -0
- package/dist/src/interfaces/userHasFeeTermsInterface.d.ts +37 -0
- package/dist/src/interfaces/userHasFileInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasHomeWorkInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasInventoryHistoryInterface.d.ts +20 -0
- package/dist/src/interfaces/userHasInventoryInterface.d.ts +21 -0
- package/dist/src/interfaces/userHasLeaveHistoryInterface.d.ts +16 -0
- package/dist/src/interfaces/userHasLeaveInterface.d.ts +12 -0
- package/dist/src/interfaces/userHasOfferInterface.d.ts +10 -0
- package/dist/src/interfaces/userHasParentInterface.d.ts +14 -0
- package/dist/src/interfaces/userHasRoleInterface.d.ts +13 -0
- package/dist/src/interfaces/userHasRollNumberInterface.d.ts +8 -0
- package/dist/src/interfaces/userHasStorageInterface.d.ts +11 -0
- package/dist/src/interfaces/userHasSubjectFeeInterface.d.ts +9 -0
- package/dist/src/interfaces/userInstituteMetaInterface.d.ts +39 -0
- package/dist/src/interfaces/userInterface.d.ts +44 -0
- package/dist/src/interfaces/userLeaveRequestInterface.d.ts +15 -0
- package/dist/src/interfaces/userMetaInterface.d.ts +13 -0
- package/dist/src/interfaces/userPayoutDetailsInterface.d.ts +14 -0
- package/dist/src/interfaces/userPayoutHistoryInterface.d.ts +18 -0
- package/dist/src/interfaces/userPayoutInterface.d.ts +12 -0
- package/dist/src/interfaces/userProjectAssessmentOptionInterface.d.ts +10 -0
- package/dist/src/interfaces/userRequiredStepsInterface.d.ts +9 -0
- package/dist/src/interfaces/userSchoolMetaInterface.d.ts +115 -0
- package/dist/src/interfaces/vehicleInterface.d.ts +11 -0
- package/dist/src/interfaces/vendorManagementInterface.d.ts +19 -0
- package/dist/src/interfaces/videoAnalystInterface.d.ts +37 -0
- package/dist/src/interfaces/walletHistoryInterface.d.ts +15 -0
- package/dist/src/interfaces/walletInterface.d.ts +10 -0
- package/dist/src/interfaces/walletTransactionInterface.d.ts +34 -0
- package/dist/src/interfaces/workingDayInterface.d.ts +11 -0
- package/dist/src/interfaces/workingShiftInterface.d.ts +12 -0
- package/dist/src/models/mongodb/approvalRequestModel.d.ts +4 -0
- package/dist/src/models/mongodb/approvalRequestModel.js +96 -0
- package/dist/src/models/mongodb/attendanceModel.d.ts +4 -0
- package/dist/src/models/mongodb/attendanceModel.js +178 -0
- package/dist/src/models/mongodb/blogModel.d.ts +4 -0
- package/dist/src/models/mongodb/blogModel.js +91 -0
- package/dist/src/models/mongodb/careerModel.d.ts +4 -0
- package/dist/src/models/mongodb/careerModel.js +83 -0
- package/dist/src/models/mongodb/certificatesHistoryModel.d.ts +4 -0
- package/dist/src/models/mongodb/certificatesManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/certificatesManagementModel.js +67 -0
- package/dist/src/models/mongodb/columnModel.d.ts +4 -0
- package/dist/src/models/mongodb/columnModel.js +75 -0
- package/dist/src/models/mongodb/dailyBookModel.d.ts +4 -0
- package/dist/src/models/mongodb/dashboardManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/dashboardManagementModel.js +111 -0
- package/dist/src/models/mongodb/eventModel.d.ts +4 -0
- package/dist/src/models/mongodb/eventModel.js +164 -0
- package/dist/src/models/mongodb/examGroupModel.d.ts +4 -0
- package/dist/src/models/mongodb/examGroupModel.js +293 -0
- package/dist/src/models/mongodb/examHasAnswerSheetModel.d.ts +4 -0
- package/dist/src/models/mongodb/examHasAnswerSheetModel.js +133 -0
- package/dist/src/models/mongodb/examModel.d.ts +4 -0
- package/dist/src/models/mongodb/examModel.js +267 -0
- package/dist/src/models/mongodb/feeReminderTypeModel.d.ts +4 -0
- package/dist/src/models/mongodb/feeReminderTypeModel.js +73 -0
- package/dist/src/models/mongodb/feedBackModel.d.ts +4 -0
- package/dist/src/models/mongodb/feedBackModel.js +111 -0
- package/dist/src/models/mongodb/generateIdCardModel.d.ts +4 -0
- package/dist/src/models/mongodb/holidayModel.d.ts +4 -0
- package/dist/src/models/mongodb/holidayModel.js +172 -0
- package/dist/src/models/mongodb/index.js +24 -0
- package/dist/src/models/mongodb/informationSupportModel.d.ts +4 -0
- package/dist/src/models/mongodb/informationSupportModel.js +96 -0
- package/dist/src/models/mongodb/inquiryModel.d.ts +4 -0
- package/dist/src/models/mongodb/inquiryModel.js +186 -0
- package/dist/src/models/mongodb/invoiceModel.d.ts +4 -0
- package/dist/src/models/mongodb/invoiceModel.js +134 -0
- package/dist/src/models/mongodb/jobApplyModel.d.ts +4 -0
- package/dist/src/models/mongodb/jobApplyModel.js +151 -0
- package/dist/src/models/mongodb/photosGalleryModel.d.ts +4 -0
- package/dist/src/models/mongodb/photosGalleryModel.js +86 -0
- package/dist/src/models/mongodb/plannerModel.d.ts +4 -0
- package/dist/src/models/mongodb/plannerModel.js +174 -0
- package/dist/src/models/mongodb/replaceTeacherModel.d.ts +4 -0
- package/dist/src/models/mongodb/replaceTeacherModel.js +110 -0
- package/dist/src/models/mongodb/schoolFeeModel.d.ts +4 -0
- package/dist/src/models/mongodb/schoolFeeModel.js +178 -0
- package/dist/src/models/mongodb/subjectIndexModel.d.ts +4 -0
- package/dist/src/models/mongodb/subjectIndexModel.js +667 -0
- package/dist/src/models/mongodb/subscriptionPlanModel.d.ts +4 -0
- package/dist/src/models/mongodb/subscriptionPlanModel.js +133 -0
- package/dist/src/models/mongodb/taskManagementModel.d.ts +4 -0
- package/dist/src/models/mongodb/taskManagementModel.js +167 -0
- package/dist/src/models/mongodb/uniqueNumberCounterModel.d.ts +4 -0
- package/dist/src/models/mongodb/uniqueNumberCounterModel.js +83 -0
- package/dist/src/models/mongodb/userDetailsModel.d.ts +5 -0
- package/dist/src/models/mongodb/userDetailsModel.js +509 -0
- package/dist/src/models/mongodb/userInstituteMetaModel.d.ts +4 -0
- package/dist/src/models/mongodb/userInstituteMetaModel.js +212 -0
- package/dist/src/models/mongodb/userSchoolMetaModel.d.ts +7 -0
- package/dist/src/models/mongodb/userSchoolMetaModel.js +552 -0
- package/dist/src/models/mongodb/videoAnalystModel.d.ts +4 -0
- package/dist/src/models/mongodb/walletTransactionModel.d.ts +4 -0
- package/dist/src/models/mongodb/walletTransactionModel.js +163 -0
- package/dist/src/models/psql/SubCategoriesModel.d.ts +17 -0
- package/dist/src/models/psql/SubCategoriesModel.js +102 -0
- package/dist/src/models/psql/academicCalendarModel.d.ts +18 -0
- package/dist/src/models/psql/academicCalendarModel.js +94 -0
- package/dist/src/models/psql/accountHasReceiptDetailsModel.d.ts +26 -0
- package/dist/src/models/psql/accountHasReceiptDetailsModel.js +145 -0
- package/dist/src/models/psql/announcementModel.d.ts +28 -0
- package/dist/src/models/psql/announcementModel.js +198 -0
- package/dist/src/models/psql/areaModel.d.ts +9 -0
- package/dist/src/models/psql/areaModel.js +40 -0
- package/dist/src/models/psql/bankAccountDetailsModel.d.ts +23 -0
- package/dist/src/models/psql/bankAccountDetailsModel.js +100 -0
- package/dist/src/models/psql/bannerModel.d.ts +24 -0
- package/dist/src/models/psql/bannerModel.js +116 -0
- package/dist/src/models/psql/batchModel.d.ts +27 -0
- package/dist/src/models/psql/batchModel.js +222 -0
- package/dist/src/models/psql/batchSubjectBookAssessmentModel.d.ts +18 -0
- package/dist/src/models/psql/batchSubjectBookAssessmentModel.js +156 -0
- package/dist/src/models/psql/batchSubjectProjectAssessmentModel.d.ts +21 -0
- package/dist/src/models/psql/batchSubjectProjectAssessmentModel.js +154 -0
- package/dist/src/models/psql/bookAssessmentDateModel.d.ts +17 -0
- package/dist/src/models/psql/bookAssessmentDateModel.js +87 -0
- package/dist/src/models/psql/categoriesModel.d.ts +17 -0
- package/dist/src/models/psql/categoriesModel.js +80 -0
- package/dist/src/models/psql/cityModel.d.ts +13 -0
- package/dist/src/models/psql/cityModel.js +72 -0
- package/dist/src/models/psql/classRoomModel.d.ts +22 -0
- package/dist/src/models/psql/classRoomModel.js +126 -0
- package/dist/src/models/psql/cloudStorageModel.d.ts +24 -0
- package/dist/src/models/psql/cloudStorageModel.js +97 -0
- package/dist/src/models/psql/coinPurchaseOfferModel.d.ts +25 -0
- package/dist/src/models/psql/coinPurchaseOfferModel.js +103 -0
- package/dist/src/models/psql/contactFeedBackModel.d.ts +22 -0
- package/dist/src/models/psql/contactFeedBackModel.js +120 -0
- package/dist/src/models/psql/countryModel.d.ts +14 -0
- package/dist/src/models/psql/countryModel.js +43 -0
- package/dist/src/models/psql/courseHasVisitorsModel.d.ts +16 -0
- package/dist/src/models/psql/courseHasVisitorsModel.js +71 -0
- package/dist/src/models/psql/courseModel.d.ts +27 -0
- package/dist/src/models/psql/courseModel.js +136 -0
- package/dist/src/models/psql/driverModel.d.ts +30 -0
- package/dist/src/models/psql/driverModel.js +163 -0
- package/dist/src/models/psql/entityGroupModel.d.ts +21 -0
- package/dist/src/models/psql/entityGroupModel.js +100 -0
- package/dist/src/models/psql/facilityModel.d.ts +18 -0
- package/dist/src/models/psql/facilityModel.js +120 -0
- package/dist/src/models/psql/featureActionModel.d.ts +22 -0
- package/dist/src/models/psql/featureActionModel.js +95 -0
- package/dist/src/models/psql/feeHistoryDetailsModel.d.ts +26 -0
- package/dist/src/models/psql/feeHistoryDetailsModel.js +186 -0
- package/dist/src/models/psql/feeHistoryModel.d.ts +30 -0
- package/dist/src/models/psql/feeHistoryModel.js +334 -0
- package/dist/src/models/psql/feeReminderModel.d.ts +22 -0
- package/dist/src/models/psql/feeReminderModel.js +239 -0
- package/dist/src/models/psql/feeReminderSettingModel.d.ts +19 -0
- package/dist/src/models/psql/feeReminderSettingModel.js +90 -0
- package/dist/src/models/psql/feeTypeHasTermsModel.d.ts +21 -0
- package/dist/src/models/psql/feeTypeHasTermsModel.js +102 -0
- package/dist/src/models/psql/feeTypeModel.d.ts +22 -0
- package/dist/src/models/psql/feeTypeModel.js +125 -0
- package/dist/src/models/psql/feesCollectionModel.d.ts +28 -0
- package/dist/src/models/psql/feesCollectionModel.js +232 -0
- package/dist/src/models/psql/fileStorageModel.d.ts +6 -0
- package/dist/src/models/psql/fileStorageModel.js +86 -0
- package/dist/src/models/psql/floorManagementModel.d.ts +18 -0
- package/dist/src/models/psql/floorManagementModel.js +90 -0
- package/dist/src/models/psql/greetingsModel.d.ts +21 -0
- package/dist/src/models/psql/greetingsModel.js +118 -0
- package/dist/src/models/psql/homeWorkModel.d.ts +22 -0
- package/dist/src/models/psql/homeWorkModel.js +128 -0
- package/dist/src/models/psql/instituteEntityModel.d.ts +25 -0
- package/dist/src/models/psql/instituteEntityModel.js +131 -0
- package/dist/src/models/psql/instituteEntityTypeModel.d.ts +19 -0
- package/dist/src/models/psql/instituteEntityTypeModel.js +74 -0
- package/dist/src/models/psql/instituteModel.d.ts +44 -0
- package/dist/src/models/psql/instituteModel.js +240 -0
- package/dist/src/models/psql/instituteSubscriptionPlanModel.d.ts +33 -0
- package/dist/src/models/psql/instituteSubscriptionPlanModel.js +186 -0
- package/dist/src/models/psql/inventoryHistoryModel.d.ts +26 -0
- package/dist/src/models/psql/inventoryHistoryModel.js +159 -0
- package/dist/src/models/psql/inventoryModel.d.ts +24 -0
- package/dist/src/models/psql/inventoryModel.js +132 -0
- package/dist/src/models/psql/lectureHistoryModel.d.ts +32 -0
- package/dist/src/models/psql/lectureHistoryModel.js +223 -0
- package/dist/src/models/psql/lectureModel.d.ts +34 -0
- package/dist/src/models/psql/lectureModel.js +485 -0
- package/dist/src/models/psql/masterLeaveModel.d.ts +22 -0
- package/dist/src/models/psql/masterLeaveModel.js +132 -0
- package/dist/src/models/psql/moduleFeatureModel.d.ts +21 -0
- package/dist/src/models/psql/moduleFeatureModel.js +98 -0
- package/dist/src/models/psql/moduleModel.d.ts +20 -0
- package/dist/src/models/psql/moduleModel.js +101 -0
- package/dist/src/models/psql/offerModel.d.ts +27 -0
- package/dist/src/models/psql/offerModel.js +144 -0
- package/dist/src/models/psql/paymentTermsModel.d.ts +17 -0
- package/dist/src/models/psql/paymentTermsModel.js +114 -0
- package/dist/src/models/psql/pdcChequeModel.d.ts +25 -0
- package/dist/src/models/psql/pdcChequeModel.js +138 -0
- package/dist/src/models/psql/pdcHistoryModel.d.ts +26 -0
- package/dist/src/models/psql/pdcHistoryModel.js +152 -0
- package/dist/src/models/psql/pincodeModel.d.ts +23 -0
- package/dist/src/models/psql/pincodeModel.js +79 -0
- package/dist/src/models/psql/productModel.d.ts +19 -0
- package/dist/src/models/psql/productModel.js +124 -0
- package/dist/src/models/psql/projectAssessmentOptionModel.d.ts +17 -0
- package/dist/src/models/psql/projectAssessmentOptionModel.js +90 -0
- package/dist/src/models/psql/roleModel.d.ts +22 -0
- package/dist/src/models/psql/roleModel.js +97 -0
- package/dist/src/models/psql/rulesRegulationModel.d.ts +19 -0
- package/dist/src/models/psql/rulesRegulationModel.js +72 -0
- package/dist/src/models/psql/schoolFeeCollectionModel.d.ts +22 -0
- package/dist/src/models/psql/schoolFeeCollectionModel.js +156 -0
- package/dist/src/models/psql/schoolOfferModel.d.ts +29 -0
- package/dist/src/models/psql/schoolOfferModel.js +167 -0
- package/dist/src/models/psql/sendNotificationModel.d.ts +22 -0
- package/dist/src/models/psql/sendNotificationModel.js +117 -0
- package/dist/src/models/psql/slotModel.d.ts +17 -0
- package/dist/src/models/psql/slotModel.js +99 -0
- package/dist/src/models/psql/stateModel.d.ts +13 -0
- package/dist/src/models/psql/stateModel.js +58 -0
- package/dist/src/models/psql/subjectHasFeeModel.d.ts +16 -0
- package/dist/src/models/psql/subjectHasFeeModel.js +78 -0
- package/dist/src/models/psql/subjectHasPayFeeHistoryModel.d.ts +18 -0
- package/dist/src/models/psql/subjectHasPayFeeHistoryModel.js +109 -0
- package/dist/src/models/psql/syllabusModel.d.ts +18 -0
- package/dist/src/models/psql/syllabusModel.js +125 -0
- package/dist/src/models/psql/testimonialModel.d.ts +21 -0
- package/dist/src/models/psql/testimonialModel.js +162 -0
- package/dist/src/models/psql/toDoModel.d.ts +20 -0
- package/dist/src/models/psql/toDoModel.js +116 -0
- package/dist/src/models/psql/tokenModel.d.ts +15 -0
- package/dist/src/models/psql/tokenModel.js +37 -0
- package/dist/src/models/psql/tripModel.d.ts +22 -0
- package/dist/src/models/psql/tripModel.js +114 -0
- package/dist/src/models/psql/typeManagementModel.d.ts +20 -0
- package/dist/src/models/psql/typeManagementModel.js +122 -0
- package/dist/src/models/psql/userBookAssessmentModel.d.ts +19 -0
- package/dist/src/models/psql/userBookAssessmentModel.js +141 -0
- package/dist/src/models/psql/userFeeTypeByAccountModel.d.ts +22 -0
- package/dist/src/models/psql/userFeeTypeByAccountModel.js +184 -0
- package/dist/src/models/psql/userFeeTypeModel.d.ts +25 -0
- package/dist/src/models/psql/userFeeTypeModel.js +172 -0
- package/dist/src/models/psql/userHasAnnouncementModel.d.ts +18 -0
- package/dist/src/models/psql/userHasAnnouncementModel.js +108 -0
- package/dist/src/models/psql/userHasBatchModel.d.ts +16 -0
- package/dist/src/models/psql/userHasBatchModel.js +92 -0
- package/dist/src/models/psql/userHasCourseModel.d.ts +22 -0
- package/dist/src/models/psql/userHasCourseModel.js +116 -0
- package/dist/src/models/psql/userHasDeviceModel.d.ts +19 -0
- package/dist/src/models/psql/userHasDeviceModel.js +91 -0
- package/dist/src/models/psql/userHasFeeTermsModel.d.ts +27 -0
- package/dist/src/models/psql/userHasFeeTermsModel.js +202 -0
- package/dist/src/models/psql/userHasFileModel.d.ts +16 -0
- package/dist/src/models/psql/userHasFileModel.js +107 -0
- package/dist/src/models/psql/userHasHomeWorkModel.d.ts +19 -0
- package/dist/src/models/psql/userHasHomeWorkModel.js +119 -0
- package/dist/src/models/psql/userHasInventoryHistoryModel.d.ts +29 -0
- package/dist/src/models/psql/userHasInventoryHistoryModel.js +146 -0
- package/dist/src/models/psql/userHasInventoryModel.d.ts +30 -0
- package/dist/src/models/psql/userHasInventoryModel.js +148 -0
- package/dist/src/models/psql/userHasLeaveHistoryModel.d.ts +25 -0
- package/dist/src/models/psql/userHasLeaveHistoryModel.js +106 -0
- package/dist/src/models/psql/userHasLeaveModel.d.ts +21 -0
- package/dist/src/models/psql/userHasLeaveModel.js +121 -0
- package/dist/src/models/psql/userHasOfferModel.d.ts +19 -0
- package/dist/src/models/psql/userHasOfferModel.js +154 -0
- package/dist/src/models/psql/userHasParentModel.d.ts +23 -0
- package/dist/src/models/psql/userHasParentModel.js +135 -0
- package/dist/src/models/psql/userHasRoleModel.d.ts +18 -0
- package/dist/src/models/psql/userHasRoleModel.js +97 -0
- package/dist/src/models/psql/userHasRollNumberModel.d.ts +17 -0
- package/dist/src/models/psql/userHasRollNumberModel.js +90 -0
- package/dist/src/models/psql/userHasStorageModel.d.ts +20 -0
- package/dist/src/models/psql/userHasStorageModel.js +86 -0
- package/dist/src/models/psql/userHasSubjectFeeModel.d.ts +18 -0
- package/dist/src/models/psql/userHasSubjectFeeModel.js +86 -0
- package/dist/src/models/psql/userLeaveRequestModel.d.ts +24 -0
- package/dist/src/models/psql/userLeaveRequestModel.js +104 -0
- package/dist/src/models/psql/userModel.d.ts +55 -0
- package/dist/src/models/psql/userModel.js +392 -0
- package/dist/src/models/psql/userPayoutDetailsModel.d.ts +21 -0
- package/dist/src/models/psql/userPayoutDetailsModel.js +162 -0
- package/dist/src/models/psql/userPayoutHistoryModel.d.ts +27 -0
- package/dist/src/models/psql/userPayoutHistoryModel.js +155 -0
- package/dist/src/models/psql/userPayoutModel.d.ts +20 -0
- package/dist/src/models/psql/userPayoutModel.js +316 -0
- package/dist/src/models/psql/userProjectAssessmentOptionModel.d.ts +19 -0
- package/dist/src/models/psql/userProjectAssessmentOptionModel.js +126 -0
- package/dist/src/models/psql/userRequiredStepsModel.d.ts +17 -0
- package/dist/src/models/psql/userRequiredStepsModel.js +78 -0
- package/dist/src/models/psql/vehicleModel.d.ts +20 -0
- package/dist/src/models/psql/vehicleModel.js +110 -0
- package/dist/src/models/psql/vendorManagementModel.d.ts +28 -0
- package/dist/src/models/psql/vendorManagementModel.js +179 -0
- package/dist/src/models/psql/walletHistoryModel.d.ts +24 -0
- package/dist/src/models/psql/walletHistoryModel.js +103 -0
- package/dist/src/models/psql/walletModel.d.ts +19 -0
- package/dist/src/models/psql/walletModel.js +93 -0
- package/dist/src/models/psql/workingDayModel.d.ts +20 -0
- package/dist/src/models/psql/workingDayModel.js +79 -0
- package/dist/src/models/psql/workingShiftModel.d.ts +21 -0
- package/dist/src/models/psql/workingShiftModel.js +92 -0
- package/dist/src/services/Concrete/mongooseCommonService.d.ts +36 -0
- package/dist/src/services/Concrete/mongooseCommonService.js +108 -0
- package/dist/src/services/Concrete/sequelizeCommanService.d.ts +17 -0
- package/dist/src/services/Concrete/sequelizeCommanService.js +123 -0
- package/dist/src/services/Contracts/IMongooseCommonService.d.ts +36 -0
- package/dist/src/services/Contracts/ISequelizeCommonService.d.ts +21 -0
- package/dist/src/types/academicCalendarType.d.ts +6 -0
- package/dist/src/types/accountHasReceiptDetailsType.d.ts +7 -0
- package/dist/src/types/announcementType.d.ts +6 -0
- package/dist/src/types/approveRequestType.d.ts +2 -0
- package/dist/src/types/areaType.d.ts +3 -0
- package/dist/src/types/attendanceType.d.ts +2 -0
- package/dist/src/types/bankAccountDetailsType.d.ts +3 -0
- package/dist/src/types/bannerType.d.ts +7 -0
- package/dist/src/types/batchSubjectBookAssessmentType.d.ts +7 -0
- package/dist/src/types/batchSubjectProjectAssessmentType.d.ts +7 -0
- package/dist/src/types/batchType.d.ts +7 -0
- package/dist/src/types/blogType.d.ts +2 -0
- package/dist/src/types/bookAssessmentDateType.d.ts +7 -0
- package/dist/src/types/careerType.d.ts +2 -0
- package/dist/src/types/categoriesType.d.ts +3 -0
- package/dist/src/types/certificatesHistoryType.d.ts +2 -0
- package/dist/src/types/certificatesManagementType.d.ts +2 -0
- package/dist/src/types/classRoomType.d.ts +3 -0
- package/dist/src/types/cloudStorageType.d.ts +3 -0
- package/dist/src/types/coinPurchaseOfferType.d.ts +3 -0
- package/dist/src/types/contactFeedBackType.d.ts +3 -0
- package/dist/src/types/courseHasVisitorsType.d.ts +2 -0
- package/dist/src/types/courseType.d.ts +2 -0
- package/dist/src/types/dailyBookType.d.ts +2 -0
- package/dist/src/types/dashboardManagementType.d.ts +2 -0
- package/dist/src/types/driverType.d.ts +6 -0
- package/dist/src/types/entityGroupType.d.ts +3 -0
- package/dist/src/types/eventType.d.ts +2 -0
- package/dist/src/types/examGroupType.d.ts +6 -0
- package/dist/src/types/examHasAnswerSheetType.d.ts +2 -0
- package/dist/src/types/examType.d.ts +6 -0
- package/dist/src/types/facilityType.d.ts +3 -0
- package/dist/src/types/featureActionType.d.ts +3 -0
- package/dist/src/types/feeHistoryDetailsType.d.ts +6 -0
- package/dist/src/types/feeHistoryType.d.ts +18 -0
- package/dist/src/types/feeReminderSettingType.d.ts +3 -0
- package/dist/src/types/feeReminderType.d.ts +3 -0
- package/dist/src/types/feeReminderTypeType.d.ts +2 -0
- package/dist/src/types/feeTypeHasTermsType.d.ts +3 -0
- package/dist/src/types/feeTypeType.d.ts +3 -0
- package/dist/src/types/feedBackType.d.ts +2 -0
- package/dist/src/types/feesCollectionType.d.ts +3 -0
- package/dist/src/types/fileStorageType.d.ts +3 -0
- package/dist/src/types/floormanagementType.d.ts +3 -0
- package/dist/src/types/generateIdCardType.d.ts +2 -0
- package/dist/src/types/greetingsType.d.ts +6 -0
- package/dist/src/types/holidayType.d.ts +2 -0
- package/dist/src/types/homeWorkType.d.ts +3 -0
- package/dist/src/types/informationSupportType.d.ts +2 -0
- package/dist/src/types/inquiryType.d.ts +2 -0
- package/dist/src/types/instituteEntityType.d.ts +6 -0
- package/dist/src/types/instituteEntityTypeType.d.ts +3 -0
- package/dist/src/types/instituteSubscriptionPlanType.d.ts +3 -0
- package/dist/src/types/instituteType.d.ts +3 -0
- package/dist/src/types/inventoryHistoryType.d.ts +3 -0
- package/dist/src/types/inventoryType.d.ts +3 -0
- package/dist/src/types/jobApply.d.ts +2 -0
- package/dist/src/types/lectureHistoryType.d.ts +6 -0
- package/dist/src/types/lectureType.d.ts +6 -0
- package/dist/src/types/masterLeaveType.d.ts +3 -0
- package/dist/src/types/moduleFeatureType.d.ts +3 -0
- package/dist/src/types/moduleType.d.ts +3 -0
- package/dist/src/types/offerType.d.ts +3 -0
- package/dist/src/types/paymentTermsType.d.ts +3 -0
- package/dist/src/types/pdcChequeType.d.ts +6 -0
- package/dist/src/types/pdcHistoryType.d.ts +2 -0
- package/dist/src/types/photosGalleryType.d.ts +2 -0
- package/dist/src/types/plannerType.d.ts +7 -0
- package/dist/src/types/productType.d.ts +3 -0
- package/dist/src/types/projectAssessmentOptionType.d.ts +7 -0
- package/dist/src/types/roleType.d.ts +11 -0
- package/dist/src/types/rulesRegulationType.d.ts +3 -0
- package/dist/src/types/schoolFeeCollectionType.d.ts +3 -0
- package/dist/src/types/schoolFeeType.d.ts +3 -0
- package/dist/src/types/schoolOfferType.d.ts +3 -0
- package/dist/src/types/sendNotificationType.d.ts +3 -0
- package/dist/src/types/slotType.d.ts +2 -0
- package/dist/src/types/subCategoryType.d.ts +3 -0
- package/dist/src/types/subjectHasFeeType.d.ts +3 -0
- package/dist/src/types/subjectHasPayFeeHistoryType.d.ts +3 -0
- package/dist/src/types/subjectIndexType.d.ts +7 -0
- package/dist/src/types/subscriptionPlanType.d.ts +2 -0
- package/dist/src/types/syllabusType.d.ts +7 -0
- package/dist/src/types/taskManagementType.d.ts +2 -0
- package/dist/src/types/testimonialType.d.ts +13 -0
- package/dist/src/types/toDoType.d.ts +6 -0
- package/dist/src/types/tripType.d.ts +2 -0
- package/dist/src/types/typeManagementType.d.ts +3 -0
- package/dist/src/types/uniqueNumberCounterType.d.ts +2 -0
- package/dist/src/types/userBookAssessmentType.d.ts +7 -0
- package/dist/src/types/userDetailsType.d.ts +2 -0
- package/dist/src/types/userFeeTypeByAccountType.d.ts +3 -0
- package/dist/src/types/userFeeTypeType.d.ts +6 -0
- package/dist/src/types/userHasAnnouncementType.d.ts +3 -0
- package/dist/src/types/userHasBatchType.d.ts +9 -0
- package/dist/src/types/userHasCourseType.d.ts +3 -0
- package/dist/src/types/userHasDeviceType.d.ts +3 -0
- package/dist/src/types/userHasFeeTermsType.d.ts +3 -0
- package/dist/src/types/userHasFileType.d.ts +3 -0
- package/dist/src/types/userHasHomeWorkType.d.ts +3 -0
- package/dist/src/types/userHasInventoryHistoryType.d.ts +3 -0
- package/dist/src/types/userHasInventoryType.d.ts +3 -0
- package/dist/src/types/userHasLeaveHistoryType.d.ts +3 -0
- package/dist/src/types/userHasLeaveType.d.ts +3 -0
- package/dist/src/types/userHasOffer.d.ts +3 -0
- package/dist/src/types/userHasParentType.d.ts +10 -0
- package/dist/src/types/userHasRoleType.d.ts +3 -0
- package/dist/src/types/userHasRollNumberType.d.ts +3 -0
- package/dist/src/types/userHasStorageType.d.ts +3 -0
- package/dist/src/types/userHasSubjectFeeType.d.ts +3 -0
- package/dist/src/types/userInstituteMetaType.d.ts +2 -0
- package/dist/src/types/userLeaveRequestType.d.ts +3 -0
- package/dist/src/types/userMetaType.d.ts +13 -0
- package/dist/src/types/userPayoutDetailsType.d.ts +3 -0
- package/dist/src/types/userPayoutHistoryType.d.ts +3 -0
- package/dist/src/types/userPayoutType.d.ts +7 -0
- package/dist/src/types/userProjectAssessmentOptionType.d.ts +7 -0
- package/dist/src/types/userRequiredStepsType.d.ts +3 -0
- package/dist/src/types/userSchoolMetaType.d.ts +3 -0
- package/dist/src/types/userType.d.ts +12 -0
- package/dist/src/types/vehicleType.d.ts +3 -0
- package/dist/src/types/vendorType.d.ts +3 -0
- package/dist/src/types/videoAnalystType.d.ts +2 -0
- package/dist/src/types/walletHistoryType.d.ts +3 -0
- package/dist/src/types/walletTransactionType.d.ts +3 -0
- package/dist/src/types/walletType.d.ts +3 -0
- package/dist/src/types/workingDayType.d.ts +3 -0
- package/dist/src/types/workingShiftType.d.ts +3 -0
- package/package.json +2 -1
- package/dist/configs/aws.js +0 -12
- package/dist/constants/successMessages.d.ts +0 -699
- package/dist/helpers/s3Uploader.d.ts +0 -3
- package/dist/helpers/s3Uploader.js +0 -61
- package/dist/helpers/utils.d.ts +0 -173
- package/dist/helpers/utils.js +0 -682
- package/dist/index.d.ts +0 -415
- package/dist/index.js +0 -431
- package/dist/interfaces/academicCalendarInterface.d.ts +0 -9
- package/dist/interfaces/accountHasReceiptDetailsInterface.d.ts +0 -17
- package/dist/interfaces/announcementInterface.d.ts +0 -19
- package/dist/interfaces/approvalRequestInterface.d.ts +0 -14
- package/dist/interfaces/attendanceInterface.d.ts +0 -21
- package/dist/interfaces/bankAccountDetailsInterface.d.ts +0 -14
- package/dist/interfaces/bannerInterface.d.ts +0 -15
- package/dist/interfaces/batchInterface.d.ts +0 -18
- package/dist/interfaces/batchSubjectBookAssessmentInterface.d.ts +0 -9
- package/dist/interfaces/batchSubjectProjectAssessmentInterface.d.ts +0 -12
- package/dist/interfaces/blogInterface.d.ts +0 -46
- package/dist/interfaces/bookAssessmentDateInterface.d.ts +0 -8
- package/dist/interfaces/careerInterface.d.ts +0 -12
- package/dist/interfaces/categoriesInterface.d.ts +0 -8
- package/dist/interfaces/certificatesHistoryInterface.d.ts +0 -9
- package/dist/interfaces/certificatesManagementInterface.d.ts +0 -11
- package/dist/interfaces/cityInterface.d.ts +0 -12
- package/dist/interfaces/classRoomInterface.d.ts +0 -13
- package/dist/interfaces/cloudStorageInterface.d.ts +0 -15
- package/dist/interfaces/coinPurchaseOfferInterface.d.ts +0 -16
- package/dist/interfaces/columnInterface.d.ts +0 -15
- package/dist/interfaces/contactFeedBackInterface.d.ts +0 -13
- package/dist/interfaces/countryInterface.d.ts +0 -11
- package/dist/interfaces/courseHasVisitorsInterface.d.ts +0 -7
- package/dist/interfaces/courseInterface.d.ts +0 -18
- package/dist/interfaces/dailyBookInterface.d.ts +0 -14
- package/dist/interfaces/dashboardManagementInterface.d.ts +0 -19
- package/dist/interfaces/driverInterface.d.ts +0 -21
- package/dist/interfaces/entityGroupInterface.d.ts +0 -12
- package/dist/interfaces/eventInterface.d.ts +0 -21
- package/dist/interfaces/examGroupInterface.d.ts +0 -30
- package/dist/interfaces/examHasAnswerSheetInterface.d.ts +0 -23
- package/dist/interfaces/examInterface.d.ts +0 -38
- package/dist/interfaces/facilityInterface.d.ts +0 -9
- package/dist/interfaces/featureActionInterface.d.ts +0 -17
- package/dist/interfaces/feeHistoryDetailsInterface.d.ts +0 -17
- package/dist/interfaces/feeHistoryInterface.d.ts +0 -21
- package/dist/interfaces/feeReminderInterface.d.ts +0 -13
- package/dist/interfaces/feeReminderSettingInterface.d.ts +0 -10
- package/dist/interfaces/feeReminderTypeInterface.d.ts +0 -10
- package/dist/interfaces/feeTypeHasTermsInterface.d.ts +0 -12
- package/dist/interfaces/feeTypeInterface.d.ts +0 -13
- package/dist/interfaces/feedBackInterface.d.ts +0 -19
- package/dist/interfaces/feesCollectionInterface.d.ts +0 -19
- package/dist/interfaces/fileStorageInterface.d.ts +0 -14
- package/dist/interfaces/floorManagementInterface.d.ts +0 -9
- package/dist/interfaces/generateIdCardInterface.d.ts +0 -8
- package/dist/interfaces/greetingsInterface.d.ts +0 -12
- package/dist/interfaces/holidayInterface.d.ts +0 -22
- package/dist/interfaces/homeworkInterface.d.ts +0 -13
- package/dist/interfaces/informationSupportInterface.d.ts +0 -15
- package/dist/interfaces/inquiryInterface.d.ts +0 -54
- package/dist/interfaces/instituteEntityInterface.d.ts +0 -16
- package/dist/interfaces/instituteEntityTypeInterface.d.ts +0 -10
- package/dist/interfaces/instituteInterface.d.ts +0 -35
- package/dist/interfaces/instituteSubscriptionPlanInterface.d.ts +0 -21
- package/dist/interfaces/inventoryHistoryInterface.d.ts +0 -17
- package/dist/interfaces/inventoryInterface.d.ts +0 -15
- package/dist/interfaces/invoiceInterface.d.ts +0 -31
- package/dist/interfaces/jobApplyInterface.d.ts +0 -35
- package/dist/interfaces/lectureHistoryInterface.d.ts +0 -24
- package/dist/interfaces/lectureInterface.d.ts +0 -26
- package/dist/interfaces/masterLeaveInterface.d.ts +0 -13
- package/dist/interfaces/moduleFeatureInterface.d.ts +0 -16
- package/dist/interfaces/moduleInterface.d.ts +0 -15
- package/dist/interfaces/offersInterface.d.ts +0 -18
- package/dist/interfaces/paymentTermsInterface.d.ts +0 -15
- package/dist/interfaces/pdcChequeInterface.d.ts +0 -16
- package/dist/interfaces/pdcHistoryInterface.d.ts +0 -17
- package/dist/interfaces/photosGalleryInterface.d.ts +0 -17
- package/dist/interfaces/pincodeInterface.d.ts +0 -15
- package/dist/interfaces/plannerInterface.d.ts +0 -32
- package/dist/interfaces/productInterface.d.ts +0 -10
- package/dist/interfaces/projectAssessmentOptionInterface.d.ts +0 -8
- package/dist/interfaces/replaceTeacherInterface.d.ts +0 -22
- package/dist/interfaces/roleInterface.d.ts +0 -26
- package/dist/interfaces/rulesRegulationInterface.d.ts +0 -10
- package/dist/interfaces/schoolFeeCollectionInterface.d.ts +0 -13
- package/dist/interfaces/schoolFeeInterface.d.ts +0 -21
- package/dist/interfaces/schoolOfferInterface.d.ts +0 -20
- package/dist/interfaces/sendNotificationInerface.d.ts +0 -20
- package/dist/interfaces/slotInterface.d.ts +0 -8
- package/dist/interfaces/stateInterface.d.ts +0 -11
- package/dist/interfaces/subCategoriesInterface.d.ts +0 -9
- package/dist/interfaces/subjectHasFeeInterface.d.ts +0 -7
- package/dist/interfaces/subjectHasPayFeeHistoryInterface.d.ts +0 -9
- package/dist/interfaces/subjectIndexInterface.d.ts +0 -48
- package/dist/interfaces/subscriptionPlanInterface.d.ts +0 -29
- package/dist/interfaces/syllabusInterface.d.ts +0 -9
- package/dist/interfaces/taskManagementInterface.d.ts +0 -24
- package/dist/interfaces/testimonialInterface.d.ts +0 -12
- package/dist/interfaces/toDoInterface.d.ts +0 -11
- package/dist/interfaces/tokenInterface.d.ts +0 -27
- package/dist/interfaces/tripInterface.d.ts +0 -13
- package/dist/interfaces/typeManagementInterface.d.ts +0 -11
- package/dist/interfaces/uniqueNumberCounterInterface.d.ts +0 -11
- package/dist/interfaces/userBookAssessmentInterface.d.ts +0 -10
- package/dist/interfaces/userDetailsInterface.d.ts +0 -122
- package/dist/interfaces/userFeeTypeByAccountInterface.d.ts +0 -19
- package/dist/interfaces/userFeeTypeInterface.d.ts +0 -16
- package/dist/interfaces/userHasAnnouncementInterface.d.ts +0 -9
- package/dist/interfaces/userHasBatchInterface.d.ts +0 -7
- package/dist/interfaces/userHasCourseInterface.d.ts +0 -13
- package/dist/interfaces/userHasDeviceInterface.d.ts +0 -10
- package/dist/interfaces/userHasFeeTermsInterface.d.ts +0 -37
- package/dist/interfaces/userHasFileInterface.d.ts +0 -11
- package/dist/interfaces/userHasHomeWorkInterface.d.ts +0 -11
- package/dist/interfaces/userHasInventoryHistoryInterface.d.ts +0 -20
- package/dist/interfaces/userHasInventoryInterface.d.ts +0 -21
- package/dist/interfaces/userHasLeaveHistoryInterface.d.ts +0 -16
- package/dist/interfaces/userHasLeaveInterface.d.ts +0 -12
- package/dist/interfaces/userHasOfferInterface.d.ts +0 -10
- package/dist/interfaces/userHasParentInterface.d.ts +0 -14
- package/dist/interfaces/userHasRoleInterface.d.ts +0 -13
- package/dist/interfaces/userHasRollNumberInterface.d.ts +0 -8
- package/dist/interfaces/userHasStorageInterface.d.ts +0 -11
- package/dist/interfaces/userHasSubjectFeeInterface.d.ts +0 -9
- package/dist/interfaces/userInstituteMetaInterface.d.ts +0 -39
- package/dist/interfaces/userInterface.d.ts +0 -44
- package/dist/interfaces/userLeaveRequestInterface.d.ts +0 -15
- package/dist/interfaces/userMetaInterface.d.ts +0 -13
- package/dist/interfaces/userPayoutDetailsInterface.d.ts +0 -14
- package/dist/interfaces/userPayoutHistoryInterface.d.ts +0 -18
- package/dist/interfaces/userPayoutInterface.d.ts +0 -12
- package/dist/interfaces/userProjectAssessmentOptionInterface.d.ts +0 -10
- package/dist/interfaces/userRequiredStepsInterface.d.ts +0 -9
- package/dist/interfaces/userSchoolMetaInterface.d.ts +0 -115
- package/dist/interfaces/vehicleInterface.d.ts +0 -11
- package/dist/interfaces/vendorManagementInterface.d.ts +0 -19
- package/dist/interfaces/videoAnalystInterface.d.ts +0 -37
- package/dist/interfaces/walletHistoryInterface.d.ts +0 -15
- package/dist/interfaces/walletInterface.d.ts +0 -10
- package/dist/interfaces/walletTransactionInterface.d.ts +0 -34
- package/dist/interfaces/workingDayInterface.d.ts +0 -11
- package/dist/interfaces/workingShiftInterface.d.ts +0 -12
- package/dist/models/mongodb/approvalRequestModel.d.ts +0 -4
- package/dist/models/mongodb/approvalRequestModel.js +0 -96
- package/dist/models/mongodb/attendanceModel.d.ts +0 -4
- package/dist/models/mongodb/attendanceModel.js +0 -178
- package/dist/models/mongodb/blogModel.d.ts +0 -4
- package/dist/models/mongodb/blogModel.js +0 -91
- package/dist/models/mongodb/careerModel.d.ts +0 -4
- package/dist/models/mongodb/careerModel.js +0 -83
- package/dist/models/mongodb/certificatesHistoryModel.d.ts +0 -4
- package/dist/models/mongodb/certificatesManagementModel.d.ts +0 -4
- package/dist/models/mongodb/certificatesManagementModel.js +0 -67
- package/dist/models/mongodb/columnModel.d.ts +0 -4
- package/dist/models/mongodb/columnModel.js +0 -75
- package/dist/models/mongodb/dailyBookModel.d.ts +0 -4
- package/dist/models/mongodb/dashboardManagementModel.d.ts +0 -4
- package/dist/models/mongodb/dashboardManagementModel.js +0 -111
- package/dist/models/mongodb/eventModel.d.ts +0 -4
- package/dist/models/mongodb/eventModel.js +0 -164
- package/dist/models/mongodb/examGroupModel.d.ts +0 -4
- package/dist/models/mongodb/examGroupModel.js +0 -293
- package/dist/models/mongodb/examHasAnswerSheetModel.d.ts +0 -4
- package/dist/models/mongodb/examHasAnswerSheetModel.js +0 -133
- package/dist/models/mongodb/examModel.d.ts +0 -4
- package/dist/models/mongodb/examModel.js +0 -267
- package/dist/models/mongodb/feeReminderTypeModel.d.ts +0 -4
- package/dist/models/mongodb/feeReminderTypeModel.js +0 -73
- package/dist/models/mongodb/feedBackModel.d.ts +0 -4
- package/dist/models/mongodb/feedBackModel.js +0 -111
- package/dist/models/mongodb/generateIdCardModel.d.ts +0 -4
- package/dist/models/mongodb/holidayModel.d.ts +0 -4
- package/dist/models/mongodb/holidayModel.js +0 -172
- package/dist/models/mongodb/index.js +0 -24
- package/dist/models/mongodb/informationSupportModel.d.ts +0 -4
- package/dist/models/mongodb/informationSupportModel.js +0 -96
- package/dist/models/mongodb/inquiryModel.d.ts +0 -4
- package/dist/models/mongodb/inquiryModel.js +0 -186
- package/dist/models/mongodb/invoiceModel.d.ts +0 -4
- package/dist/models/mongodb/invoiceModel.js +0 -134
- package/dist/models/mongodb/jobApplyModel.d.ts +0 -4
- package/dist/models/mongodb/jobApplyModel.js +0 -151
- package/dist/models/mongodb/photosGalleryModel.d.ts +0 -4
- package/dist/models/mongodb/photosGalleryModel.js +0 -86
- package/dist/models/mongodb/plannerModel.d.ts +0 -4
- package/dist/models/mongodb/plannerModel.js +0 -174
- package/dist/models/mongodb/replaceTeacherModel.d.ts +0 -4
- package/dist/models/mongodb/replaceTeacherModel.js +0 -110
- package/dist/models/mongodb/schoolFeeModel.d.ts +0 -4
- package/dist/models/mongodb/schoolFeeModel.js +0 -178
- package/dist/models/mongodb/subjectIndexModel.d.ts +0 -4
- package/dist/models/mongodb/subjectIndexModel.js +0 -667
- package/dist/models/mongodb/subscriptionPlanModel.d.ts +0 -4
- package/dist/models/mongodb/subscriptionPlanModel.js +0 -133
- package/dist/models/mongodb/taskManagementModel.d.ts +0 -4
- package/dist/models/mongodb/taskManagementModel.js +0 -167
- package/dist/models/mongodb/uniqueNumberCounterModel.d.ts +0 -4
- package/dist/models/mongodb/uniqueNumberCounterModel.js +0 -83
- package/dist/models/mongodb/userDetailsModel.d.ts +0 -5
- package/dist/models/mongodb/userDetailsModel.js +0 -509
- package/dist/models/mongodb/userInstituteMetaModel.d.ts +0 -4
- package/dist/models/mongodb/userInstituteMetaModel.js +0 -212
- package/dist/models/mongodb/userSchoolMetaModel.d.ts +0 -7
- package/dist/models/mongodb/userSchoolMetaModel.js +0 -552
- package/dist/models/mongodb/videoAnalystModel.d.ts +0 -4
- package/dist/models/mongodb/walletTransactionModel.d.ts +0 -4
- package/dist/models/mongodb/walletTransactionModel.js +0 -163
- package/dist/models/psql/SubCategoriesModel.d.ts +0 -17
- package/dist/models/psql/SubCategoriesModel.js +0 -102
- package/dist/models/psql/academicCalendarModel.d.ts +0 -18
- package/dist/models/psql/academicCalendarModel.js +0 -94
- package/dist/models/psql/accountHasReceiptDetailsModel.d.ts +0 -26
- package/dist/models/psql/accountHasReceiptDetailsModel.js +0 -145
- package/dist/models/psql/announcementModel.d.ts +0 -28
- package/dist/models/psql/announcementModel.js +0 -198
- package/dist/models/psql/areaModel.d.ts +0 -9
- package/dist/models/psql/areaModel.js +0 -40
- package/dist/models/psql/bankAccountDetailsModel.d.ts +0 -23
- package/dist/models/psql/bankAccountDetailsModel.js +0 -100
- package/dist/models/psql/bannerModel.d.ts +0 -24
- package/dist/models/psql/bannerModel.js +0 -116
- package/dist/models/psql/batchModel.d.ts +0 -27
- package/dist/models/psql/batchModel.js +0 -222
- package/dist/models/psql/batchSubjectBookAssessmentModel.d.ts +0 -18
- package/dist/models/psql/batchSubjectBookAssessmentModel.js +0 -156
- package/dist/models/psql/batchSubjectProjectAssessmentModel.d.ts +0 -21
- package/dist/models/psql/batchSubjectProjectAssessmentModel.js +0 -154
- package/dist/models/psql/bookAssessmentDateModel.d.ts +0 -17
- package/dist/models/psql/bookAssessmentDateModel.js +0 -87
- package/dist/models/psql/categoriesModel.d.ts +0 -17
- package/dist/models/psql/categoriesModel.js +0 -80
- package/dist/models/psql/cityModel.d.ts +0 -13
- package/dist/models/psql/cityModel.js +0 -72
- package/dist/models/psql/classRoomModel.d.ts +0 -22
- package/dist/models/psql/classRoomModel.js +0 -126
- package/dist/models/psql/cloudStorageModel.d.ts +0 -24
- package/dist/models/psql/cloudStorageModel.js +0 -97
- package/dist/models/psql/coinPurchaseOfferModel.d.ts +0 -25
- package/dist/models/psql/coinPurchaseOfferModel.js +0 -103
- package/dist/models/psql/contactFeedBackModel.d.ts +0 -22
- package/dist/models/psql/contactFeedBackModel.js +0 -120
- package/dist/models/psql/countryModel.d.ts +0 -14
- package/dist/models/psql/countryModel.js +0 -43
- package/dist/models/psql/courseHasVisitorsModel.d.ts +0 -16
- package/dist/models/psql/courseHasVisitorsModel.js +0 -71
- package/dist/models/psql/courseModel.d.ts +0 -27
- package/dist/models/psql/courseModel.js +0 -136
- package/dist/models/psql/driverModel.d.ts +0 -30
- package/dist/models/psql/driverModel.js +0 -163
- package/dist/models/psql/entityGroupModel.d.ts +0 -21
- package/dist/models/psql/entityGroupModel.js +0 -100
- package/dist/models/psql/facilityModel.d.ts +0 -18
- package/dist/models/psql/facilityModel.js +0 -120
- package/dist/models/psql/featureActionModel.d.ts +0 -22
- package/dist/models/psql/featureActionModel.js +0 -95
- package/dist/models/psql/feeHistoryDetailsModel.d.ts +0 -26
- package/dist/models/psql/feeHistoryDetailsModel.js +0 -186
- package/dist/models/psql/feeHistoryModel.d.ts +0 -30
- package/dist/models/psql/feeHistoryModel.js +0 -334
- package/dist/models/psql/feeReminderModel.d.ts +0 -22
- package/dist/models/psql/feeReminderModel.js +0 -239
- package/dist/models/psql/feeReminderSettingModel.d.ts +0 -19
- package/dist/models/psql/feeReminderSettingModel.js +0 -90
- package/dist/models/psql/feeTypeHasTermsModel.d.ts +0 -21
- package/dist/models/psql/feeTypeHasTermsModel.js +0 -102
- package/dist/models/psql/feeTypeModel.d.ts +0 -22
- package/dist/models/psql/feeTypeModel.js +0 -125
- package/dist/models/psql/feesCollectionModel.d.ts +0 -28
- package/dist/models/psql/feesCollectionModel.js +0 -232
- package/dist/models/psql/fileStorageModel.d.ts +0 -6
- package/dist/models/psql/fileStorageModel.js +0 -86
- package/dist/models/psql/floorManagementModel.d.ts +0 -18
- package/dist/models/psql/floorManagementModel.js +0 -90
- package/dist/models/psql/greetingsModel.d.ts +0 -21
- package/dist/models/psql/greetingsModel.js +0 -118
- package/dist/models/psql/homeWorkModel.d.ts +0 -22
- package/dist/models/psql/homeWorkModel.js +0 -128
- package/dist/models/psql/instituteEntityModel.d.ts +0 -25
- package/dist/models/psql/instituteEntityModel.js +0 -131
- package/dist/models/psql/instituteEntityTypeModel.d.ts +0 -19
- package/dist/models/psql/instituteEntityTypeModel.js +0 -74
- package/dist/models/psql/instituteModel.d.ts +0 -44
- package/dist/models/psql/instituteModel.js +0 -240
- package/dist/models/psql/instituteSubscriptionPlanModel.d.ts +0 -33
- package/dist/models/psql/instituteSubscriptionPlanModel.js +0 -186
- package/dist/models/psql/inventoryHistoryModel.d.ts +0 -26
- package/dist/models/psql/inventoryHistoryModel.js +0 -159
- package/dist/models/psql/inventoryModel.d.ts +0 -24
- package/dist/models/psql/inventoryModel.js +0 -132
- package/dist/models/psql/lectureHistoryModel.d.ts +0 -32
- package/dist/models/psql/lectureHistoryModel.js +0 -223
- package/dist/models/psql/lectureModel.d.ts +0 -34
- package/dist/models/psql/lectureModel.js +0 -485
- package/dist/models/psql/masterLeaveModel.d.ts +0 -22
- package/dist/models/psql/masterLeaveModel.js +0 -132
- package/dist/models/psql/moduleFeatureModel.d.ts +0 -21
- package/dist/models/psql/moduleFeatureModel.js +0 -98
- package/dist/models/psql/moduleModel.d.ts +0 -20
- package/dist/models/psql/moduleModel.js +0 -101
- package/dist/models/psql/offerModel.d.ts +0 -27
- package/dist/models/psql/offerModel.js +0 -144
- package/dist/models/psql/paymentTermsModel.d.ts +0 -17
- package/dist/models/psql/paymentTermsModel.js +0 -114
- package/dist/models/psql/pdcChequeModel.d.ts +0 -25
- package/dist/models/psql/pdcChequeModel.js +0 -138
- package/dist/models/psql/pdcHistoryModel.d.ts +0 -26
- package/dist/models/psql/pdcHistoryModel.js +0 -152
- package/dist/models/psql/pincodeModel.d.ts +0 -23
- package/dist/models/psql/pincodeModel.js +0 -79
- package/dist/models/psql/productModel.d.ts +0 -19
- package/dist/models/psql/productModel.js +0 -124
- package/dist/models/psql/projectAssessmentOptionModel.d.ts +0 -17
- package/dist/models/psql/projectAssessmentOptionModel.js +0 -90
- package/dist/models/psql/roleModel.d.ts +0 -22
- package/dist/models/psql/roleModel.js +0 -97
- package/dist/models/psql/rulesRegulationModel.d.ts +0 -19
- package/dist/models/psql/rulesRegulationModel.js +0 -72
- package/dist/models/psql/schoolFeeCollectionModel.d.ts +0 -22
- package/dist/models/psql/schoolFeeCollectionModel.js +0 -156
- package/dist/models/psql/schoolOfferModel.d.ts +0 -29
- package/dist/models/psql/schoolOfferModel.js +0 -167
- package/dist/models/psql/sendNotificationModel.d.ts +0 -22
- package/dist/models/psql/sendNotificationModel.js +0 -117
- package/dist/models/psql/slotModel.d.ts +0 -17
- package/dist/models/psql/slotModel.js +0 -99
- package/dist/models/psql/stateModel.d.ts +0 -13
- package/dist/models/psql/stateModel.js +0 -58
- package/dist/models/psql/subjectHasFeeModel.d.ts +0 -16
- package/dist/models/psql/subjectHasFeeModel.js +0 -78
- package/dist/models/psql/subjectHasPayFeeHistoryModel.d.ts +0 -18
- package/dist/models/psql/subjectHasPayFeeHistoryModel.js +0 -109
- package/dist/models/psql/syllabusModel.d.ts +0 -18
- package/dist/models/psql/syllabusModel.js +0 -125
- package/dist/models/psql/testimonialModel.d.ts +0 -21
- package/dist/models/psql/testimonialModel.js +0 -162
- package/dist/models/psql/toDoModel.d.ts +0 -20
- package/dist/models/psql/toDoModel.js +0 -116
- package/dist/models/psql/tokenModel.d.ts +0 -15
- package/dist/models/psql/tokenModel.js +0 -37
- package/dist/models/psql/tripModel.d.ts +0 -22
- package/dist/models/psql/tripModel.js +0 -114
- package/dist/models/psql/typeManagementModel.d.ts +0 -20
- package/dist/models/psql/typeManagementModel.js +0 -122
- package/dist/models/psql/userBookAssessmentModel.d.ts +0 -19
- package/dist/models/psql/userBookAssessmentModel.js +0 -141
- package/dist/models/psql/userFeeTypeByAccountModel.d.ts +0 -22
- package/dist/models/psql/userFeeTypeByAccountModel.js +0 -184
- package/dist/models/psql/userFeeTypeModel.d.ts +0 -25
- package/dist/models/psql/userFeeTypeModel.js +0 -172
- package/dist/models/psql/userHasAnnouncementModel.d.ts +0 -18
- package/dist/models/psql/userHasAnnouncementModel.js +0 -108
- package/dist/models/psql/userHasBatchModel.d.ts +0 -16
- package/dist/models/psql/userHasBatchModel.js +0 -92
- package/dist/models/psql/userHasCourseModel.d.ts +0 -22
- package/dist/models/psql/userHasCourseModel.js +0 -116
- package/dist/models/psql/userHasDeviceModel.d.ts +0 -19
- package/dist/models/psql/userHasDeviceModel.js +0 -91
- package/dist/models/psql/userHasFeeTermsModel.d.ts +0 -27
- package/dist/models/psql/userHasFeeTermsModel.js +0 -202
- package/dist/models/psql/userHasFileModel.d.ts +0 -16
- package/dist/models/psql/userHasFileModel.js +0 -107
- package/dist/models/psql/userHasHomeWorkModel.d.ts +0 -19
- package/dist/models/psql/userHasHomeWorkModel.js +0 -119
- package/dist/models/psql/userHasInventoryHistoryModel.d.ts +0 -29
- package/dist/models/psql/userHasInventoryHistoryModel.js +0 -146
- package/dist/models/psql/userHasInventoryModel.d.ts +0 -30
- package/dist/models/psql/userHasInventoryModel.js +0 -148
- package/dist/models/psql/userHasLeaveHistoryModel.d.ts +0 -25
- package/dist/models/psql/userHasLeaveHistoryModel.js +0 -106
- package/dist/models/psql/userHasLeaveModel.d.ts +0 -21
- package/dist/models/psql/userHasLeaveModel.js +0 -121
- package/dist/models/psql/userHasOfferModel.d.ts +0 -19
- package/dist/models/psql/userHasOfferModel.js +0 -154
- package/dist/models/psql/userHasParentModel.d.ts +0 -23
- package/dist/models/psql/userHasParentModel.js +0 -135
- package/dist/models/psql/userHasRoleModel.d.ts +0 -18
- package/dist/models/psql/userHasRoleModel.js +0 -97
- package/dist/models/psql/userHasRollNumberModel.d.ts +0 -17
- package/dist/models/psql/userHasRollNumberModel.js +0 -90
- package/dist/models/psql/userHasStorageModel.d.ts +0 -20
- package/dist/models/psql/userHasStorageModel.js +0 -86
- package/dist/models/psql/userHasSubjectFeeModel.d.ts +0 -18
- package/dist/models/psql/userHasSubjectFeeModel.js +0 -86
- package/dist/models/psql/userLeaveRequestModel.d.ts +0 -24
- package/dist/models/psql/userLeaveRequestModel.js +0 -104
- package/dist/models/psql/userModel.d.ts +0 -55
- package/dist/models/psql/userModel.js +0 -392
- package/dist/models/psql/userPayoutDetailsModel.d.ts +0 -21
- package/dist/models/psql/userPayoutDetailsModel.js +0 -162
- package/dist/models/psql/userPayoutHistoryModel.d.ts +0 -27
- package/dist/models/psql/userPayoutHistoryModel.js +0 -155
- package/dist/models/psql/userPayoutModel.d.ts +0 -20
- package/dist/models/psql/userPayoutModel.js +0 -316
- package/dist/models/psql/userProjectAssessmentOptionModel.d.ts +0 -19
- package/dist/models/psql/userProjectAssessmentOptionModel.js +0 -126
- package/dist/models/psql/userRequiredStepsModel.d.ts +0 -17
- package/dist/models/psql/userRequiredStepsModel.js +0 -78
- package/dist/models/psql/vehicleModel.d.ts +0 -20
- package/dist/models/psql/vehicleModel.js +0 -110
- package/dist/models/psql/vendorManagementModel.d.ts +0 -28
- package/dist/models/psql/vendorManagementModel.js +0 -179
- package/dist/models/psql/walletHistoryModel.d.ts +0 -24
- package/dist/models/psql/walletHistoryModel.js +0 -103
- package/dist/models/psql/walletModel.d.ts +0 -19
- package/dist/models/psql/walletModel.js +0 -93
- package/dist/models/psql/workingDayModel.d.ts +0 -20
- package/dist/models/psql/workingDayModel.js +0 -79
- package/dist/models/psql/workingShiftModel.d.ts +0 -21
- package/dist/models/psql/workingShiftModel.js +0 -92
- package/dist/services/Concrete/mongooseCommonService.d.ts +0 -36
- package/dist/services/Concrete/mongooseCommonService.js +0 -108
- package/dist/services/Concrete/sequelizeCommanService.d.ts +0 -17
- package/dist/services/Concrete/sequelizeCommanService.js +0 -123
- package/dist/services/Contracts/IMongooseCommonService.d.ts +0 -36
- package/dist/services/Contracts/ISequelizeCommonService.d.ts +0 -21
- package/dist/types/academicCalendarType.d.ts +0 -6
- package/dist/types/accountHasReceiptDetailsType.d.ts +0 -7
- package/dist/types/announcementType.d.ts +0 -6
- package/dist/types/approveRequestType.d.ts +0 -2
- package/dist/types/areaType.d.ts +0 -3
- package/dist/types/attendanceType.d.ts +0 -2
- package/dist/types/bankAccountDetailsType.d.ts +0 -3
- package/dist/types/bannerType.d.ts +0 -7
- package/dist/types/batchSubjectBookAssessmentType.d.ts +0 -7
- package/dist/types/batchSubjectProjectAssessmentType.d.ts +0 -7
- package/dist/types/batchType.d.ts +0 -7
- package/dist/types/blogType.d.ts +0 -2
- package/dist/types/bookAssessmentDateType.d.ts +0 -7
- package/dist/types/careerType.d.ts +0 -2
- package/dist/types/categoriesType.d.ts +0 -3
- package/dist/types/certificatesHistoryType.d.ts +0 -2
- package/dist/types/certificatesManagementType.d.ts +0 -2
- package/dist/types/classRoomType.d.ts +0 -3
- package/dist/types/cloudStorageType.d.ts +0 -3
- package/dist/types/coinPurchaseOfferType.d.ts +0 -3
- package/dist/types/contactFeedBackType.d.ts +0 -3
- package/dist/types/courseHasVisitorsType.d.ts +0 -2
- package/dist/types/courseType.d.ts +0 -2
- package/dist/types/dailyBookType.d.ts +0 -2
- package/dist/types/dashboardManagementType.d.ts +0 -2
- package/dist/types/driverType.d.ts +0 -6
- package/dist/types/entityGroupType.d.ts +0 -3
- package/dist/types/eventType.d.ts +0 -2
- package/dist/types/examGroupType.d.ts +0 -6
- package/dist/types/examHasAnswerSheetType.d.ts +0 -2
- package/dist/types/examType.d.ts +0 -6
- package/dist/types/facilityType.d.ts +0 -3
- package/dist/types/featureActionType.d.ts +0 -3
- package/dist/types/feeHistoryDetailsType.d.ts +0 -6
- package/dist/types/feeHistoryType.d.ts +0 -18
- package/dist/types/feeReminderSettingType.d.ts +0 -3
- package/dist/types/feeReminderType.d.ts +0 -3
- package/dist/types/feeReminderTypeType.d.ts +0 -2
- package/dist/types/feeTypeHasTermsType.d.ts +0 -3
- package/dist/types/feeTypeType.d.ts +0 -3
- package/dist/types/feedBackType.d.ts +0 -2
- package/dist/types/feesCollectionType.d.ts +0 -3
- package/dist/types/fileStorageType.d.ts +0 -3
- package/dist/types/floormanagementType.d.ts +0 -3
- package/dist/types/generateIdCardType.d.ts +0 -2
- package/dist/types/greetingsType.d.ts +0 -6
- package/dist/types/holidayType.d.ts +0 -2
- package/dist/types/homeWorkType.d.ts +0 -3
- package/dist/types/informationSupportType.d.ts +0 -2
- package/dist/types/inquiryType.d.ts +0 -2
- package/dist/types/instituteEntityType.d.ts +0 -6
- package/dist/types/instituteEntityTypeType.d.ts +0 -3
- package/dist/types/instituteSubscriptionPlanType.d.ts +0 -3
- package/dist/types/instituteType.d.ts +0 -3
- package/dist/types/inventoryHistoryType.d.ts +0 -3
- package/dist/types/inventoryType.d.ts +0 -3
- package/dist/types/jobApply.d.ts +0 -2
- package/dist/types/lectureHistoryType.d.ts +0 -6
- package/dist/types/lectureType.d.ts +0 -6
- package/dist/types/masterLeaveType.d.ts +0 -3
- package/dist/types/moduleFeatureType.d.ts +0 -3
- package/dist/types/moduleType.d.ts +0 -3
- package/dist/types/offerType.d.ts +0 -3
- package/dist/types/paymentTermsType.d.ts +0 -3
- package/dist/types/pdcChequeType.d.ts +0 -6
- package/dist/types/pdcHistoryType.d.ts +0 -2
- package/dist/types/photosGalleryType.d.ts +0 -2
- package/dist/types/plannerType.d.ts +0 -7
- package/dist/types/productType.d.ts +0 -3
- package/dist/types/projectAssessmentOptionType.d.ts +0 -7
- package/dist/types/roleType.d.ts +0 -11
- package/dist/types/rulesRegulationType.d.ts +0 -3
- package/dist/types/schoolFeeCollectionType.d.ts +0 -3
- package/dist/types/schoolFeeType.d.ts +0 -3
- package/dist/types/schoolOfferType.d.ts +0 -3
- package/dist/types/sendNotificationType.d.ts +0 -3
- package/dist/types/slotType.d.ts +0 -2
- package/dist/types/subCategoryType.d.ts +0 -3
- package/dist/types/subjectHasFeeType.d.ts +0 -3
- package/dist/types/subjectHasPayFeeHistoryType.d.ts +0 -3
- package/dist/types/subjectIndexType.d.ts +0 -7
- package/dist/types/subscriptionPlanType.d.ts +0 -2
- package/dist/types/syllabusType.d.ts +0 -7
- package/dist/types/taskManagementType.d.ts +0 -2
- package/dist/types/testimonialType.d.ts +0 -13
- package/dist/types/toDoType.d.ts +0 -6
- package/dist/types/tripType.d.ts +0 -2
- package/dist/types/typeManagementType.d.ts +0 -3
- package/dist/types/uniqueNumberCounterType.d.ts +0 -2
- package/dist/types/userBookAssessmentType.d.ts +0 -7
- package/dist/types/userDetailsType.d.ts +0 -2
- package/dist/types/userFeeTypeByAccountType.d.ts +0 -3
- package/dist/types/userFeeTypeType.d.ts +0 -6
- package/dist/types/userHasAnnouncementType.d.ts +0 -3
- package/dist/types/userHasBatchType.d.ts +0 -9
- package/dist/types/userHasCourseType.d.ts +0 -3
- package/dist/types/userHasDeviceType.d.ts +0 -3
- package/dist/types/userHasFeeTermsType.d.ts +0 -3
- package/dist/types/userHasFileType.d.ts +0 -3
- package/dist/types/userHasHomeWorkType.d.ts +0 -3
- package/dist/types/userHasInventoryHistoryType.d.ts +0 -3
- package/dist/types/userHasInventoryType.d.ts +0 -3
- package/dist/types/userHasLeaveHistoryType.d.ts +0 -3
- package/dist/types/userHasLeaveType.d.ts +0 -3
- package/dist/types/userHasOffer.d.ts +0 -3
- package/dist/types/userHasParentType.d.ts +0 -10
- package/dist/types/userHasRoleType.d.ts +0 -3
- package/dist/types/userHasRollNumberType.d.ts +0 -3
- package/dist/types/userHasStorageType.d.ts +0 -3
- package/dist/types/userHasSubjectFeeType.d.ts +0 -3
- package/dist/types/userInstituteMetaType.d.ts +0 -2
- package/dist/types/userLeaveRequestType.d.ts +0 -3
- package/dist/types/userMetaType.d.ts +0 -13
- package/dist/types/userPayoutDetailsType.d.ts +0 -3
- package/dist/types/userPayoutHistoryType.d.ts +0 -3
- package/dist/types/userPayoutType.d.ts +0 -7
- package/dist/types/userProjectAssessmentOptionType.d.ts +0 -7
- package/dist/types/userRequiredStepsType.d.ts +0 -3
- package/dist/types/userSchoolMetaType.d.ts +0 -3
- package/dist/types/userType.d.ts +0 -12
- package/dist/types/vehicleType.d.ts +0 -3
- package/dist/types/vendorType.d.ts +0 -3
- package/dist/types/videoAnalystType.d.ts +0 -2
- package/dist/types/walletHistoryType.d.ts +0 -3
- package/dist/types/walletTransactionType.d.ts +0 -3
- package/dist/types/walletType.d.ts +0 -3
- package/dist/types/workingDayType.d.ts +0 -3
- package/dist/types/workingShiftType.d.ts +0 -3
- /package/dist/{configs → src/configs}/aws.d.ts +0 -0
- /package/dist/{configs → src/configs}/env.d.ts +0 -0
- /package/dist/{configs → src/configs}/env.js +0 -0
- /package/dist/{configs → src/configs}/postgresConfig.d.ts +0 -0
- /package/dist/{configs → src/configs}/postgresConfig.js +0 -0
- /package/dist/{constants → src/constants}/app.d.ts +0 -0
- /package/dist/{constants → src/constants}/app.js +0 -0
- /package/dist/{constants → src/constants}/defaultModelAttributes.d.ts +0 -0
- /package/dist/{constants → src/constants}/defaultModelAttributes.js +0 -0
- /package/dist/{constants → src/constants}/errorMessages.d.ts +0 -0
- /package/dist/{constants → src/constants}/errorMessages.js +0 -0
- /package/dist/{constants → src/constants}/httpStatusCode.d.ts +0 -0
- /package/dist/{constants → src/constants}/httpStatusCode.js +0 -0
- /package/dist/{constants → src/constants}/successMessages.js +0 -0
- /package/dist/{db → src/db}/mongodb.d.ts +0 -0
- /package/dist/{db → src/db}/mongodb.js +0 -0
- /package/dist/{db → src/db}/postgres.d.ts +0 -0
- /package/dist/{db → src/db}/postgres.js +0 -0
- /package/dist/{db → src/db}/psql/index.d.ts +0 -0
- /package/dist/{db → src/db}/psql/index.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20241225101052-add-deleted-by-and-deleted-at-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106070945-add-user-fields-and-deleted-user-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250106080059-add-fields-and-deleted-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250108092439-update-batch-model-fields.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250108092439-update-batch-model-fields.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250210102846-add-profileImage-coverImage-to-users.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250211071743-add-action-user-has-histroy.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250211071743-add-action-user-has-histroy.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250213140815-add-assignQuantity-user-has-histroy.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250214072626-add-middlename-user.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250214072626-add-middlename-user.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250224085333-add-apptype-in-user.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250224085333-add-apptype-in-user.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250226053006-add-brouchure-in-institute.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250226053006-add-brouchure-in-institute.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250227123530-add-defult-in-fee-reminder.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250304052831-add-institued-in-school-data-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250306053557-add-shifyId-in-batch.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250306053557-add-shifyId-in-batch.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250311044606-add-institued-in-school-data-clm-subtype.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250402090653-add-user-area.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250402090653-add-user-area.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250407094125-update-type-in-typeManagement.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250407094125-update-type-in-typeManagement.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250409105229-add-user-type-in-role.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250409105229-add-user-type-in-role.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250417121316-make-institute-id-nullable-in-type-management.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419071236-fee_histroy_add_school_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250419085334-fee_histroy_add_school_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250421085618-add-entityIds-field-in-announcements.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250422114032-add-account.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250422114032-add-account.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423051841-add-master-leave-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423051841-add-master-leave-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423064522-update-calender-enum.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423064522-update-calender-enum.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423093827-update-institued-district.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250423093827-update-institued-district.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424044755-update-fee-history-feeTyps-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424053841-update-fee-history-key.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250424053841-update-fee-history-key.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250426070309-update-banner-clm-userType.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250426070309-update-banner-clm-userType.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505035157-update-fee-collection-clm-add.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505035157-update-fee-collection-clm-add.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505082924-update-banner-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505082924-update-banner-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505094616-about-as-clm-in-institued.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250505094616-about-as-clm-in-institued.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250506070110-add-dayOfWeek-clm-in-working-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250509055920-add-feecollection-isleft-clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250513061037-add-techer-clm-batch.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250513061037-add-techer-clm-batch.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250514101801-add-slotId-workingShif.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250514101801-add-slotId-workingShif.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516062917-add-globalId-clm-user-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516062917-add-globalId-clm-user-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250516063542-add-globalId-clm-institute-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250520061231-add-institued_mobile_person_data.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250520061231-add-institued_mobile_person_data.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250522044729-add-institued_update_add_2.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250522044729-add-institued_update_add_2.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526035543-add-totalQuantity_add_remainingQuantiy_clm_userHasInventoryHistory.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526093322-add-appType_clm_in_module.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526093322-add-appType_clm_in_module.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094030-add-appType_clm_in_action.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094030-add-appType_clm_in_action.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250526094233-add-appType_clm_in_module_features.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250527065001-add-app-type-in-role-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250527065001-add-app-type-in-role-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250528045906-add-module-type-to-notifications.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250528045906-add-module-type-to-notifications.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602090331-add-or-update-user-model-medicalHistory.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250602100550-add-planner-sync-status-to-institute.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250603054900-add-clm-for-defult-data-add-or-not-in-ins-model.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604103905-add-is-institute-default-field-in-role.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604121051-update-mobile-number-opstion.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250604121051-update-mobile-number-opstion.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250617064159-update-type-management-jun-17.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250617064159-update-type-management-jun-17.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250627065013-is-institute-default-added-type-managemente.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250701095321-add-clm-institute-pdfId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250701095321-add-clm-institute-pdfId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250704102117-add-clm-isDefult-in-typeManagemet.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715103324-add-academic-calendar-id-to-batches.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250715121047-remove-batch-id-from-academic-calendars.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250716131731-rename-user-id-to-primary-user-id.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250717092933-add-floor-id-to-class-rooms.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250718121251-add-clm-classroom-typeid.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250718121251-add-clm-classroom-typeid.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721065317-add-instituteId-fileSize-to-fileStorage.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721100004-add-shift-slot-id-to-lectures.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250721105455-add-clm-classroom-add-classroomnumber.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250722071836-add-title-to-floor-management.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250722071836-add-title-to-floor-management.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250723150111-add-clm-batch-slotId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250723150111-add-clm-batch-slotId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250724062458-update_classRoom_number_clm_to_string.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250725132424-add-unique-index-on-instituteId-name-type.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250730104844-update-unique-key-assessment-type.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250730104844-update-unique-key-assessment-type.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250804090437-update_ins_in_pdf_id_string_to_uuid.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805062440-remove_unique_key_into_batch_subject_project_assessments.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805115805-add-descriptions-to-lectures.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250805115805-add-descriptions-to-lectures.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808100700-add_clm_contectFeed_in_ins_givenId.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250808101515-add-sequence-to-institute_entities.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250812080521-add-title-and-descriptions-to-batch-subject-project-assessments.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250820092836-add-sequence-number-to-institute-entities.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250829103203-remove-syllabus-composit-index.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250829103203-remove-syllabus-composit-index.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250905132024-add-uuid-to-users.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250905132024-add-uuid-to-users.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054025-userHasOffer_model_update.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054025-userHasOffer_model_update.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250908054754-offer_in_add_offertype_clm.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250909061117-add-instituteId-isDefault-to-entityGroup.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060106-change-wallet-history-columns-to-float.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250911060245-change-coin-to-float-in-wallets.js +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250917135646-change-storageInBytes-to-float.d.ts +0 -0
- /package/dist/{db → src/db}/psql/migrations/20250917135646-change-storageInBytes-to-float.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/20240809100759-add-countries-states-cities.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/20240809100759-add-countries-states-cities.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/20250101122757-add-default-permissions-modules.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/20250101122757-add-default-permissions-modules.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AcademicCalendarModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AcademicCalendarModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AdministrativeStaffModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AdministrativeStaffModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AnnouncementsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AnnouncementsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AssetsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AssetsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AttendanceModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/AttendanceModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BannerModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BannerModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BatchModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BatchModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BoardModule .d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BoardModule .js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BookAssessmentsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/BookAssessmentsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/CategoriesModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/CategoriesModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ClassroomModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ClassroomModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/DivisionModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/DivisionModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/EventModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/EventModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ExamsAndResultsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ExamsAndResultsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FacilityModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FacilityModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeeAndDiscountModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeeAndDiscountModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeedBackModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FeedBackModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FileModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/FileModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/GenerateIdModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/GenerateIdModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HolidayModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HolidayModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HomeworkModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/HomeworkModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/IndexModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/IndexModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InquiryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InquiryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InstituteModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InstituteModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InventoryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/InventoryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/JobApplyModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/JobApplyModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/LectureModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/LectureModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ParentModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ParentModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PayoutModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PayoutModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PdcChequesModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PdcChequesModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PhotosGalleryModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PhotosGalleryModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PlannerModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/PlannerModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ProjectAssessmentsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ProjectAssessmentsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ReplaceTeacherModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/ReplaceTeacherModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RoleModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RoleModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RollNumberModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/RollNumberModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolFeeModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolFeeModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolRegistration.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SchoolRegistration.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SettingsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SettingsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StaffTimingModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StaffTimingModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StudentModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/StudentModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SubjectModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SubjectModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SyllabusManagementModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/SyllabusManagementModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TeacherModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TeacherModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TestimonialsModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TestimonialsModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TimetableModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TimetableModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/To-doModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/To-doModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TypeManagementModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/TypeManagementModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/UserModule.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/UserModule.js +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/appType.d.ts +0 -0
- /package/dist/{db → src/db}/psql/seeders/Data/appType.js +0 -0
- /package/dist/{interfaces → src/interfaces}/academicCalendarInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/accountHasReceiptDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/announcementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/approvalRequestInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/areaInterface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/areaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/attendanceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bankAccountDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bannerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchSubjectBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/batchSubjectProjectAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/blogInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/bookAssessmentDateInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/careerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/categoriesInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/certificatesHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/certificatesManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/cityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/classRoomInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/cloudStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/coinPurchaseOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/columnInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/commanInterface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/commanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/contactFeedBackInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/countryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/courseHasVisitorsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/courseInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/dailyBookInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/dashboardManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/driverInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/entityGroupInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/eventInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examGroupInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examHasAnswerSheetInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/examInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/facilityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/featureActionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeHistoryDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderSettingInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeReminderTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeTypeHasTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feeTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feedBackInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/feesCollectionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/fileStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/floorManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/generateIdCardInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/greetingsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/holidayInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/homeworkInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/informationSupportInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inquiryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteEntityInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteEntityTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/instituteSubscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/inventoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/invoiceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/jobApplyInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/lectureHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/lectureInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/masterLeaveInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/moduleFeatureInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/moduleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/offersInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/paymentTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pdcChequeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pdcHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/photosGalleryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/pincodeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/plannerInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/productInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/projectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/replaceTeacherInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/roleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/rulesRegulationInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolFeeCollectionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/schoolOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/sendNotificationInerface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/slotInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/stateInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subCategoriesInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectHasFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectHasPayFeeHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subjectIndexInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/subscriptionPlanInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/syllabusInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/taskManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/testimonialInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/toDoInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/tokenInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/tripInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/typeManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/uniqueNumberCounterInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userBookAssessmentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userFeeTypeByAccountInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userFeeTypeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasAnnouncementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasBatchInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasCourseInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasDeviceInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasFeeTermsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasFileInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasHomeWorkInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasInventoryHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasInventoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasLeaveHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasLeaveInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasOfferInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasParentInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasRoleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasRollNumberInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasStorageInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userHasSubjectFeeInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userInstituteMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userLeaveRequestInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutDetailsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userPayoutInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userProjectAssessmentOptionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userRequiredStepsInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/userSchoolMetaInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/vehicleInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/vendorManagementInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/videoAnalystInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletHistoryInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/walletTransactionInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/workingDayInterface.js +0 -0
- /package/dist/{interfaces → src/interfaces}/workingShiftInterface.js +0 -0
- /package/dist/{models → src/models}/mongodb/certificatesHistoryModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/dailyBookModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/generateIdCardModel.js +0 -0
- /package/dist/{models → src/models}/mongodb/index.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/addDefaultAttributesPlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/addDefaultAttributesPlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInQueryPlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInQueryPlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInResponsePlugin.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/plugin/transformIdInResponsePlugin.js +0 -0
- /package/dist/{models → src/models}/mongodb/userDoc.d.ts +0 -0
- /package/dist/{models → src/models}/mongodb/userDoc.js +0 -0
- /package/dist/{models → src/models}/mongodb/videoAnalystModel.js +0 -0
- /package/dist/{models → src/models}/psql/index.d.ts +0 -0
- /package/dist/{models → src/models}/psql/index.js +0 -0
- /package/dist/{services → src/services}/Contracts/IMongooseCommonService.js +0 -0
- /package/dist/{services → src/services}/Contracts/ISequelizeCommonService.js +0 -0
- /package/dist/{types → src/types}/academicCalendarType.js +0 -0
- /package/dist/{types → src/types}/accountHasReceiptDetailsType.js +0 -0
- /package/dist/{types → src/types}/announcementType.js +0 -0
- /package/dist/{types → src/types}/approveRequestType.js +0 -0
- /package/dist/{types → src/types}/areaType.js +0 -0
- /package/dist/{types → src/types}/attendanceType.js +0 -0
- /package/dist/{types → src/types}/bankAccountDetailsType.js +0 -0
- /package/dist/{types → src/types}/bannerType.js +0 -0
- /package/dist/{types → src/types}/batchSubjectBookAssessmentType.js +0 -0
- /package/dist/{types → src/types}/batchSubjectProjectAssessmentType.js +0 -0
- /package/dist/{types → src/types}/batchType.js +0 -0
- /package/dist/{types → src/types}/blogType.js +0 -0
- /package/dist/{types → src/types}/bookAssessmentDateType.js +0 -0
- /package/dist/{types → src/types}/careerType.js +0 -0
- /package/dist/{types → src/types}/categoriesType.js +0 -0
- /package/dist/{types → src/types}/certificatesHistoryType.js +0 -0
- /package/dist/{types → src/types}/certificatesManagementType.js +0 -0
- /package/dist/{types → src/types}/classRoomType.js +0 -0
- /package/dist/{types → src/types}/cloudStorageType.js +0 -0
- /package/dist/{types → src/types}/coinPurchaseOfferType.js +0 -0
- /package/dist/{types → src/types}/commonType.d.ts +0 -0
- /package/dist/{types → src/types}/commonType.js +0 -0
- /package/dist/{types → src/types}/contactFeedBackType.js +0 -0
- /package/dist/{types → src/types}/courseHasVisitorsType.js +0 -0
- /package/dist/{types → src/types}/courseType.js +0 -0
- /package/dist/{types → src/types}/dailyBookType.js +0 -0
- /package/dist/{types → src/types}/dashboardManagementType.js +0 -0
- /package/dist/{types → src/types}/driverType.js +0 -0
- /package/dist/{types → src/types}/entityGroupType.js +0 -0
- /package/dist/{types → src/types}/eventType.js +0 -0
- /package/dist/{types → src/types}/examGroupType.js +0 -0
- /package/dist/{types → src/types}/examHasAnswerSheetType.js +0 -0
- /package/dist/{types → src/types}/examType.js +0 -0
- /package/dist/{types → src/types}/facilityType.js +0 -0
- /package/dist/{types → src/types}/featureActionType.js +0 -0
- /package/dist/{types → src/types}/feeHistoryDetailsType.js +0 -0
- /package/dist/{types → src/types}/feeHistoryType.js +0 -0
- /package/dist/{types → src/types}/feeReminderSettingType.js +0 -0
- /package/dist/{types → src/types}/feeReminderType.js +0 -0
- /package/dist/{types → src/types}/feeReminderTypeType.js +0 -0
- /package/dist/{types → src/types}/feeTypeHasTermsType.js +0 -0
- /package/dist/{types → src/types}/feeTypeType.js +0 -0
- /package/dist/{types → src/types}/feedBackType.js +0 -0
- /package/dist/{types → src/types}/feesCollectionType.js +0 -0
- /package/dist/{types → src/types}/fileStorageType.js +0 -0
- /package/dist/{types → src/types}/floormanagementType.js +0 -0
- /package/dist/{types → src/types}/generateIdCardType.js +0 -0
- /package/dist/{types → src/types}/greetingsType.js +0 -0
- /package/dist/{types → src/types}/holidayType.js +0 -0
- /package/dist/{types → src/types}/homeWorkType.js +0 -0
- /package/dist/{types → src/types}/informationSupportType.js +0 -0
- /package/dist/{types → src/types}/inquiryType.js +0 -0
- /package/dist/{types → src/types}/instituteEntityType.js +0 -0
- /package/dist/{types → src/types}/instituteEntityTypeType.js +0 -0
- /package/dist/{types → src/types}/instituteSubscriptionPlanType.js +0 -0
- /package/dist/{types → src/types}/instituteType.js +0 -0
- /package/dist/{types → src/types}/inventoryHistoryType.js +0 -0
- /package/dist/{types → src/types}/inventoryType.js +0 -0
- /package/dist/{types → src/types}/jobApply.js +0 -0
- /package/dist/{types → src/types}/lectureHistoryType.js +0 -0
- /package/dist/{types → src/types}/lectureType.js +0 -0
- /package/dist/{types → src/types}/masterLeaveType.js +0 -0
- /package/dist/{types → src/types}/moduleFeatureType.js +0 -0
- /package/dist/{types → src/types}/moduleType.js +0 -0
- /package/dist/{types → src/types}/offerType.js +0 -0
- /package/dist/{types → src/types}/paymentTermsType.js +0 -0
- /package/dist/{types → src/types}/pdcChequeType.js +0 -0
- /package/dist/{types → src/types}/pdcHistoryType.js +0 -0
- /package/dist/{types → src/types}/photosGalleryType.js +0 -0
- /package/dist/{types → src/types}/plannerType.js +0 -0
- /package/dist/{types → src/types}/productType.js +0 -0
- /package/dist/{types → src/types}/projectAssessmentOptionType.js +0 -0
- /package/dist/{types → src/types}/roleType.js +0 -0
- /package/dist/{types → src/types}/rulesRegulationType.js +0 -0
- /package/dist/{types → src/types}/schoolFeeCollectionType.js +0 -0
- /package/dist/{types → src/types}/schoolFeeType.js +0 -0
- /package/dist/{types → src/types}/schoolOfferType.js +0 -0
- /package/dist/{types → src/types}/sendNotificationType.js +0 -0
- /package/dist/{types → src/types}/slotType.js +0 -0
- /package/dist/{types → src/types}/subCategoryType.js +0 -0
- /package/dist/{types → src/types}/subjectHasFeeType.js +0 -0
- /package/dist/{types → src/types}/subjectHasPayFeeHistoryType.js +0 -0
- /package/dist/{types → src/types}/subjectIndexType.js +0 -0
- /package/dist/{types → src/types}/subscriptionPlanType.js +0 -0
- /package/dist/{types → src/types}/syllabusType.js +0 -0
- /package/dist/{types → src/types}/taskManagementType.js +0 -0
- /package/dist/{types → src/types}/testimonialType.js +0 -0
- /package/dist/{types → src/types}/toDoType.js +0 -0
- /package/dist/{types → src/types}/tripType.js +0 -0
- /package/dist/{types → src/types}/typeManagementType.js +0 -0
- /package/dist/{types → src/types}/uniqueNumberCounterType.js +0 -0
- /package/dist/{types → src/types}/userBookAssessmentType.js +0 -0
- /package/dist/{types → src/types}/userDetailsType.js +0 -0
- /package/dist/{types → src/types}/userFeeTypeByAccountType.js +0 -0
- /package/dist/{types → src/types}/userFeeTypeType.js +0 -0
- /package/dist/{types → src/types}/userHasAnnouncementType.js +0 -0
- /package/dist/{types → src/types}/userHasBatchType.js +0 -0
- /package/dist/{types → src/types}/userHasCourseType.js +0 -0
- /package/dist/{types → src/types}/userHasDeviceType.js +0 -0
- /package/dist/{types → src/types}/userHasFeeTermsType.js +0 -0
- /package/dist/{types → src/types}/userHasFileType.js +0 -0
- /package/dist/{types → src/types}/userHasHomeWorkType.js +0 -0
- /package/dist/{types → src/types}/userHasInventoryHistoryType.js +0 -0
- /package/dist/{types → src/types}/userHasInventoryType.js +0 -0
- /package/dist/{types → src/types}/userHasLeaveHistoryType.js +0 -0
- /package/dist/{types → src/types}/userHasLeaveType.js +0 -0
- /package/dist/{types → src/types}/userHasOffer.js +0 -0
- /package/dist/{types → src/types}/userHasParentType.js +0 -0
- /package/dist/{types → src/types}/userHasRoleType.js +0 -0
- /package/dist/{types → src/types}/userHasRollNumberType.js +0 -0
- /package/dist/{types → src/types}/userHasStorageType.js +0 -0
- /package/dist/{types → src/types}/userHasSubjectFeeType.js +0 -0
- /package/dist/{types → src/types}/userInstituteMetaType.js +0 -0
- /package/dist/{types → src/types}/userLeaveRequestType.js +0 -0
- /package/dist/{types → src/types}/userMetaType.js +0 -0
- /package/dist/{types → src/types}/userPayoutDetailsType.js +0 -0
- /package/dist/{types → src/types}/userPayoutHistoryType.js +0 -0
- /package/dist/{types → src/types}/userPayoutType.js +0 -0
- /package/dist/{types → src/types}/userProjectAssessmentOptionType.js +0 -0
- /package/dist/{types → src/types}/userRequiredStepsType.js +0 -0
- /package/dist/{types → src/types}/userSchoolMetaType.js +0 -0
- /package/dist/{types → src/types}/userType.js +0 -0
- /package/dist/{types → src/types}/vehicleType.js +0 -0
- /package/dist/{types → src/types}/vendorType.js +0 -0
- /package/dist/{types → src/types}/videoAnalystType.js +0 -0
- /package/dist/{types → src/types}/walletHistoryType.js +0 -0
- /package/dist/{types → src/types}/walletTransactionType.js +0 -0
- /package/dist/{types → src/types}/walletType.js +0 -0
- /package/dist/{types → src/types}/workingDayType.js +0 -0
- /package/dist/{types → src/types}/workingShiftType.js +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IDriverModelAttributes } from '../interfaces/driverInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TDriverModelCreationAttributes = Partial<IDriverModelAttributes>;
|
|
4
|
-
export type TDriverWithAssociation = IDriverModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IExamGroupModelAttributes } from '../interfaces/examGroupInterface';
|
|
2
|
-
export type TExamGroupCreationAttributes = Omit<IExamGroupModelAttributes, 'id'>;
|
|
3
|
-
export interface TUpdateExamGroupDataParams {
|
|
4
|
-
academicCalenderId?: string | null;
|
|
5
|
-
instituteId?: string | null;
|
|
6
|
-
}
|
package/dist/types/examType.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IExamModelAttributes } from '../interfaces/examInterface';
|
|
2
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
3
|
-
export type TExamModelCreationAttributes = Omit<IExamModelAttributes, 'id'>;
|
|
4
|
-
export type TExamAttributesWithAssociations = IExamModelAttributes & {
|
|
5
|
-
examFileStorage?: IFileStorageAttributes;
|
|
6
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IFeeHistoryDetailsModelAttributes } from '../interfaces/feeHistoryDetailsInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TFeeHistoryDetailsModelCreationAttributes = Partial<IFeeHistoryDetailsModelAttributes>;
|
|
4
|
-
export type TFeeHistoryDetailsWithAssociation = IFeeHistoryDetailsModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IFeeHistoryModelAttributes } from '../interfaces/feeHistoryInterface';
|
|
3
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
4
|
-
import { IUserAttributes } from '../interfaces/userInterface';
|
|
5
|
-
export type TFeeHistoryModelCreationAttributes = Optional<IFeeHistoryModelAttributes, 'id'>;
|
|
6
|
-
export type TFeeHistoryAttributesWithAssociations = TFeeHistoryModelCreationAttributes & {
|
|
7
|
-
feeHistoryFile?: IFileStorageAttributes;
|
|
8
|
-
} & {
|
|
9
|
-
feeHistoryUser?: IUserAttributes & {
|
|
10
|
-
studentData?: {
|
|
11
|
-
[key: string]: string | string[] | number | undefined;
|
|
12
|
-
};
|
|
13
|
-
} & {
|
|
14
|
-
userImg?: {
|
|
15
|
-
[key: string]: string | string[] | number | undefined;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
2
|
-
import { IGreetingsModelAttributes } from '../interfaces/greetingsInterface';
|
|
3
|
-
export type TGreetingsModelCreationAttributes = Partial<IGreetingsModelAttributes>;
|
|
4
|
-
export type TGreetingAttributesWithAssociations = IGreetingsModelAttributes & {
|
|
5
|
-
greetingsImage?: IFileStorageAttributes;
|
|
6
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IInstituteEntityAttributes } from '../interfaces/instituteEntityInterface';
|
|
3
|
-
export type TInstituteEntityCreationAttributes = Optional<IInstituteEntityAttributes, 'id'>;
|
|
4
|
-
export type TInstituteEntityWithAssociation = IInstituteEntityAttributes & {
|
|
5
|
-
entities?: IInstituteEntityAttributes[];
|
|
6
|
-
};
|
package/dist/types/jobApply.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ILectureHistoryModelAttributes } from '../interfaces/lectureHistoryInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TLectureHistoryModelCreationAttributes = Partial<ILectureHistoryModelAttributes>;
|
|
4
|
-
export type TLectureHistoryWithAssociation = ILectureHistoryModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ILectureModelAttributes } from '../interfaces/lectureInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TLectureModelCreationAttributes = Partial<ILectureModelAttributes>;
|
|
4
|
-
export type TLectureWithAssociation = ILectureModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IPdcChequeModelAttributes } from '../interfaces/pdcChequeInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TPdcChequeModelCreationAttributes = Partial<IPdcChequeModelAttributes>;
|
|
4
|
-
export type TPdcChequeWithAssociation = IPdcChequeModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IPlannerModelAttributes } from '../interfaces/plannerInterface';
|
|
2
|
-
export type TPlannerCreationAttributes = Omit<IPlannerModelAttributes, 'id'>;
|
|
3
|
-
export interface TUpdatePlannerDataParams {
|
|
4
|
-
academicCalenderId?: string | null;
|
|
5
|
-
instituteId?: string | null;
|
|
6
|
-
syncAll?: boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IProjectAssessmentOptionModelAttributes } from '../interfaces/projectAssessmentOptionInterface';
|
|
3
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
4
|
-
export type TProjectAssessmentOptionModelCreationAttributes = Optional<IProjectAssessmentOptionModelAttributes, 'id'>;
|
|
5
|
-
export type TProjectAssessmentOptionAttributesWithAssociations = IProjectAssessmentOptionModelAttributes & {
|
|
6
|
-
projectAssessmentOptionFileStorage?: IFileStorageAttributes;
|
|
7
|
-
};
|
package/dist/types/roleType.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IRoleAttributes } from '../interfaces/roleInterface';
|
|
3
|
-
import { IModuleAttributes } from '../interfaces/moduleInterface';
|
|
4
|
-
import { IModuleFeatureAttributes } from '../interfaces/moduleFeatureInterface';
|
|
5
|
-
import { IFeatureActionAttributes } from '../interfaces/featureActionInterface';
|
|
6
|
-
export type TRoleCreationAttributes = Optional<IRoleAttributes, 'id'>;
|
|
7
|
-
export type TRolePermission = {
|
|
8
|
-
modules: IModuleAttributes[];
|
|
9
|
-
features: IModuleFeatureAttributes[];
|
|
10
|
-
actions: IFeatureActionAttributes[];
|
|
11
|
-
};
|
package/dist/types/slotType.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { ISubjectIndexModelAttributes } from '../interfaces/subjectIndexInterface';
|
|
3
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
4
|
-
export type TSubjectIndexModelCreationAttributes = Optional<ISubjectIndexModelAttributes, 'id'>;
|
|
5
|
-
export type TSubjectIndexAttributesWithAssociations = ISubjectIndexModelAttributes & {
|
|
6
|
-
subjectIndexFileStorage?: IFileStorageAttributes;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { ISyllabusModelAttributes } from '../interfaces/syllabusInterface';
|
|
3
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
4
|
-
export type TSyllabusCreationAttributes = Optional<ISyllabusModelAttributes, 'id'>;
|
|
5
|
-
export type TSyllabusAttributesWithAssociations = ISyllabusModelAttributes & {
|
|
6
|
-
fileStorageDetails?: IFileStorageAttributes;
|
|
7
|
-
} & {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ITestimonialModelAttributes } from '../interfaces/testimonialInterface';
|
|
2
|
-
import { IUserAttributes } from '../interfaces/userInterface';
|
|
3
|
-
export type TTestimonialModelCreationAttributes = Partial<ITestimonialModelAttributes>;
|
|
4
|
-
export type TTestimonialAttributesWithAssociations = TTestimonialModelCreationAttributes & {
|
|
5
|
-
testimonialUser?: IUserAttributes & {
|
|
6
|
-
userImg?: {
|
|
7
|
-
[key: string]: string | string[] | number | undefined;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
testimonialInstitute?: {
|
|
11
|
-
[key: string]: string | string[] | number | undefined;
|
|
12
|
-
};
|
|
13
|
-
};
|
package/dist/types/toDoType.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IToDoModelAttributes } from '../interfaces/toDoInterface';
|
|
2
|
-
import { IWorkingDayAttributes } from '../interfaces/workingDayInterface';
|
|
3
|
-
export type TToDoModelCreationAttributes = Partial<IToDoModelAttributes>;
|
|
4
|
-
export type TToDoWithAssociation = IToDoModelAttributes & {
|
|
5
|
-
workingDay: IWorkingDayAttributes;
|
|
6
|
-
};
|
package/dist/types/tripType.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IUserBookAssessmentModelAttributes } from '../interfaces/userBookAssessmentInterface';
|
|
3
|
-
import { IFileStorageAttributes } from '../interfaces/fileStorageInterface';
|
|
4
|
-
export type TUserBookAssessmentModelCreationAttributes = Optional<IUserBookAssessmentModelAttributes, 'id'>;
|
|
5
|
-
export type TUserBookAssessmentAttributesWithAssociations = IUserBookAssessmentModelAttributes & {
|
|
6
|
-
userBookAssessmentFileStorage?: IFileStorageAttributes;
|
|
7
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IUserFeeTypeModelAttributes } from '../interfaces/userFeeTypeInterface';
|
|
3
|
-
export type TUserFeeTypeModelCreationAttributes = Optional<IUserFeeTypeModelAttributes, 'id'>;
|
|
4
|
-
export type TUserFeeTypeModelCreationWithBankIdAttributes = Optional<IUserFeeTypeModelAttributes, 'id'> & {
|
|
5
|
-
bankAccountId?: string;
|
|
6
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IUserHasBatchModelAttributes } from '../interfaces/userHasBatchInterface';
|
|
3
|
-
import { IUserAttributes } from '../interfaces/userInterface';
|
|
4
|
-
import { IBatchModelAttributes } from '../interfaces/batchInterface';
|
|
5
|
-
export type TUserHasBatchModelCreationAttributes = Optional<IUserHasBatchModelAttributes, 'id'>;
|
|
6
|
-
export type TUserHasBatchModelAttributesWithAssociations = IUserHasBatchModelAttributes & {
|
|
7
|
-
user?: IUserAttributes;
|
|
8
|
-
batch?: IBatchModelAttributes;
|
|
9
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Optional } from 'sequelize';
|
|
2
|
-
import { IUserHasParentAttributes } from '../interfaces/userHasParentInterface';
|
|
3
|
-
export type TUserHasParentCreationAttributes = Optional<IUserHasParentAttributes, 'id'>;
|
|
4
|
-
export type TCreateParentUserType = {
|
|
5
|
-
id: string;
|
|
6
|
-
instituteAccess?: string[];
|
|
7
|
-
};
|
|
8
|
-
export type TCreateParentType = IUserHasParentAttributes & {
|
|
9
|
-
users: TCreateParentUserType[];
|
|
10
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { GUARDIANS_USER_META_MODEL_STATUS } from '../constants/app';
|
|
2
|
-
import { IUserMetaAttributes } from '../interfaces/userMetaInterface';
|
|
3
|
-
export type TUserMetaCreationAttributes = Partial<IUserMetaAttributes>;
|
|
4
|
-
export type TParentsUserMetaModelAttributes = {
|
|
5
|
-
id: string;
|
|
6
|
-
isDeleted?: boolean;
|
|
7
|
-
};
|
|
8
|
-
export type TGuardiansUserMetaModelAttributes = {
|
|
9
|
-
id: string;
|
|
10
|
-
isDeleted?: boolean;
|
|
11
|
-
status?: GUARDIANS_USER_META_MODEL_STATUS;
|
|
12
|
-
instituteAccess?: string[];
|
|
13
|
-
};
|