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