@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,1335 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ /**
6
+ * Force aggregation from multiple sources
7
+ */
8
+ export declare const QueryParamForceAggregate: {
9
+ readonly True: "true";
10
+ readonly False: "false";
11
+ };
12
+ /**
13
+ * Force aggregation from multiple sources
14
+ */
15
+ export type QueryParamForceAggregate = ClosedEnum<typeof QueryParamForceAggregate>;
16
+ export type GetListingsByLocationRequest = {
17
+ /**
18
+ * Force aggregation from multiple sources
19
+ */
20
+ forceAggregate?: QueryParamForceAggregate | undefined;
21
+ /**
22
+ * Location ID or comma-separated list of location IDs
23
+ */
24
+ locationId: string;
25
+ };
26
+ /**
27
+ * Error type category
28
+ */
29
+ export declare const GetListingsByLocationListingsType: {
30
+ readonly ApiError: "api_error";
31
+ readonly InvalidRequestError: "invalid_request_error";
32
+ readonly AuthenticationError: "authentication_error";
33
+ readonly RateLimitError: "rate_limit_error";
34
+ };
35
+ /**
36
+ * Error type category
37
+ */
38
+ export type GetListingsByLocationListingsType = ClosedEnum<typeof GetListingsByLocationListingsType>;
39
+ export type GetListingsByLocationError = {
40
+ /**
41
+ * Machine-readable error code
42
+ */
43
+ code?: string | undefined;
44
+ /**
45
+ * URL to relevant documentation
46
+ */
47
+ docUrl?: string | undefined;
48
+ /**
49
+ * Human-readable error message
50
+ */
51
+ message: string;
52
+ /**
53
+ * Parameter that caused the error
54
+ */
55
+ param?: string | undefined;
56
+ /**
57
+ * Error type category
58
+ */
59
+ type: GetListingsByLocationListingsType;
60
+ };
61
+ /**
62
+ * Error response
63
+ */
64
+ export type GetListingsByLocationListingsResponseBody = {
65
+ error: GetListingsByLocationError;
66
+ };
67
+ /**
68
+ * Listing address
69
+ */
70
+ export type GetListingsByLocationAddress = {
71
+ /**
72
+ * City
73
+ */
74
+ city?: string | undefined;
75
+ /**
76
+ * Country code
77
+ */
78
+ country?: string | undefined;
79
+ /**
80
+ * District
81
+ */
82
+ district?: string | undefined;
83
+ /**
84
+ * Postcode incode
85
+ */
86
+ incode?: string | undefined;
87
+ /**
88
+ * Original address string from source
89
+ */
90
+ originalAddress: string;
91
+ /**
92
+ * Postcode outcode
93
+ */
94
+ outcode?: string | undefined;
95
+ /**
96
+ * UK postcode
97
+ */
98
+ postcode: string;
99
+ /**
100
+ * Property number
101
+ */
102
+ propertyNumber?: string | undefined;
103
+ /**
104
+ * Region
105
+ */
106
+ region?: string | undefined;
107
+ /**
108
+ * Street name
109
+ */
110
+ street?: string | undefined;
111
+ };
112
+ /**
113
+ * Agent information
114
+ */
115
+ export type GetListingsByLocationAgent = {
116
+ /**
117
+ * Agency address
118
+ */
119
+ address?: string | undefined;
120
+ /**
121
+ * Provider's agency ID
122
+ */
123
+ agencyId?: string | undefined;
124
+ /**
125
+ * Agency name
126
+ */
127
+ agencyName?: string | undefined;
128
+ /**
129
+ * Provider's agent ID
130
+ */
131
+ agentId?: string | undefined;
132
+ /**
133
+ * Agent name
134
+ */
135
+ agentName?: string | undefined;
136
+ /**
137
+ * Provider's branch ID
138
+ */
139
+ branchId?: string | undefined;
140
+ /**
141
+ * Branch name
142
+ */
143
+ branchName?: string | undefined;
144
+ /**
145
+ * Contact email
146
+ */
147
+ email?: string | undefined;
148
+ /**
149
+ * Additional email addresses
150
+ */
151
+ emails?: Array<string> | undefined;
152
+ /**
153
+ * Contact phone
154
+ */
155
+ phone?: string | undefined;
156
+ /**
157
+ * Additional phone numbers
158
+ */
159
+ phones?: Array<string> | undefined;
160
+ /**
161
+ * Agency postcode
162
+ */
163
+ postcode?: string | undefined;
164
+ /**
165
+ * Agency website
166
+ */
167
+ website?: string | undefined;
168
+ };
169
+ /**
170
+ * Type of image
171
+ */
172
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType: {
173
+ readonly Standard: "standard";
174
+ readonly Floorplan: "floorplan";
175
+ readonly Epc: "epc";
176
+ readonly Brochure: "brochure";
177
+ };
178
+ /**
179
+ * Type of image
180
+ */
181
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType = ClosedEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType>;
182
+ /**
183
+ * Listing image
184
+ */
185
+ export type GetListingsByLocationBrochureImages = {
186
+ /**
187
+ * Image caption
188
+ */
189
+ caption?: string | undefined;
190
+ /**
191
+ * Display order
192
+ */
193
+ order?: number | undefined;
194
+ /**
195
+ * Type of image
196
+ */
197
+ type?: GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType | undefined;
198
+ /**
199
+ * Image URL
200
+ */
201
+ url: string;
202
+ };
203
+ /**
204
+ * Property category
205
+ */
206
+ export declare const GetListingsByLocationCategory: {
207
+ readonly Residential: "residential";
208
+ readonly Commercial: "commercial";
209
+ };
210
+ /**
211
+ * Property category
212
+ */
213
+ export type GetListingsByLocationCategory = ClosedEnum<typeof GetListingsByLocationCategory>;
214
+ /**
215
+ * Type of image
216
+ */
217
+ export declare const GetListingsByLocationListingsResponseType: {
218
+ readonly Standard: "standard";
219
+ readonly Floorplan: "floorplan";
220
+ readonly Epc: "epc";
221
+ readonly Brochure: "brochure";
222
+ };
223
+ /**
224
+ * Type of image
225
+ */
226
+ export type GetListingsByLocationListingsResponseType = ClosedEnum<typeof GetListingsByLocationListingsResponseType>;
227
+ /**
228
+ * Listing image
229
+ */
230
+ export type GetListingsByLocationEnergyRatingImages = {
231
+ /**
232
+ * Image caption
233
+ */
234
+ caption?: string | undefined;
235
+ /**
236
+ * Display order
237
+ */
238
+ order?: number | undefined;
239
+ /**
240
+ * Type of image
241
+ */
242
+ type?: GetListingsByLocationListingsResponseType | undefined;
243
+ /**
244
+ * Image URL
245
+ */
246
+ url: string;
247
+ };
248
+ /**
249
+ * Property feature
250
+ */
251
+ export type GetListingsByLocationFeatures = {
252
+ /**
253
+ * Feature identifier
254
+ */
255
+ featureId: string;
256
+ /**
257
+ * Feature value
258
+ */
259
+ value: string;
260
+ };
261
+ /**
262
+ * Type of image
263
+ */
264
+ export declare const GetListingsByLocationListingsResponse200Type: {
265
+ readonly Standard: "standard";
266
+ readonly Floorplan: "floorplan";
267
+ readonly Epc: "epc";
268
+ readonly Brochure: "brochure";
269
+ };
270
+ /**
271
+ * Type of image
272
+ */
273
+ export type GetListingsByLocationListingsResponse200Type = ClosedEnum<typeof GetListingsByLocationListingsResponse200Type>;
274
+ /**
275
+ * Listing image
276
+ */
277
+ export type GetListingsByLocationFloorPlanImages = {
278
+ /**
279
+ * Image caption
280
+ */
281
+ caption?: string | undefined;
282
+ /**
283
+ * Display order
284
+ */
285
+ order?: number | undefined;
286
+ /**
287
+ * Type of image
288
+ */
289
+ type?: GetListingsByLocationListingsResponse200Type | undefined;
290
+ /**
291
+ * Image URL
292
+ */
293
+ url: string;
294
+ };
295
+ /**
296
+ * Type of image
297
+ */
298
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONType: {
299
+ readonly Standard: "standard";
300
+ readonly Floorplan: "floorplan";
301
+ readonly Epc: "epc";
302
+ readonly Brochure: "brochure";
303
+ };
304
+ /**
305
+ * Type of image
306
+ */
307
+ export type GetListingsByLocationListingsResponse200ApplicationJSONType = ClosedEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONType>;
308
+ /**
309
+ * Listing image
310
+ */
311
+ export type GetListingsByLocationImages = {
312
+ /**
313
+ * Image caption
314
+ */
315
+ caption?: string | undefined;
316
+ /**
317
+ * Display order
318
+ */
319
+ order?: number | undefined;
320
+ /**
321
+ * Type of image
322
+ */
323
+ type?: GetListingsByLocationListingsResponse200ApplicationJSONType | undefined;
324
+ /**
325
+ * Image URL
326
+ */
327
+ url: string;
328
+ };
329
+ /**
330
+ * Narrative content (string or array of strings)
331
+ */
332
+ export type GetListingsByLocationContent = string | Array<string> | any;
333
+ /**
334
+ * Type of narrative content
335
+ */
336
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType: {
337
+ readonly Summary: "summary";
338
+ readonly Description: "description";
339
+ readonly Features: "features";
340
+ readonly Location: "location";
341
+ readonly Other: "other";
342
+ };
343
+ /**
344
+ * Type of narrative content
345
+ */
346
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType>;
347
+ /**
348
+ * Listing narrative content
349
+ */
350
+ export type GetListingsByLocationNarratives = {
351
+ /**
352
+ * Narrative content (string or array of strings)
353
+ */
354
+ content?: string | Array<string> | any | null | undefined;
355
+ /**
356
+ * Type of narrative content
357
+ */
358
+ type: GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType;
359
+ };
360
+ /**
361
+ * Direction of price change
362
+ */
363
+ export declare const GetListingsByLocationDirection: {
364
+ readonly Increase: "increase";
365
+ readonly Decrease: "decrease";
366
+ readonly Nochange: "nochange";
367
+ };
368
+ /**
369
+ * Direction of price change
370
+ */
371
+ export type GetListingsByLocationDirection = ClosedEnum<typeof GetListingsByLocationDirection>;
372
+ /**
373
+ * Price change record
374
+ */
375
+ export type GetListingsByLocationPriceHistory = {
376
+ /**
377
+ * Price change amount in pence
378
+ */
379
+ amount?: number | undefined;
380
+ /**
381
+ * Date of price change
382
+ */
383
+ date: Date;
384
+ /**
385
+ * Direction of price change
386
+ */
387
+ direction?: GetListingsByLocationDirection | undefined;
388
+ /**
389
+ * Previous price in pence
390
+ */
391
+ oldPrice?: number | undefined;
392
+ /**
393
+ * Price change percentage
394
+ */
395
+ percent?: number | undefined;
396
+ /**
397
+ * New price in pence
398
+ */
399
+ price: number;
400
+ };
401
+ /**
402
+ * GeoJSON geometry type
403
+ */
404
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType: {
405
+ readonly Point: "Point";
406
+ };
407
+ /**
408
+ * GeoJSON geometry type
409
+ */
410
+ export type GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType = ClosedEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType>;
411
+ /**
412
+ * GeoJSON point geometry
413
+ */
414
+ export type GetListingsByLocationGeoJSONPoint = {
415
+ /**
416
+ * Coordinate pair [longitude, latitude]
417
+ */
418
+ coordinates: Array<number>;
419
+ /**
420
+ * GeoJSON geometry type
421
+ */
422
+ type: GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType;
423
+ };
424
+ /**
425
+ * Current status of the listing
426
+ */
427
+ export declare const GetListingsByLocationStatus: {
428
+ readonly Live: "live";
429
+ readonly Archived: "archived";
430
+ readonly Removed: "removed";
431
+ };
432
+ /**
433
+ * Current status of the listing
434
+ */
435
+ export type GetListingsByLocationStatus = ClosedEnum<typeof GetListingsByLocationStatus>;
436
+ /**
437
+ * Whether listing is for sale or rent
438
+ */
439
+ export declare const GetListingsByLocationType: {
440
+ readonly Sale: "sale";
441
+ readonly Rent: "rent";
442
+ };
443
+ /**
444
+ * Whether listing is for sale or rent
445
+ */
446
+ export type GetListingsByLocationType = ClosedEnum<typeof GetListingsByLocationType>;
447
+ /**
448
+ * Property listing
449
+ */
450
+ export type GetListingsByLocationResult = {
451
+ /**
452
+ * Listing address
453
+ */
454
+ address: GetListingsByLocationAddress;
455
+ /**
456
+ * Agent information
457
+ */
458
+ agent?: GetListingsByLocationAgent | null | undefined;
459
+ /**
460
+ * Number of bathrooms
461
+ */
462
+ baths?: number | null | undefined;
463
+ /**
464
+ * Number of bedrooms
465
+ */
466
+ beds?: number | null | undefined;
467
+ /**
468
+ * Brochure images
469
+ */
470
+ brochureImages?: Array<GetListingsByLocationBrochureImages> | undefined;
471
+ /**
472
+ * Property category
473
+ */
474
+ category: GetListingsByLocationCategory;
475
+ /**
476
+ * Record creation timestamp
477
+ */
478
+ createdAt?: Date | undefined;
479
+ /**
480
+ * Currency code
481
+ */
482
+ currency?: string | undefined;
483
+ /**
484
+ * Formatted display address
485
+ */
486
+ displayAddress?: string | undefined;
487
+ /**
488
+ * EPC images
489
+ */
490
+ energyRatingImages?: Array<GetListingsByLocationEnergyRatingImages> | undefined;
491
+ /**
492
+ * Property features
493
+ */
494
+ features?: Array<GetListingsByLocationFeatures> | null | undefined;
495
+ /**
496
+ * Floor plan images
497
+ */
498
+ floorPlanImages?: Array<GetListingsByLocationFloorPlanImages> | undefined;
499
+ /**
500
+ * Unique listing identifier
501
+ */
502
+ id: string;
503
+ /**
504
+ * Property images
505
+ */
506
+ images?: Array<GetListingsByLocationImages> | undefined;
507
+ /**
508
+ * Auction property
509
+ */
510
+ isAuction?: boolean | undefined;
511
+ /**
512
+ * New build property
513
+ */
514
+ isNewBuild?: boolean | undefined;
515
+ /**
516
+ * Retirement property
517
+ */
518
+ isRetirement?: boolean | undefined;
519
+ /**
520
+ * Shared ownership
521
+ */
522
+ isSharedOwnership?: boolean | undefined;
523
+ /**
524
+ * Provider's listing reference
525
+ */
526
+ key: string;
527
+ /**
528
+ * Latitude
529
+ */
530
+ lat?: number | undefined;
531
+ /**
532
+ * Longitude
533
+ */
534
+ lng?: number | undefined;
535
+ /**
536
+ * Location identifier
537
+ */
538
+ locationId?: string | null | undefined;
539
+ /**
540
+ * Descriptive content
541
+ */
542
+ narratives?: Array<GetListingsByLocationNarratives> | null | undefined;
543
+ /**
544
+ * Current price in pence
545
+ */
546
+ price: number;
547
+ /**
548
+ * Price change history
549
+ */
550
+ priceHistory?: Array<GetListingsByLocationPriceHistory> | undefined;
551
+ /**
552
+ * Property type
553
+ */
554
+ propertyType: string;
555
+ /**
556
+ * Data provider
557
+ */
558
+ provider: string;
559
+ /**
560
+ * Date listing was published
561
+ */
562
+ publishedDate: Date;
563
+ /**
564
+ * Number of reception rooms
565
+ */
566
+ receptions?: number | null | undefined;
567
+ /**
568
+ * Date listing was removed
569
+ */
570
+ removedDate?: Date | null | undefined;
571
+ /**
572
+ * GeoJSON point geometry
573
+ */
574
+ spatial?: GetListingsByLocationGeoJSONPoint | null | undefined;
575
+ /**
576
+ * Current status of the listing
577
+ */
578
+ status: GetListingsByLocationStatus;
579
+ /**
580
+ * Property sub-type
581
+ */
582
+ subPropertyType?: string | null | undefined;
583
+ /**
584
+ * Whether listing is for sale or rent
585
+ */
586
+ type: GetListingsByLocationType;
587
+ /**
588
+ * Record last update timestamp
589
+ */
590
+ updatedAt?: Date | undefined;
591
+ };
592
+ /**
593
+ * Multiple listings response
594
+ */
595
+ export type GetListingsByLocationResponseBody = {
596
+ /**
597
+ * Array of listings
598
+ */
599
+ result: Array<GetListingsByLocationResult>;
600
+ /**
601
+ * Number of listings returned
602
+ */
603
+ size: number;
604
+ /**
605
+ * Request success status
606
+ */
607
+ success: boolean;
608
+ /**
609
+ * Total number of matching listings
610
+ */
611
+ totalSize?: number | undefined;
612
+ };
613
+ export type GetListingsByLocationResponse = GetListingsByLocationResponseBody | GetListingsByLocationListingsResponseBody;
614
+ /** @internal */
615
+ export declare const QueryParamForceAggregate$inboundSchema: z.ZodNativeEnum<typeof QueryParamForceAggregate>;
616
+ /** @internal */
617
+ export declare const QueryParamForceAggregate$outboundSchema: z.ZodNativeEnum<typeof QueryParamForceAggregate>;
618
+ /**
619
+ * @internal
620
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
621
+ */
622
+ export declare namespace QueryParamForceAggregate$ {
623
+ /** @deprecated use `QueryParamForceAggregate$inboundSchema` instead. */
624
+ const inboundSchema: z.ZodNativeEnum<{
625
+ readonly True: "true";
626
+ readonly False: "false";
627
+ }>;
628
+ /** @deprecated use `QueryParamForceAggregate$outboundSchema` instead. */
629
+ const outboundSchema: z.ZodNativeEnum<{
630
+ readonly True: "true";
631
+ readonly False: "false";
632
+ }>;
633
+ }
634
+ /** @internal */
635
+ export declare const GetListingsByLocationRequest$inboundSchema: z.ZodType<GetListingsByLocationRequest, z.ZodTypeDef, unknown>;
636
+ /** @internal */
637
+ export type GetListingsByLocationRequest$Outbound = {
638
+ forceAggregate: string;
639
+ locationId: string;
640
+ };
641
+ /** @internal */
642
+ export declare const GetListingsByLocationRequest$outboundSchema: z.ZodType<GetListingsByLocationRequest$Outbound, z.ZodTypeDef, GetListingsByLocationRequest>;
643
+ /**
644
+ * @internal
645
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
646
+ */
647
+ export declare namespace GetListingsByLocationRequest$ {
648
+ /** @deprecated use `GetListingsByLocationRequest$inboundSchema` instead. */
649
+ const inboundSchema: z.ZodType<GetListingsByLocationRequest, z.ZodTypeDef, unknown>;
650
+ /** @deprecated use `GetListingsByLocationRequest$outboundSchema` instead. */
651
+ const outboundSchema: z.ZodType<GetListingsByLocationRequest$Outbound, z.ZodTypeDef, GetListingsByLocationRequest>;
652
+ /** @deprecated use `GetListingsByLocationRequest$Outbound` instead. */
653
+ type Outbound = GetListingsByLocationRequest$Outbound;
654
+ }
655
+ export declare function getListingsByLocationRequestToJSON(getListingsByLocationRequest: GetListingsByLocationRequest): string;
656
+ export declare function getListingsByLocationRequestFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationRequest, SDKValidationError>;
657
+ /** @internal */
658
+ export declare const GetListingsByLocationListingsType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsType>;
659
+ /** @internal */
660
+ export declare const GetListingsByLocationListingsType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsType>;
661
+ /**
662
+ * @internal
663
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
664
+ */
665
+ export declare namespace GetListingsByLocationListingsType$ {
666
+ /** @deprecated use `GetListingsByLocationListingsType$inboundSchema` instead. */
667
+ const inboundSchema: z.ZodNativeEnum<{
668
+ readonly ApiError: "api_error";
669
+ readonly InvalidRequestError: "invalid_request_error";
670
+ readonly AuthenticationError: "authentication_error";
671
+ readonly RateLimitError: "rate_limit_error";
672
+ }>;
673
+ /** @deprecated use `GetListingsByLocationListingsType$outboundSchema` instead. */
674
+ const outboundSchema: z.ZodNativeEnum<{
675
+ readonly ApiError: "api_error";
676
+ readonly InvalidRequestError: "invalid_request_error";
677
+ readonly AuthenticationError: "authentication_error";
678
+ readonly RateLimitError: "rate_limit_error";
679
+ }>;
680
+ }
681
+ /** @internal */
682
+ export declare const GetListingsByLocationError$inboundSchema: z.ZodType<GetListingsByLocationError, z.ZodTypeDef, unknown>;
683
+ /** @internal */
684
+ export type GetListingsByLocationError$Outbound = {
685
+ code?: string | undefined;
686
+ doc_url?: string | undefined;
687
+ message: string;
688
+ param?: string | undefined;
689
+ type: string;
690
+ };
691
+ /** @internal */
692
+ export declare const GetListingsByLocationError$outboundSchema: z.ZodType<GetListingsByLocationError$Outbound, z.ZodTypeDef, GetListingsByLocationError>;
693
+ /**
694
+ * @internal
695
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
696
+ */
697
+ export declare namespace GetListingsByLocationError$ {
698
+ /** @deprecated use `GetListingsByLocationError$inboundSchema` instead. */
699
+ const inboundSchema: z.ZodType<GetListingsByLocationError, z.ZodTypeDef, unknown>;
700
+ /** @deprecated use `GetListingsByLocationError$outboundSchema` instead. */
701
+ const outboundSchema: z.ZodType<GetListingsByLocationError$Outbound, z.ZodTypeDef, GetListingsByLocationError>;
702
+ /** @deprecated use `GetListingsByLocationError$Outbound` instead. */
703
+ type Outbound = GetListingsByLocationError$Outbound;
704
+ }
705
+ export declare function getListingsByLocationErrorToJSON(getListingsByLocationError: GetListingsByLocationError): string;
706
+ export declare function getListingsByLocationErrorFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationError, SDKValidationError>;
707
+ /** @internal */
708
+ export declare const GetListingsByLocationListingsResponseBody$inboundSchema: z.ZodType<GetListingsByLocationListingsResponseBody, z.ZodTypeDef, unknown>;
709
+ /** @internal */
710
+ export type GetListingsByLocationListingsResponseBody$Outbound = {
711
+ error: GetListingsByLocationError$Outbound;
712
+ };
713
+ /** @internal */
714
+ export declare const GetListingsByLocationListingsResponseBody$outboundSchema: z.ZodType<GetListingsByLocationListingsResponseBody$Outbound, z.ZodTypeDef, GetListingsByLocationListingsResponseBody>;
715
+ /**
716
+ * @internal
717
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
718
+ */
719
+ export declare namespace GetListingsByLocationListingsResponseBody$ {
720
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$inboundSchema` instead. */
721
+ const inboundSchema: z.ZodType<GetListingsByLocationListingsResponseBody, z.ZodTypeDef, unknown>;
722
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$outboundSchema` instead. */
723
+ const outboundSchema: z.ZodType<GetListingsByLocationListingsResponseBody$Outbound, z.ZodTypeDef, GetListingsByLocationListingsResponseBody>;
724
+ /** @deprecated use `GetListingsByLocationListingsResponseBody$Outbound` instead. */
725
+ type Outbound = GetListingsByLocationListingsResponseBody$Outbound;
726
+ }
727
+ export declare function getListingsByLocationListingsResponseBodyToJSON(getListingsByLocationListingsResponseBody: GetListingsByLocationListingsResponseBody): string;
728
+ export declare function getListingsByLocationListingsResponseBodyFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationListingsResponseBody, SDKValidationError>;
729
+ /** @internal */
730
+ export declare const GetListingsByLocationAddress$inboundSchema: z.ZodType<GetListingsByLocationAddress, z.ZodTypeDef, unknown>;
731
+ /** @internal */
732
+ export type GetListingsByLocationAddress$Outbound = {
733
+ city?: string | undefined;
734
+ country: string;
735
+ district?: string | undefined;
736
+ incode?: string | undefined;
737
+ originalAddress: string;
738
+ outcode?: string | undefined;
739
+ postcode: string;
740
+ propertyNumber?: string | undefined;
741
+ region?: string | undefined;
742
+ street?: string | undefined;
743
+ };
744
+ /** @internal */
745
+ export declare const GetListingsByLocationAddress$outboundSchema: z.ZodType<GetListingsByLocationAddress$Outbound, z.ZodTypeDef, GetListingsByLocationAddress>;
746
+ /**
747
+ * @internal
748
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
749
+ */
750
+ export declare namespace GetListingsByLocationAddress$ {
751
+ /** @deprecated use `GetListingsByLocationAddress$inboundSchema` instead. */
752
+ const inboundSchema: z.ZodType<GetListingsByLocationAddress, z.ZodTypeDef, unknown>;
753
+ /** @deprecated use `GetListingsByLocationAddress$outboundSchema` instead. */
754
+ const outboundSchema: z.ZodType<GetListingsByLocationAddress$Outbound, z.ZodTypeDef, GetListingsByLocationAddress>;
755
+ /** @deprecated use `GetListingsByLocationAddress$Outbound` instead. */
756
+ type Outbound = GetListingsByLocationAddress$Outbound;
757
+ }
758
+ export declare function getListingsByLocationAddressToJSON(getListingsByLocationAddress: GetListingsByLocationAddress): string;
759
+ export declare function getListingsByLocationAddressFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationAddress, SDKValidationError>;
760
+ /** @internal */
761
+ export declare const GetListingsByLocationAgent$inboundSchema: z.ZodType<GetListingsByLocationAgent, z.ZodTypeDef, unknown>;
762
+ /** @internal */
763
+ export type GetListingsByLocationAgent$Outbound = {
764
+ address?: string | undefined;
765
+ agencyId?: string | undefined;
766
+ agencyName?: string | undefined;
767
+ agentId?: string | undefined;
768
+ agentName?: string | undefined;
769
+ branchId?: string | undefined;
770
+ branchName?: string | undefined;
771
+ email?: string | undefined;
772
+ emails?: Array<string> | undefined;
773
+ phone?: string | undefined;
774
+ phones?: Array<string> | undefined;
775
+ postcode?: string | undefined;
776
+ website?: string | undefined;
777
+ };
778
+ /** @internal */
779
+ export declare const GetListingsByLocationAgent$outboundSchema: z.ZodType<GetListingsByLocationAgent$Outbound, z.ZodTypeDef, GetListingsByLocationAgent>;
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 declare namespace GetListingsByLocationAgent$ {
785
+ /** @deprecated use `GetListingsByLocationAgent$inboundSchema` instead. */
786
+ const inboundSchema: z.ZodType<GetListingsByLocationAgent, z.ZodTypeDef, unknown>;
787
+ /** @deprecated use `GetListingsByLocationAgent$outboundSchema` instead. */
788
+ const outboundSchema: z.ZodType<GetListingsByLocationAgent$Outbound, z.ZodTypeDef, GetListingsByLocationAgent>;
789
+ /** @deprecated use `GetListingsByLocationAgent$Outbound` instead. */
790
+ type Outbound = GetListingsByLocationAgent$Outbound;
791
+ }
792
+ export declare function getListingsByLocationAgentToJSON(getListingsByLocationAgent: GetListingsByLocationAgent): string;
793
+ export declare function getListingsByLocationAgentFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationAgent, SDKValidationError>;
794
+ /** @internal */
795
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType>;
796
+ /** @internal */
797
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType>;
798
+ /**
799
+ * @internal
800
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
801
+ */
802
+ export declare namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$ {
803
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$inboundSchema` instead. */
804
+ const inboundSchema: z.ZodNativeEnum<{
805
+ readonly Standard: "standard";
806
+ readonly Floorplan: "floorplan";
807
+ readonly Epc: "epc";
808
+ readonly Brochure: "brochure";
809
+ }>;
810
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultBrochureImagesType$outboundSchema` instead. */
811
+ const outboundSchema: z.ZodNativeEnum<{
812
+ readonly Standard: "standard";
813
+ readonly Floorplan: "floorplan";
814
+ readonly Epc: "epc";
815
+ readonly Brochure: "brochure";
816
+ }>;
817
+ }
818
+ /** @internal */
819
+ export declare const GetListingsByLocationBrochureImages$inboundSchema: z.ZodType<GetListingsByLocationBrochureImages, z.ZodTypeDef, unknown>;
820
+ /** @internal */
821
+ export type GetListingsByLocationBrochureImages$Outbound = {
822
+ caption?: string | undefined;
823
+ order?: number | undefined;
824
+ type?: string | undefined;
825
+ url: string;
826
+ };
827
+ /** @internal */
828
+ export declare const GetListingsByLocationBrochureImages$outboundSchema: z.ZodType<GetListingsByLocationBrochureImages$Outbound, z.ZodTypeDef, GetListingsByLocationBrochureImages>;
829
+ /**
830
+ * @internal
831
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
832
+ */
833
+ export declare namespace GetListingsByLocationBrochureImages$ {
834
+ /** @deprecated use `GetListingsByLocationBrochureImages$inboundSchema` instead. */
835
+ const inboundSchema: z.ZodType<GetListingsByLocationBrochureImages, z.ZodTypeDef, unknown>;
836
+ /** @deprecated use `GetListingsByLocationBrochureImages$outboundSchema` instead. */
837
+ const outboundSchema: z.ZodType<GetListingsByLocationBrochureImages$Outbound, z.ZodTypeDef, GetListingsByLocationBrochureImages>;
838
+ /** @deprecated use `GetListingsByLocationBrochureImages$Outbound` instead. */
839
+ type Outbound = GetListingsByLocationBrochureImages$Outbound;
840
+ }
841
+ export declare function getListingsByLocationBrochureImagesToJSON(getListingsByLocationBrochureImages: GetListingsByLocationBrochureImages): string;
842
+ export declare function getListingsByLocationBrochureImagesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationBrochureImages, SDKValidationError>;
843
+ /** @internal */
844
+ export declare const GetListingsByLocationCategory$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationCategory>;
845
+ /** @internal */
846
+ export declare const GetListingsByLocationCategory$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationCategory>;
847
+ /**
848
+ * @internal
849
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
850
+ */
851
+ export declare namespace GetListingsByLocationCategory$ {
852
+ /** @deprecated use `GetListingsByLocationCategory$inboundSchema` instead. */
853
+ const inboundSchema: z.ZodNativeEnum<{
854
+ readonly Residential: "residential";
855
+ readonly Commercial: "commercial";
856
+ }>;
857
+ /** @deprecated use `GetListingsByLocationCategory$outboundSchema` instead. */
858
+ const outboundSchema: z.ZodNativeEnum<{
859
+ readonly Residential: "residential";
860
+ readonly Commercial: "commercial";
861
+ }>;
862
+ }
863
+ /** @internal */
864
+ export declare const GetListingsByLocationListingsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponseType>;
865
+ /** @internal */
866
+ export declare const GetListingsByLocationListingsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponseType>;
867
+ /**
868
+ * @internal
869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
870
+ */
871
+ export declare namespace GetListingsByLocationListingsResponseType$ {
872
+ /** @deprecated use `GetListingsByLocationListingsResponseType$inboundSchema` instead. */
873
+ const inboundSchema: z.ZodNativeEnum<{
874
+ readonly Standard: "standard";
875
+ readonly Floorplan: "floorplan";
876
+ readonly Epc: "epc";
877
+ readonly Brochure: "brochure";
878
+ }>;
879
+ /** @deprecated use `GetListingsByLocationListingsResponseType$outboundSchema` instead. */
880
+ const outboundSchema: z.ZodNativeEnum<{
881
+ readonly Standard: "standard";
882
+ readonly Floorplan: "floorplan";
883
+ readonly Epc: "epc";
884
+ readonly Brochure: "brochure";
885
+ }>;
886
+ }
887
+ /** @internal */
888
+ export declare const GetListingsByLocationEnergyRatingImages$inboundSchema: z.ZodType<GetListingsByLocationEnergyRatingImages, z.ZodTypeDef, unknown>;
889
+ /** @internal */
890
+ export type GetListingsByLocationEnergyRatingImages$Outbound = {
891
+ caption?: string | undefined;
892
+ order?: number | undefined;
893
+ type?: string | undefined;
894
+ url: string;
895
+ };
896
+ /** @internal */
897
+ export declare const GetListingsByLocationEnergyRatingImages$outboundSchema: z.ZodType<GetListingsByLocationEnergyRatingImages$Outbound, z.ZodTypeDef, GetListingsByLocationEnergyRatingImages>;
898
+ /**
899
+ * @internal
900
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
901
+ */
902
+ export declare namespace GetListingsByLocationEnergyRatingImages$ {
903
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$inboundSchema` instead. */
904
+ const inboundSchema: z.ZodType<GetListingsByLocationEnergyRatingImages, z.ZodTypeDef, unknown>;
905
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$outboundSchema` instead. */
906
+ const outboundSchema: z.ZodType<GetListingsByLocationEnergyRatingImages$Outbound, z.ZodTypeDef, GetListingsByLocationEnergyRatingImages>;
907
+ /** @deprecated use `GetListingsByLocationEnergyRatingImages$Outbound` instead. */
908
+ type Outbound = GetListingsByLocationEnergyRatingImages$Outbound;
909
+ }
910
+ export declare function getListingsByLocationEnergyRatingImagesToJSON(getListingsByLocationEnergyRatingImages: GetListingsByLocationEnergyRatingImages): string;
911
+ export declare function getListingsByLocationEnergyRatingImagesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationEnergyRatingImages, SDKValidationError>;
912
+ /** @internal */
913
+ export declare const GetListingsByLocationFeatures$inboundSchema: z.ZodType<GetListingsByLocationFeatures, z.ZodTypeDef, unknown>;
914
+ /** @internal */
915
+ export type GetListingsByLocationFeatures$Outbound = {
916
+ featureId: string;
917
+ value: string;
918
+ };
919
+ /** @internal */
920
+ export declare const GetListingsByLocationFeatures$outboundSchema: z.ZodType<GetListingsByLocationFeatures$Outbound, z.ZodTypeDef, GetListingsByLocationFeatures>;
921
+ /**
922
+ * @internal
923
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
924
+ */
925
+ export declare namespace GetListingsByLocationFeatures$ {
926
+ /** @deprecated use `GetListingsByLocationFeatures$inboundSchema` instead. */
927
+ const inboundSchema: z.ZodType<GetListingsByLocationFeatures, z.ZodTypeDef, unknown>;
928
+ /** @deprecated use `GetListingsByLocationFeatures$outboundSchema` instead. */
929
+ const outboundSchema: z.ZodType<GetListingsByLocationFeatures$Outbound, z.ZodTypeDef, GetListingsByLocationFeatures>;
930
+ /** @deprecated use `GetListingsByLocationFeatures$Outbound` instead. */
931
+ type Outbound = GetListingsByLocationFeatures$Outbound;
932
+ }
933
+ export declare function getListingsByLocationFeaturesToJSON(getListingsByLocationFeatures: GetListingsByLocationFeatures): string;
934
+ export declare function getListingsByLocationFeaturesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationFeatures, SDKValidationError>;
935
+ /** @internal */
936
+ export declare const GetListingsByLocationListingsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200Type>;
937
+ /** @internal */
938
+ export declare const GetListingsByLocationListingsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200Type>;
939
+ /**
940
+ * @internal
941
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
942
+ */
943
+ export declare namespace GetListingsByLocationListingsResponse200Type$ {
944
+ /** @deprecated use `GetListingsByLocationListingsResponse200Type$inboundSchema` instead. */
945
+ const inboundSchema: z.ZodNativeEnum<{
946
+ readonly Standard: "standard";
947
+ readonly Floorplan: "floorplan";
948
+ readonly Epc: "epc";
949
+ readonly Brochure: "brochure";
950
+ }>;
951
+ /** @deprecated use `GetListingsByLocationListingsResponse200Type$outboundSchema` instead. */
952
+ const outboundSchema: z.ZodNativeEnum<{
953
+ readonly Standard: "standard";
954
+ readonly Floorplan: "floorplan";
955
+ readonly Epc: "epc";
956
+ readonly Brochure: "brochure";
957
+ }>;
958
+ }
959
+ /** @internal */
960
+ export declare const GetListingsByLocationFloorPlanImages$inboundSchema: z.ZodType<GetListingsByLocationFloorPlanImages, z.ZodTypeDef, unknown>;
961
+ /** @internal */
962
+ export type GetListingsByLocationFloorPlanImages$Outbound = {
963
+ caption?: string | undefined;
964
+ order?: number | undefined;
965
+ type?: string | undefined;
966
+ url: string;
967
+ };
968
+ /** @internal */
969
+ export declare const GetListingsByLocationFloorPlanImages$outboundSchema: z.ZodType<GetListingsByLocationFloorPlanImages$Outbound, z.ZodTypeDef, GetListingsByLocationFloorPlanImages>;
970
+ /**
971
+ * @internal
972
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
973
+ */
974
+ export declare namespace GetListingsByLocationFloorPlanImages$ {
975
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$inboundSchema` instead. */
976
+ const inboundSchema: z.ZodType<GetListingsByLocationFloorPlanImages, z.ZodTypeDef, unknown>;
977
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$outboundSchema` instead. */
978
+ const outboundSchema: z.ZodType<GetListingsByLocationFloorPlanImages$Outbound, z.ZodTypeDef, GetListingsByLocationFloorPlanImages>;
979
+ /** @deprecated use `GetListingsByLocationFloorPlanImages$Outbound` instead. */
980
+ type Outbound = GetListingsByLocationFloorPlanImages$Outbound;
981
+ }
982
+ export declare function getListingsByLocationFloorPlanImagesToJSON(getListingsByLocationFloorPlanImages: GetListingsByLocationFloorPlanImages): string;
983
+ export declare function getListingsByLocationFloorPlanImagesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationFloorPlanImages, SDKValidationError>;
984
+ /** @internal */
985
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONType>;
986
+ /** @internal */
987
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONType>;
988
+ /**
989
+ * @internal
990
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
991
+ */
992
+ export declare namespace GetListingsByLocationListingsResponse200ApplicationJSONType$ {
993
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONType$inboundSchema` instead. */
994
+ const inboundSchema: z.ZodNativeEnum<{
995
+ readonly Standard: "standard";
996
+ readonly Floorplan: "floorplan";
997
+ readonly Epc: "epc";
998
+ readonly Brochure: "brochure";
999
+ }>;
1000
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONType$outboundSchema` instead. */
1001
+ const outboundSchema: z.ZodNativeEnum<{
1002
+ readonly Standard: "standard";
1003
+ readonly Floorplan: "floorplan";
1004
+ readonly Epc: "epc";
1005
+ readonly Brochure: "brochure";
1006
+ }>;
1007
+ }
1008
+ /** @internal */
1009
+ export declare const GetListingsByLocationImages$inboundSchema: z.ZodType<GetListingsByLocationImages, z.ZodTypeDef, unknown>;
1010
+ /** @internal */
1011
+ export type GetListingsByLocationImages$Outbound = {
1012
+ caption?: string | undefined;
1013
+ order?: number | undefined;
1014
+ type?: string | undefined;
1015
+ url: string;
1016
+ };
1017
+ /** @internal */
1018
+ export declare const GetListingsByLocationImages$outboundSchema: z.ZodType<GetListingsByLocationImages$Outbound, z.ZodTypeDef, GetListingsByLocationImages>;
1019
+ /**
1020
+ * @internal
1021
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1022
+ */
1023
+ export declare namespace GetListingsByLocationImages$ {
1024
+ /** @deprecated use `GetListingsByLocationImages$inboundSchema` instead. */
1025
+ const inboundSchema: z.ZodType<GetListingsByLocationImages, z.ZodTypeDef, unknown>;
1026
+ /** @deprecated use `GetListingsByLocationImages$outboundSchema` instead. */
1027
+ const outboundSchema: z.ZodType<GetListingsByLocationImages$Outbound, z.ZodTypeDef, GetListingsByLocationImages>;
1028
+ /** @deprecated use `GetListingsByLocationImages$Outbound` instead. */
1029
+ type Outbound = GetListingsByLocationImages$Outbound;
1030
+ }
1031
+ export declare function getListingsByLocationImagesToJSON(getListingsByLocationImages: GetListingsByLocationImages): string;
1032
+ export declare function getListingsByLocationImagesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationImages, SDKValidationError>;
1033
+ /** @internal */
1034
+ export declare const GetListingsByLocationContent$inboundSchema: z.ZodType<GetListingsByLocationContent, z.ZodTypeDef, unknown>;
1035
+ /** @internal */
1036
+ export type GetListingsByLocationContent$Outbound = string | Array<string> | any;
1037
+ /** @internal */
1038
+ export declare const GetListingsByLocationContent$outboundSchema: z.ZodType<GetListingsByLocationContent$Outbound, z.ZodTypeDef, GetListingsByLocationContent>;
1039
+ /**
1040
+ * @internal
1041
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1042
+ */
1043
+ export declare namespace GetListingsByLocationContent$ {
1044
+ /** @deprecated use `GetListingsByLocationContent$inboundSchema` instead. */
1045
+ const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1046
+ /** @deprecated use `GetListingsByLocationContent$outboundSchema` instead. */
1047
+ const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1048
+ /** @deprecated use `GetListingsByLocationContent$Outbound` instead. */
1049
+ type Outbound = GetListingsByLocationContent$Outbound;
1050
+ }
1051
+ export declare function getListingsByLocationContentToJSON(getListingsByLocationContent: GetListingsByLocationContent): string;
1052
+ export declare function getListingsByLocationContentFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationContent, SDKValidationError>;
1053
+ /** @internal */
1054
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType>;
1055
+ /** @internal */
1056
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType>;
1057
+ /**
1058
+ * @internal
1059
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1060
+ */
1061
+ export declare namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$ {
1062
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1063
+ const inboundSchema: z.ZodNativeEnum<{
1064
+ readonly Summary: "summary";
1065
+ readonly Description: "description";
1066
+ readonly Features: "features";
1067
+ readonly Location: "location";
1068
+ readonly Other: "other";
1069
+ }>;
1070
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1071
+ const outboundSchema: z.ZodNativeEnum<{
1072
+ readonly Summary: "summary";
1073
+ readonly Description: "description";
1074
+ readonly Features: "features";
1075
+ readonly Location: "location";
1076
+ readonly Other: "other";
1077
+ }>;
1078
+ }
1079
+ /** @internal */
1080
+ export declare const GetListingsByLocationNarratives$inboundSchema: z.ZodType<GetListingsByLocationNarratives, z.ZodTypeDef, unknown>;
1081
+ /** @internal */
1082
+ export type GetListingsByLocationNarratives$Outbound = {
1083
+ content?: string | Array<string> | any | null | undefined;
1084
+ type: string;
1085
+ };
1086
+ /** @internal */
1087
+ export declare const GetListingsByLocationNarratives$outboundSchema: z.ZodType<GetListingsByLocationNarratives$Outbound, z.ZodTypeDef, GetListingsByLocationNarratives>;
1088
+ /**
1089
+ * @internal
1090
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1091
+ */
1092
+ export declare namespace GetListingsByLocationNarratives$ {
1093
+ /** @deprecated use `GetListingsByLocationNarratives$inboundSchema` instead. */
1094
+ const inboundSchema: z.ZodType<GetListingsByLocationNarratives, z.ZodTypeDef, unknown>;
1095
+ /** @deprecated use `GetListingsByLocationNarratives$outboundSchema` instead. */
1096
+ const outboundSchema: z.ZodType<GetListingsByLocationNarratives$Outbound, z.ZodTypeDef, GetListingsByLocationNarratives>;
1097
+ /** @deprecated use `GetListingsByLocationNarratives$Outbound` instead. */
1098
+ type Outbound = GetListingsByLocationNarratives$Outbound;
1099
+ }
1100
+ export declare function getListingsByLocationNarrativesToJSON(getListingsByLocationNarratives: GetListingsByLocationNarratives): string;
1101
+ export declare function getListingsByLocationNarrativesFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationNarratives, SDKValidationError>;
1102
+ /** @internal */
1103
+ export declare const GetListingsByLocationDirection$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationDirection>;
1104
+ /** @internal */
1105
+ export declare const GetListingsByLocationDirection$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationDirection>;
1106
+ /**
1107
+ * @internal
1108
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1109
+ */
1110
+ export declare namespace GetListingsByLocationDirection$ {
1111
+ /** @deprecated use `GetListingsByLocationDirection$inboundSchema` instead. */
1112
+ const inboundSchema: z.ZodNativeEnum<{
1113
+ readonly Increase: "increase";
1114
+ readonly Decrease: "decrease";
1115
+ readonly Nochange: "nochange";
1116
+ }>;
1117
+ /** @deprecated use `GetListingsByLocationDirection$outboundSchema` instead. */
1118
+ const outboundSchema: z.ZodNativeEnum<{
1119
+ readonly Increase: "increase";
1120
+ readonly Decrease: "decrease";
1121
+ readonly Nochange: "nochange";
1122
+ }>;
1123
+ }
1124
+ /** @internal */
1125
+ export declare const GetListingsByLocationPriceHistory$inboundSchema: z.ZodType<GetListingsByLocationPriceHistory, z.ZodTypeDef, unknown>;
1126
+ /** @internal */
1127
+ export type GetListingsByLocationPriceHistory$Outbound = {
1128
+ amount?: number | undefined;
1129
+ date: string;
1130
+ direction?: string | undefined;
1131
+ oldPrice?: number | undefined;
1132
+ percent?: number | undefined;
1133
+ price: number;
1134
+ };
1135
+ /** @internal */
1136
+ export declare const GetListingsByLocationPriceHistory$outboundSchema: z.ZodType<GetListingsByLocationPriceHistory$Outbound, z.ZodTypeDef, GetListingsByLocationPriceHistory>;
1137
+ /**
1138
+ * @internal
1139
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1140
+ */
1141
+ export declare namespace GetListingsByLocationPriceHistory$ {
1142
+ /** @deprecated use `GetListingsByLocationPriceHistory$inboundSchema` instead. */
1143
+ const inboundSchema: z.ZodType<GetListingsByLocationPriceHistory, z.ZodTypeDef, unknown>;
1144
+ /** @deprecated use `GetListingsByLocationPriceHistory$outboundSchema` instead. */
1145
+ const outboundSchema: z.ZodType<GetListingsByLocationPriceHistory$Outbound, z.ZodTypeDef, GetListingsByLocationPriceHistory>;
1146
+ /** @deprecated use `GetListingsByLocationPriceHistory$Outbound` instead. */
1147
+ type Outbound = GetListingsByLocationPriceHistory$Outbound;
1148
+ }
1149
+ export declare function getListingsByLocationPriceHistoryToJSON(getListingsByLocationPriceHistory: GetListingsByLocationPriceHistory): string;
1150
+ export declare function getListingsByLocationPriceHistoryFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationPriceHistory, SDKValidationError>;
1151
+ /** @internal */
1152
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType>;
1153
+ /** @internal */
1154
+ export declare const GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType>;
1155
+ /**
1156
+ * @internal
1157
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1158
+ */
1159
+ export declare namespace GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$ {
1160
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$inboundSchema` instead. */
1161
+ const inboundSchema: z.ZodNativeEnum<{
1162
+ readonly Point: "Point";
1163
+ }>;
1164
+ /** @deprecated use `GetListingsByLocationListingsResponse200ApplicationJSONResponseBodyResultType$outboundSchema` instead. */
1165
+ const outboundSchema: z.ZodNativeEnum<{
1166
+ readonly Point: "Point";
1167
+ }>;
1168
+ }
1169
+ /** @internal */
1170
+ export declare const GetListingsByLocationGeoJSONPoint$inboundSchema: z.ZodType<GetListingsByLocationGeoJSONPoint, z.ZodTypeDef, unknown>;
1171
+ /** @internal */
1172
+ export type GetListingsByLocationGeoJSONPoint$Outbound = {
1173
+ coordinates: Array<number>;
1174
+ type: string;
1175
+ };
1176
+ /** @internal */
1177
+ export declare const GetListingsByLocationGeoJSONPoint$outboundSchema: z.ZodType<GetListingsByLocationGeoJSONPoint$Outbound, z.ZodTypeDef, GetListingsByLocationGeoJSONPoint>;
1178
+ /**
1179
+ * @internal
1180
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1181
+ */
1182
+ export declare namespace GetListingsByLocationGeoJSONPoint$ {
1183
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$inboundSchema` instead. */
1184
+ const inboundSchema: z.ZodType<GetListingsByLocationGeoJSONPoint, z.ZodTypeDef, unknown>;
1185
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$outboundSchema` instead. */
1186
+ const outboundSchema: z.ZodType<GetListingsByLocationGeoJSONPoint$Outbound, z.ZodTypeDef, GetListingsByLocationGeoJSONPoint>;
1187
+ /** @deprecated use `GetListingsByLocationGeoJSONPoint$Outbound` instead. */
1188
+ type Outbound = GetListingsByLocationGeoJSONPoint$Outbound;
1189
+ }
1190
+ export declare function getListingsByLocationGeoJSONPointToJSON(getListingsByLocationGeoJSONPoint: GetListingsByLocationGeoJSONPoint): string;
1191
+ export declare function getListingsByLocationGeoJSONPointFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationGeoJSONPoint, SDKValidationError>;
1192
+ /** @internal */
1193
+ export declare const GetListingsByLocationStatus$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationStatus>;
1194
+ /** @internal */
1195
+ export declare const GetListingsByLocationStatus$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationStatus>;
1196
+ /**
1197
+ * @internal
1198
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1199
+ */
1200
+ export declare namespace GetListingsByLocationStatus$ {
1201
+ /** @deprecated use `GetListingsByLocationStatus$inboundSchema` instead. */
1202
+ const inboundSchema: z.ZodNativeEnum<{
1203
+ readonly Live: "live";
1204
+ readonly Archived: "archived";
1205
+ readonly Removed: "removed";
1206
+ }>;
1207
+ /** @deprecated use `GetListingsByLocationStatus$outboundSchema` instead. */
1208
+ const outboundSchema: z.ZodNativeEnum<{
1209
+ readonly Live: "live";
1210
+ readonly Archived: "archived";
1211
+ readonly Removed: "removed";
1212
+ }>;
1213
+ }
1214
+ /** @internal */
1215
+ export declare const GetListingsByLocationType$inboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationType>;
1216
+ /** @internal */
1217
+ export declare const GetListingsByLocationType$outboundSchema: z.ZodNativeEnum<typeof GetListingsByLocationType>;
1218
+ /**
1219
+ * @internal
1220
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1221
+ */
1222
+ export declare namespace GetListingsByLocationType$ {
1223
+ /** @deprecated use `GetListingsByLocationType$inboundSchema` instead. */
1224
+ const inboundSchema: z.ZodNativeEnum<{
1225
+ readonly Sale: "sale";
1226
+ readonly Rent: "rent";
1227
+ }>;
1228
+ /** @deprecated use `GetListingsByLocationType$outboundSchema` instead. */
1229
+ const outboundSchema: z.ZodNativeEnum<{
1230
+ readonly Sale: "sale";
1231
+ readonly Rent: "rent";
1232
+ }>;
1233
+ }
1234
+ /** @internal */
1235
+ export declare const GetListingsByLocationResult$inboundSchema: z.ZodType<GetListingsByLocationResult, z.ZodTypeDef, unknown>;
1236
+ /** @internal */
1237
+ export type GetListingsByLocationResult$Outbound = {
1238
+ address: GetListingsByLocationAddress$Outbound;
1239
+ agent?: GetListingsByLocationAgent$Outbound | null | undefined;
1240
+ baths?: number | null | undefined;
1241
+ beds?: number | null | undefined;
1242
+ brochureImages?: Array<GetListingsByLocationBrochureImages$Outbound> | undefined;
1243
+ category: string;
1244
+ createdAt?: string | undefined;
1245
+ currency: string;
1246
+ displayAddress?: string | undefined;
1247
+ energyRatingImages?: Array<GetListingsByLocationEnergyRatingImages$Outbound> | undefined;
1248
+ features?: Array<GetListingsByLocationFeatures$Outbound> | null | undefined;
1249
+ floorPlanImages?: Array<GetListingsByLocationFloorPlanImages$Outbound> | undefined;
1250
+ id: string;
1251
+ images?: Array<GetListingsByLocationImages$Outbound> | undefined;
1252
+ isAuction?: boolean | undefined;
1253
+ isNewBuild?: boolean | undefined;
1254
+ isRetirement?: boolean | undefined;
1255
+ isSharedOwnership?: boolean | undefined;
1256
+ key: string;
1257
+ lat?: number | undefined;
1258
+ lng?: number | undefined;
1259
+ locationId?: string | null | undefined;
1260
+ narratives?: Array<GetListingsByLocationNarratives$Outbound> | null | undefined;
1261
+ price: number;
1262
+ priceHistory?: Array<GetListingsByLocationPriceHistory$Outbound> | undefined;
1263
+ propertyType: string;
1264
+ provider: string;
1265
+ publishedDate: string;
1266
+ receptions?: number | null | undefined;
1267
+ removedDate?: string | null | undefined;
1268
+ spatial?: GetListingsByLocationGeoJSONPoint$Outbound | null | undefined;
1269
+ status: string;
1270
+ subPropertyType?: string | null | undefined;
1271
+ type: string;
1272
+ updatedAt?: string | undefined;
1273
+ };
1274
+ /** @internal */
1275
+ export declare const GetListingsByLocationResult$outboundSchema: z.ZodType<GetListingsByLocationResult$Outbound, z.ZodTypeDef, GetListingsByLocationResult>;
1276
+ /**
1277
+ * @internal
1278
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1279
+ */
1280
+ export declare namespace GetListingsByLocationResult$ {
1281
+ /** @deprecated use `GetListingsByLocationResult$inboundSchema` instead. */
1282
+ const inboundSchema: z.ZodType<GetListingsByLocationResult, z.ZodTypeDef, unknown>;
1283
+ /** @deprecated use `GetListingsByLocationResult$outboundSchema` instead. */
1284
+ const outboundSchema: z.ZodType<GetListingsByLocationResult$Outbound, z.ZodTypeDef, GetListingsByLocationResult>;
1285
+ /** @deprecated use `GetListingsByLocationResult$Outbound` instead. */
1286
+ type Outbound = GetListingsByLocationResult$Outbound;
1287
+ }
1288
+ export declare function getListingsByLocationResultToJSON(getListingsByLocationResult: GetListingsByLocationResult): string;
1289
+ export declare function getListingsByLocationResultFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationResult, SDKValidationError>;
1290
+ /** @internal */
1291
+ export declare const GetListingsByLocationResponseBody$inboundSchema: z.ZodType<GetListingsByLocationResponseBody, z.ZodTypeDef, unknown>;
1292
+ /** @internal */
1293
+ export type GetListingsByLocationResponseBody$Outbound = {
1294
+ result: Array<GetListingsByLocationResult$Outbound>;
1295
+ size: number;
1296
+ success: boolean;
1297
+ totalSize?: number | undefined;
1298
+ };
1299
+ /** @internal */
1300
+ export declare const GetListingsByLocationResponseBody$outboundSchema: z.ZodType<GetListingsByLocationResponseBody$Outbound, z.ZodTypeDef, GetListingsByLocationResponseBody>;
1301
+ /**
1302
+ * @internal
1303
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1304
+ */
1305
+ export declare namespace GetListingsByLocationResponseBody$ {
1306
+ /** @deprecated use `GetListingsByLocationResponseBody$inboundSchema` instead. */
1307
+ const inboundSchema: z.ZodType<GetListingsByLocationResponseBody, z.ZodTypeDef, unknown>;
1308
+ /** @deprecated use `GetListingsByLocationResponseBody$outboundSchema` instead. */
1309
+ const outboundSchema: z.ZodType<GetListingsByLocationResponseBody$Outbound, z.ZodTypeDef, GetListingsByLocationResponseBody>;
1310
+ /** @deprecated use `GetListingsByLocationResponseBody$Outbound` instead. */
1311
+ type Outbound = GetListingsByLocationResponseBody$Outbound;
1312
+ }
1313
+ export declare function getListingsByLocationResponseBodyToJSON(getListingsByLocationResponseBody: GetListingsByLocationResponseBody): string;
1314
+ export declare function getListingsByLocationResponseBodyFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationResponseBody, SDKValidationError>;
1315
+ /** @internal */
1316
+ export declare const GetListingsByLocationResponse$inboundSchema: z.ZodType<GetListingsByLocationResponse, z.ZodTypeDef, unknown>;
1317
+ /** @internal */
1318
+ export type GetListingsByLocationResponse$Outbound = GetListingsByLocationResponseBody$Outbound | GetListingsByLocationListingsResponseBody$Outbound;
1319
+ /** @internal */
1320
+ export declare const GetListingsByLocationResponse$outboundSchema: z.ZodType<GetListingsByLocationResponse$Outbound, z.ZodTypeDef, GetListingsByLocationResponse>;
1321
+ /**
1322
+ * @internal
1323
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1324
+ */
1325
+ export declare namespace GetListingsByLocationResponse$ {
1326
+ /** @deprecated use `GetListingsByLocationResponse$inboundSchema` instead. */
1327
+ const inboundSchema: z.ZodType<GetListingsByLocationResponse, z.ZodTypeDef, unknown>;
1328
+ /** @deprecated use `GetListingsByLocationResponse$outboundSchema` instead. */
1329
+ const outboundSchema: z.ZodType<GetListingsByLocationResponse$Outbound, z.ZodTypeDef, GetListingsByLocationResponse>;
1330
+ /** @deprecated use `GetListingsByLocationResponse$Outbound` instead. */
1331
+ type Outbound = GetListingsByLocationResponse$Outbound;
1332
+ }
1333
+ export declare function getListingsByLocationResponseToJSON(getListingsByLocationResponse: GetListingsByLocationResponse): string;
1334
+ export declare function getListingsByLocationResponseFromJSON(jsonString: string): SafeParseResult<GetListingsByLocationResponse, SDKValidationError>;
1335
+ //# sourceMappingURL=getlistingsbylocation.d.ts.map