@connectedxm/admin 1.1.13 → 1.1.14

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.d.mts CHANGED
@@ -2989,6 +2989,7 @@ interface EventPassUpdateInputs {
2989
2989
  ticketId?: string | null;
2990
2990
  reservationStart?: string | null;
2991
2991
  reservationEnd?: string | null;
2992
+ couponId?: string | null;
2992
2993
  }
2993
2994
  interface EventAttendeeUpdateInputs {
2994
2995
  }
package/dist/index.d.ts CHANGED
@@ -2989,6 +2989,7 @@ interface EventPassUpdateInputs {
2989
2989
  ticketId?: string | null;
2990
2990
  reservationStart?: string | null;
2991
2991
  reservationEnd?: string | null;
2992
+ couponId?: string | null;
2992
2993
  }
2993
2994
  interface EventAttendeeUpdateInputs {
2994
2995
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {