@deepintel-ltd/farmpro-contracts 1.15.4 → 1.15.6

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 (48) hide show
  1. package/dist/routes/agent-workflows.routes.d.ts +56 -56
  2. package/dist/routes/commodity-deals.routes.d.ts +561 -6
  3. package/dist/routes/commodity-deals.routes.d.ts.map +1 -1
  4. package/dist/routes/commodity-deals.routes.js +17 -1
  5. package/dist/routes/fertigation.routes.d.ts +160 -160
  6. package/dist/routes/field-activities.routes.d.ts +172 -172
  7. package/dist/routes/field-monitoring.routes.d.ts +50 -50
  8. package/dist/routes/field-observations.routes.d.ts +40 -40
  9. package/dist/routes/fields.routes.d.ts +461 -0
  10. package/dist/routes/fields.routes.d.ts.map +1 -1
  11. package/dist/routes/fields.routes.js +19 -1
  12. package/dist/routes/finance.routes.d.ts +78 -78
  13. package/dist/routes/harvest.routes.d.ts +72 -72
  14. package/dist/routes/inventory.routes.d.ts +42 -42
  15. package/dist/routes/live-monitor.routes.d.ts +6 -6
  16. package/dist/routes/measurements.routes.d.ts +6 -6
  17. package/dist/routes/monitoring-visualization.routes.d.ts +12 -12
  18. package/dist/routes/prescription-maps.routes.d.ts +28 -28
  19. package/dist/routes/soil-tests.routes.d.ts +80 -80
  20. package/dist/routes/suppliers.routes.d.ts +80 -80
  21. package/dist/routes/waybills.routes.d.ts +56 -56
  22. package/dist/routes/weather.routes.d.ts +24 -24
  23. package/dist/routes/yield-prediction.routes.d.ts +36 -36
  24. package/dist/schemas/agent-workflows.schemas.d.ts +64 -64
  25. package/dist/schemas/commodity-deals.schemas.d.ts +728 -13
  26. package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
  27. package/dist/schemas/commodity-deals.schemas.js +68 -1
  28. package/dist/schemas/fertigation.schemas.d.ts +72 -72
  29. package/dist/schemas/field-activities.schemas.d.ts +148 -148
  30. package/dist/schemas/field-monitoring.schemas.d.ts +30 -30
  31. package/dist/schemas/field-observations.schemas.d.ts +34 -34
  32. package/dist/schemas/fields.schemas.d.ts +286 -0
  33. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  34. package/dist/schemas/fields.schemas.js +26 -0
  35. package/dist/schemas/finance.schemas.d.ts +94 -94
  36. package/dist/schemas/harvest.schemas.d.ts +80 -80
  37. package/dist/schemas/inventory.schemas.d.ts +46 -46
  38. package/dist/schemas/live-monitor.schemas.d.ts +10 -10
  39. package/dist/schemas/measurements.schemas.d.ts +6 -6
  40. package/dist/schemas/monitoring-visualization.schemas.d.ts +14 -14
  41. package/dist/schemas/prescription-maps.schemas.d.ts +22 -22
  42. package/dist/schemas/recommendations.schemas.d.ts +6 -6
  43. package/dist/schemas/soil-tests.schemas.d.ts +84 -84
  44. package/dist/schemas/suppliers.schemas.d.ts +84 -84
  45. package/dist/schemas/waybills.schemas.d.ts +48 -48
  46. package/dist/schemas/weather.schemas.d.ts +68 -68
  47. package/dist/schemas/yield-prediction.schemas.d.ts +24 -24
  48. package/package.json +1 -1
@@ -82,16 +82,16 @@ export declare const weatherRouter: {
82
82
  availability: z.ZodOptional<z.ZodString>;
83
83
  }, "strip", z.ZodTypeAny, {
84
84
  name: string;
85
- unit: string;
86
85
  quantity: number;
86
+ unit: string;
87
87
  inventoryItemId?: string | undefined;
88
88
  totalCost?: number | undefined;
89
89
  costPerUnit?: number | undefined;
90
90
  availability?: string | undefined;
91
91
  }, {
92
92
  name: string;
93
- unit: string;
94
93
  quantity: number;
94
+ unit: string;
95
95
  inventoryItemId?: string | undefined;
96
96
  totalCost?: number | undefined;
97
97
  costPerUnit?: number | undefined;
@@ -111,8 +111,8 @@ export declare const weatherRouter: {
111
111
  severity?: "critical" | "low" | "medium" | "high" | undefined;
112
112
  materials?: {
113
113
  name: string;
114
- unit: string;
115
114
  quantity: number;
115
+ unit: string;
116
116
  inventoryItemId?: string | undefined;
117
117
  totalCost?: number | undefined;
118
118
  costPerUnit?: number | undefined;
@@ -132,8 +132,8 @@ export declare const weatherRouter: {
132
132
  severity?: "critical" | "low" | "medium" | "high" | undefined;
133
133
  materials?: {
134
134
  name: string;
135
- unit: string;
136
135
  quantity: number;
136
+ unit: string;
137
137
  inventoryItemId?: string | undefined;
138
138
  totalCost?: number | undefined;
139
139
  costPerUnit?: number | undefined;
@@ -160,8 +160,8 @@ export declare const weatherRouter: {
160
160
  severity?: "critical" | "low" | "medium" | "high" | undefined;
161
161
  materials?: {
162
162
  name: string;
163
- unit: string;
164
163
  quantity: number;
164
+ unit: string;
165
165
  inventoryItemId?: string | undefined;
166
166
  totalCost?: number | undefined;
167
167
  costPerUnit?: number | undefined;
@@ -190,8 +190,8 @@ export declare const weatherRouter: {
190
190
  severity?: "critical" | "low" | "medium" | "high" | undefined;
191
191
  materials?: {
192
192
  name: string;
193
- unit: string;
194
193
  quantity: number;
194
+ unit: string;
195
195
  inventoryItemId?: string | undefined;
196
196
  totalCost?: number | undefined;
197
197
  costPerUnit?: number | undefined;
@@ -237,8 +237,8 @@ export declare const weatherRouter: {
237
237
  severity?: "critical" | "low" | "medium" | "high" | undefined;
238
238
  materials?: {
239
239
  name: string;
240
- unit: string;
241
240
  quantity: number;
241
+ unit: string;
242
242
  inventoryItemId?: string | undefined;
243
243
  totalCost?: number | undefined;
244
244
  costPerUnit?: number | undefined;
@@ -284,8 +284,8 @@ export declare const weatherRouter: {
284
284
  severity?: "critical" | "low" | "medium" | "high" | undefined;
285
285
  materials?: {
286
286
  name: string;
287
- unit: string;
288
287
  quantity: number;
288
+ unit: string;
289
289
  inventoryItemId?: string | undefined;
290
290
  totalCost?: number | undefined;
291
291
  costPerUnit?: number | undefined;
@@ -338,8 +338,8 @@ export declare const weatherRouter: {
338
338
  severity?: "critical" | "low" | "medium" | "high" | undefined;
339
339
  materials?: {
340
340
  name: string;
341
- unit: string;
342
341
  quantity: number;
342
+ unit: string;
343
343
  inventoryItemId?: string | undefined;
344
344
  totalCost?: number | undefined;
345
345
  costPerUnit?: number | undefined;
@@ -392,8 +392,8 @@ export declare const weatherRouter: {
392
392
  severity?: "critical" | "low" | "medium" | "high" | undefined;
393
393
  materials?: {
394
394
  name: string;
395
- unit: string;
396
395
  quantity: number;
396
+ unit: string;
397
397
  inventoryItemId?: string | undefined;
398
398
  totalCost?: number | undefined;
399
399
  costPerUnit?: number | undefined;
@@ -472,8 +472,8 @@ export declare const weatherRouter: {
472
472
  severity?: "critical" | "low" | "medium" | "high" | undefined;
473
473
  materials?: {
474
474
  name: string;
475
- unit: string;
476
475
  quantity: number;
476
+ unit: string;
477
477
  inventoryItemId?: string | undefined;
478
478
  totalCost?: number | undefined;
479
479
  costPerUnit?: number | undefined;
@@ -538,8 +538,8 @@ export declare const weatherRouter: {
538
538
  severity?: "critical" | "low" | "medium" | "high" | undefined;
539
539
  materials?: {
540
540
  name: string;
541
- unit: string;
542
541
  quantity: number;
542
+ unit: string;
543
543
  inventoryItemId?: string | undefined;
544
544
  totalCost?: number | undefined;
545
545
  costPerUnit?: number | undefined;
@@ -804,14 +804,14 @@ export declare const weatherRouter: {
804
804
  planting: z.ZodEnum<["low", "medium", "high"]>;
805
805
  harvesting: z.ZodEnum<["low", "medium", "high"]>;
806
806
  }, "strip", z.ZodTypeAny, {
807
+ planting: "low" | "medium" | "high";
807
808
  spraying: "low" | "medium" | "high";
808
809
  irrigation: "low" | "medium" | "high";
809
- planting: "low" | "medium" | "high";
810
810
  harvesting: "low" | "medium" | "high";
811
811
  }, {
812
+ planting: "low" | "medium" | "high";
812
813
  spraying: "low" | "medium" | "high";
813
814
  irrigation: "low" | "medium" | "high";
814
- planting: "low" | "medium" | "high";
815
815
  harvesting: "low" | "medium" | "high";
816
816
  }>;
817
817
  }, "strip", z.ZodTypeAny, {
@@ -825,9 +825,9 @@ export declare const weatherRouter: {
825
825
  evapotranspiration: number;
826
826
  };
827
827
  activities: {
828
+ planting: "low" | "medium" | "high";
828
829
  spraying: "low" | "medium" | "high";
829
830
  irrigation: "low" | "medium" | "high";
830
- planting: "low" | "medium" | "high";
831
831
  harvesting: "low" | "medium" | "high";
832
832
  };
833
833
  }, {
@@ -841,9 +841,9 @@ export declare const weatherRouter: {
841
841
  evapotranspiration: number;
842
842
  };
843
843
  activities: {
844
+ planting: "low" | "medium" | "high";
844
845
  spraying: "low" | "medium" | "high";
845
846
  irrigation: "low" | "medium" | "high";
846
- planting: "low" | "medium" | "high";
847
847
  harvesting: "low" | "medium" | "high";
848
848
  };
849
849
  }>, "many">;
@@ -862,9 +862,9 @@ export declare const weatherRouter: {
862
862
  evapotranspiration: number;
863
863
  };
864
864
  activities: {
865
+ planting: "low" | "medium" | "high";
865
866
  spraying: "low" | "medium" | "high";
866
867
  irrigation: "low" | "medium" | "high";
867
- planting: "low" | "medium" | "high";
868
868
  harvesting: "low" | "medium" | "high";
869
869
  };
870
870
  }[];
@@ -883,9 +883,9 @@ export declare const weatherRouter: {
883
883
  evapotranspiration: number;
884
884
  };
885
885
  activities: {
886
+ planting: "low" | "medium" | "high";
886
887
  spraying: "low" | "medium" | "high";
887
888
  irrigation: "low" | "medium" | "high";
888
- planting: "low" | "medium" | "high";
889
889
  harvesting: "low" | "medium" | "high";
890
890
  };
891
891
  }[];
@@ -907,9 +907,9 @@ export declare const weatherRouter: {
907
907
  evapotranspiration: number;
908
908
  };
909
909
  activities: {
910
+ planting: "low" | "medium" | "high";
910
911
  spraying: "low" | "medium" | "high";
911
912
  irrigation: "low" | "medium" | "high";
912
- planting: "low" | "medium" | "high";
913
913
  harvesting: "low" | "medium" | "high";
914
914
  };
915
915
  }[];
@@ -932,9 +932,9 @@ export declare const weatherRouter: {
932
932
  evapotranspiration: number;
933
933
  };
934
934
  activities: {
935
+ planting: "low" | "medium" | "high";
935
936
  spraying: "low" | "medium" | "high";
936
937
  irrigation: "low" | "medium" | "high";
937
- planting: "low" | "medium" | "high";
938
938
  harvesting: "low" | "medium" | "high";
939
939
  };
940
940
  }[];
@@ -961,9 +961,9 @@ export declare const weatherRouter: {
961
961
  evapotranspiration: number;
962
962
  };
963
963
  activities: {
964
+ planting: "low" | "medium" | "high";
964
965
  spraying: "low" | "medium" | "high";
965
966
  irrigation: "low" | "medium" | "high";
966
- planting: "low" | "medium" | "high";
967
967
  harvesting: "low" | "medium" | "high";
968
968
  };
969
969
  }[];
@@ -990,9 +990,9 @@ export declare const weatherRouter: {
990
990
  evapotranspiration: number;
991
991
  };
992
992
  activities: {
993
+ planting: "low" | "medium" | "high";
993
994
  spraying: "low" | "medium" | "high";
994
995
  irrigation: "low" | "medium" | "high";
995
- planting: "low" | "medium" | "high";
996
996
  harvesting: "low" | "medium" | "high";
997
997
  };
998
998
  }[];
@@ -1021,9 +1021,9 @@ export declare const weatherRouter: {
1021
1021
  evapotranspiration: number;
1022
1022
  };
1023
1023
  activities: {
1024
+ planting: "low" | "medium" | "high";
1024
1025
  spraying: "low" | "medium" | "high";
1025
1026
  irrigation: "low" | "medium" | "high";
1026
- planting: "low" | "medium" | "high";
1027
1027
  harvesting: "low" | "medium" | "high";
1028
1028
  };
1029
1029
  }[];
@@ -1052,9 +1052,9 @@ export declare const weatherRouter: {
1052
1052
  evapotranspiration: number;
1053
1053
  };
1054
1054
  activities: {
1055
+ planting: "low" | "medium" | "high";
1055
1056
  spraying: "low" | "medium" | "high";
1056
1057
  irrigation: "low" | "medium" | "high";
1057
- planting: "low" | "medium" | "high";
1058
1058
  harvesting: "low" | "medium" | "high";
1059
1059
  };
1060
1060
  }[];
@@ -158,16 +158,16 @@ export declare const yieldPredictionRouter: {
158
158
  }, "strip", z.ZodTypeAny, {
159
159
  crop: string;
160
160
  harvestDate: string;
161
- unit: string;
162
161
  quantity: number;
162
+ unit: string;
163
163
  qualityGrade: string | null;
164
164
  yieldPerHectare: number | null;
165
165
  year: number;
166
166
  }, {
167
167
  crop: string;
168
168
  harvestDate: string;
169
- unit: string;
170
169
  quantity: number;
170
+ unit: string;
171
171
  qualityGrade: string | null;
172
172
  yieldPerHectare: number | null;
173
173
  year: number;
@@ -183,8 +183,8 @@ export declare const yieldPredictionRouter: {
183
183
  historicalYields: {
184
184
  crop: string;
185
185
  harvestDate: string;
186
- unit: string;
187
186
  quantity: number;
187
+ unit: string;
188
188
  qualityGrade: string | null;
189
189
  yieldPerHectare: number | null;
190
190
  year: number;
@@ -200,8 +200,8 @@ export declare const yieldPredictionRouter: {
200
200
  historicalYields: {
201
201
  crop: string;
202
202
  harvestDate: string;
203
- unit: string;
204
203
  quantity: number;
204
+ unit: string;
205
205
  qualityGrade: string | null;
206
206
  yieldPerHectare: number | null;
207
207
  year: number;
@@ -337,8 +337,8 @@ export declare const yieldPredictionRouter: {
337
337
  historicalYields: {
338
338
  crop: string;
339
339
  harvestDate: string;
340
- unit: string;
341
340
  quantity: number;
341
+ unit: string;
342
342
  qualityGrade: string | null;
343
343
  yieldPerHectare: number | null;
344
344
  year: number;
@@ -419,8 +419,8 @@ export declare const yieldPredictionRouter: {
419
419
  historicalYields: {
420
420
  crop: string;
421
421
  harvestDate: string;
422
- unit: string;
423
422
  quantity: number;
423
+ unit: string;
424
424
  qualityGrade: string | null;
425
425
  yieldPerHectare: number | null;
426
426
  year: number;
@@ -505,8 +505,8 @@ export declare const yieldPredictionRouter: {
505
505
  historicalYields: {
506
506
  crop: string;
507
507
  harvestDate: string;
508
- unit: string;
509
508
  quantity: number;
509
+ unit: string;
510
510
  qualityGrade: string | null;
511
511
  yieldPerHectare: number | null;
512
512
  year: number;
@@ -591,8 +591,8 @@ export declare const yieldPredictionRouter: {
591
591
  historicalYields: {
592
592
  crop: string;
593
593
  harvestDate: string;
594
- unit: string;
595
594
  quantity: number;
595
+ unit: string;
596
596
  qualityGrade: string | null;
597
597
  yieldPerHectare: number | null;
598
598
  year: number;
@@ -679,8 +679,8 @@ export declare const yieldPredictionRouter: {
679
679
  historicalYields: {
680
680
  crop: string;
681
681
  harvestDate: string;
682
- unit: string;
683
682
  quantity: number;
683
+ unit: string;
684
684
  qualityGrade: string | null;
685
685
  yieldPerHectare: number | null;
686
686
  year: number;
@@ -767,8 +767,8 @@ export declare const yieldPredictionRouter: {
767
767
  historicalYields: {
768
768
  crop: string;
769
769
  harvestDate: string;
770
- unit: string;
771
770
  quantity: number;
771
+ unit: string;
772
772
  qualityGrade: string | null;
773
773
  yieldPerHectare: number | null;
774
774
  year: number;
@@ -921,9 +921,9 @@ export declare const yieldPredictionRouter: {
921
921
  healthStatus: z.ZodEnum<["excellent", "good", "fair", "poor", "critical"]>;
922
922
  daysToHarvest: z.ZodNullable<z.ZodNumber>;
923
923
  }, "strip", z.ZodTypeAny, {
924
+ unit: string;
924
925
  fieldId: string;
925
926
  fieldName: string;
926
- unit: string;
927
927
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
928
928
  yieldPerHectare: number;
929
929
  cropType: string;
@@ -933,9 +933,9 @@ export declare const yieldPredictionRouter: {
933
933
  confidenceScore: number;
934
934
  daysToHarvest: number | null;
935
935
  }, {
936
+ unit: string;
936
937
  fieldId: string;
937
938
  fieldName: string;
938
- unit: string;
939
939
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
940
940
  yieldPerHectare: number;
941
941
  cropType: string;
@@ -961,9 +961,9 @@ export declare const yieldPredictionRouter: {
961
961
  includedInSeasonRevenue: z.ZodBoolean;
962
962
  }, "strip", z.ZodTypeAny, {
963
963
  plantingDate: string | null;
964
+ unit: string;
964
965
  fieldId: string;
965
966
  fieldName: string;
966
- unit: string;
967
967
  stage: "bearing" | "establishing" | "unknown_age";
968
968
  cropType: string;
969
969
  fieldArea: number;
@@ -975,9 +975,9 @@ export declare const yieldPredictionRouter: {
975
975
  includedInSeasonRevenue: boolean;
976
976
  }, {
977
977
  plantingDate: string | null;
978
+ unit: string;
978
979
  fieldId: string;
979
980
  fieldName: string;
980
- unit: string;
981
981
  stage: "bearing" | "establishing" | "unknown_age";
982
982
  cropType: string;
983
983
  fieldArea: number;
@@ -1025,9 +1025,9 @@ export declare const yieldPredictionRouter: {
1025
1025
  };
1026
1026
  }[];
1027
1027
  fieldSummaries: {
1028
+ unit: string;
1028
1029
  fieldId: string;
1029
1030
  fieldName: string;
1030
- unit: string;
1031
1031
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1032
1032
  yieldPerHectare: number;
1033
1033
  cropType: string;
@@ -1039,9 +1039,9 @@ export declare const yieldPredictionRouter: {
1039
1039
  }[];
1040
1040
  cashCropStands: {
1041
1041
  plantingDate: string | null;
1042
+ unit: string;
1042
1043
  fieldId: string;
1043
1044
  fieldName: string;
1044
- unit: string;
1045
1045
  stage: "bearing" | "establishing" | "unknown_age";
1046
1046
  cropType: string;
1047
1047
  fieldArea: number;
@@ -1080,9 +1080,9 @@ export declare const yieldPredictionRouter: {
1080
1080
  };
1081
1081
  }[];
1082
1082
  fieldSummaries: {
1083
+ unit: string;
1083
1084
  fieldId: string;
1084
1085
  fieldName: string;
1085
- unit: string;
1086
1086
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1087
1087
  yieldPerHectare: number;
1088
1088
  cropType: string;
@@ -1099,9 +1099,9 @@ export declare const yieldPredictionRouter: {
1099
1099
  };
1100
1100
  cashCropStands?: {
1101
1101
  plantingDate: string | null;
1102
+ unit: string;
1102
1103
  fieldId: string;
1103
1104
  fieldName: string;
1104
- unit: string;
1105
1105
  stage: "bearing" | "establishing" | "unknown_age";
1106
1106
  cropType: string;
1107
1107
  fieldArea: number;
@@ -1139,9 +1139,9 @@ export declare const yieldPredictionRouter: {
1139
1139
  };
1140
1140
  }[];
1141
1141
  fieldSummaries: {
1142
+ unit: string;
1142
1143
  fieldId: string;
1143
1144
  fieldName: string;
1144
- unit: string;
1145
1145
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1146
1146
  yieldPerHectare: number;
1147
1147
  cropType: string;
@@ -1153,9 +1153,9 @@ export declare const yieldPredictionRouter: {
1153
1153
  }[];
1154
1154
  cashCropStands: {
1155
1155
  plantingDate: string | null;
1156
+ unit: string;
1156
1157
  fieldId: string;
1157
1158
  fieldName: string;
1158
- unit: string;
1159
1159
  stage: "bearing" | "establishing" | "unknown_age";
1160
1160
  cropType: string;
1161
1161
  fieldArea: number;
@@ -1198,9 +1198,9 @@ export declare const yieldPredictionRouter: {
1198
1198
  };
1199
1199
  }[];
1200
1200
  fieldSummaries: {
1201
+ unit: string;
1201
1202
  fieldId: string;
1202
1203
  fieldName: string;
1203
- unit: string;
1204
1204
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1205
1205
  yieldPerHectare: number;
1206
1206
  cropType: string;
@@ -1217,9 +1217,9 @@ export declare const yieldPredictionRouter: {
1217
1217
  };
1218
1218
  cashCropStands?: {
1219
1219
  plantingDate: string | null;
1220
+ unit: string;
1220
1221
  fieldId: string;
1221
1222
  fieldName: string;
1222
- unit: string;
1223
1223
  stage: "bearing" | "establishing" | "unknown_age";
1224
1224
  cropType: string;
1225
1225
  fieldArea: number;
@@ -1259,9 +1259,9 @@ export declare const yieldPredictionRouter: {
1259
1259
  };
1260
1260
  }[];
1261
1261
  fieldSummaries: {
1262
+ unit: string;
1262
1263
  fieldId: string;
1263
1264
  fieldName: string;
1264
- unit: string;
1265
1265
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1266
1266
  yieldPerHectare: number;
1267
1267
  cropType: string;
@@ -1273,9 +1273,9 @@ export declare const yieldPredictionRouter: {
1273
1273
  }[];
1274
1274
  cashCropStands: {
1275
1275
  plantingDate: string | null;
1276
+ unit: string;
1276
1277
  fieldId: string;
1277
1278
  fieldName: string;
1278
- unit: string;
1279
1279
  stage: "bearing" | "establishing" | "unknown_age";
1280
1280
  cropType: string;
1281
1281
  fieldArea: number;
@@ -1320,9 +1320,9 @@ export declare const yieldPredictionRouter: {
1320
1320
  };
1321
1321
  }[];
1322
1322
  fieldSummaries: {
1323
+ unit: string;
1323
1324
  fieldId: string;
1324
1325
  fieldName: string;
1325
- unit: string;
1326
1326
  confidence: "low" | "medium" | "high" | "very_high" | "very_low";
1327
1327
  yieldPerHectare: number;
1328
1328
  cropType: string;
@@ -1339,9 +1339,9 @@ export declare const yieldPredictionRouter: {
1339
1339
  };
1340
1340
  cashCropStands?: {
1341
1341
  plantingDate: string | null;
1342
+ unit: string;
1342
1343
  fieldId: string;
1343
1344
  fieldName: string;
1344
- unit: string;
1345
1345
  stage: "bearing" | "establishing" | "unknown_age";
1346
1346
  cropType: string;
1347
1347
  fieldArea: number;
@@ -1513,16 +1513,16 @@ export declare const yieldPredictionRouter: {
1513
1513
  }, "strip", z.ZodTypeAny, {
1514
1514
  crop: string;
1515
1515
  harvestDate: string;
1516
- unit: string;
1517
1516
  quantity: number;
1517
+ unit: string;
1518
1518
  qualityGrade: string | null;
1519
1519
  yieldPerHectare: number | null;
1520
1520
  year: number;
1521
1521
  }, {
1522
1522
  crop: string;
1523
1523
  harvestDate: string;
1524
- unit: string;
1525
1524
  quantity: number;
1525
+ unit: string;
1526
1526
  qualityGrade: string | null;
1527
1527
  yieldPerHectare: number | null;
1528
1528
  year: number;
@@ -1538,8 +1538,8 @@ export declare const yieldPredictionRouter: {
1538
1538
  historicalYields: {
1539
1539
  crop: string;
1540
1540
  harvestDate: string;
1541
- unit: string;
1542
1541
  quantity: number;
1542
+ unit: string;
1543
1543
  qualityGrade: string | null;
1544
1544
  yieldPerHectare: number | null;
1545
1545
  year: number;
@@ -1555,8 +1555,8 @@ export declare const yieldPredictionRouter: {
1555
1555
  historicalYields: {
1556
1556
  crop: string;
1557
1557
  harvestDate: string;
1558
- unit: string;
1559
1558
  quantity: number;
1559
+ unit: string;
1560
1560
  qualityGrade: string | null;
1561
1561
  yieldPerHectare: number | null;
1562
1562
  year: number;
@@ -1692,8 +1692,8 @@ export declare const yieldPredictionRouter: {
1692
1692
  historicalYields: {
1693
1693
  crop: string;
1694
1694
  harvestDate: string;
1695
- unit: string;
1696
1695
  quantity: number;
1696
+ unit: string;
1697
1697
  qualityGrade: string | null;
1698
1698
  yieldPerHectare: number | null;
1699
1699
  year: number;
@@ -1774,8 +1774,8 @@ export declare const yieldPredictionRouter: {
1774
1774
  historicalYields: {
1775
1775
  crop: string;
1776
1776
  harvestDate: string;
1777
- unit: string;
1778
1777
  quantity: number;
1778
+ unit: string;
1779
1779
  qualityGrade: string | null;
1780
1780
  yieldPerHectare: number | null;
1781
1781
  year: number;
@@ -1860,8 +1860,8 @@ export declare const yieldPredictionRouter: {
1860
1860
  historicalYields: {
1861
1861
  crop: string;
1862
1862
  harvestDate: string;
1863
- unit: string;
1864
1863
  quantity: number;
1864
+ unit: string;
1865
1865
  qualityGrade: string | null;
1866
1866
  yieldPerHectare: number | null;
1867
1867
  year: number;
@@ -1946,8 +1946,8 @@ export declare const yieldPredictionRouter: {
1946
1946
  historicalYields: {
1947
1947
  crop: string;
1948
1948
  harvestDate: string;
1949
- unit: string;
1950
1949
  quantity: number;
1950
+ unit: string;
1951
1951
  qualityGrade: string | null;
1952
1952
  yieldPerHectare: number | null;
1953
1953
  year: number;
@@ -2048,8 +2048,8 @@ export declare const yieldPredictionRouter: {
2048
2048
  historicalYields: {
2049
2049
  crop: string;
2050
2050
  harvestDate: string;
2051
- unit: string;
2052
2051
  quantity: number;
2052
+ unit: string;
2053
2053
  qualityGrade: string | null;
2054
2054
  yieldPerHectare: number | null;
2055
2055
  year: number;
@@ -2140,8 +2140,8 @@ export declare const yieldPredictionRouter: {
2140
2140
  historicalYields: {
2141
2141
  crop: string;
2142
2142
  harvestDate: string;
2143
- unit: string;
2144
2143
  quantity: number;
2144
+ unit: string;
2145
2145
  qualityGrade: string | null;
2146
2146
  yieldPerHectare: number | null;
2147
2147
  year: number;