@vepler/sdk 1.9.10 → 1.9.11

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 (351) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +30 -30
  3. package/dist/commonjs/funcs/{healthGetV1LocationHealth.d.ts → healthCheckLocationHealth.d.ts} +2 -2
  4. package/dist/commonjs/funcs/{healthGetV1PlanningHealth.d.ts.map → healthCheckLocationHealth.d.ts.map} +1 -1
  5. package/dist/commonjs/funcs/{healthGetV1LocationHealth.js → healthCheckLocationHealth.js} +4 -4
  6. package/dist/commonjs/funcs/{healthGetV1PlanningHealth.js.map → healthCheckLocationHealth.js.map} +1 -1
  7. package/dist/{esm/funcs/healthGetV1PlanningHealth.d.ts → commonjs/funcs/healthCheckPlanningHealth.d.ts} +2 -2
  8. package/dist/commonjs/funcs/{healthGetV1LocationHealth.d.ts.map → healthCheckPlanningHealth.d.ts.map} +1 -1
  9. package/dist/commonjs/funcs/{healthGetV1PlanningHealth.js → healthCheckPlanningHealth.js} +4 -4
  10. package/dist/commonjs/funcs/{healthGetV1PropertyHealth.js.map → healthCheckPlanningHealth.js.map} +1 -1
  11. package/dist/{esm/funcs/healthGetV1PropertyHealth.d.ts → commonjs/funcs/healthCheckPropertyHealth.d.ts} +2 -2
  12. package/dist/commonjs/funcs/{healthGetV1PropertyHealth.d.ts.map → healthCheckPropertyHealth.d.ts.map} +1 -1
  13. package/dist/commonjs/funcs/{healthGetV1PropertyHealth.js → healthCheckPropertyHealth.js} +4 -4
  14. package/dist/commonjs/funcs/{healthGetV1LocationHealth.js.map → healthCheckPropertyHealth.js.map} +1 -1
  15. package/dist/{esm/funcs/locationPostV1LocationStreetQuery.d.ts → commonjs/funcs/locationSearchStreets.d.ts} +2 -2
  16. package/dist/commonjs/funcs/locationSearchStreets.d.ts.map +1 -0
  17. package/dist/commonjs/funcs/{locationPostV1LocationStreetQuery.js → locationSearchStreets.js} +5 -5
  18. package/dist/commonjs/funcs/locationSearchStreets.js.map +1 -0
  19. package/dist/commonjs/funcs/{planningGetV1PlanningApplicationIds.d.ts → planningGetPlanningApplications.d.ts} +2 -2
  20. package/dist/commonjs/funcs/planningGetPlanningApplications.d.ts.map +1 -0
  21. package/dist/commonjs/funcs/{planningGetV1PlanningApplicationIds.js → planningGetPlanningApplications.js} +6 -6
  22. package/dist/commonjs/funcs/planningGetPlanningApplications.js.map +1 -0
  23. package/dist/commonjs/funcs/{planningGetV1PlanningSourcesSourceIds.d.ts → planningGetPlanningApplicationsBySource.d.ts} +2 -2
  24. package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.d.ts.map +1 -0
  25. package/dist/commonjs/funcs/{planningGetV1PlanningSourcesSourceIds.js → planningGetPlanningApplicationsBySource.js} +6 -6
  26. package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.js.map +1 -0
  27. package/dist/commonjs/funcs/{planningPostV1PlanningQuery.d.ts → planningSearchPlanningApplications.d.ts} +2 -2
  28. package/dist/commonjs/funcs/planningSearchPlanningApplications.d.ts.map +1 -0
  29. package/dist/commonjs/funcs/{planningPostV1PlanningQuery.js → planningSearchPlanningApplications.js} +5 -5
  30. package/dist/commonjs/funcs/planningSearchPlanningApplications.js.map +1 -0
  31. package/dist/{esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts → commonjs/funcs/propertyGetProperties.d.ts} +2 -2
  32. package/dist/commonjs/funcs/propertyGetProperties.d.ts.map +1 -0
  33. package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.js → propertyGetProperties.js} +6 -6
  34. package/dist/commonjs/funcs/propertyGetProperties.js.map +1 -0
  35. package/dist/{esm/funcs/propertyGetV1PropertyLocationIds.d.ts → commonjs/funcs/propertyGetPropertiesByLocation.d.ts} +2 -2
  36. package/dist/commonjs/funcs/propertyGetPropertiesByLocation.d.ts.map +1 -0
  37. package/dist/commonjs/funcs/{propertyGetV1PropertyLocationIds.js → propertyGetPropertiesByLocation.js} +6 -6
  38. package/dist/commonjs/funcs/propertyGetPropertiesByLocation.js.map +1 -0
  39. package/dist/commonjs/funcs/{propertyPostV1PropertyPropertiesBySlugs.d.ts → propertyGetPropertiesBySlugs.d.ts} +2 -2
  40. package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.d.ts.map +1 -0
  41. package/dist/commonjs/funcs/{propertyPostV1PropertyPropertiesBySlugs.js → propertyGetPropertiesBySlugs.js} +5 -5
  42. package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.js.map +1 -0
  43. package/dist/commonjs/funcs/{propertyGetV1PropertySourcesSourceIds.d.ts → propertyGetPropertiesBySource.d.ts} +2 -2
  44. package/dist/commonjs/funcs/propertyGetPropertiesBySource.d.ts.map +1 -0
  45. package/dist/commonjs/funcs/{propertyGetV1PropertySourcesSourceIds.js → propertyGetPropertiesBySource.js} +6 -6
  46. package/dist/commonjs/funcs/propertyGetPropertiesBySource.js.map +1 -0
  47. package/dist/commonjs/funcs/propertySearchProperties.d.ts +18 -0
  48. package/dist/commonjs/funcs/propertySearchProperties.d.ts.map +1 -0
  49. package/dist/commonjs/funcs/{propertyPostV1PropertyQuery.js → propertySearchProperties.js} +5 -5
  50. package/dist/commonjs/funcs/propertySearchProperties.js.map +1 -0
  51. package/dist/commonjs/sdk/health.d.ts +3 -3
  52. package/dist/commonjs/sdk/health.js +9 -9
  53. package/dist/commonjs/sdk/location.d.ts +1 -1
  54. package/dist/commonjs/sdk/location.d.ts.map +1 -1
  55. package/dist/commonjs/sdk/location.js +3 -3
  56. package/dist/commonjs/sdk/location.js.map +1 -1
  57. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts +54 -0
  58. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
  59. package/dist/commonjs/sdk/models/operations/getplanningapplications.js +99 -0
  60. package/dist/commonjs/sdk/models/operations/getplanningapplications.js.map +1 -0
  61. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
  62. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
  63. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js +99 -0
  64. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
  65. package/dist/commonjs/sdk/models/operations/getproperties.d.ts +69 -0
  66. package/dist/commonjs/sdk/models/operations/getproperties.d.ts.map +1 -0
  67. package/dist/commonjs/sdk/models/operations/getproperties.js +105 -0
  68. package/dist/commonjs/sdk/models/operations/getproperties.js.map +1 -0
  69. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
  70. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
  71. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js +105 -0
  72. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
  73. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
  74. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
  75. package/dist/commonjs/sdk/models/operations/{postv1propertyquery.js → getpropertiesbyslugs.js} +17 -17
  76. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
  77. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
  78. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
  79. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js +105 -0
  80. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js.map +1 -0
  81. package/dist/commonjs/sdk/models/operations/index.d.ts +9 -9
  82. package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
  83. package/dist/commonjs/sdk/models/operations/index.js +9 -9
  84. package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
  85. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts +26 -0
  86. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
  87. package/dist/commonjs/sdk/models/operations/{postv1propertypropertiesbyslugs.js → searchplanningapplications.js} +19 -19
  88. package/dist/commonjs/sdk/models/operations/searchplanningapplications.js.map +1 -0
  89. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts +26 -0
  90. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts.map +1 -0
  91. package/dist/commonjs/sdk/models/operations/{postv1planningquery.js → searchproperties.js} +19 -19
  92. package/dist/commonjs/sdk/models/operations/searchproperties.js.map +1 -0
  93. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts +26 -0
  94. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts.map +1 -0
  95. package/dist/commonjs/sdk/models/operations/{postv1locationstreetquery.js → searchstreets.js} +17 -17
  96. package/dist/commonjs/sdk/models/operations/searchstreets.js.map +1 -0
  97. package/dist/commonjs/sdk/planning.d.ts +7 -7
  98. package/dist/commonjs/sdk/planning.d.ts.map +1 -1
  99. package/dist/commonjs/sdk/planning.js +13 -13
  100. package/dist/commonjs/sdk/planning.js.map +1 -1
  101. package/dist/commonjs/sdk/property.d.ts +11 -11
  102. package/dist/commonjs/sdk/property.d.ts.map +1 -1
  103. package/dist/commonjs/sdk/property.js +21 -21
  104. package/dist/commonjs/sdk/property.js.map +1 -1
  105. package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts → healthCheckLocationHealth.d.ts} +2 -2
  106. package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts.map → healthCheckLocationHealth.d.ts.map} +1 -1
  107. package/dist/esm/funcs/{healthGetV1LocationHealth.js → healthCheckLocationHealth.js} +3 -3
  108. package/dist/esm/funcs/{healthGetV1PlanningHealth.js.map → healthCheckLocationHealth.js.map} +1 -1
  109. package/dist/{commonjs/funcs/healthGetV1PlanningHealth.d.ts → esm/funcs/healthCheckPlanningHealth.d.ts} +2 -2
  110. package/dist/esm/funcs/healthCheckPlanningHealth.d.ts.map +1 -0
  111. package/dist/esm/funcs/{healthGetV1PlanningHealth.js → healthCheckPlanningHealth.js} +3 -3
  112. package/dist/esm/funcs/{healthGetV1PropertyHealth.js.map → healthCheckPlanningHealth.js.map} +1 -1
  113. package/dist/{commonjs/funcs/healthGetV1PropertyHealth.d.ts → esm/funcs/healthCheckPropertyHealth.d.ts} +2 -2
  114. package/dist/esm/funcs/healthCheckPropertyHealth.d.ts.map +1 -0
  115. package/dist/esm/funcs/{healthGetV1PropertyHealth.js → healthCheckPropertyHealth.js} +3 -3
  116. package/dist/esm/funcs/{healthGetV1LocationHealth.js.map → healthCheckPropertyHealth.js.map} +1 -1
  117. package/dist/{commonjs/funcs/locationPostV1LocationStreetQuery.d.ts → esm/funcs/locationSearchStreets.d.ts} +2 -2
  118. package/dist/esm/funcs/locationSearchStreets.d.ts.map +1 -0
  119. package/dist/esm/funcs/{locationPostV1LocationStreetQuery.js → locationSearchStreets.js} +4 -4
  120. package/dist/esm/funcs/locationSearchStreets.js.map +1 -0
  121. package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.d.ts → planningGetPlanningApplications.d.ts} +2 -2
  122. package/dist/esm/funcs/planningGetPlanningApplications.d.ts.map +1 -0
  123. package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.js → planningGetPlanningApplications.js} +5 -5
  124. package/dist/esm/funcs/planningGetPlanningApplications.js.map +1 -0
  125. package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.d.ts → planningGetPlanningApplicationsBySource.d.ts} +2 -2
  126. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.d.ts.map +1 -0
  127. package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.js → planningGetPlanningApplicationsBySource.js} +5 -5
  128. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js.map +1 -0
  129. package/dist/esm/funcs/{planningPostV1PlanningQuery.d.ts → planningSearchPlanningApplications.d.ts} +2 -2
  130. package/dist/esm/funcs/planningSearchPlanningApplications.d.ts.map +1 -0
  131. package/dist/esm/funcs/{planningPostV1PlanningQuery.js → planningSearchPlanningApplications.js} +4 -4
  132. package/dist/esm/funcs/planningSearchPlanningApplications.js.map +1 -0
  133. package/dist/{commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts → esm/funcs/propertyGetProperties.d.ts} +2 -2
  134. package/dist/esm/funcs/propertyGetProperties.d.ts.map +1 -0
  135. package/dist/esm/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.js → propertyGetProperties.js} +5 -5
  136. package/dist/esm/funcs/propertyGetProperties.js.map +1 -0
  137. package/dist/{commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts → esm/funcs/propertyGetPropertiesByLocation.d.ts} +2 -2
  138. package/dist/esm/funcs/propertyGetPropertiesByLocation.d.ts.map +1 -0
  139. package/dist/esm/funcs/{propertyGetV1PropertyLocationIds.js → propertyGetPropertiesByLocation.js} +5 -5
  140. package/dist/esm/funcs/propertyGetPropertiesByLocation.js.map +1 -0
  141. package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.d.ts → propertyGetPropertiesBySlugs.d.ts} +2 -2
  142. package/dist/esm/funcs/propertyGetPropertiesBySlugs.d.ts.map +1 -0
  143. package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.js → propertyGetPropertiesBySlugs.js} +4 -4
  144. package/dist/esm/funcs/propertyGetPropertiesBySlugs.js.map +1 -0
  145. package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.d.ts → propertyGetPropertiesBySource.d.ts} +2 -2
  146. package/dist/esm/funcs/propertyGetPropertiesBySource.d.ts.map +1 -0
  147. package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.js → propertyGetPropertiesBySource.js} +5 -5
  148. package/dist/esm/funcs/propertyGetPropertiesBySource.js.map +1 -0
  149. package/dist/esm/funcs/propertySearchProperties.d.ts +18 -0
  150. package/dist/esm/funcs/propertySearchProperties.d.ts.map +1 -0
  151. package/dist/esm/funcs/{propertyPostV1PropertyQuery.js → propertySearchProperties.js} +4 -4
  152. package/dist/esm/funcs/propertySearchProperties.js.map +1 -0
  153. package/dist/esm/sdk/health.d.ts +3 -3
  154. package/dist/esm/sdk/health.js +9 -9
  155. package/dist/esm/sdk/location.d.ts +1 -1
  156. package/dist/esm/sdk/location.d.ts.map +1 -1
  157. package/dist/esm/sdk/location.js +3 -3
  158. package/dist/esm/sdk/location.js.map +1 -1
  159. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts +54 -0
  160. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
  161. package/dist/esm/sdk/models/operations/getplanningapplications.js +59 -0
  162. package/dist/esm/sdk/models/operations/getplanningapplications.js.map +1 -0
  163. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
  164. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
  165. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js +59 -0
  166. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
  167. package/dist/esm/sdk/models/operations/getproperties.d.ts +69 -0
  168. package/dist/esm/sdk/models/operations/getproperties.d.ts.map +1 -0
  169. package/dist/esm/sdk/models/operations/getproperties.js +65 -0
  170. package/dist/esm/sdk/models/operations/getproperties.js.map +1 -0
  171. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
  172. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
  173. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js +65 -0
  174. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
  175. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
  176. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
  177. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js +34 -0
  178. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
  179. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
  180. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
  181. package/dist/esm/sdk/models/operations/getpropertiesbysource.js +65 -0
  182. package/dist/esm/sdk/models/operations/getpropertiesbysource.js.map +1 -0
  183. package/dist/esm/sdk/models/operations/index.d.ts +9 -9
  184. package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
  185. package/dist/esm/sdk/models/operations/index.js +9 -9
  186. package/dist/esm/sdk/models/operations/index.js.map +1 -1
  187. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts +26 -0
  188. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
  189. package/dist/esm/sdk/models/operations/searchplanningapplications.js +34 -0
  190. package/dist/esm/sdk/models/operations/searchplanningapplications.js.map +1 -0
  191. package/dist/esm/sdk/models/operations/searchproperties.d.ts +26 -0
  192. package/dist/esm/sdk/models/operations/searchproperties.d.ts.map +1 -0
  193. package/dist/esm/sdk/models/operations/searchproperties.js +34 -0
  194. package/dist/esm/sdk/models/operations/searchproperties.js.map +1 -0
  195. package/dist/esm/sdk/models/operations/searchstreets.d.ts +26 -0
  196. package/dist/esm/sdk/models/operations/searchstreets.d.ts.map +1 -0
  197. package/dist/esm/sdk/models/operations/searchstreets.js +34 -0
  198. package/dist/esm/sdk/models/operations/searchstreets.js.map +1 -0
  199. package/dist/esm/sdk/planning.d.ts +7 -7
  200. package/dist/esm/sdk/planning.d.ts.map +1 -1
  201. package/dist/esm/sdk/planning.js +13 -13
  202. package/dist/esm/sdk/planning.js.map +1 -1
  203. package/dist/esm/sdk/property.d.ts +11 -11
  204. package/dist/esm/sdk/property.d.ts.map +1 -1
  205. package/dist/esm/sdk/property.js +21 -21
  206. package/dist/esm/sdk/property.js.map +1 -1
  207. package/examples/{healthGetV1LocationHealth.example.ts → healthCheckLocationHealth.example.ts} +2 -2
  208. package/package.json +1 -1
  209. package/src/funcs/{healthGetV1LocationHealth.ts → healthCheckLocationHealth.ts} +2 -2
  210. package/src/funcs/{healthGetV1PlanningHealth.ts → healthCheckPlanningHealth.ts} +2 -2
  211. package/src/funcs/{healthGetV1PropertyHealth.ts → healthCheckPropertyHealth.ts} +2 -2
  212. package/src/funcs/{locationPostV1LocationStreetQuery.ts → locationSearchStreets.ts} +8 -11
  213. package/src/funcs/{planningGetV1PlanningApplicationIds.ts → planningGetPlanningApplications.ts} +11 -11
  214. package/src/funcs/{planningGetV1PlanningSourcesSourceIds.ts → planningGetPlanningApplicationsBySource.ts} +20 -11
  215. package/src/funcs/{planningPostV1PlanningQuery.ts → planningSearchPlanningApplications.ts} +8 -8
  216. package/src/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.ts → propertyGetProperties.ts} +11 -23
  217. package/src/funcs/{propertyGetV1PropertyLocationIds.ts → propertyGetPropertiesByLocation.ts} +11 -11
  218. package/src/funcs/{propertyPostV1PropertyPropertiesBySlugs.ts → propertyGetPropertiesBySlugs.ts} +8 -17
  219. package/src/funcs/{propertyGetV1PropertySourcesSourceIds.ts → propertyGetPropertiesBySource.ts} +11 -13
  220. package/src/funcs/{propertyPostV1PropertyQuery.ts → propertySearchProperties.ts} +8 -8
  221. package/src/sdk/health.ts +9 -9
  222. package/src/sdk/location.ts +4 -4
  223. package/src/sdk/models/operations/getplanningapplications.ts +134 -0
  224. package/src/sdk/models/operations/getplanningapplicationsbysource.ts +147 -0
  225. package/src/sdk/models/operations/getproperties.ts +151 -0
  226. package/src/sdk/models/operations/getpropertiesbylocation.ts +155 -0
  227. package/src/sdk/models/operations/getpropertiesbyslugs.ts +71 -0
  228. package/src/sdk/models/operations/getpropertiesbysource.ts +155 -0
  229. package/src/sdk/models/operations/index.ts +9 -9
  230. package/src/sdk/models/operations/searchplanningapplications.ts +73 -0
  231. package/src/sdk/models/operations/searchproperties.ts +69 -0
  232. package/src/sdk/models/operations/searchstreets.ts +69 -0
  233. package/src/sdk/planning.ts +18 -18
  234. package/src/sdk/property.ts +30 -30
  235. package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
  236. package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
  237. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
  238. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
  239. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
  240. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
  241. package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
  242. package/dist/commonjs/funcs/planningPostV1PlanningQuery.js.map +0 -1
  243. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
  244. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
  245. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +0 -1
  246. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
  247. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
  248. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
  249. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
  250. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
  251. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
  252. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
  253. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js.map +0 -1
  254. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
  255. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
  256. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js +0 -99
  257. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
  258. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
  259. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
  260. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js +0 -99
  261. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
  262. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
  263. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
  264. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js +0 -105
  265. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js.map +0 -1
  266. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
  267. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
  268. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -105
  269. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
  270. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
  271. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
  272. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js +0 -105
  273. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
  274. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
  275. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
  276. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
  277. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts +0 -26
  278. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
  279. package/dist/commonjs/sdk/models/operations/postv1planningquery.js.map +0 -1
  280. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
  281. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
  282. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
  283. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts +0 -26
  284. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
  285. package/dist/commonjs/sdk/models/operations/postv1propertyquery.js.map +0 -1
  286. package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts.map +0 -1
  287. package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts.map +0 -1
  288. package/dist/esm/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
  289. package/dist/esm/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
  290. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
  291. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
  292. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
  293. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
  294. package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
  295. package/dist/esm/funcs/planningPostV1PlanningQuery.js.map +0 -1
  296. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
  297. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
  298. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +0 -1
  299. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
  300. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
  301. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
  302. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
  303. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
  304. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
  305. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
  306. package/dist/esm/funcs/propertyPostV1PropertyQuery.js.map +0 -1
  307. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
  308. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
  309. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js +0 -59
  310. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
  311. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
  312. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
  313. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js +0 -59
  314. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
  315. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
  316. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
  317. package/dist/esm/sdk/models/operations/getv1propertylocationids.js +0 -65
  318. package/dist/esm/sdk/models/operations/getv1propertylocationids.js.map +0 -1
  319. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
  320. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
  321. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -65
  322. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
  323. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
  324. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
  325. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js +0 -65
  326. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
  327. package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
  328. package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
  329. package/dist/esm/sdk/models/operations/postv1locationstreetquery.js +0 -34
  330. package/dist/esm/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
  331. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts +0 -26
  332. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
  333. package/dist/esm/sdk/models/operations/postv1planningquery.js +0 -34
  334. package/dist/esm/sdk/models/operations/postv1planningquery.js.map +0 -1
  335. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
  336. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
  337. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js +0 -34
  338. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
  339. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts +0 -26
  340. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
  341. package/dist/esm/sdk/models/operations/postv1propertyquery.js +0 -34
  342. package/dist/esm/sdk/models/operations/postv1propertyquery.js.map +0 -1
  343. package/src/sdk/models/operations/getv1planningapplicationids.ts +0 -139
  344. package/src/sdk/models/operations/getv1planningsourcessourceids.ts +0 -140
  345. package/src/sdk/models/operations/getv1propertylocationids.ts +0 -155
  346. package/src/sdk/models/operations/getv1propertypropertyidpropertyids.ts +0 -173
  347. package/src/sdk/models/operations/getv1propertysourcessourceids.ts +0 -161
  348. package/src/sdk/models/operations/postv1locationstreetquery.ts +0 -72
  349. package/src/sdk/models/operations/postv1planningquery.ts +0 -71
  350. package/src/sdk/models/operations/postv1propertypropertiesbyslugs.ts +0 -80
  351. package/src/sdk/models/operations/postv1propertyquery.ts +0 -71
@@ -0,0 +1,69 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import * as shared from "../shared/index.js";
5
+ export type GetPropertiesBySourceRequest = {
6
+ /**
7
+ * Comma-separated list of attributes to include
8
+ */
9
+ attributes?: string | undefined;
10
+ /**
11
+ * Maximum number of results to return
12
+ */
13
+ limit?: string | undefined;
14
+ /**
15
+ * Number of results to skip
16
+ */
17
+ offset?: string | undefined;
18
+ /**
19
+ * Comma-separated list of source IDs (e.g., provider-a::123, provider-b::456)
20
+ */
21
+ sourceIds: string;
22
+ };
23
+ export type GetPropertiesBySourceResponse = shared.PropertyListResponse | shared.ErrorResponse;
24
+ /** @internal */
25
+ export declare const GetPropertiesBySourceRequest$inboundSchema: z.ZodType<GetPropertiesBySourceRequest, z.ZodTypeDef, unknown>;
26
+ /** @internal */
27
+ export type GetPropertiesBySourceRequest$Outbound = {
28
+ attributes?: string | undefined;
29
+ limit?: string | undefined;
30
+ offset?: string | undefined;
31
+ sourceIds: string;
32
+ };
33
+ /** @internal */
34
+ export declare const GetPropertiesBySourceRequest$outboundSchema: z.ZodType<GetPropertiesBySourceRequest$Outbound, z.ZodTypeDef, GetPropertiesBySourceRequest>;
35
+ /**
36
+ * @internal
37
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
38
+ */
39
+ export declare namespace GetPropertiesBySourceRequest$ {
40
+ /** @deprecated use `GetPropertiesBySourceRequest$inboundSchema` instead. */
41
+ const inboundSchema: z.ZodType<GetPropertiesBySourceRequest, z.ZodTypeDef, unknown>;
42
+ /** @deprecated use `GetPropertiesBySourceRequest$outboundSchema` instead. */
43
+ const outboundSchema: z.ZodType<GetPropertiesBySourceRequest$Outbound, z.ZodTypeDef, GetPropertiesBySourceRequest>;
44
+ /** @deprecated use `GetPropertiesBySourceRequest$Outbound` instead. */
45
+ type Outbound = GetPropertiesBySourceRequest$Outbound;
46
+ }
47
+ export declare function getPropertiesBySourceRequestToJSON(getPropertiesBySourceRequest: GetPropertiesBySourceRequest): string;
48
+ export declare function getPropertiesBySourceRequestFromJSON(jsonString: string): SafeParseResult<GetPropertiesBySourceRequest, SDKValidationError>;
49
+ /** @internal */
50
+ export declare const GetPropertiesBySourceResponse$inboundSchema: z.ZodType<GetPropertiesBySourceResponse, z.ZodTypeDef, unknown>;
51
+ /** @internal */
52
+ export type GetPropertiesBySourceResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
53
+ /** @internal */
54
+ export declare const GetPropertiesBySourceResponse$outboundSchema: z.ZodType<GetPropertiesBySourceResponse$Outbound, z.ZodTypeDef, GetPropertiesBySourceResponse>;
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ export declare namespace GetPropertiesBySourceResponse$ {
60
+ /** @deprecated use `GetPropertiesBySourceResponse$inboundSchema` instead. */
61
+ const inboundSchema: z.ZodType<GetPropertiesBySourceResponse, z.ZodTypeDef, unknown>;
62
+ /** @deprecated use `GetPropertiesBySourceResponse$outboundSchema` instead. */
63
+ const outboundSchema: z.ZodType<GetPropertiesBySourceResponse$Outbound, z.ZodTypeDef, GetPropertiesBySourceResponse>;
64
+ /** @deprecated use `GetPropertiesBySourceResponse$Outbound` instead. */
65
+ type Outbound = GetPropertiesBySourceResponse$Outbound;
66
+ }
67
+ export declare function getPropertiesBySourceResponseToJSON(getPropertiesBySourceResponse: GetPropertiesBySourceResponse): string;
68
+ export declare function getPropertiesBySourceResponseFromJSON(jsonString: string): SafeParseResult<GetPropertiesBySourceResponse, SDKValidationError>;
69
+ //# sourceMappingURL=getpropertiesbysource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getpropertiesbysource.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getpropertiesbysource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GACrC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAM5B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,6BAA6B,CAAC;IAC7C,4EAA4E;IACrE,MAAM,aAAa,gEAA6C,CAAC;IACxE,6EAA6E;IACtE,MAAM,cAAc,8FAA8C,CAAC;IAC1E,uEAAuE;IACvE,KAAY,QAAQ,GAAG,qCAAqC,CAAC;CAC9D;AAED,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR;AAED,wBAAgB,oCAAoC,CAClD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,4BAA4B,EAAE,kBAAkB,CAAC,CAMnE;AAED,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAC9C,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAI7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D;AAED,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AAED,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
@@ -0,0 +1,65 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../../lib/schemas.js";
6
+ import * as shared from "../shared/index.js";
7
+ /** @internal */
8
+ export const GetPropertiesBySourceRequest$inboundSchema = z.object({
9
+ attributes: z.string().optional(),
10
+ limit: z.string().optional(),
11
+ offset: z.string().optional(),
12
+ sourceIds: z.string(),
13
+ });
14
+ /** @internal */
15
+ export const GetPropertiesBySourceRequest$outboundSchema = z.object({
16
+ attributes: z.string().optional(),
17
+ limit: z.string().optional(),
18
+ offset: z.string().optional(),
19
+ sourceIds: z.string(),
20
+ });
21
+ /**
22
+ * @internal
23
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
24
+ */
25
+ export var GetPropertiesBySourceRequest$;
26
+ (function (GetPropertiesBySourceRequest$) {
27
+ /** @deprecated use `GetPropertiesBySourceRequest$inboundSchema` instead. */
28
+ GetPropertiesBySourceRequest$.inboundSchema = GetPropertiesBySourceRequest$inboundSchema;
29
+ /** @deprecated use `GetPropertiesBySourceRequest$outboundSchema` instead. */
30
+ GetPropertiesBySourceRequest$.outboundSchema = GetPropertiesBySourceRequest$outboundSchema;
31
+ })(GetPropertiesBySourceRequest$ || (GetPropertiesBySourceRequest$ = {}));
32
+ export function getPropertiesBySourceRequestToJSON(getPropertiesBySourceRequest) {
33
+ return JSON.stringify(GetPropertiesBySourceRequest$outboundSchema.parse(getPropertiesBySourceRequest));
34
+ }
35
+ export function getPropertiesBySourceRequestFromJSON(jsonString) {
36
+ return safeParse(jsonString, (x) => GetPropertiesBySourceRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesBySourceRequest' from JSON`);
37
+ }
38
+ /** @internal */
39
+ export const GetPropertiesBySourceResponse$inboundSchema = z.union([
40
+ shared.PropertyListResponse$inboundSchema,
41
+ shared.ErrorResponse$inboundSchema,
42
+ ]);
43
+ /** @internal */
44
+ export const GetPropertiesBySourceResponse$outboundSchema = z.union([
45
+ shared.PropertyListResponse$outboundSchema,
46
+ shared.ErrorResponse$outboundSchema,
47
+ ]);
48
+ /**
49
+ * @internal
50
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
+ */
52
+ export var GetPropertiesBySourceResponse$;
53
+ (function (GetPropertiesBySourceResponse$) {
54
+ /** @deprecated use `GetPropertiesBySourceResponse$inboundSchema` instead. */
55
+ GetPropertiesBySourceResponse$.inboundSchema = GetPropertiesBySourceResponse$inboundSchema;
56
+ /** @deprecated use `GetPropertiesBySourceResponse$outboundSchema` instead. */
57
+ GetPropertiesBySourceResponse$.outboundSchema = GetPropertiesBySourceResponse$outboundSchema;
58
+ })(GetPropertiesBySourceResponse$ || (GetPropertiesBySourceResponse$ = {}));
59
+ export function getPropertiesBySourceResponseToJSON(getPropertiesBySourceResponse) {
60
+ return JSON.stringify(GetPropertiesBySourceResponse$outboundSchema.parse(getPropertiesBySourceResponse));
61
+ }
62
+ export function getPropertiesBySourceResponseFromJSON(jsonString) {
63
+ return safeParse(jsonString, (x) => GetPropertiesBySourceResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesBySourceResponse' from JSON`);
64
+ }
65
+ //# sourceMappingURL=getpropertiesbysource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getpropertiesbysource.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getpropertiesbysource.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAyB7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,6BAA6B,CAO7C;AAPD,WAAiB,6BAA6B;IAC5C,4EAA4E;IAC/D,2CAAa,GAAG,0CAA0C,CAAC;IACxE,6EAA6E;IAChE,4CAAc,GAAG,2CAA2C,CAAC;AAG5E,CAAC,EAPgB,6BAA6B,KAA7B,6BAA6B,QAO7C;AAED,MAAM,UAAU,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,2CAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAClD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAIrD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,2CAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,4CAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,KAA9B,8BAA8B,QAO9C;AAED,MAAM,UAAU,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,4CAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
@@ -1,10 +1,10 @@
1
- export * from "./getv1planningapplicationids.js";
2
- export * from "./getv1planningsourcessourceids.js";
3
- export * from "./getv1propertylocationids.js";
4
- export * from "./getv1propertypropertyidpropertyids.js";
5
- export * from "./getv1propertysourcessourceids.js";
6
- export * from "./postv1locationstreetquery.js";
7
- export * from "./postv1planningquery.js";
8
- export * from "./postv1propertypropertiesbyslugs.js";
9
- export * from "./postv1propertyquery.js";
1
+ export * from "./getplanningapplications.js";
2
+ export * from "./getplanningapplicationsbysource.js";
3
+ export * from "./getproperties.js";
4
+ export * from "./getpropertiesbylocation.js";
5
+ export * from "./getpropertiesbyslugs.js";
6
+ export * from "./getpropertiesbysource.js";
7
+ export * from "./searchplanningapplications.js";
8
+ export * from "./searchproperties.js";
9
+ export * from "./searchstreets.js";
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
@@ -1,13 +1,13 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- export * from "./getv1planningapplicationids.js";
5
- export * from "./getv1planningsourcessourceids.js";
6
- export * from "./getv1propertylocationids.js";
7
- export * from "./getv1propertypropertyidpropertyids.js";
8
- export * from "./getv1propertysourcessourceids.js";
9
- export * from "./postv1locationstreetquery.js";
10
- export * from "./postv1planningquery.js";
11
- export * from "./postv1propertypropertiesbyslugs.js";
12
- export * from "./postv1propertyquery.js";
4
+ export * from "./getplanningapplications.js";
5
+ export * from "./getplanningapplicationsbysource.js";
6
+ export * from "./getproperties.js";
7
+ export * from "./getpropertiesbylocation.js";
8
+ export * from "./getpropertiesbyslugs.js";
9
+ export * from "./getpropertiesbysource.js";
10
+ export * from "./searchplanningapplications.js";
11
+ export * from "./searchproperties.js";
12
+ export * from "./searchstreets.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import * as shared from "../shared/index.js";
5
+ export type SearchPlanningApplicationsResponse = shared.PlanningListResponse | shared.ErrorResponse;
6
+ /** @internal */
7
+ export declare const SearchPlanningApplicationsResponse$inboundSchema: z.ZodType<SearchPlanningApplicationsResponse, z.ZodTypeDef, unknown>;
8
+ /** @internal */
9
+ export type SearchPlanningApplicationsResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
10
+ /** @internal */
11
+ export declare const SearchPlanningApplicationsResponse$outboundSchema: z.ZodType<SearchPlanningApplicationsResponse$Outbound, z.ZodTypeDef, SearchPlanningApplicationsResponse>;
12
+ /**
13
+ * @internal
14
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15
+ */
16
+ export declare namespace SearchPlanningApplicationsResponse$ {
17
+ /** @deprecated use `SearchPlanningApplicationsResponse$inboundSchema` instead. */
18
+ const inboundSchema: z.ZodType<SearchPlanningApplicationsResponse, z.ZodTypeDef, unknown>;
19
+ /** @deprecated use `SearchPlanningApplicationsResponse$outboundSchema` instead. */
20
+ const outboundSchema: z.ZodType<SearchPlanningApplicationsResponse$Outbound, z.ZodTypeDef, SearchPlanningApplicationsResponse>;
21
+ /** @deprecated use `SearchPlanningApplicationsResponse$Outbound` instead. */
22
+ type Outbound = SearchPlanningApplicationsResponse$Outbound;
23
+ }
24
+ export declare function searchPlanningApplicationsResponseToJSON(searchPlanningApplicationsResponse: SearchPlanningApplicationsResponse): string;
25
+ export declare function searchPlanningApplicationsResponseFromJSON(jsonString: string): SafeParseResult<SearchPlanningApplicationsResponse, SDKValidationError>;
26
+ //# sourceMappingURL=searchplanningapplications.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchplanningapplications.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchplanningapplications.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,kCAAkC,GAC1C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GACnD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAIlC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mCAAmC,CAAC;IACnD,kFAAkF;IAC3E,MAAM,aAAa,sEAAmD,CAAC;IAC9E,mFAAmF;IAC5E,MAAM,cAAc,0GACwB,CAAC;IACpD,6EAA6E;IAC7E,KAAY,QAAQ,GAAG,2CAA2C,CAAC;CACpE;AAED,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AAED,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE"}
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../../lib/schemas.js";
6
+ import * as shared from "../shared/index.js";
7
+ /** @internal */
8
+ export const SearchPlanningApplicationsResponse$inboundSchema = z.union([
9
+ shared.PlanningListResponse$inboundSchema,
10
+ shared.ErrorResponse$inboundSchema,
11
+ ]);
12
+ /** @internal */
13
+ export const SearchPlanningApplicationsResponse$outboundSchema = z.union([
14
+ shared.PlanningListResponse$outboundSchema,
15
+ shared.ErrorResponse$outboundSchema,
16
+ ]);
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export var SearchPlanningApplicationsResponse$;
22
+ (function (SearchPlanningApplicationsResponse$) {
23
+ /** @deprecated use `SearchPlanningApplicationsResponse$inboundSchema` instead. */
24
+ SearchPlanningApplicationsResponse$.inboundSchema = SearchPlanningApplicationsResponse$inboundSchema;
25
+ /** @deprecated use `SearchPlanningApplicationsResponse$outboundSchema` instead. */
26
+ SearchPlanningApplicationsResponse$.outboundSchema = SearchPlanningApplicationsResponse$outboundSchema;
27
+ })(SearchPlanningApplicationsResponse$ || (SearchPlanningApplicationsResponse$ = {}));
28
+ export function searchPlanningApplicationsResponseToJSON(searchPlanningApplicationsResponse) {
29
+ return JSON.stringify(SearchPlanningApplicationsResponse$outboundSchema.parse(searchPlanningApplicationsResponse));
30
+ }
31
+ export function searchPlanningApplicationsResponseFromJSON(jsonString) {
32
+ return safeParse(jsonString, (x) => SearchPlanningApplicationsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SearchPlanningApplicationsResponse' from JSON`);
33
+ }
34
+ //# sourceMappingURL=searchplanningapplications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchplanningapplications.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchplanningapplications.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,gDAAgD,GAIzD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,iDAAiD,GAI1D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,gDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,iDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,KAAnC,mCAAmC,QAQnD;AAED,MAAM,UAAU,wCAAwC,CACtD,kCAAsE;IAEtE,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAiD,CAAC,KAAK,CACrD,kCAAkC,CACnC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,gDAAgD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,gEAAgE,CACjE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import * as shared from "../shared/index.js";
5
+ export type SearchPropertiesResponse = shared.PropertyListResponse | shared.ErrorResponse;
6
+ /** @internal */
7
+ export declare const SearchPropertiesResponse$inboundSchema: z.ZodType<SearchPropertiesResponse, z.ZodTypeDef, unknown>;
8
+ /** @internal */
9
+ export type SearchPropertiesResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
10
+ /** @internal */
11
+ export declare const SearchPropertiesResponse$outboundSchema: z.ZodType<SearchPropertiesResponse$Outbound, z.ZodTypeDef, SearchPropertiesResponse>;
12
+ /**
13
+ * @internal
14
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15
+ */
16
+ export declare namespace SearchPropertiesResponse$ {
17
+ /** @deprecated use `SearchPropertiesResponse$inboundSchema` instead. */
18
+ const inboundSchema: z.ZodType<SearchPropertiesResponse, z.ZodTypeDef, unknown>;
19
+ /** @deprecated use `SearchPropertiesResponse$outboundSchema` instead. */
20
+ const outboundSchema: z.ZodType<SearchPropertiesResponse$Outbound, z.ZodTypeDef, SearchPropertiesResponse>;
21
+ /** @deprecated use `SearchPropertiesResponse$Outbound` instead. */
22
+ type Outbound = SearchPropertiesResponse$Outbound;
23
+ }
24
+ export declare function searchPropertiesResponseToJSON(searchPropertiesResponse: SearchPropertiesResponse): string;
25
+ export declare function searchPropertiesResponseFromJSON(jsonString: string): SafeParseResult<SearchPropertiesResponse, SDKValidationError>;
26
+ //# sourceMappingURL=searchproperties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchproperties.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchproperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,wBAAwB,GAChC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GACzC,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAIxB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D;AAED,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AAED,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../../lib/schemas.js";
6
+ import * as shared from "../shared/index.js";
7
+ /** @internal */
8
+ export const SearchPropertiesResponse$inboundSchema = z.union([
9
+ shared.PropertyListResponse$inboundSchema,
10
+ shared.ErrorResponse$inboundSchema,
11
+ ]);
12
+ /** @internal */
13
+ export const SearchPropertiesResponse$outboundSchema = z.union([
14
+ shared.PropertyListResponse$outboundSchema,
15
+ shared.ErrorResponse$outboundSchema,
16
+ ]);
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export var SearchPropertiesResponse$;
22
+ (function (SearchPropertiesResponse$) {
23
+ /** @deprecated use `SearchPropertiesResponse$inboundSchema` instead. */
24
+ SearchPropertiesResponse$.inboundSchema = SearchPropertiesResponse$inboundSchema;
25
+ /** @deprecated use `SearchPropertiesResponse$outboundSchema` instead. */
26
+ SearchPropertiesResponse$.outboundSchema = SearchPropertiesResponse$outboundSchema;
27
+ })(SearchPropertiesResponse$ || (SearchPropertiesResponse$ = {}));
28
+ export function searchPropertiesResponseToJSON(searchPropertiesResponse) {
29
+ return JSON.stringify(SearchPropertiesResponse$outboundSchema.parse(searchPropertiesResponse));
30
+ }
31
+ export function searchPropertiesResponseFromJSON(jsonString) {
32
+ return safeParse(jsonString, (x) => SearchPropertiesResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SearchPropertiesResponse' from JSON`);
33
+ }
34
+ //# sourceMappingURL=searchproperties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchproperties.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchproperties.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAI/C,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,uCAAuC,GAIhD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,sCAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,uCAAuC,CAAC;AAGxE,CAAC,EAPgB,yBAAyB,KAAzB,yBAAyB,QAOzC;AAED,MAAM,UAAU,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,uCAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import * as shared from "../shared/index.js";
5
+ export type SearchStreetsResponse = shared.StreetQueryResponse | shared.ErrorResponse;
6
+ /** @internal */
7
+ export declare const SearchStreetsResponse$inboundSchema: z.ZodType<SearchStreetsResponse, z.ZodTypeDef, unknown>;
8
+ /** @internal */
9
+ export type SearchStreetsResponse$Outbound = shared.StreetQueryResponse$Outbound | shared.ErrorResponse$Outbound;
10
+ /** @internal */
11
+ export declare const SearchStreetsResponse$outboundSchema: z.ZodType<SearchStreetsResponse$Outbound, z.ZodTypeDef, SearchStreetsResponse>;
12
+ /**
13
+ * @internal
14
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
15
+ */
16
+ export declare namespace SearchStreetsResponse$ {
17
+ /** @deprecated use `SearchStreetsResponse$inboundSchema` instead. */
18
+ const inboundSchema: z.ZodType<SearchStreetsResponse, z.ZodTypeDef, unknown>;
19
+ /** @deprecated use `SearchStreetsResponse$outboundSchema` instead. */
20
+ const outboundSchema: z.ZodType<SearchStreetsResponse$Outbound, z.ZodTypeDef, SearchStreetsResponse>;
21
+ /** @deprecated use `SearchStreetsResponse$Outbound` instead. */
22
+ type Outbound = SearchStreetsResponse$Outbound;
23
+ }
24
+ export declare function searchStreetsResponseToJSON(searchStreetsResponse: SearchStreetsResponse): string;
25
+ export declare function searchStreetsResponseFromJSON(jsonString: string): SafeParseResult<SearchStreetsResponse, SDKValidationError>;
26
+ //# sourceMappingURL=searchstreets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchstreets.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchstreets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,qBAAqB,GAC7B,MAAM,CAAC,mBAAmB,GAC1B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GACtC,MAAM,CAAC,4BAA4B,GACnC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAIrB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD;AAED,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AAED,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { safeParse } from "../../../lib/schemas.js";
6
+ import * as shared from "../shared/index.js";
7
+ /** @internal */
8
+ export const SearchStreetsResponse$inboundSchema = z.union([
9
+ shared.StreetQueryResponse$inboundSchema,
10
+ shared.ErrorResponse$inboundSchema,
11
+ ]);
12
+ /** @internal */
13
+ export const SearchStreetsResponse$outboundSchema = z.union([
14
+ shared.StreetQueryResponse$outboundSchema,
15
+ shared.ErrorResponse$outboundSchema,
16
+ ]);
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export var SearchStreetsResponse$;
22
+ (function (SearchStreetsResponse$) {
23
+ /** @deprecated use `SearchStreetsResponse$inboundSchema` instead. */
24
+ SearchStreetsResponse$.inboundSchema = SearchStreetsResponse$inboundSchema;
25
+ /** @deprecated use `SearchStreetsResponse$outboundSchema` instead. */
26
+ SearchStreetsResponse$.outboundSchema = SearchStreetsResponse$outboundSchema;
27
+ })(SearchStreetsResponse$ || (SearchStreetsResponse$ = {}));
28
+ export function searchStreetsResponseToJSON(searchStreetsResponse) {
29
+ return JSON.stringify(SearchStreetsResponse$outboundSchema.parse(searchStreetsResponse));
30
+ }
31
+ export function searchStreetsResponseFromJSON(jsonString) {
32
+ return safeParse(jsonString, (x) => SearchStreetsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SearchStreetsResponse' from JSON`);
33
+ }
34
+ //# sourceMappingURL=searchstreets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchstreets.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/searchstreets.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,mCAAmC,GAI5C,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,iCAAiC;IACxC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAI7C,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,mCAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,oCAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,KAAtB,sBAAsB,QAOtC;AAED,MAAM,UAAU,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,oCAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mCAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
@@ -3,25 +3,25 @@ import * as operations from "./models/operations/index.js";
3
3
  import * as shared from "./models/shared/index.js";
4
4
  export declare class Planning extends ClientSDK {
5
5
  /**
6
- * Get planning applications by source IDs
6
+ * Get planning applications by application IDs
7
7
  *
8
8
  * @remarks
9
- * Retrieve planning application data using comma-separated source identifiers (e.g., council::reference)
9
+ * Retrieve planning application data using comma-separated application identifiers
10
10
  */
11
- getV1PlanningSourcesSourceIds(request: operations.GetV1PlanningSourcesSourceIdsRequest, options?: RequestOptions): Promise<operations.GetV1PlanningSourcesSourceIdsResponse>;
11
+ getPlanningApplications(request: operations.GetPlanningApplicationsRequest, options?: RequestOptions): Promise<operations.GetPlanningApplicationsResponse>;
12
12
  /**
13
- * Get planning applications by application IDs
13
+ * Get planning applications by source IDs
14
14
  *
15
15
  * @remarks
16
- * Retrieve planning application data using comma-separated application identifiers
16
+ * Retrieve planning application data using comma-separated source identifiers (e.g., council::reference)
17
17
  */
18
- getV1PlanningApplicationIds(request: operations.GetV1PlanningApplicationIdsRequest, options?: RequestOptions): Promise<operations.GetV1PlanningApplicationIdsResponse>;
18
+ getPlanningApplicationsBySource(request: operations.GetPlanningApplicationsBySourceRequest, options?: RequestOptions): Promise<operations.GetPlanningApplicationsBySourceResponse>;
19
19
  /**
20
20
  * Query planning applications with advanced filters
21
21
  *
22
22
  * @remarks
23
23
  * Search for planning applications using councils, status, dates, and other criteria
24
24
  */
25
- postV1PlanningQuery(request?: shared.PlanningQueryRequest | undefined, options?: RequestOptions): Promise<operations.PostV1PlanningQueryResponse>;
25
+ searchPlanningApplications(request?: shared.PlanningQueryRequest | undefined, options?: RequestOptions): Promise<operations.SearchPlanningApplicationsResponse>;
26
26
  }
27
27
  //# sourceMappingURL=planning.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"planning.d.ts","sourceRoot":"","sources":["../../../src/sdk/planning.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACG,6BAA6B,CACjC,OAAO,EAAE,UAAU,CAAC,oCAAoC,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qCAAqC,CAAC;IAQ5D;;;;;OAKG;IACG,2BAA2B,CAC/B,OAAO,EAAE,UAAU,CAAC,kCAAkC,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mCAAmC,CAAC;IAQ1D;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,CAAC,EAAE,MAAM,CAAC,oBAAoB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;CAOnD"}
1
+ {"version":3,"file":"planning.d.ts","sourceRoot":"","sources":["../../../src/sdk/planning.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC;IAQtD;;;;;OAKG;IACG,+BAA+B,CACnC,OAAO,EAAE,UAAU,CAAC,sCAAsC,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uCAAuC,CAAC;IAQ9D;;;;;OAKG;IACG,0BAA0B,CAC9B,OAAO,CAAC,EAAE,MAAM,CAAC,oBAAoB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kCAAkC,CAAC;CAO1D"}
@@ -1,29 +1,29 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { planningGetV1PlanningApplicationIds } from "../funcs/planningGetV1PlanningApplicationIds.js";
5
- import { planningGetV1PlanningSourcesSourceIds } from "../funcs/planningGetV1PlanningSourcesSourceIds.js";
6
- import { planningPostV1PlanningQuery } from "../funcs/planningPostV1PlanningQuery.js";
4
+ import { planningGetPlanningApplications } from "../funcs/planningGetPlanningApplications.js";
5
+ import { planningGetPlanningApplicationsBySource } from "../funcs/planningGetPlanningApplicationsBySource.js";
6
+ import { planningSearchPlanningApplications } from "../funcs/planningSearchPlanningApplications.js";
7
7
  import { ClientSDK } from "../lib/sdks.js";
8
8
  import { unwrapAsync } from "./types/fp.js";
9
9
  export class Planning extends ClientSDK {
10
10
  /**
11
- * Get planning applications by source IDs
11
+ * Get planning applications by application IDs
12
12
  *
13
13
  * @remarks
14
- * Retrieve planning application data using comma-separated source identifiers (e.g., council::reference)
14
+ * Retrieve planning application data using comma-separated application identifiers
15
15
  */
16
- async getV1PlanningSourcesSourceIds(request, options) {
17
- return unwrapAsync(planningGetV1PlanningSourcesSourceIds(this, request, options));
16
+ async getPlanningApplications(request, options) {
17
+ return unwrapAsync(planningGetPlanningApplications(this, request, options));
18
18
  }
19
19
  /**
20
- * Get planning applications by application IDs
20
+ * Get planning applications by source IDs
21
21
  *
22
22
  * @remarks
23
- * Retrieve planning application data using comma-separated application identifiers
23
+ * Retrieve planning application data using comma-separated source identifiers (e.g., council::reference)
24
24
  */
25
- async getV1PlanningApplicationIds(request, options) {
26
- return unwrapAsync(planningGetV1PlanningApplicationIds(this, request, options));
25
+ async getPlanningApplicationsBySource(request, options) {
26
+ return unwrapAsync(planningGetPlanningApplicationsBySource(this, request, options));
27
27
  }
28
28
  /**
29
29
  * Query planning applications with advanced filters
@@ -31,8 +31,8 @@ export class Planning extends ClientSDK {
31
31
  * @remarks
32
32
  * Search for planning applications using councils, status, dates, and other criteria
33
33
  */
34
- async postV1PlanningQuery(request, options) {
35
- return unwrapAsync(planningPostV1PlanningQuery(this, request, options));
34
+ async searchPlanningApplications(request, options) {
35
+ return unwrapAsync(planningSearchPlanningApplications(this, request, options));
36
36
  }
37
37
  }
38
38
  //# sourceMappingURL=planning.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"planning.js","sourceRoot":"","sources":["../../../src/sdk/planning.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,qCAAqC,EAAE,MAAM,mDAAmD,CAAC;AAC1G,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACH,KAAK,CAAC,6BAA6B,CACjC,OAAwD,EACxD,OAAwB;QAExB,OAAO,WAAW,CAAC,qCAAqC,CACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,2BAA2B,CAC/B,OAAsD,EACtD,OAAwB;QAExB,OAAO,WAAW,CAAC,mCAAmC,CACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAAiD,EACjD,OAAwB;QAExB,OAAO,WAAW,CAAC,2BAA2B,CAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"planning.js","sourceRoot":"","sources":["../../../src/sdk/planning.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAC;AAC9F,OAAO,EAAE,uCAAuC,EAAE,MAAM,qDAAqD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,gDAAgD,CAAC;AACpG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACH,KAAK,CAAC,uBAAuB,CAC3B,OAAkD,EAClD,OAAwB;QAExB,OAAO,WAAW,CAAC,+BAA+B,CAChD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,+BAA+B,CACnC,OAA0D,EAC1D,OAAwB;QAExB,OAAO,WAAW,CAAC,uCAAuC,CACxD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,0BAA0B,CAC9B,OAAiD,EACjD,OAAwB;QAExB,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -8,34 +8,34 @@ export declare class Property extends ClientSDK {
8
8
  * @remarks
9
9
  * Retrieve property data using comma-separated property identifiers
10
10
  */
11
- getV1PropertyPropertyIdPropertyIds(request: operations.GetV1PropertyPropertyIdPropertyIdsRequest, options?: RequestOptions): Promise<operations.GetV1PropertyPropertyIdPropertyIdsResponse>;
12
- /**
13
- * Get properties by source IDs
14
- *
15
- * @remarks
16
- * Retrieve property data using comma-separated source identifiers (e.g., provider-a::123)
17
- */
18
- getV1PropertySourcesSourceIds(request: operations.GetV1PropertySourcesSourceIdsRequest, options?: RequestOptions): Promise<operations.GetV1PropertySourcesSourceIdsResponse>;
11
+ getProperties(request: operations.GetPropertiesRequest, options?: RequestOptions): Promise<operations.GetPropertiesResponse>;
19
12
  /**
20
13
  * Get properties by location IDs
21
14
  *
22
15
  * @remarks
23
16
  * Retrieve property data using comma-separated location identifiers
24
17
  */
25
- getV1PropertyLocationIds(request: operations.GetV1PropertyLocationIdsRequest, options?: RequestOptions): Promise<operations.GetV1PropertyLocationIdsResponse>;
18
+ getPropertiesByLocation(request: operations.GetPropertiesByLocationRequest, options?: RequestOptions): Promise<operations.GetPropertiesByLocationResponse>;
26
19
  /**
27
20
  * Get properties by slugs
28
21
  *
29
22
  * @remarks
30
23
  * Retrieve property data using an array of property slugs
31
24
  */
32
- postV1PropertyPropertiesBySlugs(request?: shared.PropertyBySlugsRequest | undefined, options?: RequestOptions): Promise<operations.PostV1PropertyPropertiesBySlugsResponse>;
25
+ getPropertiesBySlugs(request?: shared.PropertyBySlugsRequest | undefined, options?: RequestOptions): Promise<operations.GetPropertiesBySlugsResponse>;
26
+ /**
27
+ * Get properties by source IDs
28
+ *
29
+ * @remarks
30
+ * Retrieve property data using comma-separated source identifiers (e.g., provider-a::123)
31
+ */
32
+ getPropertiesBySource(request: operations.GetPropertiesBySourceRequest, options?: RequestOptions): Promise<operations.GetPropertiesBySourceResponse>;
33
33
  /**
34
34
  * Query properties with advanced filters
35
35
  *
36
36
  * @remarks
37
37
  * Search for properties using location, price, and other criteria
38
38
  */
39
- postV1PropertyQuery(request?: shared.PropertyQueryRequest | undefined, options?: RequestOptions): Promise<operations.PostV1PropertyQueryResponse>;
39
+ searchProperties(request?: shared.PropertyQueryRequest | undefined, options?: RequestOptions): Promise<operations.SearchPropertiesResponse>;
40
40
  }
41
41
  //# sourceMappingURL=property.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"property.d.ts","sourceRoot":"","sources":["../../../src/sdk/property.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACG,kCAAkC,CACtC,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0CAA0C,CAAC;IAQjE;;;;;OAKG;IACG,6BAA6B,CACjC,OAAO,EAAE,UAAU,CAAC,oCAAoC,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qCAAqC,CAAC;IAQ5D;;;;;OAKG;IACG,wBAAwB,CAC5B,OAAO,EAAE,UAAU,CAAC,+BAA+B,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC;IAQvD;;;;;OAKG;IACG,+BAA+B,CACnC,OAAO,CAAC,EAAE,MAAM,CAAC,sBAAsB,GAAG,SAAS,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uCAAuC,CAAC;IAQ9D;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,CAAC,EAAE,MAAM,CAAC,oBAAoB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;CAOnD"}
1
+ {"version":3,"file":"property.d.ts","sourceRoot":"","sources":["../../../src/sdk/property.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACG,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAQ5C;;;;;OAKG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC;IAQtD;;;;;OAKG;IACG,oBAAoB,CACxB,OAAO,CAAC,EAAE,MAAM,CAAC,sBAAsB,GAAG,SAAS,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAQnD;;;;;OAKG;IACG,qBAAqB,CACzB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC;IAQpD;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,CAAC,EAAE,MAAM,CAAC,oBAAoB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAOhD"}