@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
|
@@ -1192,18 +1192,18 @@ export declare const intelligentFertilizerRecommendationSchema: z.ZodObject<{
|
|
|
1192
1192
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
1193
1193
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
1194
1194
|
}, "strip", z.ZodTypeAny, {
|
|
1195
|
+
reason: string;
|
|
1195
1196
|
quantity: number;
|
|
1196
1197
|
unit: string;
|
|
1197
|
-
reason: string;
|
|
1198
1198
|
productName?: string | undefined;
|
|
1199
1199
|
inventoryItemId?: string | undefined;
|
|
1200
1200
|
confidence?: number | undefined;
|
|
1201
1201
|
estimatedCost?: number | undefined;
|
|
1202
1202
|
applicationTiming?: string | undefined;
|
|
1203
1203
|
}, {
|
|
1204
|
+
reason: string;
|
|
1204
1205
|
quantity: number;
|
|
1205
1206
|
unit: string;
|
|
1206
|
-
reason: string;
|
|
1207
1207
|
productName?: string | undefined;
|
|
1208
1208
|
inventoryItemId?: string | undefined;
|
|
1209
1209
|
confidence?: number | undefined;
|
|
@@ -1992,18 +1992,18 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1992
1992
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
1993
1993
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
1994
1994
|
}, "strip", z.ZodTypeAny, {
|
|
1995
|
+
reason: string;
|
|
1995
1996
|
quantity: number;
|
|
1996
1997
|
unit: string;
|
|
1997
|
-
reason: string;
|
|
1998
1998
|
productName?: string | undefined;
|
|
1999
1999
|
inventoryItemId?: string | undefined;
|
|
2000
2000
|
confidence?: number | undefined;
|
|
2001
2001
|
estimatedCost?: number | undefined;
|
|
2002
2002
|
applicationTiming?: string | undefined;
|
|
2003
2003
|
}, {
|
|
2004
|
+
reason: string;
|
|
2004
2005
|
quantity: number;
|
|
2005
2006
|
unit: string;
|
|
2006
|
-
reason: string;
|
|
2007
2007
|
productName?: string | undefined;
|
|
2008
2008
|
inventoryItemId?: string | undefined;
|
|
2009
2009
|
confidence?: number | undefined;
|
|
@@ -2035,9 +2035,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2035
2035
|
summary: z.ZodOptional<z.ZodString>;
|
|
2036
2036
|
}, "strip", z.ZodTypeAny, {
|
|
2037
2037
|
fertilizer: {
|
|
2038
|
+
reason: string;
|
|
2038
2039
|
quantity: number;
|
|
2039
2040
|
unit: string;
|
|
2040
|
-
reason: string;
|
|
2041
2041
|
productName?: string | undefined;
|
|
2042
2042
|
inventoryItemId?: string | undefined;
|
|
2043
2043
|
confidence?: number | undefined;
|
|
@@ -2070,9 +2070,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2070
2070
|
}[] | undefined;
|
|
2071
2071
|
}, {
|
|
2072
2072
|
fertilizer: {
|
|
2073
|
+
reason: string;
|
|
2073
2074
|
quantity: number;
|
|
2074
2075
|
unit: string;
|
|
2075
|
-
reason: string;
|
|
2076
2076
|
productName?: string | undefined;
|
|
2077
2077
|
inventoryItemId?: string | undefined;
|
|
2078
2078
|
confidence?: number | undefined;
|
|
@@ -2127,9 +2127,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2127
2127
|
};
|
|
2128
2128
|
recommendations: {
|
|
2129
2129
|
fertilizer: {
|
|
2130
|
+
reason: string;
|
|
2130
2131
|
quantity: number;
|
|
2131
2132
|
unit: string;
|
|
2132
|
-
reason: string;
|
|
2133
2133
|
productName?: string | undefined;
|
|
2134
2134
|
inventoryItemId?: string | undefined;
|
|
2135
2135
|
confidence?: number | undefined;
|
|
@@ -2313,9 +2313,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2313
2313
|
};
|
|
2314
2314
|
recommendations: {
|
|
2315
2315
|
fertilizer: {
|
|
2316
|
+
reason: string;
|
|
2316
2317
|
quantity: number;
|
|
2317
2318
|
unit: string;
|
|
2318
|
-
reason: string;
|
|
2319
2319
|
productName?: string | undefined;
|
|
2320
2320
|
inventoryItemId?: string | undefined;
|
|
2321
2321
|
confidence?: number | undefined;
|
|
@@ -266,8 +266,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
266
266
|
capturedAt: Date;
|
|
267
267
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
268
268
|
userNotes: string | null;
|
|
269
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
270
|
-
analysisStatus: "pending" | "
|
|
269
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
270
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
271
271
|
analysisCompletedAt: Date | null;
|
|
272
272
|
identifiedCrop: string | null;
|
|
273
273
|
identifiedCropConfidence: number | null;
|
|
@@ -349,8 +349,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
349
349
|
capturedAt: Date;
|
|
350
350
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
351
351
|
userNotes: string | null;
|
|
352
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
353
|
-
analysisStatus: "pending" | "
|
|
352
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
353
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
354
354
|
analysisCompletedAt: Date | null;
|
|
355
355
|
identifiedCrop: string | null;
|
|
356
356
|
identifiedCropConfidence: number | null;
|
|
@@ -435,7 +435,7 @@ export declare const createObservationAttributesSchema: z.ZodObject<{
|
|
|
435
435
|
fieldId?: string | undefined;
|
|
436
436
|
capturedAt?: string | undefined;
|
|
437
437
|
userNotes?: string | undefined;
|
|
438
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
438
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
439
439
|
}, {
|
|
440
440
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
441
441
|
location?: {
|
|
@@ -446,7 +446,7 @@ export declare const createObservationAttributesSchema: z.ZodObject<{
|
|
|
446
446
|
fieldId?: string | undefined;
|
|
447
447
|
capturedAt?: string | undefined;
|
|
448
448
|
userNotes?: string | undefined;
|
|
449
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
449
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
450
450
|
}>;
|
|
451
451
|
export declare const updateObservationActionAttributesSchema: z.ZodObject<{
|
|
452
452
|
actionStatus: z.ZodEnum<["in_progress", "completed", "dismissed"]>;
|
|
@@ -728,8 +728,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
728
728
|
capturedAt: Date;
|
|
729
729
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
730
730
|
userNotes: string | null;
|
|
731
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
732
|
-
analysisStatus: "pending" | "
|
|
731
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
732
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
733
733
|
analysisCompletedAt: Date | null;
|
|
734
734
|
identifiedCrop: string | null;
|
|
735
735
|
identifiedCropConfidence: number | null;
|
|
@@ -811,8 +811,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
811
811
|
capturedAt: Date;
|
|
812
812
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
813
813
|
userNotes: string | null;
|
|
814
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
815
|
-
analysisStatus: "pending" | "
|
|
814
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
815
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
816
816
|
analysisCompletedAt: Date | null;
|
|
817
817
|
identifiedCrop: string | null;
|
|
818
818
|
identifiedCropConfidence: number | null;
|
|
@@ -901,8 +901,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
901
901
|
capturedAt: Date;
|
|
902
902
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
903
903
|
userNotes: string | null;
|
|
904
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
905
|
-
analysisStatus: "pending" | "
|
|
904
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
905
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
906
906
|
analysisCompletedAt: Date | null;
|
|
907
907
|
identifiedCrop: string | null;
|
|
908
908
|
identifiedCropConfidence: number | null;
|
|
@@ -991,8 +991,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
991
991
|
capturedAt: Date;
|
|
992
992
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
993
993
|
userNotes: string | null;
|
|
994
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
995
|
-
analysisStatus: "pending" | "
|
|
994
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
995
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
996
996
|
analysisCompletedAt: Date | null;
|
|
997
997
|
identifiedCrop: string | null;
|
|
998
998
|
identifiedCropConfidence: number | null;
|
|
@@ -1071,7 +1071,7 @@ export declare const createObservationInputSchema: z.ZodObject<{
|
|
|
1071
1071
|
fieldId?: string | undefined;
|
|
1072
1072
|
capturedAt?: string | undefined;
|
|
1073
1073
|
userNotes?: string | undefined;
|
|
1074
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1074
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1075
1075
|
}, {
|
|
1076
1076
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1077
1077
|
location?: {
|
|
@@ -1082,7 +1082,7 @@ export declare const createObservationInputSchema: z.ZodObject<{
|
|
|
1082
1082
|
fieldId?: string | undefined;
|
|
1083
1083
|
capturedAt?: string | undefined;
|
|
1084
1084
|
userNotes?: string | undefined;
|
|
1085
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1085
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1086
1086
|
}>;
|
|
1087
1087
|
relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1088
1088
|
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -1100,7 +1100,7 @@ export declare const createObservationInputSchema: z.ZodObject<{
|
|
|
1100
1100
|
fieldId?: string | undefined;
|
|
1101
1101
|
capturedAt?: string | undefined;
|
|
1102
1102
|
userNotes?: string | undefined;
|
|
1103
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1103
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1104
1104
|
};
|
|
1105
1105
|
relationships?: Record<string, unknown> | undefined;
|
|
1106
1106
|
links?: Record<string, string> | undefined;
|
|
@@ -1118,7 +1118,7 @@ export declare const createObservationInputSchema: z.ZodObject<{
|
|
|
1118
1118
|
fieldId?: string | undefined;
|
|
1119
1119
|
capturedAt?: string | undefined;
|
|
1120
1120
|
userNotes?: string | undefined;
|
|
1121
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1121
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1122
1122
|
};
|
|
1123
1123
|
relationships?: Record<string, unknown> | undefined;
|
|
1124
1124
|
links?: Record<string, string> | undefined;
|
|
@@ -1172,7 +1172,7 @@ export declare const uploadObservationBodySchema: z.ZodObject<Omit<{
|
|
|
1172
1172
|
fieldId?: string | undefined;
|
|
1173
1173
|
capturedAt?: string | undefined;
|
|
1174
1174
|
userNotes?: string | undefined;
|
|
1175
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1175
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1176
1176
|
photo?: any;
|
|
1177
1177
|
}, {
|
|
1178
1178
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
@@ -1180,7 +1180,7 @@ export declare const uploadObservationBodySchema: z.ZodObject<Omit<{
|
|
|
1180
1180
|
fieldId?: string | undefined;
|
|
1181
1181
|
capturedAt?: string | undefined;
|
|
1182
1182
|
userNotes?: string | undefined;
|
|
1183
|
-
cropStageAtTime?: "planted" | "flowering" | "
|
|
1183
|
+
cropStageAtTime?: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | undefined;
|
|
1184
1184
|
photo?: any;
|
|
1185
1185
|
}>;
|
|
1186
1186
|
export declare const updateObservationActionInputSchema: z.ZodObject<{
|
|
@@ -1493,8 +1493,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1493
1493
|
capturedAt: Date;
|
|
1494
1494
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1495
1495
|
userNotes: string | null;
|
|
1496
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1497
|
-
analysisStatus: "pending" | "
|
|
1496
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1497
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1498
1498
|
analysisCompletedAt: Date | null;
|
|
1499
1499
|
identifiedCrop: string | null;
|
|
1500
1500
|
identifiedCropConfidence: number | null;
|
|
@@ -1576,8 +1576,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1576
1576
|
capturedAt: Date;
|
|
1577
1577
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1578
1578
|
userNotes: string | null;
|
|
1579
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1580
|
-
analysisStatus: "pending" | "
|
|
1579
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1580
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1581
1581
|
analysisCompletedAt: Date | null;
|
|
1582
1582
|
identifiedCrop: string | null;
|
|
1583
1583
|
identifiedCropConfidence: number | null;
|
|
@@ -1666,8 +1666,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1666
1666
|
capturedAt: Date;
|
|
1667
1667
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1668
1668
|
userNotes: string | null;
|
|
1669
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1670
|
-
analysisStatus: "pending" | "
|
|
1669
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1670
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1671
1671
|
analysisCompletedAt: Date | null;
|
|
1672
1672
|
identifiedCrop: string | null;
|
|
1673
1673
|
identifiedCropConfidence: number | null;
|
|
@@ -1756,8 +1756,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1756
1756
|
capturedAt: Date;
|
|
1757
1757
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1758
1758
|
userNotes: string | null;
|
|
1759
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1760
|
-
analysisStatus: "pending" | "
|
|
1759
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1760
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1761
1761
|
analysisCompletedAt: Date | null;
|
|
1762
1762
|
identifiedCrop: string | null;
|
|
1763
1763
|
identifiedCropConfidence: number | null;
|
|
@@ -1872,8 +1872,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1872
1872
|
capturedAt: Date;
|
|
1873
1873
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1874
1874
|
userNotes: string | null;
|
|
1875
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1876
|
-
analysisStatus: "pending" | "
|
|
1875
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1876
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1877
1877
|
analysisCompletedAt: Date | null;
|
|
1878
1878
|
identifiedCrop: string | null;
|
|
1879
1879
|
identifiedCropConfidence: number | null;
|
|
@@ -1974,8 +1974,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1974
1974
|
capturedAt: Date;
|
|
1975
1975
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
1976
1976
|
userNotes: string | null;
|
|
1977
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
1978
|
-
analysisStatus: "pending" | "
|
|
1977
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1978
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1979
1979
|
analysisCompletedAt: Date | null;
|
|
1980
1980
|
identifiedCrop: string | null;
|
|
1981
1981
|
identifiedCropConfidence: number | null;
|
|
@@ -2301,8 +2301,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2301
2301
|
capturedAt: Date;
|
|
2302
2302
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2303
2303
|
userNotes: string | null;
|
|
2304
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2305
|
-
analysisStatus: "pending" | "
|
|
2304
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2305
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2306
2306
|
analysisCompletedAt: Date | null;
|
|
2307
2307
|
identifiedCrop: string | null;
|
|
2308
2308
|
identifiedCropConfidence: number | null;
|
|
@@ -2384,8 +2384,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2384
2384
|
capturedAt: Date;
|
|
2385
2385
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2386
2386
|
userNotes: string | null;
|
|
2387
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2388
|
-
analysisStatus: "pending" | "
|
|
2387
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2388
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2389
2389
|
analysisCompletedAt: Date | null;
|
|
2390
2390
|
identifiedCrop: string | null;
|
|
2391
2391
|
identifiedCropConfidence: number | null;
|
|
@@ -2474,8 +2474,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2474
2474
|
capturedAt: Date;
|
|
2475
2475
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2476
2476
|
userNotes: string | null;
|
|
2477
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2478
|
-
analysisStatus: "pending" | "
|
|
2477
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2478
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2479
2479
|
analysisCompletedAt: Date | null;
|
|
2480
2480
|
identifiedCrop: string | null;
|
|
2481
2481
|
identifiedCropConfidence: number | null;
|
|
@@ -2564,8 +2564,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2564
2564
|
capturedAt: Date;
|
|
2565
2565
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2566
2566
|
userNotes: string | null;
|
|
2567
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2568
|
-
analysisStatus: "pending" | "
|
|
2567
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2568
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2569
2569
|
analysisCompletedAt: Date | null;
|
|
2570
2570
|
identifiedCrop: string | null;
|
|
2571
2571
|
identifiedCropConfidence: number | null;
|
|
@@ -2680,8 +2680,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2680
2680
|
capturedAt: Date;
|
|
2681
2681
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2682
2682
|
userNotes: string | null;
|
|
2683
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2684
|
-
analysisStatus: "pending" | "
|
|
2683
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2684
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2685
2685
|
analysisCompletedAt: Date | null;
|
|
2686
2686
|
identifiedCrop: string | null;
|
|
2687
2687
|
identifiedCropConfidence: number | null;
|
|
@@ -2782,8 +2782,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2782
2782
|
capturedAt: Date;
|
|
2783
2783
|
observationType: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check";
|
|
2784
2784
|
userNotes: string | null;
|
|
2785
|
-
cropStageAtTime: "planted" | "flowering" | "
|
|
2786
|
-
analysisStatus: "pending" | "
|
|
2785
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2786
|
+
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2787
2787
|
analysisCompletedAt: Date | null;
|
|
2788
2788
|
identifiedCrop: string | null;
|
|
2789
2789
|
identifiedCropConfidence: number | null;
|
|
@@ -2857,7 +2857,7 @@ export declare const observationListQuerySchema: z.ZodObject<{
|
|
|
2857
2857
|
'page[size]'?: number | undefined;
|
|
2858
2858
|
'filter[startDate]'?: string | undefined;
|
|
2859
2859
|
'filter[endDate]'?: string | undefined;
|
|
2860
|
-
'filter[status]'?: "pending" | "
|
|
2860
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
2861
2861
|
'filter[crop]'?: string | undefined;
|
|
2862
2862
|
'filter[fieldId]'?: string | undefined;
|
|
2863
2863
|
'filter[observationType]'?: string | undefined;
|
|
@@ -2867,7 +2867,7 @@ export declare const observationListQuerySchema: z.ZodObject<{
|
|
|
2867
2867
|
'page[size]'?: number | undefined;
|
|
2868
2868
|
'filter[startDate]'?: string | undefined;
|
|
2869
2869
|
'filter[endDate]'?: string | undefined;
|
|
2870
|
-
'filter[status]'?: "pending" | "
|
|
2870
|
+
'filter[status]'?: "pending" | "failed" | "processing" | "completed" | undefined;
|
|
2871
2871
|
'filter[crop]'?: string | undefined;
|
|
2872
2872
|
'filter[fieldId]'?: string | undefined;
|
|
2873
2873
|
'filter[observationType]'?: string | undefined;
|