@timardex/cluemart-shared 1.5.628 → 1.5.630

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.
@@ -3678,8 +3678,12 @@ var START_GAME_MUTATION = gql34`
3678
3678
  ${GAME_DOC_FIELDS_FRAGMENT}
3679
3679
  `;
3680
3680
  var LEAVE_GAME_MUTATION = gql34`
3681
- mutation leaveGame($_id: ID!, $gameType: GameTypeEnumType!) {
3682
- leaveGame(_id: $_id, gameType: $gameType)
3681
+ mutation leaveGame(
3682
+ $_id: ID!
3683
+ $gameType: GameTypeEnumType!
3684
+ $gameTypeId: ID!
3685
+ ) {
3686
+ leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
3683
3687
  }
3684
3688
  `;
3685
3689
  var UPDATE_DAILY_CLUE_MUTATION = gql34`
@@ -4129,4 +4133,4 @@ export {
4129
4133
  useGetSchools,
4130
4134
  useGetSchool
4131
4135
  };
4132
- //# sourceMappingURL=chunk-Z6IM4DWX.mjs.map
4136
+ //# sourceMappingURL=chunk-YJSJHGZT.mjs.map