@soilsidekick/sdk 1.2.0 → 2.0.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/package.json +5 -17
- package/sdks/README.md +254 -0
- package/sdks/__tests__/devices.test.ts +87 -0
- package/sdks/client.ts +198 -0
- package/sdks/dist/client.d.ts +94 -0
- package/sdks/dist/client.js +174 -0
- package/sdks/dist/index.d.ts +12 -0
- package/sdks/dist/index.js +39 -0
- package/sdks/dist/sensors/alerts.d.ts +45 -0
- package/sdks/dist/sensors/alerts.js +129 -0
- package/sdks/dist/sensors/devices.d.ts +65 -0
- package/sdks/dist/sensors/devices.js +123 -0
- package/sdks/dist/sensors/index.d.ts +4 -0
- package/sdks/dist/sensors/index.js +11 -0
- package/sdks/dist/sensors/mqtt.d.ts +55 -0
- package/sdks/dist/sensors/mqtt.js +179 -0
- package/sdks/dist/sensors/readings.d.ts +81 -0
- package/sdks/dist/sensors/readings.js +205 -0
- package/sdks/dist/test-sdk.d.ts +406 -0
- package/sdks/dist/test-sdk.js +366 -0
- package/sdks/dist/types.d.ts +162 -0
- package/sdks/dist/types.js +7 -0
- package/sdks/generate-sdk.sh +169 -0
- package/sdks/generated/.gitkeep +5 -0
- package/sdks/index.ts +25 -0
- package/sdks/jest.config.js +19 -0
- package/sdks/openapitools.json +73 -0
- package/sdks/package-lock.json +4306 -0
- package/sdks/package.json +53 -0
- package/sdks/sensors/alerts.ts +153 -0
- package/sdks/sensors/devices.ts +147 -0
- package/sdks/sensors/index.ts +4 -0
- package/sdks/sensors/mqtt.ts +211 -0
- package/sdks/sensors/readings.ts +241 -0
- package/sdks/test-sdk.ts +432 -0
- package/sdks/tsconfig.json +25 -0
- package/sdks/types.ts +222 -0
- package/soilsidekick-sdk-v2.zip +0 -0
- package/.openapi-generator/FILES +0 -156
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/README.md +0 -201
- package/dist/apis/AIServicesApi.d.ts +0 -70
- package/dist/apis/AIServicesApi.js +0 -177
- package/dist/apis/CarbonApi.d.ts +0 -31
- package/dist/apis/CarbonApi.js +0 -69
- package/dist/apis/EnvironmentalApi.d.ts +0 -31
- package/dist/apis/EnvironmentalApi.js +0 -69
- package/dist/apis/GeographicApi.d.ts +0 -31
- package/dist/apis/GeographicApi.js +0 -69
- package/dist/apis/LeafEnginesApi.d.ts +0 -31
- package/dist/apis/LeafEnginesApi.js +0 -69
- package/dist/apis/SatelliteDataApi.d.ts +0 -31
- package/dist/apis/SatelliteDataApi.js +0 -69
- package/dist/apis/SoilAnalysisApi.d.ts +0 -57
- package/dist/apis/SoilAnalysisApi.js +0 -141
- package/dist/apis/VRTApi.d.ts +0 -31
- package/dist/apis/VRTApi.js +0 -69
- package/dist/apis/WaterQualityApi.d.ts +0 -44
- package/dist/apis/WaterQualityApi.js +0 -105
- package/dist/apis/index.d.ts +0 -9
- package/dist/apis/index.js +0 -27
- package/dist/esm/apis/AIServicesApi.d.ts +0 -70
- package/dist/esm/apis/AIServicesApi.js +0 -173
- package/dist/esm/apis/CarbonApi.d.ts +0 -31
- package/dist/esm/apis/CarbonApi.js +0 -65
- package/dist/esm/apis/EnvironmentalApi.d.ts +0 -31
- package/dist/esm/apis/EnvironmentalApi.js +0 -65
- package/dist/esm/apis/GeographicApi.d.ts +0 -31
- package/dist/esm/apis/GeographicApi.js +0 -65
- package/dist/esm/apis/LeafEnginesApi.d.ts +0 -31
- package/dist/esm/apis/LeafEnginesApi.js +0 -65
- package/dist/esm/apis/SatelliteDataApi.d.ts +0 -31
- package/dist/esm/apis/SatelliteDataApi.js +0 -65
- package/dist/esm/apis/SoilAnalysisApi.d.ts +0 -57
- package/dist/esm/apis/SoilAnalysisApi.js +0 -137
- package/dist/esm/apis/VRTApi.d.ts +0 -31
- package/dist/esm/apis/VRTApi.js +0 -65
- package/dist/esm/apis/WaterQualityApi.d.ts +0 -44
- package/dist/esm/apis/WaterQualityApi.js +0 -101
- package/dist/esm/apis/index.d.ts +0 -9
- package/dist/esm/apis/index.js +0 -11
- package/dist/esm/index.d.ts +0 -3
- package/dist/esm/index.js +0 -5
- package/dist/esm/models/AIAnalysis.d.ts +0 -45
- package/dist/esm/models/AIAnalysis.js +0 -46
- package/dist/esm/models/AIAnalysisRecommendationsInner.d.ts +0 -53
- package/dist/esm/models/AIAnalysisRecommendationsInner.js +0 -53
- package/dist/esm/models/CalculateCarbonCreditsRequest.d.ts +0 -65
- package/dist/esm/models/CalculateCarbonCreditsRequest.js +0 -61
- package/dist/esm/models/CalculateEnvironmentalImpactRequest.d.ts +0 -59
- package/dist/esm/models/CalculateEnvironmentalImpactRequest.js +0 -58
- package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +0 -41
- package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +0 -49
- package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +0 -83
- package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.js +0 -70
- package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +0 -32
- package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +0 -41
- package/dist/esm/models/CarbonCreditCalculation.d.ts +0 -46
- package/dist/esm/models/CarbonCreditCalculation.js +0 -47
- package/dist/esm/models/CarbonCreditCalculationCalculationDetails.d.ts +0 -63
- package/dist/esm/models/CarbonCreditCalculationCalculationDetails.js +0 -52
- package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +0 -44
- package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.js +0 -45
- package/dist/esm/models/CarbonCreditCalculationCreditRecord.d.ts +0 -64
- package/dist/esm/models/CarbonCreditCalculationCreditRecord.js +0 -56
- package/dist/esm/models/County.d.ts +0 -56
- package/dist/esm/models/County.js +0 -49
- package/dist/esm/models/CountyLookup200Response.d.ts +0 -33
- package/dist/esm/models/CountyLookup200Response.js +0 -42
- package/dist/esm/models/CountyLookupRequest.d.ts +0 -32
- package/dist/esm/models/CountyLookupRequest.js +0 -43
- package/dist/esm/models/EnvironmentalImpact.d.ts +0 -46
- package/dist/esm/models/EnvironmentalImpact.js +0 -47
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.d.ts +0 -58
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.js +0 -51
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +0 -33
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +0 -42
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +0 -56
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +0 -49
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +0 -53
- package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +0 -53
- package/dist/esm/models/EnvironmentalImpactImpactAssessment.d.ts +0 -56
- package/dist/esm/models/EnvironmentalImpactImpactAssessment.js +0 -49
- package/dist/esm/models/GenerateSmartReportSummaryRequest.d.ts +0 -46
- package/dist/esm/models/GenerateSmartReportSummaryRequest.js +0 -54
- package/dist/esm/models/GenerateVRTPrescriptionRequest.d.ts +0 -53
- package/dist/esm/models/GenerateVRTPrescriptionRequest.js +0 -57
- package/dist/esm/models/GetAgriculturalIntelligenceRequest.d.ts +0 -47
- package/dist/esm/models/GetAgriculturalIntelligenceRequest.js +0 -55
- package/dist/esm/models/GetLiveAgriculturalDataRequest.d.ts +0 -60
- package/dist/esm/models/GetLiveAgriculturalDataRequest.js +0 -64
- package/dist/esm/models/GetPlantingCalendarRequest.d.ts +0 -38
- package/dist/esm/models/GetPlantingCalendarRequest.js +0 -47
- package/dist/esm/models/GetSatelliteDataRequest.d.ts +0 -38
- package/dist/esm/models/GetSatelliteDataRequest.js +0 -47
- package/dist/esm/models/GetSeasonalPlanningAssistantRequest.d.ts +0 -67
- package/dist/esm/models/GetSeasonalPlanningAssistantRequest.js +0 -63
- package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +0 -44
- package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.js +0 -45
- package/dist/esm/models/GetSoilDataRequest.d.ts +0 -32
- package/dist/esm/models/GetSoilDataRequest.js +0 -43
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.d.ts +0 -54
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.js +0 -54
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +0 -38
- package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.js +0 -43
- package/dist/esm/models/GetWaterQualityRequest.d.ts +0 -32
- package/dist/esm/models/GetWaterQualityRequest.js +0 -43
- package/dist/esm/models/LeafEnginesCompatibility.d.ts +0 -46
- package/dist/esm/models/LeafEnginesCompatibility.js +0 -47
- package/dist/esm/models/LeafEnginesCompatibilityData.d.ts +0 -85
- package/dist/esm/models/LeafEnginesCompatibilityData.js +0 -65
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.d.ts +0 -45
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.js +0 -46
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +0 -44
- package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.js +0 -45
- package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.d.ts +0 -44
- package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.js +0 -45
- package/dist/esm/models/LeafEnginesCompatibilityUsage.d.ts +0 -38
- package/dist/esm/models/LeafEnginesCompatibilityUsage.js +0 -43
- package/dist/esm/models/LeafenginesQueryRequest.d.ts +0 -47
- package/dist/esm/models/LeafenginesQueryRequest.js +0 -52
- package/dist/esm/models/LeafenginesQueryRequestLocation.d.ts +0 -50
- package/dist/esm/models/LeafenginesQueryRequestLocation.js +0 -47
- package/dist/esm/models/LeafenginesQueryRequestOptions.d.ts +0 -44
- package/dist/esm/models/LeafenginesQueryRequestOptions.js +0 -45
- package/dist/esm/models/LeafenginesQueryRequestPlant.d.ts +0 -51
- package/dist/esm/models/LeafenginesQueryRequestPlant.js +0 -48
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +0 -63
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.js +0 -62
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +0 -38
- package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +0 -43
- package/dist/esm/models/LiveAgriculturalData.d.ts +0 -77
- package/dist/esm/models/LiveAgriculturalData.js +0 -61
- package/dist/esm/models/LiveAgriculturalDataData.d.ts +0 -50
- package/dist/esm/models/LiveAgriculturalDataData.js +0 -47
- package/dist/esm/models/ModelError.d.ts +0 -44
- package/dist/esm/models/ModelError.js +0 -45
- package/dist/esm/models/PlantingCalendar.d.ts +0 -57
- package/dist/esm/models/PlantingCalendar.js +0 -50
- package/dist/esm/models/SatelliteData.d.ts +0 -56
- package/dist/esm/models/SatelliteData.js +0 -49
- package/dist/esm/models/SeasonalPlanningResponse.d.ts +0 -52
- package/dist/esm/models/SeasonalPlanningResponse.js +0 -49
- package/dist/esm/models/SeasonalPlanningResponseRecommendations.d.ts +0 -44
- package/dist/esm/models/SeasonalPlanningResponseRecommendations.js +0 -45
- package/dist/esm/models/SeasonalPlanningResponseWeatherData.d.ts +0 -62
- package/dist/esm/models/SeasonalPlanningResponseWeatherData.js +0 -51
- package/dist/esm/models/SmartReportSummary.d.ts +0 -45
- package/dist/esm/models/SmartReportSummary.js +0 -46
- package/dist/esm/models/SmartReportSummarySummary.d.ts +0 -50
- package/dist/esm/models/SmartReportSummarySummary.js +0 -47
- package/dist/esm/models/SoilData.d.ts +0 -94
- package/dist/esm/models/SoilData.js +0 -61
- package/dist/esm/models/TerritorialWaterAnalytics.d.ts +0 -45
- package/dist/esm/models/TerritorialWaterAnalytics.js +0 -46
- package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.d.ts +0 -50
- package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.js +0 -47
- package/dist/esm/models/VRTPrescription.d.ts +0 -51
- package/dist/esm/models/VRTPrescription.js +0 -48
- package/dist/esm/models/VRTPrescriptionZonesInner.d.ts +0 -44
- package/dist/esm/models/VRTPrescriptionZonesInner.js +0 -45
- package/dist/esm/models/VisualCropAnalysis.d.ts +0 -51
- package/dist/esm/models/VisualCropAnalysis.js +0 -48
- package/dist/esm/models/VisualCropAnalysisAnalysis.d.ts +0 -65
- package/dist/esm/models/VisualCropAnalysisAnalysis.js +0 -57
- package/dist/esm/models/VisualCropAnalysisRequest.d.ts +0 -60
- package/dist/esm/models/VisualCropAnalysisRequest.js +0 -60
- package/dist/esm/models/VisualCropAnalysisRequestLocation.d.ts +0 -44
- package/dist/esm/models/VisualCropAnalysisRequestLocation.js +0 -45
- package/dist/esm/models/WaterQuality.d.ts +0 -77
- package/dist/esm/models/WaterQuality.js +0 -61
- package/dist/esm/models/index.d.ts +0 -64
- package/dist/esm/models/index.js +0 -66
- package/dist/esm/runtime.d.ts +0 -184
- package/dist/esm/runtime.js +0 -334
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -21
- package/dist/models/AIAnalysis.d.ts +0 -45
- package/dist/models/AIAnalysis.js +0 -53
- package/dist/models/AIAnalysisRecommendationsInner.d.ts +0 -53
- package/dist/models/AIAnalysisRecommendationsInner.js +0 -61
- package/dist/models/CalculateCarbonCreditsRequest.d.ts +0 -65
- package/dist/models/CalculateCarbonCreditsRequest.js +0 -69
- package/dist/models/CalculateEnvironmentalImpactRequest.d.ts +0 -59
- package/dist/models/CalculateEnvironmentalImpactRequest.js +0 -65
- package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +0 -41
- package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +0 -57
- package/dist/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +0 -83
- package/dist/models/CalculateEnvironmentalImpactRequestSoilData.js +0 -78
- package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +0 -32
- package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +0 -48
- package/dist/models/CarbonCreditCalculation.d.ts +0 -46
- package/dist/models/CarbonCreditCalculation.js +0 -54
- package/dist/models/CarbonCreditCalculationCalculationDetails.d.ts +0 -63
- package/dist/models/CarbonCreditCalculationCalculationDetails.js +0 -59
- package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +0 -44
- package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.js +0 -52
- package/dist/models/CarbonCreditCalculationCreditRecord.d.ts +0 -64
- package/dist/models/CarbonCreditCalculationCreditRecord.js +0 -64
- package/dist/models/County.d.ts +0 -56
- package/dist/models/County.js +0 -56
- package/dist/models/CountyLookup200Response.d.ts +0 -33
- package/dist/models/CountyLookup200Response.js +0 -49
- package/dist/models/CountyLookupRequest.d.ts +0 -32
- package/dist/models/CountyLookupRequest.js +0 -50
- package/dist/models/EnvironmentalImpact.d.ts +0 -46
- package/dist/models/EnvironmentalImpact.js +0 -54
- package/dist/models/EnvironmentalImpactDetailedAnalysis.d.ts +0 -58
- package/dist/models/EnvironmentalImpactDetailedAnalysis.js +0 -58
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +0 -33
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +0 -49
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +0 -56
- package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +0 -56
- package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +0 -53
- package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +0 -61
- package/dist/models/EnvironmentalImpactImpactAssessment.d.ts +0 -56
- package/dist/models/EnvironmentalImpactImpactAssessment.js +0 -56
- package/dist/models/GenerateSmartReportSummaryRequest.d.ts +0 -46
- package/dist/models/GenerateSmartReportSummaryRequest.js +0 -62
- package/dist/models/GenerateVRTPrescriptionRequest.d.ts +0 -53
- package/dist/models/GenerateVRTPrescriptionRequest.js +0 -65
- package/dist/models/GetAgriculturalIntelligenceRequest.d.ts +0 -47
- package/dist/models/GetAgriculturalIntelligenceRequest.js +0 -63
- package/dist/models/GetLiveAgriculturalDataRequest.d.ts +0 -60
- package/dist/models/GetLiveAgriculturalDataRequest.js +0 -72
- package/dist/models/GetPlantingCalendarRequest.d.ts +0 -38
- package/dist/models/GetPlantingCalendarRequest.js +0 -54
- package/dist/models/GetSatelliteDataRequest.d.ts +0 -38
- package/dist/models/GetSatelliteDataRequest.js +0 -54
- package/dist/models/GetSeasonalPlanningAssistantRequest.d.ts +0 -67
- package/dist/models/GetSeasonalPlanningAssistantRequest.js +0 -71
- package/dist/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +0 -44
- package/dist/models/GetSeasonalPlanningAssistantRequestLocation.js +0 -52
- package/dist/models/GetSoilDataRequest.d.ts +0 -32
- package/dist/models/GetSoilDataRequest.js +0 -50
- package/dist/models/GetTerritorialWaterAnalyticsRequest.d.ts +0 -54
- package/dist/models/GetTerritorialWaterAnalyticsRequest.js +0 -62
- package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +0 -38
- package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.js +0 -50
- package/dist/models/GetWaterQualityRequest.d.ts +0 -32
- package/dist/models/GetWaterQualityRequest.js +0 -50
- package/dist/models/LeafEnginesCompatibility.d.ts +0 -46
- package/dist/models/LeafEnginesCompatibility.js +0 -54
- package/dist/models/LeafEnginesCompatibilityData.d.ts +0 -85
- package/dist/models/LeafEnginesCompatibilityData.js +0 -73
- package/dist/models/LeafEnginesCompatibilityDataBreakdown.d.ts +0 -45
- package/dist/models/LeafEnginesCompatibilityDataBreakdown.js +0 -53
- package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +0 -44
- package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.js +0 -52
- package/dist/models/LeafEnginesCompatibilityDataMetadata.d.ts +0 -44
- package/dist/models/LeafEnginesCompatibilityDataMetadata.js +0 -52
- package/dist/models/LeafEnginesCompatibilityUsage.d.ts +0 -38
- package/dist/models/LeafEnginesCompatibilityUsage.js +0 -50
- package/dist/models/LeafenginesQueryRequest.d.ts +0 -47
- package/dist/models/LeafenginesQueryRequest.js +0 -59
- package/dist/models/LeafenginesQueryRequestLocation.d.ts +0 -50
- package/dist/models/LeafenginesQueryRequestLocation.js +0 -54
- package/dist/models/LeafenginesQueryRequestOptions.d.ts +0 -44
- package/dist/models/LeafenginesQueryRequestOptions.js +0 -52
- package/dist/models/LeafenginesQueryRequestPlant.d.ts +0 -51
- package/dist/models/LeafenginesQueryRequestPlant.js +0 -55
- package/dist/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +0 -63
- package/dist/models/LeafenginesQueryRequestPlantCareRequirements.js +0 -70
- package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +0 -38
- package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +0 -50
- package/dist/models/LiveAgriculturalData.d.ts +0 -77
- package/dist/models/LiveAgriculturalData.js +0 -69
- package/dist/models/LiveAgriculturalDataData.d.ts +0 -50
- package/dist/models/LiveAgriculturalDataData.js +0 -54
- package/dist/models/ModelError.d.ts +0 -44
- package/dist/models/ModelError.js +0 -52
- package/dist/models/PlantingCalendar.d.ts +0 -57
- package/dist/models/PlantingCalendar.js +0 -57
- package/dist/models/SatelliteData.d.ts +0 -56
- package/dist/models/SatelliteData.js +0 -56
- package/dist/models/SeasonalPlanningResponse.d.ts +0 -52
- package/dist/models/SeasonalPlanningResponse.js +0 -56
- package/dist/models/SeasonalPlanningResponseRecommendations.d.ts +0 -44
- package/dist/models/SeasonalPlanningResponseRecommendations.js +0 -52
- package/dist/models/SeasonalPlanningResponseWeatherData.d.ts +0 -62
- package/dist/models/SeasonalPlanningResponseWeatherData.js +0 -58
- package/dist/models/SmartReportSummary.d.ts +0 -45
- package/dist/models/SmartReportSummary.js +0 -53
- package/dist/models/SmartReportSummarySummary.d.ts +0 -50
- package/dist/models/SmartReportSummarySummary.js +0 -54
- package/dist/models/SoilData.d.ts +0 -94
- package/dist/models/SoilData.js +0 -68
- package/dist/models/TerritorialWaterAnalytics.d.ts +0 -45
- package/dist/models/TerritorialWaterAnalytics.js +0 -53
- package/dist/models/TerritorialWaterAnalyticsAnalytics.d.ts +0 -50
- package/dist/models/TerritorialWaterAnalyticsAnalytics.js +0 -54
- package/dist/models/VRTPrescription.d.ts +0 -51
- package/dist/models/VRTPrescription.js +0 -55
- package/dist/models/VRTPrescriptionZonesInner.d.ts +0 -44
- package/dist/models/VRTPrescriptionZonesInner.js +0 -52
- package/dist/models/VisualCropAnalysis.d.ts +0 -51
- package/dist/models/VisualCropAnalysis.js +0 -55
- package/dist/models/VisualCropAnalysisAnalysis.d.ts +0 -65
- package/dist/models/VisualCropAnalysisAnalysis.js +0 -65
- package/dist/models/VisualCropAnalysisRequest.d.ts +0 -60
- package/dist/models/VisualCropAnalysisRequest.js +0 -68
- package/dist/models/VisualCropAnalysisRequestLocation.d.ts +0 -44
- package/dist/models/VisualCropAnalysisRequestLocation.js +0 -52
- package/dist/models/WaterQuality.d.ts +0 -77
- package/dist/models/WaterQuality.js +0 -69
- package/dist/models/index.d.ts +0 -64
- package/dist/models/index.js +0 -82
- package/dist/runtime.d.ts +0 -184
- package/dist/runtime.js +0 -350
- package/docs/AIAnalysis.md +0 -38
- package/docs/AIAnalysisRecommendationsInner.md +0 -38
- package/docs/AIServicesApi.md +0 -308
- package/docs/CalculateCarbonCreditsRequest.md +0 -42
- package/docs/CalculateEnvironmentalImpactRequest.md +0 -42
- package/docs/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.md +0 -34
- package/docs/CalculateEnvironmentalImpactRequestSoilData.md +0 -44
- package/docs/CalculateEnvironmentalImpactRequestWaterBodyData.md +0 -34
- package/docs/CarbonApi.md +0 -83
- package/docs/CarbonCreditCalculation.md +0 -38
- package/docs/CarbonCreditCalculationCalculationDetails.md +0 -44
- package/docs/CarbonCreditCalculationCalculationDetailsMetadata.md +0 -38
- package/docs/CarbonCreditCalculationCreditRecord.md +0 -42
- package/docs/County.md +0 -42
- package/docs/CountyLookup200Response.md +0 -34
- package/docs/CountyLookupRequest.md +0 -34
- package/docs/EnvironmentalApi.md +0 -83
- package/docs/EnvironmentalImpact.md +0 -38
- package/docs/EnvironmentalImpactDetailedAnalysis.md +0 -42
- package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternatives.md +0 -34
- package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.md +0 -42
- package/docs/EnvironmentalImpactDetailedAnalysisRunoffRisk.md +0 -38
- package/docs/EnvironmentalImpactImpactAssessment.md +0 -42
- package/docs/GenerateSmartReportSummaryRequest.md +0 -36
- package/docs/GenerateVRTPrescriptionRequest.md +0 -38
- package/docs/GeographicApi.md +0 -82
- package/docs/GetAgriculturalIntelligenceRequest.md +0 -36
- package/docs/GetLiveAgriculturalDataRequest.md +0 -40
- package/docs/GetPlantingCalendarRequest.md +0 -36
- package/docs/GetSatelliteDataRequest.md +0 -36
- package/docs/GetSeasonalPlanningAssistantRequest.md +0 -42
- package/docs/GetSeasonalPlanningAssistantRequestLocation.md +0 -38
- package/docs/GetSoilDataRequest.md +0 -34
- package/docs/GetTerritorialWaterAnalyticsRequest.md +0 -38
- package/docs/GetTerritorialWaterAnalyticsRequestDateRange.md +0 -36
- package/docs/GetWaterQualityRequest.md +0 -34
- package/docs/LeafEnginesApi.md +0 -83
- package/docs/LeafEnginesCompatibility.md +0 -38
- package/docs/LeafEnginesCompatibilityData.md +0 -48
- package/docs/LeafEnginesCompatibilityDataBreakdown.md +0 -38
- package/docs/LeafEnginesCompatibilityDataBreakdownSoil.md +0 -38
- package/docs/LeafEnginesCompatibilityDataMetadata.md +0 -38
- package/docs/LeafEnginesCompatibilityUsage.md +0 -36
- package/docs/LeafenginesQueryRequest.md +0 -38
- package/docs/LeafenginesQueryRequestLocation.md +0 -40
- package/docs/LeafenginesQueryRequestOptions.md +0 -38
- package/docs/LeafenginesQueryRequestPlant.md +0 -40
- package/docs/LeafenginesQueryRequestPlantCareRequirements.md +0 -38
- package/docs/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.md +0 -36
- package/docs/LiveAgriculturalData.md +0 -46
- package/docs/LiveAgriculturalDataData.md +0 -40
- package/docs/ModelError.md +0 -38
- package/docs/PlantingCalendar.md +0 -42
- package/docs/SatelliteData.md +0 -42
- package/docs/SatelliteDataApi.md +0 -83
- package/docs/SeasonalPlanningResponse.md +0 -40
- package/docs/SeasonalPlanningResponseRecommendations.md +0 -38
- package/docs/SeasonalPlanningResponseWeatherData.md +0 -44
- package/docs/SmartReportSummary.md +0 -38
- package/docs/SmartReportSummarySummary.md +0 -40
- package/docs/SoilAnalysisApi.md +0 -234
- package/docs/SoilData.md +0 -54
- package/docs/TerritorialWaterAnalytics.md +0 -38
- package/docs/TerritorialWaterAnalyticsAnalytics.md +0 -40
- package/docs/VRTApi.md +0 -83
- package/docs/VRTPrescription.md +0 -40
- package/docs/VRTPrescriptionZonesInner.md +0 -38
- package/docs/VisualCropAnalysis.md +0 -40
- package/docs/VisualCropAnalysisAnalysis.md +0 -42
- package/docs/VisualCropAnalysisRequest.md +0 -40
- package/docs/VisualCropAnalysisRequestLocation.md +0 -38
- package/docs/WaterQuality.md +0 -46
- package/docs/WaterQualityApi.md +0 -158
- package/package.json.save +0 -8
- package/src/apis/AIServicesApi.ts +0 -247
- package/src/apis/CarbonApi.ts +0 -82
- package/src/apis/EnvironmentalApi.ts +0 -82
- package/src/apis/GeographicApi.ts +0 -82
- package/src/apis/LeafEnginesApi.ts +0 -82
- package/src/apis/SatelliteDataApi.ts +0 -82
- package/src/apis/SoilAnalysisApi.ts +0 -192
- package/src/apis/VRTApi.ts +0 -82
- package/src/apis/WaterQualityApi.ts +0 -137
- package/src/apis/index.ts +0 -11
- package/src/index.ts +0 -5
- package/src/models/AIAnalysis.ts +0 -89
- package/src/models/AIAnalysisRecommendationsInner.ts +0 -93
- package/src/models/CalculateCarbonCreditsRequest.ts +0 -111
- package/src/models/CalculateEnvironmentalImpactRequest.ts +0 -122
- package/src/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.ts +0 -77
- package/src/models/CalculateEnvironmentalImpactRequestSoilData.ts +0 -130
- package/src/models/CalculateEnvironmentalImpactRequestWaterBodyData.ts +0 -65
- package/src/models/CarbonCreditCalculation.ts +0 -96
- package/src/models/CarbonCreditCalculationCalculationDetails.ts +0 -113
- package/src/models/CarbonCreditCalculationCalculationDetailsMetadata.ts +0 -81
- package/src/models/CarbonCreditCalculationCreditRecord.ts +0 -108
- package/src/models/County.ts +0 -97
- package/src/models/CountyLookup200Response.ts +0 -73
- package/src/models/CountyLookupRequest.ts +0 -66
- package/src/models/EnvironmentalImpact.ts +0 -96
- package/src/models/EnvironmentalImpactDetailedAnalysis.ts +0 -112
- package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.ts +0 -73
- package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.ts +0 -97
- package/src/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.ts +0 -93
- package/src/models/EnvironmentalImpactImpactAssessment.ts +0 -97
- package/src/models/GenerateSmartReportSummaryRequest.ts +0 -86
- package/src/models/GenerateVRTPrescriptionRequest.ts +0 -95
- package/src/models/GetAgriculturalIntelligenceRequest.ts +0 -87
- package/src/models/GetLiveAgriculturalDataRequest.ts +0 -106
- package/src/models/GetPlantingCalendarRequest.ts +0 -75
- package/src/models/GetSatelliteDataRequest.ts +0 -75
- package/src/models/GetSeasonalPlanningAssistantRequest.ts +0 -120
- package/src/models/GetSeasonalPlanningAssistantRequestLocation.ts +0 -81
- package/src/models/GetSoilDataRequest.ts +0 -66
- package/src/models/GetTerritorialWaterAnalyticsRequest.ts +0 -101
- package/src/models/GetTerritorialWaterAnalyticsRequestDateRange.ts +0 -73
- package/src/models/GetWaterQualityRequest.ts +0 -66
- package/src/models/LeafEnginesCompatibility.ts +0 -96
- package/src/models/LeafEnginesCompatibilityData.ts +0 -148
- package/src/models/LeafEnginesCompatibilityDataBreakdown.ts +0 -89
- package/src/models/LeafEnginesCompatibilityDataBreakdownSoil.ts +0 -81
- package/src/models/LeafEnginesCompatibilityDataMetadata.ts +0 -81
- package/src/models/LeafEnginesCompatibilityUsage.ts +0 -73
- package/src/models/LeafenginesQueryRequest.ts +0 -105
- package/src/models/LeafenginesQueryRequestLocation.ts +0 -89
- package/src/models/LeafenginesQueryRequestOptions.ts +0 -81
- package/src/models/LeafenginesQueryRequestPlant.ts +0 -97
- package/src/models/LeafenginesQueryRequestPlantCareRequirements.ts +0 -111
- package/src/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.ts +0 -73
- package/src/models/LiveAgriculturalData.ts +0 -132
- package/src/models/LiveAgriculturalDataData.ts +0 -89
- package/src/models/ModelError.ts +0 -81
- package/src/models/PlantingCalendar.ts +0 -105
- package/src/models/SatelliteData.ts +0 -97
- package/src/models/SeasonalPlanningResponse.ts +0 -104
- package/src/models/SeasonalPlanningResponseRecommendations.ts +0 -81
- package/src/models/SeasonalPlanningResponseWeatherData.ts +0 -105
- package/src/models/SmartReportSummary.ts +0 -89
- package/src/models/SmartReportSummarySummary.ts +0 -89
- package/src/models/SoilData.ts +0 -145
- package/src/models/TerritorialWaterAnalytics.ts +0 -89
- package/src/models/TerritorialWaterAnalyticsAnalytics.ts +0 -89
- package/src/models/VRTPrescription.ts +0 -97
- package/src/models/VRTPrescriptionZonesInner.ts +0 -81
- package/src/models/VisualCropAnalysis.ts +0 -97
- package/src/models/VisualCropAnalysisAnalysis.ts +0 -109
- package/src/models/VisualCropAnalysisRequest.ts +0 -111
- package/src/models/VisualCropAnalysisRequestLocation.ts +0 -81
- package/src/models/WaterQuality.ts +0 -125
- package/src/models/index.ts +0 -66
- package/src/runtime.ts +0 -432
- package/tsconfig.esm.json +0 -7
- package/tsconfig.json +0 -16
|
@@ -1,77 +0,0 @@
|
|
|
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;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* SoilSidekick Pro API
|
|
5
|
-
* 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
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.1.0
|
|
8
|
-
* Contact: support@soilsidekick.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* @export
|
|
16
|
-
*/
|
|
17
|
-
export const WaterQualityContaminationRiskEnum = {
|
|
18
|
-
Low: 'low',
|
|
19
|
-
Medium: 'medium',
|
|
20
|
-
High: 'high'
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the WaterQuality interface.
|
|
24
|
-
*/
|
|
25
|
-
export function instanceOfWaterQuality(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
export function WaterQualityFromJSON(json) {
|
|
29
|
-
return WaterQualityFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
export function WaterQualityFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'countyFips': json['county_fips'] == null ? undefined : json['county_fips'],
|
|
37
|
-
'ph': json['ph'] == null ? undefined : json['ph'],
|
|
38
|
-
'dissolvedOxygen': json['dissolved_oxygen'] == null ? undefined : json['dissolved_oxygen'],
|
|
39
|
-
'turbidity': json['turbidity'] == null ? undefined : json['turbidity'],
|
|
40
|
-
'nitrates': json['nitrates'] == null ? undefined : json['nitrates'],
|
|
41
|
-
'phosphates': json['phosphates'] == null ? undefined : json['phosphates'],
|
|
42
|
-
'contaminationRisk': json['contamination_risk'] == null ? undefined : json['contamination_risk'],
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
export function WaterQualityToJSON(json) {
|
|
46
|
-
return WaterQualityToJSONTyped(json, false);
|
|
47
|
-
}
|
|
48
|
-
export function WaterQualityToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
-
if (value == null) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
52
|
-
return {
|
|
53
|
-
'county_fips': value['countyFips'],
|
|
54
|
-
'ph': value['ph'],
|
|
55
|
-
'dissolved_oxygen': value['dissolvedOxygen'],
|
|
56
|
-
'turbidity': value['turbidity'],
|
|
57
|
-
'nitrates': value['nitrates'],
|
|
58
|
-
'phosphates': value['phosphates'],
|
|
59
|
-
'contamination_risk': value['contaminationRisk'],
|
|
60
|
-
};
|
|
61
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
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';
|
package/dist/esm/models/index.js
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
export * from './AIAnalysis';
|
|
4
|
-
export * from './AIAnalysisRecommendationsInner';
|
|
5
|
-
export * from './CalculateCarbonCreditsRequest';
|
|
6
|
-
export * from './CalculateEnvironmentalImpactRequest';
|
|
7
|
-
export * from './CalculateEnvironmentalImpactRequestProposedTreatmentsInner';
|
|
8
|
-
export * from './CalculateEnvironmentalImpactRequestSoilData';
|
|
9
|
-
export * from './CalculateEnvironmentalImpactRequestWaterBodyData';
|
|
10
|
-
export * from './CarbonCreditCalculation';
|
|
11
|
-
export * from './CarbonCreditCalculationCalculationDetails';
|
|
12
|
-
export * from './CarbonCreditCalculationCalculationDetailsMetadata';
|
|
13
|
-
export * from './CarbonCreditCalculationCreditRecord';
|
|
14
|
-
export * from './County';
|
|
15
|
-
export * from './CountyLookup200Response';
|
|
16
|
-
export * from './CountyLookupRequest';
|
|
17
|
-
export * from './EnvironmentalImpact';
|
|
18
|
-
export * from './EnvironmentalImpactDetailedAnalysis';
|
|
19
|
-
export * from './EnvironmentalImpactDetailedAnalysisEcoAlternatives';
|
|
20
|
-
export * from './EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner';
|
|
21
|
-
export * from './EnvironmentalImpactDetailedAnalysisRunoffRisk';
|
|
22
|
-
export * from './EnvironmentalImpactImpactAssessment';
|
|
23
|
-
export * from './GenerateSmartReportSummaryRequest';
|
|
24
|
-
export * from './GenerateVRTPrescriptionRequest';
|
|
25
|
-
export * from './GetAgriculturalIntelligenceRequest';
|
|
26
|
-
export * from './GetLiveAgriculturalDataRequest';
|
|
27
|
-
export * from './GetPlantingCalendarRequest';
|
|
28
|
-
export * from './GetSatelliteDataRequest';
|
|
29
|
-
export * from './GetSeasonalPlanningAssistantRequest';
|
|
30
|
-
export * from './GetSeasonalPlanningAssistantRequestLocation';
|
|
31
|
-
export * from './GetSoilDataRequest';
|
|
32
|
-
export * from './GetTerritorialWaterAnalyticsRequest';
|
|
33
|
-
export * from './GetTerritorialWaterAnalyticsRequestDateRange';
|
|
34
|
-
export * from './GetWaterQualityRequest';
|
|
35
|
-
export * from './LeafEnginesCompatibility';
|
|
36
|
-
export * from './LeafEnginesCompatibilityData';
|
|
37
|
-
export * from './LeafEnginesCompatibilityDataBreakdown';
|
|
38
|
-
export * from './LeafEnginesCompatibilityDataBreakdownSoil';
|
|
39
|
-
export * from './LeafEnginesCompatibilityDataMetadata';
|
|
40
|
-
export * from './LeafEnginesCompatibilityUsage';
|
|
41
|
-
export * from './LeafenginesQueryRequest';
|
|
42
|
-
export * from './LeafenginesQueryRequestLocation';
|
|
43
|
-
export * from './LeafenginesQueryRequestOptions';
|
|
44
|
-
export * from './LeafenginesQueryRequestPlant';
|
|
45
|
-
export * from './LeafenginesQueryRequestPlantCareRequirements';
|
|
46
|
-
export * from './LeafenginesQueryRequestPlantCareRequirementsSoilPhRange';
|
|
47
|
-
export * from './LiveAgriculturalData';
|
|
48
|
-
export * from './LiveAgriculturalDataData';
|
|
49
|
-
export * from './ModelError';
|
|
50
|
-
export * from './PlantingCalendar';
|
|
51
|
-
export * from './SatelliteData';
|
|
52
|
-
export * from './SeasonalPlanningResponse';
|
|
53
|
-
export * from './SeasonalPlanningResponseRecommendations';
|
|
54
|
-
export * from './SeasonalPlanningResponseWeatherData';
|
|
55
|
-
export * from './SmartReportSummary';
|
|
56
|
-
export * from './SmartReportSummarySummary';
|
|
57
|
-
export * from './SoilData';
|
|
58
|
-
export * from './TerritorialWaterAnalytics';
|
|
59
|
-
export * from './TerritorialWaterAnalyticsAnalytics';
|
|
60
|
-
export * from './VRTPrescription';
|
|
61
|
-
export * from './VRTPrescriptionZonesInner';
|
|
62
|
-
export * from './VisualCropAnalysis';
|
|
63
|
-
export * from './VisualCropAnalysisAnalysis';
|
|
64
|
-
export * from './VisualCropAnalysisRequest';
|
|
65
|
-
export * from './VisualCropAnalysisRequestLocation';
|
|
66
|
-
export * from './WaterQuality';
|
package/dist/esm/runtime.d.ts
DELETED
|
@@ -1,184 +0,0 @@
|
|
|
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
|
-
export declare const BASE_PATH: string;
|
|
13
|
-
export interface ConfigurationParameters {
|
|
14
|
-
basePath?: string;
|
|
15
|
-
fetchApi?: FetchAPI;
|
|
16
|
-
middleware?: Middleware[];
|
|
17
|
-
queryParamsStringify?: (params: HTTPQuery) => string;
|
|
18
|
-
username?: string;
|
|
19
|
-
password?: string;
|
|
20
|
-
apiKey?: string | Promise<string> | ((name: string) => string | Promise<string>);
|
|
21
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string | Promise<string>);
|
|
22
|
-
headers?: HTTPHeaders;
|
|
23
|
-
credentials?: RequestCredentials;
|
|
24
|
-
}
|
|
25
|
-
export declare class Configuration {
|
|
26
|
-
private configuration;
|
|
27
|
-
constructor(configuration?: ConfigurationParameters);
|
|
28
|
-
set config(configuration: Configuration);
|
|
29
|
-
get basePath(): string;
|
|
30
|
-
get fetchApi(): FetchAPI | undefined;
|
|
31
|
-
get middleware(): Middleware[];
|
|
32
|
-
get queryParamsStringify(): (params: HTTPQuery) => string;
|
|
33
|
-
get username(): string | undefined;
|
|
34
|
-
get password(): string | undefined;
|
|
35
|
-
get apiKey(): ((name: string) => string | Promise<string>) | undefined;
|
|
36
|
-
get accessToken(): ((name?: string, scopes?: string[]) => string | Promise<string>) | undefined;
|
|
37
|
-
get headers(): HTTPHeaders | undefined;
|
|
38
|
-
get credentials(): RequestCredentials | undefined;
|
|
39
|
-
}
|
|
40
|
-
export declare const DefaultConfig: Configuration;
|
|
41
|
-
/**
|
|
42
|
-
* This is the base class for all generated API classes.
|
|
43
|
-
*/
|
|
44
|
-
export declare class BaseAPI {
|
|
45
|
-
protected configuration: Configuration;
|
|
46
|
-
private static readonly jsonRegex;
|
|
47
|
-
private middleware;
|
|
48
|
-
constructor(configuration?: Configuration);
|
|
49
|
-
withMiddleware<T extends BaseAPI>(this: T, ...middlewares: Middleware[]): T;
|
|
50
|
-
withPreMiddleware<T extends BaseAPI>(this: T, ...preMiddlewares: Array<Middleware['pre']>): T;
|
|
51
|
-
withPostMiddleware<T extends BaseAPI>(this: T, ...postMiddlewares: Array<Middleware['post']>): T;
|
|
52
|
-
/**
|
|
53
|
-
* Check if the given MIME is a JSON MIME.
|
|
54
|
-
* JSON MIME examples:
|
|
55
|
-
* application/json
|
|
56
|
-
* application/json; charset=UTF8
|
|
57
|
-
* APPLICATION/JSON
|
|
58
|
-
* application/vnd.company+json
|
|
59
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
60
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
61
|
-
*/
|
|
62
|
-
protected isJsonMime(mime: string | null | undefined): boolean;
|
|
63
|
-
protected request(context: RequestOpts, initOverrides?: RequestInit | InitOverrideFunction): Promise<Response>;
|
|
64
|
-
private createFetchParams;
|
|
65
|
-
private fetchApi;
|
|
66
|
-
/**
|
|
67
|
-
* Create a shallow clone of `this` by constructing a new instance
|
|
68
|
-
* and then shallow cloning data members.
|
|
69
|
-
*/
|
|
70
|
-
private clone;
|
|
71
|
-
}
|
|
72
|
-
export declare class ResponseError extends Error {
|
|
73
|
-
response: Response;
|
|
74
|
-
name: "ResponseError";
|
|
75
|
-
constructor(response: Response, msg?: string);
|
|
76
|
-
}
|
|
77
|
-
export declare class FetchError extends Error {
|
|
78
|
-
cause: Error;
|
|
79
|
-
name: "FetchError";
|
|
80
|
-
constructor(cause: Error, msg?: string);
|
|
81
|
-
}
|
|
82
|
-
export declare class RequiredError extends Error {
|
|
83
|
-
field: string;
|
|
84
|
-
name: "RequiredError";
|
|
85
|
-
constructor(field: string, msg?: string);
|
|
86
|
-
}
|
|
87
|
-
export declare const COLLECTION_FORMATS: {
|
|
88
|
-
csv: string;
|
|
89
|
-
ssv: string;
|
|
90
|
-
tsv: string;
|
|
91
|
-
pipes: string;
|
|
92
|
-
};
|
|
93
|
-
export type FetchAPI = WindowOrWorkerGlobalScope['fetch'];
|
|
94
|
-
export type Json = any;
|
|
95
|
-
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
|
96
|
-
export type HTTPHeaders = {
|
|
97
|
-
[key: string]: string;
|
|
98
|
-
};
|
|
99
|
-
export type HTTPQuery = {
|
|
100
|
-
[key: string]: string | number | null | boolean | Array<string | number | null | boolean> | Set<string | number | null | boolean> | HTTPQuery;
|
|
101
|
-
};
|
|
102
|
-
export type HTTPBody = Json | FormData | URLSearchParams;
|
|
103
|
-
export type HTTPRequestInit = {
|
|
104
|
-
headers?: HTTPHeaders;
|
|
105
|
-
method: HTTPMethod;
|
|
106
|
-
credentials?: RequestCredentials;
|
|
107
|
-
body?: HTTPBody;
|
|
108
|
-
};
|
|
109
|
-
export type ModelPropertyNaming = 'camelCase' | 'snake_case' | 'PascalCase' | 'original';
|
|
110
|
-
export type InitOverrideFunction = (requestContext: {
|
|
111
|
-
init: HTTPRequestInit;
|
|
112
|
-
context: RequestOpts;
|
|
113
|
-
}) => Promise<RequestInit>;
|
|
114
|
-
export interface FetchParams {
|
|
115
|
-
url: string;
|
|
116
|
-
init: RequestInit;
|
|
117
|
-
}
|
|
118
|
-
export interface RequestOpts {
|
|
119
|
-
path: string;
|
|
120
|
-
method: HTTPMethod;
|
|
121
|
-
headers: HTTPHeaders;
|
|
122
|
-
query?: HTTPQuery;
|
|
123
|
-
body?: HTTPBody;
|
|
124
|
-
}
|
|
125
|
-
export declare function querystring(params: HTTPQuery, prefix?: string): string;
|
|
126
|
-
export declare function exists(json: any, key: string): boolean;
|
|
127
|
-
export declare function mapValues(data: any, fn: (item: any) => any): {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
};
|
|
130
|
-
export declare function canConsumeForm(consumes: Consume[]): boolean;
|
|
131
|
-
export interface Consume {
|
|
132
|
-
contentType: string;
|
|
133
|
-
}
|
|
134
|
-
export interface RequestContext {
|
|
135
|
-
fetch: FetchAPI;
|
|
136
|
-
url: string;
|
|
137
|
-
init: RequestInit;
|
|
138
|
-
}
|
|
139
|
-
export interface ResponseContext {
|
|
140
|
-
fetch: FetchAPI;
|
|
141
|
-
url: string;
|
|
142
|
-
init: RequestInit;
|
|
143
|
-
response: Response;
|
|
144
|
-
}
|
|
145
|
-
export interface ErrorContext {
|
|
146
|
-
fetch: FetchAPI;
|
|
147
|
-
url: string;
|
|
148
|
-
init: RequestInit;
|
|
149
|
-
error: unknown;
|
|
150
|
-
response?: Response;
|
|
151
|
-
}
|
|
152
|
-
export interface Middleware {
|
|
153
|
-
pre?(context: RequestContext): Promise<FetchParams | void>;
|
|
154
|
-
post?(context: ResponseContext): Promise<Response | void>;
|
|
155
|
-
onError?(context: ErrorContext): Promise<Response | void>;
|
|
156
|
-
}
|
|
157
|
-
export interface ApiResponse<T> {
|
|
158
|
-
raw: Response;
|
|
159
|
-
value(): Promise<T>;
|
|
160
|
-
}
|
|
161
|
-
export interface ResponseTransformer<T> {
|
|
162
|
-
(json: any): T;
|
|
163
|
-
}
|
|
164
|
-
export declare class JSONApiResponse<T> {
|
|
165
|
-
raw: Response;
|
|
166
|
-
private transformer;
|
|
167
|
-
constructor(raw: Response, transformer?: ResponseTransformer<T>);
|
|
168
|
-
value(): Promise<T>;
|
|
169
|
-
}
|
|
170
|
-
export declare class VoidApiResponse {
|
|
171
|
-
raw: Response;
|
|
172
|
-
constructor(raw: Response);
|
|
173
|
-
value(): Promise<void>;
|
|
174
|
-
}
|
|
175
|
-
export declare class BlobApiResponse {
|
|
176
|
-
raw: Response;
|
|
177
|
-
constructor(raw: Response);
|
|
178
|
-
value(): Promise<Blob>;
|
|
179
|
-
}
|
|
180
|
-
export declare class TextApiResponse {
|
|
181
|
-
raw: Response;
|
|
182
|
-
constructor(raw: Response);
|
|
183
|
-
value(): Promise<string>;
|
|
184
|
-
}
|