@deepintel-ltd/farmpro-contracts 1.7.11 → 1.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/routes/monitoring-visualization.routes.d.ts +7 -7
- package/dist/routes/pest-disease-risk.routes.d.ts +56 -56
- package/dist/routes/prescription-maps.routes.d.ts +3 -3
- package/dist/schemas/monitoring-visualization.schemas.d.ts +7 -7
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +3 -1
- package/dist/schemas/pest-disease-risk.schemas.d.ts +57 -57
- package/dist/schemas/pest-disease-risk.schemas.d.ts.map +1 -1
- package/dist/schemas/pest-disease-risk.schemas.js +1 -0
- package/dist/schemas/prescription-maps.schemas.d.ts +4 -4
- package/dist/schemas/prescription-maps.schemas.d.ts.map +1 -1
- package/dist/schemas/prescription-maps.schemas.js +1 -1
- package/package.json +1 -1
|
@@ -134,13 +134,13 @@ export declare const satelliteImageryResponseSchema: z.ZodObject<{
|
|
|
134
134
|
}>;
|
|
135
135
|
export declare const ndviHeatmapQuerySchema: z.ZodObject<{
|
|
136
136
|
date: z.ZodOptional<z.ZodString>;
|
|
137
|
-
colorPalette: z.ZodDefault<z.ZodEnum<["standard", "detailed", "grayscale"]>>;
|
|
137
|
+
colorPalette: z.ZodDefault<z.ZodEnum<["standard", "detailed", "contrasting", "viridis", "grayscale"]>>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
colorPalette: "standard" | "detailed" | "grayscale";
|
|
139
|
+
colorPalette: "standard" | "detailed" | "contrasting" | "viridis" | "grayscale";
|
|
140
140
|
date?: string | undefined;
|
|
141
141
|
}, {
|
|
142
142
|
date?: string | undefined;
|
|
143
|
-
colorPalette?: "standard" | "detailed" | "grayscale" | undefined;
|
|
143
|
+
colorPalette?: "standard" | "detailed" | "contrasting" | "viridis" | "grayscale" | undefined;
|
|
144
144
|
}>;
|
|
145
145
|
export declare const ndviHeatmapResponseSchema: z.ZodObject<{
|
|
146
146
|
fieldId: z.ZodString;
|
|
@@ -2814,10 +2814,10 @@ export declare const elevationHeatmapQuerySchema: z.ZodObject<{
|
|
|
2814
2814
|
palette: z.ZodDefault<z.ZodEnum<["terrain", "viridis", "grayscale", "rainbow"]>>;
|
|
2815
2815
|
}, "strip", z.ZodTypeAny, {
|
|
2816
2816
|
resolution: "low" | "medium" | "high";
|
|
2817
|
-
palette: "
|
|
2817
|
+
palette: "viridis" | "grayscale" | "terrain" | "rainbow";
|
|
2818
2818
|
}, {
|
|
2819
2819
|
resolution?: "low" | "medium" | "high" | undefined;
|
|
2820
|
-
palette?: "
|
|
2820
|
+
palette?: "viridis" | "grayscale" | "terrain" | "rainbow" | undefined;
|
|
2821
2821
|
}>;
|
|
2822
2822
|
export declare const elevationHeatmapResponseSchema: z.ZodObject<{
|
|
2823
2823
|
fieldId: z.ZodString;
|
|
@@ -4461,11 +4461,11 @@ export declare const vegetationIndexQuerySchema: z.ZodObject<{
|
|
|
4461
4461
|
date: z.ZodOptional<z.ZodString>;
|
|
4462
4462
|
palette: z.ZodDefault<z.ZodEnum<["standard", "contrasting", "viridis", "grayscale"]>>;
|
|
4463
4463
|
}, "strip", z.ZodTypeAny, {
|
|
4464
|
-
palette: "standard" | "
|
|
4464
|
+
palette: "standard" | "contrasting" | "viridis" | "grayscale";
|
|
4465
4465
|
date?: string | undefined;
|
|
4466
4466
|
}, {
|
|
4467
4467
|
date?: string | undefined;
|
|
4468
|
-
palette?: "standard" | "
|
|
4468
|
+
palette?: "standard" | "contrasting" | "viridis" | "grayscale" | undefined;
|
|
4469
4469
|
}>;
|
|
4470
4470
|
export declare const vegetationIndexResponseSchema: z.ZodObject<{
|
|
4471
4471
|
index: z.ZodEnum<["ndvi", "ndre", "msavi", "savi", "evi", "gndvi", "lai", "ndwi"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitoring-visualization.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/monitoring-visualization.schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;EAG/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;EAG3B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;EAG1B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAMH,eAAO,MAAM,2BAA2B;;;;;;;;;EAGtC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"monitoring-visualization.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/monitoring-visualization.schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;EAG/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;EAG3B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;EAG1B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAMH,eAAO,MAAM,2BAA2B;;;;;;;;;EAGtC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;EAKjC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBpC,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4B5C,CAAC;AAMH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAQpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB1C,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BvC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;EAMjC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAM/B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAMH,eAAO,MAAM,uBAAuB;;;;;;;;;EAOlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAM5B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS1B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUrC,CAAC;AAMH,eAAO,MAAM,kBAAkB;;;;;;;;;EAO7B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxB,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUzC,CAAC;AAMH,eAAO,MAAM,yBAAyB;;;;;;;;;EAOpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAI9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAKjC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BvC,CAAC;AAMH,eAAO,MAAM,cAAc,iIAWzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,0EAM3B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiB7B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBrC,CAAC;AAMH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;EAOnC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQpC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAC;AAMH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAalC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAI9B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWzB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKrC,CAAC;AAMH,eAAO,MAAM,cAAc,mEAMzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,uEAM3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW7B,CAAC;AAMH,eAAO,MAAM,kBAAkB;;;;;;EAE7B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmChC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;EAGtC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBzC,CAAC;AAGH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAa7B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBhC,CAAC;AAGH,eAAO,MAAM,gBAAgB;;;;;;;;;EAG3B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;EAQ3B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2B9B,CAAC;AAGH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAGH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;EAQ9B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOzB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO1B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBjC,CAAC;AAGH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;EAStC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;EAMtC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBzC,CAAC;AAMH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBrC,CAAC;AAMH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;EAIvC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxC,CAAC;AAMH,eAAO,MAAM,yBAAyB,6EASpC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;EAKrC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;EAQ9B,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzC,CAAC;AAMH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AACxF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAG9E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAGtF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAGpF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -52,7 +52,9 @@ export const satelliteImageryResponseSchema = z.object({
|
|
|
52
52
|
});
|
|
53
53
|
export const ndviHeatmapQuerySchema = z.object({
|
|
54
54
|
date: z.string().datetime().optional(),
|
|
55
|
-
colorPalette: z
|
|
55
|
+
colorPalette: z
|
|
56
|
+
.enum(['standard', 'detailed', 'contrasting', 'viridis', 'grayscale'])
|
|
57
|
+
.default('standard'),
|
|
56
58
|
});
|
|
57
59
|
export const ndviHeatmapResponseSchema = z.object({
|
|
58
60
|
fieldId: z.string().uuid(),
|
|
@@ -6,7 +6,7 @@ export declare const riskLevelSchema: z.ZodEnum<["none", "low", "moderate", "hig
|
|
|
6
6
|
/**
|
|
7
7
|
* Threat type enum - types of pest/disease/stress
|
|
8
8
|
*/
|
|
9
|
-
export declare const threatTypeSchema: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
9
|
+
export declare const threatTypeSchema: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
10
10
|
/**
|
|
11
11
|
* Environmental conditions that correlate with pest/disease risk
|
|
12
12
|
*/
|
|
@@ -161,18 +161,18 @@ export declare const environmentalFactorsSchema: z.ZodObject<{
|
|
|
161
161
|
* Threat probability for a specific threat type
|
|
162
162
|
*/
|
|
163
163
|
export declare const threatProbabilitySchema: z.ZodObject<{
|
|
164
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
164
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
165
165
|
probability: z.ZodNumber;
|
|
166
166
|
confidence: z.ZodNumber;
|
|
167
167
|
contributingFactors: z.ZodArray<z.ZodString, "many">;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
169
|
confidence: number;
|
|
170
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
170
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
171
171
|
probability: number;
|
|
172
172
|
contributingFactors: string[];
|
|
173
173
|
}, {
|
|
174
174
|
confidence: number;
|
|
175
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
175
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
176
176
|
probability: number;
|
|
177
177
|
contributingFactors: string[];
|
|
178
178
|
}>;
|
|
@@ -205,18 +205,18 @@ export declare const riskZoneSchema: z.ZodObject<{
|
|
|
205
205
|
overallRiskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
206
206
|
riskScore: z.ZodNumber;
|
|
207
207
|
threatProbabilities: z.ZodArray<z.ZodObject<{
|
|
208
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
208
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
209
209
|
probability: z.ZodNumber;
|
|
210
210
|
confidence: z.ZodNumber;
|
|
211
211
|
contributingFactors: z.ZodArray<z.ZodString, "many">;
|
|
212
212
|
}, "strip", z.ZodTypeAny, {
|
|
213
213
|
confidence: number;
|
|
214
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
214
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
215
215
|
probability: number;
|
|
216
216
|
contributingFactors: string[];
|
|
217
217
|
}, {
|
|
218
218
|
confidence: number;
|
|
219
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
219
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
220
220
|
probability: number;
|
|
221
221
|
contributingFactors: string[];
|
|
222
222
|
}>, "many">;
|
|
@@ -252,7 +252,7 @@ export declare const riskZoneSchema: z.ZodObject<{
|
|
|
252
252
|
riskScore: number;
|
|
253
253
|
threatProbabilities: {
|
|
254
254
|
confidence: number;
|
|
255
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
255
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
256
256
|
probability: number;
|
|
257
257
|
contributingFactors: string[];
|
|
258
258
|
}[];
|
|
@@ -279,7 +279,7 @@ export declare const riskZoneSchema: z.ZodObject<{
|
|
|
279
279
|
riskScore: number;
|
|
280
280
|
threatProbabilities: {
|
|
281
281
|
confidence: number;
|
|
282
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
282
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
283
283
|
probability: number;
|
|
284
284
|
contributingFactors: string[];
|
|
285
285
|
}[];
|
|
@@ -295,7 +295,7 @@ export declare const riskZoneSchema: z.ZodObject<{
|
|
|
295
295
|
* Summary of threats across the field
|
|
296
296
|
*/
|
|
297
297
|
export declare const fieldThreatSummarySchema: z.ZodObject<{
|
|
298
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
298
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
299
299
|
riskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
300
300
|
affectedAreaHa: z.ZodNumber;
|
|
301
301
|
affectedAreaPercent: z.ZodNumber;
|
|
@@ -304,14 +304,14 @@ export declare const fieldThreatSummarySchema: z.ZodObject<{
|
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
305
|
confidence: number;
|
|
306
306
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
307
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
307
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
308
308
|
affectedAreaHa: number;
|
|
309
309
|
affectedAreaPercent: number;
|
|
310
310
|
primaryCause: string;
|
|
311
311
|
}, {
|
|
312
312
|
confidence: number;
|
|
313
313
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
314
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
314
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
315
315
|
affectedAreaHa: number;
|
|
316
316
|
affectedAreaPercent: number;
|
|
317
317
|
primaryCause: string;
|
|
@@ -500,18 +500,18 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
500
500
|
overallRiskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
501
501
|
riskScore: z.ZodNumber;
|
|
502
502
|
threatProbabilities: z.ZodArray<z.ZodObject<{
|
|
503
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
503
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
504
504
|
probability: z.ZodNumber;
|
|
505
505
|
confidence: z.ZodNumber;
|
|
506
506
|
contributingFactors: z.ZodArray<z.ZodString, "many">;
|
|
507
507
|
}, "strip", z.ZodTypeAny, {
|
|
508
508
|
confidence: number;
|
|
509
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
509
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
510
510
|
probability: number;
|
|
511
511
|
contributingFactors: string[];
|
|
512
512
|
}, {
|
|
513
513
|
confidence: number;
|
|
514
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
514
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
515
515
|
probability: number;
|
|
516
516
|
contributingFactors: string[];
|
|
517
517
|
}>, "many">;
|
|
@@ -547,7 +547,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
547
547
|
riskScore: number;
|
|
548
548
|
threatProbabilities: {
|
|
549
549
|
confidence: number;
|
|
550
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
550
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
551
551
|
probability: number;
|
|
552
552
|
contributingFactors: string[];
|
|
553
553
|
}[];
|
|
@@ -574,7 +574,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
574
574
|
riskScore: number;
|
|
575
575
|
threatProbabilities: {
|
|
576
576
|
confidence: number;
|
|
577
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
577
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
578
578
|
probability: number;
|
|
579
579
|
contributingFactors: string[];
|
|
580
580
|
}[];
|
|
@@ -587,7 +587,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
587
587
|
} | null;
|
|
588
588
|
}>, "many">;
|
|
589
589
|
threatSummary: z.ZodArray<z.ZodObject<{
|
|
590
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
590
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
591
591
|
riskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
592
592
|
affectedAreaHa: z.ZodNumber;
|
|
593
593
|
affectedAreaPercent: z.ZodNumber;
|
|
@@ -596,14 +596,14 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
confidence: number;
|
|
598
598
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
599
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
599
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
600
600
|
affectedAreaHa: number;
|
|
601
601
|
affectedAreaPercent: number;
|
|
602
602
|
primaryCause: string;
|
|
603
603
|
}, {
|
|
604
604
|
confidence: number;
|
|
605
605
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
606
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
606
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
607
607
|
affectedAreaHa: number;
|
|
608
608
|
affectedAreaPercent: number;
|
|
609
609
|
primaryCause: string;
|
|
@@ -736,7 +736,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
736
736
|
riskScore: number;
|
|
737
737
|
threatProbabilities: {
|
|
738
738
|
confidence: number;
|
|
739
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
739
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
740
740
|
probability: number;
|
|
741
741
|
contributingFactors: string[];
|
|
742
742
|
}[];
|
|
@@ -754,7 +754,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
754
754
|
threatSummary: {
|
|
755
755
|
confidence: number;
|
|
756
756
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
757
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
757
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
758
758
|
affectedAreaHa: number;
|
|
759
759
|
affectedAreaPercent: number;
|
|
760
760
|
primaryCause: string;
|
|
@@ -833,7 +833,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
833
833
|
riskScore: number;
|
|
834
834
|
threatProbabilities: {
|
|
835
835
|
confidence: number;
|
|
836
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
836
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
837
837
|
probability: number;
|
|
838
838
|
contributingFactors: string[];
|
|
839
839
|
}[];
|
|
@@ -851,7 +851,7 @@ export declare const riskHeatmapResponseSchema: z.ZodObject<{
|
|
|
851
851
|
threatSummary: {
|
|
852
852
|
confidence: number;
|
|
853
853
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
854
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
854
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
855
855
|
affectedAreaHa: number;
|
|
856
856
|
affectedAreaPercent: number;
|
|
857
857
|
primaryCause: string;
|
|
@@ -869,14 +869,14 @@ export declare const fieldRiskSummarySchema: z.ZodObject<{
|
|
|
869
869
|
overallRiskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
870
870
|
riskScore: z.ZodNumber;
|
|
871
871
|
primaryThreats: z.ZodArray<z.ZodObject<{
|
|
872
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
872
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
873
873
|
riskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
874
874
|
}, "strip", z.ZodTypeAny, {
|
|
875
875
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
876
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
876
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
877
877
|
}, {
|
|
878
878
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
879
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
879
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
880
880
|
}>, "many">;
|
|
881
881
|
lastAnalysisDate: z.ZodNullable<z.ZodString>;
|
|
882
882
|
requiresAttention: z.ZodBoolean;
|
|
@@ -890,7 +890,7 @@ export declare const fieldRiskSummarySchema: z.ZodObject<{
|
|
|
890
890
|
areaHa: number;
|
|
891
891
|
primaryThreats: {
|
|
892
892
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
893
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
893
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
894
894
|
}[];
|
|
895
895
|
lastAnalysisDate: string | null;
|
|
896
896
|
requiresAttention: boolean;
|
|
@@ -904,7 +904,7 @@ export declare const fieldRiskSummarySchema: z.ZodObject<{
|
|
|
904
904
|
areaHa: number;
|
|
905
905
|
primaryThreats: {
|
|
906
906
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
907
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
907
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
908
908
|
}[];
|
|
909
909
|
lastAnalysisDate: string | null;
|
|
910
910
|
requiresAttention: boolean;
|
|
@@ -927,14 +927,14 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
927
927
|
overallRiskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
928
928
|
riskScore: z.ZodNumber;
|
|
929
929
|
primaryThreats: z.ZodArray<z.ZodObject<{
|
|
930
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
930
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
931
931
|
riskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
932
932
|
}, "strip", z.ZodTypeAny, {
|
|
933
933
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
934
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
934
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
935
935
|
}, {
|
|
936
936
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
937
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
937
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
938
938
|
}>, "many">;
|
|
939
939
|
lastAnalysisDate: z.ZodNullable<z.ZodString>;
|
|
940
940
|
requiresAttention: z.ZodBoolean;
|
|
@@ -948,7 +948,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
948
948
|
areaHa: number;
|
|
949
949
|
primaryThreats: {
|
|
950
950
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
951
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
951
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
952
952
|
}[];
|
|
953
953
|
lastAnalysisDate: string | null;
|
|
954
954
|
requiresAttention: boolean;
|
|
@@ -962,7 +962,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
962
962
|
areaHa: number;
|
|
963
963
|
primaryThreats: {
|
|
964
964
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
965
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
965
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
966
966
|
}[];
|
|
967
967
|
lastAnalysisDate: string | null;
|
|
968
968
|
requiresAttention: boolean;
|
|
@@ -997,19 +997,19 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
997
997
|
fieldId: z.ZodString;
|
|
998
998
|
fieldName: z.ZodString;
|
|
999
999
|
action: z.ZodString;
|
|
1000
|
-
threatType: z.ZodNullable<z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>>;
|
|
1000
|
+
threatType: z.ZodNullable<z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>>;
|
|
1001
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1002
1002
|
fieldId: string;
|
|
1003
1003
|
fieldName: string;
|
|
1004
1004
|
priority: number;
|
|
1005
1005
|
action: string;
|
|
1006
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1006
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1007
1007
|
}, {
|
|
1008
1008
|
fieldId: string;
|
|
1009
1009
|
fieldName: string;
|
|
1010
1010
|
priority: number;
|
|
1011
1011
|
action: string;
|
|
1012
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1012
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1013
1013
|
}>, "many">;
|
|
1014
1014
|
environmentalConditions: z.ZodObject<{
|
|
1015
1015
|
temperature: z.ZodNumber;
|
|
@@ -1047,7 +1047,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
1047
1047
|
areaHa: number;
|
|
1048
1048
|
primaryThreats: {
|
|
1049
1049
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1050
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1050
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1051
1051
|
}[];
|
|
1052
1052
|
lastAnalysisDate: string | null;
|
|
1053
1053
|
requiresAttention: boolean;
|
|
@@ -1062,7 +1062,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
1062
1062
|
fieldName: string;
|
|
1063
1063
|
priority: number;
|
|
1064
1064
|
action: string;
|
|
1065
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1065
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1066
1066
|
}[];
|
|
1067
1067
|
environmentalConditions: {
|
|
1068
1068
|
humidity: number;
|
|
@@ -1090,7 +1090,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
1090
1090
|
areaHa: number;
|
|
1091
1091
|
primaryThreats: {
|
|
1092
1092
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1093
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1093
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1094
1094
|
}[];
|
|
1095
1095
|
lastAnalysisDate: string | null;
|
|
1096
1096
|
requiresAttention: boolean;
|
|
@@ -1105,7 +1105,7 @@ export declare const farmRiskAssessmentSchema: z.ZodObject<{
|
|
|
1105
1105
|
fieldName: string;
|
|
1106
1106
|
priority: number;
|
|
1107
1107
|
action: string;
|
|
1108
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1108
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress" | null;
|
|
1109
1109
|
}[];
|
|
1110
1110
|
environmentalConditions: {
|
|
1111
1111
|
humidity: number;
|
|
@@ -1317,18 +1317,18 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1317
1317
|
overallRiskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
1318
1318
|
riskScore: z.ZodNumber;
|
|
1319
1319
|
threatProbabilities: z.ZodArray<z.ZodObject<{
|
|
1320
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
1320
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
1321
1321
|
probability: z.ZodNumber;
|
|
1322
1322
|
confidence: z.ZodNumber;
|
|
1323
1323
|
contributingFactors: z.ZodArray<z.ZodString, "many">;
|
|
1324
1324
|
}, "strip", z.ZodTypeAny, {
|
|
1325
1325
|
confidence: number;
|
|
1326
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1326
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1327
1327
|
probability: number;
|
|
1328
1328
|
contributingFactors: string[];
|
|
1329
1329
|
}, {
|
|
1330
1330
|
confidence: number;
|
|
1331
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1331
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1332
1332
|
probability: number;
|
|
1333
1333
|
contributingFactors: string[];
|
|
1334
1334
|
}>, "many">;
|
|
@@ -1364,7 +1364,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1364
1364
|
riskScore: number;
|
|
1365
1365
|
threatProbabilities: {
|
|
1366
1366
|
confidence: number;
|
|
1367
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1367
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1368
1368
|
probability: number;
|
|
1369
1369
|
contributingFactors: string[];
|
|
1370
1370
|
}[];
|
|
@@ -1391,7 +1391,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1391
1391
|
riskScore: number;
|
|
1392
1392
|
threatProbabilities: {
|
|
1393
1393
|
confidence: number;
|
|
1394
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1394
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1395
1395
|
probability: number;
|
|
1396
1396
|
contributingFactors: string[];
|
|
1397
1397
|
}[];
|
|
@@ -1404,7 +1404,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1404
1404
|
} | null;
|
|
1405
1405
|
}>, "many">;
|
|
1406
1406
|
threatSummary: z.ZodArray<z.ZodObject<{
|
|
1407
|
-
threatType: z.ZodEnum<["pest_insect", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
1407
|
+
threatType: z.ZodEnum<["pest_insect", "pest_mite", "disease_fungal", "disease_bacterial", "disease_viral", "nutrient_deficiency", "environmental_stress"]>;
|
|
1408
1408
|
riskLevel: z.ZodEnum<["none", "low", "moderate", "high", "critical"]>;
|
|
1409
1409
|
affectedAreaHa: z.ZodNumber;
|
|
1410
1410
|
affectedAreaPercent: z.ZodNumber;
|
|
@@ -1413,14 +1413,14 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
1414
|
confidence: number;
|
|
1415
1415
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1416
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1416
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1417
1417
|
affectedAreaHa: number;
|
|
1418
1418
|
affectedAreaPercent: number;
|
|
1419
1419
|
primaryCause: string;
|
|
1420
1420
|
}, {
|
|
1421
1421
|
confidence: number;
|
|
1422
1422
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1423
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1423
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1424
1424
|
affectedAreaHa: number;
|
|
1425
1425
|
affectedAreaPercent: number;
|
|
1426
1426
|
primaryCause: string;
|
|
@@ -1553,7 +1553,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1553
1553
|
riskScore: number;
|
|
1554
1554
|
threatProbabilities: {
|
|
1555
1555
|
confidence: number;
|
|
1556
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1556
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1557
1557
|
probability: number;
|
|
1558
1558
|
contributingFactors: string[];
|
|
1559
1559
|
}[];
|
|
@@ -1571,7 +1571,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1571
1571
|
threatSummary: {
|
|
1572
1572
|
confidence: number;
|
|
1573
1573
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1574
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1574
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1575
1575
|
affectedAreaHa: number;
|
|
1576
1576
|
affectedAreaPercent: number;
|
|
1577
1577
|
primaryCause: string;
|
|
@@ -1650,7 +1650,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1650
1650
|
riskScore: number;
|
|
1651
1651
|
threatProbabilities: {
|
|
1652
1652
|
confidence: number;
|
|
1653
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1653
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1654
1654
|
probability: number;
|
|
1655
1655
|
contributingFactors: string[];
|
|
1656
1656
|
}[];
|
|
@@ -1668,7 +1668,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1668
1668
|
threatSummary: {
|
|
1669
1669
|
confidence: number;
|
|
1670
1670
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1671
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1671
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1672
1672
|
affectedAreaHa: number;
|
|
1673
1673
|
affectedAreaPercent: number;
|
|
1674
1674
|
primaryCause: string;
|
|
@@ -1754,7 +1754,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1754
1754
|
riskScore: number;
|
|
1755
1755
|
threatProbabilities: {
|
|
1756
1756
|
confidence: number;
|
|
1757
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1757
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1758
1758
|
probability: number;
|
|
1759
1759
|
contributingFactors: string[];
|
|
1760
1760
|
}[];
|
|
@@ -1772,7 +1772,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1772
1772
|
threatSummary: {
|
|
1773
1773
|
confidence: number;
|
|
1774
1774
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1775
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1775
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1776
1776
|
affectedAreaHa: number;
|
|
1777
1777
|
affectedAreaPercent: number;
|
|
1778
1778
|
primaryCause: string;
|
|
@@ -1858,7 +1858,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1858
1858
|
riskScore: number;
|
|
1859
1859
|
threatProbabilities: {
|
|
1860
1860
|
confidence: number;
|
|
1861
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1861
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1862
1862
|
probability: number;
|
|
1863
1863
|
contributingFactors: string[];
|
|
1864
1864
|
}[];
|
|
@@ -1876,7 +1876,7 @@ export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
|
1876
1876
|
threatSummary: {
|
|
1877
1877
|
confidence: number;
|
|
1878
1878
|
riskLevel: "critical" | "low" | "high" | "none" | "moderate";
|
|
1879
|
-
threatType: "pest_insect" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1879
|
+
threatType: "pest_insect" | "pest_mite" | "disease_fungal" | "disease_bacterial" | "disease_viral" | "nutrient_deficiency" | "environmental_stress";
|
|
1880
1880
|
affectedAreaHa: number;
|
|
1881
1881
|
affectedAreaPercent: number;
|
|
1882
1882
|
primaryCause: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pest-disease-risk.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/pest-disease-risk.schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB;;GAEG;AACH,eAAO,MAAM,eAAe,4DAA0D,CAAC;AAEvF;;GAEG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"pest-disease-risk.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/pest-disease-risk.schemas.ts"],"names":[],"mappings":"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"}
|