@timardex/cluemart-shared 1.5.563 → 1.5.565

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.
@@ -3379,6 +3379,7 @@ var GET_GAME_LEADERBOARD = gql29`
3379
3379
  // src/graphql/queries/post.ts
3380
3380
  var BASE_GAME_FIELDS_FRAGMENT = gql30`
3381
3381
  fragment BaseGameFields on BaseGameType {
3382
+ gameTypeId
3382
3383
  gameType
3383
3384
  dailyClue {
3384
3385
  ...DailyClueBaseGameFields
@@ -3653,9 +3654,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
3653
3654
  var UPDATE_MINI_QUIZ_MUTATION = gql34`
3654
3655
  mutation updateMiniQuizGame(
3655
3656
  $_id: ID!
3656
- $questions: [MiniQuizQuestionInputType!]!
3657
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
3657
3658
  ) {
3658
- updateMiniQuizGame(_id: $_id, questions: $questions) {
3659
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
3659
3660
  ...GameDocFields
3660
3661
  }
3661
3662
  }
@@ -4076,4 +4077,4 @@ export {
4076
4077
  useGetSchools,
4077
4078
  useGetSchool
4078
4079
  };
4079
- //# sourceMappingURL=chunk-EJSAMZ35.mjs.map
4080
+ //# sourceMappingURL=chunk-DDTGHPA7.mjs.map