@opencode-ai/schema 0.0.0-dev-17681 → 0.0.0-dev-17688
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/event-manifest.d.ts
CHANGED
|
@@ -1127,7 +1127,6 @@ export declare const ServerDefinitions: readonly [Schema.Struct<{
|
|
|
1127
1127
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1128
1128
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1129
1129
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1130
|
-
readonly text: Schema.String;
|
|
1131
1130
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1132
1131
|
readonly start: Schema.Finite;
|
|
1133
1132
|
readonly end: Schema.Finite;
|
|
@@ -1140,7 +1139,6 @@ export declare const ServerDefinitions: readonly [Schema.Struct<{
|
|
|
1140
1139
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1141
1140
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1142
1141
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1143
|
-
readonly text: Schema.String;
|
|
1144
1142
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1145
1143
|
readonly start: Schema.Finite;
|
|
1146
1144
|
readonly end: Schema.Finite;
|
|
@@ -1310,7 +1308,6 @@ export declare const ServerDefinitions: readonly [Schema.Struct<{
|
|
|
1310
1308
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1311
1309
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1312
1310
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1313
|
-
readonly text: Schema.String;
|
|
1314
1311
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1315
1312
|
readonly start: Schema.Finite;
|
|
1316
1313
|
readonly end: Schema.Finite;
|
|
@@ -1323,7 +1320,6 @@ export declare const ServerDefinitions: readonly [Schema.Struct<{
|
|
|
1323
1320
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1324
1321
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1325
1322
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1326
|
-
readonly text: Schema.String;
|
|
1327
1323
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1328
1324
|
readonly start: Schema.Finite;
|
|
1329
1325
|
readonly end: Schema.Finite;
|
|
@@ -6553,7 +6549,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
6553
6549
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
6554
6550
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
6555
6551
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
6556
|
-
readonly text: Schema.String;
|
|
6557
6552
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
6558
6553
|
readonly start: Schema.Finite;
|
|
6559
6554
|
readonly end: Schema.Finite;
|
|
@@ -6566,7 +6561,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
6566
6561
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
6567
6562
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
6568
6563
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
6569
|
-
readonly text: Schema.String;
|
|
6570
6564
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
6571
6565
|
readonly start: Schema.Finite;
|
|
6572
6566
|
readonly end: Schema.Finite;
|
|
@@ -6736,7 +6730,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
6736
6730
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
6737
6731
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
6738
6732
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
6739
|
-
readonly text: Schema.String;
|
|
6740
6733
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
6741
6734
|
readonly start: Schema.Finite;
|
|
6742
6735
|
readonly end: Schema.Finite;
|
|
@@ -6749,7 +6742,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
6749
6742
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
6750
6743
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
6751
6744
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
6752
|
-
readonly text: Schema.String;
|
|
6753
6745
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
6754
6746
|
readonly start: Schema.Finite;
|
|
6755
6747
|
readonly end: Schema.Finite;
|
package/dist/prompt.d.ts
CHANGED
|
@@ -75,7 +75,6 @@ export interface SkillAttachment extends Schema.Schema.Type<typeof SkillAttachme
|
|
|
75
75
|
export declare const SkillAttachment: Schema.Struct<{
|
|
76
76
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
77
77
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
78
|
-
readonly text: Schema.String;
|
|
79
78
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
80
79
|
readonly start: Schema.Finite;
|
|
81
80
|
readonly end: Schema.Finite;
|
|
@@ -193,7 +192,6 @@ export declare const Prompt: Schema.Struct<{
|
|
|
193
192
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
194
193
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
195
194
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
196
|
-
readonly text: Schema.String;
|
|
197
195
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
198
196
|
readonly start: Schema.Finite;
|
|
199
197
|
readonly end: Schema.Finite;
|
|
@@ -206,7 +204,6 @@ export declare const Prompt: Schema.Struct<{
|
|
|
206
204
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
207
205
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
208
206
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
209
|
-
readonly text: Schema.String;
|
|
210
207
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
211
208
|
readonly start: Schema.Finite;
|
|
212
209
|
readonly end: Schema.Finite;
|
|
@@ -231,7 +228,6 @@ export declare const Prompt: Schema.Struct<{
|
|
|
231
228
|
readonly skills?: readonly {
|
|
232
229
|
readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
|
|
233
230
|
readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
|
|
234
|
-
readonly text: string;
|
|
235
231
|
readonly mention?: {
|
|
236
232
|
readonly start: number;
|
|
237
233
|
readonly end: number;
|
|
@@ -269,7 +265,6 @@ export declare const Prompt: Schema.Struct<{
|
|
|
269
265
|
readonly skills?: readonly {
|
|
270
266
|
readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
|
|
271
267
|
readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
|
|
272
|
-
readonly text: string;
|
|
273
268
|
readonly mention?: {
|
|
274
269
|
readonly start: number;
|
|
275
270
|
readonly end: number;
|
package/dist/prompt.js
CHANGED
|
@@ -40,7 +40,6 @@ export const AgentAttachment = Schema.Struct({
|
|
|
40
40
|
export const SkillAttachment = Schema.Struct({
|
|
41
41
|
id: Skill.ID,
|
|
42
42
|
name: Skill.Name,
|
|
43
|
-
text: Schema.String,
|
|
44
43
|
mention: PromptMention.pipe(optional),
|
|
45
44
|
}).annotate({ identifier: "Prompt.SkillAttachment" });
|
|
46
45
|
export const Prompt = Schema.Struct({
|
package/dist/session-event.d.ts
CHANGED
|
@@ -1066,7 +1066,6 @@ export declare const InboxEnqueued: Schema.Struct<{
|
|
|
1066
1066
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1067
1067
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1068
1068
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1069
|
-
readonly text: Schema.String;
|
|
1070
1069
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1071
1070
|
readonly start: Schema.Finite;
|
|
1072
1071
|
readonly end: Schema.Finite;
|
|
@@ -1079,7 +1078,6 @@ export declare const InboxEnqueued: Schema.Struct<{
|
|
|
1079
1078
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1080
1079
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1081
1080
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1082
|
-
readonly text: Schema.String;
|
|
1083
1081
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1084
1082
|
readonly start: Schema.Finite;
|
|
1085
1083
|
readonly end: Schema.Finite;
|
|
@@ -1249,7 +1247,6 @@ export declare const InboxEnqueued: Schema.Struct<{
|
|
|
1249
1247
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1250
1248
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1251
1249
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1252
|
-
readonly text: Schema.String;
|
|
1253
1250
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1254
1251
|
readonly start: Schema.Finite;
|
|
1255
1252
|
readonly end: Schema.Finite;
|
|
@@ -1262,7 +1259,6 @@ export declare const InboxEnqueued: Schema.Struct<{
|
|
|
1262
1259
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1263
1260
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1264
1261
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1265
|
-
readonly text: Schema.String;
|
|
1266
1262
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1267
1263
|
readonly start: Schema.Finite;
|
|
1268
1264
|
readonly end: Schema.Finite;
|
|
@@ -4748,7 +4744,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
4748
4744
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
4749
4745
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
4750
4746
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4751
|
-
readonly text: Schema.String;
|
|
4752
4747
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4753
4748
|
readonly start: Schema.Finite;
|
|
4754
4749
|
readonly end: Schema.Finite;
|
|
@@ -4761,7 +4756,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
4761
4756
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
4762
4757
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
4763
4758
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4764
|
-
readonly text: Schema.String;
|
|
4765
4759
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4766
4760
|
readonly start: Schema.Finite;
|
|
4767
4761
|
readonly end: Schema.Finite;
|
|
@@ -4931,7 +4925,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
4931
4925
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
4932
4926
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
4933
4927
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4934
|
-
readonly text: Schema.String;
|
|
4935
4928
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4936
4929
|
readonly start: Schema.Finite;
|
|
4937
4930
|
readonly end: Schema.Finite;
|
|
@@ -4944,7 +4937,6 @@ export declare const Definitions: readonly [Schema.Struct<{
|
|
|
4944
4937
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
4945
4938
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
4946
4939
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4947
|
-
readonly text: Schema.String;
|
|
4948
4940
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4949
4941
|
readonly start: Schema.Finite;
|
|
4950
4942
|
readonly end: Schema.Finite;
|
|
@@ -8269,7 +8261,6 @@ export declare const DurableDefinitions: readonly [...((Schema.Struct<{
|
|
|
8269
8261
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
8270
8262
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
8271
8263
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
8272
|
-
readonly text: Schema.String;
|
|
8273
8264
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
8274
8265
|
readonly start: Schema.Finite;
|
|
8275
8266
|
readonly end: Schema.Finite;
|
|
@@ -8282,7 +8273,6 @@ export declare const DurableDefinitions: readonly [...((Schema.Struct<{
|
|
|
8282
8273
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
8283
8274
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
8284
8275
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
8285
|
-
readonly text: Schema.String;
|
|
8286
8276
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
8287
8277
|
readonly start: Schema.Finite;
|
|
8288
8278
|
readonly end: Schema.Finite;
|
|
@@ -8452,7 +8442,6 @@ export declare const DurableDefinitions: readonly [...((Schema.Struct<{
|
|
|
8452
8442
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
8453
8443
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
8454
8444
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
8455
|
-
readonly text: Schema.String;
|
|
8456
8445
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
8457
8446
|
readonly start: Schema.Finite;
|
|
8458
8447
|
readonly end: Schema.Finite;
|
|
@@ -8465,7 +8454,6 @@ export declare const DurableDefinitions: readonly [...((Schema.Struct<{
|
|
|
8465
8454
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
8466
8455
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
8467
8456
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
8468
|
-
readonly text: Schema.String;
|
|
8469
8457
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
8470
8458
|
readonly start: Schema.Finite;
|
|
8471
8459
|
readonly end: Schema.Finite;
|
|
@@ -11933,7 +11921,6 @@ export declare const Durable: Schema.Union<readonly [...((Schema.Struct<{
|
|
|
11933
11921
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
11934
11922
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
11935
11923
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
11936
|
-
readonly text: Schema.String;
|
|
11937
11924
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
11938
11925
|
readonly start: Schema.Finite;
|
|
11939
11926
|
readonly end: Schema.Finite;
|
|
@@ -11946,7 +11933,6 @@ export declare const Durable: Schema.Union<readonly [...((Schema.Struct<{
|
|
|
11946
11933
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
11947
11934
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
11948
11935
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
11949
|
-
readonly text: Schema.String;
|
|
11950
11936
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
11951
11937
|
readonly start: Schema.Finite;
|
|
11952
11938
|
readonly end: Schema.Finite;
|
|
@@ -12116,7 +12102,6 @@ export declare const Durable: Schema.Union<readonly [...((Schema.Struct<{
|
|
|
12116
12102
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
12117
12103
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
12118
12104
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
12119
|
-
readonly text: Schema.String;
|
|
12120
12105
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
12121
12106
|
readonly start: Schema.Finite;
|
|
12122
12107
|
readonly end: Schema.Finite;
|
|
@@ -12129,7 +12114,6 @@ export declare const Durable: Schema.Union<readonly [...((Schema.Struct<{
|
|
|
12129
12114
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
12130
12115
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
12131
12116
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
12132
|
-
readonly text: Schema.String;
|
|
12133
12117
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
12134
12118
|
readonly start: Schema.Finite;
|
|
12135
12119
|
readonly end: Schema.Finite;
|
|
@@ -15271,7 +15255,6 @@ export declare const All: Schema.toTaggedUnion<"type", readonly [Schema.Union<re
|
|
|
15271
15255
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
15272
15256
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
15273
15257
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
15274
|
-
readonly text: Schema.String;
|
|
15275
15258
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
15276
15259
|
readonly start: Schema.Finite;
|
|
15277
15260
|
readonly end: Schema.Finite;
|
|
@@ -15284,7 +15267,6 @@ export declare const All: Schema.toTaggedUnion<"type", readonly [Schema.Union<re
|
|
|
15284
15267
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
15285
15268
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
15286
15269
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
15287
|
-
readonly text: Schema.String;
|
|
15288
15270
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
15289
15271
|
readonly start: Schema.Finite;
|
|
15290
15272
|
readonly end: Schema.Finite;
|
|
@@ -15454,7 +15436,6 @@ export declare const All: Schema.toTaggedUnion<"type", readonly [Schema.Union<re
|
|
|
15454
15436
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
15455
15437
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
15456
15438
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
15457
|
-
readonly text: Schema.String;
|
|
15458
15439
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
15459
15440
|
readonly start: Schema.Finite;
|
|
15460
15441
|
readonly end: Schema.Finite;
|
|
@@ -15467,7 +15448,6 @@ export declare const All: Schema.toTaggedUnion<"type", readonly [Schema.Union<re
|
|
|
15467
15448
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
15468
15449
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
15469
15450
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
15470
|
-
readonly text: Schema.String;
|
|
15471
15451
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
15472
15452
|
readonly start: Schema.Finite;
|
|
15473
15453
|
readonly end: Schema.Finite;
|
package/dist/session-inbox.d.ts
CHANGED
|
@@ -110,7 +110,6 @@ export declare const UserPayload: Schema.Struct<{
|
|
|
110
110
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
111
111
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
112
112
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
113
|
-
readonly text: Schema.String;
|
|
114
113
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
115
114
|
readonly start: Schema.Finite;
|
|
116
115
|
readonly end: Schema.Finite;
|
|
@@ -123,7 +122,6 @@ export declare const UserPayload: Schema.Struct<{
|
|
|
123
122
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
124
123
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
125
124
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
126
|
-
readonly text: Schema.String;
|
|
127
125
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
128
126
|
readonly start: Schema.Finite;
|
|
129
127
|
readonly end: Schema.Finite;
|
|
@@ -271,7 +269,6 @@ export declare const Item: Schema.Union<readonly [Schema.Struct<{
|
|
|
271
269
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
272
270
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
273
271
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
274
|
-
readonly text: Schema.String;
|
|
275
272
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
276
273
|
readonly start: Schema.Finite;
|
|
277
274
|
readonly end: Schema.Finite;
|
|
@@ -284,7 +281,6 @@ export declare const Item: Schema.Union<readonly [Schema.Struct<{
|
|
|
284
281
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
285
282
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
286
283
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
287
|
-
readonly text: Schema.String;
|
|
288
284
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
289
285
|
readonly start: Schema.Finite;
|
|
290
286
|
readonly end: Schema.Finite;
|
|
@@ -440,7 +436,6 @@ export declare const User: Schema.Struct<{
|
|
|
440
436
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
441
437
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
442
438
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
443
|
-
readonly text: Schema.String;
|
|
444
439
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
445
440
|
readonly start: Schema.Finite;
|
|
446
441
|
readonly end: Schema.Finite;
|
|
@@ -453,7 +448,6 @@ export declare const User: Schema.Struct<{
|
|
|
453
448
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
454
449
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
455
450
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
456
|
-
readonly text: Schema.String;
|
|
457
451
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
458
452
|
readonly start: Schema.Finite;
|
|
459
453
|
readonly end: Schema.Finite;
|
|
@@ -651,7 +645,6 @@ export declare const Info: Schema.Union<readonly [Schema.Struct<{
|
|
|
651
645
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
652
646
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
653
647
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
654
|
-
readonly text: Schema.String;
|
|
655
648
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
656
649
|
readonly start: Schema.Finite;
|
|
657
650
|
readonly end: Schema.Finite;
|
|
@@ -664,7 +657,6 @@ export declare const Info: Schema.Union<readonly [Schema.Struct<{
|
|
|
664
657
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
665
658
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
666
659
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
667
|
-
readonly text: Schema.String;
|
|
668
660
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
669
661
|
readonly start: Schema.Finite;
|
|
670
662
|
readonly end: Schema.Finite;
|
|
@@ -275,7 +275,6 @@ export declare const User: Schema.Struct<{
|
|
|
275
275
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
276
276
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
277
277
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
278
|
-
readonly text: Schema.String;
|
|
279
278
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
280
279
|
readonly start: Schema.Finite;
|
|
281
280
|
readonly end: Schema.Finite;
|
|
@@ -288,7 +287,6 @@ export declare const User: Schema.Struct<{
|
|
|
288
287
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
289
288
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
290
289
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
291
|
-
readonly text: Schema.String;
|
|
292
290
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
293
291
|
readonly start: Schema.Finite;
|
|
294
292
|
readonly end: Schema.Finite;
|
|
@@ -1195,7 +1193,6 @@ export declare const Info: Schema.Union<readonly [Schema.Struct<{
|
|
|
1195
1193
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1196
1194
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1197
1195
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1198
|
-
readonly text: Schema.String;
|
|
1199
1196
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1200
1197
|
readonly start: Schema.Finite;
|
|
1201
1198
|
readonly end: Schema.Finite;
|
|
@@ -1208,7 +1205,6 @@ export declare const Info: Schema.Union<readonly [Schema.Struct<{
|
|
|
1208
1205
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1209
1206
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1210
1207
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1211
|
-
readonly text: Schema.String;
|
|
1212
1208
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1213
1209
|
readonly start: Schema.Finite;
|
|
1214
1210
|
readonly end: Schema.Finite;
|
|
@@ -428,7 +428,6 @@ export declare const Data: Schema.Struct<{
|
|
|
428
428
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
429
429
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
430
430
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
431
|
-
readonly text: Schema.String;
|
|
432
431
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
433
432
|
readonly start: Schema.Finite;
|
|
434
433
|
readonly end: Schema.Finite;
|
|
@@ -441,7 +440,6 @@ export declare const Data: Schema.Struct<{
|
|
|
441
440
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
442
441
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
443
442
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
444
|
-
readonly text: Schema.String;
|
|
445
443
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
446
444
|
readonly start: Schema.Finite;
|
|
447
445
|
readonly end: Schema.Finite;
|