@cat-factory/contracts 0.34.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/dist/api-keys.d.ts +17 -0
  2. package/dist/api-keys.d.ts.map +1 -1
  3. package/dist/api-keys.js +2 -0
  4. package/dist/api-keys.js.map +1 -1
  5. package/dist/github.d.ts +14 -0
  6. package/dist/github.d.ts.map +1 -1
  7. package/dist/github.js +13 -0
  8. package/dist/github.js.map +1 -1
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +1 -0
  12. package/dist/index.js.map +1 -1
  13. package/dist/observability.d.ts +63 -0
  14. package/dist/observability.d.ts.map +1 -1
  15. package/dist/observability.js +57 -0
  16. package/dist/observability.js.map +1 -1
  17. package/dist/requests.d.ts +7 -0
  18. package/dist/requests.d.ts.map +1 -1
  19. package/dist/requests.js +2 -0
  20. package/dist/requests.js.map +1 -1
  21. package/dist/routes/_shared.d.ts +58 -0
  22. package/dist/routes/_shared.d.ts.map +1 -0
  23. package/dist/routes/_shared.js +46 -0
  24. package/dist/routes/_shared.js.map +1 -0
  25. package/dist/routes/accounts.d.ts +775 -0
  26. package/dist/routes/accounts.d.ts.map +1 -0
  27. package/dist/routes/accounts.js +145 -0
  28. package/dist/routes/accounts.js.map +1 -0
  29. package/dist/routes/agent-runs.d.ts +659 -0
  30. package/dist/routes/agent-runs.d.ts.map +1 -0
  31. package/dist/routes/agent-runs.js +33 -0
  32. package/dist/routes/agent-runs.js.map +1 -0
  33. package/dist/routes/api-keys.d.ts +244 -0
  34. package/dist/routes/api-keys.d.ts.map +1 -0
  35. package/dist/routes/api-keys.js +48 -0
  36. package/dist/routes/api-keys.js.map +1 -0
  37. package/dist/routes/auth.d.ts +411 -0
  38. package/dist/routes/auth.d.ts.map +1 -0
  39. package/dist/routes/auth.js +129 -0
  40. package/dist/routes/auth.js.map +1 -0
  41. package/dist/routes/board.d.ts +1259 -0
  42. package/dist/routes/board.d.ts.map +1 -0
  43. package/dist/routes/board.js +84 -0
  44. package/dist/routes/board.js.map +1 -0
  45. package/dist/routes/bootstrap.d.ts +395 -0
  46. package/dist/routes/bootstrap.d.ts.map +1 -0
  47. package/dist/routes/bootstrap.js +56 -0
  48. package/dist/routes/bootstrap.js.map +1 -0
  49. package/dist/routes/brainstorm.d.ts +482 -0
  50. package/dist/routes/brainstorm.d.ts.map +1 -0
  51. package/dist/routes/brainstorm.js +69 -0
  52. package/dist/routes/brainstorm.js.map +1 -0
  53. package/dist/routes/clarity.d.ts +462 -0
  54. package/dist/routes/clarity.d.ts.map +1 -0
  55. package/dist/routes/clarity.js +67 -0
  56. package/dist/routes/clarity.js.map +1 -0
  57. package/dist/routes/consensus.d.ts +71 -0
  58. package/dist/routes/consensus.d.ts.map +1 -0
  59. package/dist/routes/consensus.js +23 -0
  60. package/dist/routes/consensus.js.map +1 -0
  61. package/dist/routes/documents.d.ts +449 -0
  62. package/dist/routes/documents.d.ts.map +1 -0
  63. package/dist/routes/documents.js +89 -0
  64. package/dist/routes/documents.js.map +1 -0
  65. package/dist/routes/environments.d.ts +715 -0
  66. package/dist/routes/environments.d.ts.map +1 -0
  67. package/dist/routes/environments.js +82 -0
  68. package/dist/routes/environments.js.map +1 -0
  69. package/dist/routes/execution.d.ts +2768 -0
  70. package/dist/routes/execution.d.ts.map +1 -0
  71. package/dist/routes/execution.js +119 -0
  72. package/dist/routes/execution.js.map +1 -0
  73. package/dist/routes/followUp.d.ts +277 -0
  74. package/dist/routes/followUp.d.ts.map +1 -0
  75. package/dist/routes/followUp.js +47 -0
  76. package/dist/routes/followUp.js.map +1 -0
  77. package/dist/routes/fragment-library.d.ts +594 -0
  78. package/dist/routes/fragment-library.d.ts.map +1 -0
  79. package/dist/routes/fragment-library.js +102 -0
  80. package/dist/routes/fragment-library.js.map +1 -0
  81. package/dist/routes/github.d.ts +807 -0
  82. package/dist/routes/github.d.ts.map +1 -0
  83. package/dist/routes/github.js +157 -0
  84. package/dist/routes/github.js.map +1 -0
  85. package/dist/routes/human-review.d.ts +289 -0
  86. package/dist/routes/human-review.d.ts.map +1 -0
  87. package/dist/routes/human-review.js +19 -0
  88. package/dist/routes/human-review.js.map +1 -0
  89. package/dist/routes/human-test.d.ts +1434 -0
  90. package/dist/routes/human-test.d.ts.map +1 -0
  91. package/dist/routes/human-test.js +47 -0
  92. package/dist/routes/human-test.js.map +1 -0
  93. package/dist/routes/incident-enrichment.d.ts +110 -0
  94. package/dist/routes/incident-enrichment.d.ts.map +1 -0
  95. package/dist/routes/incident-enrichment.js +26 -0
  96. package/dist/routes/incident-enrichment.js.map +1 -0
  97. package/dist/routes/index.d.ts +47 -0
  98. package/dist/routes/index.d.ts.map +1 -0
  99. package/dist/routes/index.js +50 -0
  100. package/dist/routes/index.js.map +1 -0
  101. package/dist/routes/kaizen.d.ts +112 -0
  102. package/dist/routes/kaizen.d.ts.map +1 -0
  103. package/dist/routes/kaizen.js +21 -0
  104. package/dist/routes/kaizen.js.map +1 -0
  105. package/dist/routes/localModels.d.ts +163 -0
  106. package/dist/routes/localModels.d.ts.map +1 -0
  107. package/dist/routes/localModels.js +41 -0
  108. package/dist/routes/localModels.js.map +1 -0
  109. package/dist/routes/localSettings.d.ts +93 -0
  110. package/dist/routes/localSettings.d.ts.map +1 -0
  111. package/dist/routes/localSettings.js +22 -0
  112. package/dist/routes/localSettings.js.map +1 -0
  113. package/dist/routes/merge.d.ts +197 -0
  114. package/dist/routes/merge.d.ts.map +1 -0
  115. package/dist/routes/merge.js +36 -0
  116. package/dist/routes/merge.js.map +1 -0
  117. package/dist/routes/model-presets.d.ts +162 -0
  118. package/dist/routes/model-presets.d.ts.map +1 -0
  119. package/dist/routes/model-presets.js +36 -0
  120. package/dist/routes/model-presets.js.map +1 -0
  121. package/dist/routes/models.d.ts +122 -0
  122. package/dist/routes/models.d.ts.map +1 -0
  123. package/dist/routes/models.js +24 -0
  124. package/dist/routes/models.js.map +1 -0
  125. package/dist/routes/notifications.d.ts +213 -0
  126. package/dist/routes/notifications.d.ts.map +1 -0
  127. package/dist/routes/notifications.js +31 -0
  128. package/dist/routes/notifications.js.map +1 -0
  129. package/dist/routes/openrouter.d.ts +144 -0
  130. package/dist/routes/openrouter.d.ts.map +1 -0
  131. package/dist/routes/openrouter.js +31 -0
  132. package/dist/routes/openrouter.js.map +1 -0
  133. package/dist/routes/personal-subscriptions.d.ts +124 -0
  134. package/dist/routes/personal-subscriptions.d.ts.map +1 -0
  135. package/dist/routes/personal-subscriptions.js +32 -0
  136. package/dist/routes/personal-subscriptions.js.map +1 -0
  137. package/dist/routes/pipelines.d.ts +457 -0
  138. package/dist/routes/pipelines.d.ts.map +1 -0
  139. package/dist/routes/pipelines.js +51 -0
  140. package/dist/routes/pipelines.js.map +1 -0
  141. package/dist/routes/prompt-fragments.d.ts +52 -0
  142. package/dist/routes/prompt-fragments.d.ts.map +1 -0
  143. package/dist/routes/prompt-fragments.js +14 -0
  144. package/dist/routes/prompt-fragments.js.map +1 -0
  145. package/dist/routes/provisioning-logs.d.ts +45 -0
  146. package/dist/routes/provisioning-logs.d.ts.map +1 -0
  147. package/dist/routes/provisioning-logs.js +14 -0
  148. package/dist/routes/provisioning-logs.js.map +1 -0
  149. package/dist/routes/recurring.d.ts +309 -0
  150. package/dist/routes/recurring.d.ts.map +1 -0
  151. package/dist/routes/recurring.js +50 -0
  152. package/dist/routes/recurring.js.map +1 -0
  153. package/dist/routes/release.d.ts +218 -0
  154. package/dist/routes/release.d.ts.map +1 -0
  155. package/dist/routes/release.js +47 -0
  156. package/dist/routes/release.js.map +1 -0
  157. package/dist/routes/requirements.d.ts +901 -0
  158. package/dist/routes/requirements.d.ts.map +1 -0
  159. package/dist/routes/requirements.js +96 -0
  160. package/dist/routes/requirements.js.map +1 -0
  161. package/dist/routes/runners.d.ts +442 -0
  162. package/dist/routes/runners.d.ts.map +1 -0
  163. package/dist/routes/runners.js +47 -0
  164. package/dist/routes/runners.js.map +1 -0
  165. package/dist/routes/sandbox.d.ts +898 -0
  166. package/dist/routes/sandbox.d.ts.map +1 -0
  167. package/dist/routes/sandbox.js +119 -0
  168. package/dist/routes/sandbox.js.map +1 -0
  169. package/dist/routes/service-fragment-defaults.d.ts +66 -0
  170. package/dist/routes/service-fragment-defaults.d.ts.map +1 -0
  171. package/dist/routes/service-fragment-defaults.js +20 -0
  172. package/dist/routes/service-fragment-defaults.js.map +1 -0
  173. package/dist/routes/services.d.ts +224 -0
  174. package/dist/routes/services.d.ts.map +1 -0
  175. package/dist/routes/services.js +44 -0
  176. package/dist/routes/services.js.map +1 -0
  177. package/dist/routes/slack.d.ts +332 -0
  178. package/dist/routes/slack.d.ts.map +1 -0
  179. package/dist/routes/slack.js +72 -0
  180. package/dist/routes/slack.js.map +1 -0
  181. package/dist/routes/spec.d.ts +75 -0
  182. package/dist/routes/spec.d.ts.map +1 -0
  183. package/dist/routes/spec.js +16 -0
  184. package/dist/routes/spec.js.map +1 -0
  185. package/dist/routes/tasks.d.ts +723 -0
  186. package/dist/routes/tasks.d.ts.map +1 -0
  187. package/dist/routes/tasks.js +108 -0
  188. package/dist/routes/tasks.js.map +1 -0
  189. package/dist/routes/tracker.d.ts +77 -0
  190. package/dist/routes/tracker.d.ts.map +1 -0
  191. package/dist/routes/tracker.js +20 -0
  192. package/dist/routes/tracker.js.map +1 -0
  193. package/dist/routes/user-secret.d.ts +231 -0
  194. package/dist/routes/user-secret.d.ts.map +1 -0
  195. package/dist/routes/user-secret.js +49 -0
  196. package/dist/routes/user-secret.js.map +1 -0
  197. package/dist/routes/vendor-credentials.d.ts +120 -0
  198. package/dist/routes/vendor-credentials.d.ts.map +1 -0
  199. package/dist/routes/vendor-credentials.js +33 -0
  200. package/dist/routes/vendor-credentials.js.map +1 -0
  201. package/dist/routes/workspace-settings.d.ts +93 -0
  202. package/dist/routes/workspace-settings.d.ts.map +1 -0
  203. package/dist/routes/workspace-settings.js +20 -0
  204. package/dist/routes/workspace-settings.js.map +1 -0
  205. package/dist/routes/workspaces.d.ts +1309 -0
  206. package/dist/routes/workspaces.d.ts.map +1 -0
  207. package/dist/routes/workspaces.js +45 -0
  208. package/dist/routes/workspaces.js.map +1 -0
  209. package/package.json +3 -1
@@ -0,0 +1,898 @@
1
+ import { ContractNoBody } from '@toad-contracts/valibot';
2
+ import * as v from 'valibot';
3
+ export declare const sandboxOverviewContract: {
4
+ readonly method: "get";
5
+ readonly pathResolver: () => string;
6
+ readonly responsesByStatusCode: {
7
+ readonly '4xx': v.ObjectSchema<{
8
+ readonly error: v.ObjectSchema<{
9
+ readonly code: v.StringSchema<undefined>;
10
+ readonly message: v.StringSchema<undefined>;
11
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
12
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
13
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
14
+ readonly message: v.StringSchema<undefined>;
15
+ }, undefined>, undefined>, undefined>;
16
+ }, undefined>;
17
+ }, undefined>;
18
+ readonly '5xx': v.ObjectSchema<{
19
+ readonly error: v.ObjectSchema<{
20
+ readonly code: v.StringSchema<undefined>;
21
+ readonly message: v.StringSchema<undefined>;
22
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
23
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
24
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
25
+ readonly message: v.StringSchema<undefined>;
26
+ }, undefined>, undefined>, undefined>;
27
+ }, undefined>;
28
+ }, undefined>;
29
+ readonly 200: v.ObjectSchema<{
30
+ readonly agentKinds: v.ArraySchema<v.ObjectSchema<{
31
+ readonly agentKind: v.StringSchema<undefined>;
32
+ readonly label: v.StringSchema<undefined>;
33
+ readonly bucket: v.StringSchema<undefined>;
34
+ readonly rubric: v.StringSchema<undefined>;
35
+ readonly fixtureKinds: v.ArraySchema<v.PicklistSchema<["requirements", "clarity", "architecture", "code-review", "repo-feature", "repo-bug"], undefined>, undefined>;
36
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
37
+ }, undefined>, undefined>;
38
+ readonly prompts: v.ArraySchema<v.ObjectSchema<{
39
+ readonly id: v.StringSchema<undefined>;
40
+ readonly lineageId: v.StringSchema<undefined>;
41
+ readonly agentKind: v.StringSchema<undefined>;
42
+ readonly name: v.StringSchema<undefined>;
43
+ readonly origin: v.PicklistSchema<["baseline", "candidate"], undefined>;
44
+ readonly systemText: v.StringSchema<undefined>;
45
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
46
+ readonly version: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
47
+ readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
48
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
49
+ readonly createdAt: v.NumberSchema<undefined>;
50
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
51
+ readonly archivedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
52
+ }, undefined>, undefined>;
53
+ readonly fixtures: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
54
+ readonly id: v.StringSchema<undefined>;
55
+ readonly kind: v.PicklistSchema<["requirements", "clarity", "architecture", "code-review", "repo-feature", "repo-bug"], undefined>;
56
+ readonly name: v.StringSchema<undefined>;
57
+ readonly payload: v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
58
+ readonly repoRef: v.NullableSchema<v.ObjectSchema<{
59
+ readonly owner: v.StringSchema<undefined>;
60
+ readonly name: v.StringSchema<undefined>;
61
+ readonly seedRef: v.StringSchema<undefined>;
62
+ }, undefined>, undefined>;
63
+ readonly objective: v.NullableSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
64
+ readonly kind: v.LiteralSchema<"tests", undefined>;
65
+ readonly testCmd: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
66
+ }, undefined>, v.ObjectSchema<{
67
+ readonly kind: v.LiteralSchema<"findings", undefined>;
68
+ readonly expectations: v.ArraySchema<v.ObjectSchema<{
69
+ readonly id: v.StringSchema<undefined>;
70
+ readonly summary: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
71
+ readonly detail: v.OptionalSchema<v.StringSchema<undefined>, "">;
72
+ readonly trickiness: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
73
+ readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
74
+ readonly matchHints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>, readonly []>;
75
+ }, undefined>, undefined>;
76
+ }, undefined>], undefined>, undefined>;
77
+ readonly origin: v.PicklistSchema<["builtin", "custom"], undefined>;
78
+ readonly createdAt: v.NumberSchema<undefined>;
79
+ }, undefined>, v.CheckAction<{
80
+ id: string;
81
+ kind: "architecture" | "clarity" | "code-review" | "repo-bug" | "repo-feature" | "requirements";
82
+ name: string;
83
+ payload: {
84
+ [x: string]: unknown;
85
+ } | null;
86
+ repoRef: {
87
+ owner: string;
88
+ name: string;
89
+ seedRef: string;
90
+ } | null;
91
+ objective: {
92
+ kind: "tests";
93
+ testCmd: string;
94
+ } | {
95
+ kind: "findings";
96
+ expectations: {
97
+ id: string;
98
+ summary: string;
99
+ detail: string;
100
+ trickiness: number;
101
+ impact: number;
102
+ matchHints: string[];
103
+ }[];
104
+ } | null;
105
+ origin: "builtin" | "custom";
106
+ createdAt: number;
107
+ }, "Repo fixtures (repo-feature/repo-bug) require a repoRef and no payload; inline fixtures require a payload and no repoRef">]>, undefined>;
108
+ readonly experiments: v.ArraySchema<v.ObjectSchema<{
109
+ readonly id: v.StringSchema<undefined>;
110
+ readonly name: v.StringSchema<undefined>;
111
+ readonly agentKind: v.StringSchema<undefined>;
112
+ readonly judgeModel: v.StringSchema<undefined>;
113
+ readonly repeats: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
114
+ readonly status: v.PicklistSchema<["draft", "running", "done", "failed"], undefined>;
115
+ readonly matrix: v.ObjectSchema<{
116
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
117
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
118
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
119
+ }, undefined>;
120
+ readonly budgetTokens: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
121
+ readonly createdAt: v.NumberSchema<undefined>;
122
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
123
+ }, undefined>, undefined>;
124
+ readonly maxCells: v.NumberSchema<undefined>;
125
+ }, undefined>;
126
+ };
127
+ };
128
+ export declare const listSandboxPromptsContract: {
129
+ readonly method: "get";
130
+ readonly pathResolver: () => string;
131
+ readonly requestQuerySchema: v.ObjectSchema<{
132
+ readonly agentKind: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
133
+ }, undefined>;
134
+ readonly responsesByStatusCode: {
135
+ readonly '4xx': v.ObjectSchema<{
136
+ readonly error: v.ObjectSchema<{
137
+ readonly code: v.StringSchema<undefined>;
138
+ readonly message: v.StringSchema<undefined>;
139
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
140
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
141
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
142
+ readonly message: v.StringSchema<undefined>;
143
+ }, undefined>, undefined>, undefined>;
144
+ }, undefined>;
145
+ }, undefined>;
146
+ readonly '5xx': v.ObjectSchema<{
147
+ readonly error: v.ObjectSchema<{
148
+ readonly code: v.StringSchema<undefined>;
149
+ readonly message: v.StringSchema<undefined>;
150
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
151
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
152
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
153
+ readonly message: v.StringSchema<undefined>;
154
+ }, undefined>, undefined>, undefined>;
155
+ }, undefined>;
156
+ }, undefined>;
157
+ readonly 200: v.ArraySchema<v.ObjectSchema<{
158
+ readonly id: v.StringSchema<undefined>;
159
+ readonly lineageId: v.StringSchema<undefined>;
160
+ readonly agentKind: v.StringSchema<undefined>;
161
+ readonly name: v.StringSchema<undefined>;
162
+ readonly origin: v.PicklistSchema<["baseline", "candidate"], undefined>;
163
+ readonly systemText: v.StringSchema<undefined>;
164
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
165
+ readonly version: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
166
+ readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
167
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
168
+ readonly createdAt: v.NumberSchema<undefined>;
169
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
170
+ readonly archivedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
171
+ }, undefined>, undefined>;
172
+ };
173
+ };
174
+ export declare const cloneSandboxPromptContract: {
175
+ readonly method: "post";
176
+ readonly pathResolver: () => string;
177
+ readonly requestBodySchema: v.ObjectSchema<{
178
+ readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
179
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
180
+ readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
181
+ readonly labels: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>, readonly []>;
182
+ }, undefined>;
183
+ readonly responsesByStatusCode: {
184
+ readonly '4xx': v.ObjectSchema<{
185
+ readonly error: v.ObjectSchema<{
186
+ readonly code: v.StringSchema<undefined>;
187
+ readonly message: v.StringSchema<undefined>;
188
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
189
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
190
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
191
+ readonly message: v.StringSchema<undefined>;
192
+ }, undefined>, undefined>, undefined>;
193
+ }, undefined>;
194
+ }, undefined>;
195
+ readonly '5xx': v.ObjectSchema<{
196
+ readonly error: v.ObjectSchema<{
197
+ readonly code: v.StringSchema<undefined>;
198
+ readonly message: v.StringSchema<undefined>;
199
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
200
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
201
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
202
+ readonly message: v.StringSchema<undefined>;
203
+ }, undefined>, undefined>, undefined>;
204
+ }, undefined>;
205
+ }, undefined>;
206
+ readonly 201: v.ObjectSchema<{
207
+ readonly id: v.StringSchema<undefined>;
208
+ readonly lineageId: v.StringSchema<undefined>;
209
+ readonly agentKind: v.StringSchema<undefined>;
210
+ readonly name: v.StringSchema<undefined>;
211
+ readonly origin: v.PicklistSchema<["baseline", "candidate"], undefined>;
212
+ readonly systemText: v.StringSchema<undefined>;
213
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
214
+ readonly version: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
215
+ readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
216
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
217
+ readonly createdAt: v.NumberSchema<undefined>;
218
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
219
+ readonly archivedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
220
+ }, undefined>;
221
+ };
222
+ };
223
+ export declare const saveSandboxPromptContract: {
224
+ readonly method: "post";
225
+ readonly pathResolver: () => string;
226
+ readonly requestBodySchema: v.ObjectSchema<{
227
+ readonly parentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
228
+ readonly systemText: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
229
+ readonly labels: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>, readonly []>;
230
+ }, undefined>;
231
+ readonly responsesByStatusCode: {
232
+ readonly '4xx': v.ObjectSchema<{
233
+ readonly error: v.ObjectSchema<{
234
+ readonly code: v.StringSchema<undefined>;
235
+ readonly message: v.StringSchema<undefined>;
236
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
237
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
238
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
239
+ readonly message: v.StringSchema<undefined>;
240
+ }, undefined>, undefined>, undefined>;
241
+ }, undefined>;
242
+ }, undefined>;
243
+ readonly '5xx': v.ObjectSchema<{
244
+ readonly error: v.ObjectSchema<{
245
+ readonly code: v.StringSchema<undefined>;
246
+ readonly message: v.StringSchema<undefined>;
247
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
248
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
249
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
250
+ readonly message: v.StringSchema<undefined>;
251
+ }, undefined>, undefined>, undefined>;
252
+ }, undefined>;
253
+ }, undefined>;
254
+ readonly 201: v.ObjectSchema<{
255
+ readonly id: v.StringSchema<undefined>;
256
+ readonly lineageId: v.StringSchema<undefined>;
257
+ readonly agentKind: v.StringSchema<undefined>;
258
+ readonly name: v.StringSchema<undefined>;
259
+ readonly origin: v.PicklistSchema<["baseline", "candidate"], undefined>;
260
+ readonly systemText: v.StringSchema<undefined>;
261
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
262
+ readonly version: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
263
+ readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
264
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
265
+ readonly createdAt: v.NumberSchema<undefined>;
266
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
267
+ readonly archivedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
268
+ }, undefined>;
269
+ };
270
+ };
271
+ export declare const setSandboxPromptLabelsContract: {
272
+ readonly method: "patch";
273
+ readonly requestPathParamsSchema: v.ObjectSchema<{
274
+ promptId: v.StringSchema<undefined>;
275
+ }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
276
+ readonly pathResolver: ({ promptId }: {
277
+ promptId: string;
278
+ }) => string;
279
+ readonly requestBodySchema: v.ObjectSchema<{
280
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
281
+ }, undefined>;
282
+ readonly responsesByStatusCode: {
283
+ readonly '4xx': v.ObjectSchema<{
284
+ readonly error: v.ObjectSchema<{
285
+ readonly code: v.StringSchema<undefined>;
286
+ readonly message: v.StringSchema<undefined>;
287
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
288
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
289
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
290
+ readonly message: v.StringSchema<undefined>;
291
+ }, undefined>, undefined>, undefined>;
292
+ }, undefined>;
293
+ }, undefined>;
294
+ readonly '5xx': v.ObjectSchema<{
295
+ readonly error: v.ObjectSchema<{
296
+ readonly code: v.StringSchema<undefined>;
297
+ readonly message: v.StringSchema<undefined>;
298
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
299
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
300
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
301
+ readonly message: v.StringSchema<undefined>;
302
+ }, undefined>, undefined>, undefined>;
303
+ }, undefined>;
304
+ }, undefined>;
305
+ readonly 200: v.ObjectSchema<{
306
+ readonly id: v.StringSchema<undefined>;
307
+ readonly lineageId: v.StringSchema<undefined>;
308
+ readonly agentKind: v.StringSchema<undefined>;
309
+ readonly name: v.StringSchema<undefined>;
310
+ readonly origin: v.PicklistSchema<["baseline", "candidate"], undefined>;
311
+ readonly systemText: v.StringSchema<undefined>;
312
+ readonly basePromptId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
313
+ readonly version: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
314
+ readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
315
+ readonly labels: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>, undefined>;
316
+ readonly createdAt: v.NumberSchema<undefined>;
317
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
318
+ readonly archivedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
319
+ }, undefined>;
320
+ };
321
+ };
322
+ export declare const archiveSandboxPromptContract: {
323
+ readonly method: "delete";
324
+ readonly requestPathParamsSchema: v.ObjectSchema<{
325
+ promptId: v.StringSchema<undefined>;
326
+ }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
327
+ readonly pathResolver: ({ promptId }: {
328
+ promptId: string;
329
+ }) => string;
330
+ readonly responsesByStatusCode: {
331
+ readonly '4xx': v.ObjectSchema<{
332
+ readonly error: v.ObjectSchema<{
333
+ readonly code: v.StringSchema<undefined>;
334
+ readonly message: v.StringSchema<undefined>;
335
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
336
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
337
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
338
+ readonly message: v.StringSchema<undefined>;
339
+ }, undefined>, undefined>, undefined>;
340
+ }, undefined>;
341
+ }, undefined>;
342
+ readonly '5xx': v.ObjectSchema<{
343
+ readonly error: v.ObjectSchema<{
344
+ readonly code: v.StringSchema<undefined>;
345
+ readonly message: v.StringSchema<undefined>;
346
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
347
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
348
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
349
+ readonly message: v.StringSchema<undefined>;
350
+ }, undefined>, undefined>, undefined>;
351
+ }, undefined>;
352
+ }, undefined>;
353
+ readonly 204: typeof ContractNoBody;
354
+ };
355
+ };
356
+ export declare const listSandboxFixturesContract: {
357
+ readonly method: "get";
358
+ readonly pathResolver: () => string;
359
+ readonly responsesByStatusCode: {
360
+ readonly '4xx': v.ObjectSchema<{
361
+ readonly error: v.ObjectSchema<{
362
+ readonly code: v.StringSchema<undefined>;
363
+ readonly message: v.StringSchema<undefined>;
364
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
365
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
366
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
367
+ readonly message: v.StringSchema<undefined>;
368
+ }, undefined>, undefined>, undefined>;
369
+ }, undefined>;
370
+ }, undefined>;
371
+ readonly '5xx': v.ObjectSchema<{
372
+ readonly error: v.ObjectSchema<{
373
+ readonly code: v.StringSchema<undefined>;
374
+ readonly message: v.StringSchema<undefined>;
375
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
376
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
377
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
378
+ readonly message: v.StringSchema<undefined>;
379
+ }, undefined>, undefined>, undefined>;
380
+ }, undefined>;
381
+ }, undefined>;
382
+ readonly 200: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
383
+ readonly id: v.StringSchema<undefined>;
384
+ readonly kind: v.PicklistSchema<["requirements", "clarity", "architecture", "code-review", "repo-feature", "repo-bug"], undefined>;
385
+ readonly name: v.StringSchema<undefined>;
386
+ readonly payload: v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
387
+ readonly repoRef: v.NullableSchema<v.ObjectSchema<{
388
+ readonly owner: v.StringSchema<undefined>;
389
+ readonly name: v.StringSchema<undefined>;
390
+ readonly seedRef: v.StringSchema<undefined>;
391
+ }, undefined>, undefined>;
392
+ readonly objective: v.NullableSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
393
+ readonly kind: v.LiteralSchema<"tests", undefined>;
394
+ readonly testCmd: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
395
+ }, undefined>, v.ObjectSchema<{
396
+ readonly kind: v.LiteralSchema<"findings", undefined>;
397
+ readonly expectations: v.ArraySchema<v.ObjectSchema<{
398
+ readonly id: v.StringSchema<undefined>;
399
+ readonly summary: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
400
+ readonly detail: v.OptionalSchema<v.StringSchema<undefined>, "">;
401
+ readonly trickiness: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
402
+ readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
403
+ readonly matchHints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>, readonly []>;
404
+ }, undefined>, undefined>;
405
+ }, undefined>], undefined>, undefined>;
406
+ readonly origin: v.PicklistSchema<["builtin", "custom"], undefined>;
407
+ readonly createdAt: v.NumberSchema<undefined>;
408
+ }, undefined>, v.CheckAction<{
409
+ id: string;
410
+ kind: "architecture" | "clarity" | "code-review" | "repo-bug" | "repo-feature" | "requirements";
411
+ name: string;
412
+ payload: {
413
+ [x: string]: unknown;
414
+ } | null;
415
+ repoRef: {
416
+ owner: string;
417
+ name: string;
418
+ seedRef: string;
419
+ } | null;
420
+ objective: {
421
+ kind: "tests";
422
+ testCmd: string;
423
+ } | {
424
+ kind: "findings";
425
+ expectations: {
426
+ id: string;
427
+ summary: string;
428
+ detail: string;
429
+ trickiness: number;
430
+ impact: number;
431
+ matchHints: string[];
432
+ }[];
433
+ } | null;
434
+ origin: "builtin" | "custom";
435
+ createdAt: number;
436
+ }, "Repo fixtures (repo-feature/repo-bug) require a repoRef and no payload; inline fixtures require a payload and no repoRef">]>, undefined>;
437
+ };
438
+ };
439
+ export declare const createSandboxFixtureContract: {
440
+ readonly method: "post";
441
+ readonly pathResolver: () => string;
442
+ readonly requestBodySchema: v.SchemaWithPipe<readonly [v.ObjectSchema<{
443
+ readonly kind: v.PicklistSchema<["requirements", "clarity", "architecture", "code-review", "repo-feature", "repo-bug"], undefined>;
444
+ readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
445
+ readonly payload: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>, null>;
446
+ readonly repoRef: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
447
+ readonly owner: v.StringSchema<undefined>;
448
+ readonly name: v.StringSchema<undefined>;
449
+ readonly seedRef: v.StringSchema<undefined>;
450
+ }, undefined>, undefined>, null>;
451
+ readonly objective: v.OptionalSchema<v.NullableSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
452
+ readonly kind: v.LiteralSchema<"tests", undefined>;
453
+ readonly testCmd: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
454
+ }, undefined>, v.ObjectSchema<{
455
+ readonly kind: v.LiteralSchema<"findings", undefined>;
456
+ readonly expectations: v.ArraySchema<v.ObjectSchema<{
457
+ readonly id: v.StringSchema<undefined>;
458
+ readonly summary: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
459
+ readonly detail: v.OptionalSchema<v.StringSchema<undefined>, "">;
460
+ readonly trickiness: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
461
+ readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
462
+ readonly matchHints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>, readonly []>;
463
+ }, undefined>, undefined>;
464
+ }, undefined>], undefined>, undefined>, null>;
465
+ }, undefined>, v.CheckAction<{
466
+ kind: "architecture" | "clarity" | "code-review" | "repo-bug" | "repo-feature" | "requirements";
467
+ name: string;
468
+ payload: {
469
+ [x: string]: unknown;
470
+ } | null;
471
+ repoRef: {
472
+ owner: string;
473
+ name: string;
474
+ seedRef: string;
475
+ } | null;
476
+ objective: {
477
+ kind: "tests";
478
+ testCmd: string;
479
+ } | {
480
+ kind: "findings";
481
+ expectations: {
482
+ id: string;
483
+ summary: string;
484
+ detail: string;
485
+ trickiness: number;
486
+ impact: number;
487
+ matchHints: string[];
488
+ }[];
489
+ } | null;
490
+ }, "Repo fixtures (repo-feature/repo-bug) require a repoRef and no payload; inline fixtures require a payload and no repoRef">]>;
491
+ readonly responsesByStatusCode: {
492
+ readonly '4xx': v.ObjectSchema<{
493
+ readonly error: v.ObjectSchema<{
494
+ readonly code: v.StringSchema<undefined>;
495
+ readonly message: v.StringSchema<undefined>;
496
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
497
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
498
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
499
+ readonly message: v.StringSchema<undefined>;
500
+ }, undefined>, undefined>, undefined>;
501
+ }, undefined>;
502
+ }, undefined>;
503
+ readonly '5xx': v.ObjectSchema<{
504
+ readonly error: v.ObjectSchema<{
505
+ readonly code: v.StringSchema<undefined>;
506
+ readonly message: v.StringSchema<undefined>;
507
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
508
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
509
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
510
+ readonly message: v.StringSchema<undefined>;
511
+ }, undefined>, undefined>, undefined>;
512
+ }, undefined>;
513
+ }, undefined>;
514
+ readonly 201: v.SchemaWithPipe<readonly [v.ObjectSchema<{
515
+ readonly id: v.StringSchema<undefined>;
516
+ readonly kind: v.PicklistSchema<["requirements", "clarity", "architecture", "code-review", "repo-feature", "repo-bug"], undefined>;
517
+ readonly name: v.StringSchema<undefined>;
518
+ readonly payload: v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
519
+ readonly repoRef: v.NullableSchema<v.ObjectSchema<{
520
+ readonly owner: v.StringSchema<undefined>;
521
+ readonly name: v.StringSchema<undefined>;
522
+ readonly seedRef: v.StringSchema<undefined>;
523
+ }, undefined>, undefined>;
524
+ readonly objective: v.NullableSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
525
+ readonly kind: v.LiteralSchema<"tests", undefined>;
526
+ readonly testCmd: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
527
+ }, undefined>, v.ObjectSchema<{
528
+ readonly kind: v.LiteralSchema<"findings", undefined>;
529
+ readonly expectations: v.ArraySchema<v.ObjectSchema<{
530
+ readonly id: v.StringSchema<undefined>;
531
+ readonly summary: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
532
+ readonly detail: v.OptionalSchema<v.StringSchema<undefined>, "">;
533
+ readonly trickiness: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
534
+ readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
535
+ readonly matchHints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>, readonly []>;
536
+ }, undefined>, undefined>;
537
+ }, undefined>], undefined>, undefined>;
538
+ readonly origin: v.PicklistSchema<["builtin", "custom"], undefined>;
539
+ readonly createdAt: v.NumberSchema<undefined>;
540
+ }, undefined>, v.CheckAction<{
541
+ id: string;
542
+ kind: "architecture" | "clarity" | "code-review" | "repo-bug" | "repo-feature" | "requirements";
543
+ name: string;
544
+ payload: {
545
+ [x: string]: unknown;
546
+ } | null;
547
+ repoRef: {
548
+ owner: string;
549
+ name: string;
550
+ seedRef: string;
551
+ } | null;
552
+ objective: {
553
+ kind: "tests";
554
+ testCmd: string;
555
+ } | {
556
+ kind: "findings";
557
+ expectations: {
558
+ id: string;
559
+ summary: string;
560
+ detail: string;
561
+ trickiness: number;
562
+ impact: number;
563
+ matchHints: string[];
564
+ }[];
565
+ } | null;
566
+ origin: "builtin" | "custom";
567
+ createdAt: number;
568
+ }, "Repo fixtures (repo-feature/repo-bug) require a repoRef and no payload; inline fixtures require a payload and no repoRef">]>;
569
+ };
570
+ };
571
+ export declare const removeSandboxFixtureContract: {
572
+ readonly method: "delete";
573
+ readonly requestPathParamsSchema: v.ObjectSchema<{
574
+ fixtureId: v.StringSchema<undefined>;
575
+ }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
576
+ readonly pathResolver: ({ fixtureId }: {
577
+ fixtureId: string;
578
+ }) => string;
579
+ readonly responsesByStatusCode: {
580
+ readonly '4xx': v.ObjectSchema<{
581
+ readonly error: v.ObjectSchema<{
582
+ readonly code: v.StringSchema<undefined>;
583
+ readonly message: v.StringSchema<undefined>;
584
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
585
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
586
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
587
+ readonly message: v.StringSchema<undefined>;
588
+ }, undefined>, undefined>, undefined>;
589
+ }, undefined>;
590
+ }, undefined>;
591
+ readonly '5xx': v.ObjectSchema<{
592
+ readonly error: v.ObjectSchema<{
593
+ readonly code: v.StringSchema<undefined>;
594
+ readonly message: v.StringSchema<undefined>;
595
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
596
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
597
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
598
+ readonly message: v.StringSchema<undefined>;
599
+ }, undefined>, undefined>, undefined>;
600
+ }, undefined>;
601
+ }, undefined>;
602
+ readonly 204: typeof ContractNoBody;
603
+ };
604
+ };
605
+ export declare const listSandboxExperimentsContract: {
606
+ readonly method: "get";
607
+ readonly pathResolver: () => string;
608
+ readonly responsesByStatusCode: {
609
+ readonly '4xx': v.ObjectSchema<{
610
+ readonly error: v.ObjectSchema<{
611
+ readonly code: v.StringSchema<undefined>;
612
+ readonly message: v.StringSchema<undefined>;
613
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
614
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
615
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
616
+ readonly message: v.StringSchema<undefined>;
617
+ }, undefined>, undefined>, undefined>;
618
+ }, undefined>;
619
+ }, undefined>;
620
+ readonly '5xx': v.ObjectSchema<{
621
+ readonly error: v.ObjectSchema<{
622
+ readonly code: v.StringSchema<undefined>;
623
+ readonly message: v.StringSchema<undefined>;
624
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
625
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
626
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
627
+ readonly message: v.StringSchema<undefined>;
628
+ }, undefined>, undefined>, undefined>;
629
+ }, undefined>;
630
+ }, undefined>;
631
+ readonly 200: v.ArraySchema<v.ObjectSchema<{
632
+ readonly id: v.StringSchema<undefined>;
633
+ readonly name: v.StringSchema<undefined>;
634
+ readonly agentKind: v.StringSchema<undefined>;
635
+ readonly judgeModel: v.StringSchema<undefined>;
636
+ readonly repeats: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
637
+ readonly status: v.PicklistSchema<["draft", "running", "done", "failed"], undefined>;
638
+ readonly matrix: v.ObjectSchema<{
639
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
640
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
641
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
642
+ }, undefined>;
643
+ readonly budgetTokens: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
644
+ readonly createdAt: v.NumberSchema<undefined>;
645
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
646
+ }, undefined>, undefined>;
647
+ };
648
+ };
649
+ export declare const createSandboxExperimentContract: {
650
+ readonly method: "post";
651
+ readonly pathResolver: () => string;
652
+ readonly requestBodySchema: v.ObjectSchema<{
653
+ readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
654
+ readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
655
+ readonly matrix: v.ObjectSchema<{
656
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
657
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
658
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
659
+ }, undefined>;
660
+ readonly judgeModel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
661
+ readonly repeats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, 1>;
662
+ readonly budgetTokens: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>, null>;
663
+ }, undefined>;
664
+ readonly responsesByStatusCode: {
665
+ readonly '4xx': v.ObjectSchema<{
666
+ readonly error: v.ObjectSchema<{
667
+ readonly code: v.StringSchema<undefined>;
668
+ readonly message: v.StringSchema<undefined>;
669
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
670
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
671
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
672
+ readonly message: v.StringSchema<undefined>;
673
+ }, undefined>, undefined>, undefined>;
674
+ }, undefined>;
675
+ }, undefined>;
676
+ readonly '5xx': v.ObjectSchema<{
677
+ readonly error: v.ObjectSchema<{
678
+ readonly code: v.StringSchema<undefined>;
679
+ readonly message: v.StringSchema<undefined>;
680
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
681
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
682
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
683
+ readonly message: v.StringSchema<undefined>;
684
+ }, undefined>, undefined>, undefined>;
685
+ }, undefined>;
686
+ }, undefined>;
687
+ readonly 201: v.ObjectSchema<{
688
+ readonly id: v.StringSchema<undefined>;
689
+ readonly name: v.StringSchema<undefined>;
690
+ readonly agentKind: v.StringSchema<undefined>;
691
+ readonly judgeModel: v.StringSchema<undefined>;
692
+ readonly repeats: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
693
+ readonly status: v.PicklistSchema<["draft", "running", "done", "failed"], undefined>;
694
+ readonly matrix: v.ObjectSchema<{
695
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
696
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
697
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
698
+ }, undefined>;
699
+ readonly budgetTokens: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
700
+ readonly createdAt: v.NumberSchema<undefined>;
701
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
702
+ }, undefined>;
703
+ };
704
+ };
705
+ export declare const getSandboxExperimentContract: {
706
+ readonly method: "get";
707
+ readonly requestPathParamsSchema: v.ObjectSchema<{
708
+ experimentId: v.StringSchema<undefined>;
709
+ }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
710
+ readonly pathResolver: ({ experimentId }: {
711
+ experimentId: string;
712
+ }) => string;
713
+ readonly responsesByStatusCode: {
714
+ readonly '4xx': v.ObjectSchema<{
715
+ readonly error: v.ObjectSchema<{
716
+ readonly code: v.StringSchema<undefined>;
717
+ readonly message: v.StringSchema<undefined>;
718
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
719
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
720
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
721
+ readonly message: v.StringSchema<undefined>;
722
+ }, undefined>, undefined>, undefined>;
723
+ }, undefined>;
724
+ }, undefined>;
725
+ readonly '5xx': v.ObjectSchema<{
726
+ readonly error: v.ObjectSchema<{
727
+ readonly code: v.StringSchema<undefined>;
728
+ readonly message: v.StringSchema<undefined>;
729
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
730
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
731
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
732
+ readonly message: v.StringSchema<undefined>;
733
+ }, undefined>, undefined>, undefined>;
734
+ }, undefined>;
735
+ }, undefined>;
736
+ readonly 200: v.ObjectSchema<{
737
+ readonly experiment: v.ObjectSchema<{
738
+ readonly id: v.StringSchema<undefined>;
739
+ readonly name: v.StringSchema<undefined>;
740
+ readonly agentKind: v.StringSchema<undefined>;
741
+ readonly judgeModel: v.StringSchema<undefined>;
742
+ readonly repeats: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
743
+ readonly status: v.PicklistSchema<["draft", "running", "done", "failed"], undefined>;
744
+ readonly matrix: v.ObjectSchema<{
745
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
746
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
747
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
748
+ }, undefined>;
749
+ readonly budgetTokens: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
750
+ readonly createdAt: v.NumberSchema<undefined>;
751
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
752
+ }, undefined>;
753
+ readonly runs: v.ArraySchema<v.ObjectSchema<{
754
+ readonly id: v.StringSchema<undefined>;
755
+ readonly experimentId: v.StringSchema<undefined>;
756
+ readonly promptVersionId: v.StringSchema<undefined>;
757
+ readonly model: v.StringSchema<undefined>;
758
+ readonly fixtureId: v.StringSchema<undefined>;
759
+ readonly repeatIndex: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
760
+ readonly status: v.PicklistSchema<["queued", "running", "done", "failed"], undefined>;
761
+ readonly outputText: v.NullableSchema<v.StringSchema<undefined>, undefined>;
762
+ readonly usage: v.NullableSchema<v.ObjectSchema<{
763
+ readonly inputTokens: v.NumberSchema<undefined>;
764
+ readonly outputTokens: v.NumberSchema<undefined>;
765
+ }, undefined>, undefined>;
766
+ readonly latencyMs: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
767
+ readonly branch: v.NullableSchema<v.StringSchema<undefined>, undefined>;
768
+ readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
769
+ readonly diff: v.NullableSchema<v.StringSchema<undefined>, undefined>;
770
+ readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
771
+ readonly seedSha: v.NullableSchema<v.StringSchema<undefined>, undefined>;
772
+ readonly promptLabel: v.StringSchema<undefined>;
773
+ readonly startedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
774
+ readonly finishedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
775
+ }, undefined>, undefined>;
776
+ readonly grades: v.ArraySchema<v.ObjectSchema<{
777
+ readonly id: v.StringSchema<undefined>;
778
+ readonly runId: v.StringSchema<undefined>;
779
+ readonly judgeModel: v.StringSchema<undefined>;
780
+ readonly scores: v.ArraySchema<v.ObjectSchema<{
781
+ readonly key: v.StringSchema<undefined>;
782
+ readonly score: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
783
+ readonly rationale: v.StringSchema<undefined>;
784
+ }, undefined>, undefined>;
785
+ readonly weightedTotal: v.NumberSchema<undefined>;
786
+ readonly objective: v.NullableSchema<v.ObjectSchema<{
787
+ readonly kind: v.PicklistSchema<["tests", "findings"], undefined>;
788
+ readonly pass: v.BooleanSchema<undefined>;
789
+ readonly detail: v.StringSchema<undefined>;
790
+ readonly impactRecall: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
791
+ readonly wowBonus: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
792
+ readonly caught: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
793
+ readonly total: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
794
+ readonly missedHighImpact: v.NullableSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
795
+ }, undefined>, undefined>;
796
+ readonly createdAt: v.NumberSchema<undefined>;
797
+ }, undefined>, undefined>;
798
+ }, undefined>;
799
+ };
800
+ };
801
+ export declare const launchSandboxExperimentContract: {
802
+ readonly method: "post";
803
+ readonly requestPathParamsSchema: v.ObjectSchema<{
804
+ experimentId: v.StringSchema<undefined>;
805
+ }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
806
+ readonly pathResolver: ({ experimentId }: {
807
+ experimentId: string;
808
+ }) => string;
809
+ readonly requestBodySchema: typeof ContractNoBody;
810
+ readonly responsesByStatusCode: {
811
+ readonly '4xx': v.ObjectSchema<{
812
+ readonly error: v.ObjectSchema<{
813
+ readonly code: v.StringSchema<undefined>;
814
+ readonly message: v.StringSchema<undefined>;
815
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
816
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
817
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
818
+ readonly message: v.StringSchema<undefined>;
819
+ }, undefined>, undefined>, undefined>;
820
+ }, undefined>;
821
+ }, undefined>;
822
+ readonly '5xx': v.ObjectSchema<{
823
+ readonly error: v.ObjectSchema<{
824
+ readonly code: v.StringSchema<undefined>;
825
+ readonly message: v.StringSchema<undefined>;
826
+ readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
827
+ readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
828
+ readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
829
+ readonly message: v.StringSchema<undefined>;
830
+ }, undefined>, undefined>, undefined>;
831
+ }, undefined>;
832
+ }, undefined>;
833
+ readonly 200: v.ObjectSchema<{
834
+ readonly experiment: v.ObjectSchema<{
835
+ readonly id: v.StringSchema<undefined>;
836
+ readonly name: v.StringSchema<undefined>;
837
+ readonly agentKind: v.StringSchema<undefined>;
838
+ readonly judgeModel: v.StringSchema<undefined>;
839
+ readonly repeats: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
840
+ readonly status: v.PicklistSchema<["draft", "running", "done", "failed"], undefined>;
841
+ readonly matrix: v.ObjectSchema<{
842
+ readonly promptVersionIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
843
+ readonly models: v.ArraySchema<v.StringSchema<undefined>, undefined>;
844
+ readonly fixtureIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
845
+ }, undefined>;
846
+ readonly budgetTokens: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
847
+ readonly createdAt: v.NumberSchema<undefined>;
848
+ readonly createdBy: v.NullableSchema<v.StringSchema<undefined>, undefined>;
849
+ }, undefined>;
850
+ readonly runs: v.ArraySchema<v.ObjectSchema<{
851
+ readonly id: v.StringSchema<undefined>;
852
+ readonly experimentId: v.StringSchema<undefined>;
853
+ readonly promptVersionId: v.StringSchema<undefined>;
854
+ readonly model: v.StringSchema<undefined>;
855
+ readonly fixtureId: v.StringSchema<undefined>;
856
+ readonly repeatIndex: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
857
+ readonly status: v.PicklistSchema<["queued", "running", "done", "failed"], undefined>;
858
+ readonly outputText: v.NullableSchema<v.StringSchema<undefined>, undefined>;
859
+ readonly usage: v.NullableSchema<v.ObjectSchema<{
860
+ readonly inputTokens: v.NumberSchema<undefined>;
861
+ readonly outputTokens: v.NumberSchema<undefined>;
862
+ }, undefined>, undefined>;
863
+ readonly latencyMs: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
864
+ readonly branch: v.NullableSchema<v.StringSchema<undefined>, undefined>;
865
+ readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
866
+ readonly diff: v.NullableSchema<v.StringSchema<undefined>, undefined>;
867
+ readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
868
+ readonly seedSha: v.NullableSchema<v.StringSchema<undefined>, undefined>;
869
+ readonly promptLabel: v.StringSchema<undefined>;
870
+ readonly startedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
871
+ readonly finishedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
872
+ }, undefined>, undefined>;
873
+ readonly grades: v.ArraySchema<v.ObjectSchema<{
874
+ readonly id: v.StringSchema<undefined>;
875
+ readonly runId: v.StringSchema<undefined>;
876
+ readonly judgeModel: v.StringSchema<undefined>;
877
+ readonly scores: v.ArraySchema<v.ObjectSchema<{
878
+ readonly key: v.StringSchema<undefined>;
879
+ readonly score: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>;
880
+ readonly rationale: v.StringSchema<undefined>;
881
+ }, undefined>, undefined>;
882
+ readonly weightedTotal: v.NumberSchema<undefined>;
883
+ readonly objective: v.NullableSchema<v.ObjectSchema<{
884
+ readonly kind: v.PicklistSchema<["tests", "findings"], undefined>;
885
+ readonly pass: v.BooleanSchema<undefined>;
886
+ readonly detail: v.StringSchema<undefined>;
887
+ readonly impactRecall: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
888
+ readonly wowBonus: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
889
+ readonly caught: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
890
+ readonly total: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
891
+ readonly missedHighImpact: v.NullableSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
892
+ }, undefined>, undefined>;
893
+ readonly createdAt: v.NumberSchema<undefined>;
894
+ }, undefined>, undefined>;
895
+ }, undefined>;
896
+ };
897
+ };
898
+ //# sourceMappingURL=sandbox.d.ts.map