@timardex/cluemart-shared 1.5.709 → 1.5.710
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-26EBHXET.mjs → chunk-LOHIVWWT.mjs} +4 -1
- package/dist/{chunk-26EBHXET.mjs.map → chunk-LOHIVWWT.mjs.map} +1 -1
- package/dist/{chunk-N4JRX2AV.mjs → chunk-SB2DTD7X.mjs} +1 -1
- package/dist/{chunk-N4JRX2AV.mjs.map → chunk-SB2DTD7X.mjs.map} +1 -1
- package/dist/graphql/index.cjs +3 -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 +3 -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 +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -6
- package/dist/index.d.ts +3 -6
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DnhHGiOF.d.mts → post-CmTZhjui.d.mts} +4 -7
- package/dist/{post-DUigpoId.d.ts → post-DWr3iUjN.d.ts} +4 -7
- 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
|
@@ -3355,6 +3355,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql29`
|
|
|
3355
3355
|
...GameDateFields
|
|
3356
3356
|
}
|
|
3357
3357
|
gameStatus
|
|
3358
|
+
gameTitle
|
|
3358
3359
|
gameType
|
|
3359
3360
|
gameTypeId
|
|
3360
3361
|
pointsEarned
|
|
@@ -3386,6 +3387,7 @@ var GAME_FIELDS_FRAGMENT = gql29`
|
|
|
3386
3387
|
}
|
|
3387
3388
|
gameType
|
|
3388
3389
|
gameTypeId
|
|
3390
|
+
gameTitle
|
|
3389
3391
|
updatedAt
|
|
3390
3392
|
}
|
|
3391
3393
|
${GAME_DATA_FIELDS_FRAGMENT}
|
|
@@ -3445,6 +3447,7 @@ var GET_GAME_LEADERBOARD = gql29`
|
|
|
3445
3447
|
var BASE_GAME_FIELDS_FRAGMENT = gql30`
|
|
3446
3448
|
fragment BaseGameFields on BaseGameType {
|
|
3447
3449
|
gameTypeId
|
|
3450
|
+
gameTitle
|
|
3448
3451
|
gameType
|
|
3449
3452
|
dailyClue {
|
|
3450
3453
|
...DailyClueBaseGameFields
|
|
@@ -4176,4 +4179,4 @@ export {
|
|
|
4176
4179
|
useGetSchools,
|
|
4177
4180
|
useGetSchool
|
|
4178
4181
|
};
|
|
4179
|
-
//# sourceMappingURL=chunk-
|
|
4182
|
+
//# sourceMappingURL=chunk-LOHIVWWT.mjs.map
|