@deepintel-ltd/farmpro-contracts 1.16.11 → 1.16.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/fertigation.routes.d.ts +256 -256
- package/dist/routes/field-observations.routes.d.ts +28 -28
- package/dist/routes/fields.routes.d.ts +63 -63
- package/dist/schemas/fertigation.schemas.d.ts +92 -92
- package/dist/schemas/field-observations.schemas.d.ts +26 -26
- package/dist/schemas/fields.schemas.d.ts +59 -59
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +8 -1
- package/package.json +1 -1
|
@@ -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,7 +619,7 @@ 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" | "
|
|
622
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
623
623
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
624
624
|
analysisCompletedAt: Date | null;
|
|
625
625
|
identifiedCrop: string | null;
|
|
@@ -702,7 +702,7 @@ 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" | "
|
|
705
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
706
706
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
707
707
|
analysisCompletedAt: Date | null;
|
|
708
708
|
identifiedCrop: string | null;
|
|
@@ -792,7 +792,7 @@ 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" | "
|
|
795
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
796
796
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
797
797
|
analysisCompletedAt: Date | null;
|
|
798
798
|
identifiedCrop: string | null;
|
|
@@ -882,7 +882,7 @@ 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" | "
|
|
885
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
886
886
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
887
887
|
analysisCompletedAt: Date | null;
|
|
888
888
|
identifiedCrop: string | null;
|
|
@@ -998,7 +998,7 @@ 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" | "
|
|
1001
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1002
1002
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1003
1003
|
analysisCompletedAt: Date | null;
|
|
1004
1004
|
identifiedCrop: string | null;
|
|
@@ -1100,7 +1100,7 @@ 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" | "
|
|
1103
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1104
1104
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1105
1105
|
analysisCompletedAt: Date | null;
|
|
1106
1106
|
identifiedCrop: string | null;
|
|
@@ -1476,7 +1476,7 @@ 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" | "
|
|
1479
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1480
1480
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1481
1481
|
analysisCompletedAt: Date | null;
|
|
1482
1482
|
identifiedCrop: string | null;
|
|
@@ -1559,7 +1559,7 @@ 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" | "
|
|
1562
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1563
1563
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1564
1564
|
analysisCompletedAt: Date | null;
|
|
1565
1565
|
identifiedCrop: string | null;
|
|
@@ -1649,7 +1649,7 @@ 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" | "
|
|
1652
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1653
1653
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1654
1654
|
analysisCompletedAt: Date | null;
|
|
1655
1655
|
identifiedCrop: string | null;
|
|
@@ -1739,7 +1739,7 @@ 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" | "
|
|
1742
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1743
1743
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1744
1744
|
analysisCompletedAt: Date | null;
|
|
1745
1745
|
identifiedCrop: string | null;
|
|
@@ -1855,7 +1855,7 @@ 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" | "
|
|
1858
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1859
1859
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1860
1860
|
analysisCompletedAt: Date | null;
|
|
1861
1861
|
identifiedCrop: string | null;
|
|
@@ -1957,7 +1957,7 @@ 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" | "
|
|
1960
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
1961
1961
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
1962
1962
|
analysisCompletedAt: Date | null;
|
|
1963
1963
|
identifiedCrop: string | null;
|
|
@@ -2333,7 +2333,7 @@ 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" | "
|
|
2336
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2337
2337
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2338
2338
|
analysisCompletedAt: Date | null;
|
|
2339
2339
|
identifiedCrop: string | null;
|
|
@@ -2416,7 +2416,7 @@ 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" | "
|
|
2419
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2420
2420
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2421
2421
|
analysisCompletedAt: Date | null;
|
|
2422
2422
|
identifiedCrop: string | null;
|
|
@@ -2506,7 +2506,7 @@ 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" | "
|
|
2509
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2510
2510
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2511
2511
|
analysisCompletedAt: Date | null;
|
|
2512
2512
|
identifiedCrop: string | null;
|
|
@@ -2596,7 +2596,7 @@ 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" | "
|
|
2599
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2600
2600
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2601
2601
|
analysisCompletedAt: Date | null;
|
|
2602
2602
|
identifiedCrop: string | null;
|
|
@@ -2712,7 +2712,7 @@ 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" | "
|
|
2715
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2716
2716
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2717
2717
|
analysisCompletedAt: Date | null;
|
|
2718
2718
|
identifiedCrop: string | null;
|
|
@@ -2814,7 +2814,7 @@ 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" | "
|
|
2817
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
2818
2818
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
2819
2819
|
analysisCompletedAt: Date | null;
|
|
2820
2820
|
identifiedCrop: string | null;
|
|
@@ -3190,7 +3190,7 @@ 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" | "
|
|
3193
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3194
3194
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3195
3195
|
analysisCompletedAt: Date | null;
|
|
3196
3196
|
identifiedCrop: string | null;
|
|
@@ -3273,7 +3273,7 @@ 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" | "
|
|
3276
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3277
3277
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3278
3278
|
analysisCompletedAt: Date | null;
|
|
3279
3279
|
identifiedCrop: string | null;
|
|
@@ -3363,7 +3363,7 @@ 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" | "
|
|
3366
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3367
3367
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3368
3368
|
analysisCompletedAt: Date | null;
|
|
3369
3369
|
identifiedCrop: string | null;
|
|
@@ -3453,7 +3453,7 @@ 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" | "
|
|
3456
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3457
3457
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3458
3458
|
analysisCompletedAt: Date | null;
|
|
3459
3459
|
identifiedCrop: string | null;
|
|
@@ -3569,7 +3569,7 @@ 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" | "
|
|
3572
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3573
3573
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3574
3574
|
analysisCompletedAt: Date | null;
|
|
3575
3575
|
identifiedCrop: string | null;
|
|
@@ -3671,7 +3671,7 @@ 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" | "
|
|
3674
|
+
cropStageAtTime: "planted" | "flowering" | "fruiting" | "mature" | "harvested" | "germination" | "vegetative" | null;
|
|
3675
3675
|
analysisStatus: "pending" | "failed" | "processing" | "completed";
|
|
3676
3676
|
analysisCompletedAt: Date | null;
|
|
3677
3677
|
identifiedCrop: string | null;
|