@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.
Files changed (51) hide show
  1. package/dist/routes/agent-workflows.routes.d.ts +56 -56
  2. package/dist/routes/farm-updates.routes.d.ts +456 -16
  3. package/dist/routes/farm-updates.routes.d.ts.map +1 -1
  4. package/dist/routes/farm-updates.routes.js +27 -11
  5. package/dist/routes/fertigation.routes.d.ts +160 -160
  6. package/dist/routes/field-activities.routes.d.ts +172 -172
  7. package/dist/routes/field-monitoring.routes.d.ts +50 -50
  8. package/dist/routes/field-observations.routes.d.ts +40 -40
  9. package/dist/routes/fields.routes.d.ts +461 -0
  10. package/dist/routes/fields.routes.d.ts.map +1 -1
  11. package/dist/routes/fields.routes.js +19 -1
  12. package/dist/routes/finance.routes.d.ts +78 -78
  13. package/dist/routes/harvest.routes.d.ts +72 -72
  14. package/dist/routes/inventory.routes.d.ts +42 -42
  15. package/dist/routes/live-monitor.routes.d.ts +6 -6
  16. package/dist/routes/measurements.routes.d.ts +6 -6
  17. package/dist/routes/monitoring-visualization.routes.d.ts +12 -12
  18. package/dist/routes/prescription-maps.routes.d.ts +28 -28
  19. package/dist/routes/soil-tests.routes.d.ts +80 -80
  20. package/dist/routes/suppliers.routes.d.ts +80 -80
  21. package/dist/routes/waybills.routes.d.ts +56 -56
  22. package/dist/routes/weather.routes.d.ts +24 -24
  23. package/dist/routes/yield-prediction.routes.d.ts +36 -36
  24. package/dist/schemas/agent-workflows.schemas.d.ts +64 -64
  25. package/dist/schemas/commodity-deals.schemas.d.ts +18 -5
  26. package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
  27. package/dist/schemas/commodity-deals.schemas.js +5 -1
  28. package/dist/schemas/farm-updates.schemas.d.ts +249 -0
  29. package/dist/schemas/farm-updates.schemas.d.ts.map +1 -1
  30. package/dist/schemas/farm-updates.schemas.js +18 -0
  31. package/dist/schemas/fertigation.schemas.d.ts +72 -72
  32. package/dist/schemas/field-activities.schemas.d.ts +148 -148
  33. package/dist/schemas/field-monitoring.schemas.d.ts +30 -30
  34. package/dist/schemas/field-observations.schemas.d.ts +34 -34
  35. package/dist/schemas/fields.schemas.d.ts +286 -0
  36. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  37. package/dist/schemas/fields.schemas.js +26 -0
  38. package/dist/schemas/finance.schemas.d.ts +94 -94
  39. package/dist/schemas/harvest.schemas.d.ts +80 -80
  40. package/dist/schemas/inventory.schemas.d.ts +46 -46
  41. package/dist/schemas/live-monitor.schemas.d.ts +10 -10
  42. package/dist/schemas/measurements.schemas.d.ts +6 -6
  43. package/dist/schemas/monitoring-visualization.schemas.d.ts +14 -14
  44. package/dist/schemas/prescription-maps.schemas.d.ts +22 -22
  45. package/dist/schemas/recommendations.schemas.d.ts +6 -6
  46. package/dist/schemas/soil-tests.schemas.d.ts +84 -84
  47. package/dist/schemas/suppliers.schemas.d.ts +84 -84
  48. package/dist/schemas/waybills.schemas.d.ts +48 -48
  49. package/dist/schemas/weather.schemas.d.ts +68 -68
  50. package/dist/schemas/yield-prediction.schemas.d.ts +24 -24
  51. package/package.json +1 -1
@@ -91,16 +91,16 @@ export declare const agentWorkflowsRouter: {
91
91
  availability: z.ZodOptional<z.ZodString>;
92
92
  }, "strip", z.ZodTypeAny, {
93
93
  name: string;
94
- unit: string;
95
94
  quantity: number;
95
+ unit: string;
96
96
  inventoryItemId?: string | undefined;
97
97
  totalCost?: number | undefined;
98
98
  costPerUnit?: number | undefined;
99
99
  availability?: string | undefined;
100
100
  }, {
101
101
  name: string;
102
- unit: string;
103
102
  quantity: number;
103
+ unit: string;
104
104
  inventoryItemId?: string | undefined;
105
105
  totalCost?: number | undefined;
106
106
  costPerUnit?: number | undefined;
@@ -120,8 +120,8 @@ export declare const agentWorkflowsRouter: {
120
120
  severity?: "critical" | "low" | "medium" | "high" | undefined;
121
121
  materials?: {
122
122
  name: string;
123
- unit: string;
124
123
  quantity: number;
124
+ unit: string;
125
125
  inventoryItemId?: string | undefined;
126
126
  totalCost?: number | undefined;
127
127
  costPerUnit?: number | undefined;
@@ -141,8 +141,8 @@ export declare const agentWorkflowsRouter: {
141
141
  severity?: "critical" | "low" | "medium" | "high" | undefined;
142
142
  materials?: {
143
143
  name: string;
144
- unit: string;
145
144
  quantity: number;
145
+ unit: string;
146
146
  inventoryItemId?: string | undefined;
147
147
  totalCost?: number | undefined;
148
148
  costPerUnit?: number | undefined;
@@ -167,8 +167,8 @@ export declare const agentWorkflowsRouter: {
167
167
  severity?: "critical" | "low" | "medium" | "high" | undefined;
168
168
  materials?: {
169
169
  name: string;
170
- unit: string;
171
170
  quantity: number;
171
+ unit: string;
172
172
  inventoryItemId?: string | undefined;
173
173
  totalCost?: number | undefined;
174
174
  costPerUnit?: number | undefined;
@@ -193,8 +193,8 @@ export declare const agentWorkflowsRouter: {
193
193
  severity?: "critical" | "low" | "medium" | "high" | undefined;
194
194
  materials?: {
195
195
  name: string;
196
- unit: string;
197
196
  quantity: number;
197
+ unit: string;
198
198
  inventoryItemId?: string | undefined;
199
199
  totalCost?: number | undefined;
200
200
  costPerUnit?: number | undefined;
@@ -228,8 +228,8 @@ export declare const agentWorkflowsRouter: {
228
228
  severity?: "critical" | "low" | "medium" | "high" | undefined;
229
229
  materials?: {
230
230
  name: string;
231
- unit: string;
232
231
  quantity: number;
232
+ unit: string;
233
233
  inventoryItemId?: string | undefined;
234
234
  totalCost?: number | undefined;
235
235
  costPerUnit?: number | undefined;
@@ -263,8 +263,8 @@ export declare const agentWorkflowsRouter: {
263
263
  severity?: "critical" | "low" | "medium" | "high" | undefined;
264
264
  materials?: {
265
265
  name: string;
266
- unit: string;
267
266
  quantity: number;
267
+ unit: string;
268
268
  inventoryItemId?: string | undefined;
269
269
  totalCost?: number | undefined;
270
270
  costPerUnit?: number | undefined;
@@ -314,8 +314,8 @@ export declare const agentWorkflowsRouter: {
314
314
  severity?: "critical" | "low" | "medium" | "high" | undefined;
315
315
  materials?: {
316
316
  name: string;
317
- unit: string;
318
317
  quantity: number;
318
+ unit: string;
319
319
  inventoryItemId?: string | undefined;
320
320
  totalCost?: number | undefined;
321
321
  costPerUnit?: number | undefined;
@@ -362,8 +362,8 @@ export declare const agentWorkflowsRouter: {
362
362
  severity?: "critical" | "low" | "medium" | "high" | undefined;
363
363
  materials?: {
364
364
  name: string;
365
- unit: string;
366
365
  quantity: number;
366
+ unit: string;
367
367
  inventoryItemId?: string | undefined;
368
368
  totalCost?: number | undefined;
369
369
  costPerUnit?: number | undefined;
@@ -417,8 +417,8 @@ export declare const agentWorkflowsRouter: {
417
417
  severity?: "critical" | "low" | "medium" | "high" | undefined;
418
418
  materials?: {
419
419
  name: string;
420
- unit: string;
421
420
  quantity: number;
421
+ unit: string;
422
422
  inventoryItemId?: string | undefined;
423
423
  totalCost?: number | undefined;
424
424
  costPerUnit?: number | undefined;
@@ -472,8 +472,8 @@ export declare const agentWorkflowsRouter: {
472
472
  severity?: "critical" | "low" | "medium" | "high" | undefined;
473
473
  materials?: {
474
474
  name: string;
475
- unit: string;
476
475
  quantity: number;
476
+ unit: string;
477
477
  inventoryItemId?: string | undefined;
478
478
  totalCost?: number | undefined;
479
479
  costPerUnit?: number | undefined;
@@ -553,8 +553,8 @@ export declare const agentWorkflowsRouter: {
553
553
  severity?: "critical" | "low" | "medium" | "high" | undefined;
554
554
  materials?: {
555
555
  name: string;
556
- unit: string;
557
556
  quantity: number;
557
+ unit: string;
558
558
  inventoryItemId?: string | undefined;
559
559
  totalCost?: number | undefined;
560
560
  costPerUnit?: number | undefined;
@@ -620,8 +620,8 @@ export declare const agentWorkflowsRouter: {
620
620
  severity?: "critical" | "low" | "medium" | "high" | undefined;
621
621
  materials?: {
622
622
  name: string;
623
- unit: string;
624
623
  quantity: number;
624
+ unit: string;
625
625
  inventoryItemId?: string | undefined;
626
626
  totalCost?: number | undefined;
627
627
  costPerUnit?: number | undefined;
@@ -743,16 +743,16 @@ export declare const agentWorkflowsRouter: {
743
743
  availability: z.ZodOptional<z.ZodString>;
744
744
  }, "strip", z.ZodTypeAny, {
745
745
  name: string;
746
- unit: string;
747
746
  quantity: number;
747
+ unit: string;
748
748
  inventoryItemId?: string | undefined;
749
749
  totalCost?: number | undefined;
750
750
  costPerUnit?: number | undefined;
751
751
  availability?: string | undefined;
752
752
  }, {
753
753
  name: string;
754
- unit: string;
755
754
  quantity: number;
755
+ unit: string;
756
756
  inventoryItemId?: string | undefined;
757
757
  totalCost?: number | undefined;
758
758
  costPerUnit?: number | undefined;
@@ -772,8 +772,8 @@ export declare const agentWorkflowsRouter: {
772
772
  severity?: "critical" | "low" | "medium" | "high" | undefined;
773
773
  materials?: {
774
774
  name: string;
775
- unit: string;
776
775
  quantity: number;
776
+ unit: string;
777
777
  inventoryItemId?: string | undefined;
778
778
  totalCost?: number | undefined;
779
779
  costPerUnit?: number | undefined;
@@ -793,8 +793,8 @@ export declare const agentWorkflowsRouter: {
793
793
  severity?: "critical" | "low" | "medium" | "high" | undefined;
794
794
  materials?: {
795
795
  name: string;
796
- unit: string;
797
796
  quantity: number;
797
+ unit: string;
798
798
  inventoryItemId?: string | undefined;
799
799
  totalCost?: number | undefined;
800
800
  costPerUnit?: number | undefined;
@@ -819,8 +819,8 @@ export declare const agentWorkflowsRouter: {
819
819
  severity?: "critical" | "low" | "medium" | "high" | undefined;
820
820
  materials?: {
821
821
  name: string;
822
- unit: string;
823
822
  quantity: number;
823
+ unit: string;
824
824
  inventoryItemId?: string | undefined;
825
825
  totalCost?: number | undefined;
826
826
  costPerUnit?: number | undefined;
@@ -845,8 +845,8 @@ export declare const agentWorkflowsRouter: {
845
845
  severity?: "critical" | "low" | "medium" | "high" | undefined;
846
846
  materials?: {
847
847
  name: string;
848
- unit: string;
849
848
  quantity: number;
849
+ unit: string;
850
850
  inventoryItemId?: string | undefined;
851
851
  totalCost?: number | undefined;
852
852
  costPerUnit?: number | undefined;
@@ -880,8 +880,8 @@ export declare const agentWorkflowsRouter: {
880
880
  severity?: "critical" | "low" | "medium" | "high" | undefined;
881
881
  materials?: {
882
882
  name: string;
883
- unit: string;
884
883
  quantity: number;
884
+ unit: string;
885
885
  inventoryItemId?: string | undefined;
886
886
  totalCost?: number | undefined;
887
887
  costPerUnit?: number | undefined;
@@ -915,8 +915,8 @@ export declare const agentWorkflowsRouter: {
915
915
  severity?: "critical" | "low" | "medium" | "high" | undefined;
916
916
  materials?: {
917
917
  name: string;
918
- unit: string;
919
918
  quantity: number;
919
+ unit: string;
920
920
  inventoryItemId?: string | undefined;
921
921
  totalCost?: number | undefined;
922
922
  costPerUnit?: number | undefined;
@@ -966,8 +966,8 @@ export declare const agentWorkflowsRouter: {
966
966
  severity?: "critical" | "low" | "medium" | "high" | undefined;
967
967
  materials?: {
968
968
  name: string;
969
- unit: string;
970
969
  quantity: number;
970
+ unit: string;
971
971
  inventoryItemId?: string | undefined;
972
972
  totalCost?: number | undefined;
973
973
  costPerUnit?: number | undefined;
@@ -1014,8 +1014,8 @@ export declare const agentWorkflowsRouter: {
1014
1014
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1015
1015
  materials?: {
1016
1016
  name: string;
1017
- unit: string;
1018
1017
  quantity: number;
1018
+ unit: string;
1019
1019
  inventoryItemId?: string | undefined;
1020
1020
  totalCost?: number | undefined;
1021
1021
  costPerUnit?: number | undefined;
@@ -1069,8 +1069,8 @@ export declare const agentWorkflowsRouter: {
1069
1069
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1070
1070
  materials?: {
1071
1071
  name: string;
1072
- unit: string;
1073
1072
  quantity: number;
1073
+ unit: string;
1074
1074
  inventoryItemId?: string | undefined;
1075
1075
  totalCost?: number | undefined;
1076
1076
  costPerUnit?: number | undefined;
@@ -1124,8 +1124,8 @@ export declare const agentWorkflowsRouter: {
1124
1124
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1125
1125
  materials?: {
1126
1126
  name: string;
1127
- unit: string;
1128
1127
  quantity: number;
1128
+ unit: string;
1129
1129
  inventoryItemId?: string | undefined;
1130
1130
  totalCost?: number | undefined;
1131
1131
  costPerUnit?: number | undefined;
@@ -1205,8 +1205,8 @@ export declare const agentWorkflowsRouter: {
1205
1205
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1206
1206
  materials?: {
1207
1207
  name: string;
1208
- unit: string;
1209
1208
  quantity: number;
1209
+ unit: string;
1210
1210
  inventoryItemId?: string | undefined;
1211
1211
  totalCost?: number | undefined;
1212
1212
  costPerUnit?: number | undefined;
@@ -1272,8 +1272,8 @@ export declare const agentWorkflowsRouter: {
1272
1272
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1273
1273
  materials?: {
1274
1274
  name: string;
1275
- unit: string;
1276
1275
  quantity: number;
1276
+ unit: string;
1277
1277
  inventoryItemId?: string | undefined;
1278
1278
  totalCost?: number | undefined;
1279
1279
  costPerUnit?: number | undefined;
@@ -1409,16 +1409,16 @@ export declare const agentWorkflowsRouter: {
1409
1409
  availability: z.ZodOptional<z.ZodString>;
1410
1410
  }, "strip", z.ZodTypeAny, {
1411
1411
  name: string;
1412
- unit: string;
1413
1412
  quantity: number;
1413
+ unit: string;
1414
1414
  inventoryItemId?: string | undefined;
1415
1415
  totalCost?: number | undefined;
1416
1416
  costPerUnit?: number | undefined;
1417
1417
  availability?: string | undefined;
1418
1418
  }, {
1419
1419
  name: string;
1420
- unit: string;
1421
1420
  quantity: number;
1421
+ unit: string;
1422
1422
  inventoryItemId?: string | undefined;
1423
1423
  totalCost?: number | undefined;
1424
1424
  costPerUnit?: number | undefined;
@@ -1438,8 +1438,8 @@ export declare const agentWorkflowsRouter: {
1438
1438
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1439
1439
  materials?: {
1440
1440
  name: string;
1441
- unit: string;
1442
1441
  quantity: number;
1442
+ unit: string;
1443
1443
  inventoryItemId?: string | undefined;
1444
1444
  totalCost?: number | undefined;
1445
1445
  costPerUnit?: number | undefined;
@@ -1459,8 +1459,8 @@ export declare const agentWorkflowsRouter: {
1459
1459
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1460
1460
  materials?: {
1461
1461
  name: string;
1462
- unit: string;
1463
1462
  quantity: number;
1463
+ unit: string;
1464
1464
  inventoryItemId?: string | undefined;
1465
1465
  totalCost?: number | undefined;
1466
1466
  costPerUnit?: number | undefined;
@@ -1485,8 +1485,8 @@ export declare const agentWorkflowsRouter: {
1485
1485
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1486
1486
  materials?: {
1487
1487
  name: string;
1488
- unit: string;
1489
1488
  quantity: number;
1489
+ unit: string;
1490
1490
  inventoryItemId?: string | undefined;
1491
1491
  totalCost?: number | undefined;
1492
1492
  costPerUnit?: number | undefined;
@@ -1511,8 +1511,8 @@ export declare const agentWorkflowsRouter: {
1511
1511
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1512
1512
  materials?: {
1513
1513
  name: string;
1514
- unit: string;
1515
1514
  quantity: number;
1515
+ unit: string;
1516
1516
  inventoryItemId?: string | undefined;
1517
1517
  totalCost?: number | undefined;
1518
1518
  costPerUnit?: number | undefined;
@@ -1546,8 +1546,8 @@ export declare const agentWorkflowsRouter: {
1546
1546
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1547
1547
  materials?: {
1548
1548
  name: string;
1549
- unit: string;
1550
1549
  quantity: number;
1550
+ unit: string;
1551
1551
  inventoryItemId?: string | undefined;
1552
1552
  totalCost?: number | undefined;
1553
1553
  costPerUnit?: number | undefined;
@@ -1581,8 +1581,8 @@ export declare const agentWorkflowsRouter: {
1581
1581
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1582
1582
  materials?: {
1583
1583
  name: string;
1584
- unit: string;
1585
1584
  quantity: number;
1585
+ unit: string;
1586
1586
  inventoryItemId?: string | undefined;
1587
1587
  totalCost?: number | undefined;
1588
1588
  costPerUnit?: number | undefined;
@@ -1632,8 +1632,8 @@ export declare const agentWorkflowsRouter: {
1632
1632
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1633
1633
  materials?: {
1634
1634
  name: string;
1635
- unit: string;
1636
1635
  quantity: number;
1636
+ unit: string;
1637
1637
  inventoryItemId?: string | undefined;
1638
1638
  totalCost?: number | undefined;
1639
1639
  costPerUnit?: number | undefined;
@@ -1680,8 +1680,8 @@ export declare const agentWorkflowsRouter: {
1680
1680
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1681
1681
  materials?: {
1682
1682
  name: string;
1683
- unit: string;
1684
1683
  quantity: number;
1684
+ unit: string;
1685
1685
  inventoryItemId?: string | undefined;
1686
1686
  totalCost?: number | undefined;
1687
1687
  costPerUnit?: number | undefined;
@@ -1735,8 +1735,8 @@ export declare const agentWorkflowsRouter: {
1735
1735
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1736
1736
  materials?: {
1737
1737
  name: string;
1738
- unit: string;
1739
1738
  quantity: number;
1739
+ unit: string;
1740
1740
  inventoryItemId?: string | undefined;
1741
1741
  totalCost?: number | undefined;
1742
1742
  costPerUnit?: number | undefined;
@@ -1790,8 +1790,8 @@ export declare const agentWorkflowsRouter: {
1790
1790
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1791
1791
  materials?: {
1792
1792
  name: string;
1793
- unit: string;
1794
1793
  quantity: number;
1794
+ unit: string;
1795
1795
  inventoryItemId?: string | undefined;
1796
1796
  totalCost?: number | undefined;
1797
1797
  costPerUnit?: number | undefined;
@@ -1871,8 +1871,8 @@ export declare const agentWorkflowsRouter: {
1871
1871
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1872
1872
  materials?: {
1873
1873
  name: string;
1874
- unit: string;
1875
1874
  quantity: number;
1875
+ unit: string;
1876
1876
  inventoryItemId?: string | undefined;
1877
1877
  totalCost?: number | undefined;
1878
1878
  costPerUnit?: number | undefined;
@@ -1938,8 +1938,8 @@ export declare const agentWorkflowsRouter: {
1938
1938
  severity?: "critical" | "low" | "medium" | "high" | undefined;
1939
1939
  materials?: {
1940
1940
  name: string;
1941
- unit: string;
1942
1941
  quantity: number;
1942
+ unit: string;
1943
1943
  inventoryItemId?: string | undefined;
1944
1944
  totalCost?: number | undefined;
1945
1945
  costPerUnit?: number | undefined;
@@ -2075,16 +2075,16 @@ export declare const agentWorkflowsRouter: {
2075
2075
  availability: z.ZodOptional<z.ZodString>;
2076
2076
  }, "strip", z.ZodTypeAny, {
2077
2077
  name: string;
2078
- unit: string;
2079
2078
  quantity: number;
2079
+ unit: string;
2080
2080
  inventoryItemId?: string | undefined;
2081
2081
  totalCost?: number | undefined;
2082
2082
  costPerUnit?: number | undefined;
2083
2083
  availability?: string | undefined;
2084
2084
  }, {
2085
2085
  name: string;
2086
- unit: string;
2087
2086
  quantity: number;
2087
+ unit: string;
2088
2088
  inventoryItemId?: string | undefined;
2089
2089
  totalCost?: number | undefined;
2090
2090
  costPerUnit?: number | undefined;
@@ -2104,8 +2104,8 @@ export declare const agentWorkflowsRouter: {
2104
2104
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2105
2105
  materials?: {
2106
2106
  name: string;
2107
- unit: string;
2108
2107
  quantity: number;
2108
+ unit: string;
2109
2109
  inventoryItemId?: string | undefined;
2110
2110
  totalCost?: number | undefined;
2111
2111
  costPerUnit?: number | undefined;
@@ -2125,8 +2125,8 @@ export declare const agentWorkflowsRouter: {
2125
2125
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2126
2126
  materials?: {
2127
2127
  name: string;
2128
- unit: string;
2129
2128
  quantity: number;
2129
+ unit: string;
2130
2130
  inventoryItemId?: string | undefined;
2131
2131
  totalCost?: number | undefined;
2132
2132
  costPerUnit?: number | undefined;
@@ -2151,8 +2151,8 @@ export declare const agentWorkflowsRouter: {
2151
2151
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2152
2152
  materials?: {
2153
2153
  name: string;
2154
- unit: string;
2155
2154
  quantity: number;
2155
+ unit: string;
2156
2156
  inventoryItemId?: string | undefined;
2157
2157
  totalCost?: number | undefined;
2158
2158
  costPerUnit?: number | undefined;
@@ -2177,8 +2177,8 @@ export declare const agentWorkflowsRouter: {
2177
2177
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2178
2178
  materials?: {
2179
2179
  name: string;
2180
- unit: string;
2181
2180
  quantity: number;
2181
+ unit: string;
2182
2182
  inventoryItemId?: string | undefined;
2183
2183
  totalCost?: number | undefined;
2184
2184
  costPerUnit?: number | undefined;
@@ -2212,8 +2212,8 @@ export declare const agentWorkflowsRouter: {
2212
2212
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2213
2213
  materials?: {
2214
2214
  name: string;
2215
- unit: string;
2216
2215
  quantity: number;
2216
+ unit: string;
2217
2217
  inventoryItemId?: string | undefined;
2218
2218
  totalCost?: number | undefined;
2219
2219
  costPerUnit?: number | undefined;
@@ -2247,8 +2247,8 @@ export declare const agentWorkflowsRouter: {
2247
2247
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2248
2248
  materials?: {
2249
2249
  name: string;
2250
- unit: string;
2251
2250
  quantity: number;
2251
+ unit: string;
2252
2252
  inventoryItemId?: string | undefined;
2253
2253
  totalCost?: number | undefined;
2254
2254
  costPerUnit?: number | undefined;
@@ -2298,8 +2298,8 @@ export declare const agentWorkflowsRouter: {
2298
2298
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2299
2299
  materials?: {
2300
2300
  name: string;
2301
- unit: string;
2302
2301
  quantity: number;
2302
+ unit: string;
2303
2303
  inventoryItemId?: string | undefined;
2304
2304
  totalCost?: number | undefined;
2305
2305
  costPerUnit?: number | undefined;
@@ -2346,8 +2346,8 @@ export declare const agentWorkflowsRouter: {
2346
2346
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2347
2347
  materials?: {
2348
2348
  name: string;
2349
- unit: string;
2350
2349
  quantity: number;
2350
+ unit: string;
2351
2351
  inventoryItemId?: string | undefined;
2352
2352
  totalCost?: number | undefined;
2353
2353
  costPerUnit?: number | undefined;
@@ -2401,8 +2401,8 @@ export declare const agentWorkflowsRouter: {
2401
2401
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2402
2402
  materials?: {
2403
2403
  name: string;
2404
- unit: string;
2405
2404
  quantity: number;
2405
+ unit: string;
2406
2406
  inventoryItemId?: string | undefined;
2407
2407
  totalCost?: number | undefined;
2408
2408
  costPerUnit?: number | undefined;
@@ -2456,8 +2456,8 @@ export declare const agentWorkflowsRouter: {
2456
2456
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2457
2457
  materials?: {
2458
2458
  name: string;
2459
- unit: string;
2460
2459
  quantity: number;
2460
+ unit: string;
2461
2461
  inventoryItemId?: string | undefined;
2462
2462
  totalCost?: number | undefined;
2463
2463
  costPerUnit?: number | undefined;
@@ -2537,8 +2537,8 @@ export declare const agentWorkflowsRouter: {
2537
2537
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2538
2538
  materials?: {
2539
2539
  name: string;
2540
- unit: string;
2541
2540
  quantity: number;
2541
+ unit: string;
2542
2542
  inventoryItemId?: string | undefined;
2543
2543
  totalCost?: number | undefined;
2544
2544
  costPerUnit?: number | undefined;
@@ -2604,8 +2604,8 @@ export declare const agentWorkflowsRouter: {
2604
2604
  severity?: "critical" | "low" | "medium" | "high" | undefined;
2605
2605
  materials?: {
2606
2606
  name: string;
2607
- unit: string;
2608
2607
  quantity: number;
2608
+ unit: string;
2609
2609
  inventoryItemId?: string | undefined;
2610
2610
  totalCost?: number | undefined;
2611
2611
  costPerUnit?: number | undefined;