@connectedxm/client 1.4.19 → 1.4.20
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1864,6 +1864,7 @@ interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
|
|
|
1864
1864
|
interface BaseEventRoomTypePassTypeDetails {
|
|
1865
1865
|
id: string;
|
|
1866
1866
|
passTypeId: string;
|
|
1867
|
+
passType: BasePassType;
|
|
1867
1868
|
enabled: boolean;
|
|
1868
1869
|
premium: number;
|
|
1869
1870
|
includedNights: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1864,6 +1864,7 @@ interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
|
|
|
1864
1864
|
interface BaseEventRoomTypePassTypeDetails {
|
|
1865
1865
|
id: string;
|
|
1866
1866
|
passTypeId: string;
|
|
1867
|
+
passType: BasePassType;
|
|
1867
1868
|
enabled: boolean;
|
|
1868
1869
|
premium: number;
|
|
1869
1870
|
includedNights: number;
|