@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.mjs CHANGED
@@ -10726,6 +10726,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
10726
10726
  var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
10727
10727
  EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
10728
10728
  EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
10729
+ EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
10729
10730
  return EnumGameStatus2;
10730
10731
  })(EnumGameStatus || {});
10731
10732