@timardex/cluemart-server-shared 1.0.130 → 1.0.131

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.
@@ -10774,6 +10774,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
10774
10774
  var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
10775
10775
  EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
10776
10776
  EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
10777
+ EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
10777
10778
  return EnumGameStatus2;
10778
10779
  })(EnumGameStatus || {});
10779
10780