mayak-common-library 0.0.506 → 0.0.507

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
@@ -1007,14 +1007,14 @@ declare const RealtyAddress: FC<RealtyAddressProps>;
1007
1007
 
1008
1008
  interface RealtyDetailsProps {
1009
1009
  realtyType?: {
1010
- machineName?: string;
1010
+ machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
1013
  areaTotal?: string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;
1017
- rooms?: string | number | null;
1017
+ rooms?: number | null;
1018
1018
  baths?: number | null;
1019
1019
  parkingCount?: string | number | null;
1020
1020
  floor?: string | null;
package/dist/index.d.ts CHANGED
@@ -1007,14 +1007,14 @@ declare const RealtyAddress: FC<RealtyAddressProps>;
1007
1007
 
1008
1008
  interface RealtyDetailsProps {
1009
1009
  realtyType?: {
1010
- machineName?: string;
1010
+ machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
1013
  areaTotal?: string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;
1017
- rooms?: string | number | null;
1017
+ rooms?: number | null;
1018
1018
  baths?: number | null;
1019
1019
  parkingCount?: string | number | null;
1020
1020
  floor?: string | null;