@deepintel-ltd/farmpro-contracts 1.23.0 → 1.23.1

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 (53) hide show
  1. package/dist/routes/categories.routes.d.ts +26 -26
  2. package/dist/routes/commodity-deals.routes.d.ts +42 -42
  3. package/dist/routes/crop-profile.routes.d.ts +8 -8
  4. package/dist/routes/farm-enterprises.routes.d.ts +395 -0
  5. package/dist/routes/farm-enterprises.routes.d.ts.map +1 -1
  6. package/dist/routes/farm-enterprises.routes.js +14 -1
  7. package/dist/routes/farms.routes.d.ts +73 -20
  8. package/dist/routes/farms.routes.d.ts.map +1 -1
  9. package/dist/routes/fertigation.routes.d.ts +96 -96
  10. package/dist/routes/field-monitoring.routes.d.ts +2 -2
  11. package/dist/routes/finance.routes.d.ts +8 -8
  12. package/dist/routes/invoices.routes.d.ts +63 -60
  13. package/dist/routes/invoices.routes.d.ts.map +1 -1
  14. package/dist/routes/invoices.routes.js +4 -1
  15. package/dist/routes/monitoring-visualization.routes.d.ts +2 -2
  16. package/dist/routes/notifications.routes.d.ts +12 -12
  17. package/dist/routes/organizations.routes.d.ts +90 -47
  18. package/dist/routes/organizations.routes.d.ts.map +1 -1
  19. package/dist/routes/purchase-orders.routes.d.ts +9 -9
  20. package/dist/routes/suppliers.routes.d.ts +96 -96
  21. package/dist/routes/team-payments.routes.d.ts +105 -105
  22. package/dist/routes/team.routes.d.ts +125 -25
  23. package/dist/routes/team.routes.d.ts.map +1 -1
  24. package/dist/routes/trade-cash-events.routes.d.ts +46 -46
  25. package/dist/routes/waybills.routes.d.ts +61 -57
  26. package/dist/routes/waybills.routes.d.ts.map +1 -1
  27. package/dist/routes/waybills.routes.js +4 -1
  28. package/dist/schemas/categories.schemas.d.ts +21 -21
  29. package/dist/schemas/commodity-deals.schemas.d.ts +18 -18
  30. package/dist/schemas/crop-profile.schemas.d.ts +12 -12
  31. package/dist/schemas/farm-enterprises.schemas.d.ts +185 -0
  32. package/dist/schemas/farm-enterprises.schemas.d.ts.map +1 -1
  33. package/dist/schemas/farm-enterprises.schemas.js +21 -0
  34. package/dist/schemas/farms.schemas.d.ts +121 -19
  35. package/dist/schemas/farms.schemas.d.ts.map +1 -1
  36. package/dist/schemas/farms.schemas.js +15 -1
  37. package/dist/schemas/fertigation.schemas.d.ts +36 -36
  38. package/dist/schemas/field-monitoring.schemas.d.ts +2 -2
  39. package/dist/schemas/finance.schemas.d.ts +8 -8
  40. package/dist/schemas/invoices.schemas.d.ts +39 -39
  41. package/dist/schemas/notifications.schemas.d.ts +18 -18
  42. package/dist/schemas/organizations.schemas.d.ts +105 -46
  43. package/dist/schemas/organizations.schemas.d.ts.map +1 -1
  44. package/dist/schemas/organizations.schemas.js +8 -1
  45. package/dist/schemas/purchase-orders.schemas.d.ts +9 -9
  46. package/dist/schemas/suppliers.schemas.d.ts +96 -96
  47. package/dist/schemas/team-payments.schemas.d.ts +87 -87
  48. package/dist/schemas/team.schemas.d.ts +137 -20
  49. package/dist/schemas/team.schemas.d.ts.map +1 -1
  50. package/dist/schemas/team.schemas.js +29 -1
  51. package/dist/schemas/trade-cash-events.schemas.d.ts +60 -60
  52. package/dist/schemas/waybills.schemas.d.ts +39 -39
  53. package/package.json +1 -1
@@ -228,9 +228,9 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
228
228
  source: string | null;
229
229
  createdAt: string;
230
230
  updatedAt: string;
231
+ isDefault: boolean;
231
232
  notes: string | null;
232
233
  cropName: string;
233
- isDefault: boolean;
234
234
  cropVariety: string | null;
235
235
  cropCategory: string;
236
236
  growthStages: {
@@ -260,9 +260,9 @@ export declare const cropNutrientProfileAttributesSchema: z.ZodObject<{
260
260
  source: string | null;
261
261
  createdAt: string;
262
262
  updatedAt: string;
263
+ isDefault: boolean;
263
264
  notes: string | null;
264
265
  cropName: string;
265
- isDefault: boolean;
266
266
  cropVariety: string | null;
267
267
  cropCategory: string;
268
268
  growthStages: {
@@ -1038,9 +1038,9 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1038
1038
  source: string | null;
1039
1039
  createdAt: string;
1040
1040
  updatedAt: string;
1041
+ isDefault: boolean;
1041
1042
  notes: string | null;
1042
1043
  cropName: string;
1043
- isDefault: boolean;
1044
1044
  cropVariety: string | null;
1045
1045
  cropCategory: string;
1046
1046
  growthStages: {
@@ -1070,9 +1070,9 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1070
1070
  source: string | null;
1071
1071
  createdAt: string;
1072
1072
  updatedAt: string;
1073
+ isDefault: boolean;
1073
1074
  notes: string | null;
1074
1075
  cropName: string;
1075
- isDefault: boolean;
1076
1076
  cropVariety: string | null;
1077
1077
  cropCategory: string;
1078
1078
  growthStages: {
@@ -1109,9 +1109,9 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1109
1109
  source: string | null;
1110
1110
  createdAt: string;
1111
1111
  updatedAt: string;
1112
+ isDefault: boolean;
1112
1113
  notes: string | null;
1113
1114
  cropName: string;
1114
- isDefault: boolean;
1115
1115
  cropVariety: string | null;
1116
1116
  cropCategory: string;
1117
1117
  growthStages: {
@@ -1148,9 +1148,9 @@ export declare const cropNutrientProfileResourceSchema: z.ZodObject<{
1148
1148
  source: string | null;
1149
1149
  createdAt: string;
1150
1150
  updatedAt: string;
1151
+ isDefault: boolean;
1151
1152
  notes: string | null;
1152
1153
  cropName: string;
1153
- isDefault: boolean;
1154
1154
  cropVariety: string | null;
1155
1155
  cropCategory: string;
1156
1156
  growthStages: {
@@ -1266,9 +1266,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1266
1266
  source: string | null;
1267
1267
  createdAt: string;
1268
1268
  updatedAt: string;
1269
+ isDefault: boolean;
1269
1270
  notes: string | null;
1270
1271
  cropName: string;
1271
- isDefault: boolean;
1272
1272
  cropVariety: string | null;
1273
1273
  cropCategory: string;
1274
1274
  growthStages: {
@@ -1298,9 +1298,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1298
1298
  source: string | null;
1299
1299
  createdAt: string;
1300
1300
  updatedAt: string;
1301
+ isDefault: boolean;
1301
1302
  notes: string | null;
1302
1303
  cropName: string;
1303
- isDefault: boolean;
1304
1304
  cropVariety: string | null;
1305
1305
  cropCategory: string;
1306
1306
  growthStages: {
@@ -1337,9 +1337,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1337
1337
  source: string | null;
1338
1338
  createdAt: string;
1339
1339
  updatedAt: string;
1340
+ isDefault: boolean;
1340
1341
  notes: string | null;
1341
1342
  cropName: string;
1342
- isDefault: boolean;
1343
1343
  cropVariety: string | null;
1344
1344
  cropCategory: string;
1345
1345
  growthStages: {
@@ -1376,9 +1376,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1376
1376
  source: string | null;
1377
1377
  createdAt: string;
1378
1378
  updatedAt: string;
1379
+ isDefault: boolean;
1379
1380
  notes: string | null;
1380
1381
  cropName: string;
1381
- isDefault: boolean;
1382
1382
  cropVariety: string | null;
1383
1383
  cropCategory: string;
1384
1384
  growthStages: {
@@ -1441,9 +1441,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1441
1441
  source: string | null;
1442
1442
  createdAt: string;
1443
1443
  updatedAt: string;
1444
+ isDefault: boolean;
1444
1445
  notes: string | null;
1445
1446
  cropName: string;
1446
- isDefault: boolean;
1447
1447
  cropVariety: string | null;
1448
1448
  cropCategory: string;
1449
1449
  growthStages: {
@@ -1492,9 +1492,9 @@ export declare const cropNutrientProfileResponseSchema: z.ZodObject<{
1492
1492
  source: string | null;
1493
1493
  createdAt: string;
1494
1494
  updatedAt: string;
1495
+ isDefault: boolean;
1495
1496
  notes: string | null;
1496
1497
  cropName: string;
1497
- isDefault: boolean;
1498
1498
  cropVariety: string | null;
1499
1499
  cropCategory: string;
1500
1500
  growthStages: {
@@ -1621,9 +1621,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1621
1621
  source: string | null;
1622
1622
  createdAt: string;
1623
1623
  updatedAt: string;
1624
+ isDefault: boolean;
1624
1625
  notes: string | null;
1625
1626
  cropName: string;
1626
- isDefault: boolean;
1627
1627
  cropVariety: string | null;
1628
1628
  cropCategory: string;
1629
1629
  growthStages: {
@@ -1653,9 +1653,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1653
1653
  source: string | null;
1654
1654
  createdAt: string;
1655
1655
  updatedAt: string;
1656
+ isDefault: boolean;
1656
1657
  notes: string | null;
1657
1658
  cropName: string;
1658
- isDefault: boolean;
1659
1659
  cropVariety: string | null;
1660
1660
  cropCategory: string;
1661
1661
  growthStages: {
@@ -1692,9 +1692,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1692
1692
  source: string | null;
1693
1693
  createdAt: string;
1694
1694
  updatedAt: string;
1695
+ isDefault: boolean;
1695
1696
  notes: string | null;
1696
1697
  cropName: string;
1697
- isDefault: boolean;
1698
1698
  cropVariety: string | null;
1699
1699
  cropCategory: string;
1700
1700
  growthStages: {
@@ -1731,9 +1731,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1731
1731
  source: string | null;
1732
1732
  createdAt: string;
1733
1733
  updatedAt: string;
1734
+ isDefault: boolean;
1734
1735
  notes: string | null;
1735
1736
  cropName: string;
1736
- isDefault: boolean;
1737
1737
  cropVariety: string | null;
1738
1738
  cropCategory: string;
1739
1739
  growthStages: {
@@ -1796,9 +1796,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1796
1796
  source: string | null;
1797
1797
  createdAt: string;
1798
1798
  updatedAt: string;
1799
+ isDefault: boolean;
1799
1800
  notes: string | null;
1800
1801
  cropName: string;
1801
- isDefault: boolean;
1802
1802
  cropVariety: string | null;
1803
1803
  cropCategory: string;
1804
1804
  growthStages: {
@@ -1847,9 +1847,9 @@ export declare const cropNutrientProfileListResponseSchema: z.ZodObject<{
1847
1847
  source: string | null;
1848
1848
  createdAt: string;
1849
1849
  updatedAt: string;
1850
+ isDefault: boolean;
1850
1851
  notes: string | null;
1851
1852
  cropName: string;
1852
- isDefault: boolean;
1853
1853
  cropVariety: string | null;
1854
1854
  cropCategory: string;
1855
1855
  growthStages: {
@@ -1931,8 +1931,8 @@ export declare const fertilizerProductAttributesSchema: z.ZodObject<{
1931
1931
  updatedAt: string;
1932
1932
  name: string;
1933
1933
  brand: string | null;
1934
- notes: string | null;
1935
1934
  isDefault: boolean;
1935
+ notes: string | null;
1936
1936
  micronutrients: Record<string, number> | null;
1937
1937
  productCode: string | null;
1938
1938
  nitrogenContent: number;
@@ -1957,8 +1957,8 @@ export declare const fertilizerProductAttributesSchema: z.ZodObject<{
1957
1957
  updatedAt: string;
1958
1958
  name: string;
1959
1959
  brand: string | null;
1960
- notes: string | null;
1961
1960
  isDefault: boolean;
1961
+ notes: string | null;
1962
1962
  micronutrients: Record<string, number> | null;
1963
1963
  productCode: string | null;
1964
1964
  nitrogenContent: number;
@@ -2447,8 +2447,8 @@ export declare const fertilizerProductResourceSchema: z.ZodObject<{
2447
2447
  updatedAt: string;
2448
2448
  name: string;
2449
2449
  brand: string | null;
2450
- notes: string | null;
2451
2450
  isDefault: boolean;
2451
+ notes: string | null;
2452
2452
  micronutrients: Record<string, number> | null;
2453
2453
  productCode: string | null;
2454
2454
  nitrogenContent: number;
@@ -2473,8 +2473,8 @@ export declare const fertilizerProductResourceSchema: z.ZodObject<{
2473
2473
  updatedAt: string;
2474
2474
  name: string;
2475
2475
  brand: string | null;
2476
- notes: string | null;
2477
2476
  isDefault: boolean;
2477
+ notes: string | null;
2478
2478
  micronutrients: Record<string, number> | null;
2479
2479
  productCode: string | null;
2480
2480
  nitrogenContent: number;
@@ -2506,8 +2506,8 @@ export declare const fertilizerProductResourceSchema: z.ZodObject<{
2506
2506
  updatedAt: string;
2507
2507
  name: string;
2508
2508
  brand: string | null;
2509
- notes: string | null;
2510
2509
  isDefault: boolean;
2510
+ notes: string | null;
2511
2511
  micronutrients: Record<string, number> | null;
2512
2512
  productCode: string | null;
2513
2513
  nitrogenContent: number;
@@ -2539,8 +2539,8 @@ export declare const fertilizerProductResourceSchema: z.ZodObject<{
2539
2539
  updatedAt: string;
2540
2540
  name: string;
2541
2541
  brand: string | null;
2542
- notes: string | null;
2543
2542
  isDefault: boolean;
2543
+ notes: string | null;
2544
2544
  micronutrients: Record<string, number> | null;
2545
2545
  productCode: string | null;
2546
2546
  nitrogenContent: number;
@@ -2609,8 +2609,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2609
2609
  updatedAt: string;
2610
2610
  name: string;
2611
2611
  brand: string | null;
2612
- notes: string | null;
2613
2612
  isDefault: boolean;
2613
+ notes: string | null;
2614
2614
  micronutrients: Record<string, number> | null;
2615
2615
  productCode: string | null;
2616
2616
  nitrogenContent: number;
@@ -2635,8 +2635,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2635
2635
  updatedAt: string;
2636
2636
  name: string;
2637
2637
  brand: string | null;
2638
- notes: string | null;
2639
2638
  isDefault: boolean;
2639
+ notes: string | null;
2640
2640
  micronutrients: Record<string, number> | null;
2641
2641
  productCode: string | null;
2642
2642
  nitrogenContent: number;
@@ -2668,8 +2668,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2668
2668
  updatedAt: string;
2669
2669
  name: string;
2670
2670
  brand: string | null;
2671
- notes: string | null;
2672
2671
  isDefault: boolean;
2672
+ notes: string | null;
2673
2673
  micronutrients: Record<string, number> | null;
2674
2674
  productCode: string | null;
2675
2675
  nitrogenContent: number;
@@ -2701,8 +2701,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2701
2701
  updatedAt: string;
2702
2702
  name: string;
2703
2703
  brand: string | null;
2704
- notes: string | null;
2705
2704
  isDefault: boolean;
2705
+ notes: string | null;
2706
2706
  micronutrients: Record<string, number> | null;
2707
2707
  productCode: string | null;
2708
2708
  nitrogenContent: number;
@@ -2760,8 +2760,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2760
2760
  updatedAt: string;
2761
2761
  name: string;
2762
2762
  brand: string | null;
2763
- notes: string | null;
2764
2763
  isDefault: boolean;
2764
+ notes: string | null;
2765
2765
  micronutrients: Record<string, number> | null;
2766
2766
  productCode: string | null;
2767
2767
  nitrogenContent: number;
@@ -2805,8 +2805,8 @@ export declare const fertilizerProductResponseSchema: z.ZodObject<{
2805
2805
  updatedAt: string;
2806
2806
  name: string;
2807
2807
  brand: string | null;
2808
- notes: string | null;
2809
2808
  isDefault: boolean;
2809
+ notes: string | null;
2810
2810
  micronutrients: Record<string, number> | null;
2811
2811
  productCode: string | null;
2812
2812
  nitrogenContent: number;
@@ -2886,8 +2886,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
2886
2886
  updatedAt: string;
2887
2887
  name: string;
2888
2888
  brand: string | null;
2889
- notes: string | null;
2890
2889
  isDefault: boolean;
2890
+ notes: string | null;
2891
2891
  micronutrients: Record<string, number> | null;
2892
2892
  productCode: string | null;
2893
2893
  nitrogenContent: number;
@@ -2912,8 +2912,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
2912
2912
  updatedAt: string;
2913
2913
  name: string;
2914
2914
  brand: string | null;
2915
- notes: string | null;
2916
2915
  isDefault: boolean;
2916
+ notes: string | null;
2917
2917
  micronutrients: Record<string, number> | null;
2918
2918
  productCode: string | null;
2919
2919
  nitrogenContent: number;
@@ -2945,8 +2945,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
2945
2945
  updatedAt: string;
2946
2946
  name: string;
2947
2947
  brand: string | null;
2948
- notes: string | null;
2949
2948
  isDefault: boolean;
2949
+ notes: string | null;
2950
2950
  micronutrients: Record<string, number> | null;
2951
2951
  productCode: string | null;
2952
2952
  nitrogenContent: number;
@@ -2978,8 +2978,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
2978
2978
  updatedAt: string;
2979
2979
  name: string;
2980
2980
  brand: string | null;
2981
- notes: string | null;
2982
2981
  isDefault: boolean;
2982
+ notes: string | null;
2983
2983
  micronutrients: Record<string, number> | null;
2984
2984
  productCode: string | null;
2985
2985
  nitrogenContent: number;
@@ -3037,8 +3037,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
3037
3037
  updatedAt: string;
3038
3038
  name: string;
3039
3039
  brand: string | null;
3040
- notes: string | null;
3041
3040
  isDefault: boolean;
3041
+ notes: string | null;
3042
3042
  micronutrients: Record<string, number> | null;
3043
3043
  productCode: string | null;
3044
3044
  nitrogenContent: number;
@@ -3082,8 +3082,8 @@ export declare const fertilizerProductListResponseSchema: z.ZodObject<{
3082
3082
  updatedAt: string;
3083
3083
  name: string;
3084
3084
  brand: string | null;
3085
- notes: string | null;
3086
3085
  isDefault: boolean;
3086
+ notes: string | null;
3087
3087
  micronutrients: Record<string, number> | null;
3088
3088
  productCode: string | null;
3089
3089
  nitrogenContent: number;
@@ -1026,15 +1026,15 @@ export declare const monitoringCacheBuildingResponseSchema: z.ZodObject<{
1026
1026
  farmId: z.ZodOptional<z.ZodString>;
1027
1027
  }, "strip", z.ZodTypeAny, {
1028
1028
  status: "building";
1029
- fieldId: string;
1030
1029
  kind: "terrain" | "soil";
1030
+ fieldId: string;
1031
1031
  jobId: string;
1032
1032
  cacheKey: string;
1033
1033
  farmId?: string | undefined;
1034
1034
  }, {
1035
1035
  status: "building";
1036
- fieldId: string;
1037
1036
  kind: "terrain" | "soil";
1037
+ fieldId: string;
1038
1038
  jobId: string;
1039
1039
  cacheKey: string;
1040
1040
  farmId?: string | undefined;
@@ -3747,14 +3747,14 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3747
3747
  amount: z.ZodNumber;
3748
3748
  note: z.ZodString;
3749
3749
  }, "strip", z.ZodTypeAny, {
3750
- amount: number;
3751
3750
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3751
+ amount: number;
3752
3752
  note: string;
3753
3753
  fieldName?: string | undefined;
3754
3754
  month?: string | undefined;
3755
3755
  }, {
3756
- amount: number;
3757
3756
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3757
+ amount: number;
3758
3758
  note: string;
3759
3759
  fieldName?: string | undefined;
3760
3760
  month?: string | undefined;
@@ -3796,8 +3796,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3796
3796
  };
3797
3797
  excludedCapexTotal: number;
3798
3798
  drivers: {
3799
- amount: number;
3800
3799
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3800
+ amount: number;
3801
3801
  note: string;
3802
3802
  fieldName?: string | undefined;
3803
3803
  month?: string | undefined;
@@ -3833,8 +3833,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3833
3833
  method?: "field_grounded" | "seasonal_fallback" | undefined;
3834
3834
  excludedCapexTotal?: number | undefined;
3835
3835
  drivers?: {
3836
- amount: number;
3837
3836
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3837
+ amount: number;
3838
3838
  note: string;
3839
3839
  fieldName?: string | undefined;
3840
3840
  month?: string | undefined;
@@ -3870,8 +3870,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3870
3870
  };
3871
3871
  excludedCapexTotal: number;
3872
3872
  drivers: {
3873
- amount: number;
3874
3873
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3874
+ amount: number;
3875
3875
  note: string;
3876
3876
  fieldName?: string | undefined;
3877
3877
  month?: string | undefined;
@@ -3911,8 +3911,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3911
3911
  method?: "field_grounded" | "seasonal_fallback" | undefined;
3912
3912
  excludedCapexTotal?: number | undefined;
3913
3913
  drivers?: {
3914
- amount: number;
3915
3914
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3915
+ amount: number;
3916
3916
  note: string;
3917
3917
  fieldName?: string | undefined;
3918
3918
  month?: string | undefined;
@@ -3950,8 +3950,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3950
3950
  };
3951
3951
  excludedCapexTotal: number;
3952
3952
  drivers: {
3953
- amount: number;
3954
3953
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3954
+ amount: number;
3955
3955
  note: string;
3956
3956
  fieldName?: string | undefined;
3957
3957
  month?: string | undefined;
@@ -3993,8 +3993,8 @@ export declare const cashFlowForecastResponseSchema: z.ZodObject<{
3993
3993
  method?: "field_grounded" | "seasonal_fallback" | undefined;
3994
3994
  excludedCapexTotal?: number | undefined;
3995
3995
  drivers?: {
3996
- amount: number;
3997
3996
  kind: "harvest" | "opex" | "capex_excluded" | "not_bearing" | "labor" | "scheduled_inputs";
3997
+ amount: number;
3998
3998
  note: string;
3999
3999
  fieldName?: string | undefined;
4000
4000
  month?: string | undefined;