@wix/auto_sdk_bookings_bookings 1.0.104 → 1.0.105

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.
@@ -394,9 +394,8 @@ interface CreateBookingSignature {
394
394
  *
395
395
  * When customers sign up for a service, they must fill out the [booking form](https://support.wix.com/en/article/wix-bookings-creating-and-setting-up-your-booking-forms).
396
396
  * To create a booking with a completed booking form, specify the relevant data in `formSubmission`.
397
- * Ensure the values of the corresponding fields in `booking.contactDetails` and `formSubmission` are identical.
398
- * If these values don't match, Create Booking fails.
399
- * Therefore, we recommend specifying only `booking.contactDetails.contactId` when providing `formSubmission`.
397
+ * When specifying `formSubmission`, Wix Bookings sets all `booking.contactDetails` fields based on `formSubmission` and ignores any values in `booking.contactDetails`, except for `booking.contactDetails.contactId`.
398
+ * To avoid conflicts, send `booking.contactDetails.contactId` together with `formSubmission`, and omit other contact details.
400
399
  * Learn more about the [Bookings and Wix Forms integration](https://dev.wix.com/docs/rest/business-solutions/bookings/wix-forms-integration).
401
400
  *
402
401
  * ### Participant information