@timardex/cluemart-shared 1.5.706 → 1.5.708

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-FQVGIFZQ.mjs";
138
+ } from "../chunk-7HXABNH6.mjs";
139
139
  import "../chunk-JMOGW4IX.mjs";
140
140
  export {
141
141
  useAddParticipantToChat,
@@ -4552,7 +4552,7 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
4552
4552
  mutation leaveGame(
4553
4553
  $_id: ID!
4554
4554
  $gameType: GameTypeEnumType!
4555
- $gameTypeId: ID!
4555
+ $gameTypeId: String!
4556
4556
  ) {
4557
4557
  leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
4558
4558
  }
@@ -4562,7 +4562,7 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
4562
4562
  $_id: ID!
4563
4563
  $foundLetter: String!
4564
4564
  $gameType: GameTypeEnumType!
4565
- $gameTypeId: ID!
4565
+ $gameTypeId: String!
4566
4566
  ) {
4567
4567
  updateDailyClueGame(
4568
4568
  _id: $_id
@@ -4580,7 +4580,7 @@ var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
4580
4580
  $_id: ID!
4581
4581
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
4582
4582
  $gameType: GameTypeEnumType!
4583
- $gameTypeId: ID!
4583
+ $gameTypeId: String!
4584
4584
  ) {
4585
4585
  updateMiniQuizGame(
4586
4586
  _id: $_id
@@ -5991,7 +5991,7 @@ function usePostForm(data) {
5991
5991
  } else {
5992
5992
  reset(defaultValues9);
5993
5993
  }
5994
- }, [data]);
5994
+ }, [data, reset]);
5995
5995
  const {
5996
5996
  active,
5997
5997
  caption,