@timardex/cluemart-shared 1.5.706 → 1.5.708
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-FQVGIFZQ.mjs → chunk-7HXABNH6.mjs} +4 -4
- package/dist/{chunk-FQVGIFZQ.mjs.map → chunk-7HXABNH6.mjs.map} +1 -1
- package/dist/graphql/index.cjs +3 -3
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6182,7 +6182,7 @@ var LEAVE_GAME_MUTATION = gql34`
|
|
|
6182
6182
|
mutation leaveGame(
|
|
6183
6183
|
$_id: ID!
|
|
6184
6184
|
$gameType: GameTypeEnumType!
|
|
6185
|
-
$gameTypeId:
|
|
6185
|
+
$gameTypeId: String!
|
|
6186
6186
|
) {
|
|
6187
6187
|
leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
|
|
6188
6188
|
}
|
|
@@ -6192,7 +6192,7 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
|
|
|
6192
6192
|
$_id: ID!
|
|
6193
6193
|
$foundLetter: String!
|
|
6194
6194
|
$gameType: GameTypeEnumType!
|
|
6195
|
-
$gameTypeId:
|
|
6195
|
+
$gameTypeId: String!
|
|
6196
6196
|
) {
|
|
6197
6197
|
updateDailyClueGame(
|
|
6198
6198
|
_id: $_id
|
|
@@ -6210,7 +6210,7 @@ var UPDATE_MINI_QUIZ_MUTATION = gql34`
|
|
|
6210
6210
|
$_id: ID!
|
|
6211
6211
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
6212
6212
|
$gameType: GameTypeEnumType!
|
|
6213
|
-
$gameTypeId:
|
|
6213
|
+
$gameTypeId: String!
|
|
6214
6214
|
) {
|
|
6215
6215
|
updateMiniQuizGame(
|
|
6216
6216
|
_id: $_id
|