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