mayak-common-library 0.0.503 → 0.0.505

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
@@ -1020,6 +1020,7 @@ interface RealtyDetailsProps {
1020
1020
  repair?: string;
1021
1021
  roomCountLink?: string;
1022
1022
  className?: string;
1023
+ site: Site;
1023
1024
  }
1024
1025
  declare const RealtyDetails: FC<RealtyDetailsProps>;
1025
1026
 
package/dist/index.d.ts CHANGED
@@ -1020,6 +1020,7 @@ interface RealtyDetailsProps {
1020
1020
  repair?: string;
1021
1021
  roomCountLink?: string;
1022
1022
  className?: string;
1023
+ site: Site;
1023
1024
  }
1024
1025
  declare const RealtyDetails: FC<RealtyDetailsProps>;
1025
1026