@timardex/cluemart-server-shared 1.0.151 → 1.0.152

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.
@@ -36,7 +36,7 @@ import {
36
36
  resourceRelationsSchema,
37
37
  termsAgreementSchema,
38
38
  userLicenseSchema
39
- } from "../chunk-QVELNUI7.mjs";
39
+ } from "../chunk-KM44V4EU.mjs";
40
40
  import "../chunk-3QS3WKRC.mjs";
41
41
  export {
42
42
  APP_SETTINGS_ID,
@@ -10023,14 +10023,10 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql`
10023
10023
  `;
10024
10024
  var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = gql`
10025
10025
  fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
10026
- gameDate {
10027
- ...GameDateFields
10028
- }
10029
10026
  questions {
10030
10027
  ...MiniQuizQuestionFields
10031
10028
  }
10032
10029
  }
10033
- ${GAME_DATE_FIELDS_FRAGMENT}
10034
10030
  ${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
10035
10031
  `;
10036
10032
  var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = gql`
@@ -12591,7 +12587,6 @@ var schemaMiniQuizQuestions = new MongooseSchema21(
12591
12587
  );
12592
12588
  var schemaMiniQuizBaseGame = new MongooseSchema21(
12593
12589
  {
12594
- gameDate: { required: true, type: Date },
12595
12590
  questions: { required: true, type: [schemaMiniQuizQuestions] }
12596
12591
  },
12597
12592
  { _id: false }