@deepintel-ltd/farmpro-contracts 1.11.7 → 1.11.9
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.
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/routes/agents.routes.d.ts +142 -0
- package/dist/routes/agents.routes.d.ts.map +1 -1
- package/dist/routes/equipment.routes.d.ts +36 -36
- package/dist/routes/extension.routes.d.ts +12 -12
- package/dist/routes/farm-updates.routes.d.ts +5445 -0
- package/dist/routes/farm-updates.routes.d.ts.map +1 -0
- package/dist/routes/farm-updates.routes.js +149 -0
- package/dist/routes/fertigation.routes.d.ts +156 -156
- package/dist/routes/field-activities.routes.d.ts +2397 -0
- package/dist/routes/field-activities.routes.d.ts.map +1 -0
- package/dist/routes/field-activities.routes.js +81 -0
- package/dist/routes/fields.routes.d.ts +860 -0
- package/dist/routes/fields.routes.d.ts.map +1 -1
- package/dist/routes/fields.routes.js +20 -1
- package/dist/routes/index.d.ts +6 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +4 -0
- package/dist/routes/irrigation.routes.d.ts +20 -20
- package/dist/routes/livestock-groups.routes.d.ts +36 -36
- package/dist/routes/livestock.routes.d.ts +30 -30
- package/dist/routes/soil-tests.routes.d.ts +36 -36
- package/dist/routes/tasks.routes.d.ts +120 -120
- package/dist/schemas/agents.schemas.d.ts +163 -0
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +23 -0
- package/dist/schemas/equipment.schemas.d.ts +30 -30
- package/dist/schemas/extension.schemas.d.ts +18 -18
- package/dist/schemas/farm-updates.schemas.d.ts +3595 -0
- package/dist/schemas/farm-updates.schemas.d.ts.map +1 -0
- package/dist/schemas/farm-updates.schemas.js +91 -0
- package/dist/schemas/fertigation.schemas.d.ts +42 -42
- package/dist/schemas/field-activities.schemas.d.ts +806 -0
- package/dist/schemas/field-activities.schemas.d.ts.map +1 -0
- package/dist/schemas/field-activities.schemas.js +68 -0
- package/dist/schemas/fields.schemas.d.ts +173 -0
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +14 -0
- package/dist/schemas/irrigation.schemas.d.ts +14 -14
- package/dist/schemas/livestock-groups.schemas.d.ts +24 -24
- package/dist/schemas/livestock.schemas.d.ts +24 -24
- package/dist/schemas/soil-tests.schemas.d.ts +34 -34
- package/dist/schemas/tasks.schemas.d.ts +96 -96
- package/package.json +1 -1
|
@@ -87,8 +87,8 @@ export declare const livestockGroupsRouter: {
|
|
|
87
87
|
farmId: string;
|
|
88
88
|
location: string | null;
|
|
89
89
|
currency: string;
|
|
90
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
91
90
|
notes: string | null;
|
|
91
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
92
92
|
purchasePrice: number | null;
|
|
93
93
|
currentValue: number | null;
|
|
94
94
|
breed: string | null;
|
|
@@ -116,8 +116,8 @@ export declare const livestockGroupsRouter: {
|
|
|
116
116
|
description: string | null;
|
|
117
117
|
farmId: string;
|
|
118
118
|
location: string | null;
|
|
119
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
120
119
|
notes: string | null;
|
|
120
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
121
121
|
purchasePrice: number | null;
|
|
122
122
|
currentValue: number | null;
|
|
123
123
|
breed: string | null;
|
|
@@ -154,8 +154,8 @@ export declare const livestockGroupsRouter: {
|
|
|
154
154
|
farmId: string;
|
|
155
155
|
location: string | null;
|
|
156
156
|
currency: string;
|
|
157
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
158
157
|
notes: string | null;
|
|
158
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
159
159
|
purchasePrice: number | null;
|
|
160
160
|
currentValue: number | null;
|
|
161
161
|
breed: string | null;
|
|
@@ -190,8 +190,8 @@ export declare const livestockGroupsRouter: {
|
|
|
190
190
|
description: string | null;
|
|
191
191
|
farmId: string;
|
|
192
192
|
location: string | null;
|
|
193
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
194
193
|
notes: string | null;
|
|
194
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
195
195
|
purchasePrice: number | null;
|
|
196
196
|
currentValue: number | null;
|
|
197
197
|
breed: string | null;
|
|
@@ -254,8 +254,8 @@ export declare const livestockGroupsRouter: {
|
|
|
254
254
|
farmId: string;
|
|
255
255
|
location: string | null;
|
|
256
256
|
currency: string;
|
|
257
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
258
257
|
notes: string | null;
|
|
258
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
259
259
|
purchasePrice: number | null;
|
|
260
260
|
currentValue: number | null;
|
|
261
261
|
breed: string | null;
|
|
@@ -302,8 +302,8 @@ export declare const livestockGroupsRouter: {
|
|
|
302
302
|
description: string | null;
|
|
303
303
|
farmId: string;
|
|
304
304
|
location: string | null;
|
|
305
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
306
305
|
notes: string | null;
|
|
306
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
307
307
|
purchasePrice: number | null;
|
|
308
308
|
currentValue: number | null;
|
|
309
309
|
breed: string | null;
|
|
@@ -1041,8 +1041,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1041
1041
|
farmId: string;
|
|
1042
1042
|
location: string | null;
|
|
1043
1043
|
currency: string;
|
|
1044
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1045
1044
|
notes: string | null;
|
|
1045
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1046
1046
|
purchasePrice: number | null;
|
|
1047
1047
|
currentValue: number | null;
|
|
1048
1048
|
breed: string | null;
|
|
@@ -1070,8 +1070,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1070
1070
|
description: string | null;
|
|
1071
1071
|
farmId: string;
|
|
1072
1072
|
location: string | null;
|
|
1073
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1074
1073
|
notes: string | null;
|
|
1074
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1075
1075
|
purchasePrice: number | null;
|
|
1076
1076
|
currentValue: number | null;
|
|
1077
1077
|
breed: string | null;
|
|
@@ -1108,8 +1108,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1108
1108
|
farmId: string;
|
|
1109
1109
|
location: string | null;
|
|
1110
1110
|
currency: string;
|
|
1111
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1112
1111
|
notes: string | null;
|
|
1112
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1113
1113
|
purchasePrice: number | null;
|
|
1114
1114
|
currentValue: number | null;
|
|
1115
1115
|
breed: string | null;
|
|
@@ -1144,8 +1144,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1144
1144
|
description: string | null;
|
|
1145
1145
|
farmId: string;
|
|
1146
1146
|
location: string | null;
|
|
1147
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1148
1147
|
notes: string | null;
|
|
1148
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1149
1149
|
purchasePrice: number | null;
|
|
1150
1150
|
currentValue: number | null;
|
|
1151
1151
|
breed: string | null;
|
|
@@ -1208,8 +1208,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1208
1208
|
farmId: string;
|
|
1209
1209
|
location: string | null;
|
|
1210
1210
|
currency: string;
|
|
1211
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1212
1211
|
notes: string | null;
|
|
1212
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1213
1213
|
purchasePrice: number | null;
|
|
1214
1214
|
currentValue: number | null;
|
|
1215
1215
|
breed: string | null;
|
|
@@ -1256,8 +1256,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1256
1256
|
description: string | null;
|
|
1257
1257
|
farmId: string;
|
|
1258
1258
|
location: string | null;
|
|
1259
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1260
1259
|
notes: string | null;
|
|
1260
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1261
1261
|
purchasePrice: number | null;
|
|
1262
1262
|
currentValue: number | null;
|
|
1263
1263
|
breed: string | null;
|
|
@@ -1806,8 +1806,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1806
1806
|
farmId: string;
|
|
1807
1807
|
location: string | null;
|
|
1808
1808
|
currency: string;
|
|
1809
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1810
1809
|
notes: string | null;
|
|
1810
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1811
1811
|
purchasePrice: number | null;
|
|
1812
1812
|
currentValue: number | null;
|
|
1813
1813
|
breed: string | null;
|
|
@@ -1835,8 +1835,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1835
1835
|
description: string | null;
|
|
1836
1836
|
farmId: string;
|
|
1837
1837
|
location: string | null;
|
|
1838
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1839
1838
|
notes: string | null;
|
|
1839
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1840
1840
|
purchasePrice: number | null;
|
|
1841
1841
|
currentValue: number | null;
|
|
1842
1842
|
breed: string | null;
|
|
@@ -1873,8 +1873,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1873
1873
|
farmId: string;
|
|
1874
1874
|
location: string | null;
|
|
1875
1875
|
currency: string;
|
|
1876
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1877
1876
|
notes: string | null;
|
|
1877
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1878
1878
|
purchasePrice: number | null;
|
|
1879
1879
|
currentValue: number | null;
|
|
1880
1880
|
breed: string | null;
|
|
@@ -1909,8 +1909,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1909
1909
|
description: string | null;
|
|
1910
1910
|
farmId: string;
|
|
1911
1911
|
location: string | null;
|
|
1912
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1913
1912
|
notes: string | null;
|
|
1913
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1914
1914
|
purchasePrice: number | null;
|
|
1915
1915
|
currentValue: number | null;
|
|
1916
1916
|
breed: string | null;
|
|
@@ -1973,8 +1973,8 @@ export declare const livestockGroupsRouter: {
|
|
|
1973
1973
|
farmId: string;
|
|
1974
1974
|
location: string | null;
|
|
1975
1975
|
currency: string;
|
|
1976
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1977
1976
|
notes: string | null;
|
|
1977
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1978
1978
|
purchasePrice: number | null;
|
|
1979
1979
|
currentValue: number | null;
|
|
1980
1980
|
breed: string | null;
|
|
@@ -2021,8 +2021,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2021
2021
|
description: string | null;
|
|
2022
2022
|
farmId: string;
|
|
2023
2023
|
location: string | null;
|
|
2024
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2025
2024
|
notes: string | null;
|
|
2025
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2026
2026
|
purchasePrice: number | null;
|
|
2027
2027
|
currentValue: number | null;
|
|
2028
2028
|
breed: string | null;
|
|
@@ -2290,8 +2290,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2290
2290
|
description?: string | null | undefined;
|
|
2291
2291
|
location?: string | null | undefined;
|
|
2292
2292
|
currency?: string | undefined;
|
|
2293
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2294
2293
|
notes?: string | null | undefined;
|
|
2294
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2295
2295
|
purchasePrice?: number | null | undefined;
|
|
2296
2296
|
currentValue?: number | null | undefined;
|
|
2297
2297
|
breed?: string | null | undefined;
|
|
@@ -2315,8 +2315,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2315
2315
|
description?: string | null | undefined;
|
|
2316
2316
|
location?: string | null | undefined;
|
|
2317
2317
|
currency?: string | undefined;
|
|
2318
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2319
2318
|
notes?: string | null | undefined;
|
|
2319
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2320
2320
|
purchasePrice?: number | null | undefined;
|
|
2321
2321
|
currentValue?: number | null | undefined;
|
|
2322
2322
|
breed?: string | null | undefined;
|
|
@@ -2344,8 +2344,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2344
2344
|
description?: string | null | undefined;
|
|
2345
2345
|
location?: string | null | undefined;
|
|
2346
2346
|
currency?: string | undefined;
|
|
2347
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2348
2347
|
notes?: string | null | undefined;
|
|
2348
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2349
2349
|
purchasePrice?: number | null | undefined;
|
|
2350
2350
|
currentValue?: number | null | undefined;
|
|
2351
2351
|
breed?: string | null | undefined;
|
|
@@ -2373,8 +2373,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2373
2373
|
description?: string | null | undefined;
|
|
2374
2374
|
location?: string | null | undefined;
|
|
2375
2375
|
currency?: string | undefined;
|
|
2376
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2377
2376
|
notes?: string | null | undefined;
|
|
2377
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2378
2378
|
purchasePrice?: number | null | undefined;
|
|
2379
2379
|
currentValue?: number | null | undefined;
|
|
2380
2380
|
breed?: string | null | undefined;
|
|
@@ -2404,8 +2404,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2404
2404
|
description?: string | null | undefined;
|
|
2405
2405
|
location?: string | null | undefined;
|
|
2406
2406
|
currency?: string | undefined;
|
|
2407
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2408
2407
|
notes?: string | null | undefined;
|
|
2408
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2409
2409
|
purchasePrice?: number | null | undefined;
|
|
2410
2410
|
currentValue?: number | null | undefined;
|
|
2411
2411
|
breed?: string | null | undefined;
|
|
@@ -2435,8 +2435,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2435
2435
|
description?: string | null | undefined;
|
|
2436
2436
|
location?: string | null | undefined;
|
|
2437
2437
|
currency?: string | undefined;
|
|
2438
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2439
2438
|
notes?: string | null | undefined;
|
|
2439
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
2440
2440
|
purchasePrice?: number | null | undefined;
|
|
2441
2441
|
currentValue?: number | null | undefined;
|
|
2442
2442
|
breed?: string | null | undefined;
|
|
@@ -2503,8 +2503,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2503
2503
|
farmId: string;
|
|
2504
2504
|
location: string | null;
|
|
2505
2505
|
currency: string;
|
|
2506
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2507
2506
|
notes: string | null;
|
|
2507
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2508
2508
|
purchasePrice: number | null;
|
|
2509
2509
|
currentValue: number | null;
|
|
2510
2510
|
breed: string | null;
|
|
@@ -2532,8 +2532,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2532
2532
|
description: string | null;
|
|
2533
2533
|
farmId: string;
|
|
2534
2534
|
location: string | null;
|
|
2535
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2536
2535
|
notes: string | null;
|
|
2536
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2537
2537
|
purchasePrice: number | null;
|
|
2538
2538
|
currentValue: number | null;
|
|
2539
2539
|
breed: string | null;
|
|
@@ -2570,8 +2570,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2570
2570
|
farmId: string;
|
|
2571
2571
|
location: string | null;
|
|
2572
2572
|
currency: string;
|
|
2573
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2574
2573
|
notes: string | null;
|
|
2574
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2575
2575
|
purchasePrice: number | null;
|
|
2576
2576
|
currentValue: number | null;
|
|
2577
2577
|
breed: string | null;
|
|
@@ -2606,8 +2606,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2606
2606
|
description: string | null;
|
|
2607
2607
|
farmId: string;
|
|
2608
2608
|
location: string | null;
|
|
2609
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2610
2609
|
notes: string | null;
|
|
2610
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2611
2611
|
purchasePrice: number | null;
|
|
2612
2612
|
currentValue: number | null;
|
|
2613
2613
|
breed: string | null;
|
|
@@ -2670,8 +2670,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2670
2670
|
farmId: string;
|
|
2671
2671
|
location: string | null;
|
|
2672
2672
|
currency: string;
|
|
2673
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2674
2673
|
notes: string | null;
|
|
2674
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2675
2675
|
purchasePrice: number | null;
|
|
2676
2676
|
currentValue: number | null;
|
|
2677
2677
|
breed: string | null;
|
|
@@ -2718,8 +2718,8 @@ export declare const livestockGroupsRouter: {
|
|
|
2718
2718
|
description: string | null;
|
|
2719
2719
|
farmId: string;
|
|
2720
2720
|
location: string | null;
|
|
2721
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2722
2721
|
notes: string | null;
|
|
2722
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2723
2723
|
purchasePrice: number | null;
|
|
2724
2724
|
currentValue: number | null;
|
|
2725
2725
|
breed: string | null;
|
|
@@ -3609,8 +3609,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3609
3609
|
farmId: string;
|
|
3610
3610
|
location: string | null;
|
|
3611
3611
|
currency: string;
|
|
3612
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3613
3612
|
notes: string | null;
|
|
3613
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3614
3614
|
purchasePrice: number | null;
|
|
3615
3615
|
currentValue: number | null;
|
|
3616
3616
|
weight: number | null;
|
|
@@ -3677,8 +3677,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3677
3677
|
name: string | null;
|
|
3678
3678
|
farmId: string;
|
|
3679
3679
|
location: string | null;
|
|
3680
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3681
3680
|
notes: string | null;
|
|
3681
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3682
3682
|
purchasePrice: number | null;
|
|
3683
3683
|
currentValue: number | null;
|
|
3684
3684
|
weight: number | null;
|
|
@@ -3754,8 +3754,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3754
3754
|
farmId: string;
|
|
3755
3755
|
location: string | null;
|
|
3756
3756
|
currency: string;
|
|
3757
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3758
3757
|
notes: string | null;
|
|
3758
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3759
3759
|
purchasePrice: number | null;
|
|
3760
3760
|
currentValue: number | null;
|
|
3761
3761
|
weight: number | null;
|
|
@@ -3829,8 +3829,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3829
3829
|
name: string | null;
|
|
3830
3830
|
farmId: string;
|
|
3831
3831
|
location: string | null;
|
|
3832
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3833
3832
|
notes: string | null;
|
|
3833
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3834
3834
|
purchasePrice: number | null;
|
|
3835
3835
|
currentValue: number | null;
|
|
3836
3836
|
weight: number | null;
|
|
@@ -3932,8 +3932,8 @@ export declare const livestockGroupsRouter: {
|
|
|
3932
3932
|
farmId: string;
|
|
3933
3933
|
location: string | null;
|
|
3934
3934
|
currency: string;
|
|
3935
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3936
3935
|
notes: string | null;
|
|
3936
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3937
3937
|
purchasePrice: number | null;
|
|
3938
3938
|
currentValue: number | null;
|
|
3939
3939
|
weight: number | null;
|
|
@@ -4019,8 +4019,8 @@ export declare const livestockGroupsRouter: {
|
|
|
4019
4019
|
name: string | null;
|
|
4020
4020
|
farmId: string;
|
|
4021
4021
|
location: string | null;
|
|
4022
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4023
4022
|
notes: string | null;
|
|
4023
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4024
4024
|
purchasePrice: number | null;
|
|
4025
4025
|
currentValue: number | null;
|
|
4026
4026
|
weight: number | null;
|