@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.
package/dist/index.cjs CHANGED
@@ -10784,6 +10784,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
10784
10784
  var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
10785
10785
  EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
10786
10786
  EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
10787
+ EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
10787
10788
  return EnumGameStatus2;
10788
10789
  })(EnumGameStatus || {});
10789
10790