@timardex/cluemart-shared 1.7.87 → 1.7.88

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.
@@ -23,7 +23,7 @@ import {
23
23
  } from "../chunk-364EX22V.mjs";
24
24
  import "../chunk-RAYUJODN.mjs";
25
25
  import "../chunk-DQ7ZHIXW.mjs";
26
- import "../chunk-5T4L7NCF.mjs";
26
+ import "../chunk-M3R2UY5Z.mjs";
27
27
  import "../chunk-GA6E5NK3.mjs";
28
28
  import {
29
29
  EnumEventDateStatus,
package/dist/index.cjs CHANGED
@@ -6544,6 +6544,7 @@ var useGetVendorRelations = (vendorId) => {
6544
6544
  var useGetResourceConnections = (resourceId, resourceType) => {
6545
6545
  const { loading, error, data, refetch } = (0, import_client38.useQuery)(GET_RESOURCE_CONNECTIONS, {
6546
6546
  fetchPolicy: "network-only",
6547
+ notifyOnNetworkStatusChange: true,
6547
6548
  skip: !resourceId || resourceId === "" || !resourceType,
6548
6549
  variables: { resourceId, resourceType }
6549
6550
  });
@@ -6728,6 +6729,7 @@ var useGetUnregisteredVendors = () => {
6728
6729
  var useGetUnregisteredVendorsByInviterId = (inviterId) => {
6729
6730
  const { loading, error, data, refetch } = (0, import_client40.useQuery)(GET_UNREGISTERED_VENDORS_BY_INVITER_ID, {
6730
6731
  fetchPolicy: "network-only",
6732
+ notifyOnNetworkStatusChange: true,
6731
6733
  skip: !inviterId || inviterId === "",
6732
6734
  variables: { inviterId }
6733
6735
  });