@timardex/cluemart-shared 1.5.702 → 1.5.703

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.
@@ -3722,9 +3722,16 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
3722
3722
  var UPDATE_MINI_QUIZ_MUTATION = gql34`
3723
3723
  mutation updateMiniQuizGame(
3724
3724
  $_id: ID!
3725
+ $gameTypeId: ID!
3726
+ $gameType: GameTypeEnumType!
3725
3727
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
3726
3728
  ) {
3727
- updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
3729
+ updateMiniQuizGame(
3730
+ _id: $_id
3731
+ gameTypeId: $gameTypeId
3732
+ gameType: $gameType
3733
+ answeredQuestions: $answeredQuestions
3734
+ ) {
3728
3735
  ...GameDocFields
3729
3736
  }
3730
3737
  }
@@ -4158,4 +4165,4 @@ export {
4158
4165
  useGetSchools,
4159
4166
  useGetSchool
4160
4167
  };
4161
- //# sourceMappingURL=chunk-JBHXZ3PH.mjs.map
4168
+ //# sourceMappingURL=chunk-TIKTN3B3.mjs.map