@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {