@matchi/api 0.20250417.1 → 0.20250423.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.
@@ -1170,6 +1170,7 @@ type ServiceFeeSettings = {
1170
1170
  };
1171
1171
 
1172
1172
  type OrderPaymentDetails = {
1173
+ method?: string;
1173
1174
  totalAmount: string;
1174
1175
  isSettled: boolean;
1175
1176
  isMainBooker: boolean;
@@ -1170,6 +1170,7 @@ type ServiceFeeSettings = {
1170
1170
  };
1171
1171
 
1172
1172
  type OrderPaymentDetails = {
1173
+ method?: string;
1173
1174
  totalAmount: string;
1174
1175
  isSettled: boolean;
1175
1176
  isMainBooker: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250417.1",
3
+ "version": "0.20250423.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {