@connectedxm/admin 2.4.13 → 2.4.14

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 CHANGED
@@ -1459,6 +1459,7 @@ interface BaseEventPass {
1459
1459
  status: PurchaseStatus;
1460
1460
  reservationId: string | null;
1461
1461
  reservation: BaseEventRoomTypeReservation | null;
1462
+ matches: BaseMatch[];
1462
1463
  couponId: string | null;
1463
1464
  coupon: BaseCoupon | null;
1464
1465
  packageId: string | null;
package/dist/index.d.ts CHANGED
@@ -1459,6 +1459,7 @@ interface BaseEventPass {
1459
1459
  status: PurchaseStatus;
1460
1460
  reservationId: string | null;
1461
1461
  reservation: BaseEventRoomTypeReservation | null;
1462
+ matches: BaseMatch[];
1462
1463
  couponId: string | null;
1463
1464
  coupon: BaseCoupon | null;
1464
1465
  packageId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.4.13",
3
+ "version": "2.4.14",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",