@agroyaar/sdk 3.1.4 → 3.1.5
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.
- package/dist/index.d.ts +12 -18
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1696,18 +1696,6 @@ interface components {
|
|
|
1696
1696
|
*/
|
|
1697
1697
|
value: number;
|
|
1698
1698
|
};
|
|
1699
|
-
DayOfYearChartReportType: {
|
|
1700
|
-
/**
|
|
1701
|
-
* @description روز سال
|
|
1702
|
-
* @example 1
|
|
1703
|
-
*/
|
|
1704
|
-
dayOfYear: number;
|
|
1705
|
-
/**
|
|
1706
|
-
* @description مقدار
|
|
1707
|
-
* @example 20
|
|
1708
|
-
*/
|
|
1709
|
-
value: number;
|
|
1710
|
-
};
|
|
1711
1699
|
MonthlyChartReportType: {
|
|
1712
1700
|
/**
|
|
1713
1701
|
* @description شماره ماه
|
|
@@ -1764,17 +1752,23 @@ interface components {
|
|
|
1764
1752
|
annuallyNetIrrigationRequirement: components["schemas"]["AnnuallyChartReportType"][];
|
|
1765
1753
|
/** @description درجه روز رشد تامین شده ۳۰ سال گذشته */
|
|
1766
1754
|
annuallySuppliedGrowingDegreeDay: components["schemas"]["AnnuallyChartReportType"][];
|
|
1767
|
-
/** @description تغییرات دمای حداکثر روزانه ۳۰ سال گذشته */
|
|
1768
|
-
dailyMaximumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
|
|
1769
|
-
/** @description تغییرات دمای حداقل روزانه ۳۰ سال گذشته */
|
|
1770
|
-
dailyMinimumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
|
|
1771
|
-
/** @description تغییرات دمای میانگین روزانه ۳۰ سال گذشته */
|
|
1772
|
-
dailyMeanTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
|
|
1773
1755
|
/** @description ریسکهای دمایی */
|
|
1774
1756
|
temperatureRisks: components["schemas"]["CroppingPatternRiskChartType"][];
|
|
1775
1757
|
/** @description ریسکهای رطوبتی */
|
|
1776
1758
|
humidityRisks: components["schemas"]["CroppingPatternRiskChartType"][];
|
|
1777
1759
|
};
|
|
1760
|
+
DayOfYearChartReportType: {
|
|
1761
|
+
/**
|
|
1762
|
+
* @description روز سال
|
|
1763
|
+
* @example 1
|
|
1764
|
+
*/
|
|
1765
|
+
dayOfYear: number;
|
|
1766
|
+
/**
|
|
1767
|
+
* @description مقدار
|
|
1768
|
+
* @example 20
|
|
1769
|
+
*/
|
|
1770
|
+
value: number;
|
|
1771
|
+
};
|
|
1778
1772
|
CroppingPattern: {
|
|
1779
1773
|
readonly id: string;
|
|
1780
1774
|
/** Format: date-time */
|