@timardex/cluemart-server-shared 1.0.111 → 1.0.112

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.
@@ -11491,6 +11491,11 @@ var schema7 = new MongooseSchema11(
11491
11491
  type: [mongoose11.Schema.Types.ObjectId]
11492
11492
  },
11493
11493
  firstName: { required: true, type: String },
11494
+ games: {
11495
+ ref: "Game",
11496
+ required: false,
11497
+ type: [mongoose11.Schema.Types.ObjectId]
11498
+ },
11494
11499
  isTester: { default: false, required: true, type: Boolean },
11495
11500
  lastName: { required: true, type: String },
11496
11501
  licences: {
@@ -11508,6 +11513,7 @@ var schema7 = new MongooseSchema11(
11508
11513
  required: false,
11509
11514
  type: String
11510
11515
  },
11516
+ points: { default: 0, required: false, type: Number },
11511
11517
  preferredRegion: {
11512
11518
  required: true,
11513
11519
  type: String
@@ -11962,4 +11968,4 @@ react/cjs/react.development.js:
11962
11968
  * LICENSE file in the root directory of this source tree.
11963
11969
  *)
11964
11970
  */
11965
- //# sourceMappingURL=chunk-PLU34IF2.mjs.map
11971
+ //# sourceMappingURL=chunk-N56H4CPW.mjs.map