@deepintel-ltd/farmpro-contracts 1.11.2 → 1.11.4

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 (76) hide show
  1. package/dist/routes/admin.routes.d.ts +3947 -187
  2. package/dist/routes/admin.routes.d.ts.map +1 -1
  3. package/dist/routes/admin.routes.js +106 -4
  4. package/dist/routes/agent-workflows.routes.d.ts +140 -140
  5. package/dist/routes/agents.routes.d.ts +6 -6
  6. package/dist/routes/analytics.routes.d.ts +6 -6
  7. package/dist/routes/auth.routes.d.ts +999 -0
  8. package/dist/routes/auth.routes.d.ts.map +1 -1
  9. package/dist/routes/auth.routes.js +30 -1
  10. package/dist/routes/crop-profile.routes.d.ts +18 -18
  11. package/dist/routes/documents.routes.d.ts +58 -58
  12. package/dist/routes/equipment.routes.d.ts +62 -62
  13. package/dist/routes/extension.routes.d.ts +6 -6
  14. package/dist/routes/farm-status.routes.d.ts +6 -6
  15. package/dist/routes/farms.routes.d.ts +35 -0
  16. package/dist/routes/farms.routes.d.ts.map +1 -1
  17. package/dist/routes/fertigation.routes.d.ts +76 -76
  18. package/dist/routes/field-monitoring.routes.d.ts +34 -34
  19. package/dist/routes/field-observations.routes.d.ts +170 -170
  20. package/dist/routes/finance.routes.d.ts +6 -6
  21. package/dist/routes/geofences.routes.d.ts +8 -8
  22. package/dist/routes/irrigation.routes.d.ts +22 -22
  23. package/dist/routes/live-monitor.routes.d.ts +2 -2
  24. package/dist/routes/livestock-groups.routes.d.ts +30 -30
  25. package/dist/routes/livestock.routes.d.ts +24 -24
  26. package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
  27. package/dist/routes/pest-disease-risk.routes.d.ts +48 -48
  28. package/dist/routes/prescription-maps.routes.d.ts +2 -2
  29. package/dist/routes/seasonal-plans.routes.d.ts +6 -6
  30. package/dist/routes/soil-tests.routes.d.ts +30 -30
  31. package/dist/routes/subscriptions.routes.d.ts +2 -2
  32. package/dist/routes/team-payments.routes.d.ts +36 -36
  33. package/dist/routes/team.routes.d.ts +24 -24
  34. package/dist/routes/users.routes.d.ts +14 -0
  35. package/dist/routes/users.routes.d.ts.map +1 -1
  36. package/dist/routes/weather.routes.d.ts +14 -14
  37. package/dist/routes/yield-prediction.routes.d.ts +48 -48
  38. package/dist/schemas/admin.schemas.d.ts +843 -81
  39. package/dist/schemas/admin.schemas.d.ts.map +1 -1
  40. package/dist/schemas/admin.schemas.js +58 -1
  41. package/dist/schemas/agent-workflows.schemas.d.ts +111 -111
  42. package/dist/schemas/agents.schemas.d.ts +6 -6
  43. package/dist/schemas/analytics.schemas.d.ts +12 -12
  44. package/dist/schemas/auth.schemas.d.ts +28 -0
  45. package/dist/schemas/auth.schemas.d.ts.map +1 -1
  46. package/dist/schemas/auth.schemas.js +8 -0
  47. package/dist/schemas/crop-profile.schemas.d.ts +26 -26
  48. package/dist/schemas/documents.schemas.d.ts +48 -48
  49. package/dist/schemas/equipment.schemas.d.ts +48 -48
  50. package/dist/schemas/extension.schemas.d.ts +12 -12
  51. package/dist/schemas/farm-status.schemas.d.ts +8 -8
  52. package/dist/schemas/farms.schemas.d.ts +48 -0
  53. package/dist/schemas/farms.schemas.d.ts.map +1 -1
  54. package/dist/schemas/farms.schemas.js +3 -0
  55. package/dist/schemas/fertigation.schemas.d.ts +20 -20
  56. package/dist/schemas/field-monitoring.schemas.d.ts +26 -26
  57. package/dist/schemas/field-observations.schemas.d.ts +126 -126
  58. package/dist/schemas/finance.schemas.d.ts +6 -6
  59. package/dist/schemas/geofences.schemas.d.ts +6 -6
  60. package/dist/schemas/irrigation.schemas.d.ts +12 -12
  61. package/dist/schemas/live-monitor.schemas.d.ts +2 -2
  62. package/dist/schemas/livestock-groups.schemas.d.ts +18 -18
  63. package/dist/schemas/livestock.schemas.d.ts +18 -18
  64. package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
  65. package/dist/schemas/pest-disease-risk.schemas.d.ts +32 -32
  66. package/dist/schemas/prescription-maps.schemas.d.ts +2 -2
  67. package/dist/schemas/seasonal-plans.schemas.d.ts +12 -12
  68. package/dist/schemas/soil-tests.schemas.d.ts +28 -28
  69. package/dist/schemas/team-payments.schemas.d.ts +24 -24
  70. package/dist/schemas/team.schemas.d.ts +18 -18
  71. package/dist/schemas/users.schemas.d.ts +15 -0
  72. package/dist/schemas/users.schemas.d.ts.map +1 -1
  73. package/dist/schemas/users.schemas.js +1 -0
  74. package/dist/schemas/weather.schemas.d.ts +28 -28
  75. package/dist/schemas/yield-prediction.schemas.d.ts +8 -8
  76. package/package.json +1 -1
@@ -272,10 +272,6 @@ export declare const yieldPredictionRouter: {
272
272
  }>;
273
273
  lastUpdated: z.ZodString;
274
274
  }, "strip", z.ZodTypeAny, {
275
- plantingDate: string;
276
- expectedHarvestDate: string | null;
277
- fieldId: string;
278
- fieldName: string;
279
275
  recommendations: {
280
276
  title: string;
281
277
  description: string;
@@ -284,6 +280,10 @@ export declare const yieldPredictionRouter: {
284
280
  expectedImpact: string | null;
285
281
  actions: string[];
286
282
  }[];
283
+ plantingDate: string;
284
+ expectedHarvestDate: string | null;
285
+ fieldId: string;
286
+ fieldName: string;
287
287
  dataQuality: {
288
288
  vegetationDataPoints: number;
289
289
  latestVegetationDate: string | null;
@@ -354,10 +354,6 @@ export declare const yieldPredictionRouter: {
354
354
  contribution: number;
355
355
  }[];
356
356
  }, {
357
- plantingDate: string;
358
- expectedHarvestDate: string | null;
359
- fieldId: string;
360
- fieldName: string;
361
357
  recommendations: {
362
358
  title: string;
363
359
  description: string;
@@ -366,6 +362,10 @@ export declare const yieldPredictionRouter: {
366
362
  expectedImpact: string | null;
367
363
  actions: string[];
368
364
  }[];
365
+ plantingDate: string;
366
+ expectedHarvestDate: string | null;
367
+ fieldId: string;
368
+ fieldName: string;
369
369
  dataQuality: {
370
370
  vegetationDataPoints: number;
371
371
  latestVegetationDate: string | null;
@@ -440,10 +440,6 @@ export declare const yieldPredictionRouter: {
440
440
  type: "yield-predictions";
441
441
  id: string;
442
442
  attributes: {
443
- plantingDate: string;
444
- expectedHarvestDate: string | null;
445
- fieldId: string;
446
- fieldName: string;
447
443
  recommendations: {
448
444
  title: string;
449
445
  description: string;
@@ -452,6 +448,10 @@ export declare const yieldPredictionRouter: {
452
448
  expectedImpact: string | null;
453
449
  actions: string[];
454
450
  }[];
451
+ plantingDate: string;
452
+ expectedHarvestDate: string | null;
453
+ fieldId: string;
454
+ fieldName: string;
455
455
  dataQuality: {
456
456
  vegetationDataPoints: number;
457
457
  latestVegetationDate: string | null;
@@ -526,10 +526,6 @@ export declare const yieldPredictionRouter: {
526
526
  type: "yield-predictions";
527
527
  id: string;
528
528
  attributes: {
529
- plantingDate: string;
530
- expectedHarvestDate: string | null;
531
- fieldId: string;
532
- fieldName: string;
533
529
  recommendations: {
534
530
  title: string;
535
531
  description: string;
@@ -538,6 +534,10 @@ export declare const yieldPredictionRouter: {
538
534
  expectedImpact: string | null;
539
535
  actions: string[];
540
536
  }[];
537
+ plantingDate: string;
538
+ expectedHarvestDate: string | null;
539
+ fieldId: string;
540
+ fieldName: string;
541
541
  dataQuality: {
542
542
  vegetationDataPoints: number;
543
543
  latestVegetationDate: string | null;
@@ -614,10 +614,6 @@ export declare const yieldPredictionRouter: {
614
614
  type: "yield-predictions";
615
615
  id: string;
616
616
  attributes: {
617
- plantingDate: string;
618
- expectedHarvestDate: string | null;
619
- fieldId: string;
620
- fieldName: string;
621
617
  recommendations: {
622
618
  title: string;
623
619
  description: string;
@@ -626,6 +622,10 @@ export declare const yieldPredictionRouter: {
626
622
  expectedImpact: string | null;
627
623
  actions: string[];
628
624
  }[];
625
+ plantingDate: string;
626
+ expectedHarvestDate: string | null;
627
+ fieldId: string;
628
+ fieldName: string;
629
629
  dataQuality: {
630
630
  vegetationDataPoints: number;
631
631
  latestVegetationDate: string | null;
@@ -702,10 +702,6 @@ export declare const yieldPredictionRouter: {
702
702
  type: "yield-predictions";
703
703
  id: string;
704
704
  attributes: {
705
- plantingDate: string;
706
- expectedHarvestDate: string | null;
707
- fieldId: string;
708
- fieldName: string;
709
705
  recommendations: {
710
706
  title: string;
711
707
  description: string;
@@ -714,6 +710,10 @@ export declare const yieldPredictionRouter: {
714
710
  expectedImpact: string | null;
715
711
  actions: string[];
716
712
  }[];
713
+ plantingDate: string;
714
+ expectedHarvestDate: string | null;
715
+ fieldId: string;
716
+ fieldName: string;
717
717
  dataQuality: {
718
718
  vegetationDataPoints: number;
719
719
  latestVegetationDate: string | null;
@@ -1494,10 +1494,6 @@ export declare const yieldPredictionRouter: {
1494
1494
  }>;
1495
1495
  lastUpdated: z.ZodString;
1496
1496
  }, "strip", z.ZodTypeAny, {
1497
- plantingDate: string;
1498
- expectedHarvestDate: string | null;
1499
- fieldId: string;
1500
- fieldName: string;
1501
1497
  recommendations: {
1502
1498
  title: string;
1503
1499
  description: string;
@@ -1506,6 +1502,10 @@ export declare const yieldPredictionRouter: {
1506
1502
  expectedImpact: string | null;
1507
1503
  actions: string[];
1508
1504
  }[];
1505
+ plantingDate: string;
1506
+ expectedHarvestDate: string | null;
1507
+ fieldId: string;
1508
+ fieldName: string;
1509
1509
  dataQuality: {
1510
1510
  vegetationDataPoints: number;
1511
1511
  latestVegetationDate: string | null;
@@ -1576,10 +1576,6 @@ export declare const yieldPredictionRouter: {
1576
1576
  contribution: number;
1577
1577
  }[];
1578
1578
  }, {
1579
- plantingDate: string;
1580
- expectedHarvestDate: string | null;
1581
- fieldId: string;
1582
- fieldName: string;
1583
1579
  recommendations: {
1584
1580
  title: string;
1585
1581
  description: string;
@@ -1588,6 +1584,10 @@ export declare const yieldPredictionRouter: {
1588
1584
  expectedImpact: string | null;
1589
1585
  actions: string[];
1590
1586
  }[];
1587
+ plantingDate: string;
1588
+ expectedHarvestDate: string | null;
1589
+ fieldId: string;
1590
+ fieldName: string;
1591
1591
  dataQuality: {
1592
1592
  vegetationDataPoints: number;
1593
1593
  latestVegetationDate: string | null;
@@ -1662,10 +1662,6 @@ export declare const yieldPredictionRouter: {
1662
1662
  type: "yield-predictions";
1663
1663
  id: string;
1664
1664
  attributes: {
1665
- plantingDate: string;
1666
- expectedHarvestDate: string | null;
1667
- fieldId: string;
1668
- fieldName: string;
1669
1665
  recommendations: {
1670
1666
  title: string;
1671
1667
  description: string;
@@ -1674,6 +1670,10 @@ export declare const yieldPredictionRouter: {
1674
1670
  expectedImpact: string | null;
1675
1671
  actions: string[];
1676
1672
  }[];
1673
+ plantingDate: string;
1674
+ expectedHarvestDate: string | null;
1675
+ fieldId: string;
1676
+ fieldName: string;
1677
1677
  dataQuality: {
1678
1678
  vegetationDataPoints: number;
1679
1679
  latestVegetationDate: string | null;
@@ -1748,10 +1748,6 @@ export declare const yieldPredictionRouter: {
1748
1748
  type: "yield-predictions";
1749
1749
  id: string;
1750
1750
  attributes: {
1751
- plantingDate: string;
1752
- expectedHarvestDate: string | null;
1753
- fieldId: string;
1754
- fieldName: string;
1755
1751
  recommendations: {
1756
1752
  title: string;
1757
1753
  description: string;
@@ -1760,6 +1756,10 @@ export declare const yieldPredictionRouter: {
1760
1756
  expectedImpact: string | null;
1761
1757
  actions: string[];
1762
1758
  }[];
1759
+ plantingDate: string;
1760
+ expectedHarvestDate: string | null;
1761
+ fieldId: string;
1762
+ fieldName: string;
1763
1763
  dataQuality: {
1764
1764
  vegetationDataPoints: number;
1765
1765
  latestVegetationDate: string | null;
@@ -1850,10 +1850,6 @@ export declare const yieldPredictionRouter: {
1850
1850
  type: "yield-predictions";
1851
1851
  id: string;
1852
1852
  attributes: {
1853
- plantingDate: string;
1854
- expectedHarvestDate: string | null;
1855
- fieldId: string;
1856
- fieldName: string;
1857
1853
  recommendations: {
1858
1854
  title: string;
1859
1855
  description: string;
@@ -1862,6 +1858,10 @@ export declare const yieldPredictionRouter: {
1862
1858
  expectedImpact: string | null;
1863
1859
  actions: string[];
1864
1860
  }[];
1861
+ plantingDate: string;
1862
+ expectedHarvestDate: string | null;
1863
+ fieldId: string;
1864
+ fieldName: string;
1865
1865
  dataQuality: {
1866
1866
  vegetationDataPoints: number;
1867
1867
  latestVegetationDate: string | null;
@@ -1942,10 +1942,6 @@ export declare const yieldPredictionRouter: {
1942
1942
  type: "yield-predictions";
1943
1943
  id: string;
1944
1944
  attributes: {
1945
- plantingDate: string;
1946
- expectedHarvestDate: string | null;
1947
- fieldId: string;
1948
- fieldName: string;
1949
1945
  recommendations: {
1950
1946
  title: string;
1951
1947
  description: string;
@@ -1954,6 +1950,10 @@ export declare const yieldPredictionRouter: {
1954
1950
  expectedImpact: string | null;
1955
1951
  actions: string[];
1956
1952
  }[];
1953
+ plantingDate: string;
1954
+ expectedHarvestDate: string | null;
1955
+ fieldId: string;
1956
+ fieldName: string;
1957
1957
  dataQuality: {
1958
1958
  vegetationDataPoints: number;
1959
1959
  latestVegetationDate: string | null;