@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
@@ -79,13 +79,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
79
79
  required?: boolean | null | undefined;
80
80
  }>>>;
81
81
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
82
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
82
+ 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">]>>>;
83
83
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
85
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
86
86
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
87
87
  }, {
88
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
88
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
89
89
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
90
90
  }>>>;
91
91
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -95,6 +95,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
95
95
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
96
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
97
97
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
98
99
  }, "strip", z.ZodTypeAny, {
99
100
  suggest?: true | undefined;
100
101
  canExport?: boolean | null | undefined;
@@ -113,7 +114,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
113
114
  required?: boolean | null | undefined;
114
115
  } | null | undefined;
115
116
  uiConfiguration?: {
116
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
117
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
117
118
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
118
119
  } | null | undefined;
119
120
  width?: number | null | undefined;
@@ -123,6 +124,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
123
124
  formula?: string | null | undefined;
124
125
  context?: string[] | null | undefined;
125
126
  prompt?: string | null | undefined;
127
+ dataset?: Record<string, unknown> | undefined;
126
128
  }, {
127
129
  suggest?: true | undefined;
128
130
  canExport?: boolean | null | undefined;
@@ -141,7 +143,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
141
143
  required?: boolean | null | undefined;
142
144
  } | null | undefined;
143
145
  uiConfiguration?: {
144
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
146
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
145
147
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
146
148
  } | null | undefined;
147
149
  width?: number | null | undefined;
@@ -151,6 +153,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
151
153
  formula?: string | null | undefined;
152
154
  context?: string[] | null | undefined;
153
155
  prompt?: string | null | undefined;
156
+ dataset?: Record<string, unknown> | undefined;
154
157
  }>>>, z.ZodIntersection<z.ZodObject<{
155
158
  type: z.ZodLiteral<"date">;
156
159
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -234,13 +237,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
234
237
  required?: boolean | null | undefined;
235
238
  }>>>;
236
239
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
237
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
240
+ 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">]>>>;
238
241
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
239
242
  }, "strip", z.ZodTypeAny, {
240
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
243
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
241
244
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
242
245
  }, {
243
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
246
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
244
247
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
245
248
  }>>>;
246
249
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -250,6 +253,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
250
253
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
254
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
252
255
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
256
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
253
257
  }, "strip", z.ZodTypeAny, {
254
258
  suggest?: true | undefined;
255
259
  canExport?: boolean | null | undefined;
@@ -268,7 +272,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
268
272
  required?: boolean | null | undefined;
269
273
  } | null | undefined;
270
274
  uiConfiguration?: {
271
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
275
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
272
276
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
273
277
  } | null | undefined;
274
278
  width?: number | null | undefined;
@@ -278,6 +282,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
278
282
  formula?: string | null | undefined;
279
283
  context?: string[] | null | undefined;
280
284
  prompt?: string | null | undefined;
285
+ dataset?: Record<string, unknown> | undefined;
281
286
  }, {
282
287
  suggest?: true | undefined;
283
288
  canExport?: boolean | null | undefined;
@@ -296,7 +301,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
296
301
  required?: boolean | null | undefined;
297
302
  } | null | undefined;
298
303
  uiConfiguration?: {
299
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
304
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
300
305
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
301
306
  } | null | undefined;
302
307
  width?: number | null | undefined;
@@ -306,6 +311,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
306
311
  formula?: string | null | undefined;
307
312
  context?: string[] | null | undefined;
308
313
  prompt?: string | null | undefined;
314
+ dataset?: Record<string, unknown> | undefined;
309
315
  }>>>, z.ZodIntersection<z.ZodObject<{
310
316
  type: z.ZodLiteral<"number">;
311
317
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -416,13 +422,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
416
422
  required?: boolean | null | undefined;
417
423
  }>>>;
418
424
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
419
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
425
+ 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">]>>>;
420
426
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
421
427
  }, "strip", z.ZodTypeAny, {
422
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
428
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
423
429
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
424
430
  }, {
425
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
431
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
426
432
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
427
433
  }>>>;
428
434
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -432,6 +438,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
432
438
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
433
439
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
434
440
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
441
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
435
442
  }, "strip", z.ZodTypeAny, {
436
443
  suggest?: true | undefined;
437
444
  canExport?: boolean | null | undefined;
@@ -450,7 +457,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
450
457
  required?: boolean | null | undefined;
451
458
  } | null | undefined;
452
459
  uiConfiguration?: {
453
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
460
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
454
461
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
455
462
  } | null | undefined;
456
463
  width?: number | null | undefined;
@@ -460,6 +467,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
460
467
  formula?: string | null | undefined;
461
468
  context?: string[] | null | undefined;
462
469
  prompt?: string | null | undefined;
470
+ dataset?: Record<string, unknown> | undefined;
463
471
  }, {
464
472
  suggest?: true | undefined;
465
473
  canExport?: boolean | null | undefined;
@@ -478,7 +486,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
478
486
  required?: boolean | null | undefined;
479
487
  } | null | undefined;
480
488
  uiConfiguration?: {
481
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
489
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
482
490
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
483
491
  } | null | undefined;
484
492
  width?: number | null | undefined;
@@ -488,6 +496,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
488
496
  formula?: string | null | undefined;
489
497
  context?: string[] | null | undefined;
490
498
  prompt?: string | null | undefined;
499
+ dataset?: Record<string, unknown> | undefined;
491
500
  }>>>, z.ZodIntersection<z.ZodObject<{
492
501
  type: z.ZodLiteral<"enum">;
493
502
  options: z.ZodArray<z.ZodObject<{
@@ -589,13 +598,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
589
598
  required?: boolean | null | undefined;
590
599
  }>>>;
591
600
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
592
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
601
+ 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">]>>>;
593
602
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
594
603
  }, "strip", z.ZodTypeAny, {
595
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
604
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
596
605
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
597
606
  }, {
598
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
607
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
599
608
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
600
609
  }>>>;
601
610
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -605,6 +614,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
605
614
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
606
615
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
607
616
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
617
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
608
618
  }, "strip", z.ZodTypeAny, {
609
619
  suggest?: true | undefined;
610
620
  canExport?: boolean | null | undefined;
@@ -623,7 +633,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
623
633
  required?: boolean | null | undefined;
624
634
  } | null | undefined;
625
635
  uiConfiguration?: {
626
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
636
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
627
637
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
628
638
  } | null | undefined;
629
639
  width?: number | null | undefined;
@@ -633,6 +643,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
633
643
  formula?: string | null | undefined;
634
644
  context?: string[] | null | undefined;
635
645
  prompt?: string | null | undefined;
646
+ dataset?: Record<string, unknown> | undefined;
636
647
  }, {
637
648
  suggest?: true | undefined;
638
649
  canExport?: boolean | null | undefined;
@@ -651,7 +662,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
651
662
  required?: boolean | null | undefined;
652
663
  } | null | undefined;
653
664
  uiConfiguration?: {
654
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
665
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
655
666
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
656
667
  } | null | undefined;
657
668
  width?: number | null | undefined;
@@ -661,6 +672,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
661
672
  formula?: string | null | undefined;
662
673
  context?: string[] | null | undefined;
663
674
  prompt?: string | null | undefined;
675
+ dataset?: Record<string, unknown> | undefined;
664
676
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
665
677
  id: z.ZodString;
666
678
  label: z.ZodString;
@@ -785,13 +797,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
785
797
  required?: boolean | null | undefined;
786
798
  }>>>;
787
799
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
788
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
800
+ 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">]>>>;
789
801
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
790
802
  }, "strip", z.ZodTypeAny, {
791
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
803
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
792
804
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
793
805
  }, {
794
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
806
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
795
807
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
796
808
  }>>>;
797
809
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -801,6 +813,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
801
813
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
802
814
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
803
815
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
816
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
804
817
  }, "strip", z.ZodTypeAny, {
805
818
  suggest?: true | undefined;
806
819
  canExport?: boolean | null | undefined;
@@ -819,7 +832,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
819
832
  required?: boolean | null | undefined;
820
833
  } | null | undefined;
821
834
  uiConfiguration?: {
822
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
823
836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
824
837
  } | null | undefined;
825
838
  width?: number | null | undefined;
@@ -829,6 +842,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
829
842
  formula?: string | null | undefined;
830
843
  context?: string[] | null | undefined;
831
844
  prompt?: string | null | undefined;
845
+ dataset?: Record<string, unknown> | undefined;
832
846
  }, {
833
847
  suggest?: true | undefined;
834
848
  canExport?: boolean | null | undefined;
@@ -847,7 +861,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
847
861
  required?: boolean | null | undefined;
848
862
  } | null | undefined;
849
863
  uiConfiguration?: {
850
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
864
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
851
865
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
852
866
  } | null | undefined;
853
867
  width?: number | null | undefined;
@@ -857,6 +871,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
857
871
  formula?: string | null | undefined;
858
872
  context?: string[] | null | undefined;
859
873
  prompt?: string | null | undefined;
874
+ dataset?: Record<string, unknown> | undefined;
860
875
  }>>>, z.ZodIntersection<z.ZodObject<{
861
876
  type: z.ZodLiteral<"date">;
862
877
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -940,13 +955,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
940
955
  required?: boolean | null | undefined;
941
956
  }>>>;
942
957
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
943
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
958
+ 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">]>>>;
944
959
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
945
960
  }, "strip", z.ZodTypeAny, {
946
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
961
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
947
962
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
948
963
  }, {
949
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
964
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
950
965
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
951
966
  }>>>;
952
967
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -956,6 +971,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
956
971
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
957
972
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
958
973
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
974
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
959
975
  }, "strip", z.ZodTypeAny, {
960
976
  suggest?: true | undefined;
961
977
  canExport?: boolean | null | undefined;
@@ -974,7 +990,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
974
990
  required?: boolean | null | undefined;
975
991
  } | null | undefined;
976
992
  uiConfiguration?: {
977
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
993
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
978
994
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
979
995
  } | null | undefined;
980
996
  width?: number | null | undefined;
@@ -984,6 +1000,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
984
1000
  formula?: string | null | undefined;
985
1001
  context?: string[] | null | undefined;
986
1002
  prompt?: string | null | undefined;
1003
+ dataset?: Record<string, unknown> | undefined;
987
1004
  }, {
988
1005
  suggest?: true | undefined;
989
1006
  canExport?: boolean | null | undefined;
@@ -1002,7 +1019,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1002
1019
  required?: boolean | null | undefined;
1003
1020
  } | null | undefined;
1004
1021
  uiConfiguration?: {
1005
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1022
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1006
1023
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1007
1024
  } | null | undefined;
1008
1025
  width?: number | null | undefined;
@@ -1012,6 +1029,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1012
1029
  formula?: string | null | undefined;
1013
1030
  context?: string[] | null | undefined;
1014
1031
  prompt?: string | null | undefined;
1032
+ dataset?: Record<string, unknown> | undefined;
1015
1033
  }>>>, z.ZodIntersection<z.ZodObject<{
1016
1034
  type: z.ZodLiteral<"number">;
1017
1035
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1122,13 +1140,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1122
1140
  required?: boolean | null | undefined;
1123
1141
  }>>>;
1124
1142
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1125
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1143
+ 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">]>>>;
1126
1144
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1127
1145
  }, "strip", z.ZodTypeAny, {
1128
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1146
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1129
1147
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1130
1148
  }, {
1131
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1149
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1132
1150
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1133
1151
  }>>>;
1134
1152
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1138,6 +1156,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1138
1156
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1139
1157
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1140
1158
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1159
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1141
1160
  }, "strip", z.ZodTypeAny, {
1142
1161
  suggest?: true | undefined;
1143
1162
  canExport?: boolean | null | undefined;
@@ -1156,7 +1175,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1156
1175
  required?: boolean | null | undefined;
1157
1176
  } | null | undefined;
1158
1177
  uiConfiguration?: {
1159
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1178
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1160
1179
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1161
1180
  } | null | undefined;
1162
1181
  width?: number | null | undefined;
@@ -1166,6 +1185,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1166
1185
  formula?: string | null | undefined;
1167
1186
  context?: string[] | null | undefined;
1168
1187
  prompt?: string | null | undefined;
1188
+ dataset?: Record<string, unknown> | undefined;
1169
1189
  }, {
1170
1190
  suggest?: true | undefined;
1171
1191
  canExport?: boolean | null | undefined;
@@ -1184,7 +1204,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1184
1204
  required?: boolean | null | undefined;
1185
1205
  } | null | undefined;
1186
1206
  uiConfiguration?: {
1187
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1207
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1188
1208
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1189
1209
  } | null | undefined;
1190
1210
  width?: number | null | undefined;
@@ -1194,6 +1214,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1194
1214
  formula?: string | null | undefined;
1195
1215
  context?: string[] | null | undefined;
1196
1216
  prompt?: string | null | undefined;
1217
+ dataset?: Record<string, unknown> | undefined;
1197
1218
  }>>>, z.ZodIntersection<z.ZodObject<{
1198
1219
  type: z.ZodLiteral<"enum">;
1199
1220
  options: z.ZodArray<z.ZodObject<{
@@ -1295,13 +1316,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1295
1316
  required?: boolean | null | undefined;
1296
1317
  }>>>;
1297
1318
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1298
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1319
+ 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">]>>>;
1299
1320
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1300
1321
  }, "strip", z.ZodTypeAny, {
1301
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1322
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1302
1323
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1303
1324
  }, {
1304
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1325
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1305
1326
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1306
1327
  }>>>;
1307
1328
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1311,6 +1332,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1311
1332
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1312
1333
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1313
1334
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1335
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1314
1336
  }, "strip", z.ZodTypeAny, {
1315
1337
  suggest?: true | undefined;
1316
1338
  canExport?: boolean | null | undefined;
@@ -1329,7 +1351,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1329
1351
  required?: boolean | null | undefined;
1330
1352
  } | null | undefined;
1331
1353
  uiConfiguration?: {
1332
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1354
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1333
1355
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1334
1356
  } | null | undefined;
1335
1357
  width?: number | null | undefined;
@@ -1339,6 +1361,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1339
1361
  formula?: string | null | undefined;
1340
1362
  context?: string[] | null | undefined;
1341
1363
  prompt?: string | null | undefined;
1364
+ dataset?: Record<string, unknown> | undefined;
1342
1365
  }, {
1343
1366
  suggest?: true | undefined;
1344
1367
  canExport?: boolean | null | undefined;
@@ -1357,7 +1380,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1357
1380
  required?: boolean | null | undefined;
1358
1381
  } | null | undefined;
1359
1382
  uiConfiguration?: {
1360
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1383
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1361
1384
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1362
1385
  } | null | undefined;
1363
1386
  width?: number | null | undefined;
@@ -1367,6 +1390,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1367
1390
  formula?: string | null | undefined;
1368
1391
  context?: string[] | null | undefined;
1369
1392
  prompt?: string | null | undefined;
1393
+ dataset?: Record<string, unknown> | undefined;
1370
1394
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1371
1395
  id: z.ZodString;
1372
1396
  label: z.ZodString;
@@ -1440,7 +1464,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1440
1464
  required?: boolean | null | undefined;
1441
1465
  } | null | undefined;
1442
1466
  uiConfiguration?: {
1443
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1467
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1444
1468
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1445
1469
  } | null | undefined;
1446
1470
  width?: number | null | undefined;
@@ -1450,6 +1474,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1450
1474
  formula?: string | null | undefined;
1451
1475
  context?: string[] | null | undefined;
1452
1476
  prompt?: string | null | undefined;
1477
+ dataset?: Record<string, unknown> | undefined;
1453
1478
  }) | ({
1454
1479
  type: "date";
1455
1480
  format?: string | null | undefined;
@@ -1479,7 +1504,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1479
1504
  required?: boolean | null | undefined;
1480
1505
  } | null | undefined;
1481
1506
  uiConfiguration?: {
1482
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1507
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1483
1508
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1484
1509
  } | null | undefined;
1485
1510
  width?: number | null | undefined;
@@ -1489,6 +1514,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1489
1514
  formula?: string | null | undefined;
1490
1515
  context?: string[] | null | undefined;
1491
1516
  prompt?: string | null | undefined;
1517
+ dataset?: Record<string, unknown> | undefined;
1492
1518
  }) | ({
1493
1519
  type: "number";
1494
1520
  format?: string | null | undefined;
@@ -1523,7 +1549,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1523
1549
  required?: boolean | null | undefined;
1524
1550
  } | null | undefined;
1525
1551
  uiConfiguration?: {
1526
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1552
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1527
1553
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1528
1554
  } | null | undefined;
1529
1555
  width?: number | null | undefined;
@@ -1533,6 +1559,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1533
1559
  formula?: string | null | undefined;
1534
1560
  context?: string[] | null | undefined;
1535
1561
  prompt?: string | null | undefined;
1562
+ dataset?: Record<string, unknown> | undefined;
1536
1563
  }) | ({
1537
1564
  options: {
1538
1565
  value: string;
@@ -1566,7 +1593,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1566
1593
  required?: boolean | null | undefined;
1567
1594
  } | null | undefined;
1568
1595
  uiConfiguration?: {
1569
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1596
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1570
1597
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1571
1598
  } | null | undefined;
1572
1599
  width?: number | null | undefined;
@@ -1576,6 +1603,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1576
1603
  formula?: string | null | undefined;
1577
1604
  context?: string[] | null | undefined;
1578
1605
  prompt?: string | null | undefined;
1606
+ dataset?: Record<string, unknown> | undefined;
1579
1607
  }) | ({
1580
1608
  id: string;
1581
1609
  label: string;
@@ -1622,7 +1650,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1622
1650
  required?: boolean | null | undefined;
1623
1651
  } | null | undefined;
1624
1652
  uiConfiguration?: {
1625
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1626
1654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1627
1655
  } | null | undefined;
1628
1656
  width?: number | null | undefined;
@@ -1632,6 +1660,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1632
1660
  formula?: string | null | undefined;
1633
1661
  context?: string[] | null | undefined;
1634
1662
  prompt?: string | null | undefined;
1663
+ dataset?: Record<string, unknown> | undefined;
1635
1664
  }) | ({
1636
1665
  type: "date";
1637
1666
  format?: string | null | undefined;
@@ -1661,7 +1690,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1661
1690
  required?: boolean | null | undefined;
1662
1691
  } | null | undefined;
1663
1692
  uiConfiguration?: {
1664
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1693
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1665
1694
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1666
1695
  } | null | undefined;
1667
1696
  width?: number | null | undefined;
@@ -1671,6 +1700,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1671
1700
  formula?: string | null | undefined;
1672
1701
  context?: string[] | null | undefined;
1673
1702
  prompt?: string | null | undefined;
1703
+ dataset?: Record<string, unknown> | undefined;
1674
1704
  }) | ({
1675
1705
  type: "number";
1676
1706
  format?: string | null | undefined;
@@ -1705,7 +1735,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1705
1735
  required?: boolean | null | undefined;
1706
1736
  } | null | undefined;
1707
1737
  uiConfiguration?: {
1708
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1738
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1709
1739
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1710
1740
  } | null | undefined;
1711
1741
  width?: number | null | undefined;
@@ -1715,6 +1745,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1715
1745
  formula?: string | null | undefined;
1716
1746
  context?: string[] | null | undefined;
1717
1747
  prompt?: string | null | undefined;
1748
+ dataset?: Record<string, unknown> | undefined;
1718
1749
  }) | ({
1719
1750
  options: {
1720
1751
  value: string;
@@ -1748,7 +1779,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1748
1779
  required?: boolean | null | undefined;
1749
1780
  } | null | undefined;
1750
1781
  uiConfiguration?: {
1751
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1782
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1752
1783
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1753
1784
  } | null | undefined;
1754
1785
  width?: number | null | undefined;
@@ -1758,6 +1789,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1758
1789
  formula?: string | null | undefined;
1759
1790
  context?: string[] | null | undefined;
1760
1791
  prompt?: string | null | undefined;
1792
+ dataset?: Record<string, unknown> | undefined;
1761
1793
  }) | ({
1762
1794
  id: string;
1763
1795
  label: string;
@@ -1874,13 +1906,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1874
1906
  required?: boolean | null | undefined;
1875
1907
  }>>>;
1876
1908
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1877
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1909
+ 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">]>>>;
1878
1910
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1879
1911
  }, "strip", z.ZodTypeAny, {
1880
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1912
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1881
1913
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1882
1914
  }, {
1883
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1915
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1884
1916
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1885
1917
  }>>>;
1886
1918
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1890,6 +1922,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1890
1922
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1891
1923
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1892
1924
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1925
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1893
1926
  }, "strip", z.ZodTypeAny, {
1894
1927
  suggest?: true | undefined;
1895
1928
  canExport?: boolean | null | undefined;
@@ -1908,7 +1941,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1908
1941
  required?: boolean | null | undefined;
1909
1942
  } | null | undefined;
1910
1943
  uiConfiguration?: {
1911
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1944
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1912
1945
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1913
1946
  } | null | undefined;
1914
1947
  width?: number | null | undefined;
@@ -1918,6 +1951,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1918
1951
  formula?: string | null | undefined;
1919
1952
  context?: string[] | null | undefined;
1920
1953
  prompt?: string | null | undefined;
1954
+ dataset?: Record<string, unknown> | undefined;
1921
1955
  }, {
1922
1956
  suggest?: true | undefined;
1923
1957
  canExport?: boolean | null | undefined;
@@ -1936,7 +1970,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1936
1970
  required?: boolean | null | undefined;
1937
1971
  } | null | undefined;
1938
1972
  uiConfiguration?: {
1939
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1973
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1940
1974
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1941
1975
  } | null | undefined;
1942
1976
  width?: number | null | undefined;
@@ -1946,6 +1980,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
1946
1980
  formula?: string | null | undefined;
1947
1981
  context?: string[] | null | undefined;
1948
1982
  prompt?: string | null | undefined;
1983
+ dataset?: Record<string, unknown> | undefined;
1949
1984
  }>>>, z.ZodIntersection<z.ZodObject<{
1950
1985
  type: z.ZodLiteral<"date">;
1951
1986
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2029,13 +2064,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2029
2064
  required?: boolean | null | undefined;
2030
2065
  }>>>;
2031
2066
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2032
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2067
+ 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">]>>>;
2033
2068
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2034
2069
  }, "strip", z.ZodTypeAny, {
2035
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2070
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2036
2071
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2037
2072
  }, {
2038
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2073
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2039
2074
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2040
2075
  }>>>;
2041
2076
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2045,6 +2080,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2045
2080
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2046
2081
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2047
2082
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2083
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2048
2084
  }, "strip", z.ZodTypeAny, {
2049
2085
  suggest?: true | undefined;
2050
2086
  canExport?: boolean | null | undefined;
@@ -2063,7 +2099,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2063
2099
  required?: boolean | null | undefined;
2064
2100
  } | null | undefined;
2065
2101
  uiConfiguration?: {
2066
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2102
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2067
2103
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2068
2104
  } | null | undefined;
2069
2105
  width?: number | null | undefined;
@@ -2073,6 +2109,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2073
2109
  formula?: string | null | undefined;
2074
2110
  context?: string[] | null | undefined;
2075
2111
  prompt?: string | null | undefined;
2112
+ dataset?: Record<string, unknown> | undefined;
2076
2113
  }, {
2077
2114
  suggest?: true | undefined;
2078
2115
  canExport?: boolean | null | undefined;
@@ -2091,7 +2128,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2091
2128
  required?: boolean | null | undefined;
2092
2129
  } | null | undefined;
2093
2130
  uiConfiguration?: {
2094
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2131
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2095
2132
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2096
2133
  } | null | undefined;
2097
2134
  width?: number | null | undefined;
@@ -2101,6 +2138,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2101
2138
  formula?: string | null | undefined;
2102
2139
  context?: string[] | null | undefined;
2103
2140
  prompt?: string | null | undefined;
2141
+ dataset?: Record<string, unknown> | undefined;
2104
2142
  }>>>, z.ZodIntersection<z.ZodObject<{
2105
2143
  type: z.ZodLiteral<"number">;
2106
2144
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2211,13 +2249,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2211
2249
  required?: boolean | null | undefined;
2212
2250
  }>>>;
2213
2251
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2214
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2252
+ 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">]>>>;
2215
2253
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2216
2254
  }, "strip", z.ZodTypeAny, {
2217
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2255
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2218
2256
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2219
2257
  }, {
2220
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2258
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2221
2259
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2222
2260
  }>>>;
2223
2261
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2227,6 +2265,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2227
2265
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2228
2266
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2229
2267
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2268
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2230
2269
  }, "strip", z.ZodTypeAny, {
2231
2270
  suggest?: true | undefined;
2232
2271
  canExport?: boolean | null | undefined;
@@ -2245,7 +2284,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2245
2284
  required?: boolean | null | undefined;
2246
2285
  } | null | undefined;
2247
2286
  uiConfiguration?: {
2248
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2287
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2249
2288
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2250
2289
  } | null | undefined;
2251
2290
  width?: number | null | undefined;
@@ -2255,6 +2294,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2255
2294
  formula?: string | null | undefined;
2256
2295
  context?: string[] | null | undefined;
2257
2296
  prompt?: string | null | undefined;
2297
+ dataset?: Record<string, unknown> | undefined;
2258
2298
  }, {
2259
2299
  suggest?: true | undefined;
2260
2300
  canExport?: boolean | null | undefined;
@@ -2273,7 +2313,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2273
2313
  required?: boolean | null | undefined;
2274
2314
  } | null | undefined;
2275
2315
  uiConfiguration?: {
2276
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2316
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2277
2317
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2278
2318
  } | null | undefined;
2279
2319
  width?: number | null | undefined;
@@ -2283,6 +2323,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2283
2323
  formula?: string | null | undefined;
2284
2324
  context?: string[] | null | undefined;
2285
2325
  prompt?: string | null | undefined;
2326
+ dataset?: Record<string, unknown> | undefined;
2286
2327
  }>>>, z.ZodIntersection<z.ZodObject<{
2287
2328
  type: z.ZodLiteral<"enum">;
2288
2329
  options: z.ZodArray<z.ZodObject<{
@@ -2384,13 +2425,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2384
2425
  required?: boolean | null | undefined;
2385
2426
  }>>>;
2386
2427
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2387
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2428
+ 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">]>>>;
2388
2429
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2389
2430
  }, "strip", z.ZodTypeAny, {
2390
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2431
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2391
2432
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2392
2433
  }, {
2393
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2434
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2394
2435
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2395
2436
  }>>>;
2396
2437
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2400,6 +2441,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2400
2441
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2401
2442
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2402
2443
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2444
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2403
2445
  }, "strip", z.ZodTypeAny, {
2404
2446
  suggest?: true | undefined;
2405
2447
  canExport?: boolean | null | undefined;
@@ -2418,7 +2460,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2418
2460
  required?: boolean | null | undefined;
2419
2461
  } | null | undefined;
2420
2462
  uiConfiguration?: {
2421
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2463
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2422
2464
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2423
2465
  } | null | undefined;
2424
2466
  width?: number | null | undefined;
@@ -2428,6 +2470,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2428
2470
  formula?: string | null | undefined;
2429
2471
  context?: string[] | null | undefined;
2430
2472
  prompt?: string | null | undefined;
2473
+ dataset?: Record<string, unknown> | undefined;
2431
2474
  }, {
2432
2475
  suggest?: true | undefined;
2433
2476
  canExport?: boolean | null | undefined;
@@ -2446,7 +2489,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2446
2489
  required?: boolean | null | undefined;
2447
2490
  } | null | undefined;
2448
2491
  uiConfiguration?: {
2449
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2492
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2450
2493
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2451
2494
  } | null | undefined;
2452
2495
  width?: number | null | undefined;
@@ -2456,6 +2499,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2456
2499
  formula?: string | null | undefined;
2457
2500
  context?: string[] | null | undefined;
2458
2501
  prompt?: string | null | undefined;
2502
+ dataset?: Record<string, unknown> | undefined;
2459
2503
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2460
2504
  id: z.ZodString;
2461
2505
  label: z.ZodString;
@@ -2528,7 +2572,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2528
2572
  required?: boolean | null | undefined;
2529
2573
  } | null | undefined;
2530
2574
  uiConfiguration?: {
2531
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2575
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2532
2576
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2533
2577
  } | null | undefined;
2534
2578
  width?: number | null | undefined;
@@ -2538,6 +2582,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2538
2582
  formula?: string | null | undefined;
2539
2583
  context?: string[] | null | undefined;
2540
2584
  prompt?: string | null | undefined;
2585
+ dataset?: Record<string, unknown> | undefined;
2541
2586
  }) | ({
2542
2587
  type: "date";
2543
2588
  format?: string | null | undefined;
@@ -2567,7 +2612,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2567
2612
  required?: boolean | null | undefined;
2568
2613
  } | null | undefined;
2569
2614
  uiConfiguration?: {
2570
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2615
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2571
2616
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2572
2617
  } | null | undefined;
2573
2618
  width?: number | null | undefined;
@@ -2577,6 +2622,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2577
2622
  formula?: string | null | undefined;
2578
2623
  context?: string[] | null | undefined;
2579
2624
  prompt?: string | null | undefined;
2625
+ dataset?: Record<string, unknown> | undefined;
2580
2626
  }) | ({
2581
2627
  type: "number";
2582
2628
  format?: string | null | undefined;
@@ -2611,7 +2657,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2611
2657
  required?: boolean | null | undefined;
2612
2658
  } | null | undefined;
2613
2659
  uiConfiguration?: {
2614
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2660
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2615
2661
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2616
2662
  } | null | undefined;
2617
2663
  width?: number | null | undefined;
@@ -2621,6 +2667,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2621
2667
  formula?: string | null | undefined;
2622
2668
  context?: string[] | null | undefined;
2623
2669
  prompt?: string | null | undefined;
2670
+ dataset?: Record<string, unknown> | undefined;
2624
2671
  }) | ({
2625
2672
  options: {
2626
2673
  value: string;
@@ -2654,7 +2701,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2654
2701
  required?: boolean | null | undefined;
2655
2702
  } | null | undefined;
2656
2703
  uiConfiguration?: {
2657
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2704
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2658
2705
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2659
2706
  } | null | undefined;
2660
2707
  width?: number | null | undefined;
@@ -2664,6 +2711,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2664
2711
  formula?: string | null | undefined;
2665
2712
  context?: string[] | null | undefined;
2666
2713
  prompt?: string | null | undefined;
2714
+ dataset?: Record<string, unknown> | undefined;
2667
2715
  }) | ({
2668
2716
  id: string;
2669
2717
  label: string;
@@ -2708,7 +2756,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2708
2756
  required?: boolean | null | undefined;
2709
2757
  } | null | undefined;
2710
2758
  uiConfiguration?: {
2711
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2759
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2712
2760
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2713
2761
  } | null | undefined;
2714
2762
  width?: number | null | undefined;
@@ -2718,6 +2766,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2718
2766
  formula?: string | null | undefined;
2719
2767
  context?: string[] | null | undefined;
2720
2768
  prompt?: string | null | undefined;
2769
+ dataset?: Record<string, unknown> | undefined;
2721
2770
  }) | ({
2722
2771
  type: "date";
2723
2772
  format?: string | null | undefined;
@@ -2747,7 +2796,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2747
2796
  required?: boolean | null | undefined;
2748
2797
  } | null | undefined;
2749
2798
  uiConfiguration?: {
2750
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2799
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2751
2800
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2752
2801
  } | null | undefined;
2753
2802
  width?: number | null | undefined;
@@ -2757,6 +2806,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2757
2806
  formula?: string | null | undefined;
2758
2807
  context?: string[] | null | undefined;
2759
2808
  prompt?: string | null | undefined;
2809
+ dataset?: Record<string, unknown> | undefined;
2760
2810
  }) | ({
2761
2811
  type: "number";
2762
2812
  format?: string | null | undefined;
@@ -2791,7 +2841,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2791
2841
  required?: boolean | null | undefined;
2792
2842
  } | null | undefined;
2793
2843
  uiConfiguration?: {
2794
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2844
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2795
2845
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2796
2846
  } | null | undefined;
2797
2847
  width?: number | null | undefined;
@@ -2801,6 +2851,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2801
2851
  formula?: string | null | undefined;
2802
2852
  context?: string[] | null | undefined;
2803
2853
  prompt?: string | null | undefined;
2854
+ dataset?: Record<string, unknown> | undefined;
2804
2855
  }) | ({
2805
2856
  options: {
2806
2857
  value: string;
@@ -2834,7 +2885,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2834
2885
  required?: boolean | null | undefined;
2835
2886
  } | null | undefined;
2836
2887
  uiConfiguration?: {
2837
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2888
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2838
2889
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2839
2890
  } | null | undefined;
2840
2891
  width?: number | null | undefined;
@@ -2844,6 +2895,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
2844
2895
  formula?: string | null | undefined;
2845
2896
  context?: string[] | null | undefined;
2846
2897
  prompt?: string | null | undefined;
2898
+ dataset?: Record<string, unknown> | undefined;
2847
2899
  }) | ({
2848
2900
  id: string;
2849
2901
  label: string;
@@ -3001,13 +3053,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3001
3053
  required?: boolean | null | undefined;
3002
3054
  }>>>;
3003
3055
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3004
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3056
+ 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">]>>>;
3005
3057
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3006
3058
  }, "strip", z.ZodTypeAny, {
3007
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3059
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3008
3060
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3009
3061
  }, {
3010
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3062
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3011
3063
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3012
3064
  }>>>;
3013
3065
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3017,6 +3069,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3017
3069
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3018
3070
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3019
3071
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3072
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3020
3073
  }, "strip", z.ZodTypeAny, {
3021
3074
  suggest?: true | undefined;
3022
3075
  canExport?: boolean | null | undefined;
@@ -3035,7 +3088,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3035
3088
  required?: boolean | null | undefined;
3036
3089
  } | null | undefined;
3037
3090
  uiConfiguration?: {
3038
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3091
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3039
3092
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3040
3093
  } | null | undefined;
3041
3094
  width?: number | null | undefined;
@@ -3045,6 +3098,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3045
3098
  formula?: string | null | undefined;
3046
3099
  context?: string[] | null | undefined;
3047
3100
  prompt?: string | null | undefined;
3101
+ dataset?: Record<string, unknown> | undefined;
3048
3102
  }, {
3049
3103
  suggest?: true | undefined;
3050
3104
  canExport?: boolean | null | undefined;
@@ -3063,7 +3117,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3063
3117
  required?: boolean | null | undefined;
3064
3118
  } | null | undefined;
3065
3119
  uiConfiguration?: {
3066
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3120
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3067
3121
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3068
3122
  } | null | undefined;
3069
3123
  width?: number | null | undefined;
@@ -3073,6 +3127,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3073
3127
  formula?: string | null | undefined;
3074
3128
  context?: string[] | null | undefined;
3075
3129
  prompt?: string | null | undefined;
3130
+ dataset?: Record<string, unknown> | undefined;
3076
3131
  }>>>, z.ZodIntersection<z.ZodObject<{
3077
3132
  type: z.ZodLiteral<"date">;
3078
3133
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3156,13 +3211,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3156
3211
  required?: boolean | null | undefined;
3157
3212
  }>>>;
3158
3213
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3159
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3214
+ 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">]>>>;
3160
3215
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3161
3216
  }, "strip", z.ZodTypeAny, {
3162
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3217
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3163
3218
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3164
3219
  }, {
3165
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3220
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3166
3221
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3167
3222
  }>>>;
3168
3223
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3172,6 +3227,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3172
3227
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3173
3228
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3174
3229
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3230
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3175
3231
  }, "strip", z.ZodTypeAny, {
3176
3232
  suggest?: true | undefined;
3177
3233
  canExport?: boolean | null | undefined;
@@ -3190,7 +3246,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3190
3246
  required?: boolean | null | undefined;
3191
3247
  } | null | undefined;
3192
3248
  uiConfiguration?: {
3193
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3249
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3194
3250
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3195
3251
  } | null | undefined;
3196
3252
  width?: number | null | undefined;
@@ -3200,6 +3256,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3200
3256
  formula?: string | null | undefined;
3201
3257
  context?: string[] | null | undefined;
3202
3258
  prompt?: string | null | undefined;
3259
+ dataset?: Record<string, unknown> | undefined;
3203
3260
  }, {
3204
3261
  suggest?: true | undefined;
3205
3262
  canExport?: boolean | null | undefined;
@@ -3218,7 +3275,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3218
3275
  required?: boolean | null | undefined;
3219
3276
  } | null | undefined;
3220
3277
  uiConfiguration?: {
3221
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3278
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3222
3279
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3223
3280
  } | null | undefined;
3224
3281
  width?: number | null | undefined;
@@ -3228,6 +3285,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3228
3285
  formula?: string | null | undefined;
3229
3286
  context?: string[] | null | undefined;
3230
3287
  prompt?: string | null | undefined;
3288
+ dataset?: Record<string, unknown> | undefined;
3231
3289
  }>>>, z.ZodIntersection<z.ZodObject<{
3232
3290
  type: z.ZodLiteral<"number">;
3233
3291
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3338,13 +3396,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3338
3396
  required?: boolean | null | undefined;
3339
3397
  }>>>;
3340
3398
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3341
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3399
+ 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">]>>>;
3342
3400
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3343
3401
  }, "strip", z.ZodTypeAny, {
3344
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3402
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3345
3403
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3346
3404
  }, {
3347
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3405
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3348
3406
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3349
3407
  }>>>;
3350
3408
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3354,6 +3412,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3354
3412
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3355
3413
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3356
3414
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3415
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3357
3416
  }, "strip", z.ZodTypeAny, {
3358
3417
  suggest?: true | undefined;
3359
3418
  canExport?: boolean | null | undefined;
@@ -3372,7 +3431,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3372
3431
  required?: boolean | null | undefined;
3373
3432
  } | null | undefined;
3374
3433
  uiConfiguration?: {
3375
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3434
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3376
3435
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3377
3436
  } | null | undefined;
3378
3437
  width?: number | null | undefined;
@@ -3382,6 +3441,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3382
3441
  formula?: string | null | undefined;
3383
3442
  context?: string[] | null | undefined;
3384
3443
  prompt?: string | null | undefined;
3444
+ dataset?: Record<string, unknown> | undefined;
3385
3445
  }, {
3386
3446
  suggest?: true | undefined;
3387
3447
  canExport?: boolean | null | undefined;
@@ -3400,7 +3460,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3400
3460
  required?: boolean | null | undefined;
3401
3461
  } | null | undefined;
3402
3462
  uiConfiguration?: {
3403
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3463
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3404
3464
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3405
3465
  } | null | undefined;
3406
3466
  width?: number | null | undefined;
@@ -3410,6 +3470,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3410
3470
  formula?: string | null | undefined;
3411
3471
  context?: string[] | null | undefined;
3412
3472
  prompt?: string | null | undefined;
3473
+ dataset?: Record<string, unknown> | undefined;
3413
3474
  }>>>, z.ZodIntersection<z.ZodObject<{
3414
3475
  type: z.ZodLiteral<"enum">;
3415
3476
  options: z.ZodArray<z.ZodObject<{
@@ -3511,13 +3572,13 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3511
3572
  required?: boolean | null | undefined;
3512
3573
  }>>>;
3513
3574
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3514
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3575
+ 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">]>>>;
3515
3576
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3516
3577
  }, "strip", z.ZodTypeAny, {
3517
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3578
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3518
3579
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3519
3580
  }, {
3520
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3581
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3521
3582
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3522
3583
  }>>>;
3523
3584
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3527,6 +3588,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3527
3588
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3528
3589
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3529
3590
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3591
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3530
3592
  }, "strip", z.ZodTypeAny, {
3531
3593
  suggest?: true | undefined;
3532
3594
  canExport?: boolean | null | undefined;
@@ -3545,7 +3607,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3545
3607
  required?: boolean | null | undefined;
3546
3608
  } | null | undefined;
3547
3609
  uiConfiguration?: {
3548
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3610
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3549
3611
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3550
3612
  } | null | undefined;
3551
3613
  width?: number | null | undefined;
@@ -3555,6 +3617,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3555
3617
  formula?: string | null | undefined;
3556
3618
  context?: string[] | null | undefined;
3557
3619
  prompt?: string | null | undefined;
3620
+ dataset?: Record<string, unknown> | undefined;
3558
3621
  }, {
3559
3622
  suggest?: true | undefined;
3560
3623
  canExport?: boolean | null | undefined;
@@ -3573,7 +3636,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3573
3636
  required?: boolean | null | undefined;
3574
3637
  } | null | undefined;
3575
3638
  uiConfiguration?: {
3576
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3639
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3577
3640
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3578
3641
  } | null | undefined;
3579
3642
  width?: number | null | undefined;
@@ -3583,6 +3646,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3583
3646
  formula?: string | null | undefined;
3584
3647
  context?: string[] | null | undefined;
3585
3648
  prompt?: string | null | undefined;
3649
+ dataset?: Record<string, unknown> | undefined;
3586
3650
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3587
3651
  id: z.ZodString;
3588
3652
  label: z.ZodString;
@@ -3656,7 +3720,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3656
3720
  required?: boolean | null | undefined;
3657
3721
  } | null | undefined;
3658
3722
  uiConfiguration?: {
3659
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3723
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3660
3724
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3661
3725
  } | null | undefined;
3662
3726
  width?: number | null | undefined;
@@ -3666,6 +3730,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3666
3730
  formula?: string | null | undefined;
3667
3731
  context?: string[] | null | undefined;
3668
3732
  prompt?: string | null | undefined;
3733
+ dataset?: Record<string, unknown> | undefined;
3669
3734
  }) | ({
3670
3735
  type: "date";
3671
3736
  format?: string | null | undefined;
@@ -3695,7 +3760,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3695
3760
  required?: boolean | null | undefined;
3696
3761
  } | null | undefined;
3697
3762
  uiConfiguration?: {
3698
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3763
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3699
3764
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3700
3765
  } | null | undefined;
3701
3766
  width?: number | null | undefined;
@@ -3705,6 +3770,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3705
3770
  formula?: string | null | undefined;
3706
3771
  context?: string[] | null | undefined;
3707
3772
  prompt?: string | null | undefined;
3773
+ dataset?: Record<string, unknown> | undefined;
3708
3774
  }) | ({
3709
3775
  type: "number";
3710
3776
  format?: string | null | undefined;
@@ -3739,7 +3805,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3739
3805
  required?: boolean | null | undefined;
3740
3806
  } | null | undefined;
3741
3807
  uiConfiguration?: {
3742
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3808
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3743
3809
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3744
3810
  } | null | undefined;
3745
3811
  width?: number | null | undefined;
@@ -3749,6 +3815,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3749
3815
  formula?: string | null | undefined;
3750
3816
  context?: string[] | null | undefined;
3751
3817
  prompt?: string | null | undefined;
3818
+ dataset?: Record<string, unknown> | undefined;
3752
3819
  }) | ({
3753
3820
  options: {
3754
3821
  value: string;
@@ -3782,7 +3849,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3782
3849
  required?: boolean | null | undefined;
3783
3850
  } | null | undefined;
3784
3851
  uiConfiguration?: {
3785
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3852
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3786
3853
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3787
3854
  } | null | undefined;
3788
3855
  width?: number | null | undefined;
@@ -3792,6 +3859,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3792
3859
  formula?: string | null | undefined;
3793
3860
  context?: string[] | null | undefined;
3794
3861
  prompt?: string | null | undefined;
3862
+ dataset?: Record<string, unknown> | undefined;
3795
3863
  }) | ({
3796
3864
  id: string;
3797
3865
  label: string;
@@ -3838,7 +3906,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3838
3906
  required?: boolean | null | undefined;
3839
3907
  } | null | undefined;
3840
3908
  uiConfiguration?: {
3841
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3909
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3842
3910
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3843
3911
  } | null | undefined;
3844
3912
  width?: number | null | undefined;
@@ -3848,6 +3916,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3848
3916
  formula?: string | null | undefined;
3849
3917
  context?: string[] | null | undefined;
3850
3918
  prompt?: string | null | undefined;
3919
+ dataset?: Record<string, unknown> | undefined;
3851
3920
  }) | ({
3852
3921
  type: "date";
3853
3922
  format?: string | null | undefined;
@@ -3877,7 +3946,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3877
3946
  required?: boolean | null | undefined;
3878
3947
  } | null | undefined;
3879
3948
  uiConfiguration?: {
3880
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3949
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3881
3950
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3882
3951
  } | null | undefined;
3883
3952
  width?: number | null | undefined;
@@ -3887,6 +3956,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3887
3956
  formula?: string | null | undefined;
3888
3957
  context?: string[] | null | undefined;
3889
3958
  prompt?: string | null | undefined;
3959
+ dataset?: Record<string, unknown> | undefined;
3890
3960
  }) | ({
3891
3961
  type: "number";
3892
3962
  format?: string | null | undefined;
@@ -3921,7 +3991,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3921
3991
  required?: boolean | null | undefined;
3922
3992
  } | null | undefined;
3923
3993
  uiConfiguration?: {
3924
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3994
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3925
3995
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3926
3996
  } | null | undefined;
3927
3997
  width?: number | null | undefined;
@@ -3931,6 +4001,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3931
4001
  formula?: string | null | undefined;
3932
4002
  context?: string[] | null | undefined;
3933
4003
  prompt?: string | null | undefined;
4004
+ dataset?: Record<string, unknown> | undefined;
3934
4005
  }) | ({
3935
4006
  options: {
3936
4007
  value: string;
@@ -3964,7 +4035,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3964
4035
  required?: boolean | null | undefined;
3965
4036
  } | null | undefined;
3966
4037
  uiConfiguration?: {
3967
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4038
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3968
4039
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3969
4040
  } | null | undefined;
3970
4041
  width?: number | null | undefined;
@@ -3974,6 +4045,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
3974
4045
  formula?: string | null | undefined;
3975
4046
  context?: string[] | null | undefined;
3976
4047
  prompt?: string | null | undefined;
4048
+ dataset?: Record<string, unknown> | undefined;
3977
4049
  }) | ({
3978
4050
  id: string;
3979
4051
  label: string;
@@ -4040,7 +4112,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4040
4112
  required?: boolean | null | undefined;
4041
4113
  } | null | undefined;
4042
4114
  uiConfiguration?: {
4043
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4115
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4044
4116
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4045
4117
  } | null | undefined;
4046
4118
  width?: number | null | undefined;
@@ -4050,6 +4122,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4050
4122
  formula?: string | null | undefined;
4051
4123
  context?: string[] | null | undefined;
4052
4124
  prompt?: string | null | undefined;
4125
+ dataset?: Record<string, unknown> | undefined;
4053
4126
  }) | ({
4054
4127
  type: "date";
4055
4128
  format?: string | null | undefined;
@@ -4079,7 +4152,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4079
4152
  required?: boolean | null | undefined;
4080
4153
  } | null | undefined;
4081
4154
  uiConfiguration?: {
4082
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4155
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4083
4156
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4084
4157
  } | null | undefined;
4085
4158
  width?: number | null | undefined;
@@ -4089,6 +4162,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4089
4162
  formula?: string | null | undefined;
4090
4163
  context?: string[] | null | undefined;
4091
4164
  prompt?: string | null | undefined;
4165
+ dataset?: Record<string, unknown> | undefined;
4092
4166
  }) | ({
4093
4167
  type: "number";
4094
4168
  format?: string | null | undefined;
@@ -4123,7 +4197,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4123
4197
  required?: boolean | null | undefined;
4124
4198
  } | null | undefined;
4125
4199
  uiConfiguration?: {
4126
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4200
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4127
4201
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4128
4202
  } | null | undefined;
4129
4203
  width?: number | null | undefined;
@@ -4133,6 +4207,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4133
4207
  formula?: string | null | undefined;
4134
4208
  context?: string[] | null | undefined;
4135
4209
  prompt?: string | null | undefined;
4210
+ dataset?: Record<string, unknown> | undefined;
4136
4211
  }) | ({
4137
4212
  options: {
4138
4213
  value: string;
@@ -4166,7 +4241,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4166
4241
  required?: boolean | null | undefined;
4167
4242
  } | null | undefined;
4168
4243
  uiConfiguration?: {
4169
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4244
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4170
4245
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4171
4246
  } | null | undefined;
4172
4247
  width?: number | null | undefined;
@@ -4176,6 +4251,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4176
4251
  formula?: string | null | undefined;
4177
4252
  context?: string[] | null | undefined;
4178
4253
  prompt?: string | null | undefined;
4254
+ dataset?: Record<string, unknown> | undefined;
4179
4255
  }) | ({
4180
4256
  id: string;
4181
4257
  label: string;
@@ -4230,7 +4306,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4230
4306
  required?: boolean | null | undefined;
4231
4307
  } | null | undefined;
4232
4308
  uiConfiguration?: {
4233
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4309
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4234
4310
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4235
4311
  } | null | undefined;
4236
4312
  width?: number | null | undefined;
@@ -4240,6 +4316,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4240
4316
  formula?: string | null | undefined;
4241
4317
  context?: string[] | null | undefined;
4242
4318
  prompt?: string | null | undefined;
4319
+ dataset?: Record<string, unknown> | undefined;
4243
4320
  }) | ({
4244
4321
  type: "date";
4245
4322
  format?: string | null | undefined;
@@ -4269,7 +4346,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4269
4346
  required?: boolean | null | undefined;
4270
4347
  } | null | undefined;
4271
4348
  uiConfiguration?: {
4272
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4349
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4273
4350
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4274
4351
  } | null | undefined;
4275
4352
  width?: number | null | undefined;
@@ -4279,6 +4356,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4279
4356
  formula?: string | null | undefined;
4280
4357
  context?: string[] | null | undefined;
4281
4358
  prompt?: string | null | undefined;
4359
+ dataset?: Record<string, unknown> | undefined;
4282
4360
  }) | ({
4283
4361
  type: "number";
4284
4362
  format?: string | null | undefined;
@@ -4313,7 +4391,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4313
4391
  required?: boolean | null | undefined;
4314
4392
  } | null | undefined;
4315
4393
  uiConfiguration?: {
4316
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4394
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4317
4395
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4318
4396
  } | null | undefined;
4319
4397
  width?: number | null | undefined;
@@ -4323,6 +4401,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4323
4401
  formula?: string | null | undefined;
4324
4402
  context?: string[] | null | undefined;
4325
4403
  prompt?: string | null | undefined;
4404
+ dataset?: Record<string, unknown> | undefined;
4326
4405
  }) | ({
4327
4406
  options: {
4328
4407
  value: string;
@@ -4356,7 +4435,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4356
4435
  required?: boolean | null | undefined;
4357
4436
  } | null | undefined;
4358
4437
  uiConfiguration?: {
4359
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4438
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4360
4439
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4361
4440
  } | null | undefined;
4362
4441
  width?: number | null | undefined;
@@ -4366,6 +4445,7 @@ export declare const schemaItemSchema: z.ZodUnion<[z.ZodUnion<[z.ZodIntersection
4366
4445
  formula?: string | null | undefined;
4367
4446
  context?: string[] | null | undefined;
4368
4447
  prompt?: string | null | undefined;
4448
+ dataset?: Record<string, unknown> | undefined;
4369
4449
  }) | ({
4370
4450
  id: string;
4371
4451
  label: string;