mayak-common-library 0.0.963 → 0.0.964

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
@@ -917,7 +917,6 @@ interface RealtyAddressProps {
917
917
  address?: string;
918
918
  addressLinks: Array<BreadCrumbsItem | undefined>;
919
919
  metros?: BreadCrumbsItem[] | null;
920
- city?: BreadCrumbsItem;
921
920
  }
922
921
  declare const RealtyAddress: FC<RealtyAddressProps>;
923
922
 
package/dist/index.d.ts CHANGED
@@ -917,7 +917,6 @@ interface RealtyAddressProps {
917
917
  address?: string;
918
918
  addressLinks: Array<BreadCrumbsItem | undefined>;
919
919
  metros?: BreadCrumbsItem[] | null;
920
- city?: BreadCrumbsItem;
921
920
  }
922
921
  declare const RealtyAddress: FC<RealtyAddressProps>;
923
922