@vepler/sdk 1.10.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1355) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +81 -24
  3. package/RUNTIMES.md +6 -6
  4. package/dist/commonjs/funcs/addressResolveAddress.d.ts +17 -0
  5. package/dist/commonjs/funcs/addressResolveAddress.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/addressResolveAddress.js +116 -0
  7. package/dist/commonjs/funcs/addressResolveAddress.js.map +1 -0
  8. package/dist/commonjs/funcs/areasGetAreas.d.ts +17 -0
  9. package/dist/commonjs/funcs/areasGetAreas.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/areasGetAreas.js +132 -0
  11. package/dist/commonjs/funcs/areasGetAreas.js.map +1 -0
  12. package/dist/commonjs/funcs/areasGetAreasWithin.d.ts +17 -0
  13. package/dist/commonjs/funcs/areasGetAreasWithin.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/areasGetAreasWithin.js +122 -0
  15. package/dist/commonjs/funcs/areasGetAreasWithin.js.map +1 -0
  16. package/dist/commonjs/funcs/areasGetBorderingAreas.d.ts +17 -0
  17. package/dist/commonjs/funcs/areasGetBorderingAreas.d.ts.map +1 -0
  18. package/dist/commonjs/funcs/areasGetBorderingAreas.js +131 -0
  19. package/dist/commonjs/funcs/areasGetBorderingAreas.js.map +1 -0
  20. package/dist/commonjs/funcs/areasGetChildAreas.d.ts +17 -0
  21. package/dist/commonjs/funcs/areasGetChildAreas.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/areasGetChildAreas.js +124 -0
  23. package/dist/commonjs/funcs/areasGetChildAreas.js.map +1 -0
  24. package/dist/commonjs/funcs/connectivityGetConnectivityScores.d.ts +17 -0
  25. package/dist/commonjs/funcs/connectivityGetConnectivityScores.d.ts.map +1 -0
  26. package/dist/commonjs/funcs/connectivityGetConnectivityScores.js +131 -0
  27. package/dist/commonjs/funcs/connectivityGetConnectivityScores.js.map +1 -0
  28. package/dist/commonjs/funcs/epcGetEPC.d.ts +17 -0
  29. package/dist/commonjs/funcs/epcGetEPC.d.ts.map +1 -0
  30. package/dist/commonjs/funcs/epcGetEPC.js +119 -0
  31. package/dist/commonjs/funcs/epcGetEPC.js.map +1 -0
  32. package/dist/commonjs/funcs/epcGetEPCByPostcode.d.ts +17 -0
  33. package/dist/commonjs/funcs/epcGetEPCByPostcode.d.ts.map +1 -0
  34. package/dist/commonjs/funcs/epcGetEPCByPostcode.js +119 -0
  35. package/dist/commonjs/funcs/epcGetEPCByPostcode.js.map +1 -0
  36. package/dist/commonjs/funcs/listingsGetListingById.d.ts +17 -0
  37. package/dist/commonjs/funcs/listingsGetListingById.d.ts.map +1 -0
  38. package/dist/commonjs/funcs/listingsGetListingById.js +119 -0
  39. package/dist/commonjs/funcs/listingsGetListingById.js.map +1 -0
  40. package/dist/commonjs/funcs/listingsGetListingBySource.d.ts +17 -0
  41. package/dist/commonjs/funcs/listingsGetListingBySource.d.ts.map +1 -0
  42. package/dist/commonjs/funcs/listingsGetListingBySource.js +127 -0
  43. package/dist/commonjs/funcs/listingsGetListingBySource.js.map +1 -0
  44. package/dist/commonjs/funcs/listingsGetListingsByLocation.d.ts +17 -0
  45. package/dist/commonjs/funcs/listingsGetListingsByLocation.d.ts.map +1 -0
  46. package/dist/commonjs/funcs/listingsGetListingsByLocation.js +123 -0
  47. package/dist/commonjs/funcs/listingsGetListingsByLocation.js.map +1 -0
  48. package/dist/commonjs/funcs/listingsQueryListings.d.ts +17 -0
  49. package/dist/commonjs/funcs/listingsQueryListings.d.ts.map +1 -0
  50. package/dist/commonjs/funcs/listingsQueryListings.js +116 -0
  51. package/dist/commonjs/funcs/listingsQueryListings.js.map +1 -0
  52. package/dist/commonjs/funcs/listingsQueryListingsBySource.d.ts +17 -0
  53. package/dist/commonjs/funcs/listingsQueryListingsBySource.d.ts.map +1 -0
  54. package/dist/commonjs/funcs/listingsQueryListingsBySource.js +117 -0
  55. package/dist/commonjs/funcs/listingsQueryListingsBySource.js.map +1 -0
  56. package/dist/commonjs/funcs/metricsGetMetricValues.d.ts +17 -0
  57. package/dist/commonjs/funcs/metricsGetMetricValues.d.ts.map +1 -0
  58. package/dist/commonjs/funcs/metricsGetMetricValues.js +128 -0
  59. package/dist/commonjs/funcs/metricsGetMetricValues.js.map +1 -0
  60. package/dist/commonjs/funcs/planningGetPlanningApplications.js +1 -1
  61. package/dist/commonjs/funcs/planningGetPlanningApplications.js.map +1 -1
  62. package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.js +1 -1
  63. package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.js.map +1 -1
  64. package/dist/commonjs/funcs/planningSearchPlanningApplications.js +1 -1
  65. package/dist/commonjs/funcs/planningSearchPlanningApplications.js.map +1 -1
  66. package/dist/commonjs/funcs/poiGetNearestPOI.d.ts +17 -0
  67. package/dist/commonjs/funcs/poiGetNearestPOI.d.ts.map +1 -0
  68. package/dist/commonjs/funcs/poiGetNearestPOI.js +122 -0
  69. package/dist/commonjs/funcs/poiGetNearestPOI.js.map +1 -0
  70. package/dist/commonjs/funcs/poiGetPOIMultipleTiles.d.ts +17 -0
  71. package/dist/commonjs/funcs/poiGetPOIMultipleTiles.d.ts.map +1 -0
  72. package/dist/commonjs/funcs/poiGetPOIMultipleTiles.js +118 -0
  73. package/dist/commonjs/funcs/poiGetPOIMultipleTiles.js.map +1 -0
  74. package/dist/commonjs/funcs/poiGetPOITile.d.ts +23 -0
  75. package/dist/commonjs/funcs/poiGetPOITile.d.ts.map +1 -0
  76. package/dist/commonjs/funcs/poiGetPOITile.js +140 -0
  77. package/dist/commonjs/funcs/poiGetPOITile.js.map +1 -0
  78. package/dist/commonjs/funcs/propertyGetProperties.js +1 -1
  79. package/dist/commonjs/funcs/propertyGetProperties.js.map +1 -1
  80. package/dist/commonjs/funcs/propertyGetPropertiesByLocation.js +1 -1
  81. package/dist/commonjs/funcs/propertyGetPropertiesByLocation.js.map +1 -1
  82. package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.js +1 -1
  83. package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.js.map +1 -1
  84. package/dist/commonjs/funcs/propertyGetPropertiesBySource.js +1 -1
  85. package/dist/commonjs/funcs/propertyGetPropertiesBySource.js.map +1 -1
  86. package/dist/commonjs/funcs/propertySearchProperties.js +1 -1
  87. package/dist/commonjs/funcs/propertySearchProperties.js.map +1 -1
  88. package/dist/commonjs/funcs/safetyGetV1SafetyCrime.js +1 -1
  89. package/dist/commonjs/funcs/safetyGetV1SafetyCrime.js.map +1 -1
  90. package/dist/commonjs/funcs/safetyGetV1SafetyCrimeStats.js +1 -1
  91. package/dist/commonjs/funcs/safetyGetV1SafetyCrimeStats.js.map +1 -1
  92. package/dist/commonjs/funcs/schoolsGet.js +1 -1
  93. package/dist/commonjs/funcs/schoolsGet.js.map +1 -1
  94. package/dist/commonjs/funcs/schoolsGetBySlug.js +1 -1
  95. package/dist/commonjs/funcs/schoolsGetBySlug.js.map +1 -1
  96. package/dist/commonjs/funcs/schoolsGetByUrn.js +1 -1
  97. package/dist/commonjs/funcs/schoolsGetByUrn.js.map +1 -1
  98. package/dist/commonjs/funcs/{schoolMetricsGetMetrics.d.ts → schoolsGetMetrics.d.ts} +2 -2
  99. package/dist/commonjs/funcs/schoolsGetMetrics.d.ts.map +1 -0
  100. package/dist/commonjs/funcs/{schoolMetricsGetMetrics.js → schoolsGetMetrics.js} +4 -4
  101. package/dist/commonjs/funcs/schoolsGetMetrics.js.map +1 -0
  102. package/dist/commonjs/funcs/schoolsList.js +1 -1
  103. package/dist/commonjs/funcs/schoolsList.js.map +1 -1
  104. package/dist/commonjs/funcs/{schoolMetricsListProfiles.d.ts → schoolsListProfiles.d.ts} +2 -2
  105. package/dist/commonjs/funcs/schoolsListProfiles.d.ts.map +1 -0
  106. package/dist/commonjs/funcs/{schoolMetricsListProfiles.js → schoolsListProfiles.js} +4 -4
  107. package/dist/commonjs/funcs/schoolsListProfiles.js.map +1 -0
  108. package/dist/commonjs/funcs/schoolsSearchNearby.js +1 -1
  109. package/dist/commonjs/funcs/schoolsSearchNearby.js.map +1 -1
  110. package/dist/commonjs/funcs/schoolsSearchWithin.js +1 -1
  111. package/dist/commonjs/funcs/schoolsSearchWithin.js.map +1 -1
  112. package/dist/{esm/funcs/locationSearchStreets.d.ts → commonjs/funcs/streetsSearchStreets.d.ts} +2 -2
  113. package/dist/commonjs/funcs/streetsSearchStreets.d.ts.map +1 -0
  114. package/dist/commonjs/funcs/{locationSearchStreets.js → streetsSearchStreets.js} +4 -4
  115. package/dist/commonjs/funcs/streetsSearchStreets.js.map +1 -0
  116. package/dist/commonjs/funcs/systemCheckAreaReferenceHealth.d.ts +17 -0
  117. package/dist/commonjs/funcs/systemCheckAreaReferenceHealth.d.ts.map +1 -0
  118. package/dist/commonjs/funcs/systemCheckAreaReferenceHealth.js +104 -0
  119. package/dist/commonjs/funcs/systemCheckAreaReferenceHealth.js.map +1 -0
  120. package/dist/commonjs/funcs/systemCheckEPCHealth.d.ts +17 -0
  121. package/dist/commonjs/funcs/systemCheckEPCHealth.d.ts.map +1 -0
  122. package/dist/commonjs/funcs/systemCheckEPCHealth.js +104 -0
  123. package/dist/commonjs/funcs/systemCheckEPCHealth.js.map +1 -0
  124. package/dist/commonjs/funcs/systemCheckListingsHealth.d.ts +17 -0
  125. package/dist/{esm/funcs/schoolMetricsListProfiles.d.ts.map → commonjs/funcs/systemCheckListingsHealth.d.ts.map} +1 -1
  126. package/dist/commonjs/funcs/systemCheckListingsHealth.js +104 -0
  127. package/dist/commonjs/funcs/{schoolMetricsListProfiles.js.map → systemCheckListingsHealth.js.map} +1 -1
  128. package/dist/commonjs/funcs/{healthCheckLocationHealth.d.ts → systemCheckLocationHealth.d.ts} +2 -2
  129. package/dist/commonjs/funcs/{healthCheckPlanningHealth.d.ts.map → systemCheckLocationHealth.d.ts.map} +1 -1
  130. package/dist/commonjs/funcs/{healthCheckLocationHealth.js → systemCheckLocationHealth.js} +4 -4
  131. package/dist/commonjs/funcs/{healthCheckPlanningHealth.js.map → systemCheckLocationHealth.js.map} +1 -1
  132. package/dist/{esm/funcs/healthCheckPlanningHealth.d.ts → commonjs/funcs/systemCheckPlanningHealth.d.ts} +2 -2
  133. package/dist/commonjs/funcs/{healthCheckLocationHealth.d.ts.map → systemCheckPlanningHealth.d.ts.map} +1 -1
  134. package/dist/commonjs/funcs/{healthCheckPlanningHealth.js → systemCheckPlanningHealth.js} +4 -4
  135. package/dist/commonjs/funcs/{healthCheckPropertyHealth.js.map → systemCheckPlanningHealth.js.map} +1 -1
  136. package/dist/{esm/funcs/healthCheckPropertyHealth.d.ts → commonjs/funcs/systemCheckPropertyHealth.d.ts} +2 -2
  137. package/dist/commonjs/funcs/{healthCheckPropertyHealth.d.ts.map → systemCheckPropertyHealth.d.ts.map} +1 -1
  138. package/dist/commonjs/funcs/{healthCheckPropertyHealth.js → systemCheckPropertyHealth.js} +4 -4
  139. package/dist/commonjs/funcs/{healthCheckLocationHealth.js.map → systemCheckPropertyHealth.js.map} +1 -1
  140. package/dist/commonjs/lib/base64.d.ts +1 -1
  141. package/dist/commonjs/lib/base64.d.ts.map +1 -1
  142. package/dist/commonjs/lib/base64.js +1 -1
  143. package/dist/commonjs/lib/base64.js.map +1 -1
  144. package/dist/commonjs/lib/config.d.ts +4 -4
  145. package/dist/commonjs/lib/config.js +4 -4
  146. package/dist/commonjs/lib/config.js.map +1 -1
  147. package/dist/commonjs/lib/schemas.d.ts +1 -1
  148. package/dist/commonjs/lib/schemas.d.ts.map +1 -1
  149. package/dist/commonjs/lib/schemas.js +2 -2
  150. package/dist/commonjs/lib/schemas.js.map +1 -1
  151. package/dist/commonjs/sdk/address.d.ts +12 -0
  152. package/dist/commonjs/sdk/address.d.ts.map +1 -0
  153. package/dist/commonjs/sdk/address.js +22 -0
  154. package/dist/commonjs/sdk/address.js.map +1 -0
  155. package/dist/commonjs/sdk/areas.d.ts +33 -0
  156. package/dist/commonjs/sdk/areas.d.ts.map +1 -0
  157. package/dist/commonjs/sdk/areas.js +52 -0
  158. package/dist/commonjs/sdk/areas.js.map +1 -0
  159. package/dist/commonjs/sdk/connectivity.d.ts +12 -0
  160. package/dist/commonjs/sdk/connectivity.d.ts.map +1 -0
  161. package/dist/commonjs/sdk/connectivity.js +22 -0
  162. package/dist/commonjs/sdk/connectivity.js.map +1 -0
  163. package/dist/commonjs/sdk/epc.d.ts +19 -0
  164. package/dist/commonjs/sdk/epc.d.ts.map +1 -0
  165. package/dist/commonjs/sdk/epc.js +32 -0
  166. package/dist/commonjs/sdk/epc.js.map +1 -0
  167. package/dist/commonjs/sdk/listings.d.ts +40 -0
  168. package/dist/commonjs/sdk/listings.d.ts.map +1 -0
  169. package/dist/commonjs/sdk/listings.js +62 -0
  170. package/dist/commonjs/sdk/listings.js.map +1 -0
  171. package/dist/commonjs/sdk/metrics.d.ts +12 -0
  172. package/dist/commonjs/sdk/metrics.d.ts.map +1 -0
  173. package/dist/commonjs/sdk/metrics.js +22 -0
  174. package/dist/commonjs/sdk/metrics.js.map +1 -0
  175. package/dist/commonjs/sdk/models/errors/responsevalidationerror.js +1 -1
  176. package/dist/commonjs/sdk/models/errors/responsevalidationerror.js.map +1 -1
  177. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts +1 -1
  178. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -1
  179. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js +1 -1
  180. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js.map +1 -1
  181. package/dist/commonjs/sdk/models/operations/checkareareferencehealth.d.ts +36 -0
  182. package/dist/commonjs/sdk/models/operations/checkareareferencehealth.d.ts.map +1 -0
  183. package/dist/commonjs/sdk/models/operations/checkareareferencehealth.js +73 -0
  184. package/dist/commonjs/sdk/models/operations/checkareareferencehealth.js.map +1 -0
  185. package/dist/commonjs/sdk/models/operations/checkepchealth.d.ts +36 -0
  186. package/dist/commonjs/sdk/models/operations/checkepchealth.d.ts.map +1 -0
  187. package/dist/commonjs/sdk/models/operations/checkepchealth.js +73 -0
  188. package/dist/commonjs/sdk/models/operations/checkepchealth.js.map +1 -0
  189. package/dist/commonjs/sdk/models/operations/checklistingshealth.d.ts +36 -0
  190. package/dist/commonjs/sdk/models/operations/checklistingshealth.d.ts.map +1 -0
  191. package/dist/commonjs/sdk/models/operations/checklistingshealth.js +73 -0
  192. package/dist/commonjs/sdk/models/operations/checklistingshealth.js.map +1 -0
  193. package/dist/commonjs/sdk/models/operations/getareasbyfieldandids.d.ts +445 -0
  194. package/dist/commonjs/sdk/models/operations/getareasbyfieldandids.d.ts.map +1 -0
  195. package/dist/commonjs/sdk/models/operations/getareasbyfieldandids.js +357 -0
  196. package/dist/commonjs/sdk/models/operations/getareasbyfieldandids.js.map +1 -0
  197. package/dist/commonjs/sdk/models/operations/getareaswithinradius.d.ts +492 -0
  198. package/dist/commonjs/sdk/models/operations/getareaswithinradius.d.ts.map +1 -0
  199. package/dist/commonjs/sdk/models/operations/getareaswithinradius.js +380 -0
  200. package/dist/commonjs/sdk/models/operations/getareaswithinradius.js.map +1 -0
  201. package/dist/commonjs/sdk/models/operations/getborderingareas.d.ts +658 -0
  202. package/dist/commonjs/sdk/models/operations/getborderingareas.d.ts.map +1 -0
  203. package/dist/commonjs/sdk/models/operations/getborderingareas.js +492 -0
  204. package/dist/commonjs/sdk/models/operations/getborderingareas.js.map +1 -0
  205. package/dist/commonjs/sdk/models/operations/getchildareas.d.ts +653 -0
  206. package/dist/commonjs/sdk/models/operations/getchildareas.d.ts.map +1 -0
  207. package/dist/commonjs/sdk/models/operations/getchildareas.js +490 -0
  208. package/dist/commonjs/sdk/models/operations/getchildareas.js.map +1 -0
  209. package/dist/commonjs/sdk/models/operations/getconnectivityscores.d.ts +2213 -0
  210. package/dist/commonjs/sdk/models/operations/getconnectivityscores.d.ts.map +1 -0
  211. package/dist/commonjs/sdk/models/operations/getconnectivityscores.js +1644 -0
  212. package/dist/commonjs/sdk/models/operations/getconnectivityscores.js.map +1 -0
  213. package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts +310 -0
  214. package/dist/commonjs/sdk/models/operations/getepcbylocationid.d.ts.map +1 -0
  215. package/dist/commonjs/sdk/models/operations/getepcbylocationid.js +319 -0
  216. package/dist/commonjs/sdk/models/operations/getepcbylocationid.js.map +1 -0
  217. package/dist/commonjs/sdk/models/operations/getepcbypostcode.d.ts +199 -0
  218. package/dist/commonjs/sdk/models/operations/getepcbypostcode.d.ts.map +1 -0
  219. package/dist/commonjs/sdk/models/operations/getepcbypostcode.js +224 -0
  220. package/dist/commonjs/sdk/models/operations/getepcbypostcode.js.map +1 -0
  221. package/dist/commonjs/sdk/models/operations/getlistingbyid.d.ts +1402 -0
  222. package/dist/commonjs/sdk/models/operations/getlistingbyid.d.ts.map +1 -0
  223. package/dist/commonjs/sdk/models/operations/getlistingbyid.js +1047 -0
  224. package/dist/commonjs/sdk/models/operations/getlistingbyid.js.map +1 -0
  225. package/dist/commonjs/sdk/models/operations/getlistingbysource.d.ts +351 -0
  226. package/dist/commonjs/sdk/models/operations/getlistingbysource.d.ts.map +1 -0
  227. package/dist/commonjs/sdk/models/operations/getlistingbysource.js +344 -0
  228. package/dist/commonjs/sdk/models/operations/getlistingbysource.js.map +1 -0
  229. package/dist/commonjs/sdk/models/operations/getlistingsbylocation.d.ts +1335 -0
  230. package/dist/commonjs/sdk/models/operations/getlistingsbylocation.d.ts.map +1 -0
  231. package/dist/commonjs/sdk/models/operations/getlistingsbylocation.js +967 -0
  232. package/dist/commonjs/sdk/models/operations/getlistingsbylocation.js.map +1 -0
  233. package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts +1 -1
  234. package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts.map +1 -1
  235. package/dist/commonjs/sdk/models/operations/getmetricprofiles.js +1 -1
  236. package/dist/commonjs/sdk/models/operations/getmetricprofiles.js.map +1 -1
  237. package/dist/commonjs/sdk/models/operations/getmetricvalues.d.ts +608 -0
  238. package/dist/commonjs/sdk/models/operations/getmetricvalues.d.ts.map +1 -0
  239. package/dist/commonjs/sdk/models/operations/getmetricvalues.js +516 -0
  240. package/dist/commonjs/sdk/models/operations/getmetricvalues.js.map +1 -0
  241. package/dist/commonjs/sdk/models/operations/getnearestpoi.d.ts +393 -0
  242. package/dist/commonjs/sdk/models/operations/getnearestpoi.d.ts.map +1 -0
  243. package/dist/commonjs/sdk/models/operations/getnearestpoi.js +368 -0
  244. package/dist/commonjs/sdk/models/operations/getnearestpoi.js.map +1 -0
  245. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts +1 -1
  246. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts.map +1 -1
  247. package/dist/commonjs/sdk/models/operations/getplanningapplications.js +1 -1
  248. package/dist/commonjs/sdk/models/operations/getplanningapplications.js.map +1 -1
  249. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts +1 -1
  250. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -1
  251. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js +1 -1
  252. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -1
  253. package/dist/commonjs/sdk/models/operations/getpoimultipletiles.d.ts +587 -0
  254. package/dist/commonjs/sdk/models/operations/getpoimultipletiles.d.ts.map +1 -0
  255. package/dist/commonjs/sdk/models/operations/getpoimultipletiles.js +614 -0
  256. package/dist/commonjs/sdk/models/operations/getpoimultipletiles.js.map +1 -0
  257. package/dist/commonjs/sdk/models/operations/getpoitile.d.ts +465 -0
  258. package/dist/commonjs/sdk/models/operations/getpoitile.d.ts.map +1 -0
  259. package/dist/commonjs/sdk/models/operations/getpoitile.js +470 -0
  260. package/dist/commonjs/sdk/models/operations/getpoitile.js.map +1 -0
  261. package/dist/commonjs/sdk/models/operations/getproperties.d.ts +1 -1
  262. package/dist/commonjs/sdk/models/operations/getproperties.d.ts.map +1 -1
  263. package/dist/commonjs/sdk/models/operations/getproperties.js +1 -1
  264. package/dist/commonjs/sdk/models/operations/getproperties.js.map +1 -1
  265. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts +1 -1
  266. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -1
  267. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js +1 -1
  268. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js.map +1 -1
  269. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts +1 -1
  270. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -1
  271. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.js +1 -1
  272. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.js.map +1 -1
  273. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts +1 -1
  274. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -1
  275. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js +1 -1
  276. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js.map +1 -1
  277. package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts +1 -10
  278. package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts.map +1 -1
  279. package/dist/commonjs/sdk/models/operations/getschoolbyid.js +1 -1
  280. package/dist/commonjs/sdk/models/operations/getschoolbyid.js.map +1 -1
  281. package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts +1 -10
  282. package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts.map +1 -1
  283. package/dist/commonjs/sdk/models/operations/getschoolbyslug.js +1 -1
  284. package/dist/commonjs/sdk/models/operations/getschoolbyslug.js.map +1 -1
  285. package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts +1 -10
  286. package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts.map +1 -1
  287. package/dist/commonjs/sdk/models/operations/getschoolbyurn.js +1 -1
  288. package/dist/commonjs/sdk/models/operations/getschoolbyurn.js.map +1 -1
  289. package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts +66 -69
  290. package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts.map +1 -1
  291. package/dist/commonjs/sdk/models/operations/getschoolmetrics.js +84 -84
  292. package/dist/commonjs/sdk/models/operations/getschoolmetrics.js.map +1 -1
  293. package/dist/commonjs/sdk/models/operations/getv1safetycrime.d.ts +61 -61
  294. package/dist/commonjs/sdk/models/operations/getv1safetycrime.d.ts.map +1 -1
  295. package/dist/commonjs/sdk/models/operations/getv1safetycrime.js +70 -72
  296. package/dist/commonjs/sdk/models/operations/getv1safetycrime.js.map +1 -1
  297. package/dist/commonjs/sdk/models/operations/getv1safetycrimestats.d.ts +1 -1
  298. package/dist/commonjs/sdk/models/operations/getv1safetycrimestats.d.ts.map +1 -1
  299. package/dist/commonjs/sdk/models/operations/getv1safetycrimestats.js +1 -1
  300. package/dist/commonjs/sdk/models/operations/getv1safetycrimestats.js.map +1 -1
  301. package/dist/commonjs/sdk/models/operations/index.d.ts +20 -0
  302. package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
  303. package/dist/commonjs/sdk/models/operations/index.js +20 -0
  304. package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
  305. package/dist/commonjs/sdk/models/operations/listschools.d.ts +1 -31
  306. package/dist/commonjs/sdk/models/operations/listschools.d.ts.map +1 -1
  307. package/dist/commonjs/sdk/models/operations/listschools.js +1 -1
  308. package/dist/commonjs/sdk/models/operations/listschools.js.map +1 -1
  309. package/dist/commonjs/sdk/models/operations/querylistings.d.ts +1544 -0
  310. package/dist/commonjs/sdk/models/operations/querylistings.d.ts.map +1 -0
  311. package/dist/commonjs/sdk/models/operations/querylistings.js +1122 -0
  312. package/dist/commonjs/sdk/models/operations/querylistings.js.map +1 -0
  313. package/dist/commonjs/sdk/models/operations/querylistingsbysource.d.ts +1420 -0
  314. package/dist/commonjs/sdk/models/operations/querylistingsbysource.d.ts.map +1 -0
  315. package/dist/commonjs/sdk/models/operations/querylistingsbysource.js +1044 -0
  316. package/dist/commonjs/sdk/models/operations/querylistingsbysource.js.map +1 -0
  317. package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts +580 -0
  318. package/dist/commonjs/sdk/models/operations/resolveaddress.d.ts.map +1 -0
  319. package/dist/commonjs/sdk/models/operations/resolveaddress.js +481 -0
  320. package/dist/commonjs/sdk/models/operations/resolveaddress.js.map +1 -0
  321. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts +1 -1
  322. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts.map +1 -1
  323. package/dist/commonjs/sdk/models/operations/searchplanningapplications.js +1 -1
  324. package/dist/commonjs/sdk/models/operations/searchplanningapplications.js.map +1 -1
  325. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts +1 -1
  326. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts.map +1 -1
  327. package/dist/commonjs/sdk/models/operations/searchproperties.js +1 -1
  328. package/dist/commonjs/sdk/models/operations/searchproperties.js.map +1 -1
  329. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts +1 -25
  330. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -1
  331. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js +1 -1
  332. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js.map +1 -1
  333. package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts +1 -28
  334. package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts.map +1 -1
  335. package/dist/commonjs/sdk/models/operations/searchschoolswithin.js +1 -1
  336. package/dist/commonjs/sdk/models/operations/searchschoolswithin.js.map +1 -1
  337. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts +1 -1
  338. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts.map +1 -1
  339. package/dist/commonjs/sdk/models/operations/searchstreets.js +1 -1
  340. package/dist/commonjs/sdk/models/operations/searchstreets.js.map +1 -1
  341. package/dist/commonjs/sdk/models/shared/builddata.d.ts +123 -0
  342. package/dist/commonjs/sdk/models/shared/builddata.d.ts.map +1 -0
  343. package/dist/commonjs/sdk/models/shared/builddata.js +122 -0
  344. package/dist/commonjs/sdk/models/shared/builddata.js.map +1 -0
  345. package/dist/commonjs/sdk/models/shared/chargeentry.d.ts +62 -0
  346. package/dist/commonjs/sdk/models/shared/chargeentry.d.ts.map +1 -0
  347. package/dist/commonjs/sdk/models/shared/chargeentry.js +81 -0
  348. package/dist/commonjs/sdk/models/shared/chargeentry.js.map +1 -0
  349. package/dist/commonjs/sdk/models/shared/chargehistory.d.ts +53 -0
  350. package/dist/commonjs/sdk/models/shared/chargehistory.d.ts.map +1 -0
  351. package/dist/commonjs/sdk/models/shared/chargehistory.js +78 -0
  352. package/dist/commonjs/sdk/models/shared/chargehistory.js.map +1 -0
  353. package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.d.ts +52 -0
  354. package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.d.ts.map +1 -0
  355. package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.js +77 -0
  356. package/dist/commonjs/sdk/models/shared/counciltaxbanddetails.js.map +1 -0
  357. package/dist/commonjs/sdk/models/shared/counciltaxdata.d.ts +30 -9
  358. package/dist/commonjs/sdk/models/shared/counciltaxdata.d.ts.map +1 -1
  359. package/dist/commonjs/sdk/models/shared/counciltaxdata.js +16 -7
  360. package/dist/commonjs/sdk/models/shared/counciltaxdata.js.map +1 -1
  361. package/dist/commonjs/sdk/models/shared/epcdata.d.ts +26 -11
  362. package/dist/commonjs/sdk/models/shared/epcdata.d.ts.map +1 -1
  363. package/dist/commonjs/sdk/models/shared/epcdata.js +11 -5
  364. package/dist/commonjs/sdk/models/shared/epcdata.js.map +1 -1
  365. package/dist/commonjs/sdk/models/shared/errorresponse.d.ts +1 -1
  366. package/dist/commonjs/sdk/models/shared/errorresponse.d.ts.map +1 -1
  367. package/dist/commonjs/sdk/models/shared/errorresponse.js +1 -1
  368. package/dist/commonjs/sdk/models/shared/errorresponse.js.map +1 -1
  369. package/dist/commonjs/sdk/models/shared/healthresponse.d.ts +1 -1
  370. package/dist/commonjs/sdk/models/shared/healthresponse.d.ts.map +1 -1
  371. package/dist/commonjs/sdk/models/shared/healthresponse.js +1 -1
  372. package/dist/commonjs/sdk/models/shared/healthresponse.js.map +1 -1
  373. package/dist/commonjs/sdk/models/shared/index.d.ts +11 -0
  374. package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
  375. package/dist/commonjs/sdk/models/shared/index.js +11 -0
  376. package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
  377. package/dist/commonjs/sdk/models/shared/lease.d.ts +47 -0
  378. package/dist/commonjs/sdk/models/shared/lease.d.ts.map +1 -0
  379. package/dist/commonjs/sdk/models/shared/lease.js +76 -0
  380. package/dist/commonjs/sdk/models/shared/lease.js.map +1 -0
  381. package/dist/commonjs/sdk/models/shared/listing.d.ts +312 -0
  382. package/dist/commonjs/sdk/models/shared/listing.d.ts.map +1 -0
  383. package/dist/commonjs/sdk/models/shared/listing.js +280 -0
  384. package/dist/commonjs/sdk/models/shared/listing.js.map +1 -0
  385. package/dist/commonjs/sdk/models/shared/listingimage.d.ts +32 -0
  386. package/dist/commonjs/sdk/models/shared/listingimage.d.ts.map +1 -0
  387. package/dist/commonjs/sdk/models/shared/listingimage.js +69 -0
  388. package/dist/commonjs/sdk/models/shared/listingimage.js.map +1 -0
  389. package/dist/commonjs/sdk/models/shared/listingpricechange.d.ts +87 -0
  390. package/dist/commonjs/sdk/models/shared/listingpricechange.d.ts.map +1 -0
  391. package/dist/commonjs/sdk/models/shared/listingpricechange.js +101 -0
  392. package/dist/commonjs/sdk/models/shared/listingpricechange.js.map +1 -0
  393. package/dist/commonjs/sdk/models/shared/marketstatus.d.ts +210 -14
  394. package/dist/commonjs/sdk/models/shared/marketstatus.d.ts.map +1 -1
  395. package/dist/commonjs/sdk/models/shared/marketstatus.js +158 -12
  396. package/dist/commonjs/sdk/models/shared/marketstatus.js.map +1 -1
  397. package/dist/commonjs/sdk/models/shared/planningapplication.d.ts +9 -9
  398. package/dist/commonjs/sdk/models/shared/planningapplication.d.ts.map +1 -1
  399. package/dist/commonjs/sdk/models/shared/planningapplication.js +14 -15
  400. package/dist/commonjs/sdk/models/shared/planningapplication.js.map +1 -1
  401. package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts +1 -1
  402. package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts.map +1 -1
  403. package/dist/commonjs/sdk/models/shared/planninglistresponse.js +1 -1
  404. package/dist/commonjs/sdk/models/shared/planninglistresponse.js.map +1 -1
  405. package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts +1 -1
  406. package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts.map +1 -1
  407. package/dist/commonjs/sdk/models/shared/planningqueryfilters.js +1 -1
  408. package/dist/commonjs/sdk/models/shared/planningqueryfilters.js.map +1 -1
  409. package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts +1 -1
  410. package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts.map +1 -1
  411. package/dist/commonjs/sdk/models/shared/planningqueryrequest.js +1 -1
  412. package/dist/commonjs/sdk/models/shared/planningqueryrequest.js.map +1 -1
  413. package/dist/commonjs/sdk/models/shared/pricechange.d.ts +87 -0
  414. package/dist/commonjs/sdk/models/shared/pricechange.d.ts.map +1 -0
  415. package/dist/commonjs/sdk/models/shared/pricechange.js +100 -0
  416. package/dist/commonjs/sdk/models/shared/pricechange.js.map +1 -0
  417. package/dist/commonjs/sdk/models/shared/pricingdata.d.ts +10 -15
  418. package/dist/commonjs/sdk/models/shared/pricingdata.d.ts.map +1 -1
  419. package/dist/commonjs/sdk/models/shared/pricingdata.js +11 -13
  420. package/dist/commonjs/sdk/models/shared/pricingdata.js.map +1 -1
  421. package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +7 -32
  422. package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts.map +1 -1
  423. package/dist/commonjs/sdk/models/shared/propertyaddress.js +7 -17
  424. package/dist/commonjs/sdk/models/shared/propertyaddress.js.map +1 -1
  425. package/dist/commonjs/sdk/models/shared/propertyareafilter.d.ts +1 -1
  426. package/dist/commonjs/sdk/models/shared/propertyareafilter.d.ts.map +1 -1
  427. package/dist/commonjs/sdk/models/shared/propertyareafilter.js +1 -1
  428. package/dist/commonjs/sdk/models/shared/propertyareafilter.js.map +1 -1
  429. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts +1 -1
  430. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -1
  431. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js +1 -1
  432. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js.map +1 -1
  433. package/dist/commonjs/sdk/models/shared/propertydata.d.ts +364 -121
  434. package/dist/commonjs/sdk/models/shared/propertydata.d.ts.map +1 -1
  435. package/dist/commonjs/sdk/models/shared/propertydata.js +289 -60
  436. package/dist/commonjs/sdk/models/shared/propertydata.js.map +1 -1
  437. package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts +1 -1
  438. package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts.map +1 -1
  439. package/dist/commonjs/sdk/models/shared/propertylistresponse.js +1 -1
  440. package/dist/commonjs/sdk/models/shared/propertylistresponse.js.map +1 -1
  441. package/dist/commonjs/sdk/models/shared/propertylocationidareafilter.d.ts +1 -1
  442. package/dist/commonjs/sdk/models/shared/propertylocationidareafilter.d.ts.map +1 -1
  443. package/dist/commonjs/sdk/models/shared/propertylocationidareafilter.js +1 -1
  444. package/dist/commonjs/sdk/models/shared/propertylocationidareafilter.js.map +1 -1
  445. package/dist/commonjs/sdk/models/shared/propertymultipolygonareafilter.d.ts +9 -9
  446. package/dist/commonjs/sdk/models/shared/propertymultipolygonareafilter.d.ts.map +1 -1
  447. package/dist/commonjs/sdk/models/shared/propertymultipolygonareafilter.js +14 -14
  448. package/dist/commonjs/sdk/models/shared/propertymultipolygonareafilter.js.map +1 -1
  449. package/dist/commonjs/sdk/models/shared/propertyonstreet.d.ts +1 -1
  450. package/dist/commonjs/sdk/models/shared/propertyonstreet.d.ts.map +1 -1
  451. package/dist/commonjs/sdk/models/shared/propertyonstreet.js +1 -1
  452. package/dist/commonjs/sdk/models/shared/propertyonstreet.js.map +1 -1
  453. package/dist/commonjs/sdk/models/shared/propertyoutcodeareafilter.d.ts +1 -1
  454. package/dist/commonjs/sdk/models/shared/propertyoutcodeareafilter.d.ts.map +1 -1
  455. package/dist/commonjs/sdk/models/shared/propertyoutcodeareafilter.js +1 -1
  456. package/dist/commonjs/sdk/models/shared/propertyoutcodeareafilter.js.map +1 -1
  457. package/dist/commonjs/sdk/models/shared/propertypointareafilter.d.ts +1 -1
  458. package/dist/commonjs/sdk/models/shared/propertypointareafilter.d.ts.map +1 -1
  459. package/dist/commonjs/sdk/models/shared/propertypointareafilter.js +1 -1
  460. package/dist/commonjs/sdk/models/shared/propertypointareafilter.js.map +1 -1
  461. package/dist/commonjs/sdk/models/shared/propertypolygonareafilter.d.ts +1 -1
  462. package/dist/commonjs/sdk/models/shared/propertypolygonareafilter.d.ts.map +1 -1
  463. package/dist/commonjs/sdk/models/shared/propertypolygonareafilter.js +1 -1
  464. package/dist/commonjs/sdk/models/shared/propertypolygonareafilter.js.map +1 -1
  465. package/dist/commonjs/sdk/models/shared/propertypostcodeareafilter.d.ts +1 -1
  466. package/dist/commonjs/sdk/models/shared/propertypostcodeareafilter.d.ts.map +1 -1
  467. package/dist/commonjs/sdk/models/shared/propertypostcodeareafilter.js +1 -1
  468. package/dist/commonjs/sdk/models/shared/propertypostcodeareafilter.js.map +1 -1
  469. package/dist/commonjs/sdk/models/shared/propertyquerycondition.d.ts +1 -1
  470. package/dist/commonjs/sdk/models/shared/propertyquerycondition.d.ts.map +1 -1
  471. package/dist/commonjs/sdk/models/shared/propertyquerycondition.js +1 -1
  472. package/dist/commonjs/sdk/models/shared/propertyquerycondition.js.map +1 -1
  473. package/dist/commonjs/sdk/models/shared/propertyquerygroup.d.ts +1 -1
  474. package/dist/commonjs/sdk/models/shared/propertyquerygroup.d.ts.map +1 -1
  475. package/dist/commonjs/sdk/models/shared/propertyquerygroup.js +1 -1
  476. package/dist/commonjs/sdk/models/shared/propertyquerygroup.js.map +1 -1
  477. package/dist/commonjs/sdk/models/shared/propertyqueryoperator.d.ts +1 -1
  478. package/dist/commonjs/sdk/models/shared/propertyqueryoperator.d.ts.map +1 -1
  479. package/dist/commonjs/sdk/models/shared/propertyqueryoperator.js +1 -1
  480. package/dist/commonjs/sdk/models/shared/propertyqueryoperator.js.map +1 -1
  481. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts +234 -1
  482. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -1
  483. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js +147 -2
  484. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js.map +1 -1
  485. package/dist/commonjs/sdk/models/shared/propertytags.d.ts +43 -13
  486. package/dist/commonjs/sdk/models/shared/propertytags.d.ts.map +1 -1
  487. package/dist/commonjs/sdk/models/shared/propertytags.js +27 -15
  488. package/dist/commonjs/sdk/models/shared/propertytags.js.map +1 -1
  489. package/dist/commonjs/sdk/models/shared/refurbishmentdata.d.ts +67 -0
  490. package/dist/commonjs/sdk/models/shared/refurbishmentdata.d.ts.map +1 -0
  491. package/dist/commonjs/sdk/models/shared/refurbishmentdata.js +93 -0
  492. package/dist/commonjs/sdk/models/shared/refurbishmentdata.js.map +1 -0
  493. package/dist/commonjs/sdk/models/shared/roomdetails.d.ts +5 -10
  494. package/dist/commonjs/sdk/models/shared/roomdetails.d.ts.map +1 -1
  495. package/dist/commonjs/sdk/models/shared/roomdetails.js +5 -7
  496. package/dist/commonjs/sdk/models/shared/roomdetails.js.map +1 -1
  497. package/dist/commonjs/sdk/models/shared/salerecord.d.ts +9 -14
  498. package/dist/commonjs/sdk/models/shared/salerecord.d.ts.map +1 -1
  499. package/dist/commonjs/sdk/models/shared/salerecord.js +7 -9
  500. package/dist/commonjs/sdk/models/shared/salerecord.js.map +1 -1
  501. package/dist/commonjs/sdk/models/shared/school.d.ts +1 -1
  502. package/dist/commonjs/sdk/models/shared/school.d.ts.map +1 -1
  503. package/dist/commonjs/sdk/models/shared/school.js +1 -1
  504. package/dist/commonjs/sdk/models/shared/school.js.map +1 -1
  505. package/dist/commonjs/sdk/models/shared/security.d.ts +1 -1
  506. package/dist/commonjs/sdk/models/shared/security.d.ts.map +1 -1
  507. package/dist/commonjs/sdk/models/shared/security.js +1 -1
  508. package/dist/commonjs/sdk/models/shared/security.js.map +1 -1
  509. package/dist/commonjs/sdk/models/shared/streetdescriptor.d.ts +1 -1
  510. package/dist/commonjs/sdk/models/shared/streetdescriptor.d.ts.map +1 -1
  511. package/dist/commonjs/sdk/models/shared/streetdescriptor.js +1 -1
  512. package/dist/commonjs/sdk/models/shared/streetdescriptor.js.map +1 -1
  513. package/dist/commonjs/sdk/models/shared/streetdetails.d.ts +1 -1
  514. package/dist/commonjs/sdk/models/shared/streetdetails.d.ts.map +1 -1
  515. package/dist/commonjs/sdk/models/shared/streetdetails.js +1 -1
  516. package/dist/commonjs/sdk/models/shared/streetdetails.js.map +1 -1
  517. package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.d.ts +1 -1
  518. package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.d.ts.map +1 -1
  519. package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.js +1 -1
  520. package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.js.map +1 -1
  521. package/dist/commonjs/sdk/models/shared/streetquerybyname.d.ts +1 -1
  522. package/dist/commonjs/sdk/models/shared/streetquerybyname.d.ts.map +1 -1
  523. package/dist/commonjs/sdk/models/shared/streetquerybyname.js +1 -1
  524. package/dist/commonjs/sdk/models/shared/streetquerybyname.js.map +1 -1
  525. package/dist/commonjs/sdk/models/shared/streetquerybypostcode.d.ts +1 -1
  526. package/dist/commonjs/sdk/models/shared/streetquerybypostcode.d.ts.map +1 -1
  527. package/dist/commonjs/sdk/models/shared/streetquerybypostcode.js +1 -1
  528. package/dist/commonjs/sdk/models/shared/streetquerybypostcode.js.map +1 -1
  529. package/dist/commonjs/sdk/models/shared/streetquerybyuprn.d.ts +1 -1
  530. package/dist/commonjs/sdk/models/shared/streetquerybyuprn.d.ts.map +1 -1
  531. package/dist/commonjs/sdk/models/shared/streetquerybyuprn.js +1 -1
  532. package/dist/commonjs/sdk/models/shared/streetquerybyuprn.js.map +1 -1
  533. package/dist/commonjs/sdk/models/shared/streetquerybyusrn.d.ts +1 -1
  534. package/dist/commonjs/sdk/models/shared/streetquerybyusrn.d.ts.map +1 -1
  535. package/dist/commonjs/sdk/models/shared/streetquerybyusrn.js +1 -1
  536. package/dist/commonjs/sdk/models/shared/streetquerybyusrn.js.map +1 -1
  537. package/dist/commonjs/sdk/models/shared/streetqueryrequest.d.ts +1 -1
  538. package/dist/commonjs/sdk/models/shared/streetqueryrequest.d.ts.map +1 -1
  539. package/dist/commonjs/sdk/models/shared/streetqueryrequest.js +1 -1
  540. package/dist/commonjs/sdk/models/shared/streetqueryrequest.js.map +1 -1
  541. package/dist/commonjs/sdk/models/shared/streetqueryresponse.d.ts +1 -1
  542. package/dist/commonjs/sdk/models/shared/streetqueryresponse.d.ts.map +1 -1
  543. package/dist/commonjs/sdk/models/shared/streetqueryresponse.js +1 -1
  544. package/dist/commonjs/sdk/models/shared/streetqueryresponse.js.map +1 -1
  545. package/dist/commonjs/sdk/models/shared/streetstatistics.d.ts +1 -1
  546. package/dist/commonjs/sdk/models/shared/streetstatistics.d.ts.map +1 -1
  547. package/dist/commonjs/sdk/models/shared/streetstatistics.js +1 -1
  548. package/dist/commonjs/sdk/models/shared/streetstatistics.js.map +1 -1
  549. package/dist/commonjs/sdk/models/shared/tenancydata.d.ts +37 -0
  550. package/dist/commonjs/sdk/models/shared/tenancydata.d.ts.map +1 -0
  551. package/dist/commonjs/sdk/models/shared/tenancydata.js +71 -0
  552. package/dist/commonjs/sdk/models/shared/tenancydata.js.map +1 -0
  553. package/dist/commonjs/sdk/models/shared/tenuredata.d.ts +3 -18
  554. package/dist/commonjs/sdk/models/shared/tenuredata.d.ts.map +1 -1
  555. package/dist/commonjs/sdk/models/shared/tenuredata.js +3 -9
  556. package/dist/commonjs/sdk/models/shared/tenuredata.js.map +1 -1
  557. package/dist/commonjs/sdk/poi.d.ts +30 -0
  558. package/dist/commonjs/sdk/poi.d.ts.map +1 -0
  559. package/dist/commonjs/sdk/poi.js +44 -0
  560. package/dist/commonjs/sdk/poi.js.map +1 -0
  561. package/dist/commonjs/sdk/schools.d.ts +14 -0
  562. package/dist/commonjs/sdk/schools.d.ts.map +1 -1
  563. package/dist/commonjs/sdk/schools.js +20 -0
  564. package/dist/commonjs/sdk/schools.js.map +1 -1
  565. package/dist/commonjs/sdk/sdk.d.ts +27 -9
  566. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  567. package/dist/commonjs/sdk/sdk.js +34 -10
  568. package/dist/commonjs/sdk/sdk.js.map +1 -1
  569. package/dist/{esm/sdk/location.d.ts → commonjs/sdk/streets.d.ts} +2 -2
  570. package/dist/commonjs/sdk/streets.d.ts.map +1 -0
  571. package/dist/commonjs/sdk/{location.js → streets.js} +6 -6
  572. package/dist/commonjs/sdk/streets.js.map +1 -0
  573. package/dist/commonjs/sdk/system.d.ts +48 -0
  574. package/dist/commonjs/sdk/system.d.ts.map +1 -0
  575. package/dist/commonjs/sdk/system.js +72 -0
  576. package/dist/commonjs/sdk/system.js.map +1 -0
  577. package/dist/commonjs/sdk/types/blobs.d.ts +1 -1
  578. package/dist/commonjs/sdk/types/blobs.d.ts.map +1 -1
  579. package/dist/commonjs/sdk/types/blobs.js +1 -1
  580. package/dist/commonjs/sdk/types/blobs.js.map +1 -1
  581. package/dist/commonjs/sdk/types/constdatetime.d.ts +1 -1
  582. package/dist/commonjs/sdk/types/constdatetime.d.ts.map +1 -1
  583. package/dist/commonjs/sdk/types/constdatetime.js +1 -1
  584. package/dist/commonjs/sdk/types/constdatetime.js.map +1 -1
  585. package/dist/esm/funcs/addressResolveAddress.d.ts +17 -0
  586. package/dist/esm/funcs/addressResolveAddress.d.ts.map +1 -0
  587. package/dist/esm/funcs/addressResolveAddress.js +80 -0
  588. package/dist/esm/funcs/addressResolveAddress.js.map +1 -0
  589. package/dist/esm/funcs/areasGetAreas.d.ts +17 -0
  590. package/dist/esm/funcs/areasGetAreas.d.ts.map +1 -0
  591. package/dist/esm/funcs/areasGetAreas.js +96 -0
  592. package/dist/esm/funcs/areasGetAreas.js.map +1 -0
  593. package/dist/esm/funcs/areasGetAreasWithin.d.ts +17 -0
  594. package/dist/esm/funcs/areasGetAreasWithin.d.ts.map +1 -0
  595. package/dist/esm/funcs/areasGetAreasWithin.js +86 -0
  596. package/dist/esm/funcs/areasGetAreasWithin.js.map +1 -0
  597. package/dist/esm/funcs/areasGetBorderingAreas.d.ts +17 -0
  598. package/dist/esm/funcs/areasGetBorderingAreas.d.ts.map +1 -0
  599. package/dist/esm/funcs/areasGetBorderingAreas.js +95 -0
  600. package/dist/esm/funcs/areasGetBorderingAreas.js.map +1 -0
  601. package/dist/esm/funcs/areasGetChildAreas.d.ts +17 -0
  602. package/dist/esm/funcs/areasGetChildAreas.d.ts.map +1 -0
  603. package/dist/esm/funcs/areasGetChildAreas.js +88 -0
  604. package/dist/esm/funcs/areasGetChildAreas.js.map +1 -0
  605. package/dist/esm/funcs/connectivityGetConnectivityScores.d.ts +17 -0
  606. package/dist/esm/funcs/connectivityGetConnectivityScores.d.ts.map +1 -0
  607. package/dist/esm/funcs/connectivityGetConnectivityScores.js +95 -0
  608. package/dist/esm/funcs/connectivityGetConnectivityScores.js.map +1 -0
  609. package/dist/esm/funcs/epcGetEPC.d.ts +17 -0
  610. package/dist/esm/funcs/epcGetEPC.d.ts.map +1 -0
  611. package/dist/esm/funcs/epcGetEPC.js +83 -0
  612. package/dist/esm/funcs/epcGetEPC.js.map +1 -0
  613. package/dist/esm/funcs/epcGetEPCByPostcode.d.ts +17 -0
  614. package/dist/esm/funcs/epcGetEPCByPostcode.d.ts.map +1 -0
  615. package/dist/esm/funcs/epcGetEPCByPostcode.js +83 -0
  616. package/dist/esm/funcs/epcGetEPCByPostcode.js.map +1 -0
  617. package/dist/esm/funcs/listingsGetListingById.d.ts +17 -0
  618. package/dist/esm/funcs/listingsGetListingById.d.ts.map +1 -0
  619. package/dist/esm/funcs/listingsGetListingById.js +83 -0
  620. package/dist/esm/funcs/listingsGetListingById.js.map +1 -0
  621. package/dist/esm/funcs/listingsGetListingBySource.d.ts +17 -0
  622. package/dist/esm/funcs/listingsGetListingBySource.d.ts.map +1 -0
  623. package/dist/esm/funcs/listingsGetListingBySource.js +91 -0
  624. package/dist/esm/funcs/listingsGetListingBySource.js.map +1 -0
  625. package/dist/esm/funcs/listingsGetListingsByLocation.d.ts +17 -0
  626. package/dist/esm/funcs/listingsGetListingsByLocation.d.ts.map +1 -0
  627. package/dist/esm/funcs/listingsGetListingsByLocation.js +87 -0
  628. package/dist/esm/funcs/listingsGetListingsByLocation.js.map +1 -0
  629. package/dist/esm/funcs/listingsQueryListings.d.ts +17 -0
  630. package/dist/esm/funcs/listingsQueryListings.d.ts.map +1 -0
  631. package/dist/esm/funcs/listingsQueryListings.js +80 -0
  632. package/dist/esm/funcs/listingsQueryListings.js.map +1 -0
  633. package/dist/esm/funcs/listingsQueryListingsBySource.d.ts +17 -0
  634. package/dist/esm/funcs/listingsQueryListingsBySource.d.ts.map +1 -0
  635. package/dist/esm/funcs/listingsQueryListingsBySource.js +81 -0
  636. package/dist/esm/funcs/listingsQueryListingsBySource.js.map +1 -0
  637. package/dist/esm/funcs/metricsGetMetricValues.d.ts +17 -0
  638. package/dist/esm/funcs/metricsGetMetricValues.d.ts.map +1 -0
  639. package/dist/esm/funcs/metricsGetMetricValues.js +92 -0
  640. package/dist/esm/funcs/metricsGetMetricValues.js.map +1 -0
  641. package/dist/esm/funcs/planningGetPlanningApplications.js +1 -1
  642. package/dist/esm/funcs/planningGetPlanningApplications.js.map +1 -1
  643. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js +1 -1
  644. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js.map +1 -1
  645. package/dist/esm/funcs/planningSearchPlanningApplications.js +1 -1
  646. package/dist/esm/funcs/planningSearchPlanningApplications.js.map +1 -1
  647. package/dist/esm/funcs/poiGetNearestPOI.d.ts +17 -0
  648. package/dist/esm/funcs/poiGetNearestPOI.d.ts.map +1 -0
  649. package/dist/esm/funcs/poiGetNearestPOI.js +86 -0
  650. package/dist/esm/funcs/poiGetNearestPOI.js.map +1 -0
  651. package/dist/esm/funcs/poiGetPOIMultipleTiles.d.ts +17 -0
  652. package/dist/esm/funcs/poiGetPOIMultipleTiles.d.ts.map +1 -0
  653. package/dist/esm/funcs/poiGetPOIMultipleTiles.js +82 -0
  654. package/dist/esm/funcs/poiGetPOIMultipleTiles.js.map +1 -0
  655. package/dist/esm/funcs/poiGetPOITile.d.ts +23 -0
  656. package/dist/esm/funcs/poiGetPOITile.d.ts.map +1 -0
  657. package/dist/esm/funcs/poiGetPOITile.js +103 -0
  658. package/dist/esm/funcs/poiGetPOITile.js.map +1 -0
  659. package/dist/esm/funcs/propertyGetProperties.js +1 -1
  660. package/dist/esm/funcs/propertyGetProperties.js.map +1 -1
  661. package/dist/esm/funcs/propertyGetPropertiesByLocation.js +1 -1
  662. package/dist/esm/funcs/propertyGetPropertiesByLocation.js.map +1 -1
  663. package/dist/esm/funcs/propertyGetPropertiesBySlugs.js +1 -1
  664. package/dist/esm/funcs/propertyGetPropertiesBySlugs.js.map +1 -1
  665. package/dist/esm/funcs/propertyGetPropertiesBySource.js +1 -1
  666. package/dist/esm/funcs/propertyGetPropertiesBySource.js.map +1 -1
  667. package/dist/esm/funcs/propertySearchProperties.js +1 -1
  668. package/dist/esm/funcs/propertySearchProperties.js.map +1 -1
  669. package/dist/esm/funcs/safetyGetV1SafetyCrime.js +1 -1
  670. package/dist/esm/funcs/safetyGetV1SafetyCrime.js.map +1 -1
  671. package/dist/esm/funcs/safetyGetV1SafetyCrimeStats.js +1 -1
  672. package/dist/esm/funcs/safetyGetV1SafetyCrimeStats.js.map +1 -1
  673. package/dist/esm/funcs/schoolsGet.js +1 -1
  674. package/dist/esm/funcs/schoolsGet.js.map +1 -1
  675. package/dist/esm/funcs/schoolsGetBySlug.js +1 -1
  676. package/dist/esm/funcs/schoolsGetBySlug.js.map +1 -1
  677. package/dist/esm/funcs/schoolsGetByUrn.js +1 -1
  678. package/dist/esm/funcs/schoolsGetByUrn.js.map +1 -1
  679. package/dist/esm/funcs/{schoolMetricsGetMetrics.d.ts → schoolsGetMetrics.d.ts} +2 -2
  680. package/dist/esm/funcs/schoolsGetMetrics.d.ts.map +1 -0
  681. package/dist/esm/funcs/{schoolMetricsGetMetrics.js → schoolsGetMetrics.js} +3 -3
  682. package/dist/esm/funcs/schoolsGetMetrics.js.map +1 -0
  683. package/dist/esm/funcs/schoolsList.js +1 -1
  684. package/dist/esm/funcs/schoolsList.js.map +1 -1
  685. package/dist/esm/funcs/{schoolMetricsListProfiles.d.ts → schoolsListProfiles.d.ts} +2 -2
  686. package/dist/esm/funcs/schoolsListProfiles.d.ts.map +1 -0
  687. package/dist/esm/funcs/{schoolMetricsListProfiles.js → schoolsListProfiles.js} +3 -3
  688. package/dist/esm/funcs/schoolsListProfiles.js.map +1 -0
  689. package/dist/esm/funcs/schoolsSearchNearby.js +1 -1
  690. package/dist/esm/funcs/schoolsSearchNearby.js.map +1 -1
  691. package/dist/esm/funcs/schoolsSearchWithin.js +1 -1
  692. package/dist/esm/funcs/schoolsSearchWithin.js.map +1 -1
  693. package/dist/{commonjs/funcs/locationSearchStreets.d.ts → esm/funcs/streetsSearchStreets.d.ts} +2 -2
  694. package/dist/esm/funcs/streetsSearchStreets.d.ts.map +1 -0
  695. package/dist/esm/funcs/{locationSearchStreets.js → streetsSearchStreets.js} +3 -3
  696. package/dist/esm/funcs/streetsSearchStreets.js.map +1 -0
  697. package/dist/esm/funcs/systemCheckAreaReferenceHealth.d.ts +17 -0
  698. package/dist/esm/funcs/systemCheckAreaReferenceHealth.d.ts.map +1 -0
  699. package/dist/esm/funcs/systemCheckAreaReferenceHealth.js +68 -0
  700. package/dist/esm/funcs/systemCheckAreaReferenceHealth.js.map +1 -0
  701. package/dist/esm/funcs/systemCheckEPCHealth.d.ts +17 -0
  702. package/dist/esm/funcs/systemCheckEPCHealth.d.ts.map +1 -0
  703. package/dist/esm/funcs/systemCheckEPCHealth.js +68 -0
  704. package/dist/esm/funcs/systemCheckEPCHealth.js.map +1 -0
  705. package/dist/esm/funcs/systemCheckListingsHealth.d.ts +17 -0
  706. package/dist/{commonjs/funcs/schoolMetricsListProfiles.d.ts.map → esm/funcs/systemCheckListingsHealth.d.ts.map} +1 -1
  707. package/dist/esm/funcs/systemCheckListingsHealth.js +68 -0
  708. package/dist/esm/funcs/{schoolMetricsListProfiles.js.map → systemCheckListingsHealth.js.map} +1 -1
  709. package/dist/esm/funcs/{healthCheckLocationHealth.d.ts → systemCheckLocationHealth.d.ts} +2 -2
  710. package/dist/esm/funcs/{healthCheckLocationHealth.d.ts.map → systemCheckLocationHealth.d.ts.map} +1 -1
  711. package/dist/esm/funcs/{healthCheckLocationHealth.js → systemCheckLocationHealth.js} +3 -3
  712. package/dist/esm/funcs/{healthCheckLocationHealth.js.map → systemCheckLocationHealth.js.map} +1 -1
  713. package/dist/{commonjs/funcs/healthCheckPlanningHealth.d.ts → esm/funcs/systemCheckPlanningHealth.d.ts} +2 -2
  714. package/dist/esm/funcs/systemCheckPlanningHealth.d.ts.map +1 -0
  715. package/dist/esm/funcs/{healthCheckPlanningHealth.js → systemCheckPlanningHealth.js} +3 -3
  716. package/dist/esm/funcs/{healthCheckPlanningHealth.js.map → systemCheckPlanningHealth.js.map} +1 -1
  717. package/dist/{commonjs/funcs/healthCheckPropertyHealth.d.ts → esm/funcs/systemCheckPropertyHealth.d.ts} +2 -2
  718. package/dist/esm/funcs/systemCheckPropertyHealth.d.ts.map +1 -0
  719. package/dist/esm/funcs/{healthCheckPropertyHealth.js → systemCheckPropertyHealth.js} +3 -3
  720. package/dist/esm/funcs/{healthCheckPropertyHealth.js.map → systemCheckPropertyHealth.js.map} +1 -1
  721. package/dist/esm/lib/base64.d.ts +1 -1
  722. package/dist/esm/lib/base64.d.ts.map +1 -1
  723. package/dist/esm/lib/base64.js +1 -1
  724. package/dist/esm/lib/base64.js.map +1 -1
  725. package/dist/esm/lib/config.d.ts +4 -4
  726. package/dist/esm/lib/config.js +4 -4
  727. package/dist/esm/lib/config.js.map +1 -1
  728. package/dist/esm/lib/schemas.d.ts +1 -1
  729. package/dist/esm/lib/schemas.d.ts.map +1 -1
  730. package/dist/esm/lib/schemas.js +1 -1
  731. package/dist/esm/lib/schemas.js.map +1 -1
  732. package/dist/esm/sdk/address.d.ts +12 -0
  733. package/dist/esm/sdk/address.d.ts.map +1 -0
  734. package/dist/esm/sdk/address.js +18 -0
  735. package/dist/esm/sdk/address.js.map +1 -0
  736. package/dist/esm/sdk/areas.d.ts +33 -0
  737. package/dist/esm/sdk/areas.d.ts.map +1 -0
  738. package/dist/esm/sdk/areas.js +48 -0
  739. package/dist/esm/sdk/areas.js.map +1 -0
  740. package/dist/esm/sdk/connectivity.d.ts +12 -0
  741. package/dist/esm/sdk/connectivity.d.ts.map +1 -0
  742. package/dist/esm/sdk/connectivity.js +18 -0
  743. package/dist/esm/sdk/connectivity.js.map +1 -0
  744. package/dist/esm/sdk/epc.d.ts +19 -0
  745. package/dist/esm/sdk/epc.d.ts.map +1 -0
  746. package/dist/esm/sdk/epc.js +28 -0
  747. package/dist/esm/sdk/epc.js.map +1 -0
  748. package/dist/esm/sdk/listings.d.ts +40 -0
  749. package/dist/esm/sdk/listings.d.ts.map +1 -0
  750. package/dist/esm/sdk/listings.js +58 -0
  751. package/dist/esm/sdk/listings.js.map +1 -0
  752. package/dist/esm/sdk/metrics.d.ts +12 -0
  753. package/dist/esm/sdk/metrics.d.ts.map +1 -0
  754. package/dist/esm/sdk/metrics.js +18 -0
  755. package/dist/esm/sdk/metrics.js.map +1 -0
  756. package/dist/esm/sdk/models/errors/responsevalidationerror.js +1 -1
  757. package/dist/esm/sdk/models/errors/responsevalidationerror.js.map +1 -1
  758. package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts +1 -1
  759. package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -1
  760. package/dist/esm/sdk/models/errors/sdkvalidationerror.js +1 -1
  761. package/dist/esm/sdk/models/errors/sdkvalidationerror.js.map +1 -1
  762. package/dist/esm/sdk/models/operations/checkareareferencehealth.d.ts +36 -0
  763. package/dist/esm/sdk/models/operations/checkareareferencehealth.d.ts.map +1 -0
  764. package/dist/esm/sdk/models/operations/checkareareferencehealth.js +35 -0
  765. package/dist/esm/sdk/models/operations/checkareareferencehealth.js.map +1 -0
  766. package/dist/esm/sdk/models/operations/checkepchealth.d.ts +36 -0
  767. package/dist/esm/sdk/models/operations/checkepchealth.d.ts.map +1 -0
  768. package/dist/esm/sdk/models/operations/checkepchealth.js +35 -0
  769. package/dist/esm/sdk/models/operations/checkepchealth.js.map +1 -0
  770. package/dist/esm/sdk/models/operations/checklistingshealth.d.ts +36 -0
  771. package/dist/esm/sdk/models/operations/checklistingshealth.d.ts.map +1 -0
  772. package/dist/esm/sdk/models/operations/checklistingshealth.js +35 -0
  773. package/dist/esm/sdk/models/operations/checklistingshealth.js.map +1 -0
  774. package/dist/esm/sdk/models/operations/getareasbyfieldandids.d.ts +445 -0
  775. package/dist/esm/sdk/models/operations/getareasbyfieldandids.d.ts.map +1 -0
  776. package/dist/esm/sdk/models/operations/getareasbyfieldandids.js +305 -0
  777. package/dist/esm/sdk/models/operations/getareasbyfieldandids.js.map +1 -0
  778. package/dist/esm/sdk/models/operations/getareaswithinradius.d.ts +492 -0
  779. package/dist/esm/sdk/models/operations/getareaswithinradius.d.ts.map +1 -0
  780. package/dist/esm/sdk/models/operations/getareaswithinradius.js +328 -0
  781. package/dist/esm/sdk/models/operations/getareaswithinradius.js.map +1 -0
  782. package/dist/esm/sdk/models/operations/getborderingareas.d.ts +658 -0
  783. package/dist/esm/sdk/models/operations/getborderingareas.d.ts.map +1 -0
  784. package/dist/esm/sdk/models/operations/getborderingareas.js +434 -0
  785. package/dist/esm/sdk/models/operations/getborderingareas.js.map +1 -0
  786. package/dist/esm/sdk/models/operations/getchildareas.d.ts +653 -0
  787. package/dist/esm/sdk/models/operations/getchildareas.d.ts.map +1 -0
  788. package/dist/esm/sdk/models/operations/getchildareas.js +432 -0
  789. package/dist/esm/sdk/models/operations/getchildareas.js.map +1 -0
  790. package/dist/esm/sdk/models/operations/getconnectivityscores.d.ts +2213 -0
  791. package/dist/esm/sdk/models/operations/getconnectivityscores.d.ts.map +1 -0
  792. package/dist/esm/sdk/models/operations/getconnectivityscores.js +1512 -0
  793. package/dist/esm/sdk/models/operations/getconnectivityscores.js.map +1 -0
  794. package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts +310 -0
  795. package/dist/esm/sdk/models/operations/getepcbylocationid.d.ts.map +1 -0
  796. package/dist/esm/sdk/models/operations/getepcbylocationid.js +269 -0
  797. package/dist/esm/sdk/models/operations/getepcbylocationid.js.map +1 -0
  798. package/dist/esm/sdk/models/operations/getepcbypostcode.d.ts +199 -0
  799. package/dist/esm/sdk/models/operations/getepcbypostcode.d.ts.map +1 -0
  800. package/dist/esm/sdk/models/operations/getepcbypostcode.js +178 -0
  801. package/dist/esm/sdk/models/operations/getepcbypostcode.js.map +1 -0
  802. package/dist/esm/sdk/models/operations/getlistingbyid.d.ts +1402 -0
  803. package/dist/esm/sdk/models/operations/getlistingbyid.d.ts.map +1 -0
  804. package/dist/esm/sdk/models/operations/getlistingbyid.js +971 -0
  805. package/dist/esm/sdk/models/operations/getlistingbyid.js.map +1 -0
  806. package/dist/esm/sdk/models/operations/getlistingbysource.d.ts +351 -0
  807. package/dist/esm/sdk/models/operations/getlistingbysource.d.ts.map +1 -0
  808. package/dist/esm/sdk/models/operations/getlistingbysource.js +294 -0
  809. package/dist/esm/sdk/models/operations/getlistingbysource.js.map +1 -0
  810. package/dist/esm/sdk/models/operations/getlistingsbylocation.d.ts +1335 -0
  811. package/dist/esm/sdk/models/operations/getlistingsbylocation.d.ts.map +1 -0
  812. package/dist/esm/sdk/models/operations/getlistingsbylocation.js +896 -0
  813. package/dist/esm/sdk/models/operations/getlistingsbylocation.js.map +1 -0
  814. package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts +1 -1
  815. package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts.map +1 -1
  816. package/dist/esm/sdk/models/operations/getmetricprofiles.js +1 -1
  817. package/dist/esm/sdk/models/operations/getmetricprofiles.js.map +1 -1
  818. package/dist/esm/sdk/models/operations/getmetricvalues.d.ts +608 -0
  819. package/dist/esm/sdk/models/operations/getmetricvalues.d.ts.map +1 -0
  820. package/dist/esm/sdk/models/operations/getmetricvalues.js +462 -0
  821. package/dist/esm/sdk/models/operations/getmetricvalues.js.map +1 -0
  822. package/dist/esm/sdk/models/operations/getnearestpoi.d.ts +393 -0
  823. package/dist/esm/sdk/models/operations/getnearestpoi.d.ts.map +1 -0
  824. package/dist/esm/sdk/models/operations/getnearestpoi.js +314 -0
  825. package/dist/esm/sdk/models/operations/getnearestpoi.js.map +1 -0
  826. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts +1 -1
  827. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts.map +1 -1
  828. package/dist/esm/sdk/models/operations/getplanningapplications.js +1 -1
  829. package/dist/esm/sdk/models/operations/getplanningapplications.js.map +1 -1
  830. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts +1 -1
  831. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -1
  832. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js +1 -1
  833. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -1
  834. package/dist/esm/sdk/models/operations/getpoimultipletiles.d.ts +587 -0
  835. package/dist/esm/sdk/models/operations/getpoimultipletiles.d.ts.map +1 -0
  836. package/dist/esm/sdk/models/operations/getpoimultipletiles.js +547 -0
  837. package/dist/esm/sdk/models/operations/getpoimultipletiles.js.map +1 -0
  838. package/dist/esm/sdk/models/operations/getpoitile.d.ts +465 -0
  839. package/dist/esm/sdk/models/operations/getpoitile.d.ts.map +1 -0
  840. package/dist/esm/sdk/models/operations/getpoitile.js +412 -0
  841. package/dist/esm/sdk/models/operations/getpoitile.js.map +1 -0
  842. package/dist/esm/sdk/models/operations/getproperties.d.ts +1 -1
  843. package/dist/esm/sdk/models/operations/getproperties.d.ts.map +1 -1
  844. package/dist/esm/sdk/models/operations/getproperties.js +1 -1
  845. package/dist/esm/sdk/models/operations/getproperties.js.map +1 -1
  846. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts +1 -1
  847. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -1
  848. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js +1 -1
  849. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js.map +1 -1
  850. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts +1 -1
  851. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -1
  852. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js +1 -1
  853. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js.map +1 -1
  854. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts +1 -1
  855. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -1
  856. package/dist/esm/sdk/models/operations/getpropertiesbysource.js +1 -1
  857. package/dist/esm/sdk/models/operations/getpropertiesbysource.js.map +1 -1
  858. package/dist/esm/sdk/models/operations/getschoolbyid.d.ts +1 -10
  859. package/dist/esm/sdk/models/operations/getschoolbyid.d.ts.map +1 -1
  860. package/dist/esm/sdk/models/operations/getschoolbyid.js +1 -1
  861. package/dist/esm/sdk/models/operations/getschoolbyid.js.map +1 -1
  862. package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts +1 -10
  863. package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts.map +1 -1
  864. package/dist/esm/sdk/models/operations/getschoolbyslug.js +1 -1
  865. package/dist/esm/sdk/models/operations/getschoolbyslug.js.map +1 -1
  866. package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts +1 -10
  867. package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts.map +1 -1
  868. package/dist/esm/sdk/models/operations/getschoolbyurn.js +1 -1
  869. package/dist/esm/sdk/models/operations/getschoolbyurn.js.map +1 -1
  870. package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts +66 -69
  871. package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts.map +1 -1
  872. package/dist/esm/sdk/models/operations/getschoolmetrics.js +77 -77
  873. package/dist/esm/sdk/models/operations/getschoolmetrics.js.map +1 -1
  874. package/dist/esm/sdk/models/operations/getv1safetycrime.d.ts +61 -61
  875. package/dist/esm/sdk/models/operations/getv1safetycrime.d.ts.map +1 -1
  876. package/dist/esm/sdk/models/operations/getv1safetycrime.js +61 -63
  877. package/dist/esm/sdk/models/operations/getv1safetycrime.js.map +1 -1
  878. package/dist/esm/sdk/models/operations/getv1safetycrimestats.d.ts +1 -1
  879. package/dist/esm/sdk/models/operations/getv1safetycrimestats.d.ts.map +1 -1
  880. package/dist/esm/sdk/models/operations/getv1safetycrimestats.js +1 -1
  881. package/dist/esm/sdk/models/operations/getv1safetycrimestats.js.map +1 -1
  882. package/dist/esm/sdk/models/operations/index.d.ts +20 -0
  883. package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
  884. package/dist/esm/sdk/models/operations/index.js +20 -0
  885. package/dist/esm/sdk/models/operations/index.js.map +1 -1
  886. package/dist/esm/sdk/models/operations/listschools.d.ts +1 -31
  887. package/dist/esm/sdk/models/operations/listschools.d.ts.map +1 -1
  888. package/dist/esm/sdk/models/operations/listschools.js +1 -1
  889. package/dist/esm/sdk/models/operations/listschools.js.map +1 -1
  890. package/dist/esm/sdk/models/operations/querylistings.d.ts +1544 -0
  891. package/dist/esm/sdk/models/operations/querylistings.d.ts.map +1 -0
  892. package/dist/esm/sdk/models/operations/querylistings.js +1046 -0
  893. package/dist/esm/sdk/models/operations/querylistings.js.map +1 -0
  894. package/dist/esm/sdk/models/operations/querylistingsbysource.d.ts +1420 -0
  895. package/dist/esm/sdk/models/operations/querylistingsbysource.d.ts.map +1 -0
  896. package/dist/esm/sdk/models/operations/querylistingsbysource.js +968 -0
  897. package/dist/esm/sdk/models/operations/querylistingsbysource.js.map +1 -0
  898. package/dist/esm/sdk/models/operations/resolveaddress.d.ts +580 -0
  899. package/dist/esm/sdk/models/operations/resolveaddress.d.ts.map +1 -0
  900. package/dist/esm/sdk/models/operations/resolveaddress.js +423 -0
  901. package/dist/esm/sdk/models/operations/resolveaddress.js.map +1 -0
  902. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts +1 -1
  903. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts.map +1 -1
  904. package/dist/esm/sdk/models/operations/searchplanningapplications.js +1 -1
  905. package/dist/esm/sdk/models/operations/searchplanningapplications.js.map +1 -1
  906. package/dist/esm/sdk/models/operations/searchproperties.d.ts +1 -1
  907. package/dist/esm/sdk/models/operations/searchproperties.d.ts.map +1 -1
  908. package/dist/esm/sdk/models/operations/searchproperties.js +1 -1
  909. package/dist/esm/sdk/models/operations/searchproperties.js.map +1 -1
  910. package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts +1 -25
  911. package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -1
  912. package/dist/esm/sdk/models/operations/searchschoolsnearby.js +1 -1
  913. package/dist/esm/sdk/models/operations/searchschoolsnearby.js.map +1 -1
  914. package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts +1 -28
  915. package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts.map +1 -1
  916. package/dist/esm/sdk/models/operations/searchschoolswithin.js +1 -1
  917. package/dist/esm/sdk/models/operations/searchschoolswithin.js.map +1 -1
  918. package/dist/esm/sdk/models/operations/searchstreets.d.ts +1 -1
  919. package/dist/esm/sdk/models/operations/searchstreets.d.ts.map +1 -1
  920. package/dist/esm/sdk/models/operations/searchstreets.js +1 -1
  921. package/dist/esm/sdk/models/operations/searchstreets.js.map +1 -1
  922. package/dist/esm/sdk/models/shared/builddata.d.ts +123 -0
  923. package/dist/esm/sdk/models/shared/builddata.d.ts.map +1 -0
  924. package/dist/esm/sdk/models/shared/builddata.js +82 -0
  925. package/dist/esm/sdk/models/shared/builddata.js.map +1 -0
  926. package/dist/esm/sdk/models/shared/chargeentry.d.ts +62 -0
  927. package/dist/esm/sdk/models/shared/chargeentry.d.ts.map +1 -0
  928. package/dist/esm/sdk/models/shared/chargeentry.js +43 -0
  929. package/dist/esm/sdk/models/shared/chargeentry.js.map +1 -0
  930. package/dist/esm/sdk/models/shared/chargehistory.d.ts +53 -0
  931. package/dist/esm/sdk/models/shared/chargehistory.d.ts.map +1 -0
  932. package/dist/esm/sdk/models/shared/chargehistory.js +40 -0
  933. package/dist/esm/sdk/models/shared/chargehistory.js.map +1 -0
  934. package/dist/esm/sdk/models/shared/counciltaxbanddetails.d.ts +52 -0
  935. package/dist/esm/sdk/models/shared/counciltaxbanddetails.d.ts.map +1 -0
  936. package/dist/esm/sdk/models/shared/counciltaxbanddetails.js +39 -0
  937. package/dist/esm/sdk/models/shared/counciltaxbanddetails.js.map +1 -0
  938. package/dist/esm/sdk/models/shared/counciltaxdata.d.ts +30 -9
  939. package/dist/esm/sdk/models/shared/counciltaxdata.d.ts.map +1 -1
  940. package/dist/esm/sdk/models/shared/counciltaxdata.js +16 -7
  941. package/dist/esm/sdk/models/shared/counciltaxdata.js.map +1 -1
  942. package/dist/esm/sdk/models/shared/epcdata.d.ts +26 -11
  943. package/dist/esm/sdk/models/shared/epcdata.d.ts.map +1 -1
  944. package/dist/esm/sdk/models/shared/epcdata.js +11 -5
  945. package/dist/esm/sdk/models/shared/epcdata.js.map +1 -1
  946. package/dist/esm/sdk/models/shared/errorresponse.d.ts +1 -1
  947. package/dist/esm/sdk/models/shared/errorresponse.d.ts.map +1 -1
  948. package/dist/esm/sdk/models/shared/errorresponse.js +1 -1
  949. package/dist/esm/sdk/models/shared/errorresponse.js.map +1 -1
  950. package/dist/esm/sdk/models/shared/healthresponse.d.ts +1 -1
  951. package/dist/esm/sdk/models/shared/healthresponse.d.ts.map +1 -1
  952. package/dist/esm/sdk/models/shared/healthresponse.js +1 -1
  953. package/dist/esm/sdk/models/shared/healthresponse.js.map +1 -1
  954. package/dist/esm/sdk/models/shared/index.d.ts +11 -0
  955. package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
  956. package/dist/esm/sdk/models/shared/index.js +11 -0
  957. package/dist/esm/sdk/models/shared/index.js.map +1 -1
  958. package/dist/esm/sdk/models/shared/lease.d.ts +47 -0
  959. package/dist/esm/sdk/models/shared/lease.d.ts.map +1 -0
  960. package/dist/esm/sdk/models/shared/lease.js +38 -0
  961. package/dist/esm/sdk/models/shared/lease.js.map +1 -0
  962. package/dist/esm/sdk/models/shared/listing.d.ts +312 -0
  963. package/dist/esm/sdk/models/shared/listing.d.ts.map +1 -0
  964. package/dist/esm/sdk/models/shared/listing.js +236 -0
  965. package/dist/esm/sdk/models/shared/listing.js.map +1 -0
  966. package/dist/esm/sdk/models/shared/listingimage.d.ts +32 -0
  967. package/dist/esm/sdk/models/shared/listingimage.d.ts.map +1 -0
  968. package/dist/esm/sdk/models/shared/listingimage.js +31 -0
  969. package/dist/esm/sdk/models/shared/listingimage.js.map +1 -0
  970. package/dist/esm/sdk/models/shared/listingpricechange.d.ts +87 -0
  971. package/dist/esm/sdk/models/shared/listingpricechange.d.ts.map +1 -0
  972. package/dist/esm/sdk/models/shared/listingpricechange.js +63 -0
  973. package/dist/esm/sdk/models/shared/listingpricechange.js.map +1 -0
  974. package/dist/esm/sdk/models/shared/marketstatus.d.ts +210 -14
  975. package/dist/esm/sdk/models/shared/marketstatus.d.ts.map +1 -1
  976. package/dist/esm/sdk/models/shared/marketstatus.js +153 -11
  977. package/dist/esm/sdk/models/shared/marketstatus.js.map +1 -1
  978. package/dist/esm/sdk/models/shared/planningapplication.d.ts +9 -9
  979. package/dist/esm/sdk/models/shared/planningapplication.d.ts.map +1 -1
  980. package/dist/esm/sdk/models/shared/planningapplication.js +13 -14
  981. package/dist/esm/sdk/models/shared/planningapplication.js.map +1 -1
  982. package/dist/esm/sdk/models/shared/planninglistresponse.d.ts +1 -1
  983. package/dist/esm/sdk/models/shared/planninglistresponse.d.ts.map +1 -1
  984. package/dist/esm/sdk/models/shared/planninglistresponse.js +1 -1
  985. package/dist/esm/sdk/models/shared/planninglistresponse.js.map +1 -1
  986. package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts +1 -1
  987. package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts.map +1 -1
  988. package/dist/esm/sdk/models/shared/planningqueryfilters.js +1 -1
  989. package/dist/esm/sdk/models/shared/planningqueryfilters.js.map +1 -1
  990. package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts +1 -1
  991. package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts.map +1 -1
  992. package/dist/esm/sdk/models/shared/planningqueryrequest.js +1 -1
  993. package/dist/esm/sdk/models/shared/planningqueryrequest.js.map +1 -1
  994. package/dist/esm/sdk/models/shared/pricechange.d.ts +87 -0
  995. package/dist/esm/sdk/models/shared/pricechange.d.ts.map +1 -0
  996. package/dist/esm/sdk/models/shared/pricechange.js +62 -0
  997. package/dist/esm/sdk/models/shared/pricechange.js.map +1 -0
  998. package/dist/esm/sdk/models/shared/pricingdata.d.ts +10 -15
  999. package/dist/esm/sdk/models/shared/pricingdata.d.ts.map +1 -1
  1000. package/dist/esm/sdk/models/shared/pricingdata.js +11 -13
  1001. package/dist/esm/sdk/models/shared/pricingdata.js.map +1 -1
  1002. package/dist/esm/sdk/models/shared/propertyaddress.d.ts +7 -32
  1003. package/dist/esm/sdk/models/shared/propertyaddress.d.ts.map +1 -1
  1004. package/dist/esm/sdk/models/shared/propertyaddress.js +7 -17
  1005. package/dist/esm/sdk/models/shared/propertyaddress.js.map +1 -1
  1006. package/dist/esm/sdk/models/shared/propertyareafilter.d.ts +1 -1
  1007. package/dist/esm/sdk/models/shared/propertyareafilter.d.ts.map +1 -1
  1008. package/dist/esm/sdk/models/shared/propertyareafilter.js +1 -1
  1009. package/dist/esm/sdk/models/shared/propertyareafilter.js.map +1 -1
  1010. package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts +1 -1
  1011. package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -1
  1012. package/dist/esm/sdk/models/shared/propertybyslugsrequest.js +1 -1
  1013. package/dist/esm/sdk/models/shared/propertybyslugsrequest.js.map +1 -1
  1014. package/dist/esm/sdk/models/shared/propertydata.d.ts +364 -121
  1015. package/dist/esm/sdk/models/shared/propertydata.d.ts.map +1 -1
  1016. package/dist/esm/sdk/models/shared/propertydata.js +278 -59
  1017. package/dist/esm/sdk/models/shared/propertydata.js.map +1 -1
  1018. package/dist/esm/sdk/models/shared/propertylistresponse.d.ts +1 -1
  1019. package/dist/esm/sdk/models/shared/propertylistresponse.d.ts.map +1 -1
  1020. package/dist/esm/sdk/models/shared/propertylistresponse.js +1 -1
  1021. package/dist/esm/sdk/models/shared/propertylistresponse.js.map +1 -1
  1022. package/dist/esm/sdk/models/shared/propertylocationidareafilter.d.ts +1 -1
  1023. package/dist/esm/sdk/models/shared/propertylocationidareafilter.d.ts.map +1 -1
  1024. package/dist/esm/sdk/models/shared/propertylocationidareafilter.js +1 -1
  1025. package/dist/esm/sdk/models/shared/propertylocationidareafilter.js.map +1 -1
  1026. package/dist/esm/sdk/models/shared/propertymultipolygonareafilter.d.ts +9 -9
  1027. package/dist/esm/sdk/models/shared/propertymultipolygonareafilter.d.ts.map +1 -1
  1028. package/dist/esm/sdk/models/shared/propertymultipolygonareafilter.js +13 -13
  1029. package/dist/esm/sdk/models/shared/propertymultipolygonareafilter.js.map +1 -1
  1030. package/dist/esm/sdk/models/shared/propertyonstreet.d.ts +1 -1
  1031. package/dist/esm/sdk/models/shared/propertyonstreet.d.ts.map +1 -1
  1032. package/dist/esm/sdk/models/shared/propertyonstreet.js +1 -1
  1033. package/dist/esm/sdk/models/shared/propertyonstreet.js.map +1 -1
  1034. package/dist/esm/sdk/models/shared/propertyoutcodeareafilter.d.ts +1 -1
  1035. package/dist/esm/sdk/models/shared/propertyoutcodeareafilter.d.ts.map +1 -1
  1036. package/dist/esm/sdk/models/shared/propertyoutcodeareafilter.js +1 -1
  1037. package/dist/esm/sdk/models/shared/propertyoutcodeareafilter.js.map +1 -1
  1038. package/dist/esm/sdk/models/shared/propertypointareafilter.d.ts +1 -1
  1039. package/dist/esm/sdk/models/shared/propertypointareafilter.d.ts.map +1 -1
  1040. package/dist/esm/sdk/models/shared/propertypointareafilter.js +1 -1
  1041. package/dist/esm/sdk/models/shared/propertypointareafilter.js.map +1 -1
  1042. package/dist/esm/sdk/models/shared/propertypolygonareafilter.d.ts +1 -1
  1043. package/dist/esm/sdk/models/shared/propertypolygonareafilter.d.ts.map +1 -1
  1044. package/dist/esm/sdk/models/shared/propertypolygonareafilter.js +1 -1
  1045. package/dist/esm/sdk/models/shared/propertypolygonareafilter.js.map +1 -1
  1046. package/dist/esm/sdk/models/shared/propertypostcodeareafilter.d.ts +1 -1
  1047. package/dist/esm/sdk/models/shared/propertypostcodeareafilter.d.ts.map +1 -1
  1048. package/dist/esm/sdk/models/shared/propertypostcodeareafilter.js +1 -1
  1049. package/dist/esm/sdk/models/shared/propertypostcodeareafilter.js.map +1 -1
  1050. package/dist/esm/sdk/models/shared/propertyquerycondition.d.ts +1 -1
  1051. package/dist/esm/sdk/models/shared/propertyquerycondition.d.ts.map +1 -1
  1052. package/dist/esm/sdk/models/shared/propertyquerycondition.js +1 -1
  1053. package/dist/esm/sdk/models/shared/propertyquerycondition.js.map +1 -1
  1054. package/dist/esm/sdk/models/shared/propertyquerygroup.d.ts +1 -1
  1055. package/dist/esm/sdk/models/shared/propertyquerygroup.d.ts.map +1 -1
  1056. package/dist/esm/sdk/models/shared/propertyquerygroup.js +1 -1
  1057. package/dist/esm/sdk/models/shared/propertyquerygroup.js.map +1 -1
  1058. package/dist/esm/sdk/models/shared/propertyqueryoperator.d.ts +1 -1
  1059. package/dist/esm/sdk/models/shared/propertyqueryoperator.d.ts.map +1 -1
  1060. package/dist/esm/sdk/models/shared/propertyqueryoperator.js +1 -1
  1061. package/dist/esm/sdk/models/shared/propertyqueryoperator.js.map +1 -1
  1062. package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts +234 -1
  1063. package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -1
  1064. package/dist/esm/sdk/models/shared/propertyqueryrequest.js +144 -1
  1065. package/dist/esm/sdk/models/shared/propertyqueryrequest.js.map +1 -1
  1066. package/dist/esm/sdk/models/shared/propertytags.d.ts +43 -13
  1067. package/dist/esm/sdk/models/shared/propertytags.d.ts.map +1 -1
  1068. package/dist/esm/sdk/models/shared/propertytags.js +27 -15
  1069. package/dist/esm/sdk/models/shared/propertytags.js.map +1 -1
  1070. package/dist/esm/sdk/models/shared/refurbishmentdata.d.ts +67 -0
  1071. package/dist/esm/sdk/models/shared/refurbishmentdata.d.ts.map +1 -0
  1072. package/dist/esm/sdk/models/shared/refurbishmentdata.js +55 -0
  1073. package/dist/esm/sdk/models/shared/refurbishmentdata.js.map +1 -0
  1074. package/dist/esm/sdk/models/shared/roomdetails.d.ts +5 -10
  1075. package/dist/esm/sdk/models/shared/roomdetails.d.ts.map +1 -1
  1076. package/dist/esm/sdk/models/shared/roomdetails.js +5 -7
  1077. package/dist/esm/sdk/models/shared/roomdetails.js.map +1 -1
  1078. package/dist/esm/sdk/models/shared/salerecord.d.ts +9 -14
  1079. package/dist/esm/sdk/models/shared/salerecord.d.ts.map +1 -1
  1080. package/dist/esm/sdk/models/shared/salerecord.js +7 -9
  1081. package/dist/esm/sdk/models/shared/salerecord.js.map +1 -1
  1082. package/dist/esm/sdk/models/shared/school.d.ts +1 -1
  1083. package/dist/esm/sdk/models/shared/school.d.ts.map +1 -1
  1084. package/dist/esm/sdk/models/shared/school.js +1 -1
  1085. package/dist/esm/sdk/models/shared/school.js.map +1 -1
  1086. package/dist/esm/sdk/models/shared/security.d.ts +1 -1
  1087. package/dist/esm/sdk/models/shared/security.d.ts.map +1 -1
  1088. package/dist/esm/sdk/models/shared/security.js +1 -1
  1089. package/dist/esm/sdk/models/shared/security.js.map +1 -1
  1090. package/dist/esm/sdk/models/shared/streetdescriptor.d.ts +1 -1
  1091. package/dist/esm/sdk/models/shared/streetdescriptor.d.ts.map +1 -1
  1092. package/dist/esm/sdk/models/shared/streetdescriptor.js +1 -1
  1093. package/dist/esm/sdk/models/shared/streetdescriptor.js.map +1 -1
  1094. package/dist/esm/sdk/models/shared/streetdetails.d.ts +1 -1
  1095. package/dist/esm/sdk/models/shared/streetdetails.d.ts.map +1 -1
  1096. package/dist/esm/sdk/models/shared/streetdetails.js +1 -1
  1097. package/dist/esm/sdk/models/shared/streetdetails.js.map +1 -1
  1098. package/dist/esm/sdk/models/shared/streetquerybycoordinates.d.ts +1 -1
  1099. package/dist/esm/sdk/models/shared/streetquerybycoordinates.d.ts.map +1 -1
  1100. package/dist/esm/sdk/models/shared/streetquerybycoordinates.js +1 -1
  1101. package/dist/esm/sdk/models/shared/streetquerybycoordinates.js.map +1 -1
  1102. package/dist/esm/sdk/models/shared/streetquerybyname.d.ts +1 -1
  1103. package/dist/esm/sdk/models/shared/streetquerybyname.d.ts.map +1 -1
  1104. package/dist/esm/sdk/models/shared/streetquerybyname.js +1 -1
  1105. package/dist/esm/sdk/models/shared/streetquerybyname.js.map +1 -1
  1106. package/dist/esm/sdk/models/shared/streetquerybypostcode.d.ts +1 -1
  1107. package/dist/esm/sdk/models/shared/streetquerybypostcode.d.ts.map +1 -1
  1108. package/dist/esm/sdk/models/shared/streetquerybypostcode.js +1 -1
  1109. package/dist/esm/sdk/models/shared/streetquerybypostcode.js.map +1 -1
  1110. package/dist/esm/sdk/models/shared/streetquerybyuprn.d.ts +1 -1
  1111. package/dist/esm/sdk/models/shared/streetquerybyuprn.d.ts.map +1 -1
  1112. package/dist/esm/sdk/models/shared/streetquerybyuprn.js +1 -1
  1113. package/dist/esm/sdk/models/shared/streetquerybyuprn.js.map +1 -1
  1114. package/dist/esm/sdk/models/shared/streetquerybyusrn.d.ts +1 -1
  1115. package/dist/esm/sdk/models/shared/streetquerybyusrn.d.ts.map +1 -1
  1116. package/dist/esm/sdk/models/shared/streetquerybyusrn.js +1 -1
  1117. package/dist/esm/sdk/models/shared/streetquerybyusrn.js.map +1 -1
  1118. package/dist/esm/sdk/models/shared/streetqueryrequest.d.ts +1 -1
  1119. package/dist/esm/sdk/models/shared/streetqueryrequest.d.ts.map +1 -1
  1120. package/dist/esm/sdk/models/shared/streetqueryrequest.js +1 -1
  1121. package/dist/esm/sdk/models/shared/streetqueryrequest.js.map +1 -1
  1122. package/dist/esm/sdk/models/shared/streetqueryresponse.d.ts +1 -1
  1123. package/dist/esm/sdk/models/shared/streetqueryresponse.d.ts.map +1 -1
  1124. package/dist/esm/sdk/models/shared/streetqueryresponse.js +1 -1
  1125. package/dist/esm/sdk/models/shared/streetqueryresponse.js.map +1 -1
  1126. package/dist/esm/sdk/models/shared/streetstatistics.d.ts +1 -1
  1127. package/dist/esm/sdk/models/shared/streetstatistics.d.ts.map +1 -1
  1128. package/dist/esm/sdk/models/shared/streetstatistics.js +1 -1
  1129. package/dist/esm/sdk/models/shared/streetstatistics.js.map +1 -1
  1130. package/dist/esm/sdk/models/shared/tenancydata.d.ts +37 -0
  1131. package/dist/esm/sdk/models/shared/tenancydata.d.ts.map +1 -0
  1132. package/dist/esm/sdk/models/shared/tenancydata.js +33 -0
  1133. package/dist/esm/sdk/models/shared/tenancydata.js.map +1 -0
  1134. package/dist/esm/sdk/models/shared/tenuredata.d.ts +3 -18
  1135. package/dist/esm/sdk/models/shared/tenuredata.d.ts.map +1 -1
  1136. package/dist/esm/sdk/models/shared/tenuredata.js +3 -9
  1137. package/dist/esm/sdk/models/shared/tenuredata.js.map +1 -1
  1138. package/dist/esm/sdk/poi.d.ts +30 -0
  1139. package/dist/esm/sdk/poi.d.ts.map +1 -0
  1140. package/dist/esm/sdk/poi.js +39 -0
  1141. package/dist/esm/sdk/poi.js.map +1 -0
  1142. package/dist/esm/sdk/schools.d.ts +14 -0
  1143. package/dist/esm/sdk/schools.d.ts.map +1 -1
  1144. package/dist/esm/sdk/schools.js +20 -0
  1145. package/dist/esm/sdk/schools.js.map +1 -1
  1146. package/dist/esm/sdk/sdk.d.ts +27 -9
  1147. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  1148. package/dist/esm/sdk/sdk.js +34 -10
  1149. package/dist/esm/sdk/sdk.js.map +1 -1
  1150. package/dist/{commonjs/sdk/location.d.ts → esm/sdk/streets.d.ts} +2 -2
  1151. package/dist/esm/sdk/streets.d.ts.map +1 -0
  1152. package/dist/esm/sdk/{location.js → streets.js} +4 -4
  1153. package/dist/esm/sdk/streets.js.map +1 -0
  1154. package/dist/esm/sdk/system.d.ts +48 -0
  1155. package/dist/esm/sdk/system.d.ts.map +1 -0
  1156. package/dist/esm/sdk/system.js +68 -0
  1157. package/dist/esm/sdk/system.js.map +1 -0
  1158. package/dist/esm/sdk/types/blobs.d.ts +1 -1
  1159. package/dist/esm/sdk/types/blobs.d.ts.map +1 -1
  1160. package/dist/esm/sdk/types/blobs.js +1 -1
  1161. package/dist/esm/sdk/types/blobs.js.map +1 -1
  1162. package/dist/esm/sdk/types/constdatetime.d.ts +1 -1
  1163. package/dist/esm/sdk/types/constdatetime.d.ts.map +1 -1
  1164. package/dist/esm/sdk/types/constdatetime.js +1 -1
  1165. package/dist/esm/sdk/types/constdatetime.js.map +1 -1
  1166. package/examples/{healthCheckLocationHealth.example.ts → addressResolveAddress.example.ts} +2 -2
  1167. package/jsr.json +1 -1
  1168. package/openapi.json +1 -908
  1169. package/package.json +2 -2
  1170. package/src/funcs/addressResolveAddress.ts +166 -0
  1171. package/src/funcs/areasGetAreas.ts +181 -0
  1172. package/src/funcs/areasGetAreasWithin.ts +170 -0
  1173. package/src/funcs/areasGetBorderingAreas.ts +181 -0
  1174. package/src/funcs/areasGetChildAreas.ts +174 -0
  1175. package/src/funcs/connectivityGetConnectivityScores.ts +182 -0
  1176. package/src/funcs/epcGetEPC.ts +166 -0
  1177. package/src/funcs/epcGetEPCByPostcode.ts +165 -0
  1178. package/src/funcs/listingsGetListingById.ts +166 -0
  1179. package/src/funcs/listingsGetListingBySource.ts +175 -0
  1180. package/src/funcs/listingsGetListingsByLocation.ts +171 -0
  1181. package/src/funcs/listingsQueryListings.ts +165 -0
  1182. package/src/funcs/listingsQueryListingsBySource.ts +164 -0
  1183. package/src/funcs/metricsGetMetricValues.ts +176 -0
  1184. package/src/funcs/planningGetPlanningApplications.ts +1 -1
  1185. package/src/funcs/planningGetPlanningApplicationsBySource.ts +1 -1
  1186. package/src/funcs/planningSearchPlanningApplications.ts +1 -1
  1187. package/src/funcs/poiGetNearestPOI.ts +169 -0
  1188. package/src/funcs/poiGetPOIMultipleTiles.ts +166 -0
  1189. package/src/funcs/poiGetPOITile.ts +190 -0
  1190. package/src/funcs/propertyGetProperties.ts +1 -1
  1191. package/src/funcs/propertyGetPropertiesByLocation.ts +1 -1
  1192. package/src/funcs/propertyGetPropertiesBySlugs.ts +1 -1
  1193. package/src/funcs/propertyGetPropertiesBySource.ts +1 -1
  1194. package/src/funcs/propertySearchProperties.ts +1 -1
  1195. package/src/funcs/safetyGetV1SafetyCrime.ts +1 -1
  1196. package/src/funcs/safetyGetV1SafetyCrimeStats.ts +1 -1
  1197. package/src/funcs/schoolsGet.ts +1 -1
  1198. package/src/funcs/schoolsGetBySlug.ts +1 -1
  1199. package/src/funcs/schoolsGetByUrn.ts +1 -1
  1200. package/src/funcs/{schoolMetricsGetMetrics.ts → schoolsGetMetrics.ts} +2 -2
  1201. package/src/funcs/schoolsList.ts +1 -1
  1202. package/src/funcs/{schoolMetricsListProfiles.ts → schoolsListProfiles.ts} +2 -2
  1203. package/src/funcs/schoolsSearchNearby.ts +1 -1
  1204. package/src/funcs/schoolsSearchWithin.ts +1 -1
  1205. package/src/funcs/{locationSearchStreets.ts → streetsSearchStreets.ts} +2 -2
  1206. package/src/funcs/systemCheckAreaReferenceHealth.ts +140 -0
  1207. package/src/funcs/systemCheckEPCHealth.ts +140 -0
  1208. package/src/funcs/systemCheckListingsHealth.ts +140 -0
  1209. package/src/funcs/{healthCheckLocationHealth.ts → systemCheckLocationHealth.ts} +2 -2
  1210. package/src/funcs/{healthCheckPlanningHealth.ts → systemCheckPlanningHealth.ts} +2 -2
  1211. package/src/funcs/{healthCheckPropertyHealth.ts → systemCheckPropertyHealth.ts} +2 -2
  1212. package/src/lib/base64.ts +1 -1
  1213. package/src/lib/config.ts +4 -4
  1214. package/src/lib/schemas.ts +1 -1
  1215. package/src/sdk/address.ts +27 -0
  1216. package/src/sdk/areas.ts +81 -0
  1217. package/src/sdk/connectivity.ts +27 -0
  1218. package/src/sdk/epc.ts +45 -0
  1219. package/src/sdk/listings.ts +99 -0
  1220. package/src/sdk/metrics.ts +27 -0
  1221. package/src/sdk/models/errors/responsevalidationerror.ts +1 -1
  1222. package/src/sdk/models/errors/sdkvalidationerror.ts +1 -1
  1223. package/src/sdk/models/operations/checkareareferencehealth.ts +82 -0
  1224. package/src/sdk/models/operations/checkepchealth.ts +77 -0
  1225. package/src/sdk/models/operations/checklistingshealth.ts +79 -0
  1226. package/src/sdk/models/operations/getareasbyfieldandids.ts +796 -0
  1227. package/src/sdk/models/operations/getareaswithinradius.ts +843 -0
  1228. package/src/sdk/models/operations/getborderingareas.ts +1134 -0
  1229. package/src/sdk/models/operations/getchildareas.ts +1106 -0
  1230. package/src/sdk/models/operations/getconnectivityscores.ts +4272 -0
  1231. package/src/sdk/models/operations/getepcbylocationid.ts +598 -0
  1232. package/src/sdk/models/operations/getepcbypostcode.ts +397 -0
  1233. package/src/sdk/models/operations/getlistingbyid.ts +2265 -0
  1234. package/src/sdk/models/operations/getlistingbysource.ts +659 -0
  1235. package/src/sdk/models/operations/getlistingsbylocation.ts +2263 -0
  1236. package/src/sdk/models/operations/getmetricprofiles.ts +1 -1
  1237. package/src/sdk/models/operations/getmetricvalues.ts +950 -0
  1238. package/src/sdk/models/operations/getnearestpoi.ts +761 -0
  1239. package/src/sdk/models/operations/getplanningapplications.ts +1 -1
  1240. package/src/sdk/models/operations/getplanningapplicationsbysource.ts +1 -1
  1241. package/src/sdk/models/operations/getpoimultipletiles.ts +1223 -0
  1242. package/src/sdk/models/operations/getpoitile.ts +901 -0
  1243. package/src/sdk/models/operations/getproperties.ts +1 -1
  1244. package/src/sdk/models/operations/getpropertiesbylocation.ts +1 -1
  1245. package/src/sdk/models/operations/getpropertiesbyslugs.ts +1 -1
  1246. package/src/sdk/models/operations/getpropertiesbysource.ts +1 -1
  1247. package/src/sdk/models/operations/getschoolbyid.ts +1 -10
  1248. package/src/sdk/models/operations/getschoolbyslug.ts +1 -10
  1249. package/src/sdk/models/operations/getschoolbyurn.ts +1 -10
  1250. package/src/sdk/models/operations/getschoolmetrics.ts +124 -136
  1251. package/src/sdk/models/operations/getv1safetycrime.ts +134 -111
  1252. package/src/sdk/models/operations/getv1safetycrimestats.ts +1 -1
  1253. package/src/sdk/models/operations/index.ts +20 -0
  1254. package/src/sdk/models/operations/listschools.ts +1 -31
  1255. package/src/sdk/models/operations/querylistings.ts +2501 -0
  1256. package/src/sdk/models/operations/querylistingsbysource.ts +2465 -0
  1257. package/src/sdk/models/operations/resolveaddress.ts +1014 -0
  1258. package/src/sdk/models/operations/searchplanningapplications.ts +1 -1
  1259. package/src/sdk/models/operations/searchproperties.ts +1 -1
  1260. package/src/sdk/models/operations/searchschoolsnearby.ts +1 -25
  1261. package/src/sdk/models/operations/searchschoolswithin.ts +1 -28
  1262. package/src/sdk/models/operations/searchstreets.ts +1 -1
  1263. package/src/sdk/models/shared/builddata.ts +213 -0
  1264. package/src/sdk/models/shared/chargeentry.ts +109 -0
  1265. package/src/sdk/models/shared/chargehistory.ts +101 -0
  1266. package/src/sdk/models/shared/counciltaxbanddetails.ts +97 -0
  1267. package/src/sdk/models/shared/counciltaxdata.ts +49 -15
  1268. package/src/sdk/models/shared/epcdata.ts +36 -15
  1269. package/src/sdk/models/shared/errorresponse.ts +1 -1
  1270. package/src/sdk/models/shared/healthresponse.ts +1 -1
  1271. package/src/sdk/models/shared/index.ts +11 -0
  1272. package/src/sdk/models/shared/lease.ts +83 -0
  1273. package/src/sdk/models/shared/listing.ts +505 -0
  1274. package/src/sdk/models/shared/listingimage.ts +65 -0
  1275. package/src/sdk/models/shared/listingpricechange.ts +130 -0
  1276. package/src/sdk/models/shared/marketstatus.ts +317 -24
  1277. package/src/sdk/models/shared/planningapplication.ts +19 -15
  1278. package/src/sdk/models/shared/planninglistresponse.ts +1 -1
  1279. package/src/sdk/models/shared/planningqueryfilters.ts +1 -1
  1280. package/src/sdk/models/shared/planningqueryrequest.ts +1 -1
  1281. package/src/sdk/models/shared/pricechange.ts +128 -0
  1282. package/src/sdk/models/shared/pricingdata.ts +20 -27
  1283. package/src/sdk/models/shared/propertyaddress.ts +13 -48
  1284. package/src/sdk/models/shared/propertyareafilter.ts +1 -1
  1285. package/src/sdk/models/shared/propertybyslugsrequest.ts +1 -1
  1286. package/src/sdk/models/shared/propertydata.ts +566 -93
  1287. package/src/sdk/models/shared/propertylistresponse.ts +1 -1
  1288. package/src/sdk/models/shared/propertylocationidareafilter.ts +1 -1
  1289. package/src/sdk/models/shared/propertymultipolygonareafilter.ts +20 -16
  1290. package/src/sdk/models/shared/propertyonstreet.ts +1 -1
  1291. package/src/sdk/models/shared/propertyoutcodeareafilter.ts +1 -1
  1292. package/src/sdk/models/shared/propertypointareafilter.ts +1 -1
  1293. package/src/sdk/models/shared/propertypolygonareafilter.ts +1 -1
  1294. package/src/sdk/models/shared/propertypostcodeareafilter.ts +1 -1
  1295. package/src/sdk/models/shared/propertyquerycondition.ts +1 -1
  1296. package/src/sdk/models/shared/propertyquerygroup.ts +1 -1
  1297. package/src/sdk/models/shared/propertyqueryoperator.ts +1 -1
  1298. package/src/sdk/models/shared/propertyqueryrequest.ts +228 -1
  1299. package/src/sdk/models/shared/propertytags.ts +69 -27
  1300. package/src/sdk/models/shared/refurbishmentdata.ts +102 -0
  1301. package/src/sdk/models/shared/roomdetails.ts +9 -16
  1302. package/src/sdk/models/shared/salerecord.ts +15 -22
  1303. package/src/sdk/models/shared/school.ts +1 -1
  1304. package/src/sdk/models/shared/security.ts +1 -1
  1305. package/src/sdk/models/shared/streetdescriptor.ts +1 -1
  1306. package/src/sdk/models/shared/streetdetails.ts +1 -1
  1307. package/src/sdk/models/shared/streetquerybycoordinates.ts +1 -1
  1308. package/src/sdk/models/shared/streetquerybyname.ts +1 -1
  1309. package/src/sdk/models/shared/streetquerybypostcode.ts +1 -1
  1310. package/src/sdk/models/shared/streetquerybyuprn.ts +1 -1
  1311. package/src/sdk/models/shared/streetquerybyusrn.ts +1 -1
  1312. package/src/sdk/models/shared/streetqueryrequest.ts +1 -1
  1313. package/src/sdk/models/shared/streetqueryresponse.ts +1 -1
  1314. package/src/sdk/models/shared/streetstatistics.ts +1 -1
  1315. package/src/sdk/models/shared/tenancydata.ts +72 -0
  1316. package/src/sdk/models/shared/tenuredata.ts +5 -26
  1317. package/src/sdk/poi.ts +65 -0
  1318. package/src/sdk/schools.ts +34 -0
  1319. package/src/sdk/sdk.ts +50 -14
  1320. package/src/sdk/{location.ts → streets.ts} +3 -3
  1321. package/src/sdk/system.ts +106 -0
  1322. package/src/sdk/types/blobs.ts +7 -6
  1323. package/src/sdk/types/constdatetime.ts +1 -1
  1324. package/dist/commonjs/funcs/locationSearchStreets.d.ts.map +0 -1
  1325. package/dist/commonjs/funcs/locationSearchStreets.js.map +0 -1
  1326. package/dist/commonjs/funcs/schoolMetricsGetMetrics.d.ts.map +0 -1
  1327. package/dist/commonjs/funcs/schoolMetricsGetMetrics.js.map +0 -1
  1328. package/dist/commonjs/sdk/health.d.ts +0 -26
  1329. package/dist/commonjs/sdk/health.d.ts.map +0 -1
  1330. package/dist/commonjs/sdk/health.js +0 -42
  1331. package/dist/commonjs/sdk/health.js.map +0 -1
  1332. package/dist/commonjs/sdk/location.d.ts.map +0 -1
  1333. package/dist/commonjs/sdk/location.js.map +0 -1
  1334. package/dist/commonjs/sdk/schoolmetrics.d.ts +0 -19
  1335. package/dist/commonjs/sdk/schoolmetrics.d.ts.map +0 -1
  1336. package/dist/commonjs/sdk/schoolmetrics.js +0 -32
  1337. package/dist/commonjs/sdk/schoolmetrics.js.map +0 -1
  1338. package/dist/esm/funcs/healthCheckPlanningHealth.d.ts.map +0 -1
  1339. package/dist/esm/funcs/healthCheckPropertyHealth.d.ts.map +0 -1
  1340. package/dist/esm/funcs/locationSearchStreets.d.ts.map +0 -1
  1341. package/dist/esm/funcs/locationSearchStreets.js.map +0 -1
  1342. package/dist/esm/funcs/schoolMetricsGetMetrics.d.ts.map +0 -1
  1343. package/dist/esm/funcs/schoolMetricsGetMetrics.js.map +0 -1
  1344. package/dist/esm/sdk/health.d.ts +0 -26
  1345. package/dist/esm/sdk/health.d.ts.map +0 -1
  1346. package/dist/esm/sdk/health.js +0 -38
  1347. package/dist/esm/sdk/health.js.map +0 -1
  1348. package/dist/esm/sdk/location.d.ts.map +0 -1
  1349. package/dist/esm/sdk/location.js.map +0 -1
  1350. package/dist/esm/sdk/schoolmetrics.d.ts +0 -19
  1351. package/dist/esm/sdk/schoolmetrics.d.ts.map +0 -1
  1352. package/dist/esm/sdk/schoolmetrics.js +0 -28
  1353. package/dist/esm/sdk/schoolmetrics.js.map +0 -1
  1354. package/src/sdk/health.ts +0 -57
  1355. package/src/sdk/schoolmetrics.ts +0 -43
@@ -0,0 +1,2263 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v3";
6
+ import { remap as remap$ } from "../../../lib/primitives.js";
7
+ import { safeParse } from "../../../lib/schemas.js";
8
+ import { ClosedEnum } from "../../types/enums.js";
9
+ import { Result as SafeParseResult } from "../../types/fp.js";
10
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
+
12
+ /**
13
+ * Force aggregation from multiple sources
14
+ */
15
+ export const QueryParamForceAggregate = {
16
+ True: "true",
17
+ False: "false",
18
+ } as const;
19
+ /**
20
+ * Force aggregation from multiple sources
21
+ */
22
+ export type QueryParamForceAggregate = ClosedEnum<
23
+ typeof QueryParamForceAggregate
24
+ >;
25
+
26
+ export type GetListingsByLocationRequest = {
27
+ /**
28
+ * Force aggregation from multiple sources
29
+ */
30
+ forceAggregate?: QueryParamForceAggregate | undefined;
31
+ /**
32
+ * Location ID or comma-separated list of location IDs
33
+ */
34
+ locationId: string;
35
+ };
36
+
37
+ /**
38
+ * Error type category
39
+ */
40
+ export const GetListingsByLocationListingsType = {
41
+ ApiError: "api_error",
42
+ InvalidRequestError: "invalid_request_error",
43
+ AuthenticationError: "authentication_error",
44
+ RateLimitError: "rate_limit_error",
45
+ } as const;
46
+ /**
47
+ * Error type category
48
+ */
49
+ export type GetListingsByLocationListingsType = ClosedEnum<
50
+ typeof GetListingsByLocationListingsType
51
+ >;
52
+
53
+ export type GetListingsByLocationError = {
54
+ /**
55
+ * Machine-readable error code
56
+ */
57
+ code?: string | undefined;
58
+ /**
59
+ * URL to relevant documentation
60
+ */
61
+ docUrl?: string | undefined;
62
+ /**
63
+ * Human-readable error message
64
+ */
65
+ message: string;
66
+ /**
67
+ * Parameter that caused the error
68
+ */
69
+ param?: string | undefined;
70
+ /**
71
+ * Error type category
72
+ */
73
+ type: GetListingsByLocationListingsType;
74
+ };
75
+
76
+ /**
77
+ * Error response
78
+ */
79
+ export type GetListingsByLocationListingsResponseBody = {
80
+ error: GetListingsByLocationError;
81
+ };
82
+
83
+ /**
84
+ * Listing address
85
+ */
86
+ export type GetListingsByLocationAddress = {
87
+ /**
88
+ * City
89
+ */
90
+ city?: string | undefined;
91
+ /**
92
+ * Country code
93
+ */
94
+ country?: string | undefined;
95
+ /**
96
+ * District
97
+ */
98
+ district?: string | undefined;
99
+ /**
100
+ * Postcode incode
101
+ */
102
+ incode?: string | undefined;
103
+ /**
104
+ * Original address string from source
105
+ */
106
+ originalAddress: string;
107
+ /**
108
+ * Postcode outcode
109
+ */
110
+ outcode?: string | undefined;
111
+ /**
112
+ * UK postcode
113
+ */
114
+ postcode: string;
115
+ /**
116
+ * Property number
117
+ */
118
+ propertyNumber?: string | undefined;
119
+ /**
120
+ * Region
121
+ */
122
+ region?: string | undefined;
123
+ /**
124
+ * Street name
125
+ */
126
+ street?: string | undefined;
127
+ };
128
+
129
+ /**
130
+ * Agent information
131
+ */
132
+ export type GetListingsByLocationAgent = {
133
+ /**
134
+ * Agency address
135
+ */
136
+ address?: string | undefined;
137
+ /**
138
+ * Provider's agency ID
139
+ */
140
+ agencyId?: string | undefined;
141
+ /**
142
+ * Agency name
143
+ */
144
+ agencyName?: string | undefined;
145
+ /**
146
+ * Provider's agent ID
147
+ */
148
+ agentId?: string | undefined;
149
+ /**
150
+ * Agent name
151
+ */
152
+ agentName?: string | undefined;
153
+ /**
154
+ * Provider's branch ID
155
+ */
156
+ branchId?: string | undefined;
157
+ /**
158
+ * Branch name
159
+ */
160
+ branchName?: string | undefined;
161
+ /**
162
+ * Contact email
163
+ */
164
+ email?: string | undefined;
165
+ /**
166
+ * Additional email addresses
167
+ */
168
+ emails?: Array<string> | undefined;
169
+ /**
170
+ * Contact phone
171
+ */
172
+ phone?: string | undefined;
173
+ /**
174
+ * Additional phone numbers
175
+ */
176
+ phones?: Array<string> | undefined;
177
+ /**
178
+ * Agency postcode
179
+ */
180
+ postcode?: string | undefined;
181
+ /**
182
+ * Agency website
183
+ */
184
+ website?: string | undefined;
185
+ };
186
+
187
+ /**
188
+ * Type of image
189
+ */
190
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType =
191
+ {
192
+ Standard: "standard",
193
+ Floorplan: "floorplan",
194
+ Epc: "epc",
195
+ Brochure: "brochure",
196
+ } as const;
197
+ /**
198
+ * Type of image
199
+ */
200
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType =
201
+ ClosedEnum<
202
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType
203
+ >;
204
+
205
+ /**
206
+ * Listing image
207
+ */
208
+ export type GetListingsByLocationBrochureImages = {
209
+ /**
210
+ * Image caption
211
+ */
212
+ caption?: string | undefined;
213
+ /**
214
+ * Display order
215
+ */
216
+ order?: number | undefined;
217
+ /**
218
+ * Type of image
219
+ */
220
+ type?:
221
+ | GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType
222
+ | undefined;
223
+ /**
224
+ * Image URL
225
+ */
226
+ url: string;
227
+ };
228
+
229
+ /**
230
+ * Property category
231
+ */
232
+ export const GetListingsByLocationCategory = {
233
+ Residential: "residential",
234
+ Commercial: "commercial",
235
+ } as const;
236
+ /**
237
+ * Property category
238
+ */
239
+ export type GetListingsByLocationCategory = ClosedEnum<
240
+ typeof GetListingsByLocationCategory
241
+ >;
242
+
243
+ /**
244
+ * Type of image
245
+ */
246
+ export const GetListingsByLocationListingsResponseType = {
247
+ Standard: "standard",
248
+ Floorplan: "floorplan",
249
+ Epc: "epc",
250
+ Brochure: "brochure",
251
+ } as const;
252
+ /**
253
+ * Type of image
254
+ */
255
+ export type GetListingsByLocationListingsResponseType = ClosedEnum<
256
+ typeof GetListingsByLocationListingsResponseType
257
+ >;
258
+
259
+ /**
260
+ * Listing image
261
+ */
262
+ export type GetListingsByLocationEnergyRatingImages = {
263
+ /**
264
+ * Image caption
265
+ */
266
+ caption?: string | undefined;
267
+ /**
268
+ * Display order
269
+ */
270
+ order?: number | undefined;
271
+ /**
272
+ * Type of image
273
+ */
274
+ type?: GetListingsByLocationListingsResponseType | undefined;
275
+ /**
276
+ * Image URL
277
+ */
278
+ url: string;
279
+ };
280
+
281
+ /**
282
+ * Property feature
283
+ */
284
+ export type GetListingsByLocationFeatures = {
285
+ /**
286
+ * Feature identifier
287
+ */
288
+ featureId: string;
289
+ /**
290
+ * Feature value
291
+ */
292
+ value: string;
293
+ };
294
+
295
+ /**
296
+ * Type of image
297
+ */
298
+ export const GetListingsByLocationListingsResponse200Type = {
299
+ Standard: "standard",
300
+ Floorplan: "floorplan",
301
+ Epc: "epc",
302
+ Brochure: "brochure",
303
+ } as const;
304
+ /**
305
+ * Type of image
306
+ */
307
+ export type GetListingsByLocationListingsResponse200Type = ClosedEnum<
308
+ typeof GetListingsByLocationListingsResponse200Type
309
+ >;
310
+
311
+ /**
312
+ * Listing image
313
+ */
314
+ export type GetListingsByLocationFloorPlanImages = {
315
+ /**
316
+ * Image caption
317
+ */
318
+ caption?: string | undefined;
319
+ /**
320
+ * Display order
321
+ */
322
+ order?: number | undefined;
323
+ /**
324
+ * Type of image
325
+ */
326
+ type?: GetListingsByLocationListingsResponse200Type | undefined;
327
+ /**
328
+ * Image URL
329
+ */
330
+ url: string;
331
+ };
332
+
333
+ /**
334
+ * Type of image
335
+ */
336
+ export const GetListingsByLocationListingsResponse200ApplicationJSONType = {
337
+ Standard: "standard",
338
+ Floorplan: "floorplan",
339
+ Epc: "epc",
340
+ Brochure: "brochure",
341
+ } as const;
342
+ /**
343
+ * Type of image
344
+ */
345
+ export type GetListingsByLocationListingsResponse200ApplicationJSONType =
346
+ ClosedEnum<
347
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONType
348
+ >;
349
+
350
+ /**
351
+ * Listing image
352
+ */
353
+ export type GetListingsByLocationImages = {
354
+ /**
355
+ * Image caption
356
+ */
357
+ caption?: string | undefined;
358
+ /**
359
+ * Display order
360
+ */
361
+ order?: number | undefined;
362
+ /**
363
+ * Type of image
364
+ */
365
+ type?:
366
+ | GetListingsByLocationListingsResponse200ApplicationJSONType
367
+ | undefined;
368
+ /**
369
+ * Image URL
370
+ */
371
+ url: string;
372
+ };
373
+
374
+ /**
375
+ * Narrative content (string or array of strings)
376
+ */
377
+ export type GetListingsByLocationContent = string | Array<string> | any;
378
+
379
+ /**
380
+ * Type of narrative content
381
+ */
382
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType =
383
+ {
384
+ Summary: "summary",
385
+ Description: "description",
386
+ Features: "features",
387
+ Location: "location",
388
+ Other: "other",
389
+ } as const;
390
+ /**
391
+ * Type of narrative content
392
+ */
393
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType =
394
+ ClosedEnum<
395
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType
396
+ >;
397
+
398
+ /**
399
+ * Listing narrative content
400
+ */
401
+ export type GetListingsByLocationNarratives = {
402
+ /**
403
+ * Narrative content (string or array of strings)
404
+ */
405
+ content?: string | Array<string> | any | null | undefined;
406
+ /**
407
+ * Type of narrative content
408
+ */
409
+ type: GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType;
410
+ };
411
+
412
+ /**
413
+ * Direction of price change
414
+ */
415
+ export const GetListingsByLocationDirection = {
416
+ Increase: "increase",
417
+ Decrease: "decrease",
418
+ Nochange: "nochange",
419
+ } as const;
420
+ /**
421
+ * Direction of price change
422
+ */
423
+ export type GetListingsByLocationDirection = ClosedEnum<
424
+ typeof GetListingsByLocationDirection
425
+ >;
426
+
427
+ /**
428
+ * Price change record
429
+ */
430
+ export type GetListingsByLocationPriceHistory = {
431
+ /**
432
+ * Price change amount in pence
433
+ */
434
+ amount?: number | undefined;
435
+ /**
436
+ * Date of price change
437
+ */
438
+ date: Date;
439
+ /**
440
+ * Direction of price change
441
+ */
442
+ direction?: GetListingsByLocationDirection | undefined;
443
+ /**
444
+ * Previous price in pence
445
+ */
446
+ oldPrice?: number | undefined;
447
+ /**
448
+ * Price change percentage
449
+ */
450
+ percent?: number | undefined;
451
+ /**
452
+ * New price in pence
453
+ */
454
+ price: number;
455
+ };
456
+
457
+ /**
458
+ * GeoJSON geometry type
459
+ */
460
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType =
461
+ {
462
+ Point: "Point",
463
+ } as const;
464
+ /**
465
+ * GeoJSON geometry type
466
+ */
467
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType =
468
+ ClosedEnum<
469
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType
470
+ >;
471
+
472
+ /**
473
+ * GeoJSON point geometry
474
+ */
475
+ export type GetListingsByLocationGeoJSONPoint = {
476
+ /**
477
+ * Coordinate pair [longitude, latitude]
478
+ */
479
+ coordinates: Array<number>;
480
+ /**
481
+ * GeoJSON geometry type
482
+ */
483
+ type:
484
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType;
485
+ };
486
+
487
+ /**
488
+ * Current status of the listing
489
+ */
490
+ export const GetListingsByLocationStatus = {
491
+ Live: "live",
492
+ Archived: "archived",
493
+ Removed: "removed",
494
+ } as const;
495
+ /**
496
+ * Current status of the listing
497
+ */
498
+ export type GetListingsByLocationStatus = ClosedEnum<
499
+ typeof GetListingsByLocationStatus
500
+ >;
501
+
502
+ /**
503
+ * Whether listing is for sale or rent
504
+ */
505
+ export const GetListingsByLocationType = {
506
+ Sale: "sale",
507
+ Rent: "rent",
508
+ } as const;
509
+ /**
510
+ * Whether listing is for sale or rent
511
+ */
512
+ export type GetListingsByLocationType = ClosedEnum<
513
+ typeof GetListingsByLocationType
514
+ >;
515
+
516
+ /**
517
+ * Property listing
518
+ */
519
+ export type GetListingsByLocationResult = {
520
+ /**
521
+ * Listing address
522
+ */
523
+ address: GetListingsByLocationAddress;
524
+ /**
525
+ * Agent information
526
+ */
527
+ agent?: GetListingsByLocationAgent | null | undefined;
528
+ /**
529
+ * Number of bathrooms
530
+ */
531
+ baths?: number | null | undefined;
532
+ /**
533
+ * Number of bedrooms
534
+ */
535
+ beds?: number | null | undefined;
536
+ /**
537
+ * Brochure images
538
+ */
539
+ brochureImages?: Array<GetListingsByLocationBrochureImages> | undefined;
540
+ /**
541
+ * Property category
542
+ */
543
+ category: GetListingsByLocationCategory;
544
+ /**
545
+ * Record creation timestamp
546
+ */
547
+ createdAt?: Date | undefined;
548
+ /**
549
+ * Currency code
550
+ */
551
+ currency?: string | undefined;
552
+ /**
553
+ * Formatted display address
554
+ */
555
+ displayAddress?: string | undefined;
556
+ /**
557
+ * EPC images
558
+ */
559
+ energyRatingImages?:
560
+ | Array<GetListingsByLocationEnergyRatingImages>
561
+ | undefined;
562
+ /**
563
+ * Property features
564
+ */
565
+ features?: Array<GetListingsByLocationFeatures> | null | undefined;
566
+ /**
567
+ * Floor plan images
568
+ */
569
+ floorPlanImages?: Array<GetListingsByLocationFloorPlanImages> | undefined;
570
+ /**
571
+ * Unique listing identifier
572
+ */
573
+ id: string;
574
+ /**
575
+ * Property images
576
+ */
577
+ images?: Array<GetListingsByLocationImages> | undefined;
578
+ /**
579
+ * Auction property
580
+ */
581
+ isAuction?: boolean | undefined;
582
+ /**
583
+ * New build property
584
+ */
585
+ isNewBuild?: boolean | undefined;
586
+ /**
587
+ * Retirement property
588
+ */
589
+ isRetirement?: boolean | undefined;
590
+ /**
591
+ * Shared ownership
592
+ */
593
+ isSharedOwnership?: boolean | undefined;
594
+ /**
595
+ * Provider's listing reference
596
+ */
597
+ key: string;
598
+ /**
599
+ * Latitude
600
+ */
601
+ lat?: number | undefined;
602
+ /**
603
+ * Longitude
604
+ */
605
+ lng?: number | undefined;
606
+ /**
607
+ * Location identifier
608
+ */
609
+ locationId?: string | null | undefined;
610
+ /**
611
+ * Descriptive content
612
+ */
613
+ narratives?: Array<GetListingsByLocationNarratives> | null | undefined;
614
+ /**
615
+ * Current price in pence
616
+ */
617
+ price: number;
618
+ /**
619
+ * Price change history
620
+ */
621
+ priceHistory?: Array<GetListingsByLocationPriceHistory> | undefined;
622
+ /**
623
+ * Property type
624
+ */
625
+ propertyType: string;
626
+ /**
627
+ * Data provider
628
+ */
629
+ provider: string;
630
+ /**
631
+ * Date listing was published
632
+ */
633
+ publishedDate: Date;
634
+ /**
635
+ * Number of reception rooms
636
+ */
637
+ receptions?: number | null | undefined;
638
+ /**
639
+ * Date listing was removed
640
+ */
641
+ removedDate?: Date | null | undefined;
642
+ /**
643
+ * GeoJSON point geometry
644
+ */
645
+ spatial?: GetListingsByLocationGeoJSONPoint | null | undefined;
646
+ /**
647
+ * Current status of the listing
648
+ */
649
+ status: GetListingsByLocationStatus;
650
+ /**
651
+ * Property sub-type
652
+ */
653
+ subPropertyType?: string | null | undefined;
654
+ /**
655
+ * Whether listing is for sale or rent
656
+ */
657
+ type: GetListingsByLocationType;
658
+ /**
659
+ * Record last update timestamp
660
+ */
661
+ updatedAt?: Date | undefined;
662
+ };
663
+
664
+ /**
665
+ * Multiple listings response
666
+ */
667
+ export type GetListingsByLocationResponseBody = {
668
+ /**
669
+ * Array of listings
670
+ */
671
+ result: Array<GetListingsByLocationResult>;
672
+ /**
673
+ * Number of listings returned
674
+ */
675
+ size: number;
676
+ /**
677
+ * Request success status
678
+ */
679
+ success: boolean;
680
+ /**
681
+ * Total number of matching listings
682
+ */
683
+ totalSize?: number | undefined;
684
+ };
685
+
686
+ export type GetListingsByLocationResponse =
687
+ | GetListingsByLocationResponseBody
688
+ | GetListingsByLocationListingsResponseBody;
689
+
690
+ /** @internal */
691
+ export const QueryParamForceAggregate$inboundSchema: z.ZodNativeEnum<
692
+ typeof QueryParamForceAggregate
693
+ > = z.nativeEnum(QueryParamForceAggregate);
694
+
695
+ /** @internal */
696
+ export const QueryParamForceAggregate$outboundSchema: z.ZodNativeEnum<
697
+ typeof QueryParamForceAggregate
698
+ > = QueryParamForceAggregate$inboundSchema;
699
+
700
+ /**
701
+ * @internal
702
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
703
+ */
704
+ export namespace QueryParamForceAggregate$ {
705
+ /** @deprecated use `QueryParamForceAggregate$inboundSchema` instead. */
706
+ export const inboundSchema = QueryParamForceAggregate$inboundSchema;
707
+ /** @deprecated use `QueryParamForceAggregate$outboundSchema` instead. */
708
+ export const outboundSchema = QueryParamForceAggregate$outboundSchema;
709
+ }
710
+
711
+ /** @internal */
712
+ export const GetListingsByLocationRequest$inboundSchema: z.ZodType<
713
+ GetListingsByLocationRequest,
714
+ z.ZodTypeDef,
715
+ unknown
716
+ > = z.object({
717
+ forceAggregate: QueryParamForceAggregate$inboundSchema.default("true"),
718
+ locationId: z.string(),
719
+ });
720
+
721
+ /** @internal */
722
+ export type GetListingsByLocationRequest$Outbound = {
723
+ forceAggregate: string;
724
+ locationId: string;
725
+ };
726
+
727
+ /** @internal */
728
+ export const GetListingsByLocationRequest$outboundSchema: z.ZodType<
729
+ GetListingsByLocationRequest$Outbound,
730
+ z.ZodTypeDef,
731
+ GetListingsByLocationRequest
732
+ > = z.object({
733
+ forceAggregate: QueryParamForceAggregate$outboundSchema.default("true"),
734
+ locationId: z.string(),
735
+ });
736
+
737
+ /**
738
+ * @internal
739
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
740
+ */
741
+ export namespace GetListingsByLocationRequest$ {
742
+ /** @deprecated use `GetListingsByLocationRequest$inboundSchema` instead. */
743
+ export const inboundSchema = GetListingsByLocationRequest$inboundSchema;
744
+ /** @deprecated use `GetListingsByLocationRequest$outboundSchema` instead. */
745
+ export const outboundSchema = GetListingsByLocationRequest$outboundSchema;
746
+ /** @deprecated use `GetListingsByLocationRequest$Outbound` instead. */
747
+ export type Outbound = GetListingsByLocationRequest$Outbound;
748
+ }
749
+
750
+ export function getListingsByLocationRequestToJSON(
751
+ getListingsByLocationRequest: GetListingsByLocationRequest,
752
+ ): string {
753
+ return JSON.stringify(
754
+ GetListingsByLocationRequest$outboundSchema.parse(
755
+ getListingsByLocationRequest,
756
+ ),
757
+ );
758
+ }
759
+
760
+ export function getListingsByLocationRequestFromJSON(
761
+ jsonString: string,
762
+ ): SafeParseResult<GetListingsByLocationRequest, SDKValidationError> {
763
+ return safeParse(
764
+ jsonString,
765
+ (x) => GetListingsByLocationRequest$inboundSchema.parse(JSON.parse(x)),
766
+ `Failed to parse 'GetListingsByLocationRequest' from JSON`,
767
+ );
768
+ }
769
+
770
+ /** @internal */
771
+ export const GetListingsByLocationListingsType$inboundSchema: z.ZodNativeEnum<
772
+ typeof GetListingsByLocationListingsType
773
+ > = z.nativeEnum(GetListingsByLocationListingsType);
774
+
775
+ /** @internal */
776
+ export const GetListingsByLocationListingsType$outboundSchema: z.ZodNativeEnum<
777
+ typeof GetListingsByLocationListingsType
778
+ > = GetListingsByLocationListingsType$inboundSchema;
779
+
780
+ /**
781
+ * @internal
782
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
783
+ */
784
+ export namespace GetListingsByLocationListingsType$ {
785
+ /** @deprecated use `GetListingsByLocationListingsType$inboundSchema` instead. */
786
+ export const inboundSchema = GetListingsByLocationListingsType$inboundSchema;
787
+ /** @deprecated use `GetListingsByLocationListingsType$outboundSchema` instead. */
788
+ export const outboundSchema =
789
+ GetListingsByLocationListingsType$outboundSchema;
790
+ }
791
+
792
+ /** @internal */
793
+ export const GetListingsByLocationError$inboundSchema: z.ZodType<
794
+ GetListingsByLocationError,
795
+ z.ZodTypeDef,
796
+ unknown
797
+ > = z.object({
798
+ code: z.string().optional(),
799
+ doc_url: z.string().optional(),
800
+ message: z.string(),
801
+ param: z.string().optional(),
802
+ type: GetListingsByLocationListingsType$inboundSchema,
803
+ }).transform((v) => {
804
+ return remap$(v, {
805
+ "doc_url": "docUrl",
806
+ });
807
+ });
808
+
809
+ /** @internal */
810
+ export type GetListingsByLocationError$Outbound = {
811
+ code?: string | undefined;
812
+ doc_url?: string | undefined;
813
+ message: string;
814
+ param?: string | undefined;
815
+ type: string;
816
+ };
817
+
818
+ /** @internal */
819
+ export const GetListingsByLocationError$outboundSchema: z.ZodType<
820
+ GetListingsByLocationError$Outbound,
821
+ z.ZodTypeDef,
822
+ GetListingsByLocationError
823
+ > = z.object({
824
+ code: z.string().optional(),
825
+ docUrl: z.string().optional(),
826
+ message: z.string(),
827
+ param: z.string().optional(),
828
+ type: GetListingsByLocationListingsType$outboundSchema,
829
+ }).transform((v) => {
830
+ return remap$(v, {
831
+ docUrl: "doc_url",
832
+ });
833
+ });
834
+
835
+ /**
836
+ * @internal
837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
838
+ */
839
+ export namespace GetListingsByLocationError$ {
840
+ /** @deprecated use `GetListingsByLocationError$inboundSchema` instead. */
841
+ export const inboundSchema = GetListingsByLocationError$inboundSchema;
842
+ /** @deprecated use `GetListingsByLocationError$outboundSchema` instead. */
843
+ export const outboundSchema = GetListingsByLocationError$outboundSchema;
844
+ /** @deprecated use `GetListingsByLocationError$Outbound` instead. */
845
+ export type Outbound = GetListingsByLocationError$Outbound;
846
+ }
847
+
848
+ export function getListingsByLocationErrorToJSON(
849
+ getListingsByLocationError: GetListingsByLocationError,
850
+ ): string {
851
+ return JSON.stringify(
852
+ GetListingsByLocationError$outboundSchema.parse(getListingsByLocationError),
853
+ );
854
+ }
855
+
856
+ export function getListingsByLocationErrorFromJSON(
857
+ jsonString: string,
858
+ ): SafeParseResult<GetListingsByLocationError, SDKValidationError> {
859
+ return safeParse(
860
+ jsonString,
861
+ (x) => GetListingsByLocationError$inboundSchema.parse(JSON.parse(x)),
862
+ `Failed to parse 'GetListingsByLocationError' from JSON`,
863
+ );
864
+ }
865
+
866
+ /** @internal */
867
+ export const GetListingsByLocationListingsResponseBody$inboundSchema: z.ZodType<
868
+ GetListingsByLocationListingsResponseBody,
869
+ z.ZodTypeDef,
870
+ unknown
871
+ > = z.object({
872
+ error: z.lazy(() => GetListingsByLocationError$inboundSchema),
873
+ });
874
+
875
+ /** @internal */
876
+ export type GetListingsByLocationListingsResponseBody$Outbound = {
877
+ error: GetListingsByLocationError$Outbound;
878
+ };
879
+
880
+ /** @internal */
881
+ export const GetListingsByLocationListingsResponseBody$outboundSchema:
882
+ z.ZodType<
883
+ GetListingsByLocationListingsResponseBody$Outbound,
884
+ z.ZodTypeDef,
885
+ GetListingsByLocationListingsResponseBody
886
+ > = z.object({
887
+ error: z.lazy(() => GetListingsByLocationError$outboundSchema),
888
+ });
889
+
890
+ /**
891
+ * @internal
892
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
893
+ */
894
+ export namespace GetListingsByLocationListingsResponseBody$ {
895
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$inboundSchema` instead. */
896
+ export const inboundSchema =
897
+ GetListingsByLocationListingsResponseBody$inboundSchema;
898
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$outboundSchema` instead. */
899
+ export const outboundSchema =
900
+ GetListingsByLocationListingsResponseBody$outboundSchema;
901
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$Outbound` instead. */
902
+ export type Outbound = GetListingsByLocationListingsResponseBody$Outbound;
903
+ }
904
+
905
+ export function getListingsByLocationListingsResponseBodyToJSON(
906
+ getListingsByLocationListingsResponseBody:
907
+ GetListingsByLocationListingsResponseBody,
908
+ ): string {
909
+ return JSON.stringify(
910
+ GetListingsByLocationListingsResponseBody$outboundSchema.parse(
911
+ getListingsByLocationListingsResponseBody,
912
+ ),
913
+ );
914
+ }
915
+
916
+ export function getListingsByLocationListingsResponseBodyFromJSON(
917
+ jsonString: string,
918
+ ): SafeParseResult<
919
+ GetListingsByLocationListingsResponseBody,
920
+ SDKValidationError
921
+ > {
922
+ return safeParse(
923
+ jsonString,
924
+ (x) =>
925
+ GetListingsByLocationListingsResponseBody$inboundSchema.parse(
926
+ JSON.parse(x),
927
+ ),
928
+ `Failed to parse 'GetListingsByLocationListingsResponseBody' from JSON`,
929
+ );
930
+ }
931
+
932
+ /** @internal */
933
+ export const GetListingsByLocationAddress$inboundSchema: z.ZodType<
934
+ GetListingsByLocationAddress,
935
+ z.ZodTypeDef,
936
+ unknown
937
+ > = z.object({
938
+ city: z.string().optional(),
939
+ country: z.string().default("GB"),
940
+ district: z.string().optional(),
941
+ incode: z.string().optional(),
942
+ originalAddress: z.string(),
943
+ outcode: z.string().optional(),
944
+ postcode: z.string(),
945
+ propertyNumber: z.string().optional(),
946
+ region: z.string().optional(),
947
+ street: z.string().optional(),
948
+ });
949
+
950
+ /** @internal */
951
+ export type GetListingsByLocationAddress$Outbound = {
952
+ city?: string | undefined;
953
+ country: string;
954
+ district?: string | undefined;
955
+ incode?: string | undefined;
956
+ originalAddress: string;
957
+ outcode?: string | undefined;
958
+ postcode: string;
959
+ propertyNumber?: string | undefined;
960
+ region?: string | undefined;
961
+ street?: string | undefined;
962
+ };
963
+
964
+ /** @internal */
965
+ export const GetListingsByLocationAddress$outboundSchema: z.ZodType<
966
+ GetListingsByLocationAddress$Outbound,
967
+ z.ZodTypeDef,
968
+ GetListingsByLocationAddress
969
+ > = z.object({
970
+ city: z.string().optional(),
971
+ country: z.string().default("GB"),
972
+ district: z.string().optional(),
973
+ incode: z.string().optional(),
974
+ originalAddress: z.string(),
975
+ outcode: z.string().optional(),
976
+ postcode: z.string(),
977
+ propertyNumber: z.string().optional(),
978
+ region: z.string().optional(),
979
+ street: z.string().optional(),
980
+ });
981
+
982
+ /**
983
+ * @internal
984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
985
+ */
986
+ export namespace GetListingsByLocationAddress$ {
987
+ /** @deprecated use `GetListingsByLocationAddress$inboundSchema` instead. */
988
+ export const inboundSchema = GetListingsByLocationAddress$inboundSchema;
989
+ /** @deprecated use `GetListingsByLocationAddress$outboundSchema` instead. */
990
+ export const outboundSchema = GetListingsByLocationAddress$outboundSchema;
991
+ /** @deprecated use `GetListingsByLocationAddress$Outbound` instead. */
992
+ export type Outbound = GetListingsByLocationAddress$Outbound;
993
+ }
994
+
995
+ export function getListingsByLocationAddressToJSON(
996
+ getListingsByLocationAddress: GetListingsByLocationAddress,
997
+ ): string {
998
+ return JSON.stringify(
999
+ GetListingsByLocationAddress$outboundSchema.parse(
1000
+ getListingsByLocationAddress,
1001
+ ),
1002
+ );
1003
+ }
1004
+
1005
+ export function getListingsByLocationAddressFromJSON(
1006
+ jsonString: string,
1007
+ ): SafeParseResult<GetListingsByLocationAddress, SDKValidationError> {
1008
+ return safeParse(
1009
+ jsonString,
1010
+ (x) => GetListingsByLocationAddress$inboundSchema.parse(JSON.parse(x)),
1011
+ `Failed to parse 'GetListingsByLocationAddress' from JSON`,
1012
+ );
1013
+ }
1014
+
1015
+ /** @internal */
1016
+ export const GetListingsByLocationAgent$inboundSchema: z.ZodType<
1017
+ GetListingsByLocationAgent,
1018
+ z.ZodTypeDef,
1019
+ unknown
1020
+ > = z.object({
1021
+ address: z.string().optional(),
1022
+ agencyId: z.string().optional(),
1023
+ agencyName: z.string().optional(),
1024
+ agentId: z.string().optional(),
1025
+ agentName: z.string().optional(),
1026
+ branchId: z.string().optional(),
1027
+ branchName: z.string().optional(),
1028
+ email: z.string().optional(),
1029
+ emails: z.array(z.string()).optional(),
1030
+ phone: z.string().optional(),
1031
+ phones: z.array(z.string()).optional(),
1032
+ postcode: z.string().optional(),
1033
+ website: z.string().optional(),
1034
+ });
1035
+
1036
+ /** @internal */
1037
+ export type GetListingsByLocationAgent$Outbound = {
1038
+ address?: string | undefined;
1039
+ agencyId?: string | undefined;
1040
+ agencyName?: string | undefined;
1041
+ agentId?: string | undefined;
1042
+ agentName?: string | undefined;
1043
+ branchId?: string | undefined;
1044
+ branchName?: string | undefined;
1045
+ email?: string | undefined;
1046
+ emails?: Array<string> | undefined;
1047
+ phone?: string | undefined;
1048
+ phones?: Array<string> | undefined;
1049
+ postcode?: string | undefined;
1050
+ website?: string | undefined;
1051
+ };
1052
+
1053
+ /** @internal */
1054
+ export const GetListingsByLocationAgent$outboundSchema: z.ZodType<
1055
+ GetListingsByLocationAgent$Outbound,
1056
+ z.ZodTypeDef,
1057
+ GetListingsByLocationAgent
1058
+ > = z.object({
1059
+ address: z.string().optional(),
1060
+ agencyId: z.string().optional(),
1061
+ agencyName: z.string().optional(),
1062
+ agentId: z.string().optional(),
1063
+ agentName: z.string().optional(),
1064
+ branchId: z.string().optional(),
1065
+ branchName: z.string().optional(),
1066
+ email: z.string().optional(),
1067
+ emails: z.array(z.string()).optional(),
1068
+ phone: z.string().optional(),
1069
+ phones: z.array(z.string()).optional(),
1070
+ postcode: z.string().optional(),
1071
+ website: z.string().optional(),
1072
+ });
1073
+
1074
+ /**
1075
+ * @internal
1076
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1077
+ */
1078
+ export namespace GetListingsByLocationAgent$ {
1079
+ /** @deprecated use `GetListingsByLocationAgent$inboundSchema` instead. */
1080
+ export const inboundSchema = GetListingsByLocationAgent$inboundSchema;
1081
+ /** @deprecated use `GetListingsByLocationAgent$outboundSchema` instead. */
1082
+ export const outboundSchema = GetListingsByLocationAgent$outboundSchema;
1083
+ /** @deprecated use `GetListingsByLocationAgent$Outbound` instead. */
1084
+ export type Outbound = GetListingsByLocationAgent$Outbound;
1085
+ }
1086
+
1087
+ export function getListingsByLocationAgentToJSON(
1088
+ getListingsByLocationAgent: GetListingsByLocationAgent,
1089
+ ): string {
1090
+ return JSON.stringify(
1091
+ GetListingsByLocationAgent$outboundSchema.parse(getListingsByLocationAgent),
1092
+ );
1093
+ }
1094
+
1095
+ export function getListingsByLocationAgentFromJSON(
1096
+ jsonString: string,
1097
+ ): SafeParseResult<GetListingsByLocationAgent, SDKValidationError> {
1098
+ return safeParse(
1099
+ jsonString,
1100
+ (x) => GetListingsByLocationAgent$inboundSchema.parse(JSON.parse(x)),
1101
+ `Failed to parse 'GetListingsByLocationAgent' from JSON`,
1102
+ );
1103
+ }
1104
+
1105
+ /** @internal */
1106
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema:
1107
+ z.ZodNativeEnum<
1108
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType
1109
+ > = z.nativeEnum(
1110
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType,
1111
+ );
1112
+
1113
+ /** @internal */
1114
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema:
1115
+ z.ZodNativeEnum<
1116
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType
1117
+ > =
1118
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema;
1119
+
1120
+ /**
1121
+ * @internal
1122
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1123
+ */
1124
+ export namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$ {
1125
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema` instead. */
1126
+ export const inboundSchema =
1127
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema;
1128
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema` instead. */
1129
+ export const outboundSchema =
1130
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema;
1131
+ }
1132
+
1133
+ /** @internal */
1134
+ export const GetListingsByLocationBrochureImages$inboundSchema: z.ZodType<
1135
+ GetListingsByLocationBrochureImages,
1136
+ z.ZodTypeDef,
1137
+ unknown
1138
+ > = z.object({
1139
+ caption: z.string().optional(),
1140
+ order: z.number().optional(),
1141
+ type:
1142
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema
1143
+ .optional(),
1144
+ url: z.string(),
1145
+ });
1146
+
1147
+ /** @internal */
1148
+ export type GetListingsByLocationBrochureImages$Outbound = {
1149
+ caption?: string | undefined;
1150
+ order?: number | undefined;
1151
+ type?: string | undefined;
1152
+ url: string;
1153
+ };
1154
+
1155
+ /** @internal */
1156
+ export const GetListingsByLocationBrochureImages$outboundSchema: z.ZodType<
1157
+ GetListingsByLocationBrochureImages$Outbound,
1158
+ z.ZodTypeDef,
1159
+ GetListingsByLocationBrochureImages
1160
+ > = z.object({
1161
+ caption: z.string().optional(),
1162
+ order: z.number().optional(),
1163
+ type:
1164
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema
1165
+ .optional(),
1166
+ url: z.string(),
1167
+ });
1168
+
1169
+ /**
1170
+ * @internal
1171
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1172
+ */
1173
+ export namespace GetListingsByLocationBrochureImages$ {
1174
+ /** @deprecated use `GetListingsByLocationBrochureImages$inboundSchema` instead. */
1175
+ export const inboundSchema =
1176
+ GetListingsByLocationBrochureImages$inboundSchema;
1177
+ /** @deprecated use `GetListingsByLocationBrochureImages$outboundSchema` instead. */
1178
+ export const outboundSchema =
1179
+ GetListingsByLocationBrochureImages$outboundSchema;
1180
+ /** @deprecated use `GetListingsByLocationBrochureImages$Outbound` instead. */
1181
+ export type Outbound = GetListingsByLocationBrochureImages$Outbound;
1182
+ }
1183
+
1184
+ export function getListingsByLocationBrochureImagesToJSON(
1185
+ getListingsByLocationBrochureImages: GetListingsByLocationBrochureImages,
1186
+ ): string {
1187
+ return JSON.stringify(
1188
+ GetListingsByLocationBrochureImages$outboundSchema.parse(
1189
+ getListingsByLocationBrochureImages,
1190
+ ),
1191
+ );
1192
+ }
1193
+
1194
+ export function getListingsByLocationBrochureImagesFromJSON(
1195
+ jsonString: string,
1196
+ ): SafeParseResult<GetListingsByLocationBrochureImages, SDKValidationError> {
1197
+ return safeParse(
1198
+ jsonString,
1199
+ (x) =>
1200
+ GetListingsByLocationBrochureImages$inboundSchema.parse(JSON.parse(x)),
1201
+ `Failed to parse 'GetListingsByLocationBrochureImages' from JSON`,
1202
+ );
1203
+ }
1204
+
1205
+ /** @internal */
1206
+ export const GetListingsByLocationCategory$inboundSchema: z.ZodNativeEnum<
1207
+ typeof GetListingsByLocationCategory
1208
+ > = z.nativeEnum(GetListingsByLocationCategory);
1209
+
1210
+ /** @internal */
1211
+ export const GetListingsByLocationCategory$outboundSchema: z.ZodNativeEnum<
1212
+ typeof GetListingsByLocationCategory
1213
+ > = GetListingsByLocationCategory$inboundSchema;
1214
+
1215
+ /**
1216
+ * @internal
1217
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1218
+ */
1219
+ export namespace GetListingsByLocationCategory$ {
1220
+ /** @deprecated use `GetListingsByLocationCategory$inboundSchema` instead. */
1221
+ export const inboundSchema = GetListingsByLocationCategory$inboundSchema;
1222
+ /** @deprecated use `GetListingsByLocationCategory$outboundSchema` instead. */
1223
+ export const outboundSchema = GetListingsByLocationCategory$outboundSchema;
1224
+ }
1225
+
1226
+ /** @internal */
1227
+ export const GetListingsByLocationListingsResponseType$inboundSchema:
1228
+ z.ZodNativeEnum<typeof GetListingsByLocationListingsResponseType> = z
1229
+ .nativeEnum(GetListingsByLocationListingsResponseType);
1230
+
1231
+ /** @internal */
1232
+ export const GetListingsByLocationListingsResponseType$outboundSchema:
1233
+ z.ZodNativeEnum<typeof GetListingsByLocationListingsResponseType> =
1234
+ GetListingsByLocationListingsResponseType$inboundSchema;
1235
+
1236
+ /**
1237
+ * @internal
1238
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1239
+ */
1240
+ export namespace GetListingsByLocationListingsResponseType$ {
1241
+ /** @deprecated use `GetListingsByLocationListingsResponseType$inboundSchema` instead. */
1242
+ export const inboundSchema =
1243
+ GetListingsByLocationListingsResponseType$inboundSchema;
1244
+ /** @deprecated use `GetListingsByLocationListingsResponseType$outboundSchema` instead. */
1245
+ export const outboundSchema =
1246
+ GetListingsByLocationListingsResponseType$outboundSchema;
1247
+ }
1248
+
1249
+ /** @internal */
1250
+ export const GetListingsByLocationEnergyRatingImages$inboundSchema: z.ZodType<
1251
+ GetListingsByLocationEnergyRatingImages,
1252
+ z.ZodTypeDef,
1253
+ unknown
1254
+ > = z.object({
1255
+ caption: z.string().optional(),
1256
+ order: z.number().optional(),
1257
+ type: GetListingsByLocationListingsResponseType$inboundSchema.optional(),
1258
+ url: z.string(),
1259
+ });
1260
+
1261
+ /** @internal */
1262
+ export type GetListingsByLocationEnergyRatingImages$Outbound = {
1263
+ caption?: string | undefined;
1264
+ order?: number | undefined;
1265
+ type?: string | undefined;
1266
+ url: string;
1267
+ };
1268
+
1269
+ /** @internal */
1270
+ export const GetListingsByLocationEnergyRatingImages$outboundSchema: z.ZodType<
1271
+ GetListingsByLocationEnergyRatingImages$Outbound,
1272
+ z.ZodTypeDef,
1273
+ GetListingsByLocationEnergyRatingImages
1274
+ > = z.object({
1275
+ caption: z.string().optional(),
1276
+ order: z.number().optional(),
1277
+ type: GetListingsByLocationListingsResponseType$outboundSchema.optional(),
1278
+ url: z.string(),
1279
+ });
1280
+
1281
+ /**
1282
+ * @internal
1283
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1284
+ */
1285
+ export namespace GetListingsByLocationEnergyRatingImages$ {
1286
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$inboundSchema` instead. */
1287
+ export const inboundSchema =
1288
+ GetListingsByLocationEnergyRatingImages$inboundSchema;
1289
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$outboundSchema` instead. */
1290
+ export const outboundSchema =
1291
+ GetListingsByLocationEnergyRatingImages$outboundSchema;
1292
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$Outbound` instead. */
1293
+ export type Outbound = GetListingsByLocationEnergyRatingImages$Outbound;
1294
+ }
1295
+
1296
+ export function getListingsByLocationEnergyRatingImagesToJSON(
1297
+ getListingsByLocationEnergyRatingImages:
1298
+ GetListingsByLocationEnergyRatingImages,
1299
+ ): string {
1300
+ return JSON.stringify(
1301
+ GetListingsByLocationEnergyRatingImages$outboundSchema.parse(
1302
+ getListingsByLocationEnergyRatingImages,
1303
+ ),
1304
+ );
1305
+ }
1306
+
1307
+ export function getListingsByLocationEnergyRatingImagesFromJSON(
1308
+ jsonString: string,
1309
+ ): SafeParseResult<
1310
+ GetListingsByLocationEnergyRatingImages,
1311
+ SDKValidationError
1312
+ > {
1313
+ return safeParse(
1314
+ jsonString,
1315
+ (x) =>
1316
+ GetListingsByLocationEnergyRatingImages$inboundSchema.parse(
1317
+ JSON.parse(x),
1318
+ ),
1319
+ `Failed to parse 'GetListingsByLocationEnergyRatingImages' from JSON`,
1320
+ );
1321
+ }
1322
+
1323
+ /** @internal */
1324
+ export const GetListingsByLocationFeatures$inboundSchema: z.ZodType<
1325
+ GetListingsByLocationFeatures,
1326
+ z.ZodTypeDef,
1327
+ unknown
1328
+ > = z.object({
1329
+ featureId: z.string(),
1330
+ value: z.string(),
1331
+ });
1332
+
1333
+ /** @internal */
1334
+ export type GetListingsByLocationFeatures$Outbound = {
1335
+ featureId: string;
1336
+ value: string;
1337
+ };
1338
+
1339
+ /** @internal */
1340
+ export const GetListingsByLocationFeatures$outboundSchema: z.ZodType<
1341
+ GetListingsByLocationFeatures$Outbound,
1342
+ z.ZodTypeDef,
1343
+ GetListingsByLocationFeatures
1344
+ > = z.object({
1345
+ featureId: z.string(),
1346
+ value: z.string(),
1347
+ });
1348
+
1349
+ /**
1350
+ * @internal
1351
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1352
+ */
1353
+ export namespace GetListingsByLocationFeatures$ {
1354
+ /** @deprecated use `GetListingsByLocationFeatures$inboundSchema` instead. */
1355
+ export const inboundSchema = GetListingsByLocationFeatures$inboundSchema;
1356
+ /** @deprecated use `GetListingsByLocationFeatures$outboundSchema` instead. */
1357
+ export const outboundSchema = GetListingsByLocationFeatures$outboundSchema;
1358
+ /** @deprecated use `GetListingsByLocationFeatures$Outbound` instead. */
1359
+ export type Outbound = GetListingsByLocationFeatures$Outbound;
1360
+ }
1361
+
1362
+ export function getListingsByLocationFeaturesToJSON(
1363
+ getListingsByLocationFeatures: GetListingsByLocationFeatures,
1364
+ ): string {
1365
+ return JSON.stringify(
1366
+ GetListingsByLocationFeatures$outboundSchema.parse(
1367
+ getListingsByLocationFeatures,
1368
+ ),
1369
+ );
1370
+ }
1371
+
1372
+ export function getListingsByLocationFeaturesFromJSON(
1373
+ jsonString: string,
1374
+ ): SafeParseResult<GetListingsByLocationFeatures, SDKValidationError> {
1375
+ return safeParse(
1376
+ jsonString,
1377
+ (x) => GetListingsByLocationFeatures$inboundSchema.parse(JSON.parse(x)),
1378
+ `Failed to parse 'GetListingsByLocationFeatures' from JSON`,
1379
+ );
1380
+ }
1381
+
1382
+ /** @internal */
1383
+ export const GetListingsByLocationListingsResponse200Type$inboundSchema:
1384
+ z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200Type> = z
1385
+ .nativeEnum(GetListingsByLocationListingsResponse200Type);
1386
+
1387
+ /** @internal */
1388
+ export const GetListingsByLocationListingsResponse200Type$outboundSchema:
1389
+ z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200Type> =
1390
+ GetListingsByLocationListingsResponse200Type$inboundSchema;
1391
+
1392
+ /**
1393
+ * @internal
1394
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1395
+ */
1396
+ export namespace GetListingsByLocationListingsResponse200Type$ {
1397
+ /** @deprecated use `GetListingsByLocationListingsResponse200Type$inboundSchema` instead. */
1398
+ export const inboundSchema =
1399
+ GetListingsByLocationListingsResponse200Type$inboundSchema;
1400
+ /** @deprecated use `GetListingsByLocationListingsResponse200Type$outboundSchema` instead. */
1401
+ export const outboundSchema =
1402
+ GetListingsByLocationListingsResponse200Type$outboundSchema;
1403
+ }
1404
+
1405
+ /** @internal */
1406
+ export const GetListingsByLocationFloorPlanImages$inboundSchema: z.ZodType<
1407
+ GetListingsByLocationFloorPlanImages,
1408
+ z.ZodTypeDef,
1409
+ unknown
1410
+ > = z.object({
1411
+ caption: z.string().optional(),
1412
+ order: z.number().optional(),
1413
+ type: GetListingsByLocationListingsResponse200Type$inboundSchema.optional(),
1414
+ url: z.string(),
1415
+ });
1416
+
1417
+ /** @internal */
1418
+ export type GetListingsByLocationFloorPlanImages$Outbound = {
1419
+ caption?: string | undefined;
1420
+ order?: number | undefined;
1421
+ type?: string | undefined;
1422
+ url: string;
1423
+ };
1424
+
1425
+ /** @internal */
1426
+ export const GetListingsByLocationFloorPlanImages$outboundSchema: z.ZodType<
1427
+ GetListingsByLocationFloorPlanImages$Outbound,
1428
+ z.ZodTypeDef,
1429
+ GetListingsByLocationFloorPlanImages
1430
+ > = z.object({
1431
+ caption: z.string().optional(),
1432
+ order: z.number().optional(),
1433
+ type: GetListingsByLocationListingsResponse200Type$outboundSchema.optional(),
1434
+ url: z.string(),
1435
+ });
1436
+
1437
+ /**
1438
+ * @internal
1439
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1440
+ */
1441
+ export namespace GetListingsByLocationFloorPlanImages$ {
1442
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$inboundSchema` instead. */
1443
+ export const inboundSchema =
1444
+ GetListingsByLocationFloorPlanImages$inboundSchema;
1445
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$outboundSchema` instead. */
1446
+ export const outboundSchema =
1447
+ GetListingsByLocationFloorPlanImages$outboundSchema;
1448
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$Outbound` instead. */
1449
+ export type Outbound = GetListingsByLocationFloorPlanImages$Outbound;
1450
+ }
1451
+
1452
+ export function getListingsByLocationFloorPlanImagesToJSON(
1453
+ getListingsByLocationFloorPlanImages: GetListingsByLocationFloorPlanImages,
1454
+ ): string {
1455
+ return JSON.stringify(
1456
+ GetListingsByLocationFloorPlanImages$outboundSchema.parse(
1457
+ getListingsByLocationFloorPlanImages,
1458
+ ),
1459
+ );
1460
+ }
1461
+
1462
+ export function getListingsByLocationFloorPlanImagesFromJSON(
1463
+ jsonString: string,
1464
+ ): SafeParseResult<GetListingsByLocationFloorPlanImages, SDKValidationError> {
1465
+ return safeParse(
1466
+ jsonString,
1467
+ (x) =>
1468
+ GetListingsByLocationFloorPlanImages$inboundSchema.parse(JSON.parse(x)),
1469
+ `Failed to parse 'GetListingsByLocationFloorPlanImages' from JSON`,
1470
+ );
1471
+ }
1472
+
1473
+ /** @internal */
1474
+ export const GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema:
1475
+ z.ZodNativeEnum<
1476
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONType
1477
+ > = z.nativeEnum(GetListingsByLocationListingsResponse200ApplicationJSONType);
1478
+
1479
+ /** @internal */
1480
+ export const GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema:
1481
+ z.ZodNativeEnum<
1482
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONType
1483
+ > = GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema;
1484
+
1485
+ /**
1486
+ * @internal
1487
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1488
+ */
1489
+ export namespace GetListingsByLocationListingsResponse200ApplicationJSONType$ {
1490
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema` instead. */
1491
+ export const inboundSchema =
1492
+ GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema;
1493
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema` instead. */
1494
+ export const outboundSchema =
1495
+ GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema;
1496
+ }
1497
+
1498
+ /** @internal */
1499
+ export const GetListingsByLocationImages$inboundSchema: z.ZodType<
1500
+ GetListingsByLocationImages,
1501
+ z.ZodTypeDef,
1502
+ unknown
1503
+ > = z.object({
1504
+ caption: z.string().optional(),
1505
+ order: z.number().optional(),
1506
+ type:
1507
+ GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema
1508
+ .optional(),
1509
+ url: z.string(),
1510
+ });
1511
+
1512
+ /** @internal */
1513
+ export type GetListingsByLocationImages$Outbound = {
1514
+ caption?: string | undefined;
1515
+ order?: number | undefined;
1516
+ type?: string | undefined;
1517
+ url: string;
1518
+ };
1519
+
1520
+ /** @internal */
1521
+ export const GetListingsByLocationImages$outboundSchema: z.ZodType<
1522
+ GetListingsByLocationImages$Outbound,
1523
+ z.ZodTypeDef,
1524
+ GetListingsByLocationImages
1525
+ > = z.object({
1526
+ caption: z.string().optional(),
1527
+ order: z.number().optional(),
1528
+ type:
1529
+ GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema
1530
+ .optional(),
1531
+ url: z.string(),
1532
+ });
1533
+
1534
+ /**
1535
+ * @internal
1536
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1537
+ */
1538
+ export namespace GetListingsByLocationImages$ {
1539
+ /** @deprecated use `GetListingsByLocationImages$inboundSchema` instead. */
1540
+ export const inboundSchema = GetListingsByLocationImages$inboundSchema;
1541
+ /** @deprecated use `GetListingsByLocationImages$outboundSchema` instead. */
1542
+ export const outboundSchema = GetListingsByLocationImages$outboundSchema;
1543
+ /** @deprecated use `GetListingsByLocationImages$Outbound` instead. */
1544
+ export type Outbound = GetListingsByLocationImages$Outbound;
1545
+ }
1546
+
1547
+ export function getListingsByLocationImagesToJSON(
1548
+ getListingsByLocationImages: GetListingsByLocationImages,
1549
+ ): string {
1550
+ return JSON.stringify(
1551
+ GetListingsByLocationImages$outboundSchema.parse(
1552
+ getListingsByLocationImages,
1553
+ ),
1554
+ );
1555
+ }
1556
+
1557
+ export function getListingsByLocationImagesFromJSON(
1558
+ jsonString: string,
1559
+ ): SafeParseResult<GetListingsByLocationImages, SDKValidationError> {
1560
+ return safeParse(
1561
+ jsonString,
1562
+ (x) => GetListingsByLocationImages$inboundSchema.parse(JSON.parse(x)),
1563
+ `Failed to parse 'GetListingsByLocationImages' from JSON`,
1564
+ );
1565
+ }
1566
+
1567
+ /** @internal */
1568
+ export const GetListingsByLocationContent$inboundSchema: z.ZodType<
1569
+ GetListingsByLocationContent,
1570
+ z.ZodTypeDef,
1571
+ unknown
1572
+ > = z.union([z.string(), z.array(z.string()), z.any()]);
1573
+
1574
+ /** @internal */
1575
+ export type GetListingsByLocationContent$Outbound =
1576
+ | string
1577
+ | Array<string>
1578
+ | any;
1579
+
1580
+ /** @internal */
1581
+ export const GetListingsByLocationContent$outboundSchema: z.ZodType<
1582
+ GetListingsByLocationContent$Outbound,
1583
+ z.ZodTypeDef,
1584
+ GetListingsByLocationContent
1585
+ > = z.union([z.string(), z.array(z.string()), z.any()]);
1586
+
1587
+ /**
1588
+ * @internal
1589
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1590
+ */
1591
+ export namespace GetListingsByLocationContent$ {
1592
+ /** @deprecated use `GetListingsByLocationContent$inboundSchema` instead. */
1593
+ export const inboundSchema = GetListingsByLocationContent$inboundSchema;
1594
+ /** @deprecated use `GetListingsByLocationContent$outboundSchema` instead. */
1595
+ export const outboundSchema = GetListingsByLocationContent$outboundSchema;
1596
+ /** @deprecated use `GetListingsByLocationContent$Outbound` instead. */
1597
+ export type Outbound = GetListingsByLocationContent$Outbound;
1598
+ }
1599
+
1600
+ export function getListingsByLocationContentToJSON(
1601
+ getListingsByLocationContent: GetListingsByLocationContent,
1602
+ ): string {
1603
+ return JSON.stringify(
1604
+ GetListingsByLocationContent$outboundSchema.parse(
1605
+ getListingsByLocationContent,
1606
+ ),
1607
+ );
1608
+ }
1609
+
1610
+ export function getListingsByLocationContentFromJSON(
1611
+ jsonString: string,
1612
+ ): SafeParseResult<GetListingsByLocationContent, SDKValidationError> {
1613
+ return safeParse(
1614
+ jsonString,
1615
+ (x) => GetListingsByLocationContent$inboundSchema.parse(JSON.parse(x)),
1616
+ `Failed to parse 'GetListingsByLocationContent' from JSON`,
1617
+ );
1618
+ }
1619
+
1620
+ /** @internal */
1621
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema:
1622
+ z.ZodNativeEnum<
1623
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType
1624
+ > = z.nativeEnum(
1625
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType,
1626
+ );
1627
+
1628
+ /** @internal */
1629
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema:
1630
+ z.ZodNativeEnum<
1631
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType
1632
+ > =
1633
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema;
1634
+
1635
+ /**
1636
+ * @internal
1637
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1638
+ */
1639
+ export namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$ {
1640
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1641
+ export const inboundSchema =
1642
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema;
1643
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1644
+ export const outboundSchema =
1645
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema;
1646
+ }
1647
+
1648
+ /** @internal */
1649
+ export const GetListingsByLocationNarratives$inboundSchema: z.ZodType<
1650
+ GetListingsByLocationNarratives,
1651
+ z.ZodTypeDef,
1652
+ unknown
1653
+ > = z.object({
1654
+ content: z.nullable(z.union([z.string(), z.array(z.string()), z.any()]))
1655
+ .optional(),
1656
+ type:
1657
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema,
1658
+ });
1659
+
1660
+ /** @internal */
1661
+ export type GetListingsByLocationNarratives$Outbound = {
1662
+ content?: string | Array<string> | any | null | undefined;
1663
+ type: string;
1664
+ };
1665
+
1666
+ /** @internal */
1667
+ export const GetListingsByLocationNarratives$outboundSchema: z.ZodType<
1668
+ GetListingsByLocationNarratives$Outbound,
1669
+ z.ZodTypeDef,
1670
+ GetListingsByLocationNarratives
1671
+ > = z.object({
1672
+ content: z.nullable(z.union([z.string(), z.array(z.string()), z.any()]))
1673
+ .optional(),
1674
+ type:
1675
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema,
1676
+ });
1677
+
1678
+ /**
1679
+ * @internal
1680
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1681
+ */
1682
+ export namespace GetListingsByLocationNarratives$ {
1683
+ /** @deprecated use `GetListingsByLocationNarratives$inboundSchema` instead. */
1684
+ export const inboundSchema = GetListingsByLocationNarratives$inboundSchema;
1685
+ /** @deprecated use `GetListingsByLocationNarratives$outboundSchema` instead. */
1686
+ export const outboundSchema = GetListingsByLocationNarratives$outboundSchema;
1687
+ /** @deprecated use `GetListingsByLocationNarratives$Outbound` instead. */
1688
+ export type Outbound = GetListingsByLocationNarratives$Outbound;
1689
+ }
1690
+
1691
+ export function getListingsByLocationNarrativesToJSON(
1692
+ getListingsByLocationNarratives: GetListingsByLocationNarratives,
1693
+ ): string {
1694
+ return JSON.stringify(
1695
+ GetListingsByLocationNarratives$outboundSchema.parse(
1696
+ getListingsByLocationNarratives,
1697
+ ),
1698
+ );
1699
+ }
1700
+
1701
+ export function getListingsByLocationNarrativesFromJSON(
1702
+ jsonString: string,
1703
+ ): SafeParseResult<GetListingsByLocationNarratives, SDKValidationError> {
1704
+ return safeParse(
1705
+ jsonString,
1706
+ (x) => GetListingsByLocationNarratives$inboundSchema.parse(JSON.parse(x)),
1707
+ `Failed to parse 'GetListingsByLocationNarratives' from JSON`,
1708
+ );
1709
+ }
1710
+
1711
+ /** @internal */
1712
+ export const GetListingsByLocationDirection$inboundSchema: z.ZodNativeEnum<
1713
+ typeof GetListingsByLocationDirection
1714
+ > = z.nativeEnum(GetListingsByLocationDirection);
1715
+
1716
+ /** @internal */
1717
+ export const GetListingsByLocationDirection$outboundSchema: z.ZodNativeEnum<
1718
+ typeof GetListingsByLocationDirection
1719
+ > = GetListingsByLocationDirection$inboundSchema;
1720
+
1721
+ /**
1722
+ * @internal
1723
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1724
+ */
1725
+ export namespace GetListingsByLocationDirection$ {
1726
+ /** @deprecated use `GetListingsByLocationDirection$inboundSchema` instead. */
1727
+ export const inboundSchema = GetListingsByLocationDirection$inboundSchema;
1728
+ /** @deprecated use `GetListingsByLocationDirection$outboundSchema` instead. */
1729
+ export const outboundSchema = GetListingsByLocationDirection$outboundSchema;
1730
+ }
1731
+
1732
+ /** @internal */
1733
+ export const GetListingsByLocationPriceHistory$inboundSchema: z.ZodType<
1734
+ GetListingsByLocationPriceHistory,
1735
+ z.ZodTypeDef,
1736
+ unknown
1737
+ > = z.object({
1738
+ amount: z.number().optional(),
1739
+ date: z.string().datetime({ offset: true }).transform(v => new Date(v)),
1740
+ direction: GetListingsByLocationDirection$inboundSchema.optional(),
1741
+ oldPrice: z.number().optional(),
1742
+ percent: z.number().optional(),
1743
+ price: z.number(),
1744
+ });
1745
+
1746
+ /** @internal */
1747
+ export type GetListingsByLocationPriceHistory$Outbound = {
1748
+ amount?: number | undefined;
1749
+ date: string;
1750
+ direction?: string | undefined;
1751
+ oldPrice?: number | undefined;
1752
+ percent?: number | undefined;
1753
+ price: number;
1754
+ };
1755
+
1756
+ /** @internal */
1757
+ export const GetListingsByLocationPriceHistory$outboundSchema: z.ZodType<
1758
+ GetListingsByLocationPriceHistory$Outbound,
1759
+ z.ZodTypeDef,
1760
+ GetListingsByLocationPriceHistory
1761
+ > = z.object({
1762
+ amount: z.number().optional(),
1763
+ date: z.date().transform(v => v.toISOString()),
1764
+ direction: GetListingsByLocationDirection$outboundSchema.optional(),
1765
+ oldPrice: z.number().optional(),
1766
+ percent: z.number().optional(),
1767
+ price: z.number(),
1768
+ });
1769
+
1770
+ /**
1771
+ * @internal
1772
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1773
+ */
1774
+ export namespace GetListingsByLocationPriceHistory$ {
1775
+ /** @deprecated use `GetListingsByLocationPriceHistory$inboundSchema` instead. */
1776
+ export const inboundSchema = GetListingsByLocationPriceHistory$inboundSchema;
1777
+ /** @deprecated use `GetListingsByLocationPriceHistory$outboundSchema` instead. */
1778
+ export const outboundSchema =
1779
+ GetListingsByLocationPriceHistory$outboundSchema;
1780
+ /** @deprecated use `GetListingsByLocationPriceHistory$Outbound` instead. */
1781
+ export type Outbound = GetListingsByLocationPriceHistory$Outbound;
1782
+ }
1783
+
1784
+ export function getListingsByLocationPriceHistoryToJSON(
1785
+ getListingsByLocationPriceHistory: GetListingsByLocationPriceHistory,
1786
+ ): string {
1787
+ return JSON.stringify(
1788
+ GetListingsByLocationPriceHistory$outboundSchema.parse(
1789
+ getListingsByLocationPriceHistory,
1790
+ ),
1791
+ );
1792
+ }
1793
+
1794
+ export function getListingsByLocationPriceHistoryFromJSON(
1795
+ jsonString: string,
1796
+ ): SafeParseResult<GetListingsByLocationPriceHistory, SDKValidationError> {
1797
+ return safeParse(
1798
+ jsonString,
1799
+ (x) => GetListingsByLocationPriceHistory$inboundSchema.parse(JSON.parse(x)),
1800
+ `Failed to parse 'GetListingsByLocationPriceHistory' from JSON`,
1801
+ );
1802
+ }
1803
+
1804
+ /** @internal */
1805
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema:
1806
+ z.ZodNativeEnum<
1807
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType
1808
+ > = z.nativeEnum(
1809
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType,
1810
+ );
1811
+
1812
+ /** @internal */
1813
+ export const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema:
1814
+ z.ZodNativeEnum<
1815
+ typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType
1816
+ > =
1817
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema;
1818
+
1819
+ /**
1820
+ * @internal
1821
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1822
+ */
1823
+ export namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$ {
1824
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema` instead. */
1825
+ export const inboundSchema =
1826
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema;
1827
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema` instead. */
1828
+ export const outboundSchema =
1829
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema;
1830
+ }
1831
+
1832
+ /** @internal */
1833
+ export const GetListingsByLocationGeoJSONPoint$inboundSchema: z.ZodType<
1834
+ GetListingsByLocationGeoJSONPoint,
1835
+ z.ZodTypeDef,
1836
+ unknown
1837
+ > = z.object({
1838
+ coordinates: z.array(z.number()),
1839
+ type:
1840
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema,
1841
+ });
1842
+
1843
+ /** @internal */
1844
+ export type GetListingsByLocationGeoJSONPoint$Outbound = {
1845
+ coordinates: Array<number>;
1846
+ type: string;
1847
+ };
1848
+
1849
+ /** @internal */
1850
+ export const GetListingsByLocationGeoJSONPoint$outboundSchema: z.ZodType<
1851
+ GetListingsByLocationGeoJSONPoint$Outbound,
1852
+ z.ZodTypeDef,
1853
+ GetListingsByLocationGeoJSONPoint
1854
+ > = z.object({
1855
+ coordinates: z.array(z.number()),
1856
+ type:
1857
+ GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema,
1858
+ });
1859
+
1860
+ /**
1861
+ * @internal
1862
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1863
+ */
1864
+ export namespace GetListingsByLocationGeoJSONPoint$ {
1865
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$inboundSchema` instead. */
1866
+ export const inboundSchema = GetListingsByLocationGeoJSONPoint$inboundSchema;
1867
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$outboundSchema` instead. */
1868
+ export const outboundSchema =
1869
+ GetListingsByLocationGeoJSONPoint$outboundSchema;
1870
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$Outbound` instead. */
1871
+ export type Outbound = GetListingsByLocationGeoJSONPoint$Outbound;
1872
+ }
1873
+
1874
+ export function getListingsByLocationGeoJSONPointToJSON(
1875
+ getListingsByLocationGeoJSONPoint: GetListingsByLocationGeoJSONPoint,
1876
+ ): string {
1877
+ return JSON.stringify(
1878
+ GetListingsByLocationGeoJSONPoint$outboundSchema.parse(
1879
+ getListingsByLocationGeoJSONPoint,
1880
+ ),
1881
+ );
1882
+ }
1883
+
1884
+ export function getListingsByLocationGeoJSONPointFromJSON(
1885
+ jsonString: string,
1886
+ ): SafeParseResult<GetListingsByLocationGeoJSONPoint, SDKValidationError> {
1887
+ return safeParse(
1888
+ jsonString,
1889
+ (x) => GetListingsByLocationGeoJSONPoint$inboundSchema.parse(JSON.parse(x)),
1890
+ `Failed to parse 'GetListingsByLocationGeoJSONPoint' from JSON`,
1891
+ );
1892
+ }
1893
+
1894
+ /** @internal */
1895
+ export const GetListingsByLocationStatus$inboundSchema: z.ZodNativeEnum<
1896
+ typeof GetListingsByLocationStatus
1897
+ > = z.nativeEnum(GetListingsByLocationStatus);
1898
+
1899
+ /** @internal */
1900
+ export const GetListingsByLocationStatus$outboundSchema: z.ZodNativeEnum<
1901
+ typeof GetListingsByLocationStatus
1902
+ > = GetListingsByLocationStatus$inboundSchema;
1903
+
1904
+ /**
1905
+ * @internal
1906
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1907
+ */
1908
+ export namespace GetListingsByLocationStatus$ {
1909
+ /** @deprecated use `GetListingsByLocationStatus$inboundSchema` instead. */
1910
+ export const inboundSchema = GetListingsByLocationStatus$inboundSchema;
1911
+ /** @deprecated use `GetListingsByLocationStatus$outboundSchema` instead. */
1912
+ export const outboundSchema = GetListingsByLocationStatus$outboundSchema;
1913
+ }
1914
+
1915
+ /** @internal */
1916
+ export const GetListingsByLocationType$inboundSchema: z.ZodNativeEnum<
1917
+ typeof GetListingsByLocationType
1918
+ > = z.nativeEnum(GetListingsByLocationType);
1919
+
1920
+ /** @internal */
1921
+ export const GetListingsByLocationType$outboundSchema: z.ZodNativeEnum<
1922
+ typeof GetListingsByLocationType
1923
+ > = GetListingsByLocationType$inboundSchema;
1924
+
1925
+ /**
1926
+ * @internal
1927
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1928
+ */
1929
+ export namespace GetListingsByLocationType$ {
1930
+ /** @deprecated use `GetListingsByLocationType$inboundSchema` instead. */
1931
+ export const inboundSchema = GetListingsByLocationType$inboundSchema;
1932
+ /** @deprecated use `GetListingsByLocationType$outboundSchema` instead. */
1933
+ export const outboundSchema = GetListingsByLocationType$outboundSchema;
1934
+ }
1935
+
1936
+ /** @internal */
1937
+ export const GetListingsByLocationResult$inboundSchema: z.ZodType<
1938
+ GetListingsByLocationResult,
1939
+ z.ZodTypeDef,
1940
+ unknown
1941
+ > = z.object({
1942
+ address: z.lazy(() => GetListingsByLocationAddress$inboundSchema),
1943
+ agent: z.nullable(z.lazy(() => GetListingsByLocationAgent$inboundSchema))
1944
+ .optional(),
1945
+ baths: z.nullable(z.number()).optional(),
1946
+ beds: z.nullable(z.number()).optional(),
1947
+ brochureImages: z.array(
1948
+ z.lazy(() => GetListingsByLocationBrochureImages$inboundSchema),
1949
+ ).optional(),
1950
+ category: GetListingsByLocationCategory$inboundSchema,
1951
+ createdAt: z.string().datetime({ offset: true }).transform(v => new Date(v))
1952
+ .optional(),
1953
+ currency: z.string().default("GBP"),
1954
+ displayAddress: z.string().optional(),
1955
+ energyRatingImages: z.array(
1956
+ z.lazy(() => GetListingsByLocationEnergyRatingImages$inboundSchema),
1957
+ ).optional(),
1958
+ features: z.nullable(
1959
+ z.array(z.lazy(() => GetListingsByLocationFeatures$inboundSchema)),
1960
+ ).optional(),
1961
+ floorPlanImages: z.array(
1962
+ z.lazy(() => GetListingsByLocationFloorPlanImages$inboundSchema),
1963
+ ).optional(),
1964
+ id: z.string(),
1965
+ images: z.array(z.lazy(() => GetListingsByLocationImages$inboundSchema))
1966
+ .optional(),
1967
+ isAuction: z.boolean().optional(),
1968
+ isNewBuild: z.boolean().optional(),
1969
+ isRetirement: z.boolean().optional(),
1970
+ isSharedOwnership: z.boolean().optional(),
1971
+ key: z.string(),
1972
+ lat: z.number().optional(),
1973
+ lng: z.number().optional(),
1974
+ locationId: z.nullable(z.string()).optional(),
1975
+ narratives: z.nullable(
1976
+ z.array(z.lazy(() => GetListingsByLocationNarratives$inboundSchema)),
1977
+ ).optional(),
1978
+ price: z.number(),
1979
+ priceHistory: z.array(
1980
+ z.lazy(() => GetListingsByLocationPriceHistory$inboundSchema),
1981
+ ).optional(),
1982
+ propertyType: z.string(),
1983
+ provider: z.string(),
1984
+ publishedDate: z.string().datetime({ offset: true }).transform(v =>
1985
+ new Date(v)
1986
+ ),
1987
+ receptions: z.nullable(z.number()).optional(),
1988
+ removedDate: z.nullable(
1989
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
1990
+ ).optional(),
1991
+ spatial: z.nullable(
1992
+ z.lazy(() => GetListingsByLocationGeoJSONPoint$inboundSchema),
1993
+ ).optional(),
1994
+ status: GetListingsByLocationStatus$inboundSchema,
1995
+ subPropertyType: z.nullable(z.string()).optional(),
1996
+ type: GetListingsByLocationType$inboundSchema,
1997
+ updatedAt: z.string().datetime({ offset: true }).transform(v => new Date(v))
1998
+ .optional(),
1999
+ });
2000
+
2001
+ /** @internal */
2002
+ export type GetListingsByLocationResult$Outbound = {
2003
+ address: GetListingsByLocationAddress$Outbound;
2004
+ agent?: GetListingsByLocationAgent$Outbound | null | undefined;
2005
+ baths?: number | null | undefined;
2006
+ beds?: number | null | undefined;
2007
+ brochureImages?:
2008
+ | Array<GetListingsByLocationBrochureImages$Outbound>
2009
+ | undefined;
2010
+ category: string;
2011
+ createdAt?: string | undefined;
2012
+ currency: string;
2013
+ displayAddress?: string | undefined;
2014
+ energyRatingImages?:
2015
+ | Array<GetListingsByLocationEnergyRatingImages$Outbound>
2016
+ | undefined;
2017
+ features?: Array<GetListingsByLocationFeatures$Outbound> | null | undefined;
2018
+ floorPlanImages?:
2019
+ | Array<GetListingsByLocationFloorPlanImages$Outbound>
2020
+ | undefined;
2021
+ id: string;
2022
+ images?: Array<GetListingsByLocationImages$Outbound> | undefined;
2023
+ isAuction?: boolean | undefined;
2024
+ isNewBuild?: boolean | undefined;
2025
+ isRetirement?: boolean | undefined;
2026
+ isSharedOwnership?: boolean | undefined;
2027
+ key: string;
2028
+ lat?: number | undefined;
2029
+ lng?: number | undefined;
2030
+ locationId?: string | null | undefined;
2031
+ narratives?:
2032
+ | Array<GetListingsByLocationNarratives$Outbound>
2033
+ | null
2034
+ | undefined;
2035
+ price: number;
2036
+ priceHistory?: Array<GetListingsByLocationPriceHistory$Outbound> | undefined;
2037
+ propertyType: string;
2038
+ provider: string;
2039
+ publishedDate: string;
2040
+ receptions?: number | null | undefined;
2041
+ removedDate?: string | null | undefined;
2042
+ spatial?: GetListingsByLocationGeoJSONPoint$Outbound | null | undefined;
2043
+ status: string;
2044
+ subPropertyType?: string | null | undefined;
2045
+ type: string;
2046
+ updatedAt?: string | undefined;
2047
+ };
2048
+
2049
+ /** @internal */
2050
+ export const GetListingsByLocationResult$outboundSchema: z.ZodType<
2051
+ GetListingsByLocationResult$Outbound,
2052
+ z.ZodTypeDef,
2053
+ GetListingsByLocationResult
2054
+ > = z.object({
2055
+ address: z.lazy(() => GetListingsByLocationAddress$outboundSchema),
2056
+ agent: z.nullable(z.lazy(() => GetListingsByLocationAgent$outboundSchema))
2057
+ .optional(),
2058
+ baths: z.nullable(z.number()).optional(),
2059
+ beds: z.nullable(z.number()).optional(),
2060
+ brochureImages: z.array(
2061
+ z.lazy(() => GetListingsByLocationBrochureImages$outboundSchema),
2062
+ ).optional(),
2063
+ category: GetListingsByLocationCategory$outboundSchema,
2064
+ createdAt: z.date().transform(v => v.toISOString()).optional(),
2065
+ currency: z.string().default("GBP"),
2066
+ displayAddress: z.string().optional(),
2067
+ energyRatingImages: z.array(
2068
+ z.lazy(() => GetListingsByLocationEnergyRatingImages$outboundSchema),
2069
+ ).optional(),
2070
+ features: z.nullable(
2071
+ z.array(z.lazy(() => GetListingsByLocationFeatures$outboundSchema)),
2072
+ ).optional(),
2073
+ floorPlanImages: z.array(
2074
+ z.lazy(() => GetListingsByLocationFloorPlanImages$outboundSchema),
2075
+ ).optional(),
2076
+ id: z.string(),
2077
+ images: z.array(z.lazy(() => GetListingsByLocationImages$outboundSchema))
2078
+ .optional(),
2079
+ isAuction: z.boolean().optional(),
2080
+ isNewBuild: z.boolean().optional(),
2081
+ isRetirement: z.boolean().optional(),
2082
+ isSharedOwnership: z.boolean().optional(),
2083
+ key: z.string(),
2084
+ lat: z.number().optional(),
2085
+ lng: z.number().optional(),
2086
+ locationId: z.nullable(z.string()).optional(),
2087
+ narratives: z.nullable(
2088
+ z.array(z.lazy(() => GetListingsByLocationNarratives$outboundSchema)),
2089
+ ).optional(),
2090
+ price: z.number(),
2091
+ priceHistory: z.array(
2092
+ z.lazy(() => GetListingsByLocationPriceHistory$outboundSchema),
2093
+ ).optional(),
2094
+ propertyType: z.string(),
2095
+ provider: z.string(),
2096
+ publishedDate: z.date().transform(v => v.toISOString()),
2097
+ receptions: z.nullable(z.number()).optional(),
2098
+ removedDate: z.nullable(z.date().transform(v => v.toISOString())).optional(),
2099
+ spatial: z.nullable(
2100
+ z.lazy(() => GetListingsByLocationGeoJSONPoint$outboundSchema),
2101
+ ).optional(),
2102
+ status: GetListingsByLocationStatus$outboundSchema,
2103
+ subPropertyType: z.nullable(z.string()).optional(),
2104
+ type: GetListingsByLocationType$outboundSchema,
2105
+ updatedAt: z.date().transform(v => v.toISOString()).optional(),
2106
+ });
2107
+
2108
+ /**
2109
+ * @internal
2110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2111
+ */
2112
+ export namespace GetListingsByLocationResult$ {
2113
+ /** @deprecated use `GetListingsByLocationResult$inboundSchema` instead. */
2114
+ export const inboundSchema = GetListingsByLocationResult$inboundSchema;
2115
+ /** @deprecated use `GetListingsByLocationResult$outboundSchema` instead. */
2116
+ export const outboundSchema = GetListingsByLocationResult$outboundSchema;
2117
+ /** @deprecated use `GetListingsByLocationResult$Outbound` instead. */
2118
+ export type Outbound = GetListingsByLocationResult$Outbound;
2119
+ }
2120
+
2121
+ export function getListingsByLocationResultToJSON(
2122
+ getListingsByLocationResult: GetListingsByLocationResult,
2123
+ ): string {
2124
+ return JSON.stringify(
2125
+ GetListingsByLocationResult$outboundSchema.parse(
2126
+ getListingsByLocationResult,
2127
+ ),
2128
+ );
2129
+ }
2130
+
2131
+ export function getListingsByLocationResultFromJSON(
2132
+ jsonString: string,
2133
+ ): SafeParseResult<GetListingsByLocationResult, SDKValidationError> {
2134
+ return safeParse(
2135
+ jsonString,
2136
+ (x) => GetListingsByLocationResult$inboundSchema.parse(JSON.parse(x)),
2137
+ `Failed to parse 'GetListingsByLocationResult' from JSON`,
2138
+ );
2139
+ }
2140
+
2141
+ /** @internal */
2142
+ export const GetListingsByLocationResponseBody$inboundSchema: z.ZodType<
2143
+ GetListingsByLocationResponseBody,
2144
+ z.ZodTypeDef,
2145
+ unknown
2146
+ > = z.object({
2147
+ result: z.array(z.lazy(() => GetListingsByLocationResult$inboundSchema)),
2148
+ size: z.number(),
2149
+ success: z.boolean(),
2150
+ totalSize: z.number().optional(),
2151
+ });
2152
+
2153
+ /** @internal */
2154
+ export type GetListingsByLocationResponseBody$Outbound = {
2155
+ result: Array<GetListingsByLocationResult$Outbound>;
2156
+ size: number;
2157
+ success: boolean;
2158
+ totalSize?: number | undefined;
2159
+ };
2160
+
2161
+ /** @internal */
2162
+ export const GetListingsByLocationResponseBody$outboundSchema: z.ZodType<
2163
+ GetListingsByLocationResponseBody$Outbound,
2164
+ z.ZodTypeDef,
2165
+ GetListingsByLocationResponseBody
2166
+ > = z.object({
2167
+ result: z.array(z.lazy(() => GetListingsByLocationResult$outboundSchema)),
2168
+ size: z.number(),
2169
+ success: z.boolean(),
2170
+ totalSize: z.number().optional(),
2171
+ });
2172
+
2173
+ /**
2174
+ * @internal
2175
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2176
+ */
2177
+ export namespace GetListingsByLocationResponseBody$ {
2178
+ /** @deprecated use `GetListingsByLocationResponseBody$inboundSchema` instead. */
2179
+ export const inboundSchema = GetListingsByLocationResponseBody$inboundSchema;
2180
+ /** @deprecated use `GetListingsByLocationResponseBody$outboundSchema` instead. */
2181
+ export const outboundSchema =
2182
+ GetListingsByLocationResponseBody$outboundSchema;
2183
+ /** @deprecated use `GetListingsByLocationResponseBody$Outbound` instead. */
2184
+ export type Outbound = GetListingsByLocationResponseBody$Outbound;
2185
+ }
2186
+
2187
+ export function getListingsByLocationResponseBodyToJSON(
2188
+ getListingsByLocationResponseBody: GetListingsByLocationResponseBody,
2189
+ ): string {
2190
+ return JSON.stringify(
2191
+ GetListingsByLocationResponseBody$outboundSchema.parse(
2192
+ getListingsByLocationResponseBody,
2193
+ ),
2194
+ );
2195
+ }
2196
+
2197
+ export function getListingsByLocationResponseBodyFromJSON(
2198
+ jsonString: string,
2199
+ ): SafeParseResult<GetListingsByLocationResponseBody, SDKValidationError> {
2200
+ return safeParse(
2201
+ jsonString,
2202
+ (x) => GetListingsByLocationResponseBody$inboundSchema.parse(JSON.parse(x)),
2203
+ `Failed to parse 'GetListingsByLocationResponseBody' from JSON`,
2204
+ );
2205
+ }
2206
+
2207
+ /** @internal */
2208
+ export const GetListingsByLocationResponse$inboundSchema: z.ZodType<
2209
+ GetListingsByLocationResponse,
2210
+ z.ZodTypeDef,
2211
+ unknown
2212
+ > = z.union([
2213
+ z.lazy(() => GetListingsByLocationResponseBody$inboundSchema),
2214
+ z.lazy(() => GetListingsByLocationListingsResponseBody$inboundSchema),
2215
+ ]);
2216
+
2217
+ /** @internal */
2218
+ export type GetListingsByLocationResponse$Outbound =
2219
+ | GetListingsByLocationResponseBody$Outbound
2220
+ | GetListingsByLocationListingsResponseBody$Outbound;
2221
+
2222
+ /** @internal */
2223
+ export const GetListingsByLocationResponse$outboundSchema: z.ZodType<
2224
+ GetListingsByLocationResponse$Outbound,
2225
+ z.ZodTypeDef,
2226
+ GetListingsByLocationResponse
2227
+ > = z.union([
2228
+ z.lazy(() => GetListingsByLocationResponseBody$outboundSchema),
2229
+ z.lazy(() => GetListingsByLocationListingsResponseBody$outboundSchema),
2230
+ ]);
2231
+
2232
+ /**
2233
+ * @internal
2234
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2235
+ */
2236
+ export namespace GetListingsByLocationResponse$ {
2237
+ /** @deprecated use `GetListingsByLocationResponse$inboundSchema` instead. */
2238
+ export const inboundSchema = GetListingsByLocationResponse$inboundSchema;
2239
+ /** @deprecated use `GetListingsByLocationResponse$outboundSchema` instead. */
2240
+ export const outboundSchema = GetListingsByLocationResponse$outboundSchema;
2241
+ /** @deprecated use `GetListingsByLocationResponse$Outbound` instead. */
2242
+ export type Outbound = GetListingsByLocationResponse$Outbound;
2243
+ }
2244
+
2245
+ export function getListingsByLocationResponseToJSON(
2246
+ getListingsByLocationResponse: GetListingsByLocationResponse,
2247
+ ): string {
2248
+ return JSON.stringify(
2249
+ GetListingsByLocationResponse$outboundSchema.parse(
2250
+ getListingsByLocationResponse,
2251
+ ),
2252
+ );
2253
+ }
2254
+
2255
+ export function getListingsByLocationResponseFromJSON(
2256
+ jsonString: string,
2257
+ ): SafeParseResult<GetListingsByLocationResponse, SDKValidationError> {
2258
+ return safeParse(
2259
+ jsonString,
2260
+ (x) => GetListingsByLocationResponse$inboundSchema.parse(JSON.parse(x)),
2261
+ `Failed to parse 'GetListingsByLocationResponse' from JSON`,
2262
+ );
2263
+ }