mayak-common-library 0.0.630 → 0.0.631

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
@@ -1016,7 +1016,7 @@ interface RealtyDetailsProps {
1016
1016
  areaLiving?: string | null;
1017
1017
  areaKitchen?: string | null;
1018
1018
  rooms?: number | null;
1019
- baths?: number | null;
1019
+ bathrooms?: number | null;
1020
1020
  parkingCount?: string | number | null;
1021
1021
  floor?: string | null;
1022
1022
  totalFloors?: string | null;
package/dist/index.d.ts CHANGED
@@ -1016,7 +1016,7 @@ interface RealtyDetailsProps {
1016
1016
  areaLiving?: string | null;
1017
1017
  areaKitchen?: string | null;
1018
1018
  rooms?: number | null;
1019
- baths?: number | null;
1019
+ bathrooms?: number | null;
1020
1020
  parkingCount?: string | number | null;
1021
1021
  floor?: string | null;
1022
1022
  totalFloors?: string | null;