@homespot-sdk/core 0.0.126 → 0.0.127

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 (78) hide show
  1. package/dist/property/client/client.gen.d.ts +3 -0
  2. package/dist/property/client/client.gen.d.ts.map +1 -0
  3. package/dist/property/client/client.gen.js +207 -0
  4. package/dist/property/client/client.gen.js.map +1 -0
  5. package/dist/property/client/index.d.ts +9 -0
  6. package/dist/property/client/index.d.ts.map +1 -0
  7. package/dist/property/client/index.js +7 -0
  8. package/dist/property/client/index.js.map +1 -0
  9. package/dist/property/client/types.gen.d.ts +100 -0
  10. package/dist/property/client/types.gen.d.ts.map +1 -0
  11. package/dist/property/client/types.gen.js +3 -0
  12. package/dist/property/client/types.gen.js.map +1 -0
  13. package/dist/property/client/utils.gen.d.ts +41 -0
  14. package/dist/property/client/utils.gen.d.ts.map +1 -0
  15. package/dist/property/client/utils.gen.js +303 -0
  16. package/dist/property/client/utils.gen.js.map +1 -0
  17. package/dist/property/client.gen.d.ts +13 -0
  18. package/dist/property/client.gen.d.ts.map +1 -0
  19. package/dist/property/client.gen.js +7 -0
  20. package/dist/property/client.gen.js.map +1 -0
  21. package/dist/property/core/auth.gen.d.ts +19 -0
  22. package/dist/property/core/auth.gen.d.ts.map +1 -0
  23. package/dist/property/core/auth.gen.js +15 -0
  24. package/dist/property/core/auth.gen.js.map +1 -0
  25. package/dist/property/core/bodySerializer.gen.d.ts +26 -0
  26. package/dist/property/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/dist/property/core/bodySerializer.gen.js +58 -0
  28. package/dist/property/core/bodySerializer.gen.js.map +1 -0
  29. package/dist/property/core/params.gen.d.ts +44 -0
  30. package/dist/property/core/params.gen.d.ts.map +1 -0
  31. package/dist/property/core/params.gen.js +102 -0
  32. package/dist/property/core/params.gen.js.map +1 -0
  33. package/dist/property/core/pathSerializer.gen.d.ts +34 -0
  34. package/dist/property/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/dist/property/core/pathSerializer.gen.js +119 -0
  36. package/dist/property/core/pathSerializer.gen.js.map +1 -0
  37. package/dist/property/core/queryKeySerializer.gen.d.ts +19 -0
  38. package/dist/property/core/queryKeySerializer.gen.d.ts.map +1 -0
  39. package/dist/property/core/queryKeySerializer.gen.js +100 -0
  40. package/dist/property/core/queryKeySerializer.gen.js.map +1 -0
  41. package/dist/property/core/serverSentEvents.gen.d.ts +72 -0
  42. package/dist/property/core/serverSentEvents.gen.d.ts.map +1 -0
  43. package/dist/property/core/serverSentEvents.gen.js +140 -0
  44. package/dist/property/core/serverSentEvents.gen.js.map +1 -0
  45. package/dist/property/core/types.gen.d.ts +79 -0
  46. package/dist/property/core/types.gen.d.ts.map +1 -0
  47. package/dist/property/core/types.gen.js +3 -0
  48. package/dist/property/core/types.gen.js.map +1 -0
  49. package/dist/property/core/utils.gen.d.ts +20 -0
  50. package/dist/property/core/utils.gen.d.ts.map +1 -0
  51. package/dist/property/core/utils.gen.js +89 -0
  52. package/dist/property/core/utils.gen.js.map +1 -0
  53. package/dist/property/index.d.ts +3 -0
  54. package/dist/property/index.d.ts.map +1 -0
  55. package/dist/property/index.js +3 -0
  56. package/dist/property/index.js.map +1 -0
  57. package/dist/property/schemas.gen.d.ts +1008 -0
  58. package/dist/property/schemas.gen.d.ts.map +1 -0
  59. package/dist/property/schemas.gen.js +1136 -0
  60. package/dist/property/schemas.gen.js.map +1 -0
  61. package/dist/property/sdk.gen.d.ts +53 -0
  62. package/dist/property/sdk.gen.d.ts.map +1 -0
  63. package/dist/property/sdk.gen.js +263 -0
  64. package/dist/property/sdk.gen.js.map +1 -0
  65. package/dist/property/transformers.gen.d.ts +4 -0
  66. package/dist/property/transformers.gen.d.ts.map +1 -0
  67. package/dist/property/transformers.gen.js +24 -0
  68. package/dist/property/transformers.gen.js.map +1 -0
  69. package/dist/property/types.gen.d.ts +832 -0
  70. package/dist/property/types.gen.d.ts.map +1 -0
  71. package/dist/property/types.gen.js +3 -0
  72. package/dist/property/types.gen.js.map +1 -0
  73. package/dist/property/zod.gen.d.ts +2055 -0
  74. package/dist/property/zod.gen.d.ts.map +1 -0
  75. package/dist/property/zod.gen.js +1041 -0
  76. package/dist/property/zod.gen.js.map +1 -0
  77. package/dist/rem/zod.gen.d.ts +15 -15
  78. package/package.json +4 -8
@@ -0,0 +1,1008 @@
1
+ export declare const MultiLangTextRequestSchema: {
2
+ readonly type: "object";
3
+ readonly properties: {
4
+ readonly data: {
5
+ readonly type: "array";
6
+ readonly items: {
7
+ readonly $ref: "#/components/schemas/TextRequest";
8
+ };
9
+ readonly maxItems: 3;
10
+ readonly minItems: 1;
11
+ };
12
+ };
13
+ readonly required: readonly ["data"];
14
+ };
15
+ export declare const TextRequestSchema: {
16
+ readonly type: "object";
17
+ readonly properties: {
18
+ readonly language: {
19
+ readonly $ref: "#/components/schemas/LanguageEnum";
20
+ };
21
+ readonly text: {
22
+ readonly type: "string";
23
+ };
24
+ };
25
+ readonly required: readonly ["language"];
26
+ };
27
+ export declare const AreaRequestSchema: {
28
+ readonly type: "object";
29
+ readonly properties: {
30
+ readonly area: {
31
+ readonly type: "number";
32
+ readonly format: "double";
33
+ };
34
+ };
35
+ readonly required: readonly ["area"];
36
+ };
37
+ export declare const AmenitiesRequestSchema: {
38
+ readonly type: "object";
39
+ readonly properties: {
40
+ readonly amenities: {
41
+ readonly type: "array";
42
+ readonly items: {
43
+ readonly type: "integer";
44
+ readonly format: "int32";
45
+ };
46
+ };
47
+ };
48
+ };
49
+ export declare const PhotoIdsRequestSchema: {
50
+ readonly type: "object";
51
+ readonly properties: {
52
+ readonly photoIds: {
53
+ readonly type: "array";
54
+ readonly items: {
55
+ readonly type: "integer";
56
+ readonly format: "int64";
57
+ };
58
+ readonly maxItems: 30;
59
+ readonly minItems: 1;
60
+ };
61
+ };
62
+ readonly required: readonly ["photoIds"];
63
+ };
64
+ export declare const PhotoRequestSchema: {
65
+ readonly type: "object";
66
+ readonly properties: {
67
+ readonly photo: {
68
+ readonly type: "string";
69
+ readonly maxLength: 255;
70
+ readonly minLength: 0;
71
+ };
72
+ readonly type: {
73
+ readonly $ref: "#/components/schemas/TypeEnum";
74
+ };
75
+ readonly width: {
76
+ readonly type: "integer";
77
+ readonly format: "int32";
78
+ readonly maximum: 11000;
79
+ readonly minimum: 10;
80
+ };
81
+ readonly height: {
82
+ readonly type: "integer";
83
+ readonly format: "int32";
84
+ readonly maximum: 11000;
85
+ readonly minimum: 10;
86
+ };
87
+ };
88
+ readonly required: readonly ["photo", "type", "width"];
89
+ };
90
+ export declare const PhotosRequestSchema: {
91
+ readonly type: "object";
92
+ readonly properties: {
93
+ readonly photos: {
94
+ readonly type: "array";
95
+ readonly items: {
96
+ readonly $ref: "#/components/schemas/PhotoRequest";
97
+ };
98
+ readonly maxItems: 30;
99
+ readonly minItems: 1;
100
+ };
101
+ };
102
+ readonly required: readonly ["photos"];
103
+ };
104
+ export declare const PresignedUrlResponseSchema: {
105
+ readonly type: "object";
106
+ readonly properties: {
107
+ readonly originalName: {
108
+ readonly type: "string";
109
+ };
110
+ readonly key: {
111
+ readonly type: "string";
112
+ };
113
+ readonly url: {
114
+ readonly type: "string";
115
+ };
116
+ };
117
+ readonly required: readonly ["key", "originalName", "url"];
118
+ };
119
+ export declare const PresignedUrlsResponseSchema: {
120
+ readonly type: "object";
121
+ readonly properties: {
122
+ readonly data: {
123
+ readonly type: "array";
124
+ readonly items: {
125
+ readonly $ref: "#/components/schemas/PresignedUrlResponse";
126
+ };
127
+ };
128
+ };
129
+ readonly required: readonly ["data"];
130
+ };
131
+ export declare const TitleRequestSchema: {
132
+ readonly type: "object";
133
+ readonly properties: {
134
+ readonly title: {
135
+ readonly type: "string";
136
+ readonly minLength: 1;
137
+ };
138
+ };
139
+ readonly required: readonly ["title"];
140
+ };
141
+ export declare const MeasurementRequestSchema: {
142
+ readonly type: "object";
143
+ readonly properties: {
144
+ readonly totalArea: {
145
+ readonly type: "number";
146
+ readonly format: "double";
147
+ readonly minimum: 1;
148
+ };
149
+ readonly livingArea: {
150
+ readonly type: "number";
151
+ readonly format: "double";
152
+ };
153
+ readonly balconyArea: {
154
+ readonly type: "number";
155
+ readonly format: "double";
156
+ };
157
+ };
158
+ readonly required: readonly ["totalArea"];
159
+ };
160
+ export declare const AddressRefRequestSchema: {
161
+ readonly type: "object";
162
+ readonly properties: {
163
+ readonly regionId: {
164
+ readonly type: "integer";
165
+ readonly format: "int64";
166
+ };
167
+ readonly districtId: {
168
+ readonly type: "integer";
169
+ readonly format: "int64";
170
+ };
171
+ readonly subdistrictId: {
172
+ readonly type: "integer";
173
+ readonly format: "int64";
174
+ };
175
+ readonly streetId: {
176
+ readonly type: "integer";
177
+ readonly format: "int64";
178
+ };
179
+ readonly cadastreCode: {
180
+ readonly type: "string";
181
+ };
182
+ readonly coordinates: {
183
+ readonly $ref: "#/components/schemas/CoordinatesRequest";
184
+ };
185
+ };
186
+ readonly required: readonly ["coordinates"];
187
+ };
188
+ export declare const CoordinatesRequestSchema: {
189
+ readonly type: "object";
190
+ readonly properties: {
191
+ readonly lat: {
192
+ readonly type: "number";
193
+ readonly format: "double";
194
+ readonly maximum: 90;
195
+ readonly minimum: -90;
196
+ };
197
+ readonly lng: {
198
+ readonly type: "number";
199
+ readonly format: "double";
200
+ readonly maximum: 90;
201
+ readonly minimum: -90;
202
+ };
203
+ };
204
+ readonly required: readonly ["lat", "lng"];
205
+ };
206
+ export declare const PriceRequestSchema: {
207
+ readonly type: "object";
208
+ readonly properties: {
209
+ readonly price: {
210
+ readonly type: "number";
211
+ };
212
+ };
213
+ readonly required: readonly ["price"];
214
+ };
215
+ export declare const SpaceRequestSchema: {
216
+ readonly type: "object";
217
+ readonly properties: {
218
+ readonly type: {
219
+ readonly $ref: "#/components/schemas/SchemaEnum4";
220
+ };
221
+ readonly area: {
222
+ readonly type: "number";
223
+ readonly format: "double";
224
+ };
225
+ };
226
+ readonly required: readonly ["area", "type"];
227
+ };
228
+ export declare const SpacesRequestSchema: {
229
+ readonly type: "object";
230
+ readonly properties: {
231
+ readonly spaces: {
232
+ readonly type: "array";
233
+ readonly items: {
234
+ readonly $ref: "#/components/schemas/SpaceRequest";
235
+ };
236
+ };
237
+ };
238
+ readonly required: readonly ["spaces"];
239
+ };
240
+ export declare const UploadAcknowledgmentResponseSchema: {
241
+ readonly type: "object";
242
+ readonly properties: {
243
+ readonly success: {
244
+ readonly type: "array";
245
+ readonly items: {
246
+ readonly type: "string";
247
+ };
248
+ };
249
+ readonly fail: {
250
+ readonly type: "array";
251
+ readonly items: {
252
+ readonly type: "string";
253
+ };
254
+ };
255
+ };
256
+ readonly required: readonly ["fail", "success"];
257
+ };
258
+ export declare const CreateListingRequestSchema: {
259
+ readonly type: "object";
260
+ readonly properties: {
261
+ readonly propertyId: {
262
+ readonly type: "string";
263
+ readonly format: "uuid";
264
+ };
265
+ readonly listingType: {
266
+ readonly $ref: "#/components/schemas/SchemaEnum2";
267
+ };
268
+ readonly price: {
269
+ readonly type: "number";
270
+ };
271
+ };
272
+ readonly required: readonly ["listingType", "price", "propertyId"];
273
+ };
274
+ export declare const IdResponseUUIDSchema: {
275
+ readonly type: "object";
276
+ readonly properties: {
277
+ readonly id: {
278
+ readonly type: "string";
279
+ readonly format: "uuid";
280
+ };
281
+ };
282
+ readonly required: readonly ["id"];
283
+ };
284
+ export declare const AddressRefSchema: {
285
+ readonly type: "object";
286
+ readonly properties: {
287
+ readonly regionId: {
288
+ readonly type: "integer";
289
+ readonly format: "int64";
290
+ };
291
+ readonly districtId: {
292
+ readonly type: "integer";
293
+ readonly format: "int64";
294
+ };
295
+ readonly subdistrictId: {
296
+ readonly type: "integer";
297
+ readonly format: "int64";
298
+ };
299
+ readonly streetId: {
300
+ readonly type: "integer";
301
+ readonly format: "int64";
302
+ };
303
+ readonly cadastreCode: {
304
+ readonly type: "string";
305
+ };
306
+ readonly coordinates: {
307
+ readonly $ref: "#/components/schemas/Coordinates";
308
+ };
309
+ };
310
+ };
311
+ export declare const CoordinatesSchema: {
312
+ readonly type: "object";
313
+ readonly properties: {
314
+ readonly lat: {
315
+ readonly type: "number";
316
+ readonly format: "double";
317
+ };
318
+ readonly lng: {
319
+ readonly type: "number";
320
+ readonly format: "double";
321
+ };
322
+ };
323
+ };
324
+ export declare const PhotoInternalRequestSchema: {
325
+ readonly type: "object";
326
+ readonly properties: {
327
+ readonly photo: {
328
+ readonly type: "string";
329
+ readonly maxLength: 255;
330
+ readonly minLength: 0;
331
+ };
332
+ readonly width: {
333
+ readonly type: "integer";
334
+ readonly format: "int32";
335
+ readonly maximum: 11000;
336
+ readonly minimum: 10;
337
+ };
338
+ readonly height: {
339
+ readonly type: "integer";
340
+ readonly format: "int32";
341
+ readonly maximum: 11000;
342
+ readonly minimum: 10;
343
+ };
344
+ };
345
+ readonly required: readonly ["photo", "width"];
346
+ };
347
+ export declare const PropertyCreationRequestSchema: {
348
+ readonly type: "object";
349
+ readonly properties: {
350
+ readonly draftId: {
351
+ readonly type: "string";
352
+ readonly format: "uuid";
353
+ };
354
+ readonly clientId: {
355
+ readonly type: "integer";
356
+ readonly format: "int64";
357
+ };
358
+ readonly propertyType: {
359
+ readonly $ref: "#/components/schemas/SchemaEnum";
360
+ };
361
+ readonly address: {
362
+ readonly $ref: "#/components/schemas/AddressRef";
363
+ };
364
+ readonly photoUrls: {
365
+ readonly type: "array";
366
+ readonly items: {
367
+ readonly $ref: "#/components/schemas/PhotoInternalRequest";
368
+ };
369
+ readonly maxItems: 2147483647;
370
+ readonly minItems: 5;
371
+ };
372
+ readonly spaces: {
373
+ readonly type: "object";
374
+ readonly additionalProperties: {
375
+ readonly type: "array";
376
+ readonly items: {
377
+ readonly type: "number";
378
+ readonly format: "double";
379
+ };
380
+ };
381
+ };
382
+ readonly totalArea: {
383
+ readonly type: "number";
384
+ readonly format: "double";
385
+ };
386
+ readonly livingArea: {
387
+ readonly type: "number";
388
+ readonly format: "double";
389
+ };
390
+ readonly balconyArea: {
391
+ readonly type: "number";
392
+ readonly format: "double";
393
+ };
394
+ readonly amenities: {
395
+ readonly type: "array";
396
+ readonly items: {
397
+ readonly type: "integer";
398
+ readonly format: "int32";
399
+ };
400
+ };
401
+ readonly title: {
402
+ readonly type: "string";
403
+ readonly minLength: 1;
404
+ };
405
+ readonly description: {
406
+ readonly type: "object";
407
+ readonly additionalProperties: {
408
+ readonly type: "string";
409
+ };
410
+ readonly minProperties: 1;
411
+ };
412
+ };
413
+ readonly required: readonly ["address", "amenities", "description", "draftId", "photoUrls", "propertyType", "spaces", "title", "totalArea"];
414
+ };
415
+ export declare const AmenityValidationRequestSchema: {
416
+ readonly type: "object";
417
+ readonly properties: {
418
+ readonly amenityIds: {
419
+ readonly type: "array";
420
+ readonly items: {
421
+ readonly type: "integer";
422
+ readonly format: "int32";
423
+ };
424
+ };
425
+ readonly group: {
426
+ readonly $ref: "#/components/schemas/SchemaEnum3";
427
+ };
428
+ };
429
+ };
430
+ export declare const AmenityValidationResponseSchema: {
431
+ readonly type: "object";
432
+ readonly properties: {
433
+ readonly valid: {
434
+ readonly type: "array";
435
+ readonly items: {
436
+ readonly type: "integer";
437
+ readonly format: "int32";
438
+ };
439
+ };
440
+ };
441
+ readonly required: readonly ["valid"];
442
+ };
443
+ export declare const UserPropertyQuotaResponseSchema: {
444
+ readonly type: "object";
445
+ readonly properties: {
446
+ readonly limit: {
447
+ readonly type: "integer";
448
+ readonly format: "int32";
449
+ };
450
+ readonly used: {
451
+ readonly type: "integer";
452
+ readonly format: "int32";
453
+ };
454
+ };
455
+ readonly required: readonly ["limit", "used"];
456
+ };
457
+ export declare const PropertyCardViewResponseSchema: {
458
+ readonly type: "object";
459
+ readonly properties: {
460
+ readonly id: {
461
+ readonly type: "string";
462
+ readonly format: "uuid";
463
+ };
464
+ readonly type: {
465
+ readonly $ref: "#/components/schemas/SchemaEnum";
466
+ };
467
+ readonly title: {
468
+ readonly type: "string";
469
+ };
470
+ readonly districtId: {
471
+ readonly type: "integer";
472
+ readonly format: "int64";
473
+ };
474
+ readonly streetId: {
475
+ readonly type: "integer";
476
+ readonly format: "int64";
477
+ };
478
+ readonly coverPhoto: {
479
+ readonly type: "string";
480
+ };
481
+ readonly uploadDate: {
482
+ readonly type: "string";
483
+ readonly format: "date-time";
484
+ };
485
+ };
486
+ readonly required: readonly ["coverPhoto", "districtId", "id", "streetId", "title", "type", "uploadDate"];
487
+ };
488
+ export declare const AmenityViewResponseSchema: {
489
+ readonly type: "object";
490
+ readonly properties: {
491
+ readonly id: {
492
+ readonly type: "integer";
493
+ readonly format: "int32";
494
+ };
495
+ readonly category: {
496
+ readonly $ref: "#/components/schemas/CategoryEnum";
497
+ };
498
+ readonly name: {
499
+ readonly type: "array";
500
+ readonly items: {
501
+ readonly $ref: "#/components/schemas/LangTextResponse";
502
+ };
503
+ };
504
+ };
505
+ readonly required: readonly ["category", "id", "name"];
506
+ };
507
+ export declare const LangTextResponseSchema: {
508
+ readonly type: "object";
509
+ readonly properties: {
510
+ readonly language: {
511
+ readonly $ref: "#/components/schemas/LanguageEnum";
512
+ };
513
+ readonly text: {
514
+ readonly type: "string";
515
+ };
516
+ };
517
+ readonly required: readonly ["language", "text"];
518
+ };
519
+ export declare const PhotoResponseSchema: {
520
+ readonly type: "object";
521
+ readonly properties: {
522
+ readonly id: {
523
+ readonly type: "integer";
524
+ readonly format: "int64";
525
+ };
526
+ readonly key: {
527
+ readonly type: "string";
528
+ };
529
+ readonly url: {
530
+ readonly type: "string";
531
+ };
532
+ readonly width: {
533
+ readonly type: "integer";
534
+ readonly format: "int32";
535
+ };
536
+ readonly height: {
537
+ readonly type: "integer";
538
+ readonly format: "int32";
539
+ };
540
+ };
541
+ readonly required: readonly ["height", "id", "key", "url", "width"];
542
+ };
543
+ export declare const SpaceViewResponseSchema: {
544
+ readonly type: "object";
545
+ readonly properties: {
546
+ readonly spaceId: {
547
+ readonly type: "string";
548
+ readonly format: "uuid";
549
+ };
550
+ readonly name: {
551
+ readonly type: "string";
552
+ };
553
+ readonly type: {
554
+ readonly $ref: "#/components/schemas/TypeEnum2";
555
+ };
556
+ readonly area: {
557
+ readonly type: "number";
558
+ readonly format: "double";
559
+ };
560
+ readonly photos: {
561
+ readonly type: "array";
562
+ readonly items: {
563
+ readonly $ref: "#/components/schemas/PhotoResponse";
564
+ };
565
+ };
566
+ readonly amenities: {
567
+ readonly type: "array";
568
+ readonly items: {
569
+ readonly $ref: "#/components/schemas/AmenityViewResponse";
570
+ };
571
+ readonly uniqueItems: true;
572
+ };
573
+ readonly description: {
574
+ readonly type: "array";
575
+ readonly items: {
576
+ readonly $ref: "#/components/schemas/LangTextResponse";
577
+ };
578
+ };
579
+ };
580
+ readonly required: readonly ["amenities", "description", "name", "photos", "type"];
581
+ };
582
+ export declare const SpaceEditorViewResponseSchema: {
583
+ readonly type: "object";
584
+ readonly properties: {
585
+ readonly id: {
586
+ readonly type: "string";
587
+ readonly format: "uuid";
588
+ };
589
+ readonly type: {
590
+ readonly $ref: "#/components/schemas/TypeEnum2";
591
+ };
592
+ readonly name: {
593
+ readonly type: "string";
594
+ };
595
+ readonly area: {
596
+ readonly type: "number";
597
+ readonly format: "double";
598
+ };
599
+ readonly coverImage: {
600
+ readonly type: "string";
601
+ };
602
+ readonly imageCount: {
603
+ readonly type: "integer";
604
+ readonly format: "int32";
605
+ };
606
+ };
607
+ readonly required: readonly ["imageCount", "name", "type"];
608
+ };
609
+ export declare const SpacesEditorViewResponseSchema: {
610
+ readonly type: "object";
611
+ readonly properties: {
612
+ readonly spaces: {
613
+ readonly type: "array";
614
+ readonly items: {
615
+ readonly $ref: "#/components/schemas/SpaceEditorViewResponse";
616
+ };
617
+ };
618
+ readonly wasGrouped: {
619
+ readonly type: "boolean";
620
+ };
621
+ };
622
+ readonly required: readonly ["spaces", "wasGrouped"];
623
+ };
624
+ export declare const AddressResponseSchema: {
625
+ readonly type: "object";
626
+ readonly properties: {
627
+ readonly regionId: {
628
+ readonly type: "integer";
629
+ readonly format: "int64";
630
+ };
631
+ readonly districtId: {
632
+ readonly type: "integer";
633
+ readonly format: "int64";
634
+ };
635
+ readonly subdistrictId: {
636
+ readonly type: "integer";
637
+ readonly format: "int64";
638
+ };
639
+ readonly streetId: {
640
+ readonly type: "integer";
641
+ readonly format: "int64";
642
+ };
643
+ readonly cadastreCode: {
644
+ readonly type: "string";
645
+ };
646
+ readonly lat: {
647
+ readonly type: "number";
648
+ readonly format: "double";
649
+ };
650
+ readonly lng: {
651
+ readonly type: "number";
652
+ readonly format: "double";
653
+ };
654
+ };
655
+ readonly required: readonly ["districtId", "lat", "lng", "regionId", "streetId", "subdistrictId"];
656
+ };
657
+ export declare const MeasurementResponseSchema: {
658
+ readonly type: "object";
659
+ readonly properties: {
660
+ readonly totalArea: {
661
+ readonly type: "number";
662
+ readonly format: "double";
663
+ };
664
+ readonly livingArea: {
665
+ readonly type: "number";
666
+ readonly format: "double";
667
+ };
668
+ readonly balconyArea: {
669
+ readonly type: "number";
670
+ readonly format: "double";
671
+ };
672
+ };
673
+ readonly required: readonly ["totalArea"];
674
+ };
675
+ export declare const PropertyEditorViewResponseSchema: {
676
+ readonly type: "object";
677
+ readonly properties: {
678
+ readonly type: {
679
+ readonly $ref: "#/components/schemas/SchemaEnum";
680
+ };
681
+ readonly measurement: {
682
+ readonly $ref: "#/components/schemas/MeasurementResponse";
683
+ };
684
+ readonly address: {
685
+ readonly $ref: "#/components/schemas/AddressResponse";
686
+ };
687
+ readonly description: {
688
+ readonly type: "array";
689
+ readonly items: {
690
+ readonly $ref: "#/components/schemas/LangTextResponse";
691
+ };
692
+ };
693
+ readonly amenities: {
694
+ readonly type: "array";
695
+ readonly items: {
696
+ readonly $ref: "#/components/schemas/AmenityViewResponse";
697
+ };
698
+ };
699
+ readonly spaces: {
700
+ readonly type: "array";
701
+ readonly items: {
702
+ readonly $ref: "#/components/schemas/PropertySpaceViewResponse";
703
+ };
704
+ };
705
+ };
706
+ readonly required: readonly ["address", "amenities", "description", "measurement", "spaces", "type"];
707
+ };
708
+ export declare const PropertySpaceViewResponseSchema: {
709
+ readonly type: "object";
710
+ readonly properties: {
711
+ readonly spaceId: {
712
+ readonly type: "string";
713
+ readonly format: "uuid";
714
+ };
715
+ readonly type: {
716
+ readonly $ref: "#/components/schemas/TypeEnum2";
717
+ };
718
+ readonly name: {
719
+ readonly type: "string";
720
+ };
721
+ readonly area: {
722
+ readonly type: "number";
723
+ readonly format: "double";
724
+ };
725
+ readonly coverPhoto: {
726
+ readonly type: "string";
727
+ };
728
+ readonly photoCount: {
729
+ readonly type: "integer";
730
+ readonly format: "int32";
731
+ };
732
+ };
733
+ readonly required: readonly ["name", "photoCount", "type"];
734
+ };
735
+ export declare const ListedByResponseSchema: {
736
+ readonly type: "object";
737
+ readonly properties: {
738
+ readonly type: {
739
+ readonly type: "string";
740
+ };
741
+ readonly ownerId: {
742
+ readonly type: "string";
743
+ };
744
+ readonly agencyId: {
745
+ readonly type: "string";
746
+ readonly format: "uuid";
747
+ };
748
+ readonly agentId: {
749
+ readonly type: "string";
750
+ readonly format: "uuid";
751
+ };
752
+ };
753
+ readonly required: readonly ["type"];
754
+ };
755
+ export declare const ListingDetailResponseSchema: {
756
+ readonly type: "object";
757
+ readonly properties: {
758
+ readonly listingId: {
759
+ readonly type: "string";
760
+ readonly format: "uuid";
761
+ };
762
+ readonly propertyId: {
763
+ readonly type: "string";
764
+ readonly format: "uuid";
765
+ };
766
+ readonly listingType: {
767
+ readonly $ref: "#/components/schemas/SchemaEnum2";
768
+ };
769
+ readonly status: {
770
+ readonly $ref: "#/components/schemas/StatusEnum";
771
+ };
772
+ readonly price: {
773
+ readonly type: "number";
774
+ };
775
+ readonly propertyType: {
776
+ readonly $ref: "#/components/schemas/SchemaEnum";
777
+ };
778
+ readonly title: {
779
+ readonly type: "array";
780
+ readonly items: {
781
+ readonly $ref: "#/components/schemas/LangTextResponse";
782
+ };
783
+ };
784
+ readonly country: {
785
+ readonly type: "string";
786
+ };
787
+ readonly city: {
788
+ readonly type: "string";
789
+ };
790
+ readonly district: {
791
+ readonly type: "string";
792
+ };
793
+ readonly fullAddressName: {
794
+ readonly type: "string";
795
+ };
796
+ readonly lat: {
797
+ readonly type: "number";
798
+ readonly format: "double";
799
+ };
800
+ readonly lng: {
801
+ readonly type: "number";
802
+ readonly format: "double";
803
+ };
804
+ readonly totalArea: {
805
+ readonly type: "number";
806
+ readonly format: "double";
807
+ };
808
+ readonly livingArea: {
809
+ readonly type: "number";
810
+ readonly format: "double";
811
+ };
812
+ readonly balconyArea: {
813
+ readonly type: "number";
814
+ readonly format: "double";
815
+ };
816
+ readonly bedroomCount: {
817
+ readonly type: "integer";
818
+ readonly format: "int32";
819
+ };
820
+ readonly bathroomCount: {
821
+ readonly type: "integer";
822
+ readonly format: "int32";
823
+ };
824
+ readonly photoCount: {
825
+ readonly type: "integer";
826
+ readonly format: "int32";
827
+ };
828
+ readonly coverPhotoUrl: {
829
+ readonly type: "string";
830
+ };
831
+ readonly listedBy: {
832
+ readonly $ref: "#/components/schemas/ListedByResponse";
833
+ };
834
+ readonly createdAt: {
835
+ readonly type: "string";
836
+ readonly format: "date-time";
837
+ };
838
+ readonly publishedAt: {
839
+ readonly type: "string";
840
+ readonly format: "date-time";
841
+ };
842
+ readonly expiresAt: {
843
+ readonly type: "string";
844
+ readonly format: "date-time";
845
+ };
846
+ };
847
+ readonly required: readonly ["bathroomCount", "bedroomCount", "city", "country", "createdAt", "district", "fullAddressName", "lat", "listedBy", "listingId", "listingType", "lng", "photoCount", "price", "propertyId", "propertyType", "status", "title", "totalArea"];
848
+ };
849
+ export declare const ListingCardResponseSchema: {
850
+ readonly type: "object";
851
+ readonly properties: {
852
+ readonly listingId: {
853
+ readonly type: "string";
854
+ readonly format: "uuid";
855
+ };
856
+ readonly propertyId: {
857
+ readonly type: "string";
858
+ readonly format: "uuid";
859
+ };
860
+ readonly listingType: {
861
+ readonly $ref: "#/components/schemas/SchemaEnum2";
862
+ };
863
+ readonly propertyType: {
864
+ readonly $ref: "#/components/schemas/SchemaEnum";
865
+ };
866
+ readonly title: {
867
+ readonly type: "array";
868
+ readonly items: {
869
+ readonly $ref: "#/components/schemas/LangTextResponse";
870
+ };
871
+ };
872
+ readonly city: {
873
+ readonly type: "string";
874
+ };
875
+ readonly bedroomCount: {
876
+ readonly type: "integer";
877
+ readonly format: "int32";
878
+ };
879
+ readonly bathroomCount: {
880
+ readonly type: "integer";
881
+ readonly format: "int32";
882
+ };
883
+ readonly totalArea: {
884
+ readonly type: "number";
885
+ readonly format: "double";
886
+ };
887
+ readonly price: {
888
+ readonly type: "number";
889
+ };
890
+ readonly coverPhotoUrl: {
891
+ readonly type: "string";
892
+ };
893
+ readonly status: {
894
+ readonly $ref: "#/components/schemas/StatusEnum";
895
+ };
896
+ };
897
+ readonly required: readonly ["bathroomCount", "bedroomCount", "city", "listingId", "listingType", "price", "propertyId", "propertyType", "status", "title", "totalArea"];
898
+ };
899
+ export declare const ListingSearchResponseSchema: {
900
+ readonly type: "object";
901
+ readonly properties: {
902
+ readonly listings: {
903
+ readonly type: "array";
904
+ readonly items: {
905
+ readonly $ref: "#/components/schemas/ListingCardResponse";
906
+ };
907
+ };
908
+ readonly total: {
909
+ readonly type: "integer";
910
+ readonly format: "int64";
911
+ };
912
+ readonly page: {
913
+ readonly type: "integer";
914
+ readonly format: "int32";
915
+ };
916
+ readonly size: {
917
+ readonly type: "integer";
918
+ readonly format: "int32";
919
+ };
920
+ };
921
+ readonly required: readonly ["listings", "page", "size", "total"];
922
+ };
923
+ export declare const AmenityCatalogDtoSchema: {
924
+ readonly type: "object";
925
+ readonly properties: {
926
+ readonly id: {
927
+ readonly type: "integer";
928
+ readonly format: "int32";
929
+ };
930
+ readonly category: {
931
+ readonly $ref: "#/components/schemas/CategoryEnum";
932
+ };
933
+ readonly name: {
934
+ readonly type: "array";
935
+ readonly items: {
936
+ readonly $ref: "#/components/schemas/LangTextResponse";
937
+ };
938
+ };
939
+ };
940
+ readonly required: readonly ["category", "id", "name"];
941
+ };
942
+ export declare const GroupedAmenitySchema: {
943
+ readonly type: "object";
944
+ readonly properties: {
945
+ readonly propertyGroup: {
946
+ readonly $ref: "#/components/schemas/SchemaEnum3";
947
+ };
948
+ readonly spaceType: {
949
+ readonly $ref: "#/components/schemas/SchemaEnum4";
950
+ };
951
+ readonly amenities: {
952
+ readonly type: "array";
953
+ readonly items: {
954
+ readonly $ref: "#/components/schemas/AmenityCatalogDto";
955
+ };
956
+ };
957
+ };
958
+ readonly required: readonly ["amenities"];
959
+ };
960
+ export declare const HomespotAmenitiesSchema: {
961
+ readonly type: "object";
962
+ readonly properties: {
963
+ readonly data: {
964
+ readonly type: "array";
965
+ readonly items: {
966
+ readonly $ref: "#/components/schemas/GroupedAmenity";
967
+ };
968
+ };
969
+ };
970
+ readonly required: readonly ["data"];
971
+ };
972
+ export declare const SchemaEnumSchema: {
973
+ readonly type: "string";
974
+ readonly enum: readonly ["HOUSE", "TOWN_HOUSE", "COUNTRY_HOUSE", "VILLA", "COTTAGE", "APARTMENT", "DUPLEX", "TRIPLEX", "SEMI_BASEMENT", "ATTIC", "AGRICULTURAL_LAND", "RESIDENTIAL_LAND", "HOTEL_ROOM", "MOTEL_ROOM", "CO_LIVING_SPACE", "OFFICE", "COMMERCIAL_SPACE", "CO_WORKING_SPACE", "WAREHOUSE", "GARAGE"];
975
+ };
976
+ export declare const SchemaEnum2Schema: {
977
+ readonly type: "string";
978
+ readonly enum: readonly ["SALE", "RENT", "DAILY_RENT", "PLEDGE"];
979
+ };
980
+ export declare const SchemaEnum3Schema: {
981
+ readonly type: "string";
982
+ readonly enum: readonly ["HOUSE_GROUP", "APARTMENT_GROUP", "HOSPITALITY_GROUP", "LAND_GROUP", "BUSINESS_GROUP", "STORAGE_GROUP"];
983
+ };
984
+ export declare const SchemaEnum4Schema: {
985
+ readonly type: "string";
986
+ readonly enum: readonly ["BEDROOM", "BATHROOM", "KITCHEN", "LIVING_ROOM", "GARAGE", "BACKYARD", "GYM", "LAUNDRY", "HOME_THEATRE", "GAME_ROOM"];
987
+ };
988
+ export declare const LanguageEnumSchema: {
989
+ readonly type: "string";
990
+ readonly enum: readonly ["ka", "en", "ru"];
991
+ };
992
+ export declare const TypeEnumSchema: {
993
+ readonly type: "string";
994
+ readonly enum: readonly ["JPEG", "JPG", "PNG", "WEBP"];
995
+ };
996
+ export declare const CategoryEnumSchema: {
997
+ readonly type: "string";
998
+ readonly enum: readonly ["CLIMATE_CONTROL", "ENTERTAINMENT", "OUTDOOR", "KITCHEN_APPLIANCES", "BATHROOM_APPLIANCES", "UTILITIES", "BUILDING", "LOCATION_FEATURES", "PARKING", "SECURITY"];
999
+ };
1000
+ export declare const TypeEnum2Schema: {
1001
+ readonly type: "string";
1002
+ readonly enum: readonly ["BEDROOM", "BATHROOM", "KITCHEN", "LIVING_ROOM", "GARAGE", "BACKYARD", "GYM", "LAUNDRY", "HOME_THEATRE", "GAME_ROOM", "UNCLASSIFIED", "OTHER"];
1003
+ };
1004
+ export declare const StatusEnumSchema: {
1005
+ readonly type: "string";
1006
+ readonly enum: readonly ["ACTIVE", "PAUSED", "EXPIRED"];
1007
+ };
1008
+ //# sourceMappingURL=schemas.gen.d.ts.map