@hapl/api-queries 0.1.182--canary.109.b01b5f5.0 → 0.1.182

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.1.182 (Thu Aug 18 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FE-1390: ручки для отзывов по эксперту [#109](https://github.com/homeappcorporate/api-queries/pull/109) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
1
13
  # v0.1.181 (Tue Aug 09 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1563,7 +1563,7 @@ function updateExpertReviewRequest(_ref) {
1563
1563
  urlParams = _ref.urlParams,
1564
1564
  body = _ref.body,
1565
1565
  headers = _ref.headers;
1566
- return axios.patch("/api/expert/" + urlParams.expertId + "/review", body, {
1566
+ return axios.patch("/api/expert/" + urlParams.expertId + "/review/" + urlParams.reviewId, body, {
1567
1567
  baseURL: baseURL,
1568
1568
  headers: _extends({
1569
1569
  Accept: 'application/json',