mayak-common-library 0.2.6 → 0.2.7

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.cts CHANGED
@@ -1565,9 +1565,9 @@ interface RealtyCardProps {
1565
1565
  };
1566
1566
  };
1567
1567
  publisher?: {
1568
- label: string;
1569
- image: string;
1570
- name: string;
1568
+ label?: string | null;
1569
+ image?: string | null;
1570
+ name?: string | null;
1571
1571
  };
1572
1572
  site?: Site;
1573
1573
  imagePlaceholders?: string[];
package/dist/index.d.ts CHANGED
@@ -1565,9 +1565,9 @@ interface RealtyCardProps {
1565
1565
  };
1566
1566
  };
1567
1567
  publisher?: {
1568
- label: string;
1569
- image: string;
1570
- name: string;
1568
+ label?: string | null;
1569
+ image?: string | null;
1570
+ name?: string | null;
1571
1571
  };
1572
1572
  site?: Site;
1573
1573
  imagePlaceholders?: string[];