mayak-common-library 0.0.636 → 0.0.638

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
@@ -449,6 +449,7 @@ interface GalleryProps {
449
449
  url: string;
450
450
  realtyId: number;
451
451
  }[];
452
+ imagePlaceholders?: string[];
452
453
  alt: string;
453
454
  site: Site;
454
455
  }
@@ -1025,6 +1026,7 @@ interface RealtyDetailsProps {
1025
1026
  propertyType?: string | null;
1026
1027
  furnishStatus?: string | null;
1027
1028
  construction?: string | null;
1029
+ stars?: string | null;
1028
1030
  className?: string;
1029
1031
  site: Site;
1030
1032
  }
@@ -1240,7 +1242,8 @@ declare enum MACHINE_NAME {
1240
1242
  PROPERTY_TYPE = "property-type",
1241
1243
  CONSTRUCTION = "construction",
1242
1244
  FURNISH_STATUS = "furnish-status",
1243
- STATUS_OF_BUILDING = "status-building"
1245
+ STATUS_OF_BUILDING = "status-building",
1246
+ STARS = "stars"
1244
1247
  }
1245
1248
  type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
1246
1249
  declare enum SORT_NAME {
package/dist/index.d.ts CHANGED
@@ -449,6 +449,7 @@ interface GalleryProps {
449
449
  url: string;
450
450
  realtyId: number;
451
451
  }[];
452
+ imagePlaceholders?: string[];
452
453
  alt: string;
453
454
  site: Site;
454
455
  }
@@ -1025,6 +1026,7 @@ interface RealtyDetailsProps {
1025
1026
  propertyType?: string | null;
1026
1027
  furnishStatus?: string | null;
1027
1028
  construction?: string | null;
1029
+ stars?: string | null;
1028
1030
  className?: string;
1029
1031
  site: Site;
1030
1032
  }
@@ -1240,7 +1242,8 @@ declare enum MACHINE_NAME {
1240
1242
  PROPERTY_TYPE = "property-type",
1241
1243
  CONSTRUCTION = "construction",
1242
1244
  FURNISH_STATUS = "furnish-status",
1243
- STATUS_OF_BUILDING = "status-building"
1245
+ STATUS_OF_BUILDING = "status-building",
1246
+ STARS = "stars"
1244
1247
  }
1245
1248
  type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
1246
1249
  declare enum SORT_NAME {