@deepintel-ltd/farmpro-contracts 1.16.10 → 1.16.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 (35) hide show
  1. package/dist/routes/admin.routes.d.ts +1036 -0
  2. package/dist/routes/admin.routes.d.ts.map +1 -1
  3. package/dist/routes/admin.routes.js +29 -1
  4. package/dist/routes/agent-workflows.routes.d.ts +246 -246
  5. package/dist/routes/agents.routes.d.ts +16 -16
  6. package/dist/routes/fertigation.routes.d.ts +336 -336
  7. package/dist/routes/field-monitoring.routes.d.ts +8 -8
  8. package/dist/routes/field-observations.routes.d.ts +56 -56
  9. package/dist/routes/fields.routes.d.ts +63 -63
  10. package/dist/routes/health.routes.d.ts +66 -0
  11. package/dist/routes/health.routes.d.ts.map +1 -1
  12. package/dist/routes/livestock-groups.routes.d.ts +8 -8
  13. package/dist/routes/livestock.routes.d.ts +50 -50
  14. package/dist/routes/payments.routes.d.ts +20 -20
  15. package/dist/routes/pest-disease-risk.routes.d.ts +4 -4
  16. package/dist/routes/soil-tests.routes.d.ts +40 -40
  17. package/dist/schemas/admin.schemas.d.ts +267 -0
  18. package/dist/schemas/admin.schemas.d.ts.map +1 -1
  19. package/dist/schemas/admin.schemas.js +38 -0
  20. package/dist/schemas/agent-workflows.schemas.d.ts +206 -206
  21. package/dist/schemas/agents.schemas.d.ts +16 -16
  22. package/dist/schemas/fertigation.schemas.d.ts +128 -128
  23. package/dist/schemas/field-monitoring.schemas.d.ts +8 -8
  24. package/dist/schemas/field-observations.schemas.d.ts +46 -46
  25. package/dist/schemas/fields.schemas.d.ts +59 -59
  26. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  27. package/dist/schemas/fields.schemas.js +8 -1
  28. package/dist/schemas/health.schemas.d.ts +33 -0
  29. package/dist/schemas/health.schemas.d.ts.map +1 -1
  30. package/dist/schemas/health.schemas.js +1 -0
  31. package/dist/schemas/livestock.schemas.d.ts +50 -50
  32. package/dist/schemas/payments.schemas.d.ts +20 -20
  33. package/dist/schemas/pest-disease-risk.schemas.d.ts +2 -2
  34. package/dist/schemas/soil-tests.schemas.d.ts +42 -42
  35. package/package.json +1 -1
@@ -55,7 +55,7 @@ export declare const growthStageConfigSchema: z.ZodObject<{
55
55
  }>;
56
56
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
58
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
59
59
  durationDays: number;
60
60
  npkRatio: {
61
61
  n: number;
@@ -69,7 +69,7 @@ export declare const growthStageConfigSchema: z.ZodObject<{
69
69
  };
70
70
  weeklyApplications: number;
71
71
  }, {
72
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
72
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
73
73
  durationDays: number;
74
74
  npkRatio: {
75
75
  n: number;
@@ -182,7 +182,7 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
182
182
  }>;
183
183
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
184
184
  }, "strip", z.ZodTypeAny, {
185
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
185
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
186
186
  durationDays: number;
187
187
  npkRatio: {
188
188
  n: number;
@@ -196,7 +196,7 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
196
196
  };
197
197
  weeklyApplications: number;
198
198
  }, {
199
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
199
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
200
200
  durationDays: number;
201
201
  npkRatio: {
202
202
  n: number;
@@ -234,7 +234,7 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
234
234
  cropVariety: string | null;
235
235
  cropCategory: string;
236
236
  growthStages: {
237
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
237
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
238
238
  durationDays: number;
239
239
  npkRatio: {
240
240
  n: number;
@@ -266,7 +266,7 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
266
266
  cropVariety: string | null;
267
267
  cropCategory: string;
268
268
  growthStages: {
269
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
269
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
270
270
  durationDays: number;
271
271
  npkRatio: {
272
272
  n: number;
@@ -324,7 +324,7 @@ export declare const createCropNutrientProfileAttributesSchema: z.ZodObject<{
324
324
  }>;
325
325
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
326
326
  }, "strip", z.ZodTypeAny, {
327
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
327
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
328
328
  durationDays: number;
329
329
  npkRatio: {
330
330
  n: number;
@@ -338,7 +338,7 @@ export declare const createCropNutrientProfileAttributesSchema: z.ZodObject<{
338
338
  };
339
339
  weeklyApplications: number;
340
340
  }, {
341
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
341
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
342
342
  durationDays: number;
343
343
  npkRatio: {
344
344
  n: number;
@@ -366,7 +366,7 @@ export declare const createCropNutrientProfileAttributesSchema: z.ZodObject<{
366
366
  cropName: string;
367
367
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
368
368
  growthStages: {
369
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
369
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
370
370
  durationDays: number;
371
371
  npkRatio: {
372
372
  n: number;
@@ -395,7 +395,7 @@ export declare const createCropNutrientProfileAttributesSchema: z.ZodObject<{
395
395
  cropName: string;
396
396
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
397
397
  growthStages: {
398
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
398
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
399
399
  durationDays: number;
400
400
  npkRatio: {
401
401
  n: number;
@@ -456,7 +456,7 @@ export declare const updateCropNutrientProfileAttributesSchema: z.ZodObject<{
456
456
  }>;
457
457
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
458
458
  }, "strip", z.ZodTypeAny, {
459
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
459
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
460
460
  durationDays: number;
461
461
  npkRatio: {
462
462
  n: number;
@@ -470,7 +470,7 @@ export declare const updateCropNutrientProfileAttributesSchema: z.ZodObject<{
470
470
  };
471
471
  weeklyApplications: number;
472
472
  }, {
473
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
473
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
474
474
  durationDays: number;
475
475
  npkRatio: {
476
476
  n: number;
@@ -501,7 +501,7 @@ export declare const updateCropNutrientProfileAttributesSchema: z.ZodObject<{
501
501
  cropVariety?: string | undefined;
502
502
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
503
503
  growthStages?: {
504
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
504
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
505
505
  durationDays: number;
506
506
  npkRatio: {
507
507
  n: number;
@@ -530,7 +530,7 @@ export declare const updateCropNutrientProfileAttributesSchema: z.ZodObject<{
530
530
  cropVariety?: string | undefined;
531
531
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
532
532
  growthStages?: {
533
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
533
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
534
534
  durationDays: number;
535
535
  npkRatio: {
536
536
  n: number;
@@ -590,7 +590,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
590
590
  }>;
591
591
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
592
592
  }, "strip", z.ZodTypeAny, {
593
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
593
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
594
594
  durationDays: number;
595
595
  npkRatio: {
596
596
  n: number;
@@ -604,7 +604,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
604
604
  };
605
605
  weeklyApplications: number;
606
606
  }, {
607
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
607
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
608
608
  durationDays: number;
609
609
  npkRatio: {
610
610
  n: number;
@@ -632,7 +632,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
632
632
  cropName: string;
633
633
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
634
634
  growthStages: {
635
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
635
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
636
636
  durationDays: number;
637
637
  npkRatio: {
638
638
  n: number;
@@ -661,7 +661,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
661
661
  cropName: string;
662
662
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
663
663
  growthStages: {
664
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
664
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
665
665
  durationDays: number;
666
666
  npkRatio: {
667
667
  n: number;
@@ -693,7 +693,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
693
693
  cropName: string;
694
694
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
695
695
  growthStages: {
696
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
696
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
697
697
  durationDays: number;
698
698
  npkRatio: {
699
699
  n: number;
@@ -725,7 +725,7 @@ export declare const createCropNutrientProfileSchema: z.ZodObject<{
725
725
  cropName: string;
726
726
  cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
727
727
  growthStages: {
728
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
728
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
729
729
  durationDays: number;
730
730
  npkRatio: {
731
731
  n: number;
@@ -790,7 +790,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
790
790
  }>;
791
791
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
792
792
  }, "strip", z.ZodTypeAny, {
793
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
793
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
794
794
  durationDays: number;
795
795
  npkRatio: {
796
796
  n: number;
@@ -804,7 +804,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
804
804
  };
805
805
  weeklyApplications: number;
806
806
  }, {
807
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
807
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
808
808
  durationDays: number;
809
809
  npkRatio: {
810
810
  n: number;
@@ -835,7 +835,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
835
835
  cropVariety?: string | undefined;
836
836
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
837
837
  growthStages?: {
838
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
838
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
839
839
  durationDays: number;
840
840
  npkRatio: {
841
841
  n: number;
@@ -864,7 +864,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
864
864
  cropVariety?: string | undefined;
865
865
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
866
866
  growthStages?: {
867
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
867
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
868
868
  durationDays: number;
869
869
  npkRatio: {
870
870
  n: number;
@@ -897,7 +897,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
897
897
  cropVariety?: string | undefined;
898
898
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
899
899
  growthStages?: {
900
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
900
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
901
901
  durationDays: number;
902
902
  npkRatio: {
903
903
  n: number;
@@ -930,7 +930,7 @@ export declare const updateCropNutrientProfileSchema: z.ZodObject<{
930
930
  cropVariety?: string | undefined;
931
931
  cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
932
932
  growthStages?: {
933
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
933
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
934
934
  durationDays: number;
935
935
  npkRatio: {
936
936
  n: number;
@@ -992,7 +992,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
992
992
  }>;
993
993
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
994
994
  }, "strip", z.ZodTypeAny, {
995
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
995
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
996
996
  durationDays: number;
997
997
  npkRatio: {
998
998
  n: number;
@@ -1006,7 +1006,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1006
1006
  };
1007
1007
  weeklyApplications: number;
1008
1008
  }, {
1009
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1009
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1010
1010
  durationDays: number;
1011
1011
  npkRatio: {
1012
1012
  n: number;
@@ -1044,7 +1044,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1044
1044
  cropVariety: string | null;
1045
1045
  cropCategory: string;
1046
1046
  growthStages: {
1047
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1047
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1048
1048
  durationDays: number;
1049
1049
  npkRatio: {
1050
1050
  n: number;
@@ -1076,7 +1076,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1076
1076
  cropVariety: string | null;
1077
1077
  cropCategory: string;
1078
1078
  growthStages: {
1079
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1079
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1080
1080
  durationDays: number;
1081
1081
  npkRatio: {
1082
1082
  n: number;
@@ -1115,7 +1115,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1115
1115
  cropVariety: string | null;
1116
1116
  cropCategory: string;
1117
1117
  growthStages: {
1118
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1118
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1119
1119
  durationDays: number;
1120
1120
  npkRatio: {
1121
1121
  n: number;
@@ -1154,7 +1154,7 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1154
1154
  cropVariety: string | null;
1155
1155
  cropCategory: string;
1156
1156
  growthStages: {
1157
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1157
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1158
1158
  durationDays: number;
1159
1159
  npkRatio: {
1160
1160
  n: number;
@@ -1220,7 +1220,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1220
1220
  }>;
1221
1221
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
1222
1222
  }, "strip", z.ZodTypeAny, {
1223
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1223
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1224
1224
  durationDays: number;
1225
1225
  npkRatio: {
1226
1226
  n: number;
@@ -1234,7 +1234,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1234
1234
  };
1235
1235
  weeklyApplications: number;
1236
1236
  }, {
1237
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1237
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1238
1238
  durationDays: number;
1239
1239
  npkRatio: {
1240
1240
  n: number;
@@ -1272,7 +1272,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1272
1272
  cropVariety: string | null;
1273
1273
  cropCategory: string;
1274
1274
  growthStages: {
1275
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1275
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1276
1276
  durationDays: number;
1277
1277
  npkRatio: {
1278
1278
  n: number;
@@ -1304,7 +1304,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1304
1304
  cropVariety: string | null;
1305
1305
  cropCategory: string;
1306
1306
  growthStages: {
1307
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1307
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1308
1308
  durationDays: number;
1309
1309
  npkRatio: {
1310
1310
  n: number;
@@ -1343,7 +1343,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1343
1343
  cropVariety: string | null;
1344
1344
  cropCategory: string;
1345
1345
  growthStages: {
1346
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1346
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1347
1347
  durationDays: number;
1348
1348
  npkRatio: {
1349
1349
  n: number;
@@ -1382,7 +1382,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1382
1382
  cropVariety: string | null;
1383
1383
  cropCategory: string;
1384
1384
  growthStages: {
1385
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1385
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1386
1386
  durationDays: number;
1387
1387
  npkRatio: {
1388
1388
  n: number;
@@ -1447,7 +1447,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1447
1447
  cropVariety: string | null;
1448
1448
  cropCategory: string;
1449
1449
  growthStages: {
1450
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1450
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1451
1451
  durationDays: number;
1452
1452
  npkRatio: {
1453
1453
  n: number;
@@ -1498,7 +1498,7 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1498
1498
  cropVariety: string | null;
1499
1499
  cropCategory: string;
1500
1500
  growthStages: {
1501
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1501
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1502
1502
  durationDays: number;
1503
1503
  npkRatio: {
1504
1504
  n: number;
@@ -1575,7 +1575,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1575
1575
  }>;
1576
1576
  weeklyApplications: z.ZodDefault<z.ZodNumber>;
1577
1577
  }, "strip", z.ZodTypeAny, {
1578
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1578
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1579
1579
  durationDays: number;
1580
1580
  npkRatio: {
1581
1581
  n: number;
@@ -1589,7 +1589,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1589
1589
  };
1590
1590
  weeklyApplications: number;
1591
1591
  }, {
1592
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1592
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1593
1593
  durationDays: number;
1594
1594
  npkRatio: {
1595
1595
  n: number;
@@ -1627,7 +1627,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1627
1627
  cropVariety: string | null;
1628
1628
  cropCategory: string;
1629
1629
  growthStages: {
1630
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1630
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1631
1631
  durationDays: number;
1632
1632
  npkRatio: {
1633
1633
  n: number;
@@ -1659,7 +1659,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1659
1659
  cropVariety: string | null;
1660
1660
  cropCategory: string;
1661
1661
  growthStages: {
1662
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1662
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1663
1663
  durationDays: number;
1664
1664
  npkRatio: {
1665
1665
  n: number;
@@ -1698,7 +1698,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1698
1698
  cropVariety: string | null;
1699
1699
  cropCategory: string;
1700
1700
  growthStages: {
1701
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1701
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1702
1702
  durationDays: number;
1703
1703
  npkRatio: {
1704
1704
  n: number;
@@ -1737,7 +1737,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1737
1737
  cropVariety: string | null;
1738
1738
  cropCategory: string;
1739
1739
  growthStages: {
1740
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1740
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1741
1741
  durationDays: number;
1742
1742
  npkRatio: {
1743
1743
  n: number;
@@ -1802,7 +1802,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1802
1802
  cropVariety: string | null;
1803
1803
  cropCategory: string;
1804
1804
  growthStages: {
1805
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1805
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1806
1806
  durationDays: number;
1807
1807
  npkRatio: {
1808
1808
  n: number;
@@ -1853,7 +1853,7 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1853
1853
  cropVariety: string | null;
1854
1854
  cropCategory: string;
1855
1855
  growthStages: {
1856
- stage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
1856
+ stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
1857
1857
  durationDays: number;
1858
1858
  npkRatio: {
1859
1859
  n: number;
@@ -3230,7 +3230,7 @@ export declare const fertigationScheduleAttributesSchema: z.ZodObject<{
3230
3230
  cropName: string;
3231
3231
  estimatedTotalCost: number | null;
3232
3232
  cropNutrientProfileId: string;
3233
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3233
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3234
3234
  baselineSoilTestId: string | null;
3235
3235
  nutrientDeficits: {
3236
3236
  nitrogen: number;
@@ -3263,7 +3263,7 @@ export declare const fertigationScheduleAttributesSchema: z.ZodObject<{
3263
3263
  cropName: string;
3264
3264
  estimatedTotalCost: number | null;
3265
3265
  cropNutrientProfileId: string;
3266
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3266
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3267
3267
  baselineSoilTestId: string | null;
3268
3268
  nutrientDeficits: {
3269
3269
  nitrogen: number;
@@ -3577,7 +3577,7 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3577
3577
  cropName: string;
3578
3578
  estimatedTotalCost: number | null;
3579
3579
  cropNutrientProfileId: string;
3580
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3580
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3581
3581
  baselineSoilTestId: string | null;
3582
3582
  nutrientDeficits: {
3583
3583
  nitrogen: number;
@@ -3610,7 +3610,7 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3610
3610
  cropName: string;
3611
3611
  estimatedTotalCost: number | null;
3612
3612
  cropNutrientProfileId: string;
3613
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3613
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3614
3614
  baselineSoilTestId: string | null;
3615
3615
  nutrientDeficits: {
3616
3616
  nitrogen: number;
@@ -3650,7 +3650,7 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3650
3650
  cropName: string;
3651
3651
  estimatedTotalCost: number | null;
3652
3652
  cropNutrientProfileId: string;
3653
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3653
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3654
3654
  baselineSoilTestId: string | null;
3655
3655
  nutrientDeficits: {
3656
3656
  nitrogen: number;
@@ -3690,7 +3690,7 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3690
3690
  cropName: string;
3691
3691
  estimatedTotalCost: number | null;
3692
3692
  cropNutrientProfileId: string;
3693
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3693
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3694
3694
  baselineSoilTestId: string | null;
3695
3695
  nutrientDeficits: {
3696
3696
  nitrogen: number;
@@ -3780,7 +3780,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3780
3780
  cropName: string;
3781
3781
  estimatedTotalCost: number | null;
3782
3782
  cropNutrientProfileId: string;
3783
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3783
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3784
3784
  baselineSoilTestId: string | null;
3785
3785
  nutrientDeficits: {
3786
3786
  nitrogen: number;
@@ -3813,7 +3813,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3813
3813
  cropName: string;
3814
3814
  estimatedTotalCost: number | null;
3815
3815
  cropNutrientProfileId: string;
3816
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3816
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3817
3817
  baselineSoilTestId: string | null;
3818
3818
  nutrientDeficits: {
3819
3819
  nitrogen: number;
@@ -3853,7 +3853,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3853
3853
  cropName: string;
3854
3854
  estimatedTotalCost: number | null;
3855
3855
  cropNutrientProfileId: string;
3856
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3856
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3857
3857
  baselineSoilTestId: string | null;
3858
3858
  nutrientDeficits: {
3859
3859
  nitrogen: number;
@@ -3893,7 +3893,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3893
3893
  cropName: string;
3894
3894
  estimatedTotalCost: number | null;
3895
3895
  cropNutrientProfileId: string;
3896
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3896
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3897
3897
  baselineSoilTestId: string | null;
3898
3898
  nutrientDeficits: {
3899
3899
  nitrogen: number;
@@ -3959,7 +3959,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3959
3959
  cropName: string;
3960
3960
  estimatedTotalCost: number | null;
3961
3961
  cropNutrientProfileId: string;
3962
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
3962
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
3963
3963
  baselineSoilTestId: string | null;
3964
3964
  nutrientDeficits: {
3965
3965
  nitrogen: number;
@@ -4011,7 +4011,7 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
4011
4011
  cropName: string;
4012
4012
  estimatedTotalCost: number | null;
4013
4013
  cropNutrientProfileId: string;
4014
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4014
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4015
4015
  baselineSoilTestId: string | null;
4016
4016
  nutrientDeficits: {
4017
4017
  nitrogen: number;
@@ -4112,7 +4112,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4112
4112
  cropName: string;
4113
4113
  estimatedTotalCost: number | null;
4114
4114
  cropNutrientProfileId: string;
4115
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4115
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4116
4116
  baselineSoilTestId: string | null;
4117
4117
  nutrientDeficits: {
4118
4118
  nitrogen: number;
@@ -4145,7 +4145,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4145
4145
  cropName: string;
4146
4146
  estimatedTotalCost: number | null;
4147
4147
  cropNutrientProfileId: string;
4148
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4148
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4149
4149
  baselineSoilTestId: string | null;
4150
4150
  nutrientDeficits: {
4151
4151
  nitrogen: number;
@@ -4185,7 +4185,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4185
4185
  cropName: string;
4186
4186
  estimatedTotalCost: number | null;
4187
4187
  cropNutrientProfileId: string;
4188
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4188
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4189
4189
  baselineSoilTestId: string | null;
4190
4190
  nutrientDeficits: {
4191
4191
  nitrogen: number;
@@ -4225,7 +4225,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4225
4225
  cropName: string;
4226
4226
  estimatedTotalCost: number | null;
4227
4227
  cropNutrientProfileId: string;
4228
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4228
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4229
4229
  baselineSoilTestId: string | null;
4230
4230
  nutrientDeficits: {
4231
4231
  nitrogen: number;
@@ -4291,7 +4291,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4291
4291
  cropName: string;
4292
4292
  estimatedTotalCost: number | null;
4293
4293
  cropNutrientProfileId: string;
4294
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4294
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4295
4295
  baselineSoilTestId: string | null;
4296
4296
  nutrientDeficits: {
4297
4297
  nitrogen: number;
@@ -4343,7 +4343,7 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4343
4343
  cropName: string;
4344
4344
  estimatedTotalCost: number | null;
4345
4345
  cropNutrientProfileId: string;
4346
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
4346
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
4347
4347
  baselineSoilTestId: string | null;
4348
4348
  nutrientDeficits: {
4349
4349
  nitrogen: number;
@@ -4462,7 +4462,7 @@ export declare const fertigationEventAttributesSchema: z.ZodObject<{
4462
4462
  scheduledDate: string;
4463
4463
  actualDate: string | null;
4464
4464
  weekNumber: number;
4465
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4465
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4466
4466
  fertilizerProductId: string | null;
4467
4467
  plannedNutrients: {
4468
4468
  nitrogen: number;
@@ -4502,7 +4502,7 @@ export declare const fertigationEventAttributesSchema: z.ZodObject<{
4502
4502
  scheduledDate: string;
4503
4503
  actualDate: string | null;
4504
4504
  weekNumber: number;
4505
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4505
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4506
4506
  fertilizerProductId: string | null;
4507
4507
  plannedNutrients: {
4508
4508
  nitrogen: number;
@@ -4749,7 +4749,7 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4749
4749
  scheduledDate: string;
4750
4750
  actualDate: string | null;
4751
4751
  weekNumber: number;
4752
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4752
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4753
4753
  fertilizerProductId: string | null;
4754
4754
  plannedNutrients: {
4755
4755
  nitrogen: number;
@@ -4789,7 +4789,7 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4789
4789
  scheduledDate: string;
4790
4790
  actualDate: string | null;
4791
4791
  weekNumber: number;
4792
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4792
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4793
4793
  fertilizerProductId: string | null;
4794
4794
  plannedNutrients: {
4795
4795
  nitrogen: number;
@@ -4836,7 +4836,7 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4836
4836
  scheduledDate: string;
4837
4837
  actualDate: string | null;
4838
4838
  weekNumber: number;
4839
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4839
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4840
4840
  fertilizerProductId: string | null;
4841
4841
  plannedNutrients: {
4842
4842
  nitrogen: number;
@@ -4883,7 +4883,7 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4883
4883
  scheduledDate: string;
4884
4884
  actualDate: string | null;
4885
4885
  weekNumber: number;
4886
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
4886
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
4887
4887
  fertilizerProductId: string | null;
4888
4888
  plannedNutrients: {
4889
4889
  nitrogen: number;
@@ -4999,7 +4999,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
4999
4999
  scheduledDate: string;
5000
5000
  actualDate: string | null;
5001
5001
  weekNumber: number;
5002
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5002
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5003
5003
  fertilizerProductId: string | null;
5004
5004
  plannedNutrients: {
5005
5005
  nitrogen: number;
@@ -5039,7 +5039,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5039
5039
  scheduledDate: string;
5040
5040
  actualDate: string | null;
5041
5041
  weekNumber: number;
5042
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5042
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5043
5043
  fertilizerProductId: string | null;
5044
5044
  plannedNutrients: {
5045
5045
  nitrogen: number;
@@ -5086,7 +5086,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5086
5086
  scheduledDate: string;
5087
5087
  actualDate: string | null;
5088
5088
  weekNumber: number;
5089
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5089
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5090
5090
  fertilizerProductId: string | null;
5091
5091
  plannedNutrients: {
5092
5092
  nitrogen: number;
@@ -5133,7 +5133,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5133
5133
  scheduledDate: string;
5134
5134
  actualDate: string | null;
5135
5135
  weekNumber: number;
5136
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5136
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5137
5137
  fertilizerProductId: string | null;
5138
5138
  plannedNutrients: {
5139
5139
  nitrogen: number;
@@ -5206,7 +5206,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5206
5206
  scheduledDate: string;
5207
5207
  actualDate: string | null;
5208
5208
  weekNumber: number;
5209
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5209
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5210
5210
  fertilizerProductId: string | null;
5211
5211
  plannedNutrients: {
5212
5212
  nitrogen: number;
@@ -5265,7 +5265,7 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5265
5265
  scheduledDate: string;
5266
5266
  actualDate: string | null;
5267
5267
  weekNumber: number;
5268
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5268
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5269
5269
  fertilizerProductId: string | null;
5270
5270
  plannedNutrients: {
5271
5271
  nitrogen: number;
@@ -5392,7 +5392,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5392
5392
  scheduledDate: string;
5393
5393
  actualDate: string | null;
5394
5394
  weekNumber: number;
5395
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5395
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5396
5396
  fertilizerProductId: string | null;
5397
5397
  plannedNutrients: {
5398
5398
  nitrogen: number;
@@ -5432,7 +5432,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5432
5432
  scheduledDate: string;
5433
5433
  actualDate: string | null;
5434
5434
  weekNumber: number;
5435
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5435
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5436
5436
  fertilizerProductId: string | null;
5437
5437
  plannedNutrients: {
5438
5438
  nitrogen: number;
@@ -5479,7 +5479,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5479
5479
  scheduledDate: string;
5480
5480
  actualDate: string | null;
5481
5481
  weekNumber: number;
5482
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5482
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5483
5483
  fertilizerProductId: string | null;
5484
5484
  plannedNutrients: {
5485
5485
  nitrogen: number;
@@ -5526,7 +5526,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5526
5526
  scheduledDate: string;
5527
5527
  actualDate: string | null;
5528
5528
  weekNumber: number;
5529
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5529
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5530
5530
  fertilizerProductId: string | null;
5531
5531
  plannedNutrients: {
5532
5532
  nitrogen: number;
@@ -5599,7 +5599,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5599
5599
  scheduledDate: string;
5600
5600
  actualDate: string | null;
5601
5601
  weekNumber: number;
5602
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5602
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5603
5603
  fertilizerProductId: string | null;
5604
5604
  plannedNutrients: {
5605
5605
  nitrogen: number;
@@ -5658,7 +5658,7 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5658
5658
  scheduledDate: string;
5659
5659
  actualDate: string | null;
5660
5660
  weekNumber: number;
5661
- growthStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening";
5661
+ growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
5662
5662
  fertilizerProductId: string | null;
5663
5663
  plannedNutrients: {
5664
5664
  nitrogen: number;
@@ -5709,20 +5709,20 @@ export declare const recommendedProductSchema: z.ZodObject<{
5709
5709
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
5710
5710
  estimatedCost: z.ZodNullable<z.ZodNumber>;
5711
5711
  }, "strip", z.ZodTypeAny, {
5712
+ reason: string;
5712
5713
  quantity: number;
5713
5714
  unit: string;
5714
5715
  productName: string;
5715
- reason: string;
5716
5716
  estimatedCost: number | null;
5717
5717
  priority: number;
5718
5718
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
5719
5719
  productId: string;
5720
5720
  frequency: string | null;
5721
5721
  }, {
5722
+ reason: string;
5722
5723
  quantity: number;
5723
5724
  unit: string;
5724
5725
  productName: string;
5725
- reason: string;
5726
5726
  estimatedCost: number | null;
5727
5727
  priority: number;
5728
5728
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -5749,20 +5749,20 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
5749
5749
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
5750
5750
  estimatedCost: z.ZodNullable<z.ZodNumber>;
5751
5751
  }, "strip", z.ZodTypeAny, {
5752
+ reason: string;
5752
5753
  quantity: number;
5753
5754
  unit: string;
5754
5755
  productName: string;
5755
- reason: string;
5756
5756
  estimatedCost: number | null;
5757
5757
  priority: number;
5758
5758
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
5759
5759
  productId: string;
5760
5760
  frequency: string | null;
5761
5761
  }, {
5762
+ reason: string;
5762
5763
  quantity: number;
5763
5764
  unit: string;
5764
5765
  productName: string;
5765
- reason: string;
5766
5766
  estimatedCost: number | null;
5767
5767
  priority: number;
5768
5768
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -5796,10 +5796,10 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
5796
5796
  phosphorusDeficit: number | null;
5797
5797
  potassiumDeficit: number | null;
5798
5798
  recommendedProducts: {
5799
+ reason: string;
5799
5800
  quantity: number;
5800
5801
  unit: string;
5801
5802
  productName: string;
5802
- reason: string;
5803
5803
  estimatedCost: number | null;
5804
5804
  priority: number;
5805
5805
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -5827,10 +5827,10 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
5827
5827
  phosphorusDeficit: number | null;
5828
5828
  potassiumDeficit: number | null;
5829
5829
  recommendedProducts: {
5830
+ reason: string;
5830
5831
  quantity: number;
5831
5832
  unit: string;
5832
5833
  productName: string;
5833
- reason: string;
5834
5834
  estimatedCost: number | null;
5835
5835
  priority: number;
5836
5836
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -5943,20 +5943,20 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
5943
5943
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
5944
5944
  estimatedCost: z.ZodNullable<z.ZodNumber>;
5945
5945
  }, "strip", z.ZodTypeAny, {
5946
+ reason: string;
5946
5947
  quantity: number;
5947
5948
  unit: string;
5948
5949
  productName: string;
5949
- reason: string;
5950
5950
  estimatedCost: number | null;
5951
5951
  priority: number;
5952
5952
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
5953
5953
  productId: string;
5954
5954
  frequency: string | null;
5955
5955
  }, {
5956
+ reason: string;
5956
5957
  quantity: number;
5957
5958
  unit: string;
5958
5959
  productName: string;
5959
- reason: string;
5960
5960
  estimatedCost: number | null;
5961
5961
  priority: number;
5962
5962
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -5990,10 +5990,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
5990
5990
  phosphorusDeficit: number | null;
5991
5991
  potassiumDeficit: number | null;
5992
5992
  recommendedProducts: {
5993
+ reason: string;
5993
5994
  quantity: number;
5994
5995
  unit: string;
5995
5996
  productName: string;
5996
- reason: string;
5997
5997
  estimatedCost: number | null;
5998
5998
  priority: number;
5999
5999
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6021,10 +6021,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
6021
6021
  phosphorusDeficit: number | null;
6022
6022
  potassiumDeficit: number | null;
6023
6023
  recommendedProducts: {
6024
+ reason: string;
6024
6025
  quantity: number;
6025
6026
  unit: string;
6026
6027
  productName: string;
6027
- reason: string;
6028
6028
  estimatedCost: number | null;
6029
6029
  priority: number;
6030
6030
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6059,10 +6059,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
6059
6059
  phosphorusDeficit: number | null;
6060
6060
  potassiumDeficit: number | null;
6061
6061
  recommendedProducts: {
6062
+ reason: string;
6062
6063
  quantity: number;
6063
6064
  unit: string;
6064
6065
  productName: string;
6065
- reason: string;
6066
6066
  estimatedCost: number | null;
6067
6067
  priority: number;
6068
6068
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6097,10 +6097,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
6097
6097
  phosphorusDeficit: number | null;
6098
6098
  potassiumDeficit: number | null;
6099
6099
  recommendedProducts: {
6100
+ reason: string;
6100
6101
  quantity: number;
6101
6102
  unit: string;
6102
6103
  productName: string;
6103
- reason: string;
6104
6104
  estimatedCost: number | null;
6105
6105
  priority: number;
6106
6106
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6142,20 +6142,20 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6142
6142
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
6143
6143
  estimatedCost: z.ZodNullable<z.ZodNumber>;
6144
6144
  }, "strip", z.ZodTypeAny, {
6145
+ reason: string;
6145
6146
  quantity: number;
6146
6147
  unit: string;
6147
6148
  productName: string;
6148
- reason: string;
6149
6149
  estimatedCost: number | null;
6150
6150
  priority: number;
6151
6151
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
6152
6152
  productId: string;
6153
6153
  frequency: string | null;
6154
6154
  }, {
6155
+ reason: string;
6155
6156
  quantity: number;
6156
6157
  unit: string;
6157
6158
  productName: string;
6158
- reason: string;
6159
6159
  estimatedCost: number | null;
6160
6160
  priority: number;
6161
6161
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6189,10 +6189,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6189
6189
  phosphorusDeficit: number | null;
6190
6190
  potassiumDeficit: number | null;
6191
6191
  recommendedProducts: {
6192
+ reason: string;
6192
6193
  quantity: number;
6193
6194
  unit: string;
6194
6195
  productName: string;
6195
- reason: string;
6196
6196
  estimatedCost: number | null;
6197
6197
  priority: number;
6198
6198
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6220,10 +6220,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6220
6220
  phosphorusDeficit: number | null;
6221
6221
  potassiumDeficit: number | null;
6222
6222
  recommendedProducts: {
6223
+ reason: string;
6223
6224
  quantity: number;
6224
6225
  unit: string;
6225
6226
  productName: string;
6226
- reason: string;
6227
6227
  estimatedCost: number | null;
6228
6228
  priority: number;
6229
6229
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6258,10 +6258,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6258
6258
  phosphorusDeficit: number | null;
6259
6259
  potassiumDeficit: number | null;
6260
6260
  recommendedProducts: {
6261
+ reason: string;
6261
6262
  quantity: number;
6262
6263
  unit: string;
6263
6264
  productName: string;
6264
- reason: string;
6265
6265
  estimatedCost: number | null;
6266
6266
  priority: number;
6267
6267
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6296,10 +6296,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6296
6296
  phosphorusDeficit: number | null;
6297
6297
  potassiumDeficit: number | null;
6298
6298
  recommendedProducts: {
6299
+ reason: string;
6299
6300
  quantity: number;
6300
6301
  unit: string;
6301
6302
  productName: string;
6302
- reason: string;
6303
6303
  estimatedCost: number | null;
6304
6304
  priority: number;
6305
6305
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6360,10 +6360,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6360
6360
  phosphorusDeficit: number | null;
6361
6361
  potassiumDeficit: number | null;
6362
6362
  recommendedProducts: {
6363
+ reason: string;
6363
6364
  quantity: number;
6364
6365
  unit: string;
6365
6366
  productName: string;
6366
- reason: string;
6367
6367
  estimatedCost: number | null;
6368
6368
  priority: number;
6369
6369
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6410,10 +6410,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
6410
6410
  phosphorusDeficit: number | null;
6411
6411
  potassiumDeficit: number | null;
6412
6412
  recommendedProducts: {
6413
+ reason: string;
6413
6414
  quantity: number;
6414
6415
  unit: string;
6415
6416
  productName: string;
6416
- reason: string;
6417
6417
  estimatedCost: number | null;
6418
6418
  priority: number;
6419
6419
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6466,20 +6466,20 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6466
6466
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
6467
6467
  estimatedCost: z.ZodNullable<z.ZodNumber>;
6468
6468
  }, "strip", z.ZodTypeAny, {
6469
+ reason: string;
6469
6470
  quantity: number;
6470
6471
  unit: string;
6471
6472
  productName: string;
6472
- reason: string;
6473
6473
  estimatedCost: number | null;
6474
6474
  priority: number;
6475
6475
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
6476
6476
  productId: string;
6477
6477
  frequency: string | null;
6478
6478
  }, {
6479
+ reason: string;
6479
6480
  quantity: number;
6480
6481
  unit: string;
6481
6482
  productName: string;
6482
- reason: string;
6483
6483
  estimatedCost: number | null;
6484
6484
  priority: number;
6485
6485
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6513,10 +6513,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6513
6513
  phosphorusDeficit: number | null;
6514
6514
  potassiumDeficit: number | null;
6515
6515
  recommendedProducts: {
6516
+ reason: string;
6516
6517
  quantity: number;
6517
6518
  unit: string;
6518
6519
  productName: string;
6519
- reason: string;
6520
6520
  estimatedCost: number | null;
6521
6521
  priority: number;
6522
6522
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6544,10 +6544,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6544
6544
  phosphorusDeficit: number | null;
6545
6545
  potassiumDeficit: number | null;
6546
6546
  recommendedProducts: {
6547
+ reason: string;
6547
6548
  quantity: number;
6548
6549
  unit: string;
6549
6550
  productName: string;
6550
- reason: string;
6551
6551
  estimatedCost: number | null;
6552
6552
  priority: number;
6553
6553
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6582,10 +6582,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6582
6582
  phosphorusDeficit: number | null;
6583
6583
  potassiumDeficit: number | null;
6584
6584
  recommendedProducts: {
6585
+ reason: string;
6585
6586
  quantity: number;
6586
6587
  unit: string;
6587
6588
  productName: string;
6588
- reason: string;
6589
6589
  estimatedCost: number | null;
6590
6590
  priority: number;
6591
6591
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6620,10 +6620,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6620
6620
  phosphorusDeficit: number | null;
6621
6621
  potassiumDeficit: number | null;
6622
6622
  recommendedProducts: {
6623
+ reason: string;
6623
6624
  quantity: number;
6624
6625
  unit: string;
6625
6626
  productName: string;
6626
- reason: string;
6627
6627
  estimatedCost: number | null;
6628
6628
  priority: number;
6629
6629
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6684,10 +6684,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6684
6684
  phosphorusDeficit: number | null;
6685
6685
  potassiumDeficit: number | null;
6686
6686
  recommendedProducts: {
6687
+ reason: string;
6687
6688
  quantity: number;
6688
6689
  unit: string;
6689
6690
  productName: string;
6690
- reason: string;
6691
6691
  estimatedCost: number | null;
6692
6692
  priority: number;
6693
6693
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6734,10 +6734,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
6734
6734
  phosphorusDeficit: number | null;
6735
6735
  potassiumDeficit: number | null;
6736
6736
  recommendedProducts: {
6737
+ reason: string;
6737
6738
  quantity: number;
6738
6739
  unit: string;
6739
6740
  productName: string;
6740
- reason: string;
6741
6741
  estimatedCost: number | null;
6742
6742
  priority: number;
6743
6743
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6790,20 +6790,20 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
6790
6790
  applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
6791
6791
  estimatedCost: z.ZodNullable<z.ZodNumber>;
6792
6792
  }, "strip", z.ZodTypeAny, {
6793
+ reason: string;
6793
6794
  quantity: number;
6794
6795
  unit: string;
6795
6796
  productName: string;
6796
- reason: string;
6797
6797
  estimatedCost: number | null;
6798
6798
  priority: number;
6799
6799
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
6800
6800
  productId: string;
6801
6801
  frequency: string | null;
6802
6802
  }, {
6803
+ reason: string;
6803
6804
  quantity: number;
6804
6805
  unit: string;
6805
6806
  productName: string;
6806
- reason: string;
6807
6807
  estimatedCost: number | null;
6808
6808
  priority: number;
6809
6809
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6837,10 +6837,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
6837
6837
  phosphorusDeficit: number | null;
6838
6838
  potassiumDeficit: number | null;
6839
6839
  recommendedProducts: {
6840
+ reason: string;
6840
6841
  quantity: number;
6841
6842
  unit: string;
6842
6843
  productName: string;
6843
- reason: string;
6844
6844
  estimatedCost: number | null;
6845
6845
  priority: number;
6846
6846
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6868,10 +6868,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
6868
6868
  phosphorusDeficit: number | null;
6869
6869
  potassiumDeficit: number | null;
6870
6870
  recommendedProducts: {
6871
+ reason: string;
6871
6872
  quantity: number;
6872
6873
  unit: string;
6873
6874
  productName: string;
6874
- reason: string;
6875
6875
  estimatedCost: number | null;
6876
6876
  priority: number;
6877
6877
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6906,10 +6906,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
6906
6906
  phosphorusDeficit: number | null;
6907
6907
  potassiumDeficit: number | null;
6908
6908
  recommendedProducts: {
6909
+ reason: string;
6909
6910
  quantity: number;
6910
6911
  unit: string;
6911
6912
  productName: string;
6912
- reason: string;
6913
6913
  estimatedCost: number | null;
6914
6914
  priority: number;
6915
6915
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -6944,10 +6944,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
6944
6944
  phosphorusDeficit: number | null;
6945
6945
  potassiumDeficit: number | null;
6946
6946
  recommendedProducts: {
6947
+ reason: string;
6947
6948
  quantity: number;
6948
6949
  unit: string;
6949
6950
  productName: string;
6950
- reason: string;
6951
6951
  estimatedCost: number | null;
6952
6952
  priority: number;
6953
6953
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -7029,7 +7029,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7029
7029
  cropName: string;
7030
7030
  estimatedTotalCost: number | null;
7031
7031
  cropNutrientProfileId: string;
7032
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7032
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7033
7033
  baselineSoilTestId: string | null;
7034
7034
  nutrientDeficits: {
7035
7035
  nitrogen: number;
@@ -7062,7 +7062,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7062
7062
  cropName: string;
7063
7063
  estimatedTotalCost: number | null;
7064
7064
  cropNutrientProfileId: string;
7065
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7065
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7066
7066
  baselineSoilTestId: string | null;
7067
7067
  nutrientDeficits: {
7068
7068
  nitrogen: number;
@@ -7102,7 +7102,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7102
7102
  cropName: string;
7103
7103
  estimatedTotalCost: number | null;
7104
7104
  cropNutrientProfileId: string;
7105
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7105
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7106
7106
  baselineSoilTestId: string | null;
7107
7107
  nutrientDeficits: {
7108
7108
  nitrogen: number;
@@ -7142,7 +7142,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7142
7142
  cropName: string;
7143
7143
  estimatedTotalCost: number | null;
7144
7144
  cropNutrientProfileId: string;
7145
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7145
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7146
7146
  baselineSoilTestId: string | null;
7147
7147
  nutrientDeficits: {
7148
7148
  nitrogen: number;
@@ -7186,10 +7186,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7186
7186
  phosphorusDeficit: number | null;
7187
7187
  potassiumDeficit: number | null;
7188
7188
  recommendedProducts: {
7189
+ reason: string;
7189
7190
  quantity: number;
7190
7191
  unit: string;
7191
7192
  productName: string;
7192
- reason: string;
7193
7193
  estimatedCost: number | null;
7194
7194
  priority: number;
7195
7195
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -7223,7 +7223,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7223
7223
  cropName: string;
7224
7224
  estimatedTotalCost: number | null;
7225
7225
  cropNutrientProfileId: string;
7226
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7226
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7227
7227
  baselineSoilTestId: string | null;
7228
7228
  nutrientDeficits: {
7229
7229
  nitrogen: number;
@@ -7267,10 +7267,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7267
7267
  phosphorusDeficit: number | null;
7268
7268
  potassiumDeficit: number | null;
7269
7269
  recommendedProducts: {
7270
+ reason: string;
7270
7271
  quantity: number;
7271
7272
  unit: string;
7272
7273
  productName: string;
7273
- reason: string;
7274
7274
  estimatedCost: number | null;
7275
7275
  priority: number;
7276
7276
  applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
@@ -7304,7 +7304,7 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7304
7304
  cropName: string;
7305
7305
  estimatedTotalCost: number | null;
7306
7306
  cropNutrientProfileId: string;
7307
- currentStage: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | null;
7307
+ currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
7308
7308
  baselineSoilTestId: string | null;
7309
7309
  nutrientDeficits: {
7310
7310
  nitrogen: number;
@@ -7378,12 +7378,12 @@ export declare const fertigationEventQuerySchema: z.ZodObject<{
7378
7378
  'filter[startDate]'?: string | undefined;
7379
7379
  'filter[endDate]'?: string | undefined;
7380
7380
  'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
7381
- 'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
7381
+ 'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
7382
7382
  }, {
7383
7383
  'filter[startDate]'?: string | undefined;
7384
7384
  'filter[endDate]'?: string | undefined;
7385
7385
  'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
7386
- 'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
7386
+ 'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
7387
7387
  }>;
7388
7388
  export declare const upcomingEventsQuerySchema: z.ZodObject<{
7389
7389
  days: z.ZodDefault<z.ZodNumber>;