@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/dist/api-queries.esm.js
CHANGED
|
@@ -7186,6 +7186,16 @@ var ShapeType$1;
|
|
|
7186
7186
|
ShapeType["Microdistrict"] = "microdistrict";
|
|
7187
7187
|
})(ShapeType$1 || (ShapeType$1 = {}));
|
|
7188
7188
|
|
|
7189
|
+
var ValuationConcurrency;
|
|
7190
|
+
|
|
7191
|
+
(function (ValuationConcurrency) {
|
|
7192
|
+
ValuationConcurrency["Low"] = "low";
|
|
7193
|
+
ValuationConcurrency["Medium"] = "medium";
|
|
7194
|
+
ValuationConcurrency["MediumHigh"] = "medium-high";
|
|
7195
|
+
ValuationConcurrency["High"] = "high";
|
|
7196
|
+
ValuationConcurrency["VeryHigh"] = "very-high";
|
|
7197
|
+
})(ValuationConcurrency || (ValuationConcurrency = {}));
|
|
7198
|
+
|
|
7189
7199
|
var _Parking$1, _WallsMaterial$3, _HeatingType$2;
|
|
7190
7200
|
var AddressBTIParamsDictionary$2 = {
|
|
7191
7201
|
Parking: (_Parking$1 = {}, _Parking$1[AddressBTIParamsParking$1.Ground] = 'Наземная', _Parking$1[AddressBTIParamsParking$1.Multilevel] = 'Многоуровневая', _Parking$1[AddressBTIParamsParking$1.Underground] = 'Подземная', _Parking$1),
|
|
@@ -7221,16 +7231,6 @@ var ShapeDictionary$1 = {
|
|
|
7221
7231
|
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)
|
|
7222
7232
|
};
|
|
7223
7233
|
|
|
7224
|
-
var ValuationConcurrency;
|
|
7225
|
-
|
|
7226
|
-
(function (ValuationConcurrency) {
|
|
7227
|
-
ValuationConcurrency["Low"] = "low";
|
|
7228
|
-
ValuationConcurrency["Medium"] = "medium";
|
|
7229
|
-
ValuationConcurrency["MediumHigh"] = "medium-high";
|
|
7230
|
-
ValuationConcurrency["High"] = "high";
|
|
7231
|
-
ValuationConcurrency["VeryHigh"] = "very-high";
|
|
7232
|
-
})(ValuationConcurrency || (ValuationConcurrency = {}));
|
|
7233
|
-
|
|
7234
7234
|
var _Concurrency;
|
|
7235
7235
|
var ValuationDictionary = {
|
|
7236
7236
|
Concurrency: (_Concurrency = {}, _Concurrency[ValuationConcurrency.Low] = 'Не высокий', _Concurrency[ValuationConcurrency.Medium] = 'Средний', _Concurrency[ValuationConcurrency.MediumHigh] = 'Выше среднего', _Concurrency[ValuationConcurrency.High] = 'Высокий', _Concurrency[ValuationConcurrency.VeryHigh] = 'Очень высокий', _Concurrency)
|
|
@@ -7320,7 +7320,8 @@ var index$3 = {
|
|
|
7320
7320
|
get RealtyFurniture () { return RealtyFurniture$2; },
|
|
7321
7321
|
get RealtySewerage () { return RealtySewerage$2; },
|
|
7322
7322
|
get RealtyWindowView () { return RealtyWindowView$2; },
|
|
7323
|
-
get ShapeType () { return ShapeType$1; }
|
|
7323
|
+
get ShapeType () { return ShapeType$1; },
|
|
7324
|
+
get ValuationConcurrency () { return ValuationConcurrency; }
|
|
7324
7325
|
};
|
|
7325
7326
|
|
|
7326
7327
|
function countApartmentsRequest(_ref) {
|