@matchi/api 0.20250224.1 → 0.20250225.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.
@@ -1167,6 +1167,7 @@ type OrderPaymentDetails = {
1167
1167
  isSettled: boolean;
1168
1168
  isMainBooker: boolean;
1169
1169
  totalAmountPaid: string;
1170
+ totalPaidWithoutFee?: string;
1170
1171
  splitPart?: string | null;
1171
1172
  totalRefunded: string;
1172
1173
  payments?: Array<paymentMethodPaymentDetail>;
@@ -1167,6 +1167,7 @@ type OrderPaymentDetails = {
1167
1167
  isSettled: boolean;
1168
1168
  isMainBooker: boolean;
1169
1169
  totalAmountPaid: string;
1170
+ totalPaidWithoutFee?: string;
1170
1171
  splitPart?: string | null;
1171
1172
  totalRefunded: string;
1172
1173
  payments?: Array<paymentMethodPaymentDetail>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250224.1",
3
+ "version": "0.20250225.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {