@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/dist/api-queries.esm.js
CHANGED
|
@@ -7351,8 +7351,8 @@ var _RealtyType$1, _Renovation$1, _Gas$2, _HouseType$2, _LandShape$2, _LandUsage
|
|
|
7351
7351
|
var RealtyDictionary$2 = {
|
|
7352
7352
|
RealtyType: (_RealtyType$1 = {}, _RealtyType$1[RealtyType$2.Flat] = 'Квартира', _RealtyType$1[RealtyType$2.House] = 'Дом', _RealtyType$1),
|
|
7353
7353
|
Rooms: {
|
|
7354
|
-
'-1': '
|
|
7355
|
-
'-2': '
|
|
7354
|
+
'-1': 'Студия',
|
|
7355
|
+
'-2': 'Свободная планировка',
|
|
7356
7356
|
'1': '1',
|
|
7357
7357
|
'2': '2',
|
|
7358
7358
|
'3': '3',
|