@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.
@@ -35,7 +35,7 @@ import {
35
35
  resourceRelationsSchema,
36
36
  termsAgreementSchema,
37
37
  userLicenseSchema
38
- } from "../chunk-ZO6CUK7N.mjs";
38
+ } from "../chunk-Z5U6FXKI.mjs";
39
39
  import "../chunk-3QS3WKRC.mjs";
40
40
  export {
41
41
  APP_SETTINGS_ID,
@@ -8306,7 +8306,7 @@ var USER_FIELDS_FRAGMENT = gql`
8306
8306
  email
8307
8307
  events
8308
8308
  firstName
8309
- games
8309
+ game
8310
8310
  isTester
8311
8311
  lastName
8312
8312
  licences {
@@ -11704,10 +11704,10 @@ var schema7 = new MongooseSchema11(
11704
11704
  type: [import_mongoose12.default.Schema.Types.ObjectId]
11705
11705
  },
11706
11706
  firstName: { required: true, type: String },
11707
- games: {
11707
+ game: {
11708
11708
  ref: "Game",
11709
11709
  required: false,
11710
- type: [import_mongoose12.default.Schema.Types.ObjectId]
11710
+ type: import_mongoose12.default.Schema.Types.ObjectId
11711
11711
  },
11712
11712
  isTester: { default: false, required: true, type: Boolean },
11713
11713
  lastName: { required: true, type: String },