@soilsidekick/sdk 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (503) hide show
  1. package/package.json +5 -17
  2. package/sdks/README.md +254 -0
  3. package/sdks/__tests__/devices.test.ts +87 -0
  4. package/sdks/client.ts +198 -0
  5. package/sdks/dist/client.d.ts +94 -0
  6. package/sdks/dist/client.js +174 -0
  7. package/sdks/dist/index.d.ts +12 -0
  8. package/sdks/dist/index.js +39 -0
  9. package/sdks/dist/sensors/alerts.d.ts +45 -0
  10. package/sdks/dist/sensors/alerts.js +129 -0
  11. package/sdks/dist/sensors/devices.d.ts +65 -0
  12. package/sdks/dist/sensors/devices.js +123 -0
  13. package/sdks/dist/sensors/index.d.ts +4 -0
  14. package/sdks/dist/sensors/index.js +11 -0
  15. package/sdks/dist/sensors/mqtt.d.ts +55 -0
  16. package/sdks/dist/sensors/mqtt.js +179 -0
  17. package/sdks/dist/sensors/readings.d.ts +81 -0
  18. package/sdks/dist/sensors/readings.js +205 -0
  19. package/sdks/dist/test-sdk.d.ts +406 -0
  20. package/sdks/dist/test-sdk.js +366 -0
  21. package/sdks/dist/types.d.ts +162 -0
  22. package/sdks/dist/types.js +7 -0
  23. package/sdks/generate-sdk.sh +169 -0
  24. package/sdks/generated/.gitkeep +5 -0
  25. package/sdks/index.ts +25 -0
  26. package/sdks/jest.config.js +19 -0
  27. package/sdks/openapitools.json +73 -0
  28. package/sdks/package-lock.json +4306 -0
  29. package/sdks/package.json +53 -0
  30. package/sdks/sensors/alerts.ts +153 -0
  31. package/sdks/sensors/devices.ts +147 -0
  32. package/sdks/sensors/index.ts +4 -0
  33. package/sdks/sensors/mqtt.ts +211 -0
  34. package/sdks/sensors/readings.ts +241 -0
  35. package/sdks/test-sdk.ts +432 -0
  36. package/sdks/tsconfig.json +25 -0
  37. package/sdks/types.ts +222 -0
  38. package/soilsidekick-sdk-v2.zip +0 -0
  39. package/.openapi-generator/FILES +0 -156
  40. package/.openapi-generator/VERSION +0 -1
  41. package/.openapi-generator-ignore +0 -23
  42. package/README.md +0 -201
  43. package/dist/apis/AIServicesApi.d.ts +0 -70
  44. package/dist/apis/AIServicesApi.js +0 -177
  45. package/dist/apis/CarbonApi.d.ts +0 -31
  46. package/dist/apis/CarbonApi.js +0 -69
  47. package/dist/apis/EnvironmentalApi.d.ts +0 -31
  48. package/dist/apis/EnvironmentalApi.js +0 -69
  49. package/dist/apis/GeographicApi.d.ts +0 -31
  50. package/dist/apis/GeographicApi.js +0 -69
  51. package/dist/apis/LeafEnginesApi.d.ts +0 -31
  52. package/dist/apis/LeafEnginesApi.js +0 -69
  53. package/dist/apis/SatelliteDataApi.d.ts +0 -31
  54. package/dist/apis/SatelliteDataApi.js +0 -69
  55. package/dist/apis/SoilAnalysisApi.d.ts +0 -57
  56. package/dist/apis/SoilAnalysisApi.js +0 -141
  57. package/dist/apis/VRTApi.d.ts +0 -31
  58. package/dist/apis/VRTApi.js +0 -69
  59. package/dist/apis/WaterQualityApi.d.ts +0 -44
  60. package/dist/apis/WaterQualityApi.js +0 -105
  61. package/dist/apis/index.d.ts +0 -9
  62. package/dist/apis/index.js +0 -27
  63. package/dist/esm/apis/AIServicesApi.d.ts +0 -70
  64. package/dist/esm/apis/AIServicesApi.js +0 -173
  65. package/dist/esm/apis/CarbonApi.d.ts +0 -31
  66. package/dist/esm/apis/CarbonApi.js +0 -65
  67. package/dist/esm/apis/EnvironmentalApi.d.ts +0 -31
  68. package/dist/esm/apis/EnvironmentalApi.js +0 -65
  69. package/dist/esm/apis/GeographicApi.d.ts +0 -31
  70. package/dist/esm/apis/GeographicApi.js +0 -65
  71. package/dist/esm/apis/LeafEnginesApi.d.ts +0 -31
  72. package/dist/esm/apis/LeafEnginesApi.js +0 -65
  73. package/dist/esm/apis/SatelliteDataApi.d.ts +0 -31
  74. package/dist/esm/apis/SatelliteDataApi.js +0 -65
  75. package/dist/esm/apis/SoilAnalysisApi.d.ts +0 -57
  76. package/dist/esm/apis/SoilAnalysisApi.js +0 -137
  77. package/dist/esm/apis/VRTApi.d.ts +0 -31
  78. package/dist/esm/apis/VRTApi.js +0 -65
  79. package/dist/esm/apis/WaterQualityApi.d.ts +0 -44
  80. package/dist/esm/apis/WaterQualityApi.js +0 -101
  81. package/dist/esm/apis/index.d.ts +0 -9
  82. package/dist/esm/apis/index.js +0 -11
  83. package/dist/esm/index.d.ts +0 -3
  84. package/dist/esm/index.js +0 -5
  85. package/dist/esm/models/AIAnalysis.d.ts +0 -45
  86. package/dist/esm/models/AIAnalysis.js +0 -46
  87. package/dist/esm/models/AIAnalysisRecommendationsInner.d.ts +0 -53
  88. package/dist/esm/models/AIAnalysisRecommendationsInner.js +0 -53
  89. package/dist/esm/models/CalculateCarbonCreditsRequest.d.ts +0 -65
  90. package/dist/esm/models/CalculateCarbonCreditsRequest.js +0 -61
  91. package/dist/esm/models/CalculateEnvironmentalImpactRequest.d.ts +0 -59
  92. package/dist/esm/models/CalculateEnvironmentalImpactRequest.js +0 -58
  93. package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +0 -41
  94. package/dist/esm/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +0 -49
  95. package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +0 -83
  96. package/dist/esm/models/CalculateEnvironmentalImpactRequestSoilData.js +0 -70
  97. package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +0 -32
  98. package/dist/esm/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +0 -41
  99. package/dist/esm/models/CarbonCreditCalculation.d.ts +0 -46
  100. package/dist/esm/models/CarbonCreditCalculation.js +0 -47
  101. package/dist/esm/models/CarbonCreditCalculationCalculationDetails.d.ts +0 -63
  102. package/dist/esm/models/CarbonCreditCalculationCalculationDetails.js +0 -52
  103. package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +0 -44
  104. package/dist/esm/models/CarbonCreditCalculationCalculationDetailsMetadata.js +0 -45
  105. package/dist/esm/models/CarbonCreditCalculationCreditRecord.d.ts +0 -64
  106. package/dist/esm/models/CarbonCreditCalculationCreditRecord.js +0 -56
  107. package/dist/esm/models/County.d.ts +0 -56
  108. package/dist/esm/models/County.js +0 -49
  109. package/dist/esm/models/CountyLookup200Response.d.ts +0 -33
  110. package/dist/esm/models/CountyLookup200Response.js +0 -42
  111. package/dist/esm/models/CountyLookupRequest.d.ts +0 -32
  112. package/dist/esm/models/CountyLookupRequest.js +0 -43
  113. package/dist/esm/models/EnvironmentalImpact.d.ts +0 -46
  114. package/dist/esm/models/EnvironmentalImpact.js +0 -47
  115. package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.d.ts +0 -58
  116. package/dist/esm/models/EnvironmentalImpactDetailedAnalysis.js +0 -51
  117. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +0 -33
  118. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +0 -42
  119. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +0 -56
  120. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +0 -49
  121. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +0 -53
  122. package/dist/esm/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +0 -53
  123. package/dist/esm/models/EnvironmentalImpactImpactAssessment.d.ts +0 -56
  124. package/dist/esm/models/EnvironmentalImpactImpactAssessment.js +0 -49
  125. package/dist/esm/models/GenerateSmartReportSummaryRequest.d.ts +0 -46
  126. package/dist/esm/models/GenerateSmartReportSummaryRequest.js +0 -54
  127. package/dist/esm/models/GenerateVRTPrescriptionRequest.d.ts +0 -53
  128. package/dist/esm/models/GenerateVRTPrescriptionRequest.js +0 -57
  129. package/dist/esm/models/GetAgriculturalIntelligenceRequest.d.ts +0 -47
  130. package/dist/esm/models/GetAgriculturalIntelligenceRequest.js +0 -55
  131. package/dist/esm/models/GetLiveAgriculturalDataRequest.d.ts +0 -60
  132. package/dist/esm/models/GetLiveAgriculturalDataRequest.js +0 -64
  133. package/dist/esm/models/GetPlantingCalendarRequest.d.ts +0 -38
  134. package/dist/esm/models/GetPlantingCalendarRequest.js +0 -47
  135. package/dist/esm/models/GetSatelliteDataRequest.d.ts +0 -38
  136. package/dist/esm/models/GetSatelliteDataRequest.js +0 -47
  137. package/dist/esm/models/GetSeasonalPlanningAssistantRequest.d.ts +0 -67
  138. package/dist/esm/models/GetSeasonalPlanningAssistantRequest.js +0 -63
  139. package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +0 -44
  140. package/dist/esm/models/GetSeasonalPlanningAssistantRequestLocation.js +0 -45
  141. package/dist/esm/models/GetSoilDataRequest.d.ts +0 -32
  142. package/dist/esm/models/GetSoilDataRequest.js +0 -43
  143. package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.d.ts +0 -54
  144. package/dist/esm/models/GetTerritorialWaterAnalyticsRequest.js +0 -54
  145. package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +0 -38
  146. package/dist/esm/models/GetTerritorialWaterAnalyticsRequestDateRange.js +0 -43
  147. package/dist/esm/models/GetWaterQualityRequest.d.ts +0 -32
  148. package/dist/esm/models/GetWaterQualityRequest.js +0 -43
  149. package/dist/esm/models/LeafEnginesCompatibility.d.ts +0 -46
  150. package/dist/esm/models/LeafEnginesCompatibility.js +0 -47
  151. package/dist/esm/models/LeafEnginesCompatibilityData.d.ts +0 -85
  152. package/dist/esm/models/LeafEnginesCompatibilityData.js +0 -65
  153. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.d.ts +0 -45
  154. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdown.js +0 -46
  155. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +0 -44
  156. package/dist/esm/models/LeafEnginesCompatibilityDataBreakdownSoil.js +0 -45
  157. package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.d.ts +0 -44
  158. package/dist/esm/models/LeafEnginesCompatibilityDataMetadata.js +0 -45
  159. package/dist/esm/models/LeafEnginesCompatibilityUsage.d.ts +0 -38
  160. package/dist/esm/models/LeafEnginesCompatibilityUsage.js +0 -43
  161. package/dist/esm/models/LeafenginesQueryRequest.d.ts +0 -47
  162. package/dist/esm/models/LeafenginesQueryRequest.js +0 -52
  163. package/dist/esm/models/LeafenginesQueryRequestLocation.d.ts +0 -50
  164. package/dist/esm/models/LeafenginesQueryRequestLocation.js +0 -47
  165. package/dist/esm/models/LeafenginesQueryRequestOptions.d.ts +0 -44
  166. package/dist/esm/models/LeafenginesQueryRequestOptions.js +0 -45
  167. package/dist/esm/models/LeafenginesQueryRequestPlant.d.ts +0 -51
  168. package/dist/esm/models/LeafenginesQueryRequestPlant.js +0 -48
  169. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +0 -63
  170. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirements.js +0 -62
  171. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +0 -38
  172. package/dist/esm/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +0 -43
  173. package/dist/esm/models/LiveAgriculturalData.d.ts +0 -77
  174. package/dist/esm/models/LiveAgriculturalData.js +0 -61
  175. package/dist/esm/models/LiveAgriculturalDataData.d.ts +0 -50
  176. package/dist/esm/models/LiveAgriculturalDataData.js +0 -47
  177. package/dist/esm/models/ModelError.d.ts +0 -44
  178. package/dist/esm/models/ModelError.js +0 -45
  179. package/dist/esm/models/PlantingCalendar.d.ts +0 -57
  180. package/dist/esm/models/PlantingCalendar.js +0 -50
  181. package/dist/esm/models/SatelliteData.d.ts +0 -56
  182. package/dist/esm/models/SatelliteData.js +0 -49
  183. package/dist/esm/models/SeasonalPlanningResponse.d.ts +0 -52
  184. package/dist/esm/models/SeasonalPlanningResponse.js +0 -49
  185. package/dist/esm/models/SeasonalPlanningResponseRecommendations.d.ts +0 -44
  186. package/dist/esm/models/SeasonalPlanningResponseRecommendations.js +0 -45
  187. package/dist/esm/models/SeasonalPlanningResponseWeatherData.d.ts +0 -62
  188. package/dist/esm/models/SeasonalPlanningResponseWeatherData.js +0 -51
  189. package/dist/esm/models/SmartReportSummary.d.ts +0 -45
  190. package/dist/esm/models/SmartReportSummary.js +0 -46
  191. package/dist/esm/models/SmartReportSummarySummary.d.ts +0 -50
  192. package/dist/esm/models/SmartReportSummarySummary.js +0 -47
  193. package/dist/esm/models/SoilData.d.ts +0 -94
  194. package/dist/esm/models/SoilData.js +0 -61
  195. package/dist/esm/models/TerritorialWaterAnalytics.d.ts +0 -45
  196. package/dist/esm/models/TerritorialWaterAnalytics.js +0 -46
  197. package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.d.ts +0 -50
  198. package/dist/esm/models/TerritorialWaterAnalyticsAnalytics.js +0 -47
  199. package/dist/esm/models/VRTPrescription.d.ts +0 -51
  200. package/dist/esm/models/VRTPrescription.js +0 -48
  201. package/dist/esm/models/VRTPrescriptionZonesInner.d.ts +0 -44
  202. package/dist/esm/models/VRTPrescriptionZonesInner.js +0 -45
  203. package/dist/esm/models/VisualCropAnalysis.d.ts +0 -51
  204. package/dist/esm/models/VisualCropAnalysis.js +0 -48
  205. package/dist/esm/models/VisualCropAnalysisAnalysis.d.ts +0 -65
  206. package/dist/esm/models/VisualCropAnalysisAnalysis.js +0 -57
  207. package/dist/esm/models/VisualCropAnalysisRequest.d.ts +0 -60
  208. package/dist/esm/models/VisualCropAnalysisRequest.js +0 -60
  209. package/dist/esm/models/VisualCropAnalysisRequestLocation.d.ts +0 -44
  210. package/dist/esm/models/VisualCropAnalysisRequestLocation.js +0 -45
  211. package/dist/esm/models/WaterQuality.d.ts +0 -77
  212. package/dist/esm/models/WaterQuality.js +0 -61
  213. package/dist/esm/models/index.d.ts +0 -64
  214. package/dist/esm/models/index.js +0 -66
  215. package/dist/esm/runtime.d.ts +0 -184
  216. package/dist/esm/runtime.js +0 -334
  217. package/dist/index.d.ts +0 -3
  218. package/dist/index.js +0 -21
  219. package/dist/models/AIAnalysis.d.ts +0 -45
  220. package/dist/models/AIAnalysis.js +0 -53
  221. package/dist/models/AIAnalysisRecommendationsInner.d.ts +0 -53
  222. package/dist/models/AIAnalysisRecommendationsInner.js +0 -61
  223. package/dist/models/CalculateCarbonCreditsRequest.d.ts +0 -65
  224. package/dist/models/CalculateCarbonCreditsRequest.js +0 -69
  225. package/dist/models/CalculateEnvironmentalImpactRequest.d.ts +0 -59
  226. package/dist/models/CalculateEnvironmentalImpactRequest.js +0 -65
  227. package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.d.ts +0 -41
  228. package/dist/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.js +0 -57
  229. package/dist/models/CalculateEnvironmentalImpactRequestSoilData.d.ts +0 -83
  230. package/dist/models/CalculateEnvironmentalImpactRequestSoilData.js +0 -78
  231. package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.d.ts +0 -32
  232. package/dist/models/CalculateEnvironmentalImpactRequestWaterBodyData.js +0 -48
  233. package/dist/models/CarbonCreditCalculation.d.ts +0 -46
  234. package/dist/models/CarbonCreditCalculation.js +0 -54
  235. package/dist/models/CarbonCreditCalculationCalculationDetails.d.ts +0 -63
  236. package/dist/models/CarbonCreditCalculationCalculationDetails.js +0 -59
  237. package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.d.ts +0 -44
  238. package/dist/models/CarbonCreditCalculationCalculationDetailsMetadata.js +0 -52
  239. package/dist/models/CarbonCreditCalculationCreditRecord.d.ts +0 -64
  240. package/dist/models/CarbonCreditCalculationCreditRecord.js +0 -64
  241. package/dist/models/County.d.ts +0 -56
  242. package/dist/models/County.js +0 -56
  243. package/dist/models/CountyLookup200Response.d.ts +0 -33
  244. package/dist/models/CountyLookup200Response.js +0 -49
  245. package/dist/models/CountyLookupRequest.d.ts +0 -32
  246. package/dist/models/CountyLookupRequest.js +0 -50
  247. package/dist/models/EnvironmentalImpact.d.ts +0 -46
  248. package/dist/models/EnvironmentalImpact.js +0 -54
  249. package/dist/models/EnvironmentalImpactDetailedAnalysis.d.ts +0 -58
  250. package/dist/models/EnvironmentalImpactDetailedAnalysis.js +0 -58
  251. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.d.ts +0 -33
  252. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.js +0 -49
  253. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.d.ts +0 -56
  254. package/dist/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.js +0 -56
  255. package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.d.ts +0 -53
  256. package/dist/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.js +0 -61
  257. package/dist/models/EnvironmentalImpactImpactAssessment.d.ts +0 -56
  258. package/dist/models/EnvironmentalImpactImpactAssessment.js +0 -56
  259. package/dist/models/GenerateSmartReportSummaryRequest.d.ts +0 -46
  260. package/dist/models/GenerateSmartReportSummaryRequest.js +0 -62
  261. package/dist/models/GenerateVRTPrescriptionRequest.d.ts +0 -53
  262. package/dist/models/GenerateVRTPrescriptionRequest.js +0 -65
  263. package/dist/models/GetAgriculturalIntelligenceRequest.d.ts +0 -47
  264. package/dist/models/GetAgriculturalIntelligenceRequest.js +0 -63
  265. package/dist/models/GetLiveAgriculturalDataRequest.d.ts +0 -60
  266. package/dist/models/GetLiveAgriculturalDataRequest.js +0 -72
  267. package/dist/models/GetPlantingCalendarRequest.d.ts +0 -38
  268. package/dist/models/GetPlantingCalendarRequest.js +0 -54
  269. package/dist/models/GetSatelliteDataRequest.d.ts +0 -38
  270. package/dist/models/GetSatelliteDataRequest.js +0 -54
  271. package/dist/models/GetSeasonalPlanningAssistantRequest.d.ts +0 -67
  272. package/dist/models/GetSeasonalPlanningAssistantRequest.js +0 -71
  273. package/dist/models/GetSeasonalPlanningAssistantRequestLocation.d.ts +0 -44
  274. package/dist/models/GetSeasonalPlanningAssistantRequestLocation.js +0 -52
  275. package/dist/models/GetSoilDataRequest.d.ts +0 -32
  276. package/dist/models/GetSoilDataRequest.js +0 -50
  277. package/dist/models/GetTerritorialWaterAnalyticsRequest.d.ts +0 -54
  278. package/dist/models/GetTerritorialWaterAnalyticsRequest.js +0 -62
  279. package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.d.ts +0 -38
  280. package/dist/models/GetTerritorialWaterAnalyticsRequestDateRange.js +0 -50
  281. package/dist/models/GetWaterQualityRequest.d.ts +0 -32
  282. package/dist/models/GetWaterQualityRequest.js +0 -50
  283. package/dist/models/LeafEnginesCompatibility.d.ts +0 -46
  284. package/dist/models/LeafEnginesCompatibility.js +0 -54
  285. package/dist/models/LeafEnginesCompatibilityData.d.ts +0 -85
  286. package/dist/models/LeafEnginesCompatibilityData.js +0 -73
  287. package/dist/models/LeafEnginesCompatibilityDataBreakdown.d.ts +0 -45
  288. package/dist/models/LeafEnginesCompatibilityDataBreakdown.js +0 -53
  289. package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.d.ts +0 -44
  290. package/dist/models/LeafEnginesCompatibilityDataBreakdownSoil.js +0 -52
  291. package/dist/models/LeafEnginesCompatibilityDataMetadata.d.ts +0 -44
  292. package/dist/models/LeafEnginesCompatibilityDataMetadata.js +0 -52
  293. package/dist/models/LeafEnginesCompatibilityUsage.d.ts +0 -38
  294. package/dist/models/LeafEnginesCompatibilityUsage.js +0 -50
  295. package/dist/models/LeafenginesQueryRequest.d.ts +0 -47
  296. package/dist/models/LeafenginesQueryRequest.js +0 -59
  297. package/dist/models/LeafenginesQueryRequestLocation.d.ts +0 -50
  298. package/dist/models/LeafenginesQueryRequestLocation.js +0 -54
  299. package/dist/models/LeafenginesQueryRequestOptions.d.ts +0 -44
  300. package/dist/models/LeafenginesQueryRequestOptions.js +0 -52
  301. package/dist/models/LeafenginesQueryRequestPlant.d.ts +0 -51
  302. package/dist/models/LeafenginesQueryRequestPlant.js +0 -55
  303. package/dist/models/LeafenginesQueryRequestPlantCareRequirements.d.ts +0 -63
  304. package/dist/models/LeafenginesQueryRequestPlantCareRequirements.js +0 -70
  305. package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.d.ts +0 -38
  306. package/dist/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.js +0 -50
  307. package/dist/models/LiveAgriculturalData.d.ts +0 -77
  308. package/dist/models/LiveAgriculturalData.js +0 -69
  309. package/dist/models/LiveAgriculturalDataData.d.ts +0 -50
  310. package/dist/models/LiveAgriculturalDataData.js +0 -54
  311. package/dist/models/ModelError.d.ts +0 -44
  312. package/dist/models/ModelError.js +0 -52
  313. package/dist/models/PlantingCalendar.d.ts +0 -57
  314. package/dist/models/PlantingCalendar.js +0 -57
  315. package/dist/models/SatelliteData.d.ts +0 -56
  316. package/dist/models/SatelliteData.js +0 -56
  317. package/dist/models/SeasonalPlanningResponse.d.ts +0 -52
  318. package/dist/models/SeasonalPlanningResponse.js +0 -56
  319. package/dist/models/SeasonalPlanningResponseRecommendations.d.ts +0 -44
  320. package/dist/models/SeasonalPlanningResponseRecommendations.js +0 -52
  321. package/dist/models/SeasonalPlanningResponseWeatherData.d.ts +0 -62
  322. package/dist/models/SeasonalPlanningResponseWeatherData.js +0 -58
  323. package/dist/models/SmartReportSummary.d.ts +0 -45
  324. package/dist/models/SmartReportSummary.js +0 -53
  325. package/dist/models/SmartReportSummarySummary.d.ts +0 -50
  326. package/dist/models/SmartReportSummarySummary.js +0 -54
  327. package/dist/models/SoilData.d.ts +0 -94
  328. package/dist/models/SoilData.js +0 -68
  329. package/dist/models/TerritorialWaterAnalytics.d.ts +0 -45
  330. package/dist/models/TerritorialWaterAnalytics.js +0 -53
  331. package/dist/models/TerritorialWaterAnalyticsAnalytics.d.ts +0 -50
  332. package/dist/models/TerritorialWaterAnalyticsAnalytics.js +0 -54
  333. package/dist/models/VRTPrescription.d.ts +0 -51
  334. package/dist/models/VRTPrescription.js +0 -55
  335. package/dist/models/VRTPrescriptionZonesInner.d.ts +0 -44
  336. package/dist/models/VRTPrescriptionZonesInner.js +0 -52
  337. package/dist/models/VisualCropAnalysis.d.ts +0 -51
  338. package/dist/models/VisualCropAnalysis.js +0 -55
  339. package/dist/models/VisualCropAnalysisAnalysis.d.ts +0 -65
  340. package/dist/models/VisualCropAnalysisAnalysis.js +0 -65
  341. package/dist/models/VisualCropAnalysisRequest.d.ts +0 -60
  342. package/dist/models/VisualCropAnalysisRequest.js +0 -68
  343. package/dist/models/VisualCropAnalysisRequestLocation.d.ts +0 -44
  344. package/dist/models/VisualCropAnalysisRequestLocation.js +0 -52
  345. package/dist/models/WaterQuality.d.ts +0 -77
  346. package/dist/models/WaterQuality.js +0 -69
  347. package/dist/models/index.d.ts +0 -64
  348. package/dist/models/index.js +0 -82
  349. package/dist/runtime.d.ts +0 -184
  350. package/dist/runtime.js +0 -350
  351. package/docs/AIAnalysis.md +0 -38
  352. package/docs/AIAnalysisRecommendationsInner.md +0 -38
  353. package/docs/AIServicesApi.md +0 -308
  354. package/docs/CalculateCarbonCreditsRequest.md +0 -42
  355. package/docs/CalculateEnvironmentalImpactRequest.md +0 -42
  356. package/docs/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.md +0 -34
  357. package/docs/CalculateEnvironmentalImpactRequestSoilData.md +0 -44
  358. package/docs/CalculateEnvironmentalImpactRequestWaterBodyData.md +0 -34
  359. package/docs/CarbonApi.md +0 -83
  360. package/docs/CarbonCreditCalculation.md +0 -38
  361. package/docs/CarbonCreditCalculationCalculationDetails.md +0 -44
  362. package/docs/CarbonCreditCalculationCalculationDetailsMetadata.md +0 -38
  363. package/docs/CarbonCreditCalculationCreditRecord.md +0 -42
  364. package/docs/County.md +0 -42
  365. package/docs/CountyLookup200Response.md +0 -34
  366. package/docs/CountyLookupRequest.md +0 -34
  367. package/docs/EnvironmentalApi.md +0 -83
  368. package/docs/EnvironmentalImpact.md +0 -38
  369. package/docs/EnvironmentalImpactDetailedAnalysis.md +0 -42
  370. package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternatives.md +0 -34
  371. package/docs/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.md +0 -42
  372. package/docs/EnvironmentalImpactDetailedAnalysisRunoffRisk.md +0 -38
  373. package/docs/EnvironmentalImpactImpactAssessment.md +0 -42
  374. package/docs/GenerateSmartReportSummaryRequest.md +0 -36
  375. package/docs/GenerateVRTPrescriptionRequest.md +0 -38
  376. package/docs/GeographicApi.md +0 -82
  377. package/docs/GetAgriculturalIntelligenceRequest.md +0 -36
  378. package/docs/GetLiveAgriculturalDataRequest.md +0 -40
  379. package/docs/GetPlantingCalendarRequest.md +0 -36
  380. package/docs/GetSatelliteDataRequest.md +0 -36
  381. package/docs/GetSeasonalPlanningAssistantRequest.md +0 -42
  382. package/docs/GetSeasonalPlanningAssistantRequestLocation.md +0 -38
  383. package/docs/GetSoilDataRequest.md +0 -34
  384. package/docs/GetTerritorialWaterAnalyticsRequest.md +0 -38
  385. package/docs/GetTerritorialWaterAnalyticsRequestDateRange.md +0 -36
  386. package/docs/GetWaterQualityRequest.md +0 -34
  387. package/docs/LeafEnginesApi.md +0 -83
  388. package/docs/LeafEnginesCompatibility.md +0 -38
  389. package/docs/LeafEnginesCompatibilityData.md +0 -48
  390. package/docs/LeafEnginesCompatibilityDataBreakdown.md +0 -38
  391. package/docs/LeafEnginesCompatibilityDataBreakdownSoil.md +0 -38
  392. package/docs/LeafEnginesCompatibilityDataMetadata.md +0 -38
  393. package/docs/LeafEnginesCompatibilityUsage.md +0 -36
  394. package/docs/LeafenginesQueryRequest.md +0 -38
  395. package/docs/LeafenginesQueryRequestLocation.md +0 -40
  396. package/docs/LeafenginesQueryRequestOptions.md +0 -38
  397. package/docs/LeafenginesQueryRequestPlant.md +0 -40
  398. package/docs/LeafenginesQueryRequestPlantCareRequirements.md +0 -38
  399. package/docs/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.md +0 -36
  400. package/docs/LiveAgriculturalData.md +0 -46
  401. package/docs/LiveAgriculturalDataData.md +0 -40
  402. package/docs/ModelError.md +0 -38
  403. package/docs/PlantingCalendar.md +0 -42
  404. package/docs/SatelliteData.md +0 -42
  405. package/docs/SatelliteDataApi.md +0 -83
  406. package/docs/SeasonalPlanningResponse.md +0 -40
  407. package/docs/SeasonalPlanningResponseRecommendations.md +0 -38
  408. package/docs/SeasonalPlanningResponseWeatherData.md +0 -44
  409. package/docs/SmartReportSummary.md +0 -38
  410. package/docs/SmartReportSummarySummary.md +0 -40
  411. package/docs/SoilAnalysisApi.md +0 -234
  412. package/docs/SoilData.md +0 -54
  413. package/docs/TerritorialWaterAnalytics.md +0 -38
  414. package/docs/TerritorialWaterAnalyticsAnalytics.md +0 -40
  415. package/docs/VRTApi.md +0 -83
  416. package/docs/VRTPrescription.md +0 -40
  417. package/docs/VRTPrescriptionZonesInner.md +0 -38
  418. package/docs/VisualCropAnalysis.md +0 -40
  419. package/docs/VisualCropAnalysisAnalysis.md +0 -42
  420. package/docs/VisualCropAnalysisRequest.md +0 -40
  421. package/docs/VisualCropAnalysisRequestLocation.md +0 -38
  422. package/docs/WaterQuality.md +0 -46
  423. package/docs/WaterQualityApi.md +0 -158
  424. package/package.json.save +0 -8
  425. package/src/apis/AIServicesApi.ts +0 -247
  426. package/src/apis/CarbonApi.ts +0 -82
  427. package/src/apis/EnvironmentalApi.ts +0 -82
  428. package/src/apis/GeographicApi.ts +0 -82
  429. package/src/apis/LeafEnginesApi.ts +0 -82
  430. package/src/apis/SatelliteDataApi.ts +0 -82
  431. package/src/apis/SoilAnalysisApi.ts +0 -192
  432. package/src/apis/VRTApi.ts +0 -82
  433. package/src/apis/WaterQualityApi.ts +0 -137
  434. package/src/apis/index.ts +0 -11
  435. package/src/index.ts +0 -5
  436. package/src/models/AIAnalysis.ts +0 -89
  437. package/src/models/AIAnalysisRecommendationsInner.ts +0 -93
  438. package/src/models/CalculateCarbonCreditsRequest.ts +0 -111
  439. package/src/models/CalculateEnvironmentalImpactRequest.ts +0 -122
  440. package/src/models/CalculateEnvironmentalImpactRequestProposedTreatmentsInner.ts +0 -77
  441. package/src/models/CalculateEnvironmentalImpactRequestSoilData.ts +0 -130
  442. package/src/models/CalculateEnvironmentalImpactRequestWaterBodyData.ts +0 -65
  443. package/src/models/CarbonCreditCalculation.ts +0 -96
  444. package/src/models/CarbonCreditCalculationCalculationDetails.ts +0 -113
  445. package/src/models/CarbonCreditCalculationCalculationDetailsMetadata.ts +0 -81
  446. package/src/models/CarbonCreditCalculationCreditRecord.ts +0 -108
  447. package/src/models/County.ts +0 -97
  448. package/src/models/CountyLookup200Response.ts +0 -73
  449. package/src/models/CountyLookupRequest.ts +0 -66
  450. package/src/models/EnvironmentalImpact.ts +0 -96
  451. package/src/models/EnvironmentalImpactDetailedAnalysis.ts +0 -112
  452. package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternatives.ts +0 -73
  453. package/src/models/EnvironmentalImpactDetailedAnalysisEcoAlternativesAlternativesInner.ts +0 -97
  454. package/src/models/EnvironmentalImpactDetailedAnalysisRunoffRisk.ts +0 -93
  455. package/src/models/EnvironmentalImpactImpactAssessment.ts +0 -97
  456. package/src/models/GenerateSmartReportSummaryRequest.ts +0 -86
  457. package/src/models/GenerateVRTPrescriptionRequest.ts +0 -95
  458. package/src/models/GetAgriculturalIntelligenceRequest.ts +0 -87
  459. package/src/models/GetLiveAgriculturalDataRequest.ts +0 -106
  460. package/src/models/GetPlantingCalendarRequest.ts +0 -75
  461. package/src/models/GetSatelliteDataRequest.ts +0 -75
  462. package/src/models/GetSeasonalPlanningAssistantRequest.ts +0 -120
  463. package/src/models/GetSeasonalPlanningAssistantRequestLocation.ts +0 -81
  464. package/src/models/GetSoilDataRequest.ts +0 -66
  465. package/src/models/GetTerritorialWaterAnalyticsRequest.ts +0 -101
  466. package/src/models/GetTerritorialWaterAnalyticsRequestDateRange.ts +0 -73
  467. package/src/models/GetWaterQualityRequest.ts +0 -66
  468. package/src/models/LeafEnginesCompatibility.ts +0 -96
  469. package/src/models/LeafEnginesCompatibilityData.ts +0 -148
  470. package/src/models/LeafEnginesCompatibilityDataBreakdown.ts +0 -89
  471. package/src/models/LeafEnginesCompatibilityDataBreakdownSoil.ts +0 -81
  472. package/src/models/LeafEnginesCompatibilityDataMetadata.ts +0 -81
  473. package/src/models/LeafEnginesCompatibilityUsage.ts +0 -73
  474. package/src/models/LeafenginesQueryRequest.ts +0 -105
  475. package/src/models/LeafenginesQueryRequestLocation.ts +0 -89
  476. package/src/models/LeafenginesQueryRequestOptions.ts +0 -81
  477. package/src/models/LeafenginesQueryRequestPlant.ts +0 -97
  478. package/src/models/LeafenginesQueryRequestPlantCareRequirements.ts +0 -111
  479. package/src/models/LeafenginesQueryRequestPlantCareRequirementsSoilPhRange.ts +0 -73
  480. package/src/models/LiveAgriculturalData.ts +0 -132
  481. package/src/models/LiveAgriculturalDataData.ts +0 -89
  482. package/src/models/ModelError.ts +0 -81
  483. package/src/models/PlantingCalendar.ts +0 -105
  484. package/src/models/SatelliteData.ts +0 -97
  485. package/src/models/SeasonalPlanningResponse.ts +0 -104
  486. package/src/models/SeasonalPlanningResponseRecommendations.ts +0 -81
  487. package/src/models/SeasonalPlanningResponseWeatherData.ts +0 -105
  488. package/src/models/SmartReportSummary.ts +0 -89
  489. package/src/models/SmartReportSummarySummary.ts +0 -89
  490. package/src/models/SoilData.ts +0 -145
  491. package/src/models/TerritorialWaterAnalytics.ts +0 -89
  492. package/src/models/TerritorialWaterAnalyticsAnalytics.ts +0 -89
  493. package/src/models/VRTPrescription.ts +0 -97
  494. package/src/models/VRTPrescriptionZonesInner.ts +0 -81
  495. package/src/models/VisualCropAnalysis.ts +0 -97
  496. package/src/models/VisualCropAnalysisAnalysis.ts +0 -109
  497. package/src/models/VisualCropAnalysisRequest.ts +0 -111
  498. package/src/models/VisualCropAnalysisRequestLocation.ts +0 -81
  499. package/src/models/WaterQuality.ts +0 -125
  500. package/src/models/index.ts +0 -66
  501. package/src/runtime.ts +0 -432
  502. package/tsconfig.esm.json +0 -7
  503. package/tsconfig.json +0 -16
@@ -1,177 +0,0 @@
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
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.AIServicesApi = void 0;
26
- const runtime = require("../runtime");
27
- const index_1 = require("../models/index");
28
- /**
29
- *
30
- */
31
- class AIServicesApi extends runtime.BaseAPI {
32
- /**
33
- * Generate AI-powered summaries for soil or water quality reports
34
- * Generate AI report summary
35
- */
36
- generateSmartReportSummaryRaw(requestParameters, initOverrides) {
37
- return __awaiter(this, void 0, void 0, function* () {
38
- if (requestParameters['generateSmartReportSummaryRequest'] == null) {
39
- throw new runtime.RequiredError('generateSmartReportSummaryRequest', 'Required parameter "generateSmartReportSummaryRequest" was null or undefined when calling generateSmartReportSummary().');
40
- }
41
- const queryParameters = {};
42
- const headerParameters = {};
43
- headerParameters['Content-Type'] = 'application/json';
44
- if (this.configuration && this.configuration.apiKey) {
45
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
46
- }
47
- let urlPath = `/smart-report-summary`;
48
- const response = yield this.request({
49
- path: urlPath,
50
- method: 'POST',
51
- headers: headerParameters,
52
- query: queryParameters,
53
- body: (0, index_1.GenerateSmartReportSummaryRequestToJSON)(requestParameters['generateSmartReportSummaryRequest']),
54
- }, initOverrides);
55
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SmartReportSummaryFromJSON)(jsonValue));
56
- });
57
- }
58
- /**
59
- * Generate AI-powered summaries for soil or water quality reports
60
- * Generate AI report summary
61
- */
62
- generateSmartReportSummary(requestParameters, initOverrides) {
63
- return __awaiter(this, void 0, void 0, function* () {
64
- const response = yield this.generateSmartReportSummaryRaw(requestParameters, initOverrides);
65
- return yield response.value();
66
- });
67
- }
68
- /**
69
- * Agricultural intelligence with AI recommendations
70
- * Get AI-powered agricultural insights
71
- */
72
- getAgriculturalIntelligenceRaw(requestParameters, initOverrides) {
73
- return __awaiter(this, void 0, void 0, function* () {
74
- if (requestParameters['getAgriculturalIntelligenceRequest'] == null) {
75
- throw new runtime.RequiredError('getAgriculturalIntelligenceRequest', 'Required parameter "getAgriculturalIntelligenceRequest" was null or undefined when calling getAgriculturalIntelligence().');
76
- }
77
- const queryParameters = {};
78
- const headerParameters = {};
79
- headerParameters['Content-Type'] = 'application/json';
80
- if (this.configuration && this.configuration.apiKey) {
81
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
82
- }
83
- let urlPath = `/agricultural-intelligence`;
84
- const response = yield this.request({
85
- path: urlPath,
86
- method: 'POST',
87
- headers: headerParameters,
88
- query: queryParameters,
89
- body: (0, index_1.GetAgriculturalIntelligenceRequestToJSON)(requestParameters['getAgriculturalIntelligenceRequest']),
90
- }, initOverrides);
91
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.AIAnalysisFromJSON)(jsonValue));
92
- });
93
- }
94
- /**
95
- * Agricultural intelligence with AI recommendations
96
- * Get AI-powered agricultural insights
97
- */
98
- getAgriculturalIntelligence(requestParameters, initOverrides) {
99
- return __awaiter(this, void 0, void 0, function* () {
100
- const response = yield this.getAgriculturalIntelligenceRaw(requestParameters, initOverrides);
101
- return yield response.value();
102
- });
103
- }
104
- /**
105
- * AI-powered seasonal planning with weather integration
106
- * Get seasonal planning recommendations
107
- */
108
- getSeasonalPlanningAssistantRaw(requestParameters, initOverrides) {
109
- return __awaiter(this, void 0, void 0, function* () {
110
- if (requestParameters['getSeasonalPlanningAssistantRequest'] == null) {
111
- throw new runtime.RequiredError('getSeasonalPlanningAssistantRequest', 'Required parameter "getSeasonalPlanningAssistantRequest" was null or undefined when calling getSeasonalPlanningAssistant().');
112
- }
113
- const queryParameters = {};
114
- const headerParameters = {};
115
- headerParameters['Content-Type'] = 'application/json';
116
- if (this.configuration && this.configuration.apiKey) {
117
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
118
- }
119
- let urlPath = `/seasonal-planning-assistant`;
120
- const response = yield this.request({
121
- path: urlPath,
122
- method: 'POST',
123
- headers: headerParameters,
124
- query: queryParameters,
125
- body: (0, index_1.GetSeasonalPlanningAssistantRequestToJSON)(requestParameters['getSeasonalPlanningAssistantRequest']),
126
- }, initOverrides);
127
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SeasonalPlanningResponseFromJSON)(jsonValue));
128
- });
129
- }
130
- /**
131
- * AI-powered seasonal planning with weather integration
132
- * Get seasonal planning recommendations
133
- */
134
- getSeasonalPlanningAssistant(requestParameters, initOverrides) {
135
- return __awaiter(this, void 0, void 0, function* () {
136
- const response = yield this.getSeasonalPlanningAssistantRaw(requestParameters, initOverrides);
137
- return yield response.value();
138
- });
139
- }
140
- /**
141
- * AI-powered visual crop analysis for pest detection, health assessment, and disease screening
142
- * Analyze crop images
143
- */
144
- visualCropAnalysisRaw(requestParameters, initOverrides) {
145
- return __awaiter(this, void 0, void 0, function* () {
146
- if (requestParameters['visualCropAnalysisRequest'] == null) {
147
- throw new runtime.RequiredError('visualCropAnalysisRequest', 'Required parameter "visualCropAnalysisRequest" was null or undefined when calling visualCropAnalysis().');
148
- }
149
- const queryParameters = {};
150
- const headerParameters = {};
151
- headerParameters['Content-Type'] = 'application/json';
152
- if (this.configuration && this.configuration.apiKey) {
153
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
154
- }
155
- let urlPath = `/visual-crop-analysis`;
156
- const response = yield this.request({
157
- path: urlPath,
158
- method: 'POST',
159
- headers: headerParameters,
160
- query: queryParameters,
161
- body: (0, index_1.VisualCropAnalysisRequestToJSON)(requestParameters['visualCropAnalysisRequest']),
162
- }, initOverrides);
163
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.VisualCropAnalysisFromJSON)(jsonValue));
164
- });
165
- }
166
- /**
167
- * AI-powered visual crop analysis for pest detection, health assessment, and disease screening
168
- * Analyze crop images
169
- */
170
- visualCropAnalysis(requestParameters, initOverrides) {
171
- return __awaiter(this, void 0, void 0, function* () {
172
- const response = yield this.visualCropAnalysisRaw(requestParameters, initOverrides);
173
- return yield response.value();
174
- });
175
- }
176
- }
177
- exports.AIServicesApi = AIServicesApi;
@@ -1,31 +0,0 @@
1
- /**
2
- * SoilSidekick Pro API
3
- * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- * Contact: support@soilsidekick.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { CalculateCarbonCreditsRequest, CarbonCreditCalculation } from '../models/index';
14
- export interface CalculateCarbonCreditsOperationRequest {
15
- calculateCarbonCreditsRequest: CalculateCarbonCreditsRequest;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class CarbonApi extends runtime.BaseAPI {
21
- /**
22
- * Calculate carbon credits based on field data and soil organic matter
23
- * Calculate carbon credits
24
- */
25
- calculateCarbonCreditsRaw(requestParameters: CalculateCarbonCreditsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CarbonCreditCalculation>>;
26
- /**
27
- * Calculate carbon credits based on field data and soil organic matter
28
- * Calculate carbon credits
29
- */
30
- calculateCarbonCredits(requestParameters: CalculateCarbonCreditsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CarbonCreditCalculation>;
31
- }
@@ -1,69 +0,0 @@
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
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.CarbonApi = void 0;
26
- const runtime = require("../runtime");
27
- const index_1 = require("../models/index");
28
- /**
29
- *
30
- */
31
- class CarbonApi extends runtime.BaseAPI {
32
- /**
33
- * Calculate carbon credits based on field data and soil organic matter
34
- * Calculate carbon credits
35
- */
36
- calculateCarbonCreditsRaw(requestParameters, initOverrides) {
37
- return __awaiter(this, void 0, void 0, function* () {
38
- if (requestParameters['calculateCarbonCreditsRequest'] == null) {
39
- throw new runtime.RequiredError('calculateCarbonCreditsRequest', 'Required parameter "calculateCarbonCreditsRequest" was null or undefined when calling calculateCarbonCredits().');
40
- }
41
- const queryParameters = {};
42
- const headerParameters = {};
43
- headerParameters['Content-Type'] = 'application/json';
44
- if (this.configuration && this.configuration.apiKey) {
45
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
46
- }
47
- let urlPath = `/carbon-credit-calculator`;
48
- const response = yield this.request({
49
- path: urlPath,
50
- method: 'POST',
51
- headers: headerParameters,
52
- query: queryParameters,
53
- body: (0, index_1.CalculateCarbonCreditsRequestToJSON)(requestParameters['calculateCarbonCreditsRequest']),
54
- }, initOverrides);
55
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CarbonCreditCalculationFromJSON)(jsonValue));
56
- });
57
- }
58
- /**
59
- * Calculate carbon credits based on field data and soil organic matter
60
- * Calculate carbon credits
61
- */
62
- calculateCarbonCredits(requestParameters, initOverrides) {
63
- return __awaiter(this, void 0, void 0, function* () {
64
- const response = yield this.calculateCarbonCreditsRaw(requestParameters, initOverrides);
65
- return yield response.value();
66
- });
67
- }
68
- }
69
- exports.CarbonApi = CarbonApi;
@@ -1,31 +0,0 @@
1
- /**
2
- * SoilSidekick Pro API
3
- * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- * Contact: support@soilsidekick.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { CalculateEnvironmentalImpactRequest, EnvironmentalImpact } from '../models/index';
14
- export interface CalculateEnvironmentalImpactOperationRequest {
15
- calculateEnvironmentalImpactRequest: CalculateEnvironmentalImpactRequest;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class EnvironmentalApi extends runtime.BaseAPI {
21
- /**
22
- * Assess environmental impact including runoff risk, contamination, and eco-friendly alternatives
23
- * Calculate environmental impact
24
- */
25
- calculateEnvironmentalImpactRaw(requestParameters: CalculateEnvironmentalImpactOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentalImpact>>;
26
- /**
27
- * Assess environmental impact including runoff risk, contamination, and eco-friendly alternatives
28
- * Calculate environmental impact
29
- */
30
- calculateEnvironmentalImpact(requestParameters: CalculateEnvironmentalImpactOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentalImpact>;
31
- }
@@ -1,69 +0,0 @@
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
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.EnvironmentalApi = void 0;
26
- const runtime = require("../runtime");
27
- const index_1 = require("../models/index");
28
- /**
29
- *
30
- */
31
- class EnvironmentalApi extends runtime.BaseAPI {
32
- /**
33
- * Assess environmental impact including runoff risk, contamination, and eco-friendly alternatives
34
- * Calculate environmental impact
35
- */
36
- calculateEnvironmentalImpactRaw(requestParameters, initOverrides) {
37
- return __awaiter(this, void 0, void 0, function* () {
38
- if (requestParameters['calculateEnvironmentalImpactRequest'] == null) {
39
- throw new runtime.RequiredError('calculateEnvironmentalImpactRequest', 'Required parameter "calculateEnvironmentalImpactRequest" was null or undefined when calling calculateEnvironmentalImpact().');
40
- }
41
- const queryParameters = {};
42
- const headerParameters = {};
43
- headerParameters['Content-Type'] = 'application/json';
44
- if (this.configuration && this.configuration.apiKey) {
45
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
46
- }
47
- let urlPath = `/environmental-impact-engine`;
48
- const response = yield this.request({
49
- path: urlPath,
50
- method: 'POST',
51
- headers: headerParameters,
52
- query: queryParameters,
53
- body: (0, index_1.CalculateEnvironmentalImpactRequestToJSON)(requestParameters['calculateEnvironmentalImpactRequest']),
54
- }, initOverrides);
55
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.EnvironmentalImpactFromJSON)(jsonValue));
56
- });
57
- }
58
- /**
59
- * Assess environmental impact including runoff risk, contamination, and eco-friendly alternatives
60
- * Calculate environmental impact
61
- */
62
- calculateEnvironmentalImpact(requestParameters, initOverrides) {
63
- return __awaiter(this, void 0, void 0, function* () {
64
- const response = yield this.calculateEnvironmentalImpactRaw(requestParameters, initOverrides);
65
- return yield response.value();
66
- });
67
- }
68
- }
69
- exports.EnvironmentalApi = EnvironmentalApi;
@@ -1,31 +0,0 @@
1
- /**
2
- * SoilSidekick Pro API
3
- * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- * Contact: support@soilsidekick.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { CountyLookup200Response, CountyLookupRequest } from '../models/index';
14
- export interface CountyLookupOperationRequest {
15
- countyLookupRequest: CountyLookupRequest;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class GeographicApi extends runtime.BaseAPI {
21
- /**
22
- * Search counties by name, state, or FIPS code
23
- * Search for counties
24
- */
25
- countyLookupRaw(requestParameters: CountyLookupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CountyLookup200Response>>;
26
- /**
27
- * Search counties by name, state, or FIPS code
28
- * Search for counties
29
- */
30
- countyLookup(requestParameters: CountyLookupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CountyLookup200Response>;
31
- }
@@ -1,69 +0,0 @@
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
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.GeographicApi = void 0;
26
- const runtime = require("../runtime");
27
- const index_1 = require("../models/index");
28
- /**
29
- *
30
- */
31
- class GeographicApi extends runtime.BaseAPI {
32
- /**
33
- * Search counties by name, state, or FIPS code
34
- * Search for counties
35
- */
36
- countyLookupRaw(requestParameters, initOverrides) {
37
- return __awaiter(this, void 0, void 0, function* () {
38
- if (requestParameters['countyLookupRequest'] == null) {
39
- throw new runtime.RequiredError('countyLookupRequest', 'Required parameter "countyLookupRequest" was null or undefined when calling countyLookup().');
40
- }
41
- const queryParameters = {};
42
- const headerParameters = {};
43
- headerParameters['Content-Type'] = 'application/json';
44
- if (this.configuration && this.configuration.apiKey) {
45
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
46
- }
47
- let urlPath = `/county-lookup`;
48
- const response = yield this.request({
49
- path: urlPath,
50
- method: 'POST',
51
- headers: headerParameters,
52
- query: queryParameters,
53
- body: (0, index_1.CountyLookupRequestToJSON)(requestParameters['countyLookupRequest']),
54
- }, initOverrides);
55
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CountyLookup200ResponseFromJSON)(jsonValue));
56
- });
57
- }
58
- /**
59
- * Search counties by name, state, or FIPS code
60
- * Search for counties
61
- */
62
- countyLookup(requestParameters, initOverrides) {
63
- return __awaiter(this, void 0, void 0, function* () {
64
- const response = yield this.countyLookupRaw(requestParameters, initOverrides);
65
- return yield response.value();
66
- });
67
- }
68
- }
69
- exports.GeographicApi = GeographicApi;
@@ -1,31 +0,0 @@
1
- /**
2
- * SoilSidekick Pro API
3
- * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- * Contact: support@soilsidekick.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { LeafEnginesCompatibility, LeafenginesQueryRequest } from '../models/index';
14
- export interface LeafenginesQueryOperationRequest {
15
- leafenginesQueryRequest: LeafenginesQueryRequest;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class LeafEnginesApi extends runtime.BaseAPI {
21
- /**
22
- * LeafEngines API for plant compatibility scoring with environmental factors
23
- * Query plant-environment compatibility
24
- */
25
- leafenginesQueryRaw(requestParameters: LeafenginesQueryOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LeafEnginesCompatibility>>;
26
- /**
27
- * LeafEngines API for plant compatibility scoring with environmental factors
28
- * Query plant-environment compatibility
29
- */
30
- leafenginesQuery(requestParameters: LeafenginesQueryOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LeafEnginesCompatibility>;
31
- }
@@ -1,69 +0,0 @@
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
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
- return new (P || (P = Promise))(function (resolve, reject) {
18
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
- step((generator = generator.apply(thisArg, _arguments || [])).next());
22
- });
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.LeafEnginesApi = void 0;
26
- const runtime = require("../runtime");
27
- const index_1 = require("../models/index");
28
- /**
29
- *
30
- */
31
- class LeafEnginesApi extends runtime.BaseAPI {
32
- /**
33
- * LeafEngines API for plant compatibility scoring with environmental factors
34
- * Query plant-environment compatibility
35
- */
36
- leafenginesQueryRaw(requestParameters, initOverrides) {
37
- return __awaiter(this, void 0, void 0, function* () {
38
- if (requestParameters['leafenginesQueryRequest'] == null) {
39
- throw new runtime.RequiredError('leafenginesQueryRequest', 'Required parameter "leafenginesQueryRequest" was null or undefined when calling leafenginesQuery().');
40
- }
41
- const queryParameters = {};
42
- const headerParameters = {};
43
- headerParameters['Content-Type'] = 'application/json';
44
- if (this.configuration && this.configuration.apiKey) {
45
- headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
46
- }
47
- let urlPath = `/leafengines-query`;
48
- const response = yield this.request({
49
- path: urlPath,
50
- method: 'POST',
51
- headers: headerParameters,
52
- query: queryParameters,
53
- body: (0, index_1.LeafenginesQueryRequestToJSON)(requestParameters['leafenginesQueryRequest']),
54
- }, initOverrides);
55
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.LeafEnginesCompatibilityFromJSON)(jsonValue));
56
- });
57
- }
58
- /**
59
- * LeafEngines API for plant compatibility scoring with environmental factors
60
- * Query plant-environment compatibility
61
- */
62
- leafenginesQuery(requestParameters, initOverrides) {
63
- return __awaiter(this, void 0, void 0, function* () {
64
- const response = yield this.leafenginesQueryRaw(requestParameters, initOverrides);
65
- return yield response.value();
66
- });
67
- }
68
- }
69
- exports.LeafEnginesApi = LeafEnginesApi;
@@ -1,31 +0,0 @@
1
- /**
2
- * SoilSidekick Pro API
3
- * Agricultural intelligence and soil analysis API with tier-based access control. ## Authentication All endpoints require an API key passed via the `Authorization` header: ``` Authorization: Bearer ss_prod_your_api_key_here ``` ## Rate Limiting Rate limits are enforced based on your subscription tier: - **Free**: 10 req/min, 100 req/hour, 1,000 req/day - **Starter**: 30 req/min, 500 req/hour, 5,000 req/day - **Pro**: 100 req/min, 2,000 req/hour, 25,000 req/day - **Enterprise**: 500 req/min, 10,000 req/hour, 100,000 req/day Rate limit information is returned in response headers: - `X-RateLimit-Limit`: Maximum requests in window - `X-RateLimit-Remaining`: Remaining requests in window - `X-RateLimit-Reset`: Unix timestamp when limit resets
4
- *
5
- * The version of the OpenAPI document: 1.1.0
6
- * Contact: support@soilsidekick.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import type { GetSatelliteDataRequest, SatelliteData } from '../models/index';
14
- export interface GetSatelliteDataOperationRequest {
15
- getSatelliteDataRequest: GetSatelliteDataRequest;
16
- }
17
- /**
18
- *
19
- */
20
- export declare class SatelliteDataApi extends runtime.BaseAPI {
21
- /**
22
- * AlphaEarth satellite intelligence integration
23
- * Get satellite environmental data
24
- */
25
- getSatelliteDataRaw(requestParameters: GetSatelliteDataOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SatelliteData>>;
26
- /**
27
- * AlphaEarth satellite intelligence integration
28
- * Get satellite environmental data
29
- */
30
- getSatelliteData(requestParameters: GetSatelliteDataOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SatelliteData>;
31
- }