mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
release: v1.0.40
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@opencode-ai/sdk",
|
||||
"version": "1.0.39",
|
||||
"version": "1.0.40",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
@@ -26,4 +26,4 @@
|
||||
"publishConfig": {
|
||||
"directory": "dist"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1979,9 +1979,9 @@ export type SessionMessagesData = {
|
||||
*/
|
||||
id: string
|
||||
}
|
||||
query?: {
|
||||
query: {
|
||||
directory?: string
|
||||
limit?: number
|
||||
limit: number
|
||||
}
|
||||
url: "/session/{id}/message"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user