@matchi/api 0.20250307.2 → 0.20250310.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.
@@ -1140,7 +1140,7 @@ type order = {
1140
1140
 
1141
1141
  type OrderPriceDetails = {
1142
1142
  totalPrice?: string;
1143
- price: string;
1143
+ price?: string;
1144
1144
  fee?: string;
1145
1145
  priceVat?: string;
1146
1146
  feeVat?: string;
@@ -1140,7 +1140,7 @@ type order = {
1140
1140
 
1141
1141
  type OrderPriceDetails = {
1142
1142
  totalPrice?: string;
1143
- price: string;
1143
+ price?: string;
1144
1144
  fee?: string;
1145
1145
  priceVat?: string;
1146
1146
  feeVat?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250307.2",
3
+ "version": "0.20250310.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {