@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.
- package/dist/{chunk-AMB6NVKD.mjs → chunk-WNT6FOX6.mjs} +4 -2
- package/dist/chunk-WNT6FOX6.mjs.map +1 -0
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +3 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +1 -0
- package/dist/mongoose/index.d.ts +1 -0
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +3 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-AMB6NVKD.mjs.map +0 -1
|
@@ -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-
|
|
12251
|
+
//# sourceMappingURL=chunk-WNT6FOX6.mjs.map
|