@timardex/cluemart-shared 1.4.89 → 1.4.91
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-UPXAFV46.mjs → chunk-PIL22ZS4.mjs} +3 -3
- package/dist/chunk-PIL22ZS4.mjs.map +1 -0
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-UPXAFV46.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3645,7 +3645,7 @@ var useRemoveParticipantFromChat = () => {
|
|
|
3645
3645
|
const region = mutationResult?.data?.removeParticipantFromChat?.region;
|
|
3646
3646
|
return [
|
|
3647
3647
|
{ query: USER_CHATS },
|
|
3648
|
-
{ query: GET_CHATS_BY_REGION, variables: { region } }
|
|
3648
|
+
{ query: GET_CHATS_BY_REGION, skip: !region, variables: { region } }
|
|
3649
3649
|
];
|
|
3650
3650
|
}
|
|
3651
3651
|
});
|
|
@@ -4457,7 +4457,7 @@ var GET_EVENT_RELATIONS = import_client30.gql`
|
|
|
4457
4457
|
${RELATION_FIELDS_FRAGMENT}
|
|
4458
4458
|
`;
|
|
4459
4459
|
var GET_VENDOR_RELATIONS = import_client30.gql`
|
|
4460
|
-
query getVendorRelations($vendorId: ID) {
|
|
4460
|
+
query getVendorRelations($vendorId: ID!) {
|
|
4461
4461
|
vendorRelations(vendorId: $vendorId) {
|
|
4462
4462
|
...RelationFields
|
|
4463
4463
|
}
|