@wix/bookings 1.0.474 → 1.0.475
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.
|
|
3
|
+
"version": "1.0.475",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@wix/bookings_resources": "1.0.52",
|
|
38
38
|
"@wix/bookings_service-options-and-variants": "1.0.53",
|
|
39
39
|
"@wix/bookings_services": "1.0.77",
|
|
40
|
-
"@wix/bookings_staff-members": "1.0.
|
|
40
|
+
"@wix/bookings_staff-members": "1.0.14"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"glob": "^10.4.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"fqdn": ""
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "fce3c544a3139f44933c7031933d8e605b86f21e058df2badf8c9d02"
|
|
66
66
|
}
|
|
@@ -18542,9 +18542,9 @@ interface CreateStaffMemberSignature {
|
|
|
18542
18542
|
* Creates a staff member.
|
|
18543
18543
|
*
|
|
18544
18544
|
*
|
|
18545
|
-
* By using the create API, you can create a staff member and set
|
|
18545
|
+
* By using the create API, you can create a staff member and set its name, email, phone, description and media.
|
|
18546
18546
|
* By default any staff member that is created will be linked to the business working hours, allowing customers to book appointments with the staff
|
|
18547
|
-
*
|
|
18547
|
+
* based on the business working hours.
|
|
18548
18548
|
* @param - Staff Member to be created.
|
|
18549
18549
|
* @returns The created staff member.
|
|
18550
18550
|
*/
|
|
@@ -18542,9 +18542,9 @@ interface CreateStaffMemberSignature {
|
|
|
18542
18542
|
* Creates a staff member.
|
|
18543
18543
|
*
|
|
18544
18544
|
*
|
|
18545
|
-
* By using the create API, you can create a staff member and set
|
|
18545
|
+
* By using the create API, you can create a staff member and set its name, email, phone, description and media.
|
|
18546
18546
|
* By default any staff member that is created will be linked to the business working hours, allowing customers to book appointments with the staff
|
|
18547
|
-
*
|
|
18547
|
+
* based on the business working hours.
|
|
18548
18548
|
* @param - Staff Member to be created.
|
|
18549
18549
|
* @returns The created staff member.
|
|
18550
18550
|
*/
|