@connectedxm/admin 3.4.8 → 3.4.10

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
@@ -1643,6 +1643,7 @@ interface BasePayment {
1643
1643
  spaceId: string | null;
1644
1644
  membershipId: string | null;
1645
1645
  couponId: string | null;
1646
+ invoiceId: string | null;
1646
1647
  lineItems: BasePaymentLineItem[];
1647
1648
  createdAt: string;
1648
1649
  }
package/dist/index.d.ts CHANGED
@@ -1643,6 +1643,7 @@ interface BasePayment {
1643
1643
  spaceId: string | null;
1644
1644
  membershipId: string | null;
1645
1645
  couponId: string | null;
1646
+ invoiceId: string | null;
1646
1647
  lineItems: BasePaymentLineItem[];
1647
1648
  createdAt: string;
1648
1649
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.4.8",
3
+ "version": "3.4.10",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",