@connectedxm/admin 4.3.3 → 4.3.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.d.cts CHANGED
@@ -3112,9 +3112,9 @@ interface BaseEventRoomTypeReservation {
3112
3112
  accountId: string;
3113
3113
  };
3114
3114
  }[];
3115
+ room: BaseRoom;
3115
3116
  }
3116
3117
  interface EventRoomTypeReservation extends Omit<BaseEventRoomTypeReservation, "passes"> {
3117
- room: BaseRoom;
3118
3118
  passes: {
3119
3119
  id: string;
3120
3120
  status: PurchaseStatus;
package/dist/index.d.ts CHANGED
@@ -3112,9 +3112,9 @@ interface BaseEventRoomTypeReservation {
3112
3112
  accountId: string;
3113
3113
  };
3114
3114
  }[];
3115
+ room: BaseRoom;
3115
3116
  }
3116
3117
  interface EventRoomTypeReservation extends Omit<BaseEventRoomTypeReservation, "passes"> {
3117
- room: BaseRoom;
3118
3118
  passes: {
3119
3119
  id: string;
3120
3120
  status: PurchaseStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",