New:Socket for Asana Is Now Available.Learn more
Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
1365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/protocol - npm Package Compare versions

Comparing version
0.0.0-dev-18393
to
0.0.0-dev-18394
+2
-2
dist/groups/session.js

@@ -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", {

{
"$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