@timardex/cluemart-shared 1.5.706 → 1.5.707

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.
package/dist/index.mjs CHANGED
@@ -6182,7 +6182,7 @@ var LEAVE_GAME_MUTATION = gql34`
6182
6182
  mutation leaveGame(
6183
6183
  $_id: ID!
6184
6184
  $gameType: GameTypeEnumType!
6185
- $gameTypeId: ID!
6185
+ $gameTypeId: String!
6186
6186
  ) {
6187
6187
  leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
6188
6188
  }
@@ -6192,7 +6192,7 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
6192
6192
  $_id: ID!
6193
6193
  $foundLetter: String!
6194
6194
  $gameType: GameTypeEnumType!
6195
- $gameTypeId: ID!
6195
+ $gameTypeId: String!
6196
6196
  ) {
6197
6197
  updateDailyClueGame(
6198
6198
  _id: $_id
@@ -6210,7 +6210,7 @@ var UPDATE_MINI_QUIZ_MUTATION = gql34`
6210
6210
  $_id: ID!
6211
6211
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
6212
6212
  $gameType: GameTypeEnumType!
6213
- $gameTypeId: ID!
6213
+ $gameTypeId: String!
6214
6214
  ) {
6215
6215
  updateMiniQuizGame(
6216
6216
  _id: $_id