@opencode-ai/protocol
Advanced tools
@@ -48,2 +48,3 @@ import { Agent } from "@opencode-ai/schema/agent"; | ||
| readonly request: Schema.Struct<{ | ||
| readonly settings: Schema.withConstructorDefault<Schema.$Record<Schema.String, Schema.Unknown>>; | ||
| readonly headers: Schema.$Record<Schema.String, Schema.String>; | ||
@@ -67,2 +68,5 @@ readonly body: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>; | ||
| readonly request: { | ||
| readonly settings: { | ||
| readonly [x: string]: unknown; | ||
| }; | ||
| readonly headers: { | ||
@@ -69,0 +73,0 @@ readonly [x: string]: string; |
@@ -49,2 +49,3 @@ import { Model } from "@opencode-ai/schema/model"; | ||
| readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>; | ||
| readonly settings: Schema.withConstructorDefault<Schema.$Record<Schema.String, Schema.Unknown>>; | ||
| readonly headers: Schema.$Record<Schema.String, Schema.String>; | ||
@@ -54,2 +55,3 @@ readonly body: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>; | ||
| readonly variants: Schema.$Array<Schema.Struct<{ | ||
| readonly settings: Schema.withConstructorDefault<Schema.$Record<Schema.String, Schema.Unknown>>; | ||
| readonly headers: Schema.$Record<Schema.String, Schema.String>; | ||
@@ -111,2 +113,5 @@ readonly body: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>; | ||
| readonly request: { | ||
| readonly settings: { | ||
| readonly [x: string]: unknown; | ||
| }; | ||
| readonly headers: { | ||
@@ -121,2 +126,5 @@ readonly [x: string]: string; | ||
| readonly variants: readonly { | ||
| readonly settings: { | ||
| readonly [x: string]: unknown; | ||
| }; | ||
| readonly headers: { | ||
@@ -123,0 +131,0 @@ readonly [x: string]: string; |
@@ -41,2 +41,3 @@ import { Provider } from "@opencode-ai/schema/provider"; | ||
| readonly request: Schema.Struct<{ | ||
| readonly settings: Schema.withConstructorDefault<Schema.$Record<Schema.String, Schema.Unknown>>; | ||
| readonly headers: Schema.$Record<Schema.String, Schema.String>; | ||
@@ -64,2 +65,5 @@ readonly body: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>; | ||
| readonly request: { | ||
| readonly settings: { | ||
| readonly [x: string]: unknown; | ||
| }; | ||
| readonly headers: { | ||
@@ -125,2 +129,3 @@ readonly [x: string]: string; | ||
| readonly request: Schema.Struct<{ | ||
| readonly settings: Schema.withConstructorDefault<Schema.$Record<Schema.String, Schema.Unknown>>; | ||
| readonly headers: Schema.$Record<Schema.String, Schema.String>; | ||
@@ -148,2 +153,5 @@ readonly body: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>; | ||
| readonly request: { | ||
| readonly settings: { | ||
| readonly [x: string]: unknown; | ||
| }; | ||
| readonly headers: { | ||
@@ -150,0 +158,0 @@ readonly [x: string]: string; |
+2
-2
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/protocol", | ||
| "version": "0.0.0-next-14692", | ||
| "version": "0.0.0-next-14693", | ||
| "type": "module", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opencode-ai/schema": "0.0.0-next-14692", | ||
| "@opencode-ai/schema": "0.0.0-next-14693", | ||
| "effect": "4.0.0-beta.83" | ||
@@ -32,0 +32,0 @@ }, |
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.
1644553
0.07%27603
0.07%+ Added
- Removed