@wix/auto_sdk_bookings_bookings 1.0.86 → 1.0.88

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.
@@ -722,7 +722,7 @@ interface FlowControlSettings {
722
722
  withRefund?: boolean | null;
723
723
  /**
724
724
  * Whether [add-on](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-ons/introduction) validations are skipped when creating a booking.
725
- * For example, customers can choose an add-on from an [add-on group](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-on-groups/introduction) that's not associated with the service or choose more than the maximum number of different add-ons from a group.
725
+ * For example, customers can choose an add-on from an [add-on group](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/about-add-on-groups) that's not associated with the service or choose more than the maximum number of different add-ons from a group.
726
726
  * The calling [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities) must have `BOOKINGS.MANAGE_ADDONS` permissions when specifying `true`.
727
727
  *
728
728
  * Default: `false`.
@@ -4191,7 +4191,7 @@ interface BulkConfirmOrDeclineBookingOptions {
4191
4191
  * ### Add-ons
4192
4192
  *
4193
4193
  * You can include [add-ons](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-ons/introduction) when creating a booking by specifying `bookedAddOns`.
4194
- * Each selected add-on must belong to an [add-on group](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-on-groups/introduction) associated with the service and respect the group's selection limits.
4194
+ * Each selected add-on must belong to an [add-on group](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/about-add-on-groups) associated with the service and respect the group's selection limits.
4195
4195
  *
4196
4196
  * ### Notify customers
4197
4197
  *