@kipicore/dbcore 1.1.149 → 1.1.150

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.
@@ -115,10 +115,10 @@ const AddressSchema = new mongoose_1.Schema({
115
115
  }, { _id: false });
116
116
  const InquirySchema = new mongoose_1.Schema({
117
117
  instituteId: { type: String, required: false },
118
- basicInformation: { type: BasicInformationSchema, required: true },
119
- academicInformation: { type: AcademicInformationSchema, required: true },
120
- guardianInformation: { type: GuardianInformationSchema, required: true },
121
- lastSchoolInformation: { type: LastSchoolSchema, required: true },
118
+ basicInformation: { type: BasicInformationSchema, required: false },
119
+ academicInformation: { type: AcademicInformationSchema, required: false },
120
+ guardianInformation: { type: GuardianInformationSchema, required: false },
121
+ lastSchoolInformation: { type: LastSchoolSchema, required: false },
122
122
  address: { type: AddressSchema, required: false },
123
123
  referredBy: {
124
124
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.149",
3
+ "version": "1.1.150",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",