@timardex/cluemart-shared 1.4.99 → 1.5.0

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.
@@ -3360,9 +3360,13 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
3360
3360
  gameFields {
3361
3361
  ...BaseGameFields
3362
3362
  }
3363
- collectedLetters
3364
3363
  lastFoundDate
3365
3364
  points
3365
+ letters {
3366
+ collected
3367
+ shuffled
3368
+ todaysLetter
3369
+ }
3366
3370
  streak
3367
3371
  }
3368
3372
  ${BASE_GAME_FIELDS_FRAGMENT}