diff options
| author | opencode <[email protected]> | 2025-09-17 16:29:48 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-09-17 16:29:48 +0000 |
| commit | 733b21e22b6c9424c7aa201e6ff9994493657586 (patch) | |
| tree | 46295ae4159b169e88c54d0945e61b9e52521db4 /packages/sdk | |
| parent | 3c3d6b65c2e4861e51917a8eca74132ac02bc491 (diff) | |
| download | opencode-733b21e22b6c9424c7aa201e6ff9994493657586.tar.gz opencode-733b21e22b6c9424c7aa201e6ff9994493657586.zip | |
release: v0.9.11
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/js/package.json | 2 | ||||
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index e06660cdd..dd925c575 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/sdk", - "version": "0.9.10", + "version": "0.9.11", "type": "module", "scripts": { "typecheck": "tsc --noEmit" diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 0a8513baa..e0cf7cdfd 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -649,9 +649,6 @@ export type TextPart = { type: "text" text: string synthetic?: boolean - metadata?: { - [key: string]: unknown - } time?: { start: number end?: number @@ -776,9 +773,6 @@ export type ToolPart = { callID: string tool: string state: ToolState - metadata?: { - [key: string]: unknown - } } export type StepStartPart = { @@ -851,9 +845,6 @@ export type TextPartInput = { type: "text" text: string synthetic?: boolean - metadata?: { - [key: string]: unknown - } time?: { start: number end?: number |
