@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 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
- registration: BaseRegistration & {
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
- registration: BaseRegistration & {
550
+ attendee: BaseRegistration & {
552
551
  account: BaseAccount & {
553
552
  email: string | null;
554
553
  phone: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {