mayak-common-library 0.1.12 → 0.1.13

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
@@ -1583,7 +1583,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
1583
1583
  interface DetailsProps {
1584
1584
  studio?: boolean | null;
1585
1585
  rooms?: string | null;
1586
- bedrooms?: Array<string | null> | null;
1586
+ bedrooms?: Array<string | null> | string | null;
1587
1587
  bathrooms?: string | number | null;
1588
1588
  stars?: string | null;
1589
1589
  areaTotal?: string | null;
package/dist/index.d.ts CHANGED
@@ -1583,7 +1583,7 @@ declare function CategoryCard({ link, title, image_url, }: CategoryCardProps): r
1583
1583
  interface DetailsProps {
1584
1584
  studio?: boolean | null;
1585
1585
  rooms?: string | null;
1586
- bedrooms?: Array<string | null> | null;
1586
+ bedrooms?: Array<string | null> | string | null;
1587
1587
  bathrooms?: string | number | null;
1588
1588
  stars?: string | null;
1589
1589
  areaTotal?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",