@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
@@ -36,46 +36,25 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema = exports.GetListingByIdCategory$ = exports.GetListingByIdCategory$outboundSchema = exports.GetListingByIdCategory$inboundSchema = exports.BrochureImages$ = exports.BrochureImages$outboundSchema = exports.BrochureImages$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$ = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema = exports.Agent$ = exports.Agent$outboundSchema = exports.Agent$inboundSchema = exports.Address$ = exports.Address$outboundSchema = exports.Address$inboundSchema = exports.GetListingByIdListingsResponseBody$ = exports.GetListingByIdListingsResponseBody$outboundSchema = exports.GetListingByIdListingsResponseBody$inboundSchema = exports.GetListingByIdError$ = exports.GetListingByIdError$outboundSchema = exports.GetListingByIdError$inboundSchema = exports.GetListingByIdListingsType$ = exports.GetListingByIdListingsType$outboundSchema = exports.GetListingByIdListingsType$inboundSchema = exports.GetListingByIdListingsResponseResponseBody$ = exports.GetListingByIdListingsResponseResponseBody$outboundSchema = exports.GetListingByIdListingsResponseResponseBody$inboundSchema = exports.GetListingByIdListingsError$ = exports.GetListingByIdListingsError$outboundSchema = exports.GetListingByIdListingsError$inboundSchema = exports.GetListingByIdListingsResponseType$ = exports.GetListingByIdListingsResponseType$outboundSchema = exports.GetListingByIdListingsResponseType$inboundSchema = exports.GetListingByIdRequest$ = exports.GetListingByIdRequest$outboundSchema = exports.GetListingByIdRequest$inboundSchema = exports.GetListingByIdType = exports.GetListingByIdStatus = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType = exports.Direction = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType = exports.GetListingByIdListingsResponse200ApplicationJSONType = exports.GetListingByIdListingsResponse200Type = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType = exports.GetListingByIdCategory = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType = exports.GetListingByIdListingsType = exports.GetListingByIdListingsResponseType = void 0;
40
- exports.GetListingByIdResponseBody$inboundSchema = exports.Data$ = exports.Data$outboundSchema = exports.Data$inboundSchema = exports.GetListingByIdType$ = exports.GetListingByIdType$outboundSchema = exports.GetListingByIdType$inboundSchema = exports.GetListingByIdStatus$ = exports.GetListingByIdStatus$outboundSchema = exports.GetListingByIdStatus$inboundSchema = exports.GeoJSONPoint$ = exports.GeoJSONPoint$outboundSchema = exports.GeoJSONPoint$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$ = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.PriceHistory$ = exports.PriceHistory$outboundSchema = exports.PriceHistory$inboundSchema = exports.Direction$ = exports.Direction$outboundSchema = exports.Direction$inboundSchema = exports.Narratives$ = exports.Narratives$outboundSchema = exports.Narratives$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$ = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.Content$ = exports.Content$outboundSchema = exports.Content$inboundSchema = exports.Images$ = exports.Images$outboundSchema = exports.Images$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$ = exports.GetListingByIdListingsResponse200ApplicationJSONType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema = exports.FloorPlanImages$ = exports.FloorPlanImages$outboundSchema = exports.FloorPlanImages$inboundSchema = exports.GetListingByIdListingsResponse200Type$ = exports.GetListingByIdListingsResponse200Type$outboundSchema = exports.GetListingByIdListingsResponse200Type$inboundSchema = exports.Features$ = exports.Features$outboundSchema = exports.Features$inboundSchema = exports.EnergyRatingImages$ = exports.EnergyRatingImages$outboundSchema = exports.EnergyRatingImages$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$ = void 0;
41
- exports.GetListingByIdResponse$ = exports.GetListingByIdResponse$outboundSchema = exports.GetListingByIdResponse$inboundSchema = exports.GetListingByIdResponseBody$ = exports.GetListingByIdResponseBody$outboundSchema = void 0;
39
+ exports.GetListingByIdResponse$inboundSchema = exports.GetListingByIdResponseBody$inboundSchema = exports.Data$inboundSchema = exports.GetListingByIdType$inboundSchema = exports.GetListingByIdStatus$inboundSchema = exports.GeoJSONPoint$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = exports.PriceHistory$inboundSchema = exports.Direction$inboundSchema = exports.Narratives$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.Content$inboundSchema = exports.Images$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema = exports.FloorPlanImages$inboundSchema = exports.GetListingByIdListingsResponse200Type$inboundSchema = exports.Features$inboundSchema = exports.EnergyRatingImages$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema = exports.GetListingByIdCategory$inboundSchema = exports.BrochureImages$inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema = exports.Agent$inboundSchema = exports.Address$inboundSchema = exports.GetListingByIdListingsResponseBody$inboundSchema = exports.GetListingByIdError$inboundSchema = exports.GetListingByIdListingsType$inboundSchema = exports.GetListingByIdListingsResponseResponseBody$inboundSchema = exports.GetListingByIdListingsError$inboundSchema = exports.GetListingByIdListingsResponseType$inboundSchema = exports.GetListingByIdRequest$outboundSchema = exports.GetListingByIdType = exports.GetListingByIdStatus = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType = exports.Direction = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType = exports.GetListingByIdListingsResponse200ApplicationJSONType = exports.GetListingByIdListingsResponse200Type = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType = exports.GetListingByIdCategory = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType = exports.GetListingByIdListingsType = exports.GetListingByIdListingsResponseType = void 0;
42
40
  exports.getListingByIdRequestToJSON = getListingByIdRequestToJSON;
43
- exports.getListingByIdRequestFromJSON = getListingByIdRequestFromJSON;
44
- exports.getListingByIdListingsErrorToJSON = getListingByIdListingsErrorToJSON;
45
41
  exports.getListingByIdListingsErrorFromJSON = getListingByIdListingsErrorFromJSON;
46
- exports.getListingByIdListingsResponseResponseBodyToJSON = getListingByIdListingsResponseResponseBodyToJSON;
47
42
  exports.getListingByIdListingsResponseResponseBodyFromJSON = getListingByIdListingsResponseResponseBodyFromJSON;
48
- exports.getListingByIdErrorToJSON = getListingByIdErrorToJSON;
49
43
  exports.getListingByIdErrorFromJSON = getListingByIdErrorFromJSON;
50
- exports.getListingByIdListingsResponseBodyToJSON = getListingByIdListingsResponseBodyToJSON;
51
44
  exports.getListingByIdListingsResponseBodyFromJSON = getListingByIdListingsResponseBodyFromJSON;
52
- exports.addressToJSON = addressToJSON;
53
45
  exports.addressFromJSON = addressFromJSON;
54
- exports.agentToJSON = agentToJSON;
55
46
  exports.agentFromJSON = agentFromJSON;
56
- exports.brochureImagesToJSON = brochureImagesToJSON;
57
47
  exports.brochureImagesFromJSON = brochureImagesFromJSON;
58
- exports.energyRatingImagesToJSON = energyRatingImagesToJSON;
59
48
  exports.energyRatingImagesFromJSON = energyRatingImagesFromJSON;
60
- exports.featuresToJSON = featuresToJSON;
61
49
  exports.featuresFromJSON = featuresFromJSON;
62
- exports.floorPlanImagesToJSON = floorPlanImagesToJSON;
63
50
  exports.floorPlanImagesFromJSON = floorPlanImagesFromJSON;
64
- exports.imagesToJSON = imagesToJSON;
65
51
  exports.imagesFromJSON = imagesFromJSON;
66
- exports.contentToJSON = contentToJSON;
67
52
  exports.contentFromJSON = contentFromJSON;
68
- exports.narrativesToJSON = narrativesToJSON;
69
53
  exports.narrativesFromJSON = narrativesFromJSON;
70
- exports.priceHistoryToJSON = priceHistoryToJSON;
71
54
  exports.priceHistoryFromJSON = priceHistoryFromJSON;
72
- exports.geoJSONPointToJSON = geoJSONPointToJSON;
73
55
  exports.geoJSONPointFromJSON = geoJSONPointFromJSON;
74
- exports.dataToJSON = dataToJSON;
75
56
  exports.dataFromJSON = dataFromJSON;
76
- exports.getListingByIdResponseBodyToJSON = getListingByIdResponseBodyToJSON;
77
57
  exports.getListingByIdResponseBodyFromJSON = getListingByIdResponseBodyFromJSON;
78
- exports.getListingByIdResponseToJSON = getListingByIdResponseToJSON;
79
58
  exports.getListingByIdResponseFromJSON = getListingByIdResponseFromJSON;
80
59
  const z = __importStar(require("zod/v3"));
81
60
  const primitives_js_1 = require("../../../lib/primitives.js");
@@ -181,46 +160,15 @@ exports.GetListingByIdType = {
181
160
  Rent: "rent",
182
161
  };
183
162
  /** @internal */
184
- exports.GetListingByIdRequest$inboundSchema = z.object({
185
- id: z.string(),
186
- });
187
- /** @internal */
188
163
  exports.GetListingByIdRequest$outboundSchema = z.object({
189
164
  id: z.string(),
190
165
  });
191
- /**
192
- * @internal
193
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
194
- */
195
- var GetListingByIdRequest$;
196
- (function (GetListingByIdRequest$) {
197
- /** @deprecated use `GetListingByIdRequest$inboundSchema` instead. */
198
- GetListingByIdRequest$.inboundSchema = exports.GetListingByIdRequest$inboundSchema;
199
- /** @deprecated use `GetListingByIdRequest$outboundSchema` instead. */
200
- GetListingByIdRequest$.outboundSchema = exports.GetListingByIdRequest$outboundSchema;
201
- })(GetListingByIdRequest$ || (exports.GetListingByIdRequest$ = GetListingByIdRequest$ = {}));
202
166
  function getListingByIdRequestToJSON(getListingByIdRequest) {
203
167
  return JSON.stringify(exports.GetListingByIdRequest$outboundSchema.parse(getListingByIdRequest));
204
168
  }
205
- function getListingByIdRequestFromJSON(jsonString) {
206
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdRequest' from JSON`);
207
- }
208
169
  /** @internal */
209
170
  exports.GetListingByIdListingsResponseType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponseType);
210
171
  /** @internal */
211
- exports.GetListingByIdListingsResponseType$outboundSchema = exports.GetListingByIdListingsResponseType$inboundSchema;
212
- /**
213
- * @internal
214
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
215
- */
216
- var GetListingByIdListingsResponseType$;
217
- (function (GetListingByIdListingsResponseType$) {
218
- /** @deprecated use `GetListingByIdListingsResponseType$inboundSchema` instead. */
219
- GetListingByIdListingsResponseType$.inboundSchema = exports.GetListingByIdListingsResponseType$inboundSchema;
220
- /** @deprecated use `GetListingByIdListingsResponseType$outboundSchema` instead. */
221
- GetListingByIdListingsResponseType$.outboundSchema = exports.GetListingByIdListingsResponseType$outboundSchema;
222
- })(GetListingByIdListingsResponseType$ || (exports.GetListingByIdListingsResponseType$ = GetListingByIdListingsResponseType$ = {}));
223
- /** @internal */
224
172
  exports.GetListingByIdListingsError$inboundSchema = z.object({
225
173
  code: z.string().optional(),
226
174
  doc_url: z.string().optional(),
@@ -232,32 +180,6 @@ exports.GetListingByIdListingsError$inboundSchema = z.object({
232
180
  "doc_url": "docUrl",
233
181
  });
234
182
  });
235
- /** @internal */
236
- exports.GetListingByIdListingsError$outboundSchema = z.object({
237
- code: z.string().optional(),
238
- docUrl: z.string().optional(),
239
- message: z.string(),
240
- param: z.string().optional(),
241
- type: exports.GetListingByIdListingsResponseType$outboundSchema,
242
- }).transform((v) => {
243
- return (0, primitives_js_1.remap)(v, {
244
- docUrl: "doc_url",
245
- });
246
- });
247
- /**
248
- * @internal
249
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
250
- */
251
- var GetListingByIdListingsError$;
252
- (function (GetListingByIdListingsError$) {
253
- /** @deprecated use `GetListingByIdListingsError$inboundSchema` instead. */
254
- GetListingByIdListingsError$.inboundSchema = exports.GetListingByIdListingsError$inboundSchema;
255
- /** @deprecated use `GetListingByIdListingsError$outboundSchema` instead. */
256
- GetListingByIdListingsError$.outboundSchema = exports.GetListingByIdListingsError$outboundSchema;
257
- })(GetListingByIdListingsError$ || (exports.GetListingByIdListingsError$ = GetListingByIdListingsError$ = {}));
258
- function getListingByIdListingsErrorToJSON(getListingByIdListingsError) {
259
- return JSON.stringify(exports.GetListingByIdListingsError$outboundSchema.parse(getListingByIdListingsError));
260
- }
261
183
  function getListingByIdListingsErrorFromJSON(jsonString) {
262
184
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdListingsError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdListingsError' from JSON`);
263
185
  }
@@ -265,43 +187,12 @@ function getListingByIdListingsErrorFromJSON(jsonString) {
265
187
  exports.GetListingByIdListingsResponseResponseBody$inboundSchema = z.object({
266
188
  error: z.lazy(() => exports.GetListingByIdListingsError$inboundSchema),
267
189
  });
268
- /** @internal */
269
- exports.GetListingByIdListingsResponseResponseBody$outboundSchema = z.object({
270
- error: z.lazy(() => exports.GetListingByIdListingsError$outboundSchema),
271
- });
272
- /**
273
- * @internal
274
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
275
- */
276
- var GetListingByIdListingsResponseResponseBody$;
277
- (function (GetListingByIdListingsResponseResponseBody$) {
278
- /** @deprecated use `GetListingByIdListingsResponseResponseBody$inboundSchema` instead. */
279
- GetListingByIdListingsResponseResponseBody$.inboundSchema = exports.GetListingByIdListingsResponseResponseBody$inboundSchema;
280
- /** @deprecated use `GetListingByIdListingsResponseResponseBody$outboundSchema` instead. */
281
- GetListingByIdListingsResponseResponseBody$.outboundSchema = exports.GetListingByIdListingsResponseResponseBody$outboundSchema;
282
- })(GetListingByIdListingsResponseResponseBody$ || (exports.GetListingByIdListingsResponseResponseBody$ = GetListingByIdListingsResponseResponseBody$ = {}));
283
- function getListingByIdListingsResponseResponseBodyToJSON(getListingByIdListingsResponseResponseBody) {
284
- return JSON.stringify(exports.GetListingByIdListingsResponseResponseBody$outboundSchema.parse(getListingByIdListingsResponseResponseBody));
285
- }
286
190
  function getListingByIdListingsResponseResponseBodyFromJSON(jsonString) {
287
191
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdListingsResponseResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdListingsResponseResponseBody' from JSON`);
288
192
  }
289
193
  /** @internal */
290
194
  exports.GetListingByIdListingsType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsType);
291
195
  /** @internal */
292
- exports.GetListingByIdListingsType$outboundSchema = exports.GetListingByIdListingsType$inboundSchema;
293
- /**
294
- * @internal
295
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
296
- */
297
- var GetListingByIdListingsType$;
298
- (function (GetListingByIdListingsType$) {
299
- /** @deprecated use `GetListingByIdListingsType$inboundSchema` instead. */
300
- GetListingByIdListingsType$.inboundSchema = exports.GetListingByIdListingsType$inboundSchema;
301
- /** @deprecated use `GetListingByIdListingsType$outboundSchema` instead. */
302
- GetListingByIdListingsType$.outboundSchema = exports.GetListingByIdListingsType$outboundSchema;
303
- })(GetListingByIdListingsType$ || (exports.GetListingByIdListingsType$ = GetListingByIdListingsType$ = {}));
304
- /** @internal */
305
196
  exports.GetListingByIdError$inboundSchema = z.object({
306
197
  code: z.string().optional(),
307
198
  doc_url: z.string().optional(),
@@ -313,32 +204,6 @@ exports.GetListingByIdError$inboundSchema = z.object({
313
204
  "doc_url": "docUrl",
314
205
  });
315
206
  });
316
- /** @internal */
317
- exports.GetListingByIdError$outboundSchema = z.object({
318
- code: z.string().optional(),
319
- docUrl: z.string().optional(),
320
- message: z.string(),
321
- param: z.string().optional(),
322
- type: exports.GetListingByIdListingsType$outboundSchema,
323
- }).transform((v) => {
324
- return (0, primitives_js_1.remap)(v, {
325
- docUrl: "doc_url",
326
- });
327
- });
328
- /**
329
- * @internal
330
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
331
- */
332
- var GetListingByIdError$;
333
- (function (GetListingByIdError$) {
334
- /** @deprecated use `GetListingByIdError$inboundSchema` instead. */
335
- GetListingByIdError$.inboundSchema = exports.GetListingByIdError$inboundSchema;
336
- /** @deprecated use `GetListingByIdError$outboundSchema` instead. */
337
- GetListingByIdError$.outboundSchema = exports.GetListingByIdError$outboundSchema;
338
- })(GetListingByIdError$ || (exports.GetListingByIdError$ = GetListingByIdError$ = {}));
339
- function getListingByIdErrorToJSON(getListingByIdError) {
340
- return JSON.stringify(exports.GetListingByIdError$outboundSchema.parse(getListingByIdError));
341
- }
342
207
  function getListingByIdErrorFromJSON(jsonString) {
343
208
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdError' from JSON`);
344
209
  }
@@ -346,224 +211,70 @@ function getListingByIdErrorFromJSON(jsonString) {
346
211
  exports.GetListingByIdListingsResponseBody$inboundSchema = z.object({
347
212
  error: z.lazy(() => exports.GetListingByIdError$inboundSchema),
348
213
  });
349
- /** @internal */
350
- exports.GetListingByIdListingsResponseBody$outboundSchema = z.object({
351
- error: z.lazy(() => exports.GetListingByIdError$outboundSchema),
352
- });
353
- /**
354
- * @internal
355
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
356
- */
357
- var GetListingByIdListingsResponseBody$;
358
- (function (GetListingByIdListingsResponseBody$) {
359
- /** @deprecated use `GetListingByIdListingsResponseBody$inboundSchema` instead. */
360
- GetListingByIdListingsResponseBody$.inboundSchema = exports.GetListingByIdListingsResponseBody$inboundSchema;
361
- /** @deprecated use `GetListingByIdListingsResponseBody$outboundSchema` instead. */
362
- GetListingByIdListingsResponseBody$.outboundSchema = exports.GetListingByIdListingsResponseBody$outboundSchema;
363
- })(GetListingByIdListingsResponseBody$ || (exports.GetListingByIdListingsResponseBody$ = GetListingByIdListingsResponseBody$ = {}));
364
- function getListingByIdListingsResponseBodyToJSON(getListingByIdListingsResponseBody) {
365
- return JSON.stringify(exports.GetListingByIdListingsResponseBody$outboundSchema.parse(getListingByIdListingsResponseBody));
366
- }
367
214
  function getListingByIdListingsResponseBodyFromJSON(jsonString) {
368
215
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdListingsResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdListingsResponseBody' from JSON`);
369
216
  }
370
217
  /** @internal */
371
218
  exports.Address$inboundSchema = z.object({
372
- city: z.nullable(z.string()).optional(),
373
- country: z.string().default("GB"),
374
- district: z.nullable(z.string()).optional(),
375
- incode: z.string().optional(),
376
- originalAddress: z.string(),
377
- outcode: z.string().optional(),
378
- postcode: z.string(),
379
- propertyNumber: z.nullable(z.string()).optional(),
380
- region: z.nullable(z.string()).optional(),
381
- street: z.nullable(z.string()).optional(),
382
- });
383
- /** @internal */
384
- exports.Address$outboundSchema = z.object({
385
- city: z.nullable(z.string()).optional(),
219
+ city: z.string().optional(),
386
220
  country: z.string().default("GB"),
387
- district: z.nullable(z.string()).optional(),
221
+ district: z.string().optional(),
388
222
  incode: z.string().optional(),
389
223
  originalAddress: z.string(),
390
224
  outcode: z.string().optional(),
391
225
  postcode: z.string(),
392
- propertyNumber: z.nullable(z.string()).optional(),
393
- region: z.nullable(z.string()).optional(),
394
- street: z.nullable(z.string()).optional(),
226
+ propertyNumber: z.string().optional(),
227
+ region: z.string().optional(),
228
+ street: z.string().optional(),
395
229
  });
396
- /**
397
- * @internal
398
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
399
- */
400
- var Address$;
401
- (function (Address$) {
402
- /** @deprecated use `Address$inboundSchema` instead. */
403
- Address$.inboundSchema = exports.Address$inboundSchema;
404
- /** @deprecated use `Address$outboundSchema` instead. */
405
- Address$.outboundSchema = exports.Address$outboundSchema;
406
- })(Address$ || (exports.Address$ = Address$ = {}));
407
- function addressToJSON(address) {
408
- return JSON.stringify(exports.Address$outboundSchema.parse(address));
409
- }
410
230
  function addressFromJSON(jsonString) {
411
231
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Address$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Address' from JSON`);
412
232
  }
413
233
  /** @internal */
414
234
  exports.Agent$inboundSchema = z
415
235
  .object({
416
- address: z.nullable(z.string()).optional(),
417
- agencyId: z.nullable(z.string()).optional(),
418
- agencyName: z.nullable(z.string()).optional(),
419
- agentId: z.nullable(z.string()).optional(),
420
- agentName: z.nullable(z.string()).optional(),
421
- branchId: z.nullable(z.string()).optional(),
422
- branchName: z.nullable(z.string()).optional(),
423
- email: z.nullable(z.string()).optional(),
424
- emails: z.nullable(z.array(z.string())).optional(),
425
- phone: z.nullable(z.string()).optional(),
426
- phones: z.nullable(z.array(z.string())).optional(),
427
- postcode: z.nullable(z.string()).optional(),
428
- website: z.nullable(z.string()).optional(),
429
- });
430
- /** @internal */
431
- exports.Agent$outboundSchema = z.object({
432
- address: z.nullable(z.string()).optional(),
433
- agencyId: z.nullable(z.string()).optional(),
434
- agencyName: z.nullable(z.string()).optional(),
435
- agentId: z.nullable(z.string()).optional(),
436
- agentName: z.nullable(z.string()).optional(),
437
- branchId: z.nullable(z.string()).optional(),
438
- branchName: z.nullable(z.string()).optional(),
439
- email: z.nullable(z.string()).optional(),
440
- emails: z.nullable(z.array(z.string())).optional(),
441
- phone: z.nullable(z.string()).optional(),
442
- phones: z.nullable(z.array(z.string())).optional(),
443
- postcode: z.nullable(z.string()).optional(),
444
- website: z.nullable(z.string()).optional(),
236
+ address: z.string().optional(),
237
+ agencyId: z.string().optional(),
238
+ agencyName: z.string().optional(),
239
+ agentId: z.string().optional(),
240
+ agentName: z.string().optional(),
241
+ branchId: z.string().optional(),
242
+ branchName: z.string().optional(),
243
+ email: z.string().optional(),
244
+ emails: z.array(z.string()).optional(),
245
+ phone: z.string().optional(),
246
+ phones: z.array(z.string()).optional(),
247
+ postcode: z.string().optional(),
248
+ website: z.string().optional(),
445
249
  });
446
- /**
447
- * @internal
448
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
449
- */
450
- var Agent$;
451
- (function (Agent$) {
452
- /** @deprecated use `Agent$inboundSchema` instead. */
453
- Agent$.inboundSchema = exports.Agent$inboundSchema;
454
- /** @deprecated use `Agent$outboundSchema` instead. */
455
- Agent$.outboundSchema = exports.Agent$outboundSchema;
456
- })(Agent$ || (exports.Agent$ = Agent$ = {}));
457
- function agentToJSON(agent) {
458
- return JSON.stringify(exports.Agent$outboundSchema.parse(agent));
459
- }
460
250
  function agentFromJSON(jsonString) {
461
251
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Agent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Agent' from JSON`);
462
252
  }
463
253
  /** @internal */
464
254
  exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType);
465
255
  /** @internal */
466
- exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema;
467
- /**
468
- * @internal
469
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
470
- */
471
- var GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$;
472
- (function (GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$) {
473
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema` instead. */
474
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$.inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema;
475
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$outboundSchema` instead. */
476
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$.outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$outboundSchema;
477
- })(GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$ || (exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$ = GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$ = {}));
478
- /** @internal */
479
256
  exports.BrochureImages$inboundSchema = z.object({
480
- caption: z.nullable(z.string()).optional(),
481
- order: z.nullable(z.number()).optional(),
482
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema).optional(),
483
- url: z.string(),
484
- });
485
- /** @internal */
486
- exports.BrochureImages$outboundSchema = z.object({
487
- caption: z.nullable(z.string()).optional(),
488
- order: z.nullable(z.number()).optional(),
489
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$outboundSchema).optional(),
257
+ caption: z.string().optional(),
258
+ order: z.number().optional(),
259
+ type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataBrochureImagesType$inboundSchema
260
+ .optional(),
490
261
  url: z.string(),
491
262
  });
492
- /**
493
- * @internal
494
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
495
- */
496
- var BrochureImages$;
497
- (function (BrochureImages$) {
498
- /** @deprecated use `BrochureImages$inboundSchema` instead. */
499
- BrochureImages$.inboundSchema = exports.BrochureImages$inboundSchema;
500
- /** @deprecated use `BrochureImages$outboundSchema` instead. */
501
- BrochureImages$.outboundSchema = exports.BrochureImages$outboundSchema;
502
- })(BrochureImages$ || (exports.BrochureImages$ = BrochureImages$ = {}));
503
- function brochureImagesToJSON(brochureImages) {
504
- return JSON.stringify(exports.BrochureImages$outboundSchema.parse(brochureImages));
505
- }
506
263
  function brochureImagesFromJSON(jsonString) {
507
264
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.BrochureImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BrochureImages' from JSON`);
508
265
  }
509
266
  /** @internal */
510
267
  exports.GetListingByIdCategory$inboundSchema = z.nativeEnum(exports.GetListingByIdCategory);
511
268
  /** @internal */
512
- exports.GetListingByIdCategory$outboundSchema = exports.GetListingByIdCategory$inboundSchema;
513
- /**
514
- * @internal
515
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
516
- */
517
- var GetListingByIdCategory$;
518
- (function (GetListingByIdCategory$) {
519
- /** @deprecated use `GetListingByIdCategory$inboundSchema` instead. */
520
- GetListingByIdCategory$.inboundSchema = exports.GetListingByIdCategory$inboundSchema;
521
- /** @deprecated use `GetListingByIdCategory$outboundSchema` instead. */
522
- GetListingByIdCategory$.outboundSchema = exports.GetListingByIdCategory$outboundSchema;
523
- })(GetListingByIdCategory$ || (exports.GetListingByIdCategory$ = GetListingByIdCategory$ = {}));
524
- /** @internal */
525
269
  exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType);
526
270
  /** @internal */
527
- exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema;
528
- /**
529
- * @internal
530
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
531
- */
532
- var GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$;
533
- (function (GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$) {
534
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema` instead. */
535
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$.inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema;
536
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$outboundSchema` instead. */
537
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$.outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$outboundSchema;
538
- })(GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$ || (exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$ = GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$ = {}));
539
- /** @internal */
540
271
  exports.EnergyRatingImages$inboundSchema = z.object({
541
- caption: z.nullable(z.string()).optional(),
542
- order: z.nullable(z.number()).optional(),
543
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema).optional(),
544
- url: z.string(),
545
- });
546
- /** @internal */
547
- exports.EnergyRatingImages$outboundSchema = z.object({
548
- caption: z.nullable(z.string()).optional(),
549
- order: z.nullable(z.number()).optional(),
550
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$outboundSchema).optional(),
272
+ caption: z.string().optional(),
273
+ order: z.number().optional(),
274
+ type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataEnergyRatingImagesType$inboundSchema
275
+ .optional(),
551
276
  url: z.string(),
552
277
  });
553
- /**
554
- * @internal
555
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
556
- */
557
- var EnergyRatingImages$;
558
- (function (EnergyRatingImages$) {
559
- /** @deprecated use `EnergyRatingImages$inboundSchema` instead. */
560
- EnergyRatingImages$.inboundSchema = exports.EnergyRatingImages$inboundSchema;
561
- /** @deprecated use `EnergyRatingImages$outboundSchema` instead. */
562
- EnergyRatingImages$.outboundSchema = exports.EnergyRatingImages$outboundSchema;
563
- })(EnergyRatingImages$ || (exports.EnergyRatingImages$ = EnergyRatingImages$ = {}));
564
- function energyRatingImagesToJSON(energyRatingImages) {
565
- return JSON.stringify(exports.EnergyRatingImages$outboundSchema.parse(energyRatingImages));
566
- }
567
278
  function energyRatingImagesFromJSON(jsonString) {
568
279
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnergyRatingImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnergyRatingImages' from JSON`);
569
280
  }
@@ -572,185 +283,48 @@ exports.Features$inboundSchema = z.object({
572
283
  featureId: z.string(),
573
284
  value: z.string(),
574
285
  });
575
- /** @internal */
576
- exports.Features$outboundSchema = z.object({
577
- featureId: z.string(),
578
- value: z.string(),
579
- });
580
- /**
581
- * @internal
582
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
583
- */
584
- var Features$;
585
- (function (Features$) {
586
- /** @deprecated use `Features$inboundSchema` instead. */
587
- Features$.inboundSchema = exports.Features$inboundSchema;
588
- /** @deprecated use `Features$outboundSchema` instead. */
589
- Features$.outboundSchema = exports.Features$outboundSchema;
590
- })(Features$ || (exports.Features$ = Features$ = {}));
591
- function featuresToJSON(features) {
592
- return JSON.stringify(exports.Features$outboundSchema.parse(features));
593
- }
594
286
  function featuresFromJSON(jsonString) {
595
287
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Features$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Features' from JSON`);
596
288
  }
597
289
  /** @internal */
598
290
  exports.GetListingByIdListingsResponse200Type$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200Type);
599
291
  /** @internal */
600
- exports.GetListingByIdListingsResponse200Type$outboundSchema = exports.GetListingByIdListingsResponse200Type$inboundSchema;
601
- /**
602
- * @internal
603
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
604
- */
605
- var GetListingByIdListingsResponse200Type$;
606
- (function (GetListingByIdListingsResponse200Type$) {
607
- /** @deprecated use `GetListingByIdListingsResponse200Type$inboundSchema` instead. */
608
- GetListingByIdListingsResponse200Type$.inboundSchema = exports.GetListingByIdListingsResponse200Type$inboundSchema;
609
- /** @deprecated use `GetListingByIdListingsResponse200Type$outboundSchema` instead. */
610
- GetListingByIdListingsResponse200Type$.outboundSchema = exports.GetListingByIdListingsResponse200Type$outboundSchema;
611
- })(GetListingByIdListingsResponse200Type$ || (exports.GetListingByIdListingsResponse200Type$ = GetListingByIdListingsResponse200Type$ = {}));
612
- /** @internal */
613
292
  exports.FloorPlanImages$inboundSchema = z.object({
614
- caption: z.nullable(z.string()).optional(),
615
- order: z.nullable(z.number()).optional(),
616
- type: z.nullable(exports.GetListingByIdListingsResponse200Type$inboundSchema)
617
- .optional(),
618
- url: z.string(),
619
- });
620
- /** @internal */
621
- exports.FloorPlanImages$outboundSchema = z.object({
622
- caption: z.nullable(z.string()).optional(),
623
- order: z.nullable(z.number()).optional(),
624
- type: z.nullable(exports.GetListingByIdListingsResponse200Type$outboundSchema)
625
- .optional(),
293
+ caption: z.string().optional(),
294
+ order: z.number().optional(),
295
+ type: exports.GetListingByIdListingsResponse200Type$inboundSchema.optional(),
626
296
  url: z.string(),
627
297
  });
628
- /**
629
- * @internal
630
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
631
- */
632
- var FloorPlanImages$;
633
- (function (FloorPlanImages$) {
634
- /** @deprecated use `FloorPlanImages$inboundSchema` instead. */
635
- FloorPlanImages$.inboundSchema = exports.FloorPlanImages$inboundSchema;
636
- /** @deprecated use `FloorPlanImages$outboundSchema` instead. */
637
- FloorPlanImages$.outboundSchema = exports.FloorPlanImages$outboundSchema;
638
- })(FloorPlanImages$ || (exports.FloorPlanImages$ = FloorPlanImages$ = {}));
639
- function floorPlanImagesToJSON(floorPlanImages) {
640
- return JSON.stringify(exports.FloorPlanImages$outboundSchema.parse(floorPlanImages));
641
- }
642
298
  function floorPlanImagesFromJSON(jsonString) {
643
299
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FloorPlanImages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FloorPlanImages' from JSON`);
644
300
  }
645
301
  /** @internal */
646
302
  exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200ApplicationJSONType);
647
303
  /** @internal */
648
- exports.GetListingByIdListingsResponse200ApplicationJSONType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema;
649
- /**
650
- * @internal
651
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
652
- */
653
- var GetListingByIdListingsResponse200ApplicationJSONType$;
654
- (function (GetListingByIdListingsResponse200ApplicationJSONType$) {
655
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema` instead. */
656
- GetListingByIdListingsResponse200ApplicationJSONType$.inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema;
657
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONType$outboundSchema` instead. */
658
- GetListingByIdListingsResponse200ApplicationJSONType$.outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONType$outboundSchema;
659
- })(GetListingByIdListingsResponse200ApplicationJSONType$ || (exports.GetListingByIdListingsResponse200ApplicationJSONType$ = GetListingByIdListingsResponse200ApplicationJSONType$ = {}));
660
- /** @internal */
661
304
  exports.Images$inboundSchema = z
662
305
  .object({
663
- caption: z.nullable(z.string()).optional(),
664
- order: z.nullable(z.number()).optional(),
665
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema).optional(),
666
- url: z.string(),
667
- });
668
- /** @internal */
669
- exports.Images$outboundSchema = z.object({
670
- caption: z.nullable(z.string()).optional(),
671
- order: z.nullable(z.number()).optional(),
672
- type: z.nullable(exports.GetListingByIdListingsResponse200ApplicationJSONType$outboundSchema).optional(),
306
+ caption: z.string().optional(),
307
+ order: z.number().optional(),
308
+ type: exports.GetListingByIdListingsResponse200ApplicationJSONType$inboundSchema
309
+ .optional(),
673
310
  url: z.string(),
674
311
  });
675
- /**
676
- * @internal
677
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
678
- */
679
- var Images$;
680
- (function (Images$) {
681
- /** @deprecated use `Images$inboundSchema` instead. */
682
- Images$.inboundSchema = exports.Images$inboundSchema;
683
- /** @deprecated use `Images$outboundSchema` instead. */
684
- Images$.outboundSchema = exports.Images$outboundSchema;
685
- })(Images$ || (exports.Images$ = Images$ = {}));
686
- function imagesToJSON(images) {
687
- return JSON.stringify(exports.Images$outboundSchema.parse(images));
688
- }
689
312
  function imagesFromJSON(jsonString) {
690
313
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Images$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Images' from JSON`);
691
314
  }
692
315
  /** @internal */
693
316
  exports.Content$inboundSchema = z.union([z.string(), z.array(z.string()), z.any()]);
694
- /** @internal */
695
- exports.Content$outboundSchema = z.union([z.string(), z.array(z.string()), z.any()]);
696
- /**
697
- * @internal
698
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
699
- */
700
- var Content$;
701
- (function (Content$) {
702
- /** @deprecated use `Content$inboundSchema` instead. */
703
- Content$.inboundSchema = exports.Content$inboundSchema;
704
- /** @deprecated use `Content$outboundSchema` instead. */
705
- Content$.outboundSchema = exports.Content$outboundSchema;
706
- })(Content$ || (exports.Content$ = Content$ = {}));
707
- function contentToJSON(content) {
708
- return JSON.stringify(exports.Content$outboundSchema.parse(content));
709
- }
710
317
  function contentFromJSON(jsonString) {
711
318
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Content$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Content' from JSON`);
712
319
  }
713
320
  /** @internal */
714
321
  exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType);
715
322
  /** @internal */
716
- exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema;
717
- /**
718
- * @internal
719
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
720
- */
721
- var GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$;
722
- (function (GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$) {
723
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
724
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$.inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema;
725
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
726
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$.outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$outboundSchema;
727
- })(GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$ || (exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$ = GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$ = {}));
728
- /** @internal */
729
323
  exports.Narratives$inboundSchema = z.object({
730
324
  content: z.nullable(z.union([z.string(), z.array(z.string()), z.any()]))
731
325
  .optional(),
732
326
  type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$inboundSchema,
733
327
  });
734
- /** @internal */
735
- exports.Narratives$outboundSchema = z.object({
736
- content: z.nullable(z.union([z.string(), z.array(z.string()), z.any()]))
737
- .optional(),
738
- type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyType$outboundSchema,
739
- });
740
- /**
741
- * @internal
742
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
743
- */
744
- var Narratives$;
745
- (function (Narratives$) {
746
- /** @deprecated use `Narratives$inboundSchema` instead. */
747
- Narratives$.inboundSchema = exports.Narratives$inboundSchema;
748
- /** @deprecated use `Narratives$outboundSchema` instead. */
749
- Narratives$.outboundSchema = exports.Narratives$outboundSchema;
750
- })(Narratives$ || (exports.Narratives$ = Narratives$ = {}));
751
- function narrativesToJSON(narratives) {
752
- return JSON.stringify(exports.Narratives$outboundSchema.parse(narratives));
753
- }
754
328
  function narrativesFromJSON(jsonString) {
755
329
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Narratives$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Narratives' from JSON`);
756
330
  }
@@ -758,126 +332,32 @@ function narrativesFromJSON(jsonString) {
758
332
  exports.Direction$inboundSchema = z
759
333
  .nativeEnum(exports.Direction);
760
334
  /** @internal */
761
- exports.Direction$outboundSchema = exports.Direction$inboundSchema;
762
- /**
763
- * @internal
764
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
765
- */
766
- var Direction$;
767
- (function (Direction$) {
768
- /** @deprecated use `Direction$inboundSchema` instead. */
769
- Direction$.inboundSchema = exports.Direction$inboundSchema;
770
- /** @deprecated use `Direction$outboundSchema` instead. */
771
- Direction$.outboundSchema = exports.Direction$outboundSchema;
772
- })(Direction$ || (exports.Direction$ = Direction$ = {}));
773
- /** @internal */
774
335
  exports.PriceHistory$inboundSchema = z.object({
775
- amount: z.nullable(z.number()).optional(),
336
+ amount: z.number().optional(),
776
337
  date: z.string().datetime({ offset: true }).transform(v => new Date(v)),
777
338
  direction: exports.Direction$inboundSchema.optional(),
778
- oldPrice: z.nullable(z.number()).optional(),
779
- percent: z.nullable(z.number()).optional(),
780
- price: z.number(),
781
- });
782
- /** @internal */
783
- exports.PriceHistory$outboundSchema = z.object({
784
- amount: z.nullable(z.number()).optional(),
785
- date: z.date().transform(v => v.toISOString()),
786
- direction: exports.Direction$outboundSchema.optional(),
787
- oldPrice: z.nullable(z.number()).optional(),
788
- percent: z.nullable(z.number()).optional(),
339
+ oldPrice: z.number().optional(),
340
+ percent: z.number().optional(),
789
341
  price: z.number(),
790
342
  });
791
- /**
792
- * @internal
793
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
794
- */
795
- var PriceHistory$;
796
- (function (PriceHistory$) {
797
- /** @deprecated use `PriceHistory$inboundSchema` instead. */
798
- PriceHistory$.inboundSchema = exports.PriceHistory$inboundSchema;
799
- /** @deprecated use `PriceHistory$outboundSchema` instead. */
800
- PriceHistory$.outboundSchema = exports.PriceHistory$outboundSchema;
801
- })(PriceHistory$ || (exports.PriceHistory$ = PriceHistory$ = {}));
802
- function priceHistoryToJSON(priceHistory) {
803
- return JSON.stringify(exports.PriceHistory$outboundSchema.parse(priceHistory));
804
- }
805
343
  function priceHistoryFromJSON(jsonString) {
806
344
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PriceHistory$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PriceHistory' from JSON`);
807
345
  }
808
346
  /** @internal */
809
347
  exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema = z.nativeEnum(exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType);
810
348
  /** @internal */
811
- exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema;
812
- /**
813
- * @internal
814
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
815
- */
816
- var GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$;
817
- (function (GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$) {
818
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema` instead. */
819
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$.inboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema;
820
- /** @deprecated use `GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$outboundSchema` instead. */
821
- GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$.outboundSchema = exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$outboundSchema;
822
- })(GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$ || (exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$ = GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$ = {}));
823
- /** @internal */
824
349
  exports.GeoJSONPoint$inboundSchema = z.object({
825
350
  coordinates: z.array(z.number()),
826
351
  type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$inboundSchema,
827
352
  });
828
- /** @internal */
829
- exports.GeoJSONPoint$outboundSchema = z.object({
830
- coordinates: z.array(z.number()),
831
- type: exports.GetListingByIdListingsResponse200ApplicationJSONResponseBodyDataType$outboundSchema,
832
- });
833
- /**
834
- * @internal
835
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
836
- */
837
- var GeoJSONPoint$;
838
- (function (GeoJSONPoint$) {
839
- /** @deprecated use `GeoJSONPoint$inboundSchema` instead. */
840
- GeoJSONPoint$.inboundSchema = exports.GeoJSONPoint$inboundSchema;
841
- /** @deprecated use `GeoJSONPoint$outboundSchema` instead. */
842
- GeoJSONPoint$.outboundSchema = exports.GeoJSONPoint$outboundSchema;
843
- })(GeoJSONPoint$ || (exports.GeoJSONPoint$ = GeoJSONPoint$ = {}));
844
- function geoJSONPointToJSON(geoJSONPoint) {
845
- return JSON.stringify(exports.GeoJSONPoint$outboundSchema.parse(geoJSONPoint));
846
- }
847
353
  function geoJSONPointFromJSON(jsonString) {
848
354
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GeoJSONPoint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GeoJSONPoint' from JSON`);
849
355
  }
850
356
  /** @internal */
851
357
  exports.GetListingByIdStatus$inboundSchema = z.nativeEnum(exports.GetListingByIdStatus);
852
358
  /** @internal */
853
- exports.GetListingByIdStatus$outboundSchema = exports.GetListingByIdStatus$inboundSchema;
854
- /**
855
- * @internal
856
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
857
- */
858
- var GetListingByIdStatus$;
859
- (function (GetListingByIdStatus$) {
860
- /** @deprecated use `GetListingByIdStatus$inboundSchema` instead. */
861
- GetListingByIdStatus$.inboundSchema = exports.GetListingByIdStatus$inboundSchema;
862
- /** @deprecated use `GetListingByIdStatus$outboundSchema` instead. */
863
- GetListingByIdStatus$.outboundSchema = exports.GetListingByIdStatus$outboundSchema;
864
- })(GetListingByIdStatus$ || (exports.GetListingByIdStatus$ = GetListingByIdStatus$ = {}));
865
- /** @internal */
866
359
  exports.GetListingByIdType$inboundSchema = z.nativeEnum(exports.GetListingByIdType);
867
360
  /** @internal */
868
- exports.GetListingByIdType$outboundSchema = exports.GetListingByIdType$inboundSchema;
869
- /**
870
- * @internal
871
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
872
- */
873
- var GetListingByIdType$;
874
- (function (GetListingByIdType$) {
875
- /** @deprecated use `GetListingByIdType$inboundSchema` instead. */
876
- GetListingByIdType$.inboundSchema = exports.GetListingByIdType$inboundSchema;
877
- /** @deprecated use `GetListingByIdType$outboundSchema` instead. */
878
- GetListingByIdType$.outboundSchema = exports.GetListingByIdType$outboundSchema;
879
- })(GetListingByIdType$ || (exports.GetListingByIdType$ = GetListingByIdType$ = {}));
880
- /** @internal */
881
361
  exports.Data$inboundSchema = z
882
362
  .object({
883
363
  address: z.lazy(() => exports.Address$inboundSchema),
@@ -923,64 +403,6 @@ exports.Data$inboundSchema = z
923
403
  updatedAt: z.string().datetime({ offset: true }).transform(v => new Date(v))
924
404
  .optional(),
925
405
  });
926
- /** @internal */
927
- exports.Data$outboundSchema = z.object({
928
- address: z.lazy(() => exports.Address$outboundSchema),
929
- agent: z.nullable(z.lazy(() => exports.Agent$outboundSchema)).optional(),
930
- baths: z.nullable(z.number()).optional(),
931
- beds: z.nullable(z.number()).optional(),
932
- brochureImages: z.array(z.lazy(() => exports.BrochureImages$outboundSchema))
933
- .optional(),
934
- category: exports.GetListingByIdCategory$outboundSchema,
935
- createdAt: z.date().transform(v => v.toISOString()).optional(),
936
- currency: z.string().default("GBP"),
937
- displayAddress: z.string().optional(),
938
- energyRatingImages: z.array(z.lazy(() => exports.EnergyRatingImages$outboundSchema))
939
- .optional(),
940
- features: z.nullable(z.array(z.lazy(() => exports.Features$outboundSchema)))
941
- .optional(),
942
- floorPlanImages: z.array(z.lazy(() => exports.FloorPlanImages$outboundSchema))
943
- .optional(),
944
- id: z.string(),
945
- images: z.array(z.lazy(() => exports.Images$outboundSchema)).optional(),
946
- isAuction: z.boolean().optional(),
947
- isNewBuild: z.boolean().optional(),
948
- isRetirement: z.boolean().optional(),
949
- isSharedOwnership: z.boolean().optional(),
950
- key: z.string(),
951
- lat: z.number().optional(),
952
- lng: z.number().optional(),
953
- locationId: z.nullable(z.string()).optional(),
954
- narratives: z.nullable(z.array(z.lazy(() => exports.Narratives$outboundSchema)))
955
- .optional(),
956
- price: z.number(),
957
- priceHistory: z.array(z.lazy(() => exports.PriceHistory$outboundSchema)).optional(),
958
- propertyType: z.string(),
959
- provider: z.string(),
960
- publishedDate: z.date().transform(v => v.toISOString()),
961
- receptions: z.nullable(z.number()).optional(),
962
- removedDate: z.nullable(z.date().transform(v => v.toISOString()))
963
- .optional(),
964
- spatial: z.nullable(z.lazy(() => exports.GeoJSONPoint$outboundSchema)).optional(),
965
- status: exports.GetListingByIdStatus$outboundSchema,
966
- subPropertyType: z.nullable(z.string()).optional(),
967
- type: exports.GetListingByIdType$outboundSchema,
968
- updatedAt: z.date().transform(v => v.toISOString()).optional(),
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
- var Data$;
975
- (function (Data$) {
976
- /** @deprecated use `Data$inboundSchema` instead. */
977
- Data$.inboundSchema = exports.Data$inboundSchema;
978
- /** @deprecated use `Data$outboundSchema` instead. */
979
- Data$.outboundSchema = exports.Data$outboundSchema;
980
- })(Data$ || (exports.Data$ = Data$ = {}));
981
- function dataToJSON(data) {
982
- return JSON.stringify(exports.Data$outboundSchema.parse(data));
983
- }
984
406
  function dataFromJSON(jsonString) {
985
407
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data' from JSON`);
986
408
  }
@@ -989,25 +411,6 @@ exports.GetListingByIdResponseBody$inboundSchema = z.object({
989
411
  data: z.lazy(() => exports.Data$inboundSchema),
990
412
  success: z.boolean(),
991
413
  });
992
- /** @internal */
993
- exports.GetListingByIdResponseBody$outboundSchema = z.object({
994
- data: z.lazy(() => exports.Data$outboundSchema),
995
- success: z.boolean(),
996
- });
997
- /**
998
- * @internal
999
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1000
- */
1001
- var GetListingByIdResponseBody$;
1002
- (function (GetListingByIdResponseBody$) {
1003
- /** @deprecated use `GetListingByIdResponseBody$inboundSchema` instead. */
1004
- GetListingByIdResponseBody$.inboundSchema = exports.GetListingByIdResponseBody$inboundSchema;
1005
- /** @deprecated use `GetListingByIdResponseBody$outboundSchema` instead. */
1006
- GetListingByIdResponseBody$.outboundSchema = exports.GetListingByIdResponseBody$outboundSchema;
1007
- })(GetListingByIdResponseBody$ || (exports.GetListingByIdResponseBody$ = GetListingByIdResponseBody$ = {}));
1008
- function getListingByIdResponseBodyToJSON(getListingByIdResponseBody) {
1009
- return JSON.stringify(exports.GetListingByIdResponseBody$outboundSchema.parse(getListingByIdResponseBody));
1010
- }
1011
414
  function getListingByIdResponseBodyFromJSON(jsonString) {
1012
415
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdResponseBody' from JSON`);
1013
416
  }
@@ -1017,26 +420,6 @@ exports.GetListingByIdResponse$inboundSchema = z.union([
1017
420
  z.lazy(() => exports.GetListingByIdListingsResponseBody$inboundSchema),
1018
421
  z.lazy(() => exports.GetListingByIdListingsResponseResponseBody$inboundSchema),
1019
422
  ]);
1020
- /** @internal */
1021
- exports.GetListingByIdResponse$outboundSchema = z.union([
1022
- z.lazy(() => exports.GetListingByIdResponseBody$outboundSchema),
1023
- z.lazy(() => exports.GetListingByIdListingsResponseBody$outboundSchema),
1024
- z.lazy(() => exports.GetListingByIdListingsResponseResponseBody$outboundSchema),
1025
- ]);
1026
- /**
1027
- * @internal
1028
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1029
- */
1030
- var GetListingByIdResponse$;
1031
- (function (GetListingByIdResponse$) {
1032
- /** @deprecated use `GetListingByIdResponse$inboundSchema` instead. */
1033
- GetListingByIdResponse$.inboundSchema = exports.GetListingByIdResponse$inboundSchema;
1034
- /** @deprecated use `GetListingByIdResponse$outboundSchema` instead. */
1035
- GetListingByIdResponse$.outboundSchema = exports.GetListingByIdResponse$outboundSchema;
1036
- })(GetListingByIdResponse$ || (exports.GetListingByIdResponse$ = GetListingByIdResponse$ = {}));
1037
- function getListingByIdResponseToJSON(getListingByIdResponse) {
1038
- return JSON.stringify(exports.GetListingByIdResponse$outboundSchema.parse(getListingByIdResponse));
1039
- }
1040
423
  function getListingByIdResponseFromJSON(jsonString) {
1041
424
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetListingByIdResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetListingByIdResponse' from JSON`);
1042
425
  }