@wix/table-reservations 1.0.138 → 1.0.139
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.139",
|
|
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.54",
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.49",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.44"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "e0befaf8ada609c2d9aabfc0aab310cbd9a206c1b4c08feb6fb60633"
|
|
49
49
|
}
|
|
@@ -535,7 +535,12 @@ declare enum Source {
|
|
|
535
535
|
interface Details {
|
|
536
536
|
/** ID of the reservation location at which this reservation will be made. */
|
|
537
537
|
reservationLocationId?: string | null;
|
|
538
|
-
/**
|
|
538
|
+
/**
|
|
539
|
+
* IDs of tables used for this reservation.
|
|
540
|
+
* @deprecated
|
|
541
|
+
* @replacedBy tables
|
|
542
|
+
* @targetRemovalDate 2024-12-31
|
|
543
|
+
*/
|
|
539
544
|
tableIds?: string[] | null;
|
|
540
545
|
/** Start date and time of the reservation. */
|
|
541
546
|
startDate?: Date;
|
|
@@ -535,7 +535,12 @@ declare enum Source {
|
|
|
535
535
|
interface Details {
|
|
536
536
|
/** ID of the reservation location at which this reservation will be made. */
|
|
537
537
|
reservationLocationId?: string | null;
|
|
538
|
-
/**
|
|
538
|
+
/**
|
|
539
|
+
* IDs of tables used for this reservation.
|
|
540
|
+
* @deprecated
|
|
541
|
+
* @replacedBy tables
|
|
542
|
+
* @targetRemovalDate 2024-12-31
|
|
543
|
+
*/
|
|
539
544
|
tableIds?: string[] | null;
|
|
540
545
|
/** Start date and time of the reservation. */
|
|
541
546
|
startDate?: Date;
|
|
@@ -118,7 +118,12 @@ declare enum Source$1 {
|
|
|
118
118
|
interface Details$1 {
|
|
119
119
|
/** ID of the reservation location at which this reservation will be made. */
|
|
120
120
|
reservationLocationId?: string | null;
|
|
121
|
-
/**
|
|
121
|
+
/**
|
|
122
|
+
* IDs of tables used for this reservation.
|
|
123
|
+
* @deprecated
|
|
124
|
+
* @replacedBy tables
|
|
125
|
+
* @targetRemovalDate 2024-12-31
|
|
126
|
+
*/
|
|
122
127
|
tableIds?: string[] | null;
|
|
123
128
|
/** Start date and time of the reservation. */
|
|
124
129
|
startDate?: Date;
|
|
@@ -1092,7 +1097,12 @@ declare enum Source {
|
|
|
1092
1097
|
interface Details {
|
|
1093
1098
|
/** ID of the reservation location at which this reservation will be made. */
|
|
1094
1099
|
reservationLocationId?: string | null;
|
|
1095
|
-
/**
|
|
1100
|
+
/**
|
|
1101
|
+
* IDs of tables used for this reservation.
|
|
1102
|
+
* @deprecated
|
|
1103
|
+
* @replacedBy tables
|
|
1104
|
+
* @targetRemovalDate 2024-12-31
|
|
1105
|
+
*/
|
|
1096
1106
|
tableIds?: string[] | null;
|
|
1097
1107
|
/** Start date and time of the reservation. */
|
|
1098
1108
|
startDate?: Date;
|