@connectedxm/client 8.0.10 → 8.0.11

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10054,7 +10054,7 @@ var ApplyEventRegistrationCoupon = async ({
10054
10054
  clientApiParams
10055
10055
  }) => {
10056
10056
  const clientApi = await GetClientAPI(clientApiParams);
10057
- const { data } = await clientApi.post(
10057
+ const { data } = await clientApi.put(
10058
10058
  `/events/${eventId}/registration/coupon`,
10059
10059
  { draft, code }
10060
10060
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.10",
3
+ "version": "8.0.11",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",