@timardex/cluemart-shared 1.5.704 → 1.5.705

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-DW7OU6K3.mjs";
10
+ import "../chunk-FQVGIFZQ.mjs";
11
11
  import "../chunk-NPFJ2CN2.mjs";
12
12
  import "../chunk-BRJDMHB7.mjs";
13
13
  import {
package/dist/index.cjs CHANGED
@@ -6589,8 +6589,18 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
6589
6589
  }
6590
6590
  `;
6591
6591
  var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
6592
- mutation updateDailyClueGame($_id: ID!, $foundLetter: String!) {
6593
- updateDailyClueGame(_id: $_id, foundLetter: $foundLetter) {
6592
+ mutation updateDailyClueGame(
6593
+ $_id: ID!
6594
+ $foundLetter: String!
6595
+ $gameType: GameTypeEnumType!
6596
+ $gameTypeId: ID!
6597
+ ) {
6598
+ updateDailyClueGame(
6599
+ _id: $_id
6600
+ foundLetter: $foundLetter
6601
+ gameType: $gameType
6602
+ gameTypeId: $gameTypeId
6603
+ ) {
6594
6604
  ...GameDocFields
6595
6605
  }
6596
6606
  }