@wix/table-reservations 1.0.154 → 1.0.155
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.155",
|
|
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/table-reservations_reservation-locations": "1.0.65",
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.53",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.47"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "4dee93214abf2ed769db390b586413d6c44eb46d2a8c6fde33134ec0"
|
|
49
49
|
}
|
|
@@ -564,9 +564,9 @@ interface Reservation {
|
|
|
564
564
|
*/
|
|
565
565
|
extendedFields?: ExtendedFields$1;
|
|
566
566
|
}
|
|
567
|
-
/** Tables used for the reservation. */
|
|
567
|
+
/** Tables used for the reservation. If you don't pass a `tables` object, the server attempts to assign tables automatically. */
|
|
568
568
|
interface Tables {
|
|
569
|
-
/** IDs of tables. */
|
|
569
|
+
/** IDs of tables used for this reservation. If you don't pass an `ids` array, or you pass an empty array, no tables are assigned. */
|
|
570
570
|
ids?: string[];
|
|
571
571
|
}
|
|
572
572
|
declare enum Status$1 {
|
|
@@ -564,9 +564,9 @@ interface Reservation {
|
|
|
564
564
|
*/
|
|
565
565
|
extendedFields?: ExtendedFields$1;
|
|
566
566
|
}
|
|
567
|
-
/** Tables used for the reservation. */
|
|
567
|
+
/** Tables used for the reservation. If you don't pass a `tables` object, the server attempts to assign tables automatically. */
|
|
568
568
|
interface Tables {
|
|
569
|
-
/** IDs of tables. */
|
|
569
|
+
/** IDs of tables used for this reservation. If you don't pass an `ids` array, or you pass an empty array, no tables are assigned. */
|
|
570
570
|
ids?: string[];
|
|
571
571
|
}
|
|
572
572
|
declare enum Status$1 {
|