mayak-common-library 0.0.633 → 0.0.634

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
@@ -1022,6 +1022,9 @@ interface RealtyDetailsProps {
1022
1022
  totalFloors?: string | null;
1023
1023
  repair?: string | null;
1024
1024
  roomCountLink?: string | null;
1025
+ propertyType?: string | null;
1026
+ construction?: string | null;
1027
+ buildingStatus?: string | null;
1025
1028
  className?: string;
1026
1029
  site: Site;
1027
1030
  }
@@ -1233,7 +1236,10 @@ declare enum MACHINE_NAME {
1233
1236
  P_ROOM_LAYOUT = "shema-kimnat",
1234
1237
  CITY = "city",
1235
1238
  BATH_COUNT = "bathCount",
1236
- PARKING = "parting"
1239
+ PARKING = "parting",
1240
+ PROPERTY_TYPE = "property-type",
1241
+ CONSTRUCTION = "construction",
1242
+ STATUS_OF_BUILDING = "status-building"
1237
1243
  }
1238
1244
  type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
1239
1245
  declare enum SORT_NAME {
package/dist/index.d.ts CHANGED
@@ -1022,6 +1022,9 @@ interface RealtyDetailsProps {
1022
1022
  totalFloors?: string | null;
1023
1023
  repair?: string | null;
1024
1024
  roomCountLink?: string | null;
1025
+ propertyType?: string | null;
1026
+ construction?: string | null;
1027
+ buildingStatus?: string | null;
1025
1028
  className?: string;
1026
1029
  site: Site;
1027
1030
  }
@@ -1233,7 +1236,10 @@ declare enum MACHINE_NAME {
1233
1236
  P_ROOM_LAYOUT = "shema-kimnat",
1234
1237
  CITY = "city",
1235
1238
  BATH_COUNT = "bathCount",
1236
- PARKING = "parting"
1239
+ PARKING = "parting",
1240
+ PROPERTY_TYPE = "property-type",
1241
+ CONSTRUCTION = "construction",
1242
+ STATUS_OF_BUILDING = "status-building"
1237
1243
  }
1238
1244
  type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
1239
1245
  declare enum SORT_NAME {