@timardex/cluemart-shared 1.5.42 → 1.5.44

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.
@@ -3194,15 +3194,21 @@ import { gql as gql30 } from "@apollo/client";
3194
3194
 
3195
3195
  // src/graphql/queries/game.ts
3196
3196
  import { gql as gql29 } from "@apollo/client";
3197
+ var GAME_DATE_FIELDS_FRAGMENT = gql29`
3198
+ fragment GameDateFields on GameDateType {
3199
+ startDate
3200
+ endDate
3201
+ }
3202
+ `;
3197
3203
  var BASE_GAME_FIELDS_FRAGMENT = gql29`
3198
3204
  fragment BaseGameFields on BaseGameType {
3199
3205
  gameDate {
3200
- startDate
3201
- endDate
3206
+ ...GameDateFields
3202
3207
  }
3203
3208
  gameSolution
3204
3209
  gameType
3205
3210
  }
3211
+ ${GAME_DATE_FIELDS_FRAGMENT}
3206
3212
  `;
3207
3213
  var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
3208
3214
  fragment DailyClueGameDataFields on DailyClueGameDataType {
@@ -3232,6 +3238,13 @@ var GAME_FIELDS_FRAGMENT = gql29`
3232
3238
  ...DailyClueGameDataFields
3233
3239
  }
3234
3240
  }
3241
+ gameHistory {
3242
+ gameDate {
3243
+ ...GameDateFields
3244
+ }
3245
+ gameType
3246
+ pointsEarned
3247
+ }
3235
3248
  updatedAt
3236
3249
  owner {
3237
3250
  ...OwnerFields
@@ -3240,6 +3253,7 @@ var GAME_FIELDS_FRAGMENT = gql29`
3240
3253
  }
3241
3254
  ${DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT}
3242
3255
  ${OWNER_FIELDS_FRAGMENT}
3256
+ ${GAME_DATE_FIELDS_FRAGMENT}
3243
3257
  `;
3244
3258
  var GET_GAMES = gql29`
3245
3259
  query getGames {
@@ -3719,4 +3733,4 @@ export {
3719
3733
  useGetGames,
3720
3734
  useGetGame
3721
3735
  };
3722
- //# sourceMappingURL=chunk-FW6BEOOA.mjs.map
3736
+ //# sourceMappingURL=chunk-663P5R7O.mjs.map