@wix/auto_sdk_bookings_bookings 1.0.83 → 1.0.84

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.
@@ -250,7 +250,20 @@ interface BookedEntityItemOneOf {
250
250
  schedule?: BookedSchedule;
251
251
  }
252
252
  interface BookedSlot {
253
- /** Session ID. */
253
+ /**
254
+ * Session ID. For class bookings, this is the ID of the existing session.
255
+ * For appointment bookings, this field is typically empty during booking creation and gets populated when the booking is confirmed.
256
+ *
257
+ * __Migration Guidance__: Replace usage of this field with `eventId` from the [Time Slots V2 API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/time-slots/time-slots-v2/introduction).
258
+ * You can follow [these sample flows](https://dev.wix.com/docs/api-reference/business-solutions/bookings/end-to-end-booking-flows) for step-by-step guidance about determining availability and creating bookings.
259
+ * @deprecated Session ID. For class bookings, this is the ID of the existing session.
260
+ * For appointment bookings, this field is typically empty during booking creation and gets populated when the booking is confirmed.
261
+ *
262
+ * __Migration Guidance__: Replace usage of this field with `eventId` from the [Time Slots V2 API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/time-slots/time-slots-v2/introduction).
263
+ * You can follow [these sample flows](https://dev.wix.com/docs/api-reference/business-solutions/bookings/end-to-end-booking-flows) for step-by-step guidance about determining availability and creating bookings.
264
+ * @replacedBy event_id
265
+ * @targetRemovalDate 2026-03-31
266
+ */
254
267
  sessionId?: string | null;
255
268
  /** Service ID. */
256
269
  serviceId?: string;