@matchi/api 0.20250305.2 → 0.20250306.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.
@@ -1179,6 +1179,7 @@ type OrderPaymentDetails = {
1179
1179
  totalRefunded: string;
1180
1180
  numberUnpaidSplits?: number;
1181
1181
  unpaidSplitPrice?: string;
1182
+ splitSettledAt?: timeStamp;
1182
1183
  payments?: Array<paymentMethodPaymentDetail>;
1183
1184
  promoCodeOutcome?: {
1184
1185
  code: string;
@@ -1179,6 +1179,7 @@ type OrderPaymentDetails = {
1179
1179
  totalRefunded: string;
1180
1180
  numberUnpaidSplits?: number;
1181
1181
  unpaidSplitPrice?: string;
1182
+ splitSettledAt?: timeStamp;
1182
1183
  payments?: Array<paymentMethodPaymentDetail>;
1183
1184
  promoCodeOutcome?: {
1184
1185
  code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250305.2",
3
+ "version": "0.20250306.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {