@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.
Files changed (2) hide show
  1. package/dist/index.js +6 -0
  2. 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.4.6",
3
+ "version": "7.4.7",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",