@lucern/contracts 0.3.0-alpha.2 → 0.3.0-alpha.4
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/component-boundary.contract.d.ts +14 -0
- package/dist/component-boundary.contract.js +155 -0
- package/dist/component-boundary.contract.js.map +1 -0
- package/dist/component-host-boundary.contract.d.ts +41 -0
- package/dist/component-host-boundary.contract.js +54 -0
- package/dist/component-host-boundary.contract.js.map +1 -0
- package/dist/function-registry/beliefs.d.ts +41 -41
- package/dist/function-registry/beliefs.js +202 -8
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +187 -8
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.d.ts +13 -13
- package/dist/function-registry/context.js +187 -9
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +158 -5
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +158 -5
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +169 -6
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.d.ts +33 -33
- package/dist/function-registry/evidence.js +202 -9
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +53 -53
- package/dist/function-registry/graph.js +217 -12
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/helpers.js +158 -5
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +158 -5
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +1 -1
- package/dist/function-registry/index.js +158 -5
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.d.ts +9 -9
- package/dist/function-registry/judgments.js +170 -8
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +158 -5
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.d.ts +17 -17
- package/dist/function-registry/lenses.js +181 -8
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/manifest.d.ts +3 -3
- package/dist/function-registry/manifest.js +1 -1
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/ontologies.d.ts +45 -45
- package/dist/function-registry/ontologies.js +176 -11
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.d.ts +13 -13
- package/dist/function-registry/pipeline.js +167 -8
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.d.ts +49 -49
- package/dist/function-registry/questions.js +255 -13
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +158 -5
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.d.ts +21 -21
- package/dist/function-registry/topics.js +172 -8
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/types.d.ts +1 -1
- package/dist/function-registry/worktrees.d.ts +80 -41
- package/dist/function-registry/worktrees.js +292 -17
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/function-registry-input-audit.d.ts +13 -0
- package/dist/function-registry-input-audit.js +164 -0
- package/dist/function-registry-input-audit.js.map +1 -0
- package/dist/gateway.contract.d.ts +2 -0
- package/dist/gateway.contract.js.map +1 -1
- package/dist/generated/convexSchemas.js +2 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/generated/schema-manifest.json +42 -3
- package/dist/generated/tableOwnership.d.ts +2 -1
- package/dist/generated/tableOwnership.js +2 -0
- package/dist/generated/tableOwnership.js.map +1 -1
- package/dist/generated/tier-expectations.json +4 -2
- package/dist/index.d.ts +445 -35
- package/dist/index.js +1987 -17
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +174 -0
- package/dist/infisical-runtime.contract.js +192 -0
- package/dist/infisical-runtime.contract.js.map +1 -0
- package/dist/mcp-gateway-boundary.contract.d.ts +181 -0
- package/dist/mcp-gateway-boundary.contract.js +43 -0
- package/dist/mcp-gateway-boundary.contract.js.map +1 -0
- package/dist/schemas/component-table-manifest.d.ts +2 -2
- package/dist/schemas/index.js +38 -1
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +1050 -910
- package/dist/schemas/manifest.js +38 -1
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/sl-opinion.d.ts +4 -4
- package/dist/schemas/tables/identity/platform.d.ts +10 -10
- package/dist/schemas/tables/kernel/epistemic.d.ts +6 -6
- package/dist/schemas/tables/kernel/infra.d.ts +4 -4
- package/dist/schemas/tables/kernel/intelligence.d.ts +10 -10
- package/dist/schemas/tables/kernel/lens.d.ts +4 -4
- package/dist/schemas/tables/kernel/platform.d.ts +12 -12
- package/dist/schemas/tables/kernel/spine.d.ts +2 -2
- package/dist/schemas/tables/kernel/task.d.ts +42 -42
- package/dist/schemas/tables/kernel/worktree.d.ts +62 -62
- package/dist/schemas/tables/mc/identity.d.ts +26 -3
- package/dist/schemas/tables/mc/identity.js +35 -1
- package/dist/schemas/tables/mc/identity.js.map +1 -1
- package/dist/schemas/tables/mc/pack.d.ts +20 -20
- package/dist/schemas/tables/mc/registry.d.ts +4 -4
- package/dist/schemas/tables/mc/workspace.d.ts +9 -3
- package/dist/schemas/tables/mc/workspace.js +3 -1
- package/dist/schemas/tables/mc/workspace.js.map +1 -1
- package/dist/sdk-methods.contract.d.ts +1 -1
- package/dist/{sdk-tools.contract-S4ia0TTo.d.ts → sdk-tools.contract-CD-N1Jf7.d.ts} +1 -1
- package/dist/sdk-tools.contract.d.ts +2 -2
- package/dist/sdk-tools.contract.js +157 -4
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.contract.d.ts +1097 -0
- package/dist/tenant-bootstrap-seed.contract.js +651 -0
- package/dist/tenant-bootstrap-seed.contract.js.map +1 -0
- package/dist/tenant-bootstrap-seed.defaults.d.ts +16 -0
- package/dist/tenant-bootstrap-seed.defaults.js +303 -0
- package/dist/tenant-bootstrap-seed.defaults.js.map +1 -0
- package/dist/tenant-client.contract.d.ts +266 -0
- package/dist/tenant-client.contract.js +404 -0
- package/dist/tenant-client.contract.js.map +1 -0
- package/dist/{tool-contracts-C92-9ueT.d.ts → tool-contracts-BcKz-VGj.d.ts} +4 -2
- package/dist/tool-contracts.d.ts +1 -1
- package/dist/tool-contracts.js +158 -5
- package/dist/tool-contracts.js.map +1 -1
- package/package.json +1 -1
|
@@ -27,14 +27,14 @@ declare const tasks: TableContract<{
|
|
|
27
27
|
completed: z.ZodBoolean;
|
|
28
28
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
completed: boolean;
|
|
31
|
-
title: string;
|
|
32
30
|
id: string;
|
|
31
|
+
title: string;
|
|
32
|
+
completed: boolean;
|
|
33
33
|
completedAt?: number | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
completed: boolean;
|
|
36
|
-
title: string;
|
|
37
35
|
id: string;
|
|
36
|
+
title: string;
|
|
37
|
+
completed: boolean;
|
|
38
38
|
completedAt?: number | undefined;
|
|
39
39
|
}>, "many">>;
|
|
40
40
|
comments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -43,15 +43,15 @@ declare const tasks: TableContract<{
|
|
|
43
43
|
content: z.ZodString;
|
|
44
44
|
createdAt: z.ZodNumber;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
+
id: string;
|
|
46
47
|
content: string;
|
|
47
48
|
createdAt: number;
|
|
48
49
|
userId: string;
|
|
49
|
-
id: string;
|
|
50
50
|
}, {
|
|
51
|
+
id: string;
|
|
51
52
|
content: string;
|
|
52
53
|
createdAt: number;
|
|
53
54
|
userId: string;
|
|
54
|
-
id: string;
|
|
55
55
|
}>, "many">>;
|
|
56
56
|
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
57
57
|
id: z.ZodString;
|
|
@@ -64,13 +64,13 @@ declare const tasks: TableContract<{
|
|
|
64
64
|
text: z.ZodString;
|
|
65
65
|
completed: z.ZodBoolean;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
completed: boolean;
|
|
68
67
|
id: string;
|
|
69
68
|
text: string;
|
|
70
|
-
}, {
|
|
71
69
|
completed: boolean;
|
|
70
|
+
}, {
|
|
72
71
|
id: string;
|
|
73
72
|
text: string;
|
|
73
|
+
completed: boolean;
|
|
74
74
|
}>, "many">>;
|
|
75
75
|
fileUrl: z.ZodOptional<z.ZodString>;
|
|
76
76
|
fileName: z.ZodOptional<z.ZodString>;
|
|
@@ -93,11 +93,11 @@ declare const tasks: TableContract<{
|
|
|
93
93
|
id: string;
|
|
94
94
|
questionText: string;
|
|
95
95
|
answered?: boolean | undefined;
|
|
96
|
-
category?: string | undefined;
|
|
97
|
-
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
98
96
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
99
97
|
linkedBeliefId?: string | undefined;
|
|
100
98
|
linkedQuestionId?: string | undefined;
|
|
99
|
+
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
100
|
+
category?: string | undefined;
|
|
101
101
|
answerExcerpt?: string | undefined;
|
|
102
102
|
answerTimestamp?: string | undefined;
|
|
103
103
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -105,11 +105,11 @@ declare const tasks: TableContract<{
|
|
|
105
105
|
id: string;
|
|
106
106
|
questionText: string;
|
|
107
107
|
answered?: boolean | undefined;
|
|
108
|
-
category?: string | undefined;
|
|
109
|
-
insightId?: string | undefined;
|
|
110
108
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
111
109
|
linkedBeliefId?: string | undefined;
|
|
112
110
|
linkedQuestionId?: string | undefined;
|
|
111
|
+
insightId?: string | undefined;
|
|
112
|
+
category?: string | undefined;
|
|
113
113
|
answerExcerpt?: string | undefined;
|
|
114
114
|
answerTimestamp?: string | undefined;
|
|
115
115
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -189,15 +189,15 @@ declare const tasks: TableContract<{
|
|
|
189
189
|
company: z.ZodString;
|
|
190
190
|
rationale: z.ZodString;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
|
-
company: string;
|
|
193
192
|
rationale: string;
|
|
194
193
|
title: string;
|
|
195
194
|
role: string;
|
|
196
|
-
}, {
|
|
197
195
|
company: string;
|
|
196
|
+
}, {
|
|
198
197
|
rationale: string;
|
|
199
198
|
title: string;
|
|
200
199
|
role: string;
|
|
200
|
+
company: string;
|
|
201
201
|
}>, "many">>;
|
|
202
202
|
experts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
203
203
|
expertise: z.ZodString;
|
|
@@ -230,9 +230,9 @@ declare const tasks: TableContract<{
|
|
|
230
230
|
}>>;
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
232
|
items?: {
|
|
233
|
-
completed: boolean;
|
|
234
233
|
id: string;
|
|
235
234
|
text: string;
|
|
235
|
+
completed: boolean;
|
|
236
236
|
}[] | undefined;
|
|
237
237
|
linkedBeliefId?: string | undefined;
|
|
238
238
|
linkedQuestionId?: string | undefined;
|
|
@@ -245,11 +245,11 @@ declare const tasks: TableContract<{
|
|
|
245
245
|
id: string;
|
|
246
246
|
questionText: string;
|
|
247
247
|
answered?: boolean | undefined;
|
|
248
|
-
category?: string | undefined;
|
|
249
|
-
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
250
248
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
251
249
|
linkedBeliefId?: string | undefined;
|
|
252
250
|
linkedQuestionId?: string | undefined;
|
|
251
|
+
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
252
|
+
category?: string | undefined;
|
|
253
253
|
answerExcerpt?: string | undefined;
|
|
254
254
|
answerTimestamp?: string | undefined;
|
|
255
255
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -262,14 +262,14 @@ declare const tasks: TableContract<{
|
|
|
262
262
|
dependsOnStepIds?: string[] | undefined;
|
|
263
263
|
runCondition?: string | undefined;
|
|
264
264
|
continueOnFailure?: boolean | undefined;
|
|
265
|
-
stepStatus?: "pending" | "failed" | "
|
|
265
|
+
stepStatus?: "pending" | "failed" | "completed" | "running" | "skipped" | undefined;
|
|
266
266
|
stepRunCount?: number | undefined;
|
|
267
267
|
stepLastRunAt?: number | undefined;
|
|
268
268
|
stepOutputSummary?: string | undefined;
|
|
269
269
|
stepOutputData?: string | undefined;
|
|
270
270
|
stepFailureReason?: string | undefined;
|
|
271
271
|
researchResult?: string | undefined;
|
|
272
|
-
researchStatus?: "pending" | "failed" | "
|
|
272
|
+
researchStatus?: "pending" | "failed" | "completed" | "running" | undefined;
|
|
273
273
|
researchCompletedAt?: number | undefined;
|
|
274
274
|
researchCitations?: (string | {
|
|
275
275
|
url: string;
|
|
@@ -296,10 +296,10 @@ declare const tasks: TableContract<{
|
|
|
296
296
|
currentValue?: string | undefined;
|
|
297
297
|
}[] | undefined;
|
|
298
298
|
personas?: {
|
|
299
|
-
company: string;
|
|
300
299
|
rationale: string;
|
|
301
300
|
title: string;
|
|
302
301
|
role: string;
|
|
302
|
+
company: string;
|
|
303
303
|
}[] | undefined;
|
|
304
304
|
experts?: {
|
|
305
305
|
questions: string[];
|
|
@@ -314,9 +314,9 @@ declare const tasks: TableContract<{
|
|
|
314
314
|
} | undefined;
|
|
315
315
|
}, {
|
|
316
316
|
items?: {
|
|
317
|
-
completed: boolean;
|
|
318
317
|
id: string;
|
|
319
318
|
text: string;
|
|
319
|
+
completed: boolean;
|
|
320
320
|
}[] | undefined;
|
|
321
321
|
linkedBeliefId?: string | undefined;
|
|
322
322
|
linkedQuestionId?: string | undefined;
|
|
@@ -329,11 +329,11 @@ declare const tasks: TableContract<{
|
|
|
329
329
|
id: string;
|
|
330
330
|
questionText: string;
|
|
331
331
|
answered?: boolean | undefined;
|
|
332
|
-
category?: string | undefined;
|
|
333
|
-
insightId?: string | undefined;
|
|
334
332
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
335
333
|
linkedBeliefId?: string | undefined;
|
|
336
334
|
linkedQuestionId?: string | undefined;
|
|
335
|
+
insightId?: string | undefined;
|
|
336
|
+
category?: string | undefined;
|
|
337
337
|
answerExcerpt?: string | undefined;
|
|
338
338
|
answerTimestamp?: string | undefined;
|
|
339
339
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -346,14 +346,14 @@ declare const tasks: TableContract<{
|
|
|
346
346
|
dependsOnStepIds?: string[] | undefined;
|
|
347
347
|
runCondition?: string | undefined;
|
|
348
348
|
continueOnFailure?: boolean | undefined;
|
|
349
|
-
stepStatus?: "pending" | "failed" | "
|
|
349
|
+
stepStatus?: "pending" | "failed" | "completed" | "running" | "skipped" | undefined;
|
|
350
350
|
stepRunCount?: number | undefined;
|
|
351
351
|
stepLastRunAt?: number | undefined;
|
|
352
352
|
stepOutputSummary?: string | undefined;
|
|
353
353
|
stepOutputData?: string | undefined;
|
|
354
354
|
stepFailureReason?: string | undefined;
|
|
355
355
|
researchResult?: string | undefined;
|
|
356
|
-
researchStatus?: "pending" | "failed" | "
|
|
356
|
+
researchStatus?: "pending" | "failed" | "completed" | "running" | undefined;
|
|
357
357
|
researchCompletedAt?: number | undefined;
|
|
358
358
|
researchCitations?: (string | {
|
|
359
359
|
url: string;
|
|
@@ -380,10 +380,10 @@ declare const tasks: TableContract<{
|
|
|
380
380
|
currentValue?: string | undefined;
|
|
381
381
|
}[] | undefined;
|
|
382
382
|
personas?: {
|
|
383
|
-
company: string;
|
|
384
383
|
rationale: string;
|
|
385
384
|
title: string;
|
|
386
385
|
role: string;
|
|
386
|
+
company: string;
|
|
387
387
|
}[] | undefined;
|
|
388
388
|
experts?: {
|
|
389
389
|
questions: string[];
|
|
@@ -404,16 +404,16 @@ declare const tasks: TableContract<{
|
|
|
404
404
|
createdAt: z.ZodNumber;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
406
|
type: "note" | "call_script" | "email_template" | "research_plan" | "framework" | "checklist" | "file" | "transcript";
|
|
407
|
+
id: string;
|
|
408
|
+
title: string;
|
|
407
409
|
content: string;
|
|
408
410
|
createdAt: number;
|
|
409
411
|
createdBy: string;
|
|
410
|
-
title: string;
|
|
411
|
-
id: string;
|
|
412
412
|
metadata?: {
|
|
413
413
|
items?: {
|
|
414
|
-
completed: boolean;
|
|
415
414
|
id: string;
|
|
416
415
|
text: string;
|
|
416
|
+
completed: boolean;
|
|
417
417
|
}[] | undefined;
|
|
418
418
|
linkedBeliefId?: string | undefined;
|
|
419
419
|
linkedQuestionId?: string | undefined;
|
|
@@ -426,11 +426,11 @@ declare const tasks: TableContract<{
|
|
|
426
426
|
id: string;
|
|
427
427
|
questionText: string;
|
|
428
428
|
answered?: boolean | undefined;
|
|
429
|
-
category?: string | undefined;
|
|
430
|
-
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
431
429
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
432
430
|
linkedBeliefId?: string | undefined;
|
|
433
431
|
linkedQuestionId?: string | undefined;
|
|
432
|
+
insightId?: (string & z.BRAND<"Id<epistemicNodes>">) | undefined;
|
|
433
|
+
category?: string | undefined;
|
|
434
434
|
answerExcerpt?: string | undefined;
|
|
435
435
|
answerTimestamp?: string | undefined;
|
|
436
436
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -443,14 +443,14 @@ declare const tasks: TableContract<{
|
|
|
443
443
|
dependsOnStepIds?: string[] | undefined;
|
|
444
444
|
runCondition?: string | undefined;
|
|
445
445
|
continueOnFailure?: boolean | undefined;
|
|
446
|
-
stepStatus?: "pending" | "failed" | "
|
|
446
|
+
stepStatus?: "pending" | "failed" | "completed" | "running" | "skipped" | undefined;
|
|
447
447
|
stepRunCount?: number | undefined;
|
|
448
448
|
stepLastRunAt?: number | undefined;
|
|
449
449
|
stepOutputSummary?: string | undefined;
|
|
450
450
|
stepOutputData?: string | undefined;
|
|
451
451
|
stepFailureReason?: string | undefined;
|
|
452
452
|
researchResult?: string | undefined;
|
|
453
|
-
researchStatus?: "pending" | "failed" | "
|
|
453
|
+
researchStatus?: "pending" | "failed" | "completed" | "running" | undefined;
|
|
454
454
|
researchCompletedAt?: number | undefined;
|
|
455
455
|
researchCitations?: (string | {
|
|
456
456
|
url: string;
|
|
@@ -477,10 +477,10 @@ declare const tasks: TableContract<{
|
|
|
477
477
|
currentValue?: string | undefined;
|
|
478
478
|
}[] | undefined;
|
|
479
479
|
personas?: {
|
|
480
|
-
company: string;
|
|
481
480
|
rationale: string;
|
|
482
481
|
title: string;
|
|
483
482
|
role: string;
|
|
483
|
+
company: string;
|
|
484
484
|
}[] | undefined;
|
|
485
485
|
experts?: {
|
|
486
486
|
questions: string[];
|
|
@@ -499,16 +499,16 @@ declare const tasks: TableContract<{
|
|
|
499
499
|
capturedAt?: number | undefined;
|
|
500
500
|
}, {
|
|
501
501
|
type: "note" | "call_script" | "email_template" | "research_plan" | "framework" | "checklist" | "file" | "transcript";
|
|
502
|
+
id: string;
|
|
503
|
+
title: string;
|
|
502
504
|
content: string;
|
|
503
505
|
createdAt: number;
|
|
504
506
|
createdBy: string;
|
|
505
|
-
title: string;
|
|
506
|
-
id: string;
|
|
507
507
|
metadata?: {
|
|
508
508
|
items?: {
|
|
509
|
-
completed: boolean;
|
|
510
509
|
id: string;
|
|
511
510
|
text: string;
|
|
511
|
+
completed: boolean;
|
|
512
512
|
}[] | undefined;
|
|
513
513
|
linkedBeliefId?: string | undefined;
|
|
514
514
|
linkedQuestionId?: string | undefined;
|
|
@@ -521,11 +521,11 @@ declare const tasks: TableContract<{
|
|
|
521
521
|
id: string;
|
|
522
522
|
questionText: string;
|
|
523
523
|
answered?: boolean | undefined;
|
|
524
|
-
category?: string | undefined;
|
|
525
|
-
insightId?: string | undefined;
|
|
526
524
|
priority?: "must_ask" | "nice_to_have" | undefined;
|
|
527
525
|
linkedBeliefId?: string | undefined;
|
|
528
526
|
linkedQuestionId?: string | undefined;
|
|
527
|
+
insightId?: string | undefined;
|
|
528
|
+
category?: string | undefined;
|
|
529
529
|
answerExcerpt?: string | undefined;
|
|
530
530
|
answerTimestamp?: string | undefined;
|
|
531
531
|
capturedAsInsight?: boolean | undefined;
|
|
@@ -538,14 +538,14 @@ declare const tasks: TableContract<{
|
|
|
538
538
|
dependsOnStepIds?: string[] | undefined;
|
|
539
539
|
runCondition?: string | undefined;
|
|
540
540
|
continueOnFailure?: boolean | undefined;
|
|
541
|
-
stepStatus?: "pending" | "failed" | "
|
|
541
|
+
stepStatus?: "pending" | "failed" | "completed" | "running" | "skipped" | undefined;
|
|
542
542
|
stepRunCount?: number | undefined;
|
|
543
543
|
stepLastRunAt?: number | undefined;
|
|
544
544
|
stepOutputSummary?: string | undefined;
|
|
545
545
|
stepOutputData?: string | undefined;
|
|
546
546
|
stepFailureReason?: string | undefined;
|
|
547
547
|
researchResult?: string | undefined;
|
|
548
|
-
researchStatus?: "pending" | "failed" | "
|
|
548
|
+
researchStatus?: "pending" | "failed" | "completed" | "running" | undefined;
|
|
549
549
|
researchCompletedAt?: number | undefined;
|
|
550
550
|
researchCitations?: (string | {
|
|
551
551
|
url: string;
|
|
@@ -572,10 +572,10 @@ declare const tasks: TableContract<{
|
|
|
572
572
|
currentValue?: string | undefined;
|
|
573
573
|
}[] | undefined;
|
|
574
574
|
personas?: {
|
|
575
|
-
company: string;
|
|
576
575
|
rationale: string;
|
|
577
576
|
title: string;
|
|
578
577
|
role: string;
|
|
578
|
+
company: string;
|
|
579
579
|
}[] | undefined;
|
|
580
580
|
experts?: {
|
|
581
581
|
questions: string[];
|