@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.
- package/README.md +75 -0
- package/package.json +29 -0
- package/src/_generated/.kubb/client.d.ts +313 -0
- package/src/_generated/.kubb/client.js +360 -0
- package/src/_generated/index.d.ts +501 -0
- package/src/_generated/index.js +729 -0
- package/src/_generated/ts-client/DemographicsClient/demographicsClient.d.ts +33 -0
- package/src/_generated/ts-client/DemographicsClient/demographicsClient.js +48 -0
- package/src/_generated/ts-client/DemographicsClient/index.d.ts +1 -0
- package/src/_generated/ts-client/DemographicsClient/index.js +5 -0
- package/src/_generated/ts-client/FacilityMetadataClient/facilityMetadataClient.d.ts +81 -0
- package/src/_generated/ts-client/FacilityMetadataClient/facilityMetadataClient.js +117 -0
- package/src/_generated/ts-client/FacilityMetadataClient/index.d.ts +1 -0
- package/src/_generated/ts-client/FacilityMetadataClient/index.js +5 -0
- package/src/_generated/ts-client/FacilityPricingClient/facilityPricingClient.d.ts +30 -0
- package/src/_generated/ts-client/FacilityPricingClient/facilityPricingClient.js +42 -0
- package/src/_generated/ts-client/FacilityPricingClient/index.d.ts +1 -0
- package/src/_generated/ts-client/FacilityPricingClient/index.js +5 -0
- package/src/_generated/ts-client/MacroEconomyClient/index.d.ts +1 -0
- package/src/_generated/ts-client/MacroEconomyClient/index.js +5 -0
- package/src/_generated/ts-client/MacroEconomyClient/macroEconomyClient.d.ts +18 -0
- package/src/_generated/ts-client/MacroEconomyClient/macroEconomyClient.js +27 -0
- package/src/_generated/ts-client/MarketPricingClient/index.d.ts +1 -0
- package/src/_generated/ts-client/MarketPricingClient/index.js +5 -0
- package/src/_generated/ts-client/MarketPricingClient/marketPricingClient.d.ts +24 -0
- package/src/_generated/ts-client/MarketPricingClient/marketPricingClient.js +36 -0
- package/src/_generated/ts-client/REITClient/REITClient.d.ts +32 -0
- package/src/_generated/ts-client/REITClient/REITClient.js +44 -0
- package/src/_generated/ts-client/REITClient/index.d.ts +1 -0
- package/src/_generated/ts-client/REITClient/index.js +5 -0
- package/src/_generated/ts-client/SearchClient/index.d.ts +1 -0
- package/src/_generated/ts-client/SearchClient/index.js +5 -0
- package/src/_generated/ts-client/SearchClient/searchClient.d.ts +22 -0
- package/src/_generated/ts-client/SearchClient/searchClient.js +31 -0
- package/src/_generated/ts-client/SupplyClient/index.d.ts +1 -0
- package/src/_generated/ts-client/SupplyClient/index.js +5 -0
- package/src/_generated/ts-client/SupplyClient/supplyClient.d.ts +20 -0
- package/src/_generated/ts-client/SupplyClient/supplyClient.js +29 -0
- package/src/_generated/ts-client/UsagePolicyClient/index.d.ts +1 -0
- package/src/_generated/ts-client/UsagePolicyClient/index.js +5 -0
- package/src/_generated/ts-client/UsagePolicyClient/usagePolicyClient.d.ts +33 -0
- package/src/_generated/ts-client/UsagePolicyClient/usagePolicyClient.js +45 -0
- package/src/_generated/ts-client/index.d.ts +10 -0
- package/src/_generated/ts-client/index.js +23 -0
- package/src/_generated/ts-client/radiusApiV2.d.ts +26 -0
- package/src/_generated/ts-client/radiusApiV2.js +39 -0
- package/src/_generated/types/AccessAreaFeature.d.ts +5 -0
- package/src/_generated/types/AccessAreaFeature.js +6 -0
- package/src/_generated/types/AccessTypeFeature.d.ts +5 -0
- package/src/_generated/types/AccessTypeFeature.js +6 -0
- package/src/_generated/types/AggregatePriceEntry.d.ts +41 -0
- package/src/_generated/types/AggregatePriceEntry.js +6 -0
- package/src/_generated/types/AggregatePricing.d.ts +55 -0
- package/src/_generated/types/AggregatePricing.js +6 -0
- package/src/_generated/types/AggregateUnitFilters.d.ts +26 -0
- package/src/_generated/types/AggregateUnitFilters.js +6 -0
- package/src/_generated/types/AggregateUnitFiltersBase.d.ts +19 -0
- package/src/_generated/types/AggregateUnitFiltersBase.js +6 -0
- package/src/_generated/types/AggregateUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/AggregateUnitFiltersConfig.js +6 -0
- package/src/_generated/types/AggregateUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/AggregateUnitFiltersType.js +6 -0
- package/src/_generated/types/BadRequestError.d.ts +20 -0
- package/src/_generated/types/BadRequestError.js +6 -0
- package/src/_generated/types/BaseDemographics.d.ts +28 -0
- package/src/_generated/types/BaseDemographics.js +6 -0
- package/src/_generated/types/BasicAggregateUnitFilters.d.ts +16 -0
- package/src/_generated/types/BasicAggregateUnitFilters.js +6 -0
- package/src/_generated/types/BasicDailyUnitFilters.d.ts +16 -0
- package/src/_generated/types/BasicDailyUnitFilters.js +6 -0
- package/src/_generated/types/BasicFacilityFilters.d.ts +16 -0
- package/src/_generated/types/BasicFacilityFilters.js +6 -0
- package/src/_generated/types/BasicSupplyFacilityFilters.d.ts +16 -0
- package/src/_generated/types/BasicSupplyFacilityFilters.js +6 -0
- package/src/_generated/types/CentroidGeographyType.d.ts +5 -0
- package/src/_generated/types/CentroidGeographyType.js +6 -0
- package/src/_generated/types/ClimateTypeFeature.d.ts +5 -0
- package/src/_generated/types/ClimateTypeFeature.js +6 -0
- package/src/_generated/types/Country.d.ts +21 -0
- package/src/_generated/types/Country.js +6 -0
- package/src/_generated/types/CurrentUsageResponse.d.ts +63 -0
- package/src/_generated/types/CurrentUsageResponse.js +6 -0
- package/src/_generated/types/CursorExpiredError.d.ts +20 -0
- package/src/_generated/types/CursorExpiredError.js +6 -0
- package/src/_generated/types/CycleWindow.d.ts +24 -0
- package/src/_generated/types/CycleWindow.js +6 -0
- package/src/_generated/types/DailyPriceEntry.d.ts +25 -0
- package/src/_generated/types/DailyPriceEntry.js +6 -0
- package/src/_generated/types/DailyPricing.d.ts +70 -0
- package/src/_generated/types/DailyPricing.js +6 -0
- package/src/_generated/types/DailyTimeframe.d.ts +24 -0
- package/src/_generated/types/DailyTimeframe.js +6 -0
- package/src/_generated/types/DailyTimeframeConfig.d.ts +27 -0
- package/src/_generated/types/DailyTimeframeConfig.js +6 -0
- package/src/_generated/types/DailyUnitFilters.d.ts +26 -0
- package/src/_generated/types/DailyUnitFilters.js +6 -0
- package/src/_generated/types/DailyUnitFiltersBase.d.ts +19 -0
- package/src/_generated/types/DailyUnitFiltersBase.js +6 -0
- package/src/_generated/types/DailyUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/DailyUnitFiltersConfig.js +6 -0
- package/src/_generated/types/DailyUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/DailyUnitFiltersType.js +6 -0
- package/src/_generated/types/DataSource.d.ts +5 -0
- package/src/_generated/types/DataSource.js +6 -0
- package/src/_generated/types/Demographics.d.ts +20 -0
- package/src/_generated/types/Demographics.js +6 -0
- package/src/_generated/types/DemographicsAvailability.d.ts +23 -0
- package/src/_generated/types/DemographicsAvailability.js +6 -0
- package/src/_generated/types/DemographicsAvailabilityRequest.d.ts +15 -0
- package/src/_generated/types/DemographicsAvailabilityRequest.js +6 -0
- package/src/_generated/types/DemographicsAvailabilityResponse.d.ts +22 -0
- package/src/_generated/types/DemographicsAvailabilityResponse.js +6 -0
- package/src/_generated/types/DemographicsAvailabilityResponseData.d.ts +16 -0
- package/src/_generated/types/DemographicsAvailabilityResponseData.js +6 -0
- package/src/_generated/types/DemographicsBlockGroupsResponse.d.ts +22 -0
- package/src/_generated/types/DemographicsBlockGroupsResponse.js +6 -0
- package/src/_generated/types/DemographicsBlockGroupsResponseData.d.ts +16 -0
- package/src/_generated/types/DemographicsBlockGroupsResponseData.js +6 -0
- package/src/_generated/types/DemographicsGeography.d.ts +103 -0
- package/src/_generated/types/DemographicsGeography.js +6 -0
- package/src/_generated/types/DemographicsGeographyConfig.d.ts +36 -0
- package/src/_generated/types/DemographicsGeographyConfig.js +6 -0
- package/src/_generated/types/DemographicsGeographyType.d.ts +5 -0
- package/src/_generated/types/DemographicsGeographyType.js +6 -0
- package/src/_generated/types/DemographicsProductConfig.d.ts +22 -0
- package/src/_generated/types/DemographicsProductConfig.js +6 -0
- package/src/_generated/types/DemographicsRequest.d.ts +28 -0
- package/src/_generated/types/DemographicsRequest.js +6 -0
- package/src/_generated/types/DemographicsResponse.d.ts +22 -0
- package/src/_generated/types/DemographicsResponse.js +6 -0
- package/src/_generated/types/DemographicsResponseData.d.ts +15 -0
- package/src/_generated/types/DemographicsResponseData.js +6 -0
- package/src/_generated/types/DemographicsType.d.ts +5 -0
- package/src/_generated/types/DemographicsType.js +6 -0
- package/src/_generated/types/DevelopmentStatus.d.ts +5 -0
- package/src/_generated/types/DevelopmentStatus.js +6 -0
- package/src/_generated/types/Distance.d.ts +23 -0
- package/src/_generated/types/Distance.js +6 -0
- package/src/_generated/types/DistanceUnit.d.ts +5 -0
- package/src/_generated/types/DistanceUnit.js +6 -0
- package/src/_generated/types/DoorTypeFeature.d.ts +5 -0
- package/src/_generated/types/DoorTypeFeature.js +6 -0
- package/src/_generated/types/EmploymentDataPoint.d.ts +22 -0
- package/src/_generated/types/EmploymentDataPoint.js +6 -0
- package/src/_generated/types/EmploymentGeography.d.ts +25 -0
- package/src/_generated/types/EmploymentGeography.js +6 -0
- package/src/_generated/types/EmploymentRequest.d.ts +20 -0
- package/src/_generated/types/EmploymentRequest.js +6 -0
- package/src/_generated/types/EmploymentResponse.d.ts +22 -0
- package/src/_generated/types/EmploymentResponse.js +6 -0
- package/src/_generated/types/EmploymentResponseData.d.ts +16 -0
- package/src/_generated/types/EmploymentResponseData.js +6 -0
- package/src/_generated/types/EmploymentTimeframe.d.ts +36 -0
- package/src/_generated/types/EmploymentTimeframe.js +6 -0
- package/src/_generated/types/EnterpriseFacilityFilters.d.ts +22 -0
- package/src/_generated/types/EnterpriseFacilityFilters.js +6 -0
- package/src/_generated/types/EnterpriseSupplyFacilityFilters.d.ts +22 -0
- package/src/_generated/types/EnterpriseSupplyFacilityFilters.js +6 -0
- package/src/_generated/types/ErrorCode.d.ts +5 -0
- package/src/_generated/types/ErrorCode.js +6 -0
- package/src/_generated/types/ErrorDetail.d.ts +74 -0
- package/src/_generated/types/ErrorDetail.js +6 -0
- package/src/_generated/types/ErrorDetailBase.d.ts +26 -0
- package/src/_generated/types/ErrorDetailBase.js +6 -0
- package/src/_generated/types/ErrorResponse.d.ts +15 -0
- package/src/_generated/types/ErrorResponse.js +6 -0
- package/src/_generated/types/FacilitiesSearchRequest.d.ts +31 -0
- package/src/_generated/types/FacilitiesSearchRequest.js +6 -0
- package/src/_generated/types/FacilitiesSearchResponse.d.ts +33 -0
- package/src/_generated/types/FacilitiesSearchResponse.js +6 -0
- package/src/_generated/types/FacilitiesSearchResponseData.d.ts +16 -0
- package/src/_generated/types/FacilitiesSearchResponseData.js +6 -0
- package/src/_generated/types/FacilityAggregatePricingEntry.d.ts +21 -0
- package/src/_generated/types/FacilityAggregatePricingEntry.js +6 -0
- package/src/_generated/types/FacilityContact.d.ts +49 -0
- package/src/_generated/types/FacilityContact.js +6 -0
- package/src/_generated/types/FacilityContactType.d.ts +5 -0
- package/src/_generated/types/FacilityContactType.js +6 -0
- package/src/_generated/types/FacilityContactsResponse.d.ts +16 -0
- package/src/_generated/types/FacilityContactsResponse.js +6 -0
- package/src/_generated/types/FacilityDailyPricingEntry.d.ts +21 -0
- package/src/_generated/types/FacilityDailyPricingEntry.js +6 -0
- package/src/_generated/types/FacilityDetailRoute.d.ts +5 -0
- package/src/_generated/types/FacilityDetailRoute.js +6 -0
- package/src/_generated/types/FacilityDetailsProductConfig.d.ts +28 -0
- package/src/_generated/types/FacilityDetailsProductConfig.js +6 -0
- package/src/_generated/types/FacilityDocument.d.ts +36 -0
- package/src/_generated/types/FacilityDocument.js +6 -0
- package/src/_generated/types/FacilityDocumentsResponse.d.ts +16 -0
- package/src/_generated/types/FacilityDocumentsResponse.js +6 -0
- package/src/_generated/types/FacilityFeature.d.ts +5 -0
- package/src/_generated/types/FacilityFeature.js +6 -0
- package/src/_generated/types/FacilityFilters.d.ts +32 -0
- package/src/_generated/types/FacilityFilters.js +6 -0
- package/src/_generated/types/FacilityFiltersBase.d.ts +54 -0
- package/src/_generated/types/FacilityFiltersBase.js +6 -0
- package/src/_generated/types/FacilityFiltersType.d.ts +5 -0
- package/src/_generated/types/FacilityFiltersType.js +6 -0
- package/src/_generated/types/FacilityFootprint.d.ts +46 -0
- package/src/_generated/types/FacilityFootprint.js +6 -0
- package/src/_generated/types/FacilityFootprintResponse.d.ts +16 -0
- package/src/_generated/types/FacilityFootprintResponse.js +6 -0
- package/src/_generated/types/FacilityImage.d.ts +36 -0
- package/src/_generated/types/FacilityImage.js +6 -0
- package/src/_generated/types/FacilityImagesResponse.d.ts +16 -0
- package/src/_generated/types/FacilityImagesResponse.js +6 -0
- package/src/_generated/types/FacilityLoan.d.ts +46 -0
- package/src/_generated/types/FacilityLoan.js +6 -0
- package/src/_generated/types/FacilityLoansResponse.d.ts +16 -0
- package/src/_generated/types/FacilityLoansResponse.js +6 -0
- package/src/_generated/types/FacilityNote.d.ts +50 -0
- package/src/_generated/types/FacilityNote.js +6 -0
- package/src/_generated/types/FacilityNotesResponse.d.ts +16 -0
- package/src/_generated/types/FacilityNotesResponse.js +6 -0
- package/src/_generated/types/FacilityOverview.d.ts +99 -0
- package/src/_generated/types/FacilityOverview.js +6 -0
- package/src/_generated/types/FacilityOverviewResponse.d.ts +16 -0
- package/src/_generated/types/FacilityOverviewResponse.js +6 -0
- package/src/_generated/types/FacilityOverviewType.d.ts +5 -0
- package/src/_generated/types/FacilityOverviewType.js +6 -0
- package/src/_generated/types/FacilityParcel.d.ts +34 -0
- package/src/_generated/types/FacilityParcel.js +6 -0
- package/src/_generated/types/FacilityParcelsResponse.d.ts +16 -0
- package/src/_generated/types/FacilityParcelsResponse.js +6 -0
- package/src/_generated/types/FacilityPricingDailyProductConfig.d.ts +28 -0
- package/src/_generated/types/FacilityPricingDailyProductConfig.js +6 -0
- package/src/_generated/types/FacilityPricingDailyRequest.d.ts +35 -0
- package/src/_generated/types/FacilityPricingDailyRequest.js +6 -0
- package/src/_generated/types/FacilityPricingDailyResponse.d.ts +33 -0
- package/src/_generated/types/FacilityPricingDailyResponse.js +6 -0
- package/src/_generated/types/FacilityPricingHistoricalProductConfig.d.ts +28 -0
- package/src/_generated/types/FacilityPricingHistoricalProductConfig.js +6 -0
- package/src/_generated/types/FacilityPricingHistoricalRequest.d.ts +34 -0
- package/src/_generated/types/FacilityPricingHistoricalRequest.js +6 -0
- package/src/_generated/types/FacilityPricingHistoricalResponse.d.ts +33 -0
- package/src/_generated/types/FacilityPricingHistoricalResponse.js +6 -0
- package/src/_generated/types/FacilitySale.d.ts +28 -0
- package/src/_generated/types/FacilitySale.js +6 -0
- package/src/_generated/types/FacilitySalesResponse.d.ts +16 -0
- package/src/_generated/types/FacilitySalesResponse.js +6 -0
- package/src/_generated/types/FacilityTax.d.ts +56 -0
- package/src/_generated/types/FacilityTax.js +6 -0
- package/src/_generated/types/FacilityTaxesResponse.d.ts +16 -0
- package/src/_generated/types/FacilityTaxesResponse.js +6 -0
- package/src/_generated/types/FloorFeature.d.ts +5 -0
- package/src/_generated/types/FloorFeature.js +6 -0
- package/src/_generated/types/ForbiddenError.d.ts +20 -0
- package/src/_generated/types/ForbiddenError.js +6 -0
- package/src/_generated/types/Geography.d.ts +124 -0
- package/src/_generated/types/Geography.js +6 -0
- package/src/_generated/types/GeographyBase.d.ts +16 -0
- package/src/_generated/types/GeographyBase.js +6 -0
- package/src/_generated/types/GeographyConfig.d.ts +36 -0
- package/src/_generated/types/GeographyConfig.js +6 -0
- package/src/_generated/types/GeographyType.d.ts +5 -0
- package/src/_generated/types/GeographyType.js +6 -0
- package/src/_generated/types/GetCurrentUsage.d.ts +54 -0
- package/src/_generated/types/GetCurrentUsage.js +6 -0
- package/src/_generated/types/GetDailyFacilityPricing.d.ts +84 -0
- package/src/_generated/types/GetDailyFacilityPricing.js +6 -0
- package/src/_generated/types/GetDailyMarketPricing.d.ts +78 -0
- package/src/_generated/types/GetDailyMarketPricing.js +6 -0
- package/src/_generated/types/GetDemographics.d.ts +72 -0
- package/src/_generated/types/GetDemographics.js +6 -0
- package/src/_generated/types/GetDemographicsAvailability.d.ts +72 -0
- package/src/_generated/types/GetDemographicsAvailability.js +6 -0
- package/src/_generated/types/GetDemographicsBlockGroups.d.ts +72 -0
- package/src/_generated/types/GetDemographicsBlockGroups.js +6 -0
- package/src/_generated/types/GetEmployment.d.ts +72 -0
- package/src/_generated/types/GetEmployment.js +6 -0
- package/src/_generated/types/GetFacilityContacts.d.ts +78 -0
- package/src/_generated/types/GetFacilityContacts.js +6 -0
- package/src/_generated/types/GetFacilityDocuments.d.ts +78 -0
- package/src/_generated/types/GetFacilityDocuments.js +6 -0
- package/src/_generated/types/GetFacilityFootprint.d.ts +78 -0
- package/src/_generated/types/GetFacilityFootprint.js +6 -0
- package/src/_generated/types/GetFacilityImages.d.ts +84 -0
- package/src/_generated/types/GetFacilityImages.js +6 -0
- package/src/_generated/types/GetFacilityLoans.d.ts +78 -0
- package/src/_generated/types/GetFacilityLoans.js +6 -0
- package/src/_generated/types/GetFacilityNotes.d.ts +78 -0
- package/src/_generated/types/GetFacilityNotes.js +6 -0
- package/src/_generated/types/GetFacilityOverview.d.ts +78 -0
- package/src/_generated/types/GetFacilityOverview.js +6 -0
- package/src/_generated/types/GetFacilityParcels.d.ts +78 -0
- package/src/_generated/types/GetFacilityParcels.js +6 -0
- package/src/_generated/types/GetFacilitySales.d.ts +78 -0
- package/src/_generated/types/GetFacilitySales.js +6 -0
- package/src/_generated/types/GetFacilityTaxes.d.ts +78 -0
- package/src/_generated/types/GetFacilityTaxes.js +6 -0
- package/src/_generated/types/GetHistoricalFacilityPricing.d.ts +84 -0
- package/src/_generated/types/GetHistoricalFacilityPricing.js +6 -0
- package/src/_generated/types/GetHistoricalMarketPricing.d.ts +78 -0
- package/src/_generated/types/GetHistoricalMarketPricing.js +6 -0
- package/src/_generated/types/GetREITOccupancy.d.ts +72 -0
- package/src/_generated/types/GetREITOccupancy.js +6 -0
- package/src/_generated/types/GetREITOccupancyWeighted.d.ts +72 -0
- package/src/_generated/types/GetREITOccupancyWeighted.js +6 -0
- package/src/_generated/types/GetSupply.d.ts +72 -0
- package/src/_generated/types/GetSupply.js +6 -0
- package/src/_generated/types/GetUsagePolicy.d.ts +54 -0
- package/src/_generated/types/GetUsagePolicy.js +6 -0
- package/src/_generated/types/InternalError.d.ts +20 -0
- package/src/_generated/types/InternalError.js +6 -0
- package/src/_generated/types/InvalidCursorError.d.ts +20 -0
- package/src/_generated/types/InvalidCursorError.js +6 -0
- package/src/_generated/types/Last12MonthsTimeframe.d.ts +24 -0
- package/src/_generated/types/Last12MonthsTimeframe.js +6 -0
- package/src/_generated/types/Last24MonthsTimeframe.d.ts +24 -0
- package/src/_generated/types/Last24MonthsTimeframe.js +6 -0
- package/src/_generated/types/Last30DaysTimeframe.d.ts +24 -0
- package/src/_generated/types/Last30DaysTimeframe.js +6 -0
- package/src/_generated/types/LatLng.d.ts +21 -0
- package/src/_generated/types/LatLng.js +6 -0
- package/src/_generated/types/LatLngCoordinates.d.ts +26 -0
- package/src/_generated/types/LatLngCoordinates.js +6 -0
- package/src/_generated/types/LatLngDriveTime.d.ts +27 -0
- package/src/_generated/types/LatLngDriveTime.js +6 -0
- package/src/_generated/types/LatLngRadius.d.ts +27 -0
- package/src/_generated/types/LatLngRadius.js +6 -0
- package/src/_generated/types/Location.d.ts +22 -0
- package/src/_generated/types/Location.js +6 -0
- package/src/_generated/types/MarketAggregatePricing.d.ts +56 -0
- package/src/_generated/types/MarketAggregatePricing.js +6 -0
- package/src/_generated/types/MarketPricingDailyProductConfig.d.ts +34 -0
- package/src/_generated/types/MarketPricingDailyProductConfig.js +6 -0
- package/src/_generated/types/MarketPricingDailyRequest.d.ts +32 -0
- package/src/_generated/types/MarketPricingDailyRequest.js +6 -0
- package/src/_generated/types/MarketPricingDailyResponse.d.ts +33 -0
- package/src/_generated/types/MarketPricingDailyResponse.js +6 -0
- package/src/_generated/types/MarketPricingGeography.d.ts +109 -0
- package/src/_generated/types/MarketPricingGeography.js +6 -0
- package/src/_generated/types/MarketPricingGeographyConfig.d.ts +36 -0
- package/src/_generated/types/MarketPricingGeographyConfig.js +6 -0
- package/src/_generated/types/MarketPricingGeographyType.d.ts +5 -0
- package/src/_generated/types/MarketPricingGeographyType.js +6 -0
- package/src/_generated/types/MarketPricingHistoricalProductConfig.d.ts +34 -0
- package/src/_generated/types/MarketPricingHistoricalProductConfig.js +6 -0
- package/src/_generated/types/MarketPricingHistoricalRequest.d.ts +31 -0
- package/src/_generated/types/MarketPricingHistoricalRequest.js +6 -0
- package/src/_generated/types/MarketPricingHistoricalResponse.d.ts +33 -0
- package/src/_generated/types/MarketPricingHistoricalResponse.js +6 -0
- package/src/_generated/types/MarketPricingResponseData.d.ts +16 -0
- package/src/_generated/types/MarketPricingResponseData.js +6 -0
- package/src/_generated/types/MonthlyTimeframe.d.ts +24 -0
- package/src/_generated/types/MonthlyTimeframe.js +6 -0
- package/src/_generated/types/NotFoundError.d.ts +20 -0
- package/src/_generated/types/NotFoundError.js +6 -0
- package/src/_generated/types/NotImplementedError.d.ts +20 -0
- package/src/_generated/types/NotImplementedError.js +6 -0
- package/src/_generated/types/PaginationRequest.d.ts +24 -0
- package/src/_generated/types/PaginationRequest.js +6 -0
- package/src/_generated/types/PaginationResponse.d.ts +34 -0
- package/src/_generated/types/PaginationResponse.js +6 -0
- package/src/_generated/types/Polygon.d.ts +21 -0
- package/src/_generated/types/Polygon.js +6 -0
- package/src/_generated/types/PricingAggregateUnitFilters.d.ts +26 -0
- package/src/_generated/types/PricingAggregateUnitFilters.js +6 -0
- package/src/_generated/types/PricingAggregateUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/PricingAggregateUnitFiltersConfig.js +6 -0
- package/src/_generated/types/PricingAggregateUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/PricingAggregateUnitFiltersType.js +6 -0
- package/src/_generated/types/PricingAvailability.d.ts +5 -0
- package/src/_generated/types/PricingAvailability.js +6 -0
- package/src/_generated/types/PricingDailyUnitFilters.d.ts +26 -0
- package/src/_generated/types/PricingDailyUnitFilters.js +6 -0
- package/src/_generated/types/PricingDailyUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/PricingDailyUnitFiltersConfig.js +6 -0
- package/src/_generated/types/PricingDailyUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/PricingDailyUnitFiltersType.js +6 -0
- package/src/_generated/types/PricingType.d.ts +5 -0
- package/src/_generated/types/PricingType.js +6 -0
- package/src/_generated/types/ProAggregateUnitFilters.d.ts +32 -0
- package/src/_generated/types/ProAggregateUnitFilters.js +6 -0
- package/src/_generated/types/ProDailyUnitFilters.d.ts +23 -0
- package/src/_generated/types/ProDailyUnitFilters.js +6 -0
- package/src/_generated/types/ProFacilityFilters.d.ts +16 -0
- package/src/_generated/types/ProFacilityFilters.js +6 -0
- package/src/_generated/types/ProSupplyFacilityFilters.d.ts +16 -0
- package/src/_generated/types/ProSupplyFacilityFilters.js +6 -0
- package/src/_generated/types/ProductConfig.d.ts +57 -0
- package/src/_generated/types/ProductConfig.js +6 -0
- package/src/_generated/types/ProductUsage.d.ts +32 -0
- package/src/_generated/types/ProductUsage.js +6 -0
- package/src/_generated/types/QuarterlyTimeframe.d.ts +24 -0
- package/src/_generated/types/QuarterlyTimeframe.js +6 -0
- package/src/_generated/types/QuotaConfig.d.ts +20 -0
- package/src/_generated/types/QuotaConfig.js +6 -0
- package/src/_generated/types/QuotaExceededError.d.ts +38 -0
- package/src/_generated/types/QuotaExceededError.js +6 -0
- package/src/_generated/types/REITOccupancyData.d.ts +30 -0
- package/src/_generated/types/REITOccupancyData.js +6 -0
- package/src/_generated/types/REITOccupancyRequest.d.ts +26 -0
- package/src/_generated/types/REITOccupancyRequest.js +6 -0
- package/src/_generated/types/REITOccupancyResponse.d.ts +22 -0
- package/src/_generated/types/REITOccupancyResponse.js +6 -0
- package/src/_generated/types/REITOccupancyResponseData.d.ts +16 -0
- package/src/_generated/types/REITOccupancyResponseData.js +6 -0
- package/src/_generated/types/REITTimeframe.d.ts +30 -0
- package/src/_generated/types/REITTimeframe.js +6 -0
- package/src/_generated/types/RateLimitedError.d.ts +26 -0
- package/src/_generated/types/RateLimitedError.js +6 -0
- package/src/_generated/types/RollupType.d.ts +5 -0
- package/src/_generated/types/RollupType.js +6 -0
- package/src/_generated/types/SearchFacilities.d.ts +72 -0
- package/src/_generated/types/SearchFacilities.js +6 -0
- package/src/_generated/types/SearchGeography.d.ts +109 -0
- package/src/_generated/types/SearchGeography.js +6 -0
- package/src/_generated/types/SearchGeographyConfig.d.ts +36 -0
- package/src/_generated/types/SearchGeographyConfig.js +6 -0
- package/src/_generated/types/SearchGeographyType.d.ts +5 -0
- package/src/_generated/types/SearchGeographyType.js +6 -0
- package/src/_generated/types/SearchProductConfig.d.ts +34 -0
- package/src/_generated/types/SearchProductConfig.js +6 -0
- package/src/_generated/types/SearchUnitFilters.d.ts +26 -0
- package/src/_generated/types/SearchUnitFilters.js +6 -0
- package/src/_generated/types/SearchUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/SearchUnitFiltersConfig.js +6 -0
- package/src/_generated/types/SearchUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/SearchUnitFiltersType.js +6 -0
- package/src/_generated/types/SqftRange.d.ts +22 -0
- package/src/_generated/types/SqftRange.js +6 -0
- package/src/_generated/types/SupplyFacilityFilters.d.ts +32 -0
- package/src/_generated/types/SupplyFacilityFilters.js +6 -0
- package/src/_generated/types/SupplyFacilityFiltersBase.d.ts +47 -0
- package/src/_generated/types/SupplyFacilityFiltersBase.js +6 -0
- package/src/_generated/types/SupplyGeography.d.ts +103 -0
- package/src/_generated/types/SupplyGeography.js +6 -0
- package/src/_generated/types/SupplyGeographyConfig.d.ts +36 -0
- package/src/_generated/types/SupplyGeographyConfig.js +6 -0
- package/src/_generated/types/SupplyGeographyType.d.ts +5 -0
- package/src/_generated/types/SupplyGeographyType.js +6 -0
- package/src/_generated/types/SupplyProductConfig.d.ts +40 -0
- package/src/_generated/types/SupplyProductConfig.js +6 -0
- package/src/_generated/types/SupplyRequest.d.ts +37 -0
- package/src/_generated/types/SupplyRequest.js +6 -0
- package/src/_generated/types/SupplyResponse.d.ts +22 -0
- package/src/_generated/types/SupplyResponse.js +6 -0
- package/src/_generated/types/SupplyResponseData.d.ts +16 -0
- package/src/_generated/types/SupplyResponseData.js +6 -0
- package/src/_generated/types/SupplyTimeframe.d.ts +20 -0
- package/src/_generated/types/SupplyTimeframe.js +6 -0
- package/src/_generated/types/SupplyUnitFilters.d.ts +26 -0
- package/src/_generated/types/SupplyUnitFilters.js +6 -0
- package/src/_generated/types/SupplyUnitFiltersConfig.d.ts +16 -0
- package/src/_generated/types/SupplyUnitFiltersConfig.js +6 -0
- package/src/_generated/types/SupplyUnitFiltersType.d.ts +5 -0
- package/src/_generated/types/SupplyUnitFiltersType.js +6 -0
- package/src/_generated/types/SurfaceType.d.ts +5 -0
- package/src/_generated/types/SurfaceType.js +6 -0
- package/src/_generated/types/Tier.d.ts +5 -0
- package/src/_generated/types/Tier.js +6 -0
- package/src/_generated/types/Timeframe.d.ts +61 -0
- package/src/_generated/types/Timeframe.js +6 -0
- package/src/_generated/types/TimeframeConfig.d.ts +62 -0
- package/src/_generated/types/TimeframeConfig.js +6 -0
- package/src/_generated/types/USREITGeography.d.ts +32 -0
- package/src/_generated/types/USREITGeography.js +6 -0
- package/src/_generated/types/UnauthorizedError.d.ts +20 -0
- package/src/_generated/types/UnauthorizedError.js +6 -0
- package/src/_generated/types/Unit.d.ts +29 -0
- package/src/_generated/types/Unit.js +6 -0
- package/src/_generated/types/UnitClassFeature.d.ts +5 -0
- package/src/_generated/types/UnitClassFeature.js +6 -0
- package/src/_generated/types/UnitFeature.d.ts +18 -0
- package/src/_generated/types/UnitFeature.js +6 -0
- package/src/_generated/types/UnitFilters.d.ts +38 -0
- package/src/_generated/types/UnitFilters.js +6 -0
- package/src/_generated/types/UnitFiltersCommon.d.ts +23 -0
- package/src/_generated/types/UnitFiltersCommon.js +6 -0
- package/src/_generated/types/UnitFiltersType.d.ts +5 -0
- package/src/_generated/types/UnitFiltersType.js +6 -0
- package/src/_generated/types/UnitStatus.d.ts +5 -0
- package/src/_generated/types/UnitStatus.js +6 -0
- package/src/_generated/types/UnitStyleFeature.d.ts +5 -0
- package/src/_generated/types/UnitStyleFeature.js +6 -0
- package/src/_generated/types/UnitTypeFeature.d.ts +5 -0
- package/src/_generated/types/UnitTypeFeature.js +6 -0
- package/src/_generated/types/UnitUtility.d.ts +5 -0
- package/src/_generated/types/UnitUtility.js +6 -0
- package/src/_generated/types/UsAddress.d.ts +21 -0
- package/src/_generated/types/UsAddress.js +6 -0
- package/src/_generated/types/UsAddressDriveTime.d.ts +27 -0
- package/src/_generated/types/UsAddressDriveTime.js +6 -0
- package/src/_generated/types/UsAddressRadius.d.ts +27 -0
- package/src/_generated/types/UsAddressRadius.js +6 -0
- package/src/_generated/types/UsCbsa.d.ts +21 -0
- package/src/_generated/types/UsCbsa.js +6 -0
- package/src/_generated/types/UsCensusBlockGroup.d.ts +21 -0
- package/src/_generated/types/UsCensusBlockGroup.js +6 -0
- package/src/_generated/types/UsCensusDemographics.d.ts +120 -0
- package/src/_generated/types/UsCensusDemographics.js +6 -0
- package/src/_generated/types/UsCensusTract.d.ts +21 -0
- package/src/_generated/types/UsCensusTract.js +6 -0
- package/src/_generated/types/UsCity.d.ts +27 -0
- package/src/_generated/types/UsCity.js +6 -0
- package/src/_generated/types/UsCounty.d.ts +27 -0
- package/src/_generated/types/UsCounty.js +6 -0
- package/src/_generated/types/UsEsriDemographics.d.ts +81 -0
- package/src/_generated/types/UsEsriDemographics.js +6 -0
- package/src/_generated/types/UsEsriForecast.d.ts +58 -0
- package/src/_generated/types/UsEsriForecast.js +6 -0
- package/src/_generated/types/UsRegion.d.ts +21 -0
- package/src/_generated/types/UsRegion.js +6 -0
- package/src/_generated/types/UsState.d.ts +21 -0
- package/src/_generated/types/UsState.js +6 -0
- package/src/_generated/types/UsStructuredAddress.d.ts +45 -0
- package/src/_generated/types/UsStructuredAddress.js +6 -0
- package/src/_generated/types/UsStructuredAddressDriveTime.d.ts +27 -0
- package/src/_generated/types/UsStructuredAddressDriveTime.js +6 -0
- package/src/_generated/types/UsStructuredAddressRadius.d.ts +27 -0
- package/src/_generated/types/UsStructuredAddressRadius.js +6 -0
- package/src/_generated/types/UsStructuredAddressValue.d.ts +40 -0
- package/src/_generated/types/UsStructuredAddressValue.js +6 -0
- package/src/_generated/types/UsSupplyEntry.d.ts +29 -0
- package/src/_generated/types/UsSupplyEntry.js +6 -0
- package/src/_generated/types/UsSupplyMeasures.d.ts +26 -0
- package/src/_generated/types/UsSupplyMeasures.js +6 -0
- package/src/_generated/types/UsSupplyMetrics.d.ts +65 -0
- package/src/_generated/types/UsSupplyMetrics.js +6 -0
- package/src/_generated/types/UsZipcode.d.ts +21 -0
- package/src/_generated/types/UsZipcode.js +6 -0
- package/src/_generated/types/UsageCycle.d.ts +23 -0
- package/src/_generated/types/UsageCycle.js +6 -0
- package/src/_generated/types/UsagePolicyResponse.d.ts +70 -0
- package/src/_generated/types/UsagePolicyResponse.js +6 -0
- package/src/_generated/types/ValidationError.d.ts +28 -0
- package/src/_generated/types/ValidationError.js +6 -0
- package/src/_generated/types/WarningCode.d.ts +5 -0
- package/src/_generated/types/WarningCode.js +6 -0
- package/src/_generated/types/WarningResponse.d.ts +21 -0
- package/src/_generated/types/WarningResponse.js +6 -0
- package/src/_generated/types/WeeklyTimeframe.d.ts +24 -0
- package/src/_generated/types/WeeklyTimeframe.js +6 -0
- package/src/_generated/types/YearlyTimeframe.d.ts +24 -0
- package/src/_generated/types/YearlyTimeframe.js +6 -0
- package/src/_generated/types/index.d.ts +245 -0
- package/src/_generated/types/index.js +2 -0
- package/src/_generated/zod/REITOccupancyDataSchema.d.ts +10 -0
- package/src/_generated/zod/REITOccupancyDataSchema.js +46 -0
- package/src/_generated/zod/REITOccupancyRequestSchema.d.ts +60 -0
- package/src/_generated/zod/REITOccupancyRequestSchema.js +48 -0
- package/src/_generated/zod/REITOccupancyResponseDataSchema.d.ts +12 -0
- package/src/_generated/zod/REITOccupancyResponseDataSchema.js +45 -0
- package/src/_generated/zod/REITOccupancyResponseSchema.d.ts +69 -0
- package/src/_generated/zod/REITOccupancyResponseSchema.js +47 -0
- package/src/_generated/zod/REITTimeframeSchema.d.ts +27 -0
- package/src/_generated/zod/REITTimeframeSchema.js +54 -0
- package/src/_generated/zod/USREITGeographySchema.d.ts +35 -0
- package/src/_generated/zod/USREITGeographySchema.js +57 -0
- package/src/_generated/zod/accessAreaFeatureSchema.d.ts +10 -0
- package/src/_generated/zod/accessAreaFeatureSchema.js +42 -0
- package/src/_generated/zod/accessTypeFeatureSchema.d.ts +12 -0
- package/src/_generated/zod/accessTypeFeatureSchema.js +42 -0
- package/src/_generated/zod/aggregatePriceEntrySchema.d.ts +14 -0
- package/src/_generated/zod/aggregatePriceEntrySchema.js +48 -0
- package/src/_generated/zod/aggregatePricingSchema.d.ts +89 -0
- package/src/_generated/zod/aggregatePricingSchema.js +52 -0
- package/src/_generated/zod/aggregateUnitFiltersBaseSchema.d.ts +86 -0
- package/src/_generated/zod/aggregateUnitFiltersBaseSchema.js +48 -0
- package/src/_generated/zod/aggregateUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/aggregateUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/aggregateUnitFiltersSchema.d.ts +186 -0
- package/src/_generated/zod/aggregateUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/aggregateUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/aggregateUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/badRequestErrorSchema.d.ts +27 -0
- package/src/_generated/zod/badRequestErrorSchema.js +46 -0
- package/src/_generated/zod/baseDemographicsSchema.d.ts +218 -0
- package/src/_generated/zod/baseDemographicsSchema.js +48 -0
- package/src/_generated/zod/basicAggregateUnitFiltersSchema.d.ts +90 -0
- package/src/_generated/zod/basicAggregateUnitFiltersSchema.js +45 -0
- package/src/_generated/zod/basicDailyUnitFiltersSchema.d.ts +90 -0
- package/src/_generated/zod/basicDailyUnitFiltersSchema.js +45 -0
- package/src/_generated/zod/basicFacilityFiltersSchema.d.ts +44 -0
- package/src/_generated/zod/basicFacilityFiltersSchema.js +45 -0
- package/src/_generated/zod/basicSupplyFacilityFiltersSchema.d.ts +28 -0
- package/src/_generated/zod/basicSupplyFacilityFiltersSchema.js +45 -0
- package/src/_generated/zod/centroidGeographyTypeSchema.d.ts +13 -0
- package/src/_generated/zod/centroidGeographyTypeSchema.js +42 -0
- package/src/_generated/zod/climateTypeFeatureSchema.d.ts +11 -0
- package/src/_generated/zod/climateTypeFeatureSchema.js +42 -0
- package/src/_generated/zod/countrySchema.d.ts +11 -0
- package/src/_generated/zod/countrySchema.js +45 -0
- package/src/_generated/zod/currentUsageResponseSchema.d.ts +66 -0
- package/src/_generated/zod/currentUsageResponseSchema.js +56 -0
- package/src/_generated/zod/cursorExpiredErrorSchema.d.ts +27 -0
- package/src/_generated/zod/cursorExpiredErrorSchema.js +46 -0
- package/src/_generated/zod/cycleWindowSchema.d.ts +9 -0
- package/src/_generated/zod/cycleWindowSchema.js +45 -0
- package/src/_generated/zod/dailyPriceEntrySchema.d.ts +12 -0
- package/src/_generated/zod/dailyPriceEntrySchema.js +46 -0
- package/src/_generated/zod/dailyPricingSchema.d.ts +92 -0
- package/src/_generated/zod/dailyPricingSchema.js +55 -0
- package/src/_generated/zod/dailyTimeframeConfigSchema.d.ts +13 -0
- package/src/_generated/zod/dailyTimeframeConfigSchema.js +47 -0
- package/src/_generated/zod/dailyTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/dailyTimeframeSchema.js +45 -0
- package/src/_generated/zod/dailyUnitFiltersBaseSchema.d.ts +86 -0
- package/src/_generated/zod/dailyUnitFiltersBaseSchema.js +48 -0
- package/src/_generated/zod/dailyUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/dailyUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/dailyUnitFiltersSchema.d.ts +188 -0
- package/src/_generated/zod/dailyUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/dailyUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/dailyUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/dataSourceSchema.d.ts +9 -0
- package/src/_generated/zod/dataSourceSchema.js +42 -0
- package/src/_generated/zod/demographicsAvailabilityRequestSchema.d.ts +213 -0
- package/src/_generated/zod/demographicsAvailabilityRequestSchema.js +45 -0
- package/src/_generated/zod/demographicsAvailabilityResponseDataSchema.d.ts +14 -0
- package/src/_generated/zod/demographicsAvailabilityResponseDataSchema.js +45 -0
- package/src/_generated/zod/demographicsAvailabilityResponseSchema.d.ts +224 -0
- package/src/_generated/zod/demographicsAvailabilityResponseSchema.js +47 -0
- package/src/_generated/zod/demographicsAvailabilitySchema.d.ts +12 -0
- package/src/_generated/zod/demographicsAvailabilitySchema.js +46 -0
- package/src/_generated/zod/demographicsBlockGroupsResponseDataSchema.d.ts +491 -0
- package/src/_generated/zod/demographicsBlockGroupsResponseDataSchema.js +45 -0
- package/src/_generated/zod/demographicsBlockGroupsResponseSchema.d.ts +706 -0
- package/src/_generated/zod/demographicsBlockGroupsResponseSchema.js +47 -0
- package/src/_generated/zod/demographicsGeographyConfigSchema.d.ts +28 -0
- package/src/_generated/zod/demographicsGeographyConfigSchema.js +49 -0
- package/src/_generated/zod/demographicsGeographySchema.d.ts +211 -0
- package/src/_generated/zod/demographicsGeographySchema.js +105 -0
- package/src/_generated/zod/demographicsGeographyTypeSchema.d.ts +22 -0
- package/src/_generated/zod/demographicsGeographyTypeSchema.js +42 -0
- package/src/_generated/zod/demographicsProductConfigSchema.d.ts +34 -0
- package/src/_generated/zod/demographicsProductConfigSchema.js +47 -0
- package/src/_generated/zod/demographicsRequestSchema.d.ts +218 -0
- package/src/_generated/zod/demographicsRequestSchema.js +48 -0
- package/src/_generated/zod/demographicsResponseDataSchema.d.ts +491 -0
- package/src/_generated/zod/demographicsResponseDataSchema.js +45 -0
- package/src/_generated/zod/demographicsResponseSchema.d.ts +706 -0
- package/src/_generated/zod/demographicsResponseSchema.js +47 -0
- package/src/_generated/zod/demographicsSchema.d.ts +489 -0
- package/src/_generated/zod/demographicsSchema.js +51 -0
- package/src/_generated/zod/demographicsTypeSchema.d.ts +9 -0
- package/src/_generated/zod/demographicsTypeSchema.js +42 -0
- package/src/_generated/zod/developmentStatusSchema.d.ts +17 -0
- package/src/_generated/zod/developmentStatusSchema.js +42 -0
- package/src/_generated/zod/distanceSchema.d.ts +13 -0
- package/src/_generated/zod/distanceSchema.js +46 -0
- package/src/_generated/zod/distanceUnitSchema.d.ts +10 -0
- package/src/_generated/zod/distanceUnitSchema.js +42 -0
- package/src/_generated/zod/doorTypeFeatureSchema.d.ts +14 -0
- package/src/_generated/zod/doorTypeFeatureSchema.js +42 -0
- package/src/_generated/zod/employmentDataPointSchema.d.ts +9 -0
- package/src/_generated/zod/employmentDataPointSchema.js +45 -0
- package/src/_generated/zod/employmentGeographySchema.d.ts +26 -0
- package/src/_generated/zod/employmentGeographySchema.js +53 -0
- package/src/_generated/zod/employmentRequestSchema.d.ts +59 -0
- package/src/_generated/zod/employmentRequestSchema.js +47 -0
- package/src/_generated/zod/employmentResponseDataSchema.d.ts +11 -0
- package/src/_generated/zod/employmentResponseDataSchema.js +45 -0
- package/src/_generated/zod/employmentResponseSchema.d.ts +67 -0
- package/src/_generated/zod/employmentResponseSchema.js +47 -0
- package/src/_generated/zod/employmentTimeframeSchema.d.ts +36 -0
- package/src/_generated/zod/employmentTimeframeSchema.js +58 -0
- package/src/_generated/zod/enterpriseFacilityFiltersSchema.d.ts +48 -0
- package/src/_generated/zod/enterpriseFacilityFiltersSchema.js +47 -0
- package/src/_generated/zod/enterpriseSupplyFacilityFiltersSchema.d.ts +32 -0
- package/src/_generated/zod/enterpriseSupplyFacilityFiltersSchema.js +47 -0
- package/src/_generated/zod/errorCodeSchema.d.ts +18 -0
- package/src/_generated/zod/errorCodeSchema.js +42 -0
- package/src/_generated/zod/errorDetailBaseSchema.d.ts +22 -0
- package/src/_generated/zod/errorDetailBaseSchema.js +47 -0
- package/src/_generated/zod/errorDetailSchema.d.ts +289 -0
- package/src/_generated/zod/errorDetailSchema.js +87 -0
- package/src/_generated/zod/errorResponseSchema.d.ts +291 -0
- package/src/_generated/zod/errorResponseSchema.js +45 -0
- package/src/_generated/zod/facilitiesSearchRequestSchema.d.ts +542 -0
- package/src/_generated/zod/facilitiesSearchRequestSchema.js +51 -0
- package/src/_generated/zod/facilitiesSearchResponseDataSchema.d.ts +58 -0
- package/src/_generated/zod/facilitiesSearchResponseDataSchema.js +45 -0
- package/src/_generated/zod/facilitiesSearchResponseSchema.d.ts +609 -0
- package/src/_generated/zod/facilitiesSearchResponseSchema.js +51 -0
- package/src/_generated/zod/facilityAggregatePricingEntrySchema.d.ts +92 -0
- package/src/_generated/zod/facilityAggregatePricingEntrySchema.js +46 -0
- package/src/_generated/zod/facilityContactSchema.d.ts +18 -0
- package/src/_generated/zod/facilityContactSchema.js +50 -0
- package/src/_generated/zod/facilityContactTypeSchema.d.ts +11 -0
- package/src/_generated/zod/facilityContactTypeSchema.js +42 -0
- package/src/_generated/zod/facilityContactsResponseSchema.d.ts +20 -0
- package/src/_generated/zod/facilityContactsResponseSchema.js +45 -0
- package/src/_generated/zod/facilityDailyPricingEntrySchema.d.ts +95 -0
- package/src/_generated/zod/facilityDailyPricingEntrySchema.js +46 -0
- package/src/_generated/zod/facilityDetailRouteSchema.d.ts +17 -0
- package/src/_generated/zod/facilityDetailRouteSchema.js +42 -0
- package/src/_generated/zod/facilityDetailsProductConfigSchema.d.ts +28 -0
- package/src/_generated/zod/facilityDetailsProductConfigSchema.js +49 -0
- package/src/_generated/zod/facilityDocumentSchema.d.ts +11 -0
- package/src/_generated/zod/facilityDocumentSchema.js +47 -0
- package/src/_generated/zod/facilityDocumentsResponseSchema.d.ts +13 -0
- package/src/_generated/zod/facilityDocumentsResponseSchema.js +45 -0
- package/src/_generated/zod/facilityFeatureSchema.d.ts +13 -0
- package/src/_generated/zod/facilityFeatureSchema.js +42 -0
- package/src/_generated/zod/facilityFiltersBaseSchema.d.ts +40 -0
- package/src/_generated/zod/facilityFiltersBaseSchema.js +54 -0
- package/src/_generated/zod/facilityFiltersSchema.d.ts +138 -0
- package/src/_generated/zod/facilityFiltersSchema.js +57 -0
- package/src/_generated/zod/facilityFiltersTypeSchema.d.ts +10 -0
- package/src/_generated/zod/facilityFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/facilityFootprintResponseSchema.d.ts +15 -0
- package/src/_generated/zod/facilityFootprintResponseSchema.js +45 -0
- package/src/_generated/zod/facilityFootprintSchema.d.ts +13 -0
- package/src/_generated/zod/facilityFootprintSchema.js +49 -0
- package/src/_generated/zod/facilityImageSchema.d.ts +11 -0
- package/src/_generated/zod/facilityImageSchema.js +47 -0
- package/src/_generated/zod/facilityImagesResponseSchema.d.ts +13 -0
- package/src/_generated/zod/facilityImagesResponseSchema.js +45 -0
- package/src/_generated/zod/facilityLoanSchema.d.ts +13 -0
- package/src/_generated/zod/facilityLoanSchema.js +49 -0
- package/src/_generated/zod/facilityLoansResponseSchema.d.ts +15 -0
- package/src/_generated/zod/facilityLoansResponseSchema.js +45 -0
- package/src/_generated/zod/facilityNoteSchema.d.ts +13 -0
- package/src/_generated/zod/facilityNoteSchema.js +49 -0
- package/src/_generated/zod/facilityNotesResponseSchema.d.ts +15 -0
- package/src/_generated/zod/facilityNotesResponseSchema.js +45 -0
- package/src/_generated/zod/facilityOverviewResponseSchema.d.ts +58 -0
- package/src/_generated/zod/facilityOverviewResponseSchema.js +45 -0
- package/src/_generated/zod/facilityOverviewSchema.d.ts +56 -0
- package/src/_generated/zod/facilityOverviewSchema.js +62 -0
- package/src/_generated/zod/facilityOverviewTypeSchema.d.ts +10 -0
- package/src/_generated/zod/facilityOverviewTypeSchema.js +42 -0
- package/src/_generated/zod/facilityParcelSchema.d.ts +11 -0
- package/src/_generated/zod/facilityParcelSchema.js +47 -0
- package/src/_generated/zod/facilityParcelsResponseSchema.d.ts +13 -0
- package/src/_generated/zod/facilityParcelsResponseSchema.js +45 -0
- package/src/_generated/zod/facilityPricingDailyProductConfigSchema.d.ts +25 -0
- package/src/_generated/zod/facilityPricingDailyProductConfigSchema.js +49 -0
- package/src/_generated/zod/facilityPricingDailyRequestSchema.d.ts +201 -0
- package/src/_generated/zod/facilityPricingDailyRequestSchema.js +50 -0
- package/src/_generated/zod/facilityPricingDailyResponseSchema.d.ts +305 -0
- package/src/_generated/zod/facilityPricingDailyResponseSchema.js +51 -0
- package/src/_generated/zod/facilityPricingHistoricalProductConfigSchema.d.ts +46 -0
- package/src/_generated/zod/facilityPricingHistoricalProductConfigSchema.js +49 -0
- package/src/_generated/zod/facilityPricingHistoricalRequestSchema.d.ts +268 -0
- package/src/_generated/zod/facilityPricingHistoricalRequestSchema.js +50 -0
- package/src/_generated/zod/facilityPricingHistoricalResponseSchema.d.ts +369 -0
- package/src/_generated/zod/facilityPricingHistoricalResponseSchema.js +51 -0
- package/src/_generated/zod/facilitySaleSchema.d.ts +10 -0
- package/src/_generated/zod/facilitySaleSchema.js +46 -0
- package/src/_generated/zod/facilitySalesResponseSchema.d.ts +12 -0
- package/src/_generated/zod/facilitySalesResponseSchema.js +45 -0
- package/src/_generated/zod/facilityTaxSchema.d.ts +14 -0
- package/src/_generated/zod/facilityTaxSchema.js +50 -0
- package/src/_generated/zod/facilityTaxesResponseSchema.d.ts +16 -0
- package/src/_generated/zod/facilityTaxesResponseSchema.js +45 -0
- package/src/_generated/zod/floorFeatureSchema.d.ts +23 -0
- package/src/_generated/zod/floorFeatureSchema.js +42 -0
- package/src/_generated/zod/forbiddenErrorSchema.d.ts +27 -0
- package/src/_generated/zod/forbiddenErrorSchema.js +46 -0
- package/src/_generated/zod/geographyBaseSchema.d.ts +28 -0
- package/src/_generated/zod/geographyBaseSchema.js +45 -0
- package/src/_generated/zod/geographyConfigSchema.d.ts +32 -0
- package/src/_generated/zod/geographyConfigSchema.js +49 -0
- package/src/_generated/zod/geographySchema.d.ts +254 -0
- package/src/_generated/zod/geographySchema.js +121 -0
- package/src/_generated/zod/geographyTypeSchema.d.ts +26 -0
- package/src/_generated/zod/geographyTypeSchema.js +42 -0
- package/src/_generated/zod/getCurrentUsageSchema.d.ts +1270 -0
- package/src/_generated/zod/getCurrentUsageSchema.js +15 -0
- package/src/_generated/zod/getDailyFacilityPricingSchema.d.ts +3089 -0
- package/src/_generated/zod/getDailyFacilityPricingSchema.js +21 -0
- package/src/_generated/zod/getDailyMarketPricingSchema.d.ts +3445 -0
- package/src/_generated/zod/getDailyMarketPricingSchema.js +20 -0
- package/src/_generated/zod/getDemographicsAvailabilitySchema.d.ts +2366 -0
- package/src/_generated/zod/getDemographicsAvailabilitySchema.js +19 -0
- package/src/_generated/zod/getDemographicsBlockGroupsSchema.d.ts +3335 -0
- package/src/_generated/zod/getDemographicsBlockGroupsSchema.js +19 -0
- package/src/_generated/zod/getDemographicsSchema.d.ts +3335 -0
- package/src/_generated/zod/getDemographicsSchema.js +19 -0
- package/src/_generated/zod/getEmploymentSchema.d.ts +1898 -0
- package/src/_generated/zod/getEmploymentSchema.js +19 -0
- package/src/_generated/zod/getFacilityContactsSchema.d.ts +1752 -0
- package/src/_generated/zod/getFacilityContactsSchema.js +52 -0
- package/src/_generated/zod/getFacilityDocumentsSchema.d.ts +1738 -0
- package/src/_generated/zod/getFacilityDocumentsSchema.js +52 -0
- package/src/_generated/zod/getFacilityFootprintSchema.d.ts +1742 -0
- package/src/_generated/zod/getFacilityFootprintSchema.js +52 -0
- package/src/_generated/zod/getFacilityImagesSchema.d.ts +2024 -0
- package/src/_generated/zod/getFacilityImagesSchema.js +53 -0
- package/src/_generated/zod/getFacilityLoansSchema.d.ts +1742 -0
- package/src/_generated/zod/getFacilityLoansSchema.js +52 -0
- package/src/_generated/zod/getFacilityNotesSchema.d.ts +1742 -0
- package/src/_generated/zod/getFacilityNotesSchema.js +52 -0
- package/src/_generated/zod/getFacilityOverviewSchema.d.ts +1828 -0
- package/src/_generated/zod/getFacilityOverviewSchema.js +52 -0
- package/src/_generated/zod/getFacilityParcelsSchema.d.ts +1738 -0
- package/src/_generated/zod/getFacilityParcelsSchema.js +52 -0
- package/src/_generated/zod/getFacilitySalesSchema.d.ts +1736 -0
- package/src/_generated/zod/getFacilitySalesSchema.js +52 -0
- package/src/_generated/zod/getFacilityTaxesSchema.d.ts +1744 -0
- package/src/_generated/zod/getFacilityTaxesSchema.js +52 -0
- package/src/_generated/zod/getHistoricalFacilityPricingSchema.d.ts +3284 -0
- package/src/_generated/zod/getHistoricalFacilityPricingSchema.js +21 -0
- package/src/_generated/zod/getHistoricalMarketPricingSchema.d.ts +3652 -0
- package/src/_generated/zod/getHistoricalMarketPricingSchema.js +20 -0
- package/src/_generated/zod/getREITOccupancySchema.d.ts +1903 -0
- package/src/_generated/zod/getREITOccupancySchema.js +19 -0
- package/src/_generated/zod/getREITOccupancyWeightedSchema.d.ts +1903 -0
- package/src/_generated/zod/getREITOccupancyWeightedSchema.js +19 -0
- package/src/_generated/zod/getSupplySchema.d.ts +3389 -0
- package/src/_generated/zod/getSupplySchema.js +19 -0
- package/src/_generated/zod/getUsagePolicySchema.d.ts +1832 -0
- package/src/_generated/zod/getUsagePolicySchema.js +15 -0
- package/src/_generated/zod/index.d.ts +245 -0
- package/src/_generated/zod/index.js +694 -0
- package/src/_generated/zod/internalErrorSchema.d.ts +27 -0
- package/src/_generated/zod/internalErrorSchema.js +46 -0
- package/src/_generated/zod/invalidCursorErrorSchema.d.ts +27 -0
- package/src/_generated/zod/invalidCursorErrorSchema.js +46 -0
- package/src/_generated/zod/last12MonthsTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/last12MonthsTimeframeSchema.js +45 -0
- package/src/_generated/zod/last24MonthsTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/last24MonthsTimeframeSchema.js +45 -0
- package/src/_generated/zod/last30DaysTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/last30DaysTimeframeSchema.js +45 -0
- package/src/_generated/zod/latLngCoordinatesSchema.d.ts +9 -0
- package/src/_generated/zod/latLngCoordinatesSchema.js +45 -0
- package/src/_generated/zod/latLngDriveTimeSchema.d.ts +22 -0
- package/src/_generated/zod/latLngDriveTimeSchema.js +48 -0
- package/src/_generated/zod/latLngRadiusSchema.d.ts +22 -0
- package/src/_generated/zod/latLngRadiusSchema.js +48 -0
- package/src/_generated/zod/latLngSchema.d.ts +14 -0
- package/src/_generated/zod/latLngSchema.js +46 -0
- package/src/_generated/zod/locationSchema.d.ts +12 -0
- package/src/_generated/zod/locationSchema.js +46 -0
- package/src/_generated/zod/marketAggregatePricingSchema.d.ts +96 -0
- package/src/_generated/zod/marketAggregatePricingSchema.js +53 -0
- package/src/_generated/zod/marketPricingDailyProductConfigSchema.d.ts +49 -0
- package/src/_generated/zod/marketPricingDailyProductConfigSchema.js +51 -0
- package/src/_generated/zod/marketPricingDailyRequestSchema.d.ts +413 -0
- package/src/_generated/zod/marketPricingDailyRequestSchema.js +51 -0
- package/src/_generated/zod/marketPricingDailyResponseSchema.d.ts +520 -0
- package/src/_generated/zod/marketPricingDailyResponseSchema.js +51 -0
- package/src/_generated/zod/marketPricingGeographyConfigSchema.d.ts +29 -0
- package/src/_generated/zod/marketPricingGeographyConfigSchema.js +49 -0
- package/src/_generated/zod/marketPricingGeographySchema.d.ts +220 -0
- package/src/_generated/zod/marketPricingGeographySchema.js +109 -0
- package/src/_generated/zod/marketPricingGeographyTypeSchema.d.ts +23 -0
- package/src/_generated/zod/marketPricingGeographyTypeSchema.js +42 -0
- package/src/_generated/zod/marketPricingHistoricalProductConfigSchema.d.ts +70 -0
- package/src/_generated/zod/marketPricingHistoricalProductConfigSchema.js +51 -0
- package/src/_generated/zod/marketPricingHistoricalRequestSchema.d.ts +482 -0
- package/src/_generated/zod/marketPricingHistoricalRequestSchema.js +51 -0
- package/src/_generated/zod/marketPricingHistoricalResponseSchema.d.ts +589 -0
- package/src/_generated/zod/marketPricingHistoricalResponseSchema.js +51 -0
- package/src/_generated/zod/marketPricingResponseDataSchema.d.ts +98 -0
- package/src/_generated/zod/marketPricingResponseDataSchema.js +45 -0
- package/src/_generated/zod/monthlyTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/monthlyTimeframeSchema.js +45 -0
- package/src/_generated/zod/notFoundErrorSchema.d.ts +27 -0
- package/src/_generated/zod/notFoundErrorSchema.js +46 -0
- package/src/_generated/zod/notImplementedErrorSchema.d.ts +27 -0
- package/src/_generated/zod/notImplementedErrorSchema.js +46 -0
- package/src/_generated/zod/paginationRequestSchema.d.ts +9 -0
- package/src/_generated/zod/paginationRequestSchema.js +45 -0
- package/src/_generated/zod/paginationResponseSchema.d.ts +11 -0
- package/src/_generated/zod/paginationResponseSchema.js +47 -0
- package/src/_generated/zod/polygonSchema.d.ts +11 -0
- package/src/_generated/zod/polygonSchema.js +45 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersSchema.d.ts +186 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/pricingAggregateUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/pricingAvailabilitySchema.d.ts +10 -0
- package/src/_generated/zod/pricingAvailabilitySchema.js +42 -0
- package/src/_generated/zod/pricingDailyUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/pricingDailyUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/pricingDailyUnitFiltersSchema.d.ts +188 -0
- package/src/_generated/zod/pricingDailyUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/pricingDailyUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/pricingDailyUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/pricingTypeSchema.d.ts +9 -0
- package/src/_generated/zod/pricingTypeSchema.js +42 -0
- package/src/_generated/zod/proAggregateUnitFiltersSchema.d.ts +92 -0
- package/src/_generated/zod/proAggregateUnitFiltersSchema.js +47 -0
- package/src/_generated/zod/proDailyUnitFiltersSchema.d.ts +94 -0
- package/src/_generated/zod/proDailyUnitFiltersSchema.js +47 -0
- package/src/_generated/zod/proFacilityFiltersSchema.d.ts +44 -0
- package/src/_generated/zod/proFacilityFiltersSchema.js +45 -0
- package/src/_generated/zod/proSupplyFacilityFiltersSchema.d.ts +28 -0
- package/src/_generated/zod/proSupplyFacilityFiltersSchema.js +45 -0
- package/src/_generated/zod/productConfigSchema.d.ts +92 -0
- package/src/_generated/zod/productConfigSchema.js +58 -0
- package/src/_generated/zod/productUsageSchema.d.ts +11 -0
- package/src/_generated/zod/productUsageSchema.js +47 -0
- package/src/_generated/zod/quarterlyTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/quarterlyTimeframeSchema.js +45 -0
- package/src/_generated/zod/quotaConfigSchema.d.ts +9 -0
- package/src/_generated/zod/quotaConfigSchema.js +45 -0
- package/src/_generated/zod/quotaExceededErrorSchema.d.ts +33 -0
- package/src/_generated/zod/quotaExceededErrorSchema.js +49 -0
- package/src/_generated/zod/rateLimitedErrorSchema.d.ts +28 -0
- package/src/_generated/zod/rateLimitedErrorSchema.js +47 -0
- package/src/_generated/zod/rollupTypeSchema.d.ts +15 -0
- package/src/_generated/zod/rollupTypeSchema.js +42 -0
- package/src/_generated/zod/searchFacilitiesSchema.d.ts +3465 -0
- package/src/_generated/zod/searchFacilitiesSchema.js +19 -0
- package/src/_generated/zod/searchGeographyConfigSchema.d.ts +29 -0
- package/src/_generated/zod/searchGeographyConfigSchema.js +49 -0
- package/src/_generated/zod/searchGeographySchema.d.ts +220 -0
- package/src/_generated/zod/searchGeographySchema.js +109 -0
- package/src/_generated/zod/searchGeographyTypeSchema.d.ts +23 -0
- package/src/_generated/zod/searchGeographyTypeSchema.js +42 -0
- package/src/_generated/zod/searchProductConfigSchema.d.ts +46 -0
- package/src/_generated/zod/searchProductConfigSchema.js +51 -0
- package/src/_generated/zod/searchUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/searchUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/searchUnitFiltersSchema.d.ts +188 -0
- package/src/_generated/zod/searchUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/searchUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/searchUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/sqftRangeSchema.d.ts +9 -0
- package/src/_generated/zod/sqftRangeSchema.js +45 -0
- package/src/_generated/zod/supplyFacilityFiltersBaseSchema.d.ts +24 -0
- package/src/_generated/zod/supplyFacilityFiltersBaseSchema.js +51 -0
- package/src/_generated/zod/supplyFacilityFiltersSchema.d.ts +90 -0
- package/src/_generated/zod/supplyFacilityFiltersSchema.js +57 -0
- package/src/_generated/zod/supplyGeographyConfigSchema.d.ts +28 -0
- package/src/_generated/zod/supplyGeographyConfigSchema.js +49 -0
- package/src/_generated/zod/supplyGeographySchema.d.ts +211 -0
- package/src/_generated/zod/supplyGeographySchema.js +105 -0
- package/src/_generated/zod/supplyGeographyTypeSchema.d.ts +22 -0
- package/src/_generated/zod/supplyGeographyTypeSchema.js +42 -0
- package/src/_generated/zod/supplyProductConfigSchema.d.ts +74 -0
- package/src/_generated/zod/supplyProductConfigSchema.js +53 -0
- package/src/_generated/zod/supplyRequestSchema.d.ts +502 -0
- package/src/_generated/zod/supplyRequestSchema.js +53 -0
- package/src/_generated/zod/supplyResponseDataSchema.d.ts +92 -0
- package/src/_generated/zod/supplyResponseDataSchema.js +45 -0
- package/src/_generated/zod/supplyResponseSchema.d.ts +591 -0
- package/src/_generated/zod/supplyResponseSchema.js +47 -0
- package/src/_generated/zod/supplyTimeframeSchema.d.ts +16 -0
- package/src/_generated/zod/supplyTimeframeSchema.js +46 -0
- package/src/_generated/zod/supplyUnitFiltersConfigSchema.d.ts +11 -0
- package/src/_generated/zod/supplyUnitFiltersConfigSchema.js +45 -0
- package/src/_generated/zod/supplyUnitFiltersSchema.d.ts +186 -0
- package/src/_generated/zod/supplyUnitFiltersSchema.js +53 -0
- package/src/_generated/zod/supplyUnitFiltersTypeSchema.d.ts +9 -0
- package/src/_generated/zod/supplyUnitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/surfaceTypeSchema.d.ts +10 -0
- package/src/_generated/zod/surfaceTypeSchema.js +42 -0
- package/src/_generated/zod/tierSchema.d.ts +10 -0
- package/src/_generated/zod/tierSchema.js +42 -0
- package/src/_generated/zod/timeframeConfigSchema.d.ts +34 -0
- package/src/_generated/zod/timeframeConfigSchema.js +54 -0
- package/src/_generated/zod/timeframeSchema.d.ts +80 -0
- package/src/_generated/zod/timeframeSchema.js +77 -0
- package/src/_generated/zod/unauthorizedErrorSchema.d.ts +27 -0
- package/src/_generated/zod/unauthorizedErrorSchema.js +46 -0
- package/src/_generated/zod/unitClassFeatureSchema.d.ts +11 -0
- package/src/_generated/zod/unitClassFeatureSchema.js +42 -0
- package/src/_generated/zod/unitFeatureSchema.d.ts +73 -0
- package/src/_generated/zod/unitFeatureSchema.js +52 -0
- package/src/_generated/zod/unitFiltersCommonSchema.d.ts +76 -0
- package/src/_generated/zod/unitFiltersCommonSchema.js +46 -0
- package/src/_generated/zod/unitFiltersSchema.d.ts +366 -0
- package/src/_generated/zod/unitFiltersSchema.js +61 -0
- package/src/_generated/zod/unitFiltersTypeSchema.d.ts +11 -0
- package/src/_generated/zod/unitFiltersTypeSchema.js +42 -0
- package/src/_generated/zod/unitSchema.d.ts +77 -0
- package/src/_generated/zod/unitSchema.js +47 -0
- package/src/_generated/zod/unitStatusSchema.d.ts +9 -0
- package/src/_generated/zod/unitStatusSchema.js +42 -0
- package/src/_generated/zod/unitStyleFeatureSchema.d.ts +12 -0
- package/src/_generated/zod/unitStyleFeatureSchema.js +42 -0
- package/src/_generated/zod/unitTypeFeatureSchema.d.ts +14 -0
- package/src/_generated/zod/unitTypeFeatureSchema.js +42 -0
- package/src/_generated/zod/unitUtilitySchema.d.ts +10 -0
- package/src/_generated/zod/unitUtilitySchema.js +42 -0
- package/src/_generated/zod/usAddressDriveTimeSchema.d.ts +19 -0
- package/src/_generated/zod/usAddressDriveTimeSchema.js +47 -0
- package/src/_generated/zod/usAddressRadiusSchema.d.ts +19 -0
- package/src/_generated/zod/usAddressRadiusSchema.js +47 -0
- package/src/_generated/zod/usAddressSchema.d.ts +11 -0
- package/src/_generated/zod/usAddressSchema.js +45 -0
- package/src/_generated/zod/usCbsaSchema.d.ts +11 -0
- package/src/_generated/zod/usCbsaSchema.js +45 -0
- package/src/_generated/zod/usCensusBlockGroupSchema.d.ts +11 -0
- package/src/_generated/zod/usCensusBlockGroupSchema.js +45 -0
- package/src/_generated/zod/usCensusDemographicsSchema.d.ts +243 -0
- package/src/_generated/zod/usCensusDemographicsSchema.js +66 -0
- package/src/_generated/zod/usCensusTractSchema.d.ts +11 -0
- package/src/_generated/zod/usCensusTractSchema.js +45 -0
- package/src/_generated/zod/usCitySchema.d.ts +12 -0
- package/src/_generated/zod/usCitySchema.js +46 -0
- package/src/_generated/zod/usCountySchema.d.ts +12 -0
- package/src/_generated/zod/usCountySchema.js +46 -0
- package/src/_generated/zod/usEsriDemographicsSchema.d.ts +244 -0
- package/src/_generated/zod/usEsriDemographicsSchema.js +59 -0
- package/src/_generated/zod/usEsriForecastSchema.d.ts +15 -0
- package/src/_generated/zod/usEsriForecastSchema.js +51 -0
- package/src/_generated/zod/usRegionSchema.d.ts +11 -0
- package/src/_generated/zod/usRegionSchema.js +45 -0
- package/src/_generated/zod/usStateSchema.d.ts +11 -0
- package/src/_generated/zod/usStateSchema.js +45 -0
- package/src/_generated/zod/usStructuredAddressDriveTimeSchema.d.ts +25 -0
- package/src/_generated/zod/usStructuredAddressDriveTimeSchema.js +48 -0
- package/src/_generated/zod/usStructuredAddressRadiusSchema.d.ts +25 -0
- package/src/_generated/zod/usStructuredAddressRadiusSchema.js +48 -0
- package/src/_generated/zod/usStructuredAddressSchema.d.ts +15 -0
- package/src/_generated/zod/usStructuredAddressSchema.js +49 -0
- package/src/_generated/zod/usStructuredAddressValueSchema.d.ts +12 -0
- package/src/_generated/zod/usStructuredAddressValueSchema.js +48 -0
- package/src/_generated/zod/usSupplyEntrySchema.d.ts +90 -0
- package/src/_generated/zod/usSupplyEntrySchema.js +47 -0
- package/src/_generated/zod/usSupplyMeasuresSchema.d.ts +46 -0
- package/src/_generated/zod/usSupplyMeasuresSchema.js +47 -0
- package/src/_generated/zod/usSupplyMetricsSchema.d.ts +18 -0
- package/src/_generated/zod/usSupplyMetricsSchema.js +54 -0
- package/src/_generated/zod/usZipcodeSchema.d.ts +11 -0
- package/src/_generated/zod/usZipcodeSchema.js +45 -0
- package/src/_generated/zod/usageCycleSchema.d.ts +12 -0
- package/src/_generated/zod/usageCycleSchema.js +45 -0
- package/src/_generated/zod/usagePolicyResponseSchema.d.ts +347 -0
- package/src/_generated/zod/usagePolicyResponseSchema.js +62 -0
- package/src/_generated/zod/validationErrorSchema.d.ts +28 -0
- package/src/_generated/zod/validationErrorSchema.js +47 -0
- package/src/_generated/zod/warningCodeSchema.d.ts +8 -0
- package/src/_generated/zod/warningCodeSchema.js +42 -0
- package/src/_generated/zod/warningResponseSchema.d.ts +11 -0
- package/src/_generated/zod/warningResponseSchema.js +46 -0
- package/src/_generated/zod/weeklyTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/weeklyTimeframeSchema.js +45 -0
- package/src/_generated/zod/yearlyTimeframeSchema.d.ts +11 -0
- package/src/_generated/zod/yearlyTimeframeSchema.js +45 -0
- package/src/index.d.ts +20 -0
- package/src/index.js +44 -0
- package/src/pagination.d.ts +43 -0
- package/src/pagination.js +62 -0
- package/src/rateLimitedQueue.d.ts +108 -0
- package/src/rateLimitedQueue.js +317 -0
- package/src/rateLimitedTransport.d.ts +39 -0
- package/src/rateLimitedTransport.js +97 -0
- package/src/retryTransport.d.ts +25 -0
- package/src/retryTransport.js +97 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetDemographicsRequestConfig, GetDemographicsResponses } from '../../types/GetDemographics.js';
|
|
7
|
+
import type { GetDemographicsAvailabilityRequestConfig, GetDemographicsAvailabilityResponses } from '../../types/GetDemographicsAvailability.js';
|
|
8
|
+
import type { GetDemographicsBlockGroupsRequestConfig, GetDemographicsBlockGroupsResponses } from '../../types/GetDemographicsBlockGroups.js';
|
|
9
|
+
export declare class DemographicsClient {
|
|
10
|
+
private readonly client;
|
|
11
|
+
constructor(config?: ClientConfig);
|
|
12
|
+
/**
|
|
13
|
+
* @description Gets demographic data for a trade area.
|
|
14
|
+
* Returns population, household, housing, income, and area data for the specified geography and year.
|
|
15
|
+
* When dataSource is esri, the response includes forecast projections.
|
|
16
|
+
* @summary demographics
|
|
17
|
+
* {@link /demographics}
|
|
18
|
+
*/
|
|
19
|
+
getDemographics<ThrowOnError extends boolean = true>(options: Options<GetDemographicsRequestConfig, ThrowOnError>): Promise<RequestResult<GetDemographicsResponses, ThrowOnError>>;
|
|
20
|
+
/**
|
|
21
|
+
* @description Gets demographic data for block groups within a trade area.
|
|
22
|
+
* Returns population, household, housing, income, and area data for each block group.
|
|
23
|
+
* @summary demographics/block-groups
|
|
24
|
+
* {@link /demographics/block-groups}
|
|
25
|
+
*/
|
|
26
|
+
getDemographicsBlockGroups<ThrowOnError extends boolean = true>(options: Options<GetDemographicsBlockGroupsRequestConfig, ThrowOnError>): Promise<RequestResult<GetDemographicsBlockGroupsResponses, ThrowOnError>>;
|
|
27
|
+
/**
|
|
28
|
+
* @description Gets the available demographic reference years for each data source within a country.
|
|
29
|
+
* @summary demographics/availability
|
|
30
|
+
* {@link /demographics/availability}
|
|
31
|
+
*/
|
|
32
|
+
getDemographicsAvailability<ThrowOnError extends boolean = true>(options: Options<GetDemographicsAvailabilityRequestConfig, ThrowOnError>): Promise<RequestResult<GetDemographicsAvailabilityResponses, ThrowOnError>>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.DemographicsClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getDemographicsAvailabilitySchema_js_1 = require("../../zod/getDemographicsAvailabilitySchema.js");
|
|
10
|
+
const getDemographicsBlockGroupsSchema_js_1 = require("../../zod/getDemographicsBlockGroupsSchema.js");
|
|
11
|
+
const getDemographicsSchema_js_1 = require("../../zod/getDemographicsSchema.js");
|
|
12
|
+
class DemographicsClient {
|
|
13
|
+
client;
|
|
14
|
+
constructor(config = {}) {
|
|
15
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @description Gets demographic data for a trade area.
|
|
19
|
+
* Returns population, household, housing, income, and area data for the specified geography and year.
|
|
20
|
+
* When dataSource is esri, the response includes forecast projections.
|
|
21
|
+
* @summary demographics
|
|
22
|
+
* {@link /demographics}
|
|
23
|
+
*/
|
|
24
|
+
getDemographics(options) {
|
|
25
|
+
const { client: request = this.client, ...config } = options;
|
|
26
|
+
return request({ method: 'POST', url: '/demographics', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getDemographicsSchema_js_1.getDemographicsDataSchema.parse(data), response: (data) => getDemographicsSchema_js_1.getDemographicsResponseSchema.parse(data) }, ...config });
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @description Gets demographic data for block groups within a trade area.
|
|
30
|
+
* Returns population, household, housing, income, and area data for each block group.
|
|
31
|
+
* @summary demographics/block-groups
|
|
32
|
+
* {@link /demographics/block-groups}
|
|
33
|
+
*/
|
|
34
|
+
getDemographicsBlockGroups(options) {
|
|
35
|
+
const { client: request = this.client, ...config } = options;
|
|
36
|
+
return request({ method: 'POST', url: '/demographics/block-groups', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getDemographicsBlockGroupsSchema_js_1.getDemographicsBlockGroupsDataSchema.parse(data), response: (data) => getDemographicsBlockGroupsSchema_js_1.getDemographicsBlockGroupsResponseSchema.parse(data) }, ...config });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @description Gets the available demographic reference years for each data source within a country.
|
|
40
|
+
* @summary demographics/availability
|
|
41
|
+
* {@link /demographics/availability}
|
|
42
|
+
*/
|
|
43
|
+
getDemographicsAvailability(options) {
|
|
44
|
+
const { client: request = this.client, ...config } = options;
|
|
45
|
+
return request({ method: 'POST', url: '/demographics/availability', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getDemographicsAvailabilitySchema_js_1.getDemographicsAvailabilityDataSchema.parse(data), response: (data) => getDemographicsAvailabilitySchema_js_1.getDemographicsAvailabilityResponseSchema.parse(data) }, ...config });
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.DemographicsClient = DemographicsClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DemographicsClient } from './demographicsClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DemographicsClient = void 0;
|
|
4
|
+
var demographicsClient_js_1 = require("./demographicsClient.js");
|
|
5
|
+
Object.defineProperty(exports, "DemographicsClient", { enumerable: true, get: function () { return demographicsClient_js_1.DemographicsClient; } });
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetFacilityContactsRequestConfig, GetFacilityContactsResponses } from '../../types/GetFacilityContacts.js';
|
|
7
|
+
import type { GetFacilityDocumentsRequestConfig, GetFacilityDocumentsResponses } from '../../types/GetFacilityDocuments.js';
|
|
8
|
+
import type { GetFacilityFootprintRequestConfig, GetFacilityFootprintResponses } from '../../types/GetFacilityFootprint.js';
|
|
9
|
+
import type { GetFacilityImagesRequestConfig, GetFacilityImagesResponses } from '../../types/GetFacilityImages.js';
|
|
10
|
+
import type { GetFacilityLoansRequestConfig, GetFacilityLoansResponses } from '../../types/GetFacilityLoans.js';
|
|
11
|
+
import type { GetFacilityNotesRequestConfig, GetFacilityNotesResponses } from '../../types/GetFacilityNotes.js';
|
|
12
|
+
import type { GetFacilityOverviewRequestConfig, GetFacilityOverviewResponses } from '../../types/GetFacilityOverview.js';
|
|
13
|
+
import type { GetFacilityParcelsRequestConfig, GetFacilityParcelsResponses } from '../../types/GetFacilityParcels.js';
|
|
14
|
+
import type { GetFacilitySalesRequestConfig, GetFacilitySalesResponses } from '../../types/GetFacilitySales.js';
|
|
15
|
+
import type { GetFacilityTaxesRequestConfig, GetFacilityTaxesResponses } from '../../types/GetFacilityTaxes.js';
|
|
16
|
+
export declare class FacilityMetadataClient {
|
|
17
|
+
private readonly client;
|
|
18
|
+
constructor(config?: ClientConfig);
|
|
19
|
+
/**
|
|
20
|
+
* @description Gets facility overview information including name, address, coordinates, development status,
|
|
21
|
+
* operator, features, and other identifying details.
|
|
22
|
+
* @summary facilities/{facilityId}/overview
|
|
23
|
+
* {@link /facilities/:facilityId/overview}
|
|
24
|
+
*/
|
|
25
|
+
getFacilityOverview<ThrowOnError extends boolean = true>(options: Options<GetFacilityOverviewRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityOverviewResponses, ThrowOnError>>;
|
|
26
|
+
/**
|
|
27
|
+
* @description Gets facility footprint information including rentable square footage, footprint area, and floor count.
|
|
28
|
+
* @summary facilities/{facilityId}/footprint
|
|
29
|
+
* {@link /facilities/:facilityId/footprint}
|
|
30
|
+
*/
|
|
31
|
+
getFacilityFootprint<ThrowOnError extends boolean = true>(options: Options<GetFacilityFootprintRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityFootprintResponses, ThrowOnError>>;
|
|
32
|
+
/**
|
|
33
|
+
* @description Gets parcel information associated with a facility including parcel IDs and zoning codes.
|
|
34
|
+
* @summary facilities/{facilityId}/parcels
|
|
35
|
+
* {@link /facilities/:facilityId/parcels}
|
|
36
|
+
*/
|
|
37
|
+
getFacilityParcels<ThrowOnError extends boolean = true>(options: Options<GetFacilityParcelsRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityParcelsResponses, ThrowOnError>>;
|
|
38
|
+
/**
|
|
39
|
+
* @description Gets loan information associated with a facility including loan amounts, dates, and interest rates.
|
|
40
|
+
* @summary facilities/{facilityId}/loans
|
|
41
|
+
* {@link /facilities/:facilityId/loans}
|
|
42
|
+
*/
|
|
43
|
+
getFacilityLoans<ThrowOnError extends boolean = true>(options: Options<GetFacilityLoansRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityLoansResponses, ThrowOnError>>;
|
|
44
|
+
/**
|
|
45
|
+
* @description Gets tax information for a facility including assessed values, property taxes, and tax rates.
|
|
46
|
+
* @summary facilities/{facilityId}/taxes
|
|
47
|
+
* {@link /facilities/:facilityId/taxes}
|
|
48
|
+
*/
|
|
49
|
+
getFacilityTaxes<ThrowOnError extends boolean = true>(options: Options<GetFacilityTaxesRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityTaxesResponses, ThrowOnError>>;
|
|
50
|
+
/**
|
|
51
|
+
* @description Gets sales transaction history for a facility including sale dates and prices.
|
|
52
|
+
* @summary facilities/{facilityId}/sales
|
|
53
|
+
* {@link /facilities/:facilityId/sales}
|
|
54
|
+
*/
|
|
55
|
+
getFacilitySales<ThrowOnError extends boolean = true>(options: Options<GetFacilitySalesRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilitySalesResponses, ThrowOnError>>;
|
|
56
|
+
/**
|
|
57
|
+
* @description Gets documents associated with a facility including document URLs and names.
|
|
58
|
+
* @summary facilities/{facilityId}/documents
|
|
59
|
+
* {@link /facilities/:facilityId/documents}
|
|
60
|
+
*/
|
|
61
|
+
getFacilityDocuments<ThrowOnError extends boolean = true>(options: Options<GetFacilityDocumentsRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityDocumentsResponses, ThrowOnError>>;
|
|
62
|
+
/**
|
|
63
|
+
* @description > 🚧 **Not yet implemented — coming soon.** This endpoint is reserved in the spec and will return `501 Not Implemented` until released. Do not integrate against it yet; the request/response shape may still change.
|
|
64
|
+
* Gets images associated with a facility including image URLs and names.
|
|
65
|
+
* @summary facilities/{facilityId}/images
|
|
66
|
+
* {@link /facilities/:facilityId/images}
|
|
67
|
+
*/
|
|
68
|
+
getFacilityImages<ThrowOnError extends boolean = true>(options: Options<GetFacilityImagesRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityImagesResponses, ThrowOnError>>;
|
|
69
|
+
/**
|
|
70
|
+
* @description Gets notes and annotations associated with a facility including descriptions and timestamps.
|
|
71
|
+
* @summary facilities/{facilityId}/notes
|
|
72
|
+
* {@link /facilities/:facilityId/notes}
|
|
73
|
+
*/
|
|
74
|
+
getFacilityNotes<ThrowOnError extends boolean = true>(options: Options<GetFacilityNotesRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityNotesResponses, ThrowOnError>>;
|
|
75
|
+
/**
|
|
76
|
+
* @description Gets contact information for a facility including facility, developer, manager, and owner contacts.
|
|
77
|
+
* @summary facilities/{facilityId}/contacts
|
|
78
|
+
* {@link /facilities/:facilityId/contacts}
|
|
79
|
+
*/
|
|
80
|
+
getFacilityContacts<ThrowOnError extends boolean = true>(options: Options<GetFacilityContactsRequestConfig, ThrowOnError>): Promise<RequestResult<GetFacilityContactsResponses, ThrowOnError>>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.FacilityMetadataClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getFacilityContactsSchema_js_1 = require("../../zod/getFacilityContactsSchema.js");
|
|
10
|
+
const getFacilityDocumentsSchema_js_1 = require("../../zod/getFacilityDocumentsSchema.js");
|
|
11
|
+
const getFacilityFootprintSchema_js_1 = require("../../zod/getFacilityFootprintSchema.js");
|
|
12
|
+
const getFacilityImagesSchema_js_1 = require("../../zod/getFacilityImagesSchema.js");
|
|
13
|
+
const getFacilityLoansSchema_js_1 = require("../../zod/getFacilityLoansSchema.js");
|
|
14
|
+
const getFacilityNotesSchema_js_1 = require("../../zod/getFacilityNotesSchema.js");
|
|
15
|
+
const getFacilityOverviewSchema_js_1 = require("../../zod/getFacilityOverviewSchema.js");
|
|
16
|
+
const getFacilityParcelsSchema_js_1 = require("../../zod/getFacilityParcelsSchema.js");
|
|
17
|
+
const getFacilitySalesSchema_js_1 = require("../../zod/getFacilitySalesSchema.js");
|
|
18
|
+
const getFacilityTaxesSchema_js_1 = require("../../zod/getFacilityTaxesSchema.js");
|
|
19
|
+
class FacilityMetadataClient {
|
|
20
|
+
client;
|
|
21
|
+
constructor(config = {}) {
|
|
22
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @description Gets facility overview information including name, address, coordinates, development status,
|
|
26
|
+
* operator, features, and other identifying details.
|
|
27
|
+
* @summary facilities/{facilityId}/overview
|
|
28
|
+
* {@link /facilities/:facilityId/overview}
|
|
29
|
+
*/
|
|
30
|
+
getFacilityOverview(options) {
|
|
31
|
+
const { client: request = this.client, ...config } = options;
|
|
32
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/overview', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityOverviewSchema_js_1.getFacilityOverviewResponseSchema.parse(data) }, ...config });
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @description Gets facility footprint information including rentable square footage, footprint area, and floor count.
|
|
36
|
+
* @summary facilities/{facilityId}/footprint
|
|
37
|
+
* {@link /facilities/:facilityId/footprint}
|
|
38
|
+
*/
|
|
39
|
+
getFacilityFootprint(options) {
|
|
40
|
+
const { client: request = this.client, ...config } = options;
|
|
41
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/footprint', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityFootprintSchema_js_1.getFacilityFootprintResponseSchema.parse(data) }, ...config });
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @description Gets parcel information associated with a facility including parcel IDs and zoning codes.
|
|
45
|
+
* @summary facilities/{facilityId}/parcels
|
|
46
|
+
* {@link /facilities/:facilityId/parcels}
|
|
47
|
+
*/
|
|
48
|
+
getFacilityParcels(options) {
|
|
49
|
+
const { client: request = this.client, ...config } = options;
|
|
50
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/parcels', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityParcelsSchema_js_1.getFacilityParcelsResponseSchema.parse(data) }, ...config });
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @description Gets loan information associated with a facility including loan amounts, dates, and interest rates.
|
|
54
|
+
* @summary facilities/{facilityId}/loans
|
|
55
|
+
* {@link /facilities/:facilityId/loans}
|
|
56
|
+
*/
|
|
57
|
+
getFacilityLoans(options) {
|
|
58
|
+
const { client: request = this.client, ...config } = options;
|
|
59
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/loans', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityLoansSchema_js_1.getFacilityLoansResponseSchema.parse(data) }, ...config });
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @description Gets tax information for a facility including assessed values, property taxes, and tax rates.
|
|
63
|
+
* @summary facilities/{facilityId}/taxes
|
|
64
|
+
* {@link /facilities/:facilityId/taxes}
|
|
65
|
+
*/
|
|
66
|
+
getFacilityTaxes(options) {
|
|
67
|
+
const { client: request = this.client, ...config } = options;
|
|
68
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/taxes', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityTaxesSchema_js_1.getFacilityTaxesResponseSchema.parse(data) }, ...config });
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @description Gets sales transaction history for a facility including sale dates and prices.
|
|
72
|
+
* @summary facilities/{facilityId}/sales
|
|
73
|
+
* {@link /facilities/:facilityId/sales}
|
|
74
|
+
*/
|
|
75
|
+
getFacilitySales(options) {
|
|
76
|
+
const { client: request = this.client, ...config } = options;
|
|
77
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/sales', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilitySalesSchema_js_1.getFacilitySalesResponseSchema.parse(data) }, ...config });
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @description Gets documents associated with a facility including document URLs and names.
|
|
81
|
+
* @summary facilities/{facilityId}/documents
|
|
82
|
+
* {@link /facilities/:facilityId/documents}
|
|
83
|
+
*/
|
|
84
|
+
getFacilityDocuments(options) {
|
|
85
|
+
const { client: request = this.client, ...config } = options;
|
|
86
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/documents', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityDocumentsSchema_js_1.getFacilityDocumentsResponseSchema.parse(data) }, ...config });
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* @description > 🚧 **Not yet implemented — coming soon.** This endpoint is reserved in the spec and will return `501 Not Implemented` until released. Do not integrate against it yet; the request/response shape may still change.
|
|
90
|
+
* Gets images associated with a facility including image URLs and names.
|
|
91
|
+
* @summary facilities/{facilityId}/images
|
|
92
|
+
* {@link /facilities/:facilityId/images}
|
|
93
|
+
*/
|
|
94
|
+
getFacilityImages(options) {
|
|
95
|
+
const { client: request = this.client, ...config } = options;
|
|
96
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/images', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityImagesSchema_js_1.getFacilityImagesResponseSchema.parse(data) }, ...config });
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @description Gets notes and annotations associated with a facility including descriptions and timestamps.
|
|
100
|
+
* @summary facilities/{facilityId}/notes
|
|
101
|
+
* {@link /facilities/:facilityId/notes}
|
|
102
|
+
*/
|
|
103
|
+
getFacilityNotes(options) {
|
|
104
|
+
const { client: request = this.client, ...config } = options;
|
|
105
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/notes', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityNotesSchema_js_1.getFacilityNotesResponseSchema.parse(data) }, ...config });
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* @description Gets contact information for a facility including facility, developer, manager, and owner contacts.
|
|
109
|
+
* @summary facilities/{facilityId}/contacts
|
|
110
|
+
* {@link /facilities/:facilityId/contacts}
|
|
111
|
+
*/
|
|
112
|
+
getFacilityContacts(options) {
|
|
113
|
+
const { client: request = this.client, ...config } = options;
|
|
114
|
+
return request({ method: 'GET', url: '/facilities/{facilityId}/contacts', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { response: (data) => getFacilityContactsSchema_js_1.getFacilityContactsResponseSchema.parse(data) }, ...config });
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
exports.FacilityMetadataClient = FacilityMetadataClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FacilityMetadataClient } from './facilityMetadataClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FacilityMetadataClient = void 0;
|
|
4
|
+
var facilityMetadataClient_js_1 = require("./facilityMetadataClient.js");
|
|
5
|
+
Object.defineProperty(exports, "FacilityMetadataClient", { enumerable: true, get: function () { return facilityMetadataClient_js_1.FacilityMetadataClient; } });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetDailyFacilityPricingRequestConfig, GetDailyFacilityPricingResponses } from '../../types/GetDailyFacilityPricing.js';
|
|
7
|
+
import type { GetHistoricalFacilityPricingRequestConfig, GetHistoricalFacilityPricingResponses } from '../../types/GetHistoricalFacilityPricing.js';
|
|
8
|
+
export declare class FacilityPricingClient {
|
|
9
|
+
private readonly client;
|
|
10
|
+
constructor(config?: ClientConfig);
|
|
11
|
+
/**
|
|
12
|
+
* @description Gives you the daily pricing information for the units you are requesting at a specific facility.
|
|
13
|
+
* Requires a timeframe with daily rollup to specify which day(s) to retrieve pricing for.
|
|
14
|
+
* Date range limited by license:
|
|
15
|
+
* * **Basic** ≤30 days
|
|
16
|
+
* * **Standard** ≤180 days
|
|
17
|
+
* * **Enterprise** full history.
|
|
18
|
+
* @summary facilities/pricing/daily
|
|
19
|
+
* {@link /facilities/pricing/daily}
|
|
20
|
+
*/
|
|
21
|
+
getDailyFacilityPricing<ThrowOnError extends boolean = true>(options: Options<GetDailyFacilityPricingRequestConfig, ThrowOnError>): Promise<RequestResult<GetDailyFacilityPricingResponses, ThrowOnError>>;
|
|
22
|
+
/**
|
|
23
|
+
* @description Gives you historical pricing information for the units you are requesting in the
|
|
24
|
+
* requested rollup. We do strict rollups so if the rollup doesn't match the date range,
|
|
25
|
+
* we throw an error. All dates are inclusive.
|
|
26
|
+
* @summary facilities/pricing/historical
|
|
27
|
+
* {@link /facilities/pricing/historical}
|
|
28
|
+
*/
|
|
29
|
+
getHistoricalFacilityPricing<ThrowOnError extends boolean = true>(options: Options<GetHistoricalFacilityPricingRequestConfig, ThrowOnError>): Promise<RequestResult<GetHistoricalFacilityPricingResponses, ThrowOnError>>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.FacilityPricingClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getDailyFacilityPricingSchema_js_1 = require("../../zod/getDailyFacilityPricingSchema.js");
|
|
10
|
+
const getHistoricalFacilityPricingSchema_js_1 = require("../../zod/getHistoricalFacilityPricingSchema.js");
|
|
11
|
+
class FacilityPricingClient {
|
|
12
|
+
client;
|
|
13
|
+
constructor(config = {}) {
|
|
14
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @description Gives you the daily pricing information for the units you are requesting at a specific facility.
|
|
18
|
+
* Requires a timeframe with daily rollup to specify which day(s) to retrieve pricing for.
|
|
19
|
+
* Date range limited by license:
|
|
20
|
+
* * **Basic** ≤30 days
|
|
21
|
+
* * **Standard** ≤180 days
|
|
22
|
+
* * **Enterprise** full history.
|
|
23
|
+
* @summary facilities/pricing/daily
|
|
24
|
+
* {@link /facilities/pricing/daily}
|
|
25
|
+
*/
|
|
26
|
+
getDailyFacilityPricing(options) {
|
|
27
|
+
const { client: request = this.client, ...config } = options;
|
|
28
|
+
return request({ method: 'POST', url: '/facilities/pricing/daily', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getDailyFacilityPricingSchema_js_1.getDailyFacilityPricingDataSchema.parse(data), response: (data) => getDailyFacilityPricingSchema_js_1.getDailyFacilityPricingResponseSchema.parse(data) }, ...config });
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @description Gives you historical pricing information for the units you are requesting in the
|
|
32
|
+
* requested rollup. We do strict rollups so if the rollup doesn't match the date range,
|
|
33
|
+
* we throw an error. All dates are inclusive.
|
|
34
|
+
* @summary facilities/pricing/historical
|
|
35
|
+
* {@link /facilities/pricing/historical}
|
|
36
|
+
*/
|
|
37
|
+
getHistoricalFacilityPricing(options) {
|
|
38
|
+
const { client: request = this.client, ...config } = options;
|
|
39
|
+
return request({ method: 'POST', url: '/facilities/pricing/historical', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getHistoricalFacilityPricingSchema_js_1.getHistoricalFacilityPricingDataSchema.parse(data), response: (data) => getHistoricalFacilityPricingSchema_js_1.getHistoricalFacilityPricingResponseSchema.parse(data) }, ...config });
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.FacilityPricingClient = FacilityPricingClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FacilityPricingClient } from './facilityPricingClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FacilityPricingClient = void 0;
|
|
4
|
+
var facilityPricingClient_js_1 = require("./facilityPricingClient.js");
|
|
5
|
+
Object.defineProperty(exports, "FacilityPricingClient", { enumerable: true, get: function () { return facilityPricingClient_js_1.FacilityPricingClient; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MacroEconomyClient } from './macroEconomyClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MacroEconomyClient = void 0;
|
|
4
|
+
var macroEconomyClient_js_1 = require("./macroEconomyClient.js");
|
|
5
|
+
Object.defineProperty(exports, "MacroEconomyClient", { enumerable: true, get: function () { return macroEconomyClient_js_1.MacroEconomyClient; } });
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetEmploymentRequestConfig, GetEmploymentResponses } from '../../types/GetEmployment.js';
|
|
7
|
+
export declare class MacroEconomyClient {
|
|
8
|
+
private readonly client;
|
|
9
|
+
constructor(config?: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* @description Returns employment growth data for the requested geography and timeframe.
|
|
12
|
+
* **Geography Limitations:** This endpoint only supports Country and UsCbsa geography types.
|
|
13
|
+
* **Rollup Limitations:** This endpoint only supports monthly, quarterly, and yearly rollup values.
|
|
14
|
+
* @summary employment
|
|
15
|
+
* {@link /employment}
|
|
16
|
+
*/
|
|
17
|
+
getEmployment<ThrowOnError extends boolean = true>(options: Options<GetEmploymentRequestConfig, ThrowOnError>): Promise<RequestResult<GetEmploymentResponses, ThrowOnError>>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.MacroEconomyClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getEmploymentSchema_js_1 = require("../../zod/getEmploymentSchema.js");
|
|
10
|
+
class MacroEconomyClient {
|
|
11
|
+
client;
|
|
12
|
+
constructor(config = {}) {
|
|
13
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @description Returns employment growth data for the requested geography and timeframe.
|
|
17
|
+
* **Geography Limitations:** This endpoint only supports Country and UsCbsa geography types.
|
|
18
|
+
* **Rollup Limitations:** This endpoint only supports monthly, quarterly, and yearly rollup values.
|
|
19
|
+
* @summary employment
|
|
20
|
+
* {@link /employment}
|
|
21
|
+
*/
|
|
22
|
+
getEmployment(options) {
|
|
23
|
+
const { client: request = this.client, ...config } = options;
|
|
24
|
+
return request({ method: 'POST', url: '/employment', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getEmploymentSchema_js_1.getEmploymentDataSchema.parse(data), response: (data) => getEmploymentSchema_js_1.getEmploymentResponseSchema.parse(data) }, ...config });
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
exports.MacroEconomyClient = MacroEconomyClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MarketPricingClient } from './marketPricingClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MarketPricingClient = void 0;
|
|
4
|
+
var marketPricingClient_js_1 = require("./marketPricingClient.js");
|
|
5
|
+
Object.defineProperty(exports, "MarketPricingClient", { enumerable: true, get: function () { return marketPricingClient_js_1.MarketPricingClient; } });
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetDailyMarketPricingRequestConfig, GetDailyMarketPricingResponses } from '../../types/GetDailyMarketPricing.js';
|
|
7
|
+
import type { GetHistoricalMarketPricingRequestConfig, GetHistoricalMarketPricingResponses } from '../../types/GetHistoricalMarketPricing.js';
|
|
8
|
+
export declare class MarketPricingClient {
|
|
9
|
+
private readonly client;
|
|
10
|
+
constructor(config?: ClientConfig);
|
|
11
|
+
/**
|
|
12
|
+
* @description Gives you the daily pricing information rolled up for the entire market.
|
|
13
|
+
* Requires a timeframe with daily rollup to specify which day(s) to retrieve pricing for.
|
|
14
|
+
* @summary market/pricing/daily
|
|
15
|
+
* {@link /market/pricing/daily}
|
|
16
|
+
*/
|
|
17
|
+
getDailyMarketPricing<ThrowOnError extends boolean = true>(options: Options<GetDailyMarketPricingRequestConfig, ThrowOnError>): Promise<RequestResult<GetDailyMarketPricingResponses, ThrowOnError>>;
|
|
18
|
+
/**
|
|
19
|
+
* @description Gives you historical pricing information rolled up for the entire geography.
|
|
20
|
+
* @summary market/pricing/historical
|
|
21
|
+
* {@link /market/pricing/historical}
|
|
22
|
+
*/
|
|
23
|
+
getHistoricalMarketPricing<ThrowOnError extends boolean = true>(options: Options<GetHistoricalMarketPricingRequestConfig, ThrowOnError>): Promise<RequestResult<GetHistoricalMarketPricingResponses, ThrowOnError>>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.MarketPricingClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getDailyMarketPricingSchema_js_1 = require("../../zod/getDailyMarketPricingSchema.js");
|
|
10
|
+
const getHistoricalMarketPricingSchema_js_1 = require("../../zod/getHistoricalMarketPricingSchema.js");
|
|
11
|
+
class MarketPricingClient {
|
|
12
|
+
client;
|
|
13
|
+
constructor(config = {}) {
|
|
14
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @description Gives you the daily pricing information rolled up for the entire market.
|
|
18
|
+
* Requires a timeframe with daily rollup to specify which day(s) to retrieve pricing for.
|
|
19
|
+
* @summary market/pricing/daily
|
|
20
|
+
* {@link /market/pricing/daily}
|
|
21
|
+
*/
|
|
22
|
+
getDailyMarketPricing(options) {
|
|
23
|
+
const { client: request = this.client, ...config } = options;
|
|
24
|
+
return request({ method: 'POST', url: '/market/pricing/daily', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getDailyMarketPricingSchema_js_1.getDailyMarketPricingDataSchema.parse(data), response: (data) => getDailyMarketPricingSchema_js_1.getDailyMarketPricingResponseSchema.parse(data) }, ...config });
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @description Gives you historical pricing information rolled up for the entire geography.
|
|
28
|
+
* @summary market/pricing/historical
|
|
29
|
+
* {@link /market/pricing/historical}
|
|
30
|
+
*/
|
|
31
|
+
getHistoricalMarketPricing(options) {
|
|
32
|
+
const { client: request = this.client, ...config } = options;
|
|
33
|
+
return request({ method: 'POST', url: '/market/pricing/historical', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getHistoricalMarketPricingSchema_js_1.getHistoricalMarketPricingDataSchema.parse(data), response: (data) => getHistoricalMarketPricingSchema_js_1.getHistoricalMarketPricingResponseSchema.parse(data) }, ...config });
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.MarketPricingClient = MarketPricingClient;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ClientConfig, Options, RequestResult } from '../../.kubb/client.js';
|
|
6
|
+
import type { GetREITOccupancyRequestConfig, GetREITOccupancyResponses } from '../../types/GetREITOccupancy.js';
|
|
7
|
+
import type { GetREITOccupancyWeightedRequestConfig, GetREITOccupancyWeightedResponses } from '../../types/GetREITOccupancyWeighted.js';
|
|
8
|
+
export declare class REITClient {
|
|
9
|
+
private readonly client;
|
|
10
|
+
constructor(config?: ClientConfig);
|
|
11
|
+
/**
|
|
12
|
+
* @description Gets REIT occupancy information in the USA. This is publicly known information provided
|
|
13
|
+
* by annual reports. Each company provided information on the most relevant CBSAs for their
|
|
14
|
+
* company, therefore not all time frames or CBSAs have data available.
|
|
15
|
+
* **Geography Limitations:** This endpoint only supports Country, UsRegion, and UsCbsa geography types.
|
|
16
|
+
* **Rollup Limitations:** This endpoint only supports quarterly and yearly rollup values.
|
|
17
|
+
* @summary reit/occupancy
|
|
18
|
+
* {@link /reit/occupancy}
|
|
19
|
+
*/
|
|
20
|
+
getREITOccupancy<ThrowOnError extends boolean = true>(options: Options<GetREITOccupancyRequestConfig, ThrowOnError>): Promise<RequestResult<GetREITOccupancyResponses, ThrowOnError>>;
|
|
21
|
+
/**
|
|
22
|
+
* @description For each period, the occupancy is the weighted average of all available companies'
|
|
23
|
+
* occupancies for that period weighted by the period's revenue. We take a weighted
|
|
24
|
+
* average of all CBSAs in that region using the revenue from all companies with
|
|
25
|
+
* available data.
|
|
26
|
+
* **Geography Limitations:** This endpoint only supports Country, UsRegion, and UsCbsa geography types.
|
|
27
|
+
* **Rollup Limitations:** This endpoint only supports quarterly and yearly rollup values.
|
|
28
|
+
* @summary reit/occupancy/weighted
|
|
29
|
+
* {@link /reit/occupancy/weighted}
|
|
30
|
+
*/
|
|
31
|
+
getREITOccupancyWeighted<ThrowOnError extends boolean = true>(options: Options<GetREITOccupancyWeightedRequestConfig, ThrowOnError>): Promise<RequestResult<GetREITOccupancyWeightedResponses, ThrowOnError>>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.REITClient = void 0;
|
|
8
|
+
const client_js_1 = require("../../.kubb/client.js");
|
|
9
|
+
const getREITOccupancySchema_js_1 = require("../../zod/getREITOccupancySchema.js");
|
|
10
|
+
const getREITOccupancyWeightedSchema_js_1 = require("../../zod/getREITOccupancyWeightedSchema.js");
|
|
11
|
+
class REITClient {
|
|
12
|
+
client;
|
|
13
|
+
constructor(config = {}) {
|
|
14
|
+
this.client = (0, client_js_1.createClient)(config);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @description Gets REIT occupancy information in the USA. This is publicly known information provided
|
|
18
|
+
* by annual reports. Each company provided information on the most relevant CBSAs for their
|
|
19
|
+
* company, therefore not all time frames or CBSAs have data available.
|
|
20
|
+
* **Geography Limitations:** This endpoint only supports Country, UsRegion, and UsCbsa geography types.
|
|
21
|
+
* **Rollup Limitations:** This endpoint only supports quarterly and yearly rollup values.
|
|
22
|
+
* @summary reit/occupancy
|
|
23
|
+
* {@link /reit/occupancy}
|
|
24
|
+
*/
|
|
25
|
+
getREITOccupancy(options) {
|
|
26
|
+
const { client: request = this.client, ...config } = options;
|
|
27
|
+
return request({ method: 'POST', url: '/reit/occupancy', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getREITOccupancySchema_js_1.getREITOccupancyDataSchema.parse(data), response: (data) => getREITOccupancySchema_js_1.getREITOccupancyResponseSchema.parse(data) }, ...config });
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @description For each period, the occupancy is the weighted average of all available companies'
|
|
31
|
+
* occupancies for that period weighted by the period's revenue. We take a weighted
|
|
32
|
+
* average of all CBSAs in that region using the revenue from all companies with
|
|
33
|
+
* available data.
|
|
34
|
+
* **Geography Limitations:** This endpoint only supports Country, UsRegion, and UsCbsa geography types.
|
|
35
|
+
* **Rollup Limitations:** This endpoint only supports quarterly and yearly rollup values.
|
|
36
|
+
* @summary reit/occupancy/weighted
|
|
37
|
+
* {@link /reit/occupancy/weighted}
|
|
38
|
+
*/
|
|
39
|
+
getREITOccupancyWeighted(options) {
|
|
40
|
+
const { client: request = this.client, ...config } = options;
|
|
41
|
+
return request({ method: 'POST', url: '/reit/occupancy/weighted', security: [{ type: 'apiKey', name: 'x-api-key', in: 'header' }], parser: { request: (data) => getREITOccupancyWeightedSchema_js_1.getREITOccupancyWeightedDataSchema.parse(data), response: (data) => getREITOccupancyWeightedSchema_js_1.getREITOccupancyWeightedResponseSchema.parse(data) }, ...config });
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.REITClient = REITClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { REITClient } from './REITClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.REITClient = void 0;
|
|
4
|
+
var REITClient_js_1 = require("./REITClient.js");
|
|
5
|
+
Object.defineProperty(exports, "REITClient", { enumerable: true, get: function () { return REITClient_js_1.REITClient; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SearchClient } from './searchClient.js';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchClient = void 0;
|
|
4
|
+
var searchClient_js_1 = require("./searchClient.js");
|
|
5
|
+
Object.defineProperty(exports, "SearchClient", { enumerable: true, get: function () { return searchClient_js_1.SearchClient; } });
|