@wix/table-reservations 1.0.142 → 1.0.144
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.144",
|
|
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.57",
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.50",
|
|
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": "b5c23d69e302f78ada9e244699ece9e01a01abc8302e33199e27ba71"
|
|
49
49
|
}
|
|
@@ -1941,7 +1941,7 @@ interface UpdateReservationSignature {
|
|
|
1941
1941
|
declare function updateExtendedFields$3(httpClient: HttpClient): UpdateExtendedFieldsSignature$1;
|
|
1942
1942
|
interface UpdateExtendedFieldsSignature$1 {
|
|
1943
1943
|
/**
|
|
1944
|
-
* Updates extended fields of a reservation without incrementing revision
|
|
1944
|
+
* Updates the extended fields of a reservation without incrementing the revision number.
|
|
1945
1945
|
* @param - ID of the entity to update.
|
|
1946
1946
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
1947
1947
|
*/
|
|
@@ -4527,7 +4527,7 @@ interface UpdateReservationLocationSignature {
|
|
|
4527
4527
|
declare function updateExtendedFields$1(httpClient: HttpClient): UpdateExtendedFieldsSignature;
|
|
4528
4528
|
interface UpdateExtendedFieldsSignature {
|
|
4529
4529
|
/**
|
|
4530
|
-
* Updates extended fields of a reservation location without incrementing revision
|
|
4530
|
+
* Updates the extended fields of a reservation location without incrementing the revision number.
|
|
4531
4531
|
* @param - ID of the entity to update.
|
|
4532
4532
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
4533
4533
|
*/
|
|
@@ -1941,7 +1941,7 @@ interface UpdateReservationSignature {
|
|
|
1941
1941
|
declare function updateExtendedFields$3(httpClient: HttpClient): UpdateExtendedFieldsSignature$1;
|
|
1942
1942
|
interface UpdateExtendedFieldsSignature$1 {
|
|
1943
1943
|
/**
|
|
1944
|
-
* Updates extended fields of a reservation without incrementing revision
|
|
1944
|
+
* Updates the extended fields of a reservation without incrementing the revision number.
|
|
1945
1945
|
* @param - ID of the entity to update.
|
|
1946
1946
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
1947
1947
|
*/
|
|
@@ -4527,7 +4527,7 @@ interface UpdateReservationLocationSignature {
|
|
|
4527
4527
|
declare function updateExtendedFields$1(httpClient: HttpClient): UpdateExtendedFieldsSignature;
|
|
4528
4528
|
interface UpdateExtendedFieldsSignature {
|
|
4529
4529
|
/**
|
|
4530
|
-
* Updates extended fields of a reservation location without incrementing revision
|
|
4530
|
+
* Updates the extended fields of a reservation location without incrementing the revision number.
|
|
4531
4531
|
* @param - ID of the entity to update.
|
|
4532
4532
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
4533
4533
|
*/
|