@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 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}/registration/passes/${passId}/cancel`,
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}/registration/passes/${passId}/cancel`,
9156
+ `/self/events/${eventId}/attendee/passes/${passId}/cancel`,
9157
9157
  {
9158
9158
  issueRefund
9159
9159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {