@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 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}/registration/passes/${passId}/transfer`,
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}/registration/passes/${passId}/transfer`,
9095
+ `/self/events/${eventId}/attendee/passes/${passId}/transfer`,
9096
9096
  {
9097
9097
  receiverId
9098
9098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {