mayak-common-library 0.0.507 → 0.0.509

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
@@ -1010,7 +1010,7 @@ interface RealtyDetailsProps {
1010
1010
  machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
- areaTotal?: string | null;
1013
+ areaTotal?: number | string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;
package/dist/index.d.ts CHANGED
@@ -1010,7 +1010,7 @@ interface RealtyDetailsProps {
1010
1010
  machineName?: string | null;
1011
1011
  value?: string;
1012
1012
  };
1013
- areaTotal?: string | null;
1013
+ areaTotal?: number | string | null;
1014
1014
  areaLand?: string | null;
1015
1015
  areaLiving?: string | null;
1016
1016
  areaKitchen?: string | null;