@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.
- package/dist/main/index.d.mts +1 -0
- package/dist/main/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -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/dist/main/index.d.ts
CHANGED
|
@@ -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
|
*/
|