🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
740
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-next-16664
to
0.0.0-next-16665
+6
-0
dist/groups/message.d.ts

@@ -358,2 +358,3 @@ import { Schema } from "effect";

readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>;

@@ -420,5 +421,7 @@ readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{

readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>>>, Schema.optionalKey<Schema.Struct<{
readonly type: Schema.String;
readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>>, never, never>;

@@ -431,2 +434,3 @@ readonly retry: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>;

@@ -439,2 +443,3 @@ }>>>, Schema.optionalKey<Schema.Struct<{

readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>;

@@ -485,2 +490,3 @@ }>>, never, never>;

readonly message: Schema.String;
readonly status: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
}>;

@@ -487,0 +493,0 @@ readonly id: Schema.brand<Schema.String, "Session.Message.ID"> & {

+2
-2
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/protocol",
"version": "0.0.0-next-16664",
"version": "0.0.0-next-16665",
"type": "module",

@@ -31,3 +31,3 @@ "license": "MIT",

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-16664",
"@opencode-ai/schema": "0.0.0-next-16665",
"effect": "4.0.0-beta.101"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display