@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 CHANGED
@@ -2451,7 +2451,7 @@ interface BaseEventRoomType {
2451
2451
  pricePerNight: boolean;
2452
2452
  image: BaseImage | null;
2453
2453
  passTypes: BaseEventRoomTypePassTypeDetails[];
2454
- addOns: BaseEventRoomTypePassTypeDetails[];
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: BaseEventRoomTypePassTypeDetails[];
2454
+ addOns: BaseEventRoomTypeAddOnDetails[];
2455
2455
  }
2456
2456
  interface EventRoomType extends BaseEventRoomType {
2457
2457
  sortOrder: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {