@soilsidekick/sdk 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +156 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +201 -0
- package/dist/apis/AIServicesApi.d.ts +70 -0
- package/dist/apis/AIServicesApi.js +177 -0
- package/dist/apis/CarbonApi.d.ts +31 -0
- package/dist/apis/CarbonApi.js +69 -0
- package/dist/apis/EnvironmentalApi.d.ts +31 -0
- package/dist/apis/EnvironmentalApi.js +69 -0
- package/dist/apis/GeographicApi.d.ts +31 -0
- package/dist/apis/GeographicApi.js +69 -0
- package/dist/apis/LeafEnginesApi.d.ts +31 -0
- package/dist/apis/LeafEnginesApi.js +69 -0
- package/dist/apis/SatelliteDataApi.d.ts +31 -0
- package/dist/apis/SatelliteDataApi.js +69 -0
- package/dist/apis/SoilAnalysisApi.d.ts +57 -0
- package/dist/apis/SoilAnalysisApi.js +141 -0
- package/dist/apis/VRTApi.d.ts +31 -0
- package/dist/apis/VRTApi.js +69 -0
- package/dist/apis/WaterQualityApi.d.ts +44 -0
- package/dist/apis/WaterQualityApi.js +105 -0
- package/dist/apis/index.d.ts +9 -0
- package/dist/apis/index.js +27 -0
- package/dist/esm/apis/AIServicesApi.d.ts +70 -0
- package/dist/esm/apis/AIServicesApi.js +173 -0
- package/dist/esm/apis/CarbonApi.d.ts +31 -0
- package/dist/esm/apis/CarbonApi.js +65 -0
- package/dist/esm/apis/EnvironmentalApi.d.ts +31 -0
- package/dist/esm/apis/EnvironmentalApi.js +65 -0
- package/dist/esm/apis/GeographicApi.d.ts +31 -0
- package/dist/esm/apis/GeographicApi.js +65 -0
- package/dist/esm/apis/LeafEnginesApi.d.ts +31 -0
- package/dist/esm/apis/LeafEnginesApi.js +65 -0
- package/dist/esm/apis/SatelliteDataApi.d.ts +31 -0
- package/dist/esm/apis/SatelliteDataApi.js +65 -0
- package/dist/esm/apis/SoilAnalysisApi.d.ts +57 -0
- package/dist/esm/apis/SoilAnalysisApi.js +137 -0
- package/dist/esm/apis/VRTApi.d.ts +31 -0
- package/dist/esm/apis/VRTApi.js +65 -0
- package/dist/esm/apis/WaterQualityApi.d.ts +44 -0
- package/dist/esm/apis/WaterQualityApi.js +101 -0
- package/dist/esm/apis/index.d.ts +9 -0
- package/dist/esm/apis/index.js +11 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/AIAnalysis.d.ts +45 -0
- package/dist/esm/models/AIAnalysis.js +46 -0
- package/dist/esm/models/AIAnalysisRecommendationsInner.d.ts +53 -0
- package/dist/esm/models/AIAnalysisRecommendationsInner.js +53 -0
- package/dist/esm/models/CalculateCarbonCreditsRequest.d.ts +65 -0
- package/dist/esm/models/CalculateCarbonCreditsRequest.js +61 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequest.d.ts +59 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequest.js +58 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +41 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +49 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +83 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.js +70 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +32 -0
- package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +41 -0
- package/dist/esm/models/CarbonCreditCalculation.d.ts +46 -0
- package/dist/esm/models/CarbonCreditCalculation.js +47 -0
- package/dist/esm/models/CarbonCreditCalculationCalculationDetails.d.ts +63 -0
- package/dist/esm/models/CarbonCreditCalculationCalculationDetails.js +52 -0
- package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +44 -0
- package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.js +45 -0
- package/dist/esm/models/CarbonCreditCalculationCreditRecord.d.ts +64 -0
- package/dist/esm/models/CarbonCreditCalculationCreditRecord.js +56 -0
- package/dist/esm/models/County.d.ts +56 -0
- package/dist/esm/models/County.js +49 -0
- package/dist/esm/models/CountyLookup200Response.d.ts +33 -0
- package/dist/esm/models/CountyLookup200Response.js +42 -0
- package/dist/esm/models/CountyLookupRequest.d.ts +32 -0
- package/dist/esm/models/CountyLookupRequest.js +43 -0
- package/dist/esm/models/EnvironmentalImpact.d.ts +46 -0
- package/dist/esm/models/EnvironmentalImpact.js +47 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.d.ts +58 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.js +51 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +33 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +42 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +56 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +49 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +53 -0
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +53 -0
- package/dist/esm/models/EnvironmentalImpactImpactAssessment.d.ts +56 -0
- package/dist/esm/models/EnvironmentalImpactImpactAssessment.js +49 -0
- package/dist/esm/models/GenerateSmartReportSummaryRequest.d.ts +46 -0
- package/dist/esm/models/GenerateSmartReportSummaryRequest.js +54 -0
- package/dist/esm/models/GenerateVRTPrescriptionRequest.d.ts +53 -0
- package/dist/esm/models/GenerateVRTPrescriptionRequest.js +57 -0
- package/dist/esm/models/GetAgriculturalIntelligenceRequest.d.ts +47 -0
- package/dist/esm/models/GetAgriculturalIntelligenceRequest.js +55 -0
- package/dist/esm/models/GetLiveAgriculturalDataRequest.d.ts +60 -0
- package/dist/esm/models/GetLiveAgriculturalDataRequest.js +64 -0
- package/dist/esm/models/GetPlantingCalendarRequest.d.ts +38 -0
- package/dist/esm/models/GetPlantingCalendarRequest.js +47 -0
- package/dist/esm/models/GetSatelliteDataRequest.d.ts +38 -0
- package/dist/esm/models/GetSatelliteDataRequest.js +47 -0
- package/dist/esm/models/GetSeasonalPlanningAssistantRequest.d.ts +67 -0
- package/dist/esm/models/GetSeasonalPlanningAssistantRequest.js +63 -0
- package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +44 -0
- package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.js +45 -0
- package/dist/esm/models/GetSoilDataRequest.d.ts +32 -0
- package/dist/esm/models/GetSoilDataRequest.js +43 -0
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.d.ts +54 -0
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.js +54 -0
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +38 -0
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.js +43 -0
- package/dist/esm/models/GetWaterQualityRequest.d.ts +32 -0
- package/dist/esm/models/GetWaterQualityRequest.js +43 -0
- package/dist/esm/models/LeafEnginesCompatibility.d.ts +46 -0
- package/dist/esm/models/LeafEnginesCompatibility.js +47 -0
- package/dist/esm/models/LeafEnginesCompatibilityData.d.ts +85 -0
- package/dist/esm/models/LeafEnginesCompatibilityData.js +65 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.d.ts +45 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.js +46 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +44 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.js +45 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.d.ts +44 -0
- package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.js +45 -0
- package/dist/esm/models/LeafEnginesCompatibilityUsage.d.ts +38 -0
- package/dist/esm/models/LeafEnginesCompatibilityUsage.js +43 -0
- package/dist/esm/models/LeafenginesQueryRequest.d.ts +47 -0
- package/dist/esm/models/LeafenginesQueryRequest.js +52 -0
- package/dist/esm/models/LeafenginesQueryRequestLocation.d.ts +50 -0
- package/dist/esm/models/LeafenginesQueryRequestLocation.js +47 -0
- package/dist/esm/models/LeafenginesQueryRequestOptions.d.ts +44 -0
- package/dist/esm/models/LeafenginesQueryRequestOptions.js +45 -0
- package/dist/esm/models/LeafenginesQueryRequestPlant.d.ts +51 -0
- package/dist/esm/models/LeafenginesQueryRequestPlant.js +48 -0
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +63 -0
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.js +62 -0
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +38 -0
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +43 -0
- package/dist/esm/models/LiveAgriculturalData.d.ts +77 -0
- package/dist/esm/models/LiveAgriculturalData.js +61 -0
- package/dist/esm/models/LiveAgriculturalDataData.d.ts +50 -0
- package/dist/esm/models/LiveAgriculturalDataData.js +47 -0
- package/dist/esm/models/ModelError.d.ts +44 -0
- package/dist/esm/models/ModelError.js +45 -0
- package/dist/esm/models/PlantingCalendar.d.ts +57 -0
- package/dist/esm/models/PlantingCalendar.js +50 -0
- package/dist/esm/models/SatelliteData.d.ts +56 -0
- package/dist/esm/models/SatelliteData.js +49 -0
- package/dist/esm/models/SeasonalPlanningResponse.d.ts +52 -0
- package/dist/esm/models/SeasonalPlanningResponse.js +49 -0
- package/dist/esm/models/SeasonalPlanningResponseRecommendations.d.ts +44 -0
- package/dist/esm/models/SeasonalPlanningResponseRecommendations.js +45 -0
- package/dist/esm/models/SeasonalPlanningResponseWeatherData.d.ts +62 -0
- package/dist/esm/models/SeasonalPlanningResponseWeatherData.js +51 -0
- package/dist/esm/models/SmartReportSummary.d.ts +45 -0
- package/dist/esm/models/SmartReportSummary.js +46 -0
- package/dist/esm/models/SmartReportSummarySummary.d.ts +50 -0
- package/dist/esm/models/SmartReportSummarySummary.js +47 -0
- package/dist/esm/models/SoilData.d.ts +94 -0
- package/dist/esm/models/SoilData.js +61 -0
- package/dist/esm/models/TerritorialWaterAnalytics.d.ts +45 -0
- package/dist/esm/models/TerritorialWaterAnalytics.js +46 -0
- package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.d.ts +50 -0
- package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.js +47 -0
- package/dist/esm/models/VRTPrescription.d.ts +51 -0
- package/dist/esm/models/VRTPrescription.js +48 -0
- package/dist/esm/models/VRTPrescriptionZonesInner.d.ts +44 -0
- package/dist/esm/models/VRTPrescriptionZonesInner.js +45 -0
- package/dist/esm/models/VisualCropAnalysis.d.ts +51 -0
- package/dist/esm/models/VisualCropAnalysis.js +48 -0
- package/dist/esm/models/VisualCropAnalysisAnalysis.d.ts +65 -0
- package/dist/esm/models/VisualCropAnalysisAnalysis.js +57 -0
- package/dist/esm/models/VisualCropAnalysisRequest.d.ts +60 -0
- package/dist/esm/models/VisualCropAnalysisRequest.js +60 -0
- package/dist/esm/models/VisualCropAnalysisRequestLocation.d.ts +44 -0
- package/dist/esm/models/VisualCropAnalysisRequestLocation.js +45 -0
- package/dist/esm/models/WaterQuality.d.ts +77 -0
- package/dist/esm/models/WaterQuality.js +61 -0
- package/dist/esm/models/index.d.ts +64 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/runtime.d.ts +184 -0
- package/dist/esm/runtime.js +334 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/AIAnalysis.d.ts +45 -0
- package/dist/models/AIAnalysis.js +53 -0
- package/dist/models/AIAnalysisRecommendationsInner.d.ts +53 -0
- package/dist/models/AIAnalysisRecommendationsInner.js +61 -0
- package/dist/models/CalculateCarbonCreditsRequest.d.ts +65 -0
- package/dist/models/CalculateCarbonCreditsRequest.js +69 -0
- package/dist/models/CalculateEnvironmentalImpactRequest.d.ts +59 -0
- package/dist/models/CalculateEnvironmentalImpactRequest.js +65 -0
- package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +41 -0
- package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +57 -0
- package/dist/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +83 -0
- package/dist/models/CalculateEnvironmentalImpactRequestSoilData.js +78 -0
- package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +32 -0
- package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +48 -0
- package/dist/models/CarbonCreditCalculation.d.ts +46 -0
- package/dist/models/CarbonCreditCalculation.js +54 -0
- package/dist/models/CarbonCreditCalculationCalculationDetails.d.ts +63 -0
- package/dist/models/CarbonCreditCalculationCalculationDetails.js +59 -0
- package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +44 -0
- package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.js +52 -0
- package/dist/models/CarbonCreditCalculationCreditRecord.d.ts +64 -0
- package/dist/models/CarbonCreditCalculationCreditRecord.js +64 -0
- package/dist/models/County.d.ts +56 -0
- package/dist/models/County.js +56 -0
- package/dist/models/CountyLookup200Response.d.ts +33 -0
- package/dist/models/CountyLookup200Response.js +49 -0
- package/dist/models/CountyLookupRequest.d.ts +32 -0
- package/dist/models/CountyLookupRequest.js +50 -0
- package/dist/models/EnvironmentalImpact.d.ts +46 -0
- package/dist/models/EnvironmentalImpact.js +54 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysis.d.ts +58 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysis.js +58 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +33 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +49 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +56 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +56 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +53 -0
- package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +61 -0
- package/dist/models/EnvironmentalImpactImpactAssessment.d.ts +56 -0
- package/dist/models/EnvironmentalImpactImpactAssessment.js +56 -0
- package/dist/models/GenerateSmartReportSummaryRequest.d.ts +46 -0
- package/dist/models/GenerateSmartReportSummaryRequest.js +62 -0
- package/dist/models/GenerateVRTPrescriptionRequest.d.ts +53 -0
- package/dist/models/GenerateVRTPrescriptionRequest.js +65 -0
- package/dist/models/GetAgriculturalIntelligenceRequest.d.ts +47 -0
- package/dist/models/GetAgriculturalIntelligenceRequest.js +63 -0
- package/dist/models/GetLiveAgriculturalDataRequest.d.ts +60 -0
- package/dist/models/GetLiveAgriculturalDataRequest.js +72 -0
- package/dist/models/GetPlantingCalendarRequest.d.ts +38 -0
- package/dist/models/GetPlantingCalendarRequest.js +54 -0
- package/dist/models/GetSatelliteDataRequest.d.ts +38 -0
- package/dist/models/GetSatelliteDataRequest.js +54 -0
- package/dist/models/GetSeasonalPlanningAssistantRequest.d.ts +67 -0
- package/dist/models/GetSeasonalPlanningAssistantRequest.js +71 -0
- package/dist/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +44 -0
- package/dist/models/GetSeasonalPlanningAssistantRequestLocation.js +52 -0
- package/dist/models/GetSoilDataRequest.d.ts +32 -0
- package/dist/models/GetSoilDataRequest.js +50 -0
- package/dist/models/GetTerritorialWaterAnalyticsRequest.d.ts +54 -0
- package/dist/models/GetTerritorialWaterAnalyticsRequest.js +62 -0
- package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +38 -0
- package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.js +50 -0
- package/dist/models/GetWaterQualityRequest.d.ts +32 -0
- package/dist/models/GetWaterQualityRequest.js +50 -0
- package/dist/models/LeafEnginesCompatibility.d.ts +46 -0
- package/dist/models/LeafEnginesCompatibility.js +54 -0
- package/dist/models/LeafEnginesCompatibilityData.d.ts +85 -0
- package/dist/models/LeafEnginesCompatibilityData.js +73 -0
- package/dist/models/LeafEnginesCompatibilityDataBreakdown.d.ts +45 -0
- package/dist/models/LeafEnginesCompatibilityDataBreakdown.js +53 -0
- package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +44 -0
- package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.js +52 -0
- package/dist/models/LeafEnginesCompatibilityDataMetadata.d.ts +44 -0
- package/dist/models/LeafEnginesCompatibilityDataMetadata.js +52 -0
- package/dist/models/LeafEnginesCompatibilityUsage.d.ts +38 -0
- package/dist/models/LeafEnginesCompatibilityUsage.js +50 -0
- package/dist/models/LeafenginesQueryRequest.d.ts +47 -0
- package/dist/models/LeafenginesQueryRequest.js +59 -0
- package/dist/models/LeafenginesQueryRequestLocation.d.ts +50 -0
- package/dist/models/LeafenginesQueryRequestLocation.js +54 -0
- package/dist/models/LeafenginesQueryRequestOptions.d.ts +44 -0
- package/dist/models/LeafenginesQueryRequestOptions.js +52 -0
- package/dist/models/LeafenginesQueryRequestPlant.d.ts +51 -0
- package/dist/models/LeafenginesQueryRequestPlant.js +55 -0
- package/dist/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +63 -0
- package/dist/models/LeafenginesQueryRequestPlantCareRequirements.js +70 -0
- package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +38 -0
- package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +50 -0
- package/dist/models/LiveAgriculturalData.d.ts +77 -0
- package/dist/models/LiveAgriculturalData.js +69 -0
- package/dist/models/LiveAgriculturalDataData.d.ts +50 -0
- package/dist/models/LiveAgriculturalDataData.js +54 -0
- package/dist/models/ModelError.d.ts +44 -0
- package/dist/models/ModelError.js +52 -0
- package/dist/models/PlantingCalendar.d.ts +57 -0
- package/dist/models/PlantingCalendar.js +57 -0
- package/dist/models/SatelliteData.d.ts +56 -0
- package/dist/models/SatelliteData.js +56 -0
- package/dist/models/SeasonalPlanningResponse.d.ts +52 -0
- package/dist/models/SeasonalPlanningResponse.js +56 -0
- package/dist/models/SeasonalPlanningResponseRecommendations.d.ts +44 -0
- package/dist/models/SeasonalPlanningResponseRecommendations.js +52 -0
- package/dist/models/SeasonalPlanningResponseWeatherData.d.ts +62 -0
- package/dist/models/SeasonalPlanningResponseWeatherData.js +58 -0
- package/dist/models/SmartReportSummary.d.ts +45 -0
- package/dist/models/SmartReportSummary.js +53 -0
- package/dist/models/SmartReportSummarySummary.d.ts +50 -0
- package/dist/models/SmartReportSummarySummary.js +54 -0
- package/dist/models/SoilData.d.ts +94 -0
- package/dist/models/SoilData.js +68 -0
- package/dist/models/TerritorialWaterAnalytics.d.ts +45 -0
- package/dist/models/TerritorialWaterAnalytics.js +53 -0
- package/dist/models/TerritorialWaterAnalyticsAnalytics.d.ts +50 -0
- package/dist/models/TerritorialWaterAnalyticsAnalytics.js +54 -0
- package/dist/models/VRTPrescription.d.ts +51 -0
- package/dist/models/VRTPrescription.js +55 -0
- package/dist/models/VRTPrescriptionZonesInner.d.ts +44 -0
- package/dist/models/VRTPrescriptionZonesInner.js +52 -0
- package/dist/models/VisualCropAnalysis.d.ts +51 -0
- package/dist/models/VisualCropAnalysis.js +55 -0
- package/dist/models/VisualCropAnalysisAnalysis.d.ts +65 -0
- package/dist/models/VisualCropAnalysisAnalysis.js +65 -0
- package/dist/models/VisualCropAnalysisRequest.d.ts +60 -0
- package/dist/models/VisualCropAnalysisRequest.js +68 -0
- package/dist/models/VisualCropAnalysisRequestLocation.d.ts +44 -0
- package/dist/models/VisualCropAnalysisRequestLocation.js +52 -0
- package/dist/models/WaterQuality.d.ts +77 -0
- package/dist/models/WaterQuality.js +69 -0
- package/dist/models/index.d.ts +64 -0
- package/dist/models/index.js +82 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +350 -0
- package/docs/AIAnalysis.md +38 -0
- package/docs/AIAnalysisRecommendationsInner.md +38 -0
- package/docs/AIServicesApi.md +308 -0
- package/docs/CalculateCarbonCreditsRequest.md +42 -0
- package/docs/CalculateEnvironmentalImpactRequest.md +42 -0
- package/docs/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.md +34 -0
- package/docs/CalculateEnvironmentalImpactRequestSoilData.md +44 -0
- package/docs/CalculateEnvironmentalImpactRequestWaterBodyData.md +34 -0
- package/docs/CarbonApi.md +83 -0
- package/docs/CarbonCreditCalculation.md +38 -0
- package/docs/CarbonCreditCalculationCalculationDetails.md +44 -0
- package/docs/CarbonCreditCalculationCalculationDetailsMetadata.md +38 -0
- package/docs/CarbonCreditCalculationCreditRecord.md +42 -0
- package/docs/County.md +42 -0
- package/docs/CountyLookup200Response.md +34 -0
- package/docs/CountyLookupRequest.md +34 -0
- package/docs/EnvironmentalApi.md +83 -0
- package/docs/EnvironmentalImpact.md +38 -0
- package/docs/EnvironmentalImpactDetailedAnalysis.md +42 -0
- package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternatives.md +34 -0
- package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.md +42 -0
- package/docs/EnvironmentalImpactDetailedAnalysisRunoffRisk.md +38 -0
- package/docs/EnvironmentalImpactImpactAssessment.md +42 -0
- package/docs/GenerateSmartReportSummaryRequest.md +36 -0
- package/docs/GenerateVRTPrescriptionRequest.md +38 -0
- package/docs/GeographicApi.md +82 -0
- package/docs/GetAgriculturalIntelligenceRequest.md +36 -0
- package/docs/GetLiveAgriculturalDataRequest.md +40 -0
- package/docs/GetPlantingCalendarRequest.md +36 -0
- package/docs/GetSatelliteDataRequest.md +36 -0
- package/docs/GetSeasonalPlanningAssistantRequest.md +42 -0
- package/docs/GetSeasonalPlanningAssistantRequestLocation.md +38 -0
- package/docs/GetSoilDataRequest.md +34 -0
- package/docs/GetTerritorialWaterAnalyticsRequest.md +38 -0
- package/docs/GetTerritorialWaterAnalyticsRequestDateRange.md +36 -0
- package/docs/GetWaterQualityRequest.md +34 -0
- package/docs/LeafEnginesApi.md +83 -0
- package/docs/LeafEnginesCompatibility.md +38 -0
- package/docs/LeafEnginesCompatibilityData.md +48 -0
- package/docs/LeafEnginesCompatibilityDataBreakdown.md +38 -0
- package/docs/LeafEnginesCompatibilityDataBreakdownSoil.md +38 -0
- package/docs/LeafEnginesCompatibilityDataMetadata.md +38 -0
- package/docs/LeafEnginesCompatibilityUsage.md +36 -0
- package/docs/LeafenginesQueryRequest.md +38 -0
- package/docs/LeafenginesQueryRequestLocation.md +40 -0
- package/docs/LeafenginesQueryRequestOptions.md +38 -0
- package/docs/LeafenginesQueryRequestPlant.md +40 -0
- package/docs/LeafenginesQueryRequestPlantCareRequirements.md +38 -0
- package/docs/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.md +36 -0
- package/docs/LiveAgriculturalData.md +46 -0
- package/docs/LiveAgriculturalDataData.md +40 -0
- package/docs/ModelError.md +38 -0
- package/docs/PlantingCalendar.md +42 -0
- package/docs/SatelliteData.md +42 -0
- package/docs/SatelliteDataApi.md +83 -0
- package/docs/SeasonalPlanningResponse.md +40 -0
- package/docs/SeasonalPlanningResponseRecommendations.md +38 -0
- package/docs/SeasonalPlanningResponseWeatherData.md +44 -0
- package/docs/SmartReportSummary.md +38 -0
- package/docs/SmartReportSummarySummary.md +40 -0
- package/docs/SoilAnalysisApi.md +234 -0
- package/docs/SoilData.md +54 -0
- package/docs/TerritorialWaterAnalytics.md +38 -0
- package/docs/TerritorialWaterAnalyticsAnalytics.md +40 -0
- package/docs/VRTApi.md +83 -0
- package/docs/VRTPrescription.md +40 -0
- package/docs/VRTPrescriptionZonesInner.md +38 -0
- package/docs/VisualCropAnalysis.md +40 -0
- package/docs/VisualCropAnalysisAnalysis.md +42 -0
- package/docs/VisualCropAnalysisRequest.md +40 -0
- package/docs/VisualCropAnalysisRequestLocation.md +38 -0
- package/docs/WaterQuality.md +46 -0
- package/docs/WaterQualityApi.md +158 -0
- package/package.json +21 -0
- package/package.json.save +8 -0
- package/src/apis/AIServicesApi.ts +247 -0
- package/src/apis/CarbonApi.ts +82 -0
- package/src/apis/EnvironmentalApi.ts +82 -0
- package/src/apis/GeographicApi.ts +82 -0
- package/src/apis/LeafEnginesApi.ts +82 -0
- package/src/apis/SatelliteDataApi.ts +82 -0
- package/src/apis/SoilAnalysisApi.ts +192 -0
- package/src/apis/VRTApi.ts +82 -0
- package/src/apis/WaterQualityApi.ts +137 -0
- package/src/apis/index.ts +11 -0
- package/src/index.ts +5 -0
- package/src/models/AIAnalysis.ts +89 -0
- package/src/models/AIAnalysisRecommendationsInner.ts +93 -0
- package/src/models/CalculateCarbonCreditsRequest.ts +111 -0
- package/src/models/CalculateEnvironmentalImpactRequest.ts +122 -0
- package/src/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.ts +77 -0
- package/src/models/CalculateEnvironmentalImpactRequestSoilData.ts +130 -0
- package/src/models/CalculateEnvironmentalImpactRequestWaterBodyData.ts +65 -0
- package/src/models/CarbonCreditCalculation.ts +96 -0
- package/src/models/CarbonCreditCalculationCalculationDetails.ts +113 -0
- package/src/models/CarbonCreditCalculationCalculationDetailsMetadata.ts +81 -0
- package/src/models/CarbonCreditCalculationCreditRecord.ts +108 -0
- package/src/models/County.ts +97 -0
- package/src/models/CountyLookup200Response.ts +73 -0
- package/src/models/CountyLookupRequest.ts +66 -0
- package/src/models/EnvironmentalImpact.ts +96 -0
- package/src/models/EnvironmentalImpactDetailedAnalysis.ts +112 -0
- package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.ts +73 -0
- package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.ts +97 -0
- package/src/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.ts +93 -0
- package/src/models/EnvironmentalImpactImpactAssessment.ts +97 -0
- package/src/models/GenerateSmartReportSummaryRequest.ts +86 -0
- package/src/models/GenerateVRTPrescriptionRequest.ts +95 -0
- package/src/models/GetAgriculturalIntelligenceRequest.ts +87 -0
- package/src/models/GetLiveAgriculturalDataRequest.ts +106 -0
- package/src/models/GetPlantingCalendarRequest.ts +75 -0
- package/src/models/GetSatelliteDataRequest.ts +75 -0
- package/src/models/GetSeasonalPlanningAssistantRequest.ts +120 -0
- package/src/models/GetSeasonalPlanningAssistantRequestLocation.ts +81 -0
- package/src/models/GetSoilDataRequest.ts +66 -0
- package/src/models/GetTerritorialWaterAnalyticsRequest.ts +101 -0
- package/src/models/GetTerritorialWaterAnalyticsRequestDateRange.ts +73 -0
- package/src/models/GetWaterQualityRequest.ts +66 -0
- package/src/models/LeafEnginesCompatibility.ts +96 -0
- package/src/models/LeafEnginesCompatibilityData.ts +148 -0
- package/src/models/LeafEnginesCompatibilityDataBreakdown.ts +89 -0
- package/src/models/LeafEnginesCompatibilityDataBreakdownSoil.ts +81 -0
- package/src/models/LeafEnginesCompatibilityDataMetadata.ts +81 -0
- package/src/models/LeafEnginesCompatibilityUsage.ts +73 -0
- package/src/models/LeafenginesQueryRequest.ts +105 -0
- package/src/models/LeafenginesQueryRequestLocation.ts +89 -0
- package/src/models/LeafenginesQueryRequestOptions.ts +81 -0
- package/src/models/LeafenginesQueryRequestPlant.ts +97 -0
- package/src/models/LeafenginesQueryRequestPlantCareRequirements.ts +111 -0
- package/src/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.ts +73 -0
- package/src/models/LiveAgriculturalData.ts +132 -0
- package/src/models/LiveAgriculturalDataData.ts +89 -0
- package/src/models/ModelError.ts +81 -0
- package/src/models/PlantingCalendar.ts +105 -0
- package/src/models/SatelliteData.ts +97 -0
- package/src/models/SeasonalPlanningResponse.ts +104 -0
- package/src/models/SeasonalPlanningResponseRecommendations.ts +81 -0
- package/src/models/SeasonalPlanningResponseWeatherData.ts +105 -0
- package/src/models/SmartReportSummary.ts +89 -0
- package/src/models/SmartReportSummarySummary.ts +89 -0
- package/src/models/SoilData.ts +145 -0
- package/src/models/TerritorialWaterAnalytics.ts +89 -0
- package/src/models/TerritorialWaterAnalyticsAnalytics.ts +89 -0
- package/src/models/VRTPrescription.ts +97 -0
- package/src/models/VRTPrescriptionZonesInner.ts +81 -0
- package/src/models/VisualCropAnalysis.ts +97 -0
- package/src/models/VisualCropAnalysisAnalysis.ts +109 -0
- package/src/models/VisualCropAnalysisRequest.ts +111 -0
- package/src/models/VisualCropAnalysisRequestLocation.ts +81 -0
- package/src/models/WaterQuality.ts +125 -0
- package/src/models/index.ts +66 -0
- package/src/runtime.ts +432 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SoilSidekick Pro API
|
|
3
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
|
+
* Contact: support@soilsidekick.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { VisualCropAnalysisRequestLocation } from './VisualCropAnalysisRequestLocation';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VisualCropAnalysisRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface VisualCropAnalysisRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Base64 encoded image or image URL
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof VisualCropAnalysisRequest
|
|
23
|
+
*/
|
|
24
|
+
image: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof VisualCropAnalysisRequest
|
|
29
|
+
*/
|
|
30
|
+
analysisType: VisualCropAnalysisRequestAnalysisTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {VisualCropAnalysisRequestLocation}
|
|
34
|
+
* @memberof VisualCropAnalysisRequest
|
|
35
|
+
*/
|
|
36
|
+
location?: VisualCropAnalysisRequestLocation;
|
|
37
|
+
/**
|
|
38
|
+
* Type of crop being analyzed
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof VisualCropAnalysisRequest
|
|
41
|
+
*/
|
|
42
|
+
cropType?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
export declare const VisualCropAnalysisRequestAnalysisTypeEnum: {
|
|
48
|
+
readonly PestDetection: "pest_detection";
|
|
49
|
+
readonly CropHealth: "crop_health";
|
|
50
|
+
readonly DiseaseScreening: "disease_screening";
|
|
51
|
+
};
|
|
52
|
+
export type VisualCropAnalysisRequestAnalysisTypeEnum = typeof VisualCropAnalysisRequestAnalysisTypeEnum[keyof typeof VisualCropAnalysisRequestAnalysisTypeEnum];
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the VisualCropAnalysisRequest interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfVisualCropAnalysisRequest(value: object): value is VisualCropAnalysisRequest;
|
|
57
|
+
export declare function VisualCropAnalysisRequestFromJSON(json: any): VisualCropAnalysisRequest;
|
|
58
|
+
export declare function VisualCropAnalysisRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisualCropAnalysisRequest;
|
|
59
|
+
export declare function VisualCropAnalysisRequestToJSON(json: any): VisualCropAnalysisRequest;
|
|
60
|
+
export declare function VisualCropAnalysisRequestToJSONTyped(value?: VisualCropAnalysisRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SoilSidekick Pro API
|
|
6
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.1.0
|
|
9
|
+
* Contact: support@soilsidekick.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.VisualCropAnalysisRequestAnalysisTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfVisualCropAnalysisRequest = instanceOfVisualCropAnalysisRequest;
|
|
18
|
+
exports.VisualCropAnalysisRequestFromJSON = VisualCropAnalysisRequestFromJSON;
|
|
19
|
+
exports.VisualCropAnalysisRequestFromJSONTyped = VisualCropAnalysisRequestFromJSONTyped;
|
|
20
|
+
exports.VisualCropAnalysisRequestToJSON = VisualCropAnalysisRequestToJSON;
|
|
21
|
+
exports.VisualCropAnalysisRequestToJSONTyped = VisualCropAnalysisRequestToJSONTyped;
|
|
22
|
+
const VisualCropAnalysisRequestLocation_1 = require("./VisualCropAnalysisRequestLocation");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.VisualCropAnalysisRequestAnalysisTypeEnum = {
|
|
27
|
+
PestDetection: 'pest_detection',
|
|
28
|
+
CropHealth: 'crop_health',
|
|
29
|
+
DiseaseScreening: 'disease_screening'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the VisualCropAnalysisRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfVisualCropAnalysisRequest(value) {
|
|
35
|
+
if (!('image' in value) || value['image'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('analysisType' in value) || value['analysisType'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
function VisualCropAnalysisRequestFromJSON(json) {
|
|
42
|
+
return VisualCropAnalysisRequestFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function VisualCropAnalysisRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'image': json['image'],
|
|
50
|
+
'analysisType': json['analysis_type'],
|
|
51
|
+
'location': json['location'] == null ? undefined : (0, VisualCropAnalysisRequestLocation_1.VisualCropAnalysisRequestLocationFromJSON)(json['location']),
|
|
52
|
+
'cropType': json['crop_type'] == null ? undefined : json['crop_type'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function VisualCropAnalysisRequestToJSON(json) {
|
|
56
|
+
return VisualCropAnalysisRequestToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function VisualCropAnalysisRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'image': value['image'],
|
|
64
|
+
'analysis_type': value['analysisType'],
|
|
65
|
+
'location': (0, VisualCropAnalysisRequestLocation_1.VisualCropAnalysisRequestLocationToJSON)(value['location']),
|
|
66
|
+
'crop_type': value['cropType'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SoilSidekick Pro API
|
|
3
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
|
+
* Contact: support@soilsidekick.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VisualCropAnalysisRequestLocation
|
|
16
|
+
*/
|
|
17
|
+
export interface VisualCropAnalysisRequestLocation {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VisualCropAnalysisRequestLocation
|
|
22
|
+
*/
|
|
23
|
+
countyFips?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VisualCropAnalysisRequestLocation
|
|
28
|
+
*/
|
|
29
|
+
countyName?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VisualCropAnalysisRequestLocation
|
|
34
|
+
*/
|
|
35
|
+
stateCode?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the VisualCropAnalysisRequestLocation interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfVisualCropAnalysisRequestLocation(value: object): value is VisualCropAnalysisRequestLocation;
|
|
41
|
+
export declare function VisualCropAnalysisRequestLocationFromJSON(json: any): VisualCropAnalysisRequestLocation;
|
|
42
|
+
export declare function VisualCropAnalysisRequestLocationFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisualCropAnalysisRequestLocation;
|
|
43
|
+
export declare function VisualCropAnalysisRequestLocationToJSON(json: any): VisualCropAnalysisRequestLocation;
|
|
44
|
+
export declare function VisualCropAnalysisRequestLocationToJSONTyped(value?: VisualCropAnalysisRequestLocation | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SoilSidekick Pro API
|
|
6
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.1.0
|
|
9
|
+
* Contact: support@soilsidekick.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVisualCropAnalysisRequestLocation = instanceOfVisualCropAnalysisRequestLocation;
|
|
17
|
+
exports.VisualCropAnalysisRequestLocationFromJSON = VisualCropAnalysisRequestLocationFromJSON;
|
|
18
|
+
exports.VisualCropAnalysisRequestLocationFromJSONTyped = VisualCropAnalysisRequestLocationFromJSONTyped;
|
|
19
|
+
exports.VisualCropAnalysisRequestLocationToJSON = VisualCropAnalysisRequestLocationToJSON;
|
|
20
|
+
exports.VisualCropAnalysisRequestLocationToJSONTyped = VisualCropAnalysisRequestLocationToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VisualCropAnalysisRequestLocation interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVisualCropAnalysisRequestLocation(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function VisualCropAnalysisRequestLocationFromJSON(json) {
|
|
28
|
+
return VisualCropAnalysisRequestLocationFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function VisualCropAnalysisRequestLocationFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'countyFips': json['county_fips'] == null ? undefined : json['county_fips'],
|
|
36
|
+
'countyName': json['county_name'] == null ? undefined : json['county_name'],
|
|
37
|
+
'stateCode': json['state_code'] == null ? undefined : json['state_code'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function VisualCropAnalysisRequestLocationToJSON(json) {
|
|
41
|
+
return VisualCropAnalysisRequestLocationToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function VisualCropAnalysisRequestLocationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'county_fips': value['countyFips'],
|
|
49
|
+
'county_name': value['countyName'],
|
|
50
|
+
'state_code': value['stateCode'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SoilSidekick Pro API
|
|
3
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.1.0
|
|
6
|
+
* Contact: support@soilsidekick.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WaterQuality
|
|
16
|
+
*/
|
|
17
|
+
export interface WaterQuality {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WaterQuality
|
|
22
|
+
*/
|
|
23
|
+
countyFips?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof WaterQuality
|
|
28
|
+
*/
|
|
29
|
+
ph?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof WaterQuality
|
|
34
|
+
*/
|
|
35
|
+
dissolvedOxygen?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof WaterQuality
|
|
40
|
+
*/
|
|
41
|
+
turbidity?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof WaterQuality
|
|
46
|
+
*/
|
|
47
|
+
nitrates?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof WaterQuality
|
|
52
|
+
*/
|
|
53
|
+
phosphates?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof WaterQuality
|
|
58
|
+
*/
|
|
59
|
+
contaminationRisk?: WaterQualityContaminationRiskEnum;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const WaterQualityContaminationRiskEnum: {
|
|
65
|
+
readonly Low: "low";
|
|
66
|
+
readonly Medium: "medium";
|
|
67
|
+
readonly High: "high";
|
|
68
|
+
};
|
|
69
|
+
export type WaterQualityContaminationRiskEnum = typeof WaterQualityContaminationRiskEnum[keyof typeof WaterQualityContaminationRiskEnum];
|
|
70
|
+
/**
|
|
71
|
+
* Check if a given object implements the WaterQuality interface.
|
|
72
|
+
*/
|
|
73
|
+
export declare function instanceOfWaterQuality(value: object): value is WaterQuality;
|
|
74
|
+
export declare function WaterQualityFromJSON(json: any): WaterQuality;
|
|
75
|
+
export declare function WaterQualityFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaterQuality;
|
|
76
|
+
export declare function WaterQualityToJSON(json: any): WaterQuality;
|
|
77
|
+
export declare function WaterQualityToJSONTyped(value?: WaterQuality | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SoilSidekick Pro API
|
|
6
|
+
* Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.1.0
|
|
9
|
+
* Contact: support@soilsidekick.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WaterQualityContaminationRiskEnum = void 0;
|
|
17
|
+
exports.instanceOfWaterQuality = instanceOfWaterQuality;
|
|
18
|
+
exports.WaterQualityFromJSON = WaterQualityFromJSON;
|
|
19
|
+
exports.WaterQualityFromJSONTyped = WaterQualityFromJSONTyped;
|
|
20
|
+
exports.WaterQualityToJSON = WaterQualityToJSON;
|
|
21
|
+
exports.WaterQualityToJSONTyped = WaterQualityToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.WaterQualityContaminationRiskEnum = {
|
|
26
|
+
Low: 'low',
|
|
27
|
+
Medium: 'medium',
|
|
28
|
+
High: 'high'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the WaterQuality interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfWaterQuality(value) {
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function WaterQualityFromJSON(json) {
|
|
37
|
+
return WaterQualityFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function WaterQualityFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'countyFips': json['county_fips'] == null ? undefined : json['county_fips'],
|
|
45
|
+
'ph': json['ph'] == null ? undefined : json['ph'],
|
|
46
|
+
'dissolvedOxygen': json['dissolved_oxygen'] == null ? undefined : json['dissolved_oxygen'],
|
|
47
|
+
'turbidity': json['turbidity'] == null ? undefined : json['turbidity'],
|
|
48
|
+
'nitrates': json['nitrates'] == null ? undefined : json['nitrates'],
|
|
49
|
+
'phosphates': json['phosphates'] == null ? undefined : json['phosphates'],
|
|
50
|
+
'contaminationRisk': json['contamination_risk'] == null ? undefined : json['contamination_risk'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function WaterQualityToJSON(json) {
|
|
54
|
+
return WaterQualityToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function WaterQualityToJSONTyped(value, ignoreDiscriminator = false) {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
'county_fips': value['countyFips'],
|
|
62
|
+
'ph': value['ph'],
|
|
63
|
+
'dissolved_oxygen': value['dissolvedOxygen'],
|
|
64
|
+
'turbidity': value['turbidity'],
|
|
65
|
+
'nitrates': value['nitrates'],
|
|
66
|
+
'phosphates': value['phosphates'],
|
|
67
|
+
'contamination_risk': value['contaminationRisk'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export * from './AIAnalysis';
|
|
2
|
+
export * from './AIAnalysisRecommendationsInner';
|
|
3
|
+
export * from './CalculateCarbonCreditsRequest';
|
|
4
|
+
export * from './CalculateEnvironmentalImpactRequest';
|
|
5
|
+
export * from './CalculateEnvironmentalImpactRequestProposedTreatmentsInner';
|
|
6
|
+
export * from './CalculateEnvironmentalImpactRequestSoilData';
|
|
7
|
+
export * from './CalculateEnvironmentalImpactRequestWaterBodyData';
|
|
8
|
+
export * from './CarbonCreditCalculation';
|
|
9
|
+
export * from './CarbonCreditCalculationCalculationDetails';
|
|
10
|
+
export * from './CarbonCreditCalculationCalculationDetailsMetadata';
|
|
11
|
+
export * from './CarbonCreditCalculationCreditRecord';
|
|
12
|
+
export * from './County';
|
|
13
|
+
export * from './CountyLookup200Response';
|
|
14
|
+
export * from './CountyLookupRequest';
|
|
15
|
+
export * from './EnvironmentalImpact';
|
|
16
|
+
export * from './EnvironmentalImpactDetailedAnalysis';
|
|
17
|
+
export * from './EnvironmentalImpactDetailedAnalysisEcoAlternatives';
|
|
18
|
+
export * from './EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner';
|
|
19
|
+
export * from './EnvironmentalImpactDetailedAnalysisRunoffRisk';
|
|
20
|
+
export * from './EnvironmentalImpactImpactAssessment';
|
|
21
|
+
export * from './GenerateSmartReportSummaryRequest';
|
|
22
|
+
export * from './GenerateVRTPrescriptionRequest';
|
|
23
|
+
export * from './GetAgriculturalIntelligenceRequest';
|
|
24
|
+
export * from './GetLiveAgriculturalDataRequest';
|
|
25
|
+
export * from './GetPlantingCalendarRequest';
|
|
26
|
+
export * from './GetSatelliteDataRequest';
|
|
27
|
+
export * from './GetSeasonalPlanningAssistantRequest';
|
|
28
|
+
export * from './GetSeasonalPlanningAssistantRequestLocation';
|
|
29
|
+
export * from './GetSoilDataRequest';
|
|
30
|
+
export * from './GetTerritorialWaterAnalyticsRequest';
|
|
31
|
+
export * from './GetTerritorialWaterAnalyticsRequestDateRange';
|
|
32
|
+
export * from './GetWaterQualityRequest';
|
|
33
|
+
export * from './LeafEnginesCompatibility';
|
|
34
|
+
export * from './LeafEnginesCompatibilityData';
|
|
35
|
+
export * from './LeafEnginesCompatibilityDataBreakdown';
|
|
36
|
+
export * from './LeafEnginesCompatibilityDataBreakdownSoil';
|
|
37
|
+
export * from './LeafEnginesCompatibilityDataMetadata';
|
|
38
|
+
export * from './LeafEnginesCompatibilityUsage';
|
|
39
|
+
export * from './LeafenginesQueryRequest';
|
|
40
|
+
export * from './LeafenginesQueryRequestLocation';
|
|
41
|
+
export * from './LeafenginesQueryRequestOptions';
|
|
42
|
+
export * from './LeafenginesQueryRequestPlant';
|
|
43
|
+
export * from './LeafenginesQueryRequestPlantCareRequirements';
|
|
44
|
+
export * from './LeafenginesQueryRequestPlantCareRequirementsSoilPhRange';
|
|
45
|
+
export * from './LiveAgriculturalData';
|
|
46
|
+
export * from './LiveAgriculturalDataData';
|
|
47
|
+
export * from './ModelError';
|
|
48
|
+
export * from './PlantingCalendar';
|
|
49
|
+
export * from './SatelliteData';
|
|
50
|
+
export * from './SeasonalPlanningResponse';
|
|
51
|
+
export * from './SeasonalPlanningResponseRecommendations';
|
|
52
|
+
export * from './SeasonalPlanningResponseWeatherData';
|
|
53
|
+
export * from './SmartReportSummary';
|
|
54
|
+
export * from './SmartReportSummarySummary';
|
|
55
|
+
export * from './SoilData';
|
|
56
|
+
export * from './TerritorialWaterAnalytics';
|
|
57
|
+
export * from './TerritorialWaterAnalyticsAnalytics';
|
|
58
|
+
export * from './VRTPrescription';
|
|
59
|
+
export * from './VRTPrescriptionZonesInner';
|
|
60
|
+
export * from './VisualCropAnalysis';
|
|
61
|
+
export * from './VisualCropAnalysisAnalysis';
|
|
62
|
+
export * from './VisualCropAnalysisRequest';
|
|
63
|
+
export * from './VisualCropAnalysisRequestLocation';
|
|
64
|
+
export * from './WaterQuality';
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
/* tslint:disable */
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
__exportStar(require("./AIAnalysis"), exports);
|
|
20
|
+
__exportStar(require("./AIAnalysisRecommendationsInner"), exports);
|
|
21
|
+
__exportStar(require("./CalculateCarbonCreditsRequest"), exports);
|
|
22
|
+
__exportStar(require("./CalculateEnvironmentalImpactRequest"), exports);
|
|
23
|
+
__exportStar(require("./CalculateEnvironmentalImpactRequestProposedTreatmentsInner"), exports);
|
|
24
|
+
__exportStar(require("./CalculateEnvironmentalImpactRequestSoilData"), exports);
|
|
25
|
+
__exportStar(require("./CalculateEnvironmentalImpactRequestWaterBodyData"), exports);
|
|
26
|
+
__exportStar(require("./CarbonCreditCalculation"), exports);
|
|
27
|
+
__exportStar(require("./CarbonCreditCalculationCalculationDetails"), exports);
|
|
28
|
+
__exportStar(require("./CarbonCreditCalculationCalculationDetailsMetadata"), exports);
|
|
29
|
+
__exportStar(require("./CarbonCreditCalculationCreditRecord"), exports);
|
|
30
|
+
__exportStar(require("./County"), exports);
|
|
31
|
+
__exportStar(require("./CountyLookup200Response"), exports);
|
|
32
|
+
__exportStar(require("./CountyLookupRequest"), exports);
|
|
33
|
+
__exportStar(require("./EnvironmentalImpact"), exports);
|
|
34
|
+
__exportStar(require("./EnvironmentalImpactDetailedAnalysis"), exports);
|
|
35
|
+
__exportStar(require("./EnvironmentalImpactDetailedAnalysisEcoAlternatives"), exports);
|
|
36
|
+
__exportStar(require("./EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner"), exports);
|
|
37
|
+
__exportStar(require("./EnvironmentalImpactDetailedAnalysisRunoffRisk"), exports);
|
|
38
|
+
__exportStar(require("./EnvironmentalImpactImpactAssessment"), exports);
|
|
39
|
+
__exportStar(require("./GenerateSmartReportSummaryRequest"), exports);
|
|
40
|
+
__exportStar(require("./GenerateVRTPrescriptionRequest"), exports);
|
|
41
|
+
__exportStar(require("./GetAgriculturalIntelligenceRequest"), exports);
|
|
42
|
+
__exportStar(require("./GetLiveAgriculturalDataRequest"), exports);
|
|
43
|
+
__exportStar(require("./GetPlantingCalendarRequest"), exports);
|
|
44
|
+
__exportStar(require("./GetSatelliteDataRequest"), exports);
|
|
45
|
+
__exportStar(require("./GetSeasonalPlanningAssistantRequest"), exports);
|
|
46
|
+
__exportStar(require("./GetSeasonalPlanningAssistantRequestLocation"), exports);
|
|
47
|
+
__exportStar(require("./GetSoilDataRequest"), exports);
|
|
48
|
+
__exportStar(require("./GetTerritorialWaterAnalyticsRequest"), exports);
|
|
49
|
+
__exportStar(require("./GetTerritorialWaterAnalyticsRequestDateRange"), exports);
|
|
50
|
+
__exportStar(require("./GetWaterQualityRequest"), exports);
|
|
51
|
+
__exportStar(require("./LeafEnginesCompatibility"), exports);
|
|
52
|
+
__exportStar(require("./LeafEnginesCompatibilityData"), exports);
|
|
53
|
+
__exportStar(require("./LeafEnginesCompatibilityDataBreakdown"), exports);
|
|
54
|
+
__exportStar(require("./LeafEnginesCompatibilityDataBreakdownSoil"), exports);
|
|
55
|
+
__exportStar(require("./LeafEnginesCompatibilityDataMetadata"), exports);
|
|
56
|
+
__exportStar(require("./LeafEnginesCompatibilityUsage"), exports);
|
|
57
|
+
__exportStar(require("./LeafenginesQueryRequest"), exports);
|
|
58
|
+
__exportStar(require("./LeafenginesQueryRequestLocation"), exports);
|
|
59
|
+
__exportStar(require("./LeafenginesQueryRequestOptions"), exports);
|
|
60
|
+
__exportStar(require("./LeafenginesQueryRequestPlant"), exports);
|
|
61
|
+
__exportStar(require("./LeafenginesQueryRequestPlantCareRequirements"), exports);
|
|
62
|
+
__exportStar(require("./LeafenginesQueryRequestPlantCareRequirementsSoilPhRange"), exports);
|
|
63
|
+
__exportStar(require("./LiveAgriculturalData"), exports);
|
|
64
|
+
__exportStar(require("./LiveAgriculturalDataData"), exports);
|
|
65
|
+
__exportStar(require("./ModelError"), exports);
|
|
66
|
+
__exportStar(require("./PlantingCalendar"), exports);
|
|
67
|
+
__exportStar(require("./SatelliteData"), exports);
|
|
68
|
+
__exportStar(require("./SeasonalPlanningResponse"), exports);
|
|
69
|
+
__exportStar(require("./SeasonalPlanningResponseRecommendations"), exports);
|
|
70
|
+
__exportStar(require("./SeasonalPlanningResponseWeatherData"), exports);
|
|
71
|
+
__exportStar(require("./SmartReportSummary"), exports);
|
|
72
|
+
__exportStar(require("./SmartReportSummarySummary"), exports);
|
|
73
|
+
__exportStar(require("./SoilData"), exports);
|
|
74
|
+
__exportStar(require("./TerritorialWaterAnalytics"), exports);
|
|
75
|
+
__exportStar(require("./TerritorialWaterAnalyticsAnalytics"), exports);
|
|
76
|
+
__exportStar(require("./VRTPrescription"), exports);
|
|
77
|
+
__exportStar(require("./VRTPrescriptionZonesInner"), exports);
|
|
78
|
+
__exportStar(require("./VisualCropAnalysis"), exports);
|
|
79
|
+
__exportStar(require("./VisualCropAnalysisAnalysis"), exports);
|
|
80
|
+
__exportStar(require("./VisualCropAnalysisRequest"), exports);
|
|
81
|
+
__exportStar(require("./VisualCropAnalysisRequestLocation"), exports);
|
|
82
|
+
__exportStar(require("./WaterQuality"), exports);
|