@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.
- package/dist/{chunk-5T4L7NCF.mjs → chunk-M3R2UY5Z.mjs} +3 -1
- package/dist/chunk-M3R2UY5Z.mjs.map +1 -0
- package/dist/graphql/index.cjs +2 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-5T4L7NCF.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
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
|
});
|