@connectedxm/admin 3.4.9 → 3.4.11

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.cts CHANGED
@@ -1326,7 +1326,6 @@ interface BaseInvoice {
1326
1326
  }
1327
1327
  interface Invoice extends BaseInvoice {
1328
1328
  lineItems: BaseInvoiceLineItem;
1329
- lineItem: PaymentLineItem | null;
1330
1329
  accountId: string | null;
1331
1330
  account: BaseAccount | null;
1332
1331
  eventId: string | null;
@@ -1643,6 +1642,7 @@ interface BasePayment {
1643
1642
  spaceId: string | null;
1644
1643
  membershipId: string | null;
1645
1644
  couponId: string | null;
1645
+ invoiceId: string | null;
1646
1646
  lineItems: BasePaymentLineItem[];
1647
1647
  createdAt: string;
1648
1648
  }
@@ -1721,7 +1721,6 @@ interface BasePaymentLineItem {
1721
1721
  accessId: string | null;
1722
1722
  bookingId: string | null;
1723
1723
  subscriptionId: string | null;
1724
- invoiceId: string | null;
1725
1724
  }
1726
1725
  interface PaymentLineItem extends BasePaymentLineItem {
1727
1726
  pass: BaseEventPass | null;
package/dist/index.d.ts CHANGED
@@ -1326,7 +1326,6 @@ interface BaseInvoice {
1326
1326
  }
1327
1327
  interface Invoice extends BaseInvoice {
1328
1328
  lineItems: BaseInvoiceLineItem;
1329
- lineItem: PaymentLineItem | null;
1330
1329
  accountId: string | null;
1331
1330
  account: BaseAccount | null;
1332
1331
  eventId: string | null;
@@ -1643,6 +1642,7 @@ interface BasePayment {
1643
1642
  spaceId: string | null;
1644
1643
  membershipId: string | null;
1645
1644
  couponId: string | null;
1645
+ invoiceId: string | null;
1646
1646
  lineItems: BasePaymentLineItem[];
1647
1647
  createdAt: string;
1648
1648
  }
@@ -1721,7 +1721,6 @@ interface BasePaymentLineItem {
1721
1721
  accessId: string | null;
1722
1722
  bookingId: string | null;
1723
1723
  subscriptionId: string | null;
1724
- invoiceId: string | null;
1725
1724
  }
1726
1725
  interface PaymentLineItem extends BasePaymentLineItem {
1727
1726
  pass: BaseEventPass | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.4.9",
3
+ "version": "3.4.11",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",