@deepintel-ltd/farmpro-contracts 1.11.3 → 1.11.4
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 +2852 -36
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +78 -6
- package/dist/routes/agent-workflows.routes.d.ts +140 -140
- package/dist/routes/agents.routes.d.ts +6 -6
- package/dist/routes/analytics.routes.d.ts +6 -6
- package/dist/routes/auth.routes.d.ts +503 -0
- package/dist/routes/auth.routes.d.ts.map +1 -1
- package/dist/routes/auth.routes.js +15 -0
- package/dist/routes/crop-profile.routes.d.ts +18 -18
- package/dist/routes/documents.routes.d.ts +58 -58
- package/dist/routes/equipment.routes.d.ts +62 -62
- package/dist/routes/extension.routes.d.ts +6 -6
- package/dist/routes/farm-status.routes.d.ts +6 -6
- package/dist/routes/farms.routes.d.ts +35 -0
- package/dist/routes/farms.routes.d.ts.map +1 -1
- package/dist/routes/fertigation.routes.d.ts +76 -76
- package/dist/routes/field-monitoring.routes.d.ts +34 -34
- package/dist/routes/field-observations.routes.d.ts +170 -170
- package/dist/routes/finance.routes.d.ts +6 -6
- package/dist/routes/geofences.routes.d.ts +8 -8
- package/dist/routes/irrigation.routes.d.ts +22 -22
- package/dist/routes/live-monitor.routes.d.ts +2 -2
- package/dist/routes/livestock-groups.routes.d.ts +30 -30
- package/dist/routes/livestock.routes.d.ts +24 -24
- package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
- package/dist/routes/pest-disease-risk.routes.d.ts +48 -48
- package/dist/routes/prescription-maps.routes.d.ts +2 -2
- package/dist/routes/seasonal-plans.routes.d.ts +6 -6
- package/dist/routes/soil-tests.routes.d.ts +30 -30
- package/dist/routes/subscriptions.routes.d.ts +2 -2
- package/dist/routes/team-payments.routes.d.ts +36 -36
- package/dist/routes/team.routes.d.ts +24 -24
- package/dist/routes/users.routes.d.ts +14 -0
- package/dist/routes/users.routes.d.ts.map +1 -1
- package/dist/routes/weather.routes.d.ts +14 -14
- package/dist/routes/yield-prediction.routes.d.ts +48 -48
- package/dist/schemas/admin.schemas.d.ts +431 -84
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +36 -0
- package/dist/schemas/agent-workflows.schemas.d.ts +111 -111
- package/dist/schemas/agents.schemas.d.ts +6 -6
- package/dist/schemas/analytics.schemas.d.ts +12 -12
- package/dist/schemas/crop-profile.schemas.d.ts +26 -26
- package/dist/schemas/documents.schemas.d.ts +48 -48
- package/dist/schemas/equipment.schemas.d.ts +48 -48
- package/dist/schemas/extension.schemas.d.ts +12 -12
- package/dist/schemas/farm-status.schemas.d.ts +8 -8
- package/dist/schemas/farms.schemas.d.ts +48 -0
- package/dist/schemas/farms.schemas.d.ts.map +1 -1
- package/dist/schemas/farms.schemas.js +3 -0
- package/dist/schemas/fertigation.schemas.d.ts +20 -20
- package/dist/schemas/field-monitoring.schemas.d.ts +26 -26
- package/dist/schemas/field-observations.schemas.d.ts +126 -126
- package/dist/schemas/finance.schemas.d.ts +6 -6
- package/dist/schemas/geofences.schemas.d.ts +6 -6
- package/dist/schemas/irrigation.schemas.d.ts +12 -12
- package/dist/schemas/live-monitor.schemas.d.ts +2 -2
- package/dist/schemas/livestock-groups.schemas.d.ts +18 -18
- package/dist/schemas/livestock.schemas.d.ts +18 -18
- package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
- package/dist/schemas/pest-disease-risk.schemas.d.ts +32 -32
- package/dist/schemas/prescription-maps.schemas.d.ts +2 -2
- package/dist/schemas/seasonal-plans.schemas.d.ts +12 -12
- package/dist/schemas/soil-tests.schemas.d.ts +28 -28
- package/dist/schemas/team-payments.schemas.d.ts +24 -24
- package/dist/schemas/team.schemas.d.ts +18 -18
- package/dist/schemas/users.schemas.d.ts +15 -0
- package/dist/schemas/users.schemas.d.ts.map +1 -1
- package/dist/schemas/users.schemas.js +1 -0
- package/dist/schemas/weather.schemas.d.ts +28 -28
- package/dist/schemas/yield-prediction.schemas.d.ts +8 -8
- package/package.json +1 -1
|
@@ -63,15 +63,15 @@ export declare const agentWorkflowsRouter: {
|
|
|
63
63
|
tasksUpdated: z.ZodNumber;
|
|
64
64
|
skipped: z.ZodNumber;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
skipped: number;
|
|
67
|
-
sourceType: string;
|
|
68
66
|
tasksCreated: number;
|
|
69
67
|
tasksUpdated: number;
|
|
70
|
-
}, {
|
|
71
68
|
skipped: number;
|
|
72
69
|
sourceType: string;
|
|
70
|
+
}, {
|
|
73
71
|
tasksCreated: number;
|
|
74
72
|
tasksUpdated: number;
|
|
73
|
+
skipped: number;
|
|
74
|
+
sourceType: string;
|
|
75
75
|
}>;
|
|
76
76
|
results: z.ZodArray<z.ZodObject<{
|
|
77
77
|
recommendation: z.ZodObject<{
|
|
@@ -181,7 +181,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
181
181
|
riskLevel?: string | undefined;
|
|
182
182
|
};
|
|
183
183
|
reason: string;
|
|
184
|
-
outcome: "
|
|
184
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
185
185
|
taskId?: string | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
recommendation: {
|
|
@@ -207,16 +207,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
207
207
|
riskLevel?: string | undefined;
|
|
208
208
|
};
|
|
209
209
|
reason: string;
|
|
210
|
-
outcome: "
|
|
210
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
211
211
|
taskId?: string | undefined;
|
|
212
212
|
}>, "many">;
|
|
213
213
|
taskReview: z.ZodOptional<z.ZodAny>;
|
|
214
214
|
}, "strip", z.ZodTypeAny, {
|
|
215
215
|
summary: {
|
|
216
|
-
skipped: number;
|
|
217
|
-
sourceType: string;
|
|
218
216
|
tasksCreated: number;
|
|
219
217
|
tasksUpdated: number;
|
|
218
|
+
skipped: number;
|
|
219
|
+
sourceType: string;
|
|
220
220
|
};
|
|
221
221
|
results: {
|
|
222
222
|
recommendation: {
|
|
@@ -242,16 +242,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
242
242
|
riskLevel?: string | undefined;
|
|
243
243
|
};
|
|
244
244
|
reason: string;
|
|
245
|
-
outcome: "
|
|
245
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
246
246
|
taskId?: string | undefined;
|
|
247
247
|
}[];
|
|
248
248
|
taskReview?: any;
|
|
249
249
|
}, {
|
|
250
250
|
summary: {
|
|
251
|
-
skipped: number;
|
|
252
|
-
sourceType: string;
|
|
253
251
|
tasksCreated: number;
|
|
254
252
|
tasksUpdated: number;
|
|
253
|
+
skipped: number;
|
|
254
|
+
sourceType: string;
|
|
255
255
|
};
|
|
256
256
|
results: {
|
|
257
257
|
recommendation: {
|
|
@@ -277,7 +277,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
277
277
|
riskLevel?: string | undefined;
|
|
278
278
|
};
|
|
279
279
|
reason: string;
|
|
280
|
-
outcome: "
|
|
280
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
281
281
|
taskId?: string | undefined;
|
|
282
282
|
}[];
|
|
283
283
|
taskReview?: any;
|
|
@@ -299,10 +299,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
299
299
|
triggerId: string;
|
|
300
300
|
agentResults: {
|
|
301
301
|
summary: {
|
|
302
|
-
skipped: number;
|
|
303
|
-
sourceType: string;
|
|
304
302
|
tasksCreated: number;
|
|
305
303
|
tasksUpdated: number;
|
|
304
|
+
skipped: number;
|
|
305
|
+
sourceType: string;
|
|
306
306
|
};
|
|
307
307
|
results: {
|
|
308
308
|
recommendation: {
|
|
@@ -328,7 +328,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
328
328
|
riskLevel?: string | undefined;
|
|
329
329
|
};
|
|
330
330
|
reason: string;
|
|
331
|
-
outcome: "
|
|
331
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
332
332
|
taskId?: string | undefined;
|
|
333
333
|
}[];
|
|
334
334
|
taskReview?: any;
|
|
@@ -347,10 +347,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
347
347
|
triggerId: string;
|
|
348
348
|
agentResults: {
|
|
349
349
|
summary: {
|
|
350
|
-
skipped: number;
|
|
351
|
-
sourceType: string;
|
|
352
350
|
tasksCreated: number;
|
|
353
351
|
tasksUpdated: number;
|
|
352
|
+
skipped: number;
|
|
353
|
+
sourceType: string;
|
|
354
354
|
};
|
|
355
355
|
results: {
|
|
356
356
|
recommendation: {
|
|
@@ -376,7 +376,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
376
376
|
riskLevel?: string | undefined;
|
|
377
377
|
};
|
|
378
378
|
reason: string;
|
|
379
|
-
outcome: "
|
|
379
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
380
380
|
taskId?: string | undefined;
|
|
381
381
|
}[];
|
|
382
382
|
taskReview?: any;
|
|
@@ -402,10 +402,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
402
402
|
triggerId: string;
|
|
403
403
|
agentResults: {
|
|
404
404
|
summary: {
|
|
405
|
-
skipped: number;
|
|
406
|
-
sourceType: string;
|
|
407
405
|
tasksCreated: number;
|
|
408
406
|
tasksUpdated: number;
|
|
407
|
+
skipped: number;
|
|
408
|
+
sourceType: string;
|
|
409
409
|
};
|
|
410
410
|
results: {
|
|
411
411
|
recommendation: {
|
|
@@ -431,7 +431,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
431
431
|
riskLevel?: string | undefined;
|
|
432
432
|
};
|
|
433
433
|
reason: string;
|
|
434
|
-
outcome: "
|
|
434
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
435
435
|
taskId?: string | undefined;
|
|
436
436
|
}[];
|
|
437
437
|
taskReview?: any;
|
|
@@ -457,10 +457,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
457
457
|
triggerId: string;
|
|
458
458
|
agentResults: {
|
|
459
459
|
summary: {
|
|
460
|
-
skipped: number;
|
|
461
|
-
sourceType: string;
|
|
462
460
|
tasksCreated: number;
|
|
463
461
|
tasksUpdated: number;
|
|
462
|
+
skipped: number;
|
|
463
|
+
sourceType: string;
|
|
464
464
|
};
|
|
465
465
|
results: {
|
|
466
466
|
recommendation: {
|
|
@@ -486,7 +486,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
486
486
|
riskLevel?: string | undefined;
|
|
487
487
|
};
|
|
488
488
|
reason: string;
|
|
489
|
-
outcome: "
|
|
489
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
490
490
|
taskId?: string | undefined;
|
|
491
491
|
}[];
|
|
492
492
|
taskReview?: any;
|
|
@@ -538,10 +538,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
538
538
|
triggerId: string;
|
|
539
539
|
agentResults: {
|
|
540
540
|
summary: {
|
|
541
|
-
skipped: number;
|
|
542
|
-
sourceType: string;
|
|
543
541
|
tasksCreated: number;
|
|
544
542
|
tasksUpdated: number;
|
|
543
|
+
skipped: number;
|
|
544
|
+
sourceType: string;
|
|
545
545
|
};
|
|
546
546
|
results: {
|
|
547
547
|
recommendation: {
|
|
@@ -567,7 +567,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
567
567
|
riskLevel?: string | undefined;
|
|
568
568
|
};
|
|
569
569
|
reason: string;
|
|
570
|
-
outcome: "
|
|
570
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
571
571
|
taskId?: string | undefined;
|
|
572
572
|
}[];
|
|
573
573
|
taskReview?: any;
|
|
@@ -605,10 +605,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
605
605
|
triggerId: string;
|
|
606
606
|
agentResults: {
|
|
607
607
|
summary: {
|
|
608
|
-
skipped: number;
|
|
609
|
-
sourceType: string;
|
|
610
608
|
tasksCreated: number;
|
|
611
609
|
tasksUpdated: number;
|
|
610
|
+
skipped: number;
|
|
611
|
+
sourceType: string;
|
|
612
612
|
};
|
|
613
613
|
results: {
|
|
614
614
|
recommendation: {
|
|
@@ -634,7 +634,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
634
634
|
riskLevel?: string | undefined;
|
|
635
635
|
};
|
|
636
636
|
reason: string;
|
|
637
|
-
outcome: "
|
|
637
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
638
638
|
taskId?: string | undefined;
|
|
639
639
|
}[];
|
|
640
640
|
taskReview?: any;
|
|
@@ -715,15 +715,15 @@ export declare const agentWorkflowsRouter: {
|
|
|
715
715
|
tasksUpdated: z.ZodNumber;
|
|
716
716
|
skipped: z.ZodNumber;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
|
-
skipped: number;
|
|
719
|
-
sourceType: string;
|
|
720
718
|
tasksCreated: number;
|
|
721
719
|
tasksUpdated: number;
|
|
722
|
-
}, {
|
|
723
720
|
skipped: number;
|
|
724
721
|
sourceType: string;
|
|
722
|
+
}, {
|
|
725
723
|
tasksCreated: number;
|
|
726
724
|
tasksUpdated: number;
|
|
725
|
+
skipped: number;
|
|
726
|
+
sourceType: string;
|
|
727
727
|
}>;
|
|
728
728
|
results: z.ZodArray<z.ZodObject<{
|
|
729
729
|
recommendation: z.ZodObject<{
|
|
@@ -833,7 +833,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
833
833
|
riskLevel?: string | undefined;
|
|
834
834
|
};
|
|
835
835
|
reason: string;
|
|
836
|
-
outcome: "
|
|
836
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
837
837
|
taskId?: string | undefined;
|
|
838
838
|
}, {
|
|
839
839
|
recommendation: {
|
|
@@ -859,16 +859,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
859
859
|
riskLevel?: string | undefined;
|
|
860
860
|
};
|
|
861
861
|
reason: string;
|
|
862
|
-
outcome: "
|
|
862
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
863
863
|
taskId?: string | undefined;
|
|
864
864
|
}>, "many">;
|
|
865
865
|
taskReview: z.ZodOptional<z.ZodAny>;
|
|
866
866
|
}, "strip", z.ZodTypeAny, {
|
|
867
867
|
summary: {
|
|
868
|
-
skipped: number;
|
|
869
|
-
sourceType: string;
|
|
870
868
|
tasksCreated: number;
|
|
871
869
|
tasksUpdated: number;
|
|
870
|
+
skipped: number;
|
|
871
|
+
sourceType: string;
|
|
872
872
|
};
|
|
873
873
|
results: {
|
|
874
874
|
recommendation: {
|
|
@@ -894,16 +894,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
894
894
|
riskLevel?: string | undefined;
|
|
895
895
|
};
|
|
896
896
|
reason: string;
|
|
897
|
-
outcome: "
|
|
897
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
898
898
|
taskId?: string | undefined;
|
|
899
899
|
}[];
|
|
900
900
|
taskReview?: any;
|
|
901
901
|
}, {
|
|
902
902
|
summary: {
|
|
903
|
-
skipped: number;
|
|
904
|
-
sourceType: string;
|
|
905
903
|
tasksCreated: number;
|
|
906
904
|
tasksUpdated: number;
|
|
905
|
+
skipped: number;
|
|
906
|
+
sourceType: string;
|
|
907
907
|
};
|
|
908
908
|
results: {
|
|
909
909
|
recommendation: {
|
|
@@ -929,7 +929,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
929
929
|
riskLevel?: string | undefined;
|
|
930
930
|
};
|
|
931
931
|
reason: string;
|
|
932
|
-
outcome: "
|
|
932
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
933
933
|
taskId?: string | undefined;
|
|
934
934
|
}[];
|
|
935
935
|
taskReview?: any;
|
|
@@ -951,10 +951,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
951
951
|
triggerId: string;
|
|
952
952
|
agentResults: {
|
|
953
953
|
summary: {
|
|
954
|
-
skipped: number;
|
|
955
|
-
sourceType: string;
|
|
956
954
|
tasksCreated: number;
|
|
957
955
|
tasksUpdated: number;
|
|
956
|
+
skipped: number;
|
|
957
|
+
sourceType: string;
|
|
958
958
|
};
|
|
959
959
|
results: {
|
|
960
960
|
recommendation: {
|
|
@@ -980,7 +980,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
980
980
|
riskLevel?: string | undefined;
|
|
981
981
|
};
|
|
982
982
|
reason: string;
|
|
983
|
-
outcome: "
|
|
983
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
984
984
|
taskId?: string | undefined;
|
|
985
985
|
}[];
|
|
986
986
|
taskReview?: any;
|
|
@@ -999,10 +999,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
999
999
|
triggerId: string;
|
|
1000
1000
|
agentResults: {
|
|
1001
1001
|
summary: {
|
|
1002
|
-
skipped: number;
|
|
1003
|
-
sourceType: string;
|
|
1004
1002
|
tasksCreated: number;
|
|
1005
1003
|
tasksUpdated: number;
|
|
1004
|
+
skipped: number;
|
|
1005
|
+
sourceType: string;
|
|
1006
1006
|
};
|
|
1007
1007
|
results: {
|
|
1008
1008
|
recommendation: {
|
|
@@ -1028,7 +1028,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1028
1028
|
riskLevel?: string | undefined;
|
|
1029
1029
|
};
|
|
1030
1030
|
reason: string;
|
|
1031
|
-
outcome: "
|
|
1031
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1032
1032
|
taskId?: string | undefined;
|
|
1033
1033
|
}[];
|
|
1034
1034
|
taskReview?: any;
|
|
@@ -1054,10 +1054,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1054
1054
|
triggerId: string;
|
|
1055
1055
|
agentResults: {
|
|
1056
1056
|
summary: {
|
|
1057
|
-
skipped: number;
|
|
1058
|
-
sourceType: string;
|
|
1059
1057
|
tasksCreated: number;
|
|
1060
1058
|
tasksUpdated: number;
|
|
1059
|
+
skipped: number;
|
|
1060
|
+
sourceType: string;
|
|
1061
1061
|
};
|
|
1062
1062
|
results: {
|
|
1063
1063
|
recommendation: {
|
|
@@ -1083,7 +1083,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1083
1083
|
riskLevel?: string | undefined;
|
|
1084
1084
|
};
|
|
1085
1085
|
reason: string;
|
|
1086
|
-
outcome: "
|
|
1086
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1087
1087
|
taskId?: string | undefined;
|
|
1088
1088
|
}[];
|
|
1089
1089
|
taskReview?: any;
|
|
@@ -1109,10 +1109,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1109
1109
|
triggerId: string;
|
|
1110
1110
|
agentResults: {
|
|
1111
1111
|
summary: {
|
|
1112
|
-
skipped: number;
|
|
1113
|
-
sourceType: string;
|
|
1114
1112
|
tasksCreated: number;
|
|
1115
1113
|
tasksUpdated: number;
|
|
1114
|
+
skipped: number;
|
|
1115
|
+
sourceType: string;
|
|
1116
1116
|
};
|
|
1117
1117
|
results: {
|
|
1118
1118
|
recommendation: {
|
|
@@ -1138,7 +1138,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1138
1138
|
riskLevel?: string | undefined;
|
|
1139
1139
|
};
|
|
1140
1140
|
reason: string;
|
|
1141
|
-
outcome: "
|
|
1141
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1142
1142
|
taskId?: string | undefined;
|
|
1143
1143
|
}[];
|
|
1144
1144
|
taskReview?: any;
|
|
@@ -1190,10 +1190,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1190
1190
|
triggerId: string;
|
|
1191
1191
|
agentResults: {
|
|
1192
1192
|
summary: {
|
|
1193
|
-
skipped: number;
|
|
1194
|
-
sourceType: string;
|
|
1195
1193
|
tasksCreated: number;
|
|
1196
1194
|
tasksUpdated: number;
|
|
1195
|
+
skipped: number;
|
|
1196
|
+
sourceType: string;
|
|
1197
1197
|
};
|
|
1198
1198
|
results: {
|
|
1199
1199
|
recommendation: {
|
|
@@ -1219,7 +1219,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1219
1219
|
riskLevel?: string | undefined;
|
|
1220
1220
|
};
|
|
1221
1221
|
reason: string;
|
|
1222
|
-
outcome: "
|
|
1222
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1223
1223
|
taskId?: string | undefined;
|
|
1224
1224
|
}[];
|
|
1225
1225
|
taskReview?: any;
|
|
@@ -1257,10 +1257,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1257
1257
|
triggerId: string;
|
|
1258
1258
|
agentResults: {
|
|
1259
1259
|
summary: {
|
|
1260
|
-
skipped: number;
|
|
1261
|
-
sourceType: string;
|
|
1262
1260
|
tasksCreated: number;
|
|
1263
1261
|
tasksUpdated: number;
|
|
1262
|
+
skipped: number;
|
|
1263
|
+
sourceType: string;
|
|
1264
1264
|
};
|
|
1265
1265
|
results: {
|
|
1266
1266
|
recommendation: {
|
|
@@ -1286,7 +1286,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1286
1286
|
riskLevel?: string | undefined;
|
|
1287
1287
|
};
|
|
1288
1288
|
reason: string;
|
|
1289
|
-
outcome: "
|
|
1289
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1290
1290
|
taskId?: string | undefined;
|
|
1291
1291
|
}[];
|
|
1292
1292
|
taskReview?: any;
|
|
@@ -1381,15 +1381,15 @@ export declare const agentWorkflowsRouter: {
|
|
|
1381
1381
|
tasksUpdated: z.ZodNumber;
|
|
1382
1382
|
skipped: z.ZodNumber;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
skipped: number;
|
|
1385
|
-
sourceType: string;
|
|
1386
1384
|
tasksCreated: number;
|
|
1387
1385
|
tasksUpdated: number;
|
|
1388
|
-
}, {
|
|
1389
1386
|
skipped: number;
|
|
1390
1387
|
sourceType: string;
|
|
1388
|
+
}, {
|
|
1391
1389
|
tasksCreated: number;
|
|
1392
1390
|
tasksUpdated: number;
|
|
1391
|
+
skipped: number;
|
|
1392
|
+
sourceType: string;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
results: z.ZodArray<z.ZodObject<{
|
|
1395
1395
|
recommendation: z.ZodObject<{
|
|
@@ -1499,7 +1499,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1499
1499
|
riskLevel?: string | undefined;
|
|
1500
1500
|
};
|
|
1501
1501
|
reason: string;
|
|
1502
|
-
outcome: "
|
|
1502
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1503
1503
|
taskId?: string | undefined;
|
|
1504
1504
|
}, {
|
|
1505
1505
|
recommendation: {
|
|
@@ -1525,16 +1525,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
1525
1525
|
riskLevel?: string | undefined;
|
|
1526
1526
|
};
|
|
1527
1527
|
reason: string;
|
|
1528
|
-
outcome: "
|
|
1528
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1529
1529
|
taskId?: string | undefined;
|
|
1530
1530
|
}>, "many">;
|
|
1531
1531
|
taskReview: z.ZodOptional<z.ZodAny>;
|
|
1532
1532
|
}, "strip", z.ZodTypeAny, {
|
|
1533
1533
|
summary: {
|
|
1534
|
-
skipped: number;
|
|
1535
|
-
sourceType: string;
|
|
1536
1534
|
tasksCreated: number;
|
|
1537
1535
|
tasksUpdated: number;
|
|
1536
|
+
skipped: number;
|
|
1537
|
+
sourceType: string;
|
|
1538
1538
|
};
|
|
1539
1539
|
results: {
|
|
1540
1540
|
recommendation: {
|
|
@@ -1560,16 +1560,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
1560
1560
|
riskLevel?: string | undefined;
|
|
1561
1561
|
};
|
|
1562
1562
|
reason: string;
|
|
1563
|
-
outcome: "
|
|
1563
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1564
1564
|
taskId?: string | undefined;
|
|
1565
1565
|
}[];
|
|
1566
1566
|
taskReview?: any;
|
|
1567
1567
|
}, {
|
|
1568
1568
|
summary: {
|
|
1569
|
-
skipped: number;
|
|
1570
|
-
sourceType: string;
|
|
1571
1569
|
tasksCreated: number;
|
|
1572
1570
|
tasksUpdated: number;
|
|
1571
|
+
skipped: number;
|
|
1572
|
+
sourceType: string;
|
|
1573
1573
|
};
|
|
1574
1574
|
results: {
|
|
1575
1575
|
recommendation: {
|
|
@@ -1595,7 +1595,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1595
1595
|
riskLevel?: string | undefined;
|
|
1596
1596
|
};
|
|
1597
1597
|
reason: string;
|
|
1598
|
-
outcome: "
|
|
1598
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1599
1599
|
taskId?: string | undefined;
|
|
1600
1600
|
}[];
|
|
1601
1601
|
taskReview?: any;
|
|
@@ -1617,10 +1617,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1617
1617
|
triggerId: string;
|
|
1618
1618
|
agentResults: {
|
|
1619
1619
|
summary: {
|
|
1620
|
-
skipped: number;
|
|
1621
|
-
sourceType: string;
|
|
1622
1620
|
tasksCreated: number;
|
|
1623
1621
|
tasksUpdated: number;
|
|
1622
|
+
skipped: number;
|
|
1623
|
+
sourceType: string;
|
|
1624
1624
|
};
|
|
1625
1625
|
results: {
|
|
1626
1626
|
recommendation: {
|
|
@@ -1646,7 +1646,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1646
1646
|
riskLevel?: string | undefined;
|
|
1647
1647
|
};
|
|
1648
1648
|
reason: string;
|
|
1649
|
-
outcome: "
|
|
1649
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1650
1650
|
taskId?: string | undefined;
|
|
1651
1651
|
}[];
|
|
1652
1652
|
taskReview?: any;
|
|
@@ -1665,10 +1665,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1665
1665
|
triggerId: string;
|
|
1666
1666
|
agentResults: {
|
|
1667
1667
|
summary: {
|
|
1668
|
-
skipped: number;
|
|
1669
|
-
sourceType: string;
|
|
1670
1668
|
tasksCreated: number;
|
|
1671
1669
|
tasksUpdated: number;
|
|
1670
|
+
skipped: number;
|
|
1671
|
+
sourceType: string;
|
|
1672
1672
|
};
|
|
1673
1673
|
results: {
|
|
1674
1674
|
recommendation: {
|
|
@@ -1694,7 +1694,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1694
1694
|
riskLevel?: string | undefined;
|
|
1695
1695
|
};
|
|
1696
1696
|
reason: string;
|
|
1697
|
-
outcome: "
|
|
1697
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1698
1698
|
taskId?: string | undefined;
|
|
1699
1699
|
}[];
|
|
1700
1700
|
taskReview?: any;
|
|
@@ -1720,10 +1720,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1720
1720
|
triggerId: string;
|
|
1721
1721
|
agentResults: {
|
|
1722
1722
|
summary: {
|
|
1723
|
-
skipped: number;
|
|
1724
|
-
sourceType: string;
|
|
1725
1723
|
tasksCreated: number;
|
|
1726
1724
|
tasksUpdated: number;
|
|
1725
|
+
skipped: number;
|
|
1726
|
+
sourceType: string;
|
|
1727
1727
|
};
|
|
1728
1728
|
results: {
|
|
1729
1729
|
recommendation: {
|
|
@@ -1749,7 +1749,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1749
1749
|
riskLevel?: string | undefined;
|
|
1750
1750
|
};
|
|
1751
1751
|
reason: string;
|
|
1752
|
-
outcome: "
|
|
1752
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1753
1753
|
taskId?: string | undefined;
|
|
1754
1754
|
}[];
|
|
1755
1755
|
taskReview?: any;
|
|
@@ -1775,10 +1775,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1775
1775
|
triggerId: string;
|
|
1776
1776
|
agentResults: {
|
|
1777
1777
|
summary: {
|
|
1778
|
-
skipped: number;
|
|
1779
|
-
sourceType: string;
|
|
1780
1778
|
tasksCreated: number;
|
|
1781
1779
|
tasksUpdated: number;
|
|
1780
|
+
skipped: number;
|
|
1781
|
+
sourceType: string;
|
|
1782
1782
|
};
|
|
1783
1783
|
results: {
|
|
1784
1784
|
recommendation: {
|
|
@@ -1804,7 +1804,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1804
1804
|
riskLevel?: string | undefined;
|
|
1805
1805
|
};
|
|
1806
1806
|
reason: string;
|
|
1807
|
-
outcome: "
|
|
1807
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1808
1808
|
taskId?: string | undefined;
|
|
1809
1809
|
}[];
|
|
1810
1810
|
taskReview?: any;
|
|
@@ -1856,10 +1856,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1856
1856
|
triggerId: string;
|
|
1857
1857
|
agentResults: {
|
|
1858
1858
|
summary: {
|
|
1859
|
-
skipped: number;
|
|
1860
|
-
sourceType: string;
|
|
1861
1859
|
tasksCreated: number;
|
|
1862
1860
|
tasksUpdated: number;
|
|
1861
|
+
skipped: number;
|
|
1862
|
+
sourceType: string;
|
|
1863
1863
|
};
|
|
1864
1864
|
results: {
|
|
1865
1865
|
recommendation: {
|
|
@@ -1885,7 +1885,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1885
1885
|
riskLevel?: string | undefined;
|
|
1886
1886
|
};
|
|
1887
1887
|
reason: string;
|
|
1888
|
-
outcome: "
|
|
1888
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1889
1889
|
taskId?: string | undefined;
|
|
1890
1890
|
}[];
|
|
1891
1891
|
taskReview?: any;
|
|
@@ -1923,10 +1923,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
1923
1923
|
triggerId: string;
|
|
1924
1924
|
agentResults: {
|
|
1925
1925
|
summary: {
|
|
1926
|
-
skipped: number;
|
|
1927
|
-
sourceType: string;
|
|
1928
1926
|
tasksCreated: number;
|
|
1929
1927
|
tasksUpdated: number;
|
|
1928
|
+
skipped: number;
|
|
1929
|
+
sourceType: string;
|
|
1930
1930
|
};
|
|
1931
1931
|
results: {
|
|
1932
1932
|
recommendation: {
|
|
@@ -1952,7 +1952,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
1952
1952
|
riskLevel?: string | undefined;
|
|
1953
1953
|
};
|
|
1954
1954
|
reason: string;
|
|
1955
|
-
outcome: "
|
|
1955
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
1956
1956
|
taskId?: string | undefined;
|
|
1957
1957
|
}[];
|
|
1958
1958
|
taskReview?: any;
|
|
@@ -2047,15 +2047,15 @@ export declare const agentWorkflowsRouter: {
|
|
|
2047
2047
|
tasksUpdated: z.ZodNumber;
|
|
2048
2048
|
skipped: z.ZodNumber;
|
|
2049
2049
|
}, "strip", z.ZodTypeAny, {
|
|
2050
|
-
skipped: number;
|
|
2051
|
-
sourceType: string;
|
|
2052
2050
|
tasksCreated: number;
|
|
2053
2051
|
tasksUpdated: number;
|
|
2054
|
-
}, {
|
|
2055
2052
|
skipped: number;
|
|
2056
2053
|
sourceType: string;
|
|
2054
|
+
}, {
|
|
2057
2055
|
tasksCreated: number;
|
|
2058
2056
|
tasksUpdated: number;
|
|
2057
|
+
skipped: number;
|
|
2058
|
+
sourceType: string;
|
|
2059
2059
|
}>;
|
|
2060
2060
|
results: z.ZodArray<z.ZodObject<{
|
|
2061
2061
|
recommendation: z.ZodObject<{
|
|
@@ -2165,7 +2165,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2165
2165
|
riskLevel?: string | undefined;
|
|
2166
2166
|
};
|
|
2167
2167
|
reason: string;
|
|
2168
|
-
outcome: "
|
|
2168
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2169
2169
|
taskId?: string | undefined;
|
|
2170
2170
|
}, {
|
|
2171
2171
|
recommendation: {
|
|
@@ -2191,16 +2191,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
2191
2191
|
riskLevel?: string | undefined;
|
|
2192
2192
|
};
|
|
2193
2193
|
reason: string;
|
|
2194
|
-
outcome: "
|
|
2194
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2195
2195
|
taskId?: string | undefined;
|
|
2196
2196
|
}>, "many">;
|
|
2197
2197
|
taskReview: z.ZodOptional<z.ZodAny>;
|
|
2198
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2199
2199
|
summary: {
|
|
2200
|
-
skipped: number;
|
|
2201
|
-
sourceType: string;
|
|
2202
2200
|
tasksCreated: number;
|
|
2203
2201
|
tasksUpdated: number;
|
|
2202
|
+
skipped: number;
|
|
2203
|
+
sourceType: string;
|
|
2204
2204
|
};
|
|
2205
2205
|
results: {
|
|
2206
2206
|
recommendation: {
|
|
@@ -2226,16 +2226,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
2226
2226
|
riskLevel?: string | undefined;
|
|
2227
2227
|
};
|
|
2228
2228
|
reason: string;
|
|
2229
|
-
outcome: "
|
|
2229
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2230
2230
|
taskId?: string | undefined;
|
|
2231
2231
|
}[];
|
|
2232
2232
|
taskReview?: any;
|
|
2233
2233
|
}, {
|
|
2234
2234
|
summary: {
|
|
2235
|
-
skipped: number;
|
|
2236
|
-
sourceType: string;
|
|
2237
2235
|
tasksCreated: number;
|
|
2238
2236
|
tasksUpdated: number;
|
|
2237
|
+
skipped: number;
|
|
2238
|
+
sourceType: string;
|
|
2239
2239
|
};
|
|
2240
2240
|
results: {
|
|
2241
2241
|
recommendation: {
|
|
@@ -2261,7 +2261,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2261
2261
|
riskLevel?: string | undefined;
|
|
2262
2262
|
};
|
|
2263
2263
|
reason: string;
|
|
2264
|
-
outcome: "
|
|
2264
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2265
2265
|
taskId?: string | undefined;
|
|
2266
2266
|
}[];
|
|
2267
2267
|
taskReview?: any;
|
|
@@ -2283,10 +2283,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2283
2283
|
triggerId: string;
|
|
2284
2284
|
agentResults: {
|
|
2285
2285
|
summary: {
|
|
2286
|
-
skipped: number;
|
|
2287
|
-
sourceType: string;
|
|
2288
2286
|
tasksCreated: number;
|
|
2289
2287
|
tasksUpdated: number;
|
|
2288
|
+
skipped: number;
|
|
2289
|
+
sourceType: string;
|
|
2290
2290
|
};
|
|
2291
2291
|
results: {
|
|
2292
2292
|
recommendation: {
|
|
@@ -2312,7 +2312,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2312
2312
|
riskLevel?: string | undefined;
|
|
2313
2313
|
};
|
|
2314
2314
|
reason: string;
|
|
2315
|
-
outcome: "
|
|
2315
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2316
2316
|
taskId?: string | undefined;
|
|
2317
2317
|
}[];
|
|
2318
2318
|
taskReview?: any;
|
|
@@ -2331,10 +2331,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2331
2331
|
triggerId: string;
|
|
2332
2332
|
agentResults: {
|
|
2333
2333
|
summary: {
|
|
2334
|
-
skipped: number;
|
|
2335
|
-
sourceType: string;
|
|
2336
2334
|
tasksCreated: number;
|
|
2337
2335
|
tasksUpdated: number;
|
|
2336
|
+
skipped: number;
|
|
2337
|
+
sourceType: string;
|
|
2338
2338
|
};
|
|
2339
2339
|
results: {
|
|
2340
2340
|
recommendation: {
|
|
@@ -2360,7 +2360,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2360
2360
|
riskLevel?: string | undefined;
|
|
2361
2361
|
};
|
|
2362
2362
|
reason: string;
|
|
2363
|
-
outcome: "
|
|
2363
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2364
2364
|
taskId?: string | undefined;
|
|
2365
2365
|
}[];
|
|
2366
2366
|
taskReview?: any;
|
|
@@ -2386,10 +2386,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2386
2386
|
triggerId: string;
|
|
2387
2387
|
agentResults: {
|
|
2388
2388
|
summary: {
|
|
2389
|
-
skipped: number;
|
|
2390
|
-
sourceType: string;
|
|
2391
2389
|
tasksCreated: number;
|
|
2392
2390
|
tasksUpdated: number;
|
|
2391
|
+
skipped: number;
|
|
2392
|
+
sourceType: string;
|
|
2393
2393
|
};
|
|
2394
2394
|
results: {
|
|
2395
2395
|
recommendation: {
|
|
@@ -2415,7 +2415,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2415
2415
|
riskLevel?: string | undefined;
|
|
2416
2416
|
};
|
|
2417
2417
|
reason: string;
|
|
2418
|
-
outcome: "
|
|
2418
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2419
2419
|
taskId?: string | undefined;
|
|
2420
2420
|
}[];
|
|
2421
2421
|
taskReview?: any;
|
|
@@ -2441,10 +2441,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2441
2441
|
triggerId: string;
|
|
2442
2442
|
agentResults: {
|
|
2443
2443
|
summary: {
|
|
2444
|
-
skipped: number;
|
|
2445
|
-
sourceType: string;
|
|
2446
2444
|
tasksCreated: number;
|
|
2447
2445
|
tasksUpdated: number;
|
|
2446
|
+
skipped: number;
|
|
2447
|
+
sourceType: string;
|
|
2448
2448
|
};
|
|
2449
2449
|
results: {
|
|
2450
2450
|
recommendation: {
|
|
@@ -2470,7 +2470,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2470
2470
|
riskLevel?: string | undefined;
|
|
2471
2471
|
};
|
|
2472
2472
|
reason: string;
|
|
2473
|
-
outcome: "
|
|
2473
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2474
2474
|
taskId?: string | undefined;
|
|
2475
2475
|
}[];
|
|
2476
2476
|
taskReview?: any;
|
|
@@ -2522,10 +2522,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2522
2522
|
triggerId: string;
|
|
2523
2523
|
agentResults: {
|
|
2524
2524
|
summary: {
|
|
2525
|
-
skipped: number;
|
|
2526
|
-
sourceType: string;
|
|
2527
2525
|
tasksCreated: number;
|
|
2528
2526
|
tasksUpdated: number;
|
|
2527
|
+
skipped: number;
|
|
2528
|
+
sourceType: string;
|
|
2529
2529
|
};
|
|
2530
2530
|
results: {
|
|
2531
2531
|
recommendation: {
|
|
@@ -2551,7 +2551,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2551
2551
|
riskLevel?: string | undefined;
|
|
2552
2552
|
};
|
|
2553
2553
|
reason: string;
|
|
2554
|
-
outcome: "
|
|
2554
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2555
2555
|
taskId?: string | undefined;
|
|
2556
2556
|
}[];
|
|
2557
2557
|
taskReview?: any;
|
|
@@ -2589,10 +2589,10 @@ export declare const agentWorkflowsRouter: {
|
|
|
2589
2589
|
triggerId: string;
|
|
2590
2590
|
agentResults: {
|
|
2591
2591
|
summary: {
|
|
2592
|
-
skipped: number;
|
|
2593
|
-
sourceType: string;
|
|
2594
2592
|
tasksCreated: number;
|
|
2595
2593
|
tasksUpdated: number;
|
|
2594
|
+
skipped: number;
|
|
2595
|
+
sourceType: string;
|
|
2596
2596
|
};
|
|
2597
2597
|
results: {
|
|
2598
2598
|
recommendation: {
|
|
@@ -2618,7 +2618,7 @@ export declare const agentWorkflowsRouter: {
|
|
|
2618
2618
|
riskLevel?: string | undefined;
|
|
2619
2619
|
};
|
|
2620
2620
|
reason: string;
|
|
2621
|
-
outcome: "
|
|
2621
|
+
outcome: "skipped" | "error" | "created" | "updated";
|
|
2622
2622
|
taskId?: string | undefined;
|
|
2623
2623
|
}[];
|
|
2624
2624
|
taskReview?: any;
|
|
@@ -2703,18 +2703,18 @@ export declare const agentWorkflowsRouter: {
|
|
|
2703
2703
|
tasksUpdated: z.ZodNumber;
|
|
2704
2704
|
skipped: z.ZodNumber;
|
|
2705
2705
|
}, "strip", z.ZodTypeAny, {
|
|
2706
|
-
skipped: number;
|
|
2707
2706
|
tasksCreated: number;
|
|
2708
2707
|
tasksUpdated: number;
|
|
2709
|
-
|
|
2708
|
+
skipped: number;
|
|
2710
2709
|
successRate: number;
|
|
2710
|
+
totalWorkflows: number;
|
|
2711
2711
|
avgProcessingTime: number;
|
|
2712
2712
|
}, {
|
|
2713
|
-
skipped: number;
|
|
2714
2713
|
tasksCreated: number;
|
|
2715
2714
|
tasksUpdated: number;
|
|
2716
|
-
|
|
2715
|
+
skipped: number;
|
|
2717
2716
|
successRate: number;
|
|
2717
|
+
totalWorkflows: number;
|
|
2718
2718
|
avgProcessingTime: number;
|
|
2719
2719
|
}>;
|
|
2720
2720
|
bySource: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -2725,16 +2725,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
2725
2725
|
skipRate: z.ZodNumber;
|
|
2726
2726
|
avgConfidence: z.ZodOptional<z.ZodNumber>;
|
|
2727
2727
|
}, "strip", z.ZodTypeAny, {
|
|
2728
|
-
skipped: number;
|
|
2729
2728
|
tasksCreated: number;
|
|
2730
2729
|
tasksUpdated: number;
|
|
2730
|
+
skipped: number;
|
|
2731
2731
|
workflows: number;
|
|
2732
2732
|
skipRate: number;
|
|
2733
2733
|
avgConfidence?: number | undefined;
|
|
2734
2734
|
}, {
|
|
2735
|
-
skipped: number;
|
|
2736
2735
|
tasksCreated: number;
|
|
2737
2736
|
tasksUpdated: number;
|
|
2737
|
+
skipped: number;
|
|
2738
2738
|
workflows: number;
|
|
2739
2739
|
skipRate: number;
|
|
2740
2740
|
avgConfidence?: number | undefined;
|
|
@@ -2746,16 +2746,16 @@ export declare const agentWorkflowsRouter: {
|
|
|
2746
2746
|
crossSourceMatches: z.ZodNumber;
|
|
2747
2747
|
avgSimilarityScore: z.ZodNumber;
|
|
2748
2748
|
}, "strip", z.ZodTypeAny, {
|
|
2749
|
+
crossSourceMatches: number;
|
|
2749
2750
|
exactMatches: number;
|
|
2750
2751
|
semanticMatches: number;
|
|
2751
2752
|
categoryMatches: number;
|
|
2752
|
-
crossSourceMatches: number;
|
|
2753
2753
|
avgSimilarityScore: number;
|
|
2754
2754
|
}, {
|
|
2755
|
+
crossSourceMatches: number;
|
|
2755
2756
|
exactMatches: number;
|
|
2756
2757
|
semanticMatches: number;
|
|
2757
2758
|
categoryMatches: number;
|
|
2758
|
-
crossSourceMatches: number;
|
|
2759
2759
|
avgSimilarityScore: number;
|
|
2760
2760
|
}>;
|
|
2761
2761
|
outcomes: z.ZodObject<{
|
|
@@ -2776,26 +2776,26 @@ export declare const agentWorkflowsRouter: {
|
|
|
2776
2776
|
}>;
|
|
2777
2777
|
}, "strip", z.ZodTypeAny, {
|
|
2778
2778
|
overall: {
|
|
2779
|
-
skipped: number;
|
|
2780
2779
|
tasksCreated: number;
|
|
2781
2780
|
tasksUpdated: number;
|
|
2782
|
-
|
|
2781
|
+
skipped: number;
|
|
2783
2782
|
successRate: number;
|
|
2783
|
+
totalWorkflows: number;
|
|
2784
2784
|
avgProcessingTime: number;
|
|
2785
2785
|
};
|
|
2786
2786
|
bySource: Record<string, {
|
|
2787
|
-
skipped: number;
|
|
2788
2787
|
tasksCreated: number;
|
|
2789
2788
|
tasksUpdated: number;
|
|
2789
|
+
skipped: number;
|
|
2790
2790
|
workflows: number;
|
|
2791
2791
|
skipRate: number;
|
|
2792
2792
|
avgConfidence?: number | undefined;
|
|
2793
2793
|
}>;
|
|
2794
2794
|
deduplication: {
|
|
2795
|
+
crossSourceMatches: number;
|
|
2795
2796
|
exactMatches: number;
|
|
2796
2797
|
semanticMatches: number;
|
|
2797
2798
|
categoryMatches: number;
|
|
2798
|
-
crossSourceMatches: number;
|
|
2799
2799
|
avgSimilarityScore: number;
|
|
2800
2800
|
};
|
|
2801
2801
|
outcomes: {
|
|
@@ -2806,26 +2806,26 @@ export declare const agentWorkflowsRouter: {
|
|
|
2806
2806
|
};
|
|
2807
2807
|
}, {
|
|
2808
2808
|
overall: {
|
|
2809
|
-
skipped: number;
|
|
2810
2809
|
tasksCreated: number;
|
|
2811
2810
|
tasksUpdated: number;
|
|
2812
|
-
|
|
2811
|
+
skipped: number;
|
|
2813
2812
|
successRate: number;
|
|
2813
|
+
totalWorkflows: number;
|
|
2814
2814
|
avgProcessingTime: number;
|
|
2815
2815
|
};
|
|
2816
2816
|
bySource: Record<string, {
|
|
2817
|
-
skipped: number;
|
|
2818
2817
|
tasksCreated: number;
|
|
2819
2818
|
tasksUpdated: number;
|
|
2819
|
+
skipped: number;
|
|
2820
2820
|
workflows: number;
|
|
2821
2821
|
skipRate: number;
|
|
2822
2822
|
avgConfidence?: number | undefined;
|
|
2823
2823
|
}>;
|
|
2824
2824
|
deduplication: {
|
|
2825
|
+
crossSourceMatches: number;
|
|
2825
2826
|
exactMatches: number;
|
|
2826
2827
|
semanticMatches: number;
|
|
2827
2828
|
categoryMatches: number;
|
|
2828
|
-
crossSourceMatches: number;
|
|
2829
2829
|
avgSimilarityScore: number;
|
|
2830
2830
|
};
|
|
2831
2831
|
outcomes: {
|
|
@@ -2838,26 +2838,26 @@ export declare const agentWorkflowsRouter: {
|
|
|
2838
2838
|
}, "strip", z.ZodTypeAny, {
|
|
2839
2839
|
data: {
|
|
2840
2840
|
overall: {
|
|
2841
|
-
skipped: number;
|
|
2842
2841
|
tasksCreated: number;
|
|
2843
2842
|
tasksUpdated: number;
|
|
2844
|
-
|
|
2843
|
+
skipped: number;
|
|
2845
2844
|
successRate: number;
|
|
2845
|
+
totalWorkflows: number;
|
|
2846
2846
|
avgProcessingTime: number;
|
|
2847
2847
|
};
|
|
2848
2848
|
bySource: Record<string, {
|
|
2849
|
-
skipped: number;
|
|
2850
2849
|
tasksCreated: number;
|
|
2851
2850
|
tasksUpdated: number;
|
|
2851
|
+
skipped: number;
|
|
2852
2852
|
workflows: number;
|
|
2853
2853
|
skipRate: number;
|
|
2854
2854
|
avgConfidence?: number | undefined;
|
|
2855
2855
|
}>;
|
|
2856
2856
|
deduplication: {
|
|
2857
|
+
crossSourceMatches: number;
|
|
2857
2858
|
exactMatches: number;
|
|
2858
2859
|
semanticMatches: number;
|
|
2859
2860
|
categoryMatches: number;
|
|
2860
|
-
crossSourceMatches: number;
|
|
2861
2861
|
avgSimilarityScore: number;
|
|
2862
2862
|
};
|
|
2863
2863
|
outcomes: {
|
|
@@ -2870,26 +2870,26 @@ export declare const agentWorkflowsRouter: {
|
|
|
2870
2870
|
}, {
|
|
2871
2871
|
data: {
|
|
2872
2872
|
overall: {
|
|
2873
|
-
skipped: number;
|
|
2874
2873
|
tasksCreated: number;
|
|
2875
2874
|
tasksUpdated: number;
|
|
2876
|
-
|
|
2875
|
+
skipped: number;
|
|
2877
2876
|
successRate: number;
|
|
2877
|
+
totalWorkflows: number;
|
|
2878
2878
|
avgProcessingTime: number;
|
|
2879
2879
|
};
|
|
2880
2880
|
bySource: Record<string, {
|
|
2881
|
-
skipped: number;
|
|
2882
2881
|
tasksCreated: number;
|
|
2883
2882
|
tasksUpdated: number;
|
|
2883
|
+
skipped: number;
|
|
2884
2884
|
workflows: number;
|
|
2885
2885
|
skipRate: number;
|
|
2886
2886
|
avgConfidence?: number | undefined;
|
|
2887
2887
|
}>;
|
|
2888
2888
|
deduplication: {
|
|
2889
|
+
crossSourceMatches: number;
|
|
2889
2890
|
exactMatches: number;
|
|
2890
2891
|
semanticMatches: number;
|
|
2891
2892
|
categoryMatches: number;
|
|
2892
|
-
crossSourceMatches: number;
|
|
2893
2893
|
avgSimilarityScore: number;
|
|
2894
2894
|
};
|
|
2895
2895
|
outcomes: {
|