summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
authorGiuseppe Rota <[email protected]>2025-10-21 16:35:09 +0200
committerGitHub <[email protected]>2025-10-21 09:35:09 -0500
commit731122bf99c69e3a01ba4781180badae129d4896 (patch)
tree9090ab273e285ca3453ff0eb97421fd77ee040d9 /packages/sdk/js/src
parentf9036734eb624d5070d882892a81383300880cc0 (diff)
downloadopencode-731122bf99c69e3a01ba4781180badae129d4896.tar.gz
opencode-731122bf99c69e3a01ba4781180badae129d4896.zip
fix(acp): use newer acp package (#3317)
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index afca94864..1e92472dc 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -970,6 +970,7 @@ export type FileNode = {
}
export type FileContent = {
+ type: "text"
content: string
diff?: string
patch?: {
@@ -986,6 +987,8 @@ export type FileContent = {
}>
index?: string
}
+ encoding?: "base64"
+ mimeType?: string
}
export type File = {