@connectedxm/client 6.2.3 → 6.2.4
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.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1217,6 +1217,9 @@ interface Registration extends BaseRegistration {
|
|
|
1217
1217
|
payments: Payment[];
|
|
1218
1218
|
coupons: ManagedCoupon[];
|
|
1219
1219
|
createdAt: string;
|
|
1220
|
+
_count: {
|
|
1221
|
+
fromTransferLogs: number;
|
|
1222
|
+
};
|
|
1220
1223
|
}
|
|
1221
1224
|
interface ListingRegistration extends BaseRegistration {
|
|
1222
1225
|
event: RegistrationEventDetails;
|