@kipicore/dbcore 1.0.4 → 1.0.5
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/generate-index.js +1 -1
- package/dist/index.d.ts +415 -415
- package/dist/index.js +446 -418
- package/dist/models/psql/userHasOfferModel.d.ts +1 -1
- package/dist/types/userHasOffer.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/interfaces/{userHasOffer.d.ts → userHasOfferInterface.d.ts} +0 -0
- /package/dist/interfaces/{userHasOffer.js → userHasOfferInterface.js} +0 -0
package/dist/index.js
CHANGED
|
@@ -10,422 +10,450 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
11
11
|
o[k2] = m[k];
|
|
12
12
|
}));
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
}
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
16
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
36
|
+
exports.greetingsInterface = exports.generateIdCardInterface = exports.floorManagementInterface = exports.fileStorageInterface = exports.feesCollectionInterface = exports.feedBackInterface = exports.feeTypeInterface = exports.feeTypeHasTermsInterface = exports.feeReminderTypeInterface = exports.feeReminderSettingInterface = exports.feeReminderInterface = exports.feeHistoryInterface = exports.feeHistoryDetailsInterface = exports.featureActionInterface = exports.facilityInterface = exports.examInterface = exports.examHasAnswerSheetInterface = exports.examGroupInterface = exports.eventInterface = exports.entityGroupInterface = exports.driverInterface = exports.dashboardManagementInterface = exports.dailyBookInterface = exports.courseInterface = exports.courseHasVisitorsInterface = exports.countryInterface = exports.contactFeedBackInterface = exports.commanInterface = exports.columnInterface = exports.coinPurchaseOfferInterface = exports.cloudStorageInterface = exports.classRoomInterface = exports.cityInterface = exports.certificatesManagementInterface = exports.certificatesHistoryInterface = exports.categoriesInterface = exports.careerInterface = exports.bookAssessmentDateInterface = exports.blogInterface = exports.batchSubjectProjectAssessmentInterface = exports.batchSubjectBookAssessmentInterface = exports.batchInterface = exports.bannerInterface = exports.bankAccountDetailsInterface = exports.attendanceInterface = exports.areaInterface = exports.approvalRequestInterface = exports.announcementInterface = exports.accountHasReceiptDetailsInterface = exports.academicCalendarInterface = void 0;
|
|
37
|
+
exports.userDetailsInterface = exports.userBookAssessmentInterface = exports.uniqueNumberCounterInterface = exports.typeManagementInterface = exports.tripInterface = exports.tokenInterface = exports.toDoInterface = exports.testimonialInterface = exports.taskManagementInterface = exports.syllabusInterface = exports.subscriptionPlanInterface = exports.subjectIndexInterface = exports.subjectHasPayFeeHistoryInterface = exports.subjectHasFeeInterface = exports.subCategoriesInterface = exports.stateInterface = exports.slotInterface = exports.sendNotificationInerface = exports.schoolOfferInterface = exports.schoolFeeInterface = exports.schoolFeeCollectionInterface = exports.rulesRegulationInterface = exports.roleInterface = exports.replaceTeacherInterface = exports.projectAssessmentOptionInterface = exports.productInterface = exports.plannerInterface = exports.pincodeInterface = exports.photosGalleryInterface = exports.pdcHistoryInterface = exports.pdcChequeInterface = exports.paymentTermsInterface = exports.offersInterface = exports.moduleInterface = exports.moduleFeatureInterface = exports.masterLeaveInterface = exports.lectureInterface = exports.lectureHistoryInterface = exports.jobApplyInterface = exports.invoiceInterface = exports.inventoryInterface = exports.inventoryHistoryInterface = exports.instituteSubscriptionPlanInterface = exports.instituteInterface = exports.instituteEntityTypeInterface = exports.instituteEntityInterface = exports.inquiryInterface = exports.informationSupportInterface = exports.homeworkInterface = exports.holidayInterface = void 0;
|
|
38
|
+
exports.bankAccountDetailsType = exports.attendanceType = exports.areaType = exports.approveRequestType = exports.announcementType = exports.accountHasReceiptDetailsType = exports.academicCalendarType = exports.ISequelizeCommonService = exports.IMongooseCommonService = exports.sequelizeCommanService = exports.mongooseCommonService = exports.utils = exports.s3Uploader = exports.workingShiftInterface = exports.workingDayInterface = exports.walletTransactionInterface = exports.walletInterface = exports.walletHistoryInterface = exports.videoAnalystInterface = exports.vendorManagementInterface = exports.vehicleInterface = exports.userSchoolMetaInterface = exports.userRequiredStepsInterface = exports.userProjectAssessmentOptionInterface = exports.userPayoutInterface = exports.userPayoutHistoryInterface = exports.userPayoutDetailsInterface = exports.userMetaInterface = exports.userLeaveRequestInterface = exports.userInterface = exports.userInstituteMetaInterface = exports.userHasSubjectFeeInterface = exports.userHasStorageInterface = exports.userHasRollNumberInterface = exports.userHasRoleInterface = exports.userHasParentInterface = exports.userHasOfferInterface = exports.userHasLeaveInterface = exports.userHasLeaveHistoryInterface = exports.userHasInventoryInterface = exports.userHasInventoryHistoryInterface = exports.userHasHomeWorkInterface = exports.userHasFileInterface = exports.userHasFeeTermsInterface = exports.userHasDeviceInterface = exports.userHasCourseInterface = exports.userHasBatchInterface = exports.userHasAnnouncementInterface = exports.userFeeTypeInterface = exports.userFeeTypeByAccountInterface = void 0;
|
|
39
|
+
exports.inventoryType = exports.inventoryHistoryType = exports.instituteType = exports.instituteSubscriptionPlanType = exports.instituteEntityTypeType = exports.instituteEntityType = exports.inquiryType = exports.informationSupportType = exports.homeWorkType = exports.holidayType = exports.greetingsType = exports.generateIdCardType = exports.floormanagementType = exports.fileStorageType = exports.feesCollectionType = exports.feedBackType = exports.feeTypeType = exports.feeTypeHasTermsType = exports.feeReminderTypeType = exports.feeReminderType = exports.feeReminderSettingType = exports.feeHistoryType = exports.feeHistoryDetailsType = exports.featureActionType = exports.facilityType = exports.examType = exports.examHasAnswerSheetType = exports.examGroupType = exports.eventType = exports.entityGroupType = exports.driverType = exports.dashboardManagementType = exports.dailyBookType = exports.courseType = exports.courseHasVisitorsType = exports.contactFeedBackType = exports.commonType = exports.coinPurchaseOfferType = exports.cloudStorageType = exports.classRoomType = exports.certificatesManagementType = exports.certificatesHistoryType = exports.categoriesType = exports.careerType = exports.bookAssessmentDateType = exports.blogType = exports.batchType = exports.batchSubjectProjectAssessmentType = exports.batchSubjectBookAssessmentType = exports.bannerType = void 0;
|
|
40
|
+
exports.userHasParentType = exports.userHasOffer = exports.userHasLeaveType = exports.userHasLeaveHistoryType = exports.userHasInventoryType = exports.userHasInventoryHistoryType = exports.userHasHomeWorkType = exports.userHasFileType = exports.userHasFeeTermsType = exports.userHasDeviceType = exports.userHasCourseType = exports.userHasBatchType = exports.userHasAnnouncementType = exports.userFeeTypeType = exports.userFeeTypeByAccountType = exports.userDetailsType = exports.userBookAssessmentType = exports.uniqueNumberCounterType = exports.typeManagementType = exports.tripType = exports.toDoType = exports.testimonialType = exports.taskManagementType = exports.syllabusType = exports.subscriptionPlanType = exports.subjectIndexType = exports.subjectHasPayFeeHistoryType = exports.subjectHasFeeType = exports.subCategoryType = exports.slotType = exports.sendNotificationType = exports.schoolOfferType = exports.schoolFeeType = exports.schoolFeeCollectionType = exports.rulesRegulationType = exports.roleType = exports.projectAssessmentOptionType = exports.productType = exports.plannerType = exports.photosGalleryType = exports.pdcHistoryType = exports.pdcChequeType = exports.paymentTermsType = exports.offerType = exports.moduleType = exports.moduleFeatureType = exports.masterLeaveType = exports.lectureType = exports.lectureHistoryType = exports.jobApply = void 0;
|
|
41
|
+
exports.jobApplyModel = exports.invoiceModel = exports.inquiryModel = exports.informationSupportModel = exports.holidayModel = exports.generateIdCardModel = exports.feedBackModel = exports.feeReminderTypeModel = exports.examModel = exports.examHasAnswerSheetModel = exports.examGroupModel = exports.eventModel = exports.dashboardManagementModel = exports.dailyBookModel = exports.columnModel = exports.certificatesManagementModel = exports.certificatesHistoryModel = exports.careerModel = exports.blogModel = exports.attendanceModel = exports.approvalRequestModel = exports.successMessages = exports.httpStatusCode = exports.errorMessages = exports.defaultModelAttributes = exports.app = exports.env = exports.aws = exports.workingShiftType = exports.workingDayType = exports.walletType = exports.walletTransactionType = exports.walletHistoryType = exports.videoAnalystType = exports.vendorType = exports.vehicleType = exports.userType = exports.userSchoolMetaType = exports.userRequiredStepsType = exports.userProjectAssessmentOptionType = exports.userPayoutType = exports.userPayoutHistoryType = exports.userPayoutDetailsType = exports.userMetaType = exports.userLeaveRequestType = exports.userInstituteMetaType = exports.userHasSubjectFeeType = exports.userHasStorageType = exports.userHasRollNumberType = exports.userHasRoleType = void 0;
|
|
42
|
+
exports.instituteEntityModel = exports.homeWorkModel = exports.greetingsModel = exports.floorManagementModel = exports.fileStorageModel = exports.feesCollectionModel = exports.feeTypeModel = exports.feeTypeHasTermsModel = exports.feeReminderSettingModel = exports.feeReminderModel = exports.feeHistoryModel = exports.feeHistoryDetailsModel = exports.featureActionModel = exports.facilityModel = exports.entityGroupModel = exports.driverModel = exports.courseModel = exports.courseHasVisitorsModel = exports.countryModel = exports.contactFeedBackModel = exports.coinPurchaseOfferModel = exports.cloudStorageModel = exports.classRoomModel = exports.cityModel = exports.categoriesModel = exports.bookAssessmentDateModel = exports.batchSubjectProjectAssessmentModel = exports.batchSubjectBookAssessmentModel = exports.batchModel = exports.bannerModel = exports.bankAccountDetailsModel = exports.areaModel = exports.announcementModel = exports.accountHasReceiptDetailsModel = exports.academicCalendarModel = exports.SubCategoriesModel = exports.walletTransactionModel = exports.videoAnalystModel = exports.userSchoolMetaModel = exports.userInstituteMetaModel = exports.userDoc = exports.userDetailsModel = exports.uniqueNumberCounterModel = exports.taskManagementModel = exports.subscriptionPlanModel = exports.subjectIndexModel = exports.schoolFeeModel = exports.replaceTeacherModel = exports.plannerModel = exports.photosGalleryModel = void 0;
|
|
43
|
+
exports.userHasRollNumberModel = exports.userHasRoleModel = exports.userHasParentModel = exports.userHasOfferModel = exports.userHasLeaveModel = exports.userHasLeaveHistoryModel = exports.userHasInventoryModel = exports.userHasInventoryHistoryModel = exports.userHasHomeWorkModel = exports.userHasFileModel = exports.userHasFeeTermsModel = exports.userHasDeviceModel = exports.userHasCourseModel = exports.userHasBatchModel = exports.userHasAnnouncementModel = exports.userFeeTypeModel = exports.userFeeTypeByAccountModel = exports.userBookAssessmentModel = exports.typeManagementModel = exports.tripModel = exports.tokenModel = exports.toDoModel = exports.testimonialModel = exports.syllabusModel = exports.subjectHasPayFeeHistoryModel = exports.subjectHasFeeModel = exports.stateModel = exports.slotModel = exports.sendNotificationModel = exports.schoolOfferModel = exports.schoolFeeCollectionModel = exports.rulesRegulationModel = exports.roleModel = exports.projectAssessmentOptionModel = exports.productModel = exports.pincodeModel = exports.pdcHistoryModel = exports.pdcChequeModel = exports.paymentTermsModel = exports.offerModel = exports.moduleModel = exports.moduleFeatureModel = exports.masterLeaveModel = exports.lectureModel = exports.lectureHistoryModel = exports.inventoryModel = exports.inventoryHistoryModel = exports.instituteSubscriptionPlanModel = exports.instituteModel = exports.instituteEntityTypeModel = void 0;
|
|
44
|
+
exports.workingShiftModel = exports.workingDayModel = exports.walletModel = exports.walletHistoryModel = exports.vendorManagementModel = exports.vehicleModel = exports.userRequiredStepsModel = exports.userProjectAssessmentOptionModel = exports.userPayoutModel = exports.userPayoutHistoryModel = exports.userPayoutDetailsModel = exports.userModel = exports.userLeaveRequestModel = exports.userHasSubjectFeeModel = exports.userHasStorageModel = void 0;
|
|
45
|
+
exports.academicCalendarInterface = __importStar(require("./interfaces/academicCalendarInterface"));
|
|
46
|
+
exports.accountHasReceiptDetailsInterface = __importStar(require("./interfaces/accountHasReceiptDetailsInterface"));
|
|
47
|
+
exports.announcementInterface = __importStar(require("./interfaces/announcementInterface"));
|
|
48
|
+
exports.approvalRequestInterface = __importStar(require("./interfaces/approvalRequestInterface"));
|
|
49
|
+
exports.areaInterface = __importStar(require("./interfaces/areaInterface"));
|
|
50
|
+
exports.attendanceInterface = __importStar(require("./interfaces/attendanceInterface"));
|
|
51
|
+
exports.bankAccountDetailsInterface = __importStar(require("./interfaces/bankAccountDetailsInterface"));
|
|
52
|
+
exports.bannerInterface = __importStar(require("./interfaces/bannerInterface"));
|
|
53
|
+
exports.batchInterface = __importStar(require("./interfaces/batchInterface"));
|
|
54
|
+
exports.batchSubjectBookAssessmentInterface = __importStar(require("./interfaces/batchSubjectBookAssessmentInterface"));
|
|
55
|
+
exports.batchSubjectProjectAssessmentInterface = __importStar(require("./interfaces/batchSubjectProjectAssessmentInterface"));
|
|
56
|
+
exports.blogInterface = __importStar(require("./interfaces/blogInterface"));
|
|
57
|
+
exports.bookAssessmentDateInterface = __importStar(require("./interfaces/bookAssessmentDateInterface"));
|
|
58
|
+
exports.careerInterface = __importStar(require("./interfaces/careerInterface"));
|
|
59
|
+
exports.categoriesInterface = __importStar(require("./interfaces/categoriesInterface"));
|
|
60
|
+
exports.certificatesHistoryInterface = __importStar(require("./interfaces/certificatesHistoryInterface"));
|
|
61
|
+
exports.certificatesManagementInterface = __importStar(require("./interfaces/certificatesManagementInterface"));
|
|
62
|
+
exports.cityInterface = __importStar(require("./interfaces/cityInterface"));
|
|
63
|
+
exports.classRoomInterface = __importStar(require("./interfaces/classRoomInterface"));
|
|
64
|
+
exports.cloudStorageInterface = __importStar(require("./interfaces/cloudStorageInterface"));
|
|
65
|
+
exports.coinPurchaseOfferInterface = __importStar(require("./interfaces/coinPurchaseOfferInterface"));
|
|
66
|
+
exports.columnInterface = __importStar(require("./interfaces/columnInterface"));
|
|
67
|
+
exports.commanInterface = __importStar(require("./interfaces/commanInterface"));
|
|
68
|
+
exports.contactFeedBackInterface = __importStar(require("./interfaces/contactFeedBackInterface"));
|
|
69
|
+
exports.countryInterface = __importStar(require("./interfaces/countryInterface"));
|
|
70
|
+
exports.courseHasVisitorsInterface = __importStar(require("./interfaces/courseHasVisitorsInterface"));
|
|
71
|
+
exports.courseInterface = __importStar(require("./interfaces/courseInterface"));
|
|
72
|
+
exports.dailyBookInterface = __importStar(require("./interfaces/dailyBookInterface"));
|
|
73
|
+
exports.dashboardManagementInterface = __importStar(require("./interfaces/dashboardManagementInterface"));
|
|
74
|
+
exports.driverInterface = __importStar(require("./interfaces/driverInterface"));
|
|
75
|
+
exports.entityGroupInterface = __importStar(require("./interfaces/entityGroupInterface"));
|
|
76
|
+
exports.eventInterface = __importStar(require("./interfaces/eventInterface"));
|
|
77
|
+
exports.examGroupInterface = __importStar(require("./interfaces/examGroupInterface"));
|
|
78
|
+
exports.examHasAnswerSheetInterface = __importStar(require("./interfaces/examHasAnswerSheetInterface"));
|
|
79
|
+
exports.examInterface = __importStar(require("./interfaces/examInterface"));
|
|
80
|
+
exports.facilityInterface = __importStar(require("./interfaces/facilityInterface"));
|
|
81
|
+
exports.featureActionInterface = __importStar(require("./interfaces/featureActionInterface"));
|
|
82
|
+
exports.feeHistoryDetailsInterface = __importStar(require("./interfaces/feeHistoryDetailsInterface"));
|
|
83
|
+
exports.feeHistoryInterface = __importStar(require("./interfaces/feeHistoryInterface"));
|
|
84
|
+
exports.feeReminderInterface = __importStar(require("./interfaces/feeReminderInterface"));
|
|
85
|
+
exports.feeReminderSettingInterface = __importStar(require("./interfaces/feeReminderSettingInterface"));
|
|
86
|
+
exports.feeReminderTypeInterface = __importStar(require("./interfaces/feeReminderTypeInterface"));
|
|
87
|
+
exports.feeTypeHasTermsInterface = __importStar(require("./interfaces/feeTypeHasTermsInterface"));
|
|
88
|
+
exports.feeTypeInterface = __importStar(require("./interfaces/feeTypeInterface"));
|
|
89
|
+
exports.feedBackInterface = __importStar(require("./interfaces/feedBackInterface"));
|
|
90
|
+
exports.feesCollectionInterface = __importStar(require("./interfaces/feesCollectionInterface"));
|
|
91
|
+
exports.fileStorageInterface = __importStar(require("./interfaces/fileStorageInterface"));
|
|
92
|
+
exports.floorManagementInterface = __importStar(require("./interfaces/floorManagementInterface"));
|
|
93
|
+
exports.generateIdCardInterface = __importStar(require("./interfaces/generateIdCardInterface"));
|
|
94
|
+
exports.greetingsInterface = __importStar(require("./interfaces/greetingsInterface"));
|
|
95
|
+
exports.holidayInterface = __importStar(require("./interfaces/holidayInterface"));
|
|
96
|
+
exports.homeworkInterface = __importStar(require("./interfaces/homeworkInterface"));
|
|
97
|
+
exports.informationSupportInterface = __importStar(require("./interfaces/informationSupportInterface"));
|
|
98
|
+
exports.inquiryInterface = __importStar(require("./interfaces/inquiryInterface"));
|
|
99
|
+
exports.instituteEntityInterface = __importStar(require("./interfaces/instituteEntityInterface"));
|
|
100
|
+
exports.instituteEntityTypeInterface = __importStar(require("./interfaces/instituteEntityTypeInterface"));
|
|
101
|
+
exports.instituteInterface = __importStar(require("./interfaces/instituteInterface"));
|
|
102
|
+
exports.instituteSubscriptionPlanInterface = __importStar(require("./interfaces/instituteSubscriptionPlanInterface"));
|
|
103
|
+
exports.inventoryHistoryInterface = __importStar(require("./interfaces/inventoryHistoryInterface"));
|
|
104
|
+
exports.inventoryInterface = __importStar(require("./interfaces/inventoryInterface"));
|
|
105
|
+
exports.invoiceInterface = __importStar(require("./interfaces/invoiceInterface"));
|
|
106
|
+
exports.jobApplyInterface = __importStar(require("./interfaces/jobApplyInterface"));
|
|
107
|
+
exports.lectureHistoryInterface = __importStar(require("./interfaces/lectureHistoryInterface"));
|
|
108
|
+
exports.lectureInterface = __importStar(require("./interfaces/lectureInterface"));
|
|
109
|
+
exports.masterLeaveInterface = __importStar(require("./interfaces/masterLeaveInterface"));
|
|
110
|
+
exports.moduleFeatureInterface = __importStar(require("./interfaces/moduleFeatureInterface"));
|
|
111
|
+
exports.moduleInterface = __importStar(require("./interfaces/moduleInterface"));
|
|
112
|
+
exports.offersInterface = __importStar(require("./interfaces/offersInterface"));
|
|
113
|
+
exports.paymentTermsInterface = __importStar(require("./interfaces/paymentTermsInterface"));
|
|
114
|
+
exports.pdcChequeInterface = __importStar(require("./interfaces/pdcChequeInterface"));
|
|
115
|
+
exports.pdcHistoryInterface = __importStar(require("./interfaces/pdcHistoryInterface"));
|
|
116
|
+
exports.photosGalleryInterface = __importStar(require("./interfaces/photosGalleryInterface"));
|
|
117
|
+
exports.pincodeInterface = __importStar(require("./interfaces/pincodeInterface"));
|
|
118
|
+
exports.plannerInterface = __importStar(require("./interfaces/plannerInterface"));
|
|
119
|
+
exports.productInterface = __importStar(require("./interfaces/productInterface"));
|
|
120
|
+
exports.projectAssessmentOptionInterface = __importStar(require("./interfaces/projectAssessmentOptionInterface"));
|
|
121
|
+
exports.replaceTeacherInterface = __importStar(require("./interfaces/replaceTeacherInterface"));
|
|
122
|
+
exports.roleInterface = __importStar(require("./interfaces/roleInterface"));
|
|
123
|
+
exports.rulesRegulationInterface = __importStar(require("./interfaces/rulesRegulationInterface"));
|
|
124
|
+
exports.schoolFeeCollectionInterface = __importStar(require("./interfaces/schoolFeeCollectionInterface"));
|
|
125
|
+
exports.schoolFeeInterface = __importStar(require("./interfaces/schoolFeeInterface"));
|
|
126
|
+
exports.schoolOfferInterface = __importStar(require("./interfaces/schoolOfferInterface"));
|
|
127
|
+
exports.sendNotificationInerface = __importStar(require("./interfaces/sendNotificationInerface"));
|
|
128
|
+
exports.slotInterface = __importStar(require("./interfaces/slotInterface"));
|
|
129
|
+
exports.stateInterface = __importStar(require("./interfaces/stateInterface"));
|
|
130
|
+
exports.subCategoriesInterface = __importStar(require("./interfaces/subCategoriesInterface"));
|
|
131
|
+
exports.subjectHasFeeInterface = __importStar(require("./interfaces/subjectHasFeeInterface"));
|
|
132
|
+
exports.subjectHasPayFeeHistoryInterface = __importStar(require("./interfaces/subjectHasPayFeeHistoryInterface"));
|
|
133
|
+
exports.subjectIndexInterface = __importStar(require("./interfaces/subjectIndexInterface"));
|
|
134
|
+
exports.subscriptionPlanInterface = __importStar(require("./interfaces/subscriptionPlanInterface"));
|
|
135
|
+
exports.syllabusInterface = __importStar(require("./interfaces/syllabusInterface"));
|
|
136
|
+
exports.taskManagementInterface = __importStar(require("./interfaces/taskManagementInterface"));
|
|
137
|
+
exports.testimonialInterface = __importStar(require("./interfaces/testimonialInterface"));
|
|
138
|
+
exports.toDoInterface = __importStar(require("./interfaces/toDoInterface"));
|
|
139
|
+
exports.tokenInterface = __importStar(require("./interfaces/tokenInterface"));
|
|
140
|
+
exports.tripInterface = __importStar(require("./interfaces/tripInterface"));
|
|
141
|
+
exports.typeManagementInterface = __importStar(require("./interfaces/typeManagementInterface"));
|
|
142
|
+
exports.uniqueNumberCounterInterface = __importStar(require("./interfaces/uniqueNumberCounterInterface"));
|
|
143
|
+
exports.userBookAssessmentInterface = __importStar(require("./interfaces/userBookAssessmentInterface"));
|
|
144
|
+
exports.userDetailsInterface = __importStar(require("./interfaces/userDetailsInterface"));
|
|
145
|
+
exports.userFeeTypeByAccountInterface = __importStar(require("./interfaces/userFeeTypeByAccountInterface"));
|
|
146
|
+
exports.userFeeTypeInterface = __importStar(require("./interfaces/userFeeTypeInterface"));
|
|
147
|
+
exports.userHasAnnouncementInterface = __importStar(require("./interfaces/userHasAnnouncementInterface"));
|
|
148
|
+
exports.userHasBatchInterface = __importStar(require("./interfaces/userHasBatchInterface"));
|
|
149
|
+
exports.userHasCourseInterface = __importStar(require("./interfaces/userHasCourseInterface"));
|
|
150
|
+
exports.userHasDeviceInterface = __importStar(require("./interfaces/userHasDeviceInterface"));
|
|
151
|
+
exports.userHasFeeTermsInterface = __importStar(require("./interfaces/userHasFeeTermsInterface"));
|
|
152
|
+
exports.userHasFileInterface = __importStar(require("./interfaces/userHasFileInterface"));
|
|
153
|
+
exports.userHasHomeWorkInterface = __importStar(require("./interfaces/userHasHomeWorkInterface"));
|
|
154
|
+
exports.userHasInventoryHistoryInterface = __importStar(require("./interfaces/userHasInventoryHistoryInterface"));
|
|
155
|
+
exports.userHasInventoryInterface = __importStar(require("./interfaces/userHasInventoryInterface"));
|
|
156
|
+
exports.userHasLeaveHistoryInterface = __importStar(require("./interfaces/userHasLeaveHistoryInterface"));
|
|
157
|
+
exports.userHasLeaveInterface = __importStar(require("./interfaces/userHasLeaveInterface"));
|
|
158
|
+
exports.userHasOfferInterface = __importStar(require("./interfaces/userHasOfferInterface"));
|
|
159
|
+
exports.userHasParentInterface = __importStar(require("./interfaces/userHasParentInterface"));
|
|
160
|
+
exports.userHasRoleInterface = __importStar(require("./interfaces/userHasRoleInterface"));
|
|
161
|
+
exports.userHasRollNumberInterface = __importStar(require("./interfaces/userHasRollNumberInterface"));
|
|
162
|
+
exports.userHasStorageInterface = __importStar(require("./interfaces/userHasStorageInterface"));
|
|
163
|
+
exports.userHasSubjectFeeInterface = __importStar(require("./interfaces/userHasSubjectFeeInterface"));
|
|
164
|
+
exports.userInstituteMetaInterface = __importStar(require("./interfaces/userInstituteMetaInterface"));
|
|
165
|
+
exports.userInterface = __importStar(require("./interfaces/userInterface"));
|
|
166
|
+
exports.userLeaveRequestInterface = __importStar(require("./interfaces/userLeaveRequestInterface"));
|
|
167
|
+
exports.userMetaInterface = __importStar(require("./interfaces/userMetaInterface"));
|
|
168
|
+
exports.userPayoutDetailsInterface = __importStar(require("./interfaces/userPayoutDetailsInterface"));
|
|
169
|
+
exports.userPayoutHistoryInterface = __importStar(require("./interfaces/userPayoutHistoryInterface"));
|
|
170
|
+
exports.userPayoutInterface = __importStar(require("./interfaces/userPayoutInterface"));
|
|
171
|
+
exports.userProjectAssessmentOptionInterface = __importStar(require("./interfaces/userProjectAssessmentOptionInterface"));
|
|
172
|
+
exports.userRequiredStepsInterface = __importStar(require("./interfaces/userRequiredStepsInterface"));
|
|
173
|
+
exports.userSchoolMetaInterface = __importStar(require("./interfaces/userSchoolMetaInterface"));
|
|
174
|
+
exports.vehicleInterface = __importStar(require("./interfaces/vehicleInterface"));
|
|
175
|
+
exports.vendorManagementInterface = __importStar(require("./interfaces/vendorManagementInterface"));
|
|
176
|
+
exports.videoAnalystInterface = __importStar(require("./interfaces/videoAnalystInterface"));
|
|
177
|
+
exports.walletHistoryInterface = __importStar(require("./interfaces/walletHistoryInterface"));
|
|
178
|
+
exports.walletInterface = __importStar(require("./interfaces/walletInterface"));
|
|
179
|
+
exports.walletTransactionInterface = __importStar(require("./interfaces/walletTransactionInterface"));
|
|
180
|
+
exports.workingDayInterface = __importStar(require("./interfaces/workingDayInterface"));
|
|
181
|
+
exports.workingShiftInterface = __importStar(require("./interfaces/workingShiftInterface"));
|
|
182
|
+
exports.s3Uploader = __importStar(require("./helpers/s3Uploader"));
|
|
183
|
+
exports.utils = __importStar(require("./helpers/utils"));
|
|
184
|
+
exports.mongooseCommonService = __importStar(require("./services/Concrete/mongooseCommonService"));
|
|
185
|
+
exports.sequelizeCommanService = __importStar(require("./services/Concrete/sequelizeCommanService"));
|
|
186
|
+
exports.IMongooseCommonService = __importStar(require("./services/Contracts/IMongooseCommonService"));
|
|
187
|
+
exports.ISequelizeCommonService = __importStar(require("./services/Contracts/ISequelizeCommonService"));
|
|
188
|
+
exports.academicCalendarType = __importStar(require("./types/academicCalendarType"));
|
|
189
|
+
exports.accountHasReceiptDetailsType = __importStar(require("./types/accountHasReceiptDetailsType"));
|
|
190
|
+
exports.announcementType = __importStar(require("./types/announcementType"));
|
|
191
|
+
exports.approveRequestType = __importStar(require("./types/approveRequestType"));
|
|
192
|
+
exports.areaType = __importStar(require("./types/areaType"));
|
|
193
|
+
exports.attendanceType = __importStar(require("./types/attendanceType"));
|
|
194
|
+
exports.bankAccountDetailsType = __importStar(require("./types/bankAccountDetailsType"));
|
|
195
|
+
exports.bannerType = __importStar(require("./types/bannerType"));
|
|
196
|
+
exports.batchSubjectBookAssessmentType = __importStar(require("./types/batchSubjectBookAssessmentType"));
|
|
197
|
+
exports.batchSubjectProjectAssessmentType = __importStar(require("./types/batchSubjectProjectAssessmentType"));
|
|
198
|
+
exports.batchType = __importStar(require("./types/batchType"));
|
|
199
|
+
exports.blogType = __importStar(require("./types/blogType"));
|
|
200
|
+
exports.bookAssessmentDateType = __importStar(require("./types/bookAssessmentDateType"));
|
|
201
|
+
exports.careerType = __importStar(require("./types/careerType"));
|
|
202
|
+
exports.categoriesType = __importStar(require("./types/categoriesType"));
|
|
203
|
+
exports.certificatesHistoryType = __importStar(require("./types/certificatesHistoryType"));
|
|
204
|
+
exports.certificatesManagementType = __importStar(require("./types/certificatesManagementType"));
|
|
205
|
+
exports.classRoomType = __importStar(require("./types/classRoomType"));
|
|
206
|
+
exports.cloudStorageType = __importStar(require("./types/cloudStorageType"));
|
|
207
|
+
exports.coinPurchaseOfferType = __importStar(require("./types/coinPurchaseOfferType"));
|
|
208
|
+
exports.commonType = __importStar(require("./types/commonType"));
|
|
209
|
+
exports.contactFeedBackType = __importStar(require("./types/contactFeedBackType"));
|
|
210
|
+
exports.courseHasVisitorsType = __importStar(require("./types/courseHasVisitorsType"));
|
|
211
|
+
exports.courseType = __importStar(require("./types/courseType"));
|
|
212
|
+
exports.dailyBookType = __importStar(require("./types/dailyBookType"));
|
|
213
|
+
exports.dashboardManagementType = __importStar(require("./types/dashboardManagementType"));
|
|
214
|
+
exports.driverType = __importStar(require("./types/driverType"));
|
|
215
|
+
exports.entityGroupType = __importStar(require("./types/entityGroupType"));
|
|
216
|
+
exports.eventType = __importStar(require("./types/eventType"));
|
|
217
|
+
exports.examGroupType = __importStar(require("./types/examGroupType"));
|
|
218
|
+
exports.examHasAnswerSheetType = __importStar(require("./types/examHasAnswerSheetType"));
|
|
219
|
+
exports.examType = __importStar(require("./types/examType"));
|
|
220
|
+
exports.facilityType = __importStar(require("./types/facilityType"));
|
|
221
|
+
exports.featureActionType = __importStar(require("./types/featureActionType"));
|
|
222
|
+
exports.feeHistoryDetailsType = __importStar(require("./types/feeHistoryDetailsType"));
|
|
223
|
+
exports.feeHistoryType = __importStar(require("./types/feeHistoryType"));
|
|
224
|
+
exports.feeReminderSettingType = __importStar(require("./types/feeReminderSettingType"));
|
|
225
|
+
exports.feeReminderType = __importStar(require("./types/feeReminderType"));
|
|
226
|
+
exports.feeReminderTypeType = __importStar(require("./types/feeReminderTypeType"));
|
|
227
|
+
exports.feeTypeHasTermsType = __importStar(require("./types/feeTypeHasTermsType"));
|
|
228
|
+
exports.feeTypeType = __importStar(require("./types/feeTypeType"));
|
|
229
|
+
exports.feedBackType = __importStar(require("./types/feedBackType"));
|
|
230
|
+
exports.feesCollectionType = __importStar(require("./types/feesCollectionType"));
|
|
231
|
+
exports.fileStorageType = __importStar(require("./types/fileStorageType"));
|
|
232
|
+
exports.floormanagementType = __importStar(require("./types/floormanagementType"));
|
|
233
|
+
exports.generateIdCardType = __importStar(require("./types/generateIdCardType"));
|
|
234
|
+
exports.greetingsType = __importStar(require("./types/greetingsType"));
|
|
235
|
+
exports.holidayType = __importStar(require("./types/holidayType"));
|
|
236
|
+
exports.homeWorkType = __importStar(require("./types/homeWorkType"));
|
|
237
|
+
exports.informationSupportType = __importStar(require("./types/informationSupportType"));
|
|
238
|
+
exports.inquiryType = __importStar(require("./types/inquiryType"));
|
|
239
|
+
exports.instituteEntityType = __importStar(require("./types/instituteEntityType"));
|
|
240
|
+
exports.instituteEntityTypeType = __importStar(require("./types/instituteEntityTypeType"));
|
|
241
|
+
exports.instituteSubscriptionPlanType = __importStar(require("./types/instituteSubscriptionPlanType"));
|
|
242
|
+
exports.instituteType = __importStar(require("./types/instituteType"));
|
|
243
|
+
exports.inventoryHistoryType = __importStar(require("./types/inventoryHistoryType"));
|
|
244
|
+
exports.inventoryType = __importStar(require("./types/inventoryType"));
|
|
245
|
+
exports.jobApply = __importStar(require("./types/jobApply"));
|
|
246
|
+
exports.lectureHistoryType = __importStar(require("./types/lectureHistoryType"));
|
|
247
|
+
exports.lectureType = __importStar(require("./types/lectureType"));
|
|
248
|
+
exports.masterLeaveType = __importStar(require("./types/masterLeaveType"));
|
|
249
|
+
exports.moduleFeatureType = __importStar(require("./types/moduleFeatureType"));
|
|
250
|
+
exports.moduleType = __importStar(require("./types/moduleType"));
|
|
251
|
+
exports.offerType = __importStar(require("./types/offerType"));
|
|
252
|
+
exports.paymentTermsType = __importStar(require("./types/paymentTermsType"));
|
|
253
|
+
exports.pdcChequeType = __importStar(require("./types/pdcChequeType"));
|
|
254
|
+
exports.pdcHistoryType = __importStar(require("./types/pdcHistoryType"));
|
|
255
|
+
exports.photosGalleryType = __importStar(require("./types/photosGalleryType"));
|
|
256
|
+
exports.plannerType = __importStar(require("./types/plannerType"));
|
|
257
|
+
exports.productType = __importStar(require("./types/productType"));
|
|
258
|
+
exports.projectAssessmentOptionType = __importStar(require("./types/projectAssessmentOptionType"));
|
|
259
|
+
exports.roleType = __importStar(require("./types/roleType"));
|
|
260
|
+
exports.rulesRegulationType = __importStar(require("./types/rulesRegulationType"));
|
|
261
|
+
exports.schoolFeeCollectionType = __importStar(require("./types/schoolFeeCollectionType"));
|
|
262
|
+
exports.schoolFeeType = __importStar(require("./types/schoolFeeType"));
|
|
263
|
+
exports.schoolOfferType = __importStar(require("./types/schoolOfferType"));
|
|
264
|
+
exports.sendNotificationType = __importStar(require("./types/sendNotificationType"));
|
|
265
|
+
exports.slotType = __importStar(require("./types/slotType"));
|
|
266
|
+
exports.subCategoryType = __importStar(require("./types/subCategoryType"));
|
|
267
|
+
exports.subjectHasFeeType = __importStar(require("./types/subjectHasFeeType"));
|
|
268
|
+
exports.subjectHasPayFeeHistoryType = __importStar(require("./types/subjectHasPayFeeHistoryType"));
|
|
269
|
+
exports.subjectIndexType = __importStar(require("./types/subjectIndexType"));
|
|
270
|
+
exports.subscriptionPlanType = __importStar(require("./types/subscriptionPlanType"));
|
|
271
|
+
exports.syllabusType = __importStar(require("./types/syllabusType"));
|
|
272
|
+
exports.taskManagementType = __importStar(require("./types/taskManagementType"));
|
|
273
|
+
exports.testimonialType = __importStar(require("./types/testimonialType"));
|
|
274
|
+
exports.toDoType = __importStar(require("./types/toDoType"));
|
|
275
|
+
exports.tripType = __importStar(require("./types/tripType"));
|
|
276
|
+
exports.typeManagementType = __importStar(require("./types/typeManagementType"));
|
|
277
|
+
exports.uniqueNumberCounterType = __importStar(require("./types/uniqueNumberCounterType"));
|
|
278
|
+
exports.userBookAssessmentType = __importStar(require("./types/userBookAssessmentType"));
|
|
279
|
+
exports.userDetailsType = __importStar(require("./types/userDetailsType"));
|
|
280
|
+
exports.userFeeTypeByAccountType = __importStar(require("./types/userFeeTypeByAccountType"));
|
|
281
|
+
exports.userFeeTypeType = __importStar(require("./types/userFeeTypeType"));
|
|
282
|
+
exports.userHasAnnouncementType = __importStar(require("./types/userHasAnnouncementType"));
|
|
283
|
+
exports.userHasBatchType = __importStar(require("./types/userHasBatchType"));
|
|
284
|
+
exports.userHasCourseType = __importStar(require("./types/userHasCourseType"));
|
|
285
|
+
exports.userHasDeviceType = __importStar(require("./types/userHasDeviceType"));
|
|
286
|
+
exports.userHasFeeTermsType = __importStar(require("./types/userHasFeeTermsType"));
|
|
287
|
+
exports.userHasFileType = __importStar(require("./types/userHasFileType"));
|
|
288
|
+
exports.userHasHomeWorkType = __importStar(require("./types/userHasHomeWorkType"));
|
|
289
|
+
exports.userHasInventoryHistoryType = __importStar(require("./types/userHasInventoryHistoryType"));
|
|
290
|
+
exports.userHasInventoryType = __importStar(require("./types/userHasInventoryType"));
|
|
291
|
+
exports.userHasLeaveHistoryType = __importStar(require("./types/userHasLeaveHistoryType"));
|
|
292
|
+
exports.userHasLeaveType = __importStar(require("./types/userHasLeaveType"));
|
|
293
|
+
exports.userHasOffer = __importStar(require("./types/userHasOffer"));
|
|
294
|
+
exports.userHasParentType = __importStar(require("./types/userHasParentType"));
|
|
295
|
+
exports.userHasRoleType = __importStar(require("./types/userHasRoleType"));
|
|
296
|
+
exports.userHasRollNumberType = __importStar(require("./types/userHasRollNumberType"));
|
|
297
|
+
exports.userHasStorageType = __importStar(require("./types/userHasStorageType"));
|
|
298
|
+
exports.userHasSubjectFeeType = __importStar(require("./types/userHasSubjectFeeType"));
|
|
299
|
+
exports.userInstituteMetaType = __importStar(require("./types/userInstituteMetaType"));
|
|
300
|
+
exports.userLeaveRequestType = __importStar(require("./types/userLeaveRequestType"));
|
|
301
|
+
exports.userMetaType = __importStar(require("./types/userMetaType"));
|
|
302
|
+
exports.userPayoutDetailsType = __importStar(require("./types/userPayoutDetailsType"));
|
|
303
|
+
exports.userPayoutHistoryType = __importStar(require("./types/userPayoutHistoryType"));
|
|
304
|
+
exports.userPayoutType = __importStar(require("./types/userPayoutType"));
|
|
305
|
+
exports.userProjectAssessmentOptionType = __importStar(require("./types/userProjectAssessmentOptionType"));
|
|
306
|
+
exports.userRequiredStepsType = __importStar(require("./types/userRequiredStepsType"));
|
|
307
|
+
exports.userSchoolMetaType = __importStar(require("./types/userSchoolMetaType"));
|
|
308
|
+
exports.userType = __importStar(require("./types/userType"));
|
|
309
|
+
exports.vehicleType = __importStar(require("./types/vehicleType"));
|
|
310
|
+
exports.vendorType = __importStar(require("./types/vendorType"));
|
|
311
|
+
exports.videoAnalystType = __importStar(require("./types/videoAnalystType"));
|
|
312
|
+
exports.walletHistoryType = __importStar(require("./types/walletHistoryType"));
|
|
313
|
+
exports.walletTransactionType = __importStar(require("./types/walletTransactionType"));
|
|
314
|
+
exports.walletType = __importStar(require("./types/walletType"));
|
|
315
|
+
exports.workingDayType = __importStar(require("./types/workingDayType"));
|
|
316
|
+
exports.workingShiftType = __importStar(require("./types/workingShiftType"));
|
|
317
|
+
exports.aws = __importStar(require("./configs/aws"));
|
|
318
|
+
exports.env = __importStar(require("./configs/env"));
|
|
319
|
+
exports.app = __importStar(require("./constants/app"));
|
|
320
|
+
exports.defaultModelAttributes = __importStar(require("./constants/defaultModelAttributes"));
|
|
321
|
+
exports.errorMessages = __importStar(require("./constants/errorMessages"));
|
|
322
|
+
exports.httpStatusCode = __importStar(require("./constants/httpStatusCode"));
|
|
323
|
+
exports.successMessages = __importStar(require("./constants/successMessages"));
|
|
324
|
+
exports.approvalRequestModel = __importStar(require("./models/mongodb/approvalRequestModel"));
|
|
325
|
+
exports.attendanceModel = __importStar(require("./models/mongodb/attendanceModel"));
|
|
326
|
+
exports.blogModel = __importStar(require("./models/mongodb/blogModel"));
|
|
327
|
+
exports.careerModel = __importStar(require("./models/mongodb/careerModel"));
|
|
328
|
+
exports.certificatesHistoryModel = __importStar(require("./models/mongodb/certificatesHistoryModel"));
|
|
329
|
+
exports.certificatesManagementModel = __importStar(require("./models/mongodb/certificatesManagementModel"));
|
|
330
|
+
exports.columnModel = __importStar(require("./models/mongodb/columnModel"));
|
|
331
|
+
exports.dailyBookModel = __importStar(require("./models/mongodb/dailyBookModel"));
|
|
332
|
+
exports.dashboardManagementModel = __importStar(require("./models/mongodb/dashboardManagementModel"));
|
|
333
|
+
exports.eventModel = __importStar(require("./models/mongodb/eventModel"));
|
|
334
|
+
exports.examGroupModel = __importStar(require("./models/mongodb/examGroupModel"));
|
|
335
|
+
exports.examHasAnswerSheetModel = __importStar(require("./models/mongodb/examHasAnswerSheetModel"));
|
|
336
|
+
exports.examModel = __importStar(require("./models/mongodb/examModel"));
|
|
337
|
+
exports.feeReminderTypeModel = __importStar(require("./models/mongodb/feeReminderTypeModel"));
|
|
338
|
+
exports.feedBackModel = __importStar(require("./models/mongodb/feedBackModel"));
|
|
339
|
+
exports.generateIdCardModel = __importStar(require("./models/mongodb/generateIdCardModel"));
|
|
340
|
+
exports.holidayModel = __importStar(require("./models/mongodb/holidayModel"));
|
|
341
|
+
exports.informationSupportModel = __importStar(require("./models/mongodb/informationSupportModel"));
|
|
342
|
+
exports.inquiryModel = __importStar(require("./models/mongodb/inquiryModel"));
|
|
343
|
+
exports.invoiceModel = __importStar(require("./models/mongodb/invoiceModel"));
|
|
344
|
+
exports.jobApplyModel = __importStar(require("./models/mongodb/jobApplyModel"));
|
|
345
|
+
exports.photosGalleryModel = __importStar(require("./models/mongodb/photosGalleryModel"));
|
|
346
|
+
exports.plannerModel = __importStar(require("./models/mongodb/plannerModel"));
|
|
347
|
+
exports.replaceTeacherModel = __importStar(require("./models/mongodb/replaceTeacherModel"));
|
|
348
|
+
exports.schoolFeeModel = __importStar(require("./models/mongodb/schoolFeeModel"));
|
|
349
|
+
exports.subjectIndexModel = __importStar(require("./models/mongodb/subjectIndexModel"));
|
|
350
|
+
exports.subscriptionPlanModel = __importStar(require("./models/mongodb/subscriptionPlanModel"));
|
|
351
|
+
exports.taskManagementModel = __importStar(require("./models/mongodb/taskManagementModel"));
|
|
352
|
+
exports.uniqueNumberCounterModel = __importStar(require("./models/mongodb/uniqueNumberCounterModel"));
|
|
353
|
+
exports.userDetailsModel = __importStar(require("./models/mongodb/userDetailsModel"));
|
|
354
|
+
exports.userDoc = __importStar(require("./models/mongodb/userDoc"));
|
|
355
|
+
exports.userInstituteMetaModel = __importStar(require("./models/mongodb/userInstituteMetaModel"));
|
|
356
|
+
exports.userSchoolMetaModel = __importStar(require("./models/mongodb/userSchoolMetaModel"));
|
|
357
|
+
exports.videoAnalystModel = __importStar(require("./models/mongodb/videoAnalystModel"));
|
|
358
|
+
exports.walletTransactionModel = __importStar(require("./models/mongodb/walletTransactionModel"));
|
|
359
|
+
exports.SubCategoriesModel = __importStar(require("./models/psql/SubCategoriesModel"));
|
|
360
|
+
exports.academicCalendarModel = __importStar(require("./models/psql/academicCalendarModel"));
|
|
361
|
+
exports.accountHasReceiptDetailsModel = __importStar(require("./models/psql/accountHasReceiptDetailsModel"));
|
|
362
|
+
exports.announcementModel = __importStar(require("./models/psql/announcementModel"));
|
|
363
|
+
exports.areaModel = __importStar(require("./models/psql/areaModel"));
|
|
364
|
+
exports.bankAccountDetailsModel = __importStar(require("./models/psql/bankAccountDetailsModel"));
|
|
365
|
+
exports.bannerModel = __importStar(require("./models/psql/bannerModel"));
|
|
366
|
+
exports.batchModel = __importStar(require("./models/psql/batchModel"));
|
|
367
|
+
exports.batchSubjectBookAssessmentModel = __importStar(require("./models/psql/batchSubjectBookAssessmentModel"));
|
|
368
|
+
exports.batchSubjectProjectAssessmentModel = __importStar(require("./models/psql/batchSubjectProjectAssessmentModel"));
|
|
369
|
+
exports.bookAssessmentDateModel = __importStar(require("./models/psql/bookAssessmentDateModel"));
|
|
370
|
+
exports.categoriesModel = __importStar(require("./models/psql/categoriesModel"));
|
|
371
|
+
exports.cityModel = __importStar(require("./models/psql/cityModel"));
|
|
372
|
+
exports.classRoomModel = __importStar(require("./models/psql/classRoomModel"));
|
|
373
|
+
exports.cloudStorageModel = __importStar(require("./models/psql/cloudStorageModel"));
|
|
374
|
+
exports.coinPurchaseOfferModel = __importStar(require("./models/psql/coinPurchaseOfferModel"));
|
|
375
|
+
exports.contactFeedBackModel = __importStar(require("./models/psql/contactFeedBackModel"));
|
|
376
|
+
exports.countryModel = __importStar(require("./models/psql/countryModel"));
|
|
377
|
+
exports.courseHasVisitorsModel = __importStar(require("./models/psql/courseHasVisitorsModel"));
|
|
378
|
+
exports.courseModel = __importStar(require("./models/psql/courseModel"));
|
|
379
|
+
exports.driverModel = __importStar(require("./models/psql/driverModel"));
|
|
380
|
+
exports.entityGroupModel = __importStar(require("./models/psql/entityGroupModel"));
|
|
381
|
+
exports.facilityModel = __importStar(require("./models/psql/facilityModel"));
|
|
382
|
+
exports.featureActionModel = __importStar(require("./models/psql/featureActionModel"));
|
|
383
|
+
exports.feeHistoryDetailsModel = __importStar(require("./models/psql/feeHistoryDetailsModel"));
|
|
384
|
+
exports.feeHistoryModel = __importStar(require("./models/psql/feeHistoryModel"));
|
|
385
|
+
exports.feeReminderModel = __importStar(require("./models/psql/feeReminderModel"));
|
|
386
|
+
exports.feeReminderSettingModel = __importStar(require("./models/psql/feeReminderSettingModel"));
|
|
387
|
+
exports.feeTypeHasTermsModel = __importStar(require("./models/psql/feeTypeHasTermsModel"));
|
|
388
|
+
exports.feeTypeModel = __importStar(require("./models/psql/feeTypeModel"));
|
|
389
|
+
exports.feesCollectionModel = __importStar(require("./models/psql/feesCollectionModel"));
|
|
390
|
+
exports.fileStorageModel = __importStar(require("./models/psql/fileStorageModel"));
|
|
391
|
+
exports.floorManagementModel = __importStar(require("./models/psql/floorManagementModel"));
|
|
392
|
+
exports.greetingsModel = __importStar(require("./models/psql/greetingsModel"));
|
|
393
|
+
exports.homeWorkModel = __importStar(require("./models/psql/homeWorkModel"));
|
|
394
|
+
exports.instituteEntityModel = __importStar(require("./models/psql/instituteEntityModel"));
|
|
395
|
+
exports.instituteEntityTypeModel = __importStar(require("./models/psql/instituteEntityTypeModel"));
|
|
396
|
+
exports.instituteModel = __importStar(require("./models/psql/instituteModel"));
|
|
397
|
+
exports.instituteSubscriptionPlanModel = __importStar(require("./models/psql/instituteSubscriptionPlanModel"));
|
|
398
|
+
exports.inventoryHistoryModel = __importStar(require("./models/psql/inventoryHistoryModel"));
|
|
399
|
+
exports.inventoryModel = __importStar(require("./models/psql/inventoryModel"));
|
|
400
|
+
exports.lectureHistoryModel = __importStar(require("./models/psql/lectureHistoryModel"));
|
|
401
|
+
exports.lectureModel = __importStar(require("./models/psql/lectureModel"));
|
|
402
|
+
exports.masterLeaveModel = __importStar(require("./models/psql/masterLeaveModel"));
|
|
403
|
+
exports.moduleFeatureModel = __importStar(require("./models/psql/moduleFeatureModel"));
|
|
404
|
+
exports.moduleModel = __importStar(require("./models/psql/moduleModel"));
|
|
405
|
+
exports.offerModel = __importStar(require("./models/psql/offerModel"));
|
|
406
|
+
exports.paymentTermsModel = __importStar(require("./models/psql/paymentTermsModel"));
|
|
407
|
+
exports.pdcChequeModel = __importStar(require("./models/psql/pdcChequeModel"));
|
|
408
|
+
exports.pdcHistoryModel = __importStar(require("./models/psql/pdcHistoryModel"));
|
|
409
|
+
exports.pincodeModel = __importStar(require("./models/psql/pincodeModel"));
|
|
410
|
+
exports.productModel = __importStar(require("./models/psql/productModel"));
|
|
411
|
+
exports.projectAssessmentOptionModel = __importStar(require("./models/psql/projectAssessmentOptionModel"));
|
|
412
|
+
exports.roleModel = __importStar(require("./models/psql/roleModel"));
|
|
413
|
+
exports.rulesRegulationModel = __importStar(require("./models/psql/rulesRegulationModel"));
|
|
414
|
+
exports.schoolFeeCollectionModel = __importStar(require("./models/psql/schoolFeeCollectionModel"));
|
|
415
|
+
exports.schoolOfferModel = __importStar(require("./models/psql/schoolOfferModel"));
|
|
416
|
+
exports.sendNotificationModel = __importStar(require("./models/psql/sendNotificationModel"));
|
|
417
|
+
exports.slotModel = __importStar(require("./models/psql/slotModel"));
|
|
418
|
+
exports.stateModel = __importStar(require("./models/psql/stateModel"));
|
|
419
|
+
exports.subjectHasFeeModel = __importStar(require("./models/psql/subjectHasFeeModel"));
|
|
420
|
+
exports.subjectHasPayFeeHistoryModel = __importStar(require("./models/psql/subjectHasPayFeeHistoryModel"));
|
|
421
|
+
exports.syllabusModel = __importStar(require("./models/psql/syllabusModel"));
|
|
422
|
+
exports.testimonialModel = __importStar(require("./models/psql/testimonialModel"));
|
|
423
|
+
exports.toDoModel = __importStar(require("./models/psql/toDoModel"));
|
|
424
|
+
exports.tokenModel = __importStar(require("./models/psql/tokenModel"));
|
|
425
|
+
exports.tripModel = __importStar(require("./models/psql/tripModel"));
|
|
426
|
+
exports.typeManagementModel = __importStar(require("./models/psql/typeManagementModel"));
|
|
427
|
+
exports.userBookAssessmentModel = __importStar(require("./models/psql/userBookAssessmentModel"));
|
|
428
|
+
exports.userFeeTypeByAccountModel = __importStar(require("./models/psql/userFeeTypeByAccountModel"));
|
|
429
|
+
exports.userFeeTypeModel = __importStar(require("./models/psql/userFeeTypeModel"));
|
|
430
|
+
exports.userHasAnnouncementModel = __importStar(require("./models/psql/userHasAnnouncementModel"));
|
|
431
|
+
exports.userHasBatchModel = __importStar(require("./models/psql/userHasBatchModel"));
|
|
432
|
+
exports.userHasCourseModel = __importStar(require("./models/psql/userHasCourseModel"));
|
|
433
|
+
exports.userHasDeviceModel = __importStar(require("./models/psql/userHasDeviceModel"));
|
|
434
|
+
exports.userHasFeeTermsModel = __importStar(require("./models/psql/userHasFeeTermsModel"));
|
|
435
|
+
exports.userHasFileModel = __importStar(require("./models/psql/userHasFileModel"));
|
|
436
|
+
exports.userHasHomeWorkModel = __importStar(require("./models/psql/userHasHomeWorkModel"));
|
|
437
|
+
exports.userHasInventoryHistoryModel = __importStar(require("./models/psql/userHasInventoryHistoryModel"));
|
|
438
|
+
exports.userHasInventoryModel = __importStar(require("./models/psql/userHasInventoryModel"));
|
|
439
|
+
exports.userHasLeaveHistoryModel = __importStar(require("./models/psql/userHasLeaveHistoryModel"));
|
|
440
|
+
exports.userHasLeaveModel = __importStar(require("./models/psql/userHasLeaveModel"));
|
|
441
|
+
exports.userHasOfferModel = __importStar(require("./models/psql/userHasOfferModel"));
|
|
442
|
+
exports.userHasParentModel = __importStar(require("./models/psql/userHasParentModel"));
|
|
443
|
+
exports.userHasRoleModel = __importStar(require("./models/psql/userHasRoleModel"));
|
|
444
|
+
exports.userHasRollNumberModel = __importStar(require("./models/psql/userHasRollNumberModel"));
|
|
445
|
+
exports.userHasStorageModel = __importStar(require("./models/psql/userHasStorageModel"));
|
|
446
|
+
exports.userHasSubjectFeeModel = __importStar(require("./models/psql/userHasSubjectFeeModel"));
|
|
447
|
+
exports.userLeaveRequestModel = __importStar(require("./models/psql/userLeaveRequestModel"));
|
|
448
|
+
exports.userModel = __importStar(require("./models/psql/userModel"));
|
|
449
|
+
exports.userPayoutDetailsModel = __importStar(require("./models/psql/userPayoutDetailsModel"));
|
|
450
|
+
exports.userPayoutHistoryModel = __importStar(require("./models/psql/userPayoutHistoryModel"));
|
|
451
|
+
exports.userPayoutModel = __importStar(require("./models/psql/userPayoutModel"));
|
|
452
|
+
exports.userProjectAssessmentOptionModel = __importStar(require("./models/psql/userProjectAssessmentOptionModel"));
|
|
453
|
+
exports.userRequiredStepsModel = __importStar(require("./models/psql/userRequiredStepsModel"));
|
|
454
|
+
exports.vehicleModel = __importStar(require("./models/psql/vehicleModel"));
|
|
455
|
+
exports.vendorManagementModel = __importStar(require("./models/psql/vendorManagementModel"));
|
|
456
|
+
exports.walletHistoryModel = __importStar(require("./models/psql/walletHistoryModel"));
|
|
457
|
+
exports.walletModel = __importStar(require("./models/psql/walletModel"));
|
|
458
|
+
exports.workingDayModel = __importStar(require("./models/psql/workingDayModel"));
|
|
459
|
+
exports.workingShiftModel = __importStar(require("./models/psql/workingShiftModel"));
|