@wix/bookings 1.0.430 → 1.0.431
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.431",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@wix/bookings_resource-types": "1.0.0",
|
|
32
32
|
"@wix/bookings_resources": "1.0.34",
|
|
33
33
|
"@wix/bookings_service-options-and-variants": "1.0.43",
|
|
34
|
-
"@wix/bookings_services": "1.0.
|
|
34
|
+
"@wix/bookings_services": "1.0.65",
|
|
35
35
|
"@wix/bookings_staff-members": "1.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "29acdb29a17650e72171624c0db35b4783abe3547d84289531350130"
|
|
61
61
|
}
|
|
@@ -10967,9 +10967,15 @@ interface StaffMember$1 {
|
|
|
10967
10967
|
* @readonly
|
|
10968
10968
|
*/
|
|
10969
10969
|
staffMemberId?: string;
|
|
10970
|
-
/**
|
|
10970
|
+
/**
|
|
10971
|
+
* Name of the staff member
|
|
10972
|
+
* @readonly
|
|
10973
|
+
*/
|
|
10971
10974
|
name?: string | null;
|
|
10972
|
-
/**
|
|
10975
|
+
/**
|
|
10976
|
+
* Main media associated with the service.
|
|
10977
|
+
* @readonly
|
|
10978
|
+
*/
|
|
10973
10979
|
mainMedia?: StaffMediaItem;
|
|
10974
10980
|
}
|
|
10975
10981
|
interface StaffMediaItem extends StaffMediaItemItemOneOf {
|
|
@@ -10967,9 +10967,15 @@ interface StaffMember$1 {
|
|
|
10967
10967
|
* @readonly
|
|
10968
10968
|
*/
|
|
10969
10969
|
staffMemberId?: string;
|
|
10970
|
-
/**
|
|
10970
|
+
/**
|
|
10971
|
+
* Name of the staff member
|
|
10972
|
+
* @readonly
|
|
10973
|
+
*/
|
|
10971
10974
|
name?: string | null;
|
|
10972
|
-
/**
|
|
10975
|
+
/**
|
|
10976
|
+
* Main media associated with the service.
|
|
10977
|
+
* @readonly
|
|
10978
|
+
*/
|
|
10973
10979
|
mainMedia?: StaffMediaItem;
|
|
10974
10980
|
}
|
|
10975
10981
|
interface StaffMediaItem extends StaffMediaItemItemOneOf {
|