@hapl/api-queries 0.2.29 → 0.2.30
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/dist/api-queries.cjs.development.js +1 -1
- package/dist/api-queries.cjs.development.js.map +1 -1
- package/dist/api-queries.cjs.production.min.js +1 -1
- package/dist/api-queries.cjs.production.min.js.map +1 -1
- package/dist/api-queries.esm.js +1 -1
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/search/v1/api/apartments/findApartments/index.d.ts +15 -0
- package/package.json +1 -1
- package/src/search/v1/api/apartments/countApartments/index.ts +1 -1
- package/src/search/v1/api/apartments/findApartments/index.ts +6 -1
package/dist/api-queries.esm.js
CHANGED
|
@@ -16986,7 +16986,7 @@ function countApartmentsRequest(_ref) {
|
|
|
16986
16986
|
var _ref$baseURL = _ref.baseURL,
|
|
16987
16987
|
baseURL = _ref$baseURL === void 0 ? 'https://search.homeapp.ru' : _ref$baseURL,
|
|
16988
16988
|
params = _ref.params;
|
|
16989
|
-
return axios.get('/api/apartment/', {
|
|
16989
|
+
return axios.get('/api/apartment/count', {
|
|
16990
16990
|
baseURL: baseURL,
|
|
16991
16991
|
params: params,
|
|
16992
16992
|
paramsSerializer: function paramsSerializer(params) {
|