@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.
@@ -35,7 +35,7 @@ import {
35
35
  resourceRelationsSchema,
36
36
  termsAgreementSchema,
37
37
  userLicenseSchema
38
- } from "../chunk-YFZVVTXN.mjs";
38
+ } from "../chunk-6WUH4RWX.mjs";
39
39
  import "../chunk-3QS3WKRC.mjs";
40
40
  export {
41
41
  APP_SETTINGS_ID,
@@ -10770,6 +10770,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
10770
10770
  var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
10771
10771
  EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
10772
10772
  EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
10773
+ EnumGameStatus2["GAME_IN_PROGRESS"] = "GAME_IN_PROGRESS";
10773
10774
  return EnumGameStatus2;
10774
10775
  })(EnumGameStatus || {});
10775
10776