@timardex/cluemart-shared 1.4.94 → 1.4.95
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-BZ6HTTZZ.mjs → chunk-AO6V6GMT.mjs} +5 -3
- package/dist/{chunk-BZ6HTTZZ.mjs.map → chunk-AO6V6GMT.mjs.map} +1 -1
- package/dist/{chunk-RPVJCD2I.mjs → chunk-DQNJKQTY.mjs} +1 -1
- package/dist/{chunk-RPVJCD2I.mjs.map → chunk-DQNJKQTY.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -2
- 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 -2
- 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 -2
- 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 +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-wjPg2bhz.d.mts → post-BAUVZFAG.d.mts} +2 -1
- package/dist/{post-BW7aIY4a.d.ts → post-D_AB5f0f.d.ts} +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
|
@@ -3207,7 +3207,9 @@ var BASE_GAME_FIELDS_FRAGMENT = gql29`
|
|
|
3207
3207
|
`;
|
|
3208
3208
|
var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
|
|
3209
3209
|
fragment DailyClueGameDataFields on DailyClueGameDataType {
|
|
3210
|
-
|
|
3210
|
+
gameFields {
|
|
3211
|
+
...BaseGameFields
|
|
3212
|
+
}
|
|
3211
3213
|
collectedLetters
|
|
3212
3214
|
lastFoundDate
|
|
3213
3215
|
points
|
|
@@ -3492,7 +3494,7 @@ import { useMutation as useMutation18 } from "@apollo/client";
|
|
|
3492
3494
|
// src/graphql/mutations/game.ts
|
|
3493
3495
|
import { gql as gql34 } from "@apollo/client";
|
|
3494
3496
|
var START_GAME_MUTATION = gql34`
|
|
3495
|
-
mutation startGame($input:
|
|
3497
|
+
mutation startGame($input: BaseGameInputType!) {
|
|
3496
3498
|
startGame(input: $input) {
|
|
3497
3499
|
...GameFields
|
|
3498
3500
|
}
|
|
@@ -3690,4 +3692,4 @@ export {
|
|
|
3690
3692
|
useGetGames,
|
|
3691
3693
|
useGetGame
|
|
3692
3694
|
};
|
|
3693
|
-
//# sourceMappingURL=chunk-
|
|
3695
|
+
//# sourceMappingURL=chunk-AO6V6GMT.mjs.map
|