@connectedxm/client 1.4.6 → 1.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10083,7 +10083,7 @@ var TransferPass = async ({
|
|
|
10083
10083
|
}) => {
|
|
10084
10084
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
10085
10085
|
const { data } = await clientApi.post(
|
|
10086
|
-
`/self/events/${eventId}/
|
|
10086
|
+
`/self/events/${eventId}/attendee/passes/${passId}/transfer`,
|
|
10087
10087
|
{
|
|
10088
10088
|
receiverId
|
|
10089
10089
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -9092,7 +9092,7 @@ var TransferPass = async ({
|
|
|
9092
9092
|
}) => {
|
|
9093
9093
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
9094
9094
|
const { data } = await clientApi.post(
|
|
9095
|
-
`/self/events/${eventId}/
|
|
9095
|
+
`/self/events/${eventId}/attendee/passes/${passId}/transfer`,
|
|
9096
9096
|
{
|
|
9097
9097
|
receiverId
|
|
9098
9098
|
}
|