mayak-common-library 0.0.507 → 0.0.508

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/index.d.mts CHANGED
@@ -1010,7 +1010,7 @@ interface RealtyDetailsProps {
1010
1010
  machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
- areaTotal?: string | null;
1013
+ areaTotal?: number | string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;
package/dist/index.d.ts CHANGED
@@ -1010,7 +1010,7 @@ interface RealtyDetailsProps {
1010
1010
  machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
- areaTotal?: string | null;
1013
+ areaTotal?: number | string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;
package/messages/ru.json CHANGED
@@ -201,5 +201,5 @@
201
201
  "bathroom": "ванная",
202
202
  "baths": "ванны",
203
203
  "baths2": "ванн",
204
- "parking": "парковка"
204
+ "parking": "парковка",
205
205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.507",
3
+ "version": "0.0.508",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",