@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.
- package/dist/routes/admin.routes.d.ts +1036 -0
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +29 -1
- package/dist/routes/agent-workflows.routes.d.ts +246 -246
- package/dist/routes/agents.routes.d.ts +16 -16
- package/dist/routes/fertigation.routes.d.ts +336 -336
- package/dist/routes/field-monitoring.routes.d.ts +8 -8
- package/dist/routes/field-observations.routes.d.ts +56 -56
- package/dist/routes/fields.routes.d.ts +63 -63
- package/dist/routes/health.routes.d.ts +66 -0
- package/dist/routes/health.routes.d.ts.map +1 -1
- package/dist/routes/livestock-groups.routes.d.ts +8 -8
- package/dist/routes/livestock.routes.d.ts +50 -50
- package/dist/routes/payments.routes.d.ts +20 -20
- package/dist/routes/pest-disease-risk.routes.d.ts +4 -4
- package/dist/routes/soil-tests.routes.d.ts +40 -40
- package/dist/schemas/admin.schemas.d.ts +267 -0
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +38 -0
- package/dist/schemas/agent-workflows.schemas.d.ts +206 -206
- package/dist/schemas/agents.schemas.d.ts +16 -16
- package/dist/schemas/fertigation.schemas.d.ts +128 -128
- package/dist/schemas/field-monitoring.schemas.d.ts +8 -8
- package/dist/schemas/field-observations.schemas.d.ts +46 -46
- 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/dist/schemas/health.schemas.d.ts +33 -0
- package/dist/schemas/health.schemas.d.ts.map +1 -1
- package/dist/schemas/health.schemas.js +1 -0
- package/dist/schemas/livestock.schemas.d.ts +50 -50
- package/dist/schemas/payments.schemas.d.ts +20 -20
- package/dist/schemas/pest-disease-risk.schemas.d.ts +2 -2
- package/dist/schemas/soil-tests.schemas.d.ts +42 -42
- package/package.json +1 -1
|
@@ -69,7 +69,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
69
69
|
}>;
|
|
70
70
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
stage: "flowering" | "
|
|
72
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
73
73
|
durationDays: number;
|
|
74
74
|
npkRatio: {
|
|
75
75
|
n: number;
|
|
@@ -83,7 +83,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
83
83
|
};
|
|
84
84
|
weeklyApplications: number;
|
|
85
85
|
}, {
|
|
86
|
-
stage: "flowering" | "
|
|
86
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
87
87
|
durationDays: number;
|
|
88
88
|
npkRatio: {
|
|
89
89
|
n: number;
|
|
@@ -121,7 +121,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
121
121
|
cropVariety: string | null;
|
|
122
122
|
cropCategory: string;
|
|
123
123
|
growthStages: {
|
|
124
|
-
stage: "flowering" | "
|
|
124
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
125
125
|
durationDays: number;
|
|
126
126
|
npkRatio: {
|
|
127
127
|
n: number;
|
|
@@ -153,7 +153,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
153
153
|
cropVariety: string | null;
|
|
154
154
|
cropCategory: string;
|
|
155
155
|
growthStages: {
|
|
156
|
-
stage: "flowering" | "
|
|
156
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
157
157
|
durationDays: number;
|
|
158
158
|
npkRatio: {
|
|
159
159
|
n: number;
|
|
@@ -192,7 +192,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
192
192
|
cropVariety: string | null;
|
|
193
193
|
cropCategory: string;
|
|
194
194
|
growthStages: {
|
|
195
|
-
stage: "flowering" | "
|
|
195
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
196
196
|
durationDays: number;
|
|
197
197
|
npkRatio: {
|
|
198
198
|
n: number;
|
|
@@ -231,7 +231,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
231
231
|
cropVariety: string | null;
|
|
232
232
|
cropCategory: string;
|
|
233
233
|
growthStages: {
|
|
234
|
-
stage: "flowering" | "
|
|
234
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
235
235
|
durationDays: number;
|
|
236
236
|
npkRatio: {
|
|
237
237
|
n: number;
|
|
@@ -296,7 +296,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
296
296
|
cropVariety: string | null;
|
|
297
297
|
cropCategory: string;
|
|
298
298
|
growthStages: {
|
|
299
|
-
stage: "flowering" | "
|
|
299
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
300
300
|
durationDays: number;
|
|
301
301
|
npkRatio: {
|
|
302
302
|
n: number;
|
|
@@ -347,7 +347,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
347
347
|
cropVariety: string | null;
|
|
348
348
|
cropCategory: string;
|
|
349
349
|
growthStages: {
|
|
350
|
-
stage: "flowering" | "
|
|
350
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
351
351
|
durationDays: number;
|
|
352
352
|
npkRatio: {
|
|
353
353
|
n: number;
|
|
@@ -529,7 +529,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
529
529
|
}>;
|
|
530
530
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
stage: "flowering" | "
|
|
532
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
533
533
|
durationDays: number;
|
|
534
534
|
npkRatio: {
|
|
535
535
|
n: number;
|
|
@@ -543,7 +543,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
543
543
|
};
|
|
544
544
|
weeklyApplications: number;
|
|
545
545
|
}, {
|
|
546
|
-
stage: "flowering" | "
|
|
546
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
547
547
|
durationDays: number;
|
|
548
548
|
npkRatio: {
|
|
549
549
|
n: number;
|
|
@@ -581,7 +581,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
581
581
|
cropVariety: string | null;
|
|
582
582
|
cropCategory: string;
|
|
583
583
|
growthStages: {
|
|
584
|
-
stage: "flowering" | "
|
|
584
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
585
585
|
durationDays: number;
|
|
586
586
|
npkRatio: {
|
|
587
587
|
n: number;
|
|
@@ -613,7 +613,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
613
613
|
cropVariety: string | null;
|
|
614
614
|
cropCategory: string;
|
|
615
615
|
growthStages: {
|
|
616
|
-
stage: "flowering" | "
|
|
616
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
617
617
|
durationDays: number;
|
|
618
618
|
npkRatio: {
|
|
619
619
|
n: number;
|
|
@@ -652,7 +652,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
652
652
|
cropVariety: string | null;
|
|
653
653
|
cropCategory: string;
|
|
654
654
|
growthStages: {
|
|
655
|
-
stage: "flowering" | "
|
|
655
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
656
656
|
durationDays: number;
|
|
657
657
|
npkRatio: {
|
|
658
658
|
n: number;
|
|
@@ -691,7 +691,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
691
691
|
cropVariety: string | null;
|
|
692
692
|
cropCategory: string;
|
|
693
693
|
growthStages: {
|
|
694
|
-
stage: "flowering" | "
|
|
694
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
695
695
|
durationDays: number;
|
|
696
696
|
npkRatio: {
|
|
697
697
|
n: number;
|
|
@@ -756,7 +756,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
756
756
|
cropVariety: string | null;
|
|
757
757
|
cropCategory: string;
|
|
758
758
|
growthStages: {
|
|
759
|
-
stage: "flowering" | "
|
|
759
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
760
760
|
durationDays: number;
|
|
761
761
|
npkRatio: {
|
|
762
762
|
n: number;
|
|
@@ -807,7 +807,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
807
807
|
cropVariety: string | null;
|
|
808
808
|
cropCategory: string;
|
|
809
809
|
growthStages: {
|
|
810
|
-
stage: "flowering" | "
|
|
810
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
811
811
|
durationDays: number;
|
|
812
812
|
npkRatio: {
|
|
813
813
|
n: number;
|
|
@@ -1069,7 +1069,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1069
1069
|
}>;
|
|
1070
1070
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
1071
1071
|
}, "strip", z.ZodTypeAny, {
|
|
1072
|
-
stage: "flowering" | "
|
|
1072
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1073
1073
|
durationDays: number;
|
|
1074
1074
|
npkRatio: {
|
|
1075
1075
|
n: number;
|
|
@@ -1083,7 +1083,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1083
1083
|
};
|
|
1084
1084
|
weeklyApplications: number;
|
|
1085
1085
|
}, {
|
|
1086
|
-
stage: "flowering" | "
|
|
1086
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1087
1087
|
durationDays: number;
|
|
1088
1088
|
npkRatio: {
|
|
1089
1089
|
n: number;
|
|
@@ -1111,7 +1111,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1111
1111
|
cropName: string;
|
|
1112
1112
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
1113
1113
|
growthStages: {
|
|
1114
|
-
stage: "flowering" | "
|
|
1114
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1115
1115
|
durationDays: number;
|
|
1116
1116
|
npkRatio: {
|
|
1117
1117
|
n: number;
|
|
@@ -1140,7 +1140,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1140
1140
|
cropName: string;
|
|
1141
1141
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
1142
1142
|
growthStages: {
|
|
1143
|
-
stage: "flowering" | "
|
|
1143
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1144
1144
|
durationDays: number;
|
|
1145
1145
|
npkRatio: {
|
|
1146
1146
|
n: number;
|
|
@@ -1172,7 +1172,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1172
1172
|
cropName: string;
|
|
1173
1173
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
1174
1174
|
growthStages: {
|
|
1175
|
-
stage: "flowering" | "
|
|
1175
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1176
1176
|
durationDays: number;
|
|
1177
1177
|
npkRatio: {
|
|
1178
1178
|
n: number;
|
|
@@ -1204,7 +1204,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1204
1204
|
cropName: string;
|
|
1205
1205
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
1206
1206
|
growthStages: {
|
|
1207
|
-
stage: "flowering" | "
|
|
1207
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1208
1208
|
durationDays: number;
|
|
1209
1209
|
npkRatio: {
|
|
1210
1210
|
n: number;
|
|
@@ -1238,7 +1238,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1238
1238
|
cropName: string;
|
|
1239
1239
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
1240
1240
|
growthStages: {
|
|
1241
|
-
stage: "flowering" | "
|
|
1241
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1242
1242
|
durationDays: number;
|
|
1243
1243
|
npkRatio: {
|
|
1244
1244
|
n: number;
|
|
@@ -1272,7 +1272,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1272
1272
|
cropName: string;
|
|
1273
1273
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
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;
|
|
@@ -1341,7 +1341,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1341
1341
|
}>;
|
|
1342
1342
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
1343
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1344
|
-
stage: "flowering" | "
|
|
1344
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1345
1345
|
durationDays: number;
|
|
1346
1346
|
npkRatio: {
|
|
1347
1347
|
n: number;
|
|
@@ -1355,7 +1355,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1355
1355
|
};
|
|
1356
1356
|
weeklyApplications: number;
|
|
1357
1357
|
}, {
|
|
1358
|
-
stage: "flowering" | "
|
|
1358
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1359
1359
|
durationDays: number;
|
|
1360
1360
|
npkRatio: {
|
|
1361
1361
|
n: number;
|
|
@@ -1393,7 +1393,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1393
1393
|
cropVariety: string | null;
|
|
1394
1394
|
cropCategory: string;
|
|
1395
1395
|
growthStages: {
|
|
1396
|
-
stage: "flowering" | "
|
|
1396
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1397
1397
|
durationDays: number;
|
|
1398
1398
|
npkRatio: {
|
|
1399
1399
|
n: number;
|
|
@@ -1425,7 +1425,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1425
1425
|
cropVariety: string | null;
|
|
1426
1426
|
cropCategory: string;
|
|
1427
1427
|
growthStages: {
|
|
1428
|
-
stage: "flowering" | "
|
|
1428
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1429
1429
|
durationDays: number;
|
|
1430
1430
|
npkRatio: {
|
|
1431
1431
|
n: number;
|
|
@@ -1464,7 +1464,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1464
1464
|
cropVariety: string | null;
|
|
1465
1465
|
cropCategory: string;
|
|
1466
1466
|
growthStages: {
|
|
1467
|
-
stage: "flowering" | "
|
|
1467
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1468
1468
|
durationDays: number;
|
|
1469
1469
|
npkRatio: {
|
|
1470
1470
|
n: number;
|
|
@@ -1503,7 +1503,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1503
1503
|
cropVariety: string | null;
|
|
1504
1504
|
cropCategory: string;
|
|
1505
1505
|
growthStages: {
|
|
1506
|
-
stage: "flowering" | "
|
|
1506
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1507
1507
|
durationDays: number;
|
|
1508
1508
|
npkRatio: {
|
|
1509
1509
|
n: number;
|
|
@@ -1568,7 +1568,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1568
1568
|
cropVariety: string | null;
|
|
1569
1569
|
cropCategory: string;
|
|
1570
1570
|
growthStages: {
|
|
1571
|
-
stage: "flowering" | "
|
|
1571
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1572
1572
|
durationDays: number;
|
|
1573
1573
|
npkRatio: {
|
|
1574
1574
|
n: number;
|
|
@@ -1619,7 +1619,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1619
1619
|
cropVariety: string | null;
|
|
1620
1620
|
cropCategory: string;
|
|
1621
1621
|
growthStages: {
|
|
1622
|
-
stage: "flowering" | "
|
|
1622
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1623
1623
|
durationDays: number;
|
|
1624
1624
|
npkRatio: {
|
|
1625
1625
|
n: number;
|
|
@@ -1979,7 +1979,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1979
1979
|
}>;
|
|
1980
1980
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
1981
1981
|
}, "strip", z.ZodTypeAny, {
|
|
1982
|
-
stage: "flowering" | "
|
|
1982
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1983
1983
|
durationDays: number;
|
|
1984
1984
|
npkRatio: {
|
|
1985
1985
|
n: number;
|
|
@@ -1993,7 +1993,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
1993
1993
|
};
|
|
1994
1994
|
weeklyApplications: number;
|
|
1995
1995
|
}, {
|
|
1996
|
-
stage: "flowering" | "
|
|
1996
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
1997
1997
|
durationDays: number;
|
|
1998
1998
|
npkRatio: {
|
|
1999
1999
|
n: number;
|
|
@@ -2024,7 +2024,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2024
2024
|
cropVariety?: string | undefined;
|
|
2025
2025
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2026
2026
|
growthStages?: {
|
|
2027
|
-
stage: "flowering" | "
|
|
2027
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2028
2028
|
durationDays: number;
|
|
2029
2029
|
npkRatio: {
|
|
2030
2030
|
n: number;
|
|
@@ -2053,7 +2053,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2053
2053
|
cropVariety?: string | undefined;
|
|
2054
2054
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2055
2055
|
growthStages?: {
|
|
2056
|
-
stage: "flowering" | "
|
|
2056
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2057
2057
|
durationDays: number;
|
|
2058
2058
|
npkRatio: {
|
|
2059
2059
|
n: number;
|
|
@@ -2086,7 +2086,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2086
2086
|
cropVariety?: string | undefined;
|
|
2087
2087
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2088
2088
|
growthStages?: {
|
|
2089
|
-
stage: "flowering" | "
|
|
2089
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2090
2090
|
durationDays: number;
|
|
2091
2091
|
npkRatio: {
|
|
2092
2092
|
n: number;
|
|
@@ -2119,7 +2119,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2119
2119
|
cropVariety?: string | undefined;
|
|
2120
2120
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2121
2121
|
growthStages?: {
|
|
2122
|
-
stage: "flowering" | "
|
|
2122
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2123
2123
|
durationDays: number;
|
|
2124
2124
|
npkRatio: {
|
|
2125
2125
|
n: number;
|
|
@@ -2154,7 +2154,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2154
2154
|
cropVariety?: string | undefined;
|
|
2155
2155
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2156
2156
|
growthStages?: {
|
|
2157
|
-
stage: "flowering" | "
|
|
2157
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2158
2158
|
durationDays: number;
|
|
2159
2159
|
npkRatio: {
|
|
2160
2160
|
n: number;
|
|
@@ -2189,7 +2189,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2189
2189
|
cropVariety?: string | undefined;
|
|
2190
2190
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
2191
2191
|
growthStages?: {
|
|
2192
|
-
stage: "flowering" | "
|
|
2192
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2193
2193
|
durationDays: number;
|
|
2194
2194
|
npkRatio: {
|
|
2195
2195
|
n: number;
|
|
@@ -2255,7 +2255,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2255
2255
|
}>;
|
|
2256
2256
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
2257
2257
|
}, "strip", z.ZodTypeAny, {
|
|
2258
|
-
stage: "flowering" | "
|
|
2258
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2259
2259
|
durationDays: number;
|
|
2260
2260
|
npkRatio: {
|
|
2261
2261
|
n: number;
|
|
@@ -2269,7 +2269,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2269
2269
|
};
|
|
2270
2270
|
weeklyApplications: number;
|
|
2271
2271
|
}, {
|
|
2272
|
-
stage: "flowering" | "
|
|
2272
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2273
2273
|
durationDays: number;
|
|
2274
2274
|
npkRatio: {
|
|
2275
2275
|
n: number;
|
|
@@ -2307,7 +2307,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2307
2307
|
cropVariety: string | null;
|
|
2308
2308
|
cropCategory: string;
|
|
2309
2309
|
growthStages: {
|
|
2310
|
-
stage: "flowering" | "
|
|
2310
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2311
2311
|
durationDays: number;
|
|
2312
2312
|
npkRatio: {
|
|
2313
2313
|
n: number;
|
|
@@ -2339,7 +2339,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2339
2339
|
cropVariety: string | null;
|
|
2340
2340
|
cropCategory: string;
|
|
2341
2341
|
growthStages: {
|
|
2342
|
-
stage: "flowering" | "
|
|
2342
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2343
2343
|
durationDays: number;
|
|
2344
2344
|
npkRatio: {
|
|
2345
2345
|
n: number;
|
|
@@ -2378,7 +2378,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2378
2378
|
cropVariety: string | null;
|
|
2379
2379
|
cropCategory: string;
|
|
2380
2380
|
growthStages: {
|
|
2381
|
-
stage: "flowering" | "
|
|
2381
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2382
2382
|
durationDays: number;
|
|
2383
2383
|
npkRatio: {
|
|
2384
2384
|
n: number;
|
|
@@ -2417,7 +2417,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2417
2417
|
cropVariety: string | null;
|
|
2418
2418
|
cropCategory: string;
|
|
2419
2419
|
growthStages: {
|
|
2420
|
-
stage: "flowering" | "
|
|
2420
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2421
2421
|
durationDays: number;
|
|
2422
2422
|
npkRatio: {
|
|
2423
2423
|
n: number;
|
|
@@ -2482,7 +2482,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2482
2482
|
cropVariety: string | null;
|
|
2483
2483
|
cropCategory: string;
|
|
2484
2484
|
growthStages: {
|
|
2485
|
-
stage: "flowering" | "
|
|
2485
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2486
2486
|
durationDays: number;
|
|
2487
2487
|
npkRatio: {
|
|
2488
2488
|
n: number;
|
|
@@ -2533,7 +2533,7 @@ export declare const cropNutrientProfilesRouter: {
|
|
|
2533
2533
|
cropVariety: string | null;
|
|
2534
2534
|
cropCategory: string;
|
|
2535
2535
|
growthStages: {
|
|
2536
|
-
stage: "flowering" | "
|
|
2536
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
2537
2537
|
durationDays: number;
|
|
2538
2538
|
npkRatio: {
|
|
2539
2539
|
n: number;
|
|
@@ -6157,7 +6157,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6157
6157
|
cropName: string;
|
|
6158
6158
|
estimatedTotalCost: number | null;
|
|
6159
6159
|
cropNutrientProfileId: string;
|
|
6160
|
-
currentStage: "flowering" | "
|
|
6160
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6161
6161
|
baselineSoilTestId: string | null;
|
|
6162
6162
|
nutrientDeficits: {
|
|
6163
6163
|
nitrogen: number;
|
|
@@ -6190,7 +6190,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6190
6190
|
cropName: string;
|
|
6191
6191
|
estimatedTotalCost: number | null;
|
|
6192
6192
|
cropNutrientProfileId: string;
|
|
6193
|
-
currentStage: "flowering" | "
|
|
6193
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6194
6194
|
baselineSoilTestId: string | null;
|
|
6195
6195
|
nutrientDeficits: {
|
|
6196
6196
|
nitrogen: number;
|
|
@@ -6230,7 +6230,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6230
6230
|
cropName: string;
|
|
6231
6231
|
estimatedTotalCost: number | null;
|
|
6232
6232
|
cropNutrientProfileId: string;
|
|
6233
|
-
currentStage: "flowering" | "
|
|
6233
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6234
6234
|
baselineSoilTestId: string | null;
|
|
6235
6235
|
nutrientDeficits: {
|
|
6236
6236
|
nitrogen: number;
|
|
@@ -6270,7 +6270,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6270
6270
|
cropName: string;
|
|
6271
6271
|
estimatedTotalCost: number | null;
|
|
6272
6272
|
cropNutrientProfileId: string;
|
|
6273
|
-
currentStage: "flowering" | "
|
|
6273
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6274
6274
|
baselineSoilTestId: string | null;
|
|
6275
6275
|
nutrientDeficits: {
|
|
6276
6276
|
nitrogen: number;
|
|
@@ -6336,7 +6336,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6336
6336
|
cropName: string;
|
|
6337
6337
|
estimatedTotalCost: number | null;
|
|
6338
6338
|
cropNutrientProfileId: string;
|
|
6339
|
-
currentStage: "flowering" | "
|
|
6339
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6340
6340
|
baselineSoilTestId: string | null;
|
|
6341
6341
|
nutrientDeficits: {
|
|
6342
6342
|
nitrogen: number;
|
|
@@ -6388,7 +6388,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6388
6388
|
cropName: string;
|
|
6389
6389
|
estimatedTotalCost: number | null;
|
|
6390
6390
|
cropNutrientProfileId: string;
|
|
6391
|
-
currentStage: "flowering" | "
|
|
6391
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6392
6392
|
baselineSoilTestId: string | null;
|
|
6393
6393
|
nutrientDeficits: {
|
|
6394
6394
|
nitrogen: number;
|
|
@@ -6694,7 +6694,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6694
6694
|
cropName: string;
|
|
6695
6695
|
estimatedTotalCost: number | null;
|
|
6696
6696
|
cropNutrientProfileId: string;
|
|
6697
|
-
currentStage: "flowering" | "
|
|
6697
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6698
6698
|
baselineSoilTestId: string | null;
|
|
6699
6699
|
nutrientDeficits: {
|
|
6700
6700
|
nitrogen: number;
|
|
@@ -6727,7 +6727,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6727
6727
|
cropName: string;
|
|
6728
6728
|
estimatedTotalCost: number | null;
|
|
6729
6729
|
cropNutrientProfileId: string;
|
|
6730
|
-
currentStage: "flowering" | "
|
|
6730
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6731
6731
|
baselineSoilTestId: string | null;
|
|
6732
6732
|
nutrientDeficits: {
|
|
6733
6733
|
nitrogen: number;
|
|
@@ -6767,7 +6767,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6767
6767
|
cropName: string;
|
|
6768
6768
|
estimatedTotalCost: number | null;
|
|
6769
6769
|
cropNutrientProfileId: string;
|
|
6770
|
-
currentStage: "flowering" | "
|
|
6770
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6771
6771
|
baselineSoilTestId: string | null;
|
|
6772
6772
|
nutrientDeficits: {
|
|
6773
6773
|
nitrogen: number;
|
|
@@ -6807,7 +6807,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6807
6807
|
cropName: string;
|
|
6808
6808
|
estimatedTotalCost: number | null;
|
|
6809
6809
|
cropNutrientProfileId: string;
|
|
6810
|
-
currentStage: "flowering" | "
|
|
6810
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6811
6811
|
baselineSoilTestId: string | null;
|
|
6812
6812
|
nutrientDeficits: {
|
|
6813
6813
|
nitrogen: number;
|
|
@@ -6873,7 +6873,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6873
6873
|
cropName: string;
|
|
6874
6874
|
estimatedTotalCost: number | null;
|
|
6875
6875
|
cropNutrientProfileId: string;
|
|
6876
|
-
currentStage: "flowering" | "
|
|
6876
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6877
6877
|
baselineSoilTestId: string | null;
|
|
6878
6878
|
nutrientDeficits: {
|
|
6879
6879
|
nitrogen: number;
|
|
@@ -6925,7 +6925,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6925
6925
|
cropName: string;
|
|
6926
6926
|
estimatedTotalCost: number | null;
|
|
6927
6927
|
cropNutrientProfileId: string;
|
|
6928
|
-
currentStage: "flowering" | "
|
|
6928
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
6929
6929
|
baselineSoilTestId: string | null;
|
|
6930
6930
|
nutrientDeficits: {
|
|
6931
6931
|
nitrogen: number;
|
|
@@ -7334,7 +7334,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7334
7334
|
cropName: string;
|
|
7335
7335
|
estimatedTotalCost: number | null;
|
|
7336
7336
|
cropNutrientProfileId: string;
|
|
7337
|
-
currentStage: "flowering" | "
|
|
7337
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7338
7338
|
baselineSoilTestId: string | null;
|
|
7339
7339
|
nutrientDeficits: {
|
|
7340
7340
|
nitrogen: number;
|
|
@@ -7367,7 +7367,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7367
7367
|
cropName: string;
|
|
7368
7368
|
estimatedTotalCost: number | null;
|
|
7369
7369
|
cropNutrientProfileId: string;
|
|
7370
|
-
currentStage: "flowering" | "
|
|
7370
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7371
7371
|
baselineSoilTestId: string | null;
|
|
7372
7372
|
nutrientDeficits: {
|
|
7373
7373
|
nitrogen: number;
|
|
@@ -7407,7 +7407,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7407
7407
|
cropName: string;
|
|
7408
7408
|
estimatedTotalCost: number | null;
|
|
7409
7409
|
cropNutrientProfileId: string;
|
|
7410
|
-
currentStage: "flowering" | "
|
|
7410
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7411
7411
|
baselineSoilTestId: string | null;
|
|
7412
7412
|
nutrientDeficits: {
|
|
7413
7413
|
nitrogen: number;
|
|
@@ -7447,7 +7447,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7447
7447
|
cropName: string;
|
|
7448
7448
|
estimatedTotalCost: number | null;
|
|
7449
7449
|
cropNutrientProfileId: string;
|
|
7450
|
-
currentStage: "flowering" | "
|
|
7450
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7451
7451
|
baselineSoilTestId: string | null;
|
|
7452
7452
|
nutrientDeficits: {
|
|
7453
7453
|
nitrogen: number;
|
|
@@ -7513,7 +7513,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7513
7513
|
cropName: string;
|
|
7514
7514
|
estimatedTotalCost: number | null;
|
|
7515
7515
|
cropNutrientProfileId: string;
|
|
7516
|
-
currentStage: "flowering" | "
|
|
7516
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7517
7517
|
baselineSoilTestId: string | null;
|
|
7518
7518
|
nutrientDeficits: {
|
|
7519
7519
|
nitrogen: number;
|
|
@@ -7565,7 +7565,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7565
7565
|
cropName: string;
|
|
7566
7566
|
estimatedTotalCost: number | null;
|
|
7567
7567
|
cropNutrientProfileId: string;
|
|
7568
|
-
currentStage: "flowering" | "
|
|
7568
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
7569
7569
|
baselineSoilTestId: string | null;
|
|
7570
7570
|
nutrientDeficits: {
|
|
7571
7571
|
nitrogen: number;
|
|
@@ -8144,7 +8144,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8144
8144
|
cropName: string;
|
|
8145
8145
|
estimatedTotalCost: number | null;
|
|
8146
8146
|
cropNutrientProfileId: string;
|
|
8147
|
-
currentStage: "flowering" | "
|
|
8147
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8148
8148
|
baselineSoilTestId: string | null;
|
|
8149
8149
|
nutrientDeficits: {
|
|
8150
8150
|
nitrogen: number;
|
|
@@ -8177,7 +8177,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8177
8177
|
cropName: string;
|
|
8178
8178
|
estimatedTotalCost: number | null;
|
|
8179
8179
|
cropNutrientProfileId: string;
|
|
8180
|
-
currentStage: "flowering" | "
|
|
8180
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8181
8181
|
baselineSoilTestId: string | null;
|
|
8182
8182
|
nutrientDeficits: {
|
|
8183
8183
|
nitrogen: number;
|
|
@@ -8217,7 +8217,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8217
8217
|
cropName: string;
|
|
8218
8218
|
estimatedTotalCost: number | null;
|
|
8219
8219
|
cropNutrientProfileId: string;
|
|
8220
|
-
currentStage: "flowering" | "
|
|
8220
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8221
8221
|
baselineSoilTestId: string | null;
|
|
8222
8222
|
nutrientDeficits: {
|
|
8223
8223
|
nitrogen: number;
|
|
@@ -8257,7 +8257,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8257
8257
|
cropName: string;
|
|
8258
8258
|
estimatedTotalCost: number | null;
|
|
8259
8259
|
cropNutrientProfileId: string;
|
|
8260
|
-
currentStage: "flowering" | "
|
|
8260
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8261
8261
|
baselineSoilTestId: string | null;
|
|
8262
8262
|
nutrientDeficits: {
|
|
8263
8263
|
nitrogen: number;
|
|
@@ -8323,7 +8323,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8323
8323
|
cropName: string;
|
|
8324
8324
|
estimatedTotalCost: number | null;
|
|
8325
8325
|
cropNutrientProfileId: string;
|
|
8326
|
-
currentStage: "flowering" | "
|
|
8326
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8327
8327
|
baselineSoilTestId: string | null;
|
|
8328
8328
|
nutrientDeficits: {
|
|
8329
8329
|
nitrogen: number;
|
|
@@ -8375,7 +8375,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8375
8375
|
cropName: string;
|
|
8376
8376
|
estimatedTotalCost: number | null;
|
|
8377
8377
|
cropNutrientProfileId: string;
|
|
8378
|
-
currentStage: "flowering" | "
|
|
8378
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8379
8379
|
baselineSoilTestId: string | null;
|
|
8380
8380
|
nutrientDeficits: {
|
|
8381
8381
|
nitrogen: number;
|
|
@@ -8861,7 +8861,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8861
8861
|
cropName: string;
|
|
8862
8862
|
estimatedTotalCost: number | null;
|
|
8863
8863
|
cropNutrientProfileId: string;
|
|
8864
|
-
currentStage: "flowering" | "
|
|
8864
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8865
8865
|
baselineSoilTestId: string | null;
|
|
8866
8866
|
nutrientDeficits: {
|
|
8867
8867
|
nitrogen: number;
|
|
@@ -8894,7 +8894,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8894
8894
|
cropName: string;
|
|
8895
8895
|
estimatedTotalCost: number | null;
|
|
8896
8896
|
cropNutrientProfileId: string;
|
|
8897
|
-
currentStage: "flowering" | "
|
|
8897
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8898
8898
|
baselineSoilTestId: string | null;
|
|
8899
8899
|
nutrientDeficits: {
|
|
8900
8900
|
nitrogen: number;
|
|
@@ -8934,7 +8934,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8934
8934
|
cropName: string;
|
|
8935
8935
|
estimatedTotalCost: number | null;
|
|
8936
8936
|
cropNutrientProfileId: string;
|
|
8937
|
-
currentStage: "flowering" | "
|
|
8937
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8938
8938
|
baselineSoilTestId: string | null;
|
|
8939
8939
|
nutrientDeficits: {
|
|
8940
8940
|
nitrogen: number;
|
|
@@ -8974,7 +8974,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8974
8974
|
cropName: string;
|
|
8975
8975
|
estimatedTotalCost: number | null;
|
|
8976
8976
|
cropNutrientProfileId: string;
|
|
8977
|
-
currentStage: "flowering" | "
|
|
8977
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
8978
8978
|
baselineSoilTestId: string | null;
|
|
8979
8979
|
nutrientDeficits: {
|
|
8980
8980
|
nitrogen: number;
|
|
@@ -9040,7 +9040,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9040
9040
|
cropName: string;
|
|
9041
9041
|
estimatedTotalCost: number | null;
|
|
9042
9042
|
cropNutrientProfileId: string;
|
|
9043
|
-
currentStage: "flowering" | "
|
|
9043
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9044
9044
|
baselineSoilTestId: string | null;
|
|
9045
9045
|
nutrientDeficits: {
|
|
9046
9046
|
nitrogen: number;
|
|
@@ -9092,7 +9092,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9092
9092
|
cropName: string;
|
|
9093
9093
|
estimatedTotalCost: number | null;
|
|
9094
9094
|
cropNutrientProfileId: string;
|
|
9095
|
-
currentStage: "flowering" | "
|
|
9095
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9096
9096
|
baselineSoilTestId: string | null;
|
|
9097
9097
|
nutrientDeficits: {
|
|
9098
9098
|
nitrogen: number;
|
|
@@ -9488,7 +9488,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9488
9488
|
cropName: string;
|
|
9489
9489
|
estimatedTotalCost: number | null;
|
|
9490
9490
|
cropNutrientProfileId: string;
|
|
9491
|
-
currentStage: "flowering" | "
|
|
9491
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9492
9492
|
baselineSoilTestId: string | null;
|
|
9493
9493
|
nutrientDeficits: {
|
|
9494
9494
|
nitrogen: number;
|
|
@@ -9521,7 +9521,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9521
9521
|
cropName: string;
|
|
9522
9522
|
estimatedTotalCost: number | null;
|
|
9523
9523
|
cropNutrientProfileId: string;
|
|
9524
|
-
currentStage: "flowering" | "
|
|
9524
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9525
9525
|
baselineSoilTestId: string | null;
|
|
9526
9526
|
nutrientDeficits: {
|
|
9527
9527
|
nitrogen: number;
|
|
@@ -9561,7 +9561,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9561
9561
|
cropName: string;
|
|
9562
9562
|
estimatedTotalCost: number | null;
|
|
9563
9563
|
cropNutrientProfileId: string;
|
|
9564
|
-
currentStage: "flowering" | "
|
|
9564
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9565
9565
|
baselineSoilTestId: string | null;
|
|
9566
9566
|
nutrientDeficits: {
|
|
9567
9567
|
nitrogen: number;
|
|
@@ -9601,7 +9601,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9601
9601
|
cropName: string;
|
|
9602
9602
|
estimatedTotalCost: number | null;
|
|
9603
9603
|
cropNutrientProfileId: string;
|
|
9604
|
-
currentStage: "flowering" | "
|
|
9604
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9605
9605
|
baselineSoilTestId: string | null;
|
|
9606
9606
|
nutrientDeficits: {
|
|
9607
9607
|
nitrogen: number;
|
|
@@ -9667,7 +9667,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9667
9667
|
cropName: string;
|
|
9668
9668
|
estimatedTotalCost: number | null;
|
|
9669
9669
|
cropNutrientProfileId: string;
|
|
9670
|
-
currentStage: "flowering" | "
|
|
9670
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9671
9671
|
baselineSoilTestId: string | null;
|
|
9672
9672
|
nutrientDeficits: {
|
|
9673
9673
|
nitrogen: number;
|
|
@@ -9719,7 +9719,7 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9719
9719
|
cropName: string;
|
|
9720
9720
|
estimatedTotalCost: number | null;
|
|
9721
9721
|
cropNutrientProfileId: string;
|
|
9722
|
-
currentStage: "flowering" | "
|
|
9722
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
9723
9723
|
baselineSoilTestId: string | null;
|
|
9724
9724
|
nutrientDeficits: {
|
|
9725
9725
|
nitrogen: number;
|
|
@@ -10272,7 +10272,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10272
10272
|
'filter[startDate]'?: string | undefined;
|
|
10273
10273
|
'filter[endDate]'?: string | undefined;
|
|
10274
10274
|
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
10275
|
-
'filter[growthStage]'?: "flowering" | "
|
|
10275
|
+
'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
|
|
10276
10276
|
}, {
|
|
10277
10277
|
sort?: string | undefined;
|
|
10278
10278
|
'page[number]'?: number | undefined;
|
|
@@ -10280,7 +10280,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10280
10280
|
'filter[startDate]'?: string | undefined;
|
|
10281
10281
|
'filter[endDate]'?: string | undefined;
|
|
10282
10282
|
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
10283
|
-
'filter[growthStage]'?: "flowering" | "
|
|
10283
|
+
'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
|
|
10284
10284
|
}>;
|
|
10285
10285
|
summary: "List schedule events";
|
|
10286
10286
|
description: "Get all application events for a fertigation schedule";
|
|
@@ -10374,7 +10374,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10374
10374
|
scheduledDate: string;
|
|
10375
10375
|
actualDate: string | null;
|
|
10376
10376
|
weekNumber: number;
|
|
10377
|
-
growthStage: "flowering" | "
|
|
10377
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10378
10378
|
fertilizerProductId: string | null;
|
|
10379
10379
|
plannedNutrients: {
|
|
10380
10380
|
nitrogen: number;
|
|
@@ -10414,7 +10414,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10414
10414
|
scheduledDate: string;
|
|
10415
10415
|
actualDate: string | null;
|
|
10416
10416
|
weekNumber: number;
|
|
10417
|
-
growthStage: "flowering" | "
|
|
10417
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10418
10418
|
fertilizerProductId: string | null;
|
|
10419
10419
|
plannedNutrients: {
|
|
10420
10420
|
nitrogen: number;
|
|
@@ -10461,7 +10461,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10461
10461
|
scheduledDate: string;
|
|
10462
10462
|
actualDate: string | null;
|
|
10463
10463
|
weekNumber: number;
|
|
10464
|
-
growthStage: "flowering" | "
|
|
10464
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10465
10465
|
fertilizerProductId: string | null;
|
|
10466
10466
|
plannedNutrients: {
|
|
10467
10467
|
nitrogen: number;
|
|
@@ -10508,7 +10508,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10508
10508
|
scheduledDate: string;
|
|
10509
10509
|
actualDate: string | null;
|
|
10510
10510
|
weekNumber: number;
|
|
10511
|
-
growthStage: "flowering" | "
|
|
10511
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10512
10512
|
fertilizerProductId: string | null;
|
|
10513
10513
|
plannedNutrients: {
|
|
10514
10514
|
nitrogen: number;
|
|
@@ -10581,7 +10581,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10581
10581
|
scheduledDate: string;
|
|
10582
10582
|
actualDate: string | null;
|
|
10583
10583
|
weekNumber: number;
|
|
10584
|
-
growthStage: "flowering" | "
|
|
10584
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10585
10585
|
fertilizerProductId: string | null;
|
|
10586
10586
|
plannedNutrients: {
|
|
10587
10587
|
nitrogen: number;
|
|
@@ -10640,7 +10640,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10640
10640
|
scheduledDate: string;
|
|
10641
10641
|
actualDate: string | null;
|
|
10642
10642
|
weekNumber: number;
|
|
10643
|
-
growthStage: "flowering" | "
|
|
10643
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10644
10644
|
fertilizerProductId: string | null;
|
|
10645
10645
|
plannedNutrients: {
|
|
10646
10646
|
nitrogen: number;
|
|
@@ -10972,7 +10972,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10972
10972
|
scheduledDate: string;
|
|
10973
10973
|
actualDate: string | null;
|
|
10974
10974
|
weekNumber: number;
|
|
10975
|
-
growthStage: "flowering" | "
|
|
10975
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
10976
10976
|
fertilizerProductId: string | null;
|
|
10977
10977
|
plannedNutrients: {
|
|
10978
10978
|
nitrogen: number;
|
|
@@ -11012,7 +11012,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11012
11012
|
scheduledDate: string;
|
|
11013
11013
|
actualDate: string | null;
|
|
11014
11014
|
weekNumber: number;
|
|
11015
|
-
growthStage: "flowering" | "
|
|
11015
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11016
11016
|
fertilizerProductId: string | null;
|
|
11017
11017
|
plannedNutrients: {
|
|
11018
11018
|
nitrogen: number;
|
|
@@ -11059,7 +11059,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11059
11059
|
scheduledDate: string;
|
|
11060
11060
|
actualDate: string | null;
|
|
11061
11061
|
weekNumber: number;
|
|
11062
|
-
growthStage: "flowering" | "
|
|
11062
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11063
11063
|
fertilizerProductId: string | null;
|
|
11064
11064
|
plannedNutrients: {
|
|
11065
11065
|
nitrogen: number;
|
|
@@ -11106,7 +11106,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11106
11106
|
scheduledDate: string;
|
|
11107
11107
|
actualDate: string | null;
|
|
11108
11108
|
weekNumber: number;
|
|
11109
|
-
growthStage: "flowering" | "
|
|
11109
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11110
11110
|
fertilizerProductId: string | null;
|
|
11111
11111
|
plannedNutrients: {
|
|
11112
11112
|
nitrogen: number;
|
|
@@ -11179,7 +11179,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11179
11179
|
scheduledDate: string;
|
|
11180
11180
|
actualDate: string | null;
|
|
11181
11181
|
weekNumber: number;
|
|
11182
|
-
growthStage: "flowering" | "
|
|
11182
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11183
11183
|
fertilizerProductId: string | null;
|
|
11184
11184
|
plannedNutrients: {
|
|
11185
11185
|
nitrogen: number;
|
|
@@ -11238,7 +11238,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11238
11238
|
scheduledDate: string;
|
|
11239
11239
|
actualDate: string | null;
|
|
11240
11240
|
weekNumber: number;
|
|
11241
|
-
growthStage: "flowering" | "
|
|
11241
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11242
11242
|
fertilizerProductId: string | null;
|
|
11243
11243
|
plannedNutrients: {
|
|
11244
11244
|
nitrogen: number;
|
|
@@ -11563,7 +11563,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11563
11563
|
scheduledDate: string;
|
|
11564
11564
|
actualDate: string | null;
|
|
11565
11565
|
weekNumber: number;
|
|
11566
|
-
growthStage: "flowering" | "
|
|
11566
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11567
11567
|
fertilizerProductId: string | null;
|
|
11568
11568
|
plannedNutrients: {
|
|
11569
11569
|
nitrogen: number;
|
|
@@ -11603,7 +11603,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11603
11603
|
scheduledDate: string;
|
|
11604
11604
|
actualDate: string | null;
|
|
11605
11605
|
weekNumber: number;
|
|
11606
|
-
growthStage: "flowering" | "
|
|
11606
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11607
11607
|
fertilizerProductId: string | null;
|
|
11608
11608
|
plannedNutrients: {
|
|
11609
11609
|
nitrogen: number;
|
|
@@ -11650,7 +11650,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11650
11650
|
scheduledDate: string;
|
|
11651
11651
|
actualDate: string | null;
|
|
11652
11652
|
weekNumber: number;
|
|
11653
|
-
growthStage: "flowering" | "
|
|
11653
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11654
11654
|
fertilizerProductId: string | null;
|
|
11655
11655
|
plannedNutrients: {
|
|
11656
11656
|
nitrogen: number;
|
|
@@ -11697,7 +11697,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11697
11697
|
scheduledDate: string;
|
|
11698
11698
|
actualDate: string | null;
|
|
11699
11699
|
weekNumber: number;
|
|
11700
|
-
growthStage: "flowering" | "
|
|
11700
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11701
11701
|
fertilizerProductId: string | null;
|
|
11702
11702
|
plannedNutrients: {
|
|
11703
11703
|
nitrogen: number;
|
|
@@ -11770,7 +11770,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11770
11770
|
scheduledDate: string;
|
|
11771
11771
|
actualDate: string | null;
|
|
11772
11772
|
weekNumber: number;
|
|
11773
|
-
growthStage: "flowering" | "
|
|
11773
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11774
11774
|
fertilizerProductId: string | null;
|
|
11775
11775
|
plannedNutrients: {
|
|
11776
11776
|
nitrogen: number;
|
|
@@ -11829,7 +11829,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11829
11829
|
scheduledDate: string;
|
|
11830
11830
|
actualDate: string | null;
|
|
11831
11831
|
weekNumber: number;
|
|
11832
|
-
growthStage: "flowering" | "
|
|
11832
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
11833
11833
|
fertilizerProductId: string | null;
|
|
11834
11834
|
plannedNutrients: {
|
|
11835
11835
|
nitrogen: number;
|
|
@@ -12263,7 +12263,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12263
12263
|
scheduledDate: string;
|
|
12264
12264
|
actualDate: string | null;
|
|
12265
12265
|
weekNumber: number;
|
|
12266
|
-
growthStage: "flowering" | "
|
|
12266
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12267
12267
|
fertilizerProductId: string | null;
|
|
12268
12268
|
plannedNutrients: {
|
|
12269
12269
|
nitrogen: number;
|
|
@@ -12303,7 +12303,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12303
12303
|
scheduledDate: string;
|
|
12304
12304
|
actualDate: string | null;
|
|
12305
12305
|
weekNumber: number;
|
|
12306
|
-
growthStage: "flowering" | "
|
|
12306
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12307
12307
|
fertilizerProductId: string | null;
|
|
12308
12308
|
plannedNutrients: {
|
|
12309
12309
|
nitrogen: number;
|
|
@@ -12350,7 +12350,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12350
12350
|
scheduledDate: string;
|
|
12351
12351
|
actualDate: string | null;
|
|
12352
12352
|
weekNumber: number;
|
|
12353
|
-
growthStage: "flowering" | "
|
|
12353
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12354
12354
|
fertilizerProductId: string | null;
|
|
12355
12355
|
plannedNutrients: {
|
|
12356
12356
|
nitrogen: number;
|
|
@@ -12397,7 +12397,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12397
12397
|
scheduledDate: string;
|
|
12398
12398
|
actualDate: string | null;
|
|
12399
12399
|
weekNumber: number;
|
|
12400
|
-
growthStage: "flowering" | "
|
|
12400
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12401
12401
|
fertilizerProductId: string | null;
|
|
12402
12402
|
plannedNutrients: {
|
|
12403
12403
|
nitrogen: number;
|
|
@@ -12470,7 +12470,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12470
12470
|
scheduledDate: string;
|
|
12471
12471
|
actualDate: string | null;
|
|
12472
12472
|
weekNumber: number;
|
|
12473
|
-
growthStage: "flowering" | "
|
|
12473
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12474
12474
|
fertilizerProductId: string | null;
|
|
12475
12475
|
plannedNutrients: {
|
|
12476
12476
|
nitrogen: number;
|
|
@@ -12529,7 +12529,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12529
12529
|
scheduledDate: string;
|
|
12530
12530
|
actualDate: string | null;
|
|
12531
12531
|
weekNumber: number;
|
|
12532
|
-
growthStage: "flowering" | "
|
|
12532
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
12533
12533
|
fertilizerProductId: string | null;
|
|
12534
12534
|
plannedNutrients: {
|
|
12535
12535
|
nitrogen: number;
|
|
@@ -13041,7 +13041,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13041
13041
|
scheduledDate: string;
|
|
13042
13042
|
actualDate: string | null;
|
|
13043
13043
|
weekNumber: number;
|
|
13044
|
-
growthStage: "flowering" | "
|
|
13044
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13045
13045
|
fertilizerProductId: string | null;
|
|
13046
13046
|
plannedNutrients: {
|
|
13047
13047
|
nitrogen: number;
|
|
@@ -13081,7 +13081,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13081
13081
|
scheduledDate: string;
|
|
13082
13082
|
actualDate: string | null;
|
|
13083
13083
|
weekNumber: number;
|
|
13084
|
-
growthStage: "flowering" | "
|
|
13084
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13085
13085
|
fertilizerProductId: string | null;
|
|
13086
13086
|
plannedNutrients: {
|
|
13087
13087
|
nitrogen: number;
|
|
@@ -13128,7 +13128,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13128
13128
|
scheduledDate: string;
|
|
13129
13129
|
actualDate: string | null;
|
|
13130
13130
|
weekNumber: number;
|
|
13131
|
-
growthStage: "flowering" | "
|
|
13131
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13132
13132
|
fertilizerProductId: string | null;
|
|
13133
13133
|
plannedNutrients: {
|
|
13134
13134
|
nitrogen: number;
|
|
@@ -13175,7 +13175,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13175
13175
|
scheduledDate: string;
|
|
13176
13176
|
actualDate: string | null;
|
|
13177
13177
|
weekNumber: number;
|
|
13178
|
-
growthStage: "flowering" | "
|
|
13178
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13179
13179
|
fertilizerProductId: string | null;
|
|
13180
13180
|
plannedNutrients: {
|
|
13181
13181
|
nitrogen: number;
|
|
@@ -13248,7 +13248,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13248
13248
|
scheduledDate: string;
|
|
13249
13249
|
actualDate: string | null;
|
|
13250
13250
|
weekNumber: number;
|
|
13251
|
-
growthStage: "flowering" | "
|
|
13251
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13252
13252
|
fertilizerProductId: string | null;
|
|
13253
13253
|
plannedNutrients: {
|
|
13254
13254
|
nitrogen: number;
|
|
@@ -13307,7 +13307,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13307
13307
|
scheduledDate: string;
|
|
13308
13308
|
actualDate: string | null;
|
|
13309
13309
|
weekNumber: number;
|
|
13310
|
-
growthStage: "flowering" | "
|
|
13310
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13311
13311
|
fertilizerProductId: string | null;
|
|
13312
13312
|
plannedNutrients: {
|
|
13313
13313
|
nitrogen: number;
|
|
@@ -13732,7 +13732,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13732
13732
|
scheduledDate: string;
|
|
13733
13733
|
actualDate: string | null;
|
|
13734
13734
|
weekNumber: number;
|
|
13735
|
-
growthStage: "flowering" | "
|
|
13735
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13736
13736
|
fertilizerProductId: string | null;
|
|
13737
13737
|
plannedNutrients: {
|
|
13738
13738
|
nitrogen: number;
|
|
@@ -13772,7 +13772,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13772
13772
|
scheduledDate: string;
|
|
13773
13773
|
actualDate: string | null;
|
|
13774
13774
|
weekNumber: number;
|
|
13775
|
-
growthStage: "flowering" | "
|
|
13775
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13776
13776
|
fertilizerProductId: string | null;
|
|
13777
13777
|
plannedNutrients: {
|
|
13778
13778
|
nitrogen: number;
|
|
@@ -13819,7 +13819,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13819
13819
|
scheduledDate: string;
|
|
13820
13820
|
actualDate: string | null;
|
|
13821
13821
|
weekNumber: number;
|
|
13822
|
-
growthStage: "flowering" | "
|
|
13822
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13823
13823
|
fertilizerProductId: string | null;
|
|
13824
13824
|
plannedNutrients: {
|
|
13825
13825
|
nitrogen: number;
|
|
@@ -13866,7 +13866,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13866
13866
|
scheduledDate: string;
|
|
13867
13867
|
actualDate: string | null;
|
|
13868
13868
|
weekNumber: number;
|
|
13869
|
-
growthStage: "flowering" | "
|
|
13869
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13870
13870
|
fertilizerProductId: string | null;
|
|
13871
13871
|
plannedNutrients: {
|
|
13872
13872
|
nitrogen: number;
|
|
@@ -13939,7 +13939,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13939
13939
|
scheduledDate: string;
|
|
13940
13940
|
actualDate: string | null;
|
|
13941
13941
|
weekNumber: number;
|
|
13942
|
-
growthStage: "flowering" | "
|
|
13942
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
13943
13943
|
fertilizerProductId: string | null;
|
|
13944
13944
|
plannedNutrients: {
|
|
13945
13945
|
nitrogen: number;
|
|
@@ -13998,7 +13998,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13998
13998
|
scheduledDate: string;
|
|
13999
13999
|
actualDate: string | null;
|
|
14000
14000
|
weekNumber: number;
|
|
14001
|
-
growthStage: "flowering" | "
|
|
14001
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
14002
14002
|
fertilizerProductId: string | null;
|
|
14003
14003
|
plannedNutrients: {
|
|
14004
14004
|
nitrogen: number;
|
|
@@ -14413,20 +14413,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14413
14413
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
14414
14414
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
14415
14415
|
}, "strip", z.ZodTypeAny, {
|
|
14416
|
+
reason: string;
|
|
14416
14417
|
quantity: number;
|
|
14417
14418
|
unit: string;
|
|
14418
14419
|
productName: string;
|
|
14419
|
-
reason: string;
|
|
14420
14420
|
estimatedCost: number | null;
|
|
14421
14421
|
priority: number;
|
|
14422
14422
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14423
14423
|
productId: string;
|
|
14424
14424
|
frequency: string | null;
|
|
14425
14425
|
}, {
|
|
14426
|
+
reason: string;
|
|
14426
14427
|
quantity: number;
|
|
14427
14428
|
unit: string;
|
|
14428
14429
|
productName: string;
|
|
14429
|
-
reason: string;
|
|
14430
14430
|
estimatedCost: number | null;
|
|
14431
14431
|
priority: number;
|
|
14432
14432
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14460,10 +14460,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14460
14460
|
phosphorusDeficit: number | null;
|
|
14461
14461
|
potassiumDeficit: number | null;
|
|
14462
14462
|
recommendedProducts: {
|
|
14463
|
+
reason: string;
|
|
14463
14464
|
quantity: number;
|
|
14464
14465
|
unit: string;
|
|
14465
14466
|
productName: string;
|
|
14466
|
-
reason: string;
|
|
14467
14467
|
estimatedCost: number | null;
|
|
14468
14468
|
priority: number;
|
|
14469
14469
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14491,10 +14491,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14491
14491
|
phosphorusDeficit: number | null;
|
|
14492
14492
|
potassiumDeficit: number | null;
|
|
14493
14493
|
recommendedProducts: {
|
|
14494
|
+
reason: string;
|
|
14494
14495
|
quantity: number;
|
|
14495
14496
|
unit: string;
|
|
14496
14497
|
productName: string;
|
|
14497
|
-
reason: string;
|
|
14498
14498
|
estimatedCost: number | null;
|
|
14499
14499
|
priority: number;
|
|
14500
14500
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14529,10 +14529,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14529
14529
|
phosphorusDeficit: number | null;
|
|
14530
14530
|
potassiumDeficit: number | null;
|
|
14531
14531
|
recommendedProducts: {
|
|
14532
|
+
reason: string;
|
|
14532
14533
|
quantity: number;
|
|
14533
14534
|
unit: string;
|
|
14534
14535
|
productName: string;
|
|
14535
|
-
reason: string;
|
|
14536
14536
|
estimatedCost: number | null;
|
|
14537
14537
|
priority: number;
|
|
14538
14538
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14567,10 +14567,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14567
14567
|
phosphorusDeficit: number | null;
|
|
14568
14568
|
potassiumDeficit: number | null;
|
|
14569
14569
|
recommendedProducts: {
|
|
14570
|
+
reason: string;
|
|
14570
14571
|
quantity: number;
|
|
14571
14572
|
unit: string;
|
|
14572
14573
|
productName: string;
|
|
14573
|
-
reason: string;
|
|
14574
14574
|
estimatedCost: number | null;
|
|
14575
14575
|
priority: number;
|
|
14576
14576
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14631,10 +14631,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14631
14631
|
phosphorusDeficit: number | null;
|
|
14632
14632
|
potassiumDeficit: number | null;
|
|
14633
14633
|
recommendedProducts: {
|
|
14634
|
+
reason: string;
|
|
14634
14635
|
quantity: number;
|
|
14635
14636
|
unit: string;
|
|
14636
14637
|
productName: string;
|
|
14637
|
-
reason: string;
|
|
14638
14638
|
estimatedCost: number | null;
|
|
14639
14639
|
priority: number;
|
|
14640
14640
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14681,10 +14681,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14681
14681
|
phosphorusDeficit: number | null;
|
|
14682
14682
|
potassiumDeficit: number | null;
|
|
14683
14683
|
recommendedProducts: {
|
|
14684
|
+
reason: string;
|
|
14684
14685
|
quantity: number;
|
|
14685
14686
|
unit: string;
|
|
14686
14687
|
productName: string;
|
|
14687
|
-
reason: string;
|
|
14688
14688
|
estimatedCost: number | null;
|
|
14689
14689
|
priority: number;
|
|
14690
14690
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15136,20 +15136,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15136
15136
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
15137
15137
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
15138
15138
|
}, "strip", z.ZodTypeAny, {
|
|
15139
|
+
reason: string;
|
|
15139
15140
|
quantity: number;
|
|
15140
15141
|
unit: string;
|
|
15141
15142
|
productName: string;
|
|
15142
|
-
reason: string;
|
|
15143
15143
|
estimatedCost: number | null;
|
|
15144
15144
|
priority: number;
|
|
15145
15145
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15146
15146
|
productId: string;
|
|
15147
15147
|
frequency: string | null;
|
|
15148
15148
|
}, {
|
|
15149
|
+
reason: string;
|
|
15149
15150
|
quantity: number;
|
|
15150
15151
|
unit: string;
|
|
15151
15152
|
productName: string;
|
|
15152
|
-
reason: string;
|
|
15153
15153
|
estimatedCost: number | null;
|
|
15154
15154
|
priority: number;
|
|
15155
15155
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15183,10 +15183,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15183
15183
|
phosphorusDeficit: number | null;
|
|
15184
15184
|
potassiumDeficit: number | null;
|
|
15185
15185
|
recommendedProducts: {
|
|
15186
|
+
reason: string;
|
|
15186
15187
|
quantity: number;
|
|
15187
15188
|
unit: string;
|
|
15188
15189
|
productName: string;
|
|
15189
|
-
reason: string;
|
|
15190
15190
|
estimatedCost: number | null;
|
|
15191
15191
|
priority: number;
|
|
15192
15192
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15214,10 +15214,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15214
15214
|
phosphorusDeficit: number | null;
|
|
15215
15215
|
potassiumDeficit: number | null;
|
|
15216
15216
|
recommendedProducts: {
|
|
15217
|
+
reason: string;
|
|
15217
15218
|
quantity: number;
|
|
15218
15219
|
unit: string;
|
|
15219
15220
|
productName: string;
|
|
15220
|
-
reason: string;
|
|
15221
15221
|
estimatedCost: number | null;
|
|
15222
15222
|
priority: number;
|
|
15223
15223
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15252,10 +15252,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15252
15252
|
phosphorusDeficit: number | null;
|
|
15253
15253
|
potassiumDeficit: number | null;
|
|
15254
15254
|
recommendedProducts: {
|
|
15255
|
+
reason: string;
|
|
15255
15256
|
quantity: number;
|
|
15256
15257
|
unit: string;
|
|
15257
15258
|
productName: string;
|
|
15258
|
-
reason: string;
|
|
15259
15259
|
estimatedCost: number | null;
|
|
15260
15260
|
priority: number;
|
|
15261
15261
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15290,10 +15290,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15290
15290
|
phosphorusDeficit: number | null;
|
|
15291
15291
|
potassiumDeficit: number | null;
|
|
15292
15292
|
recommendedProducts: {
|
|
15293
|
+
reason: string;
|
|
15293
15294
|
quantity: number;
|
|
15294
15295
|
unit: string;
|
|
15295
15296
|
productName: string;
|
|
15296
|
-
reason: string;
|
|
15297
15297
|
estimatedCost: number | null;
|
|
15298
15298
|
priority: number;
|
|
15299
15299
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15354,10 +15354,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15354
15354
|
phosphorusDeficit: number | null;
|
|
15355
15355
|
potassiumDeficit: number | null;
|
|
15356
15356
|
recommendedProducts: {
|
|
15357
|
+
reason: string;
|
|
15357
15358
|
quantity: number;
|
|
15358
15359
|
unit: string;
|
|
15359
15360
|
productName: string;
|
|
15360
|
-
reason: string;
|
|
15361
15361
|
estimatedCost: number | null;
|
|
15362
15362
|
priority: number;
|
|
15363
15363
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15404,10 +15404,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15404
15404
|
phosphorusDeficit: number | null;
|
|
15405
15405
|
potassiumDeficit: number | null;
|
|
15406
15406
|
recommendedProducts: {
|
|
15407
|
+
reason: string;
|
|
15407
15408
|
quantity: number;
|
|
15408
15409
|
unit: string;
|
|
15409
15410
|
productName: string;
|
|
15410
|
-
reason: string;
|
|
15411
15411
|
estimatedCost: number | null;
|
|
15412
15412
|
priority: number;
|
|
15413
15413
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15658,20 +15658,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15658
15658
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
15659
15659
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
15660
15660
|
}, "strip", z.ZodTypeAny, {
|
|
15661
|
+
reason: string;
|
|
15661
15662
|
quantity: number;
|
|
15662
15663
|
unit: string;
|
|
15663
15664
|
productName: string;
|
|
15664
|
-
reason: string;
|
|
15665
15665
|
estimatedCost: number | null;
|
|
15666
15666
|
priority: number;
|
|
15667
15667
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15668
15668
|
productId: string;
|
|
15669
15669
|
frequency: string | null;
|
|
15670
15670
|
}, {
|
|
15671
|
+
reason: string;
|
|
15671
15672
|
quantity: number;
|
|
15672
15673
|
unit: string;
|
|
15673
15674
|
productName: string;
|
|
15674
|
-
reason: string;
|
|
15675
15675
|
estimatedCost: number | null;
|
|
15676
15676
|
priority: number;
|
|
15677
15677
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15705,10 +15705,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15705
15705
|
phosphorusDeficit: number | null;
|
|
15706
15706
|
potassiumDeficit: number | null;
|
|
15707
15707
|
recommendedProducts: {
|
|
15708
|
+
reason: string;
|
|
15708
15709
|
quantity: number;
|
|
15709
15710
|
unit: string;
|
|
15710
15711
|
productName: string;
|
|
15711
|
-
reason: string;
|
|
15712
15712
|
estimatedCost: number | null;
|
|
15713
15713
|
priority: number;
|
|
15714
15714
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15736,10 +15736,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15736
15736
|
phosphorusDeficit: number | null;
|
|
15737
15737
|
potassiumDeficit: number | null;
|
|
15738
15738
|
recommendedProducts: {
|
|
15739
|
+
reason: string;
|
|
15739
15740
|
quantity: number;
|
|
15740
15741
|
unit: string;
|
|
15741
15742
|
productName: string;
|
|
15742
|
-
reason: string;
|
|
15743
15743
|
estimatedCost: number | null;
|
|
15744
15744
|
priority: number;
|
|
15745
15745
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15774,10 +15774,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15774
15774
|
phosphorusDeficit: number | null;
|
|
15775
15775
|
potassiumDeficit: number | null;
|
|
15776
15776
|
recommendedProducts: {
|
|
15777
|
+
reason: string;
|
|
15777
15778
|
quantity: number;
|
|
15778
15779
|
unit: string;
|
|
15779
15780
|
productName: string;
|
|
15780
|
-
reason: string;
|
|
15781
15781
|
estimatedCost: number | null;
|
|
15782
15782
|
priority: number;
|
|
15783
15783
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15812,10 +15812,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15812
15812
|
phosphorusDeficit: number | null;
|
|
15813
15813
|
potassiumDeficit: number | null;
|
|
15814
15814
|
recommendedProducts: {
|
|
15815
|
+
reason: string;
|
|
15815
15816
|
quantity: number;
|
|
15816
15817
|
unit: string;
|
|
15817
15818
|
productName: string;
|
|
15818
|
-
reason: string;
|
|
15819
15819
|
estimatedCost: number | null;
|
|
15820
15820
|
priority: number;
|
|
15821
15821
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15876,10 +15876,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15876
15876
|
phosphorusDeficit: number | null;
|
|
15877
15877
|
potassiumDeficit: number | null;
|
|
15878
15878
|
recommendedProducts: {
|
|
15879
|
+
reason: string;
|
|
15879
15880
|
quantity: number;
|
|
15880
15881
|
unit: string;
|
|
15881
15882
|
productName: string;
|
|
15882
|
-
reason: string;
|
|
15883
15883
|
estimatedCost: number | null;
|
|
15884
15884
|
priority: number;
|
|
15885
15885
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15926,10 +15926,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15926
15926
|
phosphorusDeficit: number | null;
|
|
15927
15927
|
potassiumDeficit: number | null;
|
|
15928
15928
|
recommendedProducts: {
|
|
15929
|
+
reason: string;
|
|
15929
15930
|
quantity: number;
|
|
15930
15931
|
unit: string;
|
|
15931
15932
|
productName: string;
|
|
15932
|
-
reason: string;
|
|
15933
15933
|
estimatedCost: number | null;
|
|
15934
15934
|
priority: number;
|
|
15935
15935
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16190,20 +16190,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16190
16190
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
16191
16191
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
16192
16192
|
}, "strip", z.ZodTypeAny, {
|
|
16193
|
+
reason: string;
|
|
16193
16194
|
quantity: number;
|
|
16194
16195
|
unit: string;
|
|
16195
16196
|
productName: string;
|
|
16196
|
-
reason: string;
|
|
16197
16197
|
estimatedCost: number | null;
|
|
16198
16198
|
priority: number;
|
|
16199
16199
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16200
16200
|
productId: string;
|
|
16201
16201
|
frequency: string | null;
|
|
16202
16202
|
}, {
|
|
16203
|
+
reason: string;
|
|
16203
16204
|
quantity: number;
|
|
16204
16205
|
unit: string;
|
|
16205
16206
|
productName: string;
|
|
16206
|
-
reason: string;
|
|
16207
16207
|
estimatedCost: number | null;
|
|
16208
16208
|
priority: number;
|
|
16209
16209
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16237,10 +16237,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16237
16237
|
phosphorusDeficit: number | null;
|
|
16238
16238
|
potassiumDeficit: number | null;
|
|
16239
16239
|
recommendedProducts: {
|
|
16240
|
+
reason: string;
|
|
16240
16241
|
quantity: number;
|
|
16241
16242
|
unit: string;
|
|
16242
16243
|
productName: string;
|
|
16243
|
-
reason: string;
|
|
16244
16244
|
estimatedCost: number | null;
|
|
16245
16245
|
priority: number;
|
|
16246
16246
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16268,10 +16268,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16268
16268
|
phosphorusDeficit: number | null;
|
|
16269
16269
|
potassiumDeficit: number | null;
|
|
16270
16270
|
recommendedProducts: {
|
|
16271
|
+
reason: string;
|
|
16271
16272
|
quantity: number;
|
|
16272
16273
|
unit: string;
|
|
16273
16274
|
productName: string;
|
|
16274
|
-
reason: string;
|
|
16275
16275
|
estimatedCost: number | null;
|
|
16276
16276
|
priority: number;
|
|
16277
16277
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16306,10 +16306,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16306
16306
|
phosphorusDeficit: number | null;
|
|
16307
16307
|
potassiumDeficit: number | null;
|
|
16308
16308
|
recommendedProducts: {
|
|
16309
|
+
reason: string;
|
|
16309
16310
|
quantity: number;
|
|
16310
16311
|
unit: string;
|
|
16311
16312
|
productName: string;
|
|
16312
|
-
reason: string;
|
|
16313
16313
|
estimatedCost: number | null;
|
|
16314
16314
|
priority: number;
|
|
16315
16315
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16344,10 +16344,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16344
16344
|
phosphorusDeficit: number | null;
|
|
16345
16345
|
potassiumDeficit: number | null;
|
|
16346
16346
|
recommendedProducts: {
|
|
16347
|
+
reason: string;
|
|
16347
16348
|
quantity: number;
|
|
16348
16349
|
unit: string;
|
|
16349
16350
|
productName: string;
|
|
16350
|
-
reason: string;
|
|
16351
16351
|
estimatedCost: number | null;
|
|
16352
16352
|
priority: number;
|
|
16353
16353
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16429,7 +16429,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16429
16429
|
cropName: string;
|
|
16430
16430
|
estimatedTotalCost: number | null;
|
|
16431
16431
|
cropNutrientProfileId: string;
|
|
16432
|
-
currentStage: "flowering" | "
|
|
16432
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16433
16433
|
baselineSoilTestId: string | null;
|
|
16434
16434
|
nutrientDeficits: {
|
|
16435
16435
|
nitrogen: number;
|
|
@@ -16462,7 +16462,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16462
16462
|
cropName: string;
|
|
16463
16463
|
estimatedTotalCost: number | null;
|
|
16464
16464
|
cropNutrientProfileId: string;
|
|
16465
|
-
currentStage: "flowering" | "
|
|
16465
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16466
16466
|
baselineSoilTestId: string | null;
|
|
16467
16467
|
nutrientDeficits: {
|
|
16468
16468
|
nitrogen: number;
|
|
@@ -16502,7 +16502,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16502
16502
|
cropName: string;
|
|
16503
16503
|
estimatedTotalCost: number | null;
|
|
16504
16504
|
cropNutrientProfileId: string;
|
|
16505
|
-
currentStage: "flowering" | "
|
|
16505
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16506
16506
|
baselineSoilTestId: string | null;
|
|
16507
16507
|
nutrientDeficits: {
|
|
16508
16508
|
nitrogen: number;
|
|
@@ -16542,7 +16542,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16542
16542
|
cropName: string;
|
|
16543
16543
|
estimatedTotalCost: number | null;
|
|
16544
16544
|
cropNutrientProfileId: string;
|
|
16545
|
-
currentStage: "flowering" | "
|
|
16545
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16546
16546
|
baselineSoilTestId: string | null;
|
|
16547
16547
|
nutrientDeficits: {
|
|
16548
16548
|
nitrogen: number;
|
|
@@ -16586,10 +16586,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16586
16586
|
phosphorusDeficit: number | null;
|
|
16587
16587
|
potassiumDeficit: number | null;
|
|
16588
16588
|
recommendedProducts: {
|
|
16589
|
+
reason: string;
|
|
16589
16590
|
quantity: number;
|
|
16590
16591
|
unit: string;
|
|
16591
16592
|
productName: string;
|
|
16592
|
-
reason: string;
|
|
16593
16593
|
estimatedCost: number | null;
|
|
16594
16594
|
priority: number;
|
|
16595
16595
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16623,7 +16623,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16623
16623
|
cropName: string;
|
|
16624
16624
|
estimatedTotalCost: number | null;
|
|
16625
16625
|
cropNutrientProfileId: string;
|
|
16626
|
-
currentStage: "flowering" | "
|
|
16626
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16627
16627
|
baselineSoilTestId: string | null;
|
|
16628
16628
|
nutrientDeficits: {
|
|
16629
16629
|
nitrogen: number;
|
|
@@ -16667,10 +16667,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16667
16667
|
phosphorusDeficit: number | null;
|
|
16668
16668
|
potassiumDeficit: number | null;
|
|
16669
16669
|
recommendedProducts: {
|
|
16670
|
+
reason: string;
|
|
16670
16671
|
quantity: number;
|
|
16671
16672
|
unit: string;
|
|
16672
16673
|
productName: string;
|
|
16673
|
-
reason: string;
|
|
16674
16674
|
estimatedCost: number | null;
|
|
16675
16675
|
priority: number;
|
|
16676
16676
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16704,7 +16704,7 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16704
16704
|
cropName: string;
|
|
16705
16705
|
estimatedTotalCost: number | null;
|
|
16706
16706
|
cropNutrientProfileId: string;
|
|
16707
|
-
currentStage: "flowering" | "
|
|
16707
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
16708
16708
|
baselineSoilTestId: string | null;
|
|
16709
16709
|
nutrientDeficits: {
|
|
16710
16710
|
nitrogen: number;
|
|
@@ -17049,20 +17049,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17049
17049
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
17050
17050
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
17051
17051
|
}, "strip", z.ZodTypeAny, {
|
|
17052
|
+
reason: string;
|
|
17052
17053
|
quantity: number;
|
|
17053
17054
|
unit: string;
|
|
17054
17055
|
productName: string;
|
|
17055
|
-
reason: string;
|
|
17056
17056
|
estimatedCost: number | null;
|
|
17057
17057
|
priority: number;
|
|
17058
17058
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17059
17059
|
productId: string;
|
|
17060
17060
|
frequency: string | null;
|
|
17061
17061
|
}, {
|
|
17062
|
+
reason: string;
|
|
17062
17063
|
quantity: number;
|
|
17063
17064
|
unit: string;
|
|
17064
17065
|
productName: string;
|
|
17065
|
-
reason: string;
|
|
17066
17066
|
estimatedCost: number | null;
|
|
17067
17067
|
priority: number;
|
|
17068
17068
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17096,10 +17096,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17096
17096
|
phosphorusDeficit: number | null;
|
|
17097
17097
|
potassiumDeficit: number | null;
|
|
17098
17098
|
recommendedProducts: {
|
|
17099
|
+
reason: string;
|
|
17099
17100
|
quantity: number;
|
|
17100
17101
|
unit: string;
|
|
17101
17102
|
productName: string;
|
|
17102
|
-
reason: string;
|
|
17103
17103
|
estimatedCost: number | null;
|
|
17104
17104
|
priority: number;
|
|
17105
17105
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17127,10 +17127,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17127
17127
|
phosphorusDeficit: number | null;
|
|
17128
17128
|
potassiumDeficit: number | null;
|
|
17129
17129
|
recommendedProducts: {
|
|
17130
|
+
reason: string;
|
|
17130
17131
|
quantity: number;
|
|
17131
17132
|
unit: string;
|
|
17132
17133
|
productName: string;
|
|
17133
|
-
reason: string;
|
|
17134
17134
|
estimatedCost: number | null;
|
|
17135
17135
|
priority: number;
|
|
17136
17136
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17165,10 +17165,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17165
17165
|
phosphorusDeficit: number | null;
|
|
17166
17166
|
potassiumDeficit: number | null;
|
|
17167
17167
|
recommendedProducts: {
|
|
17168
|
+
reason: string;
|
|
17168
17169
|
quantity: number;
|
|
17169
17170
|
unit: string;
|
|
17170
17171
|
productName: string;
|
|
17171
|
-
reason: string;
|
|
17172
17172
|
estimatedCost: number | null;
|
|
17173
17173
|
priority: number;
|
|
17174
17174
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17203,10 +17203,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17203
17203
|
phosphorusDeficit: number | null;
|
|
17204
17204
|
potassiumDeficit: number | null;
|
|
17205
17205
|
recommendedProducts: {
|
|
17206
|
+
reason: string;
|
|
17206
17207
|
quantity: number;
|
|
17207
17208
|
unit: string;
|
|
17208
17209
|
productName: string;
|
|
17209
|
-
reason: string;
|
|
17210
17210
|
estimatedCost: number | null;
|
|
17211
17211
|
priority: number;
|
|
17212
17212
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17267,10 +17267,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17267
17267
|
phosphorusDeficit: number | null;
|
|
17268
17268
|
potassiumDeficit: number | null;
|
|
17269
17269
|
recommendedProducts: {
|
|
17270
|
+
reason: string;
|
|
17270
17271
|
quantity: number;
|
|
17271
17272
|
unit: string;
|
|
17272
17273
|
productName: string;
|
|
17273
|
-
reason: string;
|
|
17274
17274
|
estimatedCost: number | null;
|
|
17275
17275
|
priority: number;
|
|
17276
17276
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17317,10 +17317,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17317
17317
|
phosphorusDeficit: number | null;
|
|
17318
17318
|
potassiumDeficit: number | null;
|
|
17319
17319
|
recommendedProducts: {
|
|
17320
|
+
reason: string;
|
|
17320
17321
|
quantity: number;
|
|
17321
17322
|
unit: string;
|
|
17322
17323
|
productName: string;
|
|
17323
|
-
reason: string;
|
|
17324
17324
|
estimatedCost: number | null;
|
|
17325
17325
|
priority: number;
|
|
17326
17326
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17693,7 +17693,7 @@ export declare const fertigationRouter: {
|
|
|
17693
17693
|
}>;
|
|
17694
17694
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
17695
17695
|
}, "strip", z.ZodTypeAny, {
|
|
17696
|
-
stage: "flowering" | "
|
|
17696
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17697
17697
|
durationDays: number;
|
|
17698
17698
|
npkRatio: {
|
|
17699
17699
|
n: number;
|
|
@@ -17707,7 +17707,7 @@ export declare const fertigationRouter: {
|
|
|
17707
17707
|
};
|
|
17708
17708
|
weeklyApplications: number;
|
|
17709
17709
|
}, {
|
|
17710
|
-
stage: "flowering" | "
|
|
17710
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17711
17711
|
durationDays: number;
|
|
17712
17712
|
npkRatio: {
|
|
17713
17713
|
n: number;
|
|
@@ -17745,7 +17745,7 @@ export declare const fertigationRouter: {
|
|
|
17745
17745
|
cropVariety: string | null;
|
|
17746
17746
|
cropCategory: string;
|
|
17747
17747
|
growthStages: {
|
|
17748
|
-
stage: "flowering" | "
|
|
17748
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17749
17749
|
durationDays: number;
|
|
17750
17750
|
npkRatio: {
|
|
17751
17751
|
n: number;
|
|
@@ -17777,7 +17777,7 @@ export declare const fertigationRouter: {
|
|
|
17777
17777
|
cropVariety: string | null;
|
|
17778
17778
|
cropCategory: string;
|
|
17779
17779
|
growthStages: {
|
|
17780
|
-
stage: "flowering" | "
|
|
17780
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17781
17781
|
durationDays: number;
|
|
17782
17782
|
npkRatio: {
|
|
17783
17783
|
n: number;
|
|
@@ -17816,7 +17816,7 @@ export declare const fertigationRouter: {
|
|
|
17816
17816
|
cropVariety: string | null;
|
|
17817
17817
|
cropCategory: string;
|
|
17818
17818
|
growthStages: {
|
|
17819
|
-
stage: "flowering" | "
|
|
17819
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17820
17820
|
durationDays: number;
|
|
17821
17821
|
npkRatio: {
|
|
17822
17822
|
n: number;
|
|
@@ -17855,7 +17855,7 @@ export declare const fertigationRouter: {
|
|
|
17855
17855
|
cropVariety: string | null;
|
|
17856
17856
|
cropCategory: string;
|
|
17857
17857
|
growthStages: {
|
|
17858
|
-
stage: "flowering" | "
|
|
17858
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17859
17859
|
durationDays: number;
|
|
17860
17860
|
npkRatio: {
|
|
17861
17861
|
n: number;
|
|
@@ -17920,7 +17920,7 @@ export declare const fertigationRouter: {
|
|
|
17920
17920
|
cropVariety: string | null;
|
|
17921
17921
|
cropCategory: string;
|
|
17922
17922
|
growthStages: {
|
|
17923
|
-
stage: "flowering" | "
|
|
17923
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17924
17924
|
durationDays: number;
|
|
17925
17925
|
npkRatio: {
|
|
17926
17926
|
n: number;
|
|
@@ -17971,7 +17971,7 @@ export declare const fertigationRouter: {
|
|
|
17971
17971
|
cropVariety: string | null;
|
|
17972
17972
|
cropCategory: string;
|
|
17973
17973
|
growthStages: {
|
|
17974
|
-
stage: "flowering" | "
|
|
17974
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
17975
17975
|
durationDays: number;
|
|
17976
17976
|
npkRatio: {
|
|
17977
17977
|
n: number;
|
|
@@ -18153,7 +18153,7 @@ export declare const fertigationRouter: {
|
|
|
18153
18153
|
}>;
|
|
18154
18154
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
18155
18155
|
}, "strip", z.ZodTypeAny, {
|
|
18156
|
-
stage: "flowering" | "
|
|
18156
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18157
18157
|
durationDays: number;
|
|
18158
18158
|
npkRatio: {
|
|
18159
18159
|
n: number;
|
|
@@ -18167,7 +18167,7 @@ export declare const fertigationRouter: {
|
|
|
18167
18167
|
};
|
|
18168
18168
|
weeklyApplications: number;
|
|
18169
18169
|
}, {
|
|
18170
|
-
stage: "flowering" | "
|
|
18170
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18171
18171
|
durationDays: number;
|
|
18172
18172
|
npkRatio: {
|
|
18173
18173
|
n: number;
|
|
@@ -18205,7 +18205,7 @@ export declare const fertigationRouter: {
|
|
|
18205
18205
|
cropVariety: string | null;
|
|
18206
18206
|
cropCategory: string;
|
|
18207
18207
|
growthStages: {
|
|
18208
|
-
stage: "flowering" | "
|
|
18208
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18209
18209
|
durationDays: number;
|
|
18210
18210
|
npkRatio: {
|
|
18211
18211
|
n: number;
|
|
@@ -18237,7 +18237,7 @@ export declare const fertigationRouter: {
|
|
|
18237
18237
|
cropVariety: string | null;
|
|
18238
18238
|
cropCategory: string;
|
|
18239
18239
|
growthStages: {
|
|
18240
|
-
stage: "flowering" | "
|
|
18240
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18241
18241
|
durationDays: number;
|
|
18242
18242
|
npkRatio: {
|
|
18243
18243
|
n: number;
|
|
@@ -18276,7 +18276,7 @@ export declare const fertigationRouter: {
|
|
|
18276
18276
|
cropVariety: string | null;
|
|
18277
18277
|
cropCategory: string;
|
|
18278
18278
|
growthStages: {
|
|
18279
|
-
stage: "flowering" | "
|
|
18279
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18280
18280
|
durationDays: number;
|
|
18281
18281
|
npkRatio: {
|
|
18282
18282
|
n: number;
|
|
@@ -18315,7 +18315,7 @@ export declare const fertigationRouter: {
|
|
|
18315
18315
|
cropVariety: string | null;
|
|
18316
18316
|
cropCategory: string;
|
|
18317
18317
|
growthStages: {
|
|
18318
|
-
stage: "flowering" | "
|
|
18318
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18319
18319
|
durationDays: number;
|
|
18320
18320
|
npkRatio: {
|
|
18321
18321
|
n: number;
|
|
@@ -18380,7 +18380,7 @@ export declare const fertigationRouter: {
|
|
|
18380
18380
|
cropVariety: string | null;
|
|
18381
18381
|
cropCategory: string;
|
|
18382
18382
|
growthStages: {
|
|
18383
|
-
stage: "flowering" | "
|
|
18383
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18384
18384
|
durationDays: number;
|
|
18385
18385
|
npkRatio: {
|
|
18386
18386
|
n: number;
|
|
@@ -18431,7 +18431,7 @@ export declare const fertigationRouter: {
|
|
|
18431
18431
|
cropVariety: string | null;
|
|
18432
18432
|
cropCategory: string;
|
|
18433
18433
|
growthStages: {
|
|
18434
|
-
stage: "flowering" | "
|
|
18434
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18435
18435
|
durationDays: number;
|
|
18436
18436
|
npkRatio: {
|
|
18437
18437
|
n: number;
|
|
@@ -18693,7 +18693,7 @@ export declare const fertigationRouter: {
|
|
|
18693
18693
|
}>;
|
|
18694
18694
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
18695
18695
|
}, "strip", z.ZodTypeAny, {
|
|
18696
|
-
stage: "flowering" | "
|
|
18696
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18697
18697
|
durationDays: number;
|
|
18698
18698
|
npkRatio: {
|
|
18699
18699
|
n: number;
|
|
@@ -18707,7 +18707,7 @@ export declare const fertigationRouter: {
|
|
|
18707
18707
|
};
|
|
18708
18708
|
weeklyApplications: number;
|
|
18709
18709
|
}, {
|
|
18710
|
-
stage: "flowering" | "
|
|
18710
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18711
18711
|
durationDays: number;
|
|
18712
18712
|
npkRatio: {
|
|
18713
18713
|
n: number;
|
|
@@ -18735,7 +18735,7 @@ export declare const fertigationRouter: {
|
|
|
18735
18735
|
cropName: string;
|
|
18736
18736
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18737
18737
|
growthStages: {
|
|
18738
|
-
stage: "flowering" | "
|
|
18738
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18739
18739
|
durationDays: number;
|
|
18740
18740
|
npkRatio: {
|
|
18741
18741
|
n: number;
|
|
@@ -18764,7 +18764,7 @@ export declare const fertigationRouter: {
|
|
|
18764
18764
|
cropName: string;
|
|
18765
18765
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18766
18766
|
growthStages: {
|
|
18767
|
-
stage: "flowering" | "
|
|
18767
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18768
18768
|
durationDays: number;
|
|
18769
18769
|
npkRatio: {
|
|
18770
18770
|
n: number;
|
|
@@ -18796,7 +18796,7 @@ export declare const fertigationRouter: {
|
|
|
18796
18796
|
cropName: string;
|
|
18797
18797
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18798
18798
|
growthStages: {
|
|
18799
|
-
stage: "flowering" | "
|
|
18799
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18800
18800
|
durationDays: number;
|
|
18801
18801
|
npkRatio: {
|
|
18802
18802
|
n: number;
|
|
@@ -18828,7 +18828,7 @@ export declare const fertigationRouter: {
|
|
|
18828
18828
|
cropName: string;
|
|
18829
18829
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18830
18830
|
growthStages: {
|
|
18831
|
-
stage: "flowering" | "
|
|
18831
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18832
18832
|
durationDays: number;
|
|
18833
18833
|
npkRatio: {
|
|
18834
18834
|
n: number;
|
|
@@ -18862,7 +18862,7 @@ export declare const fertigationRouter: {
|
|
|
18862
18862
|
cropName: string;
|
|
18863
18863
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18864
18864
|
growthStages: {
|
|
18865
|
-
stage: "flowering" | "
|
|
18865
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18866
18866
|
durationDays: number;
|
|
18867
18867
|
npkRatio: {
|
|
18868
18868
|
n: number;
|
|
@@ -18896,7 +18896,7 @@ export declare const fertigationRouter: {
|
|
|
18896
18896
|
cropName: string;
|
|
18897
18897
|
cropCategory: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber";
|
|
18898
18898
|
growthStages: {
|
|
18899
|
-
stage: "flowering" | "
|
|
18899
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18900
18900
|
durationDays: number;
|
|
18901
18901
|
npkRatio: {
|
|
18902
18902
|
n: number;
|
|
@@ -18965,7 +18965,7 @@ export declare const fertigationRouter: {
|
|
|
18965
18965
|
}>;
|
|
18966
18966
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
18967
18967
|
}, "strip", z.ZodTypeAny, {
|
|
18968
|
-
stage: "flowering" | "
|
|
18968
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18969
18969
|
durationDays: number;
|
|
18970
18970
|
npkRatio: {
|
|
18971
18971
|
n: number;
|
|
@@ -18979,7 +18979,7 @@ export declare const fertigationRouter: {
|
|
|
18979
18979
|
};
|
|
18980
18980
|
weeklyApplications: number;
|
|
18981
18981
|
}, {
|
|
18982
|
-
stage: "flowering" | "
|
|
18982
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
18983
18983
|
durationDays: number;
|
|
18984
18984
|
npkRatio: {
|
|
18985
18985
|
n: number;
|
|
@@ -19017,7 +19017,7 @@ export declare const fertigationRouter: {
|
|
|
19017
19017
|
cropVariety: string | null;
|
|
19018
19018
|
cropCategory: string;
|
|
19019
19019
|
growthStages: {
|
|
19020
|
-
stage: "flowering" | "
|
|
19020
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19021
19021
|
durationDays: number;
|
|
19022
19022
|
npkRatio: {
|
|
19023
19023
|
n: number;
|
|
@@ -19049,7 +19049,7 @@ export declare const fertigationRouter: {
|
|
|
19049
19049
|
cropVariety: string | null;
|
|
19050
19050
|
cropCategory: string;
|
|
19051
19051
|
growthStages: {
|
|
19052
|
-
stage: "flowering" | "
|
|
19052
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19053
19053
|
durationDays: number;
|
|
19054
19054
|
npkRatio: {
|
|
19055
19055
|
n: number;
|
|
@@ -19088,7 +19088,7 @@ export declare const fertigationRouter: {
|
|
|
19088
19088
|
cropVariety: string | null;
|
|
19089
19089
|
cropCategory: string;
|
|
19090
19090
|
growthStages: {
|
|
19091
|
-
stage: "flowering" | "
|
|
19091
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19092
19092
|
durationDays: number;
|
|
19093
19093
|
npkRatio: {
|
|
19094
19094
|
n: number;
|
|
@@ -19127,7 +19127,7 @@ export declare const fertigationRouter: {
|
|
|
19127
19127
|
cropVariety: string | null;
|
|
19128
19128
|
cropCategory: string;
|
|
19129
19129
|
growthStages: {
|
|
19130
|
-
stage: "flowering" | "
|
|
19130
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19131
19131
|
durationDays: number;
|
|
19132
19132
|
npkRatio: {
|
|
19133
19133
|
n: number;
|
|
@@ -19192,7 +19192,7 @@ export declare const fertigationRouter: {
|
|
|
19192
19192
|
cropVariety: string | null;
|
|
19193
19193
|
cropCategory: string;
|
|
19194
19194
|
growthStages: {
|
|
19195
|
-
stage: "flowering" | "
|
|
19195
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19196
19196
|
durationDays: number;
|
|
19197
19197
|
npkRatio: {
|
|
19198
19198
|
n: number;
|
|
@@ -19243,7 +19243,7 @@ export declare const fertigationRouter: {
|
|
|
19243
19243
|
cropVariety: string | null;
|
|
19244
19244
|
cropCategory: string;
|
|
19245
19245
|
growthStages: {
|
|
19246
|
-
stage: "flowering" | "
|
|
19246
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19247
19247
|
durationDays: number;
|
|
19248
19248
|
npkRatio: {
|
|
19249
19249
|
n: number;
|
|
@@ -19603,7 +19603,7 @@ export declare const fertigationRouter: {
|
|
|
19603
19603
|
}>;
|
|
19604
19604
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
19605
19605
|
}, "strip", z.ZodTypeAny, {
|
|
19606
|
-
stage: "flowering" | "
|
|
19606
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19607
19607
|
durationDays: number;
|
|
19608
19608
|
npkRatio: {
|
|
19609
19609
|
n: number;
|
|
@@ -19617,7 +19617,7 @@ export declare const fertigationRouter: {
|
|
|
19617
19617
|
};
|
|
19618
19618
|
weeklyApplications: number;
|
|
19619
19619
|
}, {
|
|
19620
|
-
stage: "flowering" | "
|
|
19620
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19621
19621
|
durationDays: number;
|
|
19622
19622
|
npkRatio: {
|
|
19623
19623
|
n: number;
|
|
@@ -19648,7 +19648,7 @@ export declare const fertigationRouter: {
|
|
|
19648
19648
|
cropVariety?: string | undefined;
|
|
19649
19649
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19650
19650
|
growthStages?: {
|
|
19651
|
-
stage: "flowering" | "
|
|
19651
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19652
19652
|
durationDays: number;
|
|
19653
19653
|
npkRatio: {
|
|
19654
19654
|
n: number;
|
|
@@ -19677,7 +19677,7 @@ export declare const fertigationRouter: {
|
|
|
19677
19677
|
cropVariety?: string | undefined;
|
|
19678
19678
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19679
19679
|
growthStages?: {
|
|
19680
|
-
stage: "flowering" | "
|
|
19680
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19681
19681
|
durationDays: number;
|
|
19682
19682
|
npkRatio: {
|
|
19683
19683
|
n: number;
|
|
@@ -19710,7 +19710,7 @@ export declare const fertigationRouter: {
|
|
|
19710
19710
|
cropVariety?: string | undefined;
|
|
19711
19711
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19712
19712
|
growthStages?: {
|
|
19713
|
-
stage: "flowering" | "
|
|
19713
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19714
19714
|
durationDays: number;
|
|
19715
19715
|
npkRatio: {
|
|
19716
19716
|
n: number;
|
|
@@ -19743,7 +19743,7 @@ export declare const fertigationRouter: {
|
|
|
19743
19743
|
cropVariety?: string | undefined;
|
|
19744
19744
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19745
19745
|
growthStages?: {
|
|
19746
|
-
stage: "flowering" | "
|
|
19746
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19747
19747
|
durationDays: number;
|
|
19748
19748
|
npkRatio: {
|
|
19749
19749
|
n: number;
|
|
@@ -19778,7 +19778,7 @@ export declare const fertigationRouter: {
|
|
|
19778
19778
|
cropVariety?: string | undefined;
|
|
19779
19779
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19780
19780
|
growthStages?: {
|
|
19781
|
-
stage: "flowering" | "
|
|
19781
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19782
19782
|
durationDays: number;
|
|
19783
19783
|
npkRatio: {
|
|
19784
19784
|
n: number;
|
|
@@ -19813,7 +19813,7 @@ export declare const fertigationRouter: {
|
|
|
19813
19813
|
cropVariety?: string | undefined;
|
|
19814
19814
|
cropCategory?: "other" | "vegetable" | "fruit" | "grain" | "legume" | "tuber" | undefined;
|
|
19815
19815
|
growthStages?: {
|
|
19816
|
-
stage: "flowering" | "
|
|
19816
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19817
19817
|
durationDays: number;
|
|
19818
19818
|
npkRatio: {
|
|
19819
19819
|
n: number;
|
|
@@ -19879,7 +19879,7 @@ export declare const fertigationRouter: {
|
|
|
19879
19879
|
}>;
|
|
19880
19880
|
weeklyApplications: z.ZodDefault<z.ZodNumber>;
|
|
19881
19881
|
}, "strip", z.ZodTypeAny, {
|
|
19882
|
-
stage: "flowering" | "
|
|
19882
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19883
19883
|
durationDays: number;
|
|
19884
19884
|
npkRatio: {
|
|
19885
19885
|
n: number;
|
|
@@ -19893,7 +19893,7 @@ export declare const fertigationRouter: {
|
|
|
19893
19893
|
};
|
|
19894
19894
|
weeklyApplications: number;
|
|
19895
19895
|
}, {
|
|
19896
|
-
stage: "flowering" | "
|
|
19896
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19897
19897
|
durationDays: number;
|
|
19898
19898
|
npkRatio: {
|
|
19899
19899
|
n: number;
|
|
@@ -19931,7 +19931,7 @@ export declare const fertigationRouter: {
|
|
|
19931
19931
|
cropVariety: string | null;
|
|
19932
19932
|
cropCategory: string;
|
|
19933
19933
|
growthStages: {
|
|
19934
|
-
stage: "flowering" | "
|
|
19934
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19935
19935
|
durationDays: number;
|
|
19936
19936
|
npkRatio: {
|
|
19937
19937
|
n: number;
|
|
@@ -19963,7 +19963,7 @@ export declare const fertigationRouter: {
|
|
|
19963
19963
|
cropVariety: string | null;
|
|
19964
19964
|
cropCategory: string;
|
|
19965
19965
|
growthStages: {
|
|
19966
|
-
stage: "flowering" | "
|
|
19966
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
19967
19967
|
durationDays: number;
|
|
19968
19968
|
npkRatio: {
|
|
19969
19969
|
n: number;
|
|
@@ -20002,7 +20002,7 @@ export declare const fertigationRouter: {
|
|
|
20002
20002
|
cropVariety: string | null;
|
|
20003
20003
|
cropCategory: string;
|
|
20004
20004
|
growthStages: {
|
|
20005
|
-
stage: "flowering" | "
|
|
20005
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
20006
20006
|
durationDays: number;
|
|
20007
20007
|
npkRatio: {
|
|
20008
20008
|
n: number;
|
|
@@ -20041,7 +20041,7 @@ export declare const fertigationRouter: {
|
|
|
20041
20041
|
cropVariety: string | null;
|
|
20042
20042
|
cropCategory: string;
|
|
20043
20043
|
growthStages: {
|
|
20044
|
-
stage: "flowering" | "
|
|
20044
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
20045
20045
|
durationDays: number;
|
|
20046
20046
|
npkRatio: {
|
|
20047
20047
|
n: number;
|
|
@@ -20106,7 +20106,7 @@ export declare const fertigationRouter: {
|
|
|
20106
20106
|
cropVariety: string | null;
|
|
20107
20107
|
cropCategory: string;
|
|
20108
20108
|
growthStages: {
|
|
20109
|
-
stage: "flowering" | "
|
|
20109
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
20110
20110
|
durationDays: number;
|
|
20111
20111
|
npkRatio: {
|
|
20112
20112
|
n: number;
|
|
@@ -20157,7 +20157,7 @@ export declare const fertigationRouter: {
|
|
|
20157
20157
|
cropVariety: string | null;
|
|
20158
20158
|
cropCategory: string;
|
|
20159
20159
|
growthStages: {
|
|
20160
|
-
stage: "flowering" | "
|
|
20160
|
+
stage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
20161
20161
|
durationDays: number;
|
|
20162
20162
|
npkRatio: {
|
|
20163
20163
|
n: number;
|
|
@@ -23781,7 +23781,7 @@ export declare const fertigationRouter: {
|
|
|
23781
23781
|
cropName: string;
|
|
23782
23782
|
estimatedTotalCost: number | null;
|
|
23783
23783
|
cropNutrientProfileId: string;
|
|
23784
|
-
currentStage: "flowering" | "
|
|
23784
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
23785
23785
|
baselineSoilTestId: string | null;
|
|
23786
23786
|
nutrientDeficits: {
|
|
23787
23787
|
nitrogen: number;
|
|
@@ -23814,7 +23814,7 @@ export declare const fertigationRouter: {
|
|
|
23814
23814
|
cropName: string;
|
|
23815
23815
|
estimatedTotalCost: number | null;
|
|
23816
23816
|
cropNutrientProfileId: string;
|
|
23817
|
-
currentStage: "flowering" | "
|
|
23817
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
23818
23818
|
baselineSoilTestId: string | null;
|
|
23819
23819
|
nutrientDeficits: {
|
|
23820
23820
|
nitrogen: number;
|
|
@@ -23854,7 +23854,7 @@ export declare const fertigationRouter: {
|
|
|
23854
23854
|
cropName: string;
|
|
23855
23855
|
estimatedTotalCost: number | null;
|
|
23856
23856
|
cropNutrientProfileId: string;
|
|
23857
|
-
currentStage: "flowering" | "
|
|
23857
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
23858
23858
|
baselineSoilTestId: string | null;
|
|
23859
23859
|
nutrientDeficits: {
|
|
23860
23860
|
nitrogen: number;
|
|
@@ -23894,7 +23894,7 @@ export declare const fertigationRouter: {
|
|
|
23894
23894
|
cropName: string;
|
|
23895
23895
|
estimatedTotalCost: number | null;
|
|
23896
23896
|
cropNutrientProfileId: string;
|
|
23897
|
-
currentStage: "flowering" | "
|
|
23897
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
23898
23898
|
baselineSoilTestId: string | null;
|
|
23899
23899
|
nutrientDeficits: {
|
|
23900
23900
|
nitrogen: number;
|
|
@@ -23960,7 +23960,7 @@ export declare const fertigationRouter: {
|
|
|
23960
23960
|
cropName: string;
|
|
23961
23961
|
estimatedTotalCost: number | null;
|
|
23962
23962
|
cropNutrientProfileId: string;
|
|
23963
|
-
currentStage: "flowering" | "
|
|
23963
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
23964
23964
|
baselineSoilTestId: string | null;
|
|
23965
23965
|
nutrientDeficits: {
|
|
23966
23966
|
nitrogen: number;
|
|
@@ -24012,7 +24012,7 @@ export declare const fertigationRouter: {
|
|
|
24012
24012
|
cropName: string;
|
|
24013
24013
|
estimatedTotalCost: number | null;
|
|
24014
24014
|
cropNutrientProfileId: string;
|
|
24015
|
-
currentStage: "flowering" | "
|
|
24015
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24016
24016
|
baselineSoilTestId: string | null;
|
|
24017
24017
|
nutrientDeficits: {
|
|
24018
24018
|
nitrogen: number;
|
|
@@ -24318,7 +24318,7 @@ export declare const fertigationRouter: {
|
|
|
24318
24318
|
cropName: string;
|
|
24319
24319
|
estimatedTotalCost: number | null;
|
|
24320
24320
|
cropNutrientProfileId: string;
|
|
24321
|
-
currentStage: "flowering" | "
|
|
24321
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24322
24322
|
baselineSoilTestId: string | null;
|
|
24323
24323
|
nutrientDeficits: {
|
|
24324
24324
|
nitrogen: number;
|
|
@@ -24351,7 +24351,7 @@ export declare const fertigationRouter: {
|
|
|
24351
24351
|
cropName: string;
|
|
24352
24352
|
estimatedTotalCost: number | null;
|
|
24353
24353
|
cropNutrientProfileId: string;
|
|
24354
|
-
currentStage: "flowering" | "
|
|
24354
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24355
24355
|
baselineSoilTestId: string | null;
|
|
24356
24356
|
nutrientDeficits: {
|
|
24357
24357
|
nitrogen: number;
|
|
@@ -24391,7 +24391,7 @@ export declare const fertigationRouter: {
|
|
|
24391
24391
|
cropName: string;
|
|
24392
24392
|
estimatedTotalCost: number | null;
|
|
24393
24393
|
cropNutrientProfileId: string;
|
|
24394
|
-
currentStage: "flowering" | "
|
|
24394
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24395
24395
|
baselineSoilTestId: string | null;
|
|
24396
24396
|
nutrientDeficits: {
|
|
24397
24397
|
nitrogen: number;
|
|
@@ -24431,7 +24431,7 @@ export declare const fertigationRouter: {
|
|
|
24431
24431
|
cropName: string;
|
|
24432
24432
|
estimatedTotalCost: number | null;
|
|
24433
24433
|
cropNutrientProfileId: string;
|
|
24434
|
-
currentStage: "flowering" | "
|
|
24434
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24435
24435
|
baselineSoilTestId: string | null;
|
|
24436
24436
|
nutrientDeficits: {
|
|
24437
24437
|
nitrogen: number;
|
|
@@ -24497,7 +24497,7 @@ export declare const fertigationRouter: {
|
|
|
24497
24497
|
cropName: string;
|
|
24498
24498
|
estimatedTotalCost: number | null;
|
|
24499
24499
|
cropNutrientProfileId: string;
|
|
24500
|
-
currentStage: "flowering" | "
|
|
24500
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24501
24501
|
baselineSoilTestId: string | null;
|
|
24502
24502
|
nutrientDeficits: {
|
|
24503
24503
|
nitrogen: number;
|
|
@@ -24549,7 +24549,7 @@ export declare const fertigationRouter: {
|
|
|
24549
24549
|
cropName: string;
|
|
24550
24550
|
estimatedTotalCost: number | null;
|
|
24551
24551
|
cropNutrientProfileId: string;
|
|
24552
|
-
currentStage: "flowering" | "
|
|
24552
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24553
24553
|
baselineSoilTestId: string | null;
|
|
24554
24554
|
nutrientDeficits: {
|
|
24555
24555
|
nitrogen: number;
|
|
@@ -24958,7 +24958,7 @@ export declare const fertigationRouter: {
|
|
|
24958
24958
|
cropName: string;
|
|
24959
24959
|
estimatedTotalCost: number | null;
|
|
24960
24960
|
cropNutrientProfileId: string;
|
|
24961
|
-
currentStage: "flowering" | "
|
|
24961
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24962
24962
|
baselineSoilTestId: string | null;
|
|
24963
24963
|
nutrientDeficits: {
|
|
24964
24964
|
nitrogen: number;
|
|
@@ -24991,7 +24991,7 @@ export declare const fertigationRouter: {
|
|
|
24991
24991
|
cropName: string;
|
|
24992
24992
|
estimatedTotalCost: number | null;
|
|
24993
24993
|
cropNutrientProfileId: string;
|
|
24994
|
-
currentStage: "flowering" | "
|
|
24994
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
24995
24995
|
baselineSoilTestId: string | null;
|
|
24996
24996
|
nutrientDeficits: {
|
|
24997
24997
|
nitrogen: number;
|
|
@@ -25031,7 +25031,7 @@ export declare const fertigationRouter: {
|
|
|
25031
25031
|
cropName: string;
|
|
25032
25032
|
estimatedTotalCost: number | null;
|
|
25033
25033
|
cropNutrientProfileId: string;
|
|
25034
|
-
currentStage: "flowering" | "
|
|
25034
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25035
25035
|
baselineSoilTestId: string | null;
|
|
25036
25036
|
nutrientDeficits: {
|
|
25037
25037
|
nitrogen: number;
|
|
@@ -25071,7 +25071,7 @@ export declare const fertigationRouter: {
|
|
|
25071
25071
|
cropName: string;
|
|
25072
25072
|
estimatedTotalCost: number | null;
|
|
25073
25073
|
cropNutrientProfileId: string;
|
|
25074
|
-
currentStage: "flowering" | "
|
|
25074
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25075
25075
|
baselineSoilTestId: string | null;
|
|
25076
25076
|
nutrientDeficits: {
|
|
25077
25077
|
nitrogen: number;
|
|
@@ -25137,7 +25137,7 @@ export declare const fertigationRouter: {
|
|
|
25137
25137
|
cropName: string;
|
|
25138
25138
|
estimatedTotalCost: number | null;
|
|
25139
25139
|
cropNutrientProfileId: string;
|
|
25140
|
-
currentStage: "flowering" | "
|
|
25140
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25141
25141
|
baselineSoilTestId: string | null;
|
|
25142
25142
|
nutrientDeficits: {
|
|
25143
25143
|
nitrogen: number;
|
|
@@ -25189,7 +25189,7 @@ export declare const fertigationRouter: {
|
|
|
25189
25189
|
cropName: string;
|
|
25190
25190
|
estimatedTotalCost: number | null;
|
|
25191
25191
|
cropNutrientProfileId: string;
|
|
25192
|
-
currentStage: "flowering" | "
|
|
25192
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25193
25193
|
baselineSoilTestId: string | null;
|
|
25194
25194
|
nutrientDeficits: {
|
|
25195
25195
|
nitrogen: number;
|
|
@@ -25768,7 +25768,7 @@ export declare const fertigationRouter: {
|
|
|
25768
25768
|
cropName: string;
|
|
25769
25769
|
estimatedTotalCost: number | null;
|
|
25770
25770
|
cropNutrientProfileId: string;
|
|
25771
|
-
currentStage: "flowering" | "
|
|
25771
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25772
25772
|
baselineSoilTestId: string | null;
|
|
25773
25773
|
nutrientDeficits: {
|
|
25774
25774
|
nitrogen: number;
|
|
@@ -25801,7 +25801,7 @@ export declare const fertigationRouter: {
|
|
|
25801
25801
|
cropName: string;
|
|
25802
25802
|
estimatedTotalCost: number | null;
|
|
25803
25803
|
cropNutrientProfileId: string;
|
|
25804
|
-
currentStage: "flowering" | "
|
|
25804
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25805
25805
|
baselineSoilTestId: string | null;
|
|
25806
25806
|
nutrientDeficits: {
|
|
25807
25807
|
nitrogen: number;
|
|
@@ -25841,7 +25841,7 @@ export declare const fertigationRouter: {
|
|
|
25841
25841
|
cropName: string;
|
|
25842
25842
|
estimatedTotalCost: number | null;
|
|
25843
25843
|
cropNutrientProfileId: string;
|
|
25844
|
-
currentStage: "flowering" | "
|
|
25844
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25845
25845
|
baselineSoilTestId: string | null;
|
|
25846
25846
|
nutrientDeficits: {
|
|
25847
25847
|
nitrogen: number;
|
|
@@ -25881,7 +25881,7 @@ export declare const fertigationRouter: {
|
|
|
25881
25881
|
cropName: string;
|
|
25882
25882
|
estimatedTotalCost: number | null;
|
|
25883
25883
|
cropNutrientProfileId: string;
|
|
25884
|
-
currentStage: "flowering" | "
|
|
25884
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25885
25885
|
baselineSoilTestId: string | null;
|
|
25886
25886
|
nutrientDeficits: {
|
|
25887
25887
|
nitrogen: number;
|
|
@@ -25947,7 +25947,7 @@ export declare const fertigationRouter: {
|
|
|
25947
25947
|
cropName: string;
|
|
25948
25948
|
estimatedTotalCost: number | null;
|
|
25949
25949
|
cropNutrientProfileId: string;
|
|
25950
|
-
currentStage: "flowering" | "
|
|
25950
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
25951
25951
|
baselineSoilTestId: string | null;
|
|
25952
25952
|
nutrientDeficits: {
|
|
25953
25953
|
nitrogen: number;
|
|
@@ -25999,7 +25999,7 @@ export declare const fertigationRouter: {
|
|
|
25999
25999
|
cropName: string;
|
|
26000
26000
|
estimatedTotalCost: number | null;
|
|
26001
26001
|
cropNutrientProfileId: string;
|
|
26002
|
-
currentStage: "flowering" | "
|
|
26002
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26003
26003
|
baselineSoilTestId: string | null;
|
|
26004
26004
|
nutrientDeficits: {
|
|
26005
26005
|
nitrogen: number;
|
|
@@ -26485,7 +26485,7 @@ export declare const fertigationRouter: {
|
|
|
26485
26485
|
cropName: string;
|
|
26486
26486
|
estimatedTotalCost: number | null;
|
|
26487
26487
|
cropNutrientProfileId: string;
|
|
26488
|
-
currentStage: "flowering" | "
|
|
26488
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26489
26489
|
baselineSoilTestId: string | null;
|
|
26490
26490
|
nutrientDeficits: {
|
|
26491
26491
|
nitrogen: number;
|
|
@@ -26518,7 +26518,7 @@ export declare const fertigationRouter: {
|
|
|
26518
26518
|
cropName: string;
|
|
26519
26519
|
estimatedTotalCost: number | null;
|
|
26520
26520
|
cropNutrientProfileId: string;
|
|
26521
|
-
currentStage: "flowering" | "
|
|
26521
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26522
26522
|
baselineSoilTestId: string | null;
|
|
26523
26523
|
nutrientDeficits: {
|
|
26524
26524
|
nitrogen: number;
|
|
@@ -26558,7 +26558,7 @@ export declare const fertigationRouter: {
|
|
|
26558
26558
|
cropName: string;
|
|
26559
26559
|
estimatedTotalCost: number | null;
|
|
26560
26560
|
cropNutrientProfileId: string;
|
|
26561
|
-
currentStage: "flowering" | "
|
|
26561
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26562
26562
|
baselineSoilTestId: string | null;
|
|
26563
26563
|
nutrientDeficits: {
|
|
26564
26564
|
nitrogen: number;
|
|
@@ -26598,7 +26598,7 @@ export declare const fertigationRouter: {
|
|
|
26598
26598
|
cropName: string;
|
|
26599
26599
|
estimatedTotalCost: number | null;
|
|
26600
26600
|
cropNutrientProfileId: string;
|
|
26601
|
-
currentStage: "flowering" | "
|
|
26601
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26602
26602
|
baselineSoilTestId: string | null;
|
|
26603
26603
|
nutrientDeficits: {
|
|
26604
26604
|
nitrogen: number;
|
|
@@ -26664,7 +26664,7 @@ export declare const fertigationRouter: {
|
|
|
26664
26664
|
cropName: string;
|
|
26665
26665
|
estimatedTotalCost: number | null;
|
|
26666
26666
|
cropNutrientProfileId: string;
|
|
26667
|
-
currentStage: "flowering" | "
|
|
26667
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26668
26668
|
baselineSoilTestId: string | null;
|
|
26669
26669
|
nutrientDeficits: {
|
|
26670
26670
|
nitrogen: number;
|
|
@@ -26716,7 +26716,7 @@ export declare const fertigationRouter: {
|
|
|
26716
26716
|
cropName: string;
|
|
26717
26717
|
estimatedTotalCost: number | null;
|
|
26718
26718
|
cropNutrientProfileId: string;
|
|
26719
|
-
currentStage: "flowering" | "
|
|
26719
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
26720
26720
|
baselineSoilTestId: string | null;
|
|
26721
26721
|
nutrientDeficits: {
|
|
26722
26722
|
nitrogen: number;
|
|
@@ -27112,7 +27112,7 @@ export declare const fertigationRouter: {
|
|
|
27112
27112
|
cropName: string;
|
|
27113
27113
|
estimatedTotalCost: number | null;
|
|
27114
27114
|
cropNutrientProfileId: string;
|
|
27115
|
-
currentStage: "flowering" | "
|
|
27115
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27116
27116
|
baselineSoilTestId: string | null;
|
|
27117
27117
|
nutrientDeficits: {
|
|
27118
27118
|
nitrogen: number;
|
|
@@ -27145,7 +27145,7 @@ export declare const fertigationRouter: {
|
|
|
27145
27145
|
cropName: string;
|
|
27146
27146
|
estimatedTotalCost: number | null;
|
|
27147
27147
|
cropNutrientProfileId: string;
|
|
27148
|
-
currentStage: "flowering" | "
|
|
27148
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27149
27149
|
baselineSoilTestId: string | null;
|
|
27150
27150
|
nutrientDeficits: {
|
|
27151
27151
|
nitrogen: number;
|
|
@@ -27185,7 +27185,7 @@ export declare const fertigationRouter: {
|
|
|
27185
27185
|
cropName: string;
|
|
27186
27186
|
estimatedTotalCost: number | null;
|
|
27187
27187
|
cropNutrientProfileId: string;
|
|
27188
|
-
currentStage: "flowering" | "
|
|
27188
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27189
27189
|
baselineSoilTestId: string | null;
|
|
27190
27190
|
nutrientDeficits: {
|
|
27191
27191
|
nitrogen: number;
|
|
@@ -27225,7 +27225,7 @@ export declare const fertigationRouter: {
|
|
|
27225
27225
|
cropName: string;
|
|
27226
27226
|
estimatedTotalCost: number | null;
|
|
27227
27227
|
cropNutrientProfileId: string;
|
|
27228
|
-
currentStage: "flowering" | "
|
|
27228
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27229
27229
|
baselineSoilTestId: string | null;
|
|
27230
27230
|
nutrientDeficits: {
|
|
27231
27231
|
nitrogen: number;
|
|
@@ -27291,7 +27291,7 @@ export declare const fertigationRouter: {
|
|
|
27291
27291
|
cropName: string;
|
|
27292
27292
|
estimatedTotalCost: number | null;
|
|
27293
27293
|
cropNutrientProfileId: string;
|
|
27294
|
-
currentStage: "flowering" | "
|
|
27294
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27295
27295
|
baselineSoilTestId: string | null;
|
|
27296
27296
|
nutrientDeficits: {
|
|
27297
27297
|
nitrogen: number;
|
|
@@ -27343,7 +27343,7 @@ export declare const fertigationRouter: {
|
|
|
27343
27343
|
cropName: string;
|
|
27344
27344
|
estimatedTotalCost: number | null;
|
|
27345
27345
|
cropNutrientProfileId: string;
|
|
27346
|
-
currentStage: "flowering" | "
|
|
27346
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
27347
27347
|
baselineSoilTestId: string | null;
|
|
27348
27348
|
nutrientDeficits: {
|
|
27349
27349
|
nitrogen: number;
|
|
@@ -27896,7 +27896,7 @@ export declare const fertigationRouter: {
|
|
|
27896
27896
|
'filter[startDate]'?: string | undefined;
|
|
27897
27897
|
'filter[endDate]'?: string | undefined;
|
|
27898
27898
|
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
27899
|
-
'filter[growthStage]'?: "flowering" | "
|
|
27899
|
+
'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
|
|
27900
27900
|
}, {
|
|
27901
27901
|
sort?: string | undefined;
|
|
27902
27902
|
'page[number]'?: number | undefined;
|
|
@@ -27904,7 +27904,7 @@ export declare const fertigationRouter: {
|
|
|
27904
27904
|
'filter[startDate]'?: string | undefined;
|
|
27905
27905
|
'filter[endDate]'?: string | undefined;
|
|
27906
27906
|
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
27907
|
-
'filter[growthStage]'?: "flowering" | "
|
|
27907
|
+
'filter[growthStage]'?: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | undefined;
|
|
27908
27908
|
}>;
|
|
27909
27909
|
summary: "List schedule events";
|
|
27910
27910
|
description: "Get all application events for a fertigation schedule";
|
|
@@ -27998,7 +27998,7 @@ export declare const fertigationRouter: {
|
|
|
27998
27998
|
scheduledDate: string;
|
|
27999
27999
|
actualDate: string | null;
|
|
28000
28000
|
weekNumber: number;
|
|
28001
|
-
growthStage: "flowering" | "
|
|
28001
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28002
28002
|
fertilizerProductId: string | null;
|
|
28003
28003
|
plannedNutrients: {
|
|
28004
28004
|
nitrogen: number;
|
|
@@ -28038,7 +28038,7 @@ export declare const fertigationRouter: {
|
|
|
28038
28038
|
scheduledDate: string;
|
|
28039
28039
|
actualDate: string | null;
|
|
28040
28040
|
weekNumber: number;
|
|
28041
|
-
growthStage: "flowering" | "
|
|
28041
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28042
28042
|
fertilizerProductId: string | null;
|
|
28043
28043
|
plannedNutrients: {
|
|
28044
28044
|
nitrogen: number;
|
|
@@ -28085,7 +28085,7 @@ export declare const fertigationRouter: {
|
|
|
28085
28085
|
scheduledDate: string;
|
|
28086
28086
|
actualDate: string | null;
|
|
28087
28087
|
weekNumber: number;
|
|
28088
|
-
growthStage: "flowering" | "
|
|
28088
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28089
28089
|
fertilizerProductId: string | null;
|
|
28090
28090
|
plannedNutrients: {
|
|
28091
28091
|
nitrogen: number;
|
|
@@ -28132,7 +28132,7 @@ export declare const fertigationRouter: {
|
|
|
28132
28132
|
scheduledDate: string;
|
|
28133
28133
|
actualDate: string | null;
|
|
28134
28134
|
weekNumber: number;
|
|
28135
|
-
growthStage: "flowering" | "
|
|
28135
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28136
28136
|
fertilizerProductId: string | null;
|
|
28137
28137
|
plannedNutrients: {
|
|
28138
28138
|
nitrogen: number;
|
|
@@ -28205,7 +28205,7 @@ export declare const fertigationRouter: {
|
|
|
28205
28205
|
scheduledDate: string;
|
|
28206
28206
|
actualDate: string | null;
|
|
28207
28207
|
weekNumber: number;
|
|
28208
|
-
growthStage: "flowering" | "
|
|
28208
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28209
28209
|
fertilizerProductId: string | null;
|
|
28210
28210
|
plannedNutrients: {
|
|
28211
28211
|
nitrogen: number;
|
|
@@ -28264,7 +28264,7 @@ export declare const fertigationRouter: {
|
|
|
28264
28264
|
scheduledDate: string;
|
|
28265
28265
|
actualDate: string | null;
|
|
28266
28266
|
weekNumber: number;
|
|
28267
|
-
growthStage: "flowering" | "
|
|
28267
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28268
28268
|
fertilizerProductId: string | null;
|
|
28269
28269
|
plannedNutrients: {
|
|
28270
28270
|
nitrogen: number;
|
|
@@ -28596,7 +28596,7 @@ export declare const fertigationRouter: {
|
|
|
28596
28596
|
scheduledDate: string;
|
|
28597
28597
|
actualDate: string | null;
|
|
28598
28598
|
weekNumber: number;
|
|
28599
|
-
growthStage: "flowering" | "
|
|
28599
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28600
28600
|
fertilizerProductId: string | null;
|
|
28601
28601
|
plannedNutrients: {
|
|
28602
28602
|
nitrogen: number;
|
|
@@ -28636,7 +28636,7 @@ export declare const fertigationRouter: {
|
|
|
28636
28636
|
scheduledDate: string;
|
|
28637
28637
|
actualDate: string | null;
|
|
28638
28638
|
weekNumber: number;
|
|
28639
|
-
growthStage: "flowering" | "
|
|
28639
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28640
28640
|
fertilizerProductId: string | null;
|
|
28641
28641
|
plannedNutrients: {
|
|
28642
28642
|
nitrogen: number;
|
|
@@ -28683,7 +28683,7 @@ export declare const fertigationRouter: {
|
|
|
28683
28683
|
scheduledDate: string;
|
|
28684
28684
|
actualDate: string | null;
|
|
28685
28685
|
weekNumber: number;
|
|
28686
|
-
growthStage: "flowering" | "
|
|
28686
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28687
28687
|
fertilizerProductId: string | null;
|
|
28688
28688
|
plannedNutrients: {
|
|
28689
28689
|
nitrogen: number;
|
|
@@ -28730,7 +28730,7 @@ export declare const fertigationRouter: {
|
|
|
28730
28730
|
scheduledDate: string;
|
|
28731
28731
|
actualDate: string | null;
|
|
28732
28732
|
weekNumber: number;
|
|
28733
|
-
growthStage: "flowering" | "
|
|
28733
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28734
28734
|
fertilizerProductId: string | null;
|
|
28735
28735
|
plannedNutrients: {
|
|
28736
28736
|
nitrogen: number;
|
|
@@ -28803,7 +28803,7 @@ export declare const fertigationRouter: {
|
|
|
28803
28803
|
scheduledDate: string;
|
|
28804
28804
|
actualDate: string | null;
|
|
28805
28805
|
weekNumber: number;
|
|
28806
|
-
growthStage: "flowering" | "
|
|
28806
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28807
28807
|
fertilizerProductId: string | null;
|
|
28808
28808
|
plannedNutrients: {
|
|
28809
28809
|
nitrogen: number;
|
|
@@ -28862,7 +28862,7 @@ export declare const fertigationRouter: {
|
|
|
28862
28862
|
scheduledDate: string;
|
|
28863
28863
|
actualDate: string | null;
|
|
28864
28864
|
weekNumber: number;
|
|
28865
|
-
growthStage: "flowering" | "
|
|
28865
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
28866
28866
|
fertilizerProductId: string | null;
|
|
28867
28867
|
plannedNutrients: {
|
|
28868
28868
|
nitrogen: number;
|
|
@@ -29187,7 +29187,7 @@ export declare const fertigationRouter: {
|
|
|
29187
29187
|
scheduledDate: string;
|
|
29188
29188
|
actualDate: string | null;
|
|
29189
29189
|
weekNumber: number;
|
|
29190
|
-
growthStage: "flowering" | "
|
|
29190
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29191
29191
|
fertilizerProductId: string | null;
|
|
29192
29192
|
plannedNutrients: {
|
|
29193
29193
|
nitrogen: number;
|
|
@@ -29227,7 +29227,7 @@ export declare const fertigationRouter: {
|
|
|
29227
29227
|
scheduledDate: string;
|
|
29228
29228
|
actualDate: string | null;
|
|
29229
29229
|
weekNumber: number;
|
|
29230
|
-
growthStage: "flowering" | "
|
|
29230
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29231
29231
|
fertilizerProductId: string | null;
|
|
29232
29232
|
plannedNutrients: {
|
|
29233
29233
|
nitrogen: number;
|
|
@@ -29274,7 +29274,7 @@ export declare const fertigationRouter: {
|
|
|
29274
29274
|
scheduledDate: string;
|
|
29275
29275
|
actualDate: string | null;
|
|
29276
29276
|
weekNumber: number;
|
|
29277
|
-
growthStage: "flowering" | "
|
|
29277
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29278
29278
|
fertilizerProductId: string | null;
|
|
29279
29279
|
plannedNutrients: {
|
|
29280
29280
|
nitrogen: number;
|
|
@@ -29321,7 +29321,7 @@ export declare const fertigationRouter: {
|
|
|
29321
29321
|
scheduledDate: string;
|
|
29322
29322
|
actualDate: string | null;
|
|
29323
29323
|
weekNumber: number;
|
|
29324
|
-
growthStage: "flowering" | "
|
|
29324
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29325
29325
|
fertilizerProductId: string | null;
|
|
29326
29326
|
plannedNutrients: {
|
|
29327
29327
|
nitrogen: number;
|
|
@@ -29394,7 +29394,7 @@ export declare const fertigationRouter: {
|
|
|
29394
29394
|
scheduledDate: string;
|
|
29395
29395
|
actualDate: string | null;
|
|
29396
29396
|
weekNumber: number;
|
|
29397
|
-
growthStage: "flowering" | "
|
|
29397
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29398
29398
|
fertilizerProductId: string | null;
|
|
29399
29399
|
plannedNutrients: {
|
|
29400
29400
|
nitrogen: number;
|
|
@@ -29453,7 +29453,7 @@ export declare const fertigationRouter: {
|
|
|
29453
29453
|
scheduledDate: string;
|
|
29454
29454
|
actualDate: string | null;
|
|
29455
29455
|
weekNumber: number;
|
|
29456
|
-
growthStage: "flowering" | "
|
|
29456
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29457
29457
|
fertilizerProductId: string | null;
|
|
29458
29458
|
plannedNutrients: {
|
|
29459
29459
|
nitrogen: number;
|
|
@@ -29887,7 +29887,7 @@ export declare const fertigationRouter: {
|
|
|
29887
29887
|
scheduledDate: string;
|
|
29888
29888
|
actualDate: string | null;
|
|
29889
29889
|
weekNumber: number;
|
|
29890
|
-
growthStage: "flowering" | "
|
|
29890
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29891
29891
|
fertilizerProductId: string | null;
|
|
29892
29892
|
plannedNutrients: {
|
|
29893
29893
|
nitrogen: number;
|
|
@@ -29927,7 +29927,7 @@ export declare const fertigationRouter: {
|
|
|
29927
29927
|
scheduledDate: string;
|
|
29928
29928
|
actualDate: string | null;
|
|
29929
29929
|
weekNumber: number;
|
|
29930
|
-
growthStage: "flowering" | "
|
|
29930
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29931
29931
|
fertilizerProductId: string | null;
|
|
29932
29932
|
plannedNutrients: {
|
|
29933
29933
|
nitrogen: number;
|
|
@@ -29974,7 +29974,7 @@ export declare const fertigationRouter: {
|
|
|
29974
29974
|
scheduledDate: string;
|
|
29975
29975
|
actualDate: string | null;
|
|
29976
29976
|
weekNumber: number;
|
|
29977
|
-
growthStage: "flowering" | "
|
|
29977
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
29978
29978
|
fertilizerProductId: string | null;
|
|
29979
29979
|
plannedNutrients: {
|
|
29980
29980
|
nitrogen: number;
|
|
@@ -30021,7 +30021,7 @@ export declare const fertigationRouter: {
|
|
|
30021
30021
|
scheduledDate: string;
|
|
30022
30022
|
actualDate: string | null;
|
|
30023
30023
|
weekNumber: number;
|
|
30024
|
-
growthStage: "flowering" | "
|
|
30024
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30025
30025
|
fertilizerProductId: string | null;
|
|
30026
30026
|
plannedNutrients: {
|
|
30027
30027
|
nitrogen: number;
|
|
@@ -30094,7 +30094,7 @@ export declare const fertigationRouter: {
|
|
|
30094
30094
|
scheduledDate: string;
|
|
30095
30095
|
actualDate: string | null;
|
|
30096
30096
|
weekNumber: number;
|
|
30097
|
-
growthStage: "flowering" | "
|
|
30097
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30098
30098
|
fertilizerProductId: string | null;
|
|
30099
30099
|
plannedNutrients: {
|
|
30100
30100
|
nitrogen: number;
|
|
@@ -30153,7 +30153,7 @@ export declare const fertigationRouter: {
|
|
|
30153
30153
|
scheduledDate: string;
|
|
30154
30154
|
actualDate: string | null;
|
|
30155
30155
|
weekNumber: number;
|
|
30156
|
-
growthStage: "flowering" | "
|
|
30156
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30157
30157
|
fertilizerProductId: string | null;
|
|
30158
30158
|
plannedNutrients: {
|
|
30159
30159
|
nitrogen: number;
|
|
@@ -30665,7 +30665,7 @@ export declare const fertigationRouter: {
|
|
|
30665
30665
|
scheduledDate: string;
|
|
30666
30666
|
actualDate: string | null;
|
|
30667
30667
|
weekNumber: number;
|
|
30668
|
-
growthStage: "flowering" | "
|
|
30668
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30669
30669
|
fertilizerProductId: string | null;
|
|
30670
30670
|
plannedNutrients: {
|
|
30671
30671
|
nitrogen: number;
|
|
@@ -30705,7 +30705,7 @@ export declare const fertigationRouter: {
|
|
|
30705
30705
|
scheduledDate: string;
|
|
30706
30706
|
actualDate: string | null;
|
|
30707
30707
|
weekNumber: number;
|
|
30708
|
-
growthStage: "flowering" | "
|
|
30708
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30709
30709
|
fertilizerProductId: string | null;
|
|
30710
30710
|
plannedNutrients: {
|
|
30711
30711
|
nitrogen: number;
|
|
@@ -30752,7 +30752,7 @@ export declare const fertigationRouter: {
|
|
|
30752
30752
|
scheduledDate: string;
|
|
30753
30753
|
actualDate: string | null;
|
|
30754
30754
|
weekNumber: number;
|
|
30755
|
-
growthStage: "flowering" | "
|
|
30755
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30756
30756
|
fertilizerProductId: string | null;
|
|
30757
30757
|
plannedNutrients: {
|
|
30758
30758
|
nitrogen: number;
|
|
@@ -30799,7 +30799,7 @@ export declare const fertigationRouter: {
|
|
|
30799
30799
|
scheduledDate: string;
|
|
30800
30800
|
actualDate: string | null;
|
|
30801
30801
|
weekNumber: number;
|
|
30802
|
-
growthStage: "flowering" | "
|
|
30802
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30803
30803
|
fertilizerProductId: string | null;
|
|
30804
30804
|
plannedNutrients: {
|
|
30805
30805
|
nitrogen: number;
|
|
@@ -30872,7 +30872,7 @@ export declare const fertigationRouter: {
|
|
|
30872
30872
|
scheduledDate: string;
|
|
30873
30873
|
actualDate: string | null;
|
|
30874
30874
|
weekNumber: number;
|
|
30875
|
-
growthStage: "flowering" | "
|
|
30875
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30876
30876
|
fertilizerProductId: string | null;
|
|
30877
30877
|
plannedNutrients: {
|
|
30878
30878
|
nitrogen: number;
|
|
@@ -30931,7 +30931,7 @@ export declare const fertigationRouter: {
|
|
|
30931
30931
|
scheduledDate: string;
|
|
30932
30932
|
actualDate: string | null;
|
|
30933
30933
|
weekNumber: number;
|
|
30934
|
-
growthStage: "flowering" | "
|
|
30934
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
30935
30935
|
fertilizerProductId: string | null;
|
|
30936
30936
|
plannedNutrients: {
|
|
30937
30937
|
nitrogen: number;
|
|
@@ -31356,7 +31356,7 @@ export declare const fertigationRouter: {
|
|
|
31356
31356
|
scheduledDate: string;
|
|
31357
31357
|
actualDate: string | null;
|
|
31358
31358
|
weekNumber: number;
|
|
31359
|
-
growthStage: "flowering" | "
|
|
31359
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31360
31360
|
fertilizerProductId: string | null;
|
|
31361
31361
|
plannedNutrients: {
|
|
31362
31362
|
nitrogen: number;
|
|
@@ -31396,7 +31396,7 @@ export declare const fertigationRouter: {
|
|
|
31396
31396
|
scheduledDate: string;
|
|
31397
31397
|
actualDate: string | null;
|
|
31398
31398
|
weekNumber: number;
|
|
31399
|
-
growthStage: "flowering" | "
|
|
31399
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31400
31400
|
fertilizerProductId: string | null;
|
|
31401
31401
|
plannedNutrients: {
|
|
31402
31402
|
nitrogen: number;
|
|
@@ -31443,7 +31443,7 @@ export declare const fertigationRouter: {
|
|
|
31443
31443
|
scheduledDate: string;
|
|
31444
31444
|
actualDate: string | null;
|
|
31445
31445
|
weekNumber: number;
|
|
31446
|
-
growthStage: "flowering" | "
|
|
31446
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31447
31447
|
fertilizerProductId: string | null;
|
|
31448
31448
|
plannedNutrients: {
|
|
31449
31449
|
nitrogen: number;
|
|
@@ -31490,7 +31490,7 @@ export declare const fertigationRouter: {
|
|
|
31490
31490
|
scheduledDate: string;
|
|
31491
31491
|
actualDate: string | null;
|
|
31492
31492
|
weekNumber: number;
|
|
31493
|
-
growthStage: "flowering" | "
|
|
31493
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31494
31494
|
fertilizerProductId: string | null;
|
|
31495
31495
|
plannedNutrients: {
|
|
31496
31496
|
nitrogen: number;
|
|
@@ -31563,7 +31563,7 @@ export declare const fertigationRouter: {
|
|
|
31563
31563
|
scheduledDate: string;
|
|
31564
31564
|
actualDate: string | null;
|
|
31565
31565
|
weekNumber: number;
|
|
31566
|
-
growthStage: "flowering" | "
|
|
31566
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31567
31567
|
fertilizerProductId: string | null;
|
|
31568
31568
|
plannedNutrients: {
|
|
31569
31569
|
nitrogen: number;
|
|
@@ -31622,7 +31622,7 @@ export declare const fertigationRouter: {
|
|
|
31622
31622
|
scheduledDate: string;
|
|
31623
31623
|
actualDate: string | null;
|
|
31624
31624
|
weekNumber: number;
|
|
31625
|
-
growthStage: "flowering" | "
|
|
31625
|
+
growthStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening";
|
|
31626
31626
|
fertilizerProductId: string | null;
|
|
31627
31627
|
plannedNutrients: {
|
|
31628
31628
|
nitrogen: number;
|
|
@@ -32037,20 +32037,20 @@ export declare const fertigationRouter: {
|
|
|
32037
32037
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
32038
32038
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
32039
32039
|
}, "strip", z.ZodTypeAny, {
|
|
32040
|
+
reason: string;
|
|
32040
32041
|
quantity: number;
|
|
32041
32042
|
unit: string;
|
|
32042
32043
|
productName: string;
|
|
32043
|
-
reason: string;
|
|
32044
32044
|
estimatedCost: number | null;
|
|
32045
32045
|
priority: number;
|
|
32046
32046
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32047
32047
|
productId: string;
|
|
32048
32048
|
frequency: string | null;
|
|
32049
32049
|
}, {
|
|
32050
|
+
reason: string;
|
|
32050
32051
|
quantity: number;
|
|
32051
32052
|
unit: string;
|
|
32052
32053
|
productName: string;
|
|
32053
|
-
reason: string;
|
|
32054
32054
|
estimatedCost: number | null;
|
|
32055
32055
|
priority: number;
|
|
32056
32056
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32084,10 +32084,10 @@ export declare const fertigationRouter: {
|
|
|
32084
32084
|
phosphorusDeficit: number | null;
|
|
32085
32085
|
potassiumDeficit: number | null;
|
|
32086
32086
|
recommendedProducts: {
|
|
32087
|
+
reason: string;
|
|
32087
32088
|
quantity: number;
|
|
32088
32089
|
unit: string;
|
|
32089
32090
|
productName: string;
|
|
32090
|
-
reason: string;
|
|
32091
32091
|
estimatedCost: number | null;
|
|
32092
32092
|
priority: number;
|
|
32093
32093
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32115,10 +32115,10 @@ export declare const fertigationRouter: {
|
|
|
32115
32115
|
phosphorusDeficit: number | null;
|
|
32116
32116
|
potassiumDeficit: number | null;
|
|
32117
32117
|
recommendedProducts: {
|
|
32118
|
+
reason: string;
|
|
32118
32119
|
quantity: number;
|
|
32119
32120
|
unit: string;
|
|
32120
32121
|
productName: string;
|
|
32121
|
-
reason: string;
|
|
32122
32122
|
estimatedCost: number | null;
|
|
32123
32123
|
priority: number;
|
|
32124
32124
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32153,10 +32153,10 @@ export declare const fertigationRouter: {
|
|
|
32153
32153
|
phosphorusDeficit: number | null;
|
|
32154
32154
|
potassiumDeficit: number | null;
|
|
32155
32155
|
recommendedProducts: {
|
|
32156
|
+
reason: string;
|
|
32156
32157
|
quantity: number;
|
|
32157
32158
|
unit: string;
|
|
32158
32159
|
productName: string;
|
|
32159
|
-
reason: string;
|
|
32160
32160
|
estimatedCost: number | null;
|
|
32161
32161
|
priority: number;
|
|
32162
32162
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32191,10 +32191,10 @@ export declare const fertigationRouter: {
|
|
|
32191
32191
|
phosphorusDeficit: number | null;
|
|
32192
32192
|
potassiumDeficit: number | null;
|
|
32193
32193
|
recommendedProducts: {
|
|
32194
|
+
reason: string;
|
|
32194
32195
|
quantity: number;
|
|
32195
32196
|
unit: string;
|
|
32196
32197
|
productName: string;
|
|
32197
|
-
reason: string;
|
|
32198
32198
|
estimatedCost: number | null;
|
|
32199
32199
|
priority: number;
|
|
32200
32200
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32255,10 +32255,10 @@ export declare const fertigationRouter: {
|
|
|
32255
32255
|
phosphorusDeficit: number | null;
|
|
32256
32256
|
potassiumDeficit: number | null;
|
|
32257
32257
|
recommendedProducts: {
|
|
32258
|
+
reason: string;
|
|
32258
32259
|
quantity: number;
|
|
32259
32260
|
unit: string;
|
|
32260
32261
|
productName: string;
|
|
32261
|
-
reason: string;
|
|
32262
32262
|
estimatedCost: number | null;
|
|
32263
32263
|
priority: number;
|
|
32264
32264
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32305,10 +32305,10 @@ export declare const fertigationRouter: {
|
|
|
32305
32305
|
phosphorusDeficit: number | null;
|
|
32306
32306
|
potassiumDeficit: number | null;
|
|
32307
32307
|
recommendedProducts: {
|
|
32308
|
+
reason: string;
|
|
32308
32309
|
quantity: number;
|
|
32309
32310
|
unit: string;
|
|
32310
32311
|
productName: string;
|
|
32311
|
-
reason: string;
|
|
32312
32312
|
estimatedCost: number | null;
|
|
32313
32313
|
priority: number;
|
|
32314
32314
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32760,20 +32760,20 @@ export declare const fertigationRouter: {
|
|
|
32760
32760
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
32761
32761
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
32762
32762
|
}, "strip", z.ZodTypeAny, {
|
|
32763
|
+
reason: string;
|
|
32763
32764
|
quantity: number;
|
|
32764
32765
|
unit: string;
|
|
32765
32766
|
productName: string;
|
|
32766
|
-
reason: string;
|
|
32767
32767
|
estimatedCost: number | null;
|
|
32768
32768
|
priority: number;
|
|
32769
32769
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32770
32770
|
productId: string;
|
|
32771
32771
|
frequency: string | null;
|
|
32772
32772
|
}, {
|
|
32773
|
+
reason: string;
|
|
32773
32774
|
quantity: number;
|
|
32774
32775
|
unit: string;
|
|
32775
32776
|
productName: string;
|
|
32776
|
-
reason: string;
|
|
32777
32777
|
estimatedCost: number | null;
|
|
32778
32778
|
priority: number;
|
|
32779
32779
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32807,10 +32807,10 @@ export declare const fertigationRouter: {
|
|
|
32807
32807
|
phosphorusDeficit: number | null;
|
|
32808
32808
|
potassiumDeficit: number | null;
|
|
32809
32809
|
recommendedProducts: {
|
|
32810
|
+
reason: string;
|
|
32810
32811
|
quantity: number;
|
|
32811
32812
|
unit: string;
|
|
32812
32813
|
productName: string;
|
|
32813
|
-
reason: string;
|
|
32814
32814
|
estimatedCost: number | null;
|
|
32815
32815
|
priority: number;
|
|
32816
32816
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32838,10 +32838,10 @@ export declare const fertigationRouter: {
|
|
|
32838
32838
|
phosphorusDeficit: number | null;
|
|
32839
32839
|
potassiumDeficit: number | null;
|
|
32840
32840
|
recommendedProducts: {
|
|
32841
|
+
reason: string;
|
|
32841
32842
|
quantity: number;
|
|
32842
32843
|
unit: string;
|
|
32843
32844
|
productName: string;
|
|
32844
|
-
reason: string;
|
|
32845
32845
|
estimatedCost: number | null;
|
|
32846
32846
|
priority: number;
|
|
32847
32847
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32876,10 +32876,10 @@ export declare const fertigationRouter: {
|
|
|
32876
32876
|
phosphorusDeficit: number | null;
|
|
32877
32877
|
potassiumDeficit: number | null;
|
|
32878
32878
|
recommendedProducts: {
|
|
32879
|
+
reason: string;
|
|
32879
32880
|
quantity: number;
|
|
32880
32881
|
unit: string;
|
|
32881
32882
|
productName: string;
|
|
32882
|
-
reason: string;
|
|
32883
32883
|
estimatedCost: number | null;
|
|
32884
32884
|
priority: number;
|
|
32885
32885
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32914,10 +32914,10 @@ export declare const fertigationRouter: {
|
|
|
32914
32914
|
phosphorusDeficit: number | null;
|
|
32915
32915
|
potassiumDeficit: number | null;
|
|
32916
32916
|
recommendedProducts: {
|
|
32917
|
+
reason: string;
|
|
32917
32918
|
quantity: number;
|
|
32918
32919
|
unit: string;
|
|
32919
32920
|
productName: string;
|
|
32920
|
-
reason: string;
|
|
32921
32921
|
estimatedCost: number | null;
|
|
32922
32922
|
priority: number;
|
|
32923
32923
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32978,10 +32978,10 @@ export declare const fertigationRouter: {
|
|
|
32978
32978
|
phosphorusDeficit: number | null;
|
|
32979
32979
|
potassiumDeficit: number | null;
|
|
32980
32980
|
recommendedProducts: {
|
|
32981
|
+
reason: string;
|
|
32981
32982
|
quantity: number;
|
|
32982
32983
|
unit: string;
|
|
32983
32984
|
productName: string;
|
|
32984
|
-
reason: string;
|
|
32985
32985
|
estimatedCost: number | null;
|
|
32986
32986
|
priority: number;
|
|
32987
32987
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33028,10 +33028,10 @@ export declare const fertigationRouter: {
|
|
|
33028
33028
|
phosphorusDeficit: number | null;
|
|
33029
33029
|
potassiumDeficit: number | null;
|
|
33030
33030
|
recommendedProducts: {
|
|
33031
|
+
reason: string;
|
|
33031
33032
|
quantity: number;
|
|
33032
33033
|
unit: string;
|
|
33033
33034
|
productName: string;
|
|
33034
|
-
reason: string;
|
|
33035
33035
|
estimatedCost: number | null;
|
|
33036
33036
|
priority: number;
|
|
33037
33037
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33282,20 +33282,20 @@ export declare const fertigationRouter: {
|
|
|
33282
33282
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
33283
33283
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
33284
33284
|
}, "strip", z.ZodTypeAny, {
|
|
33285
|
+
reason: string;
|
|
33285
33286
|
quantity: number;
|
|
33286
33287
|
unit: string;
|
|
33287
33288
|
productName: string;
|
|
33288
|
-
reason: string;
|
|
33289
33289
|
estimatedCost: number | null;
|
|
33290
33290
|
priority: number;
|
|
33291
33291
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33292
33292
|
productId: string;
|
|
33293
33293
|
frequency: string | null;
|
|
33294
33294
|
}, {
|
|
33295
|
+
reason: string;
|
|
33295
33296
|
quantity: number;
|
|
33296
33297
|
unit: string;
|
|
33297
33298
|
productName: string;
|
|
33298
|
-
reason: string;
|
|
33299
33299
|
estimatedCost: number | null;
|
|
33300
33300
|
priority: number;
|
|
33301
33301
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33329,10 +33329,10 @@ export declare const fertigationRouter: {
|
|
|
33329
33329
|
phosphorusDeficit: number | null;
|
|
33330
33330
|
potassiumDeficit: number | null;
|
|
33331
33331
|
recommendedProducts: {
|
|
33332
|
+
reason: string;
|
|
33332
33333
|
quantity: number;
|
|
33333
33334
|
unit: string;
|
|
33334
33335
|
productName: string;
|
|
33335
|
-
reason: string;
|
|
33336
33336
|
estimatedCost: number | null;
|
|
33337
33337
|
priority: number;
|
|
33338
33338
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33360,10 +33360,10 @@ export declare const fertigationRouter: {
|
|
|
33360
33360
|
phosphorusDeficit: number | null;
|
|
33361
33361
|
potassiumDeficit: number | null;
|
|
33362
33362
|
recommendedProducts: {
|
|
33363
|
+
reason: string;
|
|
33363
33364
|
quantity: number;
|
|
33364
33365
|
unit: string;
|
|
33365
33366
|
productName: string;
|
|
33366
|
-
reason: string;
|
|
33367
33367
|
estimatedCost: number | null;
|
|
33368
33368
|
priority: number;
|
|
33369
33369
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33398,10 +33398,10 @@ export declare const fertigationRouter: {
|
|
|
33398
33398
|
phosphorusDeficit: number | null;
|
|
33399
33399
|
potassiumDeficit: number | null;
|
|
33400
33400
|
recommendedProducts: {
|
|
33401
|
+
reason: string;
|
|
33401
33402
|
quantity: number;
|
|
33402
33403
|
unit: string;
|
|
33403
33404
|
productName: string;
|
|
33404
|
-
reason: string;
|
|
33405
33405
|
estimatedCost: number | null;
|
|
33406
33406
|
priority: number;
|
|
33407
33407
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33436,10 +33436,10 @@ export declare const fertigationRouter: {
|
|
|
33436
33436
|
phosphorusDeficit: number | null;
|
|
33437
33437
|
potassiumDeficit: number | null;
|
|
33438
33438
|
recommendedProducts: {
|
|
33439
|
+
reason: string;
|
|
33439
33440
|
quantity: number;
|
|
33440
33441
|
unit: string;
|
|
33441
33442
|
productName: string;
|
|
33442
|
-
reason: string;
|
|
33443
33443
|
estimatedCost: number | null;
|
|
33444
33444
|
priority: number;
|
|
33445
33445
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33500,10 +33500,10 @@ export declare const fertigationRouter: {
|
|
|
33500
33500
|
phosphorusDeficit: number | null;
|
|
33501
33501
|
potassiumDeficit: number | null;
|
|
33502
33502
|
recommendedProducts: {
|
|
33503
|
+
reason: string;
|
|
33503
33504
|
quantity: number;
|
|
33504
33505
|
unit: string;
|
|
33505
33506
|
productName: string;
|
|
33506
|
-
reason: string;
|
|
33507
33507
|
estimatedCost: number | null;
|
|
33508
33508
|
priority: number;
|
|
33509
33509
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33550,10 +33550,10 @@ export declare const fertigationRouter: {
|
|
|
33550
33550
|
phosphorusDeficit: number | null;
|
|
33551
33551
|
potassiumDeficit: number | null;
|
|
33552
33552
|
recommendedProducts: {
|
|
33553
|
+
reason: string;
|
|
33553
33554
|
quantity: number;
|
|
33554
33555
|
unit: string;
|
|
33555
33556
|
productName: string;
|
|
33556
|
-
reason: string;
|
|
33557
33557
|
estimatedCost: number | null;
|
|
33558
33558
|
priority: number;
|
|
33559
33559
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33814,20 +33814,20 @@ export declare const fertigationRouter: {
|
|
|
33814
33814
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
33815
33815
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
33816
33816
|
}, "strip", z.ZodTypeAny, {
|
|
33817
|
+
reason: string;
|
|
33817
33818
|
quantity: number;
|
|
33818
33819
|
unit: string;
|
|
33819
33820
|
productName: string;
|
|
33820
|
-
reason: string;
|
|
33821
33821
|
estimatedCost: number | null;
|
|
33822
33822
|
priority: number;
|
|
33823
33823
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33824
33824
|
productId: string;
|
|
33825
33825
|
frequency: string | null;
|
|
33826
33826
|
}, {
|
|
33827
|
+
reason: string;
|
|
33827
33828
|
quantity: number;
|
|
33828
33829
|
unit: string;
|
|
33829
33830
|
productName: string;
|
|
33830
|
-
reason: string;
|
|
33831
33831
|
estimatedCost: number | null;
|
|
33832
33832
|
priority: number;
|
|
33833
33833
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33861,10 +33861,10 @@ export declare const fertigationRouter: {
|
|
|
33861
33861
|
phosphorusDeficit: number | null;
|
|
33862
33862
|
potassiumDeficit: number | null;
|
|
33863
33863
|
recommendedProducts: {
|
|
33864
|
+
reason: string;
|
|
33864
33865
|
quantity: number;
|
|
33865
33866
|
unit: string;
|
|
33866
33867
|
productName: string;
|
|
33867
|
-
reason: string;
|
|
33868
33868
|
estimatedCost: number | null;
|
|
33869
33869
|
priority: number;
|
|
33870
33870
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33892,10 +33892,10 @@ export declare const fertigationRouter: {
|
|
|
33892
33892
|
phosphorusDeficit: number | null;
|
|
33893
33893
|
potassiumDeficit: number | null;
|
|
33894
33894
|
recommendedProducts: {
|
|
33895
|
+
reason: string;
|
|
33895
33896
|
quantity: number;
|
|
33896
33897
|
unit: string;
|
|
33897
33898
|
productName: string;
|
|
33898
|
-
reason: string;
|
|
33899
33899
|
estimatedCost: number | null;
|
|
33900
33900
|
priority: number;
|
|
33901
33901
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33930,10 +33930,10 @@ export declare const fertigationRouter: {
|
|
|
33930
33930
|
phosphorusDeficit: number | null;
|
|
33931
33931
|
potassiumDeficit: number | null;
|
|
33932
33932
|
recommendedProducts: {
|
|
33933
|
+
reason: string;
|
|
33933
33934
|
quantity: number;
|
|
33934
33935
|
unit: string;
|
|
33935
33936
|
productName: string;
|
|
33936
|
-
reason: string;
|
|
33937
33937
|
estimatedCost: number | null;
|
|
33938
33938
|
priority: number;
|
|
33939
33939
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33968,10 +33968,10 @@ export declare const fertigationRouter: {
|
|
|
33968
33968
|
phosphorusDeficit: number | null;
|
|
33969
33969
|
potassiumDeficit: number | null;
|
|
33970
33970
|
recommendedProducts: {
|
|
33971
|
+
reason: string;
|
|
33971
33972
|
quantity: number;
|
|
33972
33973
|
unit: string;
|
|
33973
33974
|
productName: string;
|
|
33974
|
-
reason: string;
|
|
33975
33975
|
estimatedCost: number | null;
|
|
33976
33976
|
priority: number;
|
|
33977
33977
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34053,7 +34053,7 @@ export declare const fertigationRouter: {
|
|
|
34053
34053
|
cropName: string;
|
|
34054
34054
|
estimatedTotalCost: number | null;
|
|
34055
34055
|
cropNutrientProfileId: string;
|
|
34056
|
-
currentStage: "flowering" | "
|
|
34056
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34057
34057
|
baselineSoilTestId: string | null;
|
|
34058
34058
|
nutrientDeficits: {
|
|
34059
34059
|
nitrogen: number;
|
|
@@ -34086,7 +34086,7 @@ export declare const fertigationRouter: {
|
|
|
34086
34086
|
cropName: string;
|
|
34087
34087
|
estimatedTotalCost: number | null;
|
|
34088
34088
|
cropNutrientProfileId: string;
|
|
34089
|
-
currentStage: "flowering" | "
|
|
34089
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34090
34090
|
baselineSoilTestId: string | null;
|
|
34091
34091
|
nutrientDeficits: {
|
|
34092
34092
|
nitrogen: number;
|
|
@@ -34126,7 +34126,7 @@ export declare const fertigationRouter: {
|
|
|
34126
34126
|
cropName: string;
|
|
34127
34127
|
estimatedTotalCost: number | null;
|
|
34128
34128
|
cropNutrientProfileId: string;
|
|
34129
|
-
currentStage: "flowering" | "
|
|
34129
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34130
34130
|
baselineSoilTestId: string | null;
|
|
34131
34131
|
nutrientDeficits: {
|
|
34132
34132
|
nitrogen: number;
|
|
@@ -34166,7 +34166,7 @@ export declare const fertigationRouter: {
|
|
|
34166
34166
|
cropName: string;
|
|
34167
34167
|
estimatedTotalCost: number | null;
|
|
34168
34168
|
cropNutrientProfileId: string;
|
|
34169
|
-
currentStage: "flowering" | "
|
|
34169
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34170
34170
|
baselineSoilTestId: string | null;
|
|
34171
34171
|
nutrientDeficits: {
|
|
34172
34172
|
nitrogen: number;
|
|
@@ -34210,10 +34210,10 @@ export declare const fertigationRouter: {
|
|
|
34210
34210
|
phosphorusDeficit: number | null;
|
|
34211
34211
|
potassiumDeficit: number | null;
|
|
34212
34212
|
recommendedProducts: {
|
|
34213
|
+
reason: string;
|
|
34213
34214
|
quantity: number;
|
|
34214
34215
|
unit: string;
|
|
34215
34216
|
productName: string;
|
|
34216
|
-
reason: string;
|
|
34217
34217
|
estimatedCost: number | null;
|
|
34218
34218
|
priority: number;
|
|
34219
34219
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34247,7 +34247,7 @@ export declare const fertigationRouter: {
|
|
|
34247
34247
|
cropName: string;
|
|
34248
34248
|
estimatedTotalCost: number | null;
|
|
34249
34249
|
cropNutrientProfileId: string;
|
|
34250
|
-
currentStage: "flowering" | "
|
|
34250
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34251
34251
|
baselineSoilTestId: string | null;
|
|
34252
34252
|
nutrientDeficits: {
|
|
34253
34253
|
nitrogen: number;
|
|
@@ -34291,10 +34291,10 @@ export declare const fertigationRouter: {
|
|
|
34291
34291
|
phosphorusDeficit: number | null;
|
|
34292
34292
|
potassiumDeficit: number | null;
|
|
34293
34293
|
recommendedProducts: {
|
|
34294
|
+
reason: string;
|
|
34294
34295
|
quantity: number;
|
|
34295
34296
|
unit: string;
|
|
34296
34297
|
productName: string;
|
|
34297
|
-
reason: string;
|
|
34298
34298
|
estimatedCost: number | null;
|
|
34299
34299
|
priority: number;
|
|
34300
34300
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34328,7 +34328,7 @@ export declare const fertigationRouter: {
|
|
|
34328
34328
|
cropName: string;
|
|
34329
34329
|
estimatedTotalCost: number | null;
|
|
34330
34330
|
cropNutrientProfileId: string;
|
|
34331
|
-
currentStage: "flowering" | "
|
|
34331
|
+
currentStage: "flowering" | "fruiting" | "harvest" | "vegetative" | "transplant" | "ripening" | null;
|
|
34332
34332
|
baselineSoilTestId: string | null;
|
|
34333
34333
|
nutrientDeficits: {
|
|
34334
34334
|
nitrogen: number;
|
|
@@ -34673,20 +34673,20 @@ export declare const fertigationRouter: {
|
|
|
34673
34673
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
34674
34674
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
34675
34675
|
}, "strip", z.ZodTypeAny, {
|
|
34676
|
+
reason: string;
|
|
34676
34677
|
quantity: number;
|
|
34677
34678
|
unit: string;
|
|
34678
34679
|
productName: string;
|
|
34679
|
-
reason: string;
|
|
34680
34680
|
estimatedCost: number | null;
|
|
34681
34681
|
priority: number;
|
|
34682
34682
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34683
34683
|
productId: string;
|
|
34684
34684
|
frequency: string | null;
|
|
34685
34685
|
}, {
|
|
34686
|
+
reason: string;
|
|
34686
34687
|
quantity: number;
|
|
34687
34688
|
unit: string;
|
|
34688
34689
|
productName: string;
|
|
34689
|
-
reason: string;
|
|
34690
34690
|
estimatedCost: number | null;
|
|
34691
34691
|
priority: number;
|
|
34692
34692
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34720,10 +34720,10 @@ export declare const fertigationRouter: {
|
|
|
34720
34720
|
phosphorusDeficit: number | null;
|
|
34721
34721
|
potassiumDeficit: number | null;
|
|
34722
34722
|
recommendedProducts: {
|
|
34723
|
+
reason: string;
|
|
34723
34724
|
quantity: number;
|
|
34724
34725
|
unit: string;
|
|
34725
34726
|
productName: string;
|
|
34726
|
-
reason: string;
|
|
34727
34727
|
estimatedCost: number | null;
|
|
34728
34728
|
priority: number;
|
|
34729
34729
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34751,10 +34751,10 @@ export declare const fertigationRouter: {
|
|
|
34751
34751
|
phosphorusDeficit: number | null;
|
|
34752
34752
|
potassiumDeficit: number | null;
|
|
34753
34753
|
recommendedProducts: {
|
|
34754
|
+
reason: string;
|
|
34754
34755
|
quantity: number;
|
|
34755
34756
|
unit: string;
|
|
34756
34757
|
productName: string;
|
|
34757
|
-
reason: string;
|
|
34758
34758
|
estimatedCost: number | null;
|
|
34759
34759
|
priority: number;
|
|
34760
34760
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34789,10 +34789,10 @@ export declare const fertigationRouter: {
|
|
|
34789
34789
|
phosphorusDeficit: number | null;
|
|
34790
34790
|
potassiumDeficit: number | null;
|
|
34791
34791
|
recommendedProducts: {
|
|
34792
|
+
reason: string;
|
|
34792
34793
|
quantity: number;
|
|
34793
34794
|
unit: string;
|
|
34794
34795
|
productName: string;
|
|
34795
|
-
reason: string;
|
|
34796
34796
|
estimatedCost: number | null;
|
|
34797
34797
|
priority: number;
|
|
34798
34798
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34827,10 +34827,10 @@ export declare const fertigationRouter: {
|
|
|
34827
34827
|
phosphorusDeficit: number | null;
|
|
34828
34828
|
potassiumDeficit: number | null;
|
|
34829
34829
|
recommendedProducts: {
|
|
34830
|
+
reason: string;
|
|
34830
34831
|
quantity: number;
|
|
34831
34832
|
unit: string;
|
|
34832
34833
|
productName: string;
|
|
34833
|
-
reason: string;
|
|
34834
34834
|
estimatedCost: number | null;
|
|
34835
34835
|
priority: number;
|
|
34836
34836
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34891,10 +34891,10 @@ export declare const fertigationRouter: {
|
|
|
34891
34891
|
phosphorusDeficit: number | null;
|
|
34892
34892
|
potassiumDeficit: number | null;
|
|
34893
34893
|
recommendedProducts: {
|
|
34894
|
+
reason: string;
|
|
34894
34895
|
quantity: number;
|
|
34895
34896
|
unit: string;
|
|
34896
34897
|
productName: string;
|
|
34897
|
-
reason: string;
|
|
34898
34898
|
estimatedCost: number | null;
|
|
34899
34899
|
priority: number;
|
|
34900
34900
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34941,10 +34941,10 @@ export declare const fertigationRouter: {
|
|
|
34941
34941
|
phosphorusDeficit: number | null;
|
|
34942
34942
|
potassiumDeficit: number | null;
|
|
34943
34943
|
recommendedProducts: {
|
|
34944
|
+
reason: string;
|
|
34944
34945
|
quantity: number;
|
|
34945
34946
|
unit: string;
|
|
34946
34947
|
productName: string;
|
|
34947
|
-
reason: string;
|
|
34948
34948
|
estimatedCost: number | null;
|
|
34949
34949
|
priority: number;
|
|
34950
34950
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|