@connectedxm/client 1.4.28 → 1.4.30
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -539,7 +539,7 @@ interface BasePass {
|
|
|
539
539
|
createdAt: string;
|
|
540
540
|
}
|
|
541
541
|
interface Pass extends BasePass {
|
|
542
|
-
package:
|
|
542
|
+
package: BaseAttendeePackage | null;
|
|
543
543
|
updatedAt: string;
|
|
544
544
|
amtPaid: number;
|
|
545
545
|
amtRefunded: number;
|
|
@@ -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
|
@@ -539,7 +539,7 @@ interface BasePass {
|
|
|
539
539
|
createdAt: string;
|
|
540
540
|
}
|
|
541
541
|
interface Pass extends BasePass {
|
|
542
|
-
package:
|
|
542
|
+
package: BaseAttendeePackage | null;
|
|
543
543
|
updatedAt: string;
|
|
544
544
|
amtPaid: number;
|
|
545
545
|
amtRefunded: number;
|
|
@@ -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
|
}
|