@deepintel-ltd/farmpro-contracts 1.11.8 → 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 +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -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/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 +3 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +2 -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/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
|
@@ -209,8 +209,8 @@ export declare const livestockRouter: {
|
|
|
209
209
|
farmId: string;
|
|
210
210
|
location: string | null;
|
|
211
211
|
currency: string;
|
|
212
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
213
212
|
notes: string | null;
|
|
213
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
214
214
|
purchasePrice: number | null;
|
|
215
215
|
currentValue: number | null;
|
|
216
216
|
weight: number | null;
|
|
@@ -277,8 +277,8 @@ export declare const livestockRouter: {
|
|
|
277
277
|
name: string | null;
|
|
278
278
|
farmId: string;
|
|
279
279
|
location: string | null;
|
|
280
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
281
280
|
notes: string | null;
|
|
281
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
282
282
|
purchasePrice: number | null;
|
|
283
283
|
currentValue: number | null;
|
|
284
284
|
weight: number | null;
|
|
@@ -354,8 +354,8 @@ export declare const livestockRouter: {
|
|
|
354
354
|
farmId: string;
|
|
355
355
|
location: string | null;
|
|
356
356
|
currency: string;
|
|
357
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
358
357
|
notes: string | null;
|
|
358
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
359
359
|
purchasePrice: number | null;
|
|
360
360
|
currentValue: number | null;
|
|
361
361
|
weight: number | null;
|
|
@@ -429,8 +429,8 @@ export declare const livestockRouter: {
|
|
|
429
429
|
name: string | null;
|
|
430
430
|
farmId: string;
|
|
431
431
|
location: string | null;
|
|
432
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
433
432
|
notes: string | null;
|
|
433
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
434
434
|
purchasePrice: number | null;
|
|
435
435
|
currentValue: number | null;
|
|
436
436
|
weight: number | null;
|
|
@@ -532,8 +532,8 @@ export declare const livestockRouter: {
|
|
|
532
532
|
farmId: string;
|
|
533
533
|
location: string | null;
|
|
534
534
|
currency: string;
|
|
535
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
536
535
|
notes: string | null;
|
|
536
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
537
537
|
purchasePrice: number | null;
|
|
538
538
|
currentValue: number | null;
|
|
539
539
|
weight: number | null;
|
|
@@ -619,8 +619,8 @@ export declare const livestockRouter: {
|
|
|
619
619
|
name: string | null;
|
|
620
620
|
farmId: string;
|
|
621
621
|
location: string | null;
|
|
622
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
623
622
|
notes: string | null;
|
|
623
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
624
624
|
purchasePrice: number | null;
|
|
625
625
|
currentValue: number | null;
|
|
626
626
|
weight: number | null;
|
|
@@ -1464,8 +1464,8 @@ export declare const livestockRouter: {
|
|
|
1464
1464
|
farmId: string;
|
|
1465
1465
|
location: string | null;
|
|
1466
1466
|
currency: string;
|
|
1467
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1468
1467
|
notes: string | null;
|
|
1468
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1469
1469
|
purchasePrice: number | null;
|
|
1470
1470
|
currentValue: number | null;
|
|
1471
1471
|
weight: number | null;
|
|
@@ -1532,8 +1532,8 @@ export declare const livestockRouter: {
|
|
|
1532
1532
|
name: string | null;
|
|
1533
1533
|
farmId: string;
|
|
1534
1534
|
location: string | null;
|
|
1535
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1536
1535
|
notes: string | null;
|
|
1536
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1537
1537
|
purchasePrice: number | null;
|
|
1538
1538
|
currentValue: number | null;
|
|
1539
1539
|
weight: number | null;
|
|
@@ -1609,8 +1609,8 @@ export declare const livestockRouter: {
|
|
|
1609
1609
|
farmId: string;
|
|
1610
1610
|
location: string | null;
|
|
1611
1611
|
currency: string;
|
|
1612
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1613
1612
|
notes: string | null;
|
|
1613
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1614
1614
|
purchasePrice: number | null;
|
|
1615
1615
|
currentValue: number | null;
|
|
1616
1616
|
weight: number | null;
|
|
@@ -1684,8 +1684,8 @@ export declare const livestockRouter: {
|
|
|
1684
1684
|
name: string | null;
|
|
1685
1685
|
farmId: string;
|
|
1686
1686
|
location: string | null;
|
|
1687
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1688
1687
|
notes: string | null;
|
|
1688
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1689
1689
|
purchasePrice: number | null;
|
|
1690
1690
|
currentValue: number | null;
|
|
1691
1691
|
weight: number | null;
|
|
@@ -1787,8 +1787,8 @@ export declare const livestockRouter: {
|
|
|
1787
1787
|
farmId: string;
|
|
1788
1788
|
location: string | null;
|
|
1789
1789
|
currency: string;
|
|
1790
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1791
1790
|
notes: string | null;
|
|
1791
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1792
1792
|
purchasePrice: number | null;
|
|
1793
1793
|
currentValue: number | null;
|
|
1794
1794
|
weight: number | null;
|
|
@@ -1874,8 +1874,8 @@ export declare const livestockRouter: {
|
|
|
1874
1874
|
name: string | null;
|
|
1875
1875
|
farmId: string;
|
|
1876
1876
|
location: string | null;
|
|
1877
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1878
1877
|
notes: string | null;
|
|
1878
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
1879
1879
|
purchasePrice: number | null;
|
|
1880
1880
|
currentValue: number | null;
|
|
1881
1881
|
weight: number | null;
|
|
@@ -2583,8 +2583,8 @@ export declare const livestockRouter: {
|
|
|
2583
2583
|
farmId: string;
|
|
2584
2584
|
location: string | null;
|
|
2585
2585
|
currency: string;
|
|
2586
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2587
2586
|
notes: string | null;
|
|
2587
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2588
2588
|
purchasePrice: number | null;
|
|
2589
2589
|
currentValue: number | null;
|
|
2590
2590
|
weight: number | null;
|
|
@@ -2651,8 +2651,8 @@ export declare const livestockRouter: {
|
|
|
2651
2651
|
name: string | null;
|
|
2652
2652
|
farmId: string;
|
|
2653
2653
|
location: string | null;
|
|
2654
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2655
2654
|
notes: string | null;
|
|
2655
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2656
2656
|
purchasePrice: number | null;
|
|
2657
2657
|
currentValue: number | null;
|
|
2658
2658
|
weight: number | null;
|
|
@@ -2728,8 +2728,8 @@ export declare const livestockRouter: {
|
|
|
2728
2728
|
farmId: string;
|
|
2729
2729
|
location: string | null;
|
|
2730
2730
|
currency: string;
|
|
2731
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2732
2731
|
notes: string | null;
|
|
2732
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2733
2733
|
purchasePrice: number | null;
|
|
2734
2734
|
currentValue: number | null;
|
|
2735
2735
|
weight: number | null;
|
|
@@ -2803,8 +2803,8 @@ export declare const livestockRouter: {
|
|
|
2803
2803
|
name: string | null;
|
|
2804
2804
|
farmId: string;
|
|
2805
2805
|
location: string | null;
|
|
2806
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2807
2806
|
notes: string | null;
|
|
2807
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2808
2808
|
purchasePrice: number | null;
|
|
2809
2809
|
currentValue: number | null;
|
|
2810
2810
|
weight: number | null;
|
|
@@ -2906,8 +2906,8 @@ export declare const livestockRouter: {
|
|
|
2906
2906
|
farmId: string;
|
|
2907
2907
|
location: string | null;
|
|
2908
2908
|
currency: string;
|
|
2909
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2910
2909
|
notes: string | null;
|
|
2910
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2911
2911
|
purchasePrice: number | null;
|
|
2912
2912
|
currentValue: number | null;
|
|
2913
2913
|
weight: number | null;
|
|
@@ -2993,8 +2993,8 @@ export declare const livestockRouter: {
|
|
|
2993
2993
|
name: string | null;
|
|
2994
2994
|
farmId: string;
|
|
2995
2995
|
location: string | null;
|
|
2996
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2997
2996
|
notes: string | null;
|
|
2997
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
2998
2998
|
purchasePrice: number | null;
|
|
2999
2999
|
currentValue: number | null;
|
|
3000
3000
|
weight: number | null;
|
|
@@ -3296,8 +3296,8 @@ export declare const livestockRouter: {
|
|
|
3296
3296
|
name?: string | null | undefined;
|
|
3297
3297
|
location?: string | null | undefined;
|
|
3298
3298
|
currency?: string | undefined;
|
|
3299
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3300
3299
|
notes?: string | null | undefined;
|
|
3300
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3301
3301
|
purchasePrice?: number | null | undefined;
|
|
3302
3302
|
currentValue?: number | null | undefined;
|
|
3303
3303
|
weight?: number | null | undefined;
|
|
@@ -3316,8 +3316,8 @@ export declare const livestockRouter: {
|
|
|
3316
3316
|
name?: string | null | undefined;
|
|
3317
3317
|
location?: string | null | undefined;
|
|
3318
3318
|
currency?: string | undefined;
|
|
3319
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3320
3319
|
notes?: string | null | undefined;
|
|
3320
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3321
3321
|
purchasePrice?: number | null | undefined;
|
|
3322
3322
|
currentValue?: number | null | undefined;
|
|
3323
3323
|
weight?: number | null | undefined;
|
|
@@ -3340,8 +3340,8 @@ export declare const livestockRouter: {
|
|
|
3340
3340
|
name?: string | null | undefined;
|
|
3341
3341
|
location?: string | null | undefined;
|
|
3342
3342
|
currency?: string | undefined;
|
|
3343
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3344
3343
|
notes?: string | null | undefined;
|
|
3344
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3345
3345
|
purchasePrice?: number | null | undefined;
|
|
3346
3346
|
currentValue?: number | null | undefined;
|
|
3347
3347
|
weight?: number | null | undefined;
|
|
@@ -3364,8 +3364,8 @@ export declare const livestockRouter: {
|
|
|
3364
3364
|
name?: string | null | undefined;
|
|
3365
3365
|
location?: string | null | undefined;
|
|
3366
3366
|
currency?: string | undefined;
|
|
3367
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3368
3367
|
notes?: string | null | undefined;
|
|
3368
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3369
3369
|
purchasePrice?: number | null | undefined;
|
|
3370
3370
|
currentValue?: number | null | undefined;
|
|
3371
3371
|
weight?: number | null | undefined;
|
|
@@ -3390,8 +3390,8 @@ export declare const livestockRouter: {
|
|
|
3390
3390
|
name?: string | null | undefined;
|
|
3391
3391
|
location?: string | null | undefined;
|
|
3392
3392
|
currency?: string | undefined;
|
|
3393
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3394
3393
|
notes?: string | null | undefined;
|
|
3394
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3395
3395
|
purchasePrice?: number | null | undefined;
|
|
3396
3396
|
currentValue?: number | null | undefined;
|
|
3397
3397
|
weight?: number | null | undefined;
|
|
@@ -3416,8 +3416,8 @@ export declare const livestockRouter: {
|
|
|
3416
3416
|
name?: string | null | undefined;
|
|
3417
3417
|
location?: string | null | undefined;
|
|
3418
3418
|
currency?: string | undefined;
|
|
3419
|
-
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3420
3419
|
notes?: string | null | undefined;
|
|
3420
|
+
category?: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT" | undefined;
|
|
3421
3421
|
purchasePrice?: number | null | undefined;
|
|
3422
3422
|
currentValue?: number | null | undefined;
|
|
3423
3423
|
weight?: number | null | undefined;
|
|
@@ -3592,8 +3592,8 @@ export declare const livestockRouter: {
|
|
|
3592
3592
|
farmId: string;
|
|
3593
3593
|
location: string | null;
|
|
3594
3594
|
currency: string;
|
|
3595
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3596
3595
|
notes: string | null;
|
|
3596
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3597
3597
|
purchasePrice: number | null;
|
|
3598
3598
|
currentValue: number | null;
|
|
3599
3599
|
weight: number | null;
|
|
@@ -3660,8 +3660,8 @@ export declare const livestockRouter: {
|
|
|
3660
3660
|
name: string | null;
|
|
3661
3661
|
farmId: string;
|
|
3662
3662
|
location: string | null;
|
|
3663
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3664
3663
|
notes: string | null;
|
|
3664
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3665
3665
|
purchasePrice: number | null;
|
|
3666
3666
|
currentValue: number | null;
|
|
3667
3667
|
weight: number | null;
|
|
@@ -3737,8 +3737,8 @@ export declare const livestockRouter: {
|
|
|
3737
3737
|
farmId: string;
|
|
3738
3738
|
location: string | null;
|
|
3739
3739
|
currency: string;
|
|
3740
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3741
3740
|
notes: string | null;
|
|
3741
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3742
3742
|
purchasePrice: number | null;
|
|
3743
3743
|
currentValue: number | null;
|
|
3744
3744
|
weight: number | null;
|
|
@@ -3812,8 +3812,8 @@ export declare const livestockRouter: {
|
|
|
3812
3812
|
name: string | null;
|
|
3813
3813
|
farmId: string;
|
|
3814
3814
|
location: string | null;
|
|
3815
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3816
3815
|
notes: string | null;
|
|
3816
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3817
3817
|
purchasePrice: number | null;
|
|
3818
3818
|
currentValue: number | null;
|
|
3819
3819
|
weight: number | null;
|
|
@@ -3915,8 +3915,8 @@ export declare const livestockRouter: {
|
|
|
3915
3915
|
farmId: string;
|
|
3916
3916
|
location: string | null;
|
|
3917
3917
|
currency: string;
|
|
3918
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3919
3918
|
notes: string | null;
|
|
3919
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
3920
3920
|
purchasePrice: number | null;
|
|
3921
3921
|
currentValue: number | null;
|
|
3922
3922
|
weight: number | null;
|
|
@@ -4002,8 +4002,8 @@ export declare const livestockRouter: {
|
|
|
4002
4002
|
name: string | null;
|
|
4003
4003
|
farmId: string;
|
|
4004
4004
|
location: string | null;
|
|
4005
|
-
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4006
4005
|
notes: string | null;
|
|
4006
|
+
category: "OTHER" | "CATTLE" | "POULTRY" | "SHEEP" | "GOAT" | "PIG" | "FISH" | "RABBIT";
|
|
4007
4007
|
purchasePrice: number | null;
|
|
4008
4008
|
currentValue: number | null;
|
|
4009
4009
|
weight: number | null;
|
|
@@ -97,8 +97,8 @@ export declare const soilTestsRouter: {
|
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
98
|
createdAt: string;
|
|
99
99
|
updatedAt: string;
|
|
100
|
-
fieldId: string;
|
|
101
100
|
notes: string | null;
|
|
101
|
+
fieldId: string;
|
|
102
102
|
testDate: string;
|
|
103
103
|
testedBy: string | null;
|
|
104
104
|
labName: string | null;
|
|
@@ -126,8 +126,8 @@ export declare const soilTestsRouter: {
|
|
|
126
126
|
}, {
|
|
127
127
|
createdAt: string;
|
|
128
128
|
updatedAt: string;
|
|
129
|
-
fieldId: string;
|
|
130
129
|
notes: string | null;
|
|
130
|
+
fieldId: string;
|
|
131
131
|
testDate: string;
|
|
132
132
|
testedBy: string | null;
|
|
133
133
|
labName: string | null;
|
|
@@ -162,8 +162,8 @@ export declare const soilTestsRouter: {
|
|
|
162
162
|
attributes: {
|
|
163
163
|
createdAt: string;
|
|
164
164
|
updatedAt: string;
|
|
165
|
-
fieldId: string;
|
|
166
165
|
notes: string | null;
|
|
166
|
+
fieldId: string;
|
|
167
167
|
testDate: string;
|
|
168
168
|
testedBy: string | null;
|
|
169
169
|
labName: string | null;
|
|
@@ -198,8 +198,8 @@ export declare const soilTestsRouter: {
|
|
|
198
198
|
attributes: {
|
|
199
199
|
createdAt: string;
|
|
200
200
|
updatedAt: string;
|
|
201
|
-
fieldId: string;
|
|
202
201
|
notes: string | null;
|
|
202
|
+
fieldId: string;
|
|
203
203
|
testDate: string;
|
|
204
204
|
testedBy: string | null;
|
|
205
205
|
labName: string | null;
|
|
@@ -260,8 +260,8 @@ export declare const soilTestsRouter: {
|
|
|
260
260
|
attributes: {
|
|
261
261
|
createdAt: string;
|
|
262
262
|
updatedAt: string;
|
|
263
|
-
fieldId: string;
|
|
264
263
|
notes: string | null;
|
|
264
|
+
fieldId: string;
|
|
265
265
|
testDate: string;
|
|
266
266
|
testedBy: string | null;
|
|
267
267
|
labName: string | null;
|
|
@@ -308,8 +308,8 @@ export declare const soilTestsRouter: {
|
|
|
308
308
|
attributes: {
|
|
309
309
|
createdAt: string;
|
|
310
310
|
updatedAt: string;
|
|
311
|
-
fieldId: string;
|
|
312
311
|
notes: string | null;
|
|
312
|
+
fieldId: string;
|
|
313
313
|
testDate: string;
|
|
314
314
|
testedBy: string | null;
|
|
315
315
|
labName: string | null;
|
|
@@ -735,8 +735,8 @@ export declare const soilTestsRouter: {
|
|
|
735
735
|
}, "strip", z.ZodTypeAny, {
|
|
736
736
|
createdAt: string;
|
|
737
737
|
updatedAt: string;
|
|
738
|
-
fieldId: string;
|
|
739
738
|
notes: string | null;
|
|
739
|
+
fieldId: string;
|
|
740
740
|
testDate: string;
|
|
741
741
|
testedBy: string | null;
|
|
742
742
|
labName: string | null;
|
|
@@ -764,8 +764,8 @@ export declare const soilTestsRouter: {
|
|
|
764
764
|
}, {
|
|
765
765
|
createdAt: string;
|
|
766
766
|
updatedAt: string;
|
|
767
|
-
fieldId: string;
|
|
768
767
|
notes: string | null;
|
|
768
|
+
fieldId: string;
|
|
769
769
|
testDate: string;
|
|
770
770
|
testedBy: string | null;
|
|
771
771
|
labName: string | null;
|
|
@@ -800,8 +800,8 @@ export declare const soilTestsRouter: {
|
|
|
800
800
|
attributes: {
|
|
801
801
|
createdAt: string;
|
|
802
802
|
updatedAt: string;
|
|
803
|
-
fieldId: string;
|
|
804
803
|
notes: string | null;
|
|
804
|
+
fieldId: string;
|
|
805
805
|
testDate: string;
|
|
806
806
|
testedBy: string | null;
|
|
807
807
|
labName: string | null;
|
|
@@ -836,8 +836,8 @@ export declare const soilTestsRouter: {
|
|
|
836
836
|
attributes: {
|
|
837
837
|
createdAt: string;
|
|
838
838
|
updatedAt: string;
|
|
839
|
-
fieldId: string;
|
|
840
839
|
notes: string | null;
|
|
840
|
+
fieldId: string;
|
|
841
841
|
testDate: string;
|
|
842
842
|
testedBy: string | null;
|
|
843
843
|
labName: string | null;
|
|
@@ -898,8 +898,8 @@ export declare const soilTestsRouter: {
|
|
|
898
898
|
attributes: {
|
|
899
899
|
createdAt: string;
|
|
900
900
|
updatedAt: string;
|
|
901
|
-
fieldId: string;
|
|
902
901
|
notes: string | null;
|
|
902
|
+
fieldId: string;
|
|
903
903
|
testDate: string;
|
|
904
904
|
testedBy: string | null;
|
|
905
905
|
labName: string | null;
|
|
@@ -946,8 +946,8 @@ export declare const soilTestsRouter: {
|
|
|
946
946
|
attributes: {
|
|
947
947
|
createdAt: string;
|
|
948
948
|
updatedAt: string;
|
|
949
|
-
fieldId: string;
|
|
950
949
|
notes: string | null;
|
|
950
|
+
fieldId: string;
|
|
951
951
|
testDate: string;
|
|
952
952
|
testedBy: string | null;
|
|
953
953
|
labName: string | null;
|
|
@@ -1422,8 +1422,8 @@ export declare const soilTestsRouter: {
|
|
|
1422
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1423
1423
|
createdAt: string;
|
|
1424
1424
|
updatedAt: string;
|
|
1425
|
-
fieldId: string;
|
|
1426
1425
|
notes: string | null;
|
|
1426
|
+
fieldId: string;
|
|
1427
1427
|
testDate: string;
|
|
1428
1428
|
testedBy: string | null;
|
|
1429
1429
|
labName: string | null;
|
|
@@ -1451,8 +1451,8 @@ export declare const soilTestsRouter: {
|
|
|
1451
1451
|
}, {
|
|
1452
1452
|
createdAt: string;
|
|
1453
1453
|
updatedAt: string;
|
|
1454
|
-
fieldId: string;
|
|
1455
1454
|
notes: string | null;
|
|
1455
|
+
fieldId: string;
|
|
1456
1456
|
testDate: string;
|
|
1457
1457
|
testedBy: string | null;
|
|
1458
1458
|
labName: string | null;
|
|
@@ -1545,8 +1545,8 @@ export declare const soilTestsRouter: {
|
|
|
1545
1545
|
attributes: {
|
|
1546
1546
|
createdAt: string;
|
|
1547
1547
|
updatedAt: string;
|
|
1548
|
-
fieldId: string;
|
|
1549
1548
|
notes: string | null;
|
|
1549
|
+
fieldId: string;
|
|
1550
1550
|
testDate: string;
|
|
1551
1551
|
testedBy: string | null;
|
|
1552
1552
|
labName: string | null;
|
|
@@ -1592,8 +1592,8 @@ export declare const soilTestsRouter: {
|
|
|
1592
1592
|
attributes: {
|
|
1593
1593
|
createdAt: string;
|
|
1594
1594
|
updatedAt: string;
|
|
1595
|
-
fieldId: string;
|
|
1596
1595
|
notes: string | null;
|
|
1596
|
+
fieldId: string;
|
|
1597
1597
|
testDate: string;
|
|
1598
1598
|
testedBy: string | null;
|
|
1599
1599
|
labName: string | null;
|
|
@@ -1665,8 +1665,8 @@ export declare const soilTestsRouter: {
|
|
|
1665
1665
|
attributes: {
|
|
1666
1666
|
createdAt: string;
|
|
1667
1667
|
updatedAt: string;
|
|
1668
|
-
fieldId: string;
|
|
1669
1668
|
notes: string | null;
|
|
1669
|
+
fieldId: string;
|
|
1670
1670
|
testDate: string;
|
|
1671
1671
|
testedBy: string | null;
|
|
1672
1672
|
labName: string | null;
|
|
@@ -1724,8 +1724,8 @@ export declare const soilTestsRouter: {
|
|
|
1724
1724
|
attributes: {
|
|
1725
1725
|
createdAt: string;
|
|
1726
1726
|
updatedAt: string;
|
|
1727
|
-
fieldId: string;
|
|
1728
1727
|
notes: string | null;
|
|
1728
|
+
fieldId: string;
|
|
1729
1729
|
testDate: string;
|
|
1730
1730
|
testedBy: string | null;
|
|
1731
1731
|
labName: string | null;
|
|
@@ -1996,8 +1996,8 @@ export declare const soilTestsRouter: {
|
|
|
1996
1996
|
fieldId: z.ZodOptional<z.ZodString>;
|
|
1997
1997
|
testDate: z.ZodOptional<z.ZodString>;
|
|
1998
1998
|
}, "strip", z.ZodTypeAny, {
|
|
1999
|
-
fieldId?: string | undefined;
|
|
2000
1999
|
notes?: string | undefined;
|
|
2000
|
+
fieldId?: string | undefined;
|
|
2001
2001
|
testDate?: string | undefined;
|
|
2002
2002
|
testedBy?: string | undefined;
|
|
2003
2003
|
labName?: string | undefined;
|
|
@@ -2013,8 +2013,8 @@ export declare const soilTestsRouter: {
|
|
|
2013
2013
|
testCost?: number | undefined;
|
|
2014
2014
|
documentUrl?: string | undefined;
|
|
2015
2015
|
}, {
|
|
2016
|
-
fieldId?: string | undefined;
|
|
2017
2016
|
notes?: string | undefined;
|
|
2017
|
+
fieldId?: string | undefined;
|
|
2018
2018
|
testDate?: string | undefined;
|
|
2019
2019
|
testedBy?: string | undefined;
|
|
2020
2020
|
labName?: string | undefined;
|
|
@@ -2034,8 +2034,8 @@ export declare const soilTestsRouter: {
|
|
|
2034
2034
|
type: "soil-tests";
|
|
2035
2035
|
id: string;
|
|
2036
2036
|
attributes: {
|
|
2037
|
-
fieldId?: string | undefined;
|
|
2038
2037
|
notes?: string | undefined;
|
|
2038
|
+
fieldId?: string | undefined;
|
|
2039
2039
|
testDate?: string | undefined;
|
|
2040
2040
|
testedBy?: string | undefined;
|
|
2041
2041
|
labName?: string | undefined;
|
|
@@ -2055,8 +2055,8 @@ export declare const soilTestsRouter: {
|
|
|
2055
2055
|
type: "soil-tests";
|
|
2056
2056
|
id: string;
|
|
2057
2057
|
attributes: {
|
|
2058
|
-
fieldId?: string | undefined;
|
|
2059
2058
|
notes?: string | undefined;
|
|
2059
|
+
fieldId?: string | undefined;
|
|
2060
2060
|
testDate?: string | undefined;
|
|
2061
2061
|
testedBy?: string | undefined;
|
|
2062
2062
|
labName?: string | undefined;
|
|
@@ -2078,8 +2078,8 @@ export declare const soilTestsRouter: {
|
|
|
2078
2078
|
type: "soil-tests";
|
|
2079
2079
|
id: string;
|
|
2080
2080
|
attributes: {
|
|
2081
|
-
fieldId?: string | undefined;
|
|
2082
2081
|
notes?: string | undefined;
|
|
2082
|
+
fieldId?: string | undefined;
|
|
2083
2083
|
testDate?: string | undefined;
|
|
2084
2084
|
testedBy?: string | undefined;
|
|
2085
2085
|
labName?: string | undefined;
|
|
@@ -2101,8 +2101,8 @@ export declare const soilTestsRouter: {
|
|
|
2101
2101
|
type: "soil-tests";
|
|
2102
2102
|
id: string;
|
|
2103
2103
|
attributes: {
|
|
2104
|
-
fieldId?: string | undefined;
|
|
2105
2104
|
notes?: string | undefined;
|
|
2105
|
+
fieldId?: string | undefined;
|
|
2106
2106
|
testDate?: string | undefined;
|
|
2107
2107
|
testedBy?: string | undefined;
|
|
2108
2108
|
labName?: string | undefined;
|
|
@@ -2171,8 +2171,8 @@ export declare const soilTestsRouter: {
|
|
|
2171
2171
|
}, "strip", z.ZodTypeAny, {
|
|
2172
2172
|
createdAt: string;
|
|
2173
2173
|
updatedAt: string;
|
|
2174
|
-
fieldId: string;
|
|
2175
2174
|
notes: string | null;
|
|
2175
|
+
fieldId: string;
|
|
2176
2176
|
testDate: string;
|
|
2177
2177
|
testedBy: string | null;
|
|
2178
2178
|
labName: string | null;
|
|
@@ -2200,8 +2200,8 @@ export declare const soilTestsRouter: {
|
|
|
2200
2200
|
}, {
|
|
2201
2201
|
createdAt: string;
|
|
2202
2202
|
updatedAt: string;
|
|
2203
|
-
fieldId: string;
|
|
2204
2203
|
notes: string | null;
|
|
2204
|
+
fieldId: string;
|
|
2205
2205
|
testDate: string;
|
|
2206
2206
|
testedBy: string | null;
|
|
2207
2207
|
labName: string | null;
|
|
@@ -2236,8 +2236,8 @@ export declare const soilTestsRouter: {
|
|
|
2236
2236
|
attributes: {
|
|
2237
2237
|
createdAt: string;
|
|
2238
2238
|
updatedAt: string;
|
|
2239
|
-
fieldId: string;
|
|
2240
2239
|
notes: string | null;
|
|
2240
|
+
fieldId: string;
|
|
2241
2241
|
testDate: string;
|
|
2242
2242
|
testedBy: string | null;
|
|
2243
2243
|
labName: string | null;
|
|
@@ -2272,8 +2272,8 @@ export declare const soilTestsRouter: {
|
|
|
2272
2272
|
attributes: {
|
|
2273
2273
|
createdAt: string;
|
|
2274
2274
|
updatedAt: string;
|
|
2275
|
-
fieldId: string;
|
|
2276
2275
|
notes: string | null;
|
|
2276
|
+
fieldId: string;
|
|
2277
2277
|
testDate: string;
|
|
2278
2278
|
testedBy: string | null;
|
|
2279
2279
|
labName: string | null;
|
|
@@ -2334,8 +2334,8 @@ export declare const soilTestsRouter: {
|
|
|
2334
2334
|
attributes: {
|
|
2335
2335
|
createdAt: string;
|
|
2336
2336
|
updatedAt: string;
|
|
2337
|
-
fieldId: string;
|
|
2338
2337
|
notes: string | null;
|
|
2338
|
+
fieldId: string;
|
|
2339
2339
|
testDate: string;
|
|
2340
2340
|
testedBy: string | null;
|
|
2341
2341
|
labName: string | null;
|
|
@@ -2382,8 +2382,8 @@ export declare const soilTestsRouter: {
|
|
|
2382
2382
|
attributes: {
|
|
2383
2383
|
createdAt: string;
|
|
2384
2384
|
updatedAt: string;
|
|
2385
|
-
fieldId: string;
|
|
2386
2385
|
notes: string | null;
|
|
2386
|
+
fieldId: string;
|
|
2387
2387
|
testDate: string;
|
|
2388
2388
|
testedBy: string | null;
|
|
2389
2389
|
labName: string | null;
|
|
@@ -3074,8 +3074,8 @@ export declare const soilTestsRouter: {
|
|
|
3074
3074
|
}, "strip", z.ZodTypeAny, {
|
|
3075
3075
|
createdAt: string;
|
|
3076
3076
|
updatedAt: string;
|
|
3077
|
-
fieldId: string;
|
|
3078
3077
|
notes: string | null;
|
|
3078
|
+
fieldId: string;
|
|
3079
3079
|
testDate: string;
|
|
3080
3080
|
testedBy: string | null;
|
|
3081
3081
|
labName: string | null;
|
|
@@ -3103,8 +3103,8 @@ export declare const soilTestsRouter: {
|
|
|
3103
3103
|
}, {
|
|
3104
3104
|
createdAt: string;
|
|
3105
3105
|
updatedAt: string;
|
|
3106
|
-
fieldId: string;
|
|
3107
3106
|
notes: string | null;
|
|
3107
|
+
fieldId: string;
|
|
3108
3108
|
testDate: string;
|
|
3109
3109
|
testedBy: string | null;
|
|
3110
3110
|
labName: string | null;
|
|
@@ -3139,8 +3139,8 @@ export declare const soilTestsRouter: {
|
|
|
3139
3139
|
attributes: {
|
|
3140
3140
|
createdAt: string;
|
|
3141
3141
|
updatedAt: string;
|
|
3142
|
-
fieldId: string;
|
|
3143
3142
|
notes: string | null;
|
|
3143
|
+
fieldId: string;
|
|
3144
3144
|
testDate: string;
|
|
3145
3145
|
testedBy: string | null;
|
|
3146
3146
|
labName: string | null;
|
|
@@ -3175,8 +3175,8 @@ export declare const soilTestsRouter: {
|
|
|
3175
3175
|
attributes: {
|
|
3176
3176
|
createdAt: string;
|
|
3177
3177
|
updatedAt: string;
|
|
3178
|
-
fieldId: string;
|
|
3179
3178
|
notes: string | null;
|
|
3179
|
+
fieldId: string;
|
|
3180
3180
|
testDate: string;
|
|
3181
3181
|
testedBy: string | null;
|
|
3182
3182
|
labName: string | null;
|
|
@@ -3237,8 +3237,8 @@ export declare const soilTestsRouter: {
|
|
|
3237
3237
|
attributes: {
|
|
3238
3238
|
createdAt: string;
|
|
3239
3239
|
updatedAt: string;
|
|
3240
|
-
fieldId: string;
|
|
3241
3240
|
notes: string | null;
|
|
3241
|
+
fieldId: string;
|
|
3242
3242
|
testDate: string;
|
|
3243
3243
|
testedBy: string | null;
|
|
3244
3244
|
labName: string | null;
|
|
@@ -3285,8 +3285,8 @@ export declare const soilTestsRouter: {
|
|
|
3285
3285
|
attributes: {
|
|
3286
3286
|
createdAt: string;
|
|
3287
3287
|
updatedAt: string;
|
|
3288
|
-
fieldId: string;
|
|
3289
3288
|
notes: string | null;
|
|
3289
|
+
fieldId: string;
|
|
3290
3290
|
testDate: string;
|
|
3291
3291
|
testedBy: string | null;
|
|
3292
3292
|
labName: string | null;
|