@cat-factory/contracts 0.343.0 → 0.345.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/bootstrap.d.ts +48 -7
- package/dist/bootstrap.d.ts.map +1 -1
- package/dist/bootstrap.js +41 -6
- package/dist/bootstrap.js.map +1 -1
- package/dist/bugFishing.d.ts +379 -0
- package/dist/bugFishing.d.ts.map +1 -0
- package/dist/bugFishing.js +412 -0
- package/dist/bugFishing.js.map +1 -0
- package/dist/deploy-fix.d.ts +53 -3
- package/dist/deploy-fix.d.ts.map +1 -1
- package/dist/deploy-fix.js +39 -2
- package/dist/deploy-fix.js.map +1 -1
- package/dist/entities.d.ts +18 -1
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +15 -0
- package/dist/entities.js.map +1 -1
- package/dist/environment-investigation.d.ts +55 -5
- package/dist/environment-investigation.d.ts.map +1 -1
- package/dist/environment-investigation.js +19 -2
- package/dist/environment-investigation.js.map +1 -1
- package/dist/errors.d.ts +1 -1
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +18 -0
- package/dist/errors.js.map +1 -1
- package/dist/execution.d.ts +104 -0
- package/dist/execution.d.ts.map +1 -1
- package/dist/execution.js +12 -0
- package/dist/execution.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/initiative.d.ts +15 -5
- package/dist/initiative.d.ts.map +1 -1
- package/dist/notification-routing.d.ts +3 -3
- package/dist/notification-webhooks.d.ts +7 -5
- package/dist/notification-webhooks.d.ts.map +1 -1
- package/dist/notifications.d.ts +25 -3
- package/dist/notifications.d.ts.map +1 -1
- package/dist/notifications.js +17 -0
- package/dist/notifications.js.map +1 -1
- package/dist/pipeline-purpose.d.ts +4 -0
- package/dist/pipeline-purpose.d.ts.map +1 -1
- package/dist/pipeline-purpose.js +6 -0
- package/dist/pipeline-purpose.js.map +1 -1
- package/dist/pr-report.d.ts +414 -6
- package/dist/pr-report.d.ts.map +1 -1
- package/dist/pr-report.js +143 -2
- package/dist/pr-report.js.map +1 -1
- package/dist/primitives.d.ts +71 -7
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +24 -1
- package/dist/primitives.js.map +1 -1
- package/dist/public-api.d.ts +6 -4
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-provisioning.d.ts +23 -4
- package/dist/public-provisioning.d.ts.map +1 -1
- package/dist/public-provisioning.js +24 -5
- package/dist/public-provisioning.js.map +1 -1
- package/dist/public-task-types.d.ts.map +1 -1
- package/dist/public-task-types.js +20 -0
- package/dist/public-task-types.js.map +1 -1
- package/dist/recurring.d.ts +12 -8
- package/dist/recurring.d.ts.map +1 -1
- package/dist/recurring.js +10 -5
- package/dist/recurring.js.map +1 -1
- package/dist/requests.d.ts +47 -7
- package/dist/requests.d.ts.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 +86 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/board.d.ts +99 -20
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/bootstrap.d.ts +6 -0
- package/dist/routes/bootstrap.d.ts.map +1 -1
- package/dist/routes/bug-hunt.d.ts +92 -2
- package/dist/routes/bug-hunt.d.ts.map +1 -1
- package/dist/routes/bugFishing.d.ts +307 -0
- package/dist/routes/bugFishing.d.ts.map +1 -0
- package/dist/routes/bugFishing.js +51 -0
- package/dist/routes/bugFishing.js.map +1 -0
- package/dist/routes/execution.d.ts +428 -2
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/human-review.d.ts +42 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +210 -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/initiative.d.ts +52 -17
- package/dist/routes/initiative.d.ts.map +1 -1
- package/dist/routes/notification-webhooks.d.ts +14 -14
- package/dist/routes/notifications.d.ts +12 -6
- package/dist/routes/notifications.d.ts.map +1 -1
- package/dist/routes/public-api.d.ts +17 -11
- package/dist/routes/public-api.d.ts.map +1 -1
- package/dist/routes/public-board.d.ts +2 -2
- package/dist/routes/public-evidence.d.ts +24 -1
- package/dist/routes/public-evidence.d.ts.map +1 -1
- package/dist/routes/public-provisioning.d.ts +2 -0
- package/dist/routes/public-provisioning.d.ts.map +1 -1
- package/dist/routes/recurring.d.ts +5 -5
- package/dist/routes/slack.d.ts +3 -3
- package/dist/routes/tasks.d.ts +12 -3
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +126 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspace-settings.d.ts +6 -3
- package/dist/routes/workspace-settings.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +122 -14
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/slack.d.ts +2 -2
- package/dist/snapshot.d.ts +61 -7
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/workspace-settings.d.ts +26 -3
- package/dist/workspace-settings.d.ts.map +1 -1
- package/dist/workspace-settings.js +23 -0
- package/dist/workspace-settings.js.map +1 -1
- package/package.json +1 -1
|
@@ -632,6 +632,45 @@ export declare const approveVisualConfirmContract: {
|
|
|
632
632
|
readonly postedFindingIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
633
633
|
readonly postedBody: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
634
634
|
}, undefined>, undefined>, undefined>;
|
|
635
|
+
readonly bugFishing: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
636
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
637
|
+
readonly phases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
638
|
+
readonly id: v.StringSchema<undefined>;
|
|
639
|
+
readonly title: v.StringSchema<undefined>;
|
|
640
|
+
readonly goal: v.StringSchema<undefined>;
|
|
641
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
642
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
643
|
+
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
644
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
645
|
+
}, undefined>, undefined>, readonly []>;
|
|
646
|
+
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
647
|
+
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
648
|
+
readonly id: v.StringSchema<undefined>;
|
|
649
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
650
|
+
readonly path: v.StringSchema<undefined>;
|
|
651
|
+
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
652
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
653
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
654
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
655
|
+
readonly title: v.StringSchema<undefined>;
|
|
656
|
+
readonly detail: v.StringSchema<undefined>;
|
|
657
|
+
readonly failureScenario: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
658
|
+
readonly evidence: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
659
|
+
readonly suggestedFix: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
660
|
+
readonly spawn: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
661
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
662
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
663
|
+
readonly executionId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
664
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
665
|
+
readonly requestedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
666
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
667
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
668
|
+
}, undefined>, undefined>, undefined>;
|
|
669
|
+
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
670
|
+
}, undefined>, undefined>, readonly []>;
|
|
671
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
672
|
+
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
673
|
+
}, undefined>, undefined>, undefined>;
|
|
635
674
|
readonly pendingPrReviewPost: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
636
675
|
readonly pendingChallenge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
637
676
|
readonly findingId: v.StringSchema<undefined>;
|
|
@@ -1121,14 +1160,17 @@ export declare const approveVisualConfirmContract: {
|
|
|
1121
1160
|
readonly frameId: v.StringSchema<undefined>;
|
|
1122
1161
|
readonly reason: v.StringSchema<undefined>;
|
|
1123
1162
|
readonly lastError: v.StringSchema<undefined>;
|
|
1163
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1124
1164
|
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1125
1165
|
readonly attempt: v.NumberSchema<undefined>;
|
|
1166
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1126
1167
|
readonly at: v.NumberSchema<undefined>;
|
|
1127
1168
|
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
1128
1169
|
readonly reason: v.StringSchema<undefined>;
|
|
1129
1170
|
readonly error: v.StringSchema<undefined>;
|
|
1130
1171
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1131
1172
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
1173
|
+
readonly droppedAttempts: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1132
1174
|
}, undefined>, undefined>;
|
|
1133
1175
|
readonly environmentInvestigation: v.OptionalSchema<v.GenericSchema<unknown, import("../environment-investigation.js").EnvironmentInvestigationState>, undefined>;
|
|
1134
1176
|
readonly disposeEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
@@ -1870,6 +1912,45 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1870
1912
|
readonly postedFindingIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
1871
1913
|
readonly postedBody: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
1872
1914
|
}, undefined>, undefined>, undefined>;
|
|
1915
|
+
readonly bugFishing: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1916
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
1917
|
+
readonly phases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1918
|
+
readonly id: v.StringSchema<undefined>;
|
|
1919
|
+
readonly title: v.StringSchema<undefined>;
|
|
1920
|
+
readonly goal: v.StringSchema<undefined>;
|
|
1921
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
1922
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1923
|
+
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1924
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1925
|
+
}, undefined>, undefined>, readonly []>;
|
|
1926
|
+
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
1927
|
+
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1928
|
+
readonly id: v.StringSchema<undefined>;
|
|
1929
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1930
|
+
readonly path: v.StringSchema<undefined>;
|
|
1931
|
+
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1932
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
1933
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
1934
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
1935
|
+
readonly title: v.StringSchema<undefined>;
|
|
1936
|
+
readonly detail: v.StringSchema<undefined>;
|
|
1937
|
+
readonly failureScenario: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1938
|
+
readonly evidence: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1939
|
+
readonly suggestedFix: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1940
|
+
readonly spawn: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1941
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
1942
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
1943
|
+
readonly executionId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1944
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
1945
|
+
readonly requestedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1946
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
1947
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1948
|
+
}, undefined>, undefined>, undefined>;
|
|
1949
|
+
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
1950
|
+
}, undefined>, undefined>, readonly []>;
|
|
1951
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1952
|
+
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1953
|
+
}, undefined>, undefined>, undefined>;
|
|
1873
1954
|
readonly pendingPrReviewPost: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
1874
1955
|
readonly pendingChallenge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1875
1956
|
readonly findingId: v.StringSchema<undefined>;
|
|
@@ -2359,14 +2440,17 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
2359
2440
|
readonly frameId: v.StringSchema<undefined>;
|
|
2360
2441
|
readonly reason: v.StringSchema<undefined>;
|
|
2361
2442
|
readonly lastError: v.StringSchema<undefined>;
|
|
2443
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2362
2444
|
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2363
2445
|
readonly attempt: v.NumberSchema<undefined>;
|
|
2446
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2364
2447
|
readonly at: v.NumberSchema<undefined>;
|
|
2365
2448
|
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2366
2449
|
readonly reason: v.StringSchema<undefined>;
|
|
2367
2450
|
readonly error: v.StringSchema<undefined>;
|
|
2368
2451
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2369
2452
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
2453
|
+
readonly droppedAttempts: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2370
2454
|
}, undefined>, undefined>;
|
|
2371
2455
|
readonly environmentInvestigation: v.OptionalSchema<v.GenericSchema<unknown, import("../environment-investigation.js").EnvironmentInvestigationState>, undefined>;
|
|
2372
2456
|
readonly disposeEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
@@ -3106,6 +3190,45 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
3106
3190
|
readonly postedFindingIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
3107
3191
|
readonly postedBody: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
3108
3192
|
}, undefined>, undefined>, undefined>;
|
|
3193
|
+
readonly bugFishing: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3194
|
+
readonly status: v.PicklistSchema<["fishing", "awaiting_triage", "done"], undefined>;
|
|
3195
|
+
readonly phases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3196
|
+
readonly id: v.StringSchema<undefined>;
|
|
3197
|
+
readonly title: v.StringSchema<undefined>;
|
|
3198
|
+
readonly goal: v.StringSchema<undefined>;
|
|
3199
|
+
readonly status: v.PicklistSchema<["pending", "fishing", "completed", "failed"], undefined>;
|
|
3200
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3201
|
+
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3202
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3203
|
+
}, undefined>, undefined>, readonly []>;
|
|
3204
|
+
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
3205
|
+
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3206
|
+
readonly id: v.StringSchema<undefined>;
|
|
3207
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
3208
|
+
readonly path: v.StringSchema<undefined>;
|
|
3209
|
+
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3210
|
+
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
3211
|
+
readonly kind: v.PicklistSchema<["bug", "logic-gap", "edge-case", "footgun", "requirement-gap", "other"], undefined>;
|
|
3212
|
+
readonly confidence: v.PicklistSchema<["high", "medium", "low"], undefined>;
|
|
3213
|
+
readonly title: v.StringSchema<undefined>;
|
|
3214
|
+
readonly detail: v.StringSchema<undefined>;
|
|
3215
|
+
readonly failureScenario: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3216
|
+
readonly evidence: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3217
|
+
readonly suggestedFix: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3218
|
+
readonly spawn: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3219
|
+
readonly status: v.PicklistSchema<["pending", "spawned", "failed"], undefined>;
|
|
3220
|
+
readonly taskId: v.StringSchema<undefined>;
|
|
3221
|
+
readonly executionId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3222
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
3223
|
+
readonly requestedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3224
|
+
readonly requestedAt: v.NumberSchema<undefined>;
|
|
3225
|
+
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3226
|
+
}, undefined>, undefined>, undefined>;
|
|
3227
|
+
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
3228
|
+
}, undefined>, undefined>, readonly []>;
|
|
3229
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3230
|
+
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3231
|
+
}, undefined>, undefined>, undefined>;
|
|
3109
3232
|
readonly pendingPrReviewPost: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3110
3233
|
readonly pendingChallenge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3111
3234
|
readonly findingId: v.StringSchema<undefined>;
|
|
@@ -3595,14 +3718,17 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
3595
3718
|
readonly frameId: v.StringSchema<undefined>;
|
|
3596
3719
|
readonly reason: v.StringSchema<undefined>;
|
|
3597
3720
|
readonly lastError: v.StringSchema<undefined>;
|
|
3721
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3598
3722
|
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3599
3723
|
readonly attempt: v.NumberSchema<undefined>;
|
|
3724
|
+
readonly cycle: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3600
3725
|
readonly at: v.NumberSchema<undefined>;
|
|
3601
3726
|
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
3602
3727
|
readonly reason: v.StringSchema<undefined>;
|
|
3603
3728
|
readonly error: v.StringSchema<undefined>;
|
|
3604
3729
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3605
3730
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
3731
|
+
readonly droppedAttempts: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3606
3732
|
}, undefined>, undefined>;
|
|
3607
3733
|
readonly environmentInvestigation: v.OptionalSchema<v.GenericSchema<unknown, import("../environment-investigation.js").EnvironmentInvestigationState>, undefined>;
|
|
3608
3734
|
readonly disposeEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
|
|
@@ -28,7 +28,7 @@ export declare const getWorkspaceSettingsContract: {
|
|
|
28
28
|
readonly waitingEscalationMinutes: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 100000, undefined>]>;
|
|
29
29
|
readonly taskLimitMode: import("valibot").PicklistSchema<["off", "shared", "per_type"], undefined>;
|
|
30
30
|
readonly taskLimitShared: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
31
|
-
readonly taskLimitPerType: import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
31
|
+
readonly taskLimitPerType: import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
32
32
|
readonly storeAgentContext: import("valibot").BooleanSchema<undefined>;
|
|
33
33
|
readonly publishPrVerificationReport: import("valibot").BooleanSchema<undefined>;
|
|
34
34
|
readonly artifactRetentionDays: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 3650, undefined>]>;
|
|
@@ -46,6 +46,7 @@ export declare const getWorkspaceSettingsContract: {
|
|
|
46
46
|
readonly defaultProvisionType: import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>;
|
|
47
47
|
readonly defaultProvisionManifestId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
48
48
|
readonly allowInitiatorPat: import("valibot").BooleanSchema<undefined>;
|
|
49
|
+
readonly bugFishingFixPipelineId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
49
50
|
readonly metadata: import("valibot").SchemaWithPipe<readonly [import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "metadata keys start with a letter and may contain letters, digits, \"_\", \".\" and \"-\" (max 64 chars)">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 1024, undefined>]>, undefined>, import("valibot").CheckAction<{
|
|
50
51
|
[x: string]: string;
|
|
51
52
|
}, "a workspace may hold at most 64 metadata fields">]>;
|
|
@@ -59,7 +60,7 @@ export declare const updateWorkspaceSettingsContract: {
|
|
|
59
60
|
readonly waitingEscalationMinutes: 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, 100000, undefined>]>, undefined>;
|
|
60
61
|
readonly taskLimitMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["off", "shared", "per_type"], undefined>, undefined>;
|
|
61
62
|
readonly taskLimitShared: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
62
|
-
readonly taskLimitPerType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>, undefined>;
|
|
63
|
+
readonly taskLimitPerType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>, undefined>;
|
|
63
64
|
readonly storeAgentContext: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
64
65
|
readonly publishPrVerificationReport: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
65
66
|
readonly artifactRetentionDays: 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, 3650, undefined>]>, undefined>;
|
|
@@ -77,6 +78,7 @@ export declare const updateWorkspaceSettingsContract: {
|
|
|
77
78
|
readonly defaultProvisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
78
79
|
readonly defaultProvisionManifestId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>, undefined>;
|
|
79
80
|
readonly allowInitiatorPat: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
81
|
+
readonly bugFishingFixPipelineId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
80
82
|
readonly metadata: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "metadata keys start with a letter and may contain letters, digits, \"_\", \".\" and \"-\" (max 64 chars)">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 1024, undefined>]>, undefined>, import("valibot").CheckAction<{
|
|
81
83
|
[x: string]: string;
|
|
82
84
|
}, "a workspace may hold at most 64 metadata fields">]>, undefined>;
|
|
@@ -108,7 +110,7 @@ export declare const updateWorkspaceSettingsContract: {
|
|
|
108
110
|
readonly waitingEscalationMinutes: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 100000, undefined>]>;
|
|
109
111
|
readonly taskLimitMode: import("valibot").PicklistSchema<["off", "shared", "per_type"], undefined>;
|
|
110
112
|
readonly taskLimitShared: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
111
|
-
readonly taskLimitPerType: import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
113
|
+
readonly taskLimitPerType: import("valibot").NullableSchema<import("valibot").RecordSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
112
114
|
readonly storeAgentContext: import("valibot").BooleanSchema<undefined>;
|
|
113
115
|
readonly publishPrVerificationReport: import("valibot").BooleanSchema<undefined>;
|
|
114
116
|
readonly artifactRetentionDays: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 3650, undefined>]>;
|
|
@@ -126,6 +128,7 @@ export declare const updateWorkspaceSettingsContract: {
|
|
|
126
128
|
readonly defaultProvisionType: import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>;
|
|
127
129
|
readonly defaultProvisionManifestId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
128
130
|
readonly allowInitiatorPat: import("valibot").BooleanSchema<undefined>;
|
|
131
|
+
readonly bugFishingFixPipelineId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
129
132
|
readonly metadata: import("valibot").SchemaWithPipe<readonly [import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "metadata keys start with a letter and may contain letters, digits, \"_\", \".\" and \"-\" (max 64 chars)">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 1024, undefined>]>, undefined>, import("valibot").CheckAction<{
|
|
130
133
|
[x: string]: string;
|
|
131
134
|
}, "a workspace may hold at most 64 metadata fields">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-settings.d.ts","sourceRoot":"","sources":["../../src/routes/workspace-settings.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"workspace-settings.d.ts","sourceRoot":"","sources":["../../src/routes/workspace-settings.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA"}
|