@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/{chunk-BLABDHO5.mjs → chunk-GSNFQJBZ.mjs} +2 -1
- package/dist/{chunk-BLABDHO5.mjs.map → chunk-GSNFQJBZ.mjs.map} +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C1KIeGaH.d.ts → post-C67Q-sXR.d.ts} +2 -1
- package/dist/{post-DbomV5bK.d.mts → post-C9rtHepe.d.mts} +2 -1
- package/dist/types/index.cjs +1 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
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 {
|