@timardex/cluemart-server-shared 1.0.157 → 1.0.159

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.
@@ -10028,6 +10028,7 @@ var GAME_FIELDS_FRAGMENT = gql`
10028
10028
  ...GameHistoryFields
10029
10029
  }
10030
10030
  gameType
10031
+ gameTypeId
10031
10032
  updatedAt
10032
10033
  }
10033
10034
  ${GAME_DATA_FIELDS_FRAGMENT}
@@ -10084,6 +10085,7 @@ var GET_GAME_LEADERBOARD = gql`
10084
10085
  `;
10085
10086
  var BASE_GAME_FIELDS_FRAGMENT = gql`
10086
10087
  fragment BaseGameFields on BaseGameType {
10088
+ gameTypeId
10087
10089
  gameType
10088
10090
  dailyClue {
10089
10091
  ...DailyClueBaseGameFields
@@ -10263,9 +10265,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql`
10263
10265
  var UPDATE_MINI_QUIZ_MUTATION = gql`
10264
10266
  mutation updateMiniQuizGame(
10265
10267
  $_id: ID!
10266
- $questions: [MiniQuizQuestionInputType!]!
10268
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
10267
10269
  ) {
10268
- updateMiniQuizGame(_id: $_id, questions: $questions) {
10270
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
10269
10271
  ...GameDocFields
10270
10272
  }
10271
10273
  }
@@ -12479,7 +12481,8 @@ var gameTypeSchema = new MongooseSchema22(
12479
12481
  enum: Object.values(EnumGameType),
12480
12482
  required: true,
12481
12483
  type: String
12482
- }
12484
+ },
12485
+ gameTypeId: { required: true, type: String }
12483
12486
  },
12484
12487
  { timestamps: true }
12485
12488
  );
@@ -12595,4 +12598,4 @@ react/cjs/react.development.js:
12595
12598
  * LICENSE file in the root directory of this source tree.
12596
12599
  *)
12597
12600
  */
12598
- //# sourceMappingURL=chunk-UG4QCIIG.mjs.map
12601
+ //# sourceMappingURL=chunk-BIIAHQ4Y.mjs.map