@connectedxm/admin 3.4.9 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
}
|
|
@@ -1721,7 +1722,6 @@ interface BasePaymentLineItem {
|
|
|
1721
1722
|
accessId: string | null;
|
|
1722
1723
|
bookingId: string | null;
|
|
1723
1724
|
subscriptionId: string | null;
|
|
1724
|
-
invoiceId: string | null;
|
|
1725
1725
|
}
|
|
1726
1726
|
interface PaymentLineItem extends BasePaymentLineItem {
|
|
1727
1727
|
pass: BaseEventPass | null;
|
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
|
}
|
|
@@ -1721,7 +1722,6 @@ interface BasePaymentLineItem {
|
|
|
1721
1722
|
accessId: string | null;
|
|
1722
1723
|
bookingId: string | null;
|
|
1723
1724
|
subscriptionId: string | null;
|
|
1724
|
-
invoiceId: string | null;
|
|
1725
1725
|
}
|
|
1726
1726
|
interface PaymentLineItem extends BasePaymentLineItem {
|
|
1727
1727
|
pass: BaseEventPass | null;
|