@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.
- package/dist/index.d.ts +2 -0
- 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[];
|