@connectedxm/client 1.4.3 → 1.4.4
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
|
@@ -10144,7 +10144,7 @@ var CancelPass = async ({
|
|
|
10144
10144
|
}) => {
|
|
10145
10145
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
10146
10146
|
const { data } = await clientApi.put(
|
|
10147
|
-
`/self/events/${eventId}/
|
|
10147
|
+
`/self/events/${eventId}/attendee/passes/${passId}/cancel`,
|
|
10148
10148
|
{
|
|
10149
10149
|
issueRefund
|
|
10150
10150
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -9153,7 +9153,7 @@ var CancelPass = async ({
|
|
|
9153
9153
|
}) => {
|
|
9154
9154
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
9155
9155
|
const { data } = await clientApi.put(
|
|
9156
|
-
`/self/events/${eventId}/
|
|
9156
|
+
`/self/events/${eventId}/attendee/passes/${passId}/cancel`,
|
|
9157
9157
|
{
|
|
9158
9158
|
issueRefund
|
|
9159
9159
|
}
|