@connectedxm/admin 1.4.4 → 1.4.5
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2451,7 +2451,7 @@ interface BaseEventRoomType {
|
|
|
2451
2451
|
pricePerNight: boolean;
|
|
2452
2452
|
image: BaseImage | null;
|
|
2453
2453
|
passTypes: BaseEventRoomTypePassTypeDetails[];
|
|
2454
|
-
addOns:
|
|
2454
|
+
addOns: BaseEventRoomTypeAddOnDetails[];
|
|
2455
2455
|
}
|
|
2456
2456
|
interface EventRoomType extends BaseEventRoomType {
|
|
2457
2457
|
sortOrder: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -2451,7 +2451,7 @@ interface BaseEventRoomType {
|
|
|
2451
2451
|
pricePerNight: boolean;
|
|
2452
2452
|
image: BaseImage | null;
|
|
2453
2453
|
passTypes: BaseEventRoomTypePassTypeDetails[];
|
|
2454
|
-
addOns:
|
|
2454
|
+
addOns: BaseEventRoomTypeAddOnDetails[];
|
|
2455
2455
|
}
|
|
2456
2456
|
interface EventRoomType extends BaseEventRoomType {
|
|
2457
2457
|
sortOrder: number;
|