mayak-common-library 0.0.631 → 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
@@ -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
@@ -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;