@connectedxm/admin 3.3.9 → 3.3.11
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.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1613,8 +1613,6 @@ interface BasePayment {
|
|
|
1613
1613
|
stripeId: string | null;
|
|
1614
1614
|
last4: string | null;
|
|
1615
1615
|
debugId: string | null;
|
|
1616
|
-
salesTax: number;
|
|
1617
|
-
salesTaxRate: string | null;
|
|
1618
1616
|
country: string;
|
|
1619
1617
|
state: string;
|
|
1620
1618
|
zip: string;
|
|
@@ -1687,6 +1685,7 @@ interface BasePaymentLineItem {
|
|
|
1687
1685
|
refunded: number;
|
|
1688
1686
|
discount: number;
|
|
1689
1687
|
deferred: number;
|
|
1688
|
+
salesTax: number;
|
|
1690
1689
|
paymentId: number;
|
|
1691
1690
|
taxCode: string | null;
|
|
1692
1691
|
taxIncluded: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1613,8 +1613,6 @@ interface BasePayment {
|
|
|
1613
1613
|
stripeId: string | null;
|
|
1614
1614
|
last4: string | null;
|
|
1615
1615
|
debugId: string | null;
|
|
1616
|
-
salesTax: number;
|
|
1617
|
-
salesTaxRate: string | null;
|
|
1618
1616
|
country: string;
|
|
1619
1617
|
state: string;
|
|
1620
1618
|
zip: string;
|
|
@@ -1687,6 +1685,7 @@ interface BasePaymentLineItem {
|
|
|
1687
1685
|
refunded: number;
|
|
1688
1686
|
discount: number;
|
|
1689
1687
|
deferred: number;
|
|
1688
|
+
salesTax: number;
|
|
1690
1689
|
paymentId: number;
|
|
1691
1690
|
taxCode: string | null;
|
|
1692
1691
|
taxIncluded: boolean;
|