@matchi/api 0.20250228.1 → 0.20250304.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.
@@ -1152,6 +1152,7 @@ type paymentMethodPaymentDetail = {
1152
1152
  type PaymentMethodPaymentRefund = {
1153
1153
  amount: string;
1154
1154
  note: string;
1155
+ reason?: string;
1155
1156
  lastUpdated: timeStamp;
1156
1157
  };
1157
1158
 
@@ -1152,6 +1152,7 @@ type paymentMethodPaymentDetail = {
1152
1152
  type PaymentMethodPaymentRefund = {
1153
1153
  amount: string;
1154
1154
  note: string;
1155
+ reason?: string;
1155
1156
  lastUpdated: timeStamp;
1156
1157
  };
1157
1158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250228.1",
3
+ "version": "0.20250304.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {