@deepintel-ltd/farmpro-contracts 1.16.10 → 1.16.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/admin.routes.d.ts +1036 -0
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +29 -1
- package/dist/routes/agent-workflows.routes.d.ts +246 -246
- package/dist/routes/agents.routes.d.ts +16 -16
- package/dist/routes/fertigation.routes.d.ts +336 -336
- package/dist/routes/field-monitoring.routes.d.ts +8 -8
- package/dist/routes/field-observations.routes.d.ts +56 -56
- package/dist/routes/fields.routes.d.ts +63 -63
- package/dist/routes/health.routes.d.ts +66 -0
- package/dist/routes/health.routes.d.ts.map +1 -1
- package/dist/routes/livestock-groups.routes.d.ts +8 -8
- package/dist/routes/livestock.routes.d.ts +50 -50
- package/dist/routes/payments.routes.d.ts +20 -20
- package/dist/routes/pest-disease-risk.routes.d.ts +4 -4
- package/dist/routes/soil-tests.routes.d.ts +40 -40
- package/dist/schemas/admin.schemas.d.ts +267 -0
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +38 -0
- package/dist/schemas/agent-workflows.schemas.d.ts +206 -206
- package/dist/schemas/agents.schemas.d.ts +16 -16
- package/dist/schemas/fertigation.schemas.d.ts +128 -128
- package/dist/schemas/field-monitoring.schemas.d.ts +8 -8
- package/dist/schemas/field-observations.schemas.d.ts +46 -46
- package/dist/schemas/fields.schemas.d.ts +59 -59
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +8 -1
- package/dist/schemas/health.schemas.d.ts +33 -0
- package/dist/schemas/health.schemas.d.ts.map +1 -1
- package/dist/schemas/health.schemas.js +1 -0
- package/dist/schemas/livestock.schemas.d.ts +50 -50
- package/dist/schemas/payments.schemas.d.ts +20 -20
- package/dist/schemas/pest-disease-risk.schemas.d.ts +2 -2
- package/dist/schemas/soil-tests.schemas.d.ts +42 -42
- package/package.json +1 -1
|
@@ -1833,14 +1833,14 @@ export declare const fieldMonitoringRouter: {
|
|
|
1833
1833
|
failed: z.ZodNumber;
|
|
1834
1834
|
completed: z.ZodNumber;
|
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
|
1836
|
-
completed: number;
|
|
1837
1836
|
failed: number;
|
|
1837
|
+
completed: number;
|
|
1838
1838
|
active: number;
|
|
1839
1839
|
waiting: number;
|
|
1840
1840
|
delayed: number;
|
|
1841
1841
|
}, {
|
|
1842
|
-
completed: number;
|
|
1843
1842
|
failed: number;
|
|
1843
|
+
completed: number;
|
|
1844
1844
|
active: number;
|
|
1845
1845
|
waiting: number;
|
|
1846
1846
|
delayed: number;
|
|
@@ -2814,18 +2814,18 @@ export declare const fieldMonitoringRouter: {
|
|
|
2814
2814
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
2815
2815
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
2816
2816
|
}, "strip", z.ZodTypeAny, {
|
|
2817
|
+
reason: string;
|
|
2817
2818
|
quantity: number;
|
|
2818
2819
|
unit: string;
|
|
2819
|
-
reason: string;
|
|
2820
2820
|
productName?: string | undefined;
|
|
2821
2821
|
inventoryItemId?: string | undefined;
|
|
2822
2822
|
confidence?: number | undefined;
|
|
2823
2823
|
estimatedCost?: number | undefined;
|
|
2824
2824
|
applicationTiming?: string | undefined;
|
|
2825
2825
|
}, {
|
|
2826
|
+
reason: string;
|
|
2826
2827
|
quantity: number;
|
|
2827
2828
|
unit: string;
|
|
2828
|
-
reason: string;
|
|
2829
2829
|
productName?: string | undefined;
|
|
2830
2830
|
inventoryItemId?: string | undefined;
|
|
2831
2831
|
confidence?: number | undefined;
|
|
@@ -2857,9 +2857,9 @@ export declare const fieldMonitoringRouter: {
|
|
|
2857
2857
|
summary: z.ZodOptional<z.ZodString>;
|
|
2858
2858
|
}, "strip", z.ZodTypeAny, {
|
|
2859
2859
|
fertilizer: {
|
|
2860
|
+
reason: string;
|
|
2860
2861
|
quantity: number;
|
|
2861
2862
|
unit: string;
|
|
2862
|
-
reason: string;
|
|
2863
2863
|
productName?: string | undefined;
|
|
2864
2864
|
inventoryItemId?: string | undefined;
|
|
2865
2865
|
confidence?: number | undefined;
|
|
@@ -2892,9 +2892,9 @@ export declare const fieldMonitoringRouter: {
|
|
|
2892
2892
|
}[] | undefined;
|
|
2893
2893
|
}, {
|
|
2894
2894
|
fertilizer: {
|
|
2895
|
+
reason: string;
|
|
2895
2896
|
quantity: number;
|
|
2896
2897
|
unit: string;
|
|
2897
|
-
reason: string;
|
|
2898
2898
|
productName?: string | undefined;
|
|
2899
2899
|
inventoryItemId?: string | undefined;
|
|
2900
2900
|
confidence?: number | undefined;
|
|
@@ -2949,9 +2949,9 @@ export declare const fieldMonitoringRouter: {
|
|
|
2949
2949
|
};
|
|
2950
2950
|
recommendations: {
|
|
2951
2951
|
fertilizer: {
|
|
2952
|
+
reason: string;
|
|
2952
2953
|
quantity: number;
|
|
2953
2954
|
unit: string;
|
|
2954
|
-
reason: string;
|
|
2955
2955
|
productName?: string | undefined;
|
|
2956
2956
|
inventoryItemId?: string | undefined;
|
|
2957
2957
|
confidence?: number | undefined;
|
|
@@ -3135,9 +3135,9 @@ export declare const fieldMonitoringRouter: {
|
|
|
3135
3135
|
};
|
|
3136
3136
|
recommendations: {
|
|
3137
3137
|
fertilizer: {
|
|
3138
|
+
reason: string;
|
|
3138
3139
|
quantity: number;
|
|
3139
3140
|
unit: string;
|
|
3140
|
-
reason: string;
|
|
3141
3141
|
productName?: string | undefined;
|
|
3142
3142
|
inventoryItemId?: string | undefined;
|
|
3143
3143
|
confidence?: number | undefined;
|
|
@@ -52,7 +52,7 @@ export declare const fieldObservationsRouter: {
|
|
|
52
52
|
fieldId?: string | undefined;
|
|
53
53
|
capturedAt?: string | undefined;
|
|
54
54
|
userNotes?: string | undefined;
|
|
55
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
55
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
56
56
|
photo?: any;
|
|
57
57
|
}, {
|
|
58
58
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
@@ -60,7 +60,7 @@ export declare const fieldObservationsRouter: {
|
|
|
60
60
|
fieldId?: string | undefined;
|
|
61
61
|
capturedAt?: string | undefined;
|
|
62
62
|
userNotes?: string | undefined;
|
|
63
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
63
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
64
64
|
photo?: any;
|
|
65
65
|
}>;
|
|
66
66
|
path: "/farms/:farmId/observations";
|
|
@@ -225,7 +225,7 @@ export declare const fieldObservationsRouter: {
|
|
|
225
225
|
fieldId?: string | undefined;
|
|
226
226
|
capturedAt?: string | undefined;
|
|
227
227
|
userNotes?: string | undefined;
|
|
228
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
228
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
229
229
|
photo?: any;
|
|
230
230
|
}, {
|
|
231
231
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
@@ -233,7 +233,7 @@ export declare const fieldObservationsRouter: {
|
|
|
233
233
|
fieldId?: string | undefined;
|
|
234
234
|
capturedAt?: string | undefined;
|
|
235
235
|
userNotes?: string | undefined;
|
|
236
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
236
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
237
237
|
photo?: any;
|
|
238
238
|
}>;
|
|
239
239
|
path: "/fields/:fieldId/observations";
|
|
@@ -619,8 +619,8 @@ export declare const fieldObservationsRouter: {
|
|
|
619
619
|
capturedAt: Date;
|
|
620
620
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
621
621
|
userNotes: string | null;
|
|
622
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
623
|
-
analysisStatus: "pending" | "
|
|
622
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
623
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
624
624
|
analysisCompletedAt: Date | null;
|
|
625
625
|
identifiedCrop: string | null;
|
|
626
626
|
identifiedCropConfidence: number | null;
|
|
@@ -702,8 +702,8 @@ export declare const fieldObservationsRouter: {
|
|
|
702
702
|
capturedAt: Date;
|
|
703
703
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
704
704
|
userNotes: string | null;
|
|
705
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
706
|
-
analysisStatus: "pending" | "
|
|
705
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
706
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
707
707
|
analysisCompletedAt: Date | null;
|
|
708
708
|
identifiedCrop: string | null;
|
|
709
709
|
identifiedCropConfidence: number | null;
|
|
@@ -792,8 +792,8 @@ export declare const fieldObservationsRouter: {
|
|
|
792
792
|
capturedAt: Date;
|
|
793
793
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
794
794
|
userNotes: string | null;
|
|
795
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
796
|
-
analysisStatus: "pending" | "
|
|
795
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
796
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
797
797
|
analysisCompletedAt: Date | null;
|
|
798
798
|
identifiedCrop: string | null;
|
|
799
799
|
identifiedCropConfidence: number | null;
|
|
@@ -882,8 +882,8 @@ export declare const fieldObservationsRouter: {
|
|
|
882
882
|
capturedAt: Date;
|
|
883
883
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
884
884
|
userNotes: string | null;
|
|
885
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
886
|
-
analysisStatus: "pending" | "
|
|
885
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
886
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
887
887
|
analysisCompletedAt: Date | null;
|
|
888
888
|
identifiedCrop: string | null;
|
|
889
889
|
identifiedCropConfidence: number | null;
|
|
@@ -998,8 +998,8 @@ export declare const fieldObservationsRouter: {
|
|
|
998
998
|
capturedAt: Date;
|
|
999
999
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1000
1000
|
userNotes: string | null;
|
|
1001
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1002
|
-
analysisStatus: "pending" | "
|
|
1001
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1002
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1003
1003
|
analysisCompletedAt: Date | null;
|
|
1004
1004
|
identifiedCrop: string | null;
|
|
1005
1005
|
identifiedCropConfidence: number | null;
|
|
@@ -1100,8 +1100,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1100
1100
|
capturedAt: Date;
|
|
1101
1101
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1102
1102
|
userNotes: string | null;
|
|
1103
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1104
|
-
analysisStatus: "pending" | "
|
|
1103
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1104
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1105
1105
|
analysisCompletedAt: Date | null;
|
|
1106
1106
|
identifiedCrop: string | null;
|
|
1107
1107
|
identifiedCropConfidence: number | null;
|
|
@@ -1188,7 +1188,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1188
1188
|
'page[size]'?: number | undefined;
|
|
1189
1189
|
'filter[startDate]'?: string | undefined;
|
|
1190
1190
|
'filter[endDate]'?: string | undefined;
|
|
1191
|
-
'filter[status]'?: "pending" | "
|
|
1191
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
1192
1192
|
'filter[crop]'?: string | undefined;
|
|
1193
1193
|
'filter[fieldId]'?: string | undefined;
|
|
1194
1194
|
'filter[observationType]'?: string | undefined;
|
|
@@ -1198,7 +1198,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1198
1198
|
'page[size]'?: number | undefined;
|
|
1199
1199
|
'filter[startDate]'?: string | undefined;
|
|
1200
1200
|
'filter[endDate]'?: string | undefined;
|
|
1201
|
-
'filter[status]'?: "pending" | "
|
|
1201
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
1202
1202
|
'filter[crop]'?: string | undefined;
|
|
1203
1203
|
'filter[fieldId]'?: string | undefined;
|
|
1204
1204
|
'filter[observationType]'?: string | undefined;
|
|
@@ -1476,8 +1476,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1476
1476
|
capturedAt: Date;
|
|
1477
1477
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1478
1478
|
userNotes: string | null;
|
|
1479
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1480
|
-
analysisStatus: "pending" | "
|
|
1479
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1480
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1481
1481
|
analysisCompletedAt: Date | null;
|
|
1482
1482
|
identifiedCrop: string | null;
|
|
1483
1483
|
identifiedCropConfidence: number | null;
|
|
@@ -1559,8 +1559,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1559
1559
|
capturedAt: Date;
|
|
1560
1560
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1561
1561
|
userNotes: string | null;
|
|
1562
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1563
|
-
analysisStatus: "pending" | "
|
|
1562
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1563
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1564
1564
|
analysisCompletedAt: Date | null;
|
|
1565
1565
|
identifiedCrop: string | null;
|
|
1566
1566
|
identifiedCropConfidence: number | null;
|
|
@@ -1649,8 +1649,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1649
1649
|
capturedAt: Date;
|
|
1650
1650
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1651
1651
|
userNotes: string | null;
|
|
1652
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1653
|
-
analysisStatus: "pending" | "
|
|
1652
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1653
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1654
1654
|
analysisCompletedAt: Date | null;
|
|
1655
1655
|
identifiedCrop: string | null;
|
|
1656
1656
|
identifiedCropConfidence: number | null;
|
|
@@ -1739,8 +1739,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1739
1739
|
capturedAt: Date;
|
|
1740
1740
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1741
1741
|
userNotes: string | null;
|
|
1742
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1743
|
-
analysisStatus: "pending" | "
|
|
1742
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1743
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1744
1744
|
analysisCompletedAt: Date | null;
|
|
1745
1745
|
identifiedCrop: string | null;
|
|
1746
1746
|
identifiedCropConfidence: number | null;
|
|
@@ -1855,8 +1855,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1855
1855
|
capturedAt: Date;
|
|
1856
1856
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1857
1857
|
userNotes: string | null;
|
|
1858
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1859
|
-
analysisStatus: "pending" | "
|
|
1858
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1859
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1860
1860
|
analysisCompletedAt: Date | null;
|
|
1861
1861
|
identifiedCrop: string | null;
|
|
1862
1862
|
identifiedCropConfidence: number | null;
|
|
@@ -1957,8 +1957,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1957
1957
|
capturedAt: Date;
|
|
1958
1958
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1959
1959
|
userNotes: string | null;
|
|
1960
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1961
|
-
analysisStatus: "pending" | "
|
|
1960
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1961
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1962
1962
|
analysisCompletedAt: Date | null;
|
|
1963
1963
|
identifiedCrop: string | null;
|
|
1964
1964
|
identifiedCropConfidence: number | null;
|
|
@@ -2045,7 +2045,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2045
2045
|
'page[size]'?: number | undefined;
|
|
2046
2046
|
'filter[startDate]'?: string | undefined;
|
|
2047
2047
|
'filter[endDate]'?: string | undefined;
|
|
2048
|
-
'filter[status]'?: "pending" | "
|
|
2048
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
2049
2049
|
'filter[crop]'?: string | undefined;
|
|
2050
2050
|
'filter[fieldId]'?: string | undefined;
|
|
2051
2051
|
'filter[observationType]'?: string | undefined;
|
|
@@ -2055,7 +2055,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2055
2055
|
'page[size]'?: number | undefined;
|
|
2056
2056
|
'filter[startDate]'?: string | undefined;
|
|
2057
2057
|
'filter[endDate]'?: string | undefined;
|
|
2058
|
-
'filter[status]'?: "pending" | "
|
|
2058
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
2059
2059
|
'filter[crop]'?: string | undefined;
|
|
2060
2060
|
'filter[fieldId]'?: string | undefined;
|
|
2061
2061
|
'filter[observationType]'?: string | undefined;
|
|
@@ -2333,8 +2333,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2333
2333
|
capturedAt: Date;
|
|
2334
2334
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2335
2335
|
userNotes: string | null;
|
|
2336
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2337
|
-
analysisStatus: "pending" | "
|
|
2336
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2337
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2338
2338
|
analysisCompletedAt: Date | null;
|
|
2339
2339
|
identifiedCrop: string | null;
|
|
2340
2340
|
identifiedCropConfidence: number | null;
|
|
@@ -2416,8 +2416,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2416
2416
|
capturedAt: Date;
|
|
2417
2417
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2418
2418
|
userNotes: string | null;
|
|
2419
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2420
|
-
analysisStatus: "pending" | "
|
|
2419
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2420
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2421
2421
|
analysisCompletedAt: Date | null;
|
|
2422
2422
|
identifiedCrop: string | null;
|
|
2423
2423
|
identifiedCropConfidence: number | null;
|
|
@@ -2506,8 +2506,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2506
2506
|
capturedAt: Date;
|
|
2507
2507
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2508
2508
|
userNotes: string | null;
|
|
2509
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2510
|
-
analysisStatus: "pending" | "
|
|
2509
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2510
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2511
2511
|
analysisCompletedAt: Date | null;
|
|
2512
2512
|
identifiedCrop: string | null;
|
|
2513
2513
|
identifiedCropConfidence: number | null;
|
|
@@ -2596,8 +2596,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2596
2596
|
capturedAt: Date;
|
|
2597
2597
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2598
2598
|
userNotes: string | null;
|
|
2599
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2600
|
-
analysisStatus: "pending" | "
|
|
2599
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2600
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2601
2601
|
analysisCompletedAt: Date | null;
|
|
2602
2602
|
identifiedCrop: string | null;
|
|
2603
2603
|
identifiedCropConfidence: number | null;
|
|
@@ -2712,8 +2712,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2712
2712
|
capturedAt: Date;
|
|
2713
2713
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2714
2714
|
userNotes: string | null;
|
|
2715
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2716
|
-
analysisStatus: "pending" | "
|
|
2715
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2716
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2717
2717
|
analysisCompletedAt: Date | null;
|
|
2718
2718
|
identifiedCrop: string | null;
|
|
2719
2719
|
identifiedCropConfidence: number | null;
|
|
@@ -2814,8 +2814,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2814
2814
|
capturedAt: Date;
|
|
2815
2815
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2816
2816
|
userNotes: string | null;
|
|
2817
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2818
|
-
analysisStatus: "pending" | "
|
|
2817
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2818
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2819
2819
|
analysisCompletedAt: Date | null;
|
|
2820
2820
|
identifiedCrop: string | null;
|
|
2821
2821
|
identifiedCropConfidence: number | null;
|
|
@@ -3190,8 +3190,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3190
3190
|
capturedAt: Date;
|
|
3191
3191
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3192
3192
|
userNotes: string | null;
|
|
3193
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3194
|
-
analysisStatus: "pending" | "
|
|
3193
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3194
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3195
3195
|
analysisCompletedAt: Date | null;
|
|
3196
3196
|
identifiedCrop: string | null;
|
|
3197
3197
|
identifiedCropConfidence: number | null;
|
|
@@ -3273,8 +3273,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3273
3273
|
capturedAt: Date;
|
|
3274
3274
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3275
3275
|
userNotes: string | null;
|
|
3276
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3277
|
-
analysisStatus: "pending" | "
|
|
3276
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3277
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3278
3278
|
analysisCompletedAt: Date | null;
|
|
3279
3279
|
identifiedCrop: string | null;
|
|
3280
3280
|
identifiedCropConfidence: number | null;
|
|
@@ -3363,8 +3363,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3363
3363
|
capturedAt: Date;
|
|
3364
3364
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3365
3365
|
userNotes: string | null;
|
|
3366
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3367
|
-
analysisStatus: "pending" | "
|
|
3366
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3367
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3368
3368
|
analysisCompletedAt: Date | null;
|
|
3369
3369
|
identifiedCrop: string | null;
|
|
3370
3370
|
identifiedCropConfidence: number | null;
|
|
@@ -3453,8 +3453,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3453
3453
|
capturedAt: Date;
|
|
3454
3454
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3455
3455
|
userNotes: string | null;
|
|
3456
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3457
|
-
analysisStatus: "pending" | "
|
|
3456
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3457
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3458
3458
|
analysisCompletedAt: Date | null;
|
|
3459
3459
|
identifiedCrop: string | null;
|
|
3460
3460
|
identifiedCropConfidence: number | null;
|
|
@@ -3569,8 +3569,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3569
3569
|
capturedAt: Date;
|
|
3570
3570
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3571
3571
|
userNotes: string | null;
|
|
3572
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3573
|
-
analysisStatus: "pending" | "
|
|
3572
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3573
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3574
3574
|
analysisCompletedAt: Date | null;
|
|
3575
3575
|
identifiedCrop: string | null;
|
|
3576
3576
|
identifiedCropConfidence: number | null;
|
|
@@ -3671,8 +3671,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3671
3671
|
capturedAt: Date;
|
|
3672
3672
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
3673
3673
|
userNotes: string | null;
|
|
3674
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
3675
|
-
analysisStatus: "pending" | "
|
|
3674
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3675
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3676
3676
|
analysisCompletedAt: Date | null;
|
|
3677
3677
|
identifiedCrop: string | null;
|
|
3678
3678
|
identifiedCropConfidence: number | null;
|