@timardex/cluemart-shared 1.2.72 → 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.
@@ -1,7 +1,7 @@
1
1
  import "../chunk-DBRBH6GO.mjs";
2
2
 
3
3
  // src/graphql/hooks/admin/hooksMutation.ts
4
- import { useMutation } from "@apollo/client/react";
4
+ import { useMutation } from "@apollo/client";
5
5
 
6
6
  // src/graphql/mutations/admin.ts
7
7
  import { gql } from "@apollo/client";
@@ -601,7 +601,7 @@ var useAdminUpdateResourceType = () => {
601
601
  };
602
602
 
603
603
  // src/graphql/hooks/auth.ts
604
- import { useMutation as useMutation2 } from "@apollo/client/react";
604
+ import { useMutation as useMutation2 } from "@apollo/client";
605
605
 
606
606
  // src/graphql/mutations/auth.ts
607
607
  import { gql as gql5 } from "@apollo/client";
@@ -709,7 +709,7 @@ var useResetPassword = () => {
709
709
  };
710
710
 
711
711
  // src/graphql/hooks/chat/hooksMutation.ts
712
- import { useMutation as useMutation3 } from "@apollo/client/react";
712
+ import { useMutation as useMutation3 } from "@apollo/client";
713
713
 
714
714
  // src/graphql/mutations/chat.ts
715
715
  import { gql as gql7 } from "@apollo/client";
@@ -856,7 +856,7 @@ var useRemoveParticipantFromChat = () => {
856
856
  };
857
857
 
858
858
  // src/graphql/hooks/chat/hooksQuery.ts
859
- import { useQuery, useSubscription } from "@apollo/client/react";
859
+ import { useQuery, useSubscription } from "@apollo/client";
860
860
 
861
861
  // src/graphql/subscriptions/chat.ts
862
862
  import { gql as gql8 } from "@apollo/client";
@@ -898,7 +898,7 @@ var useGetChatSubscription = () => {
898
898
  };
899
899
 
900
900
  // src/graphql/hooks/contactUs.ts
901
- import { useMutation as useMutation4 } from "@apollo/client/react";
901
+ import { useMutation as useMutation4 } from "@apollo/client";
902
902
 
903
903
  // src/graphql/mutations/contactUs.ts
904
904
  import { gql as gql9 } from "@apollo/client";
@@ -917,7 +917,7 @@ var useContactUs = () => {
917
917
  };
918
918
 
919
919
  // src/graphql/hooks/event/hooksMutation.ts
920
- import { useMutation as useMutation5 } from "@apollo/client/react";
920
+ import { useMutation as useMutation5 } from "@apollo/client";
921
921
 
922
922
  // src/graphql/mutations/event.ts
923
923
  import { gql as gql10 } from "@apollo/client";
@@ -1194,7 +1194,7 @@ var useUpdateEventInfo = () => {
1194
1194
  };
1195
1195
 
1196
1196
  // src/graphql/hooks/event/hooksQuery.ts
1197
- import { useQuery as useQuery2 } from "@apollo/client/react";
1197
+ import { useQuery as useQuery2 } from "@apollo/client";
1198
1198
  var useGetEvents = () => {
1199
1199
  const { loading, error, data, refetch } = useQuery2(
1200
1200
  GET_EVENTS,
@@ -1260,7 +1260,7 @@ var useGetEventInfo = (eventId) => {
1260
1260
  };
1261
1261
 
1262
1262
  // src/graphql/hooks/notifications/hooksMutation.ts
1263
- import { useMutation as useMutation6 } from "@apollo/client/react";
1263
+ import { useMutation as useMutation6 } from "@apollo/client";
1264
1264
 
1265
1265
  // src/graphql/mutations/notification.ts
1266
1266
  import { gql as gql14 } from "@apollo/client";
@@ -1407,7 +1407,7 @@ var useDeleteAllNotifications = () => {
1407
1407
  };
1408
1408
 
1409
1409
  // src/graphql/hooks/notifications/hooksQuery.ts
1410
- import { useQuery as useQuery3 } from "@apollo/client/react";
1410
+ import { useQuery as useQuery3 } from "@apollo/client";
1411
1411
  var useGetUserNotifications = (limit, offset) => {
1412
1412
  const { data, loading, error, refetch } = useQuery3(GET_USER_NOTIFICATIONS, {
1413
1413
  fetchPolicy: "no-cache",
@@ -1433,7 +1433,7 @@ var useGetNotificationCount = () => {
1433
1433
  };
1434
1434
 
1435
1435
  // src/graphql/hooks/notifications/hooksSubscription.ts
1436
- import { useSubscription as useSubscription2 } from "@apollo/client/react";
1436
+ import { useSubscription as useSubscription2 } from "@apollo/client";
1437
1437
 
1438
1438
  // src/graphql/subscriptions/notification.ts
1439
1439
  import { gql as gql15 } from "@apollo/client";
@@ -1479,7 +1479,7 @@ var useGetNotificationCountSubscription = () => {
1479
1479
  };
1480
1480
 
1481
1481
  // src/graphql/hooks/poster.ts
1482
- import { useMutation as useMutation7 } from "@apollo/client/react";
1482
+ import { useMutation as useMutation7 } from "@apollo/client";
1483
1483
 
1484
1484
  // src/graphql/mutations/poster.ts
1485
1485
  import { gql as gql16 } from "@apollo/client";
@@ -1507,7 +1507,7 @@ var useCreatePoster = () => {
1507
1507
  };
1508
1508
 
1509
1509
  // src/graphql/hooks/pushToken.ts
1510
- import { useMutation as useMutation8 } from "@apollo/client/react";
1510
+ import { useMutation as useMutation8 } from "@apollo/client";
1511
1511
 
1512
1512
  // src/graphql/mutations/pushToken.ts
1513
1513
  import { gql as gql17 } from "@apollo/client";
@@ -1528,7 +1528,7 @@ var useCreatePushToken = () => {
1528
1528
  };
1529
1529
 
1530
1530
  // src/graphql/hooks/relation/hooksMutation.ts
1531
- import { useMutation as useMutation9 } from "@apollo/client/react";
1531
+ import { useMutation as useMutation9 } from "@apollo/client";
1532
1532
 
1533
1533
  // src/graphql/mutations/relation.ts
1534
1534
  import { gql as gql19 } from "@apollo/client";
@@ -1758,7 +1758,7 @@ var useDeleteRelation = () => {
1758
1758
  };
1759
1759
 
1760
1760
  // src/graphql/hooks/relation/hooksQuery.ts
1761
- import { useQuery as useQuery4 } from "@apollo/client/react";
1761
+ import { useQuery as useQuery4 } from "@apollo/client";
1762
1762
  var useGetRelation = (_id) => {
1763
1763
  const { loading, error, data, refetch } = useQuery4(GET_RELATION, {
1764
1764
  fetchPolicy: "network-only",
@@ -1805,7 +1805,7 @@ var useGetResourceConnections = (resourceId, resourceType) => {
1805
1805
  };
1806
1806
 
1807
1807
  // src/graphql/hooks/vendor/hooksMutation.ts
1808
- import { useMutation as useMutation10 } from "@apollo/client/react";
1808
+ import { useMutation as useMutation10 } from "@apollo/client";
1809
1809
 
1810
1810
  // src/graphql/mutations/vendor.ts
1811
1811
  import { gql as gql20 } from "@apollo/client";
@@ -1921,7 +1921,7 @@ var useUpdateVendorInfo = () => {
1921
1921
  };
1922
1922
 
1923
1923
  // src/graphql/hooks/vendor/hooksQuery.ts
1924
- import { useQuery as useQuery5 } from "@apollo/client/react";
1924
+ import { useQuery as useQuery5 } from "@apollo/client";
1925
1925
  var useGetVendors = () => {
1926
1926
  const { loading, error, data, refetch } = useQuery5(
1927
1927
  GET_VENDORS,
@@ -1983,7 +1983,7 @@ var useGetVendorInfo = (vendorId) => {
1983
1983
  };
1984
1984
 
1985
1985
  // src/graphql/hooks/tester/hooksMutation.ts
1986
- import { useMutation as useMutation11 } from "@apollo/client/react";
1986
+ import { useMutation as useMutation11 } from "@apollo/client";
1987
1987
 
1988
1988
  // src/graphql/mutations/tester.ts
1989
1989
  import { gql as gql22 } from "@apollo/client";
@@ -2081,7 +2081,7 @@ var useDeleteTester = () => {
2081
2081
  };
2082
2082
 
2083
2083
  // src/graphql/hooks/tester/hooksQuery.ts
2084
- import { useQuery as useQuery6 } from "@apollo/client/react";
2084
+ import { useQuery as useQuery6 } from "@apollo/client";
2085
2085
  var useGetTesters = () => {
2086
2086
  const { data, loading, error, refetch } = useQuery6(
2087
2087
  GET_TESTERS
@@ -2107,7 +2107,7 @@ var useGetTester = (_id) => {
2107
2107
  };
2108
2108
 
2109
2109
  // src/graphql/hooks/user/hooksMutation.ts
2110
- import { useMutation as useMutation12 } from "@apollo/client/react";
2110
+ import { useMutation as useMutation12 } from "@apollo/client";
2111
2111
 
2112
2112
  // src/graphql/mutations/user.ts
2113
2113
  import { gql as gql23 } from "@apollo/client";
@@ -2343,7 +2343,7 @@ var useRemoveUserPresentResource = () => {
2343
2343
  };
2344
2344
 
2345
2345
  // src/graphql/hooks/user/hooksQuery.ts
2346
- import { useQuery as useQuery7 } from "@apollo/client/react";
2346
+ import { useQuery as useQuery7 } from "@apollo/client";
2347
2347
  var useGetUsers = () => {
2348
2348
  const { loading, error, data, refetch } = useQuery7(
2349
2349
  GET_USERS,
@@ -2401,7 +2401,7 @@ var useGetUserActivities = () => {
2401
2401
  };
2402
2402
 
2403
2403
  // src/graphql/hooks/ad/hooksMutation.ts
2404
- import { useMutation as useMutation13 } from "@apollo/client/react";
2404
+ import { useMutation as useMutation13 } from "@apollo/client";
2405
2405
 
2406
2406
  // src/graphql/mutations/ad.ts
2407
2407
  import { gql as gql25 } from "@apollo/client";
@@ -2520,7 +2520,7 @@ var useDeleteAd = () => {
2520
2520
  };
2521
2521
 
2522
2522
  // src/graphql/hooks/ad/hooksQuery.ts
2523
- import { useQuery as useQuery8 } from "@apollo/client/react";
2523
+ import { useQuery as useQuery8 } from "@apollo/client";
2524
2524
  var useGetAds = () => {
2525
2525
  const { data, loading, error, refetch } = useQuery8(
2526
2526
  GET_ADS,
@@ -2563,7 +2563,7 @@ var useGetAdsByRegion = (region, status) => {
2563
2563
  };
2564
2564
 
2565
2565
  // src/graphql/hooks/resourceActivities/hooksMutation.ts
2566
- import { useMutation as useMutation14 } from "@apollo/client/react";
2566
+ import { useMutation as useMutation14 } from "@apollo/client";
2567
2567
 
2568
2568
  // src/graphql/mutations/resourceActivities.ts
2569
2569
  import { gql as gql26 } from "@apollo/client";
@@ -2582,7 +2582,7 @@ var useCreateResourceActivity = () => {
2582
2582
  };
2583
2583
 
2584
2584
  // src/graphql/hooks/resourceActivities/hooksQuery.ts
2585
- import { useQuery as useQuery9 } from "@apollo/client/react";
2585
+ import { useQuery as useQuery9 } from "@apollo/client";
2586
2586
 
2587
2587
  // src/graphql/queries/resourceActivities.ts
2588
2588
  import { gql as gql27 } from "@apollo/client";
@@ -2632,7 +2632,7 @@ var useGetResourceActivities = (resourceId, resourceType) => {
2632
2632
  };
2633
2633
 
2634
2634
  // src/graphql/hooks/stripe/hooksMutation.ts
2635
- import { useMutation as useMutation15 } from "@apollo/client/react";
2635
+ import { useMutation as useMutation15 } from "@apollo/client";
2636
2636
 
2637
2637
  // src/graphql/mutations/stripe.ts
2638
2638
  import { gql as gql28 } from "@apollo/client";
@@ -2681,7 +2681,7 @@ var useUpdateSubscriptionPlan = () => {
2681
2681
  };
2682
2682
 
2683
2683
  // src/graphql/hooks/stripe/hooksQuery.ts
2684
- import { useQuery as useQuery10 } from "@apollo/client/react";
2684
+ import { useQuery as useQuery10 } from "@apollo/client";
2685
2685
 
2686
2686
  // src/graphql/queries/stripe.ts
2687
2687
  import { gql as gql29 } from "@apollo/client";
@@ -2708,7 +2708,7 @@ var useGetSubscriptionStatus = () => {
2708
2708
  };
2709
2709
 
2710
2710
  // src/graphql/hooks/partner/hooksMutation.ts
2711
- import { useMutation as useMutation16 } from "@apollo/client/react";
2711
+ import { useMutation as useMutation16 } from "@apollo/client";
2712
2712
 
2713
2713
  // src/graphql/mutations/partner.ts
2714
2714
  import { gql as gql30 } from "@apollo/client";
@@ -2767,7 +2767,7 @@ var useDeletePartner = () => {
2767
2767
  };
2768
2768
 
2769
2769
  // src/graphql/hooks/partner/hooksQuery.ts
2770
- import { useQuery as useQuery11 } from "@apollo/client/react";
2770
+ import { useQuery as useQuery11 } from "@apollo/client";
2771
2771
  var useGetPartners = () => {
2772
2772
  const { loading, error, data, refetch } = useQuery11(GET_PARTNERS, {
2773
2773
  fetchPolicy: "network-only"