mayak-common-library 0.0.580 → 0.0.582
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -449,6 +449,7 @@ interface GalleryProps {
|
|
|
449
449
|
realtyId: number;
|
|
450
450
|
}[];
|
|
451
451
|
alt: string;
|
|
452
|
+
site: Site;
|
|
452
453
|
}
|
|
453
454
|
declare const Gallery: FC<GalleryProps>;
|
|
454
455
|
|
|
@@ -1599,6 +1600,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1599
1600
|
interface DetailsProps {
|
|
1600
1601
|
studio?: boolean | null;
|
|
1601
1602
|
rooms?: string | null;
|
|
1603
|
+
bedrooms?: string | null;
|
|
1602
1604
|
stars?: string | null;
|
|
1603
1605
|
areaTotal?: string | null;
|
|
1604
1606
|
areaLand?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -449,6 +449,7 @@ interface GalleryProps {
|
|
|
449
449
|
realtyId: number;
|
|
450
450
|
}[];
|
|
451
451
|
alt: string;
|
|
452
|
+
site: Site;
|
|
452
453
|
}
|
|
453
454
|
declare const Gallery: FC<GalleryProps>;
|
|
454
455
|
|
|
@@ -1599,6 +1600,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1599
1600
|
interface DetailsProps {
|
|
1600
1601
|
studio?: boolean | null;
|
|
1601
1602
|
rooms?: string | null;
|
|
1603
|
+
bedrooms?: string | null;
|
|
1602
1604
|
stars?: string | null;
|
|
1603
1605
|
areaTotal?: string | null;
|
|
1604
1606
|
areaLand?: string | null;
|