@hapl/api-queries 0.1.90 → 0.1.91

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.
@@ -260,7 +260,7 @@ function finishOperatorWorkRequest(_ref) {
260
260
  var _ref$baseURL = _ref.baseURL,
261
261
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
262
262
  headers = _ref.headers;
263
- return axios.post('/api/call/operator/finish', {}, {
263
+ return axios.post('/api/call/operator/finish', null, {
264
264
  baseURL: baseURL,
265
265
  headers: _extends({
266
266
  Accept: 'application/json; version=1'
@@ -300,7 +300,7 @@ function startOperatorWorkRequest(_ref) {
300
300
  var _ref$baseURL = _ref.baseURL,
301
301
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
302
302
  headers = _ref.headers;
303
- return axios.post('/api/call/operator/prolong', {}, {
303
+ return axios.post('/api/call/operator/prolong', null, {
304
304
  baseURL: baseURL,
305
305
  headers: _extends({
306
306
  Accept: 'application/json; version=1'