@vepler/sdk 1.10.1 → 2.3.0

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