@deepintel-ltd/farmpro-contracts 1.22.2 → 1.22.3

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.
@@ -25,7 +25,7 @@ export declare const livestockGroupsRouter: {
25
25
  'page[size]'?: number | undefined;
26
26
  'filter[status]'?: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED" | undefined;
27
27
  search?: string | undefined;
28
- 'filter[category]'?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
28
+ 'filter[category]'?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
29
29
  'filter[groupType]'?: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM" | undefined;
30
30
  'filter[trackingMode]'?: "INDIVIDUAL" | "BATCH" | "HYBRID" | undefined;
31
31
  }, {
@@ -34,7 +34,7 @@ export declare const livestockGroupsRouter: {
34
34
  'page[size]'?: number | undefined;
35
35
  'filter[status]'?: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED" | undefined;
36
36
  search?: string | undefined;
37
- 'filter[category]'?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
37
+ 'filter[category]'?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
38
38
  'filter[groupType]'?: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM" | undefined;
39
39
  'filter[trackingMode]'?: "INDIVIDUAL" | "BATCH" | "HYBRID" | undefined;
40
40
  }>;
@@ -88,7 +88,7 @@ export declare const livestockGroupsRouter: {
88
88
  location: string | null;
89
89
  currency: string;
90
90
  notes: string | null;
91
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
91
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
92
92
  purchasePrice: number | null;
93
93
  currentValue: number | null;
94
94
  breed: string | null;
@@ -117,7 +117,7 @@ export declare const livestockGroupsRouter: {
117
117
  farmId: string;
118
118
  location: string | null;
119
119
  notes: string | null;
120
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
120
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
121
121
  purchasePrice: number | null;
122
122
  currentValue: number | null;
123
123
  breed: string | null;
@@ -155,7 +155,7 @@ export declare const livestockGroupsRouter: {
155
155
  location: string | null;
156
156
  currency: string;
157
157
  notes: string | null;
158
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
158
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
159
159
  purchasePrice: number | null;
160
160
  currentValue: number | null;
161
161
  breed: string | null;
@@ -191,7 +191,7 @@ export declare const livestockGroupsRouter: {
191
191
  farmId: string;
192
192
  location: string | null;
193
193
  notes: string | null;
194
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
194
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
195
195
  purchasePrice: number | null;
196
196
  currentValue: number | null;
197
197
  breed: string | null;
@@ -255,7 +255,7 @@ export declare const livestockGroupsRouter: {
255
255
  location: string | null;
256
256
  currency: string;
257
257
  notes: string | null;
258
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
258
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
259
259
  purchasePrice: number | null;
260
260
  currentValue: number | null;
261
261
  breed: string | null;
@@ -303,7 +303,7 @@ export declare const livestockGroupsRouter: {
303
303
  farmId: string;
304
304
  location: string | null;
305
305
  notes: string | null;
306
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
306
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
307
307
  purchasePrice: number | null;
308
308
  currentValue: number | null;
309
309
  breed: string | null;
@@ -552,7 +552,7 @@ export declare const livestockGroupsRouter: {
552
552
  currency: string;
553
553
  totalValue: number;
554
554
  byStatus: Partial<Record<"ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED", number>>;
555
- byCategory: Partial<Record<"OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT", number>>;
555
+ byCategory: Partial<Record<"POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT", number>>;
556
556
  totalGroups: number;
557
557
  totalAnimals: number;
558
558
  byGroupType: Partial<Record<"BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM", number>>;
@@ -564,7 +564,7 @@ export declare const livestockGroupsRouter: {
564
564
  currency: string;
565
565
  totalValue: number;
566
566
  byStatus: Partial<Record<"ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED", number>>;
567
- byCategory: Partial<Record<"OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT", number>>;
567
+ byCategory: Partial<Record<"POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT", number>>;
568
568
  totalGroups: number;
569
569
  totalAnimals: number;
570
570
  byGroupType: Partial<Record<"BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM", number>>;
@@ -579,7 +579,7 @@ export declare const livestockGroupsRouter: {
579
579
  currency: string;
580
580
  totalValue: number;
581
581
  byStatus: Partial<Record<"ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED", number>>;
582
- byCategory: Partial<Record<"OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT", number>>;
582
+ byCategory: Partial<Record<"POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT", number>>;
583
583
  totalGroups: number;
584
584
  totalAnimals: number;
585
585
  byGroupType: Partial<Record<"BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM", number>>;
@@ -594,7 +594,7 @@ export declare const livestockGroupsRouter: {
594
594
  currency: string;
595
595
  totalValue: number;
596
596
  byStatus: Partial<Record<"ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED", number>>;
597
- byCategory: Partial<Record<"OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT", number>>;
597
+ byCategory: Partial<Record<"POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT", number>>;
598
598
  totalGroups: number;
599
599
  totalAnimals: number;
600
600
  byGroupType: Partial<Record<"BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM", number>>;
@@ -830,7 +830,7 @@ export declare const livestockGroupsRouter: {
830
830
  status: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED";
831
831
  name: string;
832
832
  currency: string;
833
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
833
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
834
834
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
835
835
  trackingMode: "INDIVIDUAL" | "BATCH" | "HYBRID";
836
836
  description?: string | undefined;
@@ -853,7 +853,7 @@ export declare const livestockGroupsRouter: {
853
853
  stockingDensity?: number | undefined;
854
854
  }, {
855
855
  name: string;
856
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
856
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
857
857
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
858
858
  status?: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED" | undefined;
859
859
  description?: string | undefined;
@@ -883,7 +883,7 @@ export declare const livestockGroupsRouter: {
883
883
  status: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED";
884
884
  name: string;
885
885
  currency: string;
886
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
886
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
887
887
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
888
888
  trackingMode: "INDIVIDUAL" | "BATCH" | "HYBRID";
889
889
  description?: string | undefined;
@@ -909,7 +909,7 @@ export declare const livestockGroupsRouter: {
909
909
  type: "livestock-groups";
910
910
  attributes: {
911
911
  name: string;
912
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
912
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
913
913
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
914
914
  status?: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED" | undefined;
915
915
  description?: string | undefined;
@@ -941,7 +941,7 @@ export declare const livestockGroupsRouter: {
941
941
  status: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED";
942
942
  name: string;
943
943
  currency: string;
944
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
944
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
945
945
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
946
946
  trackingMode: "INDIVIDUAL" | "BATCH" | "HYBRID";
947
947
  description?: string | undefined;
@@ -969,7 +969,7 @@ export declare const livestockGroupsRouter: {
969
969
  type: "livestock-groups";
970
970
  attributes: {
971
971
  name: string;
972
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
972
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
973
973
  groupType: "BREEDING_HERD" | "FINISHING_HERD" | "LAYER_FLOCK" | "BROILER_BATCH" | "POND" | "CAGE" | "PEN" | "PASTURE" | "CUSTOM";
974
974
  status?: "ACTIVE" | "SOLD" | "TRANSFERRED" | "DEPLETED" | "ARCHIVED" | undefined;
975
975
  description?: string | undefined;
@@ -1042,7 +1042,7 @@ export declare const livestockGroupsRouter: {
1042
1042
  location: string | null;
1043
1043
  currency: string;
1044
1044
  notes: string | null;
1045
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1045
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1046
1046
  purchasePrice: number | null;
1047
1047
  currentValue: number | null;
1048
1048
  breed: string | null;
@@ -1071,7 +1071,7 @@ export declare const livestockGroupsRouter: {
1071
1071
  farmId: string;
1072
1072
  location: string | null;
1073
1073
  notes: string | null;
1074
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1074
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1075
1075
  purchasePrice: number | null;
1076
1076
  currentValue: number | null;
1077
1077
  breed: string | null;
@@ -1109,7 +1109,7 @@ export declare const livestockGroupsRouter: {
1109
1109
  location: string | null;
1110
1110
  currency: string;
1111
1111
  notes: string | null;
1112
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1112
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1113
1113
  purchasePrice: number | null;
1114
1114
  currentValue: number | null;
1115
1115
  breed: string | null;
@@ -1145,7 +1145,7 @@ export declare const livestockGroupsRouter: {
1145
1145
  farmId: string;
1146
1146
  location: string | null;
1147
1147
  notes: string | null;
1148
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1148
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1149
1149
  purchasePrice: number | null;
1150
1150
  currentValue: number | null;
1151
1151
  breed: string | null;
@@ -1209,7 +1209,7 @@ export declare const livestockGroupsRouter: {
1209
1209
  location: string | null;
1210
1210
  currency: string;
1211
1211
  notes: string | null;
1212
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1212
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1213
1213
  purchasePrice: number | null;
1214
1214
  currentValue: number | null;
1215
1215
  breed: string | null;
@@ -1257,7 +1257,7 @@ export declare const livestockGroupsRouter: {
1257
1257
  farmId: string;
1258
1258
  location: string | null;
1259
1259
  notes: string | null;
1260
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1260
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1261
1261
  purchasePrice: number | null;
1262
1262
  currentValue: number | null;
1263
1263
  breed: string | null;
@@ -1807,7 +1807,7 @@ export declare const livestockGroupsRouter: {
1807
1807
  location: string | null;
1808
1808
  currency: string;
1809
1809
  notes: string | null;
1810
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1810
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1811
1811
  purchasePrice: number | null;
1812
1812
  currentValue: number | null;
1813
1813
  breed: string | null;
@@ -1836,7 +1836,7 @@ export declare const livestockGroupsRouter: {
1836
1836
  farmId: string;
1837
1837
  location: string | null;
1838
1838
  notes: string | null;
1839
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1839
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1840
1840
  purchasePrice: number | null;
1841
1841
  currentValue: number | null;
1842
1842
  breed: string | null;
@@ -1874,7 +1874,7 @@ export declare const livestockGroupsRouter: {
1874
1874
  location: string | null;
1875
1875
  currency: string;
1876
1876
  notes: string | null;
1877
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1877
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1878
1878
  purchasePrice: number | null;
1879
1879
  currentValue: number | null;
1880
1880
  breed: string | null;
@@ -1910,7 +1910,7 @@ export declare const livestockGroupsRouter: {
1910
1910
  farmId: string;
1911
1911
  location: string | null;
1912
1912
  notes: string | null;
1913
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1913
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1914
1914
  purchasePrice: number | null;
1915
1915
  currentValue: number | null;
1916
1916
  breed: string | null;
@@ -1974,7 +1974,7 @@ export declare const livestockGroupsRouter: {
1974
1974
  location: string | null;
1975
1975
  currency: string;
1976
1976
  notes: string | null;
1977
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
1977
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
1978
1978
  purchasePrice: number | null;
1979
1979
  currentValue: number | null;
1980
1980
  breed: string | null;
@@ -2022,7 +2022,7 @@ export declare const livestockGroupsRouter: {
2022
2022
  farmId: string;
2023
2023
  location: string | null;
2024
2024
  notes: string | null;
2025
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2025
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2026
2026
  purchasePrice: number | null;
2027
2027
  currentValue: number | null;
2028
2028
  breed: string | null;
@@ -2291,7 +2291,7 @@ export declare const livestockGroupsRouter: {
2291
2291
  location?: string | null | undefined;
2292
2292
  currency?: string | undefined;
2293
2293
  notes?: string | null | undefined;
2294
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2294
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2295
2295
  purchasePrice?: number | null | undefined;
2296
2296
  currentValue?: number | null | undefined;
2297
2297
  breed?: string | null | undefined;
@@ -2316,7 +2316,7 @@ export declare const livestockGroupsRouter: {
2316
2316
  location?: string | null | undefined;
2317
2317
  currency?: string | undefined;
2318
2318
  notes?: string | null | undefined;
2319
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2319
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2320
2320
  purchasePrice?: number | null | undefined;
2321
2321
  currentValue?: number | null | undefined;
2322
2322
  breed?: string | null | undefined;
@@ -2345,7 +2345,7 @@ export declare const livestockGroupsRouter: {
2345
2345
  location?: string | null | undefined;
2346
2346
  currency?: string | undefined;
2347
2347
  notes?: string | null | undefined;
2348
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2348
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2349
2349
  purchasePrice?: number | null | undefined;
2350
2350
  currentValue?: number | null | undefined;
2351
2351
  breed?: string | null | undefined;
@@ -2374,7 +2374,7 @@ export declare const livestockGroupsRouter: {
2374
2374
  location?: string | null | undefined;
2375
2375
  currency?: string | undefined;
2376
2376
  notes?: string | null | undefined;
2377
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2377
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2378
2378
  purchasePrice?: number | null | undefined;
2379
2379
  currentValue?: number | null | undefined;
2380
2380
  breed?: string | null | undefined;
@@ -2405,7 +2405,7 @@ export declare const livestockGroupsRouter: {
2405
2405
  location?: string | null | undefined;
2406
2406
  currency?: string | undefined;
2407
2407
  notes?: string | null | undefined;
2408
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2408
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2409
2409
  purchasePrice?: number | null | undefined;
2410
2410
  currentValue?: number | null | undefined;
2411
2411
  breed?: string | null | undefined;
@@ -2436,7 +2436,7 @@ export declare const livestockGroupsRouter: {
2436
2436
  location?: string | null | undefined;
2437
2437
  currency?: string | undefined;
2438
2438
  notes?: string | null | undefined;
2439
- category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
2439
+ category?: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT" | undefined;
2440
2440
  purchasePrice?: number | null | undefined;
2441
2441
  currentValue?: number | null | undefined;
2442
2442
  breed?: string | null | undefined;
@@ -2504,7 +2504,7 @@ export declare const livestockGroupsRouter: {
2504
2504
  location: string | null;
2505
2505
  currency: string;
2506
2506
  notes: string | null;
2507
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2507
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2508
2508
  purchasePrice: number | null;
2509
2509
  currentValue: number | null;
2510
2510
  breed: string | null;
@@ -2533,7 +2533,7 @@ export declare const livestockGroupsRouter: {
2533
2533
  farmId: string;
2534
2534
  location: string | null;
2535
2535
  notes: string | null;
2536
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2536
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2537
2537
  purchasePrice: number | null;
2538
2538
  currentValue: number | null;
2539
2539
  breed: string | null;
@@ -2571,7 +2571,7 @@ export declare const livestockGroupsRouter: {
2571
2571
  location: string | null;
2572
2572
  currency: string;
2573
2573
  notes: string | null;
2574
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2574
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2575
2575
  purchasePrice: number | null;
2576
2576
  currentValue: number | null;
2577
2577
  breed: string | null;
@@ -2607,7 +2607,7 @@ export declare const livestockGroupsRouter: {
2607
2607
  farmId: string;
2608
2608
  location: string | null;
2609
2609
  notes: string | null;
2610
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2610
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2611
2611
  purchasePrice: number | null;
2612
2612
  currentValue: number | null;
2613
2613
  breed: string | null;
@@ -2671,7 +2671,7 @@ export declare const livestockGroupsRouter: {
2671
2671
  location: string | null;
2672
2672
  currency: string;
2673
2673
  notes: string | null;
2674
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2674
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2675
2675
  purchasePrice: number | null;
2676
2676
  currentValue: number | null;
2677
2677
  breed: string | null;
@@ -2719,7 +2719,7 @@ export declare const livestockGroupsRouter: {
2719
2719
  farmId: string;
2720
2720
  location: string | null;
2721
2721
  notes: string | null;
2722
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
2722
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
2723
2723
  purchasePrice: number | null;
2724
2724
  currentValue: number | null;
2725
2725
  breed: string | null;
@@ -3610,7 +3610,8 @@ export declare const livestockGroupsRouter: {
3610
3610
  location: string | null;
3611
3611
  currency: string;
3612
3612
  notes: string | null;
3613
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
3613
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
3614
+ groupId: string | null;
3614
3615
  purchasePrice: number | null;
3615
3616
  currentValue: number | null;
3616
3617
  weight: number | null;
@@ -3627,7 +3628,6 @@ export declare const livestockGroupsRouter: {
3627
3628
  damId: string | null;
3628
3629
  statusDate: string;
3629
3630
  statusNote: string | null;
3630
- groupId: string | null;
3631
3631
  sireName?: string | null | undefined;
3632
3632
  damName?: string | null | undefined;
3633
3633
  healthRecords?: {
@@ -3678,7 +3678,8 @@ export declare const livestockGroupsRouter: {
3678
3678
  farmId: string;
3679
3679
  location: string | null;
3680
3680
  notes: string | null;
3681
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
3681
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
3682
+ groupId: string | null;
3682
3683
  purchasePrice: number | null;
3683
3684
  currentValue: number | null;
3684
3685
  weight: number | null;
@@ -3694,7 +3695,6 @@ export declare const livestockGroupsRouter: {
3694
3695
  damId: string | null;
3695
3696
  statusDate: string;
3696
3697
  statusNote: string | null;
3697
- groupId: string | null;
3698
3698
  currency?: string | undefined;
3699
3699
  weightUnit?: string | undefined;
3700
3700
  sireName?: string | null | undefined;
@@ -3755,7 +3755,8 @@ export declare const livestockGroupsRouter: {
3755
3755
  location: string | null;
3756
3756
  currency: string;
3757
3757
  notes: string | null;
3758
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
3758
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
3759
+ groupId: string | null;
3759
3760
  purchasePrice: number | null;
3760
3761
  currentValue: number | null;
3761
3762
  weight: number | null;
@@ -3772,7 +3773,6 @@ export declare const livestockGroupsRouter: {
3772
3773
  damId: string | null;
3773
3774
  statusDate: string;
3774
3775
  statusNote: string | null;
3775
- groupId: string | null;
3776
3776
  sireName?: string | null | undefined;
3777
3777
  damName?: string | null | undefined;
3778
3778
  healthRecords?: {
@@ -3830,7 +3830,8 @@ export declare const livestockGroupsRouter: {
3830
3830
  farmId: string;
3831
3831
  location: string | null;
3832
3832
  notes: string | null;
3833
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
3833
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
3834
+ groupId: string | null;
3834
3835
  purchasePrice: number | null;
3835
3836
  currentValue: number | null;
3836
3837
  weight: number | null;
@@ -3846,7 +3847,6 @@ export declare const livestockGroupsRouter: {
3846
3847
  damId: string | null;
3847
3848
  statusDate: string;
3848
3849
  statusNote: string | null;
3849
- groupId: string | null;
3850
3850
  currency?: string | undefined;
3851
3851
  weightUnit?: string | undefined;
3852
3852
  sireName?: string | null | undefined;
@@ -3933,7 +3933,8 @@ export declare const livestockGroupsRouter: {
3933
3933
  location: string | null;
3934
3934
  currency: string;
3935
3935
  notes: string | null;
3936
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
3936
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
3937
+ groupId: string | null;
3937
3938
  purchasePrice: number | null;
3938
3939
  currentValue: number | null;
3939
3940
  weight: number | null;
@@ -3950,7 +3951,6 @@ export declare const livestockGroupsRouter: {
3950
3951
  damId: string | null;
3951
3952
  statusDate: string;
3952
3953
  statusNote: string | null;
3953
- groupId: string | null;
3954
3954
  sireName?: string | null | undefined;
3955
3955
  damName?: string | null | undefined;
3956
3956
  healthRecords?: {
@@ -4020,7 +4020,8 @@ export declare const livestockGroupsRouter: {
4020
4020
  farmId: string;
4021
4021
  location: string | null;
4022
4022
  notes: string | null;
4023
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
4023
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
4024
+ groupId: string | null;
4024
4025
  purchasePrice: number | null;
4025
4026
  currentValue: number | null;
4026
4027
  weight: number | null;
@@ -4036,7 +4037,6 @@ export declare const livestockGroupsRouter: {
4036
4037
  damId: string | null;
4037
4038
  statusDate: string;
4038
4039
  statusNote: string | null;
4039
- groupId: string | null;
4040
4040
  currency?: string | undefined;
4041
4041
  weightUnit?: string | undefined;
4042
4042
  sireName?: string | null | undefined;
@@ -5272,6 +5272,7 @@ export declare const livestockGroupsRouter: {
5272
5272
  description: string | null;
5273
5273
  currency: string;
5274
5274
  notes: string | null;
5275
+ groupId: string;
5275
5276
  sampleCount: number | null;
5276
5277
  cost: number | null;
5277
5278
  recordDate: string;
@@ -5281,7 +5282,6 @@ export declare const livestockGroupsRouter: {
5281
5282
  administeredBy: string | null;
5282
5283
  vaccineName: string | null;
5283
5284
  transactionValue: number | null;
5284
- groupId: string;
5285
5285
  countChange: number | null;
5286
5286
  affectedCount: number | null;
5287
5287
  sampleWeight: number | null;
@@ -5296,6 +5296,7 @@ export declare const livestockGroupsRouter: {
5296
5296
  updatedAt: string;
5297
5297
  description: string | null;
5298
5298
  notes: string | null;
5299
+ groupId: string;
5299
5300
  sampleCount: number | null;
5300
5301
  cost: number | null;
5301
5302
  recordDate: string;
@@ -5305,7 +5306,6 @@ export declare const livestockGroupsRouter: {
5305
5306
  administeredBy: string | null;
5306
5307
  vaccineName: string | null;
5307
5308
  transactionValue: number | null;
5308
- groupId: string;
5309
5309
  countChange: number | null;
5310
5310
  affectedCount: number | null;
5311
5311
  sampleWeight: number | null;
@@ -5329,6 +5329,7 @@ export declare const livestockGroupsRouter: {
5329
5329
  description: string | null;
5330
5330
  currency: string;
5331
5331
  notes: string | null;
5332
+ groupId: string;
5332
5333
  sampleCount: number | null;
5333
5334
  cost: number | null;
5334
5335
  recordDate: string;
@@ -5338,7 +5339,6 @@ export declare const livestockGroupsRouter: {
5338
5339
  administeredBy: string | null;
5339
5340
  vaccineName: string | null;
5340
5341
  transactionValue: number | null;
5341
- groupId: string;
5342
5342
  countChange: number | null;
5343
5343
  affectedCount: number | null;
5344
5344
  sampleWeight: number | null;
@@ -5360,6 +5360,7 @@ export declare const livestockGroupsRouter: {
5360
5360
  updatedAt: string;
5361
5361
  description: string | null;
5362
5362
  notes: string | null;
5363
+ groupId: string;
5363
5364
  sampleCount: number | null;
5364
5365
  cost: number | null;
5365
5366
  recordDate: string;
@@ -5369,7 +5370,6 @@ export declare const livestockGroupsRouter: {
5369
5370
  administeredBy: string | null;
5370
5371
  vaccineName: string | null;
5371
5372
  transactionValue: number | null;
5372
- groupId: string;
5373
5373
  countChange: number | null;
5374
5374
  affectedCount: number | null;
5375
5375
  sampleWeight: number | null;
@@ -5419,6 +5419,7 @@ export declare const livestockGroupsRouter: {
5419
5419
  description: string | null;
5420
5420
  currency: string;
5421
5421
  notes: string | null;
5422
+ groupId: string;
5422
5423
  sampleCount: number | null;
5423
5424
  cost: number | null;
5424
5425
  recordDate: string;
@@ -5428,7 +5429,6 @@ export declare const livestockGroupsRouter: {
5428
5429
  administeredBy: string | null;
5429
5430
  vaccineName: string | null;
5430
5431
  transactionValue: number | null;
5431
- groupId: string;
5432
5432
  countChange: number | null;
5433
5433
  affectedCount: number | null;
5434
5434
  sampleWeight: number | null;
@@ -5462,6 +5462,7 @@ export declare const livestockGroupsRouter: {
5462
5462
  updatedAt: string;
5463
5463
  description: string | null;
5464
5464
  notes: string | null;
5465
+ groupId: string;
5465
5466
  sampleCount: number | null;
5466
5467
  cost: number | null;
5467
5468
  recordDate: string;
@@ -5471,7 +5472,6 @@ export declare const livestockGroupsRouter: {
5471
5472
  administeredBy: string | null;
5472
5473
  vaccineName: string | null;
5473
5474
  transactionValue: number | null;
5474
- groupId: string;
5475
5475
  countChange: number | null;
5476
5476
  affectedCount: number | null;
5477
5477
  sampleWeight: number | null;
@@ -5901,6 +5901,7 @@ export declare const livestockGroupsRouter: {
5901
5901
  description: string | null;
5902
5902
  currency: string;
5903
5903
  notes: string | null;
5904
+ groupId: string;
5904
5905
  sampleCount: number | null;
5905
5906
  cost: number | null;
5906
5907
  recordDate: string;
@@ -5910,7 +5911,6 @@ export declare const livestockGroupsRouter: {
5910
5911
  administeredBy: string | null;
5911
5912
  vaccineName: string | null;
5912
5913
  transactionValue: number | null;
5913
- groupId: string;
5914
5914
  countChange: number | null;
5915
5915
  affectedCount: number | null;
5916
5916
  sampleWeight: number | null;
@@ -5925,6 +5925,7 @@ export declare const livestockGroupsRouter: {
5925
5925
  updatedAt: string;
5926
5926
  description: string | null;
5927
5927
  notes: string | null;
5928
+ groupId: string;
5928
5929
  sampleCount: number | null;
5929
5930
  cost: number | null;
5930
5931
  recordDate: string;
@@ -5934,7 +5935,6 @@ export declare const livestockGroupsRouter: {
5934
5935
  administeredBy: string | null;
5935
5936
  vaccineName: string | null;
5936
5937
  transactionValue: number | null;
5937
- groupId: string;
5938
5938
  countChange: number | null;
5939
5939
  affectedCount: number | null;
5940
5940
  sampleWeight: number | null;
@@ -5958,6 +5958,7 @@ export declare const livestockGroupsRouter: {
5958
5958
  description: string | null;
5959
5959
  currency: string;
5960
5960
  notes: string | null;
5961
+ groupId: string;
5961
5962
  sampleCount: number | null;
5962
5963
  cost: number | null;
5963
5964
  recordDate: string;
@@ -5967,7 +5968,6 @@ export declare const livestockGroupsRouter: {
5967
5968
  administeredBy: string | null;
5968
5969
  vaccineName: string | null;
5969
5970
  transactionValue: number | null;
5970
- groupId: string;
5971
5971
  countChange: number | null;
5972
5972
  affectedCount: number | null;
5973
5973
  sampleWeight: number | null;
@@ -5989,6 +5989,7 @@ export declare const livestockGroupsRouter: {
5989
5989
  updatedAt: string;
5990
5990
  description: string | null;
5991
5991
  notes: string | null;
5992
+ groupId: string;
5992
5993
  sampleCount: number | null;
5993
5994
  cost: number | null;
5994
5995
  recordDate: string;
@@ -5998,7 +5999,6 @@ export declare const livestockGroupsRouter: {
5998
5999
  administeredBy: string | null;
5999
6000
  vaccineName: string | null;
6000
6001
  transactionValue: number | null;
6001
- groupId: string;
6002
6002
  countChange: number | null;
6003
6003
  affectedCount: number | null;
6004
6004
  sampleWeight: number | null;
@@ -6048,6 +6048,7 @@ export declare const livestockGroupsRouter: {
6048
6048
  description: string | null;
6049
6049
  currency: string;
6050
6050
  notes: string | null;
6051
+ groupId: string;
6051
6052
  sampleCount: number | null;
6052
6053
  cost: number | null;
6053
6054
  recordDate: string;
@@ -6057,7 +6058,6 @@ export declare const livestockGroupsRouter: {
6057
6058
  administeredBy: string | null;
6058
6059
  vaccineName: string | null;
6059
6060
  transactionValue: number | null;
6060
- groupId: string;
6061
6061
  countChange: number | null;
6062
6062
  affectedCount: number | null;
6063
6063
  sampleWeight: number | null;
@@ -6091,6 +6091,7 @@ export declare const livestockGroupsRouter: {
6091
6091
  updatedAt: string;
6092
6092
  description: string | null;
6093
6093
  notes: string | null;
6094
+ groupId: string;
6094
6095
  sampleCount: number | null;
6095
6096
  cost: number | null;
6096
6097
  recordDate: string;
@@ -6100,7 +6101,6 @@ export declare const livestockGroupsRouter: {
6100
6101
  administeredBy: string | null;
6101
6102
  vaccineName: string | null;
6102
6103
  transactionValue: number | null;
6103
- groupId: string;
6104
6104
  countChange: number | null;
6105
6105
  affectedCount: number | null;
6106
6106
  sampleWeight: number | null;
@@ -6544,6 +6544,7 @@ export declare const livestockGroupsRouter: {
6544
6544
  description: string | null;
6545
6545
  currency: string;
6546
6546
  notes: string | null;
6547
+ groupId: string;
6547
6548
  sampleCount: number | null;
6548
6549
  cost: number | null;
6549
6550
  recordDate: string;
@@ -6553,7 +6554,6 @@ export declare const livestockGroupsRouter: {
6553
6554
  administeredBy: string | null;
6554
6555
  vaccineName: string | null;
6555
6556
  transactionValue: number | null;
6556
- groupId: string;
6557
6557
  countChange: number | null;
6558
6558
  affectedCount: number | null;
6559
6559
  sampleWeight: number | null;
@@ -6568,6 +6568,7 @@ export declare const livestockGroupsRouter: {
6568
6568
  updatedAt: string;
6569
6569
  description: string | null;
6570
6570
  notes: string | null;
6571
+ groupId: string;
6571
6572
  sampleCount: number | null;
6572
6573
  cost: number | null;
6573
6574
  recordDate: string;
@@ -6577,7 +6578,6 @@ export declare const livestockGroupsRouter: {
6577
6578
  administeredBy: string | null;
6578
6579
  vaccineName: string | null;
6579
6580
  transactionValue: number | null;
6580
- groupId: string;
6581
6581
  countChange: number | null;
6582
6582
  affectedCount: number | null;
6583
6583
  sampleWeight: number | null;
@@ -6601,6 +6601,7 @@ export declare const livestockGroupsRouter: {
6601
6601
  description: string | null;
6602
6602
  currency: string;
6603
6603
  notes: string | null;
6604
+ groupId: string;
6604
6605
  sampleCount: number | null;
6605
6606
  cost: number | null;
6606
6607
  recordDate: string;
@@ -6610,7 +6611,6 @@ export declare const livestockGroupsRouter: {
6610
6611
  administeredBy: string | null;
6611
6612
  vaccineName: string | null;
6612
6613
  transactionValue: number | null;
6613
- groupId: string;
6614
6614
  countChange: number | null;
6615
6615
  affectedCount: number | null;
6616
6616
  sampleWeight: number | null;
@@ -6632,6 +6632,7 @@ export declare const livestockGroupsRouter: {
6632
6632
  updatedAt: string;
6633
6633
  description: string | null;
6634
6634
  notes: string | null;
6635
+ groupId: string;
6635
6636
  sampleCount: number | null;
6636
6637
  cost: number | null;
6637
6638
  recordDate: string;
@@ -6641,7 +6642,6 @@ export declare const livestockGroupsRouter: {
6641
6642
  administeredBy: string | null;
6642
6643
  vaccineName: string | null;
6643
6644
  transactionValue: number | null;
6644
- groupId: string;
6645
6645
  countChange: number | null;
6646
6646
  affectedCount: number | null;
6647
6647
  sampleWeight: number | null;
@@ -6691,6 +6691,7 @@ export declare const livestockGroupsRouter: {
6691
6691
  description: string | null;
6692
6692
  currency: string;
6693
6693
  notes: string | null;
6694
+ groupId: string;
6694
6695
  sampleCount: number | null;
6695
6696
  cost: number | null;
6696
6697
  recordDate: string;
@@ -6700,7 +6701,6 @@ export declare const livestockGroupsRouter: {
6700
6701
  administeredBy: string | null;
6701
6702
  vaccineName: string | null;
6702
6703
  transactionValue: number | null;
6703
- groupId: string;
6704
6704
  countChange: number | null;
6705
6705
  affectedCount: number | null;
6706
6706
  sampleWeight: number | null;
@@ -6734,6 +6734,7 @@ export declare const livestockGroupsRouter: {
6734
6734
  updatedAt: string;
6735
6735
  description: string | null;
6736
6736
  notes: string | null;
6737
+ groupId: string;
6737
6738
  sampleCount: number | null;
6738
6739
  cost: number | null;
6739
6740
  recordDate: string;
@@ -6743,7 +6744,6 @@ export declare const livestockGroupsRouter: {
6743
6744
  administeredBy: string | null;
6744
6745
  vaccineName: string | null;
6745
6746
  transactionValue: number | null;
6746
- groupId: string;
6747
6747
  countChange: number | null;
6748
6748
  affectedCount: number | null;
6749
6749
  sampleWeight: number | null;
@@ -7216,7 +7216,7 @@ export declare const livestockGroupsRouter: {
7216
7216
  }>, "many">>;
7217
7217
  }, "strip", z.ZodTypeAny, {
7218
7218
  currency: string;
7219
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7219
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7220
7220
  sex: "MALE" | "FEMALE" | "UNKNOWN";
7221
7221
  acquisitionType: "born" | "purchased" | "transferred" | "gifted";
7222
7222
  entries?: {
@@ -7228,13 +7228,13 @@ export declare const livestockGroupsRouter: {
7228
7228
  }[] | undefined;
7229
7229
  location?: string | undefined;
7230
7230
  count?: number | undefined;
7231
+ groupId?: string | undefined;
7231
7232
  purchasePrice?: number | undefined;
7232
7233
  breed?: string | undefined;
7233
7234
  acquisitionDate?: string | undefined;
7234
- groupId?: string | undefined;
7235
7235
  tagPrefix?: string | undefined;
7236
7236
  }, {
7237
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7237
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7238
7238
  entries?: {
7239
7239
  tagId: string;
7240
7240
  name?: string | undefined;
@@ -7245,19 +7245,19 @@ export declare const livestockGroupsRouter: {
7245
7245
  location?: string | undefined;
7246
7246
  currency?: string | undefined;
7247
7247
  count?: number | undefined;
7248
+ groupId?: string | undefined;
7248
7249
  purchasePrice?: number | undefined;
7249
7250
  breed?: string | undefined;
7250
7251
  sex?: "MALE" | "FEMALE" | "UNKNOWN" | undefined;
7251
7252
  acquisitionDate?: string | undefined;
7252
7253
  acquisitionType?: "born" | "purchased" | "transferred" | "gifted" | undefined;
7253
- groupId?: string | undefined;
7254
7254
  tagPrefix?: string | undefined;
7255
7255
  }>;
7256
7256
  }, "strip", z.ZodTypeAny, {
7257
7257
  type: "livestock-bulk";
7258
7258
  attributes: {
7259
7259
  currency: string;
7260
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7260
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7261
7261
  sex: "MALE" | "FEMALE" | "UNKNOWN";
7262
7262
  acquisitionType: "born" | "purchased" | "transferred" | "gifted";
7263
7263
  entries?: {
@@ -7269,16 +7269,16 @@ export declare const livestockGroupsRouter: {
7269
7269
  }[] | undefined;
7270
7270
  location?: string | undefined;
7271
7271
  count?: number | undefined;
7272
+ groupId?: string | undefined;
7272
7273
  purchasePrice?: number | undefined;
7273
7274
  breed?: string | undefined;
7274
7275
  acquisitionDate?: string | undefined;
7275
- groupId?: string | undefined;
7276
7276
  tagPrefix?: string | undefined;
7277
7277
  };
7278
7278
  }, {
7279
7279
  type: "livestock-bulk";
7280
7280
  attributes: {
7281
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7281
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7282
7282
  entries?: {
7283
7283
  tagId: string;
7284
7284
  name?: string | undefined;
@@ -7289,12 +7289,12 @@ export declare const livestockGroupsRouter: {
7289
7289
  location?: string | undefined;
7290
7290
  currency?: string | undefined;
7291
7291
  count?: number | undefined;
7292
+ groupId?: string | undefined;
7292
7293
  purchasePrice?: number | undefined;
7293
7294
  breed?: string | undefined;
7294
7295
  sex?: "MALE" | "FEMALE" | "UNKNOWN" | undefined;
7295
7296
  acquisitionDate?: string | undefined;
7296
7297
  acquisitionType?: "born" | "purchased" | "transferred" | "gifted" | undefined;
7297
- groupId?: string | undefined;
7298
7298
  tagPrefix?: string | undefined;
7299
7299
  };
7300
7300
  }>;
@@ -7303,7 +7303,7 @@ export declare const livestockGroupsRouter: {
7303
7303
  type: "livestock-bulk";
7304
7304
  attributes: {
7305
7305
  currency: string;
7306
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7306
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7307
7307
  sex: "MALE" | "FEMALE" | "UNKNOWN";
7308
7308
  acquisitionType: "born" | "purchased" | "transferred" | "gifted";
7309
7309
  entries?: {
@@ -7315,10 +7315,10 @@ export declare const livestockGroupsRouter: {
7315
7315
  }[] | undefined;
7316
7316
  location?: string | undefined;
7317
7317
  count?: number | undefined;
7318
+ groupId?: string | undefined;
7318
7319
  purchasePrice?: number | undefined;
7319
7320
  breed?: string | undefined;
7320
7321
  acquisitionDate?: string | undefined;
7321
- groupId?: string | undefined;
7322
7322
  tagPrefix?: string | undefined;
7323
7323
  };
7324
7324
  };
@@ -7326,7 +7326,7 @@ export declare const livestockGroupsRouter: {
7326
7326
  data: {
7327
7327
  type: "livestock-bulk";
7328
7328
  attributes: {
7329
- category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
7329
+ category: "POULTRY" | "CATTLE" | "GOAT" | "OTHER" | "SHEEP" | "PIG" | "FISH" | "RABBIT";
7330
7330
  entries?: {
7331
7331
  tagId: string;
7332
7332
  name?: string | undefined;
@@ -7337,12 +7337,12 @@ export declare const livestockGroupsRouter: {
7337
7337
  location?: string | undefined;
7338
7338
  currency?: string | undefined;
7339
7339
  count?: number | undefined;
7340
+ groupId?: string | undefined;
7340
7341
  purchasePrice?: number | undefined;
7341
7342
  breed?: string | undefined;
7342
7343
  sex?: "MALE" | "FEMALE" | "UNKNOWN" | undefined;
7343
7344
  acquisitionDate?: string | undefined;
7344
7345
  acquisitionType?: "born" | "purchased" | "transferred" | "gifted" | undefined;
7345
- groupId?: string | undefined;
7346
7346
  tagPrefix?: string | undefined;
7347
7347
  };
7348
7348
  };
@@ -7809,6 +7809,7 @@ export declare const livestockGroupsRouter: {
7809
7809
  recordDate: string;
7810
7810
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7811
7811
  notes?: string | undefined;
7812
+ groupId?: string | undefined;
7812
7813
  cost?: number | undefined;
7813
7814
  medication?: string | undefined;
7814
7815
  dosage?: string | undefined;
@@ -7816,7 +7817,6 @@ export declare const livestockGroupsRouter: {
7816
7817
  vaccineName?: string | undefined;
7817
7818
  batchNumber?: string | undefined;
7818
7819
  nextDueDate?: string | undefined;
7819
- groupId?: string | undefined;
7820
7820
  livestockIds?: string[] | undefined;
7821
7821
  }, {
7822
7822
  description: string;
@@ -7824,6 +7824,7 @@ export declare const livestockGroupsRouter: {
7824
7824
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7825
7825
  currency?: string | undefined;
7826
7826
  notes?: string | undefined;
7827
+ groupId?: string | undefined;
7827
7828
  cost?: number | undefined;
7828
7829
  medication?: string | undefined;
7829
7830
  dosage?: string | undefined;
@@ -7831,7 +7832,6 @@ export declare const livestockGroupsRouter: {
7831
7832
  vaccineName?: string | undefined;
7832
7833
  batchNumber?: string | undefined;
7833
7834
  nextDueDate?: string | undefined;
7834
- groupId?: string | undefined;
7835
7835
  livestockIds?: string[] | undefined;
7836
7836
  }>;
7837
7837
  }, "strip", z.ZodTypeAny, {
@@ -7842,6 +7842,7 @@ export declare const livestockGroupsRouter: {
7842
7842
  recordDate: string;
7843
7843
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7844
7844
  notes?: string | undefined;
7845
+ groupId?: string | undefined;
7845
7846
  cost?: number | undefined;
7846
7847
  medication?: string | undefined;
7847
7848
  dosage?: string | undefined;
@@ -7849,7 +7850,6 @@ export declare const livestockGroupsRouter: {
7849
7850
  vaccineName?: string | undefined;
7850
7851
  batchNumber?: string | undefined;
7851
7852
  nextDueDate?: string | undefined;
7852
- groupId?: string | undefined;
7853
7853
  livestockIds?: string[] | undefined;
7854
7854
  };
7855
7855
  }, {
@@ -7860,6 +7860,7 @@ export declare const livestockGroupsRouter: {
7860
7860
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7861
7861
  currency?: string | undefined;
7862
7862
  notes?: string | undefined;
7863
+ groupId?: string | undefined;
7863
7864
  cost?: number | undefined;
7864
7865
  medication?: string | undefined;
7865
7866
  dosage?: string | undefined;
@@ -7867,7 +7868,6 @@ export declare const livestockGroupsRouter: {
7867
7868
  vaccineName?: string | undefined;
7868
7869
  batchNumber?: string | undefined;
7869
7870
  nextDueDate?: string | undefined;
7870
- groupId?: string | undefined;
7871
7871
  livestockIds?: string[] | undefined;
7872
7872
  };
7873
7873
  }>;
@@ -7880,6 +7880,7 @@ export declare const livestockGroupsRouter: {
7880
7880
  recordDate: string;
7881
7881
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7882
7882
  notes?: string | undefined;
7883
+ groupId?: string | undefined;
7883
7884
  cost?: number | undefined;
7884
7885
  medication?: string | undefined;
7885
7886
  dosage?: string | undefined;
@@ -7887,7 +7888,6 @@ export declare const livestockGroupsRouter: {
7887
7888
  vaccineName?: string | undefined;
7888
7889
  batchNumber?: string | undefined;
7889
7890
  nextDueDate?: string | undefined;
7890
- groupId?: string | undefined;
7891
7891
  livestockIds?: string[] | undefined;
7892
7892
  };
7893
7893
  };
@@ -7900,6 +7900,7 @@ export declare const livestockGroupsRouter: {
7900
7900
  recordType: "other" | "vaccination" | "treatment" | "checkup" | "deworming" | "surgery";
7901
7901
  currency?: string | undefined;
7902
7902
  notes?: string | undefined;
7903
+ groupId?: string | undefined;
7903
7904
  cost?: number | undefined;
7904
7905
  medication?: string | undefined;
7905
7906
  dosage?: string | undefined;
@@ -7907,7 +7908,6 @@ export declare const livestockGroupsRouter: {
7907
7908
  vaccineName?: string | undefined;
7908
7909
  batchNumber?: string | undefined;
7909
7910
  nextDueDate?: string | undefined;
7910
- groupId?: string | undefined;
7911
7911
  livestockIds?: string[] | undefined;
7912
7912
  };
7913
7913
  };