@timardex/cluemart-shared 1.4.97 → 1.4.98
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-4VZXLFSL.mjs → chunk-STGIPJMO.mjs} +34 -2
- package/dist/{chunk-4VZXLFSL.mjs.map → chunk-STGIPJMO.mjs.map} +1 -1
- package/dist/graphql/index.cjs +34 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +12 -7
- package/dist/graphql/index.d.ts +12 -7
- package/dist/graphql/index.mjs +3 -1
- package/dist/hooks/index.cjs +8 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +34 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +12 -7
- package/dist/index.d.ts +12 -7
- package/dist/index.mjs +33 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -989,13 +989,9 @@ declare const useStartGame: () => {
|
|
|
989
989
|
error: _apollo_client.ApolloError | undefined;
|
|
990
990
|
loading: boolean;
|
|
991
991
|
startGame: (options?: _apollo_client.MutationFunctionOptions<{
|
|
992
|
-
startGame:
|
|
993
|
-
_id: string;
|
|
994
|
-
};
|
|
992
|
+
startGame: GameType;
|
|
995
993
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
996
|
-
startGame:
|
|
997
|
-
_id: string;
|
|
998
|
-
};
|
|
994
|
+
startGame: GameType;
|
|
999
995
|
}>>;
|
|
1000
996
|
};
|
|
1001
997
|
declare const useLeaveGame: () => {
|
|
@@ -1003,6 +999,15 @@ declare const useLeaveGame: () => {
|
|
|
1003
999
|
leaveGame: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
1004
1000
|
loading: boolean;
|
|
1005
1001
|
};
|
|
1002
|
+
declare const useUpdateDailyClueGame: () => {
|
|
1003
|
+
error: _apollo_client.ApolloError | undefined;
|
|
1004
|
+
loading: boolean;
|
|
1005
|
+
updateDailyClueGame: (options?: _apollo_client.MutationFunctionOptions<{
|
|
1006
|
+
updateDailyClueGame: GameType;
|
|
1007
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
1008
|
+
updateDailyClueGame: GameType;
|
|
1009
|
+
}>>;
|
|
1010
|
+
};
|
|
1006
1011
|
|
|
1007
1012
|
declare const useGetGames: () => {
|
|
1008
1013
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -1021,4 +1026,4 @@ declare const useGetGame: (_id: string) => {
|
|
|
1021
1026
|
}>>;
|
|
1022
1027
|
};
|
|
1023
1028
|
|
|
1024
|
-
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
|
1029
|
+
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -989,13 +989,9 @@ declare const useStartGame: () => {
|
|
|
989
989
|
error: _apollo_client.ApolloError | undefined;
|
|
990
990
|
loading: boolean;
|
|
991
991
|
startGame: (options?: _apollo_client.MutationFunctionOptions<{
|
|
992
|
-
startGame:
|
|
993
|
-
_id: string;
|
|
994
|
-
};
|
|
992
|
+
startGame: GameType;
|
|
995
993
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
996
|
-
startGame:
|
|
997
|
-
_id: string;
|
|
998
|
-
};
|
|
994
|
+
startGame: GameType;
|
|
999
995
|
}>>;
|
|
1000
996
|
};
|
|
1001
997
|
declare const useLeaveGame: () => {
|
|
@@ -1003,6 +999,15 @@ declare const useLeaveGame: () => {
|
|
|
1003
999
|
leaveGame: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
1004
1000
|
loading: boolean;
|
|
1005
1001
|
};
|
|
1002
|
+
declare const useUpdateDailyClueGame: () => {
|
|
1003
|
+
error: _apollo_client.ApolloError | undefined;
|
|
1004
|
+
loading: boolean;
|
|
1005
|
+
updateDailyClueGame: (options?: _apollo_client.MutationFunctionOptions<{
|
|
1006
|
+
updateDailyClueGame: GameType;
|
|
1007
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
1008
|
+
updateDailyClueGame: GameType;
|
|
1009
|
+
}>>;
|
|
1010
|
+
};
|
|
1006
1011
|
|
|
1007
1012
|
declare const useGetGames: () => {
|
|
1008
1013
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -1021,4 +1026,4 @@ declare const useGetGame: (_id: string) => {
|
|
|
1021
1026
|
}>>;
|
|
1022
1027
|
};
|
|
1023
1028
|
|
|
1024
|
-
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
|
1029
|
+
export { type UseGetEventsByRegionOptions, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -112,6 +112,7 @@ import {
|
|
|
112
112
|
useToggleChatMessageLike,
|
|
113
113
|
useUpdateAd,
|
|
114
114
|
useUpdateAppSettings,
|
|
115
|
+
useUpdateDailyClueGame,
|
|
115
116
|
useUpdateEvent,
|
|
116
117
|
useUpdateEventInfo,
|
|
117
118
|
useUpdateGoogleImportedMarkets,
|
|
@@ -124,7 +125,7 @@ import {
|
|
|
124
125
|
useUpdateVendor,
|
|
125
126
|
useUpdateVendorInfo,
|
|
126
127
|
useValidateVerificationToken
|
|
127
|
-
} from "../chunk-
|
|
128
|
+
} from "../chunk-STGIPJMO.mjs";
|
|
128
129
|
import "../chunk-USQKKCIA.mjs";
|
|
129
130
|
export {
|
|
130
131
|
useAddParticipantToChat,
|
|
@@ -240,6 +241,7 @@ export {
|
|
|
240
241
|
useToggleChatMessageLike,
|
|
241
242
|
useUpdateAd,
|
|
242
243
|
useUpdateAppSettings,
|
|
244
|
+
useUpdateDailyClueGame,
|
|
243
245
|
useUpdateEvent,
|
|
244
246
|
useUpdateEventInfo,
|
|
245
247
|
useUpdateGoogleImportedMarkets,
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -4289,6 +4289,14 @@ var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
|
4289
4289
|
leaveGame(_id: $_id, gameType: $gameType)
|
|
4290
4290
|
}
|
|
4291
4291
|
`;
|
|
4292
|
+
var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
4293
|
+
mutation updateDailyClueGame($_id: ID!, $foundLetter: String!) {
|
|
4294
|
+
updateDailyClueGame(_id: $_id, foundLetter: $foundLetter) {
|
|
4295
|
+
...GameFields
|
|
4296
|
+
}
|
|
4297
|
+
}
|
|
4298
|
+
${GAME_FIELDS_FRAGMENT}
|
|
4299
|
+
`;
|
|
4292
4300
|
|
|
4293
4301
|
// src/graphql/hooks/game/hooksQuery.ts
|
|
4294
4302
|
var import_client66 = require("@apollo/client");
|