@deepintel-ltd/farmpro-contracts 1.16.7 → 1.16.9
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/agents.routes.d.ts +6 -6
- package/dist/routes/field-monitoring.routes.d.ts +2 -2
- package/dist/routes/field-observations.routes.d.ts +40 -40
- package/dist/routes/finance.routes.d.ts +159 -6
- package/dist/routes/finance.routes.d.ts.map +1 -1
- package/dist/routes/livestock-groups.routes.d.ts +24 -24
- package/dist/routes/market-intelligence.routes.d.ts +8 -8
- package/dist/routes/monitoring-visualization.routes.d.ts +5 -2
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/team-payments.routes.d.ts +36 -36
- package/dist/routes/weather.routes.d.ts +64 -0
- package/dist/routes/weather.routes.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.d.ts +6 -6
- package/dist/schemas/field-monitoring.schemas.d.ts +2 -2
- package/dist/schemas/field-observations.schemas.d.ts +34 -34
- package/dist/schemas/finance.schemas.d.ts +153 -0
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +23 -0
- package/dist/schemas/livestock-groups.schemas.d.ts +24 -24
- package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -0
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +2 -0
- package/dist/schemas/team-payments.schemas.d.ts +30 -30
- package/dist/schemas/weather.schemas.d.ts +191 -0
- package/dist/schemas/weather.schemas.d.ts.map +1 -1
- package/dist/schemas/weather.schemas.js +22 -3
- package/package.json +1 -1
|
@@ -4724,9 +4724,9 @@ export declare const agentsRouter: {
|
|
|
4724
4724
|
generatedAt: z.ZodString;
|
|
4725
4725
|
}, "strip", z.ZodTypeAny, {
|
|
4726
4726
|
fieldId: string;
|
|
4727
|
+
generatedAt: string;
|
|
4727
4728
|
score: number;
|
|
4728
4729
|
recommendation: "go" | "wait" | "monitor";
|
|
4729
|
-
generatedAt: string;
|
|
4730
4730
|
factors: {
|
|
4731
4731
|
gddProgress: number;
|
|
4732
4732
|
ndviTrend: number;
|
|
@@ -4734,9 +4734,9 @@ export declare const agentsRouter: {
|
|
|
4734
4734
|
};
|
|
4735
4735
|
}, {
|
|
4736
4736
|
fieldId: string;
|
|
4737
|
+
generatedAt: string;
|
|
4737
4738
|
score: number;
|
|
4738
4739
|
recommendation: "go" | "wait" | "monitor";
|
|
4739
|
-
generatedAt: string;
|
|
4740
4740
|
factors: {
|
|
4741
4741
|
gddProgress: number;
|
|
4742
4742
|
ndviTrend: number;
|
|
@@ -4748,9 +4748,9 @@ export declare const agentsRouter: {
|
|
|
4748
4748
|
id: string;
|
|
4749
4749
|
attributes: {
|
|
4750
4750
|
fieldId: string;
|
|
4751
|
+
generatedAt: string;
|
|
4751
4752
|
score: number;
|
|
4752
4753
|
recommendation: "go" | "wait" | "monitor";
|
|
4753
|
-
generatedAt: string;
|
|
4754
4754
|
factors: {
|
|
4755
4755
|
gddProgress: number;
|
|
4756
4756
|
ndviTrend: number;
|
|
@@ -4762,9 +4762,9 @@ export declare const agentsRouter: {
|
|
|
4762
4762
|
id: string;
|
|
4763
4763
|
attributes: {
|
|
4764
4764
|
fieldId: string;
|
|
4765
|
+
generatedAt: string;
|
|
4765
4766
|
score: number;
|
|
4766
4767
|
recommendation: "go" | "wait" | "monitor";
|
|
4767
|
-
generatedAt: string;
|
|
4768
4768
|
factors: {
|
|
4769
4769
|
gddProgress: number;
|
|
4770
4770
|
ndviTrend: number;
|
|
@@ -4778,9 +4778,9 @@ export declare const agentsRouter: {
|
|
|
4778
4778
|
id: string;
|
|
4779
4779
|
attributes: {
|
|
4780
4780
|
fieldId: string;
|
|
4781
|
+
generatedAt: string;
|
|
4781
4782
|
score: number;
|
|
4782
4783
|
recommendation: "go" | "wait" | "monitor";
|
|
4783
|
-
generatedAt: string;
|
|
4784
4784
|
factors: {
|
|
4785
4785
|
gddProgress: number;
|
|
4786
4786
|
ndviTrend: number;
|
|
@@ -4794,9 +4794,9 @@ export declare const agentsRouter: {
|
|
|
4794
4794
|
id: string;
|
|
4795
4795
|
attributes: {
|
|
4796
4796
|
fieldId: string;
|
|
4797
|
+
generatedAt: string;
|
|
4797
4798
|
score: number;
|
|
4798
4799
|
recommendation: "go" | "wait" | "monitor";
|
|
4799
|
-
generatedAt: string;
|
|
4800
4800
|
factors: {
|
|
4801
4801
|
gddProgress: number;
|
|
4802
4802
|
ndviTrend: number;
|
|
@@ -3325,15 +3325,15 @@ export declare const fieldMonitoringRouter: {
|
|
|
3325
3325
|
}, "strip", z.ZodTypeAny, {
|
|
3326
3326
|
status: "building";
|
|
3327
3327
|
fieldId: string;
|
|
3328
|
-
jobId: string;
|
|
3329
3328
|
kind: "terrain" | "soil";
|
|
3329
|
+
jobId: string;
|
|
3330
3330
|
cacheKey: string;
|
|
3331
3331
|
farmId?: string | undefined;
|
|
3332
3332
|
}, {
|
|
3333
3333
|
status: "building";
|
|
3334
3334
|
fieldId: string;
|
|
3335
|
-
jobId: string;
|
|
3336
3335
|
kind: "terrain" | "soil";
|
|
3336
|
+
jobId: string;
|
|
3337
3337
|
cacheKey: string;
|
|
3338
3338
|
farmId?: string | undefined;
|
|
3339
3339
|
}>;
|
|
@@ -395,14 +395,14 @@ export declare const fieldObservationsRouter: {
|
|
|
395
395
|
provider: z.ZodString;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
397
|
confidence: number;
|
|
398
|
+
provider: string;
|
|
398
399
|
scientificName: string;
|
|
399
400
|
commonNames: string[];
|
|
400
|
-
provider: string;
|
|
401
401
|
}, {
|
|
402
402
|
confidence: number;
|
|
403
|
+
provider: string;
|
|
403
404
|
scientificName: string;
|
|
404
405
|
commonNames: string[];
|
|
405
|
-
provider: string;
|
|
406
406
|
}>>;
|
|
407
407
|
primaryIssue: z.ZodOptional<z.ZodObject<{
|
|
408
408
|
name: z.ZodString;
|
|
@@ -442,9 +442,9 @@ export declare const fieldObservationsRouter: {
|
|
|
442
442
|
}, "strip", z.ZodTypeAny, {
|
|
443
443
|
plantIdentification?: {
|
|
444
444
|
confidence: number;
|
|
445
|
+
provider: string;
|
|
445
446
|
scientificName: string;
|
|
446
447
|
commonNames: string[];
|
|
447
|
-
provider: string;
|
|
448
448
|
} | undefined;
|
|
449
449
|
primaryIssue?: {
|
|
450
450
|
name: string;
|
|
@@ -464,9 +464,9 @@ export declare const fieldObservationsRouter: {
|
|
|
464
464
|
}, {
|
|
465
465
|
plantIdentification?: {
|
|
466
466
|
confidence: number;
|
|
467
|
+
provider: string;
|
|
467
468
|
scientificName: string;
|
|
468
469
|
commonNames: string[];
|
|
469
|
-
provider: string;
|
|
470
470
|
} | undefined;
|
|
471
471
|
primaryIssue?: {
|
|
472
472
|
name: string;
|
|
@@ -631,9 +631,9 @@ export declare const fieldObservationsRouter: {
|
|
|
631
631
|
analysisDetails: {
|
|
632
632
|
plantIdentification?: {
|
|
633
633
|
confidence: number;
|
|
634
|
+
provider: string;
|
|
634
635
|
scientificName: string;
|
|
635
636
|
commonNames: string[];
|
|
636
|
-
provider: string;
|
|
637
637
|
} | undefined;
|
|
638
638
|
primaryIssue?: {
|
|
639
639
|
name: string;
|
|
@@ -714,9 +714,9 @@ export declare const fieldObservationsRouter: {
|
|
|
714
714
|
analysisDetails: {
|
|
715
715
|
plantIdentification?: {
|
|
716
716
|
confidence: number;
|
|
717
|
+
provider: string;
|
|
717
718
|
scientificName: string;
|
|
718
719
|
commonNames: string[];
|
|
719
|
-
provider: string;
|
|
720
720
|
} | undefined;
|
|
721
721
|
primaryIssue?: {
|
|
722
722
|
name: string;
|
|
@@ -804,9 +804,9 @@ export declare const fieldObservationsRouter: {
|
|
|
804
804
|
analysisDetails: {
|
|
805
805
|
plantIdentification?: {
|
|
806
806
|
confidence: number;
|
|
807
|
+
provider: string;
|
|
807
808
|
scientificName: string;
|
|
808
809
|
commonNames: string[];
|
|
809
|
-
provider: string;
|
|
810
810
|
} | undefined;
|
|
811
811
|
primaryIssue?: {
|
|
812
812
|
name: string;
|
|
@@ -894,9 +894,9 @@ export declare const fieldObservationsRouter: {
|
|
|
894
894
|
analysisDetails: {
|
|
895
895
|
plantIdentification?: {
|
|
896
896
|
confidence: number;
|
|
897
|
+
provider: string;
|
|
897
898
|
scientificName: string;
|
|
898
899
|
commonNames: string[];
|
|
899
|
-
provider: string;
|
|
900
900
|
} | undefined;
|
|
901
901
|
primaryIssue?: {
|
|
902
902
|
name: string;
|
|
@@ -1010,9 +1010,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1010
1010
|
analysisDetails: {
|
|
1011
1011
|
plantIdentification?: {
|
|
1012
1012
|
confidence: number;
|
|
1013
|
+
provider: string;
|
|
1013
1014
|
scientificName: string;
|
|
1014
1015
|
commonNames: string[];
|
|
1015
|
-
provider: string;
|
|
1016
1016
|
} | undefined;
|
|
1017
1017
|
primaryIssue?: {
|
|
1018
1018
|
name: string;
|
|
@@ -1112,9 +1112,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1112
1112
|
analysisDetails: {
|
|
1113
1113
|
plantIdentification?: {
|
|
1114
1114
|
confidence: number;
|
|
1115
|
+
provider: string;
|
|
1115
1116
|
scientificName: string;
|
|
1116
1117
|
commonNames: string[];
|
|
1117
|
-
provider: string;
|
|
1118
1118
|
} | undefined;
|
|
1119
1119
|
primaryIssue?: {
|
|
1120
1120
|
name: string;
|
|
@@ -1252,14 +1252,14 @@ export declare const fieldObservationsRouter: {
|
|
|
1252
1252
|
provider: z.ZodString;
|
|
1253
1253
|
}, "strip", z.ZodTypeAny, {
|
|
1254
1254
|
confidence: number;
|
|
1255
|
+
provider: string;
|
|
1255
1256
|
scientificName: string;
|
|
1256
1257
|
commonNames: string[];
|
|
1257
|
-
provider: string;
|
|
1258
1258
|
}, {
|
|
1259
1259
|
confidence: number;
|
|
1260
|
+
provider: string;
|
|
1260
1261
|
scientificName: string;
|
|
1261
1262
|
commonNames: string[];
|
|
1262
|
-
provider: string;
|
|
1263
1263
|
}>>;
|
|
1264
1264
|
primaryIssue: z.ZodOptional<z.ZodObject<{
|
|
1265
1265
|
name: z.ZodString;
|
|
@@ -1299,9 +1299,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1299
1299
|
}, "strip", z.ZodTypeAny, {
|
|
1300
1300
|
plantIdentification?: {
|
|
1301
1301
|
confidence: number;
|
|
1302
|
+
provider: string;
|
|
1302
1303
|
scientificName: string;
|
|
1303
1304
|
commonNames: string[];
|
|
1304
|
-
provider: string;
|
|
1305
1305
|
} | undefined;
|
|
1306
1306
|
primaryIssue?: {
|
|
1307
1307
|
name: string;
|
|
@@ -1321,9 +1321,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1321
1321
|
}, {
|
|
1322
1322
|
plantIdentification?: {
|
|
1323
1323
|
confidence: number;
|
|
1324
|
+
provider: string;
|
|
1324
1325
|
scientificName: string;
|
|
1325
1326
|
commonNames: string[];
|
|
1326
|
-
provider: string;
|
|
1327
1327
|
} | undefined;
|
|
1328
1328
|
primaryIssue?: {
|
|
1329
1329
|
name: string;
|
|
@@ -1488,9 +1488,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1488
1488
|
analysisDetails: {
|
|
1489
1489
|
plantIdentification?: {
|
|
1490
1490
|
confidence: number;
|
|
1491
|
+
provider: string;
|
|
1491
1492
|
scientificName: string;
|
|
1492
1493
|
commonNames: string[];
|
|
1493
|
-
provider: string;
|
|
1494
1494
|
} | undefined;
|
|
1495
1495
|
primaryIssue?: {
|
|
1496
1496
|
name: string;
|
|
@@ -1571,9 +1571,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1571
1571
|
analysisDetails: {
|
|
1572
1572
|
plantIdentification?: {
|
|
1573
1573
|
confidence: number;
|
|
1574
|
+
provider: string;
|
|
1574
1575
|
scientificName: string;
|
|
1575
1576
|
commonNames: string[];
|
|
1576
|
-
provider: string;
|
|
1577
1577
|
} | undefined;
|
|
1578
1578
|
primaryIssue?: {
|
|
1579
1579
|
name: string;
|
|
@@ -1661,9 +1661,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1661
1661
|
analysisDetails: {
|
|
1662
1662
|
plantIdentification?: {
|
|
1663
1663
|
confidence: number;
|
|
1664
|
+
provider: string;
|
|
1664
1665
|
scientificName: string;
|
|
1665
1666
|
commonNames: string[];
|
|
1666
|
-
provider: string;
|
|
1667
1667
|
} | undefined;
|
|
1668
1668
|
primaryIssue?: {
|
|
1669
1669
|
name: string;
|
|
@@ -1751,9 +1751,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1751
1751
|
analysisDetails: {
|
|
1752
1752
|
plantIdentification?: {
|
|
1753
1753
|
confidence: number;
|
|
1754
|
+
provider: string;
|
|
1754
1755
|
scientificName: string;
|
|
1755
1756
|
commonNames: string[];
|
|
1756
|
-
provider: string;
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
primaryIssue?: {
|
|
1759
1759
|
name: string;
|
|
@@ -1867,9 +1867,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1867
1867
|
analysisDetails: {
|
|
1868
1868
|
plantIdentification?: {
|
|
1869
1869
|
confidence: number;
|
|
1870
|
+
provider: string;
|
|
1870
1871
|
scientificName: string;
|
|
1871
1872
|
commonNames: string[];
|
|
1872
|
-
provider: string;
|
|
1873
1873
|
} | undefined;
|
|
1874
1874
|
primaryIssue?: {
|
|
1875
1875
|
name: string;
|
|
@@ -1969,9 +1969,9 @@ export declare const fieldObservationsRouter: {
|
|
|
1969
1969
|
analysisDetails: {
|
|
1970
1970
|
plantIdentification?: {
|
|
1971
1971
|
confidence: number;
|
|
1972
|
+
provider: string;
|
|
1972
1973
|
scientificName: string;
|
|
1973
1974
|
commonNames: string[];
|
|
1974
|
-
provider: string;
|
|
1975
1975
|
} | undefined;
|
|
1976
1976
|
primaryIssue?: {
|
|
1977
1977
|
name: string;
|
|
@@ -2109,14 +2109,14 @@ export declare const fieldObservationsRouter: {
|
|
|
2109
2109
|
provider: z.ZodString;
|
|
2110
2110
|
}, "strip", z.ZodTypeAny, {
|
|
2111
2111
|
confidence: number;
|
|
2112
|
+
provider: string;
|
|
2112
2113
|
scientificName: string;
|
|
2113
2114
|
commonNames: string[];
|
|
2114
|
-
provider: string;
|
|
2115
2115
|
}, {
|
|
2116
2116
|
confidence: number;
|
|
2117
|
+
provider: string;
|
|
2117
2118
|
scientificName: string;
|
|
2118
2119
|
commonNames: string[];
|
|
2119
|
-
provider: string;
|
|
2120
2120
|
}>>;
|
|
2121
2121
|
primaryIssue: z.ZodOptional<z.ZodObject<{
|
|
2122
2122
|
name: z.ZodString;
|
|
@@ -2156,9 +2156,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2156
2156
|
}, "strip", z.ZodTypeAny, {
|
|
2157
2157
|
plantIdentification?: {
|
|
2158
2158
|
confidence: number;
|
|
2159
|
+
provider: string;
|
|
2159
2160
|
scientificName: string;
|
|
2160
2161
|
commonNames: string[];
|
|
2161
|
-
provider: string;
|
|
2162
2162
|
} | undefined;
|
|
2163
2163
|
primaryIssue?: {
|
|
2164
2164
|
name: string;
|
|
@@ -2178,9 +2178,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2178
2178
|
}, {
|
|
2179
2179
|
plantIdentification?: {
|
|
2180
2180
|
confidence: number;
|
|
2181
|
+
provider: string;
|
|
2181
2182
|
scientificName: string;
|
|
2182
2183
|
commonNames: string[];
|
|
2183
|
-
provider: string;
|
|
2184
2184
|
} | undefined;
|
|
2185
2185
|
primaryIssue?: {
|
|
2186
2186
|
name: string;
|
|
@@ -2345,9 +2345,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2345
2345
|
analysisDetails: {
|
|
2346
2346
|
plantIdentification?: {
|
|
2347
2347
|
confidence: number;
|
|
2348
|
+
provider: string;
|
|
2348
2349
|
scientificName: string;
|
|
2349
2350
|
commonNames: string[];
|
|
2350
|
-
provider: string;
|
|
2351
2351
|
} | undefined;
|
|
2352
2352
|
primaryIssue?: {
|
|
2353
2353
|
name: string;
|
|
@@ -2428,9 +2428,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2428
2428
|
analysisDetails: {
|
|
2429
2429
|
plantIdentification?: {
|
|
2430
2430
|
confidence: number;
|
|
2431
|
+
provider: string;
|
|
2431
2432
|
scientificName: string;
|
|
2432
2433
|
commonNames: string[];
|
|
2433
|
-
provider: string;
|
|
2434
2434
|
} | undefined;
|
|
2435
2435
|
primaryIssue?: {
|
|
2436
2436
|
name: string;
|
|
@@ -2518,9 +2518,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2518
2518
|
analysisDetails: {
|
|
2519
2519
|
plantIdentification?: {
|
|
2520
2520
|
confidence: number;
|
|
2521
|
+
provider: string;
|
|
2521
2522
|
scientificName: string;
|
|
2522
2523
|
commonNames: string[];
|
|
2523
|
-
provider: string;
|
|
2524
2524
|
} | undefined;
|
|
2525
2525
|
primaryIssue?: {
|
|
2526
2526
|
name: string;
|
|
@@ -2608,9 +2608,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2608
2608
|
analysisDetails: {
|
|
2609
2609
|
plantIdentification?: {
|
|
2610
2610
|
confidence: number;
|
|
2611
|
+
provider: string;
|
|
2611
2612
|
scientificName: string;
|
|
2612
2613
|
commonNames: string[];
|
|
2613
|
-
provider: string;
|
|
2614
2614
|
} | undefined;
|
|
2615
2615
|
primaryIssue?: {
|
|
2616
2616
|
name: string;
|
|
@@ -2724,9 +2724,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2724
2724
|
analysisDetails: {
|
|
2725
2725
|
plantIdentification?: {
|
|
2726
2726
|
confidence: number;
|
|
2727
|
+
provider: string;
|
|
2727
2728
|
scientificName: string;
|
|
2728
2729
|
commonNames: string[];
|
|
2729
|
-
provider: string;
|
|
2730
2730
|
} | undefined;
|
|
2731
2731
|
primaryIssue?: {
|
|
2732
2732
|
name: string;
|
|
@@ -2826,9 +2826,9 @@ export declare const fieldObservationsRouter: {
|
|
|
2826
2826
|
analysisDetails: {
|
|
2827
2827
|
plantIdentification?: {
|
|
2828
2828
|
confidence: number;
|
|
2829
|
+
provider: string;
|
|
2829
2830
|
scientificName: string;
|
|
2830
2831
|
commonNames: string[];
|
|
2831
|
-
provider: string;
|
|
2832
2832
|
} | undefined;
|
|
2833
2833
|
primaryIssue?: {
|
|
2834
2834
|
name: string;
|
|
@@ -2966,14 +2966,14 @@ export declare const fieldObservationsRouter: {
|
|
|
2966
2966
|
provider: z.ZodString;
|
|
2967
2967
|
}, "strip", z.ZodTypeAny, {
|
|
2968
2968
|
confidence: number;
|
|
2969
|
+
provider: string;
|
|
2969
2970
|
scientificName: string;
|
|
2970
2971
|
commonNames: string[];
|
|
2971
|
-
provider: string;
|
|
2972
2972
|
}, {
|
|
2973
2973
|
confidence: number;
|
|
2974
|
+
provider: string;
|
|
2974
2975
|
scientificName: string;
|
|
2975
2976
|
commonNames: string[];
|
|
2976
|
-
provider: string;
|
|
2977
2977
|
}>>;
|
|
2978
2978
|
primaryIssue: z.ZodOptional<z.ZodObject<{
|
|
2979
2979
|
name: z.ZodString;
|
|
@@ -3013,9 +3013,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3013
3013
|
}, "strip", z.ZodTypeAny, {
|
|
3014
3014
|
plantIdentification?: {
|
|
3015
3015
|
confidence: number;
|
|
3016
|
+
provider: string;
|
|
3016
3017
|
scientificName: string;
|
|
3017
3018
|
commonNames: string[];
|
|
3018
|
-
provider: string;
|
|
3019
3019
|
} | undefined;
|
|
3020
3020
|
primaryIssue?: {
|
|
3021
3021
|
name: string;
|
|
@@ -3035,9 +3035,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3035
3035
|
}, {
|
|
3036
3036
|
plantIdentification?: {
|
|
3037
3037
|
confidence: number;
|
|
3038
|
+
provider: string;
|
|
3038
3039
|
scientificName: string;
|
|
3039
3040
|
commonNames: string[];
|
|
3040
|
-
provider: string;
|
|
3041
3041
|
} | undefined;
|
|
3042
3042
|
primaryIssue?: {
|
|
3043
3043
|
name: string;
|
|
@@ -3202,9 +3202,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3202
3202
|
analysisDetails: {
|
|
3203
3203
|
plantIdentification?: {
|
|
3204
3204
|
confidence: number;
|
|
3205
|
+
provider: string;
|
|
3205
3206
|
scientificName: string;
|
|
3206
3207
|
commonNames: string[];
|
|
3207
|
-
provider: string;
|
|
3208
3208
|
} | undefined;
|
|
3209
3209
|
primaryIssue?: {
|
|
3210
3210
|
name: string;
|
|
@@ -3285,9 +3285,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3285
3285
|
analysisDetails: {
|
|
3286
3286
|
plantIdentification?: {
|
|
3287
3287
|
confidence: number;
|
|
3288
|
+
provider: string;
|
|
3288
3289
|
scientificName: string;
|
|
3289
3290
|
commonNames: string[];
|
|
3290
|
-
provider: string;
|
|
3291
3291
|
} | undefined;
|
|
3292
3292
|
primaryIssue?: {
|
|
3293
3293
|
name: string;
|
|
@@ -3375,9 +3375,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3375
3375
|
analysisDetails: {
|
|
3376
3376
|
plantIdentification?: {
|
|
3377
3377
|
confidence: number;
|
|
3378
|
+
provider: string;
|
|
3378
3379
|
scientificName: string;
|
|
3379
3380
|
commonNames: string[];
|
|
3380
|
-
provider: string;
|
|
3381
3381
|
} | undefined;
|
|
3382
3382
|
primaryIssue?: {
|
|
3383
3383
|
name: string;
|
|
@@ -3465,9 +3465,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3465
3465
|
analysisDetails: {
|
|
3466
3466
|
plantIdentification?: {
|
|
3467
3467
|
confidence: number;
|
|
3468
|
+
provider: string;
|
|
3468
3469
|
scientificName: string;
|
|
3469
3470
|
commonNames: string[];
|
|
3470
|
-
provider: string;
|
|
3471
3471
|
} | undefined;
|
|
3472
3472
|
primaryIssue?: {
|
|
3473
3473
|
name: string;
|
|
@@ -3581,9 +3581,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3581
3581
|
analysisDetails: {
|
|
3582
3582
|
plantIdentification?: {
|
|
3583
3583
|
confidence: number;
|
|
3584
|
+
provider: string;
|
|
3584
3585
|
scientificName: string;
|
|
3585
3586
|
commonNames: string[];
|
|
3586
|
-
provider: string;
|
|
3587
3587
|
} | undefined;
|
|
3588
3588
|
primaryIssue?: {
|
|
3589
3589
|
name: string;
|
|
@@ -3683,9 +3683,9 @@ export declare const fieldObservationsRouter: {
|
|
|
3683
3683
|
analysisDetails: {
|
|
3684
3684
|
plantIdentification?: {
|
|
3685
3685
|
confidence: number;
|
|
3686
|
+
provider: string;
|
|
3686
3687
|
scientificName: string;
|
|
3687
3688
|
commonNames: string[];
|
|
3688
|
-
provider: string;
|
|
3689
3689
|
} | undefined;
|
|
3690
3690
|
primaryIssue?: {
|
|
3691
3691
|
name: string;
|