@timardex/cluemart-shared 1.5.706 → 1.5.707
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 +3 -3
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +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/graphql/index.cjs
CHANGED
|
@@ -3867,7 +3867,7 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
|
3867
3867
|
mutation leaveGame(
|
|
3868
3868
|
$_id: ID!
|
|
3869
3869
|
$gameType: GameTypeEnumType!
|
|
3870
|
-
$gameTypeId:
|
|
3870
|
+
$gameTypeId: String!
|
|
3871
3871
|
) {
|
|
3872
3872
|
leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
|
|
3873
3873
|
}
|
|
@@ -3877,7 +3877,7 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
|
3877
3877
|
$_id: ID!
|
|
3878
3878
|
$foundLetter: String!
|
|
3879
3879
|
$gameType: GameTypeEnumType!
|
|
3880
|
-
$gameTypeId:
|
|
3880
|
+
$gameTypeId: String!
|
|
3881
3881
|
) {
|
|
3882
3882
|
updateDailyClueGame(
|
|
3883
3883
|
_id: $_id
|
|
@@ -3895,7 +3895,7 @@ var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
|
|
|
3895
3895
|
$_id: ID!
|
|
3896
3896
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
3897
3897
|
$gameType: GameTypeEnumType!
|
|
3898
|
-
$gameTypeId:
|
|
3898
|
+
$gameTypeId: String!
|
|
3899
3899
|
) {
|
|
3900
3900
|
updateMiniQuizGame(
|
|
3901
3901
|
_id: $_id
|