@timardex/cluemart-shared 1.5.704 → 1.5.706
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-DW7OU6K3.mjs → chunk-FQVGIFZQ.mjs} +13 -3
- package/dist/{chunk-DW7OU6K3.mjs.map → chunk-FQVGIFZQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +12 -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 +12 -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 +1 -1
- package/dist/index.cjs +81 -2027
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -106
- package/dist/index.d.ts +1 -106
- package/dist/index.mjs +81 -2000
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{auth-Dvp1IEH_.d.mts → post-CswgI5jI.d.mts} +49 -49
- package/dist/{auth-Cp3BRIVM.d.ts → post-NK1XwGmZ.d.ts} +49 -49
package/dist/graphql/index.cjs
CHANGED
|
@@ -3873,8 +3873,18 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
|
3873
3873
|
}
|
|
3874
3874
|
`;
|
|
3875
3875
|
var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
3876
|
-
mutation updateDailyClueGame(
|
|
3877
|
-
|
|
3876
|
+
mutation updateDailyClueGame(
|
|
3877
|
+
$_id: ID!
|
|
3878
|
+
$foundLetter: String!
|
|
3879
|
+
$gameType: GameTypeEnumType!
|
|
3880
|
+
$gameTypeId: ID!
|
|
3881
|
+
) {
|
|
3882
|
+
updateDailyClueGame(
|
|
3883
|
+
_id: $_id
|
|
3884
|
+
foundLetter: $foundLetter
|
|
3885
|
+
gameType: $gameType
|
|
3886
|
+
gameTypeId: $gameTypeId
|
|
3887
|
+
) {
|
|
3878
3888
|
...GameDocFields
|
|
3879
3889
|
}
|
|
3880
3890
|
}
|