@deepintel-ltd/farmpro-contracts 1.15.4 → 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/commodity-deals.routes.d.ts +561 -6
- package/dist/routes/commodity-deals.routes.d.ts.map +1 -1
- package/dist/routes/commodity-deals.routes.js +17 -1
- 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 +728 -13
- package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
- package/dist/schemas/commodity-deals.schemas.js +68 -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
|
@@ -105,16 +105,16 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
105
105
|
availability: z.ZodOptional<z.ZodString>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
107
|
name: string;
|
|
108
|
-
unit: string;
|
|
109
108
|
quantity: number;
|
|
109
|
+
unit: string;
|
|
110
110
|
inventoryItemId?: string | undefined;
|
|
111
111
|
totalCost?: number | undefined;
|
|
112
112
|
costPerUnit?: number | undefined;
|
|
113
113
|
availability?: string | undefined;
|
|
114
114
|
}, {
|
|
115
115
|
name: string;
|
|
116
|
-
unit: string;
|
|
117
116
|
quantity: number;
|
|
117
|
+
unit: string;
|
|
118
118
|
inventoryItemId?: string | undefined;
|
|
119
119
|
totalCost?: number | undefined;
|
|
120
120
|
costPerUnit?: number | undefined;
|
|
@@ -134,8 +134,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
134
134
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
135
135
|
materials?: {
|
|
136
136
|
name: string;
|
|
137
|
-
unit: string;
|
|
138
137
|
quantity: number;
|
|
138
|
+
unit: string;
|
|
139
139
|
inventoryItemId?: string | undefined;
|
|
140
140
|
totalCost?: number | undefined;
|
|
141
141
|
costPerUnit?: number | undefined;
|
|
@@ -155,8 +155,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
155
155
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
156
156
|
materials?: {
|
|
157
157
|
name: string;
|
|
158
|
-
unit: string;
|
|
159
158
|
quantity: number;
|
|
159
|
+
unit: string;
|
|
160
160
|
inventoryItemId?: string | undefined;
|
|
161
161
|
totalCost?: number | undefined;
|
|
162
162
|
costPerUnit?: number | undefined;
|
|
@@ -193,8 +193,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -232,8 +232,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
232
232
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
233
233
|
materials?: {
|
|
234
234
|
name: string;
|
|
235
|
-
unit: string;
|
|
236
235
|
quantity: number;
|
|
236
|
+
unit: string;
|
|
237
237
|
inventoryItemId?: string | undefined;
|
|
238
238
|
totalCost?: number | undefined;
|
|
239
239
|
costPerUnit?: number | undefined;
|
|
@@ -354,16 +354,16 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
354
354
|
availability: z.ZodOptional<z.ZodString>;
|
|
355
355
|
}, "strip", z.ZodTypeAny, {
|
|
356
356
|
name: string;
|
|
357
|
-
unit: string;
|
|
358
357
|
quantity: number;
|
|
358
|
+
unit: string;
|
|
359
359
|
inventoryItemId?: string | undefined;
|
|
360
360
|
totalCost?: number | undefined;
|
|
361
361
|
costPerUnit?: number | undefined;
|
|
362
362
|
availability?: string | undefined;
|
|
363
363
|
}, {
|
|
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;
|
|
@@ -383,8 +383,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
383
383
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
384
384
|
materials?: {
|
|
385
385
|
name: string;
|
|
386
|
-
unit: string;
|
|
387
386
|
quantity: number;
|
|
387
|
+
unit: string;
|
|
388
388
|
inventoryItemId?: string | undefined;
|
|
389
389
|
totalCost?: number | undefined;
|
|
390
390
|
costPerUnit?: number | undefined;
|
|
@@ -404,8 +404,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
404
404
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
405
405
|
materials?: {
|
|
406
406
|
name: string;
|
|
407
|
-
unit: string;
|
|
408
407
|
quantity: number;
|
|
408
|
+
unit: string;
|
|
409
409
|
inventoryItemId?: string | undefined;
|
|
410
410
|
totalCost?: number | undefined;
|
|
411
411
|
costPerUnit?: number | undefined;
|
|
@@ -442,8 +442,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
442
442
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
443
443
|
materials?: {
|
|
444
444
|
name: string;
|
|
445
|
-
unit: string;
|
|
446
445
|
quantity: number;
|
|
446
|
+
unit: string;
|
|
447
447
|
inventoryItemId?: string | undefined;
|
|
448
448
|
totalCost?: number | undefined;
|
|
449
449
|
costPerUnit?: number | undefined;
|
|
@@ -481,8 +481,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
481
481
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
482
482
|
materials?: {
|
|
483
483
|
name: string;
|
|
484
|
-
unit: string;
|
|
485
484
|
quantity: number;
|
|
485
|
+
unit: string;
|
|
486
486
|
inventoryItemId?: string | undefined;
|
|
487
487
|
totalCost?: number | undefined;
|
|
488
488
|
costPerUnit?: number | undefined;
|
|
@@ -522,8 +522,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
522
522
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
523
523
|
materials?: {
|
|
524
524
|
name: string;
|
|
525
|
-
unit: string;
|
|
526
525
|
quantity: number;
|
|
526
|
+
unit: string;
|
|
527
527
|
inventoryItemId?: string | undefined;
|
|
528
528
|
totalCost?: number | undefined;
|
|
529
529
|
costPerUnit?: number | undefined;
|
|
@@ -564,8 +564,8 @@ export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
|
564
564
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
565
565
|
materials?: {
|
|
566
566
|
name: string;
|
|
567
|
-
unit: string;
|
|
568
567
|
quantity: number;
|
|
568
|
+
unit: string;
|
|
569
569
|
inventoryItemId?: string | undefined;
|
|
570
570
|
totalCost?: number | undefined;
|
|
571
571
|
costPerUnit?: number | undefined;
|
|
@@ -840,22 +840,22 @@ export declare const intelligentFertilizerRecommendationSchema: z.ZodObject<{
|
|
|
840
840
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
841
841
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
unit: string;
|
|
844
843
|
quantity: number;
|
|
844
|
+
unit: string;
|
|
845
845
|
reason: string;
|
|
846
|
+
productName?: string | undefined;
|
|
846
847
|
inventoryItemId?: string | undefined;
|
|
847
848
|
confidence?: number | undefined;
|
|
848
849
|
estimatedCost?: number | undefined;
|
|
849
|
-
productName?: string | undefined;
|
|
850
850
|
applicationTiming?: string | undefined;
|
|
851
851
|
}, {
|
|
852
|
-
unit: string;
|
|
853
852
|
quantity: number;
|
|
853
|
+
unit: string;
|
|
854
854
|
reason: string;
|
|
855
|
+
productName?: string | undefined;
|
|
855
856
|
inventoryItemId?: string | undefined;
|
|
856
857
|
confidence?: number | undefined;
|
|
857
858
|
estimatedCost?: number | undefined;
|
|
858
|
-
productName?: string | undefined;
|
|
859
859
|
applicationTiming?: string | undefined;
|
|
860
860
|
}>;
|
|
861
861
|
export declare const longTermRecommendationSchema: z.ZodObject<{
|
|
@@ -1640,22 +1640,22 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1640
1640
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
1641
1641
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
1642
1642
|
}, "strip", z.ZodTypeAny, {
|
|
1643
|
-
unit: string;
|
|
1644
1643
|
quantity: number;
|
|
1644
|
+
unit: string;
|
|
1645
1645
|
reason: string;
|
|
1646
|
+
productName?: string | undefined;
|
|
1646
1647
|
inventoryItemId?: string | undefined;
|
|
1647
1648
|
confidence?: number | undefined;
|
|
1648
1649
|
estimatedCost?: number | undefined;
|
|
1649
|
-
productName?: string | undefined;
|
|
1650
1650
|
applicationTiming?: string | undefined;
|
|
1651
1651
|
}, {
|
|
1652
|
-
unit: string;
|
|
1653
1652
|
quantity: number;
|
|
1653
|
+
unit: string;
|
|
1654
1654
|
reason: string;
|
|
1655
|
+
productName?: string | undefined;
|
|
1655
1656
|
inventoryItemId?: string | undefined;
|
|
1656
1657
|
confidence?: number | undefined;
|
|
1657
1658
|
estimatedCost?: number | undefined;
|
|
1658
|
-
productName?: string | undefined;
|
|
1659
1659
|
applicationTiming?: string | undefined;
|
|
1660
1660
|
}>, "many">;
|
|
1661
1661
|
longTerm: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1683,13 +1683,13 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1683
1683
|
summary: z.ZodOptional<z.ZodString>;
|
|
1684
1684
|
}, "strip", z.ZodTypeAny, {
|
|
1685
1685
|
fertilizer: {
|
|
1686
|
-
unit: string;
|
|
1687
1686
|
quantity: number;
|
|
1687
|
+
unit: string;
|
|
1688
1688
|
reason: string;
|
|
1689
|
+
productName?: string | undefined;
|
|
1689
1690
|
inventoryItemId?: string | undefined;
|
|
1690
1691
|
confidence?: number | undefined;
|
|
1691
1692
|
estimatedCost?: number | undefined;
|
|
1692
|
-
productName?: string | undefined;
|
|
1693
1693
|
applicationTiming?: string | undefined;
|
|
1694
1694
|
}[];
|
|
1695
1695
|
immediate: {
|
|
@@ -1718,13 +1718,13 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1718
1718
|
}[] | undefined;
|
|
1719
1719
|
}, {
|
|
1720
1720
|
fertilizer: {
|
|
1721
|
-
unit: string;
|
|
1722
1721
|
quantity: number;
|
|
1722
|
+
unit: string;
|
|
1723
1723
|
reason: string;
|
|
1724
|
+
productName?: string | undefined;
|
|
1724
1725
|
inventoryItemId?: string | undefined;
|
|
1725
1726
|
confidence?: number | undefined;
|
|
1726
1727
|
estimatedCost?: number | undefined;
|
|
1727
|
-
productName?: string | undefined;
|
|
1728
1728
|
applicationTiming?: string | undefined;
|
|
1729
1729
|
}[];
|
|
1730
1730
|
immediate: {
|
|
@@ -1775,13 +1775,13 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1775
1775
|
};
|
|
1776
1776
|
recommendations: {
|
|
1777
1777
|
fertilizer: {
|
|
1778
|
-
unit: string;
|
|
1779
1778
|
quantity: number;
|
|
1779
|
+
unit: string;
|
|
1780
1780
|
reason: string;
|
|
1781
|
+
productName?: string | undefined;
|
|
1781
1782
|
inventoryItemId?: string | undefined;
|
|
1782
1783
|
confidence?: number | undefined;
|
|
1783
1784
|
estimatedCost?: number | undefined;
|
|
1784
|
-
productName?: string | undefined;
|
|
1785
1785
|
applicationTiming?: string | undefined;
|
|
1786
1786
|
}[];
|
|
1787
1787
|
immediate: {
|
|
@@ -1961,13 +1961,13 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1961
1961
|
};
|
|
1962
1962
|
recommendations: {
|
|
1963
1963
|
fertilizer: {
|
|
1964
|
-
unit: string;
|
|
1965
1964
|
quantity: number;
|
|
1965
|
+
unit: string;
|
|
1966
1966
|
reason: string;
|
|
1967
|
+
productName?: string | undefined;
|
|
1967
1968
|
inventoryItemId?: string | undefined;
|
|
1968
1969
|
confidence?: number | undefined;
|
|
1969
1970
|
estimatedCost?: number | undefined;
|
|
1970
|
-
productName?: string | undefined;
|
|
1971
1971
|
applicationTiming?: string | undefined;
|
|
1972
1972
|
}[];
|
|
1973
1973
|
immediate: {
|
|
@@ -148,16 +148,16 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
148
148
|
availability: z.ZodOptional<z.ZodString>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
name: string;
|
|
151
|
-
unit: string;
|
|
152
151
|
quantity: number;
|
|
152
|
+
unit: string;
|
|
153
153
|
inventoryItemId?: string | undefined;
|
|
154
154
|
totalCost?: number | undefined;
|
|
155
155
|
costPerUnit?: number | undefined;
|
|
156
156
|
availability?: string | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
name: string;
|
|
159
|
-
unit: string;
|
|
160
159
|
quantity: number;
|
|
160
|
+
unit: string;
|
|
161
161
|
inventoryItemId?: string | undefined;
|
|
162
162
|
totalCost?: number | undefined;
|
|
163
163
|
costPerUnit?: number | undefined;
|
|
@@ -177,8 +177,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
177
177
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
178
178
|
materials?: {
|
|
179
179
|
name: string;
|
|
180
|
-
unit: string;
|
|
181
180
|
quantity: number;
|
|
181
|
+
unit: string;
|
|
182
182
|
inventoryItemId?: string | undefined;
|
|
183
183
|
totalCost?: number | undefined;
|
|
184
184
|
costPerUnit?: number | undefined;
|
|
@@ -198,8 +198,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
198
198
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
199
199
|
materials?: {
|
|
200
200
|
name: string;
|
|
201
|
-
unit: string;
|
|
202
201
|
quantity: number;
|
|
202
|
+
unit: string;
|
|
203
203
|
inventoryItemId?: string | undefined;
|
|
204
204
|
totalCost?: number | undefined;
|
|
205
205
|
costPerUnit?: number | undefined;
|
|
@@ -238,8 +238,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
238
238
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
239
239
|
materials?: {
|
|
240
240
|
name: string;
|
|
241
|
-
unit: string;
|
|
242
241
|
quantity: number;
|
|
242
|
+
unit: string;
|
|
243
243
|
inventoryItemId?: string | undefined;
|
|
244
244
|
totalCost?: number | undefined;
|
|
245
245
|
costPerUnit?: number | undefined;
|
|
@@ -321,8 +321,8 @@ export declare const observationAttributesSchema: z.ZodObject<{
|
|
|
321
321
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
322
322
|
materials?: {
|
|
323
323
|
name: string;
|
|
324
|
-
unit: string;
|
|
325
324
|
quantity: number;
|
|
325
|
+
unit: string;
|
|
326
326
|
inventoryItemId?: string | undefined;
|
|
327
327
|
totalCost?: number | undefined;
|
|
328
328
|
costPerUnit?: number | undefined;
|
|
@@ -597,16 +597,16 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
597
597
|
availability: z.ZodOptional<z.ZodString>;
|
|
598
598
|
}, "strip", z.ZodTypeAny, {
|
|
599
599
|
name: string;
|
|
600
|
-
unit: string;
|
|
601
600
|
quantity: number;
|
|
601
|
+
unit: string;
|
|
602
602
|
inventoryItemId?: string | undefined;
|
|
603
603
|
totalCost?: number | undefined;
|
|
604
604
|
costPerUnit?: number | undefined;
|
|
605
605
|
availability?: string | undefined;
|
|
606
606
|
}, {
|
|
607
607
|
name: string;
|
|
608
|
-
unit: string;
|
|
609
608
|
quantity: number;
|
|
609
|
+
unit: string;
|
|
610
610
|
inventoryItemId?: string | undefined;
|
|
611
611
|
totalCost?: number | undefined;
|
|
612
612
|
costPerUnit?: number | undefined;
|
|
@@ -626,8 +626,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
626
626
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
627
627
|
materials?: {
|
|
628
628
|
name: string;
|
|
629
|
-
unit: string;
|
|
630
629
|
quantity: number;
|
|
630
|
+
unit: string;
|
|
631
631
|
inventoryItemId?: string | undefined;
|
|
632
632
|
totalCost?: number | undefined;
|
|
633
633
|
costPerUnit?: number | undefined;
|
|
@@ -647,8 +647,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
647
647
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
648
648
|
materials?: {
|
|
649
649
|
name: string;
|
|
650
|
-
unit: string;
|
|
651
650
|
quantity: number;
|
|
651
|
+
unit: string;
|
|
652
652
|
inventoryItemId?: string | undefined;
|
|
653
653
|
totalCost?: number | undefined;
|
|
654
654
|
costPerUnit?: number | undefined;
|
|
@@ -687,8 +687,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
687
687
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
688
688
|
materials?: {
|
|
689
689
|
name: string;
|
|
690
|
-
unit: string;
|
|
691
690
|
quantity: number;
|
|
691
|
+
unit: string;
|
|
692
692
|
inventoryItemId?: string | undefined;
|
|
693
693
|
totalCost?: number | undefined;
|
|
694
694
|
costPerUnit?: number | undefined;
|
|
@@ -770,8 +770,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
770
770
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
771
771
|
materials?: {
|
|
772
772
|
name: string;
|
|
773
|
-
unit: string;
|
|
774
773
|
quantity: number;
|
|
774
|
+
unit: string;
|
|
775
775
|
inventoryItemId?: string | undefined;
|
|
776
776
|
totalCost?: number | undefined;
|
|
777
777
|
costPerUnit?: number | undefined;
|
|
@@ -860,8 +860,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
860
860
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
861
861
|
materials?: {
|
|
862
862
|
name: string;
|
|
863
|
-
unit: string;
|
|
864
863
|
quantity: number;
|
|
864
|
+
unit: string;
|
|
865
865
|
inventoryItemId?: string | undefined;
|
|
866
866
|
totalCost?: number | undefined;
|
|
867
867
|
costPerUnit?: number | undefined;
|
|
@@ -950,8 +950,8 @@ export declare const observationResourceSchema: z.ZodObject<{
|
|
|
950
950
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
951
951
|
materials?: {
|
|
952
952
|
name: string;
|
|
953
|
-
unit: string;
|
|
954
953
|
quantity: number;
|
|
954
|
+
unit: string;
|
|
955
955
|
inventoryItemId?: string | undefined;
|
|
956
956
|
totalCost?: number | undefined;
|
|
957
957
|
costPerUnit?: number | undefined;
|
|
@@ -1349,16 +1349,16 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1349
1349
|
availability: z.ZodOptional<z.ZodString>;
|
|
1350
1350
|
}, "strip", z.ZodTypeAny, {
|
|
1351
1351
|
name: string;
|
|
1352
|
-
unit: string;
|
|
1353
1352
|
quantity: number;
|
|
1353
|
+
unit: string;
|
|
1354
1354
|
inventoryItemId?: string | undefined;
|
|
1355
1355
|
totalCost?: number | undefined;
|
|
1356
1356
|
costPerUnit?: number | undefined;
|
|
1357
1357
|
availability?: string | undefined;
|
|
1358
1358
|
}, {
|
|
1359
1359
|
name: string;
|
|
1360
|
-
unit: string;
|
|
1361
1360
|
quantity: number;
|
|
1361
|
+
unit: string;
|
|
1362
1362
|
inventoryItemId?: string | undefined;
|
|
1363
1363
|
totalCost?: number | undefined;
|
|
1364
1364
|
costPerUnit?: number | undefined;
|
|
@@ -1378,8 +1378,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1378
1378
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1379
1379
|
materials?: {
|
|
1380
1380
|
name: string;
|
|
1381
|
-
unit: string;
|
|
1382
1381
|
quantity: number;
|
|
1382
|
+
unit: string;
|
|
1383
1383
|
inventoryItemId?: string | undefined;
|
|
1384
1384
|
totalCost?: number | undefined;
|
|
1385
1385
|
costPerUnit?: number | undefined;
|
|
@@ -1399,8 +1399,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1399
1399
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1400
1400
|
materials?: {
|
|
1401
1401
|
name: string;
|
|
1402
|
-
unit: string;
|
|
1403
1402
|
quantity: number;
|
|
1403
|
+
unit: string;
|
|
1404
1404
|
inventoryItemId?: string | undefined;
|
|
1405
1405
|
totalCost?: number | undefined;
|
|
1406
1406
|
costPerUnit?: number | undefined;
|
|
@@ -1439,8 +1439,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1439
1439
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1440
1440
|
materials?: {
|
|
1441
1441
|
name: string;
|
|
1442
|
-
unit: string;
|
|
1443
1442
|
quantity: number;
|
|
1443
|
+
unit: string;
|
|
1444
1444
|
inventoryItemId?: string | undefined;
|
|
1445
1445
|
totalCost?: number | undefined;
|
|
1446
1446
|
costPerUnit?: number | undefined;
|
|
@@ -1522,8 +1522,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1522
1522
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1523
1523
|
materials?: {
|
|
1524
1524
|
name: string;
|
|
1525
|
-
unit: string;
|
|
1526
1525
|
quantity: number;
|
|
1526
|
+
unit: string;
|
|
1527
1527
|
inventoryItemId?: string | undefined;
|
|
1528
1528
|
totalCost?: number | undefined;
|
|
1529
1529
|
costPerUnit?: number | undefined;
|
|
@@ -1612,8 +1612,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1612
1612
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1613
1613
|
materials?: {
|
|
1614
1614
|
name: string;
|
|
1615
|
-
unit: string;
|
|
1616
1615
|
quantity: number;
|
|
1616
|
+
unit: string;
|
|
1617
1617
|
inventoryItemId?: string | undefined;
|
|
1618
1618
|
totalCost?: number | undefined;
|
|
1619
1619
|
costPerUnit?: number | undefined;
|
|
@@ -1702,8 +1702,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1702
1702
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1703
1703
|
materials?: {
|
|
1704
1704
|
name: string;
|
|
1705
|
-
unit: string;
|
|
1706
1705
|
quantity: number;
|
|
1706
|
+
unit: string;
|
|
1707
1707
|
inventoryItemId?: string | undefined;
|
|
1708
1708
|
totalCost?: number | undefined;
|
|
1709
1709
|
costPerUnit?: number | undefined;
|
|
@@ -1818,8 +1818,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1818
1818
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1819
1819
|
materials?: {
|
|
1820
1820
|
name: string;
|
|
1821
|
-
unit: string;
|
|
1822
1821
|
quantity: number;
|
|
1822
|
+
unit: string;
|
|
1823
1823
|
inventoryItemId?: string | undefined;
|
|
1824
1824
|
totalCost?: number | undefined;
|
|
1825
1825
|
costPerUnit?: number | undefined;
|
|
@@ -1920,8 +1920,8 @@ export declare const observationResponseSchema: z.ZodObject<{
|
|
|
1920
1920
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1921
1921
|
materials?: {
|
|
1922
1922
|
name: string;
|
|
1923
|
-
unit: string;
|
|
1924
1923
|
quantity: number;
|
|
1924
|
+
unit: string;
|
|
1925
1925
|
inventoryItemId?: string | undefined;
|
|
1926
1926
|
totalCost?: number | undefined;
|
|
1927
1927
|
costPerUnit?: number | undefined;
|
|
@@ -2157,16 +2157,16 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2157
2157
|
availability: z.ZodOptional<z.ZodString>;
|
|
2158
2158
|
}, "strip", z.ZodTypeAny, {
|
|
2159
2159
|
name: string;
|
|
2160
|
-
unit: string;
|
|
2161
2160
|
quantity: number;
|
|
2161
|
+
unit: string;
|
|
2162
2162
|
inventoryItemId?: string | undefined;
|
|
2163
2163
|
totalCost?: number | undefined;
|
|
2164
2164
|
costPerUnit?: number | undefined;
|
|
2165
2165
|
availability?: string | undefined;
|
|
2166
2166
|
}, {
|
|
2167
2167
|
name: string;
|
|
2168
|
-
unit: string;
|
|
2169
2168
|
quantity: number;
|
|
2169
|
+
unit: string;
|
|
2170
2170
|
inventoryItemId?: string | undefined;
|
|
2171
2171
|
totalCost?: number | undefined;
|
|
2172
2172
|
costPerUnit?: number | undefined;
|
|
@@ -2186,8 +2186,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2186
2186
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2187
2187
|
materials?: {
|
|
2188
2188
|
name: string;
|
|
2189
|
-
unit: string;
|
|
2190
2189
|
quantity: number;
|
|
2190
|
+
unit: string;
|
|
2191
2191
|
inventoryItemId?: string | undefined;
|
|
2192
2192
|
totalCost?: number | undefined;
|
|
2193
2193
|
costPerUnit?: number | undefined;
|
|
@@ -2207,8 +2207,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2207
2207
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2208
2208
|
materials?: {
|
|
2209
2209
|
name: string;
|
|
2210
|
-
unit: string;
|
|
2211
2210
|
quantity: number;
|
|
2211
|
+
unit: string;
|
|
2212
2212
|
inventoryItemId?: string | undefined;
|
|
2213
2213
|
totalCost?: number | undefined;
|
|
2214
2214
|
costPerUnit?: number | undefined;
|
|
@@ -2247,8 +2247,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -2330,8 +2330,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2330
2330
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2331
2331
|
materials?: {
|
|
2332
2332
|
name: string;
|
|
2333
|
-
unit: string;
|
|
2334
2333
|
quantity: number;
|
|
2334
|
+
unit: string;
|
|
2335
2335
|
inventoryItemId?: string | undefined;
|
|
2336
2336
|
totalCost?: number | undefined;
|
|
2337
2337
|
costPerUnit?: number | undefined;
|
|
@@ -2420,8 +2420,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2420
2420
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2421
2421
|
materials?: {
|
|
2422
2422
|
name: string;
|
|
2423
|
-
unit: string;
|
|
2424
2423
|
quantity: number;
|
|
2424
|
+
unit: string;
|
|
2425
2425
|
inventoryItemId?: string | undefined;
|
|
2426
2426
|
totalCost?: number | undefined;
|
|
2427
2427
|
costPerUnit?: number | undefined;
|
|
@@ -2510,8 +2510,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2510
2510
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2511
2511
|
materials?: {
|
|
2512
2512
|
name: string;
|
|
2513
|
-
unit: string;
|
|
2514
2513
|
quantity: number;
|
|
2514
|
+
unit: string;
|
|
2515
2515
|
inventoryItemId?: string | undefined;
|
|
2516
2516
|
totalCost?: number | undefined;
|
|
2517
2517
|
costPerUnit?: number | undefined;
|
|
@@ -2626,8 +2626,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2626
2626
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2627
2627
|
materials?: {
|
|
2628
2628
|
name: string;
|
|
2629
|
-
unit: string;
|
|
2630
2629
|
quantity: number;
|
|
2630
|
+
unit: string;
|
|
2631
2631
|
inventoryItemId?: string | undefined;
|
|
2632
2632
|
totalCost?: number | undefined;
|
|
2633
2633
|
costPerUnit?: number | undefined;
|
|
@@ -2728,8 +2728,8 @@ export declare const observationListResponseSchema: z.ZodObject<{
|
|
|
2728
2728
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2729
2729
|
materials?: {
|
|
2730
2730
|
name: string;
|
|
2731
|
-
unit: string;
|
|
2732
2731
|
quantity: number;
|
|
2732
|
+
unit: string;
|
|
2733
2733
|
inventoryItemId?: string | undefined;
|
|
2734
2734
|
totalCost?: number | undefined;
|
|
2735
2735
|
costPerUnit?: number | undefined;
|