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