@agroyaar/sdk 3.5.11 → 3.5.12

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 (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5053,6 +5053,7 @@ type CroppingSuitabilityReportModel = {
5053
5053
  annuallyPerformancePotential: AnnuallyChartReportModel[];
5054
5054
  annuallyNetIrrigationRequirement: AnnuallyChartReportModel[];
5055
5055
  averageGrowingSeasonTemperature: number;
5056
+ suppliedGrowingDegreeDayMean: number;
5056
5057
  totalRainfallDuringTheGrowingPeriod: number;
5057
5058
  degreeDayGrowingSeason: number;
5058
5059
  slopeLand: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "3.5.11",
3
+ "version": "3.5.12",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",