@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.
Files changed (125) hide show
  1. package/dist/agent-presentation.d.ts +2 -2
  2. package/dist/bootstrap.d.ts +48 -7
  3. package/dist/bootstrap.d.ts.map +1 -1
  4. package/dist/bootstrap.js +41 -6
  5. package/dist/bootstrap.js.map +1 -1
  6. package/dist/bugFishing.d.ts +379 -0
  7. package/dist/bugFishing.d.ts.map +1 -0
  8. package/dist/bugFishing.js +412 -0
  9. package/dist/bugFishing.js.map +1 -0
  10. package/dist/deploy-fix.d.ts +53 -3
  11. package/dist/deploy-fix.d.ts.map +1 -1
  12. package/dist/deploy-fix.js +39 -2
  13. package/dist/deploy-fix.js.map +1 -1
  14. package/dist/entities.d.ts +18 -1
  15. package/dist/entities.d.ts.map +1 -1
  16. package/dist/entities.js +15 -0
  17. package/dist/entities.js.map +1 -1
  18. package/dist/environment-investigation.d.ts +55 -5
  19. package/dist/environment-investigation.d.ts.map +1 -1
  20. package/dist/environment-investigation.js +19 -2
  21. package/dist/environment-investigation.js.map +1 -1
  22. package/dist/errors.d.ts +1 -1
  23. package/dist/errors.d.ts.map +1 -1
  24. package/dist/errors.js +18 -0
  25. package/dist/errors.js.map +1 -1
  26. package/dist/execution.d.ts +104 -0
  27. package/dist/execution.d.ts.map +1 -1
  28. package/dist/execution.js +12 -0
  29. package/dist/execution.js.map +1 -1
  30. package/dist/index.d.ts +1 -0
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +1 -0
  33. package/dist/index.js.map +1 -1
  34. package/dist/initiative.d.ts +15 -5
  35. package/dist/initiative.d.ts.map +1 -1
  36. package/dist/notification-routing.d.ts +3 -3
  37. package/dist/notification-webhooks.d.ts +7 -5
  38. package/dist/notification-webhooks.d.ts.map +1 -1
  39. package/dist/notifications.d.ts +25 -3
  40. package/dist/notifications.d.ts.map +1 -1
  41. package/dist/notifications.js +17 -0
  42. package/dist/notifications.js.map +1 -1
  43. package/dist/pipeline-purpose.d.ts +4 -0
  44. package/dist/pipeline-purpose.d.ts.map +1 -1
  45. package/dist/pipeline-purpose.js +6 -0
  46. package/dist/pipeline-purpose.js.map +1 -1
  47. package/dist/pr-report.d.ts +414 -6
  48. package/dist/pr-report.d.ts.map +1 -1
  49. package/dist/pr-report.js +143 -2
  50. package/dist/pr-report.js.map +1 -1
  51. package/dist/primitives.d.ts +71 -7
  52. package/dist/primitives.d.ts.map +1 -1
  53. package/dist/primitives.js +24 -1
  54. package/dist/primitives.js.map +1 -1
  55. package/dist/public-api.d.ts +6 -4
  56. package/dist/public-api.d.ts.map +1 -1
  57. package/dist/public-provisioning.d.ts +23 -4
  58. package/dist/public-provisioning.d.ts.map +1 -1
  59. package/dist/public-provisioning.js +24 -5
  60. package/dist/public-provisioning.js.map +1 -1
  61. package/dist/public-task-types.d.ts.map +1 -1
  62. package/dist/public-task-types.js +20 -0
  63. package/dist/public-task-types.js.map +1 -1
  64. package/dist/recurring.d.ts +12 -8
  65. package/dist/recurring.d.ts.map +1 -1
  66. package/dist/recurring.js +10 -5
  67. package/dist/recurring.js.map +1 -1
  68. package/dist/requests.d.ts +47 -7
  69. package/dist/requests.d.ts.map +1 -1
  70. package/dist/result-views.d.ts +1 -1
  71. package/dist/result-views.d.ts.map +1 -1
  72. package/dist/result-views.js +1 -0
  73. package/dist/result-views.js.map +1 -1
  74. package/dist/routes/agent-runs.d.ts +86 -0
  75. package/dist/routes/agent-runs.d.ts.map +1 -1
  76. package/dist/routes/board.d.ts +99 -20
  77. package/dist/routes/board.d.ts.map +1 -1
  78. package/dist/routes/bootstrap.d.ts +6 -0
  79. package/dist/routes/bootstrap.d.ts.map +1 -1
  80. package/dist/routes/bug-hunt.d.ts +92 -2
  81. package/dist/routes/bug-hunt.d.ts.map +1 -1
  82. package/dist/routes/bugFishing.d.ts +307 -0
  83. package/dist/routes/bugFishing.d.ts.map +1 -0
  84. package/dist/routes/bugFishing.js +51 -0
  85. package/dist/routes/bugFishing.js.map +1 -0
  86. package/dist/routes/execution.d.ts +428 -2
  87. package/dist/routes/execution.d.ts.map +1 -1
  88. package/dist/routes/human-review.d.ts +42 -0
  89. package/dist/routes/human-review.d.ts.map +1 -1
  90. package/dist/routes/human-test.d.ts +210 -0
  91. package/dist/routes/human-test.d.ts.map +1 -1
  92. package/dist/routes/index.d.ts +1 -0
  93. package/dist/routes/index.d.ts.map +1 -1
  94. package/dist/routes/index.js +1 -0
  95. package/dist/routes/index.js.map +1 -1
  96. package/dist/routes/initiative.d.ts +52 -17
  97. package/dist/routes/initiative.d.ts.map +1 -1
  98. package/dist/routes/notification-webhooks.d.ts +14 -14
  99. package/dist/routes/notifications.d.ts +12 -6
  100. package/dist/routes/notifications.d.ts.map +1 -1
  101. package/dist/routes/public-api.d.ts +17 -11
  102. package/dist/routes/public-api.d.ts.map +1 -1
  103. package/dist/routes/public-board.d.ts +2 -2
  104. package/dist/routes/public-evidence.d.ts +24 -1
  105. package/dist/routes/public-evidence.d.ts.map +1 -1
  106. package/dist/routes/public-provisioning.d.ts +2 -0
  107. package/dist/routes/public-provisioning.d.ts.map +1 -1
  108. package/dist/routes/recurring.d.ts +5 -5
  109. package/dist/routes/slack.d.ts +3 -3
  110. package/dist/routes/tasks.d.ts +12 -3
  111. package/dist/routes/tasks.d.ts.map +1 -1
  112. package/dist/routes/visual-confirm.d.ts +126 -0
  113. package/dist/routes/visual-confirm.d.ts.map +1 -1
  114. package/dist/routes/workspace-settings.d.ts +6 -3
  115. package/dist/routes/workspace-settings.d.ts.map +1 -1
  116. package/dist/routes/workspaces.d.ts +122 -14
  117. package/dist/routes/workspaces.d.ts.map +1 -1
  118. package/dist/slack.d.ts +2 -2
  119. package/dist/snapshot.d.ts +61 -7
  120. package/dist/snapshot.d.ts.map +1 -1
  121. package/dist/workspace-settings.d.ts +26 -3
  122. package/dist/workspace-settings.d.ts.map +1 -1
  123. package/dist/workspace-settings.js +23 -0
  124. package/dist/workspace-settings.js.map +1 -1
  125. 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA"}
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"}