@v-office/website-sdk 1.0.0

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.
Files changed (39) hide show
  1. package/README.md +263 -0
  2. package/dist/cli.d.mts +1 -0
  3. package/dist/cli.mjs +337 -0
  4. package/dist/client-BbAfk-qa.mjs +33672 -0
  5. package/dist/custom-attribute-ChCbJKf_.mjs +54 -0
  6. package/dist/errors-2cuUGSvi.mjs +5 -0
  7. package/dist/index.d.mts +16130 -0
  8. package/dist/index.mjs +3 -0
  9. package/dist/operations-BanW36PK.mjs +12616 -0
  10. package/dist/operations-CHxEQ3jG.mjs +904 -0
  11. package/dist/parser-D6UAf8Ld.mjs +65 -0
  12. package/dist/quote-C3HZsFua.mjs +313 -0
  13. package/dist/quote-Vl6Nutaa.mjs +513 -0
  14. package/dist/rentals-BFmmp26v.mjs +323 -0
  15. package/dist/rentals-cQAg5TTW.mjs +403 -0
  16. package/dist/search-JqA3v_Fx.mjs +342 -0
  17. package/dist/search-filter-metadata-DZP0-Udc.mjs +4294 -0
  18. package/dist/to-rental-highlights-BcRa9Odv.mjs +402 -0
  19. package/dist/translations/shared/de-DE/availability.json +15 -0
  20. package/dist/translations/shared/de-DE/booking.json +15 -0
  21. package/dist/translations/shared/de-DE/insurance.json +18 -0
  22. package/dist/translations/shared/de-DE/quote.json +8 -0
  23. package/dist/translations/shared/de-DE/reviews.json +11 -0
  24. package/dist/translations/shared/en-US/availability.json +15 -0
  25. package/dist/translations/shared/en-US/booking.json +15 -0
  26. package/dist/translations/shared/en-US/insurance.json +18 -0
  27. package/dist/translations/shared/en-US/quote.json +8 -0
  28. package/dist/translations/shared/en-US/reviews.json +11 -0
  29. package/dist/translations/v10/de-DE/core.json +7027 -0
  30. package/dist/translations/v10/en-US/core.json +7027 -0
  31. package/dist/translations/v9/de-DE/core.json +4 -0
  32. package/dist/translations/v9/de-DE/filter.json +25 -0
  33. package/dist/translations/v9/de-DE/rental-attribute-categories.json +19 -0
  34. package/dist/translations/v9/de-DE/rental-attributes.json +451 -0
  35. package/dist/translations/v9/en-US/core.json +4 -0
  36. package/dist/translations/v9/en-US/filter.json +25 -0
  37. package/dist/translations/v9/en-US/rental-attribute-categories.json +19 -0
  38. package/dist/translations/v9/en-US/rental-attributes.json +451 -0
  39. package/package.json +90 -0
@@ -0,0 +1,4294 @@
1
+ //#region scripts/v10/metadata-generation/search-filter-metadata.ts
2
+ const GENERATED_SEARCH_FILTER_CATALOG = {
3
+ attributes: [
4
+ {
5
+ key: "wifi",
6
+ labelTranslationKey: "RentalAttributes.wifi.label",
7
+ category: {
8
+ key: "ESSENTIALS",
9
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
10
+ },
11
+ subCategory: {
12
+ key: "CONNECTIVITY_CLIMATE",
13
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
14
+ },
15
+ filterType: "BooleanFilter"
16
+ },
17
+ {
18
+ key: "ac",
19
+ labelTranslationKey: "RentalAttributes.ac.label",
20
+ category: {
21
+ key: "ESSENTIALS",
22
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
23
+ },
24
+ subCategory: {
25
+ key: "CONNECTIVITY_CLIMATE",
26
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
27
+ },
28
+ filterType: "BooleanFilter"
29
+ },
30
+ {
31
+ key: "acCoverage",
32
+ labelTranslationKey: "RentalAttributes.acCoverage.label",
33
+ category: {
34
+ key: "ESSENTIALS",
35
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
36
+ },
37
+ subCategory: {
38
+ key: "CONNECTIVITY_CLIMATE",
39
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
40
+ },
41
+ filterType: "OptionFilter",
42
+ options: [
43
+ {
44
+ value: "ALL_ROOMS",
45
+ translationKey: "RentalAttributes.acCoverage.option.ALL_ROOMS"
46
+ },
47
+ {
48
+ value: "ALL_ROOMS_TO_STAY",
49
+ translationKey: "RentalAttributes.acCoverage.option.ALL_ROOMS_TO_STAY"
50
+ },
51
+ {
52
+ value: "ALL_SLEEPING_ROOMS",
53
+ translationKey: "RentalAttributes.acCoverage.option.ALL_SLEEPING_ROOMS"
54
+ },
55
+ {
56
+ value: "SOME_ROOMS",
57
+ translationKey: "RentalAttributes.acCoverage.option.SOME_ROOMS"
58
+ },
59
+ {
60
+ value: "ONLY_LIVING_ROOMS",
61
+ translationKey: "RentalAttributes.acCoverage.option.ONLY_LIVING_ROOMS"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ key: "airPurifiersInstalled",
67
+ labelTranslationKey: "RentalAttributes.airPurifiersInstalled.label",
68
+ category: {
69
+ key: "ESSENTIALS",
70
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
71
+ },
72
+ subCategory: {
73
+ key: "CONNECTIVITY_CLIMATE",
74
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
75
+ },
76
+ filterType: "BooleanFilter"
77
+ },
78
+ {
79
+ key: "heating",
80
+ labelTranslationKey: "RentalAttributes.heating.label",
81
+ category: {
82
+ key: "ESSENTIALS",
83
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
84
+ },
85
+ subCategory: {
86
+ key: "CONNECTIVITY_CLIMATE",
87
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
88
+ },
89
+ filterType: "BooleanFilter"
90
+ },
91
+ {
92
+ key: "individualAirConditioning",
93
+ labelTranslationKey: "RentalAttributes.individualAirConditioning.label",
94
+ category: {
95
+ key: "ESSENTIALS",
96
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
97
+ },
98
+ subCategory: {
99
+ key: "CONNECTIVITY_CLIMATE",
100
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
101
+ },
102
+ filterType: "BooleanFilter"
103
+ },
104
+ {
105
+ key: "internet",
106
+ labelTranslationKey: "RentalAttributes.internet.label",
107
+ category: {
108
+ key: "ESSENTIALS",
109
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
110
+ },
111
+ subCategory: {
112
+ key: "CONNECTIVITY_CLIMATE",
113
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
114
+ },
115
+ filterType: "BooleanFilter"
116
+ },
117
+ {
118
+ key: "internetSpeed",
119
+ labelTranslationKey: "RentalAttributes.internetSpeed.label",
120
+ category: {
121
+ key: "ESSENTIALS",
122
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
123
+ },
124
+ subCategory: {
125
+ key: "CONNECTIVITY_CLIMATE",
126
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
127
+ },
128
+ filterType: "OptionFilter",
129
+ options: [
130
+ {
131
+ value: "FROM_100_MBIT_S_E_G_CABLE_FIBRE_OPTIC",
132
+ translationKey: "RentalAttributes.internetSpeed.option.FROM_100_MBIT_S_E_G_CABLE_FIBRE_OPTIC"
133
+ },
134
+ {
135
+ value: "FROM_25_M_BIT_S_E_G_VDSL",
136
+ translationKey: "RentalAttributes.internetSpeed.option.FROM_25_M_BIT_S_E_G_VDSL"
137
+ },
138
+ {
139
+ value: "FROM_8_MBIT_S_E_G_DSL",
140
+ translationKey: "RentalAttributes.internetSpeed.option.FROM_8_MBIT_S_E_G_DSL"
141
+ },
142
+ {
143
+ value: "MAX_128_KBIT_S",
144
+ translationKey: "RentalAttributes.internetSpeed.option.MAX_128_KBIT_S"
145
+ },
146
+ {
147
+ value: "MAX_56_KBIT_S_MODEM",
148
+ translationKey: "RentalAttributes.internetSpeed.option.MAX_56_KBIT_S_MODEM"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ key: "warmwater",
154
+ labelTranslationKey: "RentalAttributes.warmwater.label",
155
+ category: {
156
+ key: "ESSENTIALS",
157
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
158
+ },
159
+ subCategory: {
160
+ key: "CONNECTIVITY_CLIMATE",
161
+ translationKey: "RentalAttributesCategory.CONNECTIVITY_CLIMATE.label"
162
+ },
163
+ filterType: "BooleanFilter"
164
+ },
165
+ {
166
+ key: "carNecessity",
167
+ labelTranslationKey: "RentalAttributes.carNecessity.label",
168
+ category: {
169
+ key: "ESSENTIALS",
170
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
171
+ },
172
+ subCategory: {
173
+ key: "PRACTICAL_NECESSITIES",
174
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
175
+ },
176
+ filterType: "OptionFilter",
177
+ options: [
178
+ {
179
+ value: "NECESSARY",
180
+ translationKey: "RentalAttributes.carNecessity.option.NECESSARY"
181
+ },
182
+ {
183
+ value: "SUGGESTED",
184
+ translationKey: "RentalAttributes.carNecessity.option.SUGGESTED"
185
+ },
186
+ {
187
+ value: "NOT_NECESSARY",
188
+ translationKey: "RentalAttributes.carNecessity.option.NOT_NECESSARY"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ key: "carport",
194
+ labelTranslationKey: "RentalAttributes.carport.label",
195
+ category: {
196
+ key: "ESSENTIALS",
197
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
198
+ },
199
+ subCategory: {
200
+ key: "PRACTICAL_NECESSITIES",
201
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
202
+ },
203
+ filterType: "BooleanFilter"
204
+ },
205
+ {
206
+ key: "dryer",
207
+ labelTranslationKey: "RentalAttributes.dryer.label",
208
+ category: {
209
+ key: "ESSENTIALS",
210
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
211
+ },
212
+ subCategory: {
213
+ key: "PRACTICAL_NECESSITIES",
214
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
215
+ },
216
+ filterType: "BooleanFilter"
217
+ },
218
+ {
219
+ key: "garage",
220
+ labelTranslationKey: "RentalAttributes.garage.label",
221
+ category: {
222
+ key: "ESSENTIALS",
223
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
224
+ },
225
+ subCategory: {
226
+ key: "PRACTICAL_NECESSITIES",
227
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
228
+ },
229
+ filterType: "BooleanFilter"
230
+ },
231
+ {
232
+ key: "iron",
233
+ labelTranslationKey: "RentalAttributes.iron.label",
234
+ category: {
235
+ key: "ESSENTIALS",
236
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
237
+ },
238
+ subCategory: {
239
+ key: "PRACTICAL_NECESSITIES",
240
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
241
+ },
242
+ filterType: "BooleanFilter"
243
+ },
244
+ {
245
+ key: "ironingBoard",
246
+ labelTranslationKey: "RentalAttributes.ironingBoard.label",
247
+ category: {
248
+ key: "ESSENTIALS",
249
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
250
+ },
251
+ subCategory: {
252
+ key: "PRACTICAL_NECESSITIES",
253
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
254
+ },
255
+ filterType: "BooleanFilter"
256
+ },
257
+ {
258
+ key: "keyAccessType",
259
+ labelTranslationKey: "RentalAttributes.keyAccessType.label",
260
+ category: {
261
+ key: "ESSENTIALS",
262
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
263
+ },
264
+ subCategory: {
265
+ key: "PRACTICAL_NECESSITIES",
266
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
267
+ },
268
+ filterType: "OptionFilter",
269
+ options: [
270
+ {
271
+ value: "METAL",
272
+ translationKey: "RentalAttributes.keyAccessType.option.METAL"
273
+ },
274
+ {
275
+ value: "KEYLESS",
276
+ translationKey: "RentalAttributes.keyAccessType.option.KEYLESS"
277
+ },
278
+ {
279
+ value: "TRANSPONDER",
280
+ translationKey: "RentalAttributes.keyAccessType.option.TRANSPONDER"
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ key: "laundryRack",
286
+ labelTranslationKey: "RentalAttributes.laundryRack.label",
287
+ category: {
288
+ key: "ESSENTIALS",
289
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
290
+ },
291
+ subCategory: {
292
+ key: "PRACTICAL_NECESSITIES",
293
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
294
+ },
295
+ filterType: "BooleanFilter"
296
+ },
297
+ {
298
+ key: "parkingCount",
299
+ labelTranslationKey: "RentalAttributes.parkingCount.label",
300
+ category: {
301
+ key: "ESSENTIALS",
302
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
303
+ },
304
+ subCategory: {
305
+ key: "PRACTICAL_NECESSITIES",
306
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
307
+ },
308
+ filterType: "IntFilter"
309
+ },
310
+ {
311
+ key: "privateparking",
312
+ labelTranslationKey: "RentalAttributes.privateparking.label",
313
+ category: {
314
+ key: "ESSENTIALS",
315
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
316
+ },
317
+ subCategory: {
318
+ key: "PRACTICAL_NECESSITIES",
319
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
320
+ },
321
+ filterType: "BooleanFilter"
322
+ },
323
+ {
324
+ key: "vacuum",
325
+ labelTranslationKey: "RentalAttributes.vacuum.label",
326
+ category: {
327
+ key: "ESSENTIALS",
328
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
329
+ },
330
+ subCategory: {
331
+ key: "PRACTICAL_NECESSITIES",
332
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
333
+ },
334
+ filterType: "BooleanFilter"
335
+ },
336
+ {
337
+ key: "washer",
338
+ labelTranslationKey: "RentalAttributes.washer.label",
339
+ category: {
340
+ key: "ESSENTIALS",
341
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
342
+ },
343
+ subCategory: {
344
+ key: "PRACTICAL_NECESSITIES",
345
+ translationKey: "RentalAttributesCategory.PRACTICAL_NECESSITIES.label"
346
+ },
347
+ filterType: "BooleanFilter"
348
+ },
349
+ {
350
+ key: "alarmSystem",
351
+ labelTranslationKey: "RentalAttributes.alarmSystem.label",
352
+ category: {
353
+ key: "ESSENTIALS",
354
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
355
+ },
356
+ subCategory: {
357
+ key: "SAFETY_SECURITY",
358
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
359
+ },
360
+ filterType: "BooleanFilter"
361
+ },
362
+ {
363
+ key: "carbonMonoxideDetector",
364
+ labelTranslationKey: "RentalAttributes.carbonMonoxideDetector.label",
365
+ category: {
366
+ key: "ESSENTIALS",
367
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
368
+ },
369
+ subCategory: {
370
+ key: "SAFETY_SECURITY",
371
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
372
+ },
373
+ filterType: "BooleanFilter"
374
+ },
375
+ {
376
+ key: "carbonMonoxideSource",
377
+ labelTranslationKey: "RentalAttributes.carbonMonoxideSource.label",
378
+ category: {
379
+ key: "ESSENTIALS",
380
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
381
+ },
382
+ subCategory: {
383
+ key: "SAFETY_SECURITY",
384
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
385
+ },
386
+ filterType: "BooleanFilter"
387
+ },
388
+ {
389
+ key: "fireAlarms",
390
+ labelTranslationKey: "RentalAttributes.fireAlarms.label",
391
+ category: {
392
+ key: "ESSENTIALS",
393
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
394
+ },
395
+ subCategory: {
396
+ key: "SAFETY_SECURITY",
397
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
398
+ },
399
+ filterType: "BooleanFilter"
400
+ },
401
+ {
402
+ key: "fireExtinguisher",
403
+ labelTranslationKey: "RentalAttributes.fireExtinguisher.label",
404
+ category: {
405
+ key: "ESSENTIALS",
406
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
407
+ },
408
+ subCategory: {
409
+ key: "SAFETY_SECURITY",
410
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
411
+ },
412
+ filterType: "BooleanFilter"
413
+ },
414
+ {
415
+ key: "firstAidKit",
416
+ labelTranslationKey: "RentalAttributes.firstAidKit.label",
417
+ category: {
418
+ key: "ESSENTIALS",
419
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
420
+ },
421
+ subCategory: {
422
+ key: "SAFETY_SECURITY",
423
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
424
+ },
425
+ filterType: "BooleanFilter"
426
+ },
427
+ {
428
+ key: "handSanitizer",
429
+ labelTranslationKey: "RentalAttributes.handSanitizer.label",
430
+ category: {
431
+ key: "ESSENTIALS",
432
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
433
+ },
434
+ subCategory: {
435
+ key: "SAFETY_SECURITY",
436
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
437
+ },
438
+ filterType: "BooleanFilter"
439
+ },
440
+ {
441
+ key: "safe",
442
+ labelTranslationKey: "RentalAttributes.safe.label",
443
+ category: {
444
+ key: "ESSENTIALS",
445
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
446
+ },
447
+ subCategory: {
448
+ key: "SAFETY_SECURITY",
449
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
450
+ },
451
+ filterType: "BooleanFilter"
452
+ },
453
+ {
454
+ key: "smokeDetector",
455
+ labelTranslationKey: "RentalAttributes.smokeDetector.label",
456
+ category: {
457
+ key: "ESSENTIALS",
458
+ translationKey: "RentalAttributesCategory.ESSENTIALS.label"
459
+ },
460
+ subCategory: {
461
+ key: "SAFETY_SECURITY",
462
+ translationKey: "RentalAttributesCategory.SAFETY_SECURITY.label"
463
+ },
464
+ filterType: "BooleanFilter"
465
+ },
466
+ {
467
+ key: "dishwasher",
468
+ labelTranslationKey: "RentalAttributes.dishwasher.label",
469
+ category: {
470
+ key: "KITCHEN",
471
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
472
+ },
473
+ subCategory: {
474
+ key: "BASIC_EQUIPMENT",
475
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
476
+ },
477
+ filterType: "BooleanFilter"
478
+ },
479
+ {
480
+ key: "freezer",
481
+ labelTranslationKey: "RentalAttributes.freezer.label",
482
+ category: {
483
+ key: "KITCHEN",
484
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
485
+ },
486
+ subCategory: {
487
+ key: "BASIC_EQUIPMENT",
488
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
489
+ },
490
+ filterType: "BooleanFilter"
491
+ },
492
+ {
493
+ key: "fridge",
494
+ labelTranslationKey: "RentalAttributes.fridge.label",
495
+ category: {
496
+ key: "KITCHEN",
497
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
498
+ },
499
+ subCategory: {
500
+ key: "BASIC_EQUIPMENT",
501
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
502
+ },
503
+ filterType: "BooleanFilter"
504
+ },
505
+ {
506
+ key: "oven",
507
+ labelTranslationKey: "RentalAttributes.oven.label",
508
+ category: {
509
+ key: "KITCHEN",
510
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
511
+ },
512
+ subCategory: {
513
+ key: "BASIC_EQUIPMENT",
514
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
515
+ },
516
+ filterType: "BooleanFilter"
517
+ },
518
+ {
519
+ key: "stove",
520
+ labelTranslationKey: "RentalAttributes.stove.label",
521
+ category: {
522
+ key: "KITCHEN",
523
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
524
+ },
525
+ subCategory: {
526
+ key: "BASIC_EQUIPMENT",
527
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
528
+ },
529
+ filterType: "BooleanFilter"
530
+ },
531
+ {
532
+ key: "cookingUtensils",
533
+ labelTranslationKey: "RentalAttributes.cookingUtensils.label",
534
+ category: {
535
+ key: "KITCHEN",
536
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
537
+ },
538
+ subCategory: {
539
+ key: "BASIC_EQUIPMENT",
540
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
541
+ },
542
+ filterType: "BooleanFilter"
543
+ },
544
+ {
545
+ key: "dishcloth",
546
+ labelTranslationKey: "RentalAttributes.dishcloth.label",
547
+ category: {
548
+ key: "KITCHEN",
549
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
550
+ },
551
+ subCategory: {
552
+ key: "BASIC_EQUIPMENT",
553
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
554
+ },
555
+ filterType: "BooleanFilter"
556
+ },
557
+ {
558
+ key: "dishes",
559
+ labelTranslationKey: "RentalAttributes.dishes.label",
560
+ category: {
561
+ key: "KITCHEN",
562
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
563
+ },
564
+ subCategory: {
565
+ key: "BASIC_EQUIPMENT",
566
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
567
+ },
568
+ filterType: "BooleanFilter"
569
+ },
570
+ {
571
+ key: "freezerType",
572
+ labelTranslationKey: "RentalAttributes.freezerType.label",
573
+ category: {
574
+ key: "KITCHEN",
575
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
576
+ },
577
+ subCategory: {
578
+ key: "BASIC_EQUIPMENT",
579
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
580
+ },
581
+ filterType: "OptionFilter",
582
+ options: [{
583
+ value: "COMPARTMENT_IN_THE_FRIDGE",
584
+ translationKey: "RentalAttributes.freezerType.option.COMPARTMENT_IN_THE_FRIDGE"
585
+ }, {
586
+ value: "EXTRA_FREEZER",
587
+ translationKey: "RentalAttributes.freezerType.option.EXTRA_FREEZER"
588
+ }]
589
+ },
590
+ {
591
+ key: "microwave",
592
+ labelTranslationKey: "RentalAttributes.microwave.label",
593
+ category: {
594
+ key: "KITCHEN",
595
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
596
+ },
597
+ subCategory: {
598
+ key: "BASIC_EQUIPMENT",
599
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
600
+ },
601
+ filterType: "BooleanFilter"
602
+ },
603
+ {
604
+ key: "ovenConnection",
605
+ labelTranslationKey: "RentalAttributes.ovenConnection.label",
606
+ category: {
607
+ key: "KITCHEN",
608
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
609
+ },
610
+ subCategory: {
611
+ key: "BASIC_EQUIPMENT",
612
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
613
+ },
614
+ filterType: "OptionFilter",
615
+ options: [{
616
+ value: "ELETRONIC",
617
+ translationKey: "RentalAttributes.ovenConnection.option.ELETRONIC"
618
+ }, {
619
+ value: "GAS",
620
+ translationKey: "RentalAttributes.ovenConnection.option.GAS"
621
+ }]
622
+ },
623
+ {
624
+ key: "stoveType",
625
+ labelTranslationKey: "RentalAttributes.stoveType.label",
626
+ category: {
627
+ key: "KITCHEN",
628
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
629
+ },
630
+ subCategory: {
631
+ key: "BASIC_EQUIPMENT",
632
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
633
+ },
634
+ filterType: "OptionFilter",
635
+ options: [
636
+ {
637
+ value: "STOVE_TYPE_2_BURNER",
638
+ translationKey: "RentalAttributes.stoveType.option.STOVE_TYPE_2_BURNER"
639
+ },
640
+ {
641
+ value: "STOVE_TYPE_3_BURNER",
642
+ translationKey: "RentalAttributes.stoveType.option.STOVE_TYPE_3_BURNER"
643
+ },
644
+ {
645
+ value: "STOVE_TYPE_4_BURNER",
646
+ translationKey: "RentalAttributes.stoveType.option.STOVE_TYPE_4_BURNER"
647
+ },
648
+ {
649
+ value: "CERAN",
650
+ translationKey: "RentalAttributes.stoveType.option.CERAN"
651
+ },
652
+ {
653
+ value: "INDUCTION",
654
+ translationKey: "RentalAttributes.stoveType.option.INDUCTION"
655
+ },
656
+ {
657
+ value: "GAS",
658
+ translationKey: "RentalAttributes.stoveType.option.GAS"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ key: "trashcan",
664
+ labelTranslationKey: "RentalAttributes.trashcan.label",
665
+ category: {
666
+ key: "KITCHEN",
667
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
668
+ },
669
+ subCategory: {
670
+ key: "BASIC_EQUIPMENT",
671
+ translationKey: "RentalAttributesCategory.BASIC_EQUIPMENT.label"
672
+ },
673
+ filterType: "BooleanFilter"
674
+ },
675
+ {
676
+ key: "coffeemaker",
677
+ labelTranslationKey: "RentalAttributes.coffeemaker.label",
678
+ category: {
679
+ key: "KITCHEN",
680
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
681
+ },
682
+ subCategory: {
683
+ key: "COFFEE_TEA",
684
+ translationKey: "RentalAttributesCategory.COFFEE_TEA.label"
685
+ },
686
+ filterType: "BooleanFilter"
687
+ },
688
+ {
689
+ key: "electricKettle",
690
+ labelTranslationKey: "RentalAttributes.electricKettle.label",
691
+ category: {
692
+ key: "KITCHEN",
693
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
694
+ },
695
+ subCategory: {
696
+ key: "COFFEE_TEA",
697
+ translationKey: "RentalAttributesCategory.COFFEE_TEA.label"
698
+ },
699
+ filterType: "BooleanFilter"
700
+ },
701
+ {
702
+ key: "espressomachine",
703
+ labelTranslationKey: "RentalAttributes.espressomachine.label",
704
+ category: {
705
+ key: "KITCHEN",
706
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
707
+ },
708
+ subCategory: {
709
+ key: "COFFEE_TEA",
710
+ translationKey: "RentalAttributesCategory.COFFEE_TEA.label"
711
+ },
712
+ filterType: "BooleanFilter"
713
+ },
714
+ {
715
+ key: "espressomachineType",
716
+ labelTranslationKey: "RentalAttributes.espressomachineType.label",
717
+ category: {
718
+ key: "KITCHEN",
719
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
720
+ },
721
+ subCategory: {
722
+ key: "COFFEE_TEA",
723
+ translationKey: "RentalAttributesCategory.COFFEE_TEA.label"
724
+ },
725
+ filterType: "OptionFilter",
726
+ options: [
727
+ {
728
+ value: "AUTOMATIC_COFFEE_MACHINE",
729
+ translationKey: "RentalAttributes.espressomachineType.option.AUTOMATIC_COFFEE_MACHINE"
730
+ },
731
+ {
732
+ value: "NESPRESSO",
733
+ translationKey: "RentalAttributes.espressomachineType.option.NESPRESSO"
734
+ },
735
+ {
736
+ value: "TASSIMO",
737
+ translationKey: "RentalAttributes.espressomachineType.option.TASSIMO"
738
+ },
739
+ {
740
+ value: "DOLCE_GUSTO",
741
+ translationKey: "RentalAttributes.espressomachineType.option.DOLCE_GUSTO"
742
+ },
743
+ {
744
+ value: "CAFISSIMO",
745
+ translationKey: "RentalAttributes.espressomachineType.option.CAFISSIMO"
746
+ },
747
+ {
748
+ value: "SENSEO",
749
+ translationKey: "RentalAttributes.espressomachineType.option.SENSEO"
750
+ },
751
+ {
752
+ value: "CHICCO_D_ORO",
753
+ translationKey: "RentalAttributes.espressomachineType.option.CHICCO_D_ORO"
754
+ },
755
+ {
756
+ value: "PORTAFILTER_MACHINE",
757
+ translationKey: "RentalAttributes.espressomachineType.option.PORTAFILTER_MACHINE"
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ key: "diningSeating",
763
+ labelTranslationKey: "RentalAttributes.diningSeating.label",
764
+ category: {
765
+ key: "KITCHEN",
766
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
767
+ },
768
+ subCategory: {
769
+ key: "DINING_AREA",
770
+ translationKey: "RentalAttributesCategory.DINING_AREA.label"
771
+ },
772
+ filterType: "BooleanFilter"
773
+ },
774
+ {
775
+ key: "toaster",
776
+ labelTranslationKey: "RentalAttributes.toaster.label",
777
+ category: {
778
+ key: "KITCHEN",
779
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
780
+ },
781
+ subCategory: {
782
+ key: "SMALL_APPLIANCES",
783
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
784
+ },
785
+ filterType: "BooleanFilter"
786
+ },
787
+ {
788
+ key: "eggboiler",
789
+ labelTranslationKey: "RentalAttributes.eggboiler.label",
790
+ category: {
791
+ key: "KITCHEN",
792
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
793
+ },
794
+ subCategory: {
795
+ key: "SMALL_APPLIANCES",
796
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
797
+ },
798
+ filterType: "BooleanFilter"
799
+ },
800
+ {
801
+ key: "indoorGrill",
802
+ labelTranslationKey: "RentalAttributes.indoorGrill.label",
803
+ category: {
804
+ key: "KITCHEN",
805
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
806
+ },
807
+ subCategory: {
808
+ key: "SMALL_APPLIANCES",
809
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
810
+ },
811
+ filterType: "BooleanFilter"
812
+ },
813
+ {
814
+ key: "kitchenmachine",
815
+ labelTranslationKey: "RentalAttributes.kitchenmachine.label",
816
+ category: {
817
+ key: "KITCHEN",
818
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
819
+ },
820
+ subCategory: {
821
+ key: "SMALL_APPLIANCES",
822
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
823
+ },
824
+ filterType: "BooleanFilter"
825
+ },
826
+ {
827
+ key: "mixer",
828
+ labelTranslationKey: "RentalAttributes.mixer.label",
829
+ category: {
830
+ key: "KITCHEN",
831
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
832
+ },
833
+ subCategory: {
834
+ key: "SMALL_APPLIANCES",
835
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
836
+ },
837
+ filterType: "BooleanFilter"
838
+ },
839
+ {
840
+ key: "raclette",
841
+ labelTranslationKey: "RentalAttributes.raclette.label",
842
+ category: {
843
+ key: "KITCHEN",
844
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
845
+ },
846
+ subCategory: {
847
+ key: "SMALL_APPLIANCES",
848
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
849
+ },
850
+ filterType: "BooleanFilter"
851
+ },
852
+ {
853
+ key: "sandwichToaster",
854
+ labelTranslationKey: "RentalAttributes.sandwichToaster.label",
855
+ category: {
856
+ key: "KITCHEN",
857
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
858
+ },
859
+ subCategory: {
860
+ key: "SMALL_APPLIANCES",
861
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
862
+ },
863
+ filterType: "BooleanFilter"
864
+ },
865
+ {
866
+ key: "spices",
867
+ labelTranslationKey: "RentalAttributes.spices.label",
868
+ category: {
869
+ key: "KITCHEN",
870
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
871
+ },
872
+ subCategory: {
873
+ key: "SMALL_APPLIANCES",
874
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
875
+ },
876
+ filterType: "BooleanFilter"
877
+ },
878
+ {
879
+ key: "wineGlasses",
880
+ labelTranslationKey: "RentalAttributes.wineGlasses.label",
881
+ category: {
882
+ key: "KITCHEN",
883
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
884
+ },
885
+ subCategory: {
886
+ key: "SMALL_APPLIANCES",
887
+ translationKey: "RentalAttributesCategory.SMALL_APPLIANCES.label"
888
+ },
889
+ filterType: "BooleanFilter"
890
+ },
891
+ {
892
+ key: "kitchen",
893
+ labelTranslationKey: "RentalAttributes.kitchen.label",
894
+ category: {
895
+ key: "KITCHEN",
896
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
897
+ },
898
+ filterType: "BooleanFilter"
899
+ },
900
+ {
901
+ key: "kitchenType",
902
+ labelTranslationKey: "RentalAttributes.kitchenType.label",
903
+ category: {
904
+ key: "KITCHEN",
905
+ translationKey: "RentalAttributesCategory.KITCHEN.label"
906
+ },
907
+ filterType: "OptionFilter",
908
+ options: [
909
+ {
910
+ value: "CLOSED",
911
+ translationKey: "RentalAttributes.kitchenType.option.CLOSED"
912
+ },
913
+ {
914
+ value: "CLOSED_WITH_DINING_TABLE",
915
+ translationKey: "RentalAttributes.kitchenType.option.CLOSED_WITH_DINING_TABLE"
916
+ },
917
+ {
918
+ value: "OPEN_TO_LIVING_ROOM",
919
+ translationKey: "RentalAttributes.kitchenType.option.OPEN_TO_LIVING_ROOM"
920
+ },
921
+ {
922
+ value: "KITCHENETTE",
923
+ translationKey: "RentalAttributes.kitchenType.option.KITCHENETTE"
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ key: "alarmClock",
929
+ labelTranslationKey: "RentalAttributes.alarmClock.label",
930
+ category: {
931
+ key: "LIVING_SLEEPING",
932
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
933
+ },
934
+ subCategory: {
935
+ key: "BEDROOM_GENERAL",
936
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
937
+ },
938
+ filterType: "BooleanFilter"
939
+ },
940
+ {
941
+ key: "blinds",
942
+ labelTranslationKey: "RentalAttributes.blinds.label",
943
+ category: {
944
+ key: "LIVING_SLEEPING",
945
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
946
+ },
947
+ subCategory: {
948
+ key: "BEDROOM_GENERAL",
949
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
950
+ },
951
+ filterType: "BooleanFilter"
952
+ },
953
+ {
954
+ key: "coatCheck",
955
+ labelTranslationKey: "RentalAttributes.coatCheck.label",
956
+ category: {
957
+ key: "LIVING_SLEEPING",
958
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
959
+ },
960
+ subCategory: {
961
+ key: "BEDROOM_GENERAL",
962
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
963
+ },
964
+ filterType: "BooleanFilter"
965
+ },
966
+ {
967
+ key: "earplugs",
968
+ labelTranslationKey: "RentalAttributes.earplugs.label",
969
+ category: {
970
+ key: "LIVING_SLEEPING",
971
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
972
+ },
973
+ subCategory: {
974
+ key: "BEDROOM_GENERAL",
975
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
976
+ },
977
+ filterType: "BooleanFilter"
978
+ },
979
+ {
980
+ key: "featherPillow",
981
+ labelTranslationKey: "RentalAttributes.featherPillow.label",
982
+ category: {
983
+ key: "LIVING_SLEEPING",
984
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
985
+ },
986
+ subCategory: {
987
+ key: "BEDROOM_GENERAL",
988
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
989
+ },
990
+ filterType: "BooleanFilter"
991
+ },
992
+ {
993
+ key: "flyscreen",
994
+ labelTranslationKey: "RentalAttributes.flyscreen.label",
995
+ category: {
996
+ key: "LIVING_SLEEPING",
997
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
998
+ },
999
+ subCategory: {
1000
+ key: "BEDROOM_GENERAL",
1001
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1002
+ },
1003
+ filterType: "BooleanFilter"
1004
+ },
1005
+ {
1006
+ key: "fullLengthMirror",
1007
+ labelTranslationKey: "RentalAttributes.fullLengthMirror.label",
1008
+ category: {
1009
+ key: "LIVING_SLEEPING",
1010
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1011
+ },
1012
+ subCategory: {
1013
+ key: "BEDROOM_GENERAL",
1014
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1015
+ },
1016
+ filterType: "BooleanFilter"
1017
+ },
1018
+ {
1019
+ key: "hypoallergenicPillow",
1020
+ labelTranslationKey: "RentalAttributes.hypoallergenicPillow.label",
1021
+ category: {
1022
+ key: "LIVING_SLEEPING",
1023
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1024
+ },
1025
+ subCategory: {
1026
+ key: "BEDROOM_GENERAL",
1027
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1028
+ },
1029
+ filterType: "BooleanFilter"
1030
+ },
1031
+ {
1032
+ key: "lockers",
1033
+ labelTranslationKey: "RentalAttributes.lockers.label",
1034
+ category: {
1035
+ key: "LIVING_SLEEPING",
1036
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1037
+ },
1038
+ subCategory: {
1039
+ key: "BEDROOM_GENERAL",
1040
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1041
+ },
1042
+ filterType: "BooleanFilter"
1043
+ },
1044
+ {
1045
+ key: "nonFeatherPillow",
1046
+ labelTranslationKey: "RentalAttributes.nonFeatherPillow.label",
1047
+ category: {
1048
+ key: "LIVING_SLEEPING",
1049
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1050
+ },
1051
+ subCategory: {
1052
+ key: "BEDROOM_GENERAL",
1053
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1054
+ },
1055
+ filterType: "BooleanFilter"
1056
+ },
1057
+ {
1058
+ key: "pajamas",
1059
+ labelTranslationKey: "RentalAttributes.pajamas.label",
1060
+ category: {
1061
+ key: "LIVING_SLEEPING",
1062
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1063
+ },
1064
+ subCategory: {
1065
+ key: "BEDROOM_GENERAL",
1066
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1067
+ },
1068
+ filterType: "BooleanFilter"
1069
+ },
1070
+ {
1071
+ key: "shoeCabinet",
1072
+ labelTranslationKey: "RentalAttributes.shoeCabinet.label",
1073
+ category: {
1074
+ key: "LIVING_SLEEPING",
1075
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1076
+ },
1077
+ subCategory: {
1078
+ key: "BEDROOM_GENERAL",
1079
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1080
+ },
1081
+ filterType: "BooleanFilter"
1082
+ },
1083
+ {
1084
+ key: "soundproof",
1085
+ labelTranslationKey: "RentalAttributes.soundproof.label",
1086
+ category: {
1087
+ key: "LIVING_SLEEPING",
1088
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1089
+ },
1090
+ subCategory: {
1091
+ key: "BEDROOM_GENERAL",
1092
+ translationKey: "RentalAttributesCategory.BEDROOM_GENERAL.label"
1093
+ },
1094
+ filterType: "BooleanFilter"
1095
+ },
1096
+ {
1097
+ key: "fan",
1098
+ labelTranslationKey: "RentalAttributes.fan.label",
1099
+ category: {
1100
+ key: "LIVING_SLEEPING",
1101
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1102
+ },
1103
+ subCategory: {
1104
+ key: "LIVING_ROOM",
1105
+ translationKey: "RentalAttributesCategory.LIVING_ROOM.label"
1106
+ },
1107
+ filterType: "BooleanFilter"
1108
+ },
1109
+ {
1110
+ key: "fireside",
1111
+ labelTranslationKey: "RentalAttributes.fireside.label",
1112
+ category: {
1113
+ key: "LIVING_SLEEPING",
1114
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1115
+ },
1116
+ subCategory: {
1117
+ key: "LIVING_ROOM",
1118
+ translationKey: "RentalAttributesCategory.LIVING_ROOM.label"
1119
+ },
1120
+ filterType: "BooleanFilter"
1121
+ },
1122
+ {
1123
+ key: "firesideType",
1124
+ labelTranslationKey: "RentalAttributes.firesideType.label",
1125
+ category: {
1126
+ key: "LIVING_SLEEPING",
1127
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1128
+ },
1129
+ subCategory: {
1130
+ key: "LIVING_ROOM",
1131
+ translationKey: "RentalAttributesCategory.LIVING_ROOM.label"
1132
+ },
1133
+ filterType: "OptionFilter",
1134
+ options: [
1135
+ {
1136
+ value: "STOVE_WITH_WINDOW",
1137
+ translationKey: "RentalAttributes.firesideType.option.STOVE_WITH_WINDOW"
1138
+ },
1139
+ {
1140
+ value: "FIREPLACE",
1141
+ translationKey: "RentalAttributes.firesideType.option.FIREPLACE"
1142
+ },
1143
+ {
1144
+ value: "STOVE_WITHOUT_WINDOW",
1145
+ translationKey: "RentalAttributes.firesideType.option.STOVE_WITHOUT_WINDOW"
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ key: "loungeSeating",
1151
+ labelTranslationKey: "RentalAttributes.loungeSeating.label",
1152
+ category: {
1153
+ key: "LIVING_SLEEPING",
1154
+ translationKey: "RentalAttributesCategory.LIVING_SLEEPING.label"
1155
+ },
1156
+ subCategory: {
1157
+ key: "LIVING_ROOM",
1158
+ translationKey: "RentalAttributesCategory.LIVING_ROOM.label"
1159
+ },
1160
+ filterType: "BooleanFilter"
1161
+ },
1162
+ {
1163
+ key: "bodySoap",
1164
+ labelTranslationKey: "RentalAttributes.bodySoap.label",
1165
+ category: {
1166
+ key: "BATHROOM",
1167
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1168
+ },
1169
+ filterType: "BooleanFilter"
1170
+ },
1171
+ {
1172
+ key: "conditioner",
1173
+ labelTranslationKey: "RentalAttributes.conditioner.label",
1174
+ category: {
1175
+ key: "BATHROOM",
1176
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1177
+ },
1178
+ filterType: "BooleanFilter"
1179
+ },
1180
+ {
1181
+ key: "guestwc",
1182
+ labelTranslationKey: "RentalAttributes.guestwc.label",
1183
+ category: {
1184
+ key: "BATHROOM",
1185
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1186
+ },
1187
+ filterType: "IntFilter"
1188
+ },
1189
+ {
1190
+ key: "shampoo",
1191
+ labelTranslationKey: "RentalAttributes.shampoo.label",
1192
+ category: {
1193
+ key: "BATHROOM",
1194
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1195
+ },
1196
+ filterType: "BooleanFilter"
1197
+ },
1198
+ {
1199
+ key: "showerCap",
1200
+ labelTranslationKey: "RentalAttributes.showerCap.label",
1201
+ category: {
1202
+ key: "BATHROOM",
1203
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1204
+ },
1205
+ filterType: "BooleanFilter"
1206
+ },
1207
+ {
1208
+ key: "toiletPaper",
1209
+ labelTranslationKey: "RentalAttributes.toiletPaper.label",
1210
+ category: {
1211
+ key: "BATHROOM",
1212
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1213
+ },
1214
+ filterType: "BooleanFilter"
1215
+ },
1216
+ {
1217
+ key: "toothbrush",
1218
+ labelTranslationKey: "RentalAttributes.toothbrush.label",
1219
+ category: {
1220
+ key: "BATHROOM",
1221
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1222
+ },
1223
+ filterType: "BooleanFilter"
1224
+ },
1225
+ {
1226
+ key: "trashCans",
1227
+ labelTranslationKey: "RentalAttributes.trashCans.label",
1228
+ category: {
1229
+ key: "BATHROOM",
1230
+ translationKey: "RentalAttributesCategory.BATHROOM.label"
1231
+ },
1232
+ filterType: "BooleanFilter"
1233
+ },
1234
+ {
1235
+ key: "accessToPrivateBeach",
1236
+ labelTranslationKey: "RentalAttributes.accessToPrivateBeach.label",
1237
+ category: {
1238
+ key: "OUTDOORS",
1239
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1240
+ },
1241
+ subCategory: {
1242
+ key: "EXTRAS_SAFETY",
1243
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1244
+ },
1245
+ filterType: "BooleanFilter"
1246
+ },
1247
+ {
1248
+ key: "closedPlot",
1249
+ labelTranslationKey: "RentalAttributes.closedPlot.label",
1250
+ category: {
1251
+ key: "OUTDOORS",
1252
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1253
+ },
1254
+ subCategory: {
1255
+ key: "EXTRAS_SAFETY",
1256
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1257
+ },
1258
+ filterType: "BooleanFilter"
1259
+ },
1260
+ {
1261
+ key: "fishguttingPlace",
1262
+ labelTranslationKey: "RentalAttributes.fishguttingPlace.label",
1263
+ category: {
1264
+ key: "OUTDOORS",
1265
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1266
+ },
1267
+ subCategory: {
1268
+ key: "EXTRAS_SAFETY",
1269
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1270
+ },
1271
+ filterType: "BooleanFilter"
1272
+ },
1273
+ {
1274
+ key: "gardenShed",
1275
+ labelTranslationKey: "RentalAttributes.gardenShed.label",
1276
+ category: {
1277
+ key: "OUTDOORS",
1278
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1279
+ },
1280
+ subCategory: {
1281
+ key: "EXTRAS_SAFETY",
1282
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1283
+ },
1284
+ filterType: "BooleanFilter"
1285
+ },
1286
+ {
1287
+ key: "landingStage",
1288
+ labelTranslationKey: "RentalAttributes.landingStage.label",
1289
+ category: {
1290
+ key: "OUTDOORS",
1291
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1292
+ },
1293
+ subCategory: {
1294
+ key: "EXTRAS_SAFETY",
1295
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1296
+ },
1297
+ filterType: "BooleanFilter"
1298
+ },
1299
+ {
1300
+ key: "outdoorKitchen",
1301
+ labelTranslationKey: "RentalAttributes.outdoorKitchen.label",
1302
+ category: {
1303
+ key: "OUTDOORS",
1304
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1305
+ },
1306
+ subCategory: {
1307
+ key: "EXTRAS_SAFETY",
1308
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1309
+ },
1310
+ filterType: "BooleanFilter"
1311
+ },
1312
+ {
1313
+ key: "outdoorShower",
1314
+ labelTranslationKey: "RentalAttributes.outdoorShower.label",
1315
+ category: {
1316
+ key: "OUTDOORS",
1317
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1318
+ },
1319
+ subCategory: {
1320
+ key: "EXTRAS_SAFETY",
1321
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1322
+ },
1323
+ filterType: "BooleanFilter"
1324
+ },
1325
+ {
1326
+ key: "pond",
1327
+ labelTranslationKey: "RentalAttributes.pond.label",
1328
+ category: {
1329
+ key: "OUTDOORS",
1330
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1331
+ },
1332
+ subCategory: {
1333
+ key: "EXTRAS_SAFETY",
1334
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1335
+ },
1336
+ filterType: "BooleanFilter"
1337
+ },
1338
+ {
1339
+ key: "privateOpenAirBath",
1340
+ labelTranslationKey: "RentalAttributes.privateOpenAirBath.label",
1341
+ category: {
1342
+ key: "OUTDOORS",
1343
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1344
+ },
1345
+ subCategory: {
1346
+ key: "EXTRAS_SAFETY",
1347
+ translationKey: "RentalAttributesCategory.EXTRAS_SAFETY.label"
1348
+ },
1349
+ filterType: "BooleanFilter"
1350
+ },
1351
+ {
1352
+ key: "balcony",
1353
+ labelTranslationKey: "RentalAttributes.balcony.label",
1354
+ category: {
1355
+ key: "OUTDOORS",
1356
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1357
+ },
1358
+ subCategory: {
1359
+ key: "FURNITURE_COMFORT",
1360
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1361
+ },
1362
+ filterType: "BooleanFilter"
1363
+ },
1364
+ {
1365
+ key: "beachChair",
1366
+ labelTranslationKey: "RentalAttributes.beachChair.label",
1367
+ category: {
1368
+ key: "OUTDOORS",
1369
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1370
+ },
1371
+ subCategory: {
1372
+ key: "FURNITURE_COMFORT",
1373
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1374
+ },
1375
+ filterType: "BooleanFilter"
1376
+ },
1377
+ {
1378
+ key: "beachChairAtBeach",
1379
+ labelTranslationKey: "RentalAttributes.beachChairAtBeach.label",
1380
+ category: {
1381
+ key: "OUTDOORS",
1382
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1383
+ },
1384
+ subCategory: {
1385
+ key: "FURNITURE_COMFORT",
1386
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1387
+ },
1388
+ filterType: "BooleanFilter"
1389
+ },
1390
+ {
1391
+ key: "closedTerrace",
1392
+ labelTranslationKey: "RentalAttributes.closedTerrace.label",
1393
+ category: {
1394
+ key: "OUTDOORS",
1395
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1396
+ },
1397
+ subCategory: {
1398
+ key: "FURNITURE_COMFORT",
1399
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1400
+ },
1401
+ filterType: "BooleanFilter"
1402
+ },
1403
+ {
1404
+ key: "coveredTerrace",
1405
+ labelTranslationKey: "RentalAttributes.coveredTerrace.label",
1406
+ category: {
1407
+ key: "OUTDOORS",
1408
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1409
+ },
1410
+ subCategory: {
1411
+ key: "FURNITURE_COMFORT",
1412
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1413
+ },
1414
+ filterType: "BooleanFilter"
1415
+ },
1416
+ {
1417
+ key: "garden",
1418
+ labelTranslationKey: "RentalAttributes.garden.label",
1419
+ category: {
1420
+ key: "OUTDOORS",
1421
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1422
+ },
1423
+ subCategory: {
1424
+ key: "FURNITURE_COMFORT",
1425
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1426
+ },
1427
+ filterType: "BooleanFilter"
1428
+ },
1429
+ {
1430
+ key: "hammock",
1431
+ labelTranslationKey: "RentalAttributes.hammock.label",
1432
+ category: {
1433
+ key: "OUTDOORS",
1434
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1435
+ },
1436
+ subCategory: {
1437
+ key: "FURNITURE_COMFORT",
1438
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1439
+ },
1440
+ filterType: "BooleanFilter"
1441
+ },
1442
+ {
1443
+ key: "marquee",
1444
+ labelTranslationKey: "RentalAttributes.marquee.label",
1445
+ category: {
1446
+ key: "OUTDOORS",
1447
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1448
+ },
1449
+ subCategory: {
1450
+ key: "FURNITURE_COMFORT",
1451
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1452
+ },
1453
+ filterType: "BooleanFilter"
1454
+ },
1455
+ {
1456
+ key: "outdoorDiningArea",
1457
+ labelTranslationKey: "RentalAttributes.outdoorDiningArea.label",
1458
+ category: {
1459
+ key: "OUTDOORS",
1460
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1461
+ },
1462
+ subCategory: {
1463
+ key: "FURNITURE_COMFORT",
1464
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1465
+ },
1466
+ filterType: "BooleanFilter"
1467
+ },
1468
+ {
1469
+ key: "outdoorFurniture",
1470
+ labelTranslationKey: "RentalAttributes.outdoorFurniture.label",
1471
+ category: {
1472
+ key: "OUTDOORS",
1473
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1474
+ },
1475
+ subCategory: {
1476
+ key: "FURNITURE_COMFORT",
1477
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1478
+ },
1479
+ filterType: "BooleanFilter"
1480
+ },
1481
+ {
1482
+ key: "parasol",
1483
+ labelTranslationKey: "RentalAttributes.parasol.label",
1484
+ category: {
1485
+ key: "OUTDOORS",
1486
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1487
+ },
1488
+ subCategory: {
1489
+ key: "FURNITURE_COMFORT",
1490
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1491
+ },
1492
+ filterType: "BooleanFilter"
1493
+ },
1494
+ {
1495
+ key: "pavilion",
1496
+ labelTranslationKey: "RentalAttributes.pavilion.label",
1497
+ category: {
1498
+ key: "OUTDOORS",
1499
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1500
+ },
1501
+ subCategory: {
1502
+ key: "FURNITURE_COMFORT",
1503
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1504
+ },
1505
+ filterType: "BooleanFilter"
1506
+ },
1507
+ {
1508
+ key: "sunbathingArea",
1509
+ labelTranslationKey: "RentalAttributes.sunbathingArea.label",
1510
+ category: {
1511
+ key: "OUTDOORS",
1512
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1513
+ },
1514
+ subCategory: {
1515
+ key: "FURNITURE_COMFORT",
1516
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1517
+ },
1518
+ filterType: "BooleanFilter"
1519
+ },
1520
+ {
1521
+ key: "sunlounger",
1522
+ labelTranslationKey: "RentalAttributes.sunlounger.label",
1523
+ category: {
1524
+ key: "OUTDOORS",
1525
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1526
+ },
1527
+ subCategory: {
1528
+ key: "FURNITURE_COMFORT",
1529
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1530
+ },
1531
+ filterType: "BooleanFilter"
1532
+ },
1533
+ {
1534
+ key: "terrace",
1535
+ labelTranslationKey: "RentalAttributes.terrace.label",
1536
+ category: {
1537
+ key: "OUTDOORS",
1538
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1539
+ },
1540
+ subCategory: {
1541
+ key: "FURNITURE_COMFORT",
1542
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1543
+ },
1544
+ filterType: "BooleanFilter"
1545
+ },
1546
+ {
1547
+ key: "windScreen",
1548
+ labelTranslationKey: "RentalAttributes.windScreen.label",
1549
+ category: {
1550
+ key: "OUTDOORS",
1551
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1552
+ },
1553
+ subCategory: {
1554
+ key: "FURNITURE_COMFORT",
1555
+ translationKey: "RentalAttributesCategory.FURNITURE_COMFORT.label"
1556
+ },
1557
+ filterType: "BooleanFilter"
1558
+ },
1559
+ {
1560
+ key: "bbq",
1561
+ labelTranslationKey: "RentalAttributes.bbq.label",
1562
+ category: {
1563
+ key: "OUTDOORS",
1564
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1565
+ },
1566
+ subCategory: {
1567
+ key: "TOP_FEATURES",
1568
+ translationKey: "RentalAttributesCategory.TOP_FEATURES.label"
1569
+ },
1570
+ filterType: "BooleanFilter"
1571
+ },
1572
+ {
1573
+ key: "bbqArea",
1574
+ labelTranslationKey: "RentalAttributes.bbqArea.label",
1575
+ category: {
1576
+ key: "OUTDOORS",
1577
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1578
+ },
1579
+ subCategory: {
1580
+ key: "TOP_FEATURES",
1581
+ translationKey: "RentalAttributesCategory.TOP_FEATURES.label"
1582
+ },
1583
+ filterType: "BooleanFilter"
1584
+ },
1585
+ {
1586
+ key: "bbqType",
1587
+ labelTranslationKey: "RentalAttributes.bbqType.label",
1588
+ category: {
1589
+ key: "OUTDOORS",
1590
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1591
+ },
1592
+ subCategory: {
1593
+ key: "TOP_FEATURES",
1594
+ translationKey: "RentalAttributesCategory.TOP_FEATURES.label"
1595
+ },
1596
+ filterType: "OptionFilter",
1597
+ options: [
1598
+ {
1599
+ value: "GAS",
1600
+ translationKey: "RentalAttributes.bbqType.option.GAS"
1601
+ },
1602
+ {
1603
+ value: "COAL",
1604
+ translationKey: "RentalAttributes.bbqType.option.COAL"
1605
+ },
1606
+ {
1607
+ value: "ELECTRONIC",
1608
+ translationKey: "RentalAttributes.bbqType.option.ELECTRONIC"
1609
+ }
1610
+ ]
1611
+ },
1612
+ {
1613
+ key: "fireplace",
1614
+ labelTranslationKey: "RentalAttributes.fireplace.label",
1615
+ category: {
1616
+ key: "OUTDOORS",
1617
+ translationKey: "RentalAttributesCategory.OUTDOORS.label"
1618
+ },
1619
+ subCategory: {
1620
+ key: "TOP_FEATURES",
1621
+ translationKey: "RentalAttributesCategory.TOP_FEATURES.label"
1622
+ },
1623
+ filterType: "BooleanFilter"
1624
+ },
1625
+ {
1626
+ key: "bicycles",
1627
+ labelTranslationKey: "RentalAttributes.bicycles.label",
1628
+ category: {
1629
+ key: "WELLNESS_RECREATION",
1630
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1631
+ },
1632
+ subCategory: {
1633
+ key: "ACTIVITIES_SPORTS",
1634
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1635
+ },
1636
+ filterType: "BooleanFilter"
1637
+ },
1638
+ {
1639
+ key: "boatBerth",
1640
+ labelTranslationKey: "RentalAttributes.boatBerth.label",
1641
+ category: {
1642
+ key: "WELLNESS_RECREATION",
1643
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1644
+ },
1645
+ subCategory: {
1646
+ key: "ACTIVITIES_SPORTS",
1647
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1648
+ },
1649
+ filterType: "BooleanFilter"
1650
+ },
1651
+ {
1652
+ key: "gym",
1653
+ labelTranslationKey: "RentalAttributes.gym.label",
1654
+ category: {
1655
+ key: "WELLNESS_RECREATION",
1656
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1657
+ },
1658
+ subCategory: {
1659
+ key: "ACTIVITIES_SPORTS",
1660
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1661
+ },
1662
+ filterType: "BooleanFilter"
1663
+ },
1664
+ {
1665
+ key: "pooltable",
1666
+ labelTranslationKey: "RentalAttributes.pooltable.label",
1667
+ category: {
1668
+ key: "WELLNESS_RECREATION",
1669
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1670
+ },
1671
+ subCategory: {
1672
+ key: "ACTIVITIES_SPORTS",
1673
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1674
+ },
1675
+ filterType: "BooleanFilter"
1676
+ },
1677
+ {
1678
+ key: "skiBootWarmer",
1679
+ labelTranslationKey: "RentalAttributes.skiBootWarmer.label",
1680
+ category: {
1681
+ key: "WELLNESS_RECREATION",
1682
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1683
+ },
1684
+ subCategory: {
1685
+ key: "ACTIVITIES_SPORTS",
1686
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1687
+ },
1688
+ filterType: "BooleanFilter"
1689
+ },
1690
+ {
1691
+ key: "spa",
1692
+ labelTranslationKey: "RentalAttributes.spa.label",
1693
+ category: {
1694
+ key: "WELLNESS_RECREATION",
1695
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1696
+ },
1697
+ subCategory: {
1698
+ key: "ACTIVITIES_SPORTS",
1699
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1700
+ },
1701
+ filterType: "BooleanFilter"
1702
+ },
1703
+ {
1704
+ key: "tableTennisTable",
1705
+ labelTranslationKey: "RentalAttributes.tableTennisTable.label",
1706
+ category: {
1707
+ key: "WELLNESS_RECREATION",
1708
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1709
+ },
1710
+ subCategory: {
1711
+ key: "ACTIVITIES_SPORTS",
1712
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1713
+ },
1714
+ filterType: "BooleanFilter"
1715
+ },
1716
+ {
1717
+ key: "tennisCourt",
1718
+ labelTranslationKey: "RentalAttributes.tennisCourt.label",
1719
+ category: {
1720
+ key: "WELLNESS_RECREATION",
1721
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1722
+ },
1723
+ subCategory: {
1724
+ key: "ACTIVITIES_SPORTS",
1725
+ translationKey: "RentalAttributesCategory.ACTIVITIES_SPORTS.label"
1726
+ },
1727
+ filterType: "BooleanFilter"
1728
+ },
1729
+ {
1730
+ key: "indoorPool",
1731
+ labelTranslationKey: "RentalAttributes.indoorPool.label",
1732
+ category: {
1733
+ key: "WELLNESS_RECREATION",
1734
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1735
+ },
1736
+ subCategory: {
1737
+ key: "WATER_HEAT",
1738
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1739
+ },
1740
+ filterType: "BooleanFilter"
1741
+ },
1742
+ {
1743
+ key: "infraredCabin",
1744
+ labelTranslationKey: "RentalAttributes.infraredCabin.label",
1745
+ category: {
1746
+ key: "WELLNESS_RECREATION",
1747
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1748
+ },
1749
+ subCategory: {
1750
+ key: "WATER_HEAT",
1751
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1752
+ },
1753
+ filterType: "BooleanFilter"
1754
+ },
1755
+ {
1756
+ key: "outdoorPool",
1757
+ labelTranslationKey: "RentalAttributes.outdoorPool.label",
1758
+ category: {
1759
+ key: "WELLNESS_RECREATION",
1760
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1761
+ },
1762
+ subCategory: {
1763
+ key: "WATER_HEAT",
1764
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1765
+ },
1766
+ filterType: "BooleanFilter"
1767
+ },
1768
+ {
1769
+ key: "pool4kids",
1770
+ labelTranslationKey: "RentalAttributes.pool4kids.label",
1771
+ category: {
1772
+ key: "WELLNESS_RECREATION",
1773
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1774
+ },
1775
+ subCategory: {
1776
+ key: "WATER_HEAT",
1777
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1778
+ },
1779
+ filterType: "BooleanFilter"
1780
+ },
1781
+ {
1782
+ key: "sauna",
1783
+ labelTranslationKey: "RentalAttributes.sauna.label",
1784
+ category: {
1785
+ key: "WELLNESS_RECREATION",
1786
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1787
+ },
1788
+ subCategory: {
1789
+ key: "WATER_HEAT",
1790
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1791
+ },
1792
+ filterType: "BooleanFilter"
1793
+ },
1794
+ {
1795
+ key: "solarium",
1796
+ labelTranslationKey: "RentalAttributes.solarium.label",
1797
+ category: {
1798
+ key: "WELLNESS_RECREATION",
1799
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1800
+ },
1801
+ subCategory: {
1802
+ key: "WATER_HEAT",
1803
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1804
+ },
1805
+ filterType: "BooleanFilter"
1806
+ },
1807
+ {
1808
+ key: "steambath",
1809
+ labelTranslationKey: "RentalAttributes.steambath.label",
1810
+ category: {
1811
+ key: "WELLNESS_RECREATION",
1812
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1813
+ },
1814
+ subCategory: {
1815
+ key: "WATER_HEAT",
1816
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1817
+ },
1818
+ filterType: "BooleanFilter"
1819
+ },
1820
+ {
1821
+ key: "whirlpool",
1822
+ labelTranslationKey: "RentalAttributes.whirlpool.label",
1823
+ category: {
1824
+ key: "WELLNESS_RECREATION",
1825
+ translationKey: "RentalAttributesCategory.WELLNESS_RECREATION.label"
1826
+ },
1827
+ subCategory: {
1828
+ key: "WATER_HEAT",
1829
+ translationKey: "RentalAttributesCategory.WATER_HEAT.label"
1830
+ },
1831
+ filterType: "BooleanFilter"
1832
+ },
1833
+ {
1834
+ key: "childrenWelcome",
1835
+ labelTranslationKey: "RentalAttributes.childrenWelcome.label",
1836
+ category: {
1837
+ key: "FAMILIES_CHILDREN",
1838
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1839
+ },
1840
+ filterType: "BooleanFilter"
1841
+ },
1842
+ {
1843
+ key: "babygate",
1844
+ labelTranslationKey: "RentalAttributes.babygate.label",
1845
+ category: {
1846
+ key: "FAMILIES_CHILDREN",
1847
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1848
+ },
1849
+ filterType: "BooleanFilter"
1850
+ },
1851
+ {
1852
+ key: "bookDvdMusicLibraryForChildren",
1853
+ labelTranslationKey: "RentalAttributes.bookDvdMusicLibraryForChildren.label",
1854
+ category: {
1855
+ key: "FAMILIES_CHILDREN",
1856
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1857
+ },
1858
+ filterType: "BooleanFilter"
1859
+ },
1860
+ {
1861
+ key: "childSafetySocketCovers",
1862
+ labelTranslationKey: "RentalAttributes.childSafetySocketCovers.label",
1863
+ category: {
1864
+ key: "FAMILIES_CHILDREN",
1865
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1866
+ },
1867
+ filterType: "BooleanFilter"
1868
+ },
1869
+ {
1870
+ key: "handcart",
1871
+ labelTranslationKey: "RentalAttributes.handcart.label",
1872
+ category: {
1873
+ key: "FAMILIES_CHILDREN",
1874
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1875
+ },
1876
+ filterType: "BooleanFilter"
1877
+ },
1878
+ {
1879
+ key: "playground",
1880
+ labelTranslationKey: "RentalAttributes.playground.label",
1881
+ category: {
1882
+ key: "FAMILIES_CHILDREN",
1883
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1884
+ },
1885
+ filterType: "BooleanFilter"
1886
+ },
1887
+ {
1888
+ key: "sandbox",
1889
+ labelTranslationKey: "RentalAttributes.sandbox.label",
1890
+ category: {
1891
+ key: "FAMILIES_CHILDREN",
1892
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1893
+ },
1894
+ filterType: "BooleanFilter"
1895
+ },
1896
+ {
1897
+ key: "slide",
1898
+ labelTranslationKey: "RentalAttributes.slide.label",
1899
+ category: {
1900
+ key: "FAMILIES_CHILDREN",
1901
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1902
+ },
1903
+ filterType: "BooleanFilter"
1904
+ },
1905
+ {
1906
+ key: "swing",
1907
+ labelTranslationKey: "RentalAttributes.swing.label",
1908
+ category: {
1909
+ key: "FAMILIES_CHILDREN",
1910
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1911
+ },
1912
+ filterType: "BooleanFilter"
1913
+ },
1914
+ {
1915
+ key: "toys",
1916
+ labelTranslationKey: "RentalAttributes.toys.label",
1917
+ category: {
1918
+ key: "FAMILIES_CHILDREN",
1919
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1920
+ },
1921
+ filterType: "BooleanFilter"
1922
+ },
1923
+ {
1924
+ key: "trampoline",
1925
+ labelTranslationKey: "RentalAttributes.trampoline.label",
1926
+ category: {
1927
+ key: "FAMILIES_CHILDREN",
1928
+ translationKey: "RentalAttributesCategory.FAMILIES_CHILDREN.label"
1929
+ },
1930
+ filterType: "BooleanFilter"
1931
+ },
1932
+ {
1933
+ key: "bottleOfWater",
1934
+ labelTranslationKey: "RentalAttributes.bottleOfWater.label",
1935
+ category: {
1936
+ key: "ENTERTAINMENT_UTILITIES",
1937
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
1938
+ },
1939
+ subCategory: {
1940
+ key: "CATERING_EXTRAS",
1941
+ translationKey: "RentalAttributesCategory.CATERING_EXTRAS.label"
1942
+ },
1943
+ filterType: "BooleanFilter"
1944
+ },
1945
+ {
1946
+ key: "chocolateOrCookie",
1947
+ labelTranslationKey: "RentalAttributes.chocolateOrCookie.label",
1948
+ category: {
1949
+ key: "ENTERTAINMENT_UTILITIES",
1950
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
1951
+ },
1952
+ subCategory: {
1953
+ key: "CATERING_EXTRAS",
1954
+ translationKey: "RentalAttributesCategory.CATERING_EXTRAS.label"
1955
+ },
1956
+ filterType: "BooleanFilter"
1957
+ },
1958
+ {
1959
+ key: "fruits",
1960
+ labelTranslationKey: "RentalAttributes.fruits.label",
1961
+ category: {
1962
+ key: "ENTERTAINMENT_UTILITIES",
1963
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
1964
+ },
1965
+ subCategory: {
1966
+ key: "CATERING_EXTRAS",
1967
+ translationKey: "RentalAttributesCategory.CATERING_EXTRAS.label"
1968
+ },
1969
+ filterType: "BooleanFilter"
1970
+ },
1971
+ {
1972
+ key: "minibar",
1973
+ labelTranslationKey: "RentalAttributes.minibar.label",
1974
+ category: {
1975
+ key: "ENTERTAINMENT_UTILITIES",
1976
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
1977
+ },
1978
+ subCategory: {
1979
+ key: "CATERING_EXTRAS",
1980
+ translationKey: "RentalAttributesCategory.CATERING_EXTRAS.label"
1981
+ },
1982
+ filterType: "BooleanFilter"
1983
+ },
1984
+ {
1985
+ key: "wineOrChampagne",
1986
+ labelTranslationKey: "RentalAttributes.wineOrChampagne.label",
1987
+ category: {
1988
+ key: "ENTERTAINMENT_UTILITIES",
1989
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
1990
+ },
1991
+ subCategory: {
1992
+ key: "CATERING_EXTRAS",
1993
+ translationKey: "RentalAttributesCategory.CATERING_EXTRAS.label"
1994
+ },
1995
+ filterType: "BooleanFilter"
1996
+ },
1997
+ {
1998
+ key: "tv",
1999
+ labelTranslationKey: "RentalAttributes.tv.label",
2000
+ category: {
2001
+ key: "ENTERTAINMENT_UTILITIES",
2002
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2003
+ },
2004
+ subCategory: {
2005
+ key: "MEDIA",
2006
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2007
+ },
2008
+ filterType: "BooleanFilter"
2009
+ },
2010
+ {
2011
+ key: "beamer",
2012
+ labelTranslationKey: "RentalAttributes.beamer.label",
2013
+ category: {
2014
+ key: "ENTERTAINMENT_UTILITIES",
2015
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2016
+ },
2017
+ subCategory: {
2018
+ key: "MEDIA",
2019
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2020
+ },
2021
+ filterType: "BooleanFilter"
2022
+ },
2023
+ {
2024
+ key: "bluray",
2025
+ labelTranslationKey: "RentalAttributes.bluray.label",
2026
+ category: {
2027
+ key: "ENTERTAINMENT_UTILITIES",
2028
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2029
+ },
2030
+ subCategory: {
2031
+ key: "MEDIA",
2032
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2033
+ },
2034
+ filterType: "BooleanFilter"
2035
+ },
2036
+ {
2037
+ key: "books",
2038
+ labelTranslationKey: "RentalAttributes.books.label",
2039
+ category: {
2040
+ key: "ENTERTAINMENT_UTILITIES",
2041
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2042
+ },
2043
+ subCategory: {
2044
+ key: "MEDIA",
2045
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2046
+ },
2047
+ filterType: "BooleanFilter"
2048
+ },
2049
+ {
2050
+ key: "cd",
2051
+ labelTranslationKey: "RentalAttributes.cd.label",
2052
+ category: {
2053
+ key: "ENTERTAINMENT_UTILITIES",
2054
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2055
+ },
2056
+ subCategory: {
2057
+ key: "MEDIA",
2058
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2059
+ },
2060
+ filterType: "BooleanFilter"
2061
+ },
2062
+ {
2063
+ key: "dvd",
2064
+ labelTranslationKey: "RentalAttributes.dvd.label",
2065
+ category: {
2066
+ key: "ENTERTAINMENT_UTILITIES",
2067
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2068
+ },
2069
+ subCategory: {
2070
+ key: "MEDIA",
2071
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2072
+ },
2073
+ filterType: "BooleanFilter"
2074
+ },
2075
+ {
2076
+ key: "games",
2077
+ labelTranslationKey: "RentalAttributes.games.label",
2078
+ category: {
2079
+ key: "ENTERTAINMENT_UTILITIES",
2080
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2081
+ },
2082
+ subCategory: {
2083
+ key: "MEDIA",
2084
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2085
+ },
2086
+ filterType: "BooleanFilter"
2087
+ },
2088
+ {
2089
+ key: "hifi",
2090
+ labelTranslationKey: "RentalAttributes.hifi.label",
2091
+ category: {
2092
+ key: "ENTERTAINMENT_UTILITIES",
2093
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2094
+ },
2095
+ subCategory: {
2096
+ key: "MEDIA",
2097
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2098
+ },
2099
+ filterType: "BooleanFilter"
2100
+ },
2101
+ {
2102
+ key: "homecinema",
2103
+ labelTranslationKey: "RentalAttributes.homecinema.label",
2104
+ category: {
2105
+ key: "ENTERTAINMENT_UTILITIES",
2106
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2107
+ },
2108
+ subCategory: {
2109
+ key: "MEDIA",
2110
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2111
+ },
2112
+ filterType: "BooleanFilter"
2113
+ },
2114
+ {
2115
+ key: "radio",
2116
+ labelTranslationKey: "RentalAttributes.radio.label",
2117
+ category: {
2118
+ key: "ENTERTAINMENT_UTILITIES",
2119
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2120
+ },
2121
+ subCategory: {
2122
+ key: "MEDIA",
2123
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2124
+ },
2125
+ filterType: "BooleanFilter"
2126
+ },
2127
+ {
2128
+ key: "tvConnection",
2129
+ labelTranslationKey: "RentalAttributes.tvConnection.label",
2130
+ category: {
2131
+ key: "ENTERTAINMENT_UTILITIES",
2132
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2133
+ },
2134
+ subCategory: {
2135
+ key: "MEDIA",
2136
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2137
+ },
2138
+ filterType: "OptionFilter",
2139
+ options: [
2140
+ {
2141
+ value: "SATELLITE",
2142
+ translationKey: "RentalAttributes.tvConnection.option.SATELLITE"
2143
+ },
2144
+ {
2145
+ value: "CABLE",
2146
+ translationKey: "RentalAttributes.tvConnection.option.CABLE"
2147
+ },
2148
+ {
2149
+ value: "TERRESTRIAL",
2150
+ translationKey: "RentalAttributes.tvConnection.option.TERRESTRIAL"
2151
+ }
2152
+ ]
2153
+ },
2154
+ {
2155
+ key: "tvSize",
2156
+ labelTranslationKey: "RentalAttributes.tvSize.label",
2157
+ category: {
2158
+ key: "ENTERTAINMENT_UTILITIES",
2159
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2160
+ },
2161
+ subCategory: {
2162
+ key: "MEDIA",
2163
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2164
+ },
2165
+ filterType: "OptionFilter",
2166
+ options: [
2167
+ {
2168
+ value: "UP_TO_24",
2169
+ translationKey: "RentalAttributes.tvSize.option.UP_TO_24"
2170
+ },
2171
+ {
2172
+ value: "TV_SIZE_25_34",
2173
+ translationKey: "RentalAttributes.tvSize.option.TV_SIZE_25_34"
2174
+ },
2175
+ {
2176
+ value: "TV_SIZE_35_44",
2177
+ translationKey: "RentalAttributes.tvSize.option.TV_SIZE_35_44"
2178
+ },
2179
+ {
2180
+ value: "TV_SIZE_44_55",
2181
+ translationKey: "RentalAttributes.tvSize.option.TV_SIZE_44_55"
2182
+ },
2183
+ {
2184
+ value: "MORE_THAN_55",
2185
+ translationKey: "RentalAttributes.tvSize.option.MORE_THAN_55"
2186
+ }
2187
+ ]
2188
+ },
2189
+ {
2190
+ key: "vod",
2191
+ labelTranslationKey: "RentalAttributes.vod.label",
2192
+ category: {
2193
+ key: "ENTERTAINMENT_UTILITIES",
2194
+ translationKey: "RentalAttributesCategory.ENTERTAINMENT_UTILITIES.label"
2195
+ },
2196
+ subCategory: {
2197
+ key: "MEDIA",
2198
+ translationKey: "RentalAttributesCategory.MEDIA.label"
2199
+ },
2200
+ filterType: "BooleanFilter"
2201
+ },
2202
+ {
2203
+ key: "accessibleByLift",
2204
+ labelTranslationKey: "RentalAttributes.accessibleByLift.label",
2205
+ category: {
2206
+ key: "ACCESSIBILITY",
2207
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2208
+ },
2209
+ filterType: "BooleanFilter"
2210
+ },
2211
+ {
2212
+ key: "adaptedBath",
2213
+ labelTranslationKey: "RentalAttributes.adaptedBath.label",
2214
+ category: {
2215
+ key: "ACCESSIBILITY",
2216
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2217
+ },
2218
+ filterType: "BooleanFilter"
2219
+ },
2220
+ {
2221
+ key: "bathroomEmergencyPullCord",
2222
+ labelTranslationKey: "RentalAttributes.bathroomEmergencyPullCord.label",
2223
+ category: {
2224
+ key: "ACCESSIBILITY",
2225
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2226
+ },
2227
+ filterType: "BooleanFilter"
2228
+ },
2229
+ {
2230
+ key: "entireUnitWheelchairAccessible",
2231
+ labelTranslationKey: "RentalAttributes.entireUnitWheelchairAccessible.label",
2232
+ category: {
2233
+ key: "ACCESSIBILITY",
2234
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2235
+ },
2236
+ filterType: "BooleanFilter"
2237
+ },
2238
+ {
2239
+ key: "handicappedAccessible",
2240
+ labelTranslationKey: "RentalAttributes.handicappedAccessible.label",
2241
+ category: {
2242
+ key: "ACCESSIBILITY",
2243
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2244
+ },
2245
+ filterType: "BooleanFilter"
2246
+ },
2247
+ {
2248
+ key: "higherLevelToilet",
2249
+ labelTranslationKey: "RentalAttributes.higherLevelToilet.label",
2250
+ category: {
2251
+ key: "ACCESSIBILITY",
2252
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2253
+ },
2254
+ filterType: "BooleanFilter"
2255
+ },
2256
+ {
2257
+ key: "lift",
2258
+ labelTranslationKey: "RentalAttributes.lift.label",
2259
+ category: {
2260
+ key: "ACCESSIBILITY",
2261
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2262
+ },
2263
+ filterType: "BooleanFilter"
2264
+ },
2265
+ {
2266
+ key: "lowBathroomSink",
2267
+ labelTranslationKey: "RentalAttributes.lowBathroomSink.label",
2268
+ category: {
2269
+ key: "ACCESSIBILITY",
2270
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2271
+ },
2272
+ filterType: "BooleanFilter"
2273
+ },
2274
+ {
2275
+ key: "rollInShower",
2276
+ labelTranslationKey: "RentalAttributes.rollInShower.label",
2277
+ category: {
2278
+ key: "ACCESSIBILITY",
2279
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2280
+ },
2281
+ filterType: "BooleanFilter"
2282
+ },
2283
+ {
2284
+ key: "showerChair",
2285
+ labelTranslationKey: "RentalAttributes.showerChair.label",
2286
+ category: {
2287
+ key: "ACCESSIBILITY",
2288
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2289
+ },
2290
+ filterType: "BooleanFilter"
2291
+ },
2292
+ {
2293
+ key: "toiletWithGrabRails",
2294
+ labelTranslationKey: "RentalAttributes.toiletWithGrabRails.label",
2295
+ category: {
2296
+ key: "ACCESSIBILITY",
2297
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2298
+ },
2299
+ filterType: "BooleanFilter"
2300
+ },
2301
+ {
2302
+ key: "upperFloorReachableByLift",
2303
+ labelTranslationKey: "RentalAttributes.upperFloorReachableByLift.label",
2304
+ category: {
2305
+ key: "ACCESSIBILITY",
2306
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2307
+ },
2308
+ filterType: "BooleanFilter"
2309
+ },
2310
+ {
2311
+ key: "upperFloorReachableByStairsOnly",
2312
+ labelTranslationKey: "RentalAttributes.upperFloorReachableByStairsOnly.label",
2313
+ category: {
2314
+ key: "ACCESSIBILITY",
2315
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2316
+ },
2317
+ filterType: "BooleanFilter"
2318
+ },
2319
+ {
2320
+ key: "wheelchairFriendly",
2321
+ labelTranslationKey: "RentalAttributes.wheelchairFriendly.label",
2322
+ category: {
2323
+ key: "ACCESSIBILITY",
2324
+ translationKey: "RentalAttributesCategory.ACCESSIBILITY.label"
2325
+ },
2326
+ filterType: "BooleanFilter"
2327
+ },
2328
+ {
2329
+ key: "detached",
2330
+ labelTranslationKey: "RentalAttributes.detached.label",
2331
+ category: {
2332
+ key: "PROPERTY_DETAILS_RULES",
2333
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2334
+ },
2335
+ subCategory: {
2336
+ key: "PROPERTY_TYPE_LOCATION",
2337
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2338
+ },
2339
+ filterType: "BooleanFilter"
2340
+ },
2341
+ {
2342
+ key: "elevation",
2343
+ labelTranslationKey: "RentalAttributes.elevation.label",
2344
+ category: {
2345
+ key: "PROPERTY_DETAILS_RULES",
2346
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2347
+ },
2348
+ subCategory: {
2349
+ key: "PROPERTY_TYPE_LOCATION",
2350
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2351
+ },
2352
+ filterType: "IntFilter"
2353
+ },
2354
+ {
2355
+ key: "floor",
2356
+ labelTranslationKey: "RentalAttributes.floor.label",
2357
+ category: {
2358
+ key: "PROPERTY_DETAILS_RULES",
2359
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2360
+ },
2361
+ subCategory: {
2362
+ key: "PROPERTY_TYPE_LOCATION",
2363
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2364
+ },
2365
+ filterType: "OptionFilter",
2366
+ options: [
2367
+ {
2368
+ value: "LOW_GROUND_FLOOR",
2369
+ translationKey: "RentalAttributes.floor.option.LOW_GROUND_FLOOR"
2370
+ },
2371
+ {
2372
+ value: "LOW_AND_RAISED_GROUND_FLOOR",
2373
+ translationKey: "RentalAttributes.floor.option.LOW_AND_RAISED_GROUND_FLOOR"
2374
+ },
2375
+ {
2376
+ value: "GROUND_FLOOR",
2377
+ translationKey: "RentalAttributes.floor.option.GROUND_FLOOR"
2378
+ },
2379
+ {
2380
+ value: "RAISED_PARTERRE",
2381
+ translationKey: "RentalAttributes.floor.option.RAISED_PARTERRE"
2382
+ },
2383
+ {
2384
+ value: "FLOOR_1_ST_FLOOR",
2385
+ translationKey: "RentalAttributes.floor.option.FLOOR_1_ST_FLOOR"
2386
+ },
2387
+ {
2388
+ value: "FLOOR_2_ND_FLOOR",
2389
+ translationKey: "RentalAttributes.floor.option.FLOOR_2_ND_FLOOR"
2390
+ },
2391
+ {
2392
+ value: "FLOOR_3_RD_FLOOR",
2393
+ translationKey: "RentalAttributes.floor.option.FLOOR_3_RD_FLOOR"
2394
+ },
2395
+ {
2396
+ value: "FLOOR_4_TH_FLOOR",
2397
+ translationKey: "RentalAttributes.floor.option.FLOOR_4_TH_FLOOR"
2398
+ },
2399
+ {
2400
+ value: "FLOOR_5_TH_FLOOR",
2401
+ translationKey: "RentalAttributes.floor.option.FLOOR_5_TH_FLOOR"
2402
+ },
2403
+ {
2404
+ value: "FLOOR_6_TH_FLOOR",
2405
+ translationKey: "RentalAttributes.floor.option.FLOOR_6_TH_FLOOR"
2406
+ },
2407
+ {
2408
+ value: "FLOOR_7_TH_FLOOR",
2409
+ translationKey: "RentalAttributes.floor.option.FLOOR_7_TH_FLOOR"
2410
+ },
2411
+ {
2412
+ value: "FLOOR_8_TH_FLOOR",
2413
+ translationKey: "RentalAttributes.floor.option.FLOOR_8_TH_FLOOR"
2414
+ },
2415
+ {
2416
+ value: "FLOOR_9_TH_FLOOR",
2417
+ translationKey: "RentalAttributes.floor.option.FLOOR_9_TH_FLOOR"
2418
+ },
2419
+ {
2420
+ value: "FLOOR_10_TH_FLOOR",
2421
+ translationKey: "RentalAttributes.floor.option.FLOOR_10_TH_FLOOR"
2422
+ },
2423
+ {
2424
+ value: "FLOOR_11_TH_FLOOR",
2425
+ translationKey: "RentalAttributes.floor.option.FLOOR_11_TH_FLOOR"
2426
+ },
2427
+ {
2428
+ value: "FLOOR_12_TH_FLOOR",
2429
+ translationKey: "RentalAttributes.floor.option.FLOOR_12_TH_FLOOR"
2430
+ },
2431
+ {
2432
+ value: "FLOOR_13_TH_FLOOR",
2433
+ translationKey: "RentalAttributes.floor.option.FLOOR_13_TH_FLOOR"
2434
+ },
2435
+ {
2436
+ value: "FLOOR_14_TH_FLOOR",
2437
+ translationKey: "RentalAttributes.floor.option.FLOOR_14_TH_FLOOR"
2438
+ },
2439
+ {
2440
+ value: "FLOOR_15_TH_FLOOR",
2441
+ translationKey: "RentalAttributes.floor.option.FLOOR_15_TH_FLOOR"
2442
+ }
2443
+ ]
2444
+ },
2445
+ {
2446
+ key: "floorCount",
2447
+ labelTranslationKey: "RentalAttributes.floorCount.label",
2448
+ category: {
2449
+ key: "PROPERTY_DETAILS_RULES",
2450
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2451
+ },
2452
+ subCategory: {
2453
+ key: "PROPERTY_TYPE_LOCATION",
2454
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2455
+ },
2456
+ filterType: "IntFilter"
2457
+ },
2458
+ {
2459
+ key: "interconnectingRoomsAvailable",
2460
+ labelTranslationKey: "RentalAttributes.interconnectingRoomsAvailable.label",
2461
+ category: {
2462
+ key: "PROPERTY_DETAILS_RULES",
2463
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2464
+ },
2465
+ subCategory: {
2466
+ key: "PROPERTY_TYPE_LOCATION",
2467
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2468
+ },
2469
+ filterType: "BooleanFilter"
2470
+ },
2471
+ {
2472
+ key: "penthouse",
2473
+ labelTranslationKey: "RentalAttributes.penthouse.label",
2474
+ category: {
2475
+ key: "PROPERTY_DETAILS_RULES",
2476
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2477
+ },
2478
+ subCategory: {
2479
+ key: "PROPERTY_TYPE_LOCATION",
2480
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2481
+ },
2482
+ filterType: "BooleanFilter"
2483
+ },
2484
+ {
2485
+ key: "plotSize",
2486
+ labelTranslationKey: "RentalAttributes.plotSize.label",
2487
+ category: {
2488
+ key: "PROPERTY_DETAILS_RULES",
2489
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2490
+ },
2491
+ subCategory: {
2492
+ key: "PROPERTY_TYPE_LOCATION",
2493
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2494
+ },
2495
+ filterType: "IntFilter"
2496
+ },
2497
+ {
2498
+ key: "semiDetached",
2499
+ labelTranslationKey: "RentalAttributes.semiDetached.label",
2500
+ category: {
2501
+ key: "PROPERTY_DETAILS_RULES",
2502
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2503
+ },
2504
+ subCategory: {
2505
+ key: "PROPERTY_TYPE_LOCATION",
2506
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2507
+ },
2508
+ filterType: "BooleanFilter"
2509
+ },
2510
+ {
2511
+ key: "yearOfConstruction",
2512
+ labelTranslationKey: "RentalAttributes.yearOfConstruction.label",
2513
+ category: {
2514
+ key: "PROPERTY_DETAILS_RULES",
2515
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2516
+ },
2517
+ subCategory: {
2518
+ key: "PROPERTY_TYPE_LOCATION",
2519
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2520
+ },
2521
+ filterType: "IntFilter"
2522
+ },
2523
+ {
2524
+ key: "yearOfLastRenovation",
2525
+ labelTranslationKey: "RentalAttributes.yearOfLastRenovation.label",
2526
+ category: {
2527
+ key: "PROPERTY_DETAILS_RULES",
2528
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2529
+ },
2530
+ subCategory: {
2531
+ key: "PROPERTY_TYPE_LOCATION",
2532
+ translationKey: "RentalAttributesCategory.PROPERTY_TYPE_LOCATION.label"
2533
+ },
2534
+ filterType: "IntFilter"
2535
+ },
2536
+ {
2537
+ key: "nonsmoking",
2538
+ labelTranslationKey: "RentalAttributes.nonsmoking.label",
2539
+ category: {
2540
+ key: "PROPERTY_DETAILS_RULES",
2541
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2542
+ },
2543
+ subCategory: {
2544
+ key: "RULES_TARGET_GROUPS",
2545
+ translationKey: "RentalAttributesCategory.RULES_TARGET_GROUPS.label"
2546
+ },
2547
+ filterType: "BooleanFilter"
2548
+ },
2549
+ {
2550
+ key: "allergic",
2551
+ labelTranslationKey: "RentalAttributes.allergic.label",
2552
+ category: {
2553
+ key: "PROPERTY_DETAILS_RULES",
2554
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2555
+ },
2556
+ subCategory: {
2557
+ key: "RULES_TARGET_GROUPS",
2558
+ translationKey: "RentalAttributesCategory.RULES_TARGET_GROUPS.label"
2559
+ },
2560
+ filterType: "BooleanFilter"
2561
+ },
2562
+ {
2563
+ key: "genderRestriction",
2564
+ labelTranslationKey: "RentalAttributes.genderRestriction.label",
2565
+ category: {
2566
+ key: "PROPERTY_DETAILS_RULES",
2567
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2568
+ },
2569
+ subCategory: {
2570
+ key: "RULES_TARGET_GROUPS",
2571
+ translationKey: "RentalAttributesCategory.RULES_TARGET_GROUPS.label"
2572
+ },
2573
+ filterType: "OptionFilter",
2574
+ options: [{
2575
+ value: "MALE_ONLY",
2576
+ translationKey: "RentalAttributes.genderRestriction.option.MALE_ONLY"
2577
+ }, {
2578
+ value: "FEMALE_ONLY",
2579
+ translationKey: "RentalAttributes.genderRestriction.option.FEMALE_ONLY"
2580
+ }]
2581
+ },
2582
+ {
2583
+ key: "minpersons",
2584
+ labelTranslationKey: "RentalAttributes.minpersons.label",
2585
+ category: {
2586
+ key: "PROPERTY_DETAILS_RULES",
2587
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2588
+ },
2589
+ subCategory: {
2590
+ key: "RULES_TARGET_GROUPS",
2591
+ translationKey: "RentalAttributesCategory.RULES_TARGET_GROUPS.label"
2592
+ },
2593
+ filterType: "IntFilter"
2594
+ },
2595
+ {
2596
+ key: "youthgroups",
2597
+ labelTranslationKey: "RentalAttributes.youthgroups.label",
2598
+ category: {
2599
+ key: "PROPERTY_DETAILS_RULES",
2600
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2601
+ },
2602
+ subCategory: {
2603
+ key: "RULES_TARGET_GROUPS",
2604
+ translationKey: "RentalAttributesCategory.RULES_TARGET_GROUPS.label"
2605
+ },
2606
+ filterType: "OptionFilter",
2607
+ options: [
2608
+ {
2609
+ value: "WELCOME",
2610
+ translationKey: "RentalAttributes.youthgroups.option.WELCOME"
2611
+ },
2612
+ {
2613
+ value: "NOT_ALLOWED",
2614
+ translationKey: "RentalAttributes.youthgroups.option.NOT_ALLOWED"
2615
+ },
2616
+ {
2617
+ value: "ON_REQUEST",
2618
+ translationKey: "RentalAttributes.youthgroups.option.ON_REQUEST"
2619
+ }
2620
+ ]
2621
+ },
2622
+ {
2623
+ key: "beachview",
2624
+ labelTranslationKey: "RentalAttributes.beachview.label",
2625
+ category: {
2626
+ key: "PROPERTY_DETAILS_RULES",
2627
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2628
+ },
2629
+ subCategory: {
2630
+ key: "VIEW",
2631
+ translationKey: "RentalAttributesCategory.VIEW.label"
2632
+ },
2633
+ filterType: "BooleanFilter"
2634
+ },
2635
+ {
2636
+ key: "cityView",
2637
+ labelTranslationKey: "RentalAttributes.cityView.label",
2638
+ category: {
2639
+ key: "PROPERTY_DETAILS_RULES",
2640
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2641
+ },
2642
+ subCategory: {
2643
+ key: "VIEW",
2644
+ translationKey: "RentalAttributesCategory.VIEW.label"
2645
+ },
2646
+ filterType: "BooleanFilter"
2647
+ },
2648
+ {
2649
+ key: "countrysideView",
2650
+ labelTranslationKey: "RentalAttributes.countrysideView.label",
2651
+ category: {
2652
+ key: "PROPERTY_DETAILS_RULES",
2653
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2654
+ },
2655
+ subCategory: {
2656
+ key: "VIEW",
2657
+ translationKey: "RentalAttributesCategory.VIEW.label"
2658
+ },
2659
+ filterType: "BooleanFilter"
2660
+ },
2661
+ {
2662
+ key: "countrysideViewType",
2663
+ labelTranslationKey: "RentalAttributes.countrysideViewType.label",
2664
+ category: {
2665
+ key: "PROPERTY_DETAILS_RULES",
2666
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2667
+ },
2668
+ subCategory: {
2669
+ key: "VIEW",
2670
+ translationKey: "RentalAttributesCategory.VIEW.label"
2671
+ },
2672
+ filterType: "OptionFilter",
2673
+ options: [
2674
+ {
2675
+ value: "LIMITED",
2676
+ translationKey: "RentalAttributes.countrysideViewType.option.LIMITED"
2677
+ },
2678
+ {
2679
+ value: "GOOD",
2680
+ translationKey: "RentalAttributes.countrysideViewType.option.GOOD"
2681
+ },
2682
+ {
2683
+ value: "EXCEPTIONALLY_GOOD",
2684
+ translationKey: "RentalAttributes.countrysideViewType.option.EXCEPTIONALLY_GOOD"
2685
+ }
2686
+ ]
2687
+ },
2688
+ {
2689
+ key: "gardenView",
2690
+ labelTranslationKey: "RentalAttributes.gardenView.label",
2691
+ category: {
2692
+ key: "PROPERTY_DETAILS_RULES",
2693
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2694
+ },
2695
+ subCategory: {
2696
+ key: "VIEW",
2697
+ translationKey: "RentalAttributesCategory.VIEW.label"
2698
+ },
2699
+ filterType: "BooleanFilter"
2700
+ },
2701
+ {
2702
+ key: "innerCourtView",
2703
+ labelTranslationKey: "RentalAttributes.innerCourtView.label",
2704
+ category: {
2705
+ key: "PROPERTY_DETAILS_RULES",
2706
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2707
+ },
2708
+ subCategory: {
2709
+ key: "VIEW",
2710
+ translationKey: "RentalAttributesCategory.VIEW.label"
2711
+ },
2712
+ filterType: "BooleanFilter"
2713
+ },
2714
+ {
2715
+ key: "lakeview",
2716
+ labelTranslationKey: "RentalAttributes.lakeview.label",
2717
+ category: {
2718
+ key: "PROPERTY_DETAILS_RULES",
2719
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2720
+ },
2721
+ subCategory: {
2722
+ key: "VIEW",
2723
+ translationKey: "RentalAttributesCategory.VIEW.label"
2724
+ },
2725
+ filterType: "BooleanFilter"
2726
+ },
2727
+ {
2728
+ key: "lakeviewType",
2729
+ labelTranslationKey: "RentalAttributes.lakeviewType.label",
2730
+ category: {
2731
+ key: "PROPERTY_DETAILS_RULES",
2732
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2733
+ },
2734
+ subCategory: {
2735
+ key: "VIEW",
2736
+ translationKey: "RentalAttributesCategory.VIEW.label"
2737
+ },
2738
+ filterType: "OptionFilter",
2739
+ options: [
2740
+ {
2741
+ value: "LIMITED",
2742
+ translationKey: "RentalAttributes.lakeviewType.option.LIMITED"
2743
+ },
2744
+ {
2745
+ value: "GOOD",
2746
+ translationKey: "RentalAttributes.lakeviewType.option.GOOD"
2747
+ },
2748
+ {
2749
+ value: "EXCEPTIONALLY_GOOD",
2750
+ translationKey: "RentalAttributes.lakeviewType.option.EXCEPTIONALLY_GOOD"
2751
+ }
2752
+ ]
2753
+ },
2754
+ {
2755
+ key: "mountainview",
2756
+ labelTranslationKey: "RentalAttributes.mountainview.label",
2757
+ category: {
2758
+ key: "PROPERTY_DETAILS_RULES",
2759
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2760
+ },
2761
+ subCategory: {
2762
+ key: "VIEW",
2763
+ translationKey: "RentalAttributesCategory.VIEW.label"
2764
+ },
2765
+ filterType: "BooleanFilter"
2766
+ },
2767
+ {
2768
+ key: "mountainviewType",
2769
+ labelTranslationKey: "RentalAttributes.mountainviewType.label",
2770
+ category: {
2771
+ key: "PROPERTY_DETAILS_RULES",
2772
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2773
+ },
2774
+ subCategory: {
2775
+ key: "VIEW",
2776
+ translationKey: "RentalAttributesCategory.VIEW.label"
2777
+ },
2778
+ filterType: "OptionFilter",
2779
+ options: [
2780
+ {
2781
+ value: "LIMITED",
2782
+ translationKey: "RentalAttributes.mountainviewType.option.LIMITED"
2783
+ },
2784
+ {
2785
+ value: "GOOD",
2786
+ translationKey: "RentalAttributes.mountainviewType.option.GOOD"
2787
+ },
2788
+ {
2789
+ value: "EXCEPTIONALLY_GOOD",
2790
+ translationKey: "RentalAttributes.mountainviewType.option.EXCEPTIONALLY_GOOD"
2791
+ }
2792
+ ]
2793
+ },
2794
+ {
2795
+ key: "poolView",
2796
+ labelTranslationKey: "RentalAttributes.poolView.label",
2797
+ category: {
2798
+ key: "PROPERTY_DETAILS_RULES",
2799
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2800
+ },
2801
+ subCategory: {
2802
+ key: "VIEW",
2803
+ translationKey: "RentalAttributesCategory.VIEW.label"
2804
+ },
2805
+ filterType: "BooleanFilter"
2806
+ },
2807
+ {
2808
+ key: "quietStreetView",
2809
+ labelTranslationKey: "RentalAttributes.quietStreetView.label",
2810
+ category: {
2811
+ key: "PROPERTY_DETAILS_RULES",
2812
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2813
+ },
2814
+ subCategory: {
2815
+ key: "VIEW",
2816
+ translationKey: "RentalAttributesCategory.VIEW.label"
2817
+ },
2818
+ filterType: "BooleanFilter"
2819
+ },
2820
+ {
2821
+ key: "riverView",
2822
+ labelTranslationKey: "RentalAttributes.riverView.label",
2823
+ category: {
2824
+ key: "PROPERTY_DETAILS_RULES",
2825
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2826
+ },
2827
+ subCategory: {
2828
+ key: "VIEW",
2829
+ translationKey: "RentalAttributesCategory.VIEW.label"
2830
+ },
2831
+ filterType: "BooleanFilter"
2832
+ },
2833
+ {
2834
+ key: "seaview",
2835
+ labelTranslationKey: "RentalAttributes.seaview.label",
2836
+ category: {
2837
+ key: "PROPERTY_DETAILS_RULES",
2838
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2839
+ },
2840
+ subCategory: {
2841
+ key: "VIEW",
2842
+ translationKey: "RentalAttributesCategory.VIEW.label"
2843
+ },
2844
+ filterType: "BooleanFilter"
2845
+ },
2846
+ {
2847
+ key: "seaviewType",
2848
+ labelTranslationKey: "RentalAttributes.seaviewType.label",
2849
+ category: {
2850
+ key: "PROPERTY_DETAILS_RULES",
2851
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2852
+ },
2853
+ subCategory: {
2854
+ key: "VIEW",
2855
+ translationKey: "RentalAttributesCategory.VIEW.label"
2856
+ },
2857
+ filterType: "OptionFilter",
2858
+ options: [
2859
+ {
2860
+ value: "LIMITED",
2861
+ translationKey: "RentalAttributes.seaviewType.option.LIMITED"
2862
+ },
2863
+ {
2864
+ value: "GOOD",
2865
+ translationKey: "RentalAttributes.seaviewType.option.GOOD"
2866
+ },
2867
+ {
2868
+ value: "EXCEPTIONALLY_GOOD",
2869
+ translationKey: "RentalAttributes.seaviewType.option.EXCEPTIONALLY_GOOD"
2870
+ }
2871
+ ]
2872
+ },
2873
+ {
2874
+ key: "valleyView",
2875
+ labelTranslationKey: "RentalAttributes.valleyView.label",
2876
+ category: {
2877
+ key: "PROPERTY_DETAILS_RULES",
2878
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2879
+ },
2880
+ subCategory: {
2881
+ key: "VIEW",
2882
+ translationKey: "RentalAttributesCategory.VIEW.label"
2883
+ },
2884
+ filterType: "BooleanFilter"
2885
+ },
2886
+ {
2887
+ key: "valleyViewType",
2888
+ labelTranslationKey: "RentalAttributes.valleyView.label",
2889
+ category: {
2890
+ key: "PROPERTY_DETAILS_RULES",
2891
+ translationKey: "RentalAttributesCategory.PROPERTY_DETAILS_RULES.label"
2892
+ },
2893
+ subCategory: {
2894
+ key: "VIEW",
2895
+ translationKey: "RentalAttributesCategory.VIEW.label"
2896
+ },
2897
+ filterType: "OptionFilter",
2898
+ options: [
2899
+ {
2900
+ value: "LIMITED",
2901
+ translationKey: "RentalAttributes.valleyViewType.option.LIMITED"
2902
+ },
2903
+ {
2904
+ value: "GOOD",
2905
+ translationKey: "RentalAttributes.valleyViewType.option.GOOD"
2906
+ },
2907
+ {
2908
+ value: "EXCEPTIONALLY_GOOD",
2909
+ translationKey: "RentalAttributes.valleyViewType.option.EXCEPTIONALLY_GOOD"
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ key: "cds",
2915
+ labelTranslationKey: "RentalAttributes.cds.label",
2916
+ category: {
2917
+ key: "OTHER",
2918
+ translationKey: "RentalAttributesCategory.OTHER.label"
2919
+ },
2920
+ filterType: "BooleanFilter"
2921
+ },
2922
+ {
2923
+ key: "dvds",
2924
+ labelTranslationKey: "RentalAttributes.dvds.label",
2925
+ category: {
2926
+ key: "OTHER",
2927
+ translationKey: "RentalAttributesCategory.OTHER.label"
2928
+ },
2929
+ filterType: "BooleanFilter"
2930
+ },
2931
+ {
2932
+ key: "heatingSystem",
2933
+ labelTranslationKey: "RentalAttributes.heatingSystem.label",
2934
+ category: {
2935
+ key: "OTHER",
2936
+ translationKey: "RentalAttributesCategory.OTHER.label"
2937
+ },
2938
+ filterType: "OptionFilter",
2939
+ options: [
2940
+ {
2941
+ value: "CENTRAL",
2942
+ translationKey: "RentalAttributes.heatingSystem.option.CENTRAL"
2943
+ },
2944
+ {
2945
+ value: "ELECTRONIC",
2946
+ translationKey: "RentalAttributes.heatingSystem.option.ELECTRONIC"
2947
+ },
2948
+ {
2949
+ value: "OIL",
2950
+ translationKey: "RentalAttributes.heatingSystem.option.OIL"
2951
+ },
2952
+ {
2953
+ value: "SOLAR",
2954
+ translationKey: "RentalAttributes.heatingSystem.option.SOLAR"
2955
+ },
2956
+ {
2957
+ value: "GAS",
2958
+ translationKey: "RentalAttributes.heatingSystem.option.GAS"
2959
+ },
2960
+ {
2961
+ value: "GAS_TANK",
2962
+ translationKey: "RentalAttributes.heatingSystem.option.GAS_TANK"
2963
+ },
2964
+ {
2965
+ value: "GAS_BOTTLE",
2966
+ translationKey: "RentalAttributes.heatingSystem.option.GAS_BOTTLE"
2967
+ },
2968
+ {
2969
+ value: "VIA_AC",
2970
+ translationKey: "RentalAttributes.heatingSystem.option.VIA_AC"
2971
+ },
2972
+ {
2973
+ value: "OVEN",
2974
+ translationKey: "RentalAttributes.heatingSystem.option.OVEN"
2975
+ }
2976
+ ]
2977
+ },
2978
+ {
2979
+ key: "payPerViewChannels",
2980
+ labelTranslationKey: "RentalAttributes.payPerViewChannels.label",
2981
+ category: {
2982
+ key: "OTHER",
2983
+ translationKey: "RentalAttributesCategory.OTHER.label"
2984
+ },
2985
+ filterType: "BooleanFilter"
2986
+ },
2987
+ {
2988
+ key: "squareMeters",
2989
+ labelTranslationKey: "RentalAttributes.squareMeters.label",
2990
+ category: {
2991
+ key: "OTHER",
2992
+ translationKey: "RentalAttributesCategory.OTHER.label"
2993
+ },
2994
+ filterType: "IntFilter"
2995
+ },
2996
+ {
2997
+ key: "stars",
2998
+ labelTranslationKey: "RentalAttributes.stars.label",
2999
+ category: {
3000
+ key: "OTHER",
3001
+ translationKey: "RentalAttributesCategory.OTHER.label"
3002
+ },
3003
+ filterType: "IntFilter"
3004
+ },
3005
+ {
3006
+ key: "tvCount",
3007
+ labelTranslationKey: "RentalAttributes.tvCount.label",
3008
+ category: {
3009
+ key: "OTHER",
3010
+ translationKey: "RentalAttributesCategory.OTHER.label"
3011
+ },
3012
+ filterType: "IntFilter"
3013
+ },
3014
+ {
3015
+ key: "tvInternationalChannels",
3016
+ labelTranslationKey: "RentalAttributes.tvInternationalChannels.label",
3017
+ category: {
3018
+ key: "OTHER",
3019
+ translationKey: "RentalAttributesCategory.OTHER.label"
3020
+ },
3021
+ filterType: "BooleanFilter"
3022
+ }
3023
+ ],
3024
+ rentalSummary: [{
3025
+ key: "rentalType",
3026
+ labelTranslationKey: "RentalSummary.rentalType.label",
3027
+ filterType: "OptionFilter",
3028
+ options: [
3029
+ {
3030
+ value: "HOUSE",
3031
+ translationKey: "Rental.rentalType.option.HOUSE"
3032
+ },
3033
+ {
3034
+ value: "APARTMENT",
3035
+ translationKey: "Rental.rentalType.option.APARTMENT"
3036
+ },
3037
+ {
3038
+ value: "HOTEL",
3039
+ translationKey: "Rental.rentalType.option.HOTEL"
3040
+ },
3041
+ {
3042
+ value: "MOBILEHOME",
3043
+ translationKey: "Rental.rentalType.option.MOBILEHOME"
3044
+ },
3045
+ {
3046
+ value: "YACHT",
3047
+ translationKey: "Rental.rentalType.option.YACHT"
3048
+ }
3049
+ ]
3050
+ }, {
3051
+ key: "scope",
3052
+ labelTranslationKey: "RentalSummary.scope.label",
3053
+ filterType: "OptionFilter",
3054
+ options: [
3055
+ {
3056
+ value: "ENTIRE_HOME",
3057
+ translationKey: "RentalSummary.scope.option.ENTIRE_HOME"
3058
+ },
3059
+ {
3060
+ value: "PRIVATE_ROOM",
3061
+ translationKey: "RentalSummary.scope.option.PRIVATE_ROOM"
3062
+ },
3063
+ {
3064
+ value: "SHARED_ROOM",
3065
+ translationKey: "RentalSummary.scope.option.SHARED_ROOM"
3066
+ }
3067
+ ]
3068
+ }],
3069
+ vicinity: [
3070
+ {
3071
+ key: "adventure",
3072
+ labelTranslationKey: "Vicinity.adventure.label",
3073
+ category: {
3074
+ key: "vicinity",
3075
+ translationKey: "RentalSummary.vicinity.label"
3076
+ },
3077
+ filterType: "BooleanFilter"
3078
+ },
3079
+ {
3080
+ key: "airportdistance",
3081
+ labelTranslationKey: "Vicinity.airportdistance.label",
3082
+ category: {
3083
+ key: "vicinity",
3084
+ translationKey: "RentalSummary.vicinity.label"
3085
+ },
3086
+ filterType: "IntFilter"
3087
+ },
3088
+ {
3089
+ key: "archery",
3090
+ labelTranslationKey: "Vicinity.archery.label",
3091
+ category: {
3092
+ key: "vicinity",
3093
+ translationKey: "RentalSummary.vicinity.label"
3094
+ },
3095
+ filterType: "BooleanFilter"
3096
+ },
3097
+ {
3098
+ key: "awayFromItAll",
3099
+ labelTranslationKey: "Vicinity.awayFromItAll.label",
3100
+ category: {
3101
+ key: "vicinity",
3102
+ translationKey: "RentalSummary.vicinity.label"
3103
+ },
3104
+ filterType: "BooleanFilter"
3105
+ },
3106
+ {
3107
+ key: "balloonTrips",
3108
+ labelTranslationKey: "Vicinity.balloonTrips.label",
3109
+ category: {
3110
+ key: "vicinity",
3111
+ translationKey: "RentalSummary.vicinity.label"
3112
+ },
3113
+ filterType: "BooleanFilter"
3114
+ },
3115
+ {
3116
+ key: "basketball",
3117
+ labelTranslationKey: "Vicinity.basketball.label",
3118
+ category: {
3119
+ key: "vicinity",
3120
+ translationKey: "RentalSummary.vicinity.label"
3121
+ },
3122
+ filterType: "BooleanFilter"
3123
+ },
3124
+ {
3125
+ key: "beach",
3126
+ labelTranslationKey: "Vicinity.beach.label",
3127
+ category: {
3128
+ key: "vicinity",
3129
+ translationKey: "RentalSummary.vicinity.label"
3130
+ },
3131
+ filterType: "BooleanFilter"
3132
+ },
3133
+ {
3134
+ key: "beachaccess",
3135
+ labelTranslationKey: "Vicinity.beachaccess.label",
3136
+ category: {
3137
+ key: "vicinity",
3138
+ translationKey: "RentalSummary.vicinity.label"
3139
+ },
3140
+ filterType: "BooleanFilter"
3141
+ },
3142
+ {
3143
+ key: "beachdistance",
3144
+ labelTranslationKey: "Vicinity.beachdistance.label",
3145
+ category: {
3146
+ key: "vicinity",
3147
+ translationKey: "RentalSummary.vicinity.label"
3148
+ },
3149
+ filterType: "IntFilter"
3150
+ },
3151
+ {
3152
+ key: "beachfront",
3153
+ labelTranslationKey: "Vicinity.beachfront.label",
3154
+ category: {
3155
+ key: "vicinity",
3156
+ translationKey: "RentalSummary.vicinity.label"
3157
+ },
3158
+ filterType: "BooleanFilter"
3159
+ },
3160
+ {
3161
+ key: "beachtype",
3162
+ labelTranslationKey: "Vicinity.beachtype.label",
3163
+ category: {
3164
+ key: "vicinity",
3165
+ translationKey: "RentalSummary.vicinity.label"
3166
+ },
3167
+ filterType: "OptionFilter",
3168
+ options: [
3169
+ {
3170
+ value: "SAND",
3171
+ translationKey: "Vicinity.beachtype.option.SAND"
3172
+ },
3173
+ {
3174
+ value: "GRAVEL",
3175
+ translationKey: "Vicinity.beachtype.option.GRAVEL"
3176
+ },
3177
+ {
3178
+ value: "STONES",
3179
+ translationKey: "Vicinity.beachtype.option.STONES"
3180
+ },
3181
+ {
3182
+ value: "ROCKS",
3183
+ translationKey: "Vicinity.beachtype.option.ROCKS"
3184
+ },
3185
+ {
3186
+ value: "ROCK_PLATEAU",
3187
+ translationKey: "Vicinity.beachtype.option.ROCK_PLATEAU"
3188
+ }
3189
+ ]
3190
+ },
3191
+ {
3192
+ key: "beachvolleyball",
3193
+ labelTranslationKey: "Vicinity.beachvolleyball.label",
3194
+ category: {
3195
+ key: "vicinity",
3196
+ translationKey: "RentalSummary.vicinity.label"
3197
+ },
3198
+ filterType: "BooleanFilter"
3199
+ },
3200
+ {
3201
+ key: "billiards",
3202
+ labelTranslationKey: "Vicinity.billiards.label",
3203
+ category: {
3204
+ key: "vicinity",
3205
+ translationKey: "RentalSummary.vicinity.label"
3206
+ },
3207
+ filterType: "BooleanFilter"
3208
+ },
3209
+ {
3210
+ key: "birdWatching",
3211
+ labelTranslationKey: "Vicinity.birdWatching.label",
3212
+ category: {
3213
+ key: "vicinity",
3214
+ translationKey: "RentalSummary.vicinity.label"
3215
+ },
3216
+ filterType: "BooleanFilter"
3217
+ },
3218
+ {
3219
+ key: "boatRental",
3220
+ labelTranslationKey: "Vicinity.boatRental.label",
3221
+ category: {
3222
+ key: "vicinity",
3223
+ translationKey: "RentalSummary.vicinity.label"
3224
+ },
3225
+ filterType: "BooleanFilter"
3226
+ },
3227
+ {
3228
+ key: "boatTrip",
3229
+ labelTranslationKey: "Vicinity.boatTrip.label",
3230
+ category: {
3231
+ key: "vicinity",
3232
+ translationKey: "RentalSummary.vicinity.label"
3233
+ },
3234
+ filterType: "BooleanFilter"
3235
+ },
3236
+ {
3237
+ key: "boccie",
3238
+ labelTranslationKey: "Vicinity.boccie.label",
3239
+ category: {
3240
+ key: "vicinity",
3241
+ translationKey: "RentalSummary.vicinity.label"
3242
+ },
3243
+ filterType: "BooleanFilter"
3244
+ },
3245
+ {
3246
+ key: "botanicalGarden",
3247
+ labelTranslationKey: "Vicinity.botanicalGarden.label",
3248
+ category: {
3249
+ key: "vicinity",
3250
+ translationKey: "RentalSummary.vicinity.label"
3251
+ },
3252
+ filterType: "BooleanFilter"
3253
+ },
3254
+ {
3255
+ key: "bowling",
3256
+ labelTranslationKey: "Vicinity.bowling.label",
3257
+ category: {
3258
+ key: "vicinity",
3259
+ translationKey: "RentalSummary.vicinity.label"
3260
+ },
3261
+ filterType: "BooleanFilter"
3262
+ },
3263
+ {
3264
+ key: "budget",
3265
+ labelTranslationKey: "Vicinity.budget.label",
3266
+ category: {
3267
+ key: "vicinity",
3268
+ translationKey: "RentalSummary.vicinity.label"
3269
+ },
3270
+ filterType: "BooleanFilter"
3271
+ },
3272
+ {
3273
+ key: "bungeeJumping",
3274
+ labelTranslationKey: "Vicinity.bungeeJumping.label",
3275
+ category: {
3276
+ key: "vicinity",
3277
+ translationKey: "RentalSummary.vicinity.label"
3278
+ },
3279
+ filterType: "BooleanFilter"
3280
+ },
3281
+ {
3282
+ key: "canoeing",
3283
+ labelTranslationKey: "Vicinity.canoeing.label",
3284
+ category: {
3285
+ key: "vicinity",
3286
+ translationKey: "RentalSummary.vicinity.label"
3287
+ },
3288
+ filterType: "BooleanFilter"
3289
+ },
3290
+ {
3291
+ key: "carriageRides",
3292
+ labelTranslationKey: "Vicinity.carriageRides.label",
3293
+ category: {
3294
+ key: "vicinity",
3295
+ translationKey: "RentalSummary.vicinity.label"
3296
+ },
3297
+ filterType: "BooleanFilter"
3298
+ },
3299
+ {
3300
+ key: "church",
3301
+ labelTranslationKey: "Vicinity.church.label",
3302
+ category: {
3303
+ key: "vicinity",
3304
+ translationKey: "RentalSummary.vicinity.label"
3305
+ },
3306
+ filterType: "BooleanFilter"
3307
+ },
3308
+ {
3309
+ key: "cinema",
3310
+ labelTranslationKey: "Vicinity.cinema.label",
3311
+ category: {
3312
+ key: "vicinity",
3313
+ translationKey: "RentalSummary.vicinity.label"
3314
+ },
3315
+ filterType: "BooleanFilter"
3316
+ },
3317
+ {
3318
+ key: "citydistance",
3319
+ labelTranslationKey: "Vicinity.citydistance.label",
3320
+ category: {
3321
+ key: "vicinity",
3322
+ translationKey: "RentalSummary.vicinity.label"
3323
+ },
3324
+ filterType: "IntFilter"
3325
+ },
3326
+ {
3327
+ key: "climbing",
3328
+ labelTranslationKey: "Vicinity.climbing.label",
3329
+ category: {
3330
+ key: "vicinity",
3331
+ translationKey: "RentalSummary.vicinity.label"
3332
+ },
3333
+ filterType: "BooleanFilter"
3334
+ },
3335
+ {
3336
+ key: "cosmeticTreatments",
3337
+ labelTranslationKey: "Vicinity.cosmeticTreatments.label",
3338
+ category: {
3339
+ key: "vicinity",
3340
+ translationKey: "RentalSummary.vicinity.label"
3341
+ },
3342
+ filterType: "BooleanFilter"
3343
+ },
3344
+ {
3345
+ key: "crossCountrySkiing",
3346
+ labelTranslationKey: "Vicinity.crossCountrySkiing.label",
3347
+ category: {
3348
+ key: "vicinity",
3349
+ translationKey: "RentalSummary.vicinity.label"
3350
+ },
3351
+ filterType: "BooleanFilter"
3352
+ },
3353
+ {
3354
+ key: "culture",
3355
+ labelTranslationKey: "Vicinity.culture.label",
3356
+ category: {
3357
+ key: "vicinity",
3358
+ translationKey: "RentalSummary.vicinity.label"
3359
+ },
3360
+ filterType: "BooleanFilter"
3361
+ },
3362
+ {
3363
+ key: "cycling",
3364
+ labelTranslationKey: "Vicinity.cycling.label",
3365
+ category: {
3366
+ key: "vicinity",
3367
+ translationKey: "RentalSummary.vicinity.label"
3368
+ },
3369
+ filterType: "BooleanFilter"
3370
+ },
3371
+ {
3372
+ key: "danceCourses",
3373
+ labelTranslationKey: "Vicinity.danceCourses.label",
3374
+ category: {
3375
+ key: "vicinity",
3376
+ translationKey: "RentalSummary.vicinity.label"
3377
+ },
3378
+ filterType: "BooleanFilter"
3379
+ },
3380
+ {
3381
+ key: "daySpa",
3382
+ labelTranslationKey: "Vicinity.daySpa.label",
3383
+ category: {
3384
+ key: "vicinity",
3385
+ translationKey: "RentalSummary.vicinity.label"
3386
+ },
3387
+ filterType: "BooleanFilter"
3388
+ },
3389
+ {
3390
+ key: "deepseaFisching",
3391
+ labelTranslationKey: "Vicinity.deepseaFisching.label",
3392
+ category: {
3393
+ key: "vicinity",
3394
+ translationKey: "RentalSummary.vicinity.label"
3395
+ },
3396
+ filterType: "BooleanFilter"
3397
+ },
3398
+ {
3399
+ key: "disco",
3400
+ labelTranslationKey: "Vicinity.disco.label",
3401
+ category: {
3402
+ key: "vicinity",
3403
+ translationKey: "RentalSummary.vicinity.label"
3404
+ },
3405
+ filterType: "BooleanFilter"
3406
+ },
3407
+ {
3408
+ key: "diving",
3409
+ labelTranslationKey: "Vicinity.diving.label",
3410
+ category: {
3411
+ key: "vicinity",
3412
+ translationKey: "RentalSummary.vicinity.label"
3413
+ },
3414
+ filterType: "BooleanFilter"
3415
+ },
3416
+ {
3417
+ key: "dutyfree",
3418
+ labelTranslationKey: "Vicinity.dutyfree.label",
3419
+ category: {
3420
+ key: "vicinity",
3421
+ translationKey: "RentalSummary.vicinity.label"
3422
+ },
3423
+ filterType: "BooleanFilter"
3424
+ },
3425
+ {
3426
+ key: "family",
3427
+ labelTranslationKey: "Vicinity.family.label",
3428
+ category: {
3429
+ key: "vicinity",
3430
+ translationKey: "RentalSummary.vicinity.label"
3431
+ },
3432
+ filterType: "BooleanFilter"
3433
+ },
3434
+ {
3435
+ key: "farmHolidays",
3436
+ labelTranslationKey: "Vicinity.farmHolidays.label",
3437
+ category: {
3438
+ key: "vicinity",
3439
+ translationKey: "RentalSummary.vicinity.label"
3440
+ },
3441
+ filterType: "BooleanFilter"
3442
+ },
3443
+ {
3444
+ key: "ferrydistance",
3445
+ labelTranslationKey: "Vicinity.ferrydistance.label",
3446
+ category: {
3447
+ key: "vicinity",
3448
+ translationKey: "RentalSummary.vicinity.label"
3449
+ },
3450
+ filterType: "IntFilter"
3451
+ },
3452
+ {
3453
+ key: "festivals",
3454
+ labelTranslationKey: "Vicinity.festivals.label",
3455
+ category: {
3456
+ key: "vicinity",
3457
+ translationKey: "RentalSummary.vicinity.label"
3458
+ },
3459
+ filterType: "BooleanFilter"
3460
+ },
3461
+ {
3462
+ key: "fishing",
3463
+ labelTranslationKey: "Vicinity.fishing.label",
3464
+ category: {
3465
+ key: "vicinity",
3466
+ translationKey: "RentalSummary.vicinity.label"
3467
+ },
3468
+ filterType: "BooleanFilter"
3469
+ },
3470
+ {
3471
+ key: "fitnessTraining",
3472
+ labelTranslationKey: "Vicinity.fitnessTraining.label",
3473
+ category: {
3474
+ key: "vicinity",
3475
+ translationKey: "RentalSummary.vicinity.label"
3476
+ },
3477
+ filterType: "BooleanFilter"
3478
+ },
3479
+ {
3480
+ key: "football",
3481
+ labelTranslationKey: "Vicinity.football.label",
3482
+ category: {
3483
+ key: "vicinity",
3484
+ translationKey: "RentalSummary.vicinity.label"
3485
+ },
3486
+ filterType: "BooleanFilter"
3487
+ },
3488
+ {
3489
+ key: "gambling",
3490
+ labelTranslationKey: "Vicinity.gambling.label",
3491
+ category: {
3492
+ key: "vicinity",
3493
+ translationKey: "RentalSummary.vicinity.label"
3494
+ },
3495
+ filterType: "BooleanFilter"
3496
+ },
3497
+ {
3498
+ key: "golf",
3499
+ labelTranslationKey: "Vicinity.golf.label",
3500
+ category: {
3501
+ key: "vicinity",
3502
+ translationKey: "RentalSummary.vicinity.label"
3503
+ },
3504
+ filterType: "BooleanFilter"
3505
+ },
3506
+ {
3507
+ key: "golfdistance",
3508
+ labelTranslationKey: "Vicinity.golfdistance.label",
3509
+ category: {
3510
+ key: "vicinity",
3511
+ translationKey: "RentalSummary.vicinity.label"
3512
+ },
3513
+ filterType: "IntFilter"
3514
+ },
3515
+ {
3516
+ key: "gymnastics",
3517
+ labelTranslationKey: "Vicinity.gymnastics.label",
3518
+ category: {
3519
+ key: "vicinity",
3520
+ translationKey: "RentalSummary.vicinity.label"
3521
+ },
3522
+ filterType: "BooleanFilter"
3523
+ },
3524
+ {
3525
+ key: "helicopterTours",
3526
+ labelTranslationKey: "Vicinity.helicopterTours.label",
3527
+ category: {
3528
+ key: "vicinity",
3529
+ translationKey: "RentalSummary.vicinity.label"
3530
+ },
3531
+ filterType: "BooleanFilter"
3532
+ },
3533
+ {
3534
+ key: "hiking",
3535
+ labelTranslationKey: "Vicinity.hiking.label",
3536
+ category: {
3537
+ key: "vicinity",
3538
+ translationKey: "RentalSummary.vicinity.label"
3539
+ },
3540
+ filterType: "BooleanFilter"
3541
+ },
3542
+ {
3543
+ key: "historic",
3544
+ labelTranslationKey: "Vicinity.historic.label",
3545
+ category: {
3546
+ key: "vicinity",
3547
+ translationKey: "RentalSummary.vicinity.label"
3548
+ },
3549
+ filterType: "BooleanFilter"
3550
+ },
3551
+ {
3552
+ key: "holidayComplex",
3553
+ labelTranslationKey: "Vicinity.holidayComplex.label",
3554
+ category: {
3555
+ key: "vicinity",
3556
+ translationKey: "RentalSummary.vicinity.label"
3557
+ },
3558
+ filterType: "BooleanFilter"
3559
+ },
3560
+ {
3561
+ key: "horsebackRiding",
3562
+ labelTranslationKey: "Vicinity.horsebackRiding.label",
3563
+ category: {
3564
+ key: "vicinity",
3565
+ translationKey: "RentalSummary.vicinity.label"
3566
+ },
3567
+ filterType: "BooleanFilter"
3568
+ },
3569
+ {
3570
+ key: "iceSkating",
3571
+ labelTranslationKey: "Vicinity.iceSkating.label",
3572
+ category: {
3573
+ key: "vicinity",
3574
+ translationKey: "RentalSummary.vicinity.label"
3575
+ },
3576
+ filterType: "BooleanFilter"
3577
+ },
3578
+ {
3579
+ key: "jetSkiing",
3580
+ labelTranslationKey: "Vicinity.jetSkiing.label",
3581
+ category: {
3582
+ key: "vicinity",
3583
+ translationKey: "RentalSummary.vicinity.label"
3584
+ },
3585
+ filterType: "BooleanFilter"
3586
+ },
3587
+ {
3588
+ key: "jogging",
3589
+ labelTranslationKey: "Vicinity.jogging.label",
3590
+ category: {
3591
+ key: "vicinity",
3592
+ translationKey: "RentalSummary.vicinity.label"
3593
+ },
3594
+ filterType: "BooleanFilter"
3595
+ },
3596
+ {
3597
+ key: "kayaking",
3598
+ labelTranslationKey: "Vicinity.kayaking.label",
3599
+ category: {
3600
+ key: "vicinity",
3601
+ translationKey: "RentalSummary.vicinity.label"
3602
+ },
3603
+ filterType: "BooleanFilter"
3604
+ },
3605
+ {
3606
+ key: "lakedistance",
3607
+ labelTranslationKey: "Vicinity.lakedistance.label",
3608
+ category: {
3609
+ key: "vicinity",
3610
+ translationKey: "RentalSummary.vicinity.label"
3611
+ },
3612
+ filterType: "IntFilter"
3613
+ },
3614
+ {
3615
+ key: "library",
3616
+ labelTranslationKey: "Vicinity.library.label",
3617
+ category: {
3618
+ key: "vicinity",
3619
+ translationKey: "RentalSummary.vicinity.label"
3620
+ },
3621
+ filterType: "BooleanFilter"
3622
+ },
3623
+ {
3624
+ key: "locAtm",
3625
+ labelTranslationKey: "Vicinity.locAtm.label",
3626
+ category: {
3627
+ key: "vicinity",
3628
+ translationKey: "RentalSummary.vicinity.label"
3629
+ },
3630
+ filterType: "BooleanFilter"
3631
+ },
3632
+ {
3633
+ key: "locBay",
3634
+ labelTranslationKey: "Vicinity.locBay.label",
3635
+ category: {
3636
+ key: "vicinity",
3637
+ translationKey: "RentalSummary.vicinity.label"
3638
+ },
3639
+ filterType: "BooleanFilter"
3640
+ },
3641
+ {
3642
+ key: "locBeach",
3643
+ labelTranslationKey: "Vicinity.locBeach.label",
3644
+ category: {
3645
+ key: "vicinity",
3646
+ translationKey: "RentalSummary.vicinity.label"
3647
+ },
3648
+ filterType: "BooleanFilter"
3649
+ },
3650
+ {
3651
+ key: "locCity",
3652
+ labelTranslationKey: "Vicinity.locCity.label",
3653
+ category: {
3654
+ key: "vicinity",
3655
+ translationKey: "RentalSummary.vicinity.label"
3656
+ },
3657
+ filterType: "BooleanFilter"
3658
+ },
3659
+ {
3660
+ key: "locDowntown",
3661
+ labelTranslationKey: "Vicinity.locDowntown.label",
3662
+ category: {
3663
+ key: "vicinity",
3664
+ translationKey: "RentalSummary.vicinity.label"
3665
+ },
3666
+ filterType: "BooleanFilter"
3667
+ },
3668
+ {
3669
+ key: "locForest",
3670
+ labelTranslationKey: "Vicinity.locForest.label",
3671
+ category: {
3672
+ key: "vicinity",
3673
+ translationKey: "RentalSummary.vicinity.label"
3674
+ },
3675
+ filterType: "BooleanFilter"
3676
+ },
3677
+ {
3678
+ key: "locGroceries",
3679
+ labelTranslationKey: "Vicinity.locGroceries.label",
3680
+ category: {
3681
+ key: "vicinity",
3682
+ translationKey: "RentalSummary.vicinity.label"
3683
+ },
3684
+ filterType: "BooleanFilter"
3685
+ },
3686
+ {
3687
+ key: "locHospital",
3688
+ labelTranslationKey: "Vicinity.locHospital.label",
3689
+ category: {
3690
+ key: "vicinity",
3691
+ translationKey: "RentalSummary.vicinity.label"
3692
+ },
3693
+ filterType: "BooleanFilter"
3694
+ },
3695
+ {
3696
+ key: "locLake",
3697
+ labelTranslationKey: "Vicinity.locLake.label",
3698
+ category: {
3699
+ key: "vicinity",
3700
+ translationKey: "RentalSummary.vicinity.label"
3701
+ },
3702
+ filterType: "BooleanFilter"
3703
+ },
3704
+ {
3705
+ key: "locMedicalServices",
3706
+ labelTranslationKey: "Vicinity.locMedicalServices.label",
3707
+ category: {
3708
+ key: "vicinity",
3709
+ translationKey: "RentalSummary.vicinity.label"
3710
+ },
3711
+ filterType: "BooleanFilter"
3712
+ },
3713
+ {
3714
+ key: "locMountain",
3715
+ labelTranslationKey: "Vicinity.locMountain.label",
3716
+ category: {
3717
+ key: "vicinity",
3718
+ translationKey: "RentalSummary.vicinity.label"
3719
+ },
3720
+ filterType: "BooleanFilter"
3721
+ },
3722
+ {
3723
+ key: "locOcean",
3724
+ labelTranslationKey: "Vicinity.locOcean.label",
3725
+ category: {
3726
+ key: "vicinity",
3727
+ translationKey: "RentalSummary.vicinity.label"
3728
+ },
3729
+ filterType: "BooleanFilter"
3730
+ },
3731
+ {
3732
+ key: "locRiver",
3733
+ labelTranslationKey: "Vicinity.locRiver.label",
3734
+ category: {
3735
+ key: "vicinity",
3736
+ translationKey: "RentalSummary.vicinity.label"
3737
+ },
3738
+ filterType: "BooleanFilter"
3739
+ },
3740
+ {
3741
+ key: "locRural",
3742
+ labelTranslationKey: "Vicinity.locRural.label",
3743
+ category: {
3744
+ key: "vicinity",
3745
+ translationKey: "RentalSummary.vicinity.label"
3746
+ },
3747
+ filterType: "BooleanFilter"
3748
+ },
3749
+ {
3750
+ key: "locVillage",
3751
+ labelTranslationKey: "Rental.vicinity.locVillage",
3752
+ category: {
3753
+ key: "vicinity",
3754
+ translationKey: "RentalSummary.vicinity.label"
3755
+ },
3756
+ filterType: "BooleanFilter"
3757
+ },
3758
+ {
3759
+ key: "locWaterfalls",
3760
+ labelTranslationKey: "Vicinity.locWaterfalls.label",
3761
+ category: {
3762
+ key: "vicinity",
3763
+ translationKey: "RentalSummary.vicinity.label"
3764
+ },
3765
+ filterType: "BooleanFilter"
3766
+ },
3767
+ {
3768
+ key: "luxury",
3769
+ labelTranslationKey: "Vicinity.luxury.label",
3770
+ category: {
3771
+ key: "vicinity",
3772
+ translationKey: "RentalSummary.vicinity.label"
3773
+ },
3774
+ filterType: "BooleanFilter"
3775
+ },
3776
+ {
3777
+ key: "massages",
3778
+ labelTranslationKey: "Vicinity.massages.label",
3779
+ category: {
3780
+ key: "vicinity",
3781
+ translationKey: "RentalSummary.vicinity.label"
3782
+ },
3783
+ filterType: "BooleanFilter"
3784
+ },
3785
+ {
3786
+ key: "minigolf",
3787
+ labelTranslationKey: "Vicinity.minigolf.label",
3788
+ category: {
3789
+ key: "vicinity",
3790
+ translationKey: "RentalSummary.vicinity.label"
3791
+ },
3792
+ filterType: "BooleanFilter"
3793
+ },
3794
+ {
3795
+ key: "mountainbiking",
3796
+ labelTranslationKey: "Vicinity.mountainbiking.label",
3797
+ category: {
3798
+ key: "vicinity",
3799
+ translationKey: "RentalSummary.vicinity.label"
3800
+ },
3801
+ filterType: "BooleanFilter"
3802
+ },
3803
+ {
3804
+ key: "museums",
3805
+ labelTranslationKey: "Vicinity.museums.label",
3806
+ category: {
3807
+ key: "vicinity",
3808
+ translationKey: "RentalSummary.vicinity.label"
3809
+ },
3810
+ filterType: "BooleanFilter"
3811
+ },
3812
+ {
3813
+ key: "nordicWalking",
3814
+ labelTranslationKey: "Vicinity.nordicWalking.label",
3815
+ category: {
3816
+ key: "vicinity",
3817
+ translationKey: "RentalSummary.vicinity.label"
3818
+ },
3819
+ filterType: "BooleanFilter"
3820
+ },
3821
+ {
3822
+ key: "nudeBeach",
3823
+ labelTranslationKey: "Vicinity.nudeBeach.label",
3824
+ category: {
3825
+ key: "vicinity",
3826
+ translationKey: "RentalSummary.vicinity.label"
3827
+ },
3828
+ filterType: "BooleanFilter"
3829
+ },
3830
+ {
3831
+ key: "paragliding",
3832
+ labelTranslationKey: "Vicinity.paragliding.label",
3833
+ category: {
3834
+ key: "vicinity",
3835
+ translationKey: "RentalSummary.vicinity.label"
3836
+ },
3837
+ filterType: "BooleanFilter"
3838
+ },
3839
+ {
3840
+ key: "parasailing",
3841
+ labelTranslationKey: "Vicinity.parasailing.label",
3842
+ category: {
3843
+ key: "vicinity",
3844
+ translationKey: "RentalSummary.vicinity.label"
3845
+ },
3846
+ filterType: "BooleanFilter"
3847
+ },
3848
+ {
3849
+ key: "pilates",
3850
+ labelTranslationKey: "Vicinity.pilates.label",
3851
+ category: {
3852
+ key: "vicinity",
3853
+ translationKey: "RentalSummary.vicinity.label"
3854
+ },
3855
+ filterType: "BooleanFilter"
3856
+ },
3857
+ {
3858
+ key: "playgroundActivity",
3859
+ labelTranslationKey: "Vicinity.playgroundActivity.label",
3860
+ category: {
3861
+ key: "vicinity",
3862
+ translationKey: "RentalSummary.vicinity.label"
3863
+ },
3864
+ filterType: "BooleanFilter"
3865
+ },
3866
+ {
3867
+ key: "publictransportdistance",
3868
+ labelTranslationKey: "Vicinity.publictransportdistance.label",
3869
+ category: {
3870
+ key: "vicinity",
3871
+ translationKey: "RentalSummary.vicinity.label"
3872
+ },
3873
+ filterType: "IntFilter"
3874
+ },
3875
+ {
3876
+ key: "qiGong",
3877
+ labelTranslationKey: "Vicinity.qiGong.label",
3878
+ category: {
3879
+ key: "vicinity",
3880
+ translationKey: "RentalSummary.vicinity.label"
3881
+ },
3882
+ filterType: "BooleanFilter"
3883
+ },
3884
+ {
3885
+ key: "rafting",
3886
+ labelTranslationKey: "Vicinity.rafting.label",
3887
+ category: {
3888
+ key: "vicinity",
3889
+ translationKey: "RentalSummary.vicinity.label"
3890
+ },
3891
+ filterType: "BooleanFilter"
3892
+ },
3893
+ {
3894
+ key: "restaurantdistance",
3895
+ labelTranslationKey: "Vicinity.restaurantdistance.label",
3896
+ category: {
3897
+ key: "vicinity",
3898
+ translationKey: "RentalSummary.vicinity.label"
3899
+ },
3900
+ filterType: "IntFilter"
3901
+ },
3902
+ {
3903
+ key: "restaurants",
3904
+ labelTranslationKey: "Vicinity.restaurants.label",
3905
+ category: {
3906
+ key: "vicinity",
3907
+ translationKey: "RentalSummary.vicinity.label"
3908
+ },
3909
+ filterType: "BooleanFilter"
3910
+ },
3911
+ {
3912
+ key: "romantic",
3913
+ labelTranslationKey: "Vicinity.romantic.label",
3914
+ category: {
3915
+ key: "vicinity",
3916
+ translationKey: "RentalSummary.vicinity.label"
3917
+ },
3918
+ filterType: "BooleanFilter"
3919
+ },
3920
+ {
3921
+ key: "rowing",
3922
+ labelTranslationKey: "Vicinity.rowing.label",
3923
+ category: {
3924
+ key: "vicinity",
3925
+ translationKey: "RentalSummary.vicinity.label"
3926
+ },
3927
+ filterType: "BooleanFilter"
3928
+ },
3929
+ {
3930
+ key: "ruins",
3931
+ labelTranslationKey: "Vicinity.ruins.label",
3932
+ category: {
3933
+ key: "vicinity",
3934
+ translationKey: "RentalSummary.vicinity.label"
3935
+ },
3936
+ filterType: "BooleanFilter"
3937
+ },
3938
+ {
3939
+ key: "sailing",
3940
+ labelTranslationKey: "Vicinity.sailing.label",
3941
+ category: {
3942
+ key: "vicinity",
3943
+ translationKey: "RentalSummary.vicinity.label"
3944
+ },
3945
+ filterType: "BooleanFilter"
3946
+ },
3947
+ {
3948
+ key: "seadistance",
3949
+ labelTranslationKey: "Vicinity.seadistance.label",
3950
+ category: {
3951
+ key: "vicinity",
3952
+ translationKey: "RentalSummary.vicinity.label"
3953
+ },
3954
+ filterType: "IntFilter"
3955
+ },
3956
+ {
3957
+ key: "shopping",
3958
+ labelTranslationKey: "Vicinity.shopping.label",
3959
+ category: {
3960
+ key: "vicinity",
3961
+ translationKey: "RentalSummary.vicinity.label"
3962
+ },
3963
+ filterType: "BooleanFilter"
3964
+ },
3965
+ {
3966
+ key: "shoppingdistance",
3967
+ labelTranslationKey: "Vicinity.shoppingdistance.label",
3968
+ category: {
3969
+ key: "vicinity",
3970
+ translationKey: "RentalSummary.vicinity.label"
3971
+ },
3972
+ filterType: "IntFilter"
3973
+ },
3974
+ {
3975
+ key: "sightSeeing",
3976
+ labelTranslationKey: "Vicinity.sightSeeing.label",
3977
+ category: {
3978
+ key: "vicinity",
3979
+ translationKey: "RentalSummary.vicinity.label"
3980
+ },
3981
+ filterType: "BooleanFilter"
3982
+ },
3983
+ {
3984
+ key: "skialpine",
3985
+ labelTranslationKey: "Vicinity.skialpine.label",
3986
+ category: {
3987
+ key: "vicinity",
3988
+ translationKey: "RentalSummary.vicinity.label"
3989
+ },
3990
+ filterType: "BooleanFilter"
3991
+ },
3992
+ {
3993
+ key: "skidistance",
3994
+ labelTranslationKey: "Vicinity.skidistance.label",
3995
+ category: {
3996
+ key: "vicinity",
3997
+ translationKey: "RentalSummary.vicinity.label"
3998
+ },
3999
+ filterType: "IntFilter"
4000
+ },
4001
+ {
4002
+ key: "sledding",
4003
+ labelTranslationKey: "Vicinity.sledding.label",
4004
+ category: {
4005
+ key: "vicinity",
4006
+ translationKey: "RentalSummary.vicinity.label"
4007
+ },
4008
+ filterType: "BooleanFilter"
4009
+ },
4010
+ {
4011
+ key: "snorkeling",
4012
+ labelTranslationKey: "Vicinity.snorkeling.label",
4013
+ category: {
4014
+ key: "vicinity",
4015
+ translationKey: "RentalSummary.vicinity.label"
4016
+ },
4017
+ filterType: "BooleanFilter"
4018
+ },
4019
+ {
4020
+ key: "snowboarding",
4021
+ labelTranslationKey: "Vicinity.snowboarding.label",
4022
+ category: {
4023
+ key: "vicinity",
4024
+ translationKey: "RentalSummary.vicinity.label"
4025
+ },
4026
+ filterType: "BooleanFilter"
4027
+ },
4028
+ {
4029
+ key: "spelunking",
4030
+ labelTranslationKey: "Vicinity.spelunking.label",
4031
+ category: {
4032
+ key: "vicinity",
4033
+ translationKey: "RentalSummary.vicinity.label"
4034
+ },
4035
+ filterType: "BooleanFilter"
4036
+ },
4037
+ {
4038
+ key: "sportsActivities",
4039
+ labelTranslationKey: "Vicinity.sportsActivities.label",
4040
+ category: {
4041
+ key: "vicinity",
4042
+ translationKey: "RentalSummary.vicinity.label"
4043
+ },
4044
+ filterType: "BooleanFilter"
4045
+ },
4046
+ {
4047
+ key: "squash",
4048
+ labelTranslationKey: "Vicinity.squash.label",
4049
+ category: {
4050
+ key: "vicinity",
4051
+ translationKey: "RentalSummary.vicinity.label"
4052
+ },
4053
+ filterType: "BooleanFilter"
4054
+ },
4055
+ {
4056
+ key: "surfing",
4057
+ labelTranslationKey: "Vicinity.surfing.label",
4058
+ category: {
4059
+ key: "vicinity",
4060
+ translationKey: "RentalSummary.vicinity.label"
4061
+ },
4062
+ filterType: "BooleanFilter"
4063
+ },
4064
+ {
4065
+ key: "swimming",
4066
+ labelTranslationKey: "Vicinity.swimming.label",
4067
+ category: {
4068
+ key: "vicinity",
4069
+ translationKey: "RentalSummary.vicinity.label"
4070
+ },
4071
+ filterType: "BooleanFilter"
4072
+ },
4073
+ {
4074
+ key: "synagogues",
4075
+ labelTranslationKey: "Vicinity.synagogues.label",
4076
+ category: {
4077
+ key: "vicinity",
4078
+ translationKey: "RentalSummary.vicinity.label"
4079
+ },
4080
+ filterType: "BooleanFilter"
4081
+ },
4082
+ {
4083
+ key: "tableTennis",
4084
+ labelTranslationKey: "Vicinity.tableTennis.label",
4085
+ category: {
4086
+ key: "vicinity",
4087
+ translationKey: "RentalSummary.vicinity.label"
4088
+ },
4089
+ filterType: "BooleanFilter"
4090
+ },
4091
+ {
4092
+ key: "tennis",
4093
+ labelTranslationKey: "Vicinity.tennis.label",
4094
+ category: {
4095
+ key: "vicinity",
4096
+ translationKey: "RentalSummary.vicinity.label"
4097
+ },
4098
+ filterType: "BooleanFilter"
4099
+ },
4100
+ {
4101
+ key: "theater",
4102
+ labelTranslationKey: "Vicinity.theater.label",
4103
+ category: {
4104
+ key: "vicinity",
4105
+ translationKey: "RentalSummary.vicinity.label"
4106
+ },
4107
+ filterType: "BooleanFilter"
4108
+ },
4109
+ {
4110
+ key: "themeParks",
4111
+ labelTranslationKey: "Vicinity.themeParks.label",
4112
+ category: {
4113
+ key: "vicinity",
4114
+ translationKey: "RentalSummary.vicinity.label"
4115
+ },
4116
+ filterType: "BooleanFilter"
4117
+ },
4118
+ {
4119
+ key: "touristAttractions",
4120
+ labelTranslationKey: "Vicinity.touristAttractions.label",
4121
+ category: {
4122
+ key: "vicinity",
4123
+ translationKey: "RentalSummary.vicinity.label"
4124
+ },
4125
+ filterType: "BooleanFilter"
4126
+ },
4127
+ {
4128
+ key: "trainstationdistance",
4129
+ labelTranslationKey: "Vicinity.trainstationdistance.label",
4130
+ category: {
4131
+ key: "vicinity",
4132
+ translationKey: "RentalSummary.vicinity.label"
4133
+ },
4134
+ filterType: "IntFilter"
4135
+ },
4136
+ {
4137
+ key: "trekking",
4138
+ labelTranslationKey: "Vicinity.trekking.label",
4139
+ category: {
4140
+ key: "vicinity",
4141
+ translationKey: "RentalSummary.vicinity.label"
4142
+ },
4143
+ filterType: "BooleanFilter"
4144
+ },
4145
+ {
4146
+ key: "walking",
4147
+ labelTranslationKey: "Vicinity.walking.label",
4148
+ category: {
4149
+ key: "vicinity",
4150
+ translationKey: "RentalSummary.vicinity.label"
4151
+ },
4152
+ filterType: "BooleanFilter"
4153
+ },
4154
+ {
4155
+ key: "waterParks",
4156
+ labelTranslationKey: "Vicinity.waterParks.label",
4157
+ category: {
4158
+ key: "vicinity",
4159
+ translationKey: "RentalSummary.vicinity.label"
4160
+ },
4161
+ filterType: "BooleanFilter"
4162
+ },
4163
+ {
4164
+ key: "waterSki",
4165
+ labelTranslationKey: "Vicinity.waterSki.label",
4166
+ category: {
4167
+ key: "vicinity",
4168
+ translationKey: "RentalSummary.vicinity.label"
4169
+ },
4170
+ filterType: "BooleanFilter"
4171
+ },
4172
+ {
4173
+ key: "waterSport",
4174
+ labelTranslationKey: "Vicinity.waterSport.label",
4175
+ category: {
4176
+ key: "vicinity",
4177
+ translationKey: "RentalSummary.vicinity.label"
4178
+ },
4179
+ filterType: "BooleanFilter"
4180
+ },
4181
+ {
4182
+ key: "wellness",
4183
+ labelTranslationKey: "Vicinity.wellness.label",
4184
+ category: {
4185
+ key: "vicinity",
4186
+ translationKey: "RentalSummary.vicinity.label"
4187
+ },
4188
+ filterType: "BooleanFilter"
4189
+ },
4190
+ {
4191
+ key: "wellnessActivity",
4192
+ labelTranslationKey: "Vicinity.wellnessActivity.label",
4193
+ category: {
4194
+ key: "vicinity",
4195
+ translationKey: "RentalSummary.vicinity.label"
4196
+ },
4197
+ filterType: "BooleanFilter"
4198
+ },
4199
+ {
4200
+ key: "whaleWatching",
4201
+ labelTranslationKey: "Vicinity.whaleWatching.label",
4202
+ category: {
4203
+ key: "vicinity",
4204
+ translationKey: "RentalSummary.vicinity.label"
4205
+ },
4206
+ filterType: "BooleanFilter"
4207
+ },
4208
+ {
4209
+ key: "windSurfing",
4210
+ labelTranslationKey: "Vicinity.windSurfing.label",
4211
+ category: {
4212
+ key: "vicinity",
4213
+ translationKey: "RentalSummary.vicinity.label"
4214
+ },
4215
+ filterType: "BooleanFilter"
4216
+ },
4217
+ {
4218
+ key: "yoga",
4219
+ labelTranslationKey: "Vicinity.yoga.label",
4220
+ category: {
4221
+ key: "vicinity",
4222
+ translationKey: "RentalSummary.vicinity.label"
4223
+ },
4224
+ filterType: "BooleanFilter"
4225
+ },
4226
+ {
4227
+ key: "zoo",
4228
+ labelTranslationKey: "Vicinity.zoo.label",
4229
+ category: {
4230
+ key: "vicinity",
4231
+ translationKey: "RentalSummary.vicinity.label"
4232
+ },
4233
+ filterType: "BooleanFilter"
4234
+ }
4235
+ ],
4236
+ roomSummary: [
4237
+ {
4238
+ key: "bathrooms",
4239
+ labelTranslationKey: "RoomSummary.bathrooms.label",
4240
+ category: {
4241
+ key: "roomSummary",
4242
+ translationKey: "RentalSummary.roomSummary.label"
4243
+ },
4244
+ filterType: "IntFilter"
4245
+ },
4246
+ {
4247
+ key: "bedrooms",
4248
+ labelTranslationKey: "RoomSummary.bedrooms.label",
4249
+ category: {
4250
+ key: "roomSummary",
4251
+ translationKey: "RentalSummary.roomSummary.label"
4252
+ },
4253
+ filterType: "IntFilter"
4254
+ },
4255
+ {
4256
+ key: "livingrooms",
4257
+ labelTranslationKey: "RoomSummary.livingrooms.label",
4258
+ category: {
4259
+ key: "roomSummary",
4260
+ translationKey: "RentalSummary.roomSummary.label"
4261
+ },
4262
+ filterType: "IntFilter"
4263
+ },
4264
+ {
4265
+ key: "maxAdults",
4266
+ labelTranslationKey: "RoomSummary.maxAdults.label",
4267
+ category: {
4268
+ key: "roomSummary",
4269
+ translationKey: "RentalSummary.roomSummary.label"
4270
+ },
4271
+ filterType: "IntFilter"
4272
+ },
4273
+ {
4274
+ key: "maxPersons",
4275
+ labelTranslationKey: "RoomSummary.maxPersons.label",
4276
+ category: {
4277
+ key: "roomSummary",
4278
+ translationKey: "RentalSummary.roomSummary.label"
4279
+ },
4280
+ filterType: "IntFilter"
4281
+ },
4282
+ {
4283
+ key: "rooms",
4284
+ labelTranslationKey: "RoomSummary.rooms.label",
4285
+ category: {
4286
+ key: "roomSummary",
4287
+ translationKey: "RentalSummary.roomSummary.label"
4288
+ },
4289
+ filterType: "IntFilter"
4290
+ }
4291
+ ]
4292
+ };
4293
+ //#endregion
4294
+ export { GENERATED_SEARCH_FILTER_CATALOG };