@wix/table-reservations 1.0.145 → 1.0.146
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.146",
|
|
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/table-reservations_reservation-locations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.59",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.50",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.44"
|
|
24
24
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "91c8b90280eba1699c2f37ffb1bc5d655b0636818575a55be8f0991b"
|
|
49
49
|
}
|
|
@@ -2669,6 +2669,14 @@ interface OnlineReservations {
|
|
|
2669
2669
|
onlineReservationsEnabled?: boolean | null;
|
|
2670
2670
|
/** Manual approval settings. */
|
|
2671
2671
|
manualApproval?: ManualApproval;
|
|
2672
|
+
/**
|
|
2673
|
+
* Interval between a reservation location's time slots in minutes.
|
|
2674
|
+
*
|
|
2675
|
+
* This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by [getTimeSlots()](/time-slots/get-time-slots).
|
|
2676
|
+
*
|
|
2677
|
+
* Default: `15`
|
|
2678
|
+
*/
|
|
2679
|
+
timeSlotInterval?: number | null;
|
|
2672
2680
|
}
|
|
2673
2681
|
/** Reservation form settings. */
|
|
2674
2682
|
interface ReservationForm {
|
|
@@ -2669,6 +2669,14 @@ interface OnlineReservations {
|
|
|
2669
2669
|
onlineReservationsEnabled?: boolean | null;
|
|
2670
2670
|
/** Manual approval settings. */
|
|
2671
2671
|
manualApproval?: ManualApproval;
|
|
2672
|
+
/**
|
|
2673
|
+
* Interval between a reservation location's time slots in minutes.
|
|
2674
|
+
*
|
|
2675
|
+
* This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by [getTimeSlots()](/time-slots/get-time-slots).
|
|
2676
|
+
*
|
|
2677
|
+
* Default: `15`
|
|
2678
|
+
*/
|
|
2679
|
+
timeSlotInterval?: number | null;
|
|
2672
2680
|
}
|
|
2673
2681
|
/** Reservation form settings. */
|
|
2674
2682
|
interface ReservationForm {
|
|
@@ -2368,6 +2368,14 @@ interface OnlineReservations$1 {
|
|
|
2368
2368
|
onlineReservationsEnabled?: boolean | null;
|
|
2369
2369
|
/** Manual approval settings. */
|
|
2370
2370
|
manualApproval?: ManualApproval$1;
|
|
2371
|
+
/**
|
|
2372
|
+
* Interval between a reservation location's time slots in minutes.
|
|
2373
|
+
*
|
|
2374
|
+
* This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by [Get Time Slots](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/reservations/time-slots/get-time-slots).
|
|
2375
|
+
*
|
|
2376
|
+
* Default: `15`
|
|
2377
|
+
*/
|
|
2378
|
+
timeSlotInterval?: number | null;
|
|
2371
2379
|
}
|
|
2372
2380
|
/** Reservation form settings. */
|
|
2373
2381
|
interface ReservationForm$1 {
|
|
@@ -3145,6 +3153,14 @@ interface OnlineReservations {
|
|
|
3145
3153
|
onlineReservationsEnabled?: boolean | null;
|
|
3146
3154
|
/** Manual approval settings. */
|
|
3147
3155
|
manualApproval?: ManualApproval;
|
|
3156
|
+
/**
|
|
3157
|
+
* Interval between a reservation location's time slots in minutes.
|
|
3158
|
+
*
|
|
3159
|
+
* This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by [getTimeSlots()](/time-slots/get-time-slots).
|
|
3160
|
+
*
|
|
3161
|
+
* Default: `15`
|
|
3162
|
+
*/
|
|
3163
|
+
timeSlotInterval?: number | null;
|
|
3148
3164
|
}
|
|
3149
3165
|
/** Reservation form settings. */
|
|
3150
3166
|
interface ReservationForm {
|