@wix/auto_sdk_bookings_bookings 1.0.93 → 1.0.95
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/build/cjs/index.d.ts +34 -15
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +37 -16
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +34 -15
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +37 -16
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +34 -15
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +37 -16
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +34 -15
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +37 -16
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -86,7 +86,9 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
86
86
|
/**
|
|
87
87
|
* Payment option selected by the customer. If the customer hasn't completed their checkout, they may still change the payment method. Must be one of the payment options offered by the [service](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction), unless `skipSelectedPaymentOptionValidation` is `true`.
|
|
88
88
|
*
|
|
89
|
-
* When
|
|
89
|
+
* When the customer pays with a [Wix eCommerce checkout](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/checkout/introduction), this field is required.
|
|
90
|
+
* Otherwise, the Create Booking call fails.
|
|
91
|
+
* For custom checkouts, you don't have to specify this field.
|
|
90
92
|
*/
|
|
91
93
|
selectedPaymentOption?: SelectedPaymentOptionWithLiterals;
|
|
92
94
|
/**
|