@vepler/sdk 2.0.0 → 2.6.2

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