@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 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
- serviceFeeVatPercentage?: string;
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
- serviceFeeVatPercentage?: string;
129
+ serviceFeeVatValue?: string;
129
130
  };
130
131
 
131
132
  type timeStamp = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20241021.1",
3
+ "version": "0.20241023.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",