@wix/auto_sdk_calendar_events 1.0.47 → 1.0.49

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.
@@ -47,8 +47,9 @@ interface Event {
47
47
  *
48
48
  * Supported values:
49
49
  * + `DEFAULT`: A standard event that's not further specified.
50
- * + `WORKING_HOURS`: The event adds working hours to a schedule. By default not returned in [Query Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/query-events).
51
- *
50
+ * + `WORKING_HOURS`: The event adds working hours to a schedule.
51
+ * By default not returned in [Query Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/query-events).
52
+ * To retrieve working hour events, specify `"type": "WORKING_HOURS"` in the query filter.
52
53
  * Additional supported values, if Wix Bookings is installed:
53
54
  * + `APPOINTMENT`: Bookings appointment event.
54
55
  * + `CLASS`: Bookings class event.