@matchi/api 0.20250701.2 → 0.20250703.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.
@@ -660,6 +660,7 @@ type checkoutResponse = {
660
660
  orderStatus: string;
661
661
  canUsePromoCode?: boolean;
662
662
  usePreAuth?: boolean;
663
+ useAmountAdjustment?: boolean;
663
664
  /**
664
665
  * Is what is left to pay e.g. the attribute price minus sum of other payment methods that have been applied, e.g. value cards
665
666
  */
@@ -1179,6 +1180,7 @@ type OrderPaymentDetails = {
1179
1180
  isSettled: boolean;
1180
1181
  isMainBooker: boolean;
1181
1182
  isPreAuth?: boolean;
1183
+ useAmountAdjustment?: boolean;
1182
1184
  totalAmountPaid: string;
1183
1185
  totalPaidWithoutFee?: string;
1184
1186
  splitPart?: string | null;
@@ -660,6 +660,7 @@ type checkoutResponse = {
660
660
  orderStatus: string;
661
661
  canUsePromoCode?: boolean;
662
662
  usePreAuth?: boolean;
663
+ useAmountAdjustment?: boolean;
663
664
  /**
664
665
  * Is what is left to pay e.g. the attribute price minus sum of other payment methods that have been applied, e.g. value cards
665
666
  */
@@ -1179,6 +1180,7 @@ type OrderPaymentDetails = {
1179
1180
  isSettled: boolean;
1180
1181
  isMainBooker: boolean;
1181
1182
  isPreAuth?: boolean;
1183
+ useAmountAdjustment?: boolean;
1182
1184
  totalAmountPaid: string;
1183
1185
  totalPaidWithoutFee?: string;
1184
1186
  splitPart?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250701.2",
3
+ "version": "0.20250703.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {