@timardex/cluemart-shared 1.5.552 → 1.5.553
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-UNLBGUZ6.mjs → chunk-7CMDXCQI.mjs} +1 -1
- package/dist/{chunk-UNLBGUZ6.mjs.map → chunk-7CMDXCQI.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.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DWRt-yGc.d.ts → post-D9v4eViK.d.ts} +2 -1
- package/dist/{post-DsOgFGgJ.d.mts → post-DFLgP4SQ.d.mts} +2 -1
- 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
|
@@ -1130,7 +1130,8 @@ type BaseGameMap = {
|
|
|
1130
1130
|
};
|
|
1131
1131
|
type BaseGameType = {
|
|
1132
1132
|
gameType: EnumGameType;
|
|
1133
|
-
|
|
1133
|
+
} & {
|
|
1134
|
+
[K in keyof BaseGameMap]?: BaseGameMap[K] | null;
|
|
1134
1135
|
};
|
|
1135
1136
|
declare enum EnumGameStatus {
|
|
1136
1137
|
GAME_COMPLETED = "GAME_COMPLETED",
|
package/dist/index.d.ts
CHANGED
|
@@ -1130,7 +1130,8 @@ type BaseGameMap = {
|
|
|
1130
1130
|
};
|
|
1131
1131
|
type BaseGameType = {
|
|
1132
1132
|
gameType: EnumGameType;
|
|
1133
|
-
|
|
1133
|
+
} & {
|
|
1134
|
+
[K in keyof BaseGameMap]?: BaseGameMap[K] | null;
|
|
1134
1135
|
};
|
|
1135
1136
|
declare enum EnumGameStatus {
|
|
1136
1137
|
GAME_COMPLETED = "GAME_COMPLETED",
|