@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.
@@ -7,7 +7,7 @@ import {
7
7
  EnumPostType
8
8
  } from "../chunk-HITGTNK3.mjs";
9
9
  import "../chunk-QJI4BF4B.mjs";
10
- import "../chunk-FQVGIFZQ.mjs";
10
+ import "../chunk-7HXABNH6.mjs";
11
11
  import "../chunk-NPFJ2CN2.mjs";
12
12
  import "../chunk-BRJDMHB7.mjs";
13
13
  import {
package/dist/index.cjs CHANGED
@@ -6556,7 +6556,7 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
6556
6556
  mutation leaveGame(
6557
6557
  $_id: ID!
6558
6558
  $gameType: GameTypeEnumType!
6559
- $gameTypeId: ID!
6559
+ $gameTypeId: String!
6560
6560
  ) {
6561
6561
  leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
6562
6562
  }
@@ -6566,7 +6566,7 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
6566
6566
  $_id: ID!
6567
6567
  $foundLetter: String!
6568
6568
  $gameType: GameTypeEnumType!
6569
- $gameTypeId: ID!
6569
+ $gameTypeId: String!
6570
6570
  ) {
6571
6571
  updateDailyClueGame(
6572
6572
  _id: $_id
@@ -6584,7 +6584,7 @@ var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
6584
6584
  $_id: ID!
6585
6585
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
6586
6586
  $gameType: GameTypeEnumType!
6587
- $gameTypeId: ID!
6587
+ $gameTypeId: String!
6588
6588
  ) {
6589
6589
  updateMiniQuizGame(
6590
6590
  _id: $_id