@deepintel-ltd/farmpro-contracts 1.16.11 → 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.
- package/dist/routes/fertigation.routes.d.ts +256 -256
- package/dist/routes/field-observations.routes.d.ts +28 -28
- package/dist/routes/fields.routes.d.ts +63 -63
- package/dist/schemas/fertigation.schemas.d.ts +92 -92
- package/dist/schemas/field-observations.schemas.d.ts +26 -26
- package/dist/schemas/fields.schemas.d.ts +59 -59
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +8 -1
- 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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
5661
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
5662
5662
|
fertilizerProductId: string | null;
|
|
5663
5663
|
plannedNutrients: {
|
|
5664
5664
|
nitrogen: number;
|
|
@@ -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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
7145
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7146
7146
|
baselineSoilTestId: string | null;
|
|
7147
7147
|
nutrientDeficits: {
|
|
7148
7148
|
nitrogen: number;
|
|
@@ -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" | "
|
|
7226
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7227
7227
|
baselineSoilTestId: string | null;
|
|
7228
7228
|
nutrientDeficits: {
|
|
7229
7229
|
nitrogen: number;
|
|
@@ -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" | "
|
|
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" | "
|
|
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" | "
|
|
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>;
|