@opencode-ai/protocol 0.0.0-dev-18282 → 0.0.0-dev-18284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/groups/event.d.ts
CHANGED
|
@@ -4176,7 +4176,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
4176
4176
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4177
4177
|
};
|
|
4178
4178
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
4179
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
4179
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
4180
4180
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
4181
4181
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4182
4182
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
@@ -4208,7 +4208,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
4208
4208
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4209
4209
|
};
|
|
4210
4210
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
4211
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
4211
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
4212
4212
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
4213
4213
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4214
4214
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
@@ -6169,7 +6169,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
6169
6169
|
};
|
|
6170
6170
|
readonly sandboxes: readonly string[];
|
|
6171
6171
|
readonly name?: string | undefined;
|
|
6172
|
-
readonly vcs?:
|
|
6172
|
+
readonly vcs?: string | undefined;
|
|
6173
6173
|
readonly icon?: {
|
|
6174
6174
|
readonly url?: string | undefined;
|
|
6175
6175
|
readonly color?: string | undefined;
|
|
@@ -12081,7 +12081,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
12081
12081
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12082
12082
|
};
|
|
12083
12083
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
12084
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
12084
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
12085
12085
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
12086
12086
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
12087
12087
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
@@ -12113,7 +12113,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
12113
12113
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12114
12114
|
};
|
|
12115
12115
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
12116
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
12116
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
12117
12117
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
12118
12118
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
12119
12119
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
package/dist/groups/project.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const ProjectGroup: HttpApiGroup.HttpApiGroup<"server.project", H
|
|
|
6
6
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
7
7
|
};
|
|
8
8
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
9
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
9
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
10
10
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
11
11
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
12
12
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
@@ -53,7 +53,7 @@ export declare const ProjectGroup: HttpApiGroup.HttpApiGroup<"server.project", H
|
|
|
53
53
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
54
54
|
};
|
|
55
55
|
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
|
|
56
|
-
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
56
|
+
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
57
57
|
readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
58
58
|
readonly icon: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
59
59
|
readonly url: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode-ai/protocol",
|
|
4
|
-
"version": "0.0.0-dev-
|
|
4
|
+
"version": "0.0.0-dev-18284",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"typecheck": "tsgo --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@opencode-ai/schema": "0.0.0-dev-
|
|
35
|
+
"@opencode-ai/schema": "0.0.0-dev-18284",
|
|
36
36
|
"effect": "4.0.0-rc.111"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|