@connectedxm/client 1.4.5 → 1.4.6
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9499,7 +9499,8 @@ var CapturePaymentIntent = async ({
|
|
|
9499
9499
|
exact: false
|
|
9500
9500
|
});
|
|
9501
9501
|
queryClient.invalidateQueries({
|
|
9502
|
-
queryKey:
|
|
9502
|
+
queryKey: ["SELF", "ATTENDEE"],
|
|
9503
|
+
exact: false
|
|
9503
9504
|
});
|
|
9504
9505
|
ADD_SELF_RELATIONSHIP(
|
|
9505
9506
|
queryClient,
|
package/dist/index.mjs
CHANGED
|
@@ -8508,7 +8508,8 @@ var CapturePaymentIntent = async ({
|
|
|
8508
8508
|
exact: false
|
|
8509
8509
|
});
|
|
8510
8510
|
queryClient.invalidateQueries({
|
|
8511
|
-
queryKey:
|
|
8511
|
+
queryKey: ["SELF", "ATTENDEE"],
|
|
8512
|
+
exact: false
|
|
8512
8513
|
});
|
|
8513
8514
|
ADD_SELF_RELATIONSHIP(
|
|
8514
8515
|
queryClient,
|