@homespot-sdk/core 0.0.119 → 0.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/registration/index.d.ts +2 -2
  2. package/dist/registration/index.d.ts.map +1 -1
  3. package/dist/registration/index.js +1 -1
  4. package/dist/registration/index.js.map +1 -1
  5. package/dist/registration/sdk.gen.d.ts +19 -19
  6. package/dist/registration/sdk.gen.d.ts.map +1 -1
  7. package/dist/registration/sdk.gen.js +20 -20
  8. package/dist/registration/sdk.gen.js.map +1 -1
  9. package/dist/registration/transformers.gen.d.ts +2 -2
  10. package/dist/registration/transformers.gen.d.ts.map +1 -1
  11. package/dist/registration/transformers.gen.js +1 -1
  12. package/dist/registration/transformers.gen.js.map +1 -1
  13. package/dist/registration/types.gen.d.ts +53 -53
  14. package/dist/registration/types.gen.d.ts.map +1 -1
  15. package/dist/registration/zod.gen.d.ts +35 -35
  16. package/dist/registration/zod.gen.d.ts.map +1 -1
  17. package/dist/registration/zod.gen.js +35 -35
  18. package/dist/registration/zod.gen.js.map +1 -1
  19. package/dist/rem/index.d.ts +2 -2
  20. package/dist/rem/index.d.ts.map +1 -1
  21. package/dist/rem/index.js +1 -1
  22. package/dist/rem/index.js.map +1 -1
  23. package/dist/rem/sdk.gen.d.ts +55 -55
  24. package/dist/rem/sdk.gen.d.ts.map +1 -1
  25. package/dist/rem/sdk.gen.js +57 -57
  26. package/dist/rem/sdk.gen.js.map +1 -1
  27. package/dist/rem/transformers.gen.d.ts +3 -3
  28. package/dist/rem/transformers.gen.d.ts.map +1 -1
  29. package/dist/rem/transformers.gen.js +2 -2
  30. package/dist/rem/transformers.gen.js.map +1 -1
  31. package/dist/rem/types.gen.d.ts +159 -159
  32. package/dist/rem/types.gen.d.ts.map +1 -1
  33. package/dist/rem/zod.gen.d.ts +105 -105
  34. package/dist/rem/zod.gen.d.ts.map +1 -1
  35. package/dist/rem/zod.gen.js +105 -105
  36. package/dist/rem/zod.gen.js.map +1 -1
  37. package/package.json +1 -1
@@ -1146,7 +1146,7 @@ export declare const zPagedModelClientGridResponse: z.ZodObject<{
1146
1146
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1147
1147
  }, z.core.$strip>>;
1148
1148
  }, z.core.$strip>;
1149
- export declare const zRemoveRoleData: z.ZodObject<{
1149
+ export declare const zDeleteRolesByRoleIdData: z.ZodObject<{
1150
1150
  body: z.ZodOptional<z.ZodNever>;
1151
1151
  path: z.ZodObject<{
1152
1152
  roleId: z.ZodInt;
@@ -1156,8 +1156,8 @@ export declare const zRemoveRoleData: z.ZodObject<{
1156
1156
  /**
1157
1157
  * No Content
1158
1158
  */
1159
- export declare const zRemoveRoleResponse: z.ZodVoid;
1160
- export declare const zUpdateRoleData: z.ZodObject<{
1159
+ export declare const zDeleteRolesByRoleIdResponse: z.ZodVoid;
1160
+ export declare const zPutRolesByRoleIdData: z.ZodObject<{
1161
1161
  body: z.ZodObject<{
1162
1162
  name: z.ZodString;
1163
1163
  description: z.ZodString;
@@ -1188,8 +1188,8 @@ export declare const zUpdateRoleData: z.ZodObject<{
1188
1188
  /**
1189
1189
  * No Content
1190
1190
  */
1191
- export declare const zUpdateRoleResponse: z.ZodVoid;
1192
- export declare const zAssignRoleData: z.ZodObject<{
1191
+ export declare const zPutRolesByRoleIdResponse: z.ZodVoid;
1192
+ export declare const zPutMemberByMemberIdRoleData: z.ZodObject<{
1193
1193
  body: z.ZodObject<{
1194
1194
  roleId: z.ZodInt;
1195
1195
  }, z.core.$strip>;
@@ -1201,8 +1201,8 @@ export declare const zAssignRoleData: z.ZodObject<{
1201
1201
  /**
1202
1202
  * No Content
1203
1203
  */
1204
- export declare const zAssignRoleResponse: z.ZodVoid;
1205
- export declare const zAssignRoleBatchData: z.ZodObject<{
1204
+ export declare const zPutMemberByMemberIdRoleResponse: z.ZodVoid;
1205
+ export declare const zPutMemberRoleData: z.ZodObject<{
1206
1206
  body: z.ZodObject<{
1207
1207
  roleId: z.ZodInt;
1208
1208
  memberIds: z.ZodArray<z.ZodUUID>;
@@ -1213,8 +1213,8 @@ export declare const zAssignRoleBatchData: z.ZodObject<{
1213
1213
  /**
1214
1214
  * No Content
1215
1215
  */
1216
- export declare const zAssignRoleBatchResponse: z.ZodVoid;
1217
- export declare const zRecordSourceData: z.ZodObject<{
1216
+ export declare const zPutMemberRoleResponse: z.ZodVoid;
1217
+ export declare const zPutLeadsByLeadIdSourceData: z.ZodObject<{
1218
1218
  body: z.ZodObject<{
1219
1219
  sourceUrl: z.ZodOptional<z.ZodString>;
1220
1220
  }, z.core.$strip>;
@@ -1226,8 +1226,8 @@ export declare const zRecordSourceData: z.ZodObject<{
1226
1226
  /**
1227
1227
  * No Content
1228
1228
  */
1229
- export declare const zRecordSourceResponse: z.ZodVoid;
1230
- export declare const zAnnotateData: z.ZodObject<{
1229
+ export declare const zPutLeadsByLeadIdSourceResponse: z.ZodVoid;
1230
+ export declare const zPutLeadsByLeadIdNoteData: z.ZodObject<{
1231
1231
  body: z.ZodObject<{
1232
1232
  note: z.ZodOptional<z.ZodString>;
1233
1233
  }, z.core.$strip>;
@@ -1239,8 +1239,8 @@ export declare const zAnnotateData: z.ZodObject<{
1239
1239
  /**
1240
1240
  * No Content
1241
1241
  */
1242
- export declare const zAnnotateResponse: z.ZodVoid;
1243
- export declare const zWithdrawData: z.ZodObject<{
1242
+ export declare const zPutLeadsByLeadIdNoteResponse: z.ZodVoid;
1243
+ export declare const zDeleteLeadsByLeadIdIntentsByIntentIdData: z.ZodObject<{
1244
1244
  body: z.ZodOptional<z.ZodNever>;
1245
1245
  path: z.ZodObject<{
1246
1246
  leadId: z.ZodCoercedBigInt<unknown>;
@@ -1251,8 +1251,8 @@ export declare const zWithdrawData: z.ZodObject<{
1251
1251
  /**
1252
1252
  * No Content
1253
1253
  */
1254
- export declare const zWithdrawResponse: z.ZodVoid;
1255
- export declare const zReviseData: z.ZodObject<{
1254
+ export declare const zDeleteLeadsByLeadIdIntentsByIntentIdResponse: z.ZodVoid;
1255
+ export declare const zPutLeadsByLeadIdIntentsByIntentIdData: z.ZodObject<{
1256
1256
  body: z.ZodObject<{
1257
1257
  clientType: z.ZodEnum<{
1258
1258
  LISTING: "LISTING";
@@ -1308,8 +1308,8 @@ export declare const zReviseData: z.ZodObject<{
1308
1308
  /**
1309
1309
  * No Content
1310
1310
  */
1311
- export declare const zReviseResponse: z.ZodVoid;
1312
- export declare const zCorrectContactInfoData: z.ZodObject<{
1311
+ export declare const zPutLeadsByLeadIdIntentsByIntentIdResponse: z.ZodVoid;
1312
+ export declare const zPutLeadsByLeadIdContactInfoData: z.ZodObject<{
1313
1313
  body: z.ZodObject<{
1314
1314
  firstName: z.ZodOptional<z.ZodString>;
1315
1315
  lastName: z.ZodOptional<z.ZodString>;
@@ -1329,8 +1329,8 @@ export declare const zCorrectContactInfoData: z.ZodObject<{
1329
1329
  /**
1330
1330
  * No Content
1331
1331
  */
1332
- export declare const zCorrectContactInfoResponse: z.ZodVoid;
1333
- export declare const zReassignData: z.ZodObject<{
1332
+ export declare const zPutLeadsByLeadIdContactInfoResponse: z.ZodVoid;
1333
+ export declare const zPutLeadsByLeadIdAssignmentData: z.ZodObject<{
1334
1334
  body: z.ZodObject<{
1335
1335
  memberId: z.ZodUUID;
1336
1336
  }, z.core.$strip>;
@@ -1342,8 +1342,8 @@ export declare const zReassignData: z.ZodObject<{
1342
1342
  /**
1343
1343
  * No Content
1344
1344
  */
1345
- export declare const zReassignResponse: z.ZodVoid;
1346
- export declare const zRecordSource1Data: z.ZodObject<{
1345
+ export declare const zPutLeadsByLeadIdAssignmentResponse: z.ZodVoid;
1346
+ export declare const zPutClientsByClientIdSourceData: z.ZodObject<{
1347
1347
  body: z.ZodObject<{
1348
1348
  sourceUrl: z.ZodOptional<z.ZodString>;
1349
1349
  }, z.core.$strip>;
@@ -1355,8 +1355,8 @@ export declare const zRecordSource1Data: z.ZodObject<{
1355
1355
  /**
1356
1356
  * No Content
1357
1357
  */
1358
- export declare const zRecordSource1Response: z.ZodVoid;
1359
- export declare const zReprioritizeData: z.ZodObject<{
1358
+ export declare const zPutClientsByClientIdSourceResponse: z.ZodVoid;
1359
+ export declare const zPutClientsByClientIdPriorityData: z.ZodObject<{
1360
1360
  body: z.ZodObject<{
1361
1361
  priority: z.ZodOptional<z.ZodEnum<{
1362
1362
  CRITICAL: "CRITICAL";
@@ -1373,8 +1373,8 @@ export declare const zReprioritizeData: z.ZodObject<{
1373
1373
  /**
1374
1374
  * No Content
1375
1375
  */
1376
- export declare const zReprioritizeResponse: z.ZodVoid;
1377
- export declare const zReviseCriteriaData: z.ZodObject<{
1376
+ export declare const zPutClientsByClientIdPriorityResponse: z.ZodVoid;
1377
+ export declare const zPutClientsByClientIdInterestsByInterestIdData: z.ZodObject<{
1378
1378
  body: z.ZodObject<{
1379
1379
  propertyTypes: z.ZodArray<z.ZodEnum<{
1380
1380
  GARAGE: "GARAGE";
@@ -1430,8 +1430,8 @@ export declare const zReviseCriteriaData: z.ZodObject<{
1430
1430
  /**
1431
1431
  * No Content
1432
1432
  */
1433
- export declare const zReviseCriteriaResponse: z.ZodVoid;
1434
- export declare const zUpdateContactPreferencesData: z.ZodObject<{
1433
+ export declare const zPutClientsByClientIdInterestsByInterestIdResponse: z.ZodVoid;
1434
+ export declare const zPutClientsByClientIdContactPreferencesData: z.ZodObject<{
1435
1435
  body: z.ZodObject<{
1436
1436
  contactMethods: z.ZodArray<z.ZodEnum<{
1437
1437
  WHATSAPP: "WHATSAPP";
@@ -1452,8 +1452,8 @@ export declare const zUpdateContactPreferencesData: z.ZodObject<{
1452
1452
  /**
1453
1453
  * No Content
1454
1454
  */
1455
- export declare const zUpdateContactPreferencesResponse: z.ZodVoid;
1456
- export declare const zCorrectContactInfo1Data: z.ZodObject<{
1455
+ export declare const zPutClientsByClientIdContactPreferencesResponse: z.ZodVoid;
1456
+ export declare const zPutClientsByClientIdContactInfoData: z.ZodObject<{
1457
1457
  body: z.ZodObject<{
1458
1458
  firstName: z.ZodOptional<z.ZodString>;
1459
1459
  lastName: z.ZodOptional<z.ZodString>;
@@ -1473,8 +1473,8 @@ export declare const zCorrectContactInfo1Data: z.ZodObject<{
1473
1473
  /**
1474
1474
  * No Content
1475
1475
  */
1476
- export declare const zCorrectContactInfo1Response: z.ZodVoid;
1477
- export declare const zReassign1Data: z.ZodObject<{
1476
+ export declare const zPutClientsByClientIdContactInfoResponse: z.ZodVoid;
1477
+ export declare const zPutClientsByClientIdAssignmentData: z.ZodObject<{
1478
1478
  body: z.ZodObject<{
1479
1479
  memberId: z.ZodUUID;
1480
1480
  }, z.core.$strip>;
@@ -1486,8 +1486,8 @@ export declare const zReassign1Data: z.ZodObject<{
1486
1486
  /**
1487
1487
  * No Content
1488
1488
  */
1489
- export declare const zReassign1Response: z.ZodVoid;
1490
- export declare const zCorrectRegistrationDetailsData: z.ZodObject<{
1489
+ export declare const zPutClientsByClientIdAssignmentResponse: z.ZodVoid;
1490
+ export declare const zPutAgencyByAgencyIdDetailsData: z.ZodObject<{
1491
1491
  body: z.ZodObject<{
1492
1492
  name: z.ZodString;
1493
1493
  email: z.ZodEmail;
@@ -1511,8 +1511,8 @@ export declare const zCorrectRegistrationDetailsData: z.ZodObject<{
1511
1511
  /**
1512
1512
  * No Content
1513
1513
  */
1514
- export declare const zCorrectRegistrationDetailsResponse: z.ZodVoid;
1515
- export declare const zActivateAgencyData: z.ZodObject<{
1514
+ export declare const zPutAgencyByAgencyIdDetailsResponse: z.ZodVoid;
1515
+ export declare const zPutAgencyByAgencyIdActivateData: z.ZodObject<{
1516
1516
  body: z.ZodOptional<z.ZodNever>;
1517
1517
  path: z.ZodObject<{
1518
1518
  agencyId: z.ZodUUID;
@@ -1522,8 +1522,8 @@ export declare const zActivateAgencyData: z.ZodObject<{
1522
1522
  /**
1523
1523
  * No Content
1524
1524
  */
1525
- export declare const zActivateAgencyResponse: z.ZodVoid;
1526
- export declare const zUpdateSocialUrlsData: z.ZodObject<{
1525
+ export declare const zPutAgencyByAgencyIdActivateResponse: z.ZodVoid;
1526
+ export declare const zPutAgencySocialMediaData: z.ZodObject<{
1527
1527
  body: z.ZodObject<{
1528
1528
  data: z.ZodArray<z.ZodObject<{
1529
1529
  type: z.ZodEnum<{
@@ -1542,8 +1542,8 @@ export declare const zUpdateSocialUrlsData: z.ZodObject<{
1542
1542
  /**
1543
1543
  * No Content
1544
1544
  */
1545
- export declare const zUpdateSocialUrlsResponse: z.ZodVoid;
1546
- export declare const zTransferFundsData: z.ZodObject<{
1545
+ export declare const zPutAgencySocialMediaResponse: z.ZodVoid;
1546
+ export declare const zPostWalletTransferData: z.ZodObject<{
1547
1547
  body: z.ZodObject<{
1548
1548
  transferTo: z.ZodUUID;
1549
1549
  amount: z.ZodNumber;
@@ -1554,8 +1554,8 @@ export declare const zTransferFundsData: z.ZodObject<{
1554
1554
  /**
1555
1555
  * No Content
1556
1556
  */
1557
- export declare const zTransferFundsResponse: z.ZodVoid;
1558
- export declare const zDepositFundsData: z.ZodObject<{
1557
+ export declare const zPostWalletTransferResponse: z.ZodVoid;
1558
+ export declare const zPostWalletDepositData: z.ZodObject<{
1559
1559
  body: z.ZodObject<{
1560
1560
  amount: z.ZodNumber;
1561
1561
  }, z.core.$strip>;
@@ -1565,8 +1565,8 @@ export declare const zDepositFundsData: z.ZodObject<{
1565
1565
  /**
1566
1566
  * No Content
1567
1567
  */
1568
- export declare const zDepositFundsResponse: z.ZodVoid;
1569
- export declare const zListRolesData: z.ZodObject<{
1568
+ export declare const zPostWalletDepositResponse: z.ZodVoid;
1569
+ export declare const zGetRolesData: z.ZodObject<{
1570
1570
  body: z.ZodOptional<z.ZodNever>;
1571
1571
  path: z.ZodOptional<z.ZodNever>;
1572
1572
  query: z.ZodOptional<z.ZodObject<{
@@ -1578,7 +1578,7 @@ export declare const zListRolesData: z.ZodObject<{
1578
1578
  /**
1579
1579
  * OK
1580
1580
  */
1581
- export declare const zListRolesResponse: z.ZodObject<{
1581
+ export declare const zGetRolesResponse: z.ZodObject<{
1582
1582
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
1583
1583
  id: z.ZodInt;
1584
1584
  name: z.ZodString;
@@ -1609,7 +1609,7 @@ export declare const zListRolesResponse: z.ZodObject<{
1609
1609
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1610
1610
  }, z.core.$strip>>;
1611
1611
  }, z.core.$strip>;
1612
- export declare const zCreateRoleData: z.ZodObject<{
1612
+ export declare const zPostRolesData: z.ZodObject<{
1613
1613
  body: z.ZodObject<{
1614
1614
  name: z.ZodString;
1615
1615
  description: z.ZodString;
@@ -1638,10 +1638,10 @@ export declare const zCreateRoleData: z.ZodObject<{
1638
1638
  /**
1639
1639
  * Created
1640
1640
  */
1641
- export declare const zCreateRoleResponse: z.ZodObject<{
1641
+ export declare const zPostRolesResponse: z.ZodObject<{
1642
1642
  id: z.ZodInt;
1643
1643
  }, z.core.$strip>;
1644
- export declare const zCaptureData: z.ZodObject<{
1644
+ export declare const zPostLeadsData: z.ZodObject<{
1645
1645
  body: z.ZodObject<{
1646
1646
  contactInfo: z.ZodObject<{
1647
1647
  firstName: z.ZodOptional<z.ZodString>;
@@ -1663,10 +1663,10 @@ export declare const zCaptureData: z.ZodObject<{
1663
1663
  /**
1664
1664
  * Created
1665
1665
  */
1666
- export declare const zCaptureResponse: z.ZodObject<{
1666
+ export declare const zPostLeadsResponse: z.ZodObject<{
1667
1667
  value: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1668
1668
  }, z.core.$strip>;
1669
- export declare const zRecordOutcomeData: z.ZodObject<{
1669
+ export declare const zPostLeadsByLeadIdOutcomeData: z.ZodObject<{
1670
1670
  body: z.ZodObject<{
1671
1671
  outcome: z.ZodEnum<{
1672
1672
  CONVERTED: "CONVERTED";
@@ -1683,8 +1683,8 @@ export declare const zRecordOutcomeData: z.ZodObject<{
1683
1683
  /**
1684
1684
  * No Content
1685
1685
  */
1686
- export declare const zRecordOutcomeResponse: z.ZodVoid;
1687
- export declare const zExpressData: z.ZodObject<{
1686
+ export declare const zPostLeadsByLeadIdOutcomeResponse: z.ZodVoid;
1687
+ export declare const zPostLeadsByLeadIdIntentsData: z.ZodObject<{
1688
1688
  body: z.ZodObject<{
1689
1689
  clientType: z.ZodEnum<{
1690
1690
  LISTING: "LISTING";
@@ -1736,7 +1736,7 @@ export declare const zExpressData: z.ZodObject<{
1736
1736
  }, z.core.$strip>;
1737
1737
  query: z.ZodOptional<z.ZodNever>;
1738
1738
  }, z.core.$strip>;
1739
- export declare const zMarkContactedData: z.ZodObject<{
1739
+ export declare const zPostLeadsByLeadIdContactedData: z.ZodObject<{
1740
1740
  body: z.ZodOptional<z.ZodNever>;
1741
1741
  path: z.ZodObject<{
1742
1742
  leadId: z.ZodCoercedBigInt<unknown>;
@@ -1746,8 +1746,8 @@ export declare const zMarkContactedData: z.ZodObject<{
1746
1746
  /**
1747
1747
  * No Content
1748
1748
  */
1749
- export declare const zMarkContactedResponse: z.ZodVoid;
1750
- export declare const zLogContactAttemptData: z.ZodObject<{
1749
+ export declare const zPostLeadsByLeadIdContactedResponse: z.ZodVoid;
1750
+ export declare const zPostLeadsByLeadIdContactAttemptsData: z.ZodObject<{
1751
1751
  body: z.ZodOptional<z.ZodNever>;
1752
1752
  path: z.ZodObject<{
1753
1753
  leadId: z.ZodCoercedBigInt<unknown>;
@@ -1757,8 +1757,8 @@ export declare const zLogContactAttemptData: z.ZodObject<{
1757
1757
  /**
1758
1758
  * No Content
1759
1759
  */
1760
- export declare const zLogContactAttemptResponse: z.ZodVoid;
1761
- export declare const zGetSentInvitationsData: z.ZodObject<{
1760
+ export declare const zPostLeadsByLeadIdContactAttemptsResponse: z.ZodVoid;
1761
+ export declare const zGetInvitationData: z.ZodObject<{
1762
1762
  body: z.ZodOptional<z.ZodNever>;
1763
1763
  path: z.ZodOptional<z.ZodNever>;
1764
1764
  query: z.ZodOptional<z.ZodObject<{
@@ -1770,7 +1770,7 @@ export declare const zGetSentInvitationsData: z.ZodObject<{
1770
1770
  /**
1771
1771
  * OK
1772
1772
  */
1773
- export declare const zGetSentInvitationsResponse: z.ZodObject<{
1773
+ export declare const zGetInvitationResponse: z.ZodObject<{
1774
1774
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
1775
1775
  invitationId: z.ZodUUID;
1776
1776
  email: z.ZodString;
@@ -1792,7 +1792,7 @@ export declare const zGetSentInvitationsResponse: z.ZodObject<{
1792
1792
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1793
1793
  }, z.core.$strip>>;
1794
1794
  }, z.core.$strip>;
1795
- export declare const zSendInvitationData: z.ZodObject<{
1795
+ export declare const zPostInvitationData: z.ZodObject<{
1796
1796
  body: z.ZodObject<{
1797
1797
  emails: z.ZodArray<z.ZodObject<{
1798
1798
  email: z.ZodEmail;
@@ -1802,7 +1802,7 @@ export declare const zSendInvitationData: z.ZodObject<{
1802
1802
  path: z.ZodOptional<z.ZodNever>;
1803
1803
  query: z.ZodOptional<z.ZodNever>;
1804
1804
  }, z.core.$strip>;
1805
- export declare const zAcceptInvitationData: z.ZodObject<{
1805
+ export declare const zPostInvitationByInvitationIdData: z.ZodObject<{
1806
1806
  body: z.ZodOptional<z.ZodNever>;
1807
1807
  path: z.ZodObject<{
1808
1808
  invitationId: z.ZodUUID;
@@ -1811,7 +1811,7 @@ export declare const zAcceptInvitationData: z.ZodObject<{
1811
1811
  agencyId: z.ZodUUID;
1812
1812
  }, z.core.$strip>;
1813
1813
  }, z.core.$strip>;
1814
- export declare const zRequestPrincipleData: z.ZodObject<{
1814
+ export declare const zPostInternalPrincipleData: z.ZodObject<{
1815
1815
  body: z.ZodObject<{
1816
1816
  sub: z.ZodOptional<z.ZodString>;
1817
1817
  agencyId: z.ZodOptional<z.ZodUUID>;
@@ -1822,7 +1822,7 @@ export declare const zRequestPrincipleData: z.ZodObject<{
1822
1822
  /**
1823
1823
  * OK
1824
1824
  */
1825
- export declare const zRequestPrincipleResponse: z.ZodObject<{
1825
+ export declare const zPostInternalPrincipleResponse: z.ZodObject<{
1826
1826
  memberId: z.ZodOptional<z.ZodUUID>;
1827
1827
  permissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1828
1828
  AGENCY_WRITE: "AGENCY_WRITE";
@@ -1845,7 +1845,7 @@ export declare const zRequestPrincipleResponse: z.ZodObject<{
1845
1845
  isActive: z.ZodOptional<z.ZodBoolean>;
1846
1846
  isOwner: z.ZodOptional<z.ZodBoolean>;
1847
1847
  }, z.core.$strip>;
1848
- export declare const zOnboardData: z.ZodObject<{
1848
+ export declare const zPostClientsData: z.ZodObject<{
1849
1849
  body: z.ZodObject<{
1850
1850
  contactInfo: z.ZodObject<{
1851
1851
  firstName: z.ZodOptional<z.ZodString>;
@@ -1883,10 +1883,10 @@ export declare const zOnboardData: z.ZodObject<{
1883
1883
  /**
1884
1884
  * Created
1885
1885
  */
1886
- export declare const zOnboardResponse: z.ZodObject<{
1886
+ export declare const zPostClientsResponse: z.ZodObject<{
1887
1887
  value: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1888
1888
  }, z.core.$strip>;
1889
- export declare const zCreateData: z.ZodObject<{
1889
+ export declare const zPostClientsByClientIdInterestsData: z.ZodObject<{
1890
1890
  body: z.ZodObject<{
1891
1891
  propertyTypes: z.ZodArray<z.ZodEnum<{
1892
1892
  GARAGE: "GARAGE";
@@ -1941,10 +1941,10 @@ export declare const zCreateData: z.ZodObject<{
1941
1941
  /**
1942
1942
  * Created
1943
1943
  */
1944
- export declare const zCreateResponse: z.ZodObject<{
1944
+ export declare const zPostClientsByClientIdInterestsResponse: z.ZodObject<{
1945
1945
  value: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
1946
1946
  }, z.core.$strip>;
1947
- export declare const zFulfillData: z.ZodObject<{
1947
+ export declare const zPostClientsByClientIdInterestsByInterestIdFulfilledData: z.ZodObject<{
1948
1948
  body: z.ZodOptional<z.ZodNever>;
1949
1949
  path: z.ZodObject<{
1950
1950
  clientId: z.ZodCoercedBigInt<unknown>;
@@ -1955,8 +1955,8 @@ export declare const zFulfillData: z.ZodObject<{
1955
1955
  /**
1956
1956
  * No Content
1957
1957
  */
1958
- export declare const zFulfillResponse: z.ZodVoid;
1959
- export declare const zCancelData: z.ZodObject<{
1958
+ export declare const zPostClientsByClientIdInterestsByInterestIdFulfilledResponse: z.ZodVoid;
1959
+ export declare const zPostClientsByClientIdInterestsByInterestIdCancelledData: z.ZodObject<{
1960
1960
  body: z.ZodOptional<z.ZodNever>;
1961
1961
  path: z.ZodObject<{
1962
1962
  clientId: z.ZodCoercedBigInt<unknown>;
@@ -1967,8 +1967,8 @@ export declare const zCancelData: z.ZodObject<{
1967
1967
  /**
1968
1968
  * No Content
1969
1969
  */
1970
- export declare const zCancelResponse: z.ZodVoid;
1971
- export declare const zCreateAgencyData: z.ZodObject<{
1970
+ export declare const zPostClientsByClientIdInterestsByInterestIdCancelledResponse: z.ZodVoid;
1971
+ export declare const zPostAgencyData: z.ZodObject<{
1972
1972
  body: z.ZodObject<{
1973
1973
  name: z.ZodString;
1974
1974
  email: z.ZodEmail;
@@ -1990,10 +1990,10 @@ export declare const zCreateAgencyData: z.ZodObject<{
1990
1990
  /**
1991
1991
  * Created
1992
1992
  */
1993
- export declare const zCreateAgencyResponse: z.ZodObject<{
1993
+ export declare const zPostAgencyResponse: z.ZodObject<{
1994
1994
  id: z.ZodUUID;
1995
1995
  }, z.core.$strip>;
1996
- export declare const zGeneratePresignedUrlData: z.ZodObject<{
1996
+ export declare const zPostAgencyPresignedUrlsData: z.ZodObject<{
1997
1997
  body: z.ZodObject<{
1998
1998
  photo: z.ZodString;
1999
1999
  type: z.ZodEnum<{
@@ -2011,14 +2011,14 @@ export declare const zGeneratePresignedUrlData: z.ZodObject<{
2011
2011
  /**
2012
2012
  * OK
2013
2013
  */
2014
- export declare const zGeneratePresignedUrlResponse: z.ZodObject<{
2014
+ export declare const zPostAgencyPresignedUrlsResponse: z.ZodObject<{
2015
2015
  data: z.ZodArray<z.ZodObject<{
2016
2016
  originalName: z.ZodString;
2017
2017
  key: z.ZodString;
2018
2018
  url: z.ZodString;
2019
2019
  }, z.core.$strip>>;
2020
2020
  }, z.core.$strip>;
2021
- export declare const zNotifyLogoUploadCompletionData: z.ZodObject<{
2021
+ export declare const zPostAgencyPresignedUrlsNotifyLogoData: z.ZodObject<{
2022
2022
  body: z.ZodObject<{
2023
2023
  photo: z.ZodString;
2024
2024
  type: z.ZodEnum<{
@@ -2036,11 +2036,11 @@ export declare const zNotifyLogoUploadCompletionData: z.ZodObject<{
2036
2036
  /**
2037
2037
  * OK
2038
2038
  */
2039
- export declare const zNotifyLogoUploadCompletionResponse: z.ZodObject<{
2039
+ export declare const zPostAgencyPresignedUrlsNotifyLogoResponse: z.ZodObject<{
2040
2040
  success: z.ZodArray<z.ZodString>;
2041
2041
  fail: z.ZodArray<z.ZodString>;
2042
2042
  }, z.core.$strip>;
2043
- export declare const zNotifyCoverUploadCompletionData: z.ZodObject<{
2043
+ export declare const zPostAgencyPresignedUrlsNotifyCoverData: z.ZodObject<{
2044
2044
  body: z.ZodObject<{
2045
2045
  photo: z.ZodString;
2046
2046
  type: z.ZodEnum<{
@@ -2058,11 +2058,11 @@ export declare const zNotifyCoverUploadCompletionData: z.ZodObject<{
2058
2058
  /**
2059
2059
  * OK
2060
2060
  */
2061
- export declare const zNotifyCoverUploadCompletionResponse: z.ZodObject<{
2061
+ export declare const zPostAgencyPresignedUrlsNotifyCoverResponse: z.ZodObject<{
2062
2062
  success: z.ZodArray<z.ZodString>;
2063
2063
  fail: z.ZodArray<z.ZodString>;
2064
2064
  }, z.core.$strip>;
2065
- export declare const zGetMeData: z.ZodObject<{
2065
+ export declare const zGetUserMeData: z.ZodObject<{
2066
2066
  body: z.ZodOptional<z.ZodNever>;
2067
2067
  path: z.ZodOptional<z.ZodNever>;
2068
2068
  query: z.ZodOptional<z.ZodNever>;
@@ -2070,7 +2070,7 @@ export declare const zGetMeData: z.ZodObject<{
2070
2070
  /**
2071
2071
  * OK
2072
2072
  */
2073
- export declare const zGetMeResponse: z.ZodObject<{
2073
+ export declare const zGetUserMeResponse: z.ZodObject<{
2074
2074
  user: z.ZodObject<{
2075
2075
  email: z.ZodString;
2076
2076
  firstName: z.ZodString;
@@ -2110,7 +2110,7 @@ export declare const zGetMeResponse: z.ZodObject<{
2110
2110
  }>;
2111
2111
  }, z.core.$strip>>;
2112
2112
  }, z.core.$strip>;
2113
- export declare const zGetPermissionCatalogData: z.ZodObject<{
2113
+ export declare const zGetPublicPermissionsData: z.ZodObject<{
2114
2114
  body: z.ZodOptional<z.ZodNever>;
2115
2115
  path: z.ZodOptional<z.ZodNever>;
2116
2116
  query: z.ZodOptional<z.ZodNever>;
@@ -2118,7 +2118,7 @@ export declare const zGetPermissionCatalogData: z.ZodObject<{
2118
2118
  /**
2119
2119
  * OK
2120
2120
  */
2121
- export declare const zGetPermissionCatalogResponse: z.ZodArray<z.ZodObject<{
2121
+ export declare const zGetPublicPermissionsResponse: z.ZodArray<z.ZodObject<{
2122
2122
  group: z.ZodEnum<{
2123
2123
  AGENCY: "AGENCY";
2124
2124
  INVITATION: "INVITATION";
@@ -2167,7 +2167,7 @@ export declare const zGetPermissionCatalogResponse: z.ZodArray<z.ZodObject<{
2167
2167
  }>>;
2168
2168
  }, z.core.$strip>>;
2169
2169
  }, z.core.$strip>>;
2170
- export declare const zGetInvitationDetailsData: z.ZodObject<{
2170
+ export declare const zGetPublicInvitationByInvitationIdData: z.ZodObject<{
2171
2171
  body: z.ZodOptional<z.ZodNever>;
2172
2172
  path: z.ZodObject<{
2173
2173
  invitationId: z.ZodUUID;
@@ -2179,7 +2179,7 @@ export declare const zGetInvitationDetailsData: z.ZodObject<{
2179
2179
  /**
2180
2180
  * OK
2181
2181
  */
2182
- export declare const zGetInvitationDetailsResponse: z.ZodObject<{
2182
+ export declare const zGetPublicInvitationByInvitationIdResponse: z.ZodObject<{
2183
2183
  invitationId: z.ZodUUID;
2184
2184
  agencyId: z.ZodUUID;
2185
2185
  email: z.ZodString;
@@ -2192,7 +2192,7 @@ export declare const zGetInvitationDetailsResponse: z.ZodObject<{
2192
2192
  agencyName: z.ZodString;
2193
2193
  agencyLogo: z.ZodOptional<z.ZodString>;
2194
2194
  }, z.core.$strip>;
2195
- export declare const zGetAllAgenciesData: z.ZodObject<{
2195
+ export declare const zGetPublicAgencyData: z.ZodObject<{
2196
2196
  body: z.ZodOptional<z.ZodNever>;
2197
2197
  path: z.ZodOptional<z.ZodNever>;
2198
2198
  query: z.ZodOptional<z.ZodObject<{
@@ -2210,7 +2210,7 @@ export declare const zGetAllAgenciesData: z.ZodObject<{
2210
2210
  /**
2211
2211
  * OK
2212
2212
  */
2213
- export declare const zGetAllAgenciesResponse: z.ZodObject<{
2213
+ export declare const zGetPublicAgencyResponse: z.ZodObject<{
2214
2214
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2215
2215
  id: z.ZodUUID;
2216
2216
  owner: z.ZodString;
@@ -2236,7 +2236,7 @@ export declare const zGetAllAgenciesResponse: z.ZodObject<{
2236
2236
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2237
2237
  }, z.core.$strip>>;
2238
2238
  }, z.core.$strip>;
2239
- export declare const zGetAgencyBySubdomainData: z.ZodObject<{
2239
+ export declare const zGetPublicAgencySubdomainBySubDomainData: z.ZodObject<{
2240
2240
  body: z.ZodOptional<z.ZodNever>;
2241
2241
  path: z.ZodObject<{
2242
2242
  subDomain: z.ZodString;
@@ -2246,7 +2246,7 @@ export declare const zGetAgencyBySubdomainData: z.ZodObject<{
2246
2246
  /**
2247
2247
  * OK
2248
2248
  */
2249
- export declare const zGetAgencyBySubdomainResponse: z.ZodObject<{
2249
+ export declare const zGetPublicAgencySubdomainBySubDomainResponse: z.ZodObject<{
2250
2250
  id: z.ZodUUID;
2251
2251
  owner: z.ZodString;
2252
2252
  name: z.ZodString;
@@ -2264,7 +2264,7 @@ export declare const zGetAgencyBySubdomainResponse: z.ZodObject<{
2264
2264
  }>;
2265
2265
  logo: z.ZodOptional<z.ZodString>;
2266
2266
  }, z.core.$strip>;
2267
- export declare const zGetAllMembersData: z.ZodObject<{
2267
+ export declare const zGetMemberData: z.ZodObject<{
2268
2268
  body: z.ZodOptional<z.ZodNever>;
2269
2269
  path: z.ZodOptional<z.ZodNever>;
2270
2270
  query: z.ZodOptional<z.ZodObject<{
@@ -2277,7 +2277,7 @@ export declare const zGetAllMembersData: z.ZodObject<{
2277
2277
  /**
2278
2278
  * OK
2279
2279
  */
2280
- export declare const zGetAllMembersResponse: z.ZodObject<{
2280
+ export declare const zGetMemberResponse: z.ZodObject<{
2281
2281
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2282
2282
  userId: z.ZodString;
2283
2283
  firstName: z.ZodString;
@@ -2295,7 +2295,7 @@ export declare const zGetAllMembersResponse: z.ZodObject<{
2295
2295
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2296
2296
  }, z.core.$strip>>;
2297
2297
  }, z.core.$strip>;
2298
- export declare const zSearchData: z.ZodObject<{
2298
+ export declare const zGetLeadData: z.ZodObject<{
2299
2299
  body: z.ZodOptional<z.ZodNever>;
2300
2300
  path: z.ZodOptional<z.ZodNever>;
2301
2301
  query: z.ZodOptional<z.ZodObject<{
@@ -2317,7 +2317,7 @@ export declare const zSearchData: z.ZodObject<{
2317
2317
  /**
2318
2318
  * OK
2319
2319
  */
2320
- export declare const zSearchResponse: z.ZodObject<{
2320
+ export declare const zGetLeadResponse: z.ZodObject<{
2321
2321
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2322
2322
  id: z.ZodCoercedBigInt<unknown>;
2323
2323
  createdBy: z.ZodUUID;
@@ -2403,7 +2403,7 @@ export declare const zSearchResponse: z.ZodObject<{
2403
2403
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2404
2404
  }, z.core.$strip>>;
2405
2405
  }, z.core.$strip>;
2406
- export declare const zGetByIdData: z.ZodObject<{
2406
+ export declare const zGetLeadByLeadIdData: z.ZodObject<{
2407
2407
  body: z.ZodOptional<z.ZodNever>;
2408
2408
  path: z.ZodObject<{
2409
2409
  leadId: z.ZodCoercedBigInt<unknown>;
@@ -2413,7 +2413,7 @@ export declare const zGetByIdData: z.ZodObject<{
2413
2413
  /**
2414
2414
  * OK
2415
2415
  */
2416
- export declare const zGetByIdResponse: z.ZodObject<{
2416
+ export declare const zGetLeadByLeadIdResponse: z.ZodObject<{
2417
2417
  id: z.ZodCoercedBigInt<unknown>;
2418
2418
  createdBy: z.ZodUUID;
2419
2419
  assignedTo: z.ZodOptional<z.ZodUUID>;
@@ -2491,7 +2491,7 @@ export declare const zGetByIdResponse: z.ZodObject<{
2491
2491
  numberOfRooms: z.ZodOptional<z.ZodInt>;
2492
2492
  }, z.core.$strip>>>;
2493
2493
  }, z.core.$strip>;
2494
- export declare const zSearchMineData: z.ZodObject<{
2494
+ export declare const zGetLeadMineData: z.ZodObject<{
2495
2495
  body: z.ZodOptional<z.ZodNever>;
2496
2496
  path: z.ZodOptional<z.ZodNever>;
2497
2497
  query: z.ZodOptional<z.ZodObject<{
@@ -2513,7 +2513,7 @@ export declare const zSearchMineData: z.ZodObject<{
2513
2513
  /**
2514
2514
  * OK
2515
2515
  */
2516
- export declare const zSearchMineResponse: z.ZodObject<{
2516
+ export declare const zGetLeadMineResponse: z.ZodObject<{
2517
2517
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2518
2518
  id: z.ZodCoercedBigInt<unknown>;
2519
2519
  createdBy: z.ZodUUID;
@@ -2599,7 +2599,7 @@ export declare const zSearchMineResponse: z.ZodObject<{
2599
2599
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2600
2600
  }, z.core.$strip>>;
2601
2601
  }, z.core.$strip>;
2602
- export declare const zSearchClientsData: z.ZodObject<{
2602
+ export declare const zGetClientData: z.ZodObject<{
2603
2603
  body: z.ZodOptional<z.ZodNever>;
2604
2604
  path: z.ZodOptional<z.ZodNever>;
2605
2605
  query: z.ZodOptional<z.ZodObject<{
@@ -2613,7 +2613,7 @@ export declare const zSearchClientsData: z.ZodObject<{
2613
2613
  /**
2614
2614
  * OK
2615
2615
  */
2616
- export declare const zSearchClientsResponse: z.ZodObject<{
2616
+ export declare const zGetClientResponse: z.ZodObject<{
2617
2617
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2618
2618
  id: z.ZodCoercedBigInt<unknown>;
2619
2619
  createdBy: z.ZodUUID;
@@ -2664,7 +2664,7 @@ export declare const zSearchClientsResponse: z.ZodObject<{
2664
2664
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2665
2665
  }, z.core.$strip>>;
2666
2666
  }, z.core.$strip>;
2667
- export declare const zGetClientByIdData: z.ZodObject<{
2667
+ export declare const zGetClientByClientIdData: z.ZodObject<{
2668
2668
  body: z.ZodOptional<z.ZodNever>;
2669
2669
  path: z.ZodObject<{
2670
2670
  clientId: z.ZodCoercedBigInt<unknown>;
@@ -2674,7 +2674,7 @@ export declare const zGetClientByIdData: z.ZodObject<{
2674
2674
  /**
2675
2675
  * OK
2676
2676
  */
2677
- export declare const zGetClientByIdResponse: z.ZodObject<{
2677
+ export declare const zGetClientByClientIdResponse: z.ZodObject<{
2678
2678
  id: z.ZodCoercedBigInt<unknown>;
2679
2679
  createdBy: z.ZodUUID;
2680
2680
  leadId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
@@ -2717,7 +2717,7 @@ export declare const zGetClientByIdResponse: z.ZodObject<{
2717
2717
  LOW: "LOW";
2718
2718
  }>>;
2719
2719
  }, z.core.$strip>;
2720
- export declare const zSearchMyClientsData: z.ZodObject<{
2720
+ export declare const zGetClientMyData: z.ZodObject<{
2721
2721
  body: z.ZodOptional<z.ZodNever>;
2722
2722
  path: z.ZodOptional<z.ZodNever>;
2723
2723
  query: z.ZodOptional<z.ZodObject<{
@@ -2731,7 +2731,7 @@ export declare const zSearchMyClientsData: z.ZodObject<{
2731
2731
  /**
2732
2732
  * OK
2733
2733
  */
2734
- export declare const zSearchMyClientsResponse: z.ZodObject<{
2734
+ export declare const zGetClientMyResponse: z.ZodObject<{
2735
2735
  content: z.ZodOptional<z.ZodArray<z.ZodObject<{
2736
2736
  id: z.ZodCoercedBigInt<unknown>;
2737
2737
  createdBy: z.ZodUUID;
@@ -2782,7 +2782,7 @@ export declare const zSearchMyClientsResponse: z.ZodObject<{
2782
2782
  totalPages: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
2783
2783
  }, z.core.$strip>>;
2784
2784
  }, z.core.$strip>;
2785
- export declare const zGetAgencyData: z.ZodObject<{
2785
+ export declare const zGetAgencyByAgencyIdData: z.ZodObject<{
2786
2786
  body: z.ZodOptional<z.ZodNever>;
2787
2787
  path: z.ZodObject<{
2788
2788
  agencyId: z.ZodUUID;
@@ -2792,7 +2792,7 @@ export declare const zGetAgencyData: z.ZodObject<{
2792
2792
  /**
2793
2793
  * OK
2794
2794
  */
2795
- export declare const zGetAgencyResponse: z.ZodObject<{
2795
+ export declare const zGetAgencyByAgencyIdResponse: z.ZodObject<{
2796
2796
  name: z.ZodString;
2797
2797
  email: z.ZodString;
2798
2798
  seats: z.ZodInt;
@@ -2807,7 +2807,7 @@ export declare const zGetAgencyResponse: z.ZodObject<{
2807
2807
  }, z.core.$strip>;
2808
2808
  establishedYear: z.ZodInt;
2809
2809
  }, z.core.$strip>;
2810
- export declare const zRemoveMemberData: z.ZodObject<{
2810
+ export declare const zDeleteMemberByMemberIdData: z.ZodObject<{
2811
2811
  body: z.ZodOptional<z.ZodNever>;
2812
2812
  path: z.ZodObject<{
2813
2813
  memberId: z.ZodUUID;
@@ -2817,5 +2817,5 @@ export declare const zRemoveMemberData: z.ZodObject<{
2817
2817
  /**
2818
2818
  * No Content
2819
2819
  */
2820
- export declare const zRemoveMemberResponse: z.ZodVoid;
2820
+ export declare const zDeleteMemberByMemberIdResponse: z.ZodVoid;
2821
2821
  //# sourceMappingURL=zod.gen.d.ts.map