@connectedxm/admin 2.0.9 → 2.0.10

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.cts CHANGED
@@ -2554,6 +2554,7 @@ interface BaseEventRoomTypeReservation {
2554
2554
  interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
2555
2555
  passes: {
2556
2556
  id: string;
2557
+ status: PurchaseStatus;
2557
2558
  ticket?: {
2558
2559
  id: string;
2559
2560
  name: string;
package/dist/index.d.ts CHANGED
@@ -2554,6 +2554,7 @@ interface BaseEventRoomTypeReservation {
2554
2554
  interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
2555
2555
  passes: {
2556
2556
  id: string;
2557
+ status: PurchaseStatus;
2557
2558
  ticket?: {
2558
2559
  id: string;
2559
2560
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",