@deepintel-ltd/farmpro-contracts 1.15.5 → 1.16.0
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/agent-workflows.routes.d.ts +56 -56
- package/dist/routes/farm-updates.routes.d.ts +456 -16
- package/dist/routes/farm-updates.routes.d.ts.map +1 -1
- package/dist/routes/farm-updates.routes.js +27 -11
- package/dist/routes/fertigation.routes.d.ts +160 -160
- package/dist/routes/field-activities.routes.d.ts +172 -172
- package/dist/routes/field-monitoring.routes.d.ts +50 -50
- package/dist/routes/field-observations.routes.d.ts +40 -40
- package/dist/routes/fields.routes.d.ts +461 -0
- package/dist/routes/fields.routes.d.ts.map +1 -1
- package/dist/routes/fields.routes.js +19 -1
- package/dist/routes/finance.routes.d.ts +78 -78
- package/dist/routes/harvest.routes.d.ts +72 -72
- package/dist/routes/inventory.routes.d.ts +42 -42
- package/dist/routes/live-monitor.routes.d.ts +6 -6
- package/dist/routes/measurements.routes.d.ts +6 -6
- package/dist/routes/monitoring-visualization.routes.d.ts +12 -12
- package/dist/routes/prescription-maps.routes.d.ts +28 -28
- package/dist/routes/soil-tests.routes.d.ts +80 -80
- package/dist/routes/suppliers.routes.d.ts +80 -80
- package/dist/routes/waybills.routes.d.ts +56 -56
- package/dist/routes/weather.routes.d.ts +24 -24
- package/dist/routes/yield-prediction.routes.d.ts +36 -36
- package/dist/schemas/agent-workflows.schemas.d.ts +64 -64
- package/dist/schemas/commodity-deals.schemas.d.ts +18 -5
- package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
- package/dist/schemas/commodity-deals.schemas.js +5 -1
- package/dist/schemas/farm-updates.schemas.d.ts +249 -0
- package/dist/schemas/farm-updates.schemas.d.ts.map +1 -1
- package/dist/schemas/farm-updates.schemas.js +18 -0
- package/dist/schemas/fertigation.schemas.d.ts +72 -72
- package/dist/schemas/field-activities.schemas.d.ts +148 -148
- package/dist/schemas/field-monitoring.schemas.d.ts +30 -30
- package/dist/schemas/field-observations.schemas.d.ts +34 -34
- package/dist/schemas/fields.schemas.d.ts +286 -0
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +26 -0
- package/dist/schemas/finance.schemas.d.ts +94 -94
- package/dist/schemas/harvest.schemas.d.ts +80 -80
- package/dist/schemas/inventory.schemas.d.ts +46 -46
- package/dist/schemas/live-monitor.schemas.d.ts +10 -10
- package/dist/schemas/measurements.schemas.d.ts +6 -6
- package/dist/schemas/monitoring-visualization.schemas.d.ts +14 -14
- package/dist/schemas/prescription-maps.schemas.d.ts +22 -22
- package/dist/schemas/recommendations.schemas.d.ts +6 -6
- package/dist/schemas/soil-tests.schemas.d.ts +84 -84
- package/dist/schemas/suppliers.schemas.d.ts +84 -84
- package/dist/schemas/waybills.schemas.d.ts +48 -48
- package/dist/schemas/weather.schemas.d.ts +68 -68
- package/dist/schemas/yield-prediction.schemas.d.ts +24 -24
- package/package.json +1 -1
|
@@ -77,15 +77,15 @@ export declare const soilTestsRouter: {
|
|
|
77
77
|
reason: z.ZodString;
|
|
78
78
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
inventoryItemId: string;
|
|
81
|
-
unit: string;
|
|
82
80
|
quantity: number;
|
|
81
|
+
unit: string;
|
|
82
|
+
inventoryItemId: string;
|
|
83
83
|
reason: string;
|
|
84
84
|
estimatedCost?: number | undefined;
|
|
85
85
|
}, {
|
|
86
|
-
inventoryItemId: string;
|
|
87
|
-
unit: string;
|
|
88
86
|
quantity: number;
|
|
87
|
+
unit: string;
|
|
88
|
+
inventoryItemId: string;
|
|
89
89
|
reason: string;
|
|
90
90
|
estimatedCost?: number | undefined;
|
|
91
91
|
}>, "many">>;
|
|
@@ -117,9 +117,9 @@ export declare const soilTestsRouter: {
|
|
|
117
117
|
recommendations?: string | null | undefined;
|
|
118
118
|
fieldName?: string | undefined;
|
|
119
119
|
recommendedFertilizers?: {
|
|
120
|
-
inventoryItemId: string;
|
|
121
|
-
unit: string;
|
|
122
120
|
quantity: number;
|
|
121
|
+
unit: string;
|
|
122
|
+
inventoryItemId: string;
|
|
123
123
|
reason: string;
|
|
124
124
|
estimatedCost?: number | undefined;
|
|
125
125
|
}[] | undefined;
|
|
@@ -146,9 +146,9 @@ export declare const soilTestsRouter: {
|
|
|
146
146
|
recommendations?: string | null | undefined;
|
|
147
147
|
fieldName?: string | undefined;
|
|
148
148
|
recommendedFertilizers?: {
|
|
149
|
-
inventoryItemId: string;
|
|
150
|
-
unit: string;
|
|
151
149
|
quantity: number;
|
|
150
|
+
unit: string;
|
|
151
|
+
inventoryItemId: string;
|
|
152
152
|
reason: string;
|
|
153
153
|
estimatedCost?: number | undefined;
|
|
154
154
|
}[] | undefined;
|
|
@@ -182,9 +182,9 @@ export declare const soilTestsRouter: {
|
|
|
182
182
|
recommendations?: string | null | undefined;
|
|
183
183
|
fieldName?: string | undefined;
|
|
184
184
|
recommendedFertilizers?: {
|
|
185
|
-
inventoryItemId: string;
|
|
186
|
-
unit: string;
|
|
187
185
|
quantity: number;
|
|
186
|
+
unit: string;
|
|
187
|
+
inventoryItemId: string;
|
|
188
188
|
reason: string;
|
|
189
189
|
estimatedCost?: number | undefined;
|
|
190
190
|
}[] | undefined;
|
|
@@ -218,9 +218,9 @@ export declare const soilTestsRouter: {
|
|
|
218
218
|
recommendations?: string | null | undefined;
|
|
219
219
|
fieldName?: string | undefined;
|
|
220
220
|
recommendedFertilizers?: {
|
|
221
|
-
inventoryItemId: string;
|
|
222
|
-
unit: string;
|
|
223
221
|
quantity: number;
|
|
222
|
+
unit: string;
|
|
223
|
+
inventoryItemId: string;
|
|
224
224
|
reason: string;
|
|
225
225
|
estimatedCost?: number | undefined;
|
|
226
226
|
}[] | undefined;
|
|
@@ -280,9 +280,9 @@ export declare const soilTestsRouter: {
|
|
|
280
280
|
recommendations?: string | null | undefined;
|
|
281
281
|
fieldName?: string | undefined;
|
|
282
282
|
recommendedFertilizers?: {
|
|
283
|
-
inventoryItemId: string;
|
|
284
|
-
unit: string;
|
|
285
283
|
quantity: number;
|
|
284
|
+
unit: string;
|
|
285
|
+
inventoryItemId: string;
|
|
286
286
|
reason: string;
|
|
287
287
|
estimatedCost?: number | undefined;
|
|
288
288
|
}[] | undefined;
|
|
@@ -328,9 +328,9 @@ export declare const soilTestsRouter: {
|
|
|
328
328
|
recommendations?: string | null | undefined;
|
|
329
329
|
fieldName?: string | undefined;
|
|
330
330
|
recommendedFertilizers?: {
|
|
331
|
-
inventoryItemId: string;
|
|
332
|
-
unit: string;
|
|
333
331
|
quantity: number;
|
|
332
|
+
unit: string;
|
|
333
|
+
inventoryItemId: string;
|
|
334
334
|
reason: string;
|
|
335
335
|
estimatedCost?: number | undefined;
|
|
336
336
|
}[] | undefined;
|
|
@@ -715,15 +715,15 @@ export declare const soilTestsRouter: {
|
|
|
715
715
|
reason: z.ZodString;
|
|
716
716
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
|
-
inventoryItemId: string;
|
|
719
|
-
unit: string;
|
|
720
718
|
quantity: number;
|
|
719
|
+
unit: string;
|
|
720
|
+
inventoryItemId: string;
|
|
721
721
|
reason: string;
|
|
722
722
|
estimatedCost?: number | undefined;
|
|
723
723
|
}, {
|
|
724
|
-
inventoryItemId: string;
|
|
725
|
-
unit: string;
|
|
726
724
|
quantity: number;
|
|
725
|
+
unit: string;
|
|
726
|
+
inventoryItemId: string;
|
|
727
727
|
reason: string;
|
|
728
728
|
estimatedCost?: number | undefined;
|
|
729
729
|
}>, "many">>;
|
|
@@ -755,9 +755,9 @@ export declare const soilTestsRouter: {
|
|
|
755
755
|
recommendations?: string | null | undefined;
|
|
756
756
|
fieldName?: string | undefined;
|
|
757
757
|
recommendedFertilizers?: {
|
|
758
|
-
inventoryItemId: string;
|
|
759
|
-
unit: string;
|
|
760
758
|
quantity: number;
|
|
759
|
+
unit: string;
|
|
760
|
+
inventoryItemId: string;
|
|
761
761
|
reason: string;
|
|
762
762
|
estimatedCost?: number | undefined;
|
|
763
763
|
}[] | undefined;
|
|
@@ -784,9 +784,9 @@ export declare const soilTestsRouter: {
|
|
|
784
784
|
recommendations?: string | null | undefined;
|
|
785
785
|
fieldName?: string | undefined;
|
|
786
786
|
recommendedFertilizers?: {
|
|
787
|
-
inventoryItemId: string;
|
|
788
|
-
unit: string;
|
|
789
787
|
quantity: number;
|
|
788
|
+
unit: string;
|
|
789
|
+
inventoryItemId: string;
|
|
790
790
|
reason: string;
|
|
791
791
|
estimatedCost?: number | undefined;
|
|
792
792
|
}[] | undefined;
|
|
@@ -820,9 +820,9 @@ export declare const soilTestsRouter: {
|
|
|
820
820
|
recommendations?: string | null | undefined;
|
|
821
821
|
fieldName?: string | undefined;
|
|
822
822
|
recommendedFertilizers?: {
|
|
823
|
-
inventoryItemId: string;
|
|
824
|
-
unit: string;
|
|
825
823
|
quantity: number;
|
|
824
|
+
unit: string;
|
|
825
|
+
inventoryItemId: string;
|
|
826
826
|
reason: string;
|
|
827
827
|
estimatedCost?: number | undefined;
|
|
828
828
|
}[] | undefined;
|
|
@@ -856,9 +856,9 @@ export declare const soilTestsRouter: {
|
|
|
856
856
|
recommendations?: string | null | undefined;
|
|
857
857
|
fieldName?: string | undefined;
|
|
858
858
|
recommendedFertilizers?: {
|
|
859
|
-
inventoryItemId: string;
|
|
860
|
-
unit: string;
|
|
861
859
|
quantity: number;
|
|
860
|
+
unit: string;
|
|
861
|
+
inventoryItemId: string;
|
|
862
862
|
reason: string;
|
|
863
863
|
estimatedCost?: number | undefined;
|
|
864
864
|
}[] | undefined;
|
|
@@ -918,9 +918,9 @@ export declare const soilTestsRouter: {
|
|
|
918
918
|
recommendations?: string | null | undefined;
|
|
919
919
|
fieldName?: string | undefined;
|
|
920
920
|
recommendedFertilizers?: {
|
|
921
|
-
inventoryItemId: string;
|
|
922
|
-
unit: string;
|
|
923
921
|
quantity: number;
|
|
922
|
+
unit: string;
|
|
923
|
+
inventoryItemId: string;
|
|
924
924
|
reason: string;
|
|
925
925
|
estimatedCost?: number | undefined;
|
|
926
926
|
}[] | undefined;
|
|
@@ -966,9 +966,9 @@ export declare const soilTestsRouter: {
|
|
|
966
966
|
recommendations?: string | null | undefined;
|
|
967
967
|
fieldName?: string | undefined;
|
|
968
968
|
recommendedFertilizers?: {
|
|
969
|
-
inventoryItemId: string;
|
|
970
|
-
unit: string;
|
|
971
969
|
quantity: number;
|
|
970
|
+
unit: string;
|
|
971
|
+
inventoryItemId: string;
|
|
972
972
|
reason: string;
|
|
973
973
|
estimatedCost?: number | undefined;
|
|
974
974
|
}[] | undefined;
|
|
@@ -1402,15 +1402,15 @@ export declare const soilTestsRouter: {
|
|
|
1402
1402
|
reason: z.ZodString;
|
|
1403
1403
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
-
inventoryItemId: string;
|
|
1406
|
-
unit: string;
|
|
1407
1405
|
quantity: number;
|
|
1406
|
+
unit: string;
|
|
1407
|
+
inventoryItemId: string;
|
|
1408
1408
|
reason: string;
|
|
1409
1409
|
estimatedCost?: number | undefined;
|
|
1410
1410
|
}, {
|
|
1411
|
-
inventoryItemId: string;
|
|
1412
|
-
unit: string;
|
|
1413
1411
|
quantity: number;
|
|
1412
|
+
unit: string;
|
|
1413
|
+
inventoryItemId: string;
|
|
1414
1414
|
reason: string;
|
|
1415
1415
|
estimatedCost?: number | undefined;
|
|
1416
1416
|
}>, "many">>;
|
|
@@ -1442,9 +1442,9 @@ export declare const soilTestsRouter: {
|
|
|
1442
1442
|
recommendations?: string | null | undefined;
|
|
1443
1443
|
fieldName?: string | undefined;
|
|
1444
1444
|
recommendedFertilizers?: {
|
|
1445
|
-
inventoryItemId: string;
|
|
1446
|
-
unit: string;
|
|
1447
1445
|
quantity: number;
|
|
1446
|
+
unit: string;
|
|
1447
|
+
inventoryItemId: string;
|
|
1448
1448
|
reason: string;
|
|
1449
1449
|
estimatedCost?: number | undefined;
|
|
1450
1450
|
}[] | undefined;
|
|
@@ -1471,9 +1471,9 @@ export declare const soilTestsRouter: {
|
|
|
1471
1471
|
recommendations?: string | null | undefined;
|
|
1472
1472
|
fieldName?: string | undefined;
|
|
1473
1473
|
recommendedFertilizers?: {
|
|
1474
|
-
inventoryItemId: string;
|
|
1475
|
-
unit: string;
|
|
1476
1474
|
quantity: number;
|
|
1475
|
+
unit: string;
|
|
1476
|
+
inventoryItemId: string;
|
|
1477
1477
|
reason: string;
|
|
1478
1478
|
estimatedCost?: number | undefined;
|
|
1479
1479
|
}[] | undefined;
|
|
@@ -1565,9 +1565,9 @@ export declare const soilTestsRouter: {
|
|
|
1565
1565
|
recommendations?: string | null | undefined;
|
|
1566
1566
|
fieldName?: string | undefined;
|
|
1567
1567
|
recommendedFertilizers?: {
|
|
1568
|
-
inventoryItemId: string;
|
|
1569
|
-
unit: string;
|
|
1570
1568
|
quantity: number;
|
|
1569
|
+
unit: string;
|
|
1570
|
+
inventoryItemId: string;
|
|
1571
1571
|
reason: string;
|
|
1572
1572
|
estimatedCost?: number | undefined;
|
|
1573
1573
|
}[] | undefined;
|
|
@@ -1612,9 +1612,9 @@ export declare const soilTestsRouter: {
|
|
|
1612
1612
|
recommendations?: string | null | undefined;
|
|
1613
1613
|
fieldName?: string | undefined;
|
|
1614
1614
|
recommendedFertilizers?: {
|
|
1615
|
-
inventoryItemId: string;
|
|
1616
|
-
unit: string;
|
|
1617
1615
|
quantity: number;
|
|
1616
|
+
unit: string;
|
|
1617
|
+
inventoryItemId: string;
|
|
1618
1618
|
reason: string;
|
|
1619
1619
|
estimatedCost?: number | undefined;
|
|
1620
1620
|
}[] | undefined;
|
|
@@ -1685,9 +1685,9 @@ export declare const soilTestsRouter: {
|
|
|
1685
1685
|
recommendations?: string | null | undefined;
|
|
1686
1686
|
fieldName?: string | undefined;
|
|
1687
1687
|
recommendedFertilizers?: {
|
|
1688
|
-
inventoryItemId: string;
|
|
1689
|
-
unit: string;
|
|
1690
1688
|
quantity: number;
|
|
1689
|
+
unit: string;
|
|
1690
|
+
inventoryItemId: string;
|
|
1691
1691
|
reason: string;
|
|
1692
1692
|
estimatedCost?: number | undefined;
|
|
1693
1693
|
}[] | undefined;
|
|
@@ -1744,9 +1744,9 @@ export declare const soilTestsRouter: {
|
|
|
1744
1744
|
recommendations?: string | null | undefined;
|
|
1745
1745
|
fieldName?: string | undefined;
|
|
1746
1746
|
recommendedFertilizers?: {
|
|
1747
|
-
inventoryItemId: string;
|
|
1748
|
-
unit: string;
|
|
1749
1747
|
quantity: number;
|
|
1748
|
+
unit: string;
|
|
1749
|
+
inventoryItemId: string;
|
|
1750
1750
|
reason: string;
|
|
1751
1751
|
estimatedCost?: number | undefined;
|
|
1752
1752
|
}[] | undefined;
|
|
@@ -2151,15 +2151,15 @@ export declare const soilTestsRouter: {
|
|
|
2151
2151
|
reason: z.ZodString;
|
|
2152
2152
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
2153
2153
|
}, "strip", z.ZodTypeAny, {
|
|
2154
|
-
inventoryItemId: string;
|
|
2155
|
-
unit: string;
|
|
2156
2154
|
quantity: number;
|
|
2155
|
+
unit: string;
|
|
2156
|
+
inventoryItemId: string;
|
|
2157
2157
|
reason: string;
|
|
2158
2158
|
estimatedCost?: number | undefined;
|
|
2159
2159
|
}, {
|
|
2160
|
-
inventoryItemId: string;
|
|
2161
|
-
unit: string;
|
|
2162
2160
|
quantity: number;
|
|
2161
|
+
unit: string;
|
|
2162
|
+
inventoryItemId: string;
|
|
2163
2163
|
reason: string;
|
|
2164
2164
|
estimatedCost?: number | undefined;
|
|
2165
2165
|
}>, "many">>;
|
|
@@ -2191,9 +2191,9 @@ export declare const soilTestsRouter: {
|
|
|
2191
2191
|
recommendations?: string | null | undefined;
|
|
2192
2192
|
fieldName?: string | undefined;
|
|
2193
2193
|
recommendedFertilizers?: {
|
|
2194
|
-
inventoryItemId: string;
|
|
2195
|
-
unit: string;
|
|
2196
2194
|
quantity: number;
|
|
2195
|
+
unit: string;
|
|
2196
|
+
inventoryItemId: string;
|
|
2197
2197
|
reason: string;
|
|
2198
2198
|
estimatedCost?: number | undefined;
|
|
2199
2199
|
}[] | undefined;
|
|
@@ -2220,9 +2220,9 @@ export declare const soilTestsRouter: {
|
|
|
2220
2220
|
recommendations?: string | null | undefined;
|
|
2221
2221
|
fieldName?: string | undefined;
|
|
2222
2222
|
recommendedFertilizers?: {
|
|
2223
|
-
inventoryItemId: string;
|
|
2224
|
-
unit: string;
|
|
2225
2223
|
quantity: number;
|
|
2224
|
+
unit: string;
|
|
2225
|
+
inventoryItemId: string;
|
|
2226
2226
|
reason: string;
|
|
2227
2227
|
estimatedCost?: number | undefined;
|
|
2228
2228
|
}[] | undefined;
|
|
@@ -2256,9 +2256,9 @@ export declare const soilTestsRouter: {
|
|
|
2256
2256
|
recommendations?: string | null | undefined;
|
|
2257
2257
|
fieldName?: string | undefined;
|
|
2258
2258
|
recommendedFertilizers?: {
|
|
2259
|
-
inventoryItemId: string;
|
|
2260
|
-
unit: string;
|
|
2261
2259
|
quantity: number;
|
|
2260
|
+
unit: string;
|
|
2261
|
+
inventoryItemId: string;
|
|
2262
2262
|
reason: string;
|
|
2263
2263
|
estimatedCost?: number | undefined;
|
|
2264
2264
|
}[] | undefined;
|
|
@@ -2292,9 +2292,9 @@ export declare const soilTestsRouter: {
|
|
|
2292
2292
|
recommendations?: string | null | undefined;
|
|
2293
2293
|
fieldName?: string | undefined;
|
|
2294
2294
|
recommendedFertilizers?: {
|
|
2295
|
-
inventoryItemId: string;
|
|
2296
|
-
unit: string;
|
|
2297
2295
|
quantity: number;
|
|
2296
|
+
unit: string;
|
|
2297
|
+
inventoryItemId: string;
|
|
2298
2298
|
reason: string;
|
|
2299
2299
|
estimatedCost?: number | undefined;
|
|
2300
2300
|
}[] | undefined;
|
|
@@ -2354,9 +2354,9 @@ export declare const soilTestsRouter: {
|
|
|
2354
2354
|
recommendations?: string | null | undefined;
|
|
2355
2355
|
fieldName?: string | undefined;
|
|
2356
2356
|
recommendedFertilizers?: {
|
|
2357
|
-
inventoryItemId: string;
|
|
2358
|
-
unit: string;
|
|
2359
2357
|
quantity: number;
|
|
2358
|
+
unit: string;
|
|
2359
|
+
inventoryItemId: string;
|
|
2360
2360
|
reason: string;
|
|
2361
2361
|
estimatedCost?: number | undefined;
|
|
2362
2362
|
}[] | undefined;
|
|
@@ -2402,9 +2402,9 @@ export declare const soilTestsRouter: {
|
|
|
2402
2402
|
recommendations?: string | null | undefined;
|
|
2403
2403
|
fieldName?: string | undefined;
|
|
2404
2404
|
recommendedFertilizers?: {
|
|
2405
|
-
inventoryItemId: string;
|
|
2406
|
-
unit: string;
|
|
2407
2405
|
quantity: number;
|
|
2406
|
+
unit: string;
|
|
2407
|
+
inventoryItemId: string;
|
|
2408
2408
|
reason: string;
|
|
2409
2409
|
estimatedCost?: number | undefined;
|
|
2410
2410
|
}[] | undefined;
|
|
@@ -3054,15 +3054,15 @@ export declare const soilTestsRouter: {
|
|
|
3054
3054
|
reason: z.ZodString;
|
|
3055
3055
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
3056
3056
|
}, "strip", z.ZodTypeAny, {
|
|
3057
|
-
inventoryItemId: string;
|
|
3058
|
-
unit: string;
|
|
3059
3057
|
quantity: number;
|
|
3058
|
+
unit: string;
|
|
3059
|
+
inventoryItemId: string;
|
|
3060
3060
|
reason: string;
|
|
3061
3061
|
estimatedCost?: number | undefined;
|
|
3062
3062
|
}, {
|
|
3063
|
-
inventoryItemId: string;
|
|
3064
|
-
unit: string;
|
|
3065
3063
|
quantity: number;
|
|
3064
|
+
unit: string;
|
|
3065
|
+
inventoryItemId: string;
|
|
3066
3066
|
reason: string;
|
|
3067
3067
|
estimatedCost?: number | undefined;
|
|
3068
3068
|
}>, "many">>;
|
|
@@ -3094,9 +3094,9 @@ export declare const soilTestsRouter: {
|
|
|
3094
3094
|
recommendations?: string | null | undefined;
|
|
3095
3095
|
fieldName?: string | undefined;
|
|
3096
3096
|
recommendedFertilizers?: {
|
|
3097
|
-
inventoryItemId: string;
|
|
3098
|
-
unit: string;
|
|
3099
3097
|
quantity: number;
|
|
3098
|
+
unit: string;
|
|
3099
|
+
inventoryItemId: string;
|
|
3100
3100
|
reason: string;
|
|
3101
3101
|
estimatedCost?: number | undefined;
|
|
3102
3102
|
}[] | undefined;
|
|
@@ -3123,9 +3123,9 @@ export declare const soilTestsRouter: {
|
|
|
3123
3123
|
recommendations?: string | null | undefined;
|
|
3124
3124
|
fieldName?: string | undefined;
|
|
3125
3125
|
recommendedFertilizers?: {
|
|
3126
|
-
inventoryItemId: string;
|
|
3127
|
-
unit: string;
|
|
3128
3126
|
quantity: number;
|
|
3127
|
+
unit: string;
|
|
3128
|
+
inventoryItemId: string;
|
|
3129
3129
|
reason: string;
|
|
3130
3130
|
estimatedCost?: number | undefined;
|
|
3131
3131
|
}[] | undefined;
|
|
@@ -3159,9 +3159,9 @@ export declare const soilTestsRouter: {
|
|
|
3159
3159
|
recommendations?: string | null | undefined;
|
|
3160
3160
|
fieldName?: string | undefined;
|
|
3161
3161
|
recommendedFertilizers?: {
|
|
3162
|
-
inventoryItemId: string;
|
|
3163
|
-
unit: string;
|
|
3164
3162
|
quantity: number;
|
|
3163
|
+
unit: string;
|
|
3164
|
+
inventoryItemId: string;
|
|
3165
3165
|
reason: string;
|
|
3166
3166
|
estimatedCost?: number | undefined;
|
|
3167
3167
|
}[] | undefined;
|
|
@@ -3195,9 +3195,9 @@ export declare const soilTestsRouter: {
|
|
|
3195
3195
|
recommendations?: string | null | undefined;
|
|
3196
3196
|
fieldName?: string | undefined;
|
|
3197
3197
|
recommendedFertilizers?: {
|
|
3198
|
-
inventoryItemId: string;
|
|
3199
|
-
unit: string;
|
|
3200
3198
|
quantity: number;
|
|
3199
|
+
unit: string;
|
|
3200
|
+
inventoryItemId: string;
|
|
3201
3201
|
reason: string;
|
|
3202
3202
|
estimatedCost?: number | undefined;
|
|
3203
3203
|
}[] | undefined;
|
|
@@ -3257,9 +3257,9 @@ export declare const soilTestsRouter: {
|
|
|
3257
3257
|
recommendations?: string | null | undefined;
|
|
3258
3258
|
fieldName?: string | undefined;
|
|
3259
3259
|
recommendedFertilizers?: {
|
|
3260
|
-
inventoryItemId: string;
|
|
3261
|
-
unit: string;
|
|
3262
3260
|
quantity: number;
|
|
3261
|
+
unit: string;
|
|
3262
|
+
inventoryItemId: string;
|
|
3263
3263
|
reason: string;
|
|
3264
3264
|
estimatedCost?: number | undefined;
|
|
3265
3265
|
}[] | undefined;
|
|
@@ -3305,9 +3305,9 @@ export declare const soilTestsRouter: {
|
|
|
3305
3305
|
recommendations?: string | null | undefined;
|
|
3306
3306
|
fieldName?: string | undefined;
|
|
3307
3307
|
recommendedFertilizers?: {
|
|
3308
|
-
inventoryItemId: string;
|
|
3309
|
-
unit: string;
|
|
3310
3308
|
quantity: number;
|
|
3309
|
+
unit: string;
|
|
3310
|
+
inventoryItemId: string;
|
|
3311
3311
|
reason: string;
|
|
3312
3312
|
estimatedCost?: number | undefined;
|
|
3313
3313
|
}[] | undefined;
|