@opencode-ai/protocol
Advanced tools
@@ -144,7 +144,7 @@ import { SessionMessage } from "@opencode-ai/schema/session-message"; | ||
| success: Schema.Struct({ data: Session.Info }), | ||
| error: ConflictError, | ||
| error: [ConflictError, SessionNotFoundError], | ||
| }).annotateMerge(OpenApi.annotations({ | ||
| identifier: "v2.session.import", | ||
| summary: "Import session", | ||
| description: "Import a projected session transcript at the requested location.", | ||
| description: "Import a projected session transcript at the requested location. If parentID is supplied, the parent session must already exist; import parents before children.", | ||
| }))) | ||
@@ -151,0 +151,0 @@ .add(HttpApiEndpoint.get("session.export", "/api/session/:sessionID/export", { |
+2
-2
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/protocol", | ||
| "version": "0.0.0-dev-18393", | ||
| "version": "0.0.0-dev-18394", | ||
| "type": "module", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opencode-ai/schema": "0.0.0-dev-18393", | ||
| "@opencode-ai/schema": "0.0.0-dev-18394", | ||
| "effect": "4.0.0-rc.111" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
2078793
0.01%+ Added
- Removed