@wix/bookings 1.0.511 → 1.0.512

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.511",
3
+ "version": "1.0.512",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  "@wix/bookings_service-categories": "1.0.1",
39
39
  "@wix/bookings_service-options-and-variants": "1.0.58",
40
40
  "@wix/bookings_services": "1.0.82",
41
- "@wix/bookings_staff-members": "1.0.18"
41
+ "@wix/bookings_staff-members": "1.0.19"
42
42
  },
43
43
  "devDependencies": {
44
44
  "glob": "^10.4.1",
@@ -63,5 +63,5 @@
63
63
  "fqdn": ""
64
64
  }
65
65
  },
66
- "falconPackageHash": "773be3087af3e457fd1752fa40005c3c46b5520997b847519ff3ef31"
66
+ "falconPackageHash": "ba75338d3e6b7ac8453e98e184e246110721319452bbbcc5bee0dc89"
67
67
  }
@@ -19486,9 +19486,10 @@ interface AssignWorkingHoursScheduleSignature {
19486
19486
  * and dictate when the staff member is available for bookings.
19487
19487
  *
19488
19488
  * By default staff members use the shared business working hours schedule. By assigning a custom working hours schedule to a staff member,
19489
- * you can define specific working hours for that staff member.
19489
+ * you can define specific working hours f
19490
+ * or that staff member.
19490
19491
  *
19491
- * To create and manage schedules and working hours sessions, use [Schedules and Sessions API](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/schedules-and-sessions/introduction).
19492
+ * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
19492
19493
  * @param - Id of the staff member to assign the schedule to.
19493
19494
  * @param - Id of a schedule to assign to the staff's working hours schedule.
19494
19495
  */
@@ -19486,9 +19486,10 @@ interface AssignWorkingHoursScheduleSignature {
19486
19486
  * and dictate when the staff member is available for bookings.
19487
19487
  *
19488
19488
  * By default staff members use the shared business working hours schedule. By assigning a custom working hours schedule to a staff member,
19489
- * you can define specific working hours for that staff member.
19489
+ * you can define specific working hours f
19490
+ * or that staff member.
19490
19491
  *
19491
- * To create and manage schedules and working hours sessions, use [Schedules and Sessions API](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/schedules-and-sessions/introduction).
19492
+ * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
19492
19493
  * @param - Id of the staff member to assign the schedule to.
19493
19494
  * @param - Id of a schedule to assign to the staff's working hours schedule.
19494
19495
  */