@connectedxm/client 7.4.6 → 7.4.7
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.js +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10628,6 +10628,12 @@ var UpdateSelfEventAttendeeAccessResponses = async ({
|
|
|
10628
10628
|
sessionId
|
|
10629
10629
|
)
|
|
10630
10630
|
});
|
|
10631
|
+
queryClient.invalidateQueries({
|
|
10632
|
+
queryKey: SELF_EVENT_ATTENDEE_QUERY_KEY(eventId)
|
|
10633
|
+
});
|
|
10634
|
+
queryClient.invalidateQueries({
|
|
10635
|
+
queryKey: SELF_EVENT_ATTENDEE_PASS_QUERY_KEY(eventId, passId)
|
|
10636
|
+
});
|
|
10631
10637
|
}
|
|
10632
10638
|
return data;
|
|
10633
10639
|
};
|