@connectedxm/client 7.0.3 → 7.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2052,10 +2052,10 @@ interface BaseEventRoomTypeReservation {
2052
2052
  eventRoomType: BaseEventRoomType;
2053
2053
  roomId: string | null;
2054
2054
  room: BaseRoom | null;
2055
+ updatedAt: string;
2055
2056
  }
2056
2057
  interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
2057
2058
  createdAt: string;
2058
- updatedAt: string;
2059
2059
  }
2060
2060
  interface BaseEventRoomTypePassTypeDetails {
2061
2061
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",