@wix/bookings 1.0.454 → 1.0.455
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.455",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/bookings_attendance": "1.0.49",
|
|
22
|
-
"@wix/bookings_availability-calendar": "1.0.
|
|
22
|
+
"@wix/bookings_availability-calendar": "1.0.37",
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.32",
|
|
24
24
|
"@wix/bookings_booking-fees": "1.0.1",
|
|
25
25
|
"@wix/bookings_booking-policies": "1.0.3",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"fqdn": ""
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
62
|
+
"falconPackageHash": "414ee3f7e39a81bfded739cb97b3d3e830ee53c682a5bb70e93c6cad"
|
|
63
63
|
}
|
|
@@ -1083,6 +1083,7 @@ interface GetScheduleAvailabilitySignature {
|
|
|
1083
1083
|
* - Checking for open spots by subtracting the current number of participants from the total spots
|
|
1084
1084
|
* current number of participants is calculated by summing the number of participants of all bookings booked to the schedule
|
|
1085
1085
|
* @param - The schedule ID for which availability is being checked.
|
|
1086
|
+
* @deprecated
|
|
1086
1087
|
*/
|
|
1087
1088
|
(scheduleId: string): Promise<GetScheduleAvailabilityResponse$1>;
|
|
1088
1089
|
}
|
|
@@ -1083,6 +1083,7 @@ interface GetScheduleAvailabilitySignature {
|
|
|
1083
1083
|
* - Checking for open spots by subtracting the current number of participants from the total spots
|
|
1084
1084
|
* current number of participants is calculated by summing the number of participants of all bookings booked to the schedule
|
|
1085
1085
|
* @param - The schedule ID for which availability is being checked.
|
|
1086
|
+
* @deprecated
|
|
1086
1087
|
*/
|
|
1087
1088
|
(scheduleId: string): Promise<GetScheduleAvailabilityResponse$1>;
|
|
1088
1089
|
}
|