@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
@@ -3922,48 +3922,48 @@ export declare const inputCostOptimizerResponseSchema: z.ZodObject<{
3922
3922
  }>, "many">;
3923
3923
  estimatedTotalCost: z.ZodNumber;
3924
3924
  }, "strip", z.ZodTypeAny, {
3925
- crop: string;
3926
3925
  recommendations: {
3927
3926
  inputName: string;
3928
3927
  estimatedUnitCost: number;
3929
3928
  suggestedQuantity: number;
3930
3929
  estimatedTotalCost: number;
3931
3930
  }[];
3931
+ crop: string;
3932
3932
  estimatedTotalCost: number;
3933
3933
  }, {
3934
- crop: string;
3935
3934
  recommendations: {
3936
3935
  inputName: string;
3937
3936
  estimatedUnitCost: number;
3938
3937
  suggestedQuantity: number;
3939
3938
  estimatedTotalCost: number;
3940
3939
  }[];
3940
+ crop: string;
3941
3941
  estimatedTotalCost: number;
3942
3942
  }>;
3943
3943
  }, "strip", z.ZodTypeAny, {
3944
3944
  type: "finance-input-cost-optimizer";
3945
3945
  id: string;
3946
3946
  attributes: {
3947
- crop: string;
3948
3947
  recommendations: {
3949
3948
  inputName: string;
3950
3949
  estimatedUnitCost: number;
3951
3950
  suggestedQuantity: number;
3952
3951
  estimatedTotalCost: number;
3953
3952
  }[];
3953
+ crop: string;
3954
3954
  estimatedTotalCost: number;
3955
3955
  };
3956
3956
  }, {
3957
3957
  type: "finance-input-cost-optimizer";
3958
3958
  id: string;
3959
3959
  attributes: {
3960
- crop: string;
3961
3960
  recommendations: {
3962
3961
  inputName: string;
3963
3962
  estimatedUnitCost: number;
3964
3963
  suggestedQuantity: number;
3965
3964
  estimatedTotalCost: number;
3966
3965
  }[];
3966
+ crop: string;
3967
3967
  estimatedTotalCost: number;
3968
3968
  };
3969
3969
  }>;
@@ -3972,13 +3972,13 @@ export declare const inputCostOptimizerResponseSchema: z.ZodObject<{
3972
3972
  type: "finance-input-cost-optimizer";
3973
3973
  id: string;
3974
3974
  attributes: {
3975
- crop: string;
3976
3975
  recommendations: {
3977
3976
  inputName: string;
3978
3977
  estimatedUnitCost: number;
3979
3978
  suggestedQuantity: number;
3980
3979
  estimatedTotalCost: number;
3981
3980
  }[];
3981
+ crop: string;
3982
3982
  estimatedTotalCost: number;
3983
3983
  };
3984
3984
  };
@@ -3987,13 +3987,13 @@ export declare const inputCostOptimizerResponseSchema: z.ZodObject<{
3987
3987
  type: "finance-input-cost-optimizer";
3988
3988
  id: string;
3989
3989
  attributes: {
3990
- crop: string;
3991
3990
  recommendations: {
3992
3991
  inputName: string;
3993
3992
  estimatedUnitCost: number;
3994
3993
  suggestedQuantity: number;
3995
3994
  estimatedTotalCost: number;
3996
3995
  }[];
3996
+ crop: string;
3997
3997
  estimatedTotalCost: number;
3998
3998
  };
3999
3999
  };
@@ -24,11 +24,11 @@ export declare const geofenceSchema: z.ZodObject<{
24
24
  id: string;
25
25
  createdAt: string;
26
26
  name: string;
27
+ farmId: string;
27
28
  geometry: {
28
29
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
29
30
  coordinates: number[] | number[][] | number[][][] | number[][][][];
30
31
  };
31
- farmId: string;
32
32
  alertType: "both" | "entry" | "exit";
33
33
  isActive: boolean;
34
34
  updatedAt?: string | undefined;
@@ -39,11 +39,11 @@ export declare const geofenceSchema: z.ZodObject<{
39
39
  id: string;
40
40
  createdAt: string;
41
41
  name: string;
42
+ farmId: string;
42
43
  geometry: {
43
44
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
44
45
  coordinates: number[] | number[][] | number[][][] | number[][][][];
45
46
  };
46
- farmId: string;
47
47
  alertType: "both" | "entry" | "exit";
48
48
  isActive: boolean;
49
49
  updatedAt?: string | undefined;
@@ -214,11 +214,11 @@ export declare const geofenceListResponseSchema: z.ZodArray<z.ZodObject<{
214
214
  id: string;
215
215
  createdAt: string;
216
216
  name: string;
217
+ farmId: string;
217
218
  geometry: {
218
219
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
219
220
  coordinates: number[] | number[][] | number[][][] | number[][][][];
220
221
  };
221
- farmId: string;
222
222
  alertType: "both" | "entry" | "exit";
223
223
  isActive: boolean;
224
224
  updatedAt?: string | undefined;
@@ -229,11 +229,11 @@ export declare const geofenceListResponseSchema: z.ZodArray<z.ZodObject<{
229
229
  id: string;
230
230
  createdAt: string;
231
231
  name: string;
232
+ farmId: string;
232
233
  geometry: {
233
234
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
234
235
  coordinates: number[] | number[][] | number[][][] | number[][][][];
235
236
  };
236
- farmId: string;
237
237
  alertType: "both" | "entry" | "exit";
238
238
  isActive: boolean;
239
239
  updatedAt?: string | undefined;
@@ -266,11 +266,11 @@ export declare const geofenceSingleResponseSchema: z.ZodObject<{
266
266
  id: string;
267
267
  createdAt: string;
268
268
  name: string;
269
+ farmId: string;
269
270
  geometry: {
270
271
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
271
272
  coordinates: number[] | number[][] | number[][][] | number[][][][];
272
273
  };
273
- farmId: string;
274
274
  alertType: "both" | "entry" | "exit";
275
275
  isActive: boolean;
276
276
  updatedAt?: string | undefined;
@@ -281,11 +281,11 @@ export declare const geofenceSingleResponseSchema: z.ZodObject<{
281
281
  id: string;
282
282
  createdAt: string;
283
283
  name: string;
284
+ farmId: string;
284
285
  geometry: {
285
286
  type: "Polygon" | "MultiPolygon" | "Point" | "LineString";
286
287
  coordinates: number[] | number[][] | number[][][] | number[][][][];
287
288
  };
288
- farmId: string;
289
289
  alertType: "both" | "entry" | "exit";
290
290
  isActive: boolean;
291
291
  updatedAt?: string | undefined;
@@ -324,7 +324,7 @@ export declare const irrigationEventAttributesSchema: z.ZodObject<{
324
324
  createdAt: z.ZodString;
325
325
  updatedAt: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- status: "pending" | "completed" | "cancelled" | "skipped";
327
+ status: "skipped" | "pending" | "completed" | "cancelled";
328
328
  id: string;
329
329
  createdAt: string;
330
330
  updatedAt: string;
@@ -348,7 +348,7 @@ export declare const irrigationEventAttributesSchema: z.ZodObject<{
348
348
  soilMoistureAfter: number | null;
349
349
  skipReason: string | null;
350
350
  }, {
351
- status: "pending" | "completed" | "cancelled" | "skipped";
351
+ status: "skipped" | "pending" | "completed" | "cancelled";
352
352
  id: string;
353
353
  createdAt: string;
354
354
  updatedAt: string;
@@ -764,7 +764,7 @@ export declare const irrigationEventResponseSchema: z.ZodObject<{
764
764
  createdAt: z.ZodString;
765
765
  updatedAt: z.ZodString;
766
766
  }, "strip", z.ZodTypeAny, {
767
- status: "pending" | "completed" | "cancelled" | "skipped";
767
+ status: "skipped" | "pending" | "completed" | "cancelled";
768
768
  id: string;
769
769
  createdAt: string;
770
770
  updatedAt: string;
@@ -788,7 +788,7 @@ export declare const irrigationEventResponseSchema: z.ZodObject<{
788
788
  soilMoistureAfter: number | null;
789
789
  skipReason: string | null;
790
790
  }, {
791
- status: "pending" | "completed" | "cancelled" | "skipped";
791
+ status: "skipped" | "pending" | "completed" | "cancelled";
792
792
  id: string;
793
793
  createdAt: string;
794
794
  updatedAt: string;
@@ -816,7 +816,7 @@ export declare const irrigationEventResponseSchema: z.ZodObject<{
816
816
  type: "irrigation-events";
817
817
  id: string;
818
818
  attributes: {
819
- status: "pending" | "completed" | "cancelled" | "skipped";
819
+ status: "skipped" | "pending" | "completed" | "cancelled";
820
820
  id: string;
821
821
  createdAt: string;
822
822
  updatedAt: string;
@@ -844,7 +844,7 @@ export declare const irrigationEventResponseSchema: z.ZodObject<{
844
844
  type: "irrigation-events";
845
845
  id: string;
846
846
  attributes: {
847
- status: "pending" | "completed" | "cancelled" | "skipped";
847
+ status: "skipped" | "pending" | "completed" | "cancelled";
848
848
  id: string;
849
849
  createdAt: string;
850
850
  updatedAt: string;
@@ -910,7 +910,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
910
910
  createdAt: z.ZodString;
911
911
  updatedAt: z.ZodString;
912
912
  }, "strip", z.ZodTypeAny, {
913
- status: "pending" | "completed" | "cancelled" | "skipped";
913
+ status: "skipped" | "pending" | "completed" | "cancelled";
914
914
  id: string;
915
915
  createdAt: string;
916
916
  updatedAt: string;
@@ -934,7 +934,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
934
934
  soilMoistureAfter: number | null;
935
935
  skipReason: string | null;
936
936
  }, {
937
- status: "pending" | "completed" | "cancelled" | "skipped";
937
+ status: "skipped" | "pending" | "completed" | "cancelled";
938
938
  id: string;
939
939
  createdAt: string;
940
940
  updatedAt: string;
@@ -962,7 +962,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
962
962
  type: "irrigation-events";
963
963
  id: string;
964
964
  attributes: {
965
- status: "pending" | "completed" | "cancelled" | "skipped";
965
+ status: "skipped" | "pending" | "completed" | "cancelled";
966
966
  id: string;
967
967
  createdAt: string;
968
968
  updatedAt: string;
@@ -990,7 +990,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
990
990
  type: "irrigation-events";
991
991
  id: string;
992
992
  attributes: {
993
- status: "pending" | "completed" | "cancelled" | "skipped";
993
+ status: "skipped" | "pending" | "completed" | "cancelled";
994
994
  id: string;
995
995
  createdAt: string;
996
996
  updatedAt: string;
@@ -1027,7 +1027,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
1027
1027
  type: "irrigation-events";
1028
1028
  id: string;
1029
1029
  attributes: {
1030
- status: "pending" | "completed" | "cancelled" | "skipped";
1030
+ status: "skipped" | "pending" | "completed" | "cancelled";
1031
1031
  id: string;
1032
1032
  createdAt: string;
1033
1033
  updatedAt: string;
@@ -1060,7 +1060,7 @@ export declare const irrigationEventListResponseSchema: z.ZodObject<{
1060
1060
  type: "irrigation-events";
1061
1061
  id: string;
1062
1062
  attributes: {
1063
- status: "pending" | "completed" | "cancelled" | "skipped";
1063
+ status: "skipped" | "pending" | "completed" | "cancelled";
1064
1064
  id: string;
1065
1065
  createdAt: string;
1066
1066
  updatedAt: string;
@@ -536,16 +536,16 @@ export declare const cameraStreamTokenResponseSchema: z.ZodObject<{
536
536
  quality: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
537
537
  }, "strip", z.ZodTypeAny, {
538
538
  token: string;
539
+ expiresAt: string;
539
540
  farmId: string;
540
541
  quality: "low" | "medium" | "high";
541
542
  streamUrl: string | null;
542
- expiresAt: string;
543
543
  cameraId: string;
544
544
  }, {
545
545
  token: string;
546
+ expiresAt: string;
546
547
  farmId: string;
547
548
  streamUrl: string | null;
548
- expiresAt: string;
549
549
  cameraId: string;
550
550
  quality?: "low" | "medium" | "high" | undefined;
551
551
  }>;
@@ -48,9 +48,9 @@ export declare const livestockGroupAttributesSchema: z.ZodObject<{
48
48
  updatedAt: string;
49
49
  name: string;
50
50
  description: string | null;
51
+ farmId: string;
51
52
  location: string | null;
52
53
  currency: string;
53
- farmId: string;
54
54
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
55
55
  notes: string | null;
56
56
  purchasePrice: number | null;
@@ -78,8 +78,8 @@ export declare const livestockGroupAttributesSchema: z.ZodObject<{
78
78
  updatedAt: string;
79
79
  name: string;
80
80
  description: string | null;
81
- location: string | null;
82
81
  farmId: string;
82
+ location: string | null;
83
83
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
84
84
  notes: string | null;
85
85
  purchasePrice: number | null;
@@ -824,9 +824,9 @@ export declare const livestockGroupResourceSchema: z.ZodObject<{
824
824
  updatedAt: string;
825
825
  name: string;
826
826
  description: string | null;
827
+ farmId: string;
827
828
  location: string | null;
828
829
  currency: string;
829
- farmId: string;
830
830
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
831
831
  notes: string | null;
832
832
  purchasePrice: number | null;
@@ -854,8 +854,8 @@ export declare const livestockGroupResourceSchema: z.ZodObject<{
854
854
  updatedAt: string;
855
855
  name: string;
856
856
  description: string | null;
857
- location: string | null;
858
857
  farmId: string;
858
+ location: string | null;
859
859
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
860
860
  notes: string | null;
861
861
  purchasePrice: number | null;
@@ -891,9 +891,9 @@ export declare const livestockGroupResourceSchema: z.ZodObject<{
891
891
  updatedAt: string;
892
892
  name: string;
893
893
  description: string | null;
894
+ farmId: string;
894
895
  location: string | null;
895
896
  currency: string;
896
- farmId: string;
897
897
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
898
898
  notes: string | null;
899
899
  purchasePrice: number | null;
@@ -928,8 +928,8 @@ export declare const livestockGroupResourceSchema: z.ZodObject<{
928
928
  updatedAt: string;
929
929
  name: string;
930
930
  description: string | null;
931
- location: string | null;
932
931
  farmId: string;
932
+ location: string | null;
933
933
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
934
934
  notes: string | null;
935
935
  purchasePrice: number | null;
@@ -1146,9 +1146,9 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1146
1146
  updatedAt: string;
1147
1147
  name: string;
1148
1148
  description: string | null;
1149
+ farmId: string;
1149
1150
  location: string | null;
1150
1151
  currency: string;
1151
- farmId: string;
1152
1152
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1153
1153
  notes: string | null;
1154
1154
  purchasePrice: number | null;
@@ -1176,8 +1176,8 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1176
1176
  updatedAt: string;
1177
1177
  name: string;
1178
1178
  description: string | null;
1179
- location: string | null;
1180
1179
  farmId: string;
1180
+ location: string | null;
1181
1181
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1182
1182
  notes: string | null;
1183
1183
  purchasePrice: number | null;
@@ -1213,9 +1213,9 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1213
1213
  updatedAt: string;
1214
1214
  name: string;
1215
1215
  description: string | null;
1216
+ farmId: string;
1216
1217
  location: string | null;
1217
1218
  currency: string;
1218
- farmId: string;
1219
1219
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1220
1220
  notes: string | null;
1221
1221
  purchasePrice: number | null;
@@ -1250,8 +1250,8 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1250
1250
  updatedAt: string;
1251
1251
  name: string;
1252
1252
  description: string | null;
1253
- location: string | null;
1254
1253
  farmId: string;
1254
+ location: string | null;
1255
1255
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1256
1256
  notes: string | null;
1257
1257
  purchasePrice: number | null;
@@ -1313,9 +1313,9 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1313
1313
  updatedAt: string;
1314
1314
  name: string;
1315
1315
  description: string | null;
1316
+ farmId: string;
1316
1317
  location: string | null;
1317
1318
  currency: string;
1318
- farmId: string;
1319
1319
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1320
1320
  notes: string | null;
1321
1321
  purchasePrice: number | null;
@@ -1362,8 +1362,8 @@ export declare const livestockGroupResponseSchema: z.ZodObject<{
1362
1362
  updatedAt: string;
1363
1363
  name: string;
1364
1364
  description: string | null;
1365
- location: string | null;
1366
1365
  farmId: string;
1366
+ location: string | null;
1367
1367
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1368
1368
  notes: string | null;
1369
1369
  purchasePrice: number | null;
@@ -1443,9 +1443,9 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1443
1443
  updatedAt: string;
1444
1444
  name: string;
1445
1445
  description: string | null;
1446
+ farmId: string;
1446
1447
  location: string | null;
1447
1448
  currency: string;
1448
- farmId: string;
1449
1449
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1450
1450
  notes: string | null;
1451
1451
  purchasePrice: number | null;
@@ -1473,8 +1473,8 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1473
1473
  updatedAt: string;
1474
1474
  name: string;
1475
1475
  description: string | null;
1476
- location: string | null;
1477
1476
  farmId: string;
1477
+ location: string | null;
1478
1478
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1479
1479
  notes: string | null;
1480
1480
  purchasePrice: number | null;
@@ -1510,9 +1510,9 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1510
1510
  updatedAt: string;
1511
1511
  name: string;
1512
1512
  description: string | null;
1513
+ farmId: string;
1513
1514
  location: string | null;
1514
1515
  currency: string;
1515
- farmId: string;
1516
1516
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1517
1517
  notes: string | null;
1518
1518
  purchasePrice: number | null;
@@ -1547,8 +1547,8 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1547
1547
  updatedAt: string;
1548
1548
  name: string;
1549
1549
  description: string | null;
1550
- location: string | null;
1551
1550
  farmId: string;
1551
+ location: string | null;
1552
1552
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1553
1553
  notes: string | null;
1554
1554
  purchasePrice: number | null;
@@ -1610,9 +1610,9 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1610
1610
  updatedAt: string;
1611
1611
  name: string;
1612
1612
  description: string | null;
1613
+ farmId: string;
1613
1614
  location: string | null;
1614
1615
  currency: string;
1615
- farmId: string;
1616
1616
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1617
1617
  notes: string | null;
1618
1618
  purchasePrice: number | null;
@@ -1659,8 +1659,8 @@ export declare const livestockGroupListResponseSchema: z.ZodObject<{
1659
1659
  updatedAt: string;
1660
1660
  name: string;
1661
1661
  description: string | null;
1662
- location: string | null;
1663
1662
  farmId: string;
1663
+ location: string | null;
1664
1664
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1665
1665
  notes: string | null;
1666
1666
  purchasePrice: number | null;
@@ -271,9 +271,9 @@ export declare const livestockAttributesSchema: z.ZodObject<{
271
271
  createdAt: string;
272
272
  updatedAt: string;
273
273
  name: string | null;
274
+ farmId: string;
274
275
  location: string | null;
275
276
  currency: string;
276
- farmId: string;
277
277
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
278
278
  notes: string | null;
279
279
  purchasePrice: number | null;
@@ -340,8 +340,8 @@ export declare const livestockAttributesSchema: z.ZodObject<{
340
340
  createdAt: string;
341
341
  updatedAt: string;
342
342
  name: string | null;
343
- location: string | null;
344
343
  farmId: string;
344
+ location: string | null;
345
345
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
346
346
  notes: string | null;
347
347
  purchasePrice: number | null;
@@ -1223,9 +1223,9 @@ export declare const livestockResourceSchema: z.ZodObject<{
1223
1223
  createdAt: string;
1224
1224
  updatedAt: string;
1225
1225
  name: string | null;
1226
+ farmId: string;
1226
1227
  location: string | null;
1227
1228
  currency: string;
1228
- farmId: string;
1229
1229
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1230
1230
  notes: string | null;
1231
1231
  purchasePrice: number | null;
@@ -1292,8 +1292,8 @@ export declare const livestockResourceSchema: z.ZodObject<{
1292
1292
  createdAt: string;
1293
1293
  updatedAt: string;
1294
1294
  name: string | null;
1295
- location: string | null;
1296
1295
  farmId: string;
1296
+ location: string | null;
1297
1297
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1298
1298
  notes: string | null;
1299
1299
  purchasePrice: number | null;
@@ -1368,9 +1368,9 @@ export declare const livestockResourceSchema: z.ZodObject<{
1368
1368
  createdAt: string;
1369
1369
  updatedAt: string;
1370
1370
  name: string | null;
1371
+ farmId: string;
1371
1372
  location: string | null;
1372
1373
  currency: string;
1373
- farmId: string;
1374
1374
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1375
1375
  notes: string | null;
1376
1376
  purchasePrice: number | null;
@@ -1444,8 +1444,8 @@ export declare const livestockResourceSchema: z.ZodObject<{
1444
1444
  createdAt: string;
1445
1445
  updatedAt: string;
1446
1446
  name: string | null;
1447
- location: string | null;
1448
1447
  farmId: string;
1448
+ location: string | null;
1449
1449
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1450
1450
  notes: string | null;
1451
1451
  purchasePrice: number | null;
@@ -1917,9 +1917,9 @@ export declare const livestockResponseSchema: z.ZodObject<{
1917
1917
  createdAt: string;
1918
1918
  updatedAt: string;
1919
1919
  name: string | null;
1920
+ farmId: string;
1920
1921
  location: string | null;
1921
1922
  currency: string;
1922
- farmId: string;
1923
1923
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1924
1924
  notes: string | null;
1925
1925
  purchasePrice: number | null;
@@ -1986,8 +1986,8 @@ export declare const livestockResponseSchema: z.ZodObject<{
1986
1986
  createdAt: string;
1987
1987
  updatedAt: string;
1988
1988
  name: string | null;
1989
- location: string | null;
1990
1989
  farmId: string;
1990
+ location: string | null;
1991
1991
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1992
1992
  notes: string | null;
1993
1993
  purchasePrice: number | null;
@@ -2062,9 +2062,9 @@ export declare const livestockResponseSchema: z.ZodObject<{
2062
2062
  createdAt: string;
2063
2063
  updatedAt: string;
2064
2064
  name: string | null;
2065
+ farmId: string;
2065
2066
  location: string | null;
2066
2067
  currency: string;
2067
- farmId: string;
2068
2068
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2069
2069
  notes: string | null;
2070
2070
  purchasePrice: number | null;
@@ -2138,8 +2138,8 @@ export declare const livestockResponseSchema: z.ZodObject<{
2138
2138
  createdAt: string;
2139
2139
  updatedAt: string;
2140
2140
  name: string | null;
2141
- location: string | null;
2142
2141
  farmId: string;
2142
+ location: string | null;
2143
2143
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2144
2144
  notes: string | null;
2145
2145
  purchasePrice: number | null;
@@ -2240,9 +2240,9 @@ export declare const livestockResponseSchema: z.ZodObject<{
2240
2240
  createdAt: string;
2241
2241
  updatedAt: string;
2242
2242
  name: string | null;
2243
+ farmId: string;
2243
2244
  location: string | null;
2244
2245
  currency: string;
2245
- farmId: string;
2246
2246
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2247
2247
  notes: string | null;
2248
2248
  purchasePrice: number | null;
@@ -2328,8 +2328,8 @@ export declare const livestockResponseSchema: z.ZodObject<{
2328
2328
  createdAt: string;
2329
2329
  updatedAt: string;
2330
2330
  name: string | null;
2331
- location: string | null;
2332
2331
  farmId: string;
2332
+ location: string | null;
2333
2333
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2334
2334
  notes: string | null;
2335
2335
  purchasePrice: number | null;
@@ -2561,9 +2561,9 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2561
2561
  createdAt: string;
2562
2562
  updatedAt: string;
2563
2563
  name: string | null;
2564
+ farmId: string;
2564
2565
  location: string | null;
2565
2566
  currency: string;
2566
- farmId: string;
2567
2567
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2568
2568
  notes: string | null;
2569
2569
  purchasePrice: number | null;
@@ -2630,8 +2630,8 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2630
2630
  createdAt: string;
2631
2631
  updatedAt: string;
2632
2632
  name: string | null;
2633
- location: string | null;
2634
2633
  farmId: string;
2634
+ location: string | null;
2635
2635
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2636
2636
  notes: string | null;
2637
2637
  purchasePrice: number | null;
@@ -2706,9 +2706,9 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2706
2706
  createdAt: string;
2707
2707
  updatedAt: string;
2708
2708
  name: string | null;
2709
+ farmId: string;
2709
2710
  location: string | null;
2710
2711
  currency: string;
2711
- farmId: string;
2712
2712
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2713
2713
  notes: string | null;
2714
2714
  purchasePrice: number | null;
@@ -2782,8 +2782,8 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2782
2782
  createdAt: string;
2783
2783
  updatedAt: string;
2784
2784
  name: string | null;
2785
- location: string | null;
2786
2785
  farmId: string;
2786
+ location: string | null;
2787
2787
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2788
2788
  notes: string | null;
2789
2789
  purchasePrice: number | null;
@@ -2884,9 +2884,9 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2884
2884
  createdAt: string;
2885
2885
  updatedAt: string;
2886
2886
  name: string | null;
2887
+ farmId: string;
2887
2888
  location: string | null;
2888
2889
  currency: string;
2889
- farmId: string;
2890
2890
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2891
2891
  notes: string | null;
2892
2892
  purchasePrice: number | null;
@@ -2972,8 +2972,8 @@ export declare const livestockListResponseSchema: z.ZodObject<{
2972
2972
  createdAt: string;
2973
2973
  updatedAt: string;
2974
2974
  name: string | null;
2975
- location: string | null;
2976
2975
  farmId: string;
2976
+ location: string | null;
2977
2977
  category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2978
2978
  notes: string | null;
2979
2979
  purchasePrice: number | null;