@deepintel-ltd/farmpro-contracts 1.16.10 → 1.16.11
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/admin.routes.d.ts +1036 -0
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +29 -1
- package/dist/routes/agent-workflows.routes.d.ts +246 -246
- package/dist/routes/agents.routes.d.ts +16 -16
- package/dist/routes/fertigation.routes.d.ts +80 -80
- package/dist/routes/field-monitoring.routes.d.ts +8 -8
- package/dist/routes/field-observations.routes.d.ts +28 -28
- package/dist/routes/health.routes.d.ts +66 -0
- package/dist/routes/health.routes.d.ts.map +1 -1
- package/dist/routes/livestock-groups.routes.d.ts +8 -8
- package/dist/routes/livestock.routes.d.ts +50 -50
- package/dist/routes/payments.routes.d.ts +20 -20
- package/dist/routes/pest-disease-risk.routes.d.ts +4 -4
- package/dist/routes/soil-tests.routes.d.ts +40 -40
- package/dist/schemas/admin.schemas.d.ts +267 -0
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +38 -0
- package/dist/schemas/agent-workflows.schemas.d.ts +206 -206
- package/dist/schemas/agents.schemas.d.ts +16 -16
- package/dist/schemas/fertigation.schemas.d.ts +36 -36
- package/dist/schemas/field-monitoring.schemas.d.ts +8 -8
- package/dist/schemas/field-observations.schemas.d.ts +20 -20
- package/dist/schemas/health.schemas.d.ts +33 -0
- package/dist/schemas/health.schemas.d.ts.map +1 -1
- package/dist/schemas/health.schemas.js +1 -0
- package/dist/schemas/livestock.schemas.d.ts +50 -50
- package/dist/schemas/payments.schemas.d.ts +20 -20
- package/dist/schemas/pest-disease-risk.schemas.d.ts +2 -2
- package/dist/schemas/soil-tests.schemas.d.ts +42 -42
- package/package.json +1 -1
|
@@ -14413,20 +14413,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14413
14413
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
14414
14414
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
14415
14415
|
}, "strip", z.ZodTypeAny, {
|
|
14416
|
+
reason: string;
|
|
14416
14417
|
quantity: number;
|
|
14417
14418
|
unit: string;
|
|
14418
14419
|
productName: string;
|
|
14419
|
-
reason: string;
|
|
14420
14420
|
estimatedCost: number | null;
|
|
14421
14421
|
priority: number;
|
|
14422
14422
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
14423
14423
|
productId: string;
|
|
14424
14424
|
frequency: string | null;
|
|
14425
14425
|
}, {
|
|
14426
|
+
reason: string;
|
|
14426
14427
|
quantity: number;
|
|
14427
14428
|
unit: string;
|
|
14428
14429
|
productName: string;
|
|
14429
|
-
reason: string;
|
|
14430
14430
|
estimatedCost: number | null;
|
|
14431
14431
|
priority: number;
|
|
14432
14432
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14460,10 +14460,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14460
14460
|
phosphorusDeficit: number | null;
|
|
14461
14461
|
potassiumDeficit: number | null;
|
|
14462
14462
|
recommendedProducts: {
|
|
14463
|
+
reason: string;
|
|
14463
14464
|
quantity: number;
|
|
14464
14465
|
unit: string;
|
|
14465
14466
|
productName: string;
|
|
14466
|
-
reason: string;
|
|
14467
14467
|
estimatedCost: number | null;
|
|
14468
14468
|
priority: number;
|
|
14469
14469
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14491,10 +14491,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14491
14491
|
phosphorusDeficit: number | null;
|
|
14492
14492
|
potassiumDeficit: number | null;
|
|
14493
14493
|
recommendedProducts: {
|
|
14494
|
+
reason: string;
|
|
14494
14495
|
quantity: number;
|
|
14495
14496
|
unit: string;
|
|
14496
14497
|
productName: string;
|
|
14497
|
-
reason: string;
|
|
14498
14498
|
estimatedCost: number | null;
|
|
14499
14499
|
priority: number;
|
|
14500
14500
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14529,10 +14529,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14529
14529
|
phosphorusDeficit: number | null;
|
|
14530
14530
|
potassiumDeficit: number | null;
|
|
14531
14531
|
recommendedProducts: {
|
|
14532
|
+
reason: string;
|
|
14532
14533
|
quantity: number;
|
|
14533
14534
|
unit: string;
|
|
14534
14535
|
productName: string;
|
|
14535
|
-
reason: string;
|
|
14536
14536
|
estimatedCost: number | null;
|
|
14537
14537
|
priority: number;
|
|
14538
14538
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14567,10 +14567,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14567
14567
|
phosphorusDeficit: number | null;
|
|
14568
14568
|
potassiumDeficit: number | null;
|
|
14569
14569
|
recommendedProducts: {
|
|
14570
|
+
reason: string;
|
|
14570
14571
|
quantity: number;
|
|
14571
14572
|
unit: string;
|
|
14572
14573
|
productName: string;
|
|
14573
|
-
reason: string;
|
|
14574
14574
|
estimatedCost: number | null;
|
|
14575
14575
|
priority: number;
|
|
14576
14576
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14631,10 +14631,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14631
14631
|
phosphorusDeficit: number | null;
|
|
14632
14632
|
potassiumDeficit: number | null;
|
|
14633
14633
|
recommendedProducts: {
|
|
14634
|
+
reason: string;
|
|
14634
14635
|
quantity: number;
|
|
14635
14636
|
unit: string;
|
|
14636
14637
|
productName: string;
|
|
14637
|
-
reason: string;
|
|
14638
14638
|
estimatedCost: number | null;
|
|
14639
14639
|
priority: number;
|
|
14640
14640
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -14681,10 +14681,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
14681
14681
|
phosphorusDeficit: number | null;
|
|
14682
14682
|
potassiumDeficit: number | null;
|
|
14683
14683
|
recommendedProducts: {
|
|
14684
|
+
reason: string;
|
|
14684
14685
|
quantity: number;
|
|
14685
14686
|
unit: string;
|
|
14686
14687
|
productName: string;
|
|
14687
|
-
reason: string;
|
|
14688
14688
|
estimatedCost: number | null;
|
|
14689
14689
|
priority: number;
|
|
14690
14690
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15136,20 +15136,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15136
15136
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
15137
15137
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
15138
15138
|
}, "strip", z.ZodTypeAny, {
|
|
15139
|
+
reason: string;
|
|
15139
15140
|
quantity: number;
|
|
15140
15141
|
unit: string;
|
|
15141
15142
|
productName: string;
|
|
15142
|
-
reason: string;
|
|
15143
15143
|
estimatedCost: number | null;
|
|
15144
15144
|
priority: number;
|
|
15145
15145
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15146
15146
|
productId: string;
|
|
15147
15147
|
frequency: string | null;
|
|
15148
15148
|
}, {
|
|
15149
|
+
reason: string;
|
|
15149
15150
|
quantity: number;
|
|
15150
15151
|
unit: string;
|
|
15151
15152
|
productName: string;
|
|
15152
|
-
reason: string;
|
|
15153
15153
|
estimatedCost: number | null;
|
|
15154
15154
|
priority: number;
|
|
15155
15155
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15183,10 +15183,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15183
15183
|
phosphorusDeficit: number | null;
|
|
15184
15184
|
potassiumDeficit: number | null;
|
|
15185
15185
|
recommendedProducts: {
|
|
15186
|
+
reason: string;
|
|
15186
15187
|
quantity: number;
|
|
15187
15188
|
unit: string;
|
|
15188
15189
|
productName: string;
|
|
15189
|
-
reason: string;
|
|
15190
15190
|
estimatedCost: number | null;
|
|
15191
15191
|
priority: number;
|
|
15192
15192
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15214,10 +15214,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15214
15214
|
phosphorusDeficit: number | null;
|
|
15215
15215
|
potassiumDeficit: number | null;
|
|
15216
15216
|
recommendedProducts: {
|
|
15217
|
+
reason: string;
|
|
15217
15218
|
quantity: number;
|
|
15218
15219
|
unit: string;
|
|
15219
15220
|
productName: string;
|
|
15220
|
-
reason: string;
|
|
15221
15221
|
estimatedCost: number | null;
|
|
15222
15222
|
priority: number;
|
|
15223
15223
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15252,10 +15252,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15252
15252
|
phosphorusDeficit: number | null;
|
|
15253
15253
|
potassiumDeficit: number | null;
|
|
15254
15254
|
recommendedProducts: {
|
|
15255
|
+
reason: string;
|
|
15255
15256
|
quantity: number;
|
|
15256
15257
|
unit: string;
|
|
15257
15258
|
productName: string;
|
|
15258
|
-
reason: string;
|
|
15259
15259
|
estimatedCost: number | null;
|
|
15260
15260
|
priority: number;
|
|
15261
15261
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15290,10 +15290,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15290
15290
|
phosphorusDeficit: number | null;
|
|
15291
15291
|
potassiumDeficit: number | null;
|
|
15292
15292
|
recommendedProducts: {
|
|
15293
|
+
reason: string;
|
|
15293
15294
|
quantity: number;
|
|
15294
15295
|
unit: string;
|
|
15295
15296
|
productName: string;
|
|
15296
|
-
reason: string;
|
|
15297
15297
|
estimatedCost: number | null;
|
|
15298
15298
|
priority: number;
|
|
15299
15299
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15354,10 +15354,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15354
15354
|
phosphorusDeficit: number | null;
|
|
15355
15355
|
potassiumDeficit: number | null;
|
|
15356
15356
|
recommendedProducts: {
|
|
15357
|
+
reason: string;
|
|
15357
15358
|
quantity: number;
|
|
15358
15359
|
unit: string;
|
|
15359
15360
|
productName: string;
|
|
15360
|
-
reason: string;
|
|
15361
15361
|
estimatedCost: number | null;
|
|
15362
15362
|
priority: number;
|
|
15363
15363
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15404,10 +15404,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15404
15404
|
phosphorusDeficit: number | null;
|
|
15405
15405
|
potassiumDeficit: number | null;
|
|
15406
15406
|
recommendedProducts: {
|
|
15407
|
+
reason: string;
|
|
15407
15408
|
quantity: number;
|
|
15408
15409
|
unit: string;
|
|
15409
15410
|
productName: string;
|
|
15410
|
-
reason: string;
|
|
15411
15411
|
estimatedCost: number | null;
|
|
15412
15412
|
priority: number;
|
|
15413
15413
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15658,20 +15658,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15658
15658
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
15659
15659
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
15660
15660
|
}, "strip", z.ZodTypeAny, {
|
|
15661
|
+
reason: string;
|
|
15661
15662
|
quantity: number;
|
|
15662
15663
|
unit: string;
|
|
15663
15664
|
productName: string;
|
|
15664
|
-
reason: string;
|
|
15665
15665
|
estimatedCost: number | null;
|
|
15666
15666
|
priority: number;
|
|
15667
15667
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
15668
15668
|
productId: string;
|
|
15669
15669
|
frequency: string | null;
|
|
15670
15670
|
}, {
|
|
15671
|
+
reason: string;
|
|
15671
15672
|
quantity: number;
|
|
15672
15673
|
unit: string;
|
|
15673
15674
|
productName: string;
|
|
15674
|
-
reason: string;
|
|
15675
15675
|
estimatedCost: number | null;
|
|
15676
15676
|
priority: number;
|
|
15677
15677
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15705,10 +15705,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15705
15705
|
phosphorusDeficit: number | null;
|
|
15706
15706
|
potassiumDeficit: number | null;
|
|
15707
15707
|
recommendedProducts: {
|
|
15708
|
+
reason: string;
|
|
15708
15709
|
quantity: number;
|
|
15709
15710
|
unit: string;
|
|
15710
15711
|
productName: string;
|
|
15711
|
-
reason: string;
|
|
15712
15712
|
estimatedCost: number | null;
|
|
15713
15713
|
priority: number;
|
|
15714
15714
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15736,10 +15736,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15736
15736
|
phosphorusDeficit: number | null;
|
|
15737
15737
|
potassiumDeficit: number | null;
|
|
15738
15738
|
recommendedProducts: {
|
|
15739
|
+
reason: string;
|
|
15739
15740
|
quantity: number;
|
|
15740
15741
|
unit: string;
|
|
15741
15742
|
productName: string;
|
|
15742
|
-
reason: string;
|
|
15743
15743
|
estimatedCost: number | null;
|
|
15744
15744
|
priority: number;
|
|
15745
15745
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15774,10 +15774,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15774
15774
|
phosphorusDeficit: number | null;
|
|
15775
15775
|
potassiumDeficit: number | null;
|
|
15776
15776
|
recommendedProducts: {
|
|
15777
|
+
reason: string;
|
|
15777
15778
|
quantity: number;
|
|
15778
15779
|
unit: string;
|
|
15779
15780
|
productName: string;
|
|
15780
|
-
reason: string;
|
|
15781
15781
|
estimatedCost: number | null;
|
|
15782
15782
|
priority: number;
|
|
15783
15783
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15812,10 +15812,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15812
15812
|
phosphorusDeficit: number | null;
|
|
15813
15813
|
potassiumDeficit: number | null;
|
|
15814
15814
|
recommendedProducts: {
|
|
15815
|
+
reason: string;
|
|
15815
15816
|
quantity: number;
|
|
15816
15817
|
unit: string;
|
|
15817
15818
|
productName: string;
|
|
15818
|
-
reason: string;
|
|
15819
15819
|
estimatedCost: number | null;
|
|
15820
15820
|
priority: number;
|
|
15821
15821
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15876,10 +15876,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15876
15876
|
phosphorusDeficit: number | null;
|
|
15877
15877
|
potassiumDeficit: number | null;
|
|
15878
15878
|
recommendedProducts: {
|
|
15879
|
+
reason: string;
|
|
15879
15880
|
quantity: number;
|
|
15880
15881
|
unit: string;
|
|
15881
15882
|
productName: string;
|
|
15882
|
-
reason: string;
|
|
15883
15883
|
estimatedCost: number | null;
|
|
15884
15884
|
priority: number;
|
|
15885
15885
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -15926,10 +15926,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
15926
15926
|
phosphorusDeficit: number | null;
|
|
15927
15927
|
potassiumDeficit: number | null;
|
|
15928
15928
|
recommendedProducts: {
|
|
15929
|
+
reason: string;
|
|
15929
15930
|
quantity: number;
|
|
15930
15931
|
unit: string;
|
|
15931
15932
|
productName: string;
|
|
15932
|
-
reason: string;
|
|
15933
15933
|
estimatedCost: number | null;
|
|
15934
15934
|
priority: number;
|
|
15935
15935
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16190,20 +16190,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16190
16190
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
16191
16191
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
16192
16192
|
}, "strip", z.ZodTypeAny, {
|
|
16193
|
+
reason: string;
|
|
16193
16194
|
quantity: number;
|
|
16194
16195
|
unit: string;
|
|
16195
16196
|
productName: string;
|
|
16196
|
-
reason: string;
|
|
16197
16197
|
estimatedCost: number | null;
|
|
16198
16198
|
priority: number;
|
|
16199
16199
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
16200
16200
|
productId: string;
|
|
16201
16201
|
frequency: string | null;
|
|
16202
16202
|
}, {
|
|
16203
|
+
reason: string;
|
|
16203
16204
|
quantity: number;
|
|
16204
16205
|
unit: string;
|
|
16205
16206
|
productName: string;
|
|
16206
|
-
reason: string;
|
|
16207
16207
|
estimatedCost: number | null;
|
|
16208
16208
|
priority: number;
|
|
16209
16209
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16237,10 +16237,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16237
16237
|
phosphorusDeficit: number | null;
|
|
16238
16238
|
potassiumDeficit: number | null;
|
|
16239
16239
|
recommendedProducts: {
|
|
16240
|
+
reason: string;
|
|
16240
16241
|
quantity: number;
|
|
16241
16242
|
unit: string;
|
|
16242
16243
|
productName: string;
|
|
16243
|
-
reason: string;
|
|
16244
16244
|
estimatedCost: number | null;
|
|
16245
16245
|
priority: number;
|
|
16246
16246
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16268,10 +16268,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16268
16268
|
phosphorusDeficit: number | null;
|
|
16269
16269
|
potassiumDeficit: number | null;
|
|
16270
16270
|
recommendedProducts: {
|
|
16271
|
+
reason: string;
|
|
16271
16272
|
quantity: number;
|
|
16272
16273
|
unit: string;
|
|
16273
16274
|
productName: string;
|
|
16274
|
-
reason: string;
|
|
16275
16275
|
estimatedCost: number | null;
|
|
16276
16276
|
priority: number;
|
|
16277
16277
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16306,10 +16306,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16306
16306
|
phosphorusDeficit: number | null;
|
|
16307
16307
|
potassiumDeficit: number | null;
|
|
16308
16308
|
recommendedProducts: {
|
|
16309
|
+
reason: string;
|
|
16309
16310
|
quantity: number;
|
|
16310
16311
|
unit: string;
|
|
16311
16312
|
productName: string;
|
|
16312
|
-
reason: string;
|
|
16313
16313
|
estimatedCost: number | null;
|
|
16314
16314
|
priority: number;
|
|
16315
16315
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16344,10 +16344,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16344
16344
|
phosphorusDeficit: number | null;
|
|
16345
16345
|
potassiumDeficit: number | null;
|
|
16346
16346
|
recommendedProducts: {
|
|
16347
|
+
reason: string;
|
|
16347
16348
|
quantity: number;
|
|
16348
16349
|
unit: string;
|
|
16349
16350
|
productName: string;
|
|
16350
|
-
reason: string;
|
|
16351
16351
|
estimatedCost: number | null;
|
|
16352
16352
|
priority: number;
|
|
16353
16353
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16586,10 +16586,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16586
16586
|
phosphorusDeficit: number | null;
|
|
16587
16587
|
potassiumDeficit: number | null;
|
|
16588
16588
|
recommendedProducts: {
|
|
16589
|
+
reason: string;
|
|
16589
16590
|
quantity: number;
|
|
16590
16591
|
unit: string;
|
|
16591
16592
|
productName: string;
|
|
16592
|
-
reason: string;
|
|
16593
16593
|
estimatedCost: number | null;
|
|
16594
16594
|
priority: number;
|
|
16595
16595
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -16667,10 +16667,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16667
16667
|
phosphorusDeficit: number | null;
|
|
16668
16668
|
potassiumDeficit: number | null;
|
|
16669
16669
|
recommendedProducts: {
|
|
16670
|
+
reason: string;
|
|
16670
16671
|
quantity: number;
|
|
16671
16672
|
unit: string;
|
|
16672
16673
|
productName: string;
|
|
16673
|
-
reason: string;
|
|
16674
16674
|
estimatedCost: number | null;
|
|
16675
16675
|
priority: number;
|
|
16676
16676
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17049,20 +17049,20 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17049
17049
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
17050
17050
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
17051
17051
|
}, "strip", z.ZodTypeAny, {
|
|
17052
|
+
reason: string;
|
|
17052
17053
|
quantity: number;
|
|
17053
17054
|
unit: string;
|
|
17054
17055
|
productName: string;
|
|
17055
|
-
reason: string;
|
|
17056
17056
|
estimatedCost: number | null;
|
|
17057
17057
|
priority: number;
|
|
17058
17058
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
17059
17059
|
productId: string;
|
|
17060
17060
|
frequency: string | null;
|
|
17061
17061
|
}, {
|
|
17062
|
+
reason: string;
|
|
17062
17063
|
quantity: number;
|
|
17063
17064
|
unit: string;
|
|
17064
17065
|
productName: string;
|
|
17065
|
-
reason: string;
|
|
17066
17066
|
estimatedCost: number | null;
|
|
17067
17067
|
priority: number;
|
|
17068
17068
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17096,10 +17096,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17096
17096
|
phosphorusDeficit: number | null;
|
|
17097
17097
|
potassiumDeficit: number | null;
|
|
17098
17098
|
recommendedProducts: {
|
|
17099
|
+
reason: string;
|
|
17099
17100
|
quantity: number;
|
|
17100
17101
|
unit: string;
|
|
17101
17102
|
productName: string;
|
|
17102
|
-
reason: string;
|
|
17103
17103
|
estimatedCost: number | null;
|
|
17104
17104
|
priority: number;
|
|
17105
17105
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17127,10 +17127,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17127
17127
|
phosphorusDeficit: number | null;
|
|
17128
17128
|
potassiumDeficit: number | null;
|
|
17129
17129
|
recommendedProducts: {
|
|
17130
|
+
reason: string;
|
|
17130
17131
|
quantity: number;
|
|
17131
17132
|
unit: string;
|
|
17132
17133
|
productName: string;
|
|
17133
|
-
reason: string;
|
|
17134
17134
|
estimatedCost: number | null;
|
|
17135
17135
|
priority: number;
|
|
17136
17136
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17165,10 +17165,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17165
17165
|
phosphorusDeficit: number | null;
|
|
17166
17166
|
potassiumDeficit: number | null;
|
|
17167
17167
|
recommendedProducts: {
|
|
17168
|
+
reason: string;
|
|
17168
17169
|
quantity: number;
|
|
17169
17170
|
unit: string;
|
|
17170
17171
|
productName: string;
|
|
17171
|
-
reason: string;
|
|
17172
17172
|
estimatedCost: number | null;
|
|
17173
17173
|
priority: number;
|
|
17174
17174
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17203,10 +17203,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17203
17203
|
phosphorusDeficit: number | null;
|
|
17204
17204
|
potassiumDeficit: number | null;
|
|
17205
17205
|
recommendedProducts: {
|
|
17206
|
+
reason: string;
|
|
17206
17207
|
quantity: number;
|
|
17207
17208
|
unit: string;
|
|
17208
17209
|
productName: string;
|
|
17209
|
-
reason: string;
|
|
17210
17210
|
estimatedCost: number | null;
|
|
17211
17211
|
priority: number;
|
|
17212
17212
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17267,10 +17267,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17267
17267
|
phosphorusDeficit: number | null;
|
|
17268
17268
|
potassiumDeficit: number | null;
|
|
17269
17269
|
recommendedProducts: {
|
|
17270
|
+
reason: string;
|
|
17270
17271
|
quantity: number;
|
|
17271
17272
|
unit: string;
|
|
17272
17273
|
productName: string;
|
|
17273
|
-
reason: string;
|
|
17274
17274
|
estimatedCost: number | null;
|
|
17275
17275
|
priority: number;
|
|
17276
17276
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -17317,10 +17317,10 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
17317
17317
|
phosphorusDeficit: number | null;
|
|
17318
17318
|
potassiumDeficit: number | null;
|
|
17319
17319
|
recommendedProducts: {
|
|
17320
|
+
reason: string;
|
|
17320
17321
|
quantity: number;
|
|
17321
17322
|
unit: string;
|
|
17322
17323
|
productName: string;
|
|
17323
|
-
reason: string;
|
|
17324
17324
|
estimatedCost: number | null;
|
|
17325
17325
|
priority: number;
|
|
17326
17326
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32037,20 +32037,20 @@ export declare const fertigationRouter: {
|
|
|
32037
32037
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
32038
32038
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
32039
32039
|
}, "strip", z.ZodTypeAny, {
|
|
32040
|
+
reason: string;
|
|
32040
32041
|
quantity: number;
|
|
32041
32042
|
unit: string;
|
|
32042
32043
|
productName: string;
|
|
32043
|
-
reason: string;
|
|
32044
32044
|
estimatedCost: number | null;
|
|
32045
32045
|
priority: number;
|
|
32046
32046
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32047
32047
|
productId: string;
|
|
32048
32048
|
frequency: string | null;
|
|
32049
32049
|
}, {
|
|
32050
|
+
reason: string;
|
|
32050
32051
|
quantity: number;
|
|
32051
32052
|
unit: string;
|
|
32052
32053
|
productName: string;
|
|
32053
|
-
reason: string;
|
|
32054
32054
|
estimatedCost: number | null;
|
|
32055
32055
|
priority: number;
|
|
32056
32056
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32084,10 +32084,10 @@ export declare const fertigationRouter: {
|
|
|
32084
32084
|
phosphorusDeficit: number | null;
|
|
32085
32085
|
potassiumDeficit: number | null;
|
|
32086
32086
|
recommendedProducts: {
|
|
32087
|
+
reason: string;
|
|
32087
32088
|
quantity: number;
|
|
32088
32089
|
unit: string;
|
|
32089
32090
|
productName: string;
|
|
32090
|
-
reason: string;
|
|
32091
32091
|
estimatedCost: number | null;
|
|
32092
32092
|
priority: number;
|
|
32093
32093
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32115,10 +32115,10 @@ export declare const fertigationRouter: {
|
|
|
32115
32115
|
phosphorusDeficit: number | null;
|
|
32116
32116
|
potassiumDeficit: number | null;
|
|
32117
32117
|
recommendedProducts: {
|
|
32118
|
+
reason: string;
|
|
32118
32119
|
quantity: number;
|
|
32119
32120
|
unit: string;
|
|
32120
32121
|
productName: string;
|
|
32121
|
-
reason: string;
|
|
32122
32122
|
estimatedCost: number | null;
|
|
32123
32123
|
priority: number;
|
|
32124
32124
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32153,10 +32153,10 @@ export declare const fertigationRouter: {
|
|
|
32153
32153
|
phosphorusDeficit: number | null;
|
|
32154
32154
|
potassiumDeficit: number | null;
|
|
32155
32155
|
recommendedProducts: {
|
|
32156
|
+
reason: string;
|
|
32156
32157
|
quantity: number;
|
|
32157
32158
|
unit: string;
|
|
32158
32159
|
productName: string;
|
|
32159
|
-
reason: string;
|
|
32160
32160
|
estimatedCost: number | null;
|
|
32161
32161
|
priority: number;
|
|
32162
32162
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32191,10 +32191,10 @@ export declare const fertigationRouter: {
|
|
|
32191
32191
|
phosphorusDeficit: number | null;
|
|
32192
32192
|
potassiumDeficit: number | null;
|
|
32193
32193
|
recommendedProducts: {
|
|
32194
|
+
reason: string;
|
|
32194
32195
|
quantity: number;
|
|
32195
32196
|
unit: string;
|
|
32196
32197
|
productName: string;
|
|
32197
|
-
reason: string;
|
|
32198
32198
|
estimatedCost: number | null;
|
|
32199
32199
|
priority: number;
|
|
32200
32200
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32255,10 +32255,10 @@ export declare const fertigationRouter: {
|
|
|
32255
32255
|
phosphorusDeficit: number | null;
|
|
32256
32256
|
potassiumDeficit: number | null;
|
|
32257
32257
|
recommendedProducts: {
|
|
32258
|
+
reason: string;
|
|
32258
32259
|
quantity: number;
|
|
32259
32260
|
unit: string;
|
|
32260
32261
|
productName: string;
|
|
32261
|
-
reason: string;
|
|
32262
32262
|
estimatedCost: number | null;
|
|
32263
32263
|
priority: number;
|
|
32264
32264
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32305,10 +32305,10 @@ export declare const fertigationRouter: {
|
|
|
32305
32305
|
phosphorusDeficit: number | null;
|
|
32306
32306
|
potassiumDeficit: number | null;
|
|
32307
32307
|
recommendedProducts: {
|
|
32308
|
+
reason: string;
|
|
32308
32309
|
quantity: number;
|
|
32309
32310
|
unit: string;
|
|
32310
32311
|
productName: string;
|
|
32311
|
-
reason: string;
|
|
32312
32312
|
estimatedCost: number | null;
|
|
32313
32313
|
priority: number;
|
|
32314
32314
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32760,20 +32760,20 @@ export declare const fertigationRouter: {
|
|
|
32760
32760
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
32761
32761
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
32762
32762
|
}, "strip", z.ZodTypeAny, {
|
|
32763
|
+
reason: string;
|
|
32763
32764
|
quantity: number;
|
|
32764
32765
|
unit: string;
|
|
32765
32766
|
productName: string;
|
|
32766
|
-
reason: string;
|
|
32767
32767
|
estimatedCost: number | null;
|
|
32768
32768
|
priority: number;
|
|
32769
32769
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
32770
32770
|
productId: string;
|
|
32771
32771
|
frequency: string | null;
|
|
32772
32772
|
}, {
|
|
32773
|
+
reason: string;
|
|
32773
32774
|
quantity: number;
|
|
32774
32775
|
unit: string;
|
|
32775
32776
|
productName: string;
|
|
32776
|
-
reason: string;
|
|
32777
32777
|
estimatedCost: number | null;
|
|
32778
32778
|
priority: number;
|
|
32779
32779
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32807,10 +32807,10 @@ export declare const fertigationRouter: {
|
|
|
32807
32807
|
phosphorusDeficit: number | null;
|
|
32808
32808
|
potassiumDeficit: number | null;
|
|
32809
32809
|
recommendedProducts: {
|
|
32810
|
+
reason: string;
|
|
32810
32811
|
quantity: number;
|
|
32811
32812
|
unit: string;
|
|
32812
32813
|
productName: string;
|
|
32813
|
-
reason: string;
|
|
32814
32814
|
estimatedCost: number | null;
|
|
32815
32815
|
priority: number;
|
|
32816
32816
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32838,10 +32838,10 @@ export declare const fertigationRouter: {
|
|
|
32838
32838
|
phosphorusDeficit: number | null;
|
|
32839
32839
|
potassiumDeficit: number | null;
|
|
32840
32840
|
recommendedProducts: {
|
|
32841
|
+
reason: string;
|
|
32841
32842
|
quantity: number;
|
|
32842
32843
|
unit: string;
|
|
32843
32844
|
productName: string;
|
|
32844
|
-
reason: string;
|
|
32845
32845
|
estimatedCost: number | null;
|
|
32846
32846
|
priority: number;
|
|
32847
32847
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32876,10 +32876,10 @@ export declare const fertigationRouter: {
|
|
|
32876
32876
|
phosphorusDeficit: number | null;
|
|
32877
32877
|
potassiumDeficit: number | null;
|
|
32878
32878
|
recommendedProducts: {
|
|
32879
|
+
reason: string;
|
|
32879
32880
|
quantity: number;
|
|
32880
32881
|
unit: string;
|
|
32881
32882
|
productName: string;
|
|
32882
|
-
reason: string;
|
|
32883
32883
|
estimatedCost: number | null;
|
|
32884
32884
|
priority: number;
|
|
32885
32885
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32914,10 +32914,10 @@ export declare const fertigationRouter: {
|
|
|
32914
32914
|
phosphorusDeficit: number | null;
|
|
32915
32915
|
potassiumDeficit: number | null;
|
|
32916
32916
|
recommendedProducts: {
|
|
32917
|
+
reason: string;
|
|
32917
32918
|
quantity: number;
|
|
32918
32919
|
unit: string;
|
|
32919
32920
|
productName: string;
|
|
32920
|
-
reason: string;
|
|
32921
32921
|
estimatedCost: number | null;
|
|
32922
32922
|
priority: number;
|
|
32923
32923
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -32978,10 +32978,10 @@ export declare const fertigationRouter: {
|
|
|
32978
32978
|
phosphorusDeficit: number | null;
|
|
32979
32979
|
potassiumDeficit: number | null;
|
|
32980
32980
|
recommendedProducts: {
|
|
32981
|
+
reason: string;
|
|
32981
32982
|
quantity: number;
|
|
32982
32983
|
unit: string;
|
|
32983
32984
|
productName: string;
|
|
32984
|
-
reason: string;
|
|
32985
32985
|
estimatedCost: number | null;
|
|
32986
32986
|
priority: number;
|
|
32987
32987
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33028,10 +33028,10 @@ export declare const fertigationRouter: {
|
|
|
33028
33028
|
phosphorusDeficit: number | null;
|
|
33029
33029
|
potassiumDeficit: number | null;
|
|
33030
33030
|
recommendedProducts: {
|
|
33031
|
+
reason: string;
|
|
33031
33032
|
quantity: number;
|
|
33032
33033
|
unit: string;
|
|
33033
33034
|
productName: string;
|
|
33034
|
-
reason: string;
|
|
33035
33035
|
estimatedCost: number | null;
|
|
33036
33036
|
priority: number;
|
|
33037
33037
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33282,20 +33282,20 @@ export declare const fertigationRouter: {
|
|
|
33282
33282
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
33283
33283
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
33284
33284
|
}, "strip", z.ZodTypeAny, {
|
|
33285
|
+
reason: string;
|
|
33285
33286
|
quantity: number;
|
|
33286
33287
|
unit: string;
|
|
33287
33288
|
productName: string;
|
|
33288
|
-
reason: string;
|
|
33289
33289
|
estimatedCost: number | null;
|
|
33290
33290
|
priority: number;
|
|
33291
33291
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33292
33292
|
productId: string;
|
|
33293
33293
|
frequency: string | null;
|
|
33294
33294
|
}, {
|
|
33295
|
+
reason: string;
|
|
33295
33296
|
quantity: number;
|
|
33296
33297
|
unit: string;
|
|
33297
33298
|
productName: string;
|
|
33298
|
-
reason: string;
|
|
33299
33299
|
estimatedCost: number | null;
|
|
33300
33300
|
priority: number;
|
|
33301
33301
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33329,10 +33329,10 @@ export declare const fertigationRouter: {
|
|
|
33329
33329
|
phosphorusDeficit: number | null;
|
|
33330
33330
|
potassiumDeficit: number | null;
|
|
33331
33331
|
recommendedProducts: {
|
|
33332
|
+
reason: string;
|
|
33332
33333
|
quantity: number;
|
|
33333
33334
|
unit: string;
|
|
33334
33335
|
productName: string;
|
|
33335
|
-
reason: string;
|
|
33336
33336
|
estimatedCost: number | null;
|
|
33337
33337
|
priority: number;
|
|
33338
33338
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33360,10 +33360,10 @@ export declare const fertigationRouter: {
|
|
|
33360
33360
|
phosphorusDeficit: number | null;
|
|
33361
33361
|
potassiumDeficit: number | null;
|
|
33362
33362
|
recommendedProducts: {
|
|
33363
|
+
reason: string;
|
|
33363
33364
|
quantity: number;
|
|
33364
33365
|
unit: string;
|
|
33365
33366
|
productName: string;
|
|
33366
|
-
reason: string;
|
|
33367
33367
|
estimatedCost: number | null;
|
|
33368
33368
|
priority: number;
|
|
33369
33369
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33398,10 +33398,10 @@ export declare const fertigationRouter: {
|
|
|
33398
33398
|
phosphorusDeficit: number | null;
|
|
33399
33399
|
potassiumDeficit: number | null;
|
|
33400
33400
|
recommendedProducts: {
|
|
33401
|
+
reason: string;
|
|
33401
33402
|
quantity: number;
|
|
33402
33403
|
unit: string;
|
|
33403
33404
|
productName: string;
|
|
33404
|
-
reason: string;
|
|
33405
33405
|
estimatedCost: number | null;
|
|
33406
33406
|
priority: number;
|
|
33407
33407
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33436,10 +33436,10 @@ export declare const fertigationRouter: {
|
|
|
33436
33436
|
phosphorusDeficit: number | null;
|
|
33437
33437
|
potassiumDeficit: number | null;
|
|
33438
33438
|
recommendedProducts: {
|
|
33439
|
+
reason: string;
|
|
33439
33440
|
quantity: number;
|
|
33440
33441
|
unit: string;
|
|
33441
33442
|
productName: string;
|
|
33442
|
-
reason: string;
|
|
33443
33443
|
estimatedCost: number | null;
|
|
33444
33444
|
priority: number;
|
|
33445
33445
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33500,10 +33500,10 @@ export declare const fertigationRouter: {
|
|
|
33500
33500
|
phosphorusDeficit: number | null;
|
|
33501
33501
|
potassiumDeficit: number | null;
|
|
33502
33502
|
recommendedProducts: {
|
|
33503
|
+
reason: string;
|
|
33503
33504
|
quantity: number;
|
|
33504
33505
|
unit: string;
|
|
33505
33506
|
productName: string;
|
|
33506
|
-
reason: string;
|
|
33507
33507
|
estimatedCost: number | null;
|
|
33508
33508
|
priority: number;
|
|
33509
33509
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33550,10 +33550,10 @@ export declare const fertigationRouter: {
|
|
|
33550
33550
|
phosphorusDeficit: number | null;
|
|
33551
33551
|
potassiumDeficit: number | null;
|
|
33552
33552
|
recommendedProducts: {
|
|
33553
|
+
reason: string;
|
|
33553
33554
|
quantity: number;
|
|
33554
33555
|
unit: string;
|
|
33555
33556
|
productName: string;
|
|
33556
|
-
reason: string;
|
|
33557
33557
|
estimatedCost: number | null;
|
|
33558
33558
|
priority: number;
|
|
33559
33559
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33814,20 +33814,20 @@ export declare const fertigationRouter: {
|
|
|
33814
33814
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
33815
33815
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
33816
33816
|
}, "strip", z.ZodTypeAny, {
|
|
33817
|
+
reason: string;
|
|
33817
33818
|
quantity: number;
|
|
33818
33819
|
unit: string;
|
|
33819
33820
|
productName: string;
|
|
33820
|
-
reason: string;
|
|
33821
33821
|
estimatedCost: number | null;
|
|
33822
33822
|
priority: number;
|
|
33823
33823
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
33824
33824
|
productId: string;
|
|
33825
33825
|
frequency: string | null;
|
|
33826
33826
|
}, {
|
|
33827
|
+
reason: string;
|
|
33827
33828
|
quantity: number;
|
|
33828
33829
|
unit: string;
|
|
33829
33830
|
productName: string;
|
|
33830
|
-
reason: string;
|
|
33831
33831
|
estimatedCost: number | null;
|
|
33832
33832
|
priority: number;
|
|
33833
33833
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33861,10 +33861,10 @@ export declare const fertigationRouter: {
|
|
|
33861
33861
|
phosphorusDeficit: number | null;
|
|
33862
33862
|
potassiumDeficit: number | null;
|
|
33863
33863
|
recommendedProducts: {
|
|
33864
|
+
reason: string;
|
|
33864
33865
|
quantity: number;
|
|
33865
33866
|
unit: string;
|
|
33866
33867
|
productName: string;
|
|
33867
|
-
reason: string;
|
|
33868
33868
|
estimatedCost: number | null;
|
|
33869
33869
|
priority: number;
|
|
33870
33870
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33892,10 +33892,10 @@ export declare const fertigationRouter: {
|
|
|
33892
33892
|
phosphorusDeficit: number | null;
|
|
33893
33893
|
potassiumDeficit: number | null;
|
|
33894
33894
|
recommendedProducts: {
|
|
33895
|
+
reason: string;
|
|
33895
33896
|
quantity: number;
|
|
33896
33897
|
unit: string;
|
|
33897
33898
|
productName: string;
|
|
33898
|
-
reason: string;
|
|
33899
33899
|
estimatedCost: number | null;
|
|
33900
33900
|
priority: number;
|
|
33901
33901
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33930,10 +33930,10 @@ export declare const fertigationRouter: {
|
|
|
33930
33930
|
phosphorusDeficit: number | null;
|
|
33931
33931
|
potassiumDeficit: number | null;
|
|
33932
33932
|
recommendedProducts: {
|
|
33933
|
+
reason: string;
|
|
33933
33934
|
quantity: number;
|
|
33934
33935
|
unit: string;
|
|
33935
33936
|
productName: string;
|
|
33936
|
-
reason: string;
|
|
33937
33937
|
estimatedCost: number | null;
|
|
33938
33938
|
priority: number;
|
|
33939
33939
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -33968,10 +33968,10 @@ export declare const fertigationRouter: {
|
|
|
33968
33968
|
phosphorusDeficit: number | null;
|
|
33969
33969
|
potassiumDeficit: number | null;
|
|
33970
33970
|
recommendedProducts: {
|
|
33971
|
+
reason: string;
|
|
33971
33972
|
quantity: number;
|
|
33972
33973
|
unit: string;
|
|
33973
33974
|
productName: string;
|
|
33974
|
-
reason: string;
|
|
33975
33975
|
estimatedCost: number | null;
|
|
33976
33976
|
priority: number;
|
|
33977
33977
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34210,10 +34210,10 @@ export declare const fertigationRouter: {
|
|
|
34210
34210
|
phosphorusDeficit: number | null;
|
|
34211
34211
|
potassiumDeficit: number | null;
|
|
34212
34212
|
recommendedProducts: {
|
|
34213
|
+
reason: string;
|
|
34213
34214
|
quantity: number;
|
|
34214
34215
|
unit: string;
|
|
34215
34216
|
productName: string;
|
|
34216
|
-
reason: string;
|
|
34217
34217
|
estimatedCost: number | null;
|
|
34218
34218
|
priority: number;
|
|
34219
34219
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34291,10 +34291,10 @@ export declare const fertigationRouter: {
|
|
|
34291
34291
|
phosphorusDeficit: number | null;
|
|
34292
34292
|
potassiumDeficit: number | null;
|
|
34293
34293
|
recommendedProducts: {
|
|
34294
|
+
reason: string;
|
|
34294
34295
|
quantity: number;
|
|
34295
34296
|
unit: string;
|
|
34296
34297
|
productName: string;
|
|
34297
|
-
reason: string;
|
|
34298
34298
|
estimatedCost: number | null;
|
|
34299
34299
|
priority: number;
|
|
34300
34300
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34673,20 +34673,20 @@ export declare const fertigationRouter: {
|
|
|
34673
34673
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
34674
34674
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
34675
34675
|
}, "strip", z.ZodTypeAny, {
|
|
34676
|
+
reason: string;
|
|
34676
34677
|
quantity: number;
|
|
34677
34678
|
unit: string;
|
|
34678
34679
|
productName: string;
|
|
34679
|
-
reason: string;
|
|
34680
34680
|
estimatedCost: number | null;
|
|
34681
34681
|
priority: number;
|
|
34682
34682
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
34683
34683
|
productId: string;
|
|
34684
34684
|
frequency: string | null;
|
|
34685
34685
|
}, {
|
|
34686
|
+
reason: string;
|
|
34686
34687
|
quantity: number;
|
|
34687
34688
|
unit: string;
|
|
34688
34689
|
productName: string;
|
|
34689
|
-
reason: string;
|
|
34690
34690
|
estimatedCost: number | null;
|
|
34691
34691
|
priority: number;
|
|
34692
34692
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34720,10 +34720,10 @@ export declare const fertigationRouter: {
|
|
|
34720
34720
|
phosphorusDeficit: number | null;
|
|
34721
34721
|
potassiumDeficit: number | null;
|
|
34722
34722
|
recommendedProducts: {
|
|
34723
|
+
reason: string;
|
|
34723
34724
|
quantity: number;
|
|
34724
34725
|
unit: string;
|
|
34725
34726
|
productName: string;
|
|
34726
|
-
reason: string;
|
|
34727
34727
|
estimatedCost: number | null;
|
|
34728
34728
|
priority: number;
|
|
34729
34729
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34751,10 +34751,10 @@ export declare const fertigationRouter: {
|
|
|
34751
34751
|
phosphorusDeficit: number | null;
|
|
34752
34752
|
potassiumDeficit: number | null;
|
|
34753
34753
|
recommendedProducts: {
|
|
34754
|
+
reason: string;
|
|
34754
34755
|
quantity: number;
|
|
34755
34756
|
unit: string;
|
|
34756
34757
|
productName: string;
|
|
34757
|
-
reason: string;
|
|
34758
34758
|
estimatedCost: number | null;
|
|
34759
34759
|
priority: number;
|
|
34760
34760
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34789,10 +34789,10 @@ export declare const fertigationRouter: {
|
|
|
34789
34789
|
phosphorusDeficit: number | null;
|
|
34790
34790
|
potassiumDeficit: number | null;
|
|
34791
34791
|
recommendedProducts: {
|
|
34792
|
+
reason: string;
|
|
34792
34793
|
quantity: number;
|
|
34793
34794
|
unit: string;
|
|
34794
34795
|
productName: string;
|
|
34795
|
-
reason: string;
|
|
34796
34796
|
estimatedCost: number | null;
|
|
34797
34797
|
priority: number;
|
|
34798
34798
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34827,10 +34827,10 @@ export declare const fertigationRouter: {
|
|
|
34827
34827
|
phosphorusDeficit: number | null;
|
|
34828
34828
|
potassiumDeficit: number | null;
|
|
34829
34829
|
recommendedProducts: {
|
|
34830
|
+
reason: string;
|
|
34830
34831
|
quantity: number;
|
|
34831
34832
|
unit: string;
|
|
34832
34833
|
productName: string;
|
|
34833
|
-
reason: string;
|
|
34834
34834
|
estimatedCost: number | null;
|
|
34835
34835
|
priority: number;
|
|
34836
34836
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34891,10 +34891,10 @@ export declare const fertigationRouter: {
|
|
|
34891
34891
|
phosphorusDeficit: number | null;
|
|
34892
34892
|
potassiumDeficit: number | null;
|
|
34893
34893
|
recommendedProducts: {
|
|
34894
|
+
reason: string;
|
|
34894
34895
|
quantity: number;
|
|
34895
34896
|
unit: string;
|
|
34896
34897
|
productName: string;
|
|
34897
|
-
reason: string;
|
|
34898
34898
|
estimatedCost: number | null;
|
|
34899
34899
|
priority: number;
|
|
34900
34900
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -34941,10 +34941,10 @@ export declare const fertigationRouter: {
|
|
|
34941
34941
|
phosphorusDeficit: number | null;
|
|
34942
34942
|
potassiumDeficit: number | null;
|
|
34943
34943
|
recommendedProducts: {
|
|
34944
|
+
reason: string;
|
|
34944
34945
|
quantity: number;
|
|
34945
34946
|
unit: string;
|
|
34946
34947
|
productName: string;
|
|
34947
|
-
reason: string;
|
|
34948
34948
|
estimatedCost: number | null;
|
|
34949
34949
|
priority: number;
|
|
34950
34950
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|