@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
|
@@ -6152,8 +6152,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6152
6152
|
description: string | null;
|
|
6153
6153
|
plantingDate: string;
|
|
6154
6154
|
expectedHarvestDate: string | null;
|
|
6155
|
-
fieldId: string;
|
|
6156
6155
|
notes: string | null;
|
|
6156
|
+
fieldId: string;
|
|
6157
6157
|
cropName: string;
|
|
6158
6158
|
estimatedTotalCost: number | null;
|
|
6159
6159
|
cropNutrientProfileId: string;
|
|
@@ -6185,8 +6185,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6185
6185
|
description: string | null;
|
|
6186
6186
|
plantingDate: string;
|
|
6187
6187
|
expectedHarvestDate: string | null;
|
|
6188
|
-
fieldId: string;
|
|
6189
6188
|
notes: string | null;
|
|
6189
|
+
fieldId: string;
|
|
6190
6190
|
cropName: string;
|
|
6191
6191
|
estimatedTotalCost: number | null;
|
|
6192
6192
|
cropNutrientProfileId: string;
|
|
@@ -6225,8 +6225,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6225
6225
|
description: string | null;
|
|
6226
6226
|
plantingDate: string;
|
|
6227
6227
|
expectedHarvestDate: string | null;
|
|
6228
|
-
fieldId: string;
|
|
6229
6228
|
notes: string | null;
|
|
6229
|
+
fieldId: string;
|
|
6230
6230
|
cropName: string;
|
|
6231
6231
|
estimatedTotalCost: number | null;
|
|
6232
6232
|
cropNutrientProfileId: string;
|
|
@@ -6265,8 +6265,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6265
6265
|
description: string | null;
|
|
6266
6266
|
plantingDate: string;
|
|
6267
6267
|
expectedHarvestDate: string | null;
|
|
6268
|
-
fieldId: string;
|
|
6269
6268
|
notes: string | null;
|
|
6269
|
+
fieldId: string;
|
|
6270
6270
|
cropName: string;
|
|
6271
6271
|
estimatedTotalCost: number | null;
|
|
6272
6272
|
cropNutrientProfileId: string;
|
|
@@ -6331,8 +6331,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6331
6331
|
description: string | null;
|
|
6332
6332
|
plantingDate: string;
|
|
6333
6333
|
expectedHarvestDate: string | null;
|
|
6334
|
-
fieldId: string;
|
|
6335
6334
|
notes: string | null;
|
|
6335
|
+
fieldId: string;
|
|
6336
6336
|
cropName: string;
|
|
6337
6337
|
estimatedTotalCost: number | null;
|
|
6338
6338
|
cropNutrientProfileId: string;
|
|
@@ -6383,8 +6383,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6383
6383
|
description: string | null;
|
|
6384
6384
|
plantingDate: string;
|
|
6385
6385
|
expectedHarvestDate: string | null;
|
|
6386
|
-
fieldId: string;
|
|
6387
6386
|
notes: string | null;
|
|
6387
|
+
fieldId: string;
|
|
6388
6388
|
cropName: string;
|
|
6389
6389
|
estimatedTotalCost: number | null;
|
|
6390
6390
|
cropNutrientProfileId: string;
|
|
@@ -6689,8 +6689,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6689
6689
|
description: string | null;
|
|
6690
6690
|
plantingDate: string;
|
|
6691
6691
|
expectedHarvestDate: string | null;
|
|
6692
|
-
fieldId: string;
|
|
6693
6692
|
notes: string | null;
|
|
6693
|
+
fieldId: string;
|
|
6694
6694
|
cropName: string;
|
|
6695
6695
|
estimatedTotalCost: number | null;
|
|
6696
6696
|
cropNutrientProfileId: string;
|
|
@@ -6722,8 +6722,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6722
6722
|
description: string | null;
|
|
6723
6723
|
plantingDate: string;
|
|
6724
6724
|
expectedHarvestDate: string | null;
|
|
6725
|
-
fieldId: string;
|
|
6726
6725
|
notes: string | null;
|
|
6726
|
+
fieldId: string;
|
|
6727
6727
|
cropName: string;
|
|
6728
6728
|
estimatedTotalCost: number | null;
|
|
6729
6729
|
cropNutrientProfileId: string;
|
|
@@ -6762,8 +6762,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6762
6762
|
description: string | null;
|
|
6763
6763
|
plantingDate: string;
|
|
6764
6764
|
expectedHarvestDate: string | null;
|
|
6765
|
-
fieldId: string;
|
|
6766
6765
|
notes: string | null;
|
|
6766
|
+
fieldId: string;
|
|
6767
6767
|
cropName: string;
|
|
6768
6768
|
estimatedTotalCost: number | null;
|
|
6769
6769
|
cropNutrientProfileId: string;
|
|
@@ -6802,8 +6802,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6802
6802
|
description: string | null;
|
|
6803
6803
|
plantingDate: string;
|
|
6804
6804
|
expectedHarvestDate: string | null;
|
|
6805
|
-
fieldId: string;
|
|
6806
6805
|
notes: string | null;
|
|
6806
|
+
fieldId: string;
|
|
6807
6807
|
cropName: string;
|
|
6808
6808
|
estimatedTotalCost: number | null;
|
|
6809
6809
|
cropNutrientProfileId: string;
|
|
@@ -6868,8 +6868,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6868
6868
|
description: string | null;
|
|
6869
6869
|
plantingDate: string;
|
|
6870
6870
|
expectedHarvestDate: string | null;
|
|
6871
|
-
fieldId: string;
|
|
6872
6871
|
notes: string | null;
|
|
6872
|
+
fieldId: string;
|
|
6873
6873
|
cropName: string;
|
|
6874
6874
|
estimatedTotalCost: number | null;
|
|
6875
6875
|
cropNutrientProfileId: string;
|
|
@@ -6920,8 +6920,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6920
6920
|
description: string | null;
|
|
6921
6921
|
plantingDate: string;
|
|
6922
6922
|
expectedHarvestDate: string | null;
|
|
6923
|
-
fieldId: string;
|
|
6924
6923
|
notes: string | null;
|
|
6924
|
+
fieldId: string;
|
|
6925
6925
|
cropName: string;
|
|
6926
6926
|
estimatedTotalCost: number | null;
|
|
6927
6927
|
cropNutrientProfileId: string;
|
|
@@ -7329,8 +7329,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7329
7329
|
description: string | null;
|
|
7330
7330
|
plantingDate: string;
|
|
7331
7331
|
expectedHarvestDate: string | null;
|
|
7332
|
-
fieldId: string;
|
|
7333
7332
|
notes: string | null;
|
|
7333
|
+
fieldId: string;
|
|
7334
7334
|
cropName: string;
|
|
7335
7335
|
estimatedTotalCost: number | null;
|
|
7336
7336
|
cropNutrientProfileId: string;
|
|
@@ -7362,8 +7362,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7362
7362
|
description: string | null;
|
|
7363
7363
|
plantingDate: string;
|
|
7364
7364
|
expectedHarvestDate: string | null;
|
|
7365
|
-
fieldId: string;
|
|
7366
7365
|
notes: string | null;
|
|
7366
|
+
fieldId: string;
|
|
7367
7367
|
cropName: string;
|
|
7368
7368
|
estimatedTotalCost: number | null;
|
|
7369
7369
|
cropNutrientProfileId: string;
|
|
@@ -7402,8 +7402,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7402
7402
|
description: string | null;
|
|
7403
7403
|
plantingDate: string;
|
|
7404
7404
|
expectedHarvestDate: string | null;
|
|
7405
|
-
fieldId: string;
|
|
7406
7405
|
notes: string | null;
|
|
7406
|
+
fieldId: string;
|
|
7407
7407
|
cropName: string;
|
|
7408
7408
|
estimatedTotalCost: number | null;
|
|
7409
7409
|
cropNutrientProfileId: string;
|
|
@@ -7442,8 +7442,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7442
7442
|
description: string | null;
|
|
7443
7443
|
plantingDate: string;
|
|
7444
7444
|
expectedHarvestDate: string | null;
|
|
7445
|
-
fieldId: string;
|
|
7446
7445
|
notes: string | null;
|
|
7446
|
+
fieldId: string;
|
|
7447
7447
|
cropName: string;
|
|
7448
7448
|
estimatedTotalCost: number | null;
|
|
7449
7449
|
cropNutrientProfileId: string;
|
|
@@ -7508,8 +7508,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7508
7508
|
description: string | null;
|
|
7509
7509
|
plantingDate: string;
|
|
7510
7510
|
expectedHarvestDate: string | null;
|
|
7511
|
-
fieldId: string;
|
|
7512
7511
|
notes: string | null;
|
|
7512
|
+
fieldId: string;
|
|
7513
7513
|
cropName: string;
|
|
7514
7514
|
estimatedTotalCost: number | null;
|
|
7515
7515
|
cropNutrientProfileId: string;
|
|
@@ -7560,8 +7560,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7560
7560
|
description: string | null;
|
|
7561
7561
|
plantingDate: string;
|
|
7562
7562
|
expectedHarvestDate: string | null;
|
|
7563
|
-
fieldId: string;
|
|
7564
7563
|
notes: string | null;
|
|
7564
|
+
fieldId: string;
|
|
7565
7565
|
cropName: string;
|
|
7566
7566
|
estimatedTotalCost: number | null;
|
|
7567
7567
|
cropNutrientProfileId: string;
|
|
@@ -8139,8 +8139,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8139
8139
|
description: string | null;
|
|
8140
8140
|
plantingDate: string;
|
|
8141
8141
|
expectedHarvestDate: string | null;
|
|
8142
|
-
fieldId: string;
|
|
8143
8142
|
notes: string | null;
|
|
8143
|
+
fieldId: string;
|
|
8144
8144
|
cropName: string;
|
|
8145
8145
|
estimatedTotalCost: number | null;
|
|
8146
8146
|
cropNutrientProfileId: string;
|
|
@@ -8172,8 +8172,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8172
8172
|
description: string | null;
|
|
8173
8173
|
plantingDate: string;
|
|
8174
8174
|
expectedHarvestDate: string | null;
|
|
8175
|
-
fieldId: string;
|
|
8176
8175
|
notes: string | null;
|
|
8176
|
+
fieldId: string;
|
|
8177
8177
|
cropName: string;
|
|
8178
8178
|
estimatedTotalCost: number | null;
|
|
8179
8179
|
cropNutrientProfileId: string;
|
|
@@ -8212,8 +8212,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8212
8212
|
description: string | null;
|
|
8213
8213
|
plantingDate: string;
|
|
8214
8214
|
expectedHarvestDate: string | null;
|
|
8215
|
-
fieldId: string;
|
|
8216
8215
|
notes: string | null;
|
|
8216
|
+
fieldId: string;
|
|
8217
8217
|
cropName: string;
|
|
8218
8218
|
estimatedTotalCost: number | null;
|
|
8219
8219
|
cropNutrientProfileId: string;
|
|
@@ -8252,8 +8252,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8252
8252
|
description: string | null;
|
|
8253
8253
|
plantingDate: string;
|
|
8254
8254
|
expectedHarvestDate: string | null;
|
|
8255
|
-
fieldId: string;
|
|
8256
8255
|
notes: string | null;
|
|
8256
|
+
fieldId: string;
|
|
8257
8257
|
cropName: string;
|
|
8258
8258
|
estimatedTotalCost: number | null;
|
|
8259
8259
|
cropNutrientProfileId: string;
|
|
@@ -8318,8 +8318,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8318
8318
|
description: string | null;
|
|
8319
8319
|
plantingDate: string;
|
|
8320
8320
|
expectedHarvestDate: string | null;
|
|
8321
|
-
fieldId: string;
|
|
8322
8321
|
notes: string | null;
|
|
8322
|
+
fieldId: string;
|
|
8323
8323
|
cropName: string;
|
|
8324
8324
|
estimatedTotalCost: number | null;
|
|
8325
8325
|
cropNutrientProfileId: string;
|
|
@@ -8370,8 +8370,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8370
8370
|
description: string | null;
|
|
8371
8371
|
plantingDate: string;
|
|
8372
8372
|
expectedHarvestDate: string | null;
|
|
8373
|
-
fieldId: string;
|
|
8374
8373
|
notes: string | null;
|
|
8374
|
+
fieldId: string;
|
|
8375
8375
|
cropName: string;
|
|
8376
8376
|
estimatedTotalCost: number | null;
|
|
8377
8377
|
cropNutrientProfileId: string;
|
|
@@ -8856,8 +8856,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8856
8856
|
description: string | null;
|
|
8857
8857
|
plantingDate: string;
|
|
8858
8858
|
expectedHarvestDate: string | null;
|
|
8859
|
-
fieldId: string;
|
|
8860
8859
|
notes: string | null;
|
|
8860
|
+
fieldId: string;
|
|
8861
8861
|
cropName: string;
|
|
8862
8862
|
estimatedTotalCost: number | null;
|
|
8863
8863
|
cropNutrientProfileId: string;
|
|
@@ -8889,8 +8889,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8889
8889
|
description: string | null;
|
|
8890
8890
|
plantingDate: string;
|
|
8891
8891
|
expectedHarvestDate: string | null;
|
|
8892
|
-
fieldId: string;
|
|
8893
8892
|
notes: string | null;
|
|
8893
|
+
fieldId: string;
|
|
8894
8894
|
cropName: string;
|
|
8895
8895
|
estimatedTotalCost: number | null;
|
|
8896
8896
|
cropNutrientProfileId: string;
|
|
@@ -8929,8 +8929,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8929
8929
|
description: string | null;
|
|
8930
8930
|
plantingDate: string;
|
|
8931
8931
|
expectedHarvestDate: string | null;
|
|
8932
|
-
fieldId: string;
|
|
8933
8932
|
notes: string | null;
|
|
8933
|
+
fieldId: string;
|
|
8934
8934
|
cropName: string;
|
|
8935
8935
|
estimatedTotalCost: number | null;
|
|
8936
8936
|
cropNutrientProfileId: string;
|
|
@@ -8969,8 +8969,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8969
8969
|
description: string | null;
|
|
8970
8970
|
plantingDate: string;
|
|
8971
8971
|
expectedHarvestDate: string | null;
|
|
8972
|
-
fieldId: string;
|
|
8973
8972
|
notes: string | null;
|
|
8973
|
+
fieldId: string;
|
|
8974
8974
|
cropName: string;
|
|
8975
8975
|
estimatedTotalCost: number | null;
|
|
8976
8976
|
cropNutrientProfileId: string;
|
|
@@ -9035,8 +9035,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9035
9035
|
description: string | null;
|
|
9036
9036
|
plantingDate: string;
|
|
9037
9037
|
expectedHarvestDate: string | null;
|
|
9038
|
-
fieldId: string;
|
|
9039
9038
|
notes: string | null;
|
|
9039
|
+
fieldId: string;
|
|
9040
9040
|
cropName: string;
|
|
9041
9041
|
estimatedTotalCost: number | null;
|
|
9042
9042
|
cropNutrientProfileId: string;
|
|
@@ -9087,8 +9087,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9087
9087
|
description: string | null;
|
|
9088
9088
|
plantingDate: string;
|
|
9089
9089
|
expectedHarvestDate: string | null;
|
|
9090
|
-
fieldId: string;
|
|
9091
9090
|
notes: string | null;
|
|
9091
|
+
fieldId: string;
|
|
9092
9092
|
cropName: string;
|
|
9093
9093
|
estimatedTotalCost: number | null;
|
|
9094
9094
|
cropNutrientProfileId: string;
|
|
@@ -9483,8 +9483,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9483
9483
|
description: string | null;
|
|
9484
9484
|
plantingDate: string;
|
|
9485
9485
|
expectedHarvestDate: string | null;
|
|
9486
|
-
fieldId: string;
|
|
9487
9486
|
notes: string | null;
|
|
9487
|
+
fieldId: string;
|
|
9488
9488
|
cropName: string;
|
|
9489
9489
|
estimatedTotalCost: number | null;
|
|
9490
9490
|
cropNutrientProfileId: string;
|
|
@@ -9516,8 +9516,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9516
9516
|
description: string | null;
|
|
9517
9517
|
plantingDate: string;
|
|
9518
9518
|
expectedHarvestDate: string | null;
|
|
9519
|
-
fieldId: string;
|
|
9520
9519
|
notes: string | null;
|
|
9520
|
+
fieldId: string;
|
|
9521
9521
|
cropName: string;
|
|
9522
9522
|
estimatedTotalCost: number | null;
|
|
9523
9523
|
cropNutrientProfileId: string;
|
|
@@ -9556,8 +9556,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9556
9556
|
description: string | null;
|
|
9557
9557
|
plantingDate: string;
|
|
9558
9558
|
expectedHarvestDate: string | null;
|
|
9559
|
-
fieldId: string;
|
|
9560
9559
|
notes: string | null;
|
|
9560
|
+
fieldId: string;
|
|
9561
9561
|
cropName: string;
|
|
9562
9562
|
estimatedTotalCost: number | null;
|
|
9563
9563
|
cropNutrientProfileId: string;
|
|
@@ -9596,8 +9596,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9596
9596
|
description: string | null;
|
|
9597
9597
|
plantingDate: string;
|
|
9598
9598
|
expectedHarvestDate: string | null;
|
|
9599
|
-
fieldId: string;
|
|
9600
9599
|
notes: string | null;
|
|
9600
|
+
fieldId: string;
|
|
9601
9601
|
cropName: string;
|
|
9602
9602
|
estimatedTotalCost: number | null;
|
|
9603
9603
|
cropNutrientProfileId: string;
|
|
@@ -9662,8 +9662,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9662
9662
|
description: string | null;
|
|
9663
9663
|
plantingDate: string;
|
|
9664
9664
|
expectedHarvestDate: string | null;
|
|
9665
|
-
fieldId: string;
|
|
9666
9665
|
notes: string | null;
|
|
9666
|
+
fieldId: string;
|
|
9667
9667
|
cropName: string;
|
|
9668
9668
|
estimatedTotalCost: number | null;
|
|
9669
9669
|
cropNutrientProfileId: string;
|
|
@@ -9714,8 +9714,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9714
9714
|
description: string | null;
|
|
9715
9715
|
plantingDate: string;
|
|
9716
9716
|
expectedHarvestDate: string | null;
|
|
9717
|
-
fieldId: string;
|
|
9718
9717
|
notes: string | null;
|
|
9718
|
+
fieldId: string;
|
|
9719
9719
|
cropName: string;
|
|
9720
9720
|
estimatedTotalCost: number | null;
|
|
9721
9721
|
cropNutrientProfileId: string;
|
|
@@ -10362,10 +10362,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10362
10362
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10363
10363
|
createdAt: string;
|
|
10364
10364
|
updatedAt: string;
|
|
10365
|
+
notes: string | null;
|
|
10365
10366
|
inventoryItemId: string | null;
|
|
10366
10367
|
plannedQuantity: number;
|
|
10367
10368
|
actualQuantity: number | null;
|
|
10368
|
-
notes: string | null;
|
|
10369
10369
|
estimatedCost: number | null;
|
|
10370
10370
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10371
10371
|
taskId: string | null;
|
|
@@ -10402,10 +10402,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10402
10402
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10403
10403
|
createdAt: string;
|
|
10404
10404
|
updatedAt: string;
|
|
10405
|
+
notes: string | null;
|
|
10405
10406
|
inventoryItemId: string | null;
|
|
10406
10407
|
plannedQuantity: number;
|
|
10407
10408
|
actualQuantity: number | null;
|
|
10408
|
-
notes: string | null;
|
|
10409
10409
|
estimatedCost: number | null;
|
|
10410
10410
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10411
10411
|
taskId: string | null;
|
|
@@ -10449,10 +10449,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10449
10449
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10450
10450
|
createdAt: string;
|
|
10451
10451
|
updatedAt: string;
|
|
10452
|
+
notes: string | null;
|
|
10452
10453
|
inventoryItemId: string | null;
|
|
10453
10454
|
plannedQuantity: number;
|
|
10454
10455
|
actualQuantity: number | null;
|
|
10455
|
-
notes: string | null;
|
|
10456
10456
|
estimatedCost: number | null;
|
|
10457
10457
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10458
10458
|
taskId: string | null;
|
|
@@ -10496,10 +10496,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10496
10496
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10497
10497
|
createdAt: string;
|
|
10498
10498
|
updatedAt: string;
|
|
10499
|
+
notes: string | null;
|
|
10499
10500
|
inventoryItemId: string | null;
|
|
10500
10501
|
plannedQuantity: number;
|
|
10501
10502
|
actualQuantity: number | null;
|
|
10502
|
-
notes: string | null;
|
|
10503
10503
|
estimatedCost: number | null;
|
|
10504
10504
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10505
10505
|
taskId: string | null;
|
|
@@ -10569,10 +10569,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10569
10569
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10570
10570
|
createdAt: string;
|
|
10571
10571
|
updatedAt: string;
|
|
10572
|
+
notes: string | null;
|
|
10572
10573
|
inventoryItemId: string | null;
|
|
10573
10574
|
plannedQuantity: number;
|
|
10574
10575
|
actualQuantity: number | null;
|
|
10575
|
-
notes: string | null;
|
|
10576
10576
|
estimatedCost: number | null;
|
|
10577
10577
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10578
10578
|
taskId: string | null;
|
|
@@ -10628,10 +10628,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10628
10628
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10629
10629
|
createdAt: string;
|
|
10630
10630
|
updatedAt: string;
|
|
10631
|
+
notes: string | null;
|
|
10631
10632
|
inventoryItemId: string | null;
|
|
10632
10633
|
plannedQuantity: number;
|
|
10633
10634
|
actualQuantity: number | null;
|
|
10634
|
-
notes: string | null;
|
|
10635
10635
|
estimatedCost: number | null;
|
|
10636
10636
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10637
10637
|
taskId: string | null;
|
|
@@ -10960,10 +10960,10 @@ export declare const fertigationEventsRouter: {
|
|
|
10960
10960
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10961
10961
|
createdAt: string;
|
|
10962
10962
|
updatedAt: string;
|
|
10963
|
+
notes: string | null;
|
|
10963
10964
|
inventoryItemId: string | null;
|
|
10964
10965
|
plannedQuantity: number;
|
|
10965
10966
|
actualQuantity: number | null;
|
|
10966
|
-
notes: string | null;
|
|
10967
10967
|
estimatedCost: number | null;
|
|
10968
10968
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
10969
10969
|
taskId: string | null;
|
|
@@ -11000,10 +11000,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11000
11000
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11001
11001
|
createdAt: string;
|
|
11002
11002
|
updatedAt: string;
|
|
11003
|
+
notes: string | null;
|
|
11003
11004
|
inventoryItemId: string | null;
|
|
11004
11005
|
plannedQuantity: number;
|
|
11005
11006
|
actualQuantity: number | null;
|
|
11006
|
-
notes: string | null;
|
|
11007
11007
|
estimatedCost: number | null;
|
|
11008
11008
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11009
11009
|
taskId: string | null;
|
|
@@ -11047,10 +11047,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11047
11047
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11048
11048
|
createdAt: string;
|
|
11049
11049
|
updatedAt: string;
|
|
11050
|
+
notes: string | null;
|
|
11050
11051
|
inventoryItemId: string | null;
|
|
11051
11052
|
plannedQuantity: number;
|
|
11052
11053
|
actualQuantity: number | null;
|
|
11053
|
-
notes: string | null;
|
|
11054
11054
|
estimatedCost: number | null;
|
|
11055
11055
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11056
11056
|
taskId: string | null;
|
|
@@ -11094,10 +11094,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11094
11094
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11095
11095
|
createdAt: string;
|
|
11096
11096
|
updatedAt: string;
|
|
11097
|
+
notes: string | null;
|
|
11097
11098
|
inventoryItemId: string | null;
|
|
11098
11099
|
plannedQuantity: number;
|
|
11099
11100
|
actualQuantity: number | null;
|
|
11100
|
-
notes: string | null;
|
|
11101
11101
|
estimatedCost: number | null;
|
|
11102
11102
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11103
11103
|
taskId: string | null;
|
|
@@ -11167,10 +11167,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11167
11167
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11168
11168
|
createdAt: string;
|
|
11169
11169
|
updatedAt: string;
|
|
11170
|
+
notes: string | null;
|
|
11170
11171
|
inventoryItemId: string | null;
|
|
11171
11172
|
plannedQuantity: number;
|
|
11172
11173
|
actualQuantity: number | null;
|
|
11173
|
-
notes: string | null;
|
|
11174
11174
|
estimatedCost: number | null;
|
|
11175
11175
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11176
11176
|
taskId: string | null;
|
|
@@ -11226,10 +11226,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11226
11226
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11227
11227
|
createdAt: string;
|
|
11228
11228
|
updatedAt: string;
|
|
11229
|
+
notes: string | null;
|
|
11229
11230
|
inventoryItemId: string | null;
|
|
11230
11231
|
plannedQuantity: number;
|
|
11231
11232
|
actualQuantity: number | null;
|
|
11232
|
-
notes: string | null;
|
|
11233
11233
|
estimatedCost: number | null;
|
|
11234
11234
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11235
11235
|
taskId: string | null;
|
|
@@ -11551,10 +11551,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11551
11551
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11552
11552
|
createdAt: string;
|
|
11553
11553
|
updatedAt: string;
|
|
11554
|
+
notes: string | null;
|
|
11554
11555
|
inventoryItemId: string | null;
|
|
11555
11556
|
plannedQuantity: number;
|
|
11556
11557
|
actualQuantity: number | null;
|
|
11557
|
-
notes: string | null;
|
|
11558
11558
|
estimatedCost: number | null;
|
|
11559
11559
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11560
11560
|
taskId: string | null;
|
|
@@ -11591,10 +11591,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11591
11591
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11592
11592
|
createdAt: string;
|
|
11593
11593
|
updatedAt: string;
|
|
11594
|
+
notes: string | null;
|
|
11594
11595
|
inventoryItemId: string | null;
|
|
11595
11596
|
plannedQuantity: number;
|
|
11596
11597
|
actualQuantity: number | null;
|
|
11597
|
-
notes: string | null;
|
|
11598
11598
|
estimatedCost: number | null;
|
|
11599
11599
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11600
11600
|
taskId: string | null;
|
|
@@ -11638,10 +11638,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11638
11638
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11639
11639
|
createdAt: string;
|
|
11640
11640
|
updatedAt: string;
|
|
11641
|
+
notes: string | null;
|
|
11641
11642
|
inventoryItemId: string | null;
|
|
11642
11643
|
plannedQuantity: number;
|
|
11643
11644
|
actualQuantity: number | null;
|
|
11644
|
-
notes: string | null;
|
|
11645
11645
|
estimatedCost: number | null;
|
|
11646
11646
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11647
11647
|
taskId: string | null;
|
|
@@ -11685,10 +11685,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11685
11685
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11686
11686
|
createdAt: string;
|
|
11687
11687
|
updatedAt: string;
|
|
11688
|
+
notes: string | null;
|
|
11688
11689
|
inventoryItemId: string | null;
|
|
11689
11690
|
plannedQuantity: number;
|
|
11690
11691
|
actualQuantity: number | null;
|
|
11691
|
-
notes: string | null;
|
|
11692
11692
|
estimatedCost: number | null;
|
|
11693
11693
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11694
11694
|
taskId: string | null;
|
|
@@ -11758,10 +11758,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11758
11758
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11759
11759
|
createdAt: string;
|
|
11760
11760
|
updatedAt: string;
|
|
11761
|
+
notes: string | null;
|
|
11761
11762
|
inventoryItemId: string | null;
|
|
11762
11763
|
plannedQuantity: number;
|
|
11763
11764
|
actualQuantity: number | null;
|
|
11764
|
-
notes: string | null;
|
|
11765
11765
|
estimatedCost: number | null;
|
|
11766
11766
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11767
11767
|
taskId: string | null;
|
|
@@ -11817,10 +11817,10 @@ export declare const fertigationEventsRouter: {
|
|
|
11817
11817
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11818
11818
|
createdAt: string;
|
|
11819
11819
|
updatedAt: string;
|
|
11820
|
+
notes: string | null;
|
|
11820
11821
|
inventoryItemId: string | null;
|
|
11821
11822
|
plannedQuantity: number;
|
|
11822
11823
|
actualQuantity: number | null;
|
|
11823
|
-
notes: string | null;
|
|
11824
11824
|
estimatedCost: number | null;
|
|
11825
11825
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
11826
11826
|
taskId: string | null;
|
|
@@ -12251,10 +12251,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12251
12251
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12252
12252
|
createdAt: string;
|
|
12253
12253
|
updatedAt: string;
|
|
12254
|
+
notes: string | null;
|
|
12254
12255
|
inventoryItemId: string | null;
|
|
12255
12256
|
plannedQuantity: number;
|
|
12256
12257
|
actualQuantity: number | null;
|
|
12257
|
-
notes: string | null;
|
|
12258
12258
|
estimatedCost: number | null;
|
|
12259
12259
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12260
12260
|
taskId: string | null;
|
|
@@ -12291,10 +12291,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12291
12291
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12292
12292
|
createdAt: string;
|
|
12293
12293
|
updatedAt: string;
|
|
12294
|
+
notes: string | null;
|
|
12294
12295
|
inventoryItemId: string | null;
|
|
12295
12296
|
plannedQuantity: number;
|
|
12296
12297
|
actualQuantity: number | null;
|
|
12297
|
-
notes: string | null;
|
|
12298
12298
|
estimatedCost: number | null;
|
|
12299
12299
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12300
12300
|
taskId: string | null;
|
|
@@ -12338,10 +12338,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12338
12338
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12339
12339
|
createdAt: string;
|
|
12340
12340
|
updatedAt: string;
|
|
12341
|
+
notes: string | null;
|
|
12341
12342
|
inventoryItemId: string | null;
|
|
12342
12343
|
plannedQuantity: number;
|
|
12343
12344
|
actualQuantity: number | null;
|
|
12344
|
-
notes: string | null;
|
|
12345
12345
|
estimatedCost: number | null;
|
|
12346
12346
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12347
12347
|
taskId: string | null;
|
|
@@ -12385,10 +12385,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12385
12385
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12386
12386
|
createdAt: string;
|
|
12387
12387
|
updatedAt: string;
|
|
12388
|
+
notes: string | null;
|
|
12388
12389
|
inventoryItemId: string | null;
|
|
12389
12390
|
plannedQuantity: number;
|
|
12390
12391
|
actualQuantity: number | null;
|
|
12391
|
-
notes: string | null;
|
|
12392
12392
|
estimatedCost: number | null;
|
|
12393
12393
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12394
12394
|
taskId: string | null;
|
|
@@ -12458,10 +12458,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12458
12458
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12459
12459
|
createdAt: string;
|
|
12460
12460
|
updatedAt: string;
|
|
12461
|
+
notes: string | null;
|
|
12461
12462
|
inventoryItemId: string | null;
|
|
12462
12463
|
plannedQuantity: number;
|
|
12463
12464
|
actualQuantity: number | null;
|
|
12464
|
-
notes: string | null;
|
|
12465
12465
|
estimatedCost: number | null;
|
|
12466
12466
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12467
12467
|
taskId: string | null;
|
|
@@ -12517,10 +12517,10 @@ export declare const fertigationEventsRouter: {
|
|
|
12517
12517
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12518
12518
|
createdAt: string;
|
|
12519
12519
|
updatedAt: string;
|
|
12520
|
+
notes: string | null;
|
|
12520
12521
|
inventoryItemId: string | null;
|
|
12521
12522
|
plannedQuantity: number;
|
|
12522
12523
|
actualQuantity: number | null;
|
|
12523
|
-
notes: string | null;
|
|
12524
12524
|
estimatedCost: number | null;
|
|
12525
12525
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
12526
12526
|
taskId: string | null;
|
|
@@ -13029,10 +13029,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13029
13029
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13030
13030
|
createdAt: string;
|
|
13031
13031
|
updatedAt: string;
|
|
13032
|
+
notes: string | null;
|
|
13032
13033
|
inventoryItemId: string | null;
|
|
13033
13034
|
plannedQuantity: number;
|
|
13034
13035
|
actualQuantity: number | null;
|
|
13035
|
-
notes: string | null;
|
|
13036
13036
|
estimatedCost: number | null;
|
|
13037
13037
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13038
13038
|
taskId: string | null;
|
|
@@ -13069,10 +13069,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13069
13069
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13070
13070
|
createdAt: string;
|
|
13071
13071
|
updatedAt: string;
|
|
13072
|
+
notes: string | null;
|
|
13072
13073
|
inventoryItemId: string | null;
|
|
13073
13074
|
plannedQuantity: number;
|
|
13074
13075
|
actualQuantity: number | null;
|
|
13075
|
-
notes: string | null;
|
|
13076
13076
|
estimatedCost: number | null;
|
|
13077
13077
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13078
13078
|
taskId: string | null;
|
|
@@ -13116,10 +13116,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13116
13116
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13117
13117
|
createdAt: string;
|
|
13118
13118
|
updatedAt: string;
|
|
13119
|
+
notes: string | null;
|
|
13119
13120
|
inventoryItemId: string | null;
|
|
13120
13121
|
plannedQuantity: number;
|
|
13121
13122
|
actualQuantity: number | null;
|
|
13122
|
-
notes: string | null;
|
|
13123
13123
|
estimatedCost: number | null;
|
|
13124
13124
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13125
13125
|
taskId: string | null;
|
|
@@ -13163,10 +13163,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13163
13163
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13164
13164
|
createdAt: string;
|
|
13165
13165
|
updatedAt: string;
|
|
13166
|
+
notes: string | null;
|
|
13166
13167
|
inventoryItemId: string | null;
|
|
13167
13168
|
plannedQuantity: number;
|
|
13168
13169
|
actualQuantity: number | null;
|
|
13169
|
-
notes: string | null;
|
|
13170
13170
|
estimatedCost: number | null;
|
|
13171
13171
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13172
13172
|
taskId: string | null;
|
|
@@ -13236,10 +13236,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13236
13236
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13237
13237
|
createdAt: string;
|
|
13238
13238
|
updatedAt: string;
|
|
13239
|
+
notes: string | null;
|
|
13239
13240
|
inventoryItemId: string | null;
|
|
13240
13241
|
plannedQuantity: number;
|
|
13241
13242
|
actualQuantity: number | null;
|
|
13242
|
-
notes: string | null;
|
|
13243
13243
|
estimatedCost: number | null;
|
|
13244
13244
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13245
13245
|
taskId: string | null;
|
|
@@ -13295,10 +13295,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13295
13295
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13296
13296
|
createdAt: string;
|
|
13297
13297
|
updatedAt: string;
|
|
13298
|
+
notes: string | null;
|
|
13298
13299
|
inventoryItemId: string | null;
|
|
13299
13300
|
plannedQuantity: number;
|
|
13300
13301
|
actualQuantity: number | null;
|
|
13301
|
-
notes: string | null;
|
|
13302
13302
|
estimatedCost: number | null;
|
|
13303
13303
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13304
13304
|
taskId: string | null;
|
|
@@ -13720,10 +13720,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13720
13720
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13721
13721
|
createdAt: string;
|
|
13722
13722
|
updatedAt: string;
|
|
13723
|
+
notes: string | null;
|
|
13723
13724
|
inventoryItemId: string | null;
|
|
13724
13725
|
plannedQuantity: number;
|
|
13725
13726
|
actualQuantity: number | null;
|
|
13726
|
-
notes: string | null;
|
|
13727
13727
|
estimatedCost: number | null;
|
|
13728
13728
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13729
13729
|
taskId: string | null;
|
|
@@ -13760,10 +13760,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13760
13760
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13761
13761
|
createdAt: string;
|
|
13762
13762
|
updatedAt: string;
|
|
13763
|
+
notes: string | null;
|
|
13763
13764
|
inventoryItemId: string | null;
|
|
13764
13765
|
plannedQuantity: number;
|
|
13765
13766
|
actualQuantity: number | null;
|
|
13766
|
-
notes: string | null;
|
|
13767
13767
|
estimatedCost: number | null;
|
|
13768
13768
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13769
13769
|
taskId: string | null;
|
|
@@ -13807,10 +13807,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13807
13807
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13808
13808
|
createdAt: string;
|
|
13809
13809
|
updatedAt: string;
|
|
13810
|
+
notes: string | null;
|
|
13810
13811
|
inventoryItemId: string | null;
|
|
13811
13812
|
plannedQuantity: number;
|
|
13812
13813
|
actualQuantity: number | null;
|
|
13813
|
-
notes: string | null;
|
|
13814
13814
|
estimatedCost: number | null;
|
|
13815
13815
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13816
13816
|
taskId: string | null;
|
|
@@ -13854,10 +13854,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13854
13854
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13855
13855
|
createdAt: string;
|
|
13856
13856
|
updatedAt: string;
|
|
13857
|
+
notes: string | null;
|
|
13857
13858
|
inventoryItemId: string | null;
|
|
13858
13859
|
plannedQuantity: number;
|
|
13859
13860
|
actualQuantity: number | null;
|
|
13860
|
-
notes: string | null;
|
|
13861
13861
|
estimatedCost: number | null;
|
|
13862
13862
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13863
13863
|
taskId: string | null;
|
|
@@ -13927,10 +13927,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13927
13927
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13928
13928
|
createdAt: string;
|
|
13929
13929
|
updatedAt: string;
|
|
13930
|
+
notes: string | null;
|
|
13930
13931
|
inventoryItemId: string | null;
|
|
13931
13932
|
plannedQuantity: number;
|
|
13932
13933
|
actualQuantity: number | null;
|
|
13933
|
-
notes: string | null;
|
|
13934
13934
|
estimatedCost: number | null;
|
|
13935
13935
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13936
13936
|
taskId: string | null;
|
|
@@ -13986,10 +13986,10 @@ export declare const fertigationEventsRouter: {
|
|
|
13986
13986
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13987
13987
|
createdAt: string;
|
|
13988
13988
|
updatedAt: string;
|
|
13989
|
+
notes: string | null;
|
|
13989
13990
|
inventoryItemId: string | null;
|
|
13990
13991
|
plannedQuantity: number;
|
|
13991
13992
|
actualQuantity: number | null;
|
|
13992
|
-
notes: string | null;
|
|
13993
13993
|
estimatedCost: number | null;
|
|
13994
13994
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
13995
13995
|
taskId: string | null;
|
|
@@ -16424,8 +16424,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16424
16424
|
description: string | null;
|
|
16425
16425
|
plantingDate: string;
|
|
16426
16426
|
expectedHarvestDate: string | null;
|
|
16427
|
-
fieldId: string;
|
|
16428
16427
|
notes: string | null;
|
|
16428
|
+
fieldId: string;
|
|
16429
16429
|
cropName: string;
|
|
16430
16430
|
estimatedTotalCost: number | null;
|
|
16431
16431
|
cropNutrientProfileId: string;
|
|
@@ -16457,8 +16457,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16457
16457
|
description: string | null;
|
|
16458
16458
|
plantingDate: string;
|
|
16459
16459
|
expectedHarvestDate: string | null;
|
|
16460
|
-
fieldId: string;
|
|
16461
16460
|
notes: string | null;
|
|
16461
|
+
fieldId: string;
|
|
16462
16462
|
cropName: string;
|
|
16463
16463
|
estimatedTotalCost: number | null;
|
|
16464
16464
|
cropNutrientProfileId: string;
|
|
@@ -16497,8 +16497,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16497
16497
|
description: string | null;
|
|
16498
16498
|
plantingDate: string;
|
|
16499
16499
|
expectedHarvestDate: string | null;
|
|
16500
|
-
fieldId: string;
|
|
16501
16500
|
notes: string | null;
|
|
16501
|
+
fieldId: string;
|
|
16502
16502
|
cropName: string;
|
|
16503
16503
|
estimatedTotalCost: number | null;
|
|
16504
16504
|
cropNutrientProfileId: string;
|
|
@@ -16537,8 +16537,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16537
16537
|
description: string | null;
|
|
16538
16538
|
plantingDate: string;
|
|
16539
16539
|
expectedHarvestDate: string | null;
|
|
16540
|
-
fieldId: string;
|
|
16541
16540
|
notes: string | null;
|
|
16541
|
+
fieldId: string;
|
|
16542
16542
|
cropName: string;
|
|
16543
16543
|
estimatedTotalCost: number | null;
|
|
16544
16544
|
cropNutrientProfileId: string;
|
|
@@ -16618,8 +16618,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16618
16618
|
description: string | null;
|
|
16619
16619
|
plantingDate: string;
|
|
16620
16620
|
expectedHarvestDate: string | null;
|
|
16621
|
-
fieldId: string;
|
|
16622
16621
|
notes: string | null;
|
|
16622
|
+
fieldId: string;
|
|
16623
16623
|
cropName: string;
|
|
16624
16624
|
estimatedTotalCost: number | null;
|
|
16625
16625
|
cropNutrientProfileId: string;
|
|
@@ -16699,8 +16699,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16699
16699
|
description: string | null;
|
|
16700
16700
|
plantingDate: string;
|
|
16701
16701
|
expectedHarvestDate: string | null;
|
|
16702
|
-
fieldId: string;
|
|
16703
16702
|
notes: string | null;
|
|
16703
|
+
fieldId: string;
|
|
16704
16704
|
cropName: string;
|
|
16705
16705
|
estimatedTotalCost: number | null;
|
|
16706
16706
|
cropNutrientProfileId: string;
|
|
@@ -23776,8 +23776,8 @@ export declare const fertigationRouter: {
|
|
|
23776
23776
|
description: string | null;
|
|
23777
23777
|
plantingDate: string;
|
|
23778
23778
|
expectedHarvestDate: string | null;
|
|
23779
|
-
fieldId: string;
|
|
23780
23779
|
notes: string | null;
|
|
23780
|
+
fieldId: string;
|
|
23781
23781
|
cropName: string;
|
|
23782
23782
|
estimatedTotalCost: number | null;
|
|
23783
23783
|
cropNutrientProfileId: string;
|
|
@@ -23809,8 +23809,8 @@ export declare const fertigationRouter: {
|
|
|
23809
23809
|
description: string | null;
|
|
23810
23810
|
plantingDate: string;
|
|
23811
23811
|
expectedHarvestDate: string | null;
|
|
23812
|
-
fieldId: string;
|
|
23813
23812
|
notes: string | null;
|
|
23813
|
+
fieldId: string;
|
|
23814
23814
|
cropName: string;
|
|
23815
23815
|
estimatedTotalCost: number | null;
|
|
23816
23816
|
cropNutrientProfileId: string;
|
|
@@ -23849,8 +23849,8 @@ export declare const fertigationRouter: {
|
|
|
23849
23849
|
description: string | null;
|
|
23850
23850
|
plantingDate: string;
|
|
23851
23851
|
expectedHarvestDate: string | null;
|
|
23852
|
-
fieldId: string;
|
|
23853
23852
|
notes: string | null;
|
|
23853
|
+
fieldId: string;
|
|
23854
23854
|
cropName: string;
|
|
23855
23855
|
estimatedTotalCost: number | null;
|
|
23856
23856
|
cropNutrientProfileId: string;
|
|
@@ -23889,8 +23889,8 @@ export declare const fertigationRouter: {
|
|
|
23889
23889
|
description: string | null;
|
|
23890
23890
|
plantingDate: string;
|
|
23891
23891
|
expectedHarvestDate: string | null;
|
|
23892
|
-
fieldId: string;
|
|
23893
23892
|
notes: string | null;
|
|
23893
|
+
fieldId: string;
|
|
23894
23894
|
cropName: string;
|
|
23895
23895
|
estimatedTotalCost: number | null;
|
|
23896
23896
|
cropNutrientProfileId: string;
|
|
@@ -23955,8 +23955,8 @@ export declare const fertigationRouter: {
|
|
|
23955
23955
|
description: string | null;
|
|
23956
23956
|
plantingDate: string;
|
|
23957
23957
|
expectedHarvestDate: string | null;
|
|
23958
|
-
fieldId: string;
|
|
23959
23958
|
notes: string | null;
|
|
23959
|
+
fieldId: string;
|
|
23960
23960
|
cropName: string;
|
|
23961
23961
|
estimatedTotalCost: number | null;
|
|
23962
23962
|
cropNutrientProfileId: string;
|
|
@@ -24007,8 +24007,8 @@ export declare const fertigationRouter: {
|
|
|
24007
24007
|
description: string | null;
|
|
24008
24008
|
plantingDate: string;
|
|
24009
24009
|
expectedHarvestDate: string | null;
|
|
24010
|
-
fieldId: string;
|
|
24011
24010
|
notes: string | null;
|
|
24011
|
+
fieldId: string;
|
|
24012
24012
|
cropName: string;
|
|
24013
24013
|
estimatedTotalCost: number | null;
|
|
24014
24014
|
cropNutrientProfileId: string;
|
|
@@ -24313,8 +24313,8 @@ export declare const fertigationRouter: {
|
|
|
24313
24313
|
description: string | null;
|
|
24314
24314
|
plantingDate: string;
|
|
24315
24315
|
expectedHarvestDate: string | null;
|
|
24316
|
-
fieldId: string;
|
|
24317
24316
|
notes: string | null;
|
|
24317
|
+
fieldId: string;
|
|
24318
24318
|
cropName: string;
|
|
24319
24319
|
estimatedTotalCost: number | null;
|
|
24320
24320
|
cropNutrientProfileId: string;
|
|
@@ -24346,8 +24346,8 @@ export declare const fertigationRouter: {
|
|
|
24346
24346
|
description: string | null;
|
|
24347
24347
|
plantingDate: string;
|
|
24348
24348
|
expectedHarvestDate: string | null;
|
|
24349
|
-
fieldId: string;
|
|
24350
24349
|
notes: string | null;
|
|
24350
|
+
fieldId: string;
|
|
24351
24351
|
cropName: string;
|
|
24352
24352
|
estimatedTotalCost: number | null;
|
|
24353
24353
|
cropNutrientProfileId: string;
|
|
@@ -24386,8 +24386,8 @@ export declare const fertigationRouter: {
|
|
|
24386
24386
|
description: string | null;
|
|
24387
24387
|
plantingDate: string;
|
|
24388
24388
|
expectedHarvestDate: string | null;
|
|
24389
|
-
fieldId: string;
|
|
24390
24389
|
notes: string | null;
|
|
24390
|
+
fieldId: string;
|
|
24391
24391
|
cropName: string;
|
|
24392
24392
|
estimatedTotalCost: number | null;
|
|
24393
24393
|
cropNutrientProfileId: string;
|
|
@@ -24426,8 +24426,8 @@ export declare const fertigationRouter: {
|
|
|
24426
24426
|
description: string | null;
|
|
24427
24427
|
plantingDate: string;
|
|
24428
24428
|
expectedHarvestDate: string | null;
|
|
24429
|
-
fieldId: string;
|
|
24430
24429
|
notes: string | null;
|
|
24430
|
+
fieldId: string;
|
|
24431
24431
|
cropName: string;
|
|
24432
24432
|
estimatedTotalCost: number | null;
|
|
24433
24433
|
cropNutrientProfileId: string;
|
|
@@ -24492,8 +24492,8 @@ export declare const fertigationRouter: {
|
|
|
24492
24492
|
description: string | null;
|
|
24493
24493
|
plantingDate: string;
|
|
24494
24494
|
expectedHarvestDate: string | null;
|
|
24495
|
-
fieldId: string;
|
|
24496
24495
|
notes: string | null;
|
|
24496
|
+
fieldId: string;
|
|
24497
24497
|
cropName: string;
|
|
24498
24498
|
estimatedTotalCost: number | null;
|
|
24499
24499
|
cropNutrientProfileId: string;
|
|
@@ -24544,8 +24544,8 @@ export declare const fertigationRouter: {
|
|
|
24544
24544
|
description: string | null;
|
|
24545
24545
|
plantingDate: string;
|
|
24546
24546
|
expectedHarvestDate: string | null;
|
|
24547
|
-
fieldId: string;
|
|
24548
24547
|
notes: string | null;
|
|
24548
|
+
fieldId: string;
|
|
24549
24549
|
cropName: string;
|
|
24550
24550
|
estimatedTotalCost: number | null;
|
|
24551
24551
|
cropNutrientProfileId: string;
|
|
@@ -24953,8 +24953,8 @@ export declare const fertigationRouter: {
|
|
|
24953
24953
|
description: string | null;
|
|
24954
24954
|
plantingDate: string;
|
|
24955
24955
|
expectedHarvestDate: string | null;
|
|
24956
|
-
fieldId: string;
|
|
24957
24956
|
notes: string | null;
|
|
24957
|
+
fieldId: string;
|
|
24958
24958
|
cropName: string;
|
|
24959
24959
|
estimatedTotalCost: number | null;
|
|
24960
24960
|
cropNutrientProfileId: string;
|
|
@@ -24986,8 +24986,8 @@ export declare const fertigationRouter: {
|
|
|
24986
24986
|
description: string | null;
|
|
24987
24987
|
plantingDate: string;
|
|
24988
24988
|
expectedHarvestDate: string | null;
|
|
24989
|
-
fieldId: string;
|
|
24990
24989
|
notes: string | null;
|
|
24990
|
+
fieldId: string;
|
|
24991
24991
|
cropName: string;
|
|
24992
24992
|
estimatedTotalCost: number | null;
|
|
24993
24993
|
cropNutrientProfileId: string;
|
|
@@ -25026,8 +25026,8 @@ export declare const fertigationRouter: {
|
|
|
25026
25026
|
description: string | null;
|
|
25027
25027
|
plantingDate: string;
|
|
25028
25028
|
expectedHarvestDate: string | null;
|
|
25029
|
-
fieldId: string;
|
|
25030
25029
|
notes: string | null;
|
|
25030
|
+
fieldId: string;
|
|
25031
25031
|
cropName: string;
|
|
25032
25032
|
estimatedTotalCost: number | null;
|
|
25033
25033
|
cropNutrientProfileId: string;
|
|
@@ -25066,8 +25066,8 @@ export declare const fertigationRouter: {
|
|
|
25066
25066
|
description: string | null;
|
|
25067
25067
|
plantingDate: string;
|
|
25068
25068
|
expectedHarvestDate: string | null;
|
|
25069
|
-
fieldId: string;
|
|
25070
25069
|
notes: string | null;
|
|
25070
|
+
fieldId: string;
|
|
25071
25071
|
cropName: string;
|
|
25072
25072
|
estimatedTotalCost: number | null;
|
|
25073
25073
|
cropNutrientProfileId: string;
|
|
@@ -25132,8 +25132,8 @@ export declare const fertigationRouter: {
|
|
|
25132
25132
|
description: string | null;
|
|
25133
25133
|
plantingDate: string;
|
|
25134
25134
|
expectedHarvestDate: string | null;
|
|
25135
|
-
fieldId: string;
|
|
25136
25135
|
notes: string | null;
|
|
25136
|
+
fieldId: string;
|
|
25137
25137
|
cropName: string;
|
|
25138
25138
|
estimatedTotalCost: number | null;
|
|
25139
25139
|
cropNutrientProfileId: string;
|
|
@@ -25184,8 +25184,8 @@ export declare const fertigationRouter: {
|
|
|
25184
25184
|
description: string | null;
|
|
25185
25185
|
plantingDate: string;
|
|
25186
25186
|
expectedHarvestDate: string | null;
|
|
25187
|
-
fieldId: string;
|
|
25188
25187
|
notes: string | null;
|
|
25188
|
+
fieldId: string;
|
|
25189
25189
|
cropName: string;
|
|
25190
25190
|
estimatedTotalCost: number | null;
|
|
25191
25191
|
cropNutrientProfileId: string;
|
|
@@ -25763,8 +25763,8 @@ export declare const fertigationRouter: {
|
|
|
25763
25763
|
description: string | null;
|
|
25764
25764
|
plantingDate: string;
|
|
25765
25765
|
expectedHarvestDate: string | null;
|
|
25766
|
-
fieldId: string;
|
|
25767
25766
|
notes: string | null;
|
|
25767
|
+
fieldId: string;
|
|
25768
25768
|
cropName: string;
|
|
25769
25769
|
estimatedTotalCost: number | null;
|
|
25770
25770
|
cropNutrientProfileId: string;
|
|
@@ -25796,8 +25796,8 @@ export declare const fertigationRouter: {
|
|
|
25796
25796
|
description: string | null;
|
|
25797
25797
|
plantingDate: string;
|
|
25798
25798
|
expectedHarvestDate: string | null;
|
|
25799
|
-
fieldId: string;
|
|
25800
25799
|
notes: string | null;
|
|
25800
|
+
fieldId: string;
|
|
25801
25801
|
cropName: string;
|
|
25802
25802
|
estimatedTotalCost: number | null;
|
|
25803
25803
|
cropNutrientProfileId: string;
|
|
@@ -25836,8 +25836,8 @@ export declare const fertigationRouter: {
|
|
|
25836
25836
|
description: string | null;
|
|
25837
25837
|
plantingDate: string;
|
|
25838
25838
|
expectedHarvestDate: string | null;
|
|
25839
|
-
fieldId: string;
|
|
25840
25839
|
notes: string | null;
|
|
25840
|
+
fieldId: string;
|
|
25841
25841
|
cropName: string;
|
|
25842
25842
|
estimatedTotalCost: number | null;
|
|
25843
25843
|
cropNutrientProfileId: string;
|
|
@@ -25876,8 +25876,8 @@ export declare const fertigationRouter: {
|
|
|
25876
25876
|
description: string | null;
|
|
25877
25877
|
plantingDate: string;
|
|
25878
25878
|
expectedHarvestDate: string | null;
|
|
25879
|
-
fieldId: string;
|
|
25880
25879
|
notes: string | null;
|
|
25880
|
+
fieldId: string;
|
|
25881
25881
|
cropName: string;
|
|
25882
25882
|
estimatedTotalCost: number | null;
|
|
25883
25883
|
cropNutrientProfileId: string;
|
|
@@ -25942,8 +25942,8 @@ export declare const fertigationRouter: {
|
|
|
25942
25942
|
description: string | null;
|
|
25943
25943
|
plantingDate: string;
|
|
25944
25944
|
expectedHarvestDate: string | null;
|
|
25945
|
-
fieldId: string;
|
|
25946
25945
|
notes: string | null;
|
|
25946
|
+
fieldId: string;
|
|
25947
25947
|
cropName: string;
|
|
25948
25948
|
estimatedTotalCost: number | null;
|
|
25949
25949
|
cropNutrientProfileId: string;
|
|
@@ -25994,8 +25994,8 @@ export declare const fertigationRouter: {
|
|
|
25994
25994
|
description: string | null;
|
|
25995
25995
|
plantingDate: string;
|
|
25996
25996
|
expectedHarvestDate: string | null;
|
|
25997
|
-
fieldId: string;
|
|
25998
25997
|
notes: string | null;
|
|
25998
|
+
fieldId: string;
|
|
25999
25999
|
cropName: string;
|
|
26000
26000
|
estimatedTotalCost: number | null;
|
|
26001
26001
|
cropNutrientProfileId: string;
|
|
@@ -26480,8 +26480,8 @@ export declare const fertigationRouter: {
|
|
|
26480
26480
|
description: string | null;
|
|
26481
26481
|
plantingDate: string;
|
|
26482
26482
|
expectedHarvestDate: string | null;
|
|
26483
|
-
fieldId: string;
|
|
26484
26483
|
notes: string | null;
|
|
26484
|
+
fieldId: string;
|
|
26485
26485
|
cropName: string;
|
|
26486
26486
|
estimatedTotalCost: number | null;
|
|
26487
26487
|
cropNutrientProfileId: string;
|
|
@@ -26513,8 +26513,8 @@ export declare const fertigationRouter: {
|
|
|
26513
26513
|
description: string | null;
|
|
26514
26514
|
plantingDate: string;
|
|
26515
26515
|
expectedHarvestDate: string | null;
|
|
26516
|
-
fieldId: string;
|
|
26517
26516
|
notes: string | null;
|
|
26517
|
+
fieldId: string;
|
|
26518
26518
|
cropName: string;
|
|
26519
26519
|
estimatedTotalCost: number | null;
|
|
26520
26520
|
cropNutrientProfileId: string;
|
|
@@ -26553,8 +26553,8 @@ export declare const fertigationRouter: {
|
|
|
26553
26553
|
description: string | null;
|
|
26554
26554
|
plantingDate: string;
|
|
26555
26555
|
expectedHarvestDate: string | null;
|
|
26556
|
-
fieldId: string;
|
|
26557
26556
|
notes: string | null;
|
|
26557
|
+
fieldId: string;
|
|
26558
26558
|
cropName: string;
|
|
26559
26559
|
estimatedTotalCost: number | null;
|
|
26560
26560
|
cropNutrientProfileId: string;
|
|
@@ -26593,8 +26593,8 @@ export declare const fertigationRouter: {
|
|
|
26593
26593
|
description: string | null;
|
|
26594
26594
|
plantingDate: string;
|
|
26595
26595
|
expectedHarvestDate: string | null;
|
|
26596
|
-
fieldId: string;
|
|
26597
26596
|
notes: string | null;
|
|
26597
|
+
fieldId: string;
|
|
26598
26598
|
cropName: string;
|
|
26599
26599
|
estimatedTotalCost: number | null;
|
|
26600
26600
|
cropNutrientProfileId: string;
|
|
@@ -26659,8 +26659,8 @@ export declare const fertigationRouter: {
|
|
|
26659
26659
|
description: string | null;
|
|
26660
26660
|
plantingDate: string;
|
|
26661
26661
|
expectedHarvestDate: string | null;
|
|
26662
|
-
fieldId: string;
|
|
26663
26662
|
notes: string | null;
|
|
26663
|
+
fieldId: string;
|
|
26664
26664
|
cropName: string;
|
|
26665
26665
|
estimatedTotalCost: number | null;
|
|
26666
26666
|
cropNutrientProfileId: string;
|
|
@@ -26711,8 +26711,8 @@ export declare const fertigationRouter: {
|
|
|
26711
26711
|
description: string | null;
|
|
26712
26712
|
plantingDate: string;
|
|
26713
26713
|
expectedHarvestDate: string | null;
|
|
26714
|
-
fieldId: string;
|
|
26715
26714
|
notes: string | null;
|
|
26715
|
+
fieldId: string;
|
|
26716
26716
|
cropName: string;
|
|
26717
26717
|
estimatedTotalCost: number | null;
|
|
26718
26718
|
cropNutrientProfileId: string;
|
|
@@ -27107,8 +27107,8 @@ export declare const fertigationRouter: {
|
|
|
27107
27107
|
description: string | null;
|
|
27108
27108
|
plantingDate: string;
|
|
27109
27109
|
expectedHarvestDate: string | null;
|
|
27110
|
-
fieldId: string;
|
|
27111
27110
|
notes: string | null;
|
|
27111
|
+
fieldId: string;
|
|
27112
27112
|
cropName: string;
|
|
27113
27113
|
estimatedTotalCost: number | null;
|
|
27114
27114
|
cropNutrientProfileId: string;
|
|
@@ -27140,8 +27140,8 @@ export declare const fertigationRouter: {
|
|
|
27140
27140
|
description: string | null;
|
|
27141
27141
|
plantingDate: string;
|
|
27142
27142
|
expectedHarvestDate: string | null;
|
|
27143
|
-
fieldId: string;
|
|
27144
27143
|
notes: string | null;
|
|
27144
|
+
fieldId: string;
|
|
27145
27145
|
cropName: string;
|
|
27146
27146
|
estimatedTotalCost: number | null;
|
|
27147
27147
|
cropNutrientProfileId: string;
|
|
@@ -27180,8 +27180,8 @@ export declare const fertigationRouter: {
|
|
|
27180
27180
|
description: string | null;
|
|
27181
27181
|
plantingDate: string;
|
|
27182
27182
|
expectedHarvestDate: string | null;
|
|
27183
|
-
fieldId: string;
|
|
27184
27183
|
notes: string | null;
|
|
27184
|
+
fieldId: string;
|
|
27185
27185
|
cropName: string;
|
|
27186
27186
|
estimatedTotalCost: number | null;
|
|
27187
27187
|
cropNutrientProfileId: string;
|
|
@@ -27220,8 +27220,8 @@ export declare const fertigationRouter: {
|
|
|
27220
27220
|
description: string | null;
|
|
27221
27221
|
plantingDate: string;
|
|
27222
27222
|
expectedHarvestDate: string | null;
|
|
27223
|
-
fieldId: string;
|
|
27224
27223
|
notes: string | null;
|
|
27224
|
+
fieldId: string;
|
|
27225
27225
|
cropName: string;
|
|
27226
27226
|
estimatedTotalCost: number | null;
|
|
27227
27227
|
cropNutrientProfileId: string;
|
|
@@ -27286,8 +27286,8 @@ export declare const fertigationRouter: {
|
|
|
27286
27286
|
description: string | null;
|
|
27287
27287
|
plantingDate: string;
|
|
27288
27288
|
expectedHarvestDate: string | null;
|
|
27289
|
-
fieldId: string;
|
|
27290
27289
|
notes: string | null;
|
|
27290
|
+
fieldId: string;
|
|
27291
27291
|
cropName: string;
|
|
27292
27292
|
estimatedTotalCost: number | null;
|
|
27293
27293
|
cropNutrientProfileId: string;
|
|
@@ -27338,8 +27338,8 @@ export declare const fertigationRouter: {
|
|
|
27338
27338
|
description: string | null;
|
|
27339
27339
|
plantingDate: string;
|
|
27340
27340
|
expectedHarvestDate: string | null;
|
|
27341
|
-
fieldId: string;
|
|
27342
27341
|
notes: string | null;
|
|
27342
|
+
fieldId: string;
|
|
27343
27343
|
cropName: string;
|
|
27344
27344
|
estimatedTotalCost: number | null;
|
|
27345
27345
|
cropNutrientProfileId: string;
|
|
@@ -27986,10 +27986,10 @@ export declare const fertigationRouter: {
|
|
|
27986
27986
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
27987
27987
|
createdAt: string;
|
|
27988
27988
|
updatedAt: string;
|
|
27989
|
+
notes: string | null;
|
|
27989
27990
|
inventoryItemId: string | null;
|
|
27990
27991
|
plannedQuantity: number;
|
|
27991
27992
|
actualQuantity: number | null;
|
|
27992
|
-
notes: string | null;
|
|
27993
27993
|
estimatedCost: number | null;
|
|
27994
27994
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
27995
27995
|
taskId: string | null;
|
|
@@ -28026,10 +28026,10 @@ export declare const fertigationRouter: {
|
|
|
28026
28026
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28027
28027
|
createdAt: string;
|
|
28028
28028
|
updatedAt: string;
|
|
28029
|
+
notes: string | null;
|
|
28029
28030
|
inventoryItemId: string | null;
|
|
28030
28031
|
plannedQuantity: number;
|
|
28031
28032
|
actualQuantity: number | null;
|
|
28032
|
-
notes: string | null;
|
|
28033
28033
|
estimatedCost: number | null;
|
|
28034
28034
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28035
28035
|
taskId: string | null;
|
|
@@ -28073,10 +28073,10 @@ export declare const fertigationRouter: {
|
|
|
28073
28073
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28074
28074
|
createdAt: string;
|
|
28075
28075
|
updatedAt: string;
|
|
28076
|
+
notes: string | null;
|
|
28076
28077
|
inventoryItemId: string | null;
|
|
28077
28078
|
plannedQuantity: number;
|
|
28078
28079
|
actualQuantity: number | null;
|
|
28079
|
-
notes: string | null;
|
|
28080
28080
|
estimatedCost: number | null;
|
|
28081
28081
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28082
28082
|
taskId: string | null;
|
|
@@ -28120,10 +28120,10 @@ export declare const fertigationRouter: {
|
|
|
28120
28120
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28121
28121
|
createdAt: string;
|
|
28122
28122
|
updatedAt: string;
|
|
28123
|
+
notes: string | null;
|
|
28123
28124
|
inventoryItemId: string | null;
|
|
28124
28125
|
plannedQuantity: number;
|
|
28125
28126
|
actualQuantity: number | null;
|
|
28126
|
-
notes: string | null;
|
|
28127
28127
|
estimatedCost: number | null;
|
|
28128
28128
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28129
28129
|
taskId: string | null;
|
|
@@ -28193,10 +28193,10 @@ export declare const fertigationRouter: {
|
|
|
28193
28193
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28194
28194
|
createdAt: string;
|
|
28195
28195
|
updatedAt: string;
|
|
28196
|
+
notes: string | null;
|
|
28196
28197
|
inventoryItemId: string | null;
|
|
28197
28198
|
plannedQuantity: number;
|
|
28198
28199
|
actualQuantity: number | null;
|
|
28199
|
-
notes: string | null;
|
|
28200
28200
|
estimatedCost: number | null;
|
|
28201
28201
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28202
28202
|
taskId: string | null;
|
|
@@ -28252,10 +28252,10 @@ export declare const fertigationRouter: {
|
|
|
28252
28252
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28253
28253
|
createdAt: string;
|
|
28254
28254
|
updatedAt: string;
|
|
28255
|
+
notes: string | null;
|
|
28255
28256
|
inventoryItemId: string | null;
|
|
28256
28257
|
plannedQuantity: number;
|
|
28257
28258
|
actualQuantity: number | null;
|
|
28258
|
-
notes: string | null;
|
|
28259
28259
|
estimatedCost: number | null;
|
|
28260
28260
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28261
28261
|
taskId: string | null;
|
|
@@ -28584,10 +28584,10 @@ export declare const fertigationRouter: {
|
|
|
28584
28584
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28585
28585
|
createdAt: string;
|
|
28586
28586
|
updatedAt: string;
|
|
28587
|
+
notes: string | null;
|
|
28587
28588
|
inventoryItemId: string | null;
|
|
28588
28589
|
plannedQuantity: number;
|
|
28589
28590
|
actualQuantity: number | null;
|
|
28590
|
-
notes: string | null;
|
|
28591
28591
|
estimatedCost: number | null;
|
|
28592
28592
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28593
28593
|
taskId: string | null;
|
|
@@ -28624,10 +28624,10 @@ export declare const fertigationRouter: {
|
|
|
28624
28624
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28625
28625
|
createdAt: string;
|
|
28626
28626
|
updatedAt: string;
|
|
28627
|
+
notes: string | null;
|
|
28627
28628
|
inventoryItemId: string | null;
|
|
28628
28629
|
plannedQuantity: number;
|
|
28629
28630
|
actualQuantity: number | null;
|
|
28630
|
-
notes: string | null;
|
|
28631
28631
|
estimatedCost: number | null;
|
|
28632
28632
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28633
28633
|
taskId: string | null;
|
|
@@ -28671,10 +28671,10 @@ export declare const fertigationRouter: {
|
|
|
28671
28671
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28672
28672
|
createdAt: string;
|
|
28673
28673
|
updatedAt: string;
|
|
28674
|
+
notes: string | null;
|
|
28674
28675
|
inventoryItemId: string | null;
|
|
28675
28676
|
plannedQuantity: number;
|
|
28676
28677
|
actualQuantity: number | null;
|
|
28677
|
-
notes: string | null;
|
|
28678
28678
|
estimatedCost: number | null;
|
|
28679
28679
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28680
28680
|
taskId: string | null;
|
|
@@ -28718,10 +28718,10 @@ export declare const fertigationRouter: {
|
|
|
28718
28718
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28719
28719
|
createdAt: string;
|
|
28720
28720
|
updatedAt: string;
|
|
28721
|
+
notes: string | null;
|
|
28721
28722
|
inventoryItemId: string | null;
|
|
28722
28723
|
plannedQuantity: number;
|
|
28723
28724
|
actualQuantity: number | null;
|
|
28724
|
-
notes: string | null;
|
|
28725
28725
|
estimatedCost: number | null;
|
|
28726
28726
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28727
28727
|
taskId: string | null;
|
|
@@ -28791,10 +28791,10 @@ export declare const fertigationRouter: {
|
|
|
28791
28791
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28792
28792
|
createdAt: string;
|
|
28793
28793
|
updatedAt: string;
|
|
28794
|
+
notes: string | null;
|
|
28794
28795
|
inventoryItemId: string | null;
|
|
28795
28796
|
plannedQuantity: number;
|
|
28796
28797
|
actualQuantity: number | null;
|
|
28797
|
-
notes: string | null;
|
|
28798
28798
|
estimatedCost: number | null;
|
|
28799
28799
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28800
28800
|
taskId: string | null;
|
|
@@ -28850,10 +28850,10 @@ export declare const fertigationRouter: {
|
|
|
28850
28850
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28851
28851
|
createdAt: string;
|
|
28852
28852
|
updatedAt: string;
|
|
28853
|
+
notes: string | null;
|
|
28853
28854
|
inventoryItemId: string | null;
|
|
28854
28855
|
plannedQuantity: number;
|
|
28855
28856
|
actualQuantity: number | null;
|
|
28856
|
-
notes: string | null;
|
|
28857
28857
|
estimatedCost: number | null;
|
|
28858
28858
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
28859
28859
|
taskId: string | null;
|
|
@@ -29175,10 +29175,10 @@ export declare const fertigationRouter: {
|
|
|
29175
29175
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29176
29176
|
createdAt: string;
|
|
29177
29177
|
updatedAt: string;
|
|
29178
|
+
notes: string | null;
|
|
29178
29179
|
inventoryItemId: string | null;
|
|
29179
29180
|
plannedQuantity: number;
|
|
29180
29181
|
actualQuantity: number | null;
|
|
29181
|
-
notes: string | null;
|
|
29182
29182
|
estimatedCost: number | null;
|
|
29183
29183
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29184
29184
|
taskId: string | null;
|
|
@@ -29215,10 +29215,10 @@ export declare const fertigationRouter: {
|
|
|
29215
29215
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29216
29216
|
createdAt: string;
|
|
29217
29217
|
updatedAt: string;
|
|
29218
|
+
notes: string | null;
|
|
29218
29219
|
inventoryItemId: string | null;
|
|
29219
29220
|
plannedQuantity: number;
|
|
29220
29221
|
actualQuantity: number | null;
|
|
29221
|
-
notes: string | null;
|
|
29222
29222
|
estimatedCost: number | null;
|
|
29223
29223
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29224
29224
|
taskId: string | null;
|
|
@@ -29262,10 +29262,10 @@ export declare const fertigationRouter: {
|
|
|
29262
29262
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29263
29263
|
createdAt: string;
|
|
29264
29264
|
updatedAt: string;
|
|
29265
|
+
notes: string | null;
|
|
29265
29266
|
inventoryItemId: string | null;
|
|
29266
29267
|
plannedQuantity: number;
|
|
29267
29268
|
actualQuantity: number | null;
|
|
29268
|
-
notes: string | null;
|
|
29269
29269
|
estimatedCost: number | null;
|
|
29270
29270
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29271
29271
|
taskId: string | null;
|
|
@@ -29309,10 +29309,10 @@ export declare const fertigationRouter: {
|
|
|
29309
29309
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29310
29310
|
createdAt: string;
|
|
29311
29311
|
updatedAt: string;
|
|
29312
|
+
notes: string | null;
|
|
29312
29313
|
inventoryItemId: string | null;
|
|
29313
29314
|
plannedQuantity: number;
|
|
29314
29315
|
actualQuantity: number | null;
|
|
29315
|
-
notes: string | null;
|
|
29316
29316
|
estimatedCost: number | null;
|
|
29317
29317
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29318
29318
|
taskId: string | null;
|
|
@@ -29382,10 +29382,10 @@ export declare const fertigationRouter: {
|
|
|
29382
29382
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29383
29383
|
createdAt: string;
|
|
29384
29384
|
updatedAt: string;
|
|
29385
|
+
notes: string | null;
|
|
29385
29386
|
inventoryItemId: string | null;
|
|
29386
29387
|
plannedQuantity: number;
|
|
29387
29388
|
actualQuantity: number | null;
|
|
29388
|
-
notes: string | null;
|
|
29389
29389
|
estimatedCost: number | null;
|
|
29390
29390
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29391
29391
|
taskId: string | null;
|
|
@@ -29441,10 +29441,10 @@ export declare const fertigationRouter: {
|
|
|
29441
29441
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29442
29442
|
createdAt: string;
|
|
29443
29443
|
updatedAt: string;
|
|
29444
|
+
notes: string | null;
|
|
29444
29445
|
inventoryItemId: string | null;
|
|
29445
29446
|
plannedQuantity: number;
|
|
29446
29447
|
actualQuantity: number | null;
|
|
29447
|
-
notes: string | null;
|
|
29448
29448
|
estimatedCost: number | null;
|
|
29449
29449
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29450
29450
|
taskId: string | null;
|
|
@@ -29875,10 +29875,10 @@ export declare const fertigationRouter: {
|
|
|
29875
29875
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29876
29876
|
createdAt: string;
|
|
29877
29877
|
updatedAt: string;
|
|
29878
|
+
notes: string | null;
|
|
29878
29879
|
inventoryItemId: string | null;
|
|
29879
29880
|
plannedQuantity: number;
|
|
29880
29881
|
actualQuantity: number | null;
|
|
29881
|
-
notes: string | null;
|
|
29882
29882
|
estimatedCost: number | null;
|
|
29883
29883
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29884
29884
|
taskId: string | null;
|
|
@@ -29915,10 +29915,10 @@ export declare const fertigationRouter: {
|
|
|
29915
29915
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29916
29916
|
createdAt: string;
|
|
29917
29917
|
updatedAt: string;
|
|
29918
|
+
notes: string | null;
|
|
29918
29919
|
inventoryItemId: string | null;
|
|
29919
29920
|
plannedQuantity: number;
|
|
29920
29921
|
actualQuantity: number | null;
|
|
29921
|
-
notes: string | null;
|
|
29922
29922
|
estimatedCost: number | null;
|
|
29923
29923
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29924
29924
|
taskId: string | null;
|
|
@@ -29962,10 +29962,10 @@ export declare const fertigationRouter: {
|
|
|
29962
29962
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29963
29963
|
createdAt: string;
|
|
29964
29964
|
updatedAt: string;
|
|
29965
|
+
notes: string | null;
|
|
29965
29966
|
inventoryItemId: string | null;
|
|
29966
29967
|
plannedQuantity: number;
|
|
29967
29968
|
actualQuantity: number | null;
|
|
29968
|
-
notes: string | null;
|
|
29969
29969
|
estimatedCost: number | null;
|
|
29970
29970
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
29971
29971
|
taskId: string | null;
|
|
@@ -30009,10 +30009,10 @@ export declare const fertigationRouter: {
|
|
|
30009
30009
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30010
30010
|
createdAt: string;
|
|
30011
30011
|
updatedAt: string;
|
|
30012
|
+
notes: string | null;
|
|
30012
30013
|
inventoryItemId: string | null;
|
|
30013
30014
|
plannedQuantity: number;
|
|
30014
30015
|
actualQuantity: number | null;
|
|
30015
|
-
notes: string | null;
|
|
30016
30016
|
estimatedCost: number | null;
|
|
30017
30017
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30018
30018
|
taskId: string | null;
|
|
@@ -30082,10 +30082,10 @@ export declare const fertigationRouter: {
|
|
|
30082
30082
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30083
30083
|
createdAt: string;
|
|
30084
30084
|
updatedAt: string;
|
|
30085
|
+
notes: string | null;
|
|
30085
30086
|
inventoryItemId: string | null;
|
|
30086
30087
|
plannedQuantity: number;
|
|
30087
30088
|
actualQuantity: number | null;
|
|
30088
|
-
notes: string | null;
|
|
30089
30089
|
estimatedCost: number | null;
|
|
30090
30090
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30091
30091
|
taskId: string | null;
|
|
@@ -30141,10 +30141,10 @@ export declare const fertigationRouter: {
|
|
|
30141
30141
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30142
30142
|
createdAt: string;
|
|
30143
30143
|
updatedAt: string;
|
|
30144
|
+
notes: string | null;
|
|
30144
30145
|
inventoryItemId: string | null;
|
|
30145
30146
|
plannedQuantity: number;
|
|
30146
30147
|
actualQuantity: number | null;
|
|
30147
|
-
notes: string | null;
|
|
30148
30148
|
estimatedCost: number | null;
|
|
30149
30149
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30150
30150
|
taskId: string | null;
|
|
@@ -30653,10 +30653,10 @@ export declare const fertigationRouter: {
|
|
|
30653
30653
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30654
30654
|
createdAt: string;
|
|
30655
30655
|
updatedAt: string;
|
|
30656
|
+
notes: string | null;
|
|
30656
30657
|
inventoryItemId: string | null;
|
|
30657
30658
|
plannedQuantity: number;
|
|
30658
30659
|
actualQuantity: number | null;
|
|
30659
|
-
notes: string | null;
|
|
30660
30660
|
estimatedCost: number | null;
|
|
30661
30661
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30662
30662
|
taskId: string | null;
|
|
@@ -30693,10 +30693,10 @@ export declare const fertigationRouter: {
|
|
|
30693
30693
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30694
30694
|
createdAt: string;
|
|
30695
30695
|
updatedAt: string;
|
|
30696
|
+
notes: string | null;
|
|
30696
30697
|
inventoryItemId: string | null;
|
|
30697
30698
|
plannedQuantity: number;
|
|
30698
30699
|
actualQuantity: number | null;
|
|
30699
|
-
notes: string | null;
|
|
30700
30700
|
estimatedCost: number | null;
|
|
30701
30701
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30702
30702
|
taskId: string | null;
|
|
@@ -30740,10 +30740,10 @@ export declare const fertigationRouter: {
|
|
|
30740
30740
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30741
30741
|
createdAt: string;
|
|
30742
30742
|
updatedAt: string;
|
|
30743
|
+
notes: string | null;
|
|
30743
30744
|
inventoryItemId: string | null;
|
|
30744
30745
|
plannedQuantity: number;
|
|
30745
30746
|
actualQuantity: number | null;
|
|
30746
|
-
notes: string | null;
|
|
30747
30747
|
estimatedCost: number | null;
|
|
30748
30748
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30749
30749
|
taskId: string | null;
|
|
@@ -30787,10 +30787,10 @@ export declare const fertigationRouter: {
|
|
|
30787
30787
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30788
30788
|
createdAt: string;
|
|
30789
30789
|
updatedAt: string;
|
|
30790
|
+
notes: string | null;
|
|
30790
30791
|
inventoryItemId: string | null;
|
|
30791
30792
|
plannedQuantity: number;
|
|
30792
30793
|
actualQuantity: number | null;
|
|
30793
|
-
notes: string | null;
|
|
30794
30794
|
estimatedCost: number | null;
|
|
30795
30795
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30796
30796
|
taskId: string | null;
|
|
@@ -30860,10 +30860,10 @@ export declare const fertigationRouter: {
|
|
|
30860
30860
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30861
30861
|
createdAt: string;
|
|
30862
30862
|
updatedAt: string;
|
|
30863
|
+
notes: string | null;
|
|
30863
30864
|
inventoryItemId: string | null;
|
|
30864
30865
|
plannedQuantity: number;
|
|
30865
30866
|
actualQuantity: number | null;
|
|
30866
|
-
notes: string | null;
|
|
30867
30867
|
estimatedCost: number | null;
|
|
30868
30868
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30869
30869
|
taskId: string | null;
|
|
@@ -30919,10 +30919,10 @@ export declare const fertigationRouter: {
|
|
|
30919
30919
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30920
30920
|
createdAt: string;
|
|
30921
30921
|
updatedAt: string;
|
|
30922
|
+
notes: string | null;
|
|
30922
30923
|
inventoryItemId: string | null;
|
|
30923
30924
|
plannedQuantity: number;
|
|
30924
30925
|
actualQuantity: number | null;
|
|
30925
|
-
notes: string | null;
|
|
30926
30926
|
estimatedCost: number | null;
|
|
30927
30927
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
30928
30928
|
taskId: string | null;
|
|
@@ -31344,10 +31344,10 @@ export declare const fertigationRouter: {
|
|
|
31344
31344
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31345
31345
|
createdAt: string;
|
|
31346
31346
|
updatedAt: string;
|
|
31347
|
+
notes: string | null;
|
|
31347
31348
|
inventoryItemId: string | null;
|
|
31348
31349
|
plannedQuantity: number;
|
|
31349
31350
|
actualQuantity: number | null;
|
|
31350
|
-
notes: string | null;
|
|
31351
31351
|
estimatedCost: number | null;
|
|
31352
31352
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31353
31353
|
taskId: string | null;
|
|
@@ -31384,10 +31384,10 @@ export declare const fertigationRouter: {
|
|
|
31384
31384
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31385
31385
|
createdAt: string;
|
|
31386
31386
|
updatedAt: string;
|
|
31387
|
+
notes: string | null;
|
|
31387
31388
|
inventoryItemId: string | null;
|
|
31388
31389
|
plannedQuantity: number;
|
|
31389
31390
|
actualQuantity: number | null;
|
|
31390
|
-
notes: string | null;
|
|
31391
31391
|
estimatedCost: number | null;
|
|
31392
31392
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31393
31393
|
taskId: string | null;
|
|
@@ -31431,10 +31431,10 @@ export declare const fertigationRouter: {
|
|
|
31431
31431
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31432
31432
|
createdAt: string;
|
|
31433
31433
|
updatedAt: string;
|
|
31434
|
+
notes: string | null;
|
|
31434
31435
|
inventoryItemId: string | null;
|
|
31435
31436
|
plannedQuantity: number;
|
|
31436
31437
|
actualQuantity: number | null;
|
|
31437
|
-
notes: string | null;
|
|
31438
31438
|
estimatedCost: number | null;
|
|
31439
31439
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31440
31440
|
taskId: string | null;
|
|
@@ -31478,10 +31478,10 @@ export declare const fertigationRouter: {
|
|
|
31478
31478
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31479
31479
|
createdAt: string;
|
|
31480
31480
|
updatedAt: string;
|
|
31481
|
+
notes: string | null;
|
|
31481
31482
|
inventoryItemId: string | null;
|
|
31482
31483
|
plannedQuantity: number;
|
|
31483
31484
|
actualQuantity: number | null;
|
|
31484
|
-
notes: string | null;
|
|
31485
31485
|
estimatedCost: number | null;
|
|
31486
31486
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31487
31487
|
taskId: string | null;
|
|
@@ -31551,10 +31551,10 @@ export declare const fertigationRouter: {
|
|
|
31551
31551
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31552
31552
|
createdAt: string;
|
|
31553
31553
|
updatedAt: string;
|
|
31554
|
+
notes: string | null;
|
|
31554
31555
|
inventoryItemId: string | null;
|
|
31555
31556
|
plannedQuantity: number;
|
|
31556
31557
|
actualQuantity: number | null;
|
|
31557
|
-
notes: string | null;
|
|
31558
31558
|
estimatedCost: number | null;
|
|
31559
31559
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31560
31560
|
taskId: string | null;
|
|
@@ -31610,10 +31610,10 @@ export declare const fertigationRouter: {
|
|
|
31610
31610
|
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31611
31611
|
createdAt: string;
|
|
31612
31612
|
updatedAt: string;
|
|
31613
|
+
notes: string | null;
|
|
31613
31614
|
inventoryItemId: string | null;
|
|
31614
31615
|
plannedQuantity: number;
|
|
31615
31616
|
actualQuantity: number | null;
|
|
31616
|
-
notes: string | null;
|
|
31617
31617
|
estimatedCost: number | null;
|
|
31618
31618
|
applicationMethod: "fertigation" | "broadcast" | "foliar";
|
|
31619
31619
|
taskId: string | null;
|
|
@@ -34048,8 +34048,8 @@ export declare const fertigationRouter: {
|
|
|
34048
34048
|
description: string | null;
|
|
34049
34049
|
plantingDate: string;
|
|
34050
34050
|
expectedHarvestDate: string | null;
|
|
34051
|
-
fieldId: string;
|
|
34052
34051
|
notes: string | null;
|
|
34052
|
+
fieldId: string;
|
|
34053
34053
|
cropName: string;
|
|
34054
34054
|
estimatedTotalCost: number | null;
|
|
34055
34055
|
cropNutrientProfileId: string;
|
|
@@ -34081,8 +34081,8 @@ export declare const fertigationRouter: {
|
|
|
34081
34081
|
description: string | null;
|
|
34082
34082
|
plantingDate: string;
|
|
34083
34083
|
expectedHarvestDate: string | null;
|
|
34084
|
-
fieldId: string;
|
|
34085
34084
|
notes: string | null;
|
|
34085
|
+
fieldId: string;
|
|
34086
34086
|
cropName: string;
|
|
34087
34087
|
estimatedTotalCost: number | null;
|
|
34088
34088
|
cropNutrientProfileId: string;
|
|
@@ -34121,8 +34121,8 @@ export declare const fertigationRouter: {
|
|
|
34121
34121
|
description: string | null;
|
|
34122
34122
|
plantingDate: string;
|
|
34123
34123
|
expectedHarvestDate: string | null;
|
|
34124
|
-
fieldId: string;
|
|
34125
34124
|
notes: string | null;
|
|
34125
|
+
fieldId: string;
|
|
34126
34126
|
cropName: string;
|
|
34127
34127
|
estimatedTotalCost: number | null;
|
|
34128
34128
|
cropNutrientProfileId: string;
|
|
@@ -34161,8 +34161,8 @@ export declare const fertigationRouter: {
|
|
|
34161
34161
|
description: string | null;
|
|
34162
34162
|
plantingDate: string;
|
|
34163
34163
|
expectedHarvestDate: string | null;
|
|
34164
|
-
fieldId: string;
|
|
34165
34164
|
notes: string | null;
|
|
34165
|
+
fieldId: string;
|
|
34166
34166
|
cropName: string;
|
|
34167
34167
|
estimatedTotalCost: number | null;
|
|
34168
34168
|
cropNutrientProfileId: string;
|
|
@@ -34242,8 +34242,8 @@ export declare const fertigationRouter: {
|
|
|
34242
34242
|
description: string | null;
|
|
34243
34243
|
plantingDate: string;
|
|
34244
34244
|
expectedHarvestDate: string | null;
|
|
34245
|
-
fieldId: string;
|
|
34246
34245
|
notes: string | null;
|
|
34246
|
+
fieldId: string;
|
|
34247
34247
|
cropName: string;
|
|
34248
34248
|
estimatedTotalCost: number | null;
|
|
34249
34249
|
cropNutrientProfileId: string;
|
|
@@ -34323,8 +34323,8 @@ export declare const fertigationRouter: {
|
|
|
34323
34323
|
description: string | null;
|
|
34324
34324
|
plantingDate: string;
|
|
34325
34325
|
expectedHarvestDate: string | null;
|
|
34326
|
-
fieldId: string;
|
|
34327
34326
|
notes: string | null;
|
|
34327
|
+
fieldId: string;
|
|
34328
34328
|
cropName: string;
|
|
34329
34329
|
estimatedTotalCost: number | null;
|
|
34330
34330
|
cropNutrientProfileId: string;
|