@hapl/api-queries 0.1.91 → 0.1.92

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.92 (Thu Nov 25 2021)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - исправил body для закросов кц ([@yeshkarluk](https://github.com/yeshkarluk))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ivan Ignatev ([@yeshkarluk](https://github.com/yeshkarluk))
10
+
11
+ ---
12
+
1
13
  # v0.1.91 (Thu Nov 25 2021)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
@@ -266,7 +266,7 @@ function finishOperatorWorkRequest(_ref) {
266
266
  var _ref$baseURL = _ref.baseURL,
267
267
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
268
268
  headers = _ref.headers;
269
- return axios.post('/api/call/operator/finish', null, {
269
+ return axios.post('/api/call/operator/finish', undefined, {
270
270
  baseURL: baseURL,
271
271
  headers: _extends({
272
272
  Accept: 'application/json; version=1'
@@ -306,7 +306,7 @@ function startOperatorWorkRequest(_ref) {
306
306
  var _ref$baseURL = _ref.baseURL,
307
307
  baseURL = _ref$baseURL === void 0 ? 'https://clients.homeapp.ru' : _ref$baseURL,
308
308
  headers = _ref.headers;
309
- return axios.post('/api/call/operator/prolong', null, {
309
+ return axios.post('/api/call/operator/prolong', undefined, {
310
310
  baseURL: baseURL,
311
311
  headers: _extends({
312
312
  Accept: 'application/json; version=1'