@connectedxm/admin 3.4.10 → 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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.4.10",
3
+ "version": "3.4.11",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",