@connectedxm/client 1.4.14 → 1.4.16
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 -3
- package/dist/index.d.ts +2 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -320,7 +320,7 @@ interface Event extends BaseEvent {
|
|
|
320
320
|
registrations: BaseRegistration[];
|
|
321
321
|
androidAppLink: string | null;
|
|
322
322
|
pages: BaseEventPage[];
|
|
323
|
-
|
|
323
|
+
streamInputs: StreamInput[];
|
|
324
324
|
streamReplay: BaseVideo | null;
|
|
325
325
|
createdAt: string;
|
|
326
326
|
updatedAt: string;
|
|
@@ -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
|
@@ -320,7 +320,7 @@ interface Event extends BaseEvent {
|
|
|
320
320
|
registrations: BaseRegistration[];
|
|
321
321
|
androidAppLink: string | null;
|
|
322
322
|
pages: BaseEventPage[];
|
|
323
|
-
|
|
323
|
+
streamInputs: StreamInput[];
|
|
324
324
|
streamReplay: BaseVideo | null;
|
|
325
325
|
createdAt: string;
|
|
326
326
|
updatedAt: string;
|
|
@@ -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;
|