@deepintel-ltd/farmpro-contracts 1.16.11 → 1.16.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/fertigation.routes.d.ts +256 -256
- package/dist/routes/field-observations.routes.d.ts +28 -28
- package/dist/routes/fields.routes.d.ts +63 -63
- package/dist/routes/finance.routes.d.ts +9 -9
- package/dist/routes/suppliers.routes.d.ts +32 -32
- package/dist/schemas/fertigation.schemas.d.ts +92 -92
- package/dist/schemas/field-observations.schemas.d.ts +26 -26
- package/dist/schemas/fields.schemas.d.ts +59 -59
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +8 -1
- package/dist/schemas/finance.schemas.d.ts +9 -9
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +8 -1
- package/dist/schemas/suppliers.schemas.d.ts +30 -30
- 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|