@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,46 @@
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 { LeafEnginesCompatibilityUsage } from './LeafEnginesCompatibilityUsage';
13
+ import type { LeafEnginesCompatibilityData } from './LeafEnginesCompatibilityData';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface LeafEnginesCompatibility
18
+ */
19
+ export interface LeafEnginesCompatibility {
20
+ /**
21
+ *
22
+ * @type {boolean}
23
+ * @memberof LeafEnginesCompatibility
24
+ */
25
+ success?: boolean;
26
+ /**
27
+ *
28
+ * @type {LeafEnginesCompatibilityData}
29
+ * @memberof LeafEnginesCompatibility
30
+ */
31
+ data?: LeafEnginesCompatibilityData;
32
+ /**
33
+ *
34
+ * @type {LeafEnginesCompatibilityUsage}
35
+ * @memberof LeafEnginesCompatibility
36
+ */
37
+ usage?: LeafEnginesCompatibilityUsage;
38
+ }
39
+ /**
40
+ * Check if a given object implements the LeafEnginesCompatibility interface.
41
+ */
42
+ export declare function instanceOfLeafEnginesCompatibility(value: object): value is LeafEnginesCompatibility;
43
+ export declare function LeafEnginesCompatibilityFromJSON(json: any): LeafEnginesCompatibility;
44
+ export declare function LeafEnginesCompatibilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibility;
45
+ export declare function LeafEnginesCompatibilityToJSON(json: any): LeafEnginesCompatibility;
46
+ export declare function LeafEnginesCompatibilityToJSONTyped(value?: LeafEnginesCompatibility | 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
+ import { LeafEnginesCompatibilityUsageFromJSON, LeafEnginesCompatibilityUsageToJSON, } from './LeafEnginesCompatibilityUsage';
15
+ import { LeafEnginesCompatibilityDataFromJSON, LeafEnginesCompatibilityDataToJSON, } from './LeafEnginesCompatibilityData';
16
+ /**
17
+ * Check if a given object implements the LeafEnginesCompatibility interface.
18
+ */
19
+ export function instanceOfLeafEnginesCompatibility(value) {
20
+ return true;
21
+ }
22
+ export function LeafEnginesCompatibilityFromJSON(json) {
23
+ return LeafEnginesCompatibilityFromJSONTyped(json, false);
24
+ }
25
+ export function LeafEnginesCompatibilityFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'success': json['success'] == null ? undefined : json['success'],
31
+ 'data': json['data'] == null ? undefined : LeafEnginesCompatibilityDataFromJSON(json['data']),
32
+ 'usage': json['usage'] == null ? undefined : LeafEnginesCompatibilityUsageFromJSON(json['usage']),
33
+ };
34
+ }
35
+ export function LeafEnginesCompatibilityToJSON(json) {
36
+ return LeafEnginesCompatibilityToJSONTyped(json, false);
37
+ }
38
+ export function LeafEnginesCompatibilityToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'success': value['success'],
44
+ 'data': LeafEnginesCompatibilityDataToJSON(value['data']),
45
+ 'usage': LeafEnginesCompatibilityUsageToJSON(value['usage']),
46
+ };
47
+ }
@@ -0,0 +1,85 @@
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 { LeafEnginesCompatibilityDataMetadata } from './LeafEnginesCompatibilityDataMetadata';
13
+ import type { LeafEnginesCompatibilityDataBreakdown } from './LeafEnginesCompatibilityDataBreakdown';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface LeafEnginesCompatibilityData
18
+ */
19
+ export interface LeafEnginesCompatibilityData {
20
+ /**
21
+ * Overall compatibility score (0-100)
22
+ * @type {number}
23
+ * @memberof LeafEnginesCompatibilityData
24
+ */
25
+ overallScore?: number;
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof LeafEnginesCompatibilityData
30
+ */
31
+ soilCompatibility?: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof LeafEnginesCompatibilityData
36
+ */
37
+ waterCompatibility?: number;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof LeafEnginesCompatibilityData
42
+ */
43
+ climateCompatibility?: number;
44
+ /**
45
+ *
46
+ * @type {LeafEnginesCompatibilityDataBreakdown}
47
+ * @memberof LeafEnginesCompatibilityData
48
+ */
49
+ breakdown?: LeafEnginesCompatibilityDataBreakdown;
50
+ /**
51
+ *
52
+ * @type {Array<string>}
53
+ * @memberof LeafEnginesCompatibilityData
54
+ */
55
+ recommendations?: Array<string>;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof LeafEnginesCompatibilityData
60
+ */
61
+ riskLevel?: LeafEnginesCompatibilityDataRiskLevelEnum;
62
+ /**
63
+ *
64
+ * @type {LeafEnginesCompatibilityDataMetadata}
65
+ * @memberof LeafEnginesCompatibilityData
66
+ */
67
+ metadata?: LeafEnginesCompatibilityDataMetadata;
68
+ }
69
+ /**
70
+ * @export
71
+ */
72
+ export declare const LeafEnginesCompatibilityDataRiskLevelEnum: {
73
+ readonly Low: "low";
74
+ readonly Medium: "medium";
75
+ readonly High: "high";
76
+ };
77
+ export type LeafEnginesCompatibilityDataRiskLevelEnum = typeof LeafEnginesCompatibilityDataRiskLevelEnum[keyof typeof LeafEnginesCompatibilityDataRiskLevelEnum];
78
+ /**
79
+ * Check if a given object implements the LeafEnginesCompatibilityData interface.
80
+ */
81
+ export declare function instanceOfLeafEnginesCompatibilityData(value: object): value is LeafEnginesCompatibilityData;
82
+ export declare function LeafEnginesCompatibilityDataFromJSON(json: any): LeafEnginesCompatibilityData;
83
+ export declare function LeafEnginesCompatibilityDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibilityData;
84
+ export declare function LeafEnginesCompatibilityDataToJSON(json: any): LeafEnginesCompatibilityData;
85
+ export declare function LeafEnginesCompatibilityDataToJSONTyped(value?: LeafEnginesCompatibilityData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,65 @@
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 { LeafEnginesCompatibilityDataMetadataFromJSON, LeafEnginesCompatibilityDataMetadataToJSON, } from './LeafEnginesCompatibilityDataMetadata';
15
+ import { LeafEnginesCompatibilityDataBreakdownFromJSON, LeafEnginesCompatibilityDataBreakdownToJSON, } from './LeafEnginesCompatibilityDataBreakdown';
16
+ /**
17
+ * @export
18
+ */
19
+ export const LeafEnginesCompatibilityDataRiskLevelEnum = {
20
+ Low: 'low',
21
+ Medium: 'medium',
22
+ High: 'high'
23
+ };
24
+ /**
25
+ * Check if a given object implements the LeafEnginesCompatibilityData interface.
26
+ */
27
+ export function instanceOfLeafEnginesCompatibilityData(value) {
28
+ return true;
29
+ }
30
+ export function LeafEnginesCompatibilityDataFromJSON(json) {
31
+ return LeafEnginesCompatibilityDataFromJSONTyped(json, false);
32
+ }
33
+ export function LeafEnginesCompatibilityDataFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'overallScore': json['overall_score'] == null ? undefined : json['overall_score'],
39
+ 'soilCompatibility': json['soil_compatibility'] == null ? undefined : json['soil_compatibility'],
40
+ 'waterCompatibility': json['water_compatibility'] == null ? undefined : json['water_compatibility'],
41
+ 'climateCompatibility': json['climate_compatibility'] == null ? undefined : json['climate_compatibility'],
42
+ 'breakdown': json['breakdown'] == null ? undefined : LeafEnginesCompatibilityDataBreakdownFromJSON(json['breakdown']),
43
+ 'recommendations': json['recommendations'] == null ? undefined : json['recommendations'],
44
+ 'riskLevel': json['risk_level'] == null ? undefined : json['risk_level'],
45
+ 'metadata': json['metadata'] == null ? undefined : LeafEnginesCompatibilityDataMetadataFromJSON(json['metadata']),
46
+ };
47
+ }
48
+ export function LeafEnginesCompatibilityDataToJSON(json) {
49
+ return LeafEnginesCompatibilityDataToJSONTyped(json, false);
50
+ }
51
+ export function LeafEnginesCompatibilityDataToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'overall_score': value['overallScore'],
57
+ 'soil_compatibility': value['soilCompatibility'],
58
+ 'water_compatibility': value['waterCompatibility'],
59
+ 'climate_compatibility': value['climateCompatibility'],
60
+ 'breakdown': LeafEnginesCompatibilityDataBreakdownToJSON(value['breakdown']),
61
+ 'recommendations': value['recommendations'],
62
+ 'risk_level': value['riskLevel'],
63
+ 'metadata': LeafEnginesCompatibilityDataMetadataToJSON(value['metadata']),
64
+ };
65
+ }
@@ -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 { LeafEnginesCompatibilityDataBreakdownSoil } from './LeafEnginesCompatibilityDataBreakdownSoil';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface LeafEnginesCompatibilityDataBreakdown
17
+ */
18
+ export interface LeafEnginesCompatibilityDataBreakdown {
19
+ /**
20
+ *
21
+ * @type {LeafEnginesCompatibilityDataBreakdownSoil}
22
+ * @memberof LeafEnginesCompatibilityDataBreakdown
23
+ */
24
+ soil?: LeafEnginesCompatibilityDataBreakdownSoil;
25
+ /**
26
+ *
27
+ * @type {object}
28
+ * @memberof LeafEnginesCompatibilityDataBreakdown
29
+ */
30
+ water?: object;
31
+ /**
32
+ *
33
+ * @type {object}
34
+ * @memberof LeafEnginesCompatibilityDataBreakdown
35
+ */
36
+ climate?: object;
37
+ }
38
+ /**
39
+ * Check if a given object implements the LeafEnginesCompatibilityDataBreakdown interface.
40
+ */
41
+ export declare function instanceOfLeafEnginesCompatibilityDataBreakdown(value: object): value is LeafEnginesCompatibilityDataBreakdown;
42
+ export declare function LeafEnginesCompatibilityDataBreakdownFromJSON(json: any): LeafEnginesCompatibilityDataBreakdown;
43
+ export declare function LeafEnginesCompatibilityDataBreakdownFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibilityDataBreakdown;
44
+ export declare function LeafEnginesCompatibilityDataBreakdownToJSON(json: any): LeafEnginesCompatibilityDataBreakdown;
45
+ export declare function LeafEnginesCompatibilityDataBreakdownToJSONTyped(value?: LeafEnginesCompatibilityDataBreakdown | 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 { LeafEnginesCompatibilityDataBreakdownSoilFromJSON, LeafEnginesCompatibilityDataBreakdownSoilToJSON, } from './LeafEnginesCompatibilityDataBreakdownSoil';
15
+ /**
16
+ * Check if a given object implements the LeafEnginesCompatibilityDataBreakdown interface.
17
+ */
18
+ export function instanceOfLeafEnginesCompatibilityDataBreakdown(value) {
19
+ return true;
20
+ }
21
+ export function LeafEnginesCompatibilityDataBreakdownFromJSON(json) {
22
+ return LeafEnginesCompatibilityDataBreakdownFromJSONTyped(json, false);
23
+ }
24
+ export function LeafEnginesCompatibilityDataBreakdownFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'soil': json['soil'] == null ? undefined : LeafEnginesCompatibilityDataBreakdownSoilFromJSON(json['soil']),
30
+ 'water': json['water'] == null ? undefined : json['water'],
31
+ 'climate': json['climate'] == null ? undefined : json['climate'],
32
+ };
33
+ }
34
+ export function LeafEnginesCompatibilityDataBreakdownToJSON(json) {
35
+ return LeafEnginesCompatibilityDataBreakdownToJSONTyped(json, false);
36
+ }
37
+ export function LeafEnginesCompatibilityDataBreakdownToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'soil': LeafEnginesCompatibilityDataBreakdownSoilToJSON(value['soil']),
43
+ 'water': value['water'],
44
+ 'climate': value['climate'],
45
+ };
46
+ }
@@ -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 LeafEnginesCompatibilityDataBreakdownSoil
16
+ */
17
+ export interface LeafEnginesCompatibilityDataBreakdownSoil {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof LeafEnginesCompatibilityDataBreakdownSoil
22
+ */
23
+ score?: number;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof LeafEnginesCompatibilityDataBreakdownSoil
28
+ */
29
+ factors?: Array<string>;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof LeafEnginesCompatibilityDataBreakdownSoil
34
+ */
35
+ concerns?: Array<string>;
36
+ }
37
+ /**
38
+ * Check if a given object implements the LeafEnginesCompatibilityDataBreakdownSoil interface.
39
+ */
40
+ export declare function instanceOfLeafEnginesCompatibilityDataBreakdownSoil(value: object): value is LeafEnginesCompatibilityDataBreakdownSoil;
41
+ export declare function LeafEnginesCompatibilityDataBreakdownSoilFromJSON(json: any): LeafEnginesCompatibilityDataBreakdownSoil;
42
+ export declare function LeafEnginesCompatibilityDataBreakdownSoilFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibilityDataBreakdownSoil;
43
+ export declare function LeafEnginesCompatibilityDataBreakdownSoilToJSON(json: any): LeafEnginesCompatibilityDataBreakdownSoil;
44
+ export declare function LeafEnginesCompatibilityDataBreakdownSoilToJSONTyped(value?: LeafEnginesCompatibilityDataBreakdownSoil | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,45 @@
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 LeafEnginesCompatibilityDataBreakdownSoil interface.
16
+ */
17
+ export function instanceOfLeafEnginesCompatibilityDataBreakdownSoil(value) {
18
+ return true;
19
+ }
20
+ export function LeafEnginesCompatibilityDataBreakdownSoilFromJSON(json) {
21
+ return LeafEnginesCompatibilityDataBreakdownSoilFromJSONTyped(json, false);
22
+ }
23
+ export function LeafEnginesCompatibilityDataBreakdownSoilFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'score': json['score'] == null ? undefined : json['score'],
29
+ 'factors': json['factors'] == null ? undefined : json['factors'],
30
+ 'concerns': json['concerns'] == null ? undefined : json['concerns'],
31
+ };
32
+ }
33
+ export function LeafEnginesCompatibilityDataBreakdownSoilToJSON(json) {
34
+ return LeafEnginesCompatibilityDataBreakdownSoilToJSONTyped(json, false);
35
+ }
36
+ export function LeafEnginesCompatibilityDataBreakdownSoilToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'score': value['score'],
42
+ 'factors': value['factors'],
43
+ 'concerns': value['concerns'],
44
+ };
45
+ }
@@ -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 LeafEnginesCompatibilityDataMetadata
16
+ */
17
+ export interface LeafEnginesCompatibilityDataMetadata {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof LeafEnginesCompatibilityDataMetadata
22
+ */
23
+ location?: string;
24
+ /**
25
+ *
26
+ * @type {Date}
27
+ * @memberof LeafEnginesCompatibilityDataMetadata
28
+ */
29
+ timestamp?: Date;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof LeafEnginesCompatibilityDataMetadata
34
+ */
35
+ dataSources?: Array<string>;
36
+ }
37
+ /**
38
+ * Check if a given object implements the LeafEnginesCompatibilityDataMetadata interface.
39
+ */
40
+ export declare function instanceOfLeafEnginesCompatibilityDataMetadata(value: object): value is LeafEnginesCompatibilityDataMetadata;
41
+ export declare function LeafEnginesCompatibilityDataMetadataFromJSON(json: any): LeafEnginesCompatibilityDataMetadata;
42
+ export declare function LeafEnginesCompatibilityDataMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibilityDataMetadata;
43
+ export declare function LeafEnginesCompatibilityDataMetadataToJSON(json: any): LeafEnginesCompatibilityDataMetadata;
44
+ export declare function LeafEnginesCompatibilityDataMetadataToJSONTyped(value?: LeafEnginesCompatibilityDataMetadata | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,45 @@
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 LeafEnginesCompatibilityDataMetadata interface.
16
+ */
17
+ export function instanceOfLeafEnginesCompatibilityDataMetadata(value) {
18
+ return true;
19
+ }
20
+ export function LeafEnginesCompatibilityDataMetadataFromJSON(json) {
21
+ return LeafEnginesCompatibilityDataMetadataFromJSONTyped(json, false);
22
+ }
23
+ export function LeafEnginesCompatibilityDataMetadataFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'location': json['location'] == null ? undefined : json['location'],
29
+ 'timestamp': json['timestamp'] == null ? undefined : (new Date(json['timestamp'])),
30
+ 'dataSources': json['data_sources'] == null ? undefined : json['data_sources'],
31
+ };
32
+ }
33
+ export function LeafEnginesCompatibilityDataMetadataToJSON(json) {
34
+ return LeafEnginesCompatibilityDataMetadataToJSONTyped(json, false);
35
+ }
36
+ export function LeafEnginesCompatibilityDataMetadataToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'location': value['location'],
42
+ 'timestamp': value['timestamp'] == null ? value['timestamp'] : value['timestamp'].toISOString(),
43
+ 'data_sources': value['dataSources'],
44
+ };
45
+ }
@@ -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 LeafEnginesCompatibilityUsage
16
+ */
17
+ export interface LeafEnginesCompatibilityUsage {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof LeafEnginesCompatibilityUsage
22
+ */
23
+ creditsUsed?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof LeafEnginesCompatibilityUsage
28
+ */
29
+ responseTimeMs?: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the LeafEnginesCompatibilityUsage interface.
33
+ */
34
+ export declare function instanceOfLeafEnginesCompatibilityUsage(value: object): value is LeafEnginesCompatibilityUsage;
35
+ export declare function LeafEnginesCompatibilityUsageFromJSON(json: any): LeafEnginesCompatibilityUsage;
36
+ export declare function LeafEnginesCompatibilityUsageFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeafEnginesCompatibilityUsage;
37
+ export declare function LeafEnginesCompatibilityUsageToJSON(json: any): LeafEnginesCompatibilityUsage;
38
+ export declare function LeafEnginesCompatibilityUsageToJSONTyped(value?: LeafEnginesCompatibilityUsage | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
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 LeafEnginesCompatibilityUsage interface.
16
+ */
17
+ export function instanceOfLeafEnginesCompatibilityUsage(value) {
18
+ return true;
19
+ }
20
+ export function LeafEnginesCompatibilityUsageFromJSON(json) {
21
+ return LeafEnginesCompatibilityUsageFromJSONTyped(json, false);
22
+ }
23
+ export function LeafEnginesCompatibilityUsageFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'creditsUsed': json['credits_used'] == null ? undefined : json['credits_used'],
29
+ 'responseTimeMs': json['response_time_ms'] == null ? undefined : json['response_time_ms'],
30
+ };
31
+ }
32
+ export function LeafEnginesCompatibilityUsageToJSON(json) {
33
+ return LeafEnginesCompatibilityUsageToJSONTyped(json, false);
34
+ }
35
+ export function LeafEnginesCompatibilityUsageToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'credits_used': value['creditsUsed'],
41
+ 'response_time_ms': value['responseTimeMs'],
42
+ };
43
+ }
@@ -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;