@opencode-ai/protocol
Advanced tools
@@ -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
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.
1862823
0.38%30154
0.19%+ Added
- Removed