@deepintel-ltd/farmpro-contracts 1.16.9 → 1.16.11

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 (34) hide show
  1. package/dist/routes/admin.routes.d.ts +1036 -0
  2. package/dist/routes/admin.routes.d.ts.map +1 -1
  3. package/dist/routes/admin.routes.js +29 -1
  4. package/dist/routes/agent-workflows.routes.d.ts +246 -246
  5. package/dist/routes/agents.routes.d.ts +16 -16
  6. package/dist/routes/fertigation.routes.d.ts +80 -80
  7. package/dist/routes/field-monitoring.routes.d.ts +8 -8
  8. package/dist/routes/field-observations.routes.d.ts +28 -28
  9. package/dist/routes/health.routes.d.ts +66 -0
  10. package/dist/routes/health.routes.d.ts.map +1 -1
  11. package/dist/routes/livestock-groups.routes.d.ts +8 -8
  12. package/dist/routes/livestock.routes.d.ts +50 -50
  13. package/dist/routes/payments.routes.d.ts +20 -20
  14. package/dist/routes/pest-disease-risk.routes.d.ts +4 -4
  15. package/dist/routes/soil-tests.routes.d.ts +40 -40
  16. package/dist/schemas/admin.schemas.d.ts +267 -0
  17. package/dist/schemas/admin.schemas.d.ts.map +1 -1
  18. package/dist/schemas/admin.schemas.js +38 -0
  19. package/dist/schemas/agent-workflows.schemas.d.ts +206 -206
  20. package/dist/schemas/agents.schemas.d.ts +16 -16
  21. package/dist/schemas/fertigation.schemas.d.ts +36 -36
  22. package/dist/schemas/field-monitoring.schemas.d.ts +8 -8
  23. package/dist/schemas/field-observations.schemas.d.ts +20 -20
  24. package/dist/schemas/field-observations.schemas.d.ts.map +1 -1
  25. package/dist/schemas/field-observations.schemas.js +3 -2
  26. package/dist/schemas/health.schemas.d.ts +33 -0
  27. package/dist/schemas/health.schemas.d.ts.map +1 -1
  28. package/dist/schemas/health.schemas.js +1 -0
  29. package/dist/schemas/livestock.schemas.d.ts +50 -50
  30. package/dist/schemas/monitoring-visualization.schemas.js +4 -4
  31. package/dist/schemas/payments.schemas.d.ts +20 -20
  32. package/dist/schemas/pest-disease-risk.schemas.d.ts +2 -2
  33. package/dist/schemas/soil-tests.schemas.d.ts +42 -42
  34. package/package.json +1 -1
@@ -175,9 +175,9 @@ export declare const livestockRouter: {
175
175
  notes: z.ZodNullable<z.ZodString>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  id: string;
178
+ reason: string | null;
178
179
  currency: string;
179
180
  notes: string | null;
180
- reason: string | null;
181
181
  movementDate: string;
182
182
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
183
183
  fromLocation: string | null;
@@ -187,8 +187,8 @@ export declare const livestockRouter: {
187
187
  documentRef: string | null;
188
188
  }, {
189
189
  id: string;
190
- notes: string | null;
191
190
  reason: string | null;
191
+ notes: string | null;
192
192
  movementDate: string;
193
193
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
194
194
  fromLocation: string | null;
@@ -259,9 +259,9 @@ export declare const livestockRouter: {
259
259
  }[] | undefined;
260
260
  recentMovements?: {
261
261
  id: string;
262
+ reason: string | null;
262
263
  currency: string;
263
264
  notes: string | null;
264
- reason: string | null;
265
265
  movementDate: string;
266
266
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
267
267
  fromLocation: string | null;
@@ -328,8 +328,8 @@ export declare const livestockRouter: {
328
328
  }[] | undefined;
329
329
  recentMovements?: {
330
330
  id: string;
331
- notes: string | null;
332
331
  reason: string | null;
332
+ notes: string | null;
333
333
  movementDate: string;
334
334
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
335
335
  fromLocation: string | null;
@@ -404,9 +404,9 @@ export declare const livestockRouter: {
404
404
  }[] | undefined;
405
405
  recentMovements?: {
406
406
  id: string;
407
+ reason: string | null;
407
408
  currency: string;
408
409
  notes: string | null;
409
- reason: string | null;
410
410
  movementDate: string;
411
411
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
412
412
  fromLocation: string | null;
@@ -480,8 +480,8 @@ export declare const livestockRouter: {
480
480
  }[] | undefined;
481
481
  recentMovements?: {
482
482
  id: string;
483
- notes: string | null;
484
483
  reason: string | null;
484
+ notes: string | null;
485
485
  movementDate: string;
486
486
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
487
487
  fromLocation: string | null;
@@ -582,9 +582,9 @@ export declare const livestockRouter: {
582
582
  }[] | undefined;
583
583
  recentMovements?: {
584
584
  id: string;
585
+ reason: string | null;
585
586
  currency: string;
586
587
  notes: string | null;
587
- reason: string | null;
588
588
  movementDate: string;
589
589
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
590
590
  fromLocation: string | null;
@@ -670,8 +670,8 @@ export declare const livestockRouter: {
670
670
  }[] | undefined;
671
671
  recentMovements?: {
672
672
  id: string;
673
- notes: string | null;
674
673
  reason: string | null;
674
+ notes: string | null;
675
675
  movementDate: string;
676
676
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
677
677
  fromLocation: string | null;
@@ -1430,9 +1430,9 @@ export declare const livestockRouter: {
1430
1430
  notes: z.ZodNullable<z.ZodString>;
1431
1431
  }, "strip", z.ZodTypeAny, {
1432
1432
  id: string;
1433
+ reason: string | null;
1433
1434
  currency: string;
1434
1435
  notes: string | null;
1435
- reason: string | null;
1436
1436
  movementDate: string;
1437
1437
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1438
1438
  fromLocation: string | null;
@@ -1442,8 +1442,8 @@ export declare const livestockRouter: {
1442
1442
  documentRef: string | null;
1443
1443
  }, {
1444
1444
  id: string;
1445
- notes: string | null;
1446
1445
  reason: string | null;
1446
+ notes: string | null;
1447
1447
  movementDate: string;
1448
1448
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1449
1449
  fromLocation: string | null;
@@ -1514,9 +1514,9 @@ export declare const livestockRouter: {
1514
1514
  }[] | undefined;
1515
1515
  recentMovements?: {
1516
1516
  id: string;
1517
+ reason: string | null;
1517
1518
  currency: string;
1518
1519
  notes: string | null;
1519
- reason: string | null;
1520
1520
  movementDate: string;
1521
1521
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1522
1522
  fromLocation: string | null;
@@ -1583,8 +1583,8 @@ export declare const livestockRouter: {
1583
1583
  }[] | undefined;
1584
1584
  recentMovements?: {
1585
1585
  id: string;
1586
- notes: string | null;
1587
1586
  reason: string | null;
1587
+ notes: string | null;
1588
1588
  movementDate: string;
1589
1589
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1590
1590
  fromLocation: string | null;
@@ -1659,9 +1659,9 @@ export declare const livestockRouter: {
1659
1659
  }[] | undefined;
1660
1660
  recentMovements?: {
1661
1661
  id: string;
1662
+ reason: string | null;
1662
1663
  currency: string;
1663
1664
  notes: string | null;
1664
- reason: string | null;
1665
1665
  movementDate: string;
1666
1666
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1667
1667
  fromLocation: string | null;
@@ -1735,8 +1735,8 @@ export declare const livestockRouter: {
1735
1735
  }[] | undefined;
1736
1736
  recentMovements?: {
1737
1737
  id: string;
1738
- notes: string | null;
1739
1738
  reason: string | null;
1739
+ notes: string | null;
1740
1740
  movementDate: string;
1741
1741
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1742
1742
  fromLocation: string | null;
@@ -1837,9 +1837,9 @@ export declare const livestockRouter: {
1837
1837
  }[] | undefined;
1838
1838
  recentMovements?: {
1839
1839
  id: string;
1840
+ reason: string | null;
1840
1841
  currency: string;
1841
1842
  notes: string | null;
1842
- reason: string | null;
1843
1843
  movementDate: string;
1844
1844
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1845
1845
  fromLocation: string | null;
@@ -1925,8 +1925,8 @@ export declare const livestockRouter: {
1925
1925
  }[] | undefined;
1926
1926
  recentMovements?: {
1927
1927
  id: string;
1928
- notes: string | null;
1929
1928
  reason: string | null;
1929
+ notes: string | null;
1930
1930
  movementDate: string;
1931
1931
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
1932
1932
  fromLocation: string | null;
@@ -2549,9 +2549,9 @@ export declare const livestockRouter: {
2549
2549
  notes: z.ZodNullable<z.ZodString>;
2550
2550
  }, "strip", z.ZodTypeAny, {
2551
2551
  id: string;
2552
+ reason: string | null;
2552
2553
  currency: string;
2553
2554
  notes: string | null;
2554
- reason: string | null;
2555
2555
  movementDate: string;
2556
2556
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2557
2557
  fromLocation: string | null;
@@ -2561,8 +2561,8 @@ export declare const livestockRouter: {
2561
2561
  documentRef: string | null;
2562
2562
  }, {
2563
2563
  id: string;
2564
- notes: string | null;
2565
2564
  reason: string | null;
2565
+ notes: string | null;
2566
2566
  movementDate: string;
2567
2567
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2568
2568
  fromLocation: string | null;
@@ -2633,9 +2633,9 @@ export declare const livestockRouter: {
2633
2633
  }[] | undefined;
2634
2634
  recentMovements?: {
2635
2635
  id: string;
2636
+ reason: string | null;
2636
2637
  currency: string;
2637
2638
  notes: string | null;
2638
- reason: string | null;
2639
2639
  movementDate: string;
2640
2640
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2641
2641
  fromLocation: string | null;
@@ -2702,8 +2702,8 @@ export declare const livestockRouter: {
2702
2702
  }[] | undefined;
2703
2703
  recentMovements?: {
2704
2704
  id: string;
2705
- notes: string | null;
2706
2705
  reason: string | null;
2706
+ notes: string | null;
2707
2707
  movementDate: string;
2708
2708
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2709
2709
  fromLocation: string | null;
@@ -2778,9 +2778,9 @@ export declare const livestockRouter: {
2778
2778
  }[] | undefined;
2779
2779
  recentMovements?: {
2780
2780
  id: string;
2781
+ reason: string | null;
2781
2782
  currency: string;
2782
2783
  notes: string | null;
2783
- reason: string | null;
2784
2784
  movementDate: string;
2785
2785
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2786
2786
  fromLocation: string | null;
@@ -2854,8 +2854,8 @@ export declare const livestockRouter: {
2854
2854
  }[] | undefined;
2855
2855
  recentMovements?: {
2856
2856
  id: string;
2857
- notes: string | null;
2858
2857
  reason: string | null;
2858
+ notes: string | null;
2859
2859
  movementDate: string;
2860
2860
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2861
2861
  fromLocation: string | null;
@@ -2956,9 +2956,9 @@ export declare const livestockRouter: {
2956
2956
  }[] | undefined;
2957
2957
  recentMovements?: {
2958
2958
  id: string;
2959
+ reason: string | null;
2959
2960
  currency: string;
2960
2961
  notes: string | null;
2961
- reason: string | null;
2962
2962
  movementDate: string;
2963
2963
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
2964
2964
  fromLocation: string | null;
@@ -3044,8 +3044,8 @@ export declare const livestockRouter: {
3044
3044
  }[] | undefined;
3045
3045
  recentMovements?: {
3046
3046
  id: string;
3047
- notes: string | null;
3048
3047
  reason: string | null;
3048
+ notes: string | null;
3049
3049
  movementDate: string;
3050
3050
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3051
3051
  fromLocation: string | null;
@@ -3558,9 +3558,9 @@ export declare const livestockRouter: {
3558
3558
  notes: z.ZodNullable<z.ZodString>;
3559
3559
  }, "strip", z.ZodTypeAny, {
3560
3560
  id: string;
3561
+ reason: string | null;
3561
3562
  currency: string;
3562
3563
  notes: string | null;
3563
- reason: string | null;
3564
3564
  movementDate: string;
3565
3565
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3566
3566
  fromLocation: string | null;
@@ -3570,8 +3570,8 @@ export declare const livestockRouter: {
3570
3570
  documentRef: string | null;
3571
3571
  }, {
3572
3572
  id: string;
3573
- notes: string | null;
3574
3573
  reason: string | null;
3574
+ notes: string | null;
3575
3575
  movementDate: string;
3576
3576
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3577
3577
  fromLocation: string | null;
@@ -3642,9 +3642,9 @@ export declare const livestockRouter: {
3642
3642
  }[] | undefined;
3643
3643
  recentMovements?: {
3644
3644
  id: string;
3645
+ reason: string | null;
3645
3646
  currency: string;
3646
3647
  notes: string | null;
3647
- reason: string | null;
3648
3648
  movementDate: string;
3649
3649
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3650
3650
  fromLocation: string | null;
@@ -3711,8 +3711,8 @@ export declare const livestockRouter: {
3711
3711
  }[] | undefined;
3712
3712
  recentMovements?: {
3713
3713
  id: string;
3714
- notes: string | null;
3715
3714
  reason: string | null;
3715
+ notes: string | null;
3716
3716
  movementDate: string;
3717
3717
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3718
3718
  fromLocation: string | null;
@@ -3787,9 +3787,9 @@ export declare const livestockRouter: {
3787
3787
  }[] | undefined;
3788
3788
  recentMovements?: {
3789
3789
  id: string;
3790
+ reason: string | null;
3790
3791
  currency: string;
3791
3792
  notes: string | null;
3792
- reason: string | null;
3793
3793
  movementDate: string;
3794
3794
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3795
3795
  fromLocation: string | null;
@@ -3863,8 +3863,8 @@ export declare const livestockRouter: {
3863
3863
  }[] | undefined;
3864
3864
  recentMovements?: {
3865
3865
  id: string;
3866
- notes: string | null;
3867
3866
  reason: string | null;
3867
+ notes: string | null;
3868
3868
  movementDate: string;
3869
3869
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3870
3870
  fromLocation: string | null;
@@ -3965,9 +3965,9 @@ export declare const livestockRouter: {
3965
3965
  }[] | undefined;
3966
3966
  recentMovements?: {
3967
3967
  id: string;
3968
+ reason: string | null;
3968
3969
  currency: string;
3969
3970
  notes: string | null;
3970
- reason: string | null;
3971
3971
  movementDate: string;
3972
3972
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
3973
3973
  fromLocation: string | null;
@@ -4053,8 +4053,8 @@ export declare const livestockRouter: {
4053
4053
  }[] | undefined;
4054
4054
  recentMovements?: {
4055
4055
  id: string;
4056
- notes: string | null;
4057
4056
  reason: string | null;
4057
+ notes: string | null;
4058
4058
  movementDate: string;
4059
4059
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
4060
4060
  fromLocation: string | null;
@@ -6518,8 +6518,8 @@ export declare const livestockRouter: {
6518
6518
  currency: string;
6519
6519
  movementDate: string;
6520
6520
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6521
- notes?: string | undefined;
6522
6521
  reason?: string | undefined;
6522
+ notes?: string | undefined;
6523
6523
  fromLocation?: string | undefined;
6524
6524
  toLocation?: string | undefined;
6525
6525
  transactionValue?: number | undefined;
@@ -6528,9 +6528,9 @@ export declare const livestockRouter: {
6528
6528
  }, {
6529
6529
  movementDate: string;
6530
6530
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6531
+ reason?: string | undefined;
6531
6532
  currency?: string | undefined;
6532
6533
  notes?: string | undefined;
6533
- reason?: string | undefined;
6534
6534
  fromLocation?: string | undefined;
6535
6535
  toLocation?: string | undefined;
6536
6536
  transactionValue?: number | undefined;
@@ -6543,8 +6543,8 @@ export declare const livestockRouter: {
6543
6543
  currency: string;
6544
6544
  movementDate: string;
6545
6545
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6546
- notes?: string | undefined;
6547
6546
  reason?: string | undefined;
6547
+ notes?: string | undefined;
6548
6548
  fromLocation?: string | undefined;
6549
6549
  toLocation?: string | undefined;
6550
6550
  transactionValue?: number | undefined;
@@ -6556,9 +6556,9 @@ export declare const livestockRouter: {
6556
6556
  attributes: {
6557
6557
  movementDate: string;
6558
6558
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6559
+ reason?: string | undefined;
6559
6560
  currency?: string | undefined;
6560
6561
  notes?: string | undefined;
6561
- reason?: string | undefined;
6562
6562
  fromLocation?: string | undefined;
6563
6563
  toLocation?: string | undefined;
6564
6564
  transactionValue?: number | undefined;
@@ -6573,8 +6573,8 @@ export declare const livestockRouter: {
6573
6573
  currency: string;
6574
6574
  movementDate: string;
6575
6575
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6576
- notes?: string | undefined;
6577
6576
  reason?: string | undefined;
6577
+ notes?: string | undefined;
6578
6578
  fromLocation?: string | undefined;
6579
6579
  toLocation?: string | undefined;
6580
6580
  transactionValue?: number | undefined;
@@ -6588,9 +6588,9 @@ export declare const livestockRouter: {
6588
6588
  attributes: {
6589
6589
  movementDate: string;
6590
6590
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6591
+ reason?: string | undefined;
6591
6592
  currency?: string | undefined;
6592
6593
  notes?: string | undefined;
6593
- reason?: string | undefined;
6594
6594
  fromLocation?: string | undefined;
6595
6595
  toLocation?: string | undefined;
6596
6596
  transactionValue?: number | undefined;
@@ -6619,9 +6619,9 @@ export declare const livestockRouter: {
6619
6619
  notes: z.ZodNullable<z.ZodString>;
6620
6620
  }, "strip", z.ZodTypeAny, {
6621
6621
  id: string;
6622
+ reason: string | null;
6622
6623
  currency: string;
6623
6624
  notes: string | null;
6624
- reason: string | null;
6625
6625
  movementDate: string;
6626
6626
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6627
6627
  fromLocation: string | null;
@@ -6631,8 +6631,8 @@ export declare const livestockRouter: {
6631
6631
  documentRef: string | null;
6632
6632
  }, {
6633
6633
  id: string;
6634
- notes: string | null;
6635
6634
  reason: string | null;
6635
+ notes: string | null;
6636
6636
  movementDate: string;
6637
6637
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6638
6638
  fromLocation: string | null;
@@ -6650,9 +6650,9 @@ export declare const livestockRouter: {
6650
6650
  id: string;
6651
6651
  attributes: {
6652
6652
  id: string;
6653
+ reason: string | null;
6653
6654
  currency: string;
6654
6655
  notes: string | null;
6655
- reason: string | null;
6656
6656
  movementDate: string;
6657
6657
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6658
6658
  fromLocation: string | null;
@@ -6669,8 +6669,8 @@ export declare const livestockRouter: {
6669
6669
  id: string;
6670
6670
  attributes: {
6671
6671
  id: string;
6672
- notes: string | null;
6673
6672
  reason: string | null;
6673
+ notes: string | null;
6674
6674
  movementDate: string;
6675
6675
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6676
6676
  fromLocation: string | null;
@@ -6714,9 +6714,9 @@ export declare const livestockRouter: {
6714
6714
  id: string;
6715
6715
  attributes: {
6716
6716
  id: string;
6717
+ reason: string | null;
6717
6718
  currency: string;
6718
6719
  notes: string | null;
6719
- reason: string | null;
6720
6720
  movementDate: string;
6721
6721
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6722
6722
  fromLocation: string | null;
@@ -6745,8 +6745,8 @@ export declare const livestockRouter: {
6745
6745
  id: string;
6746
6746
  attributes: {
6747
6747
  id: string;
6748
- notes: string | null;
6749
6748
  reason: string | null;
6749
+ notes: string | null;
6750
6750
  movementDate: string;
6751
6751
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
6752
6752
  fromLocation: string | null;
@@ -7181,9 +7181,9 @@ export declare const livestockRouter: {
7181
7181
  notes: z.ZodNullable<z.ZodString>;
7182
7182
  }, "strip", z.ZodTypeAny, {
7183
7183
  id: string;
7184
+ reason: string | null;
7184
7185
  currency: string;
7185
7186
  notes: string | null;
7186
- reason: string | null;
7187
7187
  movementDate: string;
7188
7188
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7189
7189
  fromLocation: string | null;
@@ -7193,8 +7193,8 @@ export declare const livestockRouter: {
7193
7193
  documentRef: string | null;
7194
7194
  }, {
7195
7195
  id: string;
7196
- notes: string | null;
7197
7196
  reason: string | null;
7197
+ notes: string | null;
7198
7198
  movementDate: string;
7199
7199
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7200
7200
  fromLocation: string | null;
@@ -7212,9 +7212,9 @@ export declare const livestockRouter: {
7212
7212
  id: string;
7213
7213
  attributes: {
7214
7214
  id: string;
7215
+ reason: string | null;
7215
7216
  currency: string;
7216
7217
  notes: string | null;
7217
- reason: string | null;
7218
7218
  movementDate: string;
7219
7219
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7220
7220
  fromLocation: string | null;
@@ -7231,8 +7231,8 @@ export declare const livestockRouter: {
7231
7231
  id: string;
7232
7232
  attributes: {
7233
7233
  id: string;
7234
- notes: string | null;
7235
7234
  reason: string | null;
7235
+ notes: string | null;
7236
7236
  movementDate: string;
7237
7237
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7238
7238
  fromLocation: string | null;
@@ -7276,9 +7276,9 @@ export declare const livestockRouter: {
7276
7276
  id: string;
7277
7277
  attributes: {
7278
7278
  id: string;
7279
+ reason: string | null;
7279
7280
  currency: string;
7280
7281
  notes: string | null;
7281
- reason: string | null;
7282
7282
  movementDate: string;
7283
7283
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7284
7284
  fromLocation: string | null;
@@ -7307,8 +7307,8 @@ export declare const livestockRouter: {
7307
7307
  id: string;
7308
7308
  attributes: {
7309
7309
  id: string;
7310
- notes: string | null;
7311
7310
  reason: string | null;
7311
+ notes: string | null;
7312
7312
  movementDate: string;
7313
7313
  movementType: "purchase" | "transfer_in" | "transfer_out" | "sale" | "death" | "birth";
7314
7314
  fromLocation: string | null;