@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",