@vepler/sdk 1.9.9 → 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
@@ -1,161 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { safeParse } from "../../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import * as shared from "../shared/index.js";
10
-
11
- export type GetV1PropertySourcesSourceIdsRequest = {
12
- /**
13
- * Comma-separated list of attributes to include
14
- */
15
- attributes?: string | undefined;
16
- /**
17
- * Maximum number of results to return
18
- */
19
- limit?: string | undefined;
20
- /**
21
- * Number of results to skip
22
- */
23
- offset?: string | undefined;
24
- /**
25
- * Comma-separated list of source IDs (e.g., provider-a::123, provider-b::456)
26
- */
27
- sourceIds: string;
28
- };
29
-
30
- export type GetV1PropertySourcesSourceIdsResponse =
31
- | shared.PropertyListResponse
32
- | shared.ErrorResponse;
33
-
34
- /** @internal */
35
- export const GetV1PropertySourcesSourceIdsRequest$inboundSchema: z.ZodType<
36
- GetV1PropertySourcesSourceIdsRequest,
37
- z.ZodTypeDef,
38
- unknown
39
- > = z.object({
40
- attributes: z.string().optional(),
41
- limit: z.string().optional(),
42
- offset: z.string().optional(),
43
- sourceIds: z.string(),
44
- });
45
-
46
- /** @internal */
47
- export type GetV1PropertySourcesSourceIdsRequest$Outbound = {
48
- attributes?: string | undefined;
49
- limit?: string | undefined;
50
- offset?: string | undefined;
51
- sourceIds: string;
52
- };
53
-
54
- /** @internal */
55
- export const GetV1PropertySourcesSourceIdsRequest$outboundSchema: z.ZodType<
56
- GetV1PropertySourcesSourceIdsRequest$Outbound,
57
- z.ZodTypeDef,
58
- GetV1PropertySourcesSourceIdsRequest
59
- > = z.object({
60
- attributes: z.string().optional(),
61
- limit: z.string().optional(),
62
- offset: z.string().optional(),
63
- sourceIds: z.string(),
64
- });
65
-
66
- /**
67
- * @internal
68
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
- */
70
- export namespace GetV1PropertySourcesSourceIdsRequest$ {
71
- /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$inboundSchema` instead. */
72
- export const inboundSchema =
73
- GetV1PropertySourcesSourceIdsRequest$inboundSchema;
74
- /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$outboundSchema` instead. */
75
- export const outboundSchema =
76
- GetV1PropertySourcesSourceIdsRequest$outboundSchema;
77
- /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$Outbound` instead. */
78
- export type Outbound = GetV1PropertySourcesSourceIdsRequest$Outbound;
79
- }
80
-
81
- export function getV1PropertySourcesSourceIdsRequestToJSON(
82
- getV1PropertySourcesSourceIdsRequest: GetV1PropertySourcesSourceIdsRequest,
83
- ): string {
84
- return JSON.stringify(
85
- GetV1PropertySourcesSourceIdsRequest$outboundSchema.parse(
86
- getV1PropertySourcesSourceIdsRequest,
87
- ),
88
- );
89
- }
90
-
91
- export function getV1PropertySourcesSourceIdsRequestFromJSON(
92
- jsonString: string,
93
- ): SafeParseResult<GetV1PropertySourcesSourceIdsRequest, SDKValidationError> {
94
- return safeParse(
95
- jsonString,
96
- (x) =>
97
- GetV1PropertySourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)),
98
- `Failed to parse 'GetV1PropertySourcesSourceIdsRequest' from JSON`,
99
- );
100
- }
101
-
102
- /** @internal */
103
- export const GetV1PropertySourcesSourceIdsResponse$inboundSchema: z.ZodType<
104
- GetV1PropertySourcesSourceIdsResponse,
105
- z.ZodTypeDef,
106
- unknown
107
- > = z.union([
108
- shared.PropertyListResponse$inboundSchema,
109
- shared.ErrorResponse$inboundSchema,
110
- ]);
111
-
112
- /** @internal */
113
- export type GetV1PropertySourcesSourceIdsResponse$Outbound =
114
- | shared.PropertyListResponse$Outbound
115
- | shared.ErrorResponse$Outbound;
116
-
117
- /** @internal */
118
- export const GetV1PropertySourcesSourceIdsResponse$outboundSchema: z.ZodType<
119
- GetV1PropertySourcesSourceIdsResponse$Outbound,
120
- z.ZodTypeDef,
121
- GetV1PropertySourcesSourceIdsResponse
122
- > = z.union([
123
- shared.PropertyListResponse$outboundSchema,
124
- shared.ErrorResponse$outboundSchema,
125
- ]);
126
-
127
- /**
128
- * @internal
129
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
130
- */
131
- export namespace GetV1PropertySourcesSourceIdsResponse$ {
132
- /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$inboundSchema` instead. */
133
- export const inboundSchema =
134
- GetV1PropertySourcesSourceIdsResponse$inboundSchema;
135
- /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$outboundSchema` instead. */
136
- export const outboundSchema =
137
- GetV1PropertySourcesSourceIdsResponse$outboundSchema;
138
- /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$Outbound` instead. */
139
- export type Outbound = GetV1PropertySourcesSourceIdsResponse$Outbound;
140
- }
141
-
142
- export function getV1PropertySourcesSourceIdsResponseToJSON(
143
- getV1PropertySourcesSourceIdsResponse: GetV1PropertySourcesSourceIdsResponse,
144
- ): string {
145
- return JSON.stringify(
146
- GetV1PropertySourcesSourceIdsResponse$outboundSchema.parse(
147
- getV1PropertySourcesSourceIdsResponse,
148
- ),
149
- );
150
- }
151
-
152
- export function getV1PropertySourcesSourceIdsResponseFromJSON(
153
- jsonString: string,
154
- ): SafeParseResult<GetV1PropertySourcesSourceIdsResponse, SDKValidationError> {
155
- return safeParse(
156
- jsonString,
157
- (x) =>
158
- GetV1PropertySourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)),
159
- `Failed to parse 'GetV1PropertySourcesSourceIdsResponse' from JSON`,
160
- );
161
- }
@@ -1,72 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { safeParse } from "../../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import * as shared from "../shared/index.js";
10
-
11
- export type PostV1LocationStreetQueryResponse =
12
- | shared.StreetQueryResponse
13
- | shared.ErrorResponse;
14
-
15
- /** @internal */
16
- export const PostV1LocationStreetQueryResponse$inboundSchema: z.ZodType<
17
- PostV1LocationStreetQueryResponse,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.union([
21
- shared.StreetQueryResponse$inboundSchema,
22
- shared.ErrorResponse$inboundSchema,
23
- ]);
24
-
25
- /** @internal */
26
- export type PostV1LocationStreetQueryResponse$Outbound =
27
- | shared.StreetQueryResponse$Outbound
28
- | shared.ErrorResponse$Outbound;
29
-
30
- /** @internal */
31
- export const PostV1LocationStreetQueryResponse$outboundSchema: z.ZodType<
32
- PostV1LocationStreetQueryResponse$Outbound,
33
- z.ZodTypeDef,
34
- PostV1LocationStreetQueryResponse
35
- > = z.union([
36
- shared.StreetQueryResponse$outboundSchema,
37
- shared.ErrorResponse$outboundSchema,
38
- ]);
39
-
40
- /**
41
- * @internal
42
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
- */
44
- export namespace PostV1LocationStreetQueryResponse$ {
45
- /** @deprecated use `PostV1LocationStreetQueryResponse$inboundSchema` instead. */
46
- export const inboundSchema = PostV1LocationStreetQueryResponse$inboundSchema;
47
- /** @deprecated use `PostV1LocationStreetQueryResponse$outboundSchema` instead. */
48
- export const outboundSchema =
49
- PostV1LocationStreetQueryResponse$outboundSchema;
50
- /** @deprecated use `PostV1LocationStreetQueryResponse$Outbound` instead. */
51
- export type Outbound = PostV1LocationStreetQueryResponse$Outbound;
52
- }
53
-
54
- export function postV1LocationStreetQueryResponseToJSON(
55
- postV1LocationStreetQueryResponse: PostV1LocationStreetQueryResponse,
56
- ): string {
57
- return JSON.stringify(
58
- PostV1LocationStreetQueryResponse$outboundSchema.parse(
59
- postV1LocationStreetQueryResponse,
60
- ),
61
- );
62
- }
63
-
64
- export function postV1LocationStreetQueryResponseFromJSON(
65
- jsonString: string,
66
- ): SafeParseResult<PostV1LocationStreetQueryResponse, SDKValidationError> {
67
- return safeParse(
68
- jsonString,
69
- (x) => PostV1LocationStreetQueryResponse$inboundSchema.parse(JSON.parse(x)),
70
- `Failed to parse 'PostV1LocationStreetQueryResponse' from JSON`,
71
- );
72
- }
@@ -1,71 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { safeParse } from "../../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import * as shared from "../shared/index.js";
10
-
11
- export type PostV1PlanningQueryResponse =
12
- | shared.PlanningListResponse
13
- | shared.ErrorResponse;
14
-
15
- /** @internal */
16
- export const PostV1PlanningQueryResponse$inboundSchema: z.ZodType<
17
- PostV1PlanningQueryResponse,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.union([
21
- shared.PlanningListResponse$inboundSchema,
22
- shared.ErrorResponse$inboundSchema,
23
- ]);
24
-
25
- /** @internal */
26
- export type PostV1PlanningQueryResponse$Outbound =
27
- | shared.PlanningListResponse$Outbound
28
- | shared.ErrorResponse$Outbound;
29
-
30
- /** @internal */
31
- export const PostV1PlanningQueryResponse$outboundSchema: z.ZodType<
32
- PostV1PlanningQueryResponse$Outbound,
33
- z.ZodTypeDef,
34
- PostV1PlanningQueryResponse
35
- > = z.union([
36
- shared.PlanningListResponse$outboundSchema,
37
- shared.ErrorResponse$outboundSchema,
38
- ]);
39
-
40
- /**
41
- * @internal
42
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
- */
44
- export namespace PostV1PlanningQueryResponse$ {
45
- /** @deprecated use `PostV1PlanningQueryResponse$inboundSchema` instead. */
46
- export const inboundSchema = PostV1PlanningQueryResponse$inboundSchema;
47
- /** @deprecated use `PostV1PlanningQueryResponse$outboundSchema` instead. */
48
- export const outboundSchema = PostV1PlanningQueryResponse$outboundSchema;
49
- /** @deprecated use `PostV1PlanningQueryResponse$Outbound` instead. */
50
- export type Outbound = PostV1PlanningQueryResponse$Outbound;
51
- }
52
-
53
- export function postV1PlanningQueryResponseToJSON(
54
- postV1PlanningQueryResponse: PostV1PlanningQueryResponse,
55
- ): string {
56
- return JSON.stringify(
57
- PostV1PlanningQueryResponse$outboundSchema.parse(
58
- postV1PlanningQueryResponse,
59
- ),
60
- );
61
- }
62
-
63
- export function postV1PlanningQueryResponseFromJSON(
64
- jsonString: string,
65
- ): SafeParseResult<PostV1PlanningQueryResponse, SDKValidationError> {
66
- return safeParse(
67
- jsonString,
68
- (x) => PostV1PlanningQueryResponse$inboundSchema.parse(JSON.parse(x)),
69
- `Failed to parse 'PostV1PlanningQueryResponse' from JSON`,
70
- );
71
- }
@@ -1,80 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { safeParse } from "../../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import * as shared from "../shared/index.js";
10
-
11
- export type PostV1PropertyPropertiesBySlugsResponse =
12
- | shared.PropertyListResponse
13
- | shared.ErrorResponse;
14
-
15
- /** @internal */
16
- export const PostV1PropertyPropertiesBySlugsResponse$inboundSchema: z.ZodType<
17
- PostV1PropertyPropertiesBySlugsResponse,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.union([
21
- shared.PropertyListResponse$inboundSchema,
22
- shared.ErrorResponse$inboundSchema,
23
- ]);
24
-
25
- /** @internal */
26
- export type PostV1PropertyPropertiesBySlugsResponse$Outbound =
27
- | shared.PropertyListResponse$Outbound
28
- | shared.ErrorResponse$Outbound;
29
-
30
- /** @internal */
31
- export const PostV1PropertyPropertiesBySlugsResponse$outboundSchema: z.ZodType<
32
- PostV1PropertyPropertiesBySlugsResponse$Outbound,
33
- z.ZodTypeDef,
34
- PostV1PropertyPropertiesBySlugsResponse
35
- > = z.union([
36
- shared.PropertyListResponse$outboundSchema,
37
- shared.ErrorResponse$outboundSchema,
38
- ]);
39
-
40
- /**
41
- * @internal
42
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
- */
44
- export namespace PostV1PropertyPropertiesBySlugsResponse$ {
45
- /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$inboundSchema` instead. */
46
- export const inboundSchema =
47
- PostV1PropertyPropertiesBySlugsResponse$inboundSchema;
48
- /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$outboundSchema` instead. */
49
- export const outboundSchema =
50
- PostV1PropertyPropertiesBySlugsResponse$outboundSchema;
51
- /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$Outbound` instead. */
52
- export type Outbound = PostV1PropertyPropertiesBySlugsResponse$Outbound;
53
- }
54
-
55
- export function postV1PropertyPropertiesBySlugsResponseToJSON(
56
- postV1PropertyPropertiesBySlugsResponse:
57
- PostV1PropertyPropertiesBySlugsResponse,
58
- ): string {
59
- return JSON.stringify(
60
- PostV1PropertyPropertiesBySlugsResponse$outboundSchema.parse(
61
- postV1PropertyPropertiesBySlugsResponse,
62
- ),
63
- );
64
- }
65
-
66
- export function postV1PropertyPropertiesBySlugsResponseFromJSON(
67
- jsonString: string,
68
- ): SafeParseResult<
69
- PostV1PropertyPropertiesBySlugsResponse,
70
- SDKValidationError
71
- > {
72
- return safeParse(
73
- jsonString,
74
- (x) =>
75
- PostV1PropertyPropertiesBySlugsResponse$inboundSchema.parse(
76
- JSON.parse(x),
77
- ),
78
- `Failed to parse 'PostV1PropertyPropertiesBySlugsResponse' from JSON`,
79
- );
80
- }
@@ -1,71 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { safeParse } from "../../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import * as shared from "../shared/index.js";
10
-
11
- export type PostV1PropertyQueryResponse =
12
- | shared.PropertyListResponse
13
- | shared.ErrorResponse;
14
-
15
- /** @internal */
16
- export const PostV1PropertyQueryResponse$inboundSchema: z.ZodType<
17
- PostV1PropertyQueryResponse,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.union([
21
- shared.PropertyListResponse$inboundSchema,
22
- shared.ErrorResponse$inboundSchema,
23
- ]);
24
-
25
- /** @internal */
26
- export type PostV1PropertyQueryResponse$Outbound =
27
- | shared.PropertyListResponse$Outbound
28
- | shared.ErrorResponse$Outbound;
29
-
30
- /** @internal */
31
- export const PostV1PropertyQueryResponse$outboundSchema: z.ZodType<
32
- PostV1PropertyQueryResponse$Outbound,
33
- z.ZodTypeDef,
34
- PostV1PropertyQueryResponse
35
- > = z.union([
36
- shared.PropertyListResponse$outboundSchema,
37
- shared.ErrorResponse$outboundSchema,
38
- ]);
39
-
40
- /**
41
- * @internal
42
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
- */
44
- export namespace PostV1PropertyQueryResponse$ {
45
- /** @deprecated use `PostV1PropertyQueryResponse$inboundSchema` instead. */
46
- export const inboundSchema = PostV1PropertyQueryResponse$inboundSchema;
47
- /** @deprecated use `PostV1PropertyQueryResponse$outboundSchema` instead. */
48
- export const outboundSchema = PostV1PropertyQueryResponse$outboundSchema;
49
- /** @deprecated use `PostV1PropertyQueryResponse$Outbound` instead. */
50
- export type Outbound = PostV1PropertyQueryResponse$Outbound;
51
- }
52
-
53
- export function postV1PropertyQueryResponseToJSON(
54
- postV1PropertyQueryResponse: PostV1PropertyQueryResponse,
55
- ): string {
56
- return JSON.stringify(
57
- PostV1PropertyQueryResponse$outboundSchema.parse(
58
- postV1PropertyQueryResponse,
59
- ),
60
- );
61
- }
62
-
63
- export function postV1PropertyQueryResponseFromJSON(
64
- jsonString: string,
65
- ): SafeParseResult<PostV1PropertyQueryResponse, SDKValidationError> {
66
- return safeParse(
67
- jsonString,
68
- (x) => PostV1PropertyQueryResponse$inboundSchema.parse(JSON.parse(x)),
69
- `Failed to parse 'PostV1PropertyQueryResponse' from JSON`,
70
- );
71
- }