mayak-common-library 0.0.634 → 0.0.636
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 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1023,8 +1023,8 @@ interface RealtyDetailsProps {
|
|
|
1023
1023
|
repair?: string | null;
|
|
1024
1024
|
roomCountLink?: string | null;
|
|
1025
1025
|
propertyType?: string | null;
|
|
1026
|
+
furnishStatus?: string | null;
|
|
1026
1027
|
construction?: string | null;
|
|
1027
|
-
buildingStatus?: string | null;
|
|
1028
1028
|
className?: string;
|
|
1029
1029
|
site: Site;
|
|
1030
1030
|
}
|
|
@@ -1239,6 +1239,7 @@ declare enum MACHINE_NAME {
|
|
|
1239
1239
|
PARKING = "parting",
|
|
1240
1240
|
PROPERTY_TYPE = "property-type",
|
|
1241
1241
|
CONSTRUCTION = "construction",
|
|
1242
|
+
FURNISH_STATUS = "furnish-status",
|
|
1242
1243
|
STATUS_OF_BUILDING = "status-building"
|
|
1243
1244
|
}
|
|
1244
1245
|
type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
|
package/dist/index.d.ts
CHANGED
|
@@ -1023,8 +1023,8 @@ interface RealtyDetailsProps {
|
|
|
1023
1023
|
repair?: string | null;
|
|
1024
1024
|
roomCountLink?: string | null;
|
|
1025
1025
|
propertyType?: string | null;
|
|
1026
|
+
furnishStatus?: string | null;
|
|
1026
1027
|
construction?: string | null;
|
|
1027
|
-
buildingStatus?: string | null;
|
|
1028
1028
|
className?: string;
|
|
1029
1029
|
site: Site;
|
|
1030
1030
|
}
|
|
@@ -1239,6 +1239,7 @@ declare enum MACHINE_NAME {
|
|
|
1239
1239
|
PARKING = "parting",
|
|
1240
1240
|
PROPERTY_TYPE = "property-type",
|
|
1241
1241
|
CONSTRUCTION = "construction",
|
|
1242
|
+
FURNISH_STATUS = "furnish-status",
|
|
1242
1243
|
STATUS_OF_BUILDING = "status-building"
|
|
1243
1244
|
}
|
|
1244
1245
|
type SortKeysType = MACHINE_NAME.PRICE_UP | MACHINE_NAME.PRICE_DOWN | MACHINE_NAME.NEW | MACHINE_NAME.OLD;
|