@opencode-ai/client 0.0.0-next-15153 → 0.0.0-next-15154

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.
@@ -480,7 +480,7 @@ type Endpoint13_2Request = Parameters<RawClient["server.form"]["session.form.cre
480
480
  export type Endpoint13_2Input = {
481
481
  readonly sessionID: Endpoint13_2Request["params"]["sessionID"];
482
482
  readonly id?: Endpoint13_2Request["payload"]["id"];
483
- readonly title?: Endpoint13_2Request["payload"]["title"];
483
+ readonly title: Endpoint13_2Request["payload"]["title"];
484
484
  readonly metadata?: Endpoint13_2Request["payload"]["metadata"];
485
485
  readonly mode: Endpoint13_2Request["payload"]["mode"];
486
486
  readonly fields?: Endpoint13_2Request["payload"]["fields"];
@@ -283,7 +283,7 @@ type Endpoint13_2Request = Parameters<RawClient["server.form"]["session.form.cre
283
283
  type Endpoint13_2Input = {
284
284
  readonly sessionID: Endpoint13_2Request["params"]["sessionID"];
285
285
  readonly id?: Endpoint13_2Request["payload"]["id"];
286
- readonly title?: Endpoint13_2Request["payload"]["title"];
286
+ readonly title: Endpoint13_2Request["payload"]["title"];
287
287
  readonly metadata?: Endpoint13_2Request["payload"]["metadata"];
288
288
  readonly mode: Endpoint13_2Request["payload"]["mode"];
289
289
  readonly fields?: Endpoint13_2Request["payload"]["fields"];
@@ -3117,7 +3117,7 @@ export declare const make: (options?: {
3117
3117
  })[];
3118
3118
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3119
3119
  readonly sessionID: string;
3120
- readonly title?: string | undefined;
3120
+ readonly title: string;
3121
3121
  readonly metadata?: {
3122
3122
  readonly [x: string]: unknown;
3123
3123
  } | undefined;
@@ -3126,7 +3126,7 @@ export declare const make: (options?: {
3126
3126
  readonly url: string;
3127
3127
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3128
3128
  readonly sessionID: string;
3129
- readonly title?: string | undefined;
3129
+ readonly title: string;
3130
3130
  readonly metadata?: {
3131
3131
  readonly [x: string]: unknown;
3132
3132
  } | undefined;
@@ -3221,7 +3221,7 @@ export declare const make: (options?: {
3221
3221
  })[];
3222
3222
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3223
3223
  readonly sessionID: string;
3224
- readonly title?: string | undefined;
3224
+ readonly title: string;
3225
3225
  readonly metadata?: {
3226
3226
  readonly [x: string]: unknown;
3227
3227
  } | undefined;
@@ -3230,7 +3230,7 @@ export declare const make: (options?: {
3230
3230
  readonly url: string;
3231
3231
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3232
3232
  readonly sessionID: string;
3233
- readonly title?: string | undefined;
3233
+ readonly title: string;
3234
3234
  readonly metadata?: {
3235
3235
  readonly [x: string]: unknown;
3236
3236
  } | undefined;
@@ -3323,7 +3323,7 @@ export declare const make: (options?: {
3323
3323
  })[];
3324
3324
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3325
3325
  readonly sessionID: string;
3326
- readonly title?: string | undefined;
3326
+ readonly title: string;
3327
3327
  readonly metadata?: {
3328
3328
  readonly [x: string]: unknown;
3329
3329
  } | undefined;
@@ -3332,7 +3332,7 @@ export declare const make: (options?: {
3332
3332
  readonly url: string;
3333
3333
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3334
3334
  readonly sessionID: string;
3335
- readonly title?: string | undefined;
3335
+ readonly title: string;
3336
3336
  readonly metadata?: {
3337
3337
  readonly [x: string]: unknown;
3338
3338
  } | undefined;
@@ -3425,7 +3425,7 @@ export declare const make: (options?: {
3425
3425
  })[];
3426
3426
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3427
3427
  readonly sessionID: string;
3428
- readonly title?: string | undefined;
3428
+ readonly title: string;
3429
3429
  readonly metadata?: {
3430
3430
  readonly [x: string]: unknown;
3431
3431
  } | undefined;
@@ -3434,7 +3434,7 @@ export declare const make: (options?: {
3434
3434
  readonly url: string;
3435
3435
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
3436
3436
  readonly sessionID: string;
3437
- readonly title?: string | undefined;
3437
+ readonly title: string;
3438
3438
  readonly metadata?: {
3439
3439
  readonly [x: string]: unknown;
3440
3440
  } | undefined;
@@ -4882,7 +4882,7 @@ export declare const make: (options?: {
4882
4882
  })[];
4883
4883
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
4884
4884
  readonly sessionID: string;
4885
- readonly title?: string | undefined;
4885
+ readonly title: string;
4886
4886
  readonly metadata?: {
4887
4887
  readonly [x: string]: unknown;
4888
4888
  } | undefined;
@@ -4891,7 +4891,7 @@ export declare const make: (options?: {
4891
4891
  readonly url: string;
4892
4892
  readonly id: string & import("effect/Brand").Brand<"Form.ID">;
4893
4893
  readonly sessionID: string;
4894
- readonly title?: string | undefined;
4894
+ readonly title: string;
4895
4895
  readonly metadata?: {
4896
4896
  readonly [x: string]: unknown;
4897
4897
  } | undefined;
@@ -930,7 +930,7 @@ export declare function make(options: ClientOptions): {
930
930
  list: (input: FormListInput, requestOptions?: RequestOptions) => Promise<readonly ({
931
931
  readonly id: string;
932
932
  readonly sessionID: string;
933
- readonly title?: string;
933
+ readonly title: string;
934
934
  readonly metadata?: {
935
935
  readonly [x: string]: import("./types").JsonValue;
936
936
  };
@@ -1022,7 +1022,7 @@ export declare function make(options: ClientOptions): {
1022
1022
  } | {
1023
1023
  readonly id: string;
1024
1024
  readonly sessionID: string;
1025
- readonly title?: string;
1025
+ readonly title: string;
1026
1026
  readonly metadata?: {
1027
1027
  readonly [x: string]: import("./types").JsonValue;
1028
1028
  };
@@ -1032,7 +1032,7 @@ export declare function make(options: ClientOptions): {
1032
1032
  create: (input: FormCreateInput, requestOptions?: RequestOptions) => Promise<{
1033
1033
  readonly id: string;
1034
1034
  readonly sessionID: string;
1035
- readonly title?: string;
1035
+ readonly title: string;
1036
1036
  readonly metadata?: {
1037
1037
  readonly [x: string]: import("./types").JsonValue;
1038
1038
  };
@@ -1124,7 +1124,7 @@ export declare function make(options: ClientOptions): {
1124
1124
  } | {
1125
1125
  readonly id: string;
1126
1126
  readonly sessionID: string;
1127
- readonly title?: string;
1127
+ readonly title: string;
1128
1128
  readonly metadata?: {
1129
1129
  readonly [x: string]: import("./types").JsonValue;
1130
1130
  };
@@ -1134,7 +1134,7 @@ export declare function make(options: ClientOptions): {
1134
1134
  get: (input: FormGetInput, requestOptions?: RequestOptions) => Promise<{
1135
1135
  readonly id: string;
1136
1136
  readonly sessionID: string;
1137
- readonly title?: string;
1137
+ readonly title: string;
1138
1138
  readonly metadata?: {
1139
1139
  readonly [x: string]: import("./types").JsonValue;
1140
1140
  };
@@ -1226,7 +1226,7 @@ export declare function make(options: ClientOptions): {
1226
1226
  } | {
1227
1227
  readonly id: string;
1228
1228
  readonly sessionID: string;
1229
- readonly title?: string;
1229
+ readonly title: string;
1230
1230
  readonly metadata?: {
1231
1231
  readonly [x: string]: import("./types").JsonValue;
1232
1232
  };
@@ -3912,7 +3912,7 @@ export type FormRequestListOutput = {
3912
3912
  readonly data: ReadonlyArray<{
3913
3913
  readonly id: string;
3914
3914
  readonly sessionID: string;
3915
- readonly title?: string;
3915
+ readonly title: string;
3916
3916
  readonly metadata?: {
3917
3917
  readonly [x: string]: JsonValue;
3918
3918
  };
@@ -4004,7 +4004,7 @@ export type FormRequestListOutput = {
4004
4004
  } | {
4005
4005
  readonly id: string;
4006
4006
  readonly sessionID: string;
4007
- readonly title?: string;
4007
+ readonly title: string;
4008
4008
  readonly metadata?: {
4009
4009
  readonly [x: string]: JsonValue;
4010
4010
  };
@@ -4021,7 +4021,7 @@ export type FormListOutput = {
4021
4021
  readonly data: ReadonlyArray<{
4022
4022
  readonly id: string;
4023
4023
  readonly sessionID: string;
4024
- readonly title?: string;
4024
+ readonly title: string;
4025
4025
  readonly metadata?: {
4026
4026
  readonly [x: string]: JsonValue;
4027
4027
  };
@@ -4113,7 +4113,7 @@ export type FormListOutput = {
4113
4113
  } | {
4114
4114
  readonly id: string;
4115
4115
  readonly sessionID: string;
4116
- readonly title?: string;
4116
+ readonly title: string;
4117
4117
  readonly metadata?: {
4118
4118
  readonly [x: string]: JsonValue;
4119
4119
  };
@@ -4127,7 +4127,7 @@ export type FormCreateInput = {
4127
4127
  }["sessionID"];
4128
4128
  readonly id?: {
4129
4129
  readonly id?: string | null;
4130
- readonly title?: string;
4130
+ readonly title: string;
4131
4131
  readonly metadata?: {
4132
4132
  readonly [x: string]: JsonValue;
4133
4133
  };
@@ -4218,9 +4218,9 @@ export type FormCreateInput = {
4218
4218
  }> | null;
4219
4219
  readonly url?: string | null;
4220
4220
  }["id"];
4221
- readonly title?: {
4221
+ readonly title: {
4222
4222
  readonly id?: string | null;
4223
- readonly title?: string;
4223
+ readonly title: string;
4224
4224
  readonly metadata?: {
4225
4225
  readonly [x: string]: JsonValue;
4226
4226
  };
@@ -4313,7 +4313,7 @@ export type FormCreateInput = {
4313
4313
  }["title"];
4314
4314
  readonly metadata?: {
4315
4315
  readonly id?: string | null;
4316
- readonly title?: string;
4316
+ readonly title: string;
4317
4317
  readonly metadata?: {
4318
4318
  readonly [x: string]: JsonValue;
4319
4319
  };
@@ -4406,7 +4406,7 @@ export type FormCreateInput = {
4406
4406
  }["metadata"];
4407
4407
  readonly mode: {
4408
4408
  readonly id?: string | null;
4409
- readonly title?: string;
4409
+ readonly title: string;
4410
4410
  readonly metadata?: {
4411
4411
  readonly [x: string]: JsonValue;
4412
4412
  };
@@ -4499,7 +4499,7 @@ export type FormCreateInput = {
4499
4499
  }["mode"];
4500
4500
  readonly fields?: {
4501
4501
  readonly id?: string | null;
4502
- readonly title?: string;
4502
+ readonly title: string;
4503
4503
  readonly metadata?: {
4504
4504
  readonly [x: string]: JsonValue;
4505
4505
  };
@@ -4592,7 +4592,7 @@ export type FormCreateInput = {
4592
4592
  }["fields"];
4593
4593
  readonly url?: {
4594
4594
  readonly id?: string | null;
4595
- readonly title?: string;
4595
+ readonly title: string;
4596
4596
  readonly metadata?: {
4597
4597
  readonly [x: string]: JsonValue;
4598
4598
  };
@@ -4688,7 +4688,7 @@ export type FormCreateOutput = {
4688
4688
  readonly data: {
4689
4689
  readonly id: string;
4690
4690
  readonly sessionID: string;
4691
- readonly title?: string;
4691
+ readonly title: string;
4692
4692
  readonly metadata?: {
4693
4693
  readonly [x: string]: JsonValue;
4694
4694
  };
@@ -4780,7 +4780,7 @@ export type FormCreateOutput = {
4780
4780
  } | {
4781
4781
  readonly id: string;
4782
4782
  readonly sessionID: string;
4783
- readonly title?: string;
4783
+ readonly title: string;
4784
4784
  readonly metadata?: {
4785
4785
  readonly [x: string]: JsonValue;
4786
4786
  };
@@ -4802,7 +4802,7 @@ export type FormGetOutput = {
4802
4802
  readonly data: {
4803
4803
  readonly id: string;
4804
4804
  readonly sessionID: string;
4805
- readonly title?: string;
4805
+ readonly title: string;
4806
4806
  readonly metadata?: {
4807
4807
  readonly [x: string]: JsonValue;
4808
4808
  };
@@ -4894,7 +4894,7 @@ export type FormGetOutput = {
4894
4894
  } | {
4895
4895
  readonly id: string;
4896
4896
  readonly sessionID: string;
4897
- readonly title?: string;
4897
+ readonly title: string;
4898
4898
  readonly metadata?: {
4899
4899
  readonly [x: string]: JsonValue;
4900
4900
  };
@@ -7526,7 +7526,7 @@ export type EventSubscribeOutput = {
7526
7526
  readonly form: {
7527
7527
  readonly id: string;
7528
7528
  readonly sessionID: string;
7529
- readonly title?: string;
7529
+ readonly title: string;
7530
7530
  readonly metadata?: {
7531
7531
  readonly [x: string]: unknown;
7532
7532
  };
@@ -7618,7 +7618,7 @@ export type EventSubscribeOutput = {
7618
7618
  } | {
7619
7619
  readonly id: string;
7620
7620
  readonly sessionID: string;
7621
- readonly title?: string;
7621
+ readonly title: string;
7622
7622
  readonly metadata?: {
7623
7623
  readonly [x: string]: unknown;
7624
7624
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/client",
4
- "version": "0.0.0-next-15153",
4
+ "version": "0.0.0-next-15154",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -41,8 +41,8 @@
41
41
  "typecheck": "tsgo --noEmit"
42
42
  },
43
43
  "dependencies": {
44
- "@opencode-ai/schema": "0.0.0-next-15153",
45
- "@opencode-ai/protocol": "0.0.0-next-15153"
44
+ "@opencode-ai/schema": "0.0.0-next-15154",
45
+ "@opencode-ai/protocol": "0.0.0-next-15154"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "effect": "4.0.0-beta.83"
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@effect/platform-node": "4.0.0-beta.83",
57
- "@opencode-ai/httpapi-codegen": "0.0.0-next-15153",
57
+ "@opencode-ai/httpapi-codegen": "0.0.0-next-15154",
58
58
  "@tsconfig/bun": "1.0.9",
59
59
  "@types/bun": "1.3.13",
60
60
  "@typescript/native-preview": "7.0.0-dev.20251207.1",