@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.
- package/dist/index.d.ts +1 -1
- 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;
|