@vepler/sdk 1.9.10 → 1.10.0

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 (558) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +53 -31
  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/commonjs/funcs/propertyGetProperties.d.ts +17 -0
  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/funcs/schoolMetricsGetMetrics.d.ts +17 -0
  52. package/dist/commonjs/funcs/schoolMetricsGetMetrics.d.ts.map +1 -0
  53. package/dist/commonjs/funcs/schoolMetricsGetMetrics.js +130 -0
  54. package/dist/commonjs/funcs/schoolMetricsGetMetrics.js.map +1 -0
  55. package/dist/commonjs/funcs/schoolMetricsListProfiles.d.ts +17 -0
  56. package/dist/commonjs/funcs/schoolMetricsListProfiles.d.ts.map +1 -0
  57. package/dist/commonjs/funcs/schoolMetricsListProfiles.js +104 -0
  58. package/dist/commonjs/funcs/schoolMetricsListProfiles.js.map +1 -0
  59. package/dist/commonjs/funcs/schoolsGet.d.ts +17 -0
  60. package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map → schoolsGet.d.ts.map} +1 -1
  61. package/dist/commonjs/funcs/schoolsGet.js +124 -0
  62. package/dist/commonjs/funcs/schoolsGet.js.map +1 -0
  63. package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts → schoolsGetBySlug.d.ts} +4 -4
  64. package/dist/commonjs/funcs/schoolsGetBySlug.d.ts.map +1 -0
  65. package/dist/commonjs/funcs/schoolsGetBySlug.js +124 -0
  66. package/dist/commonjs/funcs/schoolsGetBySlug.js.map +1 -0
  67. package/dist/commonjs/funcs/schoolsGetByUrn.d.ts +17 -0
  68. package/dist/commonjs/funcs/schoolsGetByUrn.d.ts.map +1 -0
  69. package/dist/commonjs/funcs/schoolsGetByUrn.js +124 -0
  70. package/dist/commonjs/funcs/schoolsGetByUrn.js.map +1 -0
  71. package/dist/{esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts → commonjs/funcs/schoolsList.d.ts} +4 -4
  72. package/dist/commonjs/funcs/schoolsList.d.ts.map +1 -0
  73. package/dist/commonjs/funcs/schoolsList.js +126 -0
  74. package/dist/commonjs/funcs/schoolsList.js.map +1 -0
  75. package/dist/commonjs/funcs/schoolsSearchNearby.d.ts +17 -0
  76. package/dist/commonjs/funcs/schoolsSearchNearby.d.ts.map +1 -0
  77. package/dist/commonjs/funcs/schoolsSearchNearby.js +125 -0
  78. package/dist/commonjs/funcs/schoolsSearchNearby.js.map +1 -0
  79. package/dist/commonjs/funcs/schoolsSearchWithin.d.ts +17 -0
  80. package/dist/commonjs/funcs/schoolsSearchWithin.d.ts.map +1 -0
  81. package/dist/commonjs/funcs/schoolsSearchWithin.js +125 -0
  82. package/dist/commonjs/funcs/schoolsSearchWithin.js.map +1 -0
  83. package/dist/commonjs/lib/config.d.ts +3 -3
  84. package/dist/commonjs/lib/config.d.ts.map +1 -1
  85. package/dist/commonjs/lib/config.js +3 -3
  86. package/dist/commonjs/lib/config.js.map +1 -1
  87. package/dist/commonjs/sdk/health.d.ts +3 -3
  88. package/dist/commonjs/sdk/health.js +9 -9
  89. package/dist/commonjs/sdk/location.d.ts +1 -1
  90. package/dist/commonjs/sdk/location.d.ts.map +1 -1
  91. package/dist/commonjs/sdk/location.js +3 -3
  92. package/dist/commonjs/sdk/location.js.map +1 -1
  93. package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts +89 -0
  94. package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts.map +1 -0
  95. package/dist/commonjs/sdk/models/operations/getmetricprofiles.js +122 -0
  96. package/dist/commonjs/sdk/models/operations/getmetricprofiles.js.map +1 -0
  97. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts +54 -0
  98. package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
  99. package/dist/commonjs/sdk/models/operations/getplanningapplications.js +99 -0
  100. package/dist/commonjs/sdk/models/operations/getplanningapplications.js.map +1 -0
  101. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
  102. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
  103. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js +99 -0
  104. package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
  105. package/dist/commonjs/sdk/models/operations/getproperties.d.ts +69 -0
  106. package/dist/commonjs/sdk/models/operations/getproperties.d.ts.map +1 -0
  107. package/dist/commonjs/sdk/models/operations/getproperties.js +105 -0
  108. package/dist/commonjs/sdk/models/operations/getproperties.js.map +1 -0
  109. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
  110. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
  111. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js +105 -0
  112. package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
  113. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
  114. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
  115. package/dist/commonjs/sdk/models/operations/{postv1propertyquery.js → getpropertiesbyslugs.js} +17 -17
  116. package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
  117. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
  118. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
  119. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js +105 -0
  120. package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js.map +1 -0
  121. package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts +245 -0
  122. package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts.map +1 -0
  123. package/dist/commonjs/sdk/models/operations/getschoolbyid.js +267 -0
  124. package/dist/commonjs/sdk/models/operations/getschoolbyid.js.map +1 -0
  125. package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts +245 -0
  126. package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts.map +1 -0
  127. package/dist/commonjs/sdk/models/operations/getschoolbyslug.js +267 -0
  128. package/dist/commonjs/sdk/models/operations/getschoolbyslug.js.map +1 -0
  129. package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts +245 -0
  130. package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts.map +1 -0
  131. package/dist/commonjs/sdk/models/operations/getschoolbyurn.js +267 -0
  132. package/dist/commonjs/sdk/models/operations/getschoolbyurn.js.map +1 -0
  133. package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts +901 -0
  134. package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts.map +1 -0
  135. package/dist/commonjs/sdk/models/operations/getschoolmetrics.js +844 -0
  136. package/dist/commonjs/sdk/models/operations/getschoolmetrics.js.map +1 -0
  137. package/dist/commonjs/sdk/models/operations/index.d.ts +17 -9
  138. package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
  139. package/dist/commonjs/sdk/models/operations/index.js +17 -9
  140. package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
  141. package/dist/commonjs/sdk/models/operations/listschools.d.ts +248 -0
  142. package/dist/commonjs/sdk/models/operations/listschools.d.ts.map +1 -0
  143. package/dist/commonjs/sdk/models/operations/listschools.js +262 -0
  144. package/dist/commonjs/sdk/models/operations/listschools.js.map +1 -0
  145. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts +26 -0
  146. package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
  147. package/dist/commonjs/sdk/models/operations/{postv1propertypropertiesbyslugs.js → searchplanningapplications.js} +19 -19
  148. package/dist/commonjs/sdk/models/operations/searchplanningapplications.js.map +1 -0
  149. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts +26 -0
  150. package/dist/commonjs/sdk/models/operations/searchproperties.d.ts.map +1 -0
  151. package/dist/commonjs/sdk/models/operations/{postv1planningquery.js → searchproperties.js} +19 -19
  152. package/dist/commonjs/sdk/models/operations/searchproperties.js.map +1 -0
  153. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts +274 -0
  154. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -0
  155. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js +282 -0
  156. package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js.map +1 -0
  157. package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts +243 -0
  158. package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts.map +1 -0
  159. package/dist/commonjs/sdk/models/operations/searchschoolswithin.js +260 -0
  160. package/dist/commonjs/sdk/models/operations/searchschoolswithin.js.map +1 -0
  161. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts +26 -0
  162. package/dist/commonjs/sdk/models/operations/searchstreets.d.ts.map +1 -0
  163. package/dist/commonjs/sdk/models/operations/{postv1locationstreetquery.js → searchstreets.js} +17 -17
  164. package/dist/commonjs/sdk/models/operations/searchstreets.js.map +1 -0
  165. package/dist/commonjs/sdk/models/shared/index.d.ts +1 -0
  166. package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
  167. package/dist/commonjs/sdk/models/shared/index.js +1 -0
  168. package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
  169. package/dist/commonjs/sdk/models/shared/postcodeareafilter.d.ts +1 -1
  170. package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +1 -1
  171. package/dist/commonjs/sdk/models/shared/school.d.ts +441 -0
  172. package/dist/commonjs/sdk/models/shared/school.d.ts.map +1 -0
  173. package/dist/commonjs/sdk/models/shared/school.js +301 -0
  174. package/dist/commonjs/sdk/models/shared/school.js.map +1 -0
  175. package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.d.ts +2 -2
  176. package/dist/commonjs/sdk/planning.d.ts +7 -7
  177. package/dist/commonjs/sdk/planning.d.ts.map +1 -1
  178. package/dist/commonjs/sdk/planning.js +13 -13
  179. package/dist/commonjs/sdk/planning.js.map +1 -1
  180. package/dist/commonjs/sdk/property.d.ts +11 -11
  181. package/dist/commonjs/sdk/property.d.ts.map +1 -1
  182. package/dist/commonjs/sdk/property.js +21 -21
  183. package/dist/commonjs/sdk/property.js.map +1 -1
  184. package/dist/commonjs/sdk/schoolmetrics.d.ts +19 -0
  185. package/dist/commonjs/sdk/schoolmetrics.d.ts.map +1 -0
  186. package/dist/commonjs/sdk/schoolmetrics.js +32 -0
  187. package/dist/commonjs/sdk/schoolmetrics.js.map +1 -0
  188. package/dist/commonjs/sdk/schools.d.ts +47 -0
  189. package/dist/commonjs/sdk/schools.d.ts.map +1 -0
  190. package/dist/commonjs/sdk/schools.js +72 -0
  191. package/dist/commonjs/sdk/schools.js.map +1 -0
  192. package/dist/commonjs/sdk/sdk.d.ts +6 -0
  193. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  194. package/dist/commonjs/sdk/sdk.js +8 -0
  195. package/dist/commonjs/sdk/sdk.js.map +1 -1
  196. package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts → healthCheckLocationHealth.d.ts} +2 -2
  197. package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts.map → healthCheckLocationHealth.d.ts.map} +1 -1
  198. package/dist/esm/funcs/{healthGetV1LocationHealth.js → healthCheckLocationHealth.js} +3 -3
  199. package/dist/esm/funcs/{healthGetV1PlanningHealth.js.map → healthCheckLocationHealth.js.map} +1 -1
  200. package/dist/{commonjs/funcs/healthGetV1PlanningHealth.d.ts → esm/funcs/healthCheckPlanningHealth.d.ts} +2 -2
  201. package/dist/esm/funcs/healthCheckPlanningHealth.d.ts.map +1 -0
  202. package/dist/esm/funcs/{healthGetV1PlanningHealth.js → healthCheckPlanningHealth.js} +3 -3
  203. package/dist/esm/funcs/{healthGetV1PropertyHealth.js.map → healthCheckPlanningHealth.js.map} +1 -1
  204. package/dist/{commonjs/funcs/healthGetV1PropertyHealth.d.ts → esm/funcs/healthCheckPropertyHealth.d.ts} +2 -2
  205. package/dist/esm/funcs/healthCheckPropertyHealth.d.ts.map +1 -0
  206. package/dist/esm/funcs/{healthGetV1PropertyHealth.js → healthCheckPropertyHealth.js} +3 -3
  207. package/dist/esm/funcs/{healthGetV1LocationHealth.js.map → healthCheckPropertyHealth.js.map} +1 -1
  208. package/dist/{commonjs/funcs/locationPostV1LocationStreetQuery.d.ts → esm/funcs/locationSearchStreets.d.ts} +2 -2
  209. package/dist/esm/funcs/locationSearchStreets.d.ts.map +1 -0
  210. package/dist/esm/funcs/{locationPostV1LocationStreetQuery.js → locationSearchStreets.js} +4 -4
  211. package/dist/esm/funcs/locationSearchStreets.js.map +1 -0
  212. package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.d.ts → planningGetPlanningApplications.d.ts} +2 -2
  213. package/dist/esm/funcs/planningGetPlanningApplications.d.ts.map +1 -0
  214. package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.js → planningGetPlanningApplications.js} +5 -5
  215. package/dist/esm/funcs/planningGetPlanningApplications.js.map +1 -0
  216. package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.d.ts → planningGetPlanningApplicationsBySource.d.ts} +2 -2
  217. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.d.ts.map +1 -0
  218. package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.js → planningGetPlanningApplicationsBySource.js} +5 -5
  219. package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js.map +1 -0
  220. package/dist/esm/funcs/{planningPostV1PlanningQuery.d.ts → planningSearchPlanningApplications.d.ts} +2 -2
  221. package/dist/esm/funcs/planningSearchPlanningApplications.d.ts.map +1 -0
  222. package/dist/esm/funcs/{planningPostV1PlanningQuery.js → planningSearchPlanningApplications.js} +4 -4
  223. package/dist/esm/funcs/planningSearchPlanningApplications.js.map +1 -0
  224. package/dist/esm/funcs/propertyGetProperties.d.ts +17 -0
  225. package/dist/esm/funcs/propertyGetProperties.d.ts.map +1 -0
  226. package/dist/esm/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.js → propertyGetProperties.js} +5 -5
  227. package/dist/esm/funcs/propertyGetProperties.js.map +1 -0
  228. package/dist/{commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts → esm/funcs/propertyGetPropertiesByLocation.d.ts} +2 -2
  229. package/dist/esm/funcs/propertyGetPropertiesByLocation.d.ts.map +1 -0
  230. package/dist/esm/funcs/{propertyGetV1PropertyLocationIds.js → propertyGetPropertiesByLocation.js} +5 -5
  231. package/dist/esm/funcs/propertyGetPropertiesByLocation.js.map +1 -0
  232. package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.d.ts → propertyGetPropertiesBySlugs.d.ts} +2 -2
  233. package/dist/esm/funcs/propertyGetPropertiesBySlugs.d.ts.map +1 -0
  234. package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.js → propertyGetPropertiesBySlugs.js} +4 -4
  235. package/dist/esm/funcs/propertyGetPropertiesBySlugs.js.map +1 -0
  236. package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.d.ts → propertyGetPropertiesBySource.d.ts} +2 -2
  237. package/dist/esm/funcs/propertyGetPropertiesBySource.d.ts.map +1 -0
  238. package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.js → propertyGetPropertiesBySource.js} +5 -5
  239. package/dist/esm/funcs/propertyGetPropertiesBySource.js.map +1 -0
  240. package/dist/esm/funcs/propertySearchProperties.d.ts +18 -0
  241. package/dist/esm/funcs/propertySearchProperties.d.ts.map +1 -0
  242. package/dist/esm/funcs/{propertyPostV1PropertyQuery.js → propertySearchProperties.js} +4 -4
  243. package/dist/esm/funcs/propertySearchProperties.js.map +1 -0
  244. package/dist/esm/funcs/schoolMetricsGetMetrics.d.ts +17 -0
  245. package/dist/esm/funcs/schoolMetricsGetMetrics.d.ts.map +1 -0
  246. package/dist/esm/funcs/schoolMetricsGetMetrics.js +94 -0
  247. package/dist/esm/funcs/schoolMetricsGetMetrics.js.map +1 -0
  248. package/dist/esm/funcs/schoolMetricsListProfiles.d.ts +17 -0
  249. package/dist/esm/funcs/schoolMetricsListProfiles.d.ts.map +1 -0
  250. package/dist/esm/funcs/schoolMetricsListProfiles.js +68 -0
  251. package/dist/esm/funcs/schoolMetricsListProfiles.js.map +1 -0
  252. package/dist/esm/funcs/schoolsGet.d.ts +17 -0
  253. package/dist/esm/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map → schoolsGet.d.ts.map} +1 -1
  254. package/dist/esm/funcs/schoolsGet.js +88 -0
  255. package/dist/esm/funcs/schoolsGet.js.map +1 -0
  256. package/dist/esm/funcs/schoolsGetBySlug.d.ts +17 -0
  257. package/dist/esm/funcs/schoolsGetBySlug.d.ts.map +1 -0
  258. package/dist/esm/funcs/schoolsGetBySlug.js +88 -0
  259. package/dist/esm/funcs/schoolsGetBySlug.js.map +1 -0
  260. package/dist/esm/funcs/schoolsGetByUrn.d.ts +17 -0
  261. package/dist/esm/funcs/schoolsGetByUrn.d.ts.map +1 -0
  262. package/dist/esm/funcs/schoolsGetByUrn.js +88 -0
  263. package/dist/esm/funcs/schoolsGetByUrn.js.map +1 -0
  264. package/dist/esm/funcs/schoolsList.d.ts +17 -0
  265. package/dist/esm/funcs/schoolsList.d.ts.map +1 -0
  266. package/dist/esm/funcs/schoolsList.js +90 -0
  267. package/dist/esm/funcs/schoolsList.js.map +1 -0
  268. package/dist/esm/funcs/schoolsSearchNearby.d.ts +17 -0
  269. package/dist/esm/funcs/schoolsSearchNearby.d.ts.map +1 -0
  270. package/dist/esm/funcs/schoolsSearchNearby.js +89 -0
  271. package/dist/esm/funcs/schoolsSearchNearby.js.map +1 -0
  272. package/dist/esm/funcs/schoolsSearchWithin.d.ts +17 -0
  273. package/dist/esm/funcs/schoolsSearchWithin.d.ts.map +1 -0
  274. package/dist/esm/funcs/schoolsSearchWithin.js +89 -0
  275. package/dist/esm/funcs/schoolsSearchWithin.js.map +1 -0
  276. package/dist/esm/lib/config.d.ts +3 -3
  277. package/dist/esm/lib/config.d.ts.map +1 -1
  278. package/dist/esm/lib/config.js +3 -3
  279. package/dist/esm/lib/config.js.map +1 -1
  280. package/dist/esm/sdk/health.d.ts +3 -3
  281. package/dist/esm/sdk/health.js +9 -9
  282. package/dist/esm/sdk/location.d.ts +1 -1
  283. package/dist/esm/sdk/location.d.ts.map +1 -1
  284. package/dist/esm/sdk/location.js +3 -3
  285. package/dist/esm/sdk/location.js.map +1 -1
  286. package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts +89 -0
  287. package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts.map +1 -0
  288. package/dist/esm/sdk/models/operations/getmetricprofiles.js +82 -0
  289. package/dist/esm/sdk/models/operations/getmetricprofiles.js.map +1 -0
  290. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts +54 -0
  291. package/dist/esm/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
  292. package/dist/esm/sdk/models/operations/getplanningapplications.js +59 -0
  293. package/dist/esm/sdk/models/operations/getplanningapplications.js.map +1 -0
  294. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
  295. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
  296. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js +59 -0
  297. package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
  298. package/dist/esm/sdk/models/operations/getproperties.d.ts +69 -0
  299. package/dist/esm/sdk/models/operations/getproperties.d.ts.map +1 -0
  300. package/dist/esm/sdk/models/operations/getproperties.js +65 -0
  301. package/dist/esm/sdk/models/operations/getproperties.js.map +1 -0
  302. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
  303. package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
  304. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js +65 -0
  305. package/dist/esm/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
  306. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
  307. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
  308. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js +34 -0
  309. package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
  310. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
  311. package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
  312. package/dist/esm/sdk/models/operations/getpropertiesbysource.js +65 -0
  313. package/dist/esm/sdk/models/operations/getpropertiesbysource.js.map +1 -0
  314. package/dist/esm/sdk/models/operations/getschoolbyid.d.ts +245 -0
  315. package/dist/esm/sdk/models/operations/getschoolbyid.d.ts.map +1 -0
  316. package/dist/esm/sdk/models/operations/getschoolbyid.js +219 -0
  317. package/dist/esm/sdk/models/operations/getschoolbyid.js.map +1 -0
  318. package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts +245 -0
  319. package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts.map +1 -0
  320. package/dist/esm/sdk/models/operations/getschoolbyslug.js +219 -0
  321. package/dist/esm/sdk/models/operations/getschoolbyslug.js.map +1 -0
  322. package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts +245 -0
  323. package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts.map +1 -0
  324. package/dist/esm/sdk/models/operations/getschoolbyurn.js +219 -0
  325. package/dist/esm/sdk/models/operations/getschoolbyurn.js.map +1 -0
  326. package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts +901 -0
  327. package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts.map +1 -0
  328. package/dist/esm/sdk/models/operations/getschoolmetrics.js +771 -0
  329. package/dist/esm/sdk/models/operations/getschoolmetrics.js.map +1 -0
  330. package/dist/esm/sdk/models/operations/index.d.ts +17 -9
  331. package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
  332. package/dist/esm/sdk/models/operations/index.js +17 -9
  333. package/dist/esm/sdk/models/operations/index.js.map +1 -1
  334. package/dist/esm/sdk/models/operations/listschools.d.ts +248 -0
  335. package/dist/esm/sdk/models/operations/listschools.d.ts.map +1 -0
  336. package/dist/esm/sdk/models/operations/listschools.js +216 -0
  337. package/dist/esm/sdk/models/operations/listschools.js.map +1 -0
  338. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts +26 -0
  339. package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
  340. package/dist/esm/sdk/models/operations/searchplanningapplications.js +34 -0
  341. package/dist/esm/sdk/models/operations/searchplanningapplications.js.map +1 -0
  342. package/dist/esm/sdk/models/operations/searchproperties.d.ts +26 -0
  343. package/dist/esm/sdk/models/operations/searchproperties.d.ts.map +1 -0
  344. package/dist/esm/sdk/models/operations/searchproperties.js +34 -0
  345. package/dist/esm/sdk/models/operations/searchproperties.js.map +1 -0
  346. package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts +274 -0
  347. package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -0
  348. package/dist/esm/sdk/models/operations/searchschoolsnearby.js +236 -0
  349. package/dist/esm/sdk/models/operations/searchschoolsnearby.js.map +1 -0
  350. package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts +243 -0
  351. package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts.map +1 -0
  352. package/dist/esm/sdk/models/operations/searchschoolswithin.js +214 -0
  353. package/dist/esm/sdk/models/operations/searchschoolswithin.js.map +1 -0
  354. package/dist/esm/sdk/models/operations/searchstreets.d.ts +26 -0
  355. package/dist/esm/sdk/models/operations/searchstreets.d.ts.map +1 -0
  356. package/dist/esm/sdk/models/operations/searchstreets.js +34 -0
  357. package/dist/esm/sdk/models/operations/searchstreets.js.map +1 -0
  358. package/dist/esm/sdk/models/shared/index.d.ts +1 -0
  359. package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
  360. package/dist/esm/sdk/models/shared/index.js +1 -0
  361. package/dist/esm/sdk/models/shared/index.js.map +1 -1
  362. package/dist/esm/sdk/models/shared/postcodeareafilter.d.ts +1 -1
  363. package/dist/esm/sdk/models/shared/propertyaddress.d.ts +1 -1
  364. package/dist/esm/sdk/models/shared/school.d.ts +441 -0
  365. package/dist/esm/sdk/models/shared/school.d.ts.map +1 -0
  366. package/dist/esm/sdk/models/shared/school.js +259 -0
  367. package/dist/esm/sdk/models/shared/school.js.map +1 -0
  368. package/dist/esm/sdk/models/shared/streetquerybycoordinates.d.ts +2 -2
  369. package/dist/esm/sdk/planning.d.ts +7 -7
  370. package/dist/esm/sdk/planning.d.ts.map +1 -1
  371. package/dist/esm/sdk/planning.js +13 -13
  372. package/dist/esm/sdk/planning.js.map +1 -1
  373. package/dist/esm/sdk/property.d.ts +11 -11
  374. package/dist/esm/sdk/property.d.ts.map +1 -1
  375. package/dist/esm/sdk/property.js +21 -21
  376. package/dist/esm/sdk/property.js.map +1 -1
  377. package/dist/esm/sdk/schoolmetrics.d.ts +19 -0
  378. package/dist/esm/sdk/schoolmetrics.d.ts.map +1 -0
  379. package/dist/esm/sdk/schoolmetrics.js +28 -0
  380. package/dist/esm/sdk/schoolmetrics.js.map +1 -0
  381. package/dist/esm/sdk/schools.d.ts +47 -0
  382. package/dist/esm/sdk/schools.d.ts.map +1 -0
  383. package/dist/esm/sdk/schools.js +68 -0
  384. package/dist/esm/sdk/schools.js.map +1 -0
  385. package/dist/esm/sdk/sdk.d.ts +6 -0
  386. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  387. package/dist/esm/sdk/sdk.js +8 -0
  388. package/dist/esm/sdk/sdk.js.map +1 -1
  389. package/examples/{healthGetV1LocationHealth.example.ts → healthCheckLocationHealth.example.ts} +2 -2
  390. package/openapi.json +908 -1
  391. package/package.json +1 -1
  392. package/src/funcs/{healthGetV1LocationHealth.ts → healthCheckLocationHealth.ts} +2 -2
  393. package/src/funcs/{healthGetV1PlanningHealth.ts → healthCheckPlanningHealth.ts} +2 -2
  394. package/src/funcs/{healthGetV1PropertyHealth.ts → healthCheckPropertyHealth.ts} +2 -2
  395. package/src/funcs/{locationPostV1LocationStreetQuery.ts → locationSearchStreets.ts} +8 -11
  396. package/src/funcs/{planningGetV1PlanningApplicationIds.ts → planningGetPlanningApplications.ts} +11 -11
  397. package/src/funcs/{planningGetV1PlanningSourcesSourceIds.ts → planningGetPlanningApplicationsBySource.ts} +20 -11
  398. package/src/funcs/{planningPostV1PlanningQuery.ts → planningSearchPlanningApplications.ts} +8 -8
  399. package/src/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.ts → propertyGetProperties.ts} +11 -23
  400. package/src/funcs/{propertyGetV1PropertyLocationIds.ts → propertyGetPropertiesByLocation.ts} +11 -11
  401. package/src/funcs/{propertyPostV1PropertyPropertiesBySlugs.ts → propertyGetPropertiesBySlugs.ts} +8 -17
  402. package/src/funcs/{propertyGetV1PropertySourcesSourceIds.ts → propertyGetPropertiesBySource.ts} +11 -13
  403. package/src/funcs/{propertyPostV1PropertyQuery.ts → propertySearchProperties.ts} +8 -8
  404. package/src/funcs/schoolMetricsGetMetrics.ts +177 -0
  405. package/src/funcs/schoolMetricsListProfiles.ts +140 -0
  406. package/src/funcs/schoolsGet.ts +172 -0
  407. package/src/funcs/schoolsGetBySlug.ts +172 -0
  408. package/src/funcs/schoolsGetByUrn.ts +172 -0
  409. package/src/funcs/schoolsList.ts +173 -0
  410. package/src/funcs/schoolsSearchNearby.ts +172 -0
  411. package/src/funcs/schoolsSearchWithin.ts +172 -0
  412. package/src/lib/config.ts +3 -3
  413. package/src/sdk/health.ts +9 -9
  414. package/src/sdk/location.ts +4 -4
  415. package/src/sdk/models/operations/getmetricprofiles.ts +159 -0
  416. package/src/sdk/models/operations/getplanningapplications.ts +134 -0
  417. package/src/sdk/models/operations/getplanningapplicationsbysource.ts +147 -0
  418. package/src/sdk/models/operations/getproperties.ts +151 -0
  419. package/src/sdk/models/operations/getpropertiesbylocation.ts +155 -0
  420. package/src/sdk/models/operations/getpropertiesbyslugs.ts +71 -0
  421. package/src/sdk/models/operations/getpropertiesbysource.ts +155 -0
  422. package/src/sdk/models/operations/getschoolbyid.ts +473 -0
  423. package/src/sdk/models/operations/getschoolbyslug.ts +479 -0
  424. package/src/sdk/models/operations/getschoolbyurn.ts +474 -0
  425. package/src/sdk/models/operations/getschoolmetrics.ts +1552 -0
  426. package/src/sdk/models/operations/index.ts +17 -9
  427. package/src/sdk/models/operations/listschools.ts +470 -0
  428. package/src/sdk/models/operations/searchplanningapplications.ts +73 -0
  429. package/src/sdk/models/operations/searchproperties.ts +69 -0
  430. package/src/sdk/models/operations/searchschoolsnearby.ts +507 -0
  431. package/src/sdk/models/operations/searchschoolswithin.ts +475 -0
  432. package/src/sdk/models/operations/searchstreets.ts +69 -0
  433. package/src/sdk/models/shared/index.ts +1 -0
  434. package/src/sdk/models/shared/postcodeareafilter.ts +1 -1
  435. package/src/sdk/models/shared/propertyaddress.ts +1 -1
  436. package/src/sdk/models/shared/school.ts +588 -0
  437. package/src/sdk/models/shared/streetquerybycoordinates.ts +2 -2
  438. package/src/sdk/planning.ts +18 -18
  439. package/src/sdk/property.ts +30 -30
  440. package/src/sdk/schoolmetrics.ts +43 -0
  441. package/src/sdk/schools.ts +117 -0
  442. package/src/sdk/sdk.ts +12 -0
  443. package/test-local.ts +4 -4
  444. package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
  445. package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
  446. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
  447. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
  448. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
  449. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
  450. package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
  451. package/dist/commonjs/funcs/planningPostV1PlanningQuery.js.map +0 -1
  452. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
  453. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
  454. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
  455. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
  456. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
  457. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
  458. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
  459. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
  460. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
  461. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js.map +0 -1
  462. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
  463. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
  464. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js +0 -99
  465. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
  466. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
  467. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
  468. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js +0 -99
  469. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
  470. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
  471. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
  472. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js +0 -105
  473. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js.map +0 -1
  474. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
  475. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
  476. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -105
  477. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
  478. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
  479. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
  480. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js +0 -105
  481. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
  482. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
  483. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
  484. package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
  485. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts +0 -26
  486. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
  487. package/dist/commonjs/sdk/models/operations/postv1planningquery.js.map +0 -1
  488. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
  489. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
  490. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
  491. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts +0 -26
  492. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
  493. package/dist/commonjs/sdk/models/operations/postv1propertyquery.js.map +0 -1
  494. package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts.map +0 -1
  495. package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts.map +0 -1
  496. package/dist/esm/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
  497. package/dist/esm/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
  498. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
  499. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
  500. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
  501. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
  502. package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
  503. package/dist/esm/funcs/planningPostV1PlanningQuery.js.map +0 -1
  504. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
  505. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
  506. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
  507. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
  508. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
  509. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
  510. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
  511. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
  512. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
  513. package/dist/esm/funcs/propertyPostV1PropertyQuery.js.map +0 -1
  514. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
  515. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
  516. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js +0 -59
  517. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
  518. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
  519. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
  520. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js +0 -59
  521. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
  522. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
  523. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
  524. package/dist/esm/sdk/models/operations/getv1propertylocationids.js +0 -65
  525. package/dist/esm/sdk/models/operations/getv1propertylocationids.js.map +0 -1
  526. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
  527. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
  528. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -65
  529. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
  530. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
  531. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
  532. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js +0 -65
  533. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
  534. package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
  535. package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
  536. package/dist/esm/sdk/models/operations/postv1locationstreetquery.js +0 -34
  537. package/dist/esm/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
  538. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts +0 -26
  539. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
  540. package/dist/esm/sdk/models/operations/postv1planningquery.js +0 -34
  541. package/dist/esm/sdk/models/operations/postv1planningquery.js.map +0 -1
  542. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
  543. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
  544. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js +0 -34
  545. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
  546. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts +0 -26
  547. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
  548. package/dist/esm/sdk/models/operations/postv1propertyquery.js +0 -34
  549. package/dist/esm/sdk/models/operations/postv1propertyquery.js.map +0 -1
  550. package/src/sdk/models/operations/getv1planningapplicationids.ts +0 -139
  551. package/src/sdk/models/operations/getv1planningsourcessourceids.ts +0 -140
  552. package/src/sdk/models/operations/getv1propertylocationids.ts +0 -155
  553. package/src/sdk/models/operations/getv1propertypropertyidpropertyids.ts +0 -173
  554. package/src/sdk/models/operations/getv1propertysourcessourceids.ts +0 -161
  555. package/src/sdk/models/operations/postv1locationstreetquery.ts +0 -72
  556. package/src/sdk/models/operations/postv1planningquery.ts +0 -71
  557. package/src/sdk/models/operations/postv1propertypropertiesbyslugs.ts +0 -80
  558. package/src/sdk/models/operations/postv1propertyquery.ts +0 -71
@@ -1,99 +0,0 @@
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.GetV1PlanningApplicationIdsResponse$ = exports.GetV1PlanningApplicationIdsResponse$outboundSchema = exports.GetV1PlanningApplicationIdsResponse$inboundSchema = exports.GetV1PlanningApplicationIdsRequest$ = exports.GetV1PlanningApplicationIdsRequest$outboundSchema = exports.GetV1PlanningApplicationIdsRequest$inboundSchema = void 0;
40
- exports.getV1PlanningApplicationIdsRequestToJSON = getV1PlanningApplicationIdsRequestToJSON;
41
- exports.getV1PlanningApplicationIdsRequestFromJSON = getV1PlanningApplicationIdsRequestFromJSON;
42
- exports.getV1PlanningApplicationIdsResponseToJSON = getV1PlanningApplicationIdsResponseToJSON;
43
- exports.getV1PlanningApplicationIdsResponseFromJSON = getV1PlanningApplicationIdsResponseFromJSON;
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.GetV1PlanningApplicationIdsRequest$inboundSchema = z.object({
49
- applicationIds: z.string(),
50
- });
51
- /** @internal */
52
- exports.GetV1PlanningApplicationIdsRequest$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 GetV1PlanningApplicationIdsRequest$;
60
- (function (GetV1PlanningApplicationIdsRequest$) {
61
- /** @deprecated use `GetV1PlanningApplicationIdsRequest$inboundSchema` instead. */
62
- GetV1PlanningApplicationIdsRequest$.inboundSchema = exports.GetV1PlanningApplicationIdsRequest$inboundSchema;
63
- /** @deprecated use `GetV1PlanningApplicationIdsRequest$outboundSchema` instead. */
64
- GetV1PlanningApplicationIdsRequest$.outboundSchema = exports.GetV1PlanningApplicationIdsRequest$outboundSchema;
65
- })(GetV1PlanningApplicationIdsRequest$ || (exports.GetV1PlanningApplicationIdsRequest$ = GetV1PlanningApplicationIdsRequest$ = {}));
66
- function getV1PlanningApplicationIdsRequestToJSON(getV1PlanningApplicationIdsRequest) {
67
- return JSON.stringify(exports.GetV1PlanningApplicationIdsRequest$outboundSchema.parse(getV1PlanningApplicationIdsRequest));
68
- }
69
- function getV1PlanningApplicationIdsRequestFromJSON(jsonString) {
70
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PlanningApplicationIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningApplicationIdsRequest' from JSON`);
71
- }
72
- /** @internal */
73
- exports.GetV1PlanningApplicationIdsResponse$inboundSchema = z.union([
74
- shared.PlanningListResponse$inboundSchema,
75
- shared.ErrorResponse$inboundSchema,
76
- ]);
77
- /** @internal */
78
- exports.GetV1PlanningApplicationIdsResponse$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 GetV1PlanningApplicationIdsResponse$;
87
- (function (GetV1PlanningApplicationIdsResponse$) {
88
- /** @deprecated use `GetV1PlanningApplicationIdsResponse$inboundSchema` instead. */
89
- GetV1PlanningApplicationIdsResponse$.inboundSchema = exports.GetV1PlanningApplicationIdsResponse$inboundSchema;
90
- /** @deprecated use `GetV1PlanningApplicationIdsResponse$outboundSchema` instead. */
91
- GetV1PlanningApplicationIdsResponse$.outboundSchema = exports.GetV1PlanningApplicationIdsResponse$outboundSchema;
92
- })(GetV1PlanningApplicationIdsResponse$ || (exports.GetV1PlanningApplicationIdsResponse$ = GetV1PlanningApplicationIdsResponse$ = {}));
93
- function getV1PlanningApplicationIdsResponseToJSON(getV1PlanningApplicationIdsResponse) {
94
- return JSON.stringify(exports.GetV1PlanningApplicationIdsResponse$outboundSchema.parse(getV1PlanningApplicationIdsResponse));
95
- }
96
- function getV1PlanningApplicationIdsResponseFromJSON(jsonString) {
97
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PlanningApplicationIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningApplicationIdsResponse' from JSON`);
98
- }
99
- //# sourceMappingURL=getv1planningapplicationids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1planningapplicationids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningapplicationids.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwDH,4FAQC;AAED,gGASC;AA0CD,8FAQC;AAED,kGASC;AAtID,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAa7C,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,wDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,yDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD;AAED,SAAgB,wCAAwC,CACtD,kCAAsE;IAEtE,OAAO,IAAI,CAAC,SAAS,CACnB,yDAAiD,CAAC,KAAK,CACrD,kCAAkC,CACnC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,0CAA0C,CACxD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,wDAAgD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,gEAAgE,CACjE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,oCAAoC,CASpD;AATD,WAAiB,oCAAoC;IACnD,mFAAmF;IACtE,kDAAa,GACxB,yDAAiD,CAAC;IACpD,oFAAoF;IACvE,mDAAc,GACzB,0DAAkD,CAAC;AAGvD,CAAC,EATgB,oCAAoC,oDAApC,oCAAoC,QASpD;AAED,SAAgB,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,0DAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,2CAA2C,CACzD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yDAAiD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,iEAAiE,CAClE,CAAC;AACJ,CAAC"}
@@ -1,54 +0,0 @@
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 GetV1PlanningSourcesSourceIdsRequest = {
6
- /**
7
- * Comma-separated list of source IDs (e.g., council-a::APP/2024/0001)
8
- */
9
- sourceIds: string;
10
- };
11
- export type GetV1PlanningSourcesSourceIdsResponse = shared.PlanningListResponse | shared.ErrorResponse;
12
- /** @internal */
13
- export declare const GetV1PlanningSourcesSourceIdsRequest$inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
14
- /** @internal */
15
- export type GetV1PlanningSourcesSourceIdsRequest$Outbound = {
16
- sourceIds: string;
17
- };
18
- /** @internal */
19
- export declare const GetV1PlanningSourcesSourceIdsRequest$outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsRequest>;
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 GetV1PlanningSourcesSourceIdsRequest$ {
25
- /** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$inboundSchema` instead. */
26
- const inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
27
- /** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$outboundSchema` instead. */
28
- const outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsRequest>;
29
- /** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$Outbound` instead. */
30
- type Outbound = GetV1PlanningSourcesSourceIdsRequest$Outbound;
31
- }
32
- export declare function getV1PlanningSourcesSourceIdsRequestToJSON(getV1PlanningSourcesSourceIdsRequest: GetV1PlanningSourcesSourceIdsRequest): string;
33
- export declare function getV1PlanningSourcesSourceIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PlanningSourcesSourceIdsRequest, SDKValidationError>;
34
- /** @internal */
35
- export declare const GetV1PlanningSourcesSourceIdsResponse$inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
36
- /** @internal */
37
- export type GetV1PlanningSourcesSourceIdsResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
38
- /** @internal */
39
- export declare const GetV1PlanningSourcesSourceIdsResponse$outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsResponse>;
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 GetV1PlanningSourcesSourceIdsResponse$ {
45
- /** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$inboundSchema` instead. */
46
- const inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
47
- /** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$outboundSchema` instead. */
48
- const outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsResponse>;
49
- /** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$Outbound` instead. */
50
- type Outbound = GetV1PlanningSourcesSourceIdsResponse$Outbound;
51
- }
52
- export declare function getV1PlanningSourcesSourceIdsResponseToJSON(getV1PlanningSourcesSourceIdsResponse: GetV1PlanningSourcesSourceIdsResponse): string;
53
- export declare function getV1PlanningSourcesSourceIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PlanningSourcesSourceIdsResponse, SDKValidationError>;
54
- //# sourceMappingURL=getv1planningsourcessourceids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1planningsourcessourceids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningsourcessourceids.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,oCAAoC,GAAG;IACjD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAC7C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,6CAA6C,GAAG;IAC1D,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,6CAA6C,EAC7C,CAAC,CAAC,UAAU,EACZ,oCAAoC,CAGpC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,qCAAqC,CAAC;IACrD,oFAAoF;IAC7E,MAAM,aAAa,wEAC0B,CAAC;IACrD,qFAAqF;IAC9E,MAAM,cAAc,8GAC0B,CAAC;IACtD,+EAA+E;IAC/E,KAAY,QAAQ,GAAG,6CAA6C,CAAC;CACtE;AAED,wBAAgB,0CAA0C,CACxD,oCAAoC,EAAE,oCAAoC,GACzE,MAAM,CAMR;AAED,wBAAgB,4CAA4C,CAC1D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oCAAoC,EAAE,kBAAkB,CAAC,CAO3E;AAED,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GACtD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAIrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE;AAED,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E"}
@@ -1,99 +0,0 @@
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.GetV1PlanningSourcesSourceIdsResponse$ = exports.GetV1PlanningSourcesSourceIdsResponse$outboundSchema = exports.GetV1PlanningSourcesSourceIdsResponse$inboundSchema = exports.GetV1PlanningSourcesSourceIdsRequest$ = exports.GetV1PlanningSourcesSourceIdsRequest$outboundSchema = exports.GetV1PlanningSourcesSourceIdsRequest$inboundSchema = void 0;
40
- exports.getV1PlanningSourcesSourceIdsRequestToJSON = getV1PlanningSourcesSourceIdsRequestToJSON;
41
- exports.getV1PlanningSourcesSourceIdsRequestFromJSON = getV1PlanningSourcesSourceIdsRequestFromJSON;
42
- exports.getV1PlanningSourcesSourceIdsResponseToJSON = getV1PlanningSourcesSourceIdsResponseToJSON;
43
- exports.getV1PlanningSourcesSourceIdsResponseFromJSON = getV1PlanningSourcesSourceIdsResponseFromJSON;
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.GetV1PlanningSourcesSourceIdsRequest$inboundSchema = z.object({
49
- sourceIds: z.string(),
50
- });
51
- /** @internal */
52
- exports.GetV1PlanningSourcesSourceIdsRequest$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 GetV1PlanningSourcesSourceIdsRequest$;
60
- (function (GetV1PlanningSourcesSourceIdsRequest$) {
61
- /** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$inboundSchema` instead. */
62
- GetV1PlanningSourcesSourceIdsRequest$.inboundSchema = exports.GetV1PlanningSourcesSourceIdsRequest$inboundSchema;
63
- /** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$outboundSchema` instead. */
64
- GetV1PlanningSourcesSourceIdsRequest$.outboundSchema = exports.GetV1PlanningSourcesSourceIdsRequest$outboundSchema;
65
- })(GetV1PlanningSourcesSourceIdsRequest$ || (exports.GetV1PlanningSourcesSourceIdsRequest$ = GetV1PlanningSourcesSourceIdsRequest$ = {}));
66
- function getV1PlanningSourcesSourceIdsRequestToJSON(getV1PlanningSourcesSourceIdsRequest) {
67
- return JSON.stringify(exports.GetV1PlanningSourcesSourceIdsRequest$outboundSchema.parse(getV1PlanningSourcesSourceIdsRequest));
68
- }
69
- function getV1PlanningSourcesSourceIdsRequestFromJSON(jsonString) {
70
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PlanningSourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningSourcesSourceIdsRequest' from JSON`);
71
- }
72
- /** @internal */
73
- exports.GetV1PlanningSourcesSourceIdsResponse$inboundSchema = z.union([
74
- shared.PlanningListResponse$inboundSchema,
75
- shared.ErrorResponse$inboundSchema,
76
- ]);
77
- /** @internal */
78
- exports.GetV1PlanningSourcesSourceIdsResponse$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 GetV1PlanningSourcesSourceIdsResponse$;
87
- (function (GetV1PlanningSourcesSourceIdsResponse$) {
88
- /** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$inboundSchema` instead. */
89
- GetV1PlanningSourcesSourceIdsResponse$.inboundSchema = exports.GetV1PlanningSourcesSourceIdsResponse$inboundSchema;
90
- /** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$outboundSchema` instead. */
91
- GetV1PlanningSourcesSourceIdsResponse$.outboundSchema = exports.GetV1PlanningSourcesSourceIdsResponse$outboundSchema;
92
- })(GetV1PlanningSourcesSourceIdsResponse$ || (exports.GetV1PlanningSourcesSourceIdsResponse$ = GetV1PlanningSourcesSourceIdsResponse$ = {}));
93
- function getV1PlanningSourcesSourceIdsResponseToJSON(getV1PlanningSourcesSourceIdsResponse) {
94
- return JSON.stringify(exports.GetV1PlanningSourcesSourceIdsResponse$outboundSchema.parse(getV1PlanningSourcesSourceIdsResponse));
95
- }
96
- function getV1PlanningSourcesSourceIdsResponseFromJSON(jsonString) {
97
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PlanningSourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningSourcesSourceIdsResponse' from JSON`);
98
- }
99
- //# sourceMappingURL=getv1planningsourcessourceids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1planningsourcessourceids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningsourcessourceids.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyDH,gGAQC;AAED,oGASC;AA0CD,kGAQC;AAED,sGASC;AAvID,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAa7C,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,oFAAoF;IACvE,mDAAa,GACxB,0DAAkD,CAAC;IACrD,qFAAqF;IACxE,oDAAc,GACzB,2DAAmD,CAAC;AAGxD,CAAC,EATgB,qCAAqC,qDAArC,qCAAqC,QASrD;AAED,SAAgB,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,4CAA4C,CAC1D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,0DAAkD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,kEAAkE,CACnE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD;AAED,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
@@ -1,69 +0,0 @@
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 GetV1PropertyLocationIdsRequest = {
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 GetV1PropertyLocationIdsResponse = shared.PropertyListResponse | shared.ErrorResponse;
24
- /** @internal */
25
- export declare const GetV1PropertyLocationIdsRequest$inboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest, z.ZodTypeDef, unknown>;
26
- /** @internal */
27
- export type GetV1PropertyLocationIdsRequest$Outbound = {
28
- attributes?: string | undefined;
29
- limit?: string | undefined;
30
- locationIds: string;
31
- offset?: string | undefined;
32
- };
33
- /** @internal */
34
- export declare const GetV1PropertyLocationIdsRequest$outboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsRequest>;
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 GetV1PropertyLocationIdsRequest$ {
40
- /** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
41
- const inboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest, z.ZodTypeDef, unknown>;
42
- /** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
43
- const outboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsRequest>;
44
- /** @deprecated use `GetV1PropertyLocationIdsRequest$Outbound` instead. */
45
- type Outbound = GetV1PropertyLocationIdsRequest$Outbound;
46
- }
47
- export declare function getV1PropertyLocationIdsRequestToJSON(getV1PropertyLocationIdsRequest: GetV1PropertyLocationIdsRequest): string;
48
- export declare function getV1PropertyLocationIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PropertyLocationIdsRequest, SDKValidationError>;
49
- /** @internal */
50
- export declare const GetV1PropertyLocationIdsResponse$inboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse, z.ZodTypeDef, unknown>;
51
- /** @internal */
52
- export type GetV1PropertyLocationIdsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
53
- /** @internal */
54
- export declare const GetV1PropertyLocationIdsResponse$outboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsResponse>;
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 GetV1PropertyLocationIdsResponse$ {
60
- /** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
61
- const inboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse, z.ZodTypeDef, unknown>;
62
- /** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
63
- const outboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsResponse>;
64
- /** @deprecated use `GetV1PropertyLocationIdsResponse$Outbound` instead. */
65
- type Outbound = GetV1PropertyLocationIdsResponse$Outbound;
66
- }
67
- export declare function getV1PropertyLocationIdsResponseToJSON(getV1PropertyLocationIdsResponse: GetV1PropertyLocationIdsResponse): string;
68
- export declare function getV1PropertyLocationIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PropertyLocationIdsResponse, SDKValidationError>;
69
- //# sourceMappingURL=getv1propertylocationids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1propertylocationids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertylocationids.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,+BAA+B,GAAG;IAC5C;;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,gCAAgC,GACxC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,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,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAM/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;AAED,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yCAAyC,GACjD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,gCAAgC,CAIhC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iCAAiC,CAAC;IACjD,gFAAgF;IACzE,MAAM,aAAa,oEAAiD,CAAC;IAC5E,iFAAiF;IAC1E,MAAM,cAAc,sGAAkD,CAAC;IAC9E,2EAA2E;IAC3E,KAAY,QAAQ,GAAG,yCAAyC,CAAC;CAClE;AAED,wBAAgB,sCAAsC,CACpD,gCAAgC,EAAE,gCAAgC,GACjE,MAAM,CAMR;AAED,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
@@ -1,105 +0,0 @@
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.GetV1PropertyLocationIdsResponse$ = exports.GetV1PropertyLocationIdsResponse$outboundSchema = exports.GetV1PropertyLocationIdsResponse$inboundSchema = exports.GetV1PropertyLocationIdsRequest$ = exports.GetV1PropertyLocationIdsRequest$outboundSchema = exports.GetV1PropertyLocationIdsRequest$inboundSchema = void 0;
40
- exports.getV1PropertyLocationIdsRequestToJSON = getV1PropertyLocationIdsRequestToJSON;
41
- exports.getV1PropertyLocationIdsRequestFromJSON = getV1PropertyLocationIdsRequestFromJSON;
42
- exports.getV1PropertyLocationIdsResponseToJSON = getV1PropertyLocationIdsResponseToJSON;
43
- exports.getV1PropertyLocationIdsResponseFromJSON = getV1PropertyLocationIdsResponseFromJSON;
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.GetV1PropertyLocationIdsRequest$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.GetV1PropertyLocationIdsRequest$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 GetV1PropertyLocationIdsRequest$;
66
- (function (GetV1PropertyLocationIdsRequest$) {
67
- /** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
68
- GetV1PropertyLocationIdsRequest$.inboundSchema = exports.GetV1PropertyLocationIdsRequest$inboundSchema;
69
- /** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
70
- GetV1PropertyLocationIdsRequest$.outboundSchema = exports.GetV1PropertyLocationIdsRequest$outboundSchema;
71
- })(GetV1PropertyLocationIdsRequest$ || (exports.GetV1PropertyLocationIdsRequest$ = GetV1PropertyLocationIdsRequest$ = {}));
72
- function getV1PropertyLocationIdsRequestToJSON(getV1PropertyLocationIdsRequest) {
73
- return JSON.stringify(exports.GetV1PropertyLocationIdsRequest$outboundSchema.parse(getV1PropertyLocationIdsRequest));
74
- }
75
- function getV1PropertyLocationIdsRequestFromJSON(jsonString) {
76
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PropertyLocationIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyLocationIdsRequest' from JSON`);
77
- }
78
- /** @internal */
79
- exports.GetV1PropertyLocationIdsResponse$inboundSchema = z.union([
80
- shared.PropertyListResponse$inboundSchema,
81
- shared.ErrorResponse$inboundSchema,
82
- ]);
83
- /** @internal */
84
- exports.GetV1PropertyLocationIdsResponse$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 GetV1PropertyLocationIdsResponse$;
93
- (function (GetV1PropertyLocationIdsResponse$) {
94
- /** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
95
- GetV1PropertyLocationIdsResponse$.inboundSchema = exports.GetV1PropertyLocationIdsResponse$inboundSchema;
96
- /** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
97
- GetV1PropertyLocationIdsResponse$.outboundSchema = exports.GetV1PropertyLocationIdsResponse$outboundSchema;
98
- })(GetV1PropertyLocationIdsResponse$ || (exports.GetV1PropertyLocationIdsResponse$ = GetV1PropertyLocationIdsResponse$ = {}));
99
- function getV1PropertyLocationIdsResponseToJSON(getV1PropertyLocationIdsResponse) {
100
- return JSON.stringify(exports.GetV1PropertyLocationIdsResponse$outboundSchema.parse(getV1PropertyLocationIdsResponse));
101
- }
102
- function getV1PropertyLocationIdsResponseFromJSON(jsonString) {
103
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV1PropertyLocationIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyLocationIdsResponse' from JSON`);
104
- }
105
- //# sourceMappingURL=getv1propertylocationids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1propertylocationids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertylocationids.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EH,sFAQC;AAED,0FAQC;AAwCD,wFAQC;AAED,4FAQC;AAtJD,uCAAyB;AACzB,wDAAoD;AAGpD,2DAA6C;AAyB7C,gBAAgB;AACH,QAAA,6CAA6C,GAItD,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,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;AAED,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IAChD,gFAAgF;IACnE,+CAAa,GAAG,sDAA8C,CAAC;IAC5E,iFAAiF;IACpE,gDAAc,GAAG,uDAA+C,CAAC;AAGhF,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD;AAED,SAAgB,sCAAsC,CACpD,gCAAkE;IAElE,OAAO,IAAI,CAAC,SAAS,CACnB,uDAA+C,CAAC,KAAK,CACnD,gCAAgC,CACjC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,wCAAwC,CACtD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sDAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC"}
@@ -1,69 +0,0 @@
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 GetV1PropertyPropertyIdPropertyIdsRequest = {
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 GetV1PropertyPropertyIdPropertyIdsResponse = shared.PropertyListResponse | shared.ErrorResponse;
24
- /** @internal */
25
- export declare const GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest, z.ZodTypeDef, unknown>;
26
- /** @internal */
27
- export type GetV1PropertyPropertyIdPropertyIdsRequest$Outbound = {
28
- attributes?: string | undefined;
29
- limit?: string | undefined;
30
- offset?: string | undefined;
31
- propertyIds: string;
32
- };
33
- /** @internal */
34
- export declare const GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsRequest>;
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 GetV1PropertyPropertyIdPropertyIdsRequest$ {
40
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema` instead. */
41
- const inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest, z.ZodTypeDef, unknown>;
42
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema` instead. */
43
- const outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsRequest>;
44
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$Outbound` instead. */
45
- type Outbound = GetV1PropertyPropertyIdPropertyIdsRequest$Outbound;
46
- }
47
- export declare function getV1PropertyPropertyIdPropertyIdsRequestToJSON(getV1PropertyPropertyIdPropertyIdsRequest: GetV1PropertyPropertyIdPropertyIdsRequest): string;
48
- export declare function getV1PropertyPropertyIdPropertyIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PropertyPropertyIdPropertyIdsRequest, SDKValidationError>;
49
- /** @internal */
50
- export declare const GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown>;
51
- /** @internal */
52
- export type GetV1PropertyPropertyIdPropertyIdsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
53
- /** @internal */
54
- export declare const GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsResponse>;
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 GetV1PropertyPropertyIdPropertyIdsResponse$ {
60
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema` instead. */
61
- const inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown>;
62
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema` instead. */
63
- const outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsResponse>;
64
- /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$Outbound` instead. */
65
- type Outbound = GetV1PropertyPropertyIdPropertyIdsResponse$Outbound;
66
- }
67
- export declare function getV1PropertyPropertyIdPropertyIdsResponseToJSON(getV1PropertyPropertyIdPropertyIdsResponse: GetV1PropertyPropertyIdPropertyIdsResponse): string;
68
- export declare function getV1PropertyPropertyIdPropertyIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PropertyPropertyIdPropertyIdsResponse, SDKValidationError>;
69
- //# sourceMappingURL=getv1propertypropertyidpropertyids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1propertypropertyidpropertyids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertypropertyidpropertyids.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,yCAAyC,GAAG;IACtD;;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,0CAA0C,GAClD,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kDAAkD,GAAG;IAC/D,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,wDAAwD,EACnE,CAAC,CAAC,OAAO,CACP,kDAAkD,EAClD,CAAC,CAAC,UAAU,EACZ,yCAAyC,CAMzC,CAAC;AAEL;;;GAGG;AACH,yBAAiB,0CAA0C,CAAC;IAC1D,yFAAyF;IAClF,MAAM,aAAa,6EAC+B,CAAC;IAC1D,0FAA0F;IACnF,MAAM,cAAc,wHAC+B,CAAC;IAC3D,oFAAoF;IACpF,KAAY,QAAQ,GAAG,kDAAkD,CAAC;CAC3E;AAED,wBAAgB,+CAA+C,CAC7D,yCAAyC,EACvC,yCAAyC,GAC1C,MAAM,CAMR;AAED,wBAAgB,iDAAiD,CAC/D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,yCAAyC,EACzC,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,0CAA0C,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAIvE,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAC3D,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAI1C,CAAC;AAEL;;;GAGG;AACH,yBAAiB,2CAA2C,CAAC;IAC3D,0FAA0F;IACnF,MAAM,aAAa,8EACgC,CAAC;IAC3D,2FAA2F;IACpF,MAAM,cAAc,0HACgC,CAAC;IAC5D,qFAAqF;IACrF,KAAY,QAAQ,GAAG,mDAAmD,CAAC;CAC5E;AAED,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR;AAED,wBAAgB,kDAAkD,CAChE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0CAA0C,EAC1C,kBAAkB,CACnB,CASA"}