@wix/bookings 1.0.417 → 1.0.418
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.418",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/bookings_attendance": "1.0.
|
|
21
|
+
"@wix/bookings_attendance": "1.0.42",
|
|
22
22
|
"@wix/bookings_availability-calendar": "1.0.30",
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.26",
|
|
24
24
|
"@wix/bookings_bookings": "1.0.44",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@wix/bookings_pricing": "1.0.28",
|
|
30
30
|
"@wix/bookings_resources": "1.0.31",
|
|
31
31
|
"@wix/bookings_service-options-and-variants": "1.0.38",
|
|
32
|
-
"@wix/bookings_services": "1.0.
|
|
32
|
+
"@wix/bookings_services": "1.0.59"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"glob": "^10.4.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"fqdn": ""
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"falconPackageHash": "
|
|
56
|
+
"falconPackageHash": "9ae5684fb18537c21a5e01a7232f0ca77ea3ea7d7dc6411dba700067"
|
|
57
57
|
}
|
|
@@ -10528,7 +10528,7 @@ interface ServiceAvailabilityConstraints {
|
|
|
10528
10528
|
* @readonly
|
|
10529
10529
|
* @deprecated Resource groups required to book the service. For backwards compatibility only. Use `serviceResources` instead.
|
|
10530
10530
|
* @replacedBy service_resources
|
|
10531
|
-
* @
|
|
10531
|
+
* @targetRemovalDate 2024-09-01
|
|
10532
10532
|
*/
|
|
10533
10533
|
resourceGroups?: ResourceGroup[];
|
|
10534
10534
|
/**
|
|
@@ -14709,7 +14709,7 @@ interface BulkSetAttendanceRequest {
|
|
|
14709
14709
|
* @deprecated The attendance information for a booked sessions that you want to create or update. Min size 1.
|
|
14710
14710
|
* Deprecated. use `attendance_details`.
|
|
14711
14711
|
* @replacedBy attendance_details
|
|
14712
|
-
* @
|
|
14712
|
+
* @targetRemovalDate 2024-06-01
|
|
14713
14713
|
*/
|
|
14714
14714
|
attendanceList?: Attendance[];
|
|
14715
14715
|
returnFullEntity?: boolean;
|