@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,1832 @@
1
+ /**
2
+ * Generated by Kubb (https://kubb.dev/).
3
+ * Do not edit manually.
4
+ */
5
+ export declare const getUsagePolicyStatus200Schema: import("zod").ZodObject<{
6
+ requestsPerMinuteLimit: import("zod").ZodInt;
7
+ usageCycle: import("zod").ZodObject<{
8
+ period: import("zod").ZodEnum<{
9
+ monthly: "monthly";
10
+ yearly: "yearly";
11
+ }>;
12
+ anchor: import("zod").ZodISODate;
13
+ }, import("zod/v4/core").$strip>;
14
+ facilityPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
15
+ timeframe: import("zod").ZodObject<{
16
+ rollups: import("zod").ZodObject<{
17
+ daily: import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
18
+ unlimited: "unlimited";
19
+ }>]>;
20
+ }, import("zod/v4/core").$strict>;
21
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
22
+ }, import("zod/v4/core").$strip>;
23
+ unitFilters: import("zod").ZodObject<{
24
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
25
+ basicDailyUnitFilters: "basicDailyUnitFilters";
26
+ proDailyUnitFilters: "proDailyUnitFilters";
27
+ }>>;
28
+ }, import("zod/v4/core").$strip>;
29
+ quota: import("zod").ZodObject<{
30
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
31
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
32
+ }, import("zod/v4/core").$strip>;
33
+ }, import("zod/v4/core").$strip>>;
34
+ facilityPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
35
+ timeframe: import("zod").ZodObject<{
36
+ rollups: import("zod").ZodObject<{
37
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
38
+ unlimited: "unlimited";
39
+ }>]>>;
40
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
41
+ unlimited: "unlimited";
42
+ }>]>>;
43
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
44
+ unlimited: "unlimited";
45
+ }>]>>;
46
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
47
+ unlimited: "unlimited";
48
+ }>]>>;
49
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
50
+ unlimited: "unlimited";
51
+ }>]>>;
52
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
53
+ unlimited: "unlimited";
54
+ }>]>>;
55
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
56
+ unlimited: "unlimited";
57
+ }>]>>;
58
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
59
+ unlimited: "unlimited";
60
+ }>]>>;
61
+ }, import("zod/v4/core").$strict>;
62
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
63
+ }, import("zod/v4/core").$strip>;
64
+ unitFilters: import("zod").ZodObject<{
65
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
66
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
67
+ proAggregateUnitFilters: "proAggregateUnitFilters";
68
+ }>>;
69
+ }, import("zod/v4/core").$strip>;
70
+ quota: import("zod").ZodObject<{
71
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
72
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
73
+ }, import("zod/v4/core").$strip>;
74
+ }, import("zod/v4/core").$strip>>;
75
+ marketPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
76
+ geography: import("zod").ZodObject<{
77
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
78
+ country: "country";
79
+ latLngDriveTime: "latLngDriveTime";
80
+ latLngRadius: "latLngRadius";
81
+ wkt: "wkt";
82
+ usAddressDriveTime: "usAddressDriveTime";
83
+ usAddressRadius: "usAddressRadius";
84
+ usCbsa: "usCbsa";
85
+ usCensusBlockGroup: "usCensusBlockGroup";
86
+ usCensusTract: "usCensusTract";
87
+ usCity: "usCity";
88
+ usCounty: "usCounty";
89
+ usRegion: "usRegion";
90
+ usState: "usState";
91
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
92
+ usStructuredAddressRadius: "usStructuredAddressRadius";
93
+ usZipcode: "usZipcode";
94
+ }>>;
95
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
96
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
97
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
98
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
99
+ }, import("zod/v4/core").$strip>;
100
+ timeframe: import("zod").ZodObject<{
101
+ rollups: import("zod").ZodObject<{
102
+ daily: import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
103
+ unlimited: "unlimited";
104
+ }>]>;
105
+ }, import("zod/v4/core").$strict>;
106
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
107
+ }, import("zod/v4/core").$strip>;
108
+ unitFilters: import("zod").ZodObject<{
109
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
110
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
111
+ proAggregateUnitFilters: "proAggregateUnitFilters";
112
+ }>>;
113
+ }, import("zod/v4/core").$strip>;
114
+ quota: import("zod").ZodObject<{
115
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
116
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
117
+ }, import("zod/v4/core").$strip>;
118
+ }, import("zod/v4/core").$strip>>;
119
+ marketPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
120
+ geography: import("zod").ZodObject<{
121
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
122
+ country: "country";
123
+ latLngDriveTime: "latLngDriveTime";
124
+ latLngRadius: "latLngRadius";
125
+ wkt: "wkt";
126
+ usAddressDriveTime: "usAddressDriveTime";
127
+ usAddressRadius: "usAddressRadius";
128
+ usCbsa: "usCbsa";
129
+ usCensusBlockGroup: "usCensusBlockGroup";
130
+ usCensusTract: "usCensusTract";
131
+ usCity: "usCity";
132
+ usCounty: "usCounty";
133
+ usRegion: "usRegion";
134
+ usState: "usState";
135
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
136
+ usStructuredAddressRadius: "usStructuredAddressRadius";
137
+ usZipcode: "usZipcode";
138
+ }>>;
139
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
140
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
141
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
142
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
143
+ }, import("zod/v4/core").$strip>;
144
+ timeframe: import("zod").ZodObject<{
145
+ rollups: import("zod").ZodObject<{
146
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
147
+ unlimited: "unlimited";
148
+ }>]>>;
149
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
150
+ unlimited: "unlimited";
151
+ }>]>>;
152
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
153
+ unlimited: "unlimited";
154
+ }>]>>;
155
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
156
+ unlimited: "unlimited";
157
+ }>]>>;
158
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
159
+ unlimited: "unlimited";
160
+ }>]>>;
161
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
162
+ unlimited: "unlimited";
163
+ }>]>>;
164
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
165
+ unlimited: "unlimited";
166
+ }>]>>;
167
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
168
+ unlimited: "unlimited";
169
+ }>]>>;
170
+ }, import("zod/v4/core").$strict>;
171
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
172
+ }, import("zod/v4/core").$strip>;
173
+ unitFilters: import("zod").ZodObject<{
174
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
175
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
176
+ proAggregateUnitFilters: "proAggregateUnitFilters";
177
+ }>>;
178
+ }, import("zod/v4/core").$strip>;
179
+ quota: import("zod").ZodObject<{
180
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
181
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
182
+ }, import("zod/v4/core").$strip>;
183
+ }, import("zod/v4/core").$strip>>;
184
+ search: import("zod").ZodNullable<import("zod").ZodObject<{
185
+ geography: import("zod").ZodObject<{
186
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
187
+ country: "country";
188
+ latLngDriveTime: "latLngDriveTime";
189
+ latLngRadius: "latLngRadius";
190
+ wkt: "wkt";
191
+ usAddressDriveTime: "usAddressDriveTime";
192
+ usAddressRadius: "usAddressRadius";
193
+ usCbsa: "usCbsa";
194
+ usCensusBlockGroup: "usCensusBlockGroup";
195
+ usCensusTract: "usCensusTract";
196
+ usCity: "usCity";
197
+ usCounty: "usCounty";
198
+ usRegion: "usRegion";
199
+ usState: "usState";
200
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
201
+ usStructuredAddressRadius: "usStructuredAddressRadius";
202
+ usZipcode: "usZipcode";
203
+ }>>;
204
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
205
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
206
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
207
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
208
+ }, import("zod/v4/core").$strip>;
209
+ unitFilters: import("zod").ZodObject<{
210
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
211
+ basicDailyUnitFilters: "basicDailyUnitFilters";
212
+ proDailyUnitFilters: "proDailyUnitFilters";
213
+ }>>;
214
+ }, import("zod/v4/core").$strip>;
215
+ facilityFiltersTier: import("zod").ZodEnum<{
216
+ basic: "basic";
217
+ pro: "pro";
218
+ enterprise: "enterprise";
219
+ }>;
220
+ quota: import("zod").ZodObject<{
221
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
222
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
223
+ }, import("zod/v4/core").$strip>;
224
+ }, import("zod/v4/core").$strip>>;
225
+ supply: import("zod").ZodNullable<import("zod").ZodObject<{
226
+ geography: import("zod").ZodObject<{
227
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
228
+ country: "country";
229
+ latLngDriveTime: "latLngDriveTime";
230
+ latLngRadius: "latLngRadius";
231
+ wkt: "wkt";
232
+ usAddressDriveTime: "usAddressDriveTime";
233
+ usAddressRadius: "usAddressRadius";
234
+ usCbsa: "usCbsa";
235
+ usCensusBlockGroup: "usCensusBlockGroup";
236
+ usCensusTract: "usCensusTract";
237
+ usCity: "usCity";
238
+ usCounty: "usCounty";
239
+ usRegion: "usRegion";
240
+ usState: "usState";
241
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
242
+ usStructuredAddressRadius: "usStructuredAddressRadius";
243
+ }>>;
244
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
245
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
246
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
247
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
248
+ }, import("zod/v4/core").$strip>;
249
+ timeframe: import("zod").ZodObject<{
250
+ rollups: import("zod").ZodObject<{
251
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
252
+ unlimited: "unlimited";
253
+ }>]>>;
254
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
255
+ unlimited: "unlimited";
256
+ }>]>>;
257
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
258
+ unlimited: "unlimited";
259
+ }>]>>;
260
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
261
+ unlimited: "unlimited";
262
+ }>]>>;
263
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
264
+ unlimited: "unlimited";
265
+ }>]>>;
266
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
267
+ unlimited: "unlimited";
268
+ }>]>>;
269
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
270
+ unlimited: "unlimited";
271
+ }>]>>;
272
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
273
+ unlimited: "unlimited";
274
+ }>]>>;
275
+ }, import("zod/v4/core").$strict>;
276
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
277
+ }, import("zod/v4/core").$strip>;
278
+ unitFilters: import("zod").ZodObject<{
279
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
280
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
281
+ proAggregateUnitFilters: "proAggregateUnitFilters";
282
+ }>>;
283
+ }, import("zod/v4/core").$strip>;
284
+ facilityFiltersTier: import("zod").ZodEnum<{
285
+ basic: "basic";
286
+ pro: "pro";
287
+ enterprise: "enterprise";
288
+ }>;
289
+ quota: import("zod").ZodObject<{
290
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
291
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
292
+ }, import("zod/v4/core").$strip>;
293
+ }, import("zod/v4/core").$strip>>;
294
+ demographics: import("zod").ZodNullable<import("zod").ZodObject<{
295
+ geography: import("zod").ZodObject<{
296
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
297
+ country: "country";
298
+ latLngDriveTime: "latLngDriveTime";
299
+ latLngRadius: "latLngRadius";
300
+ wkt: "wkt";
301
+ usAddressDriveTime: "usAddressDriveTime";
302
+ usAddressRadius: "usAddressRadius";
303
+ usCbsa: "usCbsa";
304
+ usCensusBlockGroup: "usCensusBlockGroup";
305
+ usCensusTract: "usCensusTract";
306
+ usCity: "usCity";
307
+ usCounty: "usCounty";
308
+ usRegion: "usRegion";
309
+ usState: "usState";
310
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
311
+ usStructuredAddressRadius: "usStructuredAddressRadius";
312
+ }>>;
313
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
314
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
315
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
316
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
317
+ }, import("zod/v4/core").$strip>;
318
+ quota: import("zod").ZodObject<{
319
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
320
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
321
+ }, import("zod/v4/core").$strip>;
322
+ }, import("zod/v4/core").$strip>>;
323
+ facilityDetails: import("zod").ZodNullable<import("zod").ZodObject<{
324
+ routes: import("zod").ZodArray<import("zod").ZodEnum<{
325
+ overview: "overview";
326
+ footprint: "footprint";
327
+ parcels: "parcels";
328
+ loans: "loans";
329
+ taxes: "taxes";
330
+ sales: "sales";
331
+ documents: "documents";
332
+ images: "images";
333
+ notes: "notes";
334
+ contacts: "contacts";
335
+ }>>;
336
+ overviewType: import("zod").ZodEnum<{
337
+ basic: "basic";
338
+ pro: "pro";
339
+ enterprise: "enterprise";
340
+ }>;
341
+ quota: import("zod").ZodObject<{
342
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
343
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
344
+ }, import("zod/v4/core").$strip>;
345
+ }, import("zod/v4/core").$strip>>;
346
+ }, import("zod/v4/core").$strip>;
347
+ export declare const getUsagePolicyStatus401Schema: import("zod").ZodObject<{
348
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
349
+ httpCode: import("zod").ZodInt;
350
+ code: import("zod").ZodEnum<{
351
+ BAD_REQUEST: "BAD_REQUEST";
352
+ UNAUTHORIZED: "UNAUTHORIZED";
353
+ FORBIDDEN: "FORBIDDEN";
354
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
355
+ NOT_FOUND: "NOT_FOUND";
356
+ VALIDATION_ERROR: "VALIDATION_ERROR";
357
+ RATE_LIMITED: "RATE_LIMITED";
358
+ INTERNAL_ERROR: "INTERNAL_ERROR";
359
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
360
+ INVALID_CURSOR: "INVALID_CURSOR";
361
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
362
+ }>;
363
+ message: import("zod").ZodString;
364
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
365
+ httpCode: import("zod").ZodLiteral<400>;
366
+ code: import("zod").ZodEnum<{
367
+ BAD_REQUEST: "BAD_REQUEST";
368
+ }>;
369
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
370
+ code: import("zod").ZodEnum<{
371
+ BAD_REQUEST: "BAD_REQUEST";
372
+ }>;
373
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
374
+ httpCode: import("zod").ZodInt;
375
+ code: import("zod").ZodEnum<{
376
+ BAD_REQUEST: "BAD_REQUEST";
377
+ UNAUTHORIZED: "UNAUTHORIZED";
378
+ FORBIDDEN: "FORBIDDEN";
379
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
380
+ NOT_FOUND: "NOT_FOUND";
381
+ VALIDATION_ERROR: "VALIDATION_ERROR";
382
+ RATE_LIMITED: "RATE_LIMITED";
383
+ INTERNAL_ERROR: "INTERNAL_ERROR";
384
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
385
+ INVALID_CURSOR: "INVALID_CURSOR";
386
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
387
+ }>;
388
+ message: import("zod").ZodString;
389
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
390
+ httpCode: import("zod").ZodLiteral<401>;
391
+ code: import("zod").ZodEnum<{
392
+ UNAUTHORIZED: "UNAUTHORIZED";
393
+ }>;
394
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
395
+ code: import("zod").ZodEnum<{
396
+ UNAUTHORIZED: "UNAUTHORIZED";
397
+ }>;
398
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
399
+ httpCode: import("zod").ZodInt;
400
+ code: import("zod").ZodEnum<{
401
+ BAD_REQUEST: "BAD_REQUEST";
402
+ UNAUTHORIZED: "UNAUTHORIZED";
403
+ FORBIDDEN: "FORBIDDEN";
404
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
405
+ NOT_FOUND: "NOT_FOUND";
406
+ VALIDATION_ERROR: "VALIDATION_ERROR";
407
+ RATE_LIMITED: "RATE_LIMITED";
408
+ INTERNAL_ERROR: "INTERNAL_ERROR";
409
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
410
+ INVALID_CURSOR: "INVALID_CURSOR";
411
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
412
+ }>;
413
+ message: import("zod").ZodString;
414
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
415
+ httpCode: import("zod").ZodLiteral<403>;
416
+ code: import("zod").ZodEnum<{
417
+ FORBIDDEN: "FORBIDDEN";
418
+ }>;
419
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
420
+ code: import("zod").ZodEnum<{
421
+ FORBIDDEN: "FORBIDDEN";
422
+ }>;
423
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
424
+ httpCode: import("zod").ZodInt;
425
+ code: import("zod").ZodEnum<{
426
+ BAD_REQUEST: "BAD_REQUEST";
427
+ UNAUTHORIZED: "UNAUTHORIZED";
428
+ FORBIDDEN: "FORBIDDEN";
429
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
430
+ NOT_FOUND: "NOT_FOUND";
431
+ VALIDATION_ERROR: "VALIDATION_ERROR";
432
+ RATE_LIMITED: "RATE_LIMITED";
433
+ INTERNAL_ERROR: "INTERNAL_ERROR";
434
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
435
+ INVALID_CURSOR: "INVALID_CURSOR";
436
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
437
+ }>;
438
+ message: import("zod").ZodString;
439
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
440
+ httpCode: import("zod").ZodLiteral<403>;
441
+ code: import("zod").ZodEnum<{
442
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
443
+ }>;
444
+ quotaType: import("zod").ZodEnum<{
445
+ queries: "queries";
446
+ results: "results";
447
+ }>;
448
+ product: import("zod").ZodString;
449
+ resetsAt: import("zod").ZodISODateTime;
450
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
451
+ code: import("zod").ZodEnum<{
452
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
453
+ }>;
454
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
455
+ httpCode: import("zod").ZodInt;
456
+ code: import("zod").ZodEnum<{
457
+ BAD_REQUEST: "BAD_REQUEST";
458
+ UNAUTHORIZED: "UNAUTHORIZED";
459
+ FORBIDDEN: "FORBIDDEN";
460
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
461
+ NOT_FOUND: "NOT_FOUND";
462
+ VALIDATION_ERROR: "VALIDATION_ERROR";
463
+ RATE_LIMITED: "RATE_LIMITED";
464
+ INTERNAL_ERROR: "INTERNAL_ERROR";
465
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
466
+ INVALID_CURSOR: "INVALID_CURSOR";
467
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
468
+ }>;
469
+ message: import("zod").ZodString;
470
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
471
+ httpCode: import("zod").ZodLiteral<404>;
472
+ code: import("zod").ZodEnum<{
473
+ NOT_FOUND: "NOT_FOUND";
474
+ }>;
475
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
476
+ code: import("zod").ZodEnum<{
477
+ NOT_FOUND: "NOT_FOUND";
478
+ }>;
479
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
480
+ httpCode: import("zod").ZodInt;
481
+ code: import("zod").ZodEnum<{
482
+ BAD_REQUEST: "BAD_REQUEST";
483
+ UNAUTHORIZED: "UNAUTHORIZED";
484
+ FORBIDDEN: "FORBIDDEN";
485
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
486
+ NOT_FOUND: "NOT_FOUND";
487
+ VALIDATION_ERROR: "VALIDATION_ERROR";
488
+ RATE_LIMITED: "RATE_LIMITED";
489
+ INTERNAL_ERROR: "INTERNAL_ERROR";
490
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
491
+ INVALID_CURSOR: "INVALID_CURSOR";
492
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
493
+ }>;
494
+ message: import("zod").ZodString;
495
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
496
+ httpCode: import("zod").ZodLiteral<422>;
497
+ code: import("zod").ZodEnum<{
498
+ VALIDATION_ERROR: "VALIDATION_ERROR";
499
+ }>;
500
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
501
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
502
+ code: import("zod").ZodEnum<{
503
+ VALIDATION_ERROR: "VALIDATION_ERROR";
504
+ }>;
505
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
506
+ httpCode: import("zod").ZodInt;
507
+ code: import("zod").ZodEnum<{
508
+ BAD_REQUEST: "BAD_REQUEST";
509
+ UNAUTHORIZED: "UNAUTHORIZED";
510
+ FORBIDDEN: "FORBIDDEN";
511
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
512
+ NOT_FOUND: "NOT_FOUND";
513
+ VALIDATION_ERROR: "VALIDATION_ERROR";
514
+ RATE_LIMITED: "RATE_LIMITED";
515
+ INTERNAL_ERROR: "INTERNAL_ERROR";
516
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
517
+ INVALID_CURSOR: "INVALID_CURSOR";
518
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
519
+ }>;
520
+ message: import("zod").ZodString;
521
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
522
+ httpCode: import("zod").ZodLiteral<429>;
523
+ code: import("zod").ZodEnum<{
524
+ RATE_LIMITED: "RATE_LIMITED";
525
+ }>;
526
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
527
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
528
+ code: import("zod").ZodEnum<{
529
+ RATE_LIMITED: "RATE_LIMITED";
530
+ }>;
531
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
532
+ httpCode: import("zod").ZodInt;
533
+ code: import("zod").ZodEnum<{
534
+ BAD_REQUEST: "BAD_REQUEST";
535
+ UNAUTHORIZED: "UNAUTHORIZED";
536
+ FORBIDDEN: "FORBIDDEN";
537
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
538
+ NOT_FOUND: "NOT_FOUND";
539
+ VALIDATION_ERROR: "VALIDATION_ERROR";
540
+ RATE_LIMITED: "RATE_LIMITED";
541
+ INTERNAL_ERROR: "INTERNAL_ERROR";
542
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
543
+ INVALID_CURSOR: "INVALID_CURSOR";
544
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
545
+ }>;
546
+ message: import("zod").ZodString;
547
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
548
+ httpCode: import("zod").ZodLiteral<500>;
549
+ code: import("zod").ZodEnum<{
550
+ INTERNAL_ERROR: "INTERNAL_ERROR";
551
+ }>;
552
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
553
+ code: import("zod").ZodEnum<{
554
+ INTERNAL_ERROR: "INTERNAL_ERROR";
555
+ }>;
556
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
557
+ httpCode: import("zod").ZodInt;
558
+ code: import("zod").ZodEnum<{
559
+ BAD_REQUEST: "BAD_REQUEST";
560
+ UNAUTHORIZED: "UNAUTHORIZED";
561
+ FORBIDDEN: "FORBIDDEN";
562
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
563
+ NOT_FOUND: "NOT_FOUND";
564
+ VALIDATION_ERROR: "VALIDATION_ERROR";
565
+ RATE_LIMITED: "RATE_LIMITED";
566
+ INTERNAL_ERROR: "INTERNAL_ERROR";
567
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
568
+ INVALID_CURSOR: "INVALID_CURSOR";
569
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
570
+ }>;
571
+ message: import("zod").ZodString;
572
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
573
+ httpCode: import("zod").ZodLiteral<501>;
574
+ code: import("zod").ZodEnum<{
575
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
576
+ }>;
577
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
578
+ code: import("zod").ZodEnum<{
579
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
580
+ }>;
581
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
582
+ httpCode: import("zod").ZodInt;
583
+ code: import("zod").ZodEnum<{
584
+ BAD_REQUEST: "BAD_REQUEST";
585
+ UNAUTHORIZED: "UNAUTHORIZED";
586
+ FORBIDDEN: "FORBIDDEN";
587
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
588
+ NOT_FOUND: "NOT_FOUND";
589
+ VALIDATION_ERROR: "VALIDATION_ERROR";
590
+ RATE_LIMITED: "RATE_LIMITED";
591
+ INTERNAL_ERROR: "INTERNAL_ERROR";
592
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
593
+ INVALID_CURSOR: "INVALID_CURSOR";
594
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
595
+ }>;
596
+ message: import("zod").ZodString;
597
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
598
+ httpCode: import("zod").ZodLiteral<400>;
599
+ code: import("zod").ZodEnum<{
600
+ INVALID_CURSOR: "INVALID_CURSOR";
601
+ }>;
602
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
603
+ code: import("zod").ZodEnum<{
604
+ INVALID_CURSOR: "INVALID_CURSOR";
605
+ }>;
606
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
607
+ httpCode: import("zod").ZodInt;
608
+ code: import("zod").ZodEnum<{
609
+ BAD_REQUEST: "BAD_REQUEST";
610
+ UNAUTHORIZED: "UNAUTHORIZED";
611
+ FORBIDDEN: "FORBIDDEN";
612
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
613
+ NOT_FOUND: "NOT_FOUND";
614
+ VALIDATION_ERROR: "VALIDATION_ERROR";
615
+ RATE_LIMITED: "RATE_LIMITED";
616
+ INTERNAL_ERROR: "INTERNAL_ERROR";
617
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
618
+ INVALID_CURSOR: "INVALID_CURSOR";
619
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
620
+ }>;
621
+ message: import("zod").ZodString;
622
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
623
+ httpCode: import("zod").ZodLiteral<410>;
624
+ code: import("zod").ZodEnum<{
625
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
626
+ }>;
627
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
628
+ code: import("zod").ZodEnum<{
629
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
630
+ }>;
631
+ }, import("zod/v4/core").$strip>>]>;
632
+ }, import("zod/v4/core").$strip>;
633
+ export declare const getUsagePolicyStatus403Schema: import("zod").ZodObject<{
634
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
635
+ httpCode: import("zod").ZodInt;
636
+ code: import("zod").ZodEnum<{
637
+ BAD_REQUEST: "BAD_REQUEST";
638
+ UNAUTHORIZED: "UNAUTHORIZED";
639
+ FORBIDDEN: "FORBIDDEN";
640
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
641
+ NOT_FOUND: "NOT_FOUND";
642
+ VALIDATION_ERROR: "VALIDATION_ERROR";
643
+ RATE_LIMITED: "RATE_LIMITED";
644
+ INTERNAL_ERROR: "INTERNAL_ERROR";
645
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
646
+ INVALID_CURSOR: "INVALID_CURSOR";
647
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
648
+ }>;
649
+ message: import("zod").ZodString;
650
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
651
+ httpCode: import("zod").ZodLiteral<400>;
652
+ code: import("zod").ZodEnum<{
653
+ BAD_REQUEST: "BAD_REQUEST";
654
+ }>;
655
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
656
+ code: import("zod").ZodEnum<{
657
+ BAD_REQUEST: "BAD_REQUEST";
658
+ }>;
659
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
660
+ httpCode: import("zod").ZodInt;
661
+ code: import("zod").ZodEnum<{
662
+ BAD_REQUEST: "BAD_REQUEST";
663
+ UNAUTHORIZED: "UNAUTHORIZED";
664
+ FORBIDDEN: "FORBIDDEN";
665
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
666
+ NOT_FOUND: "NOT_FOUND";
667
+ VALIDATION_ERROR: "VALIDATION_ERROR";
668
+ RATE_LIMITED: "RATE_LIMITED";
669
+ INTERNAL_ERROR: "INTERNAL_ERROR";
670
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
671
+ INVALID_CURSOR: "INVALID_CURSOR";
672
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
673
+ }>;
674
+ message: import("zod").ZodString;
675
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
676
+ httpCode: import("zod").ZodLiteral<401>;
677
+ code: import("zod").ZodEnum<{
678
+ UNAUTHORIZED: "UNAUTHORIZED";
679
+ }>;
680
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
681
+ code: import("zod").ZodEnum<{
682
+ UNAUTHORIZED: "UNAUTHORIZED";
683
+ }>;
684
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
685
+ httpCode: import("zod").ZodInt;
686
+ code: import("zod").ZodEnum<{
687
+ BAD_REQUEST: "BAD_REQUEST";
688
+ UNAUTHORIZED: "UNAUTHORIZED";
689
+ FORBIDDEN: "FORBIDDEN";
690
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
691
+ NOT_FOUND: "NOT_FOUND";
692
+ VALIDATION_ERROR: "VALIDATION_ERROR";
693
+ RATE_LIMITED: "RATE_LIMITED";
694
+ INTERNAL_ERROR: "INTERNAL_ERROR";
695
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
696
+ INVALID_CURSOR: "INVALID_CURSOR";
697
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
698
+ }>;
699
+ message: import("zod").ZodString;
700
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
701
+ httpCode: import("zod").ZodLiteral<403>;
702
+ code: import("zod").ZodEnum<{
703
+ FORBIDDEN: "FORBIDDEN";
704
+ }>;
705
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
706
+ code: import("zod").ZodEnum<{
707
+ FORBIDDEN: "FORBIDDEN";
708
+ }>;
709
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
710
+ httpCode: import("zod").ZodInt;
711
+ code: import("zod").ZodEnum<{
712
+ BAD_REQUEST: "BAD_REQUEST";
713
+ UNAUTHORIZED: "UNAUTHORIZED";
714
+ FORBIDDEN: "FORBIDDEN";
715
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
716
+ NOT_FOUND: "NOT_FOUND";
717
+ VALIDATION_ERROR: "VALIDATION_ERROR";
718
+ RATE_LIMITED: "RATE_LIMITED";
719
+ INTERNAL_ERROR: "INTERNAL_ERROR";
720
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
721
+ INVALID_CURSOR: "INVALID_CURSOR";
722
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
723
+ }>;
724
+ message: import("zod").ZodString;
725
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
726
+ httpCode: import("zod").ZodLiteral<403>;
727
+ code: import("zod").ZodEnum<{
728
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
729
+ }>;
730
+ quotaType: import("zod").ZodEnum<{
731
+ queries: "queries";
732
+ results: "results";
733
+ }>;
734
+ product: import("zod").ZodString;
735
+ resetsAt: import("zod").ZodISODateTime;
736
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
737
+ code: import("zod").ZodEnum<{
738
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
739
+ }>;
740
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
741
+ httpCode: import("zod").ZodInt;
742
+ code: import("zod").ZodEnum<{
743
+ BAD_REQUEST: "BAD_REQUEST";
744
+ UNAUTHORIZED: "UNAUTHORIZED";
745
+ FORBIDDEN: "FORBIDDEN";
746
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
747
+ NOT_FOUND: "NOT_FOUND";
748
+ VALIDATION_ERROR: "VALIDATION_ERROR";
749
+ RATE_LIMITED: "RATE_LIMITED";
750
+ INTERNAL_ERROR: "INTERNAL_ERROR";
751
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
752
+ INVALID_CURSOR: "INVALID_CURSOR";
753
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
754
+ }>;
755
+ message: import("zod").ZodString;
756
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
757
+ httpCode: import("zod").ZodLiteral<404>;
758
+ code: import("zod").ZodEnum<{
759
+ NOT_FOUND: "NOT_FOUND";
760
+ }>;
761
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
762
+ code: import("zod").ZodEnum<{
763
+ NOT_FOUND: "NOT_FOUND";
764
+ }>;
765
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
766
+ httpCode: import("zod").ZodInt;
767
+ code: import("zod").ZodEnum<{
768
+ BAD_REQUEST: "BAD_REQUEST";
769
+ UNAUTHORIZED: "UNAUTHORIZED";
770
+ FORBIDDEN: "FORBIDDEN";
771
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
772
+ NOT_FOUND: "NOT_FOUND";
773
+ VALIDATION_ERROR: "VALIDATION_ERROR";
774
+ RATE_LIMITED: "RATE_LIMITED";
775
+ INTERNAL_ERROR: "INTERNAL_ERROR";
776
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
777
+ INVALID_CURSOR: "INVALID_CURSOR";
778
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
779
+ }>;
780
+ message: import("zod").ZodString;
781
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
782
+ httpCode: import("zod").ZodLiteral<422>;
783
+ code: import("zod").ZodEnum<{
784
+ VALIDATION_ERROR: "VALIDATION_ERROR";
785
+ }>;
786
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
787
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
788
+ code: import("zod").ZodEnum<{
789
+ VALIDATION_ERROR: "VALIDATION_ERROR";
790
+ }>;
791
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
792
+ httpCode: import("zod").ZodInt;
793
+ code: import("zod").ZodEnum<{
794
+ BAD_REQUEST: "BAD_REQUEST";
795
+ UNAUTHORIZED: "UNAUTHORIZED";
796
+ FORBIDDEN: "FORBIDDEN";
797
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
798
+ NOT_FOUND: "NOT_FOUND";
799
+ VALIDATION_ERROR: "VALIDATION_ERROR";
800
+ RATE_LIMITED: "RATE_LIMITED";
801
+ INTERNAL_ERROR: "INTERNAL_ERROR";
802
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
803
+ INVALID_CURSOR: "INVALID_CURSOR";
804
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
805
+ }>;
806
+ message: import("zod").ZodString;
807
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
808
+ httpCode: import("zod").ZodLiteral<429>;
809
+ code: import("zod").ZodEnum<{
810
+ RATE_LIMITED: "RATE_LIMITED";
811
+ }>;
812
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
813
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
814
+ code: import("zod").ZodEnum<{
815
+ RATE_LIMITED: "RATE_LIMITED";
816
+ }>;
817
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
818
+ httpCode: import("zod").ZodInt;
819
+ code: import("zod").ZodEnum<{
820
+ BAD_REQUEST: "BAD_REQUEST";
821
+ UNAUTHORIZED: "UNAUTHORIZED";
822
+ FORBIDDEN: "FORBIDDEN";
823
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
824
+ NOT_FOUND: "NOT_FOUND";
825
+ VALIDATION_ERROR: "VALIDATION_ERROR";
826
+ RATE_LIMITED: "RATE_LIMITED";
827
+ INTERNAL_ERROR: "INTERNAL_ERROR";
828
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
829
+ INVALID_CURSOR: "INVALID_CURSOR";
830
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
831
+ }>;
832
+ message: import("zod").ZodString;
833
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
834
+ httpCode: import("zod").ZodLiteral<500>;
835
+ code: import("zod").ZodEnum<{
836
+ INTERNAL_ERROR: "INTERNAL_ERROR";
837
+ }>;
838
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
839
+ code: import("zod").ZodEnum<{
840
+ INTERNAL_ERROR: "INTERNAL_ERROR";
841
+ }>;
842
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
843
+ httpCode: import("zod").ZodInt;
844
+ code: import("zod").ZodEnum<{
845
+ BAD_REQUEST: "BAD_REQUEST";
846
+ UNAUTHORIZED: "UNAUTHORIZED";
847
+ FORBIDDEN: "FORBIDDEN";
848
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
849
+ NOT_FOUND: "NOT_FOUND";
850
+ VALIDATION_ERROR: "VALIDATION_ERROR";
851
+ RATE_LIMITED: "RATE_LIMITED";
852
+ INTERNAL_ERROR: "INTERNAL_ERROR";
853
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
854
+ INVALID_CURSOR: "INVALID_CURSOR";
855
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
856
+ }>;
857
+ message: import("zod").ZodString;
858
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
859
+ httpCode: import("zod").ZodLiteral<501>;
860
+ code: import("zod").ZodEnum<{
861
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
862
+ }>;
863
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
864
+ code: import("zod").ZodEnum<{
865
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
866
+ }>;
867
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
868
+ httpCode: import("zod").ZodInt;
869
+ code: import("zod").ZodEnum<{
870
+ BAD_REQUEST: "BAD_REQUEST";
871
+ UNAUTHORIZED: "UNAUTHORIZED";
872
+ FORBIDDEN: "FORBIDDEN";
873
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
874
+ NOT_FOUND: "NOT_FOUND";
875
+ VALIDATION_ERROR: "VALIDATION_ERROR";
876
+ RATE_LIMITED: "RATE_LIMITED";
877
+ INTERNAL_ERROR: "INTERNAL_ERROR";
878
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
879
+ INVALID_CURSOR: "INVALID_CURSOR";
880
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
881
+ }>;
882
+ message: import("zod").ZodString;
883
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
884
+ httpCode: import("zod").ZodLiteral<400>;
885
+ code: import("zod").ZodEnum<{
886
+ INVALID_CURSOR: "INVALID_CURSOR";
887
+ }>;
888
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
889
+ code: import("zod").ZodEnum<{
890
+ INVALID_CURSOR: "INVALID_CURSOR";
891
+ }>;
892
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
893
+ httpCode: import("zod").ZodInt;
894
+ code: import("zod").ZodEnum<{
895
+ BAD_REQUEST: "BAD_REQUEST";
896
+ UNAUTHORIZED: "UNAUTHORIZED";
897
+ FORBIDDEN: "FORBIDDEN";
898
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
899
+ NOT_FOUND: "NOT_FOUND";
900
+ VALIDATION_ERROR: "VALIDATION_ERROR";
901
+ RATE_LIMITED: "RATE_LIMITED";
902
+ INTERNAL_ERROR: "INTERNAL_ERROR";
903
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
904
+ INVALID_CURSOR: "INVALID_CURSOR";
905
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
906
+ }>;
907
+ message: import("zod").ZodString;
908
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
909
+ httpCode: import("zod").ZodLiteral<410>;
910
+ code: import("zod").ZodEnum<{
911
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
912
+ }>;
913
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
914
+ code: import("zod").ZodEnum<{
915
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
916
+ }>;
917
+ }, import("zod/v4/core").$strip>>]>;
918
+ }, import("zod/v4/core").$strip>;
919
+ export declare const getUsagePolicyStatus429Schema: import("zod").ZodObject<{
920
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
921
+ httpCode: import("zod").ZodInt;
922
+ code: import("zod").ZodEnum<{
923
+ BAD_REQUEST: "BAD_REQUEST";
924
+ UNAUTHORIZED: "UNAUTHORIZED";
925
+ FORBIDDEN: "FORBIDDEN";
926
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
927
+ NOT_FOUND: "NOT_FOUND";
928
+ VALIDATION_ERROR: "VALIDATION_ERROR";
929
+ RATE_LIMITED: "RATE_LIMITED";
930
+ INTERNAL_ERROR: "INTERNAL_ERROR";
931
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
932
+ INVALID_CURSOR: "INVALID_CURSOR";
933
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
934
+ }>;
935
+ message: import("zod").ZodString;
936
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
937
+ httpCode: import("zod").ZodLiteral<400>;
938
+ code: import("zod").ZodEnum<{
939
+ BAD_REQUEST: "BAD_REQUEST";
940
+ }>;
941
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
942
+ code: import("zod").ZodEnum<{
943
+ BAD_REQUEST: "BAD_REQUEST";
944
+ }>;
945
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
946
+ httpCode: import("zod").ZodInt;
947
+ code: import("zod").ZodEnum<{
948
+ BAD_REQUEST: "BAD_REQUEST";
949
+ UNAUTHORIZED: "UNAUTHORIZED";
950
+ FORBIDDEN: "FORBIDDEN";
951
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
952
+ NOT_FOUND: "NOT_FOUND";
953
+ VALIDATION_ERROR: "VALIDATION_ERROR";
954
+ RATE_LIMITED: "RATE_LIMITED";
955
+ INTERNAL_ERROR: "INTERNAL_ERROR";
956
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
957
+ INVALID_CURSOR: "INVALID_CURSOR";
958
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
959
+ }>;
960
+ message: import("zod").ZodString;
961
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
962
+ httpCode: import("zod").ZodLiteral<401>;
963
+ code: import("zod").ZodEnum<{
964
+ UNAUTHORIZED: "UNAUTHORIZED";
965
+ }>;
966
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
967
+ code: import("zod").ZodEnum<{
968
+ UNAUTHORIZED: "UNAUTHORIZED";
969
+ }>;
970
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
971
+ httpCode: import("zod").ZodInt;
972
+ code: import("zod").ZodEnum<{
973
+ BAD_REQUEST: "BAD_REQUEST";
974
+ UNAUTHORIZED: "UNAUTHORIZED";
975
+ FORBIDDEN: "FORBIDDEN";
976
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
977
+ NOT_FOUND: "NOT_FOUND";
978
+ VALIDATION_ERROR: "VALIDATION_ERROR";
979
+ RATE_LIMITED: "RATE_LIMITED";
980
+ INTERNAL_ERROR: "INTERNAL_ERROR";
981
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
982
+ INVALID_CURSOR: "INVALID_CURSOR";
983
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
984
+ }>;
985
+ message: import("zod").ZodString;
986
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
987
+ httpCode: import("zod").ZodLiteral<403>;
988
+ code: import("zod").ZodEnum<{
989
+ FORBIDDEN: "FORBIDDEN";
990
+ }>;
991
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
992
+ code: import("zod").ZodEnum<{
993
+ FORBIDDEN: "FORBIDDEN";
994
+ }>;
995
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
996
+ httpCode: import("zod").ZodInt;
997
+ code: import("zod").ZodEnum<{
998
+ BAD_REQUEST: "BAD_REQUEST";
999
+ UNAUTHORIZED: "UNAUTHORIZED";
1000
+ FORBIDDEN: "FORBIDDEN";
1001
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1002
+ NOT_FOUND: "NOT_FOUND";
1003
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1004
+ RATE_LIMITED: "RATE_LIMITED";
1005
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1006
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1007
+ INVALID_CURSOR: "INVALID_CURSOR";
1008
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1009
+ }>;
1010
+ message: import("zod").ZodString;
1011
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1012
+ httpCode: import("zod").ZodLiteral<403>;
1013
+ code: import("zod").ZodEnum<{
1014
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1015
+ }>;
1016
+ quotaType: import("zod").ZodEnum<{
1017
+ queries: "queries";
1018
+ results: "results";
1019
+ }>;
1020
+ product: import("zod").ZodString;
1021
+ resetsAt: import("zod").ZodISODateTime;
1022
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1023
+ code: import("zod").ZodEnum<{
1024
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1025
+ }>;
1026
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1027
+ httpCode: import("zod").ZodInt;
1028
+ code: import("zod").ZodEnum<{
1029
+ BAD_REQUEST: "BAD_REQUEST";
1030
+ UNAUTHORIZED: "UNAUTHORIZED";
1031
+ FORBIDDEN: "FORBIDDEN";
1032
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1033
+ NOT_FOUND: "NOT_FOUND";
1034
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1035
+ RATE_LIMITED: "RATE_LIMITED";
1036
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1037
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1038
+ INVALID_CURSOR: "INVALID_CURSOR";
1039
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1040
+ }>;
1041
+ message: import("zod").ZodString;
1042
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1043
+ httpCode: import("zod").ZodLiteral<404>;
1044
+ code: import("zod").ZodEnum<{
1045
+ NOT_FOUND: "NOT_FOUND";
1046
+ }>;
1047
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1048
+ code: import("zod").ZodEnum<{
1049
+ NOT_FOUND: "NOT_FOUND";
1050
+ }>;
1051
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1052
+ httpCode: import("zod").ZodInt;
1053
+ code: import("zod").ZodEnum<{
1054
+ BAD_REQUEST: "BAD_REQUEST";
1055
+ UNAUTHORIZED: "UNAUTHORIZED";
1056
+ FORBIDDEN: "FORBIDDEN";
1057
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1058
+ NOT_FOUND: "NOT_FOUND";
1059
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1060
+ RATE_LIMITED: "RATE_LIMITED";
1061
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1062
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1063
+ INVALID_CURSOR: "INVALID_CURSOR";
1064
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1065
+ }>;
1066
+ message: import("zod").ZodString;
1067
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1068
+ httpCode: import("zod").ZodLiteral<422>;
1069
+ code: import("zod").ZodEnum<{
1070
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1071
+ }>;
1072
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
1073
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1074
+ code: import("zod").ZodEnum<{
1075
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1076
+ }>;
1077
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1078
+ httpCode: import("zod").ZodInt;
1079
+ code: import("zod").ZodEnum<{
1080
+ BAD_REQUEST: "BAD_REQUEST";
1081
+ UNAUTHORIZED: "UNAUTHORIZED";
1082
+ FORBIDDEN: "FORBIDDEN";
1083
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1084
+ NOT_FOUND: "NOT_FOUND";
1085
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1086
+ RATE_LIMITED: "RATE_LIMITED";
1087
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1088
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1089
+ INVALID_CURSOR: "INVALID_CURSOR";
1090
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1091
+ }>;
1092
+ message: import("zod").ZodString;
1093
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1094
+ httpCode: import("zod").ZodLiteral<429>;
1095
+ code: import("zod").ZodEnum<{
1096
+ RATE_LIMITED: "RATE_LIMITED";
1097
+ }>;
1098
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
1099
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1100
+ code: import("zod").ZodEnum<{
1101
+ RATE_LIMITED: "RATE_LIMITED";
1102
+ }>;
1103
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1104
+ httpCode: import("zod").ZodInt;
1105
+ code: import("zod").ZodEnum<{
1106
+ BAD_REQUEST: "BAD_REQUEST";
1107
+ UNAUTHORIZED: "UNAUTHORIZED";
1108
+ FORBIDDEN: "FORBIDDEN";
1109
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1110
+ NOT_FOUND: "NOT_FOUND";
1111
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1112
+ RATE_LIMITED: "RATE_LIMITED";
1113
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1114
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1115
+ INVALID_CURSOR: "INVALID_CURSOR";
1116
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1117
+ }>;
1118
+ message: import("zod").ZodString;
1119
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1120
+ httpCode: import("zod").ZodLiteral<500>;
1121
+ code: import("zod").ZodEnum<{
1122
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1123
+ }>;
1124
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1125
+ code: import("zod").ZodEnum<{
1126
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1127
+ }>;
1128
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1129
+ httpCode: import("zod").ZodInt;
1130
+ code: import("zod").ZodEnum<{
1131
+ BAD_REQUEST: "BAD_REQUEST";
1132
+ UNAUTHORIZED: "UNAUTHORIZED";
1133
+ FORBIDDEN: "FORBIDDEN";
1134
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1135
+ NOT_FOUND: "NOT_FOUND";
1136
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1137
+ RATE_LIMITED: "RATE_LIMITED";
1138
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1139
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1140
+ INVALID_CURSOR: "INVALID_CURSOR";
1141
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1142
+ }>;
1143
+ message: import("zod").ZodString;
1144
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1145
+ httpCode: import("zod").ZodLiteral<501>;
1146
+ code: import("zod").ZodEnum<{
1147
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1148
+ }>;
1149
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1150
+ code: import("zod").ZodEnum<{
1151
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1152
+ }>;
1153
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1154
+ httpCode: import("zod").ZodInt;
1155
+ code: import("zod").ZodEnum<{
1156
+ BAD_REQUEST: "BAD_REQUEST";
1157
+ UNAUTHORIZED: "UNAUTHORIZED";
1158
+ FORBIDDEN: "FORBIDDEN";
1159
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1160
+ NOT_FOUND: "NOT_FOUND";
1161
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1162
+ RATE_LIMITED: "RATE_LIMITED";
1163
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1164
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1165
+ INVALID_CURSOR: "INVALID_CURSOR";
1166
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1167
+ }>;
1168
+ message: import("zod").ZodString;
1169
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1170
+ httpCode: import("zod").ZodLiteral<400>;
1171
+ code: import("zod").ZodEnum<{
1172
+ INVALID_CURSOR: "INVALID_CURSOR";
1173
+ }>;
1174
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1175
+ code: import("zod").ZodEnum<{
1176
+ INVALID_CURSOR: "INVALID_CURSOR";
1177
+ }>;
1178
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1179
+ httpCode: import("zod").ZodInt;
1180
+ code: import("zod").ZodEnum<{
1181
+ BAD_REQUEST: "BAD_REQUEST";
1182
+ UNAUTHORIZED: "UNAUTHORIZED";
1183
+ FORBIDDEN: "FORBIDDEN";
1184
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1185
+ NOT_FOUND: "NOT_FOUND";
1186
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1187
+ RATE_LIMITED: "RATE_LIMITED";
1188
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1189
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1190
+ INVALID_CURSOR: "INVALID_CURSOR";
1191
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1192
+ }>;
1193
+ message: import("zod").ZodString;
1194
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1195
+ httpCode: import("zod").ZodLiteral<410>;
1196
+ code: import("zod").ZodEnum<{
1197
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1198
+ }>;
1199
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1200
+ code: import("zod").ZodEnum<{
1201
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1202
+ }>;
1203
+ }, import("zod/v4/core").$strip>>]>;
1204
+ }, import("zod/v4/core").$strip>;
1205
+ export declare const getUsagePolicyStatus500Schema: import("zod").ZodObject<{
1206
+ error: import("zod").ZodUnion<readonly [import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1207
+ httpCode: import("zod").ZodInt;
1208
+ code: import("zod").ZodEnum<{
1209
+ BAD_REQUEST: "BAD_REQUEST";
1210
+ UNAUTHORIZED: "UNAUTHORIZED";
1211
+ FORBIDDEN: "FORBIDDEN";
1212
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1213
+ NOT_FOUND: "NOT_FOUND";
1214
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1215
+ RATE_LIMITED: "RATE_LIMITED";
1216
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1217
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1218
+ INVALID_CURSOR: "INVALID_CURSOR";
1219
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1220
+ }>;
1221
+ message: import("zod").ZodString;
1222
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1223
+ httpCode: import("zod").ZodLiteral<400>;
1224
+ code: import("zod").ZodEnum<{
1225
+ BAD_REQUEST: "BAD_REQUEST";
1226
+ }>;
1227
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1228
+ code: import("zod").ZodEnum<{
1229
+ BAD_REQUEST: "BAD_REQUEST";
1230
+ }>;
1231
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1232
+ httpCode: import("zod").ZodInt;
1233
+ code: import("zod").ZodEnum<{
1234
+ BAD_REQUEST: "BAD_REQUEST";
1235
+ UNAUTHORIZED: "UNAUTHORIZED";
1236
+ FORBIDDEN: "FORBIDDEN";
1237
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1238
+ NOT_FOUND: "NOT_FOUND";
1239
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1240
+ RATE_LIMITED: "RATE_LIMITED";
1241
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1242
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1243
+ INVALID_CURSOR: "INVALID_CURSOR";
1244
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1245
+ }>;
1246
+ message: import("zod").ZodString;
1247
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1248
+ httpCode: import("zod").ZodLiteral<401>;
1249
+ code: import("zod").ZodEnum<{
1250
+ UNAUTHORIZED: "UNAUTHORIZED";
1251
+ }>;
1252
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1253
+ code: import("zod").ZodEnum<{
1254
+ UNAUTHORIZED: "UNAUTHORIZED";
1255
+ }>;
1256
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1257
+ httpCode: import("zod").ZodInt;
1258
+ code: import("zod").ZodEnum<{
1259
+ BAD_REQUEST: "BAD_REQUEST";
1260
+ UNAUTHORIZED: "UNAUTHORIZED";
1261
+ FORBIDDEN: "FORBIDDEN";
1262
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1263
+ NOT_FOUND: "NOT_FOUND";
1264
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1265
+ RATE_LIMITED: "RATE_LIMITED";
1266
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1267
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1268
+ INVALID_CURSOR: "INVALID_CURSOR";
1269
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1270
+ }>;
1271
+ message: import("zod").ZodString;
1272
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1273
+ httpCode: import("zod").ZodLiteral<403>;
1274
+ code: import("zod").ZodEnum<{
1275
+ FORBIDDEN: "FORBIDDEN";
1276
+ }>;
1277
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1278
+ code: import("zod").ZodEnum<{
1279
+ FORBIDDEN: "FORBIDDEN";
1280
+ }>;
1281
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1282
+ httpCode: import("zod").ZodInt;
1283
+ code: import("zod").ZodEnum<{
1284
+ BAD_REQUEST: "BAD_REQUEST";
1285
+ UNAUTHORIZED: "UNAUTHORIZED";
1286
+ FORBIDDEN: "FORBIDDEN";
1287
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1288
+ NOT_FOUND: "NOT_FOUND";
1289
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1290
+ RATE_LIMITED: "RATE_LIMITED";
1291
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1292
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1293
+ INVALID_CURSOR: "INVALID_CURSOR";
1294
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1295
+ }>;
1296
+ message: import("zod").ZodString;
1297
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1298
+ httpCode: import("zod").ZodLiteral<403>;
1299
+ code: import("zod").ZodEnum<{
1300
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1301
+ }>;
1302
+ quotaType: import("zod").ZodEnum<{
1303
+ queries: "queries";
1304
+ results: "results";
1305
+ }>;
1306
+ product: import("zod").ZodString;
1307
+ resetsAt: import("zod").ZodISODateTime;
1308
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1309
+ code: import("zod").ZodEnum<{
1310
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1311
+ }>;
1312
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1313
+ httpCode: import("zod").ZodInt;
1314
+ code: import("zod").ZodEnum<{
1315
+ BAD_REQUEST: "BAD_REQUEST";
1316
+ UNAUTHORIZED: "UNAUTHORIZED";
1317
+ FORBIDDEN: "FORBIDDEN";
1318
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1319
+ NOT_FOUND: "NOT_FOUND";
1320
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1321
+ RATE_LIMITED: "RATE_LIMITED";
1322
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1323
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1324
+ INVALID_CURSOR: "INVALID_CURSOR";
1325
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1326
+ }>;
1327
+ message: import("zod").ZodString;
1328
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1329
+ httpCode: import("zod").ZodLiteral<404>;
1330
+ code: import("zod").ZodEnum<{
1331
+ NOT_FOUND: "NOT_FOUND";
1332
+ }>;
1333
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1334
+ code: import("zod").ZodEnum<{
1335
+ NOT_FOUND: "NOT_FOUND";
1336
+ }>;
1337
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1338
+ httpCode: import("zod").ZodInt;
1339
+ code: import("zod").ZodEnum<{
1340
+ BAD_REQUEST: "BAD_REQUEST";
1341
+ UNAUTHORIZED: "UNAUTHORIZED";
1342
+ FORBIDDEN: "FORBIDDEN";
1343
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1344
+ NOT_FOUND: "NOT_FOUND";
1345
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1346
+ RATE_LIMITED: "RATE_LIMITED";
1347
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1348
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1349
+ INVALID_CURSOR: "INVALID_CURSOR";
1350
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1351
+ }>;
1352
+ message: import("zod").ZodString;
1353
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1354
+ httpCode: import("zod").ZodLiteral<422>;
1355
+ code: import("zod").ZodEnum<{
1356
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1357
+ }>;
1358
+ details: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$catchall<import("zod").ZodString>>>;
1359
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1360
+ code: import("zod").ZodEnum<{
1361
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1362
+ }>;
1363
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1364
+ httpCode: import("zod").ZodInt;
1365
+ code: import("zod").ZodEnum<{
1366
+ BAD_REQUEST: "BAD_REQUEST";
1367
+ UNAUTHORIZED: "UNAUTHORIZED";
1368
+ FORBIDDEN: "FORBIDDEN";
1369
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1370
+ NOT_FOUND: "NOT_FOUND";
1371
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1372
+ RATE_LIMITED: "RATE_LIMITED";
1373
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1374
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1375
+ INVALID_CURSOR: "INVALID_CURSOR";
1376
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1377
+ }>;
1378
+ message: import("zod").ZodString;
1379
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1380
+ httpCode: import("zod").ZodLiteral<429>;
1381
+ code: import("zod").ZodEnum<{
1382
+ RATE_LIMITED: "RATE_LIMITED";
1383
+ }>;
1384
+ retryAfter: import("zod").ZodOptional<import("zod").ZodInt>;
1385
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1386
+ code: import("zod").ZodEnum<{
1387
+ RATE_LIMITED: "RATE_LIMITED";
1388
+ }>;
1389
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1390
+ httpCode: import("zod").ZodInt;
1391
+ code: import("zod").ZodEnum<{
1392
+ BAD_REQUEST: "BAD_REQUEST";
1393
+ UNAUTHORIZED: "UNAUTHORIZED";
1394
+ FORBIDDEN: "FORBIDDEN";
1395
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1396
+ NOT_FOUND: "NOT_FOUND";
1397
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1398
+ RATE_LIMITED: "RATE_LIMITED";
1399
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1400
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1401
+ INVALID_CURSOR: "INVALID_CURSOR";
1402
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1403
+ }>;
1404
+ message: import("zod").ZodString;
1405
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1406
+ httpCode: import("zod").ZodLiteral<500>;
1407
+ code: import("zod").ZodEnum<{
1408
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1409
+ }>;
1410
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1411
+ code: import("zod").ZodEnum<{
1412
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1413
+ }>;
1414
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1415
+ httpCode: import("zod").ZodInt;
1416
+ code: import("zod").ZodEnum<{
1417
+ BAD_REQUEST: "BAD_REQUEST";
1418
+ UNAUTHORIZED: "UNAUTHORIZED";
1419
+ FORBIDDEN: "FORBIDDEN";
1420
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1421
+ NOT_FOUND: "NOT_FOUND";
1422
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1423
+ RATE_LIMITED: "RATE_LIMITED";
1424
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1425
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1426
+ INVALID_CURSOR: "INVALID_CURSOR";
1427
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1428
+ }>;
1429
+ message: import("zod").ZodString;
1430
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1431
+ httpCode: import("zod").ZodLiteral<501>;
1432
+ code: import("zod").ZodEnum<{
1433
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1434
+ }>;
1435
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1436
+ code: import("zod").ZodEnum<{
1437
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1438
+ }>;
1439
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1440
+ httpCode: import("zod").ZodInt;
1441
+ code: import("zod").ZodEnum<{
1442
+ BAD_REQUEST: "BAD_REQUEST";
1443
+ UNAUTHORIZED: "UNAUTHORIZED";
1444
+ FORBIDDEN: "FORBIDDEN";
1445
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1446
+ NOT_FOUND: "NOT_FOUND";
1447
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1448
+ RATE_LIMITED: "RATE_LIMITED";
1449
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1450
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1451
+ INVALID_CURSOR: "INVALID_CURSOR";
1452
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1453
+ }>;
1454
+ message: import("zod").ZodString;
1455
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1456
+ httpCode: import("zod").ZodLiteral<400>;
1457
+ code: import("zod").ZodEnum<{
1458
+ INVALID_CURSOR: "INVALID_CURSOR";
1459
+ }>;
1460
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1461
+ code: import("zod").ZodEnum<{
1462
+ INVALID_CURSOR: "INVALID_CURSOR";
1463
+ }>;
1464
+ }, import("zod/v4/core").$strip>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1465
+ httpCode: import("zod").ZodInt;
1466
+ code: import("zod").ZodEnum<{
1467
+ BAD_REQUEST: "BAD_REQUEST";
1468
+ UNAUTHORIZED: "UNAUTHORIZED";
1469
+ FORBIDDEN: "FORBIDDEN";
1470
+ QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
1471
+ NOT_FOUND: "NOT_FOUND";
1472
+ VALIDATION_ERROR: "VALIDATION_ERROR";
1473
+ RATE_LIMITED: "RATE_LIMITED";
1474
+ INTERNAL_ERROR: "INTERNAL_ERROR";
1475
+ NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
1476
+ INVALID_CURSOR: "INVALID_CURSOR";
1477
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1478
+ }>;
1479
+ message: import("zod").ZodString;
1480
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1481
+ httpCode: import("zod").ZodLiteral<410>;
1482
+ code: import("zod").ZodEnum<{
1483
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1484
+ }>;
1485
+ }, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
1486
+ code: import("zod").ZodEnum<{
1487
+ CURSOR_EXPIRED: "CURSOR_EXPIRED";
1488
+ }>;
1489
+ }, import("zod/v4/core").$strip>>]>;
1490
+ }, import("zod/v4/core").$strip>;
1491
+ export declare const getUsagePolicyResponseSchema: import("zod").ZodObject<{
1492
+ requestsPerMinuteLimit: import("zod").ZodInt;
1493
+ usageCycle: import("zod").ZodObject<{
1494
+ period: import("zod").ZodEnum<{
1495
+ monthly: "monthly";
1496
+ yearly: "yearly";
1497
+ }>;
1498
+ anchor: import("zod").ZodISODate;
1499
+ }, import("zod/v4/core").$strip>;
1500
+ facilityPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
1501
+ timeframe: import("zod").ZodObject<{
1502
+ rollups: import("zod").ZodObject<{
1503
+ daily: import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1504
+ unlimited: "unlimited";
1505
+ }>]>;
1506
+ }, import("zod/v4/core").$strict>;
1507
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
1508
+ }, import("zod/v4/core").$strip>;
1509
+ unitFilters: import("zod").ZodObject<{
1510
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1511
+ basicDailyUnitFilters: "basicDailyUnitFilters";
1512
+ proDailyUnitFilters: "proDailyUnitFilters";
1513
+ }>>;
1514
+ }, import("zod/v4/core").$strip>;
1515
+ quota: import("zod").ZodObject<{
1516
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1517
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1518
+ }, import("zod/v4/core").$strip>;
1519
+ }, import("zod/v4/core").$strip>>;
1520
+ facilityPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
1521
+ timeframe: import("zod").ZodObject<{
1522
+ rollups: import("zod").ZodObject<{
1523
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1524
+ unlimited: "unlimited";
1525
+ }>]>>;
1526
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1527
+ unlimited: "unlimited";
1528
+ }>]>>;
1529
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1530
+ unlimited: "unlimited";
1531
+ }>]>>;
1532
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1533
+ unlimited: "unlimited";
1534
+ }>]>>;
1535
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1536
+ unlimited: "unlimited";
1537
+ }>]>>;
1538
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1539
+ unlimited: "unlimited";
1540
+ }>]>>;
1541
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1542
+ unlimited: "unlimited";
1543
+ }>]>>;
1544
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1545
+ unlimited: "unlimited";
1546
+ }>]>>;
1547
+ }, import("zod/v4/core").$strict>;
1548
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
1549
+ }, import("zod/v4/core").$strip>;
1550
+ unitFilters: import("zod").ZodObject<{
1551
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1552
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
1553
+ proAggregateUnitFilters: "proAggregateUnitFilters";
1554
+ }>>;
1555
+ }, import("zod/v4/core").$strip>;
1556
+ quota: import("zod").ZodObject<{
1557
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1558
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1559
+ }, import("zod/v4/core").$strip>;
1560
+ }, import("zod/v4/core").$strip>>;
1561
+ marketPricingDaily: import("zod").ZodNullable<import("zod").ZodObject<{
1562
+ geography: import("zod").ZodObject<{
1563
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1564
+ country: "country";
1565
+ latLngDriveTime: "latLngDriveTime";
1566
+ latLngRadius: "latLngRadius";
1567
+ wkt: "wkt";
1568
+ usAddressDriveTime: "usAddressDriveTime";
1569
+ usAddressRadius: "usAddressRadius";
1570
+ usCbsa: "usCbsa";
1571
+ usCensusBlockGroup: "usCensusBlockGroup";
1572
+ usCensusTract: "usCensusTract";
1573
+ usCity: "usCity";
1574
+ usCounty: "usCounty";
1575
+ usRegion: "usRegion";
1576
+ usState: "usState";
1577
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
1578
+ usStructuredAddressRadius: "usStructuredAddressRadius";
1579
+ usZipcode: "usZipcode";
1580
+ }>>;
1581
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1582
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1583
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
1584
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
1585
+ }, import("zod/v4/core").$strip>;
1586
+ timeframe: import("zod").ZodObject<{
1587
+ rollups: import("zod").ZodObject<{
1588
+ daily: import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1589
+ unlimited: "unlimited";
1590
+ }>]>;
1591
+ }, import("zod/v4/core").$strict>;
1592
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
1593
+ }, import("zod/v4/core").$strip>;
1594
+ unitFilters: import("zod").ZodObject<{
1595
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1596
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
1597
+ proAggregateUnitFilters: "proAggregateUnitFilters";
1598
+ }>>;
1599
+ }, import("zod/v4/core").$strip>;
1600
+ quota: import("zod").ZodObject<{
1601
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1602
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1603
+ }, import("zod/v4/core").$strip>;
1604
+ }, import("zod/v4/core").$strip>>;
1605
+ marketPricingHistorical: import("zod").ZodNullable<import("zod").ZodObject<{
1606
+ geography: import("zod").ZodObject<{
1607
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1608
+ country: "country";
1609
+ latLngDriveTime: "latLngDriveTime";
1610
+ latLngRadius: "latLngRadius";
1611
+ wkt: "wkt";
1612
+ usAddressDriveTime: "usAddressDriveTime";
1613
+ usAddressRadius: "usAddressRadius";
1614
+ usCbsa: "usCbsa";
1615
+ usCensusBlockGroup: "usCensusBlockGroup";
1616
+ usCensusTract: "usCensusTract";
1617
+ usCity: "usCity";
1618
+ usCounty: "usCounty";
1619
+ usRegion: "usRegion";
1620
+ usState: "usState";
1621
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
1622
+ usStructuredAddressRadius: "usStructuredAddressRadius";
1623
+ usZipcode: "usZipcode";
1624
+ }>>;
1625
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1626
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1627
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
1628
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
1629
+ }, import("zod/v4/core").$strip>;
1630
+ timeframe: import("zod").ZodObject<{
1631
+ rollups: import("zod").ZodObject<{
1632
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1633
+ unlimited: "unlimited";
1634
+ }>]>>;
1635
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1636
+ unlimited: "unlimited";
1637
+ }>]>>;
1638
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1639
+ unlimited: "unlimited";
1640
+ }>]>>;
1641
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1642
+ unlimited: "unlimited";
1643
+ }>]>>;
1644
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1645
+ unlimited: "unlimited";
1646
+ }>]>>;
1647
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1648
+ unlimited: "unlimited";
1649
+ }>]>>;
1650
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1651
+ unlimited: "unlimited";
1652
+ }>]>>;
1653
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1654
+ unlimited: "unlimited";
1655
+ }>]>>;
1656
+ }, import("zod/v4/core").$strict>;
1657
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
1658
+ }, import("zod/v4/core").$strip>;
1659
+ unitFilters: import("zod").ZodObject<{
1660
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1661
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
1662
+ proAggregateUnitFilters: "proAggregateUnitFilters";
1663
+ }>>;
1664
+ }, import("zod/v4/core").$strip>;
1665
+ quota: import("zod").ZodObject<{
1666
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1667
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1668
+ }, import("zod/v4/core").$strip>;
1669
+ }, import("zod/v4/core").$strip>>;
1670
+ search: import("zod").ZodNullable<import("zod").ZodObject<{
1671
+ geography: import("zod").ZodObject<{
1672
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1673
+ country: "country";
1674
+ latLngDriveTime: "latLngDriveTime";
1675
+ latLngRadius: "latLngRadius";
1676
+ wkt: "wkt";
1677
+ usAddressDriveTime: "usAddressDriveTime";
1678
+ usAddressRadius: "usAddressRadius";
1679
+ usCbsa: "usCbsa";
1680
+ usCensusBlockGroup: "usCensusBlockGroup";
1681
+ usCensusTract: "usCensusTract";
1682
+ usCity: "usCity";
1683
+ usCounty: "usCounty";
1684
+ usRegion: "usRegion";
1685
+ usState: "usState";
1686
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
1687
+ usStructuredAddressRadius: "usStructuredAddressRadius";
1688
+ usZipcode: "usZipcode";
1689
+ }>>;
1690
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1691
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1692
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
1693
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
1694
+ }, import("zod/v4/core").$strip>;
1695
+ unitFilters: import("zod").ZodObject<{
1696
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1697
+ basicDailyUnitFilters: "basicDailyUnitFilters";
1698
+ proDailyUnitFilters: "proDailyUnitFilters";
1699
+ }>>;
1700
+ }, import("zod/v4/core").$strip>;
1701
+ facilityFiltersTier: import("zod").ZodEnum<{
1702
+ basic: "basic";
1703
+ pro: "pro";
1704
+ enterprise: "enterprise";
1705
+ }>;
1706
+ quota: import("zod").ZodObject<{
1707
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1708
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1709
+ }, import("zod/v4/core").$strip>;
1710
+ }, import("zod/v4/core").$strip>>;
1711
+ supply: import("zod").ZodNullable<import("zod").ZodObject<{
1712
+ geography: import("zod").ZodObject<{
1713
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1714
+ country: "country";
1715
+ latLngDriveTime: "latLngDriveTime";
1716
+ latLngRadius: "latLngRadius";
1717
+ wkt: "wkt";
1718
+ usAddressDriveTime: "usAddressDriveTime";
1719
+ usAddressRadius: "usAddressRadius";
1720
+ usCbsa: "usCbsa";
1721
+ usCensusBlockGroup: "usCensusBlockGroup";
1722
+ usCensusTract: "usCensusTract";
1723
+ usCity: "usCity";
1724
+ usCounty: "usCounty";
1725
+ usRegion: "usRegion";
1726
+ usState: "usState";
1727
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
1728
+ usStructuredAddressRadius: "usStructuredAddressRadius";
1729
+ }>>;
1730
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1731
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1732
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
1733
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
1734
+ }, import("zod/v4/core").$strip>;
1735
+ timeframe: import("zod").ZodObject<{
1736
+ rollups: import("zod").ZodObject<{
1737
+ daily: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1738
+ unlimited: "unlimited";
1739
+ }>]>>;
1740
+ weekly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1741
+ unlimited: "unlimited";
1742
+ }>]>>;
1743
+ monthly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1744
+ unlimited: "unlimited";
1745
+ }>]>>;
1746
+ quarterly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1747
+ unlimited: "unlimited";
1748
+ }>]>>;
1749
+ yearly: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1750
+ unlimited: "unlimited";
1751
+ }>]>>;
1752
+ last12Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1753
+ unlimited: "unlimited";
1754
+ }>]>>;
1755
+ last24Months: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1756
+ unlimited: "unlimited";
1757
+ }>]>>;
1758
+ last30Days: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodInt, import("zod").ZodEnum<{
1759
+ unlimited: "unlimited";
1760
+ }>]>>;
1761
+ }, import("zod/v4/core").$strict>;
1762
+ restrictToRecent: import("zod").ZodDefault<import("zod").ZodBoolean>;
1763
+ }, import("zod/v4/core").$strip>;
1764
+ unitFilters: import("zod").ZodObject<{
1765
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1766
+ basicAggregateUnitFilters: "basicAggregateUnitFilters";
1767
+ proAggregateUnitFilters: "proAggregateUnitFilters";
1768
+ }>>;
1769
+ }, import("zod/v4/core").$strip>;
1770
+ facilityFiltersTier: import("zod").ZodEnum<{
1771
+ basic: "basic";
1772
+ pro: "pro";
1773
+ enterprise: "enterprise";
1774
+ }>;
1775
+ quota: import("zod").ZodObject<{
1776
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1777
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1778
+ }, import("zod/v4/core").$strip>;
1779
+ }, import("zod/v4/core").$strip>>;
1780
+ demographics: import("zod").ZodNullable<import("zod").ZodObject<{
1781
+ geography: import("zod").ZodObject<{
1782
+ allowed: import("zod").ZodArray<import("zod").ZodEnum<{
1783
+ country: "country";
1784
+ latLngDriveTime: "latLngDriveTime";
1785
+ latLngRadius: "latLngRadius";
1786
+ wkt: "wkt";
1787
+ usAddressDriveTime: "usAddressDriveTime";
1788
+ usAddressRadius: "usAddressRadius";
1789
+ usCbsa: "usCbsa";
1790
+ usCensusBlockGroup: "usCensusBlockGroup";
1791
+ usCensusTract: "usCensusTract";
1792
+ usCity: "usCity";
1793
+ usCounty: "usCounty";
1794
+ usRegion: "usRegion";
1795
+ usState: "usState";
1796
+ usStructuredAddressDriveTime: "usStructuredAddressDriveTime";
1797
+ usStructuredAddressRadius: "usStructuredAddressRadius";
1798
+ }>>;
1799
+ minFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1800
+ maxFacilityCount: import("zod").ZodOptional<import("zod").ZodInt>;
1801
+ maxRadiusMiles: import("zod").ZodOptional<import("zod").ZodNumber>;
1802
+ maxDriveTimeMinutes: import("zod").ZodOptional<import("zod").ZodNumber>;
1803
+ }, import("zod/v4/core").$strip>;
1804
+ quota: import("zod").ZodObject<{
1805
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1806
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1807
+ }, import("zod/v4/core").$strip>;
1808
+ }, import("zod/v4/core").$strip>>;
1809
+ facilityDetails: import("zod").ZodNullable<import("zod").ZodObject<{
1810
+ routes: import("zod").ZodArray<import("zod").ZodEnum<{
1811
+ overview: "overview";
1812
+ footprint: "footprint";
1813
+ parcels: "parcels";
1814
+ loans: "loans";
1815
+ taxes: "taxes";
1816
+ sales: "sales";
1817
+ documents: "documents";
1818
+ images: "images";
1819
+ notes: "notes";
1820
+ contacts: "contacts";
1821
+ }>>;
1822
+ overviewType: import("zod").ZodEnum<{
1823
+ basic: "basic";
1824
+ pro: "pro";
1825
+ enterprise: "enterprise";
1826
+ }>;
1827
+ quota: import("zod").ZodObject<{
1828
+ maxResults: import("zod").ZodOptional<import("zod").ZodInt>;
1829
+ maxQueries: import("zod").ZodOptional<import("zod").ZodInt>;
1830
+ }, import("zod/v4/core").$strip>;
1831
+ }, import("zod/v4/core").$strip>>;
1832
+ }, import("zod/v4/core").$strip>;