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

@opencode-ai/schema

Package Overview
Dependencies
Maintainers
2
Versions
1416
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-dev-18253
to
0.0.0-dev-18257
+5
-0
dist/prompt.d.ts

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

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -196,2 +197,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -209,2 +211,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -234,2 +237,3 @@ readonly start: Schema.Finite;

readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
readonly text?: string | undefined;
readonly mention?: {

@@ -272,2 +276,3 @@ readonly start: number;

readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
readonly text?: string | undefined;
readonly mention?: {

@@ -274,0 +279,0 @@ readonly start: number;

+1
-0

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

name: Skill.Name,
text: Schema.String.pipe(optional),
mention: PromptMention.pipe(optional),

@@ -45,0 +46,0 @@ }).annotate({ identifier: "Prompt.SkillAttachment" });

@@ -113,2 +113,3 @@ export * as SessionInbox from "./session-inbox.js";

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -126,2 +127,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -274,2 +276,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -287,2 +290,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -443,2 +447,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -456,2 +461,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -654,2 +660,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -667,2 +674,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -669,0 +677,0 @@ readonly start: Schema.Finite;

@@ -434,2 +434,3 @@ export * as SessionTransfer from "./session-transfer.js";

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -447,2 +448,3 @@ readonly start: Schema.Finite;

readonly name: Schema.brand<Schema.String, "Skill.Name">;
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{

@@ -449,0 +451,0 @@ readonly start: Schema.Finite;

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