@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/schemas.d.ts
CHANGED
|
@@ -5,21 +5,218 @@ export declare const OkSchema: z.ZodObject<{
|
|
|
5
5
|
export declare const RepoParamSchema: z.ZodObject<{
|
|
6
6
|
repo: z.ZodString;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
|
+
export declare const SessionTranscriptMessageSchema: z.ZodObject<{
|
|
9
|
+
role: z.ZodEnum<{
|
|
10
|
+
assistant: "assistant";
|
|
11
|
+
user: "user";
|
|
12
|
+
}>;
|
|
13
|
+
text: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
export type SessionTranscriptMessage = z.infer<typeof SessionTranscriptMessageSchema>;
|
|
16
|
+
export declare const NATIVE_PROVIDERS: readonly ["claude", "codex", "grok"];
|
|
17
|
+
export type NativeProvider = (typeof NATIVE_PROVIDERS)[number];
|
|
18
|
+
export declare const AgentProviderSchema: z.ZodString;
|
|
19
|
+
export type AgentProvider = z.infer<typeof AgentProviderSchema>;
|
|
20
|
+
export declare const AgentHarnessSchema: z.ZodEnum<{
|
|
21
|
+
"claude-code": "claude-code";
|
|
22
|
+
native: "native";
|
|
23
|
+
}>;
|
|
24
|
+
export type AgentHarness = z.infer<typeof AgentHarnessSchema>;
|
|
25
|
+
export declare const EditorContextSchema: z.ZodObject<{
|
|
26
|
+
file: z.ZodString;
|
|
27
|
+
startLine: z.ZodOptional<z.ZodNumber>;
|
|
28
|
+
endLine: z.ZodOptional<z.ZodNumber>;
|
|
29
|
+
selection: z.ZodOptional<z.ZodString>;
|
|
30
|
+
}, z.core.$strip>;
|
|
31
|
+
export type EditorContext = z.infer<typeof EditorContextSchema>;
|
|
8
32
|
export declare const AgentTurnSchema: z.ZodObject<{
|
|
9
33
|
prompt: z.ZodString;
|
|
34
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10
35
|
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11
|
-
agent: z.ZodOptional<z.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
36
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
37
|
+
harness: z.ZodOptional<z.ZodEnum<{
|
|
38
|
+
"claude-code": "claude-code";
|
|
39
|
+
native: "native";
|
|
15
40
|
}>>;
|
|
41
|
+
account: z.ZodOptional<z.ZodString>;
|
|
16
42
|
sessionId: z.ZodOptional<z.ZodString>;
|
|
43
|
+
conversationId: z.ZodOptional<z.ZodString>;
|
|
44
|
+
isolated: z.ZodOptional<z.ZodBoolean>;
|
|
45
|
+
history: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
46
|
+
role: z.ZodEnum<{
|
|
47
|
+
assistant: "assistant";
|
|
48
|
+
user: "user";
|
|
49
|
+
}>;
|
|
50
|
+
text: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>>;
|
|
17
52
|
model: z.ZodOptional<z.ZodString>;
|
|
18
53
|
plan: z.ZodOptional<z.ZodBoolean>;
|
|
19
54
|
effort: z.ZodOptional<z.ZodString>;
|
|
20
55
|
thinking: z.ZodOptional<z.ZodBoolean>;
|
|
56
|
+
editorContext: z.ZodOptional<z.ZodObject<{
|
|
57
|
+
file: z.ZodString;
|
|
58
|
+
startLine: z.ZodOptional<z.ZodNumber>;
|
|
59
|
+
endLine: z.ZodOptional<z.ZodNumber>;
|
|
60
|
+
selection: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, z.core.$strip>>;
|
|
21
62
|
}, z.core.$strip>;
|
|
22
63
|
export type AgentTurn = z.infer<typeof AgentTurnSchema>;
|
|
64
|
+
export declare const StartedTurnSchema: z.ZodObject<{
|
|
65
|
+
run: z.ZodString;
|
|
66
|
+
}, z.core.$strip>;
|
|
67
|
+
export type StartedTurn = z.infer<typeof StartedTurnSchema>;
|
|
68
|
+
export declare const AttachTurnSchema: z.ZodObject<{
|
|
69
|
+
conversationId: z.ZodString;
|
|
70
|
+
run: z.ZodOptional<z.ZodString>;
|
|
71
|
+
after: z.ZodOptional<z.ZodNumber>;
|
|
72
|
+
}, z.core.$strip>;
|
|
73
|
+
export type AttachTurn = z.infer<typeof AttachTurnSchema>;
|
|
74
|
+
export declare const AgentStatusSchema: z.ZodEnum<{
|
|
75
|
+
awaiting: "awaiting";
|
|
76
|
+
conflict: "conflict";
|
|
77
|
+
error: "error";
|
|
78
|
+
idle: "idle";
|
|
79
|
+
landed: "landed";
|
|
80
|
+
running: "running";
|
|
81
|
+
}>;
|
|
82
|
+
export type AgentStatus = z.infer<typeof AgentStatusSchema>;
|
|
83
|
+
export declare const AgentActivitySchema: z.ZodObject<{
|
|
84
|
+
tool: z.ZodOptional<z.ZodString>;
|
|
85
|
+
target: z.ZodOptional<z.ZodString>;
|
|
86
|
+
todo: z.ZodOptional<z.ZodString>;
|
|
87
|
+
}, z.core.$strip>;
|
|
88
|
+
export type AgentActivity = z.infer<typeof AgentActivitySchema>;
|
|
89
|
+
export declare const AgentAttentionSchema: z.ZodObject<{
|
|
90
|
+
plan: z.ZodBoolean;
|
|
91
|
+
question: z.ZodBoolean;
|
|
92
|
+
conflict: z.ZodBoolean;
|
|
93
|
+
}, z.core.$strip>;
|
|
94
|
+
export type AgentAttention = z.infer<typeof AgentAttentionSchema>;
|
|
95
|
+
export declare const AgentSummarySchema: z.ZodObject<{
|
|
96
|
+
id: z.ZodString;
|
|
97
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
98
|
+
title: z.ZodOptional<z.ZodString>;
|
|
99
|
+
status: z.ZodEnum<{
|
|
100
|
+
awaiting: "awaiting";
|
|
101
|
+
conflict: "conflict";
|
|
102
|
+
error: "error";
|
|
103
|
+
idle: "idle";
|
|
104
|
+
landed: "landed";
|
|
105
|
+
running: "running";
|
|
106
|
+
}>;
|
|
107
|
+
provider: z.ZodString;
|
|
108
|
+
harness: z.ZodEnum<{
|
|
109
|
+
"claude-code": "claude-code";
|
|
110
|
+
native: "native";
|
|
111
|
+
}>;
|
|
112
|
+
model: z.ZodOptional<z.ZodString>;
|
|
113
|
+
account: z.ZodOptional<z.ZodString>;
|
|
114
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
115
|
+
base: z.ZodOptional<z.ZodString>;
|
|
116
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
117
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
118
|
+
outputTokens: z.ZodOptional<z.ZodNumber>;
|
|
119
|
+
contextTokens: z.ZodOptional<z.ZodNumber>;
|
|
120
|
+
contextWindow: z.ZodOptional<z.ZodNumber>;
|
|
121
|
+
activity: z.ZodOptional<z.ZodObject<{
|
|
122
|
+
tool: z.ZodOptional<z.ZodString>;
|
|
123
|
+
target: z.ZodOptional<z.ZodString>;
|
|
124
|
+
todo: z.ZodOptional<z.ZodString>;
|
|
125
|
+
}, z.core.$strip>>;
|
|
126
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
127
|
+
updatedAt: z.ZodNumber;
|
|
128
|
+
attention: z.ZodObject<{
|
|
129
|
+
plan: z.ZodBoolean;
|
|
130
|
+
question: z.ZodBoolean;
|
|
131
|
+
conflict: z.ZodBoolean;
|
|
132
|
+
}, z.core.$strip>;
|
|
133
|
+
turns: z.ZodOptional<z.ZodNumber>;
|
|
134
|
+
toolUses: z.ZodOptional<z.ZodNumber>;
|
|
135
|
+
diff: z.ZodOptional<z.ZodObject<{
|
|
136
|
+
files: z.ZodNumber;
|
|
137
|
+
insertions: z.ZodNumber;
|
|
138
|
+
deletions: z.ZodNumber;
|
|
139
|
+
}, z.core.$strip>>;
|
|
140
|
+
}, z.core.$strip>;
|
|
141
|
+
export type AgentSummary = z.infer<typeof AgentSummarySchema>;
|
|
142
|
+
export declare const AgentsListSchema: z.ZodObject<{
|
|
143
|
+
agents: z.ZodArray<z.ZodObject<{
|
|
144
|
+
id: z.ZodString;
|
|
145
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
146
|
+
title: z.ZodOptional<z.ZodString>;
|
|
147
|
+
status: z.ZodEnum<{
|
|
148
|
+
awaiting: "awaiting";
|
|
149
|
+
conflict: "conflict";
|
|
150
|
+
error: "error";
|
|
151
|
+
idle: "idle";
|
|
152
|
+
landed: "landed";
|
|
153
|
+
running: "running";
|
|
154
|
+
}>;
|
|
155
|
+
provider: z.ZodString;
|
|
156
|
+
harness: z.ZodEnum<{
|
|
157
|
+
"claude-code": "claude-code";
|
|
158
|
+
native: "native";
|
|
159
|
+
}>;
|
|
160
|
+
model: z.ZodOptional<z.ZodString>;
|
|
161
|
+
account: z.ZodOptional<z.ZodString>;
|
|
162
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
163
|
+
base: z.ZodOptional<z.ZodString>;
|
|
164
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
165
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
166
|
+
outputTokens: z.ZodOptional<z.ZodNumber>;
|
|
167
|
+
contextTokens: z.ZodOptional<z.ZodNumber>;
|
|
168
|
+
contextWindow: z.ZodOptional<z.ZodNumber>;
|
|
169
|
+
activity: z.ZodOptional<z.ZodObject<{
|
|
170
|
+
tool: z.ZodOptional<z.ZodString>;
|
|
171
|
+
target: z.ZodOptional<z.ZodString>;
|
|
172
|
+
todo: z.ZodOptional<z.ZodString>;
|
|
173
|
+
}, z.core.$strip>>;
|
|
174
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
175
|
+
updatedAt: z.ZodNumber;
|
|
176
|
+
attention: z.ZodObject<{
|
|
177
|
+
plan: z.ZodBoolean;
|
|
178
|
+
question: z.ZodBoolean;
|
|
179
|
+
conflict: z.ZodBoolean;
|
|
180
|
+
}, z.core.$strip>;
|
|
181
|
+
turns: z.ZodOptional<z.ZodNumber>;
|
|
182
|
+
toolUses: z.ZodOptional<z.ZodNumber>;
|
|
183
|
+
diff: z.ZodOptional<z.ZodObject<{
|
|
184
|
+
files: z.ZodNumber;
|
|
185
|
+
insertions: z.ZodNumber;
|
|
186
|
+
deletions: z.ZodNumber;
|
|
187
|
+
}, z.core.$strip>>;
|
|
188
|
+
}, z.core.$strip>>;
|
|
189
|
+
}, z.core.$strip>;
|
|
190
|
+
export declare const AgentIdSchema: z.ZodObject<{
|
|
191
|
+
id: z.ZodString;
|
|
192
|
+
}, z.core.$strip>;
|
|
193
|
+
export declare const AgentRenameSchema: z.ZodObject<{
|
|
194
|
+
id: z.ZodString;
|
|
195
|
+
title: z.ZodString;
|
|
196
|
+
}, z.core.$strip>;
|
|
197
|
+
export declare const AgentFileDiffQuerySchema: z.ZodObject<{
|
|
198
|
+
id: z.ZodString;
|
|
199
|
+
repo: z.ZodString;
|
|
200
|
+
path: z.ZodString;
|
|
201
|
+
}, z.core.$strip>;
|
|
202
|
+
export declare const LandResultSchema: z.ZodObject<{
|
|
203
|
+
landed: z.ZodBoolean;
|
|
204
|
+
conflicts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
205
|
+
repo: z.ZodString;
|
|
206
|
+
paths: z.ZodArray<z.ZodString>;
|
|
207
|
+
}, z.core.$strip>>>;
|
|
208
|
+
}, z.core.$strip>;
|
|
209
|
+
export type LandResult = z.infer<typeof LandResultSchema>;
|
|
210
|
+
export declare const KeyedProviderSchema: z.ZodEnum<{
|
|
211
|
+
codex: "codex";
|
|
212
|
+
grok: "grok";
|
|
213
|
+
}>;
|
|
214
|
+
export type KeyedProvider = z.infer<typeof KeyedProviderSchema>;
|
|
215
|
+
export declare const TranslatorAccountsSchema: z.ZodObject<{
|
|
216
|
+
codex: z.ZodBoolean;
|
|
217
|
+
grok: z.ZodBoolean;
|
|
218
|
+
}, z.core.$strip>;
|
|
219
|
+
export type TranslatorAccounts = z.infer<typeof TranslatorAccountsSchema>;
|
|
23
220
|
export declare const DecisionSchema: z.ZodObject<{
|
|
24
221
|
decisionId: z.ZodString;
|
|
25
222
|
approve: z.ZodBoolean;
|
|
@@ -30,20 +227,46 @@ export declare const AnswerSchema: z.ZodObject<{
|
|
|
30
227
|
answers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>>;
|
|
31
228
|
cancelled: z.ZodOptional<z.ZodBoolean>;
|
|
32
229
|
}, z.core.$strip>;
|
|
230
|
+
export declare const SteerSchema: z.ZodObject<{
|
|
231
|
+
conversationId: z.ZodString;
|
|
232
|
+
text: z.ZodString;
|
|
233
|
+
}, z.core.$strip>;
|
|
234
|
+
export declare const StopTurnSchema: z.ZodObject<{
|
|
235
|
+
conversationId: z.ZodString;
|
|
236
|
+
}, z.core.$strip>;
|
|
237
|
+
export declare const OauthAccountSchema: z.ZodObject<{
|
|
238
|
+
id: z.ZodString;
|
|
239
|
+
label: z.ZodString;
|
|
240
|
+
scope: z.ZodOptional<z.ZodString>;
|
|
241
|
+
connectedAt: z.ZodNumber;
|
|
242
|
+
needsReauth: z.ZodOptional<z.ZodBoolean>;
|
|
243
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
244
|
+
}, z.core.$strip>;
|
|
245
|
+
export type OauthAccount = z.infer<typeof OauthAccountSchema>;
|
|
246
|
+
export declare const OauthAccountListSchema: z.ZodObject<{
|
|
247
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
248
|
+
id: z.ZodString;
|
|
249
|
+
label: z.ZodString;
|
|
250
|
+
scope: z.ZodOptional<z.ZodString>;
|
|
251
|
+
connectedAt: z.ZodNumber;
|
|
252
|
+
needsReauth: z.ZodOptional<z.ZodBoolean>;
|
|
253
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
254
|
+
}, z.core.$strip>>;
|
|
255
|
+
}, z.core.$strip>;
|
|
256
|
+
export declare const AccountIdSchema: z.ZodObject<{
|
|
257
|
+
id: z.ZodString;
|
|
258
|
+
}, z.core.$strip>;
|
|
33
259
|
export declare const OauthExchangeSchema: z.ZodObject<{
|
|
34
260
|
code: z.ZodString;
|
|
35
261
|
verifier: z.ZodString;
|
|
36
262
|
state: z.ZodString;
|
|
263
|
+
label: z.ZodOptional<z.ZodString>;
|
|
37
264
|
}, z.core.$strip>;
|
|
38
265
|
export declare const AuthorizeChallengeSchema: z.ZodObject<{
|
|
39
266
|
authorizeUrl: z.ZodString;
|
|
40
267
|
verifier: z.ZodString;
|
|
41
268
|
state: z.ZodString;
|
|
42
269
|
}, z.core.$strip>;
|
|
43
|
-
export declare const OauthAccountSchema: z.ZodObject<{
|
|
44
|
-
connected: z.ZodBoolean;
|
|
45
|
-
scope: z.ZodOptional<z.ZodString>;
|
|
46
|
-
}, z.core.$strip>;
|
|
47
270
|
export declare const CodexDeviceStartSchema: z.ZodObject<{
|
|
48
271
|
userCode: z.ZodString;
|
|
49
272
|
deviceAuthId: z.ZodString;
|
|
@@ -53,15 +276,36 @@ export declare const CodexDeviceStartSchema: z.ZodObject<{
|
|
|
53
276
|
export declare const CodexDevicePollSchema: z.ZodObject<{
|
|
54
277
|
deviceAuthId: z.ZodString;
|
|
55
278
|
userCode: z.ZodString;
|
|
279
|
+
label: z.ZodOptional<z.ZodString>;
|
|
56
280
|
}, z.core.$strip>;
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
281
|
+
export declare const CodexPollResultSchema: z.ZodObject<{
|
|
282
|
+
pending: z.ZodBoolean;
|
|
283
|
+
account: z.ZodOptional<z.ZodObject<{
|
|
284
|
+
id: z.ZodString;
|
|
285
|
+
label: z.ZodString;
|
|
286
|
+
scope: z.ZodOptional<z.ZodString>;
|
|
287
|
+
connectedAt: z.ZodNumber;
|
|
288
|
+
needsReauth: z.ZodOptional<z.ZodBoolean>;
|
|
289
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
290
|
+
}, z.core.$strip>>;
|
|
61
291
|
}, z.core.$strip>;
|
|
62
|
-
export declare const
|
|
292
|
+
export declare const DeviceStartSchema: z.ZodObject<{
|
|
293
|
+
url: z.ZodString;
|
|
63
294
|
code: z.ZodString;
|
|
64
295
|
}, z.core.$strip>;
|
|
296
|
+
export declare const ModelSchema: z.ZodObject<{
|
|
297
|
+
id: z.ZodString;
|
|
298
|
+
label: z.ZodString;
|
|
299
|
+
efforts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
300
|
+
}, z.core.$strip>;
|
|
301
|
+
export declare const ModelsSchema: z.ZodObject<{
|
|
302
|
+
models: z.ZodArray<z.ZodObject<{
|
|
303
|
+
id: z.ZodString;
|
|
304
|
+
label: z.ZodString;
|
|
305
|
+
efforts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
306
|
+
}, z.core.$strip>>;
|
|
307
|
+
default: z.ZodString;
|
|
308
|
+
}, z.core.$strip>;
|
|
65
309
|
export declare const SessionIdParamSchema: z.ZodObject<{
|
|
66
310
|
id: z.ZodString;
|
|
67
311
|
}, z.core.$strip>;
|
|
@@ -77,32 +321,60 @@ export declare const SessionsListSchema: z.ZodObject<{
|
|
|
77
321
|
updatedAt: z.ZodNumber;
|
|
78
322
|
}, z.core.$strip>>;
|
|
79
323
|
}, z.core.$strip>;
|
|
80
|
-
export declare const SessionTranscriptMessageSchema: z.ZodObject<{
|
|
81
|
-
role: z.ZodEnum<{
|
|
82
|
-
user: "user";
|
|
83
|
-
assistant: "assistant";
|
|
84
|
-
}>;
|
|
85
|
-
text: z.ZodString;
|
|
86
|
-
}, z.core.$strip>;
|
|
87
324
|
export declare const SessionTranscriptSchema: z.ZodObject<{
|
|
88
325
|
messages: z.ZodArray<z.ZodObject<{
|
|
89
326
|
role: z.ZodEnum<{
|
|
90
|
-
user: "user";
|
|
91
327
|
assistant: "assistant";
|
|
328
|
+
user: "user";
|
|
92
329
|
}>;
|
|
93
330
|
text: z.ZodString;
|
|
94
331
|
}, z.core.$strip>>;
|
|
95
332
|
}, z.core.$strip>;
|
|
96
333
|
export declare const SandboxSettingsSchema: z.ZodObject<{
|
|
97
|
-
|
|
334
|
+
stableSystemPrompt: z.ZodBoolean;
|
|
335
|
+
skills: z.ZodArray<z.ZodString>;
|
|
336
|
+
hashlineEdits: z.ZodBoolean;
|
|
337
|
+
terseOutput: z.ZodBoolean;
|
|
338
|
+
iqSearch: z.ZodBoolean;
|
|
339
|
+
outputCleaners: z.ZodString;
|
|
340
|
+
outputHoldout: z.ZodNumber;
|
|
341
|
+
filterBackend: z.ZodEnum<{
|
|
342
|
+
native: "native";
|
|
343
|
+
rtk: "rtk";
|
|
344
|
+
}>;
|
|
98
345
|
}, z.core.$strip>;
|
|
99
346
|
export type SandboxSettings = z.infer<typeof SandboxSettingsSchema>;
|
|
347
|
+
export declare const CleanerSavingsSchema: z.ZodObject<{
|
|
348
|
+
commands: z.ZodNumber;
|
|
349
|
+
rawTokens: z.ZodNumber;
|
|
350
|
+
emittedTokens: z.ZodNumber;
|
|
351
|
+
savedPct: z.ZodNumber;
|
|
352
|
+
perCleaner: z.ZodArray<z.ZodObject<{
|
|
353
|
+
id: z.ZodString;
|
|
354
|
+
commands: z.ZodNumber;
|
|
355
|
+
}, z.core.$strip>>;
|
|
356
|
+
holdout: z.ZodObject<{
|
|
357
|
+
cleaned: z.ZodNumber;
|
|
358
|
+
heldOut: z.ZodNumber;
|
|
359
|
+
measuredSavedPct: z.ZodOptional<z.ZodNumber>;
|
|
360
|
+
}, z.core.$strip>;
|
|
361
|
+
gaps: z.ZodArray<z.ZodObject<{
|
|
362
|
+
command: z.ZodString;
|
|
363
|
+
tokens: z.ZodNumber;
|
|
364
|
+
}, z.core.$strip>>;
|
|
365
|
+
}, z.core.$strip>;
|
|
366
|
+
export type CleanerSavings = z.infer<typeof CleanerSavingsSchema>;
|
|
100
367
|
export declare const IntenticRunSchema: z.ZodObject<{
|
|
101
368
|
args: z.ZodArray<z.ZodString>;
|
|
102
369
|
}, z.core.$strip>;
|
|
103
370
|
export declare const CommitSchema: z.ZodObject<{
|
|
104
371
|
repo: z.ZodString;
|
|
105
372
|
message: z.ZodString;
|
|
373
|
+
paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
374
|
+
}, z.core.$strip>;
|
|
375
|
+
export declare const DiscardSchema: z.ZodObject<{
|
|
376
|
+
repo: z.ZodString;
|
|
377
|
+
paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
106
378
|
}, z.core.$strip>;
|
|
107
379
|
export declare const PushSchema: z.ZodObject<{
|
|
108
380
|
repo: z.ZodString;
|
|
@@ -117,6 +389,10 @@ export declare const GitFileWriteSchema: z.ZodObject<{
|
|
|
117
389
|
path: z.ZodString;
|
|
118
390
|
content: z.ZodString;
|
|
119
391
|
}, z.core.$strip>;
|
|
392
|
+
export declare const GitFileDiffQuerySchema: z.ZodObject<{
|
|
393
|
+
repo: z.ZodString;
|
|
394
|
+
path: z.ZodString;
|
|
395
|
+
}, z.core.$strip>;
|
|
120
396
|
export declare const GitStatusSchema: z.ZodObject<{
|
|
121
397
|
branch: z.ZodString;
|
|
122
398
|
dirty: z.ZodBoolean;
|
|
@@ -132,13 +408,159 @@ export declare const GitFileSchema: z.ZodObject<{
|
|
|
132
408
|
export declare const CommitResultSchema: z.ZodObject<{
|
|
133
409
|
committed: z.ZodBoolean;
|
|
134
410
|
}, z.core.$strip>;
|
|
411
|
+
export declare const GitChangeSchema: z.ZodObject<{
|
|
412
|
+
path: z.ZodString;
|
|
413
|
+
status: z.ZodEnum<{
|
|
414
|
+
added: "added";
|
|
415
|
+
deleted: "deleted";
|
|
416
|
+
modified: "modified";
|
|
417
|
+
renamed: "renamed";
|
|
418
|
+
"type-changed": "type-changed";
|
|
419
|
+
}>;
|
|
420
|
+
from: z.ZodOptional<z.ZodString>;
|
|
421
|
+
additions: z.ZodOptional<z.ZodNumber>;
|
|
422
|
+
deletions: z.ZodOptional<z.ZodNumber>;
|
|
423
|
+
}, z.core.$strip>;
|
|
424
|
+
export type GitChange = z.infer<typeof GitChangeSchema>;
|
|
425
|
+
export declare const RepoChangesSchema: z.ZodObject<{
|
|
426
|
+
repo: z.ZodString;
|
|
427
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
428
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
429
|
+
path: z.ZodString;
|
|
430
|
+
status: z.ZodEnum<{
|
|
431
|
+
added: "added";
|
|
432
|
+
deleted: "deleted";
|
|
433
|
+
modified: "modified";
|
|
434
|
+
renamed: "renamed";
|
|
435
|
+
"type-changed": "type-changed";
|
|
436
|
+
}>;
|
|
437
|
+
from: z.ZodOptional<z.ZodString>;
|
|
438
|
+
additions: z.ZodOptional<z.ZodNumber>;
|
|
439
|
+
deletions: z.ZodOptional<z.ZodNumber>;
|
|
440
|
+
}, z.core.$strip>>;
|
|
441
|
+
}, z.core.$strip>;
|
|
442
|
+
export type RepoChanges = z.infer<typeof RepoChangesSchema>;
|
|
443
|
+
export declare const GitChangesSchema: z.ZodObject<{
|
|
444
|
+
repos: z.ZodArray<z.ZodObject<{
|
|
445
|
+
repo: z.ZodString;
|
|
446
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
447
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
448
|
+
path: z.ZodString;
|
|
449
|
+
status: z.ZodEnum<{
|
|
450
|
+
added: "added";
|
|
451
|
+
deleted: "deleted";
|
|
452
|
+
modified: "modified";
|
|
453
|
+
renamed: "renamed";
|
|
454
|
+
"type-changed": "type-changed";
|
|
455
|
+
}>;
|
|
456
|
+
from: z.ZodOptional<z.ZodString>;
|
|
457
|
+
additions: z.ZodOptional<z.ZodNumber>;
|
|
458
|
+
deletions: z.ZodOptional<z.ZodNumber>;
|
|
459
|
+
}, z.core.$strip>>;
|
|
460
|
+
}, z.core.$strip>>;
|
|
461
|
+
}, z.core.$strip>;
|
|
462
|
+
export type GitChanges = z.infer<typeof GitChangesSchema>;
|
|
463
|
+
export declare const GitCommitSchema: z.ZodObject<{
|
|
464
|
+
sha: z.ZodString;
|
|
465
|
+
short: z.ZodString;
|
|
466
|
+
parents: z.ZodArray<z.ZodString>;
|
|
467
|
+
subject: z.ZodString;
|
|
468
|
+
body: z.ZodString;
|
|
469
|
+
author: z.ZodString;
|
|
470
|
+
email: z.ZodString;
|
|
471
|
+
at: z.ZodNumber;
|
|
472
|
+
refs: z.ZodArray<z.ZodString>;
|
|
473
|
+
head: z.ZodBoolean;
|
|
474
|
+
}, z.core.$strip>;
|
|
475
|
+
export type GitCommit = z.infer<typeof GitCommitSchema>;
|
|
476
|
+
export declare const GitLogSchema: z.ZodObject<{
|
|
477
|
+
repo: z.ZodString;
|
|
478
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
479
|
+
commits: z.ZodArray<z.ZodObject<{
|
|
480
|
+
sha: z.ZodString;
|
|
481
|
+
short: z.ZodString;
|
|
482
|
+
parents: z.ZodArray<z.ZodString>;
|
|
483
|
+
subject: z.ZodString;
|
|
484
|
+
body: z.ZodString;
|
|
485
|
+
author: z.ZodString;
|
|
486
|
+
email: z.ZodString;
|
|
487
|
+
at: z.ZodNumber;
|
|
488
|
+
refs: z.ZodArray<z.ZodString>;
|
|
489
|
+
head: z.ZodBoolean;
|
|
490
|
+
}, z.core.$strip>>;
|
|
491
|
+
}, z.core.$strip>;
|
|
492
|
+
export type GitLog = z.infer<typeof GitLogSchema>;
|
|
493
|
+
export declare const GitLogQuerySchema: z.ZodObject<{
|
|
494
|
+
repo: z.ZodString;
|
|
495
|
+
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
496
|
+
}, z.core.$strip>;
|
|
497
|
+
export declare const GitReposSchema: z.ZodObject<{
|
|
498
|
+
repos: z.ZodArray<z.ZodString>;
|
|
499
|
+
}, z.core.$strip>;
|
|
500
|
+
export type GitRepos = z.infer<typeof GitReposSchema>;
|
|
501
|
+
export declare const GitCommitDiffQuerySchema: z.ZodObject<{
|
|
502
|
+
repo: z.ZodString;
|
|
503
|
+
sha: z.ZodString;
|
|
504
|
+
}, z.core.$strip>;
|
|
505
|
+
export declare const GitCommitDiffSchema: z.ZodObject<{
|
|
506
|
+
files: z.ZodArray<z.ZodObject<{
|
|
507
|
+
path: z.ZodString;
|
|
508
|
+
status: z.ZodEnum<{
|
|
509
|
+
added: "added";
|
|
510
|
+
deleted: "deleted";
|
|
511
|
+
modified: "modified";
|
|
512
|
+
renamed: "renamed";
|
|
513
|
+
"type-changed": "type-changed";
|
|
514
|
+
}>;
|
|
515
|
+
from: z.ZodOptional<z.ZodString>;
|
|
516
|
+
additions: z.ZodOptional<z.ZodNumber>;
|
|
517
|
+
deletions: z.ZodOptional<z.ZodNumber>;
|
|
518
|
+
}, z.core.$strip>>;
|
|
519
|
+
}, z.core.$strip>;
|
|
520
|
+
export type GitCommitDiff = z.infer<typeof GitCommitDiffSchema>;
|
|
521
|
+
export declare const GitCommitFileDiffQuerySchema: z.ZodObject<{
|
|
522
|
+
repo: z.ZodString;
|
|
523
|
+
sha: z.ZodString;
|
|
524
|
+
path: z.ZodString;
|
|
525
|
+
}, z.core.$strip>;
|
|
526
|
+
export declare const GitBranchCreateSchema: z.ZodObject<{
|
|
527
|
+
repo: z.ZodString;
|
|
528
|
+
sha: z.ZodString;
|
|
529
|
+
name: z.ZodString;
|
|
530
|
+
}, z.core.$strip>;
|
|
531
|
+
export declare const GitTagCreateSchema: z.ZodObject<{
|
|
532
|
+
repo: z.ZodString;
|
|
533
|
+
sha: z.ZodString;
|
|
534
|
+
name: z.ZodString;
|
|
535
|
+
}, z.core.$strip>;
|
|
536
|
+
export declare const GitCheckoutSchema: z.ZodObject<{
|
|
537
|
+
repo: z.ZodString;
|
|
538
|
+
ref: z.ZodString;
|
|
539
|
+
}, z.core.$strip>;
|
|
540
|
+
export declare const GitResetSchema: z.ZodObject<{
|
|
541
|
+
repo: z.ZodString;
|
|
542
|
+
sha: z.ZodString;
|
|
543
|
+
mode: z.ZodEnum<{
|
|
544
|
+
hard: "hard";
|
|
545
|
+
mixed: "mixed";
|
|
546
|
+
soft: "soft";
|
|
547
|
+
}>;
|
|
548
|
+
}, z.core.$strip>;
|
|
549
|
+
export declare const GitCommitActionSchema: z.ZodObject<{
|
|
550
|
+
repo: z.ZodString;
|
|
551
|
+
sha: z.ZodString;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
export declare const GitActionResultSchema: z.ZodObject<{
|
|
554
|
+
ok: z.ZodBoolean;
|
|
555
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
556
|
+
}, z.core.$strip>;
|
|
557
|
+
export type GitActionResult = z.infer<typeof GitActionResultSchema>;
|
|
135
558
|
export declare const SnapshotTriggerSchema: z.ZodEnum<{
|
|
136
559
|
interval: "interval";
|
|
137
|
-
user: "user";
|
|
138
|
-
turn: "turn";
|
|
139
|
-
manual: "manual";
|
|
140
560
|
"pre-restore": "pre-restore";
|
|
141
561
|
restore: "restore";
|
|
562
|
+
turn: "turn";
|
|
563
|
+
user: "user";
|
|
142
564
|
}>;
|
|
143
565
|
export type SnapshotTrigger = z.infer<typeof SnapshotTriggerSchema>;
|
|
144
566
|
export declare const SnapshotSchema: z.ZodObject<{
|
|
@@ -146,13 +568,12 @@ export declare const SnapshotSchema: z.ZodObject<{
|
|
|
146
568
|
at: z.ZodNumber;
|
|
147
569
|
trigger: z.ZodEnum<{
|
|
148
570
|
interval: "interval";
|
|
149
|
-
user: "user";
|
|
150
|
-
turn: "turn";
|
|
151
|
-
manual: "manual";
|
|
152
571
|
"pre-restore": "pre-restore";
|
|
153
572
|
restore: "restore";
|
|
573
|
+
turn: "turn";
|
|
574
|
+
user: "user";
|
|
154
575
|
}>;
|
|
155
|
-
|
|
576
|
+
label: z.ZodOptional<z.ZodString>;
|
|
156
577
|
}, z.core.$strip>;
|
|
157
578
|
export type Snapshot = z.infer<typeof SnapshotSchema>;
|
|
158
579
|
export declare const SnapshotsListSchema: z.ZodObject<{
|
|
@@ -161,29 +582,24 @@ export declare const SnapshotsListSchema: z.ZodObject<{
|
|
|
161
582
|
at: z.ZodNumber;
|
|
162
583
|
trigger: z.ZodEnum<{
|
|
163
584
|
interval: "interval";
|
|
164
|
-
user: "user";
|
|
165
|
-
turn: "turn";
|
|
166
|
-
manual: "manual";
|
|
167
585
|
"pre-restore": "pre-restore";
|
|
168
586
|
restore: "restore";
|
|
587
|
+
turn: "turn";
|
|
588
|
+
user: "user";
|
|
169
589
|
}>;
|
|
170
|
-
|
|
590
|
+
label: z.ZodOptional<z.ZodString>;
|
|
171
591
|
}, z.core.$strip>>;
|
|
172
592
|
}, z.core.$strip>;
|
|
173
593
|
export declare const SnapshotIdSchema: z.ZodObject<{
|
|
174
594
|
id: z.ZodString;
|
|
175
595
|
}, z.core.$strip>;
|
|
176
|
-
export declare const SnapshotDiffQuerySchema: z.ZodObject<{
|
|
177
|
-
id: z.ZodString;
|
|
178
|
-
base: z.ZodOptional<z.ZodString>;
|
|
179
|
-
}, z.core.$strip>;
|
|
180
596
|
export declare const SnapshotChangeSchema: z.ZodObject<{
|
|
181
597
|
scope: z.ZodString;
|
|
182
598
|
path: z.ZodString;
|
|
183
599
|
status: z.ZodEnum<{
|
|
184
600
|
added: "added";
|
|
185
|
-
modified: "modified";
|
|
186
601
|
deleted: "deleted";
|
|
602
|
+
modified: "modified";
|
|
187
603
|
"type-changed": "type-changed";
|
|
188
604
|
}>;
|
|
189
605
|
}, z.core.$strip>;
|
|
@@ -194,8 +610,8 @@ export declare const SnapshotDiffSchema: z.ZodObject<{
|
|
|
194
610
|
path: z.ZodString;
|
|
195
611
|
status: z.ZodEnum<{
|
|
196
612
|
added: "added";
|
|
197
|
-
modified: "modified";
|
|
198
613
|
deleted: "deleted";
|
|
614
|
+
modified: "modified";
|
|
199
615
|
"type-changed": "type-changed";
|
|
200
616
|
}>;
|
|
201
617
|
}, z.core.$strip>>;
|
|
@@ -204,27 +620,24 @@ export declare const SnapshotFileDiffQuerySchema: z.ZodObject<{
|
|
|
204
620
|
id: z.ZodString;
|
|
205
621
|
scope: z.ZodString;
|
|
206
622
|
path: z.ZodString;
|
|
207
|
-
base: z.ZodOptional<z.ZodString>;
|
|
208
623
|
}, z.core.$strip>;
|
|
209
|
-
export declare const
|
|
624
|
+
export declare const FileDiffSchema: z.ZodObject<{
|
|
210
625
|
before: z.ZodOptional<z.ZodString>;
|
|
211
626
|
after: z.ZodOptional<z.ZodString>;
|
|
212
627
|
binary: z.ZodOptional<z.ZodBoolean>;
|
|
213
628
|
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
214
629
|
}, z.core.$strip>;
|
|
215
|
-
export type
|
|
216
|
-
export declare const SnapshotResultSchema: z.ZodObject<{
|
|
217
|
-
id: z.ZodOptional<z.ZodString>;
|
|
218
|
-
}, z.core.$strip>;
|
|
630
|
+
export type FileDiff = z.infer<typeof FileDiffSchema>;
|
|
219
631
|
export declare const WorkspaceTreeEntrySchema: z.ZodObject<{
|
|
220
632
|
name: z.ZodString;
|
|
221
633
|
path: z.ZodString;
|
|
222
634
|
type: z.ZodEnum<{
|
|
223
|
-
file: "file";
|
|
224
635
|
dir: "dir";
|
|
636
|
+
file: "file";
|
|
225
637
|
}>;
|
|
226
638
|
size: z.ZodOptional<z.ZodNumber>;
|
|
227
639
|
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
640
|
+
ignored: z.ZodOptional<z.ZodBoolean>;
|
|
228
641
|
children: z.ZodOptional<z.ZodArray<z.ZodObject<any, z.core.$strip>>>;
|
|
229
642
|
}, z.core.$strip>;
|
|
230
643
|
export type WorkspaceTreeEntry = z.infer<typeof WorkspaceTreeEntrySchema>;
|
|
@@ -234,19 +647,36 @@ export declare const WorkspaceTreeSchema: z.ZodObject<{
|
|
|
234
647
|
name: z.ZodString;
|
|
235
648
|
path: z.ZodString;
|
|
236
649
|
type: z.ZodEnum<{
|
|
237
|
-
file: "file";
|
|
238
650
|
dir: "dir";
|
|
651
|
+
file: "file";
|
|
239
652
|
}>;
|
|
240
653
|
size: z.ZodOptional<z.ZodNumber>;
|
|
241
654
|
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
655
|
+
ignored: z.ZodOptional<z.ZodBoolean>;
|
|
242
656
|
children: z.ZodOptional<z.ZodArray<z.ZodObject<any, z.core.$strip>>>;
|
|
243
657
|
}, z.core.$strip>>;
|
|
244
658
|
truncated: z.ZodBoolean;
|
|
245
659
|
}, z.core.$strip>;
|
|
246
660
|
export type WorkspaceTree = z.infer<typeof WorkspaceTreeSchema>;
|
|
247
|
-
export declare const
|
|
248
|
-
|
|
661
|
+
export declare const WorkspaceChildrenQuerySchema: z.ZodObject<{
|
|
662
|
+
path: z.ZodString;
|
|
663
|
+
}, z.core.$strip>;
|
|
664
|
+
export declare const WorkspaceChildrenSchema: z.ZodObject<{
|
|
665
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
666
|
+
name: z.ZodString;
|
|
667
|
+
path: z.ZodString;
|
|
668
|
+
type: z.ZodEnum<{
|
|
669
|
+
dir: "dir";
|
|
670
|
+
file: "file";
|
|
671
|
+
}>;
|
|
672
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
673
|
+
truncated: z.ZodOptional<z.ZodBoolean>;
|
|
674
|
+
ignored: z.ZodOptional<z.ZodBoolean>;
|
|
675
|
+
children: z.ZodOptional<z.ZodArray<z.ZodObject<any, z.core.$strip>>>;
|
|
676
|
+
}, z.core.$strip>>;
|
|
677
|
+
truncated: z.ZodBoolean;
|
|
249
678
|
}, z.core.$strip>;
|
|
679
|
+
export type WorkspaceChildren = z.infer<typeof WorkspaceChildrenSchema>;
|
|
250
680
|
export declare const WorkspaceFileQuerySchema: z.ZodObject<{
|
|
251
681
|
path: z.ZodString;
|
|
252
682
|
}, z.core.$strip>;
|
|
@@ -262,22 +692,22 @@ export declare const WorkspaceMoveSchema: z.ZodObject<{
|
|
|
262
692
|
to: z.ZodString;
|
|
263
693
|
}, z.core.$strip>;
|
|
264
694
|
export declare const WorkspaceBucketSchema: z.ZodEnum<{
|
|
265
|
-
|
|
695
|
+
archives: "archives";
|
|
266
696
|
documents: "documents";
|
|
267
697
|
media: "media";
|
|
268
|
-
archives: "archives";
|
|
269
698
|
other: "other";
|
|
699
|
+
repositories: "repositories";
|
|
270
700
|
}>;
|
|
271
701
|
export type WorkspaceBucket = z.infer<typeof WorkspaceBucketSchema>;
|
|
272
702
|
export declare const WorkspaceClassificationSchema: z.ZodObject<{
|
|
273
703
|
classifications: z.ZodArray<z.ZodObject<{
|
|
274
704
|
path: z.ZodString;
|
|
275
705
|
bucket: z.ZodEnum<{
|
|
276
|
-
|
|
706
|
+
archives: "archives";
|
|
277
707
|
documents: "documents";
|
|
278
708
|
media: "media";
|
|
279
|
-
archives: "archives";
|
|
280
709
|
other: "other";
|
|
710
|
+
repositories: "repositories";
|
|
281
711
|
}>;
|
|
282
712
|
reason: z.ZodString;
|
|
283
713
|
}, z.core.$strip>>;
|
|
@@ -285,37 +715,150 @@ export declare const WorkspaceClassificationSchema: z.ZodObject<{
|
|
|
285
715
|
export type WorkspaceClassification = z.infer<typeof WorkspaceClassificationSchema>;
|
|
286
716
|
export declare const WorkspaceSearchQuerySchema: z.ZodObject<{
|
|
287
717
|
query: z.ZodString;
|
|
718
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
719
|
+
ask: "ask";
|
|
720
|
+
ast: "ast";
|
|
721
|
+
def: "def";
|
|
722
|
+
files: "files";
|
|
723
|
+
find: "find";
|
|
724
|
+
q: "q";
|
|
725
|
+
refs: "refs";
|
|
726
|
+
sym: "sym";
|
|
727
|
+
}>>;
|
|
288
728
|
includeIgnored: z.ZodOptional<z.ZodCodec<z.ZodString, z.ZodBoolean>>;
|
|
729
|
+
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
730
|
+
after: z.ZodOptional<z.ZodString>;
|
|
731
|
+
}, z.core.$strip>;
|
|
732
|
+
export declare const WorkspaceSearchTagSchema: z.ZodObject<{
|
|
733
|
+
kind: z.ZodEnum<{
|
|
734
|
+
bm25: "bm25";
|
|
735
|
+
call: "call";
|
|
736
|
+
def: "def";
|
|
737
|
+
fuzzy: "fuzzy";
|
|
738
|
+
heuristic: "heuristic";
|
|
739
|
+
import: "import";
|
|
740
|
+
path: "path";
|
|
741
|
+
rerank: "rerank";
|
|
742
|
+
sem: "sem";
|
|
743
|
+
text: "text";
|
|
744
|
+
type: "type";
|
|
745
|
+
write: "write";
|
|
746
|
+
}>;
|
|
747
|
+
score: z.ZodOptional<z.ZodNumber>;
|
|
289
748
|
}, z.core.$strip>;
|
|
290
|
-
export
|
|
749
|
+
export type WorkspaceSearchTag = z.infer<typeof WorkspaceSearchTagSchema>;
|
|
750
|
+
export declare const WorkspaceSearchHitSchema: z.ZodObject<{
|
|
291
751
|
line: z.ZodNumber;
|
|
292
752
|
text: z.ZodString;
|
|
293
|
-
start: z.ZodNumber
|
|
294
|
-
end: z.ZodNumber
|
|
753
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
754
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
755
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
756
|
+
kind: z.ZodEnum<{
|
|
757
|
+
bm25: "bm25";
|
|
758
|
+
call: "call";
|
|
759
|
+
def: "def";
|
|
760
|
+
fuzzy: "fuzzy";
|
|
761
|
+
heuristic: "heuristic";
|
|
762
|
+
import: "import";
|
|
763
|
+
path: "path";
|
|
764
|
+
rerank: "rerank";
|
|
765
|
+
sem: "sem";
|
|
766
|
+
text: "text";
|
|
767
|
+
type: "type";
|
|
768
|
+
write: "write";
|
|
769
|
+
}>;
|
|
770
|
+
score: z.ZodOptional<z.ZodNumber>;
|
|
771
|
+
}, z.core.$strip>>;
|
|
772
|
+
context: z.ZodOptional<z.ZodString>;
|
|
295
773
|
}, z.core.$strip>;
|
|
296
|
-
export
|
|
774
|
+
export type WorkspaceSearchHit = z.infer<typeof WorkspaceSearchHitSchema>;
|
|
775
|
+
export declare const WorkspaceSearchGroupSchema: z.ZodObject<{
|
|
297
776
|
path: z.ZodString;
|
|
298
|
-
|
|
777
|
+
score: z.ZodNumber;
|
|
778
|
+
hits: z.ZodArray<z.ZodObject<{
|
|
299
779
|
line: z.ZodNumber;
|
|
300
780
|
text: z.ZodString;
|
|
301
|
-
start: z.ZodNumber
|
|
302
|
-
end: z.ZodNumber
|
|
781
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
782
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
783
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
784
|
+
kind: z.ZodEnum<{
|
|
785
|
+
bm25: "bm25";
|
|
786
|
+
call: "call";
|
|
787
|
+
def: "def";
|
|
788
|
+
fuzzy: "fuzzy";
|
|
789
|
+
heuristic: "heuristic";
|
|
790
|
+
import: "import";
|
|
791
|
+
path: "path";
|
|
792
|
+
rerank: "rerank";
|
|
793
|
+
sem: "sem";
|
|
794
|
+
text: "text";
|
|
795
|
+
type: "type";
|
|
796
|
+
write: "write";
|
|
797
|
+
}>;
|
|
798
|
+
score: z.ZodOptional<z.ZodNumber>;
|
|
799
|
+
}, z.core.$strip>>;
|
|
800
|
+
context: z.ZodOptional<z.ZodString>;
|
|
303
801
|
}, z.core.$strip>>;
|
|
304
802
|
}, z.core.$strip>;
|
|
305
|
-
export type
|
|
306
|
-
export declare const
|
|
307
|
-
|
|
803
|
+
export type WorkspaceSearchGroup = z.infer<typeof WorkspaceSearchGroupSchema>;
|
|
804
|
+
export declare const WorkspaceSearchFreshnessSchema: z.ZodObject<{
|
|
805
|
+
state: z.ZodEnum<{
|
|
806
|
+
building: "building";
|
|
807
|
+
fresh: "fresh";
|
|
808
|
+
stale: "stale";
|
|
809
|
+
}>;
|
|
810
|
+
ageMs: z.ZodOptional<z.ZodNumber>;
|
|
811
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
812
|
+
}, z.core.$strip>;
|
|
813
|
+
export type WorkspaceSearchFreshness = z.infer<typeof WorkspaceSearchFreshnessSchema>;
|
|
814
|
+
export declare const WorkspaceSearchResultSchema: z.ZodObject<{
|
|
815
|
+
mode: z.ZodString;
|
|
816
|
+
total: z.ZodNumber;
|
|
817
|
+
shown: z.ZodNumber;
|
|
818
|
+
groups: z.ZodArray<z.ZodObject<{
|
|
308
819
|
path: z.ZodString;
|
|
309
|
-
|
|
820
|
+
score: z.ZodNumber;
|
|
821
|
+
hits: z.ZodArray<z.ZodObject<{
|
|
310
822
|
line: z.ZodNumber;
|
|
311
823
|
text: z.ZodString;
|
|
312
|
-
start: z.ZodNumber
|
|
313
|
-
end: z.ZodNumber
|
|
824
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
825
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
826
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
827
|
+
kind: z.ZodEnum<{
|
|
828
|
+
bm25: "bm25";
|
|
829
|
+
call: "call";
|
|
830
|
+
def: "def";
|
|
831
|
+
fuzzy: "fuzzy";
|
|
832
|
+
heuristic: "heuristic";
|
|
833
|
+
import: "import";
|
|
834
|
+
path: "path";
|
|
835
|
+
rerank: "rerank";
|
|
836
|
+
sem: "sem";
|
|
837
|
+
text: "text";
|
|
838
|
+
type: "type";
|
|
839
|
+
write: "write";
|
|
840
|
+
}>;
|
|
841
|
+
score: z.ZodOptional<z.ZodNumber>;
|
|
842
|
+
}, z.core.$strip>>;
|
|
843
|
+
context: z.ZodOptional<z.ZodString>;
|
|
314
844
|
}, z.core.$strip>>;
|
|
315
845
|
}, z.core.$strip>>;
|
|
846
|
+
freshness: z.ZodObject<{
|
|
847
|
+
state: z.ZodEnum<{
|
|
848
|
+
building: "building";
|
|
849
|
+
fresh: "fresh";
|
|
850
|
+
stale: "stale";
|
|
851
|
+
}>;
|
|
852
|
+
ageMs: z.ZodOptional<z.ZodNumber>;
|
|
853
|
+
progress: z.ZodOptional<z.ZodNumber>;
|
|
854
|
+
}, z.core.$strip>;
|
|
316
855
|
truncated: z.ZodBoolean;
|
|
856
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
857
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
858
|
+
related: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
859
|
+
features: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
317
860
|
}, z.core.$strip>;
|
|
318
|
-
export type
|
|
861
|
+
export type WorkspaceSearchResult = z.infer<typeof WorkspaceSearchResultSchema>;
|
|
319
862
|
export declare const ReposListSchema: z.ZodObject<{
|
|
320
863
|
repos: z.ZodArray<z.ZodString>;
|
|
321
864
|
}, z.core.$strip>;
|
|
@@ -331,13 +874,13 @@ export declare const CloneResultSchema: z.ZodObject<{
|
|
|
331
874
|
export declare const RepoSyncSchema: z.ZodObject<{
|
|
332
875
|
repo: z.ZodString;
|
|
333
876
|
status: z.ZodEnum<{
|
|
334
|
-
error: "error";
|
|
335
|
-
dirty: "dirty";
|
|
336
|
-
updated: "updated";
|
|
337
877
|
current: "current";
|
|
878
|
+
dirty: "dirty";
|
|
338
879
|
diverged: "diverged";
|
|
880
|
+
error: "error";
|
|
339
881
|
"no-remote": "no-remote";
|
|
340
882
|
skipped: "skipped";
|
|
883
|
+
updated: "updated";
|
|
341
884
|
}>;
|
|
342
885
|
behind: z.ZodOptional<z.ZodNumber>;
|
|
343
886
|
ahead: z.ZodOptional<z.ZodNumber>;
|
|
@@ -348,13 +891,13 @@ export declare const WorkspaceSyncSchema: z.ZodObject<{
|
|
|
348
891
|
repos: z.ZodArray<z.ZodObject<{
|
|
349
892
|
repo: z.ZodString;
|
|
350
893
|
status: z.ZodEnum<{
|
|
351
|
-
error: "error";
|
|
352
|
-
dirty: "dirty";
|
|
353
|
-
updated: "updated";
|
|
354
894
|
current: "current";
|
|
895
|
+
dirty: "dirty";
|
|
355
896
|
diverged: "diverged";
|
|
897
|
+
error: "error";
|
|
356
898
|
"no-remote": "no-remote";
|
|
357
899
|
skipped: "skipped";
|
|
900
|
+
updated: "updated";
|
|
358
901
|
}>;
|
|
359
902
|
behind: z.ZodOptional<z.ZodNumber>;
|
|
360
903
|
ahead: z.ZodOptional<z.ZodNumber>;
|
|
@@ -400,6 +943,7 @@ export declare const RepoAppSchema: z.ZodObject<{
|
|
|
400
943
|
running: z.ZodBoolean;
|
|
401
944
|
healthy: z.ZodBoolean;
|
|
402
945
|
}, z.core.$strip>;
|
|
946
|
+
export type RepoApp = z.infer<typeof RepoAppSchema>;
|
|
403
947
|
export declare const AppsListSchema: z.ZodObject<{
|
|
404
948
|
apps: z.ZodArray<z.ZodObject<{
|
|
405
949
|
app: z.ZodString;
|
|
@@ -410,6 +954,45 @@ export declare const AppsListSchema: z.ZodObject<{
|
|
|
410
954
|
}, z.core.$strip>>;
|
|
411
955
|
}, z.core.$strip>;
|
|
412
956
|
export type AppsList = z.infer<typeof AppsListSchema>;
|
|
957
|
+
export declare const WorkspacePackageSchema: z.ZodObject<{
|
|
958
|
+
name: z.ZodString;
|
|
959
|
+
dir: z.ZodString;
|
|
960
|
+
group: z.ZodString;
|
|
961
|
+
}, z.core.$strip>;
|
|
962
|
+
export type WorkspacePackage = z.infer<typeof WorkspacePackageSchema>;
|
|
963
|
+
export declare const WorkspaceDepTypeSchema: z.ZodEnum<{
|
|
964
|
+
dev: "dev";
|
|
965
|
+
peer: "peer";
|
|
966
|
+
prod: "prod";
|
|
967
|
+
}>;
|
|
968
|
+
export type WorkspaceDepType = z.infer<typeof WorkspaceDepTypeSchema>;
|
|
969
|
+
export declare const WorkspaceDepEdgeSchema: z.ZodObject<{
|
|
970
|
+
from: z.ZodString;
|
|
971
|
+
to: z.ZodString;
|
|
972
|
+
type: z.ZodEnum<{
|
|
973
|
+
dev: "dev";
|
|
974
|
+
peer: "peer";
|
|
975
|
+
prod: "prod";
|
|
976
|
+
}>;
|
|
977
|
+
}, z.core.$strip>;
|
|
978
|
+
export type WorkspaceDepEdge = z.infer<typeof WorkspaceDepEdgeSchema>;
|
|
979
|
+
export declare const WorkspaceGraphSchema: z.ZodObject<{
|
|
980
|
+
packages: z.ZodArray<z.ZodObject<{
|
|
981
|
+
name: z.ZodString;
|
|
982
|
+
dir: z.ZodString;
|
|
983
|
+
group: z.ZodString;
|
|
984
|
+
}, z.core.$strip>>;
|
|
985
|
+
edges: z.ZodArray<z.ZodObject<{
|
|
986
|
+
from: z.ZodString;
|
|
987
|
+
to: z.ZodString;
|
|
988
|
+
type: z.ZodEnum<{
|
|
989
|
+
dev: "dev";
|
|
990
|
+
peer: "peer";
|
|
991
|
+
prod: "prod";
|
|
992
|
+
}>;
|
|
993
|
+
}, z.core.$strip>>;
|
|
994
|
+
}, z.core.$strip>;
|
|
995
|
+
export type WorkspaceGraph = z.infer<typeof WorkspaceGraphSchema>;
|
|
413
996
|
export declare const RepoAppsParamSchema: z.ZodObject<{
|
|
414
997
|
repo: z.ZodString;
|
|
415
998
|
}, z.core.$strip>;
|
|
@@ -418,30 +1001,30 @@ export declare const AppParamSchema: z.ZodObject<{
|
|
|
418
1001
|
app: z.ZodString;
|
|
419
1002
|
}, z.core.$strip>;
|
|
420
1003
|
export declare const InventoryProviderSchema: z.ZodEnum<{
|
|
421
|
-
host: "host";
|
|
422
1004
|
cloudflare: "cloudflare";
|
|
423
1005
|
github: "github";
|
|
424
1006
|
gitlab: "gitlab";
|
|
1007
|
+
host: "host";
|
|
425
1008
|
stripe: "stripe";
|
|
426
1009
|
}>;
|
|
427
1010
|
export type InventoryProvider = z.infer<typeof InventoryProviderSchema>;
|
|
428
1011
|
export declare const ServiceKindSchema: z.ZodEnum<{
|
|
429
|
-
|
|
1012
|
+
infisical: "infisical";
|
|
1013
|
+
invoiceninja: "invoiceninja";
|
|
1014
|
+
openproject: "openproject";
|
|
430
1015
|
outline: "outline";
|
|
431
1016
|
paperless: "paperless";
|
|
432
|
-
|
|
433
|
-
invoiceninja: "invoiceninja";
|
|
434
|
-
infisical: "infisical";
|
|
1017
|
+
signoz: "signoz";
|
|
435
1018
|
}>;
|
|
436
1019
|
export type ServiceKind = z.infer<typeof ServiceKindSchema>;
|
|
437
1020
|
export declare const InventoryValuesSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
438
1021
|
export declare const BackendEntrySchema: z.ZodObject<{
|
|
439
1022
|
kind: z.ZodLiteral<"backend">;
|
|
440
1023
|
provider: z.ZodEnum<{
|
|
441
|
-
host: "host";
|
|
442
1024
|
cloudflare: "cloudflare";
|
|
443
1025
|
github: "github";
|
|
444
1026
|
gitlab: "gitlab";
|
|
1027
|
+
host: "host";
|
|
445
1028
|
stripe: "stripe";
|
|
446
1029
|
}>;
|
|
447
1030
|
name: z.ZodString;
|
|
@@ -450,12 +1033,12 @@ export declare const BackendEntrySchema: z.ZodObject<{
|
|
|
450
1033
|
export declare const ServiceEntrySchema: z.ZodObject<{
|
|
451
1034
|
kind: z.ZodLiteral<"service">;
|
|
452
1035
|
service: z.ZodEnum<{
|
|
453
|
-
|
|
1036
|
+
infisical: "infisical";
|
|
1037
|
+
invoiceninja: "invoiceninja";
|
|
1038
|
+
openproject: "openproject";
|
|
454
1039
|
outline: "outline";
|
|
455
1040
|
paperless: "paperless";
|
|
456
|
-
|
|
457
|
-
invoiceninja: "invoiceninja";
|
|
458
|
-
infisical: "infisical";
|
|
1041
|
+
signoz: "signoz";
|
|
459
1042
|
}>;
|
|
460
1043
|
name: z.ZodString;
|
|
461
1044
|
values: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -472,10 +1055,10 @@ export declare const AppEntrySchema: z.ZodObject<{
|
|
|
472
1055
|
export declare const InventoryEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
473
1056
|
kind: z.ZodLiteral<"backend">;
|
|
474
1057
|
provider: z.ZodEnum<{
|
|
475
|
-
host: "host";
|
|
476
1058
|
cloudflare: "cloudflare";
|
|
477
1059
|
github: "github";
|
|
478
1060
|
gitlab: "gitlab";
|
|
1061
|
+
host: "host";
|
|
479
1062
|
stripe: "stripe";
|
|
480
1063
|
}>;
|
|
481
1064
|
name: z.ZodString;
|
|
@@ -483,12 +1066,12 @@ export declare const InventoryEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<
|
|
|
483
1066
|
}, z.core.$strip>, z.ZodObject<{
|
|
484
1067
|
kind: z.ZodLiteral<"service">;
|
|
485
1068
|
service: z.ZodEnum<{
|
|
486
|
-
|
|
1069
|
+
infisical: "infisical";
|
|
1070
|
+
invoiceninja: "invoiceninja";
|
|
1071
|
+
openproject: "openproject";
|
|
487
1072
|
outline: "outline";
|
|
488
1073
|
paperless: "paperless";
|
|
489
|
-
|
|
490
|
-
invoiceninja: "invoiceninja";
|
|
491
|
-
infisical: "infisical";
|
|
1074
|
+
signoz: "signoz";
|
|
492
1075
|
}>;
|
|
493
1076
|
name: z.ZodString;
|
|
494
1077
|
values: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -505,10 +1088,10 @@ export type InventoryEntry = z.infer<typeof InventoryEntrySchema>;
|
|
|
505
1088
|
export declare const AddInventoryInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
506
1089
|
kind: z.ZodLiteral<"backend">;
|
|
507
1090
|
provider: z.ZodEnum<{
|
|
508
|
-
host: "host";
|
|
509
1091
|
cloudflare: "cloudflare";
|
|
510
1092
|
github: "github";
|
|
511
1093
|
gitlab: "gitlab";
|
|
1094
|
+
host: "host";
|
|
512
1095
|
stripe: "stripe";
|
|
513
1096
|
}>;
|
|
514
1097
|
values: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -516,12 +1099,12 @@ export declare const AddInventoryInputSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
516
1099
|
}, z.core.$strip>, z.ZodObject<{
|
|
517
1100
|
kind: z.ZodLiteral<"service">;
|
|
518
1101
|
service: z.ZodEnum<{
|
|
519
|
-
|
|
1102
|
+
infisical: "infisical";
|
|
1103
|
+
invoiceninja: "invoiceninja";
|
|
1104
|
+
openproject: "openproject";
|
|
520
1105
|
outline: "outline";
|
|
521
1106
|
paperless: "paperless";
|
|
522
|
-
|
|
523
|
-
invoiceninja: "invoiceninja";
|
|
524
|
-
infisical: "infisical";
|
|
1107
|
+
signoz: "signoz";
|
|
525
1108
|
}>;
|
|
526
1109
|
values: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
527
1110
|
on: z.ZodString;
|
|
@@ -542,10 +1125,10 @@ export declare const InventoryListSchema: z.ZodObject<{
|
|
|
542
1125
|
entries: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
543
1126
|
kind: z.ZodLiteral<"backend">;
|
|
544
1127
|
provider: z.ZodEnum<{
|
|
545
|
-
host: "host";
|
|
546
1128
|
cloudflare: "cloudflare";
|
|
547
1129
|
github: "github";
|
|
548
1130
|
gitlab: "gitlab";
|
|
1131
|
+
host: "host";
|
|
549
1132
|
stripe: "stripe";
|
|
550
1133
|
}>;
|
|
551
1134
|
name: z.ZodString;
|
|
@@ -553,12 +1136,12 @@ export declare const InventoryListSchema: z.ZodObject<{
|
|
|
553
1136
|
}, z.core.$strip>, z.ZodObject<{
|
|
554
1137
|
kind: z.ZodLiteral<"service">;
|
|
555
1138
|
service: z.ZodEnum<{
|
|
556
|
-
|
|
1139
|
+
infisical: "infisical";
|
|
1140
|
+
invoiceninja: "invoiceninja";
|
|
1141
|
+
openproject: "openproject";
|
|
557
1142
|
outline: "outline";
|
|
558
1143
|
paperless: "paperless";
|
|
559
|
-
|
|
560
|
-
invoiceninja: "invoiceninja";
|
|
561
|
-
infisical: "infisical";
|
|
1144
|
+
signoz: "signoz";
|
|
562
1145
|
}>;
|
|
563
1146
|
name: z.ZodString;
|
|
564
1147
|
values: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -578,8 +1161,8 @@ export declare const EnrollHostInputSchema: z.ZodObject<{
|
|
|
578
1161
|
address: z.ZodString;
|
|
579
1162
|
port: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
580
1163
|
via: z.ZodDefault<z.ZodEnum<{
|
|
581
|
-
direct: "direct";
|
|
582
1164
|
cloudflared: "cloudflared";
|
|
1165
|
+
direct: "direct";
|
|
583
1166
|
}>>;
|
|
584
1167
|
sshKey: z.ZodString;
|
|
585
1168
|
cfToken: z.ZodOptional<z.ZodString>;
|
|
@@ -587,116 +1170,63 @@ export declare const EnrollHostInputSchema: z.ZodObject<{
|
|
|
587
1170
|
}, z.core.$strip>;
|
|
588
1171
|
export type EnrollHostInput = z.infer<typeof EnrollHostInputSchema>;
|
|
589
1172
|
export declare const CapabilityKindSchema: z.ZodEnum<{
|
|
590
|
-
|
|
1173
|
+
agent: "agent";
|
|
1174
|
+
browser: "browser";
|
|
1175
|
+
cli: "cli";
|
|
591
1176
|
devops: "devops";
|
|
592
|
-
|
|
593
|
-
|
|
1177
|
+
docker: "docker";
|
|
1178
|
+
extension: "extension";
|
|
594
1179
|
integration: "integration";
|
|
595
|
-
|
|
1180
|
+
mcp: "mcp";
|
|
1181
|
+
monorepo: "monorepo";
|
|
596
1182
|
plugin: "plugin";
|
|
1183
|
+
service: "service";
|
|
597
1184
|
ssh: "ssh";
|
|
598
1185
|
vpn: "vpn";
|
|
599
|
-
docker: "docker";
|
|
600
|
-
browser: "browser";
|
|
601
1186
|
}>;
|
|
602
1187
|
export type CapabilityKind = z.infer<typeof CapabilityKindSchema>;
|
|
603
1188
|
export declare const CapabilityStateSchema: z.ZodEnum<{
|
|
604
|
-
pending: "pending";
|
|
605
|
-
error: "error";
|
|
606
1189
|
active: "active";
|
|
1190
|
+
error: "error";
|
|
607
1191
|
inactive: "inactive";
|
|
1192
|
+
pending: "pending";
|
|
608
1193
|
}>;
|
|
609
|
-
export type CapabilityState = z.infer<typeof CapabilityStateSchema>;
|
|
610
|
-
export declare const McpConfigSchema: z.ZodObject<{
|
|
611
|
-
url: z.ZodString;
|
|
612
|
-
token: z.ZodOptional<z.ZodString>;
|
|
613
|
-
}, z.core.$strip>;
|
|
614
|
-
export declare const ServiceConfigSchema: z.ZodObject<{
|
|
615
|
-
service: z.ZodEnum<{
|
|
616
|
-
signoz: "signoz";
|
|
617
|
-
outline: "outline";
|
|
618
|
-
paperless: "paperless";
|
|
619
|
-
openproject: "openproject";
|
|
620
|
-
invoiceninja: "invoiceninja";
|
|
621
|
-
infisical: "infisical";
|
|
622
|
-
}>;
|
|
623
|
-
domain: z.ZodString;
|
|
624
|
-
on: z.ZodString;
|
|
625
|
-
expose: z.ZodString;
|
|
626
|
-
}, z.core.$strip>;
|
|
627
|
-
export declare const IntegrationConfigSchema: z.ZodObject<{
|
|
628
|
-
provider: z.ZodLiteral<"stripe">;
|
|
629
|
-
}, z.core.$strip>;
|
|
630
|
-
export declare const CliConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
631
|
-
provider: z.ZodLiteral<"discord">;
|
|
632
|
-
botToken: z.ZodString;
|
|
633
|
-
voiceModel: z.ZodOptional<z.ZodEnum<{
|
|
634
|
-
small: "small";
|
|
635
|
-
base: "base";
|
|
636
|
-
tiny: "tiny";
|
|
637
|
-
medium: "medium";
|
|
638
|
-
"large-v3-turbo": "large-v3-turbo";
|
|
639
|
-
}>>;
|
|
640
|
-
voiceLanguage: z.ZodOptional<z.ZodString>;
|
|
641
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
642
|
-
provider: z.ZodLiteral<"github">;
|
|
643
|
-
token: z.ZodString;
|
|
644
|
-
git: z.ZodOptional<z.ZodEnum<{
|
|
645
|
-
on: "on";
|
|
646
|
-
off: "off";
|
|
647
|
-
}>>;
|
|
648
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
649
|
-
provider: z.ZodLiteral<"gitlab">;
|
|
650
|
-
token: z.ZodString;
|
|
651
|
-
url: z.ZodString;
|
|
652
|
-
git: z.ZodOptional<z.ZodEnum<{
|
|
653
|
-
on: "on";
|
|
654
|
-
off: "off";
|
|
655
|
-
}>>;
|
|
656
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
657
|
-
provider: z.ZodLiteral<"sentry">;
|
|
658
|
-
token: z.ZodString;
|
|
659
|
-
url: z.ZodString;
|
|
660
|
-
org: z.ZodOptional<z.ZodString>;
|
|
661
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
662
|
-
provider: z.ZodLiteral<"redmine">;
|
|
663
|
-
url: z.ZodString;
|
|
664
|
-
apiKey: z.ZodString;
|
|
665
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
666
|
-
provider: z.ZodLiteral<"outline">;
|
|
667
|
-
url: z.ZodString;
|
|
668
|
-
apiKey: z.ZodString;
|
|
669
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
670
|
-
provider: z.ZodLiteral<"imap">;
|
|
671
|
-
host: z.ZodString;
|
|
672
|
-
port: z.ZodCoercedNumber<unknown>;
|
|
673
|
-
username: z.ZodString;
|
|
674
|
-
password: z.ZodString;
|
|
675
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
676
|
-
provider: z.ZodLiteral<"signoz">;
|
|
1194
|
+
export type CapabilityState = z.infer<typeof CapabilityStateSchema>;
|
|
1195
|
+
export declare const McpConfigSchema: z.ZodObject<{
|
|
677
1196
|
url: z.ZodString;
|
|
678
|
-
|
|
679
|
-
}, z.core.$strip
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
1197
|
+
token: z.ZodOptional<z.ZodString>;
|
|
1198
|
+
}, z.core.$strip>;
|
|
1199
|
+
export declare const ServiceConfigSchema: z.ZodObject<{
|
|
1200
|
+
service: z.ZodEnum<{
|
|
1201
|
+
infisical: "infisical";
|
|
1202
|
+
invoiceninja: "invoiceninja";
|
|
1203
|
+
openproject: "openproject";
|
|
1204
|
+
outline: "outline";
|
|
1205
|
+
paperless: "paperless";
|
|
1206
|
+
signoz: "signoz";
|
|
1207
|
+
}>;
|
|
1208
|
+
domain: z.ZodString;
|
|
1209
|
+
on: z.ZodString;
|
|
1210
|
+
expose: z.ZodString;
|
|
1211
|
+
}, z.core.$strip>;
|
|
1212
|
+
export declare const IntegrationConfigSchema: z.ZodObject<{
|
|
1213
|
+
provider: z.ZodLiteral<"stripe">;
|
|
1214
|
+
}, z.core.$strip>;
|
|
1215
|
+
export declare const CliConfigSchema: z.ZodObject<{
|
|
1216
|
+
provider: z.ZodString;
|
|
1217
|
+
}, z.core.$catchall<z.ZodString>>;
|
|
694
1218
|
export declare const PluginConfigSchema: z.ZodObject<{
|
|
695
1219
|
url: z.ZodString;
|
|
696
1220
|
ref: z.ZodOptional<z.ZodString>;
|
|
697
1221
|
path: z.ZodOptional<z.ZodString>;
|
|
698
1222
|
token: z.ZodOptional<z.ZodString>;
|
|
699
1223
|
}, z.core.$strip>;
|
|
1224
|
+
export declare const ExtensionConfigSchema: z.ZodObject<{
|
|
1225
|
+
url: z.ZodString;
|
|
1226
|
+
ref: z.ZodString;
|
|
1227
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1228
|
+
token: z.ZodOptional<z.ZodString>;
|
|
1229
|
+
}, z.core.$strip>;
|
|
700
1230
|
export declare const SshConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
701
1231
|
auth: z.ZodLiteral<"key">;
|
|
702
1232
|
host: z.ZodString;
|
|
@@ -713,14 +1243,8 @@ export declare const SshConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
713
1243
|
export declare const VpnConfigSchema: z.ZodObject<{
|
|
714
1244
|
config: z.ZodString;
|
|
715
1245
|
enabled: z.ZodDefault<z.ZodEnum<{
|
|
716
|
-
on: "on";
|
|
717
1246
|
off: "off";
|
|
718
|
-
}>>;
|
|
719
|
-
}, z.core.$strip>;
|
|
720
|
-
export declare const DockerConfigSchema: z.ZodObject<{
|
|
721
|
-
enabled: z.ZodDefault<z.ZodEnum<{
|
|
722
1247
|
on: "on";
|
|
723
|
-
off: "off";
|
|
724
1248
|
}>>;
|
|
725
1249
|
}, z.core.$strip>;
|
|
726
1250
|
export declare const BrowserPlatformSchema: z.ZodEnum<{
|
|
@@ -735,16 +1259,23 @@ export declare const BrowserConfigSchema: z.ZodObject<{
|
|
|
735
1259
|
youtube: "youtube";
|
|
736
1260
|
}>;
|
|
737
1261
|
}, z.core.$strip>;
|
|
1262
|
+
export declare const AcpAgentConfigSchema: z.ZodObject<{
|
|
1263
|
+
command: z.ZodString;
|
|
1264
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1265
|
+
env: z.ZodOptional<z.ZodString>;
|
|
1266
|
+
loginCommand: z.ZodOptional<z.ZodString>;
|
|
1267
|
+
}, z.core.$strip>;
|
|
738
1268
|
export type McpConfig = z.infer<typeof McpConfigSchema>;
|
|
739
1269
|
export type ServiceConfig = z.infer<typeof ServiceConfigSchema>;
|
|
740
1270
|
export type IntegrationConfig = z.infer<typeof IntegrationConfigSchema>;
|
|
741
1271
|
export type CliConfig = z.infer<typeof CliConfigSchema>;
|
|
742
1272
|
export type PluginConfig = z.infer<typeof PluginConfigSchema>;
|
|
1273
|
+
export type ExtensionConfig = z.infer<typeof ExtensionConfigSchema>;
|
|
743
1274
|
export type SshConfig = z.infer<typeof SshConfigSchema>;
|
|
744
1275
|
export type VpnConfig = z.infer<typeof VpnConfigSchema>;
|
|
745
|
-
export type DockerConfig = z.infer<typeof DockerConfigSchema>;
|
|
746
1276
|
export type BrowserPlatform = z.infer<typeof BrowserPlatformSchema>;
|
|
747
1277
|
export type BrowserConfig = z.infer<typeof BrowserConfigSchema>;
|
|
1278
|
+
export type AcpAgentConfig = z.infer<typeof AcpAgentConfigSchema>;
|
|
748
1279
|
export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
749
1280
|
id: z.ZodString;
|
|
750
1281
|
kind: z.ZodLiteral<"devops">;
|
|
@@ -765,12 +1296,12 @@ export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
765
1296
|
kind: z.ZodLiteral<"service">;
|
|
766
1297
|
config: z.ZodObject<{
|
|
767
1298
|
service: z.ZodEnum<{
|
|
768
|
-
|
|
1299
|
+
infisical: "infisical";
|
|
1300
|
+
invoiceninja: "invoiceninja";
|
|
1301
|
+
openproject: "openproject";
|
|
769
1302
|
outline: "outline";
|
|
770
1303
|
paperless: "paperless";
|
|
771
|
-
|
|
772
|
-
invoiceninja: "invoiceninja";
|
|
773
|
-
infisical: "infisical";
|
|
1304
|
+
signoz: "signoz";
|
|
774
1305
|
}>;
|
|
775
1306
|
domain: z.ZodString;
|
|
776
1307
|
on: z.ZodString;
|
|
@@ -785,70 +1316,9 @@ export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
785
1316
|
}, z.core.$strip>, z.ZodObject<{
|
|
786
1317
|
id: z.ZodString;
|
|
787
1318
|
kind: z.ZodLiteral<"cli">;
|
|
788
|
-
config: z.
|
|
789
|
-
provider: z.
|
|
790
|
-
|
|
791
|
-
voiceModel: z.ZodOptional<z.ZodEnum<{
|
|
792
|
-
small: "small";
|
|
793
|
-
base: "base";
|
|
794
|
-
tiny: "tiny";
|
|
795
|
-
medium: "medium";
|
|
796
|
-
"large-v3-turbo": "large-v3-turbo";
|
|
797
|
-
}>>;
|
|
798
|
-
voiceLanguage: z.ZodOptional<z.ZodString>;
|
|
799
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
800
|
-
provider: z.ZodLiteral<"github">;
|
|
801
|
-
token: z.ZodString;
|
|
802
|
-
git: z.ZodOptional<z.ZodEnum<{
|
|
803
|
-
on: "on";
|
|
804
|
-
off: "off";
|
|
805
|
-
}>>;
|
|
806
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
807
|
-
provider: z.ZodLiteral<"gitlab">;
|
|
808
|
-
token: z.ZodString;
|
|
809
|
-
url: z.ZodString;
|
|
810
|
-
git: z.ZodOptional<z.ZodEnum<{
|
|
811
|
-
on: "on";
|
|
812
|
-
off: "off";
|
|
813
|
-
}>>;
|
|
814
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
815
|
-
provider: z.ZodLiteral<"sentry">;
|
|
816
|
-
token: z.ZodString;
|
|
817
|
-
url: z.ZodString;
|
|
818
|
-
org: z.ZodOptional<z.ZodString>;
|
|
819
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
820
|
-
provider: z.ZodLiteral<"redmine">;
|
|
821
|
-
url: z.ZodString;
|
|
822
|
-
apiKey: z.ZodString;
|
|
823
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
824
|
-
provider: z.ZodLiteral<"outline">;
|
|
825
|
-
url: z.ZodString;
|
|
826
|
-
apiKey: z.ZodString;
|
|
827
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
828
|
-
provider: z.ZodLiteral<"imap">;
|
|
829
|
-
host: z.ZodString;
|
|
830
|
-
port: z.ZodCoercedNumber<unknown>;
|
|
831
|
-
username: z.ZodString;
|
|
832
|
-
password: z.ZodString;
|
|
833
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
834
|
-
provider: z.ZodLiteral<"signoz">;
|
|
835
|
-
url: z.ZodString;
|
|
836
|
-
apiKey: z.ZodString;
|
|
837
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
838
|
-
provider: z.ZodLiteral<"postgres">;
|
|
839
|
-
host: z.ZodString;
|
|
840
|
-
port: z.ZodCoercedNumber<unknown>;
|
|
841
|
-
user: z.ZodString;
|
|
842
|
-
password: z.ZodString;
|
|
843
|
-
database: z.ZodString;
|
|
844
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
845
|
-
provider: z.ZodLiteral<"mysql">;
|
|
846
|
-
host: z.ZodString;
|
|
847
|
-
port: z.ZodCoercedNumber<unknown>;
|
|
848
|
-
user: z.ZodString;
|
|
849
|
-
password: z.ZodString;
|
|
850
|
-
database: z.ZodString;
|
|
851
|
-
}, z.core.$strip>], "provider">;
|
|
1319
|
+
config: z.ZodObject<{
|
|
1320
|
+
provider: z.ZodString;
|
|
1321
|
+
}, z.core.$catchall<z.ZodString>>;
|
|
852
1322
|
}, z.core.$strip>, z.ZodObject<{
|
|
853
1323
|
id: z.ZodString;
|
|
854
1324
|
kind: z.ZodLiteral<"plugin">;
|
|
@@ -858,6 +1328,15 @@ export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
858
1328
|
path: z.ZodOptional<z.ZodString>;
|
|
859
1329
|
token: z.ZodOptional<z.ZodString>;
|
|
860
1330
|
}, z.core.$strip>;
|
|
1331
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1332
|
+
id: z.ZodString;
|
|
1333
|
+
kind: z.ZodLiteral<"extension">;
|
|
1334
|
+
config: z.ZodObject<{
|
|
1335
|
+
url: z.ZodString;
|
|
1336
|
+
ref: z.ZodString;
|
|
1337
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1338
|
+
token: z.ZodOptional<z.ZodString>;
|
|
1339
|
+
}, z.core.$strip>;
|
|
861
1340
|
}, z.core.$strip>, z.ZodObject<{
|
|
862
1341
|
id: z.ZodString;
|
|
863
1342
|
kind: z.ZodLiteral<"ssh">;
|
|
@@ -880,19 +1359,14 @@ export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
880
1359
|
config: z.ZodObject<{
|
|
881
1360
|
config: z.ZodString;
|
|
882
1361
|
enabled: z.ZodDefault<z.ZodEnum<{
|
|
883
|
-
on: "on";
|
|
884
1362
|
off: "off";
|
|
1363
|
+
on: "on";
|
|
885
1364
|
}>>;
|
|
886
1365
|
}, z.core.$strip>;
|
|
887
1366
|
}, z.core.$strip>, z.ZodObject<{
|
|
888
1367
|
id: z.ZodString;
|
|
889
1368
|
kind: z.ZodLiteral<"docker">;
|
|
890
|
-
config: z.ZodObject<{
|
|
891
|
-
enabled: z.ZodDefault<z.ZodEnum<{
|
|
892
|
-
on: "on";
|
|
893
|
-
off: "off";
|
|
894
|
-
}>>;
|
|
895
|
-
}, z.core.$strip>;
|
|
1369
|
+
config: z.ZodObject<{}, z.core.$strip>;
|
|
896
1370
|
}, z.core.$strip>, z.ZodObject<{
|
|
897
1371
|
id: z.ZodString;
|
|
898
1372
|
kind: z.ZodLiteral<"browser">;
|
|
@@ -903,14 +1377,23 @@ export declare const CapabilitySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
903
1377
|
youtube: "youtube";
|
|
904
1378
|
}>;
|
|
905
1379
|
}, z.core.$strip>;
|
|
1380
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1381
|
+
id: z.ZodString;
|
|
1382
|
+
kind: z.ZodLiteral<"agent">;
|
|
1383
|
+
config: z.ZodObject<{
|
|
1384
|
+
command: z.ZodString;
|
|
1385
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1386
|
+
env: z.ZodOptional<z.ZodString>;
|
|
1387
|
+
loginCommand: z.ZodOptional<z.ZodString>;
|
|
1388
|
+
}, z.core.$strip>;
|
|
906
1389
|
}, z.core.$strip>], "kind">;
|
|
907
1390
|
export type Capability = z.infer<typeof CapabilitySchema>;
|
|
908
1391
|
export declare const CapabilityStatusSchema: z.ZodObject<{
|
|
909
1392
|
state: z.ZodEnum<{
|
|
910
|
-
pending: "pending";
|
|
911
|
-
error: "error";
|
|
912
1393
|
active: "active";
|
|
1394
|
+
error: "error";
|
|
913
1395
|
inactive: "inactive";
|
|
1396
|
+
pending: "pending";
|
|
914
1397
|
}>;
|
|
915
1398
|
detail: z.ZodOptional<z.ZodString>;
|
|
916
1399
|
}, z.core.$strip>;
|
|
@@ -918,24 +1401,26 @@ export type CapabilityStatus = z.infer<typeof CapabilityStatusSchema>;
|
|
|
918
1401
|
export declare const CapabilitySummarySchema: z.ZodObject<{
|
|
919
1402
|
id: z.ZodString;
|
|
920
1403
|
kind: z.ZodEnum<{
|
|
921
|
-
|
|
1404
|
+
agent: "agent";
|
|
1405
|
+
browser: "browser";
|
|
1406
|
+
cli: "cli";
|
|
922
1407
|
devops: "devops";
|
|
923
|
-
|
|
924
|
-
|
|
1408
|
+
docker: "docker";
|
|
1409
|
+
extension: "extension";
|
|
925
1410
|
integration: "integration";
|
|
926
|
-
|
|
1411
|
+
mcp: "mcp";
|
|
1412
|
+
monorepo: "monorepo";
|
|
927
1413
|
plugin: "plugin";
|
|
1414
|
+
service: "service";
|
|
928
1415
|
ssh: "ssh";
|
|
929
1416
|
vpn: "vpn";
|
|
930
|
-
docker: "docker";
|
|
931
|
-
browser: "browser";
|
|
932
1417
|
}>;
|
|
933
1418
|
status: z.ZodObject<{
|
|
934
1419
|
state: z.ZodEnum<{
|
|
935
|
-
pending: "pending";
|
|
936
|
-
error: "error";
|
|
937
1420
|
active: "active";
|
|
1421
|
+
error: "error";
|
|
938
1422
|
inactive: "inactive";
|
|
1423
|
+
pending: "pending";
|
|
939
1424
|
}>;
|
|
940
1425
|
detail: z.ZodOptional<z.ZodString>;
|
|
941
1426
|
}, z.core.$strip>;
|
|
@@ -945,24 +1430,26 @@ export declare const CapabilitiesListSchema: z.ZodObject<{
|
|
|
945
1430
|
capabilities: z.ZodArray<z.ZodObject<{
|
|
946
1431
|
id: z.ZodString;
|
|
947
1432
|
kind: z.ZodEnum<{
|
|
948
|
-
|
|
1433
|
+
agent: "agent";
|
|
1434
|
+
browser: "browser";
|
|
1435
|
+
cli: "cli";
|
|
949
1436
|
devops: "devops";
|
|
950
|
-
|
|
951
|
-
|
|
1437
|
+
docker: "docker";
|
|
1438
|
+
extension: "extension";
|
|
952
1439
|
integration: "integration";
|
|
953
|
-
|
|
1440
|
+
mcp: "mcp";
|
|
1441
|
+
monorepo: "monorepo";
|
|
954
1442
|
plugin: "plugin";
|
|
1443
|
+
service: "service";
|
|
955
1444
|
ssh: "ssh";
|
|
956
1445
|
vpn: "vpn";
|
|
957
|
-
docker: "docker";
|
|
958
|
-
browser: "browser";
|
|
959
1446
|
}>;
|
|
960
1447
|
status: z.ZodObject<{
|
|
961
1448
|
state: z.ZodEnum<{
|
|
962
|
-
pending: "pending";
|
|
963
|
-
error: "error";
|
|
964
1449
|
active: "active";
|
|
1450
|
+
error: "error";
|
|
965
1451
|
inactive: "inactive";
|
|
1452
|
+
pending: "pending";
|
|
966
1453
|
}>;
|
|
967
1454
|
detail: z.ZodOptional<z.ZodString>;
|
|
968
1455
|
}, z.core.$strip>;
|
|
@@ -976,6 +1463,9 @@ export declare const CapabilitySecretInputSchema: z.ZodObject<{
|
|
|
976
1463
|
id: z.ZodString;
|
|
977
1464
|
value: z.ZodString;
|
|
978
1465
|
}, z.core.$strip>;
|
|
1466
|
+
export declare const CapabilityLoginSchema: z.ZodObject<{
|
|
1467
|
+
session: z.ZodString;
|
|
1468
|
+
}, z.core.$strip>;
|
|
979
1469
|
export declare const MarketplaceRequestSchema: z.ZodObject<{
|
|
980
1470
|
url: z.ZodString;
|
|
981
1471
|
token: z.ZodOptional<z.ZodString>;
|
|
@@ -984,6 +1474,10 @@ export declare const MarketplacePluginSchema: z.ZodObject<{
|
|
|
984
1474
|
name: z.ZodString;
|
|
985
1475
|
description: z.ZodOptional<z.ZodString>;
|
|
986
1476
|
version: z.ZodOptional<z.ZodString>;
|
|
1477
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
1478
|
+
extension: "extension";
|
|
1479
|
+
plugin: "plugin";
|
|
1480
|
+
}>>;
|
|
987
1481
|
install: z.ZodOptional<z.ZodObject<{
|
|
988
1482
|
url: z.ZodString;
|
|
989
1483
|
ref: z.ZodOptional<z.ZodString>;
|
|
@@ -997,6 +1491,10 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
997
1491
|
name: z.ZodString;
|
|
998
1492
|
description: z.ZodOptional<z.ZodString>;
|
|
999
1493
|
version: z.ZodOptional<z.ZodString>;
|
|
1494
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
1495
|
+
extension: "extension";
|
|
1496
|
+
plugin: "plugin";
|
|
1497
|
+
}>>;
|
|
1000
1498
|
install: z.ZodOptional<z.ZodObject<{
|
|
1001
1499
|
url: z.ZodString;
|
|
1002
1500
|
ref: z.ZodOptional<z.ZodString>;
|
|
@@ -1005,6 +1503,259 @@ export declare const MarketplaceSchema: z.ZodObject<{
|
|
|
1005
1503
|
}, z.core.$strip>>;
|
|
1006
1504
|
}, z.core.$strip>;
|
|
1007
1505
|
export type Marketplace = z.infer<typeof MarketplaceSchema>;
|
|
1506
|
+
export declare const ExtensionSummarySchema: z.ZodObject<{
|
|
1507
|
+
id: z.ZodString;
|
|
1508
|
+
manifest: z.ZodObject<{
|
|
1509
|
+
publisher: z.ZodString;
|
|
1510
|
+
name: z.ZodString;
|
|
1511
|
+
version: z.ZodString;
|
|
1512
|
+
engines: z.ZodObject<{
|
|
1513
|
+
intentic: z.ZodString;
|
|
1514
|
+
}, z.core.$strip>;
|
|
1515
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
1516
|
+
permissions: z.ZodOptional<z.ZodObject<{
|
|
1517
|
+
sandbox: z.ZodArray<z.ZodString>;
|
|
1518
|
+
}, z.core.$strip>>;
|
|
1519
|
+
contributes: z.ZodOptional<z.ZodObject<{
|
|
1520
|
+
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1521
|
+
id: z.ZodString;
|
|
1522
|
+
label: z.ZodString;
|
|
1523
|
+
surface: z.ZodEnum<{
|
|
1524
|
+
directory: "directory";
|
|
1525
|
+
rail: "rail";
|
|
1526
|
+
}>;
|
|
1527
|
+
}, z.core.$strip>>>;
|
|
1528
|
+
viewers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1529
|
+
id: z.ZodString;
|
|
1530
|
+
extensions: z.ZodArray<z.ZodString>;
|
|
1531
|
+
fetch: z.ZodEnum<{
|
|
1532
|
+
blob: "blob";
|
|
1533
|
+
text: "text";
|
|
1534
|
+
}>;
|
|
1535
|
+
}, z.core.$strip>>>;
|
|
1536
|
+
commands: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1537
|
+
command: z.ZodString;
|
|
1538
|
+
title: z.ZodString;
|
|
1539
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1540
|
+
keybinding: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
}, z.core.$strip>>>;
|
|
1542
|
+
settings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1543
|
+
key: z.ZodString;
|
|
1544
|
+
type: z.ZodEnum<{
|
|
1545
|
+
boolean: "boolean";
|
|
1546
|
+
enum: "enum";
|
|
1547
|
+
number: "number";
|
|
1548
|
+
string: "string";
|
|
1549
|
+
}>;
|
|
1550
|
+
title: z.ZodString;
|
|
1551
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1552
|
+
default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1553
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1554
|
+
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1555
|
+
env: z.ZodOptional<z.ZodString>;
|
|
1556
|
+
}, z.core.$strip>>>;
|
|
1557
|
+
processes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1558
|
+
name: z.ZodString;
|
|
1559
|
+
command: z.ZodString;
|
|
1560
|
+
cwd: z.ZodOptional<z.ZodString>;
|
|
1561
|
+
port: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
1562
|
+
preview: z.ZodOptional<z.ZodBoolean>;
|
|
1563
|
+
autoStart: z.ZodOptional<z.ZodBoolean>;
|
|
1564
|
+
}, z.core.$strip>>>;
|
|
1565
|
+
agent: z.ZodOptional<z.ZodObject<{
|
|
1566
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1567
|
+
}, z.core.$strip>>;
|
|
1568
|
+
environment: z.ZodOptional<z.ZodObject<{
|
|
1569
|
+
fragment: z.ZodString;
|
|
1570
|
+
}, z.core.$strip>>;
|
|
1571
|
+
connectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1572
|
+
provider: z.ZodString;
|
|
1573
|
+
kind: z.ZodLiteral<"cli">;
|
|
1574
|
+
catalog: z.ZodObject<{
|
|
1575
|
+
name: z.ZodString;
|
|
1576
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
1577
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1578
|
+
description: z.ZodString;
|
|
1579
|
+
category: z.ZodString;
|
|
1580
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
1581
|
+
guide: z.ZodOptional<z.ZodObject<{
|
|
1582
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1583
|
+
urlFromField: z.ZodOptional<z.ZodString>;
|
|
1584
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1585
|
+
linkLabel: z.ZodOptional<z.ZodString>;
|
|
1586
|
+
scopes: z.ZodOptional<z.ZodString>;
|
|
1587
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1588
|
+
}, z.core.$strip>>;
|
|
1589
|
+
}, z.core.$strip>;
|
|
1590
|
+
fields: z.ZodArray<z.ZodObject<{
|
|
1591
|
+
key: z.ZodString;
|
|
1592
|
+
label: z.ZodString;
|
|
1593
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1594
|
+
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1595
|
+
optional: z.ZodOptional<z.ZodBoolean>;
|
|
1596
|
+
multiline: z.ZodOptional<z.ZodBoolean>;
|
|
1597
|
+
default: z.ZodOptional<z.ZodString>;
|
|
1598
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1599
|
+
value: z.ZodString;
|
|
1600
|
+
label: z.ZodString;
|
|
1601
|
+
}, z.core.$strip>>>;
|
|
1602
|
+
when: z.ZodOptional<z.ZodObject<{
|
|
1603
|
+
key: z.ZodString;
|
|
1604
|
+
value: z.ZodString;
|
|
1605
|
+
}, z.core.$strip>>;
|
|
1606
|
+
}, z.core.$strip>>;
|
|
1607
|
+
env: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1608
|
+
skill: z.ZodString;
|
|
1609
|
+
fragment: z.ZodOptional<z.ZodString>;
|
|
1610
|
+
}, z.core.$strip>>>;
|
|
1611
|
+
listener: z.ZodOptional<z.ZodObject<{
|
|
1612
|
+
provider: z.ZodString;
|
|
1613
|
+
eventTypes: z.ZodArray<z.ZodString>;
|
|
1614
|
+
}, z.core.$strip>>;
|
|
1615
|
+
bin: z.ZodOptional<z.ZodString>;
|
|
1616
|
+
}, z.core.$strip>>;
|
|
1617
|
+
}, z.core.$strip>;
|
|
1618
|
+
commit: z.ZodString;
|
|
1619
|
+
builtin: z.ZodBoolean;
|
|
1620
|
+
}, z.core.$strip>;
|
|
1621
|
+
export type ExtensionSummary = z.infer<typeof ExtensionSummarySchema>;
|
|
1622
|
+
export declare const ExtensionsListSchema: z.ZodObject<{
|
|
1623
|
+
extensions: z.ZodArray<z.ZodObject<{
|
|
1624
|
+
id: z.ZodString;
|
|
1625
|
+
manifest: z.ZodObject<{
|
|
1626
|
+
publisher: z.ZodString;
|
|
1627
|
+
name: z.ZodString;
|
|
1628
|
+
version: z.ZodString;
|
|
1629
|
+
engines: z.ZodObject<{
|
|
1630
|
+
intentic: z.ZodString;
|
|
1631
|
+
}, z.core.$strip>;
|
|
1632
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
1633
|
+
permissions: z.ZodOptional<z.ZodObject<{
|
|
1634
|
+
sandbox: z.ZodArray<z.ZodString>;
|
|
1635
|
+
}, z.core.$strip>>;
|
|
1636
|
+
contributes: z.ZodOptional<z.ZodObject<{
|
|
1637
|
+
views: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1638
|
+
id: z.ZodString;
|
|
1639
|
+
label: z.ZodString;
|
|
1640
|
+
surface: z.ZodEnum<{
|
|
1641
|
+
directory: "directory";
|
|
1642
|
+
rail: "rail";
|
|
1643
|
+
}>;
|
|
1644
|
+
}, z.core.$strip>>>;
|
|
1645
|
+
viewers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1646
|
+
id: z.ZodString;
|
|
1647
|
+
extensions: z.ZodArray<z.ZodString>;
|
|
1648
|
+
fetch: z.ZodEnum<{
|
|
1649
|
+
blob: "blob";
|
|
1650
|
+
text: "text";
|
|
1651
|
+
}>;
|
|
1652
|
+
}, z.core.$strip>>>;
|
|
1653
|
+
commands: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1654
|
+
command: z.ZodString;
|
|
1655
|
+
title: z.ZodString;
|
|
1656
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1657
|
+
keybinding: z.ZodOptional<z.ZodString>;
|
|
1658
|
+
}, z.core.$strip>>>;
|
|
1659
|
+
settings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1660
|
+
key: z.ZodString;
|
|
1661
|
+
type: z.ZodEnum<{
|
|
1662
|
+
boolean: "boolean";
|
|
1663
|
+
enum: "enum";
|
|
1664
|
+
number: "number";
|
|
1665
|
+
string: "string";
|
|
1666
|
+
}>;
|
|
1667
|
+
title: z.ZodString;
|
|
1668
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1669
|
+
default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1670
|
+
enum: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1671
|
+
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1672
|
+
env: z.ZodOptional<z.ZodString>;
|
|
1673
|
+
}, z.core.$strip>>>;
|
|
1674
|
+
processes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1675
|
+
name: z.ZodString;
|
|
1676
|
+
command: z.ZodString;
|
|
1677
|
+
cwd: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
port: z.ZodOptional<z.ZodLiteral<"auto">>;
|
|
1679
|
+
preview: z.ZodOptional<z.ZodBoolean>;
|
|
1680
|
+
autoStart: z.ZodOptional<z.ZodBoolean>;
|
|
1681
|
+
}, z.core.$strip>>>;
|
|
1682
|
+
agent: z.ZodOptional<z.ZodObject<{
|
|
1683
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1684
|
+
}, z.core.$strip>>;
|
|
1685
|
+
environment: z.ZodOptional<z.ZodObject<{
|
|
1686
|
+
fragment: z.ZodString;
|
|
1687
|
+
}, z.core.$strip>>;
|
|
1688
|
+
connectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1689
|
+
provider: z.ZodString;
|
|
1690
|
+
kind: z.ZodLiteral<"cli">;
|
|
1691
|
+
catalog: z.ZodObject<{
|
|
1692
|
+
name: z.ZodString;
|
|
1693
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
1694
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1695
|
+
description: z.ZodString;
|
|
1696
|
+
category: z.ZodString;
|
|
1697
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
1698
|
+
guide: z.ZodOptional<z.ZodObject<{
|
|
1699
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1700
|
+
urlFromField: z.ZodOptional<z.ZodString>;
|
|
1701
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1702
|
+
linkLabel: z.ZodOptional<z.ZodString>;
|
|
1703
|
+
scopes: z.ZodOptional<z.ZodString>;
|
|
1704
|
+
steps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1705
|
+
}, z.core.$strip>>;
|
|
1706
|
+
}, z.core.$strip>;
|
|
1707
|
+
fields: z.ZodArray<z.ZodObject<{
|
|
1708
|
+
key: z.ZodString;
|
|
1709
|
+
label: z.ZodString;
|
|
1710
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1711
|
+
secret: z.ZodOptional<z.ZodBoolean>;
|
|
1712
|
+
optional: z.ZodOptional<z.ZodBoolean>;
|
|
1713
|
+
multiline: z.ZodOptional<z.ZodBoolean>;
|
|
1714
|
+
default: z.ZodOptional<z.ZodString>;
|
|
1715
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1716
|
+
value: z.ZodString;
|
|
1717
|
+
label: z.ZodString;
|
|
1718
|
+
}, z.core.$strip>>>;
|
|
1719
|
+
when: z.ZodOptional<z.ZodObject<{
|
|
1720
|
+
key: z.ZodString;
|
|
1721
|
+
value: z.ZodString;
|
|
1722
|
+
}, z.core.$strip>>;
|
|
1723
|
+
}, z.core.$strip>>;
|
|
1724
|
+
env: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1725
|
+
skill: z.ZodString;
|
|
1726
|
+
fragment: z.ZodOptional<z.ZodString>;
|
|
1727
|
+
}, z.core.$strip>>>;
|
|
1728
|
+
listener: z.ZodOptional<z.ZodObject<{
|
|
1729
|
+
provider: z.ZodString;
|
|
1730
|
+
eventTypes: z.ZodArray<z.ZodString>;
|
|
1731
|
+
}, z.core.$strip>>;
|
|
1732
|
+
bin: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
}, z.core.$strip>>;
|
|
1734
|
+
}, z.core.$strip>;
|
|
1735
|
+
commit: z.ZodString;
|
|
1736
|
+
builtin: z.ZodBoolean;
|
|
1737
|
+
}, z.core.$strip>>;
|
|
1738
|
+
}, z.core.$strip>;
|
|
1739
|
+
export declare const ExtensionSettingsSchema: z.ZodObject<{
|
|
1740
|
+
settings: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1741
|
+
secretsSet: z.ZodArray<z.ZodString>;
|
|
1742
|
+
}, z.core.$strip>;
|
|
1743
|
+
export type ExtensionSettings = z.infer<typeof ExtensionSettingsSchema>;
|
|
1744
|
+
export declare const ExtensionSettingsInputSchema: z.ZodObject<{
|
|
1745
|
+
id: z.ZodString;
|
|
1746
|
+
settings: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1747
|
+
}, z.core.$strip>;
|
|
1748
|
+
export declare const ExtensionProcessParamSchema: z.ZodObject<{
|
|
1749
|
+
id: z.ZodString;
|
|
1750
|
+
name: z.ZodString;
|
|
1751
|
+
}, z.core.$strip>;
|
|
1752
|
+
export declare const ExtensionProcessStatusSchema: z.ZodObject<{
|
|
1753
|
+
name: z.ZodString;
|
|
1754
|
+
running: z.ZodBoolean;
|
|
1755
|
+
port: z.ZodOptional<z.ZodNumber>;
|
|
1756
|
+
previewUrl: z.ZodOptional<z.ZodString>;
|
|
1757
|
+
}, z.core.$strip>;
|
|
1758
|
+
export type ExtensionProcessStatus = z.infer<typeof ExtensionProcessStatusSchema>;
|
|
1008
1759
|
export declare const TriggerSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1009
1760
|
kind: z.ZodLiteral<"schedule">;
|
|
1010
1761
|
cron: z.ZodString;
|
|
@@ -1013,16 +1764,11 @@ export declare const TriggerSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1013
1764
|
token: z.ZodOptional<z.ZodString>;
|
|
1014
1765
|
}, z.core.$strip>, z.ZodObject<{
|
|
1015
1766
|
kind: z.ZodLiteral<"listener">;
|
|
1016
|
-
provider: z.
|
|
1017
|
-
discord: "discord";
|
|
1018
|
-
}>;
|
|
1767
|
+
provider: z.ZodString;
|
|
1019
1768
|
channelId: z.ZodOptional<z.ZodString>;
|
|
1020
|
-
eventType: z.ZodOptional<z.
|
|
1021
|
-
message: "message";
|
|
1022
|
-
voice_utterance: "voice_utterance";
|
|
1023
|
-
voice_transcript: "voice_transcript";
|
|
1024
|
-
}>>;
|
|
1769
|
+
eventType: z.ZodOptional<z.ZodString>;
|
|
1025
1770
|
mentioned: z.ZodOptional<z.ZodBoolean>;
|
|
1771
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1026
1772
|
}, z.core.$strip>], "kind">;
|
|
1027
1773
|
export type Trigger = z.infer<typeof TriggerSchema>;
|
|
1028
1774
|
export declare const AutomationSchema: z.ZodObject<{
|
|
@@ -1035,19 +1781,19 @@ export declare const AutomationSchema: z.ZodObject<{
|
|
|
1035
1781
|
token: z.ZodOptional<z.ZodString>;
|
|
1036
1782
|
}, z.core.$strip>, z.ZodObject<{
|
|
1037
1783
|
kind: z.ZodLiteral<"listener">;
|
|
1038
|
-
provider: z.
|
|
1039
|
-
discord: "discord";
|
|
1040
|
-
}>;
|
|
1784
|
+
provider: z.ZodString;
|
|
1041
1785
|
channelId: z.ZodOptional<z.ZodString>;
|
|
1042
|
-
eventType: z.ZodOptional<z.
|
|
1043
|
-
message: "message";
|
|
1044
|
-
voice_utterance: "voice_utterance";
|
|
1045
|
-
voice_transcript: "voice_transcript";
|
|
1046
|
-
}>>;
|
|
1786
|
+
eventType: z.ZodOptional<z.ZodString>;
|
|
1047
1787
|
mentioned: z.ZodOptional<z.ZodBoolean>;
|
|
1788
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1048
1789
|
}, z.core.$strip>], "kind">;
|
|
1049
1790
|
guard: z.ZodOptional<z.ZodString>;
|
|
1050
1791
|
prompt: z.ZodString;
|
|
1792
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
1793
|
+
harness: z.ZodOptional<z.ZodEnum<{
|
|
1794
|
+
"claude-code": "claude-code";
|
|
1795
|
+
native: "native";
|
|
1796
|
+
}>>;
|
|
1051
1797
|
model: z.ZodOptional<z.ZodString>;
|
|
1052
1798
|
requireApproval: z.ZodOptional<z.ZodBoolean>;
|
|
1053
1799
|
enabled: z.ZodBoolean;
|
|
@@ -1091,19 +1837,19 @@ export declare const AutomationSummarySchema: z.ZodObject<{
|
|
|
1091
1837
|
token: z.ZodOptional<z.ZodString>;
|
|
1092
1838
|
}, z.core.$strip>, z.ZodObject<{
|
|
1093
1839
|
kind: z.ZodLiteral<"listener">;
|
|
1094
|
-
provider: z.
|
|
1095
|
-
discord: "discord";
|
|
1096
|
-
}>;
|
|
1840
|
+
provider: z.ZodString;
|
|
1097
1841
|
channelId: z.ZodOptional<z.ZodString>;
|
|
1098
|
-
eventType: z.ZodOptional<z.
|
|
1099
|
-
message: "message";
|
|
1100
|
-
voice_utterance: "voice_utterance";
|
|
1101
|
-
voice_transcript: "voice_transcript";
|
|
1102
|
-
}>>;
|
|
1842
|
+
eventType: z.ZodOptional<z.ZodString>;
|
|
1103
1843
|
mentioned: z.ZodOptional<z.ZodBoolean>;
|
|
1844
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1104
1845
|
}, z.core.$strip>], "kind">;
|
|
1105
1846
|
guard: z.ZodOptional<z.ZodString>;
|
|
1106
1847
|
prompt: z.ZodString;
|
|
1848
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
1849
|
+
harness: z.ZodOptional<z.ZodEnum<{
|
|
1850
|
+
"claude-code": "claude-code";
|
|
1851
|
+
native: "native";
|
|
1852
|
+
}>>;
|
|
1107
1853
|
model: z.ZodOptional<z.ZodString>;
|
|
1108
1854
|
requireApproval: z.ZodOptional<z.ZodBoolean>;
|
|
1109
1855
|
enabled: z.ZodBoolean;
|
|
@@ -1118,6 +1864,7 @@ export declare const AutomationSummarySchema: z.ZodObject<{
|
|
|
1118
1864
|
}, z.core.$strip>>;
|
|
1119
1865
|
nextRun: z.ZodOptional<z.ZodNumber>;
|
|
1120
1866
|
}, z.core.$strip>;
|
|
1867
|
+
export type AutomationSummary = z.infer<typeof AutomationSummarySchema>;
|
|
1121
1868
|
export declare const AutomationsListSchema: z.ZodObject<{
|
|
1122
1869
|
automations: z.ZodArray<z.ZodObject<{
|
|
1123
1870
|
id: z.ZodString;
|
|
@@ -1129,19 +1876,19 @@ export declare const AutomationsListSchema: z.ZodObject<{
|
|
|
1129
1876
|
token: z.ZodOptional<z.ZodString>;
|
|
1130
1877
|
}, z.core.$strip>, z.ZodObject<{
|
|
1131
1878
|
kind: z.ZodLiteral<"listener">;
|
|
1132
|
-
provider: z.
|
|
1133
|
-
discord: "discord";
|
|
1134
|
-
}>;
|
|
1879
|
+
provider: z.ZodString;
|
|
1135
1880
|
channelId: z.ZodOptional<z.ZodString>;
|
|
1136
|
-
eventType: z.ZodOptional<z.
|
|
1137
|
-
message: "message";
|
|
1138
|
-
voice_utterance: "voice_utterance";
|
|
1139
|
-
voice_transcript: "voice_transcript";
|
|
1140
|
-
}>>;
|
|
1881
|
+
eventType: z.ZodOptional<z.ZodString>;
|
|
1141
1882
|
mentioned: z.ZodOptional<z.ZodBoolean>;
|
|
1883
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1142
1884
|
}, z.core.$strip>], "kind">;
|
|
1143
1885
|
guard: z.ZodOptional<z.ZodString>;
|
|
1144
1886
|
prompt: z.ZodString;
|
|
1887
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
1888
|
+
harness: z.ZodOptional<z.ZodEnum<{
|
|
1889
|
+
"claude-code": "claude-code";
|
|
1890
|
+
native: "native";
|
|
1891
|
+
}>>;
|
|
1145
1892
|
model: z.ZodOptional<z.ZodString>;
|
|
1146
1893
|
requireApproval: z.ZodOptional<z.ZodBoolean>;
|
|
1147
1894
|
enabled: z.ZodBoolean;
|
|
@@ -1161,11 +1908,11 @@ export declare const AutomationIdParamSchema: z.ZodObject<{
|
|
|
1161
1908
|
id: z.ZodString;
|
|
1162
1909
|
}, z.core.$strip>;
|
|
1163
1910
|
export declare const DraftStatusSchema: z.ZodEnum<{
|
|
1164
|
-
proposed: "proposed";
|
|
1165
1911
|
approved: "approved";
|
|
1166
|
-
posting: "posting";
|
|
1167
|
-
posted: "posted";
|
|
1168
1912
|
failed: "failed";
|
|
1913
|
+
posted: "posted";
|
|
1914
|
+
posting: "posting";
|
|
1915
|
+
proposed: "proposed";
|
|
1169
1916
|
}>;
|
|
1170
1917
|
export type DraftStatus = z.infer<typeof DraftStatusSchema>;
|
|
1171
1918
|
export declare const DraftSchema: z.ZodObject<{
|
|
@@ -1176,11 +1923,11 @@ export declare const DraftSchema: z.ZodObject<{
|
|
|
1176
1923
|
media: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1177
1924
|
scheduledAt: z.ZodOptional<z.ZodNumber>;
|
|
1178
1925
|
status: z.ZodDefault<z.ZodEnum<{
|
|
1179
|
-
proposed: "proposed";
|
|
1180
1926
|
approved: "approved";
|
|
1181
|
-
posting: "posting";
|
|
1182
|
-
posted: "posted";
|
|
1183
1927
|
failed: "failed";
|
|
1928
|
+
posted: "posted";
|
|
1929
|
+
posting: "posting";
|
|
1930
|
+
proposed: "proposed";
|
|
1184
1931
|
}>>;
|
|
1185
1932
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1186
1933
|
postedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1195,11 +1942,11 @@ export declare const DraftSummarySchema: z.ZodObject<{
|
|
|
1195
1942
|
media: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1196
1943
|
scheduledAt: z.ZodOptional<z.ZodNumber>;
|
|
1197
1944
|
status: z.ZodDefault<z.ZodEnum<{
|
|
1198
|
-
proposed: "proposed";
|
|
1199
1945
|
approved: "approved";
|
|
1200
|
-
posting: "posting";
|
|
1201
|
-
posted: "posted";
|
|
1202
1946
|
failed: "failed";
|
|
1947
|
+
posted: "posted";
|
|
1948
|
+
posting: "posting";
|
|
1949
|
+
proposed: "proposed";
|
|
1203
1950
|
}>>;
|
|
1204
1951
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1205
1952
|
postedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1216,11 +1963,11 @@ export declare const DraftsListSchema: z.ZodObject<{
|
|
|
1216
1963
|
media: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1217
1964
|
scheduledAt: z.ZodOptional<z.ZodNumber>;
|
|
1218
1965
|
status: z.ZodDefault<z.ZodEnum<{
|
|
1219
|
-
proposed: "proposed";
|
|
1220
1966
|
approved: "approved";
|
|
1221
|
-
posting: "posting";
|
|
1222
|
-
posted: "posted";
|
|
1223
1967
|
failed: "failed";
|
|
1968
|
+
posted: "posted";
|
|
1969
|
+
posting: "posting";
|
|
1970
|
+
proposed: "proposed";
|
|
1224
1971
|
}>>;
|
|
1225
1972
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1226
1973
|
postedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1241,8 +1988,8 @@ export declare const PanelSummarySchema: z.ZodObject<{
|
|
|
1241
1988
|
previewUrl: z.ZodOptional<z.ZodString>;
|
|
1242
1989
|
role: z.ZodOptional<z.ZodEnum<{
|
|
1243
1990
|
app: "app";
|
|
1244
|
-
intent: "intent";
|
|
1245
1991
|
"desired-state": "desired-state";
|
|
1992
|
+
intent: "intent";
|
|
1246
1993
|
}>>;
|
|
1247
1994
|
deployConfig: z.ZodBoolean;
|
|
1248
1995
|
desiredState: z.ZodBoolean;
|
|
@@ -1261,8 +2008,8 @@ export declare const PanelsListSchema: z.ZodObject<{
|
|
|
1261
2008
|
previewUrl: z.ZodOptional<z.ZodString>;
|
|
1262
2009
|
role: z.ZodOptional<z.ZodEnum<{
|
|
1263
2010
|
app: "app";
|
|
1264
|
-
intent: "intent";
|
|
1265
2011
|
"desired-state": "desired-state";
|
|
2012
|
+
intent: "intent";
|
|
1266
2013
|
}>>;
|
|
1267
2014
|
deployConfig: z.ZodBoolean;
|
|
1268
2015
|
desiredState: z.ZodBoolean;
|
|
@@ -1275,15 +2022,62 @@ export type PanelsList = z.infer<typeof PanelsListSchema>;
|
|
|
1275
2022
|
export declare const PanelRepoParamSchema: z.ZodObject<{
|
|
1276
2023
|
repo: z.ZodString;
|
|
1277
2024
|
}, z.core.$strip>;
|
|
2025
|
+
export declare const PortSummarySchema: z.ZodObject<{
|
|
2026
|
+
port: z.ZodNumber;
|
|
2027
|
+
host: z.ZodEnum<{
|
|
2028
|
+
"127.0.0.1": "127.0.0.1";
|
|
2029
|
+
"::1": "::1";
|
|
2030
|
+
}>;
|
|
2031
|
+
kind: z.ZodEnum<{
|
|
2032
|
+
system: "system";
|
|
2033
|
+
workspace: "workspace";
|
|
2034
|
+
}>;
|
|
2035
|
+
pid: z.ZodOptional<z.ZodNumber>;
|
|
2036
|
+
command: z.ZodOptional<z.ZodString>;
|
|
2037
|
+
cwd: z.ZodOptional<z.ZodString>;
|
|
2038
|
+
forwarded: z.ZodBoolean;
|
|
2039
|
+
previewUrl: z.ZodOptional<z.ZodString>;
|
|
2040
|
+
}, z.core.$strip>;
|
|
2041
|
+
export type PortSummary = z.infer<typeof PortSummarySchema>;
|
|
2042
|
+
export declare const PortsListSchema: z.ZodObject<{
|
|
2043
|
+
ports: z.ZodArray<z.ZodObject<{
|
|
2044
|
+
port: z.ZodNumber;
|
|
2045
|
+
host: z.ZodEnum<{
|
|
2046
|
+
"127.0.0.1": "127.0.0.1";
|
|
2047
|
+
"::1": "::1";
|
|
2048
|
+
}>;
|
|
2049
|
+
kind: z.ZodEnum<{
|
|
2050
|
+
system: "system";
|
|
2051
|
+
workspace: "workspace";
|
|
2052
|
+
}>;
|
|
2053
|
+
pid: z.ZodOptional<z.ZodNumber>;
|
|
2054
|
+
command: z.ZodOptional<z.ZodString>;
|
|
2055
|
+
cwd: z.ZodOptional<z.ZodString>;
|
|
2056
|
+
forwarded: z.ZodBoolean;
|
|
2057
|
+
previewUrl: z.ZodOptional<z.ZodString>;
|
|
2058
|
+
}, z.core.$strip>>;
|
|
2059
|
+
}, z.core.$strip>;
|
|
2060
|
+
export type PortsList = z.infer<typeof PortsListSchema>;
|
|
2061
|
+
export declare const PortParamSchema: z.ZodObject<{
|
|
2062
|
+
port: z.ZodNumber;
|
|
2063
|
+
}, z.core.$strip>;
|
|
2064
|
+
export declare const PortForwardResultSchema: z.ZodObject<{
|
|
2065
|
+
previewUrl: z.ZodOptional<z.ZodString>;
|
|
2066
|
+
}, z.core.$strip>;
|
|
2067
|
+
export type PortForwardResult = z.infer<typeof PortForwardResultSchema>;
|
|
1278
2068
|
export declare const TerminalSessionSchema: z.ZodObject<{
|
|
1279
2069
|
name: z.ZodString;
|
|
1280
2070
|
label: z.ZodOptional<z.ZodString>;
|
|
1281
2071
|
kind: z.ZodEnum<{
|
|
1282
2072
|
agent: "agent";
|
|
1283
|
-
|
|
2073
|
+
job: "job";
|
|
1284
2074
|
panel: "panel";
|
|
2075
|
+
process: "process";
|
|
2076
|
+
shell: "shell";
|
|
1285
2077
|
}>;
|
|
1286
2078
|
running: z.ZodBoolean;
|
|
2079
|
+
extensionId: z.ZodOptional<z.ZodString>;
|
|
2080
|
+
processName: z.ZodOptional<z.ZodString>;
|
|
1287
2081
|
}, z.core.$strip>;
|
|
1288
2082
|
export declare const TerminalsListSchema: z.ZodObject<{
|
|
1289
2083
|
sessions: z.ZodArray<z.ZodObject<{
|
|
@@ -1291,10 +2085,14 @@ export declare const TerminalsListSchema: z.ZodObject<{
|
|
|
1291
2085
|
label: z.ZodOptional<z.ZodString>;
|
|
1292
2086
|
kind: z.ZodEnum<{
|
|
1293
2087
|
agent: "agent";
|
|
1294
|
-
|
|
2088
|
+
job: "job";
|
|
1295
2089
|
panel: "panel";
|
|
2090
|
+
process: "process";
|
|
2091
|
+
shell: "shell";
|
|
1296
2092
|
}>;
|
|
1297
2093
|
running: z.ZodBoolean;
|
|
2094
|
+
extensionId: z.ZodOptional<z.ZodString>;
|
|
2095
|
+
processName: z.ZodOptional<z.ZodString>;
|
|
1298
2096
|
}, z.core.$strip>>;
|
|
1299
2097
|
}, z.core.$strip>;
|
|
1300
2098
|
export type TerminalsList = z.infer<typeof TerminalsListSchema>;
|
|
@@ -1337,15 +2135,16 @@ export declare const SecretRevealSchema: z.ZodObject<{
|
|
|
1337
2135
|
export declare const SecretInventoryEntrySchema: z.ZodObject<{
|
|
1338
2136
|
key: z.ZodString;
|
|
1339
2137
|
kind: z.ZodEnum<{
|
|
1340
|
-
|
|
2138
|
+
capability: "capability";
|
|
1341
2139
|
env: "env";
|
|
1342
2140
|
generated: "generated";
|
|
1343
|
-
|
|
2141
|
+
provider: "provider";
|
|
1344
2142
|
}>;
|
|
2143
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1345
2144
|
status: z.ZodEnum<{
|
|
1346
|
-
set: "set";
|
|
1347
2145
|
connected: "connected";
|
|
1348
2146
|
missing: "missing";
|
|
2147
|
+
set: "set";
|
|
1349
2148
|
}>;
|
|
1350
2149
|
requiredBy: z.ZodArray<z.ZodObject<{
|
|
1351
2150
|
resourceId: z.ZodString;
|
|
@@ -1363,15 +2162,16 @@ export declare const SecretInventorySchema: z.ZodObject<{
|
|
|
1363
2162
|
entries: z.ZodArray<z.ZodObject<{
|
|
1364
2163
|
key: z.ZodString;
|
|
1365
2164
|
kind: z.ZodEnum<{
|
|
1366
|
-
|
|
2165
|
+
capability: "capability";
|
|
1367
2166
|
env: "env";
|
|
1368
2167
|
generated: "generated";
|
|
1369
|
-
|
|
2168
|
+
provider: "provider";
|
|
1370
2169
|
}>;
|
|
2170
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1371
2171
|
status: z.ZodEnum<{
|
|
1372
|
-
set: "set";
|
|
1373
2172
|
connected: "connected";
|
|
1374
2173
|
missing: "missing";
|
|
2174
|
+
set: "set";
|
|
1375
2175
|
}>;
|
|
1376
2176
|
requiredBy: z.ZodArray<z.ZodObject<{
|
|
1377
2177
|
resourceId: z.ZodString;
|
|
@@ -1389,6 +2189,8 @@ export declare const InfoSchema: z.ZodObject<{
|
|
|
1389
2189
|
name: z.ZodOptional<z.ZodString>;
|
|
1390
2190
|
image: z.ZodOptional<z.ZodString>;
|
|
1391
2191
|
version: z.ZodOptional<z.ZodString>;
|
|
2192
|
+
latest: z.ZodOptional<z.ZodString>;
|
|
2193
|
+
updateAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
1392
2194
|
}, z.core.$strip>;
|
|
1393
2195
|
export declare const HostTunnelInputSchema: z.ZodObject<{
|
|
1394
2196
|
hostName: z.ZodString;
|
|
@@ -1401,9 +2203,10 @@ export declare const ActivityEventSchema: z.ZodObject<{
|
|
|
1401
2203
|
id: z.ZodString;
|
|
1402
2204
|
at: z.ZodNumber;
|
|
1403
2205
|
provider: z.ZodOptional<z.ZodString>;
|
|
2206
|
+
account: z.ZodOptional<z.ZodString>;
|
|
1404
2207
|
direction: z.ZodEnum<{
|
|
1405
|
-
out: "out";
|
|
1406
2208
|
in: "in";
|
|
2209
|
+
out: "out";
|
|
1407
2210
|
system: "system";
|
|
1408
2211
|
}>;
|
|
1409
2212
|
type: z.ZodString;
|
|
@@ -1433,9 +2236,10 @@ export declare const ActivityListSchema: z.ZodObject<{
|
|
|
1433
2236
|
id: z.ZodString;
|
|
1434
2237
|
at: z.ZodNumber;
|
|
1435
2238
|
provider: z.ZodOptional<z.ZodString>;
|
|
2239
|
+
account: z.ZodOptional<z.ZodString>;
|
|
1436
2240
|
direction: z.ZodEnum<{
|
|
1437
|
-
out: "out";
|
|
1438
2241
|
in: "in";
|
|
2242
|
+
out: "out";
|
|
1439
2243
|
system: "system";
|
|
1440
2244
|
}>;
|
|
1441
2245
|
type: z.ZodString;
|
|
@@ -1458,9 +2262,10 @@ export declare const ActivityConnectionSchema: z.ZodObject<{
|
|
|
1458
2262
|
capabilityId: z.ZodString;
|
|
1459
2263
|
provider: z.ZodString;
|
|
1460
2264
|
gateway: z.ZodEnum<{
|
|
1461
|
-
ready: "ready";
|
|
1462
2265
|
connecting: "connecting";
|
|
1463
2266
|
disconnected: "disconnected";
|
|
2267
|
+
idle: "idle";
|
|
2268
|
+
ready: "ready";
|
|
1464
2269
|
}>;
|
|
1465
2270
|
lastError: z.ZodOptional<z.ZodString>;
|
|
1466
2271
|
}, z.core.$strip>;
|
|
@@ -1469,9 +2274,10 @@ export declare const ActivityStatusSchema: z.ZodObject<{
|
|
|
1469
2274
|
capabilityId: z.ZodString;
|
|
1470
2275
|
provider: z.ZodString;
|
|
1471
2276
|
gateway: z.ZodEnum<{
|
|
1472
|
-
ready: "ready";
|
|
1473
2277
|
connecting: "connecting";
|
|
1474
2278
|
disconnected: "disconnected";
|
|
2279
|
+
idle: "idle";
|
|
2280
|
+
ready: "ready";
|
|
1475
2281
|
}>;
|
|
1476
2282
|
lastError: z.ZodOptional<z.ZodString>;
|
|
1477
2283
|
}, z.core.$strip>>;
|
|
@@ -1483,6 +2289,29 @@ export declare const ActivityStatusSchema: z.ZodObject<{
|
|
|
1483
2289
|
}, z.core.$strip>>;
|
|
1484
2290
|
}, z.core.$strip>;
|
|
1485
2291
|
export type ActivityStatus = z.infer<typeof ActivityStatusSchema>;
|
|
2292
|
+
export declare const UsageAccountSchema: z.ZodObject<{
|
|
2293
|
+
provider: z.ZodString;
|
|
2294
|
+
account: z.ZodString;
|
|
2295
|
+
turns: z.ZodNumber;
|
|
2296
|
+
inputTokens: z.ZodNumber;
|
|
2297
|
+
outputTokens: z.ZodNumber;
|
|
2298
|
+
cacheReadTokens: z.ZodNumber;
|
|
2299
|
+
cacheCreationTokens: z.ZodNumber;
|
|
2300
|
+
costUsd: z.ZodNumber;
|
|
2301
|
+
}, z.core.$strip>;
|
|
2302
|
+
export type UsageAccount = z.infer<typeof UsageAccountSchema>;
|
|
2303
|
+
export declare const UsageSummarySchema: z.ZodObject<{
|
|
2304
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
2305
|
+
provider: z.ZodString;
|
|
2306
|
+
account: z.ZodString;
|
|
2307
|
+
turns: z.ZodNumber;
|
|
2308
|
+
inputTokens: z.ZodNumber;
|
|
2309
|
+
outputTokens: z.ZodNumber;
|
|
2310
|
+
cacheReadTokens: z.ZodNumber;
|
|
2311
|
+
cacheCreationTokens: z.ZodNumber;
|
|
2312
|
+
costUsd: z.ZodNumber;
|
|
2313
|
+
}, z.core.$strip>>;
|
|
2314
|
+
}, z.core.$strip>;
|
|
1486
2315
|
export declare const LogFileEntrySchema: z.ZodObject<{
|
|
1487
2316
|
name: z.ZodString;
|
|
1488
2317
|
sizeBytes: z.ZodNumber;
|
|
@@ -1506,6 +2335,7 @@ export declare const LogReadSchema: z.ZodObject<{
|
|
|
1506
2335
|
text: z.ZodString;
|
|
1507
2336
|
truncated: z.ZodBoolean;
|
|
1508
2337
|
}, z.core.$strip>;
|
|
2338
|
+
export type LogRead = z.infer<typeof LogReadSchema>;
|
|
1509
2339
|
export declare const PresenceReportSchema: z.ZodObject<{
|
|
1510
2340
|
clientId: z.ZodString;
|
|
1511
2341
|
idle: z.ZodBoolean;
|