@deepintel-ltd/farmpro-contracts 1.7.14 → 1.7.20
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 +18 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -0
- package/dist/routes/agent-workflows.routes.d.ts +88 -88
- package/dist/routes/agents.routes.d.ts +3266 -6
- package/dist/routes/agents.routes.d.ts.map +1 -1
- package/dist/routes/agents.routes.js +130 -1
- package/dist/routes/analytics.routes.d.ts +20 -20
- package/dist/routes/cooperative.routes.d.ts +1327 -0
- package/dist/routes/cooperative.routes.d.ts.map +1 -0
- package/dist/routes/cooperative.routes.js +47 -0
- package/dist/routes/documents.routes.d.ts +855 -58
- package/dist/routes/documents.routes.d.ts.map +1 -1
- package/dist/routes/documents.routes.js +43 -1
- package/dist/routes/equipment.routes.d.ts +38 -38
- package/dist/routes/extension.routes.d.ts +2431 -0
- package/dist/routes/extension.routes.d.ts.map +1 -0
- package/dist/routes/extension.routes.js +75 -0
- package/dist/routes/farm-status.routes.d.ts +315 -0
- package/dist/routes/farm-status.routes.d.ts.map +1 -0
- package/dist/routes/farm-status.routes.js +26 -0
- package/dist/routes/farms.routes.d.ts +775 -0
- package/dist/routes/farms.routes.d.ts.map +1 -1
- package/dist/routes/farms.routes.js +15 -1
- package/dist/routes/fertigation.routes.d.ts +148 -148
- package/dist/routes/field-monitoring.routes.d.ts +557 -52
- package/dist/routes/field-monitoring.routes.d.ts.map +1 -1
- package/dist/routes/field-monitoring.routes.js +23 -1
- package/dist/routes/field-observations.routes.d.ts +56 -56
- package/dist/routes/fields.routes.d.ts +156 -155
- package/dist/routes/fields.routes.d.ts.map +1 -1
- package/dist/routes/finance.routes.d.ts +3493 -0
- package/dist/routes/finance.routes.d.ts.map +1 -1
- package/dist/routes/finance.routes.js +158 -1
- package/dist/routes/geofences.routes.d.ts.map +1 -1
- package/dist/routes/index.d.ts +18 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +12 -0
- package/dist/routes/irrigation.routes.d.ts +6 -6
- package/dist/routes/live-monitor.routes.d.ts +513 -0
- package/dist/routes/live-monitor.routes.d.ts.map +1 -0
- package/dist/routes/live-monitor.routes.js +81 -0
- package/dist/routes/livestock-map.routes.d.ts +4 -4
- package/dist/routes/measurements.routes.d.ts +13 -4
- package/dist/routes/measurements.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.d.ts +40 -33
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.js +7 -4
- package/dist/routes/notifications.routes.d.ts +1350 -0
- package/dist/routes/notifications.routes.d.ts.map +1 -0
- package/dist/routes/notifications.routes.js +66 -0
- package/dist/routes/pest-disease-risk.routes.d.ts +20 -20
- package/dist/routes/prescription-maps.routes.d.ts +567 -20
- package/dist/routes/prescription-maps.routes.d.ts.map +1 -1
- package/dist/routes/prescription-maps.routes.js +18 -1
- package/dist/routes/soil-tests.routes.d.ts +30 -30
- package/dist/routes/subscriptions.routes.d.ts +14 -14
- package/dist/routes/team-payments.routes.d.ts +9571 -0
- package/dist/routes/team-payments.routes.d.ts.map +1 -0
- package/dist/routes/team-payments.routes.js +262 -0
- package/dist/routes/weather.routes.d.ts +545 -52
- package/dist/routes/weather.routes.d.ts.map +1 -1
- package/dist/routes/weather.routes.js +13 -1
- package/dist/routes/yield-prediction.routes.d.ts +30 -30
- package/dist/schemas/agent-workflows.schemas.d.ts +92 -92
- package/dist/schemas/agents.schemas.d.ts +1121 -0
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +181 -0
- package/dist/schemas/analytics.schemas.d.ts +56 -56
- package/dist/schemas/cooperative.schemas.d.ts +560 -0
- package/dist/schemas/cooperative.schemas.d.ts.map +1 -0
- package/dist/schemas/cooperative.schemas.js +71 -0
- package/dist/schemas/documents.schemas.d.ts +248 -48
- package/dist/schemas/documents.schemas.d.ts.map +1 -1
- package/dist/schemas/documents.schemas.js +38 -0
- package/dist/schemas/equipment.schemas.d.ts +30 -30
- package/dist/schemas/extension.schemas.d.ts +1204 -0
- package/dist/schemas/extension.schemas.d.ts.map +1 -0
- package/dist/schemas/extension.schemas.js +68 -0
- package/dist/schemas/farm-status.schemas.d.ts +451 -0
- package/dist/schemas/farm-status.schemas.d.ts.map +1 -0
- package/dist/schemas/farm-status.schemas.js +44 -0
- package/dist/schemas/farms.schemas.d.ts +591 -0
- package/dist/schemas/farms.schemas.d.ts.map +1 -1
- package/dist/schemas/farms.schemas.js +44 -0
- package/dist/schemas/fertigation.schemas.d.ts +50 -50
- package/dist/schemas/field-monitoring.schemas.d.ts +318 -42
- package/dist/schemas/field-monitoring.schemas.d.ts.map +1 -1
- package/dist/schemas/field-monitoring.schemas.js +9 -0
- package/dist/schemas/field-observations.schemas.d.ts +45 -44
- package/dist/schemas/field-observations.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.d.ts +188 -186
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +10 -2
- package/dist/schemas/finance.schemas.d.ts +1057 -0
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +170 -0
- package/dist/schemas/irrigation.schemas.d.ts +8 -8
- package/dist/schemas/live-monitor.schemas.d.ts +596 -0
- package/dist/schemas/live-monitor.schemas.d.ts.map +1 -0
- package/dist/schemas/live-monitor.schemas.js +107 -0
- package/dist/schemas/livestock-map.schemas.d.ts +10 -10
- package/dist/schemas/measurements.schemas.d.ts +21 -8
- package/dist/schemas/measurements.schemas.d.ts.map +1 -1
- package/dist/schemas/measurements.schemas.js +13 -6
- package/dist/schemas/monitoring-visualization.schemas.d.ts +47 -40
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +24 -16
- package/dist/schemas/notifications.schemas.d.ts +464 -0
- package/dist/schemas/notifications.schemas.d.ts.map +1 -0
- package/dist/schemas/notifications.schemas.js +40 -0
- package/dist/schemas/pest-disease-risk.schemas.d.ts +18 -18
- package/dist/schemas/prescription-maps.schemas.d.ts +41 -18
- package/dist/schemas/prescription-maps.schemas.d.ts.map +1 -1
- package/dist/schemas/prescription-maps.schemas.js +8 -0
- package/dist/schemas/recommendations.schemas.d.ts +2 -2
- package/dist/schemas/soil-tests.schemas.d.ts +28 -28
- package/dist/schemas/subscriptions.schemas.d.ts +22 -22
- package/dist/schemas/team-payments.schemas.d.ts +2604 -0
- package/dist/schemas/team-payments.schemas.d.ts.map +1 -0
- package/dist/schemas/team-payments.schemas.js +151 -0
- package/dist/schemas/weather.schemas.d.ts +789 -112
- package/dist/schemas/weather.schemas.d.ts.map +1 -1
- package/dist/schemas/weather.schemas.js +37 -0
- package/dist/schemas/yield-prediction.schemas.d.ts +12 -12
- package/package.json +1 -1
|
@@ -130,8 +130,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
130
130
|
action: string;
|
|
131
131
|
details: string;
|
|
132
132
|
timing: string;
|
|
133
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
134
133
|
confidence?: number | undefined;
|
|
134
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
135
135
|
materials?: {
|
|
136
136
|
name: string;
|
|
137
137
|
unit: string;
|
|
@@ -151,8 +151,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
151
151
|
action: string;
|
|
152
152
|
details: string;
|
|
153
153
|
timing: string;
|
|
154
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
155
154
|
confidence?: number | undefined;
|
|
155
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
156
156
|
materials?: {
|
|
157
157
|
name: string;
|
|
158
158
|
unit: string;
|
|
@@ -171,6 +171,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
171
171
|
status: z.ZodEnum<["active", "acknowledged", "resolved"]>;
|
|
172
172
|
acknowledgedAt: z.ZodNullable<z.ZodString>;
|
|
173
173
|
acknowledgedBy: z.ZodNullable<z.ZodString>;
|
|
174
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
175
|
+
readBy: z.ZodNullable<z.ZodString>;
|
|
174
176
|
resolvedAt: z.ZodNullable<z.ZodString>;
|
|
175
177
|
confidence: z.ZodNullable<z.ZodNumber>;
|
|
176
178
|
generatedBy: z.ZodString;
|
|
@@ -188,8 +190,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
188
190
|
action: string;
|
|
189
191
|
details: string;
|
|
190
192
|
timing: string;
|
|
191
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
192
193
|
confidence?: number | undefined;
|
|
194
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
193
195
|
materials?: {
|
|
194
196
|
name: string;
|
|
195
197
|
unit: string;
|
|
@@ -205,10 +207,12 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
205
207
|
estimatedTime?: string | undefined;
|
|
206
208
|
riskLevel?: string | undefined;
|
|
207
209
|
}[] | null;
|
|
208
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
209
210
|
confidence: number | null;
|
|
211
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
210
212
|
acknowledgedAt: string | null;
|
|
211
213
|
acknowledgedBy: string | null;
|
|
214
|
+
readAt: string | null;
|
|
215
|
+
readBy: string | null;
|
|
212
216
|
resolvedAt: string | null;
|
|
213
217
|
generatedBy: string;
|
|
214
218
|
fieldName?: string | undefined;
|
|
@@ -225,8 +229,8 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
225
229
|
action: string;
|
|
226
230
|
details: string;
|
|
227
231
|
timing: string;
|
|
228
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
229
232
|
confidence?: number | undefined;
|
|
233
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
230
234
|
materials?: {
|
|
231
235
|
name: string;
|
|
232
236
|
unit: string;
|
|
@@ -242,10 +246,12 @@ export declare const fieldAlertSchema: z.ZodObject<{
|
|
|
242
246
|
estimatedTime?: string | undefined;
|
|
243
247
|
riskLevel?: string | undefined;
|
|
244
248
|
}[] | null;
|
|
245
|
-
severity: "critical" | "low" | "medium" | "high";
|
|
246
249
|
confidence: number | null;
|
|
250
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
247
251
|
acknowledgedAt: string | null;
|
|
248
252
|
acknowledgedBy: string | null;
|
|
253
|
+
readAt: string | null;
|
|
254
|
+
readBy: string | null;
|
|
249
255
|
resolvedAt: string | null;
|
|
250
256
|
generatedBy: string;
|
|
251
257
|
fieldName?: string | undefined;
|
|
@@ -314,6 +320,276 @@ export declare const alertsQuerySchema: z.ZodObject<{
|
|
|
314
320
|
}, {
|
|
315
321
|
status?: "active" | "acknowledged" | "resolved" | undefined;
|
|
316
322
|
}>;
|
|
323
|
+
export declare const bulkReadAlertsBodySchema: z.ZodObject<{
|
|
324
|
+
alertIds: z.ZodArray<z.ZodString, "many">;
|
|
325
|
+
}, "strip", z.ZodTypeAny, {
|
|
326
|
+
alertIds: string[];
|
|
327
|
+
}, {
|
|
328
|
+
alertIds: string[];
|
|
329
|
+
}>;
|
|
330
|
+
export declare const bulkReadAlertsResponseSchema: z.ZodObject<{
|
|
331
|
+
updated: z.ZodNumber;
|
|
332
|
+
alerts: z.ZodArray<z.ZodObject<{
|
|
333
|
+
id: z.ZodString;
|
|
334
|
+
fieldId: z.ZodString;
|
|
335
|
+
fieldName: z.ZodOptional<z.ZodString>;
|
|
336
|
+
type: z.ZodString;
|
|
337
|
+
severity: z.ZodEnum<["low", "medium", "high", "critical"]>;
|
|
338
|
+
title: z.ZodString;
|
|
339
|
+
message: z.ZodString;
|
|
340
|
+
recommendations: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
341
|
+
priority: z.ZodNumber;
|
|
342
|
+
action: z.ZodString;
|
|
343
|
+
details: z.ZodString;
|
|
344
|
+
timing: z.ZodString;
|
|
345
|
+
severity: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "critical"]>>;
|
|
346
|
+
confidence: z.ZodOptional<z.ZodNumber>;
|
|
347
|
+
materials: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
348
|
+
inventoryItemId: z.ZodOptional<z.ZodString>;
|
|
349
|
+
name: z.ZodString;
|
|
350
|
+
quantity: z.ZodNumber;
|
|
351
|
+
unit: z.ZodString;
|
|
352
|
+
costPerUnit: z.ZodOptional<z.ZodNumber>;
|
|
353
|
+
totalCost: z.ZodOptional<z.ZodNumber>;
|
|
354
|
+
availability: z.ZodOptional<z.ZodString>;
|
|
355
|
+
}, "strip", z.ZodTypeAny, {
|
|
356
|
+
name: string;
|
|
357
|
+
unit: string;
|
|
358
|
+
quantity: number;
|
|
359
|
+
inventoryItemId?: string | undefined;
|
|
360
|
+
totalCost?: number | undefined;
|
|
361
|
+
costPerUnit?: number | undefined;
|
|
362
|
+
availability?: string | undefined;
|
|
363
|
+
}, {
|
|
364
|
+
name: string;
|
|
365
|
+
unit: string;
|
|
366
|
+
quantity: number;
|
|
367
|
+
inventoryItemId?: string | undefined;
|
|
368
|
+
totalCost?: number | undefined;
|
|
369
|
+
costPerUnit?: number | undefined;
|
|
370
|
+
availability?: string | undefined;
|
|
371
|
+
}>, "many">>;
|
|
372
|
+
applicationMethod: z.ZodOptional<z.ZodString>;
|
|
373
|
+
expectedOutcome: z.ZodOptional<z.ZodString>;
|
|
374
|
+
preventiveMeasures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
375
|
+
estimatedTime: z.ZodOptional<z.ZodString>;
|
|
376
|
+
riskLevel: z.ZodOptional<z.ZodString>;
|
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
|
378
|
+
priority: number;
|
|
379
|
+
action: string;
|
|
380
|
+
details: string;
|
|
381
|
+
timing: string;
|
|
382
|
+
confidence?: number | undefined;
|
|
383
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
384
|
+
materials?: {
|
|
385
|
+
name: string;
|
|
386
|
+
unit: string;
|
|
387
|
+
quantity: number;
|
|
388
|
+
inventoryItemId?: string | undefined;
|
|
389
|
+
totalCost?: number | undefined;
|
|
390
|
+
costPerUnit?: number | undefined;
|
|
391
|
+
availability?: string | undefined;
|
|
392
|
+
}[] | undefined;
|
|
393
|
+
applicationMethod?: string | undefined;
|
|
394
|
+
expectedOutcome?: string | undefined;
|
|
395
|
+
preventiveMeasures?: string[] | undefined;
|
|
396
|
+
estimatedTime?: string | undefined;
|
|
397
|
+
riskLevel?: string | undefined;
|
|
398
|
+
}, {
|
|
399
|
+
priority: number;
|
|
400
|
+
action: string;
|
|
401
|
+
details: string;
|
|
402
|
+
timing: string;
|
|
403
|
+
confidence?: number | undefined;
|
|
404
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
405
|
+
materials?: {
|
|
406
|
+
name: string;
|
|
407
|
+
unit: string;
|
|
408
|
+
quantity: number;
|
|
409
|
+
inventoryItemId?: string | undefined;
|
|
410
|
+
totalCost?: number | undefined;
|
|
411
|
+
costPerUnit?: number | undefined;
|
|
412
|
+
availability?: string | undefined;
|
|
413
|
+
}[] | undefined;
|
|
414
|
+
applicationMethod?: string | undefined;
|
|
415
|
+
expectedOutcome?: string | undefined;
|
|
416
|
+
preventiveMeasures?: string[] | undefined;
|
|
417
|
+
estimatedTime?: string | undefined;
|
|
418
|
+
riskLevel?: string | undefined;
|
|
419
|
+
}>, "many">>;
|
|
420
|
+
status: z.ZodEnum<["active", "acknowledged", "resolved"]>;
|
|
421
|
+
acknowledgedAt: z.ZodNullable<z.ZodString>;
|
|
422
|
+
acknowledgedBy: z.ZodNullable<z.ZodString>;
|
|
423
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
424
|
+
readBy: z.ZodNullable<z.ZodString>;
|
|
425
|
+
resolvedAt: z.ZodNullable<z.ZodString>;
|
|
426
|
+
confidence: z.ZodNullable<z.ZodNumber>;
|
|
427
|
+
generatedBy: z.ZodString;
|
|
428
|
+
createdAt: z.ZodString;
|
|
429
|
+
}, "strip", z.ZodTypeAny, {
|
|
430
|
+
type: string;
|
|
431
|
+
status: "active" | "acknowledged" | "resolved";
|
|
432
|
+
message: string;
|
|
433
|
+
id: string;
|
|
434
|
+
title: string;
|
|
435
|
+
createdAt: string;
|
|
436
|
+
fieldId: string;
|
|
437
|
+
recommendations: {
|
|
438
|
+
priority: number;
|
|
439
|
+
action: string;
|
|
440
|
+
details: string;
|
|
441
|
+
timing: string;
|
|
442
|
+
confidence?: number | undefined;
|
|
443
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
444
|
+
materials?: {
|
|
445
|
+
name: string;
|
|
446
|
+
unit: string;
|
|
447
|
+
quantity: number;
|
|
448
|
+
inventoryItemId?: string | undefined;
|
|
449
|
+
totalCost?: number | undefined;
|
|
450
|
+
costPerUnit?: number | undefined;
|
|
451
|
+
availability?: string | undefined;
|
|
452
|
+
}[] | undefined;
|
|
453
|
+
applicationMethod?: string | undefined;
|
|
454
|
+
expectedOutcome?: string | undefined;
|
|
455
|
+
preventiveMeasures?: string[] | undefined;
|
|
456
|
+
estimatedTime?: string | undefined;
|
|
457
|
+
riskLevel?: string | undefined;
|
|
458
|
+
}[] | null;
|
|
459
|
+
confidence: number | null;
|
|
460
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
461
|
+
acknowledgedAt: string | null;
|
|
462
|
+
acknowledgedBy: string | null;
|
|
463
|
+
readAt: string | null;
|
|
464
|
+
readBy: string | null;
|
|
465
|
+
resolvedAt: string | null;
|
|
466
|
+
generatedBy: string;
|
|
467
|
+
fieldName?: string | undefined;
|
|
468
|
+
}, {
|
|
469
|
+
type: string;
|
|
470
|
+
status: "active" | "acknowledged" | "resolved";
|
|
471
|
+
message: string;
|
|
472
|
+
id: string;
|
|
473
|
+
title: string;
|
|
474
|
+
createdAt: string;
|
|
475
|
+
fieldId: string;
|
|
476
|
+
recommendations: {
|
|
477
|
+
priority: number;
|
|
478
|
+
action: string;
|
|
479
|
+
details: string;
|
|
480
|
+
timing: string;
|
|
481
|
+
confidence?: number | undefined;
|
|
482
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
483
|
+
materials?: {
|
|
484
|
+
name: string;
|
|
485
|
+
unit: string;
|
|
486
|
+
quantity: number;
|
|
487
|
+
inventoryItemId?: string | undefined;
|
|
488
|
+
totalCost?: number | undefined;
|
|
489
|
+
costPerUnit?: number | undefined;
|
|
490
|
+
availability?: string | undefined;
|
|
491
|
+
}[] | undefined;
|
|
492
|
+
applicationMethod?: string | undefined;
|
|
493
|
+
expectedOutcome?: string | undefined;
|
|
494
|
+
preventiveMeasures?: string[] | undefined;
|
|
495
|
+
estimatedTime?: string | undefined;
|
|
496
|
+
riskLevel?: string | undefined;
|
|
497
|
+
}[] | null;
|
|
498
|
+
confidence: number | null;
|
|
499
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
500
|
+
acknowledgedAt: string | null;
|
|
501
|
+
acknowledgedBy: string | null;
|
|
502
|
+
readAt: string | null;
|
|
503
|
+
readBy: string | null;
|
|
504
|
+
resolvedAt: string | null;
|
|
505
|
+
generatedBy: string;
|
|
506
|
+
fieldName?: string | undefined;
|
|
507
|
+
}>, "many">;
|
|
508
|
+
}, "strip", z.ZodTypeAny, {
|
|
509
|
+
alerts: {
|
|
510
|
+
type: string;
|
|
511
|
+
status: "active" | "acknowledged" | "resolved";
|
|
512
|
+
message: string;
|
|
513
|
+
id: string;
|
|
514
|
+
title: string;
|
|
515
|
+
createdAt: string;
|
|
516
|
+
fieldId: string;
|
|
517
|
+
recommendations: {
|
|
518
|
+
priority: number;
|
|
519
|
+
action: string;
|
|
520
|
+
details: string;
|
|
521
|
+
timing: string;
|
|
522
|
+
confidence?: number | undefined;
|
|
523
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
524
|
+
materials?: {
|
|
525
|
+
name: string;
|
|
526
|
+
unit: string;
|
|
527
|
+
quantity: number;
|
|
528
|
+
inventoryItemId?: string | undefined;
|
|
529
|
+
totalCost?: number | undefined;
|
|
530
|
+
costPerUnit?: number | undefined;
|
|
531
|
+
availability?: string | undefined;
|
|
532
|
+
}[] | undefined;
|
|
533
|
+
applicationMethod?: string | undefined;
|
|
534
|
+
expectedOutcome?: string | undefined;
|
|
535
|
+
preventiveMeasures?: string[] | undefined;
|
|
536
|
+
estimatedTime?: string | undefined;
|
|
537
|
+
riskLevel?: string | undefined;
|
|
538
|
+
}[] | null;
|
|
539
|
+
confidence: number | null;
|
|
540
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
541
|
+
acknowledgedAt: string | null;
|
|
542
|
+
acknowledgedBy: string | null;
|
|
543
|
+
readAt: string | null;
|
|
544
|
+
readBy: string | null;
|
|
545
|
+
resolvedAt: string | null;
|
|
546
|
+
generatedBy: string;
|
|
547
|
+
fieldName?: string | undefined;
|
|
548
|
+
}[];
|
|
549
|
+
updated: number;
|
|
550
|
+
}, {
|
|
551
|
+
alerts: {
|
|
552
|
+
type: string;
|
|
553
|
+
status: "active" | "acknowledged" | "resolved";
|
|
554
|
+
message: string;
|
|
555
|
+
id: string;
|
|
556
|
+
title: string;
|
|
557
|
+
createdAt: string;
|
|
558
|
+
fieldId: string;
|
|
559
|
+
recommendations: {
|
|
560
|
+
priority: number;
|
|
561
|
+
action: string;
|
|
562
|
+
details: string;
|
|
563
|
+
timing: string;
|
|
564
|
+
confidence?: number | undefined;
|
|
565
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
566
|
+
materials?: {
|
|
567
|
+
name: string;
|
|
568
|
+
unit: string;
|
|
569
|
+
quantity: number;
|
|
570
|
+
inventoryItemId?: string | undefined;
|
|
571
|
+
totalCost?: number | undefined;
|
|
572
|
+
costPerUnit?: number | undefined;
|
|
573
|
+
availability?: string | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
|
+
applicationMethod?: string | undefined;
|
|
576
|
+
expectedOutcome?: string | undefined;
|
|
577
|
+
preventiveMeasures?: string[] | undefined;
|
|
578
|
+
estimatedTime?: string | undefined;
|
|
579
|
+
riskLevel?: string | undefined;
|
|
580
|
+
}[] | null;
|
|
581
|
+
confidence: number | null;
|
|
582
|
+
severity: "critical" | "low" | "medium" | "high";
|
|
583
|
+
acknowledgedAt: string | null;
|
|
584
|
+
acknowledgedBy: string | null;
|
|
585
|
+
readAt: string | null;
|
|
586
|
+
readBy: string | null;
|
|
587
|
+
resolvedAt: string | null;
|
|
588
|
+
generatedBy: string;
|
|
589
|
+
fieldName?: string | undefined;
|
|
590
|
+
}[];
|
|
591
|
+
updated: number;
|
|
592
|
+
}>;
|
|
317
593
|
export declare const triggerAnalysisResponseSchema: z.ZodObject<{
|
|
318
594
|
message: z.ZodString;
|
|
319
595
|
jobId: z.ZodNullable<z.ZodString>;
|
|
@@ -457,15 +733,15 @@ export declare const dataSourceInfoSchema: z.ZodObject<{
|
|
|
457
733
|
}, "strip", z.ZodTypeAny, {
|
|
458
734
|
date: string;
|
|
459
735
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
460
|
-
priority: number;
|
|
461
736
|
confidence: number;
|
|
737
|
+
priority: number;
|
|
462
738
|
notes?: string | undefined;
|
|
463
739
|
sourceId?: string | undefined;
|
|
464
740
|
}, {
|
|
465
741
|
date: string;
|
|
466
742
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
467
|
-
priority: number;
|
|
468
743
|
confidence: number;
|
|
744
|
+
priority: number;
|
|
469
745
|
notes?: string | undefined;
|
|
470
746
|
sourceId?: string | undefined;
|
|
471
747
|
}>;
|
|
@@ -507,11 +783,11 @@ export declare const completenessAssessmentSchema: z.ZodObject<{
|
|
|
507
783
|
}, "strip", z.ZodTypeAny, {
|
|
508
784
|
score: number;
|
|
509
785
|
missingFields: string[];
|
|
510
|
-
completeness: "
|
|
786
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
511
787
|
}, {
|
|
512
788
|
score: number;
|
|
513
789
|
missingFields: string[];
|
|
514
|
-
completeness: "
|
|
790
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
515
791
|
}>;
|
|
516
792
|
export declare const soilRecommendationSchema: z.ZodObject<{
|
|
517
793
|
priority: z.ZodNumber;
|
|
@@ -525,15 +801,15 @@ export declare const soilRecommendationSchema: z.ZodObject<{
|
|
|
525
801
|
action: string;
|
|
526
802
|
details: string;
|
|
527
803
|
timing: string;
|
|
528
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
529
804
|
confidence?: number | undefined;
|
|
805
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
530
806
|
}, {
|
|
531
807
|
priority: number;
|
|
532
808
|
action: string;
|
|
533
809
|
details: string;
|
|
534
810
|
timing: string;
|
|
535
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
536
811
|
confidence?: number | undefined;
|
|
812
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
537
813
|
}>;
|
|
538
814
|
export declare const seasonalRecommendationSchema: z.ZodObject<{
|
|
539
815
|
priority: z.ZodNumber;
|
|
@@ -568,8 +844,8 @@ export declare const intelligentFertilizerRecommendationSchema: z.ZodObject<{
|
|
|
568
844
|
quantity: number;
|
|
569
845
|
reason: string;
|
|
570
846
|
inventoryItemId?: string | undefined;
|
|
571
|
-
estimatedCost?: number | undefined;
|
|
572
847
|
confidence?: number | undefined;
|
|
848
|
+
estimatedCost?: number | undefined;
|
|
573
849
|
productName?: string | undefined;
|
|
574
850
|
applicationTiming?: string | undefined;
|
|
575
851
|
}, {
|
|
@@ -577,8 +853,8 @@ export declare const intelligentFertilizerRecommendationSchema: z.ZodObject<{
|
|
|
577
853
|
quantity: number;
|
|
578
854
|
reason: string;
|
|
579
855
|
inventoryItemId?: string | undefined;
|
|
580
|
-
estimatedCost?: number | undefined;
|
|
581
856
|
confidence?: number | undefined;
|
|
857
|
+
estimatedCost?: number | undefined;
|
|
582
858
|
productName?: string | undefined;
|
|
583
859
|
applicationTiming?: string | undefined;
|
|
584
860
|
}>;
|
|
@@ -932,15 +1208,15 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
932
1208
|
}, "strip", z.ZodTypeAny, {
|
|
933
1209
|
date: string;
|
|
934
1210
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
935
|
-
priority: number;
|
|
936
1211
|
confidence: number;
|
|
1212
|
+
priority: number;
|
|
937
1213
|
notes?: string | undefined;
|
|
938
1214
|
sourceId?: string | undefined;
|
|
939
1215
|
}, {
|
|
940
1216
|
date: string;
|
|
941
1217
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
942
|
-
priority: number;
|
|
943
1218
|
confidence: number;
|
|
1219
|
+
priority: number;
|
|
944
1220
|
notes?: string | undefined;
|
|
945
1221
|
sourceId?: string | undefined;
|
|
946
1222
|
}>>;
|
|
@@ -1017,11 +1293,11 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1017
1293
|
}, "strip", z.ZodTypeAny, {
|
|
1018
1294
|
score: number;
|
|
1019
1295
|
missingFields: string[];
|
|
1020
|
-
completeness: "
|
|
1296
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1021
1297
|
}, {
|
|
1022
1298
|
score: number;
|
|
1023
1299
|
missingFields: string[];
|
|
1024
|
-
completeness: "
|
|
1300
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1025
1301
|
}>;
|
|
1026
1302
|
}, "strip", z.ZodTypeAny, {
|
|
1027
1303
|
pH: {
|
|
@@ -1045,7 +1321,7 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1045
1321
|
completeness: {
|
|
1046
1322
|
score: number;
|
|
1047
1323
|
missingFields: string[];
|
|
1048
|
-
completeness: "
|
|
1324
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1049
1325
|
};
|
|
1050
1326
|
}, {
|
|
1051
1327
|
pH: {
|
|
@@ -1069,12 +1345,12 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1069
1345
|
completeness: {
|
|
1070
1346
|
score: number;
|
|
1071
1347
|
missingFields: string[];
|
|
1072
|
-
completeness: "
|
|
1348
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1073
1349
|
};
|
|
1074
1350
|
}>;
|
|
1075
1351
|
}, "strip", z.ZodTypeAny, {
|
|
1076
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1077
1352
|
score: number;
|
|
1353
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1078
1354
|
assessments: {
|
|
1079
1355
|
pH: {
|
|
1080
1356
|
recommendation: string;
|
|
@@ -1097,12 +1373,12 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1097
1373
|
completeness: {
|
|
1098
1374
|
score: number;
|
|
1099
1375
|
missingFields: string[];
|
|
1100
|
-
completeness: "
|
|
1376
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1101
1377
|
};
|
|
1102
1378
|
};
|
|
1103
1379
|
}, {
|
|
1104
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1105
1380
|
score: number;
|
|
1381
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1106
1382
|
assessments: {
|
|
1107
1383
|
pH: {
|
|
1108
1384
|
recommendation: string;
|
|
@@ -1125,7 +1401,7 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1125
1401
|
completeness: {
|
|
1126
1402
|
score: number;
|
|
1127
1403
|
missingFields: string[];
|
|
1128
|
-
completeness: "
|
|
1404
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1129
1405
|
};
|
|
1130
1406
|
};
|
|
1131
1407
|
}>;
|
|
@@ -1325,15 +1601,15 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1325
1601
|
action: string;
|
|
1326
1602
|
details: string;
|
|
1327
1603
|
timing: string;
|
|
1328
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1329
1604
|
confidence?: number | undefined;
|
|
1605
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1330
1606
|
}, {
|
|
1331
1607
|
priority: number;
|
|
1332
1608
|
action: string;
|
|
1333
1609
|
details: string;
|
|
1334
1610
|
timing: string;
|
|
1335
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1336
1611
|
confidence?: number | undefined;
|
|
1612
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1337
1613
|
}>, "many">;
|
|
1338
1614
|
seasonal: z.ZodArray<z.ZodObject<{
|
|
1339
1615
|
priority: z.ZodNumber;
|
|
@@ -1368,8 +1644,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1368
1644
|
quantity: number;
|
|
1369
1645
|
reason: string;
|
|
1370
1646
|
inventoryItemId?: string | undefined;
|
|
1371
|
-
estimatedCost?: number | undefined;
|
|
1372
1647
|
confidence?: number | undefined;
|
|
1648
|
+
estimatedCost?: number | undefined;
|
|
1373
1649
|
productName?: string | undefined;
|
|
1374
1650
|
applicationTiming?: string | undefined;
|
|
1375
1651
|
}, {
|
|
@@ -1377,8 +1653,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1377
1653
|
quantity: number;
|
|
1378
1654
|
reason: string;
|
|
1379
1655
|
inventoryItemId?: string | undefined;
|
|
1380
|
-
estimatedCost?: number | undefined;
|
|
1381
1656
|
confidence?: number | undefined;
|
|
1657
|
+
estimatedCost?: number | undefined;
|
|
1382
1658
|
productName?: string | undefined;
|
|
1383
1659
|
applicationTiming?: string | undefined;
|
|
1384
1660
|
}>, "many">;
|
|
@@ -1411,8 +1687,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1411
1687
|
quantity: number;
|
|
1412
1688
|
reason: string;
|
|
1413
1689
|
inventoryItemId?: string | undefined;
|
|
1414
|
-
estimatedCost?: number | undefined;
|
|
1415
1690
|
confidence?: number | undefined;
|
|
1691
|
+
estimatedCost?: number | undefined;
|
|
1416
1692
|
productName?: string | undefined;
|
|
1417
1693
|
applicationTiming?: string | undefined;
|
|
1418
1694
|
}[];
|
|
@@ -1421,8 +1697,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1421
1697
|
action: string;
|
|
1422
1698
|
details: string;
|
|
1423
1699
|
timing: string;
|
|
1424
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1425
1700
|
confidence?: number | undefined;
|
|
1701
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1426
1702
|
}[];
|
|
1427
1703
|
seasonal: {
|
|
1428
1704
|
priority: number;
|
|
@@ -1446,8 +1722,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1446
1722
|
quantity: number;
|
|
1447
1723
|
reason: string;
|
|
1448
1724
|
inventoryItemId?: string | undefined;
|
|
1449
|
-
estimatedCost?: number | undefined;
|
|
1450
1725
|
confidence?: number | undefined;
|
|
1726
|
+
estimatedCost?: number | undefined;
|
|
1451
1727
|
productName?: string | undefined;
|
|
1452
1728
|
applicationTiming?: string | undefined;
|
|
1453
1729
|
}[];
|
|
@@ -1456,8 +1732,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1456
1732
|
action: string;
|
|
1457
1733
|
details: string;
|
|
1458
1734
|
timing: string;
|
|
1459
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1460
1735
|
confidence?: number | undefined;
|
|
1736
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1461
1737
|
}[];
|
|
1462
1738
|
seasonal: {
|
|
1463
1739
|
priority: number;
|
|
@@ -1511,8 +1787,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1511
1787
|
quantity: number;
|
|
1512
1788
|
reason: string;
|
|
1513
1789
|
inventoryItemId?: string | undefined;
|
|
1514
|
-
estimatedCost?: number | undefined;
|
|
1515
1790
|
confidence?: number | undefined;
|
|
1791
|
+
estimatedCost?: number | undefined;
|
|
1516
1792
|
productName?: string | undefined;
|
|
1517
1793
|
applicationTiming?: string | undefined;
|
|
1518
1794
|
}[];
|
|
@@ -1521,8 +1797,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1521
1797
|
action: string;
|
|
1522
1798
|
details: string;
|
|
1523
1799
|
timing: string;
|
|
1524
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1525
1800
|
confidence?: number | undefined;
|
|
1801
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1526
1802
|
}[];
|
|
1527
1803
|
seasonal: {
|
|
1528
1804
|
priority: number;
|
|
@@ -1551,8 +1827,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1551
1827
|
bulkDensity: number;
|
|
1552
1828
|
};
|
|
1553
1829
|
quality: {
|
|
1554
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1555
1830
|
score: number;
|
|
1831
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1556
1832
|
assessments: {
|
|
1557
1833
|
pH: {
|
|
1558
1834
|
recommendation: string;
|
|
@@ -1575,7 +1851,7 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1575
1851
|
completeness: {
|
|
1576
1852
|
score: number;
|
|
1577
1853
|
missingFields: string[];
|
|
1578
|
-
completeness: "
|
|
1854
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1579
1855
|
};
|
|
1580
1856
|
};
|
|
1581
1857
|
};
|
|
@@ -1640,8 +1916,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1640
1916
|
dataSources: Record<string, {
|
|
1641
1917
|
date: string;
|
|
1642
1918
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
1643
|
-
priority: number;
|
|
1644
1919
|
confidence: number;
|
|
1920
|
+
priority: number;
|
|
1645
1921
|
notes?: string | undefined;
|
|
1646
1922
|
sourceId?: string | undefined;
|
|
1647
1923
|
}>;
|
|
@@ -1697,8 +1973,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1697
1973
|
quantity: number;
|
|
1698
1974
|
reason: string;
|
|
1699
1975
|
inventoryItemId?: string | undefined;
|
|
1700
|
-
estimatedCost?: number | undefined;
|
|
1701
1976
|
confidence?: number | undefined;
|
|
1977
|
+
estimatedCost?: number | undefined;
|
|
1702
1978
|
productName?: string | undefined;
|
|
1703
1979
|
applicationTiming?: string | undefined;
|
|
1704
1980
|
}[];
|
|
@@ -1707,8 +1983,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1707
1983
|
action: string;
|
|
1708
1984
|
details: string;
|
|
1709
1985
|
timing: string;
|
|
1710
|
-
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1711
1986
|
confidence?: number | undefined;
|
|
1987
|
+
severity?: "critical" | "low" | "medium" | "high" | undefined;
|
|
1712
1988
|
}[];
|
|
1713
1989
|
seasonal: {
|
|
1714
1990
|
priority: number;
|
|
@@ -1737,8 +2013,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1737
2013
|
bulkDensity: number;
|
|
1738
2014
|
};
|
|
1739
2015
|
quality: {
|
|
1740
|
-
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1741
2016
|
score: number;
|
|
2017
|
+
overall: "critical" | "poor" | "fair" | "good" | "excellent";
|
|
1742
2018
|
assessments: {
|
|
1743
2019
|
pH: {
|
|
1744
2020
|
recommendation: string;
|
|
@@ -1761,7 +2037,7 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1761
2037
|
completeness: {
|
|
1762
2038
|
score: number;
|
|
1763
2039
|
missingFields: string[];
|
|
1764
|
-
completeness: "
|
|
2040
|
+
completeness: "partial" | "complete" | "mostly_complete" | "incomplete";
|
|
1765
2041
|
};
|
|
1766
2042
|
};
|
|
1767
2043
|
};
|
|
@@ -1826,8 +2102,8 @@ export declare const intelligentSoilProfileSchema: z.ZodObject<{
|
|
|
1826
2102
|
dataSources: Record<string, {
|
|
1827
2103
|
date: string;
|
|
1828
2104
|
source: "manual" | "regional_api" | "global_api" | "predicted";
|
|
1829
|
-
priority: number;
|
|
1830
2105
|
confidence: number;
|
|
2106
|
+
priority: number;
|
|
1831
2107
|
notes?: string | undefined;
|
|
1832
2108
|
sourceId?: string | undefined;
|
|
1833
2109
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-monitoring.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/field-monitoring.schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAGF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAInC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAG1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;EAKhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAGpE,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"field-monitoring.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/field-monitoring.schemas.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+FvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC"}
|