@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
|
@@ -68,16 +68,16 @@ export declare const weatherAlertSchema: z.ZodObject<{
|
|
|
68
68
|
availability: z.ZodOptional<z.ZodString>;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
70
|
name: string;
|
|
71
|
-
unit: string;
|
|
72
71
|
quantity: number;
|
|
72
|
+
unit: string;
|
|
73
73
|
inventoryItemId?: string | undefined;
|
|
74
74
|
totalCost?: number | undefined;
|
|
75
75
|
costPerUnit?: number | undefined;
|
|
76
76
|
availability?: string | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
name: string;
|
|
79
|
-
unit: string;
|
|
80
79
|
quantity: number;
|
|
80
|
+
unit: string;
|
|
81
81
|
inventoryItemId?: string | undefined;
|
|
82
82
|
totalCost?: number | undefined;
|
|
83
83
|
costPerUnit?: number | undefined;
|
|
@@ -97,8 +97,8 @@ export declare const weatherAlertSchema: z.ZodObject<{
|
|
|
97
97
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
98
98
|
materials?: {
|
|
99
99
|
name: string;
|
|
100
|
-
unit: string;
|
|
101
100
|
quantity: number;
|
|
101
|
+
unit: string;
|
|
102
102
|
inventoryItemId?: string | undefined;
|
|
103
103
|
totalCost?: number | undefined;
|
|
104
104
|
costPerUnit?: number | undefined;
|
|
@@ -118,8 +118,8 @@ export declare const weatherAlertSchema: z.ZodObject<{
|
|
|
118
118
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
119
119
|
materials?: {
|
|
120
120
|
name: string;
|
|
121
|
-
unit: string;
|
|
122
121
|
quantity: number;
|
|
122
|
+
unit: string;
|
|
123
123
|
inventoryItemId?: string | undefined;
|
|
124
124
|
totalCost?: number | undefined;
|
|
125
125
|
costPerUnit?: number | undefined;
|
|
@@ -146,8 +146,8 @@ export declare const weatherAlertSchema: z.ZodObject<{
|
|
|
146
146
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
147
147
|
materials?: {
|
|
148
148
|
name: string;
|
|
149
|
-
unit: string;
|
|
150
149
|
quantity: number;
|
|
150
|
+
unit: string;
|
|
151
151
|
inventoryItemId?: string | undefined;
|
|
152
152
|
totalCost?: number | undefined;
|
|
153
153
|
costPerUnit?: number | undefined;
|
|
@@ -176,8 +176,8 @@ export declare const weatherAlertSchema: z.ZodObject<{
|
|
|
176
176
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
177
177
|
materials?: {
|
|
178
178
|
name: string;
|
|
179
|
-
unit: string;
|
|
180
179
|
quantity: number;
|
|
180
|
+
unit: string;
|
|
181
181
|
inventoryItemId?: string | undefined;
|
|
182
182
|
totalCost?: number | undefined;
|
|
183
183
|
costPerUnit?: number | undefined;
|
|
@@ -258,16 +258,16 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
258
258
|
availability: z.ZodOptional<z.ZodString>;
|
|
259
259
|
}, "strip", z.ZodTypeAny, {
|
|
260
260
|
name: string;
|
|
261
|
-
unit: string;
|
|
262
261
|
quantity: number;
|
|
262
|
+
unit: string;
|
|
263
263
|
inventoryItemId?: string | undefined;
|
|
264
264
|
totalCost?: number | undefined;
|
|
265
265
|
costPerUnit?: number | undefined;
|
|
266
266
|
availability?: string | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
name: string;
|
|
269
|
-
unit: string;
|
|
270
269
|
quantity: number;
|
|
270
|
+
unit: string;
|
|
271
271
|
inventoryItemId?: string | undefined;
|
|
272
272
|
totalCost?: number | undefined;
|
|
273
273
|
costPerUnit?: number | undefined;
|
|
@@ -287,8 +287,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
287
287
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
288
288
|
materials?: {
|
|
289
289
|
name: string;
|
|
290
|
-
unit: string;
|
|
291
290
|
quantity: number;
|
|
291
|
+
unit: string;
|
|
292
292
|
inventoryItemId?: string | undefined;
|
|
293
293
|
totalCost?: number | undefined;
|
|
294
294
|
costPerUnit?: number | undefined;
|
|
@@ -308,8 +308,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
308
308
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
309
309
|
materials?: {
|
|
310
310
|
name: string;
|
|
311
|
-
unit: string;
|
|
312
311
|
quantity: number;
|
|
312
|
+
unit: string;
|
|
313
313
|
inventoryItemId?: string | undefined;
|
|
314
314
|
totalCost?: number | undefined;
|
|
315
315
|
costPerUnit?: number | undefined;
|
|
@@ -336,8 +336,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
336
336
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
337
337
|
materials?: {
|
|
338
338
|
name: string;
|
|
339
|
-
unit: string;
|
|
340
339
|
quantity: number;
|
|
340
|
+
unit: string;
|
|
341
341
|
inventoryItemId?: string | undefined;
|
|
342
342
|
totalCost?: number | undefined;
|
|
343
343
|
costPerUnit?: number | undefined;
|
|
@@ -366,8 +366,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
366
366
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
367
367
|
materials?: {
|
|
368
368
|
name: string;
|
|
369
|
-
unit: string;
|
|
370
369
|
quantity: number;
|
|
370
|
+
unit: string;
|
|
371
371
|
inventoryItemId?: string | undefined;
|
|
372
372
|
totalCost?: number | undefined;
|
|
373
373
|
costPerUnit?: number | undefined;
|
|
@@ -413,8 +413,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
413
413
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
414
414
|
materials?: {
|
|
415
415
|
name: string;
|
|
416
|
-
unit: string;
|
|
417
416
|
quantity: number;
|
|
417
|
+
unit: string;
|
|
418
418
|
inventoryItemId?: string | undefined;
|
|
419
419
|
totalCost?: number | undefined;
|
|
420
420
|
costPerUnit?: number | undefined;
|
|
@@ -460,8 +460,8 @@ export declare const weatherAttributesSchema: z.ZodObject<{
|
|
|
460
460
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
461
461
|
materials?: {
|
|
462
462
|
name: string;
|
|
463
|
-
unit: string;
|
|
464
463
|
quantity: number;
|
|
464
|
+
unit: string;
|
|
465
465
|
inventoryItemId?: string | undefined;
|
|
466
466
|
totalCost?: number | undefined;
|
|
467
467
|
costPerUnit?: number | undefined;
|
|
@@ -484,14 +484,14 @@ export declare const plannerActivityScoreSchema: z.ZodObject<{
|
|
|
484
484
|
planting: z.ZodEnum<["low", "medium", "high"]>;
|
|
485
485
|
harvesting: z.ZodEnum<["low", "medium", "high"]>;
|
|
486
486
|
}, "strip", z.ZodTypeAny, {
|
|
487
|
+
planting: "low" | "medium" | "high";
|
|
487
488
|
spraying: "low" | "medium" | "high";
|
|
488
489
|
irrigation: "low" | "medium" | "high";
|
|
489
|
-
planting: "low" | "medium" | "high";
|
|
490
490
|
harvesting: "low" | "medium" | "high";
|
|
491
491
|
}, {
|
|
492
|
+
planting: "low" | "medium" | "high";
|
|
492
493
|
spraying: "low" | "medium" | "high";
|
|
493
494
|
irrigation: "low" | "medium" | "high";
|
|
494
|
-
planting: "low" | "medium" | "high";
|
|
495
495
|
harvesting: "low" | "medium" | "high";
|
|
496
496
|
}>;
|
|
497
497
|
export declare const weatherPlannerDaySchema: z.ZodObject<{
|
|
@@ -522,14 +522,14 @@ export declare const weatherPlannerDaySchema: z.ZodObject<{
|
|
|
522
522
|
planting: z.ZodEnum<["low", "medium", "high"]>;
|
|
523
523
|
harvesting: z.ZodEnum<["low", "medium", "high"]>;
|
|
524
524
|
}, "strip", z.ZodTypeAny, {
|
|
525
|
+
planting: "low" | "medium" | "high";
|
|
525
526
|
spraying: "low" | "medium" | "high";
|
|
526
527
|
irrigation: "low" | "medium" | "high";
|
|
527
|
-
planting: "low" | "medium" | "high";
|
|
528
528
|
harvesting: "low" | "medium" | "high";
|
|
529
529
|
}, {
|
|
530
|
+
planting: "low" | "medium" | "high";
|
|
530
531
|
spraying: "low" | "medium" | "high";
|
|
531
532
|
irrigation: "low" | "medium" | "high";
|
|
532
|
-
planting: "low" | "medium" | "high";
|
|
533
533
|
harvesting: "low" | "medium" | "high";
|
|
534
534
|
}>;
|
|
535
535
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -543,9 +543,9 @@ export declare const weatherPlannerDaySchema: z.ZodObject<{
|
|
|
543
543
|
evapotranspiration: number;
|
|
544
544
|
};
|
|
545
545
|
activities: {
|
|
546
|
+
planting: "low" | "medium" | "high";
|
|
546
547
|
spraying: "low" | "medium" | "high";
|
|
547
548
|
irrigation: "low" | "medium" | "high";
|
|
548
|
-
planting: "low" | "medium" | "high";
|
|
549
549
|
harvesting: "low" | "medium" | "high";
|
|
550
550
|
};
|
|
551
551
|
}, {
|
|
@@ -559,9 +559,9 @@ export declare const weatherPlannerDaySchema: z.ZodObject<{
|
|
|
559
559
|
evapotranspiration: number;
|
|
560
560
|
};
|
|
561
561
|
activities: {
|
|
562
|
+
planting: "low" | "medium" | "high";
|
|
562
563
|
spraying: "low" | "medium" | "high";
|
|
563
564
|
irrigation: "low" | "medium" | "high";
|
|
564
|
-
planting: "low" | "medium" | "high";
|
|
565
565
|
harvesting: "low" | "medium" | "high";
|
|
566
566
|
};
|
|
567
567
|
}>;
|
|
@@ -597,14 +597,14 @@ export declare const weatherPlannerFieldSchema: z.ZodObject<{
|
|
|
597
597
|
planting: z.ZodEnum<["low", "medium", "high"]>;
|
|
598
598
|
harvesting: z.ZodEnum<["low", "medium", "high"]>;
|
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
|
600
|
+
planting: "low" | "medium" | "high";
|
|
600
601
|
spraying: "low" | "medium" | "high";
|
|
601
602
|
irrigation: "low" | "medium" | "high";
|
|
602
|
-
planting: "low" | "medium" | "high";
|
|
603
603
|
harvesting: "low" | "medium" | "high";
|
|
604
604
|
}, {
|
|
605
|
+
planting: "low" | "medium" | "high";
|
|
605
606
|
spraying: "low" | "medium" | "high";
|
|
606
607
|
irrigation: "low" | "medium" | "high";
|
|
607
|
-
planting: "low" | "medium" | "high";
|
|
608
608
|
harvesting: "low" | "medium" | "high";
|
|
609
609
|
}>;
|
|
610
610
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -618,9 +618,9 @@ export declare const weatherPlannerFieldSchema: z.ZodObject<{
|
|
|
618
618
|
evapotranspiration: number;
|
|
619
619
|
};
|
|
620
620
|
activities: {
|
|
621
|
+
planting: "low" | "medium" | "high";
|
|
621
622
|
spraying: "low" | "medium" | "high";
|
|
622
623
|
irrigation: "low" | "medium" | "high";
|
|
623
|
-
planting: "low" | "medium" | "high";
|
|
624
624
|
harvesting: "low" | "medium" | "high";
|
|
625
625
|
};
|
|
626
626
|
}, {
|
|
@@ -634,9 +634,9 @@ export declare const weatherPlannerFieldSchema: z.ZodObject<{
|
|
|
634
634
|
evapotranspiration: number;
|
|
635
635
|
};
|
|
636
636
|
activities: {
|
|
637
|
+
planting: "low" | "medium" | "high";
|
|
637
638
|
spraying: "low" | "medium" | "high";
|
|
638
639
|
irrigation: "low" | "medium" | "high";
|
|
639
|
-
planting: "low" | "medium" | "high";
|
|
640
640
|
harvesting: "low" | "medium" | "high";
|
|
641
641
|
};
|
|
642
642
|
}>, "many">;
|
|
@@ -655,9 +655,9 @@ export declare const weatherPlannerFieldSchema: z.ZodObject<{
|
|
|
655
655
|
evapotranspiration: number;
|
|
656
656
|
};
|
|
657
657
|
activities: {
|
|
658
|
+
planting: "low" | "medium" | "high";
|
|
658
659
|
spraying: "low" | "medium" | "high";
|
|
659
660
|
irrigation: "low" | "medium" | "high";
|
|
660
|
-
planting: "low" | "medium" | "high";
|
|
661
661
|
harvesting: "low" | "medium" | "high";
|
|
662
662
|
};
|
|
663
663
|
}[];
|
|
@@ -676,9 +676,9 @@ export declare const weatherPlannerFieldSchema: z.ZodObject<{
|
|
|
676
676
|
evapotranspiration: number;
|
|
677
677
|
};
|
|
678
678
|
activities: {
|
|
679
|
+
planting: "low" | "medium" | "high";
|
|
679
680
|
spraying: "low" | "medium" | "high";
|
|
680
681
|
irrigation: "low" | "medium" | "high";
|
|
681
|
-
planting: "low" | "medium" | "high";
|
|
682
682
|
harvesting: "low" | "medium" | "high";
|
|
683
683
|
};
|
|
684
684
|
}[];
|
|
@@ -718,14 +718,14 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
718
718
|
planting: z.ZodEnum<["low", "medium", "high"]>;
|
|
719
719
|
harvesting: z.ZodEnum<["low", "medium", "high"]>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
|
+
planting: "low" | "medium" | "high";
|
|
721
722
|
spraying: "low" | "medium" | "high";
|
|
722
723
|
irrigation: "low" | "medium" | "high";
|
|
723
|
-
planting: "low" | "medium" | "high";
|
|
724
724
|
harvesting: "low" | "medium" | "high";
|
|
725
725
|
}, {
|
|
726
|
+
planting: "low" | "medium" | "high";
|
|
726
727
|
spraying: "low" | "medium" | "high";
|
|
727
728
|
irrigation: "low" | "medium" | "high";
|
|
728
|
-
planting: "low" | "medium" | "high";
|
|
729
729
|
harvesting: "low" | "medium" | "high";
|
|
730
730
|
}>;
|
|
731
731
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -739,9 +739,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
739
739
|
evapotranspiration: number;
|
|
740
740
|
};
|
|
741
741
|
activities: {
|
|
742
|
+
planting: "low" | "medium" | "high";
|
|
742
743
|
spraying: "low" | "medium" | "high";
|
|
743
744
|
irrigation: "low" | "medium" | "high";
|
|
744
|
-
planting: "low" | "medium" | "high";
|
|
745
745
|
harvesting: "low" | "medium" | "high";
|
|
746
746
|
};
|
|
747
747
|
}, {
|
|
@@ -755,9 +755,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
755
755
|
evapotranspiration: number;
|
|
756
756
|
};
|
|
757
757
|
activities: {
|
|
758
|
+
planting: "low" | "medium" | "high";
|
|
758
759
|
spraying: "low" | "medium" | "high";
|
|
759
760
|
irrigation: "low" | "medium" | "high";
|
|
760
|
-
planting: "low" | "medium" | "high";
|
|
761
761
|
harvesting: "low" | "medium" | "high";
|
|
762
762
|
};
|
|
763
763
|
}>, "many">;
|
|
@@ -776,9 +776,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
776
776
|
evapotranspiration: number;
|
|
777
777
|
};
|
|
778
778
|
activities: {
|
|
779
|
+
planting: "low" | "medium" | "high";
|
|
779
780
|
spraying: "low" | "medium" | "high";
|
|
780
781
|
irrigation: "low" | "medium" | "high";
|
|
781
|
-
planting: "low" | "medium" | "high";
|
|
782
782
|
harvesting: "low" | "medium" | "high";
|
|
783
783
|
};
|
|
784
784
|
}[];
|
|
@@ -797,9 +797,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
797
797
|
evapotranspiration: number;
|
|
798
798
|
};
|
|
799
799
|
activities: {
|
|
800
|
+
planting: "low" | "medium" | "high";
|
|
800
801
|
spraying: "low" | "medium" | "high";
|
|
801
802
|
irrigation: "low" | "medium" | "high";
|
|
802
|
-
planting: "low" | "medium" | "high";
|
|
803
803
|
harvesting: "low" | "medium" | "high";
|
|
804
804
|
};
|
|
805
805
|
}[];
|
|
@@ -821,9 +821,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
821
821
|
evapotranspiration: number;
|
|
822
822
|
};
|
|
823
823
|
activities: {
|
|
824
|
+
planting: "low" | "medium" | "high";
|
|
824
825
|
spraying: "low" | "medium" | "high";
|
|
825
826
|
irrigation: "low" | "medium" | "high";
|
|
826
|
-
planting: "low" | "medium" | "high";
|
|
827
827
|
harvesting: "low" | "medium" | "high";
|
|
828
828
|
};
|
|
829
829
|
}[];
|
|
@@ -846,9 +846,9 @@ export declare const weatherPlannerAttributesSchema: z.ZodObject<{
|
|
|
846
846
|
evapotranspiration: number;
|
|
847
847
|
};
|
|
848
848
|
activities: {
|
|
849
|
+
planting: "low" | "medium" | "high";
|
|
849
850
|
spraying: "low" | "medium" | "high";
|
|
850
851
|
irrigation: "low" | "medium" | "high";
|
|
851
|
-
planting: "low" | "medium" | "high";
|
|
852
852
|
harvesting: "low" | "medium" | "high";
|
|
853
853
|
};
|
|
854
854
|
}[];
|
|
@@ -894,14 +894,14 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
894
894
|
planting: z.ZodEnum<["low", "medium", "high"]>;
|
|
895
895
|
harvesting: z.ZodEnum<["low", "medium", "high"]>;
|
|
896
896
|
}, "strip", z.ZodTypeAny, {
|
|
897
|
+
planting: "low" | "medium" | "high";
|
|
897
898
|
spraying: "low" | "medium" | "high";
|
|
898
899
|
irrigation: "low" | "medium" | "high";
|
|
899
|
-
planting: "low" | "medium" | "high";
|
|
900
900
|
harvesting: "low" | "medium" | "high";
|
|
901
901
|
}, {
|
|
902
|
+
planting: "low" | "medium" | "high";
|
|
902
903
|
spraying: "low" | "medium" | "high";
|
|
903
904
|
irrigation: "low" | "medium" | "high";
|
|
904
|
-
planting: "low" | "medium" | "high";
|
|
905
905
|
harvesting: "low" | "medium" | "high";
|
|
906
906
|
}>;
|
|
907
907
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -915,9 +915,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
915
915
|
evapotranspiration: number;
|
|
916
916
|
};
|
|
917
917
|
activities: {
|
|
918
|
+
planting: "low" | "medium" | "high";
|
|
918
919
|
spraying: "low" | "medium" | "high";
|
|
919
920
|
irrigation: "low" | "medium" | "high";
|
|
920
|
-
planting: "low" | "medium" | "high";
|
|
921
921
|
harvesting: "low" | "medium" | "high";
|
|
922
922
|
};
|
|
923
923
|
}, {
|
|
@@ -931,9 +931,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
931
931
|
evapotranspiration: number;
|
|
932
932
|
};
|
|
933
933
|
activities: {
|
|
934
|
+
planting: "low" | "medium" | "high";
|
|
934
935
|
spraying: "low" | "medium" | "high";
|
|
935
936
|
irrigation: "low" | "medium" | "high";
|
|
936
|
-
planting: "low" | "medium" | "high";
|
|
937
937
|
harvesting: "low" | "medium" | "high";
|
|
938
938
|
};
|
|
939
939
|
}>, "many">;
|
|
@@ -952,9 +952,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
952
952
|
evapotranspiration: number;
|
|
953
953
|
};
|
|
954
954
|
activities: {
|
|
955
|
+
planting: "low" | "medium" | "high";
|
|
955
956
|
spraying: "low" | "medium" | "high";
|
|
956
957
|
irrigation: "low" | "medium" | "high";
|
|
957
|
-
planting: "low" | "medium" | "high";
|
|
958
958
|
harvesting: "low" | "medium" | "high";
|
|
959
959
|
};
|
|
960
960
|
}[];
|
|
@@ -973,9 +973,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
973
973
|
evapotranspiration: number;
|
|
974
974
|
};
|
|
975
975
|
activities: {
|
|
976
|
+
planting: "low" | "medium" | "high";
|
|
976
977
|
spraying: "low" | "medium" | "high";
|
|
977
978
|
irrigation: "low" | "medium" | "high";
|
|
978
|
-
planting: "low" | "medium" | "high";
|
|
979
979
|
harvesting: "low" | "medium" | "high";
|
|
980
980
|
};
|
|
981
981
|
}[];
|
|
@@ -997,9 +997,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
997
997
|
evapotranspiration: number;
|
|
998
998
|
};
|
|
999
999
|
activities: {
|
|
1000
|
+
planting: "low" | "medium" | "high";
|
|
1000
1001
|
spraying: "low" | "medium" | "high";
|
|
1001
1002
|
irrigation: "low" | "medium" | "high";
|
|
1002
|
-
planting: "low" | "medium" | "high";
|
|
1003
1003
|
harvesting: "low" | "medium" | "high";
|
|
1004
1004
|
};
|
|
1005
1005
|
}[];
|
|
@@ -1022,9 +1022,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
1022
1022
|
evapotranspiration: number;
|
|
1023
1023
|
};
|
|
1024
1024
|
activities: {
|
|
1025
|
+
planting: "low" | "medium" | "high";
|
|
1025
1026
|
spraying: "low" | "medium" | "high";
|
|
1026
1027
|
irrigation: "low" | "medium" | "high";
|
|
1027
|
-
planting: "low" | "medium" | "high";
|
|
1028
1028
|
harvesting: "low" | "medium" | "high";
|
|
1029
1029
|
};
|
|
1030
1030
|
}[];
|
|
@@ -1051,9 +1051,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
1051
1051
|
evapotranspiration: number;
|
|
1052
1052
|
};
|
|
1053
1053
|
activities: {
|
|
1054
|
+
planting: "low" | "medium" | "high";
|
|
1054
1055
|
spraying: "low" | "medium" | "high";
|
|
1055
1056
|
irrigation: "low" | "medium" | "high";
|
|
1056
|
-
planting: "low" | "medium" | "high";
|
|
1057
1057
|
harvesting: "low" | "medium" | "high";
|
|
1058
1058
|
};
|
|
1059
1059
|
}[];
|
|
@@ -1080,9 +1080,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
1080
1080
|
evapotranspiration: number;
|
|
1081
1081
|
};
|
|
1082
1082
|
activities: {
|
|
1083
|
+
planting: "low" | "medium" | "high";
|
|
1083
1084
|
spraying: "low" | "medium" | "high";
|
|
1084
1085
|
irrigation: "low" | "medium" | "high";
|
|
1085
|
-
planting: "low" | "medium" | "high";
|
|
1086
1086
|
harvesting: "low" | "medium" | "high";
|
|
1087
1087
|
};
|
|
1088
1088
|
}[];
|
|
@@ -1111,9 +1111,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
1111
1111
|
evapotranspiration: number;
|
|
1112
1112
|
};
|
|
1113
1113
|
activities: {
|
|
1114
|
+
planting: "low" | "medium" | "high";
|
|
1114
1115
|
spraying: "low" | "medium" | "high";
|
|
1115
1116
|
irrigation: "low" | "medium" | "high";
|
|
1116
|
-
planting: "low" | "medium" | "high";
|
|
1117
1117
|
harvesting: "low" | "medium" | "high";
|
|
1118
1118
|
};
|
|
1119
1119
|
}[];
|
|
@@ -1142,9 +1142,9 @@ export declare const weatherPlannerResponseSchema: z.ZodObject<{
|
|
|
1142
1142
|
evapotranspiration: number;
|
|
1143
1143
|
};
|
|
1144
1144
|
activities: {
|
|
1145
|
+
planting: "low" | "medium" | "high";
|
|
1145
1146
|
spraying: "low" | "medium" | "high";
|
|
1146
1147
|
irrigation: "low" | "medium" | "high";
|
|
1147
|
-
planting: "low" | "medium" | "high";
|
|
1148
1148
|
harvesting: "low" | "medium" | "high";
|
|
1149
1149
|
};
|
|
1150
1150
|
}[];
|
|
@@ -1222,16 +1222,16 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1222
1222
|
availability: z.ZodOptional<z.ZodString>;
|
|
1223
1223
|
}, "strip", z.ZodTypeAny, {
|
|
1224
1224
|
name: string;
|
|
1225
|
-
unit: string;
|
|
1226
1225
|
quantity: number;
|
|
1226
|
+
unit: string;
|
|
1227
1227
|
inventoryItemId?: string | undefined;
|
|
1228
1228
|
totalCost?: number | undefined;
|
|
1229
1229
|
costPerUnit?: number | undefined;
|
|
1230
1230
|
availability?: string | undefined;
|
|
1231
1231
|
}, {
|
|
1232
1232
|
name: string;
|
|
1233
|
-
unit: string;
|
|
1234
1233
|
quantity: number;
|
|
1234
|
+
unit: string;
|
|
1235
1235
|
inventoryItemId?: string | undefined;
|
|
1236
1236
|
totalCost?: number | undefined;
|
|
1237
1237
|
costPerUnit?: number | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1251
1251
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1252
1252
|
materials?: {
|
|
1253
1253
|
name: string;
|
|
1254
|
-
unit: string;
|
|
1255
1254
|
quantity: number;
|
|
1255
|
+
unit: string;
|
|
1256
1256
|
inventoryItemId?: string | undefined;
|
|
1257
1257
|
totalCost?: number | undefined;
|
|
1258
1258
|
costPerUnit?: number | undefined;
|
|
@@ -1272,8 +1272,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -1300,8 +1300,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1300
1300
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1301
1301
|
materials?: {
|
|
1302
1302
|
name: string;
|
|
1303
|
-
unit: string;
|
|
1304
1303
|
quantity: number;
|
|
1304
|
+
unit: string;
|
|
1305
1305
|
inventoryItemId?: string | undefined;
|
|
1306
1306
|
totalCost?: number | undefined;
|
|
1307
1307
|
costPerUnit?: number | undefined;
|
|
@@ -1330,8 +1330,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1330
1330
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1331
1331
|
materials?: {
|
|
1332
1332
|
name: string;
|
|
1333
|
-
unit: string;
|
|
1334
1333
|
quantity: number;
|
|
1334
|
+
unit: string;
|
|
1335
1335
|
inventoryItemId?: string | undefined;
|
|
1336
1336
|
totalCost?: number | undefined;
|
|
1337
1337
|
costPerUnit?: number | undefined;
|
|
@@ -1377,8 +1377,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1377
1377
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1378
1378
|
materials?: {
|
|
1379
1379
|
name: string;
|
|
1380
|
-
unit: string;
|
|
1381
1380
|
quantity: number;
|
|
1381
|
+
unit: string;
|
|
1382
1382
|
inventoryItemId?: string | undefined;
|
|
1383
1383
|
totalCost?: number | undefined;
|
|
1384
1384
|
costPerUnit?: number | undefined;
|
|
@@ -1424,8 +1424,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1424
1424
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1425
1425
|
materials?: {
|
|
1426
1426
|
name: string;
|
|
1427
|
-
unit: string;
|
|
1428
1427
|
quantity: number;
|
|
1428
|
+
unit: string;
|
|
1429
1429
|
inventoryItemId?: string | undefined;
|
|
1430
1430
|
totalCost?: number | undefined;
|
|
1431
1431
|
costPerUnit?: number | undefined;
|
|
@@ -1478,8 +1478,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1478
1478
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1479
1479
|
materials?: {
|
|
1480
1480
|
name: string;
|
|
1481
|
-
unit: string;
|
|
1482
1481
|
quantity: number;
|
|
1482
|
+
unit: string;
|
|
1483
1483
|
inventoryItemId?: string | undefined;
|
|
1484
1484
|
totalCost?: number | undefined;
|
|
1485
1485
|
costPerUnit?: number | undefined;
|
|
@@ -1532,8 +1532,8 @@ export declare const weatherResourceSchema: z.ZodObject<{
|
|
|
1532
1532
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1533
1533
|
materials?: {
|
|
1534
1534
|
name: string;
|
|
1535
|
-
unit: string;
|
|
1536
1535
|
quantity: number;
|
|
1536
|
+
unit: string;
|
|
1537
1537
|
inventoryItemId?: string | undefined;
|
|
1538
1538
|
totalCost?: number | undefined;
|
|
1539
1539
|
costPerUnit?: number | undefined;
|
|
@@ -1623,16 +1623,16 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1623
1623
|
availability: z.ZodOptional<z.ZodString>;
|
|
1624
1624
|
}, "strip", z.ZodTypeAny, {
|
|
1625
1625
|
name: string;
|
|
1626
|
-
unit: string;
|
|
1627
1626
|
quantity: number;
|
|
1627
|
+
unit: string;
|
|
1628
1628
|
inventoryItemId?: string | undefined;
|
|
1629
1629
|
totalCost?: number | undefined;
|
|
1630
1630
|
costPerUnit?: number | undefined;
|
|
1631
1631
|
availability?: string | undefined;
|
|
1632
1632
|
}, {
|
|
1633
1633
|
name: string;
|
|
1634
|
-
unit: string;
|
|
1635
1634
|
quantity: number;
|
|
1635
|
+
unit: string;
|
|
1636
1636
|
inventoryItemId?: string | undefined;
|
|
1637
1637
|
totalCost?: number | undefined;
|
|
1638
1638
|
costPerUnit?: number | undefined;
|
|
@@ -1652,8 +1652,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1652
1652
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1653
1653
|
materials?: {
|
|
1654
1654
|
name: string;
|
|
1655
|
-
unit: string;
|
|
1656
1655
|
quantity: number;
|
|
1656
|
+
unit: string;
|
|
1657
1657
|
inventoryItemId?: string | undefined;
|
|
1658
1658
|
totalCost?: number | undefined;
|
|
1659
1659
|
costPerUnit?: number | undefined;
|
|
@@ -1673,8 +1673,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1673
1673
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1674
1674
|
materials?: {
|
|
1675
1675
|
name: string;
|
|
1676
|
-
unit: string;
|
|
1677
1676
|
quantity: number;
|
|
1677
|
+
unit: string;
|
|
1678
1678
|
inventoryItemId?: string | undefined;
|
|
1679
1679
|
totalCost?: number | undefined;
|
|
1680
1680
|
costPerUnit?: number | undefined;
|
|
@@ -1701,8 +1701,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1701
1701
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1702
1702
|
materials?: {
|
|
1703
1703
|
name: string;
|
|
1704
|
-
unit: string;
|
|
1705
1704
|
quantity: number;
|
|
1705
|
+
unit: string;
|
|
1706
1706
|
inventoryItemId?: string | undefined;
|
|
1707
1707
|
totalCost?: number | undefined;
|
|
1708
1708
|
costPerUnit?: number | undefined;
|
|
@@ -1731,8 +1731,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1731
1731
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1732
1732
|
materials?: {
|
|
1733
1733
|
name: string;
|
|
1734
|
-
unit: string;
|
|
1735
1734
|
quantity: number;
|
|
1735
|
+
unit: string;
|
|
1736
1736
|
inventoryItemId?: string | undefined;
|
|
1737
1737
|
totalCost?: number | undefined;
|
|
1738
1738
|
costPerUnit?: number | undefined;
|
|
@@ -1778,8 +1778,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1778
1778
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1779
1779
|
materials?: {
|
|
1780
1780
|
name: string;
|
|
1781
|
-
unit: string;
|
|
1782
1781
|
quantity: number;
|
|
1782
|
+
unit: string;
|
|
1783
1783
|
inventoryItemId?: string | undefined;
|
|
1784
1784
|
totalCost?: number | undefined;
|
|
1785
1785
|
costPerUnit?: number | undefined;
|
|
@@ -1825,8 +1825,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1825
1825
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1826
1826
|
materials?: {
|
|
1827
1827
|
name: string;
|
|
1828
|
-
unit: string;
|
|
1829
1828
|
quantity: number;
|
|
1829
|
+
unit: string;
|
|
1830
1830
|
inventoryItemId?: string | undefined;
|
|
1831
1831
|
totalCost?: number | undefined;
|
|
1832
1832
|
costPerUnit?: number | undefined;
|
|
@@ -1879,8 +1879,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1879
1879
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1880
1880
|
materials?: {
|
|
1881
1881
|
name: string;
|
|
1882
|
-
unit: string;
|
|
1883
1882
|
quantity: number;
|
|
1883
|
+
unit: string;
|
|
1884
1884
|
inventoryItemId?: string | undefined;
|
|
1885
1885
|
totalCost?: number | undefined;
|
|
1886
1886
|
costPerUnit?: number | undefined;
|
|
@@ -1933,8 +1933,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
1933
1933
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1934
1934
|
materials?: {
|
|
1935
1935
|
name: string;
|
|
1936
|
-
unit: string;
|
|
1937
1936
|
quantity: number;
|
|
1937
|
+
unit: string;
|
|
1938
1938
|
inventoryItemId?: string | undefined;
|
|
1939
1939
|
totalCost?: number | undefined;
|
|
1940
1940
|
costPerUnit?: number | undefined;
|
|
@@ -2013,8 +2013,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
2013
2013
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2014
2014
|
materials?: {
|
|
2015
2015
|
name: string;
|
|
2016
|
-
unit: string;
|
|
2017
2016
|
quantity: number;
|
|
2017
|
+
unit: string;
|
|
2018
2018
|
inventoryItemId?: string | undefined;
|
|
2019
2019
|
totalCost?: number | undefined;
|
|
2020
2020
|
costPerUnit?: number | undefined;
|
|
@@ -2079,8 +2079,8 @@ export declare const weatherResponseSchema: z.ZodObject<{
|
|
|
2079
2079
|
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
2080
2080
|
materials?: {
|
|
2081
2081
|
name: string;
|
|
2082
|
-
unit: string;
|
|
2083
2082
|
quantity: number;
|
|
2083
|
+
unit: string;
|
|
2084
2084
|
inventoryItemId?: string | undefined;
|
|
2085
2085
|
totalCost?: number | undefined;
|
|
2086
2086
|
costPerUnit?: number | undefined;
|