stone-kit 0.0.957 → 0.0.958

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.
@@ -22,7 +22,7 @@ export interface ILot {
22
22
  /** uuid Лота из 1с */
23
23
  lotUuid: string;
24
24
  /** TODO: убрать */
25
- projectUuid: string | null;
25
+ projectUuid?: string | null;
26
26
  /** Скидка */
27
27
  discount: string | null;
28
28
  /** Стоимость объекта недвижимости до скидки */
@@ -109,6 +109,7 @@ export interface ILot {
109
109
  terrace?: boolean | null;
110
110
  /** общепит? */
111
111
  isCatering: boolean | null;
112
+ /** pdf презентация*/
112
113
  pdfPresentation: string | null | undefined;
113
114
  /** является ли лот отдельно стоящим зданием */
114
115
  isDetachedBuilding: boolean | null;
@@ -142,12 +143,18 @@ export interface ILot {
142
143
  liftService?: number | null;
143
144
  /** Количество балконов */
144
145
  balcony: number | null;
146
+ /** Ванная с окном */
145
147
  bathroomWithWindow: boolean | null;
148
+ /** Гардеробная */
146
149
  dressingRoom: boolean | null;
150
+ /** Мастер спальня */
147
151
  masterBedroom: boolean | null;
152
+ /** Хз что это */
148
153
  workroom: boolean | null;
149
154
  objectId: string;
150
- reservations: unknown[];
155
+ /** Хз что это */
156
+ reservations?: unknown[];
157
+ /** Хз что это */
151
158
  businessType: string | null;
152
159
  /** Количество лоджий */
153
160
  loggia?: number | null;
@@ -161,6 +168,7 @@ export interface ILot {
161
168
  layout: string | null;
162
169
  /** Тип ремонта */
163
170
  repairType: string | null;
171
+ /** Слаг лота */
164
172
  slug: string;
165
173
  /** количество стояков с водой */
166
174
  waterPipesCount?: number[] | null;
@@ -199,22 +207,38 @@ export interface ILot {
199
207
  floorPlanImg: string;
200
208
  interiorPlanImg: string;
201
209
  }[];
210
+ /** Массив с лотами рекоммендованными */
202
211
  recommended?: ILot[] | null;
203
212
  parking?: ILot[] | null;
213
+ /** Проект со страпи */
204
214
  project?: LotProject | null;
215
+ /** Мокрая точка */
205
216
  isWaterPipes?: boolean | null;
217
+ /** Для компаса */
206
218
  azimuthAngle?: number | null;
219
+ /** Декор? хз */
207
220
  isDecoration?: boolean | null;
221
+ /** Название подтипа */
208
222
  subTypeName?: string | null;
223
+ /** Подтип */
209
224
  subType: number | null;
225
+ additionFeatures?: {
226
+ val: string;
227
+ slug: string;
228
+ icoImg: string;
229
+ category?: string;
230
+ }[];
210
231
  }
211
232
  export interface LotFeature {
212
233
  /** Текст */
213
234
  val: string;
214
235
  /** Категория */
215
- category: string;
236
+ category: string | null;
216
237
  /** Ссылка на иконку */
217
- icoImg: string | null;
238
+ icoImg: {
239
+ id: number;
240
+ attributes: IDefaultImg[] | null;
241
+ } | null | string;
218
242
  /** Идентификатор */
219
243
  slug: string;
220
244
  isSearchable?: boolean | null;
@@ -233,7 +257,8 @@ export interface LotCardFeature {
233
257
  slug: string;
234
258
  }
235
259
  export interface LotProject {
236
- direction: number;
260
+ /** Массив направлений */
261
+ directions: number[];
237
262
  discount: string;
238
263
  /** id */
239
264
  id: number;
@@ -261,7 +286,7 @@ export interface LotProject {
261
286
  showDetailPage: boolean;
262
287
  showPdfBtn: boolean;
263
288
  /** условия для больших лотов */
264
- bigLotFeatures: LotCardFeature;
289
+ bigLotFeatures: LotCardFeature[];
265
290
  /** условия для каталога */
266
291
  catalogFeatures: LotCardFeature[];
267
292
  /** квартал сдачи */
@@ -276,6 +301,8 @@ export interface LotProject {
276
301
  long?: string;
277
302
  /** сортровка */
278
303
  sort: number | null;
304
+ /** Показывать ежемесячный платеж */
305
+ isShowPayment: boolean | null;
279
306
  /** Дата создания */
280
307
  createdAt: string;
281
308
  /** Дата обновления */
@@ -296,7 +323,6 @@ export interface LotProject {
296
323
  sortOffice?: number;
297
324
  sortRetail?: number;
298
325
  showPriceSubType?: {
299
- slug: string;
300
326
  value: string;
301
327
  filter: string;
302
328
  }[];
@@ -331,6 +357,7 @@ export interface ILotCard {
331
357
  rowConditions?: boolean;
332
358
  }
333
359
  export interface IDefaultImg extends IDefaultAttributes {
360
+ id: number | null;
334
361
  alternativeText: string | null;
335
362
  caption: string | null;
336
363
  ext: string;
@@ -1,209 +1,582 @@
1
1
  const e = {
2
- address: "Москва, Ходынский бульвар, 20А стр. 1.,СБашня G3",
3
- area: "65.60",
2
+ id: 3218,
3
+ objectId: "SM-M2.1-203",
4
+ lotUuid: "f220e644-a66e-11ef-8384-005056b5170a",
5
+ projectId: 8,
6
+ rentPricePerMeterPerYear: "0.00",
7
+ rentPricePerMonth: "0.00",
8
+ firstPaymentSum: null,
9
+ discountedPrice: null,
10
+ discountVolume: null,
11
+ handoverKeys: null,
4
12
  availableFrom: null,
5
- azimuthAngle: 349,
6
- balcony: null,
7
- bathroomWithWindow: !1,
13
+ entrance: "",
14
+ status: 1,
15
+ rentStatus: 1,
16
+ number: "M2.1-203",
17
+ slug: "m21-203",
18
+ address: "Москва, Нижние Мневники, 37АС17",
19
+ type: 1,
20
+ typeName: "Офис",
21
+ subType: 1,
22
+ subTypeName: "Офис",
23
+ direction: 1,
24
+ doorNumber: "M2.1-203",
25
+ area: "40.50",
26
+ kitchenArea: null,
27
+ livingArea: null,
28
+ floorsNumber: 12,
29
+ floor: 2,
30
+ saleFloorMin: null,
31
+ saleFloorMax: null,
32
+ beginFloor: 2,
33
+ endFloor: 2,
34
+ ceiling: "4.25",
35
+ roomsCount: 0,
8
36
  bedroomsCount: 0,
9
- beginFloor: 15,
37
+ windowView: "",
38
+ showcaseWindows: "",
39
+ promo: null,
40
+ housing: "Башня M2.1",
41
+ section: "",
10
42
  buildStage: null,
11
- businessType: null,
12
- cardinalDirections: null,
13
- ceiling: "3.65",
43
+ isWaterPipes: !0,
14
44
  combinedWcsCount: null,
15
- condition: null,
16
- direction: 1,
17
- discount: "5.00",
18
- discountVolume: null,
19
- discountedPrice: null,
20
- doorNumber: "G3-1504",
21
- dressingRoom: !1,
22
- endFloor: 15,
23
- entrance: null,
24
- features: [{
25
- category: "advantages",
26
- icoImg: null,
27
- isSearchable: !1,
28
- slug: "Вид на Башню Н1",
29
- val: "Вид на Башню Н1"
30
- }, {
31
- category: "advantages",
32
- icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
33
- slug: "floor",
34
- val: "Этаж 15 из 19"
35
- }],
36
- firstPaymentSum: null,
37
- floor: 15,
38
- floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel15072/550edf73.png",
39
- floorsNumber: 19,
40
- handoverKeys: null,
41
- housing: "Башня G3",
42
- id: 2965,
43
- inputType: null,
44
- interiorPlanImg: null,
45
- isApart: !1,
46
- isCatering: !1,
47
- isCloseToLift: !1,
48
- isCorner: !1,
45
+ workPlacesCount: 7,
49
46
  isDecoration: !1,
47
+ isCorner: !1,
48
+ isCatering: !1,
50
49
  isDetachedBuilding: !1,
51
- isDoubleLevel: !1,
52
- isFacing: !1,
53
- isGab: !1,
54
- isGarbageTube: !1,
50
+ isPhone: !1,
55
51
  isMortgage: !1,
56
- isOccupied: !1,
52
+ isGarbageTube: !1,
57
53
  isPenthouse: !1,
58
- isPhone: !1,
54
+ isApart: !1,
55
+ isDoubleLevel: !1,
59
56
  isRamp: !1,
60
- isWaterPipes: !1,
61
- kitchenArea: null,
62
- layout: null,
63
- liftPassenger: null,
64
- liftService: null,
65
- livingArea: null,
66
- loggia: null,
67
- lotUuid: "486069da-ea8e-11ee-8383-005056b5170a",
57
+ isCloseToLift: !1,
58
+ isOccupied: !1,
59
+ isGab: !1,
60
+ isFacing: !1,
61
+ liftPassenger: 0,
62
+ liftService: 0,
63
+ balcony: 0,
64
+ loggia: 0,
65
+ inputType: "commonFromStreet",
66
+ condition: "",
67
+ layout: "",
68
+ repairType: "",
69
+ speciality: null,
70
+ features: [
71
+ {
72
+ val: "Этаж 2 из 12",
73
+ slug: "floor",
74
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
75
+ category: "advantages"
76
+ }
77
+ ],
78
+ windowViews: [],
79
+ businessType: null,
80
+ interiorPlanImg: null,
81
+ floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21591/f4634b60.png",
82
+ sitPlanImg: "https://dev.cms.stonehedgecompany.com/uploads/sitplan_sm_9a1ff69ce1_fff5604236.jpg",
83
+ azimuthAngle: 57,
84
+ typeSizeCode: null,
85
+ terrace: !1,
86
+ workroom: !1,
87
+ bathroomWithWindow: !1,
68
88
  masterBedroom: !1,
69
- number: "G3-1504",
70
- objectId: "SH-G3-1504",
71
- pdfPresentation: null,
89
+ dressingRoom: !1,
72
90
  project: {
73
- address: "Ходынский бульвар, 20а/2",
74
- bigLotFeatures: {
75
- category: "finance",
76
- icoImg: {
77
- id: 1870,
78
- attributes: {
79
- alternativeText: null,
80
- caption: null,
81
- createdAt: "2024-09-04T07:24:23.722Z",
82
- ext: ".svg",
83
- formats: null,
84
- hash: "Calculator_d076a4e307",
85
- height: 12,
86
- mime: "image/svg+xml",
87
- name: "Calculator.svg",
88
- previewUrl: null,
89
- provider: "local",
90
- publishedAt: "2025-05-13T14:09:55.082Z",
91
- size: 1.42,
92
- updatedAt: "2024-09-04T07:24:23.722Z",
93
- url: "/uploads/Calculator_d076a4e307.svg"
94
- }
91
+ id: 8,
92
+ name: "Офисы STONE Мнёвники 2",
93
+ directions: [1],
94
+ geo: { lat: "55.754082", long: "37.456710" },
95
+ metro: [
96
+ {
97
+ icon: null,
98
+ mode: null,
99
+ name: "Терехово",
100
+ color: "#29B1A6",
101
+ station: "Терехово",
102
+ timeTo: 7
103
+ }
104
+ ],
105
+ salesOffice: { metro: [Array], address: "Бумажный проезд, вл. 19, стр. 1" },
106
+ address: "Нижние Мнёвники ул., з/у 39, 41",
107
+ features: [
108
+ {
109
+ val: "Офисы от 26 млн ₽",
110
+ slug: "ofisy-ot-35-4-mln",
111
+ icoImg: null,
112
+ category: "directionPage"
95
113
  },
96
- slug: "pervyj-vznos-10-1",
97
- val: "Первый взнос 10%"
98
- },
99
- buildingYear: 2028,
100
- catalogFeatures: [{
101
- category: "header",
102
- icoImg: null,
103
- slug: "gotovnost-2028",
104
- val: "Готовность: 2028 г."
105
- }],
106
- createdAt: "2024-03-15T12:31:32.000000Z",
107
- direction: 1,
108
- discount: "5.00",
109
- features: [{
110
- category: "directionPage",
111
- icoImg: null,
112
- slug: "ofisy-i-ritejl-ot-27-6-mln-1",
113
- val: "Офисы от 36 млн ₽"
114
- }, {
115
- category: "directionPage",
116
- icoImg: null,
117
- slug: "ot-375-tys-m",
118
- val: "От 300 тыс. ₽/м² "
119
- }],
114
+ {
115
+ val: "От 415 тыс. ₽/м²",
116
+ slug: "ot-405-tys-m",
117
+ icoImg: null,
118
+ category: "directionPage"
119
+ },
120
+ {
121
+ val: "Готовность: 2028 г.",
122
+ slug: "gotovnost-iii-kv-2028-g-1",
123
+ icoImg: null,
124
+ category: "directionPage"
125
+ },
126
+ {
127
+ val: "3 км до Рублевского шоссе",
128
+ slug: "3-km-do-rublevskogo-shosse",
129
+ icoImg: null,
130
+ category: "directionPage"
131
+ },
132
+ {
133
+ val: "Офисы от 415 тыс. ₽/м²",
134
+ slug: "ot-322-tys-m-1",
135
+ icoImg: null,
136
+ category: "header"
137
+ },
138
+ {
139
+ val: "Готовность: 2028 г.",
140
+ slug: "gotovnost2028",
141
+ icoImg: null,
142
+ category: "header"
143
+ },
144
+ {
145
+ val: "Отложенный платеж",
146
+ slug: "otlozhennyj-platezh",
147
+ icoImg: {
148
+ id: 4074,
149
+ attributes: null
150
+ },
151
+ category: "finance"
152
+ },
153
+ {
154
+ val: "Рассрочка с макс. сроком погашения",
155
+ slug: "rassrochka-s-ma",
156
+ icoImg: null,
157
+ category: "finance"
158
+ }
159
+ ],
160
+ catalogFeatures: [],
120
161
  frontFeatures: null,
121
- geo: {
122
- lat: "55.789043",
123
- long: "37.526521"
124
- },
125
- id: 7,
162
+ bigLotFeatures: [
163
+ {
164
+ val: "Первый взнос 10%",
165
+ slug: "pervyj-vznos-10",
166
+ icoImg: null,
167
+ category: "finance"
168
+ },
169
+ {
170
+ val: "Рассрочка до окончания строительства",
171
+ slug: "rassrochka-period-stroitelstva",
172
+ icoImg: null,
173
+ category: "finance"
174
+ },
175
+ {
176
+ val: "Рассрочка от 5%",
177
+ slug: "rassrochka-ot-5",
178
+ icoImg: null,
179
+ category: "finance"
180
+ },
181
+ {
182
+ val: "Второй платеж в феврале 2026",
183
+ slug: "vtoroj-platezh-v-fevrale-2026",
184
+ icoImg: null,
185
+ category: "finance"
186
+ }
187
+ ],
188
+ buildingYear: 2029,
189
+ lotsCount: 31,
190
+ retailLotsCount: [],
126
191
  logoImg: null,
127
- lotsCount: 121,
128
- metro: [{
129
- color: "#29B1A6",
130
- icon: null,
131
- mode: null,
132
- name: "ЦСКА",
133
- station: "ЦСКА",
134
- timeTo: 5
135
- }],
136
- minimalLotPrice: {
137
- 1: "37949600",
138
- 3: "46994400",
139
- 8: "1317492000",
140
- 11: "4983842500"
141
- },
142
- name: "STONE Ходынка 2",
143
- retailLotsCount: {
144
- 3: 12,
145
- 14: 1,
146
- 21: 25
147
- },
148
- salesOffice: {
149
- metro: [{
150
- color: "#0a6f20",
151
- id: 16,
152
- name: "Белорусская",
153
- station: "Белорусская",
154
- timeTo: 12
155
- }, {
156
- color: "#a2a5b4",
157
- id: 18,
158
- name: "Савеловская",
159
- station: "Савеловская"
160
- }],
161
- address: "Бумажный проезд, вл. 19, стр. 1"
162
- },
163
- shortDesc: "STONE Ходынка 2 расположен в шаговой доступности от метро «ЦСКА» и состоит из трех разноэтажных башен, объединенных торговой галереей. В основе концепции проекта — принцип «отдыхать, работать, жить», который выражается в создании мест для отдыха и творчества. В реализации — полная линейка предложений от 71 кв. м для инвестиций до офисных этажей для размещения собственного бизнеса.",
192
+ sitPlanImg: "https://dev.cms.stonehedgecompany.com/uploads/sitplan_sm_9a1ff69ce1_fff5604236.jpg",
193
+ shortDesc: "Бизнес-центр класса А в живописном районе у воды и парков. Хорошая транспортная доступность обеспечивает удобную связь с основными деловыми районами.",
194
+ strapiSlug: "mnevniki2",
195
+ sort: 1,
196
+ sortOffice: 1,
197
+ sortRetail: 1,
198
+ showPriceFlg: !0,
199
+ showPdfBtn: !1,
164
200
  showCatalog: !0,
165
201
  showDetailPage: !0,
166
- showPdfBtn: !1,
167
- showPriceFlg: !0,
168
- sitPlanImg: "https://dev.cms.stonehedgecompany.com/uploads/SH_2_na_portal_6b9abb4d8d.jpg",
169
- sort: null,
170
- sortOffice: 4,
171
- sortRetail: 1e3,
202
+ discount: "3.00",
203
+ minimalLotPrice: { 1: "28552500", 8: "1629075000" },
172
204
  status: "start-prodazh",
173
- strapiSlug: "hodinka2",
174
- updatedAt: "2025-08-18T08:00:01.000000Z"
205
+ showPriceSubType: [
206
+ { value: "Офис", filter: "1" },
207
+ { value: "Клиентский офис", filter: "21" }
208
+ ],
209
+ isShowPayment: !1,
210
+ createdAt: "2025-09-01T17:10:01.000000Z",
211
+ updatedAt: "2025-09-25T10:20:02.000000Z"
175
212
  },
176
- projectId: 7,
177
- projectUuid: "cc069c90-77c4-11ee-8352-005056a1be4c",
178
- promo: null,
179
- rentPricePerMeterPerYear: "0.00",
180
- rentPricePerMonth: "0.00",
181
- rentStatus: 1,
182
- repairType: null,
183
- reservations: [],
184
- roomsCount: 0,
185
- saleFloorMax: null,
186
- saleFloorMin: null,
187
- section: null,
188
- sellingPrice: "2339074640",
189
- sellingPriceBeforeDiscount: "41131200",
190
213
  showPriceFlg: !0,
191
- showcaseWindows: null,
192
- sitPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/cache/Housings/Housing85/fff901f783-1_1200x735.jpg",
193
- slug: "g3-1504",
194
- speciality: null,
195
- status: 1,
196
- subType: null,
197
- subTypeName: "Офис",
198
214
  termsOfPurchase: null,
199
- terrace: !1,
200
- type: 3,
201
- typeName: "Офис",
202
- typeSizeCode: null,
203
- windowView: "-",
204
- windowViews: ["Выход", " 1-я линия", "Пешеходная", "Угловая", "Вид на сквер", "Пешеходная"],
205
- workPlacesCount: 9,
206
- workroom: !1
215
+ cardinalDirections: null,
216
+ sellingPrice: "27695925",
217
+ sellingPriceBeforeDiscount: "28552500",
218
+ discount: "3.00",
219
+ recommended: [
220
+ {
221
+ id: 3217,
222
+ objectId: "SM-M2.2-909",
223
+ lotUuid: "0f18f3c9-a66e-11ef-8384-005056b5170a",
224
+ projectId: 8,
225
+ rentPricePerMeterPerYear: "0.00",
226
+ rentPricePerMonth: "0.00",
227
+ firstPaymentSum: null,
228
+ discountedPrice: null,
229
+ discountVolume: null,
230
+ handoverKeys: null,
231
+ availableFrom: null,
232
+ entrance: "",
233
+ status: 1,
234
+ rentStatus: 1,
235
+ number: "M2.2-909",
236
+ slug: "m22-909",
237
+ address: "Москва, Нижние Мневники, 37АС17",
238
+ type: 1,
239
+ typeName: "Офис",
240
+ subType: 1,
241
+ subTypeName: "Офис",
242
+ direction: 1,
243
+ doorNumber: "M2.2-909",
244
+ area: "50.00",
245
+ kitchenArea: null,
246
+ livingArea: null,
247
+ floorsNumber: 12,
248
+ floor: 9,
249
+ saleFloorMin: null,
250
+ saleFloorMax: null,
251
+ beginFloor: 9,
252
+ endFloor: 9,
253
+ ceiling: "3.65",
254
+ roomsCount: 0,
255
+ bedroomsCount: 0,
256
+ windowView: "",
257
+ showcaseWindows: "",
258
+ promo: null,
259
+ housing: "Башня M2.2",
260
+ section: "",
261
+ buildStage: null,
262
+ isWaterPipes: !1,
263
+ combinedWcsCount: null,
264
+ workPlacesCount: 7,
265
+ isDecoration: !1,
266
+ isCorner: !1,
267
+ isCatering: !1,
268
+ isDetachedBuilding: !1,
269
+ isPhone: !1,
270
+ isMortgage: !1,
271
+ isGarbageTube: !1,
272
+ isPenthouse: !1,
273
+ isApart: !1,
274
+ isDoubleLevel: !1,
275
+ isRamp: !1,
276
+ isCloseToLift: !1,
277
+ isOccupied: !1,
278
+ isGab: !1,
279
+ isFacing: !1,
280
+ liftPassenger: 0,
281
+ liftService: 0,
282
+ balcony: 0,
283
+ loggia: 0,
284
+ inputType: "commonFromStreet",
285
+ condition: "",
286
+ layout: "",
287
+ repairType: "",
288
+ speciality: null,
289
+ features: [
290
+ {
291
+ val: "Вид на Москва-Сити",
292
+ slug: "Вид на Москва-Сити",
293
+ icoImg: null,
294
+ category: null,
295
+ isSearchable: !1
296
+ },
297
+ {
298
+ val: "Вид на ул. Нижние Мневники",
299
+ slug: "vid_na_ul_niznie_mnevniki",
300
+ icoImg: null,
301
+ category: null,
302
+ isSearchable: !1
303
+ },
304
+ {
305
+ val: "Этаж 9 из 12",
306
+ slug: "floor",
307
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
308
+ category: "advantages"
309
+ }
310
+ ],
311
+ windowViews: [],
312
+ businessType: null,
313
+ interiorPlanImg: null,
314
+ floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21777/df936789.png",
315
+ sitPlanImg: null,
316
+ azimuthAngle: 57,
317
+ typeSizeCode: null,
318
+ terrace: !1,
319
+ workroom: !1,
320
+ bathroomWithWindow: !1,
321
+ masterBedroom: !1,
322
+ dressingRoom: !1,
323
+ showPriceFlg: !1,
324
+ termsOfPurchase: null,
325
+ cardinalDirections: null,
326
+ pdfPresentation: null,
327
+ projectUuid: null,
328
+ discount: null,
329
+ sellingPriceBeforeDiscount: null,
330
+ sellingPrice: null,
331
+ reservations: []
332
+ },
333
+ {
334
+ id: 1640,
335
+ objectId: "SM-M2.1-602",
336
+ lotUuid: "fd034b0c-a66d-11ef-8384-005056b5170a",
337
+ projectId: 8,
338
+ rentPricePerMeterPerYear: "0.00",
339
+ rentPricePerMonth: "0.00",
340
+ firstPaymentSum: null,
341
+ discountedPrice: null,
342
+ discountVolume: null,
343
+ handoverKeys: null,
344
+ availableFrom: null,
345
+ entrance: "",
346
+ status: 1,
347
+ rentStatus: 1,
348
+ number: "M2.1-602",
349
+ slug: "m21-602",
350
+ address: "Москва, Нижние Мневники, 37АС17",
351
+ type: 1,
352
+ typeName: "Офис",
353
+ subType: 1,
354
+ subTypeName: "Офис",
355
+ direction: 1,
356
+ doorNumber: "M2.1-602",
357
+ area: "198.00",
358
+ kitchenArea: null,
359
+ livingArea: null,
360
+ floorsNumber: 12,
361
+ floor: 6,
362
+ saleFloorMin: null,
363
+ saleFloorMax: null,
364
+ beginFloor: 6,
365
+ endFloor: 6,
366
+ ceiling: "3.65",
367
+ roomsCount: 0,
368
+ bedroomsCount: 0,
369
+ windowView: "",
370
+ showcaseWindows: "",
371
+ promo: null,
372
+ housing: "Башня M2.1",
373
+ section: "",
374
+ buildStage: null,
375
+ isWaterPipes: !0,
376
+ combinedWcsCount: null,
377
+ workPlacesCount: 23,
378
+ isDecoration: !1,
379
+ isCorner: !0,
380
+ isCatering: !1,
381
+ isDetachedBuilding: !1,
382
+ isPhone: !1,
383
+ isMortgage: !1,
384
+ isGarbageTube: !1,
385
+ isPenthouse: !1,
386
+ isApart: !1,
387
+ isDoubleLevel: !1,
388
+ isRamp: !1,
389
+ isCloseToLift: !1,
390
+ isOccupied: !1,
391
+ isGab: !1,
392
+ isFacing: !1,
393
+ liftPassenger: 0,
394
+ liftService: 0,
395
+ balcony: 0,
396
+ loggia: 0,
397
+ inputType: "commonFromStreet",
398
+ condition: "",
399
+ layout: "",
400
+ repairType: "",
401
+ speciality: null,
402
+ features: [
403
+ {
404
+ val: "Вид на Москва-Сити",
405
+ slug: "Вид на Москва-Сити",
406
+ icoImg: null,
407
+ category: null,
408
+ isSearchable: !1
409
+ },
410
+ {
411
+ val: "Вид на ул. Нижние Мневники",
412
+ slug: "vid_na_ul_niznie_mnevniki",
413
+ icoImg: null,
414
+ category: null,
415
+ isSearchable: !1
416
+ },
417
+ {
418
+ val: "Этаж 9 из 12",
419
+ slug: "floor",
420
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
421
+ category: "advantages"
422
+ }
423
+ ],
424
+ windowViews: [],
425
+ businessType: null,
426
+ interiorPlanImg: null,
427
+ floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21511/29f732a0.png",
428
+ sitPlanImg: null,
429
+ azimuthAngle: 57,
430
+ typeSizeCode: null,
431
+ terrace: !1,
432
+ workroom: !1,
433
+ bathroomWithWindow: !1,
434
+ masterBedroom: !1,
435
+ dressingRoom: !1,
436
+ showPriceFlg: !1,
437
+ termsOfPurchase: null,
438
+ cardinalDirections: null,
439
+ pdfPresentation: null,
440
+ projectUuid: null,
441
+ discount: null,
442
+ sellingPriceBeforeDiscount: null,
443
+ sellingPrice: null,
444
+ reservations: []
445
+ },
446
+ {
447
+ id: 1637,
448
+ objectId: "SM-M2.1-702",
449
+ lotUuid: "0327aea2-a66e-11ef-8384-005056b5170a",
450
+ projectId: 8,
451
+ rentPricePerMeterPerYear: "0.00",
452
+ rentPricePerMonth: "0.00",
453
+ firstPaymentSum: null,
454
+ discountedPrice: null,
455
+ discountVolume: null,
456
+ handoverKeys: null,
457
+ availableFrom: null,
458
+ entrance: null,
459
+ status: 1,
460
+ rentStatus: 1,
461
+ number: "M2.1-702",
462
+ slug: "m21-702",
463
+ address: "Москва, Нижние Мневники, 37АС17",
464
+ type: 1,
465
+ typeName: "Офис",
466
+ subType: 1,
467
+ subTypeName: "Офис",
468
+ direction: 1,
469
+ doorNumber: "M2.1-702",
470
+ area: "198.00",
471
+ kitchenArea: null,
472
+ livingArea: null,
473
+ floorsNumber: 12,
474
+ floor: 7,
475
+ saleFloorMin: null,
476
+ saleFloorMax: null,
477
+ beginFloor: 7,
478
+ endFloor: 7,
479
+ ceiling: "3.65",
480
+ roomsCount: 0,
481
+ bedroomsCount: 0,
482
+ windowView: "-",
483
+ showcaseWindows: null,
484
+ promo: null,
485
+ housing: "Башня M2.1",
486
+ section: null,
487
+ buildStage: null,
488
+ isWaterPipes: !0,
489
+ combinedWcsCount: null,
490
+ workPlacesCount: 23,
491
+ isDecoration: !1,
492
+ isCorner: !0,
493
+ isCatering: !1,
494
+ isDetachedBuilding: !1,
495
+ isPhone: !1,
496
+ isMortgage: !1,
497
+ isGarbageTube: !1,
498
+ isPenthouse: !1,
499
+ isApart: !1,
500
+ isDoubleLevel: !1,
501
+ isRamp: !1,
502
+ isCloseToLift: !1,
503
+ isOccupied: !1,
504
+ isGab: !1,
505
+ isFacing: !1,
506
+ liftPassenger: null,
507
+ liftService: null,
508
+ balcony: null,
509
+ loggia: null,
510
+ inputType: null,
511
+ condition: null,
512
+ layout: null,
513
+ repairType: null,
514
+ speciality: null,
515
+ features: [
516
+ {
517
+ val: "Вид на Москва-Сити",
518
+ slug: "Вид на Москва-Сити",
519
+ icoImg: null,
520
+ category: null,
521
+ isSearchable: !1
522
+ },
523
+ {
524
+ val: "Вид на ул. Нижние Мневники",
525
+ slug: "vid_na_ul_niznie_mnevniki",
526
+ icoImg: null,
527
+ category: null,
528
+ isSearchable: !1
529
+ },
530
+ {
531
+ val: "Этаж 9 из 12",
532
+ slug: "floor",
533
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
534
+ category: "advantages"
535
+ }
536
+ ],
537
+ windowViews: [],
538
+ businessType: null,
539
+ interiorPlanImg: null,
540
+ floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21579/43c6b8e8.png",
541
+ sitPlanImg: null,
542
+ azimuthAngle: 57,
543
+ typeSizeCode: null,
544
+ terrace: !1,
545
+ workroom: !1,
546
+ bathroomWithWindow: !1,
547
+ masterBedroom: !1,
548
+ dressingRoom: !1,
549
+ showPriceFlg: !1,
550
+ termsOfPurchase: null,
551
+ cardinalDirections: null,
552
+ pdfPresentation: null,
553
+ projectUuid: null,
554
+ discount: null,
555
+ sellingPriceBeforeDiscount: null,
556
+ sellingPrice: null,
557
+ reservations: []
558
+ }
559
+ ],
560
+ parking: [],
561
+ additionFeatures: [
562
+ {
563
+ val: "Этаж 2 из 12",
564
+ slug: "floor",
565
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
566
+ category: "advantages"
567
+ },
568
+ {
569
+ val: "Мокрая точка",
570
+ slug: "mokrayatochka",
571
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/is_water_pipes.svg"
572
+ },
573
+ {
574
+ val: "7 рабочих мест",
575
+ slug: "rabochiemesta",
576
+ icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/work_places_count.svg"
577
+ }
578
+ ],
579
+ pdfPresentation: null
207
580
  }, l = {
208
581
  address: null,
209
582
  area: null,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.957",
5
+ "version": "0.0.958",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",