@rossum/api-client 0.1.26 → 0.1.30

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 (141) hide show
  1. package/index.js +72 -72
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  4. package/src/hooks/endpoints/runs.js.map +1 -1
  5. package/src/hooks/endpoints/runs.schema.js +4 -0
  6. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  7. package/src/hooks/endpoints/test.schema.js +2 -2
  8. package/src/hooks/endpoints/test.schema.js.map +1 -1
  9. package/src/hooks/models/hookUtils.schema.js +2 -0
  10. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  11. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  12. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -0
  13. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  14. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  15. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  16. package/src/internal/endpoints/schemas/formulasInfo.schema.js +1 -1
  17. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  18. package/src/queues/endpoints/automationSetup.js +15 -0
  19. package/src/queues/endpoints/automationSetup.js.map +1 -0
  20. package/src/queues/endpoints/index.js +2 -0
  21. package/src/queues/endpoints/index.js.map +1 -1
  22. package/src/queues/models/automationSetup.js +3 -0
  23. package/src/queues/models/automationSetup.js.map +1 -0
  24. package/src/queues/models/automationSetup.schema.js +49 -0
  25. package/src/queues/models/automationSetup.schema.js.map +1 -0
  26. package/src/queues/models/queueSettings.schema.js +1 -0
  27. package/src/queues/models/queueSettings.schema.js.map +1 -1
  28. package/src/rules/models/schemaRule.schema.js +1 -0
  29. package/src/rules/models/schemaRule.schema.js.map +1 -1
  30. package/src/schemas/models/schemaDatapointBase.schema.js +2 -0
  31. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  32. package/src/shared/models/annotationListTable.schema.js +12 -1
  33. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  34. package/src/utils/requestConfig.js +5 -4
  35. package/src/utils/requestConfig.js.map +1 -1
  36. package/src/utils/requestResponse.js +2 -2
  37. package/src/utils/requestResponse.js.map +1 -1
  38. package/types/index.d.ts +851 -316
  39. package/types/src/annotations/endpoints/index.d.ts +36 -22
  40. package/types/src/annotations/endpoints/list.d.ts +18 -11
  41. package/types/src/annotations/endpoints/search.d.ts +18 -11
  42. package/types/src/annotations/models/annotationListSideload.schema.d.ts +18 -11
  43. package/types/src/engines/endpoints/index.d.ts +18 -11
  44. package/types/src/engines/endpoints/queueStats.d.ts +18 -11
  45. package/types/src/engines/endpoints/queueStats.schema.d.ts +18 -11
  46. package/types/src/hookTemplates/endpoints/get.d.ts +9 -9
  47. package/types/src/hookTemplates/endpoints/index.d.ts +24 -24
  48. package/types/src/hookTemplates/endpoints/list.d.ts +15 -15
  49. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +9 -9
  50. package/types/src/hooks/endpoints/create.d.ts +9 -9
  51. package/types/src/hooks/endpoints/createFromTemplate.d.ts +12 -12
  52. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  53. package/types/src/hooks/endpoints/get.d.ts +9 -9
  54. package/types/src/hooks/endpoints/index.d.ts +97 -81
  55. package/types/src/hooks/endpoints/list.d.ts +18 -18
  56. package/types/src/hooks/endpoints/list.schema.d.ts +3 -3
  57. package/types/src/hooks/endpoints/patch.d.ts +18 -18
  58. package/types/src/hooks/endpoints/patch.schema.d.ts +9 -9
  59. package/types/src/hooks/endpoints/runs.d.ts +29 -9
  60. package/types/src/hooks/endpoints/runs.schema.d.ts +21 -9
  61. package/types/src/hooks/endpoints/test.d.ts +8 -8
  62. package/types/src/hooks/endpoints/test.schema.d.ts +6 -6
  63. package/types/src/hooks/models/hook.schema.d.ts +21 -21
  64. package/types/src/hooks/models/hookUtils.d.ts +2 -2
  65. package/types/src/hooks/models/hookUtils.schema.d.ts +3 -3
  66. package/types/src/hooks/models/run.schema.d.ts +5 -5
  67. package/types/src/internal/endpoints/index.d.ts +2609 -1457
  68. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +337 -188
  69. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +335 -188
  70. package/types/src/internal/endpoints/rules/suggestRule.d.ts +327 -183
  71. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +332 -188
  72. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +327 -183
  73. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +327 -183
  74. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +327 -183
  75. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +327 -183
  76. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +330 -189
  77. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +328 -187
  78. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +320 -176
  79. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +320 -176
  80. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +326 -182
  81. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +325 -181
  82. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +320 -176
  83. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +320 -176
  84. package/types/src/organization/endpoints/create.d.ts +11 -11
  85. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  86. package/types/src/organization/endpoints/get.d.ts +9 -9
  87. package/types/src/organization/endpoints/index.d.ts +49 -49
  88. package/types/src/organization/endpoints/list.d.ts +11 -11
  89. package/types/src/organization/endpoints/patch.d.ts +18 -18
  90. package/types/src/organization/models/organization.schema.d.ts +9 -9
  91. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  92. package/types/src/queues/endpoints/create.d.ts +14 -9
  93. package/types/src/queues/endpoints/createFromTemplate.d.ts +14 -9
  94. package/types/src/queues/endpoints/duplicate.d.ts +14 -9
  95. package/types/src/queues/endpoints/get.d.ts +14 -9
  96. package/types/src/queues/endpoints/index.d.ts +563 -65
  97. package/types/src/queues/endpoints/list.d.ts +18 -11
  98. package/types/src/queues/endpoints/patch.d.ts +28 -18
  99. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  100. package/types/src/queues/models/automationSetup.d.ts +42 -0
  101. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  102. package/types/src/queues/models/queue.schema.d.ts +14 -9
  103. package/types/src/queues/models/queueSettings.d.ts +1 -0
  104. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  105. package/types/src/rule-templates/endpoints/create.d.ts +10 -10
  106. package/types/src/rule-templates/endpoints/create.schema.d.ts +5 -5
  107. package/types/src/rule-templates/endpoints/get.d.ts +5 -5
  108. package/types/src/rule-templates/endpoints/index.d.ts +32 -32
  109. package/types/src/rule-templates/endpoints/list.d.ts +7 -7
  110. package/types/src/rule-templates/endpoints/patch.d.ts +10 -10
  111. package/types/src/rule-templates/endpoints/patch.schema.d.ts +5 -5
  112. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +5 -5
  113. package/types/src/rules/endpoints/create.d.ts +10 -10
  114. package/types/src/rules/endpoints/create.schema.d.ts +5 -5
  115. package/types/src/rules/endpoints/get.d.ts +5 -5
  116. package/types/src/rules/endpoints/index.d.ts +32 -32
  117. package/types/src/rules/endpoints/list.d.ts +7 -7
  118. package/types/src/rules/endpoints/patch.d.ts +10 -10
  119. package/types/src/rules/endpoints/patch.schema.d.ts +5 -5
  120. package/types/src/rules/models/schemaRule.d.ts +1 -1
  121. package/types/src/rules/models/schemaRule.schema.d.ts +11 -11
  122. package/types/src/schemas/endpoints/create.d.ts +320 -176
  123. package/types/src/schemas/endpoints/get.d.ts +320 -176
  124. package/types/src/schemas/endpoints/list.d.ts +384 -208
  125. package/types/src/schemas/endpoints/patch.d.ts +640 -352
  126. package/types/src/schemas/endpoints/patch.schema.d.ts +320 -176
  127. package/types/src/schemas/endpoints/validate.d.ts +672 -368
  128. package/types/src/schemas/models/schema.schema.d.ts +320 -176
  129. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +32 -20
  130. package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
  131. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
  132. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
  133. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +8 -5
  134. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
  135. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
  136. package/types/src/schemas/models/schemaItem.schema.d.ts +192 -112
  137. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +112 -64
  138. package/types/src/schemas/models/schemaSection.schema.d.ts +256 -144
  139. package/types/src/schemas/models/schemaTuple.schema.d.ts +48 -28
  140. package/types/src/shared/models/annotationListTable.d.ts +11 -1
  141. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
@@ -99,13 +99,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
99
99
  required?: boolean | null | undefined;
100
100
  }>>>;
101
101
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
102
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
102
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
103
103
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
104
104
  }, "strip", z.ZodTypeAny, {
105
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
105
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
106
106
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
107
107
  }, {
108
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
109
109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
110
110
  }>>>;
111
111
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -115,6 +115,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
115
115
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
116
116
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
117
117
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
118
119
  }, "strip", z.ZodTypeAny, {
119
120
  suggest?: true | undefined;
120
121
  canExport?: boolean | null | undefined;
@@ -133,7 +134,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
133
134
  required?: boolean | null | undefined;
134
135
  } | null | undefined;
135
136
  uiConfiguration?: {
136
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
137
138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
138
139
  } | null | undefined;
139
140
  width?: number | null | undefined;
@@ -143,6 +144,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
143
144
  formula?: string | null | undefined;
144
145
  context?: string[] | null | undefined;
145
146
  prompt?: string | null | undefined;
147
+ dataset?: Record<string, unknown> | undefined;
146
148
  }, {
147
149
  suggest?: true | undefined;
148
150
  canExport?: boolean | null | undefined;
@@ -161,7 +163,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
161
163
  required?: boolean | null | undefined;
162
164
  } | null | undefined;
163
165
  uiConfiguration?: {
164
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
166
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
165
167
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
166
168
  } | null | undefined;
167
169
  width?: number | null | undefined;
@@ -171,6 +173,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
171
173
  formula?: string | null | undefined;
172
174
  context?: string[] | null | undefined;
173
175
  prompt?: string | null | undefined;
176
+ dataset?: Record<string, unknown> | undefined;
174
177
  }>>>, z.ZodIntersection<z.ZodObject<{
175
178
  type: z.ZodLiteral<"date">;
176
179
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -254,13 +257,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
254
257
  required?: boolean | null | undefined;
255
258
  }>>>;
256
259
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
257
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
260
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
258
261
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
259
262
  }, "strip", z.ZodTypeAny, {
260
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
263
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
261
264
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
262
265
  }, {
263
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
264
267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
265
268
  }>>>;
266
269
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -270,6 +273,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
270
273
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
271
274
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
272
275
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
276
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
273
277
  }, "strip", z.ZodTypeAny, {
274
278
  suggest?: true | undefined;
275
279
  canExport?: boolean | null | undefined;
@@ -288,7 +292,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
288
292
  required?: boolean | null | undefined;
289
293
  } | null | undefined;
290
294
  uiConfiguration?: {
291
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
295
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
292
296
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
293
297
  } | null | undefined;
294
298
  width?: number | null | undefined;
@@ -298,6 +302,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
298
302
  formula?: string | null | undefined;
299
303
  context?: string[] | null | undefined;
300
304
  prompt?: string | null | undefined;
305
+ dataset?: Record<string, unknown> | undefined;
301
306
  }, {
302
307
  suggest?: true | undefined;
303
308
  canExport?: boolean | null | undefined;
@@ -316,7 +321,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
316
321
  required?: boolean | null | undefined;
317
322
  } | null | undefined;
318
323
  uiConfiguration?: {
319
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
324
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
320
325
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
321
326
  } | null | undefined;
322
327
  width?: number | null | undefined;
@@ -326,6 +331,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
326
331
  formula?: string | null | undefined;
327
332
  context?: string[] | null | undefined;
328
333
  prompt?: string | null | undefined;
334
+ dataset?: Record<string, unknown> | undefined;
329
335
  }>>>, z.ZodIntersection<z.ZodObject<{
330
336
  type: z.ZodLiteral<"number">;
331
337
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -436,13 +442,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
436
442
  required?: boolean | null | undefined;
437
443
  }>>>;
438
444
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
439
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
445
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
440
446
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
441
447
  }, "strip", z.ZodTypeAny, {
442
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
448
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
443
449
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
444
450
  }, {
445
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
446
452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
447
453
  }>>>;
448
454
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -452,6 +458,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
452
458
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
453
459
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
454
460
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
461
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
455
462
  }, "strip", z.ZodTypeAny, {
456
463
  suggest?: true | undefined;
457
464
  canExport?: boolean | null | undefined;
@@ -470,7 +477,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
470
477
  required?: boolean | null | undefined;
471
478
  } | null | undefined;
472
479
  uiConfiguration?: {
473
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
474
481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
475
482
  } | null | undefined;
476
483
  width?: number | null | undefined;
@@ -480,6 +487,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
480
487
  formula?: string | null | undefined;
481
488
  context?: string[] | null | undefined;
482
489
  prompt?: string | null | undefined;
490
+ dataset?: Record<string, unknown> | undefined;
483
491
  }, {
484
492
  suggest?: true | undefined;
485
493
  canExport?: boolean | null | undefined;
@@ -498,7 +506,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
498
506
  required?: boolean | null | undefined;
499
507
  } | null | undefined;
500
508
  uiConfiguration?: {
501
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
509
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
502
510
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
503
511
  } | null | undefined;
504
512
  width?: number | null | undefined;
@@ -508,6 +516,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
508
516
  formula?: string | null | undefined;
509
517
  context?: string[] | null | undefined;
510
518
  prompt?: string | null | undefined;
519
+ dataset?: Record<string, unknown> | undefined;
511
520
  }>>>, z.ZodIntersection<z.ZodObject<{
512
521
  type: z.ZodLiteral<"enum">;
513
522
  options: z.ZodArray<z.ZodObject<{
@@ -609,13 +618,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
609
618
  required?: boolean | null | undefined;
610
619
  }>>>;
611
620
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
612
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
621
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
613
622
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
614
623
  }, "strip", z.ZodTypeAny, {
615
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
624
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
616
625
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
617
626
  }, {
618
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
627
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
619
628
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
620
629
  }>>>;
621
630
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -625,6 +634,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
625
634
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
626
635
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
627
636
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
637
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
628
638
  }, "strip", z.ZodTypeAny, {
629
639
  suggest?: true | undefined;
630
640
  canExport?: boolean | null | undefined;
@@ -643,7 +653,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
643
653
  required?: boolean | null | undefined;
644
654
  } | null | undefined;
645
655
  uiConfiguration?: {
646
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
656
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
647
657
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
648
658
  } | null | undefined;
649
659
  width?: number | null | undefined;
@@ -653,6 +663,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
653
663
  formula?: string | null | undefined;
654
664
  context?: string[] | null | undefined;
655
665
  prompt?: string | null | undefined;
666
+ dataset?: Record<string, unknown> | undefined;
656
667
  }, {
657
668
  suggest?: true | undefined;
658
669
  canExport?: boolean | null | undefined;
@@ -671,7 +682,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
671
682
  required?: boolean | null | undefined;
672
683
  } | null | undefined;
673
684
  uiConfiguration?: {
674
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
685
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
675
686
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
676
687
  } | null | undefined;
677
688
  width?: number | null | undefined;
@@ -681,6 +692,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
681
692
  formula?: string | null | undefined;
682
693
  context?: string[] | null | undefined;
683
694
  prompt?: string | null | undefined;
695
+ dataset?: Record<string, unknown> | undefined;
684
696
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
685
697
  id: z.ZodString;
686
698
  label: z.ZodString;
@@ -805,13 +817,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
805
817
  required?: boolean | null | undefined;
806
818
  }>>>;
807
819
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
808
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
820
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
809
821
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
810
822
  }, "strip", z.ZodTypeAny, {
811
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
823
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
812
824
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
813
825
  }, {
814
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
826
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
815
827
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
816
828
  }>>>;
817
829
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -821,6 +833,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
821
833
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
822
834
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
823
835
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
836
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
824
837
  }, "strip", z.ZodTypeAny, {
825
838
  suggest?: true | undefined;
826
839
  canExport?: boolean | null | undefined;
@@ -839,7 +852,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
839
852
  required?: boolean | null | undefined;
840
853
  } | null | undefined;
841
854
  uiConfiguration?: {
842
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
855
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
843
856
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
844
857
  } | null | undefined;
845
858
  width?: number | null | undefined;
@@ -849,6 +862,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
849
862
  formula?: string | null | undefined;
850
863
  context?: string[] | null | undefined;
851
864
  prompt?: string | null | undefined;
865
+ dataset?: Record<string, unknown> | undefined;
852
866
  }, {
853
867
  suggest?: true | undefined;
854
868
  canExport?: boolean | null | undefined;
@@ -867,7 +881,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
867
881
  required?: boolean | null | undefined;
868
882
  } | null | undefined;
869
883
  uiConfiguration?: {
870
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
884
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
871
885
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
872
886
  } | null | undefined;
873
887
  width?: number | null | undefined;
@@ -877,6 +891,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
877
891
  formula?: string | null | undefined;
878
892
  context?: string[] | null | undefined;
879
893
  prompt?: string | null | undefined;
894
+ dataset?: Record<string, unknown> | undefined;
880
895
  }>>>, z.ZodIntersection<z.ZodObject<{
881
896
  type: z.ZodLiteral<"date">;
882
897
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -960,13 +975,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
960
975
  required?: boolean | null | undefined;
961
976
  }>>>;
962
977
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
963
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
978
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
964
979
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
965
980
  }, "strip", z.ZodTypeAny, {
966
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
981
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
967
982
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
968
983
  }, {
969
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
984
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
970
985
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
971
986
  }>>>;
972
987
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -976,6 +991,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
976
991
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
977
992
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
978
993
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
994
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
979
995
  }, "strip", z.ZodTypeAny, {
980
996
  suggest?: true | undefined;
981
997
  canExport?: boolean | null | undefined;
@@ -994,7 +1010,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
994
1010
  required?: boolean | null | undefined;
995
1011
  } | null | undefined;
996
1012
  uiConfiguration?: {
997
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1013
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
998
1014
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
999
1015
  } | null | undefined;
1000
1016
  width?: number | null | undefined;
@@ -1004,6 +1020,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1004
1020
  formula?: string | null | undefined;
1005
1021
  context?: string[] | null | undefined;
1006
1022
  prompt?: string | null | undefined;
1023
+ dataset?: Record<string, unknown> | undefined;
1007
1024
  }, {
1008
1025
  suggest?: true | undefined;
1009
1026
  canExport?: boolean | null | undefined;
@@ -1022,7 +1039,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1022
1039
  required?: boolean | null | undefined;
1023
1040
  } | null | undefined;
1024
1041
  uiConfiguration?: {
1025
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1042
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1026
1043
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1027
1044
  } | null | undefined;
1028
1045
  width?: number | null | undefined;
@@ -1032,6 +1049,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1032
1049
  formula?: string | null | undefined;
1033
1050
  context?: string[] | null | undefined;
1034
1051
  prompt?: string | null | undefined;
1052
+ dataset?: Record<string, unknown> | undefined;
1035
1053
  }>>>, z.ZodIntersection<z.ZodObject<{
1036
1054
  type: z.ZodLiteral<"number">;
1037
1055
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1142,13 +1160,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1142
1160
  required?: boolean | null | undefined;
1143
1161
  }>>>;
1144
1162
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1145
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1163
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1146
1164
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1147
1165
  }, "strip", z.ZodTypeAny, {
1148
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1166
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1149
1167
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1150
1168
  }, {
1151
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1169
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1152
1170
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1153
1171
  }>>>;
1154
1172
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1158,6 +1176,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1158
1176
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1159
1177
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1160
1178
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1179
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1161
1180
  }, "strip", z.ZodTypeAny, {
1162
1181
  suggest?: true | undefined;
1163
1182
  canExport?: boolean | null | undefined;
@@ -1176,7 +1195,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1176
1195
  required?: boolean | null | undefined;
1177
1196
  } | null | undefined;
1178
1197
  uiConfiguration?: {
1179
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1198
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1180
1199
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1181
1200
  } | null | undefined;
1182
1201
  width?: number | null | undefined;
@@ -1186,6 +1205,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1186
1205
  formula?: string | null | undefined;
1187
1206
  context?: string[] | null | undefined;
1188
1207
  prompt?: string | null | undefined;
1208
+ dataset?: Record<string, unknown> | undefined;
1189
1209
  }, {
1190
1210
  suggest?: true | undefined;
1191
1211
  canExport?: boolean | null | undefined;
@@ -1204,7 +1224,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1204
1224
  required?: boolean | null | undefined;
1205
1225
  } | null | undefined;
1206
1226
  uiConfiguration?: {
1207
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1227
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1208
1228
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1209
1229
  } | null | undefined;
1210
1230
  width?: number | null | undefined;
@@ -1214,6 +1234,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1214
1234
  formula?: string | null | undefined;
1215
1235
  context?: string[] | null | undefined;
1216
1236
  prompt?: string | null | undefined;
1237
+ dataset?: Record<string, unknown> | undefined;
1217
1238
  }>>>, z.ZodIntersection<z.ZodObject<{
1218
1239
  type: z.ZodLiteral<"enum">;
1219
1240
  options: z.ZodArray<z.ZodObject<{
@@ -1315,13 +1336,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1315
1336
  required?: boolean | null | undefined;
1316
1337
  }>>>;
1317
1338
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1318
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1339
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1319
1340
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1320
1341
  }, "strip", z.ZodTypeAny, {
1321
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1342
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1322
1343
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1323
1344
  }, {
1324
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1345
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1325
1346
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1326
1347
  }>>>;
1327
1348
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1331,6 +1352,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1331
1352
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1332
1353
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1333
1354
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1355
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1334
1356
  }, "strip", z.ZodTypeAny, {
1335
1357
  suggest?: true | undefined;
1336
1358
  canExport?: boolean | null | undefined;
@@ -1349,7 +1371,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1349
1371
  required?: boolean | null | undefined;
1350
1372
  } | null | undefined;
1351
1373
  uiConfiguration?: {
1352
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1374
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1353
1375
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1354
1376
  } | null | undefined;
1355
1377
  width?: number | null | undefined;
@@ -1359,6 +1381,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1359
1381
  formula?: string | null | undefined;
1360
1382
  context?: string[] | null | undefined;
1361
1383
  prompt?: string | null | undefined;
1384
+ dataset?: Record<string, unknown> | undefined;
1362
1385
  }, {
1363
1386
  suggest?: true | undefined;
1364
1387
  canExport?: boolean | null | undefined;
@@ -1377,7 +1400,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1377
1400
  required?: boolean | null | undefined;
1378
1401
  } | null | undefined;
1379
1402
  uiConfiguration?: {
1380
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1403
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1381
1404
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1382
1405
  } | null | undefined;
1383
1406
  width?: number | null | undefined;
@@ -1387,6 +1410,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1387
1410
  formula?: string | null | undefined;
1388
1411
  context?: string[] | null | undefined;
1389
1412
  prompt?: string | null | undefined;
1413
+ dataset?: Record<string, unknown> | undefined;
1390
1414
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1391
1415
  id: z.ZodString;
1392
1416
  label: z.ZodString;
@@ -1460,7 +1484,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1460
1484
  required?: boolean | null | undefined;
1461
1485
  } | null | undefined;
1462
1486
  uiConfiguration?: {
1463
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1487
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1464
1488
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1465
1489
  } | null | undefined;
1466
1490
  width?: number | null | undefined;
@@ -1470,6 +1494,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1470
1494
  formula?: string | null | undefined;
1471
1495
  context?: string[] | null | undefined;
1472
1496
  prompt?: string | null | undefined;
1497
+ dataset?: Record<string, unknown> | undefined;
1473
1498
  }) | ({
1474
1499
  type: "date";
1475
1500
  format?: string | null | undefined;
@@ -1499,7 +1524,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1499
1524
  required?: boolean | null | undefined;
1500
1525
  } | null | undefined;
1501
1526
  uiConfiguration?: {
1502
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1527
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1503
1528
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1504
1529
  } | null | undefined;
1505
1530
  width?: number | null | undefined;
@@ -1509,6 +1534,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1509
1534
  formula?: string | null | undefined;
1510
1535
  context?: string[] | null | undefined;
1511
1536
  prompt?: string | null | undefined;
1537
+ dataset?: Record<string, unknown> | undefined;
1512
1538
  }) | ({
1513
1539
  type: "number";
1514
1540
  format?: string | null | undefined;
@@ -1543,7 +1569,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1543
1569
  required?: boolean | null | undefined;
1544
1570
  } | null | undefined;
1545
1571
  uiConfiguration?: {
1546
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1572
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1547
1573
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1548
1574
  } | null | undefined;
1549
1575
  width?: number | null | undefined;
@@ -1553,6 +1579,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1553
1579
  formula?: string | null | undefined;
1554
1580
  context?: string[] | null | undefined;
1555
1581
  prompt?: string | null | undefined;
1582
+ dataset?: Record<string, unknown> | undefined;
1556
1583
  }) | ({
1557
1584
  options: {
1558
1585
  value: string;
@@ -1586,7 +1613,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1586
1613
  required?: boolean | null | undefined;
1587
1614
  } | null | undefined;
1588
1615
  uiConfiguration?: {
1589
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1616
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1590
1617
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1591
1618
  } | null | undefined;
1592
1619
  width?: number | null | undefined;
@@ -1596,6 +1623,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1596
1623
  formula?: string | null | undefined;
1597
1624
  context?: string[] | null | undefined;
1598
1625
  prompt?: string | null | undefined;
1626
+ dataset?: Record<string, unknown> | undefined;
1599
1627
  }) | ({
1600
1628
  id: string;
1601
1629
  label: string;
@@ -1642,7 +1670,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1642
1670
  required?: boolean | null | undefined;
1643
1671
  } | null | undefined;
1644
1672
  uiConfiguration?: {
1645
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1673
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1646
1674
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1647
1675
  } | null | undefined;
1648
1676
  width?: number | null | undefined;
@@ -1652,6 +1680,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1652
1680
  formula?: string | null | undefined;
1653
1681
  context?: string[] | null | undefined;
1654
1682
  prompt?: string | null | undefined;
1683
+ dataset?: Record<string, unknown> | undefined;
1655
1684
  }) | ({
1656
1685
  type: "date";
1657
1686
  format?: string | null | undefined;
@@ -1681,7 +1710,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1681
1710
  required?: boolean | null | undefined;
1682
1711
  } | null | undefined;
1683
1712
  uiConfiguration?: {
1684
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1713
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1685
1714
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1686
1715
  } | null | undefined;
1687
1716
  width?: number | null | undefined;
@@ -1691,6 +1720,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1691
1720
  formula?: string | null | undefined;
1692
1721
  context?: string[] | null | undefined;
1693
1722
  prompt?: string | null | undefined;
1723
+ dataset?: Record<string, unknown> | undefined;
1694
1724
  }) | ({
1695
1725
  type: "number";
1696
1726
  format?: string | null | undefined;
@@ -1725,7 +1755,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1725
1755
  required?: boolean | null | undefined;
1726
1756
  } | null | undefined;
1727
1757
  uiConfiguration?: {
1728
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1758
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1729
1759
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1730
1760
  } | null | undefined;
1731
1761
  width?: number | null | undefined;
@@ -1735,6 +1765,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1735
1765
  formula?: string | null | undefined;
1736
1766
  context?: string[] | null | undefined;
1737
1767
  prompt?: string | null | undefined;
1768
+ dataset?: Record<string, unknown> | undefined;
1738
1769
  }) | ({
1739
1770
  options: {
1740
1771
  value: string;
@@ -1768,7 +1799,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1768
1799
  required?: boolean | null | undefined;
1769
1800
  } | null | undefined;
1770
1801
  uiConfiguration?: {
1771
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1802
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1772
1803
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1773
1804
  } | null | undefined;
1774
1805
  width?: number | null | undefined;
@@ -1778,6 +1809,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1778
1809
  formula?: string | null | undefined;
1779
1810
  context?: string[] | null | undefined;
1780
1811
  prompt?: string | null | undefined;
1812
+ dataset?: Record<string, unknown> | undefined;
1781
1813
  }) | ({
1782
1814
  id: string;
1783
1815
  label: string;
@@ -1894,13 +1926,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1894
1926
  required?: boolean | null | undefined;
1895
1927
  }>>>;
1896
1928
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1897
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1929
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1898
1930
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1899
1931
  }, "strip", z.ZodTypeAny, {
1900
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1932
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1901
1933
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1902
1934
  }, {
1903
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1935
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1904
1936
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1905
1937
  }>>>;
1906
1938
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1910,6 +1942,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1910
1942
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1911
1943
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1912
1944
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1945
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1913
1946
  }, "strip", z.ZodTypeAny, {
1914
1947
  suggest?: true | undefined;
1915
1948
  canExport?: boolean | null | undefined;
@@ -1928,7 +1961,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1928
1961
  required?: boolean | null | undefined;
1929
1962
  } | null | undefined;
1930
1963
  uiConfiguration?: {
1931
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1964
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1932
1965
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1933
1966
  } | null | undefined;
1934
1967
  width?: number | null | undefined;
@@ -1938,6 +1971,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1938
1971
  formula?: string | null | undefined;
1939
1972
  context?: string[] | null | undefined;
1940
1973
  prompt?: string | null | undefined;
1974
+ dataset?: Record<string, unknown> | undefined;
1941
1975
  }, {
1942
1976
  suggest?: true | undefined;
1943
1977
  canExport?: boolean | null | undefined;
@@ -1956,7 +1990,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1956
1990
  required?: boolean | null | undefined;
1957
1991
  } | null | undefined;
1958
1992
  uiConfiguration?: {
1959
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1993
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1960
1994
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1961
1995
  } | null | undefined;
1962
1996
  width?: number | null | undefined;
@@ -1966,6 +2000,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1966
2000
  formula?: string | null | undefined;
1967
2001
  context?: string[] | null | undefined;
1968
2002
  prompt?: string | null | undefined;
2003
+ dataset?: Record<string, unknown> | undefined;
1969
2004
  }>>>, z.ZodIntersection<z.ZodObject<{
1970
2005
  type: z.ZodLiteral<"date">;
1971
2006
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2049,13 +2084,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2049
2084
  required?: boolean | null | undefined;
2050
2085
  }>>>;
2051
2086
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2052
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2087
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2053
2088
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2054
2089
  }, "strip", z.ZodTypeAny, {
2055
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2090
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2056
2091
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2057
2092
  }, {
2058
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2093
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2059
2094
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2060
2095
  }>>>;
2061
2096
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2065,6 +2100,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2065
2100
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2066
2101
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2067
2102
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2103
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2068
2104
  }, "strip", z.ZodTypeAny, {
2069
2105
  suggest?: true | undefined;
2070
2106
  canExport?: boolean | null | undefined;
@@ -2083,7 +2119,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2083
2119
  required?: boolean | null | undefined;
2084
2120
  } | null | undefined;
2085
2121
  uiConfiguration?: {
2086
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2122
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2087
2123
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2088
2124
  } | null | undefined;
2089
2125
  width?: number | null | undefined;
@@ -2093,6 +2129,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2093
2129
  formula?: string | null | undefined;
2094
2130
  context?: string[] | null | undefined;
2095
2131
  prompt?: string | null | undefined;
2132
+ dataset?: Record<string, unknown> | undefined;
2096
2133
  }, {
2097
2134
  suggest?: true | undefined;
2098
2135
  canExport?: boolean | null | undefined;
@@ -2111,7 +2148,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2111
2148
  required?: boolean | null | undefined;
2112
2149
  } | null | undefined;
2113
2150
  uiConfiguration?: {
2114
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2151
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2115
2152
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2116
2153
  } | null | undefined;
2117
2154
  width?: number | null | undefined;
@@ -2121,6 +2158,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2121
2158
  formula?: string | null | undefined;
2122
2159
  context?: string[] | null | undefined;
2123
2160
  prompt?: string | null | undefined;
2161
+ dataset?: Record<string, unknown> | undefined;
2124
2162
  }>>>, z.ZodIntersection<z.ZodObject<{
2125
2163
  type: z.ZodLiteral<"number">;
2126
2164
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2231,13 +2269,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2231
2269
  required?: boolean | null | undefined;
2232
2270
  }>>>;
2233
2271
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2234
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2272
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2235
2273
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2236
2274
  }, "strip", z.ZodTypeAny, {
2237
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2275
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2238
2276
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2239
2277
  }, {
2240
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2278
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2241
2279
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2242
2280
  }>>>;
2243
2281
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2247,6 +2285,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2247
2285
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2248
2286
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2249
2287
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2288
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2250
2289
  }, "strip", z.ZodTypeAny, {
2251
2290
  suggest?: true | undefined;
2252
2291
  canExport?: boolean | null | undefined;
@@ -2265,7 +2304,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2265
2304
  required?: boolean | null | undefined;
2266
2305
  } | null | undefined;
2267
2306
  uiConfiguration?: {
2268
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2307
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2269
2308
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2270
2309
  } | null | undefined;
2271
2310
  width?: number | null | undefined;
@@ -2275,6 +2314,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2275
2314
  formula?: string | null | undefined;
2276
2315
  context?: string[] | null | undefined;
2277
2316
  prompt?: string | null | undefined;
2317
+ dataset?: Record<string, unknown> | undefined;
2278
2318
  }, {
2279
2319
  suggest?: true | undefined;
2280
2320
  canExport?: boolean | null | undefined;
@@ -2293,7 +2333,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2293
2333
  required?: boolean | null | undefined;
2294
2334
  } | null | undefined;
2295
2335
  uiConfiguration?: {
2296
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2336
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2297
2337
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2298
2338
  } | null | undefined;
2299
2339
  width?: number | null | undefined;
@@ -2303,6 +2343,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2303
2343
  formula?: string | null | undefined;
2304
2344
  context?: string[] | null | undefined;
2305
2345
  prompt?: string | null | undefined;
2346
+ dataset?: Record<string, unknown> | undefined;
2306
2347
  }>>>, z.ZodIntersection<z.ZodObject<{
2307
2348
  type: z.ZodLiteral<"enum">;
2308
2349
  options: z.ZodArray<z.ZodObject<{
@@ -2404,13 +2445,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2404
2445
  required?: boolean | null | undefined;
2405
2446
  }>>>;
2406
2447
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2407
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2448
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2408
2449
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2409
2450
  }, "strip", z.ZodTypeAny, {
2410
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2411
2452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2412
2453
  }, {
2413
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2454
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2414
2455
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2415
2456
  }>>>;
2416
2457
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2420,6 +2461,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2420
2461
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2421
2462
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2422
2463
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2464
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2423
2465
  }, "strip", z.ZodTypeAny, {
2424
2466
  suggest?: true | undefined;
2425
2467
  canExport?: boolean | null | undefined;
@@ -2438,7 +2480,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2438
2480
  required?: boolean | null | undefined;
2439
2481
  } | null | undefined;
2440
2482
  uiConfiguration?: {
2441
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2442
2484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2443
2485
  } | null | undefined;
2444
2486
  width?: number | null | undefined;
@@ -2448,6 +2490,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2448
2490
  formula?: string | null | undefined;
2449
2491
  context?: string[] | null | undefined;
2450
2492
  prompt?: string | null | undefined;
2493
+ dataset?: Record<string, unknown> | undefined;
2451
2494
  }, {
2452
2495
  suggest?: true | undefined;
2453
2496
  canExport?: boolean | null | undefined;
@@ -2466,7 +2509,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2466
2509
  required?: boolean | null | undefined;
2467
2510
  } | null | undefined;
2468
2511
  uiConfiguration?: {
2469
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2470
2513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2471
2514
  } | null | undefined;
2472
2515
  width?: number | null | undefined;
@@ -2476,6 +2519,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2476
2519
  formula?: string | null | undefined;
2477
2520
  context?: string[] | null | undefined;
2478
2521
  prompt?: string | null | undefined;
2522
+ dataset?: Record<string, unknown> | undefined;
2479
2523
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2480
2524
  id: z.ZodString;
2481
2525
  label: z.ZodString;
@@ -2548,7 +2592,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2548
2592
  required?: boolean | null | undefined;
2549
2593
  } | null | undefined;
2550
2594
  uiConfiguration?: {
2551
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2595
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2552
2596
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2553
2597
  } | null | undefined;
2554
2598
  width?: number | null | undefined;
@@ -2558,6 +2602,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2558
2602
  formula?: string | null | undefined;
2559
2603
  context?: string[] | null | undefined;
2560
2604
  prompt?: string | null | undefined;
2605
+ dataset?: Record<string, unknown> | undefined;
2561
2606
  }) | ({
2562
2607
  type: "date";
2563
2608
  format?: string | null | undefined;
@@ -2587,7 +2632,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2587
2632
  required?: boolean | null | undefined;
2588
2633
  } | null | undefined;
2589
2634
  uiConfiguration?: {
2590
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2635
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2591
2636
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2592
2637
  } | null | undefined;
2593
2638
  width?: number | null | undefined;
@@ -2597,6 +2642,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2597
2642
  formula?: string | null | undefined;
2598
2643
  context?: string[] | null | undefined;
2599
2644
  prompt?: string | null | undefined;
2645
+ dataset?: Record<string, unknown> | undefined;
2600
2646
  }) | ({
2601
2647
  type: "number";
2602
2648
  format?: string | null | undefined;
@@ -2631,7 +2677,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2631
2677
  required?: boolean | null | undefined;
2632
2678
  } | null | undefined;
2633
2679
  uiConfiguration?: {
2634
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2680
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2635
2681
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2636
2682
  } | null | undefined;
2637
2683
  width?: number | null | undefined;
@@ -2641,6 +2687,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2641
2687
  formula?: string | null | undefined;
2642
2688
  context?: string[] | null | undefined;
2643
2689
  prompt?: string | null | undefined;
2690
+ dataset?: Record<string, unknown> | undefined;
2644
2691
  }) | ({
2645
2692
  options: {
2646
2693
  value: string;
@@ -2674,7 +2721,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2674
2721
  required?: boolean | null | undefined;
2675
2722
  } | null | undefined;
2676
2723
  uiConfiguration?: {
2677
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2724
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2678
2725
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2679
2726
  } | null | undefined;
2680
2727
  width?: number | null | undefined;
@@ -2684,6 +2731,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2684
2731
  formula?: string | null | undefined;
2685
2732
  context?: string[] | null | undefined;
2686
2733
  prompt?: string | null | undefined;
2734
+ dataset?: Record<string, unknown> | undefined;
2687
2735
  }) | ({
2688
2736
  id: string;
2689
2737
  label: string;
@@ -2728,7 +2776,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2728
2776
  required?: boolean | null | undefined;
2729
2777
  } | null | undefined;
2730
2778
  uiConfiguration?: {
2731
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2779
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2732
2780
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2733
2781
  } | null | undefined;
2734
2782
  width?: number | null | undefined;
@@ -2738,6 +2786,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2738
2786
  formula?: string | null | undefined;
2739
2787
  context?: string[] | null | undefined;
2740
2788
  prompt?: string | null | undefined;
2789
+ dataset?: Record<string, unknown> | undefined;
2741
2790
  }) | ({
2742
2791
  type: "date";
2743
2792
  format?: string | null | undefined;
@@ -2767,7 +2816,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2767
2816
  required?: boolean | null | undefined;
2768
2817
  } | null | undefined;
2769
2818
  uiConfiguration?: {
2770
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2819
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2771
2820
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2772
2821
  } | null | undefined;
2773
2822
  width?: number | null | undefined;
@@ -2777,6 +2826,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2777
2826
  formula?: string | null | undefined;
2778
2827
  context?: string[] | null | undefined;
2779
2828
  prompt?: string | null | undefined;
2829
+ dataset?: Record<string, unknown> | undefined;
2780
2830
  }) | ({
2781
2831
  type: "number";
2782
2832
  format?: string | null | undefined;
@@ -2811,7 +2861,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2811
2861
  required?: boolean | null | undefined;
2812
2862
  } | null | undefined;
2813
2863
  uiConfiguration?: {
2814
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2864
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2815
2865
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2816
2866
  } | null | undefined;
2817
2867
  width?: number | null | undefined;
@@ -2821,6 +2871,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2821
2871
  formula?: string | null | undefined;
2822
2872
  context?: string[] | null | undefined;
2823
2873
  prompt?: string | null | undefined;
2874
+ dataset?: Record<string, unknown> | undefined;
2824
2875
  }) | ({
2825
2876
  options: {
2826
2877
  value: string;
@@ -2854,7 +2905,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2854
2905
  required?: boolean | null | undefined;
2855
2906
  } | null | undefined;
2856
2907
  uiConfiguration?: {
2857
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2908
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2858
2909
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2859
2910
  } | null | undefined;
2860
2911
  width?: number | null | undefined;
@@ -2864,6 +2915,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2864
2915
  formula?: string | null | undefined;
2865
2916
  context?: string[] | null | undefined;
2866
2917
  prompt?: string | null | undefined;
2918
+ dataset?: Record<string, unknown> | undefined;
2867
2919
  }) | ({
2868
2920
  id: string;
2869
2921
  label: string;
@@ -3021,13 +3073,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3021
3073
  required?: boolean | null | undefined;
3022
3074
  }>>>;
3023
3075
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3024
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3076
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3025
3077
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3026
3078
  }, "strip", z.ZodTypeAny, {
3027
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3079
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3028
3080
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3029
3081
  }, {
3030
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3082
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3031
3083
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3032
3084
  }>>>;
3033
3085
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3037,6 +3089,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3037
3089
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3038
3090
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3039
3091
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3092
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3040
3093
  }, "strip", z.ZodTypeAny, {
3041
3094
  suggest?: true | undefined;
3042
3095
  canExport?: boolean | null | undefined;
@@ -3055,7 +3108,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3055
3108
  required?: boolean | null | undefined;
3056
3109
  } | null | undefined;
3057
3110
  uiConfiguration?: {
3058
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3111
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3059
3112
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3060
3113
  } | null | undefined;
3061
3114
  width?: number | null | undefined;
@@ -3065,6 +3118,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3065
3118
  formula?: string | null | undefined;
3066
3119
  context?: string[] | null | undefined;
3067
3120
  prompt?: string | null | undefined;
3121
+ dataset?: Record<string, unknown> | undefined;
3068
3122
  }, {
3069
3123
  suggest?: true | undefined;
3070
3124
  canExport?: boolean | null | undefined;
@@ -3083,7 +3137,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3083
3137
  required?: boolean | null | undefined;
3084
3138
  } | null | undefined;
3085
3139
  uiConfiguration?: {
3086
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3140
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3087
3141
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3088
3142
  } | null | undefined;
3089
3143
  width?: number | null | undefined;
@@ -3093,6 +3147,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3093
3147
  formula?: string | null | undefined;
3094
3148
  context?: string[] | null | undefined;
3095
3149
  prompt?: string | null | undefined;
3150
+ dataset?: Record<string, unknown> | undefined;
3096
3151
  }>>>, z.ZodIntersection<z.ZodObject<{
3097
3152
  type: z.ZodLiteral<"date">;
3098
3153
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3176,13 +3231,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3176
3231
  required?: boolean | null | undefined;
3177
3232
  }>>>;
3178
3233
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3179
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3234
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3180
3235
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3181
3236
  }, "strip", z.ZodTypeAny, {
3182
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3237
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3183
3238
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3184
3239
  }, {
3185
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3240
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3186
3241
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3187
3242
  }>>>;
3188
3243
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3192,6 +3247,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3192
3247
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3193
3248
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3194
3249
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3250
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3195
3251
  }, "strip", z.ZodTypeAny, {
3196
3252
  suggest?: true | undefined;
3197
3253
  canExport?: boolean | null | undefined;
@@ -3210,7 +3266,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3210
3266
  required?: boolean | null | undefined;
3211
3267
  } | null | undefined;
3212
3268
  uiConfiguration?: {
3213
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3269
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3214
3270
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3215
3271
  } | null | undefined;
3216
3272
  width?: number | null | undefined;
@@ -3220,6 +3276,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3220
3276
  formula?: string | null | undefined;
3221
3277
  context?: string[] | null | undefined;
3222
3278
  prompt?: string | null | undefined;
3279
+ dataset?: Record<string, unknown> | undefined;
3223
3280
  }, {
3224
3281
  suggest?: true | undefined;
3225
3282
  canExport?: boolean | null | undefined;
@@ -3238,7 +3295,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3238
3295
  required?: boolean | null | undefined;
3239
3296
  } | null | undefined;
3240
3297
  uiConfiguration?: {
3241
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3242
3299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3243
3300
  } | null | undefined;
3244
3301
  width?: number | null | undefined;
@@ -3248,6 +3305,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3248
3305
  formula?: string | null | undefined;
3249
3306
  context?: string[] | null | undefined;
3250
3307
  prompt?: string | null | undefined;
3308
+ dataset?: Record<string, unknown> | undefined;
3251
3309
  }>>>, z.ZodIntersection<z.ZodObject<{
3252
3310
  type: z.ZodLiteral<"number">;
3253
3311
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3358,13 +3416,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3358
3416
  required?: boolean | null | undefined;
3359
3417
  }>>>;
3360
3418
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3361
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3419
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3362
3420
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3363
3421
  }, "strip", z.ZodTypeAny, {
3364
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3422
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3365
3423
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3366
3424
  }, {
3367
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3425
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3368
3426
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3369
3427
  }>>>;
3370
3428
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3374,6 +3432,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3374
3432
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3375
3433
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3376
3434
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3435
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3377
3436
  }, "strip", z.ZodTypeAny, {
3378
3437
  suggest?: true | undefined;
3379
3438
  canExport?: boolean | null | undefined;
@@ -3392,7 +3451,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3392
3451
  required?: boolean | null | undefined;
3393
3452
  } | null | undefined;
3394
3453
  uiConfiguration?: {
3395
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3454
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3396
3455
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3397
3456
  } | null | undefined;
3398
3457
  width?: number | null | undefined;
@@ -3402,6 +3461,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3402
3461
  formula?: string | null | undefined;
3403
3462
  context?: string[] | null | undefined;
3404
3463
  prompt?: string | null | undefined;
3464
+ dataset?: Record<string, unknown> | undefined;
3405
3465
  }, {
3406
3466
  suggest?: true | undefined;
3407
3467
  canExport?: boolean | null | undefined;
@@ -3420,7 +3480,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3420
3480
  required?: boolean | null | undefined;
3421
3481
  } | null | undefined;
3422
3482
  uiConfiguration?: {
3423
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3424
3484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3425
3485
  } | null | undefined;
3426
3486
  width?: number | null | undefined;
@@ -3430,6 +3490,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3430
3490
  formula?: string | null | undefined;
3431
3491
  context?: string[] | null | undefined;
3432
3492
  prompt?: string | null | undefined;
3493
+ dataset?: Record<string, unknown> | undefined;
3433
3494
  }>>>, z.ZodIntersection<z.ZodObject<{
3434
3495
  type: z.ZodLiteral<"enum">;
3435
3496
  options: z.ZodArray<z.ZodObject<{
@@ -3531,13 +3592,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3531
3592
  required?: boolean | null | undefined;
3532
3593
  }>>>;
3533
3594
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3534
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3595
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3535
3596
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3536
3597
  }, "strip", z.ZodTypeAny, {
3537
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3598
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3538
3599
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3539
3600
  }, {
3540
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3601
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3541
3602
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3542
3603
  }>>>;
3543
3604
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3547,6 +3608,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3547
3608
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3548
3609
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3549
3610
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3611
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3550
3612
  }, "strip", z.ZodTypeAny, {
3551
3613
  suggest?: true | undefined;
3552
3614
  canExport?: boolean | null | undefined;
@@ -3565,7 +3627,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3565
3627
  required?: boolean | null | undefined;
3566
3628
  } | null | undefined;
3567
3629
  uiConfiguration?: {
3568
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3630
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3569
3631
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3570
3632
  } | null | undefined;
3571
3633
  width?: number | null | undefined;
@@ -3575,6 +3637,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3575
3637
  formula?: string | null | undefined;
3576
3638
  context?: string[] | null | undefined;
3577
3639
  prompt?: string | null | undefined;
3640
+ dataset?: Record<string, unknown> | undefined;
3578
3641
  }, {
3579
3642
  suggest?: true | undefined;
3580
3643
  canExport?: boolean | null | undefined;
@@ -3593,7 +3656,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3593
3656
  required?: boolean | null | undefined;
3594
3657
  } | null | undefined;
3595
3658
  uiConfiguration?: {
3596
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3659
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3597
3660
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3598
3661
  } | null | undefined;
3599
3662
  width?: number | null | undefined;
@@ -3603,6 +3666,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3603
3666
  formula?: string | null | undefined;
3604
3667
  context?: string[] | null | undefined;
3605
3668
  prompt?: string | null | undefined;
3669
+ dataset?: Record<string, unknown> | undefined;
3606
3670
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3607
3671
  id: z.ZodString;
3608
3672
  label: z.ZodString;
@@ -3676,7 +3740,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3676
3740
  required?: boolean | null | undefined;
3677
3741
  } | null | undefined;
3678
3742
  uiConfiguration?: {
3679
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3743
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3680
3744
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3681
3745
  } | null | undefined;
3682
3746
  width?: number | null | undefined;
@@ -3686,6 +3750,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3686
3750
  formula?: string | null | undefined;
3687
3751
  context?: string[] | null | undefined;
3688
3752
  prompt?: string | null | undefined;
3753
+ dataset?: Record<string, unknown> | undefined;
3689
3754
  }) | ({
3690
3755
  type: "date";
3691
3756
  format?: string | null | undefined;
@@ -3715,7 +3780,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3715
3780
  required?: boolean | null | undefined;
3716
3781
  } | null | undefined;
3717
3782
  uiConfiguration?: {
3718
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3783
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3719
3784
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3720
3785
  } | null | undefined;
3721
3786
  width?: number | null | undefined;
@@ -3725,6 +3790,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3725
3790
  formula?: string | null | undefined;
3726
3791
  context?: string[] | null | undefined;
3727
3792
  prompt?: string | null | undefined;
3793
+ dataset?: Record<string, unknown> | undefined;
3728
3794
  }) | ({
3729
3795
  type: "number";
3730
3796
  format?: string | null | undefined;
@@ -3759,7 +3825,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3759
3825
  required?: boolean | null | undefined;
3760
3826
  } | null | undefined;
3761
3827
  uiConfiguration?: {
3762
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3828
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3763
3829
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3764
3830
  } | null | undefined;
3765
3831
  width?: number | null | undefined;
@@ -3769,6 +3835,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3769
3835
  formula?: string | null | undefined;
3770
3836
  context?: string[] | null | undefined;
3771
3837
  prompt?: string | null | undefined;
3838
+ dataset?: Record<string, unknown> | undefined;
3772
3839
  }) | ({
3773
3840
  options: {
3774
3841
  value: string;
@@ -3802,7 +3869,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3802
3869
  required?: boolean | null | undefined;
3803
3870
  } | null | undefined;
3804
3871
  uiConfiguration?: {
3805
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3872
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3806
3873
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3807
3874
  } | null | undefined;
3808
3875
  width?: number | null | undefined;
@@ -3812,6 +3879,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3812
3879
  formula?: string | null | undefined;
3813
3880
  context?: string[] | null | undefined;
3814
3881
  prompt?: string | null | undefined;
3882
+ dataset?: Record<string, unknown> | undefined;
3815
3883
  }) | ({
3816
3884
  id: string;
3817
3885
  label: string;
@@ -3858,7 +3926,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3858
3926
  required?: boolean | null | undefined;
3859
3927
  } | null | undefined;
3860
3928
  uiConfiguration?: {
3861
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3929
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3862
3930
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3863
3931
  } | null | undefined;
3864
3932
  width?: number | null | undefined;
@@ -3868,6 +3936,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3868
3936
  formula?: string | null | undefined;
3869
3937
  context?: string[] | null | undefined;
3870
3938
  prompt?: string | null | undefined;
3939
+ dataset?: Record<string, unknown> | undefined;
3871
3940
  }) | ({
3872
3941
  type: "date";
3873
3942
  format?: string | null | undefined;
@@ -3897,7 +3966,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3897
3966
  required?: boolean | null | undefined;
3898
3967
  } | null | undefined;
3899
3968
  uiConfiguration?: {
3900
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3969
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3901
3970
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3902
3971
  } | null | undefined;
3903
3972
  width?: number | null | undefined;
@@ -3907,6 +3976,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3907
3976
  formula?: string | null | undefined;
3908
3977
  context?: string[] | null | undefined;
3909
3978
  prompt?: string | null | undefined;
3979
+ dataset?: Record<string, unknown> | undefined;
3910
3980
  }) | ({
3911
3981
  type: "number";
3912
3982
  format?: string | null | undefined;
@@ -3941,7 +4011,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3941
4011
  required?: boolean | null | undefined;
3942
4012
  } | null | undefined;
3943
4013
  uiConfiguration?: {
3944
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4014
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3945
4015
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3946
4016
  } | null | undefined;
3947
4017
  width?: number | null | undefined;
@@ -3951,6 +4021,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3951
4021
  formula?: string | null | undefined;
3952
4022
  context?: string[] | null | undefined;
3953
4023
  prompt?: string | null | undefined;
4024
+ dataset?: Record<string, unknown> | undefined;
3954
4025
  }) | ({
3955
4026
  options: {
3956
4027
  value: string;
@@ -3984,7 +4055,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3984
4055
  required?: boolean | null | undefined;
3985
4056
  } | null | undefined;
3986
4057
  uiConfiguration?: {
3987
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4058
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3988
4059
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3989
4060
  } | null | undefined;
3990
4061
  width?: number | null | undefined;
@@ -3994,6 +4065,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3994
4065
  formula?: string | null | undefined;
3995
4066
  context?: string[] | null | undefined;
3996
4067
  prompt?: string | null | undefined;
4068
+ dataset?: Record<string, unknown> | undefined;
3997
4069
  }) | ({
3998
4070
  id: string;
3999
4071
  label: string;
@@ -4060,7 +4132,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4060
4132
  required?: boolean | null | undefined;
4061
4133
  } | null | undefined;
4062
4134
  uiConfiguration?: {
4063
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4135
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4064
4136
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4065
4137
  } | null | undefined;
4066
4138
  width?: number | null | undefined;
@@ -4070,6 +4142,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4070
4142
  formula?: string | null | undefined;
4071
4143
  context?: string[] | null | undefined;
4072
4144
  prompt?: string | null | undefined;
4145
+ dataset?: Record<string, unknown> | undefined;
4073
4146
  }) | ({
4074
4147
  type: "date";
4075
4148
  format?: string | null | undefined;
@@ -4099,7 +4172,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4099
4172
  required?: boolean | null | undefined;
4100
4173
  } | null | undefined;
4101
4174
  uiConfiguration?: {
4102
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4175
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4103
4176
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4104
4177
  } | null | undefined;
4105
4178
  width?: number | null | undefined;
@@ -4109,6 +4182,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4109
4182
  formula?: string | null | undefined;
4110
4183
  context?: string[] | null | undefined;
4111
4184
  prompt?: string | null | undefined;
4185
+ dataset?: Record<string, unknown> | undefined;
4112
4186
  }) | ({
4113
4187
  type: "number";
4114
4188
  format?: string | null | undefined;
@@ -4143,7 +4217,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4143
4217
  required?: boolean | null | undefined;
4144
4218
  } | null | undefined;
4145
4219
  uiConfiguration?: {
4146
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4220
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4147
4221
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4148
4222
  } | null | undefined;
4149
4223
  width?: number | null | undefined;
@@ -4153,6 +4227,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4153
4227
  formula?: string | null | undefined;
4154
4228
  context?: string[] | null | undefined;
4155
4229
  prompt?: string | null | undefined;
4230
+ dataset?: Record<string, unknown> | undefined;
4156
4231
  }) | ({
4157
4232
  options: {
4158
4233
  value: string;
@@ -4186,7 +4261,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4186
4261
  required?: boolean | null | undefined;
4187
4262
  } | null | undefined;
4188
4263
  uiConfiguration?: {
4189
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4264
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4190
4265
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4191
4266
  } | null | undefined;
4192
4267
  width?: number | null | undefined;
@@ -4196,6 +4271,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4196
4271
  formula?: string | null | undefined;
4197
4272
  context?: string[] | null | undefined;
4198
4273
  prompt?: string | null | undefined;
4274
+ dataset?: Record<string, unknown> | undefined;
4199
4275
  }) | ({
4200
4276
  id: string;
4201
4277
  label: string;
@@ -4250,7 +4326,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4250
4326
  required?: boolean | null | undefined;
4251
4327
  } | null | undefined;
4252
4328
  uiConfiguration?: {
4253
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4329
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4254
4330
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4255
4331
  } | null | undefined;
4256
4332
  width?: number | null | undefined;
@@ -4260,6 +4336,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4260
4336
  formula?: string | null | undefined;
4261
4337
  context?: string[] | null | undefined;
4262
4338
  prompt?: string | null | undefined;
4339
+ dataset?: Record<string, unknown> | undefined;
4263
4340
  }) | ({
4264
4341
  type: "date";
4265
4342
  format?: string | null | undefined;
@@ -4289,7 +4366,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4289
4366
  required?: boolean | null | undefined;
4290
4367
  } | null | undefined;
4291
4368
  uiConfiguration?: {
4292
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4369
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4293
4370
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4294
4371
  } | null | undefined;
4295
4372
  width?: number | null | undefined;
@@ -4299,6 +4376,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4299
4376
  formula?: string | null | undefined;
4300
4377
  context?: string[] | null | undefined;
4301
4378
  prompt?: string | null | undefined;
4379
+ dataset?: Record<string, unknown> | undefined;
4302
4380
  }) | ({
4303
4381
  type: "number";
4304
4382
  format?: string | null | undefined;
@@ -4333,7 +4411,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4333
4411
  required?: boolean | null | undefined;
4334
4412
  } | null | undefined;
4335
4413
  uiConfiguration?: {
4336
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4414
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4337
4415
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4338
4416
  } | null | undefined;
4339
4417
  width?: number | null | undefined;
@@ -4343,6 +4421,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4343
4421
  formula?: string | null | undefined;
4344
4422
  context?: string[] | null | undefined;
4345
4423
  prompt?: string | null | undefined;
4424
+ dataset?: Record<string, unknown> | undefined;
4346
4425
  }) | ({
4347
4426
  options: {
4348
4427
  value: string;
@@ -4376,7 +4455,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4376
4455
  required?: boolean | null | undefined;
4377
4456
  } | null | undefined;
4378
4457
  uiConfiguration?: {
4379
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4458
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4380
4459
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4381
4460
  } | null | undefined;
4382
4461
  width?: number | null | undefined;
@@ -4386,6 +4465,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4386
4465
  formula?: string | null | undefined;
4387
4466
  context?: string[] | null | undefined;
4388
4467
  prompt?: string | null | undefined;
4468
+ dataset?: Record<string, unknown> | undefined;
4389
4469
  }) | ({
4390
4470
  id: string;
4391
4471
  label: string;
@@ -4500,7 +4580,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4500
4580
  required?: boolean | null | undefined;
4501
4581
  } | null | undefined;
4502
4582
  uiConfiguration?: {
4503
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4583
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4504
4584
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4505
4585
  } | null | undefined;
4506
4586
  width?: number | null | undefined;
@@ -4510,6 +4590,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4510
4590
  formula?: string | null | undefined;
4511
4591
  context?: string[] | null | undefined;
4512
4592
  prompt?: string | null | undefined;
4593
+ dataset?: Record<string, unknown> | undefined;
4513
4594
  }) | ({
4514
4595
  type: "date";
4515
4596
  format?: string | null | undefined;
@@ -4539,7 +4620,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4539
4620
  required?: boolean | null | undefined;
4540
4621
  } | null | undefined;
4541
4622
  uiConfiguration?: {
4542
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4623
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4543
4624
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4544
4625
  } | null | undefined;
4545
4626
  width?: number | null | undefined;
@@ -4549,6 +4630,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4549
4630
  formula?: string | null | undefined;
4550
4631
  context?: string[] | null | undefined;
4551
4632
  prompt?: string | null | undefined;
4633
+ dataset?: Record<string, unknown> | undefined;
4552
4634
  }) | ({
4553
4635
  type: "number";
4554
4636
  format?: string | null | undefined;
@@ -4583,7 +4665,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4583
4665
  required?: boolean | null | undefined;
4584
4666
  } | null | undefined;
4585
4667
  uiConfiguration?: {
4586
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4668
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4587
4669
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4588
4670
  } | null | undefined;
4589
4671
  width?: number | null | undefined;
@@ -4593,6 +4675,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4593
4675
  formula?: string | null | undefined;
4594
4676
  context?: string[] | null | undefined;
4595
4677
  prompt?: string | null | undefined;
4678
+ dataset?: Record<string, unknown> | undefined;
4596
4679
  }) | ({
4597
4680
  options: {
4598
4681
  value: string;
@@ -4626,7 +4709,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4626
4709
  required?: boolean | null | undefined;
4627
4710
  } | null | undefined;
4628
4711
  uiConfiguration?: {
4629
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4712
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4630
4713
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4631
4714
  } | null | undefined;
4632
4715
  width?: number | null | undefined;
@@ -4636,6 +4719,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4636
4719
  formula?: string | null | undefined;
4637
4720
  context?: string[] | null | undefined;
4638
4721
  prompt?: string | null | undefined;
4722
+ dataset?: Record<string, unknown> | undefined;
4639
4723
  }) | ({
4640
4724
  id: string;
4641
4725
  label: string;
@@ -4679,7 +4763,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4679
4763
  required?: boolean | null | undefined;
4680
4764
  } | null | undefined;
4681
4765
  uiConfiguration?: {
4682
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4766
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4683
4767
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4684
4768
  } | null | undefined;
4685
4769
  width?: number | null | undefined;
@@ -4689,6 +4773,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4689
4773
  formula?: string | null | undefined;
4690
4774
  context?: string[] | null | undefined;
4691
4775
  prompt?: string | null | undefined;
4776
+ dataset?: Record<string, unknown> | undefined;
4692
4777
  }) | ({
4693
4778
  type: "date";
4694
4779
  format?: string | null | undefined;
@@ -4718,7 +4803,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4718
4803
  required?: boolean | null | undefined;
4719
4804
  } | null | undefined;
4720
4805
  uiConfiguration?: {
4721
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4806
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4722
4807
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4723
4808
  } | null | undefined;
4724
4809
  width?: number | null | undefined;
@@ -4728,6 +4813,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4728
4813
  formula?: string | null | undefined;
4729
4814
  context?: string[] | null | undefined;
4730
4815
  prompt?: string | null | undefined;
4816
+ dataset?: Record<string, unknown> | undefined;
4731
4817
  }) | ({
4732
4818
  type: "number";
4733
4819
  format?: string | null | undefined;
@@ -4762,7 +4848,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4762
4848
  required?: boolean | null | undefined;
4763
4849
  } | null | undefined;
4764
4850
  uiConfiguration?: {
4765
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4851
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4766
4852
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4767
4853
  } | null | undefined;
4768
4854
  width?: number | null | undefined;
@@ -4772,6 +4858,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4772
4858
  formula?: string | null | undefined;
4773
4859
  context?: string[] | null | undefined;
4774
4860
  prompt?: string | null | undefined;
4861
+ dataset?: Record<string, unknown> | undefined;
4775
4862
  }) | ({
4776
4863
  options: {
4777
4864
  value: string;
@@ -4805,7 +4892,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4805
4892
  required?: boolean | null | undefined;
4806
4893
  } | null | undefined;
4807
4894
  uiConfiguration?: {
4808
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4895
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4809
4896
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4810
4897
  } | null | undefined;
4811
4898
  width?: number | null | undefined;
@@ -4815,6 +4902,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4815
4902
  formula?: string | null | undefined;
4816
4903
  context?: string[] | null | undefined;
4817
4904
  prompt?: string | null | undefined;
4905
+ dataset?: Record<string, unknown> | undefined;
4818
4906
  }) | ({
4819
4907
  id: string;
4820
4908
  label: string;
@@ -4867,7 +4955,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4867
4955
  required?: boolean | null | undefined;
4868
4956
  } | null | undefined;
4869
4957
  uiConfiguration?: {
4870
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4958
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4871
4959
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4872
4960
  } | null | undefined;
4873
4961
  width?: number | null | undefined;
@@ -4877,6 +4965,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4877
4965
  formula?: string | null | undefined;
4878
4966
  context?: string[] | null | undefined;
4879
4967
  prompt?: string | null | undefined;
4968
+ dataset?: Record<string, unknown> | undefined;
4880
4969
  }) | ({
4881
4970
  type: "date";
4882
4971
  format?: string | null | undefined;
@@ -4906,7 +4995,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4906
4995
  required?: boolean | null | undefined;
4907
4996
  } | null | undefined;
4908
4997
  uiConfiguration?: {
4909
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4998
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4910
4999
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4911
5000
  } | null | undefined;
4912
5001
  width?: number | null | undefined;
@@ -4916,6 +5005,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4916
5005
  formula?: string | null | undefined;
4917
5006
  context?: string[] | null | undefined;
4918
5007
  prompt?: string | null | undefined;
5008
+ dataset?: Record<string, unknown> | undefined;
4919
5009
  }) | ({
4920
5010
  type: "number";
4921
5011
  format?: string | null | undefined;
@@ -4950,7 +5040,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4950
5040
  required?: boolean | null | undefined;
4951
5041
  } | null | undefined;
4952
5042
  uiConfiguration?: {
4953
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5043
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4954
5044
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4955
5045
  } | null | undefined;
4956
5046
  width?: number | null | undefined;
@@ -4960,6 +5050,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4960
5050
  formula?: string | null | undefined;
4961
5051
  context?: string[] | null | undefined;
4962
5052
  prompt?: string | null | undefined;
5053
+ dataset?: Record<string, unknown> | undefined;
4963
5054
  }) | ({
4964
5055
  options: {
4965
5056
  value: string;
@@ -4993,7 +5084,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4993
5084
  required?: boolean | null | undefined;
4994
5085
  } | null | undefined;
4995
5086
  uiConfiguration?: {
4996
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5087
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4997
5088
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4998
5089
  } | null | undefined;
4999
5090
  width?: number | null | undefined;
@@ -5003,6 +5094,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5003
5094
  formula?: string | null | undefined;
5004
5095
  context?: string[] | null | undefined;
5005
5096
  prompt?: string | null | undefined;
5097
+ dataset?: Record<string, unknown> | undefined;
5006
5098
  }) | ({
5007
5099
  id: string;
5008
5100
  label: string;
@@ -5065,7 +5157,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5065
5157
  required?: boolean | null | undefined;
5066
5158
  } | null | undefined;
5067
5159
  uiConfiguration?: {
5068
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5160
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5069
5161
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5070
5162
  } | null | undefined;
5071
5163
  width?: number | null | undefined;
@@ -5075,6 +5167,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5075
5167
  formula?: string | null | undefined;
5076
5168
  context?: string[] | null | undefined;
5077
5169
  prompt?: string | null | undefined;
5170
+ dataset?: Record<string, unknown> | undefined;
5078
5171
  }) | ({
5079
5172
  type: "date";
5080
5173
  format?: string | null | undefined;
@@ -5104,7 +5197,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5104
5197
  required?: boolean | null | undefined;
5105
5198
  } | null | undefined;
5106
5199
  uiConfiguration?: {
5107
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5200
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5108
5201
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5109
5202
  } | null | undefined;
5110
5203
  width?: number | null | undefined;
@@ -5114,6 +5207,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5114
5207
  formula?: string | null | undefined;
5115
5208
  context?: string[] | null | undefined;
5116
5209
  prompt?: string | null | undefined;
5210
+ dataset?: Record<string, unknown> | undefined;
5117
5211
  }) | ({
5118
5212
  type: "number";
5119
5213
  format?: string | null | undefined;
@@ -5148,7 +5242,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5148
5242
  required?: boolean | null | undefined;
5149
5243
  } | null | undefined;
5150
5244
  uiConfiguration?: {
5151
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5245
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5152
5246
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5153
5247
  } | null | undefined;
5154
5248
  width?: number | null | undefined;
@@ -5158,6 +5252,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5158
5252
  formula?: string | null | undefined;
5159
5253
  context?: string[] | null | undefined;
5160
5254
  prompt?: string | null | undefined;
5255
+ dataset?: Record<string, unknown> | undefined;
5161
5256
  }) | ({
5162
5257
  options: {
5163
5258
  value: string;
@@ -5191,7 +5286,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5191
5286
  required?: boolean | null | undefined;
5192
5287
  } | null | undefined;
5193
5288
  uiConfiguration?: {
5194
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5289
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5195
5290
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5196
5291
  } | null | undefined;
5197
5292
  width?: number | null | undefined;
@@ -5201,6 +5296,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5201
5296
  formula?: string | null | undefined;
5202
5297
  context?: string[] | null | undefined;
5203
5298
  prompt?: string | null | undefined;
5299
+ dataset?: Record<string, unknown> | undefined;
5204
5300
  }) | ({
5205
5301
  id: string;
5206
5302
  label: string;
@@ -5274,7 +5370,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5274
5370
  required?: boolean | null | undefined;
5275
5371
  } | null | undefined;
5276
5372
  uiConfiguration?: {
5277
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5373
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5278
5374
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5279
5375
  } | null | undefined;
5280
5376
  width?: number | null | undefined;
@@ -5284,6 +5380,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5284
5380
  formula?: string | null | undefined;
5285
5381
  context?: string[] | null | undefined;
5286
5382
  prompt?: string | null | undefined;
5383
+ dataset?: Record<string, unknown> | undefined;
5287
5384
  }) | ({
5288
5385
  type: "date";
5289
5386
  format?: string | null | undefined;
@@ -5313,7 +5410,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5313
5410
  required?: boolean | null | undefined;
5314
5411
  } | null | undefined;
5315
5412
  uiConfiguration?: {
5316
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5413
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5317
5414
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5318
5415
  } | null | undefined;
5319
5416
  width?: number | null | undefined;
@@ -5323,6 +5420,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5323
5420
  formula?: string | null | undefined;
5324
5421
  context?: string[] | null | undefined;
5325
5422
  prompt?: string | null | undefined;
5423
+ dataset?: Record<string, unknown> | undefined;
5326
5424
  }) | ({
5327
5425
  type: "number";
5328
5426
  format?: string | null | undefined;
@@ -5357,7 +5455,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5357
5455
  required?: boolean | null | undefined;
5358
5456
  } | null | undefined;
5359
5457
  uiConfiguration?: {
5360
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5458
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5361
5459
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5362
5460
  } | null | undefined;
5363
5461
  width?: number | null | undefined;
@@ -5367,6 +5465,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5367
5465
  formula?: string | null | undefined;
5368
5466
  context?: string[] | null | undefined;
5369
5467
  prompt?: string | null | undefined;
5468
+ dataset?: Record<string, unknown> | undefined;
5370
5469
  }) | ({
5371
5470
  options: {
5372
5471
  value: string;
@@ -5400,7 +5499,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5400
5499
  required?: boolean | null | undefined;
5401
5500
  } | null | undefined;
5402
5501
  uiConfiguration?: {
5403
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5502
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5404
5503
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5405
5504
  } | null | undefined;
5406
5505
  width?: number | null | undefined;
@@ -5410,6 +5509,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5410
5509
  formula?: string | null | undefined;
5411
5510
  context?: string[] | null | undefined;
5412
5511
  prompt?: string | null | undefined;
5512
+ dataset?: Record<string, unknown> | undefined;
5413
5513
  }) | ({
5414
5514
  id: string;
5415
5515
  label: string;
@@ -5453,7 +5553,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5453
5553
  required?: boolean | null | undefined;
5454
5554
  } | null | undefined;
5455
5555
  uiConfiguration?: {
5456
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5556
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5457
5557
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5458
5558
  } | null | undefined;
5459
5559
  width?: number | null | undefined;
@@ -5463,6 +5563,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5463
5563
  formula?: string | null | undefined;
5464
5564
  context?: string[] | null | undefined;
5465
5565
  prompt?: string | null | undefined;
5566
+ dataset?: Record<string, unknown> | undefined;
5466
5567
  }) | ({
5467
5568
  type: "date";
5468
5569
  format?: string | null | undefined;
@@ -5492,7 +5593,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5492
5593
  required?: boolean | null | undefined;
5493
5594
  } | null | undefined;
5494
5595
  uiConfiguration?: {
5495
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5596
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5496
5597
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5497
5598
  } | null | undefined;
5498
5599
  width?: number | null | undefined;
@@ -5502,6 +5603,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5502
5603
  formula?: string | null | undefined;
5503
5604
  context?: string[] | null | undefined;
5504
5605
  prompt?: string | null | undefined;
5606
+ dataset?: Record<string, unknown> | undefined;
5505
5607
  }) | ({
5506
5608
  type: "number";
5507
5609
  format?: string | null | undefined;
@@ -5536,7 +5638,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5536
5638
  required?: boolean | null | undefined;
5537
5639
  } | null | undefined;
5538
5640
  uiConfiguration?: {
5539
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5641
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5540
5642
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5541
5643
  } | null | undefined;
5542
5644
  width?: number | null | undefined;
@@ -5546,6 +5648,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5546
5648
  formula?: string | null | undefined;
5547
5649
  context?: string[] | null | undefined;
5548
5650
  prompt?: string | null | undefined;
5651
+ dataset?: Record<string, unknown> | undefined;
5549
5652
  }) | ({
5550
5653
  options: {
5551
5654
  value: string;
@@ -5579,7 +5682,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5579
5682
  required?: boolean | null | undefined;
5580
5683
  } | null | undefined;
5581
5684
  uiConfiguration?: {
5582
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5685
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5583
5686
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5584
5687
  } | null | undefined;
5585
5688
  width?: number | null | undefined;
@@ -5589,6 +5692,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5589
5692
  formula?: string | null | undefined;
5590
5693
  context?: string[] | null | undefined;
5591
5694
  prompt?: string | null | undefined;
5695
+ dataset?: Record<string, unknown> | undefined;
5592
5696
  }) | ({
5593
5697
  id: string;
5594
5698
  label: string;
@@ -5641,7 +5745,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5641
5745
  required?: boolean | null | undefined;
5642
5746
  } | null | undefined;
5643
5747
  uiConfiguration?: {
5644
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5748
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5645
5749
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5646
5750
  } | null | undefined;
5647
5751
  width?: number | null | undefined;
@@ -5651,6 +5755,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5651
5755
  formula?: string | null | undefined;
5652
5756
  context?: string[] | null | undefined;
5653
5757
  prompt?: string | null | undefined;
5758
+ dataset?: Record<string, unknown> | undefined;
5654
5759
  }) | ({
5655
5760
  type: "date";
5656
5761
  format?: string | null | undefined;
@@ -5680,7 +5785,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5680
5785
  required?: boolean | null | undefined;
5681
5786
  } | null | undefined;
5682
5787
  uiConfiguration?: {
5683
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5788
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5684
5789
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5685
5790
  } | null | undefined;
5686
5791
  width?: number | null | undefined;
@@ -5690,6 +5795,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5690
5795
  formula?: string | null | undefined;
5691
5796
  context?: string[] | null | undefined;
5692
5797
  prompt?: string | null | undefined;
5798
+ dataset?: Record<string, unknown> | undefined;
5693
5799
  }) | ({
5694
5800
  type: "number";
5695
5801
  format?: string | null | undefined;
@@ -5724,7 +5830,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5724
5830
  required?: boolean | null | undefined;
5725
5831
  } | null | undefined;
5726
5832
  uiConfiguration?: {
5727
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5833
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5728
5834
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5729
5835
  } | null | undefined;
5730
5836
  width?: number | null | undefined;
@@ -5734,6 +5840,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5734
5840
  formula?: string | null | undefined;
5735
5841
  context?: string[] | null | undefined;
5736
5842
  prompt?: string | null | undefined;
5843
+ dataset?: Record<string, unknown> | undefined;
5737
5844
  }) | ({
5738
5845
  options: {
5739
5846
  value: string;
@@ -5767,7 +5874,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5767
5874
  required?: boolean | null | undefined;
5768
5875
  } | null | undefined;
5769
5876
  uiConfiguration?: {
5770
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5877
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5771
5878
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5772
5879
  } | null | undefined;
5773
5880
  width?: number | null | undefined;
@@ -5777,6 +5884,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5777
5884
  formula?: string | null | undefined;
5778
5885
  context?: string[] | null | undefined;
5779
5886
  prompt?: string | null | undefined;
5887
+ dataset?: Record<string, unknown> | undefined;
5780
5888
  }) | ({
5781
5889
  id: string;
5782
5890
  label: string;
@@ -5839,7 +5947,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5839
5947
  required?: boolean | null | undefined;
5840
5948
  } | null | undefined;
5841
5949
  uiConfiguration?: {
5842
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5950
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5843
5951
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5844
5952
  } | null | undefined;
5845
5953
  width?: number | null | undefined;
@@ -5849,6 +5957,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5849
5957
  formula?: string | null | undefined;
5850
5958
  context?: string[] | null | undefined;
5851
5959
  prompt?: string | null | undefined;
5960
+ dataset?: Record<string, unknown> | undefined;
5852
5961
  }) | ({
5853
5962
  type: "date";
5854
5963
  format?: string | null | undefined;
@@ -5878,7 +5987,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5878
5987
  required?: boolean | null | undefined;
5879
5988
  } | null | undefined;
5880
5989
  uiConfiguration?: {
5881
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5990
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5882
5991
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5883
5992
  } | null | undefined;
5884
5993
  width?: number | null | undefined;
@@ -5888,6 +5997,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5888
5997
  formula?: string | null | undefined;
5889
5998
  context?: string[] | null | undefined;
5890
5999
  prompt?: string | null | undefined;
6000
+ dataset?: Record<string, unknown> | undefined;
5891
6001
  }) | ({
5892
6002
  type: "number";
5893
6003
  format?: string | null | undefined;
@@ -5922,7 +6032,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5922
6032
  required?: boolean | null | undefined;
5923
6033
  } | null | undefined;
5924
6034
  uiConfiguration?: {
5925
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6035
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5926
6036
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5927
6037
  } | null | undefined;
5928
6038
  width?: number | null | undefined;
@@ -5932,6 +6042,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5932
6042
  formula?: string | null | undefined;
5933
6043
  context?: string[] | null | undefined;
5934
6044
  prompt?: string | null | undefined;
6045
+ dataset?: Record<string, unknown> | undefined;
5935
6046
  }) | ({
5936
6047
  options: {
5937
6048
  value: string;
@@ -5965,7 +6076,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5965
6076
  required?: boolean | null | undefined;
5966
6077
  } | null | undefined;
5967
6078
  uiConfiguration?: {
5968
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6079
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5969
6080
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5970
6081
  } | null | undefined;
5971
6082
  width?: number | null | undefined;
@@ -5975,6 +6086,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5975
6086
  formula?: string | null | undefined;
5976
6087
  context?: string[] | null | undefined;
5977
6088
  prompt?: string | null | undefined;
6089
+ dataset?: Record<string, unknown> | undefined;
5978
6090
  }) | ({
5979
6091
  id: string;
5980
6092
  label: string;