@wix/auto_sdk_bookings_bookings 1.0.58 → 1.0.59

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.
@@ -3807,7 +3807,7 @@ declare function onBookingUpdated(handler: (event: BookingUpdatedEnvelope) => vo
3807
3807
  * on the `paymentStatus` you provide, double booking conflicts, and whether
3808
3808
  * the service requires business approval.
3809
3809
  *
3810
- * ## eCommerce checkout restriction
3810
+ * ### eCommerce checkout restriction
3811
3811
  *
3812
3812
  * Call this method only when using a custom checkout page. Don't
3813
3813
  * call it when using a *Wix eCommerce checkout*
@@ -3816,7 +3816,7 @@ declare function onBookingUpdated(handler: (event: BookingUpdatedEnvelope) => vo
3816
3816
  * the `paymentStatus` of the corresponding *Wix eCommerce order*
3817
3817
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
3818
3818
  *
3819
- * ## New booking status
3819
+ * ### New booking status
3820
3820
  *
3821
3821
  * The booking `status` is set to `DECLINED` if both of the following conditions
3822
3822
  * are met:
@@ -3826,13 +3826,13 @@ declare function onBookingUpdated(handler: (event: BookingUpdatedEnvelope) => vo
3826
3826
  * If only one or none of these conditions is met, `status` is set to `PENDING`
3827
3827
  * or `CONFIRMED` depending on whether the service requires business approval.
3828
3828
  *
3829
- * ## Double bookings
3829
+ * ### Double bookings
3830
3830
  *
3831
3831
  * If there is a double booking conflict, but the booking has already been at least
3832
3832
  * partially paid, the method still marks the booking as `PENDING` or `CONFIRMED`.
3833
3833
  * Then, it also sets `doubleBooked` to `true`.
3834
3834
  *
3835
- * ## Admin overwrites
3835
+ * ### Admin overwrites
3836
3836
  *
3837
3837
  * There are small but important differences in confirmation behavior if the
3838
3838
  * booking was created with special `flowControlSettings`: