@wix/auto_sdk_bookings_staff-members 1.0.49 → 1.0.50

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.
@@ -137,6 +137,12 @@ function resolveWixBookingsStaffV1StaffMembersServiceUrl(opts) {
137
137
  srcPath: "/bookings/v1/bulk/staff-members",
138
138
  destPath: "/v1/bulk/staff-members"
139
139
  }
140
+ ],
141
+ "editor.wixapps.net": [
142
+ {
143
+ srcPath: "/_api/staff-members",
144
+ destPath: ""
145
+ }
140
146
  ]
141
147
  };
142
148
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));