@opencode-ai/protocol 0.0.0-dev-18262 → 0.0.0-dev-18266
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 +22 -1
- package/package.json +2 -2
package/dist/groups/event.d.ts
CHANGED
|
@@ -4310,6 +4310,11 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
4310
4310
|
readonly previous: Schema.brand<Schema.String, "Project.ID"> & {
|
|
4311
4311
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4312
4312
|
};
|
|
4313
|
+
readonly adopted: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
4314
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4315
|
+
}>>>, Schema.optionalKey<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
4316
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4317
|
+
}>>, never, never>;
|
|
4313
4318
|
}>;
|
|
4314
4319
|
}> & {
|
|
4315
4320
|
type: "worktree.resolved";
|
|
@@ -4326,6 +4331,11 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
4326
4331
|
readonly previous: Schema.brand<Schema.String, "Project.ID"> & {
|
|
4327
4332
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4328
4333
|
};
|
|
4334
|
+
readonly adopted: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
4335
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4336
|
+
}>>>, Schema.optionalKey<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
4337
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
4338
|
+
}>>, never, never>;
|
|
4329
4339
|
}>;
|
|
4330
4340
|
}, Schema.Struct<{
|
|
4331
4341
|
readonly id: Schema.brand<Schema.String, "Event.ID"> & {
|
|
@@ -7546,9 +7556,10 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
7546
7556
|
} | {
|
|
7547
7557
|
readonly id: string & import("effect/Brand").Brand<"Event.ID">;
|
|
7548
7558
|
readonly data: {
|
|
7549
|
-
readonly projectID: string & import("effect/Brand").Brand<"Project.ID">;
|
|
7550
7559
|
readonly directory: string & import("effect/Brand").Brand<"AbsolutePath">;
|
|
7560
|
+
readonly projectID: string & import("effect/Brand").Brand<"Project.ID">;
|
|
7551
7561
|
readonly previous: string & import("effect/Brand").Brand<"Project.ID">;
|
|
7562
|
+
readonly adopted?: readonly (string & import("effect/Brand").Brand<"Project.ID">)[] | undefined;
|
|
7552
7563
|
};
|
|
7553
7564
|
readonly durable: {
|
|
7554
7565
|
readonly aggregateID: string;
|
|
@@ -12204,6 +12215,11 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
12204
12215
|
readonly previous: Schema.brand<Schema.String, "Project.ID"> & {
|
|
12205
12216
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12206
12217
|
};
|
|
12218
|
+
readonly adopted: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
12219
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12220
|
+
}>>>, Schema.optionalKey<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
12221
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12222
|
+
}>>, never, never>;
|
|
12207
12223
|
}>;
|
|
12208
12224
|
}> & {
|
|
12209
12225
|
type: "worktree.resolved";
|
|
@@ -12220,6 +12236,11 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
12220
12236
|
readonly previous: Schema.brand<Schema.String, "Project.ID"> & {
|
|
12221
12237
|
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12222
12238
|
};
|
|
12239
|
+
readonly adopted: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
12240
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12241
|
+
}>>>, Schema.optionalKey<Schema.$Array<Schema.brand<Schema.String, "Project.ID"> & {
|
|
12242
|
+
global: string & import("effect/Brand").Brand<"Project.ID">;
|
|
12243
|
+
}>>, never, never>;
|
|
12223
12244
|
}>;
|
|
12224
12245
|
}, Schema.Struct<{
|
|
12225
12246
|
readonly id: Schema.brand<Schema.String, "Event.ID"> & {
|
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-18266",
|
|
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-18266",
|
|
36
36
|
"effect": "4.0.0-rc.111"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|