@matchi/api 0.20240807.1 → 0.20240820.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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -100,6 +100,7 @@ type price = {
|
|
|
100
100
|
currency?: string;
|
|
101
101
|
amount: string;
|
|
102
102
|
vat?: string;
|
|
103
|
+
vatValue?: string;
|
|
103
104
|
orderSplitPrice?: OrderSplitPrice;
|
|
104
105
|
};
|
|
105
106
|
|
|
@@ -279,6 +280,7 @@ type serviceFee = {
|
|
|
279
280
|
currency: string;
|
|
280
281
|
amount: string;
|
|
281
282
|
vat: string;
|
|
283
|
+
vatValue?: string;
|
|
282
284
|
};
|
|
283
285
|
|
|
284
286
|
type article = {
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ type price = {
|
|
|
100
100
|
currency?: string;
|
|
101
101
|
amount: string;
|
|
102
102
|
vat?: string;
|
|
103
|
+
vatValue?: string;
|
|
103
104
|
orderSplitPrice?: OrderSplitPrice;
|
|
104
105
|
};
|
|
105
106
|
|
|
@@ -279,6 +280,7 @@ type serviceFee = {
|
|
|
279
280
|
currency: string;
|
|
280
281
|
amount: string;
|
|
281
282
|
vat: string;
|
|
283
|
+
vatValue?: string;
|
|
282
284
|
};
|
|
283
285
|
|
|
284
286
|
type article = {
|