@zakstam/codex-local-component 0.7.0 → 0.8.0
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/LLMS.md +54 -6
- package/dist/component/_generated/api.d.ts +42 -0
- package/dist/component/_generated/api.d.ts.map +1 -1
- package/dist/component/_generated/api.js.map +1 -1
- package/dist/component/_generated/component.d.ts +279 -126
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/approvals.d.ts +2 -6
- package/dist/component/approvals.d.ts.map +1 -1
- package/dist/component/approvals.js +8 -7
- package/dist/component/approvals.js.map +1 -1
- package/dist/component/dispatch.d.ts +7 -21
- package/dist/component/dispatch.d.ts.map +1 -1
- package/dist/component/dispatch.js +21 -20
- package/dist/component/dispatch.js.map +1 -1
- package/dist/component/ingest/applyApprovals.d.ts.map +1 -1
- package/dist/component/ingest/applyApprovals.js +3 -2
- package/dist/component/ingest/applyApprovals.js.map +1 -1
- package/dist/component/ingest/applyMessages.d.ts.map +1 -1
- package/dist/component/ingest/applyMessages.js +8 -7
- package/dist/component/ingest/applyMessages.js.map +1 -1
- package/dist/component/ingest/applyStreams.d.ts.map +1 -1
- package/dist/component/ingest/applyStreams.js +13 -12
- package/dist/component/ingest/applyStreams.js.map +1 -1
- package/dist/component/ingest/applyTurns.d.ts.map +1 -1
- package/dist/component/ingest/applyTurns.js +10 -9
- package/dist/component/ingest/applyTurns.js.map +1 -1
- package/dist/component/ingest/checkpoints.d.ts.map +1 -1
- package/dist/component/ingest/checkpoints.js +10 -13
- package/dist/component/ingest/checkpoints.js.map +1 -1
- package/dist/component/ingest/index.d.ts.map +1 -1
- package/dist/component/ingest/index.js +3 -2
- package/dist/component/ingest/index.js.map +1 -1
- package/dist/component/ingest/postIngest.d.ts.map +1 -1
- package/dist/component/ingest/postIngest.js +2 -1
- package/dist/component/ingest/postIngest.js.map +1 -1
- package/dist/component/ingest/sessionGuard.d.ts.map +1 -1
- package/dist/component/ingest/sessionGuard.js +5 -14
- package/dist/component/ingest/sessionGuard.js.map +1 -1
- package/dist/component/ingest/stateCache.d.ts +1 -1
- package/dist/component/ingest/stateCache.d.ts.map +1 -1
- package/dist/component/ingest/stateCache.js +8 -8
- package/dist/component/ingest/stateCache.js.map +1 -1
- package/dist/component/ingest/types.d.ts +2 -4
- package/dist/component/ingest/types.d.ts.map +1 -1
- package/dist/component/messages.d.ts +2 -6
- package/dist/component/messages.d.ts.map +1 -1
- package/dist/component/messages.js +4 -3
- package/dist/component/messages.js.map +1 -1
- package/dist/component/pagination.d.ts +4 -0
- package/dist/component/pagination.d.ts.map +1 -1
- package/dist/component/pagination.js +11 -2
- package/dist/component/pagination.js.map +1 -1
- package/dist/component/reasoning.d.ts +1 -3
- package/dist/component/reasoning.d.ts.map +1 -1
- package/dist/component/reasoning.js +3 -2
- package/dist/component/reasoning.js.map +1 -1
- package/dist/component/schema.d.ts +116 -122
- package/dist/component/schema.d.ts.map +1 -1
- package/dist/component/schema.js +74 -78
- package/dist/component/schema.js.map +1 -1
- package/dist/component/scope.d.ts +4 -0
- package/dist/component/scope.d.ts.map +1 -0
- package/dist/component/scope.js +6 -0
- package/dist/component/scope.js.map +1 -0
- package/dist/component/serverRequests.d.ts +3 -9
- package/dist/component/serverRequests.d.ts.map +1 -1
- package/dist/component/serverRequests.js +20 -17
- package/dist/component/serverRequests.js.map +1 -1
- package/dist/component/sessions.d.ts +1 -1
- package/dist/component/sessions.js +3 -3
- package/dist/component/sessions.js.map +1 -1
- package/dist/component/streamStats.d.ts +4 -4
- package/dist/component/streamStats.d.ts.map +1 -1
- package/dist/component/streamStats.js +10 -10
- package/dist/component/streamStats.js.map +1 -1
- package/dist/component/streams.d.ts +3 -3
- package/dist/component/streams.js +18 -18
- package/dist/component/streams.js.map +1 -1
- package/dist/component/sync.d.ts +4 -12
- package/dist/component/sync.d.ts.map +1 -1
- package/dist/component/sync.js +1 -1
- package/dist/component/sync.js.map +1 -1
- package/dist/component/syncIngest.d.ts +1 -3
- package/dist/component/syncIngest.d.ts.map +1 -1
- package/dist/component/syncReplay.d.ts +1 -3
- package/dist/component/syncReplay.d.ts.map +1 -1
- package/dist/component/syncReplay.js +11 -12
- package/dist/component/syncReplay.js.map +1 -1
- package/dist/component/threads.d.ts +7 -21
- package/dist/component/threads.d.ts.map +1 -1
- package/dist/component/threads.js +35 -34
- package/dist/component/threads.js.map +1 -1
- package/dist/component/turns.d.ts +2 -6
- package/dist/component/turns.d.ts.map +1 -1
- package/dist/component/turns.js +9 -8
- package/dist/component/turns.js.map +1 -1
- package/dist/component/turnsInternal.d.ts +1 -1
- package/dist/component/turnsInternal.js +3 -3
- package/dist/component/turnsInternal.js.map +1 -1
- package/dist/component/types.d.ts +4 -10
- package/dist/component/types.d.ts.map +1 -1
- package/dist/component/types.js +1 -3
- package/dist/component/types.js.map +1 -1
- package/dist/component/utils.d.ts.map +1 -1
- package/dist/component/utils.js +8 -11
- package/dist/component/utils.js.map +1 -1
- package/dist/host/convexPreset.d.ts +90 -194
- package/dist/host/convexPreset.d.ts.map +1 -1
- package/dist/host/convexSlice.d.ts +10 -16
- package/dist/host/convexSlice.d.ts.map +1 -1
- package/dist/host/convexSlice.js +2 -4
- package/dist/host/convexSlice.js.map +1 -1
- package/dist/host/index.d.ts +1 -0
- package/dist/host/index.d.ts.map +1 -1
- package/dist/host/index.js +1 -0
- package/dist/host/index.js.map +1 -1
- package/dist/host/ingestRecovery.d.ts +5 -0
- package/dist/host/ingestRecovery.d.ts.map +1 -0
- package/dist/host/ingestRecovery.js +4 -0
- package/dist/host/ingestRecovery.js.map +1 -0
- package/dist/host/runtime.d.ts +2 -4
- package/dist/host/runtime.d.ts.map +1 -1
- package/dist/host/runtime.js +177 -150
- package/dist/host/runtime.js.map +1 -1
- package/dist/host/surfaceGenerator.d.ts +0 -2
- package/dist/host/surfaceGenerator.d.ts.map +1 -1
- package/dist/host/surfaceGenerator.js +2 -2
- package/dist/host/surfaceGenerator.js.map +1 -1
- package/dist/mapping.d.ts.map +1 -1
- package/dist/mapping.js +4 -1
- package/dist/mapping.js.map +1 -1
- package/dist/protocol/events.d.ts +6 -2
- package/dist/protocol/events.d.ts.map +1 -1
- package/dist/protocol/events.js +34 -12
- package/dist/protocol/events.js.map +1 -1
- package/docs/CLIENT_AND_REACT_HOOKS.md +7 -0
- package/docs/DISPATCH_MANAGED_REFERENCE_HOST.md +6 -1
- package/docs/HOST_INTEGRATION.md +8 -0
- package/docs/OPERATIONS_AND_ERRORS.md +11 -1
- package/docs/RUNTIME_OWNED_REFERENCE_HOST.md +5 -0
- package/package.json +3 -2
|
@@ -28,14 +28,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
28
28
|
interruptTurnForHooks?: {
|
|
29
29
|
args: {
|
|
30
30
|
actor: import("convex/values").VObject<{
|
|
31
|
-
|
|
32
|
-
userId: string;
|
|
33
|
-
deviceId: string;
|
|
31
|
+
userId?: string;
|
|
34
32
|
}, {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
38
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
33
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
34
|
+
}, "required", "userId">;
|
|
39
35
|
threadId: import("convex/values").VString<string, "required">;
|
|
40
36
|
turnId: import("convex/values").VString<string, "required">;
|
|
41
37
|
reason: import("convex/values").VString<string | undefined, "optional">;
|
|
@@ -51,14 +47,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
51
47
|
upsertPendingServerRequestForHooks?: {
|
|
52
48
|
args: {
|
|
53
49
|
actor: import("convex/values").VObject<{
|
|
54
|
-
|
|
55
|
-
userId: string;
|
|
56
|
-
deviceId: string;
|
|
50
|
+
userId?: string;
|
|
57
51
|
}, {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
61
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
52
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
53
|
+
}, "required", "userId">;
|
|
62
54
|
requestId: import("convex/values").VUnion<string | number, [import("convex/values").VString<string, "required">, import("convex/values").VFloat64<number, "required">], "required", never>;
|
|
63
55
|
threadId: import("convex/values").VString<string, "required">;
|
|
64
56
|
turnId: import("convex/values").VString<string, "required">;
|
|
@@ -86,14 +78,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
86
78
|
resolvePendingServerRequestForHooks?: {
|
|
87
79
|
args: {
|
|
88
80
|
actor: import("convex/values").VObject<{
|
|
89
|
-
|
|
90
|
-
userId: string;
|
|
91
|
-
deviceId: string;
|
|
81
|
+
userId?: string;
|
|
92
82
|
}, {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
96
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
83
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
84
|
+
}, "required", "userId">;
|
|
97
85
|
threadId: import("convex/values").VString<string, "required">;
|
|
98
86
|
requestId: import("convex/values").VUnion<string | number, [import("convex/values").VString<string, "required">, import("convex/values").VFloat64<number, "required">], "required", never>;
|
|
99
87
|
status: import("convex/values").VUnion<"answered" | "expired", [import("convex/values").VLiteral<"answered", "required">, import("convex/values").VLiteral<"expired", "required">], "required", never>;
|
|
@@ -113,14 +101,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
113
101
|
respondApprovalForHooks?: {
|
|
114
102
|
args: {
|
|
115
103
|
actor: import("convex/values").VObject<{
|
|
116
|
-
|
|
117
|
-
userId: string;
|
|
118
|
-
deviceId: string;
|
|
104
|
+
userId?: string;
|
|
119
105
|
}, {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
123
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
106
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
107
|
+
}, "required", "userId">;
|
|
124
108
|
threadId: import("convex/values").VString<string, "required">;
|
|
125
109
|
turnId: import("convex/values").VString<string, "required">;
|
|
126
110
|
itemId: import("convex/values").VString<string, "required">;
|
|
@@ -138,14 +122,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
138
122
|
ensureThread: {
|
|
139
123
|
args: {
|
|
140
124
|
actor: import("convex/values").VObject<{
|
|
141
|
-
|
|
142
|
-
userId: string;
|
|
143
|
-
deviceId: string;
|
|
125
|
+
userId?: string;
|
|
144
126
|
}, {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
148
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
127
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
128
|
+
}, "required", "userId">;
|
|
149
129
|
threadId: import("convex/values").VString<string | undefined, "optional">;
|
|
150
130
|
externalThreadId: import("convex/values").VString<string | undefined, "optional">;
|
|
151
131
|
model: import("convex/values").VString<string | undefined, "optional">;
|
|
@@ -162,14 +142,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
162
142
|
enqueueTurnDispatch: {
|
|
163
143
|
args: {
|
|
164
144
|
actor: import("convex/values").VObject<{
|
|
165
|
-
|
|
166
|
-
userId: string;
|
|
167
|
-
deviceId: string;
|
|
145
|
+
userId?: string;
|
|
168
146
|
}, {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
172
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
147
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
148
|
+
}, "required", "userId">;
|
|
173
149
|
threadId: import("convex/values").VString<string, "required">;
|
|
174
150
|
dispatchId: import("convex/values").VString<string | undefined, "optional">;
|
|
175
151
|
turnId: import("convex/values").VString<string, "required">;
|
|
@@ -219,14 +195,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
219
195
|
claimNextTurnDispatch: {
|
|
220
196
|
args: {
|
|
221
197
|
actor: import("convex/values").VObject<{
|
|
222
|
-
|
|
223
|
-
userId: string;
|
|
224
|
-
deviceId: string;
|
|
198
|
+
userId?: string;
|
|
225
199
|
}, {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
229
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
200
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
201
|
+
}, "required", "userId">;
|
|
230
202
|
threadId: import("convex/values").VString<string, "required">;
|
|
231
203
|
claimOwner: import("convex/values").VString<string, "required">;
|
|
232
204
|
leaseMs: import("convex/values").VFloat64<number | undefined, "optional">;
|
|
@@ -266,14 +238,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
266
238
|
markTurnDispatchStarted: {
|
|
267
239
|
args: {
|
|
268
240
|
actor: import("convex/values").VObject<{
|
|
269
|
-
|
|
270
|
-
userId: string;
|
|
271
|
-
deviceId: string;
|
|
241
|
+
userId?: string;
|
|
272
242
|
}, {
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
276
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
243
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
244
|
+
}, "required", "userId">;
|
|
277
245
|
threadId: import("convex/values").VString<string, "required">;
|
|
278
246
|
dispatchId: import("convex/values").VString<string, "required">;
|
|
279
247
|
claimToken: import("convex/values").VString<string, "required">;
|
|
@@ -293,14 +261,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
293
261
|
markTurnDispatchCompleted: {
|
|
294
262
|
args: {
|
|
295
263
|
actor: import("convex/values").VObject<{
|
|
296
|
-
|
|
297
|
-
userId: string;
|
|
298
|
-
deviceId: string;
|
|
264
|
+
userId?: string;
|
|
299
265
|
}, {
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
303
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
266
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
267
|
+
}, "required", "userId">;
|
|
304
268
|
threadId: import("convex/values").VString<string, "required">;
|
|
305
269
|
dispatchId: import("convex/values").VString<string, "required">;
|
|
306
270
|
claimToken: import("convex/values").VString<string, "required">;
|
|
@@ -316,14 +280,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
316
280
|
markTurnDispatchFailed: {
|
|
317
281
|
args: {
|
|
318
282
|
actor: import("convex/values").VObject<{
|
|
319
|
-
|
|
320
|
-
userId: string;
|
|
321
|
-
deviceId: string;
|
|
283
|
+
userId?: string;
|
|
322
284
|
}, {
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
326
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
285
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
286
|
+
}, "required", "userId">;
|
|
327
287
|
threadId: import("convex/values").VString<string, "required">;
|
|
328
288
|
dispatchId: import("convex/values").VString<string, "required">;
|
|
329
289
|
claimToken: import("convex/values").VString<string, "required">;
|
|
@@ -343,14 +303,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
343
303
|
cancelTurnDispatch: {
|
|
344
304
|
args: {
|
|
345
305
|
actor: import("convex/values").VObject<{
|
|
346
|
-
|
|
347
|
-
userId: string;
|
|
348
|
-
deviceId: string;
|
|
306
|
+
userId?: string;
|
|
349
307
|
}, {
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
353
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
308
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
309
|
+
}, "required", "userId">;
|
|
354
310
|
threadId: import("convex/values").VString<string, "required">;
|
|
355
311
|
dispatchId: import("convex/values").VString<string, "required">;
|
|
356
312
|
claimToken: import("convex/values").VString<string | undefined, "optional">;
|
|
@@ -368,14 +324,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
368
324
|
ensureSession: {
|
|
369
325
|
args: {
|
|
370
326
|
actor: import("convex/values").VObject<{
|
|
371
|
-
|
|
372
|
-
userId: string;
|
|
373
|
-
deviceId: string;
|
|
327
|
+
userId?: string;
|
|
374
328
|
}, {
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
378
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
329
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
330
|
+
}, "required", "userId">;
|
|
379
331
|
sessionId: import("convex/values").VString<string, "required">;
|
|
380
332
|
threadId: import("convex/values").VString<string, "required">;
|
|
381
333
|
};
|
|
@@ -397,14 +349,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
397
349
|
ingestEvent: {
|
|
398
350
|
args: {
|
|
399
351
|
actor: import("convex/values").VObject<{
|
|
400
|
-
|
|
401
|
-
userId: string;
|
|
402
|
-
deviceId: string;
|
|
352
|
+
userId?: string;
|
|
403
353
|
}, {
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
407
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
354
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
355
|
+
}, "required", "userId">;
|
|
408
356
|
sessionId: import("convex/values").VString<string, "required">;
|
|
409
357
|
threadId: import("convex/values").VString<string, "required">;
|
|
410
358
|
event: import("convex/values").VUnion<{
|
|
@@ -493,10 +441,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
493
441
|
threadId: string;
|
|
494
442
|
sessionId: string;
|
|
495
443
|
};
|
|
496
|
-
status: "ok" | "partial" | "
|
|
444
|
+
status: "ok" | "partial" | "session_recovered" | "rejected";
|
|
497
445
|
errors: {
|
|
498
446
|
message: string;
|
|
499
|
-
code: "
|
|
447
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
500
448
|
recoverable: boolean;
|
|
501
449
|
}[];
|
|
502
450
|
ingestStatus: "ok" | "partial";
|
|
@@ -505,7 +453,7 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
505
453
|
ackCursorEnd: number;
|
|
506
454
|
}[];
|
|
507
455
|
}, {
|
|
508
|
-
status: import("convex/values").VUnion<"ok" | "partial" | "
|
|
456
|
+
status: import("convex/values").VUnion<"ok" | "partial" | "session_recovered" | "rejected", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
|
|
509
457
|
ingestStatus: import("convex/values").VUnion<"ok" | "partial", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">], "required", never>;
|
|
510
458
|
ackedStreams: import("convex/values").VArray<{
|
|
511
459
|
streamId: string;
|
|
@@ -528,14 +476,14 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
528
476
|
}, "optional", "action" | "threadId" | "sessionId">;
|
|
529
477
|
errors: import("convex/values").VArray<{
|
|
530
478
|
message: string;
|
|
531
|
-
code: "
|
|
479
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
532
480
|
recoverable: boolean;
|
|
533
481
|
}[], import("convex/values").VObject<{
|
|
534
482
|
message: string;
|
|
535
|
-
code: "
|
|
483
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
536
484
|
recoverable: boolean;
|
|
537
485
|
}, {
|
|
538
|
-
code: import("convex/values").VUnion<"
|
|
486
|
+
code: import("convex/values").VUnion<"SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
|
|
539
487
|
message: import("convex/values").VString<string, "required">;
|
|
540
488
|
recoverable: import("convex/values").VBoolean<boolean, "required">;
|
|
541
489
|
}, "required", "message" | "code" | "recoverable">, "required">;
|
|
@@ -576,14 +524,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
576
524
|
ingestBatch: {
|
|
577
525
|
args: {
|
|
578
526
|
actor: import("convex/values").VObject<{
|
|
579
|
-
|
|
580
|
-
userId: string;
|
|
581
|
-
deviceId: string;
|
|
527
|
+
userId?: string;
|
|
582
528
|
}, {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
586
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
529
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
530
|
+
}, "required", "userId">;
|
|
587
531
|
sessionId: import("convex/values").VString<string, "required">;
|
|
588
532
|
threadId: import("convex/values").VString<string, "required">;
|
|
589
533
|
deltas: import("convex/values").VArray<({
|
|
@@ -713,10 +657,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
713
657
|
threadId: string;
|
|
714
658
|
sessionId: string;
|
|
715
659
|
};
|
|
716
|
-
status: "ok" | "partial" | "
|
|
660
|
+
status: "ok" | "partial" | "session_recovered" | "rejected";
|
|
717
661
|
errors: {
|
|
718
662
|
message: string;
|
|
719
|
-
code: "
|
|
663
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
720
664
|
recoverable: boolean;
|
|
721
665
|
}[];
|
|
722
666
|
ingestStatus: "ok" | "partial";
|
|
@@ -725,7 +669,7 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
725
669
|
ackCursorEnd: number;
|
|
726
670
|
}[];
|
|
727
671
|
}, {
|
|
728
|
-
status: import("convex/values").VUnion<"ok" | "partial" | "
|
|
672
|
+
status: import("convex/values").VUnion<"ok" | "partial" | "session_recovered" | "rejected", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">, import("convex/values").VLiteral<"session_recovered", "required">, import("convex/values").VLiteral<"rejected", "required">], "required", never>;
|
|
729
673
|
ingestStatus: import("convex/values").VUnion<"ok" | "partial", [import("convex/values").VLiteral<"ok", "required">, import("convex/values").VLiteral<"partial", "required">], "required", never>;
|
|
730
674
|
ackedStreams: import("convex/values").VArray<{
|
|
731
675
|
streamId: string;
|
|
@@ -748,14 +692,14 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
748
692
|
}, "optional", "action" | "threadId" | "sessionId">;
|
|
749
693
|
errors: import("convex/values").VArray<{
|
|
750
694
|
message: string;
|
|
751
|
-
code: "
|
|
695
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
752
696
|
recoverable: boolean;
|
|
753
697
|
}[], import("convex/values").VObject<{
|
|
754
698
|
message: string;
|
|
755
|
-
code: "
|
|
699
|
+
code: "SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN";
|
|
756
700
|
recoverable: boolean;
|
|
757
701
|
}, {
|
|
758
|
-
code: import("convex/values").VUnion<"
|
|
702
|
+
code: import("convex/values").VUnion<"SESSION_NOT_FOUND" | "SESSION_THREAD_MISMATCH" | "OUT_OF_ORDER" | "REPLAY_GAP" | "UNKNOWN", [import("convex/values").VLiteral<"SESSION_NOT_FOUND", "required">, import("convex/values").VLiteral<"SESSION_THREAD_MISMATCH", "required">, import("convex/values").VLiteral<"OUT_OF_ORDER", "required">, import("convex/values").VLiteral<"REPLAY_GAP", "required">, import("convex/values").VLiteral<"UNKNOWN", "required">], "required", never>;
|
|
759
703
|
message: import("convex/values").VString<string, "required">;
|
|
760
704
|
recoverable: import("convex/values").VBoolean<boolean, "required">;
|
|
761
705
|
}, "required", "message" | "code" | "recoverable">, "required">;
|
|
@@ -806,14 +750,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
806
750
|
listPendingServerRequestsForHooks?: {
|
|
807
751
|
args: {
|
|
808
752
|
actor: import("convex/values").VObject<{
|
|
809
|
-
|
|
810
|
-
userId: string;
|
|
811
|
-
deviceId: string;
|
|
753
|
+
userId?: string;
|
|
812
754
|
}, {
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
816
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
755
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
756
|
+
}, "required", "userId">;
|
|
817
757
|
threadId: import("convex/values").VString<string | undefined, "optional">;
|
|
818
758
|
limit: import("convex/values").VFloat64<number | undefined, "optional">;
|
|
819
759
|
};
|
|
@@ -826,14 +766,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
826
766
|
listPendingApprovalsForHooks?: {
|
|
827
767
|
args: {
|
|
828
768
|
actor: import("convex/values").VObject<{
|
|
829
|
-
|
|
830
|
-
userId: string;
|
|
831
|
-
deviceId: string;
|
|
769
|
+
userId?: string;
|
|
832
770
|
}, {
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
836
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
771
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
772
|
+
}, "required", "userId">;
|
|
837
773
|
threadId: import("convex/values").VString<string | undefined, "optional">;
|
|
838
774
|
paginationOpts: import("convex/values").VObject<{
|
|
839
775
|
id?: number;
|
|
@@ -863,14 +799,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
863
799
|
listThreadReasoningForHooks?: {
|
|
864
800
|
args: {
|
|
865
801
|
actor: import("convex/values").VObject<{
|
|
866
|
-
|
|
867
|
-
userId: string;
|
|
868
|
-
deviceId: string;
|
|
802
|
+
userId?: string;
|
|
869
803
|
}, {
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
873
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
804
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
805
|
+
}, "required", "userId">;
|
|
874
806
|
threadId: import("convex/values").VString<string, "required">;
|
|
875
807
|
paginationOpts: import("convex/values").VObject<{
|
|
876
808
|
id?: number;
|
|
@@ -902,14 +834,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
902
834
|
listThreadMessagesForHooks?: {
|
|
903
835
|
args: {
|
|
904
836
|
actor: import("convex/values").VObject<{
|
|
905
|
-
|
|
906
|
-
userId: string;
|
|
907
|
-
deviceId: string;
|
|
837
|
+
userId?: string;
|
|
908
838
|
}, {
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
912
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
839
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
840
|
+
}, "required", "userId">;
|
|
913
841
|
threadId: import("convex/values").VString<string, "required">;
|
|
914
842
|
paginationOpts: import("convex/values").VObject<{
|
|
915
843
|
id?: number;
|
|
@@ -1031,14 +959,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1031
959
|
listTurnMessagesForHooks?: {
|
|
1032
960
|
args: {
|
|
1033
961
|
actor: import("convex/values").VObject<{
|
|
1034
|
-
|
|
1035
|
-
userId: string;
|
|
1036
|
-
deviceId: string;
|
|
962
|
+
userId?: string;
|
|
1037
963
|
}, {
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1041
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
964
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
965
|
+
}, "required", "userId">;
|
|
1042
966
|
threadId: import("convex/values").VString<string, "required">;
|
|
1043
967
|
turnId: import("convex/values").VString<string, "required">;
|
|
1044
968
|
};
|
|
@@ -1051,14 +975,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1051
975
|
dataHygiene?: {
|
|
1052
976
|
args: {
|
|
1053
977
|
actor: import("convex/values").VObject<{
|
|
1054
|
-
|
|
1055
|
-
userId: string;
|
|
1056
|
-
deviceId: string;
|
|
978
|
+
userId?: string;
|
|
1057
979
|
}, {
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1061
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
980
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
981
|
+
}, "required", "userId">;
|
|
1062
982
|
threadId: import("convex/values").VString<string, "required">;
|
|
1063
983
|
};
|
|
1064
984
|
returns: import("convex/values").VObject<{
|
|
@@ -1082,14 +1002,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1082
1002
|
getDispatchObservability?: {
|
|
1083
1003
|
args: {
|
|
1084
1004
|
actor: import("convex/values").VObject<{
|
|
1085
|
-
|
|
1086
|
-
userId: string;
|
|
1087
|
-
deviceId: string;
|
|
1005
|
+
userId?: string;
|
|
1088
1006
|
}, {
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1092
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1007
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1008
|
+
}, "required", "userId">;
|
|
1093
1009
|
threadId: import("convex/values").VString<string, "required">;
|
|
1094
1010
|
dispatchId: import("convex/values").VString<string | undefined, "optional">;
|
|
1095
1011
|
turnId: import("convex/values").VString<string | undefined, "optional">;
|
|
@@ -1274,14 +1190,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1274
1190
|
validateHostWiring: {
|
|
1275
1191
|
args: {
|
|
1276
1192
|
actor: import("convex/values").VObject<{
|
|
1277
|
-
|
|
1278
|
-
userId: string;
|
|
1279
|
-
deviceId: string;
|
|
1193
|
+
userId?: string;
|
|
1280
1194
|
}, {
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1284
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1195
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1196
|
+
}, "required", "userId">;
|
|
1285
1197
|
threadId: import("convex/values").VString<string | undefined, "optional">;
|
|
1286
1198
|
};
|
|
1287
1199
|
handler: (ctx: HostQueryRunner, args: {
|
|
@@ -1299,14 +1211,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1299
1211
|
getTurnDispatchState: {
|
|
1300
1212
|
args: {
|
|
1301
1213
|
actor: import("convex/values").VObject<{
|
|
1302
|
-
|
|
1303
|
-
userId: string;
|
|
1304
|
-
deviceId: string;
|
|
1214
|
+
userId?: string;
|
|
1305
1215
|
}, {
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1309
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1216
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1217
|
+
}, "required", "userId">;
|
|
1310
1218
|
threadId: import("convex/values").VString<string, "required">;
|
|
1311
1219
|
dispatchId: import("convex/values").VString<string | undefined, "optional">;
|
|
1312
1220
|
turnId: import("convex/values").VString<string | undefined, "optional">;
|
|
@@ -1379,14 +1287,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1379
1287
|
threadSnapshot: {
|
|
1380
1288
|
args: {
|
|
1381
1289
|
actor: import("convex/values").VObject<{
|
|
1382
|
-
|
|
1383
|
-
userId: string;
|
|
1384
|
-
deviceId: string;
|
|
1290
|
+
userId?: string;
|
|
1385
1291
|
}, {
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1389
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1292
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1293
|
+
}, "required", "userId">;
|
|
1390
1294
|
threadId: import("convex/values").VString<string, "required">;
|
|
1391
1295
|
};
|
|
1392
1296
|
handler: (ctx: HostQueryRunner, args: {
|
|
@@ -1397,14 +1301,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1397
1301
|
persistenceStats: {
|
|
1398
1302
|
args: {
|
|
1399
1303
|
actor: import("convex/values").VObject<{
|
|
1400
|
-
|
|
1401
|
-
userId: string;
|
|
1402
|
-
deviceId: string;
|
|
1304
|
+
userId?: string;
|
|
1403
1305
|
}, {
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1407
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1306
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1307
|
+
}, "required", "userId">;
|
|
1408
1308
|
threadId: import("convex/values").VString<string, "required">;
|
|
1409
1309
|
};
|
|
1410
1310
|
returns: import("convex/values").VObject<{
|
|
@@ -1443,14 +1343,10 @@ export declare function defineCodexHostSlice<Components extends CodexHostCompone
|
|
|
1443
1343
|
durableHistoryStats: {
|
|
1444
1344
|
args: {
|
|
1445
1345
|
actor: import("convex/values").VObject<{
|
|
1446
|
-
|
|
1447
|
-
userId: string;
|
|
1448
|
-
deviceId: string;
|
|
1346
|
+
userId?: string;
|
|
1449
1347
|
}, {
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
deviceId: import("convex/values").VString<string, "required">;
|
|
1453
|
-
}, "required", "tenantId" | "userId" | "deviceId">;
|
|
1348
|
+
userId: import("convex/values").VString<string | undefined, "optional">;
|
|
1349
|
+
}, "required", "userId">;
|
|
1454
1350
|
threadId: import("convex/values").VString<string, "required">;
|
|
1455
1351
|
};
|
|
1456
1352
|
returns: import("convex/values").VObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convexPreset.d.ts","sourceRoot":"","sources":["../../src/host/convexPreset.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"convexPreset.d.ts","sourceRoot":"","sources":["../../src/host/convexPreset.ts"],"names":[],"mappings":"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"}
|