@connectedxm/client 1.4.14 → 1.4.15
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -527,7 +527,6 @@ interface BasePass {
|
|
|
527
527
|
location: string | null;
|
|
528
528
|
usedAt: string | null;
|
|
529
529
|
status: PurchaseStatus;
|
|
530
|
-
eventId: string;
|
|
531
530
|
attendeeId: string;
|
|
532
531
|
attendee: BaseRegistration;
|
|
533
532
|
ticketId: string;
|
|
@@ -548,7 +547,7 @@ interface Pass extends BasePass {
|
|
|
548
547
|
payerId: string | null;
|
|
549
548
|
}
|
|
550
549
|
interface ListingPass extends BasePass {
|
|
551
|
-
|
|
550
|
+
attendee: BaseRegistration & {
|
|
552
551
|
account: BaseAccount & {
|
|
553
552
|
email: string | null;
|
|
554
553
|
phone: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -527,7 +527,6 @@ interface BasePass {
|
|
|
527
527
|
location: string | null;
|
|
528
528
|
usedAt: string | null;
|
|
529
529
|
status: PurchaseStatus;
|
|
530
|
-
eventId: string;
|
|
531
530
|
attendeeId: string;
|
|
532
531
|
attendee: BaseRegistration;
|
|
533
532
|
ticketId: string;
|
|
@@ -548,7 +547,7 @@ interface Pass extends BasePass {
|
|
|
548
547
|
payerId: string | null;
|
|
549
548
|
}
|
|
550
549
|
interface ListingPass extends BasePass {
|
|
551
|
-
|
|
550
|
+
attendee: BaseRegistration & {
|
|
552
551
|
account: BaseAccount & {
|
|
553
552
|
email: string | null;
|
|
554
553
|
phone: string | null;
|