mayak-common-library 0.0.558 → 0.0.560
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/i18n/routing.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1599,6 +1599,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1599
1599
|
interface DetailsProps {
|
|
1600
1600
|
studio?: boolean | null;
|
|
1601
1601
|
rooms?: string | null;
|
|
1602
|
+
stars?: string | null;
|
|
1602
1603
|
areaTotal?: string | null;
|
|
1603
1604
|
areaLand?: string | null;
|
|
1604
1605
|
floor?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1599,6 +1599,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
|
|
|
1599
1599
|
interface DetailsProps {
|
|
1600
1600
|
studio?: boolean | null;
|
|
1601
1601
|
rooms?: string | null;
|
|
1602
|
+
stars?: string | null;
|
|
1602
1603
|
areaTotal?: string | null;
|
|
1603
1604
|
areaLand?: string | null;
|
|
1604
1605
|
floor?: string | null;
|