mayak-common-library 0.0.331 → 0.0.332

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
@@ -1512,14 +1512,13 @@ interface DetailsProps {
1512
1512
  }
1513
1513
 
1514
1514
  interface RealtyCardProps {
1515
+ href: string;
1516
+ tags: Array<string | undefined>;
1517
+ details: DetailsProps;
1515
1518
  images?: Array<string | null>;
1516
1519
  address?: string;
1517
1520
  addressWithIcon?: boolean;
1518
1521
  metro?: string[];
1519
- href: string;
1520
- mainCityCrmId: number;
1521
- tags: string[];
1522
- details: DetailsProps;
1523
1522
  classes?: string;
1524
1523
  titleClasses?: string;
1525
1524
  title?: string;
@@ -1527,8 +1526,8 @@ interface RealtyCardProps {
1527
1526
  slug?: string;
1528
1527
  realtyForRent?: boolean;
1529
1528
  newRealty?: {
1530
- priceFrom: string;
1531
- developer: string;
1529
+ priceFrom?: string;
1530
+ developer?: string;
1532
1531
  };
1533
1532
  }
1534
1533
  declare function RealtyCard({ classes, titleClasses, images, address, addressWithIcon, metro, realtyForRent, title, subTitle, slug, href, tags, details, newRealty, }: RealtyCardProps): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1512,14 +1512,13 @@ interface DetailsProps {
1512
1512
  }
1513
1513
 
1514
1514
  interface RealtyCardProps {
1515
+ href: string;
1516
+ tags: Array<string | undefined>;
1517
+ details: DetailsProps;
1515
1518
  images?: Array<string | null>;
1516
1519
  address?: string;
1517
1520
  addressWithIcon?: boolean;
1518
1521
  metro?: string[];
1519
- href: string;
1520
- mainCityCrmId: number;
1521
- tags: string[];
1522
- details: DetailsProps;
1523
1522
  classes?: string;
1524
1523
  titleClasses?: string;
1525
1524
  title?: string;
@@ -1527,8 +1526,8 @@ interface RealtyCardProps {
1527
1526
  slug?: string;
1528
1527
  realtyForRent?: boolean;
1529
1528
  newRealty?: {
1530
- priceFrom: string;
1531
- developer: string;
1529
+ priceFrom?: string;
1530
+ developer?: string;
1532
1531
  };
1533
1532
  }
1534
1533
  declare function RealtyCard({ classes, titleClasses, images, address, addressWithIcon, metro, realtyForRent, title, subTitle, slug, href, tags, details, newRealty, }: RealtyCardProps): react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.331",
3
+ "version": "0.0.332",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",