@intentic/sandbox-contract 1.125.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-catalog.d.ts +17 -0
- package/dist/agent-catalog.d.ts.map +1 -0
- package/dist/agent-catalog.js +28 -0
- package/dist/agent-catalog.js.map +1 -0
- package/dist/contracts/activity.contract.d.ts +4 -2
- package/dist/contracts/activity.contract.d.ts.map +1 -1
- package/dist/contracts/agent.contract.d.ts +321 -154
- package/dist/contracts/agent.contract.d.ts.map +1 -1
- package/dist/contracts/agent.contract.js +6 -3
- package/dist/contracts/agent.contract.js.map +1 -1
- package/dist/contracts/agents.contract.d.ts +193 -0
- package/dist/contracts/agents.contract.d.ts.map +1 -0
- package/dist/contracts/agents.contract.js +12 -0
- package/dist/contracts/agents.contract.js.map +1 -0
- package/dist/contracts/automations.contract.d.ts +16 -16
- package/dist/contracts/automations.contract.d.ts.map +1 -1
- package/dist/contracts/capabilities.contract.d.ts +48 -85
- package/dist/contracts/capabilities.contract.d.ts.map +1 -1
- package/dist/contracts/capabilities.contract.js +2 -1
- package/dist/contracts/capabilities.contract.js.map +1 -1
- package/dist/contracts/claude.contract.d.ts +26 -5
- package/dist/contracts/claude.contract.d.ts.map +1 -1
- package/dist/contracts/claude.contract.js +4 -3
- package/dist/contracts/claude.contract.js.map +1 -1
- package/dist/contracts/codex.contract.d.ts +30 -6
- package/dist/contracts/codex.contract.d.ts.map +1 -1
- package/dist/contracts/codex.contract.js +5 -4
- package/dist/contracts/codex.contract.js.map +1 -1
- package/dist/contracts/drafts.contract.d.ts +6 -6
- package/dist/contracts/drafts.contract.d.ts.map +1 -1
- package/dist/contracts/extensions.contract.d.ts +153 -0
- package/dist/contracts/extensions.contract.d.ts.map +1 -0
- package/dist/contracts/extensions.contract.js +14 -0
- package/dist/contracts/extensions.contract.js.map +1 -0
- package/dist/contracts/git.contract.d.ts +153 -0
- package/dist/contracts/git.contract.d.ts.map +1 -1
- package/dist/contracts/git.contract.js +17 -1
- package/dist/contracts/git.contract.js.map +1 -1
- package/dist/contracts/grok.contract.d.ts +20 -11
- package/dist/contracts/grok.contract.d.ts.map +1 -1
- package/dist/contracts/grok.contract.js +5 -5
- package/dist/contracts/grok.contract.js.map +1 -1
- package/dist/contracts/history.contract.d.ts +4 -10
- package/dist/contracts/history.contract.d.ts.map +1 -1
- package/dist/contracts/history.contract.js +3 -4
- package/dist/contracts/history.contract.js.map +1 -1
- package/dist/contracts/intentic.contract.d.ts +7 -0
- package/dist/contracts/intentic.contract.d.ts.map +1 -1
- package/dist/contracts/intentic.contract.js +1 -0
- package/dist/contracts/intentic.contract.js.map +1 -1
- package/dist/contracts/inventory.contract.d.ts +20 -20
- package/dist/contracts/inventory.contract.d.ts.map +1 -1
- package/dist/contracts/logs.contract.d.ts.map +1 -1
- package/dist/contracts/panels.contract.d.ts +1 -1
- package/dist/contracts/panels.contract.d.ts.map +1 -1
- package/dist/contracts/ports.contract.d.ts +31 -0
- package/dist/contracts/ports.contract.d.ts.map +1 -0
- package/dist/contracts/ports.contract.js +8 -0
- package/dist/contracts/ports.contract.js.map +1 -0
- package/dist/contracts/secrets.contract.d.ts +4 -3
- package/dist/contracts/secrets.contract.d.ts.map +1 -1
- package/dist/contracts/sessions.contract.d.ts +1 -1
- package/dist/contracts/sessions.contract.d.ts.map +1 -1
- package/dist/contracts/sessions.contract.js +4 -1
- package/dist/contracts/sessions.contract.js.map +1 -1
- package/dist/contracts/settings.contract.d.ts +41 -2
- package/dist/contracts/settings.contract.d.ts.map +1 -1
- package/dist/contracts/settings.contract.js +2 -1
- package/dist/contracts/settings.contract.js.map +1 -1
- package/dist/contracts/system.contract.d.ts +105 -5
- package/dist/contracts/system.contract.d.ts.map +1 -1
- package/dist/contracts/system.contract.js +2 -1
- package/dist/contracts/system.contract.js.map +1 -1
- package/dist/contracts/translator.contract.d.ts +25 -0
- package/dist/contracts/translator.contract.d.ts.map +1 -0
- package/dist/contracts/translator.contract.js +15 -0
- package/dist/contracts/translator.contract.js.map +1 -0
- package/dist/contracts/workspace.contract.d.ts +93 -12
- package/dist/contracts/workspace.contract.d.ts.map +1 -1
- package/dist/contracts/workspace.contract.js +5 -3
- package/dist/contracts/workspace.contract.js.map +1 -1
- package/dist/effects.d.ts +42 -0
- package/dist/effects.d.ts.map +1 -0
- package/dist/effects.js +79 -0
- package/dist/effects.js.map +1 -0
- package/dist/events.d.ts +421 -11
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +77 -6
- package/dist/events.js.map +1 -1
- package/dist/hostnames.d.ts +20 -0
- package/dist/hostnames.d.ts.map +1 -0
- package/dist/hostnames.js +47 -0
- package/dist/hostnames.js.map +1 -0
- package/dist/index.d.ts +1307 -339
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/dist/model-metadata.d.ts +7 -0
- package/dist/model-metadata.d.ts.map +1 -0
- package/dist/model-metadata.js +18 -0
- package/dist/model-metadata.js.map +1 -0
- package/dist/schemas.d.ts +1179 -349
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +306 -65
- package/dist/schemas.js.map +1 -1
- package/dist/sse.d.ts +3 -0
- package/dist/sse.d.ts.map +1 -0
- package/dist/sse.js +35 -0
- package/dist/sse.js.map +1 -0
- package/dist/terminal-protocol.d.ts +20 -0
- package/dist/terminal-protocol.d.ts.map +1 -0
- package/dist/terminal-protocol.js +2 -0
- package/dist/terminal-protocol.js.map +1 -0
- package/dist/tunnel-ids.d.ts +2 -0
- package/dist/tunnel-ids.d.ts.map +1 -1
- package/dist/tunnel-ids.js +3 -1
- package/dist/tunnel-ids.js.map +1 -1
- package/package.json +13 -7
- package/src/agent-catalog.ts +62 -0
- package/src/contracts/activity.contract.ts +9 -0
- package/src/contracts/agent.contract.ts +17 -0
- package/src/contracts/agents.contract.ts +28 -0
- package/src/contracts/automations.contract.ts +23 -0
- package/src/contracts/capabilities.contract.ts +31 -0
- package/src/contracts/claude.contract.ts +22 -0
- package/src/contracts/codex.contract.ts +23 -0
- package/src/contracts/drafts.contract.ts +11 -0
- package/src/contracts/extensions.contract.ts +28 -0
- package/src/contracts/git.contract.ts +64 -0
- package/src/contracts/grok.contract.ts +16 -0
- package/src/contracts/history.contract.ts +12 -0
- package/src/contracts/intentic.contract.ts +17 -0
- package/src/contracts/inventory.contract.ts +11 -0
- package/src/contracts/logs.contract.ts +9 -0
- package/src/contracts/panels.contract.ts +12 -0
- package/src/contracts/ports.contract.ts +11 -0
- package/src/contracts/secrets.contract.ts +15 -0
- package/src/contracts/sessions.contract.ts +14 -0
- package/src/contracts/settings.contract.ts +11 -0
- package/src/contracts/system.contract.ts +37 -0
- package/src/contracts/translator.contract.ts +20 -0
- package/src/contracts/workspace.contract.ts +74 -0
- package/src/effects.test.ts +132 -0
- package/src/effects.ts +138 -0
- package/src/events.ts +277 -0
- package/src/hostnames.test.ts +44 -0
- package/src/hostnames.ts +97 -0
- package/src/index.ts +84 -0
- package/src/model-metadata.ts +30 -0
- package/src/schemas.ts +1407 -0
- package/src/sse.ts +43 -0
- package/src/terminal-protocol.ts +16 -0
- package/src/tunnel-ids.ts +19 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export { activityContract } from "./contracts/activity.contract.js";
|
|
2
2
|
export { agentContract } from "./contracts/agent.contract.js";
|
|
3
|
+
export { agentsContract } from "./contracts/agents.contract.js";
|
|
3
4
|
export { automationsContract } from "./contracts/automations.contract.js";
|
|
4
5
|
export { capabilitiesContract } from "./contracts/capabilities.contract.js";
|
|
5
6
|
export { claudeContract } from "./contracts/claude.contract.js";
|
|
6
7
|
export { codexContract } from "./contracts/codex.contract.js";
|
|
7
8
|
export { draftsContract } from "./contracts/drafts.contract.js";
|
|
9
|
+
export { extensionsContract } from "./contracts/extensions.contract.js";
|
|
8
10
|
export { gitContract } from "./contracts/git.contract.js";
|
|
9
11
|
export { grokContract } from "./contracts/grok.contract.js";
|
|
10
12
|
export { historyContract } from "./contracts/history.contract.js";
|
|
@@ -12,13 +14,21 @@ export { intenticContract } from "./contracts/intentic.contract.js";
|
|
|
12
14
|
export { inventoryContract } from "./contracts/inventory.contract.js";
|
|
13
15
|
export { logsContract } from "./contracts/logs.contract.js";
|
|
14
16
|
export { panelsContract } from "./contracts/panels.contract.js";
|
|
17
|
+
export { portsContract } from "./contracts/ports.contract.js";
|
|
15
18
|
export { secretsContract } from "./contracts/secrets.contract.js";
|
|
16
19
|
export { sessionsContract } from "./contracts/sessions.contract.js";
|
|
17
20
|
export { settingsContract } from "./contracts/settings.contract.js";
|
|
18
21
|
export { systemContract } from "./contracts/system.contract.js";
|
|
22
|
+
export { translatorContract } from "./contracts/translator.contract.js";
|
|
19
23
|
export { workspaceContract } from "./contracts/workspace.contract.js";
|
|
24
|
+
export * from "./effects.js";
|
|
20
25
|
export * from "./events.js";
|
|
26
|
+
export * from "./sse.js";
|
|
27
|
+
export * from "./agent-catalog.js";
|
|
28
|
+
export * from "./hostnames.js";
|
|
29
|
+
export * from "./model-metadata.js";
|
|
21
30
|
export * from "./schemas.js";
|
|
31
|
+
export * from "./terminal-protocol.js";
|
|
22
32
|
export declare const sandboxContract: {
|
|
23
33
|
activity: {
|
|
24
34
|
list: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
@@ -30,9 +40,10 @@ export declare const sandboxContract: {
|
|
|
30
40
|
id: import("zod").ZodString;
|
|
31
41
|
at: import("zod").ZodNumber;
|
|
32
42
|
provider: import("zod").ZodOptional<import("zod").ZodString>;
|
|
43
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
33
44
|
direction: import("zod").ZodEnum<{
|
|
34
|
-
out: "out";
|
|
35
45
|
in: "in";
|
|
46
|
+
out: "out";
|
|
36
47
|
system: "system";
|
|
37
48
|
}>;
|
|
38
49
|
type: import("zod").ZodString;
|
|
@@ -56,9 +67,10 @@ export declare const sandboxContract: {
|
|
|
56
67
|
capabilityId: import("zod").ZodString;
|
|
57
68
|
provider: import("zod").ZodString;
|
|
58
69
|
gateway: import("zod").ZodEnum<{
|
|
59
|
-
ready: "ready";
|
|
60
70
|
connecting: "connecting";
|
|
61
71
|
disconnected: "disconnected";
|
|
72
|
+
idle: "idle";
|
|
73
|
+
ready: "ready";
|
|
62
74
|
}>;
|
|
63
75
|
lastError: import("zod").ZodOptional<import("zod").ZodString>;
|
|
64
76
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -73,177 +85,333 @@ export declare const sandboxContract: {
|
|
|
73
85
|
agent: {
|
|
74
86
|
run: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
75
87
|
prompt: import("zod").ZodString;
|
|
88
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
76
89
|
attachments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
77
|
-
agent: import("zod").ZodOptional<import("zod").
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
90
|
+
agent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
91
|
+
harness: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
92
|
+
"claude-code": "claude-code";
|
|
93
|
+
native: "native";
|
|
81
94
|
}>>;
|
|
95
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
96
|
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97
|
+
conversationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
98
|
+
isolated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
99
|
+
history: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
100
|
+
role: import("zod").ZodEnum<{
|
|
101
|
+
assistant: "assistant";
|
|
102
|
+
user: "user";
|
|
103
|
+
}>;
|
|
104
|
+
text: import("zod").ZodString;
|
|
105
|
+
}, import("zod/v4/core").$strip>>>;
|
|
83
106
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
84
107
|
plan: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
85
108
|
effort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86
109
|
thinking: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
110
|
+
editorContext: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
111
|
+
file: import("zod").ZodString;
|
|
112
|
+
startLine: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
113
|
+
endLine: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
114
|
+
selection: import("zod").ZodOptional<import("zod").ZodString>;
|
|
115
|
+
}, import("zod/v4/core").$strip>>;
|
|
116
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
117
|
+
run: import("zod").ZodString;
|
|
118
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
119
|
+
attach: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
120
|
+
conversationId: import("zod").ZodString;
|
|
121
|
+
run: import("zod").ZodOptional<import("zod").ZodString>;
|
|
122
|
+
after: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
87
123
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<AsyncIteratorObject<{
|
|
88
|
-
kind: "
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
} | {
|
|
94
|
-
kind: "delta";
|
|
95
|
-
text: string;
|
|
96
|
-
parentToolUseId?: string | undefined;
|
|
97
|
-
} | {
|
|
98
|
-
kind: "thinking";
|
|
99
|
-
text: string;
|
|
100
|
-
parentToolUseId?: string | undefined;
|
|
101
|
-
} | {
|
|
102
|
-
kind: "tool";
|
|
103
|
-
name: string;
|
|
104
|
-
id?: string | undefined;
|
|
105
|
-
target?: string | undefined;
|
|
106
|
-
parentToolUseId?: string | undefined;
|
|
124
|
+
kind: "attached";
|
|
125
|
+
run: string;
|
|
126
|
+
prompt: string;
|
|
127
|
+
startedAt: number;
|
|
128
|
+
seq: number;
|
|
107
129
|
} | {
|
|
108
|
-
kind: "
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
130
|
+
kind: "frame";
|
|
131
|
+
seq: number;
|
|
132
|
+
event: {
|
|
133
|
+
kind: "session";
|
|
134
|
+
sessionId: string;
|
|
135
|
+
} | {
|
|
136
|
+
kind: "worktree";
|
|
137
|
+
branch: string;
|
|
138
|
+
base: string;
|
|
139
|
+
} | {
|
|
140
|
+
kind: "landed";
|
|
141
|
+
landed: boolean;
|
|
142
|
+
conflicts?: {
|
|
143
|
+
repo: string;
|
|
144
|
+
paths: string[];
|
|
145
|
+
}[] | undefined;
|
|
146
|
+
} | {
|
|
147
|
+
kind: "init";
|
|
148
|
+
model: string;
|
|
149
|
+
} | {
|
|
150
|
+
kind: "checkpoint";
|
|
151
|
+
id: string;
|
|
152
|
+
} | {
|
|
153
|
+
kind: "delta";
|
|
154
|
+
text: string;
|
|
155
|
+
parentToolUseId?: string | undefined;
|
|
156
|
+
} | {
|
|
157
|
+
kind: "thinking";
|
|
158
|
+
text: string;
|
|
159
|
+
parentToolUseId?: string | undefined;
|
|
160
|
+
} | {
|
|
161
|
+
kind: "tool_call";
|
|
162
|
+
id: string;
|
|
163
|
+
name: string;
|
|
164
|
+
category: "delete" | "edit" | "execute" | "fetch" | "move" | "other" | "read" | "search" | "think";
|
|
165
|
+
status: "completed" | "failed" | "in_progress" | "pending";
|
|
166
|
+
target?: string | undefined;
|
|
167
|
+
locations?: {
|
|
168
|
+
path: string;
|
|
169
|
+
line?: number | undefined;
|
|
170
|
+
}[] | undefined;
|
|
171
|
+
content?: ({
|
|
172
|
+
type: "text";
|
|
173
|
+
text: string;
|
|
174
|
+
} | {
|
|
175
|
+
type: "diff";
|
|
176
|
+
path: string;
|
|
177
|
+
oldText?: string | undefined;
|
|
178
|
+
newText: string;
|
|
179
|
+
truncated?: boolean | undefined;
|
|
180
|
+
})[] | undefined;
|
|
181
|
+
parentToolUseId?: string | undefined;
|
|
182
|
+
} | {
|
|
183
|
+
kind: "tool_call_update";
|
|
184
|
+
id: string;
|
|
185
|
+
status?: "completed" | "failed" | "in_progress" | "pending" | undefined;
|
|
186
|
+
content?: ({
|
|
187
|
+
type: "text";
|
|
188
|
+
text: string;
|
|
189
|
+
} | {
|
|
190
|
+
type: "diff";
|
|
191
|
+
path: string;
|
|
192
|
+
oldText?: string | undefined;
|
|
193
|
+
newText: string;
|
|
194
|
+
truncated?: boolean | undefined;
|
|
195
|
+
})[] | undefined;
|
|
196
|
+
locations?: {
|
|
197
|
+
path: string;
|
|
198
|
+
line?: number | undefined;
|
|
199
|
+
}[] | undefined;
|
|
200
|
+
} | {
|
|
201
|
+
kind: "terminal";
|
|
202
|
+
session: string;
|
|
203
|
+
} | {
|
|
204
|
+
kind: "todos";
|
|
205
|
+
items: {
|
|
206
|
+
content: string;
|
|
207
|
+
status: "completed" | "in_progress" | "pending";
|
|
208
|
+
activeForm?: string | undefined;
|
|
209
|
+
}[];
|
|
210
|
+
} | {
|
|
211
|
+
kind: "commands";
|
|
212
|
+
items: {
|
|
213
|
+
name: string;
|
|
157
214
|
description: string;
|
|
158
|
-
|
|
215
|
+
hint?: string | undefined;
|
|
159
216
|
}[];
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
217
|
+
} | {
|
|
218
|
+
kind: "usage";
|
|
219
|
+
account?: string | undefined;
|
|
220
|
+
costUsd?: number | undefined;
|
|
221
|
+
inputTokens?: number | undefined;
|
|
222
|
+
outputTokens?: number | undefined;
|
|
223
|
+
cacheReadTokens?: number | undefined;
|
|
224
|
+
cacheCreationTokens?: number | undefined;
|
|
225
|
+
durationMs?: number | undefined;
|
|
226
|
+
numTurns?: number | undefined;
|
|
227
|
+
} | {
|
|
228
|
+
status: "allowed" | "allowed_warning" | "rejected";
|
|
229
|
+
resetsAt?: number | undefined;
|
|
230
|
+
rateLimitType?: string | undefined;
|
|
231
|
+
utilization?: number | undefined;
|
|
232
|
+
kind: "rate_limit_info";
|
|
233
|
+
account?: string | undefined;
|
|
234
|
+
} | {
|
|
235
|
+
tokens: number;
|
|
236
|
+
contextWindow: number;
|
|
237
|
+
kind: "context_usage";
|
|
238
|
+
} | {
|
|
239
|
+
kind: "compact";
|
|
240
|
+
trigger: string;
|
|
241
|
+
preTokens?: number | undefined;
|
|
242
|
+
postTokens?: number | undefined;
|
|
243
|
+
} | {
|
|
244
|
+
kind: "plan";
|
|
245
|
+
decisionId: string;
|
|
246
|
+
text: string;
|
|
247
|
+
} | {
|
|
248
|
+
kind: "question";
|
|
249
|
+
requestId: string;
|
|
250
|
+
questions: {
|
|
251
|
+
question: string;
|
|
252
|
+
header: string;
|
|
253
|
+
multiSelect: boolean;
|
|
254
|
+
options: {
|
|
255
|
+
label: string;
|
|
256
|
+
description: string;
|
|
257
|
+
preview?: string | undefined;
|
|
258
|
+
}[];
|
|
259
|
+
}[];
|
|
260
|
+
} | {
|
|
261
|
+
kind: "error";
|
|
262
|
+
message: string;
|
|
263
|
+
code?: "agent-busy" | "codex-model-invalid" | "codex-reauth" | "grok-model-invalid" | "rate_limit" | "session-not-found" | "subscription-required" | undefined;
|
|
264
|
+
} | {
|
|
265
|
+
kind: "done";
|
|
266
|
+
};
|
|
165
267
|
} | {
|
|
166
|
-
kind: "
|
|
268
|
+
kind: "end";
|
|
167
269
|
}, unknown, void>, import("@orpc/contract").AsyncIteratorClass<{
|
|
168
|
-
kind: "
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
} | {
|
|
174
|
-
kind: "delta";
|
|
175
|
-
text: string;
|
|
176
|
-
parentToolUseId?: string | undefined;
|
|
177
|
-
} | {
|
|
178
|
-
kind: "thinking";
|
|
179
|
-
text: string;
|
|
180
|
-
parentToolUseId?: string | undefined;
|
|
181
|
-
} | {
|
|
182
|
-
kind: "tool";
|
|
183
|
-
name: string;
|
|
184
|
-
id?: string | undefined;
|
|
185
|
-
target?: string | undefined;
|
|
186
|
-
parentToolUseId?: string | undefined;
|
|
187
|
-
} | {
|
|
188
|
-
kind: "tool_result";
|
|
189
|
-
output: string;
|
|
190
|
-
id?: string | undefined;
|
|
191
|
-
isError?: boolean | undefined;
|
|
192
|
-
} | {
|
|
193
|
-
kind: "terminal";
|
|
194
|
-
session: string;
|
|
270
|
+
kind: "attached";
|
|
271
|
+
run: string;
|
|
272
|
+
prompt: string;
|
|
273
|
+
startedAt: number;
|
|
274
|
+
seq: number;
|
|
195
275
|
} | {
|
|
196
|
-
kind: "
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
276
|
+
kind: "frame";
|
|
277
|
+
seq: number;
|
|
278
|
+
event: {
|
|
279
|
+
kind: "session";
|
|
280
|
+
sessionId: string;
|
|
281
|
+
} | {
|
|
282
|
+
kind: "worktree";
|
|
283
|
+
branch: string;
|
|
284
|
+
base: string;
|
|
285
|
+
} | {
|
|
286
|
+
kind: "landed";
|
|
287
|
+
landed: boolean;
|
|
288
|
+
conflicts?: {
|
|
289
|
+
repo: string;
|
|
290
|
+
paths: string[];
|
|
291
|
+
}[] | undefined;
|
|
292
|
+
} | {
|
|
293
|
+
kind: "init";
|
|
294
|
+
model: string;
|
|
295
|
+
} | {
|
|
296
|
+
kind: "checkpoint";
|
|
297
|
+
id: string;
|
|
298
|
+
} | {
|
|
299
|
+
kind: "delta";
|
|
300
|
+
text: string;
|
|
301
|
+
parentToolUseId?: string | undefined;
|
|
302
|
+
} | {
|
|
303
|
+
kind: "thinking";
|
|
304
|
+
text: string;
|
|
305
|
+
parentToolUseId?: string | undefined;
|
|
306
|
+
} | {
|
|
307
|
+
kind: "tool_call";
|
|
308
|
+
id: string;
|
|
309
|
+
name: string;
|
|
310
|
+
category: "delete" | "edit" | "execute" | "fetch" | "move" | "other" | "read" | "search" | "think";
|
|
311
|
+
status: "completed" | "failed" | "in_progress" | "pending";
|
|
312
|
+
target?: string | undefined;
|
|
313
|
+
locations?: {
|
|
314
|
+
path: string;
|
|
315
|
+
line?: number | undefined;
|
|
316
|
+
}[] | undefined;
|
|
317
|
+
content?: ({
|
|
318
|
+
type: "text";
|
|
319
|
+
text: string;
|
|
320
|
+
} | {
|
|
321
|
+
type: "diff";
|
|
322
|
+
path: string;
|
|
323
|
+
oldText?: string | undefined;
|
|
324
|
+
newText: string;
|
|
325
|
+
truncated?: boolean | undefined;
|
|
326
|
+
})[] | undefined;
|
|
327
|
+
parentToolUseId?: string | undefined;
|
|
328
|
+
} | {
|
|
329
|
+
kind: "tool_call_update";
|
|
330
|
+
id: string;
|
|
331
|
+
status?: "completed" | "failed" | "in_progress" | "pending" | undefined;
|
|
332
|
+
content?: ({
|
|
333
|
+
type: "text";
|
|
334
|
+
text: string;
|
|
335
|
+
} | {
|
|
336
|
+
type: "diff";
|
|
337
|
+
path: string;
|
|
338
|
+
oldText?: string | undefined;
|
|
339
|
+
newText: string;
|
|
340
|
+
truncated?: boolean | undefined;
|
|
341
|
+
})[] | undefined;
|
|
342
|
+
locations?: {
|
|
343
|
+
path: string;
|
|
344
|
+
line?: number | undefined;
|
|
345
|
+
}[] | undefined;
|
|
346
|
+
} | {
|
|
347
|
+
kind: "terminal";
|
|
348
|
+
session: string;
|
|
349
|
+
} | {
|
|
350
|
+
kind: "todos";
|
|
351
|
+
items: {
|
|
352
|
+
content: string;
|
|
353
|
+
status: "completed" | "in_progress" | "pending";
|
|
354
|
+
activeForm?: string | undefined;
|
|
355
|
+
}[];
|
|
356
|
+
} | {
|
|
357
|
+
kind: "commands";
|
|
358
|
+
items: {
|
|
359
|
+
name: string;
|
|
237
360
|
description: string;
|
|
238
|
-
|
|
361
|
+
hint?: string | undefined;
|
|
239
362
|
}[];
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
363
|
+
} | {
|
|
364
|
+
kind: "usage";
|
|
365
|
+
account?: string | undefined;
|
|
366
|
+
costUsd?: number | undefined;
|
|
367
|
+
inputTokens?: number | undefined;
|
|
368
|
+
outputTokens?: number | undefined;
|
|
369
|
+
cacheReadTokens?: number | undefined;
|
|
370
|
+
cacheCreationTokens?: number | undefined;
|
|
371
|
+
durationMs?: number | undefined;
|
|
372
|
+
numTurns?: number | undefined;
|
|
373
|
+
} | {
|
|
374
|
+
status: "allowed" | "allowed_warning" | "rejected";
|
|
375
|
+
resetsAt?: number | undefined;
|
|
376
|
+
rateLimitType?: string | undefined;
|
|
377
|
+
utilization?: number | undefined;
|
|
378
|
+
kind: "rate_limit_info";
|
|
379
|
+
account?: string | undefined;
|
|
380
|
+
} | {
|
|
381
|
+
tokens: number;
|
|
382
|
+
contextWindow: number;
|
|
383
|
+
kind: "context_usage";
|
|
384
|
+
} | {
|
|
385
|
+
kind: "compact";
|
|
386
|
+
trigger: string;
|
|
387
|
+
preTokens?: number | undefined;
|
|
388
|
+
postTokens?: number | undefined;
|
|
389
|
+
} | {
|
|
390
|
+
kind: "plan";
|
|
391
|
+
decisionId: string;
|
|
392
|
+
text: string;
|
|
393
|
+
} | {
|
|
394
|
+
kind: "question";
|
|
395
|
+
requestId: string;
|
|
396
|
+
questions: {
|
|
397
|
+
question: string;
|
|
398
|
+
header: string;
|
|
399
|
+
multiSelect: boolean;
|
|
400
|
+
options: {
|
|
401
|
+
label: string;
|
|
402
|
+
description: string;
|
|
403
|
+
preview?: string | undefined;
|
|
404
|
+
}[];
|
|
405
|
+
}[];
|
|
406
|
+
} | {
|
|
407
|
+
kind: "error";
|
|
408
|
+
message: string;
|
|
409
|
+
code?: "agent-busy" | "codex-model-invalid" | "codex-reauth" | "grok-model-invalid" | "rate_limit" | "session-not-found" | "subscription-required" | undefined;
|
|
410
|
+
} | {
|
|
411
|
+
kind: "done";
|
|
412
|
+
};
|
|
245
413
|
} | {
|
|
246
|
-
kind: "
|
|
414
|
+
kind: "end";
|
|
247
415
|
}, unknown, void>>, Record<never, never>, Record<never, never>>;
|
|
248
416
|
decision: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
249
417
|
decisionId: import("zod").ZodString;
|
|
@@ -259,6 +427,209 @@ export declare const sandboxContract: {
|
|
|
259
427
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
260
428
|
ok: import("zod").ZodLiteral<true>;
|
|
261
429
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
430
|
+
steer: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
431
|
+
conversationId: import("zod").ZodString;
|
|
432
|
+
text: import("zod").ZodString;
|
|
433
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
434
|
+
ok: import("zod").ZodLiteral<true>;
|
|
435
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
436
|
+
stop: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
437
|
+
conversationId: import("zod").ZodString;
|
|
438
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
439
|
+
ok: import("zod").ZodLiteral<true>;
|
|
440
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
441
|
+
};
|
|
442
|
+
agents: {
|
|
443
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
444
|
+
agents: import("zod").ZodArray<import("zod").ZodObject<{
|
|
445
|
+
id: import("zod").ZodString;
|
|
446
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
447
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
448
|
+
status: import("zod").ZodEnum<{
|
|
449
|
+
awaiting: "awaiting";
|
|
450
|
+
conflict: "conflict";
|
|
451
|
+
error: "error";
|
|
452
|
+
idle: "idle";
|
|
453
|
+
landed: "landed";
|
|
454
|
+
running: "running";
|
|
455
|
+
}>;
|
|
456
|
+
provider: import("zod").ZodString;
|
|
457
|
+
harness: import("zod").ZodEnum<{
|
|
458
|
+
"claude-code": "claude-code";
|
|
459
|
+
native: "native";
|
|
460
|
+
}>;
|
|
461
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
462
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
463
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
464
|
+
base: import("zod").ZodOptional<import("zod").ZodString>;
|
|
465
|
+
costUsd: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
466
|
+
inputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
467
|
+
outputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
468
|
+
contextTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
469
|
+
contextWindow: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
470
|
+
activity: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
471
|
+
tool: import("zod").ZodOptional<import("zod").ZodString>;
|
|
472
|
+
target: import("zod").ZodOptional<import("zod").ZodString>;
|
|
473
|
+
todo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
474
|
+
}, import("zod/v4/core").$strip>>;
|
|
475
|
+
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
476
|
+
updatedAt: import("zod").ZodNumber;
|
|
477
|
+
attention: import("zod").ZodObject<{
|
|
478
|
+
plan: import("zod").ZodBoolean;
|
|
479
|
+
question: import("zod").ZodBoolean;
|
|
480
|
+
conflict: import("zod").ZodBoolean;
|
|
481
|
+
}, import("zod/v4/core").$strip>;
|
|
482
|
+
turns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
483
|
+
toolUses: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
484
|
+
diff: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
485
|
+
files: import("zod").ZodNumber;
|
|
486
|
+
insertions: import("zod").ZodNumber;
|
|
487
|
+
deletions: import("zod").ZodNumber;
|
|
488
|
+
}, import("zod/v4/core").$strip>>;
|
|
489
|
+
}, import("zod/v4/core").$strip>>;
|
|
490
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
491
|
+
get: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
492
|
+
id: import("zod").ZodString;
|
|
493
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
494
|
+
id: import("zod").ZodString;
|
|
495
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
496
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
497
|
+
status: import("zod").ZodEnum<{
|
|
498
|
+
awaiting: "awaiting";
|
|
499
|
+
conflict: "conflict";
|
|
500
|
+
error: "error";
|
|
501
|
+
idle: "idle";
|
|
502
|
+
landed: "landed";
|
|
503
|
+
running: "running";
|
|
504
|
+
}>;
|
|
505
|
+
provider: import("zod").ZodString;
|
|
506
|
+
harness: import("zod").ZodEnum<{
|
|
507
|
+
"claude-code": "claude-code";
|
|
508
|
+
native: "native";
|
|
509
|
+
}>;
|
|
510
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
511
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
512
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
513
|
+
base: import("zod").ZodOptional<import("zod").ZodString>;
|
|
514
|
+
costUsd: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
515
|
+
inputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
516
|
+
outputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
517
|
+
contextTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
518
|
+
contextWindow: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
519
|
+
activity: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
520
|
+
tool: import("zod").ZodOptional<import("zod").ZodString>;
|
|
521
|
+
target: import("zod").ZodOptional<import("zod").ZodString>;
|
|
522
|
+
todo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
523
|
+
}, import("zod/v4/core").$strip>>;
|
|
524
|
+
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
525
|
+
updatedAt: import("zod").ZodNumber;
|
|
526
|
+
attention: import("zod").ZodObject<{
|
|
527
|
+
plan: import("zod").ZodBoolean;
|
|
528
|
+
question: import("zod").ZodBoolean;
|
|
529
|
+
conflict: import("zod").ZodBoolean;
|
|
530
|
+
}, import("zod/v4/core").$strip>;
|
|
531
|
+
turns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
532
|
+
toolUses: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
533
|
+
diff: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
534
|
+
files: import("zod").ZodNumber;
|
|
535
|
+
insertions: import("zod").ZodNumber;
|
|
536
|
+
deletions: import("zod").ZodNumber;
|
|
537
|
+
}, import("zod/v4/core").$strip>>;
|
|
538
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
539
|
+
rename: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
540
|
+
id: import("zod").ZodString;
|
|
541
|
+
title: import("zod").ZodString;
|
|
542
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
543
|
+
id: import("zod").ZodString;
|
|
544
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
545
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
546
|
+
status: import("zod").ZodEnum<{
|
|
547
|
+
awaiting: "awaiting";
|
|
548
|
+
conflict: "conflict";
|
|
549
|
+
error: "error";
|
|
550
|
+
idle: "idle";
|
|
551
|
+
landed: "landed";
|
|
552
|
+
running: "running";
|
|
553
|
+
}>;
|
|
554
|
+
provider: import("zod").ZodString;
|
|
555
|
+
harness: import("zod").ZodEnum<{
|
|
556
|
+
"claude-code": "claude-code";
|
|
557
|
+
native: "native";
|
|
558
|
+
}>;
|
|
559
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
560
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
561
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
562
|
+
base: import("zod").ZodOptional<import("zod").ZodString>;
|
|
563
|
+
costUsd: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
564
|
+
inputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
565
|
+
outputTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
566
|
+
contextTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
567
|
+
contextWindow: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
568
|
+
activity: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
569
|
+
tool: import("zod").ZodOptional<import("zod").ZodString>;
|
|
570
|
+
target: import("zod").ZodOptional<import("zod").ZodString>;
|
|
571
|
+
todo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
572
|
+
}, import("zod/v4/core").$strip>>;
|
|
573
|
+
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
574
|
+
updatedAt: import("zod").ZodNumber;
|
|
575
|
+
attention: import("zod").ZodObject<{
|
|
576
|
+
plan: import("zod").ZodBoolean;
|
|
577
|
+
question: import("zod").ZodBoolean;
|
|
578
|
+
conflict: import("zod").ZodBoolean;
|
|
579
|
+
}, import("zod/v4/core").$strip>;
|
|
580
|
+
turns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
581
|
+
toolUses: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
582
|
+
diff: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
583
|
+
files: import("zod").ZodNumber;
|
|
584
|
+
insertions: import("zod").ZodNumber;
|
|
585
|
+
deletions: import("zod").ZodNumber;
|
|
586
|
+
}, import("zod/v4/core").$strip>>;
|
|
587
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
588
|
+
diff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
589
|
+
id: import("zod").ZodString;
|
|
590
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
591
|
+
repos: import("zod").ZodArray<import("zod").ZodObject<{
|
|
592
|
+
repo: import("zod").ZodString;
|
|
593
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
594
|
+
changes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
595
|
+
path: import("zod").ZodString;
|
|
596
|
+
status: import("zod").ZodEnum<{
|
|
597
|
+
added: "added";
|
|
598
|
+
deleted: "deleted";
|
|
599
|
+
modified: "modified";
|
|
600
|
+
renamed: "renamed";
|
|
601
|
+
"type-changed": "type-changed";
|
|
602
|
+
}>;
|
|
603
|
+
from: import("zod").ZodOptional<import("zod").ZodString>;
|
|
604
|
+
additions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
605
|
+
deletions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
606
|
+
}, import("zod/v4/core").$strip>>;
|
|
607
|
+
}, import("zod/v4/core").$strip>>;
|
|
608
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
609
|
+
fileDiff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
610
|
+
id: import("zod").ZodString;
|
|
611
|
+
repo: import("zod").ZodString;
|
|
612
|
+
path: import("zod").ZodString;
|
|
613
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
614
|
+
before: import("zod").ZodOptional<import("zod").ZodString>;
|
|
615
|
+
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
616
|
+
binary: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
617
|
+
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
618
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
619
|
+
land: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
620
|
+
id: import("zod").ZodString;
|
|
621
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
622
|
+
landed: import("zod").ZodBoolean;
|
|
623
|
+
conflicts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
624
|
+
repo: import("zod").ZodString;
|
|
625
|
+
paths: import("zod").ZodArray<import("zod").ZodString>;
|
|
626
|
+
}, import("zod/v4/core").$strip>>>;
|
|
627
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
628
|
+
discard: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
629
|
+
id: import("zod").ZodString;
|
|
630
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
631
|
+
ok: import("zod").ZodLiteral<true>;
|
|
632
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
262
633
|
};
|
|
263
634
|
automations: {
|
|
264
635
|
list: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
@@ -272,19 +643,19 @@ export declare const sandboxContract: {
|
|
|
272
643
|
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
273
644
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
274
645
|
kind: import("zod").ZodLiteral<"listener">;
|
|
275
|
-
provider: import("zod").
|
|
276
|
-
discord: "discord";
|
|
277
|
-
}>;
|
|
646
|
+
provider: import("zod").ZodString;
|
|
278
647
|
channelId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
279
|
-
eventType: import("zod").ZodOptional<import("zod").
|
|
280
|
-
message: "message";
|
|
281
|
-
voice_utterance: "voice_utterance";
|
|
282
|
-
voice_transcript: "voice_transcript";
|
|
283
|
-
}>>;
|
|
648
|
+
eventType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
284
649
|
mentioned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
650
|
+
allowedOrigins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
285
651
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
286
652
|
guard: import("zod").ZodOptional<import("zod").ZodString>;
|
|
287
653
|
prompt: import("zod").ZodString;
|
|
654
|
+
agent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
655
|
+
harness: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
656
|
+
"claude-code": "claude-code";
|
|
657
|
+
native: "native";
|
|
658
|
+
}>>;
|
|
288
659
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
289
660
|
requireApproval: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
290
661
|
enabled: import("zod").ZodBoolean;
|
|
@@ -310,19 +681,19 @@ export declare const sandboxContract: {
|
|
|
310
681
|
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
311
682
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
312
683
|
kind: import("zod").ZodLiteral<"listener">;
|
|
313
|
-
provider: import("zod").
|
|
314
|
-
discord: "discord";
|
|
315
|
-
}>;
|
|
684
|
+
provider: import("zod").ZodString;
|
|
316
685
|
channelId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
317
|
-
eventType: import("zod").ZodOptional<import("zod").
|
|
318
|
-
message: "message";
|
|
319
|
-
voice_utterance: "voice_utterance";
|
|
320
|
-
voice_transcript: "voice_transcript";
|
|
321
|
-
}>>;
|
|
686
|
+
eventType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
322
687
|
mentioned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
688
|
+
allowedOrigins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
323
689
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
324
690
|
guard: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325
691
|
prompt: import("zod").ZodString;
|
|
692
|
+
agent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
693
|
+
harness: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
694
|
+
"claude-code": "claude-code";
|
|
695
|
+
native: "native";
|
|
696
|
+
}>>;
|
|
326
697
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
327
698
|
requireApproval: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
328
699
|
enabled: import("zod").ZodBoolean;
|
|
@@ -358,24 +729,26 @@ export declare const sandboxContract: {
|
|
|
358
729
|
capabilities: import("zod").ZodArray<import("zod").ZodObject<{
|
|
359
730
|
id: import("zod").ZodString;
|
|
360
731
|
kind: import("zod").ZodEnum<{
|
|
361
|
-
|
|
732
|
+
agent: "agent";
|
|
733
|
+
browser: "browser";
|
|
734
|
+
cli: "cli";
|
|
362
735
|
devops: "devops";
|
|
363
|
-
|
|
364
|
-
|
|
736
|
+
docker: "docker";
|
|
737
|
+
extension: "extension";
|
|
365
738
|
integration: "integration";
|
|
366
|
-
|
|
739
|
+
mcp: "mcp";
|
|
740
|
+
monorepo: "monorepo";
|
|
367
741
|
plugin: "plugin";
|
|
742
|
+
service: "service";
|
|
368
743
|
ssh: "ssh";
|
|
369
744
|
vpn: "vpn";
|
|
370
|
-
docker: "docker";
|
|
371
|
-
browser: "browser";
|
|
372
745
|
}>;
|
|
373
746
|
status: import("zod").ZodObject<{
|
|
374
747
|
state: import("zod").ZodEnum<{
|
|
375
|
-
pending: "pending";
|
|
376
|
-
error: "error";
|
|
377
748
|
active: "active";
|
|
749
|
+
error: "error";
|
|
378
750
|
inactive: "inactive";
|
|
751
|
+
pending: "pending";
|
|
379
752
|
}>;
|
|
380
753
|
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
381
754
|
}, import("zod/v4/core").$strip>;
|
|
@@ -402,12 +775,12 @@ export declare const sandboxContract: {
|
|
|
402
775
|
kind: import("zod").ZodLiteral<"service">;
|
|
403
776
|
config: import("zod").ZodObject<{
|
|
404
777
|
service: import("zod").ZodEnum<{
|
|
405
|
-
|
|
778
|
+
infisical: "infisical";
|
|
779
|
+
invoiceninja: "invoiceninja";
|
|
780
|
+
openproject: "openproject";
|
|
406
781
|
outline: "outline";
|
|
407
782
|
paperless: "paperless";
|
|
408
|
-
|
|
409
|
-
invoiceninja: "invoiceninja";
|
|
410
|
-
infisical: "infisical";
|
|
783
|
+
signoz: "signoz";
|
|
411
784
|
}>;
|
|
412
785
|
domain: import("zod").ZodString;
|
|
413
786
|
on: import("zod").ZodString;
|
|
@@ -422,70 +795,9 @@ export declare const sandboxContract: {
|
|
|
422
795
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
423
796
|
id: import("zod").ZodString;
|
|
424
797
|
kind: import("zod").ZodLiteral<"cli">;
|
|
425
|
-
config: import("zod").
|
|
426
|
-
provider: import("zod").
|
|
427
|
-
|
|
428
|
-
voiceModel: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
429
|
-
small: "small";
|
|
430
|
-
base: "base";
|
|
431
|
-
tiny: "tiny";
|
|
432
|
-
medium: "medium";
|
|
433
|
-
"large-v3-turbo": "large-v3-turbo";
|
|
434
|
-
}>>;
|
|
435
|
-
voiceLanguage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
436
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
437
|
-
provider: import("zod").ZodLiteral<"github">;
|
|
438
|
-
token: import("zod").ZodString;
|
|
439
|
-
git: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
440
|
-
on: "on";
|
|
441
|
-
off: "off";
|
|
442
|
-
}>>;
|
|
443
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
444
|
-
provider: import("zod").ZodLiteral<"gitlab">;
|
|
445
|
-
token: import("zod").ZodString;
|
|
446
|
-
url: import("zod").ZodString;
|
|
447
|
-
git: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
448
|
-
on: "on";
|
|
449
|
-
off: "off";
|
|
450
|
-
}>>;
|
|
451
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
452
|
-
provider: import("zod").ZodLiteral<"sentry">;
|
|
453
|
-
token: import("zod").ZodString;
|
|
454
|
-
url: import("zod").ZodString;
|
|
455
|
-
org: import("zod").ZodOptional<import("zod").ZodString>;
|
|
456
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
457
|
-
provider: import("zod").ZodLiteral<"redmine">;
|
|
458
|
-
url: import("zod").ZodString;
|
|
459
|
-
apiKey: import("zod").ZodString;
|
|
460
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
461
|
-
provider: import("zod").ZodLiteral<"outline">;
|
|
462
|
-
url: import("zod").ZodString;
|
|
463
|
-
apiKey: import("zod").ZodString;
|
|
464
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
465
|
-
provider: import("zod").ZodLiteral<"imap">;
|
|
466
|
-
host: import("zod").ZodString;
|
|
467
|
-
port: import("zod").ZodCoercedNumber<unknown>;
|
|
468
|
-
username: import("zod").ZodString;
|
|
469
|
-
password: import("zod").ZodString;
|
|
470
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
471
|
-
provider: import("zod").ZodLiteral<"signoz">;
|
|
472
|
-
url: import("zod").ZodString;
|
|
473
|
-
apiKey: import("zod").ZodString;
|
|
474
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
475
|
-
provider: import("zod").ZodLiteral<"postgres">;
|
|
476
|
-
host: import("zod").ZodString;
|
|
477
|
-
port: import("zod").ZodCoercedNumber<unknown>;
|
|
478
|
-
user: import("zod").ZodString;
|
|
479
|
-
password: import("zod").ZodString;
|
|
480
|
-
database: import("zod").ZodString;
|
|
481
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
482
|
-
provider: import("zod").ZodLiteral<"mysql">;
|
|
483
|
-
host: import("zod").ZodString;
|
|
484
|
-
port: import("zod").ZodCoercedNumber<unknown>;
|
|
485
|
-
user: import("zod").ZodString;
|
|
486
|
-
password: import("zod").ZodString;
|
|
487
|
-
database: import("zod").ZodString;
|
|
488
|
-
}, import("zod/v4/core").$strip>], "provider">;
|
|
798
|
+
config: import("zod").ZodObject<{
|
|
799
|
+
provider: import("zod").ZodString;
|
|
800
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodString>>;
|
|
489
801
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
490
802
|
id: import("zod").ZodString;
|
|
491
803
|
kind: import("zod").ZodLiteral<"plugin">;
|
|
@@ -495,6 +807,15 @@ export declare const sandboxContract: {
|
|
|
495
807
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
496
808
|
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
497
809
|
}, import("zod/v4/core").$strip>;
|
|
810
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
811
|
+
id: import("zod").ZodString;
|
|
812
|
+
kind: import("zod").ZodLiteral<"extension">;
|
|
813
|
+
config: import("zod").ZodObject<{
|
|
814
|
+
url: import("zod").ZodString;
|
|
815
|
+
ref: import("zod").ZodString;
|
|
816
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
817
|
+
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
818
|
+
}, import("zod/v4/core").$strip>;
|
|
498
819
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
499
820
|
id: import("zod").ZodString;
|
|
500
821
|
kind: import("zod").ZodLiteral<"ssh">;
|
|
@@ -517,19 +838,14 @@ export declare const sandboxContract: {
|
|
|
517
838
|
config: import("zod").ZodObject<{
|
|
518
839
|
config: import("zod").ZodString;
|
|
519
840
|
enabled: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
520
|
-
on: "on";
|
|
521
841
|
off: "off";
|
|
842
|
+
on: "on";
|
|
522
843
|
}>>;
|
|
523
844
|
}, import("zod/v4/core").$strip>;
|
|
524
845
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
525
846
|
id: import("zod").ZodString;
|
|
526
847
|
kind: import("zod").ZodLiteral<"docker">;
|
|
527
|
-
config: import("zod").ZodObject<{
|
|
528
|
-
enabled: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
529
|
-
on: "on";
|
|
530
|
-
off: "off";
|
|
531
|
-
}>>;
|
|
532
|
-
}, import("zod/v4/core").$strip>;
|
|
848
|
+
config: import("zod").ZodObject<{}, import("zod/v4/core").$strip>;
|
|
533
849
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
534
850
|
id: import("zod").ZodString;
|
|
535
851
|
kind: import("zod").ZodLiteral<"browser">;
|
|
@@ -540,6 +856,15 @@ export declare const sandboxContract: {
|
|
|
540
856
|
youtube: "youtube";
|
|
541
857
|
}>;
|
|
542
858
|
}, import("zod/v4/core").$strip>;
|
|
859
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
860
|
+
id: import("zod").ZodString;
|
|
861
|
+
kind: import("zod").ZodLiteral<"agent">;
|
|
862
|
+
config: import("zod").ZodObject<{
|
|
863
|
+
command: import("zod").ZodString;
|
|
864
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
865
|
+
env: import("zod").ZodOptional<import("zod").ZodString>;
|
|
866
|
+
loginCommand: import("zod").ZodOptional<import("zod").ZodString>;
|
|
867
|
+
}, import("zod/v4/core").$strip>;
|
|
543
868
|
}, import("zod/v4/core").$strip>], "kind">, import("@orpc/contract").Schema<AsyncIteratorObject<{
|
|
544
869
|
[x: string]: unknown;
|
|
545
870
|
kind: string;
|
|
@@ -562,10 +887,10 @@ export declare const sandboxContract: {
|
|
|
562
887
|
id: import("zod").ZodString;
|
|
563
888
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
564
889
|
state: import("zod").ZodEnum<{
|
|
565
|
-
pending: "pending";
|
|
566
|
-
error: "error";
|
|
567
890
|
active: "active";
|
|
891
|
+
error: "error";
|
|
568
892
|
inactive: "inactive";
|
|
893
|
+
pending: "pending";
|
|
569
894
|
}>;
|
|
570
895
|
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
571
896
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
@@ -578,6 +903,10 @@ export declare const sandboxContract: {
|
|
|
578
903
|
name: import("zod").ZodString;
|
|
579
904
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
580
905
|
version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
906
|
+
kind: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
907
|
+
extension: "extension";
|
|
908
|
+
plugin: "plugin";
|
|
909
|
+
}>>;
|
|
581
910
|
install: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
582
911
|
url: import("zod").ZodString;
|
|
583
912
|
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -585,6 +914,11 @@ export declare const sandboxContract: {
|
|
|
585
914
|
}, import("zod/v4/core").$strip>>;
|
|
586
915
|
}, import("zod/v4/core").$strip>>;
|
|
587
916
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
917
|
+
login: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
918
|
+
id: import("zod").ZodString;
|
|
919
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
920
|
+
session: import("zod").ZodString;
|
|
921
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
588
922
|
};
|
|
589
923
|
claude: {
|
|
590
924
|
start: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
@@ -596,15 +930,36 @@ export declare const sandboxContract: {
|
|
|
596
930
|
code: import("zod").ZodString;
|
|
597
931
|
verifier: import("zod").ZodString;
|
|
598
932
|
state: import("zod").ZodString;
|
|
933
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
599
934
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
600
|
-
|
|
935
|
+
id: import("zod").ZodString;
|
|
936
|
+
label: import("zod").ZodString;
|
|
601
937
|
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
938
|
+
connectedAt: import("zod").ZodNumber;
|
|
939
|
+
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
940
|
+
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
602
941
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
942
|
+
models: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
943
|
+
models: import("zod").ZodArray<import("zod").ZodObject<{
|
|
944
|
+
id: import("zod").ZodString;
|
|
945
|
+
label: import("zod").ZodString;
|
|
946
|
+
efforts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
947
|
+
}, import("zod/v4/core").$strip>>;
|
|
948
|
+
default: import("zod").ZodString;
|
|
606
949
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
607
|
-
|
|
950
|
+
accounts: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
951
|
+
accounts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
952
|
+
id: import("zod").ZodString;
|
|
953
|
+
label: import("zod").ZodString;
|
|
954
|
+
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
955
|
+
connectedAt: import("zod").ZodNumber;
|
|
956
|
+
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
957
|
+
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
958
|
+
}, import("zod/v4/core").$strip>>;
|
|
959
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
960
|
+
disconnect: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
961
|
+
id: import("zod").ZodString;
|
|
962
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
608
963
|
ok: import("zod").ZodLiteral<true>;
|
|
609
964
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
610
965
|
};
|
|
@@ -618,15 +973,39 @@ export declare const sandboxContract: {
|
|
|
618
973
|
poll: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
619
974
|
deviceAuthId: import("zod").ZodString;
|
|
620
975
|
userCode: import("zod").ZodString;
|
|
976
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
621
977
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
622
|
-
|
|
623
|
-
|
|
978
|
+
pending: import("zod").ZodBoolean;
|
|
979
|
+
account: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
980
|
+
id: import("zod").ZodString;
|
|
981
|
+
label: import("zod").ZodString;
|
|
982
|
+
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
983
|
+
connectedAt: import("zod").ZodNumber;
|
|
984
|
+
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
985
|
+
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
986
|
+
}, import("zod/v4/core").$strip>>;
|
|
624
987
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
988
|
+
models: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
989
|
+
models: import("zod").ZodArray<import("zod").ZodObject<{
|
|
990
|
+
id: import("zod").ZodString;
|
|
991
|
+
label: import("zod").ZodString;
|
|
992
|
+
efforts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
993
|
+
}, import("zod/v4/core").$strip>>;
|
|
994
|
+
default: import("zod").ZodString;
|
|
628
995
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
629
|
-
|
|
996
|
+
accounts: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
997
|
+
accounts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
998
|
+
id: import("zod").ZodString;
|
|
999
|
+
label: import("zod").ZodString;
|
|
1000
|
+
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1001
|
+
connectedAt: import("zod").ZodNumber;
|
|
1002
|
+
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1003
|
+
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1004
|
+
}, import("zod/v4/core").$strip>>;
|
|
1005
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1006
|
+
disconnect: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1007
|
+
id: import("zod").ZodString;
|
|
1008
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
630
1009
|
ok: import("zod").ZodLiteral<true>;
|
|
631
1010
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
632
1011
|
};
|
|
@@ -640,11 +1019,11 @@ export declare const sandboxContract: {
|
|
|
640
1019
|
media: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
641
1020
|
scheduledAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
642
1021
|
status: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
643
|
-
proposed: "proposed";
|
|
644
1022
|
approved: "approved";
|
|
645
|
-
posting: "posting";
|
|
646
|
-
posted: "posted";
|
|
647
1023
|
failed: "failed";
|
|
1024
|
+
posted: "posted";
|
|
1025
|
+
posting: "posting";
|
|
1026
|
+
proposed: "proposed";
|
|
648
1027
|
}>>;
|
|
649
1028
|
createdAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
650
1029
|
postedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -661,11 +1040,11 @@ export declare const sandboxContract: {
|
|
|
661
1040
|
media: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
662
1041
|
scheduledAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
663
1042
|
status: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
664
|
-
proposed: "proposed";
|
|
665
1043
|
approved: "approved";
|
|
666
|
-
posting: "posting";
|
|
667
|
-
posted: "posted";
|
|
668
1044
|
failed: "failed";
|
|
1045
|
+
posted: "posted";
|
|
1046
|
+
posting: "posting";
|
|
1047
|
+
proposed: "proposed";
|
|
669
1048
|
}>>;
|
|
670
1049
|
createdAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
671
1050
|
postedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -680,6 +1059,158 @@ export declare const sandboxContract: {
|
|
|
680
1059
|
ok: import("zod").ZodLiteral<true>;
|
|
681
1060
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
682
1061
|
};
|
|
1062
|
+
extensions: {
|
|
1063
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1064
|
+
extensions: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1065
|
+
id: import("zod").ZodString;
|
|
1066
|
+
manifest: import("zod").ZodObject<{
|
|
1067
|
+
publisher: import("zod").ZodString;
|
|
1068
|
+
name: import("zod").ZodString;
|
|
1069
|
+
version: import("zod").ZodString;
|
|
1070
|
+
engines: import("zod").ZodObject<{
|
|
1071
|
+
intentic: import("zod").ZodString;
|
|
1072
|
+
}, import("zod/v4/core").$strip>;
|
|
1073
|
+
entry: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1074
|
+
permissions: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1075
|
+
sandbox: import("zod").ZodArray<import("zod").ZodString>;
|
|
1076
|
+
}, import("zod/v4/core").$strip>>;
|
|
1077
|
+
contributes: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1078
|
+
views: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1079
|
+
id: import("zod").ZodString;
|
|
1080
|
+
label: import("zod").ZodString;
|
|
1081
|
+
surface: import("zod").ZodEnum<{
|
|
1082
|
+
directory: "directory";
|
|
1083
|
+
rail: "rail";
|
|
1084
|
+
}>;
|
|
1085
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1086
|
+
viewers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1087
|
+
id: import("zod").ZodString;
|
|
1088
|
+
extensions: import("zod").ZodArray<import("zod").ZodString>;
|
|
1089
|
+
fetch: import("zod").ZodEnum<{
|
|
1090
|
+
blob: "blob";
|
|
1091
|
+
text: "text";
|
|
1092
|
+
}>;
|
|
1093
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1094
|
+
commands: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1095
|
+
command: import("zod").ZodString;
|
|
1096
|
+
title: import("zod").ZodString;
|
|
1097
|
+
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1098
|
+
keybinding: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1099
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1100
|
+
settings: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1101
|
+
key: import("zod").ZodString;
|
|
1102
|
+
type: import("zod").ZodEnum<{
|
|
1103
|
+
boolean: "boolean";
|
|
1104
|
+
enum: "enum";
|
|
1105
|
+
number: "number";
|
|
1106
|
+
string: "string";
|
|
1107
|
+
}>;
|
|
1108
|
+
title: import("zod").ZodString;
|
|
1109
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1110
|
+
default: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
1111
|
+
enum: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1112
|
+
secret: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1113
|
+
env: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1114
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1115
|
+
processes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1116
|
+
name: import("zod").ZodString;
|
|
1117
|
+
command: import("zod").ZodString;
|
|
1118
|
+
cwd: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1119
|
+
port: import("zod").ZodOptional<import("zod").ZodLiteral<"auto">>;
|
|
1120
|
+
preview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1121
|
+
autoStart: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1122
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1123
|
+
agent: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1124
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1125
|
+
}, import("zod/v4/core").$strip>>;
|
|
1126
|
+
environment: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1127
|
+
fragment: import("zod").ZodString;
|
|
1128
|
+
}, import("zod/v4/core").$strip>>;
|
|
1129
|
+
connectors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1130
|
+
provider: import("zod").ZodString;
|
|
1131
|
+
kind: import("zod").ZodLiteral<"cli">;
|
|
1132
|
+
catalog: import("zod").ZodObject<{
|
|
1133
|
+
name: import("zod").ZodString;
|
|
1134
|
+
logo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1135
|
+
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1136
|
+
description: import("zod").ZodString;
|
|
1137
|
+
category: import("zod").ZodString;
|
|
1138
|
+
hint: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1139
|
+
guide: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1140
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1141
|
+
urlFromField: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1142
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1143
|
+
linkLabel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1144
|
+
scopes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1145
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1146
|
+
}, import("zod/v4/core").$strip>>;
|
|
1147
|
+
}, import("zod/v4/core").$strip>;
|
|
1148
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1149
|
+
key: import("zod").ZodString;
|
|
1150
|
+
label: import("zod").ZodString;
|
|
1151
|
+
placeholder: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1152
|
+
secret: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1153
|
+
optional: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1154
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1155
|
+
default: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1156
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1157
|
+
value: import("zod").ZodString;
|
|
1158
|
+
label: import("zod").ZodString;
|
|
1159
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1160
|
+
when: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1161
|
+
key: import("zod").ZodString;
|
|
1162
|
+
value: import("zod").ZodString;
|
|
1163
|
+
}, import("zod/v4/core").$strip>>;
|
|
1164
|
+
}, import("zod/v4/core").$strip>>;
|
|
1165
|
+
env: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
|
|
1166
|
+
skill: import("zod").ZodString;
|
|
1167
|
+
fragment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1168
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1169
|
+
listener: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1170
|
+
provider: import("zod").ZodString;
|
|
1171
|
+
eventTypes: import("zod").ZodArray<import("zod").ZodString>;
|
|
1172
|
+
}, import("zod/v4/core").$strip>>;
|
|
1173
|
+
bin: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1174
|
+
}, import("zod/v4/core").$strip>>;
|
|
1175
|
+
}, import("zod/v4/core").$strip>;
|
|
1176
|
+
commit: import("zod").ZodString;
|
|
1177
|
+
builtin: import("zod").ZodBoolean;
|
|
1178
|
+
}, import("zod/v4/core").$strip>>;
|
|
1179
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1180
|
+
settings: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1181
|
+
id: import("zod").ZodString;
|
|
1182
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1183
|
+
settings: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
1184
|
+
secretsSet: import("zod").ZodArray<import("zod").ZodString>;
|
|
1185
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1186
|
+
setSettings: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1187
|
+
id: import("zod").ZodString;
|
|
1188
|
+
settings: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
1189
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1190
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1191
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1192
|
+
processStatus: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1193
|
+
id: import("zod").ZodString;
|
|
1194
|
+
name: import("zod").ZodString;
|
|
1195
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1196
|
+
name: import("zod").ZodString;
|
|
1197
|
+
running: import("zod").ZodBoolean;
|
|
1198
|
+
port: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1199
|
+
previewUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1200
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1201
|
+
processStart: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1202
|
+
id: import("zod").ZodString;
|
|
1203
|
+
name: import("zod").ZodString;
|
|
1204
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1205
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1206
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1207
|
+
processStop: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1208
|
+
id: import("zod").ZodString;
|
|
1209
|
+
name: import("zod").ZodString;
|
|
1210
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1211
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1212
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1213
|
+
};
|
|
683
1214
|
sessions: {
|
|
684
1215
|
list: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
685
1216
|
query: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -695,8 +1226,8 @@ export declare const sandboxContract: {
|
|
|
695
1226
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
696
1227
|
messages: import("zod").ZodArray<import("zod").ZodObject<{
|
|
697
1228
|
role: import("zod").ZodEnum<{
|
|
698
|
-
user: "user";
|
|
699
1229
|
assistant: "assistant";
|
|
1230
|
+
user: "user";
|
|
700
1231
|
}>;
|
|
701
1232
|
text: import("zod").ZodString;
|
|
702
1233
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -704,13 +1235,52 @@ export declare const sandboxContract: {
|
|
|
704
1235
|
};
|
|
705
1236
|
settings: {
|
|
706
1237
|
get: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
707
|
-
|
|
1238
|
+
stableSystemPrompt: import("zod").ZodBoolean;
|
|
1239
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
1240
|
+
hashlineEdits: import("zod").ZodBoolean;
|
|
1241
|
+
terseOutput: import("zod").ZodBoolean;
|
|
1242
|
+
iqSearch: import("zod").ZodBoolean;
|
|
1243
|
+
outputCleaners: import("zod").ZodString;
|
|
1244
|
+
outputHoldout: import("zod").ZodNumber;
|
|
1245
|
+
filterBackend: import("zod").ZodEnum<{
|
|
1246
|
+
native: "native";
|
|
1247
|
+
rtk: "rtk";
|
|
1248
|
+
}>;
|
|
708
1249
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
709
1250
|
set: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
710
|
-
|
|
1251
|
+
stableSystemPrompt: import("zod").ZodBoolean;
|
|
1252
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
1253
|
+
hashlineEdits: import("zod").ZodBoolean;
|
|
1254
|
+
terseOutput: import("zod").ZodBoolean;
|
|
1255
|
+
iqSearch: import("zod").ZodBoolean;
|
|
1256
|
+
outputCleaners: import("zod").ZodString;
|
|
1257
|
+
outputHoldout: import("zod").ZodNumber;
|
|
1258
|
+
filterBackend: import("zod").ZodEnum<{
|
|
1259
|
+
native: "native";
|
|
1260
|
+
rtk: "rtk";
|
|
1261
|
+
}>;
|
|
711
1262
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
712
1263
|
ok: import("zod").ZodLiteral<true>;
|
|
713
1264
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1265
|
+
savings: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1266
|
+
commands: import("zod").ZodNumber;
|
|
1267
|
+
rawTokens: import("zod").ZodNumber;
|
|
1268
|
+
emittedTokens: import("zod").ZodNumber;
|
|
1269
|
+
savedPct: import("zod").ZodNumber;
|
|
1270
|
+
perCleaner: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1271
|
+
id: import("zod").ZodString;
|
|
1272
|
+
commands: import("zod").ZodNumber;
|
|
1273
|
+
}, import("zod/v4/core").$strip>>;
|
|
1274
|
+
holdout: import("zod").ZodObject<{
|
|
1275
|
+
cleaned: import("zod").ZodNumber;
|
|
1276
|
+
heldOut: import("zod").ZodNumber;
|
|
1277
|
+
measuredSavedPct: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1278
|
+
}, import("zod/v4/core").$strip>;
|
|
1279
|
+
gaps: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1280
|
+
command: import("zod").ZodString;
|
|
1281
|
+
tokens: import("zod").ZodNumber;
|
|
1282
|
+
}, import("zod/v4/core").$strip>>;
|
|
1283
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
714
1284
|
};
|
|
715
1285
|
intentic: {
|
|
716
1286
|
run: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
@@ -725,8 +1295,161 @@ export declare const sandboxContract: {
|
|
|
725
1295
|
apply: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
726
1296
|
ok: import("zod").ZodLiteral<true>;
|
|
727
1297
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1298
|
+
applyEvents: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("@orpc/contract").Schema<AsyncIteratorObject<{
|
|
1299
|
+
[x: string]: unknown;
|
|
1300
|
+
kind: string;
|
|
1301
|
+
}, unknown, void>, import("@orpc/contract").AsyncIteratorClass<{
|
|
1302
|
+
[x: string]: unknown;
|
|
1303
|
+
kind: string;
|
|
1304
|
+
}, unknown, void>>, Record<never, never>, Record<never, never>>;
|
|
728
1305
|
};
|
|
729
1306
|
git: {
|
|
1307
|
+
changes: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1308
|
+
repos: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1309
|
+
repo: import("zod").ZodString;
|
|
1310
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1311
|
+
changes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1312
|
+
path: import("zod").ZodString;
|
|
1313
|
+
status: import("zod").ZodEnum<{
|
|
1314
|
+
added: "added";
|
|
1315
|
+
deleted: "deleted";
|
|
1316
|
+
modified: "modified";
|
|
1317
|
+
renamed: "renamed";
|
|
1318
|
+
"type-changed": "type-changed";
|
|
1319
|
+
}>;
|
|
1320
|
+
from: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1321
|
+
additions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1322
|
+
deletions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1323
|
+
}, import("zod/v4/core").$strip>>;
|
|
1324
|
+
}, import("zod/v4/core").$strip>>;
|
|
1325
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1326
|
+
repos: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1327
|
+
repos: import("zod").ZodArray<import("zod").ZodString>;
|
|
1328
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1329
|
+
log: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1330
|
+
repo: import("zod").ZodString;
|
|
1331
|
+
limit: import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>;
|
|
1332
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1333
|
+
repo: import("zod").ZodString;
|
|
1334
|
+
branch: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1335
|
+
commits: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1336
|
+
sha: import("zod").ZodString;
|
|
1337
|
+
short: import("zod").ZodString;
|
|
1338
|
+
parents: import("zod").ZodArray<import("zod").ZodString>;
|
|
1339
|
+
subject: import("zod").ZodString;
|
|
1340
|
+
body: import("zod").ZodString;
|
|
1341
|
+
author: import("zod").ZodString;
|
|
1342
|
+
email: import("zod").ZodString;
|
|
1343
|
+
at: import("zod").ZodNumber;
|
|
1344
|
+
refs: import("zod").ZodArray<import("zod").ZodString>;
|
|
1345
|
+
head: import("zod").ZodBoolean;
|
|
1346
|
+
}, import("zod/v4/core").$strip>>;
|
|
1347
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1348
|
+
commitDiff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1349
|
+
repo: import("zod").ZodString;
|
|
1350
|
+
sha: import("zod").ZodString;
|
|
1351
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1352
|
+
files: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1353
|
+
path: import("zod").ZodString;
|
|
1354
|
+
status: import("zod").ZodEnum<{
|
|
1355
|
+
added: "added";
|
|
1356
|
+
deleted: "deleted";
|
|
1357
|
+
modified: "modified";
|
|
1358
|
+
renamed: "renamed";
|
|
1359
|
+
"type-changed": "type-changed";
|
|
1360
|
+
}>;
|
|
1361
|
+
from: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1362
|
+
additions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1363
|
+
deletions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1364
|
+
}, import("zod/v4/core").$strip>>;
|
|
1365
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1366
|
+
commitFileDiff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1367
|
+
repo: import("zod").ZodString;
|
|
1368
|
+
sha: import("zod").ZodString;
|
|
1369
|
+
path: import("zod").ZodString;
|
|
1370
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1371
|
+
before: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1372
|
+
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1373
|
+
binary: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1374
|
+
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1375
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1376
|
+
createBranch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1377
|
+
repo: import("zod").ZodString;
|
|
1378
|
+
sha: import("zod").ZodString;
|
|
1379
|
+
name: import("zod").ZodString;
|
|
1380
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1381
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1382
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1383
|
+
createTag: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1384
|
+
repo: import("zod").ZodString;
|
|
1385
|
+
sha: import("zod").ZodString;
|
|
1386
|
+
name: import("zod").ZodString;
|
|
1387
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1388
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1389
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1390
|
+
checkout: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1391
|
+
repo: import("zod").ZodString;
|
|
1392
|
+
ref: import("zod").ZodString;
|
|
1393
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1394
|
+
ok: import("zod").ZodBoolean;
|
|
1395
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1396
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1397
|
+
cherryPick: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1398
|
+
repo: import("zod").ZodString;
|
|
1399
|
+
sha: import("zod").ZodString;
|
|
1400
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1401
|
+
ok: import("zod").ZodBoolean;
|
|
1402
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1403
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1404
|
+
revert: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1405
|
+
repo: import("zod").ZodString;
|
|
1406
|
+
sha: import("zod").ZodString;
|
|
1407
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1408
|
+
ok: import("zod").ZodBoolean;
|
|
1409
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1410
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1411
|
+
drop: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1412
|
+
repo: import("zod").ZodString;
|
|
1413
|
+
sha: import("zod").ZodString;
|
|
1414
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1415
|
+
ok: import("zod").ZodBoolean;
|
|
1416
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1417
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1418
|
+
merge: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1419
|
+
repo: import("zod").ZodString;
|
|
1420
|
+
sha: import("zod").ZodString;
|
|
1421
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1422
|
+
ok: import("zod").ZodBoolean;
|
|
1423
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1424
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1425
|
+
rebase: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1426
|
+
repo: import("zod").ZodString;
|
|
1427
|
+
sha: import("zod").ZodString;
|
|
1428
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1429
|
+
ok: import("zod").ZodBoolean;
|
|
1430
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1431
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1432
|
+
reset: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1433
|
+
repo: import("zod").ZodString;
|
|
1434
|
+
sha: import("zod").ZodString;
|
|
1435
|
+
mode: import("zod").ZodEnum<{
|
|
1436
|
+
hard: "hard";
|
|
1437
|
+
mixed: "mixed";
|
|
1438
|
+
soft: "soft";
|
|
1439
|
+
}>;
|
|
1440
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1441
|
+
ok: import("zod").ZodBoolean;
|
|
1442
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1443
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1444
|
+
fileDiff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1445
|
+
repo: import("zod").ZodString;
|
|
1446
|
+
path: import("zod").ZodString;
|
|
1447
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1448
|
+
before: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1449
|
+
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1450
|
+
binary: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1451
|
+
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1452
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
730
1453
|
status: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
731
1454
|
repo: import("zod").ZodString;
|
|
732
1455
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -737,9 +1460,16 @@ export declare const sandboxContract: {
|
|
|
737
1460
|
commit: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
738
1461
|
repo: import("zod").ZodString;
|
|
739
1462
|
message: import("zod").ZodString;
|
|
1463
|
+
paths: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
740
1464
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
741
1465
|
committed: import("zod").ZodBoolean;
|
|
742
1466
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1467
|
+
discard: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1468
|
+
repo: import("zod").ZodString;
|
|
1469
|
+
paths: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1470
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1471
|
+
ok: import("zod").ZodLiteral<true>;
|
|
1472
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
743
1473
|
push: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
744
1474
|
repo: import("zod").ZodString;
|
|
745
1475
|
branch: import("zod").ZodString;
|
|
@@ -769,20 +1499,29 @@ export declare const sandboxContract: {
|
|
|
769
1499
|
grok: {
|
|
770
1500
|
start: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
771
1501
|
url: import("zod").ZodString;
|
|
772
|
-
instructions: import("zod").ZodString;
|
|
773
|
-
needsCode: import("zod").ZodBoolean;
|
|
774
|
-
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
775
|
-
exchange: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
776
1502
|
code: import("zod").ZodString;
|
|
777
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
778
|
-
connected: import("zod").ZodBoolean;
|
|
779
|
-
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
780
1503
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
1504
|
+
models: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1505
|
+
models: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1506
|
+
id: import("zod").ZodString;
|
|
1507
|
+
label: import("zod").ZodString;
|
|
1508
|
+
efforts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1509
|
+
}, import("zod/v4/core").$strip>>;
|
|
1510
|
+
default: import("zod").ZodString;
|
|
1511
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1512
|
+
accounts: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1513
|
+
accounts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1514
|
+
id: import("zod").ZodString;
|
|
1515
|
+
label: import("zod").ZodString;
|
|
1516
|
+
scope: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1517
|
+
connectedAt: import("zod").ZodNumber;
|
|
1518
|
+
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1519
|
+
detail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1520
|
+
}, import("zod/v4/core").$strip>>;
|
|
784
1521
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
785
|
-
disconnect: import("@orpc/contract").
|
|
1522
|
+
disconnect: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1523
|
+
id: import("zod").ZodString;
|
|
1524
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
786
1525
|
ok: import("zod").ZodLiteral<true>;
|
|
787
1526
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
788
1527
|
};
|
|
@@ -793,26 +1532,24 @@ export declare const sandboxContract: {
|
|
|
793
1532
|
at: import("zod").ZodNumber;
|
|
794
1533
|
trigger: import("zod").ZodEnum<{
|
|
795
1534
|
interval: "interval";
|
|
796
|
-
user: "user";
|
|
797
|
-
turn: "turn";
|
|
798
|
-
manual: "manual";
|
|
799
1535
|
"pre-restore": "pre-restore";
|
|
800
1536
|
restore: "restore";
|
|
1537
|
+
turn: "turn";
|
|
1538
|
+
user: "user";
|
|
801
1539
|
}>;
|
|
802
|
-
|
|
1540
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
803
1541
|
}, import("zod/v4/core").$strip>>;
|
|
804
1542
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
805
1543
|
diff: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
806
1544
|
id: import("zod").ZodString;
|
|
807
|
-
base: import("zod").ZodOptional<import("zod").ZodString>;
|
|
808
1545
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
809
1546
|
changes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
810
1547
|
scope: import("zod").ZodString;
|
|
811
1548
|
path: import("zod").ZodString;
|
|
812
1549
|
status: import("zod").ZodEnum<{
|
|
813
1550
|
added: "added";
|
|
814
|
-
modified: "modified";
|
|
815
1551
|
deleted: "deleted";
|
|
1552
|
+
modified: "modified";
|
|
816
1553
|
"type-changed": "type-changed";
|
|
817
1554
|
}>;
|
|
818
1555
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -821,16 +1558,12 @@ export declare const sandboxContract: {
|
|
|
821
1558
|
id: import("zod").ZodString;
|
|
822
1559
|
scope: import("zod").ZodString;
|
|
823
1560
|
path: import("zod").ZodString;
|
|
824
|
-
base: import("zod").ZodOptional<import("zod").ZodString>;
|
|
825
1561
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
826
1562
|
before: import("zod").ZodOptional<import("zod").ZodString>;
|
|
827
1563
|
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
828
1564
|
binary: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
829
1565
|
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
830
1566
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
831
|
-
snapshot: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
832
|
-
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
833
|
-
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
834
1567
|
restore: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
835
1568
|
id: import("zod").ZodString;
|
|
836
1569
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -838,19 +1571,35 @@ export declare const sandboxContract: {
|
|
|
838
1571
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
839
1572
|
};
|
|
840
1573
|
workspace: {
|
|
841
|
-
tree: import("@orpc/contract").
|
|
842
|
-
includeIgnored: import("zod").ZodOptional<import("zod").ZodCodec<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
843
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1574
|
+
tree: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
844
1575
|
root: import("zod").ZodString;
|
|
845
1576
|
tree: import("zod").ZodArray<import("zod").ZodObject<{
|
|
846
1577
|
name: import("zod").ZodString;
|
|
847
1578
|
path: import("zod").ZodString;
|
|
848
1579
|
type: import("zod").ZodEnum<{
|
|
1580
|
+
dir: "dir";
|
|
849
1581
|
file: "file";
|
|
1582
|
+
}>;
|
|
1583
|
+
size: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1584
|
+
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1585
|
+
ignored: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1586
|
+
children: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<any, import("zod/v4/core").$strip>>>;
|
|
1587
|
+
}, import("zod/v4/core").$strip>>;
|
|
1588
|
+
truncated: import("zod").ZodBoolean;
|
|
1589
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1590
|
+
children: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1591
|
+
path: import("zod").ZodString;
|
|
1592
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1593
|
+
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1594
|
+
name: import("zod").ZodString;
|
|
1595
|
+
path: import("zod").ZodString;
|
|
1596
|
+
type: import("zod").ZodEnum<{
|
|
850
1597
|
dir: "dir";
|
|
1598
|
+
file: "file";
|
|
851
1599
|
}>;
|
|
852
1600
|
size: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
853
1601
|
truncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1602
|
+
ignored: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
854
1603
|
children: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<any, import("zod/v4/core").$strip>>>;
|
|
855
1604
|
}, import("zod/v4/core").$strip>>;
|
|
856
1605
|
truncated: import("zod").ZodBoolean;
|
|
@@ -863,28 +1612,75 @@ export declare const sandboxContract: {
|
|
|
863
1612
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
864
1613
|
search: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
865
1614
|
query: import("zod").ZodString;
|
|
1615
|
+
mode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1616
|
+
ask: "ask";
|
|
1617
|
+
ast: "ast";
|
|
1618
|
+
def: "def";
|
|
1619
|
+
files: "files";
|
|
1620
|
+
find: "find";
|
|
1621
|
+
q: "q";
|
|
1622
|
+
refs: "refs";
|
|
1623
|
+
sym: "sym";
|
|
1624
|
+
}>>;
|
|
866
1625
|
includeIgnored: import("zod").ZodOptional<import("zod").ZodCodec<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
1626
|
+
limit: import("zod").ZodOptional<import("zod").ZodCoercedNumber<unknown>>;
|
|
1627
|
+
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
867
1628
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
868
|
-
|
|
1629
|
+
mode: import("zod").ZodString;
|
|
1630
|
+
total: import("zod").ZodNumber;
|
|
1631
|
+
shown: import("zod").ZodNumber;
|
|
1632
|
+
groups: import("zod").ZodArray<import("zod").ZodObject<{
|
|
869
1633
|
path: import("zod").ZodString;
|
|
870
|
-
|
|
1634
|
+
score: import("zod").ZodNumber;
|
|
1635
|
+
hits: import("zod").ZodArray<import("zod").ZodObject<{
|
|
871
1636
|
line: import("zod").ZodNumber;
|
|
872
1637
|
text: import("zod").ZodString;
|
|
873
|
-
start: import("zod").ZodNumber
|
|
874
|
-
end: import("zod").ZodNumber
|
|
1638
|
+
start: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1639
|
+
end: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1640
|
+
tags: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1641
|
+
kind: import("zod").ZodEnum<{
|
|
1642
|
+
bm25: "bm25";
|
|
1643
|
+
call: "call";
|
|
1644
|
+
def: "def";
|
|
1645
|
+
fuzzy: "fuzzy";
|
|
1646
|
+
heuristic: "heuristic";
|
|
1647
|
+
import: "import";
|
|
1648
|
+
path: "path";
|
|
1649
|
+
rerank: "rerank";
|
|
1650
|
+
sem: "sem";
|
|
1651
|
+
text: "text";
|
|
1652
|
+
type: "type";
|
|
1653
|
+
write: "write";
|
|
1654
|
+
}>;
|
|
1655
|
+
score: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1656
|
+
}, import("zod/v4/core").$strip>>;
|
|
1657
|
+
context: import("zod").ZodOptional<import("zod").ZodString>;
|
|
875
1658
|
}, import("zod/v4/core").$strip>>;
|
|
876
1659
|
}, import("zod/v4/core").$strip>>;
|
|
1660
|
+
freshness: import("zod").ZodObject<{
|
|
1661
|
+
state: import("zod").ZodEnum<{
|
|
1662
|
+
building: "building";
|
|
1663
|
+
fresh: "fresh";
|
|
1664
|
+
stale: "stale";
|
|
1665
|
+
}>;
|
|
1666
|
+
ageMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1667
|
+
progress: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1668
|
+
}, import("zod/v4/core").$strip>;
|
|
877
1669
|
truncated: import("zod").ZodBoolean;
|
|
1670
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1671
|
+
hint: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1672
|
+
related: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1673
|
+
features: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
878
1674
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
879
1675
|
classify: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
880
1676
|
classifications: import("zod").ZodArray<import("zod").ZodObject<{
|
|
881
1677
|
path: import("zod").ZodString;
|
|
882
1678
|
bucket: import("zod").ZodEnum<{
|
|
883
|
-
|
|
1679
|
+
archives: "archives";
|
|
884
1680
|
documents: "documents";
|
|
885
1681
|
media: "media";
|
|
886
|
-
archives: "archives";
|
|
887
1682
|
other: "other";
|
|
1683
|
+
repositories: "repositories";
|
|
888
1684
|
}>;
|
|
889
1685
|
reason: import("zod").ZodString;
|
|
890
1686
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -926,13 +1722,13 @@ export declare const sandboxContract: {
|
|
|
926
1722
|
repos: import("zod").ZodArray<import("zod").ZodObject<{
|
|
927
1723
|
repo: import("zod").ZodString;
|
|
928
1724
|
status: import("zod").ZodEnum<{
|
|
929
|
-
error: "error";
|
|
930
|
-
dirty: "dirty";
|
|
931
|
-
updated: "updated";
|
|
932
1725
|
current: "current";
|
|
1726
|
+
dirty: "dirty";
|
|
933
1727
|
diverged: "diverged";
|
|
1728
|
+
error: "error";
|
|
934
1729
|
"no-remote": "no-remote";
|
|
935
1730
|
skipped: "skipped";
|
|
1731
|
+
updated: "updated";
|
|
936
1732
|
}>;
|
|
937
1733
|
behind: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
938
1734
|
ahead: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -967,6 +1763,24 @@ export declare const sandboxContract: {
|
|
|
967
1763
|
healthy: import("zod").ZodBoolean;
|
|
968
1764
|
}, import("zod/v4/core").$strip>>;
|
|
969
1765
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1766
|
+
packageGraph: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1767
|
+
repo: import("zod").ZodString;
|
|
1768
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1769
|
+
packages: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1770
|
+
name: import("zod").ZodString;
|
|
1771
|
+
dir: import("zod").ZodString;
|
|
1772
|
+
group: import("zod").ZodString;
|
|
1773
|
+
}, import("zod/v4/core").$strip>>;
|
|
1774
|
+
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1775
|
+
from: import("zod").ZodString;
|
|
1776
|
+
to: import("zod").ZodString;
|
|
1777
|
+
type: import("zod").ZodEnum<{
|
|
1778
|
+
dev: "dev";
|
|
1779
|
+
peer: "peer";
|
|
1780
|
+
prod: "prod";
|
|
1781
|
+
}>;
|
|
1782
|
+
}, import("zod/v4/core").$strip>>;
|
|
1783
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
970
1784
|
startApp: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
971
1785
|
repo: import("zod").ZodString;
|
|
972
1786
|
app: import("zod").ZodString;
|
|
@@ -992,10 +1806,10 @@ export declare const sandboxContract: {
|
|
|
992
1806
|
entries: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
993
1807
|
kind: import("zod").ZodLiteral<"backend">;
|
|
994
1808
|
provider: import("zod").ZodEnum<{
|
|
995
|
-
host: "host";
|
|
996
1809
|
cloudflare: "cloudflare";
|
|
997
1810
|
github: "github";
|
|
998
1811
|
gitlab: "gitlab";
|
|
1812
|
+
host: "host";
|
|
999
1813
|
stripe: "stripe";
|
|
1000
1814
|
}>;
|
|
1001
1815
|
name: import("zod").ZodString;
|
|
@@ -1003,12 +1817,12 @@ export declare const sandboxContract: {
|
|
|
1003
1817
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1004
1818
|
kind: import("zod").ZodLiteral<"service">;
|
|
1005
1819
|
service: import("zod").ZodEnum<{
|
|
1006
|
-
|
|
1820
|
+
infisical: "infisical";
|
|
1821
|
+
invoiceninja: "invoiceninja";
|
|
1822
|
+
openproject: "openproject";
|
|
1007
1823
|
outline: "outline";
|
|
1008
1824
|
paperless: "paperless";
|
|
1009
|
-
|
|
1010
|
-
invoiceninja: "invoiceninja";
|
|
1011
|
-
infisical: "infisical";
|
|
1825
|
+
signoz: "signoz";
|
|
1012
1826
|
}>;
|
|
1013
1827
|
name: import("zod").ZodString;
|
|
1014
1828
|
values: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -1025,10 +1839,10 @@ export declare const sandboxContract: {
|
|
|
1025
1839
|
add: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1026
1840
|
kind: import("zod").ZodLiteral<"backend">;
|
|
1027
1841
|
provider: import("zod").ZodEnum<{
|
|
1028
|
-
host: "host";
|
|
1029
1842
|
cloudflare: "cloudflare";
|
|
1030
1843
|
github: "github";
|
|
1031
1844
|
gitlab: "gitlab";
|
|
1845
|
+
host: "host";
|
|
1032
1846
|
stripe: "stripe";
|
|
1033
1847
|
}>;
|
|
1034
1848
|
values: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -1036,12 +1850,12 @@ export declare const sandboxContract: {
|
|
|
1036
1850
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1037
1851
|
kind: import("zod").ZodLiteral<"service">;
|
|
1038
1852
|
service: import("zod").ZodEnum<{
|
|
1039
|
-
|
|
1853
|
+
infisical: "infisical";
|
|
1854
|
+
invoiceninja: "invoiceninja";
|
|
1855
|
+
openproject: "openproject";
|
|
1040
1856
|
outline: "outline";
|
|
1041
1857
|
paperless: "paperless";
|
|
1042
|
-
|
|
1043
|
-
invoiceninja: "invoiceninja";
|
|
1044
|
-
infisical: "infisical";
|
|
1858
|
+
signoz: "signoz";
|
|
1045
1859
|
}>;
|
|
1046
1860
|
values: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1047
1861
|
on: import("zod").ZodString;
|
|
@@ -1057,10 +1871,10 @@ export declare const sandboxContract: {
|
|
|
1057
1871
|
entries: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1058
1872
|
kind: import("zod").ZodLiteral<"backend">;
|
|
1059
1873
|
provider: import("zod").ZodEnum<{
|
|
1060
|
-
host: "host";
|
|
1061
1874
|
cloudflare: "cloudflare";
|
|
1062
1875
|
github: "github";
|
|
1063
1876
|
gitlab: "gitlab";
|
|
1877
|
+
host: "host";
|
|
1064
1878
|
stripe: "stripe";
|
|
1065
1879
|
}>;
|
|
1066
1880
|
name: import("zod").ZodString;
|
|
@@ -1068,12 +1882,12 @@ export declare const sandboxContract: {
|
|
|
1068
1882
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1069
1883
|
kind: import("zod").ZodLiteral<"service">;
|
|
1070
1884
|
service: import("zod").ZodEnum<{
|
|
1071
|
-
|
|
1885
|
+
infisical: "infisical";
|
|
1886
|
+
invoiceninja: "invoiceninja";
|
|
1887
|
+
openproject: "openproject";
|
|
1072
1888
|
outline: "outline";
|
|
1073
1889
|
paperless: "paperless";
|
|
1074
|
-
|
|
1075
|
-
invoiceninja: "invoiceninja";
|
|
1076
|
-
infisical: "infisical";
|
|
1890
|
+
signoz: "signoz";
|
|
1077
1891
|
}>;
|
|
1078
1892
|
name: import("zod").ZodString;
|
|
1079
1893
|
values: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -1093,10 +1907,10 @@ export declare const sandboxContract: {
|
|
|
1093
1907
|
entries: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1094
1908
|
kind: import("zod").ZodLiteral<"backend">;
|
|
1095
1909
|
provider: import("zod").ZodEnum<{
|
|
1096
|
-
host: "host";
|
|
1097
1910
|
cloudflare: "cloudflare";
|
|
1098
1911
|
github: "github";
|
|
1099
1912
|
gitlab: "gitlab";
|
|
1913
|
+
host: "host";
|
|
1100
1914
|
stripe: "stripe";
|
|
1101
1915
|
}>;
|
|
1102
1916
|
name: import("zod").ZodString;
|
|
@@ -1104,12 +1918,12 @@ export declare const sandboxContract: {
|
|
|
1104
1918
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1105
1919
|
kind: import("zod").ZodLiteral<"service">;
|
|
1106
1920
|
service: import("zod").ZodEnum<{
|
|
1107
|
-
|
|
1921
|
+
infisical: "infisical";
|
|
1922
|
+
invoiceninja: "invoiceninja";
|
|
1923
|
+
openproject: "openproject";
|
|
1108
1924
|
outline: "outline";
|
|
1109
1925
|
paperless: "paperless";
|
|
1110
|
-
|
|
1111
|
-
invoiceninja: "invoiceninja";
|
|
1112
|
-
infisical: "infisical";
|
|
1926
|
+
signoz: "signoz";
|
|
1113
1927
|
}>;
|
|
1114
1928
|
name: import("zod").ZodString;
|
|
1115
1929
|
values: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -1153,8 +1967,8 @@ export declare const sandboxContract: {
|
|
|
1153
1967
|
previewUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1154
1968
|
role: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1155
1969
|
app: "app";
|
|
1156
|
-
intent: "intent";
|
|
1157
1970
|
"desired-state": "desired-state";
|
|
1971
|
+
intent: "intent";
|
|
1158
1972
|
}>>;
|
|
1159
1973
|
deployConfig: import("zod").ZodBoolean;
|
|
1160
1974
|
desiredState: import("zod").ZodBoolean;
|
|
@@ -1174,6 +1988,36 @@ export declare const sandboxContract: {
|
|
|
1174
1988
|
ok: import("zod").ZodLiteral<true>;
|
|
1175
1989
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1176
1990
|
};
|
|
1991
|
+
ports: {
|
|
1992
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1993
|
+
ports: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1994
|
+
port: import("zod").ZodNumber;
|
|
1995
|
+
host: import("zod").ZodEnum<{
|
|
1996
|
+
"127.0.0.1": "127.0.0.1";
|
|
1997
|
+
"::1": "::1";
|
|
1998
|
+
}>;
|
|
1999
|
+
kind: import("zod").ZodEnum<{
|
|
2000
|
+
system: "system";
|
|
2001
|
+
workspace: "workspace";
|
|
2002
|
+
}>;
|
|
2003
|
+
pid: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2004
|
+
command: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2005
|
+
cwd: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2006
|
+
forwarded: import("zod").ZodBoolean;
|
|
2007
|
+
previewUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2008
|
+
}, import("zod/v4/core").$strip>>;
|
|
2009
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2010
|
+
forward: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
2011
|
+
port: import("zod").ZodNumber;
|
|
2012
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2013
|
+
previewUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2014
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2015
|
+
unforward: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
2016
|
+
port: import("zod").ZodNumber;
|
|
2017
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2018
|
+
ok: import("zod").ZodLiteral<true>;
|
|
2019
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2020
|
+
};
|
|
1177
2021
|
secrets: {
|
|
1178
2022
|
set: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1179
2023
|
key: import("zod").ZodString;
|
|
@@ -1193,15 +2037,16 @@ export declare const sandboxContract: {
|
|
|
1193
2037
|
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1194
2038
|
key: import("zod").ZodString;
|
|
1195
2039
|
kind: import("zod").ZodEnum<{
|
|
1196
|
-
|
|
2040
|
+
capability: "capability";
|
|
1197
2041
|
env: "env";
|
|
1198
2042
|
generated: "generated";
|
|
1199
|
-
|
|
2043
|
+
provider: "provider";
|
|
1200
2044
|
}>;
|
|
2045
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1201
2046
|
status: import("zod").ZodEnum<{
|
|
1202
|
-
set: "set";
|
|
1203
2047
|
connected: "connected";
|
|
1204
2048
|
missing: "missing";
|
|
2049
|
+
set: "set";
|
|
1205
2050
|
}>;
|
|
1206
2051
|
requiredBy: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1207
2052
|
resourceId: import("zod").ZodString;
|
|
@@ -1226,6 +2071,8 @@ export declare const sandboxContract: {
|
|
|
1226
2071
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1227
2072
|
image: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1228
2073
|
version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2074
|
+
latest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2075
|
+
updateAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1229
2076
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1230
2077
|
events: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1231
2078
|
clientId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1237,38 +2084,120 @@ export declare const sandboxContract: {
|
|
|
1237
2084
|
} | {
|
|
1238
2085
|
kind: "workspaceChanged";
|
|
1239
2086
|
paths: string[];
|
|
2087
|
+
} | {
|
|
2088
|
+
kind: "reposChanged";
|
|
2089
|
+
repos: string[];
|
|
1240
2090
|
} | {
|
|
1241
2091
|
kind: "presence";
|
|
1242
2092
|
users: {
|
|
1243
2093
|
clientId: string;
|
|
1244
2094
|
email: string;
|
|
1245
|
-
idle: boolean;
|
|
1246
2095
|
name?: string | undefined;
|
|
1247
2096
|
picture?: string | undefined;
|
|
2097
|
+
idle: boolean;
|
|
1248
2098
|
view?: string | undefined;
|
|
1249
2099
|
sessionId?: string | undefined;
|
|
1250
2100
|
path?: string | undefined;
|
|
1251
2101
|
}[];
|
|
1252
|
-
}, unknown, void>, import("@orpc/contract").AsyncIteratorClass<{
|
|
1253
|
-
kind: "heartbeat";
|
|
1254
2102
|
} | {
|
|
2103
|
+
kind: "agents";
|
|
2104
|
+
agents: {
|
|
2105
|
+
id: string;
|
|
2106
|
+
sessionId?: string | undefined;
|
|
2107
|
+
title?: string | undefined;
|
|
2108
|
+
status: "awaiting" | "conflict" | "error" | "idle" | "landed" | "running";
|
|
2109
|
+
provider: string;
|
|
2110
|
+
harness: "claude-code" | "native";
|
|
2111
|
+
model?: string | undefined;
|
|
2112
|
+
account?: string | undefined;
|
|
2113
|
+
branch?: string | undefined;
|
|
2114
|
+
base?: string | undefined;
|
|
2115
|
+
costUsd?: number | undefined;
|
|
2116
|
+
inputTokens?: number | undefined;
|
|
2117
|
+
outputTokens?: number | undefined;
|
|
2118
|
+
contextTokens?: number | undefined;
|
|
2119
|
+
contextWindow?: number | undefined;
|
|
2120
|
+
activity?: {
|
|
2121
|
+
tool?: string | undefined;
|
|
2122
|
+
target?: string | undefined;
|
|
2123
|
+
todo?: string | undefined;
|
|
2124
|
+
} | undefined;
|
|
2125
|
+
startedAt?: number | undefined;
|
|
2126
|
+
updatedAt: number;
|
|
2127
|
+
attention: {
|
|
2128
|
+
plan: boolean;
|
|
2129
|
+
question: boolean;
|
|
2130
|
+
conflict: boolean;
|
|
2131
|
+
};
|
|
2132
|
+
turns?: number | undefined;
|
|
2133
|
+
toolUses?: number | undefined;
|
|
2134
|
+
diff?: {
|
|
2135
|
+
files: number;
|
|
2136
|
+
insertions: number;
|
|
2137
|
+
deletions: number;
|
|
2138
|
+
} | undefined;
|
|
2139
|
+
}[];
|
|
2140
|
+
}, unknown, void>, import("@orpc/contract").AsyncIteratorClass<{
|
|
1255
2141
|
kind: "hello";
|
|
1256
2142
|
workspaceId: string;
|
|
2143
|
+
} | {
|
|
2144
|
+
kind: "heartbeat";
|
|
1257
2145
|
} | {
|
|
1258
2146
|
kind: "workspaceChanged";
|
|
1259
2147
|
paths: string[];
|
|
2148
|
+
} | {
|
|
2149
|
+
kind: "reposChanged";
|
|
2150
|
+
repos: string[];
|
|
1260
2151
|
} | {
|
|
1261
2152
|
kind: "presence";
|
|
1262
2153
|
users: {
|
|
1263
2154
|
clientId: string;
|
|
1264
2155
|
email: string;
|
|
1265
|
-
idle: boolean;
|
|
1266
2156
|
name?: string | undefined;
|
|
1267
2157
|
picture?: string | undefined;
|
|
2158
|
+
idle: boolean;
|
|
1268
2159
|
view?: string | undefined;
|
|
1269
2160
|
sessionId?: string | undefined;
|
|
1270
2161
|
path?: string | undefined;
|
|
1271
2162
|
}[];
|
|
2163
|
+
} | {
|
|
2164
|
+
kind: "agents";
|
|
2165
|
+
agents: {
|
|
2166
|
+
id: string;
|
|
2167
|
+
sessionId?: string | undefined;
|
|
2168
|
+
title?: string | undefined;
|
|
2169
|
+
status: "awaiting" | "conflict" | "error" | "idle" | "landed" | "running";
|
|
2170
|
+
provider: string;
|
|
2171
|
+
harness: "claude-code" | "native";
|
|
2172
|
+
model?: string | undefined;
|
|
2173
|
+
account?: string | undefined;
|
|
2174
|
+
branch?: string | undefined;
|
|
2175
|
+
base?: string | undefined;
|
|
2176
|
+
costUsd?: number | undefined;
|
|
2177
|
+
inputTokens?: number | undefined;
|
|
2178
|
+
outputTokens?: number | undefined;
|
|
2179
|
+
contextTokens?: number | undefined;
|
|
2180
|
+
contextWindow?: number | undefined;
|
|
2181
|
+
activity?: {
|
|
2182
|
+
tool?: string | undefined;
|
|
2183
|
+
target?: string | undefined;
|
|
2184
|
+
todo?: string | undefined;
|
|
2185
|
+
} | undefined;
|
|
2186
|
+
startedAt?: number | undefined;
|
|
2187
|
+
updatedAt: number;
|
|
2188
|
+
attention: {
|
|
2189
|
+
plan: boolean;
|
|
2190
|
+
question: boolean;
|
|
2191
|
+
conflict: boolean;
|
|
2192
|
+
};
|
|
2193
|
+
turns?: number | undefined;
|
|
2194
|
+
toolUses?: number | undefined;
|
|
2195
|
+
diff?: {
|
|
2196
|
+
files: number;
|
|
2197
|
+
insertions: number;
|
|
2198
|
+
deletions: number;
|
|
2199
|
+
} | undefined;
|
|
2200
|
+
}[];
|
|
1272
2201
|
}, unknown, void>>, Record<never, never>, Record<never, never>>;
|
|
1273
2202
|
presence: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1274
2203
|
clientId: import("zod").ZodString;
|
|
@@ -1285,16 +2214,32 @@ export declare const sandboxContract: {
|
|
|
1285
2214
|
hostname: import("zod").ZodString;
|
|
1286
2215
|
tunnelToken: import("zod").ZodString;
|
|
1287
2216
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2217
|
+
usage: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
2218
|
+
accounts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2219
|
+
provider: import("zod").ZodString;
|
|
2220
|
+
account: import("zod").ZodString;
|
|
2221
|
+
turns: import("zod").ZodNumber;
|
|
2222
|
+
inputTokens: import("zod").ZodNumber;
|
|
2223
|
+
outputTokens: import("zod").ZodNumber;
|
|
2224
|
+
cacheReadTokens: import("zod").ZodNumber;
|
|
2225
|
+
cacheCreationTokens: import("zod").ZodNumber;
|
|
2226
|
+
costUsd: import("zod").ZodNumber;
|
|
2227
|
+
}, import("zod/v4/core").$strip>>;
|
|
2228
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1288
2229
|
terminals: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
1289
2230
|
sessions: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1290
2231
|
name: import("zod").ZodString;
|
|
1291
2232
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1292
2233
|
kind: import("zod").ZodEnum<{
|
|
1293
2234
|
agent: "agent";
|
|
1294
|
-
|
|
2235
|
+
job: "job";
|
|
1295
2236
|
panel: "panel";
|
|
2237
|
+
process: "process";
|
|
2238
|
+
shell: "shell";
|
|
1296
2239
|
}>;
|
|
1297
2240
|
running: import("zod").ZodBoolean;
|
|
2241
|
+
extensionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2242
|
+
processName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1298
2243
|
}, import("zod/v4/core").$strip>>;
|
|
1299
2244
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1300
2245
|
killTerminal: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
@@ -1303,5 +2248,28 @@ export declare const sandboxContract: {
|
|
|
1303
2248
|
ok: import("zod").ZodLiteral<true>;
|
|
1304
2249
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1305
2250
|
};
|
|
2251
|
+
translator: {
|
|
2252
|
+
accounts: import("@orpc/contract").ContractProcedureBuilderWithOutput<import("@orpc/contract").Schema<unknown, unknown>, import("zod").ZodObject<{
|
|
2253
|
+
codex: import("zod").ZodBoolean;
|
|
2254
|
+
grok: import("zod").ZodBoolean;
|
|
2255
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2256
|
+
connect: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
2257
|
+
provider: import("zod").ZodEnum<{
|
|
2258
|
+
codex: "codex";
|
|
2259
|
+
grok: "grok";
|
|
2260
|
+
}>;
|
|
2261
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2262
|
+
url: import("zod").ZodString;
|
|
2263
|
+
code: import("zod").ZodString;
|
|
2264
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2265
|
+
disconnect: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
2266
|
+
provider: import("zod").ZodEnum<{
|
|
2267
|
+
codex: "codex";
|
|
2268
|
+
grok: "grok";
|
|
2269
|
+
}>;
|
|
2270
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2271
|
+
ok: import("zod").ZodLiteral<true>;
|
|
2272
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
2273
|
+
};
|
|
1306
2274
|
};
|
|
1307
2275
|
//# sourceMappingURL=index.d.ts.map
|