@timardex/cluemart-shared 1.5.708 → 1.5.709

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
@@ -1215,6 +1215,7 @@ type GameHistory = {
1215
1215
  gameDate: GameDate;
1216
1216
  gameStatus: EnumGameStatus;
1217
1217
  gameType: EnumGameType;
1218
+ gameTypeId: string;
1218
1219
  pointsEarned: number;
1219
1220
  };
1220
1221
  type GameDataMap = {
package/dist/index.d.ts CHANGED
@@ -1215,6 +1215,7 @@ type GameHistory = {
1215
1215
  gameDate: GameDate;
1216
1216
  gameStatus: EnumGameStatus;
1217
1217
  gameType: EnumGameType;
1218
+ gameTypeId: string;
1218
1219
  pointsEarned: number;
1219
1220
  };
1220
1221
  type GameDataMap = {
package/dist/index.mjs CHANGED
@@ -5832,6 +5832,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql29`
5832
5832
  }
5833
5833
  gameStatus
5834
5834
  gameType
5835
+ gameTypeId
5835
5836
  pointsEarned
5836
5837
  }
5837
5838
  ${GAME_DATE_FIELDS_FRAGMENT}