@hapl/api-queries 0.1.158 → 0.1.159
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 +12 -0
- package/dist/api-queries.cjs.development.js +12 -11
- 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 +12 -11
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/registry/v1/dictionaries/Valuation.d.ts +1 -1
- package/dist/registry/v1/types/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/registry/v1/dictionaries/Valuation.ts +1 -1
- package/src/registry/v1/types/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.1.159 (Wed May 18 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: добавлено подключение типов для оценки в registry [#88](https://github.com/homeappcorporate/api-queries/pull/88) ([@abd2561024](https://github.com/abd2561024))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Andrey Romashin ([@abd2561024](https://github.com/abd2561024))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.1.158 (Wed May 18 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
|
@@ -7192,6 +7192,16 @@ var ShapeType$1;
|
|
|
7192
7192
|
ShapeType["Microdistrict"] = "microdistrict";
|
|
7193
7193
|
})(ShapeType$1 || (ShapeType$1 = {}));
|
|
7194
7194
|
|
|
7195
|
+
var ValuationConcurrency;
|
|
7196
|
+
|
|
7197
|
+
(function (ValuationConcurrency) {
|
|
7198
|
+
ValuationConcurrency["Low"] = "low";
|
|
7199
|
+
ValuationConcurrency["Medium"] = "medium";
|
|
7200
|
+
ValuationConcurrency["MediumHigh"] = "medium-high";
|
|
7201
|
+
ValuationConcurrency["High"] = "high";
|
|
7202
|
+
ValuationConcurrency["VeryHigh"] = "very-high";
|
|
7203
|
+
})(ValuationConcurrency || (ValuationConcurrency = {}));
|
|
7204
|
+
|
|
7195
7205
|
var _Parking$1, _WallsMaterial$3, _HeatingType$2;
|
|
7196
7206
|
var AddressBTIParamsDictionary$2 = {
|
|
7197
7207
|
Parking: (_Parking$1 = {}, _Parking$1[AddressBTIParamsParking$1.Ground] = 'Наземная', _Parking$1[AddressBTIParamsParking$1.Multilevel] = 'Многоуровневая', _Parking$1[AddressBTIParamsParking$1.Underground] = 'Подземная', _Parking$1),
|
|
@@ -7227,16 +7237,6 @@ var ShapeDictionary$1 = {
|
|
|
7227
7237
|
Type: (_Type$d = {}, _Type$d[ShapeType$1.AdministrativeDistrict] = 'Административный округ', _Type$d[ShapeType$1.Block] = 'Квартал', _Type$d[ShapeType$1.Complex] = 'Новостройка', _Type$d[ShapeType$1.District] = 'Район', _Type$d[ShapeType$1.House] = 'Здание', _Type$d[ShapeType$1.Microdistrict] = 'Микрорайон', _Type$d)
|
|
7228
7238
|
};
|
|
7229
7239
|
|
|
7230
|
-
var ValuationConcurrency;
|
|
7231
|
-
|
|
7232
|
-
(function (ValuationConcurrency) {
|
|
7233
|
-
ValuationConcurrency["Low"] = "low";
|
|
7234
|
-
ValuationConcurrency["Medium"] = "medium";
|
|
7235
|
-
ValuationConcurrency["MediumHigh"] = "medium-high";
|
|
7236
|
-
ValuationConcurrency["High"] = "high";
|
|
7237
|
-
ValuationConcurrency["VeryHigh"] = "very-high";
|
|
7238
|
-
})(ValuationConcurrency || (ValuationConcurrency = {}));
|
|
7239
|
-
|
|
7240
7240
|
var _Concurrency;
|
|
7241
7241
|
var ValuationDictionary = {
|
|
7242
7242
|
Concurrency: (_Concurrency = {}, _Concurrency[ValuationConcurrency.Low] = 'Не высокий', _Concurrency[ValuationConcurrency.Medium] = 'Средний', _Concurrency[ValuationConcurrency.MediumHigh] = 'Выше среднего', _Concurrency[ValuationConcurrency.High] = 'Высокий', _Concurrency[ValuationConcurrency.VeryHigh] = 'Очень высокий', _Concurrency)
|
|
@@ -7326,7 +7326,8 @@ var index$3 = {
|
|
|
7326
7326
|
get RealtyFurniture () { return RealtyFurniture$2; },
|
|
7327
7327
|
get RealtySewerage () { return RealtySewerage$2; },
|
|
7328
7328
|
get RealtyWindowView () { return RealtyWindowView$2; },
|
|
7329
|
-
get ShapeType () { return ShapeType$1; }
|
|
7329
|
+
get ShapeType () { return ShapeType$1; },
|
|
7330
|
+
get ValuationConcurrency () { return ValuationConcurrency; }
|
|
7330
7331
|
};
|
|
7331
7332
|
|
|
7332
7333
|
function countApartmentsRequest(_ref) {
|