@timardex/cluemart-shared 1.5.563 → 1.5.564

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.
@@ -133,7 +133,7 @@ import {
133
133
  useUpdateVendor,
134
134
  useUpdateVendorInfo,
135
135
  useValidateVerificationToken
136
- } from "../chunk-EJSAMZ35.mjs";
136
+ } from "../chunk-ORRYHPLO.mjs";
137
137
  import "../chunk-ZR4TGWTS.mjs";
138
138
  export {
139
139
  useAddParticipantToChat,
@@ -4528,9 +4528,9 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
4528
4528
  var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
4529
4529
  mutation updateMiniQuizGame(
4530
4530
  $_id: ID!
4531
- $questions: [MiniQuizQuestionInputType!]!
4531
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
4532
4532
  ) {
4533
- updateMiniQuizGame(_id: $_id, questions: $questions) {
4533
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
4534
4534
  ...GameDocFields
4535
4535
  }
4536
4536
  }