@connectedxm/client 6.0.2 → 6.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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1305,6 +1305,7 @@ interface BasePaymentLineItem {
|
|
|
1305
1305
|
paid: number;
|
|
1306
1306
|
refunded: number;
|
|
1307
1307
|
discount: number;
|
|
1308
|
+
deferred: number;
|
|
1308
1309
|
taxable: boolean;
|
|
1309
1310
|
eventId: string | null;
|
|
1310
1311
|
accountId: string | null;
|
|
@@ -1761,7 +1762,6 @@ interface BasePaymentIntent {
|
|
|
1761
1762
|
description: string | null;
|
|
1762
1763
|
secret: string;
|
|
1763
1764
|
referenceId: string;
|
|
1764
|
-
amount: number;
|
|
1765
1765
|
currency: string;
|
|
1766
1766
|
metadata: Record<string, any>;
|
|
1767
1767
|
eventId: string | null;
|