@connectedxm/admin 1.7.4 → 1.7.6
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 +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1413,7 +1413,10 @@ declare enum PurchaseStatus {
|
|
|
1413
1413
|
interface BaseEventPass {
|
|
1414
1414
|
id: string;
|
|
1415
1415
|
eventId: string;
|
|
1416
|
-
|
|
1416
|
+
attendeeId: string;
|
|
1417
|
+
attendee: {
|
|
1418
|
+
accountId: string;
|
|
1419
|
+
};
|
|
1417
1420
|
alternateId: number;
|
|
1418
1421
|
ticketId: string | null;
|
|
1419
1422
|
ticket: BaseEventPassType | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1413,7 +1413,10 @@ declare enum PurchaseStatus {
|
|
|
1413
1413
|
interface BaseEventPass {
|
|
1414
1414
|
id: string;
|
|
1415
1415
|
eventId: string;
|
|
1416
|
-
|
|
1416
|
+
attendeeId: string;
|
|
1417
|
+
attendee: {
|
|
1418
|
+
accountId: string;
|
|
1419
|
+
};
|
|
1417
1420
|
alternateId: number;
|
|
1418
1421
|
ticketId: string | null;
|
|
1419
1422
|
ticket: BaseEventPassType | null;
|