mayak-common-library 0.0.561 → 0.0.563

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
@@ -1613,7 +1613,7 @@ interface DetailsProps {
1613
1613
 
1614
1614
  interface RealtyCardProps {
1615
1615
  href: string;
1616
- tags: Array<string | undefined>;
1616
+ tags?: Array<string | undefined>;
1617
1617
  details: DetailsProps;
1618
1618
  images?: Array<string | null>;
1619
1619
  address?: string;
package/dist/index.d.ts CHANGED
@@ -1613,7 +1613,7 @@ interface DetailsProps {
1613
1613
 
1614
1614
  interface RealtyCardProps {
1615
1615
  href: string;
1616
- tags: Array<string | undefined>;
1616
+ tags?: Array<string | undefined>;
1617
1617
  details: DetailsProps;
1618
1618
  images?: Array<string | null>;
1619
1619
  address?: string;