@matchi/api 0.20241021.1 → 0.20241023.1
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.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -107,6 +107,7 @@ type OrderSplitPrice = {
|
|
|
107
107
|
currency?: string;
|
|
108
108
|
orderPrice?: string;
|
|
109
109
|
orderPriceVat?: string;
|
|
110
|
+
orderPriceVatValue?: string;
|
|
110
111
|
splitFee?: string;
|
|
111
112
|
splitFeeVat?: string;
|
|
112
113
|
splitFeeVatValue?: string;
|
|
@@ -125,7 +126,7 @@ type price = {
|
|
|
125
126
|
serviceFeeVat?: string;
|
|
126
127
|
minimumFee?: string;
|
|
127
128
|
maximumFee?: string;
|
|
128
|
-
|
|
129
|
+
serviceFeeVatValue?: string;
|
|
129
130
|
};
|
|
130
131
|
|
|
131
132
|
type timeStamp = string;
|
package/dist/index.d.ts
CHANGED
|
@@ -107,6 +107,7 @@ type OrderSplitPrice = {
|
|
|
107
107
|
currency?: string;
|
|
108
108
|
orderPrice?: string;
|
|
109
109
|
orderPriceVat?: string;
|
|
110
|
+
orderPriceVatValue?: string;
|
|
110
111
|
splitFee?: string;
|
|
111
112
|
splitFeeVat?: string;
|
|
112
113
|
splitFeeVatValue?: string;
|
|
@@ -125,7 +126,7 @@ type price = {
|
|
|
125
126
|
serviceFeeVat?: string;
|
|
126
127
|
minimumFee?: string;
|
|
127
128
|
maximumFee?: string;
|
|
128
|
-
|
|
129
|
+
serviceFeeVatValue?: string;
|
|
129
130
|
};
|
|
130
131
|
|
|
131
132
|
type timeStamp = string;
|