mayak-common-library 0.0.630 → 0.0.632

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;
@@ -1601,6 +1601,7 @@ interface DetailsProps {
1601
1601
  studio?: boolean | null;
1602
1602
  rooms?: string | null;
1603
1603
  bedrooms?: string | null;
1604
+ bathrooms?: string | number | null;
1604
1605
  stars?: string | null;
1605
1606
  areaTotal?: string | null;
1606
1607
  areaLand?: 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;
@@ -1601,6 +1601,7 @@ interface DetailsProps {
1601
1601
  studio?: boolean | null;
1602
1602
  rooms?: string | null;
1603
1603
  bedrooms?: string | null;
1604
+ bathrooms?: string | number | null;
1604
1605
  stars?: string | null;
1605
1606
  areaTotal?: string | null;
1606
1607
  areaLand?: string | null;