@deepintel-ltd/farmpro-contracts 1.16.9 → 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/field-observations.schemas.d.ts.map +1 -1
- package/dist/schemas/field-observations.schemas.js +3 -2
- 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/monitoring-visualization.schemas.js +4 -4
- 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
|
@@ -3188,8 +3188,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3188
3188
|
reason: z.ZodString;
|
|
3189
3189
|
}, "strip", z.ZodTypeAny, {
|
|
3190
3190
|
name: string;
|
|
3191
|
-
inventoryItemId: string;
|
|
3192
3191
|
reason: string;
|
|
3192
|
+
inventoryItemId: string;
|
|
3193
3193
|
currentStock: number;
|
|
3194
3194
|
projectedUsage14d: number;
|
|
3195
3195
|
projectedRemaining14d: number;
|
|
@@ -3199,8 +3199,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3199
3199
|
recommendedQuantity: number;
|
|
3200
3200
|
}, {
|
|
3201
3201
|
name: string;
|
|
3202
|
-
inventoryItemId: string;
|
|
3203
3202
|
reason: string;
|
|
3203
|
+
inventoryItemId: string;
|
|
3204
3204
|
currentStock: number;
|
|
3205
3205
|
projectedUsage14d: number;
|
|
3206
3206
|
projectedRemaining14d: number;
|
|
@@ -3232,8 +3232,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3232
3232
|
}[];
|
|
3233
3233
|
reorderWarnings: {
|
|
3234
3234
|
name: string;
|
|
3235
|
-
inventoryItemId: string;
|
|
3236
3235
|
reason: string;
|
|
3236
|
+
inventoryItemId: string;
|
|
3237
3237
|
currentStock: number;
|
|
3238
3238
|
projectedUsage14d: number;
|
|
3239
3239
|
projectedRemaining14d: number;
|
|
@@ -3265,8 +3265,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3265
3265
|
}[];
|
|
3266
3266
|
reorderWarnings: {
|
|
3267
3267
|
name: string;
|
|
3268
|
-
inventoryItemId: string;
|
|
3269
3268
|
reason: string;
|
|
3269
|
+
inventoryItemId: string;
|
|
3270
3270
|
currentStock: number;
|
|
3271
3271
|
projectedUsage14d: number;
|
|
3272
3272
|
projectedRemaining14d: number;
|
|
@@ -3302,8 +3302,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3302
3302
|
}[];
|
|
3303
3303
|
reorderWarnings: {
|
|
3304
3304
|
name: string;
|
|
3305
|
-
inventoryItemId: string;
|
|
3306
3305
|
reason: string;
|
|
3306
|
+
inventoryItemId: string;
|
|
3307
3307
|
currentStock: number;
|
|
3308
3308
|
projectedUsage14d: number;
|
|
3309
3309
|
projectedRemaining14d: number;
|
|
@@ -3339,8 +3339,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3339
3339
|
}[];
|
|
3340
3340
|
reorderWarnings: {
|
|
3341
3341
|
name: string;
|
|
3342
|
-
inventoryItemId: string;
|
|
3343
3342
|
reason: string;
|
|
3343
|
+
inventoryItemId: string;
|
|
3344
3344
|
currentStock: number;
|
|
3345
3345
|
projectedUsage14d: number;
|
|
3346
3346
|
projectedRemaining14d: number;
|
|
@@ -3378,8 +3378,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3378
3378
|
}[];
|
|
3379
3379
|
reorderWarnings: {
|
|
3380
3380
|
name: string;
|
|
3381
|
-
inventoryItemId: string;
|
|
3382
3381
|
reason: string;
|
|
3382
|
+
inventoryItemId: string;
|
|
3383
3383
|
currentStock: number;
|
|
3384
3384
|
projectedUsage14d: number;
|
|
3385
3385
|
projectedRemaining14d: number;
|
|
@@ -3417,8 +3417,8 @@ export declare const weeklyWorkOrdersResponseSchema: z.ZodObject<{
|
|
|
3417
3417
|
}[];
|
|
3418
3418
|
reorderWarnings: {
|
|
3419
3419
|
name: string;
|
|
3420
|
-
inventoryItemId: string;
|
|
3421
3420
|
reason: string;
|
|
3421
|
+
inventoryItemId: string;
|
|
3422
3422
|
currentStock: number;
|
|
3423
3423
|
projectedUsage14d: number;
|
|
3424
3424
|
projectedRemaining14d: number;
|
|
@@ -3446,16 +3446,16 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3446
3446
|
reason: z.ZodString;
|
|
3447
3447
|
}, "strip", z.ZodTypeAny, {
|
|
3448
3448
|
date: string;
|
|
3449
|
+
reason: string;
|
|
3449
3450
|
fieldId: string;
|
|
3450
3451
|
fieldName: string;
|
|
3451
|
-
reason: string;
|
|
3452
3452
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3453
3453
|
taskTitle: string;
|
|
3454
3454
|
}, {
|
|
3455
3455
|
date: string;
|
|
3456
|
+
reason: string;
|
|
3456
3457
|
fieldId: string;
|
|
3457
3458
|
fieldName: string;
|
|
3458
|
-
reason: string;
|
|
3459
3459
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3460
3460
|
taskTitle: string;
|
|
3461
3461
|
}>, "many">;
|
|
@@ -3464,9 +3464,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3464
3464
|
generatedAt: string;
|
|
3465
3465
|
events: {
|
|
3466
3466
|
date: string;
|
|
3467
|
+
reason: string;
|
|
3467
3468
|
fieldId: string;
|
|
3468
3469
|
fieldName: string;
|
|
3469
|
-
reason: string;
|
|
3470
3470
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3471
3471
|
taskTitle: string;
|
|
3472
3472
|
}[];
|
|
@@ -3475,9 +3475,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3475
3475
|
generatedAt: string;
|
|
3476
3476
|
events: {
|
|
3477
3477
|
date: string;
|
|
3478
|
+
reason: string;
|
|
3478
3479
|
fieldId: string;
|
|
3479
3480
|
fieldName: string;
|
|
3480
|
-
reason: string;
|
|
3481
3481
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3482
3482
|
taskTitle: string;
|
|
3483
3483
|
}[];
|
|
@@ -3490,9 +3490,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3490
3490
|
generatedAt: string;
|
|
3491
3491
|
events: {
|
|
3492
3492
|
date: string;
|
|
3493
|
+
reason: string;
|
|
3493
3494
|
fieldId: string;
|
|
3494
3495
|
fieldName: string;
|
|
3495
|
-
reason: string;
|
|
3496
3496
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3497
3497
|
taskTitle: string;
|
|
3498
3498
|
}[];
|
|
@@ -3505,9 +3505,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3505
3505
|
generatedAt: string;
|
|
3506
3506
|
events: {
|
|
3507
3507
|
date: string;
|
|
3508
|
+
reason: string;
|
|
3508
3509
|
fieldId: string;
|
|
3509
3510
|
fieldName: string;
|
|
3510
|
-
reason: string;
|
|
3511
3511
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3512
3512
|
taskTitle: string;
|
|
3513
3513
|
}[];
|
|
@@ -3522,9 +3522,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3522
3522
|
generatedAt: string;
|
|
3523
3523
|
events: {
|
|
3524
3524
|
date: string;
|
|
3525
|
+
reason: string;
|
|
3525
3526
|
fieldId: string;
|
|
3526
3527
|
fieldName: string;
|
|
3527
|
-
reason: string;
|
|
3528
3528
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3529
3529
|
taskTitle: string;
|
|
3530
3530
|
}[];
|
|
@@ -3539,9 +3539,9 @@ export declare const pestScoutingCalendarResponseSchema: z.ZodObject<{
|
|
|
3539
3539
|
generatedAt: string;
|
|
3540
3540
|
events: {
|
|
3541
3541
|
date: string;
|
|
3542
|
+
reason: string;
|
|
3542
3543
|
fieldId: string;
|
|
3543
3544
|
fieldName: string;
|
|
3544
|
-
reason: string;
|
|
3545
3545
|
riskLevel: "critical" | "low" | "medium" | "high";
|
|
3546
3546
|
taskTitle: string;
|
|
3547
3547
|
}[];
|
|
@@ -5709,20 +5709,20 @@ export declare const recommendedProductSchema: z.ZodObject<{
|
|
|
5709
5709
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
5710
5710
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
5711
5711
|
}, "strip", z.ZodTypeAny, {
|
|
5712
|
+
reason: string;
|
|
5712
5713
|
quantity: number;
|
|
5713
5714
|
unit: string;
|
|
5714
5715
|
productName: string;
|
|
5715
|
-
reason: string;
|
|
5716
5716
|
estimatedCost: number | null;
|
|
5717
5717
|
priority: number;
|
|
5718
5718
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
5719
5719
|
productId: string;
|
|
5720
5720
|
frequency: string | null;
|
|
5721
5721
|
}, {
|
|
5722
|
+
reason: string;
|
|
5722
5723
|
quantity: number;
|
|
5723
5724
|
unit: string;
|
|
5724
5725
|
productName: string;
|
|
5725
|
-
reason: string;
|
|
5726
5726
|
estimatedCost: number | null;
|
|
5727
5727
|
priority: number;
|
|
5728
5728
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -5749,20 +5749,20 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
|
|
|
5749
5749
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
5750
5750
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
5751
5751
|
}, "strip", z.ZodTypeAny, {
|
|
5752
|
+
reason: string;
|
|
5752
5753
|
quantity: number;
|
|
5753
5754
|
unit: string;
|
|
5754
5755
|
productName: string;
|
|
5755
|
-
reason: string;
|
|
5756
5756
|
estimatedCost: number | null;
|
|
5757
5757
|
priority: number;
|
|
5758
5758
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
5759
5759
|
productId: string;
|
|
5760
5760
|
frequency: string | null;
|
|
5761
5761
|
}, {
|
|
5762
|
+
reason: string;
|
|
5762
5763
|
quantity: number;
|
|
5763
5764
|
unit: string;
|
|
5764
5765
|
productName: string;
|
|
5765
|
-
reason: string;
|
|
5766
5766
|
estimatedCost: number | null;
|
|
5767
5767
|
priority: number;
|
|
5768
5768
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -5796,10 +5796,10 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
|
|
|
5796
5796
|
phosphorusDeficit: number | null;
|
|
5797
5797
|
potassiumDeficit: number | null;
|
|
5798
5798
|
recommendedProducts: {
|
|
5799
|
+
reason: string;
|
|
5799
5800
|
quantity: number;
|
|
5800
5801
|
unit: string;
|
|
5801
5802
|
productName: string;
|
|
5802
|
-
reason: string;
|
|
5803
5803
|
estimatedCost: number | null;
|
|
5804
5804
|
priority: number;
|
|
5805
5805
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -5827,10 +5827,10 @@ export declare const fertigationRecommendationAttributesSchema: z.ZodObject<{
|
|
|
5827
5827
|
phosphorusDeficit: number | null;
|
|
5828
5828
|
potassiumDeficit: number | null;
|
|
5829
5829
|
recommendedProducts: {
|
|
5830
|
+
reason: string;
|
|
5830
5831
|
quantity: number;
|
|
5831
5832
|
unit: string;
|
|
5832
5833
|
productName: string;
|
|
5833
|
-
reason: string;
|
|
5834
5834
|
estimatedCost: number | null;
|
|
5835
5835
|
priority: number;
|
|
5836
5836
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -5943,20 +5943,20 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
|
|
|
5943
5943
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
5944
5944
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
5945
5945
|
}, "strip", z.ZodTypeAny, {
|
|
5946
|
+
reason: string;
|
|
5946
5947
|
quantity: number;
|
|
5947
5948
|
unit: string;
|
|
5948
5949
|
productName: string;
|
|
5949
|
-
reason: string;
|
|
5950
5950
|
estimatedCost: number | null;
|
|
5951
5951
|
priority: number;
|
|
5952
5952
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
5953
5953
|
productId: string;
|
|
5954
5954
|
frequency: string | null;
|
|
5955
5955
|
}, {
|
|
5956
|
+
reason: string;
|
|
5956
5957
|
quantity: number;
|
|
5957
5958
|
unit: string;
|
|
5958
5959
|
productName: string;
|
|
5959
|
-
reason: string;
|
|
5960
5960
|
estimatedCost: number | null;
|
|
5961
5961
|
priority: number;
|
|
5962
5962
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -5990,10 +5990,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
|
|
|
5990
5990
|
phosphorusDeficit: number | null;
|
|
5991
5991
|
potassiumDeficit: number | null;
|
|
5992
5992
|
recommendedProducts: {
|
|
5993
|
+
reason: string;
|
|
5993
5994
|
quantity: number;
|
|
5994
5995
|
unit: string;
|
|
5995
5996
|
productName: string;
|
|
5996
|
-
reason: string;
|
|
5997
5997
|
estimatedCost: number | null;
|
|
5998
5998
|
priority: number;
|
|
5999
5999
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6021,10 +6021,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
|
|
|
6021
6021
|
phosphorusDeficit: number | null;
|
|
6022
6022
|
potassiumDeficit: number | null;
|
|
6023
6023
|
recommendedProducts: {
|
|
6024
|
+
reason: string;
|
|
6024
6025
|
quantity: number;
|
|
6025
6026
|
unit: string;
|
|
6026
6027
|
productName: string;
|
|
6027
|
-
reason: string;
|
|
6028
6028
|
estimatedCost: number | null;
|
|
6029
6029
|
priority: number;
|
|
6030
6030
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6059,10 +6059,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
|
|
|
6059
6059
|
phosphorusDeficit: number | null;
|
|
6060
6060
|
potassiumDeficit: number | null;
|
|
6061
6061
|
recommendedProducts: {
|
|
6062
|
+
reason: string;
|
|
6062
6063
|
quantity: number;
|
|
6063
6064
|
unit: string;
|
|
6064
6065
|
productName: string;
|
|
6065
|
-
reason: string;
|
|
6066
6066
|
estimatedCost: number | null;
|
|
6067
6067
|
priority: number;
|
|
6068
6068
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6097,10 +6097,10 @@ export declare const fertigationRecommendationResourceSchema: z.ZodObject<{
|
|
|
6097
6097
|
phosphorusDeficit: number | null;
|
|
6098
6098
|
potassiumDeficit: number | null;
|
|
6099
6099
|
recommendedProducts: {
|
|
6100
|
+
reason: string;
|
|
6100
6101
|
quantity: number;
|
|
6101
6102
|
unit: string;
|
|
6102
6103
|
productName: string;
|
|
6103
|
-
reason: string;
|
|
6104
6104
|
estimatedCost: number | null;
|
|
6105
6105
|
priority: number;
|
|
6106
6106
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6142,20 +6142,20 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6142
6142
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
6143
6143
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
6144
6144
|
}, "strip", z.ZodTypeAny, {
|
|
6145
|
+
reason: string;
|
|
6145
6146
|
quantity: number;
|
|
6146
6147
|
unit: string;
|
|
6147
6148
|
productName: string;
|
|
6148
|
-
reason: string;
|
|
6149
6149
|
estimatedCost: number | null;
|
|
6150
6150
|
priority: number;
|
|
6151
6151
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
6152
6152
|
productId: string;
|
|
6153
6153
|
frequency: string | null;
|
|
6154
6154
|
}, {
|
|
6155
|
+
reason: string;
|
|
6155
6156
|
quantity: number;
|
|
6156
6157
|
unit: string;
|
|
6157
6158
|
productName: string;
|
|
6158
|
-
reason: string;
|
|
6159
6159
|
estimatedCost: number | null;
|
|
6160
6160
|
priority: number;
|
|
6161
6161
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6189,10 +6189,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6189
6189
|
phosphorusDeficit: number | null;
|
|
6190
6190
|
potassiumDeficit: number | null;
|
|
6191
6191
|
recommendedProducts: {
|
|
6192
|
+
reason: string;
|
|
6192
6193
|
quantity: number;
|
|
6193
6194
|
unit: string;
|
|
6194
6195
|
productName: string;
|
|
6195
|
-
reason: string;
|
|
6196
6196
|
estimatedCost: number | null;
|
|
6197
6197
|
priority: number;
|
|
6198
6198
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6220,10 +6220,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6220
6220
|
phosphorusDeficit: number | null;
|
|
6221
6221
|
potassiumDeficit: number | null;
|
|
6222
6222
|
recommendedProducts: {
|
|
6223
|
+
reason: string;
|
|
6223
6224
|
quantity: number;
|
|
6224
6225
|
unit: string;
|
|
6225
6226
|
productName: string;
|
|
6226
|
-
reason: string;
|
|
6227
6227
|
estimatedCost: number | null;
|
|
6228
6228
|
priority: number;
|
|
6229
6229
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6258,10 +6258,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6258
6258
|
phosphorusDeficit: number | null;
|
|
6259
6259
|
potassiumDeficit: number | null;
|
|
6260
6260
|
recommendedProducts: {
|
|
6261
|
+
reason: string;
|
|
6261
6262
|
quantity: number;
|
|
6262
6263
|
unit: string;
|
|
6263
6264
|
productName: string;
|
|
6264
|
-
reason: string;
|
|
6265
6265
|
estimatedCost: number | null;
|
|
6266
6266
|
priority: number;
|
|
6267
6267
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6296,10 +6296,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6296
6296
|
phosphorusDeficit: number | null;
|
|
6297
6297
|
potassiumDeficit: number | null;
|
|
6298
6298
|
recommendedProducts: {
|
|
6299
|
+
reason: string;
|
|
6299
6300
|
quantity: number;
|
|
6300
6301
|
unit: string;
|
|
6301
6302
|
productName: string;
|
|
6302
|
-
reason: string;
|
|
6303
6303
|
estimatedCost: number | null;
|
|
6304
6304
|
priority: number;
|
|
6305
6305
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6360,10 +6360,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6360
6360
|
phosphorusDeficit: number | null;
|
|
6361
6361
|
potassiumDeficit: number | null;
|
|
6362
6362
|
recommendedProducts: {
|
|
6363
|
+
reason: string;
|
|
6363
6364
|
quantity: number;
|
|
6364
6365
|
unit: string;
|
|
6365
6366
|
productName: string;
|
|
6366
|
-
reason: string;
|
|
6367
6367
|
estimatedCost: number | null;
|
|
6368
6368
|
priority: number;
|
|
6369
6369
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6410,10 +6410,10 @@ export declare const fertigationRecommendationResponseSchema: z.ZodObject<{
|
|
|
6410
6410
|
phosphorusDeficit: number | null;
|
|
6411
6411
|
potassiumDeficit: number | null;
|
|
6412
6412
|
recommendedProducts: {
|
|
6413
|
+
reason: string;
|
|
6413
6414
|
quantity: number;
|
|
6414
6415
|
unit: string;
|
|
6415
6416
|
productName: string;
|
|
6416
|
-
reason: string;
|
|
6417
6417
|
estimatedCost: number | null;
|
|
6418
6418
|
priority: number;
|
|
6419
6419
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6466,20 +6466,20 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6466
6466
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
6467
6467
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
6468
6468
|
}, "strip", z.ZodTypeAny, {
|
|
6469
|
+
reason: string;
|
|
6469
6470
|
quantity: number;
|
|
6470
6471
|
unit: string;
|
|
6471
6472
|
productName: string;
|
|
6472
|
-
reason: string;
|
|
6473
6473
|
estimatedCost: number | null;
|
|
6474
6474
|
priority: number;
|
|
6475
6475
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
6476
6476
|
productId: string;
|
|
6477
6477
|
frequency: string | null;
|
|
6478
6478
|
}, {
|
|
6479
|
+
reason: string;
|
|
6479
6480
|
quantity: number;
|
|
6480
6481
|
unit: string;
|
|
6481
6482
|
productName: string;
|
|
6482
|
-
reason: string;
|
|
6483
6483
|
estimatedCost: number | null;
|
|
6484
6484
|
priority: number;
|
|
6485
6485
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6513,10 +6513,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6513
6513
|
phosphorusDeficit: number | null;
|
|
6514
6514
|
potassiumDeficit: number | null;
|
|
6515
6515
|
recommendedProducts: {
|
|
6516
|
+
reason: string;
|
|
6516
6517
|
quantity: number;
|
|
6517
6518
|
unit: string;
|
|
6518
6519
|
productName: string;
|
|
6519
|
-
reason: string;
|
|
6520
6520
|
estimatedCost: number | null;
|
|
6521
6521
|
priority: number;
|
|
6522
6522
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6544,10 +6544,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6544
6544
|
phosphorusDeficit: number | null;
|
|
6545
6545
|
potassiumDeficit: number | null;
|
|
6546
6546
|
recommendedProducts: {
|
|
6547
|
+
reason: string;
|
|
6547
6548
|
quantity: number;
|
|
6548
6549
|
unit: string;
|
|
6549
6550
|
productName: string;
|
|
6550
|
-
reason: string;
|
|
6551
6551
|
estimatedCost: number | null;
|
|
6552
6552
|
priority: number;
|
|
6553
6553
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6582,10 +6582,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6582
6582
|
phosphorusDeficit: number | null;
|
|
6583
6583
|
potassiumDeficit: number | null;
|
|
6584
6584
|
recommendedProducts: {
|
|
6585
|
+
reason: string;
|
|
6585
6586
|
quantity: number;
|
|
6586
6587
|
unit: string;
|
|
6587
6588
|
productName: string;
|
|
6588
|
-
reason: string;
|
|
6589
6589
|
estimatedCost: number | null;
|
|
6590
6590
|
priority: number;
|
|
6591
6591
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6620,10 +6620,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6620
6620
|
phosphorusDeficit: number | null;
|
|
6621
6621
|
potassiumDeficit: number | null;
|
|
6622
6622
|
recommendedProducts: {
|
|
6623
|
+
reason: string;
|
|
6623
6624
|
quantity: number;
|
|
6624
6625
|
unit: string;
|
|
6625
6626
|
productName: string;
|
|
6626
|
-
reason: string;
|
|
6627
6627
|
estimatedCost: number | null;
|
|
6628
6628
|
priority: number;
|
|
6629
6629
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6684,10 +6684,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6684
6684
|
phosphorusDeficit: number | null;
|
|
6685
6685
|
potassiumDeficit: number | null;
|
|
6686
6686
|
recommendedProducts: {
|
|
6687
|
+
reason: string;
|
|
6687
6688
|
quantity: number;
|
|
6688
6689
|
unit: string;
|
|
6689
6690
|
productName: string;
|
|
6690
|
-
reason: string;
|
|
6691
6691
|
estimatedCost: number | null;
|
|
6692
6692
|
priority: number;
|
|
6693
6693
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6734,10 +6734,10 @@ export declare const fertigationRecommendationListResponseSchema: z.ZodObject<{
|
|
|
6734
6734
|
phosphorusDeficit: number | null;
|
|
6735
6735
|
potassiumDeficit: number | null;
|
|
6736
6736
|
recommendedProducts: {
|
|
6737
|
+
reason: string;
|
|
6737
6738
|
quantity: number;
|
|
6738
6739
|
unit: string;
|
|
6739
6740
|
productName: string;
|
|
6740
|
-
reason: string;
|
|
6741
6741
|
estimatedCost: number | null;
|
|
6742
6742
|
priority: number;
|
|
6743
6743
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6790,20 +6790,20 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
6790
6790
|
applicationMethod: z.ZodNullable<z.ZodEnum<["fertigation", "broadcast", "foliar"]>>;
|
|
6791
6791
|
estimatedCost: z.ZodNullable<z.ZodNumber>;
|
|
6792
6792
|
}, "strip", z.ZodTypeAny, {
|
|
6793
|
+
reason: string;
|
|
6793
6794
|
quantity: number;
|
|
6794
6795
|
unit: string;
|
|
6795
6796
|
productName: string;
|
|
6796
|
-
reason: string;
|
|
6797
6797
|
estimatedCost: number | null;
|
|
6798
6798
|
priority: number;
|
|
6799
6799
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
6800
6800
|
productId: string;
|
|
6801
6801
|
frequency: string | null;
|
|
6802
6802
|
}, {
|
|
6803
|
+
reason: string;
|
|
6803
6804
|
quantity: number;
|
|
6804
6805
|
unit: string;
|
|
6805
6806
|
productName: string;
|
|
6806
|
-
reason: string;
|
|
6807
6807
|
estimatedCost: number | null;
|
|
6808
6808
|
priority: number;
|
|
6809
6809
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6837,10 +6837,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
6837
6837
|
phosphorusDeficit: number | null;
|
|
6838
6838
|
potassiumDeficit: number | null;
|
|
6839
6839
|
recommendedProducts: {
|
|
6840
|
+
reason: string;
|
|
6840
6841
|
quantity: number;
|
|
6841
6842
|
unit: string;
|
|
6842
6843
|
productName: string;
|
|
6843
|
-
reason: string;
|
|
6844
6844
|
estimatedCost: number | null;
|
|
6845
6845
|
priority: number;
|
|
6846
6846
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6868,10 +6868,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
6868
6868
|
phosphorusDeficit: number | null;
|
|
6869
6869
|
potassiumDeficit: number | null;
|
|
6870
6870
|
recommendedProducts: {
|
|
6871
|
+
reason: string;
|
|
6871
6872
|
quantity: number;
|
|
6872
6873
|
unit: string;
|
|
6873
6874
|
productName: string;
|
|
6874
|
-
reason: string;
|
|
6875
6875
|
estimatedCost: number | null;
|
|
6876
6876
|
priority: number;
|
|
6877
6877
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6906,10 +6906,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
6906
6906
|
phosphorusDeficit: number | null;
|
|
6907
6907
|
potassiumDeficit: number | null;
|
|
6908
6908
|
recommendedProducts: {
|
|
6909
|
+
reason: string;
|
|
6909
6910
|
quantity: number;
|
|
6910
6911
|
unit: string;
|
|
6911
6912
|
productName: string;
|
|
6912
|
-
reason: string;
|
|
6913
6913
|
estimatedCost: number | null;
|
|
6914
6914
|
priority: number;
|
|
6915
6915
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -6944,10 +6944,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
6944
6944
|
phosphorusDeficit: number | null;
|
|
6945
6945
|
potassiumDeficit: number | null;
|
|
6946
6946
|
recommendedProducts: {
|
|
6947
|
+
reason: string;
|
|
6947
6948
|
quantity: number;
|
|
6948
6949
|
unit: string;
|
|
6949
6950
|
productName: string;
|
|
6950
|
-
reason: string;
|
|
6951
6951
|
estimatedCost: number | null;
|
|
6952
6952
|
priority: number;
|
|
6953
6953
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -7186,10 +7186,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
7186
7186
|
phosphorusDeficit: number | null;
|
|
7187
7187
|
potassiumDeficit: number | null;
|
|
7188
7188
|
recommendedProducts: {
|
|
7189
|
+
reason: string;
|
|
7189
7190
|
quantity: number;
|
|
7190
7191
|
unit: string;
|
|
7191
7192
|
productName: string;
|
|
7192
|
-
reason: string;
|
|
7193
7193
|
estimatedCost: number | null;
|
|
7194
7194
|
priority: number;
|
|
7195
7195
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -7267,10 +7267,10 @@ export declare const acceptRecommendationResponseSchema: z.ZodObject<{
|
|
|
7267
7267
|
phosphorusDeficit: number | null;
|
|
7268
7268
|
potassiumDeficit: number | null;
|
|
7269
7269
|
recommendedProducts: {
|
|
7270
|
+
reason: string;
|
|
7270
7271
|
quantity: number;
|
|
7271
7272
|
unit: string;
|
|
7272
7273
|
productName: string;
|
|
7273
|
-
reason: string;
|
|
7274
7274
|
estimatedCost: number | null;
|
|
7275
7275
|
priority: number;
|
|
7276
7276
|
applicationMethod: "fertigation" | "broadcast" | "foliar" | null;
|
|
@@ -1192,18 +1192,18 @@ export declare const intelligentFertilizerRecommendationSchema: z.ZodObject<{
|
|
|
1192
1192
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
1193
1193
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
1194
1194
|
}, "strip", z.ZodTypeAny, {
|
|
1195
|
+
reason: string;
|
|
1195
1196
|
quantity: number;
|
|
1196
1197
|
unit: string;
|
|
1197
|
-
reason: string;
|
|
1198
1198
|
productName?: string | undefined;
|
|
1199
1199
|
inventoryItemId?: string | undefined;
|
|
1200
1200
|
confidence?: number | undefined;
|
|
1201
1201
|
estimatedCost?: number | undefined;
|
|
1202
1202
|
applicationTiming?: string | undefined;
|
|
1203
1203
|
}, {
|
|
1204
|
+
reason: string;
|
|
1204
1205
|
quantity: number;
|
|
1205
1206
|
unit: string;
|
|
1206
|
-
reason: string;
|
|
1207
1207
|
productName?: string | undefined;
|
|
1208
1208
|
inventoryItemId?: string | undefined;
|
|
1209
1209
|
confidence?: number | undefined;
|
|
@@ -1992,18 +1992,18 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1992
1992
|
applicationTiming: z.ZodOptional<z.ZodString>;
|
|
1993
1993
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
1994
1994
|
}, "strip", z.ZodTypeAny, {
|
|
1995
|
+
reason: string;
|
|
1995
1996
|
quantity: number;
|
|
1996
1997
|
unit: string;
|
|
1997
|
-
reason: string;
|
|
1998
1998
|
productName?: string | undefined;
|
|
1999
1999
|
inventoryItemId?: string | undefined;
|
|
2000
2000
|
confidence?: number | undefined;
|
|
2001
2001
|
estimatedCost?: number | undefined;
|
|
2002
2002
|
applicationTiming?: string | undefined;
|
|
2003
2003
|
}, {
|
|
2004
|
+
reason: string;
|
|
2004
2005
|
quantity: number;
|
|
2005
2006
|
unit: string;
|
|
2006
|
-
reason: string;
|
|
2007
2007
|
productName?: string | undefined;
|
|
2008
2008
|
inventoryItemId?: string | undefined;
|
|
2009
2009
|
confidence?: number | undefined;
|
|
@@ -2035,9 +2035,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2035
2035
|
summary: z.ZodOptional<z.ZodString>;
|
|
2036
2036
|
}, "strip", z.ZodTypeAny, {
|
|
2037
2037
|
fertilizer: {
|
|
2038
|
+
reason: string;
|
|
2038
2039
|
quantity: number;
|
|
2039
2040
|
unit: string;
|
|
2040
|
-
reason: string;
|
|
2041
2041
|
productName?: string | undefined;
|
|
2042
2042
|
inventoryItemId?: string | undefined;
|
|
2043
2043
|
confidence?: number | undefined;
|
|
@@ -2070,9 +2070,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2070
2070
|
}[] | undefined;
|
|
2071
2071
|
}, {
|
|
2072
2072
|
fertilizer: {
|
|
2073
|
+
reason: string;
|
|
2073
2074
|
quantity: number;
|
|
2074
2075
|
unit: string;
|
|
2075
|
-
reason: string;
|
|
2076
2076
|
productName?: string | undefined;
|
|
2077
2077
|
inventoryItemId?: string | undefined;
|
|
2078
2078
|
confidence?: number | undefined;
|
|
@@ -2127,9 +2127,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2127
2127
|
};
|
|
2128
2128
|
recommendations: {
|
|
2129
2129
|
fertilizer: {
|
|
2130
|
+
reason: string;
|
|
2130
2131
|
quantity: number;
|
|
2131
2132
|
unit: string;
|
|
2132
|
-
reason: string;
|
|
2133
2133
|
productName?: string | undefined;
|
|
2134
2134
|
inventoryItemId?: string | undefined;
|
|
2135
2135
|
confidence?: number | undefined;
|
|
@@ -2313,9 +2313,9 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
2313
2313
|
};
|
|
2314
2314
|
recommendations: {
|
|
2315
2315
|
fertilizer: {
|
|
2316
|
+
reason: string;
|
|
2316
2317
|
quantity: number;
|
|
2317
2318
|
unit: string;
|
|
2318
|
-
reason: string;
|
|
2319
2319
|
productName?: string | undefined;
|
|
2320
2320
|
inventoryItemId?: string | undefined;
|
|
2321
2321
|
confidence?: number | undefined;
|