@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
@@ -111,13 +111,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
111
111
  required?: boolean | null | undefined;
112
112
  }>>>;
113
113
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
114
- 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">]>>>;
114
+ 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">]>>>;
115
115
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
116
116
  }, "strip", import("zod").ZodTypeAny, {
117
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
117
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
118
118
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
119
119
  }, {
120
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
120
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
121
121
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
122
122
  }>>>;
123
123
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -127,6 +127,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
127
127
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
128
128
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
129
129
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
130
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
130
131
  }, "strip", import("zod").ZodTypeAny, {
131
132
  suggest?: true | undefined;
132
133
  canExport?: boolean | null | undefined;
@@ -145,7 +146,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
145
146
  required?: boolean | null | undefined;
146
147
  } | null | undefined;
147
148
  uiConfiguration?: {
148
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
149
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
149
150
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
150
151
  } | null | undefined;
151
152
  width?: number | null | undefined;
@@ -155,6 +156,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
155
156
  formula?: string | null | undefined;
156
157
  context?: string[] | null | undefined;
157
158
  prompt?: string | null | undefined;
159
+ dataset?: Record<string, unknown> | undefined;
158
160
  }, {
159
161
  suggest?: true | undefined;
160
162
  canExport?: boolean | null | undefined;
@@ -173,7 +175,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
173
175
  required?: boolean | null | undefined;
174
176
  } | null | undefined;
175
177
  uiConfiguration?: {
176
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
178
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
177
179
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
178
180
  } | null | undefined;
179
181
  width?: number | null | undefined;
@@ -183,6 +185,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
183
185
  formula?: string | null | undefined;
184
186
  context?: string[] | null | undefined;
185
187
  prompt?: string | null | undefined;
188
+ dataset?: Record<string, unknown> | undefined;
186
189
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
187
190
  type: import("zod").ZodLiteral<"date">;
188
191
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -266,13 +269,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
266
269
  required?: boolean | null | undefined;
267
270
  }>>>;
268
271
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
269
- 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">]>>>;
272
+ 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">]>>>;
270
273
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
271
274
  }, "strip", import("zod").ZodTypeAny, {
272
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
275
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
273
276
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
274
277
  }, {
275
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
278
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
276
279
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
277
280
  }>>>;
278
281
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -282,6 +285,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
282
285
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
283
286
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
284
287
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
288
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
285
289
  }, "strip", import("zod").ZodTypeAny, {
286
290
  suggest?: true | undefined;
287
291
  canExport?: boolean | null | undefined;
@@ -300,7 +304,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
300
304
  required?: boolean | null | undefined;
301
305
  } | null | undefined;
302
306
  uiConfiguration?: {
303
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
307
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
304
308
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
305
309
  } | null | undefined;
306
310
  width?: number | null | undefined;
@@ -310,6 +314,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
310
314
  formula?: string | null | undefined;
311
315
  context?: string[] | null | undefined;
312
316
  prompt?: string | null | undefined;
317
+ dataset?: Record<string, unknown> | undefined;
313
318
  }, {
314
319
  suggest?: true | undefined;
315
320
  canExport?: boolean | null | undefined;
@@ -328,7 +333,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
328
333
  required?: boolean | null | undefined;
329
334
  } | null | undefined;
330
335
  uiConfiguration?: {
331
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
336
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
332
337
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
333
338
  } | null | undefined;
334
339
  width?: number | null | undefined;
@@ -338,6 +343,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
338
343
  formula?: string | null | undefined;
339
344
  context?: string[] | null | undefined;
340
345
  prompt?: string | null | undefined;
346
+ dataset?: Record<string, unknown> | undefined;
341
347
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
342
348
  type: import("zod").ZodLiteral<"number">;
343
349
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -448,13 +454,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
448
454
  required?: boolean | null | undefined;
449
455
  }>>>;
450
456
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
451
- 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">]>>>;
457
+ 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">]>>>;
452
458
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
453
459
  }, "strip", import("zod").ZodTypeAny, {
454
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
460
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
455
461
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
456
462
  }, {
457
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
463
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
458
464
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
459
465
  }>>>;
460
466
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -464,6 +470,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
464
470
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
465
471
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
466
472
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
473
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
467
474
  }, "strip", import("zod").ZodTypeAny, {
468
475
  suggest?: true | undefined;
469
476
  canExport?: boolean | null | undefined;
@@ -482,7 +489,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
482
489
  required?: boolean | null | undefined;
483
490
  } | null | undefined;
484
491
  uiConfiguration?: {
485
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
492
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
486
493
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
487
494
  } | null | undefined;
488
495
  width?: number | null | undefined;
@@ -492,6 +499,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
492
499
  formula?: string | null | undefined;
493
500
  context?: string[] | null | undefined;
494
501
  prompt?: string | null | undefined;
502
+ dataset?: Record<string, unknown> | undefined;
495
503
  }, {
496
504
  suggest?: true | undefined;
497
505
  canExport?: boolean | null | undefined;
@@ -510,7 +518,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
510
518
  required?: boolean | null | undefined;
511
519
  } | null | undefined;
512
520
  uiConfiguration?: {
513
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
521
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
514
522
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
515
523
  } | null | undefined;
516
524
  width?: number | null | undefined;
@@ -520,6 +528,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
520
528
  formula?: string | null | undefined;
521
529
  context?: string[] | null | undefined;
522
530
  prompt?: string | null | undefined;
531
+ dataset?: Record<string, unknown> | undefined;
523
532
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
524
533
  type: import("zod").ZodLiteral<"enum">;
525
534
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -621,13 +630,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
621
630
  required?: boolean | null | undefined;
622
631
  }>>>;
623
632
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
624
- 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">]>>>;
633
+ 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">]>>>;
625
634
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
626
635
  }, "strip", import("zod").ZodTypeAny, {
627
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
636
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
628
637
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
629
638
  }, {
630
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
639
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
631
640
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
632
641
  }>>>;
633
642
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -637,6 +646,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
637
646
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
638
647
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
639
648
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
649
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
640
650
  }, "strip", import("zod").ZodTypeAny, {
641
651
  suggest?: true | undefined;
642
652
  canExport?: boolean | null | undefined;
@@ -655,7 +665,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
655
665
  required?: boolean | null | undefined;
656
666
  } | null | undefined;
657
667
  uiConfiguration?: {
658
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
668
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
659
669
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
660
670
  } | null | undefined;
661
671
  width?: number | null | undefined;
@@ -665,6 +675,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
665
675
  formula?: string | null | undefined;
666
676
  context?: string[] | null | undefined;
667
677
  prompt?: string | null | undefined;
678
+ dataset?: Record<string, unknown> | undefined;
668
679
  }, {
669
680
  suggest?: true | undefined;
670
681
  canExport?: boolean | null | undefined;
@@ -683,7 +694,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
683
694
  required?: boolean | null | undefined;
684
695
  } | null | undefined;
685
696
  uiConfiguration?: {
686
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
687
698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
688
699
  } | null | undefined;
689
700
  width?: number | null | undefined;
@@ -693,6 +704,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
693
704
  formula?: string | null | undefined;
694
705
  context?: string[] | null | undefined;
695
706
  prompt?: string | null | undefined;
707
+ dataset?: Record<string, unknown> | undefined;
696
708
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
697
709
  id: import("zod").ZodString;
698
710
  label: import("zod").ZodString;
@@ -817,13 +829,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
817
829
  required?: boolean | null | undefined;
818
830
  }>>>;
819
831
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
820
- 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">]>>>;
832
+ 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">]>>>;
821
833
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
822
834
  }, "strip", import("zod").ZodTypeAny, {
823
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
824
836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
825
837
  }, {
826
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
838
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
827
839
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
828
840
  }>>>;
829
841
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -833,6 +845,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
833
845
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
834
846
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
835
847
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
848
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
836
849
  }, "strip", import("zod").ZodTypeAny, {
837
850
  suggest?: true | undefined;
838
851
  canExport?: boolean | null | undefined;
@@ -851,7 +864,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
851
864
  required?: boolean | null | undefined;
852
865
  } | null | undefined;
853
866
  uiConfiguration?: {
854
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
867
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
855
868
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
856
869
  } | null | undefined;
857
870
  width?: number | null | undefined;
@@ -861,6 +874,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
861
874
  formula?: string | null | undefined;
862
875
  context?: string[] | null | undefined;
863
876
  prompt?: string | null | undefined;
877
+ dataset?: Record<string, unknown> | undefined;
864
878
  }, {
865
879
  suggest?: true | undefined;
866
880
  canExport?: boolean | null | undefined;
@@ -879,7 +893,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
879
893
  required?: boolean | null | undefined;
880
894
  } | null | undefined;
881
895
  uiConfiguration?: {
882
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
896
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
883
897
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
884
898
  } | null | undefined;
885
899
  width?: number | null | undefined;
@@ -889,6 +903,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
889
903
  formula?: string | null | undefined;
890
904
  context?: string[] | null | undefined;
891
905
  prompt?: string | null | undefined;
906
+ dataset?: Record<string, unknown> | undefined;
892
907
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
893
908
  type: import("zod").ZodLiteral<"date">;
894
909
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -972,13 +987,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
972
987
  required?: boolean | null | undefined;
973
988
  }>>>;
974
989
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
975
- 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">]>>>;
990
+ 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">]>>>;
976
991
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
977
992
  }, "strip", import("zod").ZodTypeAny, {
978
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
993
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
979
994
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
980
995
  }, {
981
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
996
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
982
997
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
983
998
  }>>>;
984
999
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -988,6 +1003,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
988
1003
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
989
1004
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
990
1005
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1006
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
991
1007
  }, "strip", import("zod").ZodTypeAny, {
992
1008
  suggest?: true | undefined;
993
1009
  canExport?: boolean | null | undefined;
@@ -1006,7 +1022,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1006
1022
  required?: boolean | null | undefined;
1007
1023
  } | null | undefined;
1008
1024
  uiConfiguration?: {
1009
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1025
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1010
1026
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1011
1027
  } | null | undefined;
1012
1028
  width?: number | null | undefined;
@@ -1016,6 +1032,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1016
1032
  formula?: string | null | undefined;
1017
1033
  context?: string[] | null | undefined;
1018
1034
  prompt?: string | null | undefined;
1035
+ dataset?: Record<string, unknown> | undefined;
1019
1036
  }, {
1020
1037
  suggest?: true | undefined;
1021
1038
  canExport?: boolean | null | undefined;
@@ -1034,7 +1051,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1034
1051
  required?: boolean | null | undefined;
1035
1052
  } | null | undefined;
1036
1053
  uiConfiguration?: {
1037
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1054
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1038
1055
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1039
1056
  } | null | undefined;
1040
1057
  width?: number | null | undefined;
@@ -1044,6 +1061,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1044
1061
  formula?: string | null | undefined;
1045
1062
  context?: string[] | null | undefined;
1046
1063
  prompt?: string | null | undefined;
1064
+ dataset?: Record<string, unknown> | undefined;
1047
1065
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1048
1066
  type: import("zod").ZodLiteral<"number">;
1049
1067
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1154,13 +1172,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1154
1172
  required?: boolean | null | undefined;
1155
1173
  }>>>;
1156
1174
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1157
- 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">]>>>;
1175
+ 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">]>>>;
1158
1176
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1159
1177
  }, "strip", import("zod").ZodTypeAny, {
1160
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1178
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1161
1179
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1162
1180
  }, {
1163
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1181
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1164
1182
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1165
1183
  }>>>;
1166
1184
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1170,6 +1188,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1170
1188
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1171
1189
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1172
1190
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1191
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1173
1192
  }, "strip", import("zod").ZodTypeAny, {
1174
1193
  suggest?: true | undefined;
1175
1194
  canExport?: boolean | null | undefined;
@@ -1188,7 +1207,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1188
1207
  required?: boolean | null | undefined;
1189
1208
  } | null | undefined;
1190
1209
  uiConfiguration?: {
1191
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1210
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1192
1211
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1193
1212
  } | null | undefined;
1194
1213
  width?: number | null | undefined;
@@ -1198,6 +1217,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1198
1217
  formula?: string | null | undefined;
1199
1218
  context?: string[] | null | undefined;
1200
1219
  prompt?: string | null | undefined;
1220
+ dataset?: Record<string, unknown> | undefined;
1201
1221
  }, {
1202
1222
  suggest?: true | undefined;
1203
1223
  canExport?: boolean | null | undefined;
@@ -1216,7 +1236,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1216
1236
  required?: boolean | null | undefined;
1217
1237
  } | null | undefined;
1218
1238
  uiConfiguration?: {
1219
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1239
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1220
1240
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1221
1241
  } | null | undefined;
1222
1242
  width?: number | null | undefined;
@@ -1226,6 +1246,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1226
1246
  formula?: string | null | undefined;
1227
1247
  context?: string[] | null | undefined;
1228
1248
  prompt?: string | null | undefined;
1249
+ dataset?: Record<string, unknown> | undefined;
1229
1250
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1230
1251
  type: import("zod").ZodLiteral<"enum">;
1231
1252
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -1327,13 +1348,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1327
1348
  required?: boolean | null | undefined;
1328
1349
  }>>>;
1329
1350
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1330
- 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">]>>>;
1351
+ 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">]>>>;
1331
1352
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1332
1353
  }, "strip", import("zod").ZodTypeAny, {
1333
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1354
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1334
1355
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1335
1356
  }, {
1336
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1357
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1337
1358
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1338
1359
  }>>>;
1339
1360
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1343,6 +1364,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1343
1364
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1344
1365
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1345
1366
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1367
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1346
1368
  }, "strip", import("zod").ZodTypeAny, {
1347
1369
  suggest?: true | undefined;
1348
1370
  canExport?: boolean | null | undefined;
@@ -1361,7 +1383,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1361
1383
  required?: boolean | null | undefined;
1362
1384
  } | null | undefined;
1363
1385
  uiConfiguration?: {
1364
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1386
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1365
1387
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1366
1388
  } | null | undefined;
1367
1389
  width?: number | null | undefined;
@@ -1371,6 +1393,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1371
1393
  formula?: string | null | undefined;
1372
1394
  context?: string[] | null | undefined;
1373
1395
  prompt?: string | null | undefined;
1396
+ dataset?: Record<string, unknown> | undefined;
1374
1397
  }, {
1375
1398
  suggest?: true | undefined;
1376
1399
  canExport?: boolean | null | undefined;
@@ -1389,7 +1412,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1389
1412
  required?: boolean | null | undefined;
1390
1413
  } | null | undefined;
1391
1414
  uiConfiguration?: {
1392
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1415
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1393
1416
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1394
1417
  } | null | undefined;
1395
1418
  width?: number | null | undefined;
@@ -1399,6 +1422,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1399
1422
  formula?: string | null | undefined;
1400
1423
  context?: string[] | null | undefined;
1401
1424
  prompt?: string | null | undefined;
1425
+ dataset?: Record<string, unknown> | undefined;
1402
1426
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1403
1427
  id: import("zod").ZodString;
1404
1428
  label: import("zod").ZodString;
@@ -1472,7 +1496,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1472
1496
  required?: boolean | null | undefined;
1473
1497
  } | null | undefined;
1474
1498
  uiConfiguration?: {
1475
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1499
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1476
1500
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1477
1501
  } | null | undefined;
1478
1502
  width?: number | null | undefined;
@@ -1482,6 +1506,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1482
1506
  formula?: string | null | undefined;
1483
1507
  context?: string[] | null | undefined;
1484
1508
  prompt?: string | null | undefined;
1509
+ dataset?: Record<string, unknown> | undefined;
1485
1510
  }) | ({
1486
1511
  type: "date";
1487
1512
  format?: string | null | undefined;
@@ -1511,7 +1536,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1511
1536
  required?: boolean | null | undefined;
1512
1537
  } | null | undefined;
1513
1538
  uiConfiguration?: {
1514
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1539
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1515
1540
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1516
1541
  } | null | undefined;
1517
1542
  width?: number | null | undefined;
@@ -1521,6 +1546,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1521
1546
  formula?: string | null | undefined;
1522
1547
  context?: string[] | null | undefined;
1523
1548
  prompt?: string | null | undefined;
1549
+ dataset?: Record<string, unknown> | undefined;
1524
1550
  }) | ({
1525
1551
  type: "number";
1526
1552
  format?: string | null | undefined;
@@ -1555,7 +1581,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1555
1581
  required?: boolean | null | undefined;
1556
1582
  } | null | undefined;
1557
1583
  uiConfiguration?: {
1558
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1584
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1559
1585
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1560
1586
  } | null | undefined;
1561
1587
  width?: number | null | undefined;
@@ -1565,6 +1591,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1565
1591
  formula?: string | null | undefined;
1566
1592
  context?: string[] | null | undefined;
1567
1593
  prompt?: string | null | undefined;
1594
+ dataset?: Record<string, unknown> | undefined;
1568
1595
  }) | ({
1569
1596
  options: {
1570
1597
  value: string;
@@ -1598,7 +1625,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1598
1625
  required?: boolean | null | undefined;
1599
1626
  } | null | undefined;
1600
1627
  uiConfiguration?: {
1601
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1628
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1602
1629
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1603
1630
  } | null | undefined;
1604
1631
  width?: number | null | undefined;
@@ -1608,6 +1635,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1608
1635
  formula?: string | null | undefined;
1609
1636
  context?: string[] | null | undefined;
1610
1637
  prompt?: string | null | undefined;
1638
+ dataset?: Record<string, unknown> | undefined;
1611
1639
  }) | ({
1612
1640
  id: string;
1613
1641
  label: string;
@@ -1654,7 +1682,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1654
1682
  required?: boolean | null | undefined;
1655
1683
  } | null | undefined;
1656
1684
  uiConfiguration?: {
1657
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1685
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1658
1686
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1659
1687
  } | null | undefined;
1660
1688
  width?: number | null | undefined;
@@ -1664,6 +1692,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1664
1692
  formula?: string | null | undefined;
1665
1693
  context?: string[] | null | undefined;
1666
1694
  prompt?: string | null | undefined;
1695
+ dataset?: Record<string, unknown> | undefined;
1667
1696
  }) | ({
1668
1697
  type: "date";
1669
1698
  format?: string | null | undefined;
@@ -1693,7 +1722,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1693
1722
  required?: boolean | null | undefined;
1694
1723
  } | null | undefined;
1695
1724
  uiConfiguration?: {
1696
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1725
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1697
1726
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1698
1727
  } | null | undefined;
1699
1728
  width?: number | null | undefined;
@@ -1703,6 +1732,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1703
1732
  formula?: string | null | undefined;
1704
1733
  context?: string[] | null | undefined;
1705
1734
  prompt?: string | null | undefined;
1735
+ dataset?: Record<string, unknown> | undefined;
1706
1736
  }) | ({
1707
1737
  type: "number";
1708
1738
  format?: string | null | undefined;
@@ -1737,7 +1767,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1737
1767
  required?: boolean | null | undefined;
1738
1768
  } | null | undefined;
1739
1769
  uiConfiguration?: {
1740
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1770
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1741
1771
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1742
1772
  } | null | undefined;
1743
1773
  width?: number | null | undefined;
@@ -1747,6 +1777,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1747
1777
  formula?: string | null | undefined;
1748
1778
  context?: string[] | null | undefined;
1749
1779
  prompt?: string | null | undefined;
1780
+ dataset?: Record<string, unknown> | undefined;
1750
1781
  }) | ({
1751
1782
  options: {
1752
1783
  value: string;
@@ -1780,7 +1811,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1780
1811
  required?: boolean | null | undefined;
1781
1812
  } | null | undefined;
1782
1813
  uiConfiguration?: {
1783
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1814
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1784
1815
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1785
1816
  } | null | undefined;
1786
1817
  width?: number | null | undefined;
@@ -1790,6 +1821,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1790
1821
  formula?: string | null | undefined;
1791
1822
  context?: string[] | null | undefined;
1792
1823
  prompt?: string | null | undefined;
1824
+ dataset?: Record<string, unknown> | undefined;
1793
1825
  }) | ({
1794
1826
  id: string;
1795
1827
  label: string;
@@ -1906,13 +1938,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1906
1938
  required?: boolean | null | undefined;
1907
1939
  }>>>;
1908
1940
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1909
- 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">]>>>;
1941
+ 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">]>>>;
1910
1942
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1911
1943
  }, "strip", import("zod").ZodTypeAny, {
1912
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1944
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1913
1945
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1914
1946
  }, {
1915
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1947
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1916
1948
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1917
1949
  }>>>;
1918
1950
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1922,6 +1954,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1922
1954
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1923
1955
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1924
1956
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1957
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1925
1958
  }, "strip", import("zod").ZodTypeAny, {
1926
1959
  suggest?: true | undefined;
1927
1960
  canExport?: boolean | null | undefined;
@@ -1940,7 +1973,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1940
1973
  required?: boolean | null | undefined;
1941
1974
  } | null | undefined;
1942
1975
  uiConfiguration?: {
1943
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1976
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1944
1977
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1945
1978
  } | null | undefined;
1946
1979
  width?: number | null | undefined;
@@ -1950,6 +1983,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1950
1983
  formula?: string | null | undefined;
1951
1984
  context?: string[] | null | undefined;
1952
1985
  prompt?: string | null | undefined;
1986
+ dataset?: Record<string, unknown> | undefined;
1953
1987
  }, {
1954
1988
  suggest?: true | undefined;
1955
1989
  canExport?: boolean | null | undefined;
@@ -1968,7 +2002,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1968
2002
  required?: boolean | null | undefined;
1969
2003
  } | null | undefined;
1970
2004
  uiConfiguration?: {
1971
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2005
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1972
2006
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1973
2007
  } | null | undefined;
1974
2008
  width?: number | null | undefined;
@@ -1978,6 +2012,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1978
2012
  formula?: string | null | undefined;
1979
2013
  context?: string[] | null | undefined;
1980
2014
  prompt?: string | null | undefined;
2015
+ dataset?: Record<string, unknown> | undefined;
1981
2016
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1982
2017
  type: import("zod").ZodLiteral<"date">;
1983
2018
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2061,13 +2096,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2061
2096
  required?: boolean | null | undefined;
2062
2097
  }>>>;
2063
2098
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2064
- 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">]>>>;
2099
+ 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">]>>>;
2065
2100
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2066
2101
  }, "strip", import("zod").ZodTypeAny, {
2067
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2102
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2068
2103
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2069
2104
  }, {
2070
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2105
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2071
2106
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2072
2107
  }>>>;
2073
2108
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2077,6 +2112,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2077
2112
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2078
2113
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2079
2114
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2115
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2080
2116
  }, "strip", import("zod").ZodTypeAny, {
2081
2117
  suggest?: true | undefined;
2082
2118
  canExport?: boolean | null | undefined;
@@ -2095,7 +2131,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2095
2131
  required?: boolean | null | undefined;
2096
2132
  } | null | undefined;
2097
2133
  uiConfiguration?: {
2098
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2134
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2099
2135
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2100
2136
  } | null | undefined;
2101
2137
  width?: number | null | undefined;
@@ -2105,6 +2141,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2105
2141
  formula?: string | null | undefined;
2106
2142
  context?: string[] | null | undefined;
2107
2143
  prompt?: string | null | undefined;
2144
+ dataset?: Record<string, unknown> | undefined;
2108
2145
  }, {
2109
2146
  suggest?: true | undefined;
2110
2147
  canExport?: boolean | null | undefined;
@@ -2123,7 +2160,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2123
2160
  required?: boolean | null | undefined;
2124
2161
  } | null | undefined;
2125
2162
  uiConfiguration?: {
2126
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2163
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2127
2164
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2128
2165
  } | null | undefined;
2129
2166
  width?: number | null | undefined;
@@ -2133,6 +2170,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2133
2170
  formula?: string | null | undefined;
2134
2171
  context?: string[] | null | undefined;
2135
2172
  prompt?: string | null | undefined;
2173
+ dataset?: Record<string, unknown> | undefined;
2136
2174
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2137
2175
  type: import("zod").ZodLiteral<"number">;
2138
2176
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2243,13 +2281,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2243
2281
  required?: boolean | null | undefined;
2244
2282
  }>>>;
2245
2283
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2246
- 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">]>>>;
2284
+ 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">]>>>;
2247
2285
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2248
2286
  }, "strip", import("zod").ZodTypeAny, {
2249
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2287
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2250
2288
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2251
2289
  }, {
2252
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2290
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2253
2291
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2254
2292
  }>>>;
2255
2293
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2259,6 +2297,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2259
2297
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2260
2298
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2261
2299
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2300
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2262
2301
  }, "strip", import("zod").ZodTypeAny, {
2263
2302
  suggest?: true | undefined;
2264
2303
  canExport?: boolean | null | undefined;
@@ -2277,7 +2316,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2277
2316
  required?: boolean | null | undefined;
2278
2317
  } | null | undefined;
2279
2318
  uiConfiguration?: {
2280
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2319
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2281
2320
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2282
2321
  } | null | undefined;
2283
2322
  width?: number | null | undefined;
@@ -2287,6 +2326,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2287
2326
  formula?: string | null | undefined;
2288
2327
  context?: string[] | null | undefined;
2289
2328
  prompt?: string | null | undefined;
2329
+ dataset?: Record<string, unknown> | undefined;
2290
2330
  }, {
2291
2331
  suggest?: true | undefined;
2292
2332
  canExport?: boolean | null | undefined;
@@ -2305,7 +2345,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2305
2345
  required?: boolean | null | undefined;
2306
2346
  } | null | undefined;
2307
2347
  uiConfiguration?: {
2308
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2348
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2309
2349
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2310
2350
  } | null | undefined;
2311
2351
  width?: number | null | undefined;
@@ -2315,6 +2355,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2315
2355
  formula?: string | null | undefined;
2316
2356
  context?: string[] | null | undefined;
2317
2357
  prompt?: string | null | undefined;
2358
+ dataset?: Record<string, unknown> | undefined;
2318
2359
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2319
2360
  type: import("zod").ZodLiteral<"enum">;
2320
2361
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -2416,13 +2457,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2416
2457
  required?: boolean | null | undefined;
2417
2458
  }>>>;
2418
2459
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2419
- 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">]>>>;
2460
+ 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">]>>>;
2420
2461
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2421
2462
  }, "strip", import("zod").ZodTypeAny, {
2422
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2463
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2423
2464
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2424
2465
  }, {
2425
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2466
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2426
2467
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2427
2468
  }>>>;
2428
2469
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2432,6 +2473,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2432
2473
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2433
2474
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2434
2475
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2476
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2435
2477
  }, "strip", import("zod").ZodTypeAny, {
2436
2478
  suggest?: true | undefined;
2437
2479
  canExport?: boolean | null | undefined;
@@ -2450,7 +2492,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2450
2492
  required?: boolean | null | undefined;
2451
2493
  } | null | undefined;
2452
2494
  uiConfiguration?: {
2453
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2495
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2454
2496
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2455
2497
  } | null | undefined;
2456
2498
  width?: number | null | undefined;
@@ -2460,6 +2502,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2460
2502
  formula?: string | null | undefined;
2461
2503
  context?: string[] | null | undefined;
2462
2504
  prompt?: string | null | undefined;
2505
+ dataset?: Record<string, unknown> | undefined;
2463
2506
  }, {
2464
2507
  suggest?: true | undefined;
2465
2508
  canExport?: boolean | null | undefined;
@@ -2478,7 +2521,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2478
2521
  required?: boolean | null | undefined;
2479
2522
  } | null | undefined;
2480
2523
  uiConfiguration?: {
2481
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2524
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2482
2525
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2483
2526
  } | null | undefined;
2484
2527
  width?: number | null | undefined;
@@ -2488,6 +2531,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2488
2531
  formula?: string | null | undefined;
2489
2532
  context?: string[] | null | undefined;
2490
2533
  prompt?: string | null | undefined;
2534
+ dataset?: Record<string, unknown> | undefined;
2491
2535
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2492
2536
  id: import("zod").ZodString;
2493
2537
  label: import("zod").ZodString;
@@ -2560,7 +2604,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2560
2604
  required?: boolean | null | undefined;
2561
2605
  } | null | undefined;
2562
2606
  uiConfiguration?: {
2563
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2607
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2564
2608
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2565
2609
  } | null | undefined;
2566
2610
  width?: number | null | undefined;
@@ -2570,6 +2614,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2570
2614
  formula?: string | null | undefined;
2571
2615
  context?: string[] | null | undefined;
2572
2616
  prompt?: string | null | undefined;
2617
+ dataset?: Record<string, unknown> | undefined;
2573
2618
  }) | ({
2574
2619
  type: "date";
2575
2620
  format?: string | null | undefined;
@@ -2599,7 +2644,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2599
2644
  required?: boolean | null | undefined;
2600
2645
  } | null | undefined;
2601
2646
  uiConfiguration?: {
2602
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2647
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2603
2648
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2604
2649
  } | null | undefined;
2605
2650
  width?: number | null | undefined;
@@ -2609,6 +2654,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2609
2654
  formula?: string | null | undefined;
2610
2655
  context?: string[] | null | undefined;
2611
2656
  prompt?: string | null | undefined;
2657
+ dataset?: Record<string, unknown> | undefined;
2612
2658
  }) | ({
2613
2659
  type: "number";
2614
2660
  format?: string | null | undefined;
@@ -2643,7 +2689,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2643
2689
  required?: boolean | null | undefined;
2644
2690
  } | null | undefined;
2645
2691
  uiConfiguration?: {
2646
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2692
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2647
2693
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2648
2694
  } | null | undefined;
2649
2695
  width?: number | null | undefined;
@@ -2653,6 +2699,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2653
2699
  formula?: string | null | undefined;
2654
2700
  context?: string[] | null | undefined;
2655
2701
  prompt?: string | null | undefined;
2702
+ dataset?: Record<string, unknown> | undefined;
2656
2703
  }) | ({
2657
2704
  options: {
2658
2705
  value: string;
@@ -2686,7 +2733,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2686
2733
  required?: boolean | null | undefined;
2687
2734
  } | null | undefined;
2688
2735
  uiConfiguration?: {
2689
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2736
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2690
2737
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2691
2738
  } | null | undefined;
2692
2739
  width?: number | null | undefined;
@@ -2696,6 +2743,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2696
2743
  formula?: string | null | undefined;
2697
2744
  context?: string[] | null | undefined;
2698
2745
  prompt?: string | null | undefined;
2746
+ dataset?: Record<string, unknown> | undefined;
2699
2747
  }) | ({
2700
2748
  id: string;
2701
2749
  label: string;
@@ -2740,7 +2788,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2740
2788
  required?: boolean | null | undefined;
2741
2789
  } | null | undefined;
2742
2790
  uiConfiguration?: {
2743
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2791
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2744
2792
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2745
2793
  } | null | undefined;
2746
2794
  width?: number | null | undefined;
@@ -2750,6 +2798,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2750
2798
  formula?: string | null | undefined;
2751
2799
  context?: string[] | null | undefined;
2752
2800
  prompt?: string | null | undefined;
2801
+ dataset?: Record<string, unknown> | undefined;
2753
2802
  }) | ({
2754
2803
  type: "date";
2755
2804
  format?: string | null | undefined;
@@ -2779,7 +2828,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2779
2828
  required?: boolean | null | undefined;
2780
2829
  } | null | undefined;
2781
2830
  uiConfiguration?: {
2782
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2831
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2783
2832
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2784
2833
  } | null | undefined;
2785
2834
  width?: number | null | undefined;
@@ -2789,6 +2838,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2789
2838
  formula?: string | null | undefined;
2790
2839
  context?: string[] | null | undefined;
2791
2840
  prompt?: string | null | undefined;
2841
+ dataset?: Record<string, unknown> | undefined;
2792
2842
  }) | ({
2793
2843
  type: "number";
2794
2844
  format?: string | null | undefined;
@@ -2823,7 +2873,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2823
2873
  required?: boolean | null | undefined;
2824
2874
  } | null | undefined;
2825
2875
  uiConfiguration?: {
2826
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2876
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2827
2877
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2828
2878
  } | null | undefined;
2829
2879
  width?: number | null | undefined;
@@ -2833,6 +2883,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2833
2883
  formula?: string | null | undefined;
2834
2884
  context?: string[] | null | undefined;
2835
2885
  prompt?: string | null | undefined;
2886
+ dataset?: Record<string, unknown> | undefined;
2836
2887
  }) | ({
2837
2888
  options: {
2838
2889
  value: string;
@@ -2866,7 +2917,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2866
2917
  required?: boolean | null | undefined;
2867
2918
  } | null | undefined;
2868
2919
  uiConfiguration?: {
2869
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2920
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2870
2921
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2871
2922
  } | null | undefined;
2872
2923
  width?: number | null | undefined;
@@ -2876,6 +2927,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2876
2927
  formula?: string | null | undefined;
2877
2928
  context?: string[] | null | undefined;
2878
2929
  prompt?: string | null | undefined;
2930
+ dataset?: Record<string, unknown> | undefined;
2879
2931
  }) | ({
2880
2932
  id: string;
2881
2933
  label: string;
@@ -3033,13 +3085,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3033
3085
  required?: boolean | null | undefined;
3034
3086
  }>>>;
3035
3087
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3036
- 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">]>>>;
3088
+ 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">]>>>;
3037
3089
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3038
3090
  }, "strip", import("zod").ZodTypeAny, {
3039
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3091
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3040
3092
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3041
3093
  }, {
3042
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3094
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3043
3095
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3044
3096
  }>>>;
3045
3097
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3049,6 +3101,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3049
3101
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3050
3102
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3051
3103
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3104
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3052
3105
  }, "strip", import("zod").ZodTypeAny, {
3053
3106
  suggest?: true | undefined;
3054
3107
  canExport?: boolean | null | undefined;
@@ -3067,7 +3120,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3067
3120
  required?: boolean | null | undefined;
3068
3121
  } | null | undefined;
3069
3122
  uiConfiguration?: {
3070
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3123
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3071
3124
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3072
3125
  } | null | undefined;
3073
3126
  width?: number | null | undefined;
@@ -3077,6 +3130,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3077
3130
  formula?: string | null | undefined;
3078
3131
  context?: string[] | null | undefined;
3079
3132
  prompt?: string | null | undefined;
3133
+ dataset?: Record<string, unknown> | undefined;
3080
3134
  }, {
3081
3135
  suggest?: true | undefined;
3082
3136
  canExport?: boolean | null | undefined;
@@ -3095,7 +3149,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3095
3149
  required?: boolean | null | undefined;
3096
3150
  } | null | undefined;
3097
3151
  uiConfiguration?: {
3098
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3152
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3099
3153
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3100
3154
  } | null | undefined;
3101
3155
  width?: number | null | undefined;
@@ -3105,6 +3159,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3105
3159
  formula?: string | null | undefined;
3106
3160
  context?: string[] | null | undefined;
3107
3161
  prompt?: string | null | undefined;
3162
+ dataset?: Record<string, unknown> | undefined;
3108
3163
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3109
3164
  type: import("zod").ZodLiteral<"date">;
3110
3165
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3188,13 +3243,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3188
3243
  required?: boolean | null | undefined;
3189
3244
  }>>>;
3190
3245
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3191
- 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">]>>>;
3246
+ 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">]>>>;
3192
3247
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3193
3248
  }, "strip", import("zod").ZodTypeAny, {
3194
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3249
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3195
3250
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3196
3251
  }, {
3197
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3252
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3198
3253
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3199
3254
  }>>>;
3200
3255
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3204,6 +3259,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3204
3259
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3205
3260
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3206
3261
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3262
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3207
3263
  }, "strip", import("zod").ZodTypeAny, {
3208
3264
  suggest?: true | undefined;
3209
3265
  canExport?: boolean | null | undefined;
@@ -3222,7 +3278,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3222
3278
  required?: boolean | null | undefined;
3223
3279
  } | null | undefined;
3224
3280
  uiConfiguration?: {
3225
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3281
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3226
3282
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3227
3283
  } | null | undefined;
3228
3284
  width?: number | null | undefined;
@@ -3232,6 +3288,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3232
3288
  formula?: string | null | undefined;
3233
3289
  context?: string[] | null | undefined;
3234
3290
  prompt?: string | null | undefined;
3291
+ dataset?: Record<string, unknown> | undefined;
3235
3292
  }, {
3236
3293
  suggest?: true | undefined;
3237
3294
  canExport?: boolean | null | undefined;
@@ -3250,7 +3307,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3250
3307
  required?: boolean | null | undefined;
3251
3308
  } | null | undefined;
3252
3309
  uiConfiguration?: {
3253
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3310
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3254
3311
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3255
3312
  } | null | undefined;
3256
3313
  width?: number | null | undefined;
@@ -3260,6 +3317,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3260
3317
  formula?: string | null | undefined;
3261
3318
  context?: string[] | null | undefined;
3262
3319
  prompt?: string | null | undefined;
3320
+ dataset?: Record<string, unknown> | undefined;
3263
3321
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3264
3322
  type: import("zod").ZodLiteral<"number">;
3265
3323
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3370,13 +3428,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3370
3428
  required?: boolean | null | undefined;
3371
3429
  }>>>;
3372
3430
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3373
- 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">]>>>;
3431
+ 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">]>>>;
3374
3432
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3375
3433
  }, "strip", import("zod").ZodTypeAny, {
3376
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3434
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3377
3435
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3378
3436
  }, {
3379
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3437
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3380
3438
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3381
3439
  }>>>;
3382
3440
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3386,6 +3444,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3386
3444
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3387
3445
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3388
3446
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3447
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3389
3448
  }, "strip", import("zod").ZodTypeAny, {
3390
3449
  suggest?: true | undefined;
3391
3450
  canExport?: boolean | null | undefined;
@@ -3404,7 +3463,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3404
3463
  required?: boolean | null | undefined;
3405
3464
  } | null | undefined;
3406
3465
  uiConfiguration?: {
3407
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3466
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3408
3467
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3409
3468
  } | null | undefined;
3410
3469
  width?: number | null | undefined;
@@ -3414,6 +3473,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3414
3473
  formula?: string | null | undefined;
3415
3474
  context?: string[] | null | undefined;
3416
3475
  prompt?: string | null | undefined;
3476
+ dataset?: Record<string, unknown> | undefined;
3417
3477
  }, {
3418
3478
  suggest?: true | undefined;
3419
3479
  canExport?: boolean | null | undefined;
@@ -3432,7 +3492,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3432
3492
  required?: boolean | null | undefined;
3433
3493
  } | null | undefined;
3434
3494
  uiConfiguration?: {
3435
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3495
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3436
3496
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3437
3497
  } | null | undefined;
3438
3498
  width?: number | null | undefined;
@@ -3442,6 +3502,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3442
3502
  formula?: string | null | undefined;
3443
3503
  context?: string[] | null | undefined;
3444
3504
  prompt?: string | null | undefined;
3505
+ dataset?: Record<string, unknown> | undefined;
3445
3506
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3446
3507
  type: import("zod").ZodLiteral<"enum">;
3447
3508
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -3543,13 +3604,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3543
3604
  required?: boolean | null | undefined;
3544
3605
  }>>>;
3545
3606
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3546
- 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">]>>>;
3607
+ 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">]>>>;
3547
3608
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3548
3609
  }, "strip", import("zod").ZodTypeAny, {
3549
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3610
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3550
3611
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3551
3612
  }, {
3552
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3613
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3553
3614
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3554
3615
  }>>>;
3555
3616
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3559,6 +3620,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3559
3620
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3560
3621
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3561
3622
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3623
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3562
3624
  }, "strip", import("zod").ZodTypeAny, {
3563
3625
  suggest?: true | undefined;
3564
3626
  canExport?: boolean | null | undefined;
@@ -3577,7 +3639,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3577
3639
  required?: boolean | null | undefined;
3578
3640
  } | null | undefined;
3579
3641
  uiConfiguration?: {
3580
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3642
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3581
3643
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3582
3644
  } | null | undefined;
3583
3645
  width?: number | null | undefined;
@@ -3587,6 +3649,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3587
3649
  formula?: string | null | undefined;
3588
3650
  context?: string[] | null | undefined;
3589
3651
  prompt?: string | null | undefined;
3652
+ dataset?: Record<string, unknown> | undefined;
3590
3653
  }, {
3591
3654
  suggest?: true | undefined;
3592
3655
  canExport?: boolean | null | undefined;
@@ -3605,7 +3668,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3605
3668
  required?: boolean | null | undefined;
3606
3669
  } | null | undefined;
3607
3670
  uiConfiguration?: {
3608
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3671
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3609
3672
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3610
3673
  } | null | undefined;
3611
3674
  width?: number | null | undefined;
@@ -3615,6 +3678,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3615
3678
  formula?: string | null | undefined;
3616
3679
  context?: string[] | null | undefined;
3617
3680
  prompt?: string | null | undefined;
3681
+ dataset?: Record<string, unknown> | undefined;
3618
3682
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3619
3683
  id: import("zod").ZodString;
3620
3684
  label: import("zod").ZodString;
@@ -3688,7 +3752,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3688
3752
  required?: boolean | null | undefined;
3689
3753
  } | null | undefined;
3690
3754
  uiConfiguration?: {
3691
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3755
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3692
3756
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3693
3757
  } | null | undefined;
3694
3758
  width?: number | null | undefined;
@@ -3698,6 +3762,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3698
3762
  formula?: string | null | undefined;
3699
3763
  context?: string[] | null | undefined;
3700
3764
  prompt?: string | null | undefined;
3765
+ dataset?: Record<string, unknown> | undefined;
3701
3766
  }) | ({
3702
3767
  type: "date";
3703
3768
  format?: string | null | undefined;
@@ -3727,7 +3792,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3727
3792
  required?: boolean | null | undefined;
3728
3793
  } | null | undefined;
3729
3794
  uiConfiguration?: {
3730
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3795
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3731
3796
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3732
3797
  } | null | undefined;
3733
3798
  width?: number | null | undefined;
@@ -3737,6 +3802,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3737
3802
  formula?: string | null | undefined;
3738
3803
  context?: string[] | null | undefined;
3739
3804
  prompt?: string | null | undefined;
3805
+ dataset?: Record<string, unknown> | undefined;
3740
3806
  }) | ({
3741
3807
  type: "number";
3742
3808
  format?: string | null | undefined;
@@ -3771,7 +3837,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3771
3837
  required?: boolean | null | undefined;
3772
3838
  } | null | undefined;
3773
3839
  uiConfiguration?: {
3774
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3840
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3775
3841
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3776
3842
  } | null | undefined;
3777
3843
  width?: number | null | undefined;
@@ -3781,6 +3847,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3781
3847
  formula?: string | null | undefined;
3782
3848
  context?: string[] | null | undefined;
3783
3849
  prompt?: string | null | undefined;
3850
+ dataset?: Record<string, unknown> | undefined;
3784
3851
  }) | ({
3785
3852
  options: {
3786
3853
  value: string;
@@ -3814,7 +3881,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3814
3881
  required?: boolean | null | undefined;
3815
3882
  } | null | undefined;
3816
3883
  uiConfiguration?: {
3817
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3884
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3818
3885
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3819
3886
  } | null | undefined;
3820
3887
  width?: number | null | undefined;
@@ -3824,6 +3891,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3824
3891
  formula?: string | null | undefined;
3825
3892
  context?: string[] | null | undefined;
3826
3893
  prompt?: string | null | undefined;
3894
+ dataset?: Record<string, unknown> | undefined;
3827
3895
  }) | ({
3828
3896
  id: string;
3829
3897
  label: string;
@@ -3870,7 +3938,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3870
3938
  required?: boolean | null | undefined;
3871
3939
  } | null | undefined;
3872
3940
  uiConfiguration?: {
3873
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3941
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3874
3942
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3875
3943
  } | null | undefined;
3876
3944
  width?: number | null | undefined;
@@ -3880,6 +3948,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3880
3948
  formula?: string | null | undefined;
3881
3949
  context?: string[] | null | undefined;
3882
3950
  prompt?: string | null | undefined;
3951
+ dataset?: Record<string, unknown> | undefined;
3883
3952
  }) | ({
3884
3953
  type: "date";
3885
3954
  format?: string | null | undefined;
@@ -3909,7 +3978,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3909
3978
  required?: boolean | null | undefined;
3910
3979
  } | null | undefined;
3911
3980
  uiConfiguration?: {
3912
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3981
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3913
3982
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3914
3983
  } | null | undefined;
3915
3984
  width?: number | null | undefined;
@@ -3919,6 +3988,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3919
3988
  formula?: string | null | undefined;
3920
3989
  context?: string[] | null | undefined;
3921
3990
  prompt?: string | null | undefined;
3991
+ dataset?: Record<string, unknown> | undefined;
3922
3992
  }) | ({
3923
3993
  type: "number";
3924
3994
  format?: string | null | undefined;
@@ -3953,7 +4023,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3953
4023
  required?: boolean | null | undefined;
3954
4024
  } | null | undefined;
3955
4025
  uiConfiguration?: {
3956
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4026
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3957
4027
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3958
4028
  } | null | undefined;
3959
4029
  width?: number | null | undefined;
@@ -3963,6 +4033,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3963
4033
  formula?: string | null | undefined;
3964
4034
  context?: string[] | null | undefined;
3965
4035
  prompt?: string | null | undefined;
4036
+ dataset?: Record<string, unknown> | undefined;
3966
4037
  }) | ({
3967
4038
  options: {
3968
4039
  value: string;
@@ -3996,7 +4067,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3996
4067
  required?: boolean | null | undefined;
3997
4068
  } | null | undefined;
3998
4069
  uiConfiguration?: {
3999
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4070
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4000
4071
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4001
4072
  } | null | undefined;
4002
4073
  width?: number | null | undefined;
@@ -4006,6 +4077,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4006
4077
  formula?: string | null | undefined;
4007
4078
  context?: string[] | null | undefined;
4008
4079
  prompt?: string | null | undefined;
4080
+ dataset?: Record<string, unknown> | undefined;
4009
4081
  }) | ({
4010
4082
  id: string;
4011
4083
  label: string;
@@ -4072,7 +4144,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4072
4144
  required?: boolean | null | undefined;
4073
4145
  } | null | undefined;
4074
4146
  uiConfiguration?: {
4075
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4147
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4076
4148
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4077
4149
  } | null | undefined;
4078
4150
  width?: number | null | undefined;
@@ -4082,6 +4154,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4082
4154
  formula?: string | null | undefined;
4083
4155
  context?: string[] | null | undefined;
4084
4156
  prompt?: string | null | undefined;
4157
+ dataset?: Record<string, unknown> | undefined;
4085
4158
  }) | ({
4086
4159
  type: "date";
4087
4160
  format?: string | null | undefined;
@@ -4111,7 +4184,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4111
4184
  required?: boolean | null | undefined;
4112
4185
  } | null | undefined;
4113
4186
  uiConfiguration?: {
4114
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4187
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4115
4188
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4116
4189
  } | null | undefined;
4117
4190
  width?: number | null | undefined;
@@ -4121,6 +4194,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4121
4194
  formula?: string | null | undefined;
4122
4195
  context?: string[] | null | undefined;
4123
4196
  prompt?: string | null | undefined;
4197
+ dataset?: Record<string, unknown> | undefined;
4124
4198
  }) | ({
4125
4199
  type: "number";
4126
4200
  format?: string | null | undefined;
@@ -4155,7 +4229,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4155
4229
  required?: boolean | null | undefined;
4156
4230
  } | null | undefined;
4157
4231
  uiConfiguration?: {
4158
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4232
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4159
4233
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4160
4234
  } | null | undefined;
4161
4235
  width?: number | null | undefined;
@@ -4165,6 +4239,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4165
4239
  formula?: string | null | undefined;
4166
4240
  context?: string[] | null | undefined;
4167
4241
  prompt?: string | null | undefined;
4242
+ dataset?: Record<string, unknown> | undefined;
4168
4243
  }) | ({
4169
4244
  options: {
4170
4245
  value: string;
@@ -4198,7 +4273,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4198
4273
  required?: boolean | null | undefined;
4199
4274
  } | null | undefined;
4200
4275
  uiConfiguration?: {
4201
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4276
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4202
4277
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4203
4278
  } | null | undefined;
4204
4279
  width?: number | null | undefined;
@@ -4208,6 +4283,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4208
4283
  formula?: string | null | undefined;
4209
4284
  context?: string[] | null | undefined;
4210
4285
  prompt?: string | null | undefined;
4286
+ dataset?: Record<string, unknown> | undefined;
4211
4287
  }) | ({
4212
4288
  id: string;
4213
4289
  label: string;
@@ -4262,7 +4338,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4262
4338
  required?: boolean | null | undefined;
4263
4339
  } | null | undefined;
4264
4340
  uiConfiguration?: {
4265
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4341
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4266
4342
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4267
4343
  } | null | undefined;
4268
4344
  width?: number | null | undefined;
@@ -4272,6 +4348,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4272
4348
  formula?: string | null | undefined;
4273
4349
  context?: string[] | null | undefined;
4274
4350
  prompt?: string | null | undefined;
4351
+ dataset?: Record<string, unknown> | undefined;
4275
4352
  }) | ({
4276
4353
  type: "date";
4277
4354
  format?: string | null | undefined;
@@ -4301,7 +4378,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4301
4378
  required?: boolean | null | undefined;
4302
4379
  } | null | undefined;
4303
4380
  uiConfiguration?: {
4304
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4381
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4305
4382
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4306
4383
  } | null | undefined;
4307
4384
  width?: number | null | undefined;
@@ -4311,6 +4388,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4311
4388
  formula?: string | null | undefined;
4312
4389
  context?: string[] | null | undefined;
4313
4390
  prompt?: string | null | undefined;
4391
+ dataset?: Record<string, unknown> | undefined;
4314
4392
  }) | ({
4315
4393
  type: "number";
4316
4394
  format?: string | null | undefined;
@@ -4345,7 +4423,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4345
4423
  required?: boolean | null | undefined;
4346
4424
  } | null | undefined;
4347
4425
  uiConfiguration?: {
4348
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4426
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4349
4427
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4350
4428
  } | null | undefined;
4351
4429
  width?: number | null | undefined;
@@ -4355,6 +4433,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4355
4433
  formula?: string | null | undefined;
4356
4434
  context?: string[] | null | undefined;
4357
4435
  prompt?: string | null | undefined;
4436
+ dataset?: Record<string, unknown> | undefined;
4358
4437
  }) | ({
4359
4438
  options: {
4360
4439
  value: string;
@@ -4388,7 +4467,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4388
4467
  required?: boolean | null | undefined;
4389
4468
  } | null | undefined;
4390
4469
  uiConfiguration?: {
4391
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4470
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4392
4471
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4393
4472
  } | null | undefined;
4394
4473
  width?: number | null | undefined;
@@ -4398,6 +4477,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4398
4477
  formula?: string | null | undefined;
4399
4478
  context?: string[] | null | undefined;
4400
4479
  prompt?: string | null | undefined;
4480
+ dataset?: Record<string, unknown> | undefined;
4401
4481
  }) | ({
4402
4482
  id: string;
4403
4483
  label: string;
@@ -4512,7 +4592,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4512
4592
  required?: boolean | null | undefined;
4513
4593
  } | null | undefined;
4514
4594
  uiConfiguration?: {
4515
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4595
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4516
4596
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4517
4597
  } | null | undefined;
4518
4598
  width?: number | null | undefined;
@@ -4522,6 +4602,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4522
4602
  formula?: string | null | undefined;
4523
4603
  context?: string[] | null | undefined;
4524
4604
  prompt?: string | null | undefined;
4605
+ dataset?: Record<string, unknown> | undefined;
4525
4606
  }) | ({
4526
4607
  type: "date";
4527
4608
  format?: string | null | undefined;
@@ -4551,7 +4632,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4551
4632
  required?: boolean | null | undefined;
4552
4633
  } | null | undefined;
4553
4634
  uiConfiguration?: {
4554
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4635
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4555
4636
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4556
4637
  } | null | undefined;
4557
4638
  width?: number | null | undefined;
@@ -4561,6 +4642,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4561
4642
  formula?: string | null | undefined;
4562
4643
  context?: string[] | null | undefined;
4563
4644
  prompt?: string | null | undefined;
4645
+ dataset?: Record<string, unknown> | undefined;
4564
4646
  }) | ({
4565
4647
  type: "number";
4566
4648
  format?: string | null | undefined;
@@ -4595,7 +4677,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4595
4677
  required?: boolean | null | undefined;
4596
4678
  } | null | undefined;
4597
4679
  uiConfiguration?: {
4598
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4680
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4599
4681
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4600
4682
  } | null | undefined;
4601
4683
  width?: number | null | undefined;
@@ -4605,6 +4687,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4605
4687
  formula?: string | null | undefined;
4606
4688
  context?: string[] | null | undefined;
4607
4689
  prompt?: string | null | undefined;
4690
+ dataset?: Record<string, unknown> | undefined;
4608
4691
  }) | ({
4609
4692
  options: {
4610
4693
  value: string;
@@ -4638,7 +4721,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4638
4721
  required?: boolean | null | undefined;
4639
4722
  } | null | undefined;
4640
4723
  uiConfiguration?: {
4641
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4724
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4642
4725
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4643
4726
  } | null | undefined;
4644
4727
  width?: number | null | undefined;
@@ -4648,6 +4731,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4648
4731
  formula?: string | null | undefined;
4649
4732
  context?: string[] | null | undefined;
4650
4733
  prompt?: string | null | undefined;
4734
+ dataset?: Record<string, unknown> | undefined;
4651
4735
  }) | ({
4652
4736
  id: string;
4653
4737
  label: string;
@@ -4691,7 +4775,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4691
4775
  required?: boolean | null | undefined;
4692
4776
  } | null | undefined;
4693
4777
  uiConfiguration?: {
4694
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4778
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4695
4779
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4696
4780
  } | null | undefined;
4697
4781
  width?: number | null | undefined;
@@ -4701,6 +4785,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4701
4785
  formula?: string | null | undefined;
4702
4786
  context?: string[] | null | undefined;
4703
4787
  prompt?: string | null | undefined;
4788
+ dataset?: Record<string, unknown> | undefined;
4704
4789
  }) | ({
4705
4790
  type: "date";
4706
4791
  format?: string | null | undefined;
@@ -4730,7 +4815,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4730
4815
  required?: boolean | null | undefined;
4731
4816
  } | null | undefined;
4732
4817
  uiConfiguration?: {
4733
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4818
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4734
4819
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4735
4820
  } | null | undefined;
4736
4821
  width?: number | null | undefined;
@@ -4740,6 +4825,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4740
4825
  formula?: string | null | undefined;
4741
4826
  context?: string[] | null | undefined;
4742
4827
  prompt?: string | null | undefined;
4828
+ dataset?: Record<string, unknown> | undefined;
4743
4829
  }) | ({
4744
4830
  type: "number";
4745
4831
  format?: string | null | undefined;
@@ -4774,7 +4860,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4774
4860
  required?: boolean | null | undefined;
4775
4861
  } | null | undefined;
4776
4862
  uiConfiguration?: {
4777
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4863
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4778
4864
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4779
4865
  } | null | undefined;
4780
4866
  width?: number | null | undefined;
@@ -4784,6 +4870,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4784
4870
  formula?: string | null | undefined;
4785
4871
  context?: string[] | null | undefined;
4786
4872
  prompt?: string | null | undefined;
4873
+ dataset?: Record<string, unknown> | undefined;
4787
4874
  }) | ({
4788
4875
  options: {
4789
4876
  value: string;
@@ -4817,7 +4904,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4817
4904
  required?: boolean | null | undefined;
4818
4905
  } | null | undefined;
4819
4906
  uiConfiguration?: {
4820
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4907
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4821
4908
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4822
4909
  } | null | undefined;
4823
4910
  width?: number | null | undefined;
@@ -4827,6 +4914,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4827
4914
  formula?: string | null | undefined;
4828
4915
  context?: string[] | null | undefined;
4829
4916
  prompt?: string | null | undefined;
4917
+ dataset?: Record<string, unknown> | undefined;
4830
4918
  }) | ({
4831
4919
  id: string;
4832
4920
  label: string;
@@ -4879,7 +4967,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4879
4967
  required?: boolean | null | undefined;
4880
4968
  } | null | undefined;
4881
4969
  uiConfiguration?: {
4882
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4970
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4883
4971
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4884
4972
  } | null | undefined;
4885
4973
  width?: number | null | undefined;
@@ -4889,6 +4977,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4889
4977
  formula?: string | null | undefined;
4890
4978
  context?: string[] | null | undefined;
4891
4979
  prompt?: string | null | undefined;
4980
+ dataset?: Record<string, unknown> | undefined;
4892
4981
  }) | ({
4893
4982
  type: "date";
4894
4983
  format?: string | null | undefined;
@@ -4918,7 +5007,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4918
5007
  required?: boolean | null | undefined;
4919
5008
  } | null | undefined;
4920
5009
  uiConfiguration?: {
4921
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5010
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4922
5011
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4923
5012
  } | null | undefined;
4924
5013
  width?: number | null | undefined;
@@ -4928,6 +5017,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4928
5017
  formula?: string | null | undefined;
4929
5018
  context?: string[] | null | undefined;
4930
5019
  prompt?: string | null | undefined;
5020
+ dataset?: Record<string, unknown> | undefined;
4931
5021
  }) | ({
4932
5022
  type: "number";
4933
5023
  format?: string | null | undefined;
@@ -4962,7 +5052,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4962
5052
  required?: boolean | null | undefined;
4963
5053
  } | null | undefined;
4964
5054
  uiConfiguration?: {
4965
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5055
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4966
5056
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4967
5057
  } | null | undefined;
4968
5058
  width?: number | null | undefined;
@@ -4972,6 +5062,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4972
5062
  formula?: string | null | undefined;
4973
5063
  context?: string[] | null | undefined;
4974
5064
  prompt?: string | null | undefined;
5065
+ dataset?: Record<string, unknown> | undefined;
4975
5066
  }) | ({
4976
5067
  options: {
4977
5068
  value: string;
@@ -5005,7 +5096,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5005
5096
  required?: boolean | null | undefined;
5006
5097
  } | null | undefined;
5007
5098
  uiConfiguration?: {
5008
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5099
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5009
5100
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5010
5101
  } | null | undefined;
5011
5102
  width?: number | null | undefined;
@@ -5015,6 +5106,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5015
5106
  formula?: string | null | undefined;
5016
5107
  context?: string[] | null | undefined;
5017
5108
  prompt?: string | null | undefined;
5109
+ dataset?: Record<string, unknown> | undefined;
5018
5110
  }) | ({
5019
5111
  id: string;
5020
5112
  label: string;
@@ -5077,7 +5169,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5077
5169
  required?: boolean | null | undefined;
5078
5170
  } | null | undefined;
5079
5171
  uiConfiguration?: {
5080
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5172
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5081
5173
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5082
5174
  } | null | undefined;
5083
5175
  width?: number | null | undefined;
@@ -5087,6 +5179,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5087
5179
  formula?: string | null | undefined;
5088
5180
  context?: string[] | null | undefined;
5089
5181
  prompt?: string | null | undefined;
5182
+ dataset?: Record<string, unknown> | undefined;
5090
5183
  }) | ({
5091
5184
  type: "date";
5092
5185
  format?: string | null | undefined;
@@ -5116,7 +5209,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5116
5209
  required?: boolean | null | undefined;
5117
5210
  } | null | undefined;
5118
5211
  uiConfiguration?: {
5119
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5212
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5120
5213
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5121
5214
  } | null | undefined;
5122
5215
  width?: number | null | undefined;
@@ -5126,6 +5219,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5126
5219
  formula?: string | null | undefined;
5127
5220
  context?: string[] | null | undefined;
5128
5221
  prompt?: string | null | undefined;
5222
+ dataset?: Record<string, unknown> | undefined;
5129
5223
  }) | ({
5130
5224
  type: "number";
5131
5225
  format?: string | null | undefined;
@@ -5160,7 +5254,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5160
5254
  required?: boolean | null | undefined;
5161
5255
  } | null | undefined;
5162
5256
  uiConfiguration?: {
5163
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5257
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5164
5258
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5165
5259
  } | null | undefined;
5166
5260
  width?: number | null | undefined;
@@ -5170,6 +5264,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5170
5264
  formula?: string | null | undefined;
5171
5265
  context?: string[] | null | undefined;
5172
5266
  prompt?: string | null | undefined;
5267
+ dataset?: Record<string, unknown> | undefined;
5173
5268
  }) | ({
5174
5269
  options: {
5175
5270
  value: string;
@@ -5203,7 +5298,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5203
5298
  required?: boolean | null | undefined;
5204
5299
  } | null | undefined;
5205
5300
  uiConfiguration?: {
5206
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5301
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5207
5302
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5208
5303
  } | null | undefined;
5209
5304
  width?: number | null | undefined;
@@ -5213,6 +5308,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5213
5308
  formula?: string | null | undefined;
5214
5309
  context?: string[] | null | undefined;
5215
5310
  prompt?: string | null | undefined;
5311
+ dataset?: Record<string, unknown> | undefined;
5216
5312
  }) | ({
5217
5313
  id: string;
5218
5314
  label: string;
@@ -5286,7 +5382,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5286
5382
  required?: boolean | null | undefined;
5287
5383
  } | null | undefined;
5288
5384
  uiConfiguration?: {
5289
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5385
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5290
5386
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5291
5387
  } | null | undefined;
5292
5388
  width?: number | null | undefined;
@@ -5296,6 +5392,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5296
5392
  formula?: string | null | undefined;
5297
5393
  context?: string[] | null | undefined;
5298
5394
  prompt?: string | null | undefined;
5395
+ dataset?: Record<string, unknown> | undefined;
5299
5396
  }) | ({
5300
5397
  type: "date";
5301
5398
  format?: string | null | undefined;
@@ -5325,7 +5422,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5325
5422
  required?: boolean | null | undefined;
5326
5423
  } | null | undefined;
5327
5424
  uiConfiguration?: {
5328
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5425
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5329
5426
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5330
5427
  } | null | undefined;
5331
5428
  width?: number | null | undefined;
@@ -5335,6 +5432,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5335
5432
  formula?: string | null | undefined;
5336
5433
  context?: string[] | null | undefined;
5337
5434
  prompt?: string | null | undefined;
5435
+ dataset?: Record<string, unknown> | undefined;
5338
5436
  }) | ({
5339
5437
  type: "number";
5340
5438
  format?: string | null | undefined;
@@ -5369,7 +5467,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5369
5467
  required?: boolean | null | undefined;
5370
5468
  } | null | undefined;
5371
5469
  uiConfiguration?: {
5372
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5470
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5373
5471
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5374
5472
  } | null | undefined;
5375
5473
  width?: number | null | undefined;
@@ -5379,6 +5477,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5379
5477
  formula?: string | null | undefined;
5380
5478
  context?: string[] | null | undefined;
5381
5479
  prompt?: string | null | undefined;
5480
+ dataset?: Record<string, unknown> | undefined;
5382
5481
  }) | ({
5383
5482
  options: {
5384
5483
  value: string;
@@ -5412,7 +5511,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5412
5511
  required?: boolean | null | undefined;
5413
5512
  } | null | undefined;
5414
5513
  uiConfiguration?: {
5415
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5514
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5416
5515
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5417
5516
  } | null | undefined;
5418
5517
  width?: number | null | undefined;
@@ -5422,6 +5521,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5422
5521
  formula?: string | null | undefined;
5423
5522
  context?: string[] | null | undefined;
5424
5523
  prompt?: string | null | undefined;
5524
+ dataset?: Record<string, unknown> | undefined;
5425
5525
  }) | ({
5426
5526
  id: string;
5427
5527
  label: string;
@@ -5465,7 +5565,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5465
5565
  required?: boolean | null | undefined;
5466
5566
  } | null | undefined;
5467
5567
  uiConfiguration?: {
5468
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5568
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5469
5569
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5470
5570
  } | null | undefined;
5471
5571
  width?: number | null | undefined;
@@ -5475,6 +5575,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5475
5575
  formula?: string | null | undefined;
5476
5576
  context?: string[] | null | undefined;
5477
5577
  prompt?: string | null | undefined;
5578
+ dataset?: Record<string, unknown> | undefined;
5478
5579
  }) | ({
5479
5580
  type: "date";
5480
5581
  format?: string | null | undefined;
@@ -5504,7 +5605,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5504
5605
  required?: boolean | null | undefined;
5505
5606
  } | null | undefined;
5506
5607
  uiConfiguration?: {
5507
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5608
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5508
5609
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5509
5610
  } | null | undefined;
5510
5611
  width?: number | null | undefined;
@@ -5514,6 +5615,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5514
5615
  formula?: string | null | undefined;
5515
5616
  context?: string[] | null | undefined;
5516
5617
  prompt?: string | null | undefined;
5618
+ dataset?: Record<string, unknown> | undefined;
5517
5619
  }) | ({
5518
5620
  type: "number";
5519
5621
  format?: string | null | undefined;
@@ -5548,7 +5650,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5548
5650
  required?: boolean | null | undefined;
5549
5651
  } | null | undefined;
5550
5652
  uiConfiguration?: {
5551
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5552
5654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5553
5655
  } | null | undefined;
5554
5656
  width?: number | null | undefined;
@@ -5558,6 +5660,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5558
5660
  formula?: string | null | undefined;
5559
5661
  context?: string[] | null | undefined;
5560
5662
  prompt?: string | null | undefined;
5663
+ dataset?: Record<string, unknown> | undefined;
5561
5664
  }) | ({
5562
5665
  options: {
5563
5666
  value: string;
@@ -5591,7 +5694,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5591
5694
  required?: boolean | null | undefined;
5592
5695
  } | null | undefined;
5593
5696
  uiConfiguration?: {
5594
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5595
5698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5596
5699
  } | null | undefined;
5597
5700
  width?: number | null | undefined;
@@ -5601,6 +5704,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5601
5704
  formula?: string | null | undefined;
5602
5705
  context?: string[] | null | undefined;
5603
5706
  prompt?: string | null | undefined;
5707
+ dataset?: Record<string, unknown> | undefined;
5604
5708
  }) | ({
5605
5709
  id: string;
5606
5710
  label: string;
@@ -5653,7 +5757,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5653
5757
  required?: boolean | null | undefined;
5654
5758
  } | null | undefined;
5655
5759
  uiConfiguration?: {
5656
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5760
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5657
5761
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5658
5762
  } | null | undefined;
5659
5763
  width?: number | null | undefined;
@@ -5663,6 +5767,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5663
5767
  formula?: string | null | undefined;
5664
5768
  context?: string[] | null | undefined;
5665
5769
  prompt?: string | null | undefined;
5770
+ dataset?: Record<string, unknown> | undefined;
5666
5771
  }) | ({
5667
5772
  type: "date";
5668
5773
  format?: string | null | undefined;
@@ -5692,7 +5797,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5692
5797
  required?: boolean | null | undefined;
5693
5798
  } | null | undefined;
5694
5799
  uiConfiguration?: {
5695
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5800
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5696
5801
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5697
5802
  } | null | undefined;
5698
5803
  width?: number | null | undefined;
@@ -5702,6 +5807,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5702
5807
  formula?: string | null | undefined;
5703
5808
  context?: string[] | null | undefined;
5704
5809
  prompt?: string | null | undefined;
5810
+ dataset?: Record<string, unknown> | undefined;
5705
5811
  }) | ({
5706
5812
  type: "number";
5707
5813
  format?: string | null | undefined;
@@ -5736,7 +5842,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5736
5842
  required?: boolean | null | undefined;
5737
5843
  } | null | undefined;
5738
5844
  uiConfiguration?: {
5739
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5845
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5740
5846
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5741
5847
  } | null | undefined;
5742
5848
  width?: number | null | undefined;
@@ -5746,6 +5852,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5746
5852
  formula?: string | null | undefined;
5747
5853
  context?: string[] | null | undefined;
5748
5854
  prompt?: string | null | undefined;
5855
+ dataset?: Record<string, unknown> | undefined;
5749
5856
  }) | ({
5750
5857
  options: {
5751
5858
  value: string;
@@ -5779,7 +5886,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5779
5886
  required?: boolean | null | undefined;
5780
5887
  } | null | undefined;
5781
5888
  uiConfiguration?: {
5782
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5889
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5783
5890
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5784
5891
  } | null | undefined;
5785
5892
  width?: number | null | undefined;
@@ -5789,6 +5896,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5789
5896
  formula?: string | null | undefined;
5790
5897
  context?: string[] | null | undefined;
5791
5898
  prompt?: string | null | undefined;
5899
+ dataset?: Record<string, unknown> | undefined;
5792
5900
  }) | ({
5793
5901
  id: string;
5794
5902
  label: string;
@@ -5851,7 +5959,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5851
5959
  required?: boolean | null | undefined;
5852
5960
  } | null | undefined;
5853
5961
  uiConfiguration?: {
5854
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5962
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5855
5963
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5856
5964
  } | null | undefined;
5857
5965
  width?: number | null | undefined;
@@ -5861,6 +5969,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5861
5969
  formula?: string | null | undefined;
5862
5970
  context?: string[] | null | undefined;
5863
5971
  prompt?: string | null | undefined;
5972
+ dataset?: Record<string, unknown> | undefined;
5864
5973
  }) | ({
5865
5974
  type: "date";
5866
5975
  format?: string | null | undefined;
@@ -5890,7 +5999,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5890
5999
  required?: boolean | null | undefined;
5891
6000
  } | null | undefined;
5892
6001
  uiConfiguration?: {
5893
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6002
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5894
6003
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5895
6004
  } | null | undefined;
5896
6005
  width?: number | null | undefined;
@@ -5900,6 +6009,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5900
6009
  formula?: string | null | undefined;
5901
6010
  context?: string[] | null | undefined;
5902
6011
  prompt?: string | null | undefined;
6012
+ dataset?: Record<string, unknown> | undefined;
5903
6013
  }) | ({
5904
6014
  type: "number";
5905
6015
  format?: string | null | undefined;
@@ -5934,7 +6044,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5934
6044
  required?: boolean | null | undefined;
5935
6045
  } | null | undefined;
5936
6046
  uiConfiguration?: {
5937
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6047
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5938
6048
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5939
6049
  } | null | undefined;
5940
6050
  width?: number | null | undefined;
@@ -5944,6 +6054,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5944
6054
  formula?: string | null | undefined;
5945
6055
  context?: string[] | null | undefined;
5946
6056
  prompt?: string | null | undefined;
6057
+ dataset?: Record<string, unknown> | undefined;
5947
6058
  }) | ({
5948
6059
  options: {
5949
6060
  value: string;
@@ -5977,7 +6088,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5977
6088
  required?: boolean | null | undefined;
5978
6089
  } | null | undefined;
5979
6090
  uiConfiguration?: {
5980
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6091
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5981
6092
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5982
6093
  } | null | undefined;
5983
6094
  width?: number | null | undefined;
@@ -5987,6 +6098,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5987
6098
  formula?: string | null | undefined;
5988
6099
  context?: string[] | null | undefined;
5989
6100
  prompt?: string | null | undefined;
6101
+ dataset?: Record<string, unknown> | undefined;
5990
6102
  }) | ({
5991
6103
  id: string;
5992
6104
  label: string;
@@ -6073,7 +6185,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6073
6185
  required?: boolean | null | undefined;
6074
6186
  } | null | undefined;
6075
6187
  uiConfiguration?: {
6076
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6188
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6077
6189
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6078
6190
  } | null | undefined;
6079
6191
  width?: number | null | undefined;
@@ -6083,6 +6195,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6083
6195
  formula?: string | null | undefined;
6084
6196
  context?: string[] | null | undefined;
6085
6197
  prompt?: string | null | undefined;
6198
+ dataset?: Record<string, unknown> | undefined;
6086
6199
  }) | ({
6087
6200
  type: "date";
6088
6201
  format?: string | null | undefined;
@@ -6112,7 +6225,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6112
6225
  required?: boolean | null | undefined;
6113
6226
  } | null | undefined;
6114
6227
  uiConfiguration?: {
6115
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6228
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6116
6229
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6117
6230
  } | null | undefined;
6118
6231
  width?: number | null | undefined;
@@ -6122,6 +6235,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6122
6235
  formula?: string | null | undefined;
6123
6236
  context?: string[] | null | undefined;
6124
6237
  prompt?: string | null | undefined;
6238
+ dataset?: Record<string, unknown> | undefined;
6125
6239
  }) | ({
6126
6240
  type: "number";
6127
6241
  format?: string | null | undefined;
@@ -6156,7 +6270,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6156
6270
  required?: boolean | null | undefined;
6157
6271
  } | null | undefined;
6158
6272
  uiConfiguration?: {
6159
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6273
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6160
6274
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6161
6275
  } | null | undefined;
6162
6276
  width?: number | null | undefined;
@@ -6166,6 +6280,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6166
6280
  formula?: string | null | undefined;
6167
6281
  context?: string[] | null | undefined;
6168
6282
  prompt?: string | null | undefined;
6283
+ dataset?: Record<string, unknown> | undefined;
6169
6284
  }) | ({
6170
6285
  options: {
6171
6286
  value: string;
@@ -6199,7 +6314,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6199
6314
  required?: boolean | null | undefined;
6200
6315
  } | null | undefined;
6201
6316
  uiConfiguration?: {
6202
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6317
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6203
6318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6204
6319
  } | null | undefined;
6205
6320
  width?: number | null | undefined;
@@ -6209,6 +6324,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6209
6324
  formula?: string | null | undefined;
6210
6325
  context?: string[] | null | undefined;
6211
6326
  prompt?: string | null | undefined;
6327
+ dataset?: Record<string, unknown> | undefined;
6212
6328
  }) | ({
6213
6329
  id: string;
6214
6330
  label: string;
@@ -6252,7 +6368,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6252
6368
  required?: boolean | null | undefined;
6253
6369
  } | null | undefined;
6254
6370
  uiConfiguration?: {
6255
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6371
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6256
6372
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6257
6373
  } | null | undefined;
6258
6374
  width?: number | null | undefined;
@@ -6262,6 +6378,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6262
6378
  formula?: string | null | undefined;
6263
6379
  context?: string[] | null | undefined;
6264
6380
  prompt?: string | null | undefined;
6381
+ dataset?: Record<string, unknown> | undefined;
6265
6382
  }) | ({
6266
6383
  type: "date";
6267
6384
  format?: string | null | undefined;
@@ -6291,7 +6408,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6291
6408
  required?: boolean | null | undefined;
6292
6409
  } | null | undefined;
6293
6410
  uiConfiguration?: {
6294
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6411
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6295
6412
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6296
6413
  } | null | undefined;
6297
6414
  width?: number | null | undefined;
@@ -6301,6 +6418,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6301
6418
  formula?: string | null | undefined;
6302
6419
  context?: string[] | null | undefined;
6303
6420
  prompt?: string | null | undefined;
6421
+ dataset?: Record<string, unknown> | undefined;
6304
6422
  }) | ({
6305
6423
  type: "number";
6306
6424
  format?: string | null | undefined;
@@ -6335,7 +6453,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6335
6453
  required?: boolean | null | undefined;
6336
6454
  } | null | undefined;
6337
6455
  uiConfiguration?: {
6338
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6456
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6339
6457
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6340
6458
  } | null | undefined;
6341
6459
  width?: number | null | undefined;
@@ -6345,6 +6463,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6345
6463
  formula?: string | null | undefined;
6346
6464
  context?: string[] | null | undefined;
6347
6465
  prompt?: string | null | undefined;
6466
+ dataset?: Record<string, unknown> | undefined;
6348
6467
  }) | ({
6349
6468
  options: {
6350
6469
  value: string;
@@ -6378,7 +6497,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6378
6497
  required?: boolean | null | undefined;
6379
6498
  } | null | undefined;
6380
6499
  uiConfiguration?: {
6381
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6500
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6382
6501
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6383
6502
  } | null | undefined;
6384
6503
  width?: number | null | undefined;
@@ -6388,6 +6507,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6388
6507
  formula?: string | null | undefined;
6389
6508
  context?: string[] | null | undefined;
6390
6509
  prompt?: string | null | undefined;
6510
+ dataset?: Record<string, unknown> | undefined;
6391
6511
  }) | ({
6392
6512
  id: string;
6393
6513
  label: string;
@@ -6440,7 +6560,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6440
6560
  required?: boolean | null | undefined;
6441
6561
  } | null | undefined;
6442
6562
  uiConfiguration?: {
6443
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6563
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6444
6564
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6445
6565
  } | null | undefined;
6446
6566
  width?: number | null | undefined;
@@ -6450,6 +6570,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6450
6570
  formula?: string | null | undefined;
6451
6571
  context?: string[] | null | undefined;
6452
6572
  prompt?: string | null | undefined;
6573
+ dataset?: Record<string, unknown> | undefined;
6453
6574
  }) | ({
6454
6575
  type: "date";
6455
6576
  format?: string | null | undefined;
@@ -6479,7 +6600,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6479
6600
  required?: boolean | null | undefined;
6480
6601
  } | null | undefined;
6481
6602
  uiConfiguration?: {
6482
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6603
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6483
6604
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6484
6605
  } | null | undefined;
6485
6606
  width?: number | null | undefined;
@@ -6489,6 +6610,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6489
6610
  formula?: string | null | undefined;
6490
6611
  context?: string[] | null | undefined;
6491
6612
  prompt?: string | null | undefined;
6613
+ dataset?: Record<string, unknown> | undefined;
6492
6614
  }) | ({
6493
6615
  type: "number";
6494
6616
  format?: string | null | undefined;
@@ -6523,7 +6645,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6523
6645
  required?: boolean | null | undefined;
6524
6646
  } | null | undefined;
6525
6647
  uiConfiguration?: {
6526
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6648
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6527
6649
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6528
6650
  } | null | undefined;
6529
6651
  width?: number | null | undefined;
@@ -6533,6 +6655,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6533
6655
  formula?: string | null | undefined;
6534
6656
  context?: string[] | null | undefined;
6535
6657
  prompt?: string | null | undefined;
6658
+ dataset?: Record<string, unknown> | undefined;
6536
6659
  }) | ({
6537
6660
  options: {
6538
6661
  value: string;
@@ -6566,7 +6689,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6566
6689
  required?: boolean | null | undefined;
6567
6690
  } | null | undefined;
6568
6691
  uiConfiguration?: {
6569
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6692
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6570
6693
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6571
6694
  } | null | undefined;
6572
6695
  width?: number | null | undefined;
@@ -6576,6 +6699,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6576
6699
  formula?: string | null | undefined;
6577
6700
  context?: string[] | null | undefined;
6578
6701
  prompt?: string | null | undefined;
6702
+ dataset?: Record<string, unknown> | undefined;
6579
6703
  }) | ({
6580
6704
  id: string;
6581
6705
  label: string;
@@ -6638,7 +6762,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6638
6762
  required?: boolean | null | undefined;
6639
6763
  } | null | undefined;
6640
6764
  uiConfiguration?: {
6641
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6765
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6642
6766
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6643
6767
  } | null | undefined;
6644
6768
  width?: number | null | undefined;
@@ -6648,6 +6772,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6648
6772
  formula?: string | null | undefined;
6649
6773
  context?: string[] | null | undefined;
6650
6774
  prompt?: string | null | undefined;
6775
+ dataset?: Record<string, unknown> | undefined;
6651
6776
  }) | ({
6652
6777
  type: "date";
6653
6778
  format?: string | null | undefined;
@@ -6677,7 +6802,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6677
6802
  required?: boolean | null | undefined;
6678
6803
  } | null | undefined;
6679
6804
  uiConfiguration?: {
6680
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6805
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6681
6806
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6682
6807
  } | null | undefined;
6683
6808
  width?: number | null | undefined;
@@ -6687,6 +6812,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6687
6812
  formula?: string | null | undefined;
6688
6813
  context?: string[] | null | undefined;
6689
6814
  prompt?: string | null | undefined;
6815
+ dataset?: Record<string, unknown> | undefined;
6690
6816
  }) | ({
6691
6817
  type: "number";
6692
6818
  format?: string | null | undefined;
@@ -6721,7 +6847,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6721
6847
  required?: boolean | null | undefined;
6722
6848
  } | null | undefined;
6723
6849
  uiConfiguration?: {
6724
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6850
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6725
6851
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6726
6852
  } | null | undefined;
6727
6853
  width?: number | null | undefined;
@@ -6731,6 +6857,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6731
6857
  formula?: string | null | undefined;
6732
6858
  context?: string[] | null | undefined;
6733
6859
  prompt?: string | null | undefined;
6860
+ dataset?: Record<string, unknown> | undefined;
6734
6861
  }) | ({
6735
6862
  options: {
6736
6863
  value: string;
@@ -6764,7 +6891,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6764
6891
  required?: boolean | null | undefined;
6765
6892
  } | null | undefined;
6766
6893
  uiConfiguration?: {
6767
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6894
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6768
6895
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6769
6896
  } | null | undefined;
6770
6897
  width?: number | null | undefined;
@@ -6774,6 +6901,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6774
6901
  formula?: string | null | undefined;
6775
6902
  context?: string[] | null | undefined;
6776
6903
  prompt?: string | null | undefined;
6904
+ dataset?: Record<string, unknown> | undefined;
6777
6905
  }) | ({
6778
6906
  id: string;
6779
6907
  label: string;
@@ -6860,7 +6988,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6860
6988
  required?: boolean | null | undefined;
6861
6989
  } | null | undefined;
6862
6990
  uiConfiguration?: {
6863
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6991
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6864
6992
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6865
6993
  } | null | undefined;
6866
6994
  width?: number | null | undefined;
@@ -6870,6 +6998,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6870
6998
  formula?: string | null | undefined;
6871
6999
  context?: string[] | null | undefined;
6872
7000
  prompt?: string | null | undefined;
7001
+ dataset?: Record<string, unknown> | undefined;
6873
7002
  }) | ({
6874
7003
  type: "date";
6875
7004
  format?: string | null | undefined;
@@ -6899,7 +7028,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6899
7028
  required?: boolean | null | undefined;
6900
7029
  } | null | undefined;
6901
7030
  uiConfiguration?: {
6902
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7031
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6903
7032
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6904
7033
  } | null | undefined;
6905
7034
  width?: number | null | undefined;
@@ -6909,6 +7038,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6909
7038
  formula?: string | null | undefined;
6910
7039
  context?: string[] | null | undefined;
6911
7040
  prompt?: string | null | undefined;
7041
+ dataset?: Record<string, unknown> | undefined;
6912
7042
  }) | ({
6913
7043
  type: "number";
6914
7044
  format?: string | null | undefined;
@@ -6943,7 +7073,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6943
7073
  required?: boolean | null | undefined;
6944
7074
  } | null | undefined;
6945
7075
  uiConfiguration?: {
6946
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7076
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6947
7077
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6948
7078
  } | null | undefined;
6949
7079
  width?: number | null | undefined;
@@ -6953,6 +7083,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6953
7083
  formula?: string | null | undefined;
6954
7084
  context?: string[] | null | undefined;
6955
7085
  prompt?: string | null | undefined;
7086
+ dataset?: Record<string, unknown> | undefined;
6956
7087
  }) | ({
6957
7088
  options: {
6958
7089
  value: string;
@@ -6986,7 +7117,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6986
7117
  required?: boolean | null | undefined;
6987
7118
  } | null | undefined;
6988
7119
  uiConfiguration?: {
6989
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7120
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6990
7121
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6991
7122
  } | null | undefined;
6992
7123
  width?: number | null | undefined;
@@ -6996,6 +7127,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6996
7127
  formula?: string | null | undefined;
6997
7128
  context?: string[] | null | undefined;
6998
7129
  prompt?: string | null | undefined;
7130
+ dataset?: Record<string, unknown> | undefined;
6999
7131
  }) | ({
7000
7132
  id: string;
7001
7133
  label: string;
@@ -7039,7 +7171,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7039
7171
  required?: boolean | null | undefined;
7040
7172
  } | null | undefined;
7041
7173
  uiConfiguration?: {
7042
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7174
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7043
7175
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7044
7176
  } | null | undefined;
7045
7177
  width?: number | null | undefined;
@@ -7049,6 +7181,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7049
7181
  formula?: string | null | undefined;
7050
7182
  context?: string[] | null | undefined;
7051
7183
  prompt?: string | null | undefined;
7184
+ dataset?: Record<string, unknown> | undefined;
7052
7185
  }) | ({
7053
7186
  type: "date";
7054
7187
  format?: string | null | undefined;
@@ -7078,7 +7211,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7078
7211
  required?: boolean | null | undefined;
7079
7212
  } | null | undefined;
7080
7213
  uiConfiguration?: {
7081
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7214
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7082
7215
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7083
7216
  } | null | undefined;
7084
7217
  width?: number | null | undefined;
@@ -7088,6 +7221,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7088
7221
  formula?: string | null | undefined;
7089
7222
  context?: string[] | null | undefined;
7090
7223
  prompt?: string | null | undefined;
7224
+ dataset?: Record<string, unknown> | undefined;
7091
7225
  }) | ({
7092
7226
  type: "number";
7093
7227
  format?: string | null | undefined;
@@ -7122,7 +7256,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7122
7256
  required?: boolean | null | undefined;
7123
7257
  } | null | undefined;
7124
7258
  uiConfiguration?: {
7125
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7259
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7126
7260
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7127
7261
  } | null | undefined;
7128
7262
  width?: number | null | undefined;
@@ -7132,6 +7266,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7132
7266
  formula?: string | null | undefined;
7133
7267
  context?: string[] | null | undefined;
7134
7268
  prompt?: string | null | undefined;
7269
+ dataset?: Record<string, unknown> | undefined;
7135
7270
  }) | ({
7136
7271
  options: {
7137
7272
  value: string;
@@ -7165,7 +7300,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7165
7300
  required?: boolean | null | undefined;
7166
7301
  } | null | undefined;
7167
7302
  uiConfiguration?: {
7168
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7303
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7169
7304
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7170
7305
  } | null | undefined;
7171
7306
  width?: number | null | undefined;
@@ -7175,6 +7310,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7175
7310
  formula?: string | null | undefined;
7176
7311
  context?: string[] | null | undefined;
7177
7312
  prompt?: string | null | undefined;
7313
+ dataset?: Record<string, unknown> | undefined;
7178
7314
  }) | ({
7179
7315
  id: string;
7180
7316
  label: string;
@@ -7227,7 +7363,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7227
7363
  required?: boolean | null | undefined;
7228
7364
  } | null | undefined;
7229
7365
  uiConfiguration?: {
7230
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7366
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7231
7367
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7232
7368
  } | null | undefined;
7233
7369
  width?: number | null | undefined;
@@ -7237,6 +7373,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7237
7373
  formula?: string | null | undefined;
7238
7374
  context?: string[] | null | undefined;
7239
7375
  prompt?: string | null | undefined;
7376
+ dataset?: Record<string, unknown> | undefined;
7240
7377
  }) | ({
7241
7378
  type: "date";
7242
7379
  format?: string | null | undefined;
@@ -7266,7 +7403,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7266
7403
  required?: boolean | null | undefined;
7267
7404
  } | null | undefined;
7268
7405
  uiConfiguration?: {
7269
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7406
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7270
7407
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7271
7408
  } | null | undefined;
7272
7409
  width?: number | null | undefined;
@@ -7276,6 +7413,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7276
7413
  formula?: string | null | undefined;
7277
7414
  context?: string[] | null | undefined;
7278
7415
  prompt?: string | null | undefined;
7416
+ dataset?: Record<string, unknown> | undefined;
7279
7417
  }) | ({
7280
7418
  type: "number";
7281
7419
  format?: string | null | undefined;
@@ -7310,7 +7448,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7310
7448
  required?: boolean | null | undefined;
7311
7449
  } | null | undefined;
7312
7450
  uiConfiguration?: {
7313
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7314
7452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7315
7453
  } | null | undefined;
7316
7454
  width?: number | null | undefined;
@@ -7320,6 +7458,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7320
7458
  formula?: string | null | undefined;
7321
7459
  context?: string[] | null | undefined;
7322
7460
  prompt?: string | null | undefined;
7461
+ dataset?: Record<string, unknown> | undefined;
7323
7462
  }) | ({
7324
7463
  options: {
7325
7464
  value: string;
@@ -7353,7 +7492,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7353
7492
  required?: boolean | null | undefined;
7354
7493
  } | null | undefined;
7355
7494
  uiConfiguration?: {
7356
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7495
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7357
7496
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7358
7497
  } | null | undefined;
7359
7498
  width?: number | null | undefined;
@@ -7363,6 +7502,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7363
7502
  formula?: string | null | undefined;
7364
7503
  context?: string[] | null | undefined;
7365
7504
  prompt?: string | null | undefined;
7505
+ dataset?: Record<string, unknown> | undefined;
7366
7506
  }) | ({
7367
7507
  id: string;
7368
7508
  label: string;
@@ -7425,7 +7565,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7425
7565
  required?: boolean | null | undefined;
7426
7566
  } | null | undefined;
7427
7567
  uiConfiguration?: {
7428
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7568
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7429
7569
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7430
7570
  } | null | undefined;
7431
7571
  width?: number | null | undefined;
@@ -7435,6 +7575,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7435
7575
  formula?: string | null | undefined;
7436
7576
  context?: string[] | null | undefined;
7437
7577
  prompt?: string | null | undefined;
7578
+ dataset?: Record<string, unknown> | undefined;
7438
7579
  }) | ({
7439
7580
  type: "date";
7440
7581
  format?: string | null | undefined;
@@ -7464,7 +7605,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7464
7605
  required?: boolean | null | undefined;
7465
7606
  } | null | undefined;
7466
7607
  uiConfiguration?: {
7467
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7608
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7468
7609
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7469
7610
  } | null | undefined;
7470
7611
  width?: number | null | undefined;
@@ -7474,6 +7615,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7474
7615
  formula?: string | null | undefined;
7475
7616
  context?: string[] | null | undefined;
7476
7617
  prompt?: string | null | undefined;
7618
+ dataset?: Record<string, unknown> | undefined;
7477
7619
  }) | ({
7478
7620
  type: "number";
7479
7621
  format?: string | null | undefined;
@@ -7508,7 +7650,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7508
7650
  required?: boolean | null | undefined;
7509
7651
  } | null | undefined;
7510
7652
  uiConfiguration?: {
7511
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7512
7654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7513
7655
  } | null | undefined;
7514
7656
  width?: number | null | undefined;
@@ -7518,6 +7660,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7518
7660
  formula?: string | null | undefined;
7519
7661
  context?: string[] | null | undefined;
7520
7662
  prompt?: string | null | undefined;
7663
+ dataset?: Record<string, unknown> | undefined;
7521
7664
  }) | ({
7522
7665
  options: {
7523
7666
  value: string;
@@ -7551,7 +7694,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7551
7694
  required?: boolean | null | undefined;
7552
7695
  } | null | undefined;
7553
7696
  uiConfiguration?: {
7554
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7555
7698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7556
7699
  } | null | undefined;
7557
7700
  width?: number | null | undefined;
@@ -7561,6 +7704,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7561
7704
  formula?: string | null | undefined;
7562
7705
  context?: string[] | null | undefined;
7563
7706
  prompt?: string | null | undefined;
7707
+ dataset?: Record<string, unknown> | undefined;
7564
7708
  }) | ({
7565
7709
  id: string;
7566
7710
  label: string;