@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.
Files changed (466) hide show
  1. package/.openapi-generator/FILES +156 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/README.md +201 -0
  5. package/dist/apis/AIServicesApi.d.ts +70 -0
  6. package/dist/apis/AIServicesApi.js +177 -0
  7. package/dist/apis/CarbonApi.d.ts +31 -0
  8. package/dist/apis/CarbonApi.js +69 -0
  9. package/dist/apis/EnvironmentalApi.d.ts +31 -0
  10. package/dist/apis/EnvironmentalApi.js +69 -0
  11. package/dist/apis/GeographicApi.d.ts +31 -0
  12. package/dist/apis/GeographicApi.js +69 -0
  13. package/dist/apis/LeafEnginesApi.d.ts +31 -0
  14. package/dist/apis/LeafEnginesApi.js +69 -0
  15. package/dist/apis/SatelliteDataApi.d.ts +31 -0
  16. package/dist/apis/SatelliteDataApi.js +69 -0
  17. package/dist/apis/SoilAnalysisApi.d.ts +57 -0
  18. package/dist/apis/SoilAnalysisApi.js +141 -0
  19. package/dist/apis/VRTApi.d.ts +31 -0
  20. package/dist/apis/VRTApi.js +69 -0
  21. package/dist/apis/WaterQualityApi.d.ts +44 -0
  22. package/dist/apis/WaterQualityApi.js +105 -0
  23. package/dist/apis/index.d.ts +9 -0
  24. package/dist/apis/index.js +27 -0
  25. package/dist/esm/apis/AIServicesApi.d.ts +70 -0
  26. package/dist/esm/apis/AIServicesApi.js +173 -0
  27. package/dist/esm/apis/CarbonApi.d.ts +31 -0
  28. package/dist/esm/apis/CarbonApi.js +65 -0
  29. package/dist/esm/apis/EnvironmentalApi.d.ts +31 -0
  30. package/dist/esm/apis/EnvironmentalApi.js +65 -0
  31. package/dist/esm/apis/GeographicApi.d.ts +31 -0
  32. package/dist/esm/apis/GeographicApi.js +65 -0
  33. package/dist/esm/apis/LeafEnginesApi.d.ts +31 -0
  34. package/dist/esm/apis/LeafEnginesApi.js +65 -0
  35. package/dist/esm/apis/SatelliteDataApi.d.ts +31 -0
  36. package/dist/esm/apis/SatelliteDataApi.js +65 -0
  37. package/dist/esm/apis/SoilAnalysisApi.d.ts +57 -0
  38. package/dist/esm/apis/SoilAnalysisApi.js +137 -0
  39. package/dist/esm/apis/VRTApi.d.ts +31 -0
  40. package/dist/esm/apis/VRTApi.js +65 -0
  41. package/dist/esm/apis/WaterQualityApi.d.ts +44 -0
  42. package/dist/esm/apis/WaterQualityApi.js +101 -0
  43. package/dist/esm/apis/index.d.ts +9 -0
  44. package/dist/esm/apis/index.js +11 -0
  45. package/dist/esm/index.d.ts +3 -0
  46. package/dist/esm/index.js +5 -0
  47. package/dist/esm/models/AIAnalysis.d.ts +45 -0
  48. package/dist/esm/models/AIAnalysis.js +46 -0
  49. package/dist/esm/models/AIAnalysisRecommendationsInner.d.ts +53 -0
  50. package/dist/esm/models/AIAnalysisRecommendationsInner.js +53 -0
  51. package/dist/esm/models/CalculateCarbonCreditsRequest.d.ts +65 -0
  52. package/dist/esm/models/CalculateCarbonCreditsRequest.js +61 -0
  53. package/dist/esm/models/CalculateEnvironmentalImpactRequest.d.ts +59 -0
  54. package/dist/esm/models/CalculateEnvironmentalImpactRequest.js +58 -0
  55. package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +41 -0
  56. package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +49 -0
  57. package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +83 -0
  58. package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.js +70 -0
  59. package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +32 -0
  60. package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +41 -0
  61. package/dist/esm/models/CarbonCreditCalculation.d.ts +46 -0
  62. package/dist/esm/models/CarbonCreditCalculation.js +47 -0
  63. package/dist/esm/models/CarbonCreditCalculationCalculationDetails.d.ts +63 -0
  64. package/dist/esm/models/CarbonCreditCalculationCalculationDetails.js +52 -0
  65. package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +44 -0
  66. package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.js +45 -0
  67. package/dist/esm/models/CarbonCreditCalculationCreditRecord.d.ts +64 -0
  68. package/dist/esm/models/CarbonCreditCalculationCreditRecord.js +56 -0
  69. package/dist/esm/models/County.d.ts +56 -0
  70. package/dist/esm/models/County.js +49 -0
  71. package/dist/esm/models/CountyLookup200Response.d.ts +33 -0
  72. package/dist/esm/models/CountyLookup200Response.js +42 -0
  73. package/dist/esm/models/CountyLookupRequest.d.ts +32 -0
  74. package/dist/esm/models/CountyLookupRequest.js +43 -0
  75. package/dist/esm/models/EnvironmentalImpact.d.ts +46 -0
  76. package/dist/esm/models/EnvironmentalImpact.js +47 -0
  77. package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.d.ts +58 -0
  78. package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.js +51 -0
  79. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +33 -0
  80. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +42 -0
  81. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +56 -0
  82. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +49 -0
  83. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +53 -0
  84. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +53 -0
  85. package/dist/esm/models/EnvironmentalImpactImpactAssessment.d.ts +56 -0
  86. package/dist/esm/models/EnvironmentalImpactImpactAssessment.js +49 -0
  87. package/dist/esm/models/GenerateSmartReportSummaryRequest.d.ts +46 -0
  88. package/dist/esm/models/GenerateSmartReportSummaryRequest.js +54 -0
  89. package/dist/esm/models/GenerateVRTPrescriptionRequest.d.ts +53 -0
  90. package/dist/esm/models/GenerateVRTPrescriptionRequest.js +57 -0
  91. package/dist/esm/models/GetAgriculturalIntelligenceRequest.d.ts +47 -0
  92. package/dist/esm/models/GetAgriculturalIntelligenceRequest.js +55 -0
  93. package/dist/esm/models/GetLiveAgriculturalDataRequest.d.ts +60 -0
  94. package/dist/esm/models/GetLiveAgriculturalDataRequest.js +64 -0
  95. package/dist/esm/models/GetPlantingCalendarRequest.d.ts +38 -0
  96. package/dist/esm/models/GetPlantingCalendarRequest.js +47 -0
  97. package/dist/esm/models/GetSatelliteDataRequest.d.ts +38 -0
  98. package/dist/esm/models/GetSatelliteDataRequest.js +47 -0
  99. package/dist/esm/models/GetSeasonalPlanningAssistantRequest.d.ts +67 -0
  100. package/dist/esm/models/GetSeasonalPlanningAssistantRequest.js +63 -0
  101. package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +44 -0
  102. package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.js +45 -0
  103. package/dist/esm/models/GetSoilDataRequest.d.ts +32 -0
  104. package/dist/esm/models/GetSoilDataRequest.js +43 -0
  105. package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.d.ts +54 -0
  106. package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.js +54 -0
  107. package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +38 -0
  108. package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.js +43 -0
  109. package/dist/esm/models/GetWaterQualityRequest.d.ts +32 -0
  110. package/dist/esm/models/GetWaterQualityRequest.js +43 -0
  111. package/dist/esm/models/LeafEnginesCompatibility.d.ts +46 -0
  112. package/dist/esm/models/LeafEnginesCompatibility.js +47 -0
  113. package/dist/esm/models/LeafEnginesCompatibilityData.d.ts +85 -0
  114. package/dist/esm/models/LeafEnginesCompatibilityData.js +65 -0
  115. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.d.ts +45 -0
  116. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.js +46 -0
  117. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +44 -0
  118. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.js +45 -0
  119. package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.d.ts +44 -0
  120. package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.js +45 -0
  121. package/dist/esm/models/LeafEnginesCompatibilityUsage.d.ts +38 -0
  122. package/dist/esm/models/LeafEnginesCompatibilityUsage.js +43 -0
  123. package/dist/esm/models/LeafenginesQueryRequest.d.ts +47 -0
  124. package/dist/esm/models/LeafenginesQueryRequest.js +52 -0
  125. package/dist/esm/models/LeafenginesQueryRequestLocation.d.ts +50 -0
  126. package/dist/esm/models/LeafenginesQueryRequestLocation.js +47 -0
  127. package/dist/esm/models/LeafenginesQueryRequestOptions.d.ts +44 -0
  128. package/dist/esm/models/LeafenginesQueryRequestOptions.js +45 -0
  129. package/dist/esm/models/LeafenginesQueryRequestPlant.d.ts +51 -0
  130. package/dist/esm/models/LeafenginesQueryRequestPlant.js +48 -0
  131. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +63 -0
  132. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.js +62 -0
  133. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +38 -0
  134. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +43 -0
  135. package/dist/esm/models/LiveAgriculturalData.d.ts +77 -0
  136. package/dist/esm/models/LiveAgriculturalData.js +61 -0
  137. package/dist/esm/models/LiveAgriculturalDataData.d.ts +50 -0
  138. package/dist/esm/models/LiveAgriculturalDataData.js +47 -0
  139. package/dist/esm/models/ModelError.d.ts +44 -0
  140. package/dist/esm/models/ModelError.js +45 -0
  141. package/dist/esm/models/PlantingCalendar.d.ts +57 -0
  142. package/dist/esm/models/PlantingCalendar.js +50 -0
  143. package/dist/esm/models/SatelliteData.d.ts +56 -0
  144. package/dist/esm/models/SatelliteData.js +49 -0
  145. package/dist/esm/models/SeasonalPlanningResponse.d.ts +52 -0
  146. package/dist/esm/models/SeasonalPlanningResponse.js +49 -0
  147. package/dist/esm/models/SeasonalPlanningResponseRecommendations.d.ts +44 -0
  148. package/dist/esm/models/SeasonalPlanningResponseRecommendations.js +45 -0
  149. package/dist/esm/models/SeasonalPlanningResponseWeatherData.d.ts +62 -0
  150. package/dist/esm/models/SeasonalPlanningResponseWeatherData.js +51 -0
  151. package/dist/esm/models/SmartReportSummary.d.ts +45 -0
  152. package/dist/esm/models/SmartReportSummary.js +46 -0
  153. package/dist/esm/models/SmartReportSummarySummary.d.ts +50 -0
  154. package/dist/esm/models/SmartReportSummarySummary.js +47 -0
  155. package/dist/esm/models/SoilData.d.ts +94 -0
  156. package/dist/esm/models/SoilData.js +61 -0
  157. package/dist/esm/models/TerritorialWaterAnalytics.d.ts +45 -0
  158. package/dist/esm/models/TerritorialWaterAnalytics.js +46 -0
  159. package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.d.ts +50 -0
  160. package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.js +47 -0
  161. package/dist/esm/models/VRTPrescription.d.ts +51 -0
  162. package/dist/esm/models/VRTPrescription.js +48 -0
  163. package/dist/esm/models/VRTPrescriptionZonesInner.d.ts +44 -0
  164. package/dist/esm/models/VRTPrescriptionZonesInner.js +45 -0
  165. package/dist/esm/models/VisualCropAnalysis.d.ts +51 -0
  166. package/dist/esm/models/VisualCropAnalysis.js +48 -0
  167. package/dist/esm/models/VisualCropAnalysisAnalysis.d.ts +65 -0
  168. package/dist/esm/models/VisualCropAnalysisAnalysis.js +57 -0
  169. package/dist/esm/models/VisualCropAnalysisRequest.d.ts +60 -0
  170. package/dist/esm/models/VisualCropAnalysisRequest.js +60 -0
  171. package/dist/esm/models/VisualCropAnalysisRequestLocation.d.ts +44 -0
  172. package/dist/esm/models/VisualCropAnalysisRequestLocation.js +45 -0
  173. package/dist/esm/models/WaterQuality.d.ts +77 -0
  174. package/dist/esm/models/WaterQuality.js +61 -0
  175. package/dist/esm/models/index.d.ts +64 -0
  176. package/dist/esm/models/index.js +66 -0
  177. package/dist/esm/runtime.d.ts +184 -0
  178. package/dist/esm/runtime.js +334 -0
  179. package/dist/index.d.ts +3 -0
  180. package/dist/index.js +21 -0
  181. package/dist/models/AIAnalysis.d.ts +45 -0
  182. package/dist/models/AIAnalysis.js +53 -0
  183. package/dist/models/AIAnalysisRecommendationsInner.d.ts +53 -0
  184. package/dist/models/AIAnalysisRecommendationsInner.js +61 -0
  185. package/dist/models/CalculateCarbonCreditsRequest.d.ts +65 -0
  186. package/dist/models/CalculateCarbonCreditsRequest.js +69 -0
  187. package/dist/models/CalculateEnvironmentalImpactRequest.d.ts +59 -0
  188. package/dist/models/CalculateEnvironmentalImpactRequest.js +65 -0
  189. package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +41 -0
  190. package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +57 -0
  191. package/dist/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +83 -0
  192. package/dist/models/CalculateEnvironmentalImpactRequestSoilData.js +78 -0
  193. package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +32 -0
  194. package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +48 -0
  195. package/dist/models/CarbonCreditCalculation.d.ts +46 -0
  196. package/dist/models/CarbonCreditCalculation.js +54 -0
  197. package/dist/models/CarbonCreditCalculationCalculationDetails.d.ts +63 -0
  198. package/dist/models/CarbonCreditCalculationCalculationDetails.js +59 -0
  199. package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +44 -0
  200. package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.js +52 -0
  201. package/dist/models/CarbonCreditCalculationCreditRecord.d.ts +64 -0
  202. package/dist/models/CarbonCreditCalculationCreditRecord.js +64 -0
  203. package/dist/models/County.d.ts +56 -0
  204. package/dist/models/County.js +56 -0
  205. package/dist/models/CountyLookup200Response.d.ts +33 -0
  206. package/dist/models/CountyLookup200Response.js +49 -0
  207. package/dist/models/CountyLookupRequest.d.ts +32 -0
  208. package/dist/models/CountyLookupRequest.js +50 -0
  209. package/dist/models/EnvironmentalImpact.d.ts +46 -0
  210. package/dist/models/EnvironmentalImpact.js +54 -0
  211. package/dist/models/EnvironmentalImpactDetailedAnalysis.d.ts +58 -0
  212. package/dist/models/EnvironmentalImpactDetailedAnalysis.js +58 -0
  213. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +33 -0
  214. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +49 -0
  215. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +56 -0
  216. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +56 -0
  217. package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +53 -0
  218. package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +61 -0
  219. package/dist/models/EnvironmentalImpactImpactAssessment.d.ts +56 -0
  220. package/dist/models/EnvironmentalImpactImpactAssessment.js +56 -0
  221. package/dist/models/GenerateSmartReportSummaryRequest.d.ts +46 -0
  222. package/dist/models/GenerateSmartReportSummaryRequest.js +62 -0
  223. package/dist/models/GenerateVRTPrescriptionRequest.d.ts +53 -0
  224. package/dist/models/GenerateVRTPrescriptionRequest.js +65 -0
  225. package/dist/models/GetAgriculturalIntelligenceRequest.d.ts +47 -0
  226. package/dist/models/GetAgriculturalIntelligenceRequest.js +63 -0
  227. package/dist/models/GetLiveAgriculturalDataRequest.d.ts +60 -0
  228. package/dist/models/GetLiveAgriculturalDataRequest.js +72 -0
  229. package/dist/models/GetPlantingCalendarRequest.d.ts +38 -0
  230. package/dist/models/GetPlantingCalendarRequest.js +54 -0
  231. package/dist/models/GetSatelliteDataRequest.d.ts +38 -0
  232. package/dist/models/GetSatelliteDataRequest.js +54 -0
  233. package/dist/models/GetSeasonalPlanningAssistantRequest.d.ts +67 -0
  234. package/dist/models/GetSeasonalPlanningAssistantRequest.js +71 -0
  235. package/dist/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +44 -0
  236. package/dist/models/GetSeasonalPlanningAssistantRequestLocation.js +52 -0
  237. package/dist/models/GetSoilDataRequest.d.ts +32 -0
  238. package/dist/models/GetSoilDataRequest.js +50 -0
  239. package/dist/models/GetTerritorialWaterAnalyticsRequest.d.ts +54 -0
  240. package/dist/models/GetTerritorialWaterAnalyticsRequest.js +62 -0
  241. package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +38 -0
  242. package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.js +50 -0
  243. package/dist/models/GetWaterQualityRequest.d.ts +32 -0
  244. package/dist/models/GetWaterQualityRequest.js +50 -0
  245. package/dist/models/LeafEnginesCompatibility.d.ts +46 -0
  246. package/dist/models/LeafEnginesCompatibility.js +54 -0
  247. package/dist/models/LeafEnginesCompatibilityData.d.ts +85 -0
  248. package/dist/models/LeafEnginesCompatibilityData.js +73 -0
  249. package/dist/models/LeafEnginesCompatibilityDataBreakdown.d.ts +45 -0
  250. package/dist/models/LeafEnginesCompatibilityDataBreakdown.js +53 -0
  251. package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +44 -0
  252. package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.js +52 -0
  253. package/dist/models/LeafEnginesCompatibilityDataMetadata.d.ts +44 -0
  254. package/dist/models/LeafEnginesCompatibilityDataMetadata.js +52 -0
  255. package/dist/models/LeafEnginesCompatibilityUsage.d.ts +38 -0
  256. package/dist/models/LeafEnginesCompatibilityUsage.js +50 -0
  257. package/dist/models/LeafenginesQueryRequest.d.ts +47 -0
  258. package/dist/models/LeafenginesQueryRequest.js +59 -0
  259. package/dist/models/LeafenginesQueryRequestLocation.d.ts +50 -0
  260. package/dist/models/LeafenginesQueryRequestLocation.js +54 -0
  261. package/dist/models/LeafenginesQueryRequestOptions.d.ts +44 -0
  262. package/dist/models/LeafenginesQueryRequestOptions.js +52 -0
  263. package/dist/models/LeafenginesQueryRequestPlant.d.ts +51 -0
  264. package/dist/models/LeafenginesQueryRequestPlant.js +55 -0
  265. package/dist/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +63 -0
  266. package/dist/models/LeafenginesQueryRequestPlantCareRequirements.js +70 -0
  267. package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +38 -0
  268. package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +50 -0
  269. package/dist/models/LiveAgriculturalData.d.ts +77 -0
  270. package/dist/models/LiveAgriculturalData.js +69 -0
  271. package/dist/models/LiveAgriculturalDataData.d.ts +50 -0
  272. package/dist/models/LiveAgriculturalDataData.js +54 -0
  273. package/dist/models/ModelError.d.ts +44 -0
  274. package/dist/models/ModelError.js +52 -0
  275. package/dist/models/PlantingCalendar.d.ts +57 -0
  276. package/dist/models/PlantingCalendar.js +57 -0
  277. package/dist/models/SatelliteData.d.ts +56 -0
  278. package/dist/models/SatelliteData.js +56 -0
  279. package/dist/models/SeasonalPlanningResponse.d.ts +52 -0
  280. package/dist/models/SeasonalPlanningResponse.js +56 -0
  281. package/dist/models/SeasonalPlanningResponseRecommendations.d.ts +44 -0
  282. package/dist/models/SeasonalPlanningResponseRecommendations.js +52 -0
  283. package/dist/models/SeasonalPlanningResponseWeatherData.d.ts +62 -0
  284. package/dist/models/SeasonalPlanningResponseWeatherData.js +58 -0
  285. package/dist/models/SmartReportSummary.d.ts +45 -0
  286. package/dist/models/SmartReportSummary.js +53 -0
  287. package/dist/models/SmartReportSummarySummary.d.ts +50 -0
  288. package/dist/models/SmartReportSummarySummary.js +54 -0
  289. package/dist/models/SoilData.d.ts +94 -0
  290. package/dist/models/SoilData.js +68 -0
  291. package/dist/models/TerritorialWaterAnalytics.d.ts +45 -0
  292. package/dist/models/TerritorialWaterAnalytics.js +53 -0
  293. package/dist/models/TerritorialWaterAnalyticsAnalytics.d.ts +50 -0
  294. package/dist/models/TerritorialWaterAnalyticsAnalytics.js +54 -0
  295. package/dist/models/VRTPrescription.d.ts +51 -0
  296. package/dist/models/VRTPrescription.js +55 -0
  297. package/dist/models/VRTPrescriptionZonesInner.d.ts +44 -0
  298. package/dist/models/VRTPrescriptionZonesInner.js +52 -0
  299. package/dist/models/VisualCropAnalysis.d.ts +51 -0
  300. package/dist/models/VisualCropAnalysis.js +55 -0
  301. package/dist/models/VisualCropAnalysisAnalysis.d.ts +65 -0
  302. package/dist/models/VisualCropAnalysisAnalysis.js +65 -0
  303. package/dist/models/VisualCropAnalysisRequest.d.ts +60 -0
  304. package/dist/models/VisualCropAnalysisRequest.js +68 -0
  305. package/dist/models/VisualCropAnalysisRequestLocation.d.ts +44 -0
  306. package/dist/models/VisualCropAnalysisRequestLocation.js +52 -0
  307. package/dist/models/WaterQuality.d.ts +77 -0
  308. package/dist/models/WaterQuality.js +69 -0
  309. package/dist/models/index.d.ts +64 -0
  310. package/dist/models/index.js +82 -0
  311. package/dist/runtime.d.ts +184 -0
  312. package/dist/runtime.js +350 -0
  313. package/docs/AIAnalysis.md +38 -0
  314. package/docs/AIAnalysisRecommendationsInner.md +38 -0
  315. package/docs/AIServicesApi.md +308 -0
  316. package/docs/CalculateCarbonCreditsRequest.md +42 -0
  317. package/docs/CalculateEnvironmentalImpactRequest.md +42 -0
  318. package/docs/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.md +34 -0
  319. package/docs/CalculateEnvironmentalImpactRequestSoilData.md +44 -0
  320. package/docs/CalculateEnvironmentalImpactRequestWaterBodyData.md +34 -0
  321. package/docs/CarbonApi.md +83 -0
  322. package/docs/CarbonCreditCalculation.md +38 -0
  323. package/docs/CarbonCreditCalculationCalculationDetails.md +44 -0
  324. package/docs/CarbonCreditCalculationCalculationDetailsMetadata.md +38 -0
  325. package/docs/CarbonCreditCalculationCreditRecord.md +42 -0
  326. package/docs/County.md +42 -0
  327. package/docs/CountyLookup200Response.md +34 -0
  328. package/docs/CountyLookupRequest.md +34 -0
  329. package/docs/EnvironmentalApi.md +83 -0
  330. package/docs/EnvironmentalImpact.md +38 -0
  331. package/docs/EnvironmentalImpactDetailedAnalysis.md +42 -0
  332. package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternatives.md +34 -0
  333. package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.md +42 -0
  334. package/docs/EnvironmentalImpactDetailedAnalysisRunoffRisk.md +38 -0
  335. package/docs/EnvironmentalImpactImpactAssessment.md +42 -0
  336. package/docs/GenerateSmartReportSummaryRequest.md +36 -0
  337. package/docs/GenerateVRTPrescriptionRequest.md +38 -0
  338. package/docs/GeographicApi.md +82 -0
  339. package/docs/GetAgriculturalIntelligenceRequest.md +36 -0
  340. package/docs/GetLiveAgriculturalDataRequest.md +40 -0
  341. package/docs/GetPlantingCalendarRequest.md +36 -0
  342. package/docs/GetSatelliteDataRequest.md +36 -0
  343. package/docs/GetSeasonalPlanningAssistantRequest.md +42 -0
  344. package/docs/GetSeasonalPlanningAssistantRequestLocation.md +38 -0
  345. package/docs/GetSoilDataRequest.md +34 -0
  346. package/docs/GetTerritorialWaterAnalyticsRequest.md +38 -0
  347. package/docs/GetTerritorialWaterAnalyticsRequestDateRange.md +36 -0
  348. package/docs/GetWaterQualityRequest.md +34 -0
  349. package/docs/LeafEnginesApi.md +83 -0
  350. package/docs/LeafEnginesCompatibility.md +38 -0
  351. package/docs/LeafEnginesCompatibilityData.md +48 -0
  352. package/docs/LeafEnginesCompatibilityDataBreakdown.md +38 -0
  353. package/docs/LeafEnginesCompatibilityDataBreakdownSoil.md +38 -0
  354. package/docs/LeafEnginesCompatibilityDataMetadata.md +38 -0
  355. package/docs/LeafEnginesCompatibilityUsage.md +36 -0
  356. package/docs/LeafenginesQueryRequest.md +38 -0
  357. package/docs/LeafenginesQueryRequestLocation.md +40 -0
  358. package/docs/LeafenginesQueryRequestOptions.md +38 -0
  359. package/docs/LeafenginesQueryRequestPlant.md +40 -0
  360. package/docs/LeafenginesQueryRequestPlantCareRequirements.md +38 -0
  361. package/docs/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.md +36 -0
  362. package/docs/LiveAgriculturalData.md +46 -0
  363. package/docs/LiveAgriculturalDataData.md +40 -0
  364. package/docs/ModelError.md +38 -0
  365. package/docs/PlantingCalendar.md +42 -0
  366. package/docs/SatelliteData.md +42 -0
  367. package/docs/SatelliteDataApi.md +83 -0
  368. package/docs/SeasonalPlanningResponse.md +40 -0
  369. package/docs/SeasonalPlanningResponseRecommendations.md +38 -0
  370. package/docs/SeasonalPlanningResponseWeatherData.md +44 -0
  371. package/docs/SmartReportSummary.md +38 -0
  372. package/docs/SmartReportSummarySummary.md +40 -0
  373. package/docs/SoilAnalysisApi.md +234 -0
  374. package/docs/SoilData.md +54 -0
  375. package/docs/TerritorialWaterAnalytics.md +38 -0
  376. package/docs/TerritorialWaterAnalyticsAnalytics.md +40 -0
  377. package/docs/VRTApi.md +83 -0
  378. package/docs/VRTPrescription.md +40 -0
  379. package/docs/VRTPrescriptionZonesInner.md +38 -0
  380. package/docs/VisualCropAnalysis.md +40 -0
  381. package/docs/VisualCropAnalysisAnalysis.md +42 -0
  382. package/docs/VisualCropAnalysisRequest.md +40 -0
  383. package/docs/VisualCropAnalysisRequestLocation.md +38 -0
  384. package/docs/WaterQuality.md +46 -0
  385. package/docs/WaterQualityApi.md +158 -0
  386. package/package.json +21 -0
  387. package/package.json.save +8 -0
  388. package/src/apis/AIServicesApi.ts +247 -0
  389. package/src/apis/CarbonApi.ts +82 -0
  390. package/src/apis/EnvironmentalApi.ts +82 -0
  391. package/src/apis/GeographicApi.ts +82 -0
  392. package/src/apis/LeafEnginesApi.ts +82 -0
  393. package/src/apis/SatelliteDataApi.ts +82 -0
  394. package/src/apis/SoilAnalysisApi.ts +192 -0
  395. package/src/apis/VRTApi.ts +82 -0
  396. package/src/apis/WaterQualityApi.ts +137 -0
  397. package/src/apis/index.ts +11 -0
  398. package/src/index.ts +5 -0
  399. package/src/models/AIAnalysis.ts +89 -0
  400. package/src/models/AIAnalysisRecommendationsInner.ts +93 -0
  401. package/src/models/CalculateCarbonCreditsRequest.ts +111 -0
  402. package/src/models/CalculateEnvironmentalImpactRequest.ts +122 -0
  403. package/src/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.ts +77 -0
  404. package/src/models/CalculateEnvironmentalImpactRequestSoilData.ts +130 -0
  405. package/src/models/CalculateEnvironmentalImpactRequestWaterBodyData.ts +65 -0
  406. package/src/models/CarbonCreditCalculation.ts +96 -0
  407. package/src/models/CarbonCreditCalculationCalculationDetails.ts +113 -0
  408. package/src/models/CarbonCreditCalculationCalculationDetailsMetadata.ts +81 -0
  409. package/src/models/CarbonCreditCalculationCreditRecord.ts +108 -0
  410. package/src/models/County.ts +97 -0
  411. package/src/models/CountyLookup200Response.ts +73 -0
  412. package/src/models/CountyLookupRequest.ts +66 -0
  413. package/src/models/EnvironmentalImpact.ts +96 -0
  414. package/src/models/EnvironmentalImpactDetailedAnalysis.ts +112 -0
  415. package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.ts +73 -0
  416. package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.ts +97 -0
  417. package/src/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.ts +93 -0
  418. package/src/models/EnvironmentalImpactImpactAssessment.ts +97 -0
  419. package/src/models/GenerateSmartReportSummaryRequest.ts +86 -0
  420. package/src/models/GenerateVRTPrescriptionRequest.ts +95 -0
  421. package/src/models/GetAgriculturalIntelligenceRequest.ts +87 -0
  422. package/src/models/GetLiveAgriculturalDataRequest.ts +106 -0
  423. package/src/models/GetPlantingCalendarRequest.ts +75 -0
  424. package/src/models/GetSatelliteDataRequest.ts +75 -0
  425. package/src/models/GetSeasonalPlanningAssistantRequest.ts +120 -0
  426. package/src/models/GetSeasonalPlanningAssistantRequestLocation.ts +81 -0
  427. package/src/models/GetSoilDataRequest.ts +66 -0
  428. package/src/models/GetTerritorialWaterAnalyticsRequest.ts +101 -0
  429. package/src/models/GetTerritorialWaterAnalyticsRequestDateRange.ts +73 -0
  430. package/src/models/GetWaterQualityRequest.ts +66 -0
  431. package/src/models/LeafEnginesCompatibility.ts +96 -0
  432. package/src/models/LeafEnginesCompatibilityData.ts +148 -0
  433. package/src/models/LeafEnginesCompatibilityDataBreakdown.ts +89 -0
  434. package/src/models/LeafEnginesCompatibilityDataBreakdownSoil.ts +81 -0
  435. package/src/models/LeafEnginesCompatibilityDataMetadata.ts +81 -0
  436. package/src/models/LeafEnginesCompatibilityUsage.ts +73 -0
  437. package/src/models/LeafenginesQueryRequest.ts +105 -0
  438. package/src/models/LeafenginesQueryRequestLocation.ts +89 -0
  439. package/src/models/LeafenginesQueryRequestOptions.ts +81 -0
  440. package/src/models/LeafenginesQueryRequestPlant.ts +97 -0
  441. package/src/models/LeafenginesQueryRequestPlantCareRequirements.ts +111 -0
  442. package/src/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.ts +73 -0
  443. package/src/models/LiveAgriculturalData.ts +132 -0
  444. package/src/models/LiveAgriculturalDataData.ts +89 -0
  445. package/src/models/ModelError.ts +81 -0
  446. package/src/models/PlantingCalendar.ts +105 -0
  447. package/src/models/SatelliteData.ts +97 -0
  448. package/src/models/SeasonalPlanningResponse.ts +104 -0
  449. package/src/models/SeasonalPlanningResponseRecommendations.ts +81 -0
  450. package/src/models/SeasonalPlanningResponseWeatherData.ts +105 -0
  451. package/src/models/SmartReportSummary.ts +89 -0
  452. package/src/models/SmartReportSummarySummary.ts +89 -0
  453. package/src/models/SoilData.ts +145 -0
  454. package/src/models/TerritorialWaterAnalytics.ts +89 -0
  455. package/src/models/TerritorialWaterAnalyticsAnalytics.ts +89 -0
  456. package/src/models/VRTPrescription.ts +97 -0
  457. package/src/models/VRTPrescriptionZonesInner.ts +81 -0
  458. package/src/models/VisualCropAnalysis.ts +97 -0
  459. package/src/models/VisualCropAnalysisAnalysis.ts +109 -0
  460. package/src/models/VisualCropAnalysisRequest.ts +111 -0
  461. package/src/models/VisualCropAnalysisRequestLocation.ts +81 -0
  462. package/src/models/WaterQuality.ts +125 -0
  463. package/src/models/index.ts +66 -0
  464. package/src/runtime.ts +432 -0
  465. package/tsconfig.esm.json +7 -0
  466. package/tsconfig.json +16 -0
@@ -0,0 +1,62 @@
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 SeasonalPlanningResponseWeatherData
16
+ */
17
+ export interface SeasonalPlanningResponseWeatherData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SeasonalPlanningResponseWeatherData
22
+ */
23
+ currentSeason?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SeasonalPlanningResponseWeatherData
28
+ */
29
+ temperature?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SeasonalPlanningResponseWeatherData
34
+ */
35
+ rainfall?: string;
36
+ /**
37
+ *
38
+ * @type {object}
39
+ * @memberof SeasonalPlanningResponseWeatherData
40
+ */
41
+ frostDates?: object;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SeasonalPlanningResponseWeatherData
46
+ */
47
+ growingSeason?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SeasonalPlanningResponseWeatherData
52
+ */
53
+ zone?: string;
54
+ }
55
+ /**
56
+ * Check if a given object implements the SeasonalPlanningResponseWeatherData interface.
57
+ */
58
+ export declare function instanceOfSeasonalPlanningResponseWeatherData(value: object): value is SeasonalPlanningResponseWeatherData;
59
+ export declare function SeasonalPlanningResponseWeatherDataFromJSON(json: any): SeasonalPlanningResponseWeatherData;
60
+ export declare function SeasonalPlanningResponseWeatherDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeasonalPlanningResponseWeatherData;
61
+ export declare function SeasonalPlanningResponseWeatherDataToJSON(json: any): SeasonalPlanningResponseWeatherData;
62
+ export declare function SeasonalPlanningResponseWeatherDataToJSONTyped(value?: SeasonalPlanningResponseWeatherData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
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
+ * Check if a given object implements the SeasonalPlanningResponseWeatherData interface.
16
+ */
17
+ export function instanceOfSeasonalPlanningResponseWeatherData(value) {
18
+ return true;
19
+ }
20
+ export function SeasonalPlanningResponseWeatherDataFromJSON(json) {
21
+ return SeasonalPlanningResponseWeatherDataFromJSONTyped(json, false);
22
+ }
23
+ export function SeasonalPlanningResponseWeatherDataFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'currentSeason': json['currentSeason'] == null ? undefined : json['currentSeason'],
29
+ 'temperature': json['temperature'] == null ? undefined : json['temperature'],
30
+ 'rainfall': json['rainfall'] == null ? undefined : json['rainfall'],
31
+ 'frostDates': json['frostDates'] == null ? undefined : json['frostDates'],
32
+ 'growingSeason': json['growingSeason'] == null ? undefined : json['growingSeason'],
33
+ 'zone': json['zone'] == null ? undefined : json['zone'],
34
+ };
35
+ }
36
+ export function SeasonalPlanningResponseWeatherDataToJSON(json) {
37
+ return SeasonalPlanningResponseWeatherDataToJSONTyped(json, false);
38
+ }
39
+ export function SeasonalPlanningResponseWeatherDataToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'currentSeason': value['currentSeason'],
45
+ 'temperature': value['temperature'],
46
+ 'rainfall': value['rainfall'],
47
+ 'frostDates': value['frostDates'],
48
+ 'growingSeason': value['growingSeason'],
49
+ 'zone': value['zone'],
50
+ };
51
+ }
@@ -0,0 +1,45 @@
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 { SmartReportSummarySummary } from './SmartReportSummarySummary';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SmartReportSummary
17
+ */
18
+ export interface SmartReportSummary {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof SmartReportSummary
23
+ */
24
+ success?: boolean;
25
+ /**
26
+ *
27
+ * @type {SmartReportSummarySummary}
28
+ * @memberof SmartReportSummary
29
+ */
30
+ summary?: SmartReportSummarySummary;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof SmartReportSummary
35
+ */
36
+ modelUsed?: string;
37
+ }
38
+ /**
39
+ * Check if a given object implements the SmartReportSummary interface.
40
+ */
41
+ export declare function instanceOfSmartReportSummary(value: object): value is SmartReportSummary;
42
+ export declare function SmartReportSummaryFromJSON(json: any): SmartReportSummary;
43
+ export declare function SmartReportSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SmartReportSummary;
44
+ export declare function SmartReportSummaryToJSON(json: any): SmartReportSummary;
45
+ export declare function SmartReportSummaryToJSONTyped(value?: SmartReportSummary | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,46 @@
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
+ import { SmartReportSummarySummaryFromJSON, SmartReportSummarySummaryToJSON, } from './SmartReportSummarySummary';
15
+ /**
16
+ * Check if a given object implements the SmartReportSummary interface.
17
+ */
18
+ export function instanceOfSmartReportSummary(value) {
19
+ return true;
20
+ }
21
+ export function SmartReportSummaryFromJSON(json) {
22
+ return SmartReportSummaryFromJSONTyped(json, false);
23
+ }
24
+ export function SmartReportSummaryFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'success': json['success'] == null ? undefined : json['success'],
30
+ 'summary': json['summary'] == null ? undefined : SmartReportSummarySummaryFromJSON(json['summary']),
31
+ 'modelUsed': json['modelUsed'] == null ? undefined : json['modelUsed'],
32
+ };
33
+ }
34
+ export function SmartReportSummaryToJSON(json) {
35
+ return SmartReportSummaryToJSONTyped(json, false);
36
+ }
37
+ export function SmartReportSummaryToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'success': value['success'],
43
+ 'summary': SmartReportSummarySummaryToJSON(value['summary']),
44
+ 'modelUsed': value['modelUsed'],
45
+ };
46
+ }
@@ -0,0 +1,50 @@
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 SmartReportSummarySummary
16
+ */
17
+ export interface SmartReportSummarySummary {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SmartReportSummarySummary
22
+ */
23
+ executiveSummary?: string;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof SmartReportSummarySummary
28
+ */
29
+ keyFindings?: Array<string>;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof SmartReportSummarySummary
34
+ */
35
+ recommendations?: Array<string>;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SmartReportSummarySummary
40
+ */
41
+ riskAssessment?: string;
42
+ }
43
+ /**
44
+ * Check if a given object implements the SmartReportSummarySummary interface.
45
+ */
46
+ export declare function instanceOfSmartReportSummarySummary(value: object): value is SmartReportSummarySummary;
47
+ export declare function SmartReportSummarySummaryFromJSON(json: any): SmartReportSummarySummary;
48
+ export declare function SmartReportSummarySummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SmartReportSummarySummary;
49
+ export declare function SmartReportSummarySummaryToJSON(json: any): SmartReportSummarySummary;
50
+ export declare function SmartReportSummarySummaryToJSONTyped(value?: SmartReportSummarySummary | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
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
+ * Check if a given object implements the SmartReportSummarySummary interface.
16
+ */
17
+ export function instanceOfSmartReportSummarySummary(value) {
18
+ return true;
19
+ }
20
+ export function SmartReportSummarySummaryFromJSON(json) {
21
+ return SmartReportSummarySummaryFromJSONTyped(json, false);
22
+ }
23
+ export function SmartReportSummarySummaryFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'executiveSummary': json['executive_summary'] == null ? undefined : json['executive_summary'],
29
+ 'keyFindings': json['key_findings'] == null ? undefined : json['key_findings'],
30
+ 'recommendations': json['recommendations'] == null ? undefined : json['recommendations'],
31
+ 'riskAssessment': json['risk_assessment'] == null ? undefined : json['risk_assessment'],
32
+ };
33
+ }
34
+ export function SmartReportSummarySummaryToJSON(json) {
35
+ return SmartReportSummarySummaryToJSONTyped(json, false);
36
+ }
37
+ export function SmartReportSummarySummaryToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'executive_summary': value['executiveSummary'],
43
+ 'key_findings': value['keyFindings'],
44
+ 'recommendations': value['recommendations'],
45
+ 'risk_assessment': value['riskAssessment'],
46
+ };
47
+ }
@@ -0,0 +1,94 @@
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 SoilData
16
+ */
17
+ export interface SoilData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SoilData
22
+ */
23
+ id?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SoilData
28
+ */
29
+ countyFips?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SoilData
34
+ */
35
+ countyName?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SoilData
40
+ */
41
+ stateCode?: string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof SoilData
46
+ */
47
+ phLevel?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof SoilData
52
+ */
53
+ organicMatter?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SoilData
58
+ */
59
+ nitrogenLevel?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof SoilData
64
+ */
65
+ phosphorusLevel?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof SoilData
70
+ */
71
+ potassiumLevel?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof SoilData
76
+ */
77
+ recommendations?: string;
78
+ /**
79
+ *
80
+ * @type {{ [key: string]: any; }}
81
+ * @memberof SoilData
82
+ */
83
+ analysisData?: {
84
+ [key: string]: any;
85
+ };
86
+ }
87
+ /**
88
+ * Check if a given object implements the SoilData interface.
89
+ */
90
+ export declare function instanceOfSoilData(value: object): value is SoilData;
91
+ export declare function SoilDataFromJSON(json: any): SoilData;
92
+ export declare function SoilDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoilData;
93
+ export declare function SoilDataToJSON(json: any): SoilData;
94
+ export declare function SoilDataToJSONTyped(value?: SoilData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,61 @@
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
+ * Check if a given object implements the SoilData interface.
16
+ */
17
+ export function instanceOfSoilData(value) {
18
+ return true;
19
+ }
20
+ export function SoilDataFromJSON(json) {
21
+ return SoilDataFromJSONTyped(json, false);
22
+ }
23
+ export function SoilDataFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'id': json['id'] == null ? undefined : json['id'],
29
+ 'countyFips': json['county_fips'] == null ? undefined : json['county_fips'],
30
+ 'countyName': json['county_name'] == null ? undefined : json['county_name'],
31
+ 'stateCode': json['state_code'] == null ? undefined : json['state_code'],
32
+ 'phLevel': json['ph_level'] == null ? undefined : json['ph_level'],
33
+ 'organicMatter': json['organic_matter'] == null ? undefined : json['organic_matter'],
34
+ 'nitrogenLevel': json['nitrogen_level'] == null ? undefined : json['nitrogen_level'],
35
+ 'phosphorusLevel': json['phosphorus_level'] == null ? undefined : json['phosphorus_level'],
36
+ 'potassiumLevel': json['potassium_level'] == null ? undefined : json['potassium_level'],
37
+ 'recommendations': json['recommendations'] == null ? undefined : json['recommendations'],
38
+ 'analysisData': json['analysis_data'] == null ? undefined : json['analysis_data'],
39
+ };
40
+ }
41
+ export function SoilDataToJSON(json) {
42
+ return SoilDataToJSONTyped(json, false);
43
+ }
44
+ export function SoilDataToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'id': value['id'],
50
+ 'county_fips': value['countyFips'],
51
+ 'county_name': value['countyName'],
52
+ 'state_code': value['stateCode'],
53
+ 'ph_level': value['phLevel'],
54
+ 'organic_matter': value['organicMatter'],
55
+ 'nitrogen_level': value['nitrogenLevel'],
56
+ 'phosphorus_level': value['phosphorusLevel'],
57
+ 'potassium_level': value['potassiumLevel'],
58
+ 'recommendations': value['recommendations'],
59
+ 'analysis_data': value['analysisData'],
60
+ };
61
+ }
@@ -0,0 +1,45 @@
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 { TerritorialWaterAnalyticsAnalytics } from './TerritorialWaterAnalyticsAnalytics';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TerritorialWaterAnalytics
17
+ */
18
+ export interface TerritorialWaterAnalytics {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof TerritorialWaterAnalytics
23
+ */
24
+ success?: boolean;
25
+ /**
26
+ *
27
+ * @type {TerritorialWaterAnalyticsAnalytics}
28
+ * @memberof TerritorialWaterAnalytics
29
+ */
30
+ analytics?: TerritorialWaterAnalyticsAnalytics;
31
+ /**
32
+ *
33
+ * @type {Date}
34
+ * @memberof TerritorialWaterAnalytics
35
+ */
36
+ generatedAt?: Date;
37
+ }
38
+ /**
39
+ * Check if a given object implements the TerritorialWaterAnalytics interface.
40
+ */
41
+ export declare function instanceOfTerritorialWaterAnalytics(value: object): value is TerritorialWaterAnalytics;
42
+ export declare function TerritorialWaterAnalyticsFromJSON(json: any): TerritorialWaterAnalytics;
43
+ export declare function TerritorialWaterAnalyticsFromJSONTyped(json: any, ignoreDiscriminator: boolean): TerritorialWaterAnalytics;
44
+ export declare function TerritorialWaterAnalyticsToJSON(json: any): TerritorialWaterAnalytics;
45
+ export declare function TerritorialWaterAnalyticsToJSONTyped(value?: TerritorialWaterAnalytics | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,46 @@
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
+ import { TerritorialWaterAnalyticsAnalyticsFromJSON, TerritorialWaterAnalyticsAnalyticsToJSON, } from './TerritorialWaterAnalyticsAnalytics';
15
+ /**
16
+ * Check if a given object implements the TerritorialWaterAnalytics interface.
17
+ */
18
+ export function instanceOfTerritorialWaterAnalytics(value) {
19
+ return true;
20
+ }
21
+ export function TerritorialWaterAnalyticsFromJSON(json) {
22
+ return TerritorialWaterAnalyticsFromJSONTyped(json, false);
23
+ }
24
+ export function TerritorialWaterAnalyticsFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'success': json['success'] == null ? undefined : json['success'],
30
+ 'analytics': json['analytics'] == null ? undefined : TerritorialWaterAnalyticsAnalyticsFromJSON(json['analytics']),
31
+ 'generatedAt': json['generated_at'] == null ? undefined : (new Date(json['generated_at'])),
32
+ };
33
+ }
34
+ export function TerritorialWaterAnalyticsToJSON(json) {
35
+ return TerritorialWaterAnalyticsToJSONTyped(json, false);
36
+ }
37
+ export function TerritorialWaterAnalyticsToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'success': value['success'],
43
+ 'analytics': TerritorialWaterAnalyticsAnalyticsToJSON(value['analytics']),
44
+ 'generated_at': value['generatedAt'] == null ? value['generatedAt'] : value['generatedAt'].toISOString(),
45
+ };
46
+ }
@@ -0,0 +1,50 @@
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 TerritorialWaterAnalyticsAnalytics
16
+ */
17
+ export interface TerritorialWaterAnalyticsAnalytics {
18
+ /**
19
+ *
20
+ * @type {object}
21
+ * @memberof TerritorialWaterAnalyticsAnalytics
22
+ */
23
+ territorialCoverage?: object;
24
+ /**
25
+ *
26
+ * @type {object}
27
+ * @memberof TerritorialWaterAnalyticsAnalytics
28
+ */
29
+ waterQualityMetrics?: object;
30
+ /**
31
+ *
32
+ * @type {object}
33
+ * @memberof TerritorialWaterAnalyticsAnalytics
34
+ */
35
+ regionalInsights?: object;
36
+ /**
37
+ *
38
+ * @type {object}
39
+ * @memberof TerritorialWaterAnalyticsAnalytics
40
+ */
41
+ complianceStatus?: object;
42
+ }
43
+ /**
44
+ * Check if a given object implements the TerritorialWaterAnalyticsAnalytics interface.
45
+ */
46
+ export declare function instanceOfTerritorialWaterAnalyticsAnalytics(value: object): value is TerritorialWaterAnalyticsAnalytics;
47
+ export declare function TerritorialWaterAnalyticsAnalyticsFromJSON(json: any): TerritorialWaterAnalyticsAnalytics;
48
+ export declare function TerritorialWaterAnalyticsAnalyticsFromJSONTyped(json: any, ignoreDiscriminator: boolean): TerritorialWaterAnalyticsAnalytics;
49
+ export declare function TerritorialWaterAnalyticsAnalyticsToJSON(json: any): TerritorialWaterAnalyticsAnalytics;
50
+ export declare function TerritorialWaterAnalyticsAnalyticsToJSONTyped(value?: TerritorialWaterAnalyticsAnalytics | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
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
+ * Check if a given object implements the TerritorialWaterAnalyticsAnalytics interface.
16
+ */
17
+ export function instanceOfTerritorialWaterAnalyticsAnalytics(value) {
18
+ return true;
19
+ }
20
+ export function TerritorialWaterAnalyticsAnalyticsFromJSON(json) {
21
+ return TerritorialWaterAnalyticsAnalyticsFromJSONTyped(json, false);
22
+ }
23
+ export function TerritorialWaterAnalyticsAnalyticsFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'territorialCoverage': json['territorial_coverage'] == null ? undefined : json['territorial_coverage'],
29
+ 'waterQualityMetrics': json['water_quality_metrics'] == null ? undefined : json['water_quality_metrics'],
30
+ 'regionalInsights': json['regional_insights'] == null ? undefined : json['regional_insights'],
31
+ 'complianceStatus': json['compliance_status'] == null ? undefined : json['compliance_status'],
32
+ };
33
+ }
34
+ export function TerritorialWaterAnalyticsAnalyticsToJSON(json) {
35
+ return TerritorialWaterAnalyticsAnalyticsToJSONTyped(json, false);
36
+ }
37
+ export function TerritorialWaterAnalyticsAnalyticsToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'territorial_coverage': value['territorialCoverage'],
43
+ 'water_quality_metrics': value['waterQualityMetrics'],
44
+ 'regional_insights': value['regionalInsights'],
45
+ 'compliance_status': value['complianceStatus'],
46
+ };
47
+ }