@wix/table-reservations 1.0.142 → 1.0.143
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.143",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.57",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.49",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.44"
|
|
24
24
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "a812a3e232a46f7f94c4a66bd9f68f15848f1c50c0fbbb5e554622be"
|
|
49
49
|
}
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|