@opengeni/contracts 0.39.0 → 0.44.1
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/atlassian.d.ts +278 -0
- package/dist/atlassian.js +55 -0
- package/dist/atlassian.js.map +1 -0
- package/dist/chunk-52SGB2QO.js +688 -0
- package/dist/chunk-52SGB2QO.js.map +1 -0
- package/dist/{chunk-7JZMI22I.js → chunk-5UDNP7AO.js} +34 -2
- package/dist/chunk-5UDNP7AO.js.map +1 -0
- package/dist/chunk-BVGIYW7D.js +11 -0
- package/dist/chunk-BVGIYW7D.js.map +1 -0
- package/dist/chunk-CADSX6UN.js +1145 -0
- package/dist/chunk-CADSX6UN.js.map +1 -0
- package/dist/chunk-D2HKF2EF.js +1460 -0
- package/dist/chunk-D2HKF2EF.js.map +1 -0
- package/dist/chunk-FJBG5E4O.js +194 -0
- package/dist/chunk-FJBG5E4O.js.map +1 -0
- package/dist/chunk-H5BVCZKF.js +382 -0
- package/dist/chunk-H5BVCZKF.js.map +1 -0
- package/dist/chunk-LSB7GRLG.js +779 -0
- package/dist/chunk-LSB7GRLG.js.map +1 -0
- package/dist/chunk-MYBZRDTY.js +340 -0
- package/dist/chunk-MYBZRDTY.js.map +1 -0
- package/dist/chunk-RIY7GYQS.js +1204 -0
- package/dist/chunk-RIY7GYQS.js.map +1 -0
- package/dist/chunk-TZ6YEYN4.js +386 -0
- package/dist/chunk-TZ6YEYN4.js.map +1 -0
- package/dist/chunk-VA22KRHS.js +15177 -0
- package/dist/chunk-VA22KRHS.js.map +1 -0
- package/dist/chunk-Y3MLSLB4.js +392 -0
- package/dist/chunk-Y3MLSLB4.js.map +1 -0
- package/dist/chunk-YRKRZ6OF.js +134 -0
- package/dist/chunk-YRKRZ6OF.js.map +1 -0
- package/dist/company-profile.d.ts +629 -0
- package/dist/document-artifact-commands.d.ts +282 -0
- package/dist/document-artifact-commands.js +54 -0
- package/dist/document-artifact-commands.js.map +1 -0
- package/dist/document-artifact-query.d.ts +2 -0
- package/dist/document-artifact-query.js +54 -0
- package/dist/document-artifact-query.js.map +1 -0
- package/dist/editable-artifact-binary.d.ts +56 -0
- package/dist/editable-artifact-causal-frontier.d.ts +12 -0
- package/dist/editable-artifact-causal-frontier.js +18 -0
- package/dist/editable-artifact-causal-frontier.js.map +1 -0
- package/dist/editable-artifact-codec-registry.d.ts +48 -0
- package/dist/editable-artifact-codec-registry.js +20 -0
- package/dist/editable-artifact-codec-registry.js.map +1 -0
- package/dist/editable-artifact-committed-transaction.d.ts +35 -0
- package/dist/editable-artifact-committed-transaction.js +19 -0
- package/dist/editable-artifact-committed-transaction.js.map +1 -0
- package/dist/editable-artifact-live.d.ts +276 -0
- package/dist/editable-artifact-live.js +907 -0
- package/dist/editable-artifact-live.js.map +1 -0
- package/dist/editable-artifact-serialized-commit.d.ts +53 -0
- package/dist/editable-artifact-serialized-commit.js +26 -0
- package/dist/editable-artifact-serialized-commit.js.map +1 -0
- package/dist/editable-artifact-versions.d.ts +6 -0
- package/dist/editable-artifact-versions.js +11 -0
- package/dist/editable-artifact-versions.js.map +1 -0
- package/dist/editable-artifacts.d.ts +46 -0
- package/dist/editable-artifacts.js +236 -0
- package/dist/editable-artifacts.js.map +1 -0
- package/dist/event-preview.d.ts +7 -7
- package/dist/google-drive.d.ts +114 -2
- package/dist/google-drive.js +70 -14
- package/dist/google-drive.js.map +1 -1
- package/dist/image-generation.d.ts +70 -0
- package/dist/index.d.ts +5180 -329
- package/dist/index.js +1173 -40
- package/dist/interaction.d.ts +6895 -0
- package/dist/mcp-receipts.d.ts +96 -0
- package/dist/memory-slack-delivery.d.ts +397 -0
- package/dist/presentation-artifact-commands.d.ts +349 -0
- package/dist/presentation-artifact-commands.js +66 -0
- package/dist/presentation-artifact-commands.js.map +1 -0
- package/dist/presentation-artifact-query.d.ts +2 -0
- package/dist/presentation-artifact-query.js +66 -0
- package/dist/presentation-artifact-query.js.map +1 -0
- package/dist/retained-output.d.ts +83 -6
- package/dist/sandbox-snapshots.d.ts +9 -0
- package/dist/scoped-knowledge.d.ts +14 -13
- package/dist/slack-bot-scopes.d.ts +4 -0
- package/dist/slack-bot-scopes.js +3 -1
- package/dist/spreadsheet-artifact-commands.d.ts +101 -0
- package/dist/spreadsheet-artifact-commands.js +27 -0
- package/dist/spreadsheet-artifact-commands.js.map +1 -0
- package/dist/spreadsheet-artifact-date.d.ts +4 -0
- package/dist/spreadsheet-artifact-query.d.ts +120 -0
- package/dist/spreadsheet-artifact-query.js +48 -0
- package/dist/spreadsheet-artifact-query.js.map +1 -0
- package/dist/tool-catalog.d.ts +576 -0
- package/dist/video-generation.d.ts +532 -0
- package/dist/video-generation.js +51 -0
- package/dist/video-generation.js.map +1 -0
- package/dist/workspace-learning-policy.d.ts +208 -0
- package/package.json +61 -1
- package/src/atlassian.ts +160 -0
- package/src/company-profile.ts +306 -0
- package/src/document-artifact-commands.ts +1709 -0
- package/src/document-artifact-query.ts +2 -0
- package/src/editable-artifact-binary.ts +396 -0
- package/src/editable-artifact-causal-frontier.ts +154 -0
- package/src/editable-artifact-codec-registry.ts +261 -0
- package/src/editable-artifact-committed-transaction.ts +478 -0
- package/src/editable-artifact-live.ts +1379 -0
- package/src/editable-artifact-serialized-commit.ts +494 -0
- package/src/editable-artifact-versions.ts +8 -0
- package/src/editable-artifacts.ts +473 -0
- package/src/event-preview.ts +6 -6
- package/src/google-drive.ts +68 -15
- package/src/image-generation.ts +106 -0
- package/src/index.ts +2535 -282
- package/src/interaction.ts +2292 -0
- package/src/mcp-receipts.ts +281 -0
- package/src/memory-slack-delivery.ts +183 -0
- package/src/presentation-artifact-commands.ts +2035 -0
- package/src/presentation-artifact-query.ts +2 -0
- package/src/retained-output.ts +248 -8
- package/src/sandbox-snapshots.ts +28 -1
- package/src/scoped-knowledge.ts +18 -4
- package/src/slack-bot-scopes.ts +34 -1
- package/src/spreadsheet-artifact-commands.ts +999 -0
- package/src/spreadsheet-artifact-date.ts +21 -0
- package/src/spreadsheet-artifact-query.ts +1411 -0
- package/src/tool-catalog.ts +334 -0
- package/src/video-generation.ts +394 -0
- package/src/workspace-learning-policy.ts +233 -0
- package/dist/chunk-7JZMI22I.js.map +0 -1
- package/dist/chunk-PCTCJEAF.js +0 -10799
- package/dist/chunk-PCTCJEAF.js.map +0 -1
- package/dist/secret-redaction.d.ts +0 -40
- package/src/secret-redaction.ts +0 -364
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const ATTEMPT_TOOL_CATALOG_VERSION: 1;
|
|
3
|
+
export declare const ATTEMPT_TOOL_CATALOG_MAX_ENTRIES = 4096;
|
|
4
|
+
export declare const ATTEMPT_TOOL_CATALOG_MAX_BYTES: number;
|
|
5
|
+
export declare const ATTEMPT_TOOL_CATALOG_MAX_PATH_SEGMENTS = 8;
|
|
6
|
+
export declare const ATTEMPT_TOOL_CATALOG_MAX_CONTENT_BLOCKS = 1024;
|
|
7
|
+
export declare const CODEMODE_OPERATION_VERSION: 1;
|
|
8
|
+
export declare const CODEMODE_ARGUMENTS_MAX_BYTES: number;
|
|
9
|
+
export declare const CODEMODE_RESULT_MAX_BYTES: number;
|
|
10
|
+
export declare const CODEMODE_DISPATCH_TIMEOUT_MS = 5000;
|
|
11
|
+
export declare const CODEMODE_CLAIM_LEASE_MS = 30000;
|
|
12
|
+
export declare const CODEMODE_CLAIM_HEARTBEAT_MS = 10000;
|
|
13
|
+
export declare const CODEMODE_MAX_CONCURRENT_CALLS_PER_ATTEMPT = 16;
|
|
14
|
+
/** Opaque authority identity. Display/wire names must never be parsed as authority. */
|
|
15
|
+
export declare const AttemptToolIdentity: z.ZodObject<{
|
|
16
|
+
serverId: z.ZodString;
|
|
17
|
+
toolName: z.ZodString;
|
|
18
|
+
}, z.core.$strict>;
|
|
19
|
+
export type AttemptToolIdentity = z.infer<typeof AttemptToolIdentity>;
|
|
20
|
+
export declare const AttemptToolCatalogIcon: z.ZodObject<{
|
|
21
|
+
src: z.ZodString;
|
|
22
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
23
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
25
|
+
dark: "dark";
|
|
26
|
+
light: "light";
|
|
27
|
+
}>>;
|
|
28
|
+
}, z.core.$strict>;
|
|
29
|
+
export type AttemptToolCatalogIcon = z.infer<typeof AttemptToolCatalogIcon>;
|
|
30
|
+
/** MCP annotations retained without inventing stronger effect guarantees. */
|
|
31
|
+
export declare const AttemptToolAnnotations: z.ZodObject<{
|
|
32
|
+
title: z.ZodOptional<z.ZodString>;
|
|
33
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
34
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
35
|
+
idempotentHint: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
+
openWorldHint: z.ZodOptional<z.ZodBoolean>;
|
|
37
|
+
}, z.core.$loose>;
|
|
38
|
+
export type AttemptToolAnnotations = z.infer<typeof AttemptToolAnnotations>;
|
|
39
|
+
/** JSON Schema is preserved as received. Runtime byte/node guards remain authoritative. */
|
|
40
|
+
export declare const AttemptToolJsonSchema: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
41
|
+
export type AttemptToolJsonSchema = z.infer<typeof AttemptToolJsonSchema>;
|
|
42
|
+
export declare const AttemptToolCatalogEntry: z.ZodObject<{
|
|
43
|
+
identity: z.ZodObject<{
|
|
44
|
+
serverId: z.ZodString;
|
|
45
|
+
toolName: z.ZodString;
|
|
46
|
+
}, z.core.$strict>;
|
|
47
|
+
modelName: z.ZodString;
|
|
48
|
+
codemodePath: z.ZodArray<z.ZodString>;
|
|
49
|
+
title: z.ZodOptional<z.ZodString>;
|
|
50
|
+
description: z.ZodOptional<z.ZodString>;
|
|
51
|
+
inputSchema: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
52
|
+
outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
53
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
54
|
+
title: z.ZodOptional<z.ZodString>;
|
|
55
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
56
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
57
|
+
idempotentHint: z.ZodOptional<z.ZodBoolean>;
|
|
58
|
+
openWorldHint: z.ZodOptional<z.ZodBoolean>;
|
|
59
|
+
}, z.core.$loose>>;
|
|
60
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
61
|
+
src: z.ZodString;
|
|
62
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
63
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
64
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
65
|
+
dark: "dark";
|
|
66
|
+
light: "light";
|
|
67
|
+
}>>;
|
|
68
|
+
}, z.core.$strict>>>;
|
|
69
|
+
source: z.ZodEnum<{
|
|
70
|
+
codex_apps: "codex_apps";
|
|
71
|
+
docs: "docs";
|
|
72
|
+
files: "files";
|
|
73
|
+
interaction: "interaction";
|
|
74
|
+
mcp: "mcp";
|
|
75
|
+
opengeni: "opengeni";
|
|
76
|
+
}>;
|
|
77
|
+
approval: z.ZodEnum<{
|
|
78
|
+
human: "human";
|
|
79
|
+
none: "none";
|
|
80
|
+
policy: "policy";
|
|
81
|
+
}>;
|
|
82
|
+
}, z.core.$strict>;
|
|
83
|
+
export type AttemptToolCatalogEntry = z.infer<typeof AttemptToolCatalogEntry>;
|
|
84
|
+
export declare const AttemptToolCatalog: z.ZodObject<{
|
|
85
|
+
version: z.ZodLiteral<1>;
|
|
86
|
+
accountId: z.ZodString;
|
|
87
|
+
workspaceId: z.ZodString;
|
|
88
|
+
sessionId: z.ZodString;
|
|
89
|
+
turnId: z.ZodString;
|
|
90
|
+
attemptId: z.ZodString;
|
|
91
|
+
executionGeneration: z.ZodNumber;
|
|
92
|
+
generation: z.ZodNumber;
|
|
93
|
+
digest: z.ZodString;
|
|
94
|
+
createdAt: z.ZodString;
|
|
95
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
96
|
+
identity: z.ZodObject<{
|
|
97
|
+
serverId: z.ZodString;
|
|
98
|
+
toolName: z.ZodString;
|
|
99
|
+
}, z.core.$strict>;
|
|
100
|
+
modelName: z.ZodString;
|
|
101
|
+
codemodePath: z.ZodArray<z.ZodString>;
|
|
102
|
+
title: z.ZodOptional<z.ZodString>;
|
|
103
|
+
description: z.ZodOptional<z.ZodString>;
|
|
104
|
+
inputSchema: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
105
|
+
outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
106
|
+
annotations: z.ZodOptional<z.ZodObject<{
|
|
107
|
+
title: z.ZodOptional<z.ZodString>;
|
|
108
|
+
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
109
|
+
destructiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
110
|
+
idempotentHint: z.ZodOptional<z.ZodBoolean>;
|
|
111
|
+
openWorldHint: z.ZodOptional<z.ZodBoolean>;
|
|
112
|
+
}, z.core.$loose>>;
|
|
113
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
114
|
+
src: z.ZodString;
|
|
115
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
116
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
118
|
+
dark: "dark";
|
|
119
|
+
light: "light";
|
|
120
|
+
}>>;
|
|
121
|
+
}, z.core.$strict>>>;
|
|
122
|
+
source: z.ZodEnum<{
|
|
123
|
+
codex_apps: "codex_apps";
|
|
124
|
+
docs: "docs";
|
|
125
|
+
files: "files";
|
|
126
|
+
interaction: "interaction";
|
|
127
|
+
mcp: "mcp";
|
|
128
|
+
opengeni: "opengeni";
|
|
129
|
+
}>;
|
|
130
|
+
approval: z.ZodEnum<{
|
|
131
|
+
human: "human";
|
|
132
|
+
none: "none";
|
|
133
|
+
policy: "policy";
|
|
134
|
+
}>;
|
|
135
|
+
}, z.core.$strict>>;
|
|
136
|
+
}, z.core.$strict>;
|
|
137
|
+
export type AttemptToolCatalog = z.infer<typeof AttemptToolCatalog>;
|
|
138
|
+
export declare const AttemptToolCaller: z.ZodObject<{
|
|
139
|
+
kind: z.ZodEnum<{
|
|
140
|
+
codemode: "codemode";
|
|
141
|
+
model: "model";
|
|
142
|
+
}>;
|
|
143
|
+
subjectId: z.ZodString;
|
|
144
|
+
}, z.core.$strict>;
|
|
145
|
+
export type AttemptToolCaller = z.infer<typeof AttemptToolCaller>;
|
|
146
|
+
export declare const AttemptToolCall: z.ZodObject<{
|
|
147
|
+
operationId: z.ZodString;
|
|
148
|
+
catalogDigest: z.ZodString;
|
|
149
|
+
identity: z.ZodObject<{
|
|
150
|
+
serverId: z.ZodString;
|
|
151
|
+
toolName: z.ZodString;
|
|
152
|
+
}, z.core.$strict>;
|
|
153
|
+
arguments: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
154
|
+
caller: z.ZodObject<{
|
|
155
|
+
kind: z.ZodEnum<{
|
|
156
|
+
codemode: "codemode";
|
|
157
|
+
model: "model";
|
|
158
|
+
}>;
|
|
159
|
+
subjectId: z.ZodString;
|
|
160
|
+
}, z.core.$strict>;
|
|
161
|
+
}, z.core.$strict>;
|
|
162
|
+
export type AttemptToolCall = z.infer<typeof AttemptToolCall>;
|
|
163
|
+
export declare const AttemptToolTextContent: z.ZodObject<{
|
|
164
|
+
type: z.ZodLiteral<"text">;
|
|
165
|
+
text: z.ZodString;
|
|
166
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
167
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
168
|
+
}, z.core.$loose>;
|
|
169
|
+
export declare const AttemptToolImageContent: z.ZodObject<{
|
|
170
|
+
type: z.ZodLiteral<"image">;
|
|
171
|
+
data: z.ZodString;
|
|
172
|
+
mimeType: z.ZodString;
|
|
173
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
174
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
175
|
+
}, z.core.$loose>;
|
|
176
|
+
export declare const AttemptToolAudioContent: z.ZodObject<{
|
|
177
|
+
type: z.ZodLiteral<"audio">;
|
|
178
|
+
data: z.ZodString;
|
|
179
|
+
mimeType: z.ZodString;
|
|
180
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
181
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
182
|
+
}, z.core.$loose>;
|
|
183
|
+
export declare const AttemptToolResourceLinkContent: z.ZodObject<{
|
|
184
|
+
type: z.ZodLiteral<"resource_link">;
|
|
185
|
+
name: z.ZodString;
|
|
186
|
+
title: z.ZodOptional<z.ZodString>;
|
|
187
|
+
uri: z.ZodString;
|
|
188
|
+
description: z.ZodOptional<z.ZodString>;
|
|
189
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
190
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
191
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
192
|
+
src: z.ZodString;
|
|
193
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
194
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
195
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
196
|
+
dark: "dark";
|
|
197
|
+
light: "light";
|
|
198
|
+
}>>;
|
|
199
|
+
}, z.core.$strict>>>;
|
|
200
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
201
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
202
|
+
}, z.core.$loose>;
|
|
203
|
+
export declare const AttemptToolEmbeddedResourceContent: z.ZodObject<{
|
|
204
|
+
type: z.ZodLiteral<"resource">;
|
|
205
|
+
resource: z.ZodUnion<readonly [z.ZodObject<{
|
|
206
|
+
uri: z.ZodString;
|
|
207
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
208
|
+
text: z.ZodString;
|
|
209
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
210
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
211
|
+
uri: z.ZodString;
|
|
212
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
213
|
+
blob: z.ZodString;
|
|
214
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
215
|
+
}, z.core.$loose>]>;
|
|
216
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
217
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
218
|
+
}, z.core.$loose>;
|
|
219
|
+
export declare const AttemptToolContent: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
220
|
+
type: z.ZodLiteral<"text">;
|
|
221
|
+
text: z.ZodString;
|
|
222
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
223
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
224
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
225
|
+
type: z.ZodLiteral<"image">;
|
|
226
|
+
data: z.ZodString;
|
|
227
|
+
mimeType: z.ZodString;
|
|
228
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
229
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
230
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
231
|
+
type: z.ZodLiteral<"audio">;
|
|
232
|
+
data: z.ZodString;
|
|
233
|
+
mimeType: z.ZodString;
|
|
234
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
235
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
236
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
237
|
+
type: z.ZodLiteral<"resource_link">;
|
|
238
|
+
name: z.ZodString;
|
|
239
|
+
title: z.ZodOptional<z.ZodString>;
|
|
240
|
+
uri: z.ZodString;
|
|
241
|
+
description: z.ZodOptional<z.ZodString>;
|
|
242
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
243
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
244
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
245
|
+
src: z.ZodString;
|
|
246
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
247
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
248
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
249
|
+
dark: "dark";
|
|
250
|
+
light: "light";
|
|
251
|
+
}>>;
|
|
252
|
+
}, z.core.$strict>>>;
|
|
253
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
254
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
255
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
256
|
+
type: z.ZodLiteral<"resource">;
|
|
257
|
+
resource: z.ZodUnion<readonly [z.ZodObject<{
|
|
258
|
+
uri: z.ZodString;
|
|
259
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
260
|
+
text: z.ZodString;
|
|
261
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
262
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
263
|
+
uri: z.ZodString;
|
|
264
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
265
|
+
blob: z.ZodString;
|
|
266
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
267
|
+
}, z.core.$loose>]>;
|
|
268
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
269
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
270
|
+
}, z.core.$loose>], "type">;
|
|
271
|
+
export type AttemptToolContent = z.infer<typeof AttemptToolContent>;
|
|
272
|
+
/** Exact MCP-shaped result. No output type is fabricated when `outputSchema` is absent. */
|
|
273
|
+
export declare const AttemptToolResult: z.ZodObject<{
|
|
274
|
+
content: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
275
|
+
type: z.ZodLiteral<"text">;
|
|
276
|
+
text: z.ZodString;
|
|
277
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
278
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
279
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
280
|
+
type: z.ZodLiteral<"image">;
|
|
281
|
+
data: z.ZodString;
|
|
282
|
+
mimeType: z.ZodString;
|
|
283
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
284
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
285
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
286
|
+
type: z.ZodLiteral<"audio">;
|
|
287
|
+
data: z.ZodString;
|
|
288
|
+
mimeType: z.ZodString;
|
|
289
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
290
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
291
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
292
|
+
type: z.ZodLiteral<"resource_link">;
|
|
293
|
+
name: z.ZodString;
|
|
294
|
+
title: z.ZodOptional<z.ZodString>;
|
|
295
|
+
uri: z.ZodString;
|
|
296
|
+
description: z.ZodOptional<z.ZodString>;
|
|
297
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
298
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
299
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
300
|
+
src: z.ZodString;
|
|
301
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
302
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
303
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
304
|
+
dark: "dark";
|
|
305
|
+
light: "light";
|
|
306
|
+
}>>;
|
|
307
|
+
}, z.core.$strict>>>;
|
|
308
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
309
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
310
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
311
|
+
type: z.ZodLiteral<"resource">;
|
|
312
|
+
resource: z.ZodUnion<readonly [z.ZodObject<{
|
|
313
|
+
uri: z.ZodString;
|
|
314
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
315
|
+
text: z.ZodString;
|
|
316
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
317
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
318
|
+
uri: z.ZodString;
|
|
319
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
320
|
+
blob: z.ZodString;
|
|
321
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
322
|
+
}, z.core.$loose>]>;
|
|
323
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
324
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
325
|
+
}, z.core.$loose>], "type">>;
|
|
326
|
+
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
327
|
+
isError: z.ZodOptional<z.ZodBoolean>;
|
|
328
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
329
|
+
}, z.core.$loose>;
|
|
330
|
+
export type AttemptToolResult = z.infer<typeof AttemptToolResult>;
|
|
331
|
+
export declare const CodemodeOperationState: z.ZodEnum<{
|
|
332
|
+
cancelled: "cancelled";
|
|
333
|
+
completed: "completed";
|
|
334
|
+
failed: "failed";
|
|
335
|
+
outcome_unknown: "outcome_unknown";
|
|
336
|
+
queued: "queued";
|
|
337
|
+
running: "running";
|
|
338
|
+
}>;
|
|
339
|
+
export type CodemodeOperationState = z.infer<typeof CodemodeOperationState>;
|
|
340
|
+
/**
|
|
341
|
+
* Durable, attempt-fenced Codemode operation. `requestDigest` binds an
|
|
342
|
+
* idempotency key to one exact call; callers may safely poll/retry the same
|
|
343
|
+
* operation id but may never repurpose it.
|
|
344
|
+
*/
|
|
345
|
+
export declare const CodemodeOperation: z.ZodObject<{
|
|
346
|
+
version: z.ZodLiteral<1>;
|
|
347
|
+
operationId: z.ZodString;
|
|
348
|
+
accountId: z.ZodString;
|
|
349
|
+
workspaceId: z.ZodString;
|
|
350
|
+
sessionId: z.ZodString;
|
|
351
|
+
turnId: z.ZodString;
|
|
352
|
+
attemptId: z.ZodString;
|
|
353
|
+
executionGeneration: z.ZodNumber;
|
|
354
|
+
catalogDigest: z.ZodString;
|
|
355
|
+
requestDigest: z.ZodString;
|
|
356
|
+
identity: z.ZodObject<{
|
|
357
|
+
serverId: z.ZodString;
|
|
358
|
+
toolName: z.ZodString;
|
|
359
|
+
}, z.core.$strict>;
|
|
360
|
+
arguments: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
361
|
+
caller: z.ZodObject<{
|
|
362
|
+
kind: z.ZodEnum<{
|
|
363
|
+
codemode: "codemode";
|
|
364
|
+
model: "model";
|
|
365
|
+
}>;
|
|
366
|
+
subjectId: z.ZodString;
|
|
367
|
+
}, z.core.$strict>;
|
|
368
|
+
state: z.ZodEnum<{
|
|
369
|
+
cancelled: "cancelled";
|
|
370
|
+
completed: "completed";
|
|
371
|
+
failed: "failed";
|
|
372
|
+
outcome_unknown: "outcome_unknown";
|
|
373
|
+
queued: "queued";
|
|
374
|
+
running: "running";
|
|
375
|
+
}>;
|
|
376
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
377
|
+
content: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
378
|
+
type: z.ZodLiteral<"text">;
|
|
379
|
+
text: z.ZodString;
|
|
380
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
381
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
382
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
383
|
+
type: z.ZodLiteral<"image">;
|
|
384
|
+
data: z.ZodString;
|
|
385
|
+
mimeType: z.ZodString;
|
|
386
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
387
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
388
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
389
|
+
type: z.ZodLiteral<"audio">;
|
|
390
|
+
data: z.ZodString;
|
|
391
|
+
mimeType: z.ZodString;
|
|
392
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
393
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
394
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
395
|
+
type: z.ZodLiteral<"resource_link">;
|
|
396
|
+
name: z.ZodString;
|
|
397
|
+
title: z.ZodOptional<z.ZodString>;
|
|
398
|
+
uri: z.ZodString;
|
|
399
|
+
description: z.ZodOptional<z.ZodString>;
|
|
400
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
401
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
402
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
403
|
+
src: z.ZodString;
|
|
404
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
405
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
406
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
407
|
+
dark: "dark";
|
|
408
|
+
light: "light";
|
|
409
|
+
}>>;
|
|
410
|
+
}, z.core.$strict>>>;
|
|
411
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
412
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
413
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
414
|
+
type: z.ZodLiteral<"resource">;
|
|
415
|
+
resource: z.ZodUnion<readonly [z.ZodObject<{
|
|
416
|
+
uri: z.ZodString;
|
|
417
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
418
|
+
text: z.ZodString;
|
|
419
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
420
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
421
|
+
uri: z.ZodString;
|
|
422
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
423
|
+
blob: z.ZodString;
|
|
424
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
425
|
+
}, z.core.$loose>]>;
|
|
426
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
427
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
428
|
+
}, z.core.$loose>], "type">>;
|
|
429
|
+
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
430
|
+
isError: z.ZodOptional<z.ZodBoolean>;
|
|
431
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
432
|
+
}, z.core.$loose>>;
|
|
433
|
+
errorCode: z.ZodNullable<z.ZodString>;
|
|
434
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
435
|
+
createdAt: z.ZodString;
|
|
436
|
+
claimedAt: z.ZodNullable<z.ZodString>;
|
|
437
|
+
executionStartedAt: z.ZodNullable<z.ZodString>;
|
|
438
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
439
|
+
updatedAt: z.ZodString;
|
|
440
|
+
}, z.core.$strict>;
|
|
441
|
+
export type CodemodeOperation = z.infer<typeof CodemodeOperation>;
|
|
442
|
+
export declare const CodemodeCallRequest: z.ZodObject<{
|
|
443
|
+
operationId: z.ZodString;
|
|
444
|
+
catalogDigest: z.ZodString;
|
|
445
|
+
identity: z.ZodObject<{
|
|
446
|
+
serverId: z.ZodString;
|
|
447
|
+
toolName: z.ZodString;
|
|
448
|
+
}, z.core.$strict>;
|
|
449
|
+
arguments: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
450
|
+
}, z.core.$strict>;
|
|
451
|
+
export type CodemodeCallRequest = z.infer<typeof CodemodeCallRequest>;
|
|
452
|
+
export declare const CodemodeCallSubmission: z.ZodObject<{
|
|
453
|
+
operation: z.ZodObject<{
|
|
454
|
+
version: z.ZodLiteral<1>;
|
|
455
|
+
operationId: z.ZodString;
|
|
456
|
+
accountId: z.ZodString;
|
|
457
|
+
workspaceId: z.ZodString;
|
|
458
|
+
sessionId: z.ZodString;
|
|
459
|
+
turnId: z.ZodString;
|
|
460
|
+
attemptId: z.ZodString;
|
|
461
|
+
executionGeneration: z.ZodNumber;
|
|
462
|
+
catalogDigest: z.ZodString;
|
|
463
|
+
requestDigest: z.ZodString;
|
|
464
|
+
identity: z.ZodObject<{
|
|
465
|
+
serverId: z.ZodString;
|
|
466
|
+
toolName: z.ZodString;
|
|
467
|
+
}, z.core.$strict>;
|
|
468
|
+
arguments: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
469
|
+
caller: z.ZodObject<{
|
|
470
|
+
kind: z.ZodEnum<{
|
|
471
|
+
codemode: "codemode";
|
|
472
|
+
model: "model";
|
|
473
|
+
}>;
|
|
474
|
+
subjectId: z.ZodString;
|
|
475
|
+
}, z.core.$strict>;
|
|
476
|
+
state: z.ZodEnum<{
|
|
477
|
+
cancelled: "cancelled";
|
|
478
|
+
completed: "completed";
|
|
479
|
+
failed: "failed";
|
|
480
|
+
outcome_unknown: "outcome_unknown";
|
|
481
|
+
queued: "queued";
|
|
482
|
+
running: "running";
|
|
483
|
+
}>;
|
|
484
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
485
|
+
content: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
486
|
+
type: z.ZodLiteral<"text">;
|
|
487
|
+
text: z.ZodString;
|
|
488
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
489
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
490
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
491
|
+
type: z.ZodLiteral<"image">;
|
|
492
|
+
data: z.ZodString;
|
|
493
|
+
mimeType: z.ZodString;
|
|
494
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
495
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
496
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
497
|
+
type: z.ZodLiteral<"audio">;
|
|
498
|
+
data: z.ZodString;
|
|
499
|
+
mimeType: z.ZodString;
|
|
500
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
501
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
502
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
503
|
+
type: z.ZodLiteral<"resource_link">;
|
|
504
|
+
name: z.ZodString;
|
|
505
|
+
title: z.ZodOptional<z.ZodString>;
|
|
506
|
+
uri: z.ZodString;
|
|
507
|
+
description: z.ZodOptional<z.ZodString>;
|
|
508
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
509
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
510
|
+
icons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
511
|
+
src: z.ZodString;
|
|
512
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
513
|
+
sizes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
514
|
+
theme: z.ZodOptional<z.ZodEnum<{
|
|
515
|
+
dark: "dark";
|
|
516
|
+
light: "light";
|
|
517
|
+
}>>;
|
|
518
|
+
}, z.core.$strict>>>;
|
|
519
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
520
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
521
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
522
|
+
type: z.ZodLiteral<"resource">;
|
|
523
|
+
resource: z.ZodUnion<readonly [z.ZodObject<{
|
|
524
|
+
uri: z.ZodString;
|
|
525
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
526
|
+
text: z.ZodString;
|
|
527
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
528
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
529
|
+
uri: z.ZodString;
|
|
530
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
531
|
+
blob: z.ZodString;
|
|
532
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
533
|
+
}, z.core.$loose>]>;
|
|
534
|
+
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
535
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
536
|
+
}, z.core.$loose>], "type">>;
|
|
537
|
+
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
538
|
+
isError: z.ZodOptional<z.ZodBoolean>;
|
|
539
|
+
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
540
|
+
}, z.core.$loose>>;
|
|
541
|
+
errorCode: z.ZodNullable<z.ZodString>;
|
|
542
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
543
|
+
createdAt: z.ZodString;
|
|
544
|
+
claimedAt: z.ZodNullable<z.ZodString>;
|
|
545
|
+
executionStartedAt: z.ZodNullable<z.ZodString>;
|
|
546
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
547
|
+
updatedAt: z.ZodString;
|
|
548
|
+
}, z.core.$strict>;
|
|
549
|
+
dispatch: z.ZodEnum<{
|
|
550
|
+
accepted: "accepted";
|
|
551
|
+
already_running: "already_running";
|
|
552
|
+
rejected: "rejected";
|
|
553
|
+
terminal: "terminal";
|
|
554
|
+
unavailable: "unavailable";
|
|
555
|
+
}>;
|
|
556
|
+
}, z.core.$strict>;
|
|
557
|
+
export type CodemodeCallSubmission = z.infer<typeof CodemodeCallSubmission>;
|
|
558
|
+
/** Tiny NATS wake-up. Postgres, never the broker payload, is durable truth. */
|
|
559
|
+
export declare const CodemodeDispatchRequest: z.ZodObject<{
|
|
560
|
+
version: z.ZodLiteral<1>;
|
|
561
|
+
operationId: z.ZodString;
|
|
562
|
+
catalogDigest: z.ZodString;
|
|
563
|
+
}, z.core.$strict>;
|
|
564
|
+
export type CodemodeDispatchRequest = z.infer<typeof CodemodeDispatchRequest>;
|
|
565
|
+
export declare const CodemodeDispatchAck: z.ZodObject<{
|
|
566
|
+
version: z.ZodLiteral<1>;
|
|
567
|
+
operationId: z.ZodString;
|
|
568
|
+
status: z.ZodEnum<{
|
|
569
|
+
accepted: "accepted";
|
|
570
|
+
already_running: "already_running";
|
|
571
|
+
rejected: "rejected";
|
|
572
|
+
terminal: "terminal";
|
|
573
|
+
unavailable: "unavailable";
|
|
574
|
+
}>;
|
|
575
|
+
}, z.core.$strict>;
|
|
576
|
+
export type CodemodeDispatchAck = z.infer<typeof CodemodeDispatchAck>;
|