@deepintel-ltd/farmpro-contracts 1.7.13 → 1.7.19
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/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/routes/agent-workflows.routes.d.ts +88 -88
- package/dist/routes/agents.routes.d.ts +3260 -0
- package/dist/routes/agents.routes.d.ts.map +1 -1
- package/dist/routes/agents.routes.js +130 -1
- package/dist/routes/analytics.routes.d.ts +20 -20
- package/dist/routes/documents.routes.d.ts +855 -58
- package/dist/routes/documents.routes.d.ts.map +1 -1
- package/dist/routes/documents.routes.js +43 -1
- package/dist/routes/equipment.routes.d.ts +38 -38
- package/dist/routes/farm-status.routes.d.ts +315 -0
- package/dist/routes/farm-status.routes.d.ts.map +1 -0
- package/dist/routes/farm-status.routes.js +26 -0
- package/dist/routes/fertigation.routes.d.ts +148 -148
- package/dist/routes/field-monitoring.routes.d.ts +52 -52
- package/dist/routes/field-observations.routes.d.ts +56 -56
- package/dist/routes/finance.routes.d.ts +3493 -0
- package/dist/routes/finance.routes.d.ts.map +1 -1
- package/dist/routes/finance.routes.js +158 -1
- package/dist/routes/geofences.routes.d.ts.map +1 -1
- package/dist/routes/index.d.ts +3 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +2 -0
- package/dist/routes/irrigation.routes.d.ts +6 -6
- package/dist/routes/measurements.routes.d.ts +13 -4
- package/dist/routes/measurements.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.d.ts +43 -36
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.js +7 -4
- package/dist/routes/pest-disease-risk.routes.d.ts +20 -20
- package/dist/routes/prescription-maps.routes.d.ts +570 -23
- package/dist/routes/prescription-maps.routes.d.ts.map +1 -1
- package/dist/routes/prescription-maps.routes.js +18 -1
- package/dist/routes/soil-tests.routes.d.ts +30 -30
- package/dist/routes/subscriptions.routes.d.ts +14 -14
- package/dist/routes/weather.routes.d.ts +545 -52
- package/dist/routes/weather.routes.d.ts.map +1 -1
- package/dist/routes/weather.routes.js +13 -1
- package/dist/routes/yield-prediction.routes.d.ts +30 -30
- package/dist/schemas/agent-workflows.schemas.d.ts +92 -92
- package/dist/schemas/agents.schemas.d.ts +1120 -0
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +181 -0
- package/dist/schemas/analytics.schemas.d.ts +56 -56
- package/dist/schemas/documents.schemas.d.ts +248 -48
- package/dist/schemas/documents.schemas.d.ts.map +1 -1
- package/dist/schemas/documents.schemas.js +38 -0
- package/dist/schemas/equipment.schemas.d.ts +30 -30
- package/dist/schemas/farm-status.schemas.d.ts +451 -0
- package/dist/schemas/farm-status.schemas.d.ts.map +1 -0
- package/dist/schemas/farm-status.schemas.js +44 -0
- package/dist/schemas/fertigation.schemas.d.ts +50 -50
- package/dist/schemas/field-monitoring.schemas.d.ts +42 -42
- package/dist/schemas/field-observations.schemas.d.ts +44 -44
- package/dist/schemas/finance.schemas.d.ts +1057 -0
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +170 -0
- package/dist/schemas/irrigation.schemas.d.ts +8 -8
- package/dist/schemas/measurements.schemas.d.ts +21 -8
- package/dist/schemas/measurements.schemas.d.ts.map +1 -1
- package/dist/schemas/measurements.schemas.js +13 -6
- package/dist/schemas/monitoring-visualization.schemas.d.ts +50 -43
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +27 -17
- package/dist/schemas/pest-disease-risk.schemas.d.ts +18 -18
- package/dist/schemas/prescription-maps.schemas.d.ts +45 -22
- package/dist/schemas/prescription-maps.schemas.d.ts.map +1 -1
- package/dist/schemas/prescription-maps.schemas.js +9 -1
- package/dist/schemas/recommendations.schemas.d.ts +2 -2
- package/dist/schemas/soil-tests.schemas.d.ts +28 -28
- package/dist/schemas/subscriptions.schemas.d.ts +22 -22
- package/dist/schemas/weather.schemas.d.ts +789 -112
- package/dist/schemas/weather.schemas.d.ts.map +1 -1
- package/dist/schemas/weather.schemas.js +37 -0
- package/dist/schemas/yield-prediction.schemas.d.ts +12 -12
- package/package.json +1 -1
|
@@ -186,8 +186,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
186
186
|
action: string;
|
|
187
187
|
details: string;
|
|
188
188
|
timing: string;
|
|
189
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
190
189
|
confidence?: number | undefined;
|
|
190
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
191
191
|
materials?: {
|
|
192
192
|
name: string;
|
|
193
193
|
unit: string;
|
|
@@ -207,8 +207,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
207
207
|
action: string;
|
|
208
208
|
details: string;
|
|
209
209
|
timing: string;
|
|
210
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
211
210
|
confidence?: number | undefined;
|
|
211
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
212
212
|
materials?: {
|
|
213
213
|
name: string;
|
|
214
214
|
unit: string;
|
|
@@ -244,8 +244,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
244
244
|
action: string;
|
|
245
245
|
details: string;
|
|
246
246
|
timing: string;
|
|
247
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
248
247
|
confidence?: number | undefined;
|
|
248
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
249
249
|
materials?: {
|
|
250
250
|
name: string;
|
|
251
251
|
unit: string;
|
|
@@ -261,8 +261,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
261
261
|
estimatedTime?: string | undefined;
|
|
262
262
|
riskLevel?: string | undefined;
|
|
263
263
|
}[] | null;
|
|
264
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
265
264
|
confidence: number | null;
|
|
265
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
266
266
|
acknowledgedAt: string | null;
|
|
267
267
|
acknowledgedBy: string | null;
|
|
268
268
|
resolvedAt: string | null;
|
|
@@ -281,8 +281,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
281
281
|
action: string;
|
|
282
282
|
details: string;
|
|
283
283
|
timing: string;
|
|
284
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
285
284
|
confidence?: number | undefined;
|
|
285
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
286
286
|
materials?: {
|
|
287
287
|
name: string;
|
|
288
288
|
unit: string;
|
|
@@ -298,8 +298,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
298
298
|
estimatedTime?: string | undefined;
|
|
299
299
|
riskLevel?: string | undefined;
|
|
300
300
|
}[] | null;
|
|
301
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
302
301
|
confidence: number | null;
|
|
302
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
303
303
|
acknowledgedAt: string | null;
|
|
304
304
|
acknowledgedBy: string | null;
|
|
305
305
|
resolvedAt: string | null;
|
|
@@ -370,8 +370,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
370
370
|
action: string;
|
|
371
371
|
details: string;
|
|
372
372
|
timing: string;
|
|
373
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
374
373
|
confidence?: number | undefined;
|
|
374
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
375
375
|
materials?: {
|
|
376
376
|
name: string;
|
|
377
377
|
unit: string;
|
|
@@ -391,8 +391,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
391
391
|
action: string;
|
|
392
392
|
details: string;
|
|
393
393
|
timing: string;
|
|
394
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
395
394
|
confidence?: number | undefined;
|
|
395
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
396
396
|
materials?: {
|
|
397
397
|
name: string;
|
|
398
398
|
unit: string;
|
|
@@ -428,8 +428,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
428
428
|
action: string;
|
|
429
429
|
details: string;
|
|
430
430
|
timing: string;
|
|
431
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
432
431
|
confidence?: number | undefined;
|
|
432
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
433
433
|
materials?: {
|
|
434
434
|
name: string;
|
|
435
435
|
unit: string;
|
|
@@ -445,8 +445,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
445
445
|
estimatedTime?: string | undefined;
|
|
446
446
|
riskLevel?: string | undefined;
|
|
447
447
|
}[] | null;
|
|
448
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
449
448
|
confidence: number | null;
|
|
449
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
450
450
|
acknowledgedAt: string | null;
|
|
451
451
|
acknowledgedBy: string | null;
|
|
452
452
|
resolvedAt: string | null;
|
|
@@ -465,8 +465,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
465
465
|
action: string;
|
|
466
466
|
details: string;
|
|
467
467
|
timing: string;
|
|
468
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
469
468
|
confidence?: number | undefined;
|
|
469
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
470
470
|
materials?: {
|
|
471
471
|
name: string;
|
|
472
472
|
unit: string;
|
|
@@ -482,8 +482,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
482
482
|
estimatedTime?: string | undefined;
|
|
483
483
|
riskLevel?: string | undefined;
|
|
484
484
|
}[] | null;
|
|
485
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
486
485
|
confidence: number | null;
|
|
486
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
487
487
|
acknowledgedAt: string | null;
|
|
488
488
|
acknowledgedBy: string | null;
|
|
489
489
|
resolvedAt: string | null;
|
|
@@ -603,8 +603,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
603
603
|
action: string;
|
|
604
604
|
details: string;
|
|
605
605
|
timing: string;
|
|
606
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
607
606
|
confidence?: number | undefined;
|
|
607
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
608
608
|
materials?: {
|
|
609
609
|
name: string;
|
|
610
610
|
unit: string;
|
|
@@ -624,8 +624,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
624
624
|
action: string;
|
|
625
625
|
details: string;
|
|
626
626
|
timing: string;
|
|
627
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
628
627
|
confidence?: number | undefined;
|
|
628
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
629
629
|
materials?: {
|
|
630
630
|
name: string;
|
|
631
631
|
unit: string;
|
|
@@ -661,8 +661,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
661
661
|
action: string;
|
|
662
662
|
details: string;
|
|
663
663
|
timing: string;
|
|
664
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
665
664
|
confidence?: number | undefined;
|
|
665
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
666
666
|
materials?: {
|
|
667
667
|
name: string;
|
|
668
668
|
unit: string;
|
|
@@ -678,8 +678,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
678
678
|
estimatedTime?: string | undefined;
|
|
679
679
|
riskLevel?: string | undefined;
|
|
680
680
|
}[] | null;
|
|
681
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
682
681
|
confidence: number | null;
|
|
682
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
683
683
|
acknowledgedAt: string | null;
|
|
684
684
|
acknowledgedBy: string | null;
|
|
685
685
|
resolvedAt: string | null;
|
|
@@ -698,8 +698,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
698
698
|
action: string;
|
|
699
699
|
details: string;
|
|
700
700
|
timing: string;
|
|
701
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
702
701
|
confidence?: number | undefined;
|
|
702
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
703
703
|
materials?: {
|
|
704
704
|
name: string;
|
|
705
705
|
unit: string;
|
|
@@ -715,8 +715,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
715
715
|
estimatedTime?: string | undefined;
|
|
716
716
|
riskLevel?: string | undefined;
|
|
717
717
|
}[] | null;
|
|
718
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
719
718
|
confidence: number | null;
|
|
719
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
720
720
|
acknowledgedAt: string | null;
|
|
721
721
|
acknowledgedBy: string | null;
|
|
722
722
|
resolvedAt: string | null;
|
|
@@ -791,8 +791,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
791
791
|
action: string;
|
|
792
792
|
details: string;
|
|
793
793
|
timing: string;
|
|
794
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
795
794
|
confidence?: number | undefined;
|
|
795
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
796
796
|
materials?: {
|
|
797
797
|
name: string;
|
|
798
798
|
unit: string;
|
|
@@ -812,8 +812,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
812
812
|
action: string;
|
|
813
813
|
details: string;
|
|
814
814
|
timing: string;
|
|
815
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
816
815
|
confidence?: number | undefined;
|
|
816
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
817
817
|
materials?: {
|
|
818
818
|
name: string;
|
|
819
819
|
unit: string;
|
|
@@ -849,8 +849,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
849
849
|
action: string;
|
|
850
850
|
details: string;
|
|
851
851
|
timing: string;
|
|
852
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
853
852
|
confidence?: number | undefined;
|
|
853
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
854
854
|
materials?: {
|
|
855
855
|
name: string;
|
|
856
856
|
unit: string;
|
|
@@ -866,8 +866,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
866
866
|
estimatedTime?: string | undefined;
|
|
867
867
|
riskLevel?: string | undefined;
|
|
868
868
|
}[] | null;
|
|
869
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
870
869
|
confidence: number | null;
|
|
870
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
871
871
|
acknowledgedAt: string | null;
|
|
872
872
|
acknowledgedBy: string | null;
|
|
873
873
|
resolvedAt: string | null;
|
|
@@ -886,8 +886,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
886
886
|
action: string;
|
|
887
887
|
details: string;
|
|
888
888
|
timing: string;
|
|
889
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
890
889
|
confidence?: number | undefined;
|
|
890
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
891
891
|
materials?: {
|
|
892
892
|
name: string;
|
|
893
893
|
unit: string;
|
|
@@ -903,8 +903,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
903
903
|
estimatedTime?: string | undefined;
|
|
904
904
|
riskLevel?: string | undefined;
|
|
905
905
|
}[] | null;
|
|
906
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
907
906
|
confidence: number | null;
|
|
907
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
908
908
|
acknowledgedAt: string | null;
|
|
909
909
|
acknowledgedBy: string | null;
|
|
910
910
|
resolvedAt: string | null;
|
|
@@ -1591,15 +1591,15 @@ export declare const fieldMonitoringRouter: {
|
|
|
1591
1591
|
}, "strip", z.ZodTypeAny, {
|
|
1592
1592
|
date: string;
|
|
1593
1593
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
1594
|
-
priority: number;
|
|
1595
1594
|
confidence: number;
|
|
1595
|
+
priority: number;
|
|
1596
1596
|
notes?: string | undefined;
|
|
1597
1597
|
sourceId?: string | undefined;
|
|
1598
1598
|
}, {
|
|
1599
1599
|
date: string;
|
|
1600
1600
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
1601
|
-
priority: number;
|
|
1602
1601
|
confidence: number;
|
|
1602
|
+
priority: number;
|
|
1603
1603
|
notes?: string | undefined;
|
|
1604
1604
|
sourceId?: string | undefined;
|
|
1605
1605
|
}>>;
|
|
@@ -1676,11 +1676,11 @@ export declare const fieldMonitoringRouter: {
|
|
|
1676
1676
|
}, "strip", z.ZodTypeAny, {
|
|
1677
1677
|
score: number;
|
|
1678
1678
|
missingFields: string[];
|
|
1679
|
-
completeness: "
|
|
1679
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1680
1680
|
}, {
|
|
1681
1681
|
score: number;
|
|
1682
1682
|
missingFields: string[];
|
|
1683
|
-
completeness: "
|
|
1683
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1684
1684
|
}>;
|
|
1685
1685
|
}, "strip", z.ZodTypeAny, {
|
|
1686
1686
|
pH: {
|
|
@@ -1704,7 +1704,7 @@ export declare const fieldMonitoringRouter: {
|
|
|
1704
1704
|
completeness: {
|
|
1705
1705
|
score: number;
|
|
1706
1706
|
missingFields: string[];
|
|
1707
|
-
completeness: "
|
|
1707
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1708
1708
|
};
|
|
1709
1709
|
}, {
|
|
1710
1710
|
pH: {
|
|
@@ -1728,12 +1728,12 @@ export declare const fieldMonitoringRouter: {
|
|
|
1728
1728
|
completeness: {
|
|
1729
1729
|
score: number;
|
|
1730
1730
|
missingFields: string[];
|
|
1731
|
-
completeness: "
|
|
1731
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1732
1732
|
};
|
|
1733
1733
|
}>;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1736
1735
|
score: number;
|
|
1736
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1737
1737
|
assessments: {
|
|
1738
1738
|
pH: {
|
|
1739
1739
|
recommendation: string;
|
|
@@ -1756,12 +1756,12 @@ export declare const fieldMonitoringRouter: {
|
|
|
1756
1756
|
completeness: {
|
|
1757
1757
|
score: number;
|
|
1758
1758
|
missingFields: string[];
|
|
1759
|
-
completeness: "
|
|
1759
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1760
1760
|
};
|
|
1761
1761
|
};
|
|
1762
1762
|
}, {
|
|
1763
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1764
1763
|
score: number;
|
|
1764
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1765
1765
|
assessments: {
|
|
1766
1766
|
pH: {
|
|
1767
1767
|
recommendation: string;
|
|
@@ -1784,7 +1784,7 @@ export declare const fieldMonitoringRouter: {
|
|
|
1784
1784
|
completeness: {
|
|
1785
1785
|
score: number;
|
|
1786
1786
|
missingFields: string[];
|
|
1787
|
-
completeness: "
|
|
1787
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1788
1788
|
};
|
|
1789
1789
|
};
|
|
1790
1790
|
}>;
|
|
@@ -1984,15 +1984,15 @@ export declare const fieldMonitoringRouter: {
|
|
|
1984
1984
|
action: string;
|
|
1985
1985
|
details: string;
|
|
1986
1986
|
timing: string;
|
|
1987
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1988
1987
|
confidence?: number | undefined;
|
|
1988
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1989
1989
|
}, {
|
|
1990
1990
|
priority: number;
|
|
1991
1991
|
action: string;
|
|
1992
1992
|
details: string;
|
|
1993
1993
|
timing: string;
|
|
1994
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1995
1994
|
confidence?: number | undefined;
|
|
1995
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1996
1996
|
}>, "many">;
|
|
1997
1997
|
seasonal: z.ZodArray<z.ZodObject<{
|
|
1998
1998
|
priority: z.ZodNumber;
|
|
@@ -2027,8 +2027,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2027
2027
|
quantity: number;
|
|
2028
2028
|
reason: string;
|
|
2029
2029
|
inventoryItemId?: string | undefined;
|
|
2030
|
-
estimatedCost?: number | undefined;
|
|
2031
2030
|
confidence?: number | undefined;
|
|
2031
|
+
estimatedCost?: number | undefined;
|
|
2032
2032
|
productName?: string | undefined;
|
|
2033
2033
|
applicationTiming?: string | undefined;
|
|
2034
2034
|
}, {
|
|
@@ -2036,8 +2036,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2036
2036
|
quantity: number;
|
|
2037
2037
|
reason: string;
|
|
2038
2038
|
inventoryItemId?: string | undefined;
|
|
2039
|
-
estimatedCost?: number | undefined;
|
|
2040
2039
|
confidence?: number | undefined;
|
|
2040
|
+
estimatedCost?: number | undefined;
|
|
2041
2041
|
productName?: string | undefined;
|
|
2042
2042
|
applicationTiming?: string | undefined;
|
|
2043
2043
|
}>, "many">;
|
|
@@ -2070,8 +2070,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2070
2070
|
quantity: number;
|
|
2071
2071
|
reason: string;
|
|
2072
2072
|
inventoryItemId?: string | undefined;
|
|
2073
|
-
estimatedCost?: number | undefined;
|
|
2074
2073
|
confidence?: number | undefined;
|
|
2074
|
+
estimatedCost?: number | undefined;
|
|
2075
2075
|
productName?: string | undefined;
|
|
2076
2076
|
applicationTiming?: string | undefined;
|
|
2077
2077
|
}[];
|
|
@@ -2080,8 +2080,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2080
2080
|
action: string;
|
|
2081
2081
|
details: string;
|
|
2082
2082
|
timing: string;
|
|
2083
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2084
2083
|
confidence?: number | undefined;
|
|
2084
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2085
2085
|
}[];
|
|
2086
2086
|
seasonal: {
|
|
2087
2087
|
priority: number;
|
|
@@ -2105,8 +2105,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2105
2105
|
quantity: number;
|
|
2106
2106
|
reason: string;
|
|
2107
2107
|
inventoryItemId?: string | undefined;
|
|
2108
|
-
estimatedCost?: number | undefined;
|
|
2109
2108
|
confidence?: number | undefined;
|
|
2109
|
+
estimatedCost?: number | undefined;
|
|
2110
2110
|
productName?: string | undefined;
|
|
2111
2111
|
applicationTiming?: string | undefined;
|
|
2112
2112
|
}[];
|
|
@@ -2115,8 +2115,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2115
2115
|
action: string;
|
|
2116
2116
|
details: string;
|
|
2117
2117
|
timing: string;
|
|
2118
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2119
2118
|
confidence?: number | undefined;
|
|
2119
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2120
2120
|
}[];
|
|
2121
2121
|
seasonal: {
|
|
2122
2122
|
priority: number;
|
|
@@ -2170,8 +2170,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2170
2170
|
quantity: number;
|
|
2171
2171
|
reason: string;
|
|
2172
2172
|
inventoryItemId?: string | undefined;
|
|
2173
|
-
estimatedCost?: number | undefined;
|
|
2174
2173
|
confidence?: number | undefined;
|
|
2174
|
+
estimatedCost?: number | undefined;
|
|
2175
2175
|
productName?: string | undefined;
|
|
2176
2176
|
applicationTiming?: string | undefined;
|
|
2177
2177
|
}[];
|
|
@@ -2180,8 +2180,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2180
2180
|
action: string;
|
|
2181
2181
|
details: string;
|
|
2182
2182
|
timing: string;
|
|
2183
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2184
2183
|
confidence?: number | undefined;
|
|
2184
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2185
2185
|
}[];
|
|
2186
2186
|
seasonal: {
|
|
2187
2187
|
priority: number;
|
|
@@ -2210,8 +2210,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2210
2210
|
bulkDensity: number;
|
|
2211
2211
|
};
|
|
2212
2212
|
quality: {
|
|
2213
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
2214
2213
|
score: number;
|
|
2214
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
2215
2215
|
assessments: {
|
|
2216
2216
|
pH: {
|
|
2217
2217
|
recommendation: string;
|
|
@@ -2234,7 +2234,7 @@ export declare const fieldMonitoringRouter: {
|
|
|
2234
2234
|
completeness: {
|
|
2235
2235
|
score: number;
|
|
2236
2236
|
missingFields: string[];
|
|
2237
|
-
completeness: "
|
|
2237
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
2238
2238
|
};
|
|
2239
2239
|
};
|
|
2240
2240
|
};
|
|
@@ -2299,8 +2299,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2299
2299
|
dataSources: Record<string, {
|
|
2300
2300
|
date: string;
|
|
2301
2301
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
2302
|
-
priority: number;
|
|
2303
2302
|
confidence: number;
|
|
2303
|
+
priority: number;
|
|
2304
2304
|
notes?: string | undefined;
|
|
2305
2305
|
sourceId?: string | undefined;
|
|
2306
2306
|
}>;
|
|
@@ -2356,8 +2356,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2356
2356
|
quantity: number;
|
|
2357
2357
|
reason: string;
|
|
2358
2358
|
inventoryItemId?: string | undefined;
|
|
2359
|
-
estimatedCost?: number | undefined;
|
|
2360
2359
|
confidence?: number | undefined;
|
|
2360
|
+
estimatedCost?: number | undefined;
|
|
2361
2361
|
productName?: string | undefined;
|
|
2362
2362
|
applicationTiming?: string | undefined;
|
|
2363
2363
|
}[];
|
|
@@ -2366,8 +2366,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2366
2366
|
action: string;
|
|
2367
2367
|
details: string;
|
|
2368
2368
|
timing: string;
|
|
2369
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2370
2369
|
confidence?: number | undefined;
|
|
2370
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2371
2371
|
}[];
|
|
2372
2372
|
seasonal: {
|
|
2373
2373
|
priority: number;
|
|
@@ -2396,8 +2396,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2396
2396
|
bulkDensity: number;
|
|
2397
2397
|
};
|
|
2398
2398
|
quality: {
|
|
2399
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
2400
2399
|
score: number;
|
|
2400
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
2401
2401
|
assessments: {
|
|
2402
2402
|
pH: {
|
|
2403
2403
|
recommendation: string;
|
|
@@ -2420,7 +2420,7 @@ export declare const fieldMonitoringRouter: {
|
|
|
2420
2420
|
completeness: {
|
|
2421
2421
|
score: number;
|
|
2422
2422
|
missingFields: string[];
|
|
2423
|
-
completeness: "
|
|
2423
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
2424
2424
|
};
|
|
2425
2425
|
};
|
|
2426
2426
|
};
|
|
@@ -2485,8 +2485,8 @@ export declare const fieldMonitoringRouter: {
|
|
|
2485
2485
|
dataSources: Record<string, {
|
|
2486
2486
|
date: string;
|
|
2487
2487
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
2488
|
-
priority: number;
|
|
2489
2488
|
confidence: number;
|
|
2489
|
+
priority: number;
|
|
2490
2490
|
notes?: string | undefined;
|
|
2491
2491
|
sourceId?: string | undefined;
|
|
2492
2492
|
}>;
|