@connectedxm/admin 6.0.1 → 6.0.2
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
|
@@ -1719,7 +1719,7 @@ interface Payment extends BasePayment {
|
|
|
1719
1719
|
deferredInvoices: BaseInvoice[];
|
|
1720
1720
|
integration: {
|
|
1721
1721
|
type: PaymentIntegrationType;
|
|
1722
|
-
};
|
|
1722
|
+
} | null;
|
|
1723
1723
|
event: BaseEvent | null;
|
|
1724
1724
|
registration: BaseEventAttendee | null;
|
|
1725
1725
|
passType: BaseEventPassType | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1719,7 +1719,7 @@ interface Payment extends BasePayment {
|
|
|
1719
1719
|
deferredInvoices: BaseInvoice[];
|
|
1720
1720
|
integration: {
|
|
1721
1721
|
type: PaymentIntegrationType;
|
|
1722
|
-
};
|
|
1722
|
+
} | null;
|
|
1723
1723
|
event: BaseEvent | null;
|
|
1724
1724
|
registration: BaseEventAttendee | null;
|
|
1725
1725
|
passType: BaseEventPassType | null;
|