@superbright/indexeddb-orm 1.0.56 → 1.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/api.generated.d.ts +1034 -361
- package/dist/api/embed-schemas.generated.cjs +1 -1
- package/dist/api/embed-schemas.generated.cjs.map +1 -1
- package/dist/api/embed-schemas.generated.d.ts +148 -160
- package/dist/api/embed-schemas.generated.mjs +49 -50
- package/dist/api/embed-schemas.generated.mjs.map +1 -1
- package/dist/api/schemas.generated.cjs +1 -1
- package/dist/api/schemas.generated.cjs.map +1 -1
- package/dist/api/schemas.generated.d.ts +7716 -1549
- package/dist/api/schemas.generated.mjs +411 -220
- package/dist/api/schemas.generated.mjs.map +1 -1
- package/dist/base/amenityimagesonproperty.cjs +1 -1
- package/dist/base/amenityimagesonproperty.cjs.map +1 -1
- package/dist/base/amenityimagesonproperty.d.ts +6 -6
- package/dist/base/amenityimagesonproperty.mjs +2 -2
- package/dist/base/amenityimagesonproperty.mjs.map +1 -1
- package/dist/base/enums.cjs +1 -1
- package/dist/base/enums.cjs.map +1 -1
- package/dist/base/enums.d.ts +4 -0
- package/dist/base/enums.mjs +8 -7
- package/dist/base/enums.mjs.map +1 -1
- package/dist/base/floorplan.cjs +1 -1
- package/dist/base/floorplan.cjs.map +1 -1
- package/dist/base/floorplan.d.ts +15 -15
- package/dist/base/floorplan.mjs +8 -8
- package/dist/base/floorplan.mjs.map +1 -1
- package/dist/base/media.cjs.map +1 -1
- package/dist/base/media.mjs.map +1 -1
- package/dist/base/overviewimagesonproperty.cjs.map +1 -1
- package/dist/base/overviewimagesonproperty.mjs.map +1 -1
- package/dist/base/property.cjs +1 -1
- package/dist/base/property.cjs.map +1 -1
- package/dist/base/property.d.ts +12 -12
- package/dist/base/property.mjs +8 -8
- package/dist/base/property.mjs.map +1 -1
- package/dist/base/propertyamenity.cjs +1 -1
- package/dist/base/propertyamenity.cjs.map +1 -1
- package/dist/base/propertyamenity.d.ts +3 -3
- package/dist/base/propertyamenity.mjs +3 -3
- package/dist/base/propertyamenity.mjs.map +1 -1
- package/dist/base/propertyhighlight.cjs +1 -1
- package/dist/base/propertyhighlight.cjs.map +1 -1
- package/dist/base/propertyhighlight.d.ts +3 -3
- package/dist/base/propertyhighlight.mjs +1 -1
- package/dist/base/propertyhighlight.mjs.map +1 -1
- package/dist/base/propertylink.cjs +1 -1
- package/dist/base/propertylink.cjs.map +1 -1
- package/dist/base/propertylink.d.ts +12 -12
- package/dist/base/propertylink.mjs +4 -4
- package/dist/base/propertylink.mjs.map +1 -1
- package/dist/base/renderedstyle.cjs +1 -1
- package/dist/base/renderedstyle.cjs.map +1 -1
- package/dist/base/renderedstyle.d.ts +12 -12
- package/dist/base/renderedstyle.mjs +7 -7
- package/dist/base/renderedstyle.mjs.map +1 -1
- package/dist/base/room.cjs +1 -1
- package/dist/base/room.cjs.map +1 -1
- package/dist/base/room.d.ts +3 -3
- package/dist/base/room.mjs +1 -1
- package/dist/base/room.mjs.map +1 -1
- package/dist/base/style.cjs +1 -1
- package/dist/base/style.cjs.map +1 -1
- package/dist/base/style.d.ts +3 -3
- package/dist/base/style.mjs +5 -5
- package/dist/base/style.mjs.map +1 -1
- package/dist/base/unit.cjs +1 -1
- package/dist/base/unit.cjs.map +1 -1
- package/dist/base/unit.d.ts +21 -21
- package/dist/base/unit.mjs +16 -16
- package/dist/base/unit.mjs.map +1 -1
- package/dist/base/userinquiry.d.ts +19 -15
- package/dist/base/visitor.d.ts +9 -9
- package/dist/base/visitorfilter.d.ts +12 -9
- package/dist/base/visitorquestionnaire.d.ts +9 -9
- package/dist/base/visitorunitengagement.d.ts +15 -15
- package/dist/features/analytics/analytics.d.ts +108 -108
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +38 -37
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.cjs +1 -1
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.cjs.map +1 -1
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +103 -104
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs.map +1 -1
- package/dist/schema.d.ts +16 -16
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.mjs +61 -34
- package/package.json +3 -3
|
@@ -144,7 +144,7 @@ export type ExternalServiceSnippetConfig = z.infer<typeof ExternalServiceSnippet
|
|
|
144
144
|
export declare const ExternalServiceConfigSchema: z.ZodObject<{
|
|
145
145
|
type: z.ZodString;
|
|
146
146
|
code: z.ZodOptional<z.ZodString>;
|
|
147
|
-
|
|
147
|
+
additional_data: z.ZodOptional<z.ZodObject<{
|
|
148
148
|
url: z.ZodOptional<z.ZodString>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
url?: string | undefined;
|
|
@@ -170,7 +170,7 @@ export declare const ExternalServiceConfigSchema: z.ZodObject<{
|
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
171
|
type: string;
|
|
172
172
|
code?: string | undefined;
|
|
173
|
-
|
|
173
|
+
additional_data?: {
|
|
174
174
|
url?: string | undefined;
|
|
175
175
|
} | undefined;
|
|
176
176
|
snippets?: {
|
|
@@ -182,7 +182,7 @@ export declare const ExternalServiceConfigSchema: z.ZodObject<{
|
|
|
182
182
|
}, {
|
|
183
183
|
type: string;
|
|
184
184
|
code?: string | undefined;
|
|
185
|
-
|
|
185
|
+
additional_data?: {
|
|
186
186
|
url?: string | undefined;
|
|
187
187
|
} | undefined;
|
|
188
188
|
snippets?: {
|
|
@@ -316,7 +316,7 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
316
316
|
external_services: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
317
317
|
type: z.ZodString;
|
|
318
318
|
code: z.ZodOptional<z.ZodString>;
|
|
319
|
-
|
|
319
|
+
additional_data: z.ZodOptional<z.ZodObject<{
|
|
320
320
|
url: z.ZodOptional<z.ZodString>;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
322
|
url?: string | undefined;
|
|
@@ -342,7 +342,7 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
342
342
|
}, "strip", z.ZodTypeAny, {
|
|
343
343
|
type: string;
|
|
344
344
|
code?: string | undefined;
|
|
345
|
-
|
|
345
|
+
additional_data?: {
|
|
346
346
|
url?: string | undefined;
|
|
347
347
|
} | undefined;
|
|
348
348
|
snippets?: {
|
|
@@ -354,7 +354,7 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
354
354
|
}, {
|
|
355
355
|
type: string;
|
|
356
356
|
code?: string | undefined;
|
|
357
|
-
|
|
357
|
+
additional_data?: {
|
|
358
358
|
url?: string | undefined;
|
|
359
359
|
} | undefined;
|
|
360
360
|
snippets?: {
|
|
@@ -465,7 +465,7 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
465
465
|
external_services?: {
|
|
466
466
|
type: string;
|
|
467
467
|
code?: string | undefined;
|
|
468
|
-
|
|
468
|
+
additional_data?: {
|
|
469
469
|
url?: string | undefined;
|
|
470
470
|
} | undefined;
|
|
471
471
|
snippets?: {
|
|
@@ -533,7 +533,7 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
533
533
|
external_services?: {
|
|
534
534
|
type: string;
|
|
535
535
|
code?: string | undefined;
|
|
536
|
-
|
|
536
|
+
additional_data?: {
|
|
537
537
|
url?: string | undefined;
|
|
538
538
|
} | undefined;
|
|
539
539
|
snippets?: {
|
|
@@ -669,7 +669,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
669
669
|
external_services: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
670
670
|
type: z.ZodString;
|
|
671
671
|
code: z.ZodOptional<z.ZodString>;
|
|
672
|
-
|
|
672
|
+
additional_data: z.ZodOptional<z.ZodObject<{
|
|
673
673
|
url: z.ZodOptional<z.ZodString>;
|
|
674
674
|
}, "strip", z.ZodTypeAny, {
|
|
675
675
|
url?: string | undefined;
|
|
@@ -695,7 +695,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
696
696
|
type: string;
|
|
697
697
|
code?: string | undefined;
|
|
698
|
-
|
|
698
|
+
additional_data?: {
|
|
699
699
|
url?: string | undefined;
|
|
700
700
|
} | undefined;
|
|
701
701
|
snippets?: {
|
|
@@ -707,7 +707,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
707
707
|
}, {
|
|
708
708
|
type: string;
|
|
709
709
|
code?: string | undefined;
|
|
710
|
-
|
|
710
|
+
additional_data?: {
|
|
711
711
|
url?: string | undefined;
|
|
712
712
|
} | undefined;
|
|
713
713
|
snippets?: {
|
|
@@ -818,7 +818,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
818
818
|
external_services?: {
|
|
819
819
|
type: string;
|
|
820
820
|
code?: string | undefined;
|
|
821
|
-
|
|
821
|
+
additional_data?: {
|
|
822
822
|
url?: string | undefined;
|
|
823
823
|
} | undefined;
|
|
824
824
|
snippets?: {
|
|
@@ -886,7 +886,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
886
886
|
external_services?: {
|
|
887
887
|
type: string;
|
|
888
888
|
code?: string | undefined;
|
|
889
|
-
|
|
889
|
+
additional_data?: {
|
|
890
890
|
url?: string | undefined;
|
|
891
891
|
} | undefined;
|
|
892
892
|
snippets?: {
|
|
@@ -956,7 +956,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
956
956
|
external_services?: {
|
|
957
957
|
type: string;
|
|
958
958
|
code?: string | undefined;
|
|
959
|
-
|
|
959
|
+
additional_data?: {
|
|
960
960
|
url?: string | undefined;
|
|
961
961
|
} | undefined;
|
|
962
962
|
snippets?: {
|
|
@@ -1026,7 +1026,7 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
1026
1026
|
external_services?: {
|
|
1027
1027
|
type: string;
|
|
1028
1028
|
code?: string | undefined;
|
|
1029
|
-
|
|
1029
|
+
additional_data?: {
|
|
1030
1030
|
url?: string | undefined;
|
|
1031
1031
|
} | undefined;
|
|
1032
1032
|
snippets?: {
|
|
@@ -1335,7 +1335,6 @@ export declare const UnitSourceSchema: z.ZodObject<{
|
|
|
1335
1335
|
amenities: z.ZodArray<z.ZodString, "many">;
|
|
1336
1336
|
highlights: z.ZodArray<z.ZodString, "many">;
|
|
1337
1337
|
date_availability: z.ZodOptional<z.ZodString>;
|
|
1338
|
-
unitSetAvailableOn: z.ZodOptional<z.ZodString>;
|
|
1339
1338
|
image: z.ZodOptional<z.ZodObject<{
|
|
1340
1339
|
CFURL: z.ZodString;
|
|
1341
1340
|
name: z.ZodString;
|
|
@@ -1346,7 +1345,7 @@ export declare const UnitSourceSchema: z.ZodObject<{
|
|
|
1346
1345
|
CFURL: string;
|
|
1347
1346
|
name: string;
|
|
1348
1347
|
}>>;
|
|
1349
|
-
|
|
1348
|
+
additional_images: z.ZodArray<z.ZodObject<{
|
|
1350
1349
|
CFURL: z.ZodString;
|
|
1351
1350
|
name: z.ZodString;
|
|
1352
1351
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1367,13 +1366,12 @@ export declare const UnitSourceSchema: z.ZodObject<{
|
|
|
1367
1366
|
qty_bathrooms: number;
|
|
1368
1367
|
amenities: string[];
|
|
1369
1368
|
highlights: string[];
|
|
1370
|
-
|
|
1369
|
+
additional_images: {
|
|
1371
1370
|
CFURL: string;
|
|
1372
1371
|
name: string;
|
|
1373
1372
|
}[];
|
|
1374
1373
|
dim_sq_ft?: number | undefined;
|
|
1375
1374
|
date_availability?: string | undefined;
|
|
1376
|
-
unitSetAvailableOn?: string | undefined;
|
|
1377
1375
|
image?: {
|
|
1378
1376
|
CFURL: string;
|
|
1379
1377
|
name: string;
|
|
@@ -1389,13 +1387,12 @@ export declare const UnitSourceSchema: z.ZodObject<{
|
|
|
1389
1387
|
qty_bathrooms: number;
|
|
1390
1388
|
amenities: string[];
|
|
1391
1389
|
highlights: string[];
|
|
1392
|
-
|
|
1390
|
+
additional_images: {
|
|
1393
1391
|
CFURL: string;
|
|
1394
1392
|
name: string;
|
|
1395
1393
|
}[];
|
|
1396
1394
|
dim_sq_ft?: number | undefined;
|
|
1397
1395
|
date_availability?: string | undefined;
|
|
1398
|
-
unitSetAvailableOn?: string | undefined;
|
|
1399
1396
|
image?: {
|
|
1400
1397
|
CFURL: string;
|
|
1401
1398
|
name: string;
|
|
@@ -1432,7 +1429,6 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1432
1429
|
amenities: z.ZodArray<z.ZodString, "many">;
|
|
1433
1430
|
highlights: z.ZodArray<z.ZodString, "many">;
|
|
1434
1431
|
date_availability: z.ZodOptional<z.ZodString>;
|
|
1435
|
-
unitSetAvailableOn: z.ZodOptional<z.ZodString>;
|
|
1436
1432
|
image: z.ZodOptional<z.ZodObject<{
|
|
1437
1433
|
CFURL: z.ZodString;
|
|
1438
1434
|
name: z.ZodString;
|
|
@@ -1443,7 +1439,7 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1443
1439
|
CFURL: string;
|
|
1444
1440
|
name: string;
|
|
1445
1441
|
}>>;
|
|
1446
|
-
|
|
1442
|
+
additional_images: z.ZodArray<z.ZodObject<{
|
|
1447
1443
|
CFURL: z.ZodString;
|
|
1448
1444
|
name: z.ZodString;
|
|
1449
1445
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1464,13 +1460,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1464
1460
|
qty_bathrooms: number;
|
|
1465
1461
|
amenities: string[];
|
|
1466
1462
|
highlights: string[];
|
|
1467
|
-
|
|
1463
|
+
additional_images: {
|
|
1468
1464
|
CFURL: string;
|
|
1469
1465
|
name: string;
|
|
1470
1466
|
}[];
|
|
1471
1467
|
dim_sq_ft?: number | undefined;
|
|
1472
1468
|
date_availability?: string | undefined;
|
|
1473
|
-
unitSetAvailableOn?: string | undefined;
|
|
1474
1469
|
image?: {
|
|
1475
1470
|
CFURL: string;
|
|
1476
1471
|
name: string;
|
|
@@ -1486,13 +1481,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1486
1481
|
qty_bathrooms: number;
|
|
1487
1482
|
amenities: string[];
|
|
1488
1483
|
highlights: string[];
|
|
1489
|
-
|
|
1484
|
+
additional_images: {
|
|
1490
1485
|
CFURL: string;
|
|
1491
1486
|
name: string;
|
|
1492
1487
|
}[];
|
|
1493
1488
|
dim_sq_ft?: number | undefined;
|
|
1494
1489
|
date_availability?: string | undefined;
|
|
1495
|
-
unitSetAvailableOn?: string | undefined;
|
|
1496
1490
|
image?: {
|
|
1497
1491
|
CFURL: string;
|
|
1498
1492
|
name: string;
|
|
@@ -1512,13 +1506,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1512
1506
|
qty_bathrooms: number;
|
|
1513
1507
|
amenities: string[];
|
|
1514
1508
|
highlights: string[];
|
|
1515
|
-
|
|
1509
|
+
additional_images: {
|
|
1516
1510
|
CFURL: string;
|
|
1517
1511
|
name: string;
|
|
1518
1512
|
}[];
|
|
1519
1513
|
dim_sq_ft?: number | undefined;
|
|
1520
1514
|
date_availability?: string | undefined;
|
|
1521
|
-
unitSetAvailableOn?: string | undefined;
|
|
1522
1515
|
image?: {
|
|
1523
1516
|
CFURL: string;
|
|
1524
1517
|
name: string;
|
|
@@ -1539,13 +1532,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1539
1532
|
qty_bathrooms: number;
|
|
1540
1533
|
amenities: string[];
|
|
1541
1534
|
highlights: string[];
|
|
1542
|
-
|
|
1535
|
+
additional_images: {
|
|
1543
1536
|
CFURL: string;
|
|
1544
1537
|
name: string;
|
|
1545
1538
|
}[];
|
|
1546
1539
|
dim_sq_ft?: number | undefined;
|
|
1547
1540
|
date_availability?: string | undefined;
|
|
1548
|
-
unitSetAvailableOn?: string | undefined;
|
|
1549
1541
|
image?: {
|
|
1550
1542
|
CFURL: string;
|
|
1551
1543
|
name: string;
|
|
@@ -1574,13 +1566,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1574
1566
|
qty_bathrooms: number;
|
|
1575
1567
|
amenities: string[];
|
|
1576
1568
|
highlights: string[];
|
|
1577
|
-
|
|
1569
|
+
additional_images: {
|
|
1578
1570
|
CFURL: string;
|
|
1579
1571
|
name: string;
|
|
1580
1572
|
}[];
|
|
1581
1573
|
dim_sq_ft?: number | undefined;
|
|
1582
1574
|
date_availability?: string | undefined;
|
|
1583
|
-
unitSetAvailableOn?: string | undefined;
|
|
1584
1575
|
image?: {
|
|
1585
1576
|
CFURL: string;
|
|
1586
1577
|
name: string;
|
|
@@ -1609,13 +1600,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1609
1600
|
qty_bathrooms: number;
|
|
1610
1601
|
amenities: string[];
|
|
1611
1602
|
highlights: string[];
|
|
1612
|
-
|
|
1603
|
+
additional_images: {
|
|
1613
1604
|
CFURL: string;
|
|
1614
1605
|
name: string;
|
|
1615
1606
|
}[];
|
|
1616
1607
|
dim_sq_ft?: number | undefined;
|
|
1617
1608
|
date_availability?: string | undefined;
|
|
1618
|
-
unitSetAvailableOn?: string | undefined;
|
|
1619
1609
|
image?: {
|
|
1620
1610
|
CFURL: string;
|
|
1621
1611
|
name: string;
|
|
@@ -1646,13 +1636,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1646
1636
|
qty_bathrooms: number;
|
|
1647
1637
|
amenities: string[];
|
|
1648
1638
|
highlights: string[];
|
|
1649
|
-
|
|
1639
|
+
additional_images: {
|
|
1650
1640
|
CFURL: string;
|
|
1651
1641
|
name: string;
|
|
1652
1642
|
}[];
|
|
1653
1643
|
dim_sq_ft?: number | undefined;
|
|
1654
1644
|
date_availability?: string | undefined;
|
|
1655
|
-
unitSetAvailableOn?: string | undefined;
|
|
1656
1645
|
image?: {
|
|
1657
1646
|
CFURL: string;
|
|
1658
1647
|
name: string;
|
|
@@ -1683,13 +1672,12 @@ export declare const UnitsByIdsResponseSchema: z.ZodObject<{
|
|
|
1683
1672
|
qty_bathrooms: number;
|
|
1684
1673
|
amenities: string[];
|
|
1685
1674
|
highlights: string[];
|
|
1686
|
-
|
|
1675
|
+
additional_images: {
|
|
1687
1676
|
CFURL: string;
|
|
1688
1677
|
name: string;
|
|
1689
1678
|
}[];
|
|
1690
1679
|
dim_sq_ft?: number | undefined;
|
|
1691
1680
|
date_availability?: string | undefined;
|
|
1692
|
-
unitSetAvailableOn?: string | undefined;
|
|
1693
1681
|
image?: {
|
|
1694
1682
|
CFURL: string;
|
|
1695
1683
|
name: string;
|
|
@@ -1804,19 +1792,19 @@ export type BootstrapResponse = z.infer<typeof BootstrapResponseSchema>;
|
|
|
1804
1792
|
export declare const ContactBuildingPayloadSchema: z.ZodObject<{
|
|
1805
1793
|
name: z.ZodString;
|
|
1806
1794
|
email: z.ZodString;
|
|
1807
|
-
|
|
1795
|
+
date_time: z.ZodDate;
|
|
1808
1796
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1809
1797
|
visitor_uuid: z.ZodOptional<z.ZodString>;
|
|
1810
1798
|
}, "strip", z.ZodTypeAny, {
|
|
1811
1799
|
name: string;
|
|
1812
1800
|
email: string;
|
|
1813
|
-
|
|
1801
|
+
date_time: Date;
|
|
1814
1802
|
timezone?: string | undefined;
|
|
1815
1803
|
visitor_uuid?: string | undefined;
|
|
1816
1804
|
}, {
|
|
1817
1805
|
name: string;
|
|
1818
1806
|
email: string;
|
|
1819
|
-
|
|
1807
|
+
date_time: Date;
|
|
1820
1808
|
timezone?: string | undefined;
|
|
1821
1809
|
visitor_uuid?: string | undefined;
|
|
1822
1810
|
}>;
|
|
@@ -1903,7 +1891,7 @@ export declare const AvailabilityFilterSchema: z.ZodObject<{
|
|
|
1903
1891
|
name: z.ZodString;
|
|
1904
1892
|
component: z.ZodString;
|
|
1905
1893
|
label: z.ZodString;
|
|
1906
|
-
|
|
1894
|
+
body_key: z.ZodString;
|
|
1907
1895
|
options: z.ZodArray<z.ZodObject<{
|
|
1908
1896
|
label: z.ZodString;
|
|
1909
1897
|
value: z.ZodString;
|
|
@@ -1926,7 +1914,7 @@ export declare const AvailabilityFilterSchema: z.ZodObject<{
|
|
|
1926
1914
|
}[];
|
|
1927
1915
|
label: string;
|
|
1928
1916
|
component: string;
|
|
1929
|
-
|
|
1917
|
+
body_key: string;
|
|
1930
1918
|
}, {
|
|
1931
1919
|
name: string;
|
|
1932
1920
|
options: {
|
|
@@ -1936,14 +1924,14 @@ export declare const AvailabilityFilterSchema: z.ZodObject<{
|
|
|
1936
1924
|
}[];
|
|
1937
1925
|
label: string;
|
|
1938
1926
|
component: string;
|
|
1939
|
-
|
|
1927
|
+
body_key: string;
|
|
1940
1928
|
}>;
|
|
1941
1929
|
export type AvailabilityFilter = z.infer<typeof AvailabilityFilterSchema>;
|
|
1942
1930
|
export declare const BedroomsFilterSchema: z.ZodObject<{
|
|
1943
1931
|
name: z.ZodString;
|
|
1944
1932
|
component: z.ZodString;
|
|
1945
1933
|
label: z.ZodString;
|
|
1946
|
-
|
|
1934
|
+
body_key: z.ZodString;
|
|
1947
1935
|
options: z.ZodArray<z.ZodObject<{
|
|
1948
1936
|
label: z.ZodString;
|
|
1949
1937
|
value: z.ZodNumber;
|
|
@@ -1966,7 +1954,7 @@ export declare const BedroomsFilterSchema: z.ZodObject<{
|
|
|
1966
1954
|
}[];
|
|
1967
1955
|
label: string;
|
|
1968
1956
|
component: string;
|
|
1969
|
-
|
|
1957
|
+
body_key: string;
|
|
1970
1958
|
}, {
|
|
1971
1959
|
name: string;
|
|
1972
1960
|
options: {
|
|
@@ -1976,14 +1964,14 @@ export declare const BedroomsFilterSchema: z.ZodObject<{
|
|
|
1976
1964
|
}[];
|
|
1977
1965
|
label: string;
|
|
1978
1966
|
component: string;
|
|
1979
|
-
|
|
1967
|
+
body_key: string;
|
|
1980
1968
|
}>;
|
|
1981
1969
|
export type BedroomsFilter = z.infer<typeof BedroomsFilterSchema>;
|
|
1982
1970
|
export declare const BasePriceFilterSchema: z.ZodObject<{
|
|
1983
1971
|
name: z.ZodString;
|
|
1984
1972
|
component: z.ZodString;
|
|
1985
1973
|
label: z.ZodString;
|
|
1986
|
-
|
|
1974
|
+
body_key: z.ZodString;
|
|
1987
1975
|
options: z.ZodArray<z.ZodObject<{
|
|
1988
1976
|
min: z.ZodNumber;
|
|
1989
1977
|
max: z.ZodNumber;
|
|
@@ -2006,7 +1994,7 @@ export declare const BasePriceFilterSchema: z.ZodObject<{
|
|
|
2006
1994
|
}[];
|
|
2007
1995
|
label: string;
|
|
2008
1996
|
component: string;
|
|
2009
|
-
|
|
1997
|
+
body_key: string;
|
|
2010
1998
|
}, {
|
|
2011
1999
|
name: string;
|
|
2012
2000
|
options: {
|
|
@@ -2016,7 +2004,7 @@ export declare const BasePriceFilterSchema: z.ZodObject<{
|
|
|
2016
2004
|
}[];
|
|
2017
2005
|
label: string;
|
|
2018
2006
|
component: string;
|
|
2019
|
-
|
|
2007
|
+
body_key: string;
|
|
2020
2008
|
}>;
|
|
2021
2009
|
export type BasePriceFilter = z.infer<typeof BasePriceFilterSchema>;
|
|
2022
2010
|
export declare const QuestionnaireOptionSchema: z.ZodObject<{
|
|
@@ -2046,7 +2034,7 @@ export declare const QuestionnaireSchema: z.ZodObject<{
|
|
|
2046
2034
|
name: z.ZodString;
|
|
2047
2035
|
component: z.ZodOptional<z.ZodString>;
|
|
2048
2036
|
label: z.ZodString;
|
|
2049
|
-
|
|
2037
|
+
body_key: z.ZodString;
|
|
2050
2038
|
options: z.ZodArray<z.ZodObject<{
|
|
2051
2039
|
label: z.ZodOptional<z.ZodString>;
|
|
2052
2040
|
value: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNumber, z.ZodString]>>;
|
|
@@ -2069,8 +2057,8 @@ export declare const QuestionnaireSchema: z.ZodObject<{
|
|
|
2069
2057
|
max?: number | undefined;
|
|
2070
2058
|
key?: string | undefined;
|
|
2071
2059
|
}>, "many">;
|
|
2072
|
-
|
|
2073
|
-
|
|
2060
|
+
helpter_text: z.ZodOptional<z.ZodString>;
|
|
2061
|
+
options_variant: z.ZodOptional<z.ZodString>;
|
|
2074
2062
|
min: z.ZodOptional<z.ZodNumber>;
|
|
2075
2063
|
max: z.ZodOptional<z.ZodNumber>;
|
|
2076
2064
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2084,12 +2072,12 @@ export declare const QuestionnaireSchema: z.ZodObject<{
|
|
|
2084
2072
|
key?: string | undefined;
|
|
2085
2073
|
}[];
|
|
2086
2074
|
label: string;
|
|
2087
|
-
|
|
2075
|
+
body_key: string;
|
|
2088
2076
|
min?: number | undefined;
|
|
2089
2077
|
max?: number | undefined;
|
|
2090
2078
|
component?: string | undefined;
|
|
2091
|
-
|
|
2092
|
-
|
|
2079
|
+
helpter_text?: string | undefined;
|
|
2080
|
+
options_variant?: string | undefined;
|
|
2093
2081
|
}, {
|
|
2094
2082
|
name: string;
|
|
2095
2083
|
options: {
|
|
@@ -2101,12 +2089,12 @@ export declare const QuestionnaireSchema: z.ZodObject<{
|
|
|
2101
2089
|
key?: string | undefined;
|
|
2102
2090
|
}[];
|
|
2103
2091
|
label: string;
|
|
2104
|
-
|
|
2092
|
+
body_key: string;
|
|
2105
2093
|
min?: number | undefined;
|
|
2106
2094
|
max?: number | undefined;
|
|
2107
2095
|
component?: string | undefined;
|
|
2108
|
-
|
|
2109
|
-
|
|
2096
|
+
helpter_text?: string | undefined;
|
|
2097
|
+
options_variant?: string | undefined;
|
|
2110
2098
|
}>;
|
|
2111
2099
|
export type Questionnaire = z.infer<typeof QuestionnaireSchema>;
|
|
2112
2100
|
export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
@@ -2114,7 +2102,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2114
2102
|
name: z.ZodString;
|
|
2115
2103
|
component: z.ZodOptional<z.ZodString>;
|
|
2116
2104
|
label: z.ZodString;
|
|
2117
|
-
|
|
2105
|
+
body_key: z.ZodString;
|
|
2118
2106
|
options: z.ZodArray<z.ZodObject<{
|
|
2119
2107
|
label: z.ZodOptional<z.ZodString>;
|
|
2120
2108
|
value: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNumber, z.ZodString]>>;
|
|
@@ -2137,8 +2125,8 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2137
2125
|
max?: number | undefined;
|
|
2138
2126
|
key?: string | undefined;
|
|
2139
2127
|
}>, "many">;
|
|
2140
|
-
|
|
2141
|
-
|
|
2128
|
+
helpter_text: z.ZodOptional<z.ZodString>;
|
|
2129
|
+
options_variant: z.ZodOptional<z.ZodString>;
|
|
2142
2130
|
min: z.ZodOptional<z.ZodNumber>;
|
|
2143
2131
|
max: z.ZodOptional<z.ZodNumber>;
|
|
2144
2132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2152,12 +2140,12 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2152
2140
|
key?: string | undefined;
|
|
2153
2141
|
}[];
|
|
2154
2142
|
label: string;
|
|
2155
|
-
|
|
2143
|
+
body_key: string;
|
|
2156
2144
|
min?: number | undefined;
|
|
2157
2145
|
max?: number | undefined;
|
|
2158
2146
|
component?: string | undefined;
|
|
2159
|
-
|
|
2160
|
-
|
|
2147
|
+
helpter_text?: string | undefined;
|
|
2148
|
+
options_variant?: string | undefined;
|
|
2161
2149
|
}, {
|
|
2162
2150
|
name: string;
|
|
2163
2151
|
options: {
|
|
@@ -2169,19 +2157,19 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2169
2157
|
key?: string | undefined;
|
|
2170
2158
|
}[];
|
|
2171
2159
|
label: string;
|
|
2172
|
-
|
|
2160
|
+
body_key: string;
|
|
2173
2161
|
min?: number | undefined;
|
|
2174
2162
|
max?: number | undefined;
|
|
2175
2163
|
component?: string | undefined;
|
|
2176
|
-
|
|
2177
|
-
|
|
2164
|
+
helpter_text?: string | undefined;
|
|
2165
|
+
options_variant?: string | undefined;
|
|
2178
2166
|
}>, "many">;
|
|
2179
2167
|
filters: z.ZodObject<{
|
|
2180
2168
|
date_availability: z.ZodObject<{
|
|
2181
2169
|
name: z.ZodString;
|
|
2182
2170
|
component: z.ZodString;
|
|
2183
2171
|
label: z.ZodString;
|
|
2184
|
-
|
|
2172
|
+
body_key: z.ZodString;
|
|
2185
2173
|
options: z.ZodArray<z.ZodObject<{
|
|
2186
2174
|
label: z.ZodString;
|
|
2187
2175
|
value: z.ZodString;
|
|
@@ -2204,7 +2192,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2204
2192
|
}[];
|
|
2205
2193
|
label: string;
|
|
2206
2194
|
component: string;
|
|
2207
|
-
|
|
2195
|
+
body_key: string;
|
|
2208
2196
|
}, {
|
|
2209
2197
|
name: string;
|
|
2210
2198
|
options: {
|
|
@@ -2214,13 +2202,13 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2214
2202
|
}[];
|
|
2215
2203
|
label: string;
|
|
2216
2204
|
component: string;
|
|
2217
|
-
|
|
2205
|
+
body_key: string;
|
|
2218
2206
|
}>;
|
|
2219
2207
|
qty_bedrooms: z.ZodObject<{
|
|
2220
2208
|
name: z.ZodString;
|
|
2221
2209
|
component: z.ZodString;
|
|
2222
2210
|
label: z.ZodString;
|
|
2223
|
-
|
|
2211
|
+
body_key: z.ZodString;
|
|
2224
2212
|
options: z.ZodArray<z.ZodObject<{
|
|
2225
2213
|
label: z.ZodString;
|
|
2226
2214
|
value: z.ZodNumber;
|
|
@@ -2243,7 +2231,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2243
2231
|
}[];
|
|
2244
2232
|
label: string;
|
|
2245
2233
|
component: string;
|
|
2246
|
-
|
|
2234
|
+
body_key: string;
|
|
2247
2235
|
}, {
|
|
2248
2236
|
name: string;
|
|
2249
2237
|
options: {
|
|
@@ -2253,13 +2241,13 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2253
2241
|
}[];
|
|
2254
2242
|
label: string;
|
|
2255
2243
|
component: string;
|
|
2256
|
-
|
|
2244
|
+
body_key: string;
|
|
2257
2245
|
}>;
|
|
2258
2246
|
base_price: z.ZodObject<{
|
|
2259
2247
|
name: z.ZodString;
|
|
2260
2248
|
component: z.ZodString;
|
|
2261
2249
|
label: z.ZodString;
|
|
2262
|
-
|
|
2250
|
+
body_key: z.ZodString;
|
|
2263
2251
|
options: z.ZodArray<z.ZodObject<{
|
|
2264
2252
|
min: z.ZodNumber;
|
|
2265
2253
|
max: z.ZodNumber;
|
|
@@ -2282,7 +2270,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2282
2270
|
}[];
|
|
2283
2271
|
label: string;
|
|
2284
2272
|
component: string;
|
|
2285
|
-
|
|
2273
|
+
body_key: string;
|
|
2286
2274
|
}, {
|
|
2287
2275
|
name: string;
|
|
2288
2276
|
options: {
|
|
@@ -2292,13 +2280,13 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2292
2280
|
}[];
|
|
2293
2281
|
label: string;
|
|
2294
2282
|
component: string;
|
|
2295
|
-
|
|
2283
|
+
body_key: string;
|
|
2296
2284
|
}>;
|
|
2297
2285
|
highlights: z.ZodObject<{
|
|
2298
2286
|
name: z.ZodString;
|
|
2299
2287
|
component: z.ZodString;
|
|
2300
2288
|
label: z.ZodString;
|
|
2301
|
-
|
|
2289
|
+
body_key: z.ZodString;
|
|
2302
2290
|
options: z.ZodArray<z.ZodObject<{
|
|
2303
2291
|
label: z.ZodString;
|
|
2304
2292
|
value: z.ZodString;
|
|
@@ -2321,7 +2309,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2321
2309
|
}[];
|
|
2322
2310
|
label: string;
|
|
2323
2311
|
component: string;
|
|
2324
|
-
|
|
2312
|
+
body_key: string;
|
|
2325
2313
|
}, {
|
|
2326
2314
|
name: string;
|
|
2327
2315
|
options: {
|
|
@@ -2331,7 +2319,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2331
2319
|
}[];
|
|
2332
2320
|
label: string;
|
|
2333
2321
|
component: string;
|
|
2334
|
-
|
|
2322
|
+
body_key: string;
|
|
2335
2323
|
}>;
|
|
2336
2324
|
}, "strip", z.ZodTypeAny, {
|
|
2337
2325
|
base_price: {
|
|
@@ -2343,7 +2331,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2343
2331
|
}[];
|
|
2344
2332
|
label: string;
|
|
2345
2333
|
component: string;
|
|
2346
|
-
|
|
2334
|
+
body_key: string;
|
|
2347
2335
|
};
|
|
2348
2336
|
qty_bedrooms: {
|
|
2349
2337
|
name: string;
|
|
@@ -2354,7 +2342,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2354
2342
|
}[];
|
|
2355
2343
|
label: string;
|
|
2356
2344
|
component: string;
|
|
2357
|
-
|
|
2345
|
+
body_key: string;
|
|
2358
2346
|
};
|
|
2359
2347
|
highlights: {
|
|
2360
2348
|
name: string;
|
|
@@ -2365,7 +2353,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2365
2353
|
}[];
|
|
2366
2354
|
label: string;
|
|
2367
2355
|
component: string;
|
|
2368
|
-
|
|
2356
|
+
body_key: string;
|
|
2369
2357
|
};
|
|
2370
2358
|
date_availability: {
|
|
2371
2359
|
name: string;
|
|
@@ -2376,7 +2364,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2376
2364
|
}[];
|
|
2377
2365
|
label: string;
|
|
2378
2366
|
component: string;
|
|
2379
|
-
|
|
2367
|
+
body_key: string;
|
|
2380
2368
|
};
|
|
2381
2369
|
}, {
|
|
2382
2370
|
base_price: {
|
|
@@ -2388,7 +2376,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2388
2376
|
}[];
|
|
2389
2377
|
label: string;
|
|
2390
2378
|
component: string;
|
|
2391
|
-
|
|
2379
|
+
body_key: string;
|
|
2392
2380
|
};
|
|
2393
2381
|
qty_bedrooms: {
|
|
2394
2382
|
name: string;
|
|
@@ -2399,7 +2387,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2399
2387
|
}[];
|
|
2400
2388
|
label: string;
|
|
2401
2389
|
component: string;
|
|
2402
|
-
|
|
2390
|
+
body_key: string;
|
|
2403
2391
|
};
|
|
2404
2392
|
highlights: {
|
|
2405
2393
|
name: string;
|
|
@@ -2410,7 +2398,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2410
2398
|
}[];
|
|
2411
2399
|
label: string;
|
|
2412
2400
|
component: string;
|
|
2413
|
-
|
|
2401
|
+
body_key: string;
|
|
2414
2402
|
};
|
|
2415
2403
|
date_availability: {
|
|
2416
2404
|
name: string;
|
|
@@ -2421,7 +2409,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2421
2409
|
}[];
|
|
2422
2410
|
label: string;
|
|
2423
2411
|
component: string;
|
|
2424
|
-
|
|
2412
|
+
body_key: string;
|
|
2425
2413
|
};
|
|
2426
2414
|
}>;
|
|
2427
2415
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2436,12 +2424,12 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2436
2424
|
key?: string | undefined;
|
|
2437
2425
|
}[];
|
|
2438
2426
|
label: string;
|
|
2439
|
-
|
|
2427
|
+
body_key: string;
|
|
2440
2428
|
min?: number | undefined;
|
|
2441
2429
|
max?: number | undefined;
|
|
2442
2430
|
component?: string | undefined;
|
|
2443
|
-
|
|
2444
|
-
|
|
2431
|
+
helpter_text?: string | undefined;
|
|
2432
|
+
options_variant?: string | undefined;
|
|
2445
2433
|
}[];
|
|
2446
2434
|
filters: {
|
|
2447
2435
|
base_price: {
|
|
@@ -2453,7 +2441,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2453
2441
|
}[];
|
|
2454
2442
|
label: string;
|
|
2455
2443
|
component: string;
|
|
2456
|
-
|
|
2444
|
+
body_key: string;
|
|
2457
2445
|
};
|
|
2458
2446
|
qty_bedrooms: {
|
|
2459
2447
|
name: string;
|
|
@@ -2464,7 +2452,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2464
2452
|
}[];
|
|
2465
2453
|
label: string;
|
|
2466
2454
|
component: string;
|
|
2467
|
-
|
|
2455
|
+
body_key: string;
|
|
2468
2456
|
};
|
|
2469
2457
|
highlights: {
|
|
2470
2458
|
name: string;
|
|
@@ -2475,7 +2463,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2475
2463
|
}[];
|
|
2476
2464
|
label: string;
|
|
2477
2465
|
component: string;
|
|
2478
|
-
|
|
2466
|
+
body_key: string;
|
|
2479
2467
|
};
|
|
2480
2468
|
date_availability: {
|
|
2481
2469
|
name: string;
|
|
@@ -2486,7 +2474,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2486
2474
|
}[];
|
|
2487
2475
|
label: string;
|
|
2488
2476
|
component: string;
|
|
2489
|
-
|
|
2477
|
+
body_key: string;
|
|
2490
2478
|
};
|
|
2491
2479
|
};
|
|
2492
2480
|
}, {
|
|
@@ -2501,12 +2489,12 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2501
2489
|
key?: string | undefined;
|
|
2502
2490
|
}[];
|
|
2503
2491
|
label: string;
|
|
2504
|
-
|
|
2492
|
+
body_key: string;
|
|
2505
2493
|
min?: number | undefined;
|
|
2506
2494
|
max?: number | undefined;
|
|
2507
2495
|
component?: string | undefined;
|
|
2508
|
-
|
|
2509
|
-
|
|
2496
|
+
helpter_text?: string | undefined;
|
|
2497
|
+
options_variant?: string | undefined;
|
|
2510
2498
|
}[];
|
|
2511
2499
|
filters: {
|
|
2512
2500
|
base_price: {
|
|
@@ -2518,7 +2506,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2518
2506
|
}[];
|
|
2519
2507
|
label: string;
|
|
2520
2508
|
component: string;
|
|
2521
|
-
|
|
2509
|
+
body_key: string;
|
|
2522
2510
|
};
|
|
2523
2511
|
qty_bedrooms: {
|
|
2524
2512
|
name: string;
|
|
@@ -2529,7 +2517,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2529
2517
|
}[];
|
|
2530
2518
|
label: string;
|
|
2531
2519
|
component: string;
|
|
2532
|
-
|
|
2520
|
+
body_key: string;
|
|
2533
2521
|
};
|
|
2534
2522
|
highlights: {
|
|
2535
2523
|
name: string;
|
|
@@ -2540,7 +2528,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2540
2528
|
}[];
|
|
2541
2529
|
label: string;
|
|
2542
2530
|
component: string;
|
|
2543
|
-
|
|
2531
|
+
body_key: string;
|
|
2544
2532
|
};
|
|
2545
2533
|
date_availability: {
|
|
2546
2534
|
name: string;
|
|
@@ -2551,7 +2539,7 @@ export declare const FiltersResponseDataSchema: z.ZodObject<{
|
|
|
2551
2539
|
}[];
|
|
2552
2540
|
label: string;
|
|
2553
2541
|
component: string;
|
|
2554
|
-
|
|
2542
|
+
body_key: string;
|
|
2555
2543
|
};
|
|
2556
2544
|
};
|
|
2557
2545
|
}>;
|
|
@@ -2562,7 +2550,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2562
2550
|
name: z.ZodString;
|
|
2563
2551
|
component: z.ZodOptional<z.ZodString>;
|
|
2564
2552
|
label: z.ZodString;
|
|
2565
|
-
|
|
2553
|
+
body_key: z.ZodString;
|
|
2566
2554
|
options: z.ZodArray<z.ZodObject<{
|
|
2567
2555
|
label: z.ZodOptional<z.ZodString>;
|
|
2568
2556
|
value: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodNumber, z.ZodString]>>;
|
|
@@ -2585,8 +2573,8 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2585
2573
|
max?: number | undefined;
|
|
2586
2574
|
key?: string | undefined;
|
|
2587
2575
|
}>, "many">;
|
|
2588
|
-
|
|
2589
|
-
|
|
2576
|
+
helpter_text: z.ZodOptional<z.ZodString>;
|
|
2577
|
+
options_variant: z.ZodOptional<z.ZodString>;
|
|
2590
2578
|
min: z.ZodOptional<z.ZodNumber>;
|
|
2591
2579
|
max: z.ZodOptional<z.ZodNumber>;
|
|
2592
2580
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2600,12 +2588,12 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2600
2588
|
key?: string | undefined;
|
|
2601
2589
|
}[];
|
|
2602
2590
|
label: string;
|
|
2603
|
-
|
|
2591
|
+
body_key: string;
|
|
2604
2592
|
min?: number | undefined;
|
|
2605
2593
|
max?: number | undefined;
|
|
2606
2594
|
component?: string | undefined;
|
|
2607
|
-
|
|
2608
|
-
|
|
2595
|
+
helpter_text?: string | undefined;
|
|
2596
|
+
options_variant?: string | undefined;
|
|
2609
2597
|
}, {
|
|
2610
2598
|
name: string;
|
|
2611
2599
|
options: {
|
|
@@ -2617,19 +2605,19 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2617
2605
|
key?: string | undefined;
|
|
2618
2606
|
}[];
|
|
2619
2607
|
label: string;
|
|
2620
|
-
|
|
2608
|
+
body_key: string;
|
|
2621
2609
|
min?: number | undefined;
|
|
2622
2610
|
max?: number | undefined;
|
|
2623
2611
|
component?: string | undefined;
|
|
2624
|
-
|
|
2625
|
-
|
|
2612
|
+
helpter_text?: string | undefined;
|
|
2613
|
+
options_variant?: string | undefined;
|
|
2626
2614
|
}>, "many">;
|
|
2627
2615
|
filters: z.ZodObject<{
|
|
2628
2616
|
date_availability: z.ZodObject<{
|
|
2629
2617
|
name: z.ZodString;
|
|
2630
2618
|
component: z.ZodString;
|
|
2631
2619
|
label: z.ZodString;
|
|
2632
|
-
|
|
2620
|
+
body_key: z.ZodString;
|
|
2633
2621
|
options: z.ZodArray<z.ZodObject<{
|
|
2634
2622
|
label: z.ZodString;
|
|
2635
2623
|
value: z.ZodString;
|
|
@@ -2652,7 +2640,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2652
2640
|
}[];
|
|
2653
2641
|
label: string;
|
|
2654
2642
|
component: string;
|
|
2655
|
-
|
|
2643
|
+
body_key: string;
|
|
2656
2644
|
}, {
|
|
2657
2645
|
name: string;
|
|
2658
2646
|
options: {
|
|
@@ -2662,13 +2650,13 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2662
2650
|
}[];
|
|
2663
2651
|
label: string;
|
|
2664
2652
|
component: string;
|
|
2665
|
-
|
|
2653
|
+
body_key: string;
|
|
2666
2654
|
}>;
|
|
2667
2655
|
qty_bedrooms: z.ZodObject<{
|
|
2668
2656
|
name: z.ZodString;
|
|
2669
2657
|
component: z.ZodString;
|
|
2670
2658
|
label: z.ZodString;
|
|
2671
|
-
|
|
2659
|
+
body_key: z.ZodString;
|
|
2672
2660
|
options: z.ZodArray<z.ZodObject<{
|
|
2673
2661
|
label: z.ZodString;
|
|
2674
2662
|
value: z.ZodNumber;
|
|
@@ -2691,7 +2679,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2691
2679
|
}[];
|
|
2692
2680
|
label: string;
|
|
2693
2681
|
component: string;
|
|
2694
|
-
|
|
2682
|
+
body_key: string;
|
|
2695
2683
|
}, {
|
|
2696
2684
|
name: string;
|
|
2697
2685
|
options: {
|
|
@@ -2701,13 +2689,13 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2701
2689
|
}[];
|
|
2702
2690
|
label: string;
|
|
2703
2691
|
component: string;
|
|
2704
|
-
|
|
2692
|
+
body_key: string;
|
|
2705
2693
|
}>;
|
|
2706
2694
|
base_price: z.ZodObject<{
|
|
2707
2695
|
name: z.ZodString;
|
|
2708
2696
|
component: z.ZodString;
|
|
2709
2697
|
label: z.ZodString;
|
|
2710
|
-
|
|
2698
|
+
body_key: z.ZodString;
|
|
2711
2699
|
options: z.ZodArray<z.ZodObject<{
|
|
2712
2700
|
min: z.ZodNumber;
|
|
2713
2701
|
max: z.ZodNumber;
|
|
@@ -2730,7 +2718,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2730
2718
|
}[];
|
|
2731
2719
|
label: string;
|
|
2732
2720
|
component: string;
|
|
2733
|
-
|
|
2721
|
+
body_key: string;
|
|
2734
2722
|
}, {
|
|
2735
2723
|
name: string;
|
|
2736
2724
|
options: {
|
|
@@ -2740,13 +2728,13 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2740
2728
|
}[];
|
|
2741
2729
|
label: string;
|
|
2742
2730
|
component: string;
|
|
2743
|
-
|
|
2731
|
+
body_key: string;
|
|
2744
2732
|
}>;
|
|
2745
2733
|
highlights: z.ZodObject<{
|
|
2746
2734
|
name: z.ZodString;
|
|
2747
2735
|
component: z.ZodString;
|
|
2748
2736
|
label: z.ZodString;
|
|
2749
|
-
|
|
2737
|
+
body_key: z.ZodString;
|
|
2750
2738
|
options: z.ZodArray<z.ZodObject<{
|
|
2751
2739
|
label: z.ZodString;
|
|
2752
2740
|
value: z.ZodString;
|
|
@@ -2769,7 +2757,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2769
2757
|
}[];
|
|
2770
2758
|
label: string;
|
|
2771
2759
|
component: string;
|
|
2772
|
-
|
|
2760
|
+
body_key: string;
|
|
2773
2761
|
}, {
|
|
2774
2762
|
name: string;
|
|
2775
2763
|
options: {
|
|
@@ -2779,7 +2767,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2779
2767
|
}[];
|
|
2780
2768
|
label: string;
|
|
2781
2769
|
component: string;
|
|
2782
|
-
|
|
2770
|
+
body_key: string;
|
|
2783
2771
|
}>;
|
|
2784
2772
|
}, "strip", z.ZodTypeAny, {
|
|
2785
2773
|
base_price: {
|
|
@@ -2791,7 +2779,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2791
2779
|
}[];
|
|
2792
2780
|
label: string;
|
|
2793
2781
|
component: string;
|
|
2794
|
-
|
|
2782
|
+
body_key: string;
|
|
2795
2783
|
};
|
|
2796
2784
|
qty_bedrooms: {
|
|
2797
2785
|
name: string;
|
|
@@ -2802,7 +2790,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2802
2790
|
}[];
|
|
2803
2791
|
label: string;
|
|
2804
2792
|
component: string;
|
|
2805
|
-
|
|
2793
|
+
body_key: string;
|
|
2806
2794
|
};
|
|
2807
2795
|
highlights: {
|
|
2808
2796
|
name: string;
|
|
@@ -2813,7 +2801,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2813
2801
|
}[];
|
|
2814
2802
|
label: string;
|
|
2815
2803
|
component: string;
|
|
2816
|
-
|
|
2804
|
+
body_key: string;
|
|
2817
2805
|
};
|
|
2818
2806
|
date_availability: {
|
|
2819
2807
|
name: string;
|
|
@@ -2824,7 +2812,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2824
2812
|
}[];
|
|
2825
2813
|
label: string;
|
|
2826
2814
|
component: string;
|
|
2827
|
-
|
|
2815
|
+
body_key: string;
|
|
2828
2816
|
};
|
|
2829
2817
|
}, {
|
|
2830
2818
|
base_price: {
|
|
@@ -2836,7 +2824,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2836
2824
|
}[];
|
|
2837
2825
|
label: string;
|
|
2838
2826
|
component: string;
|
|
2839
|
-
|
|
2827
|
+
body_key: string;
|
|
2840
2828
|
};
|
|
2841
2829
|
qty_bedrooms: {
|
|
2842
2830
|
name: string;
|
|
@@ -2847,7 +2835,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2847
2835
|
}[];
|
|
2848
2836
|
label: string;
|
|
2849
2837
|
component: string;
|
|
2850
|
-
|
|
2838
|
+
body_key: string;
|
|
2851
2839
|
};
|
|
2852
2840
|
highlights: {
|
|
2853
2841
|
name: string;
|
|
@@ -2858,7 +2846,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2858
2846
|
}[];
|
|
2859
2847
|
label: string;
|
|
2860
2848
|
component: string;
|
|
2861
|
-
|
|
2849
|
+
body_key: string;
|
|
2862
2850
|
};
|
|
2863
2851
|
date_availability: {
|
|
2864
2852
|
name: string;
|
|
@@ -2869,7 +2857,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2869
2857
|
}[];
|
|
2870
2858
|
label: string;
|
|
2871
2859
|
component: string;
|
|
2872
|
-
|
|
2860
|
+
body_key: string;
|
|
2873
2861
|
};
|
|
2874
2862
|
}>;
|
|
2875
2863
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2884,12 +2872,12 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2884
2872
|
key?: string | undefined;
|
|
2885
2873
|
}[];
|
|
2886
2874
|
label: string;
|
|
2887
|
-
|
|
2875
|
+
body_key: string;
|
|
2888
2876
|
min?: number | undefined;
|
|
2889
2877
|
max?: number | undefined;
|
|
2890
2878
|
component?: string | undefined;
|
|
2891
|
-
|
|
2892
|
-
|
|
2879
|
+
helpter_text?: string | undefined;
|
|
2880
|
+
options_variant?: string | undefined;
|
|
2893
2881
|
}[];
|
|
2894
2882
|
filters: {
|
|
2895
2883
|
base_price: {
|
|
@@ -2901,7 +2889,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2901
2889
|
}[];
|
|
2902
2890
|
label: string;
|
|
2903
2891
|
component: string;
|
|
2904
|
-
|
|
2892
|
+
body_key: string;
|
|
2905
2893
|
};
|
|
2906
2894
|
qty_bedrooms: {
|
|
2907
2895
|
name: string;
|
|
@@ -2912,7 +2900,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2912
2900
|
}[];
|
|
2913
2901
|
label: string;
|
|
2914
2902
|
component: string;
|
|
2915
|
-
|
|
2903
|
+
body_key: string;
|
|
2916
2904
|
};
|
|
2917
2905
|
highlights: {
|
|
2918
2906
|
name: string;
|
|
@@ -2923,7 +2911,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2923
2911
|
}[];
|
|
2924
2912
|
label: string;
|
|
2925
2913
|
component: string;
|
|
2926
|
-
|
|
2914
|
+
body_key: string;
|
|
2927
2915
|
};
|
|
2928
2916
|
date_availability: {
|
|
2929
2917
|
name: string;
|
|
@@ -2934,7 +2922,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2934
2922
|
}[];
|
|
2935
2923
|
label: string;
|
|
2936
2924
|
component: string;
|
|
2937
|
-
|
|
2925
|
+
body_key: string;
|
|
2938
2926
|
};
|
|
2939
2927
|
};
|
|
2940
2928
|
}, {
|
|
@@ -2949,12 +2937,12 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2949
2937
|
key?: string | undefined;
|
|
2950
2938
|
}[];
|
|
2951
2939
|
label: string;
|
|
2952
|
-
|
|
2940
|
+
body_key: string;
|
|
2953
2941
|
min?: number | undefined;
|
|
2954
2942
|
max?: number | undefined;
|
|
2955
2943
|
component?: string | undefined;
|
|
2956
|
-
|
|
2957
|
-
|
|
2944
|
+
helpter_text?: string | undefined;
|
|
2945
|
+
options_variant?: string | undefined;
|
|
2958
2946
|
}[];
|
|
2959
2947
|
filters: {
|
|
2960
2948
|
base_price: {
|
|
@@ -2966,7 +2954,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2966
2954
|
}[];
|
|
2967
2955
|
label: string;
|
|
2968
2956
|
component: string;
|
|
2969
|
-
|
|
2957
|
+
body_key: string;
|
|
2970
2958
|
};
|
|
2971
2959
|
qty_bedrooms: {
|
|
2972
2960
|
name: string;
|
|
@@ -2977,7 +2965,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2977
2965
|
}[];
|
|
2978
2966
|
label: string;
|
|
2979
2967
|
component: string;
|
|
2980
|
-
|
|
2968
|
+
body_key: string;
|
|
2981
2969
|
};
|
|
2982
2970
|
highlights: {
|
|
2983
2971
|
name: string;
|
|
@@ -2988,7 +2976,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2988
2976
|
}[];
|
|
2989
2977
|
label: string;
|
|
2990
2978
|
component: string;
|
|
2991
|
-
|
|
2979
|
+
body_key: string;
|
|
2992
2980
|
};
|
|
2993
2981
|
date_availability: {
|
|
2994
2982
|
name: string;
|
|
@@ -2999,7 +2987,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
2999
2987
|
}[];
|
|
3000
2988
|
label: string;
|
|
3001
2989
|
component: string;
|
|
3002
|
-
|
|
2990
|
+
body_key: string;
|
|
3003
2991
|
};
|
|
3004
2992
|
};
|
|
3005
2993
|
}>;
|
|
@@ -3016,12 +3004,12 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3016
3004
|
key?: string | undefined;
|
|
3017
3005
|
}[];
|
|
3018
3006
|
label: string;
|
|
3019
|
-
|
|
3007
|
+
body_key: string;
|
|
3020
3008
|
min?: number | undefined;
|
|
3021
3009
|
max?: number | undefined;
|
|
3022
3010
|
component?: string | undefined;
|
|
3023
|
-
|
|
3024
|
-
|
|
3011
|
+
helpter_text?: string | undefined;
|
|
3012
|
+
options_variant?: string | undefined;
|
|
3025
3013
|
}[];
|
|
3026
3014
|
filters: {
|
|
3027
3015
|
base_price: {
|
|
@@ -3033,7 +3021,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3033
3021
|
}[];
|
|
3034
3022
|
label: string;
|
|
3035
3023
|
component: string;
|
|
3036
|
-
|
|
3024
|
+
body_key: string;
|
|
3037
3025
|
};
|
|
3038
3026
|
qty_bedrooms: {
|
|
3039
3027
|
name: string;
|
|
@@ -3044,7 +3032,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3044
3032
|
}[];
|
|
3045
3033
|
label: string;
|
|
3046
3034
|
component: string;
|
|
3047
|
-
|
|
3035
|
+
body_key: string;
|
|
3048
3036
|
};
|
|
3049
3037
|
highlights: {
|
|
3050
3038
|
name: string;
|
|
@@ -3055,7 +3043,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3055
3043
|
}[];
|
|
3056
3044
|
label: string;
|
|
3057
3045
|
component: string;
|
|
3058
|
-
|
|
3046
|
+
body_key: string;
|
|
3059
3047
|
};
|
|
3060
3048
|
date_availability: {
|
|
3061
3049
|
name: string;
|
|
@@ -3066,7 +3054,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3066
3054
|
}[];
|
|
3067
3055
|
label: string;
|
|
3068
3056
|
component: string;
|
|
3069
|
-
|
|
3057
|
+
body_key: string;
|
|
3070
3058
|
};
|
|
3071
3059
|
};
|
|
3072
3060
|
};
|
|
@@ -3083,12 +3071,12 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3083
3071
|
key?: string | undefined;
|
|
3084
3072
|
}[];
|
|
3085
3073
|
label: string;
|
|
3086
|
-
|
|
3074
|
+
body_key: string;
|
|
3087
3075
|
min?: number | undefined;
|
|
3088
3076
|
max?: number | undefined;
|
|
3089
3077
|
component?: string | undefined;
|
|
3090
|
-
|
|
3091
|
-
|
|
3078
|
+
helpter_text?: string | undefined;
|
|
3079
|
+
options_variant?: string | undefined;
|
|
3092
3080
|
}[];
|
|
3093
3081
|
filters: {
|
|
3094
3082
|
base_price: {
|
|
@@ -3100,7 +3088,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3100
3088
|
}[];
|
|
3101
3089
|
label: string;
|
|
3102
3090
|
component: string;
|
|
3103
|
-
|
|
3091
|
+
body_key: string;
|
|
3104
3092
|
};
|
|
3105
3093
|
qty_bedrooms: {
|
|
3106
3094
|
name: string;
|
|
@@ -3111,7 +3099,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3111
3099
|
}[];
|
|
3112
3100
|
label: string;
|
|
3113
3101
|
component: string;
|
|
3114
|
-
|
|
3102
|
+
body_key: string;
|
|
3115
3103
|
};
|
|
3116
3104
|
highlights: {
|
|
3117
3105
|
name: string;
|
|
@@ -3122,7 +3110,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3122
3110
|
}[];
|
|
3123
3111
|
label: string;
|
|
3124
3112
|
component: string;
|
|
3125
|
-
|
|
3113
|
+
body_key: string;
|
|
3126
3114
|
};
|
|
3127
3115
|
date_availability: {
|
|
3128
3116
|
name: string;
|
|
@@ -3133,7 +3121,7 @@ export declare const FiltersResponseSchema: z.ZodObject<{
|
|
|
3133
3121
|
}[];
|
|
3134
3122
|
label: string;
|
|
3135
3123
|
component: string;
|
|
3136
|
-
|
|
3124
|
+
body_key: string;
|
|
3137
3125
|
};
|
|
3138
3126
|
};
|
|
3139
3127
|
};
|