@connectedxm/client 1.4.27 → 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
@@ -1101,7 +1101,7 @@ interface Registration extends BaseRegistration {
1101
1101
  event: RegistrationEventDetails;
1102
1102
  account: BaseAccount;
1103
1103
  passes: BasePass[];
1104
- packages: BaseEventPackage[];
1104
+ packages: BaseAttendeePackage[];
1105
1105
  payments: Payment[];
1106
1106
  coupons: ManagedCoupon[];
1107
1107
  createdAt: string;
@@ -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
@@ -1101,7 +1101,7 @@ interface Registration extends BaseRegistration {
1101
1101
  event: RegistrationEventDetails;
1102
1102
  account: BaseAccount;
1103
1103
  passes: BasePass[];
1104
- packages: BaseEventPackage[];
1104
+ packages: BaseAttendeePackage[];
1105
1105
  payments: Payment[];
1106
1106
  coupons: ManagedCoupon[];
1107
1107
  createdAt: string;
@@ -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.27",
3
+ "version": "1.4.29",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {