@deepintel-ltd/farmpro-contracts 1.11.3 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/admin.routes.d.ts +2852 -36
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +78 -6
- package/dist/routes/agent-workflows.routes.d.ts +140 -140
- package/dist/routes/agents.routes.d.ts +6 -6
- package/dist/routes/analytics.routes.d.ts +6 -6
- package/dist/routes/auth.routes.d.ts +503 -0
- package/dist/routes/auth.routes.d.ts.map +1 -1
- package/dist/routes/auth.routes.js +15 -0
- package/dist/routes/crop-profile.routes.d.ts +18 -18
- package/dist/routes/documents.routes.d.ts +58 -58
- package/dist/routes/equipment.routes.d.ts +62 -62
- package/dist/routes/extension.routes.d.ts +6 -6
- package/dist/routes/farm-status.routes.d.ts +6 -6
- package/dist/routes/farms.routes.d.ts +35 -0
- package/dist/routes/farms.routes.d.ts.map +1 -1
- package/dist/routes/fertigation.routes.d.ts +76 -76
- package/dist/routes/field-monitoring.routes.d.ts +34 -34
- package/dist/routes/field-observations.routes.d.ts +170 -170
- package/dist/routes/finance.routes.d.ts +6 -6
- package/dist/routes/geofences.routes.d.ts +8 -8
- package/dist/routes/irrigation.routes.d.ts +22 -22
- package/dist/routes/live-monitor.routes.d.ts +2 -2
- package/dist/routes/livestock-groups.routes.d.ts +30 -30
- package/dist/routes/livestock.routes.d.ts +24 -24
- package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
- package/dist/routes/pest-disease-risk.routes.d.ts +48 -48
- package/dist/routes/prescription-maps.routes.d.ts +2 -2
- package/dist/routes/seasonal-plans.routes.d.ts +6 -6
- package/dist/routes/soil-tests.routes.d.ts +30 -30
- package/dist/routes/subscriptions.routes.d.ts +2 -2
- package/dist/routes/team-payments.routes.d.ts +36 -36
- package/dist/routes/team.routes.d.ts +24 -24
- package/dist/routes/users.routes.d.ts +14 -0
- package/dist/routes/users.routes.d.ts.map +1 -1
- package/dist/routes/weather.routes.d.ts +14 -14
- package/dist/routes/yield-prediction.routes.d.ts +48 -48
- package/dist/schemas/admin.schemas.d.ts +431 -84
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +36 -0
- package/dist/schemas/agent-workflows.schemas.d.ts +111 -111
- package/dist/schemas/agents.schemas.d.ts +6 -6
- package/dist/schemas/analytics.schemas.d.ts +12 -12
- package/dist/schemas/crop-profile.schemas.d.ts +26 -26
- package/dist/schemas/documents.schemas.d.ts +48 -48
- package/dist/schemas/equipment.schemas.d.ts +48 -48
- package/dist/schemas/extension.schemas.d.ts +12 -12
- package/dist/schemas/farm-status.schemas.d.ts +8 -8
- package/dist/schemas/farms.schemas.d.ts +48 -0
- package/dist/schemas/farms.schemas.d.ts.map +1 -1
- package/dist/schemas/farms.schemas.js +3 -0
- package/dist/schemas/fertigation.schemas.d.ts +20 -20
- package/dist/schemas/field-monitoring.schemas.d.ts +26 -26
- package/dist/schemas/field-observations.schemas.d.ts +126 -126
- package/dist/schemas/finance.schemas.d.ts +6 -6
- package/dist/schemas/geofences.schemas.d.ts +6 -6
- package/dist/schemas/irrigation.schemas.d.ts +12 -12
- package/dist/schemas/live-monitor.schemas.d.ts +2 -2
- package/dist/schemas/livestock-groups.schemas.d.ts +18 -18
- package/dist/schemas/livestock.schemas.d.ts +18 -18
- package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
- package/dist/schemas/pest-disease-risk.schemas.d.ts +32 -32
- package/dist/schemas/prescription-maps.schemas.d.ts +2 -2
- package/dist/schemas/seasonal-plans.schemas.d.ts +12 -12
- package/dist/schemas/soil-tests.schemas.d.ts +28 -28
- package/dist/schemas/team-payments.schemas.d.ts +24 -24
- package/dist/schemas/team.schemas.d.ts +18 -18
- package/dist/schemas/users.schemas.d.ts +15 -0
- package/dist/schemas/users.schemas.d.ts.map +1 -1
- package/dist/schemas/users.schemas.js +1 -0
- package/dist/schemas/weather.schemas.d.ts +28 -28
- package/dist/schemas/yield-prediction.schemas.d.ts +8 -8
- package/package.json +1 -1
|
@@ -84,9 +84,9 @@ export declare const livestockGroupsRouter: {
|
|
|
84
84
|
updatedAt: string;
|
|
85
85
|
name: string;
|
|
86
86
|
description: string | null;
|
|
87
|
+
farmId: string;
|
|
87
88
|
location: string | null;
|
|
88
89
|
currency: string;
|
|
89
|
-
farmId: string;
|
|
90
90
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
91
91
|
notes: string | null;
|
|
92
92
|
purchasePrice: number | null;
|
|
@@ -114,8 +114,8 @@ export declare const livestockGroupsRouter: {
|
|
|
114
114
|
updatedAt: string;
|
|
115
115
|
name: string;
|
|
116
116
|
description: string | null;
|
|
117
|
-
location: string | null;
|
|
118
117
|
farmId: string;
|
|
118
|
+
location: string | null;
|
|
119
119
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
120
120
|
notes: string | null;
|
|
121
121
|
purchasePrice: number | null;
|
|
@@ -151,9 +151,9 @@ export declare const livestockGroupsRouter: {
|
|
|
151
151
|
updatedAt: string;
|
|
152
152
|
name: string;
|
|
153
153
|
description: string | null;
|
|
154
|
+
farmId: string;
|
|
154
155
|
location: string | null;
|
|
155
156
|
currency: string;
|
|
156
|
-
farmId: string;
|
|
157
157
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
158
158
|
notes: string | null;
|
|
159
159
|
purchasePrice: number | null;
|
|
@@ -188,8 +188,8 @@ export declare const livestockGroupsRouter: {
|
|
|
188
188
|
updatedAt: string;
|
|
189
189
|
name: string;
|
|
190
190
|
description: string | null;
|
|
191
|
-
location: string | null;
|
|
192
191
|
farmId: string;
|
|
192
|
+
location: string | null;
|
|
193
193
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
194
194
|
notes: string | null;
|
|
195
195
|
purchasePrice: number | null;
|
|
@@ -251,9 +251,9 @@ export declare const livestockGroupsRouter: {
|
|
|
251
251
|
updatedAt: string;
|
|
252
252
|
name: string;
|
|
253
253
|
description: string | null;
|
|
254
|
+
farmId: string;
|
|
254
255
|
location: string | null;
|
|
255
256
|
currency: string;
|
|
256
|
-
farmId: string;
|
|
257
257
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
258
258
|
notes: string | null;
|
|
259
259
|
purchasePrice: number | null;
|
|
@@ -300,8 +300,8 @@ export declare const livestockGroupsRouter: {
|
|
|
300
300
|
updatedAt: string;
|
|
301
301
|
name: string;
|
|
302
302
|
description: string | null;
|
|
303
|
-
location: string | null;
|
|
304
303
|
farmId: string;
|
|
304
|
+
location: string | null;
|
|
305
305
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
306
306
|
notes: string | null;
|
|
307
307
|
purchasePrice: number | null;
|
|
@@ -1038,9 +1038,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1038
1038
|
updatedAt: string;
|
|
1039
1039
|
name: string;
|
|
1040
1040
|
description: string | null;
|
|
1041
|
+
farmId: string;
|
|
1041
1042
|
location: string | null;
|
|
1042
1043
|
currency: string;
|
|
1043
|
-
farmId: string;
|
|
1044
1044
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1045
1045
|
notes: string | null;
|
|
1046
1046
|
purchasePrice: number | null;
|
|
@@ -1068,8 +1068,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1068
1068
|
updatedAt: string;
|
|
1069
1069
|
name: string;
|
|
1070
1070
|
description: string | null;
|
|
1071
|
-
location: string | null;
|
|
1072
1071
|
farmId: string;
|
|
1072
|
+
location: string | null;
|
|
1073
1073
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1074
1074
|
notes: string | null;
|
|
1075
1075
|
purchasePrice: number | null;
|
|
@@ -1105,9 +1105,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1105
1105
|
updatedAt: string;
|
|
1106
1106
|
name: string;
|
|
1107
1107
|
description: string | null;
|
|
1108
|
+
farmId: string;
|
|
1108
1109
|
location: string | null;
|
|
1109
1110
|
currency: string;
|
|
1110
|
-
farmId: string;
|
|
1111
1111
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1112
1112
|
notes: string | null;
|
|
1113
1113
|
purchasePrice: number | null;
|
|
@@ -1142,8 +1142,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1142
1142
|
updatedAt: string;
|
|
1143
1143
|
name: string;
|
|
1144
1144
|
description: string | null;
|
|
1145
|
-
location: string | null;
|
|
1146
1145
|
farmId: string;
|
|
1146
|
+
location: string | null;
|
|
1147
1147
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1148
1148
|
notes: string | null;
|
|
1149
1149
|
purchasePrice: number | null;
|
|
@@ -1205,9 +1205,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1205
1205
|
updatedAt: string;
|
|
1206
1206
|
name: string;
|
|
1207
1207
|
description: string | null;
|
|
1208
|
+
farmId: string;
|
|
1208
1209
|
location: string | null;
|
|
1209
1210
|
currency: string;
|
|
1210
|
-
farmId: string;
|
|
1211
1211
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1212
1212
|
notes: string | null;
|
|
1213
1213
|
purchasePrice: number | null;
|
|
@@ -1254,8 +1254,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1254
1254
|
updatedAt: string;
|
|
1255
1255
|
name: string;
|
|
1256
1256
|
description: string | null;
|
|
1257
|
-
location: string | null;
|
|
1258
1257
|
farmId: string;
|
|
1258
|
+
location: string | null;
|
|
1259
1259
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1260
1260
|
notes: string | null;
|
|
1261
1261
|
purchasePrice: number | null;
|
|
@@ -1803,9 +1803,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1803
1803
|
updatedAt: string;
|
|
1804
1804
|
name: string;
|
|
1805
1805
|
description: string | null;
|
|
1806
|
+
farmId: string;
|
|
1806
1807
|
location: string | null;
|
|
1807
1808
|
currency: string;
|
|
1808
|
-
farmId: string;
|
|
1809
1809
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1810
1810
|
notes: string | null;
|
|
1811
1811
|
purchasePrice: number | null;
|
|
@@ -1833,8 +1833,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1833
1833
|
updatedAt: string;
|
|
1834
1834
|
name: string;
|
|
1835
1835
|
description: string | null;
|
|
1836
|
-
location: string | null;
|
|
1837
1836
|
farmId: string;
|
|
1837
|
+
location: string | null;
|
|
1838
1838
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1839
1839
|
notes: string | null;
|
|
1840
1840
|
purchasePrice: number | null;
|
|
@@ -1870,9 +1870,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1870
1870
|
updatedAt: string;
|
|
1871
1871
|
name: string;
|
|
1872
1872
|
description: string | null;
|
|
1873
|
+
farmId: string;
|
|
1873
1874
|
location: string | null;
|
|
1874
1875
|
currency: string;
|
|
1875
|
-
farmId: string;
|
|
1876
1876
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1877
1877
|
notes: string | null;
|
|
1878
1878
|
purchasePrice: number | null;
|
|
@@ -1907,8 +1907,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1907
1907
|
updatedAt: string;
|
|
1908
1908
|
name: string;
|
|
1909
1909
|
description: string | null;
|
|
1910
|
-
location: string | null;
|
|
1911
1910
|
farmId: string;
|
|
1911
|
+
location: string | null;
|
|
1912
1912
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1913
1913
|
notes: string | null;
|
|
1914
1914
|
purchasePrice: number | null;
|
|
@@ -1970,9 +1970,9 @@ export declare const livestockGroupsRouter: {
|
|
|
1970
1970
|
updatedAt: string;
|
|
1971
1971
|
name: string;
|
|
1972
1972
|
description: string | null;
|
|
1973
|
+
farmId: string;
|
|
1973
1974
|
location: string | null;
|
|
1974
1975
|
currency: string;
|
|
1975
|
-
farmId: string;
|
|
1976
1976
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1977
1977
|
notes: string | null;
|
|
1978
1978
|
purchasePrice: number | null;
|
|
@@ -2019,8 +2019,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2019
2019
|
updatedAt: string;
|
|
2020
2020
|
name: string;
|
|
2021
2021
|
description: string | null;
|
|
2022
|
-
location: string | null;
|
|
2023
2022
|
farmId: string;
|
|
2023
|
+
location: string | null;
|
|
2024
2024
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2025
2025
|
notes: string | null;
|
|
2026
2026
|
purchasePrice: number | null;
|
|
@@ -2500,9 +2500,9 @@ export declare const livestockGroupsRouter: {
|
|
|
2500
2500
|
updatedAt: string;
|
|
2501
2501
|
name: string;
|
|
2502
2502
|
description: string | null;
|
|
2503
|
+
farmId: string;
|
|
2503
2504
|
location: string | null;
|
|
2504
2505
|
currency: string;
|
|
2505
|
-
farmId: string;
|
|
2506
2506
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2507
2507
|
notes: string | null;
|
|
2508
2508
|
purchasePrice: number | null;
|
|
@@ -2530,8 +2530,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2530
2530
|
updatedAt: string;
|
|
2531
2531
|
name: string;
|
|
2532
2532
|
description: string | null;
|
|
2533
|
-
location: string | null;
|
|
2534
2533
|
farmId: string;
|
|
2534
|
+
location: string | null;
|
|
2535
2535
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2536
2536
|
notes: string | null;
|
|
2537
2537
|
purchasePrice: number | null;
|
|
@@ -2567,9 +2567,9 @@ export declare const livestockGroupsRouter: {
|
|
|
2567
2567
|
updatedAt: string;
|
|
2568
2568
|
name: string;
|
|
2569
2569
|
description: string | null;
|
|
2570
|
+
farmId: string;
|
|
2570
2571
|
location: string | null;
|
|
2571
2572
|
currency: string;
|
|
2572
|
-
farmId: string;
|
|
2573
2573
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2574
2574
|
notes: string | null;
|
|
2575
2575
|
purchasePrice: number | null;
|
|
@@ -2604,8 +2604,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2604
2604
|
updatedAt: string;
|
|
2605
2605
|
name: string;
|
|
2606
2606
|
description: string | null;
|
|
2607
|
-
location: string | null;
|
|
2608
2607
|
farmId: string;
|
|
2608
|
+
location: string | null;
|
|
2609
2609
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2610
2610
|
notes: string | null;
|
|
2611
2611
|
purchasePrice: number | null;
|
|
@@ -2667,9 +2667,9 @@ export declare const livestockGroupsRouter: {
|
|
|
2667
2667
|
updatedAt: string;
|
|
2668
2668
|
name: string;
|
|
2669
2669
|
description: string | null;
|
|
2670
|
+
farmId: string;
|
|
2670
2671
|
location: string | null;
|
|
2671
2672
|
currency: string;
|
|
2672
|
-
farmId: string;
|
|
2673
2673
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2674
2674
|
notes: string | null;
|
|
2675
2675
|
purchasePrice: number | null;
|
|
@@ -2716,8 +2716,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2716
2716
|
updatedAt: string;
|
|
2717
2717
|
name: string;
|
|
2718
2718
|
description: string | null;
|
|
2719
|
-
location: string | null;
|
|
2720
2719
|
farmId: string;
|
|
2720
|
+
location: string | null;
|
|
2721
2721
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2722
2722
|
notes: string | null;
|
|
2723
2723
|
purchasePrice: number | null;
|
|
@@ -3606,9 +3606,9 @@ export declare const livestockGroupsRouter: {
|
|
|
3606
3606
|
createdAt: string;
|
|
3607
3607
|
updatedAt: string;
|
|
3608
3608
|
name: string | null;
|
|
3609
|
+
farmId: string;
|
|
3609
3610
|
location: string | null;
|
|
3610
3611
|
currency: string;
|
|
3611
|
-
farmId: string;
|
|
3612
3612
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3613
3613
|
notes: string | null;
|
|
3614
3614
|
purchasePrice: number | null;
|
|
@@ -3675,8 +3675,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3675
3675
|
createdAt: string;
|
|
3676
3676
|
updatedAt: string;
|
|
3677
3677
|
name: string | null;
|
|
3678
|
-
location: string | null;
|
|
3679
3678
|
farmId: string;
|
|
3679
|
+
location: string | null;
|
|
3680
3680
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3681
3681
|
notes: string | null;
|
|
3682
3682
|
purchasePrice: number | null;
|
|
@@ -3751,9 +3751,9 @@ export declare const livestockGroupsRouter: {
|
|
|
3751
3751
|
createdAt: string;
|
|
3752
3752
|
updatedAt: string;
|
|
3753
3753
|
name: string | null;
|
|
3754
|
+
farmId: string;
|
|
3754
3755
|
location: string | null;
|
|
3755
3756
|
currency: string;
|
|
3756
|
-
farmId: string;
|
|
3757
3757
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3758
3758
|
notes: string | null;
|
|
3759
3759
|
purchasePrice: number | null;
|
|
@@ -3827,8 +3827,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3827
3827
|
createdAt: string;
|
|
3828
3828
|
updatedAt: string;
|
|
3829
3829
|
name: string | null;
|
|
3830
|
-
location: string | null;
|
|
3831
3830
|
farmId: string;
|
|
3831
|
+
location: string | null;
|
|
3832
3832
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3833
3833
|
notes: string | null;
|
|
3834
3834
|
purchasePrice: number | null;
|
|
@@ -3929,9 +3929,9 @@ export declare const livestockGroupsRouter: {
|
|
|
3929
3929
|
createdAt: string;
|
|
3930
3930
|
updatedAt: string;
|
|
3931
3931
|
name: string | null;
|
|
3932
|
+
farmId: string;
|
|
3932
3933
|
location: string | null;
|
|
3933
3934
|
currency: string;
|
|
3934
|
-
farmId: string;
|
|
3935
3935
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3936
3936
|
notes: string | null;
|
|
3937
3937
|
purchasePrice: number | null;
|
|
@@ -4017,8 +4017,8 @@ export declare const livestockGroupsRouter: {
|
|
|
4017
4017
|
createdAt: string;
|
|
4018
4018
|
updatedAt: string;
|
|
4019
4019
|
name: string | null;
|
|
4020
|
-
location: string | null;
|
|
4021
4020
|
farmId: string;
|
|
4021
|
+
location: string | null;
|
|
4022
4022
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4023
4023
|
notes: string | null;
|
|
4024
4024
|
purchasePrice: number | null;
|
|
@@ -206,9 +206,9 @@ export declare const livestockRouter: {
|
|
|
206
206
|
createdAt: string;
|
|
207
207
|
updatedAt: string;
|
|
208
208
|
name: string | null;
|
|
209
|
+
farmId: string;
|
|
209
210
|
location: string | null;
|
|
210
211
|
currency: string;
|
|
211
|
-
farmId: string;
|
|
212
212
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
213
213
|
notes: string | null;
|
|
214
214
|
purchasePrice: number | null;
|
|
@@ -275,8 +275,8 @@ export declare const livestockRouter: {
|
|
|
275
275
|
createdAt: string;
|
|
276
276
|
updatedAt: string;
|
|
277
277
|
name: string | null;
|
|
278
|
-
location: string | null;
|
|
279
278
|
farmId: string;
|
|
279
|
+
location: string | null;
|
|
280
280
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
281
281
|
notes: string | null;
|
|
282
282
|
purchasePrice: number | null;
|
|
@@ -351,9 +351,9 @@ export declare const livestockRouter: {
|
|
|
351
351
|
createdAt: string;
|
|
352
352
|
updatedAt: string;
|
|
353
353
|
name: string | null;
|
|
354
|
+
farmId: string;
|
|
354
355
|
location: string | null;
|
|
355
356
|
currency: string;
|
|
356
|
-
farmId: string;
|
|
357
357
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
358
358
|
notes: string | null;
|
|
359
359
|
purchasePrice: number | null;
|
|
@@ -427,8 +427,8 @@ export declare const livestockRouter: {
|
|
|
427
427
|
createdAt: string;
|
|
428
428
|
updatedAt: string;
|
|
429
429
|
name: string | null;
|
|
430
|
-
location: string | null;
|
|
431
430
|
farmId: string;
|
|
431
|
+
location: string | null;
|
|
432
432
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
433
433
|
notes: string | null;
|
|
434
434
|
purchasePrice: number | null;
|
|
@@ -529,9 +529,9 @@ export declare const livestockRouter: {
|
|
|
529
529
|
createdAt: string;
|
|
530
530
|
updatedAt: string;
|
|
531
531
|
name: string | null;
|
|
532
|
+
farmId: string;
|
|
532
533
|
location: string | null;
|
|
533
534
|
currency: string;
|
|
534
|
-
farmId: string;
|
|
535
535
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
536
536
|
notes: string | null;
|
|
537
537
|
purchasePrice: number | null;
|
|
@@ -617,8 +617,8 @@ export declare const livestockRouter: {
|
|
|
617
617
|
createdAt: string;
|
|
618
618
|
updatedAt: string;
|
|
619
619
|
name: string | null;
|
|
620
|
-
location: string | null;
|
|
621
620
|
farmId: string;
|
|
621
|
+
location: string | null;
|
|
622
622
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
623
623
|
notes: string | null;
|
|
624
624
|
purchasePrice: number | null;
|
|
@@ -1461,9 +1461,9 @@ export declare const livestockRouter: {
|
|
|
1461
1461
|
createdAt: string;
|
|
1462
1462
|
updatedAt: string;
|
|
1463
1463
|
name: string | null;
|
|
1464
|
+
farmId: string;
|
|
1464
1465
|
location: string | null;
|
|
1465
1466
|
currency: string;
|
|
1466
|
-
farmId: string;
|
|
1467
1467
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1468
1468
|
notes: string | null;
|
|
1469
1469
|
purchasePrice: number | null;
|
|
@@ -1530,8 +1530,8 @@ export declare const livestockRouter: {
|
|
|
1530
1530
|
createdAt: string;
|
|
1531
1531
|
updatedAt: string;
|
|
1532
1532
|
name: string | null;
|
|
1533
|
-
location: string | null;
|
|
1534
1533
|
farmId: string;
|
|
1534
|
+
location: string | null;
|
|
1535
1535
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1536
1536
|
notes: string | null;
|
|
1537
1537
|
purchasePrice: number | null;
|
|
@@ -1606,9 +1606,9 @@ export declare const livestockRouter: {
|
|
|
1606
1606
|
createdAt: string;
|
|
1607
1607
|
updatedAt: string;
|
|
1608
1608
|
name: string | null;
|
|
1609
|
+
farmId: string;
|
|
1609
1610
|
location: string | null;
|
|
1610
1611
|
currency: string;
|
|
1611
|
-
farmId: string;
|
|
1612
1612
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1613
1613
|
notes: string | null;
|
|
1614
1614
|
purchasePrice: number | null;
|
|
@@ -1682,8 +1682,8 @@ export declare const livestockRouter: {
|
|
|
1682
1682
|
createdAt: string;
|
|
1683
1683
|
updatedAt: string;
|
|
1684
1684
|
name: string | null;
|
|
1685
|
-
location: string | null;
|
|
1686
1685
|
farmId: string;
|
|
1686
|
+
location: string | null;
|
|
1687
1687
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1688
1688
|
notes: string | null;
|
|
1689
1689
|
purchasePrice: number | null;
|
|
@@ -1784,9 +1784,9 @@ export declare const livestockRouter: {
|
|
|
1784
1784
|
createdAt: string;
|
|
1785
1785
|
updatedAt: string;
|
|
1786
1786
|
name: string | null;
|
|
1787
|
+
farmId: string;
|
|
1787
1788
|
location: string | null;
|
|
1788
1789
|
currency: string;
|
|
1789
|
-
farmId: string;
|
|
1790
1790
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1791
1791
|
notes: string | null;
|
|
1792
1792
|
purchasePrice: number | null;
|
|
@@ -1872,8 +1872,8 @@ export declare const livestockRouter: {
|
|
|
1872
1872
|
createdAt: string;
|
|
1873
1873
|
updatedAt: string;
|
|
1874
1874
|
name: string | null;
|
|
1875
|
-
location: string | null;
|
|
1876
1875
|
farmId: string;
|
|
1876
|
+
location: string | null;
|
|
1877
1877
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1878
1878
|
notes: string | null;
|
|
1879
1879
|
purchasePrice: number | null;
|
|
@@ -2580,9 +2580,9 @@ export declare const livestockRouter: {
|
|
|
2580
2580
|
createdAt: string;
|
|
2581
2581
|
updatedAt: string;
|
|
2582
2582
|
name: string | null;
|
|
2583
|
+
farmId: string;
|
|
2583
2584
|
location: string | null;
|
|
2584
2585
|
currency: string;
|
|
2585
|
-
farmId: string;
|
|
2586
2586
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2587
2587
|
notes: string | null;
|
|
2588
2588
|
purchasePrice: number | null;
|
|
@@ -2649,8 +2649,8 @@ export declare const livestockRouter: {
|
|
|
2649
2649
|
createdAt: string;
|
|
2650
2650
|
updatedAt: string;
|
|
2651
2651
|
name: string | null;
|
|
2652
|
-
location: string | null;
|
|
2653
2652
|
farmId: string;
|
|
2653
|
+
location: string | null;
|
|
2654
2654
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2655
2655
|
notes: string | null;
|
|
2656
2656
|
purchasePrice: number | null;
|
|
@@ -2725,9 +2725,9 @@ export declare const livestockRouter: {
|
|
|
2725
2725
|
createdAt: string;
|
|
2726
2726
|
updatedAt: string;
|
|
2727
2727
|
name: string | null;
|
|
2728
|
+
farmId: string;
|
|
2728
2729
|
location: string | null;
|
|
2729
2730
|
currency: string;
|
|
2730
|
-
farmId: string;
|
|
2731
2731
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2732
2732
|
notes: string | null;
|
|
2733
2733
|
purchasePrice: number | null;
|
|
@@ -2801,8 +2801,8 @@ export declare const livestockRouter: {
|
|
|
2801
2801
|
createdAt: string;
|
|
2802
2802
|
updatedAt: string;
|
|
2803
2803
|
name: string | null;
|
|
2804
|
-
location: string | null;
|
|
2805
2804
|
farmId: string;
|
|
2805
|
+
location: string | null;
|
|
2806
2806
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2807
2807
|
notes: string | null;
|
|
2808
2808
|
purchasePrice: number | null;
|
|
@@ -2903,9 +2903,9 @@ export declare const livestockRouter: {
|
|
|
2903
2903
|
createdAt: string;
|
|
2904
2904
|
updatedAt: string;
|
|
2905
2905
|
name: string | null;
|
|
2906
|
+
farmId: string;
|
|
2906
2907
|
location: string | null;
|
|
2907
2908
|
currency: string;
|
|
2908
|
-
farmId: string;
|
|
2909
2909
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2910
2910
|
notes: string | null;
|
|
2911
2911
|
purchasePrice: number | null;
|
|
@@ -2991,8 +2991,8 @@ export declare const livestockRouter: {
|
|
|
2991
2991
|
createdAt: string;
|
|
2992
2992
|
updatedAt: string;
|
|
2993
2993
|
name: string | null;
|
|
2994
|
-
location: string | null;
|
|
2995
2994
|
farmId: string;
|
|
2995
|
+
location: string | null;
|
|
2996
2996
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2997
2997
|
notes: string | null;
|
|
2998
2998
|
purchasePrice: number | null;
|
|
@@ -3589,9 +3589,9 @@ export declare const livestockRouter: {
|
|
|
3589
3589
|
createdAt: string;
|
|
3590
3590
|
updatedAt: string;
|
|
3591
3591
|
name: string | null;
|
|
3592
|
+
farmId: string;
|
|
3592
3593
|
location: string | null;
|
|
3593
3594
|
currency: string;
|
|
3594
|
-
farmId: string;
|
|
3595
3595
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3596
3596
|
notes: string | null;
|
|
3597
3597
|
purchasePrice: number | null;
|
|
@@ -3658,8 +3658,8 @@ export declare const livestockRouter: {
|
|
|
3658
3658
|
createdAt: string;
|
|
3659
3659
|
updatedAt: string;
|
|
3660
3660
|
name: string | null;
|
|
3661
|
-
location: string | null;
|
|
3662
3661
|
farmId: string;
|
|
3662
|
+
location: string | null;
|
|
3663
3663
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3664
3664
|
notes: string | null;
|
|
3665
3665
|
purchasePrice: number | null;
|
|
@@ -3734,9 +3734,9 @@ export declare const livestockRouter: {
|
|
|
3734
3734
|
createdAt: string;
|
|
3735
3735
|
updatedAt: string;
|
|
3736
3736
|
name: string | null;
|
|
3737
|
+
farmId: string;
|
|
3737
3738
|
location: string | null;
|
|
3738
3739
|
currency: string;
|
|
3739
|
-
farmId: string;
|
|
3740
3740
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3741
3741
|
notes: string | null;
|
|
3742
3742
|
purchasePrice: number | null;
|
|
@@ -3810,8 +3810,8 @@ export declare const livestockRouter: {
|
|
|
3810
3810
|
createdAt: string;
|
|
3811
3811
|
updatedAt: string;
|
|
3812
3812
|
name: string | null;
|
|
3813
|
-
location: string | null;
|
|
3814
3813
|
farmId: string;
|
|
3814
|
+
location: string | null;
|
|
3815
3815
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3816
3816
|
notes: string | null;
|
|
3817
3817
|
purchasePrice: number | null;
|
|
@@ -3912,9 +3912,9 @@ export declare const livestockRouter: {
|
|
|
3912
3912
|
createdAt: string;
|
|
3913
3913
|
updatedAt: string;
|
|
3914
3914
|
name: string | null;
|
|
3915
|
+
farmId: string;
|
|
3915
3916
|
location: string | null;
|
|
3916
3917
|
currency: string;
|
|
3917
|
-
farmId: string;
|
|
3918
3918
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3919
3919
|
notes: string | null;
|
|
3920
3920
|
purchasePrice: number | null;
|
|
@@ -4000,8 +4000,8 @@ export declare const livestockRouter: {
|
|
|
4000
4000
|
createdAt: string;
|
|
4001
4001
|
updatedAt: string;
|
|
4002
4002
|
name: string | null;
|
|
4003
|
-
location: string | null;
|
|
4004
4003
|
farmId: string;
|
|
4004
|
+
location: string | null;
|
|
4005
4005
|
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4006
4006
|
notes: string | null;
|
|
4007
4007
|
purchasePrice: number | null;
|
|
@@ -1840,13 +1840,13 @@ export declare const monitoringVisualizationRouter: {
|
|
|
1840
1840
|
groupBy: z.ZodDefault<z.ZodEnum<["day", "week", "month"]>>;
|
|
1841
1841
|
}, "strip", z.ZodTypeAny, {
|
|
1842
1842
|
groupBy: "month" | "day" | "week";
|
|
1843
|
+
issueType?: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check" | undefined;
|
|
1843
1844
|
startDate?: string | undefined;
|
|
1844
1845
|
endDate?: string | undefined;
|
|
1845
|
-
issueType?: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check" | undefined;
|
|
1846
1846
|
}, {
|
|
1847
|
+
issueType?: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check" | undefined;
|
|
1847
1848
|
startDate?: string | undefined;
|
|
1848
1849
|
endDate?: string | undefined;
|
|
1849
|
-
issueType?: "general" | "disease" | "pest" | "nutrient" | "weed" | "health_check" | undefined;
|
|
1850
1850
|
groupBy?: "month" | "day" | "week" | undefined;
|
|
1851
1851
|
}>;
|
|
1852
1852
|
summary: "Get photo timeline for field";
|
|
@@ -3842,7 +3842,6 @@ export declare const monitoringVisualizationRouter: {
|
|
|
3842
3842
|
} | undefined;
|
|
3843
3843
|
}>, "many">;
|
|
3844
3844
|
}, "strip", z.ZodTypeAny, {
|
|
3845
|
-
fieldId: string;
|
|
3846
3845
|
recommendations: {
|
|
3847
3846
|
type: "general" | "drainage_channel" | "pond" | "berm" | "terrace";
|
|
3848
3847
|
description: string;
|
|
@@ -3852,6 +3851,7 @@ export declare const monitoringVisualizationRouter: {
|
|
|
3852
3851
|
lng: number;
|
|
3853
3852
|
} | undefined;
|
|
3854
3853
|
}[];
|
|
3854
|
+
fieldId: string;
|
|
3855
3855
|
bounds: {
|
|
3856
3856
|
north: number;
|
|
3857
3857
|
south: number;
|
|
@@ -3903,7 +3903,6 @@ export declare const monitoringVisualizationRouter: {
|
|
|
3903
3903
|
};
|
|
3904
3904
|
}[] | undefined;
|
|
3905
3905
|
}, {
|
|
3906
|
-
fieldId: string;
|
|
3907
3906
|
recommendations: {
|
|
3908
3907
|
type: "general" | "drainage_channel" | "pond" | "berm" | "terrace";
|
|
3909
3908
|
description: string;
|
|
@@ -3913,6 +3912,7 @@ export declare const monitoringVisualizationRouter: {
|
|
|
3913
3912
|
lng: number;
|
|
3914
3913
|
} | undefined;
|
|
3915
3914
|
}[];
|
|
3915
|
+
fieldId: string;
|
|
3916
3916
|
bounds: {
|
|
3917
3917
|
north: number;
|
|
3918
3918
|
south: number;
|