@connectedxm/admin 5.1.0 → 5.1.1

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
@@ -3234,7 +3234,6 @@ interface EventRoomTypeTranslation {
3234
3234
  interface BaseRoom {
3235
3235
  id: string;
3236
3236
  roomName: string;
3237
- reservationId: string | null;
3238
3237
  createdAt: string;
3239
3238
  updatedAt: string;
3240
3239
  }
package/dist/index.d.ts CHANGED
@@ -3234,7 +3234,6 @@ interface EventRoomTypeTranslation {
3234
3234
  interface BaseRoom {
3235
3235
  id: string;
3236
3236
  roomName: string;
3237
- reservationId: string | null;
3238
3237
  createdAt: string;
3239
3238
  updatedAt: string;
3240
3239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",