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