@cat-factory/contracts 0.34.0 → 0.36.0
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/api-keys.d.ts +17 -0
- package/dist/api-keys.d.ts.map +1 -1
- package/dist/api-keys.js +2 -0
- package/dist/api-keys.js.map +1 -1
- package/dist/github.d.ts +14 -0
- package/dist/github.d.ts.map +1 -1
- package/dist/github.js +13 -0
- package/dist/github.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/observability.d.ts +63 -0
- package/dist/observability.d.ts.map +1 -1
- package/dist/observability.js +57 -0
- package/dist/observability.js.map +1 -1
- package/dist/requests.d.ts +7 -0
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +2 -0
- package/dist/requests.js.map +1 -1
- package/dist/routes/_shared.d.ts +58 -0
- package/dist/routes/_shared.d.ts.map +1 -0
- package/dist/routes/_shared.js +46 -0
- package/dist/routes/_shared.js.map +1 -0
- package/dist/routes/accounts.d.ts +775 -0
- package/dist/routes/accounts.d.ts.map +1 -0
- package/dist/routes/accounts.js +145 -0
- package/dist/routes/accounts.js.map +1 -0
- package/dist/routes/agent-runs.d.ts +659 -0
- package/dist/routes/agent-runs.d.ts.map +1 -0
- package/dist/routes/agent-runs.js +33 -0
- package/dist/routes/agent-runs.js.map +1 -0
- package/dist/routes/api-keys.d.ts +244 -0
- package/dist/routes/api-keys.d.ts.map +1 -0
- package/dist/routes/api-keys.js +48 -0
- package/dist/routes/api-keys.js.map +1 -0
- package/dist/routes/auth.d.ts +411 -0
- package/dist/routes/auth.d.ts.map +1 -0
- package/dist/routes/auth.js +129 -0
- package/dist/routes/auth.js.map +1 -0
- package/dist/routes/board.d.ts +1259 -0
- package/dist/routes/board.d.ts.map +1 -0
- package/dist/routes/board.js +84 -0
- package/dist/routes/board.js.map +1 -0
- package/dist/routes/bootstrap.d.ts +395 -0
- package/dist/routes/bootstrap.d.ts.map +1 -0
- package/dist/routes/bootstrap.js +56 -0
- package/dist/routes/bootstrap.js.map +1 -0
- package/dist/routes/brainstorm.d.ts +482 -0
- package/dist/routes/brainstorm.d.ts.map +1 -0
- package/dist/routes/brainstorm.js +69 -0
- package/dist/routes/brainstorm.js.map +1 -0
- package/dist/routes/clarity.d.ts +462 -0
- package/dist/routes/clarity.d.ts.map +1 -0
- package/dist/routes/clarity.js +67 -0
- package/dist/routes/clarity.js.map +1 -0
- package/dist/routes/consensus.d.ts +71 -0
- package/dist/routes/consensus.d.ts.map +1 -0
- package/dist/routes/consensus.js +23 -0
- package/dist/routes/consensus.js.map +1 -0
- package/dist/routes/documents.d.ts +449 -0
- package/dist/routes/documents.d.ts.map +1 -0
- package/dist/routes/documents.js +89 -0
- package/dist/routes/documents.js.map +1 -0
- package/dist/routes/environments.d.ts +715 -0
- package/dist/routes/environments.d.ts.map +1 -0
- package/dist/routes/environments.js +82 -0
- package/dist/routes/environments.js.map +1 -0
- package/dist/routes/execution.d.ts +2768 -0
- package/dist/routes/execution.d.ts.map +1 -0
- package/dist/routes/execution.js +119 -0
- package/dist/routes/execution.js.map +1 -0
- package/dist/routes/followUp.d.ts +277 -0
- package/dist/routes/followUp.d.ts.map +1 -0
- package/dist/routes/followUp.js +47 -0
- package/dist/routes/followUp.js.map +1 -0
- package/dist/routes/fragment-library.d.ts +594 -0
- package/dist/routes/fragment-library.d.ts.map +1 -0
- package/dist/routes/fragment-library.js +102 -0
- package/dist/routes/fragment-library.js.map +1 -0
- package/dist/routes/github.d.ts +807 -0
- package/dist/routes/github.d.ts.map +1 -0
- package/dist/routes/github.js +157 -0
- package/dist/routes/github.js.map +1 -0
- package/dist/routes/human-review.d.ts +289 -0
- package/dist/routes/human-review.d.ts.map +1 -0
- package/dist/routes/human-review.js +19 -0
- package/dist/routes/human-review.js.map +1 -0
- package/dist/routes/human-test.d.ts +1434 -0
- package/dist/routes/human-test.d.ts.map +1 -0
- package/dist/routes/human-test.js +47 -0
- package/dist/routes/human-test.js.map +1 -0
- package/dist/routes/incident-enrichment.d.ts +110 -0
- package/dist/routes/incident-enrichment.d.ts.map +1 -0
- package/dist/routes/incident-enrichment.js +26 -0
- package/dist/routes/incident-enrichment.js.map +1 -0
- package/dist/routes/index.d.ts +47 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +50 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/kaizen.d.ts +112 -0
- package/dist/routes/kaizen.d.ts.map +1 -0
- package/dist/routes/kaizen.js +21 -0
- package/dist/routes/kaizen.js.map +1 -0
- package/dist/routes/localModels.d.ts +163 -0
- package/dist/routes/localModels.d.ts.map +1 -0
- package/dist/routes/localModels.js +41 -0
- package/dist/routes/localModels.js.map +1 -0
- package/dist/routes/localSettings.d.ts +93 -0
- package/dist/routes/localSettings.d.ts.map +1 -0
- package/dist/routes/localSettings.js +22 -0
- package/dist/routes/localSettings.js.map +1 -0
- package/dist/routes/merge.d.ts +197 -0
- package/dist/routes/merge.d.ts.map +1 -0
- package/dist/routes/merge.js +36 -0
- package/dist/routes/merge.js.map +1 -0
- package/dist/routes/model-presets.d.ts +162 -0
- package/dist/routes/model-presets.d.ts.map +1 -0
- package/dist/routes/model-presets.js +36 -0
- package/dist/routes/model-presets.js.map +1 -0
- package/dist/routes/models.d.ts +122 -0
- package/dist/routes/models.d.ts.map +1 -0
- package/dist/routes/models.js +24 -0
- package/dist/routes/models.js.map +1 -0
- package/dist/routes/notifications.d.ts +213 -0
- package/dist/routes/notifications.d.ts.map +1 -0
- package/dist/routes/notifications.js +31 -0
- package/dist/routes/notifications.js.map +1 -0
- package/dist/routes/openrouter.d.ts +144 -0
- package/dist/routes/openrouter.d.ts.map +1 -0
- package/dist/routes/openrouter.js +31 -0
- package/dist/routes/openrouter.js.map +1 -0
- package/dist/routes/personal-subscriptions.d.ts +124 -0
- package/dist/routes/personal-subscriptions.d.ts.map +1 -0
- package/dist/routes/personal-subscriptions.js +32 -0
- package/dist/routes/personal-subscriptions.js.map +1 -0
- package/dist/routes/pipelines.d.ts +457 -0
- package/dist/routes/pipelines.d.ts.map +1 -0
- package/dist/routes/pipelines.js +51 -0
- package/dist/routes/pipelines.js.map +1 -0
- package/dist/routes/prompt-fragments.d.ts +52 -0
- package/dist/routes/prompt-fragments.d.ts.map +1 -0
- package/dist/routes/prompt-fragments.js +14 -0
- package/dist/routes/prompt-fragments.js.map +1 -0
- package/dist/routes/provisioning-logs.d.ts +45 -0
- package/dist/routes/provisioning-logs.d.ts.map +1 -0
- package/dist/routes/provisioning-logs.js +14 -0
- package/dist/routes/provisioning-logs.js.map +1 -0
- package/dist/routes/recurring.d.ts +309 -0
- package/dist/routes/recurring.d.ts.map +1 -0
- package/dist/routes/recurring.js +50 -0
- package/dist/routes/recurring.js.map +1 -0
- package/dist/routes/release.d.ts +218 -0
- package/dist/routes/release.d.ts.map +1 -0
- package/dist/routes/release.js +47 -0
- package/dist/routes/release.js.map +1 -0
- package/dist/routes/requirements.d.ts +901 -0
- package/dist/routes/requirements.d.ts.map +1 -0
- package/dist/routes/requirements.js +96 -0
- package/dist/routes/requirements.js.map +1 -0
- package/dist/routes/runners.d.ts +442 -0
- package/dist/routes/runners.d.ts.map +1 -0
- package/dist/routes/runners.js +47 -0
- package/dist/routes/runners.js.map +1 -0
- package/dist/routes/sandbox.d.ts +898 -0
- package/dist/routes/sandbox.d.ts.map +1 -0
- package/dist/routes/sandbox.js +119 -0
- package/dist/routes/sandbox.js.map +1 -0
- package/dist/routes/service-fragment-defaults.d.ts +66 -0
- package/dist/routes/service-fragment-defaults.d.ts.map +1 -0
- package/dist/routes/service-fragment-defaults.js +20 -0
- package/dist/routes/service-fragment-defaults.js.map +1 -0
- package/dist/routes/services.d.ts +224 -0
- package/dist/routes/services.d.ts.map +1 -0
- package/dist/routes/services.js +44 -0
- package/dist/routes/services.js.map +1 -0
- package/dist/routes/slack.d.ts +332 -0
- package/dist/routes/slack.d.ts.map +1 -0
- package/dist/routes/slack.js +72 -0
- package/dist/routes/slack.js.map +1 -0
- package/dist/routes/spec.d.ts +75 -0
- package/dist/routes/spec.d.ts.map +1 -0
- package/dist/routes/spec.js +16 -0
- package/dist/routes/spec.js.map +1 -0
- package/dist/routes/tasks.d.ts +723 -0
- package/dist/routes/tasks.d.ts.map +1 -0
- package/dist/routes/tasks.js +108 -0
- package/dist/routes/tasks.js.map +1 -0
- package/dist/routes/tracker.d.ts +77 -0
- package/dist/routes/tracker.d.ts.map +1 -0
- package/dist/routes/tracker.js +20 -0
- package/dist/routes/tracker.js.map +1 -0
- package/dist/routes/user-secret.d.ts +231 -0
- package/dist/routes/user-secret.d.ts.map +1 -0
- package/dist/routes/user-secret.js +49 -0
- package/dist/routes/user-secret.js.map +1 -0
- package/dist/routes/vendor-credentials.d.ts +120 -0
- package/dist/routes/vendor-credentials.d.ts.map +1 -0
- package/dist/routes/vendor-credentials.js +33 -0
- package/dist/routes/vendor-credentials.js.map +1 -0
- package/dist/routes/workspace-settings.d.ts +93 -0
- package/dist/routes/workspace-settings.d.ts.map +1 -0
- package/dist/routes/workspace-settings.js +20 -0
- package/dist/routes/workspace-settings.js.map +1 -0
- package/dist/routes/workspaces.d.ts +1309 -0
- package/dist/routes/workspaces.d.ts.map +1 -0
- package/dist/routes/workspaces.js +45 -0
- package/dist/routes/workspaces.js.map +1 -0
- package/package.json +3 -1
|
@@ -0,0 +1,1434 @@
|
|
|
1
|
+
import { ContractNoBody } from '@toad-contracts/valibot';
|
|
2
|
+
export declare const confirmHumanTestContract: {
|
|
3
|
+
readonly method: "post";
|
|
4
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
5
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
6
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
7
|
+
readonly pathResolver: ({ blockId }: {
|
|
8
|
+
blockId: string;
|
|
9
|
+
}) => string;
|
|
10
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
11
|
+
readonly responsesByStatusCode: {
|
|
12
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
13
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
14
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
15
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
16
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
17
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
18
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
19
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
20
|
+
}, undefined>, undefined>, undefined>;
|
|
21
|
+
}, undefined>;
|
|
22
|
+
}, undefined>;
|
|
23
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
24
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
25
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
26
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
27
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
28
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
29
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
30
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
31
|
+
}, undefined>, undefined>, undefined>;
|
|
32
|
+
}, undefined>;
|
|
33
|
+
}, undefined>;
|
|
34
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
35
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
36
|
+
readonly blockId: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly pipelineId: import("valibot").StringSchema<undefined>;
|
|
38
|
+
readonly pipelineName: import("valibot").StringSchema<undefined>;
|
|
39
|
+
readonly steps: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
40
|
+
readonly runId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
41
|
+
readonly agentKind: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
42
|
+
readonly state: import("valibot").PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
43
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
44
|
+
readonly metrics: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
45
|
+
readonly calls: import("valibot").NumberSchema<undefined>;
|
|
46
|
+
readonly promptTokens: import("valibot").NumberSchema<undefined>;
|
|
47
|
+
readonly completionTokens: import("valibot").NumberSchema<undefined>;
|
|
48
|
+
readonly peakCompletionTokens: import("valibot").NumberSchema<undefined>;
|
|
49
|
+
readonly maxOutputTokens: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
50
|
+
readonly truncatedCalls: import("valibot").NumberSchema<undefined>;
|
|
51
|
+
readonly upstreamMs: import("valibot").NumberSchema<undefined>;
|
|
52
|
+
readonly overheadMs: import("valibot").NumberSchema<undefined>;
|
|
53
|
+
readonly errors: import("valibot").NumberSchema<undefined>;
|
|
54
|
+
readonly warnings: import("valibot").NumberSchema<undefined>;
|
|
55
|
+
}, undefined>, undefined>, undefined>;
|
|
56
|
+
readonly gate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
57
|
+
readonly phase: import("valibot").PicklistSchema<["checking", "working"], undefined>;
|
|
58
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
59
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
60
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
61
|
+
readonly lastVerdict: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
62
|
+
readonly lastFailureSummary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
63
|
+
readonly failingChecks: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
64
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
65
|
+
readonly conclusion: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
67
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
68
|
+
readonly watchSince: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
69
|
+
readonly watchWindowMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
70
|
+
readonly regressedSignals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
71
|
+
readonly kind: import("valibot").PicklistSchema<["monitor", "slo"], undefined>;
|
|
72
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
73
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
74
|
+
readonly state: import("valibot").PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
75
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
76
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
77
|
+
readonly attemptLog: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
78
|
+
readonly attempt: import("valibot").NumberSchema<undefined>;
|
|
79
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
80
|
+
readonly outcome: import("valibot").PicklistSchema<["completed", "failed"], undefined>;
|
|
81
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
82
|
+
readonly summary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
83
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
84
|
+
readonly lastApprovals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
85
|
+
readonly requiredApprovingReviewCount: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
86
|
+
readonly pendingThreadIds: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
87
|
+
readonly lastAddressedCommentAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
88
|
+
readonly humanReviewGraceMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
89
|
+
readonly pendingFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
90
|
+
readonly instructions: import("valibot").StringSchema<undefined>;
|
|
91
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
92
|
+
}, undefined>, undefined>, undefined>;
|
|
93
|
+
}, undefined>, undefined>, undefined>;
|
|
94
|
+
readonly test: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
95
|
+
readonly phase: import("valibot").PicklistSchema<["testing", "fixing"], undefined>;
|
|
96
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
97
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
98
|
+
readonly lastReport: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
99
|
+
readonly greenlight: import("valibot").BooleanSchema<undefined>;
|
|
100
|
+
readonly summary: import("valibot").StringSchema<undefined>;
|
|
101
|
+
readonly tested: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
102
|
+
readonly outcomes: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
103
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
104
|
+
readonly status: import("valibot").PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
105
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
106
|
+
}, undefined>, undefined>;
|
|
107
|
+
readonly concerns: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
108
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
109
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
110
|
+
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
111
|
+
}, undefined>, undefined>;
|
|
112
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
113
|
+
}, undefined>, undefined>, undefined>;
|
|
114
|
+
}, undefined>, undefined>, undefined>;
|
|
115
|
+
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
116
|
+
readonly phase: import("valibot").PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
117
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
118
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
119
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
120
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
121
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
122
|
+
}, undefined>, undefined>, undefined>;
|
|
123
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
124
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
125
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
126
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
127
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
128
|
+
readonly kind: import("valibot").PicklistSchema<["fix", "pull-main"], undefined>;
|
|
129
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
130
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
131
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
132
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
133
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
134
|
+
}, undefined>, undefined>, undefined>;
|
|
135
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
136
|
+
readonly type: import("valibot").PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
137
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
138
|
+
}, undefined>, undefined>, undefined>;
|
|
139
|
+
}, undefined>, undefined>, undefined>;
|
|
140
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
141
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
142
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
143
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
144
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
145
|
+
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
146
|
+
}, undefined>, undefined>, undefined>;
|
|
147
|
+
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
148
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
149
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
150
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
151
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
152
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
153
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
154
|
+
}, undefined>, undefined>, undefined>;
|
|
155
|
+
}, undefined>, undefined>;
|
|
156
|
+
readonly startingContainer: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
157
|
+
readonly decision: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
158
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
159
|
+
readonly question: import("valibot").StringSchema<undefined>;
|
|
160
|
+
readonly options: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
161
|
+
readonly chosen: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
162
|
+
}, undefined>, undefined>;
|
|
163
|
+
readonly requiresApproval: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
164
|
+
readonly approval: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
165
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
166
|
+
readonly status: import("valibot").PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
167
|
+
readonly proposal: import("valibot").StringSchema<undefined>;
|
|
168
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
169
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
170
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
171
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
172
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
173
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
174
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
175
|
+
}, undefined>, undefined>, undefined>;
|
|
176
|
+
}, undefined>, undefined>, undefined>;
|
|
177
|
+
readonly companion: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
178
|
+
readonly threshold: import("valibot").NumberSchema<undefined>;
|
|
179
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
180
|
+
readonly attempts: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
181
|
+
readonly verdicts: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
182
|
+
readonly rating: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
183
|
+
readonly threshold: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
184
|
+
readonly passed: import("valibot").BooleanSchema<undefined>;
|
|
185
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
186
|
+
}, undefined>, undefined>;
|
|
187
|
+
readonly exceeded: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
188
|
+
}, undefined>, undefined>, undefined>;
|
|
189
|
+
readonly followUps: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
190
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
191
|
+
readonly items: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
192
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
193
|
+
readonly kind: import("valibot").PicklistSchema<["follow_up", "question"], undefined>;
|
|
194
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
195
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
196
|
+
readonly suggestedAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
197
|
+
readonly status: import("valibot").PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
198
|
+
readonly answer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
199
|
+
readonly sentToCoder: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
200
|
+
readonly ticketExternalId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
201
|
+
readonly ticketUrl: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
202
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
203
|
+
readonly updatedAt: import("valibot").NumberSchema<undefined>;
|
|
204
|
+
}, undefined>, undefined>;
|
|
205
|
+
readonly loops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
206
|
+
readonly maxLoops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 3>;
|
|
207
|
+
}, undefined>, undefined>, undefined>;
|
|
208
|
+
readonly rework: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
209
|
+
readonly previousProposal: import("valibot").StringSchema<undefined>;
|
|
210
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
211
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
212
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
213
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
214
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
215
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
216
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
217
|
+
}, undefined>, undefined>, undefined>;
|
|
218
|
+
}, undefined>, undefined>, undefined>;
|
|
219
|
+
readonly pendingIncorporation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
220
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
221
|
+
}, undefined>, undefined>, undefined>;
|
|
222
|
+
readonly pendingRecommendation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
223
|
+
readonly itemIds: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
224
|
+
readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
225
|
+
}, undefined>, undefined>, undefined>;
|
|
226
|
+
readonly consensus: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
227
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
228
|
+
readonly strategy: import("valibot").PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
229
|
+
readonly participants: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
230
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
231
|
+
readonly role: import("valibot").StringSchema<undefined>;
|
|
232
|
+
readonly systemFraming: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
233
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
234
|
+
}, undefined>, undefined>;
|
|
235
|
+
readonly synthesizerModelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
236
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
237
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
238
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
239
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
240
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
241
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
242
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
243
|
+
}, undefined>, undefined>;
|
|
244
|
+
}, undefined>, undefined>, undefined>;
|
|
245
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
246
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
247
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
248
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
249
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
250
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
251
|
+
}, undefined>, undefined>, undefined>;
|
|
252
|
+
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
253
|
+
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
254
|
+
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
255
|
+
readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
256
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
257
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
258
|
+
readonly selectedFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
259
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
260
|
+
readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
261
|
+
readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
262
|
+
readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
263
|
+
readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
264
|
+
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
265
|
+
}, undefined>, undefined>;
|
|
266
|
+
readonly currentStep: import("valibot").NumberSchema<undefined>;
|
|
267
|
+
readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
268
|
+
readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
269
|
+
readonly kind: import("valibot").PicklistSchema<["preflight", "dispatch", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
270
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
271
|
+
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
272
|
+
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
273
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
274
|
+
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
275
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
276
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
277
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
278
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
279
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
280
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
281
|
+
}, undefined>, undefined>, undefined>;
|
|
282
|
+
}, undefined>, undefined>;
|
|
283
|
+
}, undefined>, undefined>, undefined>;
|
|
284
|
+
readonly initiatedBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
285
|
+
}, undefined>;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
export declare const requestHumanTestFixContract: {
|
|
289
|
+
readonly method: "post";
|
|
290
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
291
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
292
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
293
|
+
readonly pathResolver: ({ blockId }: {
|
|
294
|
+
blockId: string;
|
|
295
|
+
}) => string;
|
|
296
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
297
|
+
readonly findings: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
298
|
+
}, undefined>;
|
|
299
|
+
readonly responsesByStatusCode: {
|
|
300
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
301
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
302
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
303
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
304
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
305
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
306
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
307
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
308
|
+
}, undefined>, undefined>, undefined>;
|
|
309
|
+
}, undefined>;
|
|
310
|
+
}, undefined>;
|
|
311
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
312
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
313
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
314
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
315
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
316
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
317
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
318
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
319
|
+
}, undefined>, undefined>, undefined>;
|
|
320
|
+
}, undefined>;
|
|
321
|
+
}, undefined>;
|
|
322
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
323
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
324
|
+
readonly blockId: import("valibot").StringSchema<undefined>;
|
|
325
|
+
readonly pipelineId: import("valibot").StringSchema<undefined>;
|
|
326
|
+
readonly pipelineName: import("valibot").StringSchema<undefined>;
|
|
327
|
+
readonly steps: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
328
|
+
readonly runId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
329
|
+
readonly agentKind: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
330
|
+
readonly state: import("valibot").PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
331
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
332
|
+
readonly metrics: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
333
|
+
readonly calls: import("valibot").NumberSchema<undefined>;
|
|
334
|
+
readonly promptTokens: import("valibot").NumberSchema<undefined>;
|
|
335
|
+
readonly completionTokens: import("valibot").NumberSchema<undefined>;
|
|
336
|
+
readonly peakCompletionTokens: import("valibot").NumberSchema<undefined>;
|
|
337
|
+
readonly maxOutputTokens: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
338
|
+
readonly truncatedCalls: import("valibot").NumberSchema<undefined>;
|
|
339
|
+
readonly upstreamMs: import("valibot").NumberSchema<undefined>;
|
|
340
|
+
readonly overheadMs: import("valibot").NumberSchema<undefined>;
|
|
341
|
+
readonly errors: import("valibot").NumberSchema<undefined>;
|
|
342
|
+
readonly warnings: import("valibot").NumberSchema<undefined>;
|
|
343
|
+
}, undefined>, undefined>, undefined>;
|
|
344
|
+
readonly gate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
345
|
+
readonly phase: import("valibot").PicklistSchema<["checking", "working"], undefined>;
|
|
346
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
347
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
348
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
349
|
+
readonly lastVerdict: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
350
|
+
readonly lastFailureSummary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
351
|
+
readonly failingChecks: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
352
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
353
|
+
readonly conclusion: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
354
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
355
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
356
|
+
readonly watchSince: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
357
|
+
readonly watchWindowMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
358
|
+
readonly regressedSignals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
359
|
+
readonly kind: import("valibot").PicklistSchema<["monitor", "slo"], undefined>;
|
|
360
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
361
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
362
|
+
readonly state: import("valibot").PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
363
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
364
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
365
|
+
readonly attemptLog: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
366
|
+
readonly attempt: import("valibot").NumberSchema<undefined>;
|
|
367
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
368
|
+
readonly outcome: import("valibot").PicklistSchema<["completed", "failed"], undefined>;
|
|
369
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
370
|
+
readonly summary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
371
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
372
|
+
readonly lastApprovals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
373
|
+
readonly requiredApprovingReviewCount: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
374
|
+
readonly pendingThreadIds: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
375
|
+
readonly lastAddressedCommentAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
376
|
+
readonly humanReviewGraceMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
377
|
+
readonly pendingFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
378
|
+
readonly instructions: import("valibot").StringSchema<undefined>;
|
|
379
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
380
|
+
}, undefined>, undefined>, undefined>;
|
|
381
|
+
}, undefined>, undefined>, undefined>;
|
|
382
|
+
readonly test: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
383
|
+
readonly phase: import("valibot").PicklistSchema<["testing", "fixing"], undefined>;
|
|
384
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
385
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
386
|
+
readonly lastReport: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
387
|
+
readonly greenlight: import("valibot").BooleanSchema<undefined>;
|
|
388
|
+
readonly summary: import("valibot").StringSchema<undefined>;
|
|
389
|
+
readonly tested: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
390
|
+
readonly outcomes: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
391
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
392
|
+
readonly status: import("valibot").PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
393
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
394
|
+
}, undefined>, undefined>;
|
|
395
|
+
readonly concerns: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
396
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
397
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
398
|
+
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
399
|
+
}, undefined>, undefined>;
|
|
400
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
401
|
+
}, undefined>, undefined>, undefined>;
|
|
402
|
+
}, undefined>, undefined>, undefined>;
|
|
403
|
+
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
404
|
+
readonly phase: import("valibot").PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
405
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
406
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
407
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
408
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
409
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
410
|
+
}, undefined>, undefined>, undefined>;
|
|
411
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
412
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
413
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
414
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
415
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
416
|
+
readonly kind: import("valibot").PicklistSchema<["fix", "pull-main"], undefined>;
|
|
417
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
418
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
419
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
420
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
421
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
422
|
+
}, undefined>, undefined>, undefined>;
|
|
423
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
424
|
+
readonly type: import("valibot").PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
425
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
426
|
+
}, undefined>, undefined>, undefined>;
|
|
427
|
+
}, undefined>, undefined>, undefined>;
|
|
428
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
429
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
430
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
431
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
432
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
433
|
+
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
434
|
+
}, undefined>, undefined>, undefined>;
|
|
435
|
+
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
436
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
437
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
438
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
439
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
440
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
441
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
442
|
+
}, undefined>, undefined>, undefined>;
|
|
443
|
+
}, undefined>, undefined>;
|
|
444
|
+
readonly startingContainer: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
445
|
+
readonly decision: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
446
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
447
|
+
readonly question: import("valibot").StringSchema<undefined>;
|
|
448
|
+
readonly options: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
449
|
+
readonly chosen: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
450
|
+
}, undefined>, undefined>;
|
|
451
|
+
readonly requiresApproval: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
452
|
+
readonly approval: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
453
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
454
|
+
readonly status: import("valibot").PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
455
|
+
readonly proposal: import("valibot").StringSchema<undefined>;
|
|
456
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
457
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
458
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
459
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
460
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
461
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
462
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
463
|
+
}, undefined>, undefined>, undefined>;
|
|
464
|
+
}, undefined>, undefined>, undefined>;
|
|
465
|
+
readonly companion: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
466
|
+
readonly threshold: import("valibot").NumberSchema<undefined>;
|
|
467
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
468
|
+
readonly attempts: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
469
|
+
readonly verdicts: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
470
|
+
readonly rating: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
471
|
+
readonly threshold: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
472
|
+
readonly passed: import("valibot").BooleanSchema<undefined>;
|
|
473
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
474
|
+
}, undefined>, undefined>;
|
|
475
|
+
readonly exceeded: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
476
|
+
}, undefined>, undefined>, undefined>;
|
|
477
|
+
readonly followUps: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
478
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
479
|
+
readonly items: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
480
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
481
|
+
readonly kind: import("valibot").PicklistSchema<["follow_up", "question"], undefined>;
|
|
482
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
483
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
484
|
+
readonly suggestedAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
485
|
+
readonly status: import("valibot").PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
486
|
+
readonly answer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
487
|
+
readonly sentToCoder: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
488
|
+
readonly ticketExternalId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
489
|
+
readonly ticketUrl: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
490
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
491
|
+
readonly updatedAt: import("valibot").NumberSchema<undefined>;
|
|
492
|
+
}, undefined>, undefined>;
|
|
493
|
+
readonly loops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
494
|
+
readonly maxLoops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 3>;
|
|
495
|
+
}, undefined>, undefined>, undefined>;
|
|
496
|
+
readonly rework: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
497
|
+
readonly previousProposal: import("valibot").StringSchema<undefined>;
|
|
498
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
499
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
500
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
501
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
502
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
503
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
504
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
505
|
+
}, undefined>, undefined>, undefined>;
|
|
506
|
+
}, undefined>, undefined>, undefined>;
|
|
507
|
+
readonly pendingIncorporation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
508
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
509
|
+
}, undefined>, undefined>, undefined>;
|
|
510
|
+
readonly pendingRecommendation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
511
|
+
readonly itemIds: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
512
|
+
readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
513
|
+
}, undefined>, undefined>, undefined>;
|
|
514
|
+
readonly consensus: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
515
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
516
|
+
readonly strategy: import("valibot").PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
517
|
+
readonly participants: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
518
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
519
|
+
readonly role: import("valibot").StringSchema<undefined>;
|
|
520
|
+
readonly systemFraming: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
521
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
522
|
+
}, undefined>, undefined>;
|
|
523
|
+
readonly synthesizerModelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
524
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
525
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
526
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
527
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
528
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
529
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
530
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
531
|
+
}, undefined>, undefined>;
|
|
532
|
+
}, undefined>, undefined>, undefined>;
|
|
533
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
534
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
535
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
536
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
537
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
538
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
539
|
+
}, undefined>, undefined>, undefined>;
|
|
540
|
+
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
541
|
+
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
542
|
+
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
543
|
+
readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
544
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
545
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
546
|
+
readonly selectedFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
547
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
548
|
+
readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
549
|
+
readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
550
|
+
readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
551
|
+
readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
552
|
+
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
553
|
+
}, undefined>, undefined>;
|
|
554
|
+
readonly currentStep: import("valibot").NumberSchema<undefined>;
|
|
555
|
+
readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
556
|
+
readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
557
|
+
readonly kind: import("valibot").PicklistSchema<["preflight", "dispatch", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
558
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
559
|
+
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
560
|
+
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
561
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
562
|
+
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
563
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
564
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
565
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
566
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
567
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
568
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
569
|
+
}, undefined>, undefined>, undefined>;
|
|
570
|
+
}, undefined>, undefined>;
|
|
571
|
+
}, undefined>, undefined>, undefined>;
|
|
572
|
+
readonly initiatedBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
573
|
+
}, undefined>;
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
export declare const pullMainHumanTestContract: {
|
|
577
|
+
readonly method: "post";
|
|
578
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
579
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
580
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
581
|
+
readonly pathResolver: ({ blockId }: {
|
|
582
|
+
blockId: string;
|
|
583
|
+
}) => string;
|
|
584
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
585
|
+
readonly responsesByStatusCode: {
|
|
586
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
587
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
588
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
589
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
590
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
591
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
592
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
593
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
594
|
+
}, undefined>, undefined>, undefined>;
|
|
595
|
+
}, undefined>;
|
|
596
|
+
}, undefined>;
|
|
597
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
598
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
599
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
600
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
601
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
602
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
603
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
604
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
605
|
+
}, undefined>, undefined>, undefined>;
|
|
606
|
+
}, undefined>;
|
|
607
|
+
}, undefined>;
|
|
608
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
609
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
610
|
+
readonly blockId: import("valibot").StringSchema<undefined>;
|
|
611
|
+
readonly pipelineId: import("valibot").StringSchema<undefined>;
|
|
612
|
+
readonly pipelineName: import("valibot").StringSchema<undefined>;
|
|
613
|
+
readonly steps: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
614
|
+
readonly runId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
615
|
+
readonly agentKind: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
616
|
+
readonly state: import("valibot").PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
617
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
618
|
+
readonly metrics: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
619
|
+
readonly calls: import("valibot").NumberSchema<undefined>;
|
|
620
|
+
readonly promptTokens: import("valibot").NumberSchema<undefined>;
|
|
621
|
+
readonly completionTokens: import("valibot").NumberSchema<undefined>;
|
|
622
|
+
readonly peakCompletionTokens: import("valibot").NumberSchema<undefined>;
|
|
623
|
+
readonly maxOutputTokens: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
624
|
+
readonly truncatedCalls: import("valibot").NumberSchema<undefined>;
|
|
625
|
+
readonly upstreamMs: import("valibot").NumberSchema<undefined>;
|
|
626
|
+
readonly overheadMs: import("valibot").NumberSchema<undefined>;
|
|
627
|
+
readonly errors: import("valibot").NumberSchema<undefined>;
|
|
628
|
+
readonly warnings: import("valibot").NumberSchema<undefined>;
|
|
629
|
+
}, undefined>, undefined>, undefined>;
|
|
630
|
+
readonly gate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
631
|
+
readonly phase: import("valibot").PicklistSchema<["checking", "working"], undefined>;
|
|
632
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
633
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
634
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
635
|
+
readonly lastVerdict: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
636
|
+
readonly lastFailureSummary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
637
|
+
readonly failingChecks: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
638
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
639
|
+
readonly conclusion: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
640
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
641
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
642
|
+
readonly watchSince: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
643
|
+
readonly watchWindowMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
644
|
+
readonly regressedSignals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
645
|
+
readonly kind: import("valibot").PicklistSchema<["monitor", "slo"], undefined>;
|
|
646
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
647
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
648
|
+
readonly state: import("valibot").PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
649
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
650
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
651
|
+
readonly attemptLog: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
652
|
+
readonly attempt: import("valibot").NumberSchema<undefined>;
|
|
653
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
654
|
+
readonly outcome: import("valibot").PicklistSchema<["completed", "failed"], undefined>;
|
|
655
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
656
|
+
readonly summary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
657
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
658
|
+
readonly lastApprovals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
659
|
+
readonly requiredApprovingReviewCount: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
660
|
+
readonly pendingThreadIds: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
661
|
+
readonly lastAddressedCommentAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
662
|
+
readonly humanReviewGraceMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
663
|
+
readonly pendingFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
664
|
+
readonly instructions: import("valibot").StringSchema<undefined>;
|
|
665
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
666
|
+
}, undefined>, undefined>, undefined>;
|
|
667
|
+
}, undefined>, undefined>, undefined>;
|
|
668
|
+
readonly test: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
669
|
+
readonly phase: import("valibot").PicklistSchema<["testing", "fixing"], undefined>;
|
|
670
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
671
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
672
|
+
readonly lastReport: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
673
|
+
readonly greenlight: import("valibot").BooleanSchema<undefined>;
|
|
674
|
+
readonly summary: import("valibot").StringSchema<undefined>;
|
|
675
|
+
readonly tested: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
676
|
+
readonly outcomes: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
677
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
678
|
+
readonly status: import("valibot").PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
679
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
680
|
+
}, undefined>, undefined>;
|
|
681
|
+
readonly concerns: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
682
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
683
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
684
|
+
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
685
|
+
}, undefined>, undefined>;
|
|
686
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
687
|
+
}, undefined>, undefined>, undefined>;
|
|
688
|
+
}, undefined>, undefined>, undefined>;
|
|
689
|
+
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
690
|
+
readonly phase: import("valibot").PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
691
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
692
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
693
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
694
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
695
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
696
|
+
}, undefined>, undefined>, undefined>;
|
|
697
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
698
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
699
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
700
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
701
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
702
|
+
readonly kind: import("valibot").PicklistSchema<["fix", "pull-main"], undefined>;
|
|
703
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
704
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
705
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
706
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
707
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
708
|
+
}, undefined>, undefined>, undefined>;
|
|
709
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
710
|
+
readonly type: import("valibot").PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
711
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
712
|
+
}, undefined>, undefined>, undefined>;
|
|
713
|
+
}, undefined>, undefined>, undefined>;
|
|
714
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
715
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
716
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
717
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
718
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
719
|
+
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
720
|
+
}, undefined>, undefined>, undefined>;
|
|
721
|
+
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
722
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
723
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
724
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
725
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
726
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
727
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
728
|
+
}, undefined>, undefined>, undefined>;
|
|
729
|
+
}, undefined>, undefined>;
|
|
730
|
+
readonly startingContainer: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
731
|
+
readonly decision: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
732
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
733
|
+
readonly question: import("valibot").StringSchema<undefined>;
|
|
734
|
+
readonly options: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
735
|
+
readonly chosen: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
736
|
+
}, undefined>, undefined>;
|
|
737
|
+
readonly requiresApproval: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
738
|
+
readonly approval: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
739
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
740
|
+
readonly status: import("valibot").PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
741
|
+
readonly proposal: import("valibot").StringSchema<undefined>;
|
|
742
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
743
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
744
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
745
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
746
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
747
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
748
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
749
|
+
}, undefined>, undefined>, undefined>;
|
|
750
|
+
}, undefined>, undefined>, undefined>;
|
|
751
|
+
readonly companion: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
752
|
+
readonly threshold: import("valibot").NumberSchema<undefined>;
|
|
753
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
754
|
+
readonly attempts: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
755
|
+
readonly verdicts: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
756
|
+
readonly rating: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
757
|
+
readonly threshold: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
758
|
+
readonly passed: import("valibot").BooleanSchema<undefined>;
|
|
759
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
760
|
+
}, undefined>, undefined>;
|
|
761
|
+
readonly exceeded: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
762
|
+
}, undefined>, undefined>, undefined>;
|
|
763
|
+
readonly followUps: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
764
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
765
|
+
readonly items: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
766
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
767
|
+
readonly kind: import("valibot").PicklistSchema<["follow_up", "question"], undefined>;
|
|
768
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
769
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
770
|
+
readonly suggestedAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
771
|
+
readonly status: import("valibot").PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
772
|
+
readonly answer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
773
|
+
readonly sentToCoder: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
774
|
+
readonly ticketExternalId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
775
|
+
readonly ticketUrl: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
776
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
777
|
+
readonly updatedAt: import("valibot").NumberSchema<undefined>;
|
|
778
|
+
}, undefined>, undefined>;
|
|
779
|
+
readonly loops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
780
|
+
readonly maxLoops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 3>;
|
|
781
|
+
}, undefined>, undefined>, undefined>;
|
|
782
|
+
readonly rework: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
783
|
+
readonly previousProposal: import("valibot").StringSchema<undefined>;
|
|
784
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
785
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
786
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
787
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
788
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
789
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
790
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
791
|
+
}, undefined>, undefined>, undefined>;
|
|
792
|
+
}, undefined>, undefined>, undefined>;
|
|
793
|
+
readonly pendingIncorporation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
794
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
795
|
+
}, undefined>, undefined>, undefined>;
|
|
796
|
+
readonly pendingRecommendation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
797
|
+
readonly itemIds: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
798
|
+
readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
799
|
+
}, undefined>, undefined>, undefined>;
|
|
800
|
+
readonly consensus: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
801
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
802
|
+
readonly strategy: import("valibot").PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
803
|
+
readonly participants: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
804
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
805
|
+
readonly role: import("valibot").StringSchema<undefined>;
|
|
806
|
+
readonly systemFraming: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
807
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
808
|
+
}, undefined>, undefined>;
|
|
809
|
+
readonly synthesizerModelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
810
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
811
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
812
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
813
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
814
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
815
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
816
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
817
|
+
}, undefined>, undefined>;
|
|
818
|
+
}, undefined>, undefined>, undefined>;
|
|
819
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
820
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
821
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
822
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
823
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
824
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
825
|
+
}, undefined>, undefined>, undefined>;
|
|
826
|
+
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
827
|
+
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
828
|
+
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
829
|
+
readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
830
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
831
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
832
|
+
readonly selectedFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
833
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
834
|
+
readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
835
|
+
readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
836
|
+
readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
837
|
+
readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
838
|
+
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
839
|
+
}, undefined>, undefined>;
|
|
840
|
+
readonly currentStep: import("valibot").NumberSchema<undefined>;
|
|
841
|
+
readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
842
|
+
readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
843
|
+
readonly kind: import("valibot").PicklistSchema<["preflight", "dispatch", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
844
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
845
|
+
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
846
|
+
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
847
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
848
|
+
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
849
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
850
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
851
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
852
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
853
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
854
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
855
|
+
}, undefined>, undefined>, undefined>;
|
|
856
|
+
}, undefined>, undefined>;
|
|
857
|
+
}, undefined>, undefined>, undefined>;
|
|
858
|
+
readonly initiatedBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
859
|
+
}, undefined>;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
export declare const recreateHumanTestEnvContract: {
|
|
863
|
+
readonly method: "post";
|
|
864
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
865
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
866
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
867
|
+
readonly pathResolver: ({ blockId }: {
|
|
868
|
+
blockId: string;
|
|
869
|
+
}) => string;
|
|
870
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
871
|
+
readonly responsesByStatusCode: {
|
|
872
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
873
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
874
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
875
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
876
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
877
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
878
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
879
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
880
|
+
}, undefined>, undefined>, undefined>;
|
|
881
|
+
}, undefined>;
|
|
882
|
+
}, undefined>;
|
|
883
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
884
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
885
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
886
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
887
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
888
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
889
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
890
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
891
|
+
}, undefined>, undefined>, undefined>;
|
|
892
|
+
}, undefined>;
|
|
893
|
+
}, undefined>;
|
|
894
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
895
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
896
|
+
readonly blockId: import("valibot").StringSchema<undefined>;
|
|
897
|
+
readonly pipelineId: import("valibot").StringSchema<undefined>;
|
|
898
|
+
readonly pipelineName: import("valibot").StringSchema<undefined>;
|
|
899
|
+
readonly steps: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
900
|
+
readonly runId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
901
|
+
readonly agentKind: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
902
|
+
readonly state: import("valibot").PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
903
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
904
|
+
readonly metrics: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
905
|
+
readonly calls: import("valibot").NumberSchema<undefined>;
|
|
906
|
+
readonly promptTokens: import("valibot").NumberSchema<undefined>;
|
|
907
|
+
readonly completionTokens: import("valibot").NumberSchema<undefined>;
|
|
908
|
+
readonly peakCompletionTokens: import("valibot").NumberSchema<undefined>;
|
|
909
|
+
readonly maxOutputTokens: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
910
|
+
readonly truncatedCalls: import("valibot").NumberSchema<undefined>;
|
|
911
|
+
readonly upstreamMs: import("valibot").NumberSchema<undefined>;
|
|
912
|
+
readonly overheadMs: import("valibot").NumberSchema<undefined>;
|
|
913
|
+
readonly errors: import("valibot").NumberSchema<undefined>;
|
|
914
|
+
readonly warnings: import("valibot").NumberSchema<undefined>;
|
|
915
|
+
}, undefined>, undefined>, undefined>;
|
|
916
|
+
readonly gate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
917
|
+
readonly phase: import("valibot").PicklistSchema<["checking", "working"], undefined>;
|
|
918
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
919
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
920
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
921
|
+
readonly lastVerdict: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
922
|
+
readonly lastFailureSummary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
923
|
+
readonly failingChecks: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
924
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
925
|
+
readonly conclusion: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
926
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
927
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
928
|
+
readonly watchSince: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
929
|
+
readonly watchWindowMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
930
|
+
readonly regressedSignals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
931
|
+
readonly kind: import("valibot").PicklistSchema<["monitor", "slo"], undefined>;
|
|
932
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
933
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
934
|
+
readonly state: import("valibot").PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
935
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
936
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
937
|
+
readonly attemptLog: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
938
|
+
readonly attempt: import("valibot").NumberSchema<undefined>;
|
|
939
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
940
|
+
readonly outcome: import("valibot").PicklistSchema<["completed", "failed"], undefined>;
|
|
941
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
942
|
+
readonly summary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
943
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
944
|
+
readonly lastApprovals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
945
|
+
readonly requiredApprovingReviewCount: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
946
|
+
readonly pendingThreadIds: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
947
|
+
readonly lastAddressedCommentAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
948
|
+
readonly humanReviewGraceMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
949
|
+
readonly pendingFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
950
|
+
readonly instructions: import("valibot").StringSchema<undefined>;
|
|
951
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
952
|
+
}, undefined>, undefined>, undefined>;
|
|
953
|
+
}, undefined>, undefined>, undefined>;
|
|
954
|
+
readonly test: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
955
|
+
readonly phase: import("valibot").PicklistSchema<["testing", "fixing"], undefined>;
|
|
956
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
957
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
958
|
+
readonly lastReport: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
959
|
+
readonly greenlight: import("valibot").BooleanSchema<undefined>;
|
|
960
|
+
readonly summary: import("valibot").StringSchema<undefined>;
|
|
961
|
+
readonly tested: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
962
|
+
readonly outcomes: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
963
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
964
|
+
readonly status: import("valibot").PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
965
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
966
|
+
}, undefined>, undefined>;
|
|
967
|
+
readonly concerns: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
968
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
969
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
970
|
+
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
971
|
+
}, undefined>, undefined>;
|
|
972
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
973
|
+
}, undefined>, undefined>, undefined>;
|
|
974
|
+
}, undefined>, undefined>, undefined>;
|
|
975
|
+
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
976
|
+
readonly phase: import("valibot").PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
977
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
978
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
979
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
980
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
981
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
982
|
+
}, undefined>, undefined>, undefined>;
|
|
983
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
984
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
985
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
986
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
987
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
988
|
+
readonly kind: import("valibot").PicklistSchema<["fix", "pull-main"], undefined>;
|
|
989
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
990
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
991
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
992
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
993
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
994
|
+
}, undefined>, undefined>, undefined>;
|
|
995
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
996
|
+
readonly type: import("valibot").PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
997
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
998
|
+
}, undefined>, undefined>, undefined>;
|
|
999
|
+
}, undefined>, undefined>, undefined>;
|
|
1000
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1001
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1002
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1003
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
1004
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1005
|
+
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1006
|
+
}, undefined>, undefined>, undefined>;
|
|
1007
|
+
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1008
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
1009
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
1010
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
1011
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1012
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
1013
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
1014
|
+
}, undefined>, undefined>, undefined>;
|
|
1015
|
+
}, undefined>, undefined>;
|
|
1016
|
+
readonly startingContainer: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1017
|
+
readonly decision: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1018
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1019
|
+
readonly question: import("valibot").StringSchema<undefined>;
|
|
1020
|
+
readonly options: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1021
|
+
readonly chosen: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1022
|
+
}, undefined>, undefined>;
|
|
1023
|
+
readonly requiresApproval: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1024
|
+
readonly approval: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1025
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1026
|
+
readonly status: import("valibot").PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
1027
|
+
readonly proposal: import("valibot").StringSchema<undefined>;
|
|
1028
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1029
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1030
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1031
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1032
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1033
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1034
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
1035
|
+
}, undefined>, undefined>, undefined>;
|
|
1036
|
+
}, undefined>, undefined>, undefined>;
|
|
1037
|
+
readonly companion: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1038
|
+
readonly threshold: import("valibot").NumberSchema<undefined>;
|
|
1039
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
1040
|
+
readonly attempts: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
1041
|
+
readonly verdicts: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1042
|
+
readonly rating: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1043
|
+
readonly threshold: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1044
|
+
readonly passed: import("valibot").BooleanSchema<undefined>;
|
|
1045
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
1046
|
+
}, undefined>, undefined>;
|
|
1047
|
+
readonly exceeded: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1048
|
+
}, undefined>, undefined>, undefined>;
|
|
1049
|
+
readonly followUps: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1050
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1051
|
+
readonly items: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1052
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1053
|
+
readonly kind: import("valibot").PicklistSchema<["follow_up", "question"], undefined>;
|
|
1054
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
1055
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
1056
|
+
readonly suggestedAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1057
|
+
readonly status: import("valibot").PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
1058
|
+
readonly answer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1059
|
+
readonly sentToCoder: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1060
|
+
readonly ticketExternalId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1061
|
+
readonly ticketUrl: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1062
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
1063
|
+
readonly updatedAt: import("valibot").NumberSchema<undefined>;
|
|
1064
|
+
}, undefined>, undefined>;
|
|
1065
|
+
readonly loops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
1066
|
+
readonly maxLoops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 3>;
|
|
1067
|
+
}, undefined>, undefined>, undefined>;
|
|
1068
|
+
readonly rework: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1069
|
+
readonly previousProposal: import("valibot").StringSchema<undefined>;
|
|
1070
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
1071
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1072
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1073
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1074
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1075
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1076
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
1077
|
+
}, undefined>, undefined>, undefined>;
|
|
1078
|
+
}, undefined>, undefined>, undefined>;
|
|
1079
|
+
readonly pendingIncorporation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1080
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1081
|
+
}, undefined>, undefined>, undefined>;
|
|
1082
|
+
readonly pendingRecommendation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1083
|
+
readonly itemIds: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1084
|
+
readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1085
|
+
}, undefined>, undefined>, undefined>;
|
|
1086
|
+
readonly consensus: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1087
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1088
|
+
readonly strategy: import("valibot").PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
1089
|
+
readonly participants: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1090
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1091
|
+
readonly role: import("valibot").StringSchema<undefined>;
|
|
1092
|
+
readonly systemFraming: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1093
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1094
|
+
}, undefined>, undefined>;
|
|
1095
|
+
readonly synthesizerModelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1096
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
1097
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1098
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1099
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1100
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1101
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1102
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
1103
|
+
}, undefined>, undefined>;
|
|
1104
|
+
}, undefined>, undefined>, undefined>;
|
|
1105
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1106
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1107
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1108
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1109
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1110
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
1111
|
+
}, undefined>, undefined>, undefined>;
|
|
1112
|
+
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1113
|
+
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1114
|
+
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1115
|
+
readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1116
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1117
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1118
|
+
readonly selectedFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1119
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1120
|
+
readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1121
|
+
readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1122
|
+
readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1123
|
+
readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1124
|
+
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1125
|
+
}, undefined>, undefined>;
|
|
1126
|
+
readonly currentStep: import("valibot").NumberSchema<undefined>;
|
|
1127
|
+
readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
1128
|
+
readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1129
|
+
readonly kind: import("valibot").PicklistSchema<["preflight", "dispatch", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1130
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1131
|
+
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1132
|
+
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1133
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1134
|
+
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1135
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
1136
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
1137
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
1138
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1139
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
1140
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
1141
|
+
}, undefined>, undefined>, undefined>;
|
|
1142
|
+
}, undefined>, undefined>;
|
|
1143
|
+
}, undefined>, undefined>, undefined>;
|
|
1144
|
+
readonly initiatedBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1145
|
+
}, undefined>;
|
|
1146
|
+
};
|
|
1147
|
+
};
|
|
1148
|
+
export declare const destroyHumanTestEnvContract: {
|
|
1149
|
+
readonly method: "post";
|
|
1150
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1151
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
1152
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
1153
|
+
readonly pathResolver: ({ blockId }: {
|
|
1154
|
+
blockId: string;
|
|
1155
|
+
}) => string;
|
|
1156
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
1157
|
+
readonly responsesByStatusCode: {
|
|
1158
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
1159
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1160
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1161
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1162
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1163
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1164
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1165
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1166
|
+
}, undefined>, undefined>, undefined>;
|
|
1167
|
+
}, undefined>;
|
|
1168
|
+
}, undefined>;
|
|
1169
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
1170
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1171
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1172
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1173
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1174
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1175
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1176
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1177
|
+
}, undefined>, undefined>, undefined>;
|
|
1178
|
+
}, undefined>;
|
|
1179
|
+
}, undefined>;
|
|
1180
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
1181
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1182
|
+
readonly blockId: import("valibot").StringSchema<undefined>;
|
|
1183
|
+
readonly pipelineId: import("valibot").StringSchema<undefined>;
|
|
1184
|
+
readonly pipelineName: import("valibot").StringSchema<undefined>;
|
|
1185
|
+
readonly steps: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1186
|
+
readonly runId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1187
|
+
readonly agentKind: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1188
|
+
readonly state: import("valibot").PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
1189
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
1190
|
+
readonly metrics: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1191
|
+
readonly calls: import("valibot").NumberSchema<undefined>;
|
|
1192
|
+
readonly promptTokens: import("valibot").NumberSchema<undefined>;
|
|
1193
|
+
readonly completionTokens: import("valibot").NumberSchema<undefined>;
|
|
1194
|
+
readonly peakCompletionTokens: import("valibot").NumberSchema<undefined>;
|
|
1195
|
+
readonly maxOutputTokens: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1196
|
+
readonly truncatedCalls: import("valibot").NumberSchema<undefined>;
|
|
1197
|
+
readonly upstreamMs: import("valibot").NumberSchema<undefined>;
|
|
1198
|
+
readonly overheadMs: import("valibot").NumberSchema<undefined>;
|
|
1199
|
+
readonly errors: import("valibot").NumberSchema<undefined>;
|
|
1200
|
+
readonly warnings: import("valibot").NumberSchema<undefined>;
|
|
1201
|
+
}, undefined>, undefined>, undefined>;
|
|
1202
|
+
readonly gate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1203
|
+
readonly phase: import("valibot").PicklistSchema<["checking", "working"], undefined>;
|
|
1204
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
1205
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
1206
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1207
|
+
readonly lastVerdict: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
1208
|
+
readonly lastFailureSummary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1209
|
+
readonly failingChecks: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1210
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1211
|
+
readonly conclusion: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1212
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1213
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
1214
|
+
readonly watchSince: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1215
|
+
readonly watchWindowMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1216
|
+
readonly regressedSignals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1217
|
+
readonly kind: import("valibot").PicklistSchema<["monitor", "slo"], undefined>;
|
|
1218
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1219
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1220
|
+
readonly state: import("valibot").PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
1221
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1222
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
1223
|
+
readonly attemptLog: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1224
|
+
readonly attempt: import("valibot").NumberSchema<undefined>;
|
|
1225
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
1226
|
+
readonly outcome: import("valibot").PicklistSchema<["completed", "failed"], undefined>;
|
|
1227
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1228
|
+
readonly summary: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1229
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
1230
|
+
readonly lastApprovals: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1231
|
+
readonly requiredApprovingReviewCount: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1232
|
+
readonly pendingThreadIds: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
1233
|
+
readonly lastAddressedCommentAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1234
|
+
readonly humanReviewGraceMinutes: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1235
|
+
readonly pendingFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1236
|
+
readonly instructions: import("valibot").StringSchema<undefined>;
|
|
1237
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
1238
|
+
}, undefined>, undefined>, undefined>;
|
|
1239
|
+
}, undefined>, undefined>, undefined>;
|
|
1240
|
+
readonly test: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1241
|
+
readonly phase: import("valibot").PicklistSchema<["testing", "fixing"], undefined>;
|
|
1242
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
1243
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
1244
|
+
readonly lastReport: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1245
|
+
readonly greenlight: import("valibot").BooleanSchema<undefined>;
|
|
1246
|
+
readonly summary: import("valibot").StringSchema<undefined>;
|
|
1247
|
+
readonly tested: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1248
|
+
readonly outcomes: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1249
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1250
|
+
readonly status: import("valibot").PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
1251
|
+
readonly detail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1252
|
+
}, undefined>, undefined>;
|
|
1253
|
+
readonly concerns: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1254
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
1255
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
1256
|
+
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
1257
|
+
}, undefined>, undefined>;
|
|
1258
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1259
|
+
}, undefined>, undefined>, undefined>;
|
|
1260
|
+
}, undefined>, undefined>, undefined>;
|
|
1261
|
+
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1262
|
+
readonly phase: import("valibot").PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
1263
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1264
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1265
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1266
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
1267
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1268
|
+
}, undefined>, undefined>, undefined>;
|
|
1269
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1270
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
1271
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
1272
|
+
readonly headSha: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1273
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1274
|
+
readonly kind: import("valibot").PicklistSchema<["fix", "pull-main"], undefined>;
|
|
1275
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
1276
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
1277
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1278
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
1279
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
1280
|
+
}, undefined>, undefined>, undefined>;
|
|
1281
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1282
|
+
readonly type: import("valibot").PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
1283
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1284
|
+
}, undefined>, undefined>, undefined>;
|
|
1285
|
+
}, undefined>, undefined>, undefined>;
|
|
1286
|
+
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1287
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1288
|
+
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1289
|
+
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
1290
|
+
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1291
|
+
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1292
|
+
}, undefined>, undefined>, undefined>;
|
|
1293
|
+
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1294
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
1295
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
1296
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
1297
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1298
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
1299
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
1300
|
+
}, undefined>, undefined>, undefined>;
|
|
1301
|
+
}, undefined>, undefined>;
|
|
1302
|
+
readonly startingContainer: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1303
|
+
readonly decision: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1304
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1305
|
+
readonly question: import("valibot").StringSchema<undefined>;
|
|
1306
|
+
readonly options: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1307
|
+
readonly chosen: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1308
|
+
}, undefined>, undefined>;
|
|
1309
|
+
readonly requiresApproval: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1310
|
+
readonly approval: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1311
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1312
|
+
readonly status: import("valibot").PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
1313
|
+
readonly proposal: import("valibot").StringSchema<undefined>;
|
|
1314
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1315
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1316
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1317
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1318
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1319
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1320
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
1321
|
+
}, undefined>, undefined>, undefined>;
|
|
1322
|
+
}, undefined>, undefined>, undefined>;
|
|
1323
|
+
readonly companion: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1324
|
+
readonly threshold: import("valibot").NumberSchema<undefined>;
|
|
1325
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
1326
|
+
readonly attempts: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
1327
|
+
readonly verdicts: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1328
|
+
readonly rating: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1329
|
+
readonly threshold: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1330
|
+
readonly passed: import("valibot").BooleanSchema<undefined>;
|
|
1331
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
1332
|
+
}, undefined>, undefined>;
|
|
1333
|
+
readonly exceeded: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1334
|
+
}, undefined>, undefined>, undefined>;
|
|
1335
|
+
readonly followUps: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1336
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1337
|
+
readonly items: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1338
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1339
|
+
readonly kind: import("valibot").PicklistSchema<["follow_up", "question"], undefined>;
|
|
1340
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
1341
|
+
readonly detail: import("valibot").StringSchema<undefined>;
|
|
1342
|
+
readonly suggestedAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1343
|
+
readonly status: import("valibot").PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
1344
|
+
readonly answer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1345
|
+
readonly sentToCoder: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1346
|
+
readonly ticketExternalId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1347
|
+
readonly ticketUrl: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1348
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
1349
|
+
readonly updatedAt: import("valibot").NumberSchema<undefined>;
|
|
1350
|
+
}, undefined>, undefined>;
|
|
1351
|
+
readonly loops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
|
|
1352
|
+
readonly maxLoops: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 3>;
|
|
1353
|
+
}, undefined>, undefined>, undefined>;
|
|
1354
|
+
readonly rework: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1355
|
+
readonly previousProposal: import("valibot").StringSchema<undefined>;
|
|
1356
|
+
readonly feedback: import("valibot").StringSchema<undefined>;
|
|
1357
|
+
readonly comments: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1358
|
+
readonly quotedSource: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1359
|
+
readonly srcStart: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1360
|
+
readonly srcEnd: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1361
|
+
readonly anchorId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1362
|
+
readonly body: import("valibot").StringSchema<undefined>;
|
|
1363
|
+
}, undefined>, undefined>, undefined>;
|
|
1364
|
+
}, undefined>, undefined>, undefined>;
|
|
1365
|
+
readonly pendingIncorporation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1366
|
+
readonly feedback: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1367
|
+
}, undefined>, undefined>, undefined>;
|
|
1368
|
+
readonly pendingRecommendation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1369
|
+
readonly itemIds: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1370
|
+
readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1371
|
+
}, undefined>, undefined>, undefined>;
|
|
1372
|
+
readonly consensus: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1373
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1374
|
+
readonly strategy: import("valibot").PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
1375
|
+
readonly participants: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1376
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1377
|
+
readonly role: import("valibot").StringSchema<undefined>;
|
|
1378
|
+
readonly systemFraming: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1379
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1380
|
+
}, undefined>, undefined>;
|
|
1381
|
+
readonly synthesizerModelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1382
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
1383
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1384
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1385
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1386
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1387
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1388
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
1389
|
+
}, undefined>, undefined>;
|
|
1390
|
+
}, undefined>, undefined>, undefined>;
|
|
1391
|
+
readonly gating: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1392
|
+
readonly enabled: import("valibot").BooleanSchema<undefined>;
|
|
1393
|
+
readonly minComplexity: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1394
|
+
readonly minRisk: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1395
|
+
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1396
|
+
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
1397
|
+
}, undefined>, undefined>, undefined>;
|
|
1398
|
+
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1399
|
+
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1400
|
+
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1401
|
+
readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1402
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1403
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1404
|
+
readonly selectedFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1405
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1406
|
+
readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1407
|
+
readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1408
|
+
readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1409
|
+
readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1410
|
+
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1411
|
+
}, undefined>, undefined>;
|
|
1412
|
+
readonly currentStep: import("valibot").NumberSchema<undefined>;
|
|
1413
|
+
readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
1414
|
+
readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1415
|
+
readonly kind: import("valibot").PicklistSchema<["preflight", "dispatch", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1416
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1417
|
+
readonly detail: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1418
|
+
readonly hint: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1419
|
+
readonly occurredAt: import("valibot").NumberSchema<undefined>;
|
|
1420
|
+
readonly lastSubtasks: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1421
|
+
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
1422
|
+
readonly inProgress: import("valibot").NumberSchema<undefined>;
|
|
1423
|
+
readonly total: import("valibot").NumberSchema<undefined>;
|
|
1424
|
+
readonly items: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1425
|
+
readonly label: import("valibot").StringSchema<undefined>;
|
|
1426
|
+
readonly status: import("valibot").PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
1427
|
+
}, undefined>, undefined>, undefined>;
|
|
1428
|
+
}, undefined>, undefined>;
|
|
1429
|
+
}, undefined>, undefined>, undefined>;
|
|
1430
|
+
readonly initiatedBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1431
|
+
}, undefined>;
|
|
1432
|
+
};
|
|
1433
|
+
};
|
|
1434
|
+
//# sourceMappingURL=human-test.d.ts.map
|