@timardex/cluemart-shared 1.5.564 → 1.5.565
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-ORRYHPLO.mjs → chunk-DDTGHPA7.mjs} +2 -1
- package/dist/{chunk-ORRYHPLO.mjs.map → chunk-DDTGHPA7.mjs.map} +1 -1
- package/dist/{chunk-PHKPSCJK.mjs → chunk-MFF5JEOQ.mjs} +1 -1
- package/dist/{chunk-PHKPSCJK.mjs.map → chunk-MFF5JEOQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CiqgVcLD.d.ts → post-C148Svva.d.ts} +1 -0
- package/dist/{post-CeZceQBm.d.mts → post-C7AH7Tqp.d.mts} +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
|
@@ -3379,6 +3379,7 @@ var GET_GAME_LEADERBOARD = gql29`
|
|
|
3379
3379
|
// src/graphql/queries/post.ts
|
|
3380
3380
|
var BASE_GAME_FIELDS_FRAGMENT = gql30`
|
|
3381
3381
|
fragment BaseGameFields on BaseGameType {
|
|
3382
|
+
gameTypeId
|
|
3382
3383
|
gameType
|
|
3383
3384
|
dailyClue {
|
|
3384
3385
|
...DailyClueBaseGameFields
|
|
@@ -4076,4 +4077,4 @@ export {
|
|
|
4076
4077
|
useGetSchools,
|
|
4077
4078
|
useGetSchool
|
|
4078
4079
|
};
|
|
4079
|
-
//# sourceMappingURL=chunk-
|
|
4080
|
+
//# sourceMappingURL=chunk-DDTGHPA7.mjs.map
|