New:Socket for Asana Is Now Available.Learn more
Get Started

@opencode-ai/schema

Package Overview
Dependencies
Maintainers
2
Versions
1463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/schema - npm Package Compare versions

Comparing version
0.0.0-next-14993
to
0.0.0-next-14994
+8
-0
dist/prompt.d.ts

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

readonly mime: Schema.String;
readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

@@ -30,2 +31,3 @@ readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -61,2 +63,3 @@ readonly description?: string | undefined;

readonly mime: Schema.String;
readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

@@ -77,2 +80,3 @@ readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -89,2 +93,3 @@ readonly description?: string | undefined;

readonly mime: Schema.String;
readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

@@ -105,2 +110,3 @@ readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -144,2 +150,3 @@ readonly description?: string | undefined;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -167,2 +174,3 @@ readonly description?: string | undefined;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -169,0 +177,0 @@ readonly description?: string | undefined;

+2
-0

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

mime: Schema.String,
content: Schema.String.pipe(optional),
name: Schema.String.pipe(optional),

@@ -22,2 +23,3 @@ description: Schema.String.pipe(optional),

mime: input.mime,
content: input.content,
name: input.name,

@@ -24,0 +26,0 @@ description: input.description,

@@ -24,2 +24,3 @@ export * as SessionInput from "./session-input.js";

readonly mime: Schema.String;
readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

@@ -40,2 +41,3 @@ readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -52,2 +54,3 @@ readonly description?: string | undefined;

readonly mime: Schema.String;
readonly content: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

@@ -68,2 +71,3 @@ readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -107,2 +111,3 @@ readonly description?: string | undefined;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -130,2 +135,3 @@ readonly description?: string | undefined;

readonly mime: string;
readonly content?: string | undefined;
readonly name?: string | undefined;

@@ -132,0 +138,0 @@ readonly description?: string | undefined;

+1
-1
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/schema",
"version": "0.0.0-next-14993",
"version": "0.0.0-next-14994",
"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

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