@connectedxm/client 2.3.10 → 2.3.11

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
@@ -674,7 +674,7 @@ interface ManagedCouponPass {
674
674
  id: string;
675
675
  status: PurchaseStatus;
676
676
  coupon: BaseCoupon;
677
- registration: {
677
+ attendee: {
678
678
  account: BaseAccount;
679
679
  };
680
680
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -674,7 +674,7 @@ interface ManagedCouponPass {
674
674
  id: string;
675
675
  status: PurchaseStatus;
676
676
  coupon: BaseCoupon;
677
- registration: {
677
+ attendee: {
678
678
  account: BaseAccount;
679
679
  };
680
680
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",