@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.
@@ -5,7 +5,7 @@ import {
5
5
  normalizeUrl,
6
6
  timeFormat
7
7
  } from "../chunk-L74HNX7U.mjs";
8
- import "../chunk-EJSAMZ35.mjs";
8
+ import "../chunk-ORRYHPLO.mjs";
9
9
  import {
10
10
  EnumEventDateStatus,
11
11
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -6445,9 +6445,9 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
6445
6445
  var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
6446
6446
  mutation updateMiniQuizGame(
6447
6447
  $_id: ID!
6448
- $questions: [MiniQuizQuestionInputType!]!
6448
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
6449
6449
  ) {
6450
- updateMiniQuizGame(_id: $_id, questions: $questions) {
6450
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
6451
6451
  ...GameDocFields
6452
6452
  }
6453
6453
  }