@connectedxm/client 5.0.2 → 5.0.3

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1238,6 +1238,8 @@ interface BasePayment {
1238
1238
  createdAt: string;
1239
1239
  }
1240
1240
  interface Payment extends BasePayment {
1241
+ refunds: BasePayment[];
1242
+ refunded: BasePayment | null;
1241
1243
  addOns: BaseEventAddOn[];
1242
1244
  purchases: BasePass[];
1243
1245
  coupons: BaseCoupon[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",