@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
+ /**
13
+ *
14
+ * @export
15
+ * @interface GenerateSmartReportSummaryRequest
16
+ */
17
+ export interface GenerateSmartReportSummaryRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GenerateSmartReportSummaryRequest
22
+ */
23
+ reportType: GenerateSmartReportSummaryRequestReportTypeEnum;
24
+ /**
25
+ * Report data to summarize
26
+ * @type {object}
27
+ * @memberof GenerateSmartReportSummaryRequest
28
+ */
29
+ reportData: object;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const GenerateSmartReportSummaryRequestReportTypeEnum: {
35
+ readonly Soil: "soil";
36
+ readonly WaterQuality: "water_quality";
37
+ };
38
+ export type GenerateSmartReportSummaryRequestReportTypeEnum = typeof GenerateSmartReportSummaryRequestReportTypeEnum[keyof typeof GenerateSmartReportSummaryRequestReportTypeEnum];
39
+ /**
40
+ * Check if a given object implements the GenerateSmartReportSummaryRequest interface.
41
+ */
42
+ export declare function instanceOfGenerateSmartReportSummaryRequest(value: object): value is GenerateSmartReportSummaryRequest;
43
+ export declare function GenerateSmartReportSummaryRequestFromJSON(json: any): GenerateSmartReportSummaryRequest;
44
+ export declare function GenerateSmartReportSummaryRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GenerateSmartReportSummaryRequest;
45
+ export declare function GenerateSmartReportSummaryRequestToJSON(json: any): GenerateSmartReportSummaryRequest;
46
+ export declare function GenerateSmartReportSummaryRequestToJSONTyped(value?: GenerateSmartReportSummaryRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,62 @@
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.GenerateSmartReportSummaryRequestReportTypeEnum = void 0;
17
+ exports.instanceOfGenerateSmartReportSummaryRequest = instanceOfGenerateSmartReportSummaryRequest;
18
+ exports.GenerateSmartReportSummaryRequestFromJSON = GenerateSmartReportSummaryRequestFromJSON;
19
+ exports.GenerateSmartReportSummaryRequestFromJSONTyped = GenerateSmartReportSummaryRequestFromJSONTyped;
20
+ exports.GenerateSmartReportSummaryRequestToJSON = GenerateSmartReportSummaryRequestToJSON;
21
+ exports.GenerateSmartReportSummaryRequestToJSONTyped = GenerateSmartReportSummaryRequestToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.GenerateSmartReportSummaryRequestReportTypeEnum = {
26
+ Soil: 'soil',
27
+ WaterQuality: 'water_quality'
28
+ };
29
+ /**
30
+ * Check if a given object implements the GenerateSmartReportSummaryRequest interface.
31
+ */
32
+ function instanceOfGenerateSmartReportSummaryRequest(value) {
33
+ if (!('reportType' in value) || value['reportType'] === undefined)
34
+ return false;
35
+ if (!('reportData' in value) || value['reportData'] === undefined)
36
+ return false;
37
+ return true;
38
+ }
39
+ function GenerateSmartReportSummaryRequestFromJSON(json) {
40
+ return GenerateSmartReportSummaryRequestFromJSONTyped(json, false);
41
+ }
42
+ function GenerateSmartReportSummaryRequestFromJSONTyped(json, ignoreDiscriminator) {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+ 'reportType': json['reportType'],
48
+ 'reportData': json['reportData'],
49
+ };
50
+ }
51
+ function GenerateSmartReportSummaryRequestToJSON(json) {
52
+ return GenerateSmartReportSummaryRequestToJSONTyped(json, false);
53
+ }
54
+ function GenerateSmartReportSummaryRequestToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'reportType': value['reportType'],
60
+ 'reportData': value['reportData'],
61
+ };
62
+ }
@@ -0,0 +1,53 @@
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 GenerateVRTPrescriptionRequest
16
+ */
17
+ export interface GenerateVRTPrescriptionRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GenerateVRTPrescriptionRequest
22
+ */
23
+ fieldId: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GenerateVRTPrescriptionRequest
28
+ */
29
+ applicationType: GenerateVRTPrescriptionRequestApplicationTypeEnum;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof GenerateVRTPrescriptionRequest
34
+ */
35
+ soilAnalysisId?: string;
36
+ }
37
+ /**
38
+ * @export
39
+ */
40
+ export declare const GenerateVRTPrescriptionRequestApplicationTypeEnum: {
41
+ readonly Fertilizer: "fertilizer";
42
+ readonly Seed: "seed";
43
+ readonly Pesticide: "pesticide";
44
+ };
45
+ export type GenerateVRTPrescriptionRequestApplicationTypeEnum = typeof GenerateVRTPrescriptionRequestApplicationTypeEnum[keyof typeof GenerateVRTPrescriptionRequestApplicationTypeEnum];
46
+ /**
47
+ * Check if a given object implements the GenerateVRTPrescriptionRequest interface.
48
+ */
49
+ export declare function instanceOfGenerateVRTPrescriptionRequest(value: object): value is GenerateVRTPrescriptionRequest;
50
+ export declare function GenerateVRTPrescriptionRequestFromJSON(json: any): GenerateVRTPrescriptionRequest;
51
+ export declare function GenerateVRTPrescriptionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GenerateVRTPrescriptionRequest;
52
+ export declare function GenerateVRTPrescriptionRequestToJSON(json: any): GenerateVRTPrescriptionRequest;
53
+ export declare function GenerateVRTPrescriptionRequestToJSONTyped(value?: GenerateVRTPrescriptionRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,65 @@
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.GenerateVRTPrescriptionRequestApplicationTypeEnum = void 0;
17
+ exports.instanceOfGenerateVRTPrescriptionRequest = instanceOfGenerateVRTPrescriptionRequest;
18
+ exports.GenerateVRTPrescriptionRequestFromJSON = GenerateVRTPrescriptionRequestFromJSON;
19
+ exports.GenerateVRTPrescriptionRequestFromJSONTyped = GenerateVRTPrescriptionRequestFromJSONTyped;
20
+ exports.GenerateVRTPrescriptionRequestToJSON = GenerateVRTPrescriptionRequestToJSON;
21
+ exports.GenerateVRTPrescriptionRequestToJSONTyped = GenerateVRTPrescriptionRequestToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.GenerateVRTPrescriptionRequestApplicationTypeEnum = {
26
+ Fertilizer: 'fertilizer',
27
+ Seed: 'seed',
28
+ Pesticide: 'pesticide'
29
+ };
30
+ /**
31
+ * Check if a given object implements the GenerateVRTPrescriptionRequest interface.
32
+ */
33
+ function instanceOfGenerateVRTPrescriptionRequest(value) {
34
+ if (!('fieldId' in value) || value['fieldId'] === undefined)
35
+ return false;
36
+ if (!('applicationType' in value) || value['applicationType'] === undefined)
37
+ return false;
38
+ return true;
39
+ }
40
+ function GenerateVRTPrescriptionRequestFromJSON(json) {
41
+ return GenerateVRTPrescriptionRequestFromJSONTyped(json, false);
42
+ }
43
+ function GenerateVRTPrescriptionRequestFromJSONTyped(json, ignoreDiscriminator) {
44
+ if (json == null) {
45
+ return json;
46
+ }
47
+ return {
48
+ 'fieldId': json['field_id'],
49
+ 'applicationType': json['application_type'],
50
+ 'soilAnalysisId': json['soil_analysis_id'] == null ? undefined : json['soil_analysis_id'],
51
+ };
52
+ }
53
+ function GenerateVRTPrescriptionRequestToJSON(json) {
54
+ return GenerateVRTPrescriptionRequestToJSONTyped(json, false);
55
+ }
56
+ function GenerateVRTPrescriptionRequestToJSONTyped(value, ignoreDiscriminator = false) {
57
+ if (value == null) {
58
+ return value;
59
+ }
60
+ return {
61
+ 'field_id': value['fieldId'],
62
+ 'application_type': value['applicationType'],
63
+ 'soil_analysis_id': value['soilAnalysisId'],
64
+ };
65
+ }
@@ -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
+ /**
13
+ *
14
+ * @export
15
+ * @interface GetAgriculturalIntelligenceRequest
16
+ */
17
+ export interface GetAgriculturalIntelligenceRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GetAgriculturalIntelligenceRequest
22
+ */
23
+ countyFips: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GetAgriculturalIntelligenceRequest
28
+ */
29
+ analysisType: GetAgriculturalIntelligenceRequestAnalysisTypeEnum;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const GetAgriculturalIntelligenceRequestAnalysisTypeEnum: {
35
+ readonly CropRecommendation: "crop_recommendation";
36
+ readonly YieldPrediction: "yield_prediction";
37
+ readonly PestAnalysis: "pest_analysis";
38
+ };
39
+ export type GetAgriculturalIntelligenceRequestAnalysisTypeEnum = typeof GetAgriculturalIntelligenceRequestAnalysisTypeEnum[keyof typeof GetAgriculturalIntelligenceRequestAnalysisTypeEnum];
40
+ /**
41
+ * Check if a given object implements the GetAgriculturalIntelligenceRequest interface.
42
+ */
43
+ export declare function instanceOfGetAgriculturalIntelligenceRequest(value: object): value is GetAgriculturalIntelligenceRequest;
44
+ export declare function GetAgriculturalIntelligenceRequestFromJSON(json: any): GetAgriculturalIntelligenceRequest;
45
+ export declare function GetAgriculturalIntelligenceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAgriculturalIntelligenceRequest;
46
+ export declare function GetAgriculturalIntelligenceRequestToJSON(json: any): GetAgriculturalIntelligenceRequest;
47
+ export declare function GetAgriculturalIntelligenceRequestToJSONTyped(value?: GetAgriculturalIntelligenceRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,63 @@
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.GetAgriculturalIntelligenceRequestAnalysisTypeEnum = void 0;
17
+ exports.instanceOfGetAgriculturalIntelligenceRequest = instanceOfGetAgriculturalIntelligenceRequest;
18
+ exports.GetAgriculturalIntelligenceRequestFromJSON = GetAgriculturalIntelligenceRequestFromJSON;
19
+ exports.GetAgriculturalIntelligenceRequestFromJSONTyped = GetAgriculturalIntelligenceRequestFromJSONTyped;
20
+ exports.GetAgriculturalIntelligenceRequestToJSON = GetAgriculturalIntelligenceRequestToJSON;
21
+ exports.GetAgriculturalIntelligenceRequestToJSONTyped = GetAgriculturalIntelligenceRequestToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.GetAgriculturalIntelligenceRequestAnalysisTypeEnum = {
26
+ CropRecommendation: 'crop_recommendation',
27
+ YieldPrediction: 'yield_prediction',
28
+ PestAnalysis: 'pest_analysis'
29
+ };
30
+ /**
31
+ * Check if a given object implements the GetAgriculturalIntelligenceRequest interface.
32
+ */
33
+ function instanceOfGetAgriculturalIntelligenceRequest(value) {
34
+ if (!('countyFips' in value) || value['countyFips'] === undefined)
35
+ return false;
36
+ if (!('analysisType' in value) || value['analysisType'] === undefined)
37
+ return false;
38
+ return true;
39
+ }
40
+ function GetAgriculturalIntelligenceRequestFromJSON(json) {
41
+ return GetAgriculturalIntelligenceRequestFromJSONTyped(json, false);
42
+ }
43
+ function GetAgriculturalIntelligenceRequestFromJSONTyped(json, ignoreDiscriminator) {
44
+ if (json == null) {
45
+ return json;
46
+ }
47
+ return {
48
+ 'countyFips': json['county_fips'],
49
+ 'analysisType': json['analysis_type'],
50
+ };
51
+ }
52
+ function GetAgriculturalIntelligenceRequestToJSON(json) {
53
+ return GetAgriculturalIntelligenceRequestToJSONTyped(json, false);
54
+ }
55
+ function GetAgriculturalIntelligenceRequestToJSONTyped(value, ignoreDiscriminator = false) {
56
+ if (value == null) {
57
+ return value;
58
+ }
59
+ return {
60
+ 'county_fips': value['countyFips'],
61
+ 'analysis_type': value['analysisType'],
62
+ };
63
+ }
@@ -0,0 +1,60 @@
1
+ /**
2
+ * SoilSidekick Pro API
3
+ * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
+ *
5
+ * The version of the OpenAPI document: 1.1.0
6
+ * Contact: support@soilsidekick.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface GetLiveAgriculturalDataRequest
16
+ */
17
+ export interface GetLiveAgriculturalDataRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GetLiveAgriculturalDataRequest
22
+ */
23
+ countyFips: string;
24
+ /**
25
+ * Types of data to fetch
26
+ * @type {Array<string>}
27
+ * @memberof GetLiveAgriculturalDataRequest
28
+ */
29
+ dataTypes: Array<GetLiveAgriculturalDataRequestDataTypesEnum>;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof GetLiveAgriculturalDataRequest
34
+ */
35
+ stateCode: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof GetLiveAgriculturalDataRequest
40
+ */
41
+ countyName: string;
42
+ }
43
+ /**
44
+ * @export
45
+ */
46
+ export declare const GetLiveAgriculturalDataRequestDataTypesEnum: {
47
+ readonly Weather: "weather";
48
+ readonly Soil: "soil";
49
+ readonly Crop: "crop";
50
+ readonly Environmental: "environmental";
51
+ };
52
+ export type GetLiveAgriculturalDataRequestDataTypesEnum = typeof GetLiveAgriculturalDataRequestDataTypesEnum[keyof typeof GetLiveAgriculturalDataRequestDataTypesEnum];
53
+ /**
54
+ * Check if a given object implements the GetLiveAgriculturalDataRequest interface.
55
+ */
56
+ export declare function instanceOfGetLiveAgriculturalDataRequest(value: object): value is GetLiveAgriculturalDataRequest;
57
+ export declare function GetLiveAgriculturalDataRequestFromJSON(json: any): GetLiveAgriculturalDataRequest;
58
+ export declare function GetLiveAgriculturalDataRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLiveAgriculturalDataRequest;
59
+ export declare function GetLiveAgriculturalDataRequestToJSON(json: any): GetLiveAgriculturalDataRequest;
60
+ export declare function GetLiveAgriculturalDataRequestToJSONTyped(value?: GetLiveAgriculturalDataRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,72 @@
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.GetLiveAgriculturalDataRequestDataTypesEnum = void 0;
17
+ exports.instanceOfGetLiveAgriculturalDataRequest = instanceOfGetLiveAgriculturalDataRequest;
18
+ exports.GetLiveAgriculturalDataRequestFromJSON = GetLiveAgriculturalDataRequestFromJSON;
19
+ exports.GetLiveAgriculturalDataRequestFromJSONTyped = GetLiveAgriculturalDataRequestFromJSONTyped;
20
+ exports.GetLiveAgriculturalDataRequestToJSON = GetLiveAgriculturalDataRequestToJSON;
21
+ exports.GetLiveAgriculturalDataRequestToJSONTyped = GetLiveAgriculturalDataRequestToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.GetLiveAgriculturalDataRequestDataTypesEnum = {
26
+ Weather: 'weather',
27
+ Soil: 'soil',
28
+ Crop: 'crop',
29
+ Environmental: 'environmental'
30
+ };
31
+ /**
32
+ * Check if a given object implements the GetLiveAgriculturalDataRequest interface.
33
+ */
34
+ function instanceOfGetLiveAgriculturalDataRequest(value) {
35
+ if (!('countyFips' in value) || value['countyFips'] === undefined)
36
+ return false;
37
+ if (!('dataTypes' in value) || value['dataTypes'] === undefined)
38
+ return false;
39
+ if (!('stateCode' in value) || value['stateCode'] === undefined)
40
+ return false;
41
+ if (!('countyName' in value) || value['countyName'] === undefined)
42
+ return false;
43
+ return true;
44
+ }
45
+ function GetLiveAgriculturalDataRequestFromJSON(json) {
46
+ return GetLiveAgriculturalDataRequestFromJSONTyped(json, false);
47
+ }
48
+ function GetLiveAgriculturalDataRequestFromJSONTyped(json, ignoreDiscriminator) {
49
+ if (json == null) {
50
+ return json;
51
+ }
52
+ return {
53
+ 'countyFips': json['county_fips'],
54
+ 'dataTypes': json['data_types'],
55
+ 'stateCode': json['state_code'],
56
+ 'countyName': json['county_name'],
57
+ };
58
+ }
59
+ function GetLiveAgriculturalDataRequestToJSON(json) {
60
+ return GetLiveAgriculturalDataRequestToJSONTyped(json, false);
61
+ }
62
+ function GetLiveAgriculturalDataRequestToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'county_fips': value['countyFips'],
68
+ 'data_types': value['dataTypes'],
69
+ 'state_code': value['stateCode'],
70
+ 'county_name': value['countyName'],
71
+ };
72
+ }
@@ -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 GetPlantingCalendarRequest
16
+ */
17
+ export interface GetPlantingCalendarRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GetPlantingCalendarRequest
22
+ */
23
+ countyFips: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GetPlantingCalendarRequest
28
+ */
29
+ cropType: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the GetPlantingCalendarRequest interface.
33
+ */
34
+ export declare function instanceOfGetPlantingCalendarRequest(value: object): value is GetPlantingCalendarRequest;
35
+ export declare function GetPlantingCalendarRequestFromJSON(json: any): GetPlantingCalendarRequest;
36
+ export declare function GetPlantingCalendarRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPlantingCalendarRequest;
37
+ export declare function GetPlantingCalendarRequestToJSON(json: any): GetPlantingCalendarRequest;
38
+ export declare function GetPlantingCalendarRequestToJSONTyped(value?: GetPlantingCalendarRequest | 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.instanceOfGetPlantingCalendarRequest = instanceOfGetPlantingCalendarRequest;
17
+ exports.GetPlantingCalendarRequestFromJSON = GetPlantingCalendarRequestFromJSON;
18
+ exports.GetPlantingCalendarRequestFromJSONTyped = GetPlantingCalendarRequestFromJSONTyped;
19
+ exports.GetPlantingCalendarRequestToJSON = GetPlantingCalendarRequestToJSON;
20
+ exports.GetPlantingCalendarRequestToJSONTyped = GetPlantingCalendarRequestToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the GetPlantingCalendarRequest interface.
23
+ */
24
+ function instanceOfGetPlantingCalendarRequest(value) {
25
+ if (!('countyFips' in value) || value['countyFips'] === undefined)
26
+ return false;
27
+ if (!('cropType' in value) || value['cropType'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function GetPlantingCalendarRequestFromJSON(json) {
32
+ return GetPlantingCalendarRequestFromJSONTyped(json, false);
33
+ }
34
+ function GetPlantingCalendarRequestFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'countyFips': json['county_fips'],
40
+ 'cropType': json['crop_type'],
41
+ };
42
+ }
43
+ function GetPlantingCalendarRequestToJSON(json) {
44
+ return GetPlantingCalendarRequestToJSONTyped(json, false);
45
+ }
46
+ function GetPlantingCalendarRequestToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'county_fips': value['countyFips'],
52
+ 'crop_type': value['cropType'],
53
+ };
54
+ }
@@ -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 GetSatelliteDataRequest
16
+ */
17
+ export interface GetSatelliteDataRequest {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof GetSatelliteDataRequest
22
+ */
23
+ latitude: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof GetSatelliteDataRequest
28
+ */
29
+ longitude: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the GetSatelliteDataRequest interface.
33
+ */
34
+ export declare function instanceOfGetSatelliteDataRequest(value: object): value is GetSatelliteDataRequest;
35
+ export declare function GetSatelliteDataRequestFromJSON(json: any): GetSatelliteDataRequest;
36
+ export declare function GetSatelliteDataRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSatelliteDataRequest;
37
+ export declare function GetSatelliteDataRequestToJSON(json: any): GetSatelliteDataRequest;
38
+ export declare function GetSatelliteDataRequestToJSONTyped(value?: GetSatelliteDataRequest | 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.instanceOfGetSatelliteDataRequest = instanceOfGetSatelliteDataRequest;
17
+ exports.GetSatelliteDataRequestFromJSON = GetSatelliteDataRequestFromJSON;
18
+ exports.GetSatelliteDataRequestFromJSONTyped = GetSatelliteDataRequestFromJSONTyped;
19
+ exports.GetSatelliteDataRequestToJSON = GetSatelliteDataRequestToJSON;
20
+ exports.GetSatelliteDataRequestToJSONTyped = GetSatelliteDataRequestToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the GetSatelliteDataRequest interface.
23
+ */
24
+ function instanceOfGetSatelliteDataRequest(value) {
25
+ if (!('latitude' in value) || value['latitude'] === undefined)
26
+ return false;
27
+ if (!('longitude' in value) || value['longitude'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function GetSatelliteDataRequestFromJSON(json) {
32
+ return GetSatelliteDataRequestFromJSONTyped(json, false);
33
+ }
34
+ function GetSatelliteDataRequestFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'latitude': json['latitude'],
40
+ 'longitude': json['longitude'],
41
+ };
42
+ }
43
+ function GetSatelliteDataRequestToJSON(json) {
44
+ return GetSatelliteDataRequestToJSONTyped(json, false);
45
+ }
46
+ function GetSatelliteDataRequestToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'latitude': value['latitude'],
52
+ 'longitude': value['longitude'],
53
+ };
54
+ }