@timardex/cluemart-server-shared 1.0.205 → 1.0.206
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-75OR3Z2F.mjs → chunk-BIHC7C72.mjs} +5 -1
- package/dist/{chunk-75OR3Z2F.mjs.map → chunk-BIHC7C72.mjs.map} +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +4 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +4 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -8037,6 +8037,10 @@ var schema7 = new MongooseSchema11(
|
|
|
8037
8037
|
required: false,
|
|
8038
8038
|
type: [userLicenseSchema]
|
|
8039
8039
|
},
|
|
8040
|
+
location: {
|
|
8041
|
+
required: false,
|
|
8042
|
+
type: locationsSchema
|
|
8043
|
+
},
|
|
8040
8044
|
overallPoints: { default: 0, required: false, type: Number },
|
|
8041
8045
|
partner: {
|
|
8042
8046
|
ref: "Partner",
|
|
@@ -8711,4 +8715,4 @@ export {
|
|
|
8711
8715
|
GameModel,
|
|
8712
8716
|
SchoolModel
|
|
8713
8717
|
};
|
|
8714
|
-
//# sourceMappingURL=chunk-
|
|
8718
|
+
//# sourceMappingURL=chunk-BIHC7C72.mjs.map
|