mayak-common-library 0.0.382 → 0.0.384

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
@@ -1031,7 +1031,7 @@ type BreadCrumbsItem = {
1031
1031
  };
1032
1032
 
1033
1033
  interface RealtyAddressProps {
1034
- address: string;
1034
+ address?: string;
1035
1035
  addressLinks: Array<BreadCrumbsItem | undefined>;
1036
1036
  metros?: BreadCrumbsItem[];
1037
1037
  city?: BreadCrumbsItem;
package/dist/index.d.ts CHANGED
@@ -1031,7 +1031,7 @@ type BreadCrumbsItem = {
1031
1031
  };
1032
1032
 
1033
1033
  interface RealtyAddressProps {
1034
- address: string;
1034
+ address?: string;
1035
1035
  addressLinks: Array<BreadCrumbsItem | undefined>;
1036
1036
  metros?: BreadCrumbsItem[];
1037
1037
  city?: BreadCrumbsItem;