@connectedxm/admin 1.0.24 → 1.0.25

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
@@ -1343,6 +1343,8 @@ interface BaseEventPass {
1343
1343
  reservationStart: string | null;
1344
1344
  reservationEnd: string | null;
1345
1345
  reservationSectionLocation: BaseEventReservationSectionLocation;
1346
+ couponId: string | null;
1347
+ coupon: BaseCoupon | null;
1346
1348
  createdAt: string;
1347
1349
  updatedAt: string;
1348
1350
  }
package/dist/index.d.ts CHANGED
@@ -1343,6 +1343,8 @@ interface BaseEventPass {
1343
1343
  reservationStart: string | null;
1344
1344
  reservationEnd: string | null;
1345
1345
  reservationSectionLocation: BaseEventReservationSectionLocation;
1346
+ couponId: string | null;
1347
+ coupon: BaseCoupon | null;
1346
1348
  createdAt: string;
1347
1349
  updatedAt: string;
1348
1350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {