@connectedxm/client 1.3.18 → 1.3.19
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3782,7 +3782,7 @@ var GetEventPassTypes = async ({
|
|
|
3782
3782
|
};
|
|
3783
3783
|
var useGetEventPassTypes = (eventId = "", passTypeId = "", options = {}) => {
|
|
3784
3784
|
return useConnectedSingleQuery_default(
|
|
3785
|
-
EVENT_PASS_TYPES_QUERY_KEY(eventId),
|
|
3785
|
+
EVENT_PASS_TYPES_QUERY_KEY(eventId, passTypeId),
|
|
3786
3786
|
(params) => GetEventPassTypes({ eventId, passTypeId, ...params }),
|
|
3787
3787
|
{
|
|
3788
3788
|
...options,
|
package/dist/index.mjs
CHANGED
|
@@ -2806,7 +2806,7 @@ var GetEventPassTypes = async ({
|
|
|
2806
2806
|
};
|
|
2807
2807
|
var useGetEventPassTypes = (eventId = "", passTypeId = "", options = {}) => {
|
|
2808
2808
|
return useConnectedSingleQuery_default(
|
|
2809
|
-
EVENT_PASS_TYPES_QUERY_KEY(eventId),
|
|
2809
|
+
EVENT_PASS_TYPES_QUERY_KEY(eventId, passTypeId),
|
|
2810
2810
|
(params) => GetEventPassTypes({ eventId, passTypeId, ...params }),
|
|
2811
2811
|
{
|
|
2812
2812
|
...options,
|