@wix/table-reservations 1.0.132 → 1.0.133
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.133",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.50",
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.45",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.42"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "505c133010a6dfc4679d9b912902411e3fe22a34814be16ecf43bbc0"
|
|
49
49
|
}
|
|
@@ -123,7 +123,11 @@ interface Reservation {
|
|
|
123
123
|
* @readonly
|
|
124
124
|
*/
|
|
125
125
|
paymentStatus?: PaymentStatus;
|
|
126
|
-
/**
|
|
126
|
+
/**
|
|
127
|
+
* Custom field data for the reservation object.
|
|
128
|
+
*
|
|
129
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
130
|
+
*/
|
|
127
131
|
extendedFields?: ExtendedFields$1;
|
|
128
132
|
}
|
|
129
133
|
/** Tables used for the reservation. */
|
|
@@ -1362,7 +1366,11 @@ interface UpdateReservation {
|
|
|
1362
1366
|
* @readonly
|
|
1363
1367
|
*/
|
|
1364
1368
|
paymentStatus?: PaymentStatus;
|
|
1365
|
-
/**
|
|
1369
|
+
/**
|
|
1370
|
+
* Custom field data for the reservation object.
|
|
1371
|
+
*
|
|
1372
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
1373
|
+
*/
|
|
1366
1374
|
extendedFields?: ExtendedFields$1;
|
|
1367
1375
|
}
|
|
1368
1376
|
interface UpdateReservationOptions {
|
|
@@ -1849,7 +1857,11 @@ interface ReservationLocation {
|
|
|
1849
1857
|
* @readonly
|
|
1850
1858
|
*/
|
|
1851
1859
|
archived?: boolean | null;
|
|
1852
|
-
/**
|
|
1860
|
+
/**
|
|
1861
|
+
* Custom field data for the reservation location object.
|
|
1862
|
+
*
|
|
1863
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
1864
|
+
*/
|
|
1853
1865
|
extendedFields?: ExtendedFields;
|
|
1854
1866
|
}
|
|
1855
1867
|
interface StreetAddress {
|
|
@@ -3989,7 +4001,11 @@ interface UpdateReservationLocation {
|
|
|
3989
4001
|
* @readonly
|
|
3990
4002
|
*/
|
|
3991
4003
|
archived?: boolean | null;
|
|
3992
|
-
/**
|
|
4004
|
+
/**
|
|
4005
|
+
* Custom field data for the reservation location object.
|
|
4006
|
+
*
|
|
4007
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
4008
|
+
*/
|
|
3993
4009
|
extendedFields?: ExtendedFields;
|
|
3994
4010
|
}
|
|
3995
4011
|
interface QueryReservationLocationsOptions {
|
|
@@ -123,7 +123,11 @@ interface Reservation {
|
|
|
123
123
|
* @readonly
|
|
124
124
|
*/
|
|
125
125
|
paymentStatus?: PaymentStatus;
|
|
126
|
-
/**
|
|
126
|
+
/**
|
|
127
|
+
* Custom field data for the reservation object.
|
|
128
|
+
*
|
|
129
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
130
|
+
*/
|
|
127
131
|
extendedFields?: ExtendedFields$1;
|
|
128
132
|
}
|
|
129
133
|
/** Tables used for the reservation. */
|
|
@@ -1362,7 +1366,11 @@ interface UpdateReservation {
|
|
|
1362
1366
|
* @readonly
|
|
1363
1367
|
*/
|
|
1364
1368
|
paymentStatus?: PaymentStatus;
|
|
1365
|
-
/**
|
|
1369
|
+
/**
|
|
1370
|
+
* Custom field data for the reservation object.
|
|
1371
|
+
*
|
|
1372
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
1373
|
+
*/
|
|
1366
1374
|
extendedFields?: ExtendedFields$1;
|
|
1367
1375
|
}
|
|
1368
1376
|
interface UpdateReservationOptions {
|
|
@@ -1849,7 +1857,11 @@ interface ReservationLocation {
|
|
|
1849
1857
|
* @readonly
|
|
1850
1858
|
*/
|
|
1851
1859
|
archived?: boolean | null;
|
|
1852
|
-
/**
|
|
1860
|
+
/**
|
|
1861
|
+
* Custom field data for the reservation location object.
|
|
1862
|
+
*
|
|
1863
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
1864
|
+
*/
|
|
1853
1865
|
extendedFields?: ExtendedFields;
|
|
1854
1866
|
}
|
|
1855
1867
|
interface StreetAddress {
|
|
@@ -3989,7 +4001,11 @@ interface UpdateReservationLocation {
|
|
|
3989
4001
|
* @readonly
|
|
3990
4002
|
*/
|
|
3991
4003
|
archived?: boolean | null;
|
|
3992
|
-
/**
|
|
4004
|
+
/**
|
|
4005
|
+
* Custom field data for the reservation location object.
|
|
4006
|
+
*
|
|
4007
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
4008
|
+
*/
|
|
3993
4009
|
extendedFields?: ExtendedFields;
|
|
3994
4010
|
}
|
|
3995
4011
|
interface QueryReservationLocationsOptions {
|
|
@@ -77,7 +77,11 @@ interface Reservation$1 {
|
|
|
77
77
|
* @readonly
|
|
78
78
|
*/
|
|
79
79
|
paymentStatus?: PaymentStatus$1;
|
|
80
|
-
/**
|
|
80
|
+
/**
|
|
81
|
+
* Custom field data for the reservation object.
|
|
82
|
+
*
|
|
83
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
84
|
+
*/
|
|
81
85
|
extendedFields?: ExtendedFields$3;
|
|
82
86
|
}
|
|
83
87
|
declare enum Status$3 {
|
|
@@ -1032,7 +1036,11 @@ interface Reservation {
|
|
|
1032
1036
|
* @readonly
|
|
1033
1037
|
*/
|
|
1034
1038
|
paymentStatus?: PaymentStatus;
|
|
1035
|
-
/**
|
|
1039
|
+
/**
|
|
1040
|
+
* Custom field data for the reservation object.
|
|
1041
|
+
*
|
|
1042
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
1043
|
+
*/
|
|
1036
1044
|
extendedFields?: ExtendedFields$2;
|
|
1037
1045
|
}
|
|
1038
1046
|
declare enum Status$2 {
|
|
@@ -1987,7 +1995,11 @@ interface ReservationLocation$1 {
|
|
|
1987
1995
|
* @readonly
|
|
1988
1996
|
*/
|
|
1989
1997
|
archived?: boolean | null;
|
|
1990
|
-
/**
|
|
1998
|
+
/**
|
|
1999
|
+
* Custom field data for the reservation location object.
|
|
2000
|
+
*
|
|
2001
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
2002
|
+
*/
|
|
1991
2003
|
extendedFields?: ExtendedFields$1;
|
|
1992
2004
|
}
|
|
1993
2005
|
/**
|
|
@@ -2748,7 +2760,11 @@ interface ReservationLocation {
|
|
|
2748
2760
|
* @readonly
|
|
2749
2761
|
*/
|
|
2750
2762
|
archived?: boolean | null;
|
|
2751
|
-
/**
|
|
2763
|
+
/**
|
|
2764
|
+
* Custom field data for the reservation location object.
|
|
2765
|
+
*
|
|
2766
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
2767
|
+
*/
|
|
2752
2768
|
extendedFields?: ExtendedFields;
|
|
2753
2769
|
}
|
|
2754
2770
|
/**
|