@cleocode/core 2026.3.43 → 2026.3.45
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/admin/export-tasks.d.ts.map +1 -1
- package/dist/admin/import-tasks.d.ts +10 -2
- package/dist/admin/import-tasks.d.ts.map +1 -1
- package/dist/agents/agent-schema.d.ts +358 -0
- package/dist/agents/agent-schema.d.ts.map +1 -0
- package/dist/agents/capacity.d.ts +57 -0
- package/dist/agents/capacity.d.ts.map +1 -0
- package/dist/agents/index.d.ts +17 -0
- package/dist/agents/index.d.ts.map +1 -0
- package/dist/agents/registry.d.ts +115 -0
- package/dist/agents/registry.d.ts.map +1 -0
- package/dist/agents/retry.d.ts +83 -0
- package/dist/agents/retry.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +4 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/payload-schemas.d.ts +214 -0
- package/dist/hooks/payload-schemas.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16937 -2371
- package/dist/index.js.map +4 -4
- package/dist/inject/index.d.ts.map +1 -1
- package/dist/intelligence/impact.d.ts +51 -0
- package/dist/intelligence/impact.d.ts.map +1 -0
- package/dist/intelligence/index.d.ts +15 -0
- package/dist/intelligence/index.d.ts.map +1 -0
- package/dist/intelligence/patterns.d.ts +66 -0
- package/dist/intelligence/patterns.d.ts.map +1 -0
- package/dist/intelligence/prediction.d.ts +51 -0
- package/dist/intelligence/prediction.d.ts.map +1 -0
- package/dist/intelligence/types.d.ts +221 -0
- package/dist/intelligence/types.d.ts.map +1 -0
- package/dist/internal.d.ts +12 -1
- package/dist/internal.d.ts.map +1 -1
- package/dist/issue/template-parser.d.ts +8 -2
- package/dist/issue/template-parser.d.ts.map +1 -1
- package/dist/lifecycle/pipeline.d.ts +2 -2
- package/dist/lifecycle/pipeline.d.ts.map +1 -1
- package/dist/lifecycle/state-machine.d.ts +1 -1
- package/dist/lifecycle/state-machine.d.ts.map +1 -1
- package/dist/memory/brain-lifecycle.d.ts.map +1 -1
- package/dist/memory/brain-retrieval.d.ts.map +1 -1
- package/dist/memory/brain-row-types.d.ts +40 -6
- package/dist/memory/brain-row-types.d.ts.map +1 -1
- package/dist/memory/brain-search.d.ts.map +1 -1
- package/dist/memory/brain-similarity.d.ts.map +1 -1
- package/dist/memory/claude-mem-migration.d.ts.map +1 -1
- package/dist/nexus/discover.d.ts.map +1 -1
- package/dist/nexus/index.d.ts +2 -0
- package/dist/nexus/index.d.ts.map +1 -1
- package/dist/nexus/transfer-types.d.ts +123 -0
- package/dist/nexus/transfer-types.d.ts.map +1 -0
- package/dist/nexus/transfer.d.ts +31 -0
- package/dist/nexus/transfer.d.ts.map +1 -0
- package/dist/orchestration/bootstrap.d.ts.map +1 -1
- package/dist/orchestration/skill-ops.d.ts +4 -4
- package/dist/orchestration/skill-ops.d.ts.map +1 -1
- package/dist/otel/index.d.ts +1 -1
- package/dist/otel/index.d.ts.map +1 -1
- package/dist/sessions/briefing.d.ts.map +1 -1
- package/dist/sessions/handoff.d.ts.map +1 -1
- package/dist/sessions/index.d.ts +1 -1
- package/dist/sessions/index.d.ts.map +1 -1
- package/dist/sessions/types.d.ts +8 -42
- package/dist/sessions/types.d.ts.map +1 -1
- package/dist/signaldock/signaldock-transport.d.ts +1 -1
- package/dist/signaldock/signaldock-transport.d.ts.map +1 -1
- package/dist/skills/injection/subagent.d.ts +3 -3
- package/dist/skills/injection/subagent.d.ts.map +1 -1
- package/dist/skills/manifests/contribution.d.ts +2 -2
- package/dist/skills/manifests/contribution.d.ts.map +1 -1
- package/dist/skills/orchestrator/spawn.d.ts +6 -6
- package/dist/skills/orchestrator/spawn.d.ts.map +1 -1
- package/dist/skills/orchestrator/startup.d.ts +1 -1
- package/dist/skills/orchestrator/startup.d.ts.map +1 -1
- package/dist/skills/orchestrator/validator.d.ts +2 -2
- package/dist/skills/orchestrator/validator.d.ts.map +1 -1
- package/dist/skills/precedence-types.d.ts +24 -1
- package/dist/skills/precedence-types.d.ts.map +1 -1
- package/dist/skills/types.d.ts +70 -4
- package/dist/skills/types.d.ts.map +1 -1
- package/dist/store/brain-sqlite.d.ts +4 -1
- package/dist/store/brain-sqlite.d.ts.map +1 -1
- package/dist/store/export.d.ts +5 -4
- package/dist/store/export.d.ts.map +1 -1
- package/dist/store/nexus-sqlite.d.ts +4 -1
- package/dist/store/nexus-sqlite.d.ts.map +1 -1
- package/dist/store/sqlite.d.ts +4 -1
- package/dist/store/sqlite.d.ts.map +1 -1
- package/dist/store/tasks-schema.d.ts +14 -4
- package/dist/store/tasks-schema.d.ts.map +1 -1
- package/dist/store/typed-query.d.ts +12 -0
- package/dist/store/typed-query.d.ts.map +1 -0
- package/dist/store/validation-schemas.d.ts +2423 -50
- package/dist/store/validation-schemas.d.ts.map +1 -1
- package/dist/system/inject-generate.d.ts.map +1 -1
- package/dist/validation/doctor/checks.d.ts +5 -0
- package/dist/validation/doctor/checks.d.ts.map +1 -1
- package/dist/validation/engine.d.ts +10 -10
- package/dist/validation/engine.d.ts.map +1 -1
- package/dist/validation/index.d.ts +6 -2
- package/dist/validation/index.d.ts.map +1 -1
- package/dist/validation/protocol-common.d.ts +10 -2
- package/dist/validation/protocol-common.d.ts.map +1 -1
- package/migrations/drizzle-tasks/20260320013731_wave0-schema-hardening/migration.sql +84 -0
- package/migrations/drizzle-tasks/20260320013731_wave0-schema-hardening/snapshot.json +4060 -0
- package/migrations/drizzle-tasks/20260320020000_agent-dimension/migration.sql +35 -0
- package/migrations/drizzle-tasks/20260320020000_agent-dimension/snapshot.json +4312 -0
- package/package.json +2 -2
- package/src/admin/export-tasks.ts +2 -5
- package/src/admin/import-tasks.ts +53 -29
- package/src/agents/__tests__/capacity.test.ts +219 -0
- package/src/agents/__tests__/registry.test.ts +457 -0
- package/src/agents/__tests__/retry.test.ts +289 -0
- package/src/agents/agent-schema.ts +107 -0
- package/src/agents/capacity.ts +151 -0
- package/src/agents/index.ts +68 -0
- package/src/agents/registry.ts +449 -0
- package/src/agents/retry.ts +255 -0
- package/src/hooks/index.ts +20 -1
- package/src/hooks/payload-schemas.ts +199 -0
- package/src/index.ts +69 -0
- package/src/inject/index.ts +14 -14
- package/src/intelligence/__tests__/impact.test.ts +453 -0
- package/src/intelligence/__tests__/patterns.test.ts +450 -0
- package/src/intelligence/__tests__/prediction.test.ts +418 -0
- package/src/intelligence/impact.ts +638 -0
- package/src/intelligence/index.ts +47 -0
- package/src/intelligence/patterns.ts +621 -0
- package/src/intelligence/prediction.ts +621 -0
- package/src/intelligence/types.ts +273 -0
- package/src/internal.ts +89 -2
- package/src/issue/template-parser.ts +65 -4
- package/src/lifecycle/pipeline.ts +14 -7
- package/src/lifecycle/state-machine.ts +6 -2
- package/src/memory/brain-lifecycle.ts +5 -11
- package/src/memory/brain-retrieval.ts +44 -38
- package/src/memory/brain-row-types.ts +43 -6
- package/src/memory/brain-search.ts +53 -32
- package/src/memory/brain-similarity.ts +9 -8
- package/src/memory/claude-mem-migration.ts +4 -3
- package/src/nexus/__tests__/nexus-e2e.test.ts +1481 -0
- package/src/nexus/__tests__/transfer.test.ts +446 -0
- package/src/nexus/discover.ts +1 -0
- package/src/nexus/index.ts +14 -0
- package/src/nexus/transfer-types.ts +129 -0
- package/src/nexus/transfer.ts +314 -0
- package/src/orchestration/bootstrap.ts +11 -17
- package/src/orchestration/skill-ops.ts +52 -32
- package/src/otel/index.ts +48 -4
- package/src/sessions/__tests__/briefing.test.ts +31 -2
- package/src/sessions/briefing.ts +27 -42
- package/src/sessions/handoff.ts +52 -86
- package/src/sessions/index.ts +5 -1
- package/src/sessions/types.ts +9 -43
- package/src/signaldock/signaldock-transport.ts +5 -2
- package/src/skills/injection/subagent.ts +10 -16
- package/src/skills/manifests/contribution.ts +5 -13
- package/src/skills/orchestrator/__tests__/spawn-tier.test.ts +44 -30
- package/src/skills/orchestrator/spawn.ts +18 -31
- package/src/skills/orchestrator/startup.ts +78 -65
- package/src/skills/orchestrator/validator.ts +26 -31
- package/src/skills/precedence-types.ts +24 -1
- package/src/skills/types.ts +72 -5
- package/src/store/__tests__/test-db-helper.d.ts +4 -4
- package/src/store/__tests__/test-db-helper.js +5 -16
- package/src/store/__tests__/test-db-helper.ts +5 -18
- package/src/store/brain-sqlite.ts +7 -3
- package/src/store/chain-schema.ts +1 -1
- package/src/store/export.ts +22 -12
- package/src/store/nexus-sqlite.ts +7 -3
- package/src/store/sqlite.ts +9 -3
- package/src/store/tasks-schema.ts +65 -8
- package/src/store/typed-query.ts +17 -0
- package/src/store/validation-schemas.ts +347 -23
- package/src/system/inject-generate.ts +9 -23
- package/src/validation/doctor/checks.ts +24 -2
- package/src/validation/engine.ts +11 -11
- package/src/validation/index.ts +131 -3
- package/src/validation/protocol-common.ts +54 -3
- package/dist/tasks/reparent.d.ts +0 -38
- package/dist/tasks/reparent.d.ts.map +0 -1
- package/src/tasks/reparent.ts +0 -134
|
@@ -5,10 +5,262 @@
|
|
|
5
5
|
* directly from Drizzle table definitions in `./schema.ts`. This ensures
|
|
6
6
|
* validation rules stay in sync with the database schema automatically.
|
|
7
7
|
*
|
|
8
|
+
* Also exports canonical Zod enum schemas for all domain enums so that
|
|
9
|
+
* consumers (e.g. CleoOS, plugins) can import them instead of duplicating.
|
|
10
|
+
*
|
|
8
11
|
* @module validation-schemas
|
|
9
12
|
* @task T3.4
|
|
10
13
|
*/
|
|
11
14
|
import { z } from 'zod/v4';
|
|
15
|
+
/** Zod enum schema for task statuses. */
|
|
16
|
+
export declare const taskStatusSchema: z.ZodEnum<{
|
|
17
|
+
active: "active";
|
|
18
|
+
pending: "pending";
|
|
19
|
+
cancelled: "cancelled";
|
|
20
|
+
blocked: "blocked";
|
|
21
|
+
done: "done";
|
|
22
|
+
archived: "archived";
|
|
23
|
+
}>;
|
|
24
|
+
/** Zod enum schema for task priorities. */
|
|
25
|
+
export declare const taskPrioritySchema: z.ZodEnum<{
|
|
26
|
+
critical: "critical";
|
|
27
|
+
high: "high";
|
|
28
|
+
medium: "medium";
|
|
29
|
+
low: "low";
|
|
30
|
+
}>;
|
|
31
|
+
/** Zod enum schema for task types. */
|
|
32
|
+
export declare const taskTypeSchema: z.ZodEnum<{
|
|
33
|
+
epic: "epic";
|
|
34
|
+
task: "task";
|
|
35
|
+
subtask: "subtask";
|
|
36
|
+
}>;
|
|
37
|
+
/** Zod enum schema for task sizes. */
|
|
38
|
+
export declare const taskSizeSchema: z.ZodEnum<{
|
|
39
|
+
small: "small";
|
|
40
|
+
medium: "medium";
|
|
41
|
+
large: "large";
|
|
42
|
+
}>;
|
|
43
|
+
/** Zod enum schema for session statuses. */
|
|
44
|
+
export declare const sessionStatusSchema: z.ZodEnum<{
|
|
45
|
+
active: "active";
|
|
46
|
+
ended: "ended";
|
|
47
|
+
orphaned: "orphaned";
|
|
48
|
+
suspended: "suspended";
|
|
49
|
+
}>;
|
|
50
|
+
/** Zod enum schema for lifecycle pipeline statuses. */
|
|
51
|
+
export declare const lifecyclePipelineStatusSchema: z.ZodEnum<{
|
|
52
|
+
active: "active";
|
|
53
|
+
completed: "completed";
|
|
54
|
+
failed: "failed";
|
|
55
|
+
cancelled: "cancelled";
|
|
56
|
+
blocked: "blocked";
|
|
57
|
+
aborted: "aborted";
|
|
58
|
+
}>;
|
|
59
|
+
/** Zod enum schema for lifecycle stage statuses. */
|
|
60
|
+
export declare const lifecycleStageStatusSchema: z.ZodEnum<{
|
|
61
|
+
completed: "completed";
|
|
62
|
+
failed: "failed";
|
|
63
|
+
blocked: "blocked";
|
|
64
|
+
not_started: "not_started";
|
|
65
|
+
in_progress: "in_progress";
|
|
66
|
+
skipped: "skipped";
|
|
67
|
+
}>;
|
|
68
|
+
/** Zod enum schema for lifecycle stage names. */
|
|
69
|
+
export declare const lifecycleStageNameSchema: z.ZodEnum<{
|
|
70
|
+
research: "research";
|
|
71
|
+
consensus: "consensus";
|
|
72
|
+
architecture_decision: "architecture_decision";
|
|
73
|
+
specification: "specification";
|
|
74
|
+
decomposition: "decomposition";
|
|
75
|
+
implementation: "implementation";
|
|
76
|
+
validation: "validation";
|
|
77
|
+
testing: "testing";
|
|
78
|
+
release: "release";
|
|
79
|
+
contribution: "contribution";
|
|
80
|
+
}>;
|
|
81
|
+
/** Zod enum schema for lifecycle gate results. */
|
|
82
|
+
export declare const lifecycleGateResultSchema: z.ZodEnum<{
|
|
83
|
+
warn: "warn";
|
|
84
|
+
pass: "pass";
|
|
85
|
+
fail: "fail";
|
|
86
|
+
}>;
|
|
87
|
+
/** Zod enum schema for lifecycle evidence types. */
|
|
88
|
+
export declare const lifecycleEvidenceTypeSchema: z.ZodEnum<{
|
|
89
|
+
file: "file";
|
|
90
|
+
url: "url";
|
|
91
|
+
manifest: "manifest";
|
|
92
|
+
}>;
|
|
93
|
+
/** Zod enum schema for ADR statuses. */
|
|
94
|
+
export declare const adrStatusSchema: z.ZodEnum<{
|
|
95
|
+
proposed: "proposed";
|
|
96
|
+
accepted: "accepted";
|
|
97
|
+
superseded: "superseded";
|
|
98
|
+
deprecated: "deprecated";
|
|
99
|
+
}>;
|
|
100
|
+
/** Zod enum schema for gate statuses. */
|
|
101
|
+
export declare const gateStatusSchema: z.ZodEnum<{
|
|
102
|
+
pending: "pending";
|
|
103
|
+
failed: "failed";
|
|
104
|
+
passed: "passed";
|
|
105
|
+
waived: "waived";
|
|
106
|
+
}>;
|
|
107
|
+
/** Zod enum schema for manifest statuses. */
|
|
108
|
+
export declare const manifestStatusSchema: z.ZodEnum<{
|
|
109
|
+
completed: "completed";
|
|
110
|
+
blocked: "blocked";
|
|
111
|
+
archived: "archived";
|
|
112
|
+
partial: "partial";
|
|
113
|
+
}>;
|
|
114
|
+
/** Zod enum schema for token usage measurement methods. */
|
|
115
|
+
export declare const tokenUsageMethodSchema: z.ZodEnum<{
|
|
116
|
+
otel: "otel";
|
|
117
|
+
provider_api: "provider_api";
|
|
118
|
+
tokenizer: "tokenizer";
|
|
119
|
+
heuristic: "heuristic";
|
|
120
|
+
}>;
|
|
121
|
+
/** Zod enum schema for token usage confidence levels. */
|
|
122
|
+
export declare const tokenUsageConfidenceSchema: z.ZodEnum<{
|
|
123
|
+
high: "high";
|
|
124
|
+
real: "real";
|
|
125
|
+
estimated: "estimated";
|
|
126
|
+
coarse: "coarse";
|
|
127
|
+
}>;
|
|
128
|
+
/** Zod enum schema for token usage transports. */
|
|
129
|
+
export declare const tokenUsageTransportSchema: z.ZodEnum<{
|
|
130
|
+
unknown: "unknown";
|
|
131
|
+
cli: "cli";
|
|
132
|
+
mcp: "mcp";
|
|
133
|
+
api: "api";
|
|
134
|
+
agent: "agent";
|
|
135
|
+
}>;
|
|
136
|
+
/** Zod enum schema for task relation types. */
|
|
137
|
+
export declare const taskRelationTypeSchema: z.ZodEnum<{
|
|
138
|
+
related: "related";
|
|
139
|
+
blocks: "blocks";
|
|
140
|
+
duplicates: "duplicates";
|
|
141
|
+
absorbs: "absorbs";
|
|
142
|
+
fixes: "fixes";
|
|
143
|
+
extends: "extends";
|
|
144
|
+
supersedes: "supersedes";
|
|
145
|
+
}>;
|
|
146
|
+
/** Zod enum schema for external task link types. */
|
|
147
|
+
export declare const externalLinkTypeSchema: z.ZodEnum<{
|
|
148
|
+
manual: "manual";
|
|
149
|
+
created: "created";
|
|
150
|
+
matched: "matched";
|
|
151
|
+
transferred: "transferred";
|
|
152
|
+
}>;
|
|
153
|
+
/** Zod enum schema for sync directions. */
|
|
154
|
+
export declare const syncDirectionSchema: z.ZodEnum<{
|
|
155
|
+
inbound: "inbound";
|
|
156
|
+
outbound: "outbound";
|
|
157
|
+
bidirectional: "bidirectional";
|
|
158
|
+
}>;
|
|
159
|
+
/** Zod enum schema for lifecycle transition types. */
|
|
160
|
+
export declare const lifecycleTransitionTypeSchema: z.ZodEnum<{
|
|
161
|
+
automatic: "automatic";
|
|
162
|
+
manual: "manual";
|
|
163
|
+
forced: "forced";
|
|
164
|
+
}>;
|
|
165
|
+
/** Zod enum schema for brain observation types. */
|
|
166
|
+
export declare const brainObservationTypeSchema: z.ZodEnum<{
|
|
167
|
+
discovery: "discovery";
|
|
168
|
+
change: "change";
|
|
169
|
+
feature: "feature";
|
|
170
|
+
bugfix: "bugfix";
|
|
171
|
+
decision: "decision";
|
|
172
|
+
refactor: "refactor";
|
|
173
|
+
}>;
|
|
174
|
+
/** Zod enum schema for brain observation source types. */
|
|
175
|
+
export declare const brainObservationSourceTypeSchema: z.ZodEnum<{
|
|
176
|
+
agent: "agent";
|
|
177
|
+
manual: "manual";
|
|
178
|
+
"session-debrief": "session-debrief";
|
|
179
|
+
"claude-mem": "claude-mem";
|
|
180
|
+
}>;
|
|
181
|
+
/** Zod enum schema for brain decision types. */
|
|
182
|
+
export declare const brainDecisionTypeSchema: z.ZodEnum<{
|
|
183
|
+
architecture: "architecture";
|
|
184
|
+
technical: "technical";
|
|
185
|
+
process: "process";
|
|
186
|
+
strategic: "strategic";
|
|
187
|
+
tactical: "tactical";
|
|
188
|
+
}>;
|
|
189
|
+
/** Zod enum schema for brain confidence levels. */
|
|
190
|
+
export declare const brainConfidenceLevelSchema: z.ZodEnum<{
|
|
191
|
+
high: "high";
|
|
192
|
+
medium: "medium";
|
|
193
|
+
low: "low";
|
|
194
|
+
}>;
|
|
195
|
+
/** Zod enum schema for brain outcome types. */
|
|
196
|
+
export declare const brainOutcomeTypeSchema: z.ZodEnum<{
|
|
197
|
+
pending: "pending";
|
|
198
|
+
success: "success";
|
|
199
|
+
failure: "failure";
|
|
200
|
+
mixed: "mixed";
|
|
201
|
+
}>;
|
|
202
|
+
/** Zod enum schema for brain pattern types. */
|
|
203
|
+
export declare const brainPatternTypeSchema: z.ZodEnum<{
|
|
204
|
+
success: "success";
|
|
205
|
+
workflow: "workflow";
|
|
206
|
+
failure: "failure";
|
|
207
|
+
blocker: "blocker";
|
|
208
|
+
optimization: "optimization";
|
|
209
|
+
}>;
|
|
210
|
+
/** Zod enum schema for brain impact levels. */
|
|
211
|
+
export declare const brainImpactLevelSchema: z.ZodEnum<{
|
|
212
|
+
high: "high";
|
|
213
|
+
medium: "medium";
|
|
214
|
+
low: "low";
|
|
215
|
+
}>;
|
|
216
|
+
/** Zod enum schema for brain link types. */
|
|
217
|
+
export declare const brainLinkTypeSchema: z.ZodEnum<{
|
|
218
|
+
produced_by: "produced_by";
|
|
219
|
+
applies_to: "applies_to";
|
|
220
|
+
informed_by: "informed_by";
|
|
221
|
+
contradicts: "contradicts";
|
|
222
|
+
}>;
|
|
223
|
+
/** Zod enum schema for brain memory entity types. */
|
|
224
|
+
export declare const brainMemoryTypeSchema: z.ZodEnum<{
|
|
225
|
+
decision: "decision";
|
|
226
|
+
pattern: "pattern";
|
|
227
|
+
learning: "learning";
|
|
228
|
+
observation: "observation";
|
|
229
|
+
}>;
|
|
230
|
+
/** Zod enum schema for brain sticky note statuses. */
|
|
231
|
+
export declare const brainStickyStatusSchema: z.ZodEnum<{
|
|
232
|
+
active: "active";
|
|
233
|
+
archived: "archived";
|
|
234
|
+
converted: "converted";
|
|
235
|
+
}>;
|
|
236
|
+
/** Zod enum schema for brain sticky note colors. */
|
|
237
|
+
export declare const brainStickyColorSchema: z.ZodEnum<{
|
|
238
|
+
yellow: "yellow";
|
|
239
|
+
blue: "blue";
|
|
240
|
+
green: "green";
|
|
241
|
+
red: "red";
|
|
242
|
+
purple: "purple";
|
|
243
|
+
}>;
|
|
244
|
+
/** Zod enum schema for brain sticky note priorities. */
|
|
245
|
+
export declare const brainStickyPrioritySchema: z.ZodEnum<{
|
|
246
|
+
high: "high";
|
|
247
|
+
medium: "medium";
|
|
248
|
+
low: "low";
|
|
249
|
+
}>;
|
|
250
|
+
/** Zod enum schema for brain page node types. */
|
|
251
|
+
export declare const brainNodeTypeSchema: z.ZodEnum<{
|
|
252
|
+
file: "file";
|
|
253
|
+
task: "task";
|
|
254
|
+
doc: "doc";
|
|
255
|
+
concept: "concept";
|
|
256
|
+
}>;
|
|
257
|
+
/** Zod enum schema for brain page edge types. */
|
|
258
|
+
export declare const brainEdgeTypeSchema: z.ZodEnum<{
|
|
259
|
+
depends_on: "depends_on";
|
|
260
|
+
implements: "implements";
|
|
261
|
+
relates_to: "relates_to";
|
|
262
|
+
documents: "documents";
|
|
263
|
+
}>;
|
|
12
264
|
export declare const insertTaskSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
13
265
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
14
266
|
name: string;
|
|
@@ -62,7 +314,7 @@ export declare const insertTaskSchema: import("drizzle-orm/zod").BuildSchema<"in
|
|
|
62
314
|
name: string;
|
|
63
315
|
tableName: "tasks";
|
|
64
316
|
dataType: "string enum";
|
|
65
|
-
data: "
|
|
317
|
+
data: "active" | "pending" | "cancelled" | "blocked" | "done" | "archived";
|
|
66
318
|
driverParam: string;
|
|
67
319
|
notNull: true;
|
|
68
320
|
hasDefault: true;
|
|
@@ -564,7 +816,7 @@ export declare const selectTaskSchema: import("drizzle-orm/zod").BuildSchema<"se
|
|
|
564
816
|
name: string;
|
|
565
817
|
tableName: "tasks";
|
|
566
818
|
dataType: "string enum";
|
|
567
|
-
data: "
|
|
819
|
+
data: "active" | "pending" | "cancelled" | "blocked" | "done" | "archived";
|
|
568
820
|
driverParam: string;
|
|
569
821
|
notNull: true;
|
|
570
822
|
hasDefault: true;
|
|
@@ -1146,7 +1398,9 @@ export declare const insertTaskRelationSchema: import("drizzle-orm/zod").BuildSc
|
|
|
1146
1398
|
identity: undefined;
|
|
1147
1399
|
generated: undefined;
|
|
1148
1400
|
}, {}>;
|
|
1149
|
-
},
|
|
1401
|
+
}, {
|
|
1402
|
+
reason: (s: z.ZodString) => z.ZodString;
|
|
1403
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
1150
1404
|
export declare const selectTaskRelationSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
1151
1405
|
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
1152
1406
|
name: string;
|
|
@@ -1212,7 +1466,9 @@ export declare const selectTaskRelationSchema: import("drizzle-orm/zod").BuildSc
|
|
|
1212
1466
|
identity: undefined;
|
|
1213
1467
|
generated: undefined;
|
|
1214
1468
|
}, {}>;
|
|
1215
|
-
},
|
|
1469
|
+
}, {
|
|
1470
|
+
reason: (s: z.ZodString) => z.ZodString;
|
|
1471
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
1216
1472
|
export declare const insertSessionSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
1217
1473
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
1218
1474
|
name: string;
|
|
@@ -1582,7 +1838,9 @@ export declare const insertSessionSchema: import("drizzle-orm/zod").BuildSchema<
|
|
|
1582
1838
|
identity: undefined;
|
|
1583
1839
|
generated: undefined;
|
|
1584
1840
|
}, {}>;
|
|
1585
|
-
},
|
|
1841
|
+
}, {
|
|
1842
|
+
name: (s: z.ZodString) => z.ZodString;
|
|
1843
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
1586
1844
|
export declare const selectSessionSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
1587
1845
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
1588
1846
|
name: string;
|
|
@@ -1952,7 +2210,9 @@ export declare const selectSessionSchema: import("drizzle-orm/zod").BuildSchema<
|
|
|
1952
2210
|
identity: undefined;
|
|
1953
2211
|
generated: undefined;
|
|
1954
2212
|
}, {}>;
|
|
1955
|
-
},
|
|
2213
|
+
}, {
|
|
2214
|
+
name: (s: z.ZodString) => z.ZodString;
|
|
2215
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
1956
2216
|
export declare const insertWorkHistorySchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
1957
2217
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
1958
2218
|
name: string;
|
|
@@ -2246,7 +2506,10 @@ export declare const insertLifecyclePipelineSchema: import("drizzle-orm/zod").Bu
|
|
|
2246
2506
|
identity: undefined;
|
|
2247
2507
|
generated: undefined;
|
|
2248
2508
|
}, {}>;
|
|
2249
|
-
},
|
|
2509
|
+
}, {
|
|
2510
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
2511
|
+
taskId: (s: z.ZodString) => z.ZodString;
|
|
2512
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
2250
2513
|
export declare const selectLifecyclePipelineSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
2251
2514
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
2252
2515
|
name: string;
|
|
@@ -2376,7 +2639,10 @@ export declare const selectLifecyclePipelineSchema: import("drizzle-orm/zod").Bu
|
|
|
2376
2639
|
identity: undefined;
|
|
2377
2640
|
generated: undefined;
|
|
2378
2641
|
}, {}>;
|
|
2379
|
-
},
|
|
2642
|
+
}, {
|
|
2643
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
2644
|
+
taskId: (s: z.ZodString) => z.ZodString;
|
|
2645
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
2380
2646
|
export declare const insertLifecycleStageSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
2381
2647
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
2382
2648
|
name: string;
|
|
@@ -2682,7 +2948,12 @@ export declare const insertLifecycleStageSchema: import("drizzle-orm/zod").Build
|
|
|
2682
2948
|
identity: undefined;
|
|
2683
2949
|
generated: undefined;
|
|
2684
2950
|
}, {}>;
|
|
2685
|
-
},
|
|
2951
|
+
}, {
|
|
2952
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
2953
|
+
pipelineId: (s: z.ZodString) => z.ZodString;
|
|
2954
|
+
blockReason: (s: z.ZodString) => z.ZodString;
|
|
2955
|
+
skipReason: (s: z.ZodString) => z.ZodString;
|
|
2956
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
2686
2957
|
export declare const selectLifecycleStageSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
2687
2958
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
2688
2959
|
name: string;
|
|
@@ -2988,7 +3259,12 @@ export declare const selectLifecycleStageSchema: import("drizzle-orm/zod").Build
|
|
|
2988
3259
|
identity: undefined;
|
|
2989
3260
|
generated: undefined;
|
|
2990
3261
|
}, {}>;
|
|
2991
|
-
},
|
|
3262
|
+
}, {
|
|
3263
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
3264
|
+
pipelineId: (s: z.ZodString) => z.ZodString;
|
|
3265
|
+
blockReason: (s: z.ZodString) => z.ZodString;
|
|
3266
|
+
skipReason: (s: z.ZodString) => z.ZodString;
|
|
3267
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
2992
3268
|
export declare const insertLifecycleGateResultSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
2993
3269
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
2994
3270
|
name: string;
|
|
@@ -3118,7 +3394,14 @@ export declare const insertLifecycleGateResultSchema: import("drizzle-orm/zod").
|
|
|
3118
3394
|
identity: undefined;
|
|
3119
3395
|
generated: undefined;
|
|
3120
3396
|
}, {}>;
|
|
3121
|
-
},
|
|
3397
|
+
}, {
|
|
3398
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
3399
|
+
stageId: (s: z.ZodString) => z.ZodString;
|
|
3400
|
+
gateName: (s: z.ZodString) => z.ZodString;
|
|
3401
|
+
checkedBy: (s: z.ZodString) => z.ZodString;
|
|
3402
|
+
details: (s: z.ZodString) => z.ZodString;
|
|
3403
|
+
reason: (s: z.ZodString) => z.ZodString;
|
|
3404
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
3122
3405
|
export declare const selectLifecycleGateResultSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
3123
3406
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
3124
3407
|
name: string;
|
|
@@ -3248,7 +3531,14 @@ export declare const selectLifecycleGateResultSchema: import("drizzle-orm/zod").
|
|
|
3248
3531
|
identity: undefined;
|
|
3249
3532
|
generated: undefined;
|
|
3250
3533
|
}, {}>;
|
|
3251
|
-
},
|
|
3534
|
+
}, {
|
|
3535
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
3536
|
+
stageId: (s: z.ZodString) => z.ZodString;
|
|
3537
|
+
gateName: (s: z.ZodString) => z.ZodString;
|
|
3538
|
+
checkedBy: (s: z.ZodString) => z.ZodString;
|
|
3539
|
+
details: (s: z.ZodString) => z.ZodString;
|
|
3540
|
+
reason: (s: z.ZodString) => z.ZodString;
|
|
3541
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
3252
3542
|
export declare const insertLifecycleEvidenceSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
3253
3543
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
3254
3544
|
name: string;
|
|
@@ -5246,7 +5536,12 @@ export declare const insertArchitectureDecisionSchema: import("drizzle-orm/zod")
|
|
|
5246
5536
|
identity: undefined;
|
|
5247
5537
|
generated: undefined;
|
|
5248
5538
|
}, {}>;
|
|
5249
|
-
},
|
|
5539
|
+
}, {
|
|
5540
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
5541
|
+
title: (s: z.ZodString) => z.ZodString;
|
|
5542
|
+
content: (s: z.ZodString) => z.ZodString;
|
|
5543
|
+
summary: (s: z.ZodString) => z.ZodString;
|
|
5544
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
5250
5545
|
export declare const selectArchitectureDecisionSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
5251
5546
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
5252
5547
|
name: string;
|
|
@@ -5536,35 +5831,12 @@ export declare const selectArchitectureDecisionSchema: import("drizzle-orm/zod")
|
|
|
5536
5831
|
identity: undefined;
|
|
5537
5832
|
generated: undefined;
|
|
5538
5833
|
}, {}>;
|
|
5539
|
-
},
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
export type SelectTaskRelation = z.infer<typeof selectTaskRelationSchema>;
|
|
5546
|
-
export type InsertSession = z.infer<typeof insertSessionSchema>;
|
|
5547
|
-
export type SelectSession = z.infer<typeof selectSessionSchema>;
|
|
5548
|
-
export type InsertWorkHistory = z.infer<typeof insertWorkHistorySchema>;
|
|
5549
|
-
export type SelectWorkHistory = z.infer<typeof selectWorkHistorySchema>;
|
|
5550
|
-
export type InsertLifecyclePipeline = z.infer<typeof insertLifecyclePipelineSchema>;
|
|
5551
|
-
export type SelectLifecyclePipeline = z.infer<typeof selectLifecyclePipelineSchema>;
|
|
5552
|
-
export type InsertLifecycleStage = z.infer<typeof insertLifecycleStageSchema>;
|
|
5553
|
-
export type SelectLifecycleStage = z.infer<typeof selectLifecycleStageSchema>;
|
|
5554
|
-
export type InsertLifecycleGateResult = z.infer<typeof insertLifecycleGateResultSchema>;
|
|
5555
|
-
export type SelectLifecycleGateResult = z.infer<typeof selectLifecycleGateResultSchema>;
|
|
5556
|
-
export type InsertLifecycleEvidence = z.infer<typeof insertLifecycleEvidenceSchema>;
|
|
5557
|
-
export type SelectLifecycleEvidence = z.infer<typeof selectLifecycleEvidenceSchema>;
|
|
5558
|
-
export type InsertLifecycleTransition = z.infer<typeof insertLifecycleTransitionSchema>;
|
|
5559
|
-
export type SelectLifecycleTransition = z.infer<typeof selectLifecycleTransitionSchema>;
|
|
5560
|
-
export type InsertSchemaMeta = z.infer<typeof insertSchemaMetaSchema>;
|
|
5561
|
-
export type SelectSchemaMeta = z.infer<typeof selectSchemaMetaSchema>;
|
|
5562
|
-
export type InsertAuditLog = z.infer<typeof insertAuditLogSchema>;
|
|
5563
|
-
export type SelectAuditLog = z.infer<typeof selectAuditLogSchema>;
|
|
5564
|
-
/** Canonical type alias for audit log insert (T4848). */
|
|
5565
|
-
export type AuditLogInsert = InsertAuditLog;
|
|
5566
|
-
/** Canonical type alias for audit log select (T4848). */
|
|
5567
|
-
export type AuditLogSelect = SelectAuditLog;
|
|
5834
|
+
}, {
|
|
5835
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
5836
|
+
title: (s: z.ZodString) => z.ZodString;
|
|
5837
|
+
content: (s: z.ZodString) => z.ZodString;
|
|
5838
|
+
summary: (s: z.ZodString) => z.ZodString;
|
|
5839
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
5568
5840
|
export declare const insertTokenUsageSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
5569
5841
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
5570
5842
|
name: string;
|
|
@@ -5634,7 +5906,7 @@ export declare const insertTokenUsageSchema: import("drizzle-orm/zod").BuildSche
|
|
|
5634
5906
|
name: string;
|
|
5635
5907
|
tableName: "token_usage";
|
|
5636
5908
|
dataType: "string enum";
|
|
5637
|
-
data: "
|
|
5909
|
+
data: "unknown" | "cli" | "mcp" | "api" | "agent";
|
|
5638
5910
|
driverParam: string;
|
|
5639
5911
|
notNull: true;
|
|
5640
5912
|
hasDefault: true;
|
|
@@ -5902,7 +6174,11 @@ export declare const insertTokenUsageSchema: import("drizzle-orm/zod").BuildSche
|
|
|
5902
6174
|
identity: undefined;
|
|
5903
6175
|
generated: undefined;
|
|
5904
6176
|
}, {}>;
|
|
5905
|
-
},
|
|
6177
|
+
}, {
|
|
6178
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
6179
|
+
provider: (s: z.ZodString) => z.ZodString;
|
|
6180
|
+
model: (s: z.ZodString) => z.ZodString;
|
|
6181
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
5906
6182
|
export declare const selectTokenUsageSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
5907
6183
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
5908
6184
|
name: string;
|
|
@@ -5972,7 +6248,7 @@ export declare const selectTokenUsageSchema: import("drizzle-orm/zod").BuildSche
|
|
|
5972
6248
|
name: string;
|
|
5973
6249
|
tableName: "token_usage";
|
|
5974
6250
|
dataType: "string enum";
|
|
5975
|
-
data: "
|
|
6251
|
+
data: "unknown" | "cli" | "mcp" | "api" | "agent";
|
|
5976
6252
|
driverParam: string;
|
|
5977
6253
|
notNull: true;
|
|
5978
6254
|
hasDefault: true;
|
|
@@ -6240,11 +6516,11 @@ export declare const selectTokenUsageSchema: import("drizzle-orm/zod").BuildSche
|
|
|
6240
6516
|
identity: undefined;
|
|
6241
6517
|
generated: undefined;
|
|
6242
6518
|
}, {}>;
|
|
6243
|
-
},
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6519
|
+
}, {
|
|
6520
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
6521
|
+
provider: (s: z.ZodString) => z.ZodString;
|
|
6522
|
+
model: (s: z.ZodString) => z.ZodString;
|
|
6523
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
6248
6524
|
export declare const insertManifestEntrySchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
6249
6525
|
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
6250
6526
|
name: string;
|
|
@@ -6665,6 +6941,2103 @@ export declare const selectManifestEntrySchema: import("drizzle-orm/zod").BuildS
|
|
|
6665
6941
|
generated: undefined;
|
|
6666
6942
|
}, {}>;
|
|
6667
6943
|
}, undefined, import("drizzle-orm/zod").CoerceOptions>;
|
|
6944
|
+
export declare const insertPipelineManifestSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
6945
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
6946
|
+
name: string;
|
|
6947
|
+
tableName: "pipeline_manifest";
|
|
6948
|
+
dataType: "string";
|
|
6949
|
+
data: string;
|
|
6950
|
+
driverParam: string;
|
|
6951
|
+
notNull: true;
|
|
6952
|
+
hasDefault: false;
|
|
6953
|
+
isPrimaryKey: true;
|
|
6954
|
+
isAutoincrement: false;
|
|
6955
|
+
hasRuntimeDefault: false;
|
|
6956
|
+
enumValues: [string, ...string[]];
|
|
6957
|
+
baseColumn: never;
|
|
6958
|
+
identity: undefined;
|
|
6959
|
+
generated: undefined;
|
|
6960
|
+
}, {}>;
|
|
6961
|
+
sessionId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
6962
|
+
name: string;
|
|
6963
|
+
tableName: "pipeline_manifest";
|
|
6964
|
+
dataType: "string";
|
|
6965
|
+
data: string;
|
|
6966
|
+
driverParam: string;
|
|
6967
|
+
notNull: false;
|
|
6968
|
+
hasDefault: false;
|
|
6969
|
+
isPrimaryKey: false;
|
|
6970
|
+
isAutoincrement: false;
|
|
6971
|
+
hasRuntimeDefault: false;
|
|
6972
|
+
enumValues: [string, ...string[]];
|
|
6973
|
+
baseColumn: never;
|
|
6974
|
+
identity: undefined;
|
|
6975
|
+
generated: undefined;
|
|
6976
|
+
}, {}>;
|
|
6977
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
6978
|
+
name: string;
|
|
6979
|
+
tableName: "pipeline_manifest";
|
|
6980
|
+
dataType: "string";
|
|
6981
|
+
data: string;
|
|
6982
|
+
driverParam: string;
|
|
6983
|
+
notNull: false;
|
|
6984
|
+
hasDefault: false;
|
|
6985
|
+
isPrimaryKey: false;
|
|
6986
|
+
isAutoincrement: false;
|
|
6987
|
+
hasRuntimeDefault: false;
|
|
6988
|
+
enumValues: [string, ...string[]];
|
|
6989
|
+
baseColumn: never;
|
|
6990
|
+
identity: undefined;
|
|
6991
|
+
generated: undefined;
|
|
6992
|
+
}, {}>;
|
|
6993
|
+
epicId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
6994
|
+
name: string;
|
|
6995
|
+
tableName: "pipeline_manifest";
|
|
6996
|
+
dataType: "string";
|
|
6997
|
+
data: string;
|
|
6998
|
+
driverParam: string;
|
|
6999
|
+
notNull: false;
|
|
7000
|
+
hasDefault: false;
|
|
7001
|
+
isPrimaryKey: false;
|
|
7002
|
+
isAutoincrement: false;
|
|
7003
|
+
hasRuntimeDefault: false;
|
|
7004
|
+
enumValues: [string, ...string[]];
|
|
7005
|
+
baseColumn: never;
|
|
7006
|
+
identity: undefined;
|
|
7007
|
+
generated: undefined;
|
|
7008
|
+
}, {}>;
|
|
7009
|
+
type: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7010
|
+
name: string;
|
|
7011
|
+
tableName: "pipeline_manifest";
|
|
7012
|
+
dataType: "string";
|
|
7013
|
+
data: string;
|
|
7014
|
+
driverParam: string;
|
|
7015
|
+
notNull: true;
|
|
7016
|
+
hasDefault: false;
|
|
7017
|
+
isPrimaryKey: false;
|
|
7018
|
+
isAutoincrement: false;
|
|
7019
|
+
hasRuntimeDefault: false;
|
|
7020
|
+
enumValues: [string, ...string[]];
|
|
7021
|
+
baseColumn: never;
|
|
7022
|
+
identity: undefined;
|
|
7023
|
+
generated: undefined;
|
|
7024
|
+
}, {}>;
|
|
7025
|
+
content: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7026
|
+
name: string;
|
|
7027
|
+
tableName: "pipeline_manifest";
|
|
7028
|
+
dataType: "string";
|
|
7029
|
+
data: string;
|
|
7030
|
+
driverParam: string;
|
|
7031
|
+
notNull: true;
|
|
7032
|
+
hasDefault: false;
|
|
7033
|
+
isPrimaryKey: false;
|
|
7034
|
+
isAutoincrement: false;
|
|
7035
|
+
hasRuntimeDefault: false;
|
|
7036
|
+
enumValues: [string, ...string[]];
|
|
7037
|
+
baseColumn: never;
|
|
7038
|
+
identity: undefined;
|
|
7039
|
+
generated: undefined;
|
|
7040
|
+
}, {}>;
|
|
7041
|
+
contentHash: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7042
|
+
name: string;
|
|
7043
|
+
tableName: "pipeline_manifest";
|
|
7044
|
+
dataType: "string";
|
|
7045
|
+
data: string;
|
|
7046
|
+
driverParam: string;
|
|
7047
|
+
notNull: false;
|
|
7048
|
+
hasDefault: false;
|
|
7049
|
+
isPrimaryKey: false;
|
|
7050
|
+
isAutoincrement: false;
|
|
7051
|
+
hasRuntimeDefault: false;
|
|
7052
|
+
enumValues: [string, ...string[]];
|
|
7053
|
+
baseColumn: never;
|
|
7054
|
+
identity: undefined;
|
|
7055
|
+
generated: undefined;
|
|
7056
|
+
}, {}>;
|
|
7057
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7058
|
+
name: string;
|
|
7059
|
+
tableName: "pipeline_manifest";
|
|
7060
|
+
dataType: "string";
|
|
7061
|
+
data: string;
|
|
7062
|
+
driverParam: string;
|
|
7063
|
+
notNull: true;
|
|
7064
|
+
hasDefault: true;
|
|
7065
|
+
isPrimaryKey: false;
|
|
7066
|
+
isAutoincrement: false;
|
|
7067
|
+
hasRuntimeDefault: false;
|
|
7068
|
+
enumValues: [string, ...string[]];
|
|
7069
|
+
baseColumn: never;
|
|
7070
|
+
identity: undefined;
|
|
7071
|
+
generated: undefined;
|
|
7072
|
+
}, {}>;
|
|
7073
|
+
distilled: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7074
|
+
name: string;
|
|
7075
|
+
tableName: "pipeline_manifest";
|
|
7076
|
+
dataType: "boolean";
|
|
7077
|
+
data: boolean;
|
|
7078
|
+
driverParam: number;
|
|
7079
|
+
notNull: true;
|
|
7080
|
+
hasDefault: true;
|
|
7081
|
+
isPrimaryKey: false;
|
|
7082
|
+
isAutoincrement: false;
|
|
7083
|
+
hasRuntimeDefault: false;
|
|
7084
|
+
enumValues: undefined;
|
|
7085
|
+
baseColumn: never;
|
|
7086
|
+
identity: undefined;
|
|
7087
|
+
generated: undefined;
|
|
7088
|
+
}, {}>;
|
|
7089
|
+
brainObsId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7090
|
+
name: string;
|
|
7091
|
+
tableName: "pipeline_manifest";
|
|
7092
|
+
dataType: "string";
|
|
7093
|
+
data: string;
|
|
7094
|
+
driverParam: string;
|
|
7095
|
+
notNull: false;
|
|
7096
|
+
hasDefault: false;
|
|
7097
|
+
isPrimaryKey: false;
|
|
7098
|
+
isAutoincrement: false;
|
|
7099
|
+
hasRuntimeDefault: false;
|
|
7100
|
+
enumValues: [string, ...string[]];
|
|
7101
|
+
baseColumn: never;
|
|
7102
|
+
identity: undefined;
|
|
7103
|
+
generated: undefined;
|
|
7104
|
+
}, {}>;
|
|
7105
|
+
sourceFile: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7106
|
+
name: string;
|
|
7107
|
+
tableName: "pipeline_manifest";
|
|
7108
|
+
dataType: "string";
|
|
7109
|
+
data: string;
|
|
7110
|
+
driverParam: string;
|
|
7111
|
+
notNull: false;
|
|
7112
|
+
hasDefault: false;
|
|
7113
|
+
isPrimaryKey: false;
|
|
7114
|
+
isAutoincrement: false;
|
|
7115
|
+
hasRuntimeDefault: false;
|
|
7116
|
+
enumValues: [string, ...string[]];
|
|
7117
|
+
baseColumn: never;
|
|
7118
|
+
identity: undefined;
|
|
7119
|
+
generated: undefined;
|
|
7120
|
+
}, {}>;
|
|
7121
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7122
|
+
name: string;
|
|
7123
|
+
tableName: "pipeline_manifest";
|
|
7124
|
+
dataType: "string";
|
|
7125
|
+
data: string;
|
|
7126
|
+
driverParam: string;
|
|
7127
|
+
notNull: false;
|
|
7128
|
+
hasDefault: false;
|
|
7129
|
+
isPrimaryKey: false;
|
|
7130
|
+
isAutoincrement: false;
|
|
7131
|
+
hasRuntimeDefault: false;
|
|
7132
|
+
enumValues: [string, ...string[]];
|
|
7133
|
+
baseColumn: never;
|
|
7134
|
+
identity: undefined;
|
|
7135
|
+
generated: undefined;
|
|
7136
|
+
}, {}>;
|
|
7137
|
+
createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7138
|
+
name: string;
|
|
7139
|
+
tableName: "pipeline_manifest";
|
|
7140
|
+
dataType: "string";
|
|
7141
|
+
data: string;
|
|
7142
|
+
driverParam: string;
|
|
7143
|
+
notNull: true;
|
|
7144
|
+
hasDefault: false;
|
|
7145
|
+
isPrimaryKey: false;
|
|
7146
|
+
isAutoincrement: false;
|
|
7147
|
+
hasRuntimeDefault: false;
|
|
7148
|
+
enumValues: [string, ...string[]];
|
|
7149
|
+
baseColumn: never;
|
|
7150
|
+
identity: undefined;
|
|
7151
|
+
generated: undefined;
|
|
7152
|
+
}, {}>;
|
|
7153
|
+
archivedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7154
|
+
name: string;
|
|
7155
|
+
tableName: "pipeline_manifest";
|
|
7156
|
+
dataType: "string";
|
|
7157
|
+
data: string;
|
|
7158
|
+
driverParam: string;
|
|
7159
|
+
notNull: false;
|
|
7160
|
+
hasDefault: false;
|
|
7161
|
+
isPrimaryKey: false;
|
|
7162
|
+
isAutoincrement: false;
|
|
7163
|
+
hasRuntimeDefault: false;
|
|
7164
|
+
enumValues: [string, ...string[]];
|
|
7165
|
+
baseColumn: never;
|
|
7166
|
+
identity: undefined;
|
|
7167
|
+
generated: undefined;
|
|
7168
|
+
}, {}>;
|
|
7169
|
+
}, {
|
|
7170
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
7171
|
+
type: (s: z.ZodString) => z.ZodString;
|
|
7172
|
+
content: (s: z.ZodString) => z.ZodString;
|
|
7173
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
7174
|
+
export declare const selectPipelineManifestSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
7175
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7176
|
+
name: string;
|
|
7177
|
+
tableName: "pipeline_manifest";
|
|
7178
|
+
dataType: "string";
|
|
7179
|
+
data: string;
|
|
7180
|
+
driverParam: string;
|
|
7181
|
+
notNull: true;
|
|
7182
|
+
hasDefault: false;
|
|
7183
|
+
isPrimaryKey: true;
|
|
7184
|
+
isAutoincrement: false;
|
|
7185
|
+
hasRuntimeDefault: false;
|
|
7186
|
+
enumValues: [string, ...string[]];
|
|
7187
|
+
baseColumn: never;
|
|
7188
|
+
identity: undefined;
|
|
7189
|
+
generated: undefined;
|
|
7190
|
+
}, {}>;
|
|
7191
|
+
sessionId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7192
|
+
name: string;
|
|
7193
|
+
tableName: "pipeline_manifest";
|
|
7194
|
+
dataType: "string";
|
|
7195
|
+
data: string;
|
|
7196
|
+
driverParam: string;
|
|
7197
|
+
notNull: false;
|
|
7198
|
+
hasDefault: false;
|
|
7199
|
+
isPrimaryKey: false;
|
|
7200
|
+
isAutoincrement: false;
|
|
7201
|
+
hasRuntimeDefault: false;
|
|
7202
|
+
enumValues: [string, ...string[]];
|
|
7203
|
+
baseColumn: never;
|
|
7204
|
+
identity: undefined;
|
|
7205
|
+
generated: undefined;
|
|
7206
|
+
}, {}>;
|
|
7207
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7208
|
+
name: string;
|
|
7209
|
+
tableName: "pipeline_manifest";
|
|
7210
|
+
dataType: "string";
|
|
7211
|
+
data: string;
|
|
7212
|
+
driverParam: string;
|
|
7213
|
+
notNull: false;
|
|
7214
|
+
hasDefault: false;
|
|
7215
|
+
isPrimaryKey: false;
|
|
7216
|
+
isAutoincrement: false;
|
|
7217
|
+
hasRuntimeDefault: false;
|
|
7218
|
+
enumValues: [string, ...string[]];
|
|
7219
|
+
baseColumn: never;
|
|
7220
|
+
identity: undefined;
|
|
7221
|
+
generated: undefined;
|
|
7222
|
+
}, {}>;
|
|
7223
|
+
epicId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7224
|
+
name: string;
|
|
7225
|
+
tableName: "pipeline_manifest";
|
|
7226
|
+
dataType: "string";
|
|
7227
|
+
data: string;
|
|
7228
|
+
driverParam: string;
|
|
7229
|
+
notNull: false;
|
|
7230
|
+
hasDefault: false;
|
|
7231
|
+
isPrimaryKey: false;
|
|
7232
|
+
isAutoincrement: false;
|
|
7233
|
+
hasRuntimeDefault: false;
|
|
7234
|
+
enumValues: [string, ...string[]];
|
|
7235
|
+
baseColumn: never;
|
|
7236
|
+
identity: undefined;
|
|
7237
|
+
generated: undefined;
|
|
7238
|
+
}, {}>;
|
|
7239
|
+
type: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7240
|
+
name: string;
|
|
7241
|
+
tableName: "pipeline_manifest";
|
|
7242
|
+
dataType: "string";
|
|
7243
|
+
data: string;
|
|
7244
|
+
driverParam: string;
|
|
7245
|
+
notNull: true;
|
|
7246
|
+
hasDefault: false;
|
|
7247
|
+
isPrimaryKey: false;
|
|
7248
|
+
isAutoincrement: false;
|
|
7249
|
+
hasRuntimeDefault: false;
|
|
7250
|
+
enumValues: [string, ...string[]];
|
|
7251
|
+
baseColumn: never;
|
|
7252
|
+
identity: undefined;
|
|
7253
|
+
generated: undefined;
|
|
7254
|
+
}, {}>;
|
|
7255
|
+
content: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7256
|
+
name: string;
|
|
7257
|
+
tableName: "pipeline_manifest";
|
|
7258
|
+
dataType: "string";
|
|
7259
|
+
data: string;
|
|
7260
|
+
driverParam: string;
|
|
7261
|
+
notNull: true;
|
|
7262
|
+
hasDefault: false;
|
|
7263
|
+
isPrimaryKey: false;
|
|
7264
|
+
isAutoincrement: false;
|
|
7265
|
+
hasRuntimeDefault: false;
|
|
7266
|
+
enumValues: [string, ...string[]];
|
|
7267
|
+
baseColumn: never;
|
|
7268
|
+
identity: undefined;
|
|
7269
|
+
generated: undefined;
|
|
7270
|
+
}, {}>;
|
|
7271
|
+
contentHash: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7272
|
+
name: string;
|
|
7273
|
+
tableName: "pipeline_manifest";
|
|
7274
|
+
dataType: "string";
|
|
7275
|
+
data: string;
|
|
7276
|
+
driverParam: string;
|
|
7277
|
+
notNull: false;
|
|
7278
|
+
hasDefault: false;
|
|
7279
|
+
isPrimaryKey: false;
|
|
7280
|
+
isAutoincrement: false;
|
|
7281
|
+
hasRuntimeDefault: false;
|
|
7282
|
+
enumValues: [string, ...string[]];
|
|
7283
|
+
baseColumn: never;
|
|
7284
|
+
identity: undefined;
|
|
7285
|
+
generated: undefined;
|
|
7286
|
+
}, {}>;
|
|
7287
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7288
|
+
name: string;
|
|
7289
|
+
tableName: "pipeline_manifest";
|
|
7290
|
+
dataType: "string";
|
|
7291
|
+
data: string;
|
|
7292
|
+
driverParam: string;
|
|
7293
|
+
notNull: true;
|
|
7294
|
+
hasDefault: true;
|
|
7295
|
+
isPrimaryKey: false;
|
|
7296
|
+
isAutoincrement: false;
|
|
7297
|
+
hasRuntimeDefault: false;
|
|
7298
|
+
enumValues: [string, ...string[]];
|
|
7299
|
+
baseColumn: never;
|
|
7300
|
+
identity: undefined;
|
|
7301
|
+
generated: undefined;
|
|
7302
|
+
}, {}>;
|
|
7303
|
+
distilled: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7304
|
+
name: string;
|
|
7305
|
+
tableName: "pipeline_manifest";
|
|
7306
|
+
dataType: "boolean";
|
|
7307
|
+
data: boolean;
|
|
7308
|
+
driverParam: number;
|
|
7309
|
+
notNull: true;
|
|
7310
|
+
hasDefault: true;
|
|
7311
|
+
isPrimaryKey: false;
|
|
7312
|
+
isAutoincrement: false;
|
|
7313
|
+
hasRuntimeDefault: false;
|
|
7314
|
+
enumValues: undefined;
|
|
7315
|
+
baseColumn: never;
|
|
7316
|
+
identity: undefined;
|
|
7317
|
+
generated: undefined;
|
|
7318
|
+
}, {}>;
|
|
7319
|
+
brainObsId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7320
|
+
name: string;
|
|
7321
|
+
tableName: "pipeline_manifest";
|
|
7322
|
+
dataType: "string";
|
|
7323
|
+
data: string;
|
|
7324
|
+
driverParam: string;
|
|
7325
|
+
notNull: false;
|
|
7326
|
+
hasDefault: false;
|
|
7327
|
+
isPrimaryKey: false;
|
|
7328
|
+
isAutoincrement: false;
|
|
7329
|
+
hasRuntimeDefault: false;
|
|
7330
|
+
enumValues: [string, ...string[]];
|
|
7331
|
+
baseColumn: never;
|
|
7332
|
+
identity: undefined;
|
|
7333
|
+
generated: undefined;
|
|
7334
|
+
}, {}>;
|
|
7335
|
+
sourceFile: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7336
|
+
name: string;
|
|
7337
|
+
tableName: "pipeline_manifest";
|
|
7338
|
+
dataType: "string";
|
|
7339
|
+
data: string;
|
|
7340
|
+
driverParam: string;
|
|
7341
|
+
notNull: false;
|
|
7342
|
+
hasDefault: false;
|
|
7343
|
+
isPrimaryKey: false;
|
|
7344
|
+
isAutoincrement: false;
|
|
7345
|
+
hasRuntimeDefault: false;
|
|
7346
|
+
enumValues: [string, ...string[]];
|
|
7347
|
+
baseColumn: never;
|
|
7348
|
+
identity: undefined;
|
|
7349
|
+
generated: undefined;
|
|
7350
|
+
}, {}>;
|
|
7351
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7352
|
+
name: string;
|
|
7353
|
+
tableName: "pipeline_manifest";
|
|
7354
|
+
dataType: "string";
|
|
7355
|
+
data: string;
|
|
7356
|
+
driverParam: string;
|
|
7357
|
+
notNull: false;
|
|
7358
|
+
hasDefault: false;
|
|
7359
|
+
isPrimaryKey: false;
|
|
7360
|
+
isAutoincrement: false;
|
|
7361
|
+
hasRuntimeDefault: false;
|
|
7362
|
+
enumValues: [string, ...string[]];
|
|
7363
|
+
baseColumn: never;
|
|
7364
|
+
identity: undefined;
|
|
7365
|
+
generated: undefined;
|
|
7366
|
+
}, {}>;
|
|
7367
|
+
createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7368
|
+
name: string;
|
|
7369
|
+
tableName: "pipeline_manifest";
|
|
7370
|
+
dataType: "string";
|
|
7371
|
+
data: string;
|
|
7372
|
+
driverParam: string;
|
|
7373
|
+
notNull: true;
|
|
7374
|
+
hasDefault: false;
|
|
7375
|
+
isPrimaryKey: false;
|
|
7376
|
+
isAutoincrement: false;
|
|
7377
|
+
hasRuntimeDefault: false;
|
|
7378
|
+
enumValues: [string, ...string[]];
|
|
7379
|
+
baseColumn: never;
|
|
7380
|
+
identity: undefined;
|
|
7381
|
+
generated: undefined;
|
|
7382
|
+
}, {}>;
|
|
7383
|
+
archivedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7384
|
+
name: string;
|
|
7385
|
+
tableName: "pipeline_manifest";
|
|
7386
|
+
dataType: "string";
|
|
7387
|
+
data: string;
|
|
7388
|
+
driverParam: string;
|
|
7389
|
+
notNull: false;
|
|
7390
|
+
hasDefault: false;
|
|
7391
|
+
isPrimaryKey: false;
|
|
7392
|
+
isAutoincrement: false;
|
|
7393
|
+
hasRuntimeDefault: false;
|
|
7394
|
+
enumValues: [string, ...string[]];
|
|
7395
|
+
baseColumn: never;
|
|
7396
|
+
identity: undefined;
|
|
7397
|
+
generated: undefined;
|
|
7398
|
+
}, {}>;
|
|
7399
|
+
}, {
|
|
7400
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
7401
|
+
type: (s: z.ZodString) => z.ZodString;
|
|
7402
|
+
content: (s: z.ZodString) => z.ZodString;
|
|
7403
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
7404
|
+
export declare const insertReleaseManifestSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
7405
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7406
|
+
name: string;
|
|
7407
|
+
tableName: "release_manifests";
|
|
7408
|
+
dataType: "string";
|
|
7409
|
+
data: string;
|
|
7410
|
+
driverParam: string;
|
|
7411
|
+
notNull: true;
|
|
7412
|
+
hasDefault: false;
|
|
7413
|
+
isPrimaryKey: true;
|
|
7414
|
+
isAutoincrement: false;
|
|
7415
|
+
hasRuntimeDefault: false;
|
|
7416
|
+
enumValues: [string, ...string[]];
|
|
7417
|
+
baseColumn: never;
|
|
7418
|
+
identity: undefined;
|
|
7419
|
+
generated: undefined;
|
|
7420
|
+
}, {}>;
|
|
7421
|
+
version: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7422
|
+
name: string;
|
|
7423
|
+
tableName: "release_manifests";
|
|
7424
|
+
dataType: "string";
|
|
7425
|
+
data: string;
|
|
7426
|
+
driverParam: string;
|
|
7427
|
+
notNull: true;
|
|
7428
|
+
hasDefault: false;
|
|
7429
|
+
isPrimaryKey: false;
|
|
7430
|
+
isAutoincrement: false;
|
|
7431
|
+
hasRuntimeDefault: false;
|
|
7432
|
+
enumValues: [string, ...string[]];
|
|
7433
|
+
baseColumn: never;
|
|
7434
|
+
identity: undefined;
|
|
7435
|
+
generated: undefined;
|
|
7436
|
+
}, {}>;
|
|
7437
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7438
|
+
name: string;
|
|
7439
|
+
tableName: "release_manifests";
|
|
7440
|
+
dataType: "string";
|
|
7441
|
+
data: string;
|
|
7442
|
+
driverParam: string;
|
|
7443
|
+
notNull: true;
|
|
7444
|
+
hasDefault: true;
|
|
7445
|
+
isPrimaryKey: false;
|
|
7446
|
+
isAutoincrement: false;
|
|
7447
|
+
hasRuntimeDefault: false;
|
|
7448
|
+
enumValues: [string, ...string[]];
|
|
7449
|
+
baseColumn: never;
|
|
7450
|
+
identity: undefined;
|
|
7451
|
+
generated: undefined;
|
|
7452
|
+
}, {}>;
|
|
7453
|
+
pipelineId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7454
|
+
name: string;
|
|
7455
|
+
tableName: "release_manifests";
|
|
7456
|
+
dataType: "string";
|
|
7457
|
+
data: string;
|
|
7458
|
+
driverParam: string;
|
|
7459
|
+
notNull: false;
|
|
7460
|
+
hasDefault: false;
|
|
7461
|
+
isPrimaryKey: false;
|
|
7462
|
+
isAutoincrement: false;
|
|
7463
|
+
hasRuntimeDefault: false;
|
|
7464
|
+
enumValues: [string, ...string[]];
|
|
7465
|
+
baseColumn: never;
|
|
7466
|
+
identity: undefined;
|
|
7467
|
+
generated: undefined;
|
|
7468
|
+
}, {}>;
|
|
7469
|
+
epicId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7470
|
+
name: string;
|
|
7471
|
+
tableName: "release_manifests";
|
|
7472
|
+
dataType: "string";
|
|
7473
|
+
data: string;
|
|
7474
|
+
driverParam: string;
|
|
7475
|
+
notNull: false;
|
|
7476
|
+
hasDefault: false;
|
|
7477
|
+
isPrimaryKey: false;
|
|
7478
|
+
isAutoincrement: false;
|
|
7479
|
+
hasRuntimeDefault: false;
|
|
7480
|
+
enumValues: [string, ...string[]];
|
|
7481
|
+
baseColumn: never;
|
|
7482
|
+
identity: undefined;
|
|
7483
|
+
generated: undefined;
|
|
7484
|
+
}, {}>;
|
|
7485
|
+
tasksJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7486
|
+
name: string;
|
|
7487
|
+
tableName: "release_manifests";
|
|
7488
|
+
dataType: "string";
|
|
7489
|
+
data: string;
|
|
7490
|
+
driverParam: string;
|
|
7491
|
+
notNull: true;
|
|
7492
|
+
hasDefault: true;
|
|
7493
|
+
isPrimaryKey: false;
|
|
7494
|
+
isAutoincrement: false;
|
|
7495
|
+
hasRuntimeDefault: false;
|
|
7496
|
+
enumValues: [string, ...string[]];
|
|
7497
|
+
baseColumn: never;
|
|
7498
|
+
identity: undefined;
|
|
7499
|
+
generated: undefined;
|
|
7500
|
+
}, {}>;
|
|
7501
|
+
changelog: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7502
|
+
name: string;
|
|
7503
|
+
tableName: "release_manifests";
|
|
7504
|
+
dataType: "string";
|
|
7505
|
+
data: string;
|
|
7506
|
+
driverParam: string;
|
|
7507
|
+
notNull: false;
|
|
7508
|
+
hasDefault: false;
|
|
7509
|
+
isPrimaryKey: false;
|
|
7510
|
+
isAutoincrement: false;
|
|
7511
|
+
hasRuntimeDefault: false;
|
|
7512
|
+
enumValues: [string, ...string[]];
|
|
7513
|
+
baseColumn: never;
|
|
7514
|
+
identity: undefined;
|
|
7515
|
+
generated: undefined;
|
|
7516
|
+
}, {}>;
|
|
7517
|
+
notes: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7518
|
+
name: string;
|
|
7519
|
+
tableName: "release_manifests";
|
|
7520
|
+
dataType: "string";
|
|
7521
|
+
data: string;
|
|
7522
|
+
driverParam: string;
|
|
7523
|
+
notNull: false;
|
|
7524
|
+
hasDefault: false;
|
|
7525
|
+
isPrimaryKey: false;
|
|
7526
|
+
isAutoincrement: false;
|
|
7527
|
+
hasRuntimeDefault: false;
|
|
7528
|
+
enumValues: [string, ...string[]];
|
|
7529
|
+
baseColumn: never;
|
|
7530
|
+
identity: undefined;
|
|
7531
|
+
generated: undefined;
|
|
7532
|
+
}, {}>;
|
|
7533
|
+
previousVersion: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7534
|
+
name: string;
|
|
7535
|
+
tableName: "release_manifests";
|
|
7536
|
+
dataType: "string";
|
|
7537
|
+
data: string;
|
|
7538
|
+
driverParam: string;
|
|
7539
|
+
notNull: false;
|
|
7540
|
+
hasDefault: false;
|
|
7541
|
+
isPrimaryKey: false;
|
|
7542
|
+
isAutoincrement: false;
|
|
7543
|
+
hasRuntimeDefault: false;
|
|
7544
|
+
enumValues: [string, ...string[]];
|
|
7545
|
+
baseColumn: never;
|
|
7546
|
+
identity: undefined;
|
|
7547
|
+
generated: undefined;
|
|
7548
|
+
}, {}>;
|
|
7549
|
+
commitSha: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7550
|
+
name: string;
|
|
7551
|
+
tableName: "release_manifests";
|
|
7552
|
+
dataType: "string";
|
|
7553
|
+
data: string;
|
|
7554
|
+
driverParam: string;
|
|
7555
|
+
notNull: false;
|
|
7556
|
+
hasDefault: false;
|
|
7557
|
+
isPrimaryKey: false;
|
|
7558
|
+
isAutoincrement: false;
|
|
7559
|
+
hasRuntimeDefault: false;
|
|
7560
|
+
enumValues: [string, ...string[]];
|
|
7561
|
+
baseColumn: never;
|
|
7562
|
+
identity: undefined;
|
|
7563
|
+
generated: undefined;
|
|
7564
|
+
}, {}>;
|
|
7565
|
+
gitTag: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7566
|
+
name: string;
|
|
7567
|
+
tableName: "release_manifests";
|
|
7568
|
+
dataType: "string";
|
|
7569
|
+
data: string;
|
|
7570
|
+
driverParam: string;
|
|
7571
|
+
notNull: false;
|
|
7572
|
+
hasDefault: false;
|
|
7573
|
+
isPrimaryKey: false;
|
|
7574
|
+
isAutoincrement: false;
|
|
7575
|
+
hasRuntimeDefault: false;
|
|
7576
|
+
enumValues: [string, ...string[]];
|
|
7577
|
+
baseColumn: never;
|
|
7578
|
+
identity: undefined;
|
|
7579
|
+
generated: undefined;
|
|
7580
|
+
}, {}>;
|
|
7581
|
+
npmDistTag: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7582
|
+
name: string;
|
|
7583
|
+
tableName: "release_manifests";
|
|
7584
|
+
dataType: "string";
|
|
7585
|
+
data: string;
|
|
7586
|
+
driverParam: string;
|
|
7587
|
+
notNull: false;
|
|
7588
|
+
hasDefault: false;
|
|
7589
|
+
isPrimaryKey: false;
|
|
7590
|
+
isAutoincrement: false;
|
|
7591
|
+
hasRuntimeDefault: false;
|
|
7592
|
+
enumValues: [string, ...string[]];
|
|
7593
|
+
baseColumn: never;
|
|
7594
|
+
identity: undefined;
|
|
7595
|
+
generated: undefined;
|
|
7596
|
+
}, {}>;
|
|
7597
|
+
createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7598
|
+
name: string;
|
|
7599
|
+
tableName: "release_manifests";
|
|
7600
|
+
dataType: "string";
|
|
7601
|
+
data: string;
|
|
7602
|
+
driverParam: string;
|
|
7603
|
+
notNull: true;
|
|
7604
|
+
hasDefault: false;
|
|
7605
|
+
isPrimaryKey: false;
|
|
7606
|
+
isAutoincrement: false;
|
|
7607
|
+
hasRuntimeDefault: false;
|
|
7608
|
+
enumValues: [string, ...string[]];
|
|
7609
|
+
baseColumn: never;
|
|
7610
|
+
identity: undefined;
|
|
7611
|
+
generated: undefined;
|
|
7612
|
+
}, {}>;
|
|
7613
|
+
preparedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7614
|
+
name: string;
|
|
7615
|
+
tableName: "release_manifests";
|
|
7616
|
+
dataType: "string";
|
|
7617
|
+
data: string;
|
|
7618
|
+
driverParam: string;
|
|
7619
|
+
notNull: false;
|
|
7620
|
+
hasDefault: false;
|
|
7621
|
+
isPrimaryKey: false;
|
|
7622
|
+
isAutoincrement: false;
|
|
7623
|
+
hasRuntimeDefault: false;
|
|
7624
|
+
enumValues: [string, ...string[]];
|
|
7625
|
+
baseColumn: never;
|
|
7626
|
+
identity: undefined;
|
|
7627
|
+
generated: undefined;
|
|
7628
|
+
}, {}>;
|
|
7629
|
+
committedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7630
|
+
name: string;
|
|
7631
|
+
tableName: "release_manifests";
|
|
7632
|
+
dataType: "string";
|
|
7633
|
+
data: string;
|
|
7634
|
+
driverParam: string;
|
|
7635
|
+
notNull: false;
|
|
7636
|
+
hasDefault: false;
|
|
7637
|
+
isPrimaryKey: false;
|
|
7638
|
+
isAutoincrement: false;
|
|
7639
|
+
hasRuntimeDefault: false;
|
|
7640
|
+
enumValues: [string, ...string[]];
|
|
7641
|
+
baseColumn: never;
|
|
7642
|
+
identity: undefined;
|
|
7643
|
+
generated: undefined;
|
|
7644
|
+
}, {}>;
|
|
7645
|
+
taggedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7646
|
+
name: string;
|
|
7647
|
+
tableName: "release_manifests";
|
|
7648
|
+
dataType: "string";
|
|
7649
|
+
data: string;
|
|
7650
|
+
driverParam: string;
|
|
7651
|
+
notNull: false;
|
|
7652
|
+
hasDefault: false;
|
|
7653
|
+
isPrimaryKey: false;
|
|
7654
|
+
isAutoincrement: false;
|
|
7655
|
+
hasRuntimeDefault: false;
|
|
7656
|
+
enumValues: [string, ...string[]];
|
|
7657
|
+
baseColumn: never;
|
|
7658
|
+
identity: undefined;
|
|
7659
|
+
generated: undefined;
|
|
7660
|
+
}, {}>;
|
|
7661
|
+
pushedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7662
|
+
name: string;
|
|
7663
|
+
tableName: "release_manifests";
|
|
7664
|
+
dataType: "string";
|
|
7665
|
+
data: string;
|
|
7666
|
+
driverParam: string;
|
|
7667
|
+
notNull: false;
|
|
7668
|
+
hasDefault: false;
|
|
7669
|
+
isPrimaryKey: false;
|
|
7670
|
+
isAutoincrement: false;
|
|
7671
|
+
hasRuntimeDefault: false;
|
|
7672
|
+
enumValues: [string, ...string[]];
|
|
7673
|
+
baseColumn: never;
|
|
7674
|
+
identity: undefined;
|
|
7675
|
+
generated: undefined;
|
|
7676
|
+
}, {}>;
|
|
7677
|
+
}, {
|
|
7678
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
7679
|
+
version: (s: z.ZodString) => z.ZodString;
|
|
7680
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
7681
|
+
export declare const selectReleaseManifestSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
7682
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7683
|
+
name: string;
|
|
7684
|
+
tableName: "release_manifests";
|
|
7685
|
+
dataType: "string";
|
|
7686
|
+
data: string;
|
|
7687
|
+
driverParam: string;
|
|
7688
|
+
notNull: true;
|
|
7689
|
+
hasDefault: false;
|
|
7690
|
+
isPrimaryKey: true;
|
|
7691
|
+
isAutoincrement: false;
|
|
7692
|
+
hasRuntimeDefault: false;
|
|
7693
|
+
enumValues: [string, ...string[]];
|
|
7694
|
+
baseColumn: never;
|
|
7695
|
+
identity: undefined;
|
|
7696
|
+
generated: undefined;
|
|
7697
|
+
}, {}>;
|
|
7698
|
+
version: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7699
|
+
name: string;
|
|
7700
|
+
tableName: "release_manifests";
|
|
7701
|
+
dataType: "string";
|
|
7702
|
+
data: string;
|
|
7703
|
+
driverParam: string;
|
|
7704
|
+
notNull: true;
|
|
7705
|
+
hasDefault: false;
|
|
7706
|
+
isPrimaryKey: false;
|
|
7707
|
+
isAutoincrement: false;
|
|
7708
|
+
hasRuntimeDefault: false;
|
|
7709
|
+
enumValues: [string, ...string[]];
|
|
7710
|
+
baseColumn: never;
|
|
7711
|
+
identity: undefined;
|
|
7712
|
+
generated: undefined;
|
|
7713
|
+
}, {}>;
|
|
7714
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7715
|
+
name: string;
|
|
7716
|
+
tableName: "release_manifests";
|
|
7717
|
+
dataType: "string";
|
|
7718
|
+
data: string;
|
|
7719
|
+
driverParam: string;
|
|
7720
|
+
notNull: true;
|
|
7721
|
+
hasDefault: true;
|
|
7722
|
+
isPrimaryKey: false;
|
|
7723
|
+
isAutoincrement: false;
|
|
7724
|
+
hasRuntimeDefault: false;
|
|
7725
|
+
enumValues: [string, ...string[]];
|
|
7726
|
+
baseColumn: never;
|
|
7727
|
+
identity: undefined;
|
|
7728
|
+
generated: undefined;
|
|
7729
|
+
}, {}>;
|
|
7730
|
+
pipelineId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7731
|
+
name: string;
|
|
7732
|
+
tableName: "release_manifests";
|
|
7733
|
+
dataType: "string";
|
|
7734
|
+
data: string;
|
|
7735
|
+
driverParam: string;
|
|
7736
|
+
notNull: false;
|
|
7737
|
+
hasDefault: false;
|
|
7738
|
+
isPrimaryKey: false;
|
|
7739
|
+
isAutoincrement: false;
|
|
7740
|
+
hasRuntimeDefault: false;
|
|
7741
|
+
enumValues: [string, ...string[]];
|
|
7742
|
+
baseColumn: never;
|
|
7743
|
+
identity: undefined;
|
|
7744
|
+
generated: undefined;
|
|
7745
|
+
}, {}>;
|
|
7746
|
+
epicId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7747
|
+
name: string;
|
|
7748
|
+
tableName: "release_manifests";
|
|
7749
|
+
dataType: "string";
|
|
7750
|
+
data: string;
|
|
7751
|
+
driverParam: string;
|
|
7752
|
+
notNull: false;
|
|
7753
|
+
hasDefault: false;
|
|
7754
|
+
isPrimaryKey: false;
|
|
7755
|
+
isAutoincrement: false;
|
|
7756
|
+
hasRuntimeDefault: false;
|
|
7757
|
+
enumValues: [string, ...string[]];
|
|
7758
|
+
baseColumn: never;
|
|
7759
|
+
identity: undefined;
|
|
7760
|
+
generated: undefined;
|
|
7761
|
+
}, {}>;
|
|
7762
|
+
tasksJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7763
|
+
name: string;
|
|
7764
|
+
tableName: "release_manifests";
|
|
7765
|
+
dataType: "string";
|
|
7766
|
+
data: string;
|
|
7767
|
+
driverParam: string;
|
|
7768
|
+
notNull: true;
|
|
7769
|
+
hasDefault: true;
|
|
7770
|
+
isPrimaryKey: false;
|
|
7771
|
+
isAutoincrement: false;
|
|
7772
|
+
hasRuntimeDefault: false;
|
|
7773
|
+
enumValues: [string, ...string[]];
|
|
7774
|
+
baseColumn: never;
|
|
7775
|
+
identity: undefined;
|
|
7776
|
+
generated: undefined;
|
|
7777
|
+
}, {}>;
|
|
7778
|
+
changelog: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7779
|
+
name: string;
|
|
7780
|
+
tableName: "release_manifests";
|
|
7781
|
+
dataType: "string";
|
|
7782
|
+
data: string;
|
|
7783
|
+
driverParam: string;
|
|
7784
|
+
notNull: false;
|
|
7785
|
+
hasDefault: false;
|
|
7786
|
+
isPrimaryKey: false;
|
|
7787
|
+
isAutoincrement: false;
|
|
7788
|
+
hasRuntimeDefault: false;
|
|
7789
|
+
enumValues: [string, ...string[]];
|
|
7790
|
+
baseColumn: never;
|
|
7791
|
+
identity: undefined;
|
|
7792
|
+
generated: undefined;
|
|
7793
|
+
}, {}>;
|
|
7794
|
+
notes: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7795
|
+
name: string;
|
|
7796
|
+
tableName: "release_manifests";
|
|
7797
|
+
dataType: "string";
|
|
7798
|
+
data: string;
|
|
7799
|
+
driverParam: string;
|
|
7800
|
+
notNull: false;
|
|
7801
|
+
hasDefault: false;
|
|
7802
|
+
isPrimaryKey: false;
|
|
7803
|
+
isAutoincrement: false;
|
|
7804
|
+
hasRuntimeDefault: false;
|
|
7805
|
+
enumValues: [string, ...string[]];
|
|
7806
|
+
baseColumn: never;
|
|
7807
|
+
identity: undefined;
|
|
7808
|
+
generated: undefined;
|
|
7809
|
+
}, {}>;
|
|
7810
|
+
previousVersion: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7811
|
+
name: string;
|
|
7812
|
+
tableName: "release_manifests";
|
|
7813
|
+
dataType: "string";
|
|
7814
|
+
data: string;
|
|
7815
|
+
driverParam: string;
|
|
7816
|
+
notNull: false;
|
|
7817
|
+
hasDefault: false;
|
|
7818
|
+
isPrimaryKey: false;
|
|
7819
|
+
isAutoincrement: false;
|
|
7820
|
+
hasRuntimeDefault: false;
|
|
7821
|
+
enumValues: [string, ...string[]];
|
|
7822
|
+
baseColumn: never;
|
|
7823
|
+
identity: undefined;
|
|
7824
|
+
generated: undefined;
|
|
7825
|
+
}, {}>;
|
|
7826
|
+
commitSha: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7827
|
+
name: string;
|
|
7828
|
+
tableName: "release_manifests";
|
|
7829
|
+
dataType: "string";
|
|
7830
|
+
data: string;
|
|
7831
|
+
driverParam: string;
|
|
7832
|
+
notNull: false;
|
|
7833
|
+
hasDefault: false;
|
|
7834
|
+
isPrimaryKey: false;
|
|
7835
|
+
isAutoincrement: false;
|
|
7836
|
+
hasRuntimeDefault: false;
|
|
7837
|
+
enumValues: [string, ...string[]];
|
|
7838
|
+
baseColumn: never;
|
|
7839
|
+
identity: undefined;
|
|
7840
|
+
generated: undefined;
|
|
7841
|
+
}, {}>;
|
|
7842
|
+
gitTag: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7843
|
+
name: string;
|
|
7844
|
+
tableName: "release_manifests";
|
|
7845
|
+
dataType: "string";
|
|
7846
|
+
data: string;
|
|
7847
|
+
driverParam: string;
|
|
7848
|
+
notNull: false;
|
|
7849
|
+
hasDefault: false;
|
|
7850
|
+
isPrimaryKey: false;
|
|
7851
|
+
isAutoincrement: false;
|
|
7852
|
+
hasRuntimeDefault: false;
|
|
7853
|
+
enumValues: [string, ...string[]];
|
|
7854
|
+
baseColumn: never;
|
|
7855
|
+
identity: undefined;
|
|
7856
|
+
generated: undefined;
|
|
7857
|
+
}, {}>;
|
|
7858
|
+
npmDistTag: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7859
|
+
name: string;
|
|
7860
|
+
tableName: "release_manifests";
|
|
7861
|
+
dataType: "string";
|
|
7862
|
+
data: string;
|
|
7863
|
+
driverParam: string;
|
|
7864
|
+
notNull: false;
|
|
7865
|
+
hasDefault: false;
|
|
7866
|
+
isPrimaryKey: false;
|
|
7867
|
+
isAutoincrement: false;
|
|
7868
|
+
hasRuntimeDefault: false;
|
|
7869
|
+
enumValues: [string, ...string[]];
|
|
7870
|
+
baseColumn: never;
|
|
7871
|
+
identity: undefined;
|
|
7872
|
+
generated: undefined;
|
|
7873
|
+
}, {}>;
|
|
7874
|
+
createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7875
|
+
name: string;
|
|
7876
|
+
tableName: "release_manifests";
|
|
7877
|
+
dataType: "string";
|
|
7878
|
+
data: string;
|
|
7879
|
+
driverParam: string;
|
|
7880
|
+
notNull: true;
|
|
7881
|
+
hasDefault: false;
|
|
7882
|
+
isPrimaryKey: false;
|
|
7883
|
+
isAutoincrement: false;
|
|
7884
|
+
hasRuntimeDefault: false;
|
|
7885
|
+
enumValues: [string, ...string[]];
|
|
7886
|
+
baseColumn: never;
|
|
7887
|
+
identity: undefined;
|
|
7888
|
+
generated: undefined;
|
|
7889
|
+
}, {}>;
|
|
7890
|
+
preparedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7891
|
+
name: string;
|
|
7892
|
+
tableName: "release_manifests";
|
|
7893
|
+
dataType: "string";
|
|
7894
|
+
data: string;
|
|
7895
|
+
driverParam: string;
|
|
7896
|
+
notNull: false;
|
|
7897
|
+
hasDefault: false;
|
|
7898
|
+
isPrimaryKey: false;
|
|
7899
|
+
isAutoincrement: false;
|
|
7900
|
+
hasRuntimeDefault: false;
|
|
7901
|
+
enumValues: [string, ...string[]];
|
|
7902
|
+
baseColumn: never;
|
|
7903
|
+
identity: undefined;
|
|
7904
|
+
generated: undefined;
|
|
7905
|
+
}, {}>;
|
|
7906
|
+
committedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7907
|
+
name: string;
|
|
7908
|
+
tableName: "release_manifests";
|
|
7909
|
+
dataType: "string";
|
|
7910
|
+
data: string;
|
|
7911
|
+
driverParam: string;
|
|
7912
|
+
notNull: false;
|
|
7913
|
+
hasDefault: false;
|
|
7914
|
+
isPrimaryKey: false;
|
|
7915
|
+
isAutoincrement: false;
|
|
7916
|
+
hasRuntimeDefault: false;
|
|
7917
|
+
enumValues: [string, ...string[]];
|
|
7918
|
+
baseColumn: never;
|
|
7919
|
+
identity: undefined;
|
|
7920
|
+
generated: undefined;
|
|
7921
|
+
}, {}>;
|
|
7922
|
+
taggedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7923
|
+
name: string;
|
|
7924
|
+
tableName: "release_manifests";
|
|
7925
|
+
dataType: "string";
|
|
7926
|
+
data: string;
|
|
7927
|
+
driverParam: string;
|
|
7928
|
+
notNull: false;
|
|
7929
|
+
hasDefault: false;
|
|
7930
|
+
isPrimaryKey: false;
|
|
7931
|
+
isAutoincrement: false;
|
|
7932
|
+
hasRuntimeDefault: false;
|
|
7933
|
+
enumValues: [string, ...string[]];
|
|
7934
|
+
baseColumn: never;
|
|
7935
|
+
identity: undefined;
|
|
7936
|
+
generated: undefined;
|
|
7937
|
+
}, {}>;
|
|
7938
|
+
pushedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7939
|
+
name: string;
|
|
7940
|
+
tableName: "release_manifests";
|
|
7941
|
+
dataType: "string";
|
|
7942
|
+
data: string;
|
|
7943
|
+
driverParam: string;
|
|
7944
|
+
notNull: false;
|
|
7945
|
+
hasDefault: false;
|
|
7946
|
+
isPrimaryKey: false;
|
|
7947
|
+
isAutoincrement: false;
|
|
7948
|
+
hasRuntimeDefault: false;
|
|
7949
|
+
enumValues: [string, ...string[]];
|
|
7950
|
+
baseColumn: never;
|
|
7951
|
+
identity: undefined;
|
|
7952
|
+
generated: undefined;
|
|
7953
|
+
}, {}>;
|
|
7954
|
+
}, {
|
|
7955
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
7956
|
+
version: (s: z.ZodString) => z.ZodString;
|
|
7957
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
7958
|
+
export declare const insertExternalTaskLinkSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
7959
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7960
|
+
name: string;
|
|
7961
|
+
tableName: "external_task_links";
|
|
7962
|
+
dataType: "string";
|
|
7963
|
+
data: string;
|
|
7964
|
+
driverParam: string;
|
|
7965
|
+
notNull: true;
|
|
7966
|
+
hasDefault: false;
|
|
7967
|
+
isPrimaryKey: true;
|
|
7968
|
+
isAutoincrement: false;
|
|
7969
|
+
hasRuntimeDefault: false;
|
|
7970
|
+
enumValues: [string, ...string[]];
|
|
7971
|
+
baseColumn: never;
|
|
7972
|
+
identity: undefined;
|
|
7973
|
+
generated: undefined;
|
|
7974
|
+
}, {}>;
|
|
7975
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7976
|
+
name: string;
|
|
7977
|
+
tableName: "external_task_links";
|
|
7978
|
+
dataType: "string";
|
|
7979
|
+
data: string;
|
|
7980
|
+
driverParam: string;
|
|
7981
|
+
notNull: true;
|
|
7982
|
+
hasDefault: false;
|
|
7983
|
+
isPrimaryKey: false;
|
|
7984
|
+
isAutoincrement: false;
|
|
7985
|
+
hasRuntimeDefault: false;
|
|
7986
|
+
enumValues: [string, ...string[]];
|
|
7987
|
+
baseColumn: never;
|
|
7988
|
+
identity: undefined;
|
|
7989
|
+
generated: undefined;
|
|
7990
|
+
}, {}>;
|
|
7991
|
+
providerId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
7992
|
+
name: string;
|
|
7993
|
+
tableName: "external_task_links";
|
|
7994
|
+
dataType: "string";
|
|
7995
|
+
data: string;
|
|
7996
|
+
driverParam: string;
|
|
7997
|
+
notNull: true;
|
|
7998
|
+
hasDefault: false;
|
|
7999
|
+
isPrimaryKey: false;
|
|
8000
|
+
isAutoincrement: false;
|
|
8001
|
+
hasRuntimeDefault: false;
|
|
8002
|
+
enumValues: [string, ...string[]];
|
|
8003
|
+
baseColumn: never;
|
|
8004
|
+
identity: undefined;
|
|
8005
|
+
generated: undefined;
|
|
8006
|
+
}, {}>;
|
|
8007
|
+
externalId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8008
|
+
name: string;
|
|
8009
|
+
tableName: "external_task_links";
|
|
8010
|
+
dataType: "string";
|
|
8011
|
+
data: string;
|
|
8012
|
+
driverParam: string;
|
|
8013
|
+
notNull: true;
|
|
8014
|
+
hasDefault: false;
|
|
8015
|
+
isPrimaryKey: false;
|
|
8016
|
+
isAutoincrement: false;
|
|
8017
|
+
hasRuntimeDefault: false;
|
|
8018
|
+
enumValues: [string, ...string[]];
|
|
8019
|
+
baseColumn: never;
|
|
8020
|
+
identity: undefined;
|
|
8021
|
+
generated: undefined;
|
|
8022
|
+
}, {}>;
|
|
8023
|
+
externalUrl: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8024
|
+
name: string;
|
|
8025
|
+
tableName: "external_task_links";
|
|
8026
|
+
dataType: "string";
|
|
8027
|
+
data: string;
|
|
8028
|
+
driverParam: string;
|
|
8029
|
+
notNull: false;
|
|
8030
|
+
hasDefault: false;
|
|
8031
|
+
isPrimaryKey: false;
|
|
8032
|
+
isAutoincrement: false;
|
|
8033
|
+
hasRuntimeDefault: false;
|
|
8034
|
+
enumValues: [string, ...string[]];
|
|
8035
|
+
baseColumn: never;
|
|
8036
|
+
identity: undefined;
|
|
8037
|
+
generated: undefined;
|
|
8038
|
+
}, {}>;
|
|
8039
|
+
externalTitle: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8040
|
+
name: string;
|
|
8041
|
+
tableName: "external_task_links";
|
|
8042
|
+
dataType: "string";
|
|
8043
|
+
data: string;
|
|
8044
|
+
driverParam: string;
|
|
8045
|
+
notNull: false;
|
|
8046
|
+
hasDefault: false;
|
|
8047
|
+
isPrimaryKey: false;
|
|
8048
|
+
isAutoincrement: false;
|
|
8049
|
+
hasRuntimeDefault: false;
|
|
8050
|
+
enumValues: [string, ...string[]];
|
|
8051
|
+
baseColumn: never;
|
|
8052
|
+
identity: undefined;
|
|
8053
|
+
generated: undefined;
|
|
8054
|
+
}, {}>;
|
|
8055
|
+
linkType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8056
|
+
name: string;
|
|
8057
|
+
tableName: "external_task_links";
|
|
8058
|
+
dataType: "string enum";
|
|
8059
|
+
data: "manual" | "created" | "matched" | "transferred";
|
|
8060
|
+
driverParam: string;
|
|
8061
|
+
notNull: true;
|
|
8062
|
+
hasDefault: false;
|
|
8063
|
+
isPrimaryKey: false;
|
|
8064
|
+
isAutoincrement: false;
|
|
8065
|
+
hasRuntimeDefault: false;
|
|
8066
|
+
enumValues: ["created", "matched", "manual", "transferred"];
|
|
8067
|
+
baseColumn: never;
|
|
8068
|
+
identity: undefined;
|
|
8069
|
+
generated: undefined;
|
|
8070
|
+
}, {}>;
|
|
8071
|
+
syncDirection: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8072
|
+
name: string;
|
|
8073
|
+
tableName: "external_task_links";
|
|
8074
|
+
dataType: "string enum";
|
|
8075
|
+
data: "inbound" | "outbound" | "bidirectional";
|
|
8076
|
+
driverParam: string;
|
|
8077
|
+
notNull: true;
|
|
8078
|
+
hasDefault: true;
|
|
8079
|
+
isPrimaryKey: false;
|
|
8080
|
+
isAutoincrement: false;
|
|
8081
|
+
hasRuntimeDefault: false;
|
|
8082
|
+
enumValues: ["inbound", "outbound", "bidirectional"];
|
|
8083
|
+
baseColumn: never;
|
|
8084
|
+
identity: undefined;
|
|
8085
|
+
generated: undefined;
|
|
8086
|
+
}, {}>;
|
|
8087
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8088
|
+
name: string;
|
|
8089
|
+
tableName: "external_task_links";
|
|
8090
|
+
dataType: "string";
|
|
8091
|
+
data: string;
|
|
8092
|
+
driverParam: string;
|
|
8093
|
+
notNull: false;
|
|
8094
|
+
hasDefault: true;
|
|
8095
|
+
isPrimaryKey: false;
|
|
8096
|
+
isAutoincrement: false;
|
|
8097
|
+
hasRuntimeDefault: false;
|
|
8098
|
+
enumValues: [string, ...string[]];
|
|
8099
|
+
baseColumn: never;
|
|
8100
|
+
identity: undefined;
|
|
8101
|
+
generated: undefined;
|
|
8102
|
+
}, {}>;
|
|
8103
|
+
linkedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8104
|
+
name: string;
|
|
8105
|
+
tableName: "external_task_links";
|
|
8106
|
+
dataType: "string";
|
|
8107
|
+
data: string;
|
|
8108
|
+
driverParam: string;
|
|
8109
|
+
notNull: true;
|
|
8110
|
+
hasDefault: true;
|
|
8111
|
+
isPrimaryKey: false;
|
|
8112
|
+
isAutoincrement: false;
|
|
8113
|
+
hasRuntimeDefault: false;
|
|
8114
|
+
enumValues: [string, ...string[]];
|
|
8115
|
+
baseColumn: never;
|
|
8116
|
+
identity: undefined;
|
|
8117
|
+
generated: undefined;
|
|
8118
|
+
}, {}>;
|
|
8119
|
+
lastSyncAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8120
|
+
name: string;
|
|
8121
|
+
tableName: "external_task_links";
|
|
8122
|
+
dataType: "string";
|
|
8123
|
+
data: string;
|
|
8124
|
+
driverParam: string;
|
|
8125
|
+
notNull: false;
|
|
8126
|
+
hasDefault: false;
|
|
8127
|
+
isPrimaryKey: false;
|
|
8128
|
+
isAutoincrement: false;
|
|
8129
|
+
hasRuntimeDefault: false;
|
|
8130
|
+
enumValues: [string, ...string[]];
|
|
8131
|
+
baseColumn: never;
|
|
8132
|
+
identity: undefined;
|
|
8133
|
+
generated: undefined;
|
|
8134
|
+
}, {}>;
|
|
8135
|
+
}, {
|
|
8136
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
8137
|
+
taskId: (s: z.ZodString) => z.ZodString;
|
|
8138
|
+
providerId: (s: z.ZodString) => z.ZodString;
|
|
8139
|
+
externalId: (s: z.ZodString) => z.ZodString;
|
|
8140
|
+
externalUrl: (s: z.ZodString) => z.ZodString;
|
|
8141
|
+
externalTitle: (s: z.ZodString) => z.ZodString;
|
|
8142
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
8143
|
+
export declare const selectExternalTaskLinkSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
8144
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8145
|
+
name: string;
|
|
8146
|
+
tableName: "external_task_links";
|
|
8147
|
+
dataType: "string";
|
|
8148
|
+
data: string;
|
|
8149
|
+
driverParam: string;
|
|
8150
|
+
notNull: true;
|
|
8151
|
+
hasDefault: false;
|
|
8152
|
+
isPrimaryKey: true;
|
|
8153
|
+
isAutoincrement: false;
|
|
8154
|
+
hasRuntimeDefault: false;
|
|
8155
|
+
enumValues: [string, ...string[]];
|
|
8156
|
+
baseColumn: never;
|
|
8157
|
+
identity: undefined;
|
|
8158
|
+
generated: undefined;
|
|
8159
|
+
}, {}>;
|
|
8160
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8161
|
+
name: string;
|
|
8162
|
+
tableName: "external_task_links";
|
|
8163
|
+
dataType: "string";
|
|
8164
|
+
data: string;
|
|
8165
|
+
driverParam: string;
|
|
8166
|
+
notNull: true;
|
|
8167
|
+
hasDefault: false;
|
|
8168
|
+
isPrimaryKey: false;
|
|
8169
|
+
isAutoincrement: false;
|
|
8170
|
+
hasRuntimeDefault: false;
|
|
8171
|
+
enumValues: [string, ...string[]];
|
|
8172
|
+
baseColumn: never;
|
|
8173
|
+
identity: undefined;
|
|
8174
|
+
generated: undefined;
|
|
8175
|
+
}, {}>;
|
|
8176
|
+
providerId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8177
|
+
name: string;
|
|
8178
|
+
tableName: "external_task_links";
|
|
8179
|
+
dataType: "string";
|
|
8180
|
+
data: string;
|
|
8181
|
+
driverParam: string;
|
|
8182
|
+
notNull: true;
|
|
8183
|
+
hasDefault: false;
|
|
8184
|
+
isPrimaryKey: false;
|
|
8185
|
+
isAutoincrement: false;
|
|
8186
|
+
hasRuntimeDefault: false;
|
|
8187
|
+
enumValues: [string, ...string[]];
|
|
8188
|
+
baseColumn: never;
|
|
8189
|
+
identity: undefined;
|
|
8190
|
+
generated: undefined;
|
|
8191
|
+
}, {}>;
|
|
8192
|
+
externalId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8193
|
+
name: string;
|
|
8194
|
+
tableName: "external_task_links";
|
|
8195
|
+
dataType: "string";
|
|
8196
|
+
data: string;
|
|
8197
|
+
driverParam: string;
|
|
8198
|
+
notNull: true;
|
|
8199
|
+
hasDefault: false;
|
|
8200
|
+
isPrimaryKey: false;
|
|
8201
|
+
isAutoincrement: false;
|
|
8202
|
+
hasRuntimeDefault: false;
|
|
8203
|
+
enumValues: [string, ...string[]];
|
|
8204
|
+
baseColumn: never;
|
|
8205
|
+
identity: undefined;
|
|
8206
|
+
generated: undefined;
|
|
8207
|
+
}, {}>;
|
|
8208
|
+
externalUrl: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8209
|
+
name: string;
|
|
8210
|
+
tableName: "external_task_links";
|
|
8211
|
+
dataType: "string";
|
|
8212
|
+
data: string;
|
|
8213
|
+
driverParam: string;
|
|
8214
|
+
notNull: false;
|
|
8215
|
+
hasDefault: false;
|
|
8216
|
+
isPrimaryKey: false;
|
|
8217
|
+
isAutoincrement: false;
|
|
8218
|
+
hasRuntimeDefault: false;
|
|
8219
|
+
enumValues: [string, ...string[]];
|
|
8220
|
+
baseColumn: never;
|
|
8221
|
+
identity: undefined;
|
|
8222
|
+
generated: undefined;
|
|
8223
|
+
}, {}>;
|
|
8224
|
+
externalTitle: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8225
|
+
name: string;
|
|
8226
|
+
tableName: "external_task_links";
|
|
8227
|
+
dataType: "string";
|
|
8228
|
+
data: string;
|
|
8229
|
+
driverParam: string;
|
|
8230
|
+
notNull: false;
|
|
8231
|
+
hasDefault: false;
|
|
8232
|
+
isPrimaryKey: false;
|
|
8233
|
+
isAutoincrement: false;
|
|
8234
|
+
hasRuntimeDefault: false;
|
|
8235
|
+
enumValues: [string, ...string[]];
|
|
8236
|
+
baseColumn: never;
|
|
8237
|
+
identity: undefined;
|
|
8238
|
+
generated: undefined;
|
|
8239
|
+
}, {}>;
|
|
8240
|
+
linkType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8241
|
+
name: string;
|
|
8242
|
+
tableName: "external_task_links";
|
|
8243
|
+
dataType: "string enum";
|
|
8244
|
+
data: "manual" | "created" | "matched" | "transferred";
|
|
8245
|
+
driverParam: string;
|
|
8246
|
+
notNull: true;
|
|
8247
|
+
hasDefault: false;
|
|
8248
|
+
isPrimaryKey: false;
|
|
8249
|
+
isAutoincrement: false;
|
|
8250
|
+
hasRuntimeDefault: false;
|
|
8251
|
+
enumValues: ["created", "matched", "manual", "transferred"];
|
|
8252
|
+
baseColumn: never;
|
|
8253
|
+
identity: undefined;
|
|
8254
|
+
generated: undefined;
|
|
8255
|
+
}, {}>;
|
|
8256
|
+
syncDirection: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8257
|
+
name: string;
|
|
8258
|
+
tableName: "external_task_links";
|
|
8259
|
+
dataType: "string enum";
|
|
8260
|
+
data: "inbound" | "outbound" | "bidirectional";
|
|
8261
|
+
driverParam: string;
|
|
8262
|
+
notNull: true;
|
|
8263
|
+
hasDefault: true;
|
|
8264
|
+
isPrimaryKey: false;
|
|
8265
|
+
isAutoincrement: false;
|
|
8266
|
+
hasRuntimeDefault: false;
|
|
8267
|
+
enumValues: ["inbound", "outbound", "bidirectional"];
|
|
8268
|
+
baseColumn: never;
|
|
8269
|
+
identity: undefined;
|
|
8270
|
+
generated: undefined;
|
|
8271
|
+
}, {}>;
|
|
8272
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8273
|
+
name: string;
|
|
8274
|
+
tableName: "external_task_links";
|
|
8275
|
+
dataType: "string";
|
|
8276
|
+
data: string;
|
|
8277
|
+
driverParam: string;
|
|
8278
|
+
notNull: false;
|
|
8279
|
+
hasDefault: true;
|
|
8280
|
+
isPrimaryKey: false;
|
|
8281
|
+
isAutoincrement: false;
|
|
8282
|
+
hasRuntimeDefault: false;
|
|
8283
|
+
enumValues: [string, ...string[]];
|
|
8284
|
+
baseColumn: never;
|
|
8285
|
+
identity: undefined;
|
|
8286
|
+
generated: undefined;
|
|
8287
|
+
}, {}>;
|
|
8288
|
+
linkedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8289
|
+
name: string;
|
|
8290
|
+
tableName: "external_task_links";
|
|
8291
|
+
dataType: "string";
|
|
8292
|
+
data: string;
|
|
8293
|
+
driverParam: string;
|
|
8294
|
+
notNull: true;
|
|
8295
|
+
hasDefault: true;
|
|
8296
|
+
isPrimaryKey: false;
|
|
8297
|
+
isAutoincrement: false;
|
|
8298
|
+
hasRuntimeDefault: false;
|
|
8299
|
+
enumValues: [string, ...string[]];
|
|
8300
|
+
baseColumn: never;
|
|
8301
|
+
identity: undefined;
|
|
8302
|
+
generated: undefined;
|
|
8303
|
+
}, {}>;
|
|
8304
|
+
lastSyncAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8305
|
+
name: string;
|
|
8306
|
+
tableName: "external_task_links";
|
|
8307
|
+
dataType: "string";
|
|
8308
|
+
data: string;
|
|
8309
|
+
driverParam: string;
|
|
8310
|
+
notNull: false;
|
|
8311
|
+
hasDefault: false;
|
|
8312
|
+
isPrimaryKey: false;
|
|
8313
|
+
isAutoincrement: false;
|
|
8314
|
+
hasRuntimeDefault: false;
|
|
8315
|
+
enumValues: [string, ...string[]];
|
|
8316
|
+
baseColumn: never;
|
|
8317
|
+
identity: undefined;
|
|
8318
|
+
generated: undefined;
|
|
8319
|
+
}, {}>;
|
|
8320
|
+
}, {
|
|
8321
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
8322
|
+
taskId: (s: z.ZodString) => z.ZodString;
|
|
8323
|
+
providerId: (s: z.ZodString) => z.ZodString;
|
|
8324
|
+
externalId: (s: z.ZodString) => z.ZodString;
|
|
8325
|
+
externalUrl: (s: z.ZodString) => z.ZodString;
|
|
8326
|
+
externalTitle: (s: z.ZodString) => z.ZodString;
|
|
8327
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
8328
|
+
export declare const insertAgentInstanceSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
8329
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8330
|
+
name: string;
|
|
8331
|
+
tableName: "agent_instances";
|
|
8332
|
+
dataType: "string";
|
|
8333
|
+
data: string;
|
|
8334
|
+
driverParam: string;
|
|
8335
|
+
notNull: true;
|
|
8336
|
+
hasDefault: false;
|
|
8337
|
+
isPrimaryKey: true;
|
|
8338
|
+
isAutoincrement: false;
|
|
8339
|
+
hasRuntimeDefault: false;
|
|
8340
|
+
enumValues: [string, ...string[]];
|
|
8341
|
+
baseColumn: never;
|
|
8342
|
+
identity: undefined;
|
|
8343
|
+
generated: undefined;
|
|
8344
|
+
}, {}>;
|
|
8345
|
+
agentType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8346
|
+
name: string;
|
|
8347
|
+
tableName: "agent_instances";
|
|
8348
|
+
dataType: "string enum";
|
|
8349
|
+
data: "orchestrator" | "executor" | "researcher" | "architect" | "validator" | "documentor" | "custom";
|
|
8350
|
+
driverParam: string;
|
|
8351
|
+
notNull: true;
|
|
8352
|
+
hasDefault: false;
|
|
8353
|
+
isPrimaryKey: false;
|
|
8354
|
+
isAutoincrement: false;
|
|
8355
|
+
hasRuntimeDefault: false;
|
|
8356
|
+
enumValues: ["orchestrator", "executor", "researcher", "architect", "validator", "documentor", "custom"];
|
|
8357
|
+
baseColumn: never;
|
|
8358
|
+
identity: undefined;
|
|
8359
|
+
generated: undefined;
|
|
8360
|
+
}, {}>;
|
|
8361
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8362
|
+
name: string;
|
|
8363
|
+
tableName: "agent_instances";
|
|
8364
|
+
dataType: "string enum";
|
|
8365
|
+
data: "error" | "starting" | "active" | "idle" | "crashed" | "stopped";
|
|
8366
|
+
driverParam: string;
|
|
8367
|
+
notNull: true;
|
|
8368
|
+
hasDefault: true;
|
|
8369
|
+
isPrimaryKey: false;
|
|
8370
|
+
isAutoincrement: false;
|
|
8371
|
+
hasRuntimeDefault: false;
|
|
8372
|
+
enumValues: ["starting", "active", "idle", "error", "crashed", "stopped"];
|
|
8373
|
+
baseColumn: never;
|
|
8374
|
+
identity: undefined;
|
|
8375
|
+
generated: undefined;
|
|
8376
|
+
}, {}>;
|
|
8377
|
+
sessionId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8378
|
+
name: string;
|
|
8379
|
+
tableName: "agent_instances";
|
|
8380
|
+
dataType: "string";
|
|
8381
|
+
data: string;
|
|
8382
|
+
driverParam: string;
|
|
8383
|
+
notNull: false;
|
|
8384
|
+
hasDefault: false;
|
|
8385
|
+
isPrimaryKey: false;
|
|
8386
|
+
isAutoincrement: false;
|
|
8387
|
+
hasRuntimeDefault: false;
|
|
8388
|
+
enumValues: [string, ...string[]];
|
|
8389
|
+
baseColumn: never;
|
|
8390
|
+
identity: undefined;
|
|
8391
|
+
generated: undefined;
|
|
8392
|
+
}, {}>;
|
|
8393
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8394
|
+
name: string;
|
|
8395
|
+
tableName: "agent_instances";
|
|
8396
|
+
dataType: "string";
|
|
8397
|
+
data: string;
|
|
8398
|
+
driverParam: string;
|
|
8399
|
+
notNull: false;
|
|
8400
|
+
hasDefault: false;
|
|
8401
|
+
isPrimaryKey: false;
|
|
8402
|
+
isAutoincrement: false;
|
|
8403
|
+
hasRuntimeDefault: false;
|
|
8404
|
+
enumValues: [string, ...string[]];
|
|
8405
|
+
baseColumn: never;
|
|
8406
|
+
identity: undefined;
|
|
8407
|
+
generated: undefined;
|
|
8408
|
+
}, {}>;
|
|
8409
|
+
startedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8410
|
+
name: string;
|
|
8411
|
+
tableName: "agent_instances";
|
|
8412
|
+
dataType: "string";
|
|
8413
|
+
data: string;
|
|
8414
|
+
driverParam: string;
|
|
8415
|
+
notNull: true;
|
|
8416
|
+
hasDefault: true;
|
|
8417
|
+
isPrimaryKey: false;
|
|
8418
|
+
isAutoincrement: false;
|
|
8419
|
+
hasRuntimeDefault: false;
|
|
8420
|
+
enumValues: [string, ...string[]];
|
|
8421
|
+
baseColumn: never;
|
|
8422
|
+
identity: undefined;
|
|
8423
|
+
generated: undefined;
|
|
8424
|
+
}, {}>;
|
|
8425
|
+
lastHeartbeat: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8426
|
+
name: string;
|
|
8427
|
+
tableName: "agent_instances";
|
|
8428
|
+
dataType: "string";
|
|
8429
|
+
data: string;
|
|
8430
|
+
driverParam: string;
|
|
8431
|
+
notNull: true;
|
|
8432
|
+
hasDefault: true;
|
|
8433
|
+
isPrimaryKey: false;
|
|
8434
|
+
isAutoincrement: false;
|
|
8435
|
+
hasRuntimeDefault: false;
|
|
8436
|
+
enumValues: [string, ...string[]];
|
|
8437
|
+
baseColumn: never;
|
|
8438
|
+
identity: undefined;
|
|
8439
|
+
generated: undefined;
|
|
8440
|
+
}, {}>;
|
|
8441
|
+
stoppedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8442
|
+
name: string;
|
|
8443
|
+
tableName: "agent_instances";
|
|
8444
|
+
dataType: "string";
|
|
8445
|
+
data: string;
|
|
8446
|
+
driverParam: string;
|
|
8447
|
+
notNull: false;
|
|
8448
|
+
hasDefault: false;
|
|
8449
|
+
isPrimaryKey: false;
|
|
8450
|
+
isAutoincrement: false;
|
|
8451
|
+
hasRuntimeDefault: false;
|
|
8452
|
+
enumValues: [string, ...string[]];
|
|
8453
|
+
baseColumn: never;
|
|
8454
|
+
identity: undefined;
|
|
8455
|
+
generated: undefined;
|
|
8456
|
+
}, {}>;
|
|
8457
|
+
errorCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8458
|
+
name: string;
|
|
8459
|
+
tableName: "agent_instances";
|
|
8460
|
+
dataType: "number int53";
|
|
8461
|
+
data: number;
|
|
8462
|
+
driverParam: number;
|
|
8463
|
+
notNull: true;
|
|
8464
|
+
hasDefault: true;
|
|
8465
|
+
isPrimaryKey: false;
|
|
8466
|
+
isAutoincrement: false;
|
|
8467
|
+
hasRuntimeDefault: false;
|
|
8468
|
+
enumValues: undefined;
|
|
8469
|
+
baseColumn: never;
|
|
8470
|
+
identity: undefined;
|
|
8471
|
+
generated: undefined;
|
|
8472
|
+
}, {}>;
|
|
8473
|
+
totalTasksCompleted: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8474
|
+
name: string;
|
|
8475
|
+
tableName: "agent_instances";
|
|
8476
|
+
dataType: "number int53";
|
|
8477
|
+
data: number;
|
|
8478
|
+
driverParam: number;
|
|
8479
|
+
notNull: true;
|
|
8480
|
+
hasDefault: true;
|
|
8481
|
+
isPrimaryKey: false;
|
|
8482
|
+
isAutoincrement: false;
|
|
8483
|
+
hasRuntimeDefault: false;
|
|
8484
|
+
enumValues: undefined;
|
|
8485
|
+
baseColumn: never;
|
|
8486
|
+
identity: undefined;
|
|
8487
|
+
generated: undefined;
|
|
8488
|
+
}, {}>;
|
|
8489
|
+
capacity: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8490
|
+
name: string;
|
|
8491
|
+
tableName: "agent_instances";
|
|
8492
|
+
dataType: "string";
|
|
8493
|
+
data: string;
|
|
8494
|
+
driverParam: string;
|
|
8495
|
+
notNull: true;
|
|
8496
|
+
hasDefault: true;
|
|
8497
|
+
isPrimaryKey: false;
|
|
8498
|
+
isAutoincrement: false;
|
|
8499
|
+
hasRuntimeDefault: false;
|
|
8500
|
+
enumValues: [string, ...string[]];
|
|
8501
|
+
baseColumn: never;
|
|
8502
|
+
identity: undefined;
|
|
8503
|
+
generated: undefined;
|
|
8504
|
+
}, {}>;
|
|
8505
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8506
|
+
name: string;
|
|
8507
|
+
tableName: "agent_instances";
|
|
8508
|
+
dataType: "string";
|
|
8509
|
+
data: string;
|
|
8510
|
+
driverParam: string;
|
|
8511
|
+
notNull: false;
|
|
8512
|
+
hasDefault: true;
|
|
8513
|
+
isPrimaryKey: false;
|
|
8514
|
+
isAutoincrement: false;
|
|
8515
|
+
hasRuntimeDefault: false;
|
|
8516
|
+
enumValues: [string, ...string[]];
|
|
8517
|
+
baseColumn: never;
|
|
8518
|
+
identity: undefined;
|
|
8519
|
+
generated: undefined;
|
|
8520
|
+
}, {}>;
|
|
8521
|
+
parentAgentId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8522
|
+
name: string;
|
|
8523
|
+
tableName: "agent_instances";
|
|
8524
|
+
dataType: "string";
|
|
8525
|
+
data: string;
|
|
8526
|
+
driverParam: string;
|
|
8527
|
+
notNull: false;
|
|
8528
|
+
hasDefault: false;
|
|
8529
|
+
isPrimaryKey: false;
|
|
8530
|
+
isAutoincrement: false;
|
|
8531
|
+
hasRuntimeDefault: false;
|
|
8532
|
+
enumValues: [string, ...string[]];
|
|
8533
|
+
baseColumn: never;
|
|
8534
|
+
identity: undefined;
|
|
8535
|
+
generated: undefined;
|
|
8536
|
+
}, {}>;
|
|
8537
|
+
}, {
|
|
8538
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
8539
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
8540
|
+
export declare const selectAgentInstanceSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
8541
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8542
|
+
name: string;
|
|
8543
|
+
tableName: "agent_instances";
|
|
8544
|
+
dataType: "string";
|
|
8545
|
+
data: string;
|
|
8546
|
+
driverParam: string;
|
|
8547
|
+
notNull: true;
|
|
8548
|
+
hasDefault: false;
|
|
8549
|
+
isPrimaryKey: true;
|
|
8550
|
+
isAutoincrement: false;
|
|
8551
|
+
hasRuntimeDefault: false;
|
|
8552
|
+
enumValues: [string, ...string[]];
|
|
8553
|
+
baseColumn: never;
|
|
8554
|
+
identity: undefined;
|
|
8555
|
+
generated: undefined;
|
|
8556
|
+
}, {}>;
|
|
8557
|
+
agentType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8558
|
+
name: string;
|
|
8559
|
+
tableName: "agent_instances";
|
|
8560
|
+
dataType: "string enum";
|
|
8561
|
+
data: "orchestrator" | "executor" | "researcher" | "architect" | "validator" | "documentor" | "custom";
|
|
8562
|
+
driverParam: string;
|
|
8563
|
+
notNull: true;
|
|
8564
|
+
hasDefault: false;
|
|
8565
|
+
isPrimaryKey: false;
|
|
8566
|
+
isAutoincrement: false;
|
|
8567
|
+
hasRuntimeDefault: false;
|
|
8568
|
+
enumValues: ["orchestrator", "executor", "researcher", "architect", "validator", "documentor", "custom"];
|
|
8569
|
+
baseColumn: never;
|
|
8570
|
+
identity: undefined;
|
|
8571
|
+
generated: undefined;
|
|
8572
|
+
}, {}>;
|
|
8573
|
+
status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8574
|
+
name: string;
|
|
8575
|
+
tableName: "agent_instances";
|
|
8576
|
+
dataType: "string enum";
|
|
8577
|
+
data: "error" | "starting" | "active" | "idle" | "crashed" | "stopped";
|
|
8578
|
+
driverParam: string;
|
|
8579
|
+
notNull: true;
|
|
8580
|
+
hasDefault: true;
|
|
8581
|
+
isPrimaryKey: false;
|
|
8582
|
+
isAutoincrement: false;
|
|
8583
|
+
hasRuntimeDefault: false;
|
|
8584
|
+
enumValues: ["starting", "active", "idle", "error", "crashed", "stopped"];
|
|
8585
|
+
baseColumn: never;
|
|
8586
|
+
identity: undefined;
|
|
8587
|
+
generated: undefined;
|
|
8588
|
+
}, {}>;
|
|
8589
|
+
sessionId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8590
|
+
name: string;
|
|
8591
|
+
tableName: "agent_instances";
|
|
8592
|
+
dataType: "string";
|
|
8593
|
+
data: string;
|
|
8594
|
+
driverParam: string;
|
|
8595
|
+
notNull: false;
|
|
8596
|
+
hasDefault: false;
|
|
8597
|
+
isPrimaryKey: false;
|
|
8598
|
+
isAutoincrement: false;
|
|
8599
|
+
hasRuntimeDefault: false;
|
|
8600
|
+
enumValues: [string, ...string[]];
|
|
8601
|
+
baseColumn: never;
|
|
8602
|
+
identity: undefined;
|
|
8603
|
+
generated: undefined;
|
|
8604
|
+
}, {}>;
|
|
8605
|
+
taskId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8606
|
+
name: string;
|
|
8607
|
+
tableName: "agent_instances";
|
|
8608
|
+
dataType: "string";
|
|
8609
|
+
data: string;
|
|
8610
|
+
driverParam: string;
|
|
8611
|
+
notNull: false;
|
|
8612
|
+
hasDefault: false;
|
|
8613
|
+
isPrimaryKey: false;
|
|
8614
|
+
isAutoincrement: false;
|
|
8615
|
+
hasRuntimeDefault: false;
|
|
8616
|
+
enumValues: [string, ...string[]];
|
|
8617
|
+
baseColumn: never;
|
|
8618
|
+
identity: undefined;
|
|
8619
|
+
generated: undefined;
|
|
8620
|
+
}, {}>;
|
|
8621
|
+
startedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8622
|
+
name: string;
|
|
8623
|
+
tableName: "agent_instances";
|
|
8624
|
+
dataType: "string";
|
|
8625
|
+
data: string;
|
|
8626
|
+
driverParam: string;
|
|
8627
|
+
notNull: true;
|
|
8628
|
+
hasDefault: true;
|
|
8629
|
+
isPrimaryKey: false;
|
|
8630
|
+
isAutoincrement: false;
|
|
8631
|
+
hasRuntimeDefault: false;
|
|
8632
|
+
enumValues: [string, ...string[]];
|
|
8633
|
+
baseColumn: never;
|
|
8634
|
+
identity: undefined;
|
|
8635
|
+
generated: undefined;
|
|
8636
|
+
}, {}>;
|
|
8637
|
+
lastHeartbeat: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8638
|
+
name: string;
|
|
8639
|
+
tableName: "agent_instances";
|
|
8640
|
+
dataType: "string";
|
|
8641
|
+
data: string;
|
|
8642
|
+
driverParam: string;
|
|
8643
|
+
notNull: true;
|
|
8644
|
+
hasDefault: true;
|
|
8645
|
+
isPrimaryKey: false;
|
|
8646
|
+
isAutoincrement: false;
|
|
8647
|
+
hasRuntimeDefault: false;
|
|
8648
|
+
enumValues: [string, ...string[]];
|
|
8649
|
+
baseColumn: never;
|
|
8650
|
+
identity: undefined;
|
|
8651
|
+
generated: undefined;
|
|
8652
|
+
}, {}>;
|
|
8653
|
+
stoppedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8654
|
+
name: string;
|
|
8655
|
+
tableName: "agent_instances";
|
|
8656
|
+
dataType: "string";
|
|
8657
|
+
data: string;
|
|
8658
|
+
driverParam: string;
|
|
8659
|
+
notNull: false;
|
|
8660
|
+
hasDefault: false;
|
|
8661
|
+
isPrimaryKey: false;
|
|
8662
|
+
isAutoincrement: false;
|
|
8663
|
+
hasRuntimeDefault: false;
|
|
8664
|
+
enumValues: [string, ...string[]];
|
|
8665
|
+
baseColumn: never;
|
|
8666
|
+
identity: undefined;
|
|
8667
|
+
generated: undefined;
|
|
8668
|
+
}, {}>;
|
|
8669
|
+
errorCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8670
|
+
name: string;
|
|
8671
|
+
tableName: "agent_instances";
|
|
8672
|
+
dataType: "number int53";
|
|
8673
|
+
data: number;
|
|
8674
|
+
driverParam: number;
|
|
8675
|
+
notNull: true;
|
|
8676
|
+
hasDefault: true;
|
|
8677
|
+
isPrimaryKey: false;
|
|
8678
|
+
isAutoincrement: false;
|
|
8679
|
+
hasRuntimeDefault: false;
|
|
8680
|
+
enumValues: undefined;
|
|
8681
|
+
baseColumn: never;
|
|
8682
|
+
identity: undefined;
|
|
8683
|
+
generated: undefined;
|
|
8684
|
+
}, {}>;
|
|
8685
|
+
totalTasksCompleted: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8686
|
+
name: string;
|
|
8687
|
+
tableName: "agent_instances";
|
|
8688
|
+
dataType: "number int53";
|
|
8689
|
+
data: number;
|
|
8690
|
+
driverParam: number;
|
|
8691
|
+
notNull: true;
|
|
8692
|
+
hasDefault: true;
|
|
8693
|
+
isPrimaryKey: false;
|
|
8694
|
+
isAutoincrement: false;
|
|
8695
|
+
hasRuntimeDefault: false;
|
|
8696
|
+
enumValues: undefined;
|
|
8697
|
+
baseColumn: never;
|
|
8698
|
+
identity: undefined;
|
|
8699
|
+
generated: undefined;
|
|
8700
|
+
}, {}>;
|
|
8701
|
+
capacity: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8702
|
+
name: string;
|
|
8703
|
+
tableName: "agent_instances";
|
|
8704
|
+
dataType: "string";
|
|
8705
|
+
data: string;
|
|
8706
|
+
driverParam: string;
|
|
8707
|
+
notNull: true;
|
|
8708
|
+
hasDefault: true;
|
|
8709
|
+
isPrimaryKey: false;
|
|
8710
|
+
isAutoincrement: false;
|
|
8711
|
+
hasRuntimeDefault: false;
|
|
8712
|
+
enumValues: [string, ...string[]];
|
|
8713
|
+
baseColumn: never;
|
|
8714
|
+
identity: undefined;
|
|
8715
|
+
generated: undefined;
|
|
8716
|
+
}, {}>;
|
|
8717
|
+
metadataJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8718
|
+
name: string;
|
|
8719
|
+
tableName: "agent_instances";
|
|
8720
|
+
dataType: "string";
|
|
8721
|
+
data: string;
|
|
8722
|
+
driverParam: string;
|
|
8723
|
+
notNull: false;
|
|
8724
|
+
hasDefault: true;
|
|
8725
|
+
isPrimaryKey: false;
|
|
8726
|
+
isAutoincrement: false;
|
|
8727
|
+
hasRuntimeDefault: false;
|
|
8728
|
+
enumValues: [string, ...string[]];
|
|
8729
|
+
baseColumn: never;
|
|
8730
|
+
identity: undefined;
|
|
8731
|
+
generated: undefined;
|
|
8732
|
+
}, {}>;
|
|
8733
|
+
parentAgentId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8734
|
+
name: string;
|
|
8735
|
+
tableName: "agent_instances";
|
|
8736
|
+
dataType: "string";
|
|
8737
|
+
data: string;
|
|
8738
|
+
driverParam: string;
|
|
8739
|
+
notNull: false;
|
|
8740
|
+
hasDefault: false;
|
|
8741
|
+
isPrimaryKey: false;
|
|
8742
|
+
isAutoincrement: false;
|
|
8743
|
+
hasRuntimeDefault: false;
|
|
8744
|
+
enumValues: [string, ...string[]];
|
|
8745
|
+
baseColumn: never;
|
|
8746
|
+
identity: undefined;
|
|
8747
|
+
generated: undefined;
|
|
8748
|
+
}, {}>;
|
|
8749
|
+
}, {
|
|
8750
|
+
id: (s: z.ZodString) => z.ZodString;
|
|
8751
|
+
}, import("drizzle-orm/zod").CoerceOptions>;
|
|
8752
|
+
export declare const insertAgentErrorLogSchema: import("drizzle-orm/zod").BuildSchema<"insert", {
|
|
8753
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8754
|
+
name: string;
|
|
8755
|
+
tableName: "agent_error_log";
|
|
8756
|
+
dataType: "number int53";
|
|
8757
|
+
data: number;
|
|
8758
|
+
driverParam: number;
|
|
8759
|
+
notNull: true;
|
|
8760
|
+
hasDefault: true;
|
|
8761
|
+
isPrimaryKey: true;
|
|
8762
|
+
isAutoincrement: false;
|
|
8763
|
+
hasRuntimeDefault: false;
|
|
8764
|
+
enumValues: undefined;
|
|
8765
|
+
baseColumn: never;
|
|
8766
|
+
identity: undefined;
|
|
8767
|
+
generated: undefined;
|
|
8768
|
+
}, {}>;
|
|
8769
|
+
agentId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8770
|
+
name: string;
|
|
8771
|
+
tableName: "agent_error_log";
|
|
8772
|
+
dataType: "string";
|
|
8773
|
+
data: string;
|
|
8774
|
+
driverParam: string;
|
|
8775
|
+
notNull: true;
|
|
8776
|
+
hasDefault: false;
|
|
8777
|
+
isPrimaryKey: false;
|
|
8778
|
+
isAutoincrement: false;
|
|
8779
|
+
hasRuntimeDefault: false;
|
|
8780
|
+
enumValues: [string, ...string[]];
|
|
8781
|
+
baseColumn: never;
|
|
8782
|
+
identity: undefined;
|
|
8783
|
+
generated: undefined;
|
|
8784
|
+
}, {}>;
|
|
8785
|
+
errorType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8786
|
+
name: string;
|
|
8787
|
+
tableName: "agent_error_log";
|
|
8788
|
+
dataType: "string enum";
|
|
8789
|
+
data: "retriable" | "permanent" | "unknown";
|
|
8790
|
+
driverParam: string;
|
|
8791
|
+
notNull: true;
|
|
8792
|
+
hasDefault: false;
|
|
8793
|
+
isPrimaryKey: false;
|
|
8794
|
+
isAutoincrement: false;
|
|
8795
|
+
hasRuntimeDefault: false;
|
|
8796
|
+
enumValues: ["retriable", "permanent", "unknown"];
|
|
8797
|
+
baseColumn: never;
|
|
8798
|
+
identity: undefined;
|
|
8799
|
+
generated: undefined;
|
|
8800
|
+
}, {}>;
|
|
8801
|
+
message: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8802
|
+
name: string;
|
|
8803
|
+
tableName: "agent_error_log";
|
|
8804
|
+
dataType: "string";
|
|
8805
|
+
data: string;
|
|
8806
|
+
driverParam: string;
|
|
8807
|
+
notNull: true;
|
|
8808
|
+
hasDefault: false;
|
|
8809
|
+
isPrimaryKey: false;
|
|
8810
|
+
isAutoincrement: false;
|
|
8811
|
+
hasRuntimeDefault: false;
|
|
8812
|
+
enumValues: [string, ...string[]];
|
|
8813
|
+
baseColumn: never;
|
|
8814
|
+
identity: undefined;
|
|
8815
|
+
generated: undefined;
|
|
8816
|
+
}, {}>;
|
|
8817
|
+
stack: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8818
|
+
name: string;
|
|
8819
|
+
tableName: "agent_error_log";
|
|
8820
|
+
dataType: "string";
|
|
8821
|
+
data: string;
|
|
8822
|
+
driverParam: string;
|
|
8823
|
+
notNull: false;
|
|
8824
|
+
hasDefault: false;
|
|
8825
|
+
isPrimaryKey: false;
|
|
8826
|
+
isAutoincrement: false;
|
|
8827
|
+
hasRuntimeDefault: false;
|
|
8828
|
+
enumValues: [string, ...string[]];
|
|
8829
|
+
baseColumn: never;
|
|
8830
|
+
identity: undefined;
|
|
8831
|
+
generated: undefined;
|
|
8832
|
+
}, {}>;
|
|
8833
|
+
occurredAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8834
|
+
name: string;
|
|
8835
|
+
tableName: "agent_error_log";
|
|
8836
|
+
dataType: "string";
|
|
8837
|
+
data: string;
|
|
8838
|
+
driverParam: string;
|
|
8839
|
+
notNull: true;
|
|
8840
|
+
hasDefault: true;
|
|
8841
|
+
isPrimaryKey: false;
|
|
8842
|
+
isAutoincrement: false;
|
|
8843
|
+
hasRuntimeDefault: false;
|
|
8844
|
+
enumValues: [string, ...string[]];
|
|
8845
|
+
baseColumn: never;
|
|
8846
|
+
identity: undefined;
|
|
8847
|
+
generated: undefined;
|
|
8848
|
+
}, {}>;
|
|
8849
|
+
resolved: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8850
|
+
name: string;
|
|
8851
|
+
tableName: "agent_error_log";
|
|
8852
|
+
dataType: "boolean";
|
|
8853
|
+
data: boolean;
|
|
8854
|
+
driverParam: number;
|
|
8855
|
+
notNull: true;
|
|
8856
|
+
hasDefault: true;
|
|
8857
|
+
isPrimaryKey: false;
|
|
8858
|
+
isAutoincrement: false;
|
|
8859
|
+
hasRuntimeDefault: false;
|
|
8860
|
+
enumValues: undefined;
|
|
8861
|
+
baseColumn: never;
|
|
8862
|
+
identity: undefined;
|
|
8863
|
+
generated: undefined;
|
|
8864
|
+
}, {}>;
|
|
8865
|
+
}, undefined, import("drizzle-orm/zod").CoerceOptions>;
|
|
8866
|
+
export declare const selectAgentErrorLogSchema: import("drizzle-orm/zod").BuildSchema<"select", {
|
|
8867
|
+
id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8868
|
+
name: string;
|
|
8869
|
+
tableName: "agent_error_log";
|
|
8870
|
+
dataType: "number int53";
|
|
8871
|
+
data: number;
|
|
8872
|
+
driverParam: number;
|
|
8873
|
+
notNull: true;
|
|
8874
|
+
hasDefault: true;
|
|
8875
|
+
isPrimaryKey: true;
|
|
8876
|
+
isAutoincrement: false;
|
|
8877
|
+
hasRuntimeDefault: false;
|
|
8878
|
+
enumValues: undefined;
|
|
8879
|
+
baseColumn: never;
|
|
8880
|
+
identity: undefined;
|
|
8881
|
+
generated: undefined;
|
|
8882
|
+
}, {}>;
|
|
8883
|
+
agentId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8884
|
+
name: string;
|
|
8885
|
+
tableName: "agent_error_log";
|
|
8886
|
+
dataType: "string";
|
|
8887
|
+
data: string;
|
|
8888
|
+
driverParam: string;
|
|
8889
|
+
notNull: true;
|
|
8890
|
+
hasDefault: false;
|
|
8891
|
+
isPrimaryKey: false;
|
|
8892
|
+
isAutoincrement: false;
|
|
8893
|
+
hasRuntimeDefault: false;
|
|
8894
|
+
enumValues: [string, ...string[]];
|
|
8895
|
+
baseColumn: never;
|
|
8896
|
+
identity: undefined;
|
|
8897
|
+
generated: undefined;
|
|
8898
|
+
}, {}>;
|
|
8899
|
+
errorType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8900
|
+
name: string;
|
|
8901
|
+
tableName: "agent_error_log";
|
|
8902
|
+
dataType: "string enum";
|
|
8903
|
+
data: "retriable" | "permanent" | "unknown";
|
|
8904
|
+
driverParam: string;
|
|
8905
|
+
notNull: true;
|
|
8906
|
+
hasDefault: false;
|
|
8907
|
+
isPrimaryKey: false;
|
|
8908
|
+
isAutoincrement: false;
|
|
8909
|
+
hasRuntimeDefault: false;
|
|
8910
|
+
enumValues: ["retriable", "permanent", "unknown"];
|
|
8911
|
+
baseColumn: never;
|
|
8912
|
+
identity: undefined;
|
|
8913
|
+
generated: undefined;
|
|
8914
|
+
}, {}>;
|
|
8915
|
+
message: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8916
|
+
name: string;
|
|
8917
|
+
tableName: "agent_error_log";
|
|
8918
|
+
dataType: "string";
|
|
8919
|
+
data: string;
|
|
8920
|
+
driverParam: string;
|
|
8921
|
+
notNull: true;
|
|
8922
|
+
hasDefault: false;
|
|
8923
|
+
isPrimaryKey: false;
|
|
8924
|
+
isAutoincrement: false;
|
|
8925
|
+
hasRuntimeDefault: false;
|
|
8926
|
+
enumValues: [string, ...string[]];
|
|
8927
|
+
baseColumn: never;
|
|
8928
|
+
identity: undefined;
|
|
8929
|
+
generated: undefined;
|
|
8930
|
+
}, {}>;
|
|
8931
|
+
stack: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8932
|
+
name: string;
|
|
8933
|
+
tableName: "agent_error_log";
|
|
8934
|
+
dataType: "string";
|
|
8935
|
+
data: string;
|
|
8936
|
+
driverParam: string;
|
|
8937
|
+
notNull: false;
|
|
8938
|
+
hasDefault: false;
|
|
8939
|
+
isPrimaryKey: false;
|
|
8940
|
+
isAutoincrement: false;
|
|
8941
|
+
hasRuntimeDefault: false;
|
|
8942
|
+
enumValues: [string, ...string[]];
|
|
8943
|
+
baseColumn: never;
|
|
8944
|
+
identity: undefined;
|
|
8945
|
+
generated: undefined;
|
|
8946
|
+
}, {}>;
|
|
8947
|
+
occurredAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8948
|
+
name: string;
|
|
8949
|
+
tableName: "agent_error_log";
|
|
8950
|
+
dataType: "string";
|
|
8951
|
+
data: string;
|
|
8952
|
+
driverParam: string;
|
|
8953
|
+
notNull: true;
|
|
8954
|
+
hasDefault: true;
|
|
8955
|
+
isPrimaryKey: false;
|
|
8956
|
+
isAutoincrement: false;
|
|
8957
|
+
hasRuntimeDefault: false;
|
|
8958
|
+
enumValues: [string, ...string[]];
|
|
8959
|
+
baseColumn: never;
|
|
8960
|
+
identity: undefined;
|
|
8961
|
+
generated: undefined;
|
|
8962
|
+
}, {}>;
|
|
8963
|
+
resolved: import("drizzle-orm/sqlite-core").SQLiteColumn<{
|
|
8964
|
+
name: string;
|
|
8965
|
+
tableName: "agent_error_log";
|
|
8966
|
+
dataType: "boolean";
|
|
8967
|
+
data: boolean;
|
|
8968
|
+
driverParam: number;
|
|
8969
|
+
notNull: true;
|
|
8970
|
+
hasDefault: true;
|
|
8971
|
+
isPrimaryKey: false;
|
|
8972
|
+
isAutoincrement: false;
|
|
8973
|
+
hasRuntimeDefault: false;
|
|
8974
|
+
enumValues: undefined;
|
|
8975
|
+
baseColumn: never;
|
|
8976
|
+
identity: undefined;
|
|
8977
|
+
generated: undefined;
|
|
8978
|
+
}, {}>;
|
|
8979
|
+
}, undefined, import("drizzle-orm/zod").CoerceOptions>;
|
|
8980
|
+
/** Zod enum schema for agent instance statuses. */
|
|
8981
|
+
export declare const agentInstanceStatusSchema: z.ZodEnum<{
|
|
8982
|
+
error: "error";
|
|
8983
|
+
starting: "starting";
|
|
8984
|
+
active: "active";
|
|
8985
|
+
idle: "idle";
|
|
8986
|
+
crashed: "crashed";
|
|
8987
|
+
stopped: "stopped";
|
|
8988
|
+
}>;
|
|
8989
|
+
/** Zod enum schema for agent types. */
|
|
8990
|
+
export declare const agentTypeSchema: z.ZodEnum<{
|
|
8991
|
+
orchestrator: "orchestrator";
|
|
8992
|
+
executor: "executor";
|
|
8993
|
+
researcher: "researcher";
|
|
8994
|
+
architect: "architect";
|
|
8995
|
+
validator: "validator";
|
|
8996
|
+
documentor: "documentor";
|
|
8997
|
+
custom: "custom";
|
|
8998
|
+
}>;
|
|
8999
|
+
export type InsertTask = z.infer<typeof insertTaskSchema>;
|
|
9000
|
+
export type SelectTask = z.infer<typeof selectTaskSchema>;
|
|
9001
|
+
export type InsertTaskDependency = z.infer<typeof insertTaskDependencySchema>;
|
|
9002
|
+
export type SelectTaskDependency = z.infer<typeof selectTaskDependencySchema>;
|
|
9003
|
+
export type InsertTaskRelation = z.infer<typeof insertTaskRelationSchema>;
|
|
9004
|
+
export type SelectTaskRelation = z.infer<typeof selectTaskRelationSchema>;
|
|
9005
|
+
export type InsertSession = z.infer<typeof insertSessionSchema>;
|
|
9006
|
+
export type SelectSession = z.infer<typeof selectSessionSchema>;
|
|
9007
|
+
export type InsertWorkHistory = z.infer<typeof insertWorkHistorySchema>;
|
|
9008
|
+
export type SelectWorkHistory = z.infer<typeof selectWorkHistorySchema>;
|
|
9009
|
+
export type InsertLifecyclePipeline = z.infer<typeof insertLifecyclePipelineSchema>;
|
|
9010
|
+
export type SelectLifecyclePipeline = z.infer<typeof selectLifecyclePipelineSchema>;
|
|
9011
|
+
export type InsertLifecycleStage = z.infer<typeof insertLifecycleStageSchema>;
|
|
9012
|
+
export type SelectLifecycleStage = z.infer<typeof selectLifecycleStageSchema>;
|
|
9013
|
+
export type InsertLifecycleGateResult = z.infer<typeof insertLifecycleGateResultSchema>;
|
|
9014
|
+
export type SelectLifecycleGateResult = z.infer<typeof selectLifecycleGateResultSchema>;
|
|
9015
|
+
export type InsertLifecycleEvidence = z.infer<typeof insertLifecycleEvidenceSchema>;
|
|
9016
|
+
export type SelectLifecycleEvidence = z.infer<typeof selectLifecycleEvidenceSchema>;
|
|
9017
|
+
export type InsertLifecycleTransition = z.infer<typeof insertLifecycleTransitionSchema>;
|
|
9018
|
+
export type SelectLifecycleTransition = z.infer<typeof selectLifecycleTransitionSchema>;
|
|
9019
|
+
export type InsertSchemaMeta = z.infer<typeof insertSchemaMetaSchema>;
|
|
9020
|
+
export type SelectSchemaMeta = z.infer<typeof selectSchemaMetaSchema>;
|
|
9021
|
+
export type InsertAuditLog = z.infer<typeof insertAuditLogSchema>;
|
|
9022
|
+
export type SelectAuditLog = z.infer<typeof selectAuditLogSchema>;
|
|
9023
|
+
/** Canonical type alias for audit log insert (T4848). */
|
|
9024
|
+
export type AuditLogInsert = InsertAuditLog;
|
|
9025
|
+
/** Canonical type alias for audit log select (T4848). */
|
|
9026
|
+
export type AuditLogSelect = SelectAuditLog;
|
|
9027
|
+
export type InsertTokenUsage = z.infer<typeof insertTokenUsageSchema>;
|
|
9028
|
+
export type SelectTokenUsage = z.infer<typeof selectTokenUsageSchema>;
|
|
9029
|
+
export type InsertArchitectureDecision = z.infer<typeof insertArchitectureDecisionSchema>;
|
|
9030
|
+
export type SelectArchitectureDecision = z.infer<typeof selectArchitectureDecisionSchema>;
|
|
6668
9031
|
export type InsertManifestEntry = z.infer<typeof insertManifestEntrySchema>;
|
|
6669
9032
|
export type SelectManifestEntry = z.infer<typeof selectManifestEntrySchema>;
|
|
9033
|
+
export type InsertPipelineManifest = z.infer<typeof insertPipelineManifestSchema>;
|
|
9034
|
+
export type SelectPipelineManifest = z.infer<typeof selectPipelineManifestSchema>;
|
|
9035
|
+
export type InsertReleaseManifest = z.infer<typeof insertReleaseManifestSchema>;
|
|
9036
|
+
export type SelectReleaseManifest = z.infer<typeof selectReleaseManifestSchema>;
|
|
9037
|
+
export type InsertExternalTaskLink = z.infer<typeof insertExternalTaskLinkSchema>;
|
|
9038
|
+
export type SelectExternalTaskLink = z.infer<typeof selectExternalTaskLinkSchema>;
|
|
9039
|
+
export type InsertAgentInstance = z.infer<typeof insertAgentInstanceSchema>;
|
|
9040
|
+
export type SelectAgentInstance = z.infer<typeof selectAgentInstanceSchema>;
|
|
9041
|
+
export type InsertAgentErrorLog = z.infer<typeof insertAgentErrorLogSchema>;
|
|
9042
|
+
export type SelectAgentErrorLog = z.infer<typeof selectAgentErrorLogSchema>;
|
|
6670
9043
|
//# sourceMappingURL=validation-schemas.d.ts.map
|