@wix/table-reservations 1.0.28 → 1.0.29
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/build/cjs/src/table-reservations-v1-reservation-location.types.d.ts +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.d.ts +2 -2
- package/build/es/src/table-reservations-v1-reservation-location.types.d.ts +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -27,7 +27,7 @@ export interface ReservationLocation {
|
|
|
27
27
|
/** Reservation location configuration. */
|
|
28
28
|
configuration?: Configuration;
|
|
29
29
|
/**
|
|
30
|
-
* Whether this reservation location's `location` is the
|
|
30
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
31
31
|
* @readonly
|
|
32
32
|
*/
|
|
33
33
|
default?: boolean | null;
|
|
@@ -33,7 +33,7 @@ export interface ReservationLocation {
|
|
|
33
33
|
/** Reservation location configuration. */
|
|
34
34
|
configuration?: Configuration;
|
|
35
35
|
/**
|
|
36
|
-
* Whether this reservation location's `location` is the
|
|
36
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
37
37
|
* @readonly
|
|
38
38
|
*/
|
|
39
39
|
default?: boolean | null;
|
|
@@ -1802,7 +1802,7 @@ export interface UpdateReservationLocation {
|
|
|
1802
1802
|
/** Reservation location configuration. */
|
|
1803
1803
|
configuration?: Configuration;
|
|
1804
1804
|
/**
|
|
1805
|
-
* Whether this reservation location's `location` is the
|
|
1805
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
1806
1806
|
* @readonly
|
|
1807
1807
|
*/
|
|
1808
1808
|
default?: boolean | null;
|
|
@@ -27,7 +27,7 @@ export interface ReservationLocation {
|
|
|
27
27
|
/** Reservation location configuration. */
|
|
28
28
|
configuration?: Configuration;
|
|
29
29
|
/**
|
|
30
|
-
* Whether this reservation location's `location` is the
|
|
30
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
31
31
|
* @readonly
|
|
32
32
|
*/
|
|
33
33
|
default?: boolean | null;
|
|
@@ -33,7 +33,7 @@ export interface ReservationLocation {
|
|
|
33
33
|
/** Reservation location configuration. */
|
|
34
34
|
configuration?: Configuration;
|
|
35
35
|
/**
|
|
36
|
-
* Whether this reservation location's `location` is the
|
|
36
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
37
37
|
* @readonly
|
|
38
38
|
*/
|
|
39
39
|
default?: boolean | null;
|
|
@@ -1802,7 +1802,7 @@ export interface UpdateReservationLocation {
|
|
|
1802
1802
|
/** Reservation location configuration. */
|
|
1803
1803
|
configuration?: Configuration;
|
|
1804
1804
|
/**
|
|
1805
|
-
* Whether this reservation location's `location` is the
|
|
1805
|
+
* Whether this reservation location's `location` is the default location of the business.
|
|
1806
1806
|
* @readonly
|
|
1807
1807
|
*/
|
|
1808
1808
|
default?: boolean | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "41c62bcceacc62b86d9d8252edb7e5aefb4dabb5521b9a6ad3e29fc3"
|
|
38
38
|
}
|