@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,47 @@
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 { LeafenginesQueryRequestLocation } from './LeafenginesQueryRequestLocation';
13
+ import type { LeafenginesQueryRequestPlant } from './LeafenginesQueryRequestPlant';
14
+ import type { LeafenginesQueryRequestOptions } from './LeafenginesQueryRequestOptions';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface LeafenginesQueryRequest
19
+ */
20
+ export interface LeafenginesQueryRequest {
21
+ /**
22
+ *
23
+ * @type {LeafenginesQueryRequestLocation}
24
+ * @memberof LeafenginesQueryRequest
25
+ */
26
+ location: LeafenginesQueryRequestLocation;
27
+ /**
28
+ *
29
+ * @type {LeafenginesQueryRequestPlant}
30
+ * @memberof LeafenginesQueryRequest
31
+ */
32
+ plant: LeafenginesQueryRequestPlant;
33
+ /**
34
+ *
35
+ * @type {LeafenginesQueryRequestOptions}
36
+ * @memberof LeafenginesQueryRequest
37
+ */
38
+ options?: LeafenginesQueryRequestOptions;
39
+ }
40
+ /**
41
+ * Check if a given object implements the LeafenginesQueryRequest interface.
42
+ */
43
+ export declare function instanceOfLeafenginesQueryRequest(value: object): value is LeafenginesQueryRequest;
44
+ export declare function LeafenginesQueryRequestFromJSON(json: any): LeafenginesQueryRequest;
45
+ export declare function LeafenginesQueryRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequest;
46
+ export declare function LeafenginesQueryRequestToJSON(json: any): LeafenginesQueryRequest;
47
+ export declare function LeafenginesQueryRequestToJSONTyped(value?: LeafenginesQueryRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfLeafenginesQueryRequest = instanceOfLeafenginesQueryRequest;
17
+ exports.LeafenginesQueryRequestFromJSON = LeafenginesQueryRequestFromJSON;
18
+ exports.LeafenginesQueryRequestFromJSONTyped = LeafenginesQueryRequestFromJSONTyped;
19
+ exports.LeafenginesQueryRequestToJSON = LeafenginesQueryRequestToJSON;
20
+ exports.LeafenginesQueryRequestToJSONTyped = LeafenginesQueryRequestToJSONTyped;
21
+ const LeafenginesQueryRequestLocation_1 = require("./LeafenginesQueryRequestLocation");
22
+ const LeafenginesQueryRequestPlant_1 = require("./LeafenginesQueryRequestPlant");
23
+ const LeafenginesQueryRequestOptions_1 = require("./LeafenginesQueryRequestOptions");
24
+ /**
25
+ * Check if a given object implements the LeafenginesQueryRequest interface.
26
+ */
27
+ function instanceOfLeafenginesQueryRequest(value) {
28
+ if (!('location' in value) || value['location'] === undefined)
29
+ return false;
30
+ if (!('plant' in value) || value['plant'] === undefined)
31
+ return false;
32
+ return true;
33
+ }
34
+ function LeafenginesQueryRequestFromJSON(json) {
35
+ return LeafenginesQueryRequestFromJSONTyped(json, false);
36
+ }
37
+ function LeafenginesQueryRequestFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'location': (0, LeafenginesQueryRequestLocation_1.LeafenginesQueryRequestLocationFromJSON)(json['location']),
43
+ 'plant': (0, LeafenginesQueryRequestPlant_1.LeafenginesQueryRequestPlantFromJSON)(json['plant']),
44
+ 'options': json['options'] == null ? undefined : (0, LeafenginesQueryRequestOptions_1.LeafenginesQueryRequestOptionsFromJSON)(json['options']),
45
+ };
46
+ }
47
+ function LeafenginesQueryRequestToJSON(json) {
48
+ return LeafenginesQueryRequestToJSONTyped(json, false);
49
+ }
50
+ function LeafenginesQueryRequestToJSONTyped(value, ignoreDiscriminator = false) {
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'location': (0, LeafenginesQueryRequestLocation_1.LeafenginesQueryRequestLocationToJSON)(value['location']),
56
+ 'plant': (0, LeafenginesQueryRequestPlant_1.LeafenginesQueryRequestPlantToJSON)(value['plant']),
57
+ 'options': (0, LeafenginesQueryRequestOptions_1.LeafenginesQueryRequestOptionsToJSON)(value['options']),
58
+ };
59
+ }
@@ -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 LeafenginesQueryRequestLocation
16
+ */
17
+ export interface LeafenginesQueryRequestLocation {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof LeafenginesQueryRequestLocation
22
+ */
23
+ latitude?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof LeafenginesQueryRequestLocation
28
+ */
29
+ longitude?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof LeafenginesQueryRequestLocation
34
+ */
35
+ address?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof LeafenginesQueryRequestLocation
40
+ */
41
+ countyFips?: string;
42
+ }
43
+ /**
44
+ * Check if a given object implements the LeafenginesQueryRequestLocation interface.
45
+ */
46
+ export declare function instanceOfLeafenginesQueryRequestLocation(value: object): value is LeafenginesQueryRequestLocation;
47
+ export declare function LeafenginesQueryRequestLocationFromJSON(json: any): LeafenginesQueryRequestLocation;
48
+ export declare function LeafenginesQueryRequestLocationFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequestLocation;
49
+ export declare function LeafenginesQueryRequestLocationToJSON(json: any): LeafenginesQueryRequestLocation;
50
+ export declare function LeafenginesQueryRequestLocationToJSONTyped(value?: LeafenginesQueryRequestLocation | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfLeafenginesQueryRequestLocation = instanceOfLeafenginesQueryRequestLocation;
17
+ exports.LeafenginesQueryRequestLocationFromJSON = LeafenginesQueryRequestLocationFromJSON;
18
+ exports.LeafenginesQueryRequestLocationFromJSONTyped = LeafenginesQueryRequestLocationFromJSONTyped;
19
+ exports.LeafenginesQueryRequestLocationToJSON = LeafenginesQueryRequestLocationToJSON;
20
+ exports.LeafenginesQueryRequestLocationToJSONTyped = LeafenginesQueryRequestLocationToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the LeafenginesQueryRequestLocation interface.
23
+ */
24
+ function instanceOfLeafenginesQueryRequestLocation(value) {
25
+ return true;
26
+ }
27
+ function LeafenginesQueryRequestLocationFromJSON(json) {
28
+ return LeafenginesQueryRequestLocationFromJSONTyped(json, false);
29
+ }
30
+ function LeafenginesQueryRequestLocationFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'latitude': json['latitude'] == null ? undefined : json['latitude'],
36
+ 'longitude': json['longitude'] == null ? undefined : json['longitude'],
37
+ 'address': json['address'] == null ? undefined : json['address'],
38
+ 'countyFips': json['county_fips'] == null ? undefined : json['county_fips'],
39
+ };
40
+ }
41
+ function LeafenginesQueryRequestLocationToJSON(json) {
42
+ return LeafenginesQueryRequestLocationToJSONTyped(json, false);
43
+ }
44
+ function LeafenginesQueryRequestLocationToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'latitude': value['latitude'],
50
+ 'longitude': value['longitude'],
51
+ 'address': value['address'],
52
+ 'county_fips': value['countyFips'],
53
+ };
54
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * SoilSidekick Pro API
3
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
+ *
5
+ * The version of the OpenAPI document: 1.1.0
6
+ * Contact: support@soilsidekick.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface LeafenginesQueryRequestOptions
16
+ */
17
+ export interface LeafenginesQueryRequestOptions {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof LeafenginesQueryRequestOptions
22
+ */
23
+ includeSatelliteData?: boolean;
24
+ /**
25
+ *
26
+ * @type {boolean}
27
+ * @memberof LeafenginesQueryRequestOptions
28
+ */
29
+ includeWaterQuality?: boolean;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof LeafenginesQueryRequestOptions
34
+ */
35
+ includeRecommendations?: boolean;
36
+ }
37
+ /**
38
+ * Check if a given object implements the LeafenginesQueryRequestOptions interface.
39
+ */
40
+ export declare function instanceOfLeafenginesQueryRequestOptions(value: object): value is LeafenginesQueryRequestOptions;
41
+ export declare function LeafenginesQueryRequestOptionsFromJSON(json: any): LeafenginesQueryRequestOptions;
42
+ export declare function LeafenginesQueryRequestOptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequestOptions;
43
+ export declare function LeafenginesQueryRequestOptionsToJSON(json: any): LeafenginesQueryRequestOptions;
44
+ export declare function LeafenginesQueryRequestOptionsToJSONTyped(value?: LeafenginesQueryRequestOptions | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfLeafenginesQueryRequestOptions = instanceOfLeafenginesQueryRequestOptions;
17
+ exports.LeafenginesQueryRequestOptionsFromJSON = LeafenginesQueryRequestOptionsFromJSON;
18
+ exports.LeafenginesQueryRequestOptionsFromJSONTyped = LeafenginesQueryRequestOptionsFromJSONTyped;
19
+ exports.LeafenginesQueryRequestOptionsToJSON = LeafenginesQueryRequestOptionsToJSON;
20
+ exports.LeafenginesQueryRequestOptionsToJSONTyped = LeafenginesQueryRequestOptionsToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the LeafenginesQueryRequestOptions interface.
23
+ */
24
+ function instanceOfLeafenginesQueryRequestOptions(value) {
25
+ return true;
26
+ }
27
+ function LeafenginesQueryRequestOptionsFromJSON(json) {
28
+ return LeafenginesQueryRequestOptionsFromJSONTyped(json, false);
29
+ }
30
+ function LeafenginesQueryRequestOptionsFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'includeSatelliteData': json['include_satellite_data'] == null ? undefined : json['include_satellite_data'],
36
+ 'includeWaterQuality': json['include_water_quality'] == null ? undefined : json['include_water_quality'],
37
+ 'includeRecommendations': json['include_recommendations'] == null ? undefined : json['include_recommendations'],
38
+ };
39
+ }
40
+ function LeafenginesQueryRequestOptionsToJSON(json) {
41
+ return LeafenginesQueryRequestOptionsToJSONTyped(json, false);
42
+ }
43
+ function LeafenginesQueryRequestOptionsToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'include_satellite_data': value['includeSatelliteData'],
49
+ 'include_water_quality': value['includeWaterQuality'],
50
+ 'include_recommendations': value['includeRecommendations'],
51
+ };
52
+ }
@@ -0,0 +1,51 @@
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 { LeafenginesQueryRequestPlantCareRequirements } from './LeafenginesQueryRequestPlantCareRequirements';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface LeafenginesQueryRequestPlant
17
+ */
18
+ export interface LeafenginesQueryRequestPlant {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof LeafenginesQueryRequestPlant
23
+ */
24
+ commonName?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof LeafenginesQueryRequestPlant
29
+ */
30
+ scientificName?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof LeafenginesQueryRequestPlant
35
+ */
36
+ plantId?: string;
37
+ /**
38
+ *
39
+ * @type {LeafenginesQueryRequestPlantCareRequirements}
40
+ * @memberof LeafenginesQueryRequestPlant
41
+ */
42
+ careRequirements?: LeafenginesQueryRequestPlantCareRequirements;
43
+ }
44
+ /**
45
+ * Check if a given object implements the LeafenginesQueryRequestPlant interface.
46
+ */
47
+ export declare function instanceOfLeafenginesQueryRequestPlant(value: object): value is LeafenginesQueryRequestPlant;
48
+ export declare function LeafenginesQueryRequestPlantFromJSON(json: any): LeafenginesQueryRequestPlant;
49
+ export declare function LeafenginesQueryRequestPlantFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequestPlant;
50
+ export declare function LeafenginesQueryRequestPlantToJSON(json: any): LeafenginesQueryRequestPlant;
51
+ export declare function LeafenginesQueryRequestPlantToJSONTyped(value?: LeafenginesQueryRequestPlant | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfLeafenginesQueryRequestPlant = instanceOfLeafenginesQueryRequestPlant;
17
+ exports.LeafenginesQueryRequestPlantFromJSON = LeafenginesQueryRequestPlantFromJSON;
18
+ exports.LeafenginesQueryRequestPlantFromJSONTyped = LeafenginesQueryRequestPlantFromJSONTyped;
19
+ exports.LeafenginesQueryRequestPlantToJSON = LeafenginesQueryRequestPlantToJSON;
20
+ exports.LeafenginesQueryRequestPlantToJSONTyped = LeafenginesQueryRequestPlantToJSONTyped;
21
+ const LeafenginesQueryRequestPlantCareRequirements_1 = require("./LeafenginesQueryRequestPlantCareRequirements");
22
+ /**
23
+ * Check if a given object implements the LeafenginesQueryRequestPlant interface.
24
+ */
25
+ function instanceOfLeafenginesQueryRequestPlant(value) {
26
+ return true;
27
+ }
28
+ function LeafenginesQueryRequestPlantFromJSON(json) {
29
+ return LeafenginesQueryRequestPlantFromJSONTyped(json, false);
30
+ }
31
+ function LeafenginesQueryRequestPlantFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'commonName': json['common_name'] == null ? undefined : json['common_name'],
37
+ 'scientificName': json['scientific_name'] == null ? undefined : json['scientific_name'],
38
+ 'plantId': json['plant_id'] == null ? undefined : json['plant_id'],
39
+ 'careRequirements': json['care_requirements'] == null ? undefined : (0, LeafenginesQueryRequestPlantCareRequirements_1.LeafenginesQueryRequestPlantCareRequirementsFromJSON)(json['care_requirements']),
40
+ };
41
+ }
42
+ function LeafenginesQueryRequestPlantToJSON(json) {
43
+ return LeafenginesQueryRequestPlantToJSONTyped(json, false);
44
+ }
45
+ function LeafenginesQueryRequestPlantToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'common_name': value['commonName'],
51
+ 'scientific_name': value['scientificName'],
52
+ 'plant_id': value['plantId'],
53
+ 'care_requirements': (0, LeafenginesQueryRequestPlantCareRequirements_1.LeafenginesQueryRequestPlantCareRequirementsToJSON)(value['careRequirements']),
54
+ };
55
+ }
@@ -0,0 +1,63 @@
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 { LeafenginesQueryRequestPlantCareRequirementsSoilPhRange } from './LeafenginesQueryRequestPlantCareRequirementsSoilPhRange';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface LeafenginesQueryRequestPlantCareRequirements
17
+ */
18
+ export interface LeafenginesQueryRequestPlantCareRequirements {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof LeafenginesQueryRequestPlantCareRequirements
23
+ */
24
+ sunExposure?: LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof LeafenginesQueryRequestPlantCareRequirements
29
+ */
30
+ waterNeeds?: LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum;
31
+ /**
32
+ *
33
+ * @type {LeafenginesQueryRequestPlantCareRequirementsSoilPhRange}
34
+ * @memberof LeafenginesQueryRequestPlantCareRequirements
35
+ */
36
+ soilPhRange?: LeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
37
+ }
38
+ /**
39
+ * @export
40
+ */
41
+ export declare const LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum: {
42
+ readonly FullSun: "full_sun";
43
+ readonly PartialShade: "partial_shade";
44
+ readonly FullShade: "full_shade";
45
+ };
46
+ export type LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum = typeof LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum[keyof typeof LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum];
47
+ /**
48
+ * @export
49
+ */
50
+ export declare const LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum: {
51
+ readonly Low: "low";
52
+ readonly Medium: "medium";
53
+ readonly High: "high";
54
+ };
55
+ export type LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum = typeof LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum[keyof typeof LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum];
56
+ /**
57
+ * Check if a given object implements the LeafenginesQueryRequestPlantCareRequirements interface.
58
+ */
59
+ export declare function instanceOfLeafenginesQueryRequestPlantCareRequirements(value: object): value is LeafenginesQueryRequestPlantCareRequirements;
60
+ export declare function LeafenginesQueryRequestPlantCareRequirementsFromJSON(json: any): LeafenginesQueryRequestPlantCareRequirements;
61
+ export declare function LeafenginesQueryRequestPlantCareRequirementsFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequestPlantCareRequirements;
62
+ export declare function LeafenginesQueryRequestPlantCareRequirementsToJSON(json: any): LeafenginesQueryRequestPlantCareRequirements;
63
+ export declare function LeafenginesQueryRequestPlantCareRequirementsToJSONTyped(value?: LeafenginesQueryRequestPlantCareRequirements | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum = exports.LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum = void 0;
17
+ exports.instanceOfLeafenginesQueryRequestPlantCareRequirements = instanceOfLeafenginesQueryRequestPlantCareRequirements;
18
+ exports.LeafenginesQueryRequestPlantCareRequirementsFromJSON = LeafenginesQueryRequestPlantCareRequirementsFromJSON;
19
+ exports.LeafenginesQueryRequestPlantCareRequirementsFromJSONTyped = LeafenginesQueryRequestPlantCareRequirementsFromJSONTyped;
20
+ exports.LeafenginesQueryRequestPlantCareRequirementsToJSON = LeafenginesQueryRequestPlantCareRequirementsToJSON;
21
+ exports.LeafenginesQueryRequestPlantCareRequirementsToJSONTyped = LeafenginesQueryRequestPlantCareRequirementsToJSONTyped;
22
+ const LeafenginesQueryRequestPlantCareRequirementsSoilPhRange_1 = require("./LeafenginesQueryRequestPlantCareRequirementsSoilPhRange");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.LeafenginesQueryRequestPlantCareRequirementsSunExposureEnum = {
27
+ FullSun: 'full_sun',
28
+ PartialShade: 'partial_shade',
29
+ FullShade: 'full_shade'
30
+ };
31
+ /**
32
+ * @export
33
+ */
34
+ exports.LeafenginesQueryRequestPlantCareRequirementsWaterNeedsEnum = {
35
+ Low: 'low',
36
+ Medium: 'medium',
37
+ High: 'high'
38
+ };
39
+ /**
40
+ * Check if a given object implements the LeafenginesQueryRequestPlantCareRequirements interface.
41
+ */
42
+ function instanceOfLeafenginesQueryRequestPlantCareRequirements(value) {
43
+ return true;
44
+ }
45
+ function LeafenginesQueryRequestPlantCareRequirementsFromJSON(json) {
46
+ return LeafenginesQueryRequestPlantCareRequirementsFromJSONTyped(json, false);
47
+ }
48
+ function LeafenginesQueryRequestPlantCareRequirementsFromJSONTyped(json, ignoreDiscriminator) {
49
+ if (json == null) {
50
+ return json;
51
+ }
52
+ return {
53
+ 'sunExposure': json['sun_exposure'] == null ? undefined : json['sun_exposure'],
54
+ 'waterNeeds': json['water_needs'] == null ? undefined : json['water_needs'],
55
+ 'soilPhRange': json['soil_ph_range'] == null ? undefined : (0, LeafenginesQueryRequestPlantCareRequirementsSoilPhRange_1.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSON)(json['soil_ph_range']),
56
+ };
57
+ }
58
+ function LeafenginesQueryRequestPlantCareRequirementsToJSON(json) {
59
+ return LeafenginesQueryRequestPlantCareRequirementsToJSONTyped(json, false);
60
+ }
61
+ function LeafenginesQueryRequestPlantCareRequirementsToJSONTyped(value, ignoreDiscriminator = false) {
62
+ if (value == null) {
63
+ return value;
64
+ }
65
+ return {
66
+ 'sun_exposure': value['sunExposure'],
67
+ 'water_needs': value['waterNeeds'],
68
+ 'soil_ph_range': (0, LeafenginesQueryRequestPlantCareRequirementsSoilPhRange_1.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSON)(value['soilPhRange']),
69
+ };
70
+ }
@@ -0,0 +1,38 @@
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 LeafenginesQueryRequestPlantCareRequirementsSoilPhRange
16
+ */
17
+ export interface LeafenginesQueryRequestPlantCareRequirementsSoilPhRange {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof LeafenginesQueryRequestPlantCareRequirementsSoilPhRange
22
+ */
23
+ min?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof LeafenginesQueryRequestPlantCareRequirementsSoilPhRange
28
+ */
29
+ max?: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the LeafenginesQueryRequestPlantCareRequirementsSoilPhRange interface.
33
+ */
34
+ export declare function instanceOfLeafenginesQueryRequestPlantCareRequirementsSoilPhRange(value: object): value is LeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
35
+ export declare function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSON(json: any): LeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
36
+ export declare function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
37
+ export declare function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSON(json: any): LeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
38
+ export declare function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSONTyped(value?: LeafenginesQueryRequestPlantCareRequirementsSoilPhRange | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SoilSidekick Pro API
6
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
7
+ *
8
+ * The version of the OpenAPI document: 1.1.0
9
+ * Contact: support@soilsidekick.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfLeafenginesQueryRequestPlantCareRequirementsSoilPhRange = instanceOfLeafenginesQueryRequestPlantCareRequirementsSoilPhRange;
17
+ exports.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSON = LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSON;
18
+ exports.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSONTyped = LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSONTyped;
19
+ exports.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSON = LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSON;
20
+ exports.LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSONTyped = LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the LeafenginesQueryRequestPlantCareRequirementsSoilPhRange interface.
23
+ */
24
+ function instanceOfLeafenginesQueryRequestPlantCareRequirementsSoilPhRange(value) {
25
+ return true;
26
+ }
27
+ function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSON(json) {
28
+ return LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSONTyped(json, false);
29
+ }
30
+ function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'min': json['min'] == null ? undefined : json['min'],
36
+ 'max': json['max'] == null ? undefined : json['max'],
37
+ };
38
+ }
39
+ function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSON(json) {
40
+ return LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSONTyped(json, false);
41
+ }
42
+ function LeafenginesQueryRequestPlantCareRequirementsSoilPhRangeToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'min': value['min'],
48
+ 'max': value['max'],
49
+ };
50
+ }