@vepler/sdk 0.1.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 (697) hide show
  1. package/.claude/settings.local.json +14 -0
  2. package/FUNCTIONS.md +87 -0
  3. package/README.md +479 -0
  4. package/RUNTIMES.md +48 -0
  5. package/dist/commonjs/core.d.ts +10 -0
  6. package/dist/commonjs/core.d.ts.map +1 -0
  7. package/dist/commonjs/core.js +17 -0
  8. package/dist/commonjs/core.js.map +1 -0
  9. package/dist/commonjs/funcs/healthGetV1PlanningHealth.d.ts +17 -0
  10. package/dist/commonjs/funcs/healthGetV1PlanningHealth.d.ts.map +1 -0
  11. package/dist/commonjs/funcs/healthGetV1PlanningHealth.js +104 -0
  12. package/dist/commonjs/funcs/healthGetV1PlanningHealth.js.map +1 -0
  13. package/dist/commonjs/funcs/healthGetV1PropertyHealth.d.ts +17 -0
  14. package/dist/commonjs/funcs/healthGetV1PropertyHealth.d.ts.map +1 -0
  15. package/dist/commonjs/funcs/healthGetV1PropertyHealth.js +104 -0
  16. package/dist/commonjs/funcs/healthGetV1PropertyHealth.js.map +1 -0
  17. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts +17 -0
  18. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts.map +1 -0
  19. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js +119 -0
  20. package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js.map +1 -0
  21. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts +17 -0
  22. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +1 -0
  23. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js +119 -0
  24. package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js.map +1 -0
  25. package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts +18 -0
  26. package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts.map +1 -0
  27. package/dist/commonjs/funcs/planningPostV1PlanningQuery.js +117 -0
  28. package/dist/commonjs/funcs/planningPostV1PlanningQuery.js.map +1 -0
  29. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts +17 -0
  30. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts.map +1 -0
  31. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js +125 -0
  32. package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js.map +1 -0
  33. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts +17 -0
  34. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +1 -0
  35. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js +125 -0
  36. package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +1 -0
  37. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts +17 -0
  38. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +1 -0
  39. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js +125 -0
  40. package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js.map +1 -0
  41. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts +18 -0
  42. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +1 -0
  43. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js +117 -0
  44. package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +1 -0
  45. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts +18 -0
  46. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts.map +1 -0
  47. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js +117 -0
  48. package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js.map +1 -0
  49. package/dist/commonjs/hooks/hooks.d.ts +24 -0
  50. package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
  51. package/dist/commonjs/hooks/hooks.js +84 -0
  52. package/dist/commonjs/hooks/hooks.js.map +1 -0
  53. package/dist/commonjs/hooks/index.d.ts +3 -0
  54. package/dist/commonjs/hooks/index.d.ts.map +1 -0
  55. package/dist/commonjs/hooks/index.js +22 -0
  56. package/dist/commonjs/hooks/index.js.map +1 -0
  57. package/dist/commonjs/hooks/registration.d.ts +3 -0
  58. package/dist/commonjs/hooks/registration.d.ts.map +1 -0
  59. package/dist/commonjs/hooks/registration.js +15 -0
  60. package/dist/commonjs/hooks/registration.js.map +1 -0
  61. package/dist/commonjs/hooks/types.d.ts +80 -0
  62. package/dist/commonjs/hooks/types.d.ts.map +1 -0
  63. package/dist/commonjs/hooks/types.js +6 -0
  64. package/dist/commonjs/hooks/types.js.map +1 -0
  65. package/dist/commonjs/index.d.ts +6 -0
  66. package/dist/commonjs/index.d.ts.map +1 -0
  67. package/dist/commonjs/index.js +48 -0
  68. package/dist/commonjs/index.js.map +1 -0
  69. package/dist/commonjs/lib/base64.d.ts +10 -0
  70. package/dist/commonjs/lib/base64.d.ts.map +1 -0
  71. package/dist/commonjs/lib/base64.js +71 -0
  72. package/dist/commonjs/lib/base64.js.map +1 -0
  73. package/dist/commonjs/lib/config.d.ts +38 -0
  74. package/dist/commonjs/lib/config.d.ts.map +1 -0
  75. package/dist/commonjs/lib/config.js +38 -0
  76. package/dist/commonjs/lib/config.js.map +1 -0
  77. package/dist/commonjs/lib/dlv.d.ts +14 -0
  78. package/dist/commonjs/lib/dlv.d.ts.map +1 -0
  79. package/dist/commonjs/lib/dlv.js +49 -0
  80. package/dist/commonjs/lib/dlv.js.map +1 -0
  81. package/dist/commonjs/lib/encodings.d.ts +52 -0
  82. package/dist/commonjs/lib/encodings.d.ts.map +1 -0
  83. package/dist/commonjs/lib/encodings.js +368 -0
  84. package/dist/commonjs/lib/encodings.js.map +1 -0
  85. package/dist/commonjs/lib/files.d.ts +13 -0
  86. package/dist/commonjs/lib/files.d.ts.map +1 -0
  87. package/dist/commonjs/lib/files.js +77 -0
  88. package/dist/commonjs/lib/files.js.map +1 -0
  89. package/dist/commonjs/lib/http.d.ts +67 -0
  90. package/dist/commonjs/lib/http.d.ts.map +1 -0
  91. package/dist/commonjs/lib/http.js +217 -0
  92. package/dist/commonjs/lib/http.js.map +1 -0
  93. package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
  94. package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
  95. package/dist/commonjs/lib/is-plain-object.js +41 -0
  96. package/dist/commonjs/lib/is-plain-object.js.map +1 -0
  97. package/dist/commonjs/lib/logger.d.ts +6 -0
  98. package/dist/commonjs/lib/logger.d.ts.map +1 -0
  99. package/dist/commonjs/lib/logger.js +6 -0
  100. package/dist/commonjs/lib/logger.js.map +1 -0
  101. package/dist/commonjs/lib/matchers.d.ts +59 -0
  102. package/dist/commonjs/lib/matchers.d.ts.map +1 -0
  103. package/dist/commonjs/lib/matchers.js +218 -0
  104. package/dist/commonjs/lib/matchers.js.map +1 -0
  105. package/dist/commonjs/lib/primitives.d.ts +26 -0
  106. package/dist/commonjs/lib/primitives.d.ts.map +1 -0
  107. package/dist/commonjs/lib/primitives.js +111 -0
  108. package/dist/commonjs/lib/primitives.js.map +1 -0
  109. package/dist/commonjs/lib/retries.d.ts +38 -0
  110. package/dist/commonjs/lib/retries.d.ts.map +1 -0
  111. package/dist/commonjs/lib/retries.js +153 -0
  112. package/dist/commonjs/lib/retries.js.map +1 -0
  113. package/dist/commonjs/lib/schemas.d.ts +19 -0
  114. package/dist/commonjs/lib/schemas.d.ts.map +1 -0
  115. package/dist/commonjs/lib/schemas.js +62 -0
  116. package/dist/commonjs/lib/schemas.js.map +1 -0
  117. package/dist/commonjs/lib/sdks.d.ts +63 -0
  118. package/dist/commonjs/lib/sdks.d.ts.map +1 -0
  119. package/dist/commonjs/lib/sdks.js +270 -0
  120. package/dist/commonjs/lib/sdks.js.map +1 -0
  121. package/dist/commonjs/lib/security.d.ts +83 -0
  122. package/dist/commonjs/lib/security.d.ts.map +1 -0
  123. package/dist/commonjs/lib/security.js +143 -0
  124. package/dist/commonjs/lib/security.js.map +1 -0
  125. package/dist/commonjs/lib/url.d.ts +5 -0
  126. package/dist/commonjs/lib/url.d.ts.map +1 -0
  127. package/dist/commonjs/lib/url.js +25 -0
  128. package/dist/commonjs/lib/url.js.map +1 -0
  129. package/dist/commonjs/package.json +3 -0
  130. package/dist/commonjs/sdk/health.d.ts +19 -0
  131. package/dist/commonjs/sdk/health.d.ts.map +1 -0
  132. package/dist/commonjs/sdk/health.js +32 -0
  133. package/dist/commonjs/sdk/health.js.map +1 -0
  134. package/dist/commonjs/sdk/index.d.ts +2 -0
  135. package/dist/commonjs/sdk/index.d.ts.map +1 -0
  136. package/dist/commonjs/sdk/index.js +21 -0
  137. package/dist/commonjs/sdk/index.js.map +1 -0
  138. package/dist/commonjs/sdk/models/errors/httpclienterrors.d.ts +44 -0
  139. package/dist/commonjs/sdk/models/errors/httpclienterrors.d.ts.map +1 -0
  140. package/dist/commonjs/sdk/models/errors/httpclienterrors.js +78 -0
  141. package/dist/commonjs/sdk/models/errors/httpclienterrors.js.map +1 -0
  142. package/dist/commonjs/sdk/models/errors/index.d.ts +5 -0
  143. package/dist/commonjs/sdk/models/errors/index.d.ts.map +1 -0
  144. package/dist/commonjs/sdk/models/errors/index.js +24 -0
  145. package/dist/commonjs/sdk/models/errors/index.js.map +1 -0
  146. package/dist/commonjs/sdk/models/errors/responsevalidationerror.d.ts +26 -0
  147. package/dist/commonjs/sdk/models/errors/responsevalidationerror.d.ts.map +1 -0
  148. package/dist/commonjs/sdk/models/errors/responsevalidationerror.js +66 -0
  149. package/dist/commonjs/sdk/models/errors/responsevalidationerror.js.map +1 -0
  150. package/dist/commonjs/sdk/models/errors/sdkbaseerror.d.ts +19 -0
  151. package/dist/commonjs/sdk/models/errors/sdkbaseerror.d.ts.map +1 -0
  152. package/dist/commonjs/sdk/models/errors/sdkbaseerror.js +20 -0
  153. package/dist/commonjs/sdk/models/errors/sdkbaseerror.js.map +1 -0
  154. package/dist/commonjs/sdk/models/errors/sdkerror.d.ts +10 -0
  155. package/dist/commonjs/sdk/models/errors/sdkerror.d.ts.map +1 -0
  156. package/dist/commonjs/sdk/models/errors/sdkerror.js +34 -0
  157. package/dist/commonjs/sdk/models/errors/sdkerror.js.map +1 -0
  158. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts +21 -0
  159. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -0
  160. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js +129 -0
  161. package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js.map +1 -0
  162. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts +54 -0
  163. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts.map +1 -0
  164. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js +99 -0
  165. package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js.map +1 -0
  166. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts +54 -0
  167. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +1 -0
  168. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js +99 -0
  169. package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js.map +1 -0
  170. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts +69 -0
  171. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts.map +1 -0
  172. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js +105 -0
  173. package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js.map +1 -0
  174. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +69 -0
  175. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +1 -0
  176. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js +105 -0
  177. package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +1 -0
  178. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts +69 -0
  179. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +1 -0
  180. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js +105 -0
  181. package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js.map +1 -0
  182. package/dist/commonjs/sdk/models/operations/index.d.ts +9 -0
  183. package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -0
  184. package/dist/commonjs/sdk/models/operations/index.js +28 -0
  185. package/dist/commonjs/sdk/models/operations/index.js.map +1 -0
  186. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts +26 -0
  187. package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts.map +1 -0
  188. package/dist/commonjs/sdk/models/operations/postv1planningquery.js +72 -0
  189. package/dist/commonjs/sdk/models/operations/postv1planningquery.js.map +1 -0
  190. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +26 -0
  191. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +1 -0
  192. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js +72 -0
  193. package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +1 -0
  194. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts +26 -0
  195. package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts.map +1 -0
  196. package/dist/commonjs/sdk/models/operations/postv1propertyquery.js +72 -0
  197. package/dist/commonjs/sdk/models/operations/postv1propertyquery.js.map +1 -0
  198. package/dist/commonjs/sdk/models/shared/areafilter.d.ts +69 -0
  199. package/dist/commonjs/sdk/models/shared/areafilter.d.ts.map +1 -0
  200. package/dist/commonjs/sdk/models/shared/areafilter.js +97 -0
  201. package/dist/commonjs/sdk/models/shared/areafilter.js.map +1 -0
  202. package/dist/commonjs/sdk/models/shared/errorresponse.d.ts +35 -0
  203. package/dist/commonjs/sdk/models/shared/errorresponse.d.ts.map +1 -0
  204. package/dist/commonjs/sdk/models/shared/errorresponse.js +75 -0
  205. package/dist/commonjs/sdk/models/shared/errorresponse.js.map +1 -0
  206. package/dist/commonjs/sdk/models/shared/healthresponse.d.ts +35 -0
  207. package/dist/commonjs/sdk/models/shared/healthresponse.d.ts.map +1 -0
  208. package/dist/commonjs/sdk/models/shared/healthresponse.js +75 -0
  209. package/dist/commonjs/sdk/models/shared/healthresponse.js.map +1 -0
  210. package/dist/commonjs/sdk/models/shared/index.d.ts +16 -0
  211. package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -0
  212. package/dist/commonjs/sdk/models/shared/index.js +35 -0
  213. package/dist/commonjs/sdk/models/shared/index.js.map +1 -0
  214. package/dist/commonjs/sdk/models/shared/planningapplication.d.ts +184 -0
  215. package/dist/commonjs/sdk/models/shared/planningapplication.d.ts.map +1 -0
  216. package/dist/commonjs/sdk/models/shared/planningapplication.js +186 -0
  217. package/dist/commonjs/sdk/models/shared/planningapplication.js.map +1 -0
  218. package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts +38 -0
  219. package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts.map +1 -0
  220. package/dist/commonjs/sdk/models/shared/planninglistresponse.js +78 -0
  221. package/dist/commonjs/sdk/models/shared/planninglistresponse.js.map +1 -0
  222. package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts +82 -0
  223. package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts.map +1 -0
  224. package/dist/commonjs/sdk/models/shared/planningqueryfilters.js +89 -0
  225. package/dist/commonjs/sdk/models/shared/planningqueryfilters.js.map +1 -0
  226. package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts +98 -0
  227. package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts.map +1 -0
  228. package/dist/commonjs/sdk/models/shared/planningqueryrequest.js +121 -0
  229. package/dist/commonjs/sdk/models/shared/planningqueryrequest.js.map +1 -0
  230. package/dist/commonjs/sdk/models/shared/pricingdata.d.ts +35 -0
  231. package/dist/commonjs/sdk/models/shared/pricingdata.d.ts.map +1 -0
  232. package/dist/commonjs/sdk/models/shared/pricingdata.js +75 -0
  233. package/dist/commonjs/sdk/models/shared/pricingdata.js.map +1 -0
  234. package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +43 -0
  235. package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts.map +1 -0
  236. package/dist/commonjs/sdk/models/shared/propertyaddress.js +83 -0
  237. package/dist/commonjs/sdk/models/shared/propertyaddress.js.map +1 -0
  238. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts +47 -0
  239. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -0
  240. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js +75 -0
  241. package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js.map +1 -0
  242. package/dist/commonjs/sdk/models/shared/propertydata.d.ts +95 -0
  243. package/dist/commonjs/sdk/models/shared/propertydata.d.ts.map +1 -0
  244. package/dist/commonjs/sdk/models/shared/propertydata.js +139 -0
  245. package/dist/commonjs/sdk/models/shared/propertydata.js.map +1 -0
  246. package/dist/commonjs/sdk/models/shared/propertyfilters.d.ts +41 -0
  247. package/dist/commonjs/sdk/models/shared/propertyfilters.d.ts.map +1 -0
  248. package/dist/commonjs/sdk/models/shared/propertyfilters.js +81 -0
  249. package/dist/commonjs/sdk/models/shared/propertyfilters.js.map +1 -0
  250. package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts +36 -0
  251. package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts.map +1 -0
  252. package/dist/commonjs/sdk/models/shared/propertylistresponse.js +76 -0
  253. package/dist/commonjs/sdk/models/shared/propertylistresponse.js.map +1 -0
  254. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts +39 -0
  255. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -0
  256. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js +79 -0
  257. package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js.map +1 -0
  258. package/dist/commonjs/sdk/models/shared/security.d.ts +29 -0
  259. package/dist/commonjs/sdk/models/shared/security.d.ts.map +1 -0
  260. package/dist/commonjs/sdk/models/shared/security.js +78 -0
  261. package/dist/commonjs/sdk/models/shared/security.js.map +1 -0
  262. package/dist/commonjs/sdk/planning.d.ts +27 -0
  263. package/dist/commonjs/sdk/planning.d.ts.map +1 -0
  264. package/dist/commonjs/sdk/planning.js +42 -0
  265. package/dist/commonjs/sdk/planning.js.map +1 -0
  266. package/dist/commonjs/sdk/property.d.ts +41 -0
  267. package/dist/commonjs/sdk/property.d.ts.map +1 -0
  268. package/dist/commonjs/sdk/property.js +62 -0
  269. package/dist/commonjs/sdk/property.js.map +1 -0
  270. package/dist/commonjs/sdk/sdk.d.ts +13 -0
  271. package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
  272. package/dist/commonjs/sdk/sdk.js +23 -0
  273. package/dist/commonjs/sdk/sdk.js.map +1 -0
  274. package/dist/commonjs/sdk/types/async.d.ts +23 -0
  275. package/dist/commonjs/sdk/types/async.d.ts.map +1 -0
  276. package/dist/commonjs/sdk/types/async.js +44 -0
  277. package/dist/commonjs/sdk/types/async.js.map +1 -0
  278. package/dist/commonjs/sdk/types/blobs.d.ts +4 -0
  279. package/dist/commonjs/sdk/types/blobs.d.ts.map +1 -0
  280. package/dist/commonjs/sdk/types/blobs.js +62 -0
  281. package/dist/commonjs/sdk/types/blobs.js.map +1 -0
  282. package/dist/commonjs/sdk/types/constdatetime.d.ts +3 -0
  283. package/dist/commonjs/sdk/types/constdatetime.d.ts.map +1 -0
  284. package/dist/commonjs/sdk/types/constdatetime.js +46 -0
  285. package/dist/commonjs/sdk/types/constdatetime.js.map +1 -0
  286. package/dist/commonjs/sdk/types/enums.d.ts +12 -0
  287. package/dist/commonjs/sdk/types/enums.d.ts.map +1 -0
  288. package/dist/commonjs/sdk/types/enums.js +10 -0
  289. package/dist/commonjs/sdk/types/enums.js.map +1 -0
  290. package/dist/commonjs/sdk/types/fp.d.ts +31 -0
  291. package/dist/commonjs/sdk/types/fp.d.ts.map +1 -0
  292. package/dist/commonjs/sdk/types/fp.js +37 -0
  293. package/dist/commonjs/sdk/types/fp.js.map +1 -0
  294. package/dist/commonjs/sdk/types/index.d.ts +8 -0
  295. package/dist/commonjs/sdk/types/index.d.ts.map +1 -0
  296. package/dist/commonjs/sdk/types/index.js +16 -0
  297. package/dist/commonjs/sdk/types/index.js.map +1 -0
  298. package/dist/commonjs/sdk/types/operations.d.ts +27 -0
  299. package/dist/commonjs/sdk/types/operations.d.ts.map +1 -0
  300. package/dist/commonjs/sdk/types/operations.js +83 -0
  301. package/dist/commonjs/sdk/types/operations.js.map +1 -0
  302. package/dist/commonjs/sdk/types/rfcdate.d.ts +21 -0
  303. package/dist/commonjs/sdk/types/rfcdate.d.ts.map +1 -0
  304. package/dist/commonjs/sdk/types/rfcdate.js +46 -0
  305. package/dist/commonjs/sdk/types/rfcdate.js.map +1 -0
  306. package/dist/commonjs/sdk/types/streams.d.ts +2 -0
  307. package/dist/commonjs/sdk/types/streams.d.ts.map +1 -0
  308. package/dist/commonjs/sdk/types/streams.js +18 -0
  309. package/dist/commonjs/sdk/types/streams.js.map +1 -0
  310. package/dist/esm/core.d.ts +10 -0
  311. package/dist/esm/core.d.ts.map +1 -0
  312. package/dist/esm/core.js +13 -0
  313. package/dist/esm/core.js.map +1 -0
  314. package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts +17 -0
  315. package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts.map +1 -0
  316. package/dist/esm/funcs/healthGetV1PlanningHealth.js +68 -0
  317. package/dist/esm/funcs/healthGetV1PlanningHealth.js.map +1 -0
  318. package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts +17 -0
  319. package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts.map +1 -0
  320. package/dist/esm/funcs/healthGetV1PropertyHealth.js +68 -0
  321. package/dist/esm/funcs/healthGetV1PropertyHealth.js.map +1 -0
  322. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts +17 -0
  323. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts.map +1 -0
  324. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js +83 -0
  325. package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js.map +1 -0
  326. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts +17 -0
  327. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +1 -0
  328. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js +83 -0
  329. package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js.map +1 -0
  330. package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts +18 -0
  331. package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts.map +1 -0
  332. package/dist/esm/funcs/planningPostV1PlanningQuery.js +81 -0
  333. package/dist/esm/funcs/planningPostV1PlanningQuery.js.map +1 -0
  334. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts +17 -0
  335. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts.map +1 -0
  336. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js +89 -0
  337. package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js.map +1 -0
  338. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts +17 -0
  339. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +1 -0
  340. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js +89 -0
  341. package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +1 -0
  342. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts +17 -0
  343. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +1 -0
  344. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js +89 -0
  345. package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js.map +1 -0
  346. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts +18 -0
  347. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +1 -0
  348. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js +81 -0
  349. package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +1 -0
  350. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts +18 -0
  351. package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts.map +1 -0
  352. package/dist/esm/funcs/propertyPostV1PropertyQuery.js +81 -0
  353. package/dist/esm/funcs/propertyPostV1PropertyQuery.js.map +1 -0
  354. package/dist/esm/hooks/hooks.d.ts +24 -0
  355. package/dist/esm/hooks/hooks.d.ts.map +1 -0
  356. package/dist/esm/hooks/hooks.js +80 -0
  357. package/dist/esm/hooks/hooks.js.map +1 -0
  358. package/dist/esm/hooks/index.d.ts +3 -0
  359. package/dist/esm/hooks/index.d.ts.map +1 -0
  360. package/dist/esm/hooks/index.js +6 -0
  361. package/dist/esm/hooks/index.js.map +1 -0
  362. package/dist/esm/hooks/registration.d.ts +3 -0
  363. package/dist/esm/hooks/registration.d.ts.map +1 -0
  364. package/dist/esm/hooks/registration.js +12 -0
  365. package/dist/esm/hooks/registration.js.map +1 -0
  366. package/dist/esm/hooks/types.d.ts +80 -0
  367. package/dist/esm/hooks/types.d.ts.map +1 -0
  368. package/dist/esm/hooks/types.js +5 -0
  369. package/dist/esm/hooks/types.js.map +1 -0
  370. package/dist/esm/index.d.ts +6 -0
  371. package/dist/esm/index.d.ts.map +1 -0
  372. package/dist/esm/index.js +8 -0
  373. package/dist/esm/index.js.map +1 -0
  374. package/dist/esm/lib/base64.d.ts +10 -0
  375. package/dist/esm/lib/base64.d.ts.map +1 -0
  376. package/dist/esm/lib/base64.js +29 -0
  377. package/dist/esm/lib/base64.js.map +1 -0
  378. package/dist/esm/lib/config.d.ts +38 -0
  379. package/dist/esm/lib/config.d.ts.map +1 -0
  380. package/dist/esm/lib/config.js +34 -0
  381. package/dist/esm/lib/config.js.map +1 -0
  382. package/dist/esm/lib/dlv.d.ts +14 -0
  383. package/dist/esm/lib/dlv.d.ts.map +1 -0
  384. package/dist/esm/lib/dlv.js +46 -0
  385. package/dist/esm/lib/dlv.js.map +1 -0
  386. package/dist/esm/lib/encodings.d.ts +52 -0
  387. package/dist/esm/lib/encodings.d.ts.map +1 -0
  388. package/dist/esm/lib/encodings.js +354 -0
  389. package/dist/esm/lib/encodings.js.map +1 -0
  390. package/dist/esm/lib/files.d.ts +13 -0
  391. package/dist/esm/lib/files.d.ts.map +1 -0
  392. package/dist/esm/lib/files.js +73 -0
  393. package/dist/esm/lib/files.js.map +1 -0
  394. package/dist/esm/lib/http.d.ts +67 -0
  395. package/dist/esm/lib/http.d.ts.map +1 -0
  396. package/dist/esm/lib/http.js +207 -0
  397. package/dist/esm/lib/http.js.map +1 -0
  398. package/dist/esm/lib/is-plain-object.d.ts +2 -0
  399. package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
  400. package/dist/esm/lib/is-plain-object.js +38 -0
  401. package/dist/esm/lib/is-plain-object.js.map +1 -0
  402. package/dist/esm/lib/logger.d.ts +6 -0
  403. package/dist/esm/lib/logger.d.ts.map +1 -0
  404. package/dist/esm/lib/logger.js +5 -0
  405. package/dist/esm/lib/logger.js.map +1 -0
  406. package/dist/esm/lib/matchers.d.ts +59 -0
  407. package/dist/esm/lib/matchers.d.ts.map +1 -0
  408. package/dist/esm/lib/matchers.js +199 -0
  409. package/dist/esm/lib/matchers.js.map +1 -0
  410. package/dist/esm/lib/primitives.d.ts +26 -0
  411. package/dist/esm/lib/primitives.d.ts.map +1 -0
  412. package/dist/esm/lib/primitives.js +103 -0
  413. package/dist/esm/lib/primitives.js.map +1 -0
  414. package/dist/esm/lib/retries.d.ts +38 -0
  415. package/dist/esm/lib/retries.d.ts.map +1 -0
  416. package/dist/esm/lib/retries.js +147 -0
  417. package/dist/esm/lib/retries.js.map +1 -0
  418. package/dist/esm/lib/schemas.d.ts +19 -0
  419. package/dist/esm/lib/schemas.d.ts.map +1 -0
  420. package/dist/esm/lib/schemas.js +57 -0
  421. package/dist/esm/lib/schemas.js.map +1 -0
  422. package/dist/esm/lib/sdks.d.ts +63 -0
  423. package/dist/esm/lib/sdks.d.ts.map +1 -0
  424. package/dist/esm/lib/sdks.js +266 -0
  425. package/dist/esm/lib/sdks.js.map +1 -0
  426. package/dist/esm/lib/security.d.ts +83 -0
  427. package/dist/esm/lib/security.d.ts.map +1 -0
  428. package/dist/esm/lib/security.js +136 -0
  429. package/dist/esm/lib/security.js.map +1 -0
  430. package/dist/esm/lib/url.d.ts +5 -0
  431. package/dist/esm/lib/url.d.ts.map +1 -0
  432. package/dist/esm/lib/url.js +22 -0
  433. package/dist/esm/lib/url.js.map +1 -0
  434. package/dist/esm/package.json +3 -0
  435. package/dist/esm/sdk/health.d.ts +19 -0
  436. package/dist/esm/sdk/health.d.ts.map +1 -0
  437. package/dist/esm/sdk/health.js +28 -0
  438. package/dist/esm/sdk/health.js.map +1 -0
  439. package/dist/esm/sdk/index.d.ts +2 -0
  440. package/dist/esm/sdk/index.d.ts.map +1 -0
  441. package/dist/esm/sdk/index.js +5 -0
  442. package/dist/esm/sdk/index.js.map +1 -0
  443. package/dist/esm/sdk/models/errors/httpclienterrors.d.ts +44 -0
  444. package/dist/esm/sdk/models/errors/httpclienterrors.d.ts.map +1 -0
  445. package/dist/esm/sdk/models/errors/httpclienterrors.js +69 -0
  446. package/dist/esm/sdk/models/errors/httpclienterrors.js.map +1 -0
  447. package/dist/esm/sdk/models/errors/index.d.ts +5 -0
  448. package/dist/esm/sdk/models/errors/index.d.ts.map +1 -0
  449. package/dist/esm/sdk/models/errors/index.js +8 -0
  450. package/dist/esm/sdk/models/errors/index.js.map +1 -0
  451. package/dist/esm/sdk/models/errors/responsevalidationerror.d.ts +26 -0
  452. package/dist/esm/sdk/models/errors/responsevalidationerror.d.ts.map +1 -0
  453. package/dist/esm/sdk/models/errors/responsevalidationerror.js +29 -0
  454. package/dist/esm/sdk/models/errors/responsevalidationerror.js.map +1 -0
  455. package/dist/esm/sdk/models/errors/sdkbaseerror.d.ts +19 -0
  456. package/dist/esm/sdk/models/errors/sdkbaseerror.d.ts.map +1 -0
  457. package/dist/esm/sdk/models/errors/sdkbaseerror.js +16 -0
  458. package/dist/esm/sdk/models/errors/sdkbaseerror.js.map +1 -0
  459. package/dist/esm/sdk/models/errors/sdkerror.d.ts +10 -0
  460. package/dist/esm/sdk/models/errors/sdkerror.d.ts.map +1 -0
  461. package/dist/esm/sdk/models/errors/sdkerror.js +30 -0
  462. package/dist/esm/sdk/models/errors/sdkerror.js.map +1 -0
  463. package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts +21 -0
  464. package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -0
  465. package/dist/esm/sdk/models/errors/sdkvalidationerror.js +91 -0
  466. package/dist/esm/sdk/models/errors/sdkvalidationerror.js.map +1 -0
  467. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts +54 -0
  468. package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts.map +1 -0
  469. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js +59 -0
  470. package/dist/esm/sdk/models/operations/getv1planningapplicationids.js.map +1 -0
  471. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts +54 -0
  472. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +1 -0
  473. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js +59 -0
  474. package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js.map +1 -0
  475. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts +69 -0
  476. package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts.map +1 -0
  477. package/dist/esm/sdk/models/operations/getv1propertylocationids.js +65 -0
  478. package/dist/esm/sdk/models/operations/getv1propertylocationids.js.map +1 -0
  479. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +69 -0
  480. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +1 -0
  481. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js +65 -0
  482. package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +1 -0
  483. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts +69 -0
  484. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +1 -0
  485. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js +65 -0
  486. package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js.map +1 -0
  487. package/dist/esm/sdk/models/operations/index.d.ts +9 -0
  488. package/dist/esm/sdk/models/operations/index.d.ts.map +1 -0
  489. package/dist/esm/sdk/models/operations/index.js +12 -0
  490. package/dist/esm/sdk/models/operations/index.js.map +1 -0
  491. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts +26 -0
  492. package/dist/esm/sdk/models/operations/postv1planningquery.d.ts.map +1 -0
  493. package/dist/esm/sdk/models/operations/postv1planningquery.js +34 -0
  494. package/dist/esm/sdk/models/operations/postv1planningquery.js.map +1 -0
  495. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +26 -0
  496. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +1 -0
  497. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js +34 -0
  498. package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +1 -0
  499. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts +26 -0
  500. package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts.map +1 -0
  501. package/dist/esm/sdk/models/operations/postv1propertyquery.js +34 -0
  502. package/dist/esm/sdk/models/operations/postv1propertyquery.js.map +1 -0
  503. package/dist/esm/sdk/models/shared/areafilter.d.ts +69 -0
  504. package/dist/esm/sdk/models/shared/areafilter.d.ts.map +1 -0
  505. package/dist/esm/sdk/models/shared/areafilter.js +59 -0
  506. package/dist/esm/sdk/models/shared/areafilter.js.map +1 -0
  507. package/dist/esm/sdk/models/shared/errorresponse.d.ts +35 -0
  508. package/dist/esm/sdk/models/shared/errorresponse.d.ts.map +1 -0
  509. package/dist/esm/sdk/models/shared/errorresponse.js +37 -0
  510. package/dist/esm/sdk/models/shared/errorresponse.js.map +1 -0
  511. package/dist/esm/sdk/models/shared/healthresponse.d.ts +35 -0
  512. package/dist/esm/sdk/models/shared/healthresponse.d.ts.map +1 -0
  513. package/dist/esm/sdk/models/shared/healthresponse.js +37 -0
  514. package/dist/esm/sdk/models/shared/healthresponse.js.map +1 -0
  515. package/dist/esm/sdk/models/shared/index.d.ts +16 -0
  516. package/dist/esm/sdk/models/shared/index.d.ts.map +1 -0
  517. package/dist/esm/sdk/models/shared/index.js +19 -0
  518. package/dist/esm/sdk/models/shared/index.js.map +1 -0
  519. package/dist/esm/sdk/models/shared/planningapplication.d.ts +184 -0
  520. package/dist/esm/sdk/models/shared/planningapplication.d.ts.map +1 -0
  521. package/dist/esm/sdk/models/shared/planningapplication.js +146 -0
  522. package/dist/esm/sdk/models/shared/planningapplication.js.map +1 -0
  523. package/dist/esm/sdk/models/shared/planninglistresponse.d.ts +38 -0
  524. package/dist/esm/sdk/models/shared/planninglistresponse.d.ts.map +1 -0
  525. package/dist/esm/sdk/models/shared/planninglistresponse.js +40 -0
  526. package/dist/esm/sdk/models/shared/planninglistresponse.js.map +1 -0
  527. package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts +82 -0
  528. package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts.map +1 -0
  529. package/dist/esm/sdk/models/shared/planningqueryfilters.js +51 -0
  530. package/dist/esm/sdk/models/shared/planningqueryfilters.js.map +1 -0
  531. package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts +98 -0
  532. package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts.map +1 -0
  533. package/dist/esm/sdk/models/shared/planningqueryrequest.js +83 -0
  534. package/dist/esm/sdk/models/shared/planningqueryrequest.js.map +1 -0
  535. package/dist/esm/sdk/models/shared/pricingdata.d.ts +35 -0
  536. package/dist/esm/sdk/models/shared/pricingdata.d.ts.map +1 -0
  537. package/dist/esm/sdk/models/shared/pricingdata.js +37 -0
  538. package/dist/esm/sdk/models/shared/pricingdata.js.map +1 -0
  539. package/dist/esm/sdk/models/shared/propertyaddress.d.ts +43 -0
  540. package/dist/esm/sdk/models/shared/propertyaddress.d.ts.map +1 -0
  541. package/dist/esm/sdk/models/shared/propertyaddress.js +45 -0
  542. package/dist/esm/sdk/models/shared/propertyaddress.js.map +1 -0
  543. package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts +47 -0
  544. package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -0
  545. package/dist/esm/sdk/models/shared/propertybyslugsrequest.js +37 -0
  546. package/dist/esm/sdk/models/shared/propertybyslugsrequest.js.map +1 -0
  547. package/dist/esm/sdk/models/shared/propertydata.d.ts +95 -0
  548. package/dist/esm/sdk/models/shared/propertydata.d.ts.map +1 -0
  549. package/dist/esm/sdk/models/shared/propertydata.js +97 -0
  550. package/dist/esm/sdk/models/shared/propertydata.js.map +1 -0
  551. package/dist/esm/sdk/models/shared/propertyfilters.d.ts +41 -0
  552. package/dist/esm/sdk/models/shared/propertyfilters.d.ts.map +1 -0
  553. package/dist/esm/sdk/models/shared/propertyfilters.js +43 -0
  554. package/dist/esm/sdk/models/shared/propertyfilters.js.map +1 -0
  555. package/dist/esm/sdk/models/shared/propertylistresponse.d.ts +36 -0
  556. package/dist/esm/sdk/models/shared/propertylistresponse.d.ts.map +1 -0
  557. package/dist/esm/sdk/models/shared/propertylistresponse.js +38 -0
  558. package/dist/esm/sdk/models/shared/propertylistresponse.js.map +1 -0
  559. package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts +39 -0
  560. package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -0
  561. package/dist/esm/sdk/models/shared/propertyqueryrequest.js +41 -0
  562. package/dist/esm/sdk/models/shared/propertyqueryrequest.js.map +1 -0
  563. package/dist/esm/sdk/models/shared/security.d.ts +29 -0
  564. package/dist/esm/sdk/models/shared/security.d.ts.map +1 -0
  565. package/dist/esm/sdk/models/shared/security.js +40 -0
  566. package/dist/esm/sdk/models/shared/security.js.map +1 -0
  567. package/dist/esm/sdk/planning.d.ts +27 -0
  568. package/dist/esm/sdk/planning.d.ts.map +1 -0
  569. package/dist/esm/sdk/planning.js +38 -0
  570. package/dist/esm/sdk/planning.js.map +1 -0
  571. package/dist/esm/sdk/property.d.ts +41 -0
  572. package/dist/esm/sdk/property.d.ts.map +1 -0
  573. package/dist/esm/sdk/property.js +58 -0
  574. package/dist/esm/sdk/property.js.map +1 -0
  575. package/dist/esm/sdk/sdk.d.ts +13 -0
  576. package/dist/esm/sdk/sdk.d.ts.map +1 -0
  577. package/dist/esm/sdk/sdk.js +19 -0
  578. package/dist/esm/sdk/sdk.js.map +1 -0
  579. package/dist/esm/sdk/types/async.d.ts +23 -0
  580. package/dist/esm/sdk/types/async.d.ts.map +1 -0
  581. package/dist/esm/sdk/types/async.js +40 -0
  582. package/dist/esm/sdk/types/async.js.map +1 -0
  583. package/dist/esm/sdk/types/blobs.d.ts +4 -0
  584. package/dist/esm/sdk/types/blobs.d.ts.map +1 -0
  585. package/dist/esm/sdk/types/blobs.js +25 -0
  586. package/dist/esm/sdk/types/blobs.js.map +1 -0
  587. package/dist/esm/sdk/types/constdatetime.d.ts +3 -0
  588. package/dist/esm/sdk/types/constdatetime.d.ts.map +1 -0
  589. package/dist/esm/sdk/types/constdatetime.js +10 -0
  590. package/dist/esm/sdk/types/constdatetime.js.map +1 -0
  591. package/dist/esm/sdk/types/enums.d.ts +12 -0
  592. package/dist/esm/sdk/types/enums.d.ts.map +1 -0
  593. package/dist/esm/sdk/types/enums.js +7 -0
  594. package/dist/esm/sdk/types/enums.js.map +1 -0
  595. package/dist/esm/sdk/types/fp.d.ts +31 -0
  596. package/dist/esm/sdk/types/fp.d.ts.map +1 -0
  597. package/dist/esm/sdk/types/fp.js +31 -0
  598. package/dist/esm/sdk/types/fp.js.map +1 -0
  599. package/dist/esm/sdk/types/index.d.ts +8 -0
  600. package/dist/esm/sdk/types/index.d.ts.map +1 -0
  601. package/dist/esm/sdk/types/index.js +8 -0
  602. package/dist/esm/sdk/types/index.js.map +1 -0
  603. package/dist/esm/sdk/types/operations.d.ts +27 -0
  604. package/dist/esm/sdk/types/operations.d.ts.map +1 -0
  605. package/dist/esm/sdk/types/operations.js +77 -0
  606. package/dist/esm/sdk/types/operations.js.map +1 -0
  607. package/dist/esm/sdk/types/rfcdate.d.ts +21 -0
  608. package/dist/esm/sdk/types/rfcdate.d.ts.map +1 -0
  609. package/dist/esm/sdk/types/rfcdate.js +42 -0
  610. package/dist/esm/sdk/types/rfcdate.js.map +1 -0
  611. package/dist/esm/sdk/types/streams.d.ts +2 -0
  612. package/dist/esm/sdk/types/streams.d.ts.map +1 -0
  613. package/dist/esm/sdk/types/streams.js +15 -0
  614. package/dist/esm/sdk/types/streams.js.map +1 -0
  615. package/examples/healthGetV1PlanningHealth.example.ts +26 -0
  616. package/examples/package.json +18 -0
  617. package/jsr.json +27 -0
  618. package/openapi.json +1 -0
  619. package/package.json +122 -0
  620. package/src/core.ts +13 -0
  621. package/src/funcs/healthGetV1PlanningHealth.ts +140 -0
  622. package/src/funcs/healthGetV1PropertyHealth.ts +140 -0
  623. package/src/funcs/planningGetV1PlanningApplicationIds.ts +167 -0
  624. package/src/funcs/planningGetV1PlanningSourcesSourceIds.ts +169 -0
  625. package/src/funcs/planningPostV1PlanningQuery.ts +164 -0
  626. package/src/funcs/propertyGetV1PropertyLocationIds.ts +174 -0
  627. package/src/funcs/propertyGetV1PropertyPropertyIdPropertyIds.ts +185 -0
  628. package/src/funcs/propertyGetV1PropertySourcesSourceIds.ts +176 -0
  629. package/src/funcs/propertyPostV1PropertyPropertiesBySlugs.ts +173 -0
  630. package/src/funcs/propertyPostV1PropertyQuery.ts +164 -0
  631. package/src/hooks/hooks.ts +129 -0
  632. package/src/hooks/index.ts +6 -0
  633. package/src/hooks/registration.ts +14 -0
  634. package/src/hooks/types.ts +112 -0
  635. package/src/index.ts +9 -0
  636. package/src/lib/base64.ts +37 -0
  637. package/src/lib/config.ts +67 -0
  638. package/src/lib/dlv.ts +53 -0
  639. package/src/lib/encodings.ts +483 -0
  640. package/src/lib/files.ts +82 -0
  641. package/src/lib/http.ts +323 -0
  642. package/src/lib/is-plain-object.ts +43 -0
  643. package/src/lib/logger.ts +9 -0
  644. package/src/lib/matchers.ts +345 -0
  645. package/src/lib/primitives.ts +150 -0
  646. package/src/lib/retries.ts +218 -0
  647. package/src/lib/schemas.ts +91 -0
  648. package/src/lib/sdks.ts +403 -0
  649. package/src/lib/security.ts +263 -0
  650. package/src/lib/url.ts +33 -0
  651. package/src/sdk/health.ts +41 -0
  652. package/src/sdk/index.ts +5 -0
  653. package/src/sdk/models/errors/httpclienterrors.ts +62 -0
  654. package/src/sdk/models/errors/index.ts +8 -0
  655. package/src/sdk/models/errors/responsevalidationerror.ts +50 -0
  656. package/src/sdk/models/errors/sdkbaseerror.ts +35 -0
  657. package/src/sdk/models/errors/sdkerror.ts +40 -0
  658. package/src/sdk/models/errors/sdkvalidationerror.ts +109 -0
  659. package/src/sdk/models/operations/getv1planningapplicationids.ts +139 -0
  660. package/src/sdk/models/operations/getv1planningsourcessourceids.ts +140 -0
  661. package/src/sdk/models/operations/getv1propertylocationids.ts +155 -0
  662. package/src/sdk/models/operations/getv1propertypropertyidpropertyids.ts +173 -0
  663. package/src/sdk/models/operations/getv1propertysourcessourceids.ts +161 -0
  664. package/src/sdk/models/operations/index.ts +12 -0
  665. package/src/sdk/models/operations/postv1planningquery.ts +71 -0
  666. package/src/sdk/models/operations/postv1propertypropertiesbyslugs.ts +80 -0
  667. package/src/sdk/models/operations/postv1propertyquery.ts +71 -0
  668. package/src/sdk/models/shared/areafilter.ts +109 -0
  669. package/src/sdk/models/shared/errorresponse.ts +74 -0
  670. package/src/sdk/models/shared/healthresponse.ts +74 -0
  671. package/src/sdk/models/shared/index.ts +19 -0
  672. package/src/sdk/models/shared/planningapplication.ts +269 -0
  673. package/src/sdk/models/shared/planninglistresponse.ts +88 -0
  674. package/src/sdk/models/shared/planningqueryfilters.ts +139 -0
  675. package/src/sdk/models/shared/planningqueryrequest.ts +142 -0
  676. package/src/sdk/models/shared/pricingdata.ts +74 -0
  677. package/src/sdk/models/shared/propertyaddress.ts +92 -0
  678. package/src/sdk/models/shared/propertybyslugsrequest.ts +90 -0
  679. package/src/sdk/models/shared/propertydata.ts +214 -0
  680. package/src/sdk/models/shared/propertyfilters.ts +88 -0
  681. package/src/sdk/models/shared/propertylistresponse.ts +84 -0
  682. package/src/sdk/models/shared/propertyqueryrequest.ts +94 -0
  683. package/src/sdk/models/shared/security.ts +71 -0
  684. package/src/sdk/planning.ts +64 -0
  685. package/src/sdk/property.ts +100 -0
  686. package/src/sdk/sdk.ts +25 -0
  687. package/src/sdk/types/async.ts +68 -0
  688. package/src/sdk/types/blobs.ts +31 -0
  689. package/src/sdk/types/constdatetime.ts +15 -0
  690. package/src/sdk/types/enums.ts +16 -0
  691. package/src/sdk/types/fp.ts +50 -0
  692. package/src/sdk/types/index.ts +11 -0
  693. package/src/sdk/types/operations.ts +105 -0
  694. package/src/sdk/types/rfcdate.ts +54 -0
  695. package/src/sdk/types/streams.ts +21 -0
  696. package/test-local.ts +145 -0
  697. package/tsconfig.json +41 -0
@@ -0,0 +1,155 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import * as shared from "../shared/index.js";
10
+
11
+ export type GetV1PropertyLocationIdsRequest = {
12
+ /**
13
+ * Comma-separated list of attributes to include
14
+ */
15
+ attributes?: string | undefined;
16
+ /**
17
+ * Maximum number of results to return
18
+ */
19
+ limit?: string | undefined;
20
+ /**
21
+ * Comma-separated list of location IDs
22
+ */
23
+ locationIds: string;
24
+ /**
25
+ * Number of results to skip
26
+ */
27
+ offset?: string | undefined;
28
+ };
29
+
30
+ export type GetV1PropertyLocationIdsResponse =
31
+ | shared.PropertyListResponse
32
+ | shared.ErrorResponse;
33
+
34
+ /** @internal */
35
+ export const GetV1PropertyLocationIdsRequest$inboundSchema: z.ZodType<
36
+ GetV1PropertyLocationIdsRequest,
37
+ z.ZodTypeDef,
38
+ unknown
39
+ > = z.object({
40
+ attributes: z.string().optional(),
41
+ limit: z.string().optional(),
42
+ locationIds: z.string(),
43
+ offset: z.string().optional(),
44
+ });
45
+
46
+ /** @internal */
47
+ export type GetV1PropertyLocationIdsRequest$Outbound = {
48
+ attributes?: string | undefined;
49
+ limit?: string | undefined;
50
+ locationIds: string;
51
+ offset?: string | undefined;
52
+ };
53
+
54
+ /** @internal */
55
+ export const GetV1PropertyLocationIdsRequest$outboundSchema: z.ZodType<
56
+ GetV1PropertyLocationIdsRequest$Outbound,
57
+ z.ZodTypeDef,
58
+ GetV1PropertyLocationIdsRequest
59
+ > = z.object({
60
+ attributes: z.string().optional(),
61
+ limit: z.string().optional(),
62
+ locationIds: z.string(),
63
+ offset: z.string().optional(),
64
+ });
65
+
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ export namespace GetV1PropertyLocationIdsRequest$ {
71
+ /** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
72
+ export const inboundSchema = GetV1PropertyLocationIdsRequest$inboundSchema;
73
+ /** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
74
+ export const outboundSchema = GetV1PropertyLocationIdsRequest$outboundSchema;
75
+ /** @deprecated use `GetV1PropertyLocationIdsRequest$Outbound` instead. */
76
+ export type Outbound = GetV1PropertyLocationIdsRequest$Outbound;
77
+ }
78
+
79
+ export function getV1PropertyLocationIdsRequestToJSON(
80
+ getV1PropertyLocationIdsRequest: GetV1PropertyLocationIdsRequest,
81
+ ): string {
82
+ return JSON.stringify(
83
+ GetV1PropertyLocationIdsRequest$outboundSchema.parse(
84
+ getV1PropertyLocationIdsRequest,
85
+ ),
86
+ );
87
+ }
88
+
89
+ export function getV1PropertyLocationIdsRequestFromJSON(
90
+ jsonString: string,
91
+ ): SafeParseResult<GetV1PropertyLocationIdsRequest, SDKValidationError> {
92
+ return safeParse(
93
+ jsonString,
94
+ (x) => GetV1PropertyLocationIdsRequest$inboundSchema.parse(JSON.parse(x)),
95
+ `Failed to parse 'GetV1PropertyLocationIdsRequest' from JSON`,
96
+ );
97
+ }
98
+
99
+ /** @internal */
100
+ export const GetV1PropertyLocationIdsResponse$inboundSchema: z.ZodType<
101
+ GetV1PropertyLocationIdsResponse,
102
+ z.ZodTypeDef,
103
+ unknown
104
+ > = z.union([
105
+ shared.PropertyListResponse$inboundSchema,
106
+ shared.ErrorResponse$inboundSchema,
107
+ ]);
108
+
109
+ /** @internal */
110
+ export type GetV1PropertyLocationIdsResponse$Outbound =
111
+ | shared.PropertyListResponse$Outbound
112
+ | shared.ErrorResponse$Outbound;
113
+
114
+ /** @internal */
115
+ export const GetV1PropertyLocationIdsResponse$outboundSchema: z.ZodType<
116
+ GetV1PropertyLocationIdsResponse$Outbound,
117
+ z.ZodTypeDef,
118
+ GetV1PropertyLocationIdsResponse
119
+ > = z.union([
120
+ shared.PropertyListResponse$outboundSchema,
121
+ shared.ErrorResponse$outboundSchema,
122
+ ]);
123
+
124
+ /**
125
+ * @internal
126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
127
+ */
128
+ export namespace GetV1PropertyLocationIdsResponse$ {
129
+ /** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
130
+ export const inboundSchema = GetV1PropertyLocationIdsResponse$inboundSchema;
131
+ /** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
132
+ export const outboundSchema = GetV1PropertyLocationIdsResponse$outboundSchema;
133
+ /** @deprecated use `GetV1PropertyLocationIdsResponse$Outbound` instead. */
134
+ export type Outbound = GetV1PropertyLocationIdsResponse$Outbound;
135
+ }
136
+
137
+ export function getV1PropertyLocationIdsResponseToJSON(
138
+ getV1PropertyLocationIdsResponse: GetV1PropertyLocationIdsResponse,
139
+ ): string {
140
+ return JSON.stringify(
141
+ GetV1PropertyLocationIdsResponse$outboundSchema.parse(
142
+ getV1PropertyLocationIdsResponse,
143
+ ),
144
+ );
145
+ }
146
+
147
+ export function getV1PropertyLocationIdsResponseFromJSON(
148
+ jsonString: string,
149
+ ): SafeParseResult<GetV1PropertyLocationIdsResponse, SDKValidationError> {
150
+ return safeParse(
151
+ jsonString,
152
+ (x) => GetV1PropertyLocationIdsResponse$inboundSchema.parse(JSON.parse(x)),
153
+ `Failed to parse 'GetV1PropertyLocationIdsResponse' from JSON`,
154
+ );
155
+ }
@@ -0,0 +1,173 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import * as shared from "../shared/index.js";
10
+
11
+ export type GetV1PropertyPropertyIdPropertyIdsRequest = {
12
+ /**
13
+ * Comma-separated list of attributes to include
14
+ */
15
+ attributes?: string | undefined;
16
+ /**
17
+ * Maximum number of results to return
18
+ */
19
+ limit?: string | undefined;
20
+ /**
21
+ * Number of results to skip
22
+ */
23
+ offset?: string | undefined;
24
+ /**
25
+ * Comma-separated list of property IDs
26
+ */
27
+ propertyIds: string;
28
+ };
29
+
30
+ export type GetV1PropertyPropertyIdPropertyIdsResponse =
31
+ | shared.PropertyListResponse
32
+ | shared.ErrorResponse;
33
+
34
+ /** @internal */
35
+ export const GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema: z.ZodType<
36
+ GetV1PropertyPropertyIdPropertyIdsRequest,
37
+ z.ZodTypeDef,
38
+ unknown
39
+ > = z.object({
40
+ attributes: z.string().optional(),
41
+ limit: z.string().optional(),
42
+ offset: z.string().optional(),
43
+ propertyIds: z.string(),
44
+ });
45
+
46
+ /** @internal */
47
+ export type GetV1PropertyPropertyIdPropertyIdsRequest$Outbound = {
48
+ attributes?: string | undefined;
49
+ limit?: string | undefined;
50
+ offset?: string | undefined;
51
+ propertyIds: string;
52
+ };
53
+
54
+ /** @internal */
55
+ export const GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema:
56
+ z.ZodType<
57
+ GetV1PropertyPropertyIdPropertyIdsRequest$Outbound,
58
+ z.ZodTypeDef,
59
+ GetV1PropertyPropertyIdPropertyIdsRequest
60
+ > = z.object({
61
+ attributes: z.string().optional(),
62
+ limit: z.string().optional(),
63
+ offset: z.string().optional(),
64
+ propertyIds: z.string(),
65
+ });
66
+
67
+ /**
68
+ * @internal
69
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
70
+ */
71
+ export namespace GetV1PropertyPropertyIdPropertyIdsRequest$ {
72
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema` instead. */
73
+ export const inboundSchema =
74
+ GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema;
75
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema` instead. */
76
+ export const outboundSchema =
77
+ GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema;
78
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$Outbound` instead. */
79
+ export type Outbound = GetV1PropertyPropertyIdPropertyIdsRequest$Outbound;
80
+ }
81
+
82
+ export function getV1PropertyPropertyIdPropertyIdsRequestToJSON(
83
+ getV1PropertyPropertyIdPropertyIdsRequest:
84
+ GetV1PropertyPropertyIdPropertyIdsRequest,
85
+ ): string {
86
+ return JSON.stringify(
87
+ GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema.parse(
88
+ getV1PropertyPropertyIdPropertyIdsRequest,
89
+ ),
90
+ );
91
+ }
92
+
93
+ export function getV1PropertyPropertyIdPropertyIdsRequestFromJSON(
94
+ jsonString: string,
95
+ ): SafeParseResult<
96
+ GetV1PropertyPropertyIdPropertyIdsRequest,
97
+ SDKValidationError
98
+ > {
99
+ return safeParse(
100
+ jsonString,
101
+ (x) =>
102
+ GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema.parse(
103
+ JSON.parse(x),
104
+ ),
105
+ `Failed to parse 'GetV1PropertyPropertyIdPropertyIdsRequest' from JSON`,
106
+ );
107
+ }
108
+
109
+ /** @internal */
110
+ export const GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema:
111
+ z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown> =
112
+ z.union([
113
+ shared.PropertyListResponse$inboundSchema,
114
+ shared.ErrorResponse$inboundSchema,
115
+ ]);
116
+
117
+ /** @internal */
118
+ export type GetV1PropertyPropertyIdPropertyIdsResponse$Outbound =
119
+ | shared.PropertyListResponse$Outbound
120
+ | shared.ErrorResponse$Outbound;
121
+
122
+ /** @internal */
123
+ export const GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema:
124
+ z.ZodType<
125
+ GetV1PropertyPropertyIdPropertyIdsResponse$Outbound,
126
+ z.ZodTypeDef,
127
+ GetV1PropertyPropertyIdPropertyIdsResponse
128
+ > = z.union([
129
+ shared.PropertyListResponse$outboundSchema,
130
+ shared.ErrorResponse$outboundSchema,
131
+ ]);
132
+
133
+ /**
134
+ * @internal
135
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
136
+ */
137
+ export namespace GetV1PropertyPropertyIdPropertyIdsResponse$ {
138
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema` instead. */
139
+ export const inboundSchema =
140
+ GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema;
141
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema` instead. */
142
+ export const outboundSchema =
143
+ GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema;
144
+ /** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$Outbound` instead. */
145
+ export type Outbound = GetV1PropertyPropertyIdPropertyIdsResponse$Outbound;
146
+ }
147
+
148
+ export function getV1PropertyPropertyIdPropertyIdsResponseToJSON(
149
+ getV1PropertyPropertyIdPropertyIdsResponse:
150
+ GetV1PropertyPropertyIdPropertyIdsResponse,
151
+ ): string {
152
+ return JSON.stringify(
153
+ GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema.parse(
154
+ getV1PropertyPropertyIdPropertyIdsResponse,
155
+ ),
156
+ );
157
+ }
158
+
159
+ export function getV1PropertyPropertyIdPropertyIdsResponseFromJSON(
160
+ jsonString: string,
161
+ ): SafeParseResult<
162
+ GetV1PropertyPropertyIdPropertyIdsResponse,
163
+ SDKValidationError
164
+ > {
165
+ return safeParse(
166
+ jsonString,
167
+ (x) =>
168
+ GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema.parse(
169
+ JSON.parse(x),
170
+ ),
171
+ `Failed to parse 'GetV1PropertyPropertyIdPropertyIdsResponse' from JSON`,
172
+ );
173
+ }
@@ -0,0 +1,161 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import * as shared from "../shared/index.js";
10
+
11
+ export type GetV1PropertySourcesSourceIdsRequest = {
12
+ /**
13
+ * Comma-separated list of attributes to include
14
+ */
15
+ attributes?: string | undefined;
16
+ /**
17
+ * Maximum number of results to return
18
+ */
19
+ limit?: string | undefined;
20
+ /**
21
+ * Number of results to skip
22
+ */
23
+ offset?: string | undefined;
24
+ /**
25
+ * Comma-separated list of source IDs (e.g., provider-a::123, provider-b::456)
26
+ */
27
+ sourceIds: string;
28
+ };
29
+
30
+ export type GetV1PropertySourcesSourceIdsResponse =
31
+ | shared.PropertyListResponse
32
+ | shared.ErrorResponse;
33
+
34
+ /** @internal */
35
+ export const GetV1PropertySourcesSourceIdsRequest$inboundSchema: z.ZodType<
36
+ GetV1PropertySourcesSourceIdsRequest,
37
+ z.ZodTypeDef,
38
+ unknown
39
+ > = z.object({
40
+ attributes: z.string().optional(),
41
+ limit: z.string().optional(),
42
+ offset: z.string().optional(),
43
+ sourceIds: z.string(),
44
+ });
45
+
46
+ /** @internal */
47
+ export type GetV1PropertySourcesSourceIdsRequest$Outbound = {
48
+ attributes?: string | undefined;
49
+ limit?: string | undefined;
50
+ offset?: string | undefined;
51
+ sourceIds: string;
52
+ };
53
+
54
+ /** @internal */
55
+ export const GetV1PropertySourcesSourceIdsRequest$outboundSchema: z.ZodType<
56
+ GetV1PropertySourcesSourceIdsRequest$Outbound,
57
+ z.ZodTypeDef,
58
+ GetV1PropertySourcesSourceIdsRequest
59
+ > = z.object({
60
+ attributes: z.string().optional(),
61
+ limit: z.string().optional(),
62
+ offset: z.string().optional(),
63
+ sourceIds: z.string(),
64
+ });
65
+
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ export namespace GetV1PropertySourcesSourceIdsRequest$ {
71
+ /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$inboundSchema` instead. */
72
+ export const inboundSchema =
73
+ GetV1PropertySourcesSourceIdsRequest$inboundSchema;
74
+ /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$outboundSchema` instead. */
75
+ export const outboundSchema =
76
+ GetV1PropertySourcesSourceIdsRequest$outboundSchema;
77
+ /** @deprecated use `GetV1PropertySourcesSourceIdsRequest$Outbound` instead. */
78
+ export type Outbound = GetV1PropertySourcesSourceIdsRequest$Outbound;
79
+ }
80
+
81
+ export function getV1PropertySourcesSourceIdsRequestToJSON(
82
+ getV1PropertySourcesSourceIdsRequest: GetV1PropertySourcesSourceIdsRequest,
83
+ ): string {
84
+ return JSON.stringify(
85
+ GetV1PropertySourcesSourceIdsRequest$outboundSchema.parse(
86
+ getV1PropertySourcesSourceIdsRequest,
87
+ ),
88
+ );
89
+ }
90
+
91
+ export function getV1PropertySourcesSourceIdsRequestFromJSON(
92
+ jsonString: string,
93
+ ): SafeParseResult<GetV1PropertySourcesSourceIdsRequest, SDKValidationError> {
94
+ return safeParse(
95
+ jsonString,
96
+ (x) =>
97
+ GetV1PropertySourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)),
98
+ `Failed to parse 'GetV1PropertySourcesSourceIdsRequest' from JSON`,
99
+ );
100
+ }
101
+
102
+ /** @internal */
103
+ export const GetV1PropertySourcesSourceIdsResponse$inboundSchema: z.ZodType<
104
+ GetV1PropertySourcesSourceIdsResponse,
105
+ z.ZodTypeDef,
106
+ unknown
107
+ > = z.union([
108
+ shared.PropertyListResponse$inboundSchema,
109
+ shared.ErrorResponse$inboundSchema,
110
+ ]);
111
+
112
+ /** @internal */
113
+ export type GetV1PropertySourcesSourceIdsResponse$Outbound =
114
+ | shared.PropertyListResponse$Outbound
115
+ | shared.ErrorResponse$Outbound;
116
+
117
+ /** @internal */
118
+ export const GetV1PropertySourcesSourceIdsResponse$outboundSchema: z.ZodType<
119
+ GetV1PropertySourcesSourceIdsResponse$Outbound,
120
+ z.ZodTypeDef,
121
+ GetV1PropertySourcesSourceIdsResponse
122
+ > = z.union([
123
+ shared.PropertyListResponse$outboundSchema,
124
+ shared.ErrorResponse$outboundSchema,
125
+ ]);
126
+
127
+ /**
128
+ * @internal
129
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
130
+ */
131
+ export namespace GetV1PropertySourcesSourceIdsResponse$ {
132
+ /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$inboundSchema` instead. */
133
+ export const inboundSchema =
134
+ GetV1PropertySourcesSourceIdsResponse$inboundSchema;
135
+ /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$outboundSchema` instead. */
136
+ export const outboundSchema =
137
+ GetV1PropertySourcesSourceIdsResponse$outboundSchema;
138
+ /** @deprecated use `GetV1PropertySourcesSourceIdsResponse$Outbound` instead. */
139
+ export type Outbound = GetV1PropertySourcesSourceIdsResponse$Outbound;
140
+ }
141
+
142
+ export function getV1PropertySourcesSourceIdsResponseToJSON(
143
+ getV1PropertySourcesSourceIdsResponse: GetV1PropertySourcesSourceIdsResponse,
144
+ ): string {
145
+ return JSON.stringify(
146
+ GetV1PropertySourcesSourceIdsResponse$outboundSchema.parse(
147
+ getV1PropertySourcesSourceIdsResponse,
148
+ ),
149
+ );
150
+ }
151
+
152
+ export function getV1PropertySourcesSourceIdsResponseFromJSON(
153
+ jsonString: string,
154
+ ): SafeParseResult<GetV1PropertySourcesSourceIdsResponse, SDKValidationError> {
155
+ return safeParse(
156
+ jsonString,
157
+ (x) =>
158
+ GetV1PropertySourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)),
159
+ `Failed to parse 'GetV1PropertySourcesSourceIdsResponse' from JSON`,
160
+ );
161
+ }
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ export * from "./getv1planningapplicationids.js";
6
+ export * from "./getv1planningsourcessourceids.js";
7
+ export * from "./getv1propertylocationids.js";
8
+ export * from "./getv1propertypropertyidpropertyids.js";
9
+ export * from "./getv1propertysourcessourceids.js";
10
+ export * from "./postv1planningquery.js";
11
+ export * from "./postv1propertypropertiesbyslugs.js";
12
+ export * from "./postv1propertyquery.js";
@@ -0,0 +1,71 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import * as shared from "../shared/index.js";
10
+
11
+ export type PostV1PlanningQueryResponse =
12
+ | shared.PlanningListResponse
13
+ | shared.ErrorResponse;
14
+
15
+ /** @internal */
16
+ export const PostV1PlanningQueryResponse$inboundSchema: z.ZodType<
17
+ PostV1PlanningQueryResponse,
18
+ z.ZodTypeDef,
19
+ unknown
20
+ > = z.union([
21
+ shared.PlanningListResponse$inboundSchema,
22
+ shared.ErrorResponse$inboundSchema,
23
+ ]);
24
+
25
+ /** @internal */
26
+ export type PostV1PlanningQueryResponse$Outbound =
27
+ | shared.PlanningListResponse$Outbound
28
+ | shared.ErrorResponse$Outbound;
29
+
30
+ /** @internal */
31
+ export const PostV1PlanningQueryResponse$outboundSchema: z.ZodType<
32
+ PostV1PlanningQueryResponse$Outbound,
33
+ z.ZodTypeDef,
34
+ PostV1PlanningQueryResponse
35
+ > = z.union([
36
+ shared.PlanningListResponse$outboundSchema,
37
+ shared.ErrorResponse$outboundSchema,
38
+ ]);
39
+
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export namespace PostV1PlanningQueryResponse$ {
45
+ /** @deprecated use `PostV1PlanningQueryResponse$inboundSchema` instead. */
46
+ export const inboundSchema = PostV1PlanningQueryResponse$inboundSchema;
47
+ /** @deprecated use `PostV1PlanningQueryResponse$outboundSchema` instead. */
48
+ export const outboundSchema = PostV1PlanningQueryResponse$outboundSchema;
49
+ /** @deprecated use `PostV1PlanningQueryResponse$Outbound` instead. */
50
+ export type Outbound = PostV1PlanningQueryResponse$Outbound;
51
+ }
52
+
53
+ export function postV1PlanningQueryResponseToJSON(
54
+ postV1PlanningQueryResponse: PostV1PlanningQueryResponse,
55
+ ): string {
56
+ return JSON.stringify(
57
+ PostV1PlanningQueryResponse$outboundSchema.parse(
58
+ postV1PlanningQueryResponse,
59
+ ),
60
+ );
61
+ }
62
+
63
+ export function postV1PlanningQueryResponseFromJSON(
64
+ jsonString: string,
65
+ ): SafeParseResult<PostV1PlanningQueryResponse, SDKValidationError> {
66
+ return safeParse(
67
+ jsonString,
68
+ (x) => PostV1PlanningQueryResponse$inboundSchema.parse(JSON.parse(x)),
69
+ `Failed to parse 'PostV1PlanningQueryResponse' from JSON`,
70
+ );
71
+ }
@@ -0,0 +1,80 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import * as shared from "../shared/index.js";
10
+
11
+ export type PostV1PropertyPropertiesBySlugsResponse =
12
+ | shared.PropertyListResponse
13
+ | shared.ErrorResponse;
14
+
15
+ /** @internal */
16
+ export const PostV1PropertyPropertiesBySlugsResponse$inboundSchema: z.ZodType<
17
+ PostV1PropertyPropertiesBySlugsResponse,
18
+ z.ZodTypeDef,
19
+ unknown
20
+ > = z.union([
21
+ shared.PropertyListResponse$inboundSchema,
22
+ shared.ErrorResponse$inboundSchema,
23
+ ]);
24
+
25
+ /** @internal */
26
+ export type PostV1PropertyPropertiesBySlugsResponse$Outbound =
27
+ | shared.PropertyListResponse$Outbound
28
+ | shared.ErrorResponse$Outbound;
29
+
30
+ /** @internal */
31
+ export const PostV1PropertyPropertiesBySlugsResponse$outboundSchema: z.ZodType<
32
+ PostV1PropertyPropertiesBySlugsResponse$Outbound,
33
+ z.ZodTypeDef,
34
+ PostV1PropertyPropertiesBySlugsResponse
35
+ > = z.union([
36
+ shared.PropertyListResponse$outboundSchema,
37
+ shared.ErrorResponse$outboundSchema,
38
+ ]);
39
+
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export namespace PostV1PropertyPropertiesBySlugsResponse$ {
45
+ /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$inboundSchema` instead. */
46
+ export const inboundSchema =
47
+ PostV1PropertyPropertiesBySlugsResponse$inboundSchema;
48
+ /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$outboundSchema` instead. */
49
+ export const outboundSchema =
50
+ PostV1PropertyPropertiesBySlugsResponse$outboundSchema;
51
+ /** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$Outbound` instead. */
52
+ export type Outbound = PostV1PropertyPropertiesBySlugsResponse$Outbound;
53
+ }
54
+
55
+ export function postV1PropertyPropertiesBySlugsResponseToJSON(
56
+ postV1PropertyPropertiesBySlugsResponse:
57
+ PostV1PropertyPropertiesBySlugsResponse,
58
+ ): string {
59
+ return JSON.stringify(
60
+ PostV1PropertyPropertiesBySlugsResponse$outboundSchema.parse(
61
+ postV1PropertyPropertiesBySlugsResponse,
62
+ ),
63
+ );
64
+ }
65
+
66
+ export function postV1PropertyPropertiesBySlugsResponseFromJSON(
67
+ jsonString: string,
68
+ ): SafeParseResult<
69
+ PostV1PropertyPropertiesBySlugsResponse,
70
+ SDKValidationError
71
+ > {
72
+ return safeParse(
73
+ jsonString,
74
+ (x) =>
75
+ PostV1PropertyPropertiesBySlugsResponse$inboundSchema.parse(
76
+ JSON.parse(x),
77
+ ),
78
+ `Failed to parse 'PostV1PropertyPropertiesBySlugsResponse' from JSON`,
79
+ );
80
+ }