@timardex/cluemart-server-shared 1.0.134 → 1.0.135

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.
@@ -10131,6 +10131,7 @@ var SCHOOL = gql`
10131
10131
  overallPoints
10132
10132
  region
10133
10133
  studentCount
10134
+ schoolCode
10134
10135
  socialMedia {
10135
10136
  ...SocialMediaFields
10136
10137
  }
@@ -12172,8 +12173,9 @@ var schema15 = new MongooseSchema20(
12172
12173
  type: OwnerTypeSchema
12173
12174
  },
12174
12175
  region: { required: true, type: String },
12176
+ schoolCode: { required: true, type: String },
12175
12177
  socialMedia: { required: false, type: [SocialMediaTypeSchema] },
12176
- studentCount: { required: true, type: Number },
12178
+ studentCount: { default: 0, required: true, type: Number },
12177
12179
  termsAgreement: { required: true, type: termsAgreementSchema }
12178
12180
  },
12179
12181
  { timestamps: true }
@@ -12246,4 +12248,4 @@ react/cjs/react.development.js:
12246
12248
  * LICENSE file in the root directory of this source tree.
12247
12249
  *)
12248
12250
  */
12249
- //# sourceMappingURL=chunk-AMB6NVKD.mjs.map
12251
+ //# sourceMappingURL=chunk-WNT6FOX6.mjs.map