@wix/auto_sdk_bookings_staff-members 1.0.2 → 1.0.3

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.
@@ -113,7 +113,7 @@ export declare function assignWorkingHoursSchedule(payload: object): RequestOpti
113
113
  * you can define specific working hours for that staff member.
114
114
  *
115
115
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
116
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
116
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
117
117
  */
118
118
  export declare function assignCustomSchedule(payload: object): RequestOptionsFactory<any>;
119
119
  /**
@@ -490,7 +490,7 @@ exports.assignWorkingHoursSchedule = assignWorkingHoursSchedule;
490
490
  * you can define specific working hours for that staff member.
491
491
  *
492
492
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
493
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
493
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
494
494
  */
495
495
  function assignCustomSchedule(payload) {
496
496
  function __assignCustomSchedule({ host }) {
@@ -2689,7 +2689,7 @@ export interface AssignWorkingHoursScheduleOptions {
2689
2689
  * @applicableIdentity APP
2690
2690
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
2691
2691
  * @deprecated
2692
- * @replacedBy AssignWorkingHoursSchedule
2692
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
2693
2693
  * @targetRemovalDate 2024-12-31
2694
2694
  */
2695
2695
  export declare function assignCustomSchedule(staffMemberId: string, scheduleId: string, options?: AssignCustomScheduleOptions): Promise<AssignCustomScheduleResponse & AssignCustomScheduleResponseNonNullableFields>;
@@ -849,7 +849,7 @@ exports.assignWorkingHoursSchedule = assignWorkingHoursSchedule;
849
849
  * @applicableIdentity APP
850
850
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
851
851
  * @deprecated
852
- * @replacedBy AssignWorkingHoursSchedule
852
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
853
853
  * @targetRemovalDate 2024-12-31
854
854
  */
855
855
  async function assignCustomSchedule(staffMemberId, scheduleId, options) {
@@ -113,7 +113,7 @@ export declare function assignWorkingHoursSchedule(payload: object): RequestOpti
113
113
  * you can define specific working hours for that staff member.
114
114
  *
115
115
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
116
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
116
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
117
117
  */
118
118
  export declare function assignCustomSchedule(payload: object): RequestOptionsFactory<any>;
119
119
  /**
@@ -477,7 +477,7 @@ export function assignWorkingHoursSchedule(payload) {
477
477
  * you can define specific working hours for that staff member.
478
478
  *
479
479
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
480
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
480
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
481
481
  */
482
482
  export function assignCustomSchedule(payload) {
483
483
  function __assignCustomSchedule({ host }) {
@@ -2689,7 +2689,7 @@ export interface AssignWorkingHoursScheduleOptions {
2689
2689
  * @applicableIdentity APP
2690
2690
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
2691
2691
  * @deprecated
2692
- * @replacedBy AssignWorkingHoursSchedule
2692
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
2693
2693
  * @targetRemovalDate 2024-12-31
2694
2694
  */
2695
2695
  export declare function assignCustomSchedule(staffMemberId: string, scheduleId: string, options?: AssignCustomScheduleOptions): Promise<AssignCustomScheduleResponse & AssignCustomScheduleResponseNonNullableFields>;
@@ -813,7 +813,7 @@ export async function assignWorkingHoursSchedule(staffMemberId, scheduleId, opti
813
813
  * @applicableIdentity APP
814
814
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
815
815
  * @deprecated
816
- * @replacedBy AssignWorkingHoursSchedule
816
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
817
817
  * @targetRemovalDate 2024-12-31
818
818
  */
819
819
  export async function assignCustomSchedule(staffMemberId, scheduleId, options) {
@@ -113,7 +113,7 @@ export declare function assignWorkingHoursSchedule(payload: object): RequestOpti
113
113
  * you can define specific working hours for that staff member.
114
114
  *
115
115
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
116
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
116
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
117
117
  */
118
118
  export declare function assignCustomSchedule(payload: object): RequestOptionsFactory<any>;
119
119
  /**
@@ -490,7 +490,7 @@ exports.assignWorkingHoursSchedule = assignWorkingHoursSchedule;
490
490
  * you can define specific working hours for that staff member.
491
491
  *
492
492
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
493
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
493
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
494
494
  */
495
495
  function assignCustomSchedule(payload) {
496
496
  function __assignCustomSchedule({ host }) {
@@ -2689,7 +2689,7 @@ export interface AssignWorkingHoursScheduleOptions {
2689
2689
  * @applicableIdentity APP
2690
2690
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
2691
2691
  * @deprecated
2692
- * @replacedBy AssignWorkingHoursSchedule
2692
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
2693
2693
  * @targetRemovalDate 2024-12-31
2694
2694
  */
2695
2695
  export declare function assignCustomSchedule(staffMemberId: string, scheduleId: string, options?: AssignCustomScheduleOptions): Promise<AssignCustomScheduleResponse & AssignCustomScheduleResponseNonNullableFields>;
@@ -849,7 +849,7 @@ exports.assignWorkingHoursSchedule = assignWorkingHoursSchedule;
849
849
  * @applicableIdentity APP
850
850
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
851
851
  * @deprecated
852
- * @replacedBy AssignWorkingHoursSchedule
852
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
853
853
  * @targetRemovalDate 2024-12-31
854
854
  */
855
855
  async function assignCustomSchedule(staffMemberId, scheduleId, options) {
@@ -113,7 +113,7 @@ export declare function assignWorkingHoursSchedule(payload: object): RequestOpti
113
113
  * you can define specific working hours for that staff member.
114
114
  *
115
115
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
116
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
116
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
117
117
  */
118
118
  export declare function assignCustomSchedule(payload: object): RequestOptionsFactory<any>;
119
119
  /**
@@ -477,7 +477,7 @@ export function assignWorkingHoursSchedule(payload) {
477
477
  * you can define specific working hours for that staff member.
478
478
  *
479
479
  * To create and manage schedules and working hours sessions, use [Events API](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction).
480
- * @deprecated It has been replaced with AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
480
+ * @deprecated It has been replaced with wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule(), and will be removed on 2024-12-31.
481
481
  */
482
482
  export function assignCustomSchedule(payload) {
483
483
  function __assignCustomSchedule({ host }) {
@@ -2689,7 +2689,7 @@ export interface AssignWorkingHoursScheduleOptions {
2689
2689
  * @applicableIdentity APP
2690
2690
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
2691
2691
  * @deprecated
2692
- * @replacedBy AssignWorkingHoursSchedule
2692
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
2693
2693
  * @targetRemovalDate 2024-12-31
2694
2694
  */
2695
2695
  export declare function assignCustomSchedule(staffMemberId: string, scheduleId: string, options?: AssignCustomScheduleOptions): Promise<AssignCustomScheduleResponse & AssignCustomScheduleResponseNonNullableFields>;
@@ -813,7 +813,7 @@ export async function assignWorkingHoursSchedule(staffMemberId, scheduleId, opti
813
813
  * @applicableIdentity APP
814
814
  * @fqn wix.bookings.staff.v1.StaffMembersService.AssignCustomSchedule
815
815
  * @deprecated
816
- * @replacedBy AssignWorkingHoursSchedule
816
+ * @replacedBy wix.bookings.staff.v1.StaffMembersService.AssignWorkingHoursSchedule
817
817
  * @targetRemovalDate 2024-12-31
818
818
  */
819
819
  export async function assignCustomSchedule(staffMemberId, scheduleId, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_staff-members",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.staff.v1.staff_member"
49
49
  }
50
50
  },
51
- "falconPackageHash": "e9a1e2e1d2e3fb8b00da946846ae26c7e798f62e7b911854b9744520"
51
+ "falconPackageHash": "dcb64720234a86bdbeec5d5ebb21e33ac243334e83020e5bdefa3114"
52
52
  }