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