mayak-common-library 0.0.283 → 0.0.285

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
@@ -822,7 +822,7 @@ interface NewProjectCardProps {
822
822
  developer?: string;
823
823
  houseTypes?: string[];
824
824
  href: string;
825
- handover: string;
825
+ handover?: string;
826
826
  }
827
827
 
828
828
  interface ICatalogNewProjectsProps {
package/dist/index.d.ts CHANGED
@@ -822,7 +822,7 @@ interface NewProjectCardProps {
822
822
  developer?: string;
823
823
  houseTypes?: string[];
824
824
  href: string;
825
- handover: string;
825
+ handover?: string;
826
826
  }
827
827
 
828
828
  interface ICatalogNewProjectsProps {