@homespot-sdk/core 0.0.313 → 0.0.315
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/rem/index.d.ts +2 -2
- package/dist/rem/index.d.ts.map +1 -1
- package/dist/rem/index.js +1 -1
- package/dist/rem/index.js.map +1 -1
- package/dist/rem/schemas.gen.d.ts +153 -97
- package/dist/rem/schemas.gen.d.ts.map +1 -1
- package/dist/rem/schemas.gen.js +170 -102
- package/dist/rem/schemas.gen.js.map +1 -1
- package/dist/rem/sdk.gen.d.ts +14 -18
- package/dist/rem/sdk.gen.d.ts.map +1 -1
- package/dist/rem/sdk.gen.js +35 -59
- package/dist/rem/sdk.gen.js.map +1 -1
- package/dist/rem/transformers.gen.d.ts +4 -4
- package/dist/rem/transformers.gen.d.ts.map +1 -1
- package/dist/rem/transformers.gen.js +11 -6
- package/dist/rem/transformers.gen.js.map +1 -1
- package/dist/rem/types.gen.d.ts +139 -199
- package/dist/rem/types.gen.d.ts.map +1 -1
- package/dist/rem/zod.gen.d.ts +596 -557
- package/dist/rem/zod.gen.d.ts.map +1 -1
- package/dist/rem/zod.gen.js +184 -202
- package/dist/rem/zod.gen.js.map +1 -1
- package/package.json +1 -1
package/dist/rem/zod.gen.d.ts
CHANGED
|
@@ -167,9 +167,6 @@ export declare const zRescheduleRequest: z.ZodObject<{
|
|
|
167
167
|
start: z.ZodISODateTime;
|
|
168
168
|
durationMinutes: z.ZodOptional<z.ZodInt>;
|
|
169
169
|
}, z.core.$strip>;
|
|
170
|
-
export declare const zRenameClientRecommendationsRequest: z.ZodObject<{
|
|
171
|
-
name: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$strip>;
|
|
173
170
|
export declare const zAgreementRequest: z.ZodObject<{
|
|
174
171
|
type: z.ZodEnum<{
|
|
175
172
|
EXCLUSIVE: "EXCLUSIVE";
|
|
@@ -374,7 +371,6 @@ export declare const zRateRecommendationItemRequest: z.ZodObject<{
|
|
|
374
371
|
MAYBE: "MAYBE";
|
|
375
372
|
DISLIKE: "DISLIKE";
|
|
376
373
|
LIKE: "LIKE";
|
|
377
|
-
VISIT: "VISIT";
|
|
378
374
|
}>;
|
|
379
375
|
note: z.ZodOptional<z.ZodString>;
|
|
380
376
|
}, z.core.$strip>;
|
|
@@ -515,17 +511,6 @@ export declare const zProblemDetail: z.ZodObject<{
|
|
|
515
511
|
export declare const zIdResponseUuid: z.ZodObject<{
|
|
516
512
|
id: z.ZodUUID;
|
|
517
513
|
}, z.core.$strip>;
|
|
518
|
-
export declare const zCreateClientRecommendationsRequest: z.ZodObject<{
|
|
519
|
-
title: z.ZodString;
|
|
520
|
-
interestId: z.ZodCoercedBigInt<unknown>;
|
|
521
|
-
}, z.core.$strip>;
|
|
522
|
-
export declare const zRecommendationsId: z.ZodObject<{
|
|
523
|
-
value: z.ZodOptional<z.ZodUUID>;
|
|
524
|
-
}, z.core.$strip>;
|
|
525
|
-
export declare const zRecommendListingRequest: z.ZodObject<{
|
|
526
|
-
externalPropertyId: z.ZodUUID;
|
|
527
|
-
externalListingId: z.ZodUUID;
|
|
528
|
-
}, z.core.$strip>;
|
|
529
514
|
export declare const zAddDealRequest: z.ZodObject<{
|
|
530
515
|
listingId: z.ZodCoercedBigInt<unknown>;
|
|
531
516
|
commissionType: z.ZodEnum<{
|
|
@@ -541,6 +526,13 @@ export declare const zAddDealRequest: z.ZodObject<{
|
|
|
541
526
|
export declare const zInterestId: z.ZodObject<{
|
|
542
527
|
value: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
543
528
|
}, z.core.$strip>;
|
|
529
|
+
export declare const zTitleRequest: z.ZodObject<{
|
|
530
|
+
title: z.ZodString;
|
|
531
|
+
}, z.core.$strip>;
|
|
532
|
+
export declare const zRecommendListingRequest: z.ZodObject<{
|
|
533
|
+
externalPropertyId: z.ZodUUID;
|
|
534
|
+
externalListingId: z.ZodUUID;
|
|
535
|
+
}, z.core.$strip>;
|
|
544
536
|
export declare const zOnboardClientRequest: z.ZodObject<{
|
|
545
537
|
title: z.ZodOptional<z.ZodString>;
|
|
546
538
|
contactInfo: z.ZodObject<{
|
|
@@ -799,12 +791,10 @@ export declare const zAddressResponse: z.ZodObject<{
|
|
|
799
791
|
lng: z.ZodNumber;
|
|
800
792
|
}, z.core.$strip>;
|
|
801
793
|
export declare const zRecommendationsCardView: z.ZodObject<{
|
|
802
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
803
794
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
804
795
|
MAYBE: "MAYBE";
|
|
805
796
|
DISLIKE: "DISLIKE";
|
|
806
797
|
LIKE: "LIKE";
|
|
807
|
-
VISIT: "VISIT";
|
|
808
798
|
}>>;
|
|
809
799
|
clientNote: z.ZodOptional<z.ZodString>;
|
|
810
800
|
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -898,12 +888,10 @@ export declare const zRecommendationsCardView: z.ZodObject<{
|
|
|
898
888
|
}, z.core.$strip>;
|
|
899
889
|
export declare const zPagedModelRecommendationsCardView: z.ZodObject<{
|
|
900
890
|
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
901
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
902
891
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
903
892
|
MAYBE: "MAYBE";
|
|
904
893
|
DISLIKE: "DISLIKE";
|
|
905
894
|
LIKE: "LIKE";
|
|
906
|
-
VISIT: "VISIT";
|
|
907
895
|
}>>;
|
|
908
896
|
clientNote: z.ZodOptional<z.ZodString>;
|
|
909
897
|
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -1003,22 +991,20 @@ export declare const zPagedModelRecommendationsCardView: z.ZodObject<{
|
|
|
1003
991
|
}, z.core.$strip>>;
|
|
1004
992
|
}, z.core.$strip>;
|
|
1005
993
|
export declare const zRecommendationResponse: z.ZodObject<{
|
|
1006
|
-
|
|
994
|
+
shareToken: z.ZodUUID;
|
|
1007
995
|
title: z.ZodString;
|
|
1008
996
|
createdAt: z.ZodISODateTime;
|
|
1009
997
|
status: z.ZodEnum<{
|
|
1010
998
|
DRAFT: "DRAFT";
|
|
1011
|
-
|
|
999
|
+
SHARED: "SHARED";
|
|
1012
1000
|
CLOSED: "CLOSED";
|
|
1013
1001
|
}>;
|
|
1014
1002
|
recommendations: z.ZodObject<{
|
|
1015
1003
|
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1016
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
1017
1004
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
1018
1005
|
MAYBE: "MAYBE";
|
|
1019
1006
|
DISLIKE: "DISLIKE";
|
|
1020
1007
|
LIKE: "LIKE";
|
|
1021
|
-
VISIT: "VISIT";
|
|
1022
1008
|
}>>;
|
|
1023
1009
|
clientNote: z.ZodOptional<z.ZodString>;
|
|
1024
1010
|
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -1126,7 +1112,6 @@ export declare const zRecommendationDecisionResponse: z.ZodObject<{
|
|
|
1126
1112
|
MAYBE: "MAYBE";
|
|
1127
1113
|
DISLIKE: "DISLIKE";
|
|
1128
1114
|
LIKE: "LIKE";
|
|
1129
|
-
VISIT: "VISIT";
|
|
1130
1115
|
}>;
|
|
1131
1116
|
}, z.core.$strip>;
|
|
1132
1117
|
export declare const zPermissionResponse: z.ZodObject<{
|
|
@@ -1512,7 +1497,7 @@ export declare const zContactAssigned: z.ZodObject<{
|
|
|
1512
1497
|
AGENCY_MEMBER: "AGENCY_MEMBER";
|
|
1513
1498
|
}>>;
|
|
1514
1499
|
kind: z.ZodEnum<{
|
|
1515
|
-
|
|
1500
|
+
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1516
1501
|
}>;
|
|
1517
1502
|
}, z.core.$strip>;
|
|
1518
1503
|
export declare const zNewMessage: z.ZodObject<{
|
|
@@ -1538,8 +1523,8 @@ export declare const zNotificationView: z.ZodObject<{
|
|
|
1538
1523
|
id: z.ZodUUID;
|
|
1539
1524
|
seq: z.ZodCoercedBigInt<unknown>;
|
|
1540
1525
|
type: z.ZodEnum<{
|
|
1541
|
-
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1542
1526
|
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1527
|
+
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1543
1528
|
}>;
|
|
1544
1529
|
targetId: z.ZodOptional<z.ZodString>;
|
|
1545
1530
|
payload: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -1564,7 +1549,7 @@ export declare const zNotificationView: z.ZodObject<{
|
|
|
1564
1549
|
AGENCY_MEMBER: "AGENCY_MEMBER";
|
|
1565
1550
|
}>>;
|
|
1566
1551
|
kind: z.ZodEnum<{
|
|
1567
|
-
|
|
1552
|
+
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1568
1553
|
}>;
|
|
1569
1554
|
}, z.core.$strip>, z.ZodObject<{
|
|
1570
1555
|
contactId: z.ZodOptional<z.ZodObject<{
|
|
@@ -1592,8 +1577,8 @@ export declare const zCursorPageNotificationView: z.ZodObject<{
|
|
|
1592
1577
|
id: z.ZodUUID;
|
|
1593
1578
|
seq: z.ZodCoercedBigInt<unknown>;
|
|
1594
1579
|
type: z.ZodEnum<{
|
|
1595
|
-
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1596
1580
|
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1581
|
+
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1597
1582
|
}>;
|
|
1598
1583
|
targetId: z.ZodOptional<z.ZodString>;
|
|
1599
1584
|
payload: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -1618,7 +1603,7 @@ export declare const zCursorPageNotificationView: z.ZodObject<{
|
|
|
1618
1603
|
AGENCY_MEMBER: "AGENCY_MEMBER";
|
|
1619
1604
|
}>>;
|
|
1620
1605
|
kind: z.ZodEnum<{
|
|
1621
|
-
|
|
1606
|
+
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1622
1607
|
}>;
|
|
1623
1608
|
}, z.core.$strip>, z.ZodObject<{
|
|
1624
1609
|
contactId: z.ZodOptional<z.ZodObject<{
|
|
@@ -1651,8 +1636,8 @@ export declare const zNotificationFeed: z.ZodObject<{
|
|
|
1651
1636
|
id: z.ZodUUID;
|
|
1652
1637
|
seq: z.ZodCoercedBigInt<unknown>;
|
|
1653
1638
|
type: z.ZodEnum<{
|
|
1654
|
-
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1655
1639
|
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1640
|
+
NEW_MESSAGE: "NEW_MESSAGE";
|
|
1656
1641
|
}>;
|
|
1657
1642
|
targetId: z.ZodOptional<z.ZodString>;
|
|
1658
1643
|
payload: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -1677,7 +1662,7 @@ export declare const zNotificationFeed: z.ZodObject<{
|
|
|
1677
1662
|
AGENCY_MEMBER: "AGENCY_MEMBER";
|
|
1678
1663
|
}>>;
|
|
1679
1664
|
kind: z.ZodEnum<{
|
|
1680
|
-
|
|
1665
|
+
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
1681
1666
|
}>;
|
|
1682
1667
|
}, z.core.$strip>, z.ZodObject<{
|
|
1683
1668
|
contactId: z.ZodOptional<z.ZodObject<{
|
|
@@ -2222,6 +2207,12 @@ export declare const zCursorPageInboxResponse: z.ZodObject<{
|
|
|
2222
2207
|
nextCursor: z.ZodOptional<z.ZodString>;
|
|
2223
2208
|
hasNext: z.ZodOptional<z.ZodBoolean>;
|
|
2224
2209
|
}, z.core.$strip>;
|
|
2210
|
+
export declare const zImage: z.ZodObject<{
|
|
2211
|
+
urls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2212
|
+
kind: z.ZodEnum<{
|
|
2213
|
+
IMAGE: "IMAGE";
|
|
2214
|
+
}>;
|
|
2215
|
+
}, z.core.$strip>;
|
|
2225
2216
|
export declare const zSentBy: z.ZodObject<{
|
|
2226
2217
|
memberId: z.ZodOptional<z.ZodUUID>;
|
|
2227
2218
|
firstName: z.ZodOptional<z.ZodString>;
|
|
@@ -2370,8 +2361,19 @@ export declare const zCursorPageMessageView: z.ZodObject<{
|
|
|
2370
2361
|
nextCursor: z.ZodOptional<z.ZodString>;
|
|
2371
2362
|
hasNext: z.ZodOptional<z.ZodBoolean>;
|
|
2372
2363
|
}, z.core.$strip>;
|
|
2373
|
-
export declare const
|
|
2374
|
-
|
|
2364
|
+
export declare const zRangeBigDecimal: z.ZodObject<{
|
|
2365
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2366
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2367
|
+
}, z.core.$strip>;
|
|
2368
|
+
export declare const zRangeDouble: z.ZodObject<{
|
|
2369
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2370
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2371
|
+
}, z.core.$strip>;
|
|
2372
|
+
export declare const zRangeInteger: z.ZodObject<{
|
|
2373
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
2374
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
2375
|
+
}, z.core.$strip>;
|
|
2376
|
+
export declare const zCriteria: z.ZodObject<{
|
|
2375
2377
|
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
2376
2378
|
GARAGE: "GARAGE";
|
|
2377
2379
|
HOUSE: "HOUSE";
|
|
@@ -2400,16 +2402,26 @@ export declare const zConstantInterestResponse: z.ZodObject<{
|
|
|
2400
2402
|
DAILY_RENT: "DAILY_RENT";
|
|
2401
2403
|
PLEDGE: "PLEDGE";
|
|
2402
2404
|
}>;
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2405
|
+
budget: z.ZodOptional<z.ZodObject<{
|
|
2406
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2407
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2408
|
+
}, z.core.$strip>>;
|
|
2409
|
+
bedrooms: z.ZodOptional<z.ZodObject<{
|
|
2410
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
2411
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
2412
|
+
}, z.core.$strip>>;
|
|
2413
|
+
bathrooms: z.ZodOptional<z.ZodObject<{
|
|
2414
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
2415
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
2416
|
+
}, z.core.$strip>>;
|
|
2417
|
+
totalArea: z.ZodOptional<z.ZodObject<{
|
|
2418
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2419
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2420
|
+
}, z.core.$strip>>;
|
|
2421
|
+
livingArea: z.ZodOptional<z.ZodObject<{
|
|
2422
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2423
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2424
|
+
}, z.core.$strip>>;
|
|
2413
2425
|
region: z.ZodOptional<z.ZodObject<{
|
|
2414
2426
|
id: z.ZodCoercedBigInt<unknown>;
|
|
2415
2427
|
names: z.ZodArray<z.ZodObject<{
|
|
@@ -2454,7 +2466,123 @@ export declare const zConstantInterestResponse: z.ZodObject<{
|
|
|
2454
2466
|
text: z.ZodString;
|
|
2455
2467
|
}, z.core.$strip>>;
|
|
2456
2468
|
}, z.core.$strip>>;
|
|
2457
|
-
|
|
2469
|
+
}, z.core.$strip>;
|
|
2470
|
+
export declare const zRecommendationStats: z.ZodObject<{
|
|
2471
|
+
total: z.ZodInt;
|
|
2472
|
+
liked: z.ZodInt;
|
|
2473
|
+
disliked: z.ZodInt;
|
|
2474
|
+
undecided: z.ZodInt;
|
|
2475
|
+
}, z.core.$strip>;
|
|
2476
|
+
export declare const zInterestResponse: z.ZodObject<{
|
|
2477
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
2478
|
+
title: z.ZodString;
|
|
2479
|
+
status: z.ZodEnum<{
|
|
2480
|
+
DRAFT: "DRAFT";
|
|
2481
|
+
SHARED: "SHARED";
|
|
2482
|
+
CLOSED: "CLOSED";
|
|
2483
|
+
}>;
|
|
2484
|
+
shareToken: z.ZodUUID;
|
|
2485
|
+
createdAt: z.ZodISODateTime;
|
|
2486
|
+
criteria: z.ZodObject<{
|
|
2487
|
+
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
2488
|
+
GARAGE: "GARAGE";
|
|
2489
|
+
HOUSE: "HOUSE";
|
|
2490
|
+
TOWN_HOUSE: "TOWN_HOUSE";
|
|
2491
|
+
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
2492
|
+
VILLA: "VILLA";
|
|
2493
|
+
COTTAGE: "COTTAGE";
|
|
2494
|
+
APARTMENT: "APARTMENT";
|
|
2495
|
+
DUPLEX: "DUPLEX";
|
|
2496
|
+
TRIPLEX: "TRIPLEX";
|
|
2497
|
+
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
2498
|
+
ATTIC: "ATTIC";
|
|
2499
|
+
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
2500
|
+
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
2501
|
+
HOTEL_ROOM: "HOTEL_ROOM";
|
|
2502
|
+
MOTEL_ROOM: "MOTEL_ROOM";
|
|
2503
|
+
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
2504
|
+
OFFICE: "OFFICE";
|
|
2505
|
+
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
2506
|
+
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
2507
|
+
WAREHOUSE: "WAREHOUSE";
|
|
2508
|
+
}>>;
|
|
2509
|
+
listingType: z.ZodEnum<{
|
|
2510
|
+
SALE: "SALE";
|
|
2511
|
+
RENT: "RENT";
|
|
2512
|
+
DAILY_RENT: "DAILY_RENT";
|
|
2513
|
+
PLEDGE: "PLEDGE";
|
|
2514
|
+
}>;
|
|
2515
|
+
budget: z.ZodOptional<z.ZodObject<{
|
|
2516
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2517
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2518
|
+
}, z.core.$strip>>;
|
|
2519
|
+
bedrooms: z.ZodOptional<z.ZodObject<{
|
|
2520
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
2521
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
2522
|
+
}, z.core.$strip>>;
|
|
2523
|
+
bathrooms: z.ZodOptional<z.ZodObject<{
|
|
2524
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
2525
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
2526
|
+
}, z.core.$strip>>;
|
|
2527
|
+
totalArea: z.ZodOptional<z.ZodObject<{
|
|
2528
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2529
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2530
|
+
}, z.core.$strip>>;
|
|
2531
|
+
livingArea: z.ZodOptional<z.ZodObject<{
|
|
2532
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
2533
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
2534
|
+
}, z.core.$strip>>;
|
|
2535
|
+
region: z.ZodOptional<z.ZodObject<{
|
|
2536
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
2537
|
+
names: z.ZodArray<z.ZodObject<{
|
|
2538
|
+
language: z.ZodEnum<{
|
|
2539
|
+
ka: "ka";
|
|
2540
|
+
en: "en";
|
|
2541
|
+
ru: "ru";
|
|
2542
|
+
}>;
|
|
2543
|
+
text: z.ZodString;
|
|
2544
|
+
}, z.core.$strip>>;
|
|
2545
|
+
}, z.core.$strip>>;
|
|
2546
|
+
district: z.ZodOptional<z.ZodObject<{
|
|
2547
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
2548
|
+
names: z.ZodArray<z.ZodObject<{
|
|
2549
|
+
language: z.ZodEnum<{
|
|
2550
|
+
ka: "ka";
|
|
2551
|
+
en: "en";
|
|
2552
|
+
ru: "ru";
|
|
2553
|
+
}>;
|
|
2554
|
+
text: z.ZodString;
|
|
2555
|
+
}, z.core.$strip>>;
|
|
2556
|
+
}, z.core.$strip>>;
|
|
2557
|
+
subDistrict: z.ZodOptional<z.ZodObject<{
|
|
2558
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
2559
|
+
names: z.ZodArray<z.ZodObject<{
|
|
2560
|
+
language: z.ZodEnum<{
|
|
2561
|
+
ka: "ka";
|
|
2562
|
+
en: "en";
|
|
2563
|
+
ru: "ru";
|
|
2564
|
+
}>;
|
|
2565
|
+
text: z.ZodString;
|
|
2566
|
+
}, z.core.$strip>>;
|
|
2567
|
+
}, z.core.$strip>>;
|
|
2568
|
+
street: z.ZodOptional<z.ZodObject<{
|
|
2569
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
2570
|
+
names: z.ZodArray<z.ZodObject<{
|
|
2571
|
+
language: z.ZodEnum<{
|
|
2572
|
+
ka: "ka";
|
|
2573
|
+
en: "en";
|
|
2574
|
+
ru: "ru";
|
|
2575
|
+
}>;
|
|
2576
|
+
text: z.ZodString;
|
|
2577
|
+
}, z.core.$strip>>;
|
|
2578
|
+
}, z.core.$strip>>;
|
|
2579
|
+
}, z.core.$strip>;
|
|
2580
|
+
recommendations: z.ZodObject<{
|
|
2581
|
+
total: z.ZodInt;
|
|
2582
|
+
liked: z.ZodInt;
|
|
2583
|
+
disliked: z.ZodInt;
|
|
2584
|
+
undecided: z.ZodInt;
|
|
2585
|
+
}, z.core.$strip>;
|
|
2458
2586
|
}, z.core.$strip>;
|
|
2459
2587
|
export declare const zCommentView: z.ZodObject<{
|
|
2460
2588
|
id: z.ZodUUID;
|
|
@@ -2855,104 +2983,139 @@ export declare const zClient360Response: z.ZodObject<{
|
|
|
2855
2983
|
}, z.core.$strip>>;
|
|
2856
2984
|
isSearching: z.ZodBoolean;
|
|
2857
2985
|
isListing: z.ZodBoolean;
|
|
2858
|
-
priority: z.
|
|
2986
|
+
priority: z.ZodEnum<{
|
|
2859
2987
|
CRITICAL: "CRITICAL";
|
|
2860
2988
|
HIGH: "HIGH";
|
|
2861
2989
|
MEDIUM: "MEDIUM";
|
|
2862
2990
|
LOW: "LOW";
|
|
2863
|
-
}
|
|
2991
|
+
}>;
|
|
2992
|
+
status: z.ZodEnum<{
|
|
2993
|
+
NEW: "NEW";
|
|
2994
|
+
ON_HOLD: "ON_HOLD";
|
|
2995
|
+
COLD: "COLD";
|
|
2996
|
+
WARM: "WARM";
|
|
2997
|
+
HOT: "HOT";
|
|
2998
|
+
WAITING_PAYMENT: "WAITING_PAYMENT";
|
|
2999
|
+
LOST: "LOST";
|
|
3000
|
+
WON: "WON";
|
|
3001
|
+
}>;
|
|
2864
3002
|
createdAt: z.ZodISODateTime;
|
|
2865
3003
|
updatedAt: z.ZodISODateTime;
|
|
2866
3004
|
interests: z.ZodArray<z.ZodObject<{
|
|
2867
3005
|
id: z.ZodCoercedBigInt<unknown>;
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
3006
|
+
title: z.ZodString;
|
|
3007
|
+
status: z.ZodEnum<{
|
|
3008
|
+
DRAFT: "DRAFT";
|
|
3009
|
+
SHARED: "SHARED";
|
|
3010
|
+
CLOSED: "CLOSED";
|
|
3011
|
+
}>;
|
|
3012
|
+
shareToken: z.ZodUUID;
|
|
3013
|
+
createdAt: z.ZodISODateTime;
|
|
3014
|
+
criteria: z.ZodObject<{
|
|
3015
|
+
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
3016
|
+
GARAGE: "GARAGE";
|
|
3017
|
+
HOUSE: "HOUSE";
|
|
3018
|
+
TOWN_HOUSE: "TOWN_HOUSE";
|
|
3019
|
+
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
3020
|
+
VILLA: "VILLA";
|
|
3021
|
+
COTTAGE: "COTTAGE";
|
|
3022
|
+
APARTMENT: "APARTMENT";
|
|
3023
|
+
DUPLEX: "DUPLEX";
|
|
3024
|
+
TRIPLEX: "TRIPLEX";
|
|
3025
|
+
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
3026
|
+
ATTIC: "ATTIC";
|
|
3027
|
+
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
3028
|
+
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
3029
|
+
HOTEL_ROOM: "HOTEL_ROOM";
|
|
3030
|
+
MOTEL_ROOM: "MOTEL_ROOM";
|
|
3031
|
+
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
3032
|
+
OFFICE: "OFFICE";
|
|
3033
|
+
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
3034
|
+
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
3035
|
+
WAREHOUSE: "WAREHOUSE";
|
|
3036
|
+
}>>;
|
|
3037
|
+
listingType: z.ZodEnum<{
|
|
3038
|
+
SALE: "SALE";
|
|
3039
|
+
RENT: "RENT";
|
|
3040
|
+
DAILY_RENT: "DAILY_RENT";
|
|
3041
|
+
PLEDGE: "PLEDGE";
|
|
3042
|
+
}>;
|
|
3043
|
+
budget: z.ZodOptional<z.ZodObject<{
|
|
3044
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3045
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3046
|
+
}, z.core.$strip>>;
|
|
3047
|
+
bedrooms: z.ZodOptional<z.ZodObject<{
|
|
3048
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
3049
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
3050
|
+
}, z.core.$strip>>;
|
|
3051
|
+
bathrooms: z.ZodOptional<z.ZodObject<{
|
|
3052
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
3053
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
3054
|
+
}, z.core.$strip>>;
|
|
3055
|
+
totalArea: z.ZodOptional<z.ZodObject<{
|
|
3056
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3057
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3058
|
+
}, z.core.$strip>>;
|
|
3059
|
+
livingArea: z.ZodOptional<z.ZodObject<{
|
|
3060
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3061
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3062
|
+
}, z.core.$strip>>;
|
|
3063
|
+
region: z.ZodOptional<z.ZodObject<{
|
|
3064
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3065
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3066
|
+
language: z.ZodEnum<{
|
|
3067
|
+
ka: "ka";
|
|
3068
|
+
en: "en";
|
|
3069
|
+
ru: "ru";
|
|
3070
|
+
}>;
|
|
3071
|
+
text: z.ZodString;
|
|
3072
|
+
}, z.core.$strip>>;
|
|
3073
|
+
}, z.core.$strip>>;
|
|
3074
|
+
district: z.ZodOptional<z.ZodObject<{
|
|
3075
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3076
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3077
|
+
language: z.ZodEnum<{
|
|
3078
|
+
ka: "ka";
|
|
3079
|
+
en: "en";
|
|
3080
|
+
ru: "ru";
|
|
3081
|
+
}>;
|
|
3082
|
+
text: z.ZodString;
|
|
3083
|
+
}, z.core.$strip>>;
|
|
3084
|
+
}, z.core.$strip>>;
|
|
3085
|
+
subDistrict: z.ZodOptional<z.ZodObject<{
|
|
3086
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3087
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3088
|
+
language: z.ZodEnum<{
|
|
3089
|
+
ka: "ka";
|
|
3090
|
+
en: "en";
|
|
3091
|
+
ru: "ru";
|
|
3092
|
+
}>;
|
|
3093
|
+
text: z.ZodString;
|
|
3094
|
+
}, z.core.$strip>>;
|
|
3095
|
+
}, z.core.$strip>>;
|
|
3096
|
+
street: z.ZodOptional<z.ZodObject<{
|
|
3097
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3098
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3099
|
+
language: z.ZodEnum<{
|
|
3100
|
+
ka: "ka";
|
|
3101
|
+
en: "en";
|
|
3102
|
+
ru: "ru";
|
|
3103
|
+
}>;
|
|
3104
|
+
text: z.ZodString;
|
|
3105
|
+
}, z.core.$strip>>;
|
|
3106
|
+
}, z.core.$strip>>;
|
|
3107
|
+
}, z.core.$strip>;
|
|
3108
|
+
recommendations: z.ZodObject<{
|
|
3109
|
+
total: z.ZodInt;
|
|
3110
|
+
liked: z.ZodInt;
|
|
3111
|
+
disliked: z.ZodInt;
|
|
3112
|
+
undecided: z.ZodInt;
|
|
3113
|
+
}, z.core.$strip>;
|
|
3114
|
+
}, z.core.$strip>>;
|
|
3115
|
+
properties: z.ZodArray<z.ZodObject<{
|
|
3116
|
+
publicId: z.ZodCoercedBigInt<unknown>;
|
|
3117
|
+
propertyId: z.ZodUUID;
|
|
3118
|
+
type: z.ZodEnum<{
|
|
2956
3119
|
GARAGE: "GARAGE";
|
|
2957
3120
|
HOUSE: "HOUSE";
|
|
2958
3121
|
TOWN_HOUSE: "TOWN_HOUSE";
|
|
@@ -3550,20 +3713,6 @@ export declare const zPutMeetingsByMeetingIdCancelData: z.ZodObject<{
|
|
|
3550
3713
|
* No Content
|
|
3551
3714
|
*/
|
|
3552
3715
|
export declare const zPutMeetingsByMeetingIdCancelResponse: z.ZodVoid;
|
|
3553
|
-
export declare const zPutContactsByContactIdRecommendationsByRecommendationsIdTitleData: z.ZodObject<{
|
|
3554
|
-
body: z.ZodObject<{
|
|
3555
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3556
|
-
}, z.core.$strip>;
|
|
3557
|
-
path: z.ZodObject<{
|
|
3558
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
3559
|
-
recommendationsId: z.ZodUUID;
|
|
3560
|
-
}, z.core.$strip>;
|
|
3561
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
3562
|
-
}, z.core.$strip>;
|
|
3563
|
-
/**
|
|
3564
|
-
* No Content
|
|
3565
|
-
*/
|
|
3566
|
-
export declare const zPutContactsByContactIdRecommendationsByRecommendationsIdTitleResponse: z.ZodVoid;
|
|
3567
3716
|
export declare const zPutContactsByContactIdPropertiesByPropertyIdAgreementData: z.ZodObject<{
|
|
3568
3717
|
body: z.ZodObject<{
|
|
3569
3718
|
type: z.ZodEnum<{
|
|
@@ -3578,6 +3727,128 @@ export declare const zPutContactsByContactIdPropertiesByPropertyIdAgreementData:
|
|
|
3578
3727
|
}, z.core.$strip>;
|
|
3579
3728
|
query: z.ZodOptional<z.ZodNever>;
|
|
3580
3729
|
}, z.core.$strip>;
|
|
3730
|
+
export declare const zGetContactsByContactIdInterestsByInterestIdData: z.ZodObject<{
|
|
3731
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
3732
|
+
path: z.ZodObject<{
|
|
3733
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
3734
|
+
interestId: z.ZodCoercedBigInt<unknown>;
|
|
3735
|
+
}, z.core.$strip>;
|
|
3736
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
3737
|
+
}, z.core.$strip>;
|
|
3738
|
+
/**
|
|
3739
|
+
* OK
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const zGetContactsByContactIdInterestsByInterestIdResponse: z.ZodObject<{
|
|
3742
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3743
|
+
title: z.ZodString;
|
|
3744
|
+
status: z.ZodEnum<{
|
|
3745
|
+
DRAFT: "DRAFT";
|
|
3746
|
+
SHARED: "SHARED";
|
|
3747
|
+
CLOSED: "CLOSED";
|
|
3748
|
+
}>;
|
|
3749
|
+
shareToken: z.ZodUUID;
|
|
3750
|
+
createdAt: z.ZodISODateTime;
|
|
3751
|
+
criteria: z.ZodObject<{
|
|
3752
|
+
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
3753
|
+
GARAGE: "GARAGE";
|
|
3754
|
+
HOUSE: "HOUSE";
|
|
3755
|
+
TOWN_HOUSE: "TOWN_HOUSE";
|
|
3756
|
+
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
3757
|
+
VILLA: "VILLA";
|
|
3758
|
+
COTTAGE: "COTTAGE";
|
|
3759
|
+
APARTMENT: "APARTMENT";
|
|
3760
|
+
DUPLEX: "DUPLEX";
|
|
3761
|
+
TRIPLEX: "TRIPLEX";
|
|
3762
|
+
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
3763
|
+
ATTIC: "ATTIC";
|
|
3764
|
+
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
3765
|
+
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
3766
|
+
HOTEL_ROOM: "HOTEL_ROOM";
|
|
3767
|
+
MOTEL_ROOM: "MOTEL_ROOM";
|
|
3768
|
+
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
3769
|
+
OFFICE: "OFFICE";
|
|
3770
|
+
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
3771
|
+
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
3772
|
+
WAREHOUSE: "WAREHOUSE";
|
|
3773
|
+
}>>;
|
|
3774
|
+
listingType: z.ZodEnum<{
|
|
3775
|
+
SALE: "SALE";
|
|
3776
|
+
RENT: "RENT";
|
|
3777
|
+
DAILY_RENT: "DAILY_RENT";
|
|
3778
|
+
PLEDGE: "PLEDGE";
|
|
3779
|
+
}>;
|
|
3780
|
+
budget: z.ZodOptional<z.ZodObject<{
|
|
3781
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3782
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3783
|
+
}, z.core.$strip>>;
|
|
3784
|
+
bedrooms: z.ZodOptional<z.ZodObject<{
|
|
3785
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
3786
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
3787
|
+
}, z.core.$strip>>;
|
|
3788
|
+
bathrooms: z.ZodOptional<z.ZodObject<{
|
|
3789
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
3790
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
3791
|
+
}, z.core.$strip>>;
|
|
3792
|
+
totalArea: z.ZodOptional<z.ZodObject<{
|
|
3793
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3794
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3795
|
+
}, z.core.$strip>>;
|
|
3796
|
+
livingArea: z.ZodOptional<z.ZodObject<{
|
|
3797
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
3798
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
3799
|
+
}, z.core.$strip>>;
|
|
3800
|
+
region: z.ZodOptional<z.ZodObject<{
|
|
3801
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3802
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3803
|
+
language: z.ZodEnum<{
|
|
3804
|
+
ka: "ka";
|
|
3805
|
+
en: "en";
|
|
3806
|
+
ru: "ru";
|
|
3807
|
+
}>;
|
|
3808
|
+
text: z.ZodString;
|
|
3809
|
+
}, z.core.$strip>>;
|
|
3810
|
+
}, z.core.$strip>>;
|
|
3811
|
+
district: z.ZodOptional<z.ZodObject<{
|
|
3812
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3813
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3814
|
+
language: z.ZodEnum<{
|
|
3815
|
+
ka: "ka";
|
|
3816
|
+
en: "en";
|
|
3817
|
+
ru: "ru";
|
|
3818
|
+
}>;
|
|
3819
|
+
text: z.ZodString;
|
|
3820
|
+
}, z.core.$strip>>;
|
|
3821
|
+
}, z.core.$strip>>;
|
|
3822
|
+
subDistrict: z.ZodOptional<z.ZodObject<{
|
|
3823
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3824
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3825
|
+
language: z.ZodEnum<{
|
|
3826
|
+
ka: "ka";
|
|
3827
|
+
en: "en";
|
|
3828
|
+
ru: "ru";
|
|
3829
|
+
}>;
|
|
3830
|
+
text: z.ZodString;
|
|
3831
|
+
}, z.core.$strip>>;
|
|
3832
|
+
}, z.core.$strip>>;
|
|
3833
|
+
street: z.ZodOptional<z.ZodObject<{
|
|
3834
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
3835
|
+
names: z.ZodArray<z.ZodObject<{
|
|
3836
|
+
language: z.ZodEnum<{
|
|
3837
|
+
ka: "ka";
|
|
3838
|
+
en: "en";
|
|
3839
|
+
ru: "ru";
|
|
3840
|
+
}>;
|
|
3841
|
+
text: z.ZodString;
|
|
3842
|
+
}, z.core.$strip>>;
|
|
3843
|
+
}, z.core.$strip>>;
|
|
3844
|
+
}, z.core.$strip>;
|
|
3845
|
+
recommendations: z.ZodObject<{
|
|
3846
|
+
total: z.ZodInt;
|
|
3847
|
+
liked: z.ZodInt;
|
|
3848
|
+
disliked: z.ZodInt;
|
|
3849
|
+
undecided: z.ZodInt;
|
|
3850
|
+
}, z.core.$strip>;
|
|
3851
|
+
}, z.core.$strip>;
|
|
3581
3852
|
export declare const zPutContactsByContactIdInterestsByInterestIdData: z.ZodObject<{
|
|
3582
3853
|
body: z.ZodObject<{
|
|
3583
3854
|
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
@@ -4048,18 +4319,17 @@ export declare const zPostPublicWebhooksMetaData: z.ZodObject<{
|
|
|
4048
4319
|
'X-Hub-Signature-256': z.ZodOptional<z.ZodString>;
|
|
4049
4320
|
}, z.core.$strip>>;
|
|
4050
4321
|
}, z.core.$strip>;
|
|
4051
|
-
export declare const
|
|
4322
|
+
export declare const zPostPublicRecomendationsByTokenItemsByItemIdRateData: z.ZodObject<{
|
|
4052
4323
|
body: z.ZodObject<{
|
|
4053
4324
|
decision: z.ZodEnum<{
|
|
4054
4325
|
MAYBE: "MAYBE";
|
|
4055
4326
|
DISLIKE: "DISLIKE";
|
|
4056
4327
|
LIKE: "LIKE";
|
|
4057
|
-
VISIT: "VISIT";
|
|
4058
4328
|
}>;
|
|
4059
4329
|
note: z.ZodOptional<z.ZodString>;
|
|
4060
4330
|
}, z.core.$strip>;
|
|
4061
4331
|
path: z.ZodObject<{
|
|
4062
|
-
|
|
4332
|
+
token: z.ZodUUID;
|
|
4063
4333
|
itemId: z.ZodCoercedBigInt<unknown>;
|
|
4064
4334
|
}, z.core.$strip>;
|
|
4065
4335
|
query: z.ZodOptional<z.ZodNever>;
|
|
@@ -4067,7 +4337,7 @@ export declare const zPostPublicRecomendationsByRecommendationsIdItemsByItemIdRa
|
|
|
4067
4337
|
/**
|
|
4068
4338
|
* No Content
|
|
4069
4339
|
*/
|
|
4070
|
-
export declare const
|
|
4340
|
+
export declare const zPostPublicRecomendationsByTokenItemsByItemIdRateResponse: z.ZodVoid;
|
|
4071
4341
|
export declare const zPostPublicOtpPhoneData: z.ZodObject<{
|
|
4072
4342
|
body: z.ZodObject<{
|
|
4073
4343
|
phoneNumber: z.ZodString;
|
|
@@ -4418,69 +4688,6 @@ export declare const zPostConversationsByConversationIdMessagesData: z.ZodObject
|
|
|
4418
4688
|
export declare const zPostConversationsByConversationIdMessagesResponse: z.ZodObject<{
|
|
4419
4689
|
id: z.ZodUUID;
|
|
4420
4690
|
}, z.core.$strip>;
|
|
4421
|
-
export declare const zPostContactsByContactIdRecommendationsData: z.ZodObject<{
|
|
4422
|
-
body: z.ZodObject<{
|
|
4423
|
-
title: z.ZodString;
|
|
4424
|
-
interestId: z.ZodCoercedBigInt<unknown>;
|
|
4425
|
-
}, z.core.$strip>;
|
|
4426
|
-
path: z.ZodObject<{
|
|
4427
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4428
|
-
}, z.core.$strip>;
|
|
4429
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
4430
|
-
}, z.core.$strip>;
|
|
4431
|
-
/**
|
|
4432
|
-
* Created
|
|
4433
|
-
*/
|
|
4434
|
-
export declare const zPostContactsByContactIdRecommendationsResponse: z.ZodObject<{
|
|
4435
|
-
value: z.ZodOptional<z.ZodUUID>;
|
|
4436
|
-
}, z.core.$strip>;
|
|
4437
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdSubmitData: z.ZodObject<{
|
|
4438
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
4439
|
-
path: z.ZodObject<{
|
|
4440
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4441
|
-
recommendationsId: z.ZodUUID;
|
|
4442
|
-
}, z.core.$strip>;
|
|
4443
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
4444
|
-
}, z.core.$strip>;
|
|
4445
|
-
/**
|
|
4446
|
-
* No Content
|
|
4447
|
-
*/
|
|
4448
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdSubmitResponse: z.ZodVoid;
|
|
4449
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdReviseData: z.ZodObject<{
|
|
4450
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
4451
|
-
path: z.ZodObject<{
|
|
4452
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4453
|
-
recommendationsId: z.ZodUUID;
|
|
4454
|
-
}, z.core.$strip>;
|
|
4455
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
4456
|
-
}, z.core.$strip>;
|
|
4457
|
-
/**
|
|
4458
|
-
* No Content
|
|
4459
|
-
*/
|
|
4460
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdReviseResponse: z.ZodVoid;
|
|
4461
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdItemsData: z.ZodObject<{
|
|
4462
|
-
body: z.ZodObject<{
|
|
4463
|
-
externalPropertyId: z.ZodUUID;
|
|
4464
|
-
externalListingId: z.ZodUUID;
|
|
4465
|
-
}, z.core.$strip>;
|
|
4466
|
-
path: z.ZodObject<{
|
|
4467
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4468
|
-
recommendationsId: z.ZodUUID;
|
|
4469
|
-
}, z.core.$strip>;
|
|
4470
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
4471
|
-
}, z.core.$strip>;
|
|
4472
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdCloseData: z.ZodObject<{
|
|
4473
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
4474
|
-
path: z.ZodObject<{
|
|
4475
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4476
|
-
recommendationsId: z.ZodUUID;
|
|
4477
|
-
}, z.core.$strip>;
|
|
4478
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
4479
|
-
}, z.core.$strip>;
|
|
4480
|
-
/**
|
|
4481
|
-
* No Content
|
|
4482
|
-
*/
|
|
4483
|
-
export declare const zPostContactsByContactIdRecommendationsByRecommendationsIdCloseResponse: z.ZodVoid;
|
|
4484
4691
|
export declare const zDeleteContactsByContactIdPropertiesByPropertyIdListingsByListingIdDealData: z.ZodObject<{
|
|
4485
4692
|
body: z.ZodOptional<z.ZodNever>;
|
|
4486
4693
|
path: z.ZodObject<{
|
|
@@ -4579,7 +4786,7 @@ export declare const zPostContactsByContactIdInterestsData: z.ZodObject<{
|
|
|
4579
4786
|
export declare const zPostContactsByContactIdInterestsResponse: z.ZodObject<{
|
|
4580
4787
|
value: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
4581
4788
|
}, z.core.$strip>;
|
|
4582
|
-
export declare const
|
|
4789
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdShareData: z.ZodObject<{
|
|
4583
4790
|
body: z.ZodOptional<z.ZodNever>;
|
|
4584
4791
|
path: z.ZodObject<{
|
|
4585
4792
|
contactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -4590,8 +4797,45 @@ export declare const zPostContactsByContactIdInterestsByInterestIdFulfilledData:
|
|
|
4590
4797
|
/**
|
|
4591
4798
|
* No Content
|
|
4592
4799
|
*/
|
|
4593
|
-
export declare const
|
|
4594
|
-
export declare const
|
|
4800
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdShareResponse: z.ZodVoid;
|
|
4801
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdReviseData: z.ZodObject<{
|
|
4802
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
4803
|
+
path: z.ZodObject<{
|
|
4804
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4805
|
+
interestId: z.ZodCoercedBigInt<unknown>;
|
|
4806
|
+
}, z.core.$strip>;
|
|
4807
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
4808
|
+
}, z.core.$strip>;
|
|
4809
|
+
/**
|
|
4810
|
+
* No Content
|
|
4811
|
+
*/
|
|
4812
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdReviseResponse: z.ZodVoid;
|
|
4813
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdRenameData: z.ZodObject<{
|
|
4814
|
+
body: z.ZodObject<{
|
|
4815
|
+
title: z.ZodString;
|
|
4816
|
+
}, z.core.$strip>;
|
|
4817
|
+
path: z.ZodObject<{
|
|
4818
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4819
|
+
interestId: z.ZodCoercedBigInt<unknown>;
|
|
4820
|
+
}, z.core.$strip>;
|
|
4821
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
4822
|
+
}, z.core.$strip>;
|
|
4823
|
+
/**
|
|
4824
|
+
* No Content
|
|
4825
|
+
*/
|
|
4826
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdRenameResponse: z.ZodVoid;
|
|
4827
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdItemsData: z.ZodObject<{
|
|
4828
|
+
body: z.ZodObject<{
|
|
4829
|
+
externalPropertyId: z.ZodUUID;
|
|
4830
|
+
externalListingId: z.ZodUUID;
|
|
4831
|
+
}, z.core.$strip>;
|
|
4832
|
+
path: z.ZodObject<{
|
|
4833
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
4834
|
+
interestId: z.ZodCoercedBigInt<unknown>;
|
|
4835
|
+
}, z.core.$strip>;
|
|
4836
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
4837
|
+
}, z.core.$strip>;
|
|
4838
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdCloseData: z.ZodObject<{
|
|
4595
4839
|
body: z.ZodOptional<z.ZodNever>;
|
|
4596
4840
|
path: z.ZodObject<{
|
|
4597
4841
|
contactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -4602,7 +4846,7 @@ export declare const zPostContactsByContactIdInterestsByInterestIdCancelledData:
|
|
|
4602
4846
|
/**
|
|
4603
4847
|
* No Content
|
|
4604
4848
|
*/
|
|
4605
|
-
export declare const
|
|
4849
|
+
export declare const zPostContactsByContactIdInterestsByInterestIdCloseResponse: z.ZodVoid;
|
|
4606
4850
|
export declare const zDeleteContactsByContactIdCommentsData: z.ZodObject<{
|
|
4607
4851
|
body: z.ZodOptional<z.ZodNever>;
|
|
4608
4852
|
path: z.ZodObject<{
|
|
@@ -5002,17 +5246,16 @@ export declare const zGetUserMeResponse: z.ZodObject<{
|
|
|
5002
5246
|
}>;
|
|
5003
5247
|
}, z.core.$strip>>;
|
|
5004
5248
|
}, z.core.$strip>;
|
|
5005
|
-
export declare const
|
|
5249
|
+
export declare const zGetPublicRecomendationsByTokenItemsData: z.ZodObject<{
|
|
5006
5250
|
body: z.ZodOptional<z.ZodNever>;
|
|
5007
5251
|
path: z.ZodObject<{
|
|
5008
|
-
|
|
5252
|
+
token: z.ZodUUID;
|
|
5009
5253
|
}, z.core.$strip>;
|
|
5010
5254
|
query: z.ZodOptional<z.ZodObject<{
|
|
5011
5255
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
5012
5256
|
MAYBE: "MAYBE";
|
|
5013
5257
|
DISLIKE: "DISLIKE";
|
|
5014
5258
|
LIKE: "LIKE";
|
|
5015
|
-
VISIT: "VISIT";
|
|
5016
5259
|
}>>;
|
|
5017
5260
|
page: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
5018
5261
|
size: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
@@ -5022,23 +5265,21 @@ export declare const zGetPublicRecomendationsByRecommendationsIdItemsData: z.Zod
|
|
|
5022
5265
|
/**
|
|
5023
5266
|
* OK
|
|
5024
5267
|
*/
|
|
5025
|
-
export declare const
|
|
5026
|
-
|
|
5268
|
+
export declare const zGetPublicRecomendationsByTokenItemsResponse: z.ZodObject<{
|
|
5269
|
+
shareToken: z.ZodUUID;
|
|
5027
5270
|
title: z.ZodString;
|
|
5028
5271
|
createdAt: z.ZodISODateTime;
|
|
5029
5272
|
status: z.ZodEnum<{
|
|
5030
5273
|
DRAFT: "DRAFT";
|
|
5031
|
-
|
|
5274
|
+
SHARED: "SHARED";
|
|
5032
5275
|
CLOSED: "CLOSED";
|
|
5033
5276
|
}>;
|
|
5034
5277
|
recommendations: z.ZodObject<{
|
|
5035
5278
|
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5036
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
5037
5279
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
5038
5280
|
MAYBE: "MAYBE";
|
|
5039
5281
|
DISLIKE: "DISLIKE";
|
|
5040
5282
|
LIKE: "LIKE";
|
|
5041
|
-
VISIT: "VISIT";
|
|
5042
5283
|
}>>;
|
|
5043
5284
|
clientNote: z.ZodOptional<z.ZodString>;
|
|
5044
5285
|
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -5138,17 +5379,17 @@ export declare const zGetPublicRecomendationsByRecommendationsIdItemsResponse: z
|
|
|
5138
5379
|
}, z.core.$strip>>;
|
|
5139
5380
|
}, z.core.$strip>;
|
|
5140
5381
|
}, z.core.$strip>;
|
|
5141
|
-
export declare const
|
|
5382
|
+
export declare const zGetPublicRecomendationsByTokenDecisionsData: z.ZodObject<{
|
|
5142
5383
|
body: z.ZodOptional<z.ZodNever>;
|
|
5143
5384
|
path: z.ZodObject<{
|
|
5144
|
-
|
|
5385
|
+
token: z.ZodUUID;
|
|
5145
5386
|
}, z.core.$strip>;
|
|
5146
5387
|
query: z.ZodOptional<z.ZodNever>;
|
|
5147
5388
|
}, z.core.$strip>;
|
|
5148
5389
|
/**
|
|
5149
5390
|
* OK
|
|
5150
5391
|
*/
|
|
5151
|
-
export declare const
|
|
5392
|
+
export declare const zGetPublicRecomendationsByTokenDecisionsResponse: z.ZodArray<z.ZodObject<{
|
|
5152
5393
|
itemId: z.ZodCoercedBigInt<unknown>;
|
|
5153
5394
|
externalPropertyId: z.ZodUUID;
|
|
5154
5395
|
externalListingId: z.ZodUUID;
|
|
@@ -5156,7 +5397,6 @@ export declare const zGetPublicRecomendationsByRecommendationsIdDecisionsRespons
|
|
|
5156
5397
|
MAYBE: "MAYBE";
|
|
5157
5398
|
DISLIKE: "DISLIKE";
|
|
5158
5399
|
LIKE: "LIKE";
|
|
5159
|
-
VISIT: "VISIT";
|
|
5160
5400
|
}>;
|
|
5161
5401
|
}, z.core.$strip>>;
|
|
5162
5402
|
export declare const zGetPublicPermissionsData: z.ZodObject<{
|
|
@@ -5576,8 +5816,8 @@ export declare const zGetNotificationsResponse: z.ZodObject<{
|
|
|
5576
5816
|
id: z.ZodUUID;
|
|
5577
5817
|
seq: z.ZodCoercedBigInt<unknown>;
|
|
5578
5818
|
type: z.ZodEnum<{
|
|
5579
|
-
NEW_MESSAGE: "NEW_MESSAGE";
|
|
5580
5819
|
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
5820
|
+
NEW_MESSAGE: "NEW_MESSAGE";
|
|
5581
5821
|
}>;
|
|
5582
5822
|
targetId: z.ZodOptional<z.ZodString>;
|
|
5583
5823
|
payload: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -5602,7 +5842,7 @@ export declare const zGetNotificationsResponse: z.ZodObject<{
|
|
|
5602
5842
|
AGENCY_MEMBER: "AGENCY_MEMBER";
|
|
5603
5843
|
}>>;
|
|
5604
5844
|
kind: z.ZodEnum<{
|
|
5605
|
-
|
|
5845
|
+
CONTACT_ASSIGNED: "CONTACT_ASSIGNED";
|
|
5606
5846
|
}>;
|
|
5607
5847
|
}, z.core.$strip>, z.ZodObject<{
|
|
5608
5848
|
contactId: z.ZodOptional<z.ZodObject<{
|
|
@@ -6148,6 +6388,7 @@ export declare const zGetListingGroupsData: z.ZodObject<{
|
|
|
6148
6388
|
query: z.ZodObject<{
|
|
6149
6389
|
groupBy: z.ZodEnum<{
|
|
6150
6390
|
REGION: "REGION";
|
|
6391
|
+
DISTRICT: "DISTRICT";
|
|
6151
6392
|
CONTACT: "CONTACT";
|
|
6152
6393
|
STATE: "STATE";
|
|
6153
6394
|
PROPERTY_TYPE: "PROPERTY_TYPE";
|
|
@@ -6406,144 +6647,7 @@ export declare const zGetConversationsByConversationIdUpdatesResponse: z.ZodObje
|
|
|
6406
6647
|
nextSeq: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
6407
6648
|
hasMore: z.ZodOptional<z.ZodBoolean>;
|
|
6408
6649
|
}, z.core.$strip>;
|
|
6409
|
-
export declare const
|
|
6410
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
6411
|
-
path: z.ZodObject<{
|
|
6412
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
6413
|
-
recommendationsId: z.ZodUUID;
|
|
6414
|
-
}, z.core.$strip>;
|
|
6415
|
-
query: z.ZodOptional<z.ZodObject<{
|
|
6416
|
-
decision: z.ZodOptional<z.ZodEnum<{
|
|
6417
|
-
MAYBE: "MAYBE";
|
|
6418
|
-
DISLIKE: "DISLIKE";
|
|
6419
|
-
LIKE: "LIKE";
|
|
6420
|
-
VISIT: "VISIT";
|
|
6421
|
-
}>>;
|
|
6422
|
-
page: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
6423
|
-
size: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
6424
|
-
sort: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6425
|
-
}, z.core.$strip>>;
|
|
6426
|
-
}, z.core.$strip>;
|
|
6427
|
-
/**
|
|
6428
|
-
* OK
|
|
6429
|
-
*/
|
|
6430
|
-
export declare const zGetContactsByContactIdRecommendationsByRecommendationsIdResponse: z.ZodObject<{
|
|
6431
|
-
recommendationsId: z.ZodUUID;
|
|
6432
|
-
title: z.ZodString;
|
|
6433
|
-
createdAt: z.ZodISODateTime;
|
|
6434
|
-
status: z.ZodEnum<{
|
|
6435
|
-
DRAFT: "DRAFT";
|
|
6436
|
-
AWAITING_CLIENT_REVIEW: "AWAITING_CLIENT_REVIEW";
|
|
6437
|
-
CLOSED: "CLOSED";
|
|
6438
|
-
}>;
|
|
6439
|
-
recommendations: z.ZodObject<{
|
|
6440
|
-
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6441
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
6442
|
-
decision: z.ZodOptional<z.ZodEnum<{
|
|
6443
|
-
MAYBE: "MAYBE";
|
|
6444
|
-
DISLIKE: "DISLIKE";
|
|
6445
|
-
LIKE: "LIKE";
|
|
6446
|
-
VISIT: "VISIT";
|
|
6447
|
-
}>>;
|
|
6448
|
-
clientNote: z.ZodOptional<z.ZodString>;
|
|
6449
|
-
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
6450
|
-
listingId: z.ZodCoercedBigInt<unknown>;
|
|
6451
|
-
externalListingId: z.ZodUUID;
|
|
6452
|
-
listingType: z.ZodEnum<{
|
|
6453
|
-
SALE: "SALE";
|
|
6454
|
-
RENT: "RENT";
|
|
6455
|
-
DAILY_RENT: "DAILY_RENT";
|
|
6456
|
-
PLEDGE: "PLEDGE";
|
|
6457
|
-
}>;
|
|
6458
|
-
price: z.ZodNumber;
|
|
6459
|
-
propertyId: z.ZodCoercedBigInt<unknown>;
|
|
6460
|
-
externalPropertyId: z.ZodUUID;
|
|
6461
|
-
type: z.ZodEnum<{
|
|
6462
|
-
GARAGE: "GARAGE";
|
|
6463
|
-
HOUSE: "HOUSE";
|
|
6464
|
-
TOWN_HOUSE: "TOWN_HOUSE";
|
|
6465
|
-
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
6466
|
-
VILLA: "VILLA";
|
|
6467
|
-
COTTAGE: "COTTAGE";
|
|
6468
|
-
APARTMENT: "APARTMENT";
|
|
6469
|
-
DUPLEX: "DUPLEX";
|
|
6470
|
-
TRIPLEX: "TRIPLEX";
|
|
6471
|
-
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
6472
|
-
ATTIC: "ATTIC";
|
|
6473
|
-
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
6474
|
-
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
6475
|
-
HOTEL_ROOM: "HOTEL_ROOM";
|
|
6476
|
-
MOTEL_ROOM: "MOTEL_ROOM";
|
|
6477
|
-
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
6478
|
-
OFFICE: "OFFICE";
|
|
6479
|
-
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
6480
|
-
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
6481
|
-
WAREHOUSE: "WAREHOUSE";
|
|
6482
|
-
}>;
|
|
6483
|
-
coverPhoto: z.ZodOptional<z.ZodString>;
|
|
6484
|
-
photoCount: z.ZodOptional<z.ZodInt>;
|
|
6485
|
-
totalArea: z.ZodNumber;
|
|
6486
|
-
livingArea: z.ZodOptional<z.ZodNumber>;
|
|
6487
|
-
balconyArea: z.ZodOptional<z.ZodNumber>;
|
|
6488
|
-
address: z.ZodObject<{
|
|
6489
|
-
region: z.ZodObject<{
|
|
6490
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6491
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6492
|
-
language: z.ZodEnum<{
|
|
6493
|
-
ka: "ka";
|
|
6494
|
-
en: "en";
|
|
6495
|
-
ru: "ru";
|
|
6496
|
-
}>;
|
|
6497
|
-
text: z.ZodString;
|
|
6498
|
-
}, z.core.$strip>>;
|
|
6499
|
-
}, z.core.$strip>;
|
|
6500
|
-
district: z.ZodObject<{
|
|
6501
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6502
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6503
|
-
language: z.ZodEnum<{
|
|
6504
|
-
ka: "ka";
|
|
6505
|
-
en: "en";
|
|
6506
|
-
ru: "ru";
|
|
6507
|
-
}>;
|
|
6508
|
-
text: z.ZodString;
|
|
6509
|
-
}, z.core.$strip>>;
|
|
6510
|
-
}, z.core.$strip>;
|
|
6511
|
-
subdistrict: z.ZodObject<{
|
|
6512
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6513
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6514
|
-
language: z.ZodEnum<{
|
|
6515
|
-
ka: "ka";
|
|
6516
|
-
en: "en";
|
|
6517
|
-
ru: "ru";
|
|
6518
|
-
}>;
|
|
6519
|
-
text: z.ZodString;
|
|
6520
|
-
}, z.core.$strip>>;
|
|
6521
|
-
}, z.core.$strip>;
|
|
6522
|
-
street: z.ZodOptional<z.ZodObject<{
|
|
6523
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6524
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6525
|
-
language: z.ZodEnum<{
|
|
6526
|
-
ka: "ka";
|
|
6527
|
-
en: "en";
|
|
6528
|
-
ru: "ru";
|
|
6529
|
-
}>;
|
|
6530
|
-
text: z.ZodString;
|
|
6531
|
-
}, z.core.$strip>>;
|
|
6532
|
-
}, z.core.$strip>>;
|
|
6533
|
-
cadastreCode: z.ZodOptional<z.ZodString>;
|
|
6534
|
-
lat: z.ZodNumber;
|
|
6535
|
-
lng: z.ZodNumber;
|
|
6536
|
-
}, z.core.$strip>;
|
|
6537
|
-
}, z.core.$strip>>>;
|
|
6538
|
-
page: z.ZodOptional<z.ZodObject<{
|
|
6539
|
-
size: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
6540
|
-
number: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
6541
|
-
totalElements: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
6542
|
-
totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
6543
|
-
}, z.core.$strip>>;
|
|
6544
|
-
}, z.core.$strip>;
|
|
6545
|
-
}, z.core.$strip>;
|
|
6546
|
-
export declare const zGetContactsByContactIdRecommendationsInterestByInterestIdData: z.ZodObject<{
|
|
6650
|
+
export declare const zGetContactsByContactIdInterestsByInterestIdRecommendationsData: z.ZodObject<{
|
|
6547
6651
|
body: z.ZodOptional<z.ZodNever>;
|
|
6548
6652
|
path: z.ZodObject<{
|
|
6549
6653
|
contactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -6554,7 +6658,6 @@ export declare const zGetContactsByContactIdRecommendationsInterestByInterestIdD
|
|
|
6554
6658
|
MAYBE: "MAYBE";
|
|
6555
6659
|
DISLIKE: "DISLIKE";
|
|
6556
6660
|
LIKE: "LIKE";
|
|
6557
|
-
VISIT: "VISIT";
|
|
6558
6661
|
}>>;
|
|
6559
6662
|
page: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
6560
6663
|
size: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
@@ -6564,23 +6667,21 @@ export declare const zGetContactsByContactIdRecommendationsInterestByInterestIdD
|
|
|
6564
6667
|
/**
|
|
6565
6668
|
* OK
|
|
6566
6669
|
*/
|
|
6567
|
-
export declare const
|
|
6568
|
-
|
|
6670
|
+
export declare const zGetContactsByContactIdInterestsByInterestIdRecommendationsResponse: z.ZodObject<{
|
|
6671
|
+
shareToken: z.ZodUUID;
|
|
6569
6672
|
title: z.ZodString;
|
|
6570
6673
|
createdAt: z.ZodISODateTime;
|
|
6571
6674
|
status: z.ZodEnum<{
|
|
6572
6675
|
DRAFT: "DRAFT";
|
|
6573
|
-
|
|
6676
|
+
SHARED: "SHARED";
|
|
6574
6677
|
CLOSED: "CLOSED";
|
|
6575
6678
|
}>;
|
|
6576
6679
|
recommendations: z.ZodObject<{
|
|
6577
6680
|
content: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6578
|
-
recommendationItemId: z.ZodCoercedBigInt<unknown>;
|
|
6579
6681
|
decision: z.ZodOptional<z.ZodEnum<{
|
|
6580
6682
|
MAYBE: "MAYBE";
|
|
6581
6683
|
DISLIKE: "DISLIKE";
|
|
6582
6684
|
LIKE: "LIKE";
|
|
6583
|
-
VISIT: "VISIT";
|
|
6584
6685
|
}>>;
|
|
6585
6686
|
clientNote: z.ZodOptional<z.ZodString>;
|
|
6586
6687
|
ownerContactId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -6680,103 +6781,6 @@ export declare const zGetContactsByContactIdRecommendationsInterestByInterestIdR
|
|
|
6680
6781
|
}, z.core.$strip>>;
|
|
6681
6782
|
}, z.core.$strip>;
|
|
6682
6783
|
}, z.core.$strip>;
|
|
6683
|
-
export declare const zGetContactsByContactIdInterestsRecommendationByRecommendationIdData: z.ZodObject<{
|
|
6684
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
6685
|
-
path: z.ZodObject<{
|
|
6686
|
-
contactId: z.ZodCoercedBigInt<unknown>;
|
|
6687
|
-
recommendationId: z.ZodUUID;
|
|
6688
|
-
}, z.core.$strip>;
|
|
6689
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
6690
|
-
}, z.core.$strip>;
|
|
6691
|
-
/**
|
|
6692
|
-
* OK
|
|
6693
|
-
*/
|
|
6694
|
-
export declare const zGetContactsByContactIdInterestsRecommendationByRecommendationIdResponse: z.ZodObject<{
|
|
6695
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6696
|
-
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
6697
|
-
GARAGE: "GARAGE";
|
|
6698
|
-
HOUSE: "HOUSE";
|
|
6699
|
-
TOWN_HOUSE: "TOWN_HOUSE";
|
|
6700
|
-
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
6701
|
-
VILLA: "VILLA";
|
|
6702
|
-
COTTAGE: "COTTAGE";
|
|
6703
|
-
APARTMENT: "APARTMENT";
|
|
6704
|
-
DUPLEX: "DUPLEX";
|
|
6705
|
-
TRIPLEX: "TRIPLEX";
|
|
6706
|
-
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
6707
|
-
ATTIC: "ATTIC";
|
|
6708
|
-
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
6709
|
-
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
6710
|
-
HOTEL_ROOM: "HOTEL_ROOM";
|
|
6711
|
-
MOTEL_ROOM: "MOTEL_ROOM";
|
|
6712
|
-
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
6713
|
-
OFFICE: "OFFICE";
|
|
6714
|
-
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
6715
|
-
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
6716
|
-
WAREHOUSE: "WAREHOUSE";
|
|
6717
|
-
}>>;
|
|
6718
|
-
listingType: z.ZodEnum<{
|
|
6719
|
-
SALE: "SALE";
|
|
6720
|
-
RENT: "RENT";
|
|
6721
|
-
DAILY_RENT: "DAILY_RENT";
|
|
6722
|
-
PLEDGE: "PLEDGE";
|
|
6723
|
-
}>;
|
|
6724
|
-
priceMin: z.ZodOptional<z.ZodNumber>;
|
|
6725
|
-
priceMax: z.ZodOptional<z.ZodNumber>;
|
|
6726
|
-
bedroomsMin: z.ZodOptional<z.ZodInt>;
|
|
6727
|
-
bedroomsMax: z.ZodOptional<z.ZodInt>;
|
|
6728
|
-
bathroomsMin: z.ZodOptional<z.ZodInt>;
|
|
6729
|
-
bathroomsMax: z.ZodOptional<z.ZodInt>;
|
|
6730
|
-
totalAreaMin: z.ZodOptional<z.ZodNumber>;
|
|
6731
|
-
totalAreaMax: z.ZodOptional<z.ZodNumber>;
|
|
6732
|
-
livingAreaMin: z.ZodOptional<z.ZodNumber>;
|
|
6733
|
-
livingAreaMax: z.ZodOptional<z.ZodNumber>;
|
|
6734
|
-
region: z.ZodOptional<z.ZodObject<{
|
|
6735
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6736
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6737
|
-
language: z.ZodEnum<{
|
|
6738
|
-
ka: "ka";
|
|
6739
|
-
en: "en";
|
|
6740
|
-
ru: "ru";
|
|
6741
|
-
}>;
|
|
6742
|
-
text: z.ZodString;
|
|
6743
|
-
}, z.core.$strip>>;
|
|
6744
|
-
}, z.core.$strip>>;
|
|
6745
|
-
district: z.ZodOptional<z.ZodObject<{
|
|
6746
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6747
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6748
|
-
language: z.ZodEnum<{
|
|
6749
|
-
ka: "ka";
|
|
6750
|
-
en: "en";
|
|
6751
|
-
ru: "ru";
|
|
6752
|
-
}>;
|
|
6753
|
-
text: z.ZodString;
|
|
6754
|
-
}, z.core.$strip>>;
|
|
6755
|
-
}, z.core.$strip>>;
|
|
6756
|
-
subDistrict: z.ZodOptional<z.ZodObject<{
|
|
6757
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6758
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6759
|
-
language: z.ZodEnum<{
|
|
6760
|
-
ka: "ka";
|
|
6761
|
-
en: "en";
|
|
6762
|
-
ru: "ru";
|
|
6763
|
-
}>;
|
|
6764
|
-
text: z.ZodString;
|
|
6765
|
-
}, z.core.$strip>>;
|
|
6766
|
-
}, z.core.$strip>>;
|
|
6767
|
-
street: z.ZodOptional<z.ZodObject<{
|
|
6768
|
-
id: z.ZodCoercedBigInt<unknown>;
|
|
6769
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6770
|
-
language: z.ZodEnum<{
|
|
6771
|
-
ka: "ka";
|
|
6772
|
-
en: "en";
|
|
6773
|
-
ru: "ru";
|
|
6774
|
-
}>;
|
|
6775
|
-
text: z.ZodString;
|
|
6776
|
-
}, z.core.$strip>>;
|
|
6777
|
-
}, z.core.$strip>>;
|
|
6778
|
-
active: z.ZodBoolean;
|
|
6779
|
-
}, z.core.$strip>;
|
|
6780
6784
|
export declare const zGetContactByContactIdData: z.ZodObject<{
|
|
6781
6785
|
body: z.ZodOptional<z.ZodNever>;
|
|
6782
6786
|
path: z.ZodObject<{
|
|
@@ -6898,99 +6902,134 @@ export declare const zGetContactByContactId360Response: z.ZodObject<{
|
|
|
6898
6902
|
}, z.core.$strip>>;
|
|
6899
6903
|
isSearching: z.ZodBoolean;
|
|
6900
6904
|
isListing: z.ZodBoolean;
|
|
6901
|
-
priority: z.
|
|
6905
|
+
priority: z.ZodEnum<{
|
|
6902
6906
|
CRITICAL: "CRITICAL";
|
|
6903
6907
|
HIGH: "HIGH";
|
|
6904
6908
|
MEDIUM: "MEDIUM";
|
|
6905
6909
|
LOW: "LOW";
|
|
6906
|
-
}
|
|
6910
|
+
}>;
|
|
6911
|
+
status: z.ZodEnum<{
|
|
6912
|
+
NEW: "NEW";
|
|
6913
|
+
ON_HOLD: "ON_HOLD";
|
|
6914
|
+
COLD: "COLD";
|
|
6915
|
+
WARM: "WARM";
|
|
6916
|
+
HOT: "HOT";
|
|
6917
|
+
WAITING_PAYMENT: "WAITING_PAYMENT";
|
|
6918
|
+
LOST: "LOST";
|
|
6919
|
+
WON: "WON";
|
|
6920
|
+
}>;
|
|
6907
6921
|
createdAt: z.ZodISODateTime;
|
|
6908
6922
|
updatedAt: z.ZodISODateTime;
|
|
6909
6923
|
interests: z.ZodArray<z.ZodObject<{
|
|
6910
6924
|
id: z.ZodCoercedBigInt<unknown>;
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
VILLA: "VILLA";
|
|
6917
|
-
COTTAGE: "COTTAGE";
|
|
6918
|
-
APARTMENT: "APARTMENT";
|
|
6919
|
-
DUPLEX: "DUPLEX";
|
|
6920
|
-
TRIPLEX: "TRIPLEX";
|
|
6921
|
-
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
6922
|
-
ATTIC: "ATTIC";
|
|
6923
|
-
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
6924
|
-
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
6925
|
-
HOTEL_ROOM: "HOTEL_ROOM";
|
|
6926
|
-
MOTEL_ROOM: "MOTEL_ROOM";
|
|
6927
|
-
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
6928
|
-
OFFICE: "OFFICE";
|
|
6929
|
-
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
6930
|
-
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
6931
|
-
WAREHOUSE: "WAREHOUSE";
|
|
6932
|
-
}>>;
|
|
6933
|
-
listingType: z.ZodEnum<{
|
|
6934
|
-
SALE: "SALE";
|
|
6935
|
-
RENT: "RENT";
|
|
6936
|
-
DAILY_RENT: "DAILY_RENT";
|
|
6937
|
-
PLEDGE: "PLEDGE";
|
|
6925
|
+
title: z.ZodString;
|
|
6926
|
+
status: z.ZodEnum<{
|
|
6927
|
+
DRAFT: "DRAFT";
|
|
6928
|
+
SHARED: "SHARED";
|
|
6929
|
+
CLOSED: "CLOSED";
|
|
6938
6930
|
}>;
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
|
|
6949
|
-
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6931
|
+
shareToken: z.ZodUUID;
|
|
6932
|
+
createdAt: z.ZodISODateTime;
|
|
6933
|
+
criteria: z.ZodObject<{
|
|
6934
|
+
propertyTypes: z.ZodArray<z.ZodEnum<{
|
|
6935
|
+
GARAGE: "GARAGE";
|
|
6936
|
+
HOUSE: "HOUSE";
|
|
6937
|
+
TOWN_HOUSE: "TOWN_HOUSE";
|
|
6938
|
+
COUNTRY_HOUSE: "COUNTRY_HOUSE";
|
|
6939
|
+
VILLA: "VILLA";
|
|
6940
|
+
COTTAGE: "COTTAGE";
|
|
6941
|
+
APARTMENT: "APARTMENT";
|
|
6942
|
+
DUPLEX: "DUPLEX";
|
|
6943
|
+
TRIPLEX: "TRIPLEX";
|
|
6944
|
+
SEMI_BASEMENT: "SEMI_BASEMENT";
|
|
6945
|
+
ATTIC: "ATTIC";
|
|
6946
|
+
AGRICULTURAL_LAND: "AGRICULTURAL_LAND";
|
|
6947
|
+
RESIDENTIAL_LAND: "RESIDENTIAL_LAND";
|
|
6948
|
+
HOTEL_ROOM: "HOTEL_ROOM";
|
|
6949
|
+
MOTEL_ROOM: "MOTEL_ROOM";
|
|
6950
|
+
CO_LIVING_SPACE: "CO_LIVING_SPACE";
|
|
6951
|
+
OFFICE: "OFFICE";
|
|
6952
|
+
COMMERCIAL_SPACE: "COMMERCIAL_SPACE";
|
|
6953
|
+
CO_WORKING_SPACE: "CO_WORKING_SPACE";
|
|
6954
|
+
WAREHOUSE: "WAREHOUSE";
|
|
6955
|
+
}>>;
|
|
6956
|
+
listingType: z.ZodEnum<{
|
|
6957
|
+
SALE: "SALE";
|
|
6958
|
+
RENT: "RENT";
|
|
6959
|
+
DAILY_RENT: "DAILY_RENT";
|
|
6960
|
+
PLEDGE: "PLEDGE";
|
|
6961
|
+
}>;
|
|
6962
|
+
budget: z.ZodOptional<z.ZodObject<{
|
|
6963
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
6964
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
6958
6965
|
}, z.core.$strip>>;
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
|
|
6962
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6963
|
-
language: z.ZodEnum<{
|
|
6964
|
-
ka: "ka";
|
|
6965
|
-
en: "en";
|
|
6966
|
-
ru: "ru";
|
|
6967
|
-
}>;
|
|
6968
|
-
text: z.ZodString;
|
|
6966
|
+
bedrooms: z.ZodOptional<z.ZodObject<{
|
|
6967
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
6968
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
6969
6969
|
}, z.core.$strip>>;
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6974
|
-
language: z.ZodEnum<{
|
|
6975
|
-
ka: "ka";
|
|
6976
|
-
en: "en";
|
|
6977
|
-
ru: "ru";
|
|
6978
|
-
}>;
|
|
6979
|
-
text: z.ZodString;
|
|
6970
|
+
bathrooms: z.ZodOptional<z.ZodObject<{
|
|
6971
|
+
min: z.ZodOptional<z.ZodInt>;
|
|
6972
|
+
max: z.ZodOptional<z.ZodInt>;
|
|
6980
6973
|
}, z.core.$strip>>;
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
names: z.ZodArray<z.ZodObject<{
|
|
6985
|
-
language: z.ZodEnum<{
|
|
6986
|
-
ka: "ka";
|
|
6987
|
-
en: "en";
|
|
6988
|
-
ru: "ru";
|
|
6989
|
-
}>;
|
|
6990
|
-
text: z.ZodString;
|
|
6974
|
+
totalArea: z.ZodOptional<z.ZodObject<{
|
|
6975
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
6976
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
6991
6977
|
}, z.core.$strip>>;
|
|
6992
|
-
|
|
6993
|
-
|
|
6978
|
+
livingArea: z.ZodOptional<z.ZodObject<{
|
|
6979
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
6980
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
6981
|
+
}, z.core.$strip>>;
|
|
6982
|
+
region: z.ZodOptional<z.ZodObject<{
|
|
6983
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
6984
|
+
names: z.ZodArray<z.ZodObject<{
|
|
6985
|
+
language: z.ZodEnum<{
|
|
6986
|
+
ka: "ka";
|
|
6987
|
+
en: "en";
|
|
6988
|
+
ru: "ru";
|
|
6989
|
+
}>;
|
|
6990
|
+
text: z.ZodString;
|
|
6991
|
+
}, z.core.$strip>>;
|
|
6992
|
+
}, z.core.$strip>>;
|
|
6993
|
+
district: z.ZodOptional<z.ZodObject<{
|
|
6994
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
6995
|
+
names: z.ZodArray<z.ZodObject<{
|
|
6996
|
+
language: z.ZodEnum<{
|
|
6997
|
+
ka: "ka";
|
|
6998
|
+
en: "en";
|
|
6999
|
+
ru: "ru";
|
|
7000
|
+
}>;
|
|
7001
|
+
text: z.ZodString;
|
|
7002
|
+
}, z.core.$strip>>;
|
|
7003
|
+
}, z.core.$strip>>;
|
|
7004
|
+
subDistrict: z.ZodOptional<z.ZodObject<{
|
|
7005
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
7006
|
+
names: z.ZodArray<z.ZodObject<{
|
|
7007
|
+
language: z.ZodEnum<{
|
|
7008
|
+
ka: "ka";
|
|
7009
|
+
en: "en";
|
|
7010
|
+
ru: "ru";
|
|
7011
|
+
}>;
|
|
7012
|
+
text: z.ZodString;
|
|
7013
|
+
}, z.core.$strip>>;
|
|
7014
|
+
}, z.core.$strip>>;
|
|
7015
|
+
street: z.ZodOptional<z.ZodObject<{
|
|
7016
|
+
id: z.ZodCoercedBigInt<unknown>;
|
|
7017
|
+
names: z.ZodArray<z.ZodObject<{
|
|
7018
|
+
language: z.ZodEnum<{
|
|
7019
|
+
ka: "ka";
|
|
7020
|
+
en: "en";
|
|
7021
|
+
ru: "ru";
|
|
7022
|
+
}>;
|
|
7023
|
+
text: z.ZodString;
|
|
7024
|
+
}, z.core.$strip>>;
|
|
7025
|
+
}, z.core.$strip>>;
|
|
7026
|
+
}, z.core.$strip>;
|
|
7027
|
+
recommendations: z.ZodObject<{
|
|
7028
|
+
total: z.ZodInt;
|
|
7029
|
+
liked: z.ZodInt;
|
|
7030
|
+
disliked: z.ZodInt;
|
|
7031
|
+
undecided: z.ZodInt;
|
|
7032
|
+
}, z.core.$strip>;
|
|
6994
7033
|
}, z.core.$strip>>;
|
|
6995
7034
|
properties: z.ZodArray<z.ZodObject<{
|
|
6996
7035
|
publicId: z.ZodCoercedBigInt<unknown>;
|
|
@@ -7489,11 +7528,11 @@ export declare const zDeleteConversationsByConversationIdPresenceData: z.ZodObje
|
|
|
7489
7528
|
* No Content
|
|
7490
7529
|
*/
|
|
7491
7530
|
export declare const zDeleteConversationsByConversationIdPresenceResponse: z.ZodVoid;
|
|
7492
|
-
export declare const
|
|
7531
|
+
export declare const zDeleteContactsByContactIdInterestsByInterestIdItemsByItemIdData: z.ZodObject<{
|
|
7493
7532
|
body: z.ZodOptional<z.ZodNever>;
|
|
7494
7533
|
path: z.ZodObject<{
|
|
7495
7534
|
contactId: z.ZodCoercedBigInt<unknown>;
|
|
7496
|
-
|
|
7535
|
+
interestId: z.ZodCoercedBigInt<unknown>;
|
|
7497
7536
|
itemId: z.ZodCoercedBigInt<unknown>;
|
|
7498
7537
|
}, z.core.$strip>;
|
|
7499
7538
|
query: z.ZodOptional<z.ZodNever>;
|
|
@@ -7501,5 +7540,5 @@ export declare const zDeleteContactsByContactIdRecommendationsByRecommendationsI
|
|
|
7501
7540
|
/**
|
|
7502
7541
|
* No Content
|
|
7503
7542
|
*/
|
|
7504
|
-
export declare const
|
|
7543
|
+
export declare const zDeleteContactsByContactIdInterestsByInterestIdItemsByItemIdResponse: z.ZodVoid;
|
|
7505
7544
|
//# sourceMappingURL=zod.gen.d.ts.map
|