@radiusplus/api-sdk-v2 0.5.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 (1040) hide show
  1. package/README.md +75 -0
  2. package/package.json +29 -0
  3. package/src/_generated/.kubb/client.d.ts +313 -0
  4. package/src/_generated/.kubb/client.js +360 -0
  5. package/src/_generated/index.d.ts +501 -0
  6. package/src/_generated/index.js +729 -0
  7. package/src/_generated/ts-client/DemographicsClient/demographicsClient.d.ts +33 -0
  8. package/src/_generated/ts-client/DemographicsClient/demographicsClient.js +48 -0
  9. package/src/_generated/ts-client/DemographicsClient/index.d.ts +1 -0
  10. package/src/_generated/ts-client/DemographicsClient/index.js +5 -0
  11. package/src/_generated/ts-client/FacilityMetadataClient/facilityMetadataClient.d.ts +81 -0
  12. package/src/_generated/ts-client/FacilityMetadataClient/facilityMetadataClient.js +117 -0
  13. package/src/_generated/ts-client/FacilityMetadataClient/index.d.ts +1 -0
  14. package/src/_generated/ts-client/FacilityMetadataClient/index.js +5 -0
  15. package/src/_generated/ts-client/FacilityPricingClient/facilityPricingClient.d.ts +30 -0
  16. package/src/_generated/ts-client/FacilityPricingClient/facilityPricingClient.js +42 -0
  17. package/src/_generated/ts-client/FacilityPricingClient/index.d.ts +1 -0
  18. package/src/_generated/ts-client/FacilityPricingClient/index.js +5 -0
  19. package/src/_generated/ts-client/MacroEconomyClient/index.d.ts +1 -0
  20. package/src/_generated/ts-client/MacroEconomyClient/index.js +5 -0
  21. package/src/_generated/ts-client/MacroEconomyClient/macroEconomyClient.d.ts +18 -0
  22. package/src/_generated/ts-client/MacroEconomyClient/macroEconomyClient.js +27 -0
  23. package/src/_generated/ts-client/MarketPricingClient/index.d.ts +1 -0
  24. package/src/_generated/ts-client/MarketPricingClient/index.js +5 -0
  25. package/src/_generated/ts-client/MarketPricingClient/marketPricingClient.d.ts +24 -0
  26. package/src/_generated/ts-client/MarketPricingClient/marketPricingClient.js +36 -0
  27. package/src/_generated/ts-client/REITClient/REITClient.d.ts +32 -0
  28. package/src/_generated/ts-client/REITClient/REITClient.js +44 -0
  29. package/src/_generated/ts-client/REITClient/index.d.ts +1 -0
  30. package/src/_generated/ts-client/REITClient/index.js +5 -0
  31. package/src/_generated/ts-client/SearchClient/index.d.ts +1 -0
  32. package/src/_generated/ts-client/SearchClient/index.js +5 -0
  33. package/src/_generated/ts-client/SearchClient/searchClient.d.ts +22 -0
  34. package/src/_generated/ts-client/SearchClient/searchClient.js +31 -0
  35. package/src/_generated/ts-client/SupplyClient/index.d.ts +1 -0
  36. package/src/_generated/ts-client/SupplyClient/index.js +5 -0
  37. package/src/_generated/ts-client/SupplyClient/supplyClient.d.ts +20 -0
  38. package/src/_generated/ts-client/SupplyClient/supplyClient.js +29 -0
  39. package/src/_generated/ts-client/UsagePolicyClient/index.d.ts +1 -0
  40. package/src/_generated/ts-client/UsagePolicyClient/index.js +5 -0
  41. package/src/_generated/ts-client/UsagePolicyClient/usagePolicyClient.d.ts +33 -0
  42. package/src/_generated/ts-client/UsagePolicyClient/usagePolicyClient.js +45 -0
  43. package/src/_generated/ts-client/index.d.ts +10 -0
  44. package/src/_generated/ts-client/index.js +23 -0
  45. package/src/_generated/ts-client/radiusApiV2.d.ts +26 -0
  46. package/src/_generated/ts-client/radiusApiV2.js +39 -0
  47. package/src/_generated/types/AccessAreaFeature.d.ts +5 -0
  48. package/src/_generated/types/AccessAreaFeature.js +6 -0
  49. package/src/_generated/types/AccessTypeFeature.d.ts +5 -0
  50. package/src/_generated/types/AccessTypeFeature.js +6 -0
  51. package/src/_generated/types/AggregatePriceEntry.d.ts +41 -0
  52. package/src/_generated/types/AggregatePriceEntry.js +6 -0
  53. package/src/_generated/types/AggregatePricing.d.ts +55 -0
  54. package/src/_generated/types/AggregatePricing.js +6 -0
  55. package/src/_generated/types/AggregateUnitFilters.d.ts +26 -0
  56. package/src/_generated/types/AggregateUnitFilters.js +6 -0
  57. package/src/_generated/types/AggregateUnitFiltersBase.d.ts +19 -0
  58. package/src/_generated/types/AggregateUnitFiltersBase.js +6 -0
  59. package/src/_generated/types/AggregateUnitFiltersConfig.d.ts +16 -0
  60. package/src/_generated/types/AggregateUnitFiltersConfig.js +6 -0
  61. package/src/_generated/types/AggregateUnitFiltersType.d.ts +5 -0
  62. package/src/_generated/types/AggregateUnitFiltersType.js +6 -0
  63. package/src/_generated/types/BadRequestError.d.ts +20 -0
  64. package/src/_generated/types/BadRequestError.js +6 -0
  65. package/src/_generated/types/BaseDemographics.d.ts +28 -0
  66. package/src/_generated/types/BaseDemographics.js +6 -0
  67. package/src/_generated/types/BasicAggregateUnitFilters.d.ts +16 -0
  68. package/src/_generated/types/BasicAggregateUnitFilters.js +6 -0
  69. package/src/_generated/types/BasicDailyUnitFilters.d.ts +16 -0
  70. package/src/_generated/types/BasicDailyUnitFilters.js +6 -0
  71. package/src/_generated/types/BasicFacilityFilters.d.ts +16 -0
  72. package/src/_generated/types/BasicFacilityFilters.js +6 -0
  73. package/src/_generated/types/BasicSupplyFacilityFilters.d.ts +16 -0
  74. package/src/_generated/types/BasicSupplyFacilityFilters.js +6 -0
  75. package/src/_generated/types/CentroidGeographyType.d.ts +5 -0
  76. package/src/_generated/types/CentroidGeographyType.js +6 -0
  77. package/src/_generated/types/ClimateTypeFeature.d.ts +5 -0
  78. package/src/_generated/types/ClimateTypeFeature.js +6 -0
  79. package/src/_generated/types/Country.d.ts +21 -0
  80. package/src/_generated/types/Country.js +6 -0
  81. package/src/_generated/types/CurrentUsageResponse.d.ts +63 -0
  82. package/src/_generated/types/CurrentUsageResponse.js +6 -0
  83. package/src/_generated/types/CursorExpiredError.d.ts +20 -0
  84. package/src/_generated/types/CursorExpiredError.js +6 -0
  85. package/src/_generated/types/CycleWindow.d.ts +24 -0
  86. package/src/_generated/types/CycleWindow.js +6 -0
  87. package/src/_generated/types/DailyPriceEntry.d.ts +25 -0
  88. package/src/_generated/types/DailyPriceEntry.js +6 -0
  89. package/src/_generated/types/DailyPricing.d.ts +70 -0
  90. package/src/_generated/types/DailyPricing.js +6 -0
  91. package/src/_generated/types/DailyTimeframe.d.ts +24 -0
  92. package/src/_generated/types/DailyTimeframe.js +6 -0
  93. package/src/_generated/types/DailyTimeframeConfig.d.ts +27 -0
  94. package/src/_generated/types/DailyTimeframeConfig.js +6 -0
  95. package/src/_generated/types/DailyUnitFilters.d.ts +26 -0
  96. package/src/_generated/types/DailyUnitFilters.js +6 -0
  97. package/src/_generated/types/DailyUnitFiltersBase.d.ts +19 -0
  98. package/src/_generated/types/DailyUnitFiltersBase.js +6 -0
  99. package/src/_generated/types/DailyUnitFiltersConfig.d.ts +16 -0
  100. package/src/_generated/types/DailyUnitFiltersConfig.js +6 -0
  101. package/src/_generated/types/DailyUnitFiltersType.d.ts +5 -0
  102. package/src/_generated/types/DailyUnitFiltersType.js +6 -0
  103. package/src/_generated/types/DataSource.d.ts +5 -0
  104. package/src/_generated/types/DataSource.js +6 -0
  105. package/src/_generated/types/Demographics.d.ts +20 -0
  106. package/src/_generated/types/Demographics.js +6 -0
  107. package/src/_generated/types/DemographicsAvailability.d.ts +23 -0
  108. package/src/_generated/types/DemographicsAvailability.js +6 -0
  109. package/src/_generated/types/DemographicsAvailabilityRequest.d.ts +15 -0
  110. package/src/_generated/types/DemographicsAvailabilityRequest.js +6 -0
  111. package/src/_generated/types/DemographicsAvailabilityResponse.d.ts +22 -0
  112. package/src/_generated/types/DemographicsAvailabilityResponse.js +6 -0
  113. package/src/_generated/types/DemographicsAvailabilityResponseData.d.ts +16 -0
  114. package/src/_generated/types/DemographicsAvailabilityResponseData.js +6 -0
  115. package/src/_generated/types/DemographicsBlockGroupsResponse.d.ts +22 -0
  116. package/src/_generated/types/DemographicsBlockGroupsResponse.js +6 -0
  117. package/src/_generated/types/DemographicsBlockGroupsResponseData.d.ts +16 -0
  118. package/src/_generated/types/DemographicsBlockGroupsResponseData.js +6 -0
  119. package/src/_generated/types/DemographicsGeography.d.ts +103 -0
  120. package/src/_generated/types/DemographicsGeography.js +6 -0
  121. package/src/_generated/types/DemographicsGeographyConfig.d.ts +36 -0
  122. package/src/_generated/types/DemographicsGeographyConfig.js +6 -0
  123. package/src/_generated/types/DemographicsGeographyType.d.ts +5 -0
  124. package/src/_generated/types/DemographicsGeographyType.js +6 -0
  125. package/src/_generated/types/DemographicsProductConfig.d.ts +22 -0
  126. package/src/_generated/types/DemographicsProductConfig.js +6 -0
  127. package/src/_generated/types/DemographicsRequest.d.ts +28 -0
  128. package/src/_generated/types/DemographicsRequest.js +6 -0
  129. package/src/_generated/types/DemographicsResponse.d.ts +22 -0
  130. package/src/_generated/types/DemographicsResponse.js +6 -0
  131. package/src/_generated/types/DemographicsResponseData.d.ts +15 -0
  132. package/src/_generated/types/DemographicsResponseData.js +6 -0
  133. package/src/_generated/types/DemographicsType.d.ts +5 -0
  134. package/src/_generated/types/DemographicsType.js +6 -0
  135. package/src/_generated/types/DevelopmentStatus.d.ts +5 -0
  136. package/src/_generated/types/DevelopmentStatus.js +6 -0
  137. package/src/_generated/types/Distance.d.ts +23 -0
  138. package/src/_generated/types/Distance.js +6 -0
  139. package/src/_generated/types/DistanceUnit.d.ts +5 -0
  140. package/src/_generated/types/DistanceUnit.js +6 -0
  141. package/src/_generated/types/DoorTypeFeature.d.ts +5 -0
  142. package/src/_generated/types/DoorTypeFeature.js +6 -0
  143. package/src/_generated/types/EmploymentDataPoint.d.ts +22 -0
  144. package/src/_generated/types/EmploymentDataPoint.js +6 -0
  145. package/src/_generated/types/EmploymentGeography.d.ts +25 -0
  146. package/src/_generated/types/EmploymentGeography.js +6 -0
  147. package/src/_generated/types/EmploymentRequest.d.ts +20 -0
  148. package/src/_generated/types/EmploymentRequest.js +6 -0
  149. package/src/_generated/types/EmploymentResponse.d.ts +22 -0
  150. package/src/_generated/types/EmploymentResponse.js +6 -0
  151. package/src/_generated/types/EmploymentResponseData.d.ts +16 -0
  152. package/src/_generated/types/EmploymentResponseData.js +6 -0
  153. package/src/_generated/types/EmploymentTimeframe.d.ts +36 -0
  154. package/src/_generated/types/EmploymentTimeframe.js +6 -0
  155. package/src/_generated/types/EnterpriseFacilityFilters.d.ts +22 -0
  156. package/src/_generated/types/EnterpriseFacilityFilters.js +6 -0
  157. package/src/_generated/types/EnterpriseSupplyFacilityFilters.d.ts +22 -0
  158. package/src/_generated/types/EnterpriseSupplyFacilityFilters.js +6 -0
  159. package/src/_generated/types/ErrorCode.d.ts +5 -0
  160. package/src/_generated/types/ErrorCode.js +6 -0
  161. package/src/_generated/types/ErrorDetail.d.ts +74 -0
  162. package/src/_generated/types/ErrorDetail.js +6 -0
  163. package/src/_generated/types/ErrorDetailBase.d.ts +26 -0
  164. package/src/_generated/types/ErrorDetailBase.js +6 -0
  165. package/src/_generated/types/ErrorResponse.d.ts +15 -0
  166. package/src/_generated/types/ErrorResponse.js +6 -0
  167. package/src/_generated/types/FacilitiesSearchRequest.d.ts +31 -0
  168. package/src/_generated/types/FacilitiesSearchRequest.js +6 -0
  169. package/src/_generated/types/FacilitiesSearchResponse.d.ts +33 -0
  170. package/src/_generated/types/FacilitiesSearchResponse.js +6 -0
  171. package/src/_generated/types/FacilitiesSearchResponseData.d.ts +16 -0
  172. package/src/_generated/types/FacilitiesSearchResponseData.js +6 -0
  173. package/src/_generated/types/FacilityAggregatePricingEntry.d.ts +21 -0
  174. package/src/_generated/types/FacilityAggregatePricingEntry.js +6 -0
  175. package/src/_generated/types/FacilityContact.d.ts +49 -0
  176. package/src/_generated/types/FacilityContact.js +6 -0
  177. package/src/_generated/types/FacilityContactType.d.ts +5 -0
  178. package/src/_generated/types/FacilityContactType.js +6 -0
  179. package/src/_generated/types/FacilityContactsResponse.d.ts +16 -0
  180. package/src/_generated/types/FacilityContactsResponse.js +6 -0
  181. package/src/_generated/types/FacilityDailyPricingEntry.d.ts +21 -0
  182. package/src/_generated/types/FacilityDailyPricingEntry.js +6 -0
  183. package/src/_generated/types/FacilityDetailRoute.d.ts +5 -0
  184. package/src/_generated/types/FacilityDetailRoute.js +6 -0
  185. package/src/_generated/types/FacilityDetailsProductConfig.d.ts +28 -0
  186. package/src/_generated/types/FacilityDetailsProductConfig.js +6 -0
  187. package/src/_generated/types/FacilityDocument.d.ts +36 -0
  188. package/src/_generated/types/FacilityDocument.js +6 -0
  189. package/src/_generated/types/FacilityDocumentsResponse.d.ts +16 -0
  190. package/src/_generated/types/FacilityDocumentsResponse.js +6 -0
  191. package/src/_generated/types/FacilityFeature.d.ts +5 -0
  192. package/src/_generated/types/FacilityFeature.js +6 -0
  193. package/src/_generated/types/FacilityFilters.d.ts +32 -0
  194. package/src/_generated/types/FacilityFilters.js +6 -0
  195. package/src/_generated/types/FacilityFiltersBase.d.ts +54 -0
  196. package/src/_generated/types/FacilityFiltersBase.js +6 -0
  197. package/src/_generated/types/FacilityFiltersType.d.ts +5 -0
  198. package/src/_generated/types/FacilityFiltersType.js +6 -0
  199. package/src/_generated/types/FacilityFootprint.d.ts +46 -0
  200. package/src/_generated/types/FacilityFootprint.js +6 -0
  201. package/src/_generated/types/FacilityFootprintResponse.d.ts +16 -0
  202. package/src/_generated/types/FacilityFootprintResponse.js +6 -0
  203. package/src/_generated/types/FacilityImage.d.ts +36 -0
  204. package/src/_generated/types/FacilityImage.js +6 -0
  205. package/src/_generated/types/FacilityImagesResponse.d.ts +16 -0
  206. package/src/_generated/types/FacilityImagesResponse.js +6 -0
  207. package/src/_generated/types/FacilityLoan.d.ts +46 -0
  208. package/src/_generated/types/FacilityLoan.js +6 -0
  209. package/src/_generated/types/FacilityLoansResponse.d.ts +16 -0
  210. package/src/_generated/types/FacilityLoansResponse.js +6 -0
  211. package/src/_generated/types/FacilityNote.d.ts +50 -0
  212. package/src/_generated/types/FacilityNote.js +6 -0
  213. package/src/_generated/types/FacilityNotesResponse.d.ts +16 -0
  214. package/src/_generated/types/FacilityNotesResponse.js +6 -0
  215. package/src/_generated/types/FacilityOverview.d.ts +99 -0
  216. package/src/_generated/types/FacilityOverview.js +6 -0
  217. package/src/_generated/types/FacilityOverviewResponse.d.ts +16 -0
  218. package/src/_generated/types/FacilityOverviewResponse.js +6 -0
  219. package/src/_generated/types/FacilityOverviewType.d.ts +5 -0
  220. package/src/_generated/types/FacilityOverviewType.js +6 -0
  221. package/src/_generated/types/FacilityParcel.d.ts +34 -0
  222. package/src/_generated/types/FacilityParcel.js +6 -0
  223. package/src/_generated/types/FacilityParcelsResponse.d.ts +16 -0
  224. package/src/_generated/types/FacilityParcelsResponse.js +6 -0
  225. package/src/_generated/types/FacilityPricingDailyProductConfig.d.ts +28 -0
  226. package/src/_generated/types/FacilityPricingDailyProductConfig.js +6 -0
  227. package/src/_generated/types/FacilityPricingDailyRequest.d.ts +35 -0
  228. package/src/_generated/types/FacilityPricingDailyRequest.js +6 -0
  229. package/src/_generated/types/FacilityPricingDailyResponse.d.ts +33 -0
  230. package/src/_generated/types/FacilityPricingDailyResponse.js +6 -0
  231. package/src/_generated/types/FacilityPricingHistoricalProductConfig.d.ts +28 -0
  232. package/src/_generated/types/FacilityPricingHistoricalProductConfig.js +6 -0
  233. package/src/_generated/types/FacilityPricingHistoricalRequest.d.ts +34 -0
  234. package/src/_generated/types/FacilityPricingHistoricalRequest.js +6 -0
  235. package/src/_generated/types/FacilityPricingHistoricalResponse.d.ts +33 -0
  236. package/src/_generated/types/FacilityPricingHistoricalResponse.js +6 -0
  237. package/src/_generated/types/FacilitySale.d.ts +28 -0
  238. package/src/_generated/types/FacilitySale.js +6 -0
  239. package/src/_generated/types/FacilitySalesResponse.d.ts +16 -0
  240. package/src/_generated/types/FacilitySalesResponse.js +6 -0
  241. package/src/_generated/types/FacilityTax.d.ts +56 -0
  242. package/src/_generated/types/FacilityTax.js +6 -0
  243. package/src/_generated/types/FacilityTaxesResponse.d.ts +16 -0
  244. package/src/_generated/types/FacilityTaxesResponse.js +6 -0
  245. package/src/_generated/types/FloorFeature.d.ts +5 -0
  246. package/src/_generated/types/FloorFeature.js +6 -0
  247. package/src/_generated/types/ForbiddenError.d.ts +20 -0
  248. package/src/_generated/types/ForbiddenError.js +6 -0
  249. package/src/_generated/types/Geography.d.ts +124 -0
  250. package/src/_generated/types/Geography.js +6 -0
  251. package/src/_generated/types/GeographyBase.d.ts +16 -0
  252. package/src/_generated/types/GeographyBase.js +6 -0
  253. package/src/_generated/types/GeographyConfig.d.ts +36 -0
  254. package/src/_generated/types/GeographyConfig.js +6 -0
  255. package/src/_generated/types/GeographyType.d.ts +5 -0
  256. package/src/_generated/types/GeographyType.js +6 -0
  257. package/src/_generated/types/GetCurrentUsage.d.ts +54 -0
  258. package/src/_generated/types/GetCurrentUsage.js +6 -0
  259. package/src/_generated/types/GetDailyFacilityPricing.d.ts +84 -0
  260. package/src/_generated/types/GetDailyFacilityPricing.js +6 -0
  261. package/src/_generated/types/GetDailyMarketPricing.d.ts +78 -0
  262. package/src/_generated/types/GetDailyMarketPricing.js +6 -0
  263. package/src/_generated/types/GetDemographics.d.ts +72 -0
  264. package/src/_generated/types/GetDemographics.js +6 -0
  265. package/src/_generated/types/GetDemographicsAvailability.d.ts +72 -0
  266. package/src/_generated/types/GetDemographicsAvailability.js +6 -0
  267. package/src/_generated/types/GetDemographicsBlockGroups.d.ts +72 -0
  268. package/src/_generated/types/GetDemographicsBlockGroups.js +6 -0
  269. package/src/_generated/types/GetEmployment.d.ts +72 -0
  270. package/src/_generated/types/GetEmployment.js +6 -0
  271. package/src/_generated/types/GetFacilityContacts.d.ts +78 -0
  272. package/src/_generated/types/GetFacilityContacts.js +6 -0
  273. package/src/_generated/types/GetFacilityDocuments.d.ts +78 -0
  274. package/src/_generated/types/GetFacilityDocuments.js +6 -0
  275. package/src/_generated/types/GetFacilityFootprint.d.ts +78 -0
  276. package/src/_generated/types/GetFacilityFootprint.js +6 -0
  277. package/src/_generated/types/GetFacilityImages.d.ts +84 -0
  278. package/src/_generated/types/GetFacilityImages.js +6 -0
  279. package/src/_generated/types/GetFacilityLoans.d.ts +78 -0
  280. package/src/_generated/types/GetFacilityLoans.js +6 -0
  281. package/src/_generated/types/GetFacilityNotes.d.ts +78 -0
  282. package/src/_generated/types/GetFacilityNotes.js +6 -0
  283. package/src/_generated/types/GetFacilityOverview.d.ts +78 -0
  284. package/src/_generated/types/GetFacilityOverview.js +6 -0
  285. package/src/_generated/types/GetFacilityParcels.d.ts +78 -0
  286. package/src/_generated/types/GetFacilityParcels.js +6 -0
  287. package/src/_generated/types/GetFacilitySales.d.ts +78 -0
  288. package/src/_generated/types/GetFacilitySales.js +6 -0
  289. package/src/_generated/types/GetFacilityTaxes.d.ts +78 -0
  290. package/src/_generated/types/GetFacilityTaxes.js +6 -0
  291. package/src/_generated/types/GetHistoricalFacilityPricing.d.ts +84 -0
  292. package/src/_generated/types/GetHistoricalFacilityPricing.js +6 -0
  293. package/src/_generated/types/GetHistoricalMarketPricing.d.ts +78 -0
  294. package/src/_generated/types/GetHistoricalMarketPricing.js +6 -0
  295. package/src/_generated/types/GetREITOccupancy.d.ts +72 -0
  296. package/src/_generated/types/GetREITOccupancy.js +6 -0
  297. package/src/_generated/types/GetREITOccupancyWeighted.d.ts +72 -0
  298. package/src/_generated/types/GetREITOccupancyWeighted.js +6 -0
  299. package/src/_generated/types/GetSupply.d.ts +72 -0
  300. package/src/_generated/types/GetSupply.js +6 -0
  301. package/src/_generated/types/GetUsagePolicy.d.ts +54 -0
  302. package/src/_generated/types/GetUsagePolicy.js +6 -0
  303. package/src/_generated/types/InternalError.d.ts +20 -0
  304. package/src/_generated/types/InternalError.js +6 -0
  305. package/src/_generated/types/InvalidCursorError.d.ts +20 -0
  306. package/src/_generated/types/InvalidCursorError.js +6 -0
  307. package/src/_generated/types/Last12MonthsTimeframe.d.ts +24 -0
  308. package/src/_generated/types/Last12MonthsTimeframe.js +6 -0
  309. package/src/_generated/types/Last24MonthsTimeframe.d.ts +24 -0
  310. package/src/_generated/types/Last24MonthsTimeframe.js +6 -0
  311. package/src/_generated/types/Last30DaysTimeframe.d.ts +24 -0
  312. package/src/_generated/types/Last30DaysTimeframe.js +6 -0
  313. package/src/_generated/types/LatLng.d.ts +21 -0
  314. package/src/_generated/types/LatLng.js +6 -0
  315. package/src/_generated/types/LatLngCoordinates.d.ts +26 -0
  316. package/src/_generated/types/LatLngCoordinates.js +6 -0
  317. package/src/_generated/types/LatLngDriveTime.d.ts +27 -0
  318. package/src/_generated/types/LatLngDriveTime.js +6 -0
  319. package/src/_generated/types/LatLngRadius.d.ts +27 -0
  320. package/src/_generated/types/LatLngRadius.js +6 -0
  321. package/src/_generated/types/Location.d.ts +22 -0
  322. package/src/_generated/types/Location.js +6 -0
  323. package/src/_generated/types/MarketAggregatePricing.d.ts +56 -0
  324. package/src/_generated/types/MarketAggregatePricing.js +6 -0
  325. package/src/_generated/types/MarketPricingDailyProductConfig.d.ts +34 -0
  326. package/src/_generated/types/MarketPricingDailyProductConfig.js +6 -0
  327. package/src/_generated/types/MarketPricingDailyRequest.d.ts +32 -0
  328. package/src/_generated/types/MarketPricingDailyRequest.js +6 -0
  329. package/src/_generated/types/MarketPricingDailyResponse.d.ts +33 -0
  330. package/src/_generated/types/MarketPricingDailyResponse.js +6 -0
  331. package/src/_generated/types/MarketPricingGeography.d.ts +109 -0
  332. package/src/_generated/types/MarketPricingGeography.js +6 -0
  333. package/src/_generated/types/MarketPricingGeographyConfig.d.ts +36 -0
  334. package/src/_generated/types/MarketPricingGeographyConfig.js +6 -0
  335. package/src/_generated/types/MarketPricingGeographyType.d.ts +5 -0
  336. package/src/_generated/types/MarketPricingGeographyType.js +6 -0
  337. package/src/_generated/types/MarketPricingHistoricalProductConfig.d.ts +34 -0
  338. package/src/_generated/types/MarketPricingHistoricalProductConfig.js +6 -0
  339. package/src/_generated/types/MarketPricingHistoricalRequest.d.ts +31 -0
  340. package/src/_generated/types/MarketPricingHistoricalRequest.js +6 -0
  341. package/src/_generated/types/MarketPricingHistoricalResponse.d.ts +33 -0
  342. package/src/_generated/types/MarketPricingHistoricalResponse.js +6 -0
  343. package/src/_generated/types/MarketPricingResponseData.d.ts +16 -0
  344. package/src/_generated/types/MarketPricingResponseData.js +6 -0
  345. package/src/_generated/types/MonthlyTimeframe.d.ts +24 -0
  346. package/src/_generated/types/MonthlyTimeframe.js +6 -0
  347. package/src/_generated/types/NotFoundError.d.ts +20 -0
  348. package/src/_generated/types/NotFoundError.js +6 -0
  349. package/src/_generated/types/NotImplementedError.d.ts +20 -0
  350. package/src/_generated/types/NotImplementedError.js +6 -0
  351. package/src/_generated/types/PaginationRequest.d.ts +24 -0
  352. package/src/_generated/types/PaginationRequest.js +6 -0
  353. package/src/_generated/types/PaginationResponse.d.ts +34 -0
  354. package/src/_generated/types/PaginationResponse.js +6 -0
  355. package/src/_generated/types/Polygon.d.ts +21 -0
  356. package/src/_generated/types/Polygon.js +6 -0
  357. package/src/_generated/types/PricingAggregateUnitFilters.d.ts +26 -0
  358. package/src/_generated/types/PricingAggregateUnitFilters.js +6 -0
  359. package/src/_generated/types/PricingAggregateUnitFiltersConfig.d.ts +16 -0
  360. package/src/_generated/types/PricingAggregateUnitFiltersConfig.js +6 -0
  361. package/src/_generated/types/PricingAggregateUnitFiltersType.d.ts +5 -0
  362. package/src/_generated/types/PricingAggregateUnitFiltersType.js +6 -0
  363. package/src/_generated/types/PricingAvailability.d.ts +5 -0
  364. package/src/_generated/types/PricingAvailability.js +6 -0
  365. package/src/_generated/types/PricingDailyUnitFilters.d.ts +26 -0
  366. package/src/_generated/types/PricingDailyUnitFilters.js +6 -0
  367. package/src/_generated/types/PricingDailyUnitFiltersConfig.d.ts +16 -0
  368. package/src/_generated/types/PricingDailyUnitFiltersConfig.js +6 -0
  369. package/src/_generated/types/PricingDailyUnitFiltersType.d.ts +5 -0
  370. package/src/_generated/types/PricingDailyUnitFiltersType.js +6 -0
  371. package/src/_generated/types/PricingType.d.ts +5 -0
  372. package/src/_generated/types/PricingType.js +6 -0
  373. package/src/_generated/types/ProAggregateUnitFilters.d.ts +32 -0
  374. package/src/_generated/types/ProAggregateUnitFilters.js +6 -0
  375. package/src/_generated/types/ProDailyUnitFilters.d.ts +23 -0
  376. package/src/_generated/types/ProDailyUnitFilters.js +6 -0
  377. package/src/_generated/types/ProFacilityFilters.d.ts +16 -0
  378. package/src/_generated/types/ProFacilityFilters.js +6 -0
  379. package/src/_generated/types/ProSupplyFacilityFilters.d.ts +16 -0
  380. package/src/_generated/types/ProSupplyFacilityFilters.js +6 -0
  381. package/src/_generated/types/ProductConfig.d.ts +57 -0
  382. package/src/_generated/types/ProductConfig.js +6 -0
  383. package/src/_generated/types/ProductUsage.d.ts +32 -0
  384. package/src/_generated/types/ProductUsage.js +6 -0
  385. package/src/_generated/types/QuarterlyTimeframe.d.ts +24 -0
  386. package/src/_generated/types/QuarterlyTimeframe.js +6 -0
  387. package/src/_generated/types/QuotaConfig.d.ts +20 -0
  388. package/src/_generated/types/QuotaConfig.js +6 -0
  389. package/src/_generated/types/QuotaExceededError.d.ts +38 -0
  390. package/src/_generated/types/QuotaExceededError.js +6 -0
  391. package/src/_generated/types/REITOccupancyData.d.ts +30 -0
  392. package/src/_generated/types/REITOccupancyData.js +6 -0
  393. package/src/_generated/types/REITOccupancyRequest.d.ts +26 -0
  394. package/src/_generated/types/REITOccupancyRequest.js +6 -0
  395. package/src/_generated/types/REITOccupancyResponse.d.ts +22 -0
  396. package/src/_generated/types/REITOccupancyResponse.js +6 -0
  397. package/src/_generated/types/REITOccupancyResponseData.d.ts +16 -0
  398. package/src/_generated/types/REITOccupancyResponseData.js +6 -0
  399. package/src/_generated/types/REITTimeframe.d.ts +30 -0
  400. package/src/_generated/types/REITTimeframe.js +6 -0
  401. package/src/_generated/types/RateLimitedError.d.ts +26 -0
  402. package/src/_generated/types/RateLimitedError.js +6 -0
  403. package/src/_generated/types/RollupType.d.ts +5 -0
  404. package/src/_generated/types/RollupType.js +6 -0
  405. package/src/_generated/types/SearchFacilities.d.ts +72 -0
  406. package/src/_generated/types/SearchFacilities.js +6 -0
  407. package/src/_generated/types/SearchGeography.d.ts +109 -0
  408. package/src/_generated/types/SearchGeography.js +6 -0
  409. package/src/_generated/types/SearchGeographyConfig.d.ts +36 -0
  410. package/src/_generated/types/SearchGeographyConfig.js +6 -0
  411. package/src/_generated/types/SearchGeographyType.d.ts +5 -0
  412. package/src/_generated/types/SearchGeographyType.js +6 -0
  413. package/src/_generated/types/SearchProductConfig.d.ts +34 -0
  414. package/src/_generated/types/SearchProductConfig.js +6 -0
  415. package/src/_generated/types/SearchUnitFilters.d.ts +26 -0
  416. package/src/_generated/types/SearchUnitFilters.js +6 -0
  417. package/src/_generated/types/SearchUnitFiltersConfig.d.ts +16 -0
  418. package/src/_generated/types/SearchUnitFiltersConfig.js +6 -0
  419. package/src/_generated/types/SearchUnitFiltersType.d.ts +5 -0
  420. package/src/_generated/types/SearchUnitFiltersType.js +6 -0
  421. package/src/_generated/types/SqftRange.d.ts +22 -0
  422. package/src/_generated/types/SqftRange.js +6 -0
  423. package/src/_generated/types/SupplyFacilityFilters.d.ts +32 -0
  424. package/src/_generated/types/SupplyFacilityFilters.js +6 -0
  425. package/src/_generated/types/SupplyFacilityFiltersBase.d.ts +47 -0
  426. package/src/_generated/types/SupplyFacilityFiltersBase.js +6 -0
  427. package/src/_generated/types/SupplyGeography.d.ts +103 -0
  428. package/src/_generated/types/SupplyGeography.js +6 -0
  429. package/src/_generated/types/SupplyGeographyConfig.d.ts +36 -0
  430. package/src/_generated/types/SupplyGeographyConfig.js +6 -0
  431. package/src/_generated/types/SupplyGeographyType.d.ts +5 -0
  432. package/src/_generated/types/SupplyGeographyType.js +6 -0
  433. package/src/_generated/types/SupplyProductConfig.d.ts +40 -0
  434. package/src/_generated/types/SupplyProductConfig.js +6 -0
  435. package/src/_generated/types/SupplyRequest.d.ts +37 -0
  436. package/src/_generated/types/SupplyRequest.js +6 -0
  437. package/src/_generated/types/SupplyResponse.d.ts +22 -0
  438. package/src/_generated/types/SupplyResponse.js +6 -0
  439. package/src/_generated/types/SupplyResponseData.d.ts +16 -0
  440. package/src/_generated/types/SupplyResponseData.js +6 -0
  441. package/src/_generated/types/SupplyTimeframe.d.ts +20 -0
  442. package/src/_generated/types/SupplyTimeframe.js +6 -0
  443. package/src/_generated/types/SupplyUnitFilters.d.ts +26 -0
  444. package/src/_generated/types/SupplyUnitFilters.js +6 -0
  445. package/src/_generated/types/SupplyUnitFiltersConfig.d.ts +16 -0
  446. package/src/_generated/types/SupplyUnitFiltersConfig.js +6 -0
  447. package/src/_generated/types/SupplyUnitFiltersType.d.ts +5 -0
  448. package/src/_generated/types/SupplyUnitFiltersType.js +6 -0
  449. package/src/_generated/types/SurfaceType.d.ts +5 -0
  450. package/src/_generated/types/SurfaceType.js +6 -0
  451. package/src/_generated/types/Tier.d.ts +5 -0
  452. package/src/_generated/types/Tier.js +6 -0
  453. package/src/_generated/types/Timeframe.d.ts +61 -0
  454. package/src/_generated/types/Timeframe.js +6 -0
  455. package/src/_generated/types/TimeframeConfig.d.ts +62 -0
  456. package/src/_generated/types/TimeframeConfig.js +6 -0
  457. package/src/_generated/types/USREITGeography.d.ts +32 -0
  458. package/src/_generated/types/USREITGeography.js +6 -0
  459. package/src/_generated/types/UnauthorizedError.d.ts +20 -0
  460. package/src/_generated/types/UnauthorizedError.js +6 -0
  461. package/src/_generated/types/Unit.d.ts +29 -0
  462. package/src/_generated/types/Unit.js +6 -0
  463. package/src/_generated/types/UnitClassFeature.d.ts +5 -0
  464. package/src/_generated/types/UnitClassFeature.js +6 -0
  465. package/src/_generated/types/UnitFeature.d.ts +18 -0
  466. package/src/_generated/types/UnitFeature.js +6 -0
  467. package/src/_generated/types/UnitFilters.d.ts +38 -0
  468. package/src/_generated/types/UnitFilters.js +6 -0
  469. package/src/_generated/types/UnitFiltersCommon.d.ts +23 -0
  470. package/src/_generated/types/UnitFiltersCommon.js +6 -0
  471. package/src/_generated/types/UnitFiltersType.d.ts +5 -0
  472. package/src/_generated/types/UnitFiltersType.js +6 -0
  473. package/src/_generated/types/UnitStatus.d.ts +5 -0
  474. package/src/_generated/types/UnitStatus.js +6 -0
  475. package/src/_generated/types/UnitStyleFeature.d.ts +5 -0
  476. package/src/_generated/types/UnitStyleFeature.js +6 -0
  477. package/src/_generated/types/UnitTypeFeature.d.ts +5 -0
  478. package/src/_generated/types/UnitTypeFeature.js +6 -0
  479. package/src/_generated/types/UnitUtility.d.ts +5 -0
  480. package/src/_generated/types/UnitUtility.js +6 -0
  481. package/src/_generated/types/UsAddress.d.ts +21 -0
  482. package/src/_generated/types/UsAddress.js +6 -0
  483. package/src/_generated/types/UsAddressDriveTime.d.ts +27 -0
  484. package/src/_generated/types/UsAddressDriveTime.js +6 -0
  485. package/src/_generated/types/UsAddressRadius.d.ts +27 -0
  486. package/src/_generated/types/UsAddressRadius.js +6 -0
  487. package/src/_generated/types/UsCbsa.d.ts +21 -0
  488. package/src/_generated/types/UsCbsa.js +6 -0
  489. package/src/_generated/types/UsCensusBlockGroup.d.ts +21 -0
  490. package/src/_generated/types/UsCensusBlockGroup.js +6 -0
  491. package/src/_generated/types/UsCensusDemographics.d.ts +120 -0
  492. package/src/_generated/types/UsCensusDemographics.js +6 -0
  493. package/src/_generated/types/UsCensusTract.d.ts +21 -0
  494. package/src/_generated/types/UsCensusTract.js +6 -0
  495. package/src/_generated/types/UsCity.d.ts +27 -0
  496. package/src/_generated/types/UsCity.js +6 -0
  497. package/src/_generated/types/UsCounty.d.ts +27 -0
  498. package/src/_generated/types/UsCounty.js +6 -0
  499. package/src/_generated/types/UsEsriDemographics.d.ts +81 -0
  500. package/src/_generated/types/UsEsriDemographics.js +6 -0
  501. package/src/_generated/types/UsEsriForecast.d.ts +58 -0
  502. package/src/_generated/types/UsEsriForecast.js +6 -0
  503. package/src/_generated/types/UsRegion.d.ts +21 -0
  504. package/src/_generated/types/UsRegion.js +6 -0
  505. package/src/_generated/types/UsState.d.ts +21 -0
  506. package/src/_generated/types/UsState.js +6 -0
  507. package/src/_generated/types/UsStructuredAddress.d.ts +45 -0
  508. package/src/_generated/types/UsStructuredAddress.js +6 -0
  509. package/src/_generated/types/UsStructuredAddressDriveTime.d.ts +27 -0
  510. package/src/_generated/types/UsStructuredAddressDriveTime.js +6 -0
  511. package/src/_generated/types/UsStructuredAddressRadius.d.ts +27 -0
  512. package/src/_generated/types/UsStructuredAddressRadius.js +6 -0
  513. package/src/_generated/types/UsStructuredAddressValue.d.ts +40 -0
  514. package/src/_generated/types/UsStructuredAddressValue.js +6 -0
  515. package/src/_generated/types/UsSupplyEntry.d.ts +29 -0
  516. package/src/_generated/types/UsSupplyEntry.js +6 -0
  517. package/src/_generated/types/UsSupplyMeasures.d.ts +26 -0
  518. package/src/_generated/types/UsSupplyMeasures.js +6 -0
  519. package/src/_generated/types/UsSupplyMetrics.d.ts +65 -0
  520. package/src/_generated/types/UsSupplyMetrics.js +6 -0
  521. package/src/_generated/types/UsZipcode.d.ts +21 -0
  522. package/src/_generated/types/UsZipcode.js +6 -0
  523. package/src/_generated/types/UsageCycle.d.ts +23 -0
  524. package/src/_generated/types/UsageCycle.js +6 -0
  525. package/src/_generated/types/UsagePolicyResponse.d.ts +70 -0
  526. package/src/_generated/types/UsagePolicyResponse.js +6 -0
  527. package/src/_generated/types/ValidationError.d.ts +28 -0
  528. package/src/_generated/types/ValidationError.js +6 -0
  529. package/src/_generated/types/WarningCode.d.ts +5 -0
  530. package/src/_generated/types/WarningCode.js +6 -0
  531. package/src/_generated/types/WarningResponse.d.ts +21 -0
  532. package/src/_generated/types/WarningResponse.js +6 -0
  533. package/src/_generated/types/WeeklyTimeframe.d.ts +24 -0
  534. package/src/_generated/types/WeeklyTimeframe.js +6 -0
  535. package/src/_generated/types/YearlyTimeframe.d.ts +24 -0
  536. package/src/_generated/types/YearlyTimeframe.js +6 -0
  537. package/src/_generated/types/index.d.ts +245 -0
  538. package/src/_generated/types/index.js +2 -0
  539. package/src/_generated/zod/REITOccupancyDataSchema.d.ts +10 -0
  540. package/src/_generated/zod/REITOccupancyDataSchema.js +46 -0
  541. package/src/_generated/zod/REITOccupancyRequestSchema.d.ts +60 -0
  542. package/src/_generated/zod/REITOccupancyRequestSchema.js +48 -0
  543. package/src/_generated/zod/REITOccupancyResponseDataSchema.d.ts +12 -0
  544. package/src/_generated/zod/REITOccupancyResponseDataSchema.js +45 -0
  545. package/src/_generated/zod/REITOccupancyResponseSchema.d.ts +69 -0
  546. package/src/_generated/zod/REITOccupancyResponseSchema.js +47 -0
  547. package/src/_generated/zod/REITTimeframeSchema.d.ts +27 -0
  548. package/src/_generated/zod/REITTimeframeSchema.js +54 -0
  549. package/src/_generated/zod/USREITGeographySchema.d.ts +35 -0
  550. package/src/_generated/zod/USREITGeographySchema.js +57 -0
  551. package/src/_generated/zod/accessAreaFeatureSchema.d.ts +10 -0
  552. package/src/_generated/zod/accessAreaFeatureSchema.js +42 -0
  553. package/src/_generated/zod/accessTypeFeatureSchema.d.ts +12 -0
  554. package/src/_generated/zod/accessTypeFeatureSchema.js +42 -0
  555. package/src/_generated/zod/aggregatePriceEntrySchema.d.ts +14 -0
  556. package/src/_generated/zod/aggregatePriceEntrySchema.js +48 -0
  557. package/src/_generated/zod/aggregatePricingSchema.d.ts +89 -0
  558. package/src/_generated/zod/aggregatePricingSchema.js +52 -0
  559. package/src/_generated/zod/aggregateUnitFiltersBaseSchema.d.ts +86 -0
  560. package/src/_generated/zod/aggregateUnitFiltersBaseSchema.js +48 -0
  561. package/src/_generated/zod/aggregateUnitFiltersConfigSchema.d.ts +11 -0
  562. package/src/_generated/zod/aggregateUnitFiltersConfigSchema.js +45 -0
  563. package/src/_generated/zod/aggregateUnitFiltersSchema.d.ts +186 -0
  564. package/src/_generated/zod/aggregateUnitFiltersSchema.js +53 -0
  565. package/src/_generated/zod/aggregateUnitFiltersTypeSchema.d.ts +9 -0
  566. package/src/_generated/zod/aggregateUnitFiltersTypeSchema.js +42 -0
  567. package/src/_generated/zod/badRequestErrorSchema.d.ts +27 -0
  568. package/src/_generated/zod/badRequestErrorSchema.js +46 -0
  569. package/src/_generated/zod/baseDemographicsSchema.d.ts +218 -0
  570. package/src/_generated/zod/baseDemographicsSchema.js +48 -0
  571. package/src/_generated/zod/basicAggregateUnitFiltersSchema.d.ts +90 -0
  572. package/src/_generated/zod/basicAggregateUnitFiltersSchema.js +45 -0
  573. package/src/_generated/zod/basicDailyUnitFiltersSchema.d.ts +90 -0
  574. package/src/_generated/zod/basicDailyUnitFiltersSchema.js +45 -0
  575. package/src/_generated/zod/basicFacilityFiltersSchema.d.ts +44 -0
  576. package/src/_generated/zod/basicFacilityFiltersSchema.js +45 -0
  577. package/src/_generated/zod/basicSupplyFacilityFiltersSchema.d.ts +28 -0
  578. package/src/_generated/zod/basicSupplyFacilityFiltersSchema.js +45 -0
  579. package/src/_generated/zod/centroidGeographyTypeSchema.d.ts +13 -0
  580. package/src/_generated/zod/centroidGeographyTypeSchema.js +42 -0
  581. package/src/_generated/zod/climateTypeFeatureSchema.d.ts +11 -0
  582. package/src/_generated/zod/climateTypeFeatureSchema.js +42 -0
  583. package/src/_generated/zod/countrySchema.d.ts +11 -0
  584. package/src/_generated/zod/countrySchema.js +45 -0
  585. package/src/_generated/zod/currentUsageResponseSchema.d.ts +66 -0
  586. package/src/_generated/zod/currentUsageResponseSchema.js +56 -0
  587. package/src/_generated/zod/cursorExpiredErrorSchema.d.ts +27 -0
  588. package/src/_generated/zod/cursorExpiredErrorSchema.js +46 -0
  589. package/src/_generated/zod/cycleWindowSchema.d.ts +9 -0
  590. package/src/_generated/zod/cycleWindowSchema.js +45 -0
  591. package/src/_generated/zod/dailyPriceEntrySchema.d.ts +12 -0
  592. package/src/_generated/zod/dailyPriceEntrySchema.js +46 -0
  593. package/src/_generated/zod/dailyPricingSchema.d.ts +92 -0
  594. package/src/_generated/zod/dailyPricingSchema.js +55 -0
  595. package/src/_generated/zod/dailyTimeframeConfigSchema.d.ts +13 -0
  596. package/src/_generated/zod/dailyTimeframeConfigSchema.js +47 -0
  597. package/src/_generated/zod/dailyTimeframeSchema.d.ts +11 -0
  598. package/src/_generated/zod/dailyTimeframeSchema.js +45 -0
  599. package/src/_generated/zod/dailyUnitFiltersBaseSchema.d.ts +86 -0
  600. package/src/_generated/zod/dailyUnitFiltersBaseSchema.js +48 -0
  601. package/src/_generated/zod/dailyUnitFiltersConfigSchema.d.ts +11 -0
  602. package/src/_generated/zod/dailyUnitFiltersConfigSchema.js +45 -0
  603. package/src/_generated/zod/dailyUnitFiltersSchema.d.ts +188 -0
  604. package/src/_generated/zod/dailyUnitFiltersSchema.js +53 -0
  605. package/src/_generated/zod/dailyUnitFiltersTypeSchema.d.ts +9 -0
  606. package/src/_generated/zod/dailyUnitFiltersTypeSchema.js +42 -0
  607. package/src/_generated/zod/dataSourceSchema.d.ts +9 -0
  608. package/src/_generated/zod/dataSourceSchema.js +42 -0
  609. package/src/_generated/zod/demographicsAvailabilityRequestSchema.d.ts +213 -0
  610. package/src/_generated/zod/demographicsAvailabilityRequestSchema.js +45 -0
  611. package/src/_generated/zod/demographicsAvailabilityResponseDataSchema.d.ts +14 -0
  612. package/src/_generated/zod/demographicsAvailabilityResponseDataSchema.js +45 -0
  613. package/src/_generated/zod/demographicsAvailabilityResponseSchema.d.ts +224 -0
  614. package/src/_generated/zod/demographicsAvailabilityResponseSchema.js +47 -0
  615. package/src/_generated/zod/demographicsAvailabilitySchema.d.ts +12 -0
  616. package/src/_generated/zod/demographicsAvailabilitySchema.js +46 -0
  617. package/src/_generated/zod/demographicsBlockGroupsResponseDataSchema.d.ts +491 -0
  618. package/src/_generated/zod/demographicsBlockGroupsResponseDataSchema.js +45 -0
  619. package/src/_generated/zod/demographicsBlockGroupsResponseSchema.d.ts +706 -0
  620. package/src/_generated/zod/demographicsBlockGroupsResponseSchema.js +47 -0
  621. package/src/_generated/zod/demographicsGeographyConfigSchema.d.ts +28 -0
  622. package/src/_generated/zod/demographicsGeographyConfigSchema.js +49 -0
  623. package/src/_generated/zod/demographicsGeographySchema.d.ts +211 -0
  624. package/src/_generated/zod/demographicsGeographySchema.js +105 -0
  625. package/src/_generated/zod/demographicsGeographyTypeSchema.d.ts +22 -0
  626. package/src/_generated/zod/demographicsGeographyTypeSchema.js +42 -0
  627. package/src/_generated/zod/demographicsProductConfigSchema.d.ts +34 -0
  628. package/src/_generated/zod/demographicsProductConfigSchema.js +47 -0
  629. package/src/_generated/zod/demographicsRequestSchema.d.ts +218 -0
  630. package/src/_generated/zod/demographicsRequestSchema.js +48 -0
  631. package/src/_generated/zod/demographicsResponseDataSchema.d.ts +491 -0
  632. package/src/_generated/zod/demographicsResponseDataSchema.js +45 -0
  633. package/src/_generated/zod/demographicsResponseSchema.d.ts +706 -0
  634. package/src/_generated/zod/demographicsResponseSchema.js +47 -0
  635. package/src/_generated/zod/demographicsSchema.d.ts +489 -0
  636. package/src/_generated/zod/demographicsSchema.js +51 -0
  637. package/src/_generated/zod/demographicsTypeSchema.d.ts +9 -0
  638. package/src/_generated/zod/demographicsTypeSchema.js +42 -0
  639. package/src/_generated/zod/developmentStatusSchema.d.ts +17 -0
  640. package/src/_generated/zod/developmentStatusSchema.js +42 -0
  641. package/src/_generated/zod/distanceSchema.d.ts +13 -0
  642. package/src/_generated/zod/distanceSchema.js +46 -0
  643. package/src/_generated/zod/distanceUnitSchema.d.ts +10 -0
  644. package/src/_generated/zod/distanceUnitSchema.js +42 -0
  645. package/src/_generated/zod/doorTypeFeatureSchema.d.ts +14 -0
  646. package/src/_generated/zod/doorTypeFeatureSchema.js +42 -0
  647. package/src/_generated/zod/employmentDataPointSchema.d.ts +9 -0
  648. package/src/_generated/zod/employmentDataPointSchema.js +45 -0
  649. package/src/_generated/zod/employmentGeographySchema.d.ts +26 -0
  650. package/src/_generated/zod/employmentGeographySchema.js +53 -0
  651. package/src/_generated/zod/employmentRequestSchema.d.ts +59 -0
  652. package/src/_generated/zod/employmentRequestSchema.js +47 -0
  653. package/src/_generated/zod/employmentResponseDataSchema.d.ts +11 -0
  654. package/src/_generated/zod/employmentResponseDataSchema.js +45 -0
  655. package/src/_generated/zod/employmentResponseSchema.d.ts +67 -0
  656. package/src/_generated/zod/employmentResponseSchema.js +47 -0
  657. package/src/_generated/zod/employmentTimeframeSchema.d.ts +36 -0
  658. package/src/_generated/zod/employmentTimeframeSchema.js +58 -0
  659. package/src/_generated/zod/enterpriseFacilityFiltersSchema.d.ts +48 -0
  660. package/src/_generated/zod/enterpriseFacilityFiltersSchema.js +47 -0
  661. package/src/_generated/zod/enterpriseSupplyFacilityFiltersSchema.d.ts +32 -0
  662. package/src/_generated/zod/enterpriseSupplyFacilityFiltersSchema.js +47 -0
  663. package/src/_generated/zod/errorCodeSchema.d.ts +18 -0
  664. package/src/_generated/zod/errorCodeSchema.js +42 -0
  665. package/src/_generated/zod/errorDetailBaseSchema.d.ts +22 -0
  666. package/src/_generated/zod/errorDetailBaseSchema.js +47 -0
  667. package/src/_generated/zod/errorDetailSchema.d.ts +289 -0
  668. package/src/_generated/zod/errorDetailSchema.js +87 -0
  669. package/src/_generated/zod/errorResponseSchema.d.ts +291 -0
  670. package/src/_generated/zod/errorResponseSchema.js +45 -0
  671. package/src/_generated/zod/facilitiesSearchRequestSchema.d.ts +542 -0
  672. package/src/_generated/zod/facilitiesSearchRequestSchema.js +51 -0
  673. package/src/_generated/zod/facilitiesSearchResponseDataSchema.d.ts +58 -0
  674. package/src/_generated/zod/facilitiesSearchResponseDataSchema.js +45 -0
  675. package/src/_generated/zod/facilitiesSearchResponseSchema.d.ts +609 -0
  676. package/src/_generated/zod/facilitiesSearchResponseSchema.js +51 -0
  677. package/src/_generated/zod/facilityAggregatePricingEntrySchema.d.ts +92 -0
  678. package/src/_generated/zod/facilityAggregatePricingEntrySchema.js +46 -0
  679. package/src/_generated/zod/facilityContactSchema.d.ts +18 -0
  680. package/src/_generated/zod/facilityContactSchema.js +50 -0
  681. package/src/_generated/zod/facilityContactTypeSchema.d.ts +11 -0
  682. package/src/_generated/zod/facilityContactTypeSchema.js +42 -0
  683. package/src/_generated/zod/facilityContactsResponseSchema.d.ts +20 -0
  684. package/src/_generated/zod/facilityContactsResponseSchema.js +45 -0
  685. package/src/_generated/zod/facilityDailyPricingEntrySchema.d.ts +95 -0
  686. package/src/_generated/zod/facilityDailyPricingEntrySchema.js +46 -0
  687. package/src/_generated/zod/facilityDetailRouteSchema.d.ts +17 -0
  688. package/src/_generated/zod/facilityDetailRouteSchema.js +42 -0
  689. package/src/_generated/zod/facilityDetailsProductConfigSchema.d.ts +28 -0
  690. package/src/_generated/zod/facilityDetailsProductConfigSchema.js +49 -0
  691. package/src/_generated/zod/facilityDocumentSchema.d.ts +11 -0
  692. package/src/_generated/zod/facilityDocumentSchema.js +47 -0
  693. package/src/_generated/zod/facilityDocumentsResponseSchema.d.ts +13 -0
  694. package/src/_generated/zod/facilityDocumentsResponseSchema.js +45 -0
  695. package/src/_generated/zod/facilityFeatureSchema.d.ts +13 -0
  696. package/src/_generated/zod/facilityFeatureSchema.js +42 -0
  697. package/src/_generated/zod/facilityFiltersBaseSchema.d.ts +40 -0
  698. package/src/_generated/zod/facilityFiltersBaseSchema.js +54 -0
  699. package/src/_generated/zod/facilityFiltersSchema.d.ts +138 -0
  700. package/src/_generated/zod/facilityFiltersSchema.js +57 -0
  701. package/src/_generated/zod/facilityFiltersTypeSchema.d.ts +10 -0
  702. package/src/_generated/zod/facilityFiltersTypeSchema.js +42 -0
  703. package/src/_generated/zod/facilityFootprintResponseSchema.d.ts +15 -0
  704. package/src/_generated/zod/facilityFootprintResponseSchema.js +45 -0
  705. package/src/_generated/zod/facilityFootprintSchema.d.ts +13 -0
  706. package/src/_generated/zod/facilityFootprintSchema.js +49 -0
  707. package/src/_generated/zod/facilityImageSchema.d.ts +11 -0
  708. package/src/_generated/zod/facilityImageSchema.js +47 -0
  709. package/src/_generated/zod/facilityImagesResponseSchema.d.ts +13 -0
  710. package/src/_generated/zod/facilityImagesResponseSchema.js +45 -0
  711. package/src/_generated/zod/facilityLoanSchema.d.ts +13 -0
  712. package/src/_generated/zod/facilityLoanSchema.js +49 -0
  713. package/src/_generated/zod/facilityLoansResponseSchema.d.ts +15 -0
  714. package/src/_generated/zod/facilityLoansResponseSchema.js +45 -0
  715. package/src/_generated/zod/facilityNoteSchema.d.ts +13 -0
  716. package/src/_generated/zod/facilityNoteSchema.js +49 -0
  717. package/src/_generated/zod/facilityNotesResponseSchema.d.ts +15 -0
  718. package/src/_generated/zod/facilityNotesResponseSchema.js +45 -0
  719. package/src/_generated/zod/facilityOverviewResponseSchema.d.ts +58 -0
  720. package/src/_generated/zod/facilityOverviewResponseSchema.js +45 -0
  721. package/src/_generated/zod/facilityOverviewSchema.d.ts +56 -0
  722. package/src/_generated/zod/facilityOverviewSchema.js +62 -0
  723. package/src/_generated/zod/facilityOverviewTypeSchema.d.ts +10 -0
  724. package/src/_generated/zod/facilityOverviewTypeSchema.js +42 -0
  725. package/src/_generated/zod/facilityParcelSchema.d.ts +11 -0
  726. package/src/_generated/zod/facilityParcelSchema.js +47 -0
  727. package/src/_generated/zod/facilityParcelsResponseSchema.d.ts +13 -0
  728. package/src/_generated/zod/facilityParcelsResponseSchema.js +45 -0
  729. package/src/_generated/zod/facilityPricingDailyProductConfigSchema.d.ts +25 -0
  730. package/src/_generated/zod/facilityPricingDailyProductConfigSchema.js +49 -0
  731. package/src/_generated/zod/facilityPricingDailyRequestSchema.d.ts +201 -0
  732. package/src/_generated/zod/facilityPricingDailyRequestSchema.js +50 -0
  733. package/src/_generated/zod/facilityPricingDailyResponseSchema.d.ts +305 -0
  734. package/src/_generated/zod/facilityPricingDailyResponseSchema.js +51 -0
  735. package/src/_generated/zod/facilityPricingHistoricalProductConfigSchema.d.ts +46 -0
  736. package/src/_generated/zod/facilityPricingHistoricalProductConfigSchema.js +49 -0
  737. package/src/_generated/zod/facilityPricingHistoricalRequestSchema.d.ts +268 -0
  738. package/src/_generated/zod/facilityPricingHistoricalRequestSchema.js +50 -0
  739. package/src/_generated/zod/facilityPricingHistoricalResponseSchema.d.ts +369 -0
  740. package/src/_generated/zod/facilityPricingHistoricalResponseSchema.js +51 -0
  741. package/src/_generated/zod/facilitySaleSchema.d.ts +10 -0
  742. package/src/_generated/zod/facilitySaleSchema.js +46 -0
  743. package/src/_generated/zod/facilitySalesResponseSchema.d.ts +12 -0
  744. package/src/_generated/zod/facilitySalesResponseSchema.js +45 -0
  745. package/src/_generated/zod/facilityTaxSchema.d.ts +14 -0
  746. package/src/_generated/zod/facilityTaxSchema.js +50 -0
  747. package/src/_generated/zod/facilityTaxesResponseSchema.d.ts +16 -0
  748. package/src/_generated/zod/facilityTaxesResponseSchema.js +45 -0
  749. package/src/_generated/zod/floorFeatureSchema.d.ts +23 -0
  750. package/src/_generated/zod/floorFeatureSchema.js +42 -0
  751. package/src/_generated/zod/forbiddenErrorSchema.d.ts +27 -0
  752. package/src/_generated/zod/forbiddenErrorSchema.js +46 -0
  753. package/src/_generated/zod/geographyBaseSchema.d.ts +28 -0
  754. package/src/_generated/zod/geographyBaseSchema.js +45 -0
  755. package/src/_generated/zod/geographyConfigSchema.d.ts +32 -0
  756. package/src/_generated/zod/geographyConfigSchema.js +49 -0
  757. package/src/_generated/zod/geographySchema.d.ts +254 -0
  758. package/src/_generated/zod/geographySchema.js +121 -0
  759. package/src/_generated/zod/geographyTypeSchema.d.ts +26 -0
  760. package/src/_generated/zod/geographyTypeSchema.js +42 -0
  761. package/src/_generated/zod/getCurrentUsageSchema.d.ts +1270 -0
  762. package/src/_generated/zod/getCurrentUsageSchema.js +15 -0
  763. package/src/_generated/zod/getDailyFacilityPricingSchema.d.ts +3089 -0
  764. package/src/_generated/zod/getDailyFacilityPricingSchema.js +21 -0
  765. package/src/_generated/zod/getDailyMarketPricingSchema.d.ts +3445 -0
  766. package/src/_generated/zod/getDailyMarketPricingSchema.js +20 -0
  767. package/src/_generated/zod/getDemographicsAvailabilitySchema.d.ts +2366 -0
  768. package/src/_generated/zod/getDemographicsAvailabilitySchema.js +19 -0
  769. package/src/_generated/zod/getDemographicsBlockGroupsSchema.d.ts +3335 -0
  770. package/src/_generated/zod/getDemographicsBlockGroupsSchema.js +19 -0
  771. package/src/_generated/zod/getDemographicsSchema.d.ts +3335 -0
  772. package/src/_generated/zod/getDemographicsSchema.js +19 -0
  773. package/src/_generated/zod/getEmploymentSchema.d.ts +1898 -0
  774. package/src/_generated/zod/getEmploymentSchema.js +19 -0
  775. package/src/_generated/zod/getFacilityContactsSchema.d.ts +1752 -0
  776. package/src/_generated/zod/getFacilityContactsSchema.js +52 -0
  777. package/src/_generated/zod/getFacilityDocumentsSchema.d.ts +1738 -0
  778. package/src/_generated/zod/getFacilityDocumentsSchema.js +52 -0
  779. package/src/_generated/zod/getFacilityFootprintSchema.d.ts +1742 -0
  780. package/src/_generated/zod/getFacilityFootprintSchema.js +52 -0
  781. package/src/_generated/zod/getFacilityImagesSchema.d.ts +2024 -0
  782. package/src/_generated/zod/getFacilityImagesSchema.js +53 -0
  783. package/src/_generated/zod/getFacilityLoansSchema.d.ts +1742 -0
  784. package/src/_generated/zod/getFacilityLoansSchema.js +52 -0
  785. package/src/_generated/zod/getFacilityNotesSchema.d.ts +1742 -0
  786. package/src/_generated/zod/getFacilityNotesSchema.js +52 -0
  787. package/src/_generated/zod/getFacilityOverviewSchema.d.ts +1828 -0
  788. package/src/_generated/zod/getFacilityOverviewSchema.js +52 -0
  789. package/src/_generated/zod/getFacilityParcelsSchema.d.ts +1738 -0
  790. package/src/_generated/zod/getFacilityParcelsSchema.js +52 -0
  791. package/src/_generated/zod/getFacilitySalesSchema.d.ts +1736 -0
  792. package/src/_generated/zod/getFacilitySalesSchema.js +52 -0
  793. package/src/_generated/zod/getFacilityTaxesSchema.d.ts +1744 -0
  794. package/src/_generated/zod/getFacilityTaxesSchema.js +52 -0
  795. package/src/_generated/zod/getHistoricalFacilityPricingSchema.d.ts +3284 -0
  796. package/src/_generated/zod/getHistoricalFacilityPricingSchema.js +21 -0
  797. package/src/_generated/zod/getHistoricalMarketPricingSchema.d.ts +3652 -0
  798. package/src/_generated/zod/getHistoricalMarketPricingSchema.js +20 -0
  799. package/src/_generated/zod/getREITOccupancySchema.d.ts +1903 -0
  800. package/src/_generated/zod/getREITOccupancySchema.js +19 -0
  801. package/src/_generated/zod/getREITOccupancyWeightedSchema.d.ts +1903 -0
  802. package/src/_generated/zod/getREITOccupancyWeightedSchema.js +19 -0
  803. package/src/_generated/zod/getSupplySchema.d.ts +3389 -0
  804. package/src/_generated/zod/getSupplySchema.js +19 -0
  805. package/src/_generated/zod/getUsagePolicySchema.d.ts +1832 -0
  806. package/src/_generated/zod/getUsagePolicySchema.js +15 -0
  807. package/src/_generated/zod/index.d.ts +245 -0
  808. package/src/_generated/zod/index.js +694 -0
  809. package/src/_generated/zod/internalErrorSchema.d.ts +27 -0
  810. package/src/_generated/zod/internalErrorSchema.js +46 -0
  811. package/src/_generated/zod/invalidCursorErrorSchema.d.ts +27 -0
  812. package/src/_generated/zod/invalidCursorErrorSchema.js +46 -0
  813. package/src/_generated/zod/last12MonthsTimeframeSchema.d.ts +11 -0
  814. package/src/_generated/zod/last12MonthsTimeframeSchema.js +45 -0
  815. package/src/_generated/zod/last24MonthsTimeframeSchema.d.ts +11 -0
  816. package/src/_generated/zod/last24MonthsTimeframeSchema.js +45 -0
  817. package/src/_generated/zod/last30DaysTimeframeSchema.d.ts +11 -0
  818. package/src/_generated/zod/last30DaysTimeframeSchema.js +45 -0
  819. package/src/_generated/zod/latLngCoordinatesSchema.d.ts +9 -0
  820. package/src/_generated/zod/latLngCoordinatesSchema.js +45 -0
  821. package/src/_generated/zod/latLngDriveTimeSchema.d.ts +22 -0
  822. package/src/_generated/zod/latLngDriveTimeSchema.js +48 -0
  823. package/src/_generated/zod/latLngRadiusSchema.d.ts +22 -0
  824. package/src/_generated/zod/latLngRadiusSchema.js +48 -0
  825. package/src/_generated/zod/latLngSchema.d.ts +14 -0
  826. package/src/_generated/zod/latLngSchema.js +46 -0
  827. package/src/_generated/zod/locationSchema.d.ts +12 -0
  828. package/src/_generated/zod/locationSchema.js +46 -0
  829. package/src/_generated/zod/marketAggregatePricingSchema.d.ts +96 -0
  830. package/src/_generated/zod/marketAggregatePricingSchema.js +53 -0
  831. package/src/_generated/zod/marketPricingDailyProductConfigSchema.d.ts +49 -0
  832. package/src/_generated/zod/marketPricingDailyProductConfigSchema.js +51 -0
  833. package/src/_generated/zod/marketPricingDailyRequestSchema.d.ts +413 -0
  834. package/src/_generated/zod/marketPricingDailyRequestSchema.js +51 -0
  835. package/src/_generated/zod/marketPricingDailyResponseSchema.d.ts +520 -0
  836. package/src/_generated/zod/marketPricingDailyResponseSchema.js +51 -0
  837. package/src/_generated/zod/marketPricingGeographyConfigSchema.d.ts +29 -0
  838. package/src/_generated/zod/marketPricingGeographyConfigSchema.js +49 -0
  839. package/src/_generated/zod/marketPricingGeographySchema.d.ts +220 -0
  840. package/src/_generated/zod/marketPricingGeographySchema.js +109 -0
  841. package/src/_generated/zod/marketPricingGeographyTypeSchema.d.ts +23 -0
  842. package/src/_generated/zod/marketPricingGeographyTypeSchema.js +42 -0
  843. package/src/_generated/zod/marketPricingHistoricalProductConfigSchema.d.ts +70 -0
  844. package/src/_generated/zod/marketPricingHistoricalProductConfigSchema.js +51 -0
  845. package/src/_generated/zod/marketPricingHistoricalRequestSchema.d.ts +482 -0
  846. package/src/_generated/zod/marketPricingHistoricalRequestSchema.js +51 -0
  847. package/src/_generated/zod/marketPricingHistoricalResponseSchema.d.ts +589 -0
  848. package/src/_generated/zod/marketPricingHistoricalResponseSchema.js +51 -0
  849. package/src/_generated/zod/marketPricingResponseDataSchema.d.ts +98 -0
  850. package/src/_generated/zod/marketPricingResponseDataSchema.js +45 -0
  851. package/src/_generated/zod/monthlyTimeframeSchema.d.ts +11 -0
  852. package/src/_generated/zod/monthlyTimeframeSchema.js +45 -0
  853. package/src/_generated/zod/notFoundErrorSchema.d.ts +27 -0
  854. package/src/_generated/zod/notFoundErrorSchema.js +46 -0
  855. package/src/_generated/zod/notImplementedErrorSchema.d.ts +27 -0
  856. package/src/_generated/zod/notImplementedErrorSchema.js +46 -0
  857. package/src/_generated/zod/paginationRequestSchema.d.ts +9 -0
  858. package/src/_generated/zod/paginationRequestSchema.js +45 -0
  859. package/src/_generated/zod/paginationResponseSchema.d.ts +11 -0
  860. package/src/_generated/zod/paginationResponseSchema.js +47 -0
  861. package/src/_generated/zod/polygonSchema.d.ts +11 -0
  862. package/src/_generated/zod/polygonSchema.js +45 -0
  863. package/src/_generated/zod/pricingAggregateUnitFiltersConfigSchema.d.ts +11 -0
  864. package/src/_generated/zod/pricingAggregateUnitFiltersConfigSchema.js +45 -0
  865. package/src/_generated/zod/pricingAggregateUnitFiltersSchema.d.ts +186 -0
  866. package/src/_generated/zod/pricingAggregateUnitFiltersSchema.js +53 -0
  867. package/src/_generated/zod/pricingAggregateUnitFiltersTypeSchema.d.ts +9 -0
  868. package/src/_generated/zod/pricingAggregateUnitFiltersTypeSchema.js +42 -0
  869. package/src/_generated/zod/pricingAvailabilitySchema.d.ts +10 -0
  870. package/src/_generated/zod/pricingAvailabilitySchema.js +42 -0
  871. package/src/_generated/zod/pricingDailyUnitFiltersConfigSchema.d.ts +11 -0
  872. package/src/_generated/zod/pricingDailyUnitFiltersConfigSchema.js +45 -0
  873. package/src/_generated/zod/pricingDailyUnitFiltersSchema.d.ts +188 -0
  874. package/src/_generated/zod/pricingDailyUnitFiltersSchema.js +53 -0
  875. package/src/_generated/zod/pricingDailyUnitFiltersTypeSchema.d.ts +9 -0
  876. package/src/_generated/zod/pricingDailyUnitFiltersTypeSchema.js +42 -0
  877. package/src/_generated/zod/pricingTypeSchema.d.ts +9 -0
  878. package/src/_generated/zod/pricingTypeSchema.js +42 -0
  879. package/src/_generated/zod/proAggregateUnitFiltersSchema.d.ts +92 -0
  880. package/src/_generated/zod/proAggregateUnitFiltersSchema.js +47 -0
  881. package/src/_generated/zod/proDailyUnitFiltersSchema.d.ts +94 -0
  882. package/src/_generated/zod/proDailyUnitFiltersSchema.js +47 -0
  883. package/src/_generated/zod/proFacilityFiltersSchema.d.ts +44 -0
  884. package/src/_generated/zod/proFacilityFiltersSchema.js +45 -0
  885. package/src/_generated/zod/proSupplyFacilityFiltersSchema.d.ts +28 -0
  886. package/src/_generated/zod/proSupplyFacilityFiltersSchema.js +45 -0
  887. package/src/_generated/zod/productConfigSchema.d.ts +92 -0
  888. package/src/_generated/zod/productConfigSchema.js +58 -0
  889. package/src/_generated/zod/productUsageSchema.d.ts +11 -0
  890. package/src/_generated/zod/productUsageSchema.js +47 -0
  891. package/src/_generated/zod/quarterlyTimeframeSchema.d.ts +11 -0
  892. package/src/_generated/zod/quarterlyTimeframeSchema.js +45 -0
  893. package/src/_generated/zod/quotaConfigSchema.d.ts +9 -0
  894. package/src/_generated/zod/quotaConfigSchema.js +45 -0
  895. package/src/_generated/zod/quotaExceededErrorSchema.d.ts +33 -0
  896. package/src/_generated/zod/quotaExceededErrorSchema.js +49 -0
  897. package/src/_generated/zod/rateLimitedErrorSchema.d.ts +28 -0
  898. package/src/_generated/zod/rateLimitedErrorSchema.js +47 -0
  899. package/src/_generated/zod/rollupTypeSchema.d.ts +15 -0
  900. package/src/_generated/zod/rollupTypeSchema.js +42 -0
  901. package/src/_generated/zod/searchFacilitiesSchema.d.ts +3465 -0
  902. package/src/_generated/zod/searchFacilitiesSchema.js +19 -0
  903. package/src/_generated/zod/searchGeographyConfigSchema.d.ts +29 -0
  904. package/src/_generated/zod/searchGeographyConfigSchema.js +49 -0
  905. package/src/_generated/zod/searchGeographySchema.d.ts +220 -0
  906. package/src/_generated/zod/searchGeographySchema.js +109 -0
  907. package/src/_generated/zod/searchGeographyTypeSchema.d.ts +23 -0
  908. package/src/_generated/zod/searchGeographyTypeSchema.js +42 -0
  909. package/src/_generated/zod/searchProductConfigSchema.d.ts +46 -0
  910. package/src/_generated/zod/searchProductConfigSchema.js +51 -0
  911. package/src/_generated/zod/searchUnitFiltersConfigSchema.d.ts +11 -0
  912. package/src/_generated/zod/searchUnitFiltersConfigSchema.js +45 -0
  913. package/src/_generated/zod/searchUnitFiltersSchema.d.ts +188 -0
  914. package/src/_generated/zod/searchUnitFiltersSchema.js +53 -0
  915. package/src/_generated/zod/searchUnitFiltersTypeSchema.d.ts +9 -0
  916. package/src/_generated/zod/searchUnitFiltersTypeSchema.js +42 -0
  917. package/src/_generated/zod/sqftRangeSchema.d.ts +9 -0
  918. package/src/_generated/zod/sqftRangeSchema.js +45 -0
  919. package/src/_generated/zod/supplyFacilityFiltersBaseSchema.d.ts +24 -0
  920. package/src/_generated/zod/supplyFacilityFiltersBaseSchema.js +51 -0
  921. package/src/_generated/zod/supplyFacilityFiltersSchema.d.ts +90 -0
  922. package/src/_generated/zod/supplyFacilityFiltersSchema.js +57 -0
  923. package/src/_generated/zod/supplyGeographyConfigSchema.d.ts +28 -0
  924. package/src/_generated/zod/supplyGeographyConfigSchema.js +49 -0
  925. package/src/_generated/zod/supplyGeographySchema.d.ts +211 -0
  926. package/src/_generated/zod/supplyGeographySchema.js +105 -0
  927. package/src/_generated/zod/supplyGeographyTypeSchema.d.ts +22 -0
  928. package/src/_generated/zod/supplyGeographyTypeSchema.js +42 -0
  929. package/src/_generated/zod/supplyProductConfigSchema.d.ts +74 -0
  930. package/src/_generated/zod/supplyProductConfigSchema.js +53 -0
  931. package/src/_generated/zod/supplyRequestSchema.d.ts +502 -0
  932. package/src/_generated/zod/supplyRequestSchema.js +53 -0
  933. package/src/_generated/zod/supplyResponseDataSchema.d.ts +92 -0
  934. package/src/_generated/zod/supplyResponseDataSchema.js +45 -0
  935. package/src/_generated/zod/supplyResponseSchema.d.ts +591 -0
  936. package/src/_generated/zod/supplyResponseSchema.js +47 -0
  937. package/src/_generated/zod/supplyTimeframeSchema.d.ts +16 -0
  938. package/src/_generated/zod/supplyTimeframeSchema.js +46 -0
  939. package/src/_generated/zod/supplyUnitFiltersConfigSchema.d.ts +11 -0
  940. package/src/_generated/zod/supplyUnitFiltersConfigSchema.js +45 -0
  941. package/src/_generated/zod/supplyUnitFiltersSchema.d.ts +186 -0
  942. package/src/_generated/zod/supplyUnitFiltersSchema.js +53 -0
  943. package/src/_generated/zod/supplyUnitFiltersTypeSchema.d.ts +9 -0
  944. package/src/_generated/zod/supplyUnitFiltersTypeSchema.js +42 -0
  945. package/src/_generated/zod/surfaceTypeSchema.d.ts +10 -0
  946. package/src/_generated/zod/surfaceTypeSchema.js +42 -0
  947. package/src/_generated/zod/tierSchema.d.ts +10 -0
  948. package/src/_generated/zod/tierSchema.js +42 -0
  949. package/src/_generated/zod/timeframeConfigSchema.d.ts +34 -0
  950. package/src/_generated/zod/timeframeConfigSchema.js +54 -0
  951. package/src/_generated/zod/timeframeSchema.d.ts +80 -0
  952. package/src/_generated/zod/timeframeSchema.js +77 -0
  953. package/src/_generated/zod/unauthorizedErrorSchema.d.ts +27 -0
  954. package/src/_generated/zod/unauthorizedErrorSchema.js +46 -0
  955. package/src/_generated/zod/unitClassFeatureSchema.d.ts +11 -0
  956. package/src/_generated/zod/unitClassFeatureSchema.js +42 -0
  957. package/src/_generated/zod/unitFeatureSchema.d.ts +73 -0
  958. package/src/_generated/zod/unitFeatureSchema.js +52 -0
  959. package/src/_generated/zod/unitFiltersCommonSchema.d.ts +76 -0
  960. package/src/_generated/zod/unitFiltersCommonSchema.js +46 -0
  961. package/src/_generated/zod/unitFiltersSchema.d.ts +366 -0
  962. package/src/_generated/zod/unitFiltersSchema.js +61 -0
  963. package/src/_generated/zod/unitFiltersTypeSchema.d.ts +11 -0
  964. package/src/_generated/zod/unitFiltersTypeSchema.js +42 -0
  965. package/src/_generated/zod/unitSchema.d.ts +77 -0
  966. package/src/_generated/zod/unitSchema.js +47 -0
  967. package/src/_generated/zod/unitStatusSchema.d.ts +9 -0
  968. package/src/_generated/zod/unitStatusSchema.js +42 -0
  969. package/src/_generated/zod/unitStyleFeatureSchema.d.ts +12 -0
  970. package/src/_generated/zod/unitStyleFeatureSchema.js +42 -0
  971. package/src/_generated/zod/unitTypeFeatureSchema.d.ts +14 -0
  972. package/src/_generated/zod/unitTypeFeatureSchema.js +42 -0
  973. package/src/_generated/zod/unitUtilitySchema.d.ts +10 -0
  974. package/src/_generated/zod/unitUtilitySchema.js +42 -0
  975. package/src/_generated/zod/usAddressDriveTimeSchema.d.ts +19 -0
  976. package/src/_generated/zod/usAddressDriveTimeSchema.js +47 -0
  977. package/src/_generated/zod/usAddressRadiusSchema.d.ts +19 -0
  978. package/src/_generated/zod/usAddressRadiusSchema.js +47 -0
  979. package/src/_generated/zod/usAddressSchema.d.ts +11 -0
  980. package/src/_generated/zod/usAddressSchema.js +45 -0
  981. package/src/_generated/zod/usCbsaSchema.d.ts +11 -0
  982. package/src/_generated/zod/usCbsaSchema.js +45 -0
  983. package/src/_generated/zod/usCensusBlockGroupSchema.d.ts +11 -0
  984. package/src/_generated/zod/usCensusBlockGroupSchema.js +45 -0
  985. package/src/_generated/zod/usCensusDemographicsSchema.d.ts +243 -0
  986. package/src/_generated/zod/usCensusDemographicsSchema.js +66 -0
  987. package/src/_generated/zod/usCensusTractSchema.d.ts +11 -0
  988. package/src/_generated/zod/usCensusTractSchema.js +45 -0
  989. package/src/_generated/zod/usCitySchema.d.ts +12 -0
  990. package/src/_generated/zod/usCitySchema.js +46 -0
  991. package/src/_generated/zod/usCountySchema.d.ts +12 -0
  992. package/src/_generated/zod/usCountySchema.js +46 -0
  993. package/src/_generated/zod/usEsriDemographicsSchema.d.ts +244 -0
  994. package/src/_generated/zod/usEsriDemographicsSchema.js +59 -0
  995. package/src/_generated/zod/usEsriForecastSchema.d.ts +15 -0
  996. package/src/_generated/zod/usEsriForecastSchema.js +51 -0
  997. package/src/_generated/zod/usRegionSchema.d.ts +11 -0
  998. package/src/_generated/zod/usRegionSchema.js +45 -0
  999. package/src/_generated/zod/usStateSchema.d.ts +11 -0
  1000. package/src/_generated/zod/usStateSchema.js +45 -0
  1001. package/src/_generated/zod/usStructuredAddressDriveTimeSchema.d.ts +25 -0
  1002. package/src/_generated/zod/usStructuredAddressDriveTimeSchema.js +48 -0
  1003. package/src/_generated/zod/usStructuredAddressRadiusSchema.d.ts +25 -0
  1004. package/src/_generated/zod/usStructuredAddressRadiusSchema.js +48 -0
  1005. package/src/_generated/zod/usStructuredAddressSchema.d.ts +15 -0
  1006. package/src/_generated/zod/usStructuredAddressSchema.js +49 -0
  1007. package/src/_generated/zod/usStructuredAddressValueSchema.d.ts +12 -0
  1008. package/src/_generated/zod/usStructuredAddressValueSchema.js +48 -0
  1009. package/src/_generated/zod/usSupplyEntrySchema.d.ts +90 -0
  1010. package/src/_generated/zod/usSupplyEntrySchema.js +47 -0
  1011. package/src/_generated/zod/usSupplyMeasuresSchema.d.ts +46 -0
  1012. package/src/_generated/zod/usSupplyMeasuresSchema.js +47 -0
  1013. package/src/_generated/zod/usSupplyMetricsSchema.d.ts +18 -0
  1014. package/src/_generated/zod/usSupplyMetricsSchema.js +54 -0
  1015. package/src/_generated/zod/usZipcodeSchema.d.ts +11 -0
  1016. package/src/_generated/zod/usZipcodeSchema.js +45 -0
  1017. package/src/_generated/zod/usageCycleSchema.d.ts +12 -0
  1018. package/src/_generated/zod/usageCycleSchema.js +45 -0
  1019. package/src/_generated/zod/usagePolicyResponseSchema.d.ts +347 -0
  1020. package/src/_generated/zod/usagePolicyResponseSchema.js +62 -0
  1021. package/src/_generated/zod/validationErrorSchema.d.ts +28 -0
  1022. package/src/_generated/zod/validationErrorSchema.js +47 -0
  1023. package/src/_generated/zod/warningCodeSchema.d.ts +8 -0
  1024. package/src/_generated/zod/warningCodeSchema.js +42 -0
  1025. package/src/_generated/zod/warningResponseSchema.d.ts +11 -0
  1026. package/src/_generated/zod/warningResponseSchema.js +46 -0
  1027. package/src/_generated/zod/weeklyTimeframeSchema.d.ts +11 -0
  1028. package/src/_generated/zod/weeklyTimeframeSchema.js +45 -0
  1029. package/src/_generated/zod/yearlyTimeframeSchema.d.ts +11 -0
  1030. package/src/_generated/zod/yearlyTimeframeSchema.js +45 -0
  1031. package/src/index.d.ts +20 -0
  1032. package/src/index.js +44 -0
  1033. package/src/pagination.d.ts +43 -0
  1034. package/src/pagination.js +62 -0
  1035. package/src/rateLimitedQueue.d.ts +108 -0
  1036. package/src/rateLimitedQueue.js +317 -0
  1037. package/src/rateLimitedTransport.d.ts +39 -0
  1038. package/src/rateLimitedTransport.js +97 -0
  1039. package/src/retryTransport.d.ts +25 -0
  1040. package/src/retryTransport.js +97 -0
@@ -0,0 +1,1270 @@
1
+ /**
2
+ * Generated by Kubb (https://kubb.dev/).
3
+ * Do not edit manually.
4
+ */
5
+ export declare const getCurrentUsageStatus200Schema: import("zod").ZodObject<{
6
+ usageCycle: import("zod").ZodObject<{
7
+ period: import("zod").ZodEnum<{
8
+ monthly: "monthly";
9
+ yearly: "yearly";
10
+ }>;
11
+ anchor: import("zod").ZodISODate;
12
+ }, import("zod/v4/core").$strip>;
13
+ cycleWindow: import("zod").ZodObject<{
14
+ start: import("zod").ZodISODate;
15
+ end: import("zod").ZodISODate;
16
+ }, import("zod/v4/core").$strip>;
17
+ facilityPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
18
+ resultsUsed: import("zod").ZodInt;
19
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
20
+ queriesUsed: import("zod").ZodInt;
21
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
22
+ }, import("zod/v4/core").$strip>>;
23
+ facilityPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
24
+ resultsUsed: import("zod").ZodInt;
25
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
26
+ queriesUsed: import("zod").ZodInt;
27
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
28
+ }, import("zod/v4/core").$strip>>;
29
+ marketPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
30
+ resultsUsed: import("zod").ZodInt;
31
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
32
+ queriesUsed: import("zod").ZodInt;
33
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
34
+ }, import("zod/v4/core").$strip>>;
35
+ marketPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
36
+ resultsUsed: import("zod").ZodInt;
37
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
38
+ queriesUsed: import("zod").ZodInt;
39
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
40
+ }, import("zod/v4/core").$strip>>;
41
+ search: import("zod").ZodNullable<import("zod").ZodObject<{
42
+ resultsUsed: import("zod").ZodInt;
43
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
44
+ queriesUsed: import("zod").ZodInt;
45
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
46
+ }, import("zod/v4/core").$strip>>;
47
+ supply: import("zod").ZodNullable<import("zod").ZodObject<{
48
+ resultsUsed: import("zod").ZodInt;
49
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
50
+ queriesUsed: import("zod").ZodInt;
51
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
52
+ }, import("zod/v4/core").$strip>>;
53
+ demographics: import("zod").ZodNullable<import("zod").ZodObject<{
54
+ resultsUsed: import("zod").ZodInt;
55
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
56
+ queriesUsed: import("zod").ZodInt;
57
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
58
+ }, import("zod/v4/core").$strip>>;
59
+ facilityDetails: import("zod").ZodNullable<import("zod").ZodObject<{
60
+ resultsUsed: import("zod").ZodInt;
61
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
62
+ queriesUsed: import("zod").ZodInt;
63
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
64
+ }, import("zod/v4/core").$strip>>;
65
+ }, import("zod/v4/core").$strip>;
66
+ export declare const getCurrentUsageStatus401Schema: import("zod").ZodObject<{
67
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
68
+ httpCode: import("zod").ZodInt;
69
+ code: import("zod").ZodEnum<{
70
+ BAD_REQUEST: "BAD_REQUEST";
71
+ UNAUTHORIZED: "UNAUTHORIZED";
72
+ FORBIDDEN: "FORBIDDEN";
73
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
74
+ NOT_FOUND: "NOT_FOUND";
75
+ VALIDATION_ERROR: "VALIDATION_ERROR";
76
+ RATE_LIMITED: "RATE_LIMITED";
77
+ INTERNAL_ERROR: "INTERNAL_ERROR";
78
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
79
+ INVALID_CURSOR: "INVALID_CURSOR";
80
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
81
+ }>;
82
+ message: import("zod").ZodString;
83
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
84
+ httpCode: import("zod").ZodLiteral<400>;
85
+ code: import("zod").ZodEnum<{
86
+ BAD_REQUEST: "BAD_REQUEST";
87
+ }>;
88
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
89
+ code: import("zod").ZodEnum<{
90
+ BAD_REQUEST: "BAD_REQUEST";
91
+ }>;
92
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
93
+ httpCode: import("zod").ZodInt;
94
+ code: import("zod").ZodEnum<{
95
+ BAD_REQUEST: "BAD_REQUEST";
96
+ UNAUTHORIZED: "UNAUTHORIZED";
97
+ FORBIDDEN: "FORBIDDEN";
98
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
99
+ NOT_FOUND: "NOT_FOUND";
100
+ VALIDATION_ERROR: "VALIDATION_ERROR";
101
+ RATE_LIMITED: "RATE_LIMITED";
102
+ INTERNAL_ERROR: "INTERNAL_ERROR";
103
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
104
+ INVALID_CURSOR: "INVALID_CURSOR";
105
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
106
+ }>;
107
+ message: import("zod").ZodString;
108
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
109
+ httpCode: import("zod").ZodLiteral<401>;
110
+ code: import("zod").ZodEnum<{
111
+ UNAUTHORIZED: "UNAUTHORIZED";
112
+ }>;
113
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
114
+ code: import("zod").ZodEnum<{
115
+ UNAUTHORIZED: "UNAUTHORIZED";
116
+ }>;
117
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
118
+ httpCode: import("zod").ZodInt;
119
+ code: import("zod").ZodEnum<{
120
+ BAD_REQUEST: "BAD_REQUEST";
121
+ UNAUTHORIZED: "UNAUTHORIZED";
122
+ FORBIDDEN: "FORBIDDEN";
123
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
124
+ NOT_FOUND: "NOT_FOUND";
125
+ VALIDATION_ERROR: "VALIDATION_ERROR";
126
+ RATE_LIMITED: "RATE_LIMITED";
127
+ INTERNAL_ERROR: "INTERNAL_ERROR";
128
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
129
+ INVALID_CURSOR: "INVALID_CURSOR";
130
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
131
+ }>;
132
+ message: import("zod").ZodString;
133
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
134
+ httpCode: import("zod").ZodLiteral<403>;
135
+ code: import("zod").ZodEnum<{
136
+ FORBIDDEN: "FORBIDDEN";
137
+ }>;
138
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
139
+ code: import("zod").ZodEnum<{
140
+ FORBIDDEN: "FORBIDDEN";
141
+ }>;
142
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
143
+ httpCode: import("zod").ZodInt;
144
+ code: import("zod").ZodEnum<{
145
+ BAD_REQUEST: "BAD_REQUEST";
146
+ UNAUTHORIZED: "UNAUTHORIZED";
147
+ FORBIDDEN: "FORBIDDEN";
148
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
149
+ NOT_FOUND: "NOT_FOUND";
150
+ VALIDATION_ERROR: "VALIDATION_ERROR";
151
+ RATE_LIMITED: "RATE_LIMITED";
152
+ INTERNAL_ERROR: "INTERNAL_ERROR";
153
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
154
+ INVALID_CURSOR: "INVALID_CURSOR";
155
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
156
+ }>;
157
+ message: import("zod").ZodString;
158
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
159
+ httpCode: import("zod").ZodLiteral<403>;
160
+ code: import("zod").ZodEnum<{
161
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
162
+ }>;
163
+ quotaType: import("zod").ZodEnum<{
164
+ queries: "queries";
165
+ results: "results";
166
+ }>;
167
+ product: import("zod").ZodString;
168
+ resetsAt: import("zod").ZodISODateTime;
169
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
170
+ code: import("zod").ZodEnum<{
171
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
172
+ }>;
173
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
174
+ httpCode: import("zod").ZodInt;
175
+ code: import("zod").ZodEnum<{
176
+ BAD_REQUEST: "BAD_REQUEST";
177
+ UNAUTHORIZED: "UNAUTHORIZED";
178
+ FORBIDDEN: "FORBIDDEN";
179
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
180
+ NOT_FOUND: "NOT_FOUND";
181
+ VALIDATION_ERROR: "VALIDATION_ERROR";
182
+ RATE_LIMITED: "RATE_LIMITED";
183
+ INTERNAL_ERROR: "INTERNAL_ERROR";
184
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
185
+ INVALID_CURSOR: "INVALID_CURSOR";
186
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
187
+ }>;
188
+ message: import("zod").ZodString;
189
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
190
+ httpCode: import("zod").ZodLiteral<404>;
191
+ code: import("zod").ZodEnum<{
192
+ NOT_FOUND: "NOT_FOUND";
193
+ }>;
194
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
195
+ code: import("zod").ZodEnum<{
196
+ NOT_FOUND: "NOT_FOUND";
197
+ }>;
198
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
199
+ httpCode: import("zod").ZodInt;
200
+ code: import("zod").ZodEnum<{
201
+ BAD_REQUEST: "BAD_REQUEST";
202
+ UNAUTHORIZED: "UNAUTHORIZED";
203
+ FORBIDDEN: "FORBIDDEN";
204
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
205
+ NOT_FOUND: "NOT_FOUND";
206
+ VALIDATION_ERROR: "VALIDATION_ERROR";
207
+ RATE_LIMITED: "RATE_LIMITED";
208
+ INTERNAL_ERROR: "INTERNAL_ERROR";
209
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
210
+ INVALID_CURSOR: "INVALID_CURSOR";
211
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
212
+ }>;
213
+ message: import("zod").ZodString;
214
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
215
+ httpCode: import("zod").ZodLiteral<422>;
216
+ code: import("zod").ZodEnum<{
217
+ VALIDATION_ERROR: "VALIDATION_ERROR";
218
+ }>;
219
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
220
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
221
+ code: import("zod").ZodEnum<{
222
+ VALIDATION_ERROR: "VALIDATION_ERROR";
223
+ }>;
224
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
225
+ httpCode: import("zod").ZodInt;
226
+ code: import("zod").ZodEnum<{
227
+ BAD_REQUEST: "BAD_REQUEST";
228
+ UNAUTHORIZED: "UNAUTHORIZED";
229
+ FORBIDDEN: "FORBIDDEN";
230
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
231
+ NOT_FOUND: "NOT_FOUND";
232
+ VALIDATION_ERROR: "VALIDATION_ERROR";
233
+ RATE_LIMITED: "RATE_LIMITED";
234
+ INTERNAL_ERROR: "INTERNAL_ERROR";
235
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
236
+ INVALID_CURSOR: "INVALID_CURSOR";
237
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
238
+ }>;
239
+ message: import("zod").ZodString;
240
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
241
+ httpCode: import("zod").ZodLiteral<429>;
242
+ code: import("zod").ZodEnum<{
243
+ RATE_LIMITED: "RATE_LIMITED";
244
+ }>;
245
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
246
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
247
+ code: import("zod").ZodEnum<{
248
+ RATE_LIMITED: "RATE_LIMITED";
249
+ }>;
250
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
251
+ httpCode: import("zod").ZodInt;
252
+ code: import("zod").ZodEnum<{
253
+ BAD_REQUEST: "BAD_REQUEST";
254
+ UNAUTHORIZED: "UNAUTHORIZED";
255
+ FORBIDDEN: "FORBIDDEN";
256
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
257
+ NOT_FOUND: "NOT_FOUND";
258
+ VALIDATION_ERROR: "VALIDATION_ERROR";
259
+ RATE_LIMITED: "RATE_LIMITED";
260
+ INTERNAL_ERROR: "INTERNAL_ERROR";
261
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
262
+ INVALID_CURSOR: "INVALID_CURSOR";
263
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
264
+ }>;
265
+ message: import("zod").ZodString;
266
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
267
+ httpCode: import("zod").ZodLiteral<500>;
268
+ code: import("zod").ZodEnum<{
269
+ INTERNAL_ERROR: "INTERNAL_ERROR";
270
+ }>;
271
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
272
+ code: import("zod").ZodEnum<{
273
+ INTERNAL_ERROR: "INTERNAL_ERROR";
274
+ }>;
275
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
276
+ httpCode: import("zod").ZodInt;
277
+ code: import("zod").ZodEnum<{
278
+ BAD_REQUEST: "BAD_REQUEST";
279
+ UNAUTHORIZED: "UNAUTHORIZED";
280
+ FORBIDDEN: "FORBIDDEN";
281
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
282
+ NOT_FOUND: "NOT_FOUND";
283
+ VALIDATION_ERROR: "VALIDATION_ERROR";
284
+ RATE_LIMITED: "RATE_LIMITED";
285
+ INTERNAL_ERROR: "INTERNAL_ERROR";
286
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
287
+ INVALID_CURSOR: "INVALID_CURSOR";
288
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
289
+ }>;
290
+ message: import("zod").ZodString;
291
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
292
+ httpCode: import("zod").ZodLiteral<501>;
293
+ code: import("zod").ZodEnum<{
294
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
295
+ }>;
296
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
297
+ code: import("zod").ZodEnum<{
298
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
299
+ }>;
300
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
301
+ httpCode: import("zod").ZodInt;
302
+ code: import("zod").ZodEnum<{
303
+ BAD_REQUEST: "BAD_REQUEST";
304
+ UNAUTHORIZED: "UNAUTHORIZED";
305
+ FORBIDDEN: "FORBIDDEN";
306
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
307
+ NOT_FOUND: "NOT_FOUND";
308
+ VALIDATION_ERROR: "VALIDATION_ERROR";
309
+ RATE_LIMITED: "RATE_LIMITED";
310
+ INTERNAL_ERROR: "INTERNAL_ERROR";
311
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
312
+ INVALID_CURSOR: "INVALID_CURSOR";
313
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
314
+ }>;
315
+ message: import("zod").ZodString;
316
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
317
+ httpCode: import("zod").ZodLiteral<400>;
318
+ code: import("zod").ZodEnum<{
319
+ INVALID_CURSOR: "INVALID_CURSOR";
320
+ }>;
321
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
322
+ code: import("zod").ZodEnum<{
323
+ INVALID_CURSOR: "INVALID_CURSOR";
324
+ }>;
325
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
326
+ httpCode: import("zod").ZodInt;
327
+ code: import("zod").ZodEnum<{
328
+ BAD_REQUEST: "BAD_REQUEST";
329
+ UNAUTHORIZED: "UNAUTHORIZED";
330
+ FORBIDDEN: "FORBIDDEN";
331
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
332
+ NOT_FOUND: "NOT_FOUND";
333
+ VALIDATION_ERROR: "VALIDATION_ERROR";
334
+ RATE_LIMITED: "RATE_LIMITED";
335
+ INTERNAL_ERROR: "INTERNAL_ERROR";
336
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
337
+ INVALID_CURSOR: "INVALID_CURSOR";
338
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
339
+ }>;
340
+ message: import("zod").ZodString;
341
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
342
+ httpCode: import("zod").ZodLiteral<410>;
343
+ code: import("zod").ZodEnum<{
344
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
345
+ }>;
346
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
347
+ code: import("zod").ZodEnum<{
348
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
349
+ }>;
350
+ }, import("zod/v4/core").$strip>>]>;
351
+ }, import("zod/v4/core").$strip>;
352
+ export declare const getCurrentUsageStatus403Schema: import("zod").ZodObject<{
353
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
354
+ httpCode: import("zod").ZodInt;
355
+ code: import("zod").ZodEnum<{
356
+ BAD_REQUEST: "BAD_REQUEST";
357
+ UNAUTHORIZED: "UNAUTHORIZED";
358
+ FORBIDDEN: "FORBIDDEN";
359
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
360
+ NOT_FOUND: "NOT_FOUND";
361
+ VALIDATION_ERROR: "VALIDATION_ERROR";
362
+ RATE_LIMITED: "RATE_LIMITED";
363
+ INTERNAL_ERROR: "INTERNAL_ERROR";
364
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
365
+ INVALID_CURSOR: "INVALID_CURSOR";
366
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
367
+ }>;
368
+ message: import("zod").ZodString;
369
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
370
+ httpCode: import("zod").ZodLiteral<400>;
371
+ code: import("zod").ZodEnum<{
372
+ BAD_REQUEST: "BAD_REQUEST";
373
+ }>;
374
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
375
+ code: import("zod").ZodEnum<{
376
+ BAD_REQUEST: "BAD_REQUEST";
377
+ }>;
378
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
379
+ httpCode: import("zod").ZodInt;
380
+ code: import("zod").ZodEnum<{
381
+ BAD_REQUEST: "BAD_REQUEST";
382
+ UNAUTHORIZED: "UNAUTHORIZED";
383
+ FORBIDDEN: "FORBIDDEN";
384
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
385
+ NOT_FOUND: "NOT_FOUND";
386
+ VALIDATION_ERROR: "VALIDATION_ERROR";
387
+ RATE_LIMITED: "RATE_LIMITED";
388
+ INTERNAL_ERROR: "INTERNAL_ERROR";
389
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
390
+ INVALID_CURSOR: "INVALID_CURSOR";
391
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
392
+ }>;
393
+ message: import("zod").ZodString;
394
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
395
+ httpCode: import("zod").ZodLiteral<401>;
396
+ code: import("zod").ZodEnum<{
397
+ UNAUTHORIZED: "UNAUTHORIZED";
398
+ }>;
399
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
400
+ code: import("zod").ZodEnum<{
401
+ UNAUTHORIZED: "UNAUTHORIZED";
402
+ }>;
403
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
404
+ httpCode: import("zod").ZodInt;
405
+ code: import("zod").ZodEnum<{
406
+ BAD_REQUEST: "BAD_REQUEST";
407
+ UNAUTHORIZED: "UNAUTHORIZED";
408
+ FORBIDDEN: "FORBIDDEN";
409
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
410
+ NOT_FOUND: "NOT_FOUND";
411
+ VALIDATION_ERROR: "VALIDATION_ERROR";
412
+ RATE_LIMITED: "RATE_LIMITED";
413
+ INTERNAL_ERROR: "INTERNAL_ERROR";
414
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
415
+ INVALID_CURSOR: "INVALID_CURSOR";
416
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
417
+ }>;
418
+ message: import("zod").ZodString;
419
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
420
+ httpCode: import("zod").ZodLiteral<403>;
421
+ code: import("zod").ZodEnum<{
422
+ FORBIDDEN: "FORBIDDEN";
423
+ }>;
424
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
425
+ code: import("zod").ZodEnum<{
426
+ FORBIDDEN: "FORBIDDEN";
427
+ }>;
428
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
429
+ httpCode: import("zod").ZodInt;
430
+ code: import("zod").ZodEnum<{
431
+ BAD_REQUEST: "BAD_REQUEST";
432
+ UNAUTHORIZED: "UNAUTHORIZED";
433
+ FORBIDDEN: "FORBIDDEN";
434
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
435
+ NOT_FOUND: "NOT_FOUND";
436
+ VALIDATION_ERROR: "VALIDATION_ERROR";
437
+ RATE_LIMITED: "RATE_LIMITED";
438
+ INTERNAL_ERROR: "INTERNAL_ERROR";
439
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
440
+ INVALID_CURSOR: "INVALID_CURSOR";
441
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
442
+ }>;
443
+ message: import("zod").ZodString;
444
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
445
+ httpCode: import("zod").ZodLiteral<403>;
446
+ code: import("zod").ZodEnum<{
447
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
448
+ }>;
449
+ quotaType: import("zod").ZodEnum<{
450
+ queries: "queries";
451
+ results: "results";
452
+ }>;
453
+ product: import("zod").ZodString;
454
+ resetsAt: import("zod").ZodISODateTime;
455
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
456
+ code: import("zod").ZodEnum<{
457
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
458
+ }>;
459
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
460
+ httpCode: import("zod").ZodInt;
461
+ code: import("zod").ZodEnum<{
462
+ BAD_REQUEST: "BAD_REQUEST";
463
+ UNAUTHORIZED: "UNAUTHORIZED";
464
+ FORBIDDEN: "FORBIDDEN";
465
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
466
+ NOT_FOUND: "NOT_FOUND";
467
+ VALIDATION_ERROR: "VALIDATION_ERROR";
468
+ RATE_LIMITED: "RATE_LIMITED";
469
+ INTERNAL_ERROR: "INTERNAL_ERROR";
470
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
471
+ INVALID_CURSOR: "INVALID_CURSOR";
472
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
473
+ }>;
474
+ message: import("zod").ZodString;
475
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
476
+ httpCode: import("zod").ZodLiteral<404>;
477
+ code: import("zod").ZodEnum<{
478
+ NOT_FOUND: "NOT_FOUND";
479
+ }>;
480
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
481
+ code: import("zod").ZodEnum<{
482
+ NOT_FOUND: "NOT_FOUND";
483
+ }>;
484
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
485
+ httpCode: import("zod").ZodInt;
486
+ code: import("zod").ZodEnum<{
487
+ BAD_REQUEST: "BAD_REQUEST";
488
+ UNAUTHORIZED: "UNAUTHORIZED";
489
+ FORBIDDEN: "FORBIDDEN";
490
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
491
+ NOT_FOUND: "NOT_FOUND";
492
+ VALIDATION_ERROR: "VALIDATION_ERROR";
493
+ RATE_LIMITED: "RATE_LIMITED";
494
+ INTERNAL_ERROR: "INTERNAL_ERROR";
495
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
496
+ INVALID_CURSOR: "INVALID_CURSOR";
497
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
498
+ }>;
499
+ message: import("zod").ZodString;
500
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
501
+ httpCode: import("zod").ZodLiteral<422>;
502
+ code: import("zod").ZodEnum<{
503
+ VALIDATION_ERROR: "VALIDATION_ERROR";
504
+ }>;
505
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
506
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
507
+ code: import("zod").ZodEnum<{
508
+ VALIDATION_ERROR: "VALIDATION_ERROR";
509
+ }>;
510
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
511
+ httpCode: import("zod").ZodInt;
512
+ code: import("zod").ZodEnum<{
513
+ BAD_REQUEST: "BAD_REQUEST";
514
+ UNAUTHORIZED: "UNAUTHORIZED";
515
+ FORBIDDEN: "FORBIDDEN";
516
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
517
+ NOT_FOUND: "NOT_FOUND";
518
+ VALIDATION_ERROR: "VALIDATION_ERROR";
519
+ RATE_LIMITED: "RATE_LIMITED";
520
+ INTERNAL_ERROR: "INTERNAL_ERROR";
521
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
522
+ INVALID_CURSOR: "INVALID_CURSOR";
523
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
524
+ }>;
525
+ message: import("zod").ZodString;
526
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
527
+ httpCode: import("zod").ZodLiteral<429>;
528
+ code: import("zod").ZodEnum<{
529
+ RATE_LIMITED: "RATE_LIMITED";
530
+ }>;
531
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
532
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
533
+ code: import("zod").ZodEnum<{
534
+ RATE_LIMITED: "RATE_LIMITED";
535
+ }>;
536
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
537
+ httpCode: import("zod").ZodInt;
538
+ code: import("zod").ZodEnum<{
539
+ BAD_REQUEST: "BAD_REQUEST";
540
+ UNAUTHORIZED: "UNAUTHORIZED";
541
+ FORBIDDEN: "FORBIDDEN";
542
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
543
+ NOT_FOUND: "NOT_FOUND";
544
+ VALIDATION_ERROR: "VALIDATION_ERROR";
545
+ RATE_LIMITED: "RATE_LIMITED";
546
+ INTERNAL_ERROR: "INTERNAL_ERROR";
547
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
548
+ INVALID_CURSOR: "INVALID_CURSOR";
549
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
550
+ }>;
551
+ message: import("zod").ZodString;
552
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
553
+ httpCode: import("zod").ZodLiteral<500>;
554
+ code: import("zod").ZodEnum<{
555
+ INTERNAL_ERROR: "INTERNAL_ERROR";
556
+ }>;
557
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
558
+ code: import("zod").ZodEnum<{
559
+ INTERNAL_ERROR: "INTERNAL_ERROR";
560
+ }>;
561
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
562
+ httpCode: import("zod").ZodInt;
563
+ code: import("zod").ZodEnum<{
564
+ BAD_REQUEST: "BAD_REQUEST";
565
+ UNAUTHORIZED: "UNAUTHORIZED";
566
+ FORBIDDEN: "FORBIDDEN";
567
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
568
+ NOT_FOUND: "NOT_FOUND";
569
+ VALIDATION_ERROR: "VALIDATION_ERROR";
570
+ RATE_LIMITED: "RATE_LIMITED";
571
+ INTERNAL_ERROR: "INTERNAL_ERROR";
572
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
573
+ INVALID_CURSOR: "INVALID_CURSOR";
574
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
575
+ }>;
576
+ message: import("zod").ZodString;
577
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
578
+ httpCode: import("zod").ZodLiteral<501>;
579
+ code: import("zod").ZodEnum<{
580
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
581
+ }>;
582
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
583
+ code: import("zod").ZodEnum<{
584
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
585
+ }>;
586
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
587
+ httpCode: import("zod").ZodInt;
588
+ code: import("zod").ZodEnum<{
589
+ BAD_REQUEST: "BAD_REQUEST";
590
+ UNAUTHORIZED: "UNAUTHORIZED";
591
+ FORBIDDEN: "FORBIDDEN";
592
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
593
+ NOT_FOUND: "NOT_FOUND";
594
+ VALIDATION_ERROR: "VALIDATION_ERROR";
595
+ RATE_LIMITED: "RATE_LIMITED";
596
+ INTERNAL_ERROR: "INTERNAL_ERROR";
597
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
598
+ INVALID_CURSOR: "INVALID_CURSOR";
599
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
600
+ }>;
601
+ message: import("zod").ZodString;
602
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
603
+ httpCode: import("zod").ZodLiteral<400>;
604
+ code: import("zod").ZodEnum<{
605
+ INVALID_CURSOR: "INVALID_CURSOR";
606
+ }>;
607
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
608
+ code: import("zod").ZodEnum<{
609
+ INVALID_CURSOR: "INVALID_CURSOR";
610
+ }>;
611
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
612
+ httpCode: import("zod").ZodInt;
613
+ code: import("zod").ZodEnum<{
614
+ BAD_REQUEST: "BAD_REQUEST";
615
+ UNAUTHORIZED: "UNAUTHORIZED";
616
+ FORBIDDEN: "FORBIDDEN";
617
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
618
+ NOT_FOUND: "NOT_FOUND";
619
+ VALIDATION_ERROR: "VALIDATION_ERROR";
620
+ RATE_LIMITED: "RATE_LIMITED";
621
+ INTERNAL_ERROR: "INTERNAL_ERROR";
622
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
623
+ INVALID_CURSOR: "INVALID_CURSOR";
624
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
625
+ }>;
626
+ message: import("zod").ZodString;
627
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
628
+ httpCode: import("zod").ZodLiteral<410>;
629
+ code: import("zod").ZodEnum<{
630
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
631
+ }>;
632
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
633
+ code: import("zod").ZodEnum<{
634
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
635
+ }>;
636
+ }, import("zod/v4/core").$strip>>]>;
637
+ }, import("zod/v4/core").$strip>;
638
+ export declare const getCurrentUsageStatus429Schema: import("zod").ZodObject<{
639
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
640
+ httpCode: import("zod").ZodInt;
641
+ code: import("zod").ZodEnum<{
642
+ BAD_REQUEST: "BAD_REQUEST";
643
+ UNAUTHORIZED: "UNAUTHORIZED";
644
+ FORBIDDEN: "FORBIDDEN";
645
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
646
+ NOT_FOUND: "NOT_FOUND";
647
+ VALIDATION_ERROR: "VALIDATION_ERROR";
648
+ RATE_LIMITED: "RATE_LIMITED";
649
+ INTERNAL_ERROR: "INTERNAL_ERROR";
650
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
651
+ INVALID_CURSOR: "INVALID_CURSOR";
652
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
653
+ }>;
654
+ message: import("zod").ZodString;
655
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
656
+ httpCode: import("zod").ZodLiteral<400>;
657
+ code: import("zod").ZodEnum<{
658
+ BAD_REQUEST: "BAD_REQUEST";
659
+ }>;
660
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
661
+ code: import("zod").ZodEnum<{
662
+ BAD_REQUEST: "BAD_REQUEST";
663
+ }>;
664
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
665
+ httpCode: import("zod").ZodInt;
666
+ code: import("zod").ZodEnum<{
667
+ BAD_REQUEST: "BAD_REQUEST";
668
+ UNAUTHORIZED: "UNAUTHORIZED";
669
+ FORBIDDEN: "FORBIDDEN";
670
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
671
+ NOT_FOUND: "NOT_FOUND";
672
+ VALIDATION_ERROR: "VALIDATION_ERROR";
673
+ RATE_LIMITED: "RATE_LIMITED";
674
+ INTERNAL_ERROR: "INTERNAL_ERROR";
675
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
676
+ INVALID_CURSOR: "INVALID_CURSOR";
677
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
678
+ }>;
679
+ message: import("zod").ZodString;
680
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
681
+ httpCode: import("zod").ZodLiteral<401>;
682
+ code: import("zod").ZodEnum<{
683
+ UNAUTHORIZED: "UNAUTHORIZED";
684
+ }>;
685
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
686
+ code: import("zod").ZodEnum<{
687
+ UNAUTHORIZED: "UNAUTHORIZED";
688
+ }>;
689
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
690
+ httpCode: import("zod").ZodInt;
691
+ code: import("zod").ZodEnum<{
692
+ BAD_REQUEST: "BAD_REQUEST";
693
+ UNAUTHORIZED: "UNAUTHORIZED";
694
+ FORBIDDEN: "FORBIDDEN";
695
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
696
+ NOT_FOUND: "NOT_FOUND";
697
+ VALIDATION_ERROR: "VALIDATION_ERROR";
698
+ RATE_LIMITED: "RATE_LIMITED";
699
+ INTERNAL_ERROR: "INTERNAL_ERROR";
700
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
701
+ INVALID_CURSOR: "INVALID_CURSOR";
702
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
703
+ }>;
704
+ message: import("zod").ZodString;
705
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
706
+ httpCode: import("zod").ZodLiteral<403>;
707
+ code: import("zod").ZodEnum<{
708
+ FORBIDDEN: "FORBIDDEN";
709
+ }>;
710
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
711
+ code: import("zod").ZodEnum<{
712
+ FORBIDDEN: "FORBIDDEN";
713
+ }>;
714
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
715
+ httpCode: import("zod").ZodInt;
716
+ code: import("zod").ZodEnum<{
717
+ BAD_REQUEST: "BAD_REQUEST";
718
+ UNAUTHORIZED: "UNAUTHORIZED";
719
+ FORBIDDEN: "FORBIDDEN";
720
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
721
+ NOT_FOUND: "NOT_FOUND";
722
+ VALIDATION_ERROR: "VALIDATION_ERROR";
723
+ RATE_LIMITED: "RATE_LIMITED";
724
+ INTERNAL_ERROR: "INTERNAL_ERROR";
725
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
726
+ INVALID_CURSOR: "INVALID_CURSOR";
727
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
728
+ }>;
729
+ message: import("zod").ZodString;
730
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
731
+ httpCode: import("zod").ZodLiteral<403>;
732
+ code: import("zod").ZodEnum<{
733
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
734
+ }>;
735
+ quotaType: import("zod").ZodEnum<{
736
+ queries: "queries";
737
+ results: "results";
738
+ }>;
739
+ product: import("zod").ZodString;
740
+ resetsAt: import("zod").ZodISODateTime;
741
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
742
+ code: import("zod").ZodEnum<{
743
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
744
+ }>;
745
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
746
+ httpCode: import("zod").ZodInt;
747
+ code: import("zod").ZodEnum<{
748
+ BAD_REQUEST: "BAD_REQUEST";
749
+ UNAUTHORIZED: "UNAUTHORIZED";
750
+ FORBIDDEN: "FORBIDDEN";
751
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
752
+ NOT_FOUND: "NOT_FOUND";
753
+ VALIDATION_ERROR: "VALIDATION_ERROR";
754
+ RATE_LIMITED: "RATE_LIMITED";
755
+ INTERNAL_ERROR: "INTERNAL_ERROR";
756
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
757
+ INVALID_CURSOR: "INVALID_CURSOR";
758
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
759
+ }>;
760
+ message: import("zod").ZodString;
761
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
762
+ httpCode: import("zod").ZodLiteral<404>;
763
+ code: import("zod").ZodEnum<{
764
+ NOT_FOUND: "NOT_FOUND";
765
+ }>;
766
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
767
+ code: import("zod").ZodEnum<{
768
+ NOT_FOUND: "NOT_FOUND";
769
+ }>;
770
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
771
+ httpCode: import("zod").ZodInt;
772
+ code: import("zod").ZodEnum<{
773
+ BAD_REQUEST: "BAD_REQUEST";
774
+ UNAUTHORIZED: "UNAUTHORIZED";
775
+ FORBIDDEN: "FORBIDDEN";
776
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
777
+ NOT_FOUND: "NOT_FOUND";
778
+ VALIDATION_ERROR: "VALIDATION_ERROR";
779
+ RATE_LIMITED: "RATE_LIMITED";
780
+ INTERNAL_ERROR: "INTERNAL_ERROR";
781
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
782
+ INVALID_CURSOR: "INVALID_CURSOR";
783
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
784
+ }>;
785
+ message: import("zod").ZodString;
786
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
787
+ httpCode: import("zod").ZodLiteral<422>;
788
+ code: import("zod").ZodEnum<{
789
+ VALIDATION_ERROR: "VALIDATION_ERROR";
790
+ }>;
791
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
792
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
793
+ code: import("zod").ZodEnum<{
794
+ VALIDATION_ERROR: "VALIDATION_ERROR";
795
+ }>;
796
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
797
+ httpCode: import("zod").ZodInt;
798
+ code: import("zod").ZodEnum<{
799
+ BAD_REQUEST: "BAD_REQUEST";
800
+ UNAUTHORIZED: "UNAUTHORIZED";
801
+ FORBIDDEN: "FORBIDDEN";
802
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
803
+ NOT_FOUND: "NOT_FOUND";
804
+ VALIDATION_ERROR: "VALIDATION_ERROR";
805
+ RATE_LIMITED: "RATE_LIMITED";
806
+ INTERNAL_ERROR: "INTERNAL_ERROR";
807
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
808
+ INVALID_CURSOR: "INVALID_CURSOR";
809
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
810
+ }>;
811
+ message: import("zod").ZodString;
812
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
813
+ httpCode: import("zod").ZodLiteral<429>;
814
+ code: import("zod").ZodEnum<{
815
+ RATE_LIMITED: "RATE_LIMITED";
816
+ }>;
817
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
818
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
819
+ code: import("zod").ZodEnum<{
820
+ RATE_LIMITED: "RATE_LIMITED";
821
+ }>;
822
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
823
+ httpCode: import("zod").ZodInt;
824
+ code: import("zod").ZodEnum<{
825
+ BAD_REQUEST: "BAD_REQUEST";
826
+ UNAUTHORIZED: "UNAUTHORIZED";
827
+ FORBIDDEN: "FORBIDDEN";
828
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
829
+ NOT_FOUND: "NOT_FOUND";
830
+ VALIDATION_ERROR: "VALIDATION_ERROR";
831
+ RATE_LIMITED: "RATE_LIMITED";
832
+ INTERNAL_ERROR: "INTERNAL_ERROR";
833
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
834
+ INVALID_CURSOR: "INVALID_CURSOR";
835
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
836
+ }>;
837
+ message: import("zod").ZodString;
838
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
839
+ httpCode: import("zod").ZodLiteral<500>;
840
+ code: import("zod").ZodEnum<{
841
+ INTERNAL_ERROR: "INTERNAL_ERROR";
842
+ }>;
843
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
844
+ code: import("zod").ZodEnum<{
845
+ INTERNAL_ERROR: "INTERNAL_ERROR";
846
+ }>;
847
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
848
+ httpCode: import("zod").ZodInt;
849
+ code: import("zod").ZodEnum<{
850
+ BAD_REQUEST: "BAD_REQUEST";
851
+ UNAUTHORIZED: "UNAUTHORIZED";
852
+ FORBIDDEN: "FORBIDDEN";
853
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
854
+ NOT_FOUND: "NOT_FOUND";
855
+ VALIDATION_ERROR: "VALIDATION_ERROR";
856
+ RATE_LIMITED: "RATE_LIMITED";
857
+ INTERNAL_ERROR: "INTERNAL_ERROR";
858
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
859
+ INVALID_CURSOR: "INVALID_CURSOR";
860
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
861
+ }>;
862
+ message: import("zod").ZodString;
863
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
864
+ httpCode: import("zod").ZodLiteral<501>;
865
+ code: import("zod").ZodEnum<{
866
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
867
+ }>;
868
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
869
+ code: import("zod").ZodEnum<{
870
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
871
+ }>;
872
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
873
+ httpCode: import("zod").ZodInt;
874
+ code: import("zod").ZodEnum<{
875
+ BAD_REQUEST: "BAD_REQUEST";
876
+ UNAUTHORIZED: "UNAUTHORIZED";
877
+ FORBIDDEN: "FORBIDDEN";
878
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
879
+ NOT_FOUND: "NOT_FOUND";
880
+ VALIDATION_ERROR: "VALIDATION_ERROR";
881
+ RATE_LIMITED: "RATE_LIMITED";
882
+ INTERNAL_ERROR: "INTERNAL_ERROR";
883
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
884
+ INVALID_CURSOR: "INVALID_CURSOR";
885
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
886
+ }>;
887
+ message: import("zod").ZodString;
888
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
889
+ httpCode: import("zod").ZodLiteral<400>;
890
+ code: import("zod").ZodEnum<{
891
+ INVALID_CURSOR: "INVALID_CURSOR";
892
+ }>;
893
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
894
+ code: import("zod").ZodEnum<{
895
+ INVALID_CURSOR: "INVALID_CURSOR";
896
+ }>;
897
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
898
+ httpCode: import("zod").ZodInt;
899
+ code: import("zod").ZodEnum<{
900
+ BAD_REQUEST: "BAD_REQUEST";
901
+ UNAUTHORIZED: "UNAUTHORIZED";
902
+ FORBIDDEN: "FORBIDDEN";
903
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
904
+ NOT_FOUND: "NOT_FOUND";
905
+ VALIDATION_ERROR: "VALIDATION_ERROR";
906
+ RATE_LIMITED: "RATE_LIMITED";
907
+ INTERNAL_ERROR: "INTERNAL_ERROR";
908
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
909
+ INVALID_CURSOR: "INVALID_CURSOR";
910
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
911
+ }>;
912
+ message: import("zod").ZodString;
913
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
914
+ httpCode: import("zod").ZodLiteral<410>;
915
+ code: import("zod").ZodEnum<{
916
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
917
+ }>;
918
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
919
+ code: import("zod").ZodEnum<{
920
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
921
+ }>;
922
+ }, import("zod/v4/core").$strip>>]>;
923
+ }, import("zod/v4/core").$strip>;
924
+ export declare const getCurrentUsageStatus500Schema: import("zod").ZodObject<{
925
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
926
+ httpCode: import("zod").ZodInt;
927
+ code: import("zod").ZodEnum<{
928
+ BAD_REQUEST: "BAD_REQUEST";
929
+ UNAUTHORIZED: "UNAUTHORIZED";
930
+ FORBIDDEN: "FORBIDDEN";
931
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
932
+ NOT_FOUND: "NOT_FOUND";
933
+ VALIDATION_ERROR: "VALIDATION_ERROR";
934
+ RATE_LIMITED: "RATE_LIMITED";
935
+ INTERNAL_ERROR: "INTERNAL_ERROR";
936
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
937
+ INVALID_CURSOR: "INVALID_CURSOR";
938
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
939
+ }>;
940
+ message: import("zod").ZodString;
941
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
942
+ httpCode: import("zod").ZodLiteral<400>;
943
+ code: import("zod").ZodEnum<{
944
+ BAD_REQUEST: "BAD_REQUEST";
945
+ }>;
946
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
947
+ code: import("zod").ZodEnum<{
948
+ BAD_REQUEST: "BAD_REQUEST";
949
+ }>;
950
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
951
+ httpCode: import("zod").ZodInt;
952
+ code: import("zod").ZodEnum<{
953
+ BAD_REQUEST: "BAD_REQUEST";
954
+ UNAUTHORIZED: "UNAUTHORIZED";
955
+ FORBIDDEN: "FORBIDDEN";
956
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
957
+ NOT_FOUND: "NOT_FOUND";
958
+ VALIDATION_ERROR: "VALIDATION_ERROR";
959
+ RATE_LIMITED: "RATE_LIMITED";
960
+ INTERNAL_ERROR: "INTERNAL_ERROR";
961
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
962
+ INVALID_CURSOR: "INVALID_CURSOR";
963
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
964
+ }>;
965
+ message: import("zod").ZodString;
966
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
967
+ httpCode: import("zod").ZodLiteral<401>;
968
+ code: import("zod").ZodEnum<{
969
+ UNAUTHORIZED: "UNAUTHORIZED";
970
+ }>;
971
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
972
+ code: import("zod").ZodEnum<{
973
+ UNAUTHORIZED: "UNAUTHORIZED";
974
+ }>;
975
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
976
+ httpCode: import("zod").ZodInt;
977
+ code: import("zod").ZodEnum<{
978
+ BAD_REQUEST: "BAD_REQUEST";
979
+ UNAUTHORIZED: "UNAUTHORIZED";
980
+ FORBIDDEN: "FORBIDDEN";
981
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
982
+ NOT_FOUND: "NOT_FOUND";
983
+ VALIDATION_ERROR: "VALIDATION_ERROR";
984
+ RATE_LIMITED: "RATE_LIMITED";
985
+ INTERNAL_ERROR: "INTERNAL_ERROR";
986
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
987
+ INVALID_CURSOR: "INVALID_CURSOR";
988
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
989
+ }>;
990
+ message: import("zod").ZodString;
991
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
992
+ httpCode: import("zod").ZodLiteral<403>;
993
+ code: import("zod").ZodEnum<{
994
+ FORBIDDEN: "FORBIDDEN";
995
+ }>;
996
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
997
+ code: import("zod").ZodEnum<{
998
+ FORBIDDEN: "FORBIDDEN";
999
+ }>;
1000
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1001
+ httpCode: import("zod").ZodInt;
1002
+ code: import("zod").ZodEnum<{
1003
+ BAD_REQUEST: "BAD_REQUEST";
1004
+ UNAUTHORIZED: "UNAUTHORIZED";
1005
+ FORBIDDEN: "FORBIDDEN";
1006
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1007
+ NOT_FOUND: "NOT_FOUND";
1008
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1009
+ RATE_LIMITED: "RATE_LIMITED";
1010
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1011
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1012
+ INVALID_CURSOR: "INVALID_CURSOR";
1013
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1014
+ }>;
1015
+ message: import("zod").ZodString;
1016
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1017
+ httpCode: import("zod").ZodLiteral<403>;
1018
+ code: import("zod").ZodEnum<{
1019
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1020
+ }>;
1021
+ quotaType: import("zod").ZodEnum<{
1022
+ queries: "queries";
1023
+ results: "results";
1024
+ }>;
1025
+ product: import("zod").ZodString;
1026
+ resetsAt: import("zod").ZodISODateTime;
1027
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1028
+ code: import("zod").ZodEnum<{
1029
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1030
+ }>;
1031
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1032
+ httpCode: import("zod").ZodInt;
1033
+ code: import("zod").ZodEnum<{
1034
+ BAD_REQUEST: "BAD_REQUEST";
1035
+ UNAUTHORIZED: "UNAUTHORIZED";
1036
+ FORBIDDEN: "FORBIDDEN";
1037
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1038
+ NOT_FOUND: "NOT_FOUND";
1039
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1040
+ RATE_LIMITED: "RATE_LIMITED";
1041
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1042
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1043
+ INVALID_CURSOR: "INVALID_CURSOR";
1044
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1045
+ }>;
1046
+ message: import("zod").ZodString;
1047
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1048
+ httpCode: import("zod").ZodLiteral<404>;
1049
+ code: import("zod").ZodEnum<{
1050
+ NOT_FOUND: "NOT_FOUND";
1051
+ }>;
1052
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1053
+ code: import("zod").ZodEnum<{
1054
+ NOT_FOUND: "NOT_FOUND";
1055
+ }>;
1056
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1057
+ httpCode: import("zod").ZodInt;
1058
+ code: import("zod").ZodEnum<{
1059
+ BAD_REQUEST: "BAD_REQUEST";
1060
+ UNAUTHORIZED: "UNAUTHORIZED";
1061
+ FORBIDDEN: "FORBIDDEN";
1062
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1063
+ NOT_FOUND: "NOT_FOUND";
1064
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1065
+ RATE_LIMITED: "RATE_LIMITED";
1066
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1067
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1068
+ INVALID_CURSOR: "INVALID_CURSOR";
1069
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1070
+ }>;
1071
+ message: import("zod").ZodString;
1072
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1073
+ httpCode: import("zod").ZodLiteral<422>;
1074
+ code: import("zod").ZodEnum<{
1075
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1076
+ }>;
1077
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
1078
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1079
+ code: import("zod").ZodEnum<{
1080
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1081
+ }>;
1082
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1083
+ httpCode: import("zod").ZodInt;
1084
+ code: import("zod").ZodEnum<{
1085
+ BAD_REQUEST: "BAD_REQUEST";
1086
+ UNAUTHORIZED: "UNAUTHORIZED";
1087
+ FORBIDDEN: "FORBIDDEN";
1088
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1089
+ NOT_FOUND: "NOT_FOUND";
1090
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1091
+ RATE_LIMITED: "RATE_LIMITED";
1092
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1093
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1094
+ INVALID_CURSOR: "INVALID_CURSOR";
1095
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1096
+ }>;
1097
+ message: import("zod").ZodString;
1098
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1099
+ httpCode: import("zod").ZodLiteral<429>;
1100
+ code: import("zod").ZodEnum<{
1101
+ RATE_LIMITED: "RATE_LIMITED";
1102
+ }>;
1103
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
1104
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1105
+ code: import("zod").ZodEnum<{
1106
+ RATE_LIMITED: "RATE_LIMITED";
1107
+ }>;
1108
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1109
+ httpCode: import("zod").ZodInt;
1110
+ code: import("zod").ZodEnum<{
1111
+ BAD_REQUEST: "BAD_REQUEST";
1112
+ UNAUTHORIZED: "UNAUTHORIZED";
1113
+ FORBIDDEN: "FORBIDDEN";
1114
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1115
+ NOT_FOUND: "NOT_FOUND";
1116
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1117
+ RATE_LIMITED: "RATE_LIMITED";
1118
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1119
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1120
+ INVALID_CURSOR: "INVALID_CURSOR";
1121
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1122
+ }>;
1123
+ message: import("zod").ZodString;
1124
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1125
+ httpCode: import("zod").ZodLiteral<500>;
1126
+ code: import("zod").ZodEnum<{
1127
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1128
+ }>;
1129
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1130
+ code: import("zod").ZodEnum<{
1131
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1132
+ }>;
1133
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1134
+ httpCode: import("zod").ZodInt;
1135
+ code: import("zod").ZodEnum<{
1136
+ BAD_REQUEST: "BAD_REQUEST";
1137
+ UNAUTHORIZED: "UNAUTHORIZED";
1138
+ FORBIDDEN: "FORBIDDEN";
1139
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1140
+ NOT_FOUND: "NOT_FOUND";
1141
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1142
+ RATE_LIMITED: "RATE_LIMITED";
1143
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1144
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1145
+ INVALID_CURSOR: "INVALID_CURSOR";
1146
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1147
+ }>;
1148
+ message: import("zod").ZodString;
1149
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1150
+ httpCode: import("zod").ZodLiteral<501>;
1151
+ code: import("zod").ZodEnum<{
1152
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1153
+ }>;
1154
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1155
+ code: import("zod").ZodEnum<{
1156
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1157
+ }>;
1158
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1159
+ httpCode: import("zod").ZodInt;
1160
+ code: import("zod").ZodEnum<{
1161
+ BAD_REQUEST: "BAD_REQUEST";
1162
+ UNAUTHORIZED: "UNAUTHORIZED";
1163
+ FORBIDDEN: "FORBIDDEN";
1164
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1165
+ NOT_FOUND: "NOT_FOUND";
1166
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1167
+ RATE_LIMITED: "RATE_LIMITED";
1168
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1169
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1170
+ INVALID_CURSOR: "INVALID_CURSOR";
1171
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1172
+ }>;
1173
+ message: import("zod").ZodString;
1174
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1175
+ httpCode: import("zod").ZodLiteral<400>;
1176
+ code: import("zod").ZodEnum<{
1177
+ INVALID_CURSOR: "INVALID_CURSOR";
1178
+ }>;
1179
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1180
+ code: import("zod").ZodEnum<{
1181
+ INVALID_CURSOR: "INVALID_CURSOR";
1182
+ }>;
1183
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1184
+ httpCode: import("zod").ZodInt;
1185
+ code: import("zod").ZodEnum<{
1186
+ BAD_REQUEST: "BAD_REQUEST";
1187
+ UNAUTHORIZED: "UNAUTHORIZED";
1188
+ FORBIDDEN: "FORBIDDEN";
1189
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1190
+ NOT_FOUND: "NOT_FOUND";
1191
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1192
+ RATE_LIMITED: "RATE_LIMITED";
1193
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1194
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1195
+ INVALID_CURSOR: "INVALID_CURSOR";
1196
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1197
+ }>;
1198
+ message: import("zod").ZodString;
1199
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1200
+ httpCode: import("zod").ZodLiteral<410>;
1201
+ code: import("zod").ZodEnum<{
1202
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1203
+ }>;
1204
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1205
+ code: import("zod").ZodEnum<{
1206
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1207
+ }>;
1208
+ }, import("zod/v4/core").$strip>>]>;
1209
+ }, import("zod/v4/core").$strip>;
1210
+ export declare const getCurrentUsageResponseSchema: import("zod").ZodObject<{
1211
+ usageCycle: import("zod").ZodObject<{
1212
+ period: import("zod").ZodEnum<{
1213
+ monthly: "monthly";
1214
+ yearly: "yearly";
1215
+ }>;
1216
+ anchor: import("zod").ZodISODate;
1217
+ }, import("zod/v4/core").$strip>;
1218
+ cycleWindow: import("zod").ZodObject<{
1219
+ start: import("zod").ZodISODate;
1220
+ end: import("zod").ZodISODate;
1221
+ }, import("zod/v4/core").$strip>;
1222
+ facilityPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
1223
+ resultsUsed: import("zod").ZodInt;
1224
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1225
+ queriesUsed: import("zod").ZodInt;
1226
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1227
+ }, import("zod/v4/core").$strip>>;
1228
+ facilityPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
1229
+ resultsUsed: import("zod").ZodInt;
1230
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1231
+ queriesUsed: import("zod").ZodInt;
1232
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1233
+ }, import("zod/v4/core").$strip>>;
1234
+ marketPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
1235
+ resultsUsed: import("zod").ZodInt;
1236
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1237
+ queriesUsed: import("zod").ZodInt;
1238
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1239
+ }, import("zod/v4/core").$strip>>;
1240
+ marketPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
1241
+ resultsUsed: import("zod").ZodInt;
1242
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1243
+ queriesUsed: import("zod").ZodInt;
1244
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1245
+ }, import("zod/v4/core").$strip>>;
1246
+ search: import("zod").ZodNullable<import("zod").ZodObject<{
1247
+ resultsUsed: import("zod").ZodInt;
1248
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1249
+ queriesUsed: import("zod").ZodInt;
1250
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1251
+ }, import("zod/v4/core").$strip>>;
1252
+ supply: import("zod").ZodNullable<import("zod").ZodObject<{
1253
+ resultsUsed: import("zod").ZodInt;
1254
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1255
+ queriesUsed: import("zod").ZodInt;
1256
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1257
+ }, import("zod/v4/core").$strip>>;
1258
+ demographics: import("zod").ZodNullable<import("zod").ZodObject<{
1259
+ resultsUsed: import("zod").ZodInt;
1260
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1261
+ queriesUsed: import("zod").ZodInt;
1262
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1263
+ }, import("zod/v4/core").$strip>>;
1264
+ facilityDetails: import("zod").ZodNullable<import("zod").ZodObject<{
1265
+ resultsUsed: import("zod").ZodInt;
1266
+ resultsLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1267
+ queriesUsed: import("zod").ZodInt;
1268
+ queriesLimit: import("zod").ZodNullable<import("zod").ZodInt>;
1269
+ }, import("zod/v4/core").$strip>>;
1270
+ }, import("zod/v4/core").$strip>;