@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.
@@ -1384,7 +1384,7 @@ function resetBuyerStatusTimerRequest(_ref) {
1384
1384
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
1385
1385
  urlParams = _ref.urlParams,
1386
1386
  headers = _ref.headers;
1387
- return axios.put("/api/buyer/" + urlParams.id + "/reset-status", {}, {
1387
+ return axios.patch("/api/buyer/" + urlParams.id + "/reset-status", {}, {
1388
1388
  baseURL: baseURL,
1389
1389
  headers: _extends({
1390
1390
  Accept: 'application/json',