@timardex/cluemart-shared 1.5.492 → 1.5.493

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
@@ -1046,7 +1046,8 @@ type GameData = {
1046
1046
  };
1047
1047
  declare enum EnumGameStatus {
1048
1048
  GAME_COMPLETED = "GAME_COMPLETED",
1049
- GAME_LEFT = "GAME_LEFT"
1049
+ GAME_LEFT = "GAME_LEFT",
1050
+ GAME_IN_PROGRESS = "GAME_IN_PROGRESS"
1050
1051
  }
1051
1052
  type GameHistory = {
1052
1053
  gameDate: GameDate;
package/dist/index.d.ts CHANGED
@@ -1046,7 +1046,8 @@ type GameData = {
1046
1046
  };
1047
1047
  declare enum EnumGameStatus {
1048
1048
  GAME_COMPLETED = "GAME_COMPLETED",
1049
- GAME_LEFT = "GAME_LEFT"
1049
+ GAME_LEFT = "GAME_LEFT",
1050
+ GAME_IN_PROGRESS = "GAME_IN_PROGRESS"
1050
1051
  }
1051
1052
  type GameHistory = {
1052
1053
  gameDate: GameDate;
package/dist/index.mjs CHANGED
@@ -7818,6 +7818,7 @@ var gameTypeToDisplayName = {
7818
7818
  var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
7819
7819
  EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
7820
7820
  EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
7821
+ EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
7821
7822
  return EnumGameStatus2;
7822
7823
  })(EnumGameStatus || {});
7823
7824
  export {