@deepintel-ltd/farmpro-contracts 1.11.8 → 1.11.9

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 (40) hide show
  1. package/dist/index.d.ts +3 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +2 -0
  4. package/dist/routes/agents.routes.d.ts +142 -0
  5. package/dist/routes/agents.routes.d.ts.map +1 -1
  6. package/dist/routes/equipment.routes.d.ts +36 -36
  7. package/dist/routes/extension.routes.d.ts +12 -12
  8. package/dist/routes/fertigation.routes.d.ts +156 -156
  9. package/dist/routes/field-activities.routes.d.ts +2397 -0
  10. package/dist/routes/field-activities.routes.d.ts.map +1 -0
  11. package/dist/routes/field-activities.routes.js +81 -0
  12. package/dist/routes/fields.routes.d.ts +860 -0
  13. package/dist/routes/fields.routes.d.ts.map +1 -1
  14. package/dist/routes/fields.routes.js +20 -1
  15. package/dist/routes/index.d.ts +3 -0
  16. package/dist/routes/index.d.ts.map +1 -1
  17. package/dist/routes/index.js +2 -0
  18. package/dist/routes/irrigation.routes.d.ts +20 -20
  19. package/dist/routes/livestock-groups.routes.d.ts +36 -36
  20. package/dist/routes/livestock.routes.d.ts +30 -30
  21. package/dist/routes/soil-tests.routes.d.ts +36 -36
  22. package/dist/routes/tasks.routes.d.ts +120 -120
  23. package/dist/schemas/agents.schemas.d.ts +163 -0
  24. package/dist/schemas/agents.schemas.d.ts.map +1 -1
  25. package/dist/schemas/agents.schemas.js +23 -0
  26. package/dist/schemas/equipment.schemas.d.ts +30 -30
  27. package/dist/schemas/extension.schemas.d.ts +18 -18
  28. package/dist/schemas/fertigation.schemas.d.ts +42 -42
  29. package/dist/schemas/field-activities.schemas.d.ts +806 -0
  30. package/dist/schemas/field-activities.schemas.d.ts.map +1 -0
  31. package/dist/schemas/field-activities.schemas.js +68 -0
  32. package/dist/schemas/fields.schemas.d.ts +173 -0
  33. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  34. package/dist/schemas/fields.schemas.js +14 -0
  35. package/dist/schemas/irrigation.schemas.d.ts +14 -14
  36. package/dist/schemas/livestock-groups.schemas.d.ts +24 -24
  37. package/dist/schemas/livestock.schemas.d.ts +24 -24
  38. package/dist/schemas/soil-tests.schemas.d.ts +34 -34
  39. package/dist/schemas/tasks.schemas.d.ts +96 -96
  40. package/package.json +1 -1
@@ -414,8 +414,8 @@ export declare const createExtensionVisitAttributesSchema: z.ZodObject<{
414
414
  lat: number;
415
415
  lng: number;
416
416
  } | undefined;
417
- fieldId?: string | undefined;
418
417
  notes?: string | undefined;
418
+ fieldId?: string | undefined;
419
419
  visitDate?: string | undefined;
420
420
  }, {
421
421
  farmId: string;
@@ -423,8 +423,8 @@ export declare const createExtensionVisitAttributesSchema: z.ZodObject<{
423
423
  lat: number;
424
424
  lng: number;
425
425
  } | undefined;
426
- fieldId?: string | undefined;
427
426
  notes?: string | undefined;
427
+ fieldId?: string | undefined;
428
428
  visitDate?: string | undefined;
429
429
  }>;
430
430
  export declare const createExtensionVisitInputSchema: z.ZodObject<{
@@ -450,8 +450,8 @@ export declare const createExtensionVisitInputSchema: z.ZodObject<{
450
450
  lat: number;
451
451
  lng: number;
452
452
  } | undefined;
453
- fieldId?: string | undefined;
454
453
  notes?: string | undefined;
454
+ fieldId?: string | undefined;
455
455
  visitDate?: string | undefined;
456
456
  }, {
457
457
  farmId: string;
@@ -459,8 +459,8 @@ export declare const createExtensionVisitInputSchema: z.ZodObject<{
459
459
  lat: number;
460
460
  lng: number;
461
461
  } | undefined;
462
- fieldId?: string | undefined;
463
462
  notes?: string | undefined;
463
+ fieldId?: string | undefined;
464
464
  visitDate?: string | undefined;
465
465
  }>;
466
466
  }, "strip", z.ZodTypeAny, {
@@ -471,8 +471,8 @@ export declare const createExtensionVisitInputSchema: z.ZodObject<{
471
471
  lat: number;
472
472
  lng: number;
473
473
  } | undefined;
474
- fieldId?: string | undefined;
475
474
  notes?: string | undefined;
475
+ fieldId?: string | undefined;
476
476
  visitDate?: string | undefined;
477
477
  };
478
478
  }, {
@@ -483,8 +483,8 @@ export declare const createExtensionVisitInputSchema: z.ZodObject<{
483
483
  lat: number;
484
484
  lng: number;
485
485
  } | undefined;
486
- fieldId?: string | undefined;
487
486
  notes?: string | undefined;
487
+ fieldId?: string | undefined;
488
488
  visitDate?: string | undefined;
489
489
  };
490
490
  }>;
@@ -516,8 +516,8 @@ export declare const extensionVisitAttributesSchema: z.ZodObject<{
516
516
  lat: number;
517
517
  lng: number;
518
518
  } | null;
519
- fieldId: string | null;
520
519
  notes: string | null;
520
+ fieldId: string | null;
521
521
  visitDate: string;
522
522
  }, {
523
523
  status: string;
@@ -528,8 +528,8 @@ export declare const extensionVisitAttributesSchema: z.ZodObject<{
528
528
  lat: number;
529
529
  lng: number;
530
530
  } | null;
531
- fieldId: string | null;
532
531
  notes: string | null;
532
+ fieldId: string | null;
533
533
  visitDate: string;
534
534
  }>;
535
535
  export declare const extensionVisitResourceSchema: z.ZodObject<{
@@ -563,8 +563,8 @@ export declare const extensionVisitResourceSchema: z.ZodObject<{
563
563
  lat: number;
564
564
  lng: number;
565
565
  } | null;
566
- fieldId: string | null;
567
566
  notes: string | null;
567
+ fieldId: string | null;
568
568
  visitDate: string;
569
569
  }, {
570
570
  status: string;
@@ -575,8 +575,8 @@ export declare const extensionVisitResourceSchema: z.ZodObject<{
575
575
  lat: number;
576
576
  lng: number;
577
577
  } | null;
578
- fieldId: string | null;
579
578
  notes: string | null;
579
+ fieldId: string | null;
580
580
  visitDate: string;
581
581
  }>;
582
582
  relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -594,8 +594,8 @@ export declare const extensionVisitResourceSchema: z.ZodObject<{
594
594
  lat: number;
595
595
  lng: number;
596
596
  } | null;
597
- fieldId: string | null;
598
597
  notes: string | null;
598
+ fieldId: string | null;
599
599
  visitDate: string;
600
600
  };
601
601
  relationships?: Record<string, unknown> | undefined;
@@ -613,8 +613,8 @@ export declare const extensionVisitResourceSchema: z.ZodObject<{
613
613
  lat: number;
614
614
  lng: number;
615
615
  } | null;
616
- fieldId: string | null;
617
616
  notes: string | null;
617
+ fieldId: string | null;
618
618
  visitDate: string;
619
619
  };
620
620
  relationships?: Record<string, unknown> | undefined;
@@ -653,8 +653,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
653
653
  lat: number;
654
654
  lng: number;
655
655
  } | null;
656
- fieldId: string | null;
657
656
  notes: string | null;
657
+ fieldId: string | null;
658
658
  visitDate: string;
659
659
  }, {
660
660
  status: string;
@@ -665,8 +665,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
665
665
  lat: number;
666
666
  lng: number;
667
667
  } | null;
668
- fieldId: string | null;
669
668
  notes: string | null;
669
+ fieldId: string | null;
670
670
  visitDate: string;
671
671
  }>;
672
672
  relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -684,8 +684,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
684
684
  lat: number;
685
685
  lng: number;
686
686
  } | null;
687
- fieldId: string | null;
688
687
  notes: string | null;
688
+ fieldId: string | null;
689
689
  visitDate: string;
690
690
  };
691
691
  relationships?: Record<string, unknown> | undefined;
@@ -703,8 +703,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
703
703
  lat: number;
704
704
  lng: number;
705
705
  } | null;
706
- fieldId: string | null;
707
706
  notes: string | null;
707
+ fieldId: string | null;
708
708
  visitDate: string;
709
709
  };
710
710
  relationships?: Record<string, unknown> | undefined;
@@ -748,8 +748,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
748
748
  lat: number;
749
749
  lng: number;
750
750
  } | null;
751
- fieldId: string | null;
752
751
  notes: string | null;
752
+ fieldId: string | null;
753
753
  visitDate: string;
754
754
  };
755
755
  relationships?: Record<string, unknown> | undefined;
@@ -779,8 +779,8 @@ export declare const extensionVisitResponseSchema: z.ZodObject<{
779
779
  lat: number;
780
780
  lng: number;
781
781
  } | null;
782
- fieldId: string | null;
783
782
  notes: string | null;
783
+ fieldId: string | null;
784
784
  visitDate: string;
785
785
  };
786
786
  relationships?: Record<string, unknown> | undefined;
@@ -3225,8 +3225,8 @@ export declare const fertigationScheduleAttributesSchema: z.ZodObject<{
3225
3225
  description: string | null;
3226
3226
  plantingDate: string;
3227
3227
  expectedHarvestDate: string | null;
3228
- fieldId: string;
3229
3228
  notes: string | null;
3229
+ fieldId: string;
3230
3230
  cropName: string;
3231
3231
  estimatedTotalCost: number | null;
3232
3232
  cropNutrientProfileId: string;
@@ -3258,8 +3258,8 @@ export declare const fertigationScheduleAttributesSchema: z.ZodObject<{
3258
3258
  description: string | null;
3259
3259
  plantingDate: string;
3260
3260
  expectedHarvestDate: string | null;
3261
- fieldId: string;
3262
3261
  notes: string | null;
3262
+ fieldId: string;
3263
3263
  cropName: string;
3264
3264
  estimatedTotalCost: number | null;
3265
3265
  cropNutrientProfileId: string;
@@ -3572,8 +3572,8 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3572
3572
  description: string | null;
3573
3573
  plantingDate: string;
3574
3574
  expectedHarvestDate: string | null;
3575
- fieldId: string;
3576
3575
  notes: string | null;
3576
+ fieldId: string;
3577
3577
  cropName: string;
3578
3578
  estimatedTotalCost: number | null;
3579
3579
  cropNutrientProfileId: string;
@@ -3605,8 +3605,8 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3605
3605
  description: string | null;
3606
3606
  plantingDate: string;
3607
3607
  expectedHarvestDate: string | null;
3608
- fieldId: string;
3609
3608
  notes: string | null;
3609
+ fieldId: string;
3610
3610
  cropName: string;
3611
3611
  estimatedTotalCost: number | null;
3612
3612
  cropNutrientProfileId: string;
@@ -3645,8 +3645,8 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3645
3645
  description: string | null;
3646
3646
  plantingDate: string;
3647
3647
  expectedHarvestDate: string | null;
3648
- fieldId: string;
3649
3648
  notes: string | null;
3649
+ fieldId: string;
3650
3650
  cropName: string;
3651
3651
  estimatedTotalCost: number | null;
3652
3652
  cropNutrientProfileId: string;
@@ -3685,8 +3685,8 @@ export declare const fertigationScheduleResourceSchema: z.ZodObject<{
3685
3685
  description: string | null;
3686
3686
  plantingDate: string;
3687
3687
  expectedHarvestDate: string | null;
3688
- fieldId: string;
3689
3688
  notes: string | null;
3689
+ fieldId: string;
3690
3690
  cropName: string;
3691
3691
  estimatedTotalCost: number | null;
3692
3692
  cropNutrientProfileId: string;
@@ -3775,8 +3775,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3775
3775
  description: string | null;
3776
3776
  plantingDate: string;
3777
3777
  expectedHarvestDate: string | null;
3778
- fieldId: string;
3779
3778
  notes: string | null;
3779
+ fieldId: string;
3780
3780
  cropName: string;
3781
3781
  estimatedTotalCost: number | null;
3782
3782
  cropNutrientProfileId: string;
@@ -3808,8 +3808,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3808
3808
  description: string | null;
3809
3809
  plantingDate: string;
3810
3810
  expectedHarvestDate: string | null;
3811
- fieldId: string;
3812
3811
  notes: string | null;
3812
+ fieldId: string;
3813
3813
  cropName: string;
3814
3814
  estimatedTotalCost: number | null;
3815
3815
  cropNutrientProfileId: string;
@@ -3848,8 +3848,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3848
3848
  description: string | null;
3849
3849
  plantingDate: string;
3850
3850
  expectedHarvestDate: string | null;
3851
- fieldId: string;
3852
3851
  notes: string | null;
3852
+ fieldId: string;
3853
3853
  cropName: string;
3854
3854
  estimatedTotalCost: number | null;
3855
3855
  cropNutrientProfileId: string;
@@ -3888,8 +3888,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3888
3888
  description: string | null;
3889
3889
  plantingDate: string;
3890
3890
  expectedHarvestDate: string | null;
3891
- fieldId: string;
3892
3891
  notes: string | null;
3892
+ fieldId: string;
3893
3893
  cropName: string;
3894
3894
  estimatedTotalCost: number | null;
3895
3895
  cropNutrientProfileId: string;
@@ -3954,8 +3954,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
3954
3954
  description: string | null;
3955
3955
  plantingDate: string;
3956
3956
  expectedHarvestDate: string | null;
3957
- fieldId: string;
3958
3957
  notes: string | null;
3958
+ fieldId: string;
3959
3959
  cropName: string;
3960
3960
  estimatedTotalCost: number | null;
3961
3961
  cropNutrientProfileId: string;
@@ -4006,8 +4006,8 @@ export declare const fertigationScheduleResponseSchema: z.ZodObject<{
4006
4006
  description: string | null;
4007
4007
  plantingDate: string;
4008
4008
  expectedHarvestDate: string | null;
4009
- fieldId: string;
4010
4009
  notes: string | null;
4010
+ fieldId: string;
4011
4011
  cropName: string;
4012
4012
  estimatedTotalCost: number | null;
4013
4013
  cropNutrientProfileId: string;
@@ -4107,8 +4107,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4107
4107
  description: string | null;
4108
4108
  plantingDate: string;
4109
4109
  expectedHarvestDate: string | null;
4110
- fieldId: string;
4111
4110
  notes: string | null;
4111
+ fieldId: string;
4112
4112
  cropName: string;
4113
4113
  estimatedTotalCost: number | null;
4114
4114
  cropNutrientProfileId: string;
@@ -4140,8 +4140,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4140
4140
  description: string | null;
4141
4141
  plantingDate: string;
4142
4142
  expectedHarvestDate: string | null;
4143
- fieldId: string;
4144
4143
  notes: string | null;
4144
+ fieldId: string;
4145
4145
  cropName: string;
4146
4146
  estimatedTotalCost: number | null;
4147
4147
  cropNutrientProfileId: string;
@@ -4180,8 +4180,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4180
4180
  description: string | null;
4181
4181
  plantingDate: string;
4182
4182
  expectedHarvestDate: string | null;
4183
- fieldId: string;
4184
4183
  notes: string | null;
4184
+ fieldId: string;
4185
4185
  cropName: string;
4186
4186
  estimatedTotalCost: number | null;
4187
4187
  cropNutrientProfileId: string;
@@ -4220,8 +4220,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4220
4220
  description: string | null;
4221
4221
  plantingDate: string;
4222
4222
  expectedHarvestDate: string | null;
4223
- fieldId: string;
4224
4223
  notes: string | null;
4224
+ fieldId: string;
4225
4225
  cropName: string;
4226
4226
  estimatedTotalCost: number | null;
4227
4227
  cropNutrientProfileId: string;
@@ -4286,8 +4286,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4286
4286
  description: string | null;
4287
4287
  plantingDate: string;
4288
4288
  expectedHarvestDate: string | null;
4289
- fieldId: string;
4290
4289
  notes: string | null;
4290
+ fieldId: string;
4291
4291
  cropName: string;
4292
4292
  estimatedTotalCost: number | null;
4293
4293
  cropNutrientProfileId: string;
@@ -4338,8 +4338,8 @@ export declare const fertigationScheduleListResponseSchema: z.ZodObject<{
4338
4338
  description: string | null;
4339
4339
  plantingDate: string;
4340
4340
  expectedHarvestDate: string | null;
4341
- fieldId: string;
4342
4341
  notes: string | null;
4342
+ fieldId: string;
4343
4343
  cropName: string;
4344
4344
  estimatedTotalCost: number | null;
4345
4345
  cropNutrientProfileId: string;
@@ -4450,10 +4450,10 @@ export declare const fertigationEventAttributesSchema: z.ZodObject<{
4450
4450
  status: "skipped" | "pending" | "completed" | "cancelled";
4451
4451
  createdAt: string;
4452
4452
  updatedAt: string;
4453
+ notes: string | null;
4453
4454
  inventoryItemId: string | null;
4454
4455
  plannedQuantity: number;
4455
4456
  actualQuantity: number | null;
4456
- notes: string | null;
4457
4457
  estimatedCost: number | null;
4458
4458
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4459
4459
  taskId: string | null;
@@ -4490,10 +4490,10 @@ export declare const fertigationEventAttributesSchema: z.ZodObject<{
4490
4490
  status: "skipped" | "pending" | "completed" | "cancelled";
4491
4491
  createdAt: string;
4492
4492
  updatedAt: string;
4493
+ notes: string | null;
4493
4494
  inventoryItemId: string | null;
4494
4495
  plannedQuantity: number;
4495
4496
  actualQuantity: number | null;
4496
- notes: string | null;
4497
4497
  estimatedCost: number | null;
4498
4498
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4499
4499
  taskId: string | null;
@@ -4737,10 +4737,10 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4737
4737
  status: "skipped" | "pending" | "completed" | "cancelled";
4738
4738
  createdAt: string;
4739
4739
  updatedAt: string;
4740
+ notes: string | null;
4740
4741
  inventoryItemId: string | null;
4741
4742
  plannedQuantity: number;
4742
4743
  actualQuantity: number | null;
4743
- notes: string | null;
4744
4744
  estimatedCost: number | null;
4745
4745
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4746
4746
  taskId: string | null;
@@ -4777,10 +4777,10 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4777
4777
  status: "skipped" | "pending" | "completed" | "cancelled";
4778
4778
  createdAt: string;
4779
4779
  updatedAt: string;
4780
+ notes: string | null;
4780
4781
  inventoryItemId: string | null;
4781
4782
  plannedQuantity: number;
4782
4783
  actualQuantity: number | null;
4783
- notes: string | null;
4784
4784
  estimatedCost: number | null;
4785
4785
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4786
4786
  taskId: string | null;
@@ -4824,10 +4824,10 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4824
4824
  status: "skipped" | "pending" | "completed" | "cancelled";
4825
4825
  createdAt: string;
4826
4826
  updatedAt: string;
4827
+ notes: string | null;
4827
4828
  inventoryItemId: string | null;
4828
4829
  plannedQuantity: number;
4829
4830
  actualQuantity: number | null;
4830
- notes: string | null;
4831
4831
  estimatedCost: number | null;
4832
4832
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4833
4833
  taskId: string | null;
@@ -4871,10 +4871,10 @@ export declare const fertigationEventResourceSchema: z.ZodObject<{
4871
4871
  status: "skipped" | "pending" | "completed" | "cancelled";
4872
4872
  createdAt: string;
4873
4873
  updatedAt: string;
4874
+ notes: string | null;
4874
4875
  inventoryItemId: string | null;
4875
4876
  plannedQuantity: number;
4876
4877
  actualQuantity: number | null;
4877
- notes: string | null;
4878
4878
  estimatedCost: number | null;
4879
4879
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4880
4880
  taskId: string | null;
@@ -4987,10 +4987,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
4987
4987
  status: "skipped" | "pending" | "completed" | "cancelled";
4988
4988
  createdAt: string;
4989
4989
  updatedAt: string;
4990
+ notes: string | null;
4990
4991
  inventoryItemId: string | null;
4991
4992
  plannedQuantity: number;
4992
4993
  actualQuantity: number | null;
4993
- notes: string | null;
4994
4994
  estimatedCost: number | null;
4995
4995
  applicationMethod: "fertigation" | "broadcast" | "foliar";
4996
4996
  taskId: string | null;
@@ -5027,10 +5027,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5027
5027
  status: "skipped" | "pending" | "completed" | "cancelled";
5028
5028
  createdAt: string;
5029
5029
  updatedAt: string;
5030
+ notes: string | null;
5030
5031
  inventoryItemId: string | null;
5031
5032
  plannedQuantity: number;
5032
5033
  actualQuantity: number | null;
5033
- notes: string | null;
5034
5034
  estimatedCost: number | null;
5035
5035
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5036
5036
  taskId: string | null;
@@ -5074,10 +5074,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5074
5074
  status: "skipped" | "pending" | "completed" | "cancelled";
5075
5075
  createdAt: string;
5076
5076
  updatedAt: string;
5077
+ notes: string | null;
5077
5078
  inventoryItemId: string | null;
5078
5079
  plannedQuantity: number;
5079
5080
  actualQuantity: number | null;
5080
- notes: string | null;
5081
5081
  estimatedCost: number | null;
5082
5082
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5083
5083
  taskId: string | null;
@@ -5121,10 +5121,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5121
5121
  status: "skipped" | "pending" | "completed" | "cancelled";
5122
5122
  createdAt: string;
5123
5123
  updatedAt: string;
5124
+ notes: string | null;
5124
5125
  inventoryItemId: string | null;
5125
5126
  plannedQuantity: number;
5126
5127
  actualQuantity: number | null;
5127
- notes: string | null;
5128
5128
  estimatedCost: number | null;
5129
5129
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5130
5130
  taskId: string | null;
@@ -5194,10 +5194,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5194
5194
  status: "skipped" | "pending" | "completed" | "cancelled";
5195
5195
  createdAt: string;
5196
5196
  updatedAt: string;
5197
+ notes: string | null;
5197
5198
  inventoryItemId: string | null;
5198
5199
  plannedQuantity: number;
5199
5200
  actualQuantity: number | null;
5200
- notes: string | null;
5201
5201
  estimatedCost: number | null;
5202
5202
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5203
5203
  taskId: string | null;
@@ -5253,10 +5253,10 @@ export declare const fertigationEventResponseSchema: z.ZodObject<{
5253
5253
  status: "skipped" | "pending" | "completed" | "cancelled";
5254
5254
  createdAt: string;
5255
5255
  updatedAt: string;
5256
+ notes: string | null;
5256
5257
  inventoryItemId: string | null;
5257
5258
  plannedQuantity: number;
5258
5259
  actualQuantity: number | null;
5259
- notes: string | null;
5260
5260
  estimatedCost: number | null;
5261
5261
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5262
5262
  taskId: string | null;
@@ -5380,10 +5380,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5380
5380
  status: "skipped" | "pending" | "completed" | "cancelled";
5381
5381
  createdAt: string;
5382
5382
  updatedAt: string;
5383
+ notes: string | null;
5383
5384
  inventoryItemId: string | null;
5384
5385
  plannedQuantity: number;
5385
5386
  actualQuantity: number | null;
5386
- notes: string | null;
5387
5387
  estimatedCost: number | null;
5388
5388
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5389
5389
  taskId: string | null;
@@ -5420,10 +5420,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5420
5420
  status: "skipped" | "pending" | "completed" | "cancelled";
5421
5421
  createdAt: string;
5422
5422
  updatedAt: string;
5423
+ notes: string | null;
5423
5424
  inventoryItemId: string | null;
5424
5425
  plannedQuantity: number;
5425
5426
  actualQuantity: number | null;
5426
- notes: string | null;
5427
5427
  estimatedCost: number | null;
5428
5428
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5429
5429
  taskId: string | null;
@@ -5467,10 +5467,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5467
5467
  status: "skipped" | "pending" | "completed" | "cancelled";
5468
5468
  createdAt: string;
5469
5469
  updatedAt: string;
5470
+ notes: string | null;
5470
5471
  inventoryItemId: string | null;
5471
5472
  plannedQuantity: number;
5472
5473
  actualQuantity: number | null;
5473
- notes: string | null;
5474
5474
  estimatedCost: number | null;
5475
5475
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5476
5476
  taskId: string | null;
@@ -5514,10 +5514,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5514
5514
  status: "skipped" | "pending" | "completed" | "cancelled";
5515
5515
  createdAt: string;
5516
5516
  updatedAt: string;
5517
+ notes: string | null;
5517
5518
  inventoryItemId: string | null;
5518
5519
  plannedQuantity: number;
5519
5520
  actualQuantity: number | null;
5520
- notes: string | null;
5521
5521
  estimatedCost: number | null;
5522
5522
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5523
5523
  taskId: string | null;
@@ -5587,10 +5587,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5587
5587
  status: "skipped" | "pending" | "completed" | "cancelled";
5588
5588
  createdAt: string;
5589
5589
  updatedAt: string;
5590
+ notes: string | null;
5590
5591
  inventoryItemId: string | null;
5591
5592
  plannedQuantity: number;
5592
5593
  actualQuantity: number | null;
5593
- notes: string | null;
5594
5594
  estimatedCost: number | null;
5595
5595
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5596
5596
  taskId: string | null;
@@ -5646,10 +5646,10 @@ export declare const fertigationEventListResponseSchema: z.ZodObject<{
5646
5646
  status: "skipped" | "pending" | "completed" | "cancelled";
5647
5647
  createdAt: string;
5648
5648
  updatedAt: string;
5649
+ notes: string | null;
5649
5650
  inventoryItemId: string | null;
5650
5651
  plannedQuantity: number;
5651
5652
  actualQuantity: number | null;
5652
- notes: string | null;
5653
5653
  estimatedCost: number | null;
5654
5654
  applicationMethod: "fertigation" | "broadcast" | "foliar";
5655
5655
  taskId: string | null;
@@ -7024,8 +7024,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7024
7024
  description: string | null;
7025
7025
  plantingDate: string;
7026
7026
  expectedHarvestDate: string | null;
7027
- fieldId: string;
7028
7027
  notes: string | null;
7028
+ fieldId: string;
7029
7029
  cropName: string;
7030
7030
  estimatedTotalCost: number | null;
7031
7031
  cropNutrientProfileId: string;
@@ -7057,8 +7057,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7057
7057
  description: string | null;
7058
7058
  plantingDate: string;
7059
7059
  expectedHarvestDate: string | null;
7060
- fieldId: string;
7061
7060
  notes: string | null;
7061
+ fieldId: string;
7062
7062
  cropName: string;
7063
7063
  estimatedTotalCost: number | null;
7064
7064
  cropNutrientProfileId: string;
@@ -7097,8 +7097,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7097
7097
  description: string | null;
7098
7098
  plantingDate: string;
7099
7099
  expectedHarvestDate: string | null;
7100
- fieldId: string;
7101
7100
  notes: string | null;
7101
+ fieldId: string;
7102
7102
  cropName: string;
7103
7103
  estimatedTotalCost: number | null;
7104
7104
  cropNutrientProfileId: string;
@@ -7137,8 +7137,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7137
7137
  description: string | null;
7138
7138
  plantingDate: string;
7139
7139
  expectedHarvestDate: string | null;
7140
- fieldId: string;
7141
7140
  notes: string | null;
7141
+ fieldId: string;
7142
7142
  cropName: string;
7143
7143
  estimatedTotalCost: number | null;
7144
7144
  cropNutrientProfileId: string;
@@ -7218,8 +7218,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7218
7218
  description: string | null;
7219
7219
  plantingDate: string;
7220
7220
  expectedHarvestDate: string | null;
7221
- fieldId: string;
7222
7221
  notes: string | null;
7222
+ fieldId: string;
7223
7223
  cropName: string;
7224
7224
  estimatedTotalCost: number | null;
7225
7225
  cropNutrientProfileId: string;
@@ -7299,8 +7299,8 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
7299
7299
  description: string | null;
7300
7300
  plantingDate: string;
7301
7301
  expectedHarvestDate: string | null;
7302
- fieldId: string;
7303
7302
  notes: string | null;
7303
+ fieldId: string;
7304
7304
  cropName: string;
7305
7305
  estimatedTotalCost: number | null;
7306
7306
  cropNutrientProfileId: string;