@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 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240807.1",
3
+ "version": "0.20240820.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",