@timardex/cluemart-shared 1.5.565 → 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.
package/dist/index.d.mts CHANGED
@@ -1194,6 +1194,7 @@ type GameType = {
1194
1194
  gameData: GameDataType;
1195
1195
  gameHistory: GameHistory[] | null;
1196
1196
  gameType: EnumGameType;
1197
+ gameTypeId: string;
1197
1198
  updatedAt: Date | null;
1198
1199
  };
1199
1200
  type GameDocType = {
package/dist/index.d.ts CHANGED
@@ -1194,6 +1194,7 @@ type GameType = {
1194
1194
  gameData: GameDataType;
1195
1195
  gameHistory: GameHistory[] | null;
1196
1196
  gameType: EnumGameType;
1197
+ gameTypeId: string;
1197
1198
  updatedAt: Date | null;
1198
1199
  };
1199
1200
  type GameDocType = {
package/dist/index.mjs CHANGED
@@ -5785,6 +5785,7 @@ var GAME_FIELDS_FRAGMENT = gql29`
5785
5785
  ...GameHistoryFields
5786
5786
  }
5787
5787
  gameType
5788
+ gameTypeId
5788
5789
  updatedAt
5789
5790
  }
5790
5791
  ${GAME_DATA_FIELDS_FRAGMENT}