@wix/table-reservations 1.0.120 → 1.0.121
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/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.121",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/table-reservations_reservation-locations": "1.0.42",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.38",
|
|
23
|
-
"@wix/table-reservations_time-slots": "1.0.
|
|
23
|
+
"@wix/table-reservations_time-slots": "1.0.40"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "379e2d4a30a09f60e0b3c6753da00a867f53eed632e134b78fad10e7"
|
|
49
49
|
}
|
|
@@ -4487,7 +4487,7 @@ interface CheckTimeSlotSignature {
|
|
|
4487
4487
|
/**
|
|
4488
4488
|
* Checks a restaurant's availability to accommodate a reservation for a given party size in a given time slot.
|
|
4489
4489
|
*
|
|
4490
|
-
*
|
|
4490
|
+
* This checkTimeSlot() returns availability information for the restaurant's table combinations, and flags any party pacing or seat pacing conflicts that the proposed reservation would cause.
|
|
4491
4491
|
* @param - ID of the reservation location for which to check the time slot.
|
|
4492
4492
|
*/
|
|
4493
4493
|
(reservationLocationId: string, options?: CheckTimeSlotOptions | undefined): Promise<CheckTimeSlotResponse & CheckTimeSlotResponseNonNullableFields>;
|
|
@@ -4487,7 +4487,7 @@ interface CheckTimeSlotSignature {
|
|
|
4487
4487
|
/**
|
|
4488
4488
|
* Checks a restaurant's availability to accommodate a reservation for a given party size in a given time slot.
|
|
4489
4489
|
*
|
|
4490
|
-
*
|
|
4490
|
+
* This checkTimeSlot() returns availability information for the restaurant's table combinations, and flags any party pacing or seat pacing conflicts that the proposed reservation would cause.
|
|
4491
4491
|
* @param - ID of the reservation location for which to check the time slot.
|
|
4492
4492
|
*/
|
|
4493
4493
|
(reservationLocationId: string, options?: CheckTimeSlotOptions | undefined): Promise<CheckTimeSlotResponse & CheckTimeSlotResponseNonNullableFields>;
|