@deepintel-ltd/farmpro-contracts 1.19.1 → 1.20.0
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/routes/agent-workflows.routes.d.ts +228 -48
- package/dist/routes/agent-workflows.routes.d.ts.map +1 -1
- package/dist/routes/fertigation.routes.d.ts +80 -80
- package/dist/routes/field-monitoring.routes.d.ts +174 -30
- package/dist/routes/field-monitoring.routes.d.ts.map +1 -1
- package/dist/routes/field-observations.routes.d.ts +1690 -156
- package/dist/routes/field-observations.routes.d.ts.map +1 -1
- package/dist/routes/field-observations.routes.js +13 -1
- package/dist/routes/weather.routes.d.ts +49 -10
- package/dist/routes/weather.routes.d.ts.map +1 -1
- package/dist/schemas/agent-workflows.schemas.d.ts +262 -52
- package/dist/schemas/agent-workflows.schemas.d.ts.map +1 -1
- package/dist/schemas/fertigation.schemas.d.ts +36 -36
- package/dist/schemas/field-monitoring.schemas.d.ts +91 -16
- package/dist/schemas/field-monitoring.schemas.d.ts.map +1 -1
- package/dist/schemas/field-observations.schemas.d.ts +623 -132
- package/dist/schemas/field-observations.schemas.d.ts.map +1 -1
- package/dist/schemas/field-observations.schemas.js +32 -4
- package/dist/schemas/recommendations.schemas.d.ts +26 -2
- package/dist/schemas/recommendations.schemas.d.ts.map +1 -1
- package/dist/schemas/recommendations.schemas.js +3 -0
- package/dist/schemas/weather.schemas.d.ts +148 -28
- package/dist/schemas/weather.schemas.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14418,8 +14418,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14418
14418
|
unit: string;
|
|
14419
14419
|
productName: string;
|
|
14420
14420
|
estimatedCost: number | null;
|
|
14421
|
-
priority: number;
|
|
14422
14421
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14422
|
+
priority: number;
|
|
14423
14423
|
productId: string;
|
|
14424
14424
|
frequency: string | null;
|
|
14425
14425
|
}, {
|
|
@@ -14428,8 +14428,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14428
14428
|
unit: string;
|
|
14429
14429
|
productName: string;
|
|
14430
14430
|
estimatedCost: number | null;
|
|
14431
|
-
priority: number;
|
|
14432
14431
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14432
|
+
priority: number;
|
|
14433
14433
|
productId: string;
|
|
14434
14434
|
frequency: string | null;
|
|
14435
14435
|
}>, "many">;
|
|
@@ -14465,8 +14465,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14465
14465
|
unit: string;
|
|
14466
14466
|
productName: string;
|
|
14467
14467
|
estimatedCost: number | null;
|
|
14468
|
-
priority: number;
|
|
14469
14468
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14469
|
+
priority: number;
|
|
14470
14470
|
productId: string;
|
|
14471
14471
|
frequency: string | null;
|
|
14472
14472
|
}[];
|
|
@@ -14496,8 +14496,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14496
14496
|
unit: string;
|
|
14497
14497
|
productName: string;
|
|
14498
14498
|
estimatedCost: number | null;
|
|
14499
|
-
priority: number;
|
|
14500
14499
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14500
|
+
priority: number;
|
|
14501
14501
|
productId: string;
|
|
14502
14502
|
frequency: string | null;
|
|
14503
14503
|
}[];
|
|
@@ -14534,8 +14534,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14534
14534
|
unit: string;
|
|
14535
14535
|
productName: string;
|
|
14536
14536
|
estimatedCost: number | null;
|
|
14537
|
-
priority: number;
|
|
14538
14537
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14538
|
+
priority: number;
|
|
14539
14539
|
productId: string;
|
|
14540
14540
|
frequency: string | null;
|
|
14541
14541
|
}[];
|
|
@@ -14572,8 +14572,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14572
14572
|
unit: string;
|
|
14573
14573
|
productName: string;
|
|
14574
14574
|
estimatedCost: number | null;
|
|
14575
|
-
priority: number;
|
|
14576
14575
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14576
|
+
priority: number;
|
|
14577
14577
|
productId: string;
|
|
14578
14578
|
frequency: string | null;
|
|
14579
14579
|
}[];
|
|
@@ -14636,8 +14636,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14636
14636
|
unit: string;
|
|
14637
14637
|
productName: string;
|
|
14638
14638
|
estimatedCost: number | null;
|
|
14639
|
-
priority: number;
|
|
14640
14639
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14640
|
+
priority: number;
|
|
14641
14641
|
productId: string;
|
|
14642
14642
|
frequency: string | null;
|
|
14643
14643
|
}[];
|
|
@@ -14686,8 +14686,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14686
14686
|
unit: string;
|
|
14687
14687
|
productName: string;
|
|
14688
14688
|
estimatedCost: number | null;
|
|
14689
|
-
priority: number;
|
|
14690
14689
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14690
|
+
priority: number;
|
|
14691
14691
|
productId: string;
|
|
14692
14692
|
frequency: string | null;
|
|
14693
14693
|
}[];
|
|
@@ -15141,8 +15141,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15141
15141
|
unit: string;
|
|
15142
15142
|
productName: string;
|
|
15143
15143
|
estimatedCost: number | null;
|
|
15144
|
-
priority: number;
|
|
15145
15144
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15145
|
+
priority: number;
|
|
15146
15146
|
productId: string;
|
|
15147
15147
|
frequency: string | null;
|
|
15148
15148
|
}, {
|
|
@@ -15151,8 +15151,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15151
15151
|
unit: string;
|
|
15152
15152
|
productName: string;
|
|
15153
15153
|
estimatedCost: number | null;
|
|
15154
|
-
priority: number;
|
|
15155
15154
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15155
|
+
priority: number;
|
|
15156
15156
|
productId: string;
|
|
15157
15157
|
frequency: string | null;
|
|
15158
15158
|
}>, "many">;
|
|
@@ -15188,8 +15188,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15188
15188
|
unit: string;
|
|
15189
15189
|
productName: string;
|
|
15190
15190
|
estimatedCost: number | null;
|
|
15191
|
-
priority: number;
|
|
15192
15191
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15192
|
+
priority: number;
|
|
15193
15193
|
productId: string;
|
|
15194
15194
|
frequency: string | null;
|
|
15195
15195
|
}[];
|
|
@@ -15219,8 +15219,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15219
15219
|
unit: string;
|
|
15220
15220
|
productName: string;
|
|
15221
15221
|
estimatedCost: number | null;
|
|
15222
|
-
priority: number;
|
|
15223
15222
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15223
|
+
priority: number;
|
|
15224
15224
|
productId: string;
|
|
15225
15225
|
frequency: string | null;
|
|
15226
15226
|
}[];
|
|
@@ -15257,8 +15257,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15257
15257
|
unit: string;
|
|
15258
15258
|
productName: string;
|
|
15259
15259
|
estimatedCost: number | null;
|
|
15260
|
-
priority: number;
|
|
15261
15260
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15261
|
+
priority: number;
|
|
15262
15262
|
productId: string;
|
|
15263
15263
|
frequency: string | null;
|
|
15264
15264
|
}[];
|
|
@@ -15295,8 +15295,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15295
15295
|
unit: string;
|
|
15296
15296
|
productName: string;
|
|
15297
15297
|
estimatedCost: number | null;
|
|
15298
|
-
priority: number;
|
|
15299
15298
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15299
|
+
priority: number;
|
|
15300
15300
|
productId: string;
|
|
15301
15301
|
frequency: string | null;
|
|
15302
15302
|
}[];
|
|
@@ -15359,8 +15359,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15359
15359
|
unit: string;
|
|
15360
15360
|
productName: string;
|
|
15361
15361
|
estimatedCost: number | null;
|
|
15362
|
-
priority: number;
|
|
15363
15362
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15363
|
+
priority: number;
|
|
15364
15364
|
productId: string;
|
|
15365
15365
|
frequency: string | null;
|
|
15366
15366
|
}[];
|
|
@@ -15409,8 +15409,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15409
15409
|
unit: string;
|
|
15410
15410
|
productName: string;
|
|
15411
15411
|
estimatedCost: number | null;
|
|
15412
|
-
priority: number;
|
|
15413
15412
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15413
|
+
priority: number;
|
|
15414
15414
|
productId: string;
|
|
15415
15415
|
frequency: string | null;
|
|
15416
15416
|
}[];
|
|
@@ -15663,8 +15663,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15663
15663
|
unit: string;
|
|
15664
15664
|
productName: string;
|
|
15665
15665
|
estimatedCost: number | null;
|
|
15666
|
-
priority: number;
|
|
15667
15666
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15667
|
+
priority: number;
|
|
15668
15668
|
productId: string;
|
|
15669
15669
|
frequency: string | null;
|
|
15670
15670
|
}, {
|
|
@@ -15673,8 +15673,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15673
15673
|
unit: string;
|
|
15674
15674
|
productName: string;
|
|
15675
15675
|
estimatedCost: number | null;
|
|
15676
|
-
priority: number;
|
|
15677
15676
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15677
|
+
priority: number;
|
|
15678
15678
|
productId: string;
|
|
15679
15679
|
frequency: string | null;
|
|
15680
15680
|
}>, "many">;
|
|
@@ -15710,8 +15710,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15710
15710
|
unit: string;
|
|
15711
15711
|
productName: string;
|
|
15712
15712
|
estimatedCost: number | null;
|
|
15713
|
-
priority: number;
|
|
15714
15713
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15714
|
+
priority: number;
|
|
15715
15715
|
productId: string;
|
|
15716
15716
|
frequency: string | null;
|
|
15717
15717
|
}[];
|
|
@@ -15741,8 +15741,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15741
15741
|
unit: string;
|
|
15742
15742
|
productName: string;
|
|
15743
15743
|
estimatedCost: number | null;
|
|
15744
|
-
priority: number;
|
|
15745
15744
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15745
|
+
priority: number;
|
|
15746
15746
|
productId: string;
|
|
15747
15747
|
frequency: string | null;
|
|
15748
15748
|
}[];
|
|
@@ -15779,8 +15779,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15779
15779
|
unit: string;
|
|
15780
15780
|
productName: string;
|
|
15781
15781
|
estimatedCost: number | null;
|
|
15782
|
-
priority: number;
|
|
15783
15782
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15783
|
+
priority: number;
|
|
15784
15784
|
productId: string;
|
|
15785
15785
|
frequency: string | null;
|
|
15786
15786
|
}[];
|
|
@@ -15817,8 +15817,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15817
15817
|
unit: string;
|
|
15818
15818
|
productName: string;
|
|
15819
15819
|
estimatedCost: number | null;
|
|
15820
|
-
priority: number;
|
|
15821
15820
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15821
|
+
priority: number;
|
|
15822
15822
|
productId: string;
|
|
15823
15823
|
frequency: string | null;
|
|
15824
15824
|
}[];
|
|
@@ -15881,8 +15881,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15881
15881
|
unit: string;
|
|
15882
15882
|
productName: string;
|
|
15883
15883
|
estimatedCost: number | null;
|
|
15884
|
-
priority: number;
|
|
15885
15884
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15885
|
+
priority: number;
|
|
15886
15886
|
productId: string;
|
|
15887
15887
|
frequency: string | null;
|
|
15888
15888
|
}[];
|
|
@@ -15931,8 +15931,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15931
15931
|
unit: string;
|
|
15932
15932
|
productName: string;
|
|
15933
15933
|
estimatedCost: number | null;
|
|
15934
|
-
priority: number;
|
|
15935
15934
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15935
|
+
priority: number;
|
|
15936
15936
|
productId: string;
|
|
15937
15937
|
frequency: string | null;
|
|
15938
15938
|
}[];
|
|
@@ -16195,8 +16195,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16195
16195
|
unit: string;
|
|
16196
16196
|
productName: string;
|
|
16197
16197
|
estimatedCost: number | null;
|
|
16198
|
-
priority: number;
|
|
16199
16198
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16199
|
+
priority: number;
|
|
16200
16200
|
productId: string;
|
|
16201
16201
|
frequency: string | null;
|
|
16202
16202
|
}, {
|
|
@@ -16205,8 +16205,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16205
16205
|
unit: string;
|
|
16206
16206
|
productName: string;
|
|
16207
16207
|
estimatedCost: number | null;
|
|
16208
|
-
priority: number;
|
|
16209
16208
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16209
|
+
priority: number;
|
|
16210
16210
|
productId: string;
|
|
16211
16211
|
frequency: string | null;
|
|
16212
16212
|
}>, "many">;
|
|
@@ -16242,8 +16242,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16242
16242
|
unit: string;
|
|
16243
16243
|
productName: string;
|
|
16244
16244
|
estimatedCost: number | null;
|
|
16245
|
-
priority: number;
|
|
16246
16245
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16246
|
+
priority: number;
|
|
16247
16247
|
productId: string;
|
|
16248
16248
|
frequency: string | null;
|
|
16249
16249
|
}[];
|
|
@@ -16273,8 +16273,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16273
16273
|
unit: string;
|
|
16274
16274
|
productName: string;
|
|
16275
16275
|
estimatedCost: number | null;
|
|
16276
|
-
priority: number;
|
|
16277
16276
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16277
|
+
priority: number;
|
|
16278
16278
|
productId: string;
|
|
16279
16279
|
frequency: string | null;
|
|
16280
16280
|
}[];
|
|
@@ -16311,8 +16311,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16311
16311
|
unit: string;
|
|
16312
16312
|
productName: string;
|
|
16313
16313
|
estimatedCost: number | null;
|
|
16314
|
-
priority: number;
|
|
16315
16314
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16315
|
+
priority: number;
|
|
16316
16316
|
productId: string;
|
|
16317
16317
|
frequency: string | null;
|
|
16318
16318
|
}[];
|
|
@@ -16349,8 +16349,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16349
16349
|
unit: string;
|
|
16350
16350
|
productName: string;
|
|
16351
16351
|
estimatedCost: number | null;
|
|
16352
|
-
priority: number;
|
|
16353
16352
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16353
|
+
priority: number;
|
|
16354
16354
|
productId: string;
|
|
16355
16355
|
frequency: string | null;
|
|
16356
16356
|
}[];
|
|
@@ -16591,8 +16591,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16591
16591
|
unit: string;
|
|
16592
16592
|
productName: string;
|
|
16593
16593
|
estimatedCost: number | null;
|
|
16594
|
-
priority: number;
|
|
16595
16594
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16595
|
+
priority: number;
|
|
16596
16596
|
productId: string;
|
|
16597
16597
|
frequency: string | null;
|
|
16598
16598
|
}[];
|
|
@@ -16672,8 +16672,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16672
16672
|
unit: string;
|
|
16673
16673
|
productName: string;
|
|
16674
16674
|
estimatedCost: number | null;
|
|
16675
|
-
priority: number;
|
|
16676
16675
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16676
|
+
priority: number;
|
|
16677
16677
|
productId: string;
|
|
16678
16678
|
frequency: string | null;
|
|
16679
16679
|
}[];
|
|
@@ -17054,8 +17054,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17054
17054
|
unit: string;
|
|
17055
17055
|
productName: string;
|
|
17056
17056
|
estimatedCost: number | null;
|
|
17057
|
-
priority: number;
|
|
17058
17057
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17058
|
+
priority: number;
|
|
17059
17059
|
productId: string;
|
|
17060
17060
|
frequency: string | null;
|
|
17061
17061
|
}, {
|
|
@@ -17064,8 +17064,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17064
17064
|
unit: string;
|
|
17065
17065
|
productName: string;
|
|
17066
17066
|
estimatedCost: number | null;
|
|
17067
|
-
priority: number;
|
|
17068
17067
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17068
|
+
priority: number;
|
|
17069
17069
|
productId: string;
|
|
17070
17070
|
frequency: string | null;
|
|
17071
17071
|
}>, "many">;
|
|
@@ -17101,8 +17101,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17101
17101
|
unit: string;
|
|
17102
17102
|
productName: string;
|
|
17103
17103
|
estimatedCost: number | null;
|
|
17104
|
-
priority: number;
|
|
17105
17104
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17105
|
+
priority: number;
|
|
17106
17106
|
productId: string;
|
|
17107
17107
|
frequency: string | null;
|
|
17108
17108
|
}[];
|
|
@@ -17132,8 +17132,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17132
17132
|
unit: string;
|
|
17133
17133
|
productName: string;
|
|
17134
17134
|
estimatedCost: number | null;
|
|
17135
|
-
priority: number;
|
|
17136
17135
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17136
|
+
priority: number;
|
|
17137
17137
|
productId: string;
|
|
17138
17138
|
frequency: string | null;
|
|
17139
17139
|
}[];
|
|
@@ -17170,8 +17170,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17170
17170
|
unit: string;
|
|
17171
17171
|
productName: string;
|
|
17172
17172
|
estimatedCost: number | null;
|
|
17173
|
-
priority: number;
|
|
17174
17173
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17174
|
+
priority: number;
|
|
17175
17175
|
productId: string;
|
|
17176
17176
|
frequency: string | null;
|
|
17177
17177
|
}[];
|
|
@@ -17208,8 +17208,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17208
17208
|
unit: string;
|
|
17209
17209
|
productName: string;
|
|
17210
17210
|
estimatedCost: number | null;
|
|
17211
|
-
priority: number;
|
|
17212
17211
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17212
|
+
priority: number;
|
|
17213
17213
|
productId: string;
|
|
17214
17214
|
frequency: string | null;
|
|
17215
17215
|
}[];
|
|
@@ -17272,8 +17272,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17272
17272
|
unit: string;
|
|
17273
17273
|
productName: string;
|
|
17274
17274
|
estimatedCost: number | null;
|
|
17275
|
-
priority: number;
|
|
17276
17275
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17276
|
+
priority: number;
|
|
17277
17277
|
productId: string;
|
|
17278
17278
|
frequency: string | null;
|
|
17279
17279
|
}[];
|
|
@@ -17322,8 +17322,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17322
17322
|
unit: string;
|
|
17323
17323
|
productName: string;
|
|
17324
17324
|
estimatedCost: number | null;
|
|
17325
|
-
priority: number;
|
|
17326
17325
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17326
|
+
priority: number;
|
|
17327
17327
|
productId: string;
|
|
17328
17328
|
frequency: string | null;
|
|
17329
17329
|
}[];
|
|
@@ -32042,8 +32042,8 @@ export declare const fertigationRouter: {
|
|
|
32042
32042
|
unit: string;
|
|
32043
32043
|
productName: string;
|
|
32044
32044
|
estimatedCost: number | null;
|
|
32045
|
-
priority: number;
|
|
32046
32045
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32046
|
+
priority: number;
|
|
32047
32047
|
productId: string;
|
|
32048
32048
|
frequency: string | null;
|
|
32049
32049
|
}, {
|
|
@@ -32052,8 +32052,8 @@ export declare const fertigationRouter: {
|
|
|
32052
32052
|
unit: string;
|
|
32053
32053
|
productName: string;
|
|
32054
32054
|
estimatedCost: number | null;
|
|
32055
|
-
priority: number;
|
|
32056
32055
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32056
|
+
priority: number;
|
|
32057
32057
|
productId: string;
|
|
32058
32058
|
frequency: string | null;
|
|
32059
32059
|
}>, "many">;
|
|
@@ -32089,8 +32089,8 @@ export declare const fertigationRouter: {
|
|
|
32089
32089
|
unit: string;
|
|
32090
32090
|
productName: string;
|
|
32091
32091
|
estimatedCost: number | null;
|
|
32092
|
-
priority: number;
|
|
32093
32092
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32093
|
+
priority: number;
|
|
32094
32094
|
productId: string;
|
|
32095
32095
|
frequency: string | null;
|
|
32096
32096
|
}[];
|
|
@@ -32120,8 +32120,8 @@ export declare const fertigationRouter: {
|
|
|
32120
32120
|
unit: string;
|
|
32121
32121
|
productName: string;
|
|
32122
32122
|
estimatedCost: number | null;
|
|
32123
|
-
priority: number;
|
|
32124
32123
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32124
|
+
priority: number;
|
|
32125
32125
|
productId: string;
|
|
32126
32126
|
frequency: string | null;
|
|
32127
32127
|
}[];
|
|
@@ -32158,8 +32158,8 @@ export declare const fertigationRouter: {
|
|
|
32158
32158
|
unit: string;
|
|
32159
32159
|
productName: string;
|
|
32160
32160
|
estimatedCost: number | null;
|
|
32161
|
-
priority: number;
|
|
32162
32161
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32162
|
+
priority: number;
|
|
32163
32163
|
productId: string;
|
|
32164
32164
|
frequency: string | null;
|
|
32165
32165
|
}[];
|
|
@@ -32196,8 +32196,8 @@ export declare const fertigationRouter: {
|
|
|
32196
32196
|
unit: string;
|
|
32197
32197
|
productName: string;
|
|
32198
32198
|
estimatedCost: number | null;
|
|
32199
|
-
priority: number;
|
|
32200
32199
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32200
|
+
priority: number;
|
|
32201
32201
|
productId: string;
|
|
32202
32202
|
frequency: string | null;
|
|
32203
32203
|
}[];
|
|
@@ -32260,8 +32260,8 @@ export declare const fertigationRouter: {
|
|
|
32260
32260
|
unit: string;
|
|
32261
32261
|
productName: string;
|
|
32262
32262
|
estimatedCost: number | null;
|
|
32263
|
-
priority: number;
|
|
32264
32263
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32264
|
+
priority: number;
|
|
32265
32265
|
productId: string;
|
|
32266
32266
|
frequency: string | null;
|
|
32267
32267
|
}[];
|
|
@@ -32310,8 +32310,8 @@ export declare const fertigationRouter: {
|
|
|
32310
32310
|
unit: string;
|
|
32311
32311
|
productName: string;
|
|
32312
32312
|
estimatedCost: number | null;
|
|
32313
|
-
priority: number;
|
|
32314
32313
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32314
|
+
priority: number;
|
|
32315
32315
|
productId: string;
|
|
32316
32316
|
frequency: string | null;
|
|
32317
32317
|
}[];
|
|
@@ -32765,8 +32765,8 @@ export declare const fertigationRouter: {
|
|
|
32765
32765
|
unit: string;
|
|
32766
32766
|
productName: string;
|
|
32767
32767
|
estimatedCost: number | null;
|
|
32768
|
-
priority: number;
|
|
32769
32768
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32769
|
+
priority: number;
|
|
32770
32770
|
productId: string;
|
|
32771
32771
|
frequency: string | null;
|
|
32772
32772
|
}, {
|
|
@@ -32775,8 +32775,8 @@ export declare const fertigationRouter: {
|
|
|
32775
32775
|
unit: string;
|
|
32776
32776
|
productName: string;
|
|
32777
32777
|
estimatedCost: number | null;
|
|
32778
|
-
priority: number;
|
|
32779
32778
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32779
|
+
priority: number;
|
|
32780
32780
|
productId: string;
|
|
32781
32781
|
frequency: string | null;
|
|
32782
32782
|
}>, "many">;
|
|
@@ -32812,8 +32812,8 @@ export declare const fertigationRouter: {
|
|
|
32812
32812
|
unit: string;
|
|
32813
32813
|
productName: string;
|
|
32814
32814
|
estimatedCost: number | null;
|
|
32815
|
-
priority: number;
|
|
32816
32815
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32816
|
+
priority: number;
|
|
32817
32817
|
productId: string;
|
|
32818
32818
|
frequency: string | null;
|
|
32819
32819
|
}[];
|
|
@@ -32843,8 +32843,8 @@ export declare const fertigationRouter: {
|
|
|
32843
32843
|
unit: string;
|
|
32844
32844
|
productName: string;
|
|
32845
32845
|
estimatedCost: number | null;
|
|
32846
|
-
priority: number;
|
|
32847
32846
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32847
|
+
priority: number;
|
|
32848
32848
|
productId: string;
|
|
32849
32849
|
frequency: string | null;
|
|
32850
32850
|
}[];
|
|
@@ -32881,8 +32881,8 @@ export declare const fertigationRouter: {
|
|
|
32881
32881
|
unit: string;
|
|
32882
32882
|
productName: string;
|
|
32883
32883
|
estimatedCost: number | null;
|
|
32884
|
-
priority: number;
|
|
32885
32884
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32885
|
+
priority: number;
|
|
32886
32886
|
productId: string;
|
|
32887
32887
|
frequency: string | null;
|
|
32888
32888
|
}[];
|
|
@@ -32919,8 +32919,8 @@ export declare const fertigationRouter: {
|
|
|
32919
32919
|
unit: string;
|
|
32920
32920
|
productName: string;
|
|
32921
32921
|
estimatedCost: number | null;
|
|
32922
|
-
priority: number;
|
|
32923
32922
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32923
|
+
priority: number;
|
|
32924
32924
|
productId: string;
|
|
32925
32925
|
frequency: string | null;
|
|
32926
32926
|
}[];
|
|
@@ -32983,8 +32983,8 @@ export declare const fertigationRouter: {
|
|
|
32983
32983
|
unit: string;
|
|
32984
32984
|
productName: string;
|
|
32985
32985
|
estimatedCost: number | null;
|
|
32986
|
-
priority: number;
|
|
32987
32986
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32987
|
+
priority: number;
|
|
32988
32988
|
productId: string;
|
|
32989
32989
|
frequency: string | null;
|
|
32990
32990
|
}[];
|
|
@@ -33033,8 +33033,8 @@ export declare const fertigationRouter: {
|
|
|
33033
33033
|
unit: string;
|
|
33034
33034
|
productName: string;
|
|
33035
33035
|
estimatedCost: number | null;
|
|
33036
|
-
priority: number;
|
|
33037
33036
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33037
|
+
priority: number;
|
|
33038
33038
|
productId: string;
|
|
33039
33039
|
frequency: string | null;
|
|
33040
33040
|
}[];
|
|
@@ -33287,8 +33287,8 @@ export declare const fertigationRouter: {
|
|
|
33287
33287
|
unit: string;
|
|
33288
33288
|
productName: string;
|
|
33289
33289
|
estimatedCost: number | null;
|
|
33290
|
-
priority: number;
|
|
33291
33290
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33291
|
+
priority: number;
|
|
33292
33292
|
productId: string;
|
|
33293
33293
|
frequency: string | null;
|
|
33294
33294
|
}, {
|
|
@@ -33297,8 +33297,8 @@ export declare const fertigationRouter: {
|
|
|
33297
33297
|
unit: string;
|
|
33298
33298
|
productName: string;
|
|
33299
33299
|
estimatedCost: number | null;
|
|
33300
|
-
priority: number;
|
|
33301
33300
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33301
|
+
priority: number;
|
|
33302
33302
|
productId: string;
|
|
33303
33303
|
frequency: string | null;
|
|
33304
33304
|
}>, "many">;
|
|
@@ -33334,8 +33334,8 @@ export declare const fertigationRouter: {
|
|
|
33334
33334
|
unit: string;
|
|
33335
33335
|
productName: string;
|
|
33336
33336
|
estimatedCost: number | null;
|
|
33337
|
-
priority: number;
|
|
33338
33337
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33338
|
+
priority: number;
|
|
33339
33339
|
productId: string;
|
|
33340
33340
|
frequency: string | null;
|
|
33341
33341
|
}[];
|
|
@@ -33365,8 +33365,8 @@ export declare const fertigationRouter: {
|
|
|
33365
33365
|
unit: string;
|
|
33366
33366
|
productName: string;
|
|
33367
33367
|
estimatedCost: number | null;
|
|
33368
|
-
priority: number;
|
|
33369
33368
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33369
|
+
priority: number;
|
|
33370
33370
|
productId: string;
|
|
33371
33371
|
frequency: string | null;
|
|
33372
33372
|
}[];
|
|
@@ -33403,8 +33403,8 @@ export declare const fertigationRouter: {
|
|
|
33403
33403
|
unit: string;
|
|
33404
33404
|
productName: string;
|
|
33405
33405
|
estimatedCost: number | null;
|
|
33406
|
-
priority: number;
|
|
33407
33406
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33407
|
+
priority: number;
|
|
33408
33408
|
productId: string;
|
|
33409
33409
|
frequency: string | null;
|
|
33410
33410
|
}[];
|
|
@@ -33441,8 +33441,8 @@ export declare const fertigationRouter: {
|
|
|
33441
33441
|
unit: string;
|
|
33442
33442
|
productName: string;
|
|
33443
33443
|
estimatedCost: number | null;
|
|
33444
|
-
priority: number;
|
|
33445
33444
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33445
|
+
priority: number;
|
|
33446
33446
|
productId: string;
|
|
33447
33447
|
frequency: string | null;
|
|
33448
33448
|
}[];
|
|
@@ -33505,8 +33505,8 @@ export declare const fertigationRouter: {
|
|
|
33505
33505
|
unit: string;
|
|
33506
33506
|
productName: string;
|
|
33507
33507
|
estimatedCost: number | null;
|
|
33508
|
-
priority: number;
|
|
33509
33508
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33509
|
+
priority: number;
|
|
33510
33510
|
productId: string;
|
|
33511
33511
|
frequency: string | null;
|
|
33512
33512
|
}[];
|
|
@@ -33555,8 +33555,8 @@ export declare const fertigationRouter: {
|
|
|
33555
33555
|
unit: string;
|
|
33556
33556
|
productName: string;
|
|
33557
33557
|
estimatedCost: number | null;
|
|
33558
|
-
priority: number;
|
|
33559
33558
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33559
|
+
priority: number;
|
|
33560
33560
|
productId: string;
|
|
33561
33561
|
frequency: string | null;
|
|
33562
33562
|
}[];
|
|
@@ -33819,8 +33819,8 @@ export declare const fertigationRouter: {
|
|
|
33819
33819
|
unit: string;
|
|
33820
33820
|
productName: string;
|
|
33821
33821
|
estimatedCost: number | null;
|
|
33822
|
-
priority: number;
|
|
33823
33822
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33823
|
+
priority: number;
|
|
33824
33824
|
productId: string;
|
|
33825
33825
|
frequency: string | null;
|
|
33826
33826
|
}, {
|
|
@@ -33829,8 +33829,8 @@ export declare const fertigationRouter: {
|
|
|
33829
33829
|
unit: string;
|
|
33830
33830
|
productName: string;
|
|
33831
33831
|
estimatedCost: number | null;
|
|
33832
|
-
priority: number;
|
|
33833
33832
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33833
|
+
priority: number;
|
|
33834
33834
|
productId: string;
|
|
33835
33835
|
frequency: string | null;
|
|
33836
33836
|
}>, "many">;
|
|
@@ -33866,8 +33866,8 @@ export declare const fertigationRouter: {
|
|
|
33866
33866
|
unit: string;
|
|
33867
33867
|
productName: string;
|
|
33868
33868
|
estimatedCost: number | null;
|
|
33869
|
-
priority: number;
|
|
33870
33869
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33870
|
+
priority: number;
|
|
33871
33871
|
productId: string;
|
|
33872
33872
|
frequency: string | null;
|
|
33873
33873
|
}[];
|
|
@@ -33897,8 +33897,8 @@ export declare const fertigationRouter: {
|
|
|
33897
33897
|
unit: string;
|
|
33898
33898
|
productName: string;
|
|
33899
33899
|
estimatedCost: number | null;
|
|
33900
|
-
priority: number;
|
|
33901
33900
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33901
|
+
priority: number;
|
|
33902
33902
|
productId: string;
|
|
33903
33903
|
frequency: string | null;
|
|
33904
33904
|
}[];
|
|
@@ -33935,8 +33935,8 @@ export declare const fertigationRouter: {
|
|
|
33935
33935
|
unit: string;
|
|
33936
33936
|
productName: string;
|
|
33937
33937
|
estimatedCost: number | null;
|
|
33938
|
-
priority: number;
|
|
33939
33938
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33939
|
+
priority: number;
|
|
33940
33940
|
productId: string;
|
|
33941
33941
|
frequency: string | null;
|
|
33942
33942
|
}[];
|
|
@@ -33973,8 +33973,8 @@ export declare const fertigationRouter: {
|
|
|
33973
33973
|
unit: string;
|
|
33974
33974
|
productName: string;
|
|
33975
33975
|
estimatedCost: number | null;
|
|
33976
|
-
priority: number;
|
|
33977
33976
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33977
|
+
priority: number;
|
|
33978
33978
|
productId: string;
|
|
33979
33979
|
frequency: string | null;
|
|
33980
33980
|
}[];
|
|
@@ -34215,8 +34215,8 @@ export declare const fertigationRouter: {
|
|
|
34215
34215
|
unit: string;
|
|
34216
34216
|
productName: string;
|
|
34217
34217
|
estimatedCost: number | null;
|
|
34218
|
-
priority: number;
|
|
34219
34218
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34219
|
+
priority: number;
|
|
34220
34220
|
productId: string;
|
|
34221
34221
|
frequency: string | null;
|
|
34222
34222
|
}[];
|
|
@@ -34296,8 +34296,8 @@ export declare const fertigationRouter: {
|
|
|
34296
34296
|
unit: string;
|
|
34297
34297
|
productName: string;
|
|
34298
34298
|
estimatedCost: number | null;
|
|
34299
|
-
priority: number;
|
|
34300
34299
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34300
|
+
priority: number;
|
|
34301
34301
|
productId: string;
|
|
34302
34302
|
frequency: string | null;
|
|
34303
34303
|
}[];
|
|
@@ -34678,8 +34678,8 @@ export declare const fertigationRouter: {
|
|
|
34678
34678
|
unit: string;
|
|
34679
34679
|
productName: string;
|
|
34680
34680
|
estimatedCost: number | null;
|
|
34681
|
-
priority: number;
|
|
34682
34681
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34682
|
+
priority: number;
|
|
34683
34683
|
productId: string;
|
|
34684
34684
|
frequency: string | null;
|
|
34685
34685
|
}, {
|
|
@@ -34688,8 +34688,8 @@ export declare const fertigationRouter: {
|
|
|
34688
34688
|
unit: string;
|
|
34689
34689
|
productName: string;
|
|
34690
34690
|
estimatedCost: number | null;
|
|
34691
|
-
priority: number;
|
|
34692
34691
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34692
|
+
priority: number;
|
|
34693
34693
|
productId: string;
|
|
34694
34694
|
frequency: string | null;
|
|
34695
34695
|
}>, "many">;
|
|
@@ -34725,8 +34725,8 @@ export declare const fertigationRouter: {
|
|
|
34725
34725
|
unit: string;
|
|
34726
34726
|
productName: string;
|
|
34727
34727
|
estimatedCost: number | null;
|
|
34728
|
-
priority: number;
|
|
34729
34728
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34729
|
+
priority: number;
|
|
34730
34730
|
productId: string;
|
|
34731
34731
|
frequency: string | null;
|
|
34732
34732
|
}[];
|
|
@@ -34756,8 +34756,8 @@ export declare const fertigationRouter: {
|
|
|
34756
34756
|
unit: string;
|
|
34757
34757
|
productName: string;
|
|
34758
34758
|
estimatedCost: number | null;
|
|
34759
|
-
priority: number;
|
|
34760
34759
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34760
|
+
priority: number;
|
|
34761
34761
|
productId: string;
|
|
34762
34762
|
frequency: string | null;
|
|
34763
34763
|
}[];
|
|
@@ -34794,8 +34794,8 @@ export declare const fertigationRouter: {
|
|
|
34794
34794
|
unit: string;
|
|
34795
34795
|
productName: string;
|
|
34796
34796
|
estimatedCost: number | null;
|
|
34797
|
-
priority: number;
|
|
34798
34797
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34798
|
+
priority: number;
|
|
34799
34799
|
productId: string;
|
|
34800
34800
|
frequency: string | null;
|
|
34801
34801
|
}[];
|
|
@@ -34832,8 +34832,8 @@ export declare const fertigationRouter: {
|
|
|
34832
34832
|
unit: string;
|
|
34833
34833
|
productName: string;
|
|
34834
34834
|
estimatedCost: number | null;
|
|
34835
|
-
priority: number;
|
|
34836
34835
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34836
|
+
priority: number;
|
|
34837
34837
|
productId: string;
|
|
34838
34838
|
frequency: string | null;
|
|
34839
34839
|
}[];
|
|
@@ -34896,8 +34896,8 @@ export declare const fertigationRouter: {
|
|
|
34896
34896
|
unit: string;
|
|
34897
34897
|
productName: string;
|
|
34898
34898
|
estimatedCost: number | null;
|
|
34899
|
-
priority: number;
|
|
34900
34899
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34900
|
+
priority: number;
|
|
34901
34901
|
productId: string;
|
|
34902
34902
|
frequency: string | null;
|
|
34903
34903
|
}[];
|
|
@@ -34946,8 +34946,8 @@ export declare const fertigationRouter: {
|
|
|
34946
34946
|
unit: string;
|
|
34947
34947
|
productName: string;
|
|
34948
34948
|
estimatedCost: number | null;
|
|
34949
|
-
priority: number;
|
|
34950
34949
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34950
|
+
priority: number;
|
|
34951
34951
|
productId: string;
|
|
34952
34952
|
frequency: string | null;
|
|
34953
34953
|
}[];
|