@hapl/api-queries 0.1.167 → 0.1.168
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 +2 -2
- 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 +2 -2
- package/dist/api-queries.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/registry/v1/dictionaries/Realty.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.1.168 (Wed Jun 01 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: значения в словаре с заглавной буквы [#97](https://github.com/homeappcorporate/api-queries/pull/97) ([@alexandropavlov](https://github.com/alexandropavlov))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.1.167 (Tue May 31 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
|
@@ -7357,8 +7357,8 @@ var _RealtyType$1, _Renovation$1, _Gas$2, _HouseType$2, _LandShape$2, _LandUsage
|
|
|
7357
7357
|
var RealtyDictionary$2 = {
|
|
7358
7358
|
RealtyType: (_RealtyType$1 = {}, _RealtyType$1[RealtyType$2.Flat] = 'Квартира', _RealtyType$1[RealtyType$2.House] = 'Дом', _RealtyType$1),
|
|
7359
7359
|
Rooms: {
|
|
7360
|
-
'-1': '
|
|
7361
|
-
'-2': '
|
|
7360
|
+
'-1': 'Студия',
|
|
7361
|
+
'-2': 'Свободная планировка',
|
|
7362
7362
|
'1': '1',
|
|
7363
7363
|
'2': '2',
|
|
7364
7364
|
'3': '3',
|