@timardex/cluemart-shared 1.7.1 → 1.7.21
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/{ad-BUYzE6zx.d.ts → ad-03NrHP3C.d.ts} +2 -2
- package/dist/{ad-BhLoEul3.d.mts → ad-CplXHfPk.d.mts} +2 -2
- package/dist/{affiliate-C51nzKsw.d.ts → affiliate-BLSH2QdJ.d.ts} +2 -2
- package/dist/{affiliate-BbtjeUP4.d.mts → affiliate-hXxPpl_S.d.mts} +2 -2
- package/dist/auth/index.cjs +11 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-R6PCFOYO.mjs → chunk-2QB6MIL2.mjs} +247 -202
- package/dist/chunk-2QB6MIL2.mjs.map +1 -0
- package/dist/{chunk-32MKHJTX.mjs → chunk-Y3YFLYN4.mjs} +13 -1
- package/dist/{chunk-32MKHJTX.mjs.map → chunk-Y3YFLYN4.mjs.map} +1 -1
- package/dist/{contactUs-CBWzefUS.d.mts → contactUs-C13TqaIf.d.mts} +1 -1
- package/dist/{contactUs--NoohZBu.d.ts → contactUs-Cr4itlk6.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DePDtOFt.d.mts → global-8HQMiqbS.d.mts} +10 -1
- package/dist/{global-CUYYxpy2.d.ts → global-DGrr26NH.d.ts} +10 -1
- package/dist/graphql/index.cjs +352 -291
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +37 -9
- package/dist/graphql/index.d.ts +37 -9
- package/dist/graphql/index.mjs +14 -4
- package/dist/hooks/index.cjs +245 -218
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +352 -291
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +41 -4
- package/dist/index.d.ts +41 -4
- package/dist/index.mjs +278 -222
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-CMUcn2P7.d.ts → resourceActivities-BkC-3bF2.d.ts} +1 -1
- package/dist/{resourceActivities-CwbJFGIp.d.mts → resourceActivities-CowKiCCb.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/{user-D47MLFyH.d.ts → user-CpWRig6p.d.ts} +1 -1
- package/dist/{user-DE8edl3u.d.mts → user-DiJffpnd.d.mts} +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/package.json +1 -1
- package/dist/chunk-R6PCFOYO.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
|
-
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType,
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
3
|
+
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-CowKiCCb.mjs';
|
|
4
|
+
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard } from '../global-8HQMiqbS.mjs';
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-CplXHfPk.mjs';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.mjs';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-DiJffpnd.mjs';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-hXxPpl_S.mjs';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.mjs';
|
|
11
11
|
|
|
@@ -14,6 +14,9 @@ declare const GET_EVENT_INFO: _apollo_client.DocumentNode;
|
|
|
14
14
|
|
|
15
15
|
declare const GET_VENDOR: _apollo_client.DocumentNode;
|
|
16
16
|
declare const GET_VENDOR_INFO: _apollo_client.DocumentNode;
|
|
17
|
+
declare const MY_PENDING_VENDOR_CLAIM: _apollo_client.DocumentNode;
|
|
18
|
+
|
|
19
|
+
declare const ACTIVATE_VENDOR_CLAIM_MUTATION: _apollo_client.DocumentNode;
|
|
17
20
|
|
|
18
21
|
declare const GET_PARTNER: _apollo_client.DocumentNode;
|
|
19
22
|
|
|
@@ -208,13 +211,21 @@ declare const useGetChat: (_id: string) => {
|
|
|
208
211
|
chat: ChatType;
|
|
209
212
|
}>>;
|
|
210
213
|
};
|
|
211
|
-
declare const
|
|
214
|
+
declare const useGetPrivateChats: () => {
|
|
215
|
+
error: _apollo_client.ApolloError | undefined;
|
|
216
|
+
loading: boolean;
|
|
217
|
+
privateChats: ChatType[];
|
|
218
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
219
|
+
privateChats: ChatType[];
|
|
220
|
+
}>>;
|
|
221
|
+
};
|
|
222
|
+
declare const useGetRelationChats: () => {
|
|
212
223
|
error: _apollo_client.ApolloError | undefined;
|
|
213
224
|
loading: boolean;
|
|
214
225
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
215
|
-
|
|
226
|
+
relationChats: ChatType[];
|
|
216
227
|
}>>;
|
|
217
|
-
|
|
228
|
+
relationChats: ChatType[];
|
|
218
229
|
};
|
|
219
230
|
declare const useGetChatSubscription: () => {
|
|
220
231
|
chat: ChatType | undefined;
|
|
@@ -635,6 +646,15 @@ declare const useUnlinkUnregisteredVendorByInviterId: () => {
|
|
|
635
646
|
unlinkUnregisteredVendorByInviterId: MutationResponse<boolean>;
|
|
636
647
|
}>>;
|
|
637
648
|
};
|
|
649
|
+
declare const useActivateVendorClaim: () => {
|
|
650
|
+
activateVendorClaim: (options?: _apollo_client.MutationFunctionOptions<{
|
|
651
|
+
activateVendorClaim: VendorClaimTokenValidation;
|
|
652
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
653
|
+
activateVendorClaim: VendorClaimTokenValidation;
|
|
654
|
+
}>>;
|
|
655
|
+
error: _apollo_client.ApolloError | undefined;
|
|
656
|
+
loading: boolean;
|
|
657
|
+
};
|
|
638
658
|
|
|
639
659
|
declare const useGetVendors: () => {
|
|
640
660
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -712,6 +732,14 @@ declare const useGetUnregisteredVendor: (_id: string) => {
|
|
|
712
732
|
}>>;
|
|
713
733
|
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
714
734
|
};
|
|
735
|
+
declare const useMyPendingVendorClaim: (skip?: boolean) => {
|
|
736
|
+
error: _apollo_client.ApolloError | undefined;
|
|
737
|
+
loading: boolean;
|
|
738
|
+
myPendingVendorClaim: MyPendingVendorClaim | null;
|
|
739
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
740
|
+
myPendingVendorClaim: MyPendingVendorClaim | null;
|
|
741
|
+
}>>;
|
|
742
|
+
};
|
|
715
743
|
|
|
716
744
|
declare const useCreateUser: () => {
|
|
717
745
|
createUser: (options?: _apollo_client.MutationFunctionOptions<{
|
|
@@ -1431,4 +1459,4 @@ declare const useAssignAffiliateBonusReward: () => {
|
|
|
1431
1459
|
loading: boolean;
|
|
1432
1460
|
};
|
|
1433
1461
|
|
|
1434
|
-
export { GET_EVENT, GET_EVENT_BY_SLUG, GET_EVENT_INFO, GET_PARTNER, GET_PARTNER_BY_SLUG, GET_POST, GET_POST_BY_SLUG, GET_RESOURCE_CONNECTIONS, GET_VENDOR, GET_VENDOR_BY_SLUG, GET_VENDOR_INFO, toGraphqlQueryString, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAssignAffiliateBonusReward, useAssignAffiliateResourceReward, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateSchool, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAffiliate, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteSchool, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAffiliate, useGetAffiliates, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSchool, useGetSchools, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUnregisteredVendorsByInviterId, useGetUser, useGetUserActivities,
|
|
1462
|
+
export { ACTIVATE_VENDOR_CLAIM_MUTATION, GET_EVENT, GET_EVENT_BY_SLUG, GET_EVENT_INFO, GET_PARTNER, GET_PARTNER_BY_SLUG, GET_POST, GET_POST_BY_SLUG, GET_RESOURCE_CONNECTIONS, GET_VENDOR, GET_VENDOR_BY_SLUG, GET_VENDOR_INFO, MY_PENDING_VENDOR_CLAIM, toGraphqlQueryString, useActivateVendorClaim, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAssignAffiliateBonusReward, useAssignAffiliateResourceReward, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateSchool, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAffiliate, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteSchool, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAffiliate, useGetAffiliates, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetPrivateChats, useGetRelation, useGetRelationByEventAndVendor, useGetRelationChats, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSchool, useGetSchools, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUnregisteredVendorsByInviterId, useGetUser, useGetUserActivities, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useMyPendingVendorClaim, useRedeemAffiliateReward, useRedeemReward, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestMarketingMaterial, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUnlinkUnregisteredVendorByInviterId, useUpdateAd, useUpdateAffiliateDetails, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdatePuzzleGame, useUpdateRelation, useUpdateSchool, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
|
-
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType,
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
3
|
+
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-BkC-3bF2.js';
|
|
4
|
+
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard } from '../global-DGrr26NH.js';
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-03NrHP3C.js';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.js';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-CpWRig6p.js';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-BLSH2QdJ.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.js';
|
|
11
11
|
|
|
@@ -14,6 +14,9 @@ declare const GET_EVENT_INFO: _apollo_client.DocumentNode;
|
|
|
14
14
|
|
|
15
15
|
declare const GET_VENDOR: _apollo_client.DocumentNode;
|
|
16
16
|
declare const GET_VENDOR_INFO: _apollo_client.DocumentNode;
|
|
17
|
+
declare const MY_PENDING_VENDOR_CLAIM: _apollo_client.DocumentNode;
|
|
18
|
+
|
|
19
|
+
declare const ACTIVATE_VENDOR_CLAIM_MUTATION: _apollo_client.DocumentNode;
|
|
17
20
|
|
|
18
21
|
declare const GET_PARTNER: _apollo_client.DocumentNode;
|
|
19
22
|
|
|
@@ -208,13 +211,21 @@ declare const useGetChat: (_id: string) => {
|
|
|
208
211
|
chat: ChatType;
|
|
209
212
|
}>>;
|
|
210
213
|
};
|
|
211
|
-
declare const
|
|
214
|
+
declare const useGetPrivateChats: () => {
|
|
215
|
+
error: _apollo_client.ApolloError | undefined;
|
|
216
|
+
loading: boolean;
|
|
217
|
+
privateChats: ChatType[];
|
|
218
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
219
|
+
privateChats: ChatType[];
|
|
220
|
+
}>>;
|
|
221
|
+
};
|
|
222
|
+
declare const useGetRelationChats: () => {
|
|
212
223
|
error: _apollo_client.ApolloError | undefined;
|
|
213
224
|
loading: boolean;
|
|
214
225
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
215
|
-
|
|
226
|
+
relationChats: ChatType[];
|
|
216
227
|
}>>;
|
|
217
|
-
|
|
228
|
+
relationChats: ChatType[];
|
|
218
229
|
};
|
|
219
230
|
declare const useGetChatSubscription: () => {
|
|
220
231
|
chat: ChatType | undefined;
|
|
@@ -635,6 +646,15 @@ declare const useUnlinkUnregisteredVendorByInviterId: () => {
|
|
|
635
646
|
unlinkUnregisteredVendorByInviterId: MutationResponse<boolean>;
|
|
636
647
|
}>>;
|
|
637
648
|
};
|
|
649
|
+
declare const useActivateVendorClaim: () => {
|
|
650
|
+
activateVendorClaim: (options?: _apollo_client.MutationFunctionOptions<{
|
|
651
|
+
activateVendorClaim: VendorClaimTokenValidation;
|
|
652
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
653
|
+
activateVendorClaim: VendorClaimTokenValidation;
|
|
654
|
+
}>>;
|
|
655
|
+
error: _apollo_client.ApolloError | undefined;
|
|
656
|
+
loading: boolean;
|
|
657
|
+
};
|
|
638
658
|
|
|
639
659
|
declare const useGetVendors: () => {
|
|
640
660
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -712,6 +732,14 @@ declare const useGetUnregisteredVendor: (_id: string) => {
|
|
|
712
732
|
}>>;
|
|
713
733
|
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
714
734
|
};
|
|
735
|
+
declare const useMyPendingVendorClaim: (skip?: boolean) => {
|
|
736
|
+
error: _apollo_client.ApolloError | undefined;
|
|
737
|
+
loading: boolean;
|
|
738
|
+
myPendingVendorClaim: MyPendingVendorClaim | null;
|
|
739
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
740
|
+
myPendingVendorClaim: MyPendingVendorClaim | null;
|
|
741
|
+
}>>;
|
|
742
|
+
};
|
|
715
743
|
|
|
716
744
|
declare const useCreateUser: () => {
|
|
717
745
|
createUser: (options?: _apollo_client.MutationFunctionOptions<{
|
|
@@ -1431,4 +1459,4 @@ declare const useAssignAffiliateBonusReward: () => {
|
|
|
1431
1459
|
loading: boolean;
|
|
1432
1460
|
};
|
|
1433
1461
|
|
|
1434
|
-
export { GET_EVENT, GET_EVENT_BY_SLUG, GET_EVENT_INFO, GET_PARTNER, GET_PARTNER_BY_SLUG, GET_POST, GET_POST_BY_SLUG, GET_RESOURCE_CONNECTIONS, GET_VENDOR, GET_VENDOR_BY_SLUG, GET_VENDOR_INFO, toGraphqlQueryString, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAssignAffiliateBonusReward, useAssignAffiliateResourceReward, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateSchool, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAffiliate, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteSchool, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAffiliate, useGetAffiliates, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSchool, useGetSchools, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUnregisteredVendorsByInviterId, useGetUser, useGetUserActivities,
|
|
1462
|
+
export { ACTIVATE_VENDOR_CLAIM_MUTATION, GET_EVENT, GET_EVENT_BY_SLUG, GET_EVENT_INFO, GET_PARTNER, GET_PARTNER_BY_SLUG, GET_POST, GET_POST_BY_SLUG, GET_RESOURCE_CONNECTIONS, GET_VENDOR, GET_VENDOR_BY_SLUG, GET_VENDOR_INFO, MY_PENDING_VENDOR_CLAIM, toGraphqlQueryString, useActivateVendorClaim, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAssignAffiliateBonusReward, useAssignAffiliateResourceReward, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateSchool, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAffiliate, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteSchool, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAffiliate, useGetAffiliates, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetPrivateChats, useGetRelation, useGetRelationByEventAndVendor, useGetRelationChats, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSchool, useGetSchools, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUnregisteredVendorsByInviterId, useGetUser, useGetUserActivities, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useMyPendingVendorClaim, useRedeemAffiliateReward, useRedeemReward, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestMarketingMaterial, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUnlinkUnregisteredVendorByInviterId, useUpdateAd, useUpdateAffiliateDetails, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdatePuzzleGame, useUpdateRelation, useUpdateSchool, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ACTIVATE_VENDOR_CLAIM_MUTATION,
|
|
2
3
|
GET_EVENT_BY_SLUG,
|
|
3
4
|
GET_PARTNER_BY_SLUG,
|
|
4
5
|
GET_POST,
|
|
@@ -6,6 +7,7 @@ import {
|
|
|
6
7
|
GET_RESOURCE_CONNECTIONS,
|
|
7
8
|
GET_VENDOR_BY_SLUG,
|
|
8
9
|
toGraphqlQueryString,
|
|
10
|
+
useActivateVendorClaim,
|
|
9
11
|
useAddParticipantToChat,
|
|
10
12
|
useAddUserFavouriteResource,
|
|
11
13
|
useAddUserGoingResource,
|
|
@@ -77,8 +79,10 @@ import {
|
|
|
77
79
|
useGetPost,
|
|
78
80
|
useGetPosts,
|
|
79
81
|
useGetPostsByType,
|
|
82
|
+
useGetPrivateChats,
|
|
80
83
|
useGetRelation,
|
|
81
84
|
useGetRelationByEventAndVendor,
|
|
85
|
+
useGetRelationChats,
|
|
82
86
|
useGetReportedChatUsers,
|
|
83
87
|
useGetResourceActivity,
|
|
84
88
|
useGetResourceConnections,
|
|
@@ -89,7 +93,6 @@ import {
|
|
|
89
93
|
useGetUnregisteredVendor,
|
|
90
94
|
useGetUnregisteredVendors,
|
|
91
95
|
useGetUnregisteredVendorsByInviterId,
|
|
92
|
-
useGetUserChats,
|
|
93
96
|
useGetUserNotifications,
|
|
94
97
|
useGetUserNotificationsSubscription,
|
|
95
98
|
useGetVendor,
|
|
@@ -101,6 +104,7 @@ import {
|
|
|
101
104
|
useMarkAllNotificationsRead,
|
|
102
105
|
useMarkChatMessagesSeen,
|
|
103
106
|
useMarkNotificationRead,
|
|
107
|
+
useMyPendingVendorClaim,
|
|
104
108
|
useRedeemAffiliateReward,
|
|
105
109
|
useRedeemReward,
|
|
106
110
|
useRemoveParticipantFromChat,
|
|
@@ -136,13 +140,14 @@ import {
|
|
|
136
140
|
useUpdateUser,
|
|
137
141
|
useUpdateVendor,
|
|
138
142
|
useUpdateVendorInfo
|
|
139
|
-
} from "../chunk-
|
|
143
|
+
} from "../chunk-2QB6MIL2.mjs";
|
|
140
144
|
import {
|
|
141
145
|
GET_EVENT,
|
|
142
146
|
GET_EVENT_INFO,
|
|
143
147
|
GET_PARTNER,
|
|
144
148
|
GET_VENDOR,
|
|
145
149
|
GET_VENDOR_INFO,
|
|
150
|
+
MY_PENDING_VENDOR_CLAIM,
|
|
146
151
|
useGetUser,
|
|
147
152
|
useGetUserActivities,
|
|
148
153
|
useGetUserEvents,
|
|
@@ -157,9 +162,10 @@ import {
|
|
|
157
162
|
useRequestPasswordReset,
|
|
158
163
|
useResetPassword,
|
|
159
164
|
useValidateVerificationToken
|
|
160
|
-
} from "../chunk-
|
|
165
|
+
} from "../chunk-Y3YFLYN4.mjs";
|
|
161
166
|
import "../chunk-X3OLM35T.mjs";
|
|
162
167
|
export {
|
|
168
|
+
ACTIVATE_VENDOR_CLAIM_MUTATION,
|
|
163
169
|
GET_EVENT,
|
|
164
170
|
GET_EVENT_BY_SLUG,
|
|
165
171
|
GET_EVENT_INFO,
|
|
@@ -171,7 +177,9 @@ export {
|
|
|
171
177
|
GET_VENDOR,
|
|
172
178
|
GET_VENDOR_BY_SLUG,
|
|
173
179
|
GET_VENDOR_INFO,
|
|
180
|
+
MY_PENDING_VENDOR_CLAIM,
|
|
174
181
|
toGraphqlQueryString,
|
|
182
|
+
useActivateVendorClaim,
|
|
175
183
|
useAddParticipantToChat,
|
|
176
184
|
useAddUserFavouriteResource,
|
|
177
185
|
useAddUserGoingResource,
|
|
@@ -243,8 +251,10 @@ export {
|
|
|
243
251
|
useGetPost,
|
|
244
252
|
useGetPosts,
|
|
245
253
|
useGetPostsByType,
|
|
254
|
+
useGetPrivateChats,
|
|
246
255
|
useGetRelation,
|
|
247
256
|
useGetRelationByEventAndVendor,
|
|
257
|
+
useGetRelationChats,
|
|
248
258
|
useGetReportedChatUsers,
|
|
249
259
|
useGetResourceActivity,
|
|
250
260
|
useGetResourceConnections,
|
|
@@ -257,7 +267,6 @@ export {
|
|
|
257
267
|
useGetUnregisteredVendorsByInviterId,
|
|
258
268
|
useGetUser,
|
|
259
269
|
useGetUserActivities,
|
|
260
|
-
useGetUserChats,
|
|
261
270
|
useGetUserEvents,
|
|
262
271
|
useGetUserNotifications,
|
|
263
272
|
useGetUserNotificationsSubscription,
|
|
@@ -276,6 +285,7 @@ export {
|
|
|
276
285
|
useMarkAllNotificationsRead,
|
|
277
286
|
useMarkChatMessagesSeen,
|
|
278
287
|
useMarkNotificationRead,
|
|
288
|
+
useMyPendingVendorClaim,
|
|
279
289
|
useRedeemAffiliateReward,
|
|
280
290
|
useRedeemReward,
|
|
281
291
|
useRefreshToken,
|