@timardex/cluemart-shared 1.5.706 → 1.5.708

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.
@@ -3706,7 +3706,7 @@ var LEAVE_GAME_MUTATION = gql34`
3706
3706
  mutation leaveGame(
3707
3707
  $_id: ID!
3708
3708
  $gameType: GameTypeEnumType!
3709
- $gameTypeId: ID!
3709
+ $gameTypeId: String!
3710
3710
  ) {
3711
3711
  leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
3712
3712
  }
@@ -3716,7 +3716,7 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
3716
3716
  $_id: ID!
3717
3717
  $foundLetter: String!
3718
3718
  $gameType: GameTypeEnumType!
3719
- $gameTypeId: ID!
3719
+ $gameTypeId: String!
3720
3720
  ) {
3721
3721
  updateDailyClueGame(
3722
3722
  _id: $_id
@@ -3734,7 +3734,7 @@ var UPDATE_MINI_QUIZ_MUTATION = gql34`
3734
3734
  $_id: ID!
3735
3735
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
3736
3736
  $gameType: GameTypeEnumType!
3737
- $gameTypeId: ID!
3737
+ $gameTypeId: String!
3738
3738
  ) {
3739
3739
  updateMiniQuizGame(
3740
3740
  _id: $_id
@@ -4175,4 +4175,4 @@ export {
4175
4175
  useGetSchools,
4176
4176
  useGetSchool
4177
4177
  };
4178
- //# sourceMappingURL=chunk-FQVGIFZQ.mjs.map
4178
+ //# sourceMappingURL=chunk-7HXABNH6.mjs.map