@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.
- package/dist/api-keys.d.ts +17 -0
- package/dist/api-keys.d.ts.map +1 -1
- package/dist/api-keys.js +2 -0
- package/dist/api-keys.js.map +1 -1
- package/dist/github.d.ts +14 -0
- package/dist/github.d.ts.map +1 -1
- package/dist/github.js +13 -0
- package/dist/github.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/observability.d.ts +63 -0
- package/dist/observability.d.ts.map +1 -1
- package/dist/observability.js +57 -0
- package/dist/observability.js.map +1 -1
- package/dist/requests.d.ts +7 -0
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +2 -0
- package/dist/requests.js.map +1 -1
- package/dist/routes/_shared.d.ts +58 -0
- package/dist/routes/_shared.d.ts.map +1 -0
- package/dist/routes/_shared.js +46 -0
- package/dist/routes/_shared.js.map +1 -0
- package/dist/routes/accounts.d.ts +775 -0
- package/dist/routes/accounts.d.ts.map +1 -0
- package/dist/routes/accounts.js +145 -0
- package/dist/routes/accounts.js.map +1 -0
- package/dist/routes/agent-runs.d.ts +659 -0
- package/dist/routes/agent-runs.d.ts.map +1 -0
- package/dist/routes/agent-runs.js +33 -0
- package/dist/routes/agent-runs.js.map +1 -0
- package/dist/routes/api-keys.d.ts +244 -0
- package/dist/routes/api-keys.d.ts.map +1 -0
- package/dist/routes/api-keys.js +48 -0
- package/dist/routes/api-keys.js.map +1 -0
- package/dist/routes/auth.d.ts +411 -0
- package/dist/routes/auth.d.ts.map +1 -0
- package/dist/routes/auth.js +129 -0
- package/dist/routes/auth.js.map +1 -0
- package/dist/routes/board.d.ts +1259 -0
- package/dist/routes/board.d.ts.map +1 -0
- package/dist/routes/board.js +84 -0
- package/dist/routes/board.js.map +1 -0
- package/dist/routes/bootstrap.d.ts +395 -0
- package/dist/routes/bootstrap.d.ts.map +1 -0
- package/dist/routes/bootstrap.js +56 -0
- package/dist/routes/bootstrap.js.map +1 -0
- package/dist/routes/brainstorm.d.ts +482 -0
- package/dist/routes/brainstorm.d.ts.map +1 -0
- package/dist/routes/brainstorm.js +69 -0
- package/dist/routes/brainstorm.js.map +1 -0
- package/dist/routes/clarity.d.ts +462 -0
- package/dist/routes/clarity.d.ts.map +1 -0
- package/dist/routes/clarity.js +67 -0
- package/dist/routes/clarity.js.map +1 -0
- package/dist/routes/consensus.d.ts +71 -0
- package/dist/routes/consensus.d.ts.map +1 -0
- package/dist/routes/consensus.js +23 -0
- package/dist/routes/consensus.js.map +1 -0
- package/dist/routes/documents.d.ts +449 -0
- package/dist/routes/documents.d.ts.map +1 -0
- package/dist/routes/documents.js +89 -0
- package/dist/routes/documents.js.map +1 -0
- package/dist/routes/environments.d.ts +715 -0
- package/dist/routes/environments.d.ts.map +1 -0
- package/dist/routes/environments.js +82 -0
- package/dist/routes/environments.js.map +1 -0
- package/dist/routes/execution.d.ts +2768 -0
- package/dist/routes/execution.d.ts.map +1 -0
- package/dist/routes/execution.js +119 -0
- package/dist/routes/execution.js.map +1 -0
- package/dist/routes/followUp.d.ts +277 -0
- package/dist/routes/followUp.d.ts.map +1 -0
- package/dist/routes/followUp.js +47 -0
- package/dist/routes/followUp.js.map +1 -0
- package/dist/routes/fragment-library.d.ts +594 -0
- package/dist/routes/fragment-library.d.ts.map +1 -0
- package/dist/routes/fragment-library.js +102 -0
- package/dist/routes/fragment-library.js.map +1 -0
- package/dist/routes/github.d.ts +807 -0
- package/dist/routes/github.d.ts.map +1 -0
- package/dist/routes/github.js +157 -0
- package/dist/routes/github.js.map +1 -0
- package/dist/routes/human-review.d.ts +289 -0
- package/dist/routes/human-review.d.ts.map +1 -0
- package/dist/routes/human-review.js +19 -0
- package/dist/routes/human-review.js.map +1 -0
- package/dist/routes/human-test.d.ts +1434 -0
- package/dist/routes/human-test.d.ts.map +1 -0
- package/dist/routes/human-test.js +47 -0
- package/dist/routes/human-test.js.map +1 -0
- package/dist/routes/incident-enrichment.d.ts +110 -0
- package/dist/routes/incident-enrichment.d.ts.map +1 -0
- package/dist/routes/incident-enrichment.js +26 -0
- package/dist/routes/incident-enrichment.js.map +1 -0
- package/dist/routes/index.d.ts +47 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +50 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/kaizen.d.ts +112 -0
- package/dist/routes/kaizen.d.ts.map +1 -0
- package/dist/routes/kaizen.js +21 -0
- package/dist/routes/kaizen.js.map +1 -0
- package/dist/routes/localModels.d.ts +163 -0
- package/dist/routes/localModels.d.ts.map +1 -0
- package/dist/routes/localModels.js +41 -0
- package/dist/routes/localModels.js.map +1 -0
- package/dist/routes/localSettings.d.ts +93 -0
- package/dist/routes/localSettings.d.ts.map +1 -0
- package/dist/routes/localSettings.js +22 -0
- package/dist/routes/localSettings.js.map +1 -0
- package/dist/routes/merge.d.ts +197 -0
- package/dist/routes/merge.d.ts.map +1 -0
- package/dist/routes/merge.js +36 -0
- package/dist/routes/merge.js.map +1 -0
- package/dist/routes/model-presets.d.ts +162 -0
- package/dist/routes/model-presets.d.ts.map +1 -0
- package/dist/routes/model-presets.js +36 -0
- package/dist/routes/model-presets.js.map +1 -0
- package/dist/routes/models.d.ts +122 -0
- package/dist/routes/models.d.ts.map +1 -0
- package/dist/routes/models.js +24 -0
- package/dist/routes/models.js.map +1 -0
- package/dist/routes/notifications.d.ts +213 -0
- package/dist/routes/notifications.d.ts.map +1 -0
- package/dist/routes/notifications.js +31 -0
- package/dist/routes/notifications.js.map +1 -0
- package/dist/routes/openrouter.d.ts +144 -0
- package/dist/routes/openrouter.d.ts.map +1 -0
- package/dist/routes/openrouter.js +31 -0
- package/dist/routes/openrouter.js.map +1 -0
- package/dist/routes/personal-subscriptions.d.ts +124 -0
- package/dist/routes/personal-subscriptions.d.ts.map +1 -0
- package/dist/routes/personal-subscriptions.js +32 -0
- package/dist/routes/personal-subscriptions.js.map +1 -0
- package/dist/routes/pipelines.d.ts +457 -0
- package/dist/routes/pipelines.d.ts.map +1 -0
- package/dist/routes/pipelines.js +51 -0
- package/dist/routes/pipelines.js.map +1 -0
- package/dist/routes/prompt-fragments.d.ts +52 -0
- package/dist/routes/prompt-fragments.d.ts.map +1 -0
- package/dist/routes/prompt-fragments.js +14 -0
- package/dist/routes/prompt-fragments.js.map +1 -0
- package/dist/routes/provisioning-logs.d.ts +45 -0
- package/dist/routes/provisioning-logs.d.ts.map +1 -0
- package/dist/routes/provisioning-logs.js +14 -0
- package/dist/routes/provisioning-logs.js.map +1 -0
- package/dist/routes/recurring.d.ts +309 -0
- package/dist/routes/recurring.d.ts.map +1 -0
- package/dist/routes/recurring.js +50 -0
- package/dist/routes/recurring.js.map +1 -0
- package/dist/routes/release.d.ts +218 -0
- package/dist/routes/release.d.ts.map +1 -0
- package/dist/routes/release.js +47 -0
- package/dist/routes/release.js.map +1 -0
- package/dist/routes/requirements.d.ts +901 -0
- package/dist/routes/requirements.d.ts.map +1 -0
- package/dist/routes/requirements.js +96 -0
- package/dist/routes/requirements.js.map +1 -0
- package/dist/routes/runners.d.ts +442 -0
- package/dist/routes/runners.d.ts.map +1 -0
- package/dist/routes/runners.js +47 -0
- package/dist/routes/runners.js.map +1 -0
- package/dist/routes/sandbox.d.ts +898 -0
- package/dist/routes/sandbox.d.ts.map +1 -0
- package/dist/routes/sandbox.js +119 -0
- package/dist/routes/sandbox.js.map +1 -0
- package/dist/routes/service-fragment-defaults.d.ts +66 -0
- package/dist/routes/service-fragment-defaults.d.ts.map +1 -0
- package/dist/routes/service-fragment-defaults.js +20 -0
- package/dist/routes/service-fragment-defaults.js.map +1 -0
- package/dist/routes/services.d.ts +224 -0
- package/dist/routes/services.d.ts.map +1 -0
- package/dist/routes/services.js +44 -0
- package/dist/routes/services.js.map +1 -0
- package/dist/routes/slack.d.ts +332 -0
- package/dist/routes/slack.d.ts.map +1 -0
- package/dist/routes/slack.js +72 -0
- package/dist/routes/slack.js.map +1 -0
- package/dist/routes/spec.d.ts +75 -0
- package/dist/routes/spec.d.ts.map +1 -0
- package/dist/routes/spec.js +16 -0
- package/dist/routes/spec.js.map +1 -0
- package/dist/routes/tasks.d.ts +723 -0
- package/dist/routes/tasks.d.ts.map +1 -0
- package/dist/routes/tasks.js +108 -0
- package/dist/routes/tasks.js.map +1 -0
- package/dist/routes/tracker.d.ts +77 -0
- package/dist/routes/tracker.d.ts.map +1 -0
- package/dist/routes/tracker.js +20 -0
- package/dist/routes/tracker.js.map +1 -0
- package/dist/routes/user-secret.d.ts +231 -0
- package/dist/routes/user-secret.d.ts.map +1 -0
- package/dist/routes/user-secret.js +49 -0
- package/dist/routes/user-secret.js.map +1 -0
- package/dist/routes/vendor-credentials.d.ts +120 -0
- package/dist/routes/vendor-credentials.d.ts.map +1 -0
- package/dist/routes/vendor-credentials.js +33 -0
- package/dist/routes/vendor-credentials.js.map +1 -0
- package/dist/routes/workspace-settings.d.ts +93 -0
- package/dist/routes/workspace-settings.d.ts.map +1 -0
- package/dist/routes/workspace-settings.js +20 -0
- package/dist/routes/workspace-settings.js.map +1 -0
- package/dist/routes/workspaces.d.ts +1309 -0
- package/dist/routes/workspaces.d.ts.map +1 -0
- package/dist/routes/workspaces.js +45 -0
- package/dist/routes/workspaces.js.map +1 -0
- package/package.json +3 -1
|
@@ -0,0 +1,1259 @@
|
|
|
1
|
+
import { ContractNoBody } from '@toad-contracts/valibot';
|
|
2
|
+
export declare const addFrameContract: {
|
|
3
|
+
readonly method: "post";
|
|
4
|
+
readonly pathResolver: () => string;
|
|
5
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
6
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
7
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
8
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
9
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
10
|
+
}, undefined>;
|
|
11
|
+
}, undefined>;
|
|
12
|
+
readonly responsesByStatusCode: {
|
|
13
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
14
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
15
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
16
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
17
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
18
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
19
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
20
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
21
|
+
}, undefined>, undefined>, undefined>;
|
|
22
|
+
}, undefined>;
|
|
23
|
+
}, undefined>;
|
|
24
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
25
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
26
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
27
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
28
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
29
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
30
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
31
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
32
|
+
}, undefined>, undefined>, undefined>;
|
|
33
|
+
}, undefined>;
|
|
34
|
+
}, undefined>;
|
|
35
|
+
readonly 201: import("valibot").ObjectSchema<{
|
|
36
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
37
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
38
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
39
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
40
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
41
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
42
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
43
|
+
}, undefined>;
|
|
44
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
45
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
46
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
47
|
+
}, undefined>, undefined>;
|
|
48
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
49
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
50
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
51
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
52
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
53
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
54
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
55
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
56
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
57
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
58
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
59
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
60
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
61
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
62
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
63
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
64
|
+
}, undefined>, undefined>, undefined>;
|
|
65
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
67
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
68
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
69
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
70
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
71
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
72
|
+
}, undefined>, undefined>, undefined>;
|
|
73
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
74
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
75
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
76
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
77
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
78
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
79
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
80
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
81
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
82
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
83
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
84
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
85
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
86
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
87
|
+
}, undefined>, undefined>;
|
|
88
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
89
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
90
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
91
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
92
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
93
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
94
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
95
|
+
}, undefined>;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
export declare const addServiceFromRepoContract: {
|
|
99
|
+
readonly method: "post";
|
|
100
|
+
readonly pathResolver: () => string;
|
|
101
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
102
|
+
readonly repoGithubId: import("valibot").NumberSchema<undefined>;
|
|
103
|
+
readonly position: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
104
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
105
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
106
|
+
}, undefined>, undefined>;
|
|
107
|
+
readonly directory: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
108
|
+
readonly isMonorepo: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
109
|
+
}, undefined>;
|
|
110
|
+
readonly responsesByStatusCode: {
|
|
111
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
112
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
113
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
114
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
115
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
116
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
117
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
118
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
119
|
+
}, undefined>, undefined>, undefined>;
|
|
120
|
+
}, undefined>;
|
|
121
|
+
}, undefined>;
|
|
122
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
123
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
124
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
125
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
126
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
127
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
128
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
129
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
130
|
+
}, undefined>, undefined>, undefined>;
|
|
131
|
+
}, undefined>;
|
|
132
|
+
}, undefined>;
|
|
133
|
+
readonly 201: import("valibot").ObjectSchema<{
|
|
134
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
135
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
136
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
137
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
138
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
139
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
140
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
141
|
+
}, undefined>;
|
|
142
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
143
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
144
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
145
|
+
}, undefined>, undefined>;
|
|
146
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
147
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
148
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
149
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
150
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
151
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
152
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
153
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
154
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
155
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
156
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
157
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
158
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
159
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
160
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
161
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
162
|
+
}, undefined>, undefined>, undefined>;
|
|
163
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
164
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
165
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
166
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
167
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
168
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
169
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
170
|
+
}, undefined>, undefined>, undefined>;
|
|
171
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
172
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
173
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
174
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
175
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
176
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
177
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
178
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
179
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
180
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
181
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
182
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
183
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
184
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
185
|
+
}, undefined>, undefined>;
|
|
186
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
187
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
188
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
189
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
190
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
191
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
192
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
193
|
+
}, undefined>;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
export declare const addTaskContract: {
|
|
197
|
+
readonly method: "post";
|
|
198
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
199
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
200
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
201
|
+
readonly pathResolver: ({ blockId }: {
|
|
202
|
+
blockId: string;
|
|
203
|
+
}) => string;
|
|
204
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
205
|
+
readonly title: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
206
|
+
readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
207
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
208
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike"], undefined>, undefined>;
|
|
209
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
210
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
211
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
212
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
213
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
214
|
+
}, undefined>, undefined>;
|
|
215
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
216
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
217
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
218
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
219
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
220
|
+
}, undefined>;
|
|
221
|
+
readonly responsesByStatusCode: {
|
|
222
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
223
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
224
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
225
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
226
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
227
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
228
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
229
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
230
|
+
}, undefined>, undefined>, undefined>;
|
|
231
|
+
}, undefined>;
|
|
232
|
+
}, undefined>;
|
|
233
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
234
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
235
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
236
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
237
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
238
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
239
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
240
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
241
|
+
}, undefined>, undefined>, undefined>;
|
|
242
|
+
}, undefined>;
|
|
243
|
+
}, undefined>;
|
|
244
|
+
readonly 201: import("valibot").ObjectSchema<{
|
|
245
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
246
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
247
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
248
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
249
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
250
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
251
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
252
|
+
}, undefined>;
|
|
253
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
254
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
255
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
256
|
+
}, undefined>, undefined>;
|
|
257
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
258
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
259
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
260
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
261
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
262
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
263
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
264
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
265
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
266
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
267
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
268
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
269
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
270
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
271
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
272
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
273
|
+
}, undefined>, undefined>, undefined>;
|
|
274
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
275
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
276
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
277
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
278
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
279
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
280
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
281
|
+
}, undefined>, undefined>, undefined>;
|
|
282
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
283
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
284
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
285
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
286
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
287
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
288
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
289
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
290
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
291
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
292
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
293
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
294
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
295
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
296
|
+
}, undefined>, undefined>;
|
|
297
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
298
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
299
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
300
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
301
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
302
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
303
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
304
|
+
}, undefined>;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
export declare const addModuleContract: {
|
|
308
|
+
readonly method: "post";
|
|
309
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
310
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
311
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
312
|
+
readonly pathResolver: ({ blockId }: {
|
|
313
|
+
blockId: string;
|
|
314
|
+
}) => string;
|
|
315
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
316
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
317
|
+
readonly position: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
318
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
319
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
320
|
+
}, undefined>, undefined>;
|
|
321
|
+
}, undefined>;
|
|
322
|
+
readonly responsesByStatusCode: {
|
|
323
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
324
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
325
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
326
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
327
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
328
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
329
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
330
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
331
|
+
}, undefined>, undefined>, undefined>;
|
|
332
|
+
}, undefined>;
|
|
333
|
+
}, undefined>;
|
|
334
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
335
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
336
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
337
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
338
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
339
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
340
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
341
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
342
|
+
}, undefined>, undefined>, undefined>;
|
|
343
|
+
}, undefined>;
|
|
344
|
+
}, undefined>;
|
|
345
|
+
readonly 201: import("valibot").ObjectSchema<{
|
|
346
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
347
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
348
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
349
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
350
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
351
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
352
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
353
|
+
}, undefined>;
|
|
354
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
355
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
356
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
357
|
+
}, undefined>, undefined>;
|
|
358
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
359
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
360
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
361
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
362
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
363
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
364
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
365
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
366
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
367
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
368
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
369
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
370
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
371
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
372
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
373
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
374
|
+
}, undefined>, undefined>, undefined>;
|
|
375
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
376
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
377
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
378
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
379
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
380
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
381
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
382
|
+
}, undefined>, undefined>, undefined>;
|
|
383
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
384
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
385
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
386
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
387
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
388
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
389
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
390
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
391
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
392
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
393
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
394
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
395
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
396
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
397
|
+
}, undefined>, undefined>;
|
|
398
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
399
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
400
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
401
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
402
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
403
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
404
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
405
|
+
}, undefined>;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
export declare const addEpicContract: {
|
|
409
|
+
readonly method: "post";
|
|
410
|
+
readonly pathResolver: () => string;
|
|
411
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
412
|
+
readonly title: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
413
|
+
readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
414
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
415
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
416
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
417
|
+
}, undefined>;
|
|
418
|
+
readonly parentId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
419
|
+
}, undefined>;
|
|
420
|
+
readonly responsesByStatusCode: {
|
|
421
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
422
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
423
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
424
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
425
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
426
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
427
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
428
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
429
|
+
}, undefined>, undefined>, undefined>;
|
|
430
|
+
}, undefined>;
|
|
431
|
+
}, undefined>;
|
|
432
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
433
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
434
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
435
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
436
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
437
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
438
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
439
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
440
|
+
}, undefined>, undefined>, undefined>;
|
|
441
|
+
}, undefined>;
|
|
442
|
+
}, undefined>;
|
|
443
|
+
readonly 201: import("valibot").ObjectSchema<{
|
|
444
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
445
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
446
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
447
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
448
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
449
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
450
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
451
|
+
}, undefined>;
|
|
452
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
453
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
454
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
455
|
+
}, undefined>, undefined>;
|
|
456
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
457
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
458
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
459
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
460
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
461
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
462
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
463
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
464
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
465
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
466
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
467
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
468
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
469
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
470
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
471
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
472
|
+
}, undefined>, undefined>, undefined>;
|
|
473
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
474
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
475
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
476
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
477
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
478
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
479
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
480
|
+
}, undefined>, undefined>, undefined>;
|
|
481
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
482
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
483
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
484
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
485
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
486
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
487
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
488
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
489
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
490
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
491
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
492
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
493
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
494
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
495
|
+
}, undefined>, undefined>;
|
|
496
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
497
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
498
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
499
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
500
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
501
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
502
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
503
|
+
}, undefined>;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
export declare const assignEpicContract: {
|
|
507
|
+
readonly method: "post";
|
|
508
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
509
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
510
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
511
|
+
readonly pathResolver: ({ blockId }: {
|
|
512
|
+
blockId: string;
|
|
513
|
+
}) => string;
|
|
514
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
515
|
+
readonly epicId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
516
|
+
}, undefined>;
|
|
517
|
+
readonly responsesByStatusCode: {
|
|
518
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
519
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
520
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
521
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
522
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
523
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
524
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
525
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
526
|
+
}, undefined>, undefined>, undefined>;
|
|
527
|
+
}, undefined>;
|
|
528
|
+
}, undefined>;
|
|
529
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
530
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
531
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
532
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
533
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
534
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
535
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
536
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
537
|
+
}, undefined>, undefined>, undefined>;
|
|
538
|
+
}, undefined>;
|
|
539
|
+
}, undefined>;
|
|
540
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
541
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
542
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
543
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
544
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
545
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
546
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
547
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
548
|
+
}, undefined>;
|
|
549
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
550
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
551
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
552
|
+
}, undefined>, undefined>;
|
|
553
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
554
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
555
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
556
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
557
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
558
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
559
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
560
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
561
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
562
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
563
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
564
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
565
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
566
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
567
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
568
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
569
|
+
}, undefined>, undefined>, undefined>;
|
|
570
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
571
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
572
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
573
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
574
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
575
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
576
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
577
|
+
}, undefined>, undefined>, undefined>;
|
|
578
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
579
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
580
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
581
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
582
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
583
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
584
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
585
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
586
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
587
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
588
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
589
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
590
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
591
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
592
|
+
}, undefined>, undefined>;
|
|
593
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
594
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
595
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
596
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
597
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
598
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
599
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
600
|
+
}, undefined>;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
export declare const updateBlockContract: {
|
|
604
|
+
readonly method: "patch";
|
|
605
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
606
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
607
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
608
|
+
readonly pathResolver: ({ blockId }: {
|
|
609
|
+
blockId: string;
|
|
610
|
+
}) => string;
|
|
611
|
+
readonly requestBodySchema: Omit<import("valibot").ObjectSchema<{
|
|
612
|
+
readonly title: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
613
|
+
readonly description: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
614
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
615
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
616
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
617
|
+
}, undefined>;
|
|
618
|
+
readonly size: import("valibot").ObjectSchema<{
|
|
619
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
620
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
621
|
+
}, undefined>;
|
|
622
|
+
readonly moduleName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
623
|
+
readonly fragmentIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
624
|
+
readonly serviceFragmentIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
625
|
+
readonly modelId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
626
|
+
readonly mergePresetId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
627
|
+
readonly modelPresetId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
628
|
+
readonly pipelineId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
629
|
+
readonly agentConfig: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
630
|
+
readonly testComposePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>;
|
|
631
|
+
readonly noInfraDependencies: import("valibot").BooleanSchema<undefined>;
|
|
632
|
+
readonly defaultTestEnvironment: import("valibot").PicklistSchema<["local", "ephemeral"], undefined>;
|
|
633
|
+
readonly cloudProvider: import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>;
|
|
634
|
+
readonly instanceSize: import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>;
|
|
635
|
+
readonly trackerCommentOnPrOpen: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
636
|
+
readonly trackerResolveOnMerge: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
637
|
+
readonly technical: import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
638
|
+
readonly responsibleProductUserId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
639
|
+
readonly epicId: import("valibot").StringSchema<undefined>;
|
|
640
|
+
readonly autoStartDependents: import("valibot").BooleanSchema<undefined>;
|
|
641
|
+
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
642
|
+
readonly entries: {
|
|
643
|
+
readonly title: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
644
|
+
readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
645
|
+
readonly position: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
646
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
647
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
648
|
+
}, undefined>, undefined>;
|
|
649
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
650
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
651
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
652
|
+
}, undefined>, undefined>;
|
|
653
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
654
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, undefined>;
|
|
655
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, undefined>;
|
|
656
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
657
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
658
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
659
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
660
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
661
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
662
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
663
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
664
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
665
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
666
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
667
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
668
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
669
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
670
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
671
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
672
|
+
};
|
|
673
|
+
readonly "~standard": import("valibot").StandardProps<{
|
|
674
|
+
title?: string | undefined;
|
|
675
|
+
description?: string | undefined;
|
|
676
|
+
position?: {
|
|
677
|
+
x: number;
|
|
678
|
+
y: number;
|
|
679
|
+
} | undefined;
|
|
680
|
+
size?: {
|
|
681
|
+
w: number;
|
|
682
|
+
h: number;
|
|
683
|
+
} | undefined;
|
|
684
|
+
moduleName?: string | undefined;
|
|
685
|
+
fragmentIds?: string[] | undefined;
|
|
686
|
+
serviceFragmentIds?: string[] | undefined;
|
|
687
|
+
modelId?: string | undefined;
|
|
688
|
+
mergePresetId?: string | undefined;
|
|
689
|
+
modelPresetId?: string | undefined;
|
|
690
|
+
pipelineId?: string | undefined;
|
|
691
|
+
agentConfig?: {
|
|
692
|
+
[x: string]: string;
|
|
693
|
+
} | undefined;
|
|
694
|
+
testComposePath?: string | undefined;
|
|
695
|
+
noInfraDependencies?: boolean | undefined;
|
|
696
|
+
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
697
|
+
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
698
|
+
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
699
|
+
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
700
|
+
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
701
|
+
technical?: boolean | null | undefined;
|
|
702
|
+
responsibleProductUserId?: string | null | undefined;
|
|
703
|
+
epicId?: string | undefined;
|
|
704
|
+
autoStartDependents?: boolean | undefined;
|
|
705
|
+
}, {
|
|
706
|
+
title?: string | undefined;
|
|
707
|
+
description?: string | undefined;
|
|
708
|
+
position?: {
|
|
709
|
+
x: number;
|
|
710
|
+
y: number;
|
|
711
|
+
} | undefined;
|
|
712
|
+
size?: {
|
|
713
|
+
w: number;
|
|
714
|
+
h: number;
|
|
715
|
+
} | undefined;
|
|
716
|
+
moduleName?: string | undefined;
|
|
717
|
+
fragmentIds?: string[] | undefined;
|
|
718
|
+
serviceFragmentIds?: string[] | undefined;
|
|
719
|
+
modelId?: string | undefined;
|
|
720
|
+
mergePresetId?: string | undefined;
|
|
721
|
+
modelPresetId?: string | undefined;
|
|
722
|
+
pipelineId?: string | undefined;
|
|
723
|
+
agentConfig?: {
|
|
724
|
+
[x: string]: string;
|
|
725
|
+
} | undefined;
|
|
726
|
+
testComposePath?: string | undefined;
|
|
727
|
+
noInfraDependencies?: boolean | undefined;
|
|
728
|
+
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
729
|
+
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
730
|
+
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
731
|
+
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
732
|
+
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
733
|
+
technical?: boolean | null | undefined;
|
|
734
|
+
responsibleProductUserId?: string | null | undefined;
|
|
735
|
+
epicId?: string | undefined;
|
|
736
|
+
autoStartDependents?: boolean | undefined;
|
|
737
|
+
}>;
|
|
738
|
+
readonly "~run": (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
739
|
+
title?: string | undefined;
|
|
740
|
+
description?: string | undefined;
|
|
741
|
+
position?: {
|
|
742
|
+
x: number;
|
|
743
|
+
y: number;
|
|
744
|
+
} | undefined;
|
|
745
|
+
size?: {
|
|
746
|
+
w: number;
|
|
747
|
+
h: number;
|
|
748
|
+
} | undefined;
|
|
749
|
+
moduleName?: string | undefined;
|
|
750
|
+
fragmentIds?: string[] | undefined;
|
|
751
|
+
serviceFragmentIds?: string[] | undefined;
|
|
752
|
+
modelId?: string | undefined;
|
|
753
|
+
mergePresetId?: string | undefined;
|
|
754
|
+
modelPresetId?: string | undefined;
|
|
755
|
+
pipelineId?: string | undefined;
|
|
756
|
+
agentConfig?: {
|
|
757
|
+
[x: string]: string;
|
|
758
|
+
} | undefined;
|
|
759
|
+
testComposePath?: string | undefined;
|
|
760
|
+
noInfraDependencies?: boolean | undefined;
|
|
761
|
+
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
762
|
+
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
763
|
+
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
764
|
+
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
765
|
+
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
766
|
+
technical?: boolean | null | undefined;
|
|
767
|
+
responsibleProductUserId?: string | null | undefined;
|
|
768
|
+
epicId?: string | undefined;
|
|
769
|
+
autoStartDependents?: boolean | undefined;
|
|
770
|
+
}, import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").StringIssue>;
|
|
771
|
+
readonly "~types"?: {
|
|
772
|
+
readonly input: {
|
|
773
|
+
title?: string | undefined;
|
|
774
|
+
description?: string | undefined;
|
|
775
|
+
position?: {
|
|
776
|
+
x: number;
|
|
777
|
+
y: number;
|
|
778
|
+
} | undefined;
|
|
779
|
+
size?: {
|
|
780
|
+
w: number;
|
|
781
|
+
h: number;
|
|
782
|
+
} | undefined;
|
|
783
|
+
moduleName?: string | undefined;
|
|
784
|
+
fragmentIds?: string[] | undefined;
|
|
785
|
+
serviceFragmentIds?: string[] | undefined;
|
|
786
|
+
modelId?: string | undefined;
|
|
787
|
+
mergePresetId?: string | undefined;
|
|
788
|
+
modelPresetId?: string | undefined;
|
|
789
|
+
pipelineId?: string | undefined;
|
|
790
|
+
agentConfig?: {
|
|
791
|
+
[x: string]: string;
|
|
792
|
+
} | undefined;
|
|
793
|
+
testComposePath?: string | undefined;
|
|
794
|
+
noInfraDependencies?: boolean | undefined;
|
|
795
|
+
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
796
|
+
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
797
|
+
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
798
|
+
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
799
|
+
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
800
|
+
technical?: boolean | null | undefined;
|
|
801
|
+
responsibleProductUserId?: string | null | undefined;
|
|
802
|
+
epicId?: string | undefined;
|
|
803
|
+
autoStartDependents?: boolean | undefined;
|
|
804
|
+
};
|
|
805
|
+
readonly output: {
|
|
806
|
+
title?: string | undefined;
|
|
807
|
+
description?: string | undefined;
|
|
808
|
+
position?: {
|
|
809
|
+
x: number;
|
|
810
|
+
y: number;
|
|
811
|
+
} | undefined;
|
|
812
|
+
size?: {
|
|
813
|
+
w: number;
|
|
814
|
+
h: number;
|
|
815
|
+
} | undefined;
|
|
816
|
+
moduleName?: string | undefined;
|
|
817
|
+
fragmentIds?: string[] | undefined;
|
|
818
|
+
serviceFragmentIds?: string[] | undefined;
|
|
819
|
+
modelId?: string | undefined;
|
|
820
|
+
mergePresetId?: string | undefined;
|
|
821
|
+
modelPresetId?: string | undefined;
|
|
822
|
+
pipelineId?: string | undefined;
|
|
823
|
+
agentConfig?: {
|
|
824
|
+
[x: string]: string;
|
|
825
|
+
} | undefined;
|
|
826
|
+
testComposePath?: string | undefined;
|
|
827
|
+
noInfraDependencies?: boolean | undefined;
|
|
828
|
+
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
829
|
+
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
830
|
+
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
831
|
+
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
832
|
+
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
833
|
+
technical?: boolean | null | undefined;
|
|
834
|
+
responsibleProductUserId?: string | null | undefined;
|
|
835
|
+
epicId?: string | undefined;
|
|
836
|
+
autoStartDependents?: boolean | undefined;
|
|
837
|
+
};
|
|
838
|
+
readonly issue: import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").StringIssue;
|
|
839
|
+
} | undefined;
|
|
840
|
+
};
|
|
841
|
+
readonly responsesByStatusCode: {
|
|
842
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
843
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
844
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
845
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
846
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
847
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
848
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
849
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
850
|
+
}, undefined>, undefined>, undefined>;
|
|
851
|
+
}, undefined>;
|
|
852
|
+
}, undefined>;
|
|
853
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
854
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
855
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
856
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
857
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
858
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
859
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
860
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
861
|
+
}, undefined>, undefined>, undefined>;
|
|
862
|
+
}, undefined>;
|
|
863
|
+
}, undefined>;
|
|
864
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
865
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
866
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
867
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
868
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
869
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
870
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
871
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
872
|
+
}, undefined>;
|
|
873
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
874
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
875
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
876
|
+
}, undefined>, undefined>;
|
|
877
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
878
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
879
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
880
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
881
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
882
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
883
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
884
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
885
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
886
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
887
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
888
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
889
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
890
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
891
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
892
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
893
|
+
}, undefined>, undefined>, undefined>;
|
|
894
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
895
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
896
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
897
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
898
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
899
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
900
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
901
|
+
}, undefined>, undefined>, undefined>;
|
|
902
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
903
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
904
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
905
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
906
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
907
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
908
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
909
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
910
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
911
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
912
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
913
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
914
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
915
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
916
|
+
}, undefined>, undefined>;
|
|
917
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
918
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
919
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
920
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
921
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
922
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
923
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
924
|
+
}, undefined>;
|
|
925
|
+
};
|
|
926
|
+
};
|
|
927
|
+
export declare const moveBlockContract: {
|
|
928
|
+
readonly method: "post";
|
|
929
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
930
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
931
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
932
|
+
readonly pathResolver: ({ blockId }: {
|
|
933
|
+
blockId: string;
|
|
934
|
+
}) => string;
|
|
935
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
936
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
937
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
938
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
939
|
+
}, undefined>;
|
|
940
|
+
}, undefined>;
|
|
941
|
+
readonly responsesByStatusCode: {
|
|
942
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
943
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
944
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
945
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
946
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
947
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
948
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
949
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
950
|
+
}, undefined>, undefined>, undefined>;
|
|
951
|
+
}, undefined>;
|
|
952
|
+
}, undefined>;
|
|
953
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
954
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
955
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
956
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
957
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
958
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
959
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
960
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
961
|
+
}, undefined>, undefined>, undefined>;
|
|
962
|
+
}, undefined>;
|
|
963
|
+
}, undefined>;
|
|
964
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
965
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
966
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
967
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
968
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
969
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
970
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
971
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
972
|
+
}, undefined>;
|
|
973
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
974
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
975
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
976
|
+
}, undefined>, undefined>;
|
|
977
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
978
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
979
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
980
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
981
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
982
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
983
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
984
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
985
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
986
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
987
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
988
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
989
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
990
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
991
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
992
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
993
|
+
}, undefined>, undefined>, undefined>;
|
|
994
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
995
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
996
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
997
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
998
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
999
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1000
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
1001
|
+
}, undefined>, undefined>, undefined>;
|
|
1002
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
1003
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1004
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1005
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1006
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1007
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1008
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1009
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1010
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1011
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1012
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1013
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
1014
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1015
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1016
|
+
}, undefined>, undefined>;
|
|
1017
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1018
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1019
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1020
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1021
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1022
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1023
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1024
|
+
}, undefined>;
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1027
|
+
export declare const reparentBlockContract: {
|
|
1028
|
+
readonly method: "post";
|
|
1029
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1030
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
1031
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
1032
|
+
readonly pathResolver: ({ blockId }: {
|
|
1033
|
+
blockId: string;
|
|
1034
|
+
}) => string;
|
|
1035
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
1036
|
+
readonly parentId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1037
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
1038
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
1039
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
1040
|
+
}, undefined>;
|
|
1041
|
+
}, undefined>;
|
|
1042
|
+
readonly responsesByStatusCode: {
|
|
1043
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
1044
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1045
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1046
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1047
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1048
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1049
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1050
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1051
|
+
}, undefined>, undefined>, undefined>;
|
|
1052
|
+
}, undefined>;
|
|
1053
|
+
}, undefined>;
|
|
1054
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
1055
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1056
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1057
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1058
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1059
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1060
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1061
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1062
|
+
}, undefined>, undefined>, undefined>;
|
|
1063
|
+
}, undefined>;
|
|
1064
|
+
}, undefined>;
|
|
1065
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
1066
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1067
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
1068
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1069
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
1070
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
1071
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
1072
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
1073
|
+
}, undefined>;
|
|
1074
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1075
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
1076
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
1077
|
+
}, undefined>, undefined>;
|
|
1078
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
1079
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
1080
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1081
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1082
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
1083
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1084
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1085
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1086
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1087
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1088
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1089
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1090
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1091
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
1092
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1093
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
1094
|
+
}, undefined>, undefined>, undefined>;
|
|
1095
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1096
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
1097
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1098
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
1099
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1100
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1101
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
1102
|
+
}, undefined>, undefined>, undefined>;
|
|
1103
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
1104
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1105
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1106
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1107
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1108
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1109
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1110
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1111
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1112
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1113
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1114
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
1115
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1116
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1117
|
+
}, undefined>, undefined>;
|
|
1118
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1119
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1120
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1121
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1122
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1123
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1124
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1125
|
+
}, undefined>;
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
export declare const removeBlockContract: {
|
|
1129
|
+
readonly method: "delete";
|
|
1130
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1131
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
1132
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
1133
|
+
readonly pathResolver: ({ blockId }: {
|
|
1134
|
+
blockId: string;
|
|
1135
|
+
}) => string;
|
|
1136
|
+
readonly responsesByStatusCode: {
|
|
1137
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
1138
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1139
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1140
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1141
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1142
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1143
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1144
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1145
|
+
}, undefined>, undefined>, undefined>;
|
|
1146
|
+
}, undefined>;
|
|
1147
|
+
}, undefined>;
|
|
1148
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
1149
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1150
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1151
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1152
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1153
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1154
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1155
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1156
|
+
}, undefined>, undefined>, undefined>;
|
|
1157
|
+
}, undefined>;
|
|
1158
|
+
}, undefined>;
|
|
1159
|
+
readonly 204: typeof ContractNoBody;
|
|
1160
|
+
};
|
|
1161
|
+
};
|
|
1162
|
+
export declare const toggleDependencyContract: {
|
|
1163
|
+
readonly method: "post";
|
|
1164
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1165
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
1166
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
1167
|
+
readonly pathResolver: ({ blockId }: {
|
|
1168
|
+
blockId: string;
|
|
1169
|
+
}) => string;
|
|
1170
|
+
readonly requestBodySchema: import("valibot").ObjectSchema<{
|
|
1171
|
+
readonly sourceId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1172
|
+
}, undefined>;
|
|
1173
|
+
readonly responsesByStatusCode: {
|
|
1174
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
1175
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1176
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1177
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1178
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1179
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1180
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1181
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1182
|
+
}, undefined>, undefined>, undefined>;
|
|
1183
|
+
}, undefined>;
|
|
1184
|
+
}, undefined>;
|
|
1185
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
1186
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
1187
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
1188
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1189
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
1190
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1191
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1192
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
1193
|
+
}, undefined>, undefined>, undefined>;
|
|
1194
|
+
}, undefined>;
|
|
1195
|
+
}, undefined>;
|
|
1196
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
1197
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
1198
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
1199
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1200
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
1201
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
1202
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
1203
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
1204
|
+
}, undefined>;
|
|
1205
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1206
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
1207
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
1208
|
+
}, undefined>, undefined>;
|
|
1209
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
1210
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
1211
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1212
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1213
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic"], undefined>;
|
|
1214
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1215
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1216
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1217
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1218
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1219
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1220
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1221
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
1222
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
1223
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1224
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
1225
|
+
}, undefined>, undefined>, undefined>;
|
|
1226
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1227
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
1228
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
1229
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
1230
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1231
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1232
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["prd", "rfc", "runbook", "reference", "other"], undefined>, undefined>;
|
|
1233
|
+
}, undefined>, undefined>, undefined>;
|
|
1234
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
1235
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1236
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1237
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1238
|
+
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1239
|
+
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1240
|
+
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1241
|
+
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1242
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1243
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1244
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1245
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
1246
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1247
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1248
|
+
}, undefined>, undefined>;
|
|
1249
|
+
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1250
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1251
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1252
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1253
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1254
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1255
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1256
|
+
}, undefined>;
|
|
1257
|
+
};
|
|
1258
|
+
};
|
|
1259
|
+
//# sourceMappingURL=board.d.ts.map
|