@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.
Files changed (127) hide show
  1. package/dist/component-boundary.contract.d.ts +14 -0
  2. package/dist/component-boundary.contract.js +155 -0
  3. package/dist/component-boundary.contract.js.map +1 -0
  4. package/dist/component-host-boundary.contract.d.ts +41 -0
  5. package/dist/component-host-boundary.contract.js +54 -0
  6. package/dist/component-host-boundary.contract.js.map +1 -0
  7. package/dist/function-registry/beliefs.d.ts +41 -41
  8. package/dist/function-registry/beliefs.js +202 -8
  9. package/dist/function-registry/beliefs.js.map +1 -1
  10. package/dist/function-registry/coding.js +187 -8
  11. package/dist/function-registry/coding.js.map +1 -1
  12. package/dist/function-registry/context.d.ts +13 -13
  13. package/dist/function-registry/context.js +187 -9
  14. package/dist/function-registry/context.js.map +1 -1
  15. package/dist/function-registry/contracts.js +158 -5
  16. package/dist/function-registry/contracts.js.map +1 -1
  17. package/dist/function-registry/coordination.js +158 -5
  18. package/dist/function-registry/coordination.js.map +1 -1
  19. package/dist/function-registry/edges.js +169 -6
  20. package/dist/function-registry/edges.js.map +1 -1
  21. package/dist/function-registry/evidence.d.ts +33 -33
  22. package/dist/function-registry/evidence.js +202 -9
  23. package/dist/function-registry/evidence.js.map +1 -1
  24. package/dist/function-registry/graph.d.ts +53 -53
  25. package/dist/function-registry/graph.js +217 -12
  26. package/dist/function-registry/graph.js.map +1 -1
  27. package/dist/function-registry/helpers.d.ts +1 -1
  28. package/dist/function-registry/helpers.js +158 -5
  29. package/dist/function-registry/helpers.js.map +1 -1
  30. package/dist/function-registry/identity.js +158 -5
  31. package/dist/function-registry/identity.js.map +1 -1
  32. package/dist/function-registry/index.d.ts +1 -1
  33. package/dist/function-registry/index.js +158 -5
  34. package/dist/function-registry/index.js.map +1 -1
  35. package/dist/function-registry/judgments.d.ts +9 -9
  36. package/dist/function-registry/judgments.js +170 -8
  37. package/dist/function-registry/judgments.js.map +1 -1
  38. package/dist/function-registry/legacy.js +158 -5
  39. package/dist/function-registry/legacy.js.map +1 -1
  40. package/dist/function-registry/lenses.d.ts +17 -17
  41. package/dist/function-registry/lenses.js +181 -8
  42. package/dist/function-registry/lenses.js.map +1 -1
  43. package/dist/function-registry/manifest.d.ts +3 -3
  44. package/dist/function-registry/manifest.js +1 -1
  45. package/dist/function-registry/manifest.js.map +1 -1
  46. package/dist/function-registry/ontologies.d.ts +45 -45
  47. package/dist/function-registry/ontologies.js +176 -11
  48. package/dist/function-registry/ontologies.js.map +1 -1
  49. package/dist/function-registry/pipeline.d.ts +13 -13
  50. package/dist/function-registry/pipeline.js +167 -8
  51. package/dist/function-registry/pipeline.js.map +1 -1
  52. package/dist/function-registry/questions.d.ts +49 -49
  53. package/dist/function-registry/questions.js +255 -13
  54. package/dist/function-registry/questions.js.map +1 -1
  55. package/dist/function-registry/tasks.js +158 -5
  56. package/dist/function-registry/tasks.js.map +1 -1
  57. package/dist/function-registry/topics.d.ts +21 -21
  58. package/dist/function-registry/topics.js +172 -8
  59. package/dist/function-registry/topics.js.map +1 -1
  60. package/dist/function-registry/types.d.ts +1 -1
  61. package/dist/function-registry/worktrees.d.ts +80 -41
  62. package/dist/function-registry/worktrees.js +292 -17
  63. package/dist/function-registry/worktrees.js.map +1 -1
  64. package/dist/function-registry-input-audit.d.ts +13 -0
  65. package/dist/function-registry-input-audit.js +164 -0
  66. package/dist/function-registry-input-audit.js.map +1 -0
  67. package/dist/gateway.contract.d.ts +2 -0
  68. package/dist/gateway.contract.js.map +1 -1
  69. package/dist/generated/convexSchemas.js +2 -1
  70. package/dist/generated/convexSchemas.js.map +1 -1
  71. package/dist/generated/schema-manifest.json +42 -3
  72. package/dist/generated/tableOwnership.d.ts +2 -1
  73. package/dist/generated/tableOwnership.js +2 -0
  74. package/dist/generated/tableOwnership.js.map +1 -1
  75. package/dist/generated/tier-expectations.json +4 -2
  76. package/dist/index.d.ts +445 -35
  77. package/dist/index.js +1987 -17
  78. package/dist/index.js.map +1 -1
  79. package/dist/infisical-runtime.contract.d.ts +174 -0
  80. package/dist/infisical-runtime.contract.js +192 -0
  81. package/dist/infisical-runtime.contract.js.map +1 -0
  82. package/dist/mcp-gateway-boundary.contract.d.ts +181 -0
  83. package/dist/mcp-gateway-boundary.contract.js +43 -0
  84. package/dist/mcp-gateway-boundary.contract.js.map +1 -0
  85. package/dist/schemas/component-table-manifest.d.ts +2 -2
  86. package/dist/schemas/index.js +38 -1
  87. package/dist/schemas/index.js.map +1 -1
  88. package/dist/schemas/manifest.d.ts +1050 -910
  89. package/dist/schemas/manifest.js +38 -1
  90. package/dist/schemas/manifest.js.map +1 -1
  91. package/dist/schemas/sl-opinion.d.ts +4 -4
  92. package/dist/schemas/tables/identity/platform.d.ts +10 -10
  93. package/dist/schemas/tables/kernel/epistemic.d.ts +6 -6
  94. package/dist/schemas/tables/kernel/infra.d.ts +4 -4
  95. package/dist/schemas/tables/kernel/intelligence.d.ts +10 -10
  96. package/dist/schemas/tables/kernel/lens.d.ts +4 -4
  97. package/dist/schemas/tables/kernel/platform.d.ts +12 -12
  98. package/dist/schemas/tables/kernel/spine.d.ts +2 -2
  99. package/dist/schemas/tables/kernel/task.d.ts +42 -42
  100. package/dist/schemas/tables/kernel/worktree.d.ts +62 -62
  101. package/dist/schemas/tables/mc/identity.d.ts +26 -3
  102. package/dist/schemas/tables/mc/identity.js +35 -1
  103. package/dist/schemas/tables/mc/identity.js.map +1 -1
  104. package/dist/schemas/tables/mc/pack.d.ts +20 -20
  105. package/dist/schemas/tables/mc/registry.d.ts +4 -4
  106. package/dist/schemas/tables/mc/workspace.d.ts +9 -3
  107. package/dist/schemas/tables/mc/workspace.js +3 -1
  108. package/dist/schemas/tables/mc/workspace.js.map +1 -1
  109. package/dist/sdk-methods.contract.d.ts +1 -1
  110. package/dist/{sdk-tools.contract-S4ia0TTo.d.ts → sdk-tools.contract-CD-N1Jf7.d.ts} +1 -1
  111. package/dist/sdk-tools.contract.d.ts +2 -2
  112. package/dist/sdk-tools.contract.js +157 -4
  113. package/dist/sdk-tools.contract.js.map +1 -1
  114. package/dist/tenant-bootstrap-seed.contract.d.ts +1097 -0
  115. package/dist/tenant-bootstrap-seed.contract.js +651 -0
  116. package/dist/tenant-bootstrap-seed.contract.js.map +1 -0
  117. package/dist/tenant-bootstrap-seed.defaults.d.ts +16 -0
  118. package/dist/tenant-bootstrap-seed.defaults.js +303 -0
  119. package/dist/tenant-bootstrap-seed.defaults.js.map +1 -0
  120. package/dist/tenant-client.contract.d.ts +266 -0
  121. package/dist/tenant-client.contract.js +404 -0
  122. package/dist/tenant-client.contract.js.map +1 -0
  123. package/dist/{tool-contracts-C92-9ueT.d.ts → tool-contracts-BcKz-VGj.d.ts} +4 -2
  124. package/dist/tool-contracts.d.ts +1 -1
  125. package/dist/tool-contracts.js +158 -5
  126. package/dist/tool-contracts.js.map +1 -1
  127. package/package.json +1 -1
@@ -7,24 +7,24 @@ declare const SLOpinionInputSchema: z.ZodEffects<z.ZodObject<{
7
7
  baseRate: z.ZodNumber;
8
8
  }, "strip", z.ZodTypeAny, {
9
9
  belief: number;
10
+ baseRate: number;
10
11
  disbelief: number;
11
12
  uncertainty: number;
12
- baseRate: number;
13
13
  }, {
14
14
  belief: number;
15
+ baseRate: number;
15
16
  disbelief: number;
16
17
  uncertainty: number;
17
- baseRate: number;
18
18
  }>, {
19
19
  belief: number;
20
+ baseRate: number;
20
21
  disbelief: number;
21
22
  uncertainty: number;
22
- baseRate: number;
23
23
  }, {
24
24
  belief: number;
25
+ baseRate: number;
25
26
  disbelief: number;
26
27
  uncertainty: number;
27
- baseRate: number;
28
28
  }>;
29
29
  type SLOpinionInput = z.infer<typeof SLOpinionInputSchema>;
30
30
 
@@ -145,17 +145,17 @@ declare const tenantIntegrations: TableContract<{
145
145
  pollIntervalMs: z.ZodOptional<z.ZodNumber>;
146
146
  }, "strip", z.ZodTypeAny, {
147
147
  path: string;
148
- pollIntervalMs?: number | undefined;
148
+ async?: boolean | undefined;
149
149
  method?: string | undefined;
150
+ pollIntervalMs?: number | undefined;
150
151
  resultPath?: string | undefined;
151
- async?: boolean | undefined;
152
152
  pollPath?: string | undefined;
153
153
  }, {
154
154
  path: string;
155
- pollIntervalMs?: number | undefined;
155
+ async?: boolean | undefined;
156
156
  method?: string | undefined;
157
+ pollIntervalMs?: number | undefined;
157
158
  resultPath?: string | undefined;
158
- async?: boolean | undefined;
159
159
  pollPath?: string | undefined;
160
160
  }>>;
161
161
  scrape: z.ZodOptional<z.ZodObject<{
@@ -185,10 +185,10 @@ declare const tenantIntegrations: TableContract<{
185
185
  } | undefined;
186
186
  deepResearch?: {
187
187
  path: string;
188
- pollIntervalMs?: number | undefined;
188
+ async?: boolean | undefined;
189
189
  method?: string | undefined;
190
+ pollIntervalMs?: number | undefined;
190
191
  resultPath?: string | undefined;
191
- async?: boolean | undefined;
192
192
  pollPath?: string | undefined;
193
193
  } | undefined;
194
194
  }, {
@@ -205,10 +205,10 @@ declare const tenantIntegrations: TableContract<{
205
205
  } | undefined;
206
206
  deepResearch?: {
207
207
  path: string;
208
- pollIntervalMs?: number | undefined;
208
+ async?: boolean | undefined;
209
209
  method?: string | undefined;
210
+ pollIntervalMs?: number | undefined;
210
211
  resultPath?: string | undefined;
211
- async?: boolean | undefined;
212
212
  pollPath?: string | undefined;
213
213
  } | undefined;
214
214
  }>>;
@@ -373,12 +373,12 @@ declare const toolRegistry: TableContract<{
373
373
  idempotent: z.ZodBoolean;
374
374
  sideEffectLevel: z.ZodEnum<["none", "low", "high"]>;
375
375
  }, "strip", z.ZodTypeAny, {
376
- readOnly: boolean;
377
376
  idempotent: boolean;
377
+ readOnly: boolean;
378
378
  sideEffectLevel: "high" | "low" | "none";
379
379
  }, {
380
- readOnly: boolean;
381
380
  idempotent: boolean;
381
+ readOnly: boolean;
382
382
  sideEffectLevel: "high" | "low" | "none";
383
383
  }>>;
384
384
  packKey: z.ZodOptional<z.ZodString>;
@@ -60,16 +60,16 @@ declare const beliefScenarios: TableContract<{
60
60
  reason: z.ZodString;
61
61
  }, "strip", z.ZodTypeAny, {
62
62
  beliefId: string;
63
+ reason: string;
63
64
  beliefText: string;
64
65
  currentConfidence: string;
65
66
  projectedConfidence: string;
66
- reason: string;
67
67
  }, {
68
68
  beliefId: string;
69
+ reason: string;
69
70
  beliefText: string;
70
71
  currentConfidence: string;
71
72
  projectedConfidence: string;
72
- reason: string;
73
73
  }>, "many">;
74
74
  thesisImpact: z.ZodEnum<["thesis_fails", "thesis_weakens", "pillar_fails", "localized", "minimal"]>;
75
75
  pillarImpacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -91,13 +91,13 @@ declare const beliefScenarios: TableContract<{
91
91
  priority: z.ZodString;
92
92
  rationale: z.ZodString;
93
93
  }, "strip", z.ZodTypeAny, {
94
- action: string;
95
94
  rationale: string;
96
95
  priority: string;
97
- }, {
98
96
  action: string;
97
+ }, {
99
98
  rationale: string;
100
99
  priority: string;
100
+ action: string;
101
101
  }>, "many">>;
102
102
  sourceWorktreeId: z.ZodOptional<z.ZodString>;
103
103
  sourceChatId: z.ZodOptional<ConvexIdSchema<"chats">>;
@@ -157,13 +157,13 @@ declare const contradictions: TableContract<{
157
157
  beliefUpdate: z.ZodString;
158
158
  resolvedBy: z.ZodString;
159
159
  }, "strip", z.ZodTypeAny, {
160
- verdict: string;
161
160
  reasoning: string;
161
+ verdict: string;
162
162
  beliefUpdate: string;
163
163
  resolvedBy: string;
164
164
  }, {
165
- verdict: string;
166
165
  reasoning: string;
166
+ verdict: string;
167
167
  beliefUpdate: string;
168
168
  resolvedBy: string;
169
169
  }>>;
@@ -51,8 +51,8 @@ declare const autofixJobs: TableContract<{
51
51
  prCreated: z.ZodBoolean;
52
52
  errorSummary: z.ZodOptional<z.ZodString>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- startedAt: number;
55
54
  completedAt: number;
55
+ startedAt: number;
56
56
  runnerSessionId: string;
57
57
  filesChanged: string[];
58
58
  verificationResults: {
@@ -65,8 +65,8 @@ declare const autofixJobs: TableContract<{
65
65
  fixDescription?: string | undefined;
66
66
  errorSummary?: string | undefined;
67
67
  }, {
68
- startedAt: number;
69
68
  completedAt: number;
69
+ startedAt: number;
70
70
  runnerSessionId: string;
71
71
  filesChanged: string[];
72
72
  verificationResults: {
@@ -91,8 +91,8 @@ declare const autofixJobs: TableContract<{
91
91
  agentConfidence: z.ZodOptional<z.ZodNumber>;
92
92
  errorSignature: z.ZodOptional<z.ZodString>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- startedAt: number;
95
94
  completedAt: number;
95
+ startedAt: number;
96
96
  iteration: number;
97
97
  checkConclusion: string;
98
98
  actionTaken: string;
@@ -102,8 +102,8 @@ declare const autofixJobs: TableContract<{
102
102
  agentConfidence?: number | undefined;
103
103
  errorSignature?: string | undefined;
104
104
  }, {
105
- startedAt: number;
106
105
  completedAt: number;
106
+ startedAt: number;
107
107
  iteration: number;
108
108
  checkConclusion: string;
109
109
  actionTaken: string;
@@ -64,10 +64,10 @@ declare const graphAnalysisCache: TableContract<{
64
64
  totalCount: z.ZodOptional<z.ZodNumber>;
65
65
  }, "strip", z.ZodTypeAny, {
66
66
  description: string;
67
- category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
67
+ id: string;
68
68
  title: string;
69
69
  severity: "critical" | "warning" | "info";
70
- id: string;
70
+ category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
71
71
  nodeIds: string[];
72
72
  nodeLabels: string[];
73
73
  detector: string;
@@ -75,10 +75,10 @@ declare const graphAnalysisCache: TableContract<{
75
75
  totalCount?: number | undefined;
76
76
  }, {
77
77
  description: string;
78
- category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
78
+ id: string;
79
79
  title: string;
80
80
  severity: "critical" | "warning" | "info";
81
- id: string;
81
+ category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
82
82
  nodeIds: string[];
83
83
  nodeLabels: string[];
84
84
  detector: string;
@@ -135,10 +135,10 @@ declare const graphAnalysisCache: TableContract<{
135
135
  }>>;
136
136
  }, "strip", z.ZodTypeAny, {
137
137
  evidence: number;
138
- totalNodes: number;
139
- totalEdges: number;
140
138
  beliefs: number;
141
139
  questions: number;
140
+ totalNodes: number;
141
+ totalEdges: number;
142
142
  cycleCount: number;
143
143
  ungroundedCount: number;
144
144
  bridgeNodeCount: number;
@@ -165,10 +165,10 @@ declare const graphAnalysisCache: TableContract<{
165
165
  } | undefined;
166
166
  }, {
167
167
  evidence: number;
168
- totalNodes: number;
169
- totalEdges: number;
170
168
  beliefs: number;
171
169
  questions: number;
170
+ totalNodes: number;
171
+ totalEdges: number;
172
172
  cycleCount: number;
173
173
  ungroundedCount: number;
174
174
  bridgeNodeCount: number;
@@ -254,16 +254,16 @@ declare const graphAnalysisResults: TableContract<{
254
254
  nodeLabels: z.ZodArray<z.ZodString, "many">;
255
255
  }, "strip", z.ZodTypeAny, {
256
256
  description: string;
257
- category: string;
258
257
  title: string;
259
258
  severity: string;
259
+ category: string;
260
260
  nodeIds: string[];
261
261
  nodeLabels: string[];
262
262
  }, {
263
263
  description: string;
264
- category: string;
265
264
  title: string;
266
265
  severity: string;
266
+ category: string;
267
267
  nodeIds: string[];
268
268
  nodeLabels: string[];
269
269
  }>>;
@@ -22,17 +22,17 @@ declare const lenses: TableContract<{
22
22
  promptRef: string;
23
23
  required?: boolean | undefined;
24
24
  version?: string | undefined;
25
+ phase?: string | undefined;
25
26
  metadata?: any;
26
27
  role?: string | undefined;
27
- phase?: string | undefined;
28
28
  }, {
29
29
  key: string;
30
30
  promptRef: string;
31
31
  required?: boolean | undefined;
32
32
  version?: string | undefined;
33
+ phase?: string | undefined;
33
34
  metadata?: any;
34
35
  role?: string | undefined;
35
- phase?: string | undefined;
36
36
  }>, "many">;
37
37
  workflowTemplates: z.ZodArray<z.ZodObject<{
38
38
  key: z.ZodString;
@@ -99,16 +99,16 @@ declare const lenses: TableContract<{
99
99
  key: string;
100
100
  title: string;
101
101
  description?: string | undefined;
102
+ phase?: string | undefined;
102
103
  metadata?: any;
103
104
  priority?: "critical" | "high" | "medium" | "low" | undefined;
104
- phase?: string | undefined;
105
105
  }, {
106
106
  key: string;
107
107
  title: string;
108
108
  description?: string | undefined;
109
+ phase?: string | undefined;
109
110
  metadata?: any;
110
111
  priority?: "critical" | "high" | "medium" | "low" | undefined;
111
- phase?: string | undefined;
112
112
  }>, "many">;
113
113
  questionTemplates: z.ZodOptional<z.ZodArray<z.ZodObject<{
114
114
  key: z.ZodString;
@@ -17,23 +17,23 @@ declare const harnessReplays: TableContract<{
17
17
  summary: z.ZodOptional<z.ZodString>;
18
18
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- status: "failed" | "skipped" | "completed";
20
+ status: "failed" | "completed" | "skipped";
21
+ kind: string;
22
+ phase: string;
21
23
  startedAt: number;
22
24
  stepId: string;
23
- phase: string;
24
- kind: string;
25
25
  metadata?: Record<string, any> | undefined;
26
- completedAt?: number | undefined;
27
26
  summary?: string | undefined;
27
+ completedAt?: number | undefined;
28
28
  }, {
29
- status: "failed" | "skipped" | "completed";
29
+ status: "failed" | "completed" | "skipped";
30
+ kind: string;
31
+ phase: string;
30
32
  startedAt: number;
31
33
  stepId: string;
32
- phase: string;
33
- kind: string;
34
34
  metadata?: Record<string, any> | undefined;
35
- completedAt?: number | undefined;
36
35
  summary?: string | undefined;
36
+ completedAt?: number | undefined;
37
37
  }>, "many">;
38
38
  inputSnapshot: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
39
39
  outputSnapshot: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
@@ -71,12 +71,12 @@ declare const harnessRuns: TableContract<{
71
71
  errorMessage: z.ZodOptional<z.ZodString>;
72
72
  }, "strip", z.ZodTypeAny, {
73
73
  summary: string;
74
- verdict: "cancelled" | "partial" | "success" | "timeout" | "failure";
74
+ verdict: "success" | "partial" | "cancelled" | "timeout" | "failure";
75
75
  errorMessage?: string | undefined;
76
76
  errorCategory?: "internal" | "timeout" | "policy_denied" | "tool_execution" | "prompt_resolution" | "model_error" | "heartbeat_timeout" | "input_validation" | "external_service" | undefined;
77
77
  }, {
78
78
  summary: string;
79
- verdict: "cancelled" | "partial" | "success" | "timeout" | "failure";
79
+ verdict: "success" | "partial" | "cancelled" | "timeout" | "failure";
80
80
  errorMessage?: string | undefined;
81
81
  errorCategory?: "internal" | "timeout" | "policy_denied" | "tool_execution" | "prompt_resolution" | "model_error" | "heartbeat_timeout" | "input_validation" | "external_service" | undefined;
82
82
  }>;
@@ -91,9 +91,9 @@ declare const harnessRuns: TableContract<{
91
91
  graphWriteCount: z.ZodOptional<z.ZodNumber>;
92
92
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
93
93
  }, "strip", z.ZodTypeAny, {
94
+ success: boolean;
94
95
  toolName: string;
95
96
  durationMs: number;
96
- success: boolean;
97
97
  toolCallId: string;
98
98
  metadata?: Record<string, any> | undefined;
99
99
  gateClassification?: "core" | "shimmed" | undefined;
@@ -101,9 +101,9 @@ declare const harnessRuns: TableContract<{
101
101
  requiredScopes?: string[] | undefined;
102
102
  graphWriteCount?: number | undefined;
103
103
  }, {
104
+ success: boolean;
104
105
  toolName: string;
105
106
  durationMs: number;
106
- success: boolean;
107
107
  toolCallId: string;
108
108
  metadata?: Record<string, any> | undefined;
109
109
  gateClassification?: "core" | "shimmed" | undefined;
@@ -129,8 +129,8 @@ declare const epistemicNodes: TableContract<{
129
129
  }, "strip", z.ZodTypeAny, {
130
130
  isPrediction: boolean;
131
131
  registeredAt: number;
132
- outcome?: "expired" | "pending" | "confirmed" | "disconfirmed" | "partial" | undefined;
133
132
  expectedBy?: number | undefined;
133
+ outcome?: "expired" | "pending" | "partial" | "confirmed" | "disconfirmed" | undefined;
134
134
  outcomeRecordedAt?: number | undefined;
135
135
  outcomeEvidenceId?: string | undefined;
136
136
  confidenceAtPrediction?: number | undefined;
@@ -138,8 +138,8 @@ declare const epistemicNodes: TableContract<{
138
138
  }, {
139
139
  isPrediction: boolean;
140
140
  registeredAt: number;
141
- outcome?: "expired" | "pending" | "confirmed" | "disconfirmed" | "partial" | undefined;
142
141
  expectedBy?: number | undefined;
142
+ outcome?: "expired" | "pending" | "partial" | "confirmed" | "disconfirmed" | undefined;
143
143
  outcomeRecordedAt?: number | undefined;
144
144
  outcomeEvidenceId?: string | undefined;
145
145
  confidenceAtPrediction?: number | undefined;