@timardex/cluemart-shared 1.5.564 → 1.5.567

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.
@@ -3480,6 +3480,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
3480
3480
  ...GameHistoryFields
3481
3481
  }
3482
3482
  gameType
3483
+ gameTypeId
3483
3484
  updatedAt
3484
3485
  }
3485
3486
  ${GAME_DATA_FIELDS_FRAGMENT}
@@ -3538,6 +3539,7 @@ var GET_GAME_LEADERBOARD = import_client55.gql`
3538
3539
  // src/graphql/queries/post.ts
3539
3540
  var BASE_GAME_FIELDS_FRAGMENT = import_client56.gql`
3540
3541
  fragment BaseGameFields on BaseGameType {
3542
+ gameTypeId
3541
3543
  gameType
3542
3544
  dailyClue {
3543
3545
  ...DailyClueBaseGameFields