@opencode-ai/schema
Advanced tools
+11
-11
@@ -10,3 +10,3 @@ export * as Permission from "./permission.js"; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>; | ||
@@ -26,7 +26,7 @@ export type Source = typeof Source.Type; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{ | ||
| readonly type: Schema.Literal<"tool">; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>, never, never>; | ||
@@ -80,7 +80,7 @@ readonly id: Schema.brand<Schema.String, "Permission.ID"> & { | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{ | ||
| readonly type: Schema.Literal<"tool">; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>, never, never>; | ||
@@ -107,7 +107,7 @@ readonly id: Schema.brand<Schema.String, "Permission.ID"> & { | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{ | ||
| readonly type: Schema.Literal<"tool">; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>, never, never>; | ||
@@ -208,7 +208,7 @@ readonly id: Schema.brand<Schema.String, "Permission.ID"> & { | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{ | ||
| readonly type: Schema.Literal<"tool">; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>, never, never>; | ||
@@ -235,7 +235,7 @@ readonly id: Schema.brand<Schema.String, "Permission.ID"> & { | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.Struct<{ | ||
| readonly type: Schema.Literal<"tool">; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>]>>, never, never>; | ||
@@ -242,0 +242,0 @@ readonly id: Schema.brand<Schema.String, "Permission.ID"> & { |
@@ -13,3 +13,3 @@ export * as Permission from "./permission.js"; | ||
| messageID: Schema.String, | ||
| callID: Schema.String, | ||
| id: Schema.String, | ||
| }), | ||
@@ -16,0 +16,0 @@ ]).annotate({ identifier: "Permission.Source" }); |
+11
-11
@@ -39,3 +39,3 @@ export * as Question from "./question.js"; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>; | ||
@@ -65,6 +65,6 @@ export interface Tool extends Schema.Schema.Type<typeof Tool> { | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>>, Schema.optionalKey<Schema.Struct<{ | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>, never, never>; | ||
@@ -129,6 +129,6 @@ }>; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>>, Schema.optionalKey<Schema.Struct<{ | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>, never, never>; | ||
@@ -161,6 +161,6 @@ }>; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>>, Schema.optionalKey<Schema.Struct<{ | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>, never, never>; | ||
@@ -320,6 +320,6 @@ }>; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>>, Schema.optionalKey<Schema.Struct<{ | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>, never, never>; | ||
@@ -352,6 +352,6 @@ }>; | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>>, Schema.optionalKey<Schema.Struct<{ | ||
| readonly messageID: Schema.String; | ||
| readonly callID: Schema.String; | ||
| readonly id: Schema.String; | ||
| }>>, never, never>; | ||
@@ -358,0 +358,0 @@ }>; |
+1
-1
@@ -34,3 +34,3 @@ export * as Question from "./question.js"; | ||
| messageID: Schema.String, | ||
| callID: Schema.String, | ||
| id: Schema.String, | ||
| }).annotate({ identifier: "Question.Tool" }); | ||
@@ -37,0 +37,0 @@ export const Request = Schema.Struct({ |
@@ -313,3 +313,3 @@ export * as SessionEvent from "./session-event.js"; | ||
| assistantMessageID: SessionMessage.ID, | ||
| callID: Schema.String, | ||
| id: Schema.String, | ||
| }; | ||
@@ -316,0 +316,0 @@ let Input; |
+1
-1
@@ -14,3 +14,3 @@ export * as Tool from "./tool.js"; | ||
| readonly messageID: SessionMessage.ID; | ||
| readonly callID: CallID; | ||
| readonly id: CallID; | ||
| readonly progress: (update: Metadata) => Effect.Effect<void>; | ||
@@ -17,0 +17,0 @@ } |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/schema", | ||
| "version": "0.0.0-next-16781", | ||
| "version": "0.0.0-next-16783", | ||
| "type": "module", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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.
3630618
-0.02%