@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
|
@@ -354,8 +354,8 @@ export declare const fieldObservationsRouter: {
|
|
|
354
354
|
action: string;
|
|
355
355
|
details: string;
|
|
356
356
|
timing: string;
|
|
357
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
358
357
|
confidence?: number | undefined;
|
|
358
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
359
359
|
materials?: {
|
|
360
360
|
name: string;
|
|
361
361
|
unit: string;
|
|
@@ -375,8 +375,8 @@ export declare const fieldObservationsRouter: {
|
|
|
375
375
|
action: string;
|
|
376
376
|
details: string;
|
|
377
377
|
timing: string;
|
|
378
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
379
378
|
confidence?: number | undefined;
|
|
379
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
380
380
|
materials?: {
|
|
381
381
|
name: string;
|
|
382
382
|
unit: string;
|
|
@@ -417,14 +417,13 @@ export declare const fieldObservationsRouter: {
|
|
|
417
417
|
} | null;
|
|
418
418
|
farmId: string;
|
|
419
419
|
fieldId: string | null;
|
|
420
|
-
estimatedCost: number | null;
|
|
421
420
|
recommendations: {
|
|
422
421
|
priority: number;
|
|
423
422
|
action: string;
|
|
424
423
|
details: string;
|
|
425
424
|
timing: string;
|
|
426
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
427
425
|
confidence?: number | undefined;
|
|
426
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
428
427
|
materials?: {
|
|
429
428
|
name: string;
|
|
430
429
|
unit: string;
|
|
@@ -440,6 +439,7 @@ export declare const fieldObservationsRouter: {
|
|
|
440
439
|
estimatedTime?: string | undefined;
|
|
441
440
|
riskLevel?: string | undefined;
|
|
442
441
|
}[] | null;
|
|
442
|
+
estimatedCost: number | null;
|
|
443
443
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
444
444
|
uploadedBy: string;
|
|
445
445
|
photoUrl: string;
|
|
@@ -500,14 +500,13 @@ export declare const fieldObservationsRouter: {
|
|
|
500
500
|
} | null;
|
|
501
501
|
farmId: string;
|
|
502
502
|
fieldId: string | null;
|
|
503
|
-
estimatedCost: number | null;
|
|
504
503
|
recommendations: {
|
|
505
504
|
priority: number;
|
|
506
505
|
action: string;
|
|
507
506
|
details: string;
|
|
508
507
|
timing: string;
|
|
509
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
510
508
|
confidence?: number | undefined;
|
|
509
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
511
510
|
materials?: {
|
|
512
511
|
name: string;
|
|
513
512
|
unit: string;
|
|
@@ -523,6 +522,7 @@ export declare const fieldObservationsRouter: {
|
|
|
523
522
|
estimatedTime?: string | undefined;
|
|
524
523
|
riskLevel?: string | undefined;
|
|
525
524
|
}[] | null;
|
|
525
|
+
estimatedCost: number | null;
|
|
526
526
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
527
527
|
uploadedBy: string;
|
|
528
528
|
photoUrl: string;
|
|
@@ -590,14 +590,13 @@ export declare const fieldObservationsRouter: {
|
|
|
590
590
|
} | null;
|
|
591
591
|
farmId: string;
|
|
592
592
|
fieldId: string | null;
|
|
593
|
-
estimatedCost: number | null;
|
|
594
593
|
recommendations: {
|
|
595
594
|
priority: number;
|
|
596
595
|
action: string;
|
|
597
596
|
details: string;
|
|
598
597
|
timing: string;
|
|
599
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
600
598
|
confidence?: number | undefined;
|
|
599
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
601
600
|
materials?: {
|
|
602
601
|
name: string;
|
|
603
602
|
unit: string;
|
|
@@ -613,6 +612,7 @@ export declare const fieldObservationsRouter: {
|
|
|
613
612
|
estimatedTime?: string | undefined;
|
|
614
613
|
riskLevel?: string | undefined;
|
|
615
614
|
}[] | null;
|
|
615
|
+
estimatedCost: number | null;
|
|
616
616
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
617
617
|
uploadedBy: string;
|
|
618
618
|
photoUrl: string;
|
|
@@ -680,14 +680,13 @@ export declare const fieldObservationsRouter: {
|
|
|
680
680
|
} | null;
|
|
681
681
|
farmId: string;
|
|
682
682
|
fieldId: string | null;
|
|
683
|
-
estimatedCost: number | null;
|
|
684
683
|
recommendations: {
|
|
685
684
|
priority: number;
|
|
686
685
|
action: string;
|
|
687
686
|
details: string;
|
|
688
687
|
timing: string;
|
|
689
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
690
688
|
confidence?: number | undefined;
|
|
689
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
691
690
|
materials?: {
|
|
692
691
|
name: string;
|
|
693
692
|
unit: string;
|
|
@@ -703,6 +702,7 @@ export declare const fieldObservationsRouter: {
|
|
|
703
702
|
estimatedTime?: string | undefined;
|
|
704
703
|
riskLevel?: string | undefined;
|
|
705
704
|
}[] | null;
|
|
705
|
+
estimatedCost: number | null;
|
|
706
706
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
707
707
|
uploadedBy: string;
|
|
708
708
|
photoUrl: string;
|
|
@@ -796,14 +796,13 @@ export declare const fieldObservationsRouter: {
|
|
|
796
796
|
} | null;
|
|
797
797
|
farmId: string;
|
|
798
798
|
fieldId: string | null;
|
|
799
|
-
estimatedCost: number | null;
|
|
800
799
|
recommendations: {
|
|
801
800
|
priority: number;
|
|
802
801
|
action: string;
|
|
803
802
|
details: string;
|
|
804
803
|
timing: string;
|
|
805
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
806
804
|
confidence?: number | undefined;
|
|
805
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
807
806
|
materials?: {
|
|
808
807
|
name: string;
|
|
809
808
|
unit: string;
|
|
@@ -819,6 +818,7 @@ export declare const fieldObservationsRouter: {
|
|
|
819
818
|
estimatedTime?: string | undefined;
|
|
820
819
|
riskLevel?: string | undefined;
|
|
821
820
|
}[] | null;
|
|
821
|
+
estimatedCost: number | null;
|
|
822
822
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
823
823
|
uploadedBy: string;
|
|
824
824
|
photoUrl: string;
|
|
@@ -898,14 +898,13 @@ export declare const fieldObservationsRouter: {
|
|
|
898
898
|
} | null;
|
|
899
899
|
farmId: string;
|
|
900
900
|
fieldId: string | null;
|
|
901
|
-
estimatedCost: number | null;
|
|
902
901
|
recommendations: {
|
|
903
902
|
priority: number;
|
|
904
903
|
action: string;
|
|
905
904
|
details: string;
|
|
906
905
|
timing: string;
|
|
907
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
908
906
|
confidence?: number | undefined;
|
|
907
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
909
908
|
materials?: {
|
|
910
909
|
name: string;
|
|
911
910
|
unit: string;
|
|
@@ -921,6 +920,7 @@ export declare const fieldObservationsRouter: {
|
|
|
921
920
|
estimatedTime?: string | undefined;
|
|
922
921
|
riskLevel?: string | undefined;
|
|
923
922
|
}[] | null;
|
|
923
|
+
estimatedCost: number | null;
|
|
924
924
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
925
925
|
uploadedBy: string;
|
|
926
926
|
photoUrl: string;
|
|
@@ -1211,8 +1211,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1211
1211
|
action: string;
|
|
1212
1212
|
details: string;
|
|
1213
1213
|
timing: string;
|
|
1214
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1215
1214
|
confidence?: number | undefined;
|
|
1215
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1216
1216
|
materials?: {
|
|
1217
1217
|
name: string;
|
|
1218
1218
|
unit: string;
|
|
@@ -1232,8 +1232,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1232
1232
|
action: string;
|
|
1233
1233
|
details: string;
|
|
1234
1234
|
timing: string;
|
|
1235
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1236
1235
|
confidence?: number | undefined;
|
|
1236
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1237
1237
|
materials?: {
|
|
1238
1238
|
name: string;
|
|
1239
1239
|
unit: string;
|
|
@@ -1274,14 +1274,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1274
1274
|
} | null;
|
|
1275
1275
|
farmId: string;
|
|
1276
1276
|
fieldId: string | null;
|
|
1277
|
-
estimatedCost: number | null;
|
|
1278
1277
|
recommendations: {
|
|
1279
1278
|
priority: number;
|
|
1280
1279
|
action: string;
|
|
1281
1280
|
details: string;
|
|
1282
1281
|
timing: string;
|
|
1283
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1284
1282
|
confidence?: number | undefined;
|
|
1283
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1285
1284
|
materials?: {
|
|
1286
1285
|
name: string;
|
|
1287
1286
|
unit: string;
|
|
@@ -1297,6 +1296,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1297
1296
|
estimatedTime?: string | undefined;
|
|
1298
1297
|
riskLevel?: string | undefined;
|
|
1299
1298
|
}[] | null;
|
|
1299
|
+
estimatedCost: number | null;
|
|
1300
1300
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1301
1301
|
uploadedBy: string;
|
|
1302
1302
|
photoUrl: string;
|
|
@@ -1357,14 +1357,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1357
1357
|
} | null;
|
|
1358
1358
|
farmId: string;
|
|
1359
1359
|
fieldId: string | null;
|
|
1360
|
-
estimatedCost: number | null;
|
|
1361
1360
|
recommendations: {
|
|
1362
1361
|
priority: number;
|
|
1363
1362
|
action: string;
|
|
1364
1363
|
details: string;
|
|
1365
1364
|
timing: string;
|
|
1366
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1367
1365
|
confidence?: number | undefined;
|
|
1366
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1368
1367
|
materials?: {
|
|
1369
1368
|
name: string;
|
|
1370
1369
|
unit: string;
|
|
@@ -1380,6 +1379,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1380
1379
|
estimatedTime?: string | undefined;
|
|
1381
1380
|
riskLevel?: string | undefined;
|
|
1382
1381
|
}[] | null;
|
|
1382
|
+
estimatedCost: number | null;
|
|
1383
1383
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1384
1384
|
uploadedBy: string;
|
|
1385
1385
|
photoUrl: string;
|
|
@@ -1447,14 +1447,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1447
1447
|
} | null;
|
|
1448
1448
|
farmId: string;
|
|
1449
1449
|
fieldId: string | null;
|
|
1450
|
-
estimatedCost: number | null;
|
|
1451
1450
|
recommendations: {
|
|
1452
1451
|
priority: number;
|
|
1453
1452
|
action: string;
|
|
1454
1453
|
details: string;
|
|
1455
1454
|
timing: string;
|
|
1456
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1457
1455
|
confidence?: number | undefined;
|
|
1456
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1458
1457
|
materials?: {
|
|
1459
1458
|
name: string;
|
|
1460
1459
|
unit: string;
|
|
@@ -1470,6 +1469,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1470
1469
|
estimatedTime?: string | undefined;
|
|
1471
1470
|
riskLevel?: string | undefined;
|
|
1472
1471
|
}[] | null;
|
|
1472
|
+
estimatedCost: number | null;
|
|
1473
1473
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1474
1474
|
uploadedBy: string;
|
|
1475
1475
|
photoUrl: string;
|
|
@@ -1537,14 +1537,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1537
1537
|
} | null;
|
|
1538
1538
|
farmId: string;
|
|
1539
1539
|
fieldId: string | null;
|
|
1540
|
-
estimatedCost: number | null;
|
|
1541
1540
|
recommendations: {
|
|
1542
1541
|
priority: number;
|
|
1543
1542
|
action: string;
|
|
1544
1543
|
details: string;
|
|
1545
1544
|
timing: string;
|
|
1546
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1547
1545
|
confidence?: number | undefined;
|
|
1546
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1548
1547
|
materials?: {
|
|
1549
1548
|
name: string;
|
|
1550
1549
|
unit: string;
|
|
@@ -1560,6 +1559,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1560
1559
|
estimatedTime?: string | undefined;
|
|
1561
1560
|
riskLevel?: string | undefined;
|
|
1562
1561
|
}[] | null;
|
|
1562
|
+
estimatedCost: number | null;
|
|
1563
1563
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1564
1564
|
uploadedBy: string;
|
|
1565
1565
|
photoUrl: string;
|
|
@@ -1653,14 +1653,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1653
1653
|
} | null;
|
|
1654
1654
|
farmId: string;
|
|
1655
1655
|
fieldId: string | null;
|
|
1656
|
-
estimatedCost: number | null;
|
|
1657
1656
|
recommendations: {
|
|
1658
1657
|
priority: number;
|
|
1659
1658
|
action: string;
|
|
1660
1659
|
details: string;
|
|
1661
1660
|
timing: string;
|
|
1662
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1663
1661
|
confidence?: number | undefined;
|
|
1662
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1664
1663
|
materials?: {
|
|
1665
1664
|
name: string;
|
|
1666
1665
|
unit: string;
|
|
@@ -1676,6 +1675,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1676
1675
|
estimatedTime?: string | undefined;
|
|
1677
1676
|
riskLevel?: string | undefined;
|
|
1678
1677
|
}[] | null;
|
|
1678
|
+
estimatedCost: number | null;
|
|
1679
1679
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1680
1680
|
uploadedBy: string;
|
|
1681
1681
|
photoUrl: string;
|
|
@@ -1755,14 +1755,13 @@ export declare const fieldObservationsRouter: {
|
|
|
1755
1755
|
} | null;
|
|
1756
1756
|
farmId: string;
|
|
1757
1757
|
fieldId: string | null;
|
|
1758
|
-
estimatedCost: number | null;
|
|
1759
1758
|
recommendations: {
|
|
1760
1759
|
priority: number;
|
|
1761
1760
|
action: string;
|
|
1762
1761
|
details: string;
|
|
1763
1762
|
timing: string;
|
|
1764
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1765
1763
|
confidence?: number | undefined;
|
|
1764
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1766
1765
|
materials?: {
|
|
1767
1766
|
name: string;
|
|
1768
1767
|
unit: string;
|
|
@@ -1778,6 +1777,7 @@ export declare const fieldObservationsRouter: {
|
|
|
1778
1777
|
estimatedTime?: string | undefined;
|
|
1779
1778
|
riskLevel?: string | undefined;
|
|
1780
1779
|
}[] | null;
|
|
1780
|
+
estimatedCost: number | null;
|
|
1781
1781
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
1782
1782
|
uploadedBy: string;
|
|
1783
1783
|
photoUrl: string;
|
|
@@ -2068,8 +2068,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2068
2068
|
action: string;
|
|
2069
2069
|
details: string;
|
|
2070
2070
|
timing: string;
|
|
2071
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2072
2071
|
confidence?: number | undefined;
|
|
2072
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2073
2073
|
materials?: {
|
|
2074
2074
|
name: string;
|
|
2075
2075
|
unit: string;
|
|
@@ -2089,8 +2089,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2089
2089
|
action: string;
|
|
2090
2090
|
details: string;
|
|
2091
2091
|
timing: string;
|
|
2092
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2093
2092
|
confidence?: number | undefined;
|
|
2093
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2094
2094
|
materials?: {
|
|
2095
2095
|
name: string;
|
|
2096
2096
|
unit: string;
|
|
@@ -2131,14 +2131,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2131
2131
|
} | null;
|
|
2132
2132
|
farmId: string;
|
|
2133
2133
|
fieldId: string | null;
|
|
2134
|
-
estimatedCost: number | null;
|
|
2135
2134
|
recommendations: {
|
|
2136
2135
|
priority: number;
|
|
2137
2136
|
action: string;
|
|
2138
2137
|
details: string;
|
|
2139
2138
|
timing: string;
|
|
2140
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2141
2139
|
confidence?: number | undefined;
|
|
2140
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2142
2141
|
materials?: {
|
|
2143
2142
|
name: string;
|
|
2144
2143
|
unit: string;
|
|
@@ -2154,6 +2153,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2154
2153
|
estimatedTime?: string | undefined;
|
|
2155
2154
|
riskLevel?: string | undefined;
|
|
2156
2155
|
}[] | null;
|
|
2156
|
+
estimatedCost: number | null;
|
|
2157
2157
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2158
2158
|
uploadedBy: string;
|
|
2159
2159
|
photoUrl: string;
|
|
@@ -2214,14 +2214,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2214
2214
|
} | null;
|
|
2215
2215
|
farmId: string;
|
|
2216
2216
|
fieldId: string | null;
|
|
2217
|
-
estimatedCost: number | null;
|
|
2218
2217
|
recommendations: {
|
|
2219
2218
|
priority: number;
|
|
2220
2219
|
action: string;
|
|
2221
2220
|
details: string;
|
|
2222
2221
|
timing: string;
|
|
2223
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2224
2222
|
confidence?: number | undefined;
|
|
2223
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2225
2224
|
materials?: {
|
|
2226
2225
|
name: string;
|
|
2227
2226
|
unit: string;
|
|
@@ -2237,6 +2236,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2237
2236
|
estimatedTime?: string | undefined;
|
|
2238
2237
|
riskLevel?: string | undefined;
|
|
2239
2238
|
}[] | null;
|
|
2239
|
+
estimatedCost: number | null;
|
|
2240
2240
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2241
2241
|
uploadedBy: string;
|
|
2242
2242
|
photoUrl: string;
|
|
@@ -2304,14 +2304,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2304
2304
|
} | null;
|
|
2305
2305
|
farmId: string;
|
|
2306
2306
|
fieldId: string | null;
|
|
2307
|
-
estimatedCost: number | null;
|
|
2308
2307
|
recommendations: {
|
|
2309
2308
|
priority: number;
|
|
2310
2309
|
action: string;
|
|
2311
2310
|
details: string;
|
|
2312
2311
|
timing: string;
|
|
2313
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2314
2312
|
confidence?: number | undefined;
|
|
2313
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2315
2314
|
materials?: {
|
|
2316
2315
|
name: string;
|
|
2317
2316
|
unit: string;
|
|
@@ -2327,6 +2326,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2327
2326
|
estimatedTime?: string | undefined;
|
|
2328
2327
|
riskLevel?: string | undefined;
|
|
2329
2328
|
}[] | null;
|
|
2329
|
+
estimatedCost: number | null;
|
|
2330
2330
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2331
2331
|
uploadedBy: string;
|
|
2332
2332
|
photoUrl: string;
|
|
@@ -2394,14 +2394,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2394
2394
|
} | null;
|
|
2395
2395
|
farmId: string;
|
|
2396
2396
|
fieldId: string | null;
|
|
2397
|
-
estimatedCost: number | null;
|
|
2398
2397
|
recommendations: {
|
|
2399
2398
|
priority: number;
|
|
2400
2399
|
action: string;
|
|
2401
2400
|
details: string;
|
|
2402
2401
|
timing: string;
|
|
2403
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2404
2402
|
confidence?: number | undefined;
|
|
2403
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2405
2404
|
materials?: {
|
|
2406
2405
|
name: string;
|
|
2407
2406
|
unit: string;
|
|
@@ -2417,6 +2416,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2417
2416
|
estimatedTime?: string | undefined;
|
|
2418
2417
|
riskLevel?: string | undefined;
|
|
2419
2418
|
}[] | null;
|
|
2419
|
+
estimatedCost: number | null;
|
|
2420
2420
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2421
2421
|
uploadedBy: string;
|
|
2422
2422
|
photoUrl: string;
|
|
@@ -2510,14 +2510,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2510
2510
|
} | null;
|
|
2511
2511
|
farmId: string;
|
|
2512
2512
|
fieldId: string | null;
|
|
2513
|
-
estimatedCost: number | null;
|
|
2514
2513
|
recommendations: {
|
|
2515
2514
|
priority: number;
|
|
2516
2515
|
action: string;
|
|
2517
2516
|
details: string;
|
|
2518
2517
|
timing: string;
|
|
2519
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2520
2518
|
confidence?: number | undefined;
|
|
2519
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2521
2520
|
materials?: {
|
|
2522
2521
|
name: string;
|
|
2523
2522
|
unit: string;
|
|
@@ -2533,6 +2532,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2533
2532
|
estimatedTime?: string | undefined;
|
|
2534
2533
|
riskLevel?: string | undefined;
|
|
2535
2534
|
}[] | null;
|
|
2535
|
+
estimatedCost: number | null;
|
|
2536
2536
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2537
2537
|
uploadedBy: string;
|
|
2538
2538
|
photoUrl: string;
|
|
@@ -2612,14 +2612,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2612
2612
|
} | null;
|
|
2613
2613
|
farmId: string;
|
|
2614
2614
|
fieldId: string | null;
|
|
2615
|
-
estimatedCost: number | null;
|
|
2616
2615
|
recommendations: {
|
|
2617
2616
|
priority: number;
|
|
2618
2617
|
action: string;
|
|
2619
2618
|
details: string;
|
|
2620
2619
|
timing: string;
|
|
2621
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2622
2620
|
confidence?: number | undefined;
|
|
2621
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2623
2622
|
materials?: {
|
|
2624
2623
|
name: string;
|
|
2625
2624
|
unit: string;
|
|
@@ -2635,6 +2634,7 @@ export declare const fieldObservationsRouter: {
|
|
|
2635
2634
|
estimatedTime?: string | undefined;
|
|
2636
2635
|
riskLevel?: string | undefined;
|
|
2637
2636
|
}[] | null;
|
|
2637
|
+
estimatedCost: number | null;
|
|
2638
2638
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
2639
2639
|
uploadedBy: string;
|
|
2640
2640
|
photoUrl: string;
|
|
@@ -2925,8 +2925,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2925
2925
|
action: string;
|
|
2926
2926
|
details: string;
|
|
2927
2927
|
timing: string;
|
|
2928
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2929
2928
|
confidence?: number | undefined;
|
|
2929
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2930
2930
|
materials?: {
|
|
2931
2931
|
name: string;
|
|
2932
2932
|
unit: string;
|
|
@@ -2946,8 +2946,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2946
2946
|
action: string;
|
|
2947
2947
|
details: string;
|
|
2948
2948
|
timing: string;
|
|
2949
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2950
2949
|
confidence?: number | undefined;
|
|
2950
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2951
2951
|
materials?: {
|
|
2952
2952
|
name: string;
|
|
2953
2953
|
unit: string;
|
|
@@ -2988,14 +2988,13 @@ export declare const fieldObservationsRouter: {
|
|
|
2988
2988
|
} | null;
|
|
2989
2989
|
farmId: string;
|
|
2990
2990
|
fieldId: string | null;
|
|
2991
|
-
estimatedCost: number | null;
|
|
2992
2991
|
recommendations: {
|
|
2993
2992
|
priority: number;
|
|
2994
2993
|
action: string;
|
|
2995
2994
|
details: string;
|
|
2996
2995
|
timing: string;
|
|
2997
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2998
2996
|
confidence?: number | undefined;
|
|
2997
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2999
2998
|
materials?: {
|
|
3000
2999
|
name: string;
|
|
3001
3000
|
unit: string;
|
|
@@ -3011,6 +3010,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3011
3010
|
estimatedTime?: string | undefined;
|
|
3012
3011
|
riskLevel?: string | undefined;
|
|
3013
3012
|
}[] | null;
|
|
3013
|
+
estimatedCost: number | null;
|
|
3014
3014
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3015
3015
|
uploadedBy: string;
|
|
3016
3016
|
photoUrl: string;
|
|
@@ -3071,14 +3071,13 @@ export declare const fieldObservationsRouter: {
|
|
|
3071
3071
|
} | null;
|
|
3072
3072
|
farmId: string;
|
|
3073
3073
|
fieldId: string | null;
|
|
3074
|
-
estimatedCost: number | null;
|
|
3075
3074
|
recommendations: {
|
|
3076
3075
|
priority: number;
|
|
3077
3076
|
action: string;
|
|
3078
3077
|
details: string;
|
|
3079
3078
|
timing: string;
|
|
3080
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3081
3079
|
confidence?: number | undefined;
|
|
3080
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3082
3081
|
materials?: {
|
|
3083
3082
|
name: string;
|
|
3084
3083
|
unit: string;
|
|
@@ -3094,6 +3093,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3094
3093
|
estimatedTime?: string | undefined;
|
|
3095
3094
|
riskLevel?: string | undefined;
|
|
3096
3095
|
}[] | null;
|
|
3096
|
+
estimatedCost: number | null;
|
|
3097
3097
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3098
3098
|
uploadedBy: string;
|
|
3099
3099
|
photoUrl: string;
|
|
@@ -3161,14 +3161,13 @@ export declare const fieldObservationsRouter: {
|
|
|
3161
3161
|
} | null;
|
|
3162
3162
|
farmId: string;
|
|
3163
3163
|
fieldId: string | null;
|
|
3164
|
-
estimatedCost: number | null;
|
|
3165
3164
|
recommendations: {
|
|
3166
3165
|
priority: number;
|
|
3167
3166
|
action: string;
|
|
3168
3167
|
details: string;
|
|
3169
3168
|
timing: string;
|
|
3170
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3171
3169
|
confidence?: number | undefined;
|
|
3170
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3172
3171
|
materials?: {
|
|
3173
3172
|
name: string;
|
|
3174
3173
|
unit: string;
|
|
@@ -3184,6 +3183,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3184
3183
|
estimatedTime?: string | undefined;
|
|
3185
3184
|
riskLevel?: string | undefined;
|
|
3186
3185
|
}[] | null;
|
|
3186
|
+
estimatedCost: number | null;
|
|
3187
3187
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3188
3188
|
uploadedBy: string;
|
|
3189
3189
|
photoUrl: string;
|
|
@@ -3251,14 +3251,13 @@ export declare const fieldObservationsRouter: {
|
|
|
3251
3251
|
} | null;
|
|
3252
3252
|
farmId: string;
|
|
3253
3253
|
fieldId: string | null;
|
|
3254
|
-
estimatedCost: number | null;
|
|
3255
3254
|
recommendations: {
|
|
3256
3255
|
priority: number;
|
|
3257
3256
|
action: string;
|
|
3258
3257
|
details: string;
|
|
3259
3258
|
timing: string;
|
|
3260
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3261
3259
|
confidence?: number | undefined;
|
|
3260
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3262
3261
|
materials?: {
|
|
3263
3262
|
name: string;
|
|
3264
3263
|
unit: string;
|
|
@@ -3274,6 +3273,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3274
3273
|
estimatedTime?: string | undefined;
|
|
3275
3274
|
riskLevel?: string | undefined;
|
|
3276
3275
|
}[] | null;
|
|
3276
|
+
estimatedCost: number | null;
|
|
3277
3277
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3278
3278
|
uploadedBy: string;
|
|
3279
3279
|
photoUrl: string;
|
|
@@ -3367,14 +3367,13 @@ export declare const fieldObservationsRouter: {
|
|
|
3367
3367
|
} | null;
|
|
3368
3368
|
farmId: string;
|
|
3369
3369
|
fieldId: string | null;
|
|
3370
|
-
estimatedCost: number | null;
|
|
3371
3370
|
recommendations: {
|
|
3372
3371
|
priority: number;
|
|
3373
3372
|
action: string;
|
|
3374
3373
|
details: string;
|
|
3375
3374
|
timing: string;
|
|
3376
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3377
3375
|
confidence?: number | undefined;
|
|
3376
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3378
3377
|
materials?: {
|
|
3379
3378
|
name: string;
|
|
3380
3379
|
unit: string;
|
|
@@ -3390,6 +3389,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3390
3389
|
estimatedTime?: string | undefined;
|
|
3391
3390
|
riskLevel?: string | undefined;
|
|
3392
3391
|
}[] | null;
|
|
3392
|
+
estimatedCost: number | null;
|
|
3393
3393
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3394
3394
|
uploadedBy: string;
|
|
3395
3395
|
photoUrl: string;
|
|
@@ -3469,14 +3469,13 @@ export declare const fieldObservationsRouter: {
|
|
|
3469
3469
|
} | null;
|
|
3470
3470
|
farmId: string;
|
|
3471
3471
|
fieldId: string | null;
|
|
3472
|
-
estimatedCost: number | null;
|
|
3473
3472
|
recommendations: {
|
|
3474
3473
|
priority: number;
|
|
3475
3474
|
action: string;
|
|
3476
3475
|
details: string;
|
|
3477
3476
|
timing: string;
|
|
3478
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3479
3477
|
confidence?: number | undefined;
|
|
3478
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3480
3479
|
materials?: {
|
|
3481
3480
|
name: string;
|
|
3482
3481
|
unit: string;
|
|
@@ -3492,6 +3491,7 @@ export declare const fieldObservationsRouter: {
|
|
|
3492
3491
|
estimatedTime?: string | undefined;
|
|
3493
3492
|
riskLevel?: string | undefined;
|
|
3494
3493
|
}[] | null;
|
|
3494
|
+
estimatedCost: number | null;
|
|
3495
3495
|
severity: "critical" | "low" | "medium" | "high" | null;
|
|
3496
3496
|
uploadedBy: string;
|
|
3497
3497
|
photoUrl: string;
|