@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
@@ -128,13 +128,13 @@ export declare const list: (query?: SchemaListQuery) => {
128
128
  required?: boolean | null | undefined;
129
129
  }>>>;
130
130
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
131
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
131
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
132
132
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
133
133
  }, "strip", import("zod").ZodTypeAny, {
134
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
134
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
135
135
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
136
136
  }, {
137
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
138
138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
139
139
  }>>>;
140
140
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -144,6 +144,7 @@ export declare const list: (query?: SchemaListQuery) => {
144
144
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
145
145
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
146
146
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
147
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
147
148
  }, "strip", import("zod").ZodTypeAny, {
148
149
  suggest?: true | undefined;
149
150
  canExport?: boolean | null | undefined;
@@ -162,7 +163,7 @@ export declare const list: (query?: SchemaListQuery) => {
162
163
  required?: boolean | null | undefined;
163
164
  } | null | undefined;
164
165
  uiConfiguration?: {
165
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
166
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
166
167
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
167
168
  } | null | undefined;
168
169
  width?: number | null | undefined;
@@ -172,6 +173,7 @@ export declare const list: (query?: SchemaListQuery) => {
172
173
  formula?: string | null | undefined;
173
174
  context?: string[] | null | undefined;
174
175
  prompt?: string | null | undefined;
176
+ dataset?: Record<string, unknown> | undefined;
175
177
  }, {
176
178
  suggest?: true | undefined;
177
179
  canExport?: boolean | null | undefined;
@@ -190,7 +192,7 @@ export declare const list: (query?: SchemaListQuery) => {
190
192
  required?: boolean | null | undefined;
191
193
  } | null | undefined;
192
194
  uiConfiguration?: {
193
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
195
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
194
196
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
195
197
  } | null | undefined;
196
198
  width?: number | null | undefined;
@@ -200,6 +202,7 @@ export declare const list: (query?: SchemaListQuery) => {
200
202
  formula?: string | null | undefined;
201
203
  context?: string[] | null | undefined;
202
204
  prompt?: string | null | undefined;
205
+ dataset?: Record<string, unknown> | undefined;
203
206
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
204
207
  type: import("zod").ZodLiteral<"date">;
205
208
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -283,13 +286,13 @@ export declare const list: (query?: SchemaListQuery) => {
283
286
  required?: boolean | null | undefined;
284
287
  }>>>;
285
288
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
286
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
289
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
287
290
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
288
291
  }, "strip", import("zod").ZodTypeAny, {
289
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
292
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
290
293
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
291
294
  }, {
292
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
295
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
293
296
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
294
297
  }>>>;
295
298
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -299,6 +302,7 @@ export declare const list: (query?: SchemaListQuery) => {
299
302
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
300
303
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
301
304
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
305
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
302
306
  }, "strip", import("zod").ZodTypeAny, {
303
307
  suggest?: true | undefined;
304
308
  canExport?: boolean | null | undefined;
@@ -317,7 +321,7 @@ export declare const list: (query?: SchemaListQuery) => {
317
321
  required?: boolean | null | undefined;
318
322
  } | null | undefined;
319
323
  uiConfiguration?: {
320
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
324
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
321
325
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
322
326
  } | null | undefined;
323
327
  width?: number | null | undefined;
@@ -327,6 +331,7 @@ export declare const list: (query?: SchemaListQuery) => {
327
331
  formula?: string | null | undefined;
328
332
  context?: string[] | null | undefined;
329
333
  prompt?: string | null | undefined;
334
+ dataset?: Record<string, unknown> | undefined;
330
335
  }, {
331
336
  suggest?: true | undefined;
332
337
  canExport?: boolean | null | undefined;
@@ -345,7 +350,7 @@ export declare const list: (query?: SchemaListQuery) => {
345
350
  required?: boolean | null | undefined;
346
351
  } | null | undefined;
347
352
  uiConfiguration?: {
348
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
353
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
349
354
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
350
355
  } | null | undefined;
351
356
  width?: number | null | undefined;
@@ -355,6 +360,7 @@ export declare const list: (query?: SchemaListQuery) => {
355
360
  formula?: string | null | undefined;
356
361
  context?: string[] | null | undefined;
357
362
  prompt?: string | null | undefined;
363
+ dataset?: Record<string, unknown> | undefined;
358
364
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
359
365
  type: import("zod").ZodLiteral<"number">;
360
366
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -465,13 +471,13 @@ export declare const list: (query?: SchemaListQuery) => {
465
471
  required?: boolean | null | undefined;
466
472
  }>>>;
467
473
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
468
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
474
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
469
475
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
470
476
  }, "strip", import("zod").ZodTypeAny, {
471
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
477
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
472
478
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
473
479
  }, {
474
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
475
481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
476
482
  }>>>;
477
483
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -481,6 +487,7 @@ export declare const list: (query?: SchemaListQuery) => {
481
487
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
482
488
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
483
489
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
490
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
484
491
  }, "strip", import("zod").ZodTypeAny, {
485
492
  suggest?: true | undefined;
486
493
  canExport?: boolean | null | undefined;
@@ -499,7 +506,7 @@ export declare const list: (query?: SchemaListQuery) => {
499
506
  required?: boolean | null | undefined;
500
507
  } | null | undefined;
501
508
  uiConfiguration?: {
502
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
509
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
503
510
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
504
511
  } | null | undefined;
505
512
  width?: number | null | undefined;
@@ -509,6 +516,7 @@ export declare const list: (query?: SchemaListQuery) => {
509
516
  formula?: string | null | undefined;
510
517
  context?: string[] | null | undefined;
511
518
  prompt?: string | null | undefined;
519
+ dataset?: Record<string, unknown> | undefined;
512
520
  }, {
513
521
  suggest?: true | undefined;
514
522
  canExport?: boolean | null | undefined;
@@ -527,7 +535,7 @@ export declare const list: (query?: SchemaListQuery) => {
527
535
  required?: boolean | null | undefined;
528
536
  } | null | undefined;
529
537
  uiConfiguration?: {
530
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
538
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
531
539
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
532
540
  } | null | undefined;
533
541
  width?: number | null | undefined;
@@ -537,6 +545,7 @@ export declare const list: (query?: SchemaListQuery) => {
537
545
  formula?: string | null | undefined;
538
546
  context?: string[] | null | undefined;
539
547
  prompt?: string | null | undefined;
548
+ dataset?: Record<string, unknown> | undefined;
540
549
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
541
550
  type: import("zod").ZodLiteral<"enum">;
542
551
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -638,13 +647,13 @@ export declare const list: (query?: SchemaListQuery) => {
638
647
  required?: boolean | null | undefined;
639
648
  }>>>;
640
649
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
641
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
650
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
642
651
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
643
652
  }, "strip", import("zod").ZodTypeAny, {
644
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
645
654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
646
655
  }, {
647
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
656
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
648
657
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
649
658
  }>>>;
650
659
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -654,6 +663,7 @@ export declare const list: (query?: SchemaListQuery) => {
654
663
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
655
664
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
656
665
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
666
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
657
667
  }, "strip", import("zod").ZodTypeAny, {
658
668
  suggest?: true | undefined;
659
669
  canExport?: boolean | null | undefined;
@@ -672,7 +682,7 @@ export declare const list: (query?: SchemaListQuery) => {
672
682
  required?: boolean | null | undefined;
673
683
  } | null | undefined;
674
684
  uiConfiguration?: {
675
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
685
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
676
686
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
677
687
  } | null | undefined;
678
688
  width?: number | null | undefined;
@@ -682,6 +692,7 @@ export declare const list: (query?: SchemaListQuery) => {
682
692
  formula?: string | null | undefined;
683
693
  context?: string[] | null | undefined;
684
694
  prompt?: string | null | undefined;
695
+ dataset?: Record<string, unknown> | undefined;
685
696
  }, {
686
697
  suggest?: true | undefined;
687
698
  canExport?: boolean | null | undefined;
@@ -700,7 +711,7 @@ export declare const list: (query?: SchemaListQuery) => {
700
711
  required?: boolean | null | undefined;
701
712
  } | null | undefined;
702
713
  uiConfiguration?: {
703
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
704
715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
705
716
  } | null | undefined;
706
717
  width?: number | null | undefined;
@@ -710,6 +721,7 @@ export declare const list: (query?: SchemaListQuery) => {
710
721
  formula?: string | null | undefined;
711
722
  context?: string[] | null | undefined;
712
723
  prompt?: string | null | undefined;
724
+ dataset?: Record<string, unknown> | undefined;
713
725
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
714
726
  id: import("zod").ZodString;
715
727
  label: import("zod").ZodString;
@@ -834,13 +846,13 @@ export declare const list: (query?: SchemaListQuery) => {
834
846
  required?: boolean | null | undefined;
835
847
  }>>>;
836
848
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
837
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
849
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
838
850
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
839
851
  }, "strip", import("zod").ZodTypeAny, {
840
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
852
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
841
853
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
842
854
  }, {
843
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
855
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
844
856
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
845
857
  }>>>;
846
858
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -850,6 +862,7 @@ export declare const list: (query?: SchemaListQuery) => {
850
862
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
851
863
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
852
864
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
865
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
853
866
  }, "strip", import("zod").ZodTypeAny, {
854
867
  suggest?: true | undefined;
855
868
  canExport?: boolean | null | undefined;
@@ -868,7 +881,7 @@ export declare const list: (query?: SchemaListQuery) => {
868
881
  required?: boolean | null | undefined;
869
882
  } | null | undefined;
870
883
  uiConfiguration?: {
871
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
884
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
872
885
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
873
886
  } | null | undefined;
874
887
  width?: number | null | undefined;
@@ -878,6 +891,7 @@ export declare const list: (query?: SchemaListQuery) => {
878
891
  formula?: string | null | undefined;
879
892
  context?: string[] | null | undefined;
880
893
  prompt?: string | null | undefined;
894
+ dataset?: Record<string, unknown> | undefined;
881
895
  }, {
882
896
  suggest?: true | undefined;
883
897
  canExport?: boolean | null | undefined;
@@ -896,7 +910,7 @@ export declare const list: (query?: SchemaListQuery) => {
896
910
  required?: boolean | null | undefined;
897
911
  } | null | undefined;
898
912
  uiConfiguration?: {
899
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
913
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
900
914
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
901
915
  } | null | undefined;
902
916
  width?: number | null | undefined;
@@ -906,6 +920,7 @@ export declare const list: (query?: SchemaListQuery) => {
906
920
  formula?: string | null | undefined;
907
921
  context?: string[] | null | undefined;
908
922
  prompt?: string | null | undefined;
923
+ dataset?: Record<string, unknown> | undefined;
909
924
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
910
925
  type: import("zod").ZodLiteral<"date">;
911
926
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -989,13 +1004,13 @@ export declare const list: (query?: SchemaListQuery) => {
989
1004
  required?: boolean | null | undefined;
990
1005
  }>>>;
991
1006
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
992
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1007
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
993
1008
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
994
1009
  }, "strip", import("zod").ZodTypeAny, {
995
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1010
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
996
1011
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
997
1012
  }, {
998
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1013
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
999
1014
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1000
1015
  }>>>;
1001
1016
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1005,6 +1020,7 @@ export declare const list: (query?: SchemaListQuery) => {
1005
1020
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1006
1021
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1007
1022
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1023
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1008
1024
  }, "strip", import("zod").ZodTypeAny, {
1009
1025
  suggest?: true | undefined;
1010
1026
  canExport?: boolean | null | undefined;
@@ -1023,7 +1039,7 @@ export declare const list: (query?: SchemaListQuery) => {
1023
1039
  required?: boolean | null | undefined;
1024
1040
  } | null | undefined;
1025
1041
  uiConfiguration?: {
1026
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1042
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1027
1043
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1028
1044
  } | null | undefined;
1029
1045
  width?: number | null | undefined;
@@ -1033,6 +1049,7 @@ export declare const list: (query?: SchemaListQuery) => {
1033
1049
  formula?: string | null | undefined;
1034
1050
  context?: string[] | null | undefined;
1035
1051
  prompt?: string | null | undefined;
1052
+ dataset?: Record<string, unknown> | undefined;
1036
1053
  }, {
1037
1054
  suggest?: true | undefined;
1038
1055
  canExport?: boolean | null | undefined;
@@ -1051,7 +1068,7 @@ export declare const list: (query?: SchemaListQuery) => {
1051
1068
  required?: boolean | null | undefined;
1052
1069
  } | null | undefined;
1053
1070
  uiConfiguration?: {
1054
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1071
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1055
1072
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1056
1073
  } | null | undefined;
1057
1074
  width?: number | null | undefined;
@@ -1061,6 +1078,7 @@ export declare const list: (query?: SchemaListQuery) => {
1061
1078
  formula?: string | null | undefined;
1062
1079
  context?: string[] | null | undefined;
1063
1080
  prompt?: string | null | undefined;
1081
+ dataset?: Record<string, unknown> | undefined;
1064
1082
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1065
1083
  type: import("zod").ZodLiteral<"number">;
1066
1084
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1171,13 +1189,13 @@ export declare const list: (query?: SchemaListQuery) => {
1171
1189
  required?: boolean | null | undefined;
1172
1190
  }>>>;
1173
1191
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1174
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1192
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1175
1193
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1176
1194
  }, "strip", import("zod").ZodTypeAny, {
1177
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1195
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1178
1196
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1179
1197
  }, {
1180
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1198
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1181
1199
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1182
1200
  }>>>;
1183
1201
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1187,6 +1205,7 @@ export declare const list: (query?: SchemaListQuery) => {
1187
1205
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1188
1206
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1189
1207
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1208
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1190
1209
  }, "strip", import("zod").ZodTypeAny, {
1191
1210
  suggest?: true | undefined;
1192
1211
  canExport?: boolean | null | undefined;
@@ -1205,7 +1224,7 @@ export declare const list: (query?: SchemaListQuery) => {
1205
1224
  required?: boolean | null | undefined;
1206
1225
  } | null | undefined;
1207
1226
  uiConfiguration?: {
1208
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1227
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1209
1228
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1210
1229
  } | null | undefined;
1211
1230
  width?: number | null | undefined;
@@ -1215,6 +1234,7 @@ export declare const list: (query?: SchemaListQuery) => {
1215
1234
  formula?: string | null | undefined;
1216
1235
  context?: string[] | null | undefined;
1217
1236
  prompt?: string | null | undefined;
1237
+ dataset?: Record<string, unknown> | undefined;
1218
1238
  }, {
1219
1239
  suggest?: true | undefined;
1220
1240
  canExport?: boolean | null | undefined;
@@ -1233,7 +1253,7 @@ export declare const list: (query?: SchemaListQuery) => {
1233
1253
  required?: boolean | null | undefined;
1234
1254
  } | null | undefined;
1235
1255
  uiConfiguration?: {
1236
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1256
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1237
1257
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1238
1258
  } | null | undefined;
1239
1259
  width?: number | null | undefined;
@@ -1243,6 +1263,7 @@ export declare const list: (query?: SchemaListQuery) => {
1243
1263
  formula?: string | null | undefined;
1244
1264
  context?: string[] | null | undefined;
1245
1265
  prompt?: string | null | undefined;
1266
+ dataset?: Record<string, unknown> | undefined;
1246
1267
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1247
1268
  type: import("zod").ZodLiteral<"enum">;
1248
1269
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -1344,13 +1365,13 @@ export declare const list: (query?: SchemaListQuery) => {
1344
1365
  required?: boolean | null | undefined;
1345
1366
  }>>>;
1346
1367
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1347
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1368
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1348
1369
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1349
1370
  }, "strip", import("zod").ZodTypeAny, {
1350
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1371
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1351
1372
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1352
1373
  }, {
1353
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1374
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1354
1375
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1355
1376
  }>>>;
1356
1377
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1360,6 +1381,7 @@ export declare const list: (query?: SchemaListQuery) => {
1360
1381
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1361
1382
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1362
1383
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1384
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1363
1385
  }, "strip", import("zod").ZodTypeAny, {
1364
1386
  suggest?: true | undefined;
1365
1387
  canExport?: boolean | null | undefined;
@@ -1378,7 +1400,7 @@ export declare const list: (query?: SchemaListQuery) => {
1378
1400
  required?: boolean | null | undefined;
1379
1401
  } | null | undefined;
1380
1402
  uiConfiguration?: {
1381
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1403
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1382
1404
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1383
1405
  } | null | undefined;
1384
1406
  width?: number | null | undefined;
@@ -1388,6 +1410,7 @@ export declare const list: (query?: SchemaListQuery) => {
1388
1410
  formula?: string | null | undefined;
1389
1411
  context?: string[] | null | undefined;
1390
1412
  prompt?: string | null | undefined;
1413
+ dataset?: Record<string, unknown> | undefined;
1391
1414
  }, {
1392
1415
  suggest?: true | undefined;
1393
1416
  canExport?: boolean | null | undefined;
@@ -1406,7 +1429,7 @@ export declare const list: (query?: SchemaListQuery) => {
1406
1429
  required?: boolean | null | undefined;
1407
1430
  } | null | undefined;
1408
1431
  uiConfiguration?: {
1409
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1432
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1410
1433
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1411
1434
  } | null | undefined;
1412
1435
  width?: number | null | undefined;
@@ -1416,6 +1439,7 @@ export declare const list: (query?: SchemaListQuery) => {
1416
1439
  formula?: string | null | undefined;
1417
1440
  context?: string[] | null | undefined;
1418
1441
  prompt?: string | null | undefined;
1442
+ dataset?: Record<string, unknown> | undefined;
1419
1443
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1420
1444
  id: import("zod").ZodString;
1421
1445
  label: import("zod").ZodString;
@@ -1489,7 +1513,7 @@ export declare const list: (query?: SchemaListQuery) => {
1489
1513
  required?: boolean | null | undefined;
1490
1514
  } | null | undefined;
1491
1515
  uiConfiguration?: {
1492
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1516
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1493
1517
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1494
1518
  } | null | undefined;
1495
1519
  width?: number | null | undefined;
@@ -1499,6 +1523,7 @@ export declare const list: (query?: SchemaListQuery) => {
1499
1523
  formula?: string | null | undefined;
1500
1524
  context?: string[] | null | undefined;
1501
1525
  prompt?: string | null | undefined;
1526
+ dataset?: Record<string, unknown> | undefined;
1502
1527
  }) | ({
1503
1528
  type: "date";
1504
1529
  format?: string | null | undefined;
@@ -1528,7 +1553,7 @@ export declare const list: (query?: SchemaListQuery) => {
1528
1553
  required?: boolean | null | undefined;
1529
1554
  } | null | undefined;
1530
1555
  uiConfiguration?: {
1531
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1556
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1532
1557
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1533
1558
  } | null | undefined;
1534
1559
  width?: number | null | undefined;
@@ -1538,6 +1563,7 @@ export declare const list: (query?: SchemaListQuery) => {
1538
1563
  formula?: string | null | undefined;
1539
1564
  context?: string[] | null | undefined;
1540
1565
  prompt?: string | null | undefined;
1566
+ dataset?: Record<string, unknown> | undefined;
1541
1567
  }) | ({
1542
1568
  type: "number";
1543
1569
  format?: string | null | undefined;
@@ -1572,7 +1598,7 @@ export declare const list: (query?: SchemaListQuery) => {
1572
1598
  required?: boolean | null | undefined;
1573
1599
  } | null | undefined;
1574
1600
  uiConfiguration?: {
1575
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1601
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1576
1602
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1577
1603
  } | null | undefined;
1578
1604
  width?: number | null | undefined;
@@ -1582,6 +1608,7 @@ export declare const list: (query?: SchemaListQuery) => {
1582
1608
  formula?: string | null | undefined;
1583
1609
  context?: string[] | null | undefined;
1584
1610
  prompt?: string | null | undefined;
1611
+ dataset?: Record<string, unknown> | undefined;
1585
1612
  }) | ({
1586
1613
  options: {
1587
1614
  value: string;
@@ -1615,7 +1642,7 @@ export declare const list: (query?: SchemaListQuery) => {
1615
1642
  required?: boolean | null | undefined;
1616
1643
  } | null | undefined;
1617
1644
  uiConfiguration?: {
1618
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1645
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1619
1646
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1620
1647
  } | null | undefined;
1621
1648
  width?: number | null | undefined;
@@ -1625,6 +1652,7 @@ export declare const list: (query?: SchemaListQuery) => {
1625
1652
  formula?: string | null | undefined;
1626
1653
  context?: string[] | null | undefined;
1627
1654
  prompt?: string | null | undefined;
1655
+ dataset?: Record<string, unknown> | undefined;
1628
1656
  }) | ({
1629
1657
  id: string;
1630
1658
  label: string;
@@ -1671,7 +1699,7 @@ export declare const list: (query?: SchemaListQuery) => {
1671
1699
  required?: boolean | null | undefined;
1672
1700
  } | null | undefined;
1673
1701
  uiConfiguration?: {
1674
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1702
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1675
1703
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1676
1704
  } | null | undefined;
1677
1705
  width?: number | null | undefined;
@@ -1681,6 +1709,7 @@ export declare const list: (query?: SchemaListQuery) => {
1681
1709
  formula?: string | null | undefined;
1682
1710
  context?: string[] | null | undefined;
1683
1711
  prompt?: string | null | undefined;
1712
+ dataset?: Record<string, unknown> | undefined;
1684
1713
  }) | ({
1685
1714
  type: "date";
1686
1715
  format?: string | null | undefined;
@@ -1710,7 +1739,7 @@ export declare const list: (query?: SchemaListQuery) => {
1710
1739
  required?: boolean | null | undefined;
1711
1740
  } | null | undefined;
1712
1741
  uiConfiguration?: {
1713
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1742
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1714
1743
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1715
1744
  } | null | undefined;
1716
1745
  width?: number | null | undefined;
@@ -1720,6 +1749,7 @@ export declare const list: (query?: SchemaListQuery) => {
1720
1749
  formula?: string | null | undefined;
1721
1750
  context?: string[] | null | undefined;
1722
1751
  prompt?: string | null | undefined;
1752
+ dataset?: Record<string, unknown> | undefined;
1723
1753
  }) | ({
1724
1754
  type: "number";
1725
1755
  format?: string | null | undefined;
@@ -1754,7 +1784,7 @@ export declare const list: (query?: SchemaListQuery) => {
1754
1784
  required?: boolean | null | undefined;
1755
1785
  } | null | undefined;
1756
1786
  uiConfiguration?: {
1757
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1787
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1758
1788
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1759
1789
  } | null | undefined;
1760
1790
  width?: number | null | undefined;
@@ -1764,6 +1794,7 @@ export declare const list: (query?: SchemaListQuery) => {
1764
1794
  formula?: string | null | undefined;
1765
1795
  context?: string[] | null | undefined;
1766
1796
  prompt?: string | null | undefined;
1797
+ dataset?: Record<string, unknown> | undefined;
1767
1798
  }) | ({
1768
1799
  options: {
1769
1800
  value: string;
@@ -1797,7 +1828,7 @@ export declare const list: (query?: SchemaListQuery) => {
1797
1828
  required?: boolean | null | undefined;
1798
1829
  } | null | undefined;
1799
1830
  uiConfiguration?: {
1800
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1831
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1801
1832
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1802
1833
  } | null | undefined;
1803
1834
  width?: number | null | undefined;
@@ -1807,6 +1838,7 @@ export declare const list: (query?: SchemaListQuery) => {
1807
1838
  formula?: string | null | undefined;
1808
1839
  context?: string[] | null | undefined;
1809
1840
  prompt?: string | null | undefined;
1841
+ dataset?: Record<string, unknown> | undefined;
1810
1842
  }) | ({
1811
1843
  id: string;
1812
1844
  label: string;
@@ -1923,13 +1955,13 @@ export declare const list: (query?: SchemaListQuery) => {
1923
1955
  required?: boolean | null | undefined;
1924
1956
  }>>>;
1925
1957
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1926
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1958
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1927
1959
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1928
1960
  }, "strip", import("zod").ZodTypeAny, {
1929
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1961
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1930
1962
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1931
1963
  }, {
1932
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1964
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1933
1965
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1934
1966
  }>>>;
1935
1967
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1939,6 +1971,7 @@ export declare const list: (query?: SchemaListQuery) => {
1939
1971
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1940
1972
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1941
1973
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1974
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1942
1975
  }, "strip", import("zod").ZodTypeAny, {
1943
1976
  suggest?: true | undefined;
1944
1977
  canExport?: boolean | null | undefined;
@@ -1957,7 +1990,7 @@ export declare const list: (query?: SchemaListQuery) => {
1957
1990
  required?: boolean | null | undefined;
1958
1991
  } | null | undefined;
1959
1992
  uiConfiguration?: {
1960
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1993
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1961
1994
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1962
1995
  } | null | undefined;
1963
1996
  width?: number | null | undefined;
@@ -1967,6 +2000,7 @@ export declare const list: (query?: SchemaListQuery) => {
1967
2000
  formula?: string | null | undefined;
1968
2001
  context?: string[] | null | undefined;
1969
2002
  prompt?: string | null | undefined;
2003
+ dataset?: Record<string, unknown> | undefined;
1970
2004
  }, {
1971
2005
  suggest?: true | undefined;
1972
2006
  canExport?: boolean | null | undefined;
@@ -1985,7 +2019,7 @@ export declare const list: (query?: SchemaListQuery) => {
1985
2019
  required?: boolean | null | undefined;
1986
2020
  } | null | undefined;
1987
2021
  uiConfiguration?: {
1988
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2022
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1989
2023
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1990
2024
  } | null | undefined;
1991
2025
  width?: number | null | undefined;
@@ -1995,6 +2029,7 @@ export declare const list: (query?: SchemaListQuery) => {
1995
2029
  formula?: string | null | undefined;
1996
2030
  context?: string[] | null | undefined;
1997
2031
  prompt?: string | null | undefined;
2032
+ dataset?: Record<string, unknown> | undefined;
1998
2033
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1999
2034
  type: import("zod").ZodLiteral<"date">;
2000
2035
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2078,13 +2113,13 @@ export declare const list: (query?: SchemaListQuery) => {
2078
2113
  required?: boolean | null | undefined;
2079
2114
  }>>>;
2080
2115
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2081
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2116
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2082
2117
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2083
2118
  }, "strip", import("zod").ZodTypeAny, {
2084
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2119
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2085
2120
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2086
2121
  }, {
2087
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2122
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2088
2123
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2089
2124
  }>>>;
2090
2125
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2094,6 +2129,7 @@ export declare const list: (query?: SchemaListQuery) => {
2094
2129
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2095
2130
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2096
2131
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2132
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2097
2133
  }, "strip", import("zod").ZodTypeAny, {
2098
2134
  suggest?: true | undefined;
2099
2135
  canExport?: boolean | null | undefined;
@@ -2112,7 +2148,7 @@ export declare const list: (query?: SchemaListQuery) => {
2112
2148
  required?: boolean | null | undefined;
2113
2149
  } | null | undefined;
2114
2150
  uiConfiguration?: {
2115
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2151
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2116
2152
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2117
2153
  } | null | undefined;
2118
2154
  width?: number | null | undefined;
@@ -2122,6 +2158,7 @@ export declare const list: (query?: SchemaListQuery) => {
2122
2158
  formula?: string | null | undefined;
2123
2159
  context?: string[] | null | undefined;
2124
2160
  prompt?: string | null | undefined;
2161
+ dataset?: Record<string, unknown> | undefined;
2125
2162
  }, {
2126
2163
  suggest?: true | undefined;
2127
2164
  canExport?: boolean | null | undefined;
@@ -2140,7 +2177,7 @@ export declare const list: (query?: SchemaListQuery) => {
2140
2177
  required?: boolean | null | undefined;
2141
2178
  } | null | undefined;
2142
2179
  uiConfiguration?: {
2143
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2180
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2144
2181
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2145
2182
  } | null | undefined;
2146
2183
  width?: number | null | undefined;
@@ -2150,6 +2187,7 @@ export declare const list: (query?: SchemaListQuery) => {
2150
2187
  formula?: string | null | undefined;
2151
2188
  context?: string[] | null | undefined;
2152
2189
  prompt?: string | null | undefined;
2190
+ dataset?: Record<string, unknown> | undefined;
2153
2191
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2154
2192
  type: import("zod").ZodLiteral<"number">;
2155
2193
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2260,13 +2298,13 @@ export declare const list: (query?: SchemaListQuery) => {
2260
2298
  required?: boolean | null | undefined;
2261
2299
  }>>>;
2262
2300
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2263
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2301
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2264
2302
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2265
2303
  }, "strip", import("zod").ZodTypeAny, {
2266
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2304
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2267
2305
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2268
2306
  }, {
2269
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2307
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2270
2308
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2271
2309
  }>>>;
2272
2310
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2276,6 +2314,7 @@ export declare const list: (query?: SchemaListQuery) => {
2276
2314
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2277
2315
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2278
2316
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2317
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2279
2318
  }, "strip", import("zod").ZodTypeAny, {
2280
2319
  suggest?: true | undefined;
2281
2320
  canExport?: boolean | null | undefined;
@@ -2294,7 +2333,7 @@ export declare const list: (query?: SchemaListQuery) => {
2294
2333
  required?: boolean | null | undefined;
2295
2334
  } | null | undefined;
2296
2335
  uiConfiguration?: {
2297
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2336
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2298
2337
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2299
2338
  } | null | undefined;
2300
2339
  width?: number | null | undefined;
@@ -2304,6 +2343,7 @@ export declare const list: (query?: SchemaListQuery) => {
2304
2343
  formula?: string | null | undefined;
2305
2344
  context?: string[] | null | undefined;
2306
2345
  prompt?: string | null | undefined;
2346
+ dataset?: Record<string, unknown> | undefined;
2307
2347
  }, {
2308
2348
  suggest?: true | undefined;
2309
2349
  canExport?: boolean | null | undefined;
@@ -2322,7 +2362,7 @@ export declare const list: (query?: SchemaListQuery) => {
2322
2362
  required?: boolean | null | undefined;
2323
2363
  } | null | undefined;
2324
2364
  uiConfiguration?: {
2325
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2365
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2326
2366
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2327
2367
  } | null | undefined;
2328
2368
  width?: number | null | undefined;
@@ -2332,6 +2372,7 @@ export declare const list: (query?: SchemaListQuery) => {
2332
2372
  formula?: string | null | undefined;
2333
2373
  context?: string[] | null | undefined;
2334
2374
  prompt?: string | null | undefined;
2375
+ dataset?: Record<string, unknown> | undefined;
2335
2376
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2336
2377
  type: import("zod").ZodLiteral<"enum">;
2337
2378
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -2433,13 +2474,13 @@ export declare const list: (query?: SchemaListQuery) => {
2433
2474
  required?: boolean | null | undefined;
2434
2475
  }>>>;
2435
2476
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2436
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2477
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2437
2478
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2438
2479
  }, "strip", import("zod").ZodTypeAny, {
2439
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2440
2481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2441
2482
  }, {
2442
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2443
2484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2444
2485
  }>>>;
2445
2486
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2449,6 +2490,7 @@ export declare const list: (query?: SchemaListQuery) => {
2449
2490
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2450
2491
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2451
2492
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2493
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2452
2494
  }, "strip", import("zod").ZodTypeAny, {
2453
2495
  suggest?: true | undefined;
2454
2496
  canExport?: boolean | null | undefined;
@@ -2467,7 +2509,7 @@ export declare const list: (query?: SchemaListQuery) => {
2467
2509
  required?: boolean | null | undefined;
2468
2510
  } | null | undefined;
2469
2511
  uiConfiguration?: {
2470
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2471
2513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2472
2514
  } | null | undefined;
2473
2515
  width?: number | null | undefined;
@@ -2477,6 +2519,7 @@ export declare const list: (query?: SchemaListQuery) => {
2477
2519
  formula?: string | null | undefined;
2478
2520
  context?: string[] | null | undefined;
2479
2521
  prompt?: string | null | undefined;
2522
+ dataset?: Record<string, unknown> | undefined;
2480
2523
  }, {
2481
2524
  suggest?: true | undefined;
2482
2525
  canExport?: boolean | null | undefined;
@@ -2495,7 +2538,7 @@ export declare const list: (query?: SchemaListQuery) => {
2495
2538
  required?: boolean | null | undefined;
2496
2539
  } | null | undefined;
2497
2540
  uiConfiguration?: {
2498
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2541
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2499
2542
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2500
2543
  } | null | undefined;
2501
2544
  width?: number | null | undefined;
@@ -2505,6 +2548,7 @@ export declare const list: (query?: SchemaListQuery) => {
2505
2548
  formula?: string | null | undefined;
2506
2549
  context?: string[] | null | undefined;
2507
2550
  prompt?: string | null | undefined;
2551
+ dataset?: Record<string, unknown> | undefined;
2508
2552
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2509
2553
  id: import("zod").ZodString;
2510
2554
  label: import("zod").ZodString;
@@ -2577,7 +2621,7 @@ export declare const list: (query?: SchemaListQuery) => {
2577
2621
  required?: boolean | null | undefined;
2578
2622
  } | null | undefined;
2579
2623
  uiConfiguration?: {
2580
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2624
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2581
2625
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2582
2626
  } | null | undefined;
2583
2627
  width?: number | null | undefined;
@@ -2587,6 +2631,7 @@ export declare const list: (query?: SchemaListQuery) => {
2587
2631
  formula?: string | null | undefined;
2588
2632
  context?: string[] | null | undefined;
2589
2633
  prompt?: string | null | undefined;
2634
+ dataset?: Record<string, unknown> | undefined;
2590
2635
  }) | ({
2591
2636
  type: "date";
2592
2637
  format?: string | null | undefined;
@@ -2616,7 +2661,7 @@ export declare const list: (query?: SchemaListQuery) => {
2616
2661
  required?: boolean | null | undefined;
2617
2662
  } | null | undefined;
2618
2663
  uiConfiguration?: {
2619
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2664
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2620
2665
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2621
2666
  } | null | undefined;
2622
2667
  width?: number | null | undefined;
@@ -2626,6 +2671,7 @@ export declare const list: (query?: SchemaListQuery) => {
2626
2671
  formula?: string | null | undefined;
2627
2672
  context?: string[] | null | undefined;
2628
2673
  prompt?: string | null | undefined;
2674
+ dataset?: Record<string, unknown> | undefined;
2629
2675
  }) | ({
2630
2676
  type: "number";
2631
2677
  format?: string | null | undefined;
@@ -2660,7 +2706,7 @@ export declare const list: (query?: SchemaListQuery) => {
2660
2706
  required?: boolean | null | undefined;
2661
2707
  } | null | undefined;
2662
2708
  uiConfiguration?: {
2663
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2664
2710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2665
2711
  } | null | undefined;
2666
2712
  width?: number | null | undefined;
@@ -2670,6 +2716,7 @@ export declare const list: (query?: SchemaListQuery) => {
2670
2716
  formula?: string | null | undefined;
2671
2717
  context?: string[] | null | undefined;
2672
2718
  prompt?: string | null | undefined;
2719
+ dataset?: Record<string, unknown> | undefined;
2673
2720
  }) | ({
2674
2721
  options: {
2675
2722
  value: string;
@@ -2703,7 +2750,7 @@ export declare const list: (query?: SchemaListQuery) => {
2703
2750
  required?: boolean | null | undefined;
2704
2751
  } | null | undefined;
2705
2752
  uiConfiguration?: {
2706
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2753
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2707
2754
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2708
2755
  } | null | undefined;
2709
2756
  width?: number | null | undefined;
@@ -2713,6 +2760,7 @@ export declare const list: (query?: SchemaListQuery) => {
2713
2760
  formula?: string | null | undefined;
2714
2761
  context?: string[] | null | undefined;
2715
2762
  prompt?: string | null | undefined;
2763
+ dataset?: Record<string, unknown> | undefined;
2716
2764
  }) | ({
2717
2765
  id: string;
2718
2766
  label: string;
@@ -2757,7 +2805,7 @@ export declare const list: (query?: SchemaListQuery) => {
2757
2805
  required?: boolean | null | undefined;
2758
2806
  } | null | undefined;
2759
2807
  uiConfiguration?: {
2760
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2808
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2761
2809
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2762
2810
  } | null | undefined;
2763
2811
  width?: number | null | undefined;
@@ -2767,6 +2815,7 @@ export declare const list: (query?: SchemaListQuery) => {
2767
2815
  formula?: string | null | undefined;
2768
2816
  context?: string[] | null | undefined;
2769
2817
  prompt?: string | null | undefined;
2818
+ dataset?: Record<string, unknown> | undefined;
2770
2819
  }) | ({
2771
2820
  type: "date";
2772
2821
  format?: string | null | undefined;
@@ -2796,7 +2845,7 @@ export declare const list: (query?: SchemaListQuery) => {
2796
2845
  required?: boolean | null | undefined;
2797
2846
  } | null | undefined;
2798
2847
  uiConfiguration?: {
2799
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2848
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2800
2849
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2801
2850
  } | null | undefined;
2802
2851
  width?: number | null | undefined;
@@ -2806,6 +2855,7 @@ export declare const list: (query?: SchemaListQuery) => {
2806
2855
  formula?: string | null | undefined;
2807
2856
  context?: string[] | null | undefined;
2808
2857
  prompt?: string | null | undefined;
2858
+ dataset?: Record<string, unknown> | undefined;
2809
2859
  }) | ({
2810
2860
  type: "number";
2811
2861
  format?: string | null | undefined;
@@ -2840,7 +2890,7 @@ export declare const list: (query?: SchemaListQuery) => {
2840
2890
  required?: boolean | null | undefined;
2841
2891
  } | null | undefined;
2842
2892
  uiConfiguration?: {
2843
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2893
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2844
2894
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2845
2895
  } | null | undefined;
2846
2896
  width?: number | null | undefined;
@@ -2850,6 +2900,7 @@ export declare const list: (query?: SchemaListQuery) => {
2850
2900
  formula?: string | null | undefined;
2851
2901
  context?: string[] | null | undefined;
2852
2902
  prompt?: string | null | undefined;
2903
+ dataset?: Record<string, unknown> | undefined;
2853
2904
  }) | ({
2854
2905
  options: {
2855
2906
  value: string;
@@ -2883,7 +2934,7 @@ export declare const list: (query?: SchemaListQuery) => {
2883
2934
  required?: boolean | null | undefined;
2884
2935
  } | null | undefined;
2885
2936
  uiConfiguration?: {
2886
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2937
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2887
2938
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2888
2939
  } | null | undefined;
2889
2940
  width?: number | null | undefined;
@@ -2893,6 +2944,7 @@ export declare const list: (query?: SchemaListQuery) => {
2893
2944
  formula?: string | null | undefined;
2894
2945
  context?: string[] | null | undefined;
2895
2946
  prompt?: string | null | undefined;
2947
+ dataset?: Record<string, unknown> | undefined;
2896
2948
  }) | ({
2897
2949
  id: string;
2898
2950
  label: string;
@@ -3050,13 +3102,13 @@ export declare const list: (query?: SchemaListQuery) => {
3050
3102
  required?: boolean | null | undefined;
3051
3103
  }>>>;
3052
3104
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3053
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3105
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3054
3106
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3055
3107
  }, "strip", import("zod").ZodTypeAny, {
3056
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3057
3109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3058
3110
  }, {
3059
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3111
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3060
3112
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3061
3113
  }>>>;
3062
3114
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3066,6 +3118,7 @@ export declare const list: (query?: SchemaListQuery) => {
3066
3118
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3067
3119
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3068
3120
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3121
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3069
3122
  }, "strip", import("zod").ZodTypeAny, {
3070
3123
  suggest?: true | undefined;
3071
3124
  canExport?: boolean | null | undefined;
@@ -3084,7 +3137,7 @@ export declare const list: (query?: SchemaListQuery) => {
3084
3137
  required?: boolean | null | undefined;
3085
3138
  } | null | undefined;
3086
3139
  uiConfiguration?: {
3087
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3140
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3088
3141
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3089
3142
  } | null | undefined;
3090
3143
  width?: number | null | undefined;
@@ -3094,6 +3147,7 @@ export declare const list: (query?: SchemaListQuery) => {
3094
3147
  formula?: string | null | undefined;
3095
3148
  context?: string[] | null | undefined;
3096
3149
  prompt?: string | null | undefined;
3150
+ dataset?: Record<string, unknown> | undefined;
3097
3151
  }, {
3098
3152
  suggest?: true | undefined;
3099
3153
  canExport?: boolean | null | undefined;
@@ -3112,7 +3166,7 @@ export declare const list: (query?: SchemaListQuery) => {
3112
3166
  required?: boolean | null | undefined;
3113
3167
  } | null | undefined;
3114
3168
  uiConfiguration?: {
3115
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3169
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3116
3170
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3117
3171
  } | null | undefined;
3118
3172
  width?: number | null | undefined;
@@ -3122,6 +3176,7 @@ export declare const list: (query?: SchemaListQuery) => {
3122
3176
  formula?: string | null | undefined;
3123
3177
  context?: string[] | null | undefined;
3124
3178
  prompt?: string | null | undefined;
3179
+ dataset?: Record<string, unknown> | undefined;
3125
3180
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3126
3181
  type: import("zod").ZodLiteral<"date">;
3127
3182
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3205,13 +3260,13 @@ export declare const list: (query?: SchemaListQuery) => {
3205
3260
  required?: boolean | null | undefined;
3206
3261
  }>>>;
3207
3262
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3208
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3263
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3209
3264
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3210
3265
  }, "strip", import("zod").ZodTypeAny, {
3211
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3212
3267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3213
3268
  }, {
3214
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3269
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3215
3270
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3216
3271
  }>>>;
3217
3272
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3221,6 +3276,7 @@ export declare const list: (query?: SchemaListQuery) => {
3221
3276
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3222
3277
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3223
3278
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3279
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3224
3280
  }, "strip", import("zod").ZodTypeAny, {
3225
3281
  suggest?: true | undefined;
3226
3282
  canExport?: boolean | null | undefined;
@@ -3239,7 +3295,7 @@ export declare const list: (query?: SchemaListQuery) => {
3239
3295
  required?: boolean | null | undefined;
3240
3296
  } | null | undefined;
3241
3297
  uiConfiguration?: {
3242
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3243
3299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3244
3300
  } | null | undefined;
3245
3301
  width?: number | null | undefined;
@@ -3249,6 +3305,7 @@ export declare const list: (query?: SchemaListQuery) => {
3249
3305
  formula?: string | null | undefined;
3250
3306
  context?: string[] | null | undefined;
3251
3307
  prompt?: string | null | undefined;
3308
+ dataset?: Record<string, unknown> | undefined;
3252
3309
  }, {
3253
3310
  suggest?: true | undefined;
3254
3311
  canExport?: boolean | null | undefined;
@@ -3267,7 +3324,7 @@ export declare const list: (query?: SchemaListQuery) => {
3267
3324
  required?: boolean | null | undefined;
3268
3325
  } | null | undefined;
3269
3326
  uiConfiguration?: {
3270
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3327
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3271
3328
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3272
3329
  } | null | undefined;
3273
3330
  width?: number | null | undefined;
@@ -3277,6 +3334,7 @@ export declare const list: (query?: SchemaListQuery) => {
3277
3334
  formula?: string | null | undefined;
3278
3335
  context?: string[] | null | undefined;
3279
3336
  prompt?: string | null | undefined;
3337
+ dataset?: Record<string, unknown> | undefined;
3280
3338
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3281
3339
  type: import("zod").ZodLiteral<"number">;
3282
3340
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3387,13 +3445,13 @@ export declare const list: (query?: SchemaListQuery) => {
3387
3445
  required?: boolean | null | undefined;
3388
3446
  }>>>;
3389
3447
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3390
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3448
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3391
3449
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3392
3450
  }, "strip", import("zod").ZodTypeAny, {
3393
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3394
3452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3395
3453
  }, {
3396
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3454
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3397
3455
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3398
3456
  }>>>;
3399
3457
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3403,6 +3461,7 @@ export declare const list: (query?: SchemaListQuery) => {
3403
3461
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3404
3462
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3405
3463
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3464
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3406
3465
  }, "strip", import("zod").ZodTypeAny, {
3407
3466
  suggest?: true | undefined;
3408
3467
  canExport?: boolean | null | undefined;
@@ -3421,7 +3480,7 @@ export declare const list: (query?: SchemaListQuery) => {
3421
3480
  required?: boolean | null | undefined;
3422
3481
  } | null | undefined;
3423
3482
  uiConfiguration?: {
3424
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3425
3484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3426
3485
  } | null | undefined;
3427
3486
  width?: number | null | undefined;
@@ -3431,6 +3490,7 @@ export declare const list: (query?: SchemaListQuery) => {
3431
3490
  formula?: string | null | undefined;
3432
3491
  context?: string[] | null | undefined;
3433
3492
  prompt?: string | null | undefined;
3493
+ dataset?: Record<string, unknown> | undefined;
3434
3494
  }, {
3435
3495
  suggest?: true | undefined;
3436
3496
  canExport?: boolean | null | undefined;
@@ -3449,7 +3509,7 @@ export declare const list: (query?: SchemaListQuery) => {
3449
3509
  required?: boolean | null | undefined;
3450
3510
  } | null | undefined;
3451
3511
  uiConfiguration?: {
3452
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3453
3513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3454
3514
  } | null | undefined;
3455
3515
  width?: number | null | undefined;
@@ -3459,6 +3519,7 @@ export declare const list: (query?: SchemaListQuery) => {
3459
3519
  formula?: string | null | undefined;
3460
3520
  context?: string[] | null | undefined;
3461
3521
  prompt?: string | null | undefined;
3522
+ dataset?: Record<string, unknown> | undefined;
3462
3523
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3463
3524
  type: import("zod").ZodLiteral<"enum">;
3464
3525
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -3560,13 +3621,13 @@ export declare const list: (query?: SchemaListQuery) => {
3560
3621
  required?: boolean | null | undefined;
3561
3622
  }>>>;
3562
3623
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3563
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3624
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3564
3625
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3565
3626
  }, "strip", import("zod").ZodTypeAny, {
3566
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3627
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3567
3628
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3568
3629
  }, {
3569
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3630
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3570
3631
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3571
3632
  }>>>;
3572
3633
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3576,6 +3637,7 @@ export declare const list: (query?: SchemaListQuery) => {
3576
3637
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3577
3638
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3578
3639
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3640
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3579
3641
  }, "strip", import("zod").ZodTypeAny, {
3580
3642
  suggest?: true | undefined;
3581
3643
  canExport?: boolean | null | undefined;
@@ -3594,7 +3656,7 @@ export declare const list: (query?: SchemaListQuery) => {
3594
3656
  required?: boolean | null | undefined;
3595
3657
  } | null | undefined;
3596
3658
  uiConfiguration?: {
3597
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3659
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3598
3660
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3599
3661
  } | null | undefined;
3600
3662
  width?: number | null | undefined;
@@ -3604,6 +3666,7 @@ export declare const list: (query?: SchemaListQuery) => {
3604
3666
  formula?: string | null | undefined;
3605
3667
  context?: string[] | null | undefined;
3606
3668
  prompt?: string | null | undefined;
3669
+ dataset?: Record<string, unknown> | undefined;
3607
3670
  }, {
3608
3671
  suggest?: true | undefined;
3609
3672
  canExport?: boolean | null | undefined;
@@ -3622,7 +3685,7 @@ export declare const list: (query?: SchemaListQuery) => {
3622
3685
  required?: boolean | null | undefined;
3623
3686
  } | null | undefined;
3624
3687
  uiConfiguration?: {
3625
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3688
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3626
3689
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3627
3690
  } | null | undefined;
3628
3691
  width?: number | null | undefined;
@@ -3632,6 +3695,7 @@ export declare const list: (query?: SchemaListQuery) => {
3632
3695
  formula?: string | null | undefined;
3633
3696
  context?: string[] | null | undefined;
3634
3697
  prompt?: string | null | undefined;
3698
+ dataset?: Record<string, unknown> | undefined;
3635
3699
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3636
3700
  id: import("zod").ZodString;
3637
3701
  label: import("zod").ZodString;
@@ -3705,7 +3769,7 @@ export declare const list: (query?: SchemaListQuery) => {
3705
3769
  required?: boolean | null | undefined;
3706
3770
  } | null | undefined;
3707
3771
  uiConfiguration?: {
3708
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3772
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3709
3773
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3710
3774
  } | null | undefined;
3711
3775
  width?: number | null | undefined;
@@ -3715,6 +3779,7 @@ export declare const list: (query?: SchemaListQuery) => {
3715
3779
  formula?: string | null | undefined;
3716
3780
  context?: string[] | null | undefined;
3717
3781
  prompt?: string | null | undefined;
3782
+ dataset?: Record<string, unknown> | undefined;
3718
3783
  }) | ({
3719
3784
  type: "date";
3720
3785
  format?: string | null | undefined;
@@ -3744,7 +3809,7 @@ export declare const list: (query?: SchemaListQuery) => {
3744
3809
  required?: boolean | null | undefined;
3745
3810
  } | null | undefined;
3746
3811
  uiConfiguration?: {
3747
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3812
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3748
3813
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3749
3814
  } | null | undefined;
3750
3815
  width?: number | null | undefined;
@@ -3754,6 +3819,7 @@ export declare const list: (query?: SchemaListQuery) => {
3754
3819
  formula?: string | null | undefined;
3755
3820
  context?: string[] | null | undefined;
3756
3821
  prompt?: string | null | undefined;
3822
+ dataset?: Record<string, unknown> | undefined;
3757
3823
  }) | ({
3758
3824
  type: "number";
3759
3825
  format?: string | null | undefined;
@@ -3788,7 +3854,7 @@ export declare const list: (query?: SchemaListQuery) => {
3788
3854
  required?: boolean | null | undefined;
3789
3855
  } | null | undefined;
3790
3856
  uiConfiguration?: {
3791
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3857
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3792
3858
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3793
3859
  } | null | undefined;
3794
3860
  width?: number | null | undefined;
@@ -3798,6 +3864,7 @@ export declare const list: (query?: SchemaListQuery) => {
3798
3864
  formula?: string | null | undefined;
3799
3865
  context?: string[] | null | undefined;
3800
3866
  prompt?: string | null | undefined;
3867
+ dataset?: Record<string, unknown> | undefined;
3801
3868
  }) | ({
3802
3869
  options: {
3803
3870
  value: string;
@@ -3831,7 +3898,7 @@ export declare const list: (query?: SchemaListQuery) => {
3831
3898
  required?: boolean | null | undefined;
3832
3899
  } | null | undefined;
3833
3900
  uiConfiguration?: {
3834
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3901
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3835
3902
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3836
3903
  } | null | undefined;
3837
3904
  width?: number | null | undefined;
@@ -3841,6 +3908,7 @@ export declare const list: (query?: SchemaListQuery) => {
3841
3908
  formula?: string | null | undefined;
3842
3909
  context?: string[] | null | undefined;
3843
3910
  prompt?: string | null | undefined;
3911
+ dataset?: Record<string, unknown> | undefined;
3844
3912
  }) | ({
3845
3913
  id: string;
3846
3914
  label: string;
@@ -3887,7 +3955,7 @@ export declare const list: (query?: SchemaListQuery) => {
3887
3955
  required?: boolean | null | undefined;
3888
3956
  } | null | undefined;
3889
3957
  uiConfiguration?: {
3890
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3958
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3891
3959
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3892
3960
  } | null | undefined;
3893
3961
  width?: number | null | undefined;
@@ -3897,6 +3965,7 @@ export declare const list: (query?: SchemaListQuery) => {
3897
3965
  formula?: string | null | undefined;
3898
3966
  context?: string[] | null | undefined;
3899
3967
  prompt?: string | null | undefined;
3968
+ dataset?: Record<string, unknown> | undefined;
3900
3969
  }) | ({
3901
3970
  type: "date";
3902
3971
  format?: string | null | undefined;
@@ -3926,7 +3995,7 @@ export declare const list: (query?: SchemaListQuery) => {
3926
3995
  required?: boolean | null | undefined;
3927
3996
  } | null | undefined;
3928
3997
  uiConfiguration?: {
3929
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3998
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3930
3999
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3931
4000
  } | null | undefined;
3932
4001
  width?: number | null | undefined;
@@ -3936,6 +4005,7 @@ export declare const list: (query?: SchemaListQuery) => {
3936
4005
  formula?: string | null | undefined;
3937
4006
  context?: string[] | null | undefined;
3938
4007
  prompt?: string | null | undefined;
4008
+ dataset?: Record<string, unknown> | undefined;
3939
4009
  }) | ({
3940
4010
  type: "number";
3941
4011
  format?: string | null | undefined;
@@ -3970,7 +4040,7 @@ export declare const list: (query?: SchemaListQuery) => {
3970
4040
  required?: boolean | null | undefined;
3971
4041
  } | null | undefined;
3972
4042
  uiConfiguration?: {
3973
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4043
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3974
4044
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3975
4045
  } | null | undefined;
3976
4046
  width?: number | null | undefined;
@@ -3980,6 +4050,7 @@ export declare const list: (query?: SchemaListQuery) => {
3980
4050
  formula?: string | null | undefined;
3981
4051
  context?: string[] | null | undefined;
3982
4052
  prompt?: string | null | undefined;
4053
+ dataset?: Record<string, unknown> | undefined;
3983
4054
  }) | ({
3984
4055
  options: {
3985
4056
  value: string;
@@ -4013,7 +4084,7 @@ export declare const list: (query?: SchemaListQuery) => {
4013
4084
  required?: boolean | null | undefined;
4014
4085
  } | null | undefined;
4015
4086
  uiConfiguration?: {
4016
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4087
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4017
4088
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4018
4089
  } | null | undefined;
4019
4090
  width?: number | null | undefined;
@@ -4023,6 +4094,7 @@ export declare const list: (query?: SchemaListQuery) => {
4023
4094
  formula?: string | null | undefined;
4024
4095
  context?: string[] | null | undefined;
4025
4096
  prompt?: string | null | undefined;
4097
+ dataset?: Record<string, unknown> | undefined;
4026
4098
  }) | ({
4027
4099
  id: string;
4028
4100
  label: string;
@@ -4089,7 +4161,7 @@ export declare const list: (query?: SchemaListQuery) => {
4089
4161
  required?: boolean | null | undefined;
4090
4162
  } | null | undefined;
4091
4163
  uiConfiguration?: {
4092
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4164
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4093
4165
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4094
4166
  } | null | undefined;
4095
4167
  width?: number | null | undefined;
@@ -4099,6 +4171,7 @@ export declare const list: (query?: SchemaListQuery) => {
4099
4171
  formula?: string | null | undefined;
4100
4172
  context?: string[] | null | undefined;
4101
4173
  prompt?: string | null | undefined;
4174
+ dataset?: Record<string, unknown> | undefined;
4102
4175
  }) | ({
4103
4176
  type: "date";
4104
4177
  format?: string | null | undefined;
@@ -4128,7 +4201,7 @@ export declare const list: (query?: SchemaListQuery) => {
4128
4201
  required?: boolean | null | undefined;
4129
4202
  } | null | undefined;
4130
4203
  uiConfiguration?: {
4131
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4204
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4132
4205
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4133
4206
  } | null | undefined;
4134
4207
  width?: number | null | undefined;
@@ -4138,6 +4211,7 @@ export declare const list: (query?: SchemaListQuery) => {
4138
4211
  formula?: string | null | undefined;
4139
4212
  context?: string[] | null | undefined;
4140
4213
  prompt?: string | null | undefined;
4214
+ dataset?: Record<string, unknown> | undefined;
4141
4215
  }) | ({
4142
4216
  type: "number";
4143
4217
  format?: string | null | undefined;
@@ -4172,7 +4246,7 @@ export declare const list: (query?: SchemaListQuery) => {
4172
4246
  required?: boolean | null | undefined;
4173
4247
  } | null | undefined;
4174
4248
  uiConfiguration?: {
4175
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4249
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4176
4250
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4177
4251
  } | null | undefined;
4178
4252
  width?: number | null | undefined;
@@ -4182,6 +4256,7 @@ export declare const list: (query?: SchemaListQuery) => {
4182
4256
  formula?: string | null | undefined;
4183
4257
  context?: string[] | null | undefined;
4184
4258
  prompt?: string | null | undefined;
4259
+ dataset?: Record<string, unknown> | undefined;
4185
4260
  }) | ({
4186
4261
  options: {
4187
4262
  value: string;
@@ -4215,7 +4290,7 @@ export declare const list: (query?: SchemaListQuery) => {
4215
4290
  required?: boolean | null | undefined;
4216
4291
  } | null | undefined;
4217
4292
  uiConfiguration?: {
4218
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4293
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4219
4294
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4220
4295
  } | null | undefined;
4221
4296
  width?: number | null | undefined;
@@ -4225,6 +4300,7 @@ export declare const list: (query?: SchemaListQuery) => {
4225
4300
  formula?: string | null | undefined;
4226
4301
  context?: string[] | null | undefined;
4227
4302
  prompt?: string | null | undefined;
4303
+ dataset?: Record<string, unknown> | undefined;
4228
4304
  }) | ({
4229
4305
  id: string;
4230
4306
  label: string;
@@ -4279,7 +4355,7 @@ export declare const list: (query?: SchemaListQuery) => {
4279
4355
  required?: boolean | null | undefined;
4280
4356
  } | null | undefined;
4281
4357
  uiConfiguration?: {
4282
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4358
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4283
4359
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4284
4360
  } | null | undefined;
4285
4361
  width?: number | null | undefined;
@@ -4289,6 +4365,7 @@ export declare const list: (query?: SchemaListQuery) => {
4289
4365
  formula?: string | null | undefined;
4290
4366
  context?: string[] | null | undefined;
4291
4367
  prompt?: string | null | undefined;
4368
+ dataset?: Record<string, unknown> | undefined;
4292
4369
  }) | ({
4293
4370
  type: "date";
4294
4371
  format?: string | null | undefined;
@@ -4318,7 +4395,7 @@ export declare const list: (query?: SchemaListQuery) => {
4318
4395
  required?: boolean | null | undefined;
4319
4396
  } | null | undefined;
4320
4397
  uiConfiguration?: {
4321
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4398
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4322
4399
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4323
4400
  } | null | undefined;
4324
4401
  width?: number | null | undefined;
@@ -4328,6 +4405,7 @@ export declare const list: (query?: SchemaListQuery) => {
4328
4405
  formula?: string | null | undefined;
4329
4406
  context?: string[] | null | undefined;
4330
4407
  prompt?: string | null | undefined;
4408
+ dataset?: Record<string, unknown> | undefined;
4331
4409
  }) | ({
4332
4410
  type: "number";
4333
4411
  format?: string | null | undefined;
@@ -4362,7 +4440,7 @@ export declare const list: (query?: SchemaListQuery) => {
4362
4440
  required?: boolean | null | undefined;
4363
4441
  } | null | undefined;
4364
4442
  uiConfiguration?: {
4365
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4443
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4366
4444
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4367
4445
  } | null | undefined;
4368
4446
  width?: number | null | undefined;
@@ -4372,6 +4450,7 @@ export declare const list: (query?: SchemaListQuery) => {
4372
4450
  formula?: string | null | undefined;
4373
4451
  context?: string[] | null | undefined;
4374
4452
  prompt?: string | null | undefined;
4453
+ dataset?: Record<string, unknown> | undefined;
4375
4454
  }) | ({
4376
4455
  options: {
4377
4456
  value: string;
@@ -4405,7 +4484,7 @@ export declare const list: (query?: SchemaListQuery) => {
4405
4484
  required?: boolean | null | undefined;
4406
4485
  } | null | undefined;
4407
4486
  uiConfiguration?: {
4408
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4487
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4409
4488
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4410
4489
  } | null | undefined;
4411
4490
  width?: number | null | undefined;
@@ -4415,6 +4494,7 @@ export declare const list: (query?: SchemaListQuery) => {
4415
4494
  formula?: string | null | undefined;
4416
4495
  context?: string[] | null | undefined;
4417
4496
  prompt?: string | null | undefined;
4497
+ dataset?: Record<string, unknown> | undefined;
4418
4498
  }) | ({
4419
4499
  id: string;
4420
4500
  label: string;
@@ -4529,7 +4609,7 @@ export declare const list: (query?: SchemaListQuery) => {
4529
4609
  required?: boolean | null | undefined;
4530
4610
  } | null | undefined;
4531
4611
  uiConfiguration?: {
4532
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4612
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4533
4613
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4534
4614
  } | null | undefined;
4535
4615
  width?: number | null | undefined;
@@ -4539,6 +4619,7 @@ export declare const list: (query?: SchemaListQuery) => {
4539
4619
  formula?: string | null | undefined;
4540
4620
  context?: string[] | null | undefined;
4541
4621
  prompt?: string | null | undefined;
4622
+ dataset?: Record<string, unknown> | undefined;
4542
4623
  }) | ({
4543
4624
  type: "date";
4544
4625
  format?: string | null | undefined;
@@ -4568,7 +4649,7 @@ export declare const list: (query?: SchemaListQuery) => {
4568
4649
  required?: boolean | null | undefined;
4569
4650
  } | null | undefined;
4570
4651
  uiConfiguration?: {
4571
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4652
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4572
4653
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4573
4654
  } | null | undefined;
4574
4655
  width?: number | null | undefined;
@@ -4578,6 +4659,7 @@ export declare const list: (query?: SchemaListQuery) => {
4578
4659
  formula?: string | null | undefined;
4579
4660
  context?: string[] | null | undefined;
4580
4661
  prompt?: string | null | undefined;
4662
+ dataset?: Record<string, unknown> | undefined;
4581
4663
  }) | ({
4582
4664
  type: "number";
4583
4665
  format?: string | null | undefined;
@@ -4612,7 +4694,7 @@ export declare const list: (query?: SchemaListQuery) => {
4612
4694
  required?: boolean | null | undefined;
4613
4695
  } | null | undefined;
4614
4696
  uiConfiguration?: {
4615
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4616
4698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4617
4699
  } | null | undefined;
4618
4700
  width?: number | null | undefined;
@@ -4622,6 +4704,7 @@ export declare const list: (query?: SchemaListQuery) => {
4622
4704
  formula?: string | null | undefined;
4623
4705
  context?: string[] | null | undefined;
4624
4706
  prompt?: string | null | undefined;
4707
+ dataset?: Record<string, unknown> | undefined;
4625
4708
  }) | ({
4626
4709
  options: {
4627
4710
  value: string;
@@ -4655,7 +4738,7 @@ export declare const list: (query?: SchemaListQuery) => {
4655
4738
  required?: boolean | null | undefined;
4656
4739
  } | null | undefined;
4657
4740
  uiConfiguration?: {
4658
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4741
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4659
4742
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4660
4743
  } | null | undefined;
4661
4744
  width?: number | null | undefined;
@@ -4665,6 +4748,7 @@ export declare const list: (query?: SchemaListQuery) => {
4665
4748
  formula?: string | null | undefined;
4666
4749
  context?: string[] | null | undefined;
4667
4750
  prompt?: string | null | undefined;
4751
+ dataset?: Record<string, unknown> | undefined;
4668
4752
  }) | ({
4669
4753
  id: string;
4670
4754
  label: string;
@@ -4708,7 +4792,7 @@ export declare const list: (query?: SchemaListQuery) => {
4708
4792
  required?: boolean | null | undefined;
4709
4793
  } | null | undefined;
4710
4794
  uiConfiguration?: {
4711
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4795
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4712
4796
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4713
4797
  } | null | undefined;
4714
4798
  width?: number | null | undefined;
@@ -4718,6 +4802,7 @@ export declare const list: (query?: SchemaListQuery) => {
4718
4802
  formula?: string | null | undefined;
4719
4803
  context?: string[] | null | undefined;
4720
4804
  prompt?: string | null | undefined;
4805
+ dataset?: Record<string, unknown> | undefined;
4721
4806
  }) | ({
4722
4807
  type: "date";
4723
4808
  format?: string | null | undefined;
@@ -4747,7 +4832,7 @@ export declare const list: (query?: SchemaListQuery) => {
4747
4832
  required?: boolean | null | undefined;
4748
4833
  } | null | undefined;
4749
4834
  uiConfiguration?: {
4750
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4751
4836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4752
4837
  } | null | undefined;
4753
4838
  width?: number | null | undefined;
@@ -4757,6 +4842,7 @@ export declare const list: (query?: SchemaListQuery) => {
4757
4842
  formula?: string | null | undefined;
4758
4843
  context?: string[] | null | undefined;
4759
4844
  prompt?: string | null | undefined;
4845
+ dataset?: Record<string, unknown> | undefined;
4760
4846
  }) | ({
4761
4847
  type: "number";
4762
4848
  format?: string | null | undefined;
@@ -4791,7 +4877,7 @@ export declare const list: (query?: SchemaListQuery) => {
4791
4877
  required?: boolean | null | undefined;
4792
4878
  } | null | undefined;
4793
4879
  uiConfiguration?: {
4794
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4795
4881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4796
4882
  } | null | undefined;
4797
4883
  width?: number | null | undefined;
@@ -4801,6 +4887,7 @@ export declare const list: (query?: SchemaListQuery) => {
4801
4887
  formula?: string | null | undefined;
4802
4888
  context?: string[] | null | undefined;
4803
4889
  prompt?: string | null | undefined;
4890
+ dataset?: Record<string, unknown> | undefined;
4804
4891
  }) | ({
4805
4892
  options: {
4806
4893
  value: string;
@@ -4834,7 +4921,7 @@ export declare const list: (query?: SchemaListQuery) => {
4834
4921
  required?: boolean | null | undefined;
4835
4922
  } | null | undefined;
4836
4923
  uiConfiguration?: {
4837
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4924
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4838
4925
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4839
4926
  } | null | undefined;
4840
4927
  width?: number | null | undefined;
@@ -4844,6 +4931,7 @@ export declare const list: (query?: SchemaListQuery) => {
4844
4931
  formula?: string | null | undefined;
4845
4932
  context?: string[] | null | undefined;
4846
4933
  prompt?: string | null | undefined;
4934
+ dataset?: Record<string, unknown> | undefined;
4847
4935
  }) | ({
4848
4936
  id: string;
4849
4937
  label: string;
@@ -4896,7 +4984,7 @@ export declare const list: (query?: SchemaListQuery) => {
4896
4984
  required?: boolean | null | undefined;
4897
4985
  } | null | undefined;
4898
4986
  uiConfiguration?: {
4899
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4987
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4900
4988
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4901
4989
  } | null | undefined;
4902
4990
  width?: number | null | undefined;
@@ -4906,6 +4994,7 @@ export declare const list: (query?: SchemaListQuery) => {
4906
4994
  formula?: string | null | undefined;
4907
4995
  context?: string[] | null | undefined;
4908
4996
  prompt?: string | null | undefined;
4997
+ dataset?: Record<string, unknown> | undefined;
4909
4998
  }) | ({
4910
4999
  type: "date";
4911
5000
  format?: string | null | undefined;
@@ -4935,7 +5024,7 @@ export declare const list: (query?: SchemaListQuery) => {
4935
5024
  required?: boolean | null | undefined;
4936
5025
  } | null | undefined;
4937
5026
  uiConfiguration?: {
4938
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5027
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4939
5028
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4940
5029
  } | null | undefined;
4941
5030
  width?: number | null | undefined;
@@ -4945,6 +5034,7 @@ export declare const list: (query?: SchemaListQuery) => {
4945
5034
  formula?: string | null | undefined;
4946
5035
  context?: string[] | null | undefined;
4947
5036
  prompt?: string | null | undefined;
5037
+ dataset?: Record<string, unknown> | undefined;
4948
5038
  }) | ({
4949
5039
  type: "number";
4950
5040
  format?: string | null | undefined;
@@ -4979,7 +5069,7 @@ export declare const list: (query?: SchemaListQuery) => {
4979
5069
  required?: boolean | null | undefined;
4980
5070
  } | null | undefined;
4981
5071
  uiConfiguration?: {
4982
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5072
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4983
5073
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4984
5074
  } | null | undefined;
4985
5075
  width?: number | null | undefined;
@@ -4989,6 +5079,7 @@ export declare const list: (query?: SchemaListQuery) => {
4989
5079
  formula?: string | null | undefined;
4990
5080
  context?: string[] | null | undefined;
4991
5081
  prompt?: string | null | undefined;
5082
+ dataset?: Record<string, unknown> | undefined;
4992
5083
  }) | ({
4993
5084
  options: {
4994
5085
  value: string;
@@ -5022,7 +5113,7 @@ export declare const list: (query?: SchemaListQuery) => {
5022
5113
  required?: boolean | null | undefined;
5023
5114
  } | null | undefined;
5024
5115
  uiConfiguration?: {
5025
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5116
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5026
5117
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5027
5118
  } | null | undefined;
5028
5119
  width?: number | null | undefined;
@@ -5032,6 +5123,7 @@ export declare const list: (query?: SchemaListQuery) => {
5032
5123
  formula?: string | null | undefined;
5033
5124
  context?: string[] | null | undefined;
5034
5125
  prompt?: string | null | undefined;
5126
+ dataset?: Record<string, unknown> | undefined;
5035
5127
  }) | ({
5036
5128
  id: string;
5037
5129
  label: string;
@@ -5094,7 +5186,7 @@ export declare const list: (query?: SchemaListQuery) => {
5094
5186
  required?: boolean | null | undefined;
5095
5187
  } | null | undefined;
5096
5188
  uiConfiguration?: {
5097
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5189
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5098
5190
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5099
5191
  } | null | undefined;
5100
5192
  width?: number | null | undefined;
@@ -5104,6 +5196,7 @@ export declare const list: (query?: SchemaListQuery) => {
5104
5196
  formula?: string | null | undefined;
5105
5197
  context?: string[] | null | undefined;
5106
5198
  prompt?: string | null | undefined;
5199
+ dataset?: Record<string, unknown> | undefined;
5107
5200
  }) | ({
5108
5201
  type: "date";
5109
5202
  format?: string | null | undefined;
@@ -5133,7 +5226,7 @@ export declare const list: (query?: SchemaListQuery) => {
5133
5226
  required?: boolean | null | undefined;
5134
5227
  } | null | undefined;
5135
5228
  uiConfiguration?: {
5136
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5229
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5137
5230
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5138
5231
  } | null | undefined;
5139
5232
  width?: number | null | undefined;
@@ -5143,6 +5236,7 @@ export declare const list: (query?: SchemaListQuery) => {
5143
5236
  formula?: string | null | undefined;
5144
5237
  context?: string[] | null | undefined;
5145
5238
  prompt?: string | null | undefined;
5239
+ dataset?: Record<string, unknown> | undefined;
5146
5240
  }) | ({
5147
5241
  type: "number";
5148
5242
  format?: string | null | undefined;
@@ -5177,7 +5271,7 @@ export declare const list: (query?: SchemaListQuery) => {
5177
5271
  required?: boolean | null | undefined;
5178
5272
  } | null | undefined;
5179
5273
  uiConfiguration?: {
5180
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5274
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5181
5275
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5182
5276
  } | null | undefined;
5183
5277
  width?: number | null | undefined;
@@ -5187,6 +5281,7 @@ export declare const list: (query?: SchemaListQuery) => {
5187
5281
  formula?: string | null | undefined;
5188
5282
  context?: string[] | null | undefined;
5189
5283
  prompt?: string | null | undefined;
5284
+ dataset?: Record<string, unknown> | undefined;
5190
5285
  }) | ({
5191
5286
  options: {
5192
5287
  value: string;
@@ -5220,7 +5315,7 @@ export declare const list: (query?: SchemaListQuery) => {
5220
5315
  required?: boolean | null | undefined;
5221
5316
  } | null | undefined;
5222
5317
  uiConfiguration?: {
5223
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5318
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5224
5319
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5225
5320
  } | null | undefined;
5226
5321
  width?: number | null | undefined;
@@ -5230,6 +5325,7 @@ export declare const list: (query?: SchemaListQuery) => {
5230
5325
  formula?: string | null | undefined;
5231
5326
  context?: string[] | null | undefined;
5232
5327
  prompt?: string | null | undefined;
5328
+ dataset?: Record<string, unknown> | undefined;
5233
5329
  }) | ({
5234
5330
  id: string;
5235
5331
  label: string;
@@ -5303,7 +5399,7 @@ export declare const list: (query?: SchemaListQuery) => {
5303
5399
  required?: boolean | null | undefined;
5304
5400
  } | null | undefined;
5305
5401
  uiConfiguration?: {
5306
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5402
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5307
5403
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5308
5404
  } | null | undefined;
5309
5405
  width?: number | null | undefined;
@@ -5313,6 +5409,7 @@ export declare const list: (query?: SchemaListQuery) => {
5313
5409
  formula?: string | null | undefined;
5314
5410
  context?: string[] | null | undefined;
5315
5411
  prompt?: string | null | undefined;
5412
+ dataset?: Record<string, unknown> | undefined;
5316
5413
  }) | ({
5317
5414
  type: "date";
5318
5415
  format?: string | null | undefined;
@@ -5342,7 +5439,7 @@ export declare const list: (query?: SchemaListQuery) => {
5342
5439
  required?: boolean | null | undefined;
5343
5440
  } | null | undefined;
5344
5441
  uiConfiguration?: {
5345
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5442
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5346
5443
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5347
5444
  } | null | undefined;
5348
5445
  width?: number | null | undefined;
@@ -5352,6 +5449,7 @@ export declare const list: (query?: SchemaListQuery) => {
5352
5449
  formula?: string | null | undefined;
5353
5450
  context?: string[] | null | undefined;
5354
5451
  prompt?: string | null | undefined;
5452
+ dataset?: Record<string, unknown> | undefined;
5355
5453
  }) | ({
5356
5454
  type: "number";
5357
5455
  format?: string | null | undefined;
@@ -5386,7 +5484,7 @@ export declare const list: (query?: SchemaListQuery) => {
5386
5484
  required?: boolean | null | undefined;
5387
5485
  } | null | undefined;
5388
5486
  uiConfiguration?: {
5389
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5487
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5390
5488
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5391
5489
  } | null | undefined;
5392
5490
  width?: number | null | undefined;
@@ -5396,6 +5494,7 @@ export declare const list: (query?: SchemaListQuery) => {
5396
5494
  formula?: string | null | undefined;
5397
5495
  context?: string[] | null | undefined;
5398
5496
  prompt?: string | null | undefined;
5497
+ dataset?: Record<string, unknown> | undefined;
5399
5498
  }) | ({
5400
5499
  options: {
5401
5500
  value: string;
@@ -5429,7 +5528,7 @@ export declare const list: (query?: SchemaListQuery) => {
5429
5528
  required?: boolean | null | undefined;
5430
5529
  } | null | undefined;
5431
5530
  uiConfiguration?: {
5432
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5531
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5433
5532
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5434
5533
  } | null | undefined;
5435
5534
  width?: number | null | undefined;
@@ -5439,6 +5538,7 @@ export declare const list: (query?: SchemaListQuery) => {
5439
5538
  formula?: string | null | undefined;
5440
5539
  context?: string[] | null | undefined;
5441
5540
  prompt?: string | null | undefined;
5541
+ dataset?: Record<string, unknown> | undefined;
5442
5542
  }) | ({
5443
5543
  id: string;
5444
5544
  label: string;
@@ -5482,7 +5582,7 @@ export declare const list: (query?: SchemaListQuery) => {
5482
5582
  required?: boolean | null | undefined;
5483
5583
  } | null | undefined;
5484
5584
  uiConfiguration?: {
5485
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5585
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5486
5586
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5487
5587
  } | null | undefined;
5488
5588
  width?: number | null | undefined;
@@ -5492,6 +5592,7 @@ export declare const list: (query?: SchemaListQuery) => {
5492
5592
  formula?: string | null | undefined;
5493
5593
  context?: string[] | null | undefined;
5494
5594
  prompt?: string | null | undefined;
5595
+ dataset?: Record<string, unknown> | undefined;
5495
5596
  }) | ({
5496
5597
  type: "date";
5497
5598
  format?: string | null | undefined;
@@ -5521,7 +5622,7 @@ export declare const list: (query?: SchemaListQuery) => {
5521
5622
  required?: boolean | null | undefined;
5522
5623
  } | null | undefined;
5523
5624
  uiConfiguration?: {
5524
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5525
5626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5526
5627
  } | null | undefined;
5527
5628
  width?: number | null | undefined;
@@ -5531,6 +5632,7 @@ export declare const list: (query?: SchemaListQuery) => {
5531
5632
  formula?: string | null | undefined;
5532
5633
  context?: string[] | null | undefined;
5533
5634
  prompt?: string | null | undefined;
5635
+ dataset?: Record<string, unknown> | undefined;
5534
5636
  }) | ({
5535
5637
  type: "number";
5536
5638
  format?: string | null | undefined;
@@ -5565,7 +5667,7 @@ export declare const list: (query?: SchemaListQuery) => {
5565
5667
  required?: boolean | null | undefined;
5566
5668
  } | null | undefined;
5567
5669
  uiConfiguration?: {
5568
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5569
5671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5570
5672
  } | null | undefined;
5571
5673
  width?: number | null | undefined;
@@ -5575,6 +5677,7 @@ export declare const list: (query?: SchemaListQuery) => {
5575
5677
  formula?: string | null | undefined;
5576
5678
  context?: string[] | null | undefined;
5577
5679
  prompt?: string | null | undefined;
5680
+ dataset?: Record<string, unknown> | undefined;
5578
5681
  }) | ({
5579
5682
  options: {
5580
5683
  value: string;
@@ -5608,7 +5711,7 @@ export declare const list: (query?: SchemaListQuery) => {
5608
5711
  required?: boolean | null | undefined;
5609
5712
  } | null | undefined;
5610
5713
  uiConfiguration?: {
5611
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5612
5715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5613
5716
  } | null | undefined;
5614
5717
  width?: number | null | undefined;
@@ -5618,6 +5721,7 @@ export declare const list: (query?: SchemaListQuery) => {
5618
5721
  formula?: string | null | undefined;
5619
5722
  context?: string[] | null | undefined;
5620
5723
  prompt?: string | null | undefined;
5724
+ dataset?: Record<string, unknown> | undefined;
5621
5725
  }) | ({
5622
5726
  id: string;
5623
5727
  label: string;
@@ -5670,7 +5774,7 @@ export declare const list: (query?: SchemaListQuery) => {
5670
5774
  required?: boolean | null | undefined;
5671
5775
  } | null | undefined;
5672
5776
  uiConfiguration?: {
5673
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5777
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5674
5778
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5675
5779
  } | null | undefined;
5676
5780
  width?: number | null | undefined;
@@ -5680,6 +5784,7 @@ export declare const list: (query?: SchemaListQuery) => {
5680
5784
  formula?: string | null | undefined;
5681
5785
  context?: string[] | null | undefined;
5682
5786
  prompt?: string | null | undefined;
5787
+ dataset?: Record<string, unknown> | undefined;
5683
5788
  }) | ({
5684
5789
  type: "date";
5685
5790
  format?: string | null | undefined;
@@ -5709,7 +5814,7 @@ export declare const list: (query?: SchemaListQuery) => {
5709
5814
  required?: boolean | null | undefined;
5710
5815
  } | null | undefined;
5711
5816
  uiConfiguration?: {
5712
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5817
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5713
5818
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5714
5819
  } | null | undefined;
5715
5820
  width?: number | null | undefined;
@@ -5719,6 +5824,7 @@ export declare const list: (query?: SchemaListQuery) => {
5719
5824
  formula?: string | null | undefined;
5720
5825
  context?: string[] | null | undefined;
5721
5826
  prompt?: string | null | undefined;
5827
+ dataset?: Record<string, unknown> | undefined;
5722
5828
  }) | ({
5723
5829
  type: "number";
5724
5830
  format?: string | null | undefined;
@@ -5753,7 +5859,7 @@ export declare const list: (query?: SchemaListQuery) => {
5753
5859
  required?: boolean | null | undefined;
5754
5860
  } | null | undefined;
5755
5861
  uiConfiguration?: {
5756
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5862
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5757
5863
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5758
5864
  } | null | undefined;
5759
5865
  width?: number | null | undefined;
@@ -5763,6 +5869,7 @@ export declare const list: (query?: SchemaListQuery) => {
5763
5869
  formula?: string | null | undefined;
5764
5870
  context?: string[] | null | undefined;
5765
5871
  prompt?: string | null | undefined;
5872
+ dataset?: Record<string, unknown> | undefined;
5766
5873
  }) | ({
5767
5874
  options: {
5768
5875
  value: string;
@@ -5796,7 +5903,7 @@ export declare const list: (query?: SchemaListQuery) => {
5796
5903
  required?: boolean | null | undefined;
5797
5904
  } | null | undefined;
5798
5905
  uiConfiguration?: {
5799
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5906
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5800
5907
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5801
5908
  } | null | undefined;
5802
5909
  width?: number | null | undefined;
@@ -5806,6 +5913,7 @@ export declare const list: (query?: SchemaListQuery) => {
5806
5913
  formula?: string | null | undefined;
5807
5914
  context?: string[] | null | undefined;
5808
5915
  prompt?: string | null | undefined;
5916
+ dataset?: Record<string, unknown> | undefined;
5809
5917
  }) | ({
5810
5918
  id: string;
5811
5919
  label: string;
@@ -5868,7 +5976,7 @@ export declare const list: (query?: SchemaListQuery) => {
5868
5976
  required?: boolean | null | undefined;
5869
5977
  } | null | undefined;
5870
5978
  uiConfiguration?: {
5871
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5979
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5872
5980
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5873
5981
  } | null | undefined;
5874
5982
  width?: number | null | undefined;
@@ -5878,6 +5986,7 @@ export declare const list: (query?: SchemaListQuery) => {
5878
5986
  formula?: string | null | undefined;
5879
5987
  context?: string[] | null | undefined;
5880
5988
  prompt?: string | null | undefined;
5989
+ dataset?: Record<string, unknown> | undefined;
5881
5990
  }) | ({
5882
5991
  type: "date";
5883
5992
  format?: string | null | undefined;
@@ -5907,7 +6016,7 @@ export declare const list: (query?: SchemaListQuery) => {
5907
6016
  required?: boolean | null | undefined;
5908
6017
  } | null | undefined;
5909
6018
  uiConfiguration?: {
5910
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6019
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5911
6020
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5912
6021
  } | null | undefined;
5913
6022
  width?: number | null | undefined;
@@ -5917,6 +6026,7 @@ export declare const list: (query?: SchemaListQuery) => {
5917
6026
  formula?: string | null | undefined;
5918
6027
  context?: string[] | null | undefined;
5919
6028
  prompt?: string | null | undefined;
6029
+ dataset?: Record<string, unknown> | undefined;
5920
6030
  }) | ({
5921
6031
  type: "number";
5922
6032
  format?: string | null | undefined;
@@ -5951,7 +6061,7 @@ export declare const list: (query?: SchemaListQuery) => {
5951
6061
  required?: boolean | null | undefined;
5952
6062
  } | null | undefined;
5953
6063
  uiConfiguration?: {
5954
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6064
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5955
6065
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5956
6066
  } | null | undefined;
5957
6067
  width?: number | null | undefined;
@@ -5961,6 +6071,7 @@ export declare const list: (query?: SchemaListQuery) => {
5961
6071
  formula?: string | null | undefined;
5962
6072
  context?: string[] | null | undefined;
5963
6073
  prompt?: string | null | undefined;
6074
+ dataset?: Record<string, unknown> | undefined;
5964
6075
  }) | ({
5965
6076
  options: {
5966
6077
  value: string;
@@ -5994,7 +6105,7 @@ export declare const list: (query?: SchemaListQuery) => {
5994
6105
  required?: boolean | null | undefined;
5995
6106
  } | null | undefined;
5996
6107
  uiConfiguration?: {
5997
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5998
6109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5999
6110
  } | null | undefined;
6000
6111
  width?: number | null | undefined;
@@ -6004,6 +6115,7 @@ export declare const list: (query?: SchemaListQuery) => {
6004
6115
  formula?: string | null | undefined;
6005
6116
  context?: string[] | null | undefined;
6006
6117
  prompt?: string | null | undefined;
6118
+ dataset?: Record<string, unknown> | undefined;
6007
6119
  }) | ({
6008
6120
  id: string;
6009
6121
  label: string;
@@ -6090,7 +6202,7 @@ export declare const list: (query?: SchemaListQuery) => {
6090
6202
  required?: boolean | null | undefined;
6091
6203
  } | null | undefined;
6092
6204
  uiConfiguration?: {
6093
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6205
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6094
6206
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6095
6207
  } | null | undefined;
6096
6208
  width?: number | null | undefined;
@@ -6100,6 +6212,7 @@ export declare const list: (query?: SchemaListQuery) => {
6100
6212
  formula?: string | null | undefined;
6101
6213
  context?: string[] | null | undefined;
6102
6214
  prompt?: string | null | undefined;
6215
+ dataset?: Record<string, unknown> | undefined;
6103
6216
  }) | ({
6104
6217
  type: "date";
6105
6218
  format?: string | null | undefined;
@@ -6129,7 +6242,7 @@ export declare const list: (query?: SchemaListQuery) => {
6129
6242
  required?: boolean | null | undefined;
6130
6243
  } | null | undefined;
6131
6244
  uiConfiguration?: {
6132
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6245
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6133
6246
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6134
6247
  } | null | undefined;
6135
6248
  width?: number | null | undefined;
@@ -6139,6 +6252,7 @@ export declare const list: (query?: SchemaListQuery) => {
6139
6252
  formula?: string | null | undefined;
6140
6253
  context?: string[] | null | undefined;
6141
6254
  prompt?: string | null | undefined;
6255
+ dataset?: Record<string, unknown> | undefined;
6142
6256
  }) | ({
6143
6257
  type: "number";
6144
6258
  format?: string | null | undefined;
@@ -6173,7 +6287,7 @@ export declare const list: (query?: SchemaListQuery) => {
6173
6287
  required?: boolean | null | undefined;
6174
6288
  } | null | undefined;
6175
6289
  uiConfiguration?: {
6176
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6290
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6177
6291
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6178
6292
  } | null | undefined;
6179
6293
  width?: number | null | undefined;
@@ -6183,6 +6297,7 @@ export declare const list: (query?: SchemaListQuery) => {
6183
6297
  formula?: string | null | undefined;
6184
6298
  context?: string[] | null | undefined;
6185
6299
  prompt?: string | null | undefined;
6300
+ dataset?: Record<string, unknown> | undefined;
6186
6301
  }) | ({
6187
6302
  options: {
6188
6303
  value: string;
@@ -6216,7 +6331,7 @@ export declare const list: (query?: SchemaListQuery) => {
6216
6331
  required?: boolean | null | undefined;
6217
6332
  } | null | undefined;
6218
6333
  uiConfiguration?: {
6219
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6334
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6220
6335
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6221
6336
  } | null | undefined;
6222
6337
  width?: number | null | undefined;
@@ -6226,6 +6341,7 @@ export declare const list: (query?: SchemaListQuery) => {
6226
6341
  formula?: string | null | undefined;
6227
6342
  context?: string[] | null | undefined;
6228
6343
  prompt?: string | null | undefined;
6344
+ dataset?: Record<string, unknown> | undefined;
6229
6345
  }) | ({
6230
6346
  id: string;
6231
6347
  label: string;
@@ -6269,7 +6385,7 @@ export declare const list: (query?: SchemaListQuery) => {
6269
6385
  required?: boolean | null | undefined;
6270
6386
  } | null | undefined;
6271
6387
  uiConfiguration?: {
6272
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6388
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6273
6389
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6274
6390
  } | null | undefined;
6275
6391
  width?: number | null | undefined;
@@ -6279,6 +6395,7 @@ export declare const list: (query?: SchemaListQuery) => {
6279
6395
  formula?: string | null | undefined;
6280
6396
  context?: string[] | null | undefined;
6281
6397
  prompt?: string | null | undefined;
6398
+ dataset?: Record<string, unknown> | undefined;
6282
6399
  }) | ({
6283
6400
  type: "date";
6284
6401
  format?: string | null | undefined;
@@ -6308,7 +6425,7 @@ export declare const list: (query?: SchemaListQuery) => {
6308
6425
  required?: boolean | null | undefined;
6309
6426
  } | null | undefined;
6310
6427
  uiConfiguration?: {
6311
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6428
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6312
6429
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6313
6430
  } | null | undefined;
6314
6431
  width?: number | null | undefined;
@@ -6318,6 +6435,7 @@ export declare const list: (query?: SchemaListQuery) => {
6318
6435
  formula?: string | null | undefined;
6319
6436
  context?: string[] | null | undefined;
6320
6437
  prompt?: string | null | undefined;
6438
+ dataset?: Record<string, unknown> | undefined;
6321
6439
  }) | ({
6322
6440
  type: "number";
6323
6441
  format?: string | null | undefined;
@@ -6352,7 +6470,7 @@ export declare const list: (query?: SchemaListQuery) => {
6352
6470
  required?: boolean | null | undefined;
6353
6471
  } | null | undefined;
6354
6472
  uiConfiguration?: {
6355
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6473
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6356
6474
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6357
6475
  } | null | undefined;
6358
6476
  width?: number | null | undefined;
@@ -6362,6 +6480,7 @@ export declare const list: (query?: SchemaListQuery) => {
6362
6480
  formula?: string | null | undefined;
6363
6481
  context?: string[] | null | undefined;
6364
6482
  prompt?: string | null | undefined;
6483
+ dataset?: Record<string, unknown> | undefined;
6365
6484
  }) | ({
6366
6485
  options: {
6367
6486
  value: string;
@@ -6395,7 +6514,7 @@ export declare const list: (query?: SchemaListQuery) => {
6395
6514
  required?: boolean | null | undefined;
6396
6515
  } | null | undefined;
6397
6516
  uiConfiguration?: {
6398
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6517
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6399
6518
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6400
6519
  } | null | undefined;
6401
6520
  width?: number | null | undefined;
@@ -6405,6 +6524,7 @@ export declare const list: (query?: SchemaListQuery) => {
6405
6524
  formula?: string | null | undefined;
6406
6525
  context?: string[] | null | undefined;
6407
6526
  prompt?: string | null | undefined;
6527
+ dataset?: Record<string, unknown> | undefined;
6408
6528
  }) | ({
6409
6529
  id: string;
6410
6530
  label: string;
@@ -6457,7 +6577,7 @@ export declare const list: (query?: SchemaListQuery) => {
6457
6577
  required?: boolean | null | undefined;
6458
6578
  } | null | undefined;
6459
6579
  uiConfiguration?: {
6460
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6580
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6461
6581
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6462
6582
  } | null | undefined;
6463
6583
  width?: number | null | undefined;
@@ -6467,6 +6587,7 @@ export declare const list: (query?: SchemaListQuery) => {
6467
6587
  formula?: string | null | undefined;
6468
6588
  context?: string[] | null | undefined;
6469
6589
  prompt?: string | null | undefined;
6590
+ dataset?: Record<string, unknown> | undefined;
6470
6591
  }) | ({
6471
6592
  type: "date";
6472
6593
  format?: string | null | undefined;
@@ -6496,7 +6617,7 @@ export declare const list: (query?: SchemaListQuery) => {
6496
6617
  required?: boolean | null | undefined;
6497
6618
  } | null | undefined;
6498
6619
  uiConfiguration?: {
6499
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6620
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6500
6621
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6501
6622
  } | null | undefined;
6502
6623
  width?: number | null | undefined;
@@ -6506,6 +6627,7 @@ export declare const list: (query?: SchemaListQuery) => {
6506
6627
  formula?: string | null | undefined;
6507
6628
  context?: string[] | null | undefined;
6508
6629
  prompt?: string | null | undefined;
6630
+ dataset?: Record<string, unknown> | undefined;
6509
6631
  }) | ({
6510
6632
  type: "number";
6511
6633
  format?: string | null | undefined;
@@ -6540,7 +6662,7 @@ export declare const list: (query?: SchemaListQuery) => {
6540
6662
  required?: boolean | null | undefined;
6541
6663
  } | null | undefined;
6542
6664
  uiConfiguration?: {
6543
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6665
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6544
6666
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6545
6667
  } | null | undefined;
6546
6668
  width?: number | null | undefined;
@@ -6550,6 +6672,7 @@ export declare const list: (query?: SchemaListQuery) => {
6550
6672
  formula?: string | null | undefined;
6551
6673
  context?: string[] | null | undefined;
6552
6674
  prompt?: string | null | undefined;
6675
+ dataset?: Record<string, unknown> | undefined;
6553
6676
  }) | ({
6554
6677
  options: {
6555
6678
  value: string;
@@ -6583,7 +6706,7 @@ export declare const list: (query?: SchemaListQuery) => {
6583
6706
  required?: boolean | null | undefined;
6584
6707
  } | null | undefined;
6585
6708
  uiConfiguration?: {
6586
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6587
6710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6588
6711
  } | null | undefined;
6589
6712
  width?: number | null | undefined;
@@ -6593,6 +6716,7 @@ export declare const list: (query?: SchemaListQuery) => {
6593
6716
  formula?: string | null | undefined;
6594
6717
  context?: string[] | null | undefined;
6595
6718
  prompt?: string | null | undefined;
6719
+ dataset?: Record<string, unknown> | undefined;
6596
6720
  }) | ({
6597
6721
  id: string;
6598
6722
  label: string;
@@ -6655,7 +6779,7 @@ export declare const list: (query?: SchemaListQuery) => {
6655
6779
  required?: boolean | null | undefined;
6656
6780
  } | null | undefined;
6657
6781
  uiConfiguration?: {
6658
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6782
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6659
6783
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6660
6784
  } | null | undefined;
6661
6785
  width?: number | null | undefined;
@@ -6665,6 +6789,7 @@ export declare const list: (query?: SchemaListQuery) => {
6665
6789
  formula?: string | null | undefined;
6666
6790
  context?: string[] | null | undefined;
6667
6791
  prompt?: string | null | undefined;
6792
+ dataset?: Record<string, unknown> | undefined;
6668
6793
  }) | ({
6669
6794
  type: "date";
6670
6795
  format?: string | null | undefined;
@@ -6694,7 +6819,7 @@ export declare const list: (query?: SchemaListQuery) => {
6694
6819
  required?: boolean | null | undefined;
6695
6820
  } | null | undefined;
6696
6821
  uiConfiguration?: {
6697
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6822
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6698
6823
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6699
6824
  } | null | undefined;
6700
6825
  width?: number | null | undefined;
@@ -6704,6 +6829,7 @@ export declare const list: (query?: SchemaListQuery) => {
6704
6829
  formula?: string | null | undefined;
6705
6830
  context?: string[] | null | undefined;
6706
6831
  prompt?: string | null | undefined;
6832
+ dataset?: Record<string, unknown> | undefined;
6707
6833
  }) | ({
6708
6834
  type: "number";
6709
6835
  format?: string | null | undefined;
@@ -6738,7 +6864,7 @@ export declare const list: (query?: SchemaListQuery) => {
6738
6864
  required?: boolean | null | undefined;
6739
6865
  } | null | undefined;
6740
6866
  uiConfiguration?: {
6741
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6867
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6742
6868
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6743
6869
  } | null | undefined;
6744
6870
  width?: number | null | undefined;
@@ -6748,6 +6874,7 @@ export declare const list: (query?: SchemaListQuery) => {
6748
6874
  formula?: string | null | undefined;
6749
6875
  context?: string[] | null | undefined;
6750
6876
  prompt?: string | null | undefined;
6877
+ dataset?: Record<string, unknown> | undefined;
6751
6878
  }) | ({
6752
6879
  options: {
6753
6880
  value: string;
@@ -6781,7 +6908,7 @@ export declare const list: (query?: SchemaListQuery) => {
6781
6908
  required?: boolean | null | undefined;
6782
6909
  } | null | undefined;
6783
6910
  uiConfiguration?: {
6784
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6911
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6785
6912
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6786
6913
  } | null | undefined;
6787
6914
  width?: number | null | undefined;
@@ -6791,6 +6918,7 @@ export declare const list: (query?: SchemaListQuery) => {
6791
6918
  formula?: string | null | undefined;
6792
6919
  context?: string[] | null | undefined;
6793
6920
  prompt?: string | null | undefined;
6921
+ dataset?: Record<string, unknown> | undefined;
6794
6922
  }) | ({
6795
6923
  id: string;
6796
6924
  label: string;
@@ -6877,7 +7005,7 @@ export declare const list: (query?: SchemaListQuery) => {
6877
7005
  required?: boolean | null | undefined;
6878
7006
  } | null | undefined;
6879
7007
  uiConfiguration?: {
6880
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7008
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6881
7009
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6882
7010
  } | null | undefined;
6883
7011
  width?: number | null | undefined;
@@ -6887,6 +7015,7 @@ export declare const list: (query?: SchemaListQuery) => {
6887
7015
  formula?: string | null | undefined;
6888
7016
  context?: string[] | null | undefined;
6889
7017
  prompt?: string | null | undefined;
7018
+ dataset?: Record<string, unknown> | undefined;
6890
7019
  }) | ({
6891
7020
  type: "date";
6892
7021
  format?: string | null | undefined;
@@ -6916,7 +7045,7 @@ export declare const list: (query?: SchemaListQuery) => {
6916
7045
  required?: boolean | null | undefined;
6917
7046
  } | null | undefined;
6918
7047
  uiConfiguration?: {
6919
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7048
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6920
7049
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6921
7050
  } | null | undefined;
6922
7051
  width?: number | null | undefined;
@@ -6926,6 +7055,7 @@ export declare const list: (query?: SchemaListQuery) => {
6926
7055
  formula?: string | null | undefined;
6927
7056
  context?: string[] | null | undefined;
6928
7057
  prompt?: string | null | undefined;
7058
+ dataset?: Record<string, unknown> | undefined;
6929
7059
  }) | ({
6930
7060
  type: "number";
6931
7061
  format?: string | null | undefined;
@@ -6960,7 +7090,7 @@ export declare const list: (query?: SchemaListQuery) => {
6960
7090
  required?: boolean | null | undefined;
6961
7091
  } | null | undefined;
6962
7092
  uiConfiguration?: {
6963
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7093
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6964
7094
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6965
7095
  } | null | undefined;
6966
7096
  width?: number | null | undefined;
@@ -6970,6 +7100,7 @@ export declare const list: (query?: SchemaListQuery) => {
6970
7100
  formula?: string | null | undefined;
6971
7101
  context?: string[] | null | undefined;
6972
7102
  prompt?: string | null | undefined;
7103
+ dataset?: Record<string, unknown> | undefined;
6973
7104
  }) | ({
6974
7105
  options: {
6975
7106
  value: string;
@@ -7003,7 +7134,7 @@ export declare const list: (query?: SchemaListQuery) => {
7003
7134
  required?: boolean | null | undefined;
7004
7135
  } | null | undefined;
7005
7136
  uiConfiguration?: {
7006
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7007
7138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7008
7139
  } | null | undefined;
7009
7140
  width?: number | null | undefined;
@@ -7013,6 +7144,7 @@ export declare const list: (query?: SchemaListQuery) => {
7013
7144
  formula?: string | null | undefined;
7014
7145
  context?: string[] | null | undefined;
7015
7146
  prompt?: string | null | undefined;
7147
+ dataset?: Record<string, unknown> | undefined;
7016
7148
  }) | ({
7017
7149
  id: string;
7018
7150
  label: string;
@@ -7056,7 +7188,7 @@ export declare const list: (query?: SchemaListQuery) => {
7056
7188
  required?: boolean | null | undefined;
7057
7189
  } | null | undefined;
7058
7190
  uiConfiguration?: {
7059
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7191
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7060
7192
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7061
7193
  } | null | undefined;
7062
7194
  width?: number | null | undefined;
@@ -7066,6 +7198,7 @@ export declare const list: (query?: SchemaListQuery) => {
7066
7198
  formula?: string | null | undefined;
7067
7199
  context?: string[] | null | undefined;
7068
7200
  prompt?: string | null | undefined;
7201
+ dataset?: Record<string, unknown> | undefined;
7069
7202
  }) | ({
7070
7203
  type: "date";
7071
7204
  format?: string | null | undefined;
@@ -7095,7 +7228,7 @@ export declare const list: (query?: SchemaListQuery) => {
7095
7228
  required?: boolean | null | undefined;
7096
7229
  } | null | undefined;
7097
7230
  uiConfiguration?: {
7098
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7231
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7099
7232
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7100
7233
  } | null | undefined;
7101
7234
  width?: number | null | undefined;
@@ -7105,6 +7238,7 @@ export declare const list: (query?: SchemaListQuery) => {
7105
7238
  formula?: string | null | undefined;
7106
7239
  context?: string[] | null | undefined;
7107
7240
  prompt?: string | null | undefined;
7241
+ dataset?: Record<string, unknown> | undefined;
7108
7242
  }) | ({
7109
7243
  type: "number";
7110
7244
  format?: string | null | undefined;
@@ -7139,7 +7273,7 @@ export declare const list: (query?: SchemaListQuery) => {
7139
7273
  required?: boolean | null | undefined;
7140
7274
  } | null | undefined;
7141
7275
  uiConfiguration?: {
7142
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7276
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7143
7277
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7144
7278
  } | null | undefined;
7145
7279
  width?: number | null | undefined;
@@ -7149,6 +7283,7 @@ export declare const list: (query?: SchemaListQuery) => {
7149
7283
  formula?: string | null | undefined;
7150
7284
  context?: string[] | null | undefined;
7151
7285
  prompt?: string | null | undefined;
7286
+ dataset?: Record<string, unknown> | undefined;
7152
7287
  }) | ({
7153
7288
  options: {
7154
7289
  value: string;
@@ -7182,7 +7317,7 @@ export declare const list: (query?: SchemaListQuery) => {
7182
7317
  required?: boolean | null | undefined;
7183
7318
  } | null | undefined;
7184
7319
  uiConfiguration?: {
7185
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7320
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7186
7321
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7187
7322
  } | null | undefined;
7188
7323
  width?: number | null | undefined;
@@ -7192,6 +7327,7 @@ export declare const list: (query?: SchemaListQuery) => {
7192
7327
  formula?: string | null | undefined;
7193
7328
  context?: string[] | null | undefined;
7194
7329
  prompt?: string | null | undefined;
7330
+ dataset?: Record<string, unknown> | undefined;
7195
7331
  }) | ({
7196
7332
  id: string;
7197
7333
  label: string;
@@ -7244,7 +7380,7 @@ export declare const list: (query?: SchemaListQuery) => {
7244
7380
  required?: boolean | null | undefined;
7245
7381
  } | null | undefined;
7246
7382
  uiConfiguration?: {
7247
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7383
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7248
7384
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7249
7385
  } | null | undefined;
7250
7386
  width?: number | null | undefined;
@@ -7254,6 +7390,7 @@ export declare const list: (query?: SchemaListQuery) => {
7254
7390
  formula?: string | null | undefined;
7255
7391
  context?: string[] | null | undefined;
7256
7392
  prompt?: string | null | undefined;
7393
+ dataset?: Record<string, unknown> | undefined;
7257
7394
  }) | ({
7258
7395
  type: "date";
7259
7396
  format?: string | null | undefined;
@@ -7283,7 +7420,7 @@ export declare const list: (query?: SchemaListQuery) => {
7283
7420
  required?: boolean | null | undefined;
7284
7421
  } | null | undefined;
7285
7422
  uiConfiguration?: {
7286
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7423
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7287
7424
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7288
7425
  } | null | undefined;
7289
7426
  width?: number | null | undefined;
@@ -7293,6 +7430,7 @@ export declare const list: (query?: SchemaListQuery) => {
7293
7430
  formula?: string | null | undefined;
7294
7431
  context?: string[] | null | undefined;
7295
7432
  prompt?: string | null | undefined;
7433
+ dataset?: Record<string, unknown> | undefined;
7296
7434
  }) | ({
7297
7435
  type: "number";
7298
7436
  format?: string | null | undefined;
@@ -7327,7 +7465,7 @@ export declare const list: (query?: SchemaListQuery) => {
7327
7465
  required?: boolean | null | undefined;
7328
7466
  } | null | undefined;
7329
7467
  uiConfiguration?: {
7330
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7468
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7331
7469
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7332
7470
  } | null | undefined;
7333
7471
  width?: number | null | undefined;
@@ -7337,6 +7475,7 @@ export declare const list: (query?: SchemaListQuery) => {
7337
7475
  formula?: string | null | undefined;
7338
7476
  context?: string[] | null | undefined;
7339
7477
  prompt?: string | null | undefined;
7478
+ dataset?: Record<string, unknown> | undefined;
7340
7479
  }) | ({
7341
7480
  options: {
7342
7481
  value: string;
@@ -7370,7 +7509,7 @@ export declare const list: (query?: SchemaListQuery) => {
7370
7509
  required?: boolean | null | undefined;
7371
7510
  } | null | undefined;
7372
7511
  uiConfiguration?: {
7373
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7374
7513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7375
7514
  } | null | undefined;
7376
7515
  width?: number | null | undefined;
@@ -7380,6 +7519,7 @@ export declare const list: (query?: SchemaListQuery) => {
7380
7519
  formula?: string | null | undefined;
7381
7520
  context?: string[] | null | undefined;
7382
7521
  prompt?: string | null | undefined;
7522
+ dataset?: Record<string, unknown> | undefined;
7383
7523
  }) | ({
7384
7524
  id: string;
7385
7525
  label: string;
@@ -7442,7 +7582,7 @@ export declare const list: (query?: SchemaListQuery) => {
7442
7582
  required?: boolean | null | undefined;
7443
7583
  } | null | undefined;
7444
7584
  uiConfiguration?: {
7445
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7585
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7446
7586
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7447
7587
  } | null | undefined;
7448
7588
  width?: number | null | undefined;
@@ -7452,6 +7592,7 @@ export declare const list: (query?: SchemaListQuery) => {
7452
7592
  formula?: string | null | undefined;
7453
7593
  context?: string[] | null | undefined;
7454
7594
  prompt?: string | null | undefined;
7595
+ dataset?: Record<string, unknown> | undefined;
7455
7596
  }) | ({
7456
7597
  type: "date";
7457
7598
  format?: string | null | undefined;
@@ -7481,7 +7622,7 @@ export declare const list: (query?: SchemaListQuery) => {
7481
7622
  required?: boolean | null | undefined;
7482
7623
  } | null | undefined;
7483
7624
  uiConfiguration?: {
7484
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7485
7626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7486
7627
  } | null | undefined;
7487
7628
  width?: number | null | undefined;
@@ -7491,6 +7632,7 @@ export declare const list: (query?: SchemaListQuery) => {
7491
7632
  formula?: string | null | undefined;
7492
7633
  context?: string[] | null | undefined;
7493
7634
  prompt?: string | null | undefined;
7635
+ dataset?: Record<string, unknown> | undefined;
7494
7636
  }) | ({
7495
7637
  type: "number";
7496
7638
  format?: string | null | undefined;
@@ -7525,7 +7667,7 @@ export declare const list: (query?: SchemaListQuery) => {
7525
7667
  required?: boolean | null | undefined;
7526
7668
  } | null | undefined;
7527
7669
  uiConfiguration?: {
7528
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7529
7671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7530
7672
  } | null | undefined;
7531
7673
  width?: number | null | undefined;
@@ -7535,6 +7677,7 @@ export declare const list: (query?: SchemaListQuery) => {
7535
7677
  formula?: string | null | undefined;
7536
7678
  context?: string[] | null | undefined;
7537
7679
  prompt?: string | null | undefined;
7680
+ dataset?: Record<string, unknown> | undefined;
7538
7681
  }) | ({
7539
7682
  options: {
7540
7683
  value: string;
@@ -7568,7 +7711,7 @@ export declare const list: (query?: SchemaListQuery) => {
7568
7711
  required?: boolean | null | undefined;
7569
7712
  } | null | undefined;
7570
7713
  uiConfiguration?: {
7571
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7572
7715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7573
7716
  } | null | undefined;
7574
7717
  width?: number | null | undefined;
@@ -7578,6 +7721,7 @@ export declare const list: (query?: SchemaListQuery) => {
7578
7721
  formula?: string | null | undefined;
7579
7722
  context?: string[] | null | undefined;
7580
7723
  prompt?: string | null | undefined;
7724
+ dataset?: Record<string, unknown> | undefined;
7581
7725
  }) | ({
7582
7726
  id: string;
7583
7727
  label: string;
@@ -7666,7 +7810,7 @@ export declare const list: (query?: SchemaListQuery) => {
7666
7810
  required?: boolean | null | undefined;
7667
7811
  } | null | undefined;
7668
7812
  uiConfiguration?: {
7669
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7813
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7670
7814
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7671
7815
  } | null | undefined;
7672
7816
  width?: number | null | undefined;
@@ -7676,6 +7820,7 @@ export declare const list: (query?: SchemaListQuery) => {
7676
7820
  formula?: string | null | undefined;
7677
7821
  context?: string[] | null | undefined;
7678
7822
  prompt?: string | null | undefined;
7823
+ dataset?: Record<string, unknown> | undefined;
7679
7824
  }) | ({
7680
7825
  type: "date";
7681
7826
  format?: string | null | undefined;
@@ -7705,7 +7850,7 @@ export declare const list: (query?: SchemaListQuery) => {
7705
7850
  required?: boolean | null | undefined;
7706
7851
  } | null | undefined;
7707
7852
  uiConfiguration?: {
7708
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7853
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7709
7854
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7710
7855
  } | null | undefined;
7711
7856
  width?: number | null | undefined;
@@ -7715,6 +7860,7 @@ export declare const list: (query?: SchemaListQuery) => {
7715
7860
  formula?: string | null | undefined;
7716
7861
  context?: string[] | null | undefined;
7717
7862
  prompt?: string | null | undefined;
7863
+ dataset?: Record<string, unknown> | undefined;
7718
7864
  }) | ({
7719
7865
  type: "number";
7720
7866
  format?: string | null | undefined;
@@ -7749,7 +7895,7 @@ export declare const list: (query?: SchemaListQuery) => {
7749
7895
  required?: boolean | null | undefined;
7750
7896
  } | null | undefined;
7751
7897
  uiConfiguration?: {
7752
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7898
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7753
7899
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7754
7900
  } | null | undefined;
7755
7901
  width?: number | null | undefined;
@@ -7759,6 +7905,7 @@ export declare const list: (query?: SchemaListQuery) => {
7759
7905
  formula?: string | null | undefined;
7760
7906
  context?: string[] | null | undefined;
7761
7907
  prompt?: string | null | undefined;
7908
+ dataset?: Record<string, unknown> | undefined;
7762
7909
  }) | ({
7763
7910
  options: {
7764
7911
  value: string;
@@ -7792,7 +7939,7 @@ export declare const list: (query?: SchemaListQuery) => {
7792
7939
  required?: boolean | null | undefined;
7793
7940
  } | null | undefined;
7794
7941
  uiConfiguration?: {
7795
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7942
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7796
7943
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7797
7944
  } | null | undefined;
7798
7945
  width?: number | null | undefined;
@@ -7802,6 +7949,7 @@ export declare const list: (query?: SchemaListQuery) => {
7802
7949
  formula?: string | null | undefined;
7803
7950
  context?: string[] | null | undefined;
7804
7951
  prompt?: string | null | undefined;
7952
+ dataset?: Record<string, unknown> | undefined;
7805
7953
  }) | ({
7806
7954
  id: string;
7807
7955
  label: string;
@@ -7845,7 +7993,7 @@ export declare const list: (query?: SchemaListQuery) => {
7845
7993
  required?: boolean | null | undefined;
7846
7994
  } | null | undefined;
7847
7995
  uiConfiguration?: {
7848
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7996
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7849
7997
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7850
7998
  } | null | undefined;
7851
7999
  width?: number | null | undefined;
@@ -7855,6 +8003,7 @@ export declare const list: (query?: SchemaListQuery) => {
7855
8003
  formula?: string | null | undefined;
7856
8004
  context?: string[] | null | undefined;
7857
8005
  prompt?: string | null | undefined;
8006
+ dataset?: Record<string, unknown> | undefined;
7858
8007
  }) | ({
7859
8008
  type: "date";
7860
8009
  format?: string | null | undefined;
@@ -7884,7 +8033,7 @@ export declare const list: (query?: SchemaListQuery) => {
7884
8033
  required?: boolean | null | undefined;
7885
8034
  } | null | undefined;
7886
8035
  uiConfiguration?: {
7887
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8036
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7888
8037
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7889
8038
  } | null | undefined;
7890
8039
  width?: number | null | undefined;
@@ -7894,6 +8043,7 @@ export declare const list: (query?: SchemaListQuery) => {
7894
8043
  formula?: string | null | undefined;
7895
8044
  context?: string[] | null | undefined;
7896
8045
  prompt?: string | null | undefined;
8046
+ dataset?: Record<string, unknown> | undefined;
7897
8047
  }) | ({
7898
8048
  type: "number";
7899
8049
  format?: string | null | undefined;
@@ -7928,7 +8078,7 @@ export declare const list: (query?: SchemaListQuery) => {
7928
8078
  required?: boolean | null | undefined;
7929
8079
  } | null | undefined;
7930
8080
  uiConfiguration?: {
7931
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8081
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7932
8082
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7933
8083
  } | null | undefined;
7934
8084
  width?: number | null | undefined;
@@ -7938,6 +8088,7 @@ export declare const list: (query?: SchemaListQuery) => {
7938
8088
  formula?: string | null | undefined;
7939
8089
  context?: string[] | null | undefined;
7940
8090
  prompt?: string | null | undefined;
8091
+ dataset?: Record<string, unknown> | undefined;
7941
8092
  }) | ({
7942
8093
  options: {
7943
8094
  value: string;
@@ -7971,7 +8122,7 @@ export declare const list: (query?: SchemaListQuery) => {
7971
8122
  required?: boolean | null | undefined;
7972
8123
  } | null | undefined;
7973
8124
  uiConfiguration?: {
7974
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8125
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7975
8126
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7976
8127
  } | null | undefined;
7977
8128
  width?: number | null | undefined;
@@ -7981,6 +8132,7 @@ export declare const list: (query?: SchemaListQuery) => {
7981
8132
  formula?: string | null | undefined;
7982
8133
  context?: string[] | null | undefined;
7983
8134
  prompt?: string | null | undefined;
8135
+ dataset?: Record<string, unknown> | undefined;
7984
8136
  }) | ({
7985
8137
  id: string;
7986
8138
  label: string;
@@ -8033,7 +8185,7 @@ export declare const list: (query?: SchemaListQuery) => {
8033
8185
  required?: boolean | null | undefined;
8034
8186
  } | null | undefined;
8035
8187
  uiConfiguration?: {
8036
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8188
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8037
8189
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8038
8190
  } | null | undefined;
8039
8191
  width?: number | null | undefined;
@@ -8043,6 +8195,7 @@ export declare const list: (query?: SchemaListQuery) => {
8043
8195
  formula?: string | null | undefined;
8044
8196
  context?: string[] | null | undefined;
8045
8197
  prompt?: string | null | undefined;
8198
+ dataset?: Record<string, unknown> | undefined;
8046
8199
  }) | ({
8047
8200
  type: "date";
8048
8201
  format?: string | null | undefined;
@@ -8072,7 +8225,7 @@ export declare const list: (query?: SchemaListQuery) => {
8072
8225
  required?: boolean | null | undefined;
8073
8226
  } | null | undefined;
8074
8227
  uiConfiguration?: {
8075
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8228
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8076
8229
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8077
8230
  } | null | undefined;
8078
8231
  width?: number | null | undefined;
@@ -8082,6 +8235,7 @@ export declare const list: (query?: SchemaListQuery) => {
8082
8235
  formula?: string | null | undefined;
8083
8236
  context?: string[] | null | undefined;
8084
8237
  prompt?: string | null | undefined;
8238
+ dataset?: Record<string, unknown> | undefined;
8085
8239
  }) | ({
8086
8240
  type: "number";
8087
8241
  format?: string | null | undefined;
@@ -8116,7 +8270,7 @@ export declare const list: (query?: SchemaListQuery) => {
8116
8270
  required?: boolean | null | undefined;
8117
8271
  } | null | undefined;
8118
8272
  uiConfiguration?: {
8119
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8273
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8120
8274
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8121
8275
  } | null | undefined;
8122
8276
  width?: number | null | undefined;
@@ -8126,6 +8280,7 @@ export declare const list: (query?: SchemaListQuery) => {
8126
8280
  formula?: string | null | undefined;
8127
8281
  context?: string[] | null | undefined;
8128
8282
  prompt?: string | null | undefined;
8283
+ dataset?: Record<string, unknown> | undefined;
8129
8284
  }) | ({
8130
8285
  options: {
8131
8286
  value: string;
@@ -8159,7 +8314,7 @@ export declare const list: (query?: SchemaListQuery) => {
8159
8314
  required?: boolean | null | undefined;
8160
8315
  } | null | undefined;
8161
8316
  uiConfiguration?: {
8162
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8317
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8163
8318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8164
8319
  } | null | undefined;
8165
8320
  width?: number | null | undefined;
@@ -8169,6 +8324,7 @@ export declare const list: (query?: SchemaListQuery) => {
8169
8324
  formula?: string | null | undefined;
8170
8325
  context?: string[] | null | undefined;
8171
8326
  prompt?: string | null | undefined;
8327
+ dataset?: Record<string, unknown> | undefined;
8172
8328
  }) | ({
8173
8329
  id: string;
8174
8330
  label: string;
@@ -8231,7 +8387,7 @@ export declare const list: (query?: SchemaListQuery) => {
8231
8387
  required?: boolean | null | undefined;
8232
8388
  } | null | undefined;
8233
8389
  uiConfiguration?: {
8234
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8390
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8235
8391
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8236
8392
  } | null | undefined;
8237
8393
  width?: number | null | undefined;
@@ -8241,6 +8397,7 @@ export declare const list: (query?: SchemaListQuery) => {
8241
8397
  formula?: string | null | undefined;
8242
8398
  context?: string[] | null | undefined;
8243
8399
  prompt?: string | null | undefined;
8400
+ dataset?: Record<string, unknown> | undefined;
8244
8401
  }) | ({
8245
8402
  type: "date";
8246
8403
  format?: string | null | undefined;
@@ -8270,7 +8427,7 @@ export declare const list: (query?: SchemaListQuery) => {
8270
8427
  required?: boolean | null | undefined;
8271
8428
  } | null | undefined;
8272
8429
  uiConfiguration?: {
8273
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8430
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8274
8431
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8275
8432
  } | null | undefined;
8276
8433
  width?: number | null | undefined;
@@ -8280,6 +8437,7 @@ export declare const list: (query?: SchemaListQuery) => {
8280
8437
  formula?: string | null | undefined;
8281
8438
  context?: string[] | null | undefined;
8282
8439
  prompt?: string | null | undefined;
8440
+ dataset?: Record<string, unknown> | undefined;
8283
8441
  }) | ({
8284
8442
  type: "number";
8285
8443
  format?: string | null | undefined;
@@ -8314,7 +8472,7 @@ export declare const list: (query?: SchemaListQuery) => {
8314
8472
  required?: boolean | null | undefined;
8315
8473
  } | null | undefined;
8316
8474
  uiConfiguration?: {
8317
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8475
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8318
8476
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8319
8477
  } | null | undefined;
8320
8478
  width?: number | null | undefined;
@@ -8324,6 +8482,7 @@ export declare const list: (query?: SchemaListQuery) => {
8324
8482
  formula?: string | null | undefined;
8325
8483
  context?: string[] | null | undefined;
8326
8484
  prompt?: string | null | undefined;
8485
+ dataset?: Record<string, unknown> | undefined;
8327
8486
  }) | ({
8328
8487
  options: {
8329
8488
  value: string;
@@ -8357,7 +8516,7 @@ export declare const list: (query?: SchemaListQuery) => {
8357
8516
  required?: boolean | null | undefined;
8358
8517
  } | null | undefined;
8359
8518
  uiConfiguration?: {
8360
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8519
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8361
8520
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8362
8521
  } | null | undefined;
8363
8522
  width?: number | null | undefined;
@@ -8367,6 +8526,7 @@ export declare const list: (query?: SchemaListQuery) => {
8367
8526
  formula?: string | null | undefined;
8368
8527
  context?: string[] | null | undefined;
8369
8528
  prompt?: string | null | undefined;
8529
+ dataset?: Record<string, unknown> | undefined;
8370
8530
  }) | ({
8371
8531
  id: string;
8372
8532
  label: string;
@@ -8461,7 +8621,7 @@ export declare const list: (query?: SchemaListQuery) => {
8461
8621
  required?: boolean | null | undefined;
8462
8622
  } | null | undefined;
8463
8623
  uiConfiguration?: {
8464
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8624
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8465
8625
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8466
8626
  } | null | undefined;
8467
8627
  width?: number | null | undefined;
@@ -8471,6 +8631,7 @@ export declare const list: (query?: SchemaListQuery) => {
8471
8631
  formula?: string | null | undefined;
8472
8632
  context?: string[] | null | undefined;
8473
8633
  prompt?: string | null | undefined;
8634
+ dataset?: Record<string, unknown> | undefined;
8474
8635
  }) | ({
8475
8636
  type: "date";
8476
8637
  format?: string | null | undefined;
@@ -8500,7 +8661,7 @@ export declare const list: (query?: SchemaListQuery) => {
8500
8661
  required?: boolean | null | undefined;
8501
8662
  } | null | undefined;
8502
8663
  uiConfiguration?: {
8503
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8664
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8504
8665
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8505
8666
  } | null | undefined;
8506
8667
  width?: number | null | undefined;
@@ -8510,6 +8671,7 @@ export declare const list: (query?: SchemaListQuery) => {
8510
8671
  formula?: string | null | undefined;
8511
8672
  context?: string[] | null | undefined;
8512
8673
  prompt?: string | null | undefined;
8674
+ dataset?: Record<string, unknown> | undefined;
8513
8675
  }) | ({
8514
8676
  type: "number";
8515
8677
  format?: string | null | undefined;
@@ -8544,7 +8706,7 @@ export declare const list: (query?: SchemaListQuery) => {
8544
8706
  required?: boolean | null | undefined;
8545
8707
  } | null | undefined;
8546
8708
  uiConfiguration?: {
8547
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8548
8710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8549
8711
  } | null | undefined;
8550
8712
  width?: number | null | undefined;
@@ -8554,6 +8716,7 @@ export declare const list: (query?: SchemaListQuery) => {
8554
8716
  formula?: string | null | undefined;
8555
8717
  context?: string[] | null | undefined;
8556
8718
  prompt?: string | null | undefined;
8719
+ dataset?: Record<string, unknown> | undefined;
8557
8720
  }) | ({
8558
8721
  options: {
8559
8722
  value: string;
@@ -8587,7 +8750,7 @@ export declare const list: (query?: SchemaListQuery) => {
8587
8750
  required?: boolean | null | undefined;
8588
8751
  } | null | undefined;
8589
8752
  uiConfiguration?: {
8590
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8753
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8591
8754
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8592
8755
  } | null | undefined;
8593
8756
  width?: number | null | undefined;
@@ -8597,6 +8760,7 @@ export declare const list: (query?: SchemaListQuery) => {
8597
8760
  formula?: string | null | undefined;
8598
8761
  context?: string[] | null | undefined;
8599
8762
  prompt?: string | null | undefined;
8763
+ dataset?: Record<string, unknown> | undefined;
8600
8764
  }) | ({
8601
8765
  id: string;
8602
8766
  label: string;
@@ -8640,7 +8804,7 @@ export declare const list: (query?: SchemaListQuery) => {
8640
8804
  required?: boolean | null | undefined;
8641
8805
  } | null | undefined;
8642
8806
  uiConfiguration?: {
8643
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8807
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8644
8808
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8645
8809
  } | null | undefined;
8646
8810
  width?: number | null | undefined;
@@ -8650,6 +8814,7 @@ export declare const list: (query?: SchemaListQuery) => {
8650
8814
  formula?: string | null | undefined;
8651
8815
  context?: string[] | null | undefined;
8652
8816
  prompt?: string | null | undefined;
8817
+ dataset?: Record<string, unknown> | undefined;
8653
8818
  }) | ({
8654
8819
  type: "date";
8655
8820
  format?: string | null | undefined;
@@ -8679,7 +8844,7 @@ export declare const list: (query?: SchemaListQuery) => {
8679
8844
  required?: boolean | null | undefined;
8680
8845
  } | null | undefined;
8681
8846
  uiConfiguration?: {
8682
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8847
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8683
8848
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8684
8849
  } | null | undefined;
8685
8850
  width?: number | null | undefined;
@@ -8689,6 +8854,7 @@ export declare const list: (query?: SchemaListQuery) => {
8689
8854
  formula?: string | null | undefined;
8690
8855
  context?: string[] | null | undefined;
8691
8856
  prompt?: string | null | undefined;
8857
+ dataset?: Record<string, unknown> | undefined;
8692
8858
  }) | ({
8693
8859
  type: "number";
8694
8860
  format?: string | null | undefined;
@@ -8723,7 +8889,7 @@ export declare const list: (query?: SchemaListQuery) => {
8723
8889
  required?: boolean | null | undefined;
8724
8890
  } | null | undefined;
8725
8891
  uiConfiguration?: {
8726
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8892
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8727
8893
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8728
8894
  } | null | undefined;
8729
8895
  width?: number | null | undefined;
@@ -8733,6 +8899,7 @@ export declare const list: (query?: SchemaListQuery) => {
8733
8899
  formula?: string | null | undefined;
8734
8900
  context?: string[] | null | undefined;
8735
8901
  prompt?: string | null | undefined;
8902
+ dataset?: Record<string, unknown> | undefined;
8736
8903
  }) | ({
8737
8904
  options: {
8738
8905
  value: string;
@@ -8766,7 +8933,7 @@ export declare const list: (query?: SchemaListQuery) => {
8766
8933
  required?: boolean | null | undefined;
8767
8934
  } | null | undefined;
8768
8935
  uiConfiguration?: {
8769
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8936
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8770
8937
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8771
8938
  } | null | undefined;
8772
8939
  width?: number | null | undefined;
@@ -8776,6 +8943,7 @@ export declare const list: (query?: SchemaListQuery) => {
8776
8943
  formula?: string | null | undefined;
8777
8944
  context?: string[] | null | undefined;
8778
8945
  prompt?: string | null | undefined;
8946
+ dataset?: Record<string, unknown> | undefined;
8779
8947
  }) | ({
8780
8948
  id: string;
8781
8949
  label: string;
@@ -8828,7 +8996,7 @@ export declare const list: (query?: SchemaListQuery) => {
8828
8996
  required?: boolean | null | undefined;
8829
8997
  } | null | undefined;
8830
8998
  uiConfiguration?: {
8831
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8999
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8832
9000
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8833
9001
  } | null | undefined;
8834
9002
  width?: number | null | undefined;
@@ -8838,6 +9006,7 @@ export declare const list: (query?: SchemaListQuery) => {
8838
9006
  formula?: string | null | undefined;
8839
9007
  context?: string[] | null | undefined;
8840
9008
  prompt?: string | null | undefined;
9009
+ dataset?: Record<string, unknown> | undefined;
8841
9010
  }) | ({
8842
9011
  type: "date";
8843
9012
  format?: string | null | undefined;
@@ -8867,7 +9036,7 @@ export declare const list: (query?: SchemaListQuery) => {
8867
9036
  required?: boolean | null | undefined;
8868
9037
  } | null | undefined;
8869
9038
  uiConfiguration?: {
8870
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9039
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8871
9040
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8872
9041
  } | null | undefined;
8873
9042
  width?: number | null | undefined;
@@ -8877,6 +9046,7 @@ export declare const list: (query?: SchemaListQuery) => {
8877
9046
  formula?: string | null | undefined;
8878
9047
  context?: string[] | null | undefined;
8879
9048
  prompt?: string | null | undefined;
9049
+ dataset?: Record<string, unknown> | undefined;
8880
9050
  }) | ({
8881
9051
  type: "number";
8882
9052
  format?: string | null | undefined;
@@ -8911,7 +9081,7 @@ export declare const list: (query?: SchemaListQuery) => {
8911
9081
  required?: boolean | null | undefined;
8912
9082
  } | null | undefined;
8913
9083
  uiConfiguration?: {
8914
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9084
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8915
9085
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8916
9086
  } | null | undefined;
8917
9087
  width?: number | null | undefined;
@@ -8921,6 +9091,7 @@ export declare const list: (query?: SchemaListQuery) => {
8921
9091
  formula?: string | null | undefined;
8922
9092
  context?: string[] | null | undefined;
8923
9093
  prompt?: string | null | undefined;
9094
+ dataset?: Record<string, unknown> | undefined;
8924
9095
  }) | ({
8925
9096
  options: {
8926
9097
  value: string;
@@ -8954,7 +9125,7 @@ export declare const list: (query?: SchemaListQuery) => {
8954
9125
  required?: boolean | null | undefined;
8955
9126
  } | null | undefined;
8956
9127
  uiConfiguration?: {
8957
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9128
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8958
9129
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8959
9130
  } | null | undefined;
8960
9131
  width?: number | null | undefined;
@@ -8964,6 +9135,7 @@ export declare const list: (query?: SchemaListQuery) => {
8964
9135
  formula?: string | null | undefined;
8965
9136
  context?: string[] | null | undefined;
8966
9137
  prompt?: string | null | undefined;
9138
+ dataset?: Record<string, unknown> | undefined;
8967
9139
  }) | ({
8968
9140
  id: string;
8969
9141
  label: string;
@@ -9026,7 +9198,7 @@ export declare const list: (query?: SchemaListQuery) => {
9026
9198
  required?: boolean | null | undefined;
9027
9199
  } | null | undefined;
9028
9200
  uiConfiguration?: {
9029
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9201
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
9030
9202
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
9031
9203
  } | null | undefined;
9032
9204
  width?: number | null | undefined;
@@ -9036,6 +9208,7 @@ export declare const list: (query?: SchemaListQuery) => {
9036
9208
  formula?: string | null | undefined;
9037
9209
  context?: string[] | null | undefined;
9038
9210
  prompt?: string | null | undefined;
9211
+ dataset?: Record<string, unknown> | undefined;
9039
9212
  }) | ({
9040
9213
  type: "date";
9041
9214
  format?: string | null | undefined;
@@ -9065,7 +9238,7 @@ export declare const list: (query?: SchemaListQuery) => {
9065
9238
  required?: boolean | null | undefined;
9066
9239
  } | null | undefined;
9067
9240
  uiConfiguration?: {
9068
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9241
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
9069
9242
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
9070
9243
  } | null | undefined;
9071
9244
  width?: number | null | undefined;
@@ -9075,6 +9248,7 @@ export declare const list: (query?: SchemaListQuery) => {
9075
9248
  formula?: string | null | undefined;
9076
9249
  context?: string[] | null | undefined;
9077
9250
  prompt?: string | null | undefined;
9251
+ dataset?: Record<string, unknown> | undefined;
9078
9252
  }) | ({
9079
9253
  type: "number";
9080
9254
  format?: string | null | undefined;
@@ -9109,7 +9283,7 @@ export declare const list: (query?: SchemaListQuery) => {
9109
9283
  required?: boolean | null | undefined;
9110
9284
  } | null | undefined;
9111
9285
  uiConfiguration?: {
9112
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9286
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
9113
9287
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
9114
9288
  } | null | undefined;
9115
9289
  width?: number | null | undefined;
@@ -9119,6 +9293,7 @@ export declare const list: (query?: SchemaListQuery) => {
9119
9293
  formula?: string | null | undefined;
9120
9294
  context?: string[] | null | undefined;
9121
9295
  prompt?: string | null | undefined;
9296
+ dataset?: Record<string, unknown> | undefined;
9122
9297
  }) | ({
9123
9298
  options: {
9124
9299
  value: string;
@@ -9152,7 +9327,7 @@ export declare const list: (query?: SchemaListQuery) => {
9152
9327
  required?: boolean | null | undefined;
9153
9328
  } | null | undefined;
9154
9329
  uiConfiguration?: {
9155
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
9330
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
9156
9331
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
9157
9332
  } | null | undefined;
9158
9333
  width?: number | null | undefined;
@@ -9162,6 +9337,7 @@ export declare const list: (query?: SchemaListQuery) => {
9162
9337
  formula?: string | null | undefined;
9163
9338
  context?: string[] | null | undefined;
9164
9339
  prompt?: string | null | undefined;
9340
+ dataset?: Record<string, unknown> | undefined;
9165
9341
  }) | ({
9166
9342
  id: string;
9167
9343
  label: string;