@timardex/cluemart-shared 1.2.71 → 1.2.73

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/index.mjs CHANGED
@@ -2129,7 +2129,7 @@ var partnerBasicInfoFields = [
2129
2129
  ];
2130
2130
 
2131
2131
  // src/graphql/hooks/admin/hooksMutation.ts
2132
- import { useMutation } from "@apollo/client/react";
2132
+ import { useMutation } from "@apollo/client";
2133
2133
 
2134
2134
  // src/graphql/mutations/admin.ts
2135
2135
  import { gql } from "@apollo/client";
@@ -2729,7 +2729,7 @@ var useAdminUpdateResourceType = () => {
2729
2729
  };
2730
2730
 
2731
2731
  // src/graphql/hooks/auth.ts
2732
- import { useMutation as useMutation2 } from "@apollo/client/react";
2732
+ import { useMutation as useMutation2 } from "@apollo/client";
2733
2733
 
2734
2734
  // src/graphql/mutations/auth.ts
2735
2735
  import { gql as gql5 } from "@apollo/client";
@@ -2837,7 +2837,7 @@ var useResetPassword = () => {
2837
2837
  };
2838
2838
 
2839
2839
  // src/graphql/hooks/chat/hooksMutation.ts
2840
- import { useMutation as useMutation3 } from "@apollo/client/react";
2840
+ import { useMutation as useMutation3 } from "@apollo/client";
2841
2841
 
2842
2842
  // src/graphql/mutations/chat.ts
2843
2843
  import { gql as gql7 } from "@apollo/client";
@@ -2984,7 +2984,7 @@ var useRemoveParticipantFromChat = () => {
2984
2984
  };
2985
2985
 
2986
2986
  // src/graphql/hooks/chat/hooksQuery.ts
2987
- import { useQuery, useSubscription } from "@apollo/client/react";
2987
+ import { useQuery, useSubscription } from "@apollo/client";
2988
2988
 
2989
2989
  // src/graphql/subscriptions/chat.ts
2990
2990
  import { gql as gql8 } from "@apollo/client";
@@ -3026,7 +3026,7 @@ var useGetChatSubscription = () => {
3026
3026
  };
3027
3027
 
3028
3028
  // src/graphql/hooks/contactUs.ts
3029
- import { useMutation as useMutation4 } from "@apollo/client/react";
3029
+ import { useMutation as useMutation4 } from "@apollo/client";
3030
3030
 
3031
3031
  // src/graphql/mutations/contactUs.ts
3032
3032
  import { gql as gql9 } from "@apollo/client";
@@ -3045,7 +3045,7 @@ var useContactUs = () => {
3045
3045
  };
3046
3046
 
3047
3047
  // src/graphql/hooks/event/hooksMutation.ts
3048
- import { useMutation as useMutation5 } from "@apollo/client/react";
3048
+ import { useMutation as useMutation5 } from "@apollo/client";
3049
3049
 
3050
3050
  // src/graphql/mutations/event.ts
3051
3051
  import { gql as gql10 } from "@apollo/client";
@@ -3322,7 +3322,7 @@ var useUpdateEventInfo = () => {
3322
3322
  };
3323
3323
 
3324
3324
  // src/graphql/hooks/event/hooksQuery.ts
3325
- import { useQuery as useQuery2 } from "@apollo/client/react";
3325
+ import { useQuery as useQuery2 } from "@apollo/client";
3326
3326
  var useGetEvents = () => {
3327
3327
  const { loading, error, data, refetch } = useQuery2(
3328
3328
  GET_EVENTS,
@@ -3388,7 +3388,7 @@ var useGetEventInfo = (eventId) => {
3388
3388
  };
3389
3389
 
3390
3390
  // src/graphql/hooks/notifications/hooksMutation.ts
3391
- import { useMutation as useMutation6 } from "@apollo/client/react";
3391
+ import { useMutation as useMutation6 } from "@apollo/client";
3392
3392
 
3393
3393
  // src/graphql/mutations/notification.ts
3394
3394
  import { gql as gql14 } from "@apollo/client";
@@ -3535,7 +3535,7 @@ var useDeleteAllNotifications = () => {
3535
3535
  };
3536
3536
 
3537
3537
  // src/graphql/hooks/notifications/hooksQuery.ts
3538
- import { useQuery as useQuery3 } from "@apollo/client/react";
3538
+ import { useQuery as useQuery3 } from "@apollo/client";
3539
3539
  var useGetUserNotifications = (limit, offset) => {
3540
3540
  const { data, loading, error, refetch } = useQuery3(GET_USER_NOTIFICATIONS, {
3541
3541
  fetchPolicy: "no-cache",
@@ -3561,7 +3561,7 @@ var useGetNotificationCount = () => {
3561
3561
  };
3562
3562
 
3563
3563
  // src/graphql/hooks/notifications/hooksSubscription.ts
3564
- import { useSubscription as useSubscription2 } from "@apollo/client/react";
3564
+ import { useSubscription as useSubscription2 } from "@apollo/client";
3565
3565
 
3566
3566
  // src/graphql/subscriptions/notification.ts
3567
3567
  import { gql as gql15 } from "@apollo/client";
@@ -3607,7 +3607,7 @@ var useGetNotificationCountSubscription = () => {
3607
3607
  };
3608
3608
 
3609
3609
  // src/graphql/hooks/poster.ts
3610
- import { useMutation as useMutation7 } from "@apollo/client/react";
3610
+ import { useMutation as useMutation7 } from "@apollo/client";
3611
3611
 
3612
3612
  // src/graphql/mutations/poster.ts
3613
3613
  import { gql as gql16 } from "@apollo/client";
@@ -3635,7 +3635,7 @@ var useCreatePoster = () => {
3635
3635
  };
3636
3636
 
3637
3637
  // src/graphql/hooks/pushToken.ts
3638
- import { useMutation as useMutation8 } from "@apollo/client/react";
3638
+ import { useMutation as useMutation8 } from "@apollo/client";
3639
3639
 
3640
3640
  // src/graphql/mutations/pushToken.ts
3641
3641
  import { gql as gql17 } from "@apollo/client";
@@ -3656,7 +3656,7 @@ var useCreatePushToken = () => {
3656
3656
  };
3657
3657
 
3658
3658
  // src/graphql/hooks/relation/hooksMutation.ts
3659
- import { useMutation as useMutation9 } from "@apollo/client/react";
3659
+ import { useMutation as useMutation9 } from "@apollo/client";
3660
3660
 
3661
3661
  // src/graphql/mutations/relation.ts
3662
3662
  import { gql as gql19 } from "@apollo/client";
@@ -3886,7 +3886,7 @@ var useDeleteRelation = () => {
3886
3886
  };
3887
3887
 
3888
3888
  // src/graphql/hooks/relation/hooksQuery.ts
3889
- import { useQuery as useQuery4 } from "@apollo/client/react";
3889
+ import { useQuery as useQuery4 } from "@apollo/client";
3890
3890
  var useGetRelation = (_id) => {
3891
3891
  const { loading, error, data, refetch } = useQuery4(GET_RELATION, {
3892
3892
  fetchPolicy: "network-only",
@@ -3933,7 +3933,7 @@ var useGetResourceConnections = (resourceId, resourceType) => {
3933
3933
  };
3934
3934
 
3935
3935
  // src/graphql/hooks/vendor/hooksMutation.ts
3936
- import { useMutation as useMutation10 } from "@apollo/client/react";
3936
+ import { useMutation as useMutation10 } from "@apollo/client";
3937
3937
 
3938
3938
  // src/graphql/mutations/vendor.ts
3939
3939
  import { gql as gql20 } from "@apollo/client";
@@ -4049,7 +4049,7 @@ var useUpdateVendorInfo = () => {
4049
4049
  };
4050
4050
 
4051
4051
  // src/graphql/hooks/vendor/hooksQuery.ts
4052
- import { useQuery as useQuery5 } from "@apollo/client/react";
4052
+ import { useQuery as useQuery5 } from "@apollo/client";
4053
4053
  var useGetVendors = () => {
4054
4054
  const { loading, error, data, refetch } = useQuery5(
4055
4055
  GET_VENDORS,
@@ -4111,7 +4111,7 @@ var useGetVendorInfo = (vendorId) => {
4111
4111
  };
4112
4112
 
4113
4113
  // src/graphql/hooks/tester/hooksMutation.ts
4114
- import { useMutation as useMutation11 } from "@apollo/client/react";
4114
+ import { useMutation as useMutation11 } from "@apollo/client";
4115
4115
 
4116
4116
  // src/graphql/mutations/tester.ts
4117
4117
  import { gql as gql22 } from "@apollo/client";
@@ -4209,7 +4209,7 @@ var useDeleteTester = () => {
4209
4209
  };
4210
4210
 
4211
4211
  // src/graphql/hooks/tester/hooksQuery.ts
4212
- import { useQuery as useQuery6 } from "@apollo/client/react";
4212
+ import { useQuery as useQuery6 } from "@apollo/client";
4213
4213
  var useGetTesters = () => {
4214
4214
  const { data, loading, error, refetch } = useQuery6(
4215
4215
  GET_TESTERS
@@ -4235,7 +4235,7 @@ var useGetTester = (_id) => {
4235
4235
  };
4236
4236
 
4237
4237
  // src/graphql/hooks/user/hooksMutation.ts
4238
- import { useMutation as useMutation12 } from "@apollo/client/react";
4238
+ import { useMutation as useMutation12 } from "@apollo/client";
4239
4239
 
4240
4240
  // src/graphql/mutations/user.ts
4241
4241
  import { gql as gql23 } from "@apollo/client";
@@ -4471,7 +4471,7 @@ var useRemoveUserPresentResource = () => {
4471
4471
  };
4472
4472
 
4473
4473
  // src/graphql/hooks/user/hooksQuery.ts
4474
- import { useQuery as useQuery7 } from "@apollo/client/react";
4474
+ import { useQuery as useQuery7 } from "@apollo/client";
4475
4475
  var useGetUsers = () => {
4476
4476
  const { loading, error, data, refetch } = useQuery7(
4477
4477
  GET_USERS,
@@ -4529,7 +4529,7 @@ var useGetUserActivities = () => {
4529
4529
  };
4530
4530
 
4531
4531
  // src/graphql/hooks/ad/hooksMutation.ts
4532
- import { useMutation as useMutation13 } from "@apollo/client/react";
4532
+ import { useMutation as useMutation13 } from "@apollo/client";
4533
4533
 
4534
4534
  // src/graphql/mutations/ad.ts
4535
4535
  import { gql as gql25 } from "@apollo/client";
@@ -4648,7 +4648,7 @@ var useDeleteAd = () => {
4648
4648
  };
4649
4649
 
4650
4650
  // src/graphql/hooks/ad/hooksQuery.ts
4651
- import { useQuery as useQuery8 } from "@apollo/client/react";
4651
+ import { useQuery as useQuery8 } from "@apollo/client";
4652
4652
  var useGetAds = () => {
4653
4653
  const { data, loading, error, refetch } = useQuery8(
4654
4654
  GET_ADS,
@@ -4691,7 +4691,7 @@ var useGetAdsByRegion = (region, status) => {
4691
4691
  };
4692
4692
 
4693
4693
  // src/graphql/hooks/resourceActivities/hooksMutation.ts
4694
- import { useMutation as useMutation14 } from "@apollo/client/react";
4694
+ import { useMutation as useMutation14 } from "@apollo/client";
4695
4695
 
4696
4696
  // src/graphql/mutations/resourceActivities.ts
4697
4697
  import { gql as gql26 } from "@apollo/client";
@@ -4710,7 +4710,7 @@ var useCreateResourceActivity = () => {
4710
4710
  };
4711
4711
 
4712
4712
  // src/graphql/hooks/resourceActivities/hooksQuery.ts
4713
- import { useQuery as useQuery9 } from "@apollo/client/react";
4713
+ import { useQuery as useQuery9 } from "@apollo/client";
4714
4714
 
4715
4715
  // src/graphql/queries/resourceActivities.ts
4716
4716
  import { gql as gql27 } from "@apollo/client";
@@ -4760,7 +4760,7 @@ var useGetResourceActivities = (resourceId, resourceType) => {
4760
4760
  };
4761
4761
 
4762
4762
  // src/graphql/hooks/stripe/hooksMutation.ts
4763
- import { useMutation as useMutation15 } from "@apollo/client/react";
4763
+ import { useMutation as useMutation15 } from "@apollo/client";
4764
4764
 
4765
4765
  // src/graphql/mutations/stripe.ts
4766
4766
  import { gql as gql28 } from "@apollo/client";
@@ -4809,7 +4809,7 @@ var useUpdateSubscriptionPlan = () => {
4809
4809
  };
4810
4810
 
4811
4811
  // src/graphql/hooks/stripe/hooksQuery.ts
4812
- import { useQuery as useQuery10 } from "@apollo/client/react";
4812
+ import { useQuery as useQuery10 } from "@apollo/client";
4813
4813
 
4814
4814
  // src/graphql/queries/stripe.ts
4815
4815
  import { gql as gql29 } from "@apollo/client";
@@ -4836,7 +4836,7 @@ var useGetSubscriptionStatus = () => {
4836
4836
  };
4837
4837
 
4838
4838
  // src/graphql/hooks/partner/hooksMutation.ts
4839
- import { useMutation as useMutation16 } from "@apollo/client/react";
4839
+ import { useMutation as useMutation16 } from "@apollo/client";
4840
4840
 
4841
4841
  // src/graphql/mutations/partner.ts
4842
4842
  import { gql as gql30 } from "@apollo/client";
@@ -4895,7 +4895,7 @@ var useDeletePartner = () => {
4895
4895
  };
4896
4896
 
4897
4897
  // src/graphql/hooks/partner/hooksQuery.ts
4898
- import { useQuery as useQuery11 } from "@apollo/client/react";
4898
+ import { useQuery as useQuery11 } from "@apollo/client";
4899
4899
  var useGetPartners = () => {
4900
4900
  const { loading, error, data, refetch } = useQuery11(GET_PARTNERS, {
4901
4901
  fetchPolicy: "network-only"