@deepintel-ltd/farmpro-contracts 1.5.13 → 1.5.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.
@@ -2200,6 +2200,15 @@ export declare const fieldMonitoringRouter: {
2200
2200
  confidence?: number | undefined;
2201
2201
  }[] | undefined;
2202
2202
  };
2203
+ properties: {
2204
+ texture: {
2205
+ sand: number;
2206
+ silt: number;
2207
+ clay: number;
2208
+ classification: string;
2209
+ };
2210
+ bulkDensity: number;
2211
+ };
2203
2212
  quality: {
2204
2213
  overall: "critical" | "poor" | "fair" | "good" | "excellent";
2205
2214
  score: number;
@@ -2287,15 +2296,6 @@ export declare const fieldMonitoringRouter: {
2287
2296
  sourceId?: string | undefined;
2288
2297
  };
2289
2298
  };
2290
- properties: {
2291
- texture: {
2292
- sand: number;
2293
- silt: number;
2294
- clay: number;
2295
- classification: string;
2296
- };
2297
- bulkDensity: number;
2298
- };
2299
2299
  dataSources: Record<string, {
2300
2300
  date: string;
2301
2301
  source: "manual" | "regional_api" | "global_api" | "predicted";
@@ -2386,6 +2386,15 @@ export declare const fieldMonitoringRouter: {
2386
2386
  confidence?: number | undefined;
2387
2387
  }[] | undefined;
2388
2388
  };
2389
+ properties: {
2390
+ texture: {
2391
+ sand: number;
2392
+ silt: number;
2393
+ clay: number;
2394
+ classification: string;
2395
+ };
2396
+ bulkDensity: number;
2397
+ };
2389
2398
  quality: {
2390
2399
  overall: "critical" | "poor" | "fair" | "good" | "excellent";
2391
2400
  score: number;
@@ -2473,15 +2482,6 @@ export declare const fieldMonitoringRouter: {
2473
2482
  sourceId?: string | undefined;
2474
2483
  };
2475
2484
  };
2476
- properties: {
2477
- texture: {
2478
- sand: number;
2479
- silt: number;
2480
- clay: number;
2481
- classification: string;
2482
- };
2483
- bulkDensity: number;
2484
- };
2485
2485
  dataSources: Record<string, {
2486
2486
  date: string;
2487
2487
  source: "manual" | "regional_api" | "global_api" | "predicted";