@timardex/cluemart-shared 1.3.46 → 1.3.48
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-B8Belf-h.d.ts → auth-BD8pG4QE.d.ts} +1 -1
- package/dist/{auth-CvNBSPXa.d.mts → auth-Cp-vzzpW.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DM9eKgbE.d.ts → global-BKEcBQxZ.d.ts} +20 -1
- package/dist/{global-BN1zcCyz.d.mts → global-DjZooB3t.d.mts} +20 -1
- package/dist/graphql/index.cjs +186 -47
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +61 -25
- package/dist/graphql/index.d.ts +61 -25
- package/dist/graphql/index.mjs +179 -46
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +22 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -4
- package/dist/hooks/index.d.ts +5 -4
- package/dist/hooks/index.mjs +21 -0
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +208 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +79 -23
- package/dist/index.d.ts +79 -23
- package/dist/index.mjs +200 -46
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CdrU9ts5.d.mts → post-CLTR6oRS.d.mts} +1 -1
- package/dist/{post-Dwg8-Ybg.d.ts → post-D83V8snF.d.ts} +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-DjZooB3t.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-CLTR6oRS.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -421,6 +421,21 @@ declare const useUpdateVendorInfo: () => {
|
|
|
421
421
|
};
|
|
422
422
|
}>>;
|
|
423
423
|
};
|
|
424
|
+
declare const useCreateUnregisteredVendor: () => {
|
|
425
|
+
createUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
426
|
+
error: _apollo_client.ApolloError | undefined;
|
|
427
|
+
loading: boolean;
|
|
428
|
+
};
|
|
429
|
+
declare const useUpdateUnregisteredVendor: () => {
|
|
430
|
+
error: _apollo_client.ApolloError | undefined;
|
|
431
|
+
loading: boolean;
|
|
432
|
+
updateUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
433
|
+
};
|
|
434
|
+
declare const useDeleteUnregisteredVendor: () => {
|
|
435
|
+
deleteUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
436
|
+
error: _apollo_client.ApolloError | undefined;
|
|
437
|
+
loading: boolean;
|
|
438
|
+
};
|
|
424
439
|
|
|
425
440
|
declare const useGetVendors: () => {
|
|
426
441
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -462,6 +477,22 @@ declare const useGetVendorInfo: (vendorId: string) => {
|
|
|
462
477
|
}>>;
|
|
463
478
|
vendorInfo: VendorInfoType | undefined;
|
|
464
479
|
};
|
|
480
|
+
declare const useGetUnregisteredVendors: () => {
|
|
481
|
+
error: _apollo_client.ApolloError | undefined;
|
|
482
|
+
loading: boolean;
|
|
483
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
484
|
+
unregisteredVendors: UnregisteredVendorType[];
|
|
485
|
+
}>>;
|
|
486
|
+
unregisteredVendors: UnregisteredVendorType[];
|
|
487
|
+
};
|
|
488
|
+
declare const useGetUnregisteredVendor: (_id: string) => {
|
|
489
|
+
error: _apollo_client.ApolloError | undefined;
|
|
490
|
+
loading: boolean;
|
|
491
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
492
|
+
unregisteredVendor: UnregisteredVendorType;
|
|
493
|
+
}>>;
|
|
494
|
+
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
495
|
+
};
|
|
465
496
|
|
|
466
497
|
declare const useCreateTester: () => {
|
|
467
498
|
createTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
@@ -531,25 +562,6 @@ declare const useRemoveUserFavouriteResource: () => {
|
|
|
531
562
|
loading: boolean;
|
|
532
563
|
removeUserFavouriteResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
533
564
|
};
|
|
534
|
-
declare const useSelectPackage: () => {
|
|
535
|
-
error: _apollo_client.ApolloError | undefined;
|
|
536
|
-
loading: boolean;
|
|
537
|
-
selectPackage: (options?: _apollo_client.MutationFunctionOptions<{
|
|
538
|
-
selectPackage: {
|
|
539
|
-
checkoutUrl?: string;
|
|
540
|
-
userId: string;
|
|
541
|
-
message: string;
|
|
542
|
-
licences: UserLicenceType[];
|
|
543
|
-
};
|
|
544
|
-
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
545
|
-
selectPackage: {
|
|
546
|
-
checkoutUrl?: string;
|
|
547
|
-
userId: string;
|
|
548
|
-
message: string;
|
|
549
|
-
licences: UserLicenceType[];
|
|
550
|
-
};
|
|
551
|
-
}>>;
|
|
552
|
-
};
|
|
553
565
|
declare const useAddUserInterestResource: () => {
|
|
554
566
|
addUserInterestResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
555
567
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -702,13 +714,13 @@ declare const useCreateResourceActivity: () => {
|
|
|
702
714
|
loading: boolean;
|
|
703
715
|
};
|
|
704
716
|
|
|
705
|
-
declare const
|
|
717
|
+
declare const useGetResourceActivity: (resourceId: string, resourceType: EnumResourceType) => {
|
|
706
718
|
error: _apollo_client.ApolloError | undefined;
|
|
707
719
|
loading: boolean;
|
|
708
720
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
709
|
-
|
|
721
|
+
resourceActivity: ResourceActivityType;
|
|
710
722
|
}>>;
|
|
711
|
-
|
|
723
|
+
resourceActivity: ResourceActivityType | null;
|
|
712
724
|
};
|
|
713
725
|
|
|
714
726
|
declare const useCreateCheckoutSession: () => {
|
|
@@ -726,6 +738,30 @@ declare const useUpdateSubscriptionPlan: () => {
|
|
|
726
738
|
loading: boolean;
|
|
727
739
|
updateSubscriptionPlan: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
728
740
|
};
|
|
741
|
+
declare const useCreateCustomerPortal: () => {
|
|
742
|
+
createCustomerPortal: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
743
|
+
error: _apollo_client.ApolloError | undefined;
|
|
744
|
+
loading: boolean;
|
|
745
|
+
};
|
|
746
|
+
declare const useSelectPackage: () => {
|
|
747
|
+
error: _apollo_client.ApolloError | undefined;
|
|
748
|
+
loading: boolean;
|
|
749
|
+
selectPackage: (options?: _apollo_client.MutationFunctionOptions<{
|
|
750
|
+
selectPackage: {
|
|
751
|
+
checkoutUrl?: string;
|
|
752
|
+
userId: string;
|
|
753
|
+
message: string;
|
|
754
|
+
licences: UserLicenceType[];
|
|
755
|
+
};
|
|
756
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
757
|
+
selectPackage: {
|
|
758
|
+
checkoutUrl?: string;
|
|
759
|
+
userId: string;
|
|
760
|
+
message: string;
|
|
761
|
+
licences: UserLicenceType[];
|
|
762
|
+
};
|
|
763
|
+
}>>;
|
|
764
|
+
};
|
|
729
765
|
|
|
730
766
|
declare const useGetSubscriptionStatus: () => {
|
|
731
767
|
data: SubscriptionStatusData | undefined;
|
|
@@ -826,4 +862,4 @@ declare const useGetPostsByType: (postType: EnumPostType) => {
|
|
|
826
862
|
}>>;
|
|
827
863
|
};
|
|
828
864
|
|
|
829
|
-
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendTesterVerificationEmail, useAdminUpdateResourceType, useAdminUpdateTester, useAppVersionCheck, useCancelSubscription, useContactUs, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateTester, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteTester, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetChat, useGetChatSubscription, useGetEvent, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor,
|
|
865
|
+
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendTesterVerificationEmail, useAdminUpdateResourceType, useAdminUpdateTester, useAppVersionCheck, useCancelSubscription, useContactUs, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateTester, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteTester, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetChat, useGetChatSubscription, useGetEvent, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionStatus, useGetTester, useGetTesters, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSendChatMessage, useUpdateAd, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateTester, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-BKEcBQxZ.js';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-D83V8snF.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -421,6 +421,21 @@ declare const useUpdateVendorInfo: () => {
|
|
|
421
421
|
};
|
|
422
422
|
}>>;
|
|
423
423
|
};
|
|
424
|
+
declare const useCreateUnregisteredVendor: () => {
|
|
425
|
+
createUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
426
|
+
error: _apollo_client.ApolloError | undefined;
|
|
427
|
+
loading: boolean;
|
|
428
|
+
};
|
|
429
|
+
declare const useUpdateUnregisteredVendor: () => {
|
|
430
|
+
error: _apollo_client.ApolloError | undefined;
|
|
431
|
+
loading: boolean;
|
|
432
|
+
updateUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
433
|
+
};
|
|
434
|
+
declare const useDeleteUnregisteredVendor: () => {
|
|
435
|
+
deleteUnregisteredVendor: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
436
|
+
error: _apollo_client.ApolloError | undefined;
|
|
437
|
+
loading: boolean;
|
|
438
|
+
};
|
|
424
439
|
|
|
425
440
|
declare const useGetVendors: () => {
|
|
426
441
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -462,6 +477,22 @@ declare const useGetVendorInfo: (vendorId: string) => {
|
|
|
462
477
|
}>>;
|
|
463
478
|
vendorInfo: VendorInfoType | undefined;
|
|
464
479
|
};
|
|
480
|
+
declare const useGetUnregisteredVendors: () => {
|
|
481
|
+
error: _apollo_client.ApolloError | undefined;
|
|
482
|
+
loading: boolean;
|
|
483
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
484
|
+
unregisteredVendors: UnregisteredVendorType[];
|
|
485
|
+
}>>;
|
|
486
|
+
unregisteredVendors: UnregisteredVendorType[];
|
|
487
|
+
};
|
|
488
|
+
declare const useGetUnregisteredVendor: (_id: string) => {
|
|
489
|
+
error: _apollo_client.ApolloError | undefined;
|
|
490
|
+
loading: boolean;
|
|
491
|
+
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
492
|
+
unregisteredVendor: UnregisteredVendorType;
|
|
493
|
+
}>>;
|
|
494
|
+
unregisteredVendor: UnregisteredVendorType | undefined;
|
|
495
|
+
};
|
|
465
496
|
|
|
466
497
|
declare const useCreateTester: () => {
|
|
467
498
|
createTester: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
@@ -531,25 +562,6 @@ declare const useRemoveUserFavouriteResource: () => {
|
|
|
531
562
|
loading: boolean;
|
|
532
563
|
removeUserFavouriteResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
533
564
|
};
|
|
534
|
-
declare const useSelectPackage: () => {
|
|
535
|
-
error: _apollo_client.ApolloError | undefined;
|
|
536
|
-
loading: boolean;
|
|
537
|
-
selectPackage: (options?: _apollo_client.MutationFunctionOptions<{
|
|
538
|
-
selectPackage: {
|
|
539
|
-
checkoutUrl?: string;
|
|
540
|
-
userId: string;
|
|
541
|
-
message: string;
|
|
542
|
-
licences: UserLicenceType[];
|
|
543
|
-
};
|
|
544
|
-
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
545
|
-
selectPackage: {
|
|
546
|
-
checkoutUrl?: string;
|
|
547
|
-
userId: string;
|
|
548
|
-
message: string;
|
|
549
|
-
licences: UserLicenceType[];
|
|
550
|
-
};
|
|
551
|
-
}>>;
|
|
552
|
-
};
|
|
553
565
|
declare const useAddUserInterestResource: () => {
|
|
554
566
|
addUserInterestResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
555
567
|
error: _apollo_client.ApolloError | undefined;
|
|
@@ -702,13 +714,13 @@ declare const useCreateResourceActivity: () => {
|
|
|
702
714
|
loading: boolean;
|
|
703
715
|
};
|
|
704
716
|
|
|
705
|
-
declare const
|
|
717
|
+
declare const useGetResourceActivity: (resourceId: string, resourceType: EnumResourceType) => {
|
|
706
718
|
error: _apollo_client.ApolloError | undefined;
|
|
707
719
|
loading: boolean;
|
|
708
720
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
709
|
-
|
|
721
|
+
resourceActivity: ResourceActivityType;
|
|
710
722
|
}>>;
|
|
711
|
-
|
|
723
|
+
resourceActivity: ResourceActivityType | null;
|
|
712
724
|
};
|
|
713
725
|
|
|
714
726
|
declare const useCreateCheckoutSession: () => {
|
|
@@ -726,6 +738,30 @@ declare const useUpdateSubscriptionPlan: () => {
|
|
|
726
738
|
loading: boolean;
|
|
727
739
|
updateSubscriptionPlan: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
728
740
|
};
|
|
741
|
+
declare const useCreateCustomerPortal: () => {
|
|
742
|
+
createCustomerPortal: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
|
|
743
|
+
error: _apollo_client.ApolloError | undefined;
|
|
744
|
+
loading: boolean;
|
|
745
|
+
};
|
|
746
|
+
declare const useSelectPackage: () => {
|
|
747
|
+
error: _apollo_client.ApolloError | undefined;
|
|
748
|
+
loading: boolean;
|
|
749
|
+
selectPackage: (options?: _apollo_client.MutationFunctionOptions<{
|
|
750
|
+
selectPackage: {
|
|
751
|
+
checkoutUrl?: string;
|
|
752
|
+
userId: string;
|
|
753
|
+
message: string;
|
|
754
|
+
licences: UserLicenceType[];
|
|
755
|
+
};
|
|
756
|
+
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
757
|
+
selectPackage: {
|
|
758
|
+
checkoutUrl?: string;
|
|
759
|
+
userId: string;
|
|
760
|
+
message: string;
|
|
761
|
+
licences: UserLicenceType[];
|
|
762
|
+
};
|
|
763
|
+
}>>;
|
|
764
|
+
};
|
|
729
765
|
|
|
730
766
|
declare const useGetSubscriptionStatus: () => {
|
|
731
767
|
data: SubscriptionStatusData | undefined;
|
|
@@ -826,4 +862,4 @@ declare const useGetPostsByType: (postType: EnumPostType) => {
|
|
|
826
862
|
}>>;
|
|
827
863
|
};
|
|
828
864
|
|
|
829
|
-
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendTesterVerificationEmail, useAdminUpdateResourceType, useAdminUpdateTester, useAppVersionCheck, useCancelSubscription, useContactUs, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateTester, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteTester, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetChat, useGetChatSubscription, useGetEvent, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor,
|
|
865
|
+
export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendTesterVerificationEmail, useAdminUpdateResourceType, useAdminUpdateTester, useAppVersionCheck, useCancelSubscription, useContactUs, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateTester, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteTester, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetChat, useGetChatSubscription, useGetEvent, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionStatus, useGetTester, useGetTesters, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSendChatMessage, useUpdateAd, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateTester, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -647,6 +647,38 @@ var VENDOR_INFO = gql5`
|
|
|
647
647
|
${VENDOR_ATTRIBUTES_FRAGMENT}
|
|
648
648
|
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
649
649
|
`;
|
|
650
|
+
var UNREGISTERED_VENDOR_INVITATION_FRAGMENT = gql5`
|
|
651
|
+
fragment UnregisteredVendorInvitationFields on UnregisteredVendorInvitationType {
|
|
652
|
+
dateTime {
|
|
653
|
+
..EventDateTimeFields
|
|
654
|
+
}
|
|
655
|
+
eventId
|
|
656
|
+
location {
|
|
657
|
+
...LocationFields
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
661
|
+
${LOCATION_FIELDS_FRAGMENT}
|
|
662
|
+
`;
|
|
663
|
+
var UNREGISTERED_VENDOR = gql5`
|
|
664
|
+
fragment UnregisteredVendorFields on UnregisteredVendorType {
|
|
665
|
+
_id
|
|
666
|
+
categories {
|
|
667
|
+
...CategoryFields
|
|
668
|
+
}
|
|
669
|
+
createdAt
|
|
670
|
+
deletedAt
|
|
671
|
+
email
|
|
672
|
+
invitations {
|
|
673
|
+
...UnregisteredVendorInvitationFields
|
|
674
|
+
}
|
|
675
|
+
name
|
|
676
|
+
region
|
|
677
|
+
updatedAt
|
|
678
|
+
}
|
|
679
|
+
${CATEGORY_FIELDS_FRAGMENT}
|
|
680
|
+
${UNREGISTERED_VENDOR_INVITATION_FRAGMENT}
|
|
681
|
+
`;
|
|
650
682
|
var GET_VENDORS = gql5`
|
|
651
683
|
query getVendors {
|
|
652
684
|
vendors {
|
|
@@ -687,6 +719,22 @@ var GET_VENDOR_INFO = gql5`
|
|
|
687
719
|
}
|
|
688
720
|
${VENDOR_INFO}
|
|
689
721
|
`;
|
|
722
|
+
var GET_UNREGISTERED_VENDORS = gql5`
|
|
723
|
+
query getUnregisteredVendors {
|
|
724
|
+
unregisteredVendors {
|
|
725
|
+
...UnregisteredVendorFields
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
${UNREGISTERED_VENDOR}
|
|
729
|
+
`;
|
|
730
|
+
var GET_UNREGISTERED_VENDOR = gql5`
|
|
731
|
+
query getUnregisteredVendor($_id: ID!) {
|
|
732
|
+
unregisteredVendor(_id: $_id) {
|
|
733
|
+
...UnregisteredVendorFields
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
${UNREGISTERED_VENDOR}
|
|
737
|
+
`;
|
|
690
738
|
|
|
691
739
|
// src/graphql/hooks/admin/hooksMutation.ts
|
|
692
740
|
var useAdminUpdateResourceType = () => {
|
|
@@ -2015,6 +2063,30 @@ var UPDATE_VENDOR_INFO_MUTATION = gql21`
|
|
|
2015
2063
|
}
|
|
2016
2064
|
${VENDOR_INFO}
|
|
2017
2065
|
`;
|
|
2066
|
+
var CREATE_UNREGISTERED_VENDOR_MUTATION = gql21`
|
|
2067
|
+
mutation createUnregisteredVendor($input: UnregisteredVendorInputType!) {
|
|
2068
|
+
createUnregisteredVendor(input: $input) {
|
|
2069
|
+
...UnregisteredVendorFields
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
${UNREGISTERED_VENDOR}
|
|
2073
|
+
`;
|
|
2074
|
+
var UPDATE_UNREGISTERED_VENDOR_MUTATION = gql21`
|
|
2075
|
+
mutation updateUnregisteredVendor(
|
|
2076
|
+
$_id: ID!
|
|
2077
|
+
$input: UnregisteredVendorInputType!
|
|
2078
|
+
) {
|
|
2079
|
+
updateUnregisteredVendor(_id: $_id, input: $input) {
|
|
2080
|
+
...UnregisteredVendorFields
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
${UNREGISTERED_VENDOR}
|
|
2084
|
+
`;
|
|
2085
|
+
var DELETE_UNREGISTERED_VENDOR_MUTATION = gql21`
|
|
2086
|
+
mutation deleteUnregisteredVendor($_id: ID!) {
|
|
2087
|
+
deleteUnregisteredVendor(_id: $_id)
|
|
2088
|
+
}
|
|
2089
|
+
`;
|
|
2018
2090
|
|
|
2019
2091
|
// src/graphql/hooks/vendor/hooksMutation.ts
|
|
2020
2092
|
var useCreateVendor = () => {
|
|
@@ -2088,6 +2160,24 @@ var useUpdateVendorInfo = () => {
|
|
|
2088
2160
|
});
|
|
2089
2161
|
return { error, loading, updateVendorInfo };
|
|
2090
2162
|
};
|
|
2163
|
+
var useCreateUnregisteredVendor = () => {
|
|
2164
|
+
const [createUnregisteredVendor, { loading, error }] = useMutation10(
|
|
2165
|
+
CREATE_UNREGISTERED_VENDOR_MUTATION
|
|
2166
|
+
);
|
|
2167
|
+
return { createUnregisteredVendor, error, loading };
|
|
2168
|
+
};
|
|
2169
|
+
var useUpdateUnregisteredVendor = () => {
|
|
2170
|
+
const [updateUnregisteredVendor, { loading, error }] = useMutation10(
|
|
2171
|
+
UPDATE_UNREGISTERED_VENDOR_MUTATION
|
|
2172
|
+
);
|
|
2173
|
+
return { error, loading, updateUnregisteredVendor };
|
|
2174
|
+
};
|
|
2175
|
+
var useDeleteUnregisteredVendor = () => {
|
|
2176
|
+
const [deleteUnregisteredVendor, { loading, error }] = useMutation10(
|
|
2177
|
+
DELETE_UNREGISTERED_VENDOR_MUTATION
|
|
2178
|
+
);
|
|
2179
|
+
return { deleteUnregisteredVendor, error, loading };
|
|
2180
|
+
};
|
|
2091
2181
|
|
|
2092
2182
|
// src/graphql/hooks/vendor/hooksQuery.ts
|
|
2093
2183
|
import { useQuery as useQuery5 } from "@apollo/client";
|
|
@@ -2150,6 +2240,27 @@ var useGetVendorInfo = (vendorId) => {
|
|
|
2150
2240
|
vendorInfo
|
|
2151
2241
|
};
|
|
2152
2242
|
};
|
|
2243
|
+
var useGetUnregisteredVendors = () => {
|
|
2244
|
+
const { loading, error, data, refetch } = useQuery5(GET_UNREGISTERED_VENDORS, {
|
|
2245
|
+
fetchPolicy: "network-only"
|
|
2246
|
+
});
|
|
2247
|
+
const unregisteredVendors = data?.unregisteredVendors || [];
|
|
2248
|
+
return {
|
|
2249
|
+
error,
|
|
2250
|
+
loading,
|
|
2251
|
+
refetch,
|
|
2252
|
+
unregisteredVendors
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2255
|
+
var useGetUnregisteredVendor = (_id) => {
|
|
2256
|
+
const { loading, error, data, refetch } = useQuery5(GET_UNREGISTERED_VENDOR, {
|
|
2257
|
+
fetchPolicy: "network-only",
|
|
2258
|
+
skip: !_id,
|
|
2259
|
+
variables: { _id }
|
|
2260
|
+
});
|
|
2261
|
+
const unregisteredVendor = data?.unregisteredVendor;
|
|
2262
|
+
return { error, loading, refetch, unregisteredVendor };
|
|
2263
|
+
};
|
|
2153
2264
|
|
|
2154
2265
|
// src/graphql/hooks/tester/hooksMutation.ts
|
|
2155
2266
|
import { useMutation as useMutation11 } from "@apollo/client";
|
|
@@ -2292,29 +2403,6 @@ var REMOVE_USER_FAVOURITE_RESOURCE_MUTATION = gql23`
|
|
|
2292
2403
|
}
|
|
2293
2404
|
${USER_FIELDS_FRAGMENT}
|
|
2294
2405
|
`;
|
|
2295
|
-
var SELECT_PACKAGE_MUTATION = gql23`
|
|
2296
|
-
mutation selectPackage(
|
|
2297
|
-
$billingPeriod: BillingPeriodEnumType
|
|
2298
|
-
$removedLicence: LicencesEnumType
|
|
2299
|
-
$selectedLicence: LicencesEnumType!
|
|
2300
|
-
$useStripe: Boolean
|
|
2301
|
-
) {
|
|
2302
|
-
selectPackage(
|
|
2303
|
-
billingPeriod: $billingPeriod
|
|
2304
|
-
removedLicence: $removedLicence
|
|
2305
|
-
selectedLicence: $selectedLicence
|
|
2306
|
-
useStripe: $useStripe
|
|
2307
|
-
) {
|
|
2308
|
-
checkoutUrl
|
|
2309
|
-
licences {
|
|
2310
|
-
...LicenceFields
|
|
2311
|
-
}
|
|
2312
|
-
userId
|
|
2313
|
-
message
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
${LICENCE_FIELDS_FRAGMENT}
|
|
2317
|
-
`;
|
|
2318
2406
|
var ADD_USER_INTEREST_RESOURCE_MUTATION = gql23`
|
|
2319
2407
|
mutation addUserInterestResource($input: UserActivityInputType!) {
|
|
2320
2408
|
addUserInterestResource(input: $input) {
|
|
@@ -2413,21 +2501,6 @@ var useRemoveUserFavouriteResource = () => {
|
|
|
2413
2501
|
);
|
|
2414
2502
|
return { error, loading, removeUserFavouriteResource };
|
|
2415
2503
|
};
|
|
2416
|
-
var useSelectPackage = () => {
|
|
2417
|
-
const [selectPackage, { loading, error }] = useMutation12(SELECT_PACKAGE_MUTATION, {
|
|
2418
|
-
awaitRefetchQueries: true,
|
|
2419
|
-
refetchQueries: (mutationResult) => {
|
|
2420
|
-
const userId = mutationResult?.data?.selectPackage?.userId;
|
|
2421
|
-
if (!userId) return [];
|
|
2422
|
-
return [
|
|
2423
|
-
{ query: GET_USER, variables: { _id: userId } },
|
|
2424
|
-
{ query: GET_USER_EVENTS },
|
|
2425
|
-
{ query: GET_USER_VENDORS }
|
|
2426
|
-
];
|
|
2427
|
-
}
|
|
2428
|
-
});
|
|
2429
|
-
return { error, loading, selectPackage };
|
|
2430
|
-
};
|
|
2431
2504
|
var useAddUserInterestResource = () => {
|
|
2432
2505
|
const [addUserInterestResource, { loading, error }] = useMutation12(
|
|
2433
2506
|
ADD_USER_INTEREST_RESOURCE_MUTATION,
|
|
@@ -2758,12 +2831,12 @@ var RESOURCE_ACTIVITIES_FIELDS_FRAGMENT = gql27`
|
|
|
2758
2831
|
}
|
|
2759
2832
|
}
|
|
2760
2833
|
`;
|
|
2761
|
-
var
|
|
2762
|
-
query
|
|
2834
|
+
var GET_RESOURCE_ACTIVITY = gql27`
|
|
2835
|
+
query getResourceActivity(
|
|
2763
2836
|
$resourceType: ResourceTypeEnum!
|
|
2764
2837
|
$resourceId: ID!
|
|
2765
2838
|
) {
|
|
2766
|
-
|
|
2839
|
+
resourceActivity(resourceType: $resourceType, resourceId: $resourceId) {
|
|
2767
2840
|
...ResourceActivitiesFields
|
|
2768
2841
|
}
|
|
2769
2842
|
}
|
|
@@ -2771,8 +2844,8 @@ var GET_RESOURCE_ACTIVITIES = gql27`
|
|
|
2771
2844
|
`;
|
|
2772
2845
|
|
|
2773
2846
|
// src/graphql/hooks/resourceActivities/hooksQuery.ts
|
|
2774
|
-
var
|
|
2775
|
-
const { data, loading, error, refetch } = useQuery9(
|
|
2847
|
+
var useGetResourceActivity = (resourceId, resourceType) => {
|
|
2848
|
+
const { data, loading, error, refetch } = useQuery9(GET_RESOURCE_ACTIVITY, {
|
|
2776
2849
|
fetchPolicy: "network-only",
|
|
2777
2850
|
variables: { resourceId, resourceType }
|
|
2778
2851
|
});
|
|
@@ -2780,7 +2853,7 @@ var useGetResourceActivities = (resourceId, resourceType) => {
|
|
|
2780
2853
|
error,
|
|
2781
2854
|
loading,
|
|
2782
2855
|
refetch,
|
|
2783
|
-
|
|
2856
|
+
resourceActivity: data?.resourceActivity || null
|
|
2784
2857
|
};
|
|
2785
2858
|
};
|
|
2786
2859
|
|
|
@@ -2810,7 +2883,10 @@ var UPDATE_SUBSCRIPTION_PLAN_MUTATION = gql28`
|
|
|
2810
2883
|
$newPlanId: LicencesEnumType!
|
|
2811
2884
|
$billingPeriod: BillingPeriodEnumType
|
|
2812
2885
|
) {
|
|
2813
|
-
updateSubscriptionPlan(
|
|
2886
|
+
updateSubscriptionPlan(
|
|
2887
|
+
newPlanId: $newPlanId
|
|
2888
|
+
billingPeriod: $billingPeriod
|
|
2889
|
+
) {
|
|
2814
2890
|
subscriptionId
|
|
2815
2891
|
status
|
|
2816
2892
|
priceId
|
|
@@ -2818,6 +2894,36 @@ var UPDATE_SUBSCRIPTION_PLAN_MUTATION = gql28`
|
|
|
2818
2894
|
}
|
|
2819
2895
|
}
|
|
2820
2896
|
`;
|
|
2897
|
+
var CREATE_CUSTOMER_PORTAL = gql28`
|
|
2898
|
+
mutation createCustomerPortal($returnUrl: String) {
|
|
2899
|
+
createCustomerPortal(returnUrl: $returnUrl) {
|
|
2900
|
+
portalUrl
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
`;
|
|
2904
|
+
var SELECT_PACKAGE_MUTATION = gql28`
|
|
2905
|
+
mutation selectPackage(
|
|
2906
|
+
$billingPeriod: BillingPeriodEnumType
|
|
2907
|
+
$removedLicence: LicencesEnumType
|
|
2908
|
+
$selectedLicence: LicencesEnumType!
|
|
2909
|
+
$useStripe: Boolean
|
|
2910
|
+
) {
|
|
2911
|
+
selectPackage(
|
|
2912
|
+
billingPeriod: $billingPeriod
|
|
2913
|
+
removedLicence: $removedLicence
|
|
2914
|
+
selectedLicence: $selectedLicence
|
|
2915
|
+
useStripe: $useStripe
|
|
2916
|
+
) {
|
|
2917
|
+
checkoutUrl
|
|
2918
|
+
licences {
|
|
2919
|
+
...LicenceFields
|
|
2920
|
+
}
|
|
2921
|
+
userId
|
|
2922
|
+
message
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
${LICENCE_FIELDS_FRAGMENT}
|
|
2926
|
+
`;
|
|
2821
2927
|
|
|
2822
2928
|
// src/graphql/hooks/stripe/hooksMutation.ts
|
|
2823
2929
|
var useCreateCheckoutSession = () => {
|
|
@@ -2838,6 +2944,27 @@ var useUpdateSubscriptionPlan = () => {
|
|
|
2838
2944
|
);
|
|
2839
2945
|
return { error, loading, updateSubscriptionPlan };
|
|
2840
2946
|
};
|
|
2947
|
+
var useCreateCustomerPortal = () => {
|
|
2948
|
+
const [createCustomerPortal, { loading, error }] = useMutation15(
|
|
2949
|
+
CREATE_CUSTOMER_PORTAL
|
|
2950
|
+
);
|
|
2951
|
+
return { createCustomerPortal, error, loading };
|
|
2952
|
+
};
|
|
2953
|
+
var useSelectPackage = () => {
|
|
2954
|
+
const [selectPackage, { loading, error }] = useMutation15(SELECT_PACKAGE_MUTATION, {
|
|
2955
|
+
awaitRefetchQueries: true,
|
|
2956
|
+
refetchQueries: (mutationResult) => {
|
|
2957
|
+
const userId = mutationResult?.data?.selectPackage?.userId;
|
|
2958
|
+
if (!userId) return [];
|
|
2959
|
+
return [
|
|
2960
|
+
{ query: GET_USER, variables: { _id: userId } },
|
|
2961
|
+
{ query: GET_USER_EVENTS },
|
|
2962
|
+
{ query: GET_USER_VENDORS }
|
|
2963
|
+
];
|
|
2964
|
+
}
|
|
2965
|
+
});
|
|
2966
|
+
return { error, loading, selectPackage };
|
|
2967
|
+
};
|
|
2841
2968
|
|
|
2842
2969
|
// src/graphql/hooks/stripe/hooksQuery.ts
|
|
2843
2970
|
import { useQuery as useQuery10 } from "@apollo/client";
|
|
@@ -3136,6 +3263,7 @@ export {
|
|
|
3136
3263
|
useCreateAd,
|
|
3137
3264
|
useCreateBulkNotifications,
|
|
3138
3265
|
useCreateCheckoutSession,
|
|
3266
|
+
useCreateCustomerPortal,
|
|
3139
3267
|
useCreateEvent,
|
|
3140
3268
|
useCreateEventInfo,
|
|
3141
3269
|
useCreatePartner,
|
|
@@ -3145,6 +3273,7 @@ export {
|
|
|
3145
3273
|
useCreateRelation,
|
|
3146
3274
|
useCreateResourceActivity,
|
|
3147
3275
|
useCreateTester,
|
|
3276
|
+
useCreateUnregisteredVendor,
|
|
3148
3277
|
useCreateUser,
|
|
3149
3278
|
useCreateVendor,
|
|
3150
3279
|
useCreateVendorInfo,
|
|
@@ -3157,6 +3286,7 @@ export {
|
|
|
3157
3286
|
useDeletePost,
|
|
3158
3287
|
useDeleteRelation,
|
|
3159
3288
|
useDeleteTester,
|
|
3289
|
+
useDeleteUnregisteredVendor,
|
|
3160
3290
|
useDeleteUser,
|
|
3161
3291
|
useDeleteVendor,
|
|
3162
3292
|
useGetAd,
|
|
@@ -3180,11 +3310,13 @@ export {
|
|
|
3180
3310
|
useGetPostsByType,
|
|
3181
3311
|
useGetRelation,
|
|
3182
3312
|
useGetRelationByEventAndVendor,
|
|
3183
|
-
|
|
3313
|
+
useGetResourceActivity,
|
|
3184
3314
|
useGetResourceConnections,
|
|
3185
3315
|
useGetSubscriptionStatus,
|
|
3186
3316
|
useGetTester,
|
|
3187
3317
|
useGetTesters,
|
|
3318
|
+
useGetUnregisteredVendor,
|
|
3319
|
+
useGetUnregisteredVendors,
|
|
3188
3320
|
useGetUser,
|
|
3189
3321
|
useGetUserActivities,
|
|
3190
3322
|
useGetUserChats,
|
|
@@ -3224,6 +3356,7 @@ export {
|
|
|
3224
3356
|
useUpdateRelation,
|
|
3225
3357
|
useUpdateSubscriptionPlan,
|
|
3226
3358
|
useUpdateTester,
|
|
3359
|
+
useUpdateUnregisteredVendor,
|
|
3227
3360
|
useUpdateUser,
|
|
3228
3361
|
useUpdateVendor,
|
|
3229
3362
|
useUpdateVendorInfo,
|