@timardex/cluemart-shared 1.4.98 → 1.4.99

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.
package/dist/index.d.mts CHANGED
@@ -965,7 +965,6 @@ type BaseGame = {
965
965
  };
966
966
  gameSolution: string;
967
967
  gameType: EnumGameType;
968
- title: string;
969
968
  };
970
969
  type DailyClueGameData = {
971
970
  collectedLetters: string[] | null;
package/dist/index.d.ts CHANGED
@@ -965,7 +965,6 @@ type BaseGame = {
965
965
  };
966
966
  gameSolution: string;
967
967
  gameType: EnumGameType;
968
- title: string;
969
968
  };
970
969
  type DailyClueGameData = {
971
970
  collectedLetters: string[] | null;
package/dist/index.mjs CHANGED
@@ -5480,7 +5480,6 @@ var BASE_GAME_FIELDS_FRAGMENT = gql29`
5480
5480
  }
5481
5481
  gameSolution
5482
5482
  gameType
5483
- title
5484
5483
  }
5485
5484
  `;
5486
5485
  var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`