@timardex/cluemart-server-shared 1.0.119 → 1.0.120

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.
@@ -8241,7 +8241,7 @@ var USER_FIELDS_FRAGMENT = gql`
8241
8241
  email
8242
8242
  events
8243
8243
  firstName
8244
- games
8244
+ game
8245
8245
  isTester
8246
8246
  lastName
8247
8247
  licences {
@@ -11505,10 +11505,10 @@ var schema7 = new MongooseSchema11(
11505
11505
  type: [mongoose11.Schema.Types.ObjectId]
11506
11506
  },
11507
11507
  firstName: { required: true, type: String },
11508
- games: {
11508
+ game: {
11509
11509
  ref: "Game",
11510
11510
  required: false,
11511
- type: [mongoose11.Schema.Types.ObjectId]
11511
+ type: mongoose11.Schema.Types.ObjectId
11512
11512
  },
11513
11513
  isTester: { default: false, required: true, type: Boolean },
11514
11514
  lastName: { required: true, type: String },
@@ -12010,4 +12010,4 @@ react/cjs/react.development.js:
12010
12010
  * LICENSE file in the root directory of this source tree.
12011
12011
  *)
12012
12012
  */
12013
- //# sourceMappingURL=chunk-ZO6CUK7N.mjs.map
12013
+ //# sourceMappingURL=chunk-Z5U6FXKI.mjs.map