@connectedxm/client 1.4.28 → 1.4.29

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
@@ -1115,6 +1115,7 @@ interface ListingRegistration extends BaseRegistration {
1115
1115
  couponId: string | null;
1116
1116
  coupon: BaseCoupon | null;
1117
1117
  passes: BasePass[];
1118
+ packages: BaseAttendeePackage[];
1118
1119
  payments: Payment[];
1119
1120
  createdAt: string;
1120
1121
  }
package/dist/index.d.ts CHANGED
@@ -1115,6 +1115,7 @@ interface ListingRegistration extends BaseRegistration {
1115
1115
  couponId: string | null;
1116
1116
  coupon: BaseCoupon | null;
1117
1117
  passes: BasePass[];
1118
+ packages: BaseAttendeePackage[];
1118
1119
  payments: Payment[];
1119
1120
  createdAt: string;
1120
1121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {