@timardex/cluemart-shared 1.4.40 → 1.4.42
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/{auth-C4rFM8ym.d.mts → auth-CMAZK-Pw.d.mts} +1 -2
- package/dist/{auth-Z7ZalBiX.d.ts → auth-CYgZKLvY.d.ts} +1 -2
- package/dist/{chunk-V54HUJIO.mjs → chunk-CGXCKZ4G.mjs} +22 -35
- package/dist/chunk-CGXCKZ4G.mjs.map +1 -0
- package/dist/{chunk-B5HXAEH4.mjs → chunk-END7A5PN.mjs} +1 -28
- package/dist/chunk-END7A5PN.mjs.map +1 -0
- package/dist/{chunk-UCRSD3WR.mjs → chunk-NZTJYWGA.mjs} +221 -456
- package/dist/chunk-NZTJYWGA.mjs.map +1 -0
- package/dist/{chunk-Z4W6CSYI.mjs → chunk-XUYZ2LYW.mjs} +1 -1
- package/dist/chunk-XUYZ2LYW.mjs.map +1 -0
- package/dist/formFields/index.cjs +20 -34
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -3
- package/dist/formFields/index.d.ts +1 -3
- package/dist/formFields/index.mjs +2 -4
- package/dist/graphql/index.cjs +304 -546
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -57
- package/dist/graphql/index.d.ts +2 -57
- package/dist/graphql/index.mjs +1 -15
- package/dist/hooks/index.cjs +283 -665
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -5
- package/dist/hooks/index.d.ts +3 -5
- package/dist/hooks/index.mjs +101 -282
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +420 -886
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -149
- package/dist/index.d.ts +2 -149
- package/dist/index.mjs +336 -790
- package/dist/index.mjs.map +1 -1
- package/dist/{post-B0L3Oaoy.d.mts → post-CY04DycR.d.mts} +3 -90
- package/dist/{post-D4h3XD7G.d.ts → post-DIezKPg1.d.ts} +3 -90
- package/dist/types/index.cjs +2 -32
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.mjs +3 -9
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-B5HXAEH4.mjs.map +0 -1
- package/dist/chunk-UCRSD3WR.mjs.map +0 -1
- package/dist/chunk-V54HUJIO.mjs.map +0 -1
- package/dist/chunk-Z4W6CSYI.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-YoinRpTT.mjs';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-BO4rXK3C.mjs';
|
|
5
|
-
import {
|
|
5
|
+
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-CY04DycR.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -20,26 +20,6 @@ declare const useAdminUpdateResourceType: () => {
|
|
|
20
20
|
error: _apollo_client.ApolloError | undefined;
|
|
21
21
|
loading: boolean;
|
|
22
22
|
};
|
|
23
|
-
declare const useAdminUpdateTester: () => {
|
|
24
|
-
adminUpdateTester: (options?: _apollo_client.MutationFunctionOptions<{
|
|
25
|
-
adminUpdateTester: {
|
|
26
|
-
_id: string;
|
|
27
|
-
approved: boolean;
|
|
28
|
-
};
|
|
29
|
-
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
30
|
-
adminUpdateTester: {
|
|
31
|
-
_id: string;
|
|
32
|
-
approved: boolean;
|
|
33
|
-
};
|
|
34
|
-
}>>;
|
|
35
|
-
error: _apollo_client.ApolloError | undefined;
|
|
36
|
-
loading: boolean;
|
|
37
|
-
};
|
|
38
|
-
declare const useAdminResendTesterVerificationEmail: () => {
|
|
39
|
-
adminResendTesterVerificationEmail: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
40
|
-
error: _apollo_client.ApolloError | undefined;
|
|
41
|
-
loading: boolean;
|
|
42
|
-
};
|
|
43
23
|
declare const useAdminResendUserVerificationEmail: () => {
|
|
44
24
|
adminResendUserVerificationEmail: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
45
25
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -556,41 +536,6 @@ declare const useGetUnregisteredVendor: (_id: string) => {
|
|
|
556
536
|
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
557
537
|
};
|
|
558
538
|
|
|
559
|
-
declare const useCreateTester: () => {
|
|
560
|
-
createTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
561
|
-
data: any;
|
|
562
|
-
error: _apollo_client.ApolloError | undefined;
|
|
563
|
-
loading: boolean;
|
|
564
|
-
};
|
|
565
|
-
declare const useUpdateTester: () => {
|
|
566
|
-
data: any;
|
|
567
|
-
error: _apollo_client.ApolloError | undefined;
|
|
568
|
-
loading: boolean;
|
|
569
|
-
updateTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
570
|
-
};
|
|
571
|
-
declare const useDeleteTester: () => {
|
|
572
|
-
deleteTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
573
|
-
error: _apollo_client.ApolloError | undefined;
|
|
574
|
-
loading: boolean;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
declare const useGetTesters: () => {
|
|
578
|
-
error: _apollo_client.ApolloError | undefined;
|
|
579
|
-
loading: boolean;
|
|
580
|
-
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
581
|
-
testers: TesterType[];
|
|
582
|
-
}>>;
|
|
583
|
-
testers: TesterType[];
|
|
584
|
-
};
|
|
585
|
-
declare const useGetTester: (_id: string) => {
|
|
586
|
-
error: _apollo_client.ApolloError | undefined;
|
|
587
|
-
loading: boolean;
|
|
588
|
-
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
589
|
-
tester: TesterType;
|
|
590
|
-
}>>;
|
|
591
|
-
tester: TesterType | undefined;
|
|
592
|
-
};
|
|
593
|
-
|
|
594
539
|
declare const useCreateUser: () => {
|
|
595
540
|
createUser: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
596
541
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -980,4 +925,4 @@ declare const useGetAppSettings: () => {
|
|
|
980
925
|
}>>;
|
|
981
926
|
};
|
|
982
927
|
|
|
983
|
-
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource,
|
|
928
|
+
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, 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, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-UOLb6lJs.js';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-MrQGqCLu.js';
|
|
5
|
-
import {
|
|
5
|
+
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DIezKPg1.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -20,26 +20,6 @@ declare const useAdminUpdateResourceType: () => {
|
|
|
20
20
|
error: _apollo_client.ApolloError | undefined;
|
|
21
21
|
loading: boolean;
|
|
22
22
|
};
|
|
23
|
-
declare const useAdminUpdateTester: () => {
|
|
24
|
-
adminUpdateTester: (options?: _apollo_client.MutationFunctionOptions<{
|
|
25
|
-
adminUpdateTester: {
|
|
26
|
-
_id: string;
|
|
27
|
-
approved: boolean;
|
|
28
|
-
};
|
|
29
|
-
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
30
|
-
adminUpdateTester: {
|
|
31
|
-
_id: string;
|
|
32
|
-
approved: boolean;
|
|
33
|
-
};
|
|
34
|
-
}>>;
|
|
35
|
-
error: _apollo_client.ApolloError | undefined;
|
|
36
|
-
loading: boolean;
|
|
37
|
-
};
|
|
38
|
-
declare const useAdminResendTesterVerificationEmail: () => {
|
|
39
|
-
adminResendTesterVerificationEmail: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
40
|
-
error: _apollo_client.ApolloError | undefined;
|
|
41
|
-
loading: boolean;
|
|
42
|
-
};
|
|
43
23
|
declare const useAdminResendUserVerificationEmail: () => {
|
|
44
24
|
adminResendUserVerificationEmail: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
45
25
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -556,41 +536,6 @@ declare const useGetUnregisteredVendor: (_id: string) => {
|
|
|
556
536
|
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
557
537
|
};
|
|
558
538
|
|
|
559
|
-
declare const useCreateTester: () => {
|
|
560
|
-
createTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
561
|
-
data: any;
|
|
562
|
-
error: _apollo_client.ApolloError | undefined;
|
|
563
|
-
loading: boolean;
|
|
564
|
-
};
|
|
565
|
-
declare const useUpdateTester: () => {
|
|
566
|
-
data: any;
|
|
567
|
-
error: _apollo_client.ApolloError | undefined;
|
|
568
|
-
loading: boolean;
|
|
569
|
-
updateTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
570
|
-
};
|
|
571
|
-
declare const useDeleteTester: () => {
|
|
572
|
-
deleteTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
573
|
-
error: _apollo_client.ApolloError | undefined;
|
|
574
|
-
loading: boolean;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
declare const useGetTesters: () => {
|
|
578
|
-
error: _apollo_client.ApolloError | undefined;
|
|
579
|
-
loading: boolean;
|
|
580
|
-
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
581
|
-
testers: TesterType[];
|
|
582
|
-
}>>;
|
|
583
|
-
testers: TesterType[];
|
|
584
|
-
};
|
|
585
|
-
declare const useGetTester: (_id: string) => {
|
|
586
|
-
error: _apollo_client.ApolloError | undefined;
|
|
587
|
-
loading: boolean;
|
|
588
|
-
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
589
|
-
tester: TesterType;
|
|
590
|
-
}>>;
|
|
591
|
-
tester: TesterType | undefined;
|
|
592
|
-
};
|
|
593
|
-
|
|
594
539
|
declare const useCreateUser: () => {
|
|
595
540
|
createUser: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
596
541
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -980,4 +925,4 @@ declare const useGetAppSettings: () => {
|
|
|
980
925
|
}>>;
|
|
981
926
|
};
|
|
982
927
|
|
|
983
|
-
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource,
|
|
928
|
+
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, 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, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -4,10 +4,8 @@ import {
|
|
|
4
4
|
useAddUserGoingResource,
|
|
5
5
|
useAddUserInterestResource,
|
|
6
6
|
useAddUserPresentResource,
|
|
7
|
-
useAdminResendTesterVerificationEmail,
|
|
8
7
|
useAdminResendUserVerificationEmail,
|
|
9
8
|
useAdminUpdateResourceType,
|
|
10
|
-
useAdminUpdateTester,
|
|
11
9
|
useCancelSubscription,
|
|
12
10
|
useContactUs,
|
|
13
11
|
useCrawlGoogleMarkets,
|
|
@@ -23,7 +21,6 @@ import {
|
|
|
23
21
|
useCreatePushToken,
|
|
24
22
|
useCreateRelation,
|
|
25
23
|
useCreateResourceActivity,
|
|
26
|
-
useCreateTester,
|
|
27
24
|
useCreateUnregisteredVendor,
|
|
28
25
|
useCreateUser,
|
|
29
26
|
useCreateVendor,
|
|
@@ -36,7 +33,6 @@ import {
|
|
|
36
33
|
useDeletePartner,
|
|
37
34
|
useDeletePost,
|
|
38
35
|
useDeleteRelation,
|
|
39
|
-
useDeleteTester,
|
|
40
36
|
useDeleteUnregisteredVendor,
|
|
41
37
|
useDeleteUser,
|
|
42
38
|
useDeleteVendor,
|
|
@@ -69,8 +65,6 @@ import {
|
|
|
69
65
|
useGetResourceConnections,
|
|
70
66
|
useGetSubscriptionPlans,
|
|
71
67
|
useGetSubscriptionStatus,
|
|
72
|
-
useGetTester,
|
|
73
|
-
useGetTesters,
|
|
74
68
|
useGetUnregisteredVendor,
|
|
75
69
|
useGetUnregisteredVendors,
|
|
76
70
|
useGetUser,
|
|
@@ -117,13 +111,12 @@ import {
|
|
|
117
111
|
useUpdatePost,
|
|
118
112
|
useUpdateRelation,
|
|
119
113
|
useUpdateSubscriptionPlan,
|
|
120
|
-
useUpdateTester,
|
|
121
114
|
useUpdateUnregisteredVendor,
|
|
122
115
|
useUpdateUser,
|
|
123
116
|
useUpdateVendor,
|
|
124
117
|
useUpdateVendorInfo,
|
|
125
118
|
useValidateVerificationToken
|
|
126
|
-
} from "../chunk-
|
|
119
|
+
} from "../chunk-NZTJYWGA.mjs";
|
|
127
120
|
import "../chunk-Z6FJKHRH.mjs";
|
|
128
121
|
export {
|
|
129
122
|
useAddParticipantToChat,
|
|
@@ -131,10 +124,8 @@ export {
|
|
|
131
124
|
useAddUserGoingResource,
|
|
132
125
|
useAddUserInterestResource,
|
|
133
126
|
useAddUserPresentResource,
|
|
134
|
-
useAdminResendTesterVerificationEmail,
|
|
135
127
|
useAdminResendUserVerificationEmail,
|
|
136
128
|
useAdminUpdateResourceType,
|
|
137
|
-
useAdminUpdateTester,
|
|
138
129
|
useCancelSubscription,
|
|
139
130
|
useContactUs,
|
|
140
131
|
useCrawlGoogleMarkets,
|
|
@@ -150,7 +141,6 @@ export {
|
|
|
150
141
|
useCreatePushToken,
|
|
151
142
|
useCreateRelation,
|
|
152
143
|
useCreateResourceActivity,
|
|
153
|
-
useCreateTester,
|
|
154
144
|
useCreateUnregisteredVendor,
|
|
155
145
|
useCreateUser,
|
|
156
146
|
useCreateVendor,
|
|
@@ -163,7 +153,6 @@ export {
|
|
|
163
153
|
useDeletePartner,
|
|
164
154
|
useDeletePost,
|
|
165
155
|
useDeleteRelation,
|
|
166
|
-
useDeleteTester,
|
|
167
156
|
useDeleteUnregisteredVendor,
|
|
168
157
|
useDeleteUser,
|
|
169
158
|
useDeleteVendor,
|
|
@@ -196,8 +185,6 @@ export {
|
|
|
196
185
|
useGetResourceConnections,
|
|
197
186
|
useGetSubscriptionPlans,
|
|
198
187
|
useGetSubscriptionStatus,
|
|
199
|
-
useGetTester,
|
|
200
|
-
useGetTesters,
|
|
201
188
|
useGetUnregisteredVendor,
|
|
202
189
|
useGetUnregisteredVendors,
|
|
203
190
|
useGetUser,
|
|
@@ -244,7 +231,6 @@ export {
|
|
|
244
231
|
useUpdatePost,
|
|
245
232
|
useUpdateRelation,
|
|
246
233
|
useUpdateSubscriptionPlan,
|
|
247
|
-
useUpdateTester,
|
|
248
234
|
useUpdateUnregisteredVendor,
|
|
249
235
|
useUpdateUser,
|
|
250
236
|
useUpdateVendor,
|