@matchi/api 0.20250616.1 → 0.20250616.2

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.
@@ -659,6 +659,7 @@ type checkoutResponse = {
659
659
  orderId: number;
660
660
  orderStatus: string;
661
661
  canUsePromoCode?: boolean;
662
+ usePreAuth?: boolean;
662
663
  /**
663
664
  * 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
664
665
  */
@@ -659,6 +659,7 @@ type checkoutResponse = {
659
659
  orderId: number;
660
660
  orderStatus: string;
661
661
  canUsePromoCode?: boolean;
662
+ usePreAuth?: boolean;
662
663
  /**
663
664
  * 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
664
665
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250616.1",
3
+ "version": "0.20250616.2",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {