@hapl/api-queries 0.2.73 → 0.2.74
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.
|
@@ -261,6 +261,7 @@ export declare type RealtyAttributesFlatNew = {
|
|
|
261
261
|
lastName?: string;
|
|
262
262
|
middleName?: string;
|
|
263
263
|
};
|
|
264
|
+
rosreestrRegistrationNumber?: string;
|
|
264
265
|
dealType?: RealtyDealTypeFlatNew;
|
|
265
266
|
description?: string;
|
|
266
267
|
documents?: string;
|
|
@@ -316,7 +317,6 @@ export declare type RealtyAttributesHouse = {
|
|
|
316
317
|
ceilingHeight?: number;
|
|
317
318
|
cityDistance?: number;
|
|
318
319
|
dealType?: RealtyDealType;
|
|
319
|
-
rosreestrRegistrationNumber?: string;
|
|
320
320
|
description?: string;
|
|
321
321
|
documents?: string;
|
|
322
322
|
electricity?: RealtyElectricity;
|
package/package.json
CHANGED
|
@@ -253,6 +253,7 @@ export type RealtyAttributesFlatNew = {
|
|
|
253
253
|
lastName?: string;
|
|
254
254
|
middleName?: string;
|
|
255
255
|
};
|
|
256
|
+
rosreestrRegistrationNumber?: string;
|
|
256
257
|
dealType?: RealtyDealTypeFlatNew;
|
|
257
258
|
description?: string;
|
|
258
259
|
documents?: string;
|
|
@@ -308,7 +309,6 @@ export type RealtyAttributesHouse = {
|
|
|
308
309
|
ceilingHeight?: number;
|
|
309
310
|
cityDistance?: number;
|
|
310
311
|
dealType?: RealtyDealType;
|
|
311
|
-
rosreestrRegistrationNumber?: string;
|
|
312
312
|
description?: string;
|
|
313
313
|
documents?: string;
|
|
314
314
|
electricity?: RealtyElectricity;
|