@timardex/cluemart-shared 1.5.629 → 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.
@@ -135,7 +135,7 @@ import {
135
135
  useUpdateVendor,
136
136
  useUpdateVendorInfo,
137
137
  useValidateVerificationToken
138
- } from "../chunk-Z6IM4DWX.mjs";
138
+ } from "../chunk-YJSJHGZT.mjs";
139
139
  import "../chunk-JMOGW4IX.mjs";
140
140
  export {
141
141
  useAddParticipantToChat,
@@ -4535,8 +4535,12 @@ var START_GAME_MUTATION = import_client64.gql`
4535
4535
  ${GAME_DOC_FIELDS_FRAGMENT}
4536
4536
  `;
4537
4537
  var LEAVE_GAME_MUTATION = import_client64.gql`
4538
- mutation leaveGame($_id: ID!, $gameType: GameTypeEnumType!) {
4539
- leaveGame(_id: $_id, gameType: $gameType)
4538
+ mutation leaveGame(
4539
+ $_id: ID!
4540
+ $gameType: GameTypeEnumType!
4541
+ $gameTypeId: ID!
4542
+ ) {
4543
+ leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
4540
4544
  }
4541
4545
  `;
4542
4546
  var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`