@deepintel-ltd/farmpro-contracts 1.15.5 → 1.15.6
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/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/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
|
@@ -329,16 +329,16 @@ export declare const fieldObservationsRouter: {
|
|
|
329
329
|
availability: z.ZodOptional<z.ZodString>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
name: string;
|
|
332
|
-
unit: string;
|
|
333
332
|
quantity: number;
|
|
333
|
+
unit: string;
|
|
334
334
|
inventoryItemId?: string | undefined;
|
|
335
335
|
totalCost?: number | undefined;
|
|
336
336
|
costPerUnit?: number | undefined;
|
|
337
337
|
availability?: string | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
name: string;
|
|
340
|
-
unit: string;
|
|
341
340
|
quantity: number;
|
|
341
|
+
unit: string;
|
|
342
342
|
inventoryItemId?: string | undefined;
|
|
343
343
|
totalCost?: number | undefined;
|
|
344
344
|
costPerUnit?: number | undefined;
|
|
@@ -358,8 +358,8 @@ export declare const fieldObservationsRouter: {
|
|
|
358
358
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
359
359
|
materials?: {
|
|
360
360
|
name: string;
|
|
361
|
-
unit: string;
|
|
362
361
|
quantity: number;
|
|
362
|
+
unit: string;
|
|
363
363
|
inventoryItemId?: string | undefined;
|
|
364
364
|
totalCost?: number | undefined;
|
|
365
365
|
costPerUnit?: number | undefined;
|
|
@@ -379,8 +379,8 @@ export declare const fieldObservationsRouter: {
|
|
|
379
379
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
380
380
|
materials?: {
|
|
381
381
|
name: string;
|
|
382
|
-
unit: string;
|
|
383
382
|
quantity: number;
|
|
383
|
+
unit: string;
|
|
384
384
|
inventoryItemId?: string | undefined;
|
|
385
385
|
totalCost?: number | undefined;
|
|
386
386
|
costPerUnit?: number | undefined;
|
|
@@ -419,8 +419,8 @@ export declare const fieldObservationsRouter: {
|
|
|
419
419
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
420
420
|
materials?: {
|
|
421
421
|
name: string;
|
|
422
|
-
unit: string;
|
|
423
422
|
quantity: number;
|
|
423
|
+
unit: string;
|
|
424
424
|
inventoryItemId?: string | undefined;
|
|
425
425
|
totalCost?: number | undefined;
|
|
426
426
|
costPerUnit?: number | undefined;
|
|
@@ -502,8 +502,8 @@ export declare const fieldObservationsRouter: {
|
|
|
502
502
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
503
503
|
materials?: {
|
|
504
504
|
name: string;
|
|
505
|
-
unit: string;
|
|
506
505
|
quantity: number;
|
|
506
|
+
unit: string;
|
|
507
507
|
inventoryItemId?: string | undefined;
|
|
508
508
|
totalCost?: number | undefined;
|
|
509
509
|
costPerUnit?: number | undefined;
|
|
@@ -592,8 +592,8 @@ export declare const fieldObservationsRouter: {
|
|
|
592
592
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
593
593
|
materials?: {
|
|
594
594
|
name: string;
|
|
595
|
-
unit: string;
|
|
596
595
|
quantity: number;
|
|
596
|
+
unit: string;
|
|
597
597
|
inventoryItemId?: string | undefined;
|
|
598
598
|
totalCost?: number | undefined;
|
|
599
599
|
costPerUnit?: number | undefined;
|
|
@@ -682,8 +682,8 @@ export declare const fieldObservationsRouter: {
|
|
|
682
682
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
683
683
|
materials?: {
|
|
684
684
|
name: string;
|
|
685
|
-
unit: string;
|
|
686
685
|
quantity: number;
|
|
686
|
+
unit: string;
|
|
687
687
|
inventoryItemId?: string | undefined;
|
|
688
688
|
totalCost?: number | undefined;
|
|
689
689
|
costPerUnit?: number | undefined;
|
|
@@ -798,8 +798,8 @@ export declare const fieldObservationsRouter: {
|
|
|
798
798
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
799
799
|
materials?: {
|
|
800
800
|
name: string;
|
|
801
|
-
unit: string;
|
|
802
801
|
quantity: number;
|
|
802
|
+
unit: string;
|
|
803
803
|
inventoryItemId?: string | undefined;
|
|
804
804
|
totalCost?: number | undefined;
|
|
805
805
|
costPerUnit?: number | undefined;
|
|
@@ -900,8 +900,8 @@ export declare const fieldObservationsRouter: {
|
|
|
900
900
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
901
901
|
materials?: {
|
|
902
902
|
name: string;
|
|
903
|
-
unit: string;
|
|
904
903
|
quantity: number;
|
|
904
|
+
unit: string;
|
|
905
905
|
inventoryItemId?: string | undefined;
|
|
906
906
|
totalCost?: number | undefined;
|
|
907
907
|
costPerUnit?: number | undefined;
|
|
@@ -1186,16 +1186,16 @@ export declare const fieldObservationsRouter: {
|
|
|
1186
1186
|
availability: z.ZodOptional<z.ZodString>;
|
|
1187
1187
|
}, "strip", z.ZodTypeAny, {
|
|
1188
1188
|
name: string;
|
|
1189
|
-
unit: string;
|
|
1190
1189
|
quantity: number;
|
|
1190
|
+
unit: string;
|
|
1191
1191
|
inventoryItemId?: string | undefined;
|
|
1192
1192
|
totalCost?: number | undefined;
|
|
1193
1193
|
costPerUnit?: number | undefined;
|
|
1194
1194
|
availability?: string | undefined;
|
|
1195
1195
|
}, {
|
|
1196
1196
|
name: string;
|
|
1197
|
-
unit: string;
|
|
1198
1197
|
quantity: number;
|
|
1198
|
+
unit: string;
|
|
1199
1199
|
inventoryItemId?: string | undefined;
|
|
1200
1200
|
totalCost?: number | undefined;
|
|
1201
1201
|
costPerUnit?: number | undefined;
|
|
@@ -1215,8 +1215,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1215
1215
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1216
1216
|
materials?: {
|
|
1217
1217
|
name: string;
|
|
1218
|
-
unit: string;
|
|
1219
1218
|
quantity: number;
|
|
1219
|
+
unit: string;
|
|
1220
1220
|
inventoryItemId?: string | undefined;
|
|
1221
1221
|
totalCost?: number | undefined;
|
|
1222
1222
|
costPerUnit?: number | undefined;
|
|
@@ -1236,8 +1236,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1236
1236
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1237
1237
|
materials?: {
|
|
1238
1238
|
name: string;
|
|
1239
|
-
unit: string;
|
|
1240
1239
|
quantity: number;
|
|
1240
|
+
unit: string;
|
|
1241
1241
|
inventoryItemId?: string | undefined;
|
|
1242
1242
|
totalCost?: number | undefined;
|
|
1243
1243
|
costPerUnit?: number | undefined;
|
|
@@ -1276,8 +1276,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1276
1276
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1277
1277
|
materials?: {
|
|
1278
1278
|
name: string;
|
|
1279
|
-
unit: string;
|
|
1280
1279
|
quantity: number;
|
|
1280
|
+
unit: string;
|
|
1281
1281
|
inventoryItemId?: string | undefined;
|
|
1282
1282
|
totalCost?: number | undefined;
|
|
1283
1283
|
costPerUnit?: number | undefined;
|
|
@@ -1359,8 +1359,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1359
1359
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1360
1360
|
materials?: {
|
|
1361
1361
|
name: string;
|
|
1362
|
-
unit: string;
|
|
1363
1362
|
quantity: number;
|
|
1363
|
+
unit: string;
|
|
1364
1364
|
inventoryItemId?: string | undefined;
|
|
1365
1365
|
totalCost?: number | undefined;
|
|
1366
1366
|
costPerUnit?: number | undefined;
|
|
@@ -1449,8 +1449,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1449
1449
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1450
1450
|
materials?: {
|
|
1451
1451
|
name: string;
|
|
1452
|
-
unit: string;
|
|
1453
1452
|
quantity: number;
|
|
1453
|
+
unit: string;
|
|
1454
1454
|
inventoryItemId?: string | undefined;
|
|
1455
1455
|
totalCost?: number | undefined;
|
|
1456
1456
|
costPerUnit?: number | undefined;
|
|
@@ -1539,8 +1539,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1539
1539
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1540
1540
|
materials?: {
|
|
1541
1541
|
name: string;
|
|
1542
|
-
unit: string;
|
|
1543
1542
|
quantity: number;
|
|
1543
|
+
unit: string;
|
|
1544
1544
|
inventoryItemId?: string | undefined;
|
|
1545
1545
|
totalCost?: number | undefined;
|
|
1546
1546
|
costPerUnit?: number | undefined;
|
|
@@ -1655,8 +1655,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1655
1655
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1656
1656
|
materials?: {
|
|
1657
1657
|
name: string;
|
|
1658
|
-
unit: string;
|
|
1659
1658
|
quantity: number;
|
|
1659
|
+
unit: string;
|
|
1660
1660
|
inventoryItemId?: string | undefined;
|
|
1661
1661
|
totalCost?: number | undefined;
|
|
1662
1662
|
costPerUnit?: number | undefined;
|
|
@@ -1757,8 +1757,8 @@ export declare const fieldObservationsRouter: {
|
|
|
1757
1757
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1758
1758
|
materials?: {
|
|
1759
1759
|
name: string;
|
|
1760
|
-
unit: string;
|
|
1761
1760
|
quantity: number;
|
|
1761
|
+
unit: string;
|
|
1762
1762
|
inventoryItemId?: string | undefined;
|
|
1763
1763
|
totalCost?: number | undefined;
|
|
1764
1764
|
costPerUnit?: number | undefined;
|
|
@@ -2043,16 +2043,16 @@ export declare const fieldObservationsRouter: {
|
|
|
2043
2043
|
availability: z.ZodOptional<z.ZodString>;
|
|
2044
2044
|
}, "strip", z.ZodTypeAny, {
|
|
2045
2045
|
name: string;
|
|
2046
|
-
unit: string;
|
|
2047
2046
|
quantity: number;
|
|
2047
|
+
unit: string;
|
|
2048
2048
|
inventoryItemId?: string | undefined;
|
|
2049
2049
|
totalCost?: number | undefined;
|
|
2050
2050
|
costPerUnit?: number | undefined;
|
|
2051
2051
|
availability?: string | undefined;
|
|
2052
2052
|
}, {
|
|
2053
2053
|
name: string;
|
|
2054
|
-
unit: string;
|
|
2055
2054
|
quantity: number;
|
|
2055
|
+
unit: string;
|
|
2056
2056
|
inventoryItemId?: string | undefined;
|
|
2057
2057
|
totalCost?: number | undefined;
|
|
2058
2058
|
costPerUnit?: number | undefined;
|
|
@@ -2072,8 +2072,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2072
2072
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2073
2073
|
materials?: {
|
|
2074
2074
|
name: string;
|
|
2075
|
-
unit: string;
|
|
2076
2075
|
quantity: number;
|
|
2076
|
+
unit: string;
|
|
2077
2077
|
inventoryItemId?: string | undefined;
|
|
2078
2078
|
totalCost?: number | undefined;
|
|
2079
2079
|
costPerUnit?: number | undefined;
|
|
@@ -2093,8 +2093,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2093
2093
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2094
2094
|
materials?: {
|
|
2095
2095
|
name: string;
|
|
2096
|
-
unit: string;
|
|
2097
2096
|
quantity: number;
|
|
2097
|
+
unit: string;
|
|
2098
2098
|
inventoryItemId?: string | undefined;
|
|
2099
2099
|
totalCost?: number | undefined;
|
|
2100
2100
|
costPerUnit?: number | undefined;
|
|
@@ -2133,8 +2133,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2133
2133
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2134
2134
|
materials?: {
|
|
2135
2135
|
name: string;
|
|
2136
|
-
unit: string;
|
|
2137
2136
|
quantity: number;
|
|
2137
|
+
unit: string;
|
|
2138
2138
|
inventoryItemId?: string | undefined;
|
|
2139
2139
|
totalCost?: number | undefined;
|
|
2140
2140
|
costPerUnit?: number | undefined;
|
|
@@ -2216,8 +2216,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2216
2216
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2217
2217
|
materials?: {
|
|
2218
2218
|
name: string;
|
|
2219
|
-
unit: string;
|
|
2220
2219
|
quantity: number;
|
|
2220
|
+
unit: string;
|
|
2221
2221
|
inventoryItemId?: string | undefined;
|
|
2222
2222
|
totalCost?: number | undefined;
|
|
2223
2223
|
costPerUnit?: number | undefined;
|
|
@@ -2306,8 +2306,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2306
2306
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2307
2307
|
materials?: {
|
|
2308
2308
|
name: string;
|
|
2309
|
-
unit: string;
|
|
2310
2309
|
quantity: number;
|
|
2310
|
+
unit: string;
|
|
2311
2311
|
inventoryItemId?: string | undefined;
|
|
2312
2312
|
totalCost?: number | undefined;
|
|
2313
2313
|
costPerUnit?: number | undefined;
|
|
@@ -2396,8 +2396,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2396
2396
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2397
2397
|
materials?: {
|
|
2398
2398
|
name: string;
|
|
2399
|
-
unit: string;
|
|
2400
2399
|
quantity: number;
|
|
2400
|
+
unit: string;
|
|
2401
2401
|
inventoryItemId?: string | undefined;
|
|
2402
2402
|
totalCost?: number | undefined;
|
|
2403
2403
|
costPerUnit?: number | undefined;
|
|
@@ -2512,8 +2512,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2512
2512
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2513
2513
|
materials?: {
|
|
2514
2514
|
name: string;
|
|
2515
|
-
unit: string;
|
|
2516
2515
|
quantity: number;
|
|
2516
|
+
unit: string;
|
|
2517
2517
|
inventoryItemId?: string | undefined;
|
|
2518
2518
|
totalCost?: number | undefined;
|
|
2519
2519
|
costPerUnit?: number | undefined;
|
|
@@ -2614,8 +2614,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2614
2614
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2615
2615
|
materials?: {
|
|
2616
2616
|
name: string;
|
|
2617
|
-
unit: string;
|
|
2618
2617
|
quantity: number;
|
|
2618
|
+
unit: string;
|
|
2619
2619
|
inventoryItemId?: string | undefined;
|
|
2620
2620
|
totalCost?: number | undefined;
|
|
2621
2621
|
costPerUnit?: number | undefined;
|
|
@@ -2900,16 +2900,16 @@ export declare const fieldObservationsRouter: {
|
|
|
2900
2900
|
availability: z.ZodOptional<z.ZodString>;
|
|
2901
2901
|
}, "strip", z.ZodTypeAny, {
|
|
2902
2902
|
name: string;
|
|
2903
|
-
unit: string;
|
|
2904
2903
|
quantity: number;
|
|
2904
|
+
unit: string;
|
|
2905
2905
|
inventoryItemId?: string | undefined;
|
|
2906
2906
|
totalCost?: number | undefined;
|
|
2907
2907
|
costPerUnit?: number | undefined;
|
|
2908
2908
|
availability?: string | undefined;
|
|
2909
2909
|
}, {
|
|
2910
2910
|
name: string;
|
|
2911
|
-
unit: string;
|
|
2912
2911
|
quantity: number;
|
|
2912
|
+
unit: string;
|
|
2913
2913
|
inventoryItemId?: string | undefined;
|
|
2914
2914
|
totalCost?: number | undefined;
|
|
2915
2915
|
costPerUnit?: number | undefined;
|
|
@@ -2929,8 +2929,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2929
2929
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2930
2930
|
materials?: {
|
|
2931
2931
|
name: string;
|
|
2932
|
-
unit: string;
|
|
2933
2932
|
quantity: number;
|
|
2933
|
+
unit: string;
|
|
2934
2934
|
inventoryItemId?: string | undefined;
|
|
2935
2935
|
totalCost?: number | undefined;
|
|
2936
2936
|
costPerUnit?: number | undefined;
|
|
@@ -2950,8 +2950,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2950
2950
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2951
2951
|
materials?: {
|
|
2952
2952
|
name: string;
|
|
2953
|
-
unit: string;
|
|
2954
2953
|
quantity: number;
|
|
2954
|
+
unit: string;
|
|
2955
2955
|
inventoryItemId?: string | undefined;
|
|
2956
2956
|
totalCost?: number | undefined;
|
|
2957
2957
|
costPerUnit?: number | undefined;
|
|
@@ -2990,8 +2990,8 @@ export declare const fieldObservationsRouter: {
|
|
|
2990
2990
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2991
2991
|
materials?: {
|
|
2992
2992
|
name: string;
|
|
2993
|
-
unit: string;
|
|
2994
2993
|
quantity: number;
|
|
2994
|
+
unit: string;
|
|
2995
2995
|
inventoryItemId?: string | undefined;
|
|
2996
2996
|
totalCost?: number | undefined;
|
|
2997
2997
|
costPerUnit?: number | undefined;
|
|
@@ -3073,8 +3073,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3073
3073
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3074
3074
|
materials?: {
|
|
3075
3075
|
name: string;
|
|
3076
|
-
unit: string;
|
|
3077
3076
|
quantity: number;
|
|
3077
|
+
unit: string;
|
|
3078
3078
|
inventoryItemId?: string | undefined;
|
|
3079
3079
|
totalCost?: number | undefined;
|
|
3080
3080
|
costPerUnit?: number | undefined;
|
|
@@ -3163,8 +3163,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3163
3163
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3164
3164
|
materials?: {
|
|
3165
3165
|
name: string;
|
|
3166
|
-
unit: string;
|
|
3167
3166
|
quantity: number;
|
|
3167
|
+
unit: string;
|
|
3168
3168
|
inventoryItemId?: string | undefined;
|
|
3169
3169
|
totalCost?: number | undefined;
|
|
3170
3170
|
costPerUnit?: number | undefined;
|
|
@@ -3253,8 +3253,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3253
3253
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3254
3254
|
materials?: {
|
|
3255
3255
|
name: string;
|
|
3256
|
-
unit: string;
|
|
3257
3256
|
quantity: number;
|
|
3257
|
+
unit: string;
|
|
3258
3258
|
inventoryItemId?: string | undefined;
|
|
3259
3259
|
totalCost?: number | undefined;
|
|
3260
3260
|
costPerUnit?: number | undefined;
|
|
@@ -3369,8 +3369,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3369
3369
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3370
3370
|
materials?: {
|
|
3371
3371
|
name: string;
|
|
3372
|
-
unit: string;
|
|
3373
3372
|
quantity: number;
|
|
3373
|
+
unit: string;
|
|
3374
3374
|
inventoryItemId?: string | undefined;
|
|
3375
3375
|
totalCost?: number | undefined;
|
|
3376
3376
|
costPerUnit?: number | undefined;
|
|
@@ -3471,8 +3471,8 @@ export declare const fieldObservationsRouter: {
|
|
|
3471
3471
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
3472
3472
|
materials?: {
|
|
3473
3473
|
name: string;
|
|
3474
|
-
unit: string;
|
|
3475
3474
|
quantity: number;
|
|
3475
|
+
unit: string;
|
|
3476
3476
|
inventoryItemId?: string | undefined;
|
|
3477
3477
|
totalCost?: number | undefined;
|
|
3478
3478
|
costPerUnit?: number | undefined;
|