@timardex/cluemart-shared 1.5.702 → 1.5.704

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-JBHXZ3PH.mjs";
10
+ import "../chunk-DW7OU6K3.mjs";
11
11
  import "../chunk-NPFJ2CN2.mjs";
12
12
  import "../chunk-BRJDMHB7.mjs";
13
13
  import {
package/dist/index.cjs CHANGED
@@ -6600,8 +6600,15 @@ var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
6600
6600
  mutation updateMiniQuizGame(
6601
6601
  $_id: ID!
6602
6602
  $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
6603
+ $gameType: GameTypeEnumType!
6604
+ $gameTypeId: ID!
6603
6605
  ) {
6604
- updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
6606
+ updateMiniQuizGame(
6607
+ _id: $_id
6608
+ answeredQuestions: $answeredQuestions
6609
+ gameType: $gameType
6610
+ gameTypeId: $gameTypeId
6611
+ ) {
6605
6612
  ...GameDocFields
6606
6613
  }
6607
6614
  }