@agroyaar/sdk 3.5.9 → 3.5.11
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 +7 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2079,6 +2079,11 @@ interface components {
|
|
|
2079
2079
|
* @example 5
|
|
2080
2080
|
*/
|
|
2081
2081
|
growingDegreeDayRequirement: number;
|
|
2082
|
+
/**
|
|
2083
|
+
* @description میانگین gdd تامین شده در سی سال گذشته
|
|
2084
|
+
* @example 0
|
|
2085
|
+
*/
|
|
2086
|
+
suppliedGrowingDegreeDayMean: number;
|
|
2082
2087
|
};
|
|
2083
2088
|
CroppingSuitability: {
|
|
2084
2089
|
readonly id: string;
|
|
@@ -3035,7 +3040,7 @@ interface operations {
|
|
|
3035
3040
|
* - "enum,enum" → in
|
|
3036
3041
|
* - "!enum,enum" → notIn
|
|
3037
3042
|
* */
|
|
3038
|
-
serviceName?: "VISIT" | "YIELD_GAP" | "EXPERIMENT" | "QUESTIONNAIRE" | "CROPPING_PATTERN" | "WEATHER_STATION" | "CROPPING_SUITABILITY" | "CHILLING_REQUIREMENT" | "CULTIVAR_RECOMMENDATION" | "HARVEST_DATE_RECOMMENDATION" | "SOWING_DATE_RECOMMENDATIONS" | "FIRST_SAFFRON_IRRIGATION_DATE_RECOMMENDATION" | null;
|
|
3043
|
+
serviceName?: "VISIT" | "YIELD_GAP" | "EXPERIMENT" | "QUESTIONNAIRE" | "CROPPING_PATTERN" | "WEATHER_STATION" | "CROPPING_SUITABILITY" | "CHILLING_REQUIREMENT" | "CULTIVAR_RECOMMENDATION" | "HARVEST_DATE_RECOMMENDATION" | "SOWING_DATE_RECOMMENDATIONS" | "FIRST_SAFFRON_IRRIGATION_DATE_RECOMMENDATION" | "GENERAL_EXPERIMENT" | null;
|
|
3039
3044
|
};
|
|
3040
3045
|
header?: never;
|
|
3041
3046
|
path: {
|
|
@@ -4569,8 +4574,7 @@ interface operations {
|
|
|
4569
4574
|
header?: never;
|
|
4570
4575
|
path: {
|
|
4571
4576
|
farmerId: string;
|
|
4572
|
-
|
|
4573
|
-
croppingSuitabilityId: unknown;
|
|
4577
|
+
croppingSuitabilityId: string;
|
|
4574
4578
|
};
|
|
4575
4579
|
cookie?: never;
|
|
4576
4580
|
};
|