@hapl/api-queries 0.2.15 → 0.2.16

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.2.16 (Thu Jan 19 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: исправлен неверный метод для ручки оьновления статуса баера [#136](https://github.com/homeappcorporate/api-queries/pull/136) ([@abd2561024](https://github.com/abd2561024))
6
+
7
+ #### Authors: 1
8
+
9
+ - Andrey Romashin ([@abd2561024](https://github.com/abd2561024))
10
+
11
+ ---
12
+
1
13
  # v0.2.15 (Thu Jan 19 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1390,7 +1390,7 @@ function resetBuyerStatusTimerRequest(_ref) {
1390
1390
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
1391
1391
  urlParams = _ref.urlParams,
1392
1392
  headers = _ref.headers;
1393
- return axios.put("/api/buyer/" + urlParams.id + "/reset-status", {}, {
1393
+ return axios.patch("/api/buyer/" + urlParams.id + "/reset-status", {}, {
1394
1394
  baseURL: baseURL,
1395
1395
  headers: _extends({
1396
1396
  Accept: 'application/json',