@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
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GetPlanningApplicationsResponse$ = exports.GetPlanningApplicationsResponse$outboundSchema = exports.GetPlanningApplicationsResponse$inboundSchema = exports.GetPlanningApplicationsRequest$ = exports.GetPlanningApplicationsRequest$outboundSchema = exports.GetPlanningApplicationsRequest$inboundSchema = void 0;
40
+ exports.getPlanningApplicationsRequestToJSON = getPlanningApplicationsRequestToJSON;
41
+ exports.getPlanningApplicationsRequestFromJSON = getPlanningApplicationsRequestFromJSON;
42
+ exports.getPlanningApplicationsResponseToJSON = getPlanningApplicationsResponseToJSON;
43
+ exports.getPlanningApplicationsResponseFromJSON = getPlanningApplicationsResponseFromJSON;
44
+ const z = __importStar(require("zod"));
45
+ const schemas_js_1 = require("../../../lib/schemas.js");
46
+ const shared = __importStar(require("../shared/index.js"));
47
+ /** @internal */
48
+ exports.GetPlanningApplicationsRequest$inboundSchema = z.object({
49
+ applicationIds: z.string(),
50
+ });
51
+ /** @internal */
52
+ exports.GetPlanningApplicationsRequest$outboundSchema = z.object({
53
+ applicationIds: z.string(),
54
+ });
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
+ var GetPlanningApplicationsRequest$;
60
+ (function (GetPlanningApplicationsRequest$) {
61
+ /** @deprecated use `GetPlanningApplicationsRequest$inboundSchema` instead. */
62
+ GetPlanningApplicationsRequest$.inboundSchema = exports.GetPlanningApplicationsRequest$inboundSchema;
63
+ /** @deprecated use `GetPlanningApplicationsRequest$outboundSchema` instead. */
64
+ GetPlanningApplicationsRequest$.outboundSchema = exports.GetPlanningApplicationsRequest$outboundSchema;
65
+ })(GetPlanningApplicationsRequest$ || (exports.GetPlanningApplicationsRequest$ = GetPlanningApplicationsRequest$ = {}));
66
+ function getPlanningApplicationsRequestToJSON(getPlanningApplicationsRequest) {
67
+ return JSON.stringify(exports.GetPlanningApplicationsRequest$outboundSchema.parse(getPlanningApplicationsRequest));
68
+ }
69
+ function getPlanningApplicationsRequestFromJSON(jsonString) {
70
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPlanningApplicationsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPlanningApplicationsRequest' from JSON`);
71
+ }
72
+ /** @internal */
73
+ exports.GetPlanningApplicationsResponse$inboundSchema = z.union([
74
+ shared.PlanningListResponse$inboundSchema,
75
+ shared.ErrorResponse$inboundSchema,
76
+ ]);
77
+ /** @internal */
78
+ exports.GetPlanningApplicationsResponse$outboundSchema = z.union([
79
+ shared.PlanningListResponse$outboundSchema,
80
+ shared.ErrorResponse$outboundSchema,
81
+ ]);
82
+ /**
83
+ * @internal
84
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
85
+ */
86
+ var GetPlanningApplicationsResponse$;
87
+ (function (GetPlanningApplicationsResponse$) {
88
+ /** @deprecated use `GetPlanningApplicationsResponse$inboundSchema` instead. */
89
+ GetPlanningApplicationsResponse$.inboundSchema = exports.GetPlanningApplicationsResponse$inboundSchema;
90
+ /** @deprecated use `GetPlanningApplicationsResponse$outboundSchema` instead. */
91
+ GetPlanningApplicationsResponse$.outboundSchema = exports.GetPlanningApplicationsResponse$outboundSchema;
92
+ })(GetPlanningApplicationsResponse$ || (exports.GetPlanningApplicationsResponse$ = GetPlanningApplicationsResponse$ = {}));
93
+ function getPlanningApplicationsResponseToJSON(getPlanningApplicationsResponse) {
94
+ return JSON.stringify(exports.GetPlanningApplicationsResponse$outboundSchema.parse(getPlanningApplicationsResponse));
95
+ }
96
+ function getPlanningApplicationsResponseFromJSON(jsonString) {
97
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPlanningApplicationsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPlanningApplicationsResponse' from JSON`);
98
+ }
99
+ //# sourceMappingURL=getplanningapplications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getplanningapplications.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getplanningapplications.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuDH,oFAQC;AAED,wFAQC;AAwCD,sFAQC;AAED,0FAQC;AAjID,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAa7C,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAG9E,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C;AAED,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC/C,+EAA+E;IAClE,8CAAa,GAAG,qDAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,sDAA8C,CAAC;AAG/E,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD;AAED,SAAgB,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,54 @@
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 GetPlanningApplicationsBySourceRequest = {
6
+ /**
7
+ * Comma-separated list of source IDs (e.g., council-a::APP/2024/0001)
8
+ */
9
+ sourceIds: string;
10
+ };
11
+ export type GetPlanningApplicationsBySourceResponse = shared.PlanningListResponse | shared.ErrorResponse;
12
+ /** @internal */
13
+ export declare const GetPlanningApplicationsBySourceRequest$inboundSchema: z.ZodType<GetPlanningApplicationsBySourceRequest, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type GetPlanningApplicationsBySourceRequest$Outbound = {
16
+ sourceIds: string;
17
+ };
18
+ /** @internal */
19
+ export declare const GetPlanningApplicationsBySourceRequest$outboundSchema: z.ZodType<GetPlanningApplicationsBySourceRequest$Outbound, z.ZodTypeDef, GetPlanningApplicationsBySourceRequest>;
20
+ /**
21
+ * @internal
22
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
23
+ */
24
+ export declare namespace GetPlanningApplicationsBySourceRequest$ {
25
+ /** @deprecated use `GetPlanningApplicationsBySourceRequest$inboundSchema` instead. */
26
+ const inboundSchema: z.ZodType<GetPlanningApplicationsBySourceRequest, z.ZodTypeDef, unknown>;
27
+ /** @deprecated use `GetPlanningApplicationsBySourceRequest$outboundSchema` instead. */
28
+ const outboundSchema: z.ZodType<GetPlanningApplicationsBySourceRequest$Outbound, z.ZodTypeDef, GetPlanningApplicationsBySourceRequest>;
29
+ /** @deprecated use `GetPlanningApplicationsBySourceRequest$Outbound` instead. */
30
+ type Outbound = GetPlanningApplicationsBySourceRequest$Outbound;
31
+ }
32
+ export declare function getPlanningApplicationsBySourceRequestToJSON(getPlanningApplicationsBySourceRequest: GetPlanningApplicationsBySourceRequest): string;
33
+ export declare function getPlanningApplicationsBySourceRequestFromJSON(jsonString: string): SafeParseResult<GetPlanningApplicationsBySourceRequest, SDKValidationError>;
34
+ /** @internal */
35
+ export declare const GetPlanningApplicationsBySourceResponse$inboundSchema: z.ZodType<GetPlanningApplicationsBySourceResponse, z.ZodTypeDef, unknown>;
36
+ /** @internal */
37
+ export type GetPlanningApplicationsBySourceResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
38
+ /** @internal */
39
+ export declare const GetPlanningApplicationsBySourceResponse$outboundSchema: z.ZodType<GetPlanningApplicationsBySourceResponse$Outbound, z.ZodTypeDef, GetPlanningApplicationsBySourceResponse>;
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 declare namespace GetPlanningApplicationsBySourceResponse$ {
45
+ /** @deprecated use `GetPlanningApplicationsBySourceResponse$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<GetPlanningApplicationsBySourceResponse, z.ZodTypeDef, unknown>;
47
+ /** @deprecated use `GetPlanningApplicationsBySourceResponse$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<GetPlanningApplicationsBySourceResponse$Outbound, z.ZodTypeDef, GetPlanningApplicationsBySourceResponse>;
49
+ /** @deprecated use `GetPlanningApplicationsBySourceResponse$Outbound` instead. */
50
+ type Outbound = GetPlanningApplicationsBySourceResponse$Outbound;
51
+ }
52
+ export declare function getPlanningApplicationsBySourceResponseToJSON(getPlanningApplicationsBySourceResponse: GetPlanningApplicationsBySourceResponse): string;
53
+ export declare function getPlanningApplicationsBySourceResponseFromJSON(jsonString: string): SafeParseResult<GetPlanningApplicationsBySourceResponse, SDKValidationError>;
54
+ //# sourceMappingURL=getplanningapplicationsbysource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getplanningapplicationsbysource.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getplanningapplicationsbysource.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,sCAAsC,GAAG;IACnD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAC/C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAGtC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACvD,sFAAsF;IAC/E,MAAM,aAAa,0EAC4B,CAAC;IACvD,uFAAuF;IAChF,MAAM,cAAc,kHAC4B,CAAC;IACxD,iFAAiF;IACjF,KAAY,QAAQ,GAAG,+CAA+C,CAAC;CACxE;AAED,wBAAgB,4CAA4C,CAC1D,sCAAsC,EACpC,sCAAsC,GACvC,MAAM,CAMR;AAED,wBAAgB,8CAA8C,CAC5D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sCAAsC,EAAE,kBAAkB,CAAC,CAO7E;AAED,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GACxD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,gDAAgD,EAChD,CAAC,CAAC,UAAU,EACZ,uCAAuC,CAIvC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wCAAwC,CAAC;IACxD,uFAAuF;IAChF,MAAM,aAAa,2EAC6B,CAAC;IACxD,wFAAwF;IACjF,MAAM,cAAc,oHAC6B,CAAC;IACzD,kFAAkF;IAClF,KAAY,QAAQ,GAAG,gDAAgD,CAAC;CACzE;AAED,wBAAgB,6CAA6C,CAC3D,uCAAuC,EACrC,uCAAuC,GACxC,MAAM,CAMR;AAED,wBAAgB,+CAA+C,CAC7D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,uCAAuC,EACvC,kBAAkB,CACnB,CASA"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GetPlanningApplicationsBySourceResponse$ = exports.GetPlanningApplicationsBySourceResponse$outboundSchema = exports.GetPlanningApplicationsBySourceResponse$inboundSchema = exports.GetPlanningApplicationsBySourceRequest$ = exports.GetPlanningApplicationsBySourceRequest$outboundSchema = exports.GetPlanningApplicationsBySourceRequest$inboundSchema = void 0;
40
+ exports.getPlanningApplicationsBySourceRequestToJSON = getPlanningApplicationsBySourceRequestToJSON;
41
+ exports.getPlanningApplicationsBySourceRequestFromJSON = getPlanningApplicationsBySourceRequestFromJSON;
42
+ exports.getPlanningApplicationsBySourceResponseToJSON = getPlanningApplicationsBySourceResponseToJSON;
43
+ exports.getPlanningApplicationsBySourceResponseFromJSON = getPlanningApplicationsBySourceResponseFromJSON;
44
+ const z = __importStar(require("zod"));
45
+ const schemas_js_1 = require("../../../lib/schemas.js");
46
+ const shared = __importStar(require("../shared/index.js"));
47
+ /** @internal */
48
+ exports.GetPlanningApplicationsBySourceRequest$inboundSchema = z.object({
49
+ sourceIds: z.string(),
50
+ });
51
+ /** @internal */
52
+ exports.GetPlanningApplicationsBySourceRequest$outboundSchema = z.object({
53
+ sourceIds: z.string(),
54
+ });
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
+ var GetPlanningApplicationsBySourceRequest$;
60
+ (function (GetPlanningApplicationsBySourceRequest$) {
61
+ /** @deprecated use `GetPlanningApplicationsBySourceRequest$inboundSchema` instead. */
62
+ GetPlanningApplicationsBySourceRequest$.inboundSchema = exports.GetPlanningApplicationsBySourceRequest$inboundSchema;
63
+ /** @deprecated use `GetPlanningApplicationsBySourceRequest$outboundSchema` instead. */
64
+ GetPlanningApplicationsBySourceRequest$.outboundSchema = exports.GetPlanningApplicationsBySourceRequest$outboundSchema;
65
+ })(GetPlanningApplicationsBySourceRequest$ || (exports.GetPlanningApplicationsBySourceRequest$ = GetPlanningApplicationsBySourceRequest$ = {}));
66
+ function getPlanningApplicationsBySourceRequestToJSON(getPlanningApplicationsBySourceRequest) {
67
+ return JSON.stringify(exports.GetPlanningApplicationsBySourceRequest$outboundSchema.parse(getPlanningApplicationsBySourceRequest));
68
+ }
69
+ function getPlanningApplicationsBySourceRequestFromJSON(jsonString) {
70
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPlanningApplicationsBySourceRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPlanningApplicationsBySourceRequest' from JSON`);
71
+ }
72
+ /** @internal */
73
+ exports.GetPlanningApplicationsBySourceResponse$inboundSchema = z.union([
74
+ shared.PlanningListResponse$inboundSchema,
75
+ shared.ErrorResponse$inboundSchema,
76
+ ]);
77
+ /** @internal */
78
+ exports.GetPlanningApplicationsBySourceResponse$outboundSchema = z.union([
79
+ shared.PlanningListResponse$outboundSchema,
80
+ shared.ErrorResponse$outboundSchema,
81
+ ]);
82
+ /**
83
+ * @internal
84
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
85
+ */
86
+ var GetPlanningApplicationsBySourceResponse$;
87
+ (function (GetPlanningApplicationsBySourceResponse$) {
88
+ /** @deprecated use `GetPlanningApplicationsBySourceResponse$inboundSchema` instead. */
89
+ GetPlanningApplicationsBySourceResponse$.inboundSchema = exports.GetPlanningApplicationsBySourceResponse$inboundSchema;
90
+ /** @deprecated use `GetPlanningApplicationsBySourceResponse$outboundSchema` instead. */
91
+ GetPlanningApplicationsBySourceResponse$.outboundSchema = exports.GetPlanningApplicationsBySourceResponse$outboundSchema;
92
+ })(GetPlanningApplicationsBySourceResponse$ || (exports.GetPlanningApplicationsBySourceResponse$ = GetPlanningApplicationsBySourceResponse$ = {}));
93
+ function getPlanningApplicationsBySourceResponseToJSON(getPlanningApplicationsBySourceResponse) {
94
+ return JSON.stringify(exports.GetPlanningApplicationsBySourceResponse$outboundSchema.parse(getPlanningApplicationsBySourceResponse));
95
+ }
96
+ function getPlanningApplicationsBySourceResponseFromJSON(jsonString) {
97
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPlanningApplicationsBySourceResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPlanningApplicationsBySourceResponse' from JSON`);
98
+ }
99
+ //# sourceMappingURL=getplanningapplicationsbysource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getplanningapplicationsbysource.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getplanningapplicationsbysource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyDH,oGASC;AAED,wGASC;AA0CD,sGASC;AAED,0GAcC;AA9ID,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAa7C,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,uCAAuC,CASvD;AATD,WAAiB,uCAAuC;IACtD,sFAAsF;IACzE,qDAAa,GACxB,4DAAoD,CAAC;IACvD,uFAAuF;IAC1E,sDAAc,GACzB,6DAAqD,CAAC;AAG1D,CAAC,EATgB,uCAAuC,uDAAvC,uCAAuC,QASvD;AAED,SAAgB,4CAA4C,CAC1D,sCACwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,6DAAqD,CAAC,KAAK,CACzD,sCAAsC,CACvC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,8CAA8C,CAC5D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,4DAAoD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,oEAAoE,CACrE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wCAAwC,CASxD;AATD,WAAiB,wCAAwC;IACvD,uFAAuF;IAC1E,sDAAa,GACxB,6DAAqD,CAAC;IACxD,wFAAwF;IAC3E,uDAAc,GACzB,8DAAsD,CAAC;AAG3D,CAAC,EATgB,wCAAwC,wDAAxC,wCAAwC,QASxD;AAED,SAAgB,6CAA6C,CAC3D,uCACyC;IAEzC,OAAO,IAAI,CAAC,SAAS,CACnB,8DAAsD,CAAC,KAAK,CAC1D,uCAAuC,CACxC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,+CAA+C,CAC7D,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,6DAAqD,CAAC,KAAK,CACzD,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,qEAAqE,CACtE,CAAC;AACJ,CAAC"}
@@ -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 GetPropertiesRequest = {
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 property IDs
20
+ */
21
+ propertyIds: string;
22
+ };
23
+ export type GetPropertiesResponse = shared.PropertyListResponse | shared.ErrorResponse;
24
+ /** @internal */
25
+ export declare const GetPropertiesRequest$inboundSchema: z.ZodType<GetPropertiesRequest, z.ZodTypeDef, unknown>;
26
+ /** @internal */
27
+ export type GetPropertiesRequest$Outbound = {
28
+ attributes?: string | undefined;
29
+ limit?: string | undefined;
30
+ offset?: string | undefined;
31
+ propertyIds: string;
32
+ };
33
+ /** @internal */
34
+ export declare const GetPropertiesRequest$outboundSchema: z.ZodType<GetPropertiesRequest$Outbound, z.ZodTypeDef, GetPropertiesRequest>;
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 GetPropertiesRequest$ {
40
+ /** @deprecated use `GetPropertiesRequest$inboundSchema` instead. */
41
+ const inboundSchema: z.ZodType<GetPropertiesRequest, z.ZodTypeDef, unknown>;
42
+ /** @deprecated use `GetPropertiesRequest$outboundSchema` instead. */
43
+ const outboundSchema: z.ZodType<GetPropertiesRequest$Outbound, z.ZodTypeDef, GetPropertiesRequest>;
44
+ /** @deprecated use `GetPropertiesRequest$Outbound` instead. */
45
+ type Outbound = GetPropertiesRequest$Outbound;
46
+ }
47
+ export declare function getPropertiesRequestToJSON(getPropertiesRequest: GetPropertiesRequest): string;
48
+ export declare function getPropertiesRequestFromJSON(jsonString: string): SafeParseResult<GetPropertiesRequest, SDKValidationError>;
49
+ /** @internal */
50
+ export declare const GetPropertiesResponse$inboundSchema: z.ZodType<GetPropertiesResponse, z.ZodTypeDef, unknown>;
51
+ /** @internal */
52
+ export type GetPropertiesResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
53
+ /** @internal */
54
+ export declare const GetPropertiesResponse$outboundSchema: z.ZodType<GetPropertiesResponse$Outbound, z.ZodTypeDef, GetPropertiesResponse>;
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 GetPropertiesResponse$ {
60
+ /** @deprecated use `GetPropertiesResponse$inboundSchema` instead. */
61
+ const inboundSchema: z.ZodType<GetPropertiesResponse, z.ZodTypeDef, unknown>;
62
+ /** @deprecated use `GetPropertiesResponse$outboundSchema` instead. */
63
+ const outboundSchema: z.ZodType<GetPropertiesResponse$Outbound, z.ZodTypeDef, GetPropertiesResponse>;
64
+ /** @deprecated use `GetPropertiesResponse$Outbound` instead. */
65
+ type Outbound = GetPropertiesResponse$Outbound;
66
+ }
67
+ export declare function getPropertiesResponseToJSON(getPropertiesResponse: GetPropertiesResponse): string;
68
+ export declare function getPropertiesResponseFromJSON(jsonString: string): SafeParseResult<GetPropertiesResponse, SDKValidationError>;
69
+ //# sourceMappingURL=getproperties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getproperties.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getproperties.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,oBAAoB,GAAG;IACjC;;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,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAC7B,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CAMpB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,qBAAqB,CAAC;IACrC,oEAAoE;IAC7D,MAAM,aAAa,wDAAqC,CAAC;IAChE,qEAAqE;IAC9D,MAAM,cAAc,8EAAsC,CAAC;IAClE,+DAA+D;IAC/D,KAAY,QAAQ,GAAG,6BAA6B,CAAC;CACtD;AAED,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR;AAED,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAM3D;AAED,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,6BAA6B,GACpC,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,105 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GetPropertiesResponse$ = exports.GetPropertiesResponse$outboundSchema = exports.GetPropertiesResponse$inboundSchema = exports.GetPropertiesRequest$ = exports.GetPropertiesRequest$outboundSchema = exports.GetPropertiesRequest$inboundSchema = void 0;
40
+ exports.getPropertiesRequestToJSON = getPropertiesRequestToJSON;
41
+ exports.getPropertiesRequestFromJSON = getPropertiesRequestFromJSON;
42
+ exports.getPropertiesResponseToJSON = getPropertiesResponseToJSON;
43
+ exports.getPropertiesResponseFromJSON = getPropertiesResponseFromJSON;
44
+ const z = __importStar(require("zod"));
45
+ const schemas_js_1 = require("../../../lib/schemas.js");
46
+ const shared = __importStar(require("../shared/index.js"));
47
+ /** @internal */
48
+ exports.GetPropertiesRequest$inboundSchema = z.object({
49
+ attributes: z.string().optional(),
50
+ limit: z.string().optional(),
51
+ offset: z.string().optional(),
52
+ propertyIds: z.string(),
53
+ });
54
+ /** @internal */
55
+ exports.GetPropertiesRequest$outboundSchema = z.object({
56
+ attributes: z.string().optional(),
57
+ limit: z.string().optional(),
58
+ offset: z.string().optional(),
59
+ propertyIds: z.string(),
60
+ });
61
+ /**
62
+ * @internal
63
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
64
+ */
65
+ var GetPropertiesRequest$;
66
+ (function (GetPropertiesRequest$) {
67
+ /** @deprecated use `GetPropertiesRequest$inboundSchema` instead. */
68
+ GetPropertiesRequest$.inboundSchema = exports.GetPropertiesRequest$inboundSchema;
69
+ /** @deprecated use `GetPropertiesRequest$outboundSchema` instead. */
70
+ GetPropertiesRequest$.outboundSchema = exports.GetPropertiesRequest$outboundSchema;
71
+ })(GetPropertiesRequest$ || (exports.GetPropertiesRequest$ = GetPropertiesRequest$ = {}));
72
+ function getPropertiesRequestToJSON(getPropertiesRequest) {
73
+ return JSON.stringify(exports.GetPropertiesRequest$outboundSchema.parse(getPropertiesRequest));
74
+ }
75
+ function getPropertiesRequestFromJSON(jsonString) {
76
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPropertiesRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesRequest' from JSON`);
77
+ }
78
+ /** @internal */
79
+ exports.GetPropertiesResponse$inboundSchema = z.union([
80
+ shared.PropertyListResponse$inboundSchema,
81
+ shared.ErrorResponse$inboundSchema,
82
+ ]);
83
+ /** @internal */
84
+ exports.GetPropertiesResponse$outboundSchema = z.union([
85
+ shared.PropertyListResponse$outboundSchema,
86
+ shared.ErrorResponse$outboundSchema,
87
+ ]);
88
+ /**
89
+ * @internal
90
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
91
+ */
92
+ var GetPropertiesResponse$;
93
+ (function (GetPropertiesResponse$) {
94
+ /** @deprecated use `GetPropertiesResponse$inboundSchema` instead. */
95
+ GetPropertiesResponse$.inboundSchema = exports.GetPropertiesResponse$inboundSchema;
96
+ /** @deprecated use `GetPropertiesResponse$outboundSchema` instead. */
97
+ GetPropertiesResponse$.outboundSchema = exports.GetPropertiesResponse$outboundSchema;
98
+ })(GetPropertiesResponse$ || (exports.GetPropertiesResponse$ = GetPropertiesResponse$ = {}));
99
+ function getPropertiesResponseToJSON(getPropertiesResponse) {
100
+ return JSON.stringify(exports.GetPropertiesResponse$outboundSchema.parse(getPropertiesResponse));
101
+ }
102
+ function getPropertiesResponseFromJSON(jsonString) {
103
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPropertiesResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesResponse' from JSON`);
104
+ }
105
+ //# sourceMappingURL=getproperties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getproperties.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getproperties.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EH,gEAMC;AAED,oEAQC;AAwCD,kEAMC;AAED,sEAQC;AAlJD,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAyB7C,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,0CAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,2CAAmC,CAAC;AAGpE,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC;AAED,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC;AAED,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AAED,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
@@ -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 GetPropertiesByLocationRequest = {
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
+ * Comma-separated list of location IDs
16
+ */
17
+ locationIds: string;
18
+ /**
19
+ * Number of results to skip
20
+ */
21
+ offset?: string | undefined;
22
+ };
23
+ export type GetPropertiesByLocationResponse = shared.PropertyListResponse | shared.ErrorResponse;
24
+ /** @internal */
25
+ export declare const GetPropertiesByLocationRequest$inboundSchema: z.ZodType<GetPropertiesByLocationRequest, z.ZodTypeDef, unknown>;
26
+ /** @internal */
27
+ export type GetPropertiesByLocationRequest$Outbound = {
28
+ attributes?: string | undefined;
29
+ limit?: string | undefined;
30
+ locationIds: string;
31
+ offset?: string | undefined;
32
+ };
33
+ /** @internal */
34
+ export declare const GetPropertiesByLocationRequest$outboundSchema: z.ZodType<GetPropertiesByLocationRequest$Outbound, z.ZodTypeDef, GetPropertiesByLocationRequest>;
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 GetPropertiesByLocationRequest$ {
40
+ /** @deprecated use `GetPropertiesByLocationRequest$inboundSchema` instead. */
41
+ const inboundSchema: z.ZodType<GetPropertiesByLocationRequest, z.ZodTypeDef, unknown>;
42
+ /** @deprecated use `GetPropertiesByLocationRequest$outboundSchema` instead. */
43
+ const outboundSchema: z.ZodType<GetPropertiesByLocationRequest$Outbound, z.ZodTypeDef, GetPropertiesByLocationRequest>;
44
+ /** @deprecated use `GetPropertiesByLocationRequest$Outbound` instead. */
45
+ type Outbound = GetPropertiesByLocationRequest$Outbound;
46
+ }
47
+ export declare function getPropertiesByLocationRequestToJSON(getPropertiesByLocationRequest: GetPropertiesByLocationRequest): string;
48
+ export declare function getPropertiesByLocationRequestFromJSON(jsonString: string): SafeParseResult<GetPropertiesByLocationRequest, SDKValidationError>;
49
+ /** @internal */
50
+ export declare const GetPropertiesByLocationResponse$inboundSchema: z.ZodType<GetPropertiesByLocationResponse, z.ZodTypeDef, unknown>;
51
+ /** @internal */
52
+ export type GetPropertiesByLocationResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
53
+ /** @internal */
54
+ export declare const GetPropertiesByLocationResponse$outboundSchema: z.ZodType<GetPropertiesByLocationResponse$Outbound, z.ZodTypeDef, GetPropertiesByLocationResponse>;
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 GetPropertiesByLocationResponse$ {
60
+ /** @deprecated use `GetPropertiesByLocationResponse$inboundSchema` instead. */
61
+ const inboundSchema: z.ZodType<GetPropertiesByLocationResponse, z.ZodTypeDef, unknown>;
62
+ /** @deprecated use `GetPropertiesByLocationResponse$outboundSchema` instead. */
63
+ const outboundSchema: z.ZodType<GetPropertiesByLocationResponse$Outbound, z.ZodTypeDef, GetPropertiesByLocationResponse>;
64
+ /** @deprecated use `GetPropertiesByLocationResponse$Outbound` instead. */
65
+ type Outbound = GetPropertiesByLocationResponse$Outbound;
66
+ }
67
+ export declare function getPropertiesByLocationResponseToJSON(getPropertiesByLocationResponse: GetPropertiesByLocationResponse): string;
68
+ export declare function getPropertiesByLocationResponseFromJSON(jsonString: string): SafeParseResult<GetPropertiesByLocationResponse, SDKValidationError>;
69
+ //# sourceMappingURL=getpropertiesbylocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getpropertiesbylocation.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getpropertiesbylocation.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,8BAA8B,GAAG;IAC3C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,+BAA+B,GACvC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAM9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AAED,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE;AAED,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAChD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAI/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
@@ -0,0 +1,105 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GetPropertiesByLocationResponse$ = exports.GetPropertiesByLocationResponse$outboundSchema = exports.GetPropertiesByLocationResponse$inboundSchema = exports.GetPropertiesByLocationRequest$ = exports.GetPropertiesByLocationRequest$outboundSchema = exports.GetPropertiesByLocationRequest$inboundSchema = void 0;
40
+ exports.getPropertiesByLocationRequestToJSON = getPropertiesByLocationRequestToJSON;
41
+ exports.getPropertiesByLocationRequestFromJSON = getPropertiesByLocationRequestFromJSON;
42
+ exports.getPropertiesByLocationResponseToJSON = getPropertiesByLocationResponseToJSON;
43
+ exports.getPropertiesByLocationResponseFromJSON = getPropertiesByLocationResponseFromJSON;
44
+ const z = __importStar(require("zod"));
45
+ const schemas_js_1 = require("../../../lib/schemas.js");
46
+ const shared = __importStar(require("../shared/index.js"));
47
+ /** @internal */
48
+ exports.GetPropertiesByLocationRequest$inboundSchema = z.object({
49
+ attributes: z.string().optional(),
50
+ limit: z.string().optional(),
51
+ locationIds: z.string(),
52
+ offset: z.string().optional(),
53
+ });
54
+ /** @internal */
55
+ exports.GetPropertiesByLocationRequest$outboundSchema = z.object({
56
+ attributes: z.string().optional(),
57
+ limit: z.string().optional(),
58
+ locationIds: z.string(),
59
+ offset: z.string().optional(),
60
+ });
61
+ /**
62
+ * @internal
63
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
64
+ */
65
+ var GetPropertiesByLocationRequest$;
66
+ (function (GetPropertiesByLocationRequest$) {
67
+ /** @deprecated use `GetPropertiesByLocationRequest$inboundSchema` instead. */
68
+ GetPropertiesByLocationRequest$.inboundSchema = exports.GetPropertiesByLocationRequest$inboundSchema;
69
+ /** @deprecated use `GetPropertiesByLocationRequest$outboundSchema` instead. */
70
+ GetPropertiesByLocationRequest$.outboundSchema = exports.GetPropertiesByLocationRequest$outboundSchema;
71
+ })(GetPropertiesByLocationRequest$ || (exports.GetPropertiesByLocationRequest$ = GetPropertiesByLocationRequest$ = {}));
72
+ function getPropertiesByLocationRequestToJSON(getPropertiesByLocationRequest) {
73
+ return JSON.stringify(exports.GetPropertiesByLocationRequest$outboundSchema.parse(getPropertiesByLocationRequest));
74
+ }
75
+ function getPropertiesByLocationRequestFromJSON(jsonString) {
76
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPropertiesByLocationRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesByLocationRequest' from JSON`);
77
+ }
78
+ /** @internal */
79
+ exports.GetPropertiesByLocationResponse$inboundSchema = z.union([
80
+ shared.PropertyListResponse$inboundSchema,
81
+ shared.ErrorResponse$inboundSchema,
82
+ ]);
83
+ /** @internal */
84
+ exports.GetPropertiesByLocationResponse$outboundSchema = z.union([
85
+ shared.PropertyListResponse$outboundSchema,
86
+ shared.ErrorResponse$outboundSchema,
87
+ ]);
88
+ /**
89
+ * @internal
90
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
91
+ */
92
+ var GetPropertiesByLocationResponse$;
93
+ (function (GetPropertiesByLocationResponse$) {
94
+ /** @deprecated use `GetPropertiesByLocationResponse$inboundSchema` instead. */
95
+ GetPropertiesByLocationResponse$.inboundSchema = exports.GetPropertiesByLocationResponse$inboundSchema;
96
+ /** @deprecated use `GetPropertiesByLocationResponse$outboundSchema` instead. */
97
+ GetPropertiesByLocationResponse$.outboundSchema = exports.GetPropertiesByLocationResponse$outboundSchema;
98
+ })(GetPropertiesByLocationResponse$ || (exports.GetPropertiesByLocationResponse$ = GetPropertiesByLocationResponse$ = {}));
99
+ function getPropertiesByLocationResponseToJSON(getPropertiesByLocationResponse) {
100
+ return JSON.stringify(exports.GetPropertiesByLocationResponse$outboundSchema.parse(getPropertiesByLocationResponse));
101
+ }
102
+ function getPropertiesByLocationResponseFromJSON(jsonString) {
103
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPropertiesByLocationResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPropertiesByLocationResponse' from JSON`);
104
+ }
105
+ //# sourceMappingURL=getpropertiesbylocation.js.map