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