@wix/table-reservations 1.0.143 → 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.143",
3
+ "version": "1.0.144",
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.57",
22
- "@wix/table-reservations_reservations": "1.0.49",
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": "a812a3e232a46f7f94c4a66bd9f68f15848f1c50c0fbbb5e554622be"
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
  */
@@ -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
  */