@cat-factory/contracts 0.39.0 → 0.40.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/agent-presentation.d.ts +2 -2
- package/dist/entities.d.ts +163 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +59 -0
- package/dist/entities.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/notifications.d.ts +2 -2
- package/dist/notifications.d.ts.map +1 -1
- package/dist/notifications.js +1 -0
- package/dist/notifications.js.map +1 -1
- package/dist/result-views.d.ts +1 -1
- package/dist/result-views.d.ts.map +1 -1
- package/dist/result-views.js +1 -0
- package/dist/result-views.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +60 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +240 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/human-review.d.ts +30 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +150 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/index.d.ts +1 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +1 -0
- package/dist/routes/index.js.map +1 -1
- package/dist/routes/notifications.d.ts +3 -3
- package/dist/routes/slack.d.ts +3 -3
- package/dist/routes/visual-confirm.d.ts +956 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -0
- package/dist/routes/visual-confirm.js +34 -0
- package/dist/routes/visual-confirm.js.map +1 -0
- package/dist/routes/workspace-settings.d.ts +3 -0
- package/dist/routes/workspace-settings.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +66 -4
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/slack.d.ts +2 -2
- package/dist/snapshot.d.ts +33 -2
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/testing.d.ts +38 -0
- package/dist/testing.d.ts.map +1 -1
- package/dist/testing.js +26 -0
- package/dist/testing.js.map +1 -1
- package/dist/visual-confirm.d.ts +8 -0
- package/dist/visual-confirm.d.ts.map +1 -0
- package/dist/visual-confirm.js +11 -0
- package/dist/visual-confirm.js.map +1 -0
- package/dist/workspace-settings.d.ts +7 -0
- package/dist/workspace-settings.d.ts.map +1 -1
- package/dist/workspace-settings.js +7 -0
- package/dist/workspace-settings.js.map +1 -1
- package/package.json +1 -1
|
@@ -153,6 +153,14 @@ export declare const retryAgentRunContract: {
|
|
|
153
153
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
154
154
|
}, undefined>, undefined>;
|
|
155
155
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
156
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
157
|
+
readonly view: v.StringSchema<undefined>;
|
|
158
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
159
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
160
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
161
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
162
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
163
|
+
}, undefined>, undefined>, undefined>;
|
|
156
164
|
}, undefined>, undefined>, undefined>;
|
|
157
165
|
}, undefined>, undefined>, undefined>;
|
|
158
166
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -180,6 +188,28 @@ export declare const retryAgentRunContract: {
|
|
|
180
188
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
181
189
|
}, undefined>, undefined>, undefined>;
|
|
182
190
|
}, undefined>, undefined>, undefined>;
|
|
191
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
192
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
193
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
194
|
+
readonly view: v.StringSchema<undefined>;
|
|
195
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
196
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
197
|
+
}, undefined>, undefined>, undefined>;
|
|
198
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
199
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
200
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
201
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
202
|
+
readonly findings: v.StringSchema<undefined>;
|
|
203
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
204
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
205
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
206
|
+
readonly at: v.NumberSchema<undefined>;
|
|
207
|
+
}, undefined>, undefined>, undefined>;
|
|
208
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
209
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
210
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
211
|
+
}, undefined>, undefined>, undefined>;
|
|
212
|
+
}, undefined>, undefined>, undefined>;
|
|
183
213
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
184
214
|
readonly id: v.StringSchema<undefined>;
|
|
185
215
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -482,6 +512,14 @@ export declare const stopAgentRunContract: {
|
|
|
482
512
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
483
513
|
}, undefined>, undefined>;
|
|
484
514
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
515
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
516
|
+
readonly view: v.StringSchema<undefined>;
|
|
517
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
518
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
519
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
520
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
521
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
522
|
+
}, undefined>, undefined>, undefined>;
|
|
485
523
|
}, undefined>, undefined>, undefined>;
|
|
486
524
|
}, undefined>, undefined>, undefined>;
|
|
487
525
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -509,6 +547,28 @@ export declare const stopAgentRunContract: {
|
|
|
509
547
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
510
548
|
}, undefined>, undefined>, undefined>;
|
|
511
549
|
}, undefined>, undefined>, undefined>;
|
|
550
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
551
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
552
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
553
|
+
readonly view: v.StringSchema<undefined>;
|
|
554
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
555
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
556
|
+
}, undefined>, undefined>, undefined>;
|
|
557
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
558
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
559
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
560
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
561
|
+
readonly findings: v.StringSchema<undefined>;
|
|
562
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
563
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
564
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
565
|
+
readonly at: v.NumberSchema<undefined>;
|
|
566
|
+
}, undefined>, undefined>, undefined>;
|
|
567
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
568
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
569
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
570
|
+
}, undefined>, undefined>, undefined>;
|
|
571
|
+
}, undefined>, undefined>, undefined>;
|
|
512
572
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
513
573
|
readonly id: v.StringSchema<undefined>;
|
|
514
574
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/routes/agent-runs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAqB5B,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/routes/agent-runs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAqB5B,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/B,CAAA"}
|
|
@@ -114,6 +114,14 @@ export declare const startExecutionContract: {
|
|
|
114
114
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
115
115
|
}, undefined>, undefined>;
|
|
116
116
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
117
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
118
|
+
readonly view: v.StringSchema<undefined>;
|
|
119
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
120
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
121
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
122
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
123
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
124
|
+
}, undefined>, undefined>, undefined>;
|
|
117
125
|
}, undefined>, undefined>, undefined>;
|
|
118
126
|
}, undefined>, undefined>, undefined>;
|
|
119
127
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -141,6 +149,28 @@ export declare const startExecutionContract: {
|
|
|
141
149
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
142
150
|
}, undefined>, undefined>, undefined>;
|
|
143
151
|
}, undefined>, undefined>, undefined>;
|
|
152
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
153
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
154
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
155
|
+
readonly view: v.StringSchema<undefined>;
|
|
156
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
157
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
158
|
+
}, undefined>, undefined>, undefined>;
|
|
159
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
160
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
161
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
162
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
163
|
+
readonly findings: v.StringSchema<undefined>;
|
|
164
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
165
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
166
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
167
|
+
readonly at: v.NumberSchema<undefined>;
|
|
168
|
+
}, undefined>, undefined>, undefined>;
|
|
169
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
170
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
171
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
172
|
+
}, undefined>, undefined>, undefined>;
|
|
173
|
+
}, undefined>, undefined>, undefined>;
|
|
144
174
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
145
175
|
readonly id: v.StringSchema<undefined>;
|
|
146
176
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -622,6 +652,14 @@ export declare const resumeSpendContract: {
|
|
|
622
652
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
623
653
|
}, undefined>, undefined>;
|
|
624
654
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
655
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
656
|
+
readonly view: v.StringSchema<undefined>;
|
|
657
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
658
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
659
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
660
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
661
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
662
|
+
}, undefined>, undefined>, undefined>;
|
|
625
663
|
}, undefined>, undefined>, undefined>;
|
|
626
664
|
}, undefined>, undefined>, undefined>;
|
|
627
665
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -649,6 +687,28 @@ export declare const resumeSpendContract: {
|
|
|
649
687
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
650
688
|
}, undefined>, undefined>, undefined>;
|
|
651
689
|
}, undefined>, undefined>, undefined>;
|
|
690
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
691
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
692
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
693
|
+
readonly view: v.StringSchema<undefined>;
|
|
694
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
695
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
696
|
+
}, undefined>, undefined>, undefined>;
|
|
697
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
698
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
699
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
700
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
701
|
+
readonly findings: v.StringSchema<undefined>;
|
|
702
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
703
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
704
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
705
|
+
readonly at: v.NumberSchema<undefined>;
|
|
706
|
+
}, undefined>, undefined>, undefined>;
|
|
707
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
708
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
709
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
710
|
+
}, undefined>, undefined>, undefined>;
|
|
711
|
+
}, undefined>, undefined>, undefined>;
|
|
652
712
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
653
713
|
readonly id: v.StringSchema<undefined>;
|
|
654
714
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1135,6 +1195,14 @@ export declare const resolveDecisionContract: {
|
|
|
1135
1195
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
1136
1196
|
}, undefined>, undefined>;
|
|
1137
1197
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1198
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1199
|
+
readonly view: v.StringSchema<undefined>;
|
|
1200
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
1201
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1202
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1203
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1204
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1205
|
+
}, undefined>, undefined>, undefined>;
|
|
1138
1206
|
}, undefined>, undefined>, undefined>;
|
|
1139
1207
|
}, undefined>, undefined>, undefined>;
|
|
1140
1208
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -1162,6 +1230,28 @@ export declare const resolveDecisionContract: {
|
|
|
1162
1230
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1163
1231
|
}, undefined>, undefined>, undefined>;
|
|
1164
1232
|
}, undefined>, undefined>, undefined>;
|
|
1233
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1234
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
1235
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1236
|
+
readonly view: v.StringSchema<undefined>;
|
|
1237
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1238
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1239
|
+
}, undefined>, undefined>, undefined>;
|
|
1240
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1241
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
1242
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
1243
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1244
|
+
readonly findings: v.StringSchema<undefined>;
|
|
1245
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
1246
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1247
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
1248
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1249
|
+
}, undefined>, undefined>, undefined>;
|
|
1250
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1251
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
1252
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1253
|
+
}, undefined>, undefined>, undefined>;
|
|
1254
|
+
}, undefined>, undefined>, undefined>;
|
|
1165
1255
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1166
1256
|
readonly id: v.StringSchema<undefined>;
|
|
1167
1257
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1426,6 +1516,14 @@ export declare const approveStepContract: {
|
|
|
1426
1516
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
1427
1517
|
}, undefined>, undefined>;
|
|
1428
1518
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1519
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1520
|
+
readonly view: v.StringSchema<undefined>;
|
|
1521
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
1522
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1523
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1524
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1525
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1526
|
+
}, undefined>, undefined>, undefined>;
|
|
1429
1527
|
}, undefined>, undefined>, undefined>;
|
|
1430
1528
|
}, undefined>, undefined>, undefined>;
|
|
1431
1529
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -1453,6 +1551,28 @@ export declare const approveStepContract: {
|
|
|
1453
1551
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1454
1552
|
}, undefined>, undefined>, undefined>;
|
|
1455
1553
|
}, undefined>, undefined>, undefined>;
|
|
1554
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1555
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
1556
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1557
|
+
readonly view: v.StringSchema<undefined>;
|
|
1558
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1559
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1560
|
+
}, undefined>, undefined>, undefined>;
|
|
1561
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1562
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
1563
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
1564
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1565
|
+
readonly findings: v.StringSchema<undefined>;
|
|
1566
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
1567
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1568
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
1569
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1570
|
+
}, undefined>, undefined>, undefined>;
|
|
1571
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1572
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
1573
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1574
|
+
}, undefined>, undefined>, undefined>;
|
|
1575
|
+
}, undefined>, undefined>, undefined>;
|
|
1456
1576
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1457
1577
|
readonly id: v.StringSchema<undefined>;
|
|
1458
1578
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1731,6 +1851,14 @@ export declare const requestStepChangesContract: {
|
|
|
1731
1851
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
1732
1852
|
}, undefined>, undefined>;
|
|
1733
1853
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1854
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1855
|
+
readonly view: v.StringSchema<undefined>;
|
|
1856
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
1857
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1858
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1859
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1860
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1861
|
+
}, undefined>, undefined>, undefined>;
|
|
1734
1862
|
}, undefined>, undefined>, undefined>;
|
|
1735
1863
|
}, undefined>, undefined>, undefined>;
|
|
1736
1864
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -1758,6 +1886,28 @@ export declare const requestStepChangesContract: {
|
|
|
1758
1886
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1759
1887
|
}, undefined>, undefined>, undefined>;
|
|
1760
1888
|
}, undefined>, undefined>, undefined>;
|
|
1889
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1890
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
1891
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1892
|
+
readonly view: v.StringSchema<undefined>;
|
|
1893
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1894
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1895
|
+
}, undefined>, undefined>, undefined>;
|
|
1896
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1897
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
1898
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
1899
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1900
|
+
readonly findings: v.StringSchema<undefined>;
|
|
1901
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
1902
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1903
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
1904
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1905
|
+
}, undefined>, undefined>, undefined>;
|
|
1906
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1907
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
1908
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1909
|
+
}, undefined>, undefined>, undefined>;
|
|
1910
|
+
}, undefined>, undefined>, undefined>;
|
|
1761
1911
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1762
1912
|
readonly id: v.StringSchema<undefined>;
|
|
1763
1913
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -2022,6 +2172,14 @@ export declare const resolveStepExceededContract: {
|
|
|
2022
2172
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2023
2173
|
}, undefined>, undefined>;
|
|
2024
2174
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
2175
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2176
|
+
readonly view: v.StringSchema<undefined>;
|
|
2177
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
2178
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2179
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2180
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2181
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2182
|
+
}, undefined>, undefined>, undefined>;
|
|
2025
2183
|
}, undefined>, undefined>, undefined>;
|
|
2026
2184
|
}, undefined>, undefined>, undefined>;
|
|
2027
2185
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -2049,6 +2207,28 @@ export declare const resolveStepExceededContract: {
|
|
|
2049
2207
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2050
2208
|
}, undefined>, undefined>, undefined>;
|
|
2051
2209
|
}, undefined>, undefined>, undefined>;
|
|
2210
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2211
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
2212
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2213
|
+
readonly view: v.StringSchema<undefined>;
|
|
2214
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2215
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2216
|
+
}, undefined>, undefined>, undefined>;
|
|
2217
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2218
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2219
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2220
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2221
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2222
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2223
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2224
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2225
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2226
|
+
}, undefined>, undefined>, undefined>;
|
|
2227
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2228
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
2229
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2230
|
+
}, undefined>, undefined>, undefined>;
|
|
2231
|
+
}, undefined>, undefined>, undefined>;
|
|
2052
2232
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2053
2233
|
readonly id: v.StringSchema<undefined>;
|
|
2054
2234
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -2311,6 +2491,14 @@ export declare const restartExecutionContract: {
|
|
|
2311
2491
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2312
2492
|
}, undefined>, undefined>;
|
|
2313
2493
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
2494
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2495
|
+
readonly view: v.StringSchema<undefined>;
|
|
2496
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
2497
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2498
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2499
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2500
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2501
|
+
}, undefined>, undefined>, undefined>;
|
|
2314
2502
|
}, undefined>, undefined>, undefined>;
|
|
2315
2503
|
}, undefined>, undefined>, undefined>;
|
|
2316
2504
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -2338,6 +2526,28 @@ export declare const restartExecutionContract: {
|
|
|
2338
2526
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2339
2527
|
}, undefined>, undefined>, undefined>;
|
|
2340
2528
|
}, undefined>, undefined>, undefined>;
|
|
2529
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2530
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
2531
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2532
|
+
readonly view: v.StringSchema<undefined>;
|
|
2533
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2534
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2535
|
+
}, undefined>, undefined>, undefined>;
|
|
2536
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2537
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2538
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2539
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2540
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2541
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2542
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2543
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2544
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2545
|
+
}, undefined>, undefined>, undefined>;
|
|
2546
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2547
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
2548
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2549
|
+
}, undefined>, undefined>, undefined>;
|
|
2550
|
+
}, undefined>, undefined>, undefined>;
|
|
2341
2551
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2342
2552
|
readonly id: v.StringSchema<undefined>;
|
|
2343
2553
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -2602,6 +2812,14 @@ export declare const rejectStepContract: {
|
|
|
2602
2812
|
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2603
2813
|
}, undefined>, undefined>;
|
|
2604
2814
|
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
2815
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2816
|
+
readonly view: v.StringSchema<undefined>;
|
|
2817
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
2818
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2819
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2820
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2821
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2822
|
+
}, undefined>, undefined>, undefined>;
|
|
2605
2823
|
}, undefined>, undefined>, undefined>;
|
|
2606
2824
|
}, undefined>, undefined>, undefined>;
|
|
2607
2825
|
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -2629,6 +2847,28 @@ export declare const rejectStepContract: {
|
|
|
2629
2847
|
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2630
2848
|
}, undefined>, undefined>, undefined>;
|
|
2631
2849
|
}, undefined>, undefined>, undefined>;
|
|
2850
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2851
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
2852
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2853
|
+
readonly view: v.StringSchema<undefined>;
|
|
2854
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2855
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2856
|
+
}, undefined>, undefined>, undefined>;
|
|
2857
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2858
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2859
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2860
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2861
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2862
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2863
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2864
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2865
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2866
|
+
}, undefined>, undefined>, undefined>;
|
|
2867
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2868
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
2869
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2870
|
+
}, undefined>, undefined>, undefined>;
|
|
2871
|
+
}, undefined>, undefined>, undefined>;
|
|
2632
2872
|
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2633
2873
|
readonly id: v.StringSchema<undefined>;
|
|
2634
2874
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.d.ts","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAwC5B,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"execution.d.ts","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"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"}
|
|
@@ -112,6 +112,14 @@ export declare const requestHumanReviewFixContract: {
|
|
|
112
112
|
readonly severity: import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
113
113
|
}, undefined>, undefined>;
|
|
114
114
|
readonly environment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
115
|
+
readonly screenshots: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
116
|
+
readonly view: import("valibot").StringSchema<undefined>;
|
|
117
|
+
readonly artifactId: import("valibot").StringSchema<undefined>;
|
|
118
|
+
readonly hash: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
119
|
+
readonly width: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
120
|
+
readonly height: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
121
|
+
readonly referenceArtifactId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
122
|
+
}, undefined>, undefined>, undefined>;
|
|
115
123
|
}, undefined>, undefined>, undefined>;
|
|
116
124
|
}, undefined>, undefined>, undefined>;
|
|
117
125
|
readonly humanTest: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
@@ -139,6 +147,28 @@ export declare const requestHumanReviewFixContract: {
|
|
|
139
147
|
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
140
148
|
}, undefined>, undefined>, undefined>;
|
|
141
149
|
}, undefined>, undefined>, undefined>;
|
|
150
|
+
readonly visualConfirm: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
151
|
+
readonly phase: import("valibot").PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
152
|
+
readonly pairs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
153
|
+
readonly view: import("valibot").StringSchema<undefined>;
|
|
154
|
+
readonly actualArtifactId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
155
|
+
readonly referenceArtifactId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
156
|
+
}, undefined>, undefined>, undefined>;
|
|
157
|
+
readonly degradedReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
158
|
+
readonly attempts: import("valibot").NumberSchema<undefined>;
|
|
159
|
+
readonly maxAttempts: import("valibot").NumberSchema<undefined>;
|
|
160
|
+
readonly rounds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
161
|
+
readonly findings: import("valibot").StringSchema<undefined>;
|
|
162
|
+
readonly helperKind: import("valibot").StringSchema<undefined>;
|
|
163
|
+
readonly jobId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
164
|
+
readonly outcome: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
165
|
+
readonly at: import("valibot").NumberSchema<undefined>;
|
|
166
|
+
}, undefined>, undefined>, undefined>;
|
|
167
|
+
readonly pendingAction: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
168
|
+
readonly type: import("valibot").PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
169
|
+
readonly findings: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
170
|
+
}, undefined>, undefined>, undefined>;
|
|
171
|
+
}, undefined>, undefined>, undefined>;
|
|
142
172
|
readonly environment: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
143
173
|
readonly id: import("valibot").StringSchema<undefined>;
|
|
144
174
|
readonly url: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA"}
|